@alfresco/adf-process-services-cloud 8.4.0-19764649722 → 8.4.0-19814668862
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/fesm2022/adf-process-services-cloud.mjs +3 -10
- package/fesm2022/adf-process-services-cloud.mjs.map +1 -1
- package/lib/process/process-filters/models/process-filter-cloud.model.d.ts +0 -1
- package/lib/process/process-list/components/process-list-cloud.component.d.ts +1 -2
- package/lib/process/process-list/models/process-cloud-query-request.model.d.ts +0 -1
- package/lib/process/start-process/services/start-process-cloud.service.d.ts +0 -1
- package/package.json +4 -4
|
@@ -10153,7 +10153,6 @@ class ProcessFilterCloudModel {
|
|
|
10153
10153
|
this.completedFrom = obj._completedFrom || null;
|
|
10154
10154
|
this.completedTo = obj._completedTo || null;
|
|
10155
10155
|
this.completedDate = obj.completedDate || null;
|
|
10156
|
-
this.excludeByProcessCategoryName = obj.excludeByProcessCategoryName || null;
|
|
10157
10156
|
this._suspendedFrom = obj._suspendedFrom || null;
|
|
10158
10157
|
this._suspendedTo = obj._suspendedTo || null;
|
|
10159
10158
|
this.initArrayProperties(obj);
|
|
@@ -10763,8 +10762,7 @@ class ProcessListCloudService extends BaseCloudService {
|
|
|
10763
10762
|
suspendedFrom: requestNode.suspendedFrom,
|
|
10764
10763
|
suspendedTo: requestNode.suspendedTo,
|
|
10765
10764
|
processVariableKeys: requestNode.processVariableKeys,
|
|
10766
|
-
processVariableFilters: requestNode.processVariableFilters
|
|
10767
|
-
excludeByProcessCategoryName: requestNode.excludeByProcessCategoryName
|
|
10765
|
+
processVariableFilters: requestNode.processVariableFilters
|
|
10768
10766
|
};
|
|
10769
10767
|
if (requestNode.sorting) {
|
|
10770
10768
|
queryData['sort'] = {
|
|
@@ -11039,7 +11037,6 @@ class ProcessListRequestModel {
|
|
|
11039
11037
|
this.suspendedTo = obj.suspendedTo;
|
|
11040
11038
|
this.processVariableKeys = obj.processVariableKeys;
|
|
11041
11039
|
this.processVariableFilters = obj.processVariableFilters;
|
|
11042
|
-
this.excludeByProcessCategoryName = obj.excludeByProcessCategoryName;
|
|
11043
11040
|
}
|
|
11044
11041
|
}
|
|
11045
11042
|
class ProcessFilterCloudAdapter extends ProcessListRequestModel {
|
|
@@ -12498,7 +12495,6 @@ class ProcessListCloudComponent extends DataTableSchema {
|
|
|
12498
12495
|
* This input will be used only if searchApiMethod input is provided with 'POST' value.
|
|
12499
12496
|
*/
|
|
12500
12497
|
this.statuses = [];
|
|
12501
|
-
this.excludeByProcessCategoryName = '';
|
|
12502
12498
|
/** Emitted when a row in the process list is clicked. */
|
|
12503
12499
|
this.rowClick = new EventEmitter();
|
|
12504
12500
|
/** Emitted when rows are selected/unselected. */
|
|
@@ -12739,8 +12735,7 @@ class ProcessListCloudComponent extends DataTableSchema {
|
|
|
12739
12735
|
suspendedFrom: this.suspendedFrom,
|
|
12740
12736
|
suspendedTo: this.suspendedTo,
|
|
12741
12737
|
processVariableKeys: this.getVariableDefinitionsRequestModel(),
|
|
12742
|
-
processVariableFilters: this.processVariables
|
|
12743
|
-
excludeByProcessCategoryName: this.excludeByProcessCategoryName
|
|
12738
|
+
processVariableFilters: this.processVariables
|
|
12744
12739
|
};
|
|
12745
12740
|
return new ProcessListRequestModel(requestNode);
|
|
12746
12741
|
}
|
|
@@ -12832,7 +12827,7 @@ class ProcessListCloudComponent extends DataTableSchema {
|
|
|
12832
12827
|
return displayedVariableColumns.length ? displayedVariableColumns : undefined;
|
|
12833
12828
|
}
|
|
12834
12829
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProcessListCloudComponent, deps: [{ token: ProcessListCloudService }, { token: i1$1.AppConfigService }, { token: i1$1.UserPreferencesService }, { token: PROCESS_LISTS_PREFERENCES_SERVICE_TOKEN }, { token: VariableMapperService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
12835
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: ProcessListCloudComponent, isStandalone: true, selector: "adf-cloud-process-list", inputs: { appName: "appName", appVersion: "appVersion", initiator: "initiator", id: "id", environmentId: "environmentId", name: "name", parentId: "parentId", processDefinitionId: "processDefinitionId", processDefinitionName: "processDefinitionName", processDefinitionKey: "processDefinitionKey", status: "status", businessKey: "businessKey", lastModifiedFrom: "lastModifiedFrom", lastModifiedTo: "lastModifiedTo", startFrom: "startFrom", startTo: "startTo", completedFrom: "completedFrom", completedTo: "completedTo", completedDate: "completedDate", suspendedFrom: "suspendedFrom", suspendedTo: "suspendedTo", selectionMode: "selectionMode", multiselect: "multiselect", sorting: "sorting", showActions: "showActions", showProvidedActions: "showProvidedActions", actionsPosition: "actionsPosition", stickyHeader: "stickyHeader", showContextMenu: "showContextMenu", showMainDatatableActions: "showMainDatatableActions", isResizingEnabled: "isResizingEnabled", searchApiMethod: "searchApiMethod", names: "names", ids: "ids", parentIds: "parentIds", processDefinitionNames: "processDefinitionNames", initiators: "initiators", appVersions: "appVersions", statuses: "statuses", processVariables: "processVariables"
|
|
12830
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.16", type: ProcessListCloudComponent, isStandalone: true, selector: "adf-cloud-process-list", inputs: { appName: "appName", appVersion: "appVersion", initiator: "initiator", id: "id", environmentId: "environmentId", name: "name", parentId: "parentId", processDefinitionId: "processDefinitionId", processDefinitionName: "processDefinitionName", processDefinitionKey: "processDefinitionKey", status: "status", businessKey: "businessKey", lastModifiedFrom: "lastModifiedFrom", lastModifiedTo: "lastModifiedTo", startFrom: "startFrom", startTo: "startTo", completedFrom: "completedFrom", completedTo: "completedTo", completedDate: "completedDate", suspendedFrom: "suspendedFrom", suspendedTo: "suspendedTo", selectionMode: "selectionMode", multiselect: "multiselect", sorting: "sorting", showActions: "showActions", showProvidedActions: "showProvidedActions", actionsPosition: "actionsPosition", stickyHeader: "stickyHeader", showContextMenu: "showContextMenu", showMainDatatableActions: "showMainDatatableActions", isResizingEnabled: "isResizingEnabled", searchApiMethod: "searchApiMethod", names: "names", ids: "ids", parentIds: "parentIds", processDefinitionNames: "processDefinitionNames", initiators: "initiators", appVersions: "appVersions", statuses: "statuses", processVariables: "processVariables" }, outputs: { rowClick: "rowClick", rowsSelected: "rowsSelected", showRowContextMenu: "showRowContextMenu", showRowActionsMenu: "showRowActionsMenu", executeRowAction: "executeRowAction", error: "error", success: "success" }, queries: [{ propertyName: "emptyCustomContent", first: true, predicate: CustomEmptyContentTemplateDirective, descendants: true }, { propertyName: "customLoadingContent", first: true, predicate: CustomLoadingContentTemplateDirective, descendants: true }], viewQueries: [{ propertyName: "dataTable", first: true, predicate: DataTableComponent, descendants: true }], usesInheritance: true, usesOnChanges: true, ngImport: i0, template: "<adf-datatable\n [rows]=\"rows\"\n [columns]=\"columns\"\n [data]=\"dataAdapter\"\n [stickyHeader]=\"stickyHeader\"\n [loading]=\"isLoading\"\n [sorting]=\"formattedSorting\"\n [selectionMode]=\"selectionMode\"\n [multiselect]=\"multiselect\"\n [actions]=\"showActions\"\n [actionsPosition]=\"actionsPosition\"\n [contextMenu]=\"showContextMenu\"\n [showMainDatatableActions]=\"showMainDatatableActions\"\n [showProvidedActions]=\"showProvidedActions\"\n [isResizingEnabled]=\"isResizingEnabled\"\n (showRowActionsMenu)=\"onShowRowActionsMenu($event)\"\n (showRowContextMenu)=\"onShowRowContextMenu($event)\"\n (executeRowAction)=\"onExecuteRowAction($event)\"\n (rowClick)=\"onRowClick($any($event))\"\n (row-select)=\"onRowSelect($any($event))\"\n (row-unselect)=\"onRowUnselect($any($event))\"\n (row-keyup)=\"onRowKeyUp($any($event))\"\n (sorting-changed)=\"onSortingChanged($any($event))\"\n (columnOrderChanged)=\"onColumnOrderChanged($event)\"\n (columnsWidthChanged)=\"onColumnsWidthChanged($event)\"\n >\n <adf-loading-content-template>\n <ng-template>\n <mat-progress-spinner\n *ngIf=\"!customLoadingContent\"\n class=\"adf-cloud-process-list-loading-margin\"\n [color]=\"'primary'\"\n [mode]=\"'indeterminate'\" />\n <ng-content select=\"adf-custom-loading-content-template\" />\n </ng-template>\n </adf-loading-content-template>\n <adf-no-content-template>\n <ng-template>\n <adf-empty-content *ngIf=\"!emptyCustomContent\"\n icon=\"assessment\"\n [title]=\"'ADF_CLOUD_PROCESS_LIST.MESSAGES.TITLE' | translate\"\n [subtitle]=\"'ADF_CLOUD_PROCESS_LIST.MESSAGES.SUBTITLE'| translate\" />\n <ng-content select=\"adf-custom-empty-content-template\" />\n </ng-template>\n </adf-no-content-template>\n\n <adf-main-menu-datatable-template>\n <ng-template let-mainMenuTrigger>\n <adf-datatable-column-selector\n [columns]=\"columns\"\n [mainMenuTrigger]=\"mainMenuTrigger\"\n (submitColumnsVisibility)=\"onColumnsVisibilityChange($event)\" />\n </ng-template>\n </adf-main-menu-datatable-template>\n</adf-datatable>\n", styles: [".adf-cloud-process-list-loading-margin{margin-left:calc((100% - 100px)/2);margin-right:calc((100% - 100px)/2)}\n"], dependencies: [{ kind: "component", type: DataTableComponent, selector: "adf-datatable", inputs: ["data", "rows", "sorting", "columns", "selectionMode", "multiselect", "mainTableAction", "actions", "showMainDatatableActions", "showProvidedActions", "actionsPosition", "actionsVisibleOnHover", "fallbackThumbnail", "contextMenu", "rowStyle", "rowStyleClass", "showHeader", "stickyHeader", "loading", "noPermission", "rowMenuCacheEnabled", "resolverFn", "allowFiltering", "isResizingEnabled", "blurOnResize", "displayCheckboxesOnHover", "enableDragRows"], outputs: ["rowClick", "rowDblClick", "showRowContextMenu", "showRowActionsMenu", "executeRowAction", "columnOrderChanged", "columnsWidthChanged", "selectedItemsCountChanged", "dragDropped"] }, { kind: "ngmodule", type: MatProgressSpinnerModule }, { kind: "component", type: i4.MatProgressSpinner, selector: "mat-progress-spinner, mat-spinner", inputs: ["color", "mode", "value", "diameter", "strokeWidth"], exportAs: ["matProgressSpinner"] }, { kind: "pipe", type: TranslatePipe, name: "translate" }, { kind: "component", type: ColumnsSelectorComponent, selector: "adf-datatable-column-selector", inputs: ["columns", "mainMenuTrigger", "columnsSorting", "maxColumnsVisible"], outputs: ["submitColumnsVisibility"] }, { kind: "directive", type: MainMenuDataTableTemplateDirective, selector: "adf-main-menu-datatable-template" }, { kind: "component", type: EmptyContentComponent, selector: "adf-empty-content", inputs: ["icon", "title", "subtitle"] }, { kind: "directive", type: NoContentTemplateDirective, selector: "adf-no-content-template, no-content-template" }, { kind: "directive", type: LoadingContentTemplateDirective, selector: "adf-loading-content-template, loading-content-template" }, { kind: "directive", type: NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }], encapsulation: i0.ViewEncapsulation.None }); }
|
|
12836
12831
|
}
|
|
12837
12832
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImport: i0, type: ProcessListCloudComponent, decorators: [{
|
|
12838
12833
|
type: Component,
|
|
@@ -12939,8 +12934,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.16", ngImpo
|
|
|
12939
12934
|
type: Input
|
|
12940
12935
|
}], processVariables: [{
|
|
12941
12936
|
type: Input
|
|
12942
|
-
}], excludeByProcessCategoryName: [{
|
|
12943
|
-
type: Input
|
|
12944
12937
|
}], rowClick: [{
|
|
12945
12938
|
type: Output
|
|
12946
12939
|
}], rowsSelected: [{
|