@docsvision/webclient 6.1.6-beta.1 → 6.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Account/Altcha.d.ts +10 -0
- package/Account/LoginContainer.d.ts +2 -0
- package/Account/LoginLogic.d.ts +18 -1
- package/Application.d.ts +3 -3
- package/BackOffice/AddressStoriesData.d.ts +21 -0
- package/BackOffice/AuthenticationKindsView.d.ts +1 -1
- package/BackOffice/BackofficeConstants.d.ts +1 -0
- package/BackOffice/CardKindStoriesData.d.ts +44 -0
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/CommentsStoriesData.d.ts +8 -0
- package/BackOffice/CreateRelatedCardButtonStoriesData.d.ts +22 -0
- package/BackOffice/DelegateBatchOperationStoriesData.d.ts +15 -0
- package/BackOffice/DeleteShortcutBatchOperationStoriesData.d.ts +12 -0
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DepartmentStoriesData.d.ts +88 -0
- package/BackOffice/DirectoryDesRowSelectDialog.d.ts +3 -1
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +6 -4
- package/BackOffice/DirectoryDesignerRowStoriesData.d.ts +14 -0
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +2 -2
- package/BackOffice/DisplayInitiatorStoriesData.d.ts +34 -0
- package/BackOffice/DisplayPerformersStoriesData.d.ts +71 -0
- package/BackOffice/EmailButtonView.d.ts +2 -2
- package/BackOffice/EmployeeStoriesData.d.ts +16 -0
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListControlStoriesData.d.ts +162 -0
- package/BackOffice/GetSearchItemsType.d.ts +2 -0
- package/BackOffice/GroupTaskCardSelectPerformersStoriesData.d.ts +13 -0
- package/BackOffice/HistoryStoriesData.d.ts +45 -0
- package/BackOffice/HistoryStoriesHelpers.d.ts +4 -0
- package/BackOffice/LinksStoriesData.d.ts +60 -0
- package/BackOffice/MultipleEmployeesStoriesData.d.ts +31 -0
- package/BackOffice/NumeratorStoriesData.d.ts +24 -0
- package/BackOffice/PartnerBase.d.ts +2 -2
- package/BackOffice/PartnerDirectoryBase.d.ts +3 -3
- package/BackOffice/Powers.d.ts +1 -1
- package/BackOffice/PowersImpl.d.ts +1 -1
- package/BackOffice/PrintButtonView.d.ts +1 -1
- package/BackOffice/StaffDirectoryItems.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/StateButtonsStoriesData.d.ts +22 -0
- package/BackOffice/TasksStoriesData.d.ts +36 -0
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/ToSearchArea.d.ts +3 -0
- package/Generated/DocsVision.WebClient.Controllers.d.ts +77 -15
- package/Generated/DocsVision.WebClient.Models.d.ts +2591 -95
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +2 -0
- package/Helpers/InputMask/InputMaskView.d.ts +1 -1
- package/Helpers/InputMask/components/InputMaskField.d.ts +1 -1
- package/Helpers/LoadingIcon/LoadingIcon.d.ts +1 -0
- package/Legacy/ILegacyRouter.d.ts +1 -0
- package/Legacy/StandardControllers.d.ts +2 -2
- package/Legacy/Utils.d.ts +2 -0
- package/Legacy/WebFrameSearchPanelRouteHandler.d.ts +2 -2
- package/Platform/ApprovalVisualizationView.d.ts +1 -1
- package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/CardLink.d.ts +7 -7
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/CheckFileAllowed.d.ts +2 -0
- package/Platform/CheckFilesAllowed.d.ts +1 -0
- package/Platform/CompleteTaskConditionsTableModelStub.d.ts +53 -0
- package/Platform/DeleteBatchOperationStoriesData.d.ts +13 -0
- package/Platform/DownloadFilesBatchOperationStoriesData.d.ts +16 -0
- package/Platform/FavoritesPageRouteHandler.d.ts +5 -5
- package/Platform/FavoritesRouteHandler.d.ts +3 -3
- package/Platform/FolderCardsDashboardStoriesData.d.ts +2 -0
- package/Platform/FolderGridService.d.ts +4 -4
- package/Platform/FolderNameImpl.d.ts +0 -1
- package/Platform/FolderRouteHelpers.d.ts +1 -4
- package/Platform/FolderViewItemsImpl.d.ts +26 -28
- package/Platform/FolderWebFrameRouteHandler.d.ts +2 -3
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/MoveShortcutBatchOperationStoriesData.d.ts +12 -0
- package/Platform/ReadBatchBatchOperationStoriesData.d.ts +13 -0
- package/Platform/RecentCardsPageRouteHandler.d.ts +5 -5
- package/Platform/RecentCardsRouteHandler.d.ts +4 -4
- package/Platform/ScanDialogServiceStoriesData.d.ts +2 -0
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/TextBoxInputField.d.ts +1 -1
- package/Platform/TextBoxInputMaskView.d.ts +1 -1
- package/Platform/TextListInputView.d.ts +3 -3
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/WebFrameSearchPanel.d.ts +15 -15
- package/StandardServices.d.ts +1 -2
- package/System/DirectoryBaseImpl.d.ts +1 -0
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/DownloadsTab.d.ts +578 -0
- package/System/FileControllerStub.d.ts +14 -0
- package/System/FilePreviewStub.d.ts +4 -0
- package/System/GroupMenuChildrenModelStub.d.ts +64 -0
- package/System/LinkMainMenuModelStub.d.ts +22 -0
- package/System/PagesControllerStub.d.ts +9 -0
- package/System/ProfileTab.d.ts +1349 -0
- package/System/RealtimeCommunicationService.d.ts +17 -2
- package/System/ResourcesStub.d.ts +8 -0
- package/System/Router.d.ts +2 -1
- package/System/SearchingResultsStub.d.ts +48 -0
- package/System/SettingsTab.d.ts +716 -0
- package/System/StatusTab.d.ts +1135 -0
- package/System/StorybookStory.d.ts +8 -4
- package/System/TableStub.d.ts +617 -0
- package/package.json +1 -1
- package/Account/Login.stories.d.ts +0 -12
- package/BackOffice/AuthenticationKinds.stories.d.ts +0 -10
- package/BackOffice/DirectoryTabs.stories.d.ts +0 -8
- package/BackOffice/DirectoryTree.stories.d.ts +0 -9
- package/BackOffice/DirectoryValues.stories.d.ts +0 -8
- package/BackOffice/EmailButton.stories.d.ts +0 -10
- package/BackOffice/FileListControl.stories.d.ts +0 -10
- package/BackOffice/FileSignListDialog.stories.d.ts +0 -13
- package/BackOffice/Numerator.stories.d.ts +0 -8
- package/BackOffice/Powers.stories.d.ts +0 -20
- package/BackOffice/PowersDirectory.stories.d.ts +0 -20
- package/BackOffice/SignatureButton.stories.d.ts +0 -10
- package/BackOffice/SignatureDialog.stories.d.ts +0 -25
- package/BackOffice/SignatureMethodsSetup.stories.d.ts +0 -14
- package/BackOffice/StaffDirectory.stories.d.ts +0 -24
- package/BackOffice/TasksTable.stories.d.ts +0 -21
- package/BackOffice/WebFrameDirectorySearchPanel.stories.d.ts +0 -8
- package/Helpers/ArtPlayer/ArtPlayer.stories.d.ts +0 -10
- package/Helpers/Button.stories.d.ts +0 -8
- package/Helpers/DropdownButton/DropdownButton.stories.d.ts +0 -10
- package/Helpers/EmployeeName.stories.d.ts +0 -8
- package/Helpers/InputMask/InputMask.stories.d.ts +0 -11
- package/Helpers/SearchBar.stories.d.ts +0 -8
- package/Helpers/TextInputDialog/TextInputDialog.stories.d.ts +0 -8
- package/Legacy/$FolderViews.d.ts +0 -8
- package/Legacy/BasicGridHtmlBuilder.d.ts +0 -133
- package/Legacy/DesktopGridHtmlBuilder.d.ts +0 -30
- package/Legacy/FilterSidePanel.d.ts +0 -4
- package/Legacy/FolderViewHandler.d.ts +0 -9
- package/Legacy/FolderViews.d.ts +0 -26
- package/Legacy/FormFactor.d.ts +0 -5
- package/Legacy/Grid.d.ts +0 -50
- package/Legacy/GridModeService.d.ts +0 -10
- package/Legacy/GridRowSelectionService.d.ts +0 -12
- package/Legacy/GridRowsSelectionLogic.d.ts +0 -30
- package/Legacy/IGridHtmlBuilder.d.ts +0 -25
- package/Legacy/ISortingColumn.d.ts +0 -5
- package/Legacy/MobileGridHtmlBuilder.d.ts +0 -31
- package/Platform/Aggregates.stories.d.ts +0 -8
- package/Platform/Diagram.stories.d.ts +0 -11
- package/Platform/Dropdown.stories.d.ts +0 -12
- package/Platform/FilePicker.stories.d.ts +0 -11
- package/Platform/FolderCountersRouteHandler.d.ts +0 -29
- package/Platform/FolderGrid.stories.d.ts +0 -17
- package/Platform/FolderTypeItems.stories.d.ts +0 -9
- package/Platform/FolderViewItems.stories.d.ts +0 -9
- package/Platform/GridManagement.d.ts +0 -8
- package/Platform/OpenedDialogFixture.d.ts +0 -2
- package/Platform/QueryCondition.stories.d.ts +0 -5
- package/Platform/Quotes.stories.d.ts +0 -8
- package/Platform/ScanDialogService.stories.d.ts +0 -22
- package/Platform/SecurityDescriptorDialog.stories.d.ts +0 -10
- package/Platform/SettingsPopup.stories.d.ts +0 -1
- package/Platform/Tab.stories.d.ts +0 -9
- package/Platform/TextBox.stories.d.ts +0 -18
- package/Platform/Toolbar.stories.d.ts +0 -12
- package/Platform/WebFrameBodyContainer.stories.d.ts +0 -8
- package/Platform/WebFrameCompanyLogo.stories.d.ts +0 -10
- package/Platform/WebFrameCurrentPageName.stories.d.ts +0 -8
- package/Platform/WebFrameHeaderContainer.stories.d.ts +0 -17
- package/Platform/WebFrameHelpButton.stories.d.ts +0 -10
- package/Platform/WebFrameMainMenuButton.stories.d.ts +0 -8
- package/Platform/WebFrameMainMenuContainer.stories.d.ts +0 -10
- package/Platform/WebFrameNavigationBar.stories.d.ts +0 -19
- package/Platform/WebFrameSearchPanel.stories.d.ts +0 -14
- package/Platform/WebFrameUserPanel.stories.d.ts +0 -12
- package/System/LocationContainerControl.stories.d.ts +0 -18
- package/System/LocationContainerControlRealoadLayoutApi.stories.d.ts +0 -20
|
@@ -0,0 +1,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
|
+
}[];
|
|
@@ -3,14 +3,14 @@ export declare class EmailButtonView {
|
|
|
3
3
|
button: (props:
|
|
4
4
|
import("@docsvision/web/components/form/button").ButtonProps) => JSX.Element;
|
|
5
5
|
buttonDialog: (props:
|
|
6
|
-
import("D:/BuildAgent/work/
|
|
6
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
7
7
|
modalDialog: (props:
|
|
8
8
|
import("@docsvision/web/components/modals/modal-dialog").ModalDialogProps) => JSX.Element;
|
|
9
9
|
item: (props:
|
|
10
10
|
import("./components/EmailButtonItem").EmailButtonItemProps) => JSX.Element;
|
|
11
11
|
checkbox:
|
|
12
12
|
import("react").ForwardRefExoticComponent<Pick<
|
|
13
|
-
| "key" | "
|
|
13
|
+
import("@docsvision/web/components/form/checkbox/CheckBox").CheckBoxProps, "form" | "slot" | "style" | "title" | "children" | "name" | "id" | "disabled" | "onSubmit" | "placeholder" | "value" | "color" | "translate" | "dir" | "className" | "onClick" | "onKeyDown" | "onFocus" | "onBlur" | "tabIndex" | "dataTestId" | "hidden" | "draggable" | "key" | "onMouseDown" | "labelText" | "required" | "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" | "onSetupLogic" | "onSetupView" | "checked" | "readOnly" | "htmlFor" | "indeterminate" | "innerRef"> &
|
|
14
14
|
import("react").RefAttributes<unknown>>;
|
|
15
15
|
files: (props:
|
|
16
16
|
import("./components/EmailButtonFiles").EmailButtonFilesProps) => JSX.Element;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export declare function getEmployeeMockServices():
|
|
2
|
+
import("@docsvision/webclient/Employee/Employee").$EmployeeServices;
|
|
3
|
+
export declare function getEmployeeMockValue(): {
|
|
4
|
+
id: string;
|
|
5
|
+
isCurrent: boolean;
|
|
6
|
+
displayName: string;
|
|
7
|
+
firstName: string;
|
|
8
|
+
lastName: string;
|
|
9
|
+
middleName: any;
|
|
10
|
+
position: any;
|
|
11
|
+
fieldPath: string;
|
|
12
|
+
unitId: string;
|
|
13
|
+
pathInDirectory: any;
|
|
14
|
+
dataType: number;
|
|
15
|
+
status: number;
|
|
16
|
+
};
|
|
@@ -40,7 +40,7 @@ export declare class ExistingCardLinkDialog extends React.Component<Props, State
|
|
|
40
40
|
private attachRoot;
|
|
41
41
|
DialogBox:
|
|
42
42
|
import("styled-components").StyledComponent<(props:
|
|
43
|
-
import("D:/BuildAgent/work/
|
|
43
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Helpers/ModalDialog/ModalDialogBox").IModalDialogBoxProps) => JSX.Element, any, {}, never>;
|
|
44
44
|
close(): void;
|
|
45
45
|
onMaximize: () => void;
|
|
46
46
|
onModalKeyDown: (ev: React.KeyboardEvent) => void;
|
|
@@ -0,0 +1,162 @@
|
|
|
1
|
+
import { FileListItem } from "@docsvision/webclient/BackOffice/FileListItem";
|
|
2
|
+
import { FileListItemState } from "@docsvision/webclient/BackOffice/FileListItemState";
|
|
3
|
+
export declare const getFileListControlMockProps: () => any;
|
|
4
|
+
export declare const getFileListControlMockServices: (files: any) => {
|
|
5
|
+
layoutManager:
|
|
6
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Services/$LayoutManager").ILayoutManager;
|
|
7
|
+
layoutInfo:
|
|
8
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Models").GenModels.LayoutInfoModel;
|
|
9
|
+
fileListOptions?:
|
|
10
|
+
import("@docsvision/webclient/FileListControlImpl").IFileListOptions;
|
|
11
|
+
siteUrl: string;
|
|
12
|
+
webServices:
|
|
13
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Services/WebServices/IWebServicesService").IWebServicesService;
|
|
14
|
+
cardTimestamp: number;
|
|
15
|
+
R7OfficeController:
|
|
16
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Controllers").GenControllers.IR7OfficeController;
|
|
17
|
+
fileService:
|
|
18
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Services/$FileService").IFileService;
|
|
19
|
+
documentCardController:
|
|
20
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Legacy/Controllers/DocumentCard/DocumentCard").DocumentCardController;
|
|
21
|
+
fileController:
|
|
22
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Legacy/Controllers/FileController/FileController").FileController;
|
|
23
|
+
layoutFileController:
|
|
24
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Controllers").GenControllers.ILayoutFileController;
|
|
25
|
+
layout:
|
|
26
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Controls/Layout/$Layout").ILayout;
|
|
27
|
+
cardId: string;
|
|
28
|
+
realtimeCommunicationService:
|
|
29
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Services/RealtimeCommunication/$RealtimeCommunicationService").IRealtimeCommunicationService;
|
|
30
|
+
router:
|
|
31
|
+
import("@docsvision/web/core/routing").IRouter;
|
|
32
|
+
deviceType:
|
|
33
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Models").GenModels.DeviceType;
|
|
34
|
+
defaultDeviceType:
|
|
35
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Models").GenModels.DeviceType;
|
|
36
|
+
editOperations?:
|
|
37
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Core/EditOperationStore/IEditOperationStore").IEditOperationStore;
|
|
38
|
+
cardInfo:
|
|
39
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Models").GenModels.CardInfoModel;
|
|
40
|
+
requestManager:
|
|
41
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Core/RequestProcessing/$RequestManager").IRequestManager;
|
|
42
|
+
signatureController:
|
|
43
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Controllers").GenControllers.ISignatureController;
|
|
44
|
+
dataVisualizationController:
|
|
45
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Controllers").GenControllers.IDataVisualizationController;
|
|
46
|
+
layoutCheck:
|
|
47
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Services/$LayoutCheckService").ILayoutCheckService;
|
|
48
|
+
applicationSettings:
|
|
49
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Models").GenModels.ApplicationSettings;
|
|
50
|
+
fileUpload:
|
|
51
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Platform/Services/File/IFileUploadService").IFileUploadService;
|
|
52
|
+
urlStore:
|
|
53
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Core/UrlStore/$UrlStore").IUrlStore;
|
|
54
|
+
messageBox:
|
|
55
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Services/$MessageBox").IMessageBoxService;
|
|
56
|
+
webViewIOSEnabled: boolean;
|
|
57
|
+
layoutFileApiController:
|
|
58
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Controllers").GenControllers.ILayoutFileApiController;
|
|
59
|
+
layoutDocumentController:
|
|
60
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Controllers").GenControllers.ILayoutDocumentController;
|
|
61
|
+
cloudSignature:
|
|
62
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Services/CloudSignature/$CloudSignature").ICloudSignatureService;
|
|
63
|
+
cryptoPro:
|
|
64
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Services/CryptoPro/$CryptoPro").ICryptoProService;
|
|
65
|
+
localStorage:
|
|
66
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/System/Services/$LocalStorage").ILocalStorage;
|
|
67
|
+
signatureMethodsController:
|
|
68
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Controllers").GenControllers.ISignatureMethodsController;
|
|
69
|
+
digitalSignature:
|
|
70
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Services/DigitalSignature/$DigitalSignature").IDigitalSignatureService;
|
|
71
|
+
};
|
|
72
|
+
export declare const getFileListControlMockFiles: () => FileListItem[];
|
|
73
|
+
export declare const getFileListControlMockChildVersions: () => {
|
|
74
|
+
id: string;
|
|
75
|
+
versionId: string;
|
|
76
|
+
versionPath: string;
|
|
77
|
+
versionNumber: number;
|
|
78
|
+
author: string;
|
|
79
|
+
creationDate: string;
|
|
80
|
+
comments: any[];
|
|
81
|
+
changeDate: string;
|
|
82
|
+
}[];
|
|
83
|
+
export declare const getFileListControlCommandBarButtons: () => {
|
|
84
|
+
controlTypeName: string;
|
|
85
|
+
isAsync: any;
|
|
86
|
+
properties: {
|
|
87
|
+
name: string;
|
|
88
|
+
};
|
|
89
|
+
children: ({
|
|
90
|
+
controlTypeName: string;
|
|
91
|
+
isAsync: any;
|
|
92
|
+
properties: {
|
|
93
|
+
standardCssClass: string;
|
|
94
|
+
visibilityEditOperation: string;
|
|
95
|
+
visibility: boolean;
|
|
96
|
+
name: string;
|
|
97
|
+
tag: string;
|
|
98
|
+
click: string;
|
|
99
|
+
mouseOver: string;
|
|
100
|
+
mouseOut: string;
|
|
101
|
+
signatureFormat?: undefined;
|
|
102
|
+
};
|
|
103
|
+
children: any[];
|
|
104
|
+
} | {
|
|
105
|
+
controlTypeName: string;
|
|
106
|
+
isAsync: any;
|
|
107
|
+
properties: {
|
|
108
|
+
standardCssClass: string;
|
|
109
|
+
visibility: boolean;
|
|
110
|
+
name: string;
|
|
111
|
+
click: string;
|
|
112
|
+
mouseOver: string;
|
|
113
|
+
mouseOut: string;
|
|
114
|
+
signatureFormat: number;
|
|
115
|
+
visibilityEditOperation?: undefined;
|
|
116
|
+
tag?: undefined;
|
|
117
|
+
};
|
|
118
|
+
children: any[];
|
|
119
|
+
})[];
|
|
120
|
+
}[];
|
|
121
|
+
export declare function selectFirst(files: FileListItem[]): FileListItem[];
|
|
122
|
+
export declare function expandFirstMenu(files: FileListItem[]): FileListItem[];
|
|
123
|
+
export declare function lockFirst(files: FileListItem[]): FileListItem[];
|
|
124
|
+
export declare function signAll(files: FileListItem[]): {
|
|
125
|
+
data: {
|
|
126
|
+
hasFileCertificatedSignature: boolean;
|
|
127
|
+
name: string;
|
|
128
|
+
fileCardId: string;
|
|
129
|
+
fileId: string;
|
|
130
|
+
isLocked: boolean;
|
|
131
|
+
isFilePreviewSupported: boolean;
|
|
132
|
+
isESExportAllowed: boolean;
|
|
133
|
+
fileExtension: string;
|
|
134
|
+
childVersions:
|
|
135
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Models").GenModels.VersionedFileModel[];
|
|
136
|
+
currentVersion:
|
|
137
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/Generated/DocsVision.WebClient.Models").GenModels.VersionedFileModel;
|
|
138
|
+
hasFileSignature: boolean;
|
|
139
|
+
isMain: boolean;
|
|
140
|
+
allowEdit: boolean;
|
|
141
|
+
webDavLink: string;
|
|
142
|
+
webDavReadonlyLink: string;
|
|
143
|
+
versionsCount: number;
|
|
144
|
+
size: number;
|
|
145
|
+
};
|
|
146
|
+
settingsMenuExpanded: boolean;
|
|
147
|
+
versionsListExpanded: boolean;
|
|
148
|
+
versionsListAnimating: boolean;
|
|
149
|
+
commentsDialogOpen: boolean;
|
|
150
|
+
uploadVersionAttachedElements:
|
|
151
|
+
import("@docsvision/webclient/Data/FileListAttachElements").FileListAttachedElements;
|
|
152
|
+
uploadSignedAttachedElement:
|
|
153
|
+
import("@docsvision/webclient/Data/FileListAttachElements").FileListAttachedElements;
|
|
154
|
+
versionListElement: HTMLElement;
|
|
155
|
+
itemComponent:
|
|
156
|
+
import("@docsvision/webclient/FileListItem/FileListItemComponent").FileListItemComponent;
|
|
157
|
+
file: File;
|
|
158
|
+
state: FileListItemState;
|
|
159
|
+
isSelected: boolean;
|
|
160
|
+
cssClasses?: string[];
|
|
161
|
+
}[];
|
|
162
|
+
export declare function prepareVersions(data: FileListItem[]): FileListItem[];
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { TaskGroupInterval } from "@docsvision/webclient/BackOffice/TaskGroupIntervalModel";
|
|
2
|
+
import { $TaskGroupPerformersController, $BusinessCalendarController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
3
|
+
import { $DeviceType, $CurrentEmployeeId, $ApplicationSettings } from "@docsvision/webclient/StandardServices";
|
|
4
|
+
import { $EditOperationStore, $LayoutInfo, $CardInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
5
|
+
import { $MessageBox } from "@docsvision/webclient/System/$MessageBox";
|
|
6
|
+
export declare function getGroupTaskCardSelectPerformersMockServices(): $EditOperationStore & $MessageBox & $DeviceType & $TaskGroupPerformersController & $LayoutInfo & $CardInfo & $CurrentEmployeeId & $BusinessCalendarController & $ApplicationSettings;
|
|
7
|
+
export declare function getGroupTaskCardSelectPerformersMockProps(): {
|
|
8
|
+
useBusinessCalendar: boolean;
|
|
9
|
+
};
|
|
10
|
+
export declare function getGroupTaskCardSelectPerformersMockValue(): {
|
|
11
|
+
executionType: number;
|
|
12
|
+
intervals: TaskGroupInterval[];
|
|
13
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { $BusinessCalendarController, $LayoutHistoryController, $LayoutStaffController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
+
import { $CardId, $CardInfo, $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
3
|
+
import { $Router } from "@docsvision/webclient/System/$Router";
|
|
4
|
+
import { $DeviceType } from "@docsvision/web/core/system-services/environment";
|
|
5
|
+
import { HistoryParams } from "@docsvision/webclient/BackOffice/History";
|
|
6
|
+
export declare function getHistoryServices(): $LayoutHistoryController & $CardId & $EditOperationStore & $DeviceType & $LayoutInfo & $BusinessCalendarController & $Router & $CardInfo & $LayoutStaffController;
|
|
7
|
+
export declare const getBindingArgHistoryStory: (hasMore: boolean) => HistoryParams;
|
|
8
|
+
export declare function getEmployeesMock(): {
|
|
9
|
+
employees: {
|
|
10
|
+
id: string;
|
|
11
|
+
isCurrent: boolean;
|
|
12
|
+
accountName: any;
|
|
13
|
+
displayName: string;
|
|
14
|
+
firstName: string;
|
|
15
|
+
lastName: string;
|
|
16
|
+
middleName: string;
|
|
17
|
+
position: string;
|
|
18
|
+
sdid: string;
|
|
19
|
+
isFavoritePerformer: boolean;
|
|
20
|
+
unitId: string;
|
|
21
|
+
units: any[];
|
|
22
|
+
email: any;
|
|
23
|
+
status: number;
|
|
24
|
+
departmentName: any;
|
|
25
|
+
dataType: number;
|
|
26
|
+
employeeId: string;
|
|
27
|
+
unit: any;
|
|
28
|
+
deputyDisplayName: any;
|
|
29
|
+
}[];
|
|
30
|
+
hasMore: boolean;
|
|
31
|
+
};
|
|
32
|
+
export declare function getHistoryRecordsMock(): {
|
|
33
|
+
records: {
|
|
34
|
+
logNewId: string;
|
|
35
|
+
id: number;
|
|
36
|
+
date: string;
|
|
37
|
+
event: string;
|
|
38
|
+
author: {
|
|
39
|
+
displayName: string;
|
|
40
|
+
};
|
|
41
|
+
}[];
|
|
42
|
+
hasMore: boolean;
|
|
43
|
+
cacheId: string;
|
|
44
|
+
renew: boolean;
|
|
45
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { $LinksSearchCards } from "@docsvision/webclient/BackOffice/$LinksSearchCardsService";
|
|
2
|
+
import { $LayoutFileController, $LayoutController, $LayoutLinksController, $CardOperationsController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
3
|
+
import { $FileController } from "@docsvision/webclient/Legacy/FileController";
|
|
4
|
+
import { $FilePreview } from "@docsvision/webclient/Platform/$FilePreview";
|
|
5
|
+
import { $ApplicationSettings, $DeviceType, $WebViewIOSEnabled } from "@docsvision/webclient/StandardServices";
|
|
6
|
+
import { $Layout } from "@docsvision/webclient/System/$Layout";
|
|
7
|
+
import { $EditOperationStore, $CardId, $CardTimestamp, $LayoutInfo, $CardInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
8
|
+
import { $RequestManager } from "@docsvision/webclient/System/$RequestManager";
|
|
9
|
+
import { $FileService } from "@docsvision/webclient/System/$FileService";
|
|
10
|
+
import { $LayoutCheck } from "@docsvision/webclient/System/$LayoutCheckService";
|
|
11
|
+
import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
|
|
12
|
+
import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
|
|
13
|
+
export declare function getLinksMockServices(): $FileController & $LayoutFileController & $LayoutController & $LayoutLinksController & $EditOperationStore & $ApplicationSettings & $Layout & $LayoutManager & $LocalStorage & $DeviceType & $CardId & $CardTimestamp & $LayoutInfo & $LinksSearchCards & $LayoutCheck & $CardInfo & $RequestManager & $FileService & $CardOperationsController & $FilePreview & $WebViewIOSEnabled;
|
|
14
|
+
export declare function getLinksMockProps(): {
|
|
15
|
+
header: string;
|
|
16
|
+
createLinkLinkTypes: {
|
|
17
|
+
linkTypeId: string;
|
|
18
|
+
name: string;
|
|
19
|
+
displayName: string;
|
|
20
|
+
oppositeLinkName: string;
|
|
21
|
+
}[];
|
|
22
|
+
createLinkKinds: {
|
|
23
|
+
name: string;
|
|
24
|
+
kindId: string;
|
|
25
|
+
cardTypeId: string;
|
|
26
|
+
withDescendants: boolean;
|
|
27
|
+
}[];
|
|
28
|
+
};
|
|
29
|
+
export declare function getLinksMockValue(): {
|
|
30
|
+
links: {
|
|
31
|
+
linkId: string;
|
|
32
|
+
displayName: string;
|
|
33
|
+
linkTypeId: string;
|
|
34
|
+
linkTypeName: string;
|
|
35
|
+
kind: number;
|
|
36
|
+
isDocument: boolean;
|
|
37
|
+
cardId: any;
|
|
38
|
+
cardTypeId: string;
|
|
39
|
+
cardKindId: string;
|
|
40
|
+
fileCardId: any;
|
|
41
|
+
fileVersionId: any;
|
|
42
|
+
creationDate: string;
|
|
43
|
+
authorDisplayName: string;
|
|
44
|
+
description: string;
|
|
45
|
+
url: any;
|
|
46
|
+
canDelete: boolean;
|
|
47
|
+
linkDescription: {
|
|
48
|
+
linkDescriptionMode: number;
|
|
49
|
+
text: string;
|
|
50
|
+
layout: any;
|
|
51
|
+
};
|
|
52
|
+
}[];
|
|
53
|
+
bindingInfo: any;
|
|
54
|
+
allowedLinkCardTypes: string[];
|
|
55
|
+
allowedLinkTypes: string[];
|
|
56
|
+
linksLoaded: boolean;
|
|
57
|
+
totalLinksCount: number;
|
|
58
|
+
descriptionColumnViewMode: number;
|
|
59
|
+
descriptionColumnMethodKey: string;
|
|
60
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export declare function getMultipleEmployeesMockServices():
|
|
2
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/@docsvision/Employee/Employee").$EmployeeServices;
|
|
3
|
+
export declare function getMultipleEmployeesMockValue(): {
|
|
4
|
+
id: string;
|
|
5
|
+
isCurrent: boolean;
|
|
6
|
+
displayName: string;
|
|
7
|
+
firstName: string;
|
|
8
|
+
lastName: string;
|
|
9
|
+
middleName: any;
|
|
10
|
+
position: any;
|
|
11
|
+
fieldPath: string;
|
|
12
|
+
unitId: string;
|
|
13
|
+
pathInDirectory: any;
|
|
14
|
+
dataType: number;
|
|
15
|
+
status: number;
|
|
16
|
+
}[];
|
|
17
|
+
export declare function getMultipleEmployeesMockFindItems(): {
|
|
18
|
+
employeeId: string;
|
|
19
|
+
displayName: string;
|
|
20
|
+
firstName: string;
|
|
21
|
+
lastName: string;
|
|
22
|
+
email: string;
|
|
23
|
+
position: any;
|
|
24
|
+
unit: {
|
|
25
|
+
unitId: string;
|
|
26
|
+
unitName: string;
|
|
27
|
+
};
|
|
28
|
+
accountName: string;
|
|
29
|
+
deputyDisplayName: string;
|
|
30
|
+
isFavoritePerformer: boolean;
|
|
31
|
+
}[];
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { $LayoutDocumentController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
+
import { $Layout } from "@docsvision/webclient/System/$Layout";
|
|
3
|
+
import { $EditOperationStore, $LayoutInfo, $CardInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
4
|
+
import { $LabelWidth } from "@docsvision/webclient/System/$LabelWidth";
|
|
5
|
+
export declare function getNumeratorMockServices(): $LayoutDocumentController & $LabelWidth & $EditOperationStore & $Layout & $LayoutInfo & $CardInfo;
|
|
6
|
+
export declare function getNumeratorMockProps(): {
|
|
7
|
+
generationRule: string;
|
|
8
|
+
parent: any;
|
|
9
|
+
placeHolder: string;
|
|
10
|
+
allowManualEdit: boolean;
|
|
11
|
+
showEmptyLabel: boolean;
|
|
12
|
+
name: string;
|
|
13
|
+
};
|
|
14
|
+
export declare function getNumeratorMockValue(): {
|
|
15
|
+
id: string;
|
|
16
|
+
number: string;
|
|
17
|
+
bindingInfo: {
|
|
18
|
+
dataSourceResolverId: string;
|
|
19
|
+
sectionId: string;
|
|
20
|
+
fieldAlias: string;
|
|
21
|
+
propertyName: string;
|
|
22
|
+
editOperation: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
@@ -69,8 +69,8 @@ export declare class PartnerBaseParams<T> extends InputBasedControlParams<T> {
|
|
|
69
69
|
export declare abstract class PartnerBase<T extends GenModels.DepartmentModel | GenModels.EmployeeDataModel, ParamsT extends PartnerBaseParams<T> = PartnerBaseParams<T>, StateT extends PartnerBaseState<T> = PartnerBaseState<T>> extends InputBasedControl<T, ParamsT, StateT> {
|
|
70
70
|
/** @internal */
|
|
71
71
|
protected getServices(): $LayoutPartnerController & $EditOperationStore & $LayoutInfo & $LayoutRowController & $LayoutController & Partial<$LayoutController> & $LayoutManager & Partial<
|
|
72
|
-
import("D:/BuildAgent/work/
|
|
73
|
-
import("D:/BuildAgent/work/
|
|
72
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
73
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
|
|
74
74
|
/** @internal */
|
|
75
75
|
protected get partnerImpl(): PartnerBaseImpl<T>;
|
|
76
76
|
private set partnerBindingHandler(value);
|
|
@@ -39,9 +39,9 @@ export declare class PartnerDirectoryBaseParams<T extends ValueT> extends Direct
|
|
|
39
39
|
export declare abstract class PartnerDirectoryBase<T extends ValueT, ParamsT extends PartnerDirectoryBaseParams<T> = PartnerDirectoryBaseParams<T>, StateT extends PartnerDirectoryBaseState<T> = PartnerDirectoryBaseState<T>> extends DirectoryBase<T, NodeT, ItemT, ParamsT, StateT> {
|
|
40
40
|
/** @internal */
|
|
41
41
|
protected getServices(): $LayoutPartnerController & $EditOperationStore & $LayoutInfo & $LayoutRowController & $LayoutController & Partial<$LayoutController> &
|
|
42
|
-
import("D:/BuildAgent/work/
|
|
43
|
-
import("D:/BuildAgent/work/
|
|
44
|
-
import("D:/BuildAgent/work/
|
|
42
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Services/$LayoutManager").$LayoutManager & Partial<
|
|
43
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CurrentLocation> & Partial<
|
|
44
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Controls/Layout/$Layout").$Layout> & $DeviceType & $LayoutStaffController & $DepartmentController;
|
|
45
45
|
/** @internal */
|
|
46
46
|
protected get partnerImpl(): PartnerDirectoryBaseImpl<T>;
|
|
47
47
|
init(): Promise<void>;
|
package/BackOffice/Powers.d.ts
CHANGED
|
@@ -55,7 +55,7 @@ export declare class Powers<ValueT extends PowersValueType = PowersValueType> ex
|
|
|
55
55
|
protected getServices(): $PowersServices;
|
|
56
56
|
private set binding(value);
|
|
57
57
|
get inputChanged():
|
|
58
|
-
import("D:/BuildAgent/work/
|
|
58
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Events/SimpleEvent").SimpleEvent<string>;
|
|
59
59
|
/** Удаляет выбранное значение. */
|
|
60
60
|
/** @covered */
|
|
61
61
|
removeItem(item?: ItemT): Promise<void>;
|
|
@@ -45,7 +45,7 @@ export declare class PowersImpl extends DirectoryBaseImpl<PowersValueType, Power
|
|
|
45
45
|
onSelectedValue(variantValue: IPowerModel): Promise<void>;
|
|
46
46
|
protected onMouseDownIcon(): void;
|
|
47
47
|
protected getTypeaheadProps():
|
|
48
|
-
import("D:/BuildAgent/work/
|
|
48
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Helpers/Typeahead/ITypeaheadProps").ITypeaheadProps & {
|
|
49
49
|
ref: any;
|
|
50
50
|
};
|
|
51
51
|
getSelectingMode(): DirectorySelectingMode;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare class PrintButtonView {
|
|
3
3
|
dropdownButton: (props:
|
|
4
|
-
import("D:/BuildAgent/work/
|
|
4
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/Helpers/DropdownButton").DropdownButtonProps) => JSX.Element;
|
|
5
5
|
}
|
|
@@ -82,7 +82,7 @@ export declare class StaffDirectoryItems<ValueT extends StaffValueType = StaffVa
|
|
|
82
82
|
private set binding(value);
|
|
83
83
|
private set defaultEmployeeBinding(value);
|
|
84
84
|
get inputChanged():
|
|
85
|
-
import("D:/BuildAgent/work/
|
|
85
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Events/SimpleEvent").SimpleEvent<string>;
|
|
86
86
|
/** @covered */
|
|
87
87
|
get inputText(): string;
|
|
88
88
|
/** @covered */
|
|
@@ -66,7 +66,7 @@ export declare class StaffDirectoryItemsImpl extends DirectoryBaseImpl<StaffValu
|
|
|
66
66
|
private shouldShowFavorites;
|
|
67
67
|
onRemoveClick(item: ItemT, ev?: React.MouseEvent<any> | React.TouchEvent<any>): Promise<void>;
|
|
68
68
|
protected showEditPopover(popoverOptions?: IEditPopoverProps): Promise<
|
|
69
|
-
import("D:/BuildAgent/work/
|
|
69
|
+
import("D:/BuildAgent/work/a67c8f9640042c6e/Bin/TypeScriptDefinitions/System/Controls/DirectoryBase/DirectoryBase").DirectoryBase<StaffValueType, GenModels.IDirectoryItemData, GenModels.IDirectoryItemData, StaffDirectoryItemsParams<StaffValueType>, StaffDirectoryItemsState<StaffValueType>>>;
|
|
70
70
|
protected onEditPopoverShowed(control: any): void;
|
|
71
71
|
protected getItemTooltip(employee: GenModels.IDirectoryItemData): string;
|
|
72
72
|
protected onIconClick(): void;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { $LayoutController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
+
import { $Layout } from "@docsvision/webclient/System/$Layout";
|
|
3
|
+
import { $CardInfo, $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
4
|
+
import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
|
|
5
|
+
import { $RouterNavigation } from "@docsvision/webclient/System/$Router";
|
|
6
|
+
export declare function getStateButtonsServices(): $EditOperationStore & $Layout & $LayoutInfo & $CardInfo & $LayoutController & $LayoutManager & $RouterNavigation;
|
|
7
|
+
export declare function getStateButtonsMockOperations(): {
|
|
8
|
+
operationId: string;
|
|
9
|
+
builtInOperationId: string;
|
|
10
|
+
displayName: string;
|
|
11
|
+
tooltip: any;
|
|
12
|
+
displayMode: number;
|
|
13
|
+
isGenerated: boolean;
|
|
14
|
+
generatedOperationId: string;
|
|
15
|
+
color: any;
|
|
16
|
+
textColor: any;
|
|
17
|
+
order: number;
|
|
18
|
+
completionOptionId: any;
|
|
19
|
+
requestConfirmation: boolean;
|
|
20
|
+
additionalInfo: any;
|
|
21
|
+
fieldInfo: any;
|
|
22
|
+
}[];
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { $LayoutController, $LayoutTasksController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
2
|
+
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
3
|
+
import { $Layout } from "@docsvision/webclient/System/$Layout";
|
|
4
|
+
import { $CardInfo, $EditOperationStore } from "@docsvision/webclient/System/LayoutServices";
|
|
5
|
+
import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
|
|
6
|
+
import { $RouterNavigation } from "@docsvision/webclient/System/$Router";
|
|
7
|
+
export declare function getTasksMockServices({ emptyTaskList, longList }?: {
|
|
8
|
+
emptyTaskList: boolean;
|
|
9
|
+
longList: boolean;
|
|
10
|
+
}): $LayoutTasksController & $EditOperationStore & $Layout & $CardInfo & $LayoutController & $LayoutManager & $RouterNavigation & $DeviceType;
|
|
11
|
+
export declare function getTasksMockProps(): {
|
|
12
|
+
header: string;
|
|
13
|
+
tasksCreateInfo: {
|
|
14
|
+
createRouteName: string;
|
|
15
|
+
id: string;
|
|
16
|
+
cardTypeId: string;
|
|
17
|
+
displayName: string;
|
|
18
|
+
isTemplate: boolean;
|
|
19
|
+
isApprovingChildTasksNode: boolean;
|
|
20
|
+
}[];
|
|
21
|
+
};
|
|
22
|
+
export declare function getMockTasksList(isLongList?: boolean): {
|
|
23
|
+
cardId: string;
|
|
24
|
+
cardTypeId: string;
|
|
25
|
+
kindId: string;
|
|
26
|
+
taskName: string;
|
|
27
|
+
viewRouteName: string;
|
|
28
|
+
isGroupTask: boolean;
|
|
29
|
+
stateDisplayName: string;
|
|
30
|
+
stateClassName: string;
|
|
31
|
+
stateType: number;
|
|
32
|
+
performerDisplayName: any;
|
|
33
|
+
startDate: string;
|
|
34
|
+
endDate: string;
|
|
35
|
+
endDateActual: any;
|
|
36
|
+
}[];
|