@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,34 @@
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 { UploadApi } from '@alfresco/js-api';
18
+ import { FormFieldOption, FormModel, FormValues } from '@alfresco/adf-core';
19
+ import { TaskDetailsCloudModel } from '../../task/models/task-details-cloud.model';
20
+ import { TaskVariableCloud } from '../models/task-variable-cloud.model';
21
+ import { FormContent } from '../../services/form-fields.interfaces';
22
+ import { Observable } from 'rxjs';
23
+ export interface FormCloudServiceInterface {
24
+ uploadApi: UploadApi;
25
+ getTaskForm(appName: string, taskId: string, version?: number): Observable<any>;
26
+ saveTaskForm(appName: string, taskId: string, processInstanceId: string, formId: string, values: FormValues): Observable<TaskDetailsCloudModel>;
27
+ createTemporaryRawRelatedContent(file: any, nodeId: string, contentHost: string): Observable<any>;
28
+ completeTaskForm(appName: string, taskId: string, processInstanceId: string, formId: string, formValues: FormValues, outcome: string, version: number): Observable<TaskDetailsCloudModel>;
29
+ getTask(appName: string, taskId: string): Observable<TaskDetailsCloudModel>;
30
+ getTaskVariables(appName: string, taskId: string): Observable<TaskVariableCloud[]>;
31
+ getForm(appName: string, formKey: string, version?: number): Observable<FormContent>;
32
+ parseForm(json: any, data?: TaskVariableCloud[], readOnly?: boolean): FormModel;
33
+ getRestWidgetData(formName: string, widgetId: string, body: Map<string, string>): Observable<FormFieldOption[]>;
34
+ }
@@ -0,0 +1,11 @@
1
+ import { FormModel } from '@alfresco/adf-core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FormUtilsService {
4
+ getRestUrlVariablesMap(formModel: FormModel, restUrl: string, inputBody: {
5
+ [key: string]: any;
6
+ }): {
7
+ [key: string]: any;
8
+ };
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormUtilsService, never>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<FormUtilsService>;
11
+ }
@@ -0,0 +1,18 @@
1
+ import { Observable } from 'rxjs';
2
+ import { AuthenticationApi, Node, UploadApi } from '@alfresco/js-api';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ProcessCloudContentService {
5
+ private readonly apiService;
6
+ private readonly nodesApiService;
7
+ private readonly contentService;
8
+ private readonly downloadService;
9
+ uploadApi: UploadApi;
10
+ authenticationApi: AuthenticationApi;
11
+ createTemporaryRawRelatedContent(file: File, nodeId: string): Observable<Node>;
12
+ getRawContentNode(nodeId: string): Observable<Blob>;
13
+ downloadNodeContent(blob: Blob, fileName: string): void;
14
+ downloadFile(nodeId: string): Promise<void>;
15
+ getAuthTicket(): Promise<string>;
16
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProcessCloudContentService, never>;
17
+ static ɵprov: i0.ɵɵInjectableDeclaration<ProcessCloudContentService>;
18
+ }
@@ -0,0 +1,12 @@
1
+ import * as i0 from "@angular/core";
2
+ export interface OutputData {
3
+ version?: string;
4
+ time?: number;
5
+ blocks: any[];
6
+ }
7
+ export declare class RichTextParserService {
8
+ private static readonly CUSTOM_PARSER;
9
+ parse(richText: OutputData): string | Error;
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<RichTextParserService, never>;
11
+ static ɵprov: i0.ɵɵInjectableDeclaration<RichTextParserService>;
12
+ }
@@ -0,0 +1,26 @@
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 { DestroyRef } from '@angular/core';
18
+ import * as i0 from "@angular/core";
19
+ export declare class FormCloudSpinnerService {
20
+ private readonly formService;
21
+ private readonly overlay;
22
+ private overlayRef?;
23
+ initSpinnerHandling(destroyRef: DestroyRef): void;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<FormCloudSpinnerService, never>;
25
+ static ɵprov: i0.ɵɵInjectableDeclaration<FormCloudSpinnerService>;
26
+ }
@@ -0,0 +1,123 @@
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 { UntypedFormControl } from '@angular/forms';
19
+ import { BehaviorSubject, Observable } from 'rxjs';
20
+ import { ComponentSelectionMode } from '../../types';
21
+ import { IdentityGroupModel } from '../models/identity-group.model';
22
+ import * as i0 from "@angular/core";
23
+ export declare class GroupCloudComponent implements OnInit, OnChanges {
24
+ private readonly identityGroupService;
25
+ /** Label for the user selection component. */
26
+ label: string;
27
+ /** Name of the application. If specified this shows the groups who have access to the app. */
28
+ appName: string;
29
+ /** Title of the field */
30
+ title: string;
31
+ /** Group selection mode (single/multiple). */
32
+ mode: ComponentSelectionMode;
33
+ /** Array of groups to be pre-selected. This pre-selects all groups in multi selection mode and only the first group of the array in single selection mode. */
34
+ preSelectGroups: IdentityGroupModel[];
35
+ /**
36
+ * This flag enables the validation on the preSelectGroups passed as input.
37
+ * In case the flag is true the components call the identity service to verify the validity of the information passed as input.
38
+ * Otherwise, no check will be done.
39
+ */
40
+ validate: boolean;
41
+ /**
42
+ * Show the info in readonly mode
43
+ */
44
+ readOnly: boolean;
45
+ /**
46
+ * Mark this field as required
47
+ */
48
+ required: boolean;
49
+ /** FormControl to list of group */
50
+ groupChipsCtrl: UntypedFormControl;
51
+ /** FormControl to search the group */
52
+ searchGroupsControl: UntypedFormControl;
53
+ /** Role names of the groups to be listed. */
54
+ roles: string[];
55
+ /** Emitted when a group is selected. */
56
+ selectGroup: EventEmitter<IdentityGroupModel>;
57
+ /** Emitted when a group is removed. */
58
+ removeGroup: EventEmitter<IdentityGroupModel>;
59
+ /** Emitted when a group selection change. */
60
+ changedGroups: EventEmitter<IdentityGroupModel[]>;
61
+ /** Emitted when an warning occurs. */
62
+ warning: EventEmitter<any>;
63
+ private readonly groupInput;
64
+ private searchGroups;
65
+ selectedGroups: IdentityGroupModel[];
66
+ invalidGroups: IdentityGroupModel[];
67
+ searchGroups$: BehaviorSubject<IdentityGroupModel[]>;
68
+ subscriptAnimationState: string;
69
+ isFocused: boolean;
70
+ touched: boolean;
71
+ validateGroupsMessage: string;
72
+ searchedValue: string;
73
+ validationLoading: boolean;
74
+ searchLoading: boolean;
75
+ typingUniqueValueNotEmpty$: Observable<any>;
76
+ private readonly destroyRef;
77
+ ngOnInit(): void;
78
+ ngOnChanges(changes: SimpleChanges): void;
79
+ private initSearch;
80
+ private initializeStream;
81
+ private isGroupAlreadySelected;
82
+ private searchGroup;
83
+ private getPreselectedGroups;
84
+ private validatePreselectGroups;
85
+ private checkPreselectValidationErrors;
86
+ private generateInvalidGroupsMessage;
87
+ private loadPreSelectGroups;
88
+ onSelect(group: IdentityGroupModel): void;
89
+ onRemove(groupToRemove: IdentityGroupModel): void;
90
+ private isPreselectedGroupInvalid;
91
+ removeDuplicatedGroups(groups: IdentityGroupModel[]): IdentityGroupModel[];
92
+ private groupChipsCtrlValue;
93
+ private removeGroupFromSelected;
94
+ private removeGroupFromValidation;
95
+ private resetSearchGroups;
96
+ private isSingleSelectionReadonly;
97
+ private isSingleMode;
98
+ private isMultipleMode;
99
+ private hasPreSelectGroups;
100
+ private hasModeChanged;
101
+ private isValidationChanged;
102
+ private hasPreselectedGroupsChanged;
103
+ private hasPreselectedGroupsCleared;
104
+ private setTypingError;
105
+ hasPreselectError(): boolean;
106
+ isReadonly(): boolean;
107
+ updateSearchControlState(): void;
108
+ getDisplayName(group: IdentityGroupModel): string;
109
+ hasError(): boolean;
110
+ isValidationLoading(): boolean;
111
+ markAsTouched(): void;
112
+ isTouched(): boolean;
113
+ isSelected(): boolean;
114
+ isDirty(): boolean;
115
+ setFocus(isFocused: boolean): void;
116
+ isValidationEnabled(): boolean;
117
+ getValidationPattern(): string;
118
+ getValidationMaxLength(): string;
119
+ getValidationMinLength(): string;
120
+ getGroupNameInitials(group: IdentityGroupModel): string;
121
+ static ɵfac: i0.ɵɵFactoryDeclaration<GroupCloudComponent, never>;
122
+ static ɵcmp: i0.ɵɵComponentDeclaration<GroupCloudComponent, "adf-cloud-group", never, { "label": { "alias": "label"; "required": false; }; "appName": { "alias": "appName"; "required": false; }; "title": { "alias": "title"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "preSelectGroups": { "alias": "preSelectGroups"; "required": false; }; "validate": { "alias": "validate"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "required": { "alias": "required"; "required": false; }; "groupChipsCtrl": { "alias": "groupChipsCtrl"; "required": false; }; "searchGroupsControl": { "alias": "searchGroupsControl"; "required": false; }; "roles": { "alias": "roles"; "required": false; }; }, { "selectGroup": "selectGroup"; "removeGroup": "removeGroup"; "changedGroups": "changedGroups"; "warning": "warning"; }, never, never, true, never>;
123
+ }
@@ -10,10 +10,8 @@
10
10
 
11
11
  .adf-group-short-name {
12
12
  margin-right: 20px;
13
- background: var(--theme-primary-color);
14
13
  width: 40px;
15
14
  height: 40px;
16
- box-shadow: none;
17
15
  }
18
16
  }
19
17
  }
@@ -22,24 +20,15 @@
22
20
  width: 100%;
23
21
 
24
22
  &-title {
25
- color: var(--adf-theme-foreground-secondary-text-color);
23
+ color: var(--mat-sys-on-surface-variant);
26
24
 
27
25
  &--focus {
28
- color: var(--theme-primary-color);
26
+ color: var(--mat-sys-primary);
29
27
  }
30
28
  }
31
29
 
32
- &-option-active:not(&:disabled) {
33
- color: var(--adf-theme-foreground-text-color);
34
- }
35
-
36
- &-option-not-active:not(&:active) {
37
- background: inherit;
38
- color: var(--adf-theme-foreground-secondary-text-color);
39
- }
40
-
41
30
  &-error {
42
- color: var(--theme-warn-color);
31
+ color: var(--mat-sys-error);
43
32
  margin-top: -10px;
44
33
  position: absolute;
45
34
  height: 20px;
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./components/group-cloud.component";
3
+ /** @deprecated use GroupCloudComponent instead */
4
+ export declare class GroupCloudModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<GroupCloudModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<GroupCloudModule, never, [typeof i1.GroupCloudComponent], [typeof i1.GroupCloudComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<GroupCloudModule>;
8
+ }
@@ -0,0 +1,21 @@
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 IdentityGroupModel {
18
+ id?: string;
19
+ name: string;
20
+ readonly?: boolean;
21
+ }
@@ -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/group-cloud.component';
18
+ export * from './models/identity-group.model';
19
+ export * from './group-cloud.module';
20
+ export * from './services/identity-group.service';
@@ -0,0 +1,28 @@
1
+ import { Observable } from 'rxjs';
2
+ import { IdentityGroupModel } from '../models/identity-group.model';
3
+ import * as i0 from "@angular/core";
4
+ export interface IdentityGroupFilterInterface {
5
+ roles?: string[];
6
+ withinApplication?: string;
7
+ }
8
+ export declare class IdentityGroupService {
9
+ private readonly oAuth2Service;
10
+ private readonly appConfigService;
11
+ queryParams: {
12
+ search: string;
13
+ application?: string;
14
+ roles?: string[];
15
+ };
16
+ search(name: string, filters?: IdentityGroupFilterInterface): Observable<IdentityGroupModel[]>;
17
+ private searchGroupsByName;
18
+ private searchGroupsWithGlobalRoles;
19
+ private searchGroupsWithinApp;
20
+ private invokeIdentityGroupApi;
21
+ private buildQueryParam;
22
+ private addOptionalCommaValueToQueryParam;
23
+ private addOptionalValueToQueryParam;
24
+ private filterOutEmptyValue;
25
+ private get identityHost();
26
+ static ɵfac: i0.ɵɵFactoryDeclaration<IdentityGroupService, never>;
27
+ static ɵprov: i0.ɵɵInjectableDeclaration<IdentityGroupService>;
28
+ }
@@ -0,0 +1,30 @@
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 { Pagination } from '@alfresco/js-api';
18
+ export declare class ApplicationVersionModel {
19
+ entry: {
20
+ id: string;
21
+ name: string;
22
+ version: string;
23
+ };
24
+ }
25
+ export declare class ApplicationVersionResponseModel {
26
+ list: {
27
+ entries: ApplicationVersionModel[];
28
+ pagination: Pagination;
29
+ };
30
+ }
@@ -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 interface ConstantValues {
18
+ unauthorizedStart: string;
19
+ triggerableByService?: 'true' | 'false';
20
+ }
@@ -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 declare const PROCESS_LIST_CUSTOM_VARIABLE_COLUMN = "process-variable-column";
18
+ export interface ProcessListDataColumnCustomData {
19
+ assignedVariableDefinitionIds: string[];
20
+ variableDefinitionsPayload: string[];
21
+ columnType: string;
22
+ }
@@ -0,0 +1,36 @@
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 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];
29
+ export interface DateRangeFilter {
30
+ startDate: string;
31
+ endDate: string;
32
+ }
33
+ export interface RangeKeys {
34
+ from: string;
35
+ to: string;
36
+ }
@@ -0,0 +1,17 @@
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 const DATE_FORMAT_CLOUD = "YYYY-MM-DD";
@@ -0,0 +1,21 @@
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 { TaskDetailsCloudModel } from '../task/models/task-details-cloud.model';
18
+ export interface TaskCloudEngineEvent {
19
+ eventType: string;
20
+ entity: TaskDetailsCloudModel;
21
+ }
@@ -0,0 +1,92 @@
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 { Pagination } from '@alfresco/js-api';
18
+ import { TaskListCloudSortingModel, TaskListRequestSortingModel } from './task-list-sorting.model';
19
+ import { TaskFilterCloudModel } from '../task/task-filters/models/filter-cloud.model';
20
+ import { ProcessVariableFilterModel } from './process-variable-filter.model';
21
+ export declare class TaskQueryCloudRequestModel {
22
+ appName: string;
23
+ appVersion?: string;
24
+ assignee?: string;
25
+ environmentId?: string;
26
+ claimedDate?: string;
27
+ createdDate?: Date;
28
+ createdFrom?: string;
29
+ createdTo?: string;
30
+ description?: string;
31
+ dueDate?: any;
32
+ lastModifiedFrom?: any;
33
+ lastModifiedTo?: any;
34
+ dueDateFrom?: any;
35
+ dueDateTo?: any;
36
+ id?: string;
37
+ name?: string;
38
+ owner?: string;
39
+ parentTaskId?: string;
40
+ standalone?: boolean;
41
+ priority?: number;
42
+ processDefinitionId?: string;
43
+ processDefinitionName?: string;
44
+ processInstanceId?: string;
45
+ status?: string;
46
+ completedBy?: string;
47
+ maxItems: number;
48
+ skipCount: number;
49
+ sorting?: TaskListCloudSortingModel[];
50
+ completedDate?: Date;
51
+ completedFrom?: string;
52
+ completedTo?: string;
53
+ candidateGroupId?: string;
54
+ variableKeys?: string[];
55
+ constructor(obj?: any);
56
+ }
57
+ export declare class TaskListRequestModel {
58
+ appName: string;
59
+ pagination?: Pagination;
60
+ sorting?: TaskListRequestSortingModel;
61
+ onlyStandalone?: boolean;
62
+ onlyRoot?: boolean;
63
+ name?: string[];
64
+ description?: string[];
65
+ processDefinitionName?: string[];
66
+ id?: string[];
67
+ parentId?: string[];
68
+ processName?: string[];
69
+ priority?: string[];
70
+ status?: string[];
71
+ completedBy?: string[];
72
+ assignee?: string[];
73
+ processInstanceId?: string[];
74
+ createdFrom?: string;
75
+ createdTo?: string;
76
+ lastModifiedFrom?: string;
77
+ lastModifiedTo?: string;
78
+ lastClaimedFrom?: string;
79
+ lastClaimedTo?: string;
80
+ dueDateFrom?: string;
81
+ dueDateTo?: string;
82
+ completedFrom?: string;
83
+ completedTo?: string;
84
+ candidateUserId?: string[];
85
+ candidateGroupId?: string[];
86
+ processVariableKeys?: string[];
87
+ processVariableFilters?: ProcessVariableFilterModel[];
88
+ constructor(obj: Partial<TaskListRequestModel>);
89
+ }
90
+ export declare class TaskFilterCloudAdapter extends TaskListRequestModel {
91
+ constructor(filter: TaskFilterCloudModel);
92
+ }
@@ -0,0 +1,32 @@
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 { ConstantValues } from './constant-values.type';
18
+ import { ProcessVariableDefinition } from './variable-definition';
19
+ export declare class ProcessDefinitionCloud {
20
+ id: string;
21
+ appName: string;
22
+ key: string;
23
+ formKey?: string;
24
+ appVersion: number;
25
+ version: number;
26
+ name: string;
27
+ category: string;
28
+ description: string;
29
+ variableDefinitions?: ProcessVariableDefinition[];
30
+ constantValues?: ConstantValues;
31
+ constructor(obj?: any);
32
+ }