@docsvision/webclient 5.17.6 → 5.17.8-beta.1
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/LoginLogic.d.ts +2 -0
- package/BackOffice/Address.stories.d.ts +66 -0
- package/BackOffice/AddressLabel.stories.d.ts +30 -0
- package/BackOffice/AddressOldStyles.stories.d.ts +19 -0
- package/BackOffice/AddressStoriesData.d.ts +21 -0
- package/BackOffice/CardKind.stories.d.ts +46 -0
- package/BackOffice/CardKindImpl.d.ts +1 -1
- package/BackOffice/CardKindLabel.stories.d.ts +28 -0
- package/BackOffice/CardKindStoriesData.d.ts +44 -0
- package/BackOffice/CardKindTree.d.ts +1 -1
- package/BackOffice/CommandMenuComponent.d.ts +1 -1
- package/BackOffice/Comments.d.ts +2 -0
- package/BackOffice/Comments.stories.d.ts +20 -0
- package/BackOffice/CommentsImpl.d.ts +0 -1
- package/BackOffice/CommentsOldStyle.stories.d.ts +5 -0
- package/BackOffice/CommentsStoriesData.d.ts +8 -0
- package/BackOffice/CreateRelatedCardButton.stories.d.ts +165 -0
- package/BackOffice/CreateRelatedCardButtonOldStyles.stories.d.ts +21 -0
- package/BackOffice/CreateRelatedCardButtonStoriesData.d.ts +22 -0
- package/BackOffice/DelegateBatchOperation.stories.d.ts +58 -0
- package/BackOffice/DelegateBatchOperationStoriesData.d.ts +15 -0
- package/BackOffice/DeleteShortcutBatchOperation.stories.d.ts +48 -0
- package/BackOffice/DeleteShortcutBatchOperationStoriesData.d.ts +12 -0
- package/BackOffice/Department.stories.d.ts +117 -0
- package/BackOffice/DepartmentLabel.stories.d.ts +32 -0
- package/BackOffice/DepartmentOldStyles.stories.d.ts +24 -0
- package/BackOffice/DepartmentStoriesData.d.ts +88 -0
- package/BackOffice/DirectoryDesignerRow.stories.d.ts +92 -0
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +3 -2
- package/BackOffice/DirectoryDesignerRowLabel.stories.d.ts +21 -0
- package/BackOffice/DirectoryDesignerRowOldStyles.stories.d.ts +18 -0
- package/BackOffice/DirectoryDesignerRowStoriesData.d.ts +14 -0
- package/BackOffice/DisplayInitiator.stories.d.ts +31 -0
- package/BackOffice/DisplayInitiatorLabel.stories.d.ts +44 -0
- package/BackOffice/DisplayInitiatorStoriesData.d.ts +34 -0
- package/BackOffice/DisplayPerformers.stories.d.ts +132 -0
- package/BackOffice/DisplayPerformersImpl.d.ts +1 -1
- package/BackOffice/DisplayPerformersLabel.stories.d.ts +48 -0
- package/BackOffice/DisplayPerformersStoriesData.d.ts +71 -0
- package/BackOffice/Employee.stories.d.ts +34 -0
- package/BackOffice/EmployeeLegacy.stories.d.ts +27 -0
- package/BackOffice/EmployeeStoriesData.d.ts +16 -0
- package/BackOffice/FileListControl.stories.d.ts +443 -0
- package/BackOffice/FileListControlOldStyles.stories.d.ts +214 -0
- package/BackOffice/FileListControlStoriesData.d.ts +161 -0
- package/BackOffice/FileSignListDialog.d.ts +2 -2
- package/BackOffice/GroupTaskCardSelectPerformers.stories.d.ts +55 -0
- package/BackOffice/GroupTaskCardSelectPerformersOldStyles.stories.d.ts +19 -0
- package/BackOffice/GroupTaskCardSelectPerformersStoriesData.d.ts +13 -0
- package/BackOffice/History.stories.d.ts +35 -0
- package/BackOffice/HistoryOldStyle.stories.d.ts +8 -0
- package/BackOffice/HistoryStoriesData.d.ts +45 -0
- package/BackOffice/HistoryStoriesHelpers.d.ts +4 -0
- package/BackOffice/Links.stories.d.ts +137 -0
- package/BackOffice/LinksOldStyles.stories.d.ts +59 -0
- package/BackOffice/LinksStoriesData.d.ts +60 -0
- package/BackOffice/MultipleEmployees.stories.d.ts +78 -0
- package/BackOffice/MultipleEmployeesLabel.stories.d.ts +30 -0
- package/BackOffice/MultipleEmployeesOldStyles.stories.d.ts +28 -0
- package/BackOffice/MultipleEmployeesStoriesData.d.ts +31 -0
- package/BackOffice/Numerator.stories.d.ts +93 -2
- package/BackOffice/NumeratorImpl.d.ts +1 -1
- package/BackOffice/NumeratorLabel.stories.d.ts +31 -0
- package/BackOffice/NumeratorOldStyles.stories.d.ts +27 -0
- package/BackOffice/NumeratorStoriesData.d.ts +23 -0
- package/BackOffice/PartnerBaseImpl.d.ts +5 -1
- package/BackOffice/PartnerImpl.d.ts +2 -1
- package/BackOffice/PowersImpl.d.ts +1 -1
- package/BackOffice/PrintButton.d.ts +1 -1
- package/BackOffice/StaffDirectoryDataVisualiser.d.ts +1 -0
- package/BackOffice/StaffDirectoryItems.stories.d.ts +358 -0
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsLabel.stories.d.ts +19 -0
- package/BackOffice/StaffDirectoryItemsStoriesData.d.ts +10 -0
- package/BackOffice/StaffDirectorySelectDialog.d.ts +1 -0
- package/BackOffice/StateButtons.stories.d.ts +24 -0
- package/BackOffice/StateButtonsOldStyle.stories.d.ts +7 -0
- package/BackOffice/StateButtonsStoriesData.d.ts +22 -0
- package/BackOffice/StateLabel.stories.d.ts +20 -0
- package/BackOffice/TaskListItemComponent.d.ts +1 -1
- package/BackOffice/Tasks.stories.d.ts +105 -0
- package/BackOffice/TasksStoriesData.d.ts +36 -0
- package/BackOffice/UniquenessCheck.stories.d.ts +40 -0
- package/BackOffice/UniquenessCheckStoriesData.d.ts +24 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +8 -0
- package/Helpers/Breadcrumbs/Breadcrumbs.d.ts +1 -0
- package/Helpers/Breadcrumbs/BreadcrumbsView.d.ts +1 -0
- package/Helpers/Breadcrumbs/LinkView/LinkItemViewWithSeparator.d.ts +3 -1
- package/Helpers/ComboBox/ComboBoxElement.d.ts +1 -1
- package/Helpers/ComboBox/ComboBoxTitle.d.ts +1 -1
- package/Helpers/CustomTree/CustomTreeNode.d.ts +1 -1
- package/Helpers/DirectorySearchInput.d.ts +4 -1
- 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/Helpers/SliderCheckBox/SliderCheckBox.d.ts +1 -1
- package/MainBundle.d.ts +2 -0
- package/Platform/ButtonPositionsSelection.d.ts +1 -1
- package/Platform/CardLinkImpl.d.ts +1 -1
- package/Platform/CommentFileImpl.d.ts +1 -1
- package/Platform/DeleteBatchOperation.stories.d.ts +49 -0
- package/Platform/DeleteBatchOperationStoriesData.d.ts +13 -0
- package/Platform/DownloadFilesBatchOperation.stories.d.ts +50 -0
- package/Platform/DownloadFilesBatchOperationStoriesData.d.ts +16 -0
- package/Platform/FilePreviewImpl.d.ts +1 -1
- package/Platform/FolderViewItemsImpl.d.ts +8 -8
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/MoveShortcutBatchOperation.stories.d.ts +57 -0
- package/Platform/MoveShortcutBatchOperationStoriesData.d.ts +12 -0
- package/Platform/ReadBatchBatchOperation.stories.d.ts +40 -0
- package/Platform/ReadBatchBatchOperationStoriesData.d.ts +13 -0
- package/Platform/ScanDialogService.d.ts +1 -1
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/SettingsPopupLogic.d.ts +1 -1
- package/Platform/TextListInputView.d.ts +2 -2
- package/System/BaseControlImpl.d.ts +1 -1
- package/System/DirectoryBaseImpl.d.ts +1 -0
- package/System/InputBasedControlImpl.d.ts +3 -2
- package/System/LocationContainerControl.d.ts +2 -1
- package/System/LocationContainerControl.stories.d.ts +18 -0
- package/System/LocationContainerControlRealoadLayoutApi.stories.d.ts +20 -0
- package/System/LocationContainerControlStoriesData.d.ts +15 -0
- package/System/ResourcesStub.d.ts +10 -0
- package/System/StringUtils.d.ts +1 -1
- package/package.json +1 -1
- package/Account/AddBackgroundMovementEffect.d.ts +0 -2
|
@@ -0,0 +1,358 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { EditMode } from "@docsvision/webclient/System/EditMode";
|
|
3
|
+
import { validate } from "@docsvision/webclient/System/Core/TestUtils/DomUtils.test";
|
|
4
|
+
import { WithMainStoryLayout } from "Storybook/StorybookUtils/Decorators/CommonStory";
|
|
5
|
+
declare const _default: {
|
|
6
|
+
title: string;
|
|
7
|
+
args: {
|
|
8
|
+
standardCssClass?: string;
|
|
9
|
+
employeeViewMode?:
|
|
10
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeViewMode;
|
|
11
|
+
employeeTipMode?:
|
|
12
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.PartnerTipModeItems;
|
|
13
|
+
itemTypes?:
|
|
14
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.DirectoryDataType;
|
|
15
|
+
enabledAreas?:
|
|
16
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.DirectoryDataType;
|
|
17
|
+
multipleSelection?: boolean;
|
|
18
|
+
enableFavorites?: boolean;
|
|
19
|
+
favoritesKey?: string;
|
|
20
|
+
showIcons?: boolean;
|
|
21
|
+
selectingNodesMode?:
|
|
22
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/DirectoryBase/Data/ClientModels/DirectorySelectingMode").DirectorySelectingMode;
|
|
23
|
+
onInputClick?: () => void;
|
|
24
|
+
outsideInputClick?: () => void;
|
|
25
|
+
displayIcon?: boolean;
|
|
26
|
+
popoverOpen?: boolean;
|
|
27
|
+
saveOnChangeValue?: boolean;
|
|
28
|
+
selectedItem?:
|
|
29
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData;
|
|
30
|
+
searchResultsLoading?:
|
|
31
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").CancelableApiEvent<
|
|
32
|
+
import("@docsvision/webclient/Data/IStaffDataLoadingEventArgs").IStaffDataLoadingEventArgs>;
|
|
33
|
+
searchResultsLoaded?:
|
|
34
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
35
|
+
import("@docsvision/webclient/Data/IStaffDataLoadingEventArgs").IStaffDataLoadingEventArgs>;
|
|
36
|
+
itemAdding?:
|
|
37
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").CancelableApiEvent<
|
|
38
|
+
import("@docsvision/webclient/StaffDirectoryItems").StaffValueType>;
|
|
39
|
+
itemAdded?:
|
|
40
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
41
|
+
import("@docsvision/webclient/StaffDirectoryItems").StaffValueType>;
|
|
42
|
+
itemRemoving?:
|
|
43
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").CancelableApiEvent<
|
|
44
|
+
import("@docsvision/webclient/StaffDirectoryItems").StaffValueType>;
|
|
45
|
+
itemRemoved?:
|
|
46
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
47
|
+
import("@docsvision/webclient/StaffDirectoryItems").StaffValueType>;
|
|
48
|
+
services?:
|
|
49
|
+
import("@docsvision/webclient/StaffDirectoryItems").$StaffDirectoryItemsServices;
|
|
50
|
+
predefinedFilter?:
|
|
51
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData;
|
|
52
|
+
selectedFilterPath?:
|
|
53
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData[];
|
|
54
|
+
currentFilterPath?:
|
|
55
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData[];
|
|
56
|
+
searchDelay?: number;
|
|
57
|
+
isDirectoryWindowShown?: boolean;
|
|
58
|
+
directoryWindow?:
|
|
59
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/DirectoryBase/DirectorySelectDialog/DirectorySelectDialog").DirectorySelectDialog<
|
|
60
|
+
import("@docsvision/webclient/StaffDirectoryItems").StaffValueType,
|
|
61
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData,
|
|
62
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData,
|
|
63
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/DirectoryBase/DirectorySelectDialog/DirectorySelectDialog").IDirectorySelectDialogProps<
|
|
64
|
+
import("@docsvision/webclient/StaffDirectoryItems").StaffValueType,
|
|
65
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData,
|
|
66
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData>,
|
|
67
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/DirectoryBase/DirectorySelectDialog/DirectorySelectDialog").IDirectorySelectDialogState<
|
|
68
|
+
import("@docsvision/webclient/StaffDirectoryItems").StaffValueType,
|
|
69
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData,
|
|
70
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData>>;
|
|
71
|
+
directoryWindowOpening?:
|
|
72
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").CancelableApiEvent<void>;
|
|
73
|
+
directoryWindowOpened?:
|
|
74
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").BasicApiEvent<void>;
|
|
75
|
+
directoryWindowClosing?:
|
|
76
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").CancelableApiEvent<void>;
|
|
77
|
+
directoryWindowClosed?:
|
|
78
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").BasicApiEvent<void>;
|
|
79
|
+
currentFilterChanging?:
|
|
80
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").CancelableApiEvent<
|
|
81
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/DirectoryBase/Data/EventArgs/IDirectoryFilterChangeEventArgs").IDirectoryFilterChangeEventArgs<
|
|
82
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData>>;
|
|
83
|
+
currentFilterChanged?:
|
|
84
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
85
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/DirectoryBase/Data/EventArgs/IDirectoryFilterChangeEventArgs").IDirectoryFilterChangeEventArgs<
|
|
86
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData>>;
|
|
87
|
+
value?:
|
|
88
|
+
import("@docsvision/webclient/StaffDirectoryItems").StaffValueType;
|
|
89
|
+
canEdit?: boolean;
|
|
90
|
+
modalMode?: boolean;
|
|
91
|
+
default?: any;
|
|
92
|
+
editMode?: EditMode;
|
|
93
|
+
savingCardWithEditInPlaceMode?: boolean;
|
|
94
|
+
tip?: string;
|
|
95
|
+
placeHolder?: string;
|
|
96
|
+
labelText?: string;
|
|
97
|
+
showEmptyLabel?: boolean;
|
|
98
|
+
required?: boolean;
|
|
99
|
+
wrapLongValueUnderLabel?: boolean;
|
|
100
|
+
isEditDialogShown?: boolean;
|
|
101
|
+
simpleView?: boolean;
|
|
102
|
+
clickedLabel?: boolean;
|
|
103
|
+
clickedIcon?: boolean;
|
|
104
|
+
dataChanged?:
|
|
105
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
106
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/InputBasedControl/Data/EventArgs/IDataChangedEventArgs").IDataChangedEventArgsEx<
|
|
107
|
+
import("@docsvision/webclient/StaffDirectoryItems").StaffValueType>>;
|
|
108
|
+
inPlaceEditOpening?:
|
|
109
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").CancelableApiEvent<
|
|
110
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/Interfaces/IEventArgs").IEventArgs>;
|
|
111
|
+
inPlaceEditOpened?:
|
|
112
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
113
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/Interfaces/IEventArgs").IEventArgs>;
|
|
114
|
+
inPlaceEditClosing?:
|
|
115
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").CancelableApiEvent<
|
|
116
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/Interfaces/IEventArgs").IEventArgs>;
|
|
117
|
+
inPlaceEditClosed?:
|
|
118
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
119
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/Interfaces/IEventArgs").IEventArgs>;
|
|
120
|
+
editPopoverAccepting?:
|
|
121
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").CancelableApiEvent<any>;
|
|
122
|
+
inputKeyDown?:
|
|
123
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
124
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/InputBasedControl/Data/EventArgs/IKeyboardEventArgs").IKeyboardEventArgs>;
|
|
125
|
+
editInPlaceCreatorControlName?: string;
|
|
126
|
+
parent?:
|
|
127
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/BaseControl/BaseControl").BaseControl<
|
|
128
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/BaseControl/BaseControl").BaseControlParams,
|
|
129
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/BaseControl/BaseControl").BaseControlState>;
|
|
130
|
+
controlTypeName?: string;
|
|
131
|
+
controlComponentName?: string;
|
|
132
|
+
name?: string;
|
|
133
|
+
customCssClasses?: string;
|
|
134
|
+
visibility?: boolean;
|
|
135
|
+
visibilityEditOperation?: string;
|
|
136
|
+
disabled?: boolean;
|
|
137
|
+
tag?: string;
|
|
138
|
+
tabStop?: boolean;
|
|
139
|
+
compactMode?: boolean;
|
|
140
|
+
customCssStyle?: React.CSSProperties;
|
|
141
|
+
isLoaded?: boolean;
|
|
142
|
+
container?:
|
|
143
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Helpers/ControlSelector/IControlContainer").IControlContainer;
|
|
144
|
+
dataSourceCardId?: string;
|
|
145
|
+
dataSourceSectionId?: string;
|
|
146
|
+
dataSourceRowId?: string;
|
|
147
|
+
dataSourceCardTimestamp?: number;
|
|
148
|
+
click?:
|
|
149
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").BasicApiEvent<any>;
|
|
150
|
+
mouseOver?:
|
|
151
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
152
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/BaseControl/Data/EventArgs/IMouseOverEventArgs").IMouseOverEventArgs>;
|
|
153
|
+
mouseOut?:
|
|
154
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
155
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/BaseControl/Data/EventArgs/IMouseOutEventArgs").IMouseOutEventArgs>;
|
|
156
|
+
focus?:
|
|
157
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
158
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/BaseControl/Data/EventArgs/IFocusEventArgs").IFocusEventArgs>;
|
|
159
|
+
blur?:
|
|
160
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
161
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/BaseControl/Data/EventArgs/IBlurEventArgs").IBlurEventArgs>;
|
|
162
|
+
loaded?:
|
|
163
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
164
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/Interfaces/IEventArgs").IEventArgs>;
|
|
165
|
+
unloading?:
|
|
166
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").CancelableApiEvent<
|
|
167
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/Interfaces/IEventArgs").IEventArgs>;
|
|
168
|
+
validation?:
|
|
169
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
170
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/BaseControl/Data/EventArgs/IValidateEventArgs").IValidateEventArgs>;
|
|
171
|
+
wrapper?:
|
|
172
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/BaseControl/BaseControl").BaseControl<
|
|
173
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/BaseControl/BaseControl").BaseControlParams,
|
|
174
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/BaseControl/BaseControl").BaseControlState>;
|
|
175
|
+
};
|
|
176
|
+
decorators: (typeof WithMainStoryLayout)[];
|
|
177
|
+
render: (args: any) => JSX.Element;
|
|
178
|
+
};
|
|
179
|
+
export default _default;
|
|
180
|
+
export declare const Edit: {
|
|
181
|
+
parameters: {
|
|
182
|
+
title: string;
|
|
183
|
+
};
|
|
184
|
+
};
|
|
185
|
+
export declare const EditDisable: {
|
|
186
|
+
parameters: {
|
|
187
|
+
title: string;
|
|
188
|
+
};
|
|
189
|
+
args: {
|
|
190
|
+
disabled: boolean;
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
export declare const EditWithHoverIcon: {
|
|
194
|
+
parameters: {
|
|
195
|
+
title: string;
|
|
196
|
+
};
|
|
197
|
+
play: () => Promise<void>;
|
|
198
|
+
};
|
|
199
|
+
export declare const EditSingleSelection: {
|
|
200
|
+
parameters: {
|
|
201
|
+
title: string;
|
|
202
|
+
};
|
|
203
|
+
args: {
|
|
204
|
+
value:
|
|
205
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
208
|
+
export declare const InvalidValueEditModeSingleSelection: {
|
|
209
|
+
parameters: {
|
|
210
|
+
title: string;
|
|
211
|
+
};
|
|
212
|
+
args: {
|
|
213
|
+
value:
|
|
214
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel;
|
|
215
|
+
validating: typeof validate;
|
|
216
|
+
};
|
|
217
|
+
play: () => void;
|
|
218
|
+
};
|
|
219
|
+
export declare const EditMultipleSelection: {
|
|
220
|
+
parameters: {
|
|
221
|
+
title: string;
|
|
222
|
+
};
|
|
223
|
+
args: {
|
|
224
|
+
multipleSelection: boolean;
|
|
225
|
+
value:
|
|
226
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel[];
|
|
227
|
+
};
|
|
228
|
+
};
|
|
229
|
+
export declare const InvalidValueEditModeMultipleSelection: {
|
|
230
|
+
parameters: {
|
|
231
|
+
title: string;
|
|
232
|
+
};
|
|
233
|
+
args: {
|
|
234
|
+
multipleSelection: boolean;
|
|
235
|
+
value:
|
|
236
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel[];
|
|
237
|
+
validating: typeof validate;
|
|
238
|
+
};
|
|
239
|
+
play: () => void;
|
|
240
|
+
};
|
|
241
|
+
export declare const EditInPlace: {
|
|
242
|
+
parameters: {
|
|
243
|
+
title: string;
|
|
244
|
+
};
|
|
245
|
+
args: {
|
|
246
|
+
editMode: EditMode;
|
|
247
|
+
showEmptyLabel: boolean;
|
|
248
|
+
visibility: boolean;
|
|
249
|
+
};
|
|
250
|
+
};
|
|
251
|
+
export declare const EditInPlaceDisable: {
|
|
252
|
+
parameters: {
|
|
253
|
+
title: string;
|
|
254
|
+
};
|
|
255
|
+
args: {
|
|
256
|
+
editMode: EditMode;
|
|
257
|
+
showEmptyLabel: boolean;
|
|
258
|
+
visibility: boolean;
|
|
259
|
+
disabled: boolean;
|
|
260
|
+
};
|
|
261
|
+
};
|
|
262
|
+
export declare const EditInPlaceSingleSelection: {
|
|
263
|
+
parameters: {
|
|
264
|
+
title: string;
|
|
265
|
+
};
|
|
266
|
+
args: {
|
|
267
|
+
editMode: EditMode;
|
|
268
|
+
value:
|
|
269
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel;
|
|
270
|
+
};
|
|
271
|
+
};
|
|
272
|
+
export declare const invalidValueEditInPlaceSingleSelection: {
|
|
273
|
+
parameters: {
|
|
274
|
+
title: string;
|
|
275
|
+
};
|
|
276
|
+
args: {
|
|
277
|
+
value:
|
|
278
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel;
|
|
279
|
+
validating: typeof validate;
|
|
280
|
+
editMode: EditMode;
|
|
281
|
+
};
|
|
282
|
+
play: () => void;
|
|
283
|
+
};
|
|
284
|
+
export declare const EditInPlaceMultipleSelection: {
|
|
285
|
+
parameters: {
|
|
286
|
+
title: string;
|
|
287
|
+
};
|
|
288
|
+
args: {
|
|
289
|
+
editMode: EditMode;
|
|
290
|
+
value:
|
|
291
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel[];
|
|
292
|
+
multipleSelection: boolean;
|
|
293
|
+
};
|
|
294
|
+
};
|
|
295
|
+
export declare const invalidValueEditInPlaceMultipleSelection: {
|
|
296
|
+
parameters: {
|
|
297
|
+
title: string;
|
|
298
|
+
};
|
|
299
|
+
args: {
|
|
300
|
+
value:
|
|
301
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel[];
|
|
302
|
+
validating: typeof validate;
|
|
303
|
+
editMode: EditMode;
|
|
304
|
+
multipleSelection: boolean;
|
|
305
|
+
};
|
|
306
|
+
play: () => void;
|
|
307
|
+
};
|
|
308
|
+
export declare const ViewSingleSelection: {
|
|
309
|
+
parameters: {
|
|
310
|
+
title: string;
|
|
311
|
+
};
|
|
312
|
+
args: {
|
|
313
|
+
editMode: EditMode;
|
|
314
|
+
value:
|
|
315
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel;
|
|
316
|
+
};
|
|
317
|
+
};
|
|
318
|
+
export declare const ViewMultipleSelection: {
|
|
319
|
+
parameters: {
|
|
320
|
+
title: string;
|
|
321
|
+
};
|
|
322
|
+
args: {
|
|
323
|
+
editMode: EditMode;
|
|
324
|
+
value:
|
|
325
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel[];
|
|
326
|
+
multipleSelection: boolean;
|
|
327
|
+
};
|
|
328
|
+
};
|
|
329
|
+
export declare const SelectDialogWithGroups: {
|
|
330
|
+
parameters: {
|
|
331
|
+
title: string;
|
|
332
|
+
};
|
|
333
|
+
play: () => void;
|
|
334
|
+
};
|
|
335
|
+
export declare const SelectDialogWithDepartment: {
|
|
336
|
+
parameters: {
|
|
337
|
+
title: string;
|
|
338
|
+
};
|
|
339
|
+
play: () => void;
|
|
340
|
+
};
|
|
341
|
+
export declare const SelectDialogWithStaff: {
|
|
342
|
+
parameters: {
|
|
343
|
+
title: string;
|
|
344
|
+
};
|
|
345
|
+
play: () => void;
|
|
346
|
+
};
|
|
347
|
+
export declare const SelectDialogWithSingleSelectionStaff: {
|
|
348
|
+
parameters: {
|
|
349
|
+
title: string;
|
|
350
|
+
};
|
|
351
|
+
play: () => Promise<void>;
|
|
352
|
+
};
|
|
353
|
+
export declare const SelectDialogWithMultipleSelectionStaff: {
|
|
354
|
+
parameters: {
|
|
355
|
+
title: string;
|
|
356
|
+
};
|
|
357
|
+
play: () => Promise<void>;
|
|
358
|
+
};
|
|
@@ -26,9 +26,9 @@ export interface StaffDirectoryItemsState<ValueT extends StaffValueType = StaffV
|
|
|
26
26
|
};
|
|
27
27
|
}
|
|
28
28
|
export declare class StaffDirectoryItemsImpl extends DirectoryBaseImpl<StaffValueType, StaffNodeType, ItemT, StaffDirectoryItemsParams, StaffDirectoryItemsState> {
|
|
29
|
-
private initialSetValue;
|
|
30
29
|
static FAVORITES_COUNT: number;
|
|
31
30
|
constructor(props: StaffDirectoryItemsParams, state: StaffDirectoryItemsState);
|
|
31
|
+
UNSAFE_componentWillMount(): void;
|
|
32
32
|
componentDidMount(): void;
|
|
33
33
|
componentWillUnmount(): void;
|
|
34
34
|
getValueAsString(value: ItemT | ItemT[]): string;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { StaffDirectoryItems } from "@docsvision/webclient/BackOffice/StaffDirectoryItems";
|
|
2
|
+
import { WithMainStoryLayout } from "Storybook/StorybookUtils/Decorators/CommonStory";
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof StaffDirectoryItems;
|
|
6
|
+
args: {
|
|
7
|
+
labelText: string;
|
|
8
|
+
getValue: ({ single }: {
|
|
9
|
+
single: any;
|
|
10
|
+
}) =>
|
|
11
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel |
|
|
12
|
+
import("D:/BuildAgent/work/90220ba22ade039/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel[];
|
|
13
|
+
component: typeof StaffDirectoryItems;
|
|
14
|
+
};
|
|
15
|
+
decorators: (typeof WithMainStoryLayout)[];
|
|
16
|
+
};
|
|
17
|
+
export default _default;
|
|
18
|
+
export * from "../../../../../Storybook/StorybookUtils/LabeledTextUtils/Template/LabeledSingleValueTemplate";
|
|
19
|
+
export * from "../../../../../Storybook/StorybookUtils/LabeledTextUtils/Template/LabeledMultipleValueTemplate";
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { StaffDirectoryItemsParams } from "@docsvision/webclient/BackOffice/StaffDirectoryItems";
|
|
2
|
+
import { $LayoutController, $LayoutRowController, $LayoutStaffController, $StaffDirectoryItemsController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers";
|
|
3
|
+
import { $DeviceType } from "@docsvision/webclient/StandardServices";
|
|
4
|
+
import { $Layout } from "@docsvision/webclient/System/$Layout";
|
|
5
|
+
import { $CardInfo, $CurrentLocation, $EditOperationStore, $LayoutInfo } from "@docsvision/webclient/System/LayoutServices";
|
|
6
|
+
import { $LabelWidth } from "@docsvision/webclient/System/$LabelWidth";
|
|
7
|
+
import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager";
|
|
8
|
+
import { $LocalStorage } from "@docsvision/webclient/System/$LocalStorage";
|
|
9
|
+
export declare function getStaffDirectoryItemsMockServices(): $LayoutInfo & $EditOperationStore & $LayoutRowController & $LayoutController & $LayoutManager & $CurrentLocation & $Layout & $DeviceType & $StaffDirectoryItemsController & $CardInfo & $LabelWidth & $LocalStorage & $LayoutStaffController;
|
|
10
|
+
export declare function getStaffDirectoryItemsMockProps(): StaffDirectoryItemsParams;
|
|
@@ -45,6 +45,7 @@ export declare class StaffDirectorySelectDialog extends DirectorySelectDialog<St
|
|
|
45
45
|
directoryDataId: FieldNameAccessor<GenModels.IDirectoryItemData, string>;
|
|
46
46
|
directoryDataName: FuncAccessor<GenModels.IDirectoryItemData, string>;
|
|
47
47
|
directoryDataTip: FuncAccessor<GenModels.IDirectoryItemData, string>;
|
|
48
|
+
directoryItemReadonly: FuncAccessor<GenModels.IDirectoryItemData, boolean>;
|
|
48
49
|
constructor(props: IStaffDirectorySelectDialogProps);
|
|
49
50
|
componentDidMount(): void;
|
|
50
51
|
get selectedItems(): GenModels.IDirectoryItemData[];
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { Meta, StoryObj } from "@storybook/react";
|
|
2
|
+
import { StateButtonsParams } from "@docsvision/webclient/BackOffice/StateButtons";
|
|
3
|
+
declare const metaStory: Meta<StateButtonsParams & {
|
|
4
|
+
customServices?: unknown;
|
|
5
|
+
}>;
|
|
6
|
+
export default metaStory;
|
|
7
|
+
declare type Story = StoryObj<StateButtonsParams & {
|
|
8
|
+
customServices?: unknown;
|
|
9
|
+
}>;
|
|
10
|
+
export declare const WithButtonsLimit: Story;
|
|
11
|
+
export declare const WithoutButtonsLimit: Story;
|
|
12
|
+
export declare const WithRightSidebar: Story;
|
|
13
|
+
export declare const VerticalOrientationWithButtonsLimit: Story;
|
|
14
|
+
export declare const VerticalOrientationWithoutButtonsLimit: Story;
|
|
15
|
+
export declare const HoverButton: Story;
|
|
16
|
+
export declare const WithSecondaryDisplayModeButton: Story;
|
|
17
|
+
export declare const WithSecondaryDisplayModeButtonRightSidebar: Story;
|
|
18
|
+
export declare const WithHiddenDisplayModeButton: Story;
|
|
19
|
+
export declare const WithHiddenDisplayModeButtonRightSidebar: Story;
|
|
20
|
+
export declare const Disabled: Story;
|
|
21
|
+
export declare const Hidden: Story;
|
|
22
|
+
export declare const WithCustomColors: Story;
|
|
23
|
+
export declare const WithConfirmation: Story;
|
|
24
|
+
export declare const WithTextGenerator: Story;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Meta } from "@storybook/react";
|
|
2
|
+
import { StateButtonsParams } from "@docsvision/webclient/BackOffice/StateButtons";
|
|
3
|
+
declare const metaStory: Meta<StateButtonsParams & {
|
|
4
|
+
customServices?: unknown;
|
|
5
|
+
}>;
|
|
6
|
+
export default metaStory;
|
|
7
|
+
export * from "App/BackOffice/Controls/StateButtons/Stories/StateButtons.stories";
|
|
@@ -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,20 @@
|
|
|
1
|
+
import { State } from "@docsvision/webclient/BackOffice/State";
|
|
2
|
+
import { WithMainStoryLayout } from "Storybook/StorybookUtils/Decorators/CommonStory";
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof State;
|
|
6
|
+
args: {
|
|
7
|
+
labelText: string;
|
|
8
|
+
getValue: ({ single }: {
|
|
9
|
+
single: any;
|
|
10
|
+
}) => {
|
|
11
|
+
stateId: string;
|
|
12
|
+
caption: string;
|
|
13
|
+
builtInStateId: string;
|
|
14
|
+
};
|
|
15
|
+
component: typeof State;
|
|
16
|
+
};
|
|
17
|
+
decorators: (typeof WithMainStoryLayout)[];
|
|
18
|
+
};
|
|
19
|
+
export default _default;
|
|
20
|
+
export { WideBlock_ViewMode, NarrowBlock_ViewMode, CutValue_ViewMode, WrapUnderLabelProperty_ViewMode, AlignmentRight_ViewMode, LabelWidthBlock_WideBlock_ViewMode, LabelWidthBlock_CutValue_ViewMode, LabelWidthBlock_WrapUnderLabelProperty_ViewMode, LabelWidthBlock_AlignmentRight_ViewMode } from "../../../../../Storybook/StorybookUtils/LabeledTextUtils/Template/LabeledSingleValueTemplate";
|
|
@@ -13,7 +13,7 @@ export declare class TaskListItemComponent extends React.Component<ITaskListItem
|
|
|
13
13
|
protected getEndDate(): string;
|
|
14
14
|
protected getEndDateClassName(): string;
|
|
15
15
|
protected inState(taskState: GenModels.TaskStateType[], taskGroupState: GenModels.TaskGroupStateType[]): boolean;
|
|
16
|
-
protected getTabIndex():
|
|
16
|
+
protected getTabIndex(): 0 | -1;
|
|
17
17
|
private onOpen;
|
|
18
18
|
render(): JSX.Element;
|
|
19
19
|
protected renderFullView(): JSX.Element;
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { WithNewStyleLayout } from "Storybook/StorybookUtils/Decorators/LayoutStory";
|
|
3
|
+
import { Tasks } from "@docsvision/webclient/BackOffice/Tasks";
|
|
4
|
+
import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models";
|
|
5
|
+
declare const _default: {
|
|
6
|
+
title: string;
|
|
7
|
+
component: typeof Tasks;
|
|
8
|
+
decorators: (typeof WithNewStyleLayout)[];
|
|
9
|
+
args: {
|
|
10
|
+
header: string;
|
|
11
|
+
tasksCreateInfo: {
|
|
12
|
+
createRouteName: string;
|
|
13
|
+
id: string;
|
|
14
|
+
cardTypeId: string;
|
|
15
|
+
displayName: string;
|
|
16
|
+
isTemplate: boolean;
|
|
17
|
+
isApprovingChildTasksNode: boolean;
|
|
18
|
+
}[];
|
|
19
|
+
};
|
|
20
|
+
render: (args: any) => JSX.Element;
|
|
21
|
+
};
|
|
22
|
+
export default _default;
|
|
23
|
+
export declare const Empty: {
|
|
24
|
+
parameters: {
|
|
25
|
+
title: string;
|
|
26
|
+
};
|
|
27
|
+
args: {
|
|
28
|
+
isExpanded: boolean;
|
|
29
|
+
};
|
|
30
|
+
render: (args: any) => JSX.Element;
|
|
31
|
+
};
|
|
32
|
+
export declare const EmptyExpanded: {
|
|
33
|
+
parameters: {
|
|
34
|
+
title: string;
|
|
35
|
+
};
|
|
36
|
+
render: (args: any) => JSX.Element;
|
|
37
|
+
};
|
|
38
|
+
export declare const List: {
|
|
39
|
+
parameters: {
|
|
40
|
+
title: string;
|
|
41
|
+
};
|
|
42
|
+
args: {
|
|
43
|
+
isExpanded: boolean;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
export declare const ListExpanded: {
|
|
47
|
+
parameters: {
|
|
48
|
+
title: string;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
export declare const ListOnlyCreationMode: {
|
|
52
|
+
parameters: {
|
|
53
|
+
title: string;
|
|
54
|
+
};
|
|
55
|
+
args: {
|
|
56
|
+
mode: GenModels.TasksDisplayMode;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
export declare const ListParentMode: {
|
|
60
|
+
parameters: {
|
|
61
|
+
title: string;
|
|
62
|
+
};
|
|
63
|
+
args: {
|
|
64
|
+
mode: GenModels.TasksDisplayMode;
|
|
65
|
+
tasks: {
|
|
66
|
+
cardId: string;
|
|
67
|
+
cardTypeId: string;
|
|
68
|
+
kindId: string;
|
|
69
|
+
taskName: string;
|
|
70
|
+
viewRouteName: string;
|
|
71
|
+
isGroupTask: boolean;
|
|
72
|
+
stateDisplayName: string;
|
|
73
|
+
stateClassName: string;
|
|
74
|
+
stateType: number;
|
|
75
|
+
performerDisplayName: any;
|
|
76
|
+
startDate: string;
|
|
77
|
+
endDate: string;
|
|
78
|
+
endDateActual: any;
|
|
79
|
+
}[];
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
export declare const Icons: {
|
|
83
|
+
parameters: {
|
|
84
|
+
title: string;
|
|
85
|
+
};
|
|
86
|
+
args: {
|
|
87
|
+
isExpanded: boolean;
|
|
88
|
+
};
|
|
89
|
+
render: (args: any) => JSX.Element;
|
|
90
|
+
};
|
|
91
|
+
export declare const CreateTaskModal: {
|
|
92
|
+
parameters: {
|
|
93
|
+
title: string;
|
|
94
|
+
};
|
|
95
|
+
play: (context: unknown) => Promise<void>;
|
|
96
|
+
};
|
|
97
|
+
export declare const CreationDisabled: {
|
|
98
|
+
parameters: {
|
|
99
|
+
title: string;
|
|
100
|
+
};
|
|
101
|
+
args: {
|
|
102
|
+
addTaskAllowed: boolean;
|
|
103
|
+
};
|
|
104
|
+
render: (args: any) => JSX.Element;
|
|
105
|
+
};
|
|
@@ -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
|
+
}[];
|