@docsvision/webclient 5.17.8-beta.1 → 5.17.8
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/AddressLabel.stories.d.ts +1 -1
- package/BackOffice/AddressOldStyles.stories.d.ts +1 -1
- package/BackOffice/AuthenticationKindsView.d.ts +1 -1
- package/BackOffice/CardKind.stories.d.ts +1 -1
- package/BackOffice/CardKindLabel.stories.d.ts +1 -2
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/CommentsOldStyle.stories.d.ts +1 -1
- package/BackOffice/CreateRelatedCardButton.stories.d.ts +1 -1
- package/BackOffice/CreateRelatedCardButtonOldStyles.stories.d.ts +1 -1
- package/BackOffice/Department.stories.d.ts +2 -2
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DepartmentLabel.stories.d.ts +1 -1
- package/BackOffice/DepartmentOldStyles.stories.d.ts +1 -1
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRow.stories.d.ts +7 -1
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +2 -2
- package/BackOffice/DirectoryDesignerRowLabel.stories.d.ts +1 -1
- package/BackOffice/DirectoryDesignerRowOldStyles.stories.d.ts +1 -1
- package/BackOffice/DirectoryRowSelection.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +1 -1
- package/BackOffice/DisplayInitiatorLabel.stories.d.ts +1 -2
- package/BackOffice/DisplayPerformersLabel.stories.d.ts +1 -2
- package/BackOffice/EmailButtonView.d.ts +1 -1
- package/BackOffice/EmployeeLegacy.stories.d.ts +1 -1
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListControl.stories.d.ts +74 -74
- package/BackOffice/FileListControlLogic.d.ts +1 -0
- package/BackOffice/FileListControlOldStyles.stories.d.ts +70 -70
- package/BackOffice/FileListControlStoriesData.d.ts +32 -31
- package/BackOffice/GroupTaskCardSelectPerformersOldStyles.stories.d.ts +1 -1
- package/BackOffice/HistoryOldStyle.stories.d.ts +1 -1
- package/BackOffice/Links.stories.d.ts +2 -2
- package/BackOffice/LinksOldStyles.stories.d.ts +1 -1
- package/BackOffice/MultipleEmployees.stories.d.ts +7 -1
- package/BackOffice/MultipleEmployeesLabel.stories.d.ts +1 -1
- package/BackOffice/MultipleEmployeesOldStyles.stories.d.ts +1 -1
- package/BackOffice/MultipleEmployeesStoriesData.d.ts +1 -1
- package/BackOffice/Numerator.stories.d.ts +3 -3
- package/BackOffice/NumeratorLabel.stories.d.ts +1 -1
- package/BackOffice/NumeratorOldStyles.stories.d.ts +1 -1
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/Powers.d.ts +1 -1
- package/BackOffice/PowersImpl.d.ts +1 -1
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItems.stories.d.ts +79 -79
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsLabel.stories.d.ts +4 -4
- package/BackOffice/StaffDirectoryLogic.d.ts +1 -0
- package/BackOffice/StateButtonsOldStyle.stories.d.ts +1 -1
- package/BackOffice/StateLabel.stories.d.ts +1 -1
- package/BackOffice/Tasks.stories.d.ts +3 -1
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/UniquenessCheck.stories.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Controllers.d.ts +33 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +33 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Libs/CryptoPro/Crypto.d.ts +2 -0
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/CardLink.d.ts +6 -6
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/Diagram.stories.d.ts +5 -0
- package/Platform/FileDropzone.d.ts +2 -2
- package/Platform/FileInput.d.ts +1 -0
- package/Platform/FilePicker.d.ts +2 -1
- package/Platform/FilePickerImpl.d.ts +4 -2
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/WebFrameContentImpl.d.ts +1 -0
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/StorybookStory.d.ts +8 -5
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare class CertificateSettingsView {
|
|
3
3
|
setup: (props:
|
|
4
|
-
import("D:/BuildAgent/work/
|
|
4
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/TypeScriptDefinitions/BackOffice/Dialogs/SignatureMethodsSetup/SignatureMethodsSetup").ISignatureMethodsSetupProps) => JSX.Element;
|
|
5
5
|
}
|
|
@@ -3,6 +3,11 @@ import { Diagram } from '@docsvision/webclient/Platform/Diagram';
|
|
|
3
3
|
declare const _default: {
|
|
4
4
|
title: string;
|
|
5
5
|
component: typeof Diagram;
|
|
6
|
+
parameters: {
|
|
7
|
+
screenshot: {
|
|
8
|
+
skip: boolean;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
6
11
|
};
|
|
7
12
|
export default _default;
|
|
8
13
|
export declare const Bar: () => JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { LoadingState } from
|
|
3
|
-
import { BooleanState } from
|
|
2
|
+
import { LoadingState } from "@docsvision/webclient/System/LoadingState";
|
|
3
|
+
import { BooleanState } from "@docsvision/webclient/System/BooleanState";
|
|
4
4
|
/** @internal */
|
|
5
5
|
export interface IFileDropzone {
|
|
6
6
|
labelPassive: string;
|
package/Platform/FileInput.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export interface IFileInputProps {
|
|
|
5
5
|
disabled: boolean;
|
|
6
6
|
services: $MessageBox;
|
|
7
7
|
extensions?: string;
|
|
8
|
+
innerRef: (input: HTMLInputElement) => void;
|
|
8
9
|
}
|
|
9
10
|
export declare class FileInput extends React.Component<IFileInputProps, unknown> {
|
|
10
11
|
onInputChange: (ev: React.ChangeEvent<HTMLInputElement>) => void;
|
package/Platform/FilePicker.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { $FilePickerController, $LayoutFileController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
|
|
2
|
+
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
|
|
2
3
|
import { $FileController } from '@docsvision/webclient/Legacy/FileController';
|
|
3
4
|
import { FilePickerImpl, IFilePickerState } from "@docsvision/webclient/Platform/FilePickerImpl";
|
|
4
5
|
import { IFilePicker } from '@docsvision/webclient/Platform/IFilePicker';
|
|
@@ -169,7 +170,7 @@ export declare class FilePicker extends BaseControl<FilePickerParams, IFilePicke
|
|
|
169
170
|
/** @covered */
|
|
170
171
|
validate(params: IValidationParams): IValidationResult[];
|
|
171
172
|
/** Инициирует выполенение отложенной операцию загрузки файла на сервер. @covered */
|
|
172
|
-
uploadSelected(): Promise<
|
|
173
|
+
uploadSelected(): Promise<GenModels.FileCardModel>;
|
|
173
174
|
/** @internal */
|
|
174
175
|
protected getBindings(): IBindingResult<string>[];
|
|
175
176
|
}
|
|
@@ -44,6 +44,7 @@ export declare class FilePickerImpl extends BaseControlImpl<FilePickerParams, IF
|
|
|
44
44
|
protected availability: FilePickerOperationsAvailability;
|
|
45
45
|
protected dragOverState: BooleanState;
|
|
46
46
|
protected menuItems: IFilePickerMenuItem[];
|
|
47
|
+
protected fileInput: HTMLInputElement;
|
|
47
48
|
static readonly illegalFileNameCharacters: RegExp;
|
|
48
49
|
constructor(props: FilePickerParams, state: IFilePickerState);
|
|
49
50
|
componentDidMount(): void;
|
|
@@ -54,7 +55,8 @@ export declare class FilePickerImpl extends BaseControlImpl<FilePickerParams, IF
|
|
|
54
55
|
private checkFileExtension;
|
|
55
56
|
getValue(): IFilePickerValue;
|
|
56
57
|
hasValue(): boolean;
|
|
57
|
-
|
|
58
|
+
attachFileInput: (input: HTMLInputElement) => void;
|
|
59
|
+
uploadSelectedInternal(file: File | null): Promise<GenModels.FileCardModel>;
|
|
58
60
|
onMenuOpenChange: (newVal: boolean) => void;
|
|
59
61
|
onFileMenuOpen: () => Promise<void>;
|
|
60
62
|
protected shouldSaveImmediately(): boolean;
|
|
@@ -62,7 +64,7 @@ export declare class FilePickerImpl extends BaseControlImpl<FilePickerParams, IF
|
|
|
62
64
|
openVersionsDialog: () => Promise<void>;
|
|
63
65
|
protected getMenuItems(): IFilePickerMenuItem[];
|
|
64
66
|
wrapMenuAction: (action: () => Promise<unknown>) => () => Promise<any>;
|
|
65
|
-
uploadSelected: () => Promise<any>;
|
|
67
|
+
uploadSelected: (file: File | null) => Promise<any>;
|
|
66
68
|
protected onFileSelected: (file: File | null) => Promise<any>;
|
|
67
69
|
getDownloadMenuItem: () => {
|
|
68
70
|
name: string;
|
|
@@ -12,7 +12,7 @@ export declare class LoaderDialog extends React.Component<Props, State> {
|
|
|
12
12
|
cancel: () => void;
|
|
13
13
|
DialogBox:
|
|
14
14
|
import("styled-components").StyledComponent<(props:
|
|
15
|
-
import("D:/BuildAgent/work/
|
|
15
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
16
16
|
LoadingSpan:
|
|
17
17
|
import("styled-components").StyledComponent<"span", any, {}, never>;
|
|
18
18
|
render(): JSX.Element;
|
|
@@ -28,7 +28,7 @@ export declare class SecurityDescriptorDialogView {
|
|
|
28
28
|
frame: (props:
|
|
29
29
|
import("./components/SecurityDialogFrame").SecurityDialogFrameProps) => JSX.Element;
|
|
30
30
|
table: (props:
|
|
31
|
-
import("D:/BuildAgent/work/
|
|
31
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/TypeScriptDefinitions/Helpers/Table/TableHelper").ITableHelperProps) => JSX.Element;
|
|
32
32
|
tableHead: (props:
|
|
33
33
|
import("./components/AccessListTableHead").AccessListTableHeadProps) => JSX.Element;
|
|
34
34
|
inheritanceButtons: typeof AccessInheritanceButtons;
|
|
@@ -26,7 +26,7 @@ export declare class UserProfileDialog extends React.Component<Props, State> imp
|
|
|
26
26
|
private attachRoot;
|
|
27
27
|
DialogBox:
|
|
28
28
|
import("styled-components").StyledComponent<(props:
|
|
29
|
-
import("D:/BuildAgent/work/
|
|
29
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/TypeScriptDefinitions/@docsvision/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
30
30
|
close(): void;
|
|
31
31
|
render(): JSX.Element;
|
|
32
32
|
}
|
|
@@ -14,6 +14,7 @@ export declare class WebFrameContentImpl extends BaseControlImpl<WebFrameContent
|
|
|
14
14
|
protected getCssStyle(): React.CSSProperties;
|
|
15
15
|
protected handleClick(event: React.MouseEvent<HTMLDivElement>): void;
|
|
16
16
|
hideMainMenu: () => void;
|
|
17
|
+
private get deviceViewportHeightUnit();
|
|
17
18
|
private get webFrameContentStyle();
|
|
18
19
|
protected renderControl(): JSX.Element;
|
|
19
20
|
}
|
|
@@ -78,10 +78,10 @@ export declare abstract class DirectorySelectDialog<ValueT extends NodeT | ItemT
|
|
|
78
78
|
protected modalHost: CommonModalDialogHost;
|
|
79
79
|
static SimpleItemView:
|
|
80
80
|
import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
|
|
81
|
-
import("D:/BuildAgent/work/
|
|
81
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
|
|
82
82
|
static SimpleItemViewCompact:
|
|
83
83
|
import("styled-components").StyledComponent<typeof SimpleItemViewContent, any,
|
|
84
|
-
import("D:/BuildAgent/work/
|
|
84
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Helpers/CustomTree/Theme/Default/CustomTreeNodeContentDefault").ICustomTreeNodeContentDefaultProps, never>;
|
|
85
85
|
/** @internal */
|
|
86
86
|
state: StateT;
|
|
87
87
|
searchInput: HTMLInputElement;
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
export interface IScreenshotParams {
|
|
3
|
+
skip?: boolean;
|
|
4
|
+
fullwidth?: boolean;
|
|
5
|
+
waitSelector?: string;
|
|
6
|
+
delay?: number;
|
|
7
|
+
hoverSelector?: string;
|
|
8
|
+
}
|
|
2
9
|
export interface StoryParameters {
|
|
3
|
-
|
|
4
|
-
screenshots?: boolean;
|
|
10
|
+
screenshot?: IScreenshotParams;
|
|
5
11
|
disableMobile?: boolean;
|
|
6
12
|
}
|
|
7
13
|
export declare function story(title: string, story: () => JSX.Element, params?: StoryParameters): () => JSX.Element;
|
|
8
|
-
/** loki скриншотит только то, что находится в div.#root, поэтому, если контент не входит в его границы, надо растянуть контент на всю высоту */
|
|
9
|
-
export declare const StretchRoot:
|
|
10
|
-
import("styled-components").StyledComponent<"div", any, {}, never>;
|