@alfresco/adf-process-services-cloud 8.5.0-25850979174 → 8.5.0

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.
Files changed (190) hide show
  1. package/LICENSE +177 -0
  2. package/bundles/assets/adf-process-services-cloud/i18n/en-AU.json +386 -0
  3. package/fesm2022/adf-process-services-cloud.mjs +654 -369
  4. package/fesm2022/adf-process-services-cloud.mjs.map +1 -1
  5. package/index.d.ts +3 -6257
  6. package/lib/app/components/app-details-cloud/app-details-cloud.component.scss +168 -0
  7. package/lib/app/models/application-instance.model.d.ts +67 -0
  8. package/lib/app/public-api.d.ts +18 -0
  9. package/lib/app/services/apps-process-cloud.service.d.ts +25 -0
  10. package/lib/common/date-range-filter/date-range-filter.component.d.ts +49 -0
  11. package/lib/common/date-range-filter/date-range-filter.service.d.ts +17 -0
  12. package/lib/common/index.d.ts +17 -0
  13. package/lib/common/interface/environment.interface.d.ts +20 -0
  14. package/lib/common/interface/index.d.ts +17 -0
  15. package/lib/common/interface/public-api.d.ts +17 -0
  16. package/lib/common/public-api.d.ts +18 -0
  17. package/lib/form/components/cloud-form-rendering.service.d.ts +7 -0
  18. package/lib/form/components/form-cloud-custom-outcomes.component.d.ts +5 -0
  19. package/lib/form/components/form-cloud.component.d.ts +155 -0
  20. package/lib/form/components/form-cloud.component.scss +40 -11
  21. package/lib/form/components/spinner/form-spinner.component.d.ts +6 -0
  22. package/lib/form/components/spinner/form-spinner.component.scss +1 -1
  23. package/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.d.ts +62 -0
  24. package/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.scss +3 -20
  25. package/lib/form/components/widgets/attach-file/file-properties-table/file-properties-table-cloud.component.d.ts +49 -0
  26. package/lib/form/components/widgets/attach-file/file-properties-table/file-properties-table-cloud.component.scss +1 -1
  27. package/lib/form/components/widgets/data-table/data-table-adapter.widget.d.ts +42 -0
  28. package/lib/form/components/widgets/data-table/data-table.widget.d.ts +43 -0
  29. package/lib/form/components/widgets/data-table/data-table.widget.scss +0 -1
  30. package/lib/form/components/widgets/data-table/helpers/data-table-path-parser.helper.d.ts +29 -0
  31. package/lib/form/components/widgets/date/date-cloud.widget.d.ts +47 -0
  32. package/lib/form/components/widgets/display-external-property/display-external-property.widget.d.ts +39 -0
  33. package/lib/form/components/widgets/display-external-property/display-external-property.widget.scss +0 -1
  34. package/lib/form/components/widgets/display-rich-text/display-rich-text.widget.d.ts +37 -0
  35. package/lib/form/components/widgets/display-rich-text/display-rich-text.widget.scss +0 -9
  36. package/lib/form/components/widgets/dropdown/dropdown-cloud.widget.d.ts +105 -0
  37. package/lib/form/components/widgets/dropdown/dropdown-cloud.widget.scss +0 -4
  38. package/lib/form/components/widgets/dropdown/validators.d.ts +19 -0
  39. package/lib/form/components/widgets/file-viewer/file-viewer.widget.d.ts +6 -0
  40. package/lib/form/components/widgets/group/group-cloud.widget.d.ts +37 -0
  41. package/lib/form/components/widgets/people/people-cloud.widget.d.ts +40 -0
  42. package/lib/form/components/widgets/properties-viewer/properties-viewer-wrapper/properties-viewer-wrapper.component.d.ts +53 -0
  43. package/lib/form/components/widgets/properties-viewer/properties-viewer.widget.d.ts +26 -0
  44. package/lib/form/components/widgets/properties-viewer/properties-viewer.widget.scss +1 -1
  45. package/lib/form/components/widgets/radio-buttons/radio-buttons-cloud.schema.d.ts +18 -0
  46. package/lib/form/components/widgets/radio-buttons/radio-buttons-cloud.widget.d.ts +41 -0
  47. package/lib/form/components/widgets/radio-buttons/radio-buttons-cloud.widget.scss +0 -9
  48. package/lib/form/components/widgets/upload/upload-cloud.widget.d.ts +55 -0
  49. package/lib/form/form-cloud.module.d.ts +34 -0
  50. package/lib/form/models/form-cloud-representation.model.d.ts +48 -0
  51. package/lib/form/models/task-variable-cloud.model.d.ts +24 -0
  52. package/lib/form/public-api.d.ts +40 -0
  53. package/lib/form/services/content-cloud-node-selector.service.d.ts +21 -0
  54. package/lib/form/services/display-mode.service.d.ts +22 -0
  55. package/lib/form/services/form-cloud.service.d.ts +104 -0
  56. package/lib/form/services/form-cloud.service.interface.d.ts +34 -0
  57. package/lib/form/services/form-utils.service.d.ts +11 -0
  58. package/lib/form/services/process-cloud-content.service.d.ts +18 -0
  59. package/lib/form/services/rich-text-parser.service.d.ts +12 -0
  60. package/lib/form/services/spinner/form-cloud-spinner.service.d.ts +26 -0
  61. package/lib/group/components/group-cloud.component.d.ts +123 -0
  62. package/lib/group/components/group-cloud.component.scss +3 -14
  63. package/lib/group/group-cloud.module.d.ts +8 -0
  64. package/lib/group/models/identity-group.model.d.ts +21 -0
  65. package/lib/group/public-api.d.ts +20 -0
  66. package/lib/group/services/identity-group.service.d.ts +28 -0
  67. package/lib/models/application-version.model.d.ts +30 -0
  68. package/lib/models/constant-values.type.d.ts +20 -0
  69. package/lib/models/data-column-custom-data.d.ts +22 -0
  70. package/lib/models/date-cloud-filter.model.d.ts +36 -0
  71. package/lib/models/date-format-cloud.model.d.ts +17 -0
  72. package/lib/models/engine-event-cloud.model.d.ts +21 -0
  73. package/lib/models/filter-cloud-model.d.ts +92 -0
  74. package/lib/models/process-definition-cloud.model.d.ts +32 -0
  75. package/lib/models/process-instance-variable.model.d.ts +38 -0
  76. package/lib/models/process-variable-filter.model.d.ts +24 -0
  77. package/lib/models/task-cloud.model.d.ts +57 -0
  78. package/lib/models/task-list-sorting.model.d.ts +31 -0
  79. package/lib/models/variable-definition.d.ts +24 -0
  80. package/lib/people/components/people-cloud.component.d.ts +167 -0
  81. package/lib/people/components/people-cloud.component.scss +3 -22
  82. package/lib/people/models/identity-user.model.d.ts +24 -0
  83. package/lib/people/people-cloud.module.d.ts +8 -0
  84. package/lib/people/public-api.d.ts +20 -0
  85. package/lib/people/services/identity-user.service.d.ts +45 -0
  86. package/lib/process/process-cloud.module.d.ts +16 -0
  87. package/lib/process/process-filters/components/edit-process-filter/edit-process-filter-cloud.component.d.ts +182 -0
  88. package/lib/process/process-filters/components/edit-process-filter/edit-process-filter-cloud.component.scss +0 -23
  89. package/lib/process/process-filters/components/process-filter-dialog/process-filter-dialog-cloud.component.d.ts +16 -0
  90. package/lib/process/process-filters/components/process-filters/process-filters-cloud.component.d.ts +146 -0
  91. package/lib/process/process-filters/components/process-filters/process-filters-cloud.component.scss +3 -3
  92. package/lib/process/process-filters/models/process-filter-cloud.model.d.ts +110 -0
  93. package/lib/process/process-filters/process-filters-cloud.module.d.ts +14 -0
  94. package/lib/process/process-filters/public-api.d.ts +22 -0
  95. package/lib/process/process-filters/services/process-filter-cloud.service.d.ts +163 -0
  96. package/lib/process/process-header/components/process-header-cloud.component.d.ts +48 -0
  97. package/lib/process/process-header/process-header-cloud.module.d.ts +8 -0
  98. package/lib/process/process-header/public-api.d.ts +18 -0
  99. package/lib/process/process-list/components/process-list-cloud.component.d.ts +228 -0
  100. package/lib/process/process-list/datatable/process-list-datatable-adapter.d.ts +23 -0
  101. package/lib/process/process-list/models/perocess-instance-cloud-view.model.d.ts +19 -0
  102. package/lib/process/process-list/models/process-cloud-preferences.d.ts +22 -0
  103. package/lib/process/process-list/models/process-cloud-preset.model.d.ts +35 -0
  104. package/lib/process/process-list/models/process-cloud-query-request.model.d.ts +80 -0
  105. package/lib/process/process-list/models/process-list-sorting.model.d.ts +31 -0
  106. package/lib/process/process-list/process-list-cloud.module.d.ts +7 -0
  107. package/lib/process/process-list/public-api.d.ts +24 -0
  108. package/lib/process/process-list/services/process-list-cloud.service.d.ts +56 -0
  109. package/lib/process/process-list/services/process-task-list-cloud.service.d.ts +30 -0
  110. package/lib/process/public-api.d.ts +22 -0
  111. package/lib/process/services/process-cloud.service.d.ts +41 -0
  112. package/lib/process/start-process/components/start-process-cloud.component.d.ts +146 -0
  113. package/lib/process/start-process/components/start-process-cloud.component.scss +0 -4
  114. package/lib/process/start-process/models/process-instance-cloud.model.d.ts +48 -0
  115. package/lib/process/start-process/models/process-payload-cloud.model.d.ts +35 -0
  116. package/lib/process/start-process/models/process-with-form-payload-cloud.model.d.ts +24 -0
  117. package/lib/process/start-process/public-api.d.ts +20 -0
  118. package/lib/process/start-process/services/start-process-cloud.service.d.ts +64 -0
  119. package/lib/process-services-cloud.module.d.ts +61 -0
  120. package/lib/providers.d.ts +36 -0
  121. package/lib/screen/components/screen-cloud/base-screen/base-screen-cloud.component.d.ts +33 -0
  122. package/lib/screen/components/screen-cloud/start-process-event-screen/start-process-screen-cloud.component.d.ts +16 -0
  123. package/lib/screen/components/screen-cloud/start-process-event-screen/start-process-screen.model.d.ts +29 -0
  124. package/lib/screen/components/screen-cloud/user-task-screen/screen-cloud.component.d.ts +48 -0
  125. package/lib/screen/components/screen-cloud/user-task-screen/screen-cloud.model.d.ts +38 -0
  126. package/lib/screen/public-api.d.ts +20 -0
  127. package/lib/screen/services/provide-screen.d.ts +37 -0
  128. package/lib/screen/services/screen-rendering.service.d.ts +51 -0
  129. package/lib/services/base-cloud.service.d.ts +37 -0
  130. package/lib/services/cloud-token.service.d.ts +24 -0
  131. package/lib/services/form-fields.interfaces.d.ts +246 -0
  132. package/lib/services/local-preference-cloud.service.d.ts +51 -0
  133. package/lib/services/notification-cloud.service.d.ts +7 -0
  134. package/lib/services/preference-cloud.interface.d.ts +24 -0
  135. package/lib/services/public-api.d.ts +26 -0
  136. package/lib/services/task-list-cloud.service.interface.d.ts +47 -0
  137. package/lib/services/task-type-resolver/task-type-resolver.service.d.ts +15 -0
  138. package/lib/services/user-preference-cloud.service.d.ts +49 -0
  139. package/lib/services/variable-mapper.sevice.d.ts +13 -0
  140. package/lib/services/web-socket.service.d.ts +28 -0
  141. package/lib/task/models/start-task-cloud-request.model.d.ts +28 -0
  142. package/lib/task/models/task-details-cloud.model.d.ts +62 -0
  143. package/lib/task/models/task.model.d.ts +22 -0
  144. package/lib/task/public-api.d.ts +25 -0
  145. package/lib/task/services/task-cloud.service.d.ts +145 -0
  146. package/lib/task/task-cloud.module.d.ts +18 -0
  147. package/lib/task/task-filters/components/base-task-filters-cloud.component.d.ts +44 -0
  148. package/lib/task/task-filters/components/edit-task-filters/base-edit-task-filter-cloud.component.d.ts +152 -0
  149. package/lib/task/task-filters/components/edit-task-filters/edit-service-task-filter/edit-service-task-filter-cloud.component.d.ts +21 -0
  150. package/lib/task/task-filters/components/edit-task-filters/edit-service-task-filter/edit-service-task-filter-cloud.component.scss +0 -24
  151. package/lib/task/task-filters/components/edit-task-filters/edit-task-filter/edit-task-filter-cloud.component.d.ts +24 -0
  152. package/lib/task/task-filters/components/edit-task-filters/edit-task-filter/edit-task-filter-cloud.component.scss +0 -24
  153. package/lib/task/task-filters/components/service-task-filters/service-task-filters-cloud.component.d.ts +69 -0
  154. package/lib/task/task-filters/components/service-task-filters/service-task-filters-cloud.component.scss +8 -8
  155. package/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.d.ts +53 -0
  156. package/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.scss +0 -16
  157. package/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.d.ts +35 -0
  158. package/lib/task/task-filters/components/task-filters/task-filters-cloud.component.d.ts +106 -0
  159. package/lib/task/task-filters/components/task-filters/task-filters-cloud.component.scss +3 -3
  160. package/lib/task/task-filters/models/filter-cloud.model.d.ts +168 -0
  161. package/lib/task/task-filters/public-api.d.ts +26 -0
  162. package/lib/task/task-filters/services/service-task-filter-cloud.service.d.ts +127 -0
  163. package/lib/task/task-filters/services/task-filter-cloud.service.d.ts +158 -0
  164. package/lib/task/task-filters/task-filters-cloud.module.d.ts +20 -0
  165. package/lib/task/task-form/components/task-form-cloud/task-form-cloud.component.d.ts +126 -0
  166. package/lib/task/task-form/components/user-task-cloud/complete-task/complete-task.directive.d.ts +39 -0
  167. package/lib/task/task-form/components/user-task-cloud/user-task-cloud.component.d.ts +138 -0
  168. package/lib/task/task-form/components/user-task-cloud-buttons/claim-task/claim-task-cloud.directive.d.ts +41 -0
  169. package/lib/task/task-form/components/user-task-cloud-buttons/unclaim-task/unclaim-task-cloud.directive.d.ts +39 -0
  170. package/lib/task/task-form/components/user-task-cloud-buttons/user-task-cloud-buttons.component.d.ts +49 -0
  171. package/lib/task/task-form/public-api.d.ts +20 -0
  172. package/lib/task/task-form/task-form.module.d.ts +14 -0
  173. package/lib/task/task-header/components/task-header-cloud.component.d.ts +86 -0
  174. package/lib/task/task-header/components/task-header-cloud.component.scss +2 -2
  175. package/lib/task/task-header/public-api.d.ts +18 -0
  176. package/lib/task/task-header/task-header-cloud.module.d.ts +8 -0
  177. package/lib/task/task-list/components/base-task-list-cloud.component.d.ts +131 -0
  178. package/lib/task/task-list/components/service-task-list/service-task-list-cloud.component.d.ts +16 -0
  179. package/lib/task/task-list/components/task-list/datatable/task-list-datatable-adapter.d.ts +23 -0
  180. package/lib/task/task-list/components/task-list/task-list-cloud.component.d.ts +135 -0
  181. package/lib/task/task-list/models/service-task-cloud.model.d.ts +126 -0
  182. package/lib/task/task-list/models/task-cloud-view.model.d.ts +19 -0
  183. package/lib/task/task-list/public-api.d.ts +22 -0
  184. package/lib/task/task-list/services/service-task-list-cloud.service.d.ts +51 -0
  185. package/lib/task/task-list/services/task-list-cloud.service.d.ts +36 -0
  186. package/lib/task/task-list/task-list-cloud.module.d.ts +12 -0
  187. package/lib/types.d.ts +17 -0
  188. package/package.json +4 -4
  189. package/public-api.d.ts +39 -0
  190. package/lib/process/process-header/components/process-header-cloud.component.scss +0 -3
@@ -0,0 +1,31 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ export declare class ProcessListCloudSortingModel {
18
+ orderBy: string;
19
+ direction: string;
20
+ constructor(obj: any);
21
+ }
22
+ export declare class ProcessListRequestSortingModel extends ProcessListCloudSortingModel {
23
+ orderBy: string;
24
+ direction: string;
25
+ isFieldProcessVariable: boolean;
26
+ processVariableData?: {
27
+ processDefinitionKey: string;
28
+ type: string;
29
+ };
30
+ constructor(obj: ProcessListRequestSortingModel);
31
+ }
@@ -0,0 +1,7 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./components/process-list-cloud.component";
3
+ export declare class ProcessListCloudModule {
4
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProcessListCloudModule, never>;
5
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ProcessListCloudModule, never, [typeof i1.ProcessListCloudComponent], [typeof i1.ProcessListCloudComponent]>;
6
+ static ɵinj: i0.ɵɵInjectorDeclaration<ProcessListCloudModule>;
7
+ }
@@ -0,0 +1,24 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ export * from './components/process-list-cloud.component';
18
+ export * from './models/process-cloud-query-request.model';
19
+ export * from './models/process-cloud-preset.model';
20
+ export * from './models/process-list-sorting.model';
21
+ export * from './models/process-cloud-preferences';
22
+ export * from './services/process-list-cloud.service';
23
+ export * from './services/process-task-list-cloud.service';
24
+ export * from './process-list-cloud.module';
@@ -0,0 +1,56 @@
1
+ import { ProcessListRequestModel, ProcessQueryCloudRequestModel } from '../models/process-cloud-query-request.model';
2
+ import { Observable } from 'rxjs';
3
+ import { ProcessListCloudSortingModel } from '../models/process-list-sorting.model';
4
+ import { BaseCloudService } from '../../../services/base-cloud.service';
5
+ import * as i0 from "@angular/core";
6
+ export declare class ProcessListCloudService extends BaseCloudService {
7
+ private getProcess;
8
+ /**
9
+ * Finds a process using an object with optional query properties.
10
+ *
11
+ * @deprecated From Activiti 8.7.0 forward, use ProcessListCloudService.fetchProcessList instead.
12
+ * @param requestNode Query object
13
+ * @param queryUrl Query url
14
+ * @returns Process information
15
+ */
16
+ getProcessByRequest(requestNode: ProcessQueryCloudRequestModel, queryUrl?: string): Observable<any>;
17
+ /**
18
+ * Available from Activiti version 8.7.0 onwards.
19
+ * Retrieves a list of processes using an object with optional query properties.
20
+ *
21
+ * @param requestNode Query object
22
+ * @param queryUrl Query url
23
+ * @returns List of processes
24
+ */
25
+ fetchProcessList(requestNode: ProcessListRequestModel, queryUrl?: string): Observable<any>;
26
+ protected buildQueryData(requestNode: ProcessListRequestModel): {
27
+ [key: string]: any;
28
+ };
29
+ getProcessListCounter(requestNode: ProcessListRequestModel): Observable<number>;
30
+ /**
31
+ * Finds a process using an object with optional query properties.
32
+ *
33
+ * @param appName app name
34
+ * @param status filter status
35
+ * @returns Total items
36
+ */
37
+ getProcessCounter(appName: string, status: string): Observable<any>;
38
+ /**
39
+ * Finds a process using an object with optional query properties in admin app.
40
+ *
41
+ * @param requestNode Query object
42
+ * @param queryUrl Query url
43
+ * @returns Process information
44
+ */
45
+ getAdminProcessByRequest(requestNode: ProcessQueryCloudRequestModel, queryUrl?: string): Observable<any>;
46
+ getProcessListCount(requestNode: ProcessListRequestModel): Observable<number>;
47
+ private getVariableKeysFromQueryParams;
48
+ protected isPropertyValueValid(requestNode: ProcessQueryCloudRequestModel, property: string): boolean;
49
+ protected buildQueryParams(requestNode: ProcessQueryCloudRequestModel): any;
50
+ private getQueryParamValueFromRequestNode;
51
+ protected buildFilterForAllStatus(): string[];
52
+ protected isExcludedField(property: string): boolean;
53
+ protected buildSortingParam(models: ProcessListCloudSortingModel[]): string;
54
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProcessListCloudService, never>;
55
+ static ɵprov: i0.ɵɵInjectableDeclaration<ProcessListCloudService>;
56
+ }
@@ -0,0 +1,30 @@
1
+ import { Observable } from 'rxjs';
2
+ import { BaseCloudService } from '../../../services/base-cloud.service';
3
+ import { TaskListRequestModel, TaskQueryCloudRequestModel } from '../../../models/filter-cloud-model';
4
+ import { TaskListCloudSortingModel } from '../../../models/task-list-sorting.model';
5
+ import * as i0 from "@angular/core";
6
+ export declare class ProcessTaskListCloudService extends BaseCloudService {
7
+ /**
8
+ * Finds a task using an object with optional query properties.
9
+ *
10
+ * @param requestNode Query object
11
+ * @param queryUrl Query url
12
+ * @returns Task information
13
+ */
14
+ getTaskByRequest(requestNode: TaskQueryCloudRequestModel, queryUrl?: string): Observable<any>;
15
+ /**
16
+ * Retrieves a list of tasks using an object with optional query properties.
17
+ *
18
+ * @param requestNode Query object
19
+ * @param queryUrl Query url
20
+ * @returns List of tasks
21
+ */
22
+ fetchTaskList(requestNode: TaskListRequestModel, queryUrl?: string): Observable<any>;
23
+ getTaskListCounter(requestNode: TaskListRequestModel): Observable<number>;
24
+ protected buildQueryParams(requestNode: TaskQueryCloudRequestModel): any;
25
+ protected isExcludedField(property: string): boolean;
26
+ protected isPropertyValueValid(requestNode: TaskQueryCloudRequestModel, property: string): boolean;
27
+ protected buildSortingParam(models: TaskListCloudSortingModel[]): string;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProcessTaskListCloudService, never>;
29
+ static ɵprov: i0.ɵɵInjectableDeclaration<ProcessTaskListCloudService>;
30
+ }
@@ -0,0 +1,22 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ export * from './process-list/public-api';
18
+ export * from './process-filters/public-api';
19
+ export * from './start-process/public-api';
20
+ export * from './process-header/public-api';
21
+ export * from './services/process-cloud.service';
22
+ export * from './process-cloud.module';
@@ -0,0 +1,41 @@
1
+ import { Observable, Subject } from 'rxjs';
2
+ import { ProcessInstanceCloud } from '../start-process/models/process-instance-cloud.model';
3
+ import { BaseCloudService } from '../../services/base-cloud.service';
4
+ import { ProcessDefinitionCloud } from '../../models/process-definition-cloud.model';
5
+ import { ApplicationVersionModel } from '../../models/application-version.model';
6
+ import * as i0 from "@angular/core";
7
+ export declare class ProcessCloudService extends BaseCloudService {
8
+ dataChangesDetected: Subject<ProcessInstanceCloud>;
9
+ /**
10
+ * Gets details of a process instance.
11
+ *
12
+ * @param appName Name of the app
13
+ * @param processInstanceId ID of the process instance whose details you want
14
+ * @returns Process instance details
15
+ */
16
+ getProcessInstanceById(appName: string, processInstanceId: string): Observable<ProcessInstanceCloud>;
17
+ /**
18
+ * Gets the process definitions associated with an app.
19
+ *
20
+ * @param appName Name of the target app
21
+ * @returns Array of process definitions
22
+ */
23
+ getProcessDefinitions(appName: string): Observable<ProcessDefinitionCloud[]>;
24
+ /**
25
+ * Gets the application versions associated with an app.
26
+ *
27
+ * @param appName Name of the target app
28
+ * @returns Array of Application Version Models
29
+ */
30
+ getApplicationVersions(appName: string): Observable<ApplicationVersionModel[]>;
31
+ /**
32
+ * Cancels a process.
33
+ *
34
+ * @param appName Name of the app
35
+ * @param processInstanceId Id of the process to cancel
36
+ * @returns Operation Information
37
+ */
38
+ cancelProcess(appName: string, processInstanceId: string): Observable<ProcessInstanceCloud>;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProcessCloudService, never>;
40
+ static ɵprov: i0.ɵɵInjectableDeclaration<ProcessCloudService>;
41
+ }
@@ -0,0 +1,146 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
18
+ import { ContentLinkModel, FormModel, FormOutcomeEvent } from '@alfresco/adf-core';
19
+ import { FormControl, FormGroup, ValidatorFn } from '@angular/forms';
20
+ import { MatAutocompleteTrigger } from '@angular/material/autocomplete';
21
+ import { ProcessInstanceCloud } from '../models/process-instance-cloud.model';
22
+ import { ProcessPayloadCloud } from '../models/process-payload-cloud.model';
23
+ import { Observable } from 'rxjs';
24
+ import { ProcessDefinitionCloud } from '../../../models/process-definition-cloud.model';
25
+ import { TaskVariableCloud } from '../../../form/models/task-variable-cloud.model';
26
+ import { FormCloudDisplayModeConfiguration } from '../../../services/form-fields.interfaces';
27
+ import * as i0 from "@angular/core";
28
+ export declare class StartProcessCloudComponent implements OnChanges, OnInit {
29
+ private readonly translateService;
30
+ inputAutocomplete: MatAutocompleteTrigger;
31
+ /** (required) Name of the app. */
32
+ appName: string;
33
+ /** Maximum length of the process name. */
34
+ maxNameLength: number;
35
+ /** Name of the process. */
36
+ name: string;
37
+ /** Name of the process definition. */
38
+ processDefinitionName: string;
39
+ /** Variables to attach to the payload. */
40
+ variables: any;
41
+ /** Parameter to pass form field values in the start form if one is associated. */
42
+ values: TaskVariableCloud[];
43
+ /** Show/hide the process dropdown list. */
44
+ showSelectProcessDropdown: boolean;
45
+ /** Show/hide title. */
46
+ showTitle: boolean;
47
+ /** Show/hide cancel button. */
48
+ showCancelButton: boolean;
49
+ /**
50
+ * The available display configurations for the form.
51
+ * (start process event can have assigned form)
52
+ */
53
+ displayModeConfigurations: FormCloudDisplayModeConfiguration[];
54
+ /**
55
+ * Toggle to enable parent visibility check for validation.
56
+ * When enabled, fields inside hidden groups/sections will skip validation.
57
+ */
58
+ enableParentVisibilityCheck: boolean;
59
+ /** Emitted when the process is successfully started. */
60
+ success: EventEmitter<ProcessInstanceCloud>;
61
+ /** Emitted when the starting process is cancelled */
62
+ cancel: EventEmitter<ProcessInstanceCloud>;
63
+ /** Emitted when an error occurs. */
64
+ error: EventEmitter<any>;
65
+ /** Emitted when form content is clicked. */
66
+ formContentClicked: EventEmitter<ContentLinkModel>;
67
+ /** Emitted when process definition selection changes. */
68
+ processDefinitionSelection: EventEmitter<ProcessDefinitionCloud>;
69
+ customOutcomeSelected: EventEmitter<string>;
70
+ processDefinitionList: ProcessDefinitionCloud[];
71
+ processDefinitionCurrent?: ProcessDefinitionCloud;
72
+ errorMessageId: string;
73
+ processPayloadCloud: ProcessPayloadCloud;
74
+ filteredProcesses: ProcessDefinitionCloud[];
75
+ staticMappings: TaskVariableCloud[];
76
+ resolvedValues?: TaskVariableCloud[];
77
+ customOutcomeName: string;
78
+ customOutcomeId: string;
79
+ isProcessStarting: boolean;
80
+ isFormCloudLoaded: boolean;
81
+ isFormCloudLoading: boolean;
82
+ processDefinitionLoaded: boolean;
83
+ disableStartProcessForScreen: boolean;
84
+ showStartProcessButton$: Observable<boolean>;
85
+ startProcessButtonLabel: string;
86
+ cancelButtonLabel: string;
87
+ formCloud?: FormModel;
88
+ processForm: FormGroup<{
89
+ processInstanceName: FormControl<string>;
90
+ processDefinition: FormControl<string>;
91
+ }>;
92
+ private readonly destroyRef;
93
+ private readonly startProcessCloudService;
94
+ private readonly localizedDatePipe;
95
+ private readonly displayStartSubject;
96
+ private readonly hasVisibleOutcomesSubject;
97
+ private readonly dialog;
98
+ private readonly taskTypeResolverService;
99
+ private screenSubmitPayload;
100
+ showSaveButton: boolean;
101
+ showCompleteButton: boolean;
102
+ get isProcessFormValid(): boolean;
103
+ get disableStartButton(): boolean;
104
+ get isProcessDefinitionsEmpty(): boolean;
105
+ get processInstanceName(): FormControl<string>;
106
+ get processDefinition(): FormControl<string>;
107
+ get hasForm(): boolean;
108
+ get hasScreen(): boolean;
109
+ get screenId(): string;
110
+ get defaultStartProcessButtonLabel(): string;
111
+ get defaultCancelProcessButtonLabel(): string;
112
+ constructor();
113
+ ngOnInit(): void;
114
+ ngOnChanges(changes: SimpleChanges): void;
115
+ onKeyDown(event: KeyboardEvent): void;
116
+ onFormLoaded(form: FormModel): void;
117
+ onDisableStartProcessButtonForScreen(disable: boolean): void;
118
+ onScreenStartProcessPayloadChange(payload: unknown): void;
119
+ private getMaxNameLength;
120
+ private selectProcessDefinitionByProcessDefinitionName;
121
+ setProcessDefinitionOnForm(selectedProcessDefinitionName: string): void;
122
+ private getProcessDefinitionListByNameOrKey;
123
+ private getProcessIfExists;
124
+ private getProcessDefinitionByName;
125
+ private selectDefaultProcessDefinition;
126
+ loadProcessDefinitions(): void;
127
+ private isValidName;
128
+ private getProcessDefinition;
129
+ buildProcessCloudPayload(): void;
130
+ onCustomOutcomeClicked(outcome: FormOutcomeEvent): void;
131
+ startProcessWithoutConfirmation(): void;
132
+ startProcess(): void;
133
+ cancelStartProcess(): void;
134
+ private resetErrorMessage;
135
+ private resetProcessDefinitionList;
136
+ displayProcessNameOnDropdown(process: any): any;
137
+ displayDropdown(event: any): void;
138
+ processDefinitionNameValidator(): ValidatorFn;
139
+ getProcessDefinitionValue(process: ProcessDefinitionCloud): string;
140
+ onFormContentClicked(content: ContentLinkModel): void;
141
+ processDefinitionSelectionChanged(processDefinition: ProcessDefinitionCloud): void;
142
+ setDefaultProcessName(processDefinitionName: string): void;
143
+ getDefaultProcessName(processNameFormat: string, processInstance?: ProcessInstanceCloud): string;
144
+ static ɵfac: i0.ɵɵFactoryDeclaration<StartProcessCloudComponent, never>;
145
+ static ɵcmp: i0.ɵɵComponentDeclaration<StartProcessCloudComponent, "adf-cloud-start-process", never, { "appName": { "alias": "appName"; "required": false; }; "maxNameLength": { "alias": "maxNameLength"; "required": false; }; "name": { "alias": "name"; "required": false; }; "processDefinitionName": { "alias": "processDefinitionName"; "required": false; }; "variables": { "alias": "variables"; "required": false; }; "values": { "alias": "values"; "required": false; }; "showSelectProcessDropdown": { "alias": "showSelectProcessDropdown"; "required": false; }; "showTitle": { "alias": "showTitle"; "required": false; }; "showCancelButton": { "alias": "showCancelButton"; "required": false; }; "displayModeConfigurations": { "alias": "displayModeConfigurations"; "required": false; }; "enableParentVisibilityCheck": { "alias": "enableParentVisibilityCheck"; "required": false; }; }, { "success": "success"; "cancel": "cancel"; "error": "error"; "formContentClicked": "formContentClicked"; "processDefinitionSelection": "processDefinitionSelection"; "customOutcomeSelected": "customOutcomeSelected"; }, never, never, true, never>;
146
+ }
@@ -1,9 +1,5 @@
1
1
  .adf {
2
2
  &-start-process {
3
- .adf-start-process-input-label {
4
- color: var(--adf-theme-mat-grey-color-a200-dark);
5
- }
6
-
7
3
  &-cloud-actions {
8
4
  display: flex;
9
5
  justify-content: flex-end;
@@ -0,0 +1,48 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { ProcessInstanceVariable } from '../../../models/process-instance-variable.model';
18
+ export interface RelatedProcessInstance {
19
+ id: string;
20
+ processDefinitionName: string;
21
+ }
22
+ export interface ProcessInstanceCloud {
23
+ appName?: string;
24
+ appVersion?: string;
25
+ businessKey?: string;
26
+ completedDate?: string;
27
+ id?: string;
28
+ initiator?: string;
29
+ lastModified?: Date;
30
+ name?: string;
31
+ parentId?: string;
32
+ linkedProcessInstanceId?: string;
33
+ linkedProcessInstanceType?: string;
34
+ type?: string;
35
+ linkedProcesses?: RelatedProcessInstance[];
36
+ subprocesses?: RelatedProcessInstance[];
37
+ processDefinitionId?: string;
38
+ processDefinitionKey?: string;
39
+ processDefinitionName?: string;
40
+ processDefinitionVersion?: string;
41
+ serviceName?: string;
42
+ serviceFullName?: string;
43
+ serviceType?: string;
44
+ serviceVersion?: string;
45
+ startDate?: Date;
46
+ status?: string;
47
+ variables?: ProcessInstanceVariable[];
48
+ }
@@ -0,0 +1,35 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ export interface ProcessPayloadCloudData {
18
+ processDefinitionKey?: string;
19
+ name?: string;
20
+ businessKey?: string;
21
+ variables?: any;
22
+ payloadType?: string;
23
+ linkedProcessInstanceId?: string;
24
+ linkedProcessInstanceType?: string;
25
+ }
26
+ export declare class ProcessPayloadCloud {
27
+ processDefinitionKey: string;
28
+ name: string;
29
+ businessKey: string;
30
+ variables: any;
31
+ payloadType: string;
32
+ linkedProcessInstanceId?: string;
33
+ linkedProcessInstanceType?: string;
34
+ constructor(obj?: ProcessPayloadCloudData);
35
+ }
@@ -0,0 +1,24 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ export declare class ProcessWithFormPayloadCloud {
18
+ processName: string;
19
+ processDefinitionKey: string;
20
+ variables: any;
21
+ values: any;
22
+ outcome?: string;
23
+ constructor(obj: ProcessWithFormPayloadCloud);
24
+ }
@@ -0,0 +1,20 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ export * from './components/start-process-cloud.component';
18
+ export * from './models/process-instance-cloud.model';
19
+ export * from './models/process-payload-cloud.model';
20
+ export * from './services/start-process-cloud.service';
@@ -0,0 +1,64 @@
1
+ import { Observable } from 'rxjs';
2
+ import { ProcessInstanceCloud } from '../models/process-instance-cloud.model';
3
+ import { ProcessPayloadCloud } from '../models/process-payload-cloud.model';
4
+ import { ProcessDefinitionCloud } from '../../../models/process-definition-cloud.model';
5
+ import { BaseCloudService } from '../../../services/base-cloud.service';
6
+ import { TaskVariableCloud } from '../../../form/models/task-variable-cloud.model';
7
+ import * as i0 from "@angular/core";
8
+ export interface QueryParams {
9
+ include: string;
10
+ }
11
+ export declare class StartProcessCloudService extends BaseCloudService {
12
+ /**
13
+ * Gets the process definitions associated with an app.
14
+ *
15
+ * @param appName Name of the target app
16
+ * @param queryParams optional query parameters
17
+ * @returns Array of process definitions
18
+ */
19
+ getProcessDefinitions(appName: string, queryParams?: QueryParams): Observable<ProcessDefinitionCloud[]>;
20
+ /**
21
+ * Starts a process based on a process definition, name, form values or variables.
22
+ *
23
+ * @param appName name of the Application
24
+ * @param payload Details of the process (definition key, name, variables, etc)
25
+ * @returns Details of the process instance just started
26
+ */
27
+ startProcess(appName: string, payload: ProcessPayloadCloud): Observable<ProcessInstanceCloud>;
28
+ startProcessWithForm(appName: string, formId: string, version: number, payload: any): Observable<ProcessInstanceCloud>;
29
+ /**
30
+ * Update an existing process instance
31
+ *
32
+ * @param appName name of the Application
33
+ * @param processInstanceId process instance to update
34
+ * @param payload Details of the process (definition key, name, variables, etc)
35
+ * @returns Details of the process instance just started
36
+ */
37
+ updateProcess(appName: string, processInstanceId: string, payload: ProcessPayloadCloud): Observable<ProcessInstanceCloud>;
38
+ /**
39
+ * Delete an existing process instance
40
+ *
41
+ * @param appName Application name
42
+ * @param processInstanceId the identifier of the process instance to update
43
+ * @returns Observable<void>
44
+ */
45
+ deleteProcess(appName: string, processInstanceId: string): Observable<void>;
46
+ /**
47
+ * Gets the static values mapped to the start form of a process definition.
48
+ *
49
+ * @param appName Name of the app
50
+ * @param processDefinitionId ID of the target process definition
51
+ * @returns Static mappings for the start event
52
+ */
53
+ getStartEventFormStaticValuesMapping(appName: string, processDefinitionId: string): Observable<TaskVariableCloud[]>;
54
+ /**
55
+ * Gets the constants mapped to the start form of a process definition.
56
+ *
57
+ * @param appName Name of the app
58
+ * @param processDefinitionId ID of the target process definition
59
+ * @returns Constants values for the start event
60
+ */
61
+ getStartEventConstants(appName: string, processDefinitionId: string): Observable<TaskVariableCloud[]>;
62
+ static ɵfac: i0.ɵɵFactoryDeclaration<StartProcessCloudService, never>;
63
+ static ɵprov: i0.ɵɵInjectableDeclaration<StartProcessCloudService>;
64
+ }
@@ -0,0 +1,61 @@
1
+ /*!
2
+ * @license
3
+ * Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing, software
12
+ * distributed under the License is distributed on an "AS IS" BASIS,
13
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ * See the License for the specific language governing permissions and
15
+ * limitations under the License.
16
+ */
17
+ import { ModuleWithProviders } from '@angular/core';
18
+ import { PreferenceCloudServiceInterface } from './services/public-api';
19
+ import { PeopleCloudComponent } from './people/components/people-cloud.component';
20
+ import * as i0 from "@angular/core";
21
+ import * as i1 from "./process/process-cloud.module";
22
+ import * as i2 from "./task/task-cloud.module";
23
+ import * as i3 from "./group/components/group-cloud.component";
24
+ import * as i4 from "./form/components/spinner/form-spinner.component";
25
+ import * as i5 from "./form/components/widgets/properties-viewer/properties-viewer-wrapper/properties-viewer-wrapper.component";
26
+ import * as i6 from "./form/components/widgets/properties-viewer/properties-viewer.widget";
27
+ import * as i7 from "./form/components/widgets/display-rich-text/display-rich-text.widget";
28
+ import * as i8 from "./form/components/widgets/file-viewer/file-viewer.widget";
29
+ import * as i9 from "./form/components/widgets/attach-file/file-properties-table/file-properties-table-cloud.component";
30
+ import * as i10 from "./form/components/form-cloud-custom-outcomes.component";
31
+ import * as i11 from "./form/components/widgets/radio-buttons/radio-buttons-cloud.widget";
32
+ import * as i12 from "./form/components/widgets/attach-file/attach-file-cloud-widget.component";
33
+ import * as i13 from "./form/components/widgets/upload/upload-cloud.widget";
34
+ import * as i14 from "./form/components/widgets/people/people-cloud.widget";
35
+ import * as i15 from "./form/components/widgets/group/group-cloud.widget";
36
+ import * as i16 from "./form/components/form-cloud.component";
37
+ import * as i17 from "./task/task-form/components/user-task-cloud-buttons/user-task-cloud-buttons.component";
38
+ import * as i18 from "./task/task-form/components/task-form-cloud/task-form-cloud.component";
39
+ import * as i19 from "./task/task-form/components/user-task-cloud/user-task-cloud.component";
40
+ import * as i20 from "./people/components/people-cloud.component";
41
+ export declare const PROCESS_SERVICES_CLOUD_DIRECTIVES: readonly [typeof import("@alfresco/adf-process-services-cloud").FormSpinnerComponent, typeof import("@alfresco/adf-process-services-cloud").PropertiesViewerWrapperComponent, typeof import("@alfresco/adf-process-services-cloud").PropertiesViewerWidgetComponent, typeof import("@alfresco/adf-process-services-cloud").DisplayRichTextWidgetComponent, typeof import("@alfresco/adf-process-services-cloud").FileViewerWidgetComponent, typeof import("@alfresco/adf-process-services-cloud").FilePropertiesTableCloudComponent, typeof import("@alfresco/adf-process-services-cloud").FormCustomOutcomesComponent, typeof import("@alfresco/adf-process-services-cloud").RadioButtonsCloudWidgetComponent, typeof import("@alfresco/adf-process-services-cloud").AttachFileCloudWidgetComponent, typeof import("@alfresco/adf-process-services-cloud").UploadCloudWidgetComponent, typeof import("@alfresco/adf-process-services-cloud").PeopleCloudWidgetComponent, typeof import("@alfresco/adf-process-services-cloud").GroupCloudWidgetComponent, typeof import("@alfresco/adf-process-services-cloud").FormCloudComponent, typeof import("@alfresco/adf-process-services-cloud").UserTaskCloudButtonsComponent, typeof import("@alfresco/adf-process-services-cloud").TaskFormCloudComponent, typeof import("@alfresco/adf-process-services-cloud").UserTaskCloudComponent, typeof PeopleCloudComponent];
42
+ /**
43
+ * @deprecated this module is deprecated and will be removed in the future versions
44
+ *
45
+ * Instead, import the standalone components directly, or use the following provider API to replicate the behaviour:
46
+ * ```
47
+ * providers: [
48
+ * provideTranslations('adf-process-services-cloud', 'assets/adf-process-services-cloud')
49
+ * provideCloudPreferences()
50
+ * provideCloudFormRenderer(),
51
+ * { provide: TASK_LIST_CLOUD_TOKEN, useClass: TaskListCloudService }
52
+ * ]
53
+ * ```
54
+ */
55
+ export declare class ProcessServicesCloudModule {
56
+ static forRoot(filterPreferenceServiceInstance?: PreferenceCloudServiceInterface, listPreferenceServiceInstance?: PreferenceCloudServiceInterface): ModuleWithProviders<ProcessServicesCloudModule>;
57
+ static forChild(): ModuleWithProviders<ProcessServicesCloudModule>;
58
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProcessServicesCloudModule, never>;
59
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ProcessServicesCloudModule, never, [typeof i1.ProcessCloudModule, typeof i2.TaskCloudModule, typeof i3.GroupCloudComponent, typeof i4.FormSpinnerComponent, typeof i5.PropertiesViewerWrapperComponent, typeof i6.PropertiesViewerWidgetComponent, typeof i7.DisplayRichTextWidgetComponent, typeof i8.FileViewerWidgetComponent, typeof i9.FilePropertiesTableCloudComponent, typeof i10.FormCustomOutcomesComponent, typeof i11.RadioButtonsCloudWidgetComponent, typeof i12.AttachFileCloudWidgetComponent, typeof i13.UploadCloudWidgetComponent, typeof i14.PeopleCloudWidgetComponent, typeof i15.GroupCloudWidgetComponent, typeof i16.FormCloudComponent, typeof i17.UserTaskCloudButtonsComponent, typeof i18.TaskFormCloudComponent, typeof i19.UserTaskCloudComponent, typeof i20.PeopleCloudComponent], [typeof i1.ProcessCloudModule, typeof i2.TaskCloudModule, typeof i3.GroupCloudComponent, typeof i4.FormSpinnerComponent, typeof i5.PropertiesViewerWrapperComponent, typeof i6.PropertiesViewerWidgetComponent, typeof i7.DisplayRichTextWidgetComponent, typeof i8.FileViewerWidgetComponent, typeof i9.FilePropertiesTableCloudComponent, typeof i10.FormCustomOutcomesComponent, typeof i11.RadioButtonsCloudWidgetComponent, typeof i12.AttachFileCloudWidgetComponent, typeof i13.UploadCloudWidgetComponent, typeof i14.PeopleCloudWidgetComponent, typeof i15.GroupCloudWidgetComponent, typeof i16.FormCloudComponent, typeof i17.UserTaskCloudButtonsComponent, typeof i18.TaskFormCloudComponent, typeof i19.UserTaskCloudComponent, typeof i20.PeopleCloudComponent]>;
60
+ static ɵinj: i0.ɵɵInjectorDeclaration<ProcessServicesCloudModule>;
61
+ }