@docsvision/webclient 5.17.8-beta.1 → 5.17.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/BackOffice/AddressLabel.stories.d.ts +1 -1
- package/BackOffice/AddressOldStyles.stories.d.ts +1 -1
- package/BackOffice/AuthenticationKindsView.d.ts +1 -1
- package/BackOffice/CardKind.stories.d.ts +1 -1
- package/BackOffice/CardKindLabel.stories.d.ts +1 -2
- package/BackOffice/ChildTasksPerformingImpl.d.ts +3 -3
- package/BackOffice/CommentsOldStyle.stories.d.ts +1 -1
- package/BackOffice/CreateRelatedCardButton.stories.d.ts +1 -1
- package/BackOffice/CreateRelatedCardButtonOldStyles.stories.d.ts +1 -1
- package/BackOffice/Department.stories.d.ts +2 -2
- package/BackOffice/DepartmentFilterViewComponents.d.ts +1 -1
- package/BackOffice/DepartmentLabel.stories.d.ts +1 -1
- package/BackOffice/DepartmentOldStyles.stories.d.ts +1 -1
- package/BackOffice/DirectoryDesignerRow.d.ts +4 -4
- package/BackOffice/DirectoryDesignerRow.stories.d.ts +7 -1
- package/BackOffice/DirectoryDesignerRowImpl.d.ts +2 -2
- package/BackOffice/DirectoryDesignerRowLabel.stories.d.ts +1 -1
- package/BackOffice/DirectoryDesignerRowOldStyles.stories.d.ts +1 -1
- package/BackOffice/DirectoryRowSelection.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +1 -1
- package/BackOffice/DisplayInitiatorLabel.stories.d.ts +1 -2
- package/BackOffice/DisplayPerformersLabel.stories.d.ts +1 -2
- package/BackOffice/EmailButtonView.d.ts +1 -1
- package/BackOffice/EmployeeLegacy.stories.d.ts +1 -1
- package/BackOffice/ExistingCardLinkDialog.d.ts +1 -1
- package/BackOffice/FileListControl.stories.d.ts +74 -74
- package/BackOffice/FileListControlLogic.d.ts +1 -0
- package/BackOffice/FileListControlOldStyles.stories.d.ts +70 -70
- package/BackOffice/FileListControlStoriesData.d.ts +32 -31
- package/BackOffice/GroupTaskCardSelectPerformersOldStyles.stories.d.ts +1 -1
- package/BackOffice/HistoryOldStyle.stories.d.ts +1 -1
- package/BackOffice/Links.stories.d.ts +2 -2
- package/BackOffice/LinksOldStyles.stories.d.ts +1 -1
- package/BackOffice/MultipleEmployees.stories.d.ts +7 -1
- package/BackOffice/MultipleEmployeesLabel.stories.d.ts +1 -1
- package/BackOffice/MultipleEmployeesOldStyles.stories.d.ts +1 -1
- package/BackOffice/MultipleEmployeesStoriesData.d.ts +1 -1
- package/BackOffice/Numerator.stories.d.ts +3 -3
- package/BackOffice/NumeratorLabel.stories.d.ts +1 -1
- package/BackOffice/NumeratorOldStyles.stories.d.ts +1 -1
- 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/StaffDirectoryItems.stories.d.ts +79 -79
- package/BackOffice/StaffDirectoryItemsImpl.d.ts +1 -1
- package/BackOffice/StaffDirectoryItemsLabel.stories.d.ts +4 -4
- package/BackOffice/StaffDirectoryLogic.d.ts +1 -0
- package/BackOffice/StateButtonsOldStyle.stories.d.ts +1 -1
- package/BackOffice/StateLabel.stories.d.ts +1 -1
- package/BackOffice/Tasks.stories.d.ts +3 -1
- package/BackOffice/TasksTableView.d.ts +3 -3
- package/BackOffice/UniquenessCheck.stories.d.ts +1 -1
- package/Generated/DocsVision.WebClient.Controllers.d.ts +33 -0
- package/Generated/DocsVision.WebClient.Models.d.ts +33 -0
- package/Legacy/BasicGridHtmlBuilder.d.ts +1 -1
- package/Libs/CryptoPro/Crypto.d.ts +2 -0
- package/Platform/BaseMainMenuItemImpl.d.ts +2 -2
- package/Platform/CardLink.d.ts +6 -6
- package/Platform/CertificateSettingsView.d.ts +1 -1
- package/Platform/Diagram.stories.d.ts +5 -0
- package/Platform/FileDropzone.d.ts +2 -2
- package/Platform/FileInput.d.ts +1 -0
- package/Platform/FilePicker.d.ts +2 -1
- package/Platform/FilePickerImpl.d.ts +4 -2
- package/Platform/LoaderDialog.d.ts +1 -1
- package/Platform/SecurityDescriptorDialog.d.ts +1 -1
- package/Platform/UserProfileDialog.d.ts +1 -1
- package/Platform/WebFrameContentImpl.d.ts +1 -0
- package/System/DirectorySelectDialog.d.ts +2 -2
- package/System/StorybookStory.d.ts +8 -5
- package/package.json +1 -1
|
@@ -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/ea384abf20365d2c/Bin/TypeScriptDefinitions/System/Events/SimpleEvent").SimpleEvent<string>;
|
|
86
86
|
/** @covered */
|
|
87
87
|
get inputText(): string;
|
|
88
88
|
/** @covered */
|
|
@@ -7,83 +7,83 @@ declare const _default: {
|
|
|
7
7
|
args: {
|
|
8
8
|
standardCssClass?: string;
|
|
9
9
|
employeeViewMode?:
|
|
10
|
-
import("D:/BuildAgent/work/
|
|
10
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeViewMode;
|
|
11
11
|
employeeTipMode?:
|
|
12
|
-
import("D:/BuildAgent/work/
|
|
12
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.PartnerTipModeItems;
|
|
13
13
|
itemTypes?:
|
|
14
|
-
import("D:/BuildAgent/work/
|
|
14
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.DirectoryDataType;
|
|
15
15
|
enabledAreas?:
|
|
16
|
-
import("D:/BuildAgent/work/
|
|
16
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.DirectoryDataType;
|
|
17
17
|
multipleSelection?: boolean;
|
|
18
18
|
enableFavorites?: boolean;
|
|
19
19
|
favoritesKey?: string;
|
|
20
20
|
showIcons?: boolean;
|
|
21
21
|
selectingNodesMode?:
|
|
22
|
-
import("D:/BuildAgent/work/
|
|
22
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Controls/DirectoryBase/Data/ClientModels/DirectorySelectingMode").DirectorySelectingMode;
|
|
23
23
|
onInputClick?: () => void;
|
|
24
24
|
outsideInputClick?: () => void;
|
|
25
25
|
displayIcon?: boolean;
|
|
26
26
|
popoverOpen?: boolean;
|
|
27
27
|
saveOnChangeValue?: boolean;
|
|
28
28
|
selectedItem?:
|
|
29
|
-
import("D:/BuildAgent/work/
|
|
29
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData;
|
|
30
30
|
searchResultsLoading?:
|
|
31
|
-
import("D:/BuildAgent/work/
|
|
31
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").CancelableApiEvent<
|
|
32
32
|
import("@docsvision/webclient/Data/IStaffDataLoadingEventArgs").IStaffDataLoadingEventArgs>;
|
|
33
33
|
searchResultsLoaded?:
|
|
34
|
-
import("D:/BuildAgent/work/
|
|
34
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
35
35
|
import("@docsvision/webclient/Data/IStaffDataLoadingEventArgs").IStaffDataLoadingEventArgs>;
|
|
36
36
|
itemAdding?:
|
|
37
|
-
import("D:/BuildAgent/work/
|
|
37
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").CancelableApiEvent<
|
|
38
38
|
import("@docsvision/webclient/StaffDirectoryItems").StaffValueType>;
|
|
39
39
|
itemAdded?:
|
|
40
|
-
import("D:/BuildAgent/work/
|
|
40
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
41
41
|
import("@docsvision/webclient/StaffDirectoryItems").StaffValueType>;
|
|
42
42
|
itemRemoving?:
|
|
43
|
-
import("D:/BuildAgent/work/
|
|
43
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").CancelableApiEvent<
|
|
44
44
|
import("@docsvision/webclient/StaffDirectoryItems").StaffValueType>;
|
|
45
45
|
itemRemoved?:
|
|
46
|
-
import("D:/BuildAgent/work/
|
|
46
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
47
47
|
import("@docsvision/webclient/StaffDirectoryItems").StaffValueType>;
|
|
48
48
|
services?:
|
|
49
49
|
import("@docsvision/webclient/StaffDirectoryItems").$StaffDirectoryItemsServices;
|
|
50
50
|
predefinedFilter?:
|
|
51
|
-
import("D:/BuildAgent/work/
|
|
51
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData;
|
|
52
52
|
selectedFilterPath?:
|
|
53
|
-
import("D:/BuildAgent/work/
|
|
53
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData[];
|
|
54
54
|
currentFilterPath?:
|
|
55
|
-
import("D:/BuildAgent/work/
|
|
55
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData[];
|
|
56
56
|
searchDelay?: number;
|
|
57
57
|
isDirectoryWindowShown?: boolean;
|
|
58
58
|
directoryWindow?:
|
|
59
|
-
import("D:/BuildAgent/work/
|
|
59
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Controls/DirectoryBase/DirectorySelectDialog/DirectorySelectDialog").DirectorySelectDialog<
|
|
60
60
|
import("@docsvision/webclient/StaffDirectoryItems").StaffValueType,
|
|
61
|
-
import("D:/BuildAgent/work/
|
|
62
|
-
import("D:/BuildAgent/work/
|
|
63
|
-
import("D:/BuildAgent/work/
|
|
61
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData,
|
|
62
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData,
|
|
63
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Controls/DirectoryBase/DirectorySelectDialog/DirectorySelectDialog").IDirectorySelectDialogProps<
|
|
64
64
|
import("@docsvision/webclient/StaffDirectoryItems").StaffValueType,
|
|
65
|
-
import("D:/BuildAgent/work/
|
|
66
|
-
import("D:/BuildAgent/work/
|
|
67
|
-
import("D:/BuildAgent/work/
|
|
65
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData,
|
|
66
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData>,
|
|
67
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Controls/DirectoryBase/DirectorySelectDialog/DirectorySelectDialog").IDirectorySelectDialogState<
|
|
68
68
|
import("@docsvision/webclient/StaffDirectoryItems").StaffValueType,
|
|
69
|
-
import("D:/BuildAgent/work/
|
|
70
|
-
import("D:/BuildAgent/work/
|
|
69
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData,
|
|
70
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData>>;
|
|
71
71
|
directoryWindowOpening?:
|
|
72
|
-
import("D:/BuildAgent/work/
|
|
72
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").CancelableApiEvent<void>;
|
|
73
73
|
directoryWindowOpened?:
|
|
74
|
-
import("D:/BuildAgent/work/
|
|
74
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").BasicApiEvent<void>;
|
|
75
75
|
directoryWindowClosing?:
|
|
76
|
-
import("D:/BuildAgent/work/
|
|
76
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").CancelableApiEvent<void>;
|
|
77
77
|
directoryWindowClosed?:
|
|
78
|
-
import("D:/BuildAgent/work/
|
|
78
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").BasicApiEvent<void>;
|
|
79
79
|
currentFilterChanging?:
|
|
80
|
-
import("D:/BuildAgent/work/
|
|
81
|
-
import("D:/BuildAgent/work/
|
|
82
|
-
import("D:/BuildAgent/work/
|
|
80
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").CancelableApiEvent<
|
|
81
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Controls/DirectoryBase/Data/EventArgs/IDirectoryFilterChangeEventArgs").IDirectoryFilterChangeEventArgs<
|
|
82
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData>>;
|
|
83
83
|
currentFilterChanged?:
|
|
84
|
-
import("D:/BuildAgent/work/
|
|
85
|
-
import("D:/BuildAgent/work/
|
|
86
|
-
import("D:/BuildAgent/work/
|
|
84
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
85
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Controls/DirectoryBase/Data/EventArgs/IDirectoryFilterChangeEventArgs").IDirectoryFilterChangeEventArgs<
|
|
86
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.IDirectoryItemData>>;
|
|
87
87
|
value?:
|
|
88
88
|
import("@docsvision/webclient/StaffDirectoryItems").StaffValueType;
|
|
89
89
|
canEdit?: boolean;
|
|
@@ -102,31 +102,31 @@ import("@docsvision/webclient/StaffDirectoryItems").StaffValueType;
|
|
|
102
102
|
clickedLabel?: boolean;
|
|
103
103
|
clickedIcon?: boolean;
|
|
104
104
|
dataChanged?:
|
|
105
|
-
import("D:/BuildAgent/work/
|
|
106
|
-
import("D:/BuildAgent/work/
|
|
105
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
106
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Controls/InputBasedControl/Data/EventArgs/IDataChangedEventArgs").IDataChangedEventArgsEx<
|
|
107
107
|
import("@docsvision/webclient/StaffDirectoryItems").StaffValueType>>;
|
|
108
108
|
inPlaceEditOpening?:
|
|
109
|
-
import("D:/BuildAgent/work/
|
|
110
|
-
import("D:/BuildAgent/work/
|
|
109
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").CancelableApiEvent<
|
|
110
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/Interfaces/IEventArgs").IEventArgs>;
|
|
111
111
|
inPlaceEditOpened?:
|
|
112
|
-
import("D:/BuildAgent/work/
|
|
113
|
-
import("D:/BuildAgent/work/
|
|
112
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
113
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/Interfaces/IEventArgs").IEventArgs>;
|
|
114
114
|
inPlaceEditClosing?:
|
|
115
|
-
import("D:/BuildAgent/work/
|
|
116
|
-
import("D:/BuildAgent/work/
|
|
115
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").CancelableApiEvent<
|
|
116
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/Interfaces/IEventArgs").IEventArgs>;
|
|
117
117
|
inPlaceEditClosed?:
|
|
118
|
-
import("D:/BuildAgent/work/
|
|
119
|
-
import("D:/BuildAgent/work/
|
|
118
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
119
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/Interfaces/IEventArgs").IEventArgs>;
|
|
120
120
|
editPopoverAccepting?:
|
|
121
|
-
import("D:/BuildAgent/work/
|
|
121
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").CancelableApiEvent<any>;
|
|
122
122
|
inputKeyDown?:
|
|
123
|
-
import("D:/BuildAgent/work/
|
|
124
|
-
import("D:/BuildAgent/work/
|
|
123
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
124
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Controls/InputBasedControl/Data/EventArgs/IKeyboardEventArgs").IKeyboardEventArgs>;
|
|
125
125
|
editInPlaceCreatorControlName?: string;
|
|
126
126
|
parent?:
|
|
127
|
-
import("D:/BuildAgent/work/
|
|
128
|
-
import("D:/BuildAgent/work/
|
|
129
|
-
import("D:/BuildAgent/work/
|
|
127
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Controls/BaseControl/BaseControl").BaseControl<
|
|
128
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Controls/BaseControl/BaseControl").BaseControlParams,
|
|
129
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Controls/BaseControl/BaseControl").BaseControlState>;
|
|
130
130
|
controlTypeName?: string;
|
|
131
131
|
controlComponentName?: string;
|
|
132
132
|
name?: string;
|
|
@@ -140,38 +140,38 @@ import("D:/BuildAgent/work/90220ba22ade039/Bin/System/Controls/BaseControl/BaseC
|
|
|
140
140
|
customCssStyle?: React.CSSProperties;
|
|
141
141
|
isLoaded?: boolean;
|
|
142
142
|
container?:
|
|
143
|
-
import("D:/BuildAgent/work/
|
|
143
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Helpers/ControlSelector/IControlContainer").IControlContainer;
|
|
144
144
|
dataSourceCardId?: string;
|
|
145
145
|
dataSourceSectionId?: string;
|
|
146
146
|
dataSourceRowId?: string;
|
|
147
147
|
dataSourceCardTimestamp?: number;
|
|
148
148
|
click?:
|
|
149
|
-
import("D:/BuildAgent/work/
|
|
149
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").BasicApiEvent<any>;
|
|
150
150
|
mouseOver?:
|
|
151
|
-
import("D:/BuildAgent/work/
|
|
152
|
-
import("D:/BuildAgent/work/
|
|
151
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
152
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Controls/BaseControl/Data/EventArgs/IMouseOverEventArgs").IMouseOverEventArgs>;
|
|
153
153
|
mouseOut?:
|
|
154
|
-
import("D:/BuildAgent/work/
|
|
155
|
-
import("D:/BuildAgent/work/
|
|
154
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
155
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Controls/BaseControl/Data/EventArgs/IMouseOutEventArgs").IMouseOutEventArgs>;
|
|
156
156
|
focus?:
|
|
157
|
-
import("D:/BuildAgent/work/
|
|
158
|
-
import("D:/BuildAgent/work/
|
|
157
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
158
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Controls/BaseControl/Data/EventArgs/IFocusEventArgs").IFocusEventArgs>;
|
|
159
159
|
blur?:
|
|
160
|
-
import("D:/BuildAgent/work/
|
|
161
|
-
import("D:/BuildAgent/work/
|
|
160
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
161
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Controls/BaseControl/Data/EventArgs/IBlurEventArgs").IBlurEventArgs>;
|
|
162
162
|
loaded?:
|
|
163
|
-
import("D:/BuildAgent/work/
|
|
164
|
-
import("D:/BuildAgent/work/
|
|
163
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
164
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/Interfaces/IEventArgs").IEventArgs>;
|
|
165
165
|
unloading?:
|
|
166
|
-
import("D:/BuildAgent/work/
|
|
167
|
-
import("D:/BuildAgent/work/
|
|
166
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").CancelableApiEvent<
|
|
167
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/Interfaces/IEventArgs").IEventArgs>;
|
|
168
168
|
validation?:
|
|
169
|
-
import("D:/BuildAgent/work/
|
|
170
|
-
import("D:/BuildAgent/work/
|
|
169
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/ApiEvent").BasicApiEvent<
|
|
170
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Controls/BaseControl/Data/EventArgs/IValidateEventArgs").IValidateEventArgs>;
|
|
171
171
|
wrapper?:
|
|
172
|
-
import("D:/BuildAgent/work/
|
|
173
|
-
import("D:/BuildAgent/work/
|
|
174
|
-
import("D:/BuildAgent/work/
|
|
172
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Controls/BaseControl/BaseControl").BaseControl<
|
|
173
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Controls/BaseControl/BaseControl").BaseControlParams,
|
|
174
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Controls/BaseControl/BaseControl").BaseControlState>;
|
|
175
175
|
};
|
|
176
176
|
decorators: (typeof WithMainStoryLayout)[];
|
|
177
177
|
render: (args: any) => JSX.Element;
|
|
@@ -202,7 +202,7 @@ export declare const EditSingleSelection: {
|
|
|
202
202
|
};
|
|
203
203
|
args: {
|
|
204
204
|
value:
|
|
205
|
-
import("D:/BuildAgent/work/
|
|
205
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel;
|
|
206
206
|
};
|
|
207
207
|
};
|
|
208
208
|
export declare const InvalidValueEditModeSingleSelection: {
|
|
@@ -211,7 +211,7 @@ export declare const InvalidValueEditModeSingleSelection: {
|
|
|
211
211
|
};
|
|
212
212
|
args: {
|
|
213
213
|
value:
|
|
214
|
-
import("D:/BuildAgent/work/
|
|
214
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel;
|
|
215
215
|
validating: typeof validate;
|
|
216
216
|
};
|
|
217
217
|
play: () => void;
|
|
@@ -223,7 +223,7 @@ export declare const EditMultipleSelection: {
|
|
|
223
223
|
args: {
|
|
224
224
|
multipleSelection: boolean;
|
|
225
225
|
value:
|
|
226
|
-
import("D:/BuildAgent/work/
|
|
226
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel[];
|
|
227
227
|
};
|
|
228
228
|
};
|
|
229
229
|
export declare const InvalidValueEditModeMultipleSelection: {
|
|
@@ -233,7 +233,7 @@ export declare const InvalidValueEditModeMultipleSelection: {
|
|
|
233
233
|
args: {
|
|
234
234
|
multipleSelection: boolean;
|
|
235
235
|
value:
|
|
236
|
-
import("D:/BuildAgent/work/
|
|
236
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel[];
|
|
237
237
|
validating: typeof validate;
|
|
238
238
|
};
|
|
239
239
|
play: () => void;
|
|
@@ -266,7 +266,7 @@ export declare const EditInPlaceSingleSelection: {
|
|
|
266
266
|
args: {
|
|
267
267
|
editMode: EditMode;
|
|
268
268
|
value:
|
|
269
|
-
import("D:/BuildAgent/work/
|
|
269
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel;
|
|
270
270
|
};
|
|
271
271
|
};
|
|
272
272
|
export declare const invalidValueEditInPlaceSingleSelection: {
|
|
@@ -275,7 +275,7 @@ export declare const invalidValueEditInPlaceSingleSelection: {
|
|
|
275
275
|
};
|
|
276
276
|
args: {
|
|
277
277
|
value:
|
|
278
|
-
import("D:/BuildAgent/work/
|
|
278
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel;
|
|
279
279
|
validating: typeof validate;
|
|
280
280
|
editMode: EditMode;
|
|
281
281
|
};
|
|
@@ -288,7 +288,7 @@ export declare const EditInPlaceMultipleSelection: {
|
|
|
288
288
|
args: {
|
|
289
289
|
editMode: EditMode;
|
|
290
290
|
value:
|
|
291
|
-
import("D:/BuildAgent/work/
|
|
291
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel[];
|
|
292
292
|
multipleSelection: boolean;
|
|
293
293
|
};
|
|
294
294
|
};
|
|
@@ -298,7 +298,7 @@ export declare const invalidValueEditInPlaceMultipleSelection: {
|
|
|
298
298
|
};
|
|
299
299
|
args: {
|
|
300
300
|
value:
|
|
301
|
-
import("D:/BuildAgent/work/
|
|
301
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel[];
|
|
302
302
|
validating: typeof validate;
|
|
303
303
|
editMode: EditMode;
|
|
304
304
|
multipleSelection: boolean;
|
|
@@ -312,7 +312,7 @@ export declare const ViewSingleSelection: {
|
|
|
312
312
|
args: {
|
|
313
313
|
editMode: EditMode;
|
|
314
314
|
value:
|
|
315
|
-
import("D:/BuildAgent/work/
|
|
315
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel;
|
|
316
316
|
};
|
|
317
317
|
};
|
|
318
318
|
export declare const ViewMultipleSelection: {
|
|
@@ -322,7 +322,7 @@ export declare const ViewMultipleSelection: {
|
|
|
322
322
|
args: {
|
|
323
323
|
editMode: EditMode;
|
|
324
324
|
value:
|
|
325
|
-
import("D:/BuildAgent/work/
|
|
325
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel[];
|
|
326
326
|
multipleSelection: boolean;
|
|
327
327
|
};
|
|
328
328
|
};
|
|
@@ -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/ea384abf20365d2c/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;
|
|
@@ -8,12 +8,12 @@ declare const _default: {
|
|
|
8
8
|
getValue: ({ single }: {
|
|
9
9
|
single: any;
|
|
10
10
|
}) =>
|
|
11
|
-
import("D:/BuildAgent/work/
|
|
12
|
-
import("D:/BuildAgent/work/
|
|
11
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel |
|
|
12
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/Generated/DocsVision.WebClient.Models").GenModels.EmployeeModel[];
|
|
13
13
|
component: typeof StaffDirectoryItems;
|
|
14
14
|
};
|
|
15
15
|
decorators: (typeof WithMainStoryLayout)[];
|
|
16
16
|
};
|
|
17
17
|
export default _default;
|
|
18
|
-
export
|
|
19
|
-
export
|
|
18
|
+
export { AlignmentRight_EditInPlace, AlignmentRight_ViewMode, CutValue_EditInPlace, CutValue_ViewMode, EmptyValue_EditInPlace_LabelWithoutValue, EmptyValue_EditMode_Clicked, EmptyValue_EditMode_Unclicked, ExtremelyNarrowBlock_EmptyValue_EditInPlace_Clicked, LabelWidthBlock_AlignmentRight_EditInPlace, LabelWidthBlock_AlignmentRight_ViewMode, LabelWidthBlock_CutValue_EditInPlace, LabelWidthBlock_CutValue_ViewMode, LabelWidthBlock_EditInPlace_Clicked, LabelWidthBlock_EditInPlace_Unclicked, LabelWidthBlock_EmptyValue_EditInPlace_Clicked, LabelWidthBlock_EmptyValue_EditInPlace_Unclicked, LabelWidthBlock_WideBlock_ViewMode, LabelWidthBlock_WrapUnderLabelProperty_ViewMode, NarrowBlock_EditInPlace_Clicked, NarrowBlock_EditInPlace_Unclicked, NarrowBlock_EditMode, NarrowBlock_ViewMode, NarrowLabelWidthBlock_EditInPlace_Clicked, WideBlock_EditInPlace_Clicked, WideBlock_EditInPlace_EmptyValue_Clicked, WideBlock_EditInPlace_EmptyValue_Unclicked, WideBlock_EditInPlace_Unclicked, WideBlock_EditMode_Clicked, WideBlock_EditMode_Unclicked, WideBlock_ViewMode, WithoutBlock_EditInPlace_Unclicked, WrapUnderLabelProperty_EditInPlace, WrapUnderLabelProperty_ViewMode } from "Storybook/StorybookUtils/LabeledTextUtils/Template/LabeledSingleValueTemplate";
|
|
19
|
+
export { AlignmentRight_EditInPlace_Multiple, AlignmentRight_EditInPlace_Multiple_Vertical, AlignmentRight_View_Multiple, CutValue_EditInPlace_Multiple, CutValue_EditInPlace_Multiple_Vertical, CutValue_ViewMode_Multiple, LabelWidthBlock_AlignmentRight_EditInPlace_Multiple, LabelWidthBlock_AlignmentRight_ViewMode_Multiple, LabelWidthBlock_CutValue_EditInPlace_Multiple, LabelWidthBlock_CutValue_ViewMode_Multiple, LabelWidthBlock_EditInPlace_Multiple_Clicked, LabelWidthBlock_EditInPlace_Multiple_Unclicked, LabelWidthBlock_EditInPlace_Multiple_Unclicked_Vertical, LabelWidthBlock_WideBlock_ViewMode_Multiple, LabelWidthBlock_WideBlock_ViewMode_Multiple_Vertical, LabelWidthBlock_WrapUnderLabelProperty_ViewMode_Multiple, NarrowBlock_EditInPlace_Multiple_Clicked, NarrowBlock_EditMode_Multiple, NarrowBlock_ViewMode_Multiple, WideBlock_EditInPlace_Multiple_Clicked, WideBlock_EditInPlace_Multiple_Unclicked, WideBlock_EditInPlace_Multiple_Unclicked_Vertical, WideBlock_EditMode_Multiple_Clicked, WideBlock_EditMode_Multiple_Unclicked, WideBlock_ViewMode_Multiple, WideBlock_ViewMode_Multiple_Vertical, WrapUnderLabelProperty_EditInPlace_Multiple, WrapUnderLabelProperty_EditInPlace_Multiple_Vertical, WrapUnderLabelProperty_ViewMode_Multiple } from "Storybook/StorybookUtils/LabeledTextUtils/Template/LabeledMultipleValueTemplate";
|
|
@@ -120,6 +120,7 @@ import("effector").Store<ITableData>;
|
|
|
120
120
|
reloadEmployeesGridData:
|
|
121
121
|
import("effector").Event<void>;
|
|
122
122
|
lastGridModel: GenModels.GridViewModel;
|
|
123
|
+
isGridRequestFlight: boolean;
|
|
123
124
|
lastRequestSection: any;
|
|
124
125
|
loadEmployeesGridDataFx:
|
|
125
126
|
import("effector").Effect<{
|
|
@@ -4,4 +4,4 @@ declare const metaStory: Meta<StateButtonsParams & {
|
|
|
4
4
|
customServices?: unknown;
|
|
5
5
|
}>;
|
|
6
6
|
export default metaStory;
|
|
7
|
-
export
|
|
7
|
+
export { Disabled, Hidden, HoverButton, VerticalOrientationWithButtonsLimit, VerticalOrientationWithoutButtonsLimit, WithButtonsLimit, WithConfirmation, WithCustomColors, WithHiddenDisplayModeButton, WithHiddenDisplayModeButtonRightSidebar, WithRightSidebar, WithSecondaryDisplayModeButton, WithSecondaryDisplayModeButtonRightSidebar, WithTextGenerator, WithoutButtonsLimit } from "App/BackOffice/Controls/StateButtons/Stories/StateButtons.stories";
|
|
@@ -17,4 +17,4 @@ declare const _default: {
|
|
|
17
17
|
decorators: (typeof WithMainStoryLayout)[];
|
|
18
18
|
};
|
|
19
19
|
export default _default;
|
|
20
|
-
export {
|
|
20
|
+
export { AlignmentRight_EditInPlace, AlignmentRight_ViewMode, CutValue_EditInPlace, CutValue_ViewMode, EmptyValue_EditInPlace_LabelWithoutValue, EmptyValue_EditMode_Unclicked, ExtremelyNarrowBlock_EmptyValue_EditInPlace_Clicked, LabelWidthBlock_AlignmentRight_EditInPlace, LabelWidthBlock_AlignmentRight_ViewMode, LabelWidthBlock_CutValue_EditInPlace, LabelWidthBlock_CutValue_ViewMode, LabelWidthBlock_EditInPlace_Clicked, LabelWidthBlock_EditInPlace_Unclicked, LabelWidthBlock_EmptyValue_EditInPlace_Clicked, LabelWidthBlock_EmptyValue_EditInPlace_Unclicked, LabelWidthBlock_WideBlock_ViewMode, LabelWidthBlock_WrapUnderLabelProperty_ViewMode, NarrowBlock_EditInPlace_Clicked, NarrowBlock_EditInPlace_Unclicked, NarrowBlock_EditMode, NarrowBlock_ViewMode, NarrowLabelWidthBlock_EditInPlace_Clicked, WideBlock_EditInPlace_Clicked, WideBlock_EditInPlace_EmptyValue_Clicked, WideBlock_EditInPlace_EmptyValue_Unclicked, WideBlock_EditInPlace_Unclicked, WideBlock_EditMode_Unclicked, WideBlock_ViewMode, WithoutBlock_EditInPlace_Unclicked, WrapUnderLabelProperty_EditInPlace, WrapUnderLabelProperty_ViewMode } from "Storybook/StorybookUtils/LabeledTextUtils/Template/LabeledSingleValueTemplate";
|
|
@@ -92,7 +92,9 @@ export declare const CreateTaskModal: {
|
|
|
92
92
|
parameters: {
|
|
93
93
|
title: string;
|
|
94
94
|
};
|
|
95
|
-
play: (
|
|
95
|
+
play: ({ canvasElement }: {
|
|
96
|
+
canvasElement: any;
|
|
97
|
+
}) => Promise<void>;
|
|
96
98
|
};
|
|
97
99
|
export declare const CreationDisabled: {
|
|
98
100
|
parameters: {
|
|
@@ -20,16 +20,16 @@ import { TasksTableIconButton } from '@docsvision/webclient/BackOffice/TasksTabl
|
|
|
20
20
|
import { StaffDirectoryItems } from '@docsvision/webclient/BackOffice/StaffDirectoryItems';
|
|
21
21
|
export declare class TasksTableView {
|
|
22
22
|
mainButton: (props:
|
|
23
|
-
import("D:/BuildAgent/work/
|
|
23
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/TypeScriptDefinitions/Helpers/Button").IButtonProperties) => JSX.Element;
|
|
24
24
|
dialog: (props:
|
|
25
|
-
import("D:/BuildAgent/work/
|
|
25
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/TypeScriptDefinitions/Helpers/ModalDialog/CommonModalDialog").CommonModalDialogProps) => JSX.Element;
|
|
26
26
|
controlWrapper: typeof TasksTableControlWrapper;
|
|
27
27
|
ribbon: typeof TasksTableRibbon;
|
|
28
28
|
ribbonGroup:
|
|
29
29
|
import("styled-components").StyledComponent<"div", any, {
|
|
30
30
|
className: string;
|
|
31
31
|
} &
|
|
32
|
-
import("D:/BuildAgent/work/
|
|
32
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/TypeScriptDefinitions/Helpers/Ribbon/RibbonGroup").IRibbonGroupProps, "className">;
|
|
33
33
|
ribbonButton: typeof TasksTableRibbonButton;
|
|
34
34
|
ribbonContainer: typeof TasksTableRibbonContainer;
|
|
35
35
|
ribbonFilterButton: typeof TasksTableFilterButton;
|
|
@@ -25,7 +25,7 @@ export declare const Modal: {
|
|
|
25
25
|
decorators: (typeof WithCancelModalDialogOnUnmount)[];
|
|
26
26
|
play: ({ canvasElement }: {
|
|
27
27
|
canvasElement: any;
|
|
28
|
-
}) =>
|
|
28
|
+
}) => void;
|
|
29
29
|
render: (args: any) => JSX.Element;
|
|
30
30
|
};
|
|
31
31
|
export declare const LinkInfo: {
|
|
@@ -1799,6 +1799,39 @@ export declare type $LayoutHistoryController = {
|
|
|
1799
1799
|
layoutHistoryController: GenControllers.ILayoutHistoryController;
|
|
1800
1800
|
};
|
|
1801
1801
|
export declare const $LayoutHistoryController: string | ((model?: $LayoutHistoryController) => GenControllers.ILayoutHistoryController);
|
|
1802
|
+
export declare namespace GenControllers {
|
|
1803
|
+
/**
|
|
1804
|
+
* Diagnostics log controller
|
|
1805
|
+
*/
|
|
1806
|
+
interface IDiagnosticsLogController {
|
|
1807
|
+
/**
|
|
1808
|
+
* Setting a filter by user
|
|
1809
|
+
*/
|
|
1810
|
+
addLogUser(user: string, options?: RequestOptions): Promise<void>;
|
|
1811
|
+
/**
|
|
1812
|
+
* Setting a filter by request address
|
|
1813
|
+
*/
|
|
1814
|
+
addLogAddress(address: string, options?: RequestOptions): Promise<void>;
|
|
1815
|
+
/**
|
|
1816
|
+
* Setting a filter by request time
|
|
1817
|
+
*/
|
|
1818
|
+
addLogRequestTime(milliseconds: number, options?: RequestOptions): Promise<void>;
|
|
1819
|
+
/**
|
|
1820
|
+
* Reset all filters
|
|
1821
|
+
*/
|
|
1822
|
+
reset(options?: RequestOptions): Promise<void>;
|
|
1823
|
+
}
|
|
1824
|
+
class DiagnosticsLogController extends BaseController implements IDiagnosticsLogController {
|
|
1825
|
+
addLogUser(user: string, options?: RequestOptions): Promise<void>;
|
|
1826
|
+
addLogAddress(address: string, options?: RequestOptions): Promise<void>;
|
|
1827
|
+
addLogRequestTime(milliseconds: number, options?: RequestOptions): Promise<void>;
|
|
1828
|
+
reset(options?: RequestOptions): Promise<void>;
|
|
1829
|
+
}
|
|
1830
|
+
}
|
|
1831
|
+
export declare type $DiagnosticsLogController = {
|
|
1832
|
+
diagnosticsLogController: GenControllers.IDiagnosticsLogController;
|
|
1833
|
+
};
|
|
1834
|
+
export declare const $DiagnosticsLogController: string | ((model?: $DiagnosticsLogController) => GenControllers.IDiagnosticsLogController);
|
|
1802
1835
|
export declare namespace GenControllers {
|
|
1803
1836
|
/**
|
|
1804
1837
|
* Powers Directory controller
|
|
@@ -179,6 +179,10 @@ export declare namespace GenModels {
|
|
|
179
179
|
* Gets or sets column width mode
|
|
180
180
|
*/
|
|
181
181
|
columnWidthMode: GenModels.ColumnWidthMode;
|
|
182
|
+
/**
|
|
183
|
+
* Gets or sets how to combine filters
|
|
184
|
+
*/
|
|
185
|
+
filtersJoinOperation?: GenModels.ConditionJoinOperation;
|
|
182
186
|
}
|
|
183
187
|
}
|
|
184
188
|
export declare namespace GenModels {
|
|
@@ -1041,6 +1045,10 @@ export declare namespace GenModels {
|
|
|
1041
1045
|
* Certificate thumberprint.
|
|
1042
1046
|
*/
|
|
1043
1047
|
thumberprint: string;
|
|
1048
|
+
/**
|
|
1049
|
+
* Value of CN field in certificate.
|
|
1050
|
+
*/
|
|
1051
|
+
commonName: string;
|
|
1044
1052
|
}
|
|
1045
1053
|
}
|
|
1046
1054
|
export declare namespace GenModels {
|
|
@@ -1760,6 +1768,10 @@ export declare namespace GenModels {
|
|
|
1760
1768
|
* @format datatype.uuid
|
|
1761
1769
|
*/
|
|
1762
1770
|
id: string;
|
|
1771
|
+
/**
|
|
1772
|
+
* @format datatype.datetime
|
|
1773
|
+
*/
|
|
1774
|
+
changeDate: string;
|
|
1763
1775
|
/**
|
|
1764
1776
|
* Gets or set version id
|
|
1765
1777
|
*
|
|
@@ -3748,6 +3760,12 @@ export declare namespace GenModels {
|
|
|
3748
3760
|
* @format datatype.datetime
|
|
3749
3761
|
*/
|
|
3750
3762
|
creationDate: string;
|
|
3763
|
+
/**
|
|
3764
|
+
* Gets or sets change date
|
|
3765
|
+
*
|
|
3766
|
+
* @format datatype.datetime
|
|
3767
|
+
*/
|
|
3768
|
+
changeDate: string;
|
|
3751
3769
|
/**
|
|
3752
3770
|
* Gets or sets file version comments
|
|
3753
3771
|
*/
|
|
@@ -4296,6 +4314,14 @@ export declare namespace GenModels {
|
|
|
4296
4314
|
* Gets or sets timestamp
|
|
4297
4315
|
*/
|
|
4298
4316
|
timestamp: number;
|
|
4317
|
+
/**
|
|
4318
|
+
* Gets or sets whether data source is working.
|
|
4319
|
+
*/
|
|
4320
|
+
isValid: boolean;
|
|
4321
|
+
/**
|
|
4322
|
+
* Gets or sets data source is not working reason.
|
|
4323
|
+
*/
|
|
4324
|
+
errorMessage: string;
|
|
4299
4325
|
}
|
|
4300
4326
|
}
|
|
4301
4327
|
export declare namespace GenModels {
|
|
@@ -11332,6 +11358,12 @@ export declare namespace GenModels {
|
|
|
11332
11358
|
Maximal = 2
|
|
11333
11359
|
}
|
|
11334
11360
|
}
|
|
11361
|
+
export declare namespace GenModels {
|
|
11362
|
+
enum ConditionJoinOperation {
|
|
11363
|
+
And = 0,
|
|
11364
|
+
Or = 1
|
|
11365
|
+
}
|
|
11366
|
+
}
|
|
11335
11367
|
export declare namespace GenModels {
|
|
11336
11368
|
/**
|
|
11337
11369
|
* Type of directory value
|
|
@@ -13904,6 +13936,7 @@ export declare namespace GenModels {
|
|
|
13904
13936
|
EmployeeLocked = 1319,
|
|
13905
13937
|
OfflineSession = 1320,
|
|
13906
13938
|
InvalidEmployee = 1321,
|
|
13939
|
+
EmptyEmployeeAccountName = 1328,
|
|
13907
13940
|
InvalidCard = 1344,
|
|
13908
13941
|
InvalidObject = 1345,
|
|
13909
13942
|
InvalidCursor = 1346,
|
|
@@ -54,7 +54,7 @@ export declare abstract class BasicGridHtmlBuilder implements IGridHtmlBuilder {
|
|
|
54
54
|
protected abstract buildRowSwitcher(options: GridOptions, model: GenModels.GridViewModel, rowSwitcher: HTMLDivElement, rootElement: HTMLElement): HTMLDivElement;
|
|
55
55
|
abstract getChanges(): Promise<GenModels.GridViewModel>;
|
|
56
56
|
getSelection():
|
|
57
|
-
import("D:/BuildAgent/work/
|
|
57
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/TypeScriptDefinitions/@docsvision/Platform/Services/Table/TableRowsSelectionModel").TableRowsSelectionModel;
|
|
58
58
|
clearSelection(cardIds?: string[]): void;
|
|
59
59
|
selectionChanged: SimpleEvent<any>;
|
|
60
60
|
protected addActionButtons(header: HTMLElement): void;
|
|
@@ -16,6 +16,8 @@ export interface ICryptoCertificate {
|
|
|
16
16
|
Issue: string;
|
|
17
17
|
/** Название сертификата. */
|
|
18
18
|
Name: string;
|
|
19
|
+
/** Значение поля CN кому выдан сертификат. */
|
|
20
|
+
CommonName: string;
|
|
19
21
|
/** Имеется ли приватный ключ. */
|
|
20
22
|
hasPrivateKey: boolean;
|
|
21
23
|
/** Действителен ли сертификат. */
|
|
@@ -16,10 +16,10 @@ export declare class BaseMainMenuItemImpl<PropsT extends BaseMainMenuItemParams,
|
|
|
16
16
|
UNSAFE_componentWillMount(): void;
|
|
17
17
|
componentDidMount(): void;
|
|
18
18
|
onSelecting():
|
|
19
|
-
import("D:/BuildAgent/work/
|
|
19
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
|
|
20
20
|
onSelected(): void;
|
|
21
21
|
onToggling():
|
|
22
|
-
import("D:/BuildAgent/work/
|
|
22
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/System/Events/CancelableEventArgs").CancelableEventArgs<boolean>;
|
|
23
23
|
onToggled(): void;
|
|
24
24
|
protected onClick(event: React.MouseEvent): void;
|
|
25
25
|
protected getCssClass(): string;
|
package/Platform/CardLink.d.ts
CHANGED
|
@@ -82,12 +82,12 @@ export declare class CardLink extends InputBasedControl<GenModels.CardLinkDataMo
|
|
|
82
82
|
protected construct(): void;
|
|
83
83
|
componentDidMount(): void;
|
|
84
84
|
protected getServices(): $FileController & $LayoutFileController & $LayoutLinksController & $LayoutController & Partial<$CardId> & $EditOperationStore & $CardId & Partial<$LabelWidth> & $LayoutManager & $Layout &
|
|
85
|
-
import("D:/BuildAgent/work/
|
|
86
|
-
import("D:/BuildAgent/work/
|
|
87
|
-
import("D:/BuildAgent/work/
|
|
88
|
-
import("D:/BuildAgent/work/
|
|
89
|
-
import("D:/BuildAgent/work/
|
|
90
|
-
import("D:/BuildAgent/work/
|
|
85
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/TypeScriptDefinitions/System/Services/$LayoutCheckService").$LayoutCheck &
|
|
86
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/TypeScriptDefinitions/System/Controls/Layout/LayoutServices").$CardInfo &
|
|
87
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/TypeScriptDefinitions/System/Core/RequestProcessing/$RequestManager").$RequestManager &
|
|
88
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/TypeScriptDefinitions/StandardServices").$ApplicationSettings &
|
|
89
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/TypeScriptDefinitions/System/Services/$FileService").$FileService &
|
|
90
|
+
import("D:/BuildAgent/work/ea384abf20365d2c/Bin/TypeScriptDefinitions/StandardServices").$DeviceType & Partial<
|
|
91
91
|
import("@docsvision/webclient/FilePreview/$FilePreview").$FilePreview> & $CardOperationsController & Partial<$LinksSearchCards> & $CardsPresentationController;
|
|
92
92
|
protected createParams(): CardLinkParams;
|
|
93
93
|
protected createImpl(): CardLinkImpl;
|