@alfresco/adf-process-services-cloud 8.3.0 → 8.3.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/bundles/assets/adf-process-services-cloud/i18n/ar.json +1 -13
- package/bundles/assets/adf-process-services-cloud/i18n/cs.json +1 -13
- package/bundles/assets/adf-process-services-cloud/i18n/da.json +1 -13
- package/bundles/assets/adf-process-services-cloud/i18n/de.json +4 -14
- package/bundles/assets/adf-process-services-cloud/i18n/en.json +4 -14
- package/bundles/assets/adf-process-services-cloud/i18n/es.json +4 -14
- package/bundles/assets/adf-process-services-cloud/i18n/fi.json +1 -13
- package/bundles/assets/adf-process-services-cloud/i18n/fr.json +4 -14
- package/bundles/assets/adf-process-services-cloud/i18n/it.json +4 -14
- package/bundles/assets/adf-process-services-cloud/i18n/ja.json +1 -13
- package/bundles/assets/adf-process-services-cloud/i18n/nb.json +1 -13
- package/bundles/assets/adf-process-services-cloud/i18n/nl.json +1 -13
- package/bundles/assets/adf-process-services-cloud/i18n/pl.json +4 -14
- package/bundles/assets/adf-process-services-cloud/i18n/pt-BR.json +1 -13
- package/bundles/assets/adf-process-services-cloud/i18n/pt.json +4 -14
- package/bundles/assets/adf-process-services-cloud/i18n/ru.json +1 -13
- package/bundles/assets/adf-process-services-cloud/i18n/sv.json +1 -13
- package/bundles/assets/adf-process-services-cloud/i18n/zh-CN.json +1 -13
- package/fesm2022/adf-process-services-cloud.mjs +1207 -1245
- package/fesm2022/adf-process-services-cloud.mjs.map +1 -1
- package/lib/app/models/application-instance.model.d.ts +7 -6
- package/lib/app/public-api.d.ts +0 -3
- package/lib/app/services/apps-process-cloud.service.d.ts +1 -3
- package/lib/common/date-range-filter/date-range-filter.service.d.ts +1 -1
- package/lib/flex.scss +9 -7
- package/lib/form/components/form-cloud.component.d.ts +15 -4
- package/lib/form/components/form-cloud.component.scss +40 -7
- package/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.d.ts +6 -7
- package/lib/form/components/widgets/attach-file/file-properties-table/file-properties-table-cloud.component.d.ts +2 -2
- package/lib/form/components/widgets/data-table/data-table-adapter.widget.d.ts +3 -3
- package/lib/form/components/widgets/data-table/data-table.widget.d.ts +4 -7
- package/lib/form/components/widgets/display-external-property/display-external-property.widget.d.ts +2 -5
- package/lib/form/components/widgets/display-rich-text/display-rich-text.widget.d.ts +10 -4
- package/lib/form/components/widgets/dropdown/dropdown-cloud.widget.d.ts +3 -1
- package/lib/form/components/widgets/file-viewer/file-viewer.widget.d.ts +1 -2
- package/lib/form/components/widgets/group/group-cloud.widget.d.ts +1 -2
- package/lib/form/components/widgets/people/people-cloud.widget.d.ts +2 -3
- package/lib/form/components/widgets/properties-viewer/properties-viewer-wrapper/properties-viewer-wrapper.component.d.ts +2 -3
- package/lib/form/components/widgets/properties-viewer/properties-viewer.widget.d.ts +1 -2
- package/lib/form/components/widgets/radio-buttons/radio-buttons-cloud.widget.d.ts +4 -5
- package/lib/form/components/widgets/upload/upload-cloud.widget.d.ts +1 -2
- package/lib/form/form-cloud.module.d.ts +8 -10
- package/lib/form/models/form-cloud-representation.model.d.ts +11 -9
- package/lib/form/public-api.d.ts +0 -2
- package/lib/form/services/content-cloud-node-selector.service.d.ts +3 -7
- package/lib/form/services/form-cloud.service.d.ts +3 -4
- package/lib/form/services/process-cloud-content.service.d.ts +4 -7
- package/lib/form/services/spinner/form-cloud-spinner.service.d.ts +2 -2
- package/lib/group/components/group-cloud.component.d.ts +2 -4
- package/lib/group/services/identity-group.service.d.ts +2 -4
- package/lib/models/constant-values.type.d.ts +1 -0
- package/lib/models/date-cloud-filter.model.d.ts +12 -11
- package/lib/people/components/people-cloud.component.d.ts +2 -4
- package/lib/people/services/identity-user.service.d.ts +3 -5
- package/lib/process/process-filters/components/edit-process-filter/edit-process-filter-cloud.component.d.ts +11 -17
- package/lib/process/process-filters/components/process-filters/process-filters-cloud.component.d.ts +3 -0
- package/lib/process/process-filters/components/process-filters/process-filters-cloud.component.scss +12 -29
- package/lib/process/process-filters/models/process-filter-cloud.model.d.ts +4 -2
- package/lib/process/process-filters/services/process-filter-cloud.service.d.ts +7 -5
- package/lib/process/process-header/components/process-header-cloud.component.d.ts +4 -6
- package/lib/process/process-list/components/process-list-cloud.component.d.ts +28 -16
- package/lib/process/process-list/models/process-cloud-preferences.d.ts +6 -5
- package/lib/process/process-list/models/process-cloud-query-request.model.d.ts +4 -1
- package/lib/process/start-process/components/start-process-cloud.component.d.ts +20 -6
- package/lib/process/start-process/models/process-instance-cloud.model.d.ts +8 -0
- package/lib/process/start-process/models/process-payload-cloud.model.d.ts +12 -1
- package/lib/process/start-process/services/start-process-cloud.service.d.ts +1 -2
- package/lib/process-services-cloud.module.d.ts +19 -22
- package/lib/screen/components/screen-cloud/base-screen/base-screen-cloud.component.d.ts +31 -0
- package/lib/screen/components/screen-cloud/start-process-event-screen/start-process-screen-cloud.component.d.ts +13 -0
- package/lib/screen/components/screen-cloud/start-process-event-screen/start-process-screen-cloud.component.scss +8 -0
- package/lib/{form/services/form-definition-selector-cloud.service.interface.d.ts → screen/components/screen-cloud/start-process-event-screen/start-process-screen.model.d.ts} +9 -5
- package/lib/screen/components/screen-cloud/{screen-cloud.component.d.ts → user-task-screen/screen-cloud.component.d.ts} +7 -13
- package/lib/screen/public-api.d.ts +2 -1
- package/lib/screen/services/screen-rendering.service.d.ts +1 -1
- package/lib/services/base-cloud.service.d.ts +0 -1
- package/lib/services/form-fields.interfaces.d.ts +35 -31
- package/lib/services/local-preference-cloud.service.d.ts +1 -3
- package/lib/services/notification-cloud.service.d.ts +0 -2
- package/lib/services/task-type-resolver/task-type-resolver.service.d.ts +15 -0
- package/lib/services/web-socket.service.d.ts +2 -6
- package/lib/task/services/task-cloud.service.d.ts +2 -4
- package/lib/task/task-filters/components/edit-task-filters/base-edit-task-filter-cloud.component.d.ts +3 -3
- package/lib/task/task-filters/components/edit-task-filters/edit-service-task-filter/edit-service-task-filter-cloud.component.d.ts +1 -1
- package/lib/task/task-filters/components/edit-task-filters/edit-task-filter/edit-task-filter-cloud.component.d.ts +1 -1
- package/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.d.ts +1 -3
- package/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.d.ts +3 -4
- package/lib/task/task-filters/components/task-filters/task-filters-cloud.component.d.ts +3 -0
- package/lib/task/task-filters/components/task-filters/task-filters-cloud.component.scss +10 -31
- package/lib/task/task-filters/models/filter-cloud.model.d.ts +18 -16
- package/lib/task/task-filters/services/service-task-filter-cloud.service.d.ts +5 -6
- package/lib/task/task-filters/services/task-filter-cloud.service.d.ts +5 -8
- package/lib/task/task-form/components/task-form-cloud/task-form-cloud.component.d.ts +11 -8
- package/lib/task/task-form/components/user-task-cloud/complete-task/complete-task.directive.d.ts +1 -3
- package/lib/task/task-form/components/user-task-cloud/user-task-cloud.component.d.ts +13 -13
- package/lib/task/task-form/components/user-task-cloud-buttons/claim-task/claim-task-cloud.directive.d.ts +3 -6
- package/lib/task/task-form/components/user-task-cloud-buttons/unclaim-task/unclaim-task-cloud.directive.d.ts +2 -4
- package/lib/task/task-header/components/task-header-cloud.component.d.ts +6 -7
- package/lib/task/task-list/components/base-task-list-cloud.component.d.ts +11 -9
- package/lib/task/task-list/components/service-task-list/service-task-list-cloud.component.d.ts +3 -7
- package/lib/task/task-list/components/task-list/task-list-cloud.component.d.ts +4 -8
- package/lib/task/task-list/models/service-task-cloud.model.d.ts +82 -2
- package/lib/task/task-list/services/service-task-list-cloud.service.d.ts +15 -1
- package/package.json +4 -4
- package/lib/app/app-list-cloud.module.d.ts +0 -19
- package/lib/app/components/app-details-cloud/app-details-cloud.component.d.ts +0 -43
- package/lib/app/components/app-details-cloud/app-details-cloud.component.scss +0 -162
- package/lib/app/components/app-list-cloud/app-list-cloud.component.d.ts +0 -67
- package/lib/app/components/app-list-cloud/app-list-cloud.component.scss +0 -41
- package/lib/form/components/form-definition-selector-cloud.component.d.ts +0 -35
- package/lib/form/components/form-definition-selector-cloud.component.scss +0 -5
- package/lib/form/services/form-definition-selector-cloud.service.d.ts +0 -23
- /package/lib/screen/components/screen-cloud/{screen-cloud.model.d.ts → user-task-screen/screen-cloud.model.d.ts} +0 -0
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
import { NotificationService } from '@alfresco/adf-core';
|
|
2
|
-
import { MatDialog } from '@angular/material/dialog';
|
|
3
|
-
import { AlfrescoApiService } from '@alfresco/adf-content-services';
|
|
4
1
|
import { Node, NodesApi } from '@alfresco/js-api';
|
|
5
2
|
import { Observable } from 'rxjs';
|
|
6
3
|
import { DestinationFolderPathModel } from '../models/form-cloud-representation.model';
|
|
7
4
|
import * as i0 from "@angular/core";
|
|
8
5
|
export declare class ContentCloudNodeSelectorService {
|
|
9
|
-
private apiService;
|
|
10
|
-
private notificationService;
|
|
11
|
-
private dialog;
|
|
6
|
+
private readonly apiService;
|
|
7
|
+
private readonly notificationService;
|
|
8
|
+
private readonly dialog;
|
|
12
9
|
private _nodesApi;
|
|
13
10
|
get nodesApi(): NodesApi;
|
|
14
11
|
sourceNodeNotFound: boolean;
|
|
15
|
-
constructor(apiService: AlfrescoApiService, notificationService: NotificationService, dialog: MatDialog);
|
|
16
12
|
openUploadFileDialog(currentFolderId?: string, selectionMode?: string, isAllFileSources?: boolean, restrictRootToCurrentFolderId?: boolean): Observable<Node[]>;
|
|
17
13
|
getNodeIdFromPath(destinationFolderPath: DestinationFolderPathModel): Promise<string>;
|
|
18
14
|
getNodeIdFromFolderVariableValue(variableValue: string, defaultAlias?: string): Promise<string>;
|
|
@@ -23,14 +23,13 @@ import { TaskVariableCloud } from '../models/task-variable-cloud.model';
|
|
|
23
23
|
import { BaseCloudService } from '../../services/base-cloud.service';
|
|
24
24
|
import { FormContent } from '../../services/form-fields.interfaces';
|
|
25
25
|
import { FormCloudServiceInterface } from './form-cloud.service.interface';
|
|
26
|
-
import { AdfHttpClient } from '@alfresco/adf-core/api';
|
|
27
26
|
import * as i0 from "@angular/core";
|
|
28
27
|
export declare const FORM_CLOUD_SERVICE_FIELD_VALIDATORS_TOKEN: InjectionToken<FormFieldValidator[]>;
|
|
29
28
|
export declare class FormCloudService extends BaseCloudService implements FormCloudServiceInterface {
|
|
30
29
|
private _uploadApi;
|
|
31
|
-
private fieldValidators;
|
|
30
|
+
private readonly fieldValidators;
|
|
31
|
+
private readonly formService;
|
|
32
32
|
get uploadApi(): UploadApi;
|
|
33
|
-
constructor(adfHttpClient: AdfHttpClient, injectedFieldValidators?: FormFieldValidator[]);
|
|
34
33
|
/**
|
|
35
34
|
* Gets the form definition of a task.
|
|
36
35
|
*
|
|
@@ -101,6 +100,6 @@ export declare class FormCloudService extends BaseCloudService implements FormCl
|
|
|
101
100
|
*/
|
|
102
101
|
parseForm(json: any, data?: TaskVariableCloud[], readOnly?: boolean): FormModel;
|
|
103
102
|
getPreviewState(): boolean;
|
|
104
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormCloudService,
|
|
103
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormCloudService, never>;
|
|
105
104
|
static ɵprov: i0.ɵɵInjectableDeclaration<FormCloudService>;
|
|
106
105
|
}
|
|
@@ -1,18 +1,15 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
|
-
import { DownloadService } from '@alfresco/adf-core';
|
|
3
|
-
import { ContentService, NodesApiService, AlfrescoApiService } from '@alfresco/adf-content-services';
|
|
4
2
|
import { AuthenticationApi, Node, UploadApi } from '@alfresco/js-api';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
4
|
export declare class ProcessCloudContentService {
|
|
7
|
-
private apiService;
|
|
8
|
-
private nodesApiService;
|
|
9
|
-
private contentService;
|
|
10
|
-
private downloadService;
|
|
5
|
+
private readonly apiService;
|
|
6
|
+
private readonly nodesApiService;
|
|
7
|
+
private readonly contentService;
|
|
8
|
+
private readonly downloadService;
|
|
11
9
|
private _uploadApi;
|
|
12
10
|
get uploadApi(): UploadApi;
|
|
13
11
|
private _authenticationApi;
|
|
14
12
|
get authenticationApi(): AuthenticationApi;
|
|
15
|
-
constructor(apiService: AlfrescoApiService, nodesApiService: NodesApiService, contentService: ContentService, downloadService: DownloadService);
|
|
16
13
|
createTemporaryRawRelatedContent(file: File, nodeId: string): Observable<Node>;
|
|
17
14
|
getRawContentNode(nodeId: string): Observable<Blob>;
|
|
18
15
|
downloadNodeContent(blob: Blob, fileName: string): void;
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
import { DestroyRef } from '@angular/core';
|
|
18
18
|
import * as i0 from "@angular/core";
|
|
19
19
|
export declare class FormCloudSpinnerService {
|
|
20
|
-
private formService;
|
|
21
|
-
private overlay;
|
|
20
|
+
private readonly formService;
|
|
21
|
+
private readonly overlay;
|
|
22
22
|
private overlayRef?;
|
|
23
23
|
initSpinnerHandling(destroyRef: DestroyRef): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormCloudSpinnerService, never>;
|
|
@@ -19,10 +19,9 @@ import { UntypedFormControl } from '@angular/forms';
|
|
|
19
19
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
20
20
|
import { ComponentSelectionMode } from '../../types';
|
|
21
21
|
import { IdentityGroupModel } from '../models/identity-group.model';
|
|
22
|
-
import { IdentityGroupService } from '../services/identity-group.service';
|
|
23
22
|
import * as i0 from "@angular/core";
|
|
24
23
|
export declare class GroupCloudComponent implements OnInit, OnChanges {
|
|
25
|
-
private identityGroupService;
|
|
24
|
+
private readonly identityGroupService;
|
|
26
25
|
/** Label for the user selection component. */
|
|
27
26
|
label: string;
|
|
28
27
|
/** Name of the application. If specified this shows the groups who have access to the app. */
|
|
@@ -61,7 +60,7 @@ export declare class GroupCloudComponent implements OnInit, OnChanges {
|
|
|
61
60
|
changedGroups: EventEmitter<IdentityGroupModel[]>;
|
|
62
61
|
/** Emitted when an warning occurs. */
|
|
63
62
|
warning: EventEmitter<any>;
|
|
64
|
-
private groupInput;
|
|
63
|
+
private readonly groupInput;
|
|
65
64
|
private searchGroups;
|
|
66
65
|
selectedGroups: IdentityGroupModel[];
|
|
67
66
|
invalidGroups: IdentityGroupModel[];
|
|
@@ -75,7 +74,6 @@ export declare class GroupCloudComponent implements OnInit, OnChanges {
|
|
|
75
74
|
searchLoading: boolean;
|
|
76
75
|
typingUniqueValueNotEmpty$: Observable<any>;
|
|
77
76
|
private readonly destroyRef;
|
|
78
|
-
constructor(identityGroupService: IdentityGroupService);
|
|
79
77
|
ngOnInit(): void;
|
|
80
78
|
ngOnChanges(changes: SimpleChanges): void;
|
|
81
79
|
private initSearch;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { AppConfigService, OAuth2Service } from '@alfresco/adf-core';
|
|
2
1
|
import { Observable } from 'rxjs';
|
|
3
2
|
import { IdentityGroupModel } from '../models/identity-group.model';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
@@ -7,14 +6,13 @@ export interface IdentityGroupFilterInterface {
|
|
|
7
6
|
withinApplication?: string;
|
|
8
7
|
}
|
|
9
8
|
export declare class IdentityGroupService {
|
|
10
|
-
private oAuth2Service;
|
|
11
|
-
private appConfigService;
|
|
9
|
+
private readonly oAuth2Service;
|
|
10
|
+
private readonly appConfigService;
|
|
12
11
|
queryParams: {
|
|
13
12
|
search: string;
|
|
14
13
|
application?: string;
|
|
15
14
|
roles?: string[];
|
|
16
15
|
};
|
|
17
|
-
constructor(oAuth2Service: OAuth2Service, appConfigService: AppConfigService);
|
|
18
16
|
search(name: string, filters?: IdentityGroupFilterInterface): Observable<IdentityGroupModel[]>;
|
|
19
17
|
private searchGroupsByName;
|
|
20
18
|
private searchGroupsWithGlobalRoles;
|
|
@@ -14,17 +14,18 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
NO_DATE
|
|
19
|
-
TODAY
|
|
20
|
-
TOMORROW
|
|
21
|
-
NEXT_7_DAYS
|
|
22
|
-
WEEK
|
|
23
|
-
MONTH
|
|
24
|
-
QUARTER
|
|
25
|
-
YEAR
|
|
26
|
-
RANGE
|
|
27
|
-
}
|
|
17
|
+
export declare const DateCloudFilterType: {
|
|
18
|
+
readonly NO_DATE: "NO_DATE";
|
|
19
|
+
readonly TODAY: "TODAY";
|
|
20
|
+
readonly TOMORROW: "TOMORROW";
|
|
21
|
+
readonly NEXT_7_DAYS: "NEXT_7_DAYS";
|
|
22
|
+
readonly WEEK: "WEEK";
|
|
23
|
+
readonly MONTH: "MONTH";
|
|
24
|
+
readonly QUARTER: "QUARTER";
|
|
25
|
+
readonly YEAR: "YEAR";
|
|
26
|
+
readonly RANGE: "RANGE";
|
|
27
|
+
};
|
|
28
|
+
export type DateCloudFilterType = (typeof DateCloudFilterType)[keyof typeof DateCloudFilterType];
|
|
28
29
|
export interface DateRangeFilter {
|
|
29
30
|
startDate: string;
|
|
30
31
|
endDate: string;
|
|
@@ -20,10 +20,9 @@ import { BehaviorSubject, Observable } from 'rxjs';
|
|
|
20
20
|
import { ComponentSelectionMode } from '../../types';
|
|
21
21
|
import { IdentityUserModel } from '../models/identity-user.model';
|
|
22
22
|
import { MatFormFieldAppearance, SubscriptSizing } from '@angular/material/form-field';
|
|
23
|
-
import { IdentityUserService } from '../services/identity-user.service';
|
|
24
23
|
import * as i0 from "@angular/core";
|
|
25
24
|
export declare class PeopleCloudComponent implements OnInit, OnChanges, AfterViewInit {
|
|
26
|
-
private identityUserService;
|
|
25
|
+
private readonly identityUserService;
|
|
27
26
|
/** Label for the user selection component. */
|
|
28
27
|
label: string;
|
|
29
28
|
/** Name of the application. If specified, this shows the users who have access to the app. */
|
|
@@ -104,7 +103,7 @@ export declare class PeopleCloudComponent implements OnInit, OnChanges, AfterVie
|
|
|
104
103
|
changedUsers: EventEmitter<IdentityUserModel[]>;
|
|
105
104
|
/** Emitted when an warning occurs. */
|
|
106
105
|
warning: EventEmitter<any>;
|
|
107
|
-
private userInput;
|
|
106
|
+
private readonly userInput;
|
|
108
107
|
private searchUsers;
|
|
109
108
|
selectedUsers: IdentityUserModel[];
|
|
110
109
|
invalidUsers: IdentityUserModel[];
|
|
@@ -118,7 +117,6 @@ export declare class PeopleCloudComponent implements OnInit, OnChanges, AfterVie
|
|
|
118
117
|
searchLoading: boolean;
|
|
119
118
|
typingUniqueValueNotEmpty$: Observable<string>;
|
|
120
119
|
private readonly destroyRef;
|
|
121
|
-
constructor(identityUserService: IdentityUserService);
|
|
122
120
|
ngOnInit(): void;
|
|
123
121
|
ngOnChanges(changes: SimpleChanges): void;
|
|
124
122
|
ngAfterViewInit(): void;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { AppConfigService, JwtHelperService, OAuth2Service } from '@alfresco/adf-core';
|
|
2
1
|
import { Observable } from 'rxjs';
|
|
3
2
|
import { IdentityUserModel } from '../models/identity-user.model';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
@@ -8,16 +7,15 @@ export interface IdentityUserFilterInterface {
|
|
|
8
7
|
groups?: string[];
|
|
9
8
|
}
|
|
10
9
|
export declare class IdentityUserService {
|
|
11
|
-
private jwtHelperService;
|
|
12
|
-
private oAuth2Service;
|
|
13
|
-
private appConfigService;
|
|
10
|
+
private readonly jwtHelperService;
|
|
11
|
+
private readonly oAuth2Service;
|
|
12
|
+
private readonly appConfigService;
|
|
14
13
|
queryParams: {
|
|
15
14
|
search: string;
|
|
16
15
|
application?: string;
|
|
17
16
|
roles?: string[];
|
|
18
17
|
groups?: string[];
|
|
19
18
|
};
|
|
20
|
-
constructor(jwtHelperService: JwtHelperService, oAuth2Service: OAuth2Service, appConfigService: AppConfigService);
|
|
21
19
|
/**
|
|
22
20
|
* Gets the name and other basic details of the current user.
|
|
23
21
|
*
|
|
@@ -14,16 +14,11 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
import { EventEmitter, OnChanges,
|
|
18
|
-
import { AbstractControl,
|
|
19
|
-
import { DateAdapter } from '@angular/material/core';
|
|
17
|
+
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
18
|
+
import { AbstractControl, FormControl, FormGroup } from '@angular/forms';
|
|
20
19
|
import { MatDialog } from '@angular/material/dialog';
|
|
21
20
|
import { Observable } from 'rxjs';
|
|
22
|
-
import { AppsProcessCloudService } from '../../../../app/services/apps-process-cloud.service';
|
|
23
21
|
import { ProcessFilterAction, ProcessFilterCloudModel, ProcessFilterOptions, ProcessFilterProperties } from '../../models/process-filter-cloud.model';
|
|
24
|
-
import { TranslationService, UserPreferencesService } from '@alfresco/adf-core';
|
|
25
|
-
import { ProcessFilterCloudService } from '../../services/process-filter-cloud.service';
|
|
26
|
-
import { ProcessCloudService } from '../../../services/process-cloud.service';
|
|
27
22
|
import { DateCloudFilterType, DateRangeFilter } from '../../../../models/date-cloud-filter.model';
|
|
28
23
|
import { IdentityUserModel } from '../../../../people/models/identity-user.model';
|
|
29
24
|
import { Environment } from '../../../../common/interface/environment.interface';
|
|
@@ -49,15 +44,15 @@ interface ProcessFilterFormProps {
|
|
|
49
44
|
completedDateType?: FormControl<DateCloudFilterType>;
|
|
50
45
|
[x: string]: FormControl<unknown>;
|
|
51
46
|
}
|
|
52
|
-
export declare class EditProcessFilterCloudComponent implements
|
|
53
|
-
private formBuilder;
|
|
47
|
+
export declare class EditProcessFilterCloudComponent implements OnChanges {
|
|
48
|
+
private readonly formBuilder;
|
|
54
49
|
dialog: MatDialog;
|
|
55
|
-
private dateAdapter;
|
|
56
|
-
private userPreferencesService;
|
|
57
|
-
private translateService;
|
|
58
|
-
private processFilterCloudService;
|
|
59
|
-
private appsProcessCloudService;
|
|
60
|
-
private processCloudService;
|
|
50
|
+
private readonly dateAdapter;
|
|
51
|
+
private readonly userPreferencesService;
|
|
52
|
+
private readonly translateService;
|
|
53
|
+
private readonly processFilterCloudService;
|
|
54
|
+
private readonly appsProcessCloudService;
|
|
55
|
+
private readonly processCloudService;
|
|
61
56
|
/** The name of the application. */
|
|
62
57
|
appName: string;
|
|
63
58
|
/** roles to filter the apps */
|
|
@@ -104,8 +99,7 @@ export declare class EditProcessFilterCloudComponent implements OnInit, OnChange
|
|
|
104
99
|
isLoading: boolean;
|
|
105
100
|
private filterChangeSub;
|
|
106
101
|
private readonly destroyRef;
|
|
107
|
-
constructor(
|
|
108
|
-
ngOnInit(): void;
|
|
102
|
+
constructor();
|
|
109
103
|
ngOnChanges(changes: SimpleChanges): void;
|
|
110
104
|
filterTracker(_index: number, item: ProcessFilterProperties): string;
|
|
111
105
|
buildForm(processFilterProperties: ProcessFilterProperties[]): void;
|
package/lib/process/process-filters/components/process-filters/process-filters-cloud.component.d.ts
CHANGED
|
@@ -20,6 +20,7 @@ import { ProcessFilterCloudModel } from '../../models/process-filter-cloud.model
|
|
|
20
20
|
import { FilterParamsModel } from '../../../../task/task-filters/models/filter-cloud.model';
|
|
21
21
|
import * as i0 from "@angular/core";
|
|
22
22
|
export declare class ProcessFiltersCloudComponent implements OnInit, OnChanges {
|
|
23
|
+
protected readonly PROCESSES_ROUTE = "/process-list-cloud";
|
|
23
24
|
/** (required) The application name */
|
|
24
25
|
appName: string;
|
|
25
26
|
/** (optional) From Activiti 8.7.0 forward, use the 'POST' method to get the process count */
|
|
@@ -54,6 +55,8 @@ export declare class ProcessFiltersCloudComponent implements OnInit, OnChanges {
|
|
|
54
55
|
private readonly translationService;
|
|
55
56
|
private readonly appConfigService;
|
|
56
57
|
private readonly processListCloudService;
|
|
58
|
+
private readonly activatedRoute;
|
|
59
|
+
protected readonly currentRouteFilterId: import("@angular/core").Signal<string>;
|
|
57
60
|
ngOnInit(): void;
|
|
58
61
|
ngOnChanges(changes: SimpleChanges): void;
|
|
59
62
|
/**
|
package/lib/process/process-filters/components/process-filters/process-filters-cloud.component.scss
CHANGED
|
@@ -1,35 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
margin-right: calc(-1 * var(--adf-theme-spacing));
|
|
3
|
-
|
|
4
|
-
&__entry {
|
|
5
|
-
font-size: var(--theme-body-1-font-size);
|
|
6
|
-
color: var(--adf-theme-foreground-text-color-054);
|
|
7
|
-
display: flex;
|
|
8
|
-
align-items: center;
|
|
9
|
-
justify-content: space-between;
|
|
10
|
-
flex: 1;
|
|
11
|
-
height: 100%;
|
|
12
|
-
gap: var(--adf-theme-spacing);
|
|
13
|
-
|
|
14
|
-
&:hover {
|
|
15
|
-
color: var(--theme-primary-color);
|
|
16
|
-
}
|
|
1
|
+
@use '@angular/material' as mat;
|
|
17
2
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
3
|
+
.adf-process-filters {
|
|
4
|
+
&__entry-counter {
|
|
5
|
+
padding: 0 5px;
|
|
6
|
+
border-radius: var(--mat-sys-corner-large, 15px);
|
|
21
7
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
color: var(--theme-accent-color-default-contrast);
|
|
25
|
-
font-size: smaller;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
}
|
|
8
|
+
&.adf-active {
|
|
9
|
+
background-color: var(--mat-sys-secondary, var(--theme-accent-color));
|
|
29
10
|
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
11
|
+
@include mat.list-overrides(
|
|
12
|
+
(
|
|
13
|
+
list-item-trailing-supporting-text-color: var(--mat-sys-on-secondary, var(--theme-accent-color-default-contrast))
|
|
14
|
+
)
|
|
15
|
+
);
|
|
33
16
|
}
|
|
34
17
|
}
|
|
35
18
|
}
|
|
@@ -42,6 +42,9 @@ export declare class ProcessFilterCloudModel {
|
|
|
42
42
|
completedDateType: DateCloudFilterType | null;
|
|
43
43
|
startedDateType: DateCloudFilterType | null;
|
|
44
44
|
suspendedDateType: DateCloudFilterType | null;
|
|
45
|
+
includeSubprocesses: boolean | null;
|
|
46
|
+
includeUnlinkedProcesses: boolean | null;
|
|
47
|
+
includeLinkedProcesses: boolean | null;
|
|
45
48
|
completedDate: Date | null;
|
|
46
49
|
environmentId: string | null;
|
|
47
50
|
showCounter: boolean;
|
|
@@ -52,9 +55,8 @@ export declare class ProcessFilterCloudModel {
|
|
|
52
55
|
initiators: string[] | null;
|
|
53
56
|
appVersions: string[] | null;
|
|
54
57
|
statuses: string[] | null;
|
|
55
|
-
excludeByProcessCategoryName: string | null;
|
|
56
58
|
processVariableFilters?: ProcessVariableFilterModel[];
|
|
57
|
-
private dateRangeFilterService;
|
|
59
|
+
private readonly dateRangeFilterService;
|
|
58
60
|
private _completedFrom;
|
|
59
61
|
private _completedTo;
|
|
60
62
|
private _startFrom;
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
import { Observable } from 'rxjs';
|
|
2
2
|
import { ProcessFilterCloudModel } from '../models/process-filter-cloud.model';
|
|
3
|
+
import { PreferenceCloudServiceInterface } from '../../../services/preference-cloud.interface';
|
|
4
|
+
import { IdentityUserService } from '../../../people/services/identity-user.service';
|
|
3
5
|
import { TaskCloudEngineEvent } from '../../../models/engine-event-cloud.model';
|
|
4
6
|
import * as i0 from "@angular/core";
|
|
5
7
|
export declare class ProcessFilterCloudService {
|
|
6
|
-
private filtersSubject;
|
|
8
|
+
private readonly filtersSubject;
|
|
7
9
|
filters$: Observable<ProcessFilterCloudModel[]>;
|
|
8
|
-
private filterKeyToBeRefreshedSource;
|
|
10
|
+
private readonly filterKeyToBeRefreshedSource;
|
|
9
11
|
filterKeyToBeRefreshed$: Observable<string>;
|
|
10
|
-
|
|
11
|
-
|
|
12
|
+
protected readonly preferenceService: PreferenceCloudServiceInterface;
|
|
13
|
+
protected readonly identityUserService: IdentityUserService;
|
|
12
14
|
private readonly notificationCloudService;
|
|
13
15
|
constructor();
|
|
14
16
|
readQueryParams(obj: any): ProcessFilterCloudModel;
|
|
@@ -119,7 +121,7 @@ export declare class ProcessFilterCloudService {
|
|
|
119
121
|
* @param appName Name of the target app
|
|
120
122
|
* @returns String of process instance filters preference key
|
|
121
123
|
*/
|
|
122
|
-
|
|
124
|
+
protected prepareKey(appName: string): string;
|
|
123
125
|
/**
|
|
124
126
|
* Finds and returns the process instance filters from preferences
|
|
125
127
|
*
|
|
@@ -15,14 +15,13 @@
|
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
17
|
import { EventEmitter, OnChanges, OnInit } from '@angular/core';
|
|
18
|
-
import {
|
|
18
|
+
import { CardViewItem } from '@alfresco/adf-core';
|
|
19
19
|
import { ProcessInstanceCloud } from '../../start-process/models/process-instance-cloud.model';
|
|
20
|
-
import { ProcessCloudService } from '../../services/process-cloud.service';
|
|
21
20
|
import * as i0 from "@angular/core";
|
|
22
21
|
export declare class ProcessHeaderCloudComponent implements OnChanges, OnInit {
|
|
23
|
-
private processCloudService;
|
|
24
|
-
private translationService;
|
|
25
|
-
private appConfig;
|
|
22
|
+
private readonly processCloudService;
|
|
23
|
+
private readonly translationService;
|
|
24
|
+
private readonly appConfig;
|
|
26
25
|
/** (Required) The name of the application. */
|
|
27
26
|
appName: string;
|
|
28
27
|
/** (Required) The id of the process instance. */
|
|
@@ -34,7 +33,6 @@ export declare class ProcessHeaderCloudComponent implements OnChanges, OnInit {
|
|
|
34
33
|
dateFormat: string;
|
|
35
34
|
dateLocale: string;
|
|
36
35
|
private readonly destroyRef;
|
|
37
|
-
constructor(processCloudService: ProcessCloudService, translationService: TranslationService, appConfig: AppConfigService);
|
|
38
36
|
ngOnInit(): void;
|
|
39
37
|
ngOnChanges(): void;
|
|
40
38
|
private loadProcessInstanceDetails;
|
|
@@ -15,25 +15,25 @@
|
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
17
|
import { AfterContentInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
18
|
-
import {
|
|
19
|
-
import { ProcessListCloudService } from '../services/process-list-cloud.service';
|
|
18
|
+
import { CustomEmptyContentTemplateDirective, CustomLoadingContentTemplateDirective, DataCellEvent, DataColumn, DataRowActionEvent, DataRowEvent, DataTableComponent, DataTableSchema, PaginatedComponent, PaginationModel } from '@alfresco/adf-core';
|
|
20
19
|
import { BehaviorSubject } from 'rxjs';
|
|
21
20
|
import { ProcessListRequestModel, ProcessQueryCloudRequestModel } from '../models/process-cloud-query-request.model';
|
|
22
21
|
import { ProcessListCloudSortingModel } from '../models/process-list-sorting.model';
|
|
23
|
-
import { PreferenceCloudServiceInterface } from '../../../services/preference-cloud.interface';
|
|
24
22
|
import { ProcessListDatatableAdapter } from '../datatable/process-list-datatable-adapter';
|
|
25
23
|
import { ProcessListDataColumnCustomData } from '../../../models/data-column-custom-data';
|
|
26
|
-
import { VariableMapperService } from '../../../services/variable-mapper.sevice';
|
|
27
24
|
import { ProcessVariableFilterModel } from '../../../models/process-variable-filter.model';
|
|
25
|
+
import { PaginatedList } from '@alfresco/js-api';
|
|
26
|
+
import { ProcessInstanceCloud } from '../../start-process/models/process-instance-cloud.model';
|
|
28
27
|
import * as i0 from "@angular/core";
|
|
29
28
|
export declare class ProcessListCloudComponent extends DataTableSchema<ProcessListDataColumnCustomData> implements OnChanges, AfterContentInit, PaginatedComponent {
|
|
30
|
-
private processListCloudService;
|
|
31
|
-
private userPreferences;
|
|
32
|
-
private cloudPreferenceService;
|
|
33
|
-
private variableMapperService;
|
|
29
|
+
private readonly processListCloudService;
|
|
30
|
+
private readonly userPreferences;
|
|
31
|
+
private readonly cloudPreferenceService;
|
|
32
|
+
private readonly variableMapperService;
|
|
34
33
|
dataTable: DataTableComponent;
|
|
35
34
|
emptyCustomContent: CustomEmptyContentTemplateDirective;
|
|
36
35
|
customLoadingContent: CustomLoadingContentTemplateDirective;
|
|
36
|
+
processRelatedTo: import("@angular/core").InputSignal<string[]>;
|
|
37
37
|
/** The name of the application. */
|
|
38
38
|
appName: string;
|
|
39
39
|
/** The version of the application. */
|
|
@@ -145,7 +145,16 @@ export declare class ProcessListCloudComponent extends DataTableSchema<ProcessLi
|
|
|
145
145
|
* This input will be used only if searchApiMethod input is provided with 'POST' value.
|
|
146
146
|
*/
|
|
147
147
|
processVariables: ProcessVariableFilterModel[];
|
|
148
|
-
|
|
148
|
+
/**
|
|
149
|
+
* Enables reloading of preferences and process list when appName changes.
|
|
150
|
+
*/
|
|
151
|
+
enableAppChange: boolean;
|
|
152
|
+
/** Include subprocesses in the process list. */
|
|
153
|
+
includeSubprocesses: boolean | null;
|
|
154
|
+
/** Include unlinked processes in the process list. */
|
|
155
|
+
includeUnlinkedProcesses: boolean | null;
|
|
156
|
+
/** Include linked processes in the process list. */
|
|
157
|
+
includeLinkedProcesses: boolean | null;
|
|
149
158
|
/** Emitted when a row in the process list is clicked. */
|
|
150
159
|
rowClick: EventEmitter<string>;
|
|
151
160
|
/** Emitted when rows are selected/unselected. */
|
|
@@ -159,25 +168,28 @@ export declare class ProcessListCloudComponent extends DataTableSchema<ProcessLi
|
|
|
159
168
|
/** Emitted when an error occurs while loading the list of process instances from the server. */
|
|
160
169
|
error: EventEmitter<any>;
|
|
161
170
|
/** Emitted when the list of process instances has been loaded successfully from the server. */
|
|
162
|
-
success: EventEmitter<
|
|
171
|
+
success: EventEmitter<PaginatedList<ProcessInstanceCloud>>;
|
|
163
172
|
pagination: BehaviorSubject<PaginationModel>;
|
|
164
173
|
size: number;
|
|
165
174
|
skipCount: number;
|
|
166
175
|
currentInstanceId: string;
|
|
167
176
|
selectedInstances: any[];
|
|
168
|
-
isLoading: boolean;
|
|
169
177
|
rows: any[];
|
|
170
178
|
formattedSorting: any[];
|
|
171
179
|
requestNode: ProcessQueryCloudRequestModel;
|
|
172
180
|
processListRequestNode: ProcessListRequestModel;
|
|
173
181
|
dataAdapter: ProcessListDatatableAdapter;
|
|
174
|
-
private defaultSorting;
|
|
175
|
-
|
|
176
|
-
|
|
182
|
+
private readonly defaultSorting;
|
|
183
|
+
protected isLoadingPreferences$: BehaviorSubject<boolean>;
|
|
184
|
+
private readonly isReloadingSubject$;
|
|
185
|
+
isLoading$: import("rxjs").Observable<boolean>;
|
|
186
|
+
private readonly fetchProcessesTrigger$;
|
|
187
|
+
constructor();
|
|
188
|
+
reload(): void;
|
|
177
189
|
ngAfterContentInit(): void;
|
|
178
190
|
ngOnChanges(changes: SimpleChanges): void;
|
|
191
|
+
private retrieveProcessPreferences;
|
|
179
192
|
getCurrentId(): string;
|
|
180
|
-
reload(): void;
|
|
181
193
|
private isAnyPropertyChanged;
|
|
182
194
|
private isPropertyChanged;
|
|
183
195
|
isListEmpty(): boolean;
|
|
@@ -212,5 +224,5 @@ export declare class ProcessListCloudComponent extends DataTableSchema<ProcessLi
|
|
|
212
224
|
isValidSorting(sorting: ProcessListCloudSortingModel[]): string;
|
|
213
225
|
private getVariableDefinitionsRequestModel;
|
|
214
226
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProcessListCloudComponent, never>;
|
|
215
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProcessListCloudComponent, "adf-cloud-process-list", never, { "appName": { "alias": "appName"; "required": false; }; "appVersion": { "alias": "appVersion"; "required": false; }; "initiator": { "alias": "initiator"; "required": false; }; "id": { "alias": "id"; "required": false; }; "environmentId": { "alias": "environmentId"; "required": false; }; "name": { "alias": "name"; "required": false; }; "parentId": { "alias": "parentId"; "required": false; }; "processDefinitionId": { "alias": "processDefinitionId"; "required": false; }; "processDefinitionName": { "alias": "processDefinitionName"; "required": false; }; "processDefinitionKey": { "alias": "processDefinitionKey"; "required": false; }; "status": { "alias": "status"; "required": false; }; "businessKey": { "alias": "businessKey"; "required": false; }; "lastModifiedFrom": { "alias": "lastModifiedFrom"; "required": false; }; "lastModifiedTo": { "alias": "lastModifiedTo"; "required": false; }; "startFrom": { "alias": "startFrom"; "required": false; }; "startTo": { "alias": "startTo"; "required": false; }; "completedFrom": { "alias": "completedFrom"; "required": false; }; "completedTo": { "alias": "completedTo"; "required": false; }; "completedDate": { "alias": "completedDate"; "required": false; }; "suspendedFrom": { "alias": "suspendedFrom"; "required": false; }; "suspendedTo": { "alias": "suspendedTo"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "multiselect": { "alias": "multiselect"; "required": false; }; "sorting": { "alias": "sorting"; "required": false; }; "showActions": { "alias": "showActions"; "required": false; }; "showProvidedActions": { "alias": "showProvidedActions"; "required": false; }; "actionsPosition": { "alias": "actionsPosition"; "required": false; }; "stickyHeader": { "alias": "stickyHeader"; "required": false; }; "showContextMenu": { "alias": "showContextMenu"; "required": false; }; "showMainDatatableActions": { "alias": "showMainDatatableActions"; "required": false; }; "isResizingEnabled": { "alias": "isResizingEnabled"; "required": false; }; "searchApiMethod": { "alias": "searchApiMethod"; "required": false; }; "names": { "alias": "names"; "required": false; }; "ids": { "alias": "ids"; "required": false; }; "parentIds": { "alias": "parentIds"; "required": false; }; "processDefinitionNames": { "alias": "processDefinitionNames"; "required": false; }; "initiators": { "alias": "initiators"; "required": false; }; "appVersions": { "alias": "appVersions"; "required": false; }; "statuses": { "alias": "statuses"; "required": false; }; "processVariables": { "alias": "processVariables"; "required": false; }; "
|
|
227
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProcessListCloudComponent, "adf-cloud-process-list", never, { "processRelatedTo": { "alias": "processRelatedTo"; "required": false; "isSignal": true; }; "appName": { "alias": "appName"; "required": false; }; "appVersion": { "alias": "appVersion"; "required": false; }; "initiator": { "alias": "initiator"; "required": false; }; "id": { "alias": "id"; "required": false; }; "environmentId": { "alias": "environmentId"; "required": false; }; "name": { "alias": "name"; "required": false; }; "parentId": { "alias": "parentId"; "required": false; }; "processDefinitionId": { "alias": "processDefinitionId"; "required": false; }; "processDefinitionName": { "alias": "processDefinitionName"; "required": false; }; "processDefinitionKey": { "alias": "processDefinitionKey"; "required": false; }; "status": { "alias": "status"; "required": false; }; "businessKey": { "alias": "businessKey"; "required": false; }; "lastModifiedFrom": { "alias": "lastModifiedFrom"; "required": false; }; "lastModifiedTo": { "alias": "lastModifiedTo"; "required": false; }; "startFrom": { "alias": "startFrom"; "required": false; }; "startTo": { "alias": "startTo"; "required": false; }; "completedFrom": { "alias": "completedFrom"; "required": false; }; "completedTo": { "alias": "completedTo"; "required": false; }; "completedDate": { "alias": "completedDate"; "required": false; }; "suspendedFrom": { "alias": "suspendedFrom"; "required": false; }; "suspendedTo": { "alias": "suspendedTo"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "multiselect": { "alias": "multiselect"; "required": false; }; "sorting": { "alias": "sorting"; "required": false; }; "showActions": { "alias": "showActions"; "required": false; }; "showProvidedActions": { "alias": "showProvidedActions"; "required": false; }; "actionsPosition": { "alias": "actionsPosition"; "required": false; }; "stickyHeader": { "alias": "stickyHeader"; "required": false; }; "showContextMenu": { "alias": "showContextMenu"; "required": false; }; "showMainDatatableActions": { "alias": "showMainDatatableActions"; "required": false; }; "isResizingEnabled": { "alias": "isResizingEnabled"; "required": false; }; "searchApiMethod": { "alias": "searchApiMethod"; "required": false; }; "names": { "alias": "names"; "required": false; }; "ids": { "alias": "ids"; "required": false; }; "parentIds": { "alias": "parentIds"; "required": false; }; "processDefinitionNames": { "alias": "processDefinitionNames"; "required": false; }; "initiators": { "alias": "initiators"; "required": false; }; "appVersions": { "alias": "appVersions"; "required": false; }; "statuses": { "alias": "statuses"; "required": false; }; "processVariables": { "alias": "processVariables"; "required": false; }; "enableAppChange": { "alias": "enableAppChange"; "required": false; }; "includeSubprocesses": { "alias": "includeSubprocesses"; "required": false; }; "includeUnlinkedProcesses": { "alias": "includeUnlinkedProcesses"; "required": false; }; "includeLinkedProcesses": { "alias": "includeLinkedProcesses"; "required": false; }; }, { "rowClick": "rowClick"; "rowsSelected": "rowsSelected"; "showRowContextMenu": "showRowContextMenu"; "showRowActionsMenu": "showRowActionsMenu"; "executeRowAction": "executeRowAction"; "error": "error"; "success": "success"; }, ["emptyCustomContent", "customLoadingContent"], ["adf-custom-loading-content-template", "adf-custom-empty-content-template"], true, never>;
|
|
216
228
|
}
|
|
@@ -14,8 +14,9 @@
|
|
|
14
14
|
* See the License for the specific language governing permissions and
|
|
15
15
|
* limitations under the License.
|
|
16
16
|
*/
|
|
17
|
-
export declare
|
|
18
|
-
columnOrder
|
|
19
|
-
columnsVisibility
|
|
20
|
-
columnsWidths
|
|
21
|
-
}
|
|
17
|
+
export declare const ProcessListCloudPreferences: {
|
|
18
|
+
readonly columnOrder: "processes-cloud-list-columns-order";
|
|
19
|
+
readonly columnsVisibility: "processes-cloud-columns-visibility";
|
|
20
|
+
readonly columnsWidths: "processes-cloud-columns-widths";
|
|
21
|
+
};
|
|
22
|
+
export type ProcessListCloudPreferences = (typeof ProcessListCloudPreferences)[keyof typeof ProcessListCloudPreferences];
|
|
@@ -67,7 +67,10 @@ export declare class ProcessListRequestModel {
|
|
|
67
67
|
completedTo?: string;
|
|
68
68
|
suspendedFrom?: string;
|
|
69
69
|
suspendedTo?: string;
|
|
70
|
-
|
|
70
|
+
includeSubprocesses?: boolean;
|
|
71
|
+
includeUnlinkedProcesses?: boolean;
|
|
72
|
+
includeLinkedProcesses?: boolean;
|
|
73
|
+
processRelatedTo?: string[];
|
|
71
74
|
processVariableFilters?: ProcessVariableFilterModel[];
|
|
72
75
|
processVariableKeys?: string[];
|
|
73
76
|
constructor(obj: Partial<ProcessListRequestModel>);
|