@docsvision/webclient 5.17.0-beta.16 → 5.17.0-beta.18
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/AddBackgroundMovementEffect.d.ts +2 -0
- package/Account/AuthBox.d.ts +12 -0
- package/Account/Authentication.d.ts +1 -0
- package/Account/Box.d.ts +7 -0
- package/Account/Button.d.ts +10 -0
- package/Account/ChangeMethodButton.d.ts +6 -0
- package/Account/ContactBox.d.ts +7 -0
- package/Account/ErrorBlock.d.ts +7 -0
- package/Account/Form.d.ts +11 -0
- package/Account/Greeting.d.ts +7 -0
- package/Account/Input.d.ts +15 -0
- package/Account/Login.stories.d.ts +12 -0
- package/Account/LoginContainer.d.ts +46 -0
- package/Account/LoginError.d.ts +11 -0
- package/Account/LoginExtensionManager.d.ts +2 -0
- package/Account/LoginInputsDivider.d.ts +5 -0
- package/Account/LoginLogic.d.ts +61 -0
- package/Account/LoginPage.d.ts +3 -0
- package/Account/LoginTypes.d.ts +97 -0
- package/Account/Logo.d.ts +3 -0
- package/Account/ProviderButton.d.ts +9 -0
- package/Account/Providers.d.ts +8 -0
- package/Approval/AgreementStage.d.ts +1 -0
- package/BackOffice/AuthenticationKinds.d.ts +23 -0
- package/BackOffice/AuthenticationKinds.stories.d.ts +10 -0
- package/BackOffice/AuthenticationKindsConstants.d.ts +1 -0
- package/BackOffice/AuthenticationKindsContainer.d.ts +8 -0
- package/BackOffice/AuthenticationKindsFrame.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetHeader.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetLabel.d.ts +6 -0
- package/BackOffice/AuthenticationKindsGetUseExtensionState.d.ts +7 -0
- package/BackOffice/AuthenticationKindsItem.d.ts +6 -0
- package/BackOffice/AuthenticationKindsList.d.ts +6 -0
- package/BackOffice/AuthenticationKindsLogic.d.ts +56 -0
- package/BackOffice/AuthenticationKindsModalDialog.d.ts +6 -0
- package/BackOffice/AuthenticationKindsNotEqualLogins.d.ts +8 -0
- package/BackOffice/AuthenticationKindsOptions.d.ts +30 -0
- package/BackOffice/AuthenticationKindsTextBox.d.ts +7 -0
- package/BackOffice/AuthenticationKindsUpdateLogin.d.ts +8 -0
- package/BackOffice/AuthenticationKindsUpdateUseExtension.d.ts +8 -0
- package/BackOffice/AuthenticationKindsView.d.ts +19 -0
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/CommandMenuComponent.d.ts +1 -1
- package/BackOffice/CreateWindow.d.ts +1 -1
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +3 -2
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DisplayPerformersImpl.d.ts +1 -1
- package/BackOffice/EditWindow.d.ts +1 -1
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListBuiltInOperations.d.ts +1 -0
- package/BackOffice/FileListControl.d.ts +2 -0
- package/BackOffice/FileListControlImpl.d.ts +0 -1
- package/BackOffice/HistoryView.d.ts +1 -1
- package/BackOffice/IFileSignInteractionModel.d.ts +1 -0
- package/BackOffice/LinksImpl.d.ts +1 -1
- package/BackOffice/NumeratorImpl.d.ts +1 -1
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/PartnerSelectDialog.d.ts +1 -0
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +2 -1
- package/BackOffice/TaskListItemComponent.d.ts +1 -1
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/Generated/DocsVision.WebClient.Controllers.d.ts +18 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +90 -5
- package/Helpers/ComboBox/ComboBoxElement.d.ts +1 -1
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +1 -1
- package/Helpers/ControlSelector/ControlSelector.d.ts +1 -1
- package/Helpers/CustomTree/CustomTreeNode.d.ts +1 -1
- package/Helpers/DVWebToolConnection/DVWebToolConnection.d.ts +7 -2
- package/Helpers/MainMenu/{Item.d.ts → MainMenuItem.d.ts} +4 -4
- package/Helpers/SliderCheckBox/SliderCheckBox.d.ts +1 -1
- package/Helpers/WithMemo.d.ts +2 -0
- package/Legacy/ApprovalFilePanel.d.ts +4 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Libs/CryptoPro/Crypto.d.ts +102 -0
- package/Libs/FileDrop/FileDrop.d.ts +49 -0
- package/MainBundle.d.ts +1 -0
- package/Platform/ApprovalVisualizationOptions.d.ts +1 -4
- package/Platform/ApprovalVisualizationView.d.ts +1 -1
- package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
- package/Platform/BaseMainMenuItem.d.ts +1 -0
- package/Platform/BaseMainMenuItemImpl.d.ts +5 -2
- package/Platform/ButtonPositionsSelection.d.ts +1 -1
- package/Platform/CardEditRouteTypeMapper.d.ts +1 -1
- package/Platform/CardLinkImpl.d.ts +1 -1
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/CommentFileImpl.d.ts +4 -1
- package/Platform/CryptoProInfo.d.ts +4 -4
- package/Platform/DVWebToolInfo.d.ts +4 -4
- package/Platform/DateTimePickerImpl.d.ts +0 -2
- package/Platform/DepartmentRowEditRouteTypeMapper.d.ts +1 -4
- package/Platform/DepartmentRowViewRouteTypeMapper.d.ts +1 -4
- package/Platform/ExistingRowRouteNames.d.ts +2 -2
- package/Platform/FilePreviewImpl.d.ts +3 -1
- package/Platform/FilterBoolean.d.ts +6 -0
- package/Platform/FolderMainMenuItemImpl.d.ts +1 -0
- package/Platform/FolderViewItemsImpl.d.ts +4 -4
- package/Platform/GroupMainMenuItemImpl.d.ts +1 -0
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/MasterGroupMainMenuItemImpl.d.ts +1 -0
- package/Platform/NewCardRouteTypeMapper.d.ts +5 -5
- package/Platform/NewDepartmentRowRouteTypeMapper.d.ts +1 -7
- package/Platform/NewOrganizationRowRouteTypeMapper.d.ts +1 -7
- package/Platform/NewRowRouteTypeMapper.d.ts +4 -4
- package/Platform/OrganizationRowEditRouteTypeMapper.d.ts +1 -4
- package/Platform/OrganizationRowViewRouteTypeMapper.d.ts +1 -4
- package/Platform/ResetSettings.d.ts +4 -4
- package/Platform/RotateDirection.d.ts +3 -1
- package/Platform/RowEditRouteTypeMapper.d.ts +2 -2
- package/Platform/RowViewRouteTypeMapper.d.ts +0 -3
- package/Platform/ScanDialogService.d.ts +1 -1
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/TextAreaImpl.d.ts +1 -0
- package/Platform/TextListInputView.d.ts +3 -3
- package/Platform/UnreadCounter.d.ts +3 -1
- package/Platform/UserCulture.d.ts +4 -4
- package/Platform/UserFoldersMainMenuItemImpl.d.ts +1 -0
- package/Platform/UserProfileDialog.d.ts +2 -1
- package/System/BaseControlImpl.d.ts +1 -1
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/IWebServicesRequest.d.ts +2 -0
- package/System/InputBasedControlImpl.d.ts +1 -1
- package/System/PageLeaveConfirmation.d.ts +1 -0
- package/System/StringUtils.d.ts +1 -1
- package/package.json +1 -1
|
@@ -5858,6 +5858,7 @@ export declare namespace GenModels {
|
|
|
5858
5858
|
interface ActualStageData {
|
|
5859
5859
|
stageSemantics: GenModels.StageSemantics;
|
|
5860
5860
|
currentStage: boolean;
|
|
5861
|
+
pass: number;
|
|
5861
5862
|
}
|
|
5862
5863
|
}
|
|
5863
5864
|
export declare namespace GenModels {
|
|
@@ -5934,8 +5935,10 @@ export declare namespace GenModels {
|
|
|
5934
5935
|
export declare namespace GenModels {
|
|
5935
5936
|
interface ApprovalHistoryStageModel {
|
|
5936
5937
|
name: string;
|
|
5938
|
+
id: string;
|
|
5937
5939
|
approvalType?: GenModels.ApprovalType;
|
|
5938
5940
|
beginDate: string;
|
|
5941
|
+
pass: number;
|
|
5939
5942
|
stageItems: Array<GenModels.ApprovalHistoryStageItemModel>;
|
|
5940
5943
|
}
|
|
5941
5944
|
}
|
|
@@ -8640,6 +8643,14 @@ export declare namespace GenModels {
|
|
|
8640
8643
|
* Pdf cache directory
|
|
8641
8644
|
*/
|
|
8642
8645
|
pdfCacheDirectory: string;
|
|
8646
|
+
/**
|
|
8647
|
+
* Gets or sets whether DVWebTool should be terminated after use.
|
|
8648
|
+
*/
|
|
8649
|
+
dvWebToolAppShutDown: boolean;
|
|
8650
|
+
/**
|
|
8651
|
+
* Gets or sets whether DVWebTool should be launch after load OS.
|
|
8652
|
+
*/
|
|
8653
|
+
dvWebToolStartUpLaunch: boolean;
|
|
8643
8654
|
/**
|
|
8644
8655
|
* Search context options
|
|
8645
8656
|
*/
|
|
@@ -8756,6 +8767,10 @@ export declare namespace GenModels {
|
|
|
8756
8767
|
* Feedback URL
|
|
8757
8768
|
*/
|
|
8758
8769
|
feedbackUrl: string;
|
|
8770
|
+
/**
|
|
8771
|
+
* Enabled unread counters or not.
|
|
8772
|
+
*/
|
|
8773
|
+
unreadCountersEnabled: boolean;
|
|
8759
8774
|
}
|
|
8760
8775
|
}
|
|
8761
8776
|
export declare namespace GenModels {
|
|
@@ -9768,6 +9783,10 @@ export declare namespace GenModels {
|
|
|
9768
9783
|
* Gets or sets name
|
|
9769
9784
|
*/
|
|
9770
9785
|
name: string;
|
|
9786
|
+
/**
|
|
9787
|
+
* Gets or sets localized name
|
|
9788
|
+
*/
|
|
9789
|
+
localizedName: string;
|
|
9771
9790
|
/**
|
|
9772
9791
|
* Gets or sets value
|
|
9773
9792
|
*/
|
|
@@ -10151,6 +10170,10 @@ export declare namespace GenModels {
|
|
|
10151
10170
|
* Gets or sets name
|
|
10152
10171
|
*/
|
|
10153
10172
|
name: string;
|
|
10173
|
+
/**
|
|
10174
|
+
* Gets or sets name
|
|
10175
|
+
*/
|
|
10176
|
+
localizedName: string;
|
|
10154
10177
|
/**
|
|
10155
10178
|
* Gets or sets value
|
|
10156
10179
|
*/
|
|
@@ -10263,6 +10286,72 @@ export declare namespace GenModels {
|
|
|
10263
10286
|
name: string;
|
|
10264
10287
|
}
|
|
10265
10288
|
}
|
|
10289
|
+
export declare namespace GenModels {
|
|
10290
|
+
interface AuthenticationExtensionModel {
|
|
10291
|
+
/**
|
|
10292
|
+
* Unique Id
|
|
10293
|
+
*
|
|
10294
|
+
* @format datatype.uuid
|
|
10295
|
+
*/
|
|
10296
|
+
id: string;
|
|
10297
|
+
/**
|
|
10298
|
+
* Name
|
|
10299
|
+
*/
|
|
10300
|
+
name: string;
|
|
10301
|
+
/**
|
|
10302
|
+
* Picture
|
|
10303
|
+
*/
|
|
10304
|
+
logo: Array<number>;
|
|
10305
|
+
/**
|
|
10306
|
+
* Description
|
|
10307
|
+
*/
|
|
10308
|
+
description: string;
|
|
10309
|
+
/**
|
|
10310
|
+
* URL
|
|
10311
|
+
*/
|
|
10312
|
+
URL: string;
|
|
10313
|
+
/**
|
|
10314
|
+
* Supported types of response
|
|
10315
|
+
*/
|
|
10316
|
+
supportedTypes: Array<string>;
|
|
10317
|
+
/**
|
|
10318
|
+
* Supported modes of response
|
|
10319
|
+
*/
|
|
10320
|
+
supportedModes: Array<string>;
|
|
10321
|
+
}
|
|
10322
|
+
}
|
|
10323
|
+
export declare namespace GenModels {
|
|
10324
|
+
interface AuthenticationKindsModel {
|
|
10325
|
+
/**
|
|
10326
|
+
* Id
|
|
10327
|
+
*
|
|
10328
|
+
* @format datatype.uuid
|
|
10329
|
+
*/
|
|
10330
|
+
extensionId: string;
|
|
10331
|
+
/**
|
|
10332
|
+
* Name
|
|
10333
|
+
*/
|
|
10334
|
+
extensionName: string;
|
|
10335
|
+
/**
|
|
10336
|
+
* Flag if use extension for current user
|
|
10337
|
+
*/
|
|
10338
|
+
useExtension: boolean;
|
|
10339
|
+
/**
|
|
10340
|
+
* User login in current extension
|
|
10341
|
+
*/
|
|
10342
|
+
userExtensionLogin: string;
|
|
10343
|
+
/**
|
|
10344
|
+
* User id
|
|
10345
|
+
*
|
|
10346
|
+
* @format datatype.uuid
|
|
10347
|
+
*/
|
|
10348
|
+
userId: string;
|
|
10349
|
+
/**
|
|
10350
|
+
* Flag if extension allowed check user login
|
|
10351
|
+
*/
|
|
10352
|
+
checkButtonEnable: boolean;
|
|
10353
|
+
}
|
|
10354
|
+
}
|
|
10266
10355
|
export declare namespace GenModels {
|
|
10267
10356
|
interface SearchItemModel {
|
|
10268
10357
|
/**
|
|
@@ -10563,17 +10652,13 @@ export declare namespace GenModels {
|
|
|
10563
10652
|
}
|
|
10564
10653
|
export declare namespace GenModels {
|
|
10565
10654
|
enum DecisionSemantics {
|
|
10566
|
-
None = 0,
|
|
10567
10655
|
Positive = 1,
|
|
10568
10656
|
Negative = 2,
|
|
10569
10657
|
Neutral = 3,
|
|
10570
10658
|
Cancellation = 4,
|
|
10571
10659
|
NewCycle = 5,
|
|
10572
10660
|
ApproversAddition = 6,
|
|
10573
|
-
|
|
10574
|
-
Any = 8,
|
|
10575
|
-
Completion = 100,
|
|
10576
|
-
Return = 200
|
|
10661
|
+
Completion = 100
|
|
10577
10662
|
}
|
|
10578
10663
|
}
|
|
10579
10664
|
export declare namespace GenModels {
|
|
@@ -42,7 +42,7 @@ export declare class ComboBoxElement extends React.Component<IComboBoxElementPro
|
|
|
42
42
|
*/
|
|
43
43
|
protected onSelect: () => void;
|
|
44
44
|
protected onKeyDown: (e: React.KeyboardEvent<any>) => void;
|
|
45
|
-
get tabIndex():
|
|
45
|
+
get tabIndex(): -1 | 0;
|
|
46
46
|
/**
|
|
47
47
|
* Фокусирует элемент
|
|
48
48
|
*/
|
|
@@ -30,7 +30,7 @@ export declare class ComboBoxTitle extends React.Component<IComboBoxTitleProps,
|
|
|
30
30
|
protected onClick: () => void;
|
|
31
31
|
protected onKeyDown: (e: React.KeyboardEvent<any>) => void;
|
|
32
32
|
/** @internal */
|
|
33
|
-
get tabIndex():
|
|
33
|
+
get tabIndex(): -1 | 0;
|
|
34
34
|
componentDidMount(): void;
|
|
35
35
|
componentWillUnmount(): void;
|
|
36
36
|
/** @internal */
|
|
@@ -37,7 +37,7 @@ export declare class ControlSelector extends React.Component<IControlSelectorPro
|
|
|
37
37
|
UNSAFE_componentWillMount(): void;
|
|
38
38
|
/** @internal */
|
|
39
39
|
UNSAFE_componentWillReceiveProps(nextProps: IControlSelectorProps, nextContext: any): void;
|
|
40
|
-
loadControl(controlTypeName: string): Promise<LayoutControlType>;
|
|
40
|
+
loadControl(controlTypeName: string, updateOnAsyncLoading?: boolean): Promise<LayoutControlType>;
|
|
41
41
|
loadControlFromModule(name: string, path: string): Promise<any>;
|
|
42
42
|
/** См. [документацию React](https://facebook.github.io/react/docs/react-component.html#the-component-lifecycle) */
|
|
43
43
|
componentDidCatch(error: any, info: any): void;
|
|
@@ -19,7 +19,7 @@ export interface ICustomTreeNodeProps {
|
|
|
19
19
|
*/
|
|
20
20
|
export declare class CustomTreeNode extends React.Component<ICustomTreeNodeProps, undefined> {
|
|
21
21
|
protected onClick: () => void;
|
|
22
|
-
get tabIndex():
|
|
22
|
+
get tabIndex(): -1 | 0;
|
|
23
23
|
/** @internal */
|
|
24
24
|
render(): JSX.Element;
|
|
25
25
|
}
|
|
@@ -4,8 +4,13 @@ import { IWebServicesRequest } from '@docsvision/webclient/System/IWebServicesRe
|
|
|
4
4
|
import { IWebServicesConnection } from '@docsvision/webclient/System/IWebServicesConnection';
|
|
5
5
|
import { $MessageBox } from '@docsvision/webclient/System/$MessageBox';
|
|
6
6
|
export declare class DVWebToolConnection {
|
|
7
|
-
private static
|
|
7
|
+
private static WebToolInstalledOptionsKey;
|
|
8
|
+
private static dvWebToolOpenCommand;
|
|
9
|
+
private static delayTime;
|
|
10
|
+
static cancel: boolean;
|
|
8
11
|
static trySendData<RequestT, ResponseT>(webService: string, data: IWebServicesRequest<RequestT>, services: $WebServices & $ApplicationSettings & $MessageBox): Promise<ResponseT>;
|
|
12
|
+
static trySendDataEx<RequestT, ResponseT>(webService: string, data: IWebServicesRequest<RequestT>, services: $WebServices & $ApplicationSettings & $MessageBox, maxTryCount?: number): Promise<ResponseT>;
|
|
9
13
|
static tryConnect<RequestT, ResponseT>(webService: string, services: $WebServices & $ApplicationSettings & $MessageBox): Promise<IWebServicesConnection>;
|
|
10
|
-
static
|
|
14
|
+
static tryConnectEx<RequestT, ResponseT>(webService: string, services: $WebServices & $ApplicationSettings & $MessageBox, maxTryCount?: number): Promise<IWebServicesConnection>;
|
|
15
|
+
static renderModalWindow(container: HTMLElement, services: $WebServices & $ApplicationSettings & $MessageBox): void;
|
|
11
16
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
/** @internal */
|
|
3
|
-
export interface
|
|
3
|
+
export interface IMainMenuItemProps {
|
|
4
4
|
/** Button action */
|
|
5
|
-
onClick: (event: React.MouseEvent<
|
|
6
|
-
children?:
|
|
5
|
+
onClick: (event: React.MouseEvent<unknown>) => void;
|
|
6
|
+
children?: unknown;
|
|
7
7
|
}
|
|
8
8
|
/**
|
|
9
9
|
* @internal Represents a button, that looks like small icon
|
|
@@ -12,4 +12,4 @@ export interface IItemProps {
|
|
|
12
12
|
* iconClassName="dv-ico dv-ico-dictionary" visible={ super.getEditAvailable()}
|
|
13
13
|
* title={resources.Numerator_GenerateNewNumberTooltip} />
|
|
14
14
|
*/
|
|
15
|
-
export declare
|
|
15
|
+
export declare function MainMenuItem(props: IMainMenuItemProps): JSX.Element;
|
|
@@ -30,7 +30,7 @@ export declare class SliderCheckBox extends React.Component<SliderCheckBoxProps,
|
|
|
30
30
|
constructor(props: SliderCheckBoxProps);
|
|
31
31
|
protected get canEdit(): boolean;
|
|
32
32
|
protected handleCheckBoxClick(event: any): void;
|
|
33
|
-
protected getTabIndex():
|
|
33
|
+
protected getTabIndex(): -1 | 0;
|
|
34
34
|
protected getCssClass(): string;
|
|
35
35
|
/** @internal */
|
|
36
36
|
render(): JSX.Element;
|
|
@@ -19,6 +19,7 @@ export declare class ApprovalFilePanel {
|
|
|
19
19
|
private static MainFilesPlaceholder;
|
|
20
20
|
private static AdditionalFilesPlaceholder;
|
|
21
21
|
private static AddFileVersionLabel;
|
|
22
|
+
private static MarkVersionAsFinalCssClass;
|
|
22
23
|
private filePanel;
|
|
23
24
|
private currentSettings;
|
|
24
25
|
private selectedElement;
|
|
@@ -35,8 +36,11 @@ export declare class ApprovalFilePanel {
|
|
|
35
36
|
private SelectEventClick;
|
|
36
37
|
private SettingEventHandler;
|
|
37
38
|
private VersionEventHandler;
|
|
39
|
+
getExpandedVersions(): string[];
|
|
40
|
+
expandVersions(fileId: string, expand?: boolean): void;
|
|
38
41
|
private ShowVersions;
|
|
39
42
|
private DeleteFileVersionEventHandler;
|
|
43
|
+
private MarkVersionAsFinalEventHandler;
|
|
40
44
|
private AddCopyToFinalEventHandler;
|
|
41
45
|
private VersionsSettingsEventHandlers;
|
|
42
46
|
private ShowSettingsEventClick;
|
|
@@ -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:/
|
|
57
|
+
import("C:/Git/WC/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;
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { $SignatureController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
+
import { EncryptedInfo } from "@docsvision/webclient/Legacy/EncryptedInfo";
|
|
3
|
+
import { IFileSignInfo } from "@docsvision/webclient/Legacy/IFileSingInfo";
|
|
4
|
+
import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
5
|
+
import { Optional } from "@docsvision/web/core/services";
|
|
6
|
+
/** @internal */
|
|
7
|
+
export interface ICryptoCertificate {
|
|
8
|
+
/** Идентификатор сертификата (он же отпечаток). */
|
|
9
|
+
Id: string;
|
|
10
|
+
/** Отображаемое имя сертификата (с краткой информацией и сроком действия сертификата). */
|
|
11
|
+
DisplayName: string;
|
|
12
|
+
/** Дата, отражающая срок действия сертификата. */
|
|
13
|
+
ExpirateDate: string;
|
|
14
|
+
/** Кем серификат выпущен. */
|
|
15
|
+
Issue: string;
|
|
16
|
+
/** Название сертификата. */
|
|
17
|
+
Name: string;
|
|
18
|
+
/** Имеется ли приватный ключ. */
|
|
19
|
+
hasPrivateKey: boolean;
|
|
20
|
+
/** Действителен ли сертификат. */
|
|
21
|
+
isValid: boolean;
|
|
22
|
+
/** Действителен начиная с указанной даты. */
|
|
23
|
+
validFromDate: Date;
|
|
24
|
+
/** Срок действия до указанной даты. */
|
|
25
|
+
validToDate: Date;
|
|
26
|
+
/** Алгоритм шифрования */
|
|
27
|
+
cipherAlgorithm: string;
|
|
28
|
+
}
|
|
29
|
+
/** @internal */
|
|
30
|
+
export interface ICryptoCertificateInfo {
|
|
31
|
+
/** Идентификатор сертификата */
|
|
32
|
+
id: string;
|
|
33
|
+
/** Отображаемое имя сертификата. */
|
|
34
|
+
displayName: string;
|
|
35
|
+
/** Содержимое сертификата в фомате Base64 */
|
|
36
|
+
contentBase64?: string;
|
|
37
|
+
}
|
|
38
|
+
/** @internal */
|
|
39
|
+
export declare enum SignatureItemType {
|
|
40
|
+
MainFileSignaturePartType = 0,
|
|
41
|
+
MainFileWithContentSignaturePartType = 1,
|
|
42
|
+
DocumentFieldsSignaturePartType = 2,
|
|
43
|
+
DocumentAttachmentsSignaturePartType = 3
|
|
44
|
+
}
|
|
45
|
+
/** @internal */
|
|
46
|
+
export declare class Crypto {
|
|
47
|
+
static LabelOIDAttribute: string;
|
|
48
|
+
static DocumentNameOIDAttribute: string;
|
|
49
|
+
static DocumentFileOIDAttribute: string;
|
|
50
|
+
static DocumentVersionOIDAttribute: string;
|
|
51
|
+
static EmployeeOIDAttribute: string;
|
|
52
|
+
static ProviderName: string;
|
|
53
|
+
static ProviderType: string;
|
|
54
|
+
static CADESCOM_CERT_INFO_TYPE_SUBJECT_SIMPLE_NAME: number;
|
|
55
|
+
static CADESCOM_CERT_INFO_TYPE_ISSUER_SIMPLE_NAME: number;
|
|
56
|
+
static CADESCOM_CURRENT_USER_STORE: number;
|
|
57
|
+
static CADESCOM_MY_STORE: string;
|
|
58
|
+
static CADESCOM_STORE_OPEN_MAXIMUM_ALLOWED: number;
|
|
59
|
+
static CADESCOM_CERTIFICATE_FIND_SUBJECT_NAME: number;
|
|
60
|
+
static CADESCOM_CERTIFICATE_FIND_SHA1_HASH: number;
|
|
61
|
+
static CADESCOM_BASE64_TO_BINARY: number;
|
|
62
|
+
static CADESCOM_CADES_BES: number;
|
|
63
|
+
static CADESCOM_CADES_T: number;
|
|
64
|
+
static CADESCOM_CADES_X_LONG_TYPE_1: number;
|
|
65
|
+
static CADESCOM_ENCODE_BASE64: number;
|
|
66
|
+
static CADESCOM_ENCODE_BINARY: number;
|
|
67
|
+
static CADESCOM_AUTHENTICATED_ATTRIBUTE_DOCUMENT_NAME: number;
|
|
68
|
+
static CADESCOM_AUTHENTICATED_ATTRIBUTE_DOCUMENT_DESCRIPTION: number;
|
|
69
|
+
static CADESCOM_ATTRIBUTE_OTHER: number;
|
|
70
|
+
private static CertListContainerPrefix;
|
|
71
|
+
private widgetId;
|
|
72
|
+
private widget;
|
|
73
|
+
private certListElement;
|
|
74
|
+
private static asyncCodeIncluded;
|
|
75
|
+
private static asyncPromise;
|
|
76
|
+
private static asyncResolve;
|
|
77
|
+
constructor();
|
|
78
|
+
static include_async_code(): void;
|
|
79
|
+
static GetCertificateByThumbprint(thumbprint: any): Promise<string | undefined>;
|
|
80
|
+
static GetCertificateInfoByThumbprint(thumbprint: any): Promise<ICryptoCertificateInfo>;
|
|
81
|
+
private static GetCertificateByThumbprint_NPAPI;
|
|
82
|
+
static CheckForPlugIn(): any;
|
|
83
|
+
static SignFilesWithCertificate(encryptedInfo: EncryptedInfo, files: IFileSignInfo[], cardId: string, signFields?: boolean, signAttachments?: boolean, signType?: number, tspService?: string): Promise<any>;
|
|
84
|
+
static SignFilesWithCertificateEx(encryptedInfo: EncryptedInfo, files: IFileSignInfo[], cardId: string, signFields?: boolean, signAttachments?: boolean, signType?: number, tspService?: string): Promise<any>;
|
|
85
|
+
static CanAsync(): boolean;
|
|
86
|
+
static SignData(encryptedInfo: EncryptedInfo, dataToSign: any, signType?: any, tspService?: any): any;
|
|
87
|
+
private static Verify;
|
|
88
|
+
static GetCertsList(): Promise<ICryptoCertificate[]>;
|
|
89
|
+
private static GetCertsList_NPAPI;
|
|
90
|
+
private static CheckForPlugIn_NPAPI;
|
|
91
|
+
private static GetBlobInBase64;
|
|
92
|
+
static VerifySign(signHash: any, fileId: any): Promise<unknown>;
|
|
93
|
+
static GetPluginInfo(): any;
|
|
94
|
+
static SetPluginInfo_NAPI(): void;
|
|
95
|
+
static GetSignatureType(services: $SignatureController & Optional<$MessageBox>, certificate: string): Promise<{
|
|
96
|
+
cadesSignType: number;
|
|
97
|
+
tspAddress: string;
|
|
98
|
+
certificateThumberpint: string;
|
|
99
|
+
}>;
|
|
100
|
+
private static SignData_NPAPI;
|
|
101
|
+
}
|
|
102
|
+
export declare function getBstrBase64(str: string): string;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import React, { DragEvent as ReactDragEvent, DragEventHandler as ReactDragEventHandler } from 'react';
|
|
2
|
+
export declare type TDropEffects = 'copy' | 'move' | 'link' | 'none';
|
|
3
|
+
export interface IFileDropProps {
|
|
4
|
+
className?: string;
|
|
5
|
+
targetClassName?: string;
|
|
6
|
+
draggingOverFrameClassName?: string;
|
|
7
|
+
draggingOverTargetClassName?: string;
|
|
8
|
+
frame?: HTMLElement | Document;
|
|
9
|
+
onFrameDragEnter?: (event: DragEvent) => void;
|
|
10
|
+
onFrameDragLeave?: (event: DragEvent) => void;
|
|
11
|
+
onFrameDrop?: (event: DragEvent) => void;
|
|
12
|
+
onDragOver?: ReactDragEventHandler<HTMLDivElement>;
|
|
13
|
+
onDragLeave?: ReactDragEventHandler<HTMLDivElement>;
|
|
14
|
+
onDrop?: (files: FileList | null, event: ReactDragEvent<HTMLDivElement>) => any;
|
|
15
|
+
dropEffect?: TDropEffects;
|
|
16
|
+
}
|
|
17
|
+
export interface IFileDropState {
|
|
18
|
+
draggingOverFrame: boolean;
|
|
19
|
+
draggingOverTarget: boolean;
|
|
20
|
+
}
|
|
21
|
+
declare class FileDrop extends React.PureComponent<IFileDropProps, IFileDropState> {
|
|
22
|
+
static defaultProps: {
|
|
23
|
+
dropEffect: TDropEffects;
|
|
24
|
+
frame: Document;
|
|
25
|
+
className: string;
|
|
26
|
+
targetClassName: string;
|
|
27
|
+
draggingOverFrameClassName: string;
|
|
28
|
+
draggingOverTargetClassName: string;
|
|
29
|
+
};
|
|
30
|
+
frameDragCounter: number;
|
|
31
|
+
constructor(props: IFileDropProps);
|
|
32
|
+
static isIE: () => boolean;
|
|
33
|
+
static eventHasFiles: (event: DragEvent | ReactDragEvent<HTMLElement>) => boolean;
|
|
34
|
+
resetDragging: () => void;
|
|
35
|
+
handleWindowDragOverOrDrop: (event: DragEvent) => void;
|
|
36
|
+
handleFrameDrag: (event: DragEvent) => void;
|
|
37
|
+
handleFrameDrop: (event: DragEvent) => void;
|
|
38
|
+
handleDragOver: ReactDragEventHandler<HTMLDivElement>;
|
|
39
|
+
handleDragLeave: ReactDragEventHandler<HTMLDivElement>;
|
|
40
|
+
handleDrop: ReactDragEventHandler<HTMLDivElement>;
|
|
41
|
+
handleMouseOver: (event: any) => void;
|
|
42
|
+
stopFrameListeners: (frame: IFileDropProps['frame']) => void;
|
|
43
|
+
startFrameListeners: (frame: IFileDropProps['frame']) => void;
|
|
44
|
+
componentWillReceiveProps(nextProps: IFileDropProps): void;
|
|
45
|
+
componentDidMount(): void;
|
|
46
|
+
componentWillUnmount(): void;
|
|
47
|
+
render(): JSX.Element;
|
|
48
|
+
}
|
|
49
|
+
export default FileDrop;
|
package/MainBundle.d.ts
CHANGED
|
@@ -20,4 +20,5 @@ import "@docsvision/webclient/BackOffice/DirectoryTree";
|
|
|
20
20
|
import "@docsvision/webclient/BackOffice/DirectorySearchResult";
|
|
21
21
|
import "@docsvision/webclient/Templates/ControlTemplate";
|
|
22
22
|
import "@docsvision/webclient/Templates/ServiceTemplateService";
|
|
23
|
+
import "@docsvision/webclient/Helpers/TextInput";
|
|
23
24
|
import "@docsvision/webclient/BackOffice/SignatureConstants";
|
|
@@ -1,17 +1,14 @@
|
|
|
1
1
|
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
2
2
|
import { NodeOptions } from "vis";
|
|
3
3
|
export declare const decisionSemanticsColors: {
|
|
4
|
-
|
|
4
|
+
[x: number]: string;
|
|
5
5
|
1: string;
|
|
6
6
|
2: string;
|
|
7
7
|
3: string;
|
|
8
8
|
4: string;
|
|
9
9
|
5: string;
|
|
10
10
|
6: string;
|
|
11
|
-
7: string;
|
|
12
|
-
8: string;
|
|
13
11
|
100: string;
|
|
14
|
-
200: string;
|
|
15
12
|
};
|
|
16
13
|
export declare const conditionTypeImage: {
|
|
17
14
|
1: string;
|
|
@@ -9,7 +9,7 @@ export declare class ApprovalVisualizationView {
|
|
|
9
9
|
description: typeof ApprovalVisualizationDescription;
|
|
10
10
|
vis:
|
|
11
11
|
import("react").ForwardRefExoticComponent<Pick<
|
|
12
|
-
import("./Components/ApprovalVisualizationVisBlock").IApprovalVisualizationVisBlockProps, "
|
|
12
|
+
import("./Components/ApprovalVisualizationVisBlock").IApprovalVisualizationVisBlockProps, "slot" | "style" | "title" | "children" | "onSubmit" | "placeholder" | "dir" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "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" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "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" | "onClick" | "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" | "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"> &
|
|
13
13
|
import("react").RefAttributes<HTMLDivElement>>;
|
|
14
14
|
container: typeof ApprovalVisualizationContainer;
|
|
15
15
|
conditionList: typeof ApprovalVisualizationConditionList;
|
|
@@ -3,4 +3,4 @@ import React from 'react';
|
|
|
3
3
|
import './ApprovalVisualizationVisBlock.css';
|
|
4
4
|
export interface IApprovalVisualizationVisBlockProps extends HtmlProps.div {
|
|
5
5
|
}
|
|
6
|
-
export declare const ApprovalVisualizationVisBlock: React.ForwardRefExoticComponent<Pick<IApprovalVisualizationVisBlockProps, "
|
|
6
|
+
export declare const ApprovalVisualizationVisBlock: React.ForwardRefExoticComponent<Pick<IApprovalVisualizationVisBlockProps, "slot" | "style" | "title" | "children" | "onSubmit" | "placeholder" | "dir" | "className" | "color" | "id" | "lang" | "role" | "tabIndex" | "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" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "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" | "onClick" | "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" | "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"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -52,6 +52,7 @@ export declare abstract class BaseMainMenuItem<PropsT extends BaseMainMenuItemPa
|
|
|
52
52
|
protected registerChild(child: BaseControl<BaseControlParams, BaseControlState>): void;
|
|
53
53
|
/** @internal */
|
|
54
54
|
protected set level(val: number | string);
|
|
55
|
+
protected setChildLevel(child: BaseControl<BaseControlParams, BaseControlState>, level: number): void;
|
|
55
56
|
/** @internal */
|
|
56
57
|
protected set expanded(val: string | boolean);
|
|
57
58
|
/** @internal */
|
|
@@ -4,6 +4,7 @@ import { PanelImpl, IPanelState } from "@docsvision/webclient/Platform/PanelImpl
|
|
|
4
4
|
import React from "react";
|
|
5
5
|
/** @internal */
|
|
6
6
|
export interface IBaseMainMenuItemState extends BaseMainMenuItemParams, IPanelState {
|
|
7
|
+
hasProxyControlsInChildren: boolean;
|
|
7
8
|
}
|
|
8
9
|
export interface BaseMainMenuItemState extends IBaseMainMenuItemState {
|
|
9
10
|
}
|
|
@@ -13,11 +14,12 @@ export declare type BaseMainMenuItemImplState = IBaseMainMenuItemState;
|
|
|
13
14
|
export declare class BaseMainMenuItemImpl<PropsT extends BaseMainMenuItemParams, StateT extends IBaseMainMenuItemState> extends PanelImpl<PropsT, StateT> {
|
|
14
15
|
constructor(props: PropsT, state?: StateT);
|
|
15
16
|
UNSAFE_componentWillMount(): void;
|
|
17
|
+
componentDidMount(): void;
|
|
16
18
|
onSelecting():
|
|
17
|
-
import("C:/
|
|
19
|
+
import("C:/Git/WC/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
|
|
18
20
|
onSelected(): void;
|
|
19
21
|
onToggling():
|
|
20
|
-
import("C:/
|
|
22
|
+
import("C:/Git/WC/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
|
|
21
23
|
onToggled(): void;
|
|
22
24
|
protected onClick(event: React.MouseEvent): void;
|
|
23
25
|
protected getCssClass(): string;
|
|
@@ -26,6 +28,7 @@ import("C:/dev/WebClient/Bin/System/Events/CancelableEventArgs").CancelableEvent
|
|
|
26
28
|
protected getChildrenAutoExpandLevelsCount: () => number;
|
|
27
29
|
protected canAutoExpand: () => boolean;
|
|
28
30
|
protected autoExpand(): void;
|
|
31
|
+
getChildLevel(): number;
|
|
29
32
|
protected renderChildren(children?: GenModels.ControlModel[]): React.ReactNode[];
|
|
30
33
|
renderSelfContentItems(): (JSX.Element | JSX.Element[])[];
|
|
31
34
|
renderSelfContent(): JSX.Element;
|
|
@@ -31,7 +31,7 @@ export declare class ButtonPositionsSelection extends BaseControl<ButtonPosition
|
|
|
31
31
|
/** @internal */
|
|
32
32
|
protected createImpl(): ControlImpl;
|
|
33
33
|
/** @internal */
|
|
34
|
-
protected getTabIndex():
|
|
34
|
+
protected getTabIndex(): -1 | 0;
|
|
35
35
|
/** @internal */
|
|
36
36
|
componentDidMount(): void;
|
|
37
37
|
/** @internal */
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IRouteInfo } from "@docsvision/webclient/System/IRouteInfo";
|
|
2
2
|
import { IRouteTypeMapper } from "@docsvision/webclient/System/IRouteTypeMapper";
|
|
3
3
|
import { IExistingCardRouteData } from "@docsvision/webclient/Platform/IExistingCardRouteData";
|
|
4
|
-
export declare const
|
|
4
|
+
export declare const CardEditRouteCardID = "CardID";
|
|
5
5
|
export declare class CardEditRouteTypeMapper implements IRouteTypeMapper<IExistingCardRouteData> {
|
|
6
6
|
hashPattern: string;
|
|
7
7
|
resolve(path: string, parameters: {
|
|
@@ -57,7 +57,7 @@ export declare class CardLinkImpl extends BaseControlImpl<CardLinkParams, ICardL
|
|
|
57
57
|
protected updateValidationMessage(): void;
|
|
58
58
|
protected getCssClass(): string;
|
|
59
59
|
protected getTextValue(): string;
|
|
60
|
-
protected getTextTabIndex():
|
|
60
|
+
protected getTextTabIndex(): -1 | 0;
|
|
61
61
|
protected onTextKeyDown: (event: React.KeyboardEvent) => void;
|
|
62
62
|
protected onMenuKeyDown: (event: React.KeyboardEvent) => void;
|
|
63
63
|
protected renderLabel(): JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare class CertificateSettingsView {
|
|
3
3
|
setup: (props:
|
|
4
|
-
import("C:/
|
|
4
|
+
import("C:/Git/WC/Bin/TypeScriptDefinitions/BackOffice/Dialogs/SignatureMethodsSetup/SignatureMethodsSetup").ISignatureMethodsSetupProps) => JSX.Element;
|
|
5
5
|
}
|
|
@@ -8,6 +8,8 @@ import { RequestHelper } from "@docsvision/webclient/System/RequestHelper";
|
|
|
8
8
|
import { IValidationParams } from "@docsvision/webclient/System/IValidationParams";
|
|
9
9
|
import { IValidationResult } from "@docsvision/webclient/System/IValidationResult";
|
|
10
10
|
import React from "react";
|
|
11
|
+
import { ICardOpenedByWebDavMessage } from "@docsvision/webclient/BackOffice/FileListControlImpl";
|
|
12
|
+
import { IRealTimeCommunicationMessage } from "@docsvision/webclient/System/IRealTimeCommunicationMessage";
|
|
11
13
|
/** @internal */
|
|
12
14
|
export interface ICommentFileState extends BaseControlState, CommentFileParams {
|
|
13
15
|
menuExpanded: boolean;
|
|
@@ -29,6 +31,7 @@ export declare class CommentFileImpl extends BaseControlImpl<CommentFileParams,
|
|
|
29
31
|
get value(): GenModels.CommonFileModel;
|
|
30
32
|
componentDidMount(): void;
|
|
31
33
|
componentWillUnmount(): void;
|
|
34
|
+
protected onDocumentChangedAndSavedByWebdav: (msg: IRealTimeCommunicationMessage<ICardOpenedByWebDavMessage>) => void;
|
|
32
35
|
protected onDocumentClick: (e: MouseEvent) => void;
|
|
33
36
|
getLinkUrl(cardId: string): string;
|
|
34
37
|
openMenu: () => void;
|
|
@@ -53,7 +56,7 @@ export declare class CommentFileImpl extends BaseControlImpl<CommentFileParams,
|
|
|
53
56
|
protected renderValidationMessage(): JSX.Element;
|
|
54
57
|
protected get editAvailable(): boolean;
|
|
55
58
|
protected getCssClass(): string;
|
|
56
|
-
protected getTextTabIndex():
|
|
59
|
+
protected getTextTabIndex(): -1 | 0;
|
|
57
60
|
protected onTextKeyDown: (event: React.KeyboardEvent) => void;
|
|
58
61
|
protected onMenuKeyDown: (event: React.KeyboardEvent) => void;
|
|
59
62
|
protected initFileUpload(attach: FileListAttachedElements): void;
|