@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,138 @@
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 { ContentLinkModel, FormModel, FormOutcomeEvent } from '@alfresco/adf-core';
18
+ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
19
+ import { FormCloudDisplayModeConfiguration } from '../../../../services/form-fields.interfaces';
20
+ import { TaskDetailsCloudModel } from '../../../models/task-details-cloud.model';
21
+ import { TaskFormCloudComponent } from '../task-form-cloud/task-form-cloud.component';
22
+ import { TaskScreenCloudComponent } from '../../../../screen/components/screen-cloud/user-task-screen/screen-cloud.component';
23
+ import { MatCheckboxChange } from '@angular/material/checkbox';
24
+ import { UserTaskType } from '../../../../services/task-type-resolver/task-type-resolver.service';
25
+ import * as i0 from "@angular/core";
26
+ export declare class UserTaskCloudComponent implements OnInit, OnChanges {
27
+ adfCloudTaskForm: TaskFormCloudComponent;
28
+ adfCloudTaskScreen: TaskScreenCloudComponent;
29
+ /** App id to fetch corresponding form and values. */
30
+ appName: string;
31
+ /** The available display configurations for the form */
32
+ displayModeConfigurations: FormCloudDisplayModeConfiguration[];
33
+ /**
34
+ * Toggle to enable parent visibility check for validation.
35
+ * When enabled, fields inside hidden groups/sections will skip validation.
36
+ */
37
+ enableParentVisibilityCheck: boolean;
38
+ /** Toggle readonly state of the task. */
39
+ readOnly: boolean;
40
+ /** Toggle rendering of the `Cancel` button. */
41
+ showCancelButton: boolean;
42
+ /** Toggle rendering of the `Complete` button. */
43
+ showCompleteButton: boolean;
44
+ /** Toggle rendering of the `Save` button. */
45
+ showSaveButton: boolean;
46
+ /**
47
+ * Custom text for the `Cancel` button.
48
+ * If not provided, the default text will be used.
49
+ */
50
+ customCancelButtonText: string;
51
+ /**
52
+ * Custom text for the `Complete` button.
53
+ * If not provided, the default text will be used.
54
+ */
55
+ customCompleteButtonText: string;
56
+ /**
57
+ * Custom text for the `Save` button.
58
+ * If not provided, the default text will be used.
59
+ */
60
+ customSaveButtonText: string;
61
+ /** Toggle rendering of the `Open next task` checkbox (for screens only). */
62
+ showNextTaskCheckbox: boolean;
63
+ /** Whether the `Open next task` checkbox is checked by default or not. */
64
+ isNextTaskCheckboxChecked: boolean;
65
+ /** Toggle rendering of the form title. */
66
+ showTitle: boolean;
67
+ /** Toggle rendering of the `Validation` icon. */
68
+ showValidationIcon: boolean;
69
+ /** Task id to fetch corresponding form and values. */
70
+ taskId: string;
71
+ /** Emitted when the cancel button is clicked. */
72
+ cancelClick: EventEmitter<string>;
73
+ /** Emitted when any error occurs. */
74
+ error: EventEmitter<any>;
75
+ /** Emitted when the `Open next task` checkbox was toggled. */
76
+ nextTaskCheckboxCheckedChanged: EventEmitter<MatCheckboxChange>;
77
+ /**
78
+ * Emitted when any outcome is executed. Default behaviour can be prevented
79
+ * via `event.preventDefault()`.
80
+ */
81
+ executeOutcome: EventEmitter<FormOutcomeEvent>;
82
+ /** Emitted when form content is clicked. */
83
+ formContentClicked: EventEmitter<ContentLinkModel>;
84
+ /** Emitted when the form is loaded or reloaded. */
85
+ formLoaded: EventEmitter<FormModel>;
86
+ /** Emitted when the form is saved. */
87
+ formSaved: EventEmitter<FormModel>;
88
+ /**
89
+ * Emitted when a task is loaded`.
90
+ */
91
+ onTaskLoaded: EventEmitter<TaskDetailsCloudModel>;
92
+ /** Emitted when the task is claimed. */
93
+ taskClaimed: EventEmitter<string>;
94
+ /** Emitted when the task is unclaimed. */
95
+ taskUnclaimed: EventEmitter<string>;
96
+ /** Emitted when the task is completed. */
97
+ taskCompleted: EventEmitter<boolean>;
98
+ candidateUsers: string[];
99
+ candidateGroups: string[];
100
+ loading: boolean;
101
+ taskDetails: TaskDetailsCloudModel;
102
+ taskType: UserTaskType;
103
+ taskTypeEnum: {
104
+ readonly Form: "form";
105
+ readonly Screen: "screen";
106
+ readonly None: "";
107
+ };
108
+ screenId: string;
109
+ private readonly taskCloudService;
110
+ private readonly taskTypeResolverService;
111
+ private readonly destroyRef;
112
+ ngOnChanges(changes: SimpleChanges): void;
113
+ ngOnInit(): void;
114
+ canClaimTask(): boolean;
115
+ canCompleteTask(): boolean;
116
+ canUnclaimTask(): boolean;
117
+ getTaskType(): void;
118
+ hasCandidateUsers(): boolean;
119
+ hasCandidateGroups(): boolean;
120
+ hasCandidateUsersOrGroups(): boolean;
121
+ onCancelForm(): void;
122
+ onCancelClick(): void;
123
+ onClaimTask(): void;
124
+ onCompleteTask(openNextTask?: boolean, taskType?: UserTaskType): void;
125
+ onCompleteTaskForm(): void;
126
+ onError(data: any): void;
127
+ onFormLoaded(form: FormModel): void;
128
+ onExecuteOutcome(outcome: FormOutcomeEvent): void;
129
+ onFormContentClicked(content: ContentLinkModel): void;
130
+ onFormSaved(): void;
131
+ onTaskUnclaimed(): void;
132
+ onUnclaimTask(): void;
133
+ onNextTaskCheckboxCheckedChanged(event: MatCheckboxChange): void;
134
+ private loadTask;
135
+ switchToDisplayMode(newDisplayMode?: string): void;
136
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserTaskCloudComponent, never>;
137
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserTaskCloudComponent, "adf-cloud-user-task", never, { "appName": { "alias": "appName"; "required": false; }; "displayModeConfigurations": { "alias": "displayModeConfigurations"; "required": false; }; "enableParentVisibilityCheck": { "alias": "enableParentVisibilityCheck"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "showCancelButton": { "alias": "showCancelButton"; "required": false; }; "showCompleteButton": { "alias": "showCompleteButton"; "required": false; }; "showSaveButton": { "alias": "showSaveButton"; "required": false; }; "customCancelButtonText": { "alias": "customCancelButtonText"; "required": false; }; "customCompleteButtonText": { "alias": "customCompleteButtonText"; "required": false; }; "customSaveButtonText": { "alias": "customSaveButtonText"; "required": false; }; "showNextTaskCheckbox": { "alias": "showNextTaskCheckbox"; "required": false; }; "isNextTaskCheckboxChecked": { "alias": "isNextTaskCheckboxChecked"; "required": false; }; "showTitle": { "alias": "showTitle"; "required": false; }; "showValidationIcon": { "alias": "showValidationIcon"; "required": false; }; "taskId": { "alias": "taskId"; "required": false; }; }, { "cancelClick": "cancelClick"; "error": "error"; "nextTaskCheckboxCheckedChanged": "nextTaskCheckboxCheckedChanged"; "executeOutcome": "executeOutcome"; "formContentClicked": "formContentClicked"; "formLoaded": "formLoaded"; "formSaved": "formSaved"; "onTaskLoaded": "onTaskLoaded"; "taskClaimed": "taskClaimed"; "taskUnclaimed": "taskUnclaimed"; "taskCompleted": "taskCompleted"; }, never, never, true, never>;
138
+ }
@@ -0,0 +1,41 @@
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, OnInit } from '@angular/core';
18
+ import * as i0 from "@angular/core";
19
+ export declare class ClaimTaskCloudDirective implements OnInit {
20
+ private readonly el;
21
+ private readonly renderer;
22
+ private readonly taskListService;
23
+ private readonly identityUserService;
24
+ /** (Required) The id of the task. */
25
+ taskId: string;
26
+ /** (Required) The name of the application. */
27
+ appName: string;
28
+ /** Emitted when the task is completed. */
29
+ success: EventEmitter<any>;
30
+ /** Emitted when the task cannot be completed. */
31
+ error: EventEmitter<any>;
32
+ invalidParams: string[];
33
+ ngOnInit(): void;
34
+ validateInputs(): void;
35
+ isTaskValid(): boolean;
36
+ isAppValid(): boolean;
37
+ onClick(): Promise<void>;
38
+ private claimTask;
39
+ static ɵfac: i0.ɵɵFactoryDeclaration<ClaimTaskCloudDirective, never>;
40
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ClaimTaskCloudDirective, "[adf-cloud-claim-task]", never, { "taskId": { "alias": "taskId"; "required": false; }; "appName": { "alias": "appName"; "required": false; }; }, { "success": "success"; "error": "error"; }, never, never, true, never>;
41
+ }
@@ -0,0 +1,39 @@
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, OnInit } from '@angular/core';
18
+ import * as i0 from "@angular/core";
19
+ export declare class UnClaimTaskCloudDirective implements OnInit {
20
+ private readonly el;
21
+ private readonly renderer;
22
+ private readonly taskListService;
23
+ /** (Required) The id of the task. */
24
+ taskId: string;
25
+ /** (Required) The name of the application. */
26
+ appName: string;
27
+ /** Emitted when the task is completed. */
28
+ success: EventEmitter<any>;
29
+ /** Emitted when the task cannot be completed. */
30
+ error: EventEmitter<any>;
31
+ invalidParams: string[];
32
+ ngOnInit(): void;
33
+ validateInputs(): void;
34
+ isTaskValid(): boolean;
35
+ isAppValid(): boolean;
36
+ onClick(): Promise<void>;
37
+ static ɵfac: i0.ɵɵFactoryDeclaration<UnClaimTaskCloudDirective, never>;
38
+ static ɵdir: i0.ɵɵDirectiveDeclaration<UnClaimTaskCloudDirective, "[adf-cloud-unclaim-task]", never, { "taskId": { "alias": "taskId"; "required": false; }; "appName": { "alias": "appName"; "required": false; }; }, { "success": "success"; "error": "error"; }, never, never, true, never>;
39
+ }
@@ -0,0 +1,49 @@
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 } from '@angular/core';
18
+ import * as i0 from "@angular/core";
19
+ export declare class UserTaskCloudButtonsComponent {
20
+ /** App id to fetch corresponding form and values. */
21
+ appName: string;
22
+ /** Boolean informing if a task can be claimed. */
23
+ canClaimTask: boolean;
24
+ /** Boolean informing if a task can be unclaimed. */
25
+ canUnclaimTask: boolean;
26
+ /** Task id to fetch corresponding form and values. */
27
+ taskId: string;
28
+ /** Toggle rendering of the `Cancel` button. */
29
+ showCancelButton: boolean;
30
+ /**
31
+ * Custom text for the `Cancel` button.
32
+ * If not provided, the default text will be used.
33
+ */
34
+ customCancelButtonText: string;
35
+ /** Emitted when any error occurs. */
36
+ error: EventEmitter<any>;
37
+ /** Emitted when the cancel button is clicked. */
38
+ cancelClick: EventEmitter<any>;
39
+ /** Emitted when the task is claimed. */
40
+ claimTask: EventEmitter<any>;
41
+ /** Emitted when the task is unclaimed. */
42
+ unclaimTask: EventEmitter<any>;
43
+ onError(data: any): void;
44
+ onUnclaimTask(): void;
45
+ onClaimTask(): void;
46
+ onCancelClick(): void;
47
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserTaskCloudButtonsComponent, never>;
48
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserTaskCloudButtonsComponent, "adf-cloud-user-task-cloud-buttons", never, { "appName": { "alias": "appName"; "required": false; }; "canClaimTask": { "alias": "canClaimTask"; "required": false; }; "canUnclaimTask": { "alias": "canUnclaimTask"; "required": false; }; "taskId": { "alias": "taskId"; "required": false; }; "showCancelButton": { "alias": "showCancelButton"; "required": false; }; "customCancelButtonText": { "alias": "customCancelButtonText"; "required": false; }; }, { "error": "error"; "cancelClick": "cancelClick"; "claimTask": "claimTask"; "unclaimTask": "unclaimTask"; }, never, never, true, never>;
49
+ }
@@ -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/task-form-cloud/task-form-cloud.component';
18
+ export * from './components/user-task-cloud/user-task-cloud.component';
19
+ export * from './components/user-task-cloud-buttons/user-task-cloud-buttons.component';
20
+ export * from './task-form.module';
@@ -0,0 +1,14 @@
1
+ import { TaskFormCloudComponent } from './components/task-form-cloud/task-form-cloud.component';
2
+ import { UserTaskCloudComponent } from './components/user-task-cloud/user-task-cloud.component';
3
+ import { UserTaskCloudButtonsComponent } from './components/user-task-cloud-buttons/user-task-cloud-buttons.component';
4
+ import * as i0 from "@angular/core";
5
+ import * as i1 from "./components/user-task-cloud-buttons/user-task-cloud-buttons.component";
6
+ import * as i2 from "./components/task-form-cloud/task-form-cloud.component";
7
+ import * as i3 from "./components/user-task-cloud/user-task-cloud.component";
8
+ export declare const TASK_FORM_CLOUD_DIRECTIVES: readonly [typeof UserTaskCloudButtonsComponent, typeof TaskFormCloudComponent, typeof UserTaskCloudComponent];
9
+ /** @deprecated use standalone component imports instead (...TASK_FORM_CLOUD_DIRECTIVES) */
10
+ export declare class TaskFormModule {
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<TaskFormModule, never>;
12
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TaskFormModule, never, [typeof i1.UserTaskCloudButtonsComponent, typeof i2.TaskFormCloudComponent, typeof i3.UserTaskCloudComponent], [typeof i1.UserTaskCloudButtonsComponent, typeof i2.TaskFormCloudComponent, typeof i3.UserTaskCloudComponent]>;
13
+ static ɵinj: i0.ɵɵInjectorDeclaration<TaskFormModule>;
14
+ }
@@ -0,0 +1,86 @@
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 } from '@angular/core';
18
+ import { CardViewArrayItem, CardViewItem } from '@alfresco/adf-core';
19
+ import { TaskDetailsCloudModel } from '../../models/task-details-cloud.model';
20
+ import * as i0 from "@angular/core";
21
+ export declare class TaskHeaderCloudComponent implements OnInit, OnChanges {
22
+ private readonly taskCloudService;
23
+ private readonly translationService;
24
+ private readonly appConfig;
25
+ private readonly cardViewUpdateService;
26
+ /** (Required) The name of the application. */
27
+ appName: string;
28
+ /** (Required) The id of the task. */
29
+ taskId: string;
30
+ /** Show/Hide the task title */
31
+ showTitle: boolean;
32
+ /** Process instance id used when task details do not include it. */
33
+ processInstanceId?: string;
34
+ /** Emitted when the task is claimed. */
35
+ claim: EventEmitter<any>;
36
+ /** Emitted when the task is unclaimed (ie, requeued). */
37
+ unclaim: EventEmitter<any>;
38
+ /** Emitted when the given task has errors. */
39
+ error: EventEmitter<any>;
40
+ taskDetails: TaskDetailsCloudModel;
41
+ candidateUsers: CardViewArrayItem[];
42
+ candidateGroups: CardViewArrayItem[];
43
+ properties: CardViewItem[];
44
+ inEdit: boolean;
45
+ parentTaskName: string;
46
+ dateFormat: string;
47
+ dateLocale: string;
48
+ displayDateClearAction: boolean;
49
+ isLoading: boolean;
50
+ private readonly destroyRef;
51
+ private readonly clipboardService;
52
+ constructor();
53
+ ngOnInit(): void;
54
+ ngOnChanges(): void;
55
+ loadTaskDetailsById(appName: string, taskId: string): void;
56
+ private initDefaultProperties;
57
+ /**
58
+ * Refresh the card data
59
+ */
60
+ refreshData(): void;
61
+ /**
62
+ * Save a task detail and update it after a successful response
63
+ *
64
+ * @param updateNotification notification model
65
+ */
66
+ private updateTaskDetails;
67
+ private applyProcessInstanceIdToTaskDetails;
68
+ private onPropertyClicked;
69
+ private copyProcessInstanceIdToClipboard;
70
+ private loadParentName;
71
+ isCompleted(): boolean;
72
+ hasAssignee(): boolean;
73
+ isTaskValid(): boolean;
74
+ isTaskAssigned(): boolean;
75
+ isTaskEditable(): boolean;
76
+ /**
77
+ * as per [ACA-3960] it required an empty array argument for now
78
+ * Empty array will be replaced with candidateGroups in feature
79
+ *
80
+ * @returns `true` if assignee property is clickable, otherwise `false`
81
+ */
82
+ isAssigneePropertyClickable(): boolean;
83
+ private isValidSelection;
84
+ static ɵfac: i0.ɵɵFactoryDeclaration<TaskHeaderCloudComponent, never>;
85
+ static ɵcmp: i0.ɵɵComponentDeclaration<TaskHeaderCloudComponent, "adf-cloud-task-header", never, { "appName": { "alias": "appName"; "required": true; }; "taskId": { "alias": "taskId"; "required": true; }; "showTitle": { "alias": "showTitle"; "required": false; }; "processInstanceId": { "alias": "processInstanceId"; "required": false; }; }, { "claim": "claim"; "unclaim": "unclaim"; "error": "error"; }, never, never, true, never>;
86
+ }
@@ -14,12 +14,12 @@
14
14
 
15
15
  &-switch-to-edit-mode,
16
16
  &-save-edit-mode {
17
- color: var(--theme-primary-color);
17
+ color: var(--mat-sys-primary);
18
18
  }
19
19
 
20
20
  &-cancel-edit-mode,
21
21
  &-claim-controls {
22
- color: rgb(131, 131, 131);
22
+ color: var(--mat-sys-on-surface-variant);
23
23
  }
24
24
 
25
25
  &-task-header-loading {
@@ -0,0 +1,18 @@
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/task-header-cloud.component';
18
+ export * from './task-header-cloud.module';
@@ -0,0 +1,8 @@
1
+ import * as i0 from "@angular/core";
2
+ import * as i1 from "./components/task-header-cloud.component";
3
+ /** @deprecated use TaskHeaderCloudComponent standalone component */
4
+ export declare class TaskHeaderCloudModule {
5
+ static ɵfac: i0.ɵɵFactoryDeclaration<TaskHeaderCloudModule, never>;
6
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TaskHeaderCloudModule, never, [typeof i1.TaskHeaderCloudComponent], [typeof i1.TaskHeaderCloudComponent]>;
7
+ static ɵinj: i0.ɵɵInjectorDeclaration<TaskHeaderCloudModule>;
8
+ }
@@ -0,0 +1,131 @@
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 { AfterContentInit, DestroyRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
18
+ import { AppConfigService, CustomEmptyContentTemplateDirective, DataCellEvent, DataColumn, DataRow, DataRowActionEvent, DataRowEvent, DataTableSchema, ObjectDataTableAdapter, PaginatedComponent, PaginationModel, UserPreferencesService } from '@alfresco/adf-core';
19
+ import { TaskQueryCloudRequestModel } from '../../../models/filter-cloud-model';
20
+ import { BehaviorSubject, Observable } from 'rxjs';
21
+ import { TaskListCloudSortingModel } from '../../../models/task-list-sorting.model';
22
+ import { TaskCloudService } from '../../services/task-cloud.service';
23
+ import { PreferenceCloudServiceInterface } from '../../../services/preference-cloud.interface';
24
+ import * as i0 from "@angular/core";
25
+ export declare const TasksListCloudPreferences: {
26
+ readonly columnOrder: "tasks-list-cloud-columns-order";
27
+ readonly columnsVisibility: "tasks-list-cloud-columns-visibility";
28
+ readonly columnsWidths: "tasks-list-cloud-columns-widths";
29
+ };
30
+ export type TasksListCloudPreferences = (typeof TasksListCloudPreferences)[keyof typeof TasksListCloudPreferences];
31
+ export declare abstract class BaseTaskListCloudComponent<T = unknown> extends DataTableSchema<T> implements OnChanges, AfterContentInit, PaginatedComponent, OnInit {
32
+ emptyCustomContent: CustomEmptyContentTemplateDirective;
33
+ /** The name of the application. */
34
+ appName: string;
35
+ /**
36
+ * Row selection mode. Can be none, `single` or `multiple`. For `multiple` mode,
37
+ * you can use the Cmd (macOS) or Ctrl (Win) modifier key to toggle selection for
38
+ * multiple rows.
39
+ */
40
+ selectionMode: string;
41
+ /** Toggles multiple row selection, rendering a checkbox at the beginning of each row. */
42
+ multiselect: boolean;
43
+ /** Toggles the sticky header mode. */
44
+ stickyHeader: boolean;
45
+ /**
46
+ * Specifies how the table should be sorted. The parameters are for BE sorting.
47
+ */
48
+ sorting: TaskListCloudSortingModel[];
49
+ /** Toggles the data actions column. */
50
+ showActions: boolean;
51
+ /** Position of the actions dropdown menu. Can be "left" or "right". */
52
+ actionsPosition: string;
53
+ /** Toggles custom context menu for the component. */
54
+ showContextMenu: boolean;
55
+ /** Toggles the provided actions. */
56
+ showProvidedActions: boolean;
57
+ /** Toggles main datatable actions. */
58
+ showMainDatatableActions: boolean;
59
+ /** Toggles main datatable column resizing feature. */
60
+ isResizingEnabled: boolean;
61
+ /** Emitted before the context menu is displayed for a row. */
62
+ showRowContextMenu: EventEmitter<DataCellEvent>;
63
+ /** Emitted before the actions menu is displayed for a row. */
64
+ showRowActionsMenu: EventEmitter<DataCellEvent>;
65
+ /** Emitted when the user executes a row action. */
66
+ executeRowAction: EventEmitter<DataRowActionEvent>;
67
+ /** Emitted when a task in the list is clicked */
68
+ rowClick: EventEmitter<string>;
69
+ /** Emitted when rows are selected/unselected */
70
+ rowsSelected: EventEmitter<unknown[]>;
71
+ /** Emitted when the task list is loaded */
72
+ success: EventEmitter<unknown>;
73
+ /** Emitted when an error occurs. */
74
+ error: EventEmitter<unknown>;
75
+ pagination: BehaviorSubject<PaginationModel>;
76
+ requestNode: TaskQueryCloudRequestModel;
77
+ rows: any[];
78
+ size: number;
79
+ skipCount: number;
80
+ currentInstanceId: string;
81
+ selectedInstances: string[];
82
+ formattedSorting: string[];
83
+ dataAdapter: ObjectDataTableAdapter | undefined;
84
+ protected defaultSorting: {
85
+ key: string;
86
+ direction: string;
87
+ };
88
+ boundReplacePriorityValues: (row: DataRow, col: DataColumn) => unknown;
89
+ protected abstract isLoading$: Observable<boolean>;
90
+ protected isLoadingPreferences$: BehaviorSubject<boolean>;
91
+ protected readonly destroyRef: DestroyRef;
92
+ protected readonly appConfigService: AppConfigService;
93
+ protected readonly taskCloudService: TaskCloudService;
94
+ protected readonly userPreferences: UserPreferencesService;
95
+ private readonly cloudPreferenceService;
96
+ constructor(presetKey: string, cloudPreferenceService: PreferenceCloudServiceInterface);
97
+ ngOnInit(): void;
98
+ ngOnChanges(changes: SimpleChanges): void;
99
+ private retrieveTasksPreferences;
100
+ ngAfterContentInit(): void;
101
+ isListEmpty(): boolean;
102
+ /**
103
+ * Resets the pagination values
104
+ */
105
+ resetPagination(): void;
106
+ /**
107
+ * Resets the pagination values and
108
+ * Reloads the task list
109
+ *
110
+ * @param pagination Pagination values to be set
111
+ */
112
+ updatePagination(pagination: PaginationModel): void;
113
+ onSortingChanged(event: CustomEvent): void;
114
+ onRowClick(item: DataRowEvent): void;
115
+ onRowSelect(event: CustomEvent): void;
116
+ onRowUnselect(event: CustomEvent): void;
117
+ onRowKeyUp(event: CustomEvent): void;
118
+ onShowRowActionsMenu(event: DataCellEvent): void;
119
+ onShowRowContextMenu(event: DataCellEvent): void;
120
+ onExecuteRowAction(row: DataRowActionEvent): void;
121
+ onColumnOrderChanged(columnsWithNewOrder: DataColumn[]): void;
122
+ onColumnsVisibilityChange(columns: DataColumn[]): void;
123
+ onColumnsWidthChanged(columns: DataColumn[]): void;
124
+ setSorting(sortDetail: any): void;
125
+ formatSorting(sorting: TaskListCloudSortingModel[]): void;
126
+ isValidSorting(sorting: TaskListCloudSortingModel[]): string;
127
+ replacePriorityValues(row: DataRow, column: DataColumn): any;
128
+ abstract reload(): any;
129
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseTaskListCloudComponent<any>, never>;
130
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseTaskListCloudComponent<any>, never, never, { "appName": { "alias": "appName"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "multiselect": { "alias": "multiselect"; "required": false; }; "stickyHeader": { "alias": "stickyHeader"; "required": false; }; "sorting": { "alias": "sorting"; "required": false; }; "showActions": { "alias": "showActions"; "required": false; }; "actionsPosition": { "alias": "actionsPosition"; "required": false; }; "showContextMenu": { "alias": "showContextMenu"; "required": false; }; "showProvidedActions": { "alias": "showProvidedActions"; "required": false; }; "showMainDatatableActions": { "alias": "showMainDatatableActions"; "required": false; }; "isResizingEnabled": { "alias": "isResizingEnabled"; "required": false; }; }, { "showRowContextMenu": "showRowContextMenu"; "showRowActionsMenu": "showRowActionsMenu"; "executeRowAction": "executeRowAction"; "rowClick": "rowClick"; "rowsSelected": "rowsSelected"; "success": "success"; "error": "error"; }, ["emptyCustomContent"], never, true, never>;
131
+ }
@@ -0,0 +1,16 @@
1
+ import { ServiceTaskQueryCloudRequestModel } from '../../models/service-task-cloud.model';
2
+ import { BaseTaskListCloudComponent } from '../base-task-list-cloud.component';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ServiceTaskListCloudComponent extends BaseTaskListCloudComponent {
5
+ private readonly serviceTaskListCloudService;
6
+ queryParams: {
7
+ [key: string]: any;
8
+ };
9
+ private readonly isReloadingSubject$;
10
+ isLoading$: import("rxjs").Observable<boolean>;
11
+ constructor();
12
+ reload(): void;
13
+ createRequestNode(): ServiceTaskQueryCloudRequestModel;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ServiceTaskListCloudComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<ServiceTaskListCloudComponent, "adf-cloud-service-task-list", never, { "queryParams": { "alias": "queryParams"; "required": false; }; }, {}, never, ["adf-custom-empty-content-template"], true, never>;
16
+ }
@@ -0,0 +1,23 @@
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 { DataColumn, DataRow, ObjectDataTableAdapter } from '@alfresco/adf-core';
18
+ import { ProcessListDataColumnCustomData } from '../../../../../models/data-column-custom-data';
19
+ import { TaskInstanceCloudListViewModel } from '../../../models/task-cloud-view.model';
20
+ export declare class TasksListDatatableAdapter extends ObjectDataTableAdapter {
21
+ constructor(data: TaskInstanceCloudListViewModel[], schema: DataColumn<ProcessListDataColumnCustomData>[]);
22
+ getColumnType(row: DataRow, col: DataColumn<ProcessListDataColumnCustomData>): string;
23
+ }