@docsvision/webclient 5.17.2-beta.4 → 5.17.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BackOffice/AuthenticationKindsView.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/Comments.d.ts +2 -2
- package/BackOffice/ConvertPowersOfAttorneyToComboBoxItems.d.ts +1 -0
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DigitalSignatureService.d.ts +2 -1
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +5 -2
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +2 -2
- package/BackOffice/DirectorySearchResultView.d.ts +1 -1
- package/BackOffice/EmailButtonView.d.ts +1 -1
- package/BackOffice/EmployeeImpl.d.ts +5 -0
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListConstants.d.ts +4 -0
- package/BackOffice/FileListControl.d.ts +9 -4
- package/BackOffice/FileSignListDialog.d.ts +2 -0
- package/BackOffice/GetSearchItemsType.d.ts +2 -0
- package/BackOffice/IExtraFileAdded.d.ts +3 -0
- package/BackOffice/IFileTypeChangeArgs.d.ts +4 -0
- package/BackOffice/IMainFileAdded.d.ts +3 -0
- package/BackOffice/INewFileList.d.ts +3 -0
- package/BackOffice/Links.d.ts +2 -2
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/Powers.d.ts +1 -1
- package/BackOffice/Powers.stories.d.ts +0 -1
- package/BackOffice/PowersImpl.d.ts +1 -1
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/ToSearchArea.d.ts +3 -0
- package/BackOffice/Utils.d.ts +1 -0
- package/Generated/DocsVision.WebClient.Controllers.d.ts +10 -54
- package/Generated/DocsVision.WebClient.Models.d.ts +168 -677
- package/Helpers/ComboBox/ComboBoxElement.d.ts +2 -0
- package/Helpers/ComboBox/Data/ClientModels/IComboBoxElement.d.ts +2 -0
- package/Helpers/PopoverHelpers/Popover.d.ts +2 -0
- package/Legacy/ApprovalFilePanel.d.ts +1 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/DocumentPanel.d.ts +2 -0
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +1 -1
- package/Platform/$CommandBarManagement.d.ts +4 -4
- package/Platform/$GridOptions.d.ts +1 -0
- package/Platform/$ScanDialog.d.ts +4 -4
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/CardLink.d.ts +6 -6
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/FolderCardsDashboardWidget.d.ts +2 -0
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/RecentCardsDashboardWidget.d.ts +2 -0
- package/Platform/RecentCardsDashboardWidgetDataLoader.d.ts +2 -2
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/SkipSavingCursorRequestResolver.d.ts +12 -0
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/System/$LastSearchResponse.d.ts +2 -2
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/LastSearchResponseService.d.ts +3 -3
- package/System/ResourcesStub.d.ts +1 -0
- package/System/Summernote.d.ts +2 -0
- package/package.json +1 -1
|
@@ -13,7 +13,7 @@ export declare class AuthenticationKindsView {
|
|
|
13
13
|
inputMask: typeof InputMask;
|
|
14
14
|
checkBox: typeof CheckBox;
|
|
15
15
|
label: (props:
|
|
16
|
-
import("D:/
|
|
16
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/Helpers/LabeledText").ILabeledText) => JSX.Element;
|
|
17
17
|
button: (props:
|
|
18
18
|
import("@docsvision/web/components/form/button").ButtonProps) => JSX.Element;
|
|
19
19
|
}
|
|
@@ -37,17 +37,17 @@ export declare class ChildTasksPerformingImpl extends BaseControlImpl<Params, IS
|
|
|
37
37
|
unselectAll(): Promise<void>;
|
|
38
38
|
protected headerCell:
|
|
39
39
|
import("styled-components").StyledComponent<(props:
|
|
40
|
-
import("D:/
|
|
40
|
+
import("D:/repos/WC17new/Bin/Helpers/Table/TableHelperHeaderRow").ITableHeaderCellHelperProps) => JSX.Element, any, {}, never>;
|
|
41
41
|
protected taskStatus:
|
|
42
42
|
import("styled-components").StyledComponent<"a", any, {}, never>;
|
|
43
43
|
protected selectableCell:
|
|
44
44
|
import("styled-components").StyledComponent<React.ForwardRefExoticComponent<
|
|
45
|
-
import("D:/
|
|
45
|
+
import("D:/repos/WC17new/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
|
|
46
46
|
selected: boolean;
|
|
47
47
|
}, never>;
|
|
48
48
|
protected fileCell:
|
|
49
49
|
import("styled-components").StyledComponent<React.ForwardRefExoticComponent<
|
|
50
|
-
import("D:/
|
|
50
|
+
import("D:/repos/WC17new/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
|
|
51
51
|
selected: boolean;
|
|
52
52
|
}, never>;
|
|
53
53
|
protected selectAllCheckboxLabel:
|
package/BackOffice/Comments.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CommentsImpl } from "@docsvision/webclient/BackOffice/CommentsImpl";
|
|
2
2
|
import { ICommentEventArgs } from "@docsvision/webclient/BackOffice/ICommentEventArgs";
|
|
3
3
|
import { CommentModel } from '@docsvision/webclient/BackOffice/CommentModel';
|
|
4
|
-
import { $CommentsController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
4
|
+
import { $CommentsController, $LayoutStaffController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
5
5
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
6
6
|
import { $CurrentEmployeeId, $DeviceType, $IsIE, $Locale } from "@docsvision/webclient/StandardServices";
|
|
7
7
|
import { BaseControl, BaseControlParams, BaseControlState } from "@docsvision/webclient/System/BaseControl";
|
|
@@ -52,7 +52,7 @@ export declare class CommentsParams extends BaseControlParams {
|
|
|
52
52
|
useHtml?: boolean;
|
|
53
53
|
/** Редактируется ли комментарий в данный момент. */
|
|
54
54
|
isCommentEditing?: boolean;
|
|
55
|
-
services?: $CommentsController & $CurrentEmployeeId & $CardInfo & $LayoutInfo & $EditOperationStore & $DeviceType & $Locale & $IsIE & $ExperimentalFeature;
|
|
55
|
+
services?: $CommentsController & $CurrentEmployeeId & $CardInfo & $LayoutInfo & $EditOperationStore & $DeviceType & $Locale & $IsIE & $ExperimentalFeature & $LayoutStaffController;
|
|
56
56
|
}
|
|
57
57
|
/** @internal */
|
|
58
58
|
export interface CommentsState extends CommentsParams, BaseControlState {
|
|
@@ -6,6 +6,6 @@ export declare const PredefinedSeparator:
|
|
|
6
6
|
import("styled-components").StyledComponent<any, any, object, string>;
|
|
7
7
|
export declare const Item:
|
|
8
8
|
import("styled-components").StyledComponent<(props:
|
|
9
|
-
import("D:/
|
|
9
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/Helpers/Breadcrumbs/ButtonItem").IBreadcrumbsItemProps) => JSX.Element, any, {}, never>;
|
|
10
10
|
export declare const ReadonlyLinkItemView:
|
|
11
11
|
import("styled-components").StyledComponent<any, any, object, string>;
|
|
@@ -18,6 +18,7 @@ import { IDigitalSignatureDialogManagement } from '@docsvision/webclient/BackOff
|
|
|
18
18
|
import { Event } from 'effector';
|
|
19
19
|
import { $Domain } from '@docsvision/web/core/state-management';
|
|
20
20
|
import { $Router } from '@docsvision/webclient/System/$Router';
|
|
21
|
+
import { RequestOptions } from '@docsvision/webclient/Legacy/Utils';
|
|
21
22
|
/** @internal */
|
|
22
23
|
export declare class DigitalSignatureService implements IDigitalSignatureService {
|
|
23
24
|
private services;
|
|
@@ -32,7 +33,7 @@ export declare class DigitalSignatureService implements IDigitalSignatureService
|
|
|
32
33
|
getCurrentDialogManagement(): IDigitalSignatureDialogManagement;
|
|
33
34
|
createDocumentSignature(options: IDigitalSignOptions): Promise<IEncryptedInfo>;
|
|
34
35
|
createTaskSignature(options: IDigitalSignOptions): Promise<ITaskEncryptedInfo>;
|
|
35
|
-
attachDocumentSignature(encryptedInfo: IEncryptedInfo): Promise<GenModels.AttachSignatureResponse>;
|
|
36
|
+
attachDocumentSignature(encryptedInfo: IEncryptedInfo, requestOptions?: RequestOptions): Promise<GenModels.AttachSignatureResponse>;
|
|
36
37
|
showDocumentSignatureListDialog(documentId: string): Promise<ModalHost>;
|
|
37
38
|
localSign(params: IDigitalSignOptions): Promise<IEncryptedInfo>;
|
|
38
39
|
pkiClientSign(params: IDigitalSignOptions): Promise<IEncryptedInfo>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { $DirectoryDesignerRowController, $LayoutRowController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
3
2
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
4
3
|
import { LayoutControl } from '@docsvision/webclient/System/BaseControl';
|
|
5
4
|
import { DirectorySelectDialog, IDirectorySelectDialogProps, IDirectorySelectDialogState } from '@docsvision/webclient/System/DirectorySelectDialog';
|
|
6
5
|
import { IDirectoryChildrenLoadResponse, IDirectoryItem, IDirectorySearchItem, IDirectorySearchResponse } from '@docsvision/webclient/System/DirectoryServerModels';
|
|
7
6
|
import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
|
|
7
|
+
import React from "react";
|
|
8
8
|
import { DirectoryDesignerRowItemVisualiser } from "@docsvision/webclient/BackOffice/DirectoryDesignerRowItemVisualiser";
|
|
9
9
|
import { FieldNameAccessor } from "@docsvision/webclient/Helpers/DynamicModel/FieldNameAccessor";
|
|
10
10
|
import { FuncAccessor } from "@docsvision/webclient/Helpers/DynamicModel/FuncAccessor";
|
|
@@ -34,7 +34,7 @@ export interface IDirectoryDesRowSelectDialogProps extends IDirectorySelectDialo
|
|
|
34
34
|
}
|
|
35
35
|
/** @internal */
|
|
36
36
|
export interface IDirectoryDesRowSelectDialogState extends IDirectorySelectDialogState<ValueT, NodeT, ItemT> {
|
|
37
|
-
searchMode: GenModels.
|
|
37
|
+
searchMode: GenModels.DirectoryDesignerSearchItemsType;
|
|
38
38
|
}
|
|
39
39
|
/** @internal */
|
|
40
40
|
export declare class DirectoryDesRowSelectDialog extends DirectorySelectDialog<ValueT, NodeT, ItemT, IDirectoryDesRowSelectDialogProps, IDirectoryDesRowSelectDialogState> {
|
|
@@ -51,12 +51,15 @@ export declare class DirectoryDesRowSelectDialog extends DirectorySelectDialog<V
|
|
|
51
51
|
protected getItemIconClassName(item: IDirectoryItem<NodeT | ItemT>): string;
|
|
52
52
|
protected getItemTooltip(item: IDirectoryItem<NodeT | ItemT>): string;
|
|
53
53
|
protected get currentNodeId(): string;
|
|
54
|
+
protected toggleIsHidden(): boolean;
|
|
54
55
|
protected loadChildrenList(nodeId: string, nodeType: any, from: number, to: number): Promise<IDirectoryChildrenLoadResponse<NodeT | ItemT>>;
|
|
56
|
+
protected onChildrenListItemDoubleClick(item: IDirectoryItem<NodeT | ItemT>, ev: React.MouseEvent<unknown>): boolean;
|
|
55
57
|
protected search(searchText: string, nodeId: string, nodeType: any, maxCount: number, skip: number, reset: boolean): Promise<IDirectorySearchResponse<NodeT, NodeT | ItemT>>;
|
|
56
58
|
protected getSearchNodePath(item: IDirectorySearchItem<NodeT, NodeT | ItemT>): GenModels.DirectoryDesignerItem[];
|
|
57
59
|
protected onToggleSearchMode: () => void;
|
|
58
60
|
protected renderChildrenListItemView(item: IDirectoryItem<NodeT | ItemT>, index: number): JSX.Element;
|
|
59
61
|
protected isGoToButtonActive(item: IDirectoryItem<NodeT | ItemT>): boolean;
|
|
62
|
+
protected isGoToButtonVisible(item: IDirectoryItem<NodeT | ItemT>): boolean;
|
|
60
63
|
protected getGoToButtonTitle(item: IDirectoryItem<NodeT | ItemT>): string;
|
|
61
64
|
protected onShowInfo: (item: GenModels.DirectoryDesignerItem) => Promise<void>;
|
|
62
65
|
protected onEdit: (item: GenModels.DirectoryDesignerItem) => Promise<void>;
|
|
@@ -60,10 +60,10 @@ export declare class DirectoryDesignerRowParams<ValueT extends DirectoryDesigner
|
|
|
60
60
|
export declare class DirectoryDesignerRow<ValueT extends DirectoryDesignerRowValueType = DirectoryDesignerRowValueType> extends DirectoryBase<ValueT, DirectoryDesignerRowNodeType, ItemT, DirectoryDesignerRowParams<ValueT>, DirectoryDesignerRowState<ValueT>> {
|
|
61
61
|
protected createParams(): DirectoryDesignerRowParams<ValueT>;
|
|
62
62
|
protected getServices(): $DirectoryDesignerRowController & $LayoutRowController & $EditOperationStore & $LayoutInfo & Partial<
|
|
63
|
-
import("D:/
|
|
64
|
-
import("D:/
|
|
65
|
-
import("D:/
|
|
66
|
-
import("D:/
|
|
63
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/Generated/DocsVision.WebClient.Controllers").$LayoutController> &
|
|
64
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
|
|
65
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
66
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType;
|
|
67
67
|
private set DirectoryDesignerRowBinding(value);
|
|
68
68
|
private set binding(value);
|
|
69
69
|
private set directoryDataSource(value);
|
|
@@ -43,7 +43,7 @@ export declare class DirectoryDesignerRowImpl extends DirectoryBaseImpl<Director
|
|
|
43
43
|
protected getTextValue(): string;
|
|
44
44
|
protected renderInto(props: DirectoryDesignerRowParams, container: HTMLElement): void;
|
|
45
45
|
protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<
|
|
46
|
-
import("D:/
|
|
46
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, DirectoryDesignerRowParams<GenModels.DirectoryDesignerItem>, DirectoryDesignerRowState<GenModels.DirectoryDesignerItem>>>;
|
|
47
47
|
protected findItems(typeaheadQuery: ITypeaheadSearchQuery): Promise<ITypeaheadSearchResult>;
|
|
48
48
|
canShowDictionary(): boolean;
|
|
49
49
|
protected onInputKeyDown(ev: React.KeyboardEvent<HTMLInputElement>): void;
|
|
@@ -60,7 +60,7 @@ import("D:/Repositories/Webc17/Bin/TypeScriptDefinitions/System/Controls/Directo
|
|
|
60
60
|
protected getIconClassName(): string;
|
|
61
61
|
protected onIconClick(): void;
|
|
62
62
|
protected getTypeaheadProps():
|
|
63
|
-
import("D:/
|
|
63
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/Helpers/Typeahead/ITypeaheadProps").ITypeaheadProps & {
|
|
64
64
|
ref: any;
|
|
65
65
|
};
|
|
66
66
|
protected focusInput: () => void;
|
|
@@ -13,7 +13,7 @@ import("react").ForwardRefExoticComponent<Pick<
|
|
|
13
13
|
| "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "opened"> &
|
|
14
14
|
import("react").RefAttributes<unknown>>;
|
|
15
15
|
iconButton: (props:
|
|
16
|
-
import("D:/
|
|
16
|
+
import("D:/repos/WC17new/Helpers/IconButton").IIconButtonProps) => JSX.Element;
|
|
17
17
|
searchResultList: typeof DirectorySearchResultList;
|
|
18
18
|
searchBreadcrumbs: typeof DirectorySearchBreadcrumbs;
|
|
19
19
|
searchInfo: typeof DirectorySearchInfo;
|
|
@@ -3,7 +3,7 @@ export declare class EmailButtonView {
|
|
|
3
3
|
button: (props:
|
|
4
4
|
import("@docsvision/web/components/form/button").ButtonProps) => JSX.Element;
|
|
5
5
|
buttonDialog: (props:
|
|
6
|
-
import("D:/
|
|
6
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
7
7
|
modalDialog: (props:
|
|
8
8
|
import("@docsvision/web/components/modals/modal-dialog").ModalDialogProps) => JSX.Element;
|
|
9
9
|
item: (props:
|
|
@@ -26,12 +26,16 @@ export declare type EmployeeImplState = EmployeeState;
|
|
|
26
26
|
export declare class EmployeeImpl extends InputBasedControlImpl<GenModels.EmployeeDataModel, EmployeeParams, EmployeeState> {
|
|
27
27
|
constructor(props: EmployeeParams, state: EmployeeState);
|
|
28
28
|
setValue(value: GenModels.EmployeeDataModel, redraw: boolean): void;
|
|
29
|
+
private valuesEqual;
|
|
29
30
|
initHelpers(props: EmployeeParams): void;
|
|
30
31
|
static validValue(value: GenModels.EmployeeDataModel): boolean;
|
|
31
32
|
protected getTextValue(): string;
|
|
32
33
|
protected onMouseDown(): void;
|
|
33
34
|
protected onInputBlur(event: React.FocusEvent<any>): void;
|
|
34
35
|
protected renderInto(props: EmployeeParams, container: HTMLElement): void;
|
|
36
|
+
private saveCard;
|
|
37
|
+
private shouldSaveCardWithEditInPlaceValue;
|
|
38
|
+
private isLayoutViewMode;
|
|
35
39
|
protected onInputChange(event: any): void;
|
|
36
40
|
protected getValueTitle(): string;
|
|
37
41
|
protected getInputTitle(): string;
|
|
@@ -45,6 +49,7 @@ export declare class EmployeeImpl extends InputBasedControlImpl<GenModels.Employ
|
|
|
45
49
|
set favoriteEmployees(val: GenModels.EmployeeDataModel[]);
|
|
46
50
|
set supportFavorites(val: any);
|
|
47
51
|
set tipMode(val: any);
|
|
52
|
+
protected renderInput(): React.ReactNode;
|
|
48
53
|
protected renderInputWithPlaceholder(): JSX.Element;
|
|
49
54
|
addToFavorite(item: GenModels.EmployeeDataModel): void;
|
|
50
55
|
}
|
|
@@ -40,7 +40,7 @@ export declare class ExistingCardLinkDialog extends React.Component<Props, State
|
|
|
40
40
|
private attachRoot;
|
|
41
41
|
DialogBox:
|
|
42
42
|
import("styled-components").StyledComponent<(props:
|
|
43
|
-
import("D:/
|
|
43
|
+
import("D:/repos/WC17new/Bin/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
44
44
|
close(): void;
|
|
45
45
|
onMaximize: () => void;
|
|
46
46
|
render(): JSX.Element;
|
|
@@ -7,3 +7,7 @@ export declare class FileListAcceptExtensions {
|
|
|
7
7
|
static SIG_EXTENSION: string;
|
|
8
8
|
static SGN_EXTENSION: string;
|
|
9
9
|
}
|
|
10
|
+
export declare class FileListPowerOfAttorneyData {
|
|
11
|
+
static FEDERAL_TAX_SERVICE_WEB_SEARCH_URL: string;
|
|
12
|
+
static FEDERAL_TAX_SERVICE_WEB_SEARCH_URL_POA_NUMBER_PARAMETER: string;
|
|
13
|
+
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { FileListItem } from "@docsvision/webclient/BackOffice/FileListItem";
|
|
2
|
-
import { IExtraFileAddedArgs } from "@docsvision/webclient/BackOffice/IExtraFileAddedArgs";
|
|
3
2
|
import { IExtraFileAddingArgs } from "@docsvision/webclient/BackOffice/IExtraFileAddingArgs";
|
|
4
3
|
import { IExtraFileDeletedArgs } from "@docsvision/webclient/BackOffice/IExtraFileDeletedArgs";
|
|
5
4
|
import { IExtraFileDeletingArgs } from "@docsvision/webclient/BackOffice/IExtraFileDeletingArgs";
|
|
@@ -15,7 +14,6 @@ import { IFileVersionDownloadedArgs } from "@docsvision/webclient/BackOffice/IFi
|
|
|
15
14
|
import { IFileVersionDownloadingArgs } from "@docsvision/webclient/BackOffice/IFileVersionDownloadingArgs";
|
|
16
15
|
import { IFileVersionUploadedArgs } from "@docsvision/webclient/BackOffice/IFileVersionUploadedArgs";
|
|
17
16
|
import { IFileVersionUploadingArgs } from "@docsvision/webclient/BackOffice/IFileVersionUploadingArgs";
|
|
18
|
-
import { IMainFileAddedArgs } from "@docsvision/webclient/BackOffice/IMainFileAddedArgs";
|
|
19
17
|
import { IMainFileAddingArgs } from "@docsvision/webclient/BackOffice/IMainFileAddingArgs";
|
|
20
18
|
import { IMainFileDeletedArgs } from "@docsvision/webclient/BackOffice/IMainFileDeletedArgs";
|
|
21
19
|
import { IMainFileDeletingArgs } from "@docsvision/webclient/BackOffice/IMainFileDeletingArgs";
|
|
@@ -56,6 +54,9 @@ import { $DigitalSignature } from "@docsvision/webclient/BackOffice/$DigitalSign
|
|
|
56
54
|
import { IRowClickArgs } from "@docsvision/webclient/BackOffice/IRowClickArgs";
|
|
57
55
|
import { IFileVersionExpandingArgs } from "@docsvision/webclient/BackOffice/IFileVersionExpandingArgs";
|
|
58
56
|
import { IFileClickingArgs } from "@docsvision/webclient/BackOffice/IFileClickingArgs";
|
|
57
|
+
import { IFileTypeChangeArgs } from "@docsvision/webclient/BackOffice/IFileTypeChangeArgs";
|
|
58
|
+
import { IMainFileAdded } from "@docsvision/webclient/BackOffice/IMainFileAdded";
|
|
59
|
+
import { IExtraFileAdded } from "@docsvision/webclient/BackOffice/IExtraFileAdded";
|
|
59
60
|
/**
|
|
60
61
|
* Содержит публичные свойства элемента управления [Список файлов]{@link FileListControl}.
|
|
61
62
|
*/
|
|
@@ -145,6 +146,10 @@ export declare class FileListControlParams extends BaseControlParams {
|
|
|
145
146
|
fileMenuOpening?: CancelableApiEvent<IFileMenuOpeningArgs>;
|
|
146
147
|
/** Событие возникает при разворачивании списка версий */
|
|
147
148
|
fileVersionExpanding?: CancelableApiEvent<IFileVersionExpandingArgs>;
|
|
149
|
+
/** Событие возникает перед изменением типа файла. */
|
|
150
|
+
fileTypeChanging?: CancelableApiEvent<IFileTypeChangeArgs>;
|
|
151
|
+
/** Событие возникает после изменения типа файла. */
|
|
152
|
+
fileTypeChanged?: BasicApiEvent<IFileTypeChangeArgs>;
|
|
148
153
|
/** Событие возникает после удаления основного файла. */
|
|
149
154
|
mainFileDeleted?: BasicApiEvent<IMainFileDeletedArgs>;
|
|
150
155
|
/** Событие возникает после удаления дополнительного файла. */
|
|
@@ -166,9 +171,9 @@ export declare class FileListControlParams extends BaseControlParams {
|
|
|
166
171
|
/** Событие возникает после удаления комментария к версии файла. */
|
|
167
172
|
fileVersionCommentDeleted?: BasicApiEvent<IFileVersionCommentDeletedArgs>;
|
|
168
173
|
/** Событие возникает после добавления основного файла. */
|
|
169
|
-
mainFileAdded?: BasicApiEvent<
|
|
174
|
+
mainFileAdded?: BasicApiEvent<IMainFileAdded>;
|
|
170
175
|
/** Событие возникает после добавления дополнительного файла. */
|
|
171
|
-
extraFileAdded?: BasicApiEvent<
|
|
176
|
+
extraFileAdded?: BasicApiEvent<IExtraFileAdded>;
|
|
172
177
|
/** Событие возникает после открытия окна предварительного просмотра файла. */
|
|
173
178
|
filePreviewed?: BasicApiEvent<IFilePreviewedArgs>;
|
|
174
179
|
/** Событие возникает после отображением визуализации файла. */
|
|
@@ -63,6 +63,8 @@ export declare class FileSignListDialog extends React.Component<IFileSignListDia
|
|
|
63
63
|
protected renderSignatureDetails(signatureId: string, showTimestamp: boolean, detailsColumnCount: number, showExpireDate: boolean): any[];
|
|
64
64
|
private renderSignatureInfoPopover;
|
|
65
65
|
protected renderResultOfValidation(powerOfAttorneyData: GenModels.PowerOfAttorneyVerificationModel): JSX.Element;
|
|
66
|
+
private renderPowerOfAttorneyLink;
|
|
67
|
+
protected renderPowerOfAttorneyTitle(powerOfAttorneyData: GenModels.PowerOfAttorneyVerificationModel): JSX.Element;
|
|
66
68
|
protected renderPowerOfAttorneyInfo(powerOfAttorneyId: any): Promise<void>;
|
|
67
69
|
/** Отрисовывает таблицу с информацией о подписях. */
|
|
68
70
|
renderTable(): JSX.Element;
|
package/BackOffice/Links.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import { $LayoutFileController, $LayoutLinksController, $LayoutController, $Card
|
|
|
7
7
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
8
8
|
import { $FileController } from "@docsvision/webclient/Legacy/FileController";
|
|
9
9
|
import { Panel, PanelParams } from '@docsvision/webclient/Platform/Panel';
|
|
10
|
-
import { $ApplicationSettings, $DeviceType } from '@docsvision/webclient/StandardServices';
|
|
10
|
+
import { $ApplicationSettings, $DeviceType, $WebViewIOSEnabled } from '@docsvision/webclient/StandardServices';
|
|
11
11
|
import { $Layout } from "@docsvision/webclient/System/$Layout";
|
|
12
12
|
import { $CardId, $CardInfo, $CardTimestamp, $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
13
13
|
import { BasicApiEvent, CancelableApiEvent } from "@docsvision/webclient/System/ApiEvent";
|
|
@@ -169,7 +169,7 @@ export declare class LinksParams extends PanelParams {
|
|
|
169
169
|
/** Событие возникает после открытия меню ссылки. */
|
|
170
170
|
linkMenuOpened?: BasicApiEvent<ILinkEventArgs>;
|
|
171
171
|
/** Сервисы */
|
|
172
|
-
services?: $FileController & $LayoutFileController & $LayoutController & $LayoutLinksController & $EditOperationStore & $ApplicationSettings & $Layout & $LayoutManager & $LocalStorage & $DeviceType & $CardId & $CardTimestamp & $LayoutInfo & Optional<$LinksSearchCards> & $LayoutCheck & $CardInfo & $RequestManager & $FileService & $CardOperationsController & Optional<$FilePreview
|
|
172
|
+
services?: $FileController & $LayoutFileController & $LayoutController & $LayoutLinksController & $EditOperationStore & $ApplicationSettings & $Layout & $LayoutManager & $LocalStorage & $DeviceType & $CardId & $CardTimestamp & $LayoutInfo & Optional<$LinksSearchCards> & $LayoutCheck & $CardInfo & $RequestManager & $FileService & $CardOperationsController & Optional<$FilePreview> & $WebViewIOSEnabled;
|
|
173
173
|
}
|
|
174
174
|
export declare const defaultColumns: GenModels.LinksColumnsConfiguration;
|
|
175
175
|
/**
|
|
@@ -69,8 +69,8 @@ export declare class PartnerBaseParams<T> extends InputBasedControlParams<T> {
|
|
|
69
69
|
export declare abstract class PartnerBase<T extends GenModels.DepartmentModel | GenModels.EmployeeDataModel, ParamsT extends PartnerBaseParams<T> = PartnerBaseParams<T>, StateT extends PartnerBaseState<T> = PartnerBaseState<T>> extends InputBasedControl<T, ParamsT, StateT> {
|
|
70
70
|
/** @internal */
|
|
71
71
|
protected getServices(): $LayoutPartnerController & $EditOperationStore & $LayoutInfo & $LayoutRowController & $LayoutController & Partial<$LayoutController> & $LayoutManager & Partial<
|
|
72
|
-
import("D:/
|
|
73
|
-
import("D:/
|
|
72
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
73
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
|
|
74
74
|
/** @internal */
|
|
75
75
|
protected get partnerImpl(): PartnerBaseImpl<T>;
|
|
76
76
|
private set partnerBindingHandler(value);
|
|
@@ -39,9 +39,9 @@ export declare class PartnerDirectoryBaseParams<T extends ValueT> extends Direct
|
|
|
39
39
|
export declare abstract class PartnerDirectoryBase<T extends ValueT, ParamsT extends PartnerDirectoryBaseParams<T> = PartnerDirectoryBaseParams<T>, StateT extends PartnerDirectoryBaseState<T> = PartnerDirectoryBaseState<T>> extends DirectoryBase<T, NodeT, ItemT, ParamsT, StateT> {
|
|
40
40
|
/** @internal */
|
|
41
41
|
protected getServices(): $LayoutPartnerController & $EditOperationStore & $LayoutInfo & $LayoutRowController & $LayoutController & Partial<$LayoutController> &
|
|
42
|
-
import("D:/
|
|
43
|
-
import("D:/
|
|
44
|
-
import("D:/
|
|
42
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
|
|
43
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
44
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
|
|
45
45
|
/** @internal */
|
|
46
46
|
protected get partnerImpl(): PartnerDirectoryBaseImpl<T>;
|
|
47
47
|
init(): Promise<void>;
|
package/BackOffice/Powers.d.ts
CHANGED
|
@@ -53,7 +53,7 @@ export declare class Powers<ValueT extends PowersValueType = PowersValueType> ex
|
|
|
53
53
|
protected getServices(): $PowersServices;
|
|
54
54
|
private set binding(value);
|
|
55
55
|
get inputChanged():
|
|
56
|
-
import("D:/
|
|
56
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/System/Events/SimpleEvent").SimpleEvent<string>;
|
|
57
57
|
/** Удаляет выбранное значение. */
|
|
58
58
|
/** @covered */
|
|
59
59
|
removeItem(item?: ItemT): Promise<void>;
|
|
@@ -17,4 +17,3 @@ export declare const ViewSingleSelection: () => JSX.Element;
|
|
|
17
17
|
export declare const ViewMultiSelection: () => JSX.Element;
|
|
18
18
|
export declare const SelectDialogWithGroups: () => JSX.Element;
|
|
19
19
|
export declare const SelectDialogWithSingleSelectionCodes: () => JSX.Element;
|
|
20
|
-
export declare const SelectDialogWithMultiSelectionCodes: () => JSX.Element;
|
|
@@ -43,7 +43,7 @@ export declare class PowersImpl extends DirectoryBaseImpl<PowersValueType, Power
|
|
|
43
43
|
onSelectedValue(variantValue: IPowerModel): Promise<void>;
|
|
44
44
|
protected onMouseDownIcon(): void;
|
|
45
45
|
protected getTypeaheadProps():
|
|
46
|
-
import("D:/
|
|
46
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/Helpers/Typeahead/ITypeaheadProps").ITypeaheadProps & {
|
|
47
47
|
ref: any;
|
|
48
48
|
};
|
|
49
49
|
getSelectingMode(): DirectorySelectingMode;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare class PrintButtonView {
|
|
3
3
|
dropdownButton: (props:
|
|
4
|
-
import("D:/
|
|
4
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/Helpers/DropdownButton").DropdownButtonProps) => JSX.Element;
|
|
5
5
|
}
|
|
@@ -82,7 +82,7 @@ export declare class StaffDirectoryItems<ValueT extends StaffValueType = StaffVa
|
|
|
82
82
|
private set binding(value);
|
|
83
83
|
private set defaultEmployeeBinding(value);
|
|
84
84
|
get inputChanged():
|
|
85
|
-
import("D:/
|
|
85
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/System/Events/SimpleEvent").SimpleEvent<string>;
|
|
86
86
|
/** @covered */
|
|
87
87
|
get inputText(): string;
|
|
88
88
|
/** @covered */
|
|
@@ -66,7 +66,7 @@ export declare class StaffDirectoryItemsImpl extends DirectoryBaseImpl<StaffValu
|
|
|
66
66
|
private shouldShowFavorites;
|
|
67
67
|
onRemoveClick(item: ItemT, ev?: React.MouseEvent<any> | React.TouchEvent<any>): Promise<void>;
|
|
68
68
|
protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<
|
|
69
|
-
import("D:/
|
|
69
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<StaffValueType, GenModels.IDirectoryItemData, GenModels.IDirectoryItemData, StaffDirectoryItemsParams<StaffValueType>, StaffDirectoryItemsState<StaffValueType>>>;
|
|
70
70
|
protected onEditPopoverShowed(control: any): void;
|
|
71
71
|
protected getItemTooltip(employee: GenModels.IDirectoryItemData): string;
|
|
72
72
|
protected onIconClick(): void;
|
|
@@ -20,16 +20,16 @@ import { TasksTableIconButton } from '@docsvision/webclient/BackOffice/TasksTabl
|
|
|
20
20
|
import { StaffDirectoryItems } from '@docsvision/webclient/BackOffice/StaffDirectoryItems';
|
|
21
21
|
export declare class TasksTableView {
|
|
22
22
|
mainButton: (props:
|
|
23
|
-
import("D:/
|
|
23
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
24
24
|
dialog: (props:
|
|
25
|
-
import("D:/
|
|
25
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/Helpers/ModalDialog/CommonModalDialog").CommonModalDialogProps) => JSX.Element;
|
|
26
26
|
controlWrapper: typeof TasksTableControlWrapper;
|
|
27
27
|
ribbon: typeof TasksTableRibbon;
|
|
28
28
|
ribbonGroup:
|
|
29
29
|
import("styled-components").StyledComponent<"div", any, {
|
|
30
30
|
className: string;
|
|
31
31
|
} &
|
|
32
|
-
import("D:/
|
|
32
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/Helpers/Ribbon/RibbonGroup").IRibbonGroupProps, "className">;
|
|
33
33
|
ribbonButton: typeof TasksTableRibbonButton;
|
|
34
34
|
ribbonContainer: typeof TasksTableRibbonContainer;
|
|
35
35
|
ribbonFilterButton: typeof TasksTableFilterButton;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { DirectoryDesignerSelectionArea } from "@docsvision/webclient/BackOffice/DirectoryDesignerRow";
|
|
3
|
+
export declare function toSearchArea(selectionArea: DirectoryDesignerSelectionArea): GenModels.DirectoryDesignerSearchArea;
|
package/BackOffice/Utils.d.ts
CHANGED
|
@@ -396,38 +396,6 @@ export declare namespace GenControllers {
|
|
|
396
396
|
* Api controller with power of attorney methods
|
|
397
397
|
*/
|
|
398
398
|
interface IPowerOfAttorneyApiController {
|
|
399
|
-
/**
|
|
400
|
-
* Creates new power of attorney with DovEl format
|
|
401
|
-
*
|
|
402
|
-
* @param request Parameters for creating power of attorney
|
|
403
|
-
*
|
|
404
|
-
* @returns ID of created power of attorney
|
|
405
|
-
*/
|
|
406
|
-
createPowerOfAttorneyDovEl(request: GenModels.CreatePowerOfAttorneyRequestDovEl, options?: RequestOptions): Promise<string>;
|
|
407
|
-
/**
|
|
408
|
-
* Creates retrusted power of attorney with DovEl format
|
|
409
|
-
*
|
|
410
|
-
* @param request Parameters for creating power of attorney
|
|
411
|
-
*
|
|
412
|
-
* @returns ID of created power of attorney
|
|
413
|
-
*/
|
|
414
|
-
retrustPowerOfAttorneyDovEl(request: GenModels.RetrustPowerOfAttorneyRequestDovEl, options?: RequestOptions): Promise<string>;
|
|
415
|
-
/**
|
|
416
|
-
* Creates new power of attorney with DovBb format
|
|
417
|
-
*
|
|
418
|
-
* @param request Parameters for creating power of attorney
|
|
419
|
-
*
|
|
420
|
-
* @returns ID of created power of attorney
|
|
421
|
-
*/
|
|
422
|
-
createPowerOfAttorneyDovBb(request: GenModels.CreatePowerOfAttorneyRequestDovBb, options?: RequestOptions): Promise<string>;
|
|
423
|
-
/**
|
|
424
|
-
* Creates retrusted power of attorney with DovBb format
|
|
425
|
-
*
|
|
426
|
-
* @param request Parameters for creating power of attorney
|
|
427
|
-
*
|
|
428
|
-
* @returns ID of created power of attorney
|
|
429
|
-
*/
|
|
430
|
-
retrustPowerOfAttorneyDovBb(request: GenModels.RetrustPowerOfAttorneyRequestDovBb, options?: RequestOptions): Promise<string>;
|
|
431
399
|
/**
|
|
432
400
|
* Search power of attorney
|
|
433
401
|
*
|
|
@@ -503,28 +471,8 @@ export declare namespace GenControllers {
|
|
|
503
471
|
* @param powerOfAttorneyId ID of power of attorney
|
|
504
472
|
*/
|
|
505
473
|
exportPowerOfAttorneyRevocation(powerOfAttorneyId: string, options?: RequestOptions): Promise<any>;
|
|
506
|
-
/**
|
|
507
|
-
* Creates new power of attorney with general format
|
|
508
|
-
*
|
|
509
|
-
* @param request Parameters for creating power of attorney
|
|
510
|
-
*
|
|
511
|
-
* @returns ID of created power of attorney
|
|
512
|
-
*/
|
|
513
|
-
createPowerOfAttorneyGeneral(request: GenModels.CreatePowerOfAttorneyRequestEmchd, options?: RequestOptions): Promise<string>;
|
|
514
|
-
/**
|
|
515
|
-
* Creates retrusted power of attorney with general format
|
|
516
|
-
*
|
|
517
|
-
* @param request Parameters for creating power of attorney
|
|
518
|
-
*
|
|
519
|
-
* @returns ID of created power of attorney
|
|
520
|
-
*/
|
|
521
|
-
retrustPowerOfAttorneyGeneral(request: GenModels.RetrustPowerOfAttorneyRequestEmchd, options?: RequestOptions): Promise<string>;
|
|
522
474
|
}
|
|
523
475
|
class PowerOfAttorneyApiController extends BaseController implements IPowerOfAttorneyApiController {
|
|
524
|
-
createPowerOfAttorneyDovEl(request: GenModels.CreatePowerOfAttorneyRequestDovEl, options?: RequestOptions): Promise<string>;
|
|
525
|
-
retrustPowerOfAttorneyDovEl(request: GenModels.RetrustPowerOfAttorneyRequestDovEl, options?: RequestOptions): Promise<string>;
|
|
526
|
-
createPowerOfAttorneyDovBb(request: GenModels.CreatePowerOfAttorneyRequestDovBb, options?: RequestOptions): Promise<string>;
|
|
527
|
-
retrustPowerOfAttorneyDovBb(request: GenModels.RetrustPowerOfAttorneyRequestDovBb, options?: RequestOptions): Promise<string>;
|
|
528
476
|
findPowersOfAttorney(request: GenModels.FindPowersOfAttorneyRequest, options?: RequestOptions): Promise<GenModels.FindPowersOfAttorneyResponse>;
|
|
529
477
|
getPowerOfAttorneyInfo(cardID: string, options?: RequestOptions): Promise<GenModels.PowerOfAttorneyInfoModel>;
|
|
530
478
|
getMachineReadablePowerOfAttorneyData(powerOfAttorneyId: string, options?: RequestOptions): Promise<GenModels.GetPowerOfAttorneyInfoResponse>;
|
|
@@ -535,8 +483,6 @@ export declare namespace GenControllers {
|
|
|
535
483
|
markAsRevokedPowerOfAttorney(request: GenModels.RevokePowerOfAttorneyRequest, options?: RequestOptions): Promise<void>;
|
|
536
484
|
exportPowerOfAttorney(powerOfAttorneyId: string, withSignature: boolean, options?: RequestOptions): Promise<any>;
|
|
537
485
|
exportPowerOfAttorneyRevocation(powerOfAttorneyId: string, options?: RequestOptions): Promise<any>;
|
|
538
|
-
createPowerOfAttorneyGeneral(request: GenModels.CreatePowerOfAttorneyRequestEmchd, options?: RequestOptions): Promise<string>;
|
|
539
|
-
retrustPowerOfAttorneyGeneral(request: GenModels.RetrustPowerOfAttorneyRequestEmchd, options?: RequestOptions): Promise<string>;
|
|
540
486
|
}
|
|
541
487
|
}
|
|
542
488
|
export declare type $PowerOfAttorneyApiController = {
|
|
@@ -960,10 +906,18 @@ export declare namespace GenControllers {
|
|
|
960
906
|
* /api/LayoutCard/DisableCard
|
|
961
907
|
*/
|
|
962
908
|
disableCard(cardId: string, reason: GenModels.Reason, options?: RequestOptions): Promise<any>;
|
|
909
|
+
/**
|
|
910
|
+
* /api/LayoutCard/DisableCardEx
|
|
911
|
+
*/
|
|
912
|
+
disableCardEx(request: GenModels.DisableCardExRequestModel, options?: RequestOptions): Promise<any>;
|
|
963
913
|
/**
|
|
964
914
|
* /api/LayoutCard/EnableCard
|
|
965
915
|
*/
|
|
966
916
|
enableCard(cardId: string, options?: RequestOptions): Promise<any>;
|
|
917
|
+
/**
|
|
918
|
+
* /api/LayoutCard/EnableCard
|
|
919
|
+
*/
|
|
920
|
+
enableCardEx(request: GenModels.EnableCardRequestModel, options?: RequestOptions): Promise<any>;
|
|
967
921
|
/**
|
|
968
922
|
* /api/LayoutCard/RemoveAllCardLocks
|
|
969
923
|
*/
|
|
@@ -971,7 +925,9 @@ export declare namespace GenControllers {
|
|
|
971
925
|
}
|
|
972
926
|
class DisableCardController extends BaseController implements IDisableCardController {
|
|
973
927
|
disableCard(cardId: string, reason: GenModels.Reason, options?: RequestOptions): Promise<any>;
|
|
928
|
+
disableCardEx(request: GenModels.DisableCardExRequestModel, options?: RequestOptions): Promise<any>;
|
|
974
929
|
enableCard(cardId: string, options?: RequestOptions): Promise<any>;
|
|
930
|
+
enableCardEx(request: GenModels.EnableCardRequestModel, options?: RequestOptions): Promise<any>;
|
|
975
931
|
removeAllCardLocks(options?: RequestOptions): Promise<void>;
|
|
976
932
|
}
|
|
977
933
|
}
|