@docsvision/webclient 5.17.2 → 5.17.4-beta.1
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 +3 -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/FileListControlLogic.d.ts +2 -1
- package/BackOffice/MultipleEmployeesImpl.d.ts +2 -0
- 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/SignatureDialog.d.ts +4 -0
- package/BackOffice/SignatureDialog.stories.d.ts +9 -0
- package/BackOffice/SignatureDialogLogic.d.ts +2 -0
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/UserProfile.d.ts +16 -0
- package/Generated/DocsVision.WebClient.Controllers.d.ts +40 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +30 -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/DropdownImpl.d.ts +1 -0
- package/Platform/ExportESignButton.d.ts +2 -0
- package/Platform/FileDropzone.d.ts +1 -0
- package/Platform/FilePreviewImpl.d.ts +1 -0
- package/Platform/FolderCardsDashboardWidget.d.ts +8 -2
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/RadioGroupImpl.d.ts +4 -0
- 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/System/InputBasedControlImpl.d.ts +0 -1
- package/System/LayoutCardControllerStub.d.ts +1 -0
- package/System/LayoutManager.d.ts +1 -1
- package/System/LayoutRowControllerStub.d.ts +1 -0
- package/System/Summernote.d.ts +6 -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("
|
|
16
|
+
import("C:/sup/WebClientSup17/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("
|
|
40
|
+
import("C:/sup/WebClientSup17/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("
|
|
45
|
+
import("C:/sup/WebClientSup17/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("
|
|
50
|
+
import("C:/sup/WebClientSup17/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("
|
|
9
|
+
import("C:/sup/WebClientSup17/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("
|
|
64
|
-
import("
|
|
65
|
-
import("
|
|
66
|
-
import("
|
|
63
|
+
import("C:/sup/WebClientSup17/Bin/TypeScriptDefinitions/Generated/DocsVision.WebClient.Controllers").$LayoutController> &
|
|
64
|
+
import("C:/sup/WebClientSup17/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
|
|
65
|
+
import("C:/sup/WebClientSup17/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
66
|
+
import("C:/sup/WebClientSup17/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("
|
|
46
|
+
import("C:/sup/WebClientSup17/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;
|
|
@@ -58,9 +58,10 @@ import("D:/repos/WC17new/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase
|
|
|
58
58
|
protected renderDirectoryDesignerInputWithPlaceholder(): React.ReactNode;
|
|
59
59
|
protected editInPlaceModeRender(): JSX.Element;
|
|
60
60
|
protected getIconClassName(): string;
|
|
61
|
+
setValueInternal(value: any): void;
|
|
61
62
|
protected onIconClick(): void;
|
|
62
63
|
protected getTypeaheadProps():
|
|
63
|
-
import("
|
|
64
|
+
import("C:/sup/WebClientSup17/Bin/TypeScriptDefinitions/Helpers/Typeahead/ITypeaheadProps").ITypeaheadProps & {
|
|
64
65
|
ref: any;
|
|
65
66
|
};
|
|
66
67
|
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("
|
|
16
|
+
import("C:/sup/WebClientSup17/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("
|
|
6
|
+
import("C:/sup/WebClientSup17/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("
|
|
43
|
+
import("C:/sup/WebClientSup17/Bin/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
44
44
|
close(): void;
|
|
45
45
|
onMaximize: () => void;
|
|
46
46
|
render(): JSX.Element;
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
/// <reference types="jquery" />
|
|
3
3
|
import { FileListAttachedElements } from "@docsvision/webclient/BackOffice/FileListAttachElements";
|
|
4
4
|
import { FileListItem } from "@docsvision/webclient/BackOffice/FileListItem";
|
|
5
|
+
import { IFileMenuItem } from "@docsvision/webclient/BackOffice/IFileMenuItem";
|
|
5
6
|
import { FileListControlParams } from "@docsvision/webclient/BackOffice/FileListControl";
|
|
6
7
|
import { FileListControlImpl, FileListImplState } from "@docsvision/webclient/BackOffice/FileListControlImpl";
|
|
7
8
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
@@ -51,7 +52,7 @@ export declare class FileListControlLogic {
|
|
|
51
52
|
private sortFiles;
|
|
52
53
|
protected updateVersionsOnLoad(appendFiles?: boolean): void;
|
|
53
54
|
closeAllMenusBut(fileItem: FileListItem): void;
|
|
54
|
-
fileMenuOpening(fileItem: FileListItem, data:
|
|
55
|
+
fileMenuOpening(fileItem: FileListItem, data: IFileMenuItem[]): Promise<IFileMenuItem[]>;
|
|
55
56
|
fileVersionExpanding(fileItem: FileListItem): Promise<void>;
|
|
56
57
|
rowClick(fileItem: FileListItem): void;
|
|
57
58
|
nameClick(fileItem: FileListItem): Promise<void>;
|
|
@@ -27,6 +27,7 @@ export declare class MultipleEmployeesImpl extends InputBasedControlImpl<GenMode
|
|
|
27
27
|
private typeahead;
|
|
28
28
|
constructor(props: MultipleEmployeesParams, state: MultipleEmployeesState);
|
|
29
29
|
setValue(value: GenModels.EmployeeDataModel[], redraw: boolean): void;
|
|
30
|
+
private valuesEqual;
|
|
30
31
|
initHelpers(props: MultipleEmployeesParams): void;
|
|
31
32
|
getValueAsString(value: GenModels.EmployeeDataModel[]): string;
|
|
32
33
|
protected getTextValue(): string;
|
|
@@ -53,6 +54,7 @@ export declare class MultipleEmployeesImpl extends InputBasedControlImpl<GenMode
|
|
|
53
54
|
protected renderSimpleViewValue(): JSX.Element;
|
|
54
55
|
protected renderWithText(): JSX.Element;
|
|
55
56
|
protected renderEditEmployeeList(): JSX.Element;
|
|
57
|
+
protected onMouseDownIcon(): void;
|
|
56
58
|
protected renderInputWithPlaceholder(): JSX.Element;
|
|
57
59
|
addToFavorite(item: GenModels.EmployeeDataModel): void;
|
|
58
60
|
}
|
|
@@ -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("
|
|
73
|
-
import("
|
|
72
|
+
import("C:/sup/WebClientSup17/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
73
|
+
import("C:/sup/WebClientSup17/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("
|
|
43
|
-
import("
|
|
44
|
-
import("
|
|
42
|
+
import("C:/sup/WebClientSup17/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
|
|
43
|
+
import("C:/sup/WebClientSup17/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
44
|
+
import("C:/sup/WebClientSup17/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("
|
|
56
|
+
import("C:/sup/WebClientSup17/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("
|
|
46
|
+
import("C:/sup/WebClientSup17/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("
|
|
4
|
+
import("C:/sup/WebClientSup17/Bin/TypeScriptDefinitions/Helpers/DropdownButton").DropdownButtonProps) => JSX.Element;
|
|
5
5
|
}
|
|
@@ -34,6 +34,8 @@ export interface ISignatureDialogProps extends IComponentProps<SignatureDialogLo
|
|
|
34
34
|
hideSimpleSign?: boolean;
|
|
35
35
|
/** Не отображать комбо-бокс выбора способа подписания (будет выбран первый вариант по-умолчанию). */
|
|
36
36
|
hideSignatureMethodsSelect?: boolean;
|
|
37
|
+
/** Не отображать комбо-бокс выбора доверенности (будет выбран первый вариант по-умолчанию). */
|
|
38
|
+
hidePowerOfAttorneySelect?: boolean;
|
|
37
39
|
/** Не отображать диалог на экране (используйте API {@link IDigitalSignatureDialogManagement} для управления видимостью). */
|
|
38
40
|
showHidden?: boolean;
|
|
39
41
|
/** Сообщение, показываемое в нижней части диалога */
|
|
@@ -54,6 +56,8 @@ export interface ISignatureDialogProps extends IComponentProps<SignatureDialogLo
|
|
|
54
56
|
onPrepareSignatureMethods?: (methods: GenModels.SignatureMethod[]) => GenModels.SignatureMethod[];
|
|
55
57
|
/** Вызывается при отрисовке кнопок диалога. */
|
|
56
58
|
onRenderButtons?: (props: ISignatureDialogButtonsProps, defaultButtons: JSX.Element[]) => JSX.Element[];
|
|
59
|
+
/** Вызывается при выборе способа подписания. */
|
|
60
|
+
onSelectMethods?: (method: GenModels.SignatureMethod) => void;
|
|
57
61
|
services: $SignatureDialogServices;
|
|
58
62
|
}
|
|
59
63
|
export declare class SignatureDialogView {
|
|
@@ -6,11 +6,20 @@ declare const _default: {
|
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
|
8
8
|
export declare const Default: () => JSX.Element;
|
|
9
|
+
export declare const WithoutLabelSelection: () => JSX.Element;
|
|
10
|
+
export declare const WithoutSignatureMethodsSelect: () => JSX.Element;
|
|
11
|
+
export declare const WithoutSignatureMethodsSetup: () => JSX.Element;
|
|
12
|
+
export declare const WithMessageInFooter: () => JSX.Element;
|
|
13
|
+
export declare const WithMessageInHeader: () => JSX.Element;
|
|
14
|
+
export declare const CustomSignButtonText: () => JSX.Element;
|
|
15
|
+
export declare const CustomCancelButtonText: () => JSX.Element;
|
|
16
|
+
export declare const CustomDialogHeaderText: () => JSX.Element;
|
|
9
17
|
export declare const Loading: () => JSX.Element;
|
|
10
18
|
export declare const NoPlugin: () => JSX.Element;
|
|
11
19
|
export declare const NoCloud: () => JSX.Element;
|
|
12
20
|
export declare const WithoutRequiredPowerOfAttorney: () => JSX.Element;
|
|
13
21
|
export declare const WithoutNotRequiredPowerOfAttorney: () => JSX.Element;
|
|
14
22
|
export declare const WithPowerOfAttorney: () => JSX.Element;
|
|
23
|
+
export declare const WithHiddenRequiredPowerOfAttorney: () => JSX.Element;
|
|
15
24
|
export declare const InformationAboutPowerOfAttorney: () => JSX.Element;
|
|
16
25
|
export declare const SettingsDialogOpen: () => JSX.Element;
|
|
@@ -73,6 +73,8 @@ import("effector").Event<void>;
|
|
|
73
73
|
import("effector").Event<void>;
|
|
74
74
|
currentDialogSettingsUpdated:
|
|
75
75
|
import("effector").Event<GenModels.SignatureMethodSettings>;
|
|
76
|
+
currentDialogOptionsUpdated:
|
|
77
|
+
import("effector").Event<ISignatureDialogProps>;
|
|
76
78
|
saveSettingsDialog:
|
|
77
79
|
import("effector").Event<void>;
|
|
78
80
|
saveSettingsFx:
|
|
@@ -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("
|
|
85
|
+
import("C:/sup/WebClientSup17/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("
|
|
69
|
+
import("C:/sup/WebClientSup17/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("
|
|
23
|
+
import("C:/sup/WebClientSup17/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
24
24
|
dialog: (props:
|
|
25
|
-
import("
|
|
25
|
+
import("C:/sup/WebClientSup17/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("
|
|
32
|
+
import("C:/sup/WebClientSup17/Bin/TypeScriptDefinitions/Helpers/Ribbon/RibbonGroup").IRibbonGroupProps, "className">;
|
|
33
33
|
ribbonButton: typeof TasksTableRibbonButton;
|
|
34
34
|
ribbonContainer: typeof TasksTableRibbonContainer;
|
|
35
35
|
ribbonFilterButton: typeof TasksTableFilterButton;
|
|
@@ -2,7 +2,22 @@ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.
|
|
|
2
2
|
import { LayoutControl } from "@docsvision/webclient/System/BaseControl";
|
|
3
3
|
import { CancelableEventArgs } from "@docsvision/webclient/System/CancelableEventArgs";
|
|
4
4
|
import { Image } from "@docsvision/webclient/Platform/Image";
|
|
5
|
+
import { Table } from "@docsvision/webclient/Platform/Table";
|
|
6
|
+
import { StaffDirectoryItemsSingle } from "@docsvision/webclient/BackOffice/StaffDirectoryItems";
|
|
5
7
|
import { Dropdown } from "@docsvision/webclient/Platform/Dropdown";
|
|
8
|
+
import { LayoutControlsAccessor } from "@docsvision/webclient/System/LayoutControlsAccessor";
|
|
9
|
+
import { DateTimePicker } from "@docsvision/webclient/Platform/DateTimePicker";
|
|
10
|
+
import { CheckBox } from "@docsvision/webclient/Platform/CheckBox";
|
|
11
|
+
export declare class UserProfileLayout extends LayoutControlsAccessor {
|
|
12
|
+
status: Dropdown;
|
|
13
|
+
statusNoActive: Dropdown;
|
|
14
|
+
startDate: DateTimePicker;
|
|
15
|
+
endDate: DateTimePicker;
|
|
16
|
+
deputyTable: Table;
|
|
17
|
+
employee: StaffDirectoryItemsSingle[];
|
|
18
|
+
deputyAlways: CheckBox[];
|
|
19
|
+
sign: CheckBox[];
|
|
20
|
+
}
|
|
6
21
|
export declare function updateStatusBackground(sender: LayoutControl): void;
|
|
7
22
|
export declare function updateArchiveBlockVisibility(sender: LayoutControl): void;
|
|
8
23
|
export declare function updateAbsencePeriod(sender: LayoutControl): Promise<void>;
|
|
@@ -11,6 +26,7 @@ export declare function onDataChanged_checkSequenceOfDates(sender: LayoutControl
|
|
|
11
26
|
export declare function displayInformationOfAbsence(sender: LayoutControl, ev: any): void;
|
|
12
27
|
export declare function getDefaultImage(sender: Image): Promise<void>;
|
|
13
28
|
export declare function onCardSaving_checkSequenceOfDates(sender: LayoutControl, e: CancelableEventArgs<GenModels.SaveControlDataModel>): boolean;
|
|
29
|
+
export declare function setEmployeeStatus(sender: LayoutControl, e: CancelableEventArgs<GenModels.SaveControlDataModel>, isCurrentEmployee: boolean): Promise<void>;
|
|
14
30
|
export declare function setShowArchivedCardsFromSettings(sender: LayoutControl): void;
|
|
15
31
|
export declare function setShowArchivedCardsToSettings(sender: LayoutControl, e?: CancelableEventArgs<GenModels.SaveControlDataModel>): Promise<void>;
|
|
16
32
|
export declare function onCardSaving_checkDeputyTableAndDates(sender: LayoutControl, e: CancelableEventArgs<GenModels.SaveControlDataModel>): Promise<void>;
|
|
@@ -391,6 +391,29 @@ export declare type $AvailableTemplatesController = {
|
|
|
391
391
|
availableTemplatesController: GenControllers.IAvailableTemplatesController;
|
|
392
392
|
};
|
|
393
393
|
export declare const $AvailableTemplatesController: string | ((model?: $AvailableTemplatesController) => GenControllers.IAvailableTemplatesController);
|
|
394
|
+
export declare namespace GenControllers {
|
|
395
|
+
/**
|
|
396
|
+
* Defines controller for accessing files via disposable tokens.
|
|
397
|
+
*/
|
|
398
|
+
interface IFileAccessController {
|
|
399
|
+
/**
|
|
400
|
+
* Gets access token for file.
|
|
401
|
+
*/
|
|
402
|
+
getAccessToken(fileId: string, options?: RequestOptions): Promise<any>;
|
|
403
|
+
/**
|
|
404
|
+
* Retrieving file with AllowAnonymous support.
|
|
405
|
+
*/
|
|
406
|
+
getFile(accessToken: string, options?: RequestOptions): Promise<any>;
|
|
407
|
+
}
|
|
408
|
+
class FileAccessController extends BaseController implements IFileAccessController {
|
|
409
|
+
getAccessToken(fileId: string, options?: RequestOptions): Promise<any>;
|
|
410
|
+
getFile(accessToken: string, options?: RequestOptions): Promise<any>;
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
export declare type $FileAccessController = {
|
|
414
|
+
fileAccessController: GenControllers.IFileAccessController;
|
|
415
|
+
};
|
|
416
|
+
export declare const $FileAccessController: string | ((model?: $FileAccessController) => GenControllers.IFileAccessController);
|
|
394
417
|
export declare namespace GenControllers {
|
|
395
418
|
/**
|
|
396
419
|
* Api controller with power of attorney methods
|
|
@@ -1972,6 +1995,10 @@ export declare namespace GenControllers {
|
|
|
1972
1995
|
* HTTP: /LayoutRow/Delete
|
|
1973
1996
|
*/
|
|
1974
1997
|
delete(row: GenModels.DeleteRowModel, options?: RequestOptions): Promise<void>;
|
|
1998
|
+
/**
|
|
1999
|
+
* HTTP: /LayoutRow/CancelCreation
|
|
2000
|
+
*/
|
|
2001
|
+
cancelCreation(cardId: string, sectionId: string, rowId: string, parentRowId: string, parentRowSectionId: string, options?: RequestOptions): Promise<void>;
|
|
1975
2002
|
/**
|
|
1976
2003
|
* HTTP: /LayoutRow/Exist
|
|
1977
2004
|
*/
|
|
@@ -1998,6 +2025,7 @@ export declare namespace GenControllers {
|
|
|
1998
2025
|
view(layoutParams: GenModels.RowLayoutParams, options?: RequestOptions): Promise<GenModels.LayoutRowViewModel>;
|
|
1999
2026
|
edit(layoutParams: GenModels.RowLayoutParams, options?: RequestOptions): Promise<GenModels.LayoutRowViewModel>;
|
|
2000
2027
|
delete(row: GenModels.DeleteRowModel, options?: RequestOptions): Promise<void>;
|
|
2028
|
+
cancelCreation(cardId: string, sectionId: string, rowId: string, parentRowId: string, parentRowSectionId: string, options?: RequestOptions): Promise<void>;
|
|
2001
2029
|
exist(layoutParams: GenModels.RowLayoutParams, options?: RequestOptions): Promise<boolean>;
|
|
2002
2030
|
getLayoutPart(layoutPartParams: GenModels.RowLayoutPartParams, options?: RequestOptions): Promise<GenModels.LayoutModel>;
|
|
2003
2031
|
save(model: GenModels.SaveRowControlDataModel, options?: RequestOptions): Promise<void>;
|
|
@@ -2416,6 +2444,10 @@ export declare namespace GenControllers {
|
|
|
2416
2444
|
* HTTP: /LayoutCard/Delete
|
|
2417
2445
|
*/
|
|
2418
2446
|
delete(deleteCardRequestModel: GenModels.DeleteCardRequestModel, options?: RequestOptions): Promise<string>;
|
|
2447
|
+
/**
|
|
2448
|
+
* HTTP: /LayoutCard/CancelCreation
|
|
2449
|
+
*/
|
|
2450
|
+
cancelCreation(cardId: string, parentCardId: string, options?: RequestOptions): Promise<string>;
|
|
2419
2451
|
/**
|
|
2420
2452
|
* Gets layout part
|
|
2421
2453
|
*/
|
|
@@ -2466,6 +2498,7 @@ export declare namespace GenControllers {
|
|
|
2466
2498
|
edit(cardId: string, layoutMode: string, refresh?: boolean, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
2467
2499
|
editEx(request: GenModels.EditCardLayoutRequest, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
2468
2500
|
delete(deleteCardRequestModel: GenModels.DeleteCardRequestModel, options?: RequestOptions): Promise<string>;
|
|
2501
|
+
cancelCreation(cardId: string, parentCardId: string, options?: RequestOptions): Promise<string>;
|
|
2469
2502
|
getLayout(cardLayoutParams: GenModels.CardLayoutParams, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
2470
2503
|
getLayoutPart(layoutPartParams: GenModels.LayoutPartParams, options?: RequestOptions): Promise<GenModels.LayoutModel>;
|
|
2471
2504
|
save(model: GenModels.SaveControlDataModel, options?: RequestOptions): Promise<void>;
|
|
@@ -2557,6 +2590,12 @@ export declare namespace GenControllers {
|
|
|
2557
2590
|
* @param signatureFormat Signature export format
|
|
2558
2591
|
*/
|
|
2559
2592
|
exportESignWithPowerOfAttorney(cardId: string, signatureFormat: GenModels.SignatureFormat, options?: RequestOptions): Promise<any>;
|
|
2593
|
+
/**
|
|
2594
|
+
* Exports zip-archive with electronic signature files and visualization ESign
|
|
2595
|
+
*
|
|
2596
|
+
* @param exportSignatureRequest
|
|
2597
|
+
*/
|
|
2598
|
+
exportSignature(exportSignatureRequest: GenModels.ExportSignatureRequest, options?: RequestOptions): Promise<any>;
|
|
2560
2599
|
/**
|
|
2561
2600
|
* Downloads signature byte array
|
|
2562
2601
|
*/
|
|
@@ -2578,6 +2617,7 @@ export declare namespace GenControllers {
|
|
|
2578
2617
|
checkUniqueAttributes(uniqueAttributeValues: GenModels.UniqueAttributesValuesList, options?: RequestOptions): Promise<Array<GenModels.UniqueAttributeCard>>;
|
|
2579
2618
|
exportESign(cardId: string, signatureFormat: GenModels.SignatureFormat, options?: RequestOptions): Promise<any>;
|
|
2580
2619
|
exportESignWithPowerOfAttorney(cardId: string, signatureFormat: GenModels.SignatureFormat, options?: RequestOptions): Promise<any>;
|
|
2620
|
+
exportSignature(exportSignatureRequest: GenModels.ExportSignatureRequest, options?: RequestOptions): Promise<any>;
|
|
2581
2621
|
downloadSignature(request: GenModels.SignatureRequest, options?: RequestOptions): Promise<any>;
|
|
2582
2622
|
getSignatureInfo(documentId: string, signaturePartId: string, signatureId: string, options?: RequestOptions): Promise<GenModels.SignatureInfoModel>;
|
|
2583
2623
|
getAcknowledgemenList(request: GenModels.GetAcknowledgemenListRequest, options?: RequestOptions): Promise<string>;
|
|
@@ -591,6 +591,10 @@ export declare namespace GenModels {
|
|
|
591
591
|
* @format datatype.uuid
|
|
592
592
|
*/
|
|
593
593
|
unitId: string;
|
|
594
|
+
/**
|
|
595
|
+
* All units of employee, including parent units.
|
|
596
|
+
*/
|
|
597
|
+
units: Array<string>;
|
|
594
598
|
/**
|
|
595
599
|
* Email
|
|
596
600
|
*/
|
|
@@ -7472,6 +7476,28 @@ export declare namespace GenModels {
|
|
|
7472
7476
|
attributes: Array<GenModels.UniqueAttributeValue>;
|
|
7473
7477
|
}
|
|
7474
7478
|
}
|
|
7479
|
+
export declare namespace GenModels {
|
|
7480
|
+
interface ExportSignatureRequest {
|
|
7481
|
+
/**
|
|
7482
|
+
* Document card id
|
|
7483
|
+
*
|
|
7484
|
+
* @format datatype.uuid
|
|
7485
|
+
*/
|
|
7486
|
+
cardId: string;
|
|
7487
|
+
/**
|
|
7488
|
+
* Signature export format
|
|
7489
|
+
*/
|
|
7490
|
+
signatureFormat: GenModels.SignatureFormat;
|
|
7491
|
+
/**
|
|
7492
|
+
* Include export of the powers of attorney specified at time of signing, with their signatures
|
|
7493
|
+
*/
|
|
7494
|
+
withPowersOfAttorney: boolean;
|
|
7495
|
+
/**
|
|
7496
|
+
* Include export with visualization ESign
|
|
7497
|
+
*/
|
|
7498
|
+
withStamp: boolean;
|
|
7499
|
+
}
|
|
7500
|
+
}
|
|
7475
7501
|
export declare namespace GenModels {
|
|
7476
7502
|
interface SignatureRequest {
|
|
7477
7503
|
/**
|
|
@@ -11894,9 +11920,10 @@ export declare namespace GenModels {
|
|
|
11894
11920
|
}
|
|
11895
11921
|
export declare namespace GenModels {
|
|
11896
11922
|
enum ExternalPowerOfAttorneyStatus {
|
|
11897
|
-
|
|
11898
|
-
|
|
11899
|
-
|
|
11923
|
+
Unknown = 0,
|
|
11924
|
+
Success = 1,
|
|
11925
|
+
Warning = 2,
|
|
11926
|
+
Error = 3
|
|
11900
11927
|
}
|
|
11901
11928
|
}
|
|
11902
11929
|
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("
|
|
57
|
+
import("C:/sup/WebClientSup17/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("
|
|
19
|
+
import("C:/sup/WebClientSup17/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
|
|
20
20
|
onSelected(): void;
|
|
21
21
|
onToggling():
|
|
22
|
-
import("
|
|
22
|
+
import("C:/sup/WebClientSup17/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("
|
|
84
|
-
import("
|
|
85
|
-
import("
|
|
86
|
-
import("
|
|
87
|
-
import("
|
|
88
|
-
import("
|
|
83
|
+
import("C:/sup/WebClientSup17/Bin/TypeScriptDefinitions/System/Services/$LayoutCheckService").$LayoutCheck &
|
|
84
|
+
import("C:/sup/WebClientSup17/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CardInfo &
|
|
85
|
+
import("C:/sup/WebClientSup17/Bin/TypeScriptDefinitions/System/Core/RequestProcessing/$RequestManager").$RequestManager &
|
|
86
|
+
import("C:/sup/WebClientSup17/Bin/TypeScriptDefinitions/StandardServices").$ApplicationSettings &
|
|
87
|
+
import("C:/sup/WebClientSup17/Bin/TypeScriptDefinitions/System/Services/$FileService").$FileService &
|
|
88
|
+
import("C:/sup/WebClientSup17/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("
|
|
4
|
+
import("C:/sup/WebClientSup17/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 {
|
|
@@ -54,6 +54,7 @@ export declare class DropdownImpl extends InputBasedControlImpl<string, Dropdown
|
|
|
54
54
|
getTextValueFor(key: string): string;
|
|
55
55
|
protected onDropdownContainerClick(e?: MouseEvent): void;
|
|
56
56
|
protected onElementClick(element: GenModels.BindingMetadata): void;
|
|
57
|
+
protected onEmptyElementClick(): void;
|
|
57
58
|
protected onClearValueClick(e: React.MouseEvent): void;
|
|
58
59
|
protected onPlaceholderClick(event: any): void;
|
|
59
60
|
protected toggleCollapsed: () => CancelableEventArgs<IEventArgs>;
|
|
@@ -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
|
* Класс элемента управления Экспорт файлов с подписью.
|
|
@@ -77,6 +77,7 @@ export declare class FilePreviewImpl extends BaseControlImpl<FilePreviewParams,
|
|
|
77
77
|
previewInModalContent: () => JSX.Element;
|
|
78
78
|
addListenerToButton: () => void;
|
|
79
79
|
loadFileData: (version?: GenModels.VersionedFileModel) => Promise<void>;
|
|
80
|
+
updateFileExtension(fileItem: FileListItem): void;
|
|
80
81
|
checkAllowedPreviewExtension: (ext: string) => boolean;
|
|
81
82
|
isImageExtension: (ext: string) => boolean;
|
|
82
83
|
showPreviewArea: () => void;
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
1
2
|
import { $GridController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
3
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
2
4
|
import { FolderCardsDashboardWidgetImpl, IFolderCardsDashboardWidgetState } from "@docsvision/webclient/Platform/FolderCardsDashboardWidgetImpl";
|
|
3
5
|
import { Panel, PanelParams } from "@docsvision/webclient/Platform/Panel";
|
|
4
6
|
import { $Layout } from '@docsvision/webclient/System/$Layout';
|
|
@@ -6,7 +8,6 @@ import { $LayoutInfo } from '@docsvision/webclient/System/LayoutServices';
|
|
|
6
8
|
import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
|
|
7
9
|
import { $ExperimentalFeature } from '@docsvision/webclient/System/$ExperimentalFeature';
|
|
8
10
|
import { $LayoutManager } from '@docsvision/webclient/System/$LayoutManager';
|
|
9
|
-
import React from 'react';
|
|
10
11
|
/**
|
|
11
12
|
* Содержит публичные свойства элемента управления [FolderCardsDashboardWidget]{@link FolderCardsDashboardWidget}.
|
|
12
13
|
*/
|
|
@@ -29,6 +30,10 @@ export declare class FolderCardsDashboardWidgetParams extends PanelParams {
|
|
|
29
30
|
cardsCount?: number;
|
|
30
31
|
/** Стандартный CSS класс со стилями элемента управления */
|
|
31
32
|
standardCssClass?: string;
|
|
33
|
+
/** Настройка видимости и порядка столбцов ленты.
|
|
34
|
+
* При определении настроек важно явно указать свойства всех видимых столбцов.
|
|
35
|
+
*/
|
|
36
|
+
listColumnsSettings?: GenModels.GridUserSettingsColumn[];
|
|
32
37
|
services?: $GridController & $LayoutInfo & $GridController & $LayoutManager & $Layout & $LocationContainerControlServices & $ExperimentalFeature;
|
|
33
38
|
}
|
|
34
39
|
/**
|
|
@@ -37,6 +42,7 @@ export declare class FolderCardsDashboardWidgetParams extends PanelParams {
|
|
|
37
42
|
export declare class FolderCardsDashboardWidget extends Panel<FolderCardsDashboardWidgetParams, IFolderCardsDashboardWidgetState> {
|
|
38
43
|
createParams(): FolderCardsDashboardWidgetParams;
|
|
39
44
|
protected createImpl(): FolderCardsDashboardWidgetImpl<Readonly<FolderCardsDashboardWidgetParams> & Readonly<{
|
|
40
|
-
children?:
|
|
45
|
+
children?:
|
|
46
|
+
import("react").ReactNode;
|
|
41
47
|
}>, IFolderCardsDashboardWidgetState>;
|
|
42
48
|
}
|
|
@@ -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("
|
|
15
|
+
import("C:/sup/WebClientSup17/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;
|
|
@@ -20,6 +20,10 @@ export declare class RadioGroupImpl extends InputBasedControlImpl<string, RadioG
|
|
|
20
20
|
protected renderInto(props: RadioGroupParams, container: HTMLElement): void;
|
|
21
21
|
protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<RadioGroup>;
|
|
22
22
|
protected onElementChange(element: GenModels.BindingMetadata, ev: React.FormEvent): void;
|
|
23
|
+
protected onInputBlur(event: React.FocusEvent): void;
|
|
24
|
+
private saveCard;
|
|
25
|
+
private shouldSaveCardWithEditInPlaceValue;
|
|
26
|
+
private isLayoutViewMode;
|
|
23
27
|
protected renderPlaceholder(): JSX.Element;
|
|
24
28
|
protected renderLabel(element: GenModels.BindingMetadata): JSX.Element;
|
|
25
29
|
protected getColumns(): Array<Array<GenModels.BindingMetadata>>;
|
|
@@ -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("
|
|
31
|
+
import("C:/sup/WebClientSup17/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("
|
|
29
|
+
import("C:/sup/WebClientSup17/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("
|
|
81
|
+
import("C:/sup/WebClientSup17/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
|
|
82
82
|
static SimpleItemViewCompact:
|
|
83
83
|
import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
|
|
84
|
-
import("
|
|
84
|
+
import("C:/sup/WebClientSup17/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
|
|
85
85
|
/** @internal */
|
|
86
86
|
state: StateT;
|
|
87
87
|
searchInput: HTMLInputElement;
|
|
@@ -112,7 +112,6 @@ export declare abstract class InputBasedControlImpl<ModelT, PropsT extends Input
|
|
|
112
112
|
protected renderEditPopover(popover: EditPopover): Promise<InputBasedControl<ModelT, PropsT, StateT>>;
|
|
113
113
|
protected getCurrentPlaceholder(): string[];
|
|
114
114
|
protected renderPlaceholder(): JSX.Element;
|
|
115
|
-
protected renderPlaceholderEditInPlace(): JSX.Element;
|
|
116
115
|
protected onInputKeyDown(ev: React.KeyboardEvent<any>): void;
|
|
117
116
|
protected getInputProps(): React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
118
117
|
protected renderInput(): React.ReactNode;
|
|
@@ -2,6 +2,7 @@ import { GenControllers } from '@docsvision/webclient/Generated/DocsVision.WebCl
|
|
|
2
2
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
3
|
import { RequestOptions } from '@docsvision/webclient/Legacy/Utils';
|
|
4
4
|
export declare class LayoutCardControllerStub implements GenControllers.ILayoutCardController {
|
|
5
|
+
cancelCreation(cardId: string, parentCardId: string, options?: RequestOptions): Promise<string>;
|
|
5
6
|
viewEx(request: GenModels.ViewCardLayoutRequest, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
6
7
|
editEx(request: GenModels.EditCardLayoutRequest, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
7
8
|
newCard(createParams: GenModels.LayoutCardCreateParams, options?: RequestOptions): Promise<GenModels.LayoutCardViewModel>;
|
|
@@ -72,7 +72,7 @@ export declare class LayoutManager implements ILayoutManager {
|
|
|
72
72
|
protected initialize(): void;
|
|
73
73
|
private onMainContentChanging;
|
|
74
74
|
destroyAllUnsaved(showLeaveConfirmationDialog?: boolean): Promise<void>;
|
|
75
|
-
deleteAllUnsaved(
|
|
75
|
+
deleteAllUnsaved(): Promise<any>;
|
|
76
76
|
/** Закрывает разметку с указанным именем экземпляра. */
|
|
77
77
|
destroy(nameOrId?: string, showLeaveConfirmationDialog?: boolean): Promise<any>;
|
|
78
78
|
private deleteUnsaved;
|
|
@@ -2,6 +2,7 @@ import { GenControllers } from '@docsvision/webclient/Generated/DocsVision.WebCl
|
|
|
2
2
|
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
3
3
|
import { RequestOptions } from '@docsvision/webclient/Legacy/Utils';
|
|
4
4
|
export declare class LayoutRowControllerStub implements GenControllers.ILayoutRowController {
|
|
5
|
+
cancelCreation(cardId: string, sectionId: string, rowId: string, parentRowId: string, parentRowSectionId: string, options?: RequestOptions): Promise<void>;
|
|
5
6
|
exist(layoutParams: GenModels.RowLayoutParams, options?: RequestOptions): Promise<boolean>;
|
|
6
7
|
newRow(createParams: GenModels.LayoutRowCreateParams, options?: RequestOptions): Promise<GenModels.LayoutRowViewModel>;
|
|
7
8
|
view(layoutParams: GenModels.RowLayoutParams, options?: RequestOptions): Promise<GenModels.LayoutRowViewModel>;
|
package/System/Summernote.d.ts
CHANGED
|
@@ -29,4 +29,10 @@ export interface ISummernoteProps {
|
|
|
29
29
|
savedComment?: string;
|
|
30
30
|
services?: $LayoutStaffController;
|
|
31
31
|
}
|
|
32
|
+
export interface IMentionModel {
|
|
33
|
+
mentionId: string;
|
|
34
|
+
linkForFocus?: HTMLSpanElement;
|
|
35
|
+
mentionOrder?: number;
|
|
36
|
+
mentionElement?: Element;
|
|
37
|
+
}
|
|
32
38
|
export declare const initSummernote: (props: ISummernoteProps) => Promise<void>;
|