@docsvision/webclient 5.17.0-beta.14 → 5.17.0-beta.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/BackOffice/$CloudSignature.d.ts +34 -0
- package/BackOffice/$CryptoPro.d.ts +10 -0
- package/BackOffice/$DigitalSignature.d.ts +75 -0
- package/BackOffice/ActualizeProfileCertificateSource.d.ts +13 -0
- package/BackOffice/{BackOfficeLayoutContextContstants.d.ts → BackOfficeLayoutContextConstants.d.ts} +0 -0
- package/BackOffice/CardKindImpl.d.ts +1 -0
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/ConvertCloudToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertLocalToSavedCertificate.d.ts +4 -0
- package/BackOffice/ConvertSignLabelsToComboBoxItems.d.ts +15 -0
- package/BackOffice/CryptoProDssService.d.ts +65 -0
- package/BackOffice/CryptoProService.d.ts +10 -0
- package/BackOffice/{BatchDelegateOperation.d.ts → DelegateBatchOperation.d.ts} +5 -5
- package/BackOffice/{BatchDelegateOperationImpl.d.ts → DelegateBatchOperationImpl.d.ts} +3 -3
- package/BackOffice/DelegationParamsPanel.d.ts +1 -1
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DigitalSignatureService.d.ts +38 -0
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +78 -0
- package/BackOffice/DirectoryDesignerActionButton.d.ts +7 -0
- package/BackOffice/DirectoryDesignerItemCreateWindow.d.ts +4 -0
- package/BackOffice/DirectoryDesignerItemEditWindow.d.ts +4 -0
- package/BackOffice/DirectoryDesignerItemViewWindow.d.ts +8 -0
- package/BackOffice/DirectoryDesignerRow.d.ts +29 -15
- package/BackOffice/DirectoryDesignerRowConstants.d.ts +3 -0
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +42 -29
- package/BackOffice/DirectoryDesignerRowItemVisualiser.d.ts +9 -0
- package/BackOffice/DirectoryDesignerTypeaheadVariant.d.ts +6 -2
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DssAuthorizationModels.d.ts +6 -0
- package/BackOffice/DssCertificateModels.d.ts +30 -0
- package/BackOffice/DssPolicyModels.d.ts +51 -0
- package/BackOffice/DssSignRequestModels.d.ts +133 -0
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListControl.d.ts +10 -3
- package/BackOffice/FileListControlImpl.d.ts +5 -0
- package/BackOffice/FileListControlLogic.d.ts +2 -1
- package/BackOffice/FileListItemComponent.d.ts +1 -1
- package/BackOffice/FileListItemProps.d.ts +2 -1
- package/BackOffice/FileSign.d.ts +12 -39
- package/BackOffice/FileSignListDialog.d.ts +7 -2
- package/BackOffice/GetSignatureMethodName.d.ts +4 -0
- package/BackOffice/HistoryView.d.ts +1 -1
- package/BackOffice/ICertificateStatus.d.ts +6 -0
- package/BackOffice/IDocumentInfoAdditionalInfoResult.d.ts +4 -0
- package/BackOffice/IDssCertificateInfoEx.d.ts +4 -0
- package/BackOffice/IFileSignInteractionModel.d.ts +8 -3
- package/BackOffice/IGetCertificateResult.d.ts +33 -0
- package/BackOffice/IGetDocumentInfoResult.d.ts +14 -0
- package/BackOffice/ISignOptions.d.ts +8 -0
- package/BackOffice/ISignRequest.d.ts +9 -0
- package/BackOffice/ISignResult.d.ts +5 -0
- package/BackOffice/ISignatureVerificationResult.d.ts +4 -0
- package/BackOffice/LoadCertificatesThumberprints.d.ts +9 -0
- package/BackOffice/LoadCloudCertificates.d.ts +4 -0
- package/BackOffice/LoadSignatureMethods.d.ts +2 -0
- package/BackOffice/LoadSystemCertificates.d.ts +4 -0
- package/BackOffice/NumeratorImpl.d.ts +1 -0
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PrepareSignatureMethodsComboBox.d.ts +7 -0
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/ProcessSettingsChanged.d.ts +11 -0
- package/BackOffice/SignatureButton.d.ts +36 -0
- package/BackOffice/SignatureButton.stories.d.ts +10 -0
- package/BackOffice/SignatureButtonComponent.d.ts +7 -0
- package/BackOffice/SignatureButtonContainer.d.ts +7 -0
- package/BackOffice/SignatureButtonLogic.d.ts +27 -0
- package/BackOffice/SignatureButtonMenu.d.ts +6 -0
- package/BackOffice/SignatureButtonMenuItem.d.ts +6 -0
- package/BackOffice/SignatureButtonOptions.d.ts +51 -0
- package/BackOffice/SignatureButtonView.d.ts +10 -0
- package/BackOffice/SignatureConstants.d.ts +1 -0
- package/BackOffice/SignatureDialog.d.ts +50 -0
- package/BackOffice/SignatureDialog.stories.d.ts +12 -0
- package/BackOffice/SignatureDialogFrame.d.ts +13 -0
- package/BackOffice/SignatureDialogLabels.d.ts +9 -0
- package/BackOffice/SignatureDialogLoader.d.ts +3 -0
- package/BackOffice/SignatureDialogLogic.d.ts +60 -0
- package/BackOffice/SignatureDialogMethods.d.ts +10 -0
- package/BackOffice/SignatureDialogNoPluginMessage.d.ts +6 -0
- package/BackOffice/SignatureDialogSettings.d.ts +20 -0
- package/BackOffice/SignatureMethodsSetup.d.ts +40 -0
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +14 -0
- package/BackOffice/SignatureMethodsSetupCertificateRow.d.ts +14 -0
- package/BackOffice/SignatureMethodsSetupCertificateTable.d.ts +12 -0
- package/BackOffice/SignatureMethodsSetupCertificatesTableLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupCloudLogin.d.ts +13 -0
- package/BackOffice/SignatureMethodsSetupFrame.d.ts +9 -0
- package/BackOffice/SignatureMethodsSetupLogic.d.ts +77 -0
- package/BackOffice/SignatureMethodsSetupNoPluginMessage.d.ts +7 -0
- package/BackOffice/SignatureMethodsSetupSelectedMethodsLoader.d.ts +3 -0
- package/BackOffice/SignatureMethodsSetupTabType.d.ts +4 -0
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +7 -3
- package/BackOffice/SvsVerifyModels.d.ts +20 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/{TasksUtills.d.ts → TasksUtils.d.ts} +0 -0
- package/BackOffice/ToggleCertificateSelection.d.ts +2 -0
- package/BackOffice/UpdateMethodComment.d.ts +2 -0
- package/BackOffice/Utils.d.ts +3 -0
- package/BackOffice/WebFrameDirectorySearchPanelView.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Controllers.d.ts +166 -2
- package/Generated/DocsVision.WebClient.Models.d.ts +1081 -217
- package/Helpers/ArtPlayer/ArtPlayer.d.ts +26 -0
- package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +10 -0
- package/Helpers/ArtPlayer/ArtPlayerLogic.d.ts +31 -0
- package/Helpers/ArtPlayer/ArtPlayerView.d.ts +13 -0
- package/Helpers/ArtPlayer/components/ArtPlayerContainer.d.ts +5 -0
- package/Helpers/ArtPlayer/components/ArtPlayerTimeCodes.d.ts +10 -0
- package/Helpers/ArtPlayer/components/ArtPlayerVideoPlayer.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/LoadArtPlayer.d.ts +5 -0
- package/Helpers/ArtPlayer/functions/SetCurrentTimeCode.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/SetPlayerLocalization.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/SortingTimeCodes.d.ts +7 -0
- package/Helpers/ArtPlayer/functions/UpdatePlayerTime.d.ts +8 -0
- package/Helpers/ArtPlayer/models/IArtPlayer.d.ts +597 -0
- package/Helpers/ArtPlayer/models/IArtPlayerTImeCode.d.ts +6 -0
- package/Helpers/ModalDialog/CommonModalDialog.d.ts +2 -1
- package/Helpers/ModalDialog/CommonModalDialogHost.d.ts +3 -3
- package/Helpers/ReactList/ReactListDynamic.d.ts +1 -0
- package/Helpers/Sortable/Data/ClientModels/ISortableItem.d.ts +7 -1
- package/Helpers/Sortable/Sortable.d.ts +13 -3
- package/Helpers/TextInput.d.ts +2 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogFrame.d.ts +8 -0
- package/Helpers/TextInputDialog/Components/TextInputDialogModal.d.ts +10 -0
- package/Helpers/TextInputDialog/TextInputDialog.d.ts +25 -0
- package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +8 -0
- package/Helpers/TextInputDialog/TextInputDialogHost.d.ts +14 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Legacy/ILabelTextareaControl.d.ts +1 -1
- package/Legacy/ISignatureDataModel.d.ts +2 -0
- package/Legacy/ISignatureListDataModel.d.ts +1 -1
- package/Legacy/ISignatureListItemDataModel.d.ts +6 -15
- package/Legacy/ISignatureListItemDetailDataModel.d.ts +8 -19
- package/Legacy/ISignatureVerificationDataModel.d.ts +4 -4
- package/Legacy/{ITextareaConrtol.d.ts → ITextareaControl.d.ts} +0 -0
- package/Legacy/LabelTextareaControl.d.ts +1 -1
- package/Legacy/NativeFunctions.d.ts +1 -20
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/TaskCardFilePanelRazorControl.d.ts +1 -0
- package/Legacy/TextareaControl.d.ts +1 -1
- package/Legacy/Utils.d.ts +7 -0
- package/MainBundle.d.ts +1 -0
- package/Platform/$AggregatesCheckbox.d.ts +1 -0
- package/Platform/$EmployeeStatus.d.ts +6 -2
- package/Platform/$FolderHelp.d.ts +13 -0
- package/Platform/{AcesssInheritanceButtons.d.ts → AccessInheritanceButtons.d.ts} +2 -2
- package/Platform/AggregatesApplyButtonPanel.d.ts +9 -0
- package/Platform/AggregatesCheckbox.d.ts +7 -3
- package/Platform/AggregatesCheckboxPlugins.d.ts +1 -0
- package/Platform/AggregatesCheckboxService.d.ts +17 -6
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/BatchOperationsPlugin.d.ts +1 -1
- package/Platform/BottomEdge.d.ts +10 -0
- package/Platform/BottomEdgeBody.d.ts +4 -0
- package/Platform/BottomEdgePlugin.d.ts +4 -0
- package/Platform/CardLink.d.ts +2 -1
- package/Platform/CardManagement.d.ts +5 -1
- package/Platform/CardManagementImpl.d.ts +5 -3
- package/Platform/CardQuotesDataStub.d.ts +19 -0
- package/Platform/CertificateSettings.d.ts +40 -0
- package/Platform/CertificateSettingsContainer.d.ts +10 -0
- package/Platform/CertificateSettingsLogic.d.ts +24 -0
- package/Platform/CertificateSettingsView.d.ts +5 -0
- package/Platform/DateTimePickerImpl.d.ts +1 -0
- package/Platform/DownloadFilesBatchOperation.d.ts +2 -1
- package/Platform/DropdownImpl.d.ts +3 -1
- package/Platform/EmployeeStatusService.d.ts +4 -4
- package/Platform/Favorite.d.ts +1 -0
- package/Platform/FilePicker.d.ts +2 -2
- package/Platform/FilePreview.d.ts +2 -2
- package/Platform/FilePreviewImpl.d.ts +1 -0
- package/Platform/FolderGrid.d.ts +1 -1
- package/Platform/FolderHelpButton.d.ts +7 -0
- package/Platform/FolderHelpDialog.d.ts +9 -0
- package/Platform/FolderHelpPaths.d.ts +2 -0
- package/Platform/FolderHelpPlugins.d.ts +9 -0
- package/Platform/FolderHelpService.d.ts +10 -0
- package/Platform/FolderHelpTimeCodes.d.ts +2 -0
- package/Platform/FolderMainMenuItemImpl.d.ts +1 -1
- package/Platform/FolderManagementAdaptiveMenu.d.ts +1 -1
- package/Platform/{FolderManagmentData.d.ts → FolderManagementData.d.ts} +0 -0
- package/Platform/FolderManagementDialog.d.ts +1 -1
- package/Platform/FolderName.d.ts +2 -1
- package/Platform/FolderNameImpl.d.ts +1 -0
- package/Platform/FolderOperationManager.d.ts +1 -1
- package/Platform/FolderViewItemsImpl.d.ts +5 -5
- package/Platform/IAggregates.d.ts +10 -4
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/Number.d.ts +2 -0
- package/Platform/NumberImpl.d.ts +2 -1
- package/Platform/Quotes.d.ts +18 -0
- package/Platform/Quotes.stories.d.ts +8 -0
- package/Platform/QuotesButtonMore.d.ts +6 -0
- package/Platform/QuotesHighlight.d.ts +8 -0
- package/Platform/QuotesInner.d.ts +6 -0
- package/Platform/QuotesItem.d.ts +15 -0
- package/Platform/QuotesLogic.d.ts +40 -0
- package/Platform/QuotesModal.d.ts +14 -0
- package/Platform/QuotesModalButtonBlock.d.ts +6 -0
- package/Platform/QuotesModalQuote.d.ts +6 -0
- package/Platform/QuotesPlugins.d.ts +4 -0
- package/Platform/QuotesView.d.ts +16 -0
- package/Platform/QuotesWrapper.d.ts +6 -0
- package/Platform/ScrollTopBottomButtons.d.ts +1 -0
- package/Platform/ScrollTopBottomLogic.d.ts +2 -0
- package/Platform/SearchResultsFolderTablePluginFactory.d.ts +5 -5
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +3 -3
- package/Platform/SettingsPlugin.d.ts +7 -3
- package/Platform/SettingsPopupCheckBoxContainer.d.ts +1 -0
- package/Platform/SettingsPopupLogic.d.ts +13 -4
- package/Platform/SettingsPopupView.d.ts +2 -0
- package/Platform/Table.d.ts +1 -1
- package/Platform/TableColumnResponseResolver.d.ts +10 -0
- package/Platform/TablePresentationTogglePlugins.d.ts +1 -2
- package/Platform/TestUtils.d.ts +2 -1
- package/Platform/TextControlBaseImpl.d.ts +2 -0
- package/Platform/TextListInputView.d.ts +4 -4
- package/Platform/{ToggleRowAcess.d.ts → ToggleRowAccess.d.ts} +0 -0
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/UtilsQuotes.d.ts +10 -0
- package/Platform/index.d.ts +1 -7
- package/Platform/toLocaleStringPolyfill.d.ts +2 -0
- package/StandardServices.d.ts +4 -1
- package/System/$FileService.d.ts +16 -9
- package/System/$Layout.d.ts +1 -1
- package/System/BlobToBase64.d.ts +1 -0
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/FileService.d.ts +14 -15
- package/System/FilterLogic.d.ts +6 -0
- package/System/GenerateTestData.d.ts +2 -0
- package/System/IAsyncControlInfo.d.ts +1 -1
- package/System/ILayoutParams.d.ts +2 -0
- package/System/InputBasedControlImpl.d.ts +1 -0
- package/System/Layout.d.ts +1 -0
- package/System/LayoutManager.d.ts +1 -1
- package/System/LayoutUtils.d.ts +1 -0
- package/System/OperationUtils.d.ts +2 -0
- package/System/PageLeaveConfirmation.d.ts +1 -0
- package/System/{PreventPropogation.d.ts → PreventPropagation.d.ts} +0 -0
- package/System/StringUtils.d.ts +5 -1
- package/package.json +1 -1
- package/BackOffice/FileSignCreateDialog.d.ts +0 -83
- package/BackOffice/FileSignSelectCertificateDialog.d.ts +0 -57
- package/Globals/DVPromise.d.ts +0 -19
- package/Platform/FilterPlugin.d.ts +0 -3
- package/Platform/GropingPlugin.d.ts +0 -3
- package/Platform/ResetSettingsPlugin.d.ts +0 -18
- package/Platform/SearchPlugin.d.ts +0 -3
- package/Platform/toLocaleStringPolifill.d.ts +0 -1
|
@@ -1,32 +1,42 @@
|
|
|
1
1
|
import { DirectoryDesignerRowImpl, DirectoryDesignerRowState } from "@docsvision/webclient/BackOffice/DirectoryDesignerRowImpl";
|
|
2
|
-
import { $
|
|
2
|
+
import { $DirectoryDesignerRowController, $LayoutRowController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
3
3
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
4
4
|
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
5
|
-
import {
|
|
5
|
+
import { DirectoryBase, DirectoryBaseParams } from "@docsvision/webclient/System/DirectoryBase";
|
|
6
6
|
import { $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
7
|
+
import { $LocationContainerControlServices } from "@docsvision/webclient/System/LocationContainerControl";
|
|
7
8
|
import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
|
|
8
9
|
import { BasicApiEvent, CancelableApiEvent } from '@docsvision/webclient/System/ApiEvent';
|
|
10
|
+
export declare type DirectoryDesignerRowValueType = GenModels.DirectoryDesignerItem;
|
|
11
|
+
export declare type DirectoryDesignerRowNodeType = GenModels.DirectoryDesignerItem;
|
|
12
|
+
declare type ItemT = GenModels.DirectoryDesignerItem;
|
|
9
13
|
/**
|
|
10
14
|
* Содержит публичные свойства элемента управления [Строка конструктора справочников]{@link DirectoryDesignerRow}.
|
|
11
15
|
*/
|
|
12
|
-
export declare class DirectoryDesignerRowParams extends
|
|
16
|
+
export declare class DirectoryDesignerRowParams<ValueT extends DirectoryDesignerRowValueType = DirectoryDesignerRowValueType> extends DirectoryBaseParams<ValueT, DirectoryDesignerRowNodeType, ItemT> {
|
|
13
17
|
/** Стандартный CSS класс со стилями элемента управления */
|
|
14
18
|
standardCssClass?: string;
|
|
15
19
|
/** Флаг, указывающий на состояние окна выбора строки: true - открыто, false - закрыто. */
|
|
16
20
|
isDictionaryShown?: boolean;
|
|
17
21
|
/** Использовать ли описание */
|
|
18
22
|
useDescription?: boolean;
|
|
23
|
+
allowNodeSearch?: boolean;
|
|
24
|
+
directoryDataSource?: GenModels.DirectoryDesignerRowDataSourceModel;
|
|
19
25
|
/**
|
|
20
26
|
* Идентификатор узла Конструктора справочников, из которого выбираются записи.
|
|
21
27
|
*
|
|
22
28
|
* Если ограничение по узлам отсутствует, то свойство имеет значение Guid.Empty.
|
|
23
29
|
*/
|
|
24
30
|
itemType?: string;
|
|
31
|
+
itemTypeName?: string;
|
|
32
|
+
/** Значение фильтра, которое было выбрано пользователем. */
|
|
33
|
+
selectedFilterPath?: GenModels.DirectoryDesignerItem[];
|
|
34
|
+
availableChanges?: GenModels.AvailableChangesModes;
|
|
25
35
|
/** Область выбора (и поиска) элементов из Конструктора справочников. */
|
|
26
36
|
selectionArea?: GenModels.DirectoryDesignerSearchArea;
|
|
27
37
|
/** Задержка перед поиском (в мс) */
|
|
28
38
|
searchDelay?: number;
|
|
29
|
-
services?: $
|
|
39
|
+
services?: $DirectoryDesignerRowController & $LayoutRowController & $EditOperationStore & $LayoutInfo & $LocationContainerControlServices;
|
|
30
40
|
displayIcon?: boolean;
|
|
31
41
|
/** Событие, возникающее перед открытием модального окна для выбора контрагентов. */
|
|
32
42
|
directoryWindowOpening?: CancelableApiEvent<void>;
|
|
@@ -42,28 +52,32 @@ export declare class DirectoryDesignerRowParams extends InputBasedControlParams<
|
|
|
42
52
|
*
|
|
43
53
|
* Добавляет в web-разметку поле ввода с кнопкой вызова диалогового окна для выбора записи из *Конструктора справочников*.
|
|
44
54
|
*/
|
|
45
|
-
export declare class DirectoryDesignerRow extends
|
|
46
|
-
|
|
47
|
-
protected
|
|
48
|
-
|
|
55
|
+
export declare class DirectoryDesignerRow<ValueT extends DirectoryDesignerRowValueType = DirectoryDesignerRowValueType> extends DirectoryBase<ValueT, DirectoryDesignerRowNodeType, ItemT, DirectoryDesignerRowParams<ValueT>, DirectoryDesignerRowState<ValueT>> {
|
|
56
|
+
protected createParams(): DirectoryDesignerRowParams<ValueT>;
|
|
57
|
+
protected getServices(): $DirectoryDesignerRowController & $LayoutRowController & $EditOperationStore & $LayoutInfo & Partial<
|
|
58
|
+
import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Generated/DocsVision.WebClient.Controllers").$LayoutController> &
|
|
59
|
+
import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
|
|
60
|
+
import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
61
|
+
import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType;
|
|
49
62
|
private set DirectoryDesignerRowBinding(value);
|
|
63
|
+
private set binding(value);
|
|
64
|
+
private set directoryDataSource(value);
|
|
50
65
|
private set DefaultBindingHandler(value);
|
|
51
|
-
protected set defaultValue(value: GenModels.DirectoryDesignerRowModel);
|
|
52
|
-
get isDictionaryShown(): boolean;
|
|
53
66
|
/**
|
|
54
67
|
* Проверяет возможность открытия модального окна выбора строки.
|
|
55
68
|
* @return true - возможно (если значение редактируемое), false - невозможно.
|
|
56
69
|
*/
|
|
57
70
|
canShowDictionary(): boolean;
|
|
58
71
|
/**
|
|
59
|
-
*
|
|
60
|
-
*/
|
|
61
|
-
showDictionary(): void;
|
|
62
|
-
/**
|
|
63
|
-
* Закрывает окно выбора строки.
|
|
72
|
+
* Закрывает окно выбора организации/подразделения.
|
|
64
73
|
*/
|
|
65
74
|
hideDictionary(): void;
|
|
66
75
|
protected getBindings(): IBindingResult<any>[];
|
|
76
|
+
protected getParamsToKeep(params: any): {
|
|
77
|
+
selectedFilterPath: any;
|
|
78
|
+
value: ValueT;
|
|
79
|
+
};
|
|
67
80
|
/** @internal */
|
|
68
81
|
protected createImpl(): DirectoryDesignerRowImpl;
|
|
69
82
|
}
|
|
83
|
+
export {};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const DirectoryDesignerRowId = "4538149D-1FC7-4D41-A104-890342C6B4F8";
|
|
2
|
+
export declare const NodeDirectoryDesignerRowSectionId = "A1DCE6C1-DB96-4666-B418-5A075CDB02C9";
|
|
3
|
+
export declare const RowDirectoryDesignerRowSectionId = "1B1A44FB-1FB1-4876-83AA-95AD38907E24";
|
|
@@ -1,53 +1,66 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { DirectoryDesignerRowNodeType, DirectoryDesignerRowParams, DirectoryDesignerRowValueType } from "@docsvision/webclient/BackOffice/DirectoryDesignerRow";
|
|
2
|
+
import { DirectoryDesignerRowItemVisualiser } from "@docsvision/webclient/BackOffice/DirectoryDesignerRowItemVisualiser";
|
|
2
3
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
4
|
import { IEditPopoverProps } from "@docsvision/webclient/Helpers/PopoverHelpers/EditPopover/IEditPopoverProps";
|
|
4
5
|
import { ITypeaheadSearchQuery } from "@docsvision/webclient/Helpers/Typeahead/Models/ITypeaheadSearchQuery";
|
|
5
6
|
import { ITypeaheadSearchResult } from "@docsvision/webclient/Helpers/Typeahead/Models/ITypeaheadSearchResult";
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { InputBasedControlImpl, InputBasedControlState } from "@docsvision/webclient/System/InputBasedControlImpl";
|
|
10
|
-
import { IBindingResult } from "@docsvision/webclient/System/IBindingResult";
|
|
7
|
+
import { DirectorySelectingMode } from "@docsvision/webclient/System/DirectorySelectingMode";
|
|
8
|
+
import { DirectoryBaseImpl, DirectoryBaseState } from "@docsvision/webclient/System/DirectoryBaseImpl";
|
|
9
|
+
import { IDirectorySelectDialogProps } from "@docsvision/webclient/System/DirectorySelectDialog";
|
|
11
10
|
import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
|
|
12
11
|
import React from "react";
|
|
12
|
+
import { ITypeaheadVariant } from "@docsvision/webclient/Helpers/Typeahead/Models/ITypeaheadVariant";
|
|
13
13
|
/** @internal */
|
|
14
|
-
export interface DirectoryDesignerRowState extends DirectoryDesignerRowParams,
|
|
15
|
-
|
|
16
|
-
dialog: ModalWindow;
|
|
14
|
+
export interface DirectoryDesignerRowState<ValueT extends DirectoryDesignerRowValueType = DirectoryDesignerRowValueType> extends DirectoryDesignerRowParams<ValueT>, DirectoryBaseState<ValueT, DirectoryDesignerRowNodeType, ItemT> {
|
|
15
|
+
itemVisualiser: DirectoryDesignerRowItemVisualiser;
|
|
17
16
|
requestHelper: RequestHelper;
|
|
17
|
+
onMouseOverInfo: boolean;
|
|
18
18
|
}
|
|
19
19
|
/** @internal */
|
|
20
20
|
export declare type DirectoryDesignerRowImplState = DirectoryDesignerRowState;
|
|
21
|
+
declare type ItemT = GenModels.DirectoryDesignerItem;
|
|
21
22
|
/** @internal */
|
|
22
|
-
export declare class DirectoryDesignerRowImpl extends
|
|
23
|
+
export declare class DirectoryDesignerRowImpl extends DirectoryBaseImpl<DirectoryDesignerRowValueType, DirectoryDesignerRowNodeType, ItemT, DirectoryDesignerRowParams, DirectoryDesignerRowState> {
|
|
24
|
+
private initialSetValue;
|
|
25
|
+
constructor(props: DirectoryDesignerRowParams, state: DirectoryDesignerRowState);
|
|
26
|
+
protected renderSelectDialog(props: IDirectorySelectDialogProps<DirectoryDesignerRowValueType, DirectoryDesignerRowNodeType, GenModels.IDirectoryItemData> & {
|
|
27
|
+
ref: any;
|
|
28
|
+
}): JSX.Element;
|
|
29
|
+
protected getCssClass(): string;
|
|
30
|
+
protected getValuePath(value: GenModels.DirectoryDesignerItem): GenModels.DirectoryDesignerItem[];
|
|
31
|
+
private saveValueOnChange;
|
|
32
|
+
protected getSelectingMode(): DirectorySelectingMode;
|
|
33
|
+
componentWillUnmount(): void;
|
|
34
|
+
componentDidMount(): void;
|
|
23
35
|
static FirstPageSize: number;
|
|
24
36
|
static NextPageSize: number;
|
|
25
|
-
|
|
26
|
-
constructor(props: DirectoryDesignerRowParams, state: DirectoryDesignerRowState);
|
|
37
|
+
protected onDocumentMouseDown: (event: any) => void;
|
|
27
38
|
protected getTextValue(): string;
|
|
28
39
|
protected renderInto(props: DirectoryDesignerRowParams, container: HTMLElement): void;
|
|
29
|
-
protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<
|
|
40
|
+
protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<
|
|
41
|
+
import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, DirectoryDesignerRowParams<GenModels.DirectoryDesignerItem>, DirectoryDesignerRowState<GenModels.DirectoryDesignerItem>>>;
|
|
30
42
|
protected findItems(typeaheadQuery: ITypeaheadSearchQuery): Promise<ITypeaheadSearchResult>;
|
|
31
|
-
|
|
32
|
-
protected
|
|
33
|
-
|
|
43
|
+
canShowDictionary(): boolean;
|
|
44
|
+
protected onInputKeyDown(ev: React.KeyboardEvent<HTMLInputElement>): void;
|
|
45
|
+
getValueAsString(value: ItemT | ItemT[]): string;
|
|
46
|
+
protected onInputChange(event: any): void;
|
|
47
|
+
setValue(value: GenModels.DirectoryDesignerItem, redraw: boolean): void;
|
|
34
48
|
private saveCard;
|
|
35
49
|
private shouldSaveCardWithEditInPlaceValue;
|
|
36
50
|
private isLayoutViewMode;
|
|
51
|
+
protected onCreateNewItem: (itemType: any) => Promise<void>;
|
|
52
|
+
protected getCurrentNode(): GenModels.DirectoryDesignerItem;
|
|
53
|
+
protected renderDirectoryDesignerInputWithPlaceholder(): React.ReactNode;
|
|
37
54
|
protected editInPlaceModeRender(): JSX.Element;
|
|
38
|
-
|
|
39
|
-
get isDictionaryShown(): boolean;
|
|
40
|
-
protected onInputKeyDown(ev: React.KeyboardEvent<HTMLInputElement>): void;
|
|
41
|
-
protected attachTypeahead(t: Typeahead): void;
|
|
42
|
-
private afterOpenCallback;
|
|
43
|
-
showDictionary(): Promise<void>;
|
|
44
|
-
protected getIconClassName(): "open-dictionary-button-icon dv-ico dv-ico-dictionary" | "open-dictionary-button-icon dv-ico dv-ico-dictionary-white" | "dv-ico dv-ico-row";
|
|
45
|
-
protected getCssClass(): string;
|
|
46
|
-
protected onMouseDownIcon(): void;
|
|
47
|
-
protected renderInputWithPlaceholder(): React.ReactNode;
|
|
55
|
+
protected getIconClassName(): "open-dictionary-button-icon dv-ico dv-ico-dictionary" | "dv-ico dv-ico-directory-node" | "dv-ico dv-ico-row";
|
|
48
56
|
protected onIconClick(): void;
|
|
57
|
+
protected getTypeaheadProps():
|
|
58
|
+
import("C:/Dev/WebCDev/Bin/TypeScriptDefinitions/Helpers/Typeahead/ITypeaheadProps").ITypeaheadProps & {
|
|
59
|
+
ref: any;
|
|
60
|
+
};
|
|
61
|
+
protected focusInput: () => void;
|
|
62
|
+
protected onMouseDownIcon(): void;
|
|
49
63
|
protected renderWithText(): JSX.Element;
|
|
50
|
-
|
|
51
|
-
hideDictionary(): Promise<void>;
|
|
52
|
-
protected onInputChange(event: any): void;
|
|
64
|
+
protected processTypeaheadSelected(variant: ITypeaheadVariant): Promise<void>;
|
|
53
65
|
}
|
|
66
|
+
export {};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
3
|
+
/** @internal */
|
|
4
|
+
export declare class DirectoryDesignerRowItemVisualiser {
|
|
5
|
+
getItemDisplayName(item: GenModels.DirectoryDesignerItem, useDescription: boolean): string | JSX.Element;
|
|
6
|
+
getDisplayName(item: GenModels.DirectoryDesignerItem): string;
|
|
7
|
+
getTooltip(item: GenModels.DirectoryDesignerItem): string;
|
|
8
|
+
getIconClassName(item: GenModels.DirectoryDesignerItem): string;
|
|
9
|
+
}
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
|
+
import { RerenderHost } from "@docsvision/webclient/Helpers/RerenderHost";
|
|
2
3
|
import { ITypeaheadVariant } from "@docsvision/webclient/Helpers/Typeahead/Models/ITypeaheadVariant";
|
|
3
4
|
/** @internal */
|
|
4
5
|
export declare class DirectoryDesignerTypeaheadVariant implements ITypeaheadVariant {
|
|
5
|
-
|
|
6
|
-
|
|
6
|
+
item: GenModels.DirectoryDesignerItem;
|
|
7
|
+
infoPopoverOpen: boolean;
|
|
8
|
+
infoRerender: RerenderHost;
|
|
9
|
+
constructor(item: GenModels.DirectoryDesignerItem);
|
|
10
|
+
get data(): any;
|
|
7
11
|
get name(): string;
|
|
8
12
|
get value(): string;
|
|
9
13
|
get iconCssClass(): string;
|
|
@@ -7,4 +7,4 @@ export interface IDirectorySearchContentProps extends HtmlProps.div {
|
|
|
7
7
|
renderContent?: () => JSX.Element;
|
|
8
8
|
opened?: boolean;
|
|
9
9
|
}
|
|
10
|
-
export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "data" | "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "hidden" | "
|
|
10
|
+
export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "data" | "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "hidden" | "id" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "renderContent"> & React.RefAttributes<unknown>>;
|
|
@@ -10,10 +10,10 @@ export declare class DirectorySearchResultView {
|
|
|
10
10
|
container: typeof DirectorySearchContainer;
|
|
11
11
|
content:
|
|
12
12
|
import("react").ForwardRefExoticComponent<Pick<
|
|
13
|
-
import("./components/DirectorySearchContent").IDirectorySearchContentProps, "data" | "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "hidden" | "
|
|
13
|
+
import("./components/DirectorySearchContent").IDirectorySearchContentProps, "data" | "dir" | "slot" | "style" | "title" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "hidden" | "id" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "renderContent"> &
|
|
14
14
|
import("react").RefAttributes<unknown>>;
|
|
15
15
|
iconButton: (props:
|
|
16
|
-
import("C:/
|
|
16
|
+
import("C:/Dev/WebCDev/Helpers/IconButton").IIconButtonProps) => JSX.Element;
|
|
17
17
|
searchResultList: typeof DirectorySearchResultList;
|
|
18
18
|
searchBreadcrumbs: typeof DirectorySearchBreadcrumbs;
|
|
19
19
|
searchInfo: typeof DirectorySearchInfo;
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export interface DssCertificateStatus {
|
|
2
|
+
Value: string;
|
|
3
|
+
RevocationInfo?: any;
|
|
4
|
+
PinCode?: any;
|
|
5
|
+
ActiveCertId: number;
|
|
6
|
+
}
|
|
7
|
+
export interface IDssCertificateInfo {
|
|
8
|
+
CertificateType: string;
|
|
9
|
+
ID: number;
|
|
10
|
+
DName: string;
|
|
11
|
+
CertificateBase64: string;
|
|
12
|
+
Status: DssCertificateStatus;
|
|
13
|
+
IsDefault: boolean;
|
|
14
|
+
CertificateAuthorityID: number;
|
|
15
|
+
CertificateAuthorityName?: string;
|
|
16
|
+
CspID: string;
|
|
17
|
+
HashAlgorithms: string[];
|
|
18
|
+
ProviderName?: any;
|
|
19
|
+
ProviderType: number;
|
|
20
|
+
PrivateKeyNotBefore?: any;
|
|
21
|
+
PrivateKeyNotAfter?: any;
|
|
22
|
+
HasPin: boolean;
|
|
23
|
+
FriendlyName: string;
|
|
24
|
+
}
|
|
25
|
+
export interface Status {
|
|
26
|
+
Value: string;
|
|
27
|
+
RevocationInfo?: any;
|
|
28
|
+
PinCode?: any;
|
|
29
|
+
ActiveCertId: number;
|
|
30
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
export interface IDssNamePolicy {
|
|
2
|
+
IsRequired: boolean;
|
|
3
|
+
Order: number;
|
|
4
|
+
OID: string;
|
|
5
|
+
Name: string;
|
|
6
|
+
Value?: any;
|
|
7
|
+
StringIdentifier: string;
|
|
8
|
+
}
|
|
9
|
+
export interface EKUTemplates {
|
|
10
|
+
}
|
|
11
|
+
export interface IDssCAPolicy {
|
|
12
|
+
ID: number;
|
|
13
|
+
Name: string;
|
|
14
|
+
Active: boolean;
|
|
15
|
+
AllowUserMode: boolean;
|
|
16
|
+
SNChangesEnable: boolean;
|
|
17
|
+
NamePolicy: IDssNamePolicy[];
|
|
18
|
+
EKUTemplates: EKUTemplates;
|
|
19
|
+
CAType: string;
|
|
20
|
+
ValidationMode: string;
|
|
21
|
+
}
|
|
22
|
+
export interface IDssCSPsPolicy {
|
|
23
|
+
ID: string;
|
|
24
|
+
GroupID: string;
|
|
25
|
+
TypeID: number;
|
|
26
|
+
ProviderName: string;
|
|
27
|
+
ProviderType: number;
|
|
28
|
+
KeyLength: number;
|
|
29
|
+
HashAlgorithms: string[];
|
|
30
|
+
Description: string;
|
|
31
|
+
}
|
|
32
|
+
export interface IDssActionPolicy {
|
|
33
|
+
DisplayName: string;
|
|
34
|
+
Uri: string;
|
|
35
|
+
Action: string;
|
|
36
|
+
MfaRequired: boolean;
|
|
37
|
+
}
|
|
38
|
+
export interface IDssPolicyTspService {
|
|
39
|
+
Name: string;
|
|
40
|
+
Title: string;
|
|
41
|
+
Url: string;
|
|
42
|
+
}
|
|
43
|
+
export interface IDssPolicy {
|
|
44
|
+
CAPolicy: IDssCAPolicy[];
|
|
45
|
+
CSPsPolicy: IDssCSPsPolicy[];
|
|
46
|
+
ActionPolicy: IDssActionPolicy[];
|
|
47
|
+
PinCodeMode: string;
|
|
48
|
+
TspServices: IDssPolicyTspService[];
|
|
49
|
+
TransactionConfirmation: string;
|
|
50
|
+
AllowedSignatureTypes: string[];
|
|
51
|
+
}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import { Optional } from "@docsvision/web/core/services";
|
|
2
|
+
export interface IDssSignRequestSignatureParameters {
|
|
3
|
+
CADESType: string;
|
|
4
|
+
IsDetached: boolean;
|
|
5
|
+
TSPAddress?: string;
|
|
6
|
+
IncludeDocumentName?: boolean;
|
|
7
|
+
/** base64({ [key: string]: string }) */
|
|
8
|
+
AuthenticatedAttributes?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare enum DssSingType {
|
|
11
|
+
CAdES = 2,
|
|
12
|
+
XMLDSig = 0,
|
|
13
|
+
GOST3410 = 1,
|
|
14
|
+
PDF = 3,
|
|
15
|
+
MSOffice = 4,
|
|
16
|
+
CMS = 5
|
|
17
|
+
}
|
|
18
|
+
export interface DssSignRequestSignature {
|
|
19
|
+
Type: DssSingType;
|
|
20
|
+
Parameters: IDssSignRequestSignatureParameters;
|
|
21
|
+
CertificateId: number;
|
|
22
|
+
PinCode: string;
|
|
23
|
+
}
|
|
24
|
+
export interface DssSign2BinaryData {
|
|
25
|
+
RefId: string;
|
|
26
|
+
}
|
|
27
|
+
export interface DssSign2Request {
|
|
28
|
+
BinaryData: DssSign2BinaryData[];
|
|
29
|
+
Signature: DssSignRequestSignature;
|
|
30
|
+
}
|
|
31
|
+
export interface IDssOperationResultInfo {
|
|
32
|
+
RefId: string;
|
|
33
|
+
OriginalRefId: string;
|
|
34
|
+
Status: "Completed" | "Created" | "InProgress" | "Processing" | "Error";
|
|
35
|
+
Error: string;
|
|
36
|
+
ErrorDescription: string;
|
|
37
|
+
}
|
|
38
|
+
export interface IDssSign2Operation {
|
|
39
|
+
Id: string;
|
|
40
|
+
Status: "Completed" | "Created" | "InProgress" | "Processing" | "Error";
|
|
41
|
+
Result: {
|
|
42
|
+
ProcessedDocuments: IDssOperationResultInfo[];
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
export interface IDssSign2Response {
|
|
46
|
+
Operation: IDssSign2Operation;
|
|
47
|
+
}
|
|
48
|
+
export interface IDssDocumentUploadResponse {
|
|
49
|
+
DocumentIds: string[];
|
|
50
|
+
}
|
|
51
|
+
export declare enum DSSActions {
|
|
52
|
+
/** Подтверждение входа пользователя */
|
|
53
|
+
Issue = 1,
|
|
54
|
+
/** Подпись документа */
|
|
55
|
+
SignDocument = 2,
|
|
56
|
+
/** Подпись пакета документов */
|
|
57
|
+
SignDocuments = 4,
|
|
58
|
+
/** Расшифрование докумета */
|
|
59
|
+
DecryptDocument = 8,
|
|
60
|
+
/** Создание запроса на сертификат */
|
|
61
|
+
CreateRequest = 16,
|
|
62
|
+
/** Смена ПИН-кода на закрытый ключ сертификата */
|
|
63
|
+
ChangePin = 32,
|
|
64
|
+
/** Перевыпуск сертификата */
|
|
65
|
+
RenewCertificate = 64,
|
|
66
|
+
/** Аннулирование сертификата */
|
|
67
|
+
RevokeCertificate = 128,
|
|
68
|
+
/** Приостановление действия сертификата */
|
|
69
|
+
HoldCertificate = 256,
|
|
70
|
+
/** Возобновление действия сертификата */
|
|
71
|
+
UnholdCertificate = 512,
|
|
72
|
+
/** Удаление сертификата */
|
|
73
|
+
DeleteCertificate = 1024,
|
|
74
|
+
/** Создание ключа согласования (CloudCSP) */
|
|
75
|
+
PrivateKeyAccess = 2048
|
|
76
|
+
}
|
|
77
|
+
export interface IDssTransactionDocumentContent {
|
|
78
|
+
Name: string;
|
|
79
|
+
Content: string;
|
|
80
|
+
}
|
|
81
|
+
export interface IDssTransactionParameter extends IDssSignRequestSignatureParameters {
|
|
82
|
+
SignatureType: DssSingType;
|
|
83
|
+
CertificateId: number;
|
|
84
|
+
/** Сведения о документе. Например, имя файла */
|
|
85
|
+
DocumentInfo: string;
|
|
86
|
+
/** Тип документа (обычно расширение). Параметр используется для визуализации документа */
|
|
87
|
+
DocumentType: string;
|
|
88
|
+
}
|
|
89
|
+
export interface IDssSignByTransactionRequest {
|
|
90
|
+
OperationCode: Optional<DSSActions>;
|
|
91
|
+
Document?: string;
|
|
92
|
+
Documents?: IDssTransactionDocumentContent[];
|
|
93
|
+
Parameters: Array<{
|
|
94
|
+
Name: keyof IDssTransactionParameter;
|
|
95
|
+
Value: any;
|
|
96
|
+
}>;
|
|
97
|
+
}
|
|
98
|
+
export interface Title {
|
|
99
|
+
Value: string;
|
|
100
|
+
}
|
|
101
|
+
export interface Image {
|
|
102
|
+
MimeType: string;
|
|
103
|
+
Value: string;
|
|
104
|
+
}
|
|
105
|
+
export interface TextChallenge {
|
|
106
|
+
Image: Image;
|
|
107
|
+
AuthnMethod: string;
|
|
108
|
+
RefID: string;
|
|
109
|
+
ExpiresIn: number;
|
|
110
|
+
ExpiresInSpecified: boolean;
|
|
111
|
+
}
|
|
112
|
+
export interface IDssTransactionConfirmationContextData {
|
|
113
|
+
RefID: string;
|
|
114
|
+
}
|
|
115
|
+
export interface IDssTransactionConfirmationChallenge {
|
|
116
|
+
Title: Title;
|
|
117
|
+
TextChallenge: TextChallenge[];
|
|
118
|
+
ContextData: IDssTransactionConfirmationContextData;
|
|
119
|
+
}
|
|
120
|
+
export interface IDssChallengeResult {
|
|
121
|
+
RefId: string;
|
|
122
|
+
Value?: string;
|
|
123
|
+
}
|
|
124
|
+
export interface IDssConfirmationResponse {
|
|
125
|
+
AccessToken?: string;
|
|
126
|
+
ExpiresIn?: number;
|
|
127
|
+
Challenge: IDssTransactionConfirmationChallenge;
|
|
128
|
+
ContextData: IDssTransactionConfirmationContextData;
|
|
129
|
+
IsFinal: boolean;
|
|
130
|
+
IsError: boolean;
|
|
131
|
+
Error?: string;
|
|
132
|
+
ErrorDescription?: string;
|
|
133
|
+
}
|
|
@@ -3,14 +3,14 @@ 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:/
|
|
6
|
+
import("C:/Dev/WebCDev/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:
|
|
10
10
|
import("./components/EmailButtonItem").EmailButtonItemProps) => JSX.Element;
|
|
11
11
|
checkbox:
|
|
12
12
|
import("react").ForwardRefExoticComponent<Pick<
|
|
13
|
-
import("@docsvision/web/components/form/checkbox/CheckBox").CheckBoxProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "
|
|
13
|
+
import("@docsvision/web/components/form/checkbox/CheckBox").CheckBoxProps, "dir" | "form" | "slot" | "style" | "title" | "name" | "disabled" | "children" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "id" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "draggable" | "placeholder" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "value" | "checked" | "readOnly" | "required" | "htmlFor" | "css" | "onSetupView" | "indeterminate" | "onSetupLogic" | "labelText" | "innerRef"> &
|
|
14
14
|
import("react").RefAttributes<unknown>>;
|
|
15
15
|
files: (props:
|
|
16
16
|
import("./components/EmailButtonFiles").EmailButtonFilesProps) => JSX.Element;
|
|
@@ -38,7 +38,7 @@ export declare class ExistingCardLinkDialog extends React.Component<Props, State
|
|
|
38
38
|
private attachRoot;
|
|
39
39
|
DialogBox:
|
|
40
40
|
import("styled-components").StyledComponent<(props:
|
|
41
|
-
import("C:/
|
|
41
|
+
import("C:/Dev/WebCDev/Bin/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
42
42
|
close(): void;
|
|
43
43
|
onMaximize: () => void;
|
|
44
44
|
render(): JSX.Element;
|