@docsvision/webclient 5.17.0-beta.20 → 5.17.0-beta.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Account/Input.d.ts +2 -1
- package/Account/LoginPage.d.ts +0 -1
- package/Account/ParseQueryString.d.ts +1 -0
- package/Account/index.d.ts +2 -10
- package/Approval/AgreementManagement.d.ts +9 -0
- package/Approval/AgreementManagementImpl.d.ts +3 -2
- package/Approval/IAgreemenSavingEventArgs.d.ts +3 -0
- package/Approval/IAgreementEventArgs.d.ts +6 -0
- package/BackOffice/$DigitalSignature.d.ts +2 -0
- package/BackOffice/AuthenticationKindsView.d.ts +1 -1
- package/BackOffice/CheckSectionAccessRights.d.ts +3 -0
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/ConvertPowersOfAttorneyToComboBoxItems.d.ts +6 -0
- package/BackOffice/ConvertResponseToTree.d.ts +8 -0
- package/BackOffice/DeleteSection.d.ts +2 -0
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +2 -2
- package/BackOffice/DirectorySearchResultView.d.ts +1 -1
- package/BackOffice/DirectoryTree.d.ts +1 -0
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FindSection.d.ts +9 -0
- package/BackOffice/GetPowersIconClassName.d.ts +7 -0
- package/BackOffice/GetPowersRootSectionId.d.ts +5 -0
- package/BackOffice/IPowersDirectoryOptions.d.ts +12 -0
- package/BackOffice/IPowersTreeRow.d.ts +6 -0
- package/BackOffice/ISelectedCardsAddingEventArgs.d.ts +4 -0
- package/BackOffice/Links.d.ts +4 -1
- package/BackOffice/LoadPowersSectionLayoutFunctions.d.ts +7 -0
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerBaseImpl.d.ts +1 -1
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PowerOfAttorneyErrorMessage.d.ts +7 -0
- package/BackOffice/PowerOfAttorneyInfo.d.ts +9 -0
- package/BackOffice/PowersDialogLocations.d.ts +3 -0
- package/BackOffice/PowersDirectory.d.ts +48 -0
- package/BackOffice/PowersDirectory.stories.d.ts +20 -0
- package/BackOffice/PowersDirectoryConstants.d.ts +12 -0
- package/BackOffice/PowersDirectoryContainer.d.ts +7 -0
- package/BackOffice/PowersDirectoryHead.d.ts +7 -0
- package/BackOffice/PowersDirectoryInfo.d.ts +16 -0
- package/BackOffice/PowersDirectoryLogic.d.ts +168 -0
- package/BackOffice/PowersDirectoryTreeAddButton.d.ts +16 -0
- package/BackOffice/PowersDirectoryView.d.ts +61 -0
- package/BackOffice/PowersRootSectionConstants.d.ts +17 -0
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/SaveExpandedState.d.ts +2 -0
- package/BackOffice/SetPowersCodeUpdateDate.d.ts +2 -0
- package/BackOffice/SignatureDialog.d.ts +12 -2
- package/BackOffice/SignatureDialogFrame.d.ts +8 -0
- package/BackOffice/SignatureDialogLabels.d.ts +2 -2
- package/BackOffice/SignatureDialogLogic.d.ts +18 -0
- package/BackOffice/SignatureDialogMethods.d.ts +2 -2
- package/BackOffice/SignatureDialogPowersOfAttorney.d.ts +9 -0
- package/BackOffice/SignatureDialogSettings.d.ts +2 -2
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +2 -1
- package/BackOffice/StaffDirectoryLogic.d.ts +1 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/Generated/DocsVision.WebClient.Controllers.d.ts +138 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +401 -0
- package/Helpers/FileComments/FileComments.d.ts +1 -0
- package/Helpers/PopoverHelpers/PopoverContent.d.ts +1 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/IAgreementParams.d.ts +2 -2
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +2 -0
- package/Platform/$ToolbarActionButtons.d.ts +16 -0
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/CardLink.d.ts +6 -6
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/DVWebToolInfo.d.ts +1 -0
- package/Platform/DateTimePickerImpl.d.ts +1 -0
- package/Platform/DefaultFolderTablePluginFactory.d.ts +2 -1
- package/Platform/ExportPlugin.d.ts +2 -10
- package/Platform/FilePickerImpl.d.ts +0 -1
- package/Platform/FilePreviewImpl.d.ts +2 -1
- package/Platform/FolderDataContextImpl.d.ts +3 -1
- package/Platform/FolderGrid.d.ts +1 -0
- package/Platform/FolderGridImpl.d.ts +1 -0
- package/Platform/IFilterComponent.d.ts +2 -2
- package/Platform/LayoutPageMainMenuItem.d.ts +3 -3
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +0 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/ReadAllPlugin.d.ts +2 -10
- package/Platform/RefreshFoldersTreeButton.d.ts +2 -2
- package/Platform/RefreshPlugin.d.ts +2 -10
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/SettingsPlugin.d.ts +4 -12
- package/Platform/SettingsPopupLogic.d.ts +4 -0
- package/Platform/TextControlBaseImpl.d.ts +3 -1
- package/Platform/TextListInputView.d.ts +2 -2
- package/Platform/ToolbarActionButtonsService.d.ts +11 -0
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/index.d.ts +1 -5
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/InputBasedControlImpl.d.ts +4 -1
- package/System/ResourcesStub.d.ts +42 -1
- package/package.json +1 -1
- package/Account/ImportReact.d.ts +0 -1
|
@@ -0,0 +1,168 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { PowersDirectoryParams } from "@docsvision/webclient/BackOffice/PowersDirectory";
|
|
3
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
4
|
+
import { ModalHost } from "@docsvision/webclient/Helpers/ModalHost";
|
|
5
|
+
import { ShowSecurityDescriptorDialogProps } from "@docsvision/webclient/Platform/SecurityDescriptorDialog";
|
|
6
|
+
import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
7
|
+
import { ComponentLogic } from "@docsvision/web/core/component";
|
|
8
|
+
import { PowersDirectoryDataType } from "@docsvision/webclient/BackOffice/PowersRootSectionConstants";
|
|
9
|
+
import { IPowersTreeRow } from "@docsvision/webclient/BackOffice/IPowersTreeRow";
|
|
10
|
+
import { IButtonDescription } from "@docsvision/webclient/BackOffice/PowersDirectoryTreeAddButton";
|
|
11
|
+
export declare const sectionTabs: string[];
|
|
12
|
+
export declare type PowersDirectorySearchResponseT = {
|
|
13
|
+
items: GenModels.SearchItemModel[];
|
|
14
|
+
hasMore: boolean;
|
|
15
|
+
totalCount: number;
|
|
16
|
+
directoryTimestamp?: number;
|
|
17
|
+
};
|
|
18
|
+
export interface IPowersDirectoryLogicOptions extends PowersDirectoryParams {
|
|
19
|
+
showDeleteConfirmationDialog: (entityName: string, services: $MessageBox, isSection: boolean, dataType: PowersDirectoryDataType) => Promise<void>;
|
|
20
|
+
showSecurityDescriptorDialog: (props: ShowSecurityDescriptorDialogProps) => ModalHost;
|
|
21
|
+
showCreateSectionDialog: (addSection: (value?: string) => Promise<void>, loadCreateSectionLayout: any, services: any, rootSection?: any) => Promise<void>;
|
|
22
|
+
showEditSectionDialog: (editSection: (value?: string) => Promise<void>, loadEditSectionLayout: any, services: any, rootSection?: any) => Promise<void>;
|
|
23
|
+
showEditEmployeeDialog: (editEmployee: (value?: string) => Promise<void>, loadEditEmployeeLayout: any, services: any, EmployeeRow?: any) => Promise<void>;
|
|
24
|
+
showInsufficientAccessRightsMessage: (services: $MessageBox) => Promise<void>;
|
|
25
|
+
}
|
|
26
|
+
export declare class PowersDirectoryLogic extends ComponentLogic<IPowersDirectoryLogicOptions> {
|
|
27
|
+
protected domain:
|
|
28
|
+
import("effector").Domain;
|
|
29
|
+
$tree:
|
|
30
|
+
import("effector").Store<IPowersTreeRow[]>;
|
|
31
|
+
$rootSectionId:
|
|
32
|
+
import("effector").Store<string>;
|
|
33
|
+
sectionSelected:
|
|
34
|
+
import("effector").Event<IPowersTreeRow>;
|
|
35
|
+
$selectedSection:
|
|
36
|
+
import("effector").Store<IPowersTreeRow>;
|
|
37
|
+
initSelection(): void;
|
|
38
|
+
getPlaceholderInfoText:
|
|
39
|
+
import("effector").Event<void>;
|
|
40
|
+
initActiveTab(): void;
|
|
41
|
+
$showAddRowButtons:
|
|
42
|
+
import("effector").Store<boolean>;
|
|
43
|
+
clickAddRowGroupButton:
|
|
44
|
+
import("effector").Event<object>;
|
|
45
|
+
clickAddRowCodeButton:
|
|
46
|
+
import("effector").Event<object>;
|
|
47
|
+
showAddRowButtonsToggle:
|
|
48
|
+
import("effector").Event<void>;
|
|
49
|
+
$addRowButtons:
|
|
50
|
+
import("effector").Store<IButtonDescription[]>;
|
|
51
|
+
initAddRowButtons(): void;
|
|
52
|
+
contextMenu:
|
|
53
|
+
import("effector").Event<
|
|
54
|
+
import("react").MouseEvent<Element, MouseEvent>>;
|
|
55
|
+
contextMenuFx:
|
|
56
|
+
import("effector").Effect<
|
|
57
|
+
import("react").MouseEvent<Element, MouseEvent>, void, Error>;
|
|
58
|
+
$contextMenuName:
|
|
59
|
+
import("effector").Store<string>;
|
|
60
|
+
initMainContextMenu(): void;
|
|
61
|
+
componentDidMount:
|
|
62
|
+
import("effector").Event<void>;
|
|
63
|
+
loadRootSectionsFx:
|
|
64
|
+
import("effector").Effect<void, IPowersTreeRow[], Error>;
|
|
65
|
+
loadSubsectionsFx:
|
|
66
|
+
import("effector").Effect<{
|
|
67
|
+
parentSectionId: string;
|
|
68
|
+
}, IPowersTreeRow[], Error>;
|
|
69
|
+
reloadSubsectionsFx:
|
|
70
|
+
import("effector").Effect<{
|
|
71
|
+
parentSectionId: string;
|
|
72
|
+
expanded?: boolean;
|
|
73
|
+
}, IPowersTreeRow[], Error>;
|
|
74
|
+
reloadSubsection:
|
|
75
|
+
import("effector").Event<{
|
|
76
|
+
parentSectionId: string;
|
|
77
|
+
expanded?: boolean;
|
|
78
|
+
}>;
|
|
79
|
+
loadSectionsFx:
|
|
80
|
+
import("effector").Effect<{
|
|
81
|
+
parentSectionId: string;
|
|
82
|
+
}, IPowersTreeRow[], Error>;
|
|
83
|
+
initTreeLoading(options: PowersDirectoryParams): void;
|
|
84
|
+
$placeholderInfoText:
|
|
85
|
+
import("effector").Store<string>;
|
|
86
|
+
initInfo(options: PowersDirectoryParams): void;
|
|
87
|
+
showSectionInfoDialog:
|
|
88
|
+
import("effector").Event<{
|
|
89
|
+
section: IPowersTreeRow;
|
|
90
|
+
}>;
|
|
91
|
+
loadSectionInfoLayoutFx:
|
|
92
|
+
import("effector").Effect<{
|
|
93
|
+
section: IPowersTreeRow;
|
|
94
|
+
}, GenModels.LayoutViewModel, Error>;
|
|
95
|
+
loadSectionSummaryLayoutFx:
|
|
96
|
+
import("effector").Effect<{
|
|
97
|
+
section: IPowersTreeRow;
|
|
98
|
+
}, GenModels.LayoutViewModel, Error>;
|
|
99
|
+
canShowSectionEditDialog:
|
|
100
|
+
import("effector").Event<{
|
|
101
|
+
section: IPowersTreeRow;
|
|
102
|
+
}>;
|
|
103
|
+
showSectionEditDialog:
|
|
104
|
+
import("effector").Event<{
|
|
105
|
+
section: IPowersTreeRow;
|
|
106
|
+
}>;
|
|
107
|
+
loadSectionEditLayoutFx:
|
|
108
|
+
import("effector").Effect<{
|
|
109
|
+
section: IPowersTreeRow;
|
|
110
|
+
}, GenModels.LayoutViewModel, Error>;
|
|
111
|
+
sectionEditDialogAccepted:
|
|
112
|
+
import("effector").Event<{
|
|
113
|
+
section: IPowersTreeRow;
|
|
114
|
+
}>;
|
|
115
|
+
canShowSectionCreateDialog:
|
|
116
|
+
import("effector").Event<{
|
|
117
|
+
parentSection: IPowersTreeRow;
|
|
118
|
+
type: PowersDirectoryDataType;
|
|
119
|
+
}>;
|
|
120
|
+
showSectionCreateDialog:
|
|
121
|
+
import("effector").Event<{
|
|
122
|
+
parentSection: IPowersTreeRow;
|
|
123
|
+
type: PowersDirectoryDataType;
|
|
124
|
+
}>;
|
|
125
|
+
sectionCreateDialogAccepted:
|
|
126
|
+
import("effector").Event<{
|
|
127
|
+
parentSection: IPowersTreeRow;
|
|
128
|
+
}>;
|
|
129
|
+
loadSectionCreateLayoutFx:
|
|
130
|
+
import("effector").Effect<{
|
|
131
|
+
parentSection: IPowersTreeRow;
|
|
132
|
+
type?: GenModels.DirectoryDataType;
|
|
133
|
+
}, GenModels.LayoutViewModel, Error>;
|
|
134
|
+
initSectionModals(options: IPowersDirectoryLogicOptions): void;
|
|
135
|
+
canDeleteSection:
|
|
136
|
+
import("effector").Event<{
|
|
137
|
+
sectionId?: string;
|
|
138
|
+
type?: PowersDirectoryDataType;
|
|
139
|
+
}>;
|
|
140
|
+
deleteSection:
|
|
141
|
+
import("effector").Event<{
|
|
142
|
+
sectionId?: string;
|
|
143
|
+
type?: PowersDirectoryDataType;
|
|
144
|
+
}>;
|
|
145
|
+
deleteSectionFx:
|
|
146
|
+
import("effector").Effect<{
|
|
147
|
+
section?: IPowersTreeRow;
|
|
148
|
+
type?: PowersDirectoryDataType;
|
|
149
|
+
}, void, Error>;
|
|
150
|
+
$deletingSection:
|
|
151
|
+
import("effector").Store<IPowersTreeRow[]>;
|
|
152
|
+
confirmDeleteFx:
|
|
153
|
+
import("effector").Effect<{
|
|
154
|
+
entityName: string;
|
|
155
|
+
isSection: boolean;
|
|
156
|
+
dataType: PowersDirectoryDataType;
|
|
157
|
+
}, void, Error>;
|
|
158
|
+
$loading:
|
|
159
|
+
import("effector").Store<IPowersTreeRow[]>;
|
|
160
|
+
showSecuritySettings:
|
|
161
|
+
import("effector").Event<{
|
|
162
|
+
sectionId?: string;
|
|
163
|
+
sectionType?: PowersDirectoryDataType;
|
|
164
|
+
descriptorTargetType?: number;
|
|
165
|
+
}>;
|
|
166
|
+
initPowersContextMenu(options: IPowersDirectoryLogicOptions): void;
|
|
167
|
+
init(options: IPowersDirectoryLogicOptions): void;
|
|
168
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { HtmlProps } from '@docsvision/web/core/component';
|
|
3
|
+
|
|
4
|
+
export interface IButtonDescription {
|
|
5
|
+
displayName: string;
|
|
6
|
+
className?: string;
|
|
7
|
+
visible: boolean;
|
|
8
|
+
onClick: () => void;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
}
|
|
11
|
+
export interface IPowersDirectoryTreeAddButtonProps extends HtmlProps.div {
|
|
12
|
+
buttons: IButtonDescription[];
|
|
13
|
+
onAddButtonClick: () => void;
|
|
14
|
+
displayName?: string;
|
|
15
|
+
}
|
|
16
|
+
export declare function PowersDirectoryTreeAddButton(props: IPowersDirectoryTreeAddButtonProps): JSX.Element;
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { DirectoryTabInfo } from "@docsvision/webclient/BackOffice/DirectoryTabInfo";
|
|
3
|
+
import { DirectoryFrame } from "@docsvision/webclient/BackOffice/DirectoryFrame";
|
|
4
|
+
import { SliderCheckBox } from "@docsvision/webclient/Helpers/SliderCheckBox/SliderCheckBox";
|
|
5
|
+
import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
6
|
+
import { showSecurityDescriptorDialog } from "@docsvision/webclient/Platform/SecurityDescriptorDialog";
|
|
7
|
+
import { IDirectoryTreeRow } from "@docsvision/webclient/BackOffice/IDirectoryTreeRow";
|
|
8
|
+
import { DirectoryValuesIcon } from "@docsvision/webclient/BackOffice/DirectoryValuesIcon";
|
|
9
|
+
import { PowersDirectoryHead } from "@docsvision/webclient/BackOffice/PowersDirectoryHead";
|
|
10
|
+
import { PowersDirectoryInfo } from "@docsvision/webclient/BackOffice/PowersDirectoryInfo";
|
|
11
|
+
import { PowersDirectoryTreeAddButton } from "@docsvision/webclient/BackOffice/PowersDirectoryTreeAddButton";
|
|
12
|
+
import { PowersDirectoryDataType } from "@docsvision/webclient/BackOffice/PowersRootSectionConstants";
|
|
13
|
+
export declare const POWERS_CODE_TAB_ID = "powers code";
|
|
14
|
+
export declare const INFO_TAB_ID = "info";
|
|
15
|
+
export declare const CREATE_SECTION_HEADERS: {
|
|
16
|
+
0: string;
|
|
17
|
+
1: string;
|
|
18
|
+
};
|
|
19
|
+
export declare const CREATE_ROOT_SECTION_HEADERS: {
|
|
20
|
+
0: string;
|
|
21
|
+
};
|
|
22
|
+
export declare class PowersDirectoryView {
|
|
23
|
+
leftTabs: DirectoryTabInfo[];
|
|
24
|
+
rightTabs: DirectoryTabInfo[];
|
|
25
|
+
frame: typeof DirectoryFrame;
|
|
26
|
+
head: typeof PowersDirectoryHead;
|
|
27
|
+
tabs: (props:
|
|
28
|
+
import("@docsvision/webclient/DirectoryEdit/DirectoryTabs").DirectoryTabsProps) => JSX.Element;
|
|
29
|
+
tree: (props:
|
|
30
|
+
import("@docsvision/webclient/DirectoryEdit/DirectoryTree").DirectoryTreeProps) => JSX.Element;
|
|
31
|
+
employees: (props:
|
|
32
|
+
import("@docsvision/webclient/DirectoryEdit/DirectoryValues").DirectoryValuesProps) => JSX.Element;
|
|
33
|
+
entryModal: (props:
|
|
34
|
+
import("@docsvision/webclient/DirectoryEdit/DirectoryEntryModal").IDirectoryEntryModalProps<any, any>) => JSX.Element;
|
|
35
|
+
sectionInfo: typeof PowersDirectoryInfo;
|
|
36
|
+
showAllButton: typeof SliderCheckBox;
|
|
37
|
+
removeIcon: typeof DirectoryValuesIcon;
|
|
38
|
+
treeAddButton: typeof PowersDirectoryTreeAddButton;
|
|
39
|
+
powersContextMenuItemNames: {
|
|
40
|
+
accessRights: string;
|
|
41
|
+
info: string;
|
|
42
|
+
edit: string;
|
|
43
|
+
createGroup: string;
|
|
44
|
+
createCode: string;
|
|
45
|
+
delete: string;
|
|
46
|
+
};
|
|
47
|
+
getConfirmationDialogText: (entityName: string, isSection: boolean, dataType: PowersDirectoryDataType) => any;
|
|
48
|
+
showDeleteConfirmationDialog: (entityName: string, services: $MessageBox, isSection: boolean, dataType: PowersDirectoryDataType) => Promise<void>;
|
|
49
|
+
showSecurityDescriptorDialog: typeof showSecurityDescriptorDialog;
|
|
50
|
+
getSectionInfoDialogHeader: (params: {
|
|
51
|
+
section: IDirectoryTreeRow;
|
|
52
|
+
}) => string;
|
|
53
|
+
getSectionEditDialogHeader: (params: {
|
|
54
|
+
section: IDirectoryTreeRow;
|
|
55
|
+
}) => string;
|
|
56
|
+
getSectionCreateDialogHeader: (params: {
|
|
57
|
+
parentSection: IDirectoryTreeRow;
|
|
58
|
+
type: PowersDirectoryDataType;
|
|
59
|
+
}) => any;
|
|
60
|
+
showInsufficientAccessRightsMessage: (services: $MessageBox) => Promise<void>;
|
|
61
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export declare enum PowersDirectoryDataType {
|
|
2
|
+
Group = 0,
|
|
3
|
+
Code = 1
|
|
4
|
+
}
|
|
5
|
+
export declare const POWERS_GROUP_SECTION_ID = "9aead34d-6892-4e39-928e-9fde31fb4194";
|
|
6
|
+
export declare const POWERS_CODE_SECTION_ID = "5b1a131c-d99b-4227-b53b-62db6bd6daeb";
|
|
7
|
+
export declare const POWERS_TREE_ROOT_TYPES: {
|
|
8
|
+
"9aead34d-6892-4e39-928e-9fde31fb4194": number;
|
|
9
|
+
};
|
|
10
|
+
export declare const POWERS_TREE_ROOT_WRAP_NAMES: {
|
|
11
|
+
"9aead34d-6892-4e39-928e-9fde31fb4194": string;
|
|
12
|
+
};
|
|
13
|
+
export declare const POWERS_TREE_SECTION_IDS: {
|
|
14
|
+
0: string;
|
|
15
|
+
1: string;
|
|
16
|
+
};
|
|
17
|
+
export declare const POWERS_SECTION_ROOT_IDS: string[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare class PrintButtonView {
|
|
3
3
|
dropdownButton: (props:
|
|
4
|
-
import("C:/
|
|
4
|
+
import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/Helpers/DropdownButton").DropdownButtonProps) => JSX.Element;
|
|
5
5
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { $ApplicationSettings, $DeviceType, $WebViewIOSEnabled } from "@docsvision/webclient/StandardServices";
|
|
3
3
|
import { $CloudSignature } from "@docsvision/webclient/BackOffice/$CloudSignature";
|
|
4
|
-
import { $SignatureController, $SignatureMethodsController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
4
|
+
import { $PowerOfAttorneyApiController, $SignatureController, $SignatureMethodsController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
5
5
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
6
6
|
import { $CryptoPro } from "@docsvision/webclient/BackOffice/$CryptoPro";
|
|
7
7
|
import { SignatureDialogLogic } from "@docsvision/webclient/BackOffice/SignatureDialogLogic";
|
|
@@ -18,7 +18,9 @@ import { IDigitalSignOptions } from "@docsvision/webclient/BackOffice/$DigitalSi
|
|
|
18
18
|
import { $Resources } from "@docsvision/web/core/localization/$Resources";
|
|
19
19
|
import { Focusable } from "@docsvision/web/components/focus-management";
|
|
20
20
|
import { $CardInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
21
|
-
|
|
21
|
+
import { SignatureDialogPowersOfAttorney } from "@docsvision/webclient/BackOffice/SignatureDialogPowersOfAttorney";
|
|
22
|
+
import { PowerOfAttorneyErrorMessage } from "@docsvision/webclient/BackOffice/PowerOfAttorneyErrorMessage";
|
|
23
|
+
export declare type $SignatureDialogServices = $SignatureController & $WebViewIOSEnabled & $CloudSignature & $MessageBox & $CryptoPro & $ApplicationSettings & $LocalStorage & $SignatureMethodsController & $Resources & $CardInfo & $DeviceType & $PowerOfAttorneyApiController;
|
|
22
24
|
/** Свойства для {@see SignatureDialog}. */
|
|
23
25
|
export interface ISignatureDialogProps extends IComponentProps<SignatureDialogLogic, SignatureDialogView> {
|
|
24
26
|
/** Идентификатор документа. */
|
|
@@ -37,6 +39,12 @@ export interface ISignatureDialogProps extends IComponentProps<SignatureDialogLo
|
|
|
37
39
|
footer?: React.ReactNode;
|
|
38
40
|
/** Сообщение, показываемое в верхней части диалога */
|
|
39
41
|
header?: React.ReactNode;
|
|
42
|
+
/** Текст основной кнопки, по которой инициируется формирование подписи. */
|
|
43
|
+
signButtonText?: string;
|
|
44
|
+
/** Текст кнопки отмены. */
|
|
45
|
+
cancelButtonText?: string;
|
|
46
|
+
/** Текст в заголовке диалога. */
|
|
47
|
+
dialogHeaderText?: string;
|
|
40
48
|
/** Вызывается при подписи. */
|
|
41
49
|
onSign?: (options: IDigitalSignOptions) => Promise<void>;
|
|
42
50
|
/** Вызывается при отмене подписи. */
|
|
@@ -51,9 +59,11 @@ export declare class SignatureDialogView {
|
|
|
51
59
|
frame: typeof SignatureDialogFrame;
|
|
52
60
|
loader: typeof SignatureDialogLoader;
|
|
53
61
|
labels: typeof SignatureDialogLabels;
|
|
62
|
+
powersOfAttorney: typeof SignatureDialogPowersOfAttorney;
|
|
54
63
|
noPluginMessage: typeof SignatureDialogNoPluginMessage;
|
|
55
64
|
methods: typeof SignatureDialogMethods;
|
|
56
65
|
settings: typeof SignatureDialogSettings;
|
|
66
|
+
errorMessage: typeof PowerOfAttorneyErrorMessage;
|
|
57
67
|
contentWrapper: typeof Focusable;
|
|
58
68
|
/** Точка расширения для партнеров */
|
|
59
69
|
footer: (logic: SignatureDialogLogic) => React.ReactNode;
|
|
@@ -6,6 +6,14 @@ export interface ISignatureDialogButtonsProps {
|
|
|
6
6
|
visible: boolean;
|
|
7
7
|
signing: boolean;
|
|
8
8
|
canSign: boolean;
|
|
9
|
+
/** Текст основной кнопки, по которой инициируется формирование подписи. */
|
|
10
|
+
signButtonText?: string;
|
|
11
|
+
/** Текст кнопки отмены. */
|
|
12
|
+
cancelButtonText?: string;
|
|
13
|
+
/** Текст в заголовке диалога. */
|
|
14
|
+
dialogHeaderText?: string;
|
|
15
|
+
canShowInfo: boolean;
|
|
16
|
+
showPowerOfAttorneyInfo: () => void;
|
|
9
17
|
onSign: () => void;
|
|
10
18
|
onCancel: () => void;
|
|
11
19
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { IComboBoxElement } from "@docsvision/webclient/Helpers/ComboBox/Data/ClientModels/IComboBoxElement";
|
|
3
3
|
import { ISignatureLabel } from "@docsvision/webclient/Legacy/ISignatureLabel";
|
|
4
|
-
export interface
|
|
4
|
+
export interface ISignatureDialogLabelsProps {
|
|
5
5
|
labels: IComboBoxElement[];
|
|
6
6
|
selectedLabel: ISignatureLabel;
|
|
7
7
|
onSelectLabel: (label: ISignatureLabel) => void;
|
|
8
8
|
}
|
|
9
|
-
export declare function SignatureDialogLabels(props:
|
|
9
|
+
export declare function SignatureDialogLabels(props: ISignatureDialogLabelsProps): JSX.Element;
|
|
@@ -27,6 +27,24 @@ import("effector").Store<IComboBoxElement[]>;
|
|
|
27
27
|
import("effector").Store<ISignatureLabel>;
|
|
28
28
|
selectLabel:
|
|
29
29
|
import("effector").Event<ISignatureLabel>;
|
|
30
|
+
$powersOfAttorney:
|
|
31
|
+
import("effector").Store<GenModels.PowerOfAttorneyModel[]>;
|
|
32
|
+
$powersOfAttorneyComboBoxItems:
|
|
33
|
+
import("effector").Store<IComboBoxElement[]>;
|
|
34
|
+
$selectedPowerOfAttorney:
|
|
35
|
+
import("effector").Store<GenModels.PowerOfAttorneyModel>;
|
|
36
|
+
$powerOfAttorneyUseStatus:
|
|
37
|
+
import("effector").Store<GenModels.PowerOfAttorneyUseStatus>;
|
|
38
|
+
$errorMessage:
|
|
39
|
+
import("effector").Store<string>;
|
|
40
|
+
selectPowerOfAttorney:
|
|
41
|
+
import("effector").Event<GenModels.PowerOfAttorneyModel>;
|
|
42
|
+
loadPowersOfAttorneyData:
|
|
43
|
+
import("effector").Effect<{
|
|
44
|
+
cardID: string;
|
|
45
|
+
}, GenModels.FindPowersOfAttorneyResponse, Error>;
|
|
46
|
+
showPowerOfAttorneyInfo:
|
|
47
|
+
import("effector").Effect<void, void, Error>;
|
|
30
48
|
$selectedMethod:
|
|
31
49
|
import("effector").Store<GenModels.SignatureMethod>;
|
|
32
50
|
selectMethod:
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
3
|
import { IComboBoxElement } from "@docsvision/webclient/Helpers/ComboBox/Data/ClientModels/IComboBoxElement";
|
|
4
4
|
|
|
5
|
-
export interface
|
|
5
|
+
export interface ISignatureDialogMethodsProps {
|
|
6
6
|
methods: IComboBoxElement[];
|
|
7
7
|
selectedMethod: GenModels.SignatureMethod;
|
|
8
8
|
onSelectMethod: (method: GenModels.SignatureMethod) => void;
|
|
9
9
|
}
|
|
10
|
-
export declare function SignatureDialogMethods(props:
|
|
10
|
+
export declare function SignatureDialogMethods(props: ISignatureDialogMethodsProps): JSX.Element;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
|
+
import { IComboBoxElement } from "@docsvision/webclient/Helpers/ComboBox/Data/ClientModels/IComboBoxElement";
|
|
4
|
+
export interface ISignatureDialogPowersOfAttorneyProps {
|
|
5
|
+
powersOfAttorney: IComboBoxElement[];
|
|
6
|
+
selectedPowerOfAttorney: GenModels.PowerOfAttorneyModel;
|
|
7
|
+
onSelectPowerOfAttorney: (label: GenModels.PowerOfAttorneyModel) => void;
|
|
8
|
+
}
|
|
9
|
+
export declare function SignatureDialogPowersOfAttorney(props: ISignatureDialogPowersOfAttorneyProps): JSX.Element;
|
|
@@ -9,7 +9,7 @@ import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
|
9
9
|
import { HtmlProps } from "@docsvision/web/core/component";
|
|
10
10
|
|
|
11
11
|
import { $CardInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
12
|
-
export interface
|
|
12
|
+
export interface ISignatureDialogSettingsProps extends HtmlProps.div {
|
|
13
13
|
settings: GenModels.SignatureMethodSettings;
|
|
14
14
|
showSettingsDialog: boolean;
|
|
15
15
|
onShowSettingsDialog: () => void;
|
|
@@ -18,4 +18,4 @@ export interface ISignatureDialogSettingsPops extends HtmlProps.div {
|
|
|
18
18
|
onSaveSettings: () => void;
|
|
19
19
|
services: $LocalStorage & $ApplicationSettings & $CryptoPro & $WebViewIOSEnabled & $CloudSignature & $SignatureController & $MessageBox & $CardInfo & $DeviceType;
|
|
20
20
|
}
|
|
21
|
-
export declare function SignatureDialogSettings(props:
|
|
21
|
+
export declare function SignatureDialogSettings(props: ISignatureDialogSettingsProps): JSX.Element;
|
|
@@ -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:/
|
|
85
|
+
import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/System/Events/SimpleEvent").SimpleEvent<string>;
|
|
86
86
|
/** @covered */
|
|
87
87
|
get inputText(): string;
|
|
88
88
|
/** @covered */
|
|
@@ -58,6 +58,7 @@ export declare class StaffDirectoryItemsImpl extends DirectoryBaseImpl<StaffValu
|
|
|
58
58
|
protected onInputChange(event: any): Promise<void>;
|
|
59
59
|
protected onInputKeyDown(ev: React.KeyboardEvent<HTMLInputElement>): void;
|
|
60
60
|
protected onPlaceholderClick(event: any): void;
|
|
61
|
+
protected onInputAndPlaceholderClick(): void;
|
|
61
62
|
protected focusInput: () => void;
|
|
62
63
|
protected onInputFocus(event: React.FocusEvent<any>): void;
|
|
63
64
|
protected onButtonBlur(event: React.FocusEvent<any>): void;
|
|
@@ -65,7 +66,7 @@ export declare class StaffDirectoryItemsImpl extends DirectoryBaseImpl<StaffValu
|
|
|
65
66
|
private shouldShowFavorites;
|
|
66
67
|
onRemoveClick(item: ItemT, ev?: React.MouseEvent<any> | React.TouchEvent<any>): Promise<void>;
|
|
67
68
|
protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<
|
|
68
|
-
import("C:/
|
|
69
|
+
import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<StaffValueType, GenModels.IDirectoryItemData, GenModels.IDirectoryItemData, StaffDirectoryItemsParams<StaffValueType>, StaffDirectoryItemsState<StaffValueType>>>;
|
|
69
70
|
protected onEditPopoverShowed(control: any): void;
|
|
70
71
|
protected getItemTooltip(employee: GenModels.IDirectoryItemData): string;
|
|
71
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:/
|
|
23
|
+
import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
24
24
|
dialog: (props:
|
|
25
|
-
import("C:/
|
|
25
|
+
import("C:/Users/peshne.k/devWebClient/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:/
|
|
32
|
+
import("C:/Users/peshne.k/devWebClient/Bin/TypeScriptDefinitions/Helpers/Ribbon/RibbonGroup").IRibbonGroupProps, "className">;
|
|
33
33
|
ribbonButton: typeof TasksTableRibbonButton;
|
|
34
34
|
ribbonContainer: typeof TasksTableRibbonContainer;
|
|
35
35
|
ribbonFilterButton: typeof TasksTableFilterButton;
|
|
@@ -391,6 +391,115 @@ 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
|
+
* Api controller with power of attorney methods
|
|
397
|
+
*/
|
|
398
|
+
interface IPowerOfAttorneyApiController {
|
|
399
|
+
/**
|
|
400
|
+
* Creates new power of attorney with DovEl format
|
|
401
|
+
*
|
|
402
|
+
* @param request Parameters for creating power of attorney
|
|
403
|
+
*
|
|
404
|
+
* @returns ID of created power of attorney
|
|
405
|
+
*/
|
|
406
|
+
createPowerOfAttorneyDovEl(request: GenModels.CreatePowerOfAttorneyRequestDovEl, options?: RequestOptions): Promise<string>;
|
|
407
|
+
/**
|
|
408
|
+
* Creates retrusted power of attorney with DovEl format
|
|
409
|
+
*
|
|
410
|
+
* @param request Parameters for creating power of attorney
|
|
411
|
+
*
|
|
412
|
+
* @returns ID of created power of attorney
|
|
413
|
+
*/
|
|
414
|
+
retrustPowerOfAttorneyDovEl(request: GenModels.RetrustPowerOfAttorneyRequestDovEl, options?: RequestOptions): Promise<string>;
|
|
415
|
+
/**
|
|
416
|
+
* Creates new power of attorney with DovBb format
|
|
417
|
+
*
|
|
418
|
+
* @param request Parameters for creating power of attorney
|
|
419
|
+
*
|
|
420
|
+
* @returns ID of created power of attorney
|
|
421
|
+
*/
|
|
422
|
+
createPowerOfAttorneyDovBb(request: GenModels.CreatePowerOfAttorneyRequestDovBb, options?: RequestOptions): Promise<string>;
|
|
423
|
+
/**
|
|
424
|
+
* Creates retrusted power of attorney with DovBb format
|
|
425
|
+
*
|
|
426
|
+
* @param request Parameters for creating power of attorney
|
|
427
|
+
*
|
|
428
|
+
* @returns ID of created power of attorney
|
|
429
|
+
*/
|
|
430
|
+
retrustPowerOfAttorneyDovBb(request: GenModels.RetrustPowerOfAttorneyRequestDovBb, options?: RequestOptions): Promise<string>;
|
|
431
|
+
/**
|
|
432
|
+
* Search power of attorney
|
|
433
|
+
*
|
|
434
|
+
* @param request Query
|
|
435
|
+
*
|
|
436
|
+
* @returns Search result
|
|
437
|
+
*/
|
|
438
|
+
findPowersOfAttorney(request: GenModels.FindPowersOfAttorneyRequest, options?: RequestOptions): Promise<GenModels.FindPowersOfAttorneyResponse>;
|
|
439
|
+
/**
|
|
440
|
+
* Get power of attorney info
|
|
441
|
+
*
|
|
442
|
+
* @param cardID Power of attorney card ID
|
|
443
|
+
*
|
|
444
|
+
* @throws {Error}
|
|
445
|
+
*
|
|
446
|
+
* @returns Power of attorney info
|
|
447
|
+
*/
|
|
448
|
+
getPowerOfAttorneyInfo(cardID: string, options?: RequestOptions): Promise<GenModels.PowerOfAttorneyInfoModel>;
|
|
449
|
+
/**
|
|
450
|
+
* Returns the contents of a machine-readable power of attorney
|
|
451
|
+
*
|
|
452
|
+
* @param powerOfAttorneyId ID of power of attorney
|
|
453
|
+
*
|
|
454
|
+
* @returns Contents of a machine-readable power of attorney
|
|
455
|
+
*/
|
|
456
|
+
getMachineReadablePowerOfAttorneyData(powerOfAttorneyId: string, options?: RequestOptions): Promise<GenModels.GetPowerOfAttorneyInfoResponse>;
|
|
457
|
+
/**
|
|
458
|
+
* Adds disconnected signature of machine-readable power of attorney to power of attorney system card
|
|
459
|
+
*
|
|
460
|
+
* @param request Signing parameters
|
|
461
|
+
*/
|
|
462
|
+
attachSignatureToPowerOfAttorney(request: GenModels.AttachSignatureToPowerOfAttorneyRequest, options?: RequestOptions): Promise<void>;
|
|
463
|
+
/**
|
|
464
|
+
* Generates request to revoke power of attorney
|
|
465
|
+
*
|
|
466
|
+
* @param powerOfAttorneyId ID of power of attorney
|
|
467
|
+
*/
|
|
468
|
+
requestRevocationPowerOfAttorney(powerOfAttorneyId: string, options?: RequestOptions): Promise<void>;
|
|
469
|
+
/**
|
|
470
|
+
* Revokes power of attorney
|
|
471
|
+
*
|
|
472
|
+
* For revoked power of attorney, request for revocation of power of attorney must be pre-formed
|
|
473
|
+
* Power of attorney may be revoked together with subsidiaries. To do this, WithChildrenPowerOfAttorney flag must be set in request
|
|
474
|
+
*
|
|
475
|
+
* @param request Revocation parameters
|
|
476
|
+
*/
|
|
477
|
+
revokePowerOfAttorney(request: GenModels.RevokePowerOfAttorneyRequest, options?: RequestOptions): Promise<void>;
|
|
478
|
+
/**
|
|
479
|
+
* Save power of attorney to archive and return as attachment
|
|
480
|
+
*
|
|
481
|
+
* @param request Saving parameters
|
|
482
|
+
*/
|
|
483
|
+
exportPowerOfAttorney(request: GenModels.ExportPowerOfAttorneyRequest, options?: RequestOptions): Promise<any>;
|
|
484
|
+
}
|
|
485
|
+
class PowerOfAttorneyApiController extends BaseController implements IPowerOfAttorneyApiController {
|
|
486
|
+
createPowerOfAttorneyDovEl(request: GenModels.CreatePowerOfAttorneyRequestDovEl, options?: RequestOptions): Promise<string>;
|
|
487
|
+
retrustPowerOfAttorneyDovEl(request: GenModels.RetrustPowerOfAttorneyRequestDovEl, options?: RequestOptions): Promise<string>;
|
|
488
|
+
createPowerOfAttorneyDovBb(request: GenModels.CreatePowerOfAttorneyRequestDovBb, options?: RequestOptions): Promise<string>;
|
|
489
|
+
retrustPowerOfAttorneyDovBb(request: GenModels.RetrustPowerOfAttorneyRequestDovBb, options?: RequestOptions): Promise<string>;
|
|
490
|
+
findPowersOfAttorney(request: GenModels.FindPowersOfAttorneyRequest, options?: RequestOptions): Promise<GenModels.FindPowersOfAttorneyResponse>;
|
|
491
|
+
getPowerOfAttorneyInfo(cardID: string, options?: RequestOptions): Promise<GenModels.PowerOfAttorneyInfoModel>;
|
|
492
|
+
getMachineReadablePowerOfAttorneyData(powerOfAttorneyId: string, options?: RequestOptions): Promise<GenModels.GetPowerOfAttorneyInfoResponse>;
|
|
493
|
+
attachSignatureToPowerOfAttorney(request: GenModels.AttachSignatureToPowerOfAttorneyRequest, options?: RequestOptions): Promise<void>;
|
|
494
|
+
requestRevocationPowerOfAttorney(powerOfAttorneyId: string, options?: RequestOptions): Promise<void>;
|
|
495
|
+
revokePowerOfAttorney(request: GenModels.RevokePowerOfAttorneyRequest, options?: RequestOptions): Promise<void>;
|
|
496
|
+
exportPowerOfAttorney(request: GenModels.ExportPowerOfAttorneyRequest, options?: RequestOptions): Promise<any>;
|
|
497
|
+
}
|
|
498
|
+
}
|
|
499
|
+
export declare type $PowerOfAttorneyApiController = {
|
|
500
|
+
powerOfAttorneyApiController: GenControllers.IPowerOfAttorneyApiController;
|
|
501
|
+
};
|
|
502
|
+
export declare const $PowerOfAttorneyApiController: string | ((model?: $PowerOfAttorneyApiController) => GenControllers.IPowerOfAttorneyApiController);
|
|
394
503
|
export declare namespace GenControllers {
|
|
395
504
|
/**
|
|
396
505
|
* Access signature methods configuration
|
|
@@ -1663,6 +1772,35 @@ export declare type $LayoutHistoryController = {
|
|
|
1663
1772
|
layoutHistoryController: GenControllers.ILayoutHistoryController;
|
|
1664
1773
|
};
|
|
1665
1774
|
export declare const $LayoutHistoryController: string | ((model?: $LayoutHistoryController) => GenControllers.ILayoutHistoryController);
|
|
1775
|
+
export declare namespace GenControllers {
|
|
1776
|
+
/**
|
|
1777
|
+
* Powers Directory controller
|
|
1778
|
+
*/
|
|
1779
|
+
interface IPowersDirectoryController {
|
|
1780
|
+
/**
|
|
1781
|
+
* Get data
|
|
1782
|
+
*
|
|
1783
|
+
* @param request Request
|
|
1784
|
+
*
|
|
1785
|
+
* @returns Directory's data
|
|
1786
|
+
*/
|
|
1787
|
+
getData(request: GenModels.GetDataRequest, options?: RequestOptions): Promise<GenModels.GetDataResponse>;
|
|
1788
|
+
/**
|
|
1789
|
+
* Move code to another group
|
|
1790
|
+
*
|
|
1791
|
+
* @param request Request
|
|
1792
|
+
*/
|
|
1793
|
+
moveCode(request: GenModels.MoveCodeRequest, options?: RequestOptions): Promise<void>;
|
|
1794
|
+
}
|
|
1795
|
+
class PowersDirectoryController extends BaseController implements IPowersDirectoryController {
|
|
1796
|
+
getData(request: GenModels.GetDataRequest, options?: RequestOptions): Promise<GenModels.GetDataResponse>;
|
|
1797
|
+
moveCode(request: GenModels.MoveCodeRequest, options?: RequestOptions): Promise<void>;
|
|
1798
|
+
}
|
|
1799
|
+
}
|
|
1800
|
+
export declare type $PowersDirectoryController = {
|
|
1801
|
+
powersDirectoryController: GenControllers.IPowersDirectoryController;
|
|
1802
|
+
};
|
|
1803
|
+
export declare const $PowersDirectoryController: string | ((model?: $PowersDirectoryController) => GenControllers.IPowersDirectoryController);
|
|
1666
1804
|
export declare namespace GenControllers {
|
|
1667
1805
|
/**
|
|
1668
1806
|
* CardOperations controller
|