@docsvision/webclient 5.17.0-beta.21 → 5.17.0-beta.23
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/Account/Input.d.ts +2 -1
- package/Account/ParseQueryString.d.ts +1 -0
- package/Account/index.d.ts +1 -1
- package/Approval/AgreementManagement.d.ts +9 -0
- package/Approval/AgreementManagementImpl.d.ts +3 -2
- package/Approval/IAgreemenSavingEventArgs.d.ts +3 -0
- package/Approval/IAgreementEventArgs.d.ts +6 -0
- package/BackOffice/$DigitalSignature.d.ts +2 -0
- package/BackOffice/AuthenticationKindsView.d.ts +1 -1
- package/BackOffice/CheckSectionAccessRights.d.ts +3 -0
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/ConvertPowersOfAttorneyToComboBoxItems.d.ts +6 -0
- package/BackOffice/ConvertResponseToTree.d.ts +8 -0
- package/BackOffice/DeleteSection.d.ts +2 -0
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +2 -2
- package/BackOffice/DirectorySearchResultView.d.ts +1 -1
- package/BackOffice/DirectoryTree.d.ts +1 -0
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FindSection.d.ts +9 -0
- package/BackOffice/GetPowersIconClassName.d.ts +7 -0
- package/BackOffice/GetPowersRootSectionId.d.ts +5 -0
- package/BackOffice/IPowersDirectoryOptions.d.ts +12 -0
- package/BackOffice/IPowersTreeRow.d.ts +6 -0
- package/BackOffice/LoadPowersSectionLayoutFunctions.d.ts +7 -0
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerBaseImpl.d.ts +1 -1
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PowerOfAttorneyErrorMessage.d.ts +7 -0
- package/BackOffice/PowerOfAttorneyInfo.d.ts +9 -0
- package/BackOffice/PowersDialogLocations.d.ts +3 -0
- package/BackOffice/PowersDirectory.d.ts +48 -0
- package/BackOffice/PowersDirectory.stories.d.ts +20 -0
- package/BackOffice/PowersDirectoryConstants.d.ts +12 -0
- package/BackOffice/PowersDirectoryContainer.d.ts +7 -0
- package/BackOffice/PowersDirectoryHead.d.ts +7 -0
- package/BackOffice/PowersDirectoryInfo.d.ts +16 -0
- package/BackOffice/PowersDirectoryLogic.d.ts +172 -0
- package/BackOffice/PowersDirectorySaveExpandedState.d.ts +2 -0
- package/BackOffice/PowersDirectoryTreeAddButton.d.ts +16 -0
- package/BackOffice/PowersDirectoryView.d.ts +61 -0
- package/BackOffice/PowersRootSectionConstants.d.ts +17 -0
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/SetPowersCodeUpdateDate.d.ts +2 -0
- package/BackOffice/SignatureDialog.d.ts +12 -2
- package/BackOffice/SignatureDialogFrame.d.ts +8 -0
- package/BackOffice/SignatureDialogLabels.d.ts +2 -2
- package/BackOffice/SignatureDialogLogic.d.ts +18 -0
- package/BackOffice/SignatureDialogMethods.d.ts +2 -2
- package/BackOffice/SignatureDialogPowersOfAttorney.d.ts +9 -0
- package/BackOffice/SignatureDialogSettings.d.ts +2 -2
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +2 -1
- package/BackOffice/StaffDirectoryLogic.d.ts +1 -0
- package/BackOffice/StaffDirectorySelectDialog.d.ts +1 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/Generated/DocsVision.WebClient.Controllers.d.ts +138 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +401 -0
- package/Helpers/Button.d.ts +2 -0
- package/Helpers/ComandBarButton.d.ts +2 -0
- package/Helpers/FileComments/FileComments.d.ts +1 -0
- package/Helpers/IconButton.d.ts +2 -0
- package/Helpers/ModalDialog/ModalDialog.d.ts +1 -0
- package/Helpers/PopoverHelpers/PopoverContent.d.ts +1 -0
- package/Helpers/Table/TableHelperRow.d.ts +1 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/IAgreementParams.d.ts +2 -2
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +2 -0
- package/Platform/$ToolbarActionButtons.d.ts +16 -0
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/CardLink.d.ts +6 -6
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/DVWebToolInfo.d.ts +1 -0
- package/Platform/DateTimePickerImpl.d.ts +1 -0
- package/Platform/DefaultFolderTablePluginFactory.d.ts +2 -1
- package/Platform/ExportPlugin.d.ts +2 -10
- package/Platform/FilePickerImpl.d.ts +0 -1
- package/Platform/FilePreviewImpl.d.ts +2 -1
- package/Platform/FolderDataContextImpl.d.ts +3 -1
- package/Platform/FolderGrid.d.ts +1 -0
- package/Platform/FolderGridImpl.d.ts +1 -0
- package/Platform/IFilterComponent.d.ts +2 -2
- package/Platform/LayoutPageMainMenuItem.d.ts +3 -3
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +0 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/ReadAllPlugin.d.ts +2 -10
- package/Platform/RefreshFoldersTreeButton.d.ts +2 -2
- package/Platform/RefreshPlugin.d.ts +2 -10
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/SettingsPlugin.d.ts +4 -12
- package/Platform/SettingsPopupLogic.d.ts +4 -0
- package/Platform/TextControlBaseImpl.d.ts +3 -1
- package/Platform/TextListInputView.d.ts +2 -2
- package/Platform/ToolbarActionButtonsService.d.ts +11 -0
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/index.d.ts +1 -5
- package/System/DirectorySelectDialog.d.ts +3 -2
- package/System/InputBasedControlImpl.d.ts +4 -1
- package/System/ResourcesStub.d.ts +42 -1
- package/package.json +1 -1
|
@@ -731,6 +731,249 @@ export declare namespace GenModels {
|
|
|
731
731
|
nodeType: GenModels.NodeType;
|
|
732
732
|
}
|
|
733
733
|
}
|
|
734
|
+
export declare namespace GenModels {
|
|
735
|
+
interface PowerOfAttorneyData {
|
|
736
|
+
powerOfAttorneyID: string;
|
|
737
|
+
powerOfAttorneyStartDate: string;
|
|
738
|
+
powerOfAttorneyEndDate?: string;
|
|
739
|
+
retrustType: GenModels.PowerOfAttorneyRetrustType;
|
|
740
|
+
principal: string;
|
|
741
|
+
powerOfAttorneyMachineReadableFileID: string;
|
|
742
|
+
representativesPowers: Array<GenModels.Powers>;
|
|
743
|
+
}
|
|
744
|
+
}
|
|
745
|
+
export declare namespace GenModels {
|
|
746
|
+
interface Powers {
|
|
747
|
+
}
|
|
748
|
+
}
|
|
749
|
+
export declare namespace GenModels {
|
|
750
|
+
interface PowerOfAttorneyFNSData extends GenModels.PowerOfAttorneyData {
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
export declare namespace GenModels {
|
|
754
|
+
interface PowerOfAttorneyFNSDOVELData extends GenModels.PowerOfAttorneyFNSData {
|
|
755
|
+
powerOfAttorneyID: string;
|
|
756
|
+
powerOfAttorneyStartDate: string;
|
|
757
|
+
powerOfAttorneyEndDate?: string;
|
|
758
|
+
retrustType: GenModels.PowerOfAttorneyRetrustType;
|
|
759
|
+
principal: string;
|
|
760
|
+
powerOfAttorneyMachineReadableFileID: string;
|
|
761
|
+
representativesPowers: Array<GenModels.Powers>;
|
|
762
|
+
}
|
|
763
|
+
}
|
|
764
|
+
export declare namespace GenModels {
|
|
765
|
+
interface CreatePowerOfAttorneyRequest<TPowerOfAttorney extends GenModels.PowerOfAttorneyData> {
|
|
766
|
+
/**
|
|
767
|
+
* Данные доверенности
|
|
768
|
+
*/
|
|
769
|
+
powerOfAttorneyData: TPowerOfAttorney;
|
|
770
|
+
/**
|
|
771
|
+
* Представитель
|
|
772
|
+
*
|
|
773
|
+
* @format datatype.uuid
|
|
774
|
+
*/
|
|
775
|
+
representative: string;
|
|
776
|
+
/**
|
|
777
|
+
* Подписант
|
|
778
|
+
*
|
|
779
|
+
* @format datatype.uuid
|
|
780
|
+
*/
|
|
781
|
+
signer: string;
|
|
782
|
+
/**
|
|
783
|
+
* Тип доверенности
|
|
784
|
+
*
|
|
785
|
+
* @format datatype.uuid
|
|
786
|
+
*/
|
|
787
|
+
powerOfAttorneyType: string;
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
export declare namespace GenModels {
|
|
791
|
+
interface CreatePowerOfAttorneyRequestDovEl extends GenModels.CreatePowerOfAttorneyRequest<GenModels.PowerOfAttorneyFNSDOVELData> {
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
export declare namespace GenModels {
|
|
795
|
+
interface RetrustPowerOfAttorneyRequest<TPowerOfAttorney extends GenModels.PowerOfAttorneyData> {
|
|
796
|
+
/**
|
|
797
|
+
* Данные доверенности
|
|
798
|
+
*/
|
|
799
|
+
powerOfAttorneyData: TPowerOfAttorney;
|
|
800
|
+
/**
|
|
801
|
+
* Представитель
|
|
802
|
+
*
|
|
803
|
+
* @format datatype.uuid
|
|
804
|
+
*/
|
|
805
|
+
representative: string;
|
|
806
|
+
/**
|
|
807
|
+
* Подписант
|
|
808
|
+
*
|
|
809
|
+
* @format datatype.uuid
|
|
810
|
+
*/
|
|
811
|
+
signer: string;
|
|
812
|
+
/**
|
|
813
|
+
* Родительская доверенность
|
|
814
|
+
*
|
|
815
|
+
* @format datatype.uuid
|
|
816
|
+
*/
|
|
817
|
+
parentPowersOfAttorney: string;
|
|
818
|
+
}
|
|
819
|
+
}
|
|
820
|
+
export declare namespace GenModels {
|
|
821
|
+
interface RetrustPowerOfAttorneyRequestDovEl extends GenModels.RetrustPowerOfAttorneyRequest<GenModels.PowerOfAttorneyFNSDOVELData> {
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
export declare namespace GenModels {
|
|
825
|
+
interface PowerOfAttorneyFNSDOVBBData extends GenModels.PowerOfAttorneyFNSData {
|
|
826
|
+
powerOfAttorneyID: string;
|
|
827
|
+
powerOfAttorneyStartDate: string;
|
|
828
|
+
powerOfAttorneyEndDate?: string;
|
|
829
|
+
retrustType: GenModels.PowerOfAttorneyRetrustType;
|
|
830
|
+
principal: string;
|
|
831
|
+
powerOfAttorneyMachineReadableFileID: string;
|
|
832
|
+
representativesPowers: Array<GenModels.Powers>;
|
|
833
|
+
}
|
|
834
|
+
}
|
|
835
|
+
export declare namespace GenModels {
|
|
836
|
+
interface CreatePowerOfAttorneyRequestDovBb extends GenModels.CreatePowerOfAttorneyRequest<GenModels.PowerOfAttorneyFNSDOVBBData> {
|
|
837
|
+
}
|
|
838
|
+
}
|
|
839
|
+
export declare namespace GenModels {
|
|
840
|
+
interface RetrustPowerOfAttorneyRequestDovBb extends GenModels.RetrustPowerOfAttorneyRequest<GenModels.PowerOfAttorneyFNSDOVBBData> {
|
|
841
|
+
}
|
|
842
|
+
}
|
|
843
|
+
export declare namespace GenModels {
|
|
844
|
+
interface FindPowersOfAttorneyRequest {
|
|
845
|
+
/**
|
|
846
|
+
* Идентификатор карточки, для выполнения операций с которой ищется доверенность
|
|
847
|
+
*
|
|
848
|
+
* @format datatype.uuid
|
|
849
|
+
*/
|
|
850
|
+
cardID: string;
|
|
851
|
+
}
|
|
852
|
+
}
|
|
853
|
+
export declare namespace GenModels {
|
|
854
|
+
interface FindPowersOfAttorneyResponse {
|
|
855
|
+
/**
|
|
856
|
+
* Необходимость использования доверенности
|
|
857
|
+
*/
|
|
858
|
+
powerOfAttorneyUseStatus: GenModels.PowerOfAttorneyUseStatus;
|
|
859
|
+
/**
|
|
860
|
+
* Список доверенностей
|
|
861
|
+
*/
|
|
862
|
+
powersOfAttorney: Array<GenModels.PowerOfAttorneyModel>;
|
|
863
|
+
/**
|
|
864
|
+
* Содержимое ошибки поиска доверенностей
|
|
865
|
+
*/
|
|
866
|
+
errorMessage: string;
|
|
867
|
+
}
|
|
868
|
+
}
|
|
869
|
+
export declare namespace GenModels {
|
|
870
|
+
interface PowerOfAttorneyModel {
|
|
871
|
+
/**
|
|
872
|
+
* Идентификатор СКД
|
|
873
|
+
*
|
|
874
|
+
* @format datatype.uuid
|
|
875
|
+
*/
|
|
876
|
+
cardID: string;
|
|
877
|
+
/**
|
|
878
|
+
* Отображаемое название доверенности
|
|
879
|
+
*/
|
|
880
|
+
title: string;
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
export declare namespace GenModels {
|
|
884
|
+
interface PowerOfAttorneyInfoModel {
|
|
885
|
+
/**
|
|
886
|
+
* Идентификатор СКД
|
|
887
|
+
*
|
|
888
|
+
* @format datatype.uuid
|
|
889
|
+
*/
|
|
890
|
+
cardID: string;
|
|
891
|
+
/**
|
|
892
|
+
* Номер доверенности
|
|
893
|
+
*
|
|
894
|
+
* @format datatype.uuid
|
|
895
|
+
*/
|
|
896
|
+
powerOfAttorneyID: string;
|
|
897
|
+
/**
|
|
898
|
+
* Представитель
|
|
899
|
+
*/
|
|
900
|
+
representativeName: string;
|
|
901
|
+
/**
|
|
902
|
+
* Доверитель
|
|
903
|
+
*/
|
|
904
|
+
principalName: string;
|
|
905
|
+
/**
|
|
906
|
+
* Подписант
|
|
907
|
+
*/
|
|
908
|
+
signerName: string;
|
|
909
|
+
/**
|
|
910
|
+
* Дата совершения доверенности
|
|
911
|
+
*/
|
|
912
|
+
startDate: string;
|
|
913
|
+
/**
|
|
914
|
+
* Срок действия доверенности
|
|
915
|
+
*/
|
|
916
|
+
endDate: string;
|
|
917
|
+
/**
|
|
918
|
+
* Полномочия
|
|
919
|
+
*/
|
|
920
|
+
powers: Array<string>;
|
|
921
|
+
}
|
|
922
|
+
}
|
|
923
|
+
export declare namespace GenModels {
|
|
924
|
+
interface GetPowerOfAttorneyInfoResponse {
|
|
925
|
+
/**
|
|
926
|
+
* Содержимое машиночитаемой доверенности в формате Base64
|
|
927
|
+
*/
|
|
928
|
+
content: string;
|
|
929
|
+
/**
|
|
930
|
+
* Имя файла машиночитаемой доверенности
|
|
931
|
+
*/
|
|
932
|
+
fileName: string;
|
|
933
|
+
}
|
|
934
|
+
}
|
|
935
|
+
export declare namespace GenModels {
|
|
936
|
+
interface AttachSignatureToPowerOfAttorneyRequest {
|
|
937
|
+
/**
|
|
938
|
+
* Идентификатор доверенности
|
|
939
|
+
*
|
|
940
|
+
* @format datatype.uuid
|
|
941
|
+
*/
|
|
942
|
+
powerOfAttorneyId: string;
|
|
943
|
+
/**
|
|
944
|
+
* Содержимое подписи
|
|
945
|
+
*/
|
|
946
|
+
signature: Array<number>;
|
|
947
|
+
}
|
|
948
|
+
}
|
|
949
|
+
export declare namespace GenModels {
|
|
950
|
+
interface RevokePowerOfAttorneyRequest {
|
|
951
|
+
/**
|
|
952
|
+
* Идентификатор доверенности
|
|
953
|
+
*
|
|
954
|
+
* @format datatype.uuid
|
|
955
|
+
*/
|
|
956
|
+
powerOfAttorneyId: string;
|
|
957
|
+
/**
|
|
958
|
+
* Отзывать также дочерние доверенности
|
|
959
|
+
*/
|
|
960
|
+
withChildrenPowerOfAttorney: boolean;
|
|
961
|
+
}
|
|
962
|
+
}
|
|
963
|
+
export declare namespace GenModels {
|
|
964
|
+
interface ExportPowerOfAttorneyRequest {
|
|
965
|
+
/**
|
|
966
|
+
* Идентификатор доверенности
|
|
967
|
+
*
|
|
968
|
+
* @format datatype.uuid
|
|
969
|
+
*/
|
|
970
|
+
powerOfAttorneyId: string;
|
|
971
|
+
/**
|
|
972
|
+
* Включает выгрузку подписи
|
|
973
|
+
*/
|
|
974
|
+
withSignature: boolean;
|
|
975
|
+
}
|
|
976
|
+
}
|
|
734
977
|
export declare namespace GenModels {
|
|
735
978
|
interface SignatureMethodSettings {
|
|
736
979
|
/**
|
|
@@ -2460,6 +2703,12 @@ export declare namespace GenModels {
|
|
|
2460
2703
|
* Gets or sets certificate thumbprint
|
|
2461
2704
|
*/
|
|
2462
2705
|
certificateThumbprint: string;
|
|
2706
|
+
/**
|
|
2707
|
+
* Gets or sets power of attorney card ID
|
|
2708
|
+
*
|
|
2709
|
+
* @format datatype.uuid
|
|
2710
|
+
*/
|
|
2711
|
+
powerOfAttorneyID: string;
|
|
2463
2712
|
/**
|
|
2464
2713
|
* Gets signature items
|
|
2465
2714
|
*/
|
|
@@ -4602,6 +4851,124 @@ export declare namespace GenModels {
|
|
|
4602
4851
|
displayName: string;
|
|
4603
4852
|
}
|
|
4604
4853
|
}
|
|
4854
|
+
export declare namespace GenModels {
|
|
4855
|
+
interface GetDataRequest {
|
|
4856
|
+
/**
|
|
4857
|
+
* Group id
|
|
4858
|
+
*
|
|
4859
|
+
* @format datatype.uuid
|
|
4860
|
+
*/
|
|
4861
|
+
groupId?: string;
|
|
4862
|
+
/**
|
|
4863
|
+
* Pagination
|
|
4864
|
+
*/
|
|
4865
|
+
pagination: GenModels.Pagination;
|
|
4866
|
+
}
|
|
4867
|
+
}
|
|
4868
|
+
export declare namespace GenModels {
|
|
4869
|
+
interface GetDataResponse {
|
|
4870
|
+
/**
|
|
4871
|
+
* Groups
|
|
4872
|
+
*/
|
|
4873
|
+
groups: Array<GenModels.PowersGroupModel>;
|
|
4874
|
+
/**
|
|
4875
|
+
* Total items count, including not loaded items or zero, if total count is not available.
|
|
4876
|
+
*/
|
|
4877
|
+
totalItemsCount: number;
|
|
4878
|
+
/**
|
|
4879
|
+
* Total partners count
|
|
4880
|
+
*/
|
|
4881
|
+
hasMore: boolean;
|
|
4882
|
+
/**
|
|
4883
|
+
* Directory timestamp
|
|
4884
|
+
*/
|
|
4885
|
+
directoryTimestamp: number;
|
|
4886
|
+
}
|
|
4887
|
+
}
|
|
4888
|
+
export declare namespace GenModels {
|
|
4889
|
+
interface PowersGroupModel {
|
|
4890
|
+
/**
|
|
4891
|
+
* Id
|
|
4892
|
+
*
|
|
4893
|
+
* @format datatype.uuid
|
|
4894
|
+
*/
|
|
4895
|
+
id: string;
|
|
4896
|
+
/**
|
|
4897
|
+
* Name
|
|
4898
|
+
*/
|
|
4899
|
+
name: string;
|
|
4900
|
+
/**
|
|
4901
|
+
* Code
|
|
4902
|
+
*/
|
|
4903
|
+
code: string;
|
|
4904
|
+
/**
|
|
4905
|
+
* Author
|
|
4906
|
+
*/
|
|
4907
|
+
author: string;
|
|
4908
|
+
/**
|
|
4909
|
+
* Codes
|
|
4910
|
+
*/
|
|
4911
|
+
codes: Array<GenModels.PowersCodeModel>;
|
|
4912
|
+
/**
|
|
4913
|
+
* Has children
|
|
4914
|
+
*/
|
|
4915
|
+
hasChildren: boolean;
|
|
4916
|
+
}
|
|
4917
|
+
}
|
|
4918
|
+
export declare namespace GenModels {
|
|
4919
|
+
interface PowersCodeModel {
|
|
4920
|
+
/**
|
|
4921
|
+
* Id
|
|
4922
|
+
*
|
|
4923
|
+
* @format datatype.uuid
|
|
4924
|
+
*/
|
|
4925
|
+
id: string;
|
|
4926
|
+
/**
|
|
4927
|
+
* Name
|
|
4928
|
+
*/
|
|
4929
|
+
name: string;
|
|
4930
|
+
/**
|
|
4931
|
+
* Code
|
|
4932
|
+
*/
|
|
4933
|
+
code: string;
|
|
4934
|
+
/**
|
|
4935
|
+
* Description
|
|
4936
|
+
*/
|
|
4937
|
+
description: string;
|
|
4938
|
+
/**
|
|
4939
|
+
* Principal
|
|
4940
|
+
*/
|
|
4941
|
+
principal: string;
|
|
4942
|
+
/**
|
|
4943
|
+
* Creation date
|
|
4944
|
+
*
|
|
4945
|
+
* @format datatype.datetime
|
|
4946
|
+
*/
|
|
4947
|
+
creationDate?: string;
|
|
4948
|
+
/**
|
|
4949
|
+
* Update date
|
|
4950
|
+
*
|
|
4951
|
+
* @format datatype.datetime
|
|
4952
|
+
*/
|
|
4953
|
+
updateDate?: string;
|
|
4954
|
+
}
|
|
4955
|
+
}
|
|
4956
|
+
export declare namespace GenModels {
|
|
4957
|
+
interface MoveCodeRequest {
|
|
4958
|
+
/**
|
|
4959
|
+
* Code id
|
|
4960
|
+
*
|
|
4961
|
+
* @format datatype.uuid
|
|
4962
|
+
*/
|
|
4963
|
+
id: string;
|
|
4964
|
+
/**
|
|
4965
|
+
* Target group id
|
|
4966
|
+
*
|
|
4967
|
+
* @format datatype.uuid
|
|
4968
|
+
*/
|
|
4969
|
+
targetGroupId: string;
|
|
4970
|
+
}
|
|
4971
|
+
}
|
|
4605
4972
|
export declare namespace GenModels {
|
|
4606
4973
|
interface IsHasFileCertificateSignatureModel {
|
|
4607
4974
|
/**
|
|
@@ -8093,6 +8460,10 @@ export declare namespace GenModels {
|
|
|
8093
8460
|
* Url
|
|
8094
8461
|
*/
|
|
8095
8462
|
url: string;
|
|
8463
|
+
/**
|
|
8464
|
+
* Gets or sets can delete link
|
|
8465
|
+
*/
|
|
8466
|
+
canDelete: boolean;
|
|
8096
8467
|
/**
|
|
8097
8468
|
* Gets link description model
|
|
8098
8469
|
*/
|
|
@@ -9820,6 +10191,10 @@ export declare namespace GenModels {
|
|
|
9820
10191
|
* Gets link description
|
|
9821
10192
|
*/
|
|
9822
10193
|
url: string;
|
|
10194
|
+
/**
|
|
10195
|
+
* Gets or sets can delete link
|
|
10196
|
+
*/
|
|
10197
|
+
canDelete: boolean;
|
|
9823
10198
|
}
|
|
9824
10199
|
}
|
|
9825
10200
|
export declare namespace GenModels {
|
|
@@ -10826,6 +11201,32 @@ export declare namespace GenModels {
|
|
|
10826
11201
|
Stage = 0
|
|
10827
11202
|
}
|
|
10828
11203
|
}
|
|
11204
|
+
export declare namespace GenModels {
|
|
11205
|
+
enum PowerOfAttorneyRetrustType {
|
|
11206
|
+
OneTime = 0,
|
|
11207
|
+
None = 1,
|
|
11208
|
+
Followed = 2
|
|
11209
|
+
}
|
|
11210
|
+
}
|
|
11211
|
+
export declare namespace GenModels {
|
|
11212
|
+
/**
|
|
11213
|
+
* Определяет необходимость использования доверенности при выполнении операции
|
|
11214
|
+
*/
|
|
11215
|
+
enum PowerOfAttorneyUseStatus {
|
|
11216
|
+
/**
|
|
11217
|
+
* Доверенность не используется
|
|
11218
|
+
*/
|
|
11219
|
+
NotUsed = 0,
|
|
11220
|
+
/**
|
|
11221
|
+
* Доверенность не обязательна
|
|
11222
|
+
*/
|
|
11223
|
+
NotRequired = 1,
|
|
11224
|
+
/**
|
|
11225
|
+
* Доверенность обязательна
|
|
11226
|
+
*/
|
|
11227
|
+
Required = 2
|
|
11228
|
+
}
|
|
11229
|
+
}
|
|
10829
11230
|
export declare namespace GenModels {
|
|
10830
11231
|
/**
|
|
10831
11232
|
* Where from signature method was received.
|
package/Helpers/Button.d.ts
CHANGED
|
@@ -74,6 +74,8 @@ export interface IButtonProperties {
|
|
|
74
74
|
backgroundColor?: string;
|
|
75
75
|
/** Цвет текста кнопки. */
|
|
76
76
|
textColor?: string;
|
|
77
|
+
/** Атрибут для cypress-тестирования */
|
|
78
|
+
dataTestId?: string;
|
|
77
79
|
}
|
|
78
80
|
/** @internal Режимы выравнивания кнопки. */
|
|
79
81
|
export declare enum ButtonAlignModes {
|
|
@@ -20,6 +20,8 @@ export interface ICommandBarButtonProps {
|
|
|
20
20
|
tabIndex?: number;
|
|
21
21
|
/** Класс иконки. */
|
|
22
22
|
iconClassName?: string;
|
|
23
|
+
/** Атрибут для cypress-тестирования */
|
|
24
|
+
dataTestId?: string;
|
|
23
25
|
}
|
|
24
26
|
/**
|
|
25
27
|
* @internal Представляет собой анимированную кнопку, которая выглядит как знак "+" в свёрнутом состоянии, и как "x" в развёрнутом.
|
|
@@ -79,6 +79,7 @@ export interface IFileCommentsState {
|
|
|
79
79
|
export declare class FileComments extends React.Component<IFileCommentsProps, IFileCommentsState> {
|
|
80
80
|
protected commentsContainer: HTMLElement;
|
|
81
81
|
protected commentInput: HTMLTextAreaElement;
|
|
82
|
+
protected commentDialog: HTMLDivElement;
|
|
82
83
|
private requestServices;
|
|
83
84
|
constructor(props: IFileCommentsProps);
|
|
84
85
|
/** @internal */
|
package/Helpers/IconButton.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export interface IPopoverContentProps {
|
|
|
5
5
|
children?: React.ReactNode;
|
|
6
6
|
/** Дополнительный класс */
|
|
7
7
|
className?: string;
|
|
8
|
+
dataTestId?: string;
|
|
8
9
|
}
|
|
9
10
|
/**
|
|
10
11
|
* Добавляет отступы и некоторые другие стили, обеспечивающие аккуратное отображение содержимого в {@link PopoverBox}
|
|
@@ -54,7 +54,7 @@ export declare abstract class BasicGridHtmlBuilder implements IGridHtmlBuilder {
|
|
|
54
54
|
protected abstract buildRowSwitcher(options: GridOptions, model: GenModels.GridViewModel, rowSwitcher: HTMLDivElement, rootElement: HTMLElement): HTMLDivElement;
|
|
55
55
|
abstract getChanges(): Promise<GenModels.GridViewModel>;
|
|
56
56
|
getSelection():
|
|
57
|
-
import("C:/
|
|
57
|
+
import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/@docsvision/Platform/Services/Table/TableRowsSelectionModel").TableRowsSelectionModel;
|
|
58
58
|
clearSelection(cardIds?: string[]): void;
|
|
59
59
|
selectionChanged: SimpleEvent<any>;
|
|
60
60
|
protected addActionButtons(header: HTMLElement): void;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { StageModelWithChange } from "@docsvision/webclient/Approval/StageModelWithChange";
|
|
2
2
|
/** @internal */
|
|
3
3
|
export interface IAgreementParams {
|
|
4
|
-
agreementTemplateId
|
|
5
|
-
stages
|
|
4
|
+
agreementTemplateId?: string;
|
|
5
|
+
stages?: StageModelWithChange[];
|
|
6
6
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { $BarcodeSearchButtonController, $BusinessCalendarController, $ClientLogController, $CommentsController, $LayoutAgreementController, $LayoutCardController, $LayoutCardKindController, $LayoutController, $LayoutDirectoryDesignerController, $LayoutDocumentController, $LayoutFileApiController, $LayoutFileController, $LayoutFolderController, $LayoutHistoryController, $LayoutLinksController, $LayoutPartnerController, $LayoutStaffController, $LayoutTasksController, $LayoutUserSettingsController, $LocalizationController, $PagesController, $CardKindController, $DirectoryDesignerRowController, $EmployeeController, $DepartmentController, $PartnerEmployeeController, $SignatureController, $GridController, $CardDataController, $LayoutRowController, $StaffDirectoryItemsController, $FilePickerController, $TaskGroupPerformersController, $DataVisualizationController, $TasksTreeController, $CardController, $CardsPresentationController, $CardOperationsController, $SecurityController, $BaseCardController, $SignatureMethodsController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
1
|
+
import { $BarcodeSearchButtonController, $BusinessCalendarController, $ClientLogController, $CommentsController, $LayoutAgreementController, $LayoutCardController, $LayoutCardKindController, $LayoutController, $LayoutDirectoryDesignerController, $LayoutDocumentController, $LayoutFileApiController, $LayoutFileController, $LayoutFolderController, $LayoutHistoryController, $LayoutLinksController, $LayoutPartnerController, $LayoutStaffController, $LayoutTasksController, $LayoutUserSettingsController, $LocalizationController, $PagesController, $CardKindController, $DirectoryDesignerRowController, $EmployeeController, $DepartmentController, $PartnerEmployeeController, $SignatureController, $GridController, $CardDataController, $LayoutRowController, $StaffDirectoryItemsController, $FilePickerController, $TaskGroupPerformersController, $DataVisualizationController, $TasksTreeController, $CardController, $CardsPresentationController, $CardOperationsController, $SecurityController, $BaseCardController, $SignatureMethodsController, $PowersDirectoryController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
2
|
import { $DocumentCardController } from "@docsvision/webclient/Legacy/DocumentCard";
|
|
3
3
|
import { $EmployeesController } from "@docsvision/webclient/Legacy/EmployeesController";
|
|
4
4
|
import { $FileController } from "@docsvision/webclient/Legacy/FileController";
|
|
5
|
-
export declare type $StandardControllers = $BusinessCalendarController & $DocumentCardController & $FileController & $LayoutAgreementController & $LayoutCardController & $LayoutCardKindController & $LayoutController & $LayoutDirectoryDesignerController & $LayoutDocumentController & $LayoutFileController & $LayoutFolderController & $LayoutHistoryController & $LayoutLinksController & $LayoutPartnerController & $LayoutStaffController & $LayoutTasksController & $LayoutUserSettingsController & $PagesController & $EmployeesController & $CommentsController & $LayoutFileApiController & $LocalizationController & $BarcodeSearchButtonController & $ClientLogController & $CardKindController & $DirectoryDesignerRowController & $EmployeeController & $DepartmentController & $PartnerEmployeeController & $SignatureController & $GridController & $CardDataController & $LayoutRowController & $StaffDirectoryItemsController & $FilePickerController & $TaskGroupPerformersController & $DataVisualizationController & $CardOperationsController & $CardsPresentationController & $TasksTreeController & $SecurityController & $CardController & $BaseCardController & $SignatureMethodsController;
|
|
5
|
+
export declare type $StandardControllers = $BusinessCalendarController & $DocumentCardController & $FileController & $LayoutAgreementController & $LayoutCardController & $LayoutCardKindController & $LayoutController & $LayoutDirectoryDesignerController & $LayoutDocumentController & $LayoutFileController & $LayoutFolderController & $LayoutHistoryController & $LayoutLinksController & $LayoutPartnerController & $LayoutStaffController & $LayoutTasksController & $LayoutUserSettingsController & $PagesController & $EmployeesController & $CommentsController & $LayoutFileApiController & $LocalizationController & $BarcodeSearchButtonController & $ClientLogController & $CardKindController & $DirectoryDesignerRowController & $EmployeeController & $DepartmentController & $PartnerEmployeeController & $SignatureController & $GridController & $CardDataController & $LayoutRowController & $StaffDirectoryItemsController & $FilePickerController & $TaskGroupPerformersController & $DataVisualizationController & $CardOperationsController & $CardsPresentationController & $TasksTreeController & $SecurityController & $CardController & $BaseCardController & $SignatureMethodsController & $PowersDirectoryController;
|
|
@@ -25,6 +25,8 @@ export declare class TaskCardFilePanelParams extends BaseRazorControlParams {
|
|
|
25
25
|
shadowClass?: boolean;
|
|
26
26
|
/** Событие возникает при сохранении файла в WebDAV. */
|
|
27
27
|
fileSaveByWebDAV?: BasicApiEvent<IEventArgs>;
|
|
28
|
+
/** Событие возникает после загрузки версии файла. */
|
|
29
|
+
fileVersionUploaded?: BasicApiEvent<IEventArgs>;
|
|
28
30
|
services?: $LayoutCardController & $Layout & $Router & $LayoutInfo & $ApplicationSettings & $CardTimestamp & $FileService & $FilePreviewServices & $LayoutFileApiController & $RealtimeCommunicationService;
|
|
29
31
|
}
|
|
30
32
|
/** @internal */
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { IToolbarActionContainerButton } from '@docsvision/web/components/table/plugins/toolbar-action-container';
|
|
2
|
+
import { Event, Store } from 'effector';
|
|
3
|
+
export interface IToolbarActionButton {
|
|
4
|
+
button: IToolbarActionContainerButton | null;
|
|
5
|
+
visibility: boolean;
|
|
6
|
+
}
|
|
7
|
+
export interface IToolbarActionButtonsService {
|
|
8
|
+
$buttons: Store<Record<string, IToolbarActionButton>>;
|
|
9
|
+
setVisibility: Event<Record<string, unknown>>;
|
|
10
|
+
getButtons(): IToolbarActionContainerButton[];
|
|
11
|
+
visibilityResetButton: boolean;
|
|
12
|
+
}
|
|
13
|
+
export declare type $ToolbarActionButtons = {
|
|
14
|
+
toolbarActionButtons: IToolbarActionButtonsService;
|
|
15
|
+
};
|
|
16
|
+
export declare const $ToolbarActionButtons: string | ((model?: $ToolbarActionButtons) => IToolbarActionButtonsService);
|
|
@@ -16,10 +16,10 @@ export declare class BaseMainMenuItemImpl<PropsT extends BaseMainMenuItemParams,
|
|
|
16
16
|
UNSAFE_componentWillMount(): void;
|
|
17
17
|
componentDidMount(): void;
|
|
18
18
|
onSelecting():
|
|
19
|
-
import("C:/
|
|
19
|
+
import("C:/Users/peshne.k/devWebClient/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
|
|
20
20
|
onSelected(): void;
|
|
21
21
|
onToggling():
|
|
22
|
-
import("C:/
|
|
22
|
+
import("C:/Users/peshne.k/devWebClient/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
|
|
23
23
|
onToggled(): void;
|
|
24
24
|
protected onClick(event: React.MouseEvent): void;
|
|
25
25
|
protected getCssClass(): string;
|
package/Platform/CardLink.d.ts
CHANGED
|
@@ -80,12 +80,12 @@ export declare class CardLink extends InputBasedControl<GenModels.CardLinkDataMo
|
|
|
80
80
|
protected construct(): void;
|
|
81
81
|
componentDidMount(): void;
|
|
82
82
|
protected getServices(): $FileController & $LayoutFileController & $LayoutLinksController & $LayoutController & Partial<$CardId> & $EditOperationStore & $CardId & Partial<$LabelWidth> & $LayoutManager & $Layout &
|
|
83
|
-
import("C:/
|
|
84
|
-
import("C:/
|
|
85
|
-
import("C:/
|
|
86
|
-
import("C:/
|
|
87
|
-
import("C:/
|
|
88
|
-
import("C:/
|
|
83
|
+
import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/System/Services/$LayoutCheckService").$LayoutCheck &
|
|
84
|
+
import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CardInfo &
|
|
85
|
+
import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/System/Core/RequestProcessing/$RequestManager").$RequestManager &
|
|
86
|
+
import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/StandardServices").$ApplicationSettings &
|
|
87
|
+
import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/System/Services/$FileService").$FileService &
|
|
88
|
+
import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/StandardServices").$DeviceType & Partial<
|
|
89
89
|
import("@docsvision/webclient/FilePreview/$FilePreview").$FilePreview> & $CardOperationsController & Partial<$LinksSearchCards> & $CardsPresentationController;
|
|
90
90
|
protected createParams(): CardLinkParams;
|
|
91
91
|
protected createImpl(): CardLinkImpl;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare class CertificateSettingsView {
|
|
3
3
|
setup: (props:
|
|
4
|
-
import("C:/
|
|
4
|
+
import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/BackOffice/Dialogs/SignatureMethodsSetup/SignatureMethodsSetup").ISignatureMethodsSetupProps) => JSX.Element;
|
|
5
5
|
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
3
3
|
import { BaseControl, BaseControlParams, BaseControlState } from "@docsvision/webclient/System/BaseControl";
|
|
4
4
|
import { ControlImpl } from "@docsvision/webclient/System/ControlImpl";
|
|
5
|
+
|
|
5
6
|
/**
|
|
6
7
|
* Содержит публичные свойства [EmptyControlStub]{@link EmptyControlStub}.
|
|
7
8
|
*/
|
|
@@ -77,6 +77,7 @@ export declare class DateTimePickerImpl extends InputBasedControlImpl<Date, Date
|
|
|
77
77
|
setShiftFunction: (days: any) => Date;
|
|
78
78
|
onError: (error: any) => void;
|
|
79
79
|
onClearKeyPress: (event: React.KeyboardEvent) => void;
|
|
80
|
+
getValue(): Date;
|
|
80
81
|
protected getDateTimePicker: () => JSX.Element;
|
|
81
82
|
protected onMouseDownIcon(e: React.MouseEvent): void;
|
|
82
83
|
protected getDefaultInitialValue(): Date;
|
|
@@ -11,10 +11,11 @@ import { $Domain } from "@docsvision/web/core/state-management";
|
|
|
11
11
|
import { $HoverPanel } from "@docsvision/webclient/Platform/$HoverPanel";
|
|
12
12
|
import { $ToolbarActionContainer } from "@docsvision/web/components/table/plugins/toolbar-action-container/$ToolbarActionContainerService";
|
|
13
13
|
import { $ToolbarDaughterControls } from "@docsvision/webclient/Platform/$ToolbarDaughterControls";
|
|
14
|
+
import { $ToolbarActionButtons } from "@docsvision/webclient/Platform/$ToolbarActionButtons";
|
|
14
15
|
export declare class DefaultFolderTablePluginFactory implements IFolderPluginFactory {
|
|
15
16
|
private services;
|
|
16
17
|
id: string;
|
|
17
18
|
constructor(services: $CardController & $UnreadCounter & $ApplicationSettings & $Domain & $DeviceType);
|
|
18
|
-
getTablePlugins(folderInfo: ICommonFolderInfo, services: $CurrentLocation & $DeviceType & $ApplicationSettings & $FolderDataLoading & $FolderGrid & $Domain & $HoverPanel & $ToolbarActionContainer & $ToolbarDaughterControls): ITablePlugins[];
|
|
19
|
+
getTablePlugins(folderInfo: ICommonFolderInfo, services: $CurrentLocation & $DeviceType & $ApplicationSettings & $FolderDataLoading & $FolderGrid & $Domain & $HoverPanel & $ToolbarActionContainer & $ToolbarDaughterControls & $ToolbarActionButtons): ITablePlugins[];
|
|
19
20
|
private setForDesktop;
|
|
20
21
|
}
|
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
|
|
2
|
-
import { TableCompositionTypes } from "@docsvision/web/components/table/interfaces";
|
|
3
2
|
import { $TableData } from "@docsvision/web/components/table/plugins/table-data";
|
|
4
|
-
import {
|
|
3
|
+
import { IToolbarActionContainerButton } from "@docsvision/web/components/table/plugins/toolbar-action-container";
|
|
5
4
|
export declare type $ExportToolbarActionServices = $TableData & $FolderDataLoading;
|
|
6
|
-
export declare const ExportPlugin:
|
|
7
|
-
name: string;
|
|
8
|
-
iconClass: string;
|
|
9
|
-
title: string;
|
|
10
|
-
onClick: typeof exportExcel;
|
|
11
|
-
};
|
|
12
|
-
declare function exportExcel(composition: IComposition<TableCompositionTypes.Toolbar, unknown, $ExportToolbarActionServices>): Promise<void>;
|
|
13
|
-
export {};
|
|
5
|
+
export declare const ExportPlugin: IToolbarActionContainerButton;
|
|
@@ -44,7 +44,6 @@ export declare class FilePickerImpl extends BaseControlImpl<FilePickerParams, IF
|
|
|
44
44
|
protected dragOverState: BooleanState;
|
|
45
45
|
constructor(props: FilePickerParams, state: IFilePickerState);
|
|
46
46
|
componentDidMount(): void;
|
|
47
|
-
componentWillUnmount(): void;
|
|
48
47
|
protected onDocumentChangedAndSavedByWebdav: (msg: IRealTimeCommunicationMessage<ICardOpenedByWebDavMessage>) => Promise<void>;
|
|
49
48
|
getCssClass(): string;
|
|
50
49
|
setValue(val: IFilePickerValue, redraw?: boolean, triggerEvent?: boolean): void;
|