@docsvision/webclient 5.17.0-beta.12 → 5.17.0-beta.15
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/AgreementManagement.d.ts +4 -2
- package/Approval/AgreementStageProps.d.ts +4 -2
- package/BackOffice/$CloudSignature.d.ts +34 -0
- package/BackOffice/$CryptoPro.d.ts +10 -0
- package/BackOffice/$DigitalSignature.d.ts +75 -0
- package/BackOffice/ActualizeProfileCertificateSource.d.ts +13 -0
- package/BackOffice/{BackOfficeLayoutContextContstants.d.ts → BackOfficeLayoutContextConstants.d.ts} +0 -0
- package/BackOffice/CardKindImpl.d.ts +2 -1
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/ConvertCloudToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertLocalToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertSignLabelsToComboBoxItems.d.ts +15 -0
- package/BackOffice/CryptoProDssService.d.ts +65 -0
- package/BackOffice/CryptoProService.d.ts +10 -0
- package/BackOffice/{BatchDelegateOperation.d.ts → DelegateBatchOperation.d.ts} +5 -5
- package/BackOffice/{BatchDelegateOperationImpl.d.ts → DelegateBatchOperationImpl.d.ts} +3 -3
- package/BackOffice/DelegationParamsPanel.d.ts +1 -1
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DepartmentImpl.d.ts +1 -0
- package/BackOffice/DigitalSignatureService.d.ts +38 -0
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +78 -0
- package/BackOffice/DirectoryDesignerActionButton.d.ts +7 -0
- package/BackOffice/DirectoryDesignerItemCreateWindow.d.ts +4 -0
- package/BackOffice/DirectoryDesignerItemEditWindow.d.ts +4 -0
- package/BackOffice/DirectoryDesignerItemViewWindow.d.ts +8 -0
- package/BackOffice/DirectoryDesignerRow.d.ts +30 -15
- package/BackOffice/DirectoryDesignerRowConstants.d.ts +3 -0
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +46 -21
- package/BackOffice/DirectoryDesignerRowItemVisualiser.d.ts +9 -0
- package/BackOffice/DirectoryDesignerTypeaheadVariant.d.ts +6 -2
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DssAuthorizationModels.d.ts +6 -0
- package/BackOffice/DssCertificateModels.d.ts +30 -0
- package/BackOffice/DssPolicyModels.d.ts +51 -0
- package/BackOffice/DssSignRequestModels.d.ts +133 -0
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListControl.d.ts +10 -3
- package/BackOffice/FileListControlImpl.d.ts +5 -0
- package/BackOffice/FileListControlLogic.d.ts +2 -1
- package/BackOffice/FileListItemComponent.d.ts +1 -1
- package/BackOffice/FileListItemProps.d.ts +2 -1
- package/BackOffice/FileSign.d.ts +12 -39
- package/BackOffice/FileSignListDialog.d.ts +7 -2
- package/BackOffice/GetSignatureMethodName.d.ts +4 -0
- package/BackOffice/HistoryView.d.ts +1 -1
- package/BackOffice/ICertificateStatus.d.ts +6 -0
- package/BackOffice/IDocumentInfoAdditionalInfoResult.d.ts +4 -0
- package/BackOffice/IDssCertificateInfoEx.d.ts +4 -0
- package/BackOffice/IFileSignInteractionModel.d.ts +8 -3
- package/BackOffice/IGetCertificateResult.d.ts +33 -0
- package/BackOffice/IGetDocumentInfoResult.d.ts +14 -0
- package/BackOffice/ISignOptions.d.ts +8 -0
- package/BackOffice/ISignRequest.d.ts +9 -0
- package/BackOffice/ISignResult.d.ts +5 -0
- package/BackOffice/ISignatureVerificationResult.d.ts +4 -0
- package/BackOffice/InfoPopover.d.ts +2 -0
- package/BackOffice/LoadCertificatesThumberprints.d.ts +9 -0
- package/BackOffice/LoadCloudCertificates.d.ts +4 -0
- package/BackOffice/LoadSignatureMethods.d.ts +2 -0
- package/BackOffice/LoadSystemCertificates.d.ts +4 -0
- package/BackOffice/Numerator.d.ts +1 -0
- package/BackOffice/NumeratorImpl.d.ts +7 -1
- package/BackOffice/PartnerBase.d.ts +4 -2
- package/BackOffice/PartnerBaseImpl.d.ts +20 -0
- package/BackOffice/PartnerDepartmentImpl.d.ts +3 -0
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PartnerImpl.d.ts +3 -0
- package/BackOffice/PrepareSignatureMethodsComboBox.d.ts +7 -0
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/ProcessSettingsChanged.d.ts +11 -0
- package/BackOffice/SignatureButton.d.ts +36 -0
- package/BackOffice/SignatureButton.stories.d.ts +10 -0
- package/BackOffice/SignatureButtonComponent.d.ts +7 -0
- package/BackOffice/SignatureButtonContainer.d.ts +7 -0
- package/BackOffice/SignatureButtonLogic.d.ts +27 -0
- package/BackOffice/SignatureButtonMenu.d.ts +6 -0
- package/BackOffice/SignatureButtonMenuItem.d.ts +6 -0
- package/BackOffice/SignatureButtonOptions.d.ts +51 -0
- package/BackOffice/SignatureButtonView.d.ts +10 -0
- package/BackOffice/SignatureConstants.d.ts +1 -0
- package/BackOffice/SignatureDialog.d.ts +50 -0
- package/BackOffice/SignatureDialog.stories.d.ts +12 -0
- package/BackOffice/SignatureDialogFrame.d.ts +13 -0
- package/BackOffice/SignatureDialogLabels.d.ts +9 -0
- package/BackOffice/SignatureDialogLoader.d.ts +3 -0
- package/BackOffice/SignatureDialogLogic.d.ts +60 -0
- package/BackOffice/SignatureDialogMethods.d.ts +10 -0
- package/BackOffice/SignatureDialogNoPluginMessage.d.ts +6 -0
- package/BackOffice/SignatureDialogSettings.d.ts +20 -0
- package/BackOffice/SignatureMethodsSetup.d.ts +40 -0
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +14 -0
- package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +14 -0
- package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +12 -0
- package/BackOffice/SignatureMethodsSetupCertificatesTableLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +13 -0
- package/BackOffice/SignatureMethodsSetupFrame.d.ts +9 -0
- package/BackOffice/SignatureMethodsSetupLogic.d.ts +77 -0
- package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +7 -0
- package/BackOffice/SignatureMethodsSetupSelectedMethodsLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupTabType.d.ts +4 -0
- package/BackOffice/StaffDirectoryConstants.d.ts +2 -0
- package/BackOffice/StaffDirectoryInfoPopover.d.ts +28 -0
- package/BackOffice/StaffDirectoryItems.d.ts +7 -3
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +28 -4
- package/BackOffice/StaffDirectorySelectDialog.d.ts +4 -1
- package/BackOffice/SvsVerifyModels.d.ts +20 -0
- package/BackOffice/TasksTable.d.ts +3 -2
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/{TasksUtills.d.ts → TasksUtils.d.ts} +0 -0
- package/BackOffice/ToggleCertificateSelection.d.ts +2 -0
- package/BackOffice/UpdateMethodComment.d.ts +2 -0
- package/BackOffice/UserProfile.d.ts +1 -0
- package/BackOffice/Utils.d.ts +3 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Controllers.d.ts +179 -5
- package/Generated/DocsVision.WebClient.Models.d.ts +1140 -212
- package/Helpers/ArtPlayer/ArtPlayer.d.ts +26 -0
- package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +10 -0
- package/Helpers/ArtPlayer/ArtPlayerLogic.d.ts +31 -0
- package/Helpers/ArtPlayer/ArtPlayerView.d.ts +13 -0
- package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +5 -0
- package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +10 -0
- package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/LoadArtPlayer.d.ts +5 -0
- package/Helpers/ArtPlayer/functions/SetCurrentTimeCode.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/SetPlayerLocalization.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/SortingTimeCodes.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/UpdatePlayerTime.d.ts +8 -0
- package/Helpers/ArtPlayer/models/IArtPlayer.d.ts +597 -0
- package/Helpers/ArtPlayer/models/IArtPlayerTImeCode.d.ts +6 -0
- package/Helpers/BoxWithButtons.d.ts +7 -1
- package/Helpers/LabeledText.d.ts +8 -0
- package/Helpers/ModalDialog/CommonModalDialog.d.ts +2 -1
- package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +3 -3
- package/Helpers/ModalDialog/KeyHandler.d.ts +12 -0
- package/Helpers/ReactList/ReactListDynamic.d.ts +1 -0
- package/Helpers/Sortable/Data/ClientModels/ISortableItem.d.ts +7 -1
- package/Helpers/Sortable/Sortable.d.ts +13 -3
- package/Helpers/TextInput.d.ts +2 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +8 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +10 -0
- package/Helpers/TextInputDialog/TextInputDialog.d.ts +25 -0
- package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +8 -0
- package/Helpers/TextInputDialog/TextInputDialogHost.d.ts +14 -0
- package/Helpers/Typeahead/ITypeaheadProps.d.ts +6 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/FolderViews.d.ts +2 -0
- package/Legacy/ILabelTextareaControl.d.ts +1 -1
- package/Legacy/ISignatureDataModel.d.ts +2 -0
- package/Legacy/ISignatureListDataModel.d.ts +1 -1
- package/Legacy/ISignatureListItemDataModel.d.ts +6 -15
- package/Legacy/ISignatureListItemDetailDataModel.d.ts +8 -19
- package/Legacy/ISignatureVerificationDataModel.d.ts +4 -4
- package/Legacy/{ITextareaConrtol.d.ts → ITextareaControl.d.ts} +0 -0
- package/Legacy/LabelTextareaControl.d.ts +1 -1
- package/Legacy/NativeFunctions.d.ts +1 -20
- package/Legacy/SearchPanelRouteHandler.d.ts +19 -0
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +1 -0
- package/Legacy/TextareaControl.d.ts +1 -1
- package/Legacy/Utils.d.ts +7 -0
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +3 -2
- package/MainBundle.d.ts +1 -0
- package/Platform/$AggregatesCheckbox.d.ts +1 -0
- package/Platform/$CompanyLogo.d.ts +0 -1
- package/Platform/$EmployeeStatus.d.ts +6 -2
- package/Platform/$FolderHelp.d.ts +13 -0
- package/Platform/{AcesssInheritanceButtons.d.ts → AccessInheritanceButtons.d.ts} +2 -2
- package/Platform/AggregatesApplyButtonPanel.d.ts +9 -0
- package/Platform/AggregatesCheckbox.d.ts +7 -3
- package/Platform/AggregatesCheckboxPlugins.d.ts +1 -0
- package/Platform/AggregatesCheckboxService.d.ts +17 -6
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/BatchOperationsPlugin.d.ts +1 -1
- package/Platform/BottomEdge.d.ts +10 -0
- package/Platform/BottomEdgeBody.d.ts +4 -0
- package/Platform/BottomEdgePlugin.d.ts +4 -0
- package/Platform/CardLink.d.ts +2 -1
- package/Platform/CardManagement.d.ts +5 -1
- package/Platform/CardManagementImpl.d.ts +5 -3
- package/Platform/CardQuotesDataStub.d.ts +19 -0
- package/Platform/CertificateSettings.d.ts +40 -0
- package/Platform/CertificateSettingsContainer.d.ts +10 -0
- package/Platform/CertificateSettingsLogic.d.ts +24 -0
- package/Platform/CertificateSettingsView.d.ts +5 -0
- package/Platform/CompanyLogoService.d.ts +0 -1
- package/Platform/ContextMenu.d.ts +4 -6
- package/Platform/DateTimePicker.d.ts +1 -0
- package/Platform/DateTimePickerImpl.d.ts +5 -1
- package/Platform/DefaultFolderTablePluginFactory.d.ts +2 -1
- package/Platform/DownloadFilesBatchOperation.d.ts +2 -1
- package/Platform/DropdownImpl.d.ts +3 -1
- package/Platform/EmployeeStatusService.d.ts +4 -4
- package/Platform/Favorite.d.ts +1 -0
- package/Platform/FilePicker.d.ts +2 -2
- package/Platform/FilePreview.d.ts +2 -2
- package/Platform/FilePreviewImpl.d.ts +1 -0
- package/Platform/FolderGrid.d.ts +4 -3
- package/Platform/FolderGridImpl.d.ts +1 -0
- package/Platform/FolderHelpButton.d.ts +7 -0
- package/Platform/FolderHelpDialog.d.ts +9 -0
- package/Platform/FolderHelpPaths.d.ts +2 -0
- package/Platform/FolderHelpPlugins.d.ts +9 -0
- package/Platform/FolderHelpService.d.ts +10 -0
- package/Platform/FolderHelpTimeCodes.d.ts +2 -0
- package/Platform/FolderMainMenuItemImpl.d.ts +1 -1
- package/Platform/FolderManagementAdaptiveMenu.d.ts +1 -1
- package/Platform/{FolderManagmentData.d.ts → FolderManagementData.d.ts} +0 -0
- package/Platform/FolderManagementDialog.d.ts +1 -1
- package/Platform/FolderName.d.ts +2 -1
- package/Platform/FolderNameImpl.d.ts +1 -0
- package/Platform/FolderOperationManager.d.ts +1 -1
- package/Platform/FolderRouteTypeMapper.d.ts +2 -3
- package/Platform/FolderViewItemsImpl.d.ts +5 -5
- package/Platform/FolderWebFrameRouteHandler.d.ts +2 -1
- package/Platform/IAggregates.d.ts +10 -4
- package/Platform/IUnreadRowData.d.ts +1 -1
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/Number.d.ts +2 -0
- package/Platform/NumberImpl.d.ts +5 -1
- package/Platform/Quotes.d.ts +18 -0
- package/Platform/Quotes.stories.d.ts +8 -0
- package/Platform/QuotesButtonMore.d.ts +6 -0
- package/Platform/QuotesHighlight.d.ts +8 -0
- package/Platform/QuotesInner.d.ts +6 -0
- package/Platform/QuotesItem.d.ts +15 -0
- package/Platform/QuotesLogic.d.ts +40 -0
- package/Platform/QuotesModal.d.ts +14 -0
- package/Platform/QuotesModalButtonBlock.d.ts +6 -0
- package/Platform/QuotesModalQuote.d.ts +6 -0
- package/Platform/QuotesPlugins.d.ts +4 -0
- package/Platform/QuotesView.d.ts +16 -0
- package/Platform/QuotesWrapper.d.ts +6 -0
- package/Platform/ReadBatchOperation.d.ts +1 -1
- package/Platform/RecentCardsDashboardWidgetImpl.d.ts +3 -1
- package/Platform/RecentCardsRouteHandler.d.ts +2 -1
- package/Platform/ScrollTopBottomButtons.d.ts +1 -0
- package/Platform/ScrollTopBottomLogic.d.ts +2 -0
- package/Platform/SearchResultsFolderTablePluginFactory.d.ts +5 -5
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +8 -5
- package/Platform/SettingsPlugin.d.ts +7 -3
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -0
- package/Platform/SettingsPopupLogic.d.ts +13 -4
- package/Platform/SettingsPopupView.d.ts +2 -0
- package/Platform/Tab.d.ts +2 -1
- package/Platform/Tab.stories.d.ts +9 -0
- package/Platform/Table.d.ts +1 -1
- package/Platform/TableColumnResponseResolver.d.ts +10 -0
- package/Platform/TablePresentationTogglePlugins.d.ts +1 -2
- package/Platform/TestUtils.d.ts +2 -1
- package/Platform/TextAreaImpl.d.ts +8 -4
- package/Platform/TextBoxImpl.d.ts +5 -0
- package/Platform/TextControlBaseImpl.d.ts +2 -0
- package/Platform/TextListInputView.d.ts +4 -4
- package/Platform/{ToggleRowAcess.d.ts → ToggleRowAccess.d.ts} +0 -0
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/UtilsQuotes.d.ts +10 -0
- package/Platform/WebFrameBodyContainer.stories.d.ts +8 -0
- package/Platform/WebFrameCompanyLogo.d.ts +3 -1
- package/Platform/WebFrameCompanyLogo.stories.d.ts +10 -0
- package/Platform/WebFrameContent.d.ts +3 -2
- package/Platform/WebFrameContentImpl.d.ts +2 -0
- package/Platform/WebFrameCurrentPageName.stories.d.ts +8 -0
- package/Platform/WebFrameHeaderContainer.d.ts +2 -1
- package/Platform/WebFrameHeaderContainer.stories.d.ts +17 -0
- package/Platform/WebFrameHeaderContainerImpl.d.ts +1 -1
- package/Platform/WebFrameHelpButton.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuButton.stories.d.ts +8 -0
- package/Platform/WebFrameMainMenuContainer.d.ts +2 -1
- package/Platform/WebFrameMainMenuContainer.stories.d.ts +10 -0
- package/Platform/WebFrameMainMenuContainerImpl.d.ts +3 -1
- package/Platform/WebFrameNavigationBar.d.ts +2 -1
- package/Platform/WebFrameNavigationBar.stories.d.ts +19 -0
- package/Platform/WebFrameNavigationBarImpl.d.ts +2 -0
- package/Platform/WebFrameSearchPanel.d.ts +2 -2
- package/Platform/WebFrameSearchPanel.stories.d.ts +14 -0
- package/Platform/index.d.ts +1 -7
- package/Platform/toLocaleStringPolyfill.d.ts +2 -0
- package/StandardServices.d.ts +5 -1
- package/System/$FileService.d.ts +16 -9
- package/System/$Layout.d.ts +1 -1
- package/System/$PollService.d.ts +0 -3
- package/System/$Router.d.ts +1 -0
- package/System/$WebFrameContentHeight.d.ts +14 -0
- package/System/BlobToBase64.d.ts +1 -0
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/FileService.d.ts +14 -15
- package/System/FilterLogic.d.ts +6 -0
- package/System/GenerateTestData.d.ts +2 -0
- package/System/IAsyncControlInfo.d.ts +1 -1
- package/System/ILayoutParams.d.ts +2 -0
- package/System/InputBasedControl.d.ts +5 -0
- package/System/InputBasedControlImpl.d.ts +5 -3
- package/System/Layout.d.ts +1 -0
- package/System/LayoutManager.d.ts +1 -1
- package/System/LayoutUtils.d.ts +1 -0
- package/System/NavigationBarStub.d.ts +31 -0
- package/System/OperationUtils.d.ts +2 -0
- package/System/PageLeaveConfirmation.d.ts +1 -0
- package/System/Poll.d.ts +2 -2
- package/System/PollService.d.ts +7 -6
- package/System/{PreventPropogation.d.ts → PreventPropagation.d.ts} +0 -0
- package/System/Router.d.ts +1 -1
- package/System/StringUtils.d.ts +5 -1
- package/System/TabStub.d.ts +13 -0
- package/System/WebFrameContentHeightService.d.ts +14 -0
- package/System/WebFrameNavigationBarStub.d.ts +283 -0
- package/package.json +1 -1
- package/BackOffice/FileSignCreateDialog.d.ts +0 -83
- package/BackOffice/FileSignSelectCertificateDialog.d.ts +0 -57
- package/Globals/DVPromise.d.ts +0 -19
- package/Platform/FilterPlugin.d.ts +0 -3
- package/Platform/GropingPlugin.d.ts +0 -3
- package/Platform/ResetSettingsPlugin.d.ts +0 -18
- package/Platform/SearchPlugin.d.ts +0 -3
- package/Platform/toLocaleStringPolifill.d.ts +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ICompositionPlugin } from "@docsvision/web/core/composition";
|
|
2
|
-
import { $BatchOperationServices } from "@docsvision/webclient/BackOffice/
|
|
2
|
+
import { $BatchOperationServices } from "@docsvision/webclient/BackOffice/DelegateBatchOperation";
|
|
3
3
|
export declare const BatchOperationFeature = "BatchOperationsFeature";
|
|
4
4
|
export declare const BatchOperationButtons: ICompositionPlugin<any, $BatchOperationServices>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ITableData } from '@docsvision/web/components/table/interfaces';
|
|
3
|
+
import { IComponentProps } from '@docsvision/web/core/component';
|
|
4
|
+
import { ICompositionPluginProps } from '@docsvision/web/core/composition';
|
|
5
|
+
import { $TableData } from '@docsvision/web/components/table/plugins/table-data';
|
|
6
|
+
import { BottomEdgeBody } from '@docsvision/webclient/Platform/BottomEdgeBody';
|
|
7
|
+
export declare class BottomEdgeView {
|
|
8
|
+
body: typeof BottomEdgeBody;
|
|
9
|
+
}
|
|
10
|
+
export declare function BottomEdge(props: ICompositionPluginProps<string, ITableData, $TableData> & IComponentProps): JSX.Element;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { TablePlugins, ITablePlugins } from '@docsvision/web/components/table/interfaces';
|
|
2
|
+
export declare const BottomEdgeFeature = "BottomEdgeFeature";
|
|
3
|
+
export declare const BottomEdgePlugin: TablePlugins.Root.Component;
|
|
4
|
+
export declare const BottomEdgeButtonsPlugins: ITablePlugins;
|
package/Platform/CardLink.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ import { IValidationResult } from "@docsvision/webclient/System/IValidationResul
|
|
|
13
13
|
import { Optional } from "@docsvision/web/core/services";
|
|
14
14
|
import { $LabelWidth } from '@docsvision/webclient/System/$LabelWidth';
|
|
15
15
|
import { $LayoutManager } from '@docsvision/webclient/System/$LayoutManager';
|
|
16
|
+
import { $LinksSearchCards } from '@docsvision/webclient/BackOffice/$LinksSearchCardsService';
|
|
16
17
|
import { $Layout } from '@docsvision/webclient/System/$Layout';
|
|
17
18
|
import { $FilePreviewServices } from '@docsvision/webclient/Platform/FilePreview';
|
|
18
19
|
/**
|
|
@@ -64,7 +65,7 @@ export declare class CardLinkParams extends BaseControlParams {
|
|
|
64
65
|
linkFilePreviewed?: BasicApiEvent<IEventArgs>;
|
|
65
66
|
/** Событие, возникающее перед открытием связанной карточки. */
|
|
66
67
|
linkCardOpening?: CancelableApiEvent<IEventArgs>;
|
|
67
|
-
services?: $FileController & $LayoutFileController & $LayoutLinksController & $LayoutController & Optional<$CardId> & $EditOperationStore & $CardId & Optional<$LabelWidth> & $LayoutManager & $Layout & $FilePreviewServices & $CardOperationsController
|
|
68
|
+
services?: $FileController & $LayoutFileController & $LayoutLinksController & $LayoutController & Optional<$CardId> & $EditOperationStore & $CardId & Optional<$LabelWidth> & $LayoutManager & $Layout & $FilePreviewServices & $CardOperationsController & Optional<$LinksSearchCards>;
|
|
68
69
|
}
|
|
69
70
|
/**
|
|
70
71
|
* Представляет элемент управления для редактирования связанной карточки.
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { $LayoutCardController, $LayoutRowController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
2
3
|
import { CardManagementImpl, CardManagementState } from "@docsvision/webclient/Platform/CardManagementImpl";
|
|
4
|
+
import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
|
|
3
5
|
import { BaseControl, BaseControlParams } from "@docsvision/webclient/System/BaseControl";
|
|
4
6
|
import { $Layout } from "@docsvision/webclient/System/$Layout";
|
|
5
7
|
import { $CardId, $CardInfo, $EditOperationStore } from "@docsvision/webclient/System/LayoutServices";
|
|
@@ -22,7 +24,8 @@ export declare class CardManagementParams extends BaseControlParams {
|
|
|
22
24
|
* false - удаление не разрешено.
|
|
23
25
|
*/
|
|
24
26
|
canDelete?: boolean;
|
|
25
|
-
|
|
27
|
+
adminPanelMessageCardsIds?: GenModels.AdminPanelMessageModel[];
|
|
28
|
+
services?: $LayoutCardController & $LayoutRowController & $EditOperationStore & $Layout & $CardId & $Router & $CardInfo & $ApplicationSettings;
|
|
26
29
|
}
|
|
27
30
|
/**
|
|
28
31
|
* Класс элемента управления Управление карточкой.
|
|
@@ -45,6 +48,7 @@ export declare class CardManagement extends BaseControl<CardManagementParams, Ca
|
|
|
45
48
|
*/
|
|
46
49
|
edit(): void;
|
|
47
50
|
private set bindingEditOperation(value);
|
|
51
|
+
private set adminPanelMessageCardsIds(value);
|
|
48
52
|
/** @internal */
|
|
49
53
|
createImpl(): CardManagementImpl;
|
|
50
54
|
}
|
|
@@ -15,8 +15,10 @@ export declare type CardManagementImplState = CardManagementState;
|
|
|
15
15
|
/** @internal */
|
|
16
16
|
export declare class CardManagementImpl extends BaseControlImpl<CardManagementParams, CardManagementState> {
|
|
17
17
|
constructor(props: CardManagementParams, state: CardManagementState);
|
|
18
|
-
onEdit()
|
|
19
|
-
onDelete()
|
|
20
|
-
onRefresh()
|
|
18
|
+
onEdit: () => void;
|
|
19
|
+
onDelete: () => void;
|
|
20
|
+
onRefresh: () => void;
|
|
21
|
+
private getRoute;
|
|
22
|
+
private goToMessagePage;
|
|
21
23
|
renderControl(): JSX.Element;
|
|
22
24
|
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/** cspell:disable */
|
|
2
|
+
export declare const CardQuotesData: {
|
|
3
|
+
cardId: string;
|
|
4
|
+
hasMore: boolean;
|
|
5
|
+
files: {
|
|
6
|
+
fileId: string;
|
|
7
|
+
ownerCardId: string;
|
|
8
|
+
fileName: string;
|
|
9
|
+
fileExtension: string;
|
|
10
|
+
link: string;
|
|
11
|
+
quotes: {
|
|
12
|
+
parts: {
|
|
13
|
+
text: string;
|
|
14
|
+
isMarked: boolean;
|
|
15
|
+
}[];
|
|
16
|
+
}[];
|
|
17
|
+
hasMore: boolean;
|
|
18
|
+
}[];
|
|
19
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
|
|
3
|
+
import { BaseControl, BaseControlParams } from "@docsvision/webclient/System/BaseControl";
|
|
4
|
+
import { ControlImpl } from "@docsvision/webclient/System/ControlImpl";
|
|
5
|
+
import { $SignatureController, $SignatureMethodsController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
6
|
+
import { Optional } from "@docsvision/web/core/services";
|
|
7
|
+
import { CertificateSettingsLogic, ICertificateSettingsLogicOptions } from "@docsvision/webclient/Platform/CertificateSettingsLogic";
|
|
8
|
+
import { $CryptoPro } from "@docsvision/webclient/BackOffice/$CryptoPro";
|
|
9
|
+
import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
10
|
+
import { BaseControlImplState } from "@docsvision/webclient/System/BaseControlImpl";
|
|
11
|
+
import { CertificateSettingsView } from "@docsvision/webclient/Platform/CertificateSettingsView";
|
|
12
|
+
import { $Layout } from "@docsvision/webclient/System/$Layout";
|
|
13
|
+
import { $CloudSignature } from "@docsvision/webclient/BackOffice/$CloudSignature";
|
|
14
|
+
export declare class CertificateSettingsParams extends BaseControlParams {
|
|
15
|
+
/** Стандартный CSS класс со стилями элемента управления. */
|
|
16
|
+
standardCssClass?: string;
|
|
17
|
+
services?: $SignatureMethodsController & $CryptoPro & $ApplicationSettings & $CloudSignature & $SignatureController & $MessageBox & $Layout & Optional<$CertificateSettingsOptions>;
|
|
18
|
+
}
|
|
19
|
+
/** Сервис для переопределения реализации CertificateSettings */
|
|
20
|
+
export interface ICertificateSettingsOptions {
|
|
21
|
+
getCertificateSettingsView(params: CertificateSettingsParams): CertificateSettingsView;
|
|
22
|
+
getCertificateSettingsLogic(params: CertificateSettingsParams): CertificateSettingsLogic;
|
|
23
|
+
}
|
|
24
|
+
export declare type $CertificateSettingsOptions = {
|
|
25
|
+
certificateSettingsOptions: ICertificateSettingsOptions;
|
|
26
|
+
};
|
|
27
|
+
export declare const $CertificateSettingsOptions: string | ((model?: $CertificateSettingsOptions) => ICertificateSettingsOptions);
|
|
28
|
+
export interface CertificateSettingsState extends BaseControlImplState, CertificateSettingsParams, ICertificateSettingsLogicOptions {
|
|
29
|
+
logic: CertificateSettingsLogic;
|
|
30
|
+
view: CertificateSettingsView;
|
|
31
|
+
}
|
|
32
|
+
/**
|
|
33
|
+
* Класс элемента управления Настройки сертификата в профиле.
|
|
34
|
+
*/
|
|
35
|
+
export declare class CertificateSettings extends BaseControl<CertificateSettingsParams, CertificateSettingsState> {
|
|
36
|
+
construct(): void;
|
|
37
|
+
protected createParams(): CertificateSettingsParams;
|
|
38
|
+
protected createImpl(): ControlImpl;
|
|
39
|
+
renderControl(): JSX.Element;
|
|
40
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { CertificateSettingsParams } from "@docsvision/webclient/Platform/CertificateSettings";
|
|
3
|
+
import { CertificateSettingsLogic } from "@docsvision/webclient/Platform/CertificateSettingsLogic";
|
|
4
|
+
import { CertificateSettingsView } from "@docsvision/webclient/Platform/CertificateSettingsView";
|
|
5
|
+
import { HtmlProps } from "@docsvision/web/core/component";
|
|
6
|
+
export interface ICertificateSettingsContainerProps extends CertificateSettingsParams, HtmlProps.div {
|
|
7
|
+
logic: CertificateSettingsLogic;
|
|
8
|
+
view: CertificateSettingsView;
|
|
9
|
+
}
|
|
10
|
+
export declare const CertificateSettingsContainer: (props: ICertificateSettingsContainerProps) => JSX.Element;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { CertificateSettingsParams } from "@docsvision/webclient/Platform/CertificateSettings";
|
|
3
|
+
import { ILayoutSavedEventArgs } from "@docsvision/webclient/System/ILayoutParams";
|
|
4
|
+
import { BasicEventHandler } from "@docsvision/webclient/System/IBasicEvent";
|
|
5
|
+
import { ICancelableEventArgs } from "@docsvision/webclient/System/ICancelableEventArgs";
|
|
6
|
+
import { ComponentLogic } from "@docsvision/web/core/component";
|
|
7
|
+
export interface ICertificateSettingsLogicOptions extends CertificateSettingsParams {
|
|
8
|
+
}
|
|
9
|
+
export declare class CertificateSettingsLogic extends ComponentLogic<ICertificateSettingsLogicOptions> {
|
|
10
|
+
domain:
|
|
11
|
+
import("effector").Domain;
|
|
12
|
+
loadSettings:
|
|
13
|
+
import("effector").Effect<void, GenModels.SignatureMethodSettings, Error>;
|
|
14
|
+
saveSettings:
|
|
15
|
+
import("effector").Effect<void, void, Error>;
|
|
16
|
+
$settings:
|
|
17
|
+
import("effector").Store<GenModels.SignatureMethodSettings>;
|
|
18
|
+
$settingsUpdated:
|
|
19
|
+
import("effector").Store<GenModels.SignatureMethodSettings>;
|
|
20
|
+
setSettings:
|
|
21
|
+
import("effector").Event<GenModels.SignatureMethodSettings>;
|
|
22
|
+
saveSettingsHandler: BasicEventHandler<ICancelableEventArgs<ILayoutSavedEventArgs>>;
|
|
23
|
+
init(options: ICertificateSettingsLogicOptions): void;
|
|
24
|
+
}
|
|
@@ -4,7 +4,6 @@ import { $ContextMenuOptions } from '@docsvision/webclient/Platform/$ContextMenu
|
|
|
4
4
|
import { $ScrollContainer } from '@docsvision/web/components/table/plugins/scroll';
|
|
5
5
|
import { $TableDom } from '@docsvision/web/components/table/plugins/table-dom';
|
|
6
6
|
import { $Domain } from "@docsvision/web/core/state-management";
|
|
7
|
-
import AlloyFinger from "alloyfinger";
|
|
8
7
|
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
9
8
|
import { $CheckboxService } from "@docsvision/web/components/table/plugins/checkbox";
|
|
10
9
|
export declare enum RowType {
|
|
@@ -21,19 +20,14 @@ export interface ITableHeaderRowItemProps {
|
|
|
21
20
|
export interface ITableRowItemProps {
|
|
22
21
|
children?: React.ReactNode;
|
|
23
22
|
}
|
|
24
|
-
export interface IAlloy {
|
|
25
|
-
finger?: AlloyFinger;
|
|
26
|
-
}
|
|
27
23
|
declare type $ContextMenuServices = $ScrollContainer & $TableDom & $ContextMenuOptions & $DeviceType & $CheckboxService;
|
|
28
24
|
export declare class ContextMenu {
|
|
29
25
|
private node;
|
|
30
26
|
private composition;
|
|
31
27
|
private static mMenuBarsContainer;
|
|
32
28
|
private ACTIVE_ROW_CLASSNAME;
|
|
33
|
-
private isMenuExpanded;
|
|
34
29
|
private mContainer;
|
|
35
30
|
private pageCoordinates;
|
|
36
|
-
private alloy;
|
|
37
31
|
private targetRow;
|
|
38
32
|
private static getMenuBarsContainer;
|
|
39
33
|
constructor(node: HTMLElement, composition: IComposition<any, unknown, $ContextMenuServices & $Domain>);
|
|
@@ -49,6 +43,10 @@ export declare class ContextMenu {
|
|
|
49
43
|
hideContextMenuHandler: () => void;
|
|
50
44
|
private setRowSelection;
|
|
51
45
|
showContextMenuHandler: (e?: any) => void;
|
|
46
|
+
private longTapTimer;
|
|
47
|
+
private longTapInterval;
|
|
48
|
+
private touchstartListener;
|
|
49
|
+
private touchendListener;
|
|
52
50
|
addContextMenuCustom: (row: HTMLElement) => void;
|
|
53
51
|
removeContextMenuCustom: (row: HTMLElement) => void;
|
|
54
52
|
onMenuItemClick(action: (context: IComposition) => void, enabled: boolean): void;
|
|
@@ -57,6 +57,7 @@ export declare class DateTimePickerParams extends InputBasedControlParams<Date>
|
|
|
57
57
|
disablePast?: boolean;
|
|
58
58
|
/** Запретить выбор будущих дат */
|
|
59
59
|
disableFuture?: boolean;
|
|
60
|
+
displayIcon?: boolean;
|
|
60
61
|
services?: $LayoutInfo & $BusinessCalendarController & $EditOperationStore & $Router & $CardInfo & Optional<$LabelWidth>;
|
|
61
62
|
}
|
|
62
63
|
/**
|
|
@@ -16,7 +16,7 @@ import "moment/locale/kk";
|
|
|
16
16
|
import "moment/locale/lv";
|
|
17
17
|
import "moment/locale/ru";
|
|
18
18
|
import "moment/locale/uk";
|
|
19
|
-
import React from "react";
|
|
19
|
+
import React, { KeyboardEvent } from "react";
|
|
20
20
|
import { $LabelWidth } from '@docsvision/webclient/System/$LabelWidth';
|
|
21
21
|
/** @internal */
|
|
22
22
|
export interface DateTimePickerState extends DateTimePickerParams, InputBasedControlState<Date> {
|
|
@@ -49,6 +49,7 @@ export declare class DateTimePickerImpl extends InputBasedControlImpl<Date, Date
|
|
|
49
49
|
constructor(props: DateTimePickerParams, state: DateTimePickerState);
|
|
50
50
|
componentDidMount(): Promise<void>;
|
|
51
51
|
getColor: () => "#7BB652" | "rgba(0, 149, 218, 0.8)" | "#3B4C60" | "#0095da" | "#7bb652";
|
|
52
|
+
protected setDefaultCurrentDate(): void;
|
|
52
53
|
protected initializeCultureSettings(): void;
|
|
53
54
|
protected setEditInPlaceWidth(element: Element): void;
|
|
54
55
|
protected getMask(date: string): string;
|
|
@@ -75,8 +76,10 @@ export declare class DateTimePickerImpl extends InputBasedControlImpl<Date, Date
|
|
|
75
76
|
onError: (error: any) => void;
|
|
76
77
|
onClearKeyPress: (event: React.KeyboardEvent<any>) => void;
|
|
77
78
|
protected getDateTimePicker: () => JSX.Element;
|
|
79
|
+
protected onMouseDownIcon(e: any): void;
|
|
78
80
|
protected getDefaultInitialValue(): Date;
|
|
79
81
|
protected editInPlaceModeRender(): JSX.Element;
|
|
82
|
+
protected renderWithText(): JSX.Element;
|
|
80
83
|
protected onPlaceholderClick(event: any): void;
|
|
81
84
|
protected onDialogClose(): void;
|
|
82
85
|
protected onDateChange: (newValue: any, value: any) => void;
|
|
@@ -84,6 +87,7 @@ export declare class DateTimePickerImpl extends InputBasedControlImpl<Date, Date
|
|
|
84
87
|
protected onDataChangedSave(): void;
|
|
85
88
|
protected onInputFocus(): void;
|
|
86
89
|
protected onInputBlur(): void;
|
|
90
|
+
protected onInputKeyDown(ev: KeyboardEvent<HTMLInputElement>): void;
|
|
87
91
|
protected renderInput(): React.ReactNode;
|
|
88
92
|
private renderRequiredText;
|
|
89
93
|
protected renderPlaceholder(): JSX.Element;
|
|
@@ -14,6 +14,7 @@ import { $ToolbarDaughterControls } from "@docsvision/webclient/Platform/$Toolba
|
|
|
14
14
|
export declare class DefaultFolderTablePluginFactory implements IFolderPluginFactory {
|
|
15
15
|
private services;
|
|
16
16
|
id: string;
|
|
17
|
-
constructor(services: $CardController & $UnreadCounter & $ApplicationSettings & $Domain);
|
|
17
|
+
constructor(services: $CardController & $UnreadCounter & $ApplicationSettings & $Domain & $DeviceType);
|
|
18
18
|
getTablePlugins(folderInfo: ICommonFolderInfo, services: $CurrentLocation & $DeviceType & $ApplicationSettings & $FolderDataLoading & $FolderGrid & $Domain & $HoverPanel & $ToolbarActionContainer & $ToolbarDaughterControls): ITablePlugins[];
|
|
19
|
+
private setForDesktop;
|
|
19
20
|
}
|
|
@@ -12,12 +12,13 @@ import { $FileDownload } from '@docsvision/webclient/Platform/$FileDownload';
|
|
|
12
12
|
import { $RequestManager } from '@docsvision/webclient/System/$RequestManager';
|
|
13
13
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
14
14
|
import { $CardDataController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
15
|
+
import { $BatchOperationsProgressDialog } from '@docsvision/webclient/Platform/$BatchOperationsProgressDialog';
|
|
15
16
|
export declare class DownloadFilesBatchOperationParams extends BaseControlParams {
|
|
16
17
|
standardCssClass?: string;
|
|
17
18
|
buttonText?: string;
|
|
18
19
|
downloadDocumentFileMode?: DownloadDocumentFileMode;
|
|
19
20
|
folders?: string[];
|
|
20
|
-
services?: $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $Folders & $FileDownload & $RequestManager & $UrlResolver & $CardDataController;
|
|
21
|
+
services?: $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $Folders & $FileDownload & $RequestManager & $UrlResolver & $CardDataController & $BatchOperationsProgressDialog;
|
|
21
22
|
includeMainFiles?: boolean;
|
|
22
23
|
includeAdditionalFiles?: boolean;
|
|
23
24
|
downloadFilesWithSignature?: boolean;
|
|
@@ -13,6 +13,7 @@ export interface DropdownState extends DropdownParams, InputBasedControlState<st
|
|
|
13
13
|
binding: IBindingResult<string>;
|
|
14
14
|
onMouseDownEvent: boolean;
|
|
15
15
|
passedValidation?: boolean;
|
|
16
|
+
isTooltipDisabled?: boolean;
|
|
16
17
|
}
|
|
17
18
|
/** @internal */
|
|
18
19
|
export declare type DropdownImplState = DropdownState;
|
|
@@ -60,8 +61,9 @@ export declare class DropdownImpl extends InputBasedControlImpl<string, Dropdown
|
|
|
60
61
|
protected isNotSameDropdown: (target: HTMLElement) => boolean;
|
|
61
62
|
protected getCssClass(): string;
|
|
62
63
|
protected onInputFocus(event: React.FocusEvent<any>): void;
|
|
63
|
-
protected onMouseDown(): void;
|
|
64
|
+
protected onMouseDown(event?: React.MouseEvent): void;
|
|
64
65
|
protected onInputBlur(event: React.FocusEvent<any>): void;
|
|
66
|
+
protected onValueClick(): void;
|
|
65
67
|
validate(params: any): IValidationResult;
|
|
66
68
|
/**
|
|
67
69
|
* При фокусе элемента списка
|
|
@@ -8,8 +8,7 @@ import { $CacheManagement } from '@docsvision/webclient/Platform/$CacheManagemen
|
|
|
8
8
|
export declare class EmployeeStatusService implements IEmployeeStatusService {
|
|
9
9
|
private services;
|
|
10
10
|
private employeeCache;
|
|
11
|
-
private
|
|
12
|
-
private employeeDisplayNameRequests;
|
|
11
|
+
private employeeStatusModelRequests;
|
|
13
12
|
/**
|
|
14
13
|
* Временной интервал от загрузки страницы, через который посылается запрос на обновление информации о статусе пользователя.
|
|
15
14
|
*
|
|
@@ -24,13 +23,14 @@ export declare class EmployeeStatusService implements IEmployeeStatusService {
|
|
|
24
23
|
setEmployeeDisplayName(employeeId: string, displayName: string): Promise<void>;
|
|
25
24
|
getCurrentEmployeeStatusUnobtrusively(): Promise<GenModels.StaffEmployeeStatus>;
|
|
26
25
|
getCurrentEmployeeDisplayNameUnobtrusively(): Promise<string>;
|
|
26
|
+
getCurrentEmployeeStatusModelUnobtrusively(): Promise<GenModels.EmployeeStatusModel>;
|
|
27
27
|
/** Выполняет запрос на обновление статуса сотрудника с отсрочкой, чтобы не мешать загрузке основного содержимого страницы. */
|
|
28
28
|
getEmployeeStatusUnobtrusively(employeeId: string): Promise<GenModels.StaffEmployeeStatus>;
|
|
29
29
|
/** Выполняет запрос на обновление имени сотрудника с отсрочкой, чтобы не мешать загрузке основного содержимого страницы. */
|
|
30
30
|
getEmployeeDisplayNameUnobtrusively(employeeId: string): Promise<string>;
|
|
31
31
|
resetCache(employeeId?: string): void;
|
|
32
|
+
/** Выполняет запрос на обновление статуса сотрудника с отсрочкой, чтобы не мешать загрузке основного содержимого страницы. */
|
|
33
|
+
getEmployeeStatusModelUnobtrusively(employeeId: string): Promise<GenModels.EmployeeStatusModel>;
|
|
32
34
|
private getEmployeeStatus;
|
|
33
|
-
private getEmployeeDisplayName;
|
|
34
35
|
private requestEmployeeStatus;
|
|
35
|
-
private requestEmployeeDisplayName;
|
|
36
36
|
}
|
package/Platform/Favorite.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export declare class Favorite extends BaseControl<FavoriteParams, FavoriteState>
|
|
|
16
16
|
protected set binding(binding: IBindingResult<boolean>);
|
|
17
17
|
createParams(): FavoriteParams;
|
|
18
18
|
createImpl(): ControlImpl;
|
|
19
|
+
private getHint;
|
|
19
20
|
renderControl(): JSX.Element;
|
|
20
21
|
private onClick;
|
|
21
22
|
private addRemoveFavoriteCard;
|
package/Platform/FilePicker.d.ts
CHANGED
|
@@ -10,7 +10,7 @@ import { $FilePickerUpload } from '@docsvision/webclient/Platform/IFilePickerUpl
|
|
|
10
10
|
import { $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
11
11
|
import { BaseControl, BaseControlParams } from "@docsvision/webclient/System/BaseControl";
|
|
12
12
|
import { IDataChangedEventArgsEx } from '@docsvision/webclient/System/IDataChangedEventArgs';
|
|
13
|
-
import { $CardId, $EditOperationStore } from "@docsvision/webclient/System/LayoutServices";
|
|
13
|
+
import { $CardId, $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
14
14
|
import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
|
|
15
15
|
import { EditMode } from '@docsvision/webclient/System/EditMode';
|
|
16
16
|
import { BasicApiEvent, CancelableApiEvent } from '@docsvision/webclient/System/ApiEvent';
|
|
@@ -108,7 +108,7 @@ export declare class FilePickerParams extends BaseControlParams {
|
|
|
108
108
|
fileVersionsLoaded?: BasicApiEvent<IEventArgs>;
|
|
109
109
|
/** Событие возникает при сохранении файла в WebDAV. */
|
|
110
110
|
fileSaveByWebDAV?: BasicApiEvent<IEventArgs>;
|
|
111
|
-
services?: $EditOperationStore & $FilePickerUpload & $MessageBox & $WindowLocation & $FileController & $LayoutFileController & $CardId & $FilePickerController & $DeviceType & $FileDownload & $Layout & $RealtimeCommunicationService & $FilePreviewServices;
|
|
111
|
+
services?: $EditOperationStore & $FilePickerUpload & $MessageBox & $WindowLocation & $FileController & $LayoutFileController & $CardId & $FilePickerController & $DeviceType & $FileDownload & $Layout & $RealtimeCommunicationService & $FilePreviewServices & $LayoutInfo;
|
|
112
112
|
}
|
|
113
113
|
/**
|
|
114
114
|
* Класс элемента управления Файл.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { BaseControlParams, BaseControl } from '@docsvision/webclient/System/BaseControl';
|
|
2
2
|
import { FilePreviewState, FilePreviewImpl } from '@docsvision/webclient/Platform/FilePreviewImpl';
|
|
3
3
|
import { $RequestManager } from '@docsvision/webclient/System/$RequestManager';
|
|
4
|
-
import { $CardInfo, $CardId
|
|
4
|
+
import { $CardInfo, $CardId } from '@docsvision/webclient/System/LayoutServices';
|
|
5
5
|
import { $LayoutCheck } from '@docsvision/webclient/System/$LayoutCheckService';
|
|
6
6
|
import { FileListItem } from '@docsvision/webclient/BackOffice/FileListItem';
|
|
7
7
|
import { CancelableApiEvent, BasicApiEvent } from '@docsvision/webclient/System/ApiEvent';
|
|
@@ -25,7 +25,7 @@ import { BodyContainerProvider } from '@docsvision/webclient/Helpers/BodyContain
|
|
|
25
25
|
import React from 'react';
|
|
26
26
|
import { $FilePreview } from '@docsvision/webclient/Platform/$FilePreview';
|
|
27
27
|
import { Optional } from '@docsvision/web/core/services';
|
|
28
|
-
export declare type $FilePreviewServices = $LayoutCheck & $CardInfo & $RequestManager & $FileController & $LayoutFileController & $CardId & $FileService & $Layout & $
|
|
28
|
+
export declare type $FilePreviewServices = $LayoutCheck & $CardInfo & $RequestManager & $FileController & $LayoutFileController & $CardId & $FileService & $Layout & $DeviceType & Optional<$FilePreview>;
|
|
29
29
|
export declare class FilePreviewParams extends BaseControlParams {
|
|
30
30
|
/** Стандартный CSS класс со стилями элемента управления. */
|
|
31
31
|
standardCssClass?: string;
|
|
@@ -98,5 +98,6 @@ export declare class FilePreviewImpl extends BaseControlImpl<FilePreviewParams,
|
|
|
98
98
|
};
|
|
99
99
|
onCurrentFileChange: (selectedElement: IComboBoxElement) => Promise<void>;
|
|
100
100
|
filePreviewDialog: () => JSX.Element;
|
|
101
|
+
private getFileId;
|
|
101
102
|
protected renderControl(): JSX.Element;
|
|
102
103
|
}
|
package/Platform/FolderGrid.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { $GridController, $LayoutController } from '@docsvision/webclient/Genera
|
|
|
2
2
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
3
|
import { FolderGridImpl, FolderGridState } from '@docsvision/webclient/Platform/FolderGridImpl';
|
|
4
4
|
import { $GridOptions } from '@docsvision/webclient/Platform/$GridOptions';
|
|
5
|
-
import { $DeviceType, $ApplicationSettings } from '@docsvision/webclient/StandardServices';
|
|
5
|
+
import { $DeviceType, $ApplicationSettings, $IsIE } from '@docsvision/webclient/StandardServices';
|
|
6
6
|
import { BaseControl, BaseControlParams } from "@docsvision/webclient/System/BaseControl";
|
|
7
7
|
import { Optional, ServiceContainer } from '@docsvision/web/core/services';
|
|
8
8
|
import { $ExperimentalFeature } from '@docsvision/webclient/System/$ExperimentalFeature';
|
|
@@ -12,7 +12,7 @@ import { $CurrentLocation } from '@docsvision/webclient/System/LayoutServices';
|
|
|
12
12
|
import { $FolderDataLoading } from '@docsvision/webclient/Platform/$FolderDataLoading';
|
|
13
13
|
import './FolderGrid.css';
|
|
14
14
|
import { ITablePlugins } from '@docsvision/web/components/table/interfaces';
|
|
15
|
-
import { $BatchOperationServices } from '@docsvision/webclient/BackOffice/
|
|
15
|
+
import { $BatchOperationServices } from '@docsvision/webclient/BackOffice/DelegateBatchOperation';
|
|
16
16
|
import { $Domain } from '@docsvision/web/core/state-management';
|
|
17
17
|
import { $CheckboxService } from '@docsvision/web/components/table/plugins/checkbox';
|
|
18
18
|
import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
|
|
@@ -41,7 +41,7 @@ export declare class FolderGridParams extends BaseControlParams {
|
|
|
41
41
|
opacity?: number;
|
|
42
42
|
isGroupingAllowed?: boolean;
|
|
43
43
|
showList?: boolean;
|
|
44
|
-
services?: $GridOptions & ServiceContainer & $GridController & $DeviceType & $ExperimentalFeature & $FolderInfo & $ApplicationSettings & $FolderPluginProvider & $CurrentLocation & $FolderDataLoading & $BatchOperationServices & $CheckboxService & $Domain & $LayoutController & $LayoutManager & $TableData & $FolderGrid & Optional<$ContextMenuOptions> & $ToolbarDaughterControls & $ToolbarHeight;
|
|
44
|
+
services?: $GridOptions & ServiceContainer & $GridController & $DeviceType & $ExperimentalFeature & $FolderInfo & $ApplicationSettings & $FolderPluginProvider & $CurrentLocation & $FolderDataLoading & $BatchOperationServices & $CheckboxService & $Domain & $LayoutController & $LayoutManager & $TableData & $FolderGrid & Optional<$ContextMenuOptions> & $ToolbarDaughterControls & $ToolbarHeight & $IsIE;
|
|
45
45
|
}
|
|
46
46
|
/**
|
|
47
47
|
* Класс элемента управления FolderGrid.
|
|
@@ -49,6 +49,7 @@ export declare class FolderGridParams extends BaseControlParams {
|
|
|
49
49
|
export declare class FolderGrid extends BaseControl<FolderGridParams, FolderGridState> {
|
|
50
50
|
prepare(): void;
|
|
51
51
|
private configureFoldreGrid;
|
|
52
|
+
private prepareMobileContextMenu;
|
|
52
53
|
private preparePlugins;
|
|
53
54
|
private processToolbarPlugins;
|
|
54
55
|
private disableAllToolbarPlugins;
|
|
@@ -12,6 +12,7 @@ export interface FolderGridState extends FolderGridParams, BaseControlState {
|
|
|
12
12
|
children: GenModels.ControlModel[];
|
|
13
13
|
rowsSelectionMode: boolean;
|
|
14
14
|
rowsSelectionModeChanged: BasicEvent<IEventArgs>;
|
|
15
|
+
newGridAvailable: boolean;
|
|
15
16
|
}
|
|
16
17
|
/** @internal */
|
|
17
18
|
export declare class FolderGridImpl extends BaseControlImpl<FolderGridParams, FolderGridState> {
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { $FolderHelp } from '@docsvision/webclient/Platform/$FolderHelp';
|
|
3
|
+
import { $DeviceType, $Locale } from '@docsvision/webclient/StandardServices';
|
|
4
|
+
export interface IFolderHelpButton {
|
|
5
|
+
services: $FolderHelp & $DeviceType & $Locale;
|
|
6
|
+
}
|
|
7
|
+
export declare function FolderHelpButton(props: IFolderHelpButton): JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { $Locale } from '@docsvision/webclient/StandardServices';
|
|
3
|
+
import './FolderHelpDialog.css';
|
|
4
|
+
export interface IFolderHelpDialogProps {
|
|
5
|
+
isOpen: boolean;
|
|
6
|
+
closeModal(): void;
|
|
7
|
+
services: $Locale;
|
|
8
|
+
}
|
|
9
|
+
export declare function FolderHelpDialog(props: IFolderHelpDialogProps): JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TablePlugins, ITablePlugins } from '@docsvision/web/components/table/interfaces';
|
|
2
|
+
import { $FolderHelp } from './$FolderHelp';
|
|
3
|
+
import { $Domain } from '@docsvision/web/core/state-management';
|
|
4
|
+
import { $TableData } from '@docsvision/web/components/table/plugins/table-data';
|
|
5
|
+
import { $ApplicationSettings, $DeviceType, $Locale } from '@docsvision/webclient/StandardServices';
|
|
6
|
+
export declare const HelpFeature = "HelpFeature";
|
|
7
|
+
export declare const FolderHelpServiceProvider: TablePlugins.ServiceProvider<$FolderHelp & $Domain & $TableData & $ApplicationSettings>;
|
|
8
|
+
export declare const FolderHelpPlugin: TablePlugins.Toolbar.Component<$FolderHelp & $DeviceType & $Locale>;
|
|
9
|
+
export declare const FolderHelpPlugins: ITablePlugins;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { IFolderHelp } from '@docsvision/webclient/Platform/$FolderHelp';
|
|
2
|
+
import { $ApplicationSettings } from '@docsvision/webclient/StandardServices';
|
|
3
|
+
import { $TableData } from '@docsvision/web/components/table/plugins/table-data';
|
|
4
|
+
import { $Domain } from '@docsvision/web/core/state-management/$Domain';
|
|
5
|
+
import { Store, Event } from 'effector';
|
|
6
|
+
export declare class FolderHelpService implements IFolderHelp {
|
|
7
|
+
$visible: Store<boolean>;
|
|
8
|
+
setVisible: Event<boolean>;
|
|
9
|
+
constructor(services: $Domain & $TableData & $ApplicationSettings);
|
|
10
|
+
}
|
|
@@ -3,7 +3,7 @@ import { BaseNavigationMainMenuItemImpl, BaseNavigationMainMenuItemState } from
|
|
|
3
3
|
import { FolderMainMenuItemParams } from "@docsvision/webclient/Platform/FolderMainMenuItem";
|
|
4
4
|
import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
|
|
5
5
|
import React from "react";
|
|
6
|
-
import { FolderManagementOperationType } from "@docsvision/webclient/Platform/
|
|
6
|
+
import { FolderManagementOperationType } from "@docsvision/webclient/Platform/FolderManagementData";
|
|
7
7
|
/** @internal */
|
|
8
8
|
export interface FolderMainMenuItemState extends FolderMainMenuItemParams, BaseNavigationMainMenuItemState {
|
|
9
9
|
/**
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { FolderManagementOperationType } from '@docsvision/webclient/Platform/
|
|
2
|
+
import { FolderManagementOperationType } from '@docsvision/webclient/Platform/FolderManagementData';
|
|
3
3
|
export declare type FolderManagementAdaptiveMenuProps = {
|
|
4
4
|
visible?: boolean;
|
|
5
5
|
tabIndex?: number;
|
|
File without changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CheckBox } from '@docsvision/webclient/Platform/CheckBox';
|
|
2
2
|
import { FolderTypeItems } from '@docsvision/webclient/Platform/FolderTypeItems';
|
|
3
3
|
import { FolderViewItems } from '@docsvision/webclient/Platform/FolderViewItems';
|
|
4
|
-
import { FolderManagementOperationType, FolderManagementDialogData, FolderManagementDialogDataInfo } from '@docsvision/webclient/Platform/
|
|
4
|
+
import { FolderManagementOperationType, FolderManagementDialogData, FolderManagementDialogDataInfo } from '@docsvision/webclient/Platform/FolderManagementData';
|
|
5
5
|
import { TextBox } from '@docsvision/webclient/Platform/TextBox';
|
|
6
6
|
import { Layout } from '@docsvision/webclient/System/Layout';
|
|
7
7
|
import { Ref } from 'react';
|
package/Platform/FolderName.d.ts
CHANGED
|
@@ -2,13 +2,14 @@ import { FolderNameState, FolderNameImpl } from '@docsvision/webclient/Platform/
|
|
|
2
2
|
import { BaseControl, BaseControlParams } from '@docsvision/webclient/System/BaseControl';
|
|
3
3
|
import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
|
|
4
4
|
import { $FolderInfo } from "@docsvision/webclient/Platform/$FolderInfo";
|
|
5
|
+
import { $ApplicationSettings, $IsIE } from "@docsvision/webclient/StandardServices";
|
|
5
6
|
/**
|
|
6
7
|
* Содержит публичные свойства элемента управления [Название папки]{@link FolderName}.
|
|
7
8
|
*/
|
|
8
9
|
export declare class FolderNameParams extends BaseControlParams {
|
|
9
10
|
/** Стандартный CSS класс со стилями элемента управления */
|
|
10
11
|
standardCssClass?: string;
|
|
11
|
-
services?: $FolderDataLoading & $FolderInfo;
|
|
12
|
+
services?: $FolderDataLoading & $FolderInfo & $ApplicationSettings & $IsIE;
|
|
12
13
|
}
|
|
13
14
|
/**
|
|
14
15
|
* Элемента управления Название папки.
|
|
@@ -8,6 +8,7 @@ export interface FolderNameState extends FolderNameParams, BaseControlState {
|
|
|
8
8
|
/** @internal */
|
|
9
9
|
export declare class FolderNameImpl extends BaseControlImpl<FolderNameParams, FolderNameState> {
|
|
10
10
|
constructor(props: FolderNameParams, state: FolderNameState);
|
|
11
|
+
protected getCssClass(): string;
|
|
11
12
|
private get searchText();
|
|
12
13
|
renderControl(): JSX.Element;
|
|
13
14
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
-
import { FolderManagementDialogData, FolderManagementOperationType } from "@docsvision/webclient/Platform/
|
|
2
|
+
import { FolderManagementDialogData, FolderManagementOperationType } from "@docsvision/webclient/Platform/FolderManagementData";
|
|
3
3
|
import { Layout } from "@docsvision/webclient/System/Layout";
|
|
4
4
|
import { BasicEvent } from "@docsvision/webclient/System/BasicEvent";
|
|
5
5
|
import { CancelableEvent } from "@docsvision/webclient/System/CancelableEvent";
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
import { IFolderRouteData } from "@docsvision/webclient/Platform/IFolderRouteData";
|
|
2
2
|
import { IRouteInfo } from "@docsvision/webclient/System/IRouteInfo";
|
|
3
3
|
import { IRouteTypeMapper } from "@docsvision/webclient/System/IRouteTypeMapper";
|
|
4
|
-
import { $
|
|
5
|
-
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
4
|
+
import { $ApplicationSettings, $DeviceType, $IsIE } from "@docsvision/webclient/StandardServices";
|
|
6
5
|
/** @internal */
|
|
7
6
|
export declare class FolderRouteTypeMapper implements IRouteTypeMapper<IFolderRouteData> {
|
|
8
7
|
private services;
|
|
9
8
|
static SearchResultsId: string;
|
|
10
9
|
static RecentCardsId: string;
|
|
11
10
|
static FavoritesId: string;
|
|
12
|
-
constructor(services: $
|
|
11
|
+
constructor(services: $DeviceType & $ApplicationSettings & $IsIE);
|
|
13
12
|
hashPattern: string;
|
|
14
13
|
resolve(path: string, parameters: {
|
|
15
14
|
[id: string]: string;
|