@docsvision/webclient 6.2.0-beta.2 → 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 +25 -0
- package/BackOffice/CardKindTreeNode.d.ts +1 -1
- package/BackOffice/DepartmentImpl.d.ts +5 -0
- package/BackOffice/DigitalSignatureService.d.ts +3 -1
- package/BackOffice/DirectorySearchContent.d.ts +1 -1
- package/BackOffice/DirectorySearchResultView.d.ts +1 -1
- package/BackOffice/EmailButtonView.d.ts +1 -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/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 +452 -95
- 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/InputMask/InputMaskView.d.ts +1 -1
- package/Helpers/InputMask/components/InputMaskField.d.ts +1 -1
- 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/Sortable/Sortable.d.ts +1 -1
- package/Helpers/TextInput.d.ts +1 -0
- package/Legacy/StandardControllers.d.ts +1 -1
- package/Legacy/Utils.d.ts +9 -0
- package/Platform/$EmployeeStatus.d.ts +9 -0
- package/Platform/$FolderMenuManagement.d.ts +12 -0
- package/Platform/ApprovalVisualizationView.d.ts +1 -1
- package/Platform/ApprovalVisualizationVisBlock.d.ts +1 -1
- package/Platform/DateTimePicker.d.ts +1 -0
- package/Platform/DateTimePickerImpl.d.ts +1 -1
- package/Platform/EmployeeStatusService.d.ts +2 -0
- package/Platform/FilePicker.d.ts +3 -0
- package/Platform/FilePickerImpl.d.ts +10 -0
- package/Platform/FilePickerMenuItemsView.d.ts +1 -0
- package/Platform/FilePickerOperations.d.ts +1 -0
- package/Platform/FilePickerOperationsAvailability.d.ts +1 -0
- 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/FolderViewItemsImpl.d.ts +3 -3
- package/Platform/FolderWebFrameRouteHandler.d.ts +1 -1
- package/Platform/IFilePickerMenuOpeningArgs.d.ts +4 -0
- package/Platform/ListCheckbox.d.ts +1 -1
- package/Platform/ListInput.d.ts +1 -1
- package/Platform/SearchTextInput.d.ts +1 -1
- package/Platform/TabImpl.d.ts +1 -0
- package/Platform/TextListInputView.d.ts +3 -3
- package/Platform/UnreadCounter.d.ts +1 -0
- package/Platform/WebFrameUserPanel.d.ts +2 -1
- package/StandardServices.d.ts +2 -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
|
@@ -843,9 +843,6 @@ export declare namespace GenModels {
|
|
|
843
843
|
* Gets or sets whether used default grouping
|
|
844
844
|
*/
|
|
845
845
|
useDefaultGrouping: boolean;
|
|
846
|
-
/**
|
|
847
|
-
* Gets or sets table presentation mode
|
|
848
|
-
*/
|
|
849
846
|
tablePresentationForDevice: Array<GenModels.TablePresentationForDevice>;
|
|
850
847
|
/**
|
|
851
848
|
* Gets or sets column width mode
|
|
@@ -947,13 +944,7 @@ export declare namespace GenModels {
|
|
|
947
944
|
}
|
|
948
945
|
export declare namespace GenModels {
|
|
949
946
|
interface TablePresentationForDevice {
|
|
950
|
-
/**
|
|
951
|
-
* Table presentation
|
|
952
|
-
*/
|
|
953
947
|
tablePresentation: GenModels.TablePresentation;
|
|
954
|
-
/**
|
|
955
|
-
* Device type
|
|
956
|
-
*/
|
|
957
948
|
deviceType: GenModels.DeviceType;
|
|
958
949
|
}
|
|
959
950
|
}
|
|
@@ -1219,6 +1210,7 @@ export declare namespace GenModels {
|
|
|
1219
1210
|
* @format datatype.uuid
|
|
1220
1211
|
*/
|
|
1221
1212
|
parentId: string;
|
|
1213
|
+
type: GenModels.DirectoryDesignerTreeNodeType;
|
|
1222
1214
|
}
|
|
1223
1215
|
}
|
|
1224
1216
|
export declare namespace GenModels {
|
|
@@ -1243,6 +1235,7 @@ export declare namespace GenModels {
|
|
|
1243
1235
|
* @format datatype.uuid
|
|
1244
1236
|
*/
|
|
1245
1237
|
parentId: string;
|
|
1238
|
+
type: GenModels.DirectoryDesignerTreeNodeType;
|
|
1246
1239
|
}
|
|
1247
1240
|
}
|
|
1248
1241
|
export declare namespace GenModels {
|
|
@@ -1251,9 +1244,6 @@ export declare namespace GenModels {
|
|
|
1251
1244
|
* Search Area
|
|
1252
1245
|
*/
|
|
1253
1246
|
searchArea: GenModels.DirectoryDesignerSearchArea;
|
|
1254
|
-
/**
|
|
1255
|
-
* Search items type
|
|
1256
|
-
*/
|
|
1257
1247
|
searchItemsType: GenModels.DirectoryDesignerSearchItemsType;
|
|
1258
1248
|
/**
|
|
1259
1249
|
* Search Text
|
|
@@ -2476,6 +2466,7 @@ export declare namespace GenModels {
|
|
|
2476
2466
|
interface MainMenuItemSetting {
|
|
2477
2467
|
id: string;
|
|
2478
2468
|
hidden: boolean;
|
|
2469
|
+
folderId?: string;
|
|
2479
2470
|
}
|
|
2480
2471
|
}
|
|
2481
2472
|
export declare namespace GenModels {
|
|
@@ -3389,7 +3380,15 @@ export declare namespace GenModels {
|
|
|
3389
3380
|
}
|
|
3390
3381
|
}
|
|
3391
3382
|
export declare namespace GenModels {
|
|
3392
|
-
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 {
|
|
3393
3392
|
/**
|
|
3394
3393
|
* Gets or sets label identifier
|
|
3395
3394
|
*
|
|
@@ -4440,6 +4439,21 @@ export declare namespace GenModels {
|
|
|
4440
4439
|
loadVersions: boolean;
|
|
4441
4440
|
}
|
|
4442
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
|
+
}
|
|
4443
4457
|
export declare namespace GenModels {
|
|
4444
4458
|
interface AgreementListModel {
|
|
4445
4459
|
documentNumber: string;
|
|
@@ -4454,6 +4468,7 @@ export declare namespace GenModels {
|
|
|
4454
4468
|
departmentName: string;
|
|
4455
4469
|
comment: string;
|
|
4456
4470
|
decisionText: string;
|
|
4471
|
+
positionName: string;
|
|
4457
4472
|
}
|
|
4458
4473
|
}
|
|
4459
4474
|
export declare namespace GenModels {
|
|
@@ -6488,11 +6503,6 @@ export declare namespace GenModels {
|
|
|
6488
6503
|
}
|
|
6489
6504
|
export declare namespace GenModels {
|
|
6490
6505
|
interface UpdateEmployeeStatusModel {
|
|
6491
|
-
/**
|
|
6492
|
-
* Employee Id field value.
|
|
6493
|
-
*
|
|
6494
|
-
* @format datatype.uuid
|
|
6495
|
-
*/
|
|
6496
6506
|
employeeId?: string;
|
|
6497
6507
|
/**
|
|
6498
6508
|
* Employee Status field value.
|
|
@@ -6905,7 +6915,7 @@ export declare namespace GenModels {
|
|
|
6905
6915
|
}
|
|
6906
6916
|
}
|
|
6907
6917
|
export declare namespace GenModels {
|
|
6908
|
-
interface ApprovalTaskDecisionInfo {
|
|
6918
|
+
interface ApprovalTaskDecisionInfo extends GenModels.ISerializationError {
|
|
6909
6919
|
taskId: string;
|
|
6910
6920
|
documentId: string;
|
|
6911
6921
|
completionOptionId: string;
|
|
@@ -8318,9 +8328,25 @@ export declare namespace GenModels {
|
|
|
8318
8328
|
}
|
|
8319
8329
|
export declare namespace GenModels {
|
|
8320
8330
|
interface CardNodeInfo {
|
|
8331
|
+
/**
|
|
8332
|
+
* Kind id
|
|
8333
|
+
*
|
|
8334
|
+
* @format datatype.uuid
|
|
8335
|
+
*/
|
|
8321
8336
|
kindId: string;
|
|
8337
|
+
/**
|
|
8338
|
+
* Card type id
|
|
8339
|
+
*
|
|
8340
|
+
* @format datatype.uuid
|
|
8341
|
+
*/
|
|
8322
8342
|
cardTypeId: string;
|
|
8343
|
+
/**
|
|
8344
|
+
* Caption
|
|
8345
|
+
*/
|
|
8323
8346
|
caption: string;
|
|
8347
|
+
/**
|
|
8348
|
+
* Gets or sets value whether kind selected with descendants
|
|
8349
|
+
*/
|
|
8324
8350
|
withDescendants: boolean;
|
|
8325
8351
|
}
|
|
8326
8352
|
}
|
|
@@ -9035,6 +9061,106 @@ export declare namespace GenModels {
|
|
|
9035
9061
|
itemAlias: string;
|
|
9036
9062
|
}
|
|
9037
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
|
+
}
|
|
9038
9164
|
export declare namespace GenModels {
|
|
9039
9165
|
interface PerformersTypeDialogModel {
|
|
9040
9166
|
/**
|
|
@@ -9100,7 +9226,7 @@ export declare namespace GenModels {
|
|
|
9100
9226
|
/**
|
|
9101
9227
|
* Task performer
|
|
9102
9228
|
*/
|
|
9103
|
-
taskInitialPerformer:
|
|
9229
|
+
taskInitialPerformer: GenModels.EmployeeModel;
|
|
9104
9230
|
}
|
|
9105
9231
|
}
|
|
9106
9232
|
export declare namespace GenModels {
|
|
@@ -9108,15 +9234,15 @@ export declare namespace GenModels {
|
|
|
9108
9234
|
/**
|
|
9109
9235
|
* Gets or sets from delegate
|
|
9110
9236
|
*/
|
|
9111
|
-
sourceDelegate:
|
|
9237
|
+
sourceDelegate: GenModels.EmployeeModel;
|
|
9112
9238
|
/**
|
|
9113
9239
|
* Gets or sets to delegate
|
|
9114
9240
|
*/
|
|
9115
|
-
destinationDelegate:
|
|
9241
|
+
destinationDelegate: GenModels.EmployeeModel;
|
|
9116
9242
|
/**
|
|
9117
9243
|
* Gets or sets to delegated to employees
|
|
9118
9244
|
*/
|
|
9119
|
-
delegatedTo: Array<
|
|
9245
|
+
delegatedTo: Array<GenModels.EmployeeModel>;
|
|
9120
9246
|
/**
|
|
9121
9247
|
* Gets or set delegate date
|
|
9122
9248
|
*
|
|
@@ -9185,6 +9311,158 @@ export declare namespace GenModels {
|
|
|
9185
9311
|
fieldInfo: GenModels.OperationFieldInfo;
|
|
9186
9312
|
}
|
|
9187
9313
|
}
|
|
9314
|
+
export declare namespace GenModels {
|
|
9315
|
+
interface TaskGroupAcceptanceCheckResult {
|
|
9316
|
+
/**
|
|
9317
|
+
* Gets or sets value indicating whether task for responsible can be sent to acceptance
|
|
9318
|
+
*/
|
|
9319
|
+
responsibleTaskHasBranch: boolean;
|
|
9320
|
+
/**
|
|
9321
|
+
* Gets or sets value indicating whether task can be sent to acceptance
|
|
9322
|
+
*/
|
|
9323
|
+
taskHasBranch: boolean;
|
|
9324
|
+
}
|
|
9325
|
+
}
|
|
9326
|
+
export declare namespace GenModels {
|
|
9327
|
+
interface TaskGroupAttributesModel {
|
|
9328
|
+
/**
|
|
9329
|
+
* Gets or sets task group identifier
|
|
9330
|
+
*
|
|
9331
|
+
* @format datatype.uuid
|
|
9332
|
+
*/
|
|
9333
|
+
taskGroupId: string;
|
|
9334
|
+
/**
|
|
9335
|
+
* Gets or sets task group name
|
|
9336
|
+
*/
|
|
9337
|
+
name: string;
|
|
9338
|
+
/**
|
|
9339
|
+
* Gets or sets task group description
|
|
9340
|
+
*/
|
|
9341
|
+
description: string;
|
|
9342
|
+
/**
|
|
9343
|
+
* Gets or set task group author
|
|
9344
|
+
*/
|
|
9345
|
+
author: GenModels.EmployeeModel;
|
|
9346
|
+
/**
|
|
9347
|
+
* Gets or set task group controller
|
|
9348
|
+
*/
|
|
9349
|
+
controller: GenModels.EmployeeModel;
|
|
9350
|
+
/**
|
|
9351
|
+
* Gets or sets task group performer
|
|
9352
|
+
*/
|
|
9353
|
+
responsible: GenModels.EmployeeModel;
|
|
9354
|
+
/**
|
|
9355
|
+
* Gets or sets task group start date
|
|
9356
|
+
*
|
|
9357
|
+
* @format datatype.datetime
|
|
9358
|
+
*/
|
|
9359
|
+
startDate?: string;
|
|
9360
|
+
/**
|
|
9361
|
+
* Gets or sets task group of performance
|
|
9362
|
+
*
|
|
9363
|
+
* @format datatype.datetime
|
|
9364
|
+
*/
|
|
9365
|
+
endDate?: string;
|
|
9366
|
+
/**
|
|
9367
|
+
* Gets or sets task group creation date
|
|
9368
|
+
*
|
|
9369
|
+
* @format datatype.datetime
|
|
9370
|
+
*/
|
|
9371
|
+
creationDate: string;
|
|
9372
|
+
/**
|
|
9373
|
+
* Gets or sets task group kind name
|
|
9374
|
+
*/
|
|
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;
|
|
9464
|
+
}
|
|
9465
|
+
}
|
|
9188
9466
|
export declare namespace GenModels {
|
|
9189
9467
|
interface TaskGroupPerformersModel {
|
|
9190
9468
|
/**
|
|
@@ -9673,9 +9951,6 @@ export declare namespace GenModels {
|
|
|
9673
9951
|
* Equals
|
|
9674
9952
|
*/
|
|
9675
9953
|
Equals = 2,
|
|
9676
|
-
/**
|
|
9677
|
-
* Interval
|
|
9678
|
-
*/
|
|
9679
9954
|
Interval = 3
|
|
9680
9955
|
}
|
|
9681
9956
|
}
|
|
@@ -9827,6 +10102,21 @@ export declare namespace GenModels {
|
|
|
9827
10102
|
ElectronicSignature = 0
|
|
9828
10103
|
}
|
|
9829
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
|
+
}
|
|
9830
10120
|
export declare namespace GenModels {
|
|
9831
10121
|
/**
|
|
9832
10122
|
* Represents what and how to search in directory designer tree
|
|
@@ -9847,39 +10137,12 @@ export declare namespace GenModels {
|
|
|
9847
10137
|
}
|
|
9848
10138
|
}
|
|
9849
10139
|
export declare namespace GenModels {
|
|
9850
|
-
/**
|
|
9851
|
-
* Represents type of tree node
|
|
9852
|
-
*/
|
|
9853
10140
|
enum DirectoryDesignerSearchItemsType {
|
|
9854
|
-
/**
|
|
9855
|
-
* Everything
|
|
9856
|
-
*/
|
|
9857
10141
|
NodesAndRows = 0,
|
|
9858
|
-
/**
|
|
9859
|
-
* directory designer item type (node)
|
|
9860
|
-
*/
|
|
9861
10142
|
Nodes = 1,
|
|
9862
|
-
/**
|
|
9863
|
-
* directory designer row
|
|
9864
|
-
*/
|
|
9865
10143
|
Rows = 2
|
|
9866
10144
|
}
|
|
9867
10145
|
}
|
|
9868
|
-
export declare namespace GenModels {
|
|
9869
|
-
/**
|
|
9870
|
-
* Represents type of tree node
|
|
9871
|
-
*/
|
|
9872
|
-
enum DirectoryDesignerTreeNodeType {
|
|
9873
|
-
/**
|
|
9874
|
-
* directory designer item type (node)
|
|
9875
|
-
*/
|
|
9876
|
-
Node = 1,
|
|
9877
|
-
/**
|
|
9878
|
-
* directory designer row
|
|
9879
|
-
*/
|
|
9880
|
-
Row = 2
|
|
9881
|
-
}
|
|
9882
|
-
}
|
|
9883
10146
|
export declare namespace GenModels {
|
|
9884
10147
|
/**
|
|
9885
10148
|
* Represents disabled card reasons
|
|
@@ -10346,9 +10609,21 @@ export declare namespace GenModels {
|
|
|
10346
10609
|
}
|
|
10347
10610
|
}
|
|
10348
10611
|
export declare namespace GenModels {
|
|
10612
|
+
/**
|
|
10613
|
+
* Результат проверки доверенности
|
|
10614
|
+
*/
|
|
10349
10615
|
enum PowerOfAttorneyVerificationResult {
|
|
10616
|
+
/**
|
|
10617
|
+
* Действительна
|
|
10618
|
+
*/
|
|
10350
10619
|
Valid = 0,
|
|
10620
|
+
/**
|
|
10621
|
+
* Недействительна
|
|
10622
|
+
*/
|
|
10351
10623
|
Invalid = 1,
|
|
10624
|
+
/**
|
|
10625
|
+
* Не используется
|
|
10626
|
+
*/
|
|
10352
10627
|
NotUsed = 2
|
|
10353
10628
|
}
|
|
10354
10629
|
}
|
|
@@ -11129,10 +11404,25 @@ export declare namespace GenModels {
|
|
|
11129
11404
|
}
|
|
11130
11405
|
}
|
|
11131
11406
|
export declare namespace GenModels {
|
|
11407
|
+
/**
|
|
11408
|
+
* Agreement management available buttons
|
|
11409
|
+
*/
|
|
11132
11410
|
enum AgreementManagementAvailableButtons {
|
|
11411
|
+
/**
|
|
11412
|
+
* All buttons available
|
|
11413
|
+
*/
|
|
11133
11414
|
All = -1,
|
|
11415
|
+
/**
|
|
11416
|
+
* Pause
|
|
11417
|
+
*/
|
|
11134
11418
|
Pause = 1,
|
|
11419
|
+
/**
|
|
11420
|
+
* Cancel
|
|
11421
|
+
*/
|
|
11135
11422
|
Cancel = 2,
|
|
11423
|
+
/**
|
|
11424
|
+
* Complete
|
|
11425
|
+
*/
|
|
11136
11426
|
Complete = 4
|
|
11137
11427
|
}
|
|
11138
11428
|
}
|
|
@@ -11151,10 +11441,25 @@ export declare namespace GenModels {
|
|
|
11151
11441
|
}
|
|
11152
11442
|
}
|
|
11153
11443
|
export declare namespace GenModels {
|
|
11444
|
+
/**
|
|
11445
|
+
* Contains AvailableChanges modes for DirecoryDesignerRow control.
|
|
11446
|
+
*/
|
|
11154
11447
|
enum AvailableChangesModes {
|
|
11448
|
+
/**
|
|
11449
|
+
* No available changes node.
|
|
11450
|
+
*/
|
|
11155
11451
|
No = 0,
|
|
11452
|
+
/**
|
|
11453
|
+
* Only nodes.
|
|
11454
|
+
*/
|
|
11156
11455
|
Nodes = 1,
|
|
11456
|
+
/**
|
|
11457
|
+
* Only records.
|
|
11458
|
+
*/
|
|
11157
11459
|
Records = 2,
|
|
11460
|
+
/**
|
|
11461
|
+
* All changes (nodes and records).
|
|
11462
|
+
*/
|
|
11158
11463
|
All = 3
|
|
11159
11464
|
}
|
|
11160
11465
|
}
|
|
@@ -11166,8 +11471,17 @@ export declare namespace GenModels {
|
|
|
11166
11471
|
}
|
|
11167
11472
|
export declare namespace GenModels {
|
|
11168
11473
|
enum EmployeeViewMode {
|
|
11474
|
+
/**
|
|
11475
|
+
* Отображать фамилию и инициалы.
|
|
11476
|
+
*/
|
|
11169
11477
|
Fio = 0,
|
|
11478
|
+
/**
|
|
11479
|
+
* Отображать значение DisplayName
|
|
11480
|
+
*/
|
|
11170
11481
|
DisplayName = 1,
|
|
11482
|
+
/**
|
|
11483
|
+
* Если доступно значение DisplayName используется оно, иначе фамилия с инициалами.
|
|
11484
|
+
*/
|
|
11171
11485
|
Auto = 2
|
|
11172
11486
|
}
|
|
11173
11487
|
}
|
|
@@ -11219,8 +11533,17 @@ export declare namespace GenModels {
|
|
|
11219
11533
|
}
|
|
11220
11534
|
export declare namespace GenModels {
|
|
11221
11535
|
enum HtmlViewMode {
|
|
11536
|
+
/**
|
|
11537
|
+
* Html will be received from card field
|
|
11538
|
+
*/
|
|
11222
11539
|
FromCard = 0,
|
|
11540
|
+
/**
|
|
11541
|
+
* Html will be loaded from file
|
|
11542
|
+
*/
|
|
11223
11543
|
FromFile = 1,
|
|
11544
|
+
/**
|
|
11545
|
+
* Html will be loaded by external url in frame
|
|
11546
|
+
*/
|
|
11224
11547
|
External = 2
|
|
11225
11548
|
}
|
|
11226
11549
|
}
|
|
@@ -11568,33 +11891,6 @@ export declare namespace GenModels {
|
|
|
11568
11891
|
Stopped = 15
|
|
11569
11892
|
}
|
|
11570
11893
|
}
|
|
11571
|
-
export declare namespace GenModels {
|
|
11572
|
-
/**
|
|
11573
|
-
* Represents task group card state type
|
|
11574
|
-
*/
|
|
11575
|
-
enum TaskGroupStateType {
|
|
11576
|
-
/**
|
|
11577
|
-
* Preparation
|
|
11578
|
-
*/
|
|
11579
|
-
Preparation = 0,
|
|
11580
|
-
/**
|
|
11581
|
-
* Performance
|
|
11582
|
-
*/
|
|
11583
|
-
Performance = 1,
|
|
11584
|
-
/**
|
|
11585
|
-
* Completed
|
|
11586
|
-
*/
|
|
11587
|
-
Completed = 2,
|
|
11588
|
-
/**
|
|
11589
|
-
* Recalled
|
|
11590
|
-
*/
|
|
11591
|
-
Recalled = 3,
|
|
11592
|
-
/**
|
|
11593
|
-
* Unknown
|
|
11594
|
-
*/
|
|
11595
|
-
Unknown = 6
|
|
11596
|
-
}
|
|
11597
|
-
}
|
|
11598
11894
|
export declare namespace GenModels {
|
|
11599
11895
|
/**
|
|
11600
11896
|
* Declares available task operation
|
|
@@ -11710,6 +12006,76 @@ export declare namespace GenModels {
|
|
|
11710
12006
|
SetContent = 26
|
|
11711
12007
|
}
|
|
11712
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
|
+
}
|
|
11713
12079
|
export declare namespace GenModels {
|
|
11714
12080
|
/**
|
|
11715
12081
|
* Possible columns of control Links
|
|
@@ -11840,21 +12206,6 @@ export declare namespace GenModels {
|
|
|
11840
12206
|
Unknown = 2
|
|
11841
12207
|
}
|
|
11842
12208
|
}
|
|
11843
|
-
export declare namespace GenModels {
|
|
11844
|
-
/**
|
|
11845
|
-
* Describes search links view mode
|
|
11846
|
-
*/
|
|
11847
|
-
enum SearchCardLinksViewMode {
|
|
11848
|
-
/**
|
|
11849
|
-
* Gets standard
|
|
11850
|
-
*/
|
|
11851
|
-
Standard = 0,
|
|
11852
|
-
/**
|
|
11853
|
-
* Gets layout
|
|
11854
|
-
*/
|
|
11855
|
-
Layout = 1
|
|
11856
|
-
}
|
|
11857
|
-
}
|
|
11858
12209
|
export declare namespace GenModels {
|
|
11859
12210
|
/**
|
|
11860
12211
|
* Defines color mode for Diagram control
|
|
@@ -11940,6 +12291,12 @@ export declare namespace GenModels {
|
|
|
11940
12291
|
Right = 3
|
|
11941
12292
|
}
|
|
11942
12293
|
}
|
|
12294
|
+
export declare namespace GenModels {
|
|
12295
|
+
enum SearchCardLinksViewMode {
|
|
12296
|
+
Standard = 0,
|
|
12297
|
+
Layout = 1
|
|
12298
|
+
}
|
|
12299
|
+
}
|
|
11943
12300
|
export declare namespace GenModels {
|
|
11944
12301
|
/**
|
|
11945
12302
|
* Way of editing and creating of table rows.
|