@docsvision/webclient 5.17.0-beta.15 → 5.17.0-beta.16
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/Approval/AcquaintanceManagementImpl.d.ts +2 -2
- package/BackOffice/$DigitalSignature.d.ts +36 -8
- package/BackOffice/AcknowledgementList.d.ts +57 -0
- package/BackOffice/AcknowledgementListButton.d.ts +5 -0
- package/BackOffice/AcknowledgementListContainer.d.ts +8 -0
- package/BackOffice/AcknowledgementListLogic.d.ts +8 -0
- package/BackOffice/AcknowledgementListView.d.ts +4 -0
- package/BackOffice/ApprovalTaskComplete.d.ts +4 -0
- package/BackOffice/CardKindTree.d.ts +1 -1
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/CheckAbsenceDates.d.ts +2 -1
- package/BackOffice/ChildTasksPerforming.d.ts +2 -2
- package/BackOffice/ChildTasksPerformingImpl.d.ts +17 -15
- package/BackOffice/CommandMenuComponent.d.ts +2 -2
- package/BackOffice/ConvertPkiClientToSavedCertificate.d.ts +4 -0
- package/BackOffice/DelegateBatchOperation.d.ts +3 -1
- package/BackOffice/DeleteShortcutBatchOperation.d.ts +2 -1
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DigitalSignatureService.d.ts +17 -9
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +6 -2
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DssSignRequestModels.d.ts +12 -0
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/EmployeeInfo.d.ts +1 -1
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListControlLogic.d.ts +2 -1
- package/BackOffice/FileSign.d.ts +3 -2
- package/BackOffice/GenderDeterminantPlugin.d.ts +3 -0
- package/BackOffice/GetCalendarType.d.ts +2 -0
- package/BackOffice/GroupEmployeeInfo.d.ts +1 -1
- package/BackOffice/GroupTaskTasksTreeNodeResolver.d.ts +1 -1
- package/BackOffice/IDigitalSignatureDialogManagement.d.ts +24 -0
- package/BackOffice/IFileSignInteractionModel.d.ts +2 -1
- package/BackOffice/ITasksTreeContainerState.d.ts +9 -4
- package/BackOffice/ITasksTreeGroupMap.d.ts +1 -1
- package/BackOffice/ITasksTreeNodeContainer.d.ts +1 -1
- package/BackOffice/ITasksTreeNodeResolver.d.ts +1 -1
- package/BackOffice/ImageWithDescription.d.ts +1 -1
- package/BackOffice/Links.d.ts +2 -0
- package/BackOffice/LinksImpl.d.ts +2 -2
- package/BackOffice/LoadPkiClientCertificates.d.ts +4 -0
- package/BackOffice/NumeratorImpl.d.ts +2 -0
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerBaseImpl.d.ts +1 -1
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PrepareSignatureMethodsComboBox.d.ts +2 -2
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/ProcessSettingsChanged.d.ts +1 -0
- package/BackOffice/SearchBar.d.ts +2 -2
- package/BackOffice/SearchButton.d.ts +1 -1
- package/BackOffice/SetEmployeeCertificate.d.ts +17 -0
- package/BackOffice/SignatureButtonOptions.d.ts +2 -2
- package/BackOffice/SignatureDialog.d.ts +20 -6
- package/BackOffice/SignatureDialogFrame.d.ts +6 -2
- package/BackOffice/SignatureDialogLogic.d.ts +6 -1
- package/BackOffice/SignatureDialogSettings.d.ts +3 -2
- package/BackOffice/SignatureMethodsSetup.d.ts +2 -2
- package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +2 -2
- package/BackOffice/SignatureMethodsSetupLogic.d.ts +13 -0
- package/BackOffice/SimpleItemViewContent.d.ts +1 -0
- package/BackOffice/StaffDirectoryConstants.d.ts +1 -0
- package/BackOffice/StaffDirectoryInfoPopover.d.ts +1 -0
- package/BackOffice/StaffDirectoryItems.d.ts +3 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/StaffDirectoryView.d.ts +1 -0
- package/BackOffice/StateButtonsImpl.d.ts +1 -0
- package/BackOffice/TaskCardCompletionOption.d.ts +2 -2
- package/BackOffice/TaskCardCompletionOptionImpl.d.ts +3 -3
- package/BackOffice/TaskDelegationInfo.d.ts +2 -2
- package/BackOffice/TaskTasksTreeNodeResolver.d.ts +1 -1
- package/BackOffice/Tasks.d.ts +3 -3
- package/BackOffice/TasksImpl.d.ts +4 -4
- package/BackOffice/TasksTableContainer.d.ts +2 -2
- package/BackOffice/TasksTableHelpBox.d.ts +1 -1
- package/BackOffice/TasksTableLoader.d.ts +1 -1
- package/BackOffice/TasksTableLogic.d.ts +1 -1
- package/BackOffice/TasksTableView.d.ts +5 -5
- package/BackOffice/TasksTreeRibbon.d.ts +1 -1
- package/BackOffice/TimeOfPerformanceImpl.d.ts +2 -2
- package/BackOffice/Utils.d.ts +11 -0
- package/BackOffice/ValueWithDescription.d.ts +1 -1
- package/BackOffice/WebFrameDirectorySearchPanel.d.ts +2 -2
- package/BackOffice/WebFrameDirectorySearchPanelContainer.d.ts +2 -2
- package/BackOffice/WebFrameDirectorySearchPanelLogic.d.ts +4 -4
- package/BackOffice/WebFrameDirectorySearchPanelRouteHandler.d.ts +4 -4
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +4 -5
- package/Generated/DocsVision.WebClient.Controllers.d.ts +79 -4
- package/Generated/DocsVision.WebClient.Models.d.ts +626 -183
- package/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault.d.ts +1 -0
- package/Helpers/FilePreview/FilePreview.d.ts +2 -2
- package/Helpers/SvgIcons/RightArrowIcon.d.ts +1 -0
- package/Helpers/SvgIcons/SvgWrapper.d.ts +1 -0
- package/Legacy/ApprovalFilePanel.d.ts +2 -1
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/IFileSingInfo.d.ts +3 -0
- package/Legacy/ISignatureLabel.d.ts +1 -1
- package/Platform/$AggregatesCheckbox.d.ts +5 -0
- package/Platform/$ContextMenuOptions.d.ts +5 -4
- package/Platform/$FolderGrid.d.ts +2 -1
- package/Platform/$UnreadBar.d.ts +1 -1
- package/Platform/$UnreadCounter.d.ts +2 -0
- package/Platform/$UnreadCountersHealthMonitor.d.ts +6 -0
- package/Platform/AddFileToTable.d.ts +2 -2
- package/Platform/AddFileToTableImpl.d.ts +8 -6
- package/Platform/AggregatesCheckbox.d.ts +1 -1
- package/Platform/AggregatesCheckboxService.d.ts +4 -0
- package/Platform/AggregatesGroup.d.ts +1 -1
- package/Platform/AggregatesListItem.d.ts +2 -2
- package/Platform/AggregatesNotAvailable.d.ts +1 -1
- package/Platform/AggregatesPanelHeader.d.ts +6 -3
- package/Platform/{applyCurrentSettings.d.ts → ApplyCurrentSettings.d.ts} +0 -0
- package/Platform/ApprovalVisualization.d.ts +10 -0
- package/Platform/ApprovalVisualizationArrows.d.ts +7 -0
- package/Platform/ApprovalVisualizationConditionList.d.ts +6 -0
- package/Platform/ApprovalVisualizationConditionOption.d.ts +6 -0
- package/Platform/ApprovalVisualizationContainer.d.ts +6 -0
- package/Platform/ApprovalVisualizationDescription.d.ts +5 -0
- package/Platform/ApprovalVisualizationLogic.d.ts +39 -0
- package/Platform/ApprovalVisualizationOptions.d.ts +32 -0
- package/Platform/ApprovalVisualizationRouteHandler.d.ts +14 -0
- package/Platform/ApprovalVisualizationRouteTypeMapper.d.ts +14 -0
- package/Platform/ApprovalVisualizationUtils.d.ts +3 -0
- package/Platform/ApprovalVisualizationView.d.ts +17 -0
- package/Platform/ApprovalVisualizationVisBlock.d.ts +6 -0
- package/Platform/ArchivedCardsIcon.d.ts +4 -2
- package/Platform/ArchivedCardsPlugin.d.ts +2 -1
- package/Platform/ArchivedCardsResponseResolver.d.ts +2 -1
- package/Platform/AutoConsolidation.d.ts +2 -2
- package/Platform/AutoConsolidationImpl.d.ts +12 -4
- package/Platform/BarcodeSearchButton.d.ts +2 -2
- package/Platform/BarcodeSearchButtonImpl.d.ts +16 -14
- package/Platform/BaseMainMenuItem.d.ts +3 -3
- package/Platform/BaseMainMenuItemImpl.d.ts +9 -7
- package/Platform/BaseNavigationMainMenuItem.d.ts +2 -2
- package/Platform/BaseNavigationMainMenuItemImpl.d.ts +6 -4
- package/Platform/BaseNavigationMenuItemRouteHandler.d.ts +5 -4
- package/Platform/BatchOperationsPlugin.d.ts +1 -1
- package/Platform/BatchSelectionState.d.ts +2 -2
- package/Platform/BatchSelectionStateImpl.d.ts +4 -2
- package/Platform/Block.d.ts +3 -3
- package/Platform/BlockImpl.d.ts +7 -5
- package/Platform/ButtonPositionsSelection.d.ts +5 -3
- package/Platform/ButtonPositionsSelectionRadioButton.d.ts +7 -2
- package/Platform/CalendarIcon.d.ts +1 -1
- package/Platform/CalendarInput.d.ts +4 -2
- package/Platform/{canUseCssVariables.d.ts → CanUseCssVariables.d.ts} +0 -0
- package/Platform/CardLink.d.ts +3 -3
- package/Platform/CardLinkImpl.d.ts +9 -7
- package/Platform/CardManagement.d.ts +2 -2
- package/Platform/CardManagementImpl.d.ts +6 -4
- package/Platform/CardTestRouteTypeMapper.d.ts +10 -0
- package/Platform/CertificateSettings.d.ts +6 -4
- package/Platform/CertificateSettingsContainer.d.ts +1 -1
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/CheckBox.d.ts +5 -5
- package/Platform/CheckBoxImpl.d.ts +9 -6
- package/Platform/ClearButton.d.ts +5 -2
- package/Platform/ComboBox.d.ts +2 -2
- package/Platform/ComboBoxImpl.d.ts +8 -6
- package/Platform/CommentFile.d.ts +3 -3
- package/Platform/CommentFileImpl.d.ts +10 -8
- package/Platform/CompleteTaskCondition.d.ts +3 -3
- package/Platform/CompleteTaskConditionImpl.d.ts +6 -4
- package/Platform/CompleteTaskConditionsTable.d.ts +2 -2
- package/Platform/CompleteTaskConditionsTableImpl.d.ts +8 -7
- package/Platform/ConfigurableMainMenuContainer.d.ts +4 -3
- package/Platform/ConfigurableMainMenuContainerButton.d.ts +2 -2
- package/Platform/ConfigurableMainMenuContainerButtonImpl.d.ts +7 -5
- package/Platform/ConfigurableMainMenuContainerImpl.d.ts +8 -6
- package/Platform/ConnectPinButtonToMainMenuScript.d.ts +4 -2
- package/Platform/ConnectUserFoldersToConfigurableContainerScript.d.ts +4 -2
- package/Platform/ContextMenu.d.ts +4 -4
- package/Platform/ContextMenuOptionsService.d.ts +3 -3
- package/Platform/ContextMenuUtils.d.ts +2 -2
- package/Platform/CopyShortcutBatchOperation.d.ts +2 -2
- package/Platform/CopyShortcutBatchOperationImpl.d.ts +4 -2
- package/Platform/CryptoProInfo.d.ts +4 -2
- package/Platform/CustomButton.d.ts +2 -2
- package/Platform/CustomButtonImpl.d.ts +8 -6
- package/Platform/CustomHtmlPageMainMenuItem.d.ts +2 -2
- package/Platform/CustomHtmlPageMainMenuItemImpl.d.ts +7 -5
- package/Platform/DVWebToolInfo.d.ts +4 -2
- package/Platform/DashboardContainer.d.ts +3 -3
- package/Platform/DashboardContainerImpl.d.ts +6 -4
- package/Platform/DateInput.d.ts +15 -3
- package/Platform/DateTimePicker.d.ts +5 -5
- package/Platform/DateTimePickerImpl.d.ts +14 -11
- package/Platform/DeleteBatchOperation.d.ts +4 -3
- package/Platform/DeleteBatchOperationImpl.d.ts +4 -2
- package/Platform/DisplayStaffUnit.d.ts +2 -2
- package/Platform/DisplayStaffUnitImpl.d.ts +5 -3
- package/Platform/DownloadAllTableFiles.d.ts +2 -2
- package/Platform/DownloadAllTableFilesImpl.d.ts +8 -6
- package/Platform/DownloadFilesBatchOperation.d.ts +5 -3
- package/Platform/DownloadFilesBatchOperationImpl.d.ts +4 -2
- package/Platform/Dropdown.d.ts +3 -3
- package/Platform/DropdownImpl.d.ts +14 -11
- package/Platform/EmptyControlStub.d.ts +5 -2
- package/Platform/ExistingCardRouteNames.d.ts +1 -0
- package/Platform/ExportESignButton.d.ts +2 -2
- package/Platform/ExportESignButtonImpl.d.ts +5 -5
- package/Platform/ExportPlugin.d.ts +2 -1
- package/Platform/Favorite.d.ts +5 -3
- package/Platform/FileDropzone.d.ts +4 -3
- package/Platform/FileInput.d.ts +3 -1
- package/Platform/FilePicker.d.ts +16 -2
- package/Platform/FilePickerImpl.d.ts +7 -4
- package/Platform/FilePickerMenu.d.ts +1 -1
- package/Platform/FilePickerValueView.d.ts +1 -1
- package/Platform/FilePreview.d.ts +4 -2
- package/Platform/FilePreviewImpl.d.ts +8 -7
- package/Platform/FileVersionsTable.d.ts +1 -1
- package/Platform/FilterDate.d.ts +4 -2
- package/Platform/FilterDateRangePicker.d.ts +4 -2
- package/Platform/FilterDateTextListInput.d.ts +4 -2
- package/Platform/{filterViews.d.ts → FilterViews.d.ts} +0 -0
- package/Platform/FocusableTextInput.d.ts +4 -2
- package/Platform/Folder.d.ts +3 -3
- package/Platform/FolderCardsDashboardWidget.d.ts +3 -3
- package/Platform/FolderCardsDashboardWidgetImpl.d.ts +11 -4
- package/Platform/FolderContent.d.ts +1 -1
- package/Platform/FolderDashboardWidget.d.ts +3 -3
- package/Platform/FolderDashboardWidgetImpl.d.ts +5 -3
- package/Platform/FolderDataContext.d.ts +4 -4
- package/Platform/FolderDataContextImpl.d.ts +9 -5
- package/Platform/FolderDataLoadingService.d.ts +2 -2
- package/Platform/FolderGrid.d.ts +5 -3
- package/Platform/FolderGridBatchOperationsNode.d.ts +2 -2
- package/Platform/FolderGridBatchOperationsNodeImpl.d.ts +5 -3
- package/Platform/FolderGridImpl.d.ts +7 -3
- package/Platform/FolderGridService.d.ts +5 -2
- package/Platform/FolderGroupDashboardWidget.d.ts +3 -3
- package/Platform/FolderGroupDashboardWidgetImpl.d.ts +5 -3
- package/Platform/FolderImpl.d.ts +8 -6
- package/Platform/FolderMainMenuItem.d.ts +3 -3
- package/Platform/FolderMainMenuItemImpl.d.ts +8 -6
- package/Platform/FolderManagementAdaptiveMenu.d.ts +1 -1
- package/Platform/FolderManagementDialog.d.ts +1 -1
- package/Platform/FolderName.d.ts +2 -2
- package/Platform/FolderNameImpl.d.ts +5 -3
- package/Platform/FolderOperationManager.d.ts +6 -3
- package/Platform/FolderTypeDialog.d.ts +1 -1
- package/Platform/FolderTypeItems.d.ts +2 -2
- package/Platform/FolderTypeItemsImpl.d.ts +5 -3
- package/Platform/FolderViewItems.d.ts +2 -2
- package/Platform/FolderViewItemsImpl.d.ts +7 -5
- package/Platform/FolderWebFrameRouteHandler.d.ts +1 -0
- package/Platform/{formatNumberToCulture.d.ts → FormatNumberToCulture.d.ts} +0 -0
- package/Platform/{getArrayWidth.d.ts → GetArrayWidth.d.ts} +0 -0
- package/Platform/{getSortByRequest.d.ts → GetSortByRequest.d.ts} +0 -0
- package/Platform/GridFilterItem.d.ts +4 -4
- package/Platform/GridFilterItemImpl.d.ts +7 -5
- package/Platform/GridFilterItems.d.ts +5 -3
- package/Platform/GridFilterItemsImpl.d.ts +2 -2
- package/Platform/GridFilterResetButton.d.ts +4 -2
- package/Platform/GridOperationsPanel.d.ts +2 -2
- package/Platform/GridOperationsPanelImpl.d.ts +4 -2
- package/Platform/GridRowModel.d.ts +2 -0
- package/Platform/GroupFoldersMainMenuItem.d.ts +3 -3
- package/Platform/GroupFoldersMainMenuItemImpl.d.ts +5 -3
- package/Platform/GroupMainMenuItem.d.ts +3 -3
- package/Platform/GroupMainMenuItemImpl.d.ts +7 -5
- package/Platform/HoverPanelService.d.ts +1 -1
- package/Platform/HtmlTag.d.ts +6 -4
- package/Platform/HtmlView.d.ts +4 -2
- package/Platform/IAggregates.d.ts +6 -2
- package/Platform/IExistingCardRouteData.d.ts +1 -0
- package/Platform/IFilterComponent.d.ts +2 -2
- package/Platform/IGridFilterItemControl.d.ts +1 -1
- package/Platform/IQueryConditionControl.d.ts +1 -1
- package/Platform/Image.d.ts +6 -6
- package/Platform/ImageImpl.d.ts +7 -4
- package/Platform/ImageModel.d.ts +3 -1
- package/Platform/InputWithMask.d.ts +4 -2
- package/Platform/Label.d.ts +2 -2
- package/Platform/LabelImpl.d.ts +6 -4
- package/Platform/LayoutIconButton.d.ts +2 -2
- package/Platform/LayoutIconButtonImpl.d.ts +8 -6
- package/Platform/LayoutPageMainMenuItem.d.ts +3 -3
- package/Platform/LayoutPageMainMenuItemImpl.d.ts +7 -5
- package/Platform/LinkMainMenuItem.d.ts +2 -2
- package/Platform/LinkMainMenuItemImpl.d.ts +7 -5
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListContent.d.ts +1 -1
- package/Platform/ListContentHightlight.d.ts +1 -1
- package/Platform/ListEmpty.d.ts +1 -1
- package/Platform/ListEmptySearchIcon.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/ListItem.d.ts +1 -1
- package/Platform/ListLoading.d.ts +1 -1
- package/Platform/ListSearchIcon.d.ts +1 -1
- package/Platform/ListSlot.d.ts +1 -1
- package/Platform/ListTotalItem.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/MainMenu.d.ts +2 -2
- package/Platform/MainMenuImpl.d.ts +6 -4
- package/Platform/MainMenuPinButton.d.ts +4 -2
- package/Platform/MainMenuRouteHandler.d.ts +3 -3
- package/Platform/MasterGroupMainMenuItem.d.ts +2 -2
- package/Platform/MasterGroupMainMenuItemImpl.d.ts +8 -6
- package/Platform/MoveShortcutBatchOperation.d.ts +4 -3
- package/Platform/MoveShortcutBatchOperationImpl.d.ts +4 -2
- package/Platform/NoBatchOperationsMessage.d.ts +2 -2
- package/Platform/NoBatchOperationsMessageImpl.d.ts +4 -2
- package/Platform/Number.d.ts +3 -3
- package/Platform/NumberImpl.d.ts +11 -9
- package/Platform/Panel.d.ts +3 -3
- package/Platform/PanelImpl.d.ts +8 -6
- package/Platform/{prepareGridOptions.d.ts → PrepareGridOptions.d.ts} +0 -0
- package/Platform/{prepareGridViewModel.d.ts → PrepareGridViewModel.d.ts} +0 -0
- package/Platform/QueryCondition.d.ts +8 -8
- package/Platform/QueryConditionImpl.d.ts +6 -4
- package/Platform/QueryConditionsTable.d.ts +2 -2
- package/Platform/QueryConditionsTableImpl.d.ts +6 -4
- package/Platform/RadioGroup.d.ts +3 -3
- package/Platform/RadioGroupImpl.d.ts +7 -5
- package/Platform/ReadAllPlugin.d.ts +2 -1
- package/Platform/ReadBatchOperation.d.ts +4 -3
- package/Platform/ReadBatchOperationImpl.d.ts +4 -2
- package/Platform/RecentCardsDashboardWidget.d.ts +5 -4
- package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +1 -1
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +11 -7
- package/Platform/RefreshFoldersTreeButton.d.ts +4 -2
- package/Platform/RefreshPlugin.d.ts +2 -1
- package/Platform/ResetSettings.d.ts +4 -2
- package/Platform/RightMainMenuItemPanel.d.ts +2 -2
- package/Platform/RightMainMenuItemPanelImpl.d.ts +7 -5
- package/Platform/RowContainer.d.ts +2 -2
- package/Platform/RowContainerImpl.d.ts +6 -4
- package/Platform/SaveColumnsRequestResolver.d.ts +13 -0
- package/Platform/SaveColumnsService.d.ts +2 -1
- package/Platform/SaveColumnsServiceProvider.d.ts +2 -1
- package/Platform/SavingButtons.d.ts +3 -3
- package/Platform/SavingButtonsImpl.d.ts +7 -5
- package/Platform/ScanButton.d.ts +2 -2
- package/Platform/ScanButtonImpl.d.ts +7 -5
- package/Platform/ScrollTopBottom.d.ts +4 -4
- package/Platform/ScrollTopBottomButtons.d.ts +1 -1
- package/Platform/ScrollTopBottomLogic.d.ts +2 -2
- package/Platform/SearchResultsItem.d.ts +1 -1
- package/Platform/SearchResultsLoader.d.ts +1 -1
- package/Platform/SearchResultsMainMenuItem.d.ts +2 -2
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SearchingResults.d.ts +2 -2
- package/Platform/SearchingResultsImpl.d.ts +6 -4
- package/Platform/SecurityDescriptorDialog.d.ts +3 -2
- package/Platform/{setColumnsSettings.d.ts → SetColumnsSettings.d.ts} +0 -0
- package/Platform/SettingsPlugin.d.ts +2 -1
- package/Platform/SettingsPopup.d.ts +1 -1
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -1
- package/Platform/SettingsPopupColumn.d.ts +1 -1
- package/Platform/SettingsPopupItemView.d.ts +1 -1
- package/Platform/SettingsPopupLogic.d.ts +1 -1
- package/Platform/SettingsPopupRow.d.ts +1 -1
- package/Platform/SettingsPopupView.d.ts +8 -8
- package/Platform/ShowAllButton.d.ts +1 -1
- package/Platform/StandardMainMenuContainer.d.ts +2 -2
- package/Platform/StandardMainMenuContainerImpl.d.ts +7 -5
- package/Platform/Tab.d.ts +7 -6
- package/Platform/TabImpl.d.ts +11 -9
- package/Platform/TabPage.d.ts +2 -2
- package/Platform/TabPageImpl.d.ts +7 -5
- package/Platform/Table.d.ts +6 -6
- package/Platform/TableCellNumberFormattedPlugin.d.ts +1 -1
- package/Platform/TableColumn.d.ts +2 -2
- package/Platform/TableColumnImpl.d.ts +6 -4
- package/Platform/TableColumnWrapper.d.ts +9 -1
- package/Platform/TableFileDropzone.d.ts +3 -3
- package/Platform/TableFileInput.d.ts +1 -1
- package/Platform/TableImpl.d.ts +11 -9
- package/Platform/TestUtils.d.ts +2 -1
- package/Platform/TextArea.d.ts +2 -2
- package/Platform/TextAreaAutosize.d.ts +3 -1
- package/Platform/TextAreaImpl.d.ts +8 -6
- package/Platform/TextBox.d.ts +2 -2
- package/Platform/TextBoxImpl.d.ts +8 -6
- package/Platform/TextControlBase.d.ts +2 -2
- package/Platform/TextControlBaseImpl.d.ts +5 -3
- package/Platform/TextListInputView.d.ts +25 -26
- package/Platform/TextListInputWrapper.d.ts +1 -1
- package/Platform/{toLocaleStringPolyfill.d.ts → ToLocaleStringPolyfill.d.ts} +0 -0
- package/Platform/ToggleArrowIcon.d.ts +2 -2
- package/Platform/ToolbarDaughterControl.d.ts +2 -2
- package/Platform/ToolbarDaughterControlImpl.d.ts +5 -3
- package/Platform/UnlockCards.d.ts +4 -2
- package/Platform/UnreadCounter.d.ts +1 -0
- package/Platform/UnreadCountersHealthMonitorService.d.ts +32 -0
- package/Platform/{updateColumnsVisible.d.ts → UpdateColumnsVisible.d.ts} +0 -0
- package/Platform/{updateValueCheckedColumn.d.ts → UpdateValueCheckedColumn.d.ts} +0 -0
- package/Platform/Url.d.ts +4 -2
- package/Platform/UserCulture.d.ts +6 -4
- package/Platform/UserFolderItemWrapper.d.ts +2 -2
- package/Platform/UserFoldersMainMenuItem.d.ts +3 -3
- package/Platform/UserFoldersMainMenuItemImpl.d.ts +9 -7
- package/Platform/UserInfo.d.ts +4 -2
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/{utils.d.ts → Utils.d.ts} +1 -1
- package/Platform/WebFrameBodyContainer.d.ts +3 -3
- package/Platform/WebFrameBodyContainerImpl.d.ts +2 -2
- package/Platform/WebFrameCompanyLogo.d.ts +3 -2
- package/Platform/WebFrameContent.d.ts +2 -2
- package/Platform/WebFrameContentContainer.d.ts +3 -3
- package/Platform/WebFrameContentContainerImpl.d.ts +2 -2
- package/Platform/WebFrameContentImpl.d.ts +3 -3
- package/Platform/WebFrameCurrentPageName.d.ts +2 -2
- package/Platform/WebFrameHeaderContainer.d.ts +3 -3
- package/Platform/WebFrameHeaderContainerImpl.d.ts +2 -2
- package/Platform/WebFrameHelpButton.d.ts +2 -2
- package/Platform/WebFrameMainMenuButton.d.ts +2 -2
- package/Platform/WebFrameMainMenuContainer.d.ts +4 -4
- package/Platform/WebFrameMainMenuContainerImpl.d.ts +3 -3
- package/Platform/WebFrameNavigationBar.d.ts +8 -8
- package/Platform/WebFrameNavigationBarBackButton.d.ts +2 -2
- package/Platform/WebFrameNavigationBarCreateButton.d.ts +2 -2
- package/Platform/WebFrameNavigationBarImpl.d.ts +2 -2
- package/Platform/WebFrameSearchPanel.d.ts +2 -2
- package/Platform/WebFrameUserPanel.d.ts +2 -2
- package/Platform/XIcon.d.ts +1 -1
- package/StandardServices.d.ts +2 -1
- package/System/BaseControl.d.ts +15 -1
- package/System/DataGridControl.d.ts +63 -0
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/ILayoutParams.d.ts +1 -0
- package/System/InputBasedControlImpl.d.ts +1 -0
- package/System/Layout.d.ts +3 -1
- package/System/LayoutImpl.d.ts +2 -2
- package/System/LayoutRowControllerStub.d.ts +1 -0
- package/System/PrintContent.d.ts +1 -1
- package/System/RouteType.d.ts +6 -0
- package/System/StandardRoutes.d.ts +1 -0
- package/package.json +1 -1
- package/Helpers/DateRangePicker/DateRangePicker.d.ts +0 -24
- package/Helpers/DateRangePicker/DateRangePicker.stories.d.ts +0 -9
- package/Helpers/DateRangePicker/components/DateRangePickerDay.d.ts +0 -15
- package/Helpers/DateRangePicker/components/DateRangePickerToolbar.d.ts +0 -14
- package/Platform/$SearchText.d.ts +0 -11
- package/Platform/SearchTextProvider.d.ts +0 -7
- package/Platform/SearchTextService.d.ts +0 -10
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { $WebFrameDirectorySearchPanelService } from '@docsvision/webclient/BackOffice/$WebFrameDirectorySearchPanelService';
|
|
2
2
|
import { Panel, PanelParams } from '@docsvision/webclient/Platform/Panel';
|
|
3
|
-
import {
|
|
3
|
+
import { IPanelState } from '@docsvision/webclient/Platform/PanelImpl';
|
|
4
4
|
import { WebFrameHeaderContainerImpl } from '@docsvision/webclient/Platform/WebFrameHeaderContainerImpl';
|
|
5
5
|
import { $WebFrameSearchPanel } from '@docsvision/webclient/Platform/$WebFrameSearchPanel';
|
|
6
6
|
import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
|
|
@@ -15,12 +15,12 @@ export declare class WebFrameHeaderContainerParams extends PanelParams {
|
|
|
15
15
|
height?: number;
|
|
16
16
|
services: $ApplicationSettings & $WebFrameSearchPanel & $WebFrameDirectorySearchPanelService & $Layout & $WebFrameContentHeight;
|
|
17
17
|
}
|
|
18
|
-
export interface
|
|
18
|
+
export interface IWebFrameHeaderContainerState extends WebFrameHeaderContainerParams, IPanelState {
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* Класс элемента управления WebFrameHeaderContainer.
|
|
22
22
|
*/
|
|
23
|
-
export declare class WebFrameHeaderContainer extends Panel<WebFrameHeaderContainerParams,
|
|
23
|
+
export declare class WebFrameHeaderContainer extends Panel<WebFrameHeaderContainerParams, IWebFrameHeaderContainerState> {
|
|
24
24
|
/** @notest @internal */
|
|
25
25
|
protected createParams(): WebFrameHeaderContainerParams;
|
|
26
26
|
protected createImpl(): WebFrameHeaderContainerImpl;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { PanelImpl } from '@docsvision/webclient/Platform/PanelImpl';
|
|
2
|
-
import { WebFrameHeaderContainerParams,
|
|
2
|
+
import { WebFrameHeaderContainerParams, IWebFrameHeaderContainerState } from '@docsvision/webclient/Platform/WebFrameHeaderContainer';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { Subscription } from 'effector';
|
|
5
5
|
/**
|
|
6
6
|
* Класс элемента управления WebFrameHeaderContainerImpl.
|
|
7
7
|
*/
|
|
8
|
-
export declare class WebFrameHeaderContainerImpl extends PanelImpl<WebFrameHeaderContainerParams,
|
|
8
|
+
export declare class WebFrameHeaderContainerImpl extends PanelImpl<WebFrameHeaderContainerParams, IWebFrameHeaderContainerState> {
|
|
9
9
|
visibilityControlsUnsubscribe: Subscription;
|
|
10
10
|
componentDidMount(): void;
|
|
11
11
|
componentDidUpdate(): void;
|
|
@@ -11,12 +11,12 @@ export declare class WebFrameHelpButtonParams extends BaseControlParams {
|
|
|
11
11
|
standardCssClass?: string;
|
|
12
12
|
services: $ApplicationSettings & $InsideMainMenu;
|
|
13
13
|
}
|
|
14
|
-
export interface
|
|
14
|
+
export interface IWebFrameHelpButtonState extends WebFrameHelpButtonParams, BaseControlState {
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
17
|
* Класс элемента управления WebFrameHelpButton.
|
|
18
18
|
*/
|
|
19
|
-
export declare class WebFrameHelpButton extends BaseControl<WebFrameHelpButtonParams,
|
|
19
|
+
export declare class WebFrameHelpButton extends BaseControl<WebFrameHelpButtonParams, IWebFrameHelpButtonState> {
|
|
20
20
|
/** @notest @internal */
|
|
21
21
|
protected createParams(): WebFrameHelpButtonParams;
|
|
22
22
|
/** @notest @internal */
|
|
@@ -13,12 +13,12 @@ export declare class WebFrameMainMenuButtonParams extends BaseControlParams {
|
|
|
13
13
|
showOnRightSide?: boolean;
|
|
14
14
|
services?: $ApplicationSettings & $LocalStorage;
|
|
15
15
|
}
|
|
16
|
-
export interface
|
|
16
|
+
export interface IWebFrameMainMenuButtonState extends WebFrameMainMenuButtonParams, BaseControlState {
|
|
17
17
|
}
|
|
18
18
|
/**
|
|
19
19
|
* Класс элемента управления WebFrameMainMenuButton.
|
|
20
20
|
*/
|
|
21
|
-
export declare class WebFrameMainMenuButton extends BaseControl<WebFrameMainMenuButtonParams,
|
|
21
|
+
export declare class WebFrameMainMenuButton extends BaseControl<WebFrameMainMenuButtonParams, IWebFrameMainMenuButtonState> {
|
|
22
22
|
/** @notest @internal */
|
|
23
23
|
protected createParams(): WebFrameMainMenuButtonParams;
|
|
24
24
|
/** @notest @internal */
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Panel, PanelParams } from '@docsvision/webclient/Platform/Panel';
|
|
2
|
-
import {
|
|
2
|
+
import { IPanelState } from '@docsvision/webclient/Platform/PanelImpl';
|
|
3
3
|
import { WebFrameMainMenuContainerImpl } from '@docsvision/webclient/Platform/WebFrameMainMenuContainerImpl';
|
|
4
4
|
import { $ApplicationSettings, $DeviceType, $IsIE } from '@docsvision/webclient/StandardServices';
|
|
5
5
|
import { $ContentElementProvider } from '@docsvision/webclient/Platform/$ContentElementProvider';
|
|
@@ -19,12 +19,12 @@ export declare class WebFrameMainMenuContainerParams extends PanelParams {
|
|
|
19
19
|
isHandleHidden?: boolean;
|
|
20
20
|
services: $ApplicationSettings & $DeviceType & $ContentElementProvider & $LocalStorage & $IsIE & $WebFrameContentHeight;
|
|
21
21
|
}
|
|
22
|
-
export interface
|
|
22
|
+
export interface IWebFrameMainMenuContainerState extends WebFrameMainMenuContainerParams, IPanelState {
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* Класс элемента управления WebFrameMainMenuContainer.
|
|
26
26
|
*/
|
|
27
|
-
export declare class WebFrameMainMenuContainer extends Panel<WebFrameMainMenuContainerParams,
|
|
27
|
+
export declare class WebFrameMainMenuContainer extends Panel<WebFrameMainMenuContainerParams, IWebFrameMainMenuContainerState> {
|
|
28
28
|
/** @notest @internal */
|
|
29
29
|
protected createParams(): WebFrameMainMenuContainerParams;
|
|
30
30
|
/** @notest @internal */
|
|
@@ -34,7 +34,7 @@ export declare class WebFrameMainMenuContainer extends Panel<WebFrameMainMenuCon
|
|
|
34
34
|
getMainMenuElement: () => HTMLElement;
|
|
35
35
|
get isPinned(): boolean;
|
|
36
36
|
get IsClosed(): boolean;
|
|
37
|
-
|
|
37
|
+
pinned: (value: boolean) => void;
|
|
38
38
|
saveSettings: () => void;
|
|
39
39
|
loadSettings: () => void;
|
|
40
40
|
resetSettings: () => void;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { PanelImpl } from '@docsvision/webclient/Platform/PanelImpl';
|
|
2
|
-
import { WebFrameMainMenuContainerParams,
|
|
2
|
+
import { WebFrameMainMenuContainerParams, IWebFrameMainMenuContainerState } from '@docsvision/webclient/Platform/WebFrameMainMenuContainer';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
/**
|
|
5
5
|
* Класс элемента управления WebFrameMainMenuContainer.
|
|
6
6
|
*/
|
|
7
|
-
export declare class WebFrameMainMenuContainerImpl extends PanelImpl<WebFrameMainMenuContainerParams,
|
|
7
|
+
export declare class WebFrameMainMenuContainerImpl extends PanelImpl<WebFrameMainMenuContainerParams, IWebFrameMainMenuContainerState> {
|
|
8
8
|
private mainMenuElement;
|
|
9
9
|
private handle;
|
|
10
10
|
private contentContainer;
|
|
@@ -22,7 +22,7 @@ export declare class WebFrameMainMenuContainerImpl extends PanelImpl<WebFrameMai
|
|
|
22
22
|
private get content();
|
|
23
23
|
get isPinned(): boolean;
|
|
24
24
|
get IsClosed(): boolean;
|
|
25
|
-
|
|
25
|
+
pinned: (value: boolean) => void;
|
|
26
26
|
private get pinDisabled();
|
|
27
27
|
close(showOnRightSide?: boolean): void;
|
|
28
28
|
open(showOnRightSide?: boolean): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Panel, PanelParams } from '@docsvision/webclient/Platform/Panel';
|
|
2
|
-
import {
|
|
2
|
+
import { IPanelState } from '@docsvision/webclient/Platform/PanelImpl';
|
|
3
3
|
import { WebFrameNavigationBarImpl } from '@docsvision/webclient/Platform/WebFrameNavigationBarImpl';
|
|
4
4
|
import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
|
|
5
5
|
import { NavBarMode } from '@docsvision/webclient/Legacy/NavBarMode';
|
|
@@ -15,20 +15,20 @@ export declare class WebFrameNavigationBarParams extends PanelParams {
|
|
|
15
15
|
modeLock?: string;
|
|
16
16
|
services?: $ApplicationSettings & $LocalStorage & $WebFrameContentHeight;
|
|
17
17
|
}
|
|
18
|
-
export interface
|
|
18
|
+
export interface IWebFrameNavigationBarState extends WebFrameNavigationBarParams, IPanelState {
|
|
19
19
|
mode: NavBarMode;
|
|
20
20
|
modeLock: string;
|
|
21
21
|
}
|
|
22
22
|
/**
|
|
23
23
|
* Класс элемента управления WebFrameNavigationBar.
|
|
24
24
|
*/
|
|
25
|
-
export declare class WebFrameNavigationBar extends Panel<WebFrameNavigationBarParams,
|
|
26
|
-
|
|
25
|
+
export declare class WebFrameNavigationBar extends Panel<WebFrameNavigationBarParams, IWebFrameNavigationBarState> {
|
|
26
|
+
getMode: () => NavBarMode;
|
|
27
27
|
get ModeLocked(): string;
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
lockMode: (lockComment: string) => void;
|
|
29
|
+
releaseModeLock: () => void;
|
|
30
|
+
setMode: (navBarMode: NavBarMode) => void;
|
|
31
|
+
addMobileTabs: (tabsElement: HTMLElement) => void;
|
|
32
32
|
/** @notest @internal */
|
|
33
33
|
protected createParams(): WebFrameNavigationBarParams;
|
|
34
34
|
protected createImpl(): WebFrameNavigationBarImpl;
|
|
@@ -12,13 +12,13 @@ export declare class WebFrameNavigationBarBackButtonParams extends BaseControlPa
|
|
|
12
12
|
isHidden?: boolean;
|
|
13
13
|
services: $ApplicationSettings & $Router;
|
|
14
14
|
}
|
|
15
|
-
export interface
|
|
15
|
+
export interface IWebFrameNavigationBarBackButtonState extends WebFrameNavigationBarBackButtonParams, BaseControlState {
|
|
16
16
|
isHidden: boolean;
|
|
17
17
|
}
|
|
18
18
|
/**
|
|
19
19
|
* Класс элемента управления WebFrameNavigationBarBackButton.
|
|
20
20
|
*/
|
|
21
|
-
export declare class WebFrameNavigationBarBackButton extends BaseControl<WebFrameNavigationBarBackButtonParams,
|
|
21
|
+
export declare class WebFrameNavigationBarBackButton extends BaseControl<WebFrameNavigationBarBackButtonParams, IWebFrameNavigationBarBackButtonState> {
|
|
22
22
|
/** @notest @internal */
|
|
23
23
|
protected createParams(): WebFrameNavigationBarBackButtonParams;
|
|
24
24
|
/** @notest @internal */
|
|
@@ -10,12 +10,12 @@ export declare class WebFrameNavigationBarCreateButtonParams extends BaseControl
|
|
|
10
10
|
standardCssClass?: string;
|
|
11
11
|
services: $ApplicationSettings;
|
|
12
12
|
}
|
|
13
|
-
export interface
|
|
13
|
+
export interface IWebFrameNavigationBarCreateButtonState extends WebFrameNavigationBarCreateButtonParams, BaseControlState {
|
|
14
14
|
}
|
|
15
15
|
/**
|
|
16
16
|
* Класс элемента управления WebFrameNavigationBarCreateButton.
|
|
17
17
|
*/
|
|
18
|
-
export declare class WebFrameNavigationBarCreateButton extends BaseControl<WebFrameNavigationBarCreateButtonParams,
|
|
18
|
+
export declare class WebFrameNavigationBarCreateButton extends BaseControl<WebFrameNavigationBarCreateButtonParams, IWebFrameNavigationBarCreateButtonState> {
|
|
19
19
|
private button;
|
|
20
20
|
/** @notest @internal */
|
|
21
21
|
protected createParams(): WebFrameNavigationBarCreateButtonParams;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
2
2
|
import { PanelImpl } from '@docsvision/webclient/Platform/PanelImpl';
|
|
3
|
-
import { WebFrameNavigationBarParams,
|
|
3
|
+
import { WebFrameNavigationBarParams, IWebFrameNavigationBarState } from '@docsvision/webclient/Platform/WebFrameNavigationBar';
|
|
4
4
|
import React from 'react';
|
|
5
5
|
/**
|
|
6
6
|
* Класс элемента управления WebFrameNavigationBarImpl.
|
|
7
7
|
*/
|
|
8
|
-
export declare class WebFrameNavigationBarImpl extends PanelImpl<WebFrameNavigationBarParams,
|
|
8
|
+
export declare class WebFrameNavigationBarImpl extends PanelImpl<WebFrameNavigationBarParams, IWebFrameNavigationBarState> {
|
|
9
9
|
mobileContainer: HTMLElement;
|
|
10
10
|
componentDidMount(): void;
|
|
11
11
|
componentDidUpdate(): void;
|
|
@@ -28,10 +28,10 @@ export declare class WebFrameSearchPanelParams extends BaseControlParams {
|
|
|
28
28
|
isPlaceholderHidden?: boolean;
|
|
29
29
|
services?: $Layout & $ApplicationSettings & $CompanyLogo & $FullTextSearchEnabled & $WebFrameContext & $DeviceType & $Router & $LastSearchRequest & $WebFrameSearchPanel & $ExperimentalFeature & $LastSearchResponse & $IsIE & $Resources & $WebFrameSearchPanel & $FolderInfo;
|
|
30
30
|
}
|
|
31
|
-
export interface
|
|
31
|
+
export interface IWebFrameSearchPanelState extends WebFrameSearchPanelParams, BaseControlState {
|
|
32
32
|
}
|
|
33
33
|
/** @internal */
|
|
34
|
-
export declare class WebFrameSearchPanel extends BaseControl<WebFrameSearchPanelParams,
|
|
34
|
+
export declare class WebFrameSearchPanel extends BaseControl<WebFrameSearchPanelParams, IWebFrameSearchPanelState> {
|
|
35
35
|
private searchInput;
|
|
36
36
|
private searchInputText;
|
|
37
37
|
private searchPlaceholder;
|
|
@@ -29,14 +29,14 @@ export declare class WebFrameUserPanelParams extends BaseControlParams {
|
|
|
29
29
|
userPanelDisplayMode?: number;
|
|
30
30
|
services?: $CurrentEmployee & $InsideMainMenu & $ApplicationSettings & $LayoutStaffController & $EmployeeStatus & $DeviceType & $LocalStorage & $Poll;
|
|
31
31
|
}
|
|
32
|
-
export interface
|
|
32
|
+
export interface IWebFrameUserPanelState extends WebFrameUserPanelParams, BaseControlState {
|
|
33
33
|
employeeStatus: GenModels.StaffEmployeeStatus;
|
|
34
34
|
displayName: string;
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
37
|
* Класс элемента управления WebFrameUserPanel.
|
|
38
38
|
*/
|
|
39
|
-
export declare class WebFrameUserPanel extends BaseControl<WebFrameUserPanelParams,
|
|
39
|
+
export declare class WebFrameUserPanel extends BaseControl<WebFrameUserPanelParams, IWebFrameUserPanelState> {
|
|
40
40
|
/** @notest @internal */
|
|
41
41
|
protected createParams(): WebFrameUserPanelParams;
|
|
42
42
|
/** @notest @internal */
|
package/Platform/XIcon.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare
|
|
2
|
+
export declare function XIcon(): JSX.Element;
|
package/StandardServices.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ import { $FileScan } from '@docsvision/webclient/Platform/$FileScan';
|
|
|
35
35
|
import { $LayoutCheck } from '@docsvision/webclient/System/$LayoutCheckService';
|
|
36
36
|
import { $ScanDialog } from '@docsvision/webclient/Platform/$ScanDialog';
|
|
37
37
|
import { $FileService } from '@docsvision/webclient/System/$FileService';
|
|
38
|
+
import { $ApprovalPathVisualizationController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
38
39
|
import { $CompanyLogo } from '@docsvision/webclient/Platform/$CompanyLogo';
|
|
39
40
|
import { $ContentElementProvider } from '@docsvision/webclient/Platform/$ContentElementProvider';
|
|
40
41
|
import { $RootCssClass } from '@docsvision/webclient/Helpers/$RootCssClass';
|
|
@@ -148,4 +149,4 @@ export declare type $ApplicationSettings = {
|
|
|
148
149
|
};
|
|
149
150
|
export declare const $ApplicationSettings: string | ((model?: $ApplicationSettings) => GenModels.ApplicationSettings);
|
|
150
151
|
/** Стандартные сервисы Web-клиента. */
|
|
151
|
-
export declare type $StandardServices = $Layout & $Router & $CurrentEmployeeId & $CurrentEmployeeAccountName & $DeviceType & $SiteUrl & $Locale & $FullTextSearchEnabled & $RequestManager & $Sidebar & $FolderViews & $SearchPanel & $NavBar & $Folders & $UnreadCounter & $InstalledCSP & $ApplicationTimestamp & $LayoutManager & $RealtimeCommunicationService & $UserMenu & $LayoutControlFactory & $EditOperationStore & $LayoutInfo & $CardInfo & $RowInfo & $CardId & $RowId & $CardTimestamp & $ControlStore & $LocalStorage & $BaseName & $RouteTimestamp & $EnableRouterLogging & $IsMobileSafari & $LogEnabled & $IsIE & $IsSafari & $LastSearchRequest & $UrlStore & $UrlResolver & $CurrentEmployee & $RouterNavigation & $OwnerLayout & $ApplicationSettings & $ExtensionManager & $WebServices & $BatchOperationsProgressDialog & $BatchOperationsPerformer & $InsideMainMenu & $Timeout & $WebFrameContext & $ExtendedDataSourceInfos & $FilePickerUpload & $MessageBox & $WindowLocation & $FileDownload & $ExperimentalFeature & $UnreadCounterNotification & $EmployeeStatus & $CacheManagement & $FileScan & $LayoutCheck & $ScanDialog & $FileService & $CompanyLogo & $ContentElementProvider & $RootCssClass & $FilePreview & $WebViewIOSEnabled & $FileUpload & Partial<$WebFrameDirectorySearchPanelService> & $Domain & $Resources & $MessageWindow & $DialogManagement & $WebFrameDirectorySearchInfoStorageService & $WebFrameSearchPanel & $LastSearchResponse & $RefreshUnreadCounters & $LastSearchParameters & $CloudSignature & $CryptoPro & $CurrentFolder & $LastSearchResponse & $Poll & $FolderPluginProvider & $LayoutBackground & $HoverPanel & $HoverPanel & $DigitalSignature & $WebFrameDirectorySearchPanelService & $WebFrameContentHeight;
|
|
152
|
+
export declare type $StandardServices = $Layout & $Router & $CurrentEmployeeId & $CurrentEmployeeAccountName & $DeviceType & $SiteUrl & $Locale & $FullTextSearchEnabled & $RequestManager & $Sidebar & $FolderViews & $SearchPanel & $NavBar & $Folders & $UnreadCounter & $InstalledCSP & $ApplicationTimestamp & $LayoutManager & $RealtimeCommunicationService & $UserMenu & $LayoutControlFactory & $EditOperationStore & $LayoutInfo & $CardInfo & $RowInfo & $CardId & $RowId & $CardTimestamp & $ControlStore & $LocalStorage & $BaseName & $RouteTimestamp & $EnableRouterLogging & $IsMobileSafari & $LogEnabled & $IsIE & $IsSafari & $LastSearchRequest & $UrlStore & $UrlResolver & $CurrentEmployee & $RouterNavigation & $OwnerLayout & $ApplicationSettings & $ExtensionManager & $WebServices & $BatchOperationsProgressDialog & $BatchOperationsPerformer & $InsideMainMenu & $Timeout & $WebFrameContext & $ExtendedDataSourceInfos & $FilePickerUpload & $MessageBox & $WindowLocation & $FileDownload & $ExperimentalFeature & $UnreadCounterNotification & $EmployeeStatus & $CacheManagement & $FileScan & $LayoutCheck & $ScanDialog & $FileService & $CompanyLogo & $ContentElementProvider & $RootCssClass & $FilePreview & $WebViewIOSEnabled & $FileUpload & Partial<$WebFrameDirectorySearchPanelService> & $Domain & $Resources & $MessageWindow & $DialogManagement & $WebFrameDirectorySearchInfoStorageService & $WebFrameSearchPanel & $LastSearchResponse & $RefreshUnreadCounters & $LastSearchParameters & $CloudSignature & $CryptoPro & $CurrentFolder & $LastSearchResponse & $Poll & $FolderPluginProvider & $LayoutBackground & $ApprovalPathVisualizationController & $HoverPanel & $HoverPanel & $DigitalSignature & $WebFrameDirectorySearchPanelService & $WebFrameContentHeight;
|
package/System/BaseControl.d.ts
CHANGED
|
@@ -157,6 +157,20 @@ export declare abstract class BaseControl<P extends BaseControlParams, S extends
|
|
|
157
157
|
* @param props Свойства, переданные контролу
|
|
158
158
|
*/
|
|
159
159
|
constructor(props: P);
|
|
160
|
+
/**
|
|
161
|
+
* Получить сервис из контейнера контрола.
|
|
162
|
+
*
|
|
163
|
+
* @param name Имя сервиса.
|
|
164
|
+
*
|
|
165
|
+
* Примеры:
|
|
166
|
+
*
|
|
167
|
+
* // Основной вариант
|
|
168
|
+
* control.getService($RequestManager).post(url, JSON.stringify(data));
|
|
169
|
+
* // Альтернативный вариант
|
|
170
|
+
* control.getService<$RequestManager>().requestManager.post(url, JSON.stringify(data));
|
|
171
|
+
*
|
|
172
|
+
*/
|
|
173
|
+
getService<T>(name?: FieldSpec<any, T>): T;
|
|
160
174
|
/**
|
|
161
175
|
* При переопределении в дочернем классе должен возвращать новый
|
|
162
176
|
* экземпляр параметров компонента, созданный через оператор new (например: `new MyControlParams()`)
|
|
@@ -253,7 +267,7 @@ export declare abstract class BaseControl<P extends BaseControlParams, S extends
|
|
|
253
267
|
* @param callBack Функция, которая будет вызвана после того, как перерисовка компонента завершится.
|
|
254
268
|
* @see [Документация React](https://facebook.github.io/react/docs/react-component.html#other-apis)
|
|
255
269
|
*/
|
|
256
|
-
forceUpdate(callBack?: () =>
|
|
270
|
+
forceUpdate(callBack?: () => void): void;
|
|
257
271
|
/**
|
|
258
272
|
* Позволяет установить значение нескольких параметров, вызвав только одну перерисовку компонента.
|
|
259
273
|
* В методе нет необходимости, если значения параметров меняются в рамках обработки одного React-события (в этом случае
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { $DataGridControlController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
3
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
4
|
+
import { BaseControl, BaseControlParams, BaseControlState } from "@docsvision/webclient/System/BaseControl";
|
|
5
|
+
import { ControlImpl } from "@docsvision/webclient/System/ControlImpl";
|
|
6
|
+
import { LoadingState } from "@docsvision/webclient/System/LoadingState";
|
|
7
|
+
import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
|
|
8
|
+
import { $CardId } from '@docsvision/webclient/System/LayoutServices';
|
|
9
|
+
import { CancelableEvent } from '@docsvision/webclient/System/CancelableEvent';
|
|
10
|
+
import { IEventArgs } from '@docsvision/webclient/System/IEventArgs';
|
|
11
|
+
import { SimpleEvent } from '@docsvision/webclient/System/SimpleEvent';
|
|
12
|
+
import { ITableData, ITablePlugins } from '@docsvision/web/components/table/interfaces';
|
|
13
|
+
import "./DataGridControl.css";
|
|
14
|
+
/**
|
|
15
|
+
* Содержит публичные свойства элемента управления [ReadOnlyTable]{@link ReadOnlyTable}.
|
|
16
|
+
*/
|
|
17
|
+
export declare class DataGridControlParams extends BaseControlParams {
|
|
18
|
+
/** Стандартный CSS класс со стилями элемента управления */
|
|
19
|
+
standardCssClass?: string;
|
|
20
|
+
/** Название плагина для формирования контентента таблицы */
|
|
21
|
+
pluginName?: string;
|
|
22
|
+
/** Перечнь параметров, которые будут переданы при запросе данных таблицы. */
|
|
23
|
+
params?: GenModels.ParamModel[];
|
|
24
|
+
/** Данные для заполнения талибцы */
|
|
25
|
+
data?: ITableData;
|
|
26
|
+
/**
|
|
27
|
+
* Информация о загрузке таблицы
|
|
28
|
+
* @param state Состояние
|
|
29
|
+
*/
|
|
30
|
+
renderLoadingState?: (state: LoadingState) => JSX.Element;
|
|
31
|
+
/** Расширения таблицы. */
|
|
32
|
+
plugins?: ITablePlugins;
|
|
33
|
+
tableLoaded?: SimpleEvent<IEventArgs>;
|
|
34
|
+
tableLoading?: CancelableEvent<IEventArgs>;
|
|
35
|
+
/** Необходимые сервисы для работы контрола */
|
|
36
|
+
services?: $DataGridControlController & $CardId;
|
|
37
|
+
}
|
|
38
|
+
/** @internal */
|
|
39
|
+
export interface IDataGridControlState extends BaseControlState, DataGridControlParams {
|
|
40
|
+
loadingHelper: RequestHelper;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* Класс элемента управления, служащего для загрузки и отображения таблицы в режиме чтения.
|
|
44
|
+
*/
|
|
45
|
+
export declare class DataGridControl extends BaseControl<DataGridControlParams, IDataGridControlState> {
|
|
46
|
+
protected construct(): void;
|
|
47
|
+
componentWillUnmount(): void;
|
|
48
|
+
protected createParams(): DataGridControlParams;
|
|
49
|
+
protected createImpl(): ControlImpl;
|
|
50
|
+
protected set paramsHandler(params: string | GenModels.ParamModel[] | undefined | null);
|
|
51
|
+
/** @internal */
|
|
52
|
+
init(): void;
|
|
53
|
+
protected initInternal(): Promise<void>;
|
|
54
|
+
/** @internal */
|
|
55
|
+
protected loadTableData(): Promise<GenModels.TableModel>;
|
|
56
|
+
/**
|
|
57
|
+
* Инициализация данных талицы
|
|
58
|
+
* @param data данные
|
|
59
|
+
*/
|
|
60
|
+
protected initializeTableData(data: ITableData): void;
|
|
61
|
+
/** @internal */
|
|
62
|
+
renderControl(): JSX.Element;
|
|
63
|
+
}
|
|
@@ -77,10 +77,10 @@ export declare abstract class DirectorySelectDialog<ValueT extends NodeT | ItemT
|
|
|
77
77
|
protected modalHost: CommonModalDialogHost;
|
|
78
78
|
static SimpleItemView:
|
|
79
79
|
import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
|
|
80
|
-
import("C:/
|
|
80
|
+
import("C:/dev/WebClient/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
|
|
81
81
|
static SimpleItemViewCompact:
|
|
82
82
|
import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
|
|
83
|
-
import("C:/
|
|
83
|
+
import("C:/dev/WebClient/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
|
|
84
84
|
/** @internal */
|
|
85
85
|
state: StateT;
|
|
86
86
|
searchInput: HTMLInputElement;
|
|
@@ -15,6 +15,7 @@ export interface ILayoutPrepareSavingEventArgs extends IEventArgs {
|
|
|
15
15
|
options: SaveCardOptions;
|
|
16
16
|
control?: LayoutControl;
|
|
17
17
|
}
|
|
18
|
+
export declare type ILayoutBeforeSavingEventArgs = ILayoutPrepareSavingEventArgs;
|
|
18
19
|
/**
|
|
19
20
|
* Публичные свойства для контрола {@link Layout}.
|
|
20
21
|
*/
|
|
@@ -109,6 +109,7 @@ export declare abstract class InputBasedControlImpl<ModelT, PropsT extends Input
|
|
|
109
109
|
protected renderEditPopover(popover: EditPopover): Promise<InputBasedControl<ModelT, PropsT, StateT>>;
|
|
110
110
|
protected getCurrentPlaceholder(): string[];
|
|
111
111
|
protected renderPlaceholder(): JSX.Element;
|
|
112
|
+
protected renderPlaceholderEditInPlace(): JSX.Element;
|
|
112
113
|
protected onInputKeyDown(ev: React.KeyboardEvent<any>): void;
|
|
113
114
|
protected getInputProps(): React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
114
115
|
protected renderInput(): React.ReactNode;
|
package/System/Layout.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { $StandardServices } from '@docsvision/webclient/StandardServices';
|
|
|
7
7
|
import { BaseControl, BaseControlParams, BaseControlState, LayoutControl } from "@docsvision/webclient/System/BaseControl";
|
|
8
8
|
import { ChangeStateOptions, ILayout, SaveCardOptions } from "@docsvision/webclient/System/$Layout";
|
|
9
9
|
import { $ParentOwnerLayout } from "@docsvision/webclient/System/$ParentOwnerLayout";
|
|
10
|
-
import { ILayoutParams, ILayoutPrepareSavingEventArgs, ILayoutSavedEventArgs } from "@docsvision/webclient/System/ILayoutParams";
|
|
10
|
+
import { ILayoutBeforeSavingEventArgs, ILayoutParams, ILayoutPrepareSavingEventArgs, ILayoutSavedEventArgs } from "@docsvision/webclient/System/ILayoutParams";
|
|
11
11
|
import { LayoutImpl, LayoutState } from "@docsvision/webclient/System/LayoutImpl";
|
|
12
12
|
import { ControlWrapperMap } from "@docsvision/webclient/System/ControlWrapperMap";
|
|
13
13
|
import { IControlStoreManager } from '@docsvision/webclient/System/IControlStoreManager';
|
|
@@ -45,6 +45,8 @@ export declare class LayoutParams extends PanelParams implements ILayoutParams {
|
|
|
45
45
|
cardSaving?: CancelableApiEvent<SaveControlDataModelEventArgs>;
|
|
46
46
|
/** Событие возникает при сохранении карточки, до получения значения элементов управления. */
|
|
47
47
|
prepareCardSaving?: CancelableApiEvent<ILayoutPrepareSavingEventArgs>;
|
|
48
|
+
/** Событие возникает при сохранении карточки, до валидации контролов. */
|
|
49
|
+
beforeCardSaving?: CancelableApiEvent<ILayoutBeforeSavingEventArgs>;
|
|
48
50
|
/** Событие возникает после сохранения карточки. */
|
|
49
51
|
cardSaved?: CancelableApiEvent<ILayoutSavedEventArgs>;
|
|
50
52
|
/** Событие возникает, если при сохранении карточки возникли ошибки. */
|
package/System/LayoutImpl.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
|
-
import { PanelImpl,
|
|
3
|
+
import { PanelImpl, IPanelState } from "@docsvision/webclient/Platform/PanelImpl";
|
|
4
4
|
import { Layout, LayoutParams } from "@docsvision/webclient/System/Layout";
|
|
5
5
|
import { ControlStore } from "@docsvision/webclient/System/ControlStore";
|
|
6
6
|
import { IEditOperationStore } from "@docsvision/webclient/System/IEditOperationStore";
|
|
7
7
|
import { LayoutContainer } from "@docsvision/webclient/System/LayoutContainer";
|
|
8
8
|
/** @internal */
|
|
9
|
-
export interface LayoutState extends LayoutParams,
|
|
9
|
+
export interface LayoutState extends LayoutParams, IPanelState {
|
|
10
10
|
deleted: boolean;
|
|
11
11
|
isInitialized: boolean;
|
|
12
12
|
controlStore: ControlStore;
|
|
@@ -2,6 +2,7 @@ import { GenControllers } from '@docsvision/webclient/Generated/DocsVision.WebCl
|
|
|
2
2
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
3
|
import { RequestOptions } from '@docsvision/webclient/Legacy/Utils';
|
|
4
4
|
export declare class LayoutRowControllerStub implements GenControllers.ILayoutRowController {
|
|
5
|
+
exist(layoutParams: GenModels.RowLayoutParams, options?: RequestOptions): Promise<boolean>;
|
|
5
6
|
newRow(createParams: GenModels.LayoutRowCreateParams, options?: RequestOptions): Promise<GenModels.LayoutRowViewModel>;
|
|
6
7
|
view(layoutParams: GenModels.RowLayoutParams, options?: RequestOptions): Promise<GenModels.LayoutRowViewModel>;
|
|
7
8
|
edit(layoutParams: GenModels.RowLayoutParams, options?: RequestOptions): Promise<GenModels.LayoutRowViewModel>;
|
package/System/PrintContent.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/** Открывает html-разметку в новом окне, копируя туда все текущие стили, после чего инициирует печать открытой страницы. */
|
|
2
|
-
export declare function printContent(content: string, siteUrl?: string): void;
|
|
2
|
+
export declare function printContent(content: string, siteUrl?: string, contentClassName?: string): void;
|
package/System/RouteType.d.ts
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
1
|
import { StandardRoutes } from "@docsvision/webclient/System/StandardRoutes";
|
|
2
|
+
import { RouteContext } from "@docsvision/web/core/routing";
|
|
2
3
|
/** Тип роута - это строка. */
|
|
3
4
|
export declare type RouteType = keyof StandardRoutes | string;
|
|
5
|
+
export declare type RouteContextType = RouteContext & {
|
|
6
|
+
params: {
|
|
7
|
+
[key: string]: any;
|
|
8
|
+
} | null;
|
|
9
|
+
};
|
package/package.json
CHANGED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { IComponentProps } from '@docsvision/web/core/component';
|
|
2
|
-
import { Moment } from 'moment';
|
|
3
|
-
import React from 'react';
|
|
4
|
-
export interface ISelectedRangeDate {
|
|
5
|
-
start: Moment;
|
|
6
|
-
end: Moment;
|
|
7
|
-
}
|
|
8
|
-
/** Визуальные компоненты {@see DateRangePicker}. */
|
|
9
|
-
export declare class DateRangePickerView {
|
|
10
|
-
day: React.MemoExoticComponent<(props:
|
|
11
|
-
import("./components/DateRangePickerDay").DateRangePickerDayProps) => JSX.Element>;
|
|
12
|
-
toolbar: React.MemoExoticComponent<(props:
|
|
13
|
-
import("./components/DateRangePickerToolbar").DateRangePickerToolbarProps) => JSX.Element>;
|
|
14
|
-
}
|
|
15
|
-
/** Свойства {@see DateRangePicker} */
|
|
16
|
-
export interface DateRangePickerProps extends IComponentProps<never, DateRangePickerView> {
|
|
17
|
-
/** Текущее значение */
|
|
18
|
-
value: ISelectedRangeDate;
|
|
19
|
-
/** Изменение значения */
|
|
20
|
-
onChange(selectedRangeDate: ISelectedRangeDate): void;
|
|
21
|
-
/** Локаль */
|
|
22
|
-
locale?: string;
|
|
23
|
-
}
|
|
24
|
-
export declare function DateRangePicker(props: DateRangePickerProps): JSX.Element;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { DateRangePicker } from '@docsvision/webclient/Helpers/DateRangePicker/DateRangePicker';
|
|
3
|
-
declare const _default: {
|
|
4
|
-
title: string;
|
|
5
|
-
component: typeof DateRangePicker;
|
|
6
|
-
};
|
|
7
|
-
export default _default;
|
|
8
|
-
export declare const OneDay: () => JSX.Element;
|
|
9
|
-
export declare const FewDays: () => JSX.Element;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import './DateRangePickerDay.css';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { Moment } from 'moment';
|
|
4
|
-
import { ISelectedRangeDate } from '@docsvision/webclient/Helpers/DateRangePicker/DateRangePicker';
|
|
5
|
-
export interface DateRangePickerDayProps {
|
|
6
|
-
date: Moment;
|
|
7
|
-
currentMonth: boolean;
|
|
8
|
-
rangeDate: ISelectedRangeDate;
|
|
9
|
-
selectableStartDate: Moment;
|
|
10
|
-
selectableEndDate: Moment;
|
|
11
|
-
setSelectableEndDate(date: Moment): void;
|
|
12
|
-
selectDate(date: Moment): void;
|
|
13
|
-
}
|
|
14
|
-
/** Стилевой контейнер дня {@see DateRangePicker}. */
|
|
15
|
-
export declare const DateRangePickerDay: React.MemoExoticComponent<(props: DateRangePickerDayProps) => JSX.Element>;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { Moment } from 'moment';
|
|
3
|
-
import { ToolbarComponentProps } from '@docsvision/material-ui-pickers/Picker/Picker';
|
|
4
|
-
import { ISelectedRangeDate } from '@docsvision/webclient/Helpers/DateRangePicker/DateRangePicker';
|
|
5
|
-
import './DateRangePickerToolbar.css';
|
|
6
|
-
export interface DateRangePickerToolbarProps extends ToolbarComponentProps {
|
|
7
|
-
locale: string;
|
|
8
|
-
rangeDate: ISelectedRangeDate;
|
|
9
|
-
selectableStartDate: Moment;
|
|
10
|
-
setOpenViewYear(state: boolean): void;
|
|
11
|
-
selectCurrentDate(): void;
|
|
12
|
-
}
|
|
13
|
-
/** Стилевой контейнер панели настроек {@see DateRangePicker}. */
|
|
14
|
-
export declare const DateRangePickerToolbar: React.MemoExoticComponent<(props: DateRangePickerToolbarProps) => JSX.Element>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Store } from 'effector';
|
|
2
|
-
/** Интефрейс сервиса {@see $SearchText} */
|
|
3
|
-
export interface ISearchTextService {
|
|
4
|
-
readonly $current: Store<string>;
|
|
5
|
-
setCurrent(text: string): void;
|
|
6
|
-
}
|
|
7
|
-
/** Предоставляет информацию об поисковом запросе. */
|
|
8
|
-
export declare type $SearchText = {
|
|
9
|
-
searchText: ISearchTextService;
|
|
10
|
-
};
|
|
11
|
-
export declare const $SearchText: string | ((model?: $SearchText) => ISearchTextService);
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { $SearchText } from '@docsvision/webclient/Platform/$SearchText';
|
|
2
|
-
import { TablePlugins } from '@docsvision/web/components/table/interfaces';
|
|
3
|
-
import { $Grouping } from '@docsvision/web/components/table/plugins/grouping';
|
|
4
|
-
import { $TableData } from '@docsvision/web/components/table/plugins/table-data';
|
|
5
|
-
import { $Domain } from '@docsvision/web/core/state-management';
|
|
6
|
-
export declare const SearchTextFeature = "SearchTextFeature";
|
|
7
|
-
export declare const SearchTextServiceProvider: TablePlugins.ServiceProvider<$SearchText & $Grouping & $TableData & $Domain>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { $Grouping } from "@docsvision/web/components/table/plugins/grouping";
|
|
2
|
-
import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
|
|
3
|
-
import { $Domain } from "@docsvision/web/core/state-management";
|
|
4
|
-
import { ISearchTextService } from "./$SearchText";
|
|
5
|
-
import { Event, Store } from "effector";
|
|
6
|
-
export declare class SearchTextService implements ISearchTextService {
|
|
7
|
-
$current: Store<string>;
|
|
8
|
-
setCurrent: Event<string>;
|
|
9
|
-
constructor(services: $Grouping & $TableData & $Domain);
|
|
10
|
-
}
|