@docsvision/webclient 6.1.7 → 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 (82) 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/CardKindStoriesData.d.ts +44 -0
  7. package/BackOffice/CardKindTreeNode.d.ts +1 -1
  8. package/BackOffice/CommentsStoriesData.d.ts +8 -0
  9. package/BackOffice/CreateRelatedCardButtonStoriesData.d.ts +22 -0
  10. package/BackOffice/DelegateBatchOperationStoriesData.d.ts +15 -0
  11. package/BackOffice/DeleteShortcutBatchOperationStoriesData.d.ts +12 -0
  12. package/BackOffice/DepartmentStoriesData.d.ts +88 -0
  13. package/BackOffice/DirectoryDesRowSelectDialog.d.ts +3 -1
  14. package/BackOffice/DirectoryDesignerRowImpl.d.ts +4 -2
  15. package/BackOffice/DirectoryDesignerRowStoriesData.d.ts +14 -0
  16. package/BackOffice/DirectorySearchContent.d.ts +1 -1
  17. package/BackOffice/DirectorySearchResultView.d.ts +1 -1
  18. package/BackOffice/DisplayInitiatorStoriesData.d.ts +34 -0
  19. package/BackOffice/DisplayPerformersStoriesData.d.ts +71 -0
  20. package/BackOffice/EmailButtonView.d.ts +1 -1
  21. package/BackOffice/EmployeeStoriesData.d.ts +16 -0
  22. package/BackOffice/FileListControlStoriesData.d.ts +162 -0
  23. package/BackOffice/GetSearchItemsType.d.ts +2 -0
  24. package/BackOffice/GroupTaskCardSelectPerformersStoriesData.d.ts +13 -0
  25. package/BackOffice/HistoryStoriesData.d.ts +45 -0
  26. package/BackOffice/HistoryStoriesHelpers.d.ts +4 -0
  27. package/BackOffice/LinksStoriesData.d.ts +60 -0
  28. package/BackOffice/MultipleEmployeesStoriesData.d.ts +31 -0
  29. package/BackOffice/NumeratorStoriesData.d.ts +24 -0
  30. package/BackOffice/StateButtonsStoriesData.d.ts +22 -0
  31. package/BackOffice/TasksStoriesData.d.ts +36 -0
  32. package/BackOffice/ToSearchArea.d.ts +3 -0
  33. package/Generated/DocsVision.WebClient.Controllers.d.ts +10 -9
  34. package/Generated/DocsVision.WebClient.Models.d.ts +2553 -70
  35. package/Helpers/InputMask/InputMaskView.d.ts +1 -1
  36. package/Helpers/InputMask/components/InputMaskField.d.ts +1 -1
  37. package/Helpers/LoadingIcon/LoadingIcon.d.ts +1 -0
  38. package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +2 -2
  39. package/Platform/ApprovalVisualizationView.d.ts +1 -1
  40. package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
  41. package/Platform/DeleteBatchOperationStoriesData.d.ts +13 -0
  42. package/Platform/DownloadFilesBatchOperationStoriesData.d.ts +16 -0
  43. package/Platform/FavoritesPageRouteHandler.d.ts +5 -5
  44. package/Platform/FavoritesRouteHandler.d.ts +3 -3
  45. package/Platform/FolderGridService.d.ts +4 -4
  46. package/Platform/FolderNameImpl.d.ts +0 -1
  47. package/Platform/FolderRouteHelpers.d.ts +1 -4
  48. package/Platform/FolderViewItemsImpl.d.ts +23 -23
  49. package/Platform/FolderWebFrameRouteHandler.d.ts +2 -3
  50. package/Platform/ListCheckbox.d.ts +1 -1
  51. package/Platform/ListInput.d.ts +1 -1
  52. package/Platform/MoveShortcutBatchOperationStoriesData.d.ts +12 -0
  53. package/Platform/ReadBatchBatchOperationStoriesData.d.ts +13 -0
  54. package/Platform/RecentCardsPageRouteHandler.d.ts +5 -5
  55. package/Platform/RecentCardsRouteHandler.d.ts +4 -4
  56. package/Platform/SearchTextInput.d.ts +1 -1
  57. package/Platform/TextBoxInputField.d.ts +1 -1
  58. package/Platform/TextBoxInputMaskView.d.ts +1 -1
  59. package/Platform/TextListInputView.d.ts +3 -3
  60. package/Platform/WebFrameSearchPanel.d.ts +15 -15
  61. package/StandardServices.d.ts +1 -2
  62. package/System/DirectoryBaseImpl.d.ts +1 -0
  63. package/System/PagesControllerStub.d.ts +0 -1
  64. package/System/ResourcesStub.d.ts +8 -0
  65. package/System/StorybookStory.d.ts +8 -4
  66. package/package.json +1 -1
  67. package/Legacy/$FolderViews.d.ts +0 -8
  68. package/Legacy/BasicGridHtmlBuilder.d.ts +0 -133
  69. package/Legacy/DesktopGridHtmlBuilder.d.ts +0 -30
  70. package/Legacy/FilterSidePanel.d.ts +0 -4
  71. package/Legacy/FolderViewHandler.d.ts +0 -9
  72. package/Legacy/FolderViews.d.ts +0 -26
  73. package/Legacy/FormFactor.d.ts +0 -5
  74. package/Legacy/Grid.d.ts +0 -50
  75. package/Legacy/GridModeService.d.ts +0 -10
  76. package/Legacy/GridRowSelectionService.d.ts +0 -12
  77. package/Legacy/GridRowsSelectionLogic.d.ts +0 -30
  78. package/Legacy/IGridHtmlBuilder.d.ts +0 -25
  79. package/Legacy/ISortingColumn.d.ts +0 -5
  80. package/Legacy/MobileGridHtmlBuilder.d.ts +0 -31
  81. package/Platform/FolderCountersRouteHandler.d.ts +0 -29
  82. package/Platform/GridManagement.d.ts +0 -8
@@ -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
+ };
@@ -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
- import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "type" | "placeholder" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "hidden" | "target" | "draggable" | "lang" | "media" | "role" | "href" | "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" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "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
  }> & {
@@ -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(): {};
@@ -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>;
@@ -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;
@@ -48,7 +48,8 @@ import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Con
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,6 +59,7 @@ import("D:/BuildAgent/work/a67c8f9640042c6e/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
65
  import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Helpers/Typeahead/ITypeaheadProps").ITypeaheadProps & {
@@ -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" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "hidden" | "draggable" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> & React.RefAttributes<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,7 +10,7 @@ export declare class DirectorySearchResultView {
10
10
  container: typeof DirectorySearchContainer;
11
11
  content:
12
12
  import("react").ForwardRefExoticComponent<Pick<
13
- import("./components/DirectorySearchContent").IDirectorySearchContentProps, "renderContent" | "data" | "slot" | "style" | "title" | "children" | "id" | "onSubmit" | "placeholder" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "color" | "opened" | "hidden" | "draggable" | "lang" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocusCapture" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "spellCheck" | "translate" | "radioGroup" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is"> &
13
+ 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
16
  import("D:/BuildAgent/work/a67c8f9640042c6e/Helpers/IconButton").IIconButtonProps) => JSX.Element;
@@ -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
+ };
@@ -0,0 +1,71 @@
1
+ import { $LayoutTasksController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
2
+ import { $Layout } from "@docsvision/webclient/System/$Layout";
3
+ import { $CardId, $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
4
+ import { $LabelWidth } from "@docsvision/webclient/System/$LabelWidth";
5
+ export declare function getDisplayPerformersMockServices(): $LayoutTasksController & $CardId & $EditOperationStore & $LayoutInfo & $LabelWidth & $Layout;
6
+ export declare function getDisplayPerformersMockProps(): {
7
+ showEmptyLabel: boolean;
8
+ startPerformers: {
9
+ id: string;
10
+ displayName: string;
11
+ tip: string;
12
+ extendedTip: string;
13
+ type: number;
14
+ }[];
15
+ endPerformers: {
16
+ id: string;
17
+ displayName: string;
18
+ tip: string;
19
+ extendedTip: string;
20
+ type: number;
21
+ }[];
22
+ };
23
+ export declare function getDisplayPerformersMockMultiplePerformers(): {
24
+ startPerformers: {
25
+ id: string;
26
+ displayName: string;
27
+ tip: string;
28
+ extendedTip: string;
29
+ type: number;
30
+ }[];
31
+ endPerformers: {
32
+ id: string;
33
+ displayName: string;
34
+ tip: string;
35
+ extendedTip: string;
36
+ type: number;
37
+ }[];
38
+ };
39
+ export declare function getDisplayPerformersMockDelegateRecords(): {
40
+ event: number;
41
+ initiator: {
42
+ id: string;
43
+ isCurrent: boolean;
44
+ displayName: string;
45
+ firstName: string;
46
+ lastName: string;
47
+ middleName: any;
48
+ position: any;
49
+ fieldPath: string;
50
+ unitId: string;
51
+ pathInDirectory: any;
52
+ dataType: number;
53
+ status: number;
54
+ };
55
+ performers: {
56
+ id: string;
57
+ isCurrent: boolean;
58
+ displayName: string;
59
+ firstName: string;
60
+ lastName: string;
61
+ middleName: any;
62
+ position: any;
63
+ fieldPath: string;
64
+ unitId: string;
65
+ pathInDirectory: any;
66
+ dataType: number;
67
+ status: number;
68
+ }[];
69
+ date: string;
70
+ comment: string;
71
+ }[];