@docsvision/webclient 6.1.6-beta.1 → 6.1.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/Account/Altcha.d.ts +10 -0
- package/Account/LoginContainer.d.ts +2 -0
- package/Account/LoginLogic.d.ts +18 -1
- package/Application.d.ts +3 -3
- package/BackOffice/AddressStoriesData.d.ts +21 -0
- package/BackOffice/AuthenticationKindsView.d.ts +1 -1
- package/BackOffice/BackofficeConstants.d.ts +1 -0
- package/BackOffice/CardKindStoriesData.d.ts +44 -0
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/CommentsStoriesData.d.ts +8 -0
- package/BackOffice/CreateRelatedCardButtonStoriesData.d.ts +22 -0
- package/BackOffice/DelegateBatchOperationStoriesData.d.ts +15 -0
- package/BackOffice/DeleteShortcutBatchOperationStoriesData.d.ts +12 -0
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DepartmentStoriesData.d.ts +88 -0
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +3 -1
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +6 -4
- package/BackOffice/DirectoryDesignerRowStoriesData.d.ts +14 -0
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DisplayInitiatorStoriesData.d.ts +34 -0
- package/BackOffice/DisplayPerformersStoriesData.d.ts +71 -0
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/EmployeeStoriesData.d.ts +16 -0
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListControlStoriesData.d.ts +162 -0
- package/BackOffice/GetSearchItemsType.d.ts +2 -0
- package/BackOffice/GroupTaskCardSelectPerformersStoriesData.d.ts +13 -0
- package/BackOffice/HistoryStoriesData.d.ts +45 -0
- package/BackOffice/HistoryStoriesHelpers.d.ts +4 -0
- package/BackOffice/LinksStoriesData.d.ts +60 -0
- package/BackOffice/MultipleEmployeesStoriesData.d.ts +31 -0
- package/BackOffice/NumeratorStoriesData.d.ts +24 -0
- 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/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/StateButtonsStoriesData.d.ts +22 -0
- package/BackOffice/TasksStoriesData.d.ts +36 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/ToSearchArea.d.ts +3 -0
- package/Generated/DocsVision.WebClient.Controllers.d.ts +77 -15
- package/Generated/DocsVision.WebClient.Models.d.ts +2591 -95
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +2 -0
- package/Helpers/InputMask/InputMaskView.d.ts +1 -1
- package/Helpers/InputMask/components/InputMaskField.d.ts +1 -1
- package/Helpers/LoadingIcon/LoadingIcon.d.ts +1 -0
- package/Legacy/ILegacyRouter.d.ts +1 -0
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/Utils.d.ts +2 -0
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +2 -2
- package/Platform/ApprovalVisualizationView.d.ts +1 -1
- package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/CardLink.d.ts +7 -7
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/CheckFileAllowed.d.ts +2 -0
- package/Platform/CheckFilesAllowed.d.ts +1 -0
- package/Platform/CompleteTaskConditionsTableModelStub.d.ts +53 -0
- package/Platform/DeleteBatchOperationStoriesData.d.ts +13 -0
- package/Platform/DownloadFilesBatchOperationStoriesData.d.ts +16 -0
- package/Platform/FavoritesPageRouteHandler.d.ts +5 -5
- package/Platform/FavoritesRouteHandler.d.ts +3 -3
- package/Platform/FolderCardsDashboardStoriesData.d.ts +2 -0
- package/Platform/FolderGridService.d.ts +4 -4
- package/Platform/FolderNameImpl.d.ts +0 -1
- package/Platform/FolderRouteHelpers.d.ts +1 -4
- package/Platform/FolderViewItemsImpl.d.ts +26 -28
- package/Platform/FolderWebFrameRouteHandler.d.ts +2 -3
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/MoveShortcutBatchOperationStoriesData.d.ts +12 -0
- package/Platform/ReadBatchBatchOperationStoriesData.d.ts +13 -0
- package/Platform/RecentCardsPageRouteHandler.d.ts +5 -5
- package/Platform/RecentCardsRouteHandler.d.ts +4 -4
- package/Platform/ScanDialogServiceStoriesData.d.ts +2 -0
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/TextBoxInputField.d.ts +1 -1
- package/Platform/TextBoxInputMaskView.d.ts +1 -1
- package/Platform/TextListInputView.d.ts +3 -3
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/WebFrameSearchPanel.d.ts +15 -15
- package/StandardServices.d.ts +1 -2
- package/System/DirectoryBaseImpl.d.ts +1 -0
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/DownloadsTab.d.ts +578 -0
- package/System/FileControllerStub.d.ts +14 -0
- package/System/FilePreviewStub.d.ts +4 -0
- package/System/GroupMenuChildrenModelStub.d.ts +64 -0
- package/System/LinkMainMenuModelStub.d.ts +22 -0
- package/System/PagesControllerStub.d.ts +9 -0
- package/System/ProfileTab.d.ts +1349 -0
- package/System/RealtimeCommunicationService.d.ts +17 -2
- package/System/ResourcesStub.d.ts +8 -0
- package/System/Router.d.ts +2 -1
- package/System/SearchingResultsStub.d.ts +48 -0
- package/System/SettingsTab.d.ts +716 -0
- package/System/StatusTab.d.ts +1135 -0
- package/System/StorybookStory.d.ts +8 -4
- package/System/TableStub.d.ts +617 -0
- package/package.json +1 -1
- package/Account/Login.stories.d.ts +0 -12
- package/BackOffice/AuthenticationKinds.stories.d.ts +0 -10
- package/BackOffice/DirectoryTabs.stories.d.ts +0 -8
- package/BackOffice/DirectoryTree.stories.d.ts +0 -9
- package/BackOffice/DirectoryValues.stories.d.ts +0 -8
- package/BackOffice/EmailButton.stories.d.ts +0 -10
- package/BackOffice/FileListControl.stories.d.ts +0 -10
- package/BackOffice/FileSignListDialog.stories.d.ts +0 -13
- package/BackOffice/Numerator.stories.d.ts +0 -8
- package/BackOffice/Powers.stories.d.ts +0 -20
- package/BackOffice/PowersDirectory.stories.d.ts +0 -20
- package/BackOffice/SignatureButton.stories.d.ts +0 -10
- package/BackOffice/SignatureDialog.stories.d.ts +0 -25
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +0 -14
- package/BackOffice/StaffDirectory.stories.d.ts +0 -24
- package/BackOffice/TasksTable.stories.d.ts +0 -21
- package/BackOffice/WebFrameDirectorySearchPanel.stories.d.ts +0 -8
- package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +0 -10
- package/Helpers/Button.stories.d.ts +0 -8
- package/Helpers/DropdownButton/DropdownButton.stories.d.ts +0 -10
- package/Helpers/EmployeeName.stories.d.ts +0 -8
- package/Helpers/InputMask/InputMask.stories.d.ts +0 -11
- package/Helpers/SearchBar.stories.d.ts +0 -8
- package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +0 -8
- package/Legacy/$FolderViews.d.ts +0 -8
- package/Legacy/BasicGridHtmlBuilder.d.ts +0 -133
- package/Legacy/DesktopGridHtmlBuilder.d.ts +0 -30
- package/Legacy/FilterSidePanel.d.ts +0 -4
- package/Legacy/FolderViewHandler.d.ts +0 -9
- package/Legacy/FolderViews.d.ts +0 -26
- package/Legacy/FormFactor.d.ts +0 -5
- package/Legacy/Grid.d.ts +0 -50
- package/Legacy/GridModeService.d.ts +0 -10
- package/Legacy/GridRowSelectionService.d.ts +0 -12
- package/Legacy/GridRowsSelectionLogic.d.ts +0 -30
- package/Legacy/IGridHtmlBuilder.d.ts +0 -25
- package/Legacy/ISortingColumn.d.ts +0 -5
- package/Legacy/MobileGridHtmlBuilder.d.ts +0 -31
- package/Platform/Aggregates.stories.d.ts +0 -8
- package/Platform/Diagram.stories.d.ts +0 -11
- package/Platform/Dropdown.stories.d.ts +0 -12
- package/Platform/FilePicker.stories.d.ts +0 -11
- package/Platform/FolderCountersRouteHandler.d.ts +0 -29
- package/Platform/FolderGrid.stories.d.ts +0 -17
- package/Platform/FolderTypeItems.stories.d.ts +0 -9
- package/Platform/FolderViewItems.stories.d.ts +0 -9
- package/Platform/GridManagement.d.ts +0 -8
- package/Platform/OpenedDialogFixture.d.ts +0 -2
- package/Platform/QueryCondition.stories.d.ts +0 -5
- package/Platform/Quotes.stories.d.ts +0 -8
- package/Platform/ScanDialogService.stories.d.ts +0 -22
- package/Platform/SecurityDescriptorDialog.stories.d.ts +0 -10
- package/Platform/SettingsPopup.stories.d.ts +0 -1
- package/Platform/Tab.stories.d.ts +0 -9
- package/Platform/TextBox.stories.d.ts +0 -18
- package/Platform/Toolbar.stories.d.ts +0 -12
- package/Platform/WebFrameBodyContainer.stories.d.ts +0 -8
- package/Platform/WebFrameCompanyLogo.stories.d.ts +0 -10
- package/Platform/WebFrameCurrentPageName.stories.d.ts +0 -8
- package/Platform/WebFrameHeaderContainer.stories.d.ts +0 -17
- package/Platform/WebFrameHelpButton.stories.d.ts +0 -10
- package/Platform/WebFrameMainMenuButton.stories.d.ts +0 -8
- package/Platform/WebFrameMainMenuContainer.stories.d.ts +0 -10
- package/Platform/WebFrameNavigationBar.stories.d.ts +0 -19
- package/Platform/WebFrameSearchPanel.stories.d.ts +0 -14
- package/Platform/WebFrameUserPanel.stories.d.ts +0 -12
- package/System/LocationContainerControl.stories.d.ts +0 -18
- package/System/LocationContainerControlRealoadLayoutApi.stories.d.ts +0 -20
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import "altcha";
|
|
3
|
+
import "altcha/i18n/ru";
|
|
4
|
+
import { LoginLogic } from "@docsvision/webclient/Account/LoginLogic";
|
|
5
|
+
|
|
6
|
+
export interface IAltchaProps extends AltchaWidgetReact {
|
|
7
|
+
logic: LoginLogic;
|
|
8
|
+
language?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function Altcha(props: IAltchaProps): JSX.Element;
|
|
@@ -31,6 +31,8 @@ import("./Components/ProviderButton").IProviderButtonProps>;
|
|
|
31
31
|
import("./Components/Input").IInputProps>;
|
|
32
32
|
button: React.NamedExoticComponent<
|
|
33
33
|
import("./Components/Button").IButtonProps>;
|
|
34
|
+
captcha: React.NamedExoticComponent<
|
|
35
|
+
import("./Components/Altcha").IAltchaProps>;
|
|
34
36
|
authBoxBefore: (logic: LoginLogic) => React.ReactElement;
|
|
35
37
|
authBoxAfter: (logic: LoginLogic) => React.ReactElement;
|
|
36
38
|
formBefore: (logic: LoginLogic) => React.ReactElement;
|
package/Account/LoginLogic.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { FormType, ILoginProvider } from "@docsvision/webclient/Account/";
|
|
2
2
|
import { ComponentLogic } from "@docsvision/web/core/component";
|
|
3
|
+
import React from "react";
|
|
3
4
|
export declare const defaultNumberOfProviders = 1;
|
|
4
5
|
export declare class LoginLogic extends ComponentLogic {
|
|
5
6
|
domain:
|
|
@@ -55,6 +56,22 @@ import("effector").Event<number>;
|
|
|
55
56
|
import("effector").Event<void>;
|
|
56
57
|
$hasLicenseProblem:
|
|
57
58
|
import("effector").Store<boolean>;
|
|
59
|
+
$captchaRef:
|
|
60
|
+
import("effector").Store<React.RefObject<AltchaWidget & AltchaWidgetMethods & HTMLElement>>;
|
|
61
|
+
setCaptchaRef:
|
|
62
|
+
import("effector").Event<React.RefObject<AltchaWidget & AltchaWidgetMethods & HTMLElement>>;
|
|
63
|
+
$captchaPayload:
|
|
64
|
+
import("effector").Store<string>;
|
|
65
|
+
setCaptchaPayload:
|
|
66
|
+
import("effector").Event<string>;
|
|
67
|
+
$isCaptchaEnabled:
|
|
68
|
+
import("effector").Store<boolean>;
|
|
69
|
+
setIsCaptchaEnabled:
|
|
70
|
+
import("effector").Event<boolean>;
|
|
71
|
+
getCaptchaRequiredFX:
|
|
72
|
+
import("effector").Effect<string, boolean, Error>;
|
|
73
|
+
setCaptchaError:
|
|
74
|
+
import("effector").Event<void>;
|
|
58
75
|
constructor();
|
|
59
76
|
submitForm:
|
|
60
77
|
import("effector").Effect<unknown, any, Error>;
|
|
@@ -74,5 +91,5 @@ import("effector").Effect<ILoginProvider, string, Error>;
|
|
|
74
91
|
handleContactClick: (e: MouseEvent) => void;
|
|
75
92
|
getNumberOfProvidersFromStorage(): number;
|
|
76
93
|
getProvidersList(): ILoginProvider[];
|
|
77
|
-
init(): void;
|
|
94
|
+
init(options: any): void;
|
|
78
95
|
}
|
package/Application.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.
|
|
|
3
3
|
import "@docsvision/webclient/Legacy/NativeFunctions";
|
|
4
4
|
import { $StandardControllers } from "@docsvision/webclient/Legacy/StandardControllers";
|
|
5
5
|
import { $StandardServices } from "@docsvision/webclient/StandardServices";
|
|
6
|
-
import { FieldSpec } from
|
|
6
|
+
import { FieldSpec } from "@docsvision/webclient/System/GetFieldName";
|
|
7
7
|
import { IBasicEvent } from "@docsvision/webclient/System/IBasicEvent";
|
|
8
8
|
import { Factories, ServiceContainer, ServiceGetter, ServiceSetter } from "@docsvision/web/core/services";
|
|
9
9
|
/** Входная точка приложения Web-клиента. */
|
|
@@ -75,7 +75,7 @@ export declare class Application extends ServiceContainer implements IApp {
|
|
|
75
75
|
static get WebViewIOSEnabled(): boolean;
|
|
76
76
|
/** @internal */
|
|
77
77
|
initialize(applicationSettings: GenModels.ApplicationSettings): void;
|
|
78
|
-
private
|
|
78
|
+
private applyBrowserFixes;
|
|
79
79
|
/** Открыть домашнюю страницу. */
|
|
80
80
|
GoToDashBoard(refresh?: boolean): Promise<void>;
|
|
81
81
|
/** Скрыть логотип Docsvision в шапке приложения. */
|
|
@@ -88,7 +88,7 @@ export declare class Application extends ServiceContainer implements IApp {
|
|
|
88
88
|
get CompanyLogo(): HTMLElement;
|
|
89
89
|
set InstalledCSP(value: boolean);
|
|
90
90
|
private isApple;
|
|
91
|
-
private
|
|
91
|
+
private detectBrowsers;
|
|
92
92
|
private registerNotificationListener;
|
|
93
93
|
isIE(): boolean;
|
|
94
94
|
}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
2
|
+
import { $Layout } from "@docsvision/webclient/System/$Layout";
|
|
3
|
+
import { $EditOperationStore, $LayoutInfo, $CardId } from "@docsvision/webclient/System/LayoutServices";
|
|
4
|
+
export declare function getAddressMockServices(): $LayoutInfo & $CardId & $Layout & $EditOperationStore & $DeviceType;
|
|
5
|
+
export declare function getAddressMockProps(): {
|
|
6
|
+
placeHolder: string;
|
|
7
|
+
value: {
|
|
8
|
+
addressType: number;
|
|
9
|
+
zipCode: string;
|
|
10
|
+
city: string;
|
|
11
|
+
address: string;
|
|
12
|
+
country: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
export declare function getAddressMockValue(): {
|
|
16
|
+
addressType: number;
|
|
17
|
+
zipCode: string;
|
|
18
|
+
city: string;
|
|
19
|
+
address: string;
|
|
20
|
+
country: string;
|
|
21
|
+
};
|
|
@@ -13,7 +13,7 @@ export declare class AuthenticationKindsView {
|
|
|
13
13
|
inputMask: typeof InputMask;
|
|
14
14
|
checkBox: typeof CheckBox;
|
|
15
15
|
label: (props:
|
|
16
|
-
import("D:/BuildAgent/work/
|
|
16
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Helpers/LabeledText").ILabeledText) => JSX.Element;
|
|
17
17
|
button: (props:
|
|
18
18
|
import("@docsvision/web/components/form/button").ButtonProps) => JSX.Element;
|
|
19
19
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const IllegalFileNameCharacters: RegExp;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { $LayoutCardKindController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
+
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
3
|
+
import { $LayoutInfo, $EditOperationStore } from "@docsvision/webclient/System/LayoutServices";
|
|
4
|
+
import { $LabelWidth } from "@docsvision/webclient/System/$LabelWidth";
|
|
5
|
+
export declare function getCardKindMockServices(): $LayoutCardKindController & $LayoutInfo & $EditOperationStore & $LabelWidth & $DeviceType;
|
|
6
|
+
export declare function getCardKindMockProps(): {
|
|
7
|
+
value: {
|
|
8
|
+
cardKindName: string;
|
|
9
|
+
cardKindFullName: string;
|
|
10
|
+
cardKindId: string;
|
|
11
|
+
loadingError: boolean;
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export declare function getCardKindMockValue(): {
|
|
15
|
+
cardKindName: string;
|
|
16
|
+
cardKindFullName: string;
|
|
17
|
+
cardKindId: string;
|
|
18
|
+
loadingError: boolean;
|
|
19
|
+
};
|
|
20
|
+
export declare function getCardKindMockTree(): {
|
|
21
|
+
cardTypeId: string;
|
|
22
|
+
kindId: string;
|
|
23
|
+
name: string;
|
|
24
|
+
isDefault: boolean;
|
|
25
|
+
notAvailable: boolean;
|
|
26
|
+
notSelectable: boolean;
|
|
27
|
+
kinds: {
|
|
28
|
+
cardTypeId: string;
|
|
29
|
+
kindId: string;
|
|
30
|
+
name: string;
|
|
31
|
+
isDefault: boolean;
|
|
32
|
+
notAvailable: boolean;
|
|
33
|
+
notSelectable: boolean;
|
|
34
|
+
kinds: {
|
|
35
|
+
cardTypeId: string;
|
|
36
|
+
kindId: string;
|
|
37
|
+
name: string;
|
|
38
|
+
isDefault: boolean;
|
|
39
|
+
notAvailable: boolean;
|
|
40
|
+
notSelectable: boolean;
|
|
41
|
+
kinds: any[];
|
|
42
|
+
}[];
|
|
43
|
+
}[];
|
|
44
|
+
}[];
|
|
@@ -7,7 +7,7 @@ export interface ICardKindTreeNodeProps {
|
|
|
7
7
|
export declare const CardKindTreeNode:
|
|
8
8
|
import("styled-components").StyledComponent<"a", any, Partial<Pick<
|
|
9
9
|
import("react").DetailedHTMLProps<
|
|
10
|
-
| "key" | "
|
|
10
|
+
import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "type" | "placeholder" | "color" | "translate" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "hidden" | "target" | "draggable" | "key" | "onMouseDown" | "defaultValue" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "lang" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "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" | "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" | "media" | "href" | "download" | "hrefLang" | "ping" | "rel" | "referrerPolicy"> & {
|
|
11
11
|
ref?: ((instance: HTMLAnchorElement) => void) |
|
|
12
12
|
import("react").RefObject<HTMLAnchorElement>;
|
|
13
13
|
}> & {
|
|
@@ -37,17 +37,17 @@ export declare class ChildTasksPerformingImpl extends BaseControlImpl<Params, IS
|
|
|
37
37
|
unselectAll(): Promise<void>;
|
|
38
38
|
protected headerCell:
|
|
39
39
|
import("styled-components").StyledComponent<(props:
|
|
40
|
-
import("D:/BuildAgent/work/
|
|
40
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Helpers/Table/TableHelperHeaderRow").ITableHeaderCellHelperProps) => JSX.Element, any, {}, never>;
|
|
41
41
|
protected taskStatus:
|
|
42
42
|
import("styled-components").StyledComponent<"a", any, {}, never>;
|
|
43
43
|
protected selectableCell:
|
|
44
44
|
import("styled-components").StyledComponent<React.ForwardRefExoticComponent<
|
|
45
|
-
import("D:/BuildAgent/work/
|
|
45
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
|
|
46
46
|
selected: boolean;
|
|
47
47
|
}, never>;
|
|
48
48
|
protected fileCell:
|
|
49
49
|
import("styled-components").StyledComponent<React.ForwardRefExoticComponent<
|
|
50
|
-
import("D:/BuildAgent/work/
|
|
50
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
|
|
51
51
|
selected: boolean;
|
|
52
52
|
}, never>;
|
|
53
53
|
protected selectAllCheckboxLabel:
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { $Layout } from "@docsvision/webclient/System/$Layout";
|
|
2
|
+
import { $Router } from "@docsvision/web/core/routing";
|
|
3
|
+
export declare function getCreateRelatedCardButtonMockServices(): $Router & $Layout;
|
|
4
|
+
export declare function getCreateRelatedCardButtonMockProps(): {
|
|
5
|
+
buttonsLimit: number;
|
|
6
|
+
binding: {
|
|
7
|
+
value: {
|
|
8
|
+
id: string;
|
|
9
|
+
displayName: string;
|
|
10
|
+
cardKindId: string;
|
|
11
|
+
cardTypeId: string;
|
|
12
|
+
location: number;
|
|
13
|
+
}[];
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
export declare function getCreateRelatedCardButtonMockModel(): {
|
|
17
|
+
id: string;
|
|
18
|
+
displayName: string;
|
|
19
|
+
cardKindId: string;
|
|
20
|
+
cardTypeId: string;
|
|
21
|
+
location: number;
|
|
22
|
+
}[];
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { $EmployeeController, $LayoutStaffController, $LayoutTasksController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
+
import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
|
|
3
|
+
import { $FolderGrid } from "@docsvision/webclient/Platform/$FolderGrid";
|
|
4
|
+
import { $BatchOperations } from "@docsvision/webclient/Platform/$BatchOperations";
|
|
5
|
+
import { $BatchOperationsPerformer } from "@docsvision/webclient/Platform/$BatchOperationsPerformer";
|
|
6
|
+
import { $BatchOperationsProgressDialog } from "@docsvision/webclient/Platform/$BatchOperationsProgressDialog";
|
|
7
|
+
import { $TableManagement } from "@docsvision/webclient/Platform/$TableManagement";
|
|
8
|
+
import { $TableMode } from "@docsvision/webclient/Platform/$TableMode";
|
|
9
|
+
import { $TableRowSelection } from "@docsvision/webclient/Platform/$TableRowSelection";
|
|
10
|
+
import { $ApplicationSettings } from "@docsvision/webclient/StandardServices";
|
|
11
|
+
import { $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
12
|
+
import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
|
|
13
|
+
import { $Domain } from "@docsvision/web/core/state-management";
|
|
14
|
+
export declare function getDelegateBatchOperationMockServices(): $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $ApplicationSettings & $Domain & $LayoutTasksController & $FolderGrid & $FolderDataLoading & $BatchOperationsProgressDialog & $LayoutStaffController & $EditOperationStore & $LayoutInfo & $LocalStorage & $EmployeeController;
|
|
15
|
+
export declare function getDelegateBatchOperationMockProps(): {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { $LayoutFolderController, $LayoutCardController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
+
import { $CurrentFolder } from "@docsvision/webclient/Platform/$CurrentFolder";
|
|
3
|
+
import { $FolderDataLoading } from "@docsvision/webclient/Platform/$FolderDataLoading";
|
|
4
|
+
import { $FolderGrid } from "@docsvision/webclient/Platform/$FolderGrid";
|
|
5
|
+
import { $BatchOperations } from "@docsvision/webclient/Platform/$BatchOperations";
|
|
6
|
+
import { $BatchOperationsPerformer } from "@docsvision/webclient/Platform/$BatchOperationsPerformer";
|
|
7
|
+
import { $TableManagement } from "@docsvision/webclient/Platform/$TableManagement";
|
|
8
|
+
import { $TableMode } from "@docsvision/webclient/Platform/$TableMode";
|
|
9
|
+
import { $TableRowSelection } from "@docsvision/webclient/Platform/$TableRowSelection";
|
|
10
|
+
import { $LayoutInfo, $CardInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
11
|
+
export declare function getDeleteShortcutBatchOperationMockServices(): $LayoutInfo & $LayoutFolderController & $CardInfo & $LayoutCardController & $FolderDataLoading & $FolderGrid & $TableRowSelection & $BatchOperationsPerformer & $TableManagement & $TableMode & $BatchOperations & $CurrentFolder;
|
|
12
|
+
export declare function getDeleteShortcutBatchOperationMockProps(): {};
|
|
@@ -6,6 +6,6 @@ export declare const PredefinedSeparator:
|
|
|
6
6
|
import("styled-components").StyledComponent<any, any, object, string>;
|
|
7
7
|
export declare const Item:
|
|
8
8
|
import("styled-components").StyledComponent<(props:
|
|
9
|
-
import("D:/BuildAgent/work/
|
|
9
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Helpers/Breadcrumbs/ButtonItem").IBreadcrumbsItemProps) => JSX.Element, any, {}, never>;
|
|
10
10
|
export declare const ReadonlyLinkItemView:
|
|
11
11
|
import("styled-components").StyledComponent<any, any, object, string>;
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { $LayoutStaffController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
+
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
3
|
+
import { $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
4
|
+
export declare function getDepartmentMockServices(): $LayoutStaffController & $EditOperationStore & $LayoutInfo & $DeviceType;
|
|
5
|
+
export declare function getDepartmentMockProps(): {
|
|
6
|
+
placeHolder: string;
|
|
7
|
+
value: {
|
|
8
|
+
id: string;
|
|
9
|
+
name: string;
|
|
10
|
+
fullName: string;
|
|
11
|
+
departmentType: number;
|
|
12
|
+
dataType: number;
|
|
13
|
+
};
|
|
14
|
+
labelText: string;
|
|
15
|
+
source: number;
|
|
16
|
+
controlTypeName: string;
|
|
17
|
+
};
|
|
18
|
+
export declare function getDepartmentMockValue(): {
|
|
19
|
+
id: string;
|
|
20
|
+
name: string;
|
|
21
|
+
fullName: string;
|
|
22
|
+
departmentType: number;
|
|
23
|
+
dataType: number;
|
|
24
|
+
};
|
|
25
|
+
export declare function getDepartmentMockSearchItems(): {
|
|
26
|
+
id: string;
|
|
27
|
+
name: string;
|
|
28
|
+
fullName: string;
|
|
29
|
+
departmentType: number;
|
|
30
|
+
dataType: number;
|
|
31
|
+
}[];
|
|
32
|
+
export declare function getDepartmentMockTreeSearchResult(): {
|
|
33
|
+
id: string;
|
|
34
|
+
name: string;
|
|
35
|
+
fullName: string;
|
|
36
|
+
departmentType: number;
|
|
37
|
+
dataType: number;
|
|
38
|
+
matched: boolean;
|
|
39
|
+
matchedFieldName: string;
|
|
40
|
+
matchedFieldValue: string;
|
|
41
|
+
inn: string;
|
|
42
|
+
hasChildren: boolean;
|
|
43
|
+
childrenLoaded: boolean;
|
|
44
|
+
notAvailable: boolean;
|
|
45
|
+
children: {
|
|
46
|
+
id: string;
|
|
47
|
+
name: string;
|
|
48
|
+
fullName: string;
|
|
49
|
+
departmentType: number;
|
|
50
|
+
dataType: number;
|
|
51
|
+
inn: string;
|
|
52
|
+
hasChildren: boolean;
|
|
53
|
+
childrenLoaded: boolean;
|
|
54
|
+
notAvailable: boolean;
|
|
55
|
+
children: any[];
|
|
56
|
+
}[];
|
|
57
|
+
}[];
|
|
58
|
+
export declare function getDepartmentMockFlatSearchResult(): {
|
|
59
|
+
data: {
|
|
60
|
+
id: string;
|
|
61
|
+
name: string;
|
|
62
|
+
fullName: string;
|
|
63
|
+
departmentType: number;
|
|
64
|
+
dataType: number;
|
|
65
|
+
inn: string;
|
|
66
|
+
hasChildren: boolean;
|
|
67
|
+
childrenLoaded: boolean;
|
|
68
|
+
notAvailable: boolean;
|
|
69
|
+
children: {
|
|
70
|
+
id: string;
|
|
71
|
+
name: string;
|
|
72
|
+
fullName: string;
|
|
73
|
+
departmentType: number;
|
|
74
|
+
dataType: number;
|
|
75
|
+
inn: string;
|
|
76
|
+
hasChildren: boolean;
|
|
77
|
+
childrenLoaded: boolean;
|
|
78
|
+
notAvailable: boolean;
|
|
79
|
+
children: any[];
|
|
80
|
+
}[];
|
|
81
|
+
};
|
|
82
|
+
searchInfo: {
|
|
83
|
+
matched: boolean;
|
|
84
|
+
matchedFieldName: string;
|
|
85
|
+
matchedFieldValue: string;
|
|
86
|
+
};
|
|
87
|
+
path: any[];
|
|
88
|
+
}[];
|
|
@@ -34,7 +34,7 @@ export interface IDirectoryDesRowSelectDialogProps extends IDirectorySelectDialo
|
|
|
34
34
|
}
|
|
35
35
|
/** @internal */
|
|
36
36
|
export interface IDirectoryDesRowSelectDialogState extends IDirectorySelectDialogState<ValueT, NodeT, ItemT> {
|
|
37
|
-
searchMode: GenModels.
|
|
37
|
+
searchMode: GenModels.DirectoryDesignerSearchItemsType;
|
|
38
38
|
}
|
|
39
39
|
/** @internal */
|
|
40
40
|
export declare class DirectoryDesRowSelectDialog extends DirectorySelectDialog<ValueT, NodeT, ItemT, IDirectoryDesRowSelectDialogProps, IDirectoryDesRowSelectDialogState> {
|
|
@@ -51,6 +51,7 @@ export declare class DirectoryDesRowSelectDialog extends DirectorySelectDialog<V
|
|
|
51
51
|
protected getItemIconClassName(item: IDirectoryItem<NodeT | ItemT>): string;
|
|
52
52
|
protected getItemTooltip(item: IDirectoryItem<NodeT | ItemT>): string;
|
|
53
53
|
protected get currentNodeId(): string;
|
|
54
|
+
protected toggleIsHidden(): boolean;
|
|
54
55
|
protected loadChildrenList(nodeId: string, nodeType: any, from: number, to: number): Promise<IDirectoryChildrenLoadResponse<NodeT | ItemT>>;
|
|
55
56
|
protected onChildrenListItemDoubleClick(item: IDirectoryItem<NodeT | ItemT>, ev: React.MouseEvent<unknown>): boolean;
|
|
56
57
|
protected search(searchText: string, nodeId: string, nodeType: any, maxCount: number, skip: number, reset: boolean): Promise<IDirectorySearchResponse<NodeT, NodeT | ItemT>>;
|
|
@@ -58,6 +59,7 @@ export declare class DirectoryDesRowSelectDialog extends DirectorySelectDialog<V
|
|
|
58
59
|
protected onToggleSearchMode: () => void;
|
|
59
60
|
protected renderChildrenListItemView(item: IDirectoryItem<NodeT | ItemT>, index: number): JSX.Element;
|
|
60
61
|
protected isGoToButtonActive(item: IDirectoryItem<NodeT | ItemT>): boolean;
|
|
62
|
+
protected isGoToButtonVisible(item: IDirectoryItem<NodeT | ItemT>): boolean;
|
|
61
63
|
protected getGoToButtonTitle(item: IDirectoryItem<NodeT | ItemT>): string;
|
|
62
64
|
protected onShowInfo: (item: GenModels.DirectoryDesignerItem) => Promise<void>;
|
|
63
65
|
protected onEdit: (item: GenModels.DirectoryDesignerItem) => Promise<void>;
|
|
@@ -60,10 +60,10 @@ export declare class DirectoryDesignerRowParams<ValueT extends DirectoryDesigner
|
|
|
60
60
|
export declare class DirectoryDesignerRow<ValueT extends DirectoryDesignerRowValueType = DirectoryDesignerRowValueType> extends DirectoryBase<ValueT, DirectoryDesignerRowNodeType, ItemT, DirectoryDesignerRowParams<ValueT>, DirectoryDesignerRowState<ValueT>> {
|
|
61
61
|
protected createParams(): DirectoryDesignerRowParams<ValueT>;
|
|
62
62
|
protected getServices(): $DirectoryDesignerRowController & $LayoutRowController & $EditOperationStore & $LayoutInfo & Partial<
|
|
63
|
-
import("D:/BuildAgent/work/
|
|
64
|
-
import("D:/BuildAgent/work/
|
|
65
|
-
import("D:/BuildAgent/work/
|
|
66
|
-
import("D:/BuildAgent/work/
|
|
63
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Generated/DocsVision.WebClient.Controllers").$LayoutController> &
|
|
64
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
|
|
65
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
66
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType;
|
|
67
67
|
private set DirectoryDesignerRowBinding(value);
|
|
68
68
|
private set binding(value);
|
|
69
69
|
private set directoryDataSource(value);
|
|
@@ -25,7 +25,6 @@ export declare type DirectoryDesignerRowImplState = DirectoryDesignerRowState;
|
|
|
25
25
|
declare type ItemT = GenModels.DirectoryDesignerItem;
|
|
26
26
|
/** @internal */
|
|
27
27
|
export declare class DirectoryDesignerRowImpl extends DirectoryBaseImpl<DirectoryDesignerRowValueType, DirectoryDesignerRowNodeType, ItemT, DirectoryDesignerRowParams, DirectoryDesignerRowState> {
|
|
28
|
-
private initialSetValue;
|
|
29
28
|
constructor(props: DirectoryDesignerRowParams, state: DirectoryDesignerRowState);
|
|
30
29
|
protected renderSelectDialog(props: IDirectorySelectDialogProps<DirectoryDesignerRowValueType, DirectoryDesignerRowNodeType, GenModels.IDirectoryItemData> & {
|
|
31
30
|
ref: any;
|
|
@@ -35,6 +34,7 @@ export declare class DirectoryDesignerRowImpl extends DirectoryBaseImpl<Director
|
|
|
35
34
|
protected getValuePath(value: GenModels.DirectoryDesignerItem): GenModels.DirectoryDesignerItem[];
|
|
36
35
|
private saveValueOnChange;
|
|
37
36
|
protected getSelectingMode(): DirectorySelectingMode;
|
|
37
|
+
UNSAFE_componentWillMount(): void;
|
|
38
38
|
componentWillUnmount(): void;
|
|
39
39
|
componentDidMount(): void;
|
|
40
40
|
static FirstPageSize: number;
|
|
@@ -43,12 +43,13 @@ export declare class DirectoryDesignerRowImpl extends DirectoryBaseImpl<Director
|
|
|
43
43
|
protected getTextValue(): string;
|
|
44
44
|
protected renderInto(props: DirectoryDesignerRowParams, container: HTMLElement): void;
|
|
45
45
|
protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<
|
|
46
|
-
import("D:/BuildAgent/work/
|
|
46
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, DirectoryDesignerRowParams<GenModels.DirectoryDesignerItem>, DirectoryDesignerRowState<GenModels.DirectoryDesignerItem>>>;
|
|
47
47
|
protected findItems(typeaheadQuery: ITypeaheadSearchQuery): Promise<ITypeaheadSearchResult>;
|
|
48
48
|
canShowDictionary(): boolean;
|
|
49
49
|
protected onInputKeyDown(ev: React.KeyboardEvent<HTMLInputElement>): void;
|
|
50
50
|
getValueAsString(value: ItemT | ItemT[]): string;
|
|
51
|
-
protected
|
|
51
|
+
protected onInputBlur(event: React.FocusEvent<any>): void;
|
|
52
|
+
protected onDirectoryDialogSelectButtonClick(): Promise<void>;
|
|
52
53
|
setValue(value: GenModels.DirectoryDesignerItem, redraw: boolean): void;
|
|
53
54
|
private saveCard;
|
|
54
55
|
private shouldSaveCardWithEditInPlaceValue;
|
|
@@ -58,9 +59,10 @@ import("D:/BuildAgent/work/43698d70d905217f/Bin/TypeScriptDefinitions/System/Con
|
|
|
58
59
|
protected renderDirectoryDesignerInputWithPlaceholder(): React.ReactNode;
|
|
59
60
|
protected editInPlaceModeRender(): JSX.Element;
|
|
60
61
|
protected getIconClassName(): string;
|
|
62
|
+
setValueInternal(value: any): void;
|
|
61
63
|
protected onIconClick(): void;
|
|
62
64
|
protected getTypeaheadProps():
|
|
63
|
-
import("D:/BuildAgent/work/
|
|
65
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Helpers/Typeahead/ITypeaheadProps").ITypeaheadProps & {
|
|
64
66
|
ref: any;
|
|
65
67
|
};
|
|
66
68
|
protected focusInput: () => void;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { $DirectoryDesignerRowController, $LayoutController, $LayoutRowController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
+
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
3
|
+
import { $Layout } from "@docsvision/webclient/System/$Layout";
|
|
4
|
+
import { $CurrentLocation, $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
5
|
+
import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
|
|
6
|
+
export declare function getDirectoryDesignerRowMockServices(): $DirectoryDesignerRowController & $LayoutRowController & $EditOperationStore & $LayoutInfo & $LayoutController & $LayoutManager & $CurrentLocation & $Layout & $DeviceType;
|
|
7
|
+
export declare function getDirectoryDesignerRowMockProps(): {
|
|
8
|
+
placeHolder: string;
|
|
9
|
+
value: unknown;
|
|
10
|
+
selectedValue: unknown;
|
|
11
|
+
itemType: string;
|
|
12
|
+
useDescription: boolean;
|
|
13
|
+
};
|
|
14
|
+
export declare function getDirectoryDesignerRowMockItems(): unknown[];
|
|
@@ -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, "renderContent" | "data" | "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "dir" | "className" | "
|
|
10
|
+
export declare const DirectorySearchContent: React.ForwardRefExoticComponent<Pick<IDirectorySearchContentProps, "renderContent" | "data" | "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "color" | "translate" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "opened" | "hidden" | "draggable" | "key" | "onMouseDown" | "defaultValue" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "lang" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "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" | "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"> & 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
|
-
| "key" | "
|
|
13
|
+
import("./components/DirectorySearchContent").IDirectorySearchContentProps, "renderContent" | "data" | "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "color" | "translate" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "opened" | "hidden" | "draggable" | "key" | "onMouseDown" | "defaultValue" | "defaultChecked" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "lang" | "spellCheck" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "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" | "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" | "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"> &
|
|
14
14
|
import("react").RefAttributes<unknown>>;
|
|
15
15
|
iconButton: (props:
|
|
16
|
-
import("D:/BuildAgent/work/
|
|
16
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Helpers/IconButton").IIconButtonProps) => JSX.Element;
|
|
17
17
|
searchResultList: typeof DirectorySearchResultList;
|
|
18
18
|
searchBreadcrumbs: typeof DirectorySearchBreadcrumbs;
|
|
19
19
|
searchInfo: typeof DirectorySearchInfo;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
2
|
+
import { $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
3
|
+
import { $LabelWidth } from "@docsvision/webclient/System/$LabelWidth";
|
|
4
|
+
export declare function getDisplayInitiatorMockServices(): $LayoutInfo & $LabelWidth & $DeviceType;
|
|
5
|
+
export declare function getDisplayInitiatorMockProps(): {
|
|
6
|
+
value: {
|
|
7
|
+
id: string;
|
|
8
|
+
isCurrent: boolean;
|
|
9
|
+
displayName: string;
|
|
10
|
+
firstName: string;
|
|
11
|
+
lastName: string;
|
|
12
|
+
middleName: any;
|
|
13
|
+
position: any;
|
|
14
|
+
fieldPath: string;
|
|
15
|
+
unitId: string;
|
|
16
|
+
pathInDirectory: any;
|
|
17
|
+
dataType: number;
|
|
18
|
+
status: number;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export declare function getDisplayInitiatorMockValue(): {
|
|
22
|
+
id: string;
|
|
23
|
+
isCurrent: boolean;
|
|
24
|
+
displayName: string;
|
|
25
|
+
firstName: string;
|
|
26
|
+
lastName: string;
|
|
27
|
+
middleName: any;
|
|
28
|
+
position: any;
|
|
29
|
+
fieldPath: string;
|
|
30
|
+
unitId: string;
|
|
31
|
+
pathInDirectory: any;
|
|
32
|
+
dataType: number;
|
|
33
|
+
status: number;
|
|
34
|
+
};
|