@alfresco/adf-process-services-cloud 8.1.0-16500060130 → 8.1.0-16877609768
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/assets/adf-process-services-cloud/i18n/de.json +0 -3
- package/bundles/assets/adf-process-services-cloud/i18n/es.json +0 -3
- package/bundles/assets/adf-process-services-cloud/i18n/fr.json +0 -3
- package/bundles/assets/adf-process-services-cloud/i18n/it.json +0 -3
- package/bundles/assets/adf-process-services-cloud/i18n/pl.json +0 -3
- package/bundles/assets/adf-process-services-cloud/i18n/pt.json +0 -3
- package/fesm2022/adf-process-services-cloud.mjs +597 -450
- package/fesm2022/adf-process-services-cloud.mjs.map +1 -1
- package/lib/form/components/form-cloud.component.d.ts +1 -12
- package/lib/form/form-cloud.module.d.ts +18 -16
- package/lib/form/services/form-cloud.service.d.ts +1 -1
- package/lib/process-services-cloud.module.d.ts +22 -20
- package/lib/rich-text-editor/editorjs-config.d.ts +78 -0
- package/lib/rich-text-editor/index.d.ts +17 -0
- package/lib/rich-text-editor/public-api.d.ts +18 -0
- package/lib/rich-text-editor/rich-text-editor.component.d.ts +36 -0
- package/lib/rich-text-editor/rich-text-editor.component.scss +32 -0
- package/lib/rich-text-editor/rich-text-editor.module.d.ts +8 -0
- package/lib/task/task-filters/components/base-task-filters-cloud.component.d.ts +1 -1
- package/lib/task/task-filters/components/edit-task-filters/base-edit-task-filter-cloud.component.d.ts +1 -1
- package/lib/task/task-form/components/task-form-cloud/task-form-cloud.component.d.ts +1 -21
- package/lib/task/task-form/components/user-task-cloud/user-task-cloud.component.d.ts +1 -21
- package/lib/task/task-form/components/user-task-cloud-buttons/user-task-cloud-buttons.component.d.ts +1 -6
- package/lib/task/task-list/components/base-task-list-cloud.component.d.ts +1 -1
- package/package.json +21 -10
- package/public-api.d.ts +1 -0
- package/esm2022/adf-process-services-cloud.mjs +0 -5
- package/esm2022/lib/app/app-list-cloud.module.mjs +0 -20
- package/esm2022/lib/app/components/app-details-cloud/app-details-cloud.component.mjs +0 -67
- package/esm2022/lib/app/components/app-list-cloud/app-list-cloud.component.mjs +0 -125
- package/esm2022/lib/app/models/application-instance.model.mjs +0 -24
- package/esm2022/lib/app/public-api.mjs +0 -22
- package/esm2022/lib/app/services/apps-process-cloud.service.mjs +0 -97
- package/esm2022/lib/common/date-range-filter/date-range-filter.component.mjs +0 -163
- package/esm2022/lib/common/date-range-filter/date-range-filter.service.mjs +0 -97
- package/esm2022/lib/common/index.mjs +0 -18
- package/esm2022/lib/common/interface/environment.interface.mjs +0 -18
- package/esm2022/lib/common/interface/index.mjs +0 -18
- package/esm2022/lib/common/interface/public-api.mjs +0 -18
- package/esm2022/lib/common/public-api.mjs +0 -19
- package/esm2022/lib/form/components/cloud-form-rendering.service.mjs +0 -57
- package/esm2022/lib/form/components/form-cloud-custom-outcomes.component.mjs +0 -31
- package/esm2022/lib/form/components/form-cloud.component.mjs +0 -420
- package/esm2022/lib/form/components/form-definition-selector-cloud.component.mjs +0 -53
- package/esm2022/lib/form/components/spinner/form-spinner.component.mjs +0 -35
- package/esm2022/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.mjs +0 -249
- package/esm2022/lib/form/components/widgets/attach-file/file-properties-table/file-properties-table-cloud.component.mjs +0 -136
- package/esm2022/lib/form/components/widgets/data-table/data-table-adapter.widget.mjs +0 -107
- package/esm2022/lib/form/components/widgets/data-table/data-table.widget.mjs +0 -120
- package/esm2022/lib/form/components/widgets/data-table/helpers/data-table-path-parser.helper.mjs +0 -122
- package/esm2022/lib/form/components/widgets/date/date-cloud.widget.mjs +0 -189
- package/esm2022/lib/form/components/widgets/display-external-property/display-external-property.widget.mjs +0 -85
- package/esm2022/lib/form/components/widgets/display-rich-text/display-rich-text.widget.mjs +0 -80
- package/esm2022/lib/form/components/widgets/dropdown/dropdown-cloud.widget.mjs +0 -464
- package/esm2022/lib/form/components/widgets/dropdown/validators.mjs +0 -29
- package/esm2022/lib/form/components/widgets/file-viewer/file-viewer.widget.mjs +0 -46
- package/esm2022/lib/form/components/widgets/group/group-cloud.widget.mjs +0 -82
- package/esm2022/lib/form/components/widgets/people/people-cloud.widget.mjs +0 -91
- package/esm2022/lib/form/components/widgets/properties-viewer/properties-viewer-wrapper/properties-viewer-wrapper.component.mjs +0 -81
- package/esm2022/lib/form/components/widgets/properties-viewer/properties-viewer.widget.mjs +0 -53
- package/esm2022/lib/form/components/widgets/radio-buttons/radio-buttons-cloud.schema.mjs +0 -86
- package/esm2022/lib/form/components/widgets/radio-buttons/radio-buttons-cloud.widget.mjs +0 -116
- package/esm2022/lib/form/components/widgets/upload/upload-cloud.widget.mjs +0 -187
- package/esm2022/lib/form/form-cloud.module.mjs +0 -99
- package/esm2022/lib/form/models/form-cloud-representation.model.mjs +0 -48
- package/esm2022/lib/form/models/task-variable-cloud.model.mjs +0 -28
- package/esm2022/lib/form/public-api.mjs +0 -44
- package/esm2022/lib/form/services/content-cloud-node-selector.service.mjs +0 -120
- package/esm2022/lib/form/services/display-mode.service.mjs +0 -146
- package/esm2022/lib/form/services/form-cloud.service.interface.mjs +0 -18
- package/esm2022/lib/form/services/form-cloud.service.mjs +0 -201
- package/esm2022/lib/form/services/form-definition-selector-cloud.service.interface.mjs +0 -18
- package/esm2022/lib/form/services/form-definition-selector-cloud.service.mjs +0 -51
- package/esm2022/lib/form/services/form-utils.service.mjs +0 -37
- package/esm2022/lib/form/services/process-cloud-content.service.mjs +0 -71
- package/esm2022/lib/form/services/spinner/form-cloud-spinner.service.mjs +0 -52
- package/esm2022/lib/group/components/group-cloud.component.mjs +0 -423
- package/esm2022/lib/group/group-cloud.module.mjs +0 -33
- package/esm2022/lib/group/models/identity-group.model.mjs +0 -18
- package/esm2022/lib/group/public-api.mjs +0 -21
- package/esm2022/lib/group/services/identity-group.service.mjs +0 -89
- package/esm2022/lib/models/application-version.model.mjs +0 -21
- package/esm2022/lib/models/constant-values.type.mjs +0 -18
- package/esm2022/lib/models/data-column-custom-data.mjs +0 -18
- package/esm2022/lib/models/date-cloud-filter.model.mjs +0 -31
- package/esm2022/lib/models/date-format-cloud.model.mjs +0 -18
- package/esm2022/lib/models/engine-event-cloud.model.mjs +0 -18
- package/esm2022/lib/models/filter-cloud-model.mjs +0 -128
- package/esm2022/lib/models/process-definition-cloud.model.mjs +0 -32
- package/esm2022/lib/models/process-instance-variable.model.mjs +0 -18
- package/esm2022/lib/models/process-variable-filter.model.mjs +0 -18
- package/esm2022/lib/models/task-cloud.model.mjs +0 -23
- package/esm2022/lib/models/task-list-sorting.model.mjs +0 -40
- package/esm2022/lib/models/variable-definition.mjs +0 -18
- package/esm2022/lib/people/components/people-cloud.component.mjs +0 -498
- package/esm2022/lib/people/models/identity-user.model.mjs +0 -18
- package/esm2022/lib/people/people-cloud.module.mjs +0 -33
- package/esm2022/lib/people/public-api.mjs +0 -21
- package/esm2022/lib/people/services/identity-user.service.mjs +0 -119
- package/esm2022/lib/process/process-cloud.module.mjs +0 -40
- package/esm2022/lib/process/process-filters/components/edit-process-filter/edit-process-filter-cloud.component.mjs +0 -801
- package/esm2022/lib/process/process-filters/components/process-filter-dialog/process-filter-dialog-cloud.component.mjs +0 -58
- package/esm2022/lib/process/process-filters/components/process-filters/process-filters-cloud.component.mjs +0 -292
- package/esm2022/lib/process/process-filters/models/process-filter-cloud.model.mjs +0 -170
- package/esm2022/lib/process/process-filters/process-filters-cloud.module.mjs +0 -44
- package/esm2022/lib/process/process-filters/public-api.mjs +0 -23
- package/esm2022/lib/process/process-filters/services/process-filter-cloud.service.mjs +0 -408
- package/esm2022/lib/process/process-header/components/process-header-cloud.component.mjs +0 -137
- package/esm2022/lib/process/process-header/process-header-cloud.module.mjs +0 -33
- package/esm2022/lib/process/process-header/public-api.mjs +0 -19
- package/esm2022/lib/process/process-list/components/process-list-cloud.component.mjs +0 -593
- package/esm2022/lib/process/process-list/datatable/process-list-datatable-adapter.mjs +0 -31
- package/esm2022/lib/process/process-list/models/perocess-instance-cloud-view.model.mjs +0 -18
- package/esm2022/lib/process/process-list/models/process-cloud-preferences.mjs +0 -24
- package/esm2022/lib/process/process-list/models/process-cloud-preset.model.mjs +0 -37
- package/esm2022/lib/process/process-list/models/process-cloud-query-request.model.mjs +0 -107
- package/esm2022/lib/process/process-list/models/process-list-sorting.model.mjs +0 -40
- package/esm2022/lib/process/process-list/process-list-cloud.module.mjs +0 -45
- package/esm2022/lib/process/process-list/public-api.mjs +0 -25
- package/esm2022/lib/process/process-list/services/process-list-cloud.service.mjs +0 -253
- package/esm2022/lib/process/process-list/services/process-task-list-cloud.service.mjs +0 -109
- package/esm2022/lib/process/public-api.mjs +0 -23
- package/esm2022/lib/process/services/process-cloud.service.mjs +0 -105
- package/esm2022/lib/process/start-process/components/start-process-cloud.component.mjs +0 -465
- package/esm2022/lib/process/start-process/models/process-instance-cloud.model.mjs +0 -18
- package/esm2022/lib/process/start-process/models/process-payload-cloud.model.mjs +0 -26
- package/esm2022/lib/process/start-process/models/process-with-form-payload-cloud.model.mjs +0 -26
- package/esm2022/lib/process/start-process/public-api.mjs +0 -21
- package/esm2022/lib/process/start-process/services/start-process-cloud.service.mjs +0 -125
- package/esm2022/lib/process-services-cloud.module.mjs +0 -98
- package/esm2022/lib/providers.mjs +0 -45
- package/esm2022/lib/screen/components/screen-cloud/screen-cloud.component.mjs +0 -186
- package/esm2022/lib/screen/models/screen-cloud.model.mjs +0 -18
- package/esm2022/lib/screen/public-api.mjs +0 -18
- package/esm2022/lib/services/base-cloud.service.mjs +0 -83
- package/esm2022/lib/services/cloud-token.service.mjs +0 -23
- package/esm2022/lib/services/form-fields.interfaces.mjs +0 -55
- package/esm2022/lib/services/local-preference-cloud.service.mjs +0 -122
- package/esm2022/lib/services/notification-cloud.service.mjs +0 -45
- package/esm2022/lib/services/preference-cloud.interface.mjs +0 -18
- package/esm2022/lib/services/public-api.mjs +0 -28
- package/esm2022/lib/services/screen-rendering.service.mjs +0 -30
- package/esm2022/lib/services/task-list-cloud.service.interface.mjs +0 -18
- package/esm2022/lib/services/user-preference-cloud.service.mjs +0 -105
- package/esm2022/lib/services/variable-mapper.sevice.mjs +0 -77
- package/esm2022/lib/services/web-socket.service.mjs +0 -146
- package/esm2022/lib/task/models/start-task-cloud-request.model.mjs +0 -32
- package/esm2022/lib/task/models/task-details-cloud.model.mjs +0 -26
- package/esm2022/lib/task/models/task.model.mjs +0 -23
- package/esm2022/lib/task/public-api.mjs +0 -26
- package/esm2022/lib/task/services/task-cloud.service.mjs +0 -272
- package/esm2022/lib/task/task-cloud.module.mjs +0 -45
- package/esm2022/lib/task/task-filters/components/base-task-filters-cloud.component.mjs +0 -59
- package/esm2022/lib/task/task-filters/components/edit-task-filters/base-edit-task-filter-cloud.component.mjs +0 -467
- package/esm2022/lib/task/task-filters/components/edit-task-filters/edit-service-task-filter/edit-service-task-filter-cloud.component.mjs +0 -205
- package/esm2022/lib/task/task-filters/components/edit-task-filters/edit-task-filter/edit-task-filter-cloud.component.mjs +0 -317
- package/esm2022/lib/task/task-filters/components/service-task-filters/service-task-filters-cloud.component.mjs +0 -146
- package/esm2022/lib/task/task-filters/components/task-assignment-filter/task-assignment-filter.component.mjs +0 -142
- package/esm2022/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.mjs +0 -72
- package/esm2022/lib/task/task-filters/components/task-filters/task-filters-cloud.component.mjs +0 -255
- package/esm2022/lib/task/task-filters/models/filter-cloud.model.mjs +0 -207
- package/esm2022/lib/task/task-filters/public-api.mjs +0 -27
- package/esm2022/lib/task/task-filters/services/service-task-filter-cloud.service.mjs +0 -283
- package/esm2022/lib/task/task-filters/services/task-filter-cloud.service.mjs +0 -392
- package/esm2022/lib/task/task-filters/task-filters-cloud.module.mjs +0 -56
- package/esm2022/lib/task/task-form/components/task-form-cloud/task-form-cloud.component.mjs +0 -231
- package/esm2022/lib/task/task-form/components/user-task-cloud/complete-task/complete-task.directive.mjs +0 -89
- package/esm2022/lib/task/task-form/components/user-task-cloud/user-task-cloud.component.mjs +0 -309
- package/esm2022/lib/task/task-form/components/user-task-cloud-buttons/claim-task/claim-task-cloud.directive.mjs +0 -101
- package/esm2022/lib/task/task-form/components/user-task-cloud-buttons/unclaim-task/unclaim-task-cloud.directive.mjs +0 -87
- package/esm2022/lib/task/task-form/components/user-task-cloud-buttons/user-task-cloud-buttons.component.mjs +0 -85
- package/esm2022/lib/task/task-form/public-api.mjs +0 -21
- package/esm2022/lib/task/task-form/task-form.module.mjs +0 -36
- package/esm2022/lib/task/task-header/components/task-header-cloud.component.mjs +0 -280
- package/esm2022/lib/task/task-header/public-api.mjs +0 -19
- package/esm2022/lib/task/task-header/task-header-cloud.module.mjs +0 -33
- package/esm2022/lib/task/task-list/components/base-task-list-cloud.component.mjs +0 -331
- package/esm2022/lib/task/task-list/components/service-task-list/service-task-list-cloud.component.mjs +0 -115
- package/esm2022/lib/task/task-list/components/task-list/datatable/task-list-datatable-adapter.mjs +0 -31
- package/esm2022/lib/task/task-list/components/task-list/task-list-cloud.component.mjs +0 -389
- package/esm2022/lib/task/task-list/models/service-task-cloud.model.mjs +0 -18
- package/esm2022/lib/task/task-list/models/task-cloud-view.model.mjs +0 -18
- package/esm2022/lib/task/task-list/public-api.mjs +0 -23
- package/esm2022/lib/task/task-list/services/service-task-list-cloud.service.mjs +0 -115
- package/esm2022/lib/task/task-list/services/task-list-cloud.service.mjs +0 -178
- package/esm2022/lib/task/task-list/task-list-cloud.module.mjs +0 -35
- package/esm2022/lib/types.mjs +0 -18
- package/esm2022/public-api.mjs +0 -40
|
@@ -43,16 +43,6 @@ export declare class FormCloudComponent extends FormBaseComponent implements OnC
|
|
|
43
43
|
displayModeConfigurations: FormCloudDisplayModeConfiguration[];
|
|
44
44
|
/** Toggle rendering of the `Complete` button. */
|
|
45
45
|
showCompleteButton: boolean;
|
|
46
|
-
/**
|
|
47
|
-
* Custom text for the `Save` button.
|
|
48
|
-
* If not provided, the default text will be used.
|
|
49
|
-
*/
|
|
50
|
-
customSaveButtonText: string;
|
|
51
|
-
/**
|
|
52
|
-
* Custom text for the `Complete` button.
|
|
53
|
-
* If not provided, the default text will be used.
|
|
54
|
-
*/
|
|
55
|
-
customCompleteButtonText: string;
|
|
56
46
|
/** Emitted when the form is submitted with the `Save` or custom outcomes. */
|
|
57
47
|
formSaved: EventEmitter<FormModel>;
|
|
58
48
|
/** Emitted when the form is submitted with the `Complete` outcome. */
|
|
@@ -93,7 +83,6 @@ export declare class FormCloudComponent extends FormBaseComponent implements OnC
|
|
|
93
83
|
onRefreshClicked(): void;
|
|
94
84
|
loadForm(): void;
|
|
95
85
|
findProcessVariablesByTaskId(appName: string, taskId: string): Observable<TaskVariableCloud[]>;
|
|
96
|
-
getCustomOutcomeButtonText(outcome: FormOutcomeModel): string;
|
|
97
86
|
isAProcessTask(taskRepresentation: TaskDetailsCloudModel): boolean;
|
|
98
87
|
getFormByTaskId(appName: string, taskId: string, version?: number): Promise<FormModel>;
|
|
99
88
|
getFormById(appName: string, formId: string, appVersion?: number): void;
|
|
@@ -122,5 +111,5 @@ export declare class FormCloudComponent extends FormBaseComponent implements OnC
|
|
|
122
111
|
findDisplayConfiguration(displayMode?: string): FormCloudDisplayModeConfiguration;
|
|
123
112
|
loadInjectedFieldValidators(injectedFieldValidators: FormFieldValidator[]): void;
|
|
124
113
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormCloudComponent, [{ optional: true; }]>;
|
|
125
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormCloudComponent, "adf-cloud-form", never, { "appName": { "alias": "appName"; "required": false; }; "appVersion": { "alias": "appVersion"; "required": false; }; "formId": { "alias": "formId"; "required": false; }; "processInstanceId": { "alias": "processInstanceId"; "required": false; }; "taskId": { "alias": "taskId"; "required": false; }; "data": { "alias": "data"; "required": false; }; "displayModeConfigurations": { "alias": "displayModeConfigurations"; "required": false; }; "showCompleteButton": { "alias": "showCompleteButton"; "required": false; };
|
|
114
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormCloudComponent, "adf-cloud-form", never, { "appName": { "alias": "appName"; "required": false; }; "appVersion": { "alias": "appVersion"; "required": false; }; "formId": { "alias": "formId"; "required": false; }; "processInstanceId": { "alias": "processInstanceId"; "required": false; }; "taskId": { "alias": "taskId"; "required": false; }; "data": { "alias": "data"; "required": false; }; "displayModeConfigurations": { "alias": "displayModeConfigurations"; "required": false; }; "showCompleteButton": { "alias": "showCompleteButton"; "required": false; }; }, { "formSaved": "formSaved"; "formCompleted": "formCompleted"; "formLoaded": "formLoaded"; "formDataRefreshed": "formDataRefreshed"; "formContentClicked": "formContentClicked"; "displayModeOn": "displayModeOn"; "displayModeOff": "displayModeOff"; }, never, ["[empty-form]", "adf-cloud-form-custom-outcomes"], true, never>;
|
|
126
115
|
}
|
|
@@ -11,26 +11,28 @@ import { RadioButtonsCloudWidgetComponent } from './components/widgets/radio-but
|
|
|
11
11
|
import { FilePropertiesTableCloudComponent } from './components/widgets/attach-file/file-properties-table/file-properties-table-cloud.component';
|
|
12
12
|
import { FileViewerWidgetComponent } from './components/widgets/file-viewer/file-viewer.widget';
|
|
13
13
|
import { DisplayRichTextWidgetComponent } from './components/widgets/display-rich-text/display-rich-text.widget';
|
|
14
|
+
import { RichTextEditorComponent } from '../rich-text-editor';
|
|
14
15
|
import { FormSpinnerComponent } from './components/spinner/form-spinner.component';
|
|
15
16
|
import * as i0 from "@angular/core";
|
|
16
|
-
import * as i1 from "
|
|
17
|
-
import * as i2 from "./components/
|
|
18
|
-
import * as i3 from "./components/widgets/properties-viewer/properties-viewer.
|
|
19
|
-
import * as i4 from "./components/widgets/
|
|
20
|
-
import * as i5 from "./components/widgets/
|
|
21
|
-
import * as i6 from "./components/widgets/
|
|
22
|
-
import * as i7 from "./components/
|
|
23
|
-
import * as i8 from "./components/form-
|
|
24
|
-
import * as i9 from "./components/
|
|
25
|
-
import * as i10 from "./components/widgets/
|
|
26
|
-
import * as i11 from "./components/widgets/
|
|
27
|
-
import * as i12 from "./components/widgets/
|
|
28
|
-
import * as i13 from "./components/widgets/
|
|
29
|
-
import * as i14 from "./components/
|
|
30
|
-
|
|
17
|
+
import * as i1 from "../rich-text-editor/rich-text-editor.component";
|
|
18
|
+
import * as i2 from "./components/spinner/form-spinner.component";
|
|
19
|
+
import * as i3 from "./components/widgets/properties-viewer/properties-viewer-wrapper/properties-viewer-wrapper.component";
|
|
20
|
+
import * as i4 from "./components/widgets/properties-viewer/properties-viewer.widget";
|
|
21
|
+
import * as i5 from "./components/widgets/display-rich-text/display-rich-text.widget";
|
|
22
|
+
import * as i6 from "./components/widgets/file-viewer/file-viewer.widget";
|
|
23
|
+
import * as i7 from "./components/widgets/attach-file/file-properties-table/file-properties-table-cloud.component";
|
|
24
|
+
import * as i8 from "./components/form-cloud-custom-outcomes.component";
|
|
25
|
+
import * as i9 from "./components/form-definition-selector-cloud.component";
|
|
26
|
+
import * as i10 from "./components/widgets/radio-buttons/radio-buttons-cloud.widget";
|
|
27
|
+
import * as i11 from "./components/widgets/attach-file/attach-file-cloud-widget.component";
|
|
28
|
+
import * as i12 from "./components/widgets/upload/upload-cloud.widget";
|
|
29
|
+
import * as i13 from "./components/widgets/people/people-cloud.widget";
|
|
30
|
+
import * as i14 from "./components/widgets/group/group-cloud.widget";
|
|
31
|
+
import * as i15 from "./components/form-cloud.component";
|
|
32
|
+
export declare const FORM_CLOUD_DIRECTIVES: readonly [typeof RichTextEditorComponent, typeof FormSpinnerComponent, typeof PropertiesViewerWrapperComponent, typeof PropertiesViewerWidgetComponent, typeof DisplayRichTextWidgetComponent, typeof FileViewerWidgetComponent, typeof FilePropertiesTableCloudComponent, typeof FormCustomOutcomesComponent, typeof FormDefinitionSelectorCloudComponent, typeof RadioButtonsCloudWidgetComponent, typeof AttachFileCloudWidgetComponent, typeof UploadCloudWidgetComponent, typeof PeopleCloudWidgetComponent, typeof GroupCloudWidgetComponent, typeof FormCloudComponent];
|
|
31
33
|
/** @deprecated use ...FORM_CLOUD_DIRECTIVES instead */
|
|
32
34
|
export declare class FormCloudModule {
|
|
33
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormCloudModule, never>;
|
|
34
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FormCloudModule, never, [typeof i1.
|
|
36
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FormCloudModule, never, [typeof i1.RichTextEditorComponent, typeof i2.FormSpinnerComponent, typeof i3.PropertiesViewerWrapperComponent, typeof i4.PropertiesViewerWidgetComponent, typeof i5.DisplayRichTextWidgetComponent, typeof i6.FileViewerWidgetComponent, typeof i7.FilePropertiesTableCloudComponent, typeof i8.FormCustomOutcomesComponent, typeof i9.FormDefinitionSelectorCloudComponent, typeof i10.RadioButtonsCloudWidgetComponent, typeof i11.AttachFileCloudWidgetComponent, typeof i12.UploadCloudWidgetComponent, typeof i13.PeopleCloudWidgetComponent, typeof i14.GroupCloudWidgetComponent, typeof i15.FormCloudComponent], [typeof i1.RichTextEditorComponent, typeof i2.FormSpinnerComponent, typeof i3.PropertiesViewerWrapperComponent, typeof i4.PropertiesViewerWidgetComponent, typeof i5.DisplayRichTextWidgetComponent, typeof i6.FileViewerWidgetComponent, typeof i7.FilePropertiesTableCloudComponent, typeof i8.FormCustomOutcomesComponent, typeof i9.FormDefinitionSelectorCloudComponent, typeof i10.RadioButtonsCloudWidgetComponent, typeof i11.AttachFileCloudWidgetComponent, typeof i12.UploadCloudWidgetComponent, typeof i13.PeopleCloudWidgetComponent, typeof i14.GroupCloudWidgetComponent, typeof i15.FormCloudComponent]>;
|
|
35
37
|
static ɵinj: i0.ɵɵInjectorDeclaration<FormCloudModule>;
|
|
36
38
|
}
|
|
@@ -96,7 +96,7 @@ export declare class FormCloudService extends BaseCloudService implements FormCl
|
|
|
96
96
|
*
|
|
97
97
|
* @param json JSON data to create the form
|
|
98
98
|
* @param data Values for the form's fields
|
|
99
|
-
* @param readOnly Toggles whether the form should be read-only
|
|
99
|
+
* @param readOnly Toggles whether or not the form should be read-only
|
|
100
100
|
* @returns Form created from the JSON specification
|
|
101
101
|
*/
|
|
102
102
|
parseForm(json: any, data?: TaskVariableCloud[], readOnly?: boolean): FormModel;
|
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
*/
|
|
17
17
|
import { ModuleWithProviders } from '@angular/core';
|
|
18
18
|
import { PreferenceCloudServiceInterface } from './services/public-api';
|
|
19
|
+
import { RichTextEditorComponent } from './rich-text-editor';
|
|
19
20
|
import { PeopleCloudComponent } from './people/components/people-cloud.component';
|
|
20
21
|
import * as i0 from "@angular/core";
|
|
21
22
|
import * as i1 from "./process/process-cloud.module";
|
|
@@ -23,25 +24,26 @@ import * as i2 from "./task/task-cloud.module";
|
|
|
23
24
|
import * as i3 from "./group/components/group-cloud.component";
|
|
24
25
|
import * as i4 from "./app/components/app-list-cloud/app-list-cloud.component";
|
|
25
26
|
import * as i5 from "./app/components/app-details-cloud/app-details-cloud.component";
|
|
26
|
-
import * as i6 from "./
|
|
27
|
-
import * as i7 from "./form/components/
|
|
28
|
-
import * as i8 from "./form/components/widgets/properties-viewer/properties-viewer.
|
|
29
|
-
import * as i9 from "./form/components/widgets/
|
|
30
|
-
import * as i10 from "./form/components/widgets/
|
|
31
|
-
import * as i11 from "./form/components/widgets/
|
|
32
|
-
import * as i12 from "./form/components/
|
|
33
|
-
import * as i13 from "./form/components/form-
|
|
34
|
-
import * as i14 from "./form/components/
|
|
35
|
-
import * as i15 from "./form/components/widgets/
|
|
36
|
-
import * as i16 from "./form/components/widgets/
|
|
37
|
-
import * as i17 from "./form/components/widgets/
|
|
38
|
-
import * as i18 from "./form/components/widgets/
|
|
39
|
-
import * as i19 from "./form/components/
|
|
40
|
-
import * as i20 from "./
|
|
41
|
-
import * as i21 from "./task/task-form/components/task-
|
|
42
|
-
import * as i22 from "./task/task-form/components/
|
|
43
|
-
import * as i23 from "./
|
|
44
|
-
|
|
27
|
+
import * as i6 from "./rich-text-editor/rich-text-editor.component";
|
|
28
|
+
import * as i7 from "./form/components/spinner/form-spinner.component";
|
|
29
|
+
import * as i8 from "./form/components/widgets/properties-viewer/properties-viewer-wrapper/properties-viewer-wrapper.component";
|
|
30
|
+
import * as i9 from "./form/components/widgets/properties-viewer/properties-viewer.widget";
|
|
31
|
+
import * as i10 from "./form/components/widgets/display-rich-text/display-rich-text.widget";
|
|
32
|
+
import * as i11 from "./form/components/widgets/file-viewer/file-viewer.widget";
|
|
33
|
+
import * as i12 from "./form/components/widgets/attach-file/file-properties-table/file-properties-table-cloud.component";
|
|
34
|
+
import * as i13 from "./form/components/form-cloud-custom-outcomes.component";
|
|
35
|
+
import * as i14 from "./form/components/form-definition-selector-cloud.component";
|
|
36
|
+
import * as i15 from "./form/components/widgets/radio-buttons/radio-buttons-cloud.widget";
|
|
37
|
+
import * as i16 from "./form/components/widgets/attach-file/attach-file-cloud-widget.component";
|
|
38
|
+
import * as i17 from "./form/components/widgets/upload/upload-cloud.widget";
|
|
39
|
+
import * as i18 from "./form/components/widgets/people/people-cloud.widget";
|
|
40
|
+
import * as i19 from "./form/components/widgets/group/group-cloud.widget";
|
|
41
|
+
import * as i20 from "./form/components/form-cloud.component";
|
|
42
|
+
import * as i21 from "./task/task-form/components/user-task-cloud-buttons/user-task-cloud-buttons.component";
|
|
43
|
+
import * as i22 from "./task/task-form/components/task-form-cloud/task-form-cloud.component";
|
|
44
|
+
import * as i23 from "./task/task-form/components/user-task-cloud/user-task-cloud.component";
|
|
45
|
+
import * as i24 from "./people/components/people-cloud.component";
|
|
46
|
+
export declare const PROCESS_SERVICES_CLOUD_DIRECTIVES: readonly [typeof import("@alfresco/adf-process-services-cloud").AppListCloudComponent, typeof import("@alfresco/adf-process-services-cloud").AppDetailsCloudComponent, typeof RichTextEditorComponent, 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").FormDefinitionSelectorCloudComponent, 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, typeof RichTextEditorComponent];
|
|
45
47
|
/**
|
|
46
48
|
* @deprecated this module is deprecated and will be removed in the future versions
|
|
47
49
|
*
|
|
@@ -58,6 +60,6 @@ export declare class ProcessServicesCloudModule {
|
|
|
58
60
|
static forRoot(filterPreferenceServiceInstance?: PreferenceCloudServiceInterface, listPreferenceServiceInstance?: PreferenceCloudServiceInterface): ModuleWithProviders<ProcessServicesCloudModule>;
|
|
59
61
|
static forChild(): ModuleWithProviders<ProcessServicesCloudModule>;
|
|
60
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProcessServicesCloudModule, never>;
|
|
61
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ProcessServicesCloudModule, never, [typeof i1.ProcessCloudModule, typeof i2.TaskCloudModule, typeof i3.GroupCloudComponent, typeof i4.AppListCloudComponent, typeof i5.AppDetailsCloudComponent, typeof i6.
|
|
63
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ProcessServicesCloudModule, never, [typeof i1.ProcessCloudModule, typeof i2.TaskCloudModule, typeof i3.GroupCloudComponent, typeof i4.AppListCloudComponent, typeof i5.AppDetailsCloudComponent, typeof i6.RichTextEditorComponent, typeof i7.FormSpinnerComponent, typeof i8.PropertiesViewerWrapperComponent, typeof i9.PropertiesViewerWidgetComponent, typeof i10.DisplayRichTextWidgetComponent, typeof i11.FileViewerWidgetComponent, typeof i12.FilePropertiesTableCloudComponent, typeof i13.FormCustomOutcomesComponent, typeof i14.FormDefinitionSelectorCloudComponent, typeof i15.RadioButtonsCloudWidgetComponent, typeof i16.AttachFileCloudWidgetComponent, typeof i17.UploadCloudWidgetComponent, typeof i18.PeopleCloudWidgetComponent, typeof i19.GroupCloudWidgetComponent, typeof i20.FormCloudComponent, typeof i21.UserTaskCloudButtonsComponent, typeof i22.TaskFormCloudComponent, typeof i23.UserTaskCloudComponent, typeof i24.PeopleCloudComponent, typeof i6.RichTextEditorComponent], [typeof i1.ProcessCloudModule, typeof i2.TaskCloudModule, typeof i3.GroupCloudComponent, typeof i4.AppListCloudComponent, typeof i5.AppDetailsCloudComponent, typeof i6.RichTextEditorComponent, typeof i7.FormSpinnerComponent, typeof i8.PropertiesViewerWrapperComponent, typeof i9.PropertiesViewerWidgetComponent, typeof i10.DisplayRichTextWidgetComponent, typeof i11.FileViewerWidgetComponent, typeof i12.FilePropertiesTableCloudComponent, typeof i13.FormCustomOutcomesComponent, typeof i14.FormDefinitionSelectorCloudComponent, typeof i15.RadioButtonsCloudWidgetComponent, typeof i16.AttachFileCloudWidgetComponent, typeof i17.UploadCloudWidgetComponent, typeof i18.PeopleCloudWidgetComponent, typeof i19.GroupCloudWidgetComponent, typeof i20.FormCloudComponent, typeof i21.UserTaskCloudButtonsComponent, typeof i22.TaskFormCloudComponent, typeof i23.UserTaskCloudComponent, typeof i24.PeopleCloudComponent, typeof i6.RichTextEditorComponent]>;
|
|
62
64
|
static ɵinj: i0.ɵɵInjectorDeclaration<ProcessServicesCloudModule>;
|
|
63
65
|
}
|
|
@@ -0,0 +1,78 @@
|
|
|
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
|
+
/** Plugin import */
|
|
18
|
+
import CodeTool from '@editorjs/code';
|
|
19
|
+
import Header from '@editorjs/header';
|
|
20
|
+
import Paragraph from '@editorjs/paragraph';
|
|
21
|
+
import InlineCode from '@editorjs/inline-code';
|
|
22
|
+
import List from '@editorjs/list';
|
|
23
|
+
import Underline from '@editorjs/underline';
|
|
24
|
+
export declare const editorJsConfig: {
|
|
25
|
+
autofocus: boolean;
|
|
26
|
+
logLevel: string;
|
|
27
|
+
tools: {
|
|
28
|
+
underline: {
|
|
29
|
+
class: typeof Underline;
|
|
30
|
+
shortcut: string;
|
|
31
|
+
};
|
|
32
|
+
header: {
|
|
33
|
+
class: typeof Header;
|
|
34
|
+
inlineToolbar: boolean;
|
|
35
|
+
tunes: string[];
|
|
36
|
+
};
|
|
37
|
+
paragraph: {
|
|
38
|
+
class: typeof Paragraph;
|
|
39
|
+
inlineToolbar: boolean;
|
|
40
|
+
tunes: string[];
|
|
41
|
+
};
|
|
42
|
+
list: {
|
|
43
|
+
class: typeof List;
|
|
44
|
+
inlineToolbar: boolean;
|
|
45
|
+
config: {
|
|
46
|
+
defaultStyle: string;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
Color: {
|
|
50
|
+
class: any;
|
|
51
|
+
config: {
|
|
52
|
+
customPicker: boolean;
|
|
53
|
+
colorCollections: string[];
|
|
54
|
+
defaultColor: string;
|
|
55
|
+
type: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
Marker: {
|
|
59
|
+
class: any;
|
|
60
|
+
shortcut: string;
|
|
61
|
+
};
|
|
62
|
+
'Increase/Decrease font size': {
|
|
63
|
+
class: any;
|
|
64
|
+
config: {
|
|
65
|
+
cssClass: string;
|
|
66
|
+
buttonIcon: string;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
inlineCode: {
|
|
70
|
+
class: typeof InlineCode;
|
|
71
|
+
shortcut: string;
|
|
72
|
+
};
|
|
73
|
+
anyTuneName: {
|
|
74
|
+
class: any;
|
|
75
|
+
};
|
|
76
|
+
code: typeof CodeTool;
|
|
77
|
+
};
|
|
78
|
+
};
|
|
@@ -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 * from './public-api';
|
|
@@ -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 './rich-text-editor.component';
|
|
18
|
+
export * from './rich-text-editor.module';
|
|
@@ -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
|
+
import { AfterViewInit, OnDestroy, OnInit } from '@angular/core';
|
|
18
|
+
import EditorJS, { OutputData } from '@editorjs/editorjs';
|
|
19
|
+
import * as i0 from "@angular/core";
|
|
20
|
+
export declare class RichTextEditorComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
21
|
+
data: OutputData;
|
|
22
|
+
placeholder: string;
|
|
23
|
+
autoFocus: boolean;
|
|
24
|
+
private _outputData;
|
|
25
|
+
outputData$: import("rxjs").Observable<OutputData>;
|
|
26
|
+
editorInstance: EditorJS;
|
|
27
|
+
dynamicId: string;
|
|
28
|
+
isReady: boolean;
|
|
29
|
+
ngOnInit(): void;
|
|
30
|
+
ngAfterViewInit(): void;
|
|
31
|
+
private sendEditorOutputData;
|
|
32
|
+
getEditorContent(): Promise<OutputData>;
|
|
33
|
+
ngOnDestroy(): void;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextEditorComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RichTextEditorComponent, "adf-cloud-rich-text-editor", never, { "data": { "alias": "data"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "autoFocus": { "alias": "autoFocus"; "required": false; }; }, {}, never, never, true, never>;
|
|
36
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/* stylelint-disable selector-class-pattern */
|
|
2
|
+
.adf-rich-text-editor-container {
|
|
3
|
+
color: var(--theme-text-fg-color, rgba(0, 0, 0, 0.87));
|
|
4
|
+
|
|
5
|
+
.editorjs {
|
|
6
|
+
&.readonly {
|
|
7
|
+
.codex-editor__redactor {
|
|
8
|
+
/* stylelint-disable declaration-no-important */
|
|
9
|
+
padding-bottom: 0 !important;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.ce-inline-toolbar {
|
|
15
|
+
transform: scale(1);
|
|
16
|
+
|
|
17
|
+
.ce-popover__items {
|
|
18
|
+
overflow: hidden;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.ce-inline-tool .material-icons {
|
|
22
|
+
font-size: 20px;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
xy-color-picker {
|
|
28
|
+
position: relative;
|
|
29
|
+
background-color: transparent;
|
|
30
|
+
margin: 0;
|
|
31
|
+
overflow: hidden;
|
|
32
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./rich-text-editor.component";
|
|
3
|
+
/** @deprecated use `RichTextEditorComponent` instead */
|
|
4
|
+
export declare class RichTextEditorModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RichTextEditorModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<RichTextEditorModule, never, [typeof i1.RichTextEditorComponent], [typeof i1.RichTextEditorComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<RichTextEditorModule>;
|
|
8
|
+
}
|
|
@@ -40,5 +40,5 @@ export declare abstract class BaseTaskFiltersCloudComponent {
|
|
|
40
40
|
addToUpdatedCounters(filterKey: string): void;
|
|
41
41
|
resetFilterCounter(filterKey: string): void;
|
|
42
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseTaskFiltersCloudComponent, never>;
|
|
43
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseTaskFiltersCloudComponent, never, never, { "appName": { "alias": "appName"; "required": false; }; "filterParam": { "alias": "filterParam"; "required": false; }; "showIcons": { "alias": "showIcons"; "required": false; }; }, { "success": "success"; "error": "error"; }, never, never,
|
|
43
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseTaskFiltersCloudComponent, never, never, { "appName": { "alias": "appName"; "required": false; }; "filterParam": { "alias": "filterParam"; "required": false; }; "showIcons": { "alias": "showIcons"; "required": false; }; }, { "success": "success"; "error": "error"; }, never, never, true, never>;
|
|
44
44
|
}
|
|
@@ -148,5 +148,5 @@ export declare abstract class BaseEditTaskFilterCloudComponent<T> implements OnI
|
|
|
148
148
|
protected abstract deleteFilter(filterToDelete: T): Observable<T[]>;
|
|
149
149
|
protected abstract updateFilter(filterToUpdate: T): Observable<any>;
|
|
150
150
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseEditTaskFilterCloudComponent<any>, never>;
|
|
151
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseEditTaskFilterCloudComponent<any>, never, never, { "appName": { "alias": "appName"; "required": false; }; "id": { "alias": "id"; "required": false; }; "environmentList": { "alias": "environmentList"; "required": false; }; "processInstanceId": { "alias": "processInstanceId"; "required": false; }; "showTitle": { "alias": "showTitle"; "required": false; }; "showTaskFilterName": { "alias": "showTaskFilterName"; "required": false; }; "filterProperties": { "alias": "filterProperties"; "required": false; }; "role": { "alias": "role"; "required": false; }; "showFilterActions": { "alias": "showFilterActions"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "sortProperties": { "alias": "sortProperties"; "required": false; }; "taskFilter": { "alias": "taskFilter"; "required": false; }; }, { "action": "action"; "filterChange": "filterChange"; }, never, never,
|
|
151
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<BaseEditTaskFilterCloudComponent<any>, never, never, { "appName": { "alias": "appName"; "required": false; }; "id": { "alias": "id"; "required": false; }; "environmentList": { "alias": "environmentList"; "required": false; }; "processInstanceId": { "alias": "processInstanceId"; "required": false; }; "showTitle": { "alias": "showTitle"; "required": false; }; "showTaskFilterName": { "alias": "showTaskFilterName"; "required": false; }; "filterProperties": { "alias": "filterProperties"; "required": false; }; "role": { "alias": "role"; "required": false; }; "showFilterActions": { "alias": "showFilterActions"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "sortProperties": { "alias": "sortProperties"; "required": false; }; "taskFilter": { "alias": "taskFilter"; "required": false; }; }, { "action": "action"; "filterChange": "filterChange"; }, never, never, true, never>;
|
|
152
152
|
}
|
|
@@ -42,23 +42,6 @@ export declare class TaskFormCloudComponent {
|
|
|
42
42
|
showCancelButton: boolean;
|
|
43
43
|
/** Toggle rendering of the `Complete` button. */
|
|
44
44
|
showCompleteButton: boolean;
|
|
45
|
-
/** Toggle rendering of the `Save` button. */
|
|
46
|
-
showSaveButton: boolean;
|
|
47
|
-
/**
|
|
48
|
-
* Custom text for the `Cancel` button.
|
|
49
|
-
* If not provided, the default text will be used.
|
|
50
|
-
*/
|
|
51
|
-
customCancelButtonText: string;
|
|
52
|
-
/**
|
|
53
|
-
* Custom text for the `Complete` button.
|
|
54
|
-
* If not provided, the default text will be used.
|
|
55
|
-
*/
|
|
56
|
-
customCompleteButtonText: string;
|
|
57
|
-
/**
|
|
58
|
-
* Custom text for the `Save` button.
|
|
59
|
-
* If not provided, the default text will be used.
|
|
60
|
-
*/
|
|
61
|
-
customSaveButtonText: string;
|
|
62
45
|
/** Toggle readonly state of the task. */
|
|
63
46
|
readOnly: boolean;
|
|
64
47
|
/**
|
|
@@ -67,8 +50,6 @@ export declare class TaskFormCloudComponent {
|
|
|
67
50
|
displayModeConfigurations: FormCloudDisplayModeConfiguration[];
|
|
68
51
|
/** Task details. */
|
|
69
52
|
taskDetails: TaskDetailsCloudModel;
|
|
70
|
-
/** Emitted when the form is loaded or reloaded. */
|
|
71
|
-
formLoaded: EventEmitter<FormModel>;
|
|
72
53
|
/** Emitted when the form is saved. */
|
|
73
54
|
formSaved: EventEmitter<FormModel>;
|
|
74
55
|
/** Emitted when the form is submitted with the `Complete` outcome. */
|
|
@@ -117,7 +98,6 @@ export declare class TaskFormCloudComponent {
|
|
|
117
98
|
switchToDisplayMode(newDisplayMode?: string): void;
|
|
118
99
|
onDisplayModeOn(displayModeConfiguration: FormCloudDisplayModeConfiguration): void;
|
|
119
100
|
onDisplayModeOff(displayModeConfiguration: FormCloudDisplayModeConfiguration): void;
|
|
120
|
-
onFormLoaded(form: FormModel): void;
|
|
121
101
|
static ɵfac: i0.ɵɵFactoryDeclaration<TaskFormCloudComponent, never>;
|
|
122
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TaskFormCloudComponent, "adf-cloud-task-form", never, { "appName": { "alias": "appName"; "required": false; }; "candidateUsers": { "alias": "candidateUsers"; "required": false; }; "candidateGroups": { "alias": "candidateGroups"; "required": false; }; "taskId": { "alias": "taskId"; "required": false; }; "showTitle": { "alias": "showTitle"; "required": false; }; "showRefreshButton": { "alias": "showRefreshButton"; "required": false; }; "showValidationIcon": { "alias": "showValidationIcon"; "required": false; }; "showCancelButton": { "alias": "showCancelButton"; "required": false; }; "showCompleteButton": { "alias": "showCompleteButton"; "required": false; }; "
|
|
102
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TaskFormCloudComponent, "adf-cloud-task-form", never, { "appName": { "alias": "appName"; "required": false; }; "candidateUsers": { "alias": "candidateUsers"; "required": false; }; "candidateGroups": { "alias": "candidateGroups"; "required": false; }; "taskId": { "alias": "taskId"; "required": false; }; "showTitle": { "alias": "showTitle"; "required": false; }; "showRefreshButton": { "alias": "showRefreshButton"; "required": false; }; "showValidationIcon": { "alias": "showValidationIcon"; "required": false; }; "showCancelButton": { "alias": "showCancelButton"; "required": false; }; "showCompleteButton": { "alias": "showCompleteButton"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "displayModeConfigurations": { "alias": "displayModeConfigurations"; "required": false; }; "taskDetails": { "alias": "taskDetails"; "required": false; }; }, { "formSaved": "formSaved"; "formCompleted": "formCompleted"; "taskCompleted": "taskCompleted"; "taskClaimed": "taskClaimed"; "taskUnclaimed": "taskUnclaimed"; "cancelClick": "cancelClick"; "error": "error"; "formContentClicked": "formContentClicked"; "executeOutcome": "executeOutcome"; "displayModeOn": "displayModeOn"; "displayModeOff": "displayModeOff"; }, never, never, true, never>;
|
|
123
103
|
}
|
|
@@ -41,23 +41,6 @@ export declare class UserTaskCloudComponent implements OnInit, OnChanges {
|
|
|
41
41
|
showCancelButton: boolean;
|
|
42
42
|
/** Toggle rendering of the `Complete` button. */
|
|
43
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
44
|
/** Toggle rendering of the `Open next task` checkbox (for screens only). */
|
|
62
45
|
showNextTaskCheckbox: boolean;
|
|
63
46
|
/** Whether the `Open next task` checkbox is checked by default or not. */
|
|
@@ -81,8 +64,6 @@ export declare class UserTaskCloudComponent implements OnInit, OnChanges {
|
|
|
81
64
|
executeOutcome: EventEmitter<FormOutcomeEvent>;
|
|
82
65
|
/** Emitted when form content is clicked. */
|
|
83
66
|
formContentClicked: EventEmitter<ContentLinkModel>;
|
|
84
|
-
/** Emitted when the form is loaded or reloaded. */
|
|
85
|
-
formLoaded: EventEmitter<FormModel>;
|
|
86
67
|
/** Emitted when the form is saved. */
|
|
87
68
|
formSaved: EventEmitter<FormModel>;
|
|
88
69
|
/**
|
|
@@ -123,7 +104,6 @@ export declare class UserTaskCloudComponent implements OnInit, OnChanges {
|
|
|
123
104
|
onCompleteTask(openNextTask?: boolean): void;
|
|
124
105
|
onCompleteTaskForm(): void;
|
|
125
106
|
onError(data: any): void;
|
|
126
|
-
onFormLoaded(form: FormModel): void;
|
|
127
107
|
onExecuteOutcome(outcome: FormOutcomeEvent): void;
|
|
128
108
|
onFormContentClicked(content: ContentLinkModel): void;
|
|
129
109
|
onFormSaved(): void;
|
|
@@ -133,6 +113,6 @@ export declare class UserTaskCloudComponent implements OnInit, OnChanges {
|
|
|
133
113
|
private loadTask;
|
|
134
114
|
switchToDisplayMode(newDisplayMode?: string): void;
|
|
135
115
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserTaskCloudComponent, never>;
|
|
136
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UserTaskCloudComponent, "adf-cloud-user-task", never, { "appName": { "alias": "appName"; "required": false; }; "displayModeConfigurations": { "alias": "displayModeConfigurations"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "showCancelButton": { "alias": "showCancelButton"; "required": false; }; "showCompleteButton": { "alias": "showCompleteButton"; "required": false; }; "
|
|
116
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserTaskCloudComponent, "adf-cloud-user-task", never, { "appName": { "alias": "appName"; "required": false; }; "displayModeConfigurations": { "alias": "displayModeConfigurations"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "showCancelButton": { "alias": "showCancelButton"; "required": false; }; "showCompleteButton": { "alias": "showCompleteButton"; "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"; "formSaved": "formSaved"; "onTaskLoaded": "onTaskLoaded"; "taskClaimed": "taskClaimed"; "taskUnclaimed": "taskUnclaimed"; "taskCompleted": "taskCompleted"; }, never, never, true, never>;
|
|
137
117
|
}
|
|
138
118
|
export {};
|
package/lib/task/task-form/components/user-task-cloud-buttons/user-task-cloud-buttons.component.d.ts
CHANGED
|
@@ -27,11 +27,6 @@ export declare class UserTaskCloudButtonsComponent {
|
|
|
27
27
|
taskId: string;
|
|
28
28
|
/** Toggle rendering of the `Cancel` button. */
|
|
29
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
30
|
/** Emitted when any error occurs. */
|
|
36
31
|
error: EventEmitter<any>;
|
|
37
32
|
/** Emitted when the cancel button is clicked. */
|
|
@@ -45,5 +40,5 @@ export declare class UserTaskCloudButtonsComponent {
|
|
|
45
40
|
onClaimTask(): void;
|
|
46
41
|
onCancelClick(): void;
|
|
47
42
|
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; };
|
|
43
|
+
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; }; }, { "error": "error"; "cancelClick": "cancelClick"; "claimTask": "claimTask"; "unclaimTask": "unclaimTask"; }, never, never, true, never>;
|
|
49
44
|
}
|
|
@@ -125,5 +125,5 @@ export declare abstract class BaseTaskListCloudComponent<T = unknown> extends Da
|
|
|
125
125
|
replacePriorityValues(row: DataRow, column: DataColumn): any;
|
|
126
126
|
abstract reload(): any;
|
|
127
127
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseTaskListCloudComponent<any>, never>;
|
|
128
|
-
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,
|
|
128
|
+
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>;
|
|
129
129
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alfresco/adf-process-services-cloud",
|
|
3
3
|
"description": "Alfresco ADF process services cloud",
|
|
4
|
-
"version": "8.1.0-
|
|
4
|
+
"version": "8.1.0-16877609768",
|
|
5
5
|
"author": "Hyland Software, Inc. and its affiliates",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -10,6 +10,22 @@
|
|
|
10
10
|
"bugs": {
|
|
11
11
|
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
|
12
12
|
},
|
|
13
|
+
"dependencies": {
|
|
14
|
+
"@editorjs/code": "2.9.0",
|
|
15
|
+
"@editorjs/editorjs": "^2.28.2",
|
|
16
|
+
"@editorjs/header": "2.8.1",
|
|
17
|
+
"@editorjs/inline-code": "1.5.0",
|
|
18
|
+
"@editorjs/list": "1.9.0",
|
|
19
|
+
"@editorjs/marker": "1.4.0",
|
|
20
|
+
"@editorjs/paragraph": "^2.11.6",
|
|
21
|
+
"@editorjs/underline": "1.1.0",
|
|
22
|
+
"editorjs-html": "4.0.5",
|
|
23
|
+
"editorjs-paragraph-with-alignment": "3.0.0",
|
|
24
|
+
"editorjs-text-alignment-blocktune": "^1.0.3",
|
|
25
|
+
"editorjs-text-color-plugin": "1.13.1",
|
|
26
|
+
"@valano/change-font-size": "1.0.0",
|
|
27
|
+
"tslib": "^2.3.0"
|
|
28
|
+
},
|
|
13
29
|
"peerDependencies": {
|
|
14
30
|
"@angular/animations": ">=14.1.3",
|
|
15
31
|
"@angular/cdk": ">=14.1.2",
|
|
@@ -21,9 +37,9 @@
|
|
|
21
37
|
"@angular/platform-browser": ">=14.1.3",
|
|
22
38
|
"@angular/platform-browser-dynamic": ">=14.1.3",
|
|
23
39
|
"@angular/router": ">=14.1.3",
|
|
24
|
-
"@alfresco/js-api": ">=9.1.0-
|
|
25
|
-
"@alfresco/adf-core": ">=8.1.0-
|
|
26
|
-
"@alfresco/adf-content-services": ">=8.1.0-
|
|
40
|
+
"@alfresco/js-api": ">=9.1.0-16877609768",
|
|
41
|
+
"@alfresco/adf-core": ">=8.1.0-16877609768",
|
|
42
|
+
"@alfresco/adf-content-services": ">=8.1.0-16877609768",
|
|
27
43
|
"@apollo/client": ">=3.7.2",
|
|
28
44
|
"@ngx-translate/core": ">=14.0.0",
|
|
29
45
|
"apollo-angular": ">=4.0.1"
|
|
@@ -44,13 +60,8 @@
|
|
|
44
60
|
},
|
|
45
61
|
".": {
|
|
46
62
|
"types": "./index.d.ts",
|
|
47
|
-
"esm2022": "./esm2022/adf-process-services-cloud.mjs",
|
|
48
|
-
"esm": "./esm2022/adf-process-services-cloud.mjs",
|
|
49
63
|
"default": "./fesm2022/adf-process-services-cloud.mjs"
|
|
50
64
|
}
|
|
51
65
|
},
|
|
52
|
-
"sideEffects": false
|
|
53
|
-
"dependencies": {
|
|
54
|
-
"tslib": "^2.3.0"
|
|
55
|
-
}
|
|
66
|
+
"sideEffects": false
|
|
56
67
|
}
|
package/public-api.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ export * from './lib/group/public-api';
|
|
|
22
22
|
export * from './lib/people/public-api';
|
|
23
23
|
export * from './lib/form/public-api';
|
|
24
24
|
export * from './lib/services/public-api';
|
|
25
|
+
export * from './lib/rich-text-editor/public-api';
|
|
25
26
|
export * from './lib/screen/public-api';
|
|
26
27
|
export * from './lib/types';
|
|
27
28
|
export * from './lib/common/index';
|