@docsvision/webclient 6.2.0-beta.1 → 6.2.1-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/Approval/AgreementHistoryImpl.d.ts +8 -3
- package/Approval/ApprovalHistoryTable.d.ts +0 -3
- package/Approval/IApprovalHistoryTableProps.d.ts +4 -1
- package/Approval/IApprovalHistoryTableState.d.ts +0 -3
- package/BackOffice/$DigitalSignature.d.ts +27 -0
- package/BackOffice/AddressImpl.d.ts +1 -0
- package/BackOffice/DepartmentImpl.d.ts +7 -0
- package/BackOffice/DigitalSignatureService.d.ts +3 -1
- package/BackOffice/FileListConstants.d.ts +1 -0
- package/BackOffice/FileListControlLogic.d.ts +1 -1
- package/BackOffice/Powers.d.ts +2 -0
- package/BackOffice/PowersImpl.d.ts +2 -0
- package/BackOffice/PrintButton.d.ts +3 -1
- package/BackOffice/SetEmployeeCertificate.d.ts +1 -0
- package/BackOffice/StaffDirectoryItems.stories.d.ts +23 -0
- package/BackOffice/TaskGroupStatusComponent.d.ts +7 -0
- package/BackOffice/TaskGroupStatusTableComponent.d.ts +5 -0
- package/BackOffice/TaskGroupStatusTableRowComponent.d.ts +9 -0
- package/BackOffice/TaskGroupWorkStatus.d.ts +22 -0
- package/BackOffice/TaskGroupWorkStatusContainer.d.ts +11 -0
- package/BackOffice/TaskGroupWorkStatusLogic.d.ts +13 -0
- package/BackOffice/TaskGroupWorkStatusOptions.d.ts +18 -0
- package/BackOffice/TaskGroupWorkStatusView.d.ts +10 -0
- package/BackOffice/TaskGroupWrapper.d.ts +3 -0
- package/BackOffice/UserProfile.d.ts +1 -0
- package/Generated/DocsVision.WebClient.Controllers.d.ts +46 -5
- package/Generated/DocsVision.WebClient.Models.d.ts +451 -129
- package/Helpers/Button.d.ts +4 -1
- package/Helpers/DropdownButton/DropdownButton.d.ts +2 -0
- package/Helpers/FileViewZip/FileViewZip.d.ts +47 -0
- package/Helpers/FileViewZip/FileViewZipModal.d.ts +24 -0
- package/Helpers/IconButton.d.ts +1 -0
- package/Helpers/Menu/AdaptiveMenuBar.d.ts +1 -0
- package/Helpers/Menu/DesktopMenuBar.d.ts +1 -0
- package/Helpers/Menu/MobileMenuBar.d.ts +1 -0
- package/Helpers/MessageBox/MessageBox.d.ts +1 -0
- package/Helpers/ModalHost.d.ts +1 -0
- package/Helpers/PeriodicDebounce.d.ts +1 -0
- package/Helpers/PopoverHelpers/Popover.d.ts +1 -0
- package/Helpers/TextInput.d.ts +1 -0
- package/Legacy/StandardControllers.d.ts +1 -1
- package/Legacy/Utils.d.ts +9 -0
- package/Libs/CryptoPro/Crypto.d.ts +3 -0
- package/Platform/$EmployeeStatus.d.ts +9 -0
- package/Platform/$FolderMenuManagement.d.ts +12 -0
- package/Platform/AggregatesTree.d.ts +1 -1
- package/Platform/AggregatesTreeLoader.d.ts +1 -1
- package/Platform/CardLink.d.ts +2 -0
- package/Platform/DateTimePicker.d.ts +1 -0
- package/Platform/DateTimePickerImpl.d.ts +1 -1
- package/Platform/DropdownImpl.d.ts +6 -0
- package/Platform/EmployeeStatusService.d.ts +2 -0
- package/Platform/FilePicker.d.ts +3 -0
- package/Platform/FilePickerImpl.d.ts +11 -0
- package/Platform/FilePickerMenuItemsView.d.ts +1 -0
- package/Platform/FilePickerOperations.d.ts +1 -0
- package/Platform/FilePickerOperationsAvailability.d.ts +1 -0
- package/Platform/FolderDashboardWidgetImpl.d.ts +0 -1
- package/Platform/FolderDataLoadingService.d.ts +1 -1
- package/Platform/FolderGroupDashboardWidgetImpl.d.ts +0 -1
- package/Platform/FolderMainMenuItem.d.ts +2 -1
- package/Platform/FolderMainMenuItemImpl.d.ts +3 -0
- package/Platform/FolderManagementAdaptiveMenu.d.ts +12 -1
- package/Platform/FolderMenuManagementService.d.ts +14 -0
- package/Platform/FolderWebFrameRouteHandler.d.ts +1 -1
- package/Platform/IFilePickerMenuOpeningArgs.d.ts +4 -0
- package/Platform/TabImpl.d.ts +1 -0
- package/Platform/UnreadCounter.d.ts +1 -0
- package/Platform/WebFrameUserPanel.d.ts +2 -1
- package/StandardServices.d.ts +2 -1
- package/System/DateFormats.d.ts +3 -1
- package/System/InputBasedControlImpl.d.ts +0 -1
- package/System/TaskGroupWorkStatusStub.d.ts +62 -0
- package/System/TooltipUtils.d.ts +6 -0
- package/package.json +1 -1
- package/Legacy/TaskGroupWorkStatusRazorControl.d.ts +0 -5
|
@@ -67,11 +67,17 @@ export declare namespace GenModels {
|
|
|
67
67
|
lastName: string;
|
|
68
68
|
middleName: string;
|
|
69
69
|
position: string;
|
|
70
|
-
fieldPath
|
|
70
|
+
fieldPath?: string;
|
|
71
71
|
unitId: string;
|
|
72
|
-
pathInDirectory
|
|
72
|
+
pathInDirectory?: Array<GenModels.DepartmentExtendedModel>;
|
|
73
73
|
dataType: GenModels.DirectoryDataType;
|
|
74
74
|
status: GenModels.StaffEmployeeStatus;
|
|
75
|
+
accountName: string;
|
|
76
|
+
sdid?: string;
|
|
77
|
+
isFavoritePerformer: boolean;
|
|
78
|
+
units: Array<string>;
|
|
79
|
+
email: string;
|
|
80
|
+
departmentName: string;
|
|
75
81
|
}
|
|
76
82
|
}
|
|
77
83
|
export declare namespace GenModels {
|
|
@@ -837,9 +843,6 @@ export declare namespace GenModels {
|
|
|
837
843
|
* Gets or sets whether used default grouping
|
|
838
844
|
*/
|
|
839
845
|
useDefaultGrouping: boolean;
|
|
840
|
-
/**
|
|
841
|
-
* Gets or sets table presentation mode
|
|
842
|
-
*/
|
|
843
846
|
tablePresentationForDevice: Array<GenModels.TablePresentationForDevice>;
|
|
844
847
|
/**
|
|
845
848
|
* Gets or sets column width mode
|
|
@@ -941,13 +944,7 @@ export declare namespace GenModels {
|
|
|
941
944
|
}
|
|
942
945
|
export declare namespace GenModels {
|
|
943
946
|
interface TablePresentationForDevice {
|
|
944
|
-
/**
|
|
945
|
-
* Table presentation
|
|
946
|
-
*/
|
|
947
947
|
tablePresentation: GenModels.TablePresentation;
|
|
948
|
-
/**
|
|
949
|
-
* Device type
|
|
950
|
-
*/
|
|
951
948
|
deviceType: GenModels.DeviceType;
|
|
952
949
|
}
|
|
953
950
|
}
|
|
@@ -1213,6 +1210,7 @@ export declare namespace GenModels {
|
|
|
1213
1210
|
* @format datatype.uuid
|
|
1214
1211
|
*/
|
|
1215
1212
|
parentId: string;
|
|
1213
|
+
type: GenModels.DirectoryDesignerTreeNodeType;
|
|
1216
1214
|
}
|
|
1217
1215
|
}
|
|
1218
1216
|
export declare namespace GenModels {
|
|
@@ -1237,6 +1235,7 @@ export declare namespace GenModels {
|
|
|
1237
1235
|
* @format datatype.uuid
|
|
1238
1236
|
*/
|
|
1239
1237
|
parentId: string;
|
|
1238
|
+
type: GenModels.DirectoryDesignerTreeNodeType;
|
|
1240
1239
|
}
|
|
1241
1240
|
}
|
|
1242
1241
|
export declare namespace GenModels {
|
|
@@ -1245,9 +1244,6 @@ export declare namespace GenModels {
|
|
|
1245
1244
|
* Search Area
|
|
1246
1245
|
*/
|
|
1247
1246
|
searchArea: GenModels.DirectoryDesignerSearchArea;
|
|
1248
|
-
/**
|
|
1249
|
-
* Search items type
|
|
1250
|
-
*/
|
|
1251
1247
|
searchItemsType: GenModels.DirectoryDesignerSearchItemsType;
|
|
1252
1248
|
/**
|
|
1253
1249
|
* Search Text
|
|
@@ -2470,6 +2466,7 @@ export declare namespace GenModels {
|
|
|
2470
2466
|
interface MainMenuItemSetting {
|
|
2471
2467
|
id: string;
|
|
2472
2468
|
hidden: boolean;
|
|
2469
|
+
folderId?: string;
|
|
2473
2470
|
}
|
|
2474
2471
|
}
|
|
2475
2472
|
export declare namespace GenModels {
|
|
@@ -3383,7 +3380,15 @@ export declare namespace GenModels {
|
|
|
3383
3380
|
}
|
|
3384
3381
|
}
|
|
3385
3382
|
export declare namespace GenModels {
|
|
3386
|
-
interface
|
|
3383
|
+
interface ISerializationError {
|
|
3384
|
+
/**
|
|
3385
|
+
* Gets or sets custom exception
|
|
3386
|
+
*/
|
|
3387
|
+
exception: any;
|
|
3388
|
+
}
|
|
3389
|
+
}
|
|
3390
|
+
export declare namespace GenModels {
|
|
3391
|
+
interface SignatureLabelModel extends GenModels.ISerializationError {
|
|
3387
3392
|
/**
|
|
3388
3393
|
* Gets or sets label identifier
|
|
3389
3394
|
*
|
|
@@ -4434,6 +4439,21 @@ export declare namespace GenModels {
|
|
|
4434
4439
|
loadVersions: boolean;
|
|
4435
4440
|
}
|
|
4436
4441
|
}
|
|
4442
|
+
export declare namespace GenModels {
|
|
4443
|
+
interface FilePickerGetViewZipContentRequestModel {
|
|
4444
|
+
/**
|
|
4445
|
+
* FileCard id
|
|
4446
|
+
*
|
|
4447
|
+
* @format datatype.uuid
|
|
4448
|
+
*/
|
|
4449
|
+
fileCardId: string;
|
|
4450
|
+
}
|
|
4451
|
+
}
|
|
4452
|
+
export declare namespace GenModels {
|
|
4453
|
+
interface FilePickerViewZipItemModel {
|
|
4454
|
+
fullName: string;
|
|
4455
|
+
}
|
|
4456
|
+
}
|
|
4437
4457
|
export declare namespace GenModels {
|
|
4438
4458
|
interface AgreementListModel {
|
|
4439
4459
|
documentNumber: string;
|
|
@@ -4448,6 +4468,7 @@ export declare namespace GenModels {
|
|
|
4448
4468
|
departmentName: string;
|
|
4449
4469
|
comment: string;
|
|
4450
4470
|
decisionText: string;
|
|
4471
|
+
positionName: string;
|
|
4451
4472
|
}
|
|
4452
4473
|
}
|
|
4453
4474
|
export declare namespace GenModels {
|
|
@@ -6482,11 +6503,6 @@ export declare namespace GenModels {
|
|
|
6482
6503
|
}
|
|
6483
6504
|
export declare namespace GenModels {
|
|
6484
6505
|
interface UpdateEmployeeStatusModel {
|
|
6485
|
-
/**
|
|
6486
|
-
* Employee Id field value.
|
|
6487
|
-
*
|
|
6488
|
-
* @format datatype.uuid
|
|
6489
|
-
*/
|
|
6490
6506
|
employeeId?: string;
|
|
6491
6507
|
/**
|
|
6492
6508
|
* Employee Status field value.
|
|
@@ -6899,7 +6915,7 @@ export declare namespace GenModels {
|
|
|
6899
6915
|
}
|
|
6900
6916
|
}
|
|
6901
6917
|
export declare namespace GenModels {
|
|
6902
|
-
interface ApprovalTaskDecisionInfo {
|
|
6918
|
+
interface ApprovalTaskDecisionInfo extends GenModels.ISerializationError {
|
|
6903
6919
|
taskId: string;
|
|
6904
6920
|
documentId: string;
|
|
6905
6921
|
completionOptionId: string;
|
|
@@ -8312,9 +8328,25 @@ export declare namespace GenModels {
|
|
|
8312
8328
|
}
|
|
8313
8329
|
export declare namespace GenModels {
|
|
8314
8330
|
interface CardNodeInfo {
|
|
8331
|
+
/**
|
|
8332
|
+
* Kind id
|
|
8333
|
+
*
|
|
8334
|
+
* @format datatype.uuid
|
|
8335
|
+
*/
|
|
8315
8336
|
kindId: string;
|
|
8337
|
+
/**
|
|
8338
|
+
* Card type id
|
|
8339
|
+
*
|
|
8340
|
+
* @format datatype.uuid
|
|
8341
|
+
*/
|
|
8316
8342
|
cardTypeId: string;
|
|
8343
|
+
/**
|
|
8344
|
+
* Caption
|
|
8345
|
+
*/
|
|
8317
8346
|
caption: string;
|
|
8347
|
+
/**
|
|
8348
|
+
* Gets or sets value whether kind selected with descendants
|
|
8349
|
+
*/
|
|
8318
8350
|
withDescendants: boolean;
|
|
8319
8351
|
}
|
|
8320
8352
|
}
|
|
@@ -9029,6 +9061,106 @@ export declare namespace GenModels {
|
|
|
9029
9061
|
itemAlias: string;
|
|
9030
9062
|
}
|
|
9031
9063
|
}
|
|
9064
|
+
export declare namespace GenModels {
|
|
9065
|
+
interface LinkedTaskModel {
|
|
9066
|
+
/**
|
|
9067
|
+
* Gets or sets task identifier
|
|
9068
|
+
*
|
|
9069
|
+
* @format datatype.uuid
|
|
9070
|
+
*/
|
|
9071
|
+
taskId: string;
|
|
9072
|
+
/**
|
|
9073
|
+
* Gets or sets kind identifier
|
|
9074
|
+
*
|
|
9075
|
+
* @format datatype.uuid
|
|
9076
|
+
*/
|
|
9077
|
+
kindId: string;
|
|
9078
|
+
/**
|
|
9079
|
+
* Gets or sets task name
|
|
9080
|
+
*/
|
|
9081
|
+
taskName: string;
|
|
9082
|
+
/**
|
|
9083
|
+
* Gets or sets task author
|
|
9084
|
+
*/
|
|
9085
|
+
performer: GenModels.EmployeeModel;
|
|
9086
|
+
/**
|
|
9087
|
+
* Gets or sets task end date
|
|
9088
|
+
*
|
|
9089
|
+
* @format datatype.datetime
|
|
9090
|
+
*/
|
|
9091
|
+
endDate?: string;
|
|
9092
|
+
/**
|
|
9093
|
+
* Gets or set document identifier
|
|
9094
|
+
*
|
|
9095
|
+
* @format datatype.uuid
|
|
9096
|
+
*/
|
|
9097
|
+
documentId: string;
|
|
9098
|
+
/**
|
|
9099
|
+
* Gets or set task state type
|
|
9100
|
+
*/
|
|
9101
|
+
stateType: GenModels.TaskStateType;
|
|
9102
|
+
/**
|
|
9103
|
+
* Gets or set author identifier
|
|
9104
|
+
*
|
|
9105
|
+
* @format datatype.uuid
|
|
9106
|
+
*/
|
|
9107
|
+
authorId: string;
|
|
9108
|
+
/**
|
|
9109
|
+
* Gets or set controller identifier
|
|
9110
|
+
*
|
|
9111
|
+
* @format datatype.uuid
|
|
9112
|
+
*/
|
|
9113
|
+
controllerId: string;
|
|
9114
|
+
/**
|
|
9115
|
+
* Gets or sets state name
|
|
9116
|
+
*/
|
|
9117
|
+
stateName: string;
|
|
9118
|
+
/**
|
|
9119
|
+
* Gets or sets description
|
|
9120
|
+
*/
|
|
9121
|
+
description: string;
|
|
9122
|
+
/**
|
|
9123
|
+
* Gets or set task card actual end date with decision
|
|
9124
|
+
*
|
|
9125
|
+
* @format datatype.datetime
|
|
9126
|
+
*/
|
|
9127
|
+
endDateActual?: string;
|
|
9128
|
+
/**
|
|
9129
|
+
* Gets or sets card timestamp
|
|
9130
|
+
*/
|
|
9131
|
+
timestamp: number;
|
|
9132
|
+
/**
|
|
9133
|
+
* Gets or sets current task performer
|
|
9134
|
+
*/
|
|
9135
|
+
currentPerformer: GenModels.EmployeeModel;
|
|
9136
|
+
/**
|
|
9137
|
+
* Order of task in group task
|
|
9138
|
+
*/
|
|
9139
|
+
order: number;
|
|
9140
|
+
/**
|
|
9141
|
+
* Get task available operations
|
|
9142
|
+
*/
|
|
9143
|
+
availableOperations: Array<GenModels.TaskOperation>;
|
|
9144
|
+
}
|
|
9145
|
+
}
|
|
9146
|
+
export declare namespace GenModels {
|
|
9147
|
+
interface Operation {
|
|
9148
|
+
/**
|
|
9149
|
+
* Gets or sets task operation kind
|
|
9150
|
+
*
|
|
9151
|
+
* @format datatype.uuid
|
|
9152
|
+
*/
|
|
9153
|
+
builtinId: string;
|
|
9154
|
+
}
|
|
9155
|
+
}
|
|
9156
|
+
export declare namespace GenModels {
|
|
9157
|
+
interface TaskOperation extends GenModels.Operation {
|
|
9158
|
+
/**
|
|
9159
|
+
* Gets or sets task operation kind
|
|
9160
|
+
*/
|
|
9161
|
+
kind: GenModels.TaskOperationKind;
|
|
9162
|
+
}
|
|
9163
|
+
}
|
|
9032
9164
|
export declare namespace GenModels {
|
|
9033
9165
|
interface PerformersTypeDialogModel {
|
|
9034
9166
|
/**
|
|
@@ -9134,113 +9266,201 @@ export declare namespace GenModels {
|
|
|
9134
9266
|
}
|
|
9135
9267
|
}
|
|
9136
9268
|
export declare namespace GenModels {
|
|
9137
|
-
interface
|
|
9269
|
+
interface CompletionOptionModel {
|
|
9138
9270
|
/**
|
|
9139
|
-
* Gets or sets
|
|
9271
|
+
* Gets or sets completion option identifier
|
|
9140
9272
|
*
|
|
9141
9273
|
* @format datatype.uuid
|
|
9142
9274
|
*/
|
|
9143
|
-
|
|
9144
|
-
/**
|
|
9145
|
-
* Display user full name
|
|
9146
|
-
*/
|
|
9147
|
-
displayName: string;
|
|
9275
|
+
id: string;
|
|
9148
9276
|
/**
|
|
9149
|
-
*
|
|
9277
|
+
* Gets or sets name
|
|
9150
9278
|
*/
|
|
9151
|
-
|
|
9279
|
+
name: string;
|
|
9152
9280
|
/**
|
|
9153
|
-
* Gets
|
|
9281
|
+
* Gets or sets name
|
|
9154
9282
|
*/
|
|
9155
|
-
|
|
9283
|
+
localizedName: string;
|
|
9156
9284
|
/**
|
|
9157
|
-
*
|
|
9285
|
+
* Gets or sets value
|
|
9158
9286
|
*/
|
|
9159
|
-
|
|
9287
|
+
value: number;
|
|
9160
9288
|
/**
|
|
9161
|
-
* Gets or sets
|
|
9289
|
+
* Gets or sets IsDefault
|
|
9162
9290
|
*/
|
|
9163
|
-
|
|
9291
|
+
isDefault: boolean;
|
|
9164
9292
|
/**
|
|
9165
|
-
* Gets or sets
|
|
9293
|
+
* Gets or sets value indicated whether has report filed in completion option
|
|
9166
9294
|
*/
|
|
9167
|
-
|
|
9295
|
+
hasReportFieldInCompletionOption: boolean;
|
|
9168
9296
|
/**
|
|
9169
|
-
* Gets
|
|
9297
|
+
* Gets attributes collection
|
|
9170
9298
|
*/
|
|
9171
|
-
|
|
9299
|
+
parameters: Array<GenModels.CompletionParameterModel>;
|
|
9172
9300
|
/**
|
|
9173
|
-
* Gets or
|
|
9301
|
+
* Gets or sets color
|
|
9174
9302
|
*/
|
|
9175
|
-
|
|
9303
|
+
color: string;
|
|
9176
9304
|
/**
|
|
9177
|
-
*
|
|
9305
|
+
* Button color code
|
|
9178
9306
|
*/
|
|
9179
|
-
|
|
9307
|
+
colorCode?: number;
|
|
9180
9308
|
/**
|
|
9181
|
-
*
|
|
9309
|
+
* Operation as field value
|
|
9182
9310
|
*/
|
|
9183
|
-
|
|
9311
|
+
fieldInfo: GenModels.OperationFieldInfo;
|
|
9184
9312
|
}
|
|
9185
9313
|
}
|
|
9186
9314
|
export declare namespace GenModels {
|
|
9187
|
-
interface
|
|
9315
|
+
interface TaskGroupAcceptanceCheckResult {
|
|
9188
9316
|
/**
|
|
9189
|
-
*
|
|
9190
|
-
*
|
|
9191
|
-
* @format datatype.uuid
|
|
9317
|
+
* Gets or sets value indicating whether task for responsible can be sent to acceptance
|
|
9192
9318
|
*/
|
|
9193
|
-
|
|
9319
|
+
responsibleTaskHasBranch: boolean;
|
|
9194
9320
|
/**
|
|
9195
|
-
*
|
|
9321
|
+
* Gets or sets value indicating whether task can be sent to acceptance
|
|
9196
9322
|
*/
|
|
9197
|
-
|
|
9323
|
+
taskHasBranch: boolean;
|
|
9198
9324
|
}
|
|
9199
9325
|
}
|
|
9200
9326
|
export declare namespace GenModels {
|
|
9201
|
-
interface
|
|
9327
|
+
interface TaskGroupAttributesModel {
|
|
9202
9328
|
/**
|
|
9203
|
-
* Gets or sets
|
|
9329
|
+
* Gets or sets task group identifier
|
|
9204
9330
|
*
|
|
9205
9331
|
* @format datatype.uuid
|
|
9206
9332
|
*/
|
|
9207
|
-
|
|
9333
|
+
taskGroupId: string;
|
|
9208
9334
|
/**
|
|
9209
|
-
* Gets or sets name
|
|
9335
|
+
* Gets or sets task group name
|
|
9210
9336
|
*/
|
|
9211
9337
|
name: string;
|
|
9212
9338
|
/**
|
|
9213
|
-
* Gets or sets
|
|
9339
|
+
* Gets or sets task group description
|
|
9214
9340
|
*/
|
|
9215
|
-
|
|
9341
|
+
description: string;
|
|
9216
9342
|
/**
|
|
9217
|
-
* Gets or
|
|
9343
|
+
* Gets or set task group author
|
|
9218
9344
|
*/
|
|
9219
|
-
|
|
9345
|
+
author: GenModels.EmployeeModel;
|
|
9220
9346
|
/**
|
|
9221
|
-
* Gets or
|
|
9347
|
+
* Gets or set task group controller
|
|
9222
9348
|
*/
|
|
9223
|
-
|
|
9349
|
+
controller: GenModels.EmployeeModel;
|
|
9224
9350
|
/**
|
|
9225
|
-
* Gets or sets
|
|
9351
|
+
* Gets or sets task group performer
|
|
9226
9352
|
*/
|
|
9227
|
-
|
|
9353
|
+
responsible: GenModels.EmployeeModel;
|
|
9228
9354
|
/**
|
|
9229
|
-
* Gets
|
|
9355
|
+
* Gets or sets task group start date
|
|
9356
|
+
*
|
|
9357
|
+
* @format datatype.datetime
|
|
9230
9358
|
*/
|
|
9231
|
-
|
|
9359
|
+
startDate?: string;
|
|
9232
9360
|
/**
|
|
9233
|
-
* Gets or sets
|
|
9361
|
+
* Gets or sets task group of performance
|
|
9362
|
+
*
|
|
9363
|
+
* @format datatype.datetime
|
|
9234
9364
|
*/
|
|
9235
|
-
|
|
9365
|
+
endDate?: string;
|
|
9236
9366
|
/**
|
|
9237
|
-
*
|
|
9367
|
+
* Gets or sets task group creation date
|
|
9368
|
+
*
|
|
9369
|
+
* @format datatype.datetime
|
|
9238
9370
|
*/
|
|
9239
|
-
|
|
9371
|
+
creationDate: string;
|
|
9240
9372
|
/**
|
|
9241
|
-
*
|
|
9373
|
+
* Gets or sets task group kind name
|
|
9242
9374
|
*/
|
|
9243
|
-
|
|
9375
|
+
kindName: string;
|
|
9376
|
+
/**
|
|
9377
|
+
* Gets or sets task group kind id
|
|
9378
|
+
*
|
|
9379
|
+
* @format datatype.uuid
|
|
9380
|
+
*/
|
|
9381
|
+
kindId: string;
|
|
9382
|
+
/**
|
|
9383
|
+
* Gets or sets date of control
|
|
9384
|
+
*
|
|
9385
|
+
* @format datatype.datetime
|
|
9386
|
+
*/
|
|
9387
|
+
controlDate?: string;
|
|
9388
|
+
/**
|
|
9389
|
+
* Gets or sets value where indicated task group required control
|
|
9390
|
+
*/
|
|
9391
|
+
onControl: boolean;
|
|
9392
|
+
/**
|
|
9393
|
+
* Gets or sets task group state name
|
|
9394
|
+
*/
|
|
9395
|
+
stateName: string;
|
|
9396
|
+
/**
|
|
9397
|
+
* Gets or sets card timestamp
|
|
9398
|
+
*/
|
|
9399
|
+
timestamp: number;
|
|
9400
|
+
/**
|
|
9401
|
+
* Gets or sets task group state type
|
|
9402
|
+
*/
|
|
9403
|
+
stateType: GenModels.TaskGroupStateType;
|
|
9404
|
+
/**
|
|
9405
|
+
* Gets or sets value where indicate task group requires acceptance
|
|
9406
|
+
*/
|
|
9407
|
+
requiresAcceptance: boolean;
|
|
9408
|
+
/**
|
|
9409
|
+
* Gets or sets acceptance check result
|
|
9410
|
+
*/
|
|
9411
|
+
acceptanceCheckResult: GenModels.TaskGroupAcceptanceCheckResult;
|
|
9412
|
+
/**
|
|
9413
|
+
* Get available operations
|
|
9414
|
+
*/
|
|
9415
|
+
availableOperations: Array<GenModels.TaskGroupOperationKind>;
|
|
9416
|
+
/**
|
|
9417
|
+
* Gets or sets task group duration
|
|
9418
|
+
*/
|
|
9419
|
+
duration: number;
|
|
9420
|
+
/**
|
|
9421
|
+
* Gets or sets task group control hours
|
|
9422
|
+
*/
|
|
9423
|
+
controlHour: number;
|
|
9424
|
+
}
|
|
9425
|
+
}
|
|
9426
|
+
export declare namespace GenModels {
|
|
9427
|
+
interface ViewModel {
|
|
9428
|
+
/**
|
|
9429
|
+
* View Bag dynamic object
|
|
9430
|
+
*/
|
|
9431
|
+
viewBag: any;
|
|
9432
|
+
}
|
|
9433
|
+
}
|
|
9434
|
+
export declare namespace GenModels {
|
|
9435
|
+
interface TaskGroupExecutionTasksModel extends GenModels.ViewModel {
|
|
9436
|
+
/**
|
|
9437
|
+
* Gets or sets task group attributes
|
|
9438
|
+
*/
|
|
9439
|
+
attributes: GenModels.TaskGroupAttributesModel;
|
|
9440
|
+
/**
|
|
9441
|
+
* Gets or sets task group execution tasks
|
|
9442
|
+
*/
|
|
9443
|
+
executionTasks: GenModels.TaskGroupExecutionModel;
|
|
9444
|
+
}
|
|
9445
|
+
}
|
|
9446
|
+
export declare namespace GenModels {
|
|
9447
|
+
interface TaskGroupExecutionModel {
|
|
9448
|
+
/**
|
|
9449
|
+
* Gets or sets task from group task
|
|
9450
|
+
*/
|
|
9451
|
+
childTasks: Array<GenModels.LinkedTaskModel>;
|
|
9452
|
+
/**
|
|
9453
|
+
* Gets or sets execution type name
|
|
9454
|
+
*/
|
|
9455
|
+
executionTypeName: string;
|
|
9456
|
+
/**
|
|
9457
|
+
* Gets or sets execution type
|
|
9458
|
+
*/
|
|
9459
|
+
executionType: GenModels.ExecutionType;
|
|
9460
|
+
/**
|
|
9461
|
+
* Get card description
|
|
9462
|
+
*/
|
|
9463
|
+
description: string;
|
|
9244
9464
|
}
|
|
9245
9465
|
}
|
|
9246
9466
|
export declare namespace GenModels {
|
|
@@ -9730,7 +9950,8 @@ export declare namespace GenModels {
|
|
|
9730
9950
|
/**
|
|
9731
9951
|
* Equals
|
|
9732
9952
|
*/
|
|
9733
|
-
Equals = 2
|
|
9953
|
+
Equals = 2,
|
|
9954
|
+
Interval = 3
|
|
9734
9955
|
}
|
|
9735
9956
|
}
|
|
9736
9957
|
export declare namespace GenModels {
|
|
@@ -9881,6 +10102,21 @@ export declare namespace GenModels {
|
|
|
9881
10102
|
ElectronicSignature = 0
|
|
9882
10103
|
}
|
|
9883
10104
|
}
|
|
10105
|
+
export declare namespace GenModels {
|
|
10106
|
+
/**
|
|
10107
|
+
* Represents type of tree node
|
|
10108
|
+
*/
|
|
10109
|
+
enum DirectoryDesignerTreeNodeType {
|
|
10110
|
+
/**
|
|
10111
|
+
* directory designer item type (node)
|
|
10112
|
+
*/
|
|
10113
|
+
Node = 1,
|
|
10114
|
+
/**
|
|
10115
|
+
* directory designer row
|
|
10116
|
+
*/
|
|
10117
|
+
Row = 2
|
|
10118
|
+
}
|
|
10119
|
+
}
|
|
9884
10120
|
export declare namespace GenModels {
|
|
9885
10121
|
/**
|
|
9886
10122
|
* Represents what and how to search in directory designer tree
|
|
@@ -9901,39 +10137,12 @@ export declare namespace GenModels {
|
|
|
9901
10137
|
}
|
|
9902
10138
|
}
|
|
9903
10139
|
export declare namespace GenModels {
|
|
9904
|
-
/**
|
|
9905
|
-
* Represents type of tree node
|
|
9906
|
-
*/
|
|
9907
10140
|
enum DirectoryDesignerSearchItemsType {
|
|
9908
|
-
/**
|
|
9909
|
-
* Everything
|
|
9910
|
-
*/
|
|
9911
10141
|
NodesAndRows = 0,
|
|
9912
|
-
/**
|
|
9913
|
-
* directory designer item type (node)
|
|
9914
|
-
*/
|
|
9915
10142
|
Nodes = 1,
|
|
9916
|
-
/**
|
|
9917
|
-
* directory designer row
|
|
9918
|
-
*/
|
|
9919
10143
|
Rows = 2
|
|
9920
10144
|
}
|
|
9921
10145
|
}
|
|
9922
|
-
export declare namespace GenModels {
|
|
9923
|
-
/**
|
|
9924
|
-
* Represents type of tree node
|
|
9925
|
-
*/
|
|
9926
|
-
enum DirectoryDesignerTreeNodeType {
|
|
9927
|
-
/**
|
|
9928
|
-
* directory designer item type (node)
|
|
9929
|
-
*/
|
|
9930
|
-
Node = 1,
|
|
9931
|
-
/**
|
|
9932
|
-
* directory designer row
|
|
9933
|
-
*/
|
|
9934
|
-
Row = 2
|
|
9935
|
-
}
|
|
9936
|
-
}
|
|
9937
10146
|
export declare namespace GenModels {
|
|
9938
10147
|
/**
|
|
9939
10148
|
* Represents disabled card reasons
|
|
@@ -10400,9 +10609,21 @@ export declare namespace GenModels {
|
|
|
10400
10609
|
}
|
|
10401
10610
|
}
|
|
10402
10611
|
export declare namespace GenModels {
|
|
10612
|
+
/**
|
|
10613
|
+
* Результат проверки доверенности
|
|
10614
|
+
*/
|
|
10403
10615
|
enum PowerOfAttorneyVerificationResult {
|
|
10616
|
+
/**
|
|
10617
|
+
* Действительна
|
|
10618
|
+
*/
|
|
10404
10619
|
Valid = 0,
|
|
10620
|
+
/**
|
|
10621
|
+
* Недействительна
|
|
10622
|
+
*/
|
|
10405
10623
|
Invalid = 1,
|
|
10624
|
+
/**
|
|
10625
|
+
* Не используется
|
|
10626
|
+
*/
|
|
10406
10627
|
NotUsed = 2
|
|
10407
10628
|
}
|
|
10408
10629
|
}
|
|
@@ -11183,10 +11404,25 @@ export declare namespace GenModels {
|
|
|
11183
11404
|
}
|
|
11184
11405
|
}
|
|
11185
11406
|
export declare namespace GenModels {
|
|
11407
|
+
/**
|
|
11408
|
+
* Agreement management available buttons
|
|
11409
|
+
*/
|
|
11186
11410
|
enum AgreementManagementAvailableButtons {
|
|
11411
|
+
/**
|
|
11412
|
+
* All buttons available
|
|
11413
|
+
*/
|
|
11187
11414
|
All = -1,
|
|
11415
|
+
/**
|
|
11416
|
+
* Pause
|
|
11417
|
+
*/
|
|
11188
11418
|
Pause = 1,
|
|
11419
|
+
/**
|
|
11420
|
+
* Cancel
|
|
11421
|
+
*/
|
|
11189
11422
|
Cancel = 2,
|
|
11423
|
+
/**
|
|
11424
|
+
* Complete
|
|
11425
|
+
*/
|
|
11190
11426
|
Complete = 4
|
|
11191
11427
|
}
|
|
11192
11428
|
}
|
|
@@ -11205,10 +11441,25 @@ export declare namespace GenModels {
|
|
|
11205
11441
|
}
|
|
11206
11442
|
}
|
|
11207
11443
|
export declare namespace GenModels {
|
|
11444
|
+
/**
|
|
11445
|
+
* Contains AvailableChanges modes for DirecoryDesignerRow control.
|
|
11446
|
+
*/
|
|
11208
11447
|
enum AvailableChangesModes {
|
|
11448
|
+
/**
|
|
11449
|
+
* No available changes node.
|
|
11450
|
+
*/
|
|
11209
11451
|
No = 0,
|
|
11452
|
+
/**
|
|
11453
|
+
* Only nodes.
|
|
11454
|
+
*/
|
|
11210
11455
|
Nodes = 1,
|
|
11456
|
+
/**
|
|
11457
|
+
* Only records.
|
|
11458
|
+
*/
|
|
11211
11459
|
Records = 2,
|
|
11460
|
+
/**
|
|
11461
|
+
* All changes (nodes and records).
|
|
11462
|
+
*/
|
|
11212
11463
|
All = 3
|
|
11213
11464
|
}
|
|
11214
11465
|
}
|
|
@@ -11220,8 +11471,17 @@ export declare namespace GenModels {
|
|
|
11220
11471
|
}
|
|
11221
11472
|
export declare namespace GenModels {
|
|
11222
11473
|
enum EmployeeViewMode {
|
|
11474
|
+
/**
|
|
11475
|
+
* Отображать фамилию и инициалы.
|
|
11476
|
+
*/
|
|
11223
11477
|
Fio = 0,
|
|
11478
|
+
/**
|
|
11479
|
+
* Отображать значение DisplayName
|
|
11480
|
+
*/
|
|
11224
11481
|
DisplayName = 1,
|
|
11482
|
+
/**
|
|
11483
|
+
* Если доступно значение DisplayName используется оно, иначе фамилия с инициалами.
|
|
11484
|
+
*/
|
|
11225
11485
|
Auto = 2
|
|
11226
11486
|
}
|
|
11227
11487
|
}
|
|
@@ -11273,8 +11533,17 @@ export declare namespace GenModels {
|
|
|
11273
11533
|
}
|
|
11274
11534
|
export declare namespace GenModels {
|
|
11275
11535
|
enum HtmlViewMode {
|
|
11536
|
+
/**
|
|
11537
|
+
* Html will be received from card field
|
|
11538
|
+
*/
|
|
11276
11539
|
FromCard = 0,
|
|
11540
|
+
/**
|
|
11541
|
+
* Html will be loaded from file
|
|
11542
|
+
*/
|
|
11277
11543
|
FromFile = 1,
|
|
11544
|
+
/**
|
|
11545
|
+
* Html will be loaded by external url in frame
|
|
11546
|
+
*/
|
|
11278
11547
|
External = 2
|
|
11279
11548
|
}
|
|
11280
11549
|
}
|
|
@@ -11622,33 +11891,6 @@ export declare namespace GenModels {
|
|
|
11622
11891
|
Stopped = 15
|
|
11623
11892
|
}
|
|
11624
11893
|
}
|
|
11625
|
-
export declare namespace GenModels {
|
|
11626
|
-
/**
|
|
11627
|
-
* Represents task group card state type
|
|
11628
|
-
*/
|
|
11629
|
-
enum TaskGroupStateType {
|
|
11630
|
-
/**
|
|
11631
|
-
* Preparation
|
|
11632
|
-
*/
|
|
11633
|
-
Preparation = 0,
|
|
11634
|
-
/**
|
|
11635
|
-
* Performance
|
|
11636
|
-
*/
|
|
11637
|
-
Performance = 1,
|
|
11638
|
-
/**
|
|
11639
|
-
* Completed
|
|
11640
|
-
*/
|
|
11641
|
-
Completed = 2,
|
|
11642
|
-
/**
|
|
11643
|
-
* Recalled
|
|
11644
|
-
*/
|
|
11645
|
-
Recalled = 3,
|
|
11646
|
-
/**
|
|
11647
|
-
* Unknown
|
|
11648
|
-
*/
|
|
11649
|
-
Unknown = 6
|
|
11650
|
-
}
|
|
11651
|
-
}
|
|
11652
11894
|
export declare namespace GenModels {
|
|
11653
11895
|
/**
|
|
11654
11896
|
* Declares available task operation
|
|
@@ -11764,6 +12006,76 @@ export declare namespace GenModels {
|
|
|
11764
12006
|
SetContent = 26
|
|
11765
12007
|
}
|
|
11766
12008
|
}
|
|
12009
|
+
export declare namespace GenModels {
|
|
12010
|
+
/**
|
|
12011
|
+
* Represents task group card state type
|
|
12012
|
+
*/
|
|
12013
|
+
enum TaskGroupStateType {
|
|
12014
|
+
/**
|
|
12015
|
+
* Preparation
|
|
12016
|
+
*/
|
|
12017
|
+
Preparation = 0,
|
|
12018
|
+
/**
|
|
12019
|
+
* Performance
|
|
12020
|
+
*/
|
|
12021
|
+
Performance = 1,
|
|
12022
|
+
/**
|
|
12023
|
+
* Completed
|
|
12024
|
+
*/
|
|
12025
|
+
Completed = 2,
|
|
12026
|
+
/**
|
|
12027
|
+
* Recalled
|
|
12028
|
+
*/
|
|
12029
|
+
Recalled = 3,
|
|
12030
|
+
/**
|
|
12031
|
+
* Unknown
|
|
12032
|
+
*/
|
|
12033
|
+
Unknown = 6
|
|
12034
|
+
}
|
|
12035
|
+
}
|
|
12036
|
+
export declare namespace GenModels {
|
|
12037
|
+
/**
|
|
12038
|
+
* Represents task group operation kind
|
|
12039
|
+
*/
|
|
12040
|
+
enum TaskGroupOperationKind {
|
|
12041
|
+
/**
|
|
12042
|
+
* Read
|
|
12043
|
+
*/
|
|
12044
|
+
Read = 0,
|
|
12045
|
+
/**
|
|
12046
|
+
* Edit
|
|
12047
|
+
*/
|
|
12048
|
+
Edit = 1,
|
|
12049
|
+
/**
|
|
12050
|
+
* Delete
|
|
12051
|
+
*/
|
|
12052
|
+
Delete = 2,
|
|
12053
|
+
/**
|
|
12054
|
+
* Start task group
|
|
12055
|
+
*/
|
|
12056
|
+
Start = 3,
|
|
12057
|
+
/**
|
|
12058
|
+
* Recall task group
|
|
12059
|
+
*/
|
|
12060
|
+
Recall = 4,
|
|
12061
|
+
/**
|
|
12062
|
+
* Add linked document
|
|
12063
|
+
*/
|
|
12064
|
+
AddLinkedDocument = 5,
|
|
12065
|
+
/**
|
|
12066
|
+
* Delete linked document
|
|
12067
|
+
*/
|
|
12068
|
+
DeleteLinkedDocument = 6,
|
|
12069
|
+
/**
|
|
12070
|
+
* Set content
|
|
12071
|
+
*/
|
|
12072
|
+
SetContent = 7,
|
|
12073
|
+
/**
|
|
12074
|
+
* Other
|
|
12075
|
+
*/
|
|
12076
|
+
Other = 8
|
|
12077
|
+
}
|
|
12078
|
+
}
|
|
11767
12079
|
export declare namespace GenModels {
|
|
11768
12080
|
/**
|
|
11769
12081
|
* Possible columns of control Links
|
|
@@ -11868,7 +12180,11 @@ export declare namespace GenModels {
|
|
|
11868
12180
|
/**
|
|
11869
12181
|
* Indicates that uses custom data as login
|
|
11870
12182
|
*/
|
|
11871
|
-
Custom = 3
|
|
12183
|
+
Custom = 3,
|
|
12184
|
+
/**
|
|
12185
|
+
* Indicates that uses upn as login
|
|
12186
|
+
*/
|
|
12187
|
+
Upn = 4
|
|
11872
12188
|
}
|
|
11873
12189
|
}
|
|
11874
12190
|
export declare namespace GenModels {
|
|
@@ -11975,6 +12291,12 @@ export declare namespace GenModels {
|
|
|
11975
12291
|
Right = 3
|
|
11976
12292
|
}
|
|
11977
12293
|
}
|
|
12294
|
+
export declare namespace GenModels {
|
|
12295
|
+
enum SearchCardLinksViewMode {
|
|
12296
|
+
Standard = 0,
|
|
12297
|
+
Layout = 1
|
|
12298
|
+
}
|
|
12299
|
+
}
|
|
11978
12300
|
export declare namespace GenModels {
|
|
11979
12301
|
/**
|
|
11980
12302
|
* Way of editing and creating of table rows.
|