@docsvision/webclient 5.17.2-beta.2 → 5.17.2-beta.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.
Files changed (34) hide show
  1. package/BackOffice/AuthenticationKindsView.d.ts +1 -1
  2. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  3. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  4. package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
  5. package/BackOffice/DirectoryDesignerRowImpl.d.ts +2 -2
  6. package/BackOffice/DirectorySearchResultView.d.ts +1 -1
  7. package/BackOffice/EmailButtonView.d.ts +1 -1
  8. package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
  9. package/BackOffice/FileSignListDialog.d.ts +1 -2
  10. package/BackOffice/PartnerBase.d.ts +2 -2
  11. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  12. package/BackOffice/PowerOfAttorneyInfo.d.ts +1 -2
  13. package/BackOffice/Powers.d.ts +1 -1
  14. package/BackOffice/PowersDirectory.d.ts +2 -1
  15. package/BackOffice/PowersDirectoryLogic.d.ts +5 -5
  16. package/BackOffice/PowersDirectoryTreeAddButton.d.ts +1 -0
  17. package/BackOffice/PowersImpl.d.ts +1 -1
  18. package/BackOffice/PrintButtonView.d.ts +1 -1
  19. package/BackOffice/SignatureDialog.d.ts +1 -2
  20. package/BackOffice/StaffDirectoryItems.d.ts +1 -1
  21. package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
  22. package/BackOffice/TasksTableView.d.ts +3 -3
  23. package/Generated/DocsVision.WebClient.Controllers.d.ts +40 -7
  24. package/Generated/DocsVision.WebClient.Models.d.ts +640 -0
  25. package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
  26. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  27. package/Platform/CardLink.d.ts +6 -6
  28. package/Platform/CertificateSettingsView.d.ts +1 -1
  29. package/Platform/LoaderDialog.d.ts +1 -1
  30. package/Platform/SecurityDescriptorDialog.d.ts +1 -1
  31. package/Platform/UserProfileDialog.d.ts +1 -1
  32. package/System/DirectorySelectDialog.d.ts +2 -2
  33. package/System/ResourcesStub.d.ts +1 -0
  34. 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("C:/dev/WebClient/Bin/TypeScriptDefinitions/Helpers/LabeledText").ILabeledText) => JSX.Element;
16
+ import("D:/Repositories/Webc17/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("C:/dev/WebClient/Bin/Helpers/Table/TableHelperHeaderRow").ITableHeaderCellHelperProps) => JSX.Element, any, {}, never>;
40
+ import("D:/Repositories/Webc17/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("C:/dev/WebClient/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
45
+ import("D:/Repositories/Webc17/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("C:/dev/WebClient/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
50
+ import("D:/Repositories/Webc17/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("C:/dev/WebClient/Bin/TypeScriptDefinitions/Helpers/Breadcrumbs/ButtonItem").IBreadcrumbsItemProps) => JSX.Element, any, {}, never>;
9
+ import("D:/Repositories/Webc17/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("C:/dev/WebClient/Bin/TypeScriptDefinitions/Generated/DocsVision.WebClient.Controllers").$LayoutController> &
64
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
65
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
66
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType;
63
+ import("D:/Repositories/Webc17/Bin/TypeScriptDefinitions/Generated/DocsVision.WebClient.Controllers").$LayoutController> &
64
+ import("D:/Repositories/Webc17/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
65
+ import("D:/Repositories/Webc17/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
66
+ import("D:/Repositories/Webc17/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("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, DirectoryDesignerRowParams<GenModels.DirectoryDesignerItem>, DirectoryDesignerRowState<GenModels.DirectoryDesignerItem>>>;
46
+ import("D:/Repositories/Webc17/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("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase
60
60
  protected getIconClassName(): string;
61
61
  protected onIconClick(): void;
62
62
  protected getTypeaheadProps():
63
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/Helpers/Typeahead/ITypeaheadProps").ITypeaheadProps & {
63
+ import("D:/Repositories/Webc17/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("C:/dev/WebClient/Helpers/IconButton").IIconButtonProps) => JSX.Element;
16
+ import("D:/Repositories/Webc17/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("C:/dev/WebClient/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
6
+ import("D:/Repositories/Webc17/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:
@@ -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("C:/dev/WebClient/Bin/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
43
+ import("D:/Repositories/Webc17/Bin/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
44
44
  close(): void;
45
45
  onMaximize: () => void;
46
46
  render(): JSX.Element;
@@ -12,7 +12,6 @@ import { $CloudSignature } from "@docsvision/webclient/BackOffice/$CloudSignatur
12
12
  import { $Resources } from "@docsvision/web/core/localization/$Resources";
13
13
  import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
14
14
  import { $Router } from "@docsvision/webclient/System/$Router";
15
- import { $MessageWindow } from "@docsvision/web/components/modals/message-box";
16
15
  /** @internal */
17
16
  export interface IFileSignListDialogProps {
18
17
  /** Идентификатор документа. */
@@ -21,7 +20,7 @@ export interface IFileSignListDialogProps {
21
20
  onInit?: () => void;
22
21
  /** Вызывается при закрытии окна со списком подписей. */
23
22
  onClose?: () => void;
24
- services: $DocumentCardController & $SignatureController & $LayoutDocumentController & $MessageWindow & $WebViewIOSEnabled & $RequestManager & $CloudSignature & $PowerOfAttorneyApiController & $Resources & $MessageBox & $Router;
23
+ services: $DocumentCardController & $SignatureController & $LayoutDocumentController & $WebViewIOSEnabled & $RequestManager & $CloudSignature & $PowerOfAttorneyApiController & $Resources & $MessageBox & $Router;
25
24
  }
26
25
  /** @internal */
27
26
  export interface IFileSignListDialogState {
@@ -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("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
73
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
72
+ import("D:/Repositories/Webc17/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
73
+ import("D:/Repositories/Webc17/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("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
43
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
44
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
42
+ import("D:/Repositories/Webc17/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
43
+ import("D:/Repositories/Webc17/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
44
+ import("D:/Repositories/Webc17/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>;
@@ -1,12 +1,11 @@
1
1
  /// <reference types="react" />
2
2
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
3
3
  import { $Router } from "@docsvision/webclient/System/$Router";
4
- import { $MessageWindow } from "@docsvision/web/components/modals/message-box";
5
4
  import { $Resources } from "@docsvision/web/core/localization/$Resources";
6
5
 
7
6
  export interface IPowerOfAttorneyInfoProps {
8
7
  data: GenModels.PowerOfAttorneyInfoModel;
9
- services: $Resources & $Router & $MessageWindow;
8
+ services: $Resources & $Router;
10
9
  }
11
10
  export declare function PowerOfAttorneyInfo(props: IPowerOfAttorneyInfoProps): JSX.Element;
12
11
  export declare function showPowerOfAttorneyInfo(props: IPowerOfAttorneyInfoProps): void;
@@ -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("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Events/SimpleEvent").SimpleEvent<string>;
56
+ import("D:/Repositories/Webc17/Bin/TypeScriptDefinitions/System/Events/SimpleEvent").SimpleEvent<string>;
57
57
  /** Удаляет выбранное значение. */
58
58
  /** @covered */
59
59
  removeItem(item?: ItemT): Promise<void>;
@@ -16,6 +16,7 @@ import { BasicApiEvent } from "@docsvision/webclient/System/ApiEvent";
16
16
  import { $Domain } from "@docsvision/web/core/state-management";
17
17
  import { IPowersTreeRow } from "@docsvision/webclient/BackOffice/IPowersTreeRow";
18
18
  import { $LayoutRowController, $LayoutCardController, $PowersDirectoryController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
19
+ import { $Router } from "@docsvision/webclient/System/$Router";
19
20
  /**
20
21
  * Содержит публичные свойства элемента управления [Справочник полномочий]{@link PowersDirectory}.
21
22
  */
@@ -29,7 +30,7 @@ export declare class PowersDirectoryParams extends BaseControlParams {
29
30
  /** Вызывается после любого изменении отображаемого в левой части дерева. */
30
31
  currentSectionTreeUpdated?: BasicApiEvent<IPowersTreeRow[]>;
31
32
  /** Сервисы. */
32
- services?: $ApplicationSettings & $LocalStorage & $LayoutRowController & $LayoutCardController & $LayoutManager & $SecurityDescriptorDialogServices & Optional<$PowersDirectoryOptions> & $DeviceType & $IsIE & $WebFrameDirectorySearchPanelService & $Domain & $PowersDirectoryController;
33
+ services?: $ApplicationSettings & $LocalStorage & $LayoutRowController & $LayoutCardController & $LayoutManager & $SecurityDescriptorDialogServices & Optional<$PowersDirectoryOptions> & $DeviceType & $IsIE & $WebFrameDirectorySearchPanelService & $Domain & $PowersDirectoryController & $Router;
33
34
  }
34
35
  export interface IPowersDirectoryState extends BaseControlImplState, PowersDirectoryParams, IPowersDirectoryLogicOptions {
35
36
  logic: PowersDirectoryLogic;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { PowersDirectoryParams } from "@docsvision/webclient/BackOffice/PowersDirectory";
3
2
  import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
4
3
  import { ModalHost } from "@docsvision/webclient/Helpers/ModalHost";
@@ -8,6 +7,7 @@ import { ComponentLogic } from "@docsvision/web/core/component";
8
7
  import { PowersDirectoryDataType } from "@docsvision/webclient/BackOffice/PowersRootSectionConstants";
9
8
  import { IPowersTreeRow } from "@docsvision/webclient/BackOffice/IPowersTreeRow";
10
9
  import { IButtonDescription } from "@docsvision/webclient/BackOffice/PowersDirectoryTreeAddButton";
10
+ import React from "react";
11
11
  export declare const sectionTabs: string[];
12
12
  export declare type PowersDirectorySearchResponseT = {
13
13
  items: GenModels.SearchItemModel[];
@@ -43,6 +43,8 @@ import("effector").Store<boolean>;
43
43
  clickAddRowGroupButton:
44
44
  import("effector").Event<object>;
45
45
  clickAddRowCodeButton:
46
+ import("effector").Event<object>;
47
+ clickImportRowGroupButton:
46
48
  import("effector").Event<object>;
47
49
  showAddRowButtonsToggle:
48
50
  import("effector").Event<void>;
@@ -50,11 +52,9 @@ import("effector").Event<void>;
50
52
  import("effector").Store<IButtonDescription[]>;
51
53
  initAddRowButtons(): void;
52
54
  contextMenu:
53
- import("effector").Event<
54
- import("react").MouseEvent<Element, MouseEvent>>;
55
+ import("effector").Event<React.MouseEvent<Element, MouseEvent>>;
55
56
  contextMenuFx:
56
- import("effector").Effect<
57
- import("react").MouseEvent<Element, MouseEvent>, void, Error>;
57
+ import("effector").Effect<React.MouseEvent<Element, MouseEvent>, void, Error>;
58
58
  $contextMenuName:
59
59
  import("effector").Store<string>;
60
60
  initMainContextMenu(): void;
@@ -7,6 +7,7 @@ export interface IButtonDescription {
7
7
  visible: boolean;
8
8
  onClick: () => void;
9
9
  disabled?: boolean;
10
+ tooltip?: string;
10
11
  }
11
12
  export interface IPowersDirectoryTreeAddButtonProps extends HtmlProps.div {
12
13
  buttons: IButtonDescription[];
@@ -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("C:/dev/WebClient/Bin/TypeScriptDefinitions/Helpers/Typeahead/ITypeaheadProps").ITypeaheadProps & {
46
+ import("D:/Repositories/Webc17/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("C:/dev/WebClient/Bin/TypeScriptDefinitions/Helpers/DropdownButton").DropdownButtonProps) => JSX.Element;
4
+ import("D:/Repositories/Webc17/Bin/TypeScriptDefinitions/Helpers/DropdownButton").DropdownButtonProps) => JSX.Element;
5
5
  }
@@ -21,8 +21,7 @@ import { $CardInfo } from "@docsvision/webclient/System/LayoutServices";
21
21
  import { SignatureDialogPowersOfAttorney } from "@docsvision/webclient/BackOffice/SignatureDialogPowersOfAttorney";
22
22
  import { PowerOfAttorneyErrorMessage } from "@docsvision/webclient/BackOffice/PowerOfAttorneyErrorMessage";
23
23
  import { $Router } from "@docsvision/webclient/System/$Router";
24
- import { $MessageWindow } from "@docsvision/web/components/modals/message-box";
25
- export declare type $SignatureDialogServices = $SignatureController & $WebViewIOSEnabled & $CloudSignature & $MessageBox & $CryptoPro & $ApplicationSettings & $LocalStorage & $SignatureMethodsController & $Resources & $CardInfo & $DeviceType & $PowerOfAttorneyApiController & $Router & $MessageWindow;
24
+ export declare type $SignatureDialogServices = $SignatureController & $WebViewIOSEnabled & $CloudSignature & $MessageBox & $CryptoPro & $ApplicationSettings & $LocalStorage & $SignatureMethodsController & $Resources & $CardInfo & $DeviceType & $PowerOfAttorneyApiController & $Router;
26
25
  /** Свойства для {@see SignatureDialog}. */
27
26
  export interface ISignatureDialogProps extends IComponentProps<SignatureDialogLogic, SignatureDialogView> {
28
27
  /** Идентификатор документа. */
@@ -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("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Events/SimpleEvent").SimpleEvent<string>;
85
+ import("D:/Repositories/Webc17/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("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<StaffValueType, GenModels.IDirectoryItemData, GenModels.IDirectoryItemData, StaffDirectoryItemsParams<StaffValueType>, StaffDirectoryItemsState<StaffValueType>>>;
69
+ import("D:/Repositories/Webc17/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("C:/dev/WebClient/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
23
+ import("D:/Repositories/Webc17/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
24
24
  dialog: (props:
25
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/Helpers/ModalDialog/CommonModalDialog").CommonModalDialogProps) => JSX.Element;
25
+ import("D:/Repositories/Webc17/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("C:/dev/WebClient/Bin/TypeScriptDefinitions/Helpers/Ribbon/RibbonGroup").IRibbonGroupProps, "className">;
32
+ import("D:/Repositories/Webc17/Bin/TypeScriptDefinitions/Helpers/Ribbon/RibbonGroup").IRibbonGroupProps, "className">;
33
33
  ribbonButton: typeof TasksTableRibbonButton;
34
34
  ribbonContainer: typeof TasksTableRibbonContainer;
35
35
  ribbonFilterButton: typeof TasksTableFilterButton;
@@ -460,12 +460,18 @@ export declare namespace GenControllers {
460
460
  * @param request Signing parameters
461
461
  */
462
462
  attachSignatureToPowerOfAttorney(request: GenModels.AttachSignatureToPowerOfAttorneyRequest, options?: RequestOptions): Promise<void>;
463
+ /**
464
+ * Adds a signature to the revocation of a machine-readable power of attorney
465
+ *
466
+ * @param request Signing parameters
467
+ */
468
+ attachSignatureToRevocationPowerOfAttorney(request: GenModels.AttachSignatureToPowerOfAttorneyRequest, options?: RequestOptions): Promise<void>;
463
469
  /**
464
470
  * Generates request to revoke power of attorney
465
471
  *
466
- * @param powerOfAttorneyId ID of power of attorney
472
+ * @param request Revoke request
467
473
  */
468
- requestRevocationPowerOfAttorney(powerOfAttorneyId: string, options?: RequestOptions): Promise<void>;
474
+ requestRevocationPowerOfAttorney(request: GenModels.RequestRevocationPowerOfAttorneyRequest, options?: RequestOptions): Promise<GenModels.RevocationPowerOfAttorneyResponse>;
469
475
  /**
470
476
  * Revokes power of attorney
471
477
  *
@@ -475,6 +481,15 @@ export declare namespace GenControllers {
475
481
  * @param request Revocation parameters
476
482
  */
477
483
  revokePowerOfAttorney(request: GenModels.RevokePowerOfAttorneyRequest, options?: RequestOptions): Promise<void>;
484
+ /**
485
+ * Marks power of attorney as revoked
486
+ *
487
+ * No need to request for revocation of power of attorney for using this method
488
+ * Power of attorney may be revoked together with subsidiaries. To do this, WithChildrenPowerOfAttorney flag must be set in request
489
+ *
490
+ * @param request Revocation parameters
491
+ */
492
+ markAsRevokedPowerOfAttorney(request: GenModels.RevokePowerOfAttorneyRequest, options?: RequestOptions): Promise<void>;
478
493
  /**
479
494
  * Save power of attorney to archive and return as attachment
480
495
  *
@@ -482,6 +497,12 @@ export declare namespace GenControllers {
482
497
  * @param withSignature Include signature data
483
498
  */
484
499
  exportPowerOfAttorney(powerOfAttorneyId: string, withSignature: boolean, options?: RequestOptions): Promise<any>;
500
+ /**
501
+ * Save revocation of power of attorney to archive and return as attachment
502
+ *
503
+ * @param powerOfAttorneyId ID of power of attorney
504
+ */
505
+ exportPowerOfAttorneyRevocation(powerOfAttorneyId: string, options?: RequestOptions): Promise<any>;
485
506
  /**
486
507
  * Creates new power of attorney with general format
487
508
  *
@@ -489,7 +510,7 @@ export declare namespace GenControllers {
489
510
  *
490
511
  * @returns ID of created power of attorney
491
512
  */
492
- createPowerOfAttorneyGeneral(request: GenModels.CreatePowerOfAttorneyRequestDovEl, options?: RequestOptions): Promise<string>;
513
+ createPowerOfAttorneyGeneral(request: GenModels.CreatePowerOfAttorneyRequestEmchd, options?: RequestOptions): Promise<string>;
493
514
  /**
494
515
  * Creates retrusted power of attorney with general format
495
516
  *
@@ -497,7 +518,7 @@ export declare namespace GenControllers {
497
518
  *
498
519
  * @returns ID of created power of attorney
499
520
  */
500
- retrustPowerOfAttorneyGeneral(request: GenModels.RetrustPowerOfAttorneyRequestDovEl, options?: RequestOptions): Promise<string>;
521
+ retrustPowerOfAttorneyGeneral(request: GenModels.RetrustPowerOfAttorneyRequestEmchd, options?: RequestOptions): Promise<string>;
501
522
  }
502
523
  class PowerOfAttorneyApiController extends BaseController implements IPowerOfAttorneyApiController {
503
524
  createPowerOfAttorneyDovEl(request: GenModels.CreatePowerOfAttorneyRequestDovEl, options?: RequestOptions): Promise<string>;
@@ -508,11 +529,14 @@ export declare namespace GenControllers {
508
529
  getPowerOfAttorneyInfo(cardID: string, options?: RequestOptions): Promise<GenModels.PowerOfAttorneyInfoModel>;
509
530
  getMachineReadablePowerOfAttorneyData(powerOfAttorneyId: string, options?: RequestOptions): Promise<GenModels.GetPowerOfAttorneyInfoResponse>;
510
531
  attachSignatureToPowerOfAttorney(request: GenModels.AttachSignatureToPowerOfAttorneyRequest, options?: RequestOptions): Promise<void>;
511
- requestRevocationPowerOfAttorney(powerOfAttorneyId: string, options?: RequestOptions): Promise<void>;
532
+ attachSignatureToRevocationPowerOfAttorney(request: GenModels.AttachSignatureToPowerOfAttorneyRequest, options?: RequestOptions): Promise<void>;
533
+ requestRevocationPowerOfAttorney(request: GenModels.RequestRevocationPowerOfAttorneyRequest, options?: RequestOptions): Promise<GenModels.RevocationPowerOfAttorneyResponse>;
512
534
  revokePowerOfAttorney(request: GenModels.RevokePowerOfAttorneyRequest, options?: RequestOptions): Promise<void>;
535
+ markAsRevokedPowerOfAttorney(request: GenModels.RevokePowerOfAttorneyRequest, options?: RequestOptions): Promise<void>;
513
536
  exportPowerOfAttorney(powerOfAttorneyId: string, withSignature: boolean, options?: RequestOptions): Promise<any>;
514
- createPowerOfAttorneyGeneral(request: GenModels.CreatePowerOfAttorneyRequestDovEl, options?: RequestOptions): Promise<string>;
515
- retrustPowerOfAttorneyGeneral(request: GenModels.RetrustPowerOfAttorneyRequestDovEl, options?: RequestOptions): Promise<string>;
537
+ 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>;
516
540
  }
517
541
  }
518
542
  export declare type $PowerOfAttorneyApiController = {
@@ -1823,11 +1847,20 @@ export declare namespace GenControllers {
1823
1847
  * @returns List of found powers
1824
1848
  */
1825
1849
  quickSearchPowers(request: GenModels.SearchPowersRequest, options?: RequestOptions): Promise<GenModels.SearchPowersQueryResponse>;
1850
+ /**
1851
+ * Import powers NSI
1852
+ *
1853
+ * @param data NSI data (must be in Base64)
1854
+ *
1855
+ * @returns Result of import
1856
+ */
1857
+ importPowers(data: string, options?: RequestOptions): Promise<GenModels.ImportPowersResponse>;
1826
1858
  }
1827
1859
  class PowersDirectoryController extends BaseController implements IPowersDirectoryController {
1828
1860
  getData(request: GenModels.GetDataRequest, options?: RequestOptions): Promise<GenModels.GetDataResponse>;
1829
1861
  moveCode(request: GenModels.MoveCodeRequest, options?: RequestOptions): Promise<void>;
1830
1862
  quickSearchPowers(request: GenModels.SearchPowersRequest, options?: RequestOptions): Promise<GenModels.SearchPowersQueryResponse>;
1863
+ importPowers(data: string, options?: RequestOptions): Promise<GenModels.ImportPowersResponse>;
1831
1864
  }
1832
1865
  }
1833
1866
  export declare type $PowersDirectoryController = {
@@ -955,6 +955,53 @@ export declare namespace GenModels {
955
955
  signature: Array<number>;
956
956
  }
957
957
  }
958
+ export declare namespace GenModels {
959
+ interface RequestRevocationPowerOfAttorneyRequest {
960
+ /**
961
+ * Идентификатор доверенности
962
+ *
963
+ * @format datatype.uuid
964
+ */
965
+ powerOfAttorneyId: string;
966
+ /**
967
+ * Данные отзыва доверенности
968
+ */
969
+ revocationData: GenModels.PowerOfAttorneyRevocationData;
970
+ }
971
+ }
972
+ export declare namespace GenModels {
973
+ interface PowerOfAttorneyRevocationData {
974
+ revocationType: GenModels.PowerOfAttorneyRevocationType;
975
+ revocationReason: string;
976
+ applicantInfo: GenModels.PowerOfAttorneyRevocationApplicantInfo;
977
+ }
978
+ }
979
+ export declare namespace GenModels {
980
+ interface PowerOfAttorneyRevocationApplicantInfo {
981
+ applicantType: GenModels.PowerOfAttorneyRevocationApplicantType;
982
+ name: string;
983
+ inn: string;
984
+ kpp: string;
985
+ ogrn: string;
986
+ snils: string;
987
+ lastName: string;
988
+ firstName: string;
989
+ middleName: string;
990
+ phone: string;
991
+ }
992
+ }
993
+ export declare namespace GenModels {
994
+ interface RevocationPowerOfAttorneyResponse {
995
+ /**
996
+ * Содержимое отзыва доверенности
997
+ */
998
+ content: string;
999
+ /**
1000
+ * Имя файла отзыва
1001
+ */
1002
+ fileName: string;
1003
+ }
1004
+ }
958
1005
  export declare namespace GenModels {
959
1006
  interface RevokePowerOfAttorneyRequest {
960
1007
  /**
@@ -969,6 +1016,448 @@ export declare namespace GenModels {
969
1016
  withChildrenPowerOfAttorney: boolean;
970
1017
  }
971
1018
  }
1019
+ export declare namespace GenModels {
1020
+ interface PowerOfAttorneyEMCHDData extends GenModels.PowerOfAttorneyData {
1021
+ document: GenModels.PowerOfAttorneyDocument;
1022
+ esiaOID: string;
1023
+ otherInformation: string;
1024
+ recipientID: string;
1025
+ finalRecipientID: string;
1026
+ senderID: string;
1027
+ }
1028
+ }
1029
+ export declare namespace GenModels {
1030
+ interface PowerOfAttorneyDocument {
1031
+ KND: string;
1032
+ powerOfAttorneyData: GenModels.PowerOfAttorneyDocumentData;
1033
+ retrustPowerOfAttorneyData: GenModels.RetrustPowerOfAttorneyDocumentData;
1034
+ }
1035
+ }
1036
+ export declare namespace GenModels {
1037
+ interface PowerOfAttorneyDocumentData {
1038
+ powerOfAttorney: GenModels.PowerOfAttorneyInfo;
1039
+ principal: GenModels.PrincipalsInfo;
1040
+ representative: GenModels.RepresentativesInfo;
1041
+ representativePowers: GenModels.RepresentativePowersInfo;
1042
+ notaryCertificateInfo: GenModels.NotaryCertificateInfo;
1043
+ }
1044
+ }
1045
+ export declare namespace GenModels {
1046
+ interface PowerOfAttorneyInfo {
1047
+ powerOfAttorneyKind: GenModels.PowerOfAttorneyKind;
1048
+ retrustType: GenModels.PowerOfAttorneyRetrustType;
1049
+ powerOfAttorneyInternalNumber: string;
1050
+ powerOfAttorneyNumber: string;
1051
+ powerOfAttorneyNotaryNumber: string;
1052
+ powerOfAttorneyAdditionalNumber: string;
1053
+ powerOfAttorneyInternalRegistrationDate?: string;
1054
+ powerOfAttorneyStartDate: string;
1055
+ powerOfAttorneyEndDate: string;
1056
+ submittedPowerOfAttorneyTaxCode: string;
1057
+ taxCode: Array<string>;
1058
+ informationSystemName: string;
1059
+ irrevocablePowerOfAttorneyInfo: GenModels.IrrevocablePowerOfAttorneyInfo;
1060
+ }
1061
+ }
1062
+ export declare namespace GenModels {
1063
+ interface IrrevocablePowerOfAttorneyInfo {
1064
+ revocationPossibleType: GenModels.RevocationPossibleType;
1065
+ revocationCondition: GenModels.RevocationCondition;
1066
+ revocationConditionDescription: string;
1067
+ }
1068
+ }
1069
+ export declare namespace GenModels {
1070
+ interface PrincipalsInfo {
1071
+ principalType: GenModels.PrincipalType;
1072
+ principalInfo: GenModels.PrincipalInfo;
1073
+ }
1074
+ }
1075
+ export declare namespace GenModels {
1076
+ interface PrincipalInfo {
1077
+ russianEntity: GenModels.RussianLegalEntityPrincipalInfo;
1078
+ foreignLegalEntityPrincipal: GenModels.ForeignLegalEntityPrincipalInfo;
1079
+ soleProprietorPrincipal: GenModels.SoleProprietorInfo0;
1080
+ individual: GenModels.IndividualPrincipalInfo;
1081
+ }
1082
+ }
1083
+ export declare namespace GenModels {
1084
+ interface RussianLegalEntityPrincipalInfo {
1085
+ soleExecutiveIsManagementCompany: boolean;
1086
+ soleExecutiveIsIndividual: boolean;
1087
+ soleExecutiveIsSoleProprietor: boolean;
1088
+ entityInfo: GenModels.LegalEntityInfo;
1089
+ principalsWithoutPowerOfAttorneyInfo: Array<GenModels.PrincipalWithoutPowerOfAttorneyInfo>;
1090
+ }
1091
+ }
1092
+ export declare namespace GenModels {
1093
+ interface LegalEntityInfo {
1094
+ participantStatus?: GenModels.NotarialActionParticipantStatus;
1095
+ name: string;
1096
+ inn: string;
1097
+ kpp: string;
1098
+ ogrn: string;
1099
+ registrationNumber: string;
1100
+ constituentDocument: string;
1101
+ phone: string;
1102
+ EMail: string;
1103
+ confirmationOfAuthorityDocument: GenModels.ConfirmationOfAuthorityDocument;
1104
+ legalAddress: GenModels.AddressInfo;
1105
+ }
1106
+ }
1107
+ export declare namespace GenModels {
1108
+ interface ConfirmationOfAuthorityDocument {
1109
+ documentName: string;
1110
+ issueDate?: string;
1111
+ issuer: string;
1112
+ identityOfDocument: string;
1113
+ }
1114
+ }
1115
+ export declare namespace GenModels {
1116
+ interface AddressInfo {
1117
+ subjectOfRussia: string;
1118
+ fiasCode: string;
1119
+ address: string;
1120
+ fiasAddress: string;
1121
+ }
1122
+ }
1123
+ export declare namespace GenModels {
1124
+ interface PrincipalWithoutPowerOfAttorneyInfo {
1125
+ authorityType: GenModels.SoleExecutiveAuthorityType;
1126
+ managementCompanyInfo: GenModels.SoleExecutiveManagementCompanyInfo;
1127
+ individualInfo: GenModels.SoleExecutiveIndividualInfo;
1128
+ soleProprietorInfo: GenModels.SoleProprietorInfo0;
1129
+ }
1130
+ }
1131
+ export declare namespace GenModels {
1132
+ interface SoleExecutiveManagementCompanyInfo {
1133
+ legalEntityInfo: GenModels.LegalEntityInfo;
1134
+ individualsInfo: Array<GenModels.SoleExecutiveIndividualInfo>;
1135
+ }
1136
+ }
1137
+ export declare namespace GenModels {
1138
+ interface SoleExecutiveIndividualInfo {
1139
+ participantStatus?: GenModels.NotarialActionParticipantStatus;
1140
+ inn: string;
1141
+ snils: string;
1142
+ position: string;
1143
+ confirmationDocument: GenModels.ConfirmationOfAuthorityDocument;
1144
+ individualInfo: GenModels.IndividualInfo;
1145
+ }
1146
+ }
1147
+ export declare namespace GenModels {
1148
+ interface IndividualInfo {
1149
+ gender?: GenModels.Gender;
1150
+ citizenshipType?: GenModels.CitizenshipType;
1151
+ unifiedPopulationRegisterNumber: string;
1152
+ birthDate?: string;
1153
+ birthPlace: string;
1154
+ citizenship: string;
1155
+ contactPhone: string;
1156
+ EMail: string;
1157
+ fio: GenModels.FIO;
1158
+ residenceAddress: GenModels.AddressInfo;
1159
+ identityCard: GenModels.IdentityCardOfIndividual;
1160
+ }
1161
+ }
1162
+ export declare namespace GenModels {
1163
+ interface FIO {
1164
+ lastName: string;
1165
+ firstName: string;
1166
+ middleName: string;
1167
+ }
1168
+ }
1169
+ export declare namespace GenModels {
1170
+ interface IdentityCardOfIndividual {
1171
+ documentKindCode: string;
1172
+ documentSerialNumber: string;
1173
+ issueDate: string;
1174
+ issuer: string;
1175
+ issuerCode: string;
1176
+ expDate?: string;
1177
+ }
1178
+ }
1179
+ export declare namespace GenModels {
1180
+ interface SoleProprietorInfo0 {
1181
+ participantStatus?: GenModels.NotarialActionParticipantStatus;
1182
+ name: string;
1183
+ ogrnip: string;
1184
+ inn: string;
1185
+ snils: string;
1186
+ authorityDocument: GenModels.ConfirmationOfAuthorityDocument;
1187
+ individualInfo: GenModels.IndividualInfo;
1188
+ }
1189
+ }
1190
+ export declare namespace GenModels {
1191
+ interface ForeignLegalEntityPrincipalInfo {
1192
+ foreignEntityInfo: GenModels.ForeignEntityInfo;
1193
+ branchManagers: Array<GenModels.SoleExecutiveIndividualInfo>;
1194
+ }
1195
+ }
1196
+ export declare namespace GenModels {
1197
+ interface ForeignEntityInfo {
1198
+ participantStatus?: GenModels.NotarialActionParticipantStatus;
1199
+ name: string;
1200
+ inn: string;
1201
+ kpp: string;
1202
+ accreditationRecordNumber: string;
1203
+ registrationCountry: string;
1204
+ registeringAuthorityName: string;
1205
+ regNumber: string;
1206
+ taxpayerCode: string;
1207
+ phone: string;
1208
+ EMail: string;
1209
+ legalAddress: string;
1210
+ actualAddress: GenModels.AddressInfo;
1211
+ }
1212
+ }
1213
+ export declare namespace GenModels {
1214
+ interface IndividualPrincipalInfo {
1215
+ participantStatus?: GenModels.NotarialActionParticipantStatus;
1216
+ hasFullCapacity: boolean;
1217
+ applicantExist?: boolean;
1218
+ documentOfIncapacity: string;
1219
+ inn: string;
1220
+ snils: string;
1221
+ individualInfo: GenModels.IndividualInfo;
1222
+ representativeInfo: GenModels.PrincipalWithoutPowerOfAttorneyInfo;
1223
+ }
1224
+ }
1225
+ export declare namespace GenModels {
1226
+ interface RepresentativesInfo {
1227
+ representativeType: GenModels.EntityType;
1228
+ representative: GenModels.RepresentativeInfo;
1229
+ }
1230
+ }
1231
+ export declare namespace GenModels {
1232
+ interface RepresentativeInfo {
1233
+ russianEntity: GenModels.LegalEntityInfo;
1234
+ soleProprietor: GenModels.SoleProprietorInfo0;
1235
+ individual: GenModels.SoleExecutiveIndividualInfo;
1236
+ branchOfRussianEntity: GenModels.LegalEntityInfo;
1237
+ branchOfForeignEntity: GenModels.ForeignEntityInfo;
1238
+ }
1239
+ }
1240
+ export declare namespace GenModels {
1241
+ interface RepresentativePowersInfo {
1242
+ authorityType: GenModels.AuthorityType;
1243
+ jointRepresentationType: GenModels.JointRepresentationType;
1244
+ lossOfAuthorityType?: GenModels.PowerOfAttorneyLossOfAuthorityType;
1245
+ powersTextContent: string;
1246
+ machineReadablePowersInfo: Array<GenModels.MachineReadablePowersInfo>;
1247
+ }
1248
+ }
1249
+ export declare namespace GenModels {
1250
+ interface MachineReadablePowersInfo {
1251
+ powersCode: GenModels.PowersCode;
1252
+ restrictions: Array<GenModels.MachineReadablePowerRestrictions>;
1253
+ }
1254
+ }
1255
+ export declare namespace GenModels {
1256
+ interface IObjectWithState {
1257
+ objectState: GenModels.ObjectState;
1258
+ }
1259
+ }
1260
+ export declare namespace GenModels {
1261
+ interface ObjectState {
1262
+ timestamp: number;
1263
+ context: GenModels.ObjectContext;
1264
+ instance: GenModels.ObjectBase;
1265
+ reference: GenModels.IObjectRef;
1266
+ flags: GenModels.ObjectStateFlags;
1267
+ temporaryLocked: boolean;
1268
+ }
1269
+ }
1270
+ export declare namespace GenModels {
1271
+ interface IObjectContext {
1272
+ userAccount: string;
1273
+ isClosed: boolean;
1274
+ }
1275
+ }
1276
+ export declare namespace GenModels {
1277
+ interface ILockManager {
1278
+ }
1279
+ }
1280
+ export declare namespace GenModels {
1281
+ interface ObjectContext extends GenModels.IObjectContext, GenModels.ILockManager {
1282
+ actionsList: GenModels.ObjectActionsList;
1283
+ userAccount: string;
1284
+ isClosed: boolean;
1285
+ }
1286
+ }
1287
+ export declare namespace GenModels {
1288
+ interface ObjectActionsList {
1289
+ acceptingActions: GenModels.ActionList;
1290
+ acceptedActions: GenModels.ActionList;
1291
+ rollbackingActions: GenModels.ActionList;
1292
+ rollbackedActions: GenModels.ActionList;
1293
+ }
1294
+ }
1295
+ export declare namespace GenModels {
1296
+ interface ActionList {
1297
+ }
1298
+ }
1299
+ export declare namespace GenModels {
1300
+ interface IObjectWithParent {
1301
+ parent: any;
1302
+ }
1303
+ }
1304
+ export declare namespace GenModels {
1305
+ interface ObjectBase extends GenModels.IObjectWithState, GenModels.IObjectWithParent {
1306
+ }
1307
+ }
1308
+ export declare namespace GenModels {
1309
+ interface IObjectRef {
1310
+ type: any;
1311
+ id: string;
1312
+ }
1313
+ }
1314
+ export declare namespace GenModels {
1315
+ interface ObjectBase extends GenModels.IObjectWithState, GenModels.IObjectWithParent {
1316
+ }
1317
+ }
1318
+ export declare namespace GenModels {
1319
+ interface PowersCode extends GenModels.ObjectBase {
1320
+ name: string;
1321
+ description: string;
1322
+ code: string;
1323
+ mnemonics: string;
1324
+ creationDate?: string;
1325
+ updateDate?: string;
1326
+ notAvailable: boolean;
1327
+ }
1328
+ }
1329
+ export declare namespace GenModels {
1330
+ interface MachineReadablePowerRestrictions {
1331
+ restrictionsIndex: number;
1332
+ restrictionsCode: string;
1333
+ restrictionsName: string;
1334
+ restrictionsText: string;
1335
+ restrictionsCodeValue: string;
1336
+ restrictionsCodeValueName: string;
1337
+ }
1338
+ }
1339
+ export declare namespace GenModels {
1340
+ interface NotaryCertificateInfo {
1341
+ place: string;
1342
+ fromPrincipalToEPGU?: boolean;
1343
+ fromAttorneyToEPGU?: boolean;
1344
+ fromDeclarantToFNP?: boolean;
1345
+ fromAttorneyToFNP?: boolean;
1346
+ notaryPaymentPaid: number;
1347
+ notaryPaymentDiscount?: number;
1348
+ electronicDocumentTransferMethod: string;
1349
+ otherDocumentTransferMethod: string;
1350
+ additionalInformation: string;
1351
+ otherInformationOfAuthenticationInscription: string;
1352
+ notaryInfo: GenModels.NotaryInfo;
1353
+ handwrittenSignature: Array<GenModels.HandwrittenSignature>;
1354
+ notaryDeputyInfo: GenModels.NotaryDeputyInfo;
1355
+ }
1356
+ }
1357
+ export declare namespace GenModels {
1358
+ interface NotaryInfo {
1359
+ position: string;
1360
+ registrationNumber: string;
1361
+ fio: GenModels.FIO;
1362
+ }
1363
+ }
1364
+ export declare namespace GenModels {
1365
+ interface HandwrittenSignature {
1366
+ pdfDocumentHash: Array<number>;
1367
+ signatureImage: Array<number>;
1368
+ signatureHash: Array<number>;
1369
+ signatureDate: string;
1370
+ fio: GenModels.FIO;
1371
+ }
1372
+ }
1373
+ export declare namespace GenModels {
1374
+ interface NotaryDeputyInfo {
1375
+ position: string;
1376
+ registrationNumber: string;
1377
+ fio: GenModels.FIO;
1378
+ }
1379
+ }
1380
+ export declare namespace GenModels {
1381
+ interface RetrustPowerOfAttorneyDocumentData {
1382
+ powerOfAttorney: GenModels.PowerOfAttorneyInfo;
1383
+ representative: GenModels.RepresentativesInfo;
1384
+ representativePowers: GenModels.RepresentativePowersInfo;
1385
+ notaryCertificateInfo: GenModels.NotaryCertificateInfo;
1386
+ primaryPowerOfAttorney: GenModels.PrimaryPowerOfAttorneyInfo;
1387
+ parentPowerOfAttorney: GenModels.PrimaryPowerOfAttorneyInfo;
1388
+ delegatedAuthority: GenModels.DelegatedAuthorityPrincipalsInfo;
1389
+ }
1390
+ }
1391
+ export declare namespace GenModels {
1392
+ interface PrimaryPowerOfAttorneyInfo {
1393
+ powerOfAttorneyOption: GenModels.PowerOfAttorneyOption;
1394
+ powerOfAttorneyForm: GenModels.PowerOfAttorneyForm;
1395
+ powerOfAttorneyStartDate: string;
1396
+ powerOfAttorneyEndDate: string;
1397
+ primaryPowerOfAttorneyInternalNumber: string;
1398
+ parentPowerOfAttorneyInternalNumber: string;
1399
+ primaryPowerOfAttorneyNumber?: string;
1400
+ parentPowerOfAttorneyNumber?: string;
1401
+ primaryPowerOfAttorneyNotaryNumber: string;
1402
+ parentPowerOfAttorneyNotaryNumber: string;
1403
+ primaryPowerOfAttorneyPrincipals: Array<GenModels.PrimaryPowerOfAttorneyPrincipalInfo>;
1404
+ notaryInfo: GenModels.NotaryInfo;
1405
+ notaryDeputyInfo: GenModels.NotaryDeputyInfo;
1406
+ }
1407
+ }
1408
+ export declare namespace GenModels {
1409
+ interface PrimaryPowerOfAttorneyPrincipalInfo {
1410
+ principalType: GenModels.PrincipalType;
1411
+ primaryPrincipalInfo: GenModels.PrimaryPowerOfAttorneyPrincipal;
1412
+ }
1413
+ }
1414
+ export declare namespace GenModels {
1415
+ interface PrimaryPowerOfAttorneyPrincipal {
1416
+ russianEntity: GenModels.LegalEntityInfo;
1417
+ foreignEntity: GenModels.ForeignEntityInfo;
1418
+ soleProprietor: GenModels.SoleProprietorInfo0;
1419
+ individual: GenModels.IndividualPrincipalInfo;
1420
+ }
1421
+ }
1422
+ export declare namespace GenModels {
1423
+ interface DelegatedAuthorityPrincipalsInfo {
1424
+ principalType: GenModels.EntityType;
1425
+ principalInfo: GenModels.DelegatedPowerOfAttorneyPrincipal;
1426
+ }
1427
+ }
1428
+ export declare namespace GenModels {
1429
+ interface DelegatedPowerOfAttorneyPrincipal {
1430
+ russianEntity: GenModels.RussianLegalEntityPrincipalInfo;
1431
+ soleProprietor: GenModels.SoleProprietorInfo0;
1432
+ individual: GenModels.IndividualPrincipalInfo1;
1433
+ branchOfRussianEntity: GenModels.BranchOfRussianEntityInfo;
1434
+ branchOfForeignEntity: GenModels.ForeignLegalEntityPrincipalInfo;
1435
+ }
1436
+ }
1437
+ export declare namespace GenModels {
1438
+ interface IndividualPrincipalInfo1 {
1439
+ participantStatus?: GenModels.NotarialActionParticipantStatus;
1440
+ applicantExist?: boolean;
1441
+ inn: string;
1442
+ snils: string;
1443
+ applicantInfo: GenModels.SoleExecutiveIndividualInfo;
1444
+ individualInfo: GenModels.IndividualInfo;
1445
+ }
1446
+ }
1447
+ export declare namespace GenModels {
1448
+ interface BranchOfRussianEntityInfo {
1449
+ filialInfo: GenModels.LegalEntityInfo;
1450
+ manager: GenModels.SoleExecutiveIndividualInfo;
1451
+ }
1452
+ }
1453
+ export declare namespace GenModels {
1454
+ interface CreatePowerOfAttorneyRequestEmchd extends GenModels.CreatePowerOfAttorneyRequest<GenModels.PowerOfAttorneyEMCHDData> {
1455
+ }
1456
+ }
1457
+ export declare namespace GenModels {
1458
+ interface RetrustPowerOfAttorneyRequestEmchd extends GenModels.RetrustPowerOfAttorneyRequest<GenModels.PowerOfAttorneyEMCHDData> {
1459
+ }
1460
+ }
972
1461
  export declare namespace GenModels {
973
1462
  interface SignatureMethodSettings {
974
1463
  /**
@@ -5052,6 +5541,18 @@ export declare namespace GenModels {
5052
5541
  directoryTimestamp: number;
5053
5542
  }
5054
5543
  }
5544
+ export declare namespace GenModels {
5545
+ interface ImportPowersResponse {
5546
+ /**
5547
+ * Result message type
5548
+ */
5549
+ resultType: GenModels.ImportResultType;
5550
+ /**
5551
+ * Result message
5552
+ */
5553
+ message: string;
5554
+ }
5555
+ }
5055
5556
  export declare namespace GenModels {
5056
5557
  interface IsHasFileCertificateSignatureModel {
5057
5558
  /**
@@ -11333,6 +11834,130 @@ export declare namespace GenModels {
11333
11834
  Required = 2
11334
11835
  }
11335
11836
  }
11837
+ export declare namespace GenModels {
11838
+ enum PowerOfAttorneyRevocationType {
11839
+ Representative = 0,
11840
+ Principal = 1
11841
+ }
11842
+ }
11843
+ export declare namespace GenModels {
11844
+ enum PowerOfAttorneyRevocationApplicantType {
11845
+ Organization = 0,
11846
+ SoleProprietor = 1,
11847
+ Individual = 2
11848
+ }
11849
+ }
11850
+ export declare namespace GenModels {
11851
+ enum PowerOfAttorneyKind {
11852
+ Regular = 0,
11853
+ Irrevocable = 1
11854
+ }
11855
+ }
11856
+ export declare namespace GenModels {
11857
+ enum PowerOfAttorneyRetrustType {
11858
+ OneTime = 0,
11859
+ None = 1,
11860
+ Followed = 2
11861
+ }
11862
+ }
11863
+ export declare namespace GenModels {
11864
+ enum RevocationPossibleType {
11865
+ Possible = 1,
11866
+ Impossible = 2
11867
+ }
11868
+ }
11869
+ export declare namespace GenModels {
11870
+ enum RevocationCondition {
11871
+ Expiration = 1,
11872
+ Other = 2
11873
+ }
11874
+ }
11875
+ export declare namespace GenModels {
11876
+ enum PrincipalType {
11877
+ RussianEntity = 0,
11878
+ ForeignEntity = 1,
11879
+ SoleProprietor = 2,
11880
+ Individual = 3
11881
+ }
11882
+ }
11883
+ export declare namespace GenModels {
11884
+ enum NotarialActionParticipantStatus {
11885
+ Declarant = 101,
11886
+ RepresentativeDeclarant = 102,
11887
+ Representative = 299,
11888
+ Applicant = 301,
11889
+ Translator = 303,
11890
+ OtherPerson = 399
11891
+ }
11892
+ }
11893
+ export declare namespace GenModels {
11894
+ enum SoleExecutiveAuthorityType {
11895
+ Individual = 0,
11896
+ Joint = 1
11897
+ }
11898
+ }
11899
+ export declare namespace GenModels {
11900
+ enum Gender {
11901
+ Male = 1,
11902
+ Female = 2
11903
+ }
11904
+ }
11905
+ export declare namespace GenModels {
11906
+ enum CitizenshipType {
11907
+ Russian = 1,
11908
+ Foreign = 2,
11909
+ Stateless = 3
11910
+ }
11911
+ }
11912
+ export declare namespace GenModels {
11913
+ enum EntityType {
11914
+ RussianEntity = 0,
11915
+ SoleProprietor = 1,
11916
+ Individual = 2,
11917
+ BranchOfEntity = 3,
11918
+ BranchOfForeignEntity = 4
11919
+ }
11920
+ }
11921
+ export declare namespace GenModels {
11922
+ enum AuthorityType {
11923
+ Text = 0,
11924
+ Code = 1
11925
+ }
11926
+ }
11927
+ export declare namespace GenModels {
11928
+ enum JointRepresentationType {
11929
+ Individual = 1,
11930
+ Joint = 2
11931
+ }
11932
+ }
11933
+ export declare namespace GenModels {
11934
+ enum PowerOfAttorneyLossOfAuthorityType {
11935
+ Lost = 1,
11936
+ NotLost = 2
11937
+ }
11938
+ }
11939
+ export declare namespace GenModels {
11940
+ enum ObjectStateFlags {
11941
+ None = 0,
11942
+ Modified = 1,
11943
+ Added = 2,
11944
+ Deleted = 4,
11945
+ Attached = 8,
11946
+ DeletedFromParent = 16
11947
+ }
11948
+ }
11949
+ export declare namespace GenModels {
11950
+ enum PowerOfAttorneyOption {
11951
+ Primary = 0,
11952
+ Parent = 1
11953
+ }
11954
+ }
11955
+ export declare namespace GenModels {
11956
+ enum PowerOfAttorneyForm {
11957
+ Electronic = 0,
11958
+ Paper = 1
11959
+ }
11960
+ }
11336
11961
  export declare namespace GenModels {
11337
11962
  /**
11338
11963
  * Where from signature method was received.
@@ -12043,6 +12668,21 @@ export declare namespace GenModels {
12043
12668
  PieChart = 3
12044
12669
  }
12045
12670
  }
12671
+ export declare namespace GenModels {
12672
+ /**
12673
+ * Import powers NSI response message types
12674
+ */
12675
+ enum ImportResultType {
12676
+ /**
12677
+ * Message
12678
+ */
12679
+ Info = 0,
12680
+ /**
12681
+ * Warning
12682
+ */
12683
+ Warning = 1
12684
+ }
12685
+ }
12046
12686
  export declare namespace GenModels {
12047
12687
  /**
12048
12688
  * Javascript log message level.
@@ -54,7 +54,7 @@ export declare abstract class BasicGridHtmlBuilder implements IGridHtmlBuilder {
54
54
  protected abstract buildRowSwitcher(options: GridOptions, model: GenModels.GridViewModel, rowSwitcher: HTMLDivElement, rootElement: HTMLElement): HTMLDivElement;
55
55
  abstract getChanges(): Promise<GenModels.GridViewModel>;
56
56
  getSelection():
57
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/@docsvision/Platform/Services/Table/TableRowsSelectionModel").TableRowsSelectionModel;
57
+ import("D:/Repositories/Webc17/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;
@@ -16,10 +16,10 @@ export declare class BaseMainMenuItemImpl<PropsT extends BaseMainMenuItemParams,
16
16
  UNSAFE_componentWillMount(): void;
17
17
  componentDidMount(): void;
18
18
  onSelecting():
19
- import("C:/dev/WebClient/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
19
+ import("D:/Repositories/Webc17/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
20
20
  onSelected(): void;
21
21
  onToggling():
22
- import("C:/dev/WebClient/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
22
+ import("D:/Repositories/Webc17/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
23
23
  onToggled(): void;
24
24
  protected onClick(event: React.MouseEvent): void;
25
25
  protected getCssClass(): string;
@@ -80,12 +80,12 @@ export declare class CardLink extends InputBasedControl<GenModels.CardLinkDataMo
80
80
  protected construct(): void;
81
81
  componentDidMount(): void;
82
82
  protected getServices(): $FileController & $LayoutFileController & $LayoutLinksController & $LayoutController & Partial<$CardId> & $EditOperationStore & $CardId & Partial<$LabelWidth> & $LayoutManager & $Layout &
83
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Services/$LayoutCheckService").$LayoutCheck &
84
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CardInfo &
85
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Core/RequestProcessing/$RequestManager").$RequestManager &
86
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/StandardServices").$ApplicationSettings &
87
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/System/Services/$FileService").$FileService &
88
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/StandardServices").$DeviceType & Partial<
83
+ import("D:/Repositories/Webc17/Bin/TypeScriptDefinitions/System/Services/$LayoutCheckService").$LayoutCheck &
84
+ import("D:/Repositories/Webc17/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CardInfo &
85
+ import("D:/Repositories/Webc17/Bin/TypeScriptDefinitions/System/Core/RequestProcessing/$RequestManager").$RequestManager &
86
+ import("D:/Repositories/Webc17/Bin/TypeScriptDefinitions/StandardServices").$ApplicationSettings &
87
+ import("D:/Repositories/Webc17/Bin/TypeScriptDefinitions/System/Services/$FileService").$FileService &
88
+ import("D:/Repositories/Webc17/Bin/TypeScriptDefinitions/StandardServices").$DeviceType & Partial<
89
89
  import("@docsvision/webclient/FilePreview/$FilePreview").$FilePreview> & $CardOperationsController & Partial<$LinksSearchCards> & $CardsPresentationController;
90
90
  protected createParams(): CardLinkParams;
91
91
  protected createImpl(): CardLinkImpl;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  export declare class CertificateSettingsView {
3
3
  setup: (props:
4
- import("C:/dev/WebClient/Bin/TypeScriptDefinitions/BackOffice/Dialogs/SignatureMethodsSetup/SignatureMethodsSetup").ISignatureMethodsSetupProps) => JSX.Element;
4
+ import("D:/Repositories/Webc17/Bin/TypeScriptDefinitions/BackOffice/Dialogs/SignatureMethodsSetup/SignatureMethodsSetup").ISignatureMethodsSetupProps) => JSX.Element;
5
5
  }
@@ -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("C:/dev/WebClient/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
15
+ import("D:/Repositories/Webc17/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;
@@ -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("C:/dev/WebClient/Bin/TypeScriptDefinitions/Helpers/Table/TableHelper").ITableHelperProps) => JSX.Element;
31
+ import("D:/Repositories/Webc17/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("C:/dev/WebClient/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
29
+ import("D:/Repositories/Webc17/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("C:/dev/WebClient/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
81
+ import("D:/Repositories/Webc17/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
82
82
  static SimpleItemViewCompact:
83
83
  import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
84
- import("C:/dev/WebClient/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
84
+ import("D:/Repositories/Webc17/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
85
85
  /** @internal */
86
86
  state: StateT;
87
87
  searchInput: HTMLInputElement;
@@ -1565,4 +1565,5 @@ export declare let resourcesStub: {
1565
1565
  FilePanel_Sign_PowerOfAttorney: string;
1566
1566
  FilePanel_Sign_ResultOfValidation: string;
1567
1567
  FilePanel_Sign_InformationAboutPowerOfAttorney: string;
1568
+ PowersDirectory_TreeAddButtons_ImportPowers: string;
1568
1569
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@docsvision/webclient",
3
- "version": "5.17.2-beta.2",
3
+ "version": "5.17.2-beta.4",
4
4
  "description": "Type definitions for DocsVision WebClient scripts and extensions.",
5
5
  "main": "index.js",
6
6
  "scripts": {},