@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.
Files changed (176) hide show
  1. package/Account/Altcha.d.ts +10 -0
  2. package/Account/LoginContainer.d.ts +2 -0
  3. package/Account/LoginLogic.d.ts +18 -1
  4. package/Application.d.ts +3 -3
  5. package/BackOffice/AddressStoriesData.d.ts +21 -0
  6. package/BackOffice/AuthenticationKindsView.d.ts +1 -1
  7. package/BackOffice/BackofficeConstants.d.ts +1 -0
  8. package/BackOffice/CardKindStoriesData.d.ts +44 -0
  9. package/BackOffice/CardKindTreeNode.d.ts +1 -1
  10. package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
  11. package/BackOffice/CommentsStoriesData.d.ts +8 -0
  12. package/BackOffice/CreateRelatedCardButtonStoriesData.d.ts +22 -0
  13. package/BackOffice/DelegateBatchOperationStoriesData.d.ts +15 -0
  14. package/BackOffice/DeleteShortcutBatchOperationStoriesData.d.ts +12 -0
  15. package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
  16. package/BackOffice/DepartmentStoriesData.d.ts +88 -0
  17. package/BackOffice/DirectoryDesRowSelectDialog.d.ts +3 -1
  18. package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
  19. package/BackOffice/DirectoryDesignerRowImpl.d.ts +6 -4
  20. package/BackOffice/DirectoryDesignerRowStoriesData.d.ts +14 -0
  21. package/BackOffice/DirectorySearchContent.d.ts +1 -1
  22. package/BackOffice/DirectorySearchResultView.d.ts +2 -2
  23. package/BackOffice/DisplayInitiatorStoriesData.d.ts +34 -0
  24. package/BackOffice/DisplayPerformersStoriesData.d.ts +71 -0
  25. package/BackOffice/EmailButtonView.d.ts +2 -2
  26. package/BackOffice/EmployeeStoriesData.d.ts +16 -0
  27. package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
  28. package/BackOffice/FileListControlStoriesData.d.ts +162 -0
  29. package/BackOffice/GetSearchItemsType.d.ts +2 -0
  30. package/BackOffice/GroupTaskCardSelectPerformersStoriesData.d.ts +13 -0
  31. package/BackOffice/HistoryStoriesData.d.ts +45 -0
  32. package/BackOffice/HistoryStoriesHelpers.d.ts +4 -0
  33. package/BackOffice/LinksStoriesData.d.ts +60 -0
  34. package/BackOffice/MultipleEmployeesStoriesData.d.ts +31 -0
  35. package/BackOffice/NumeratorStoriesData.d.ts +24 -0
  36. package/BackOffice/PartnerBase.d.ts +2 -2
  37. package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
  38. package/BackOffice/Powers.d.ts +1 -1
  39. package/BackOffice/PowersImpl.d.ts +1 -1
  40. package/BackOffice/PrintButtonView.d.ts +1 -1
  41. package/BackOffice/StaffDirectoryItems.d.ts +1 -1
  42. package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
  43. package/BackOffice/StateButtonsStoriesData.d.ts +22 -0
  44. package/BackOffice/TasksStoriesData.d.ts +36 -0
  45. package/BackOffice/TasksTableView.d.ts +3 -3
  46. package/BackOffice/ToSearchArea.d.ts +3 -0
  47. package/Generated/DocsVision.WebClient.Controllers.d.ts +77 -15
  48. package/Generated/DocsVision.WebClient.Models.d.ts +2591 -95
  49. package/Helpers/ComboBox/ComboBoxTitle.d.ts +2 -0
  50. package/Helpers/InputMask/InputMaskView.d.ts +1 -1
  51. package/Helpers/InputMask/components/InputMaskField.d.ts +1 -1
  52. package/Helpers/LoadingIcon/LoadingIcon.d.ts +1 -0
  53. package/Legacy/ILegacyRouter.d.ts +1 -0
  54. package/Legacy/StandardControllers.d.ts +2 -2
  55. package/Legacy/Utils.d.ts +2 -0
  56. package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +2 -2
  57. package/Platform/ApprovalVisualizationView.d.ts +1 -1
  58. package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
  59. package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
  60. package/Platform/CardLink.d.ts +7 -7
  61. package/Platform/CertificateSettingsView.d.ts +1 -1
  62. package/Platform/CheckFileAllowed.d.ts +2 -0
  63. package/Platform/CheckFilesAllowed.d.ts +1 -0
  64. package/Platform/CompleteTaskConditionsTableModelStub.d.ts +53 -0
  65. package/Platform/DeleteBatchOperationStoriesData.d.ts +13 -0
  66. package/Platform/DownloadFilesBatchOperationStoriesData.d.ts +16 -0
  67. package/Platform/FavoritesPageRouteHandler.d.ts +5 -5
  68. package/Platform/FavoritesRouteHandler.d.ts +3 -3
  69. package/Platform/FolderCardsDashboardStoriesData.d.ts +2 -0
  70. package/Platform/FolderGridService.d.ts +4 -4
  71. package/Platform/FolderNameImpl.d.ts +0 -1
  72. package/Platform/FolderRouteHelpers.d.ts +1 -4
  73. package/Platform/FolderViewItemsImpl.d.ts +26 -28
  74. package/Platform/FolderWebFrameRouteHandler.d.ts +2 -3
  75. package/Platform/ListCheckbox.d.ts +1 -1
  76. package/Platform/ListInput.d.ts +1 -1
  77. package/Platform/LoaderDialog.d.ts +1 -1
  78. package/Platform/MoveShortcutBatchOperationStoriesData.d.ts +12 -0
  79. package/Platform/ReadBatchBatchOperationStoriesData.d.ts +13 -0
  80. package/Platform/RecentCardsPageRouteHandler.d.ts +5 -5
  81. package/Platform/RecentCardsRouteHandler.d.ts +4 -4
  82. package/Platform/ScanDialogServiceStoriesData.d.ts +2 -0
  83. package/Platform/SearchTextInput.d.ts +1 -1
  84. package/Platform/SecurityDescriptorDialog.d.ts +1 -1
  85. package/Platform/TextBoxInputField.d.ts +1 -1
  86. package/Platform/TextBoxInputMaskView.d.ts +1 -1
  87. package/Platform/TextListInputView.d.ts +3 -3
  88. package/Platform/UserProfileDialog.d.ts +1 -1
  89. package/Platform/WebFrameSearchPanel.d.ts +15 -15
  90. package/StandardServices.d.ts +1 -2
  91. package/System/DirectoryBaseImpl.d.ts +1 -0
  92. package/System/DirectorySelectDialog.d.ts +2 -2
  93. package/System/DownloadsTab.d.ts +578 -0
  94. package/System/FileControllerStub.d.ts +14 -0
  95. package/System/FilePreviewStub.d.ts +4 -0
  96. package/System/GroupMenuChildrenModelStub.d.ts +64 -0
  97. package/System/LinkMainMenuModelStub.d.ts +22 -0
  98. package/System/PagesControllerStub.d.ts +9 -0
  99. package/System/ProfileTab.d.ts +1349 -0
  100. package/System/RealtimeCommunicationService.d.ts +17 -2
  101. package/System/ResourcesStub.d.ts +8 -0
  102. package/System/Router.d.ts +2 -1
  103. package/System/SearchingResultsStub.d.ts +48 -0
  104. package/System/SettingsTab.d.ts +716 -0
  105. package/System/StatusTab.d.ts +1135 -0
  106. package/System/StorybookStory.d.ts +8 -4
  107. package/System/TableStub.d.ts +617 -0
  108. package/package.json +1 -1
  109. package/Account/Login.stories.d.ts +0 -12
  110. package/BackOffice/AuthenticationKinds.stories.d.ts +0 -10
  111. package/BackOffice/DirectoryTabs.stories.d.ts +0 -8
  112. package/BackOffice/DirectoryTree.stories.d.ts +0 -9
  113. package/BackOffice/DirectoryValues.stories.d.ts +0 -8
  114. package/BackOffice/EmailButton.stories.d.ts +0 -10
  115. package/BackOffice/FileListControl.stories.d.ts +0 -10
  116. package/BackOffice/FileSignListDialog.stories.d.ts +0 -13
  117. package/BackOffice/Numerator.stories.d.ts +0 -8
  118. package/BackOffice/Powers.stories.d.ts +0 -20
  119. package/BackOffice/PowersDirectory.stories.d.ts +0 -20
  120. package/BackOffice/SignatureButton.stories.d.ts +0 -10
  121. package/BackOffice/SignatureDialog.stories.d.ts +0 -25
  122. package/BackOffice/SignatureMethodsSetup.stories.d.ts +0 -14
  123. package/BackOffice/StaffDirectory.stories.d.ts +0 -24
  124. package/BackOffice/TasksTable.stories.d.ts +0 -21
  125. package/BackOffice/WebFrameDirectorySearchPanel.stories.d.ts +0 -8
  126. package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +0 -10
  127. package/Helpers/Button.stories.d.ts +0 -8
  128. package/Helpers/DropdownButton/DropdownButton.stories.d.ts +0 -10
  129. package/Helpers/EmployeeName.stories.d.ts +0 -8
  130. package/Helpers/InputMask/InputMask.stories.d.ts +0 -11
  131. package/Helpers/SearchBar.stories.d.ts +0 -8
  132. package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +0 -8
  133. package/Legacy/$FolderViews.d.ts +0 -8
  134. package/Legacy/BasicGridHtmlBuilder.d.ts +0 -133
  135. package/Legacy/DesktopGridHtmlBuilder.d.ts +0 -30
  136. package/Legacy/FilterSidePanel.d.ts +0 -4
  137. package/Legacy/FolderViewHandler.d.ts +0 -9
  138. package/Legacy/FolderViews.d.ts +0 -26
  139. package/Legacy/FormFactor.d.ts +0 -5
  140. package/Legacy/Grid.d.ts +0 -50
  141. package/Legacy/GridModeService.d.ts +0 -10
  142. package/Legacy/GridRowSelectionService.d.ts +0 -12
  143. package/Legacy/GridRowsSelectionLogic.d.ts +0 -30
  144. package/Legacy/IGridHtmlBuilder.d.ts +0 -25
  145. package/Legacy/ISortingColumn.d.ts +0 -5
  146. package/Legacy/MobileGridHtmlBuilder.d.ts +0 -31
  147. package/Platform/Aggregates.stories.d.ts +0 -8
  148. package/Platform/Diagram.stories.d.ts +0 -11
  149. package/Platform/Dropdown.stories.d.ts +0 -12
  150. package/Platform/FilePicker.stories.d.ts +0 -11
  151. package/Platform/FolderCountersRouteHandler.d.ts +0 -29
  152. package/Platform/FolderGrid.stories.d.ts +0 -17
  153. package/Platform/FolderTypeItems.stories.d.ts +0 -9
  154. package/Platform/FolderViewItems.stories.d.ts +0 -9
  155. package/Platform/GridManagement.d.ts +0 -8
  156. package/Platform/OpenedDialogFixture.d.ts +0 -2
  157. package/Platform/QueryCondition.stories.d.ts +0 -5
  158. package/Platform/Quotes.stories.d.ts +0 -8
  159. package/Platform/ScanDialogService.stories.d.ts +0 -22
  160. package/Platform/SecurityDescriptorDialog.stories.d.ts +0 -10
  161. package/Platform/SettingsPopup.stories.d.ts +0 -1
  162. package/Platform/Tab.stories.d.ts +0 -9
  163. package/Platform/TextBox.stories.d.ts +0 -18
  164. package/Platform/Toolbar.stories.d.ts +0 -12
  165. package/Platform/WebFrameBodyContainer.stories.d.ts +0 -8
  166. package/Platform/WebFrameCompanyLogo.stories.d.ts +0 -10
  167. package/Platform/WebFrameCurrentPageName.stories.d.ts +0 -8
  168. package/Platform/WebFrameHeaderContainer.stories.d.ts +0 -17
  169. package/Platform/WebFrameHelpButton.stories.d.ts +0 -10
  170. package/Platform/WebFrameMainMenuButton.stories.d.ts +0 -8
  171. package/Platform/WebFrameMainMenuContainer.stories.d.ts +0 -10
  172. package/Platform/WebFrameNavigationBar.stories.d.ts +0 -19
  173. package/Platform/WebFrameSearchPanel.stories.d.ts +0 -14
  174. package/Platform/WebFrameUserPanel.stories.d.ts +0 -12
  175. package/System/LocationContainerControl.stories.d.ts +0 -18
  176. 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;
@@ -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 '@docsvision/webclient/System/GetFieldName';
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 ApplyBrowserFixes;
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 DetectBrowsers;
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/43698d70d905217f/Bin/TypeScriptDefinitions/Helpers/LabeledText").ILabeledText) => JSX.Element;
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" | "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" | "download" | "hrefLang" | "ping" | "rel" | "referrerPolicy"> & {
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/43698d70d905217f/Bin/Helpers/Table/TableHelperHeaderRow").ITableHeaderCellHelperProps) => JSX.Element, any, {}, never>;
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/43698d70d905217f/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
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/43698d70d905217f/Bin/Helpers/Table/TableHelperRow").ITableRowCellHelperProps & React.RefAttributes<HTMLDivElement>>, any, {
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,8 @@
1
+ export declare function getCommentsMock(): {
2
+ id: string;
3
+ deleted: boolean;
4
+ employeeId: string;
5
+ employeeDisplayName: string;
6
+ date: string;
7
+ text: string;
8
+ }[];
@@ -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/43698d70d905217f/Bin/TypeScriptDefinitions/Helpers/Breadcrumbs/ButtonItem").IBreadcrumbsItemProps) => JSX.Element, any, {}, never>;
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.DirectoryDesignerTreeNodeType;
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/43698d70d905217f/Bin/TypeScriptDefinitions/Generated/DocsVision.WebClient.Controllers").$LayoutController> &
64
- import("D:/BuildAgent/work/43698d70d905217f/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
65
- import("D:/BuildAgent/work/43698d70d905217f/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
66
- import("D:/BuildAgent/work/43698d70d905217f/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType;
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/43698d70d905217f/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, GenModels.DirectoryDesignerItem, DirectoryDesignerRowParams<GenModels.DirectoryDesignerItem>, DirectoryDesignerRowState<GenModels.DirectoryDesignerItem>>>;
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 onInputChange(event: any): void;
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/43698d70d905217f/Bin/TypeScriptDefinitions/Helpers/Typeahead/ITypeaheadProps").ITypeaheadProps & {
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" | "color" | "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" | "css" | "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" | "opened"> & React.RefAttributes<unknown>>;
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" | "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" | "opened"> &
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/43698d70d905217f/Helpers/IconButton").IIconButtonProps) => JSX.Element;
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
+ };