@docsvision/webclient 5.17.3 → 5.17.4
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/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/EmailButtonView.d.ts +1 -1
- package/BackOffice/EmployeeImpl.d.ts +4 -2
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerBaseImpl.d.ts +1 -0
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/Powers.d.ts +1 -1
- package/BackOffice/Powers.stories.d.ts +1 -0
- 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/Generated/DocsVision.WebClient.Controllers.d.ts +7 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +26 -3
- package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +1 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/GridLoaderHelper.d.ts +1 -0
- package/Platform/$ScanDialog.d.ts +2 -0
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/CardLink.d.ts +6 -6
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/DateTimePickerImpl.d.ts +1 -0
- package/Platform/ExportESignButton.d.ts +2 -0
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/ScanDialogService.d.ts +5 -0
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/System/DirectorySelectDialog.d.ts +2 -2
- 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:
|
|
@@ -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>;
|
|
@@ -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,6 +26,7 @@ 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
|
+
protected getInputTitle(): string;
|
|
29
30
|
private valuesEqual;
|
|
30
31
|
initHelpers(props: EmployeeParams): void;
|
|
31
32
|
static validValue(value: GenModels.EmployeeDataModel): boolean;
|
|
@@ -37,8 +38,8 @@ export declare class EmployeeImpl extends InputBasedControlImpl<GenModels.Employ
|
|
|
37
38
|
private shouldSaveCardWithEditInPlaceValue;
|
|
38
39
|
private isLayoutViewMode;
|
|
39
40
|
protected onInputChange(event: any): void;
|
|
41
|
+
protected onDropdownStateChanged(): void;
|
|
40
42
|
protected getValueTitle(): string;
|
|
41
|
-
protected getInputTitle(): string;
|
|
42
43
|
protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<any>;
|
|
43
44
|
protected getFavoritesStorageName(props: EmployeeParams): string;
|
|
44
45
|
protected onSelected(typeaheadVariant: ITypeaheadVariant): void;
|
|
@@ -49,7 +50,8 @@ export declare class EmployeeImpl extends InputBasedControlImpl<GenModels.Employ
|
|
|
49
50
|
set favoriteEmployees(val: GenModels.EmployeeDataModel[]);
|
|
50
51
|
set supportFavorites(val: any);
|
|
51
52
|
set tipMode(val: any);
|
|
52
|
-
protected
|
|
53
|
+
protected renderWithText(): JSX.Element;
|
|
54
|
+
protected onMouseDownIcon(): void;
|
|
53
55
|
protected renderInputWithPlaceholder(): JSX.Element;
|
|
54
56
|
addToFavorite(item: GenModels.EmployeeDataModel): void;
|
|
55
57
|
}
|
|
@@ -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;
|
|
@@ -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);
|
|
@@ -26,6 +26,7 @@ export interface PartnerBaseState<T> extends PartnerBaseParams<T>, InputBasedCon
|
|
|
26
26
|
searchFilterPath: GenModels.DepartmentModel[];
|
|
27
27
|
maximized?: boolean;
|
|
28
28
|
onMouseOverInfo: boolean;
|
|
29
|
+
preSearchFilteredPath?: GenModels.DepartmentModel[];
|
|
29
30
|
}
|
|
30
31
|
/** @internal */
|
|
31
32
|
export declare abstract class PartnerBaseImpl<T extends GenModels.DepartmentModel | GenModels.EmployeeDataModel, ParamsT extends PartnerBaseParams<T> = PartnerBaseParams<T>, StateT extends PartnerBaseState<T> = PartnerBaseState<T>> extends InputBasedControlImpl<T, ParamsT, StateT> {
|
|
@@ -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,3 +17,4 @@ 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;
|
|
@@ -2557,6 +2557,12 @@ export declare namespace GenControllers {
|
|
|
2557
2557
|
* @param signatureFormat Signature export format
|
|
2558
2558
|
*/
|
|
2559
2559
|
exportESignWithPowerOfAttorney(cardId: string, signatureFormat: GenModels.SignatureFormat, options?: RequestOptions): Promise<any>;
|
|
2560
|
+
/**
|
|
2561
|
+
* Exports zip-archive with electronic signature files and visualization ESign
|
|
2562
|
+
*
|
|
2563
|
+
* @param exportSignatureRequest
|
|
2564
|
+
*/
|
|
2565
|
+
exportSignature(exportSignatureRequest: GenModels.ExportSignatureRequest, options?: RequestOptions): Promise<any>;
|
|
2560
2566
|
/**
|
|
2561
2567
|
* Downloads signature byte array
|
|
2562
2568
|
*/
|
|
@@ -2578,6 +2584,7 @@ export declare namespace GenControllers {
|
|
|
2578
2584
|
checkUniqueAttributes(uniqueAttributeValues: GenModels.UniqueAttributesValuesList, options?: RequestOptions): Promise<Array<GenModels.UniqueAttributeCard>>;
|
|
2579
2585
|
exportESign(cardId: string, signatureFormat: GenModels.SignatureFormat, options?: RequestOptions): Promise<any>;
|
|
2580
2586
|
exportESignWithPowerOfAttorney(cardId: string, signatureFormat: GenModels.SignatureFormat, options?: RequestOptions): Promise<any>;
|
|
2587
|
+
exportSignature(exportSignatureRequest: GenModels.ExportSignatureRequest, options?: RequestOptions): Promise<any>;
|
|
2581
2588
|
downloadSignature(request: GenModels.SignatureRequest, options?: RequestOptions): Promise<any>;
|
|
2582
2589
|
getSignatureInfo(documentId: string, signaturePartId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureInfoModel>;
|
|
2583
2590
|
getAcknowledgemenList(request: GenModels.GetAcknowledgemenListRequest, options?: RequestOptions): Promise<string>;
|
|
@@ -7472,6 +7472,28 @@ export declare namespace GenModels {
|
|
|
7472
7472
|
attributes: Array<GenModels.UniqueAttributeValue>;
|
|
7473
7473
|
}
|
|
7474
7474
|
}
|
|
7475
|
+
export declare namespace GenModels {
|
|
7476
|
+
interface ExportSignatureRequest {
|
|
7477
|
+
/**
|
|
7478
|
+
* Document card id
|
|
7479
|
+
*
|
|
7480
|
+
* @format datatype.uuid
|
|
7481
|
+
*/
|
|
7482
|
+
cardId: string;
|
|
7483
|
+
/**
|
|
7484
|
+
* Signature export format
|
|
7485
|
+
*/
|
|
7486
|
+
signatureFormat: GenModels.SignatureFormat;
|
|
7487
|
+
/**
|
|
7488
|
+
* Include export of the powers of attorney specified at time of signing, with their signatures
|
|
7489
|
+
*/
|
|
7490
|
+
withPowersOfAttorney: boolean;
|
|
7491
|
+
/**
|
|
7492
|
+
* Include export with visualization ESign
|
|
7493
|
+
*/
|
|
7494
|
+
withStamp: boolean;
|
|
7495
|
+
}
|
|
7496
|
+
}
|
|
7475
7497
|
export declare namespace GenModels {
|
|
7476
7498
|
interface SignatureRequest {
|
|
7477
7499
|
/**
|
|
@@ -11894,9 +11916,10 @@ export declare namespace GenModels {
|
|
|
11894
11916
|
}
|
|
11895
11917
|
export declare namespace GenModels {
|
|
11896
11918
|
enum ExternalPowerOfAttorneyStatus {
|
|
11897
|
-
|
|
11898
|
-
|
|
11899
|
-
|
|
11919
|
+
Unknown = 0,
|
|
11920
|
+
Success = 1,
|
|
11921
|
+
Warning = 2,
|
|
11922
|
+
Error = 3
|
|
11900
11923
|
}
|
|
11901
11924
|
}
|
|
11902
11925
|
export declare namespace GenModels {
|
|
@@ -5,6 +5,7 @@ import { ModalDialogProps } from "@docsvision/web/components/modals/modal-dialog
|
|
|
5
5
|
export interface ITextInputDialogModalPops extends ModalDialogProps {
|
|
6
6
|
onAccept: () => void;
|
|
7
7
|
onCancel: () => void;
|
|
8
|
+
disabled?: boolean;
|
|
8
9
|
services: $LocalStorage;
|
|
9
10
|
}
|
|
10
11
|
export declare function TextInputDialogModal(props: ITextInputDialogModalPops): JSX.Element;
|
|
@@ -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("D:/
|
|
57
|
+
import("D:/repos/WC17new/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;
|
|
@@ -9,6 +9,7 @@ export declare class GridLoaderHelper {
|
|
|
9
9
|
buildDirectoryLoader(): Promise<HTMLDivElement>;
|
|
10
10
|
buildCardLoader(): Promise<HTMLDivElement>;
|
|
11
11
|
buildSidebarLoader(): Promise<void>;
|
|
12
|
+
private buildGridListView;
|
|
12
13
|
private buildGrid;
|
|
13
14
|
private buildDashboard;
|
|
14
15
|
private buildSidebar;
|
|
@@ -34,6 +34,8 @@ export interface ScanDialogState {
|
|
|
34
34
|
scaleValue: number;
|
|
35
35
|
}
|
|
36
36
|
export interface IScanDialog {
|
|
37
|
+
scannedImages: string[];
|
|
38
|
+
collectImages?: boolean;
|
|
37
39
|
open(props: ScanDialogProps): Promise<void>;
|
|
38
40
|
updateState(state: ScanDialogState): Promise<void>;
|
|
39
41
|
close(): Promise<void>;
|
|
@@ -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("D:/
|
|
19
|
+
import("D:/repos/WC17new/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
|
|
20
20
|
onSelected(): void;
|
|
21
21
|
onToggling():
|
|
22
|
-
import("D:/
|
|
22
|
+
import("D:/repos/WC17new/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("D:/
|
|
84
|
-
import("D:/
|
|
85
|
-
import("D:/
|
|
86
|
-
import("D:/
|
|
87
|
-
import("D:/
|
|
88
|
-
import("D:/
|
|
83
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/System/Services/$LayoutCheckService").$LayoutCheck &
|
|
84
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CardInfo &
|
|
85
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/System/Core/RequestProcessing/$RequestManager").$RequestManager &
|
|
86
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/StandardServices").$ApplicationSettings &
|
|
87
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/System/Services/$FileService").$FileService &
|
|
88
|
+
import("D:/repos/WC17new/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("D:/
|
|
4
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/BackOffice/Dialogs/SignatureMethodsSetup/SignatureMethodsSetup").ISignatureMethodsSetupProps) => JSX.Element;
|
|
5
5
|
}
|
|
@@ -39,6 +39,7 @@ export interface IDateTimePickerState extends DateTimePickerParams, InputBasedCo
|
|
|
39
39
|
errorText: string;
|
|
40
40
|
passedValidation?: boolean;
|
|
41
41
|
theme: Theme;
|
|
42
|
+
bindingValue: Date;
|
|
42
43
|
services?: $LayoutInfo & $BusinessCalendarController & $EditOperationStore & $Router & $ApplicationSettings & $DeviceType & $Layout & $CardInfo & $LabelWidth;
|
|
43
44
|
}
|
|
44
45
|
export interface DateTimePickerState extends IDateTimePickerState {
|
|
@@ -13,6 +13,8 @@ export declare class ExportESignButtonParams extends BaseControlParams {
|
|
|
13
13
|
signatureFormat?: GenModels.SignatureFormat;
|
|
14
14
|
/** Экспорт с доверенностью */
|
|
15
15
|
exportWithPowerOfAttorney?: boolean;
|
|
16
|
+
/** Экспорт с визуализацией ЭП */
|
|
17
|
+
exportWithESignVisualization?: boolean;
|
|
16
18
|
}
|
|
17
19
|
/**
|
|
18
20
|
* Класс элемента управления Экспорт файлов с подписью.
|
|
@@ -12,7 +12,7 @@ export declare class LoaderDialog extends React.Component<Props, State> {
|
|
|
12
12
|
cancel: () => void;
|
|
13
13
|
DialogBox:
|
|
14
14
|
import("styled-components").StyledComponent<(props:
|
|
15
|
-
import("D:/
|
|
15
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
16
16
|
LoadingSpan:
|
|
17
17
|
import("styled-components").StyledComponent<"span", any, {}, never>;
|
|
18
18
|
render(): JSX.Element;
|
|
@@ -26,10 +26,15 @@ export declare class ScanDialogService implements IScanDialog {
|
|
|
26
26
|
private currentPageInput;
|
|
27
27
|
private fileNameInput;
|
|
28
28
|
private scannersList;
|
|
29
|
+
private collectAllScannedImages;
|
|
29
30
|
protected pageLeaveConfirmation: PageLeaveConfirmation;
|
|
30
31
|
private performScanOnce;
|
|
31
32
|
constructor(services: $LocalStorage & $FileScan & $LayoutCheck & $CardInfo & $RequestManager & $DeviceType);
|
|
32
33
|
savedOptionsKey: string;
|
|
34
|
+
get scannedImages(): string[];
|
|
35
|
+
set scannedImages(images: string[]);
|
|
36
|
+
get collectImages(): boolean;
|
|
37
|
+
set collectImages(v: boolean);
|
|
33
38
|
getScannersList: () => Promise<string[]>;
|
|
34
39
|
open: (props: ScanDialogProps) => Promise<void>;
|
|
35
40
|
updateState: (state: ScanDialogState) => Promise<void>;
|
|
@@ -28,7 +28,7 @@ export declare class SecurityDescriptorDialogView {
|
|
|
28
28
|
frame: (props:
|
|
29
29
|
import("./components/SecurityDialogFrame").SecurityDialogFrameProps) => JSX.Element;
|
|
30
30
|
table: (props:
|
|
31
|
-
import("D:/
|
|
31
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/Helpers/Table/TableHelper").ITableHelperProps) => JSX.Element;
|
|
32
32
|
tableHead: (props:
|
|
33
33
|
import("./components/AccessListTableHead").AccessListTableHeadProps) => JSX.Element;
|
|
34
34
|
inheritanceButtons: typeof AccessInheritanceButtons;
|
|
@@ -26,7 +26,7 @@ export declare class UserProfileDialog extends React.Component<Props, State> imp
|
|
|
26
26
|
private attachRoot;
|
|
27
27
|
DialogBox:
|
|
28
28
|
import("styled-components").StyledComponent<(props:
|
|
29
|
-
import("D:/
|
|
29
|
+
import("D:/repos/WC17new/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
30
30
|
close(): void;
|
|
31
31
|
render(): JSX.Element;
|
|
32
32
|
}
|
|
@@ -78,10 +78,10 @@ export declare abstract class DirectorySelectDialog<ValueT extends NodeT | ItemT
|
|
|
78
78
|
protected modalHost: CommonModalDialogHost;
|
|
79
79
|
static SimpleItemView:
|
|
80
80
|
import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
|
|
81
|
-
import("D:/
|
|
81
|
+
import("D:/repos/WC17new/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
|
|
82
82
|
static SimpleItemViewCompact:
|
|
83
83
|
import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
|
|
84
|
-
import("D:/
|
|
84
|
+
import("D:/repos/WC17new/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
|
|
85
85
|
/** @internal */
|
|
86
86
|
state: StateT;
|
|
87
87
|
searchInput: HTMLInputElement;
|