@alfresco/adf-process-services-cloud 9.1.0-16936596362 → 9.1.0-17001743261
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 +111 -29
- package/fesm2022/adf-process-services-cloud.mjs.map +1 -1
- package/lib/screen/components/screen-cloud/screen-cloud.component.d.ts +1 -1
- package/lib/screen/public-api.d.ts +3 -1
- package/lib/screen/services/provide-screen.d.ts +37 -0
- package/lib/{services → screen/services}/screen-rendering.service.d.ts +29 -0
- package/lib/services/public-api.d.ts +0 -1
- package/package.json +4 -4
- /package/lib/screen/{models → components/screen-cloud}/screen-cloud.model.d.ts +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { EventEmitter, Output, Input, ViewEncapsulation, Component, Injectable, ContentChild, inject, DestroyRef, Directive, InjectionToken, Inject, NgModule, ViewChild, Optional, ChangeDetectorRef, HostListener, ViewContainerRef, ChangeDetectionStrategy, SecurityContext } from '@angular/core';
|
|
3
3
|
import * as i1$1 from '@alfresco/adf-core';
|
|
4
|
-
import { EmptyContentComponent, CustomEmptyContentTemplateDirective, AppConfigService, JwtHelperService, TranslationService, DataTableSchema, UserPreferenceValues, ObjectDataTableAdapter, ColumnsSelectorComponent, MainMenuDataTableTemplateDirective, NoContentTemplateDirective, LoadingContentTemplateDirective, DataTableComponent, AdfDateFnsAdapter, MOMENT_DATE_FORMATS,
|
|
4
|
+
import { EmptyContentComponent, CustomEmptyContentTemplateDirective, AppConfigService, JwtHelperService, TranslationService, DataTableSchema, UserPreferenceValues, ObjectDataTableAdapter, ColumnsSelectorComponent, MainMenuDataTableTemplateDirective, NoContentTemplateDirective, LoadingContentTemplateDirective, DataTableComponent, AdfDateFnsAdapter, MOMENT_DATE_FORMATS, IconComponent, UserPreferencesService, DateFnsUtils, ADF_DATE_FORMATS, FullNamePipe, InitialUsernamePipe, FormModel, FormService, FormBaseComponent, WidgetVisibilityService, UploadWidgetContentLinkModel, FormEvent, FormOutcomeModel, ConfirmDialogComponent, FormOutcomeEvent, FormatSpacePipe, FormRendererComponent, ToolbarDividerComponent, ToolbarComponent, WidgetComponent, ThumbnailService, NotificationService, ErrorWidgetComponent, LocalizedDatePipe, UploadDirective, ContentLinkModel, ErrorMessageModel, DEFAULT_DATE_FORMAT, FormFieldEvent, FormFieldTypes, SelectFilterInputComponent, DynamicComponentMapper, CardViewTextItemModel, CardViewSelectItemModel, CardViewDatetimeItemModel, CardViewDateItemModel, CardViewArrayItemModel, CardViewComponent, CustomLoadingContentTemplateDirective, isOutcomeButtonVisible, InplaceFormInputComponent, BaseViewerWidgetComponent, ObjectDataColumn, ObjectDataRow, FormBaseModule, FormRenderingService, provideTranslations } from '@alfresco/adf-core';
|
|
5
5
|
import * as i2 from '@angular/common';
|
|
6
6
|
import { CommonModule, NgIf, NgFor, NgClass, AsyncPipe, NgForOf } from '@angular/common';
|
|
7
7
|
import { TranslatePipe, TranslateService } from '@ngx-translate/core';
|
|
@@ -2396,33 +2396,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
2396
2396
|
* limitations under the License.
|
|
2397
2397
|
*/
|
|
2398
2398
|
|
|
2399
|
-
/*!
|
|
2400
|
-
* @license
|
|
2401
|
-
* Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
2402
|
-
*
|
|
2403
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
2404
|
-
* you may not use this file except in compliance with the License.
|
|
2405
|
-
* You may obtain a copy of the License at
|
|
2406
|
-
*
|
|
2407
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
2408
|
-
*
|
|
2409
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
2410
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
2411
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2412
|
-
* See the License for the specific language governing permissions and
|
|
2413
|
-
* limitations under the License.
|
|
2414
|
-
*/
|
|
2415
|
-
class ScreenRenderingService extends DynamicComponentMapper {
|
|
2416
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: ScreenRenderingService, deps: null, target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
2417
|
-
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: ScreenRenderingService, providedIn: 'root' }); }
|
|
2418
|
-
}
|
|
2419
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: ScreenRenderingService, decorators: [{
|
|
2420
|
-
type: Injectable,
|
|
2421
|
-
args: [{
|
|
2422
|
-
providedIn: 'root'
|
|
2423
|
-
}]
|
|
2424
|
-
}] });
|
|
2425
|
-
|
|
2426
2399
|
/*!
|
|
2427
2400
|
* @license
|
|
2428
2401
|
* Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
@@ -9259,6 +9232,115 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImpor
|
|
|
9259
9232
|
args: ['adfCloudForm', { static: false }]
|
|
9260
9233
|
}] } });
|
|
9261
9234
|
|
|
9235
|
+
/*!
|
|
9236
|
+
* @license
|
|
9237
|
+
* Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
9238
|
+
*
|
|
9239
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
9240
|
+
* you may not use this file except in compliance with the License.
|
|
9241
|
+
* You may obtain a copy of the License at
|
|
9242
|
+
*
|
|
9243
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9244
|
+
*
|
|
9245
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
9246
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
9247
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9248
|
+
* See the License for the specific language governing permissions and
|
|
9249
|
+
* limitations under the License.
|
|
9250
|
+
*/
|
|
9251
|
+
/**
|
|
9252
|
+
* Injection token for custom screens.
|
|
9253
|
+
* This token can be used to inject custom screen components into the application.
|
|
9254
|
+
* It allows for multiple screen components to be registered and injected.
|
|
9255
|
+
*/
|
|
9256
|
+
const APP_CUSTOM_SCREEN_TOKEN = new InjectionToken('Injection token for custom screens.');
|
|
9257
|
+
/**
|
|
9258
|
+
* Provides a custom screen component to be used in the application.
|
|
9259
|
+
* This function allows you to register a custom screen component that can be injected
|
|
9260
|
+
* into the application using the `APP_CUSTOM_SCREEN_TOKEN`.
|
|
9261
|
+
*
|
|
9262
|
+
* @param key - A unique key to identify the screen component.
|
|
9263
|
+
* @param component - The screen component to be registered.
|
|
9264
|
+
* @returns A provider that can be used in the Angular dependency injection system.
|
|
9265
|
+
*/
|
|
9266
|
+
function provideScreen(key, component) {
|
|
9267
|
+
return {
|
|
9268
|
+
provide: APP_CUSTOM_SCREEN_TOKEN,
|
|
9269
|
+
multi: true,
|
|
9270
|
+
useValue: {
|
|
9271
|
+
key,
|
|
9272
|
+
component
|
|
9273
|
+
}
|
|
9274
|
+
};
|
|
9275
|
+
}
|
|
9276
|
+
|
|
9277
|
+
/*!
|
|
9278
|
+
* @license
|
|
9279
|
+
* Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
9280
|
+
*
|
|
9281
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
9282
|
+
* you may not use this file except in compliance with the License.
|
|
9283
|
+
* You may obtain a copy of the License at
|
|
9284
|
+
*
|
|
9285
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9286
|
+
*
|
|
9287
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
9288
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
9289
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
9290
|
+
* See the License for the specific language governing permissions and
|
|
9291
|
+
* limitations under the License.
|
|
9292
|
+
*/
|
|
9293
|
+
/**
|
|
9294
|
+
* Service for managing and rendering custom screen components.
|
|
9295
|
+
*
|
|
9296
|
+
* Custom screens can be registered using the {@link provideScreen} helper function
|
|
9297
|
+
* and the {@link APP_CUSTOM_SCREEN_TOKEN} injection token.
|
|
9298
|
+
*
|
|
9299
|
+
* @example
|
|
9300
|
+
* ```
|
|
9301
|
+
* // Register a custom screen in your Angular module providers:
|
|
9302
|
+
* import { provideScreen, ScreenRenderingService } from '@alfresco/adf-process-services-cloud';
|
|
9303
|
+
*
|
|
9304
|
+
* @Component({
|
|
9305
|
+
* template: '<div>My Custom Screen</div>'
|
|
9306
|
+
* })
|
|
9307
|
+
* class MyCustomScreenComponent {}
|
|
9308
|
+
*
|
|
9309
|
+
* @NgModule({
|
|
9310
|
+
* providers: [
|
|
9311
|
+
* provideScreen('my-custom-screen', MyCustomScreenComponent)
|
|
9312
|
+
* ]
|
|
9313
|
+
* })
|
|
9314
|
+
* export class MyModule {}
|
|
9315
|
+
*
|
|
9316
|
+
* // The custom screen can now be resolved and rendered by ScreenRenderingService.
|
|
9317
|
+
* ```
|
|
9318
|
+
*/
|
|
9319
|
+
class ScreenRenderingService extends DynamicComponentMapper {
|
|
9320
|
+
constructor() {
|
|
9321
|
+
super();
|
|
9322
|
+
this.customScreens = inject(APP_CUSTOM_SCREEN_TOKEN, { optional: true }) || [];
|
|
9323
|
+
this.registerCustomScreens();
|
|
9324
|
+
}
|
|
9325
|
+
registerCustomScreens() {
|
|
9326
|
+
if (this.customScreens && this.customScreens.length > 0) {
|
|
9327
|
+
this.customScreens.forEach((screen) => {
|
|
9328
|
+
if (!screen)
|
|
9329
|
+
return; // Skip null or undefined screens
|
|
9330
|
+
this.setComponentTypeResolver(screen.key, () => screen.component, true);
|
|
9331
|
+
});
|
|
9332
|
+
}
|
|
9333
|
+
}
|
|
9334
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: ScreenRenderingService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
|
|
9335
|
+
static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: ScreenRenderingService, providedIn: 'root' }); }
|
|
9336
|
+
}
|
|
9337
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.6", ngImport: i0, type: ScreenRenderingService, decorators: [{
|
|
9338
|
+
type: Injectable,
|
|
9339
|
+
args: [{
|
|
9340
|
+
providedIn: 'root'
|
|
9341
|
+
}]
|
|
9342
|
+
}], ctorParameters: () => [] });
|
|
9343
|
+
|
|
9262
9344
|
/*!
|
|
9263
9345
|
* @license
|
|
9264
9346
|
* Copyright © 2005-2025 Hyland Software, Inc. and its affiliates. All rights reserved.
|
|
@@ -15881,5 +15963,5 @@ const DATE_FORMAT_CLOUD = 'YYYY-MM-DD';
|
|
|
15881
15963
|
* Generated bundle index. Do not edit.
|
|
15882
15964
|
*/
|
|
15883
15965
|
|
|
15884
|
-
export { APP_LIST_CLOUD_DIRECTIVES, AppDetailsCloudComponent, AppListCloudComponent, ApplicationVersionModel, ApplicationVersionResponseModel, AppsProcessCloudService, AssignmentType, AttachFileCloudWidgetComponent, BaseCloudService, CloudFormRenderingService, ContentCloudNodeSelectorService, DATE_FORMAT_CLOUD, DEFAULT_APP_INSTANCE_ICON, DEFAULT_APP_INSTANCE_THEME, DEFAULT_OPTION, DEFAULT_TASK_PRIORITIES, DEPLOYED_STATUS, DateCloudFilterType, DateCloudWidgetComponent, DateRangeFilterService, DescriptorCustomUIAuthFlowType, DisplayModeService, DisplayRichTextWidgetComponent, DropdownCloudWidgetComponent, EditProcessFilterCloudComponent, EditServiceTaskFilterCloudComponent, EditTaskFilterCloudComponent, FORM_CLOUD_DIRECTIVES, FORM_CLOUD_FIELD_VALIDATORS_TOKEN, FORM_CLOUD_SERVICE_FIELD_VALIDATORS_TOKEN, FilePropertiesTableCloudComponent, FileViewerWidgetComponent, FormCloudComponent, FormCloudDisplayMode, FormCloudModule, FormCloudService, FormCustomOutcomesComponent, FormDefinitionSelectorCloudComponent, FormDefinitionSelectorCloudService, FormFieldType, FormSpinnerComponent, GroupCloudComponent, GroupCloudModule, GroupCloudWidgetComponent, HIDE_FILTER_LIMIT, IdentityGroupService, IdentityUserService, LAYOUT_GRID, LAYOUT_LIST, LocalPreferenceCloudService, NotificationCloudService, PROCESS_CLOUD_DIRECTIVES, PROCESS_FILTERS_CLOUD_DIRECTIVES, PROCESS_FILTERS_SERVICE_TOKEN, PROCESS_FILTER_ACTION_DELETE, PROCESS_FILTER_ACTION_RESTORE, PROCESS_FILTER_ACTION_SAVE, PROCESS_FILTER_ACTION_SAVE_AS, PROCESS_FILTER_ACTION_SAVE_DEFAULT, PROCESS_LISTS_PREFERENCES_SERVICE_TOKEN, PROCESS_SERVICES_CLOUD_DIRECTIVES, PeopleCloudComponent, PeopleCloudModule, PeopleCloudWidgetComponent, PeopleModeOptions, ProcessCloudContentService, ProcessCloudModule, ProcessCloudService, ProcessDefinitionCloud, ProcessFilterCloudAdapter, ProcessFilterCloudModel, ProcessFilterCloudService, ProcessFilterDialogCloudComponent, ProcessFiltersCloudComponent, ProcessFiltersCloudModule, ProcessHeaderCloudComponent, ProcessHeaderCloudModule, ProcessListCloudComponent, ProcessListCloudModule, ProcessListCloudPreferences, ProcessListCloudService, ProcessListCloudSortingModel, ProcessListRequestModel, ProcessListRequestSortingModel, ProcessPayloadCloud, ProcessQueryCloudRequestModel, ProcessServicesCloudModule, ProcessTaskListCloudService, PropertiesViewerWidgetComponent, PropertiesViewerWrapperComponent, RadioButtonsCloudWidgetComponent, ScreenRenderingService, ServiceTaskFilterCloudService, ServiceTaskFiltersCloudComponent, ServiceTaskListCloudComponent, ServiceTaskListCloudService, StartProcessCloudComponent, StartProcessCloudService, StartTaskCloudRequestModel, TASK_ASSIGNED_STATE, TASK_CANCELLED_STATE, TASK_CLAIM_PERMISSION, TASK_COMPLETED_STATE, TASK_CREATED_STATE, TASK_FILTERS_CLOUD_DIRECTIVES, TASK_FILTERS_SERVICE_TOKEN, TASK_FORM_CLOUD_DIRECTIVES, TASK_LIST_CLOUD_DIRECTIVES, TASK_LIST_CLOUD_TOKEN, TASK_LIST_PREFERENCES_SERVICE_TOKEN, TASK_RELEASE_PERMISSION, TASK_SUSPENDED_STATE, TASK_UPDATE_PERMISSION, TASK_VIEW_PERMISSION, TaskAssignmentFilterCloudComponent, TaskCloudEntryModel, TaskCloudModule, TaskCloudNodePaging, TaskCloudPagingList, TaskCloudService, TaskFilterCloudAdapter, TaskFilterCloudModel, TaskFilterCloudService, TaskFilterDialogCloudComponent, TaskFiltersCloudComponent, TaskFiltersCloudModule, TaskFormCloudComponent, TaskFormModule, TaskHeaderCloudComponent, TaskHeaderCloudModule, TaskListCloudComponent, TaskListCloudModule, TaskListCloudService, TaskListCloudSortingModel, TaskListRequestModel, TaskListRequestSortingModel, TaskQueryCloudRequestModel, TaskStatusFilter, TaskVariableCloud, UploadCloudWidgetComponent, UserPreferenceCloudService, UserTaskCloudButtonsComponent, UserTaskCloudComponent, VariableMapperService, WebSocketService, processCloudPresetsDefaultModel, provideCloudFormRenderer, provideCloudPreferences, radioButtonsSchema };
|
|
15966
|
+
export { APP_CUSTOM_SCREEN_TOKEN, APP_LIST_CLOUD_DIRECTIVES, AppDetailsCloudComponent, AppListCloudComponent, ApplicationVersionModel, ApplicationVersionResponseModel, AppsProcessCloudService, AssignmentType, AttachFileCloudWidgetComponent, BaseCloudService, CloudFormRenderingService, ContentCloudNodeSelectorService, DATE_FORMAT_CLOUD, DEFAULT_APP_INSTANCE_ICON, DEFAULT_APP_INSTANCE_THEME, DEFAULT_OPTION, DEFAULT_TASK_PRIORITIES, DEPLOYED_STATUS, DateCloudFilterType, DateCloudWidgetComponent, DateRangeFilterService, DescriptorCustomUIAuthFlowType, DisplayModeService, DisplayRichTextWidgetComponent, DropdownCloudWidgetComponent, EditProcessFilterCloudComponent, EditServiceTaskFilterCloudComponent, EditTaskFilterCloudComponent, FORM_CLOUD_DIRECTIVES, FORM_CLOUD_FIELD_VALIDATORS_TOKEN, FORM_CLOUD_SERVICE_FIELD_VALIDATORS_TOKEN, FilePropertiesTableCloudComponent, FileViewerWidgetComponent, FormCloudComponent, FormCloudDisplayMode, FormCloudModule, FormCloudService, FormCustomOutcomesComponent, FormDefinitionSelectorCloudComponent, FormDefinitionSelectorCloudService, FormFieldType, FormSpinnerComponent, GroupCloudComponent, GroupCloudModule, GroupCloudWidgetComponent, HIDE_FILTER_LIMIT, IdentityGroupService, IdentityUserService, LAYOUT_GRID, LAYOUT_LIST, LocalPreferenceCloudService, NotificationCloudService, PROCESS_CLOUD_DIRECTIVES, PROCESS_FILTERS_CLOUD_DIRECTIVES, PROCESS_FILTERS_SERVICE_TOKEN, PROCESS_FILTER_ACTION_DELETE, PROCESS_FILTER_ACTION_RESTORE, PROCESS_FILTER_ACTION_SAVE, PROCESS_FILTER_ACTION_SAVE_AS, PROCESS_FILTER_ACTION_SAVE_DEFAULT, PROCESS_LISTS_PREFERENCES_SERVICE_TOKEN, PROCESS_SERVICES_CLOUD_DIRECTIVES, PeopleCloudComponent, PeopleCloudModule, PeopleCloudWidgetComponent, PeopleModeOptions, ProcessCloudContentService, ProcessCloudModule, ProcessCloudService, ProcessDefinitionCloud, ProcessFilterCloudAdapter, ProcessFilterCloudModel, ProcessFilterCloudService, ProcessFilterDialogCloudComponent, ProcessFiltersCloudComponent, ProcessFiltersCloudModule, ProcessHeaderCloudComponent, ProcessHeaderCloudModule, ProcessListCloudComponent, ProcessListCloudModule, ProcessListCloudPreferences, ProcessListCloudService, ProcessListCloudSortingModel, ProcessListRequestModel, ProcessListRequestSortingModel, ProcessPayloadCloud, ProcessQueryCloudRequestModel, ProcessServicesCloudModule, ProcessTaskListCloudService, PropertiesViewerWidgetComponent, PropertiesViewerWrapperComponent, RadioButtonsCloudWidgetComponent, ScreenRenderingService, ServiceTaskFilterCloudService, ServiceTaskFiltersCloudComponent, ServiceTaskListCloudComponent, ServiceTaskListCloudService, StartProcessCloudComponent, StartProcessCloudService, StartTaskCloudRequestModel, TASK_ASSIGNED_STATE, TASK_CANCELLED_STATE, TASK_CLAIM_PERMISSION, TASK_COMPLETED_STATE, TASK_CREATED_STATE, TASK_FILTERS_CLOUD_DIRECTIVES, TASK_FILTERS_SERVICE_TOKEN, TASK_FORM_CLOUD_DIRECTIVES, TASK_LIST_CLOUD_DIRECTIVES, TASK_LIST_CLOUD_TOKEN, TASK_LIST_PREFERENCES_SERVICE_TOKEN, TASK_RELEASE_PERMISSION, TASK_SUSPENDED_STATE, TASK_UPDATE_PERMISSION, TASK_VIEW_PERMISSION, TaskAssignmentFilterCloudComponent, TaskCloudEntryModel, TaskCloudModule, TaskCloudNodePaging, TaskCloudPagingList, TaskCloudService, TaskFilterCloudAdapter, TaskFilterCloudModel, TaskFilterCloudService, TaskFilterDialogCloudComponent, TaskFiltersCloudComponent, TaskFiltersCloudModule, TaskFormCloudComponent, TaskFormModule, TaskHeaderCloudComponent, TaskHeaderCloudModule, TaskListCloudComponent, TaskListCloudModule, TaskListCloudService, TaskListCloudSortingModel, TaskListRequestModel, TaskListRequestSortingModel, TaskQueryCloudRequestModel, TaskStatusFilter, TaskVariableCloud, UploadCloudWidgetComponent, UserPreferenceCloudService, UserTaskCloudButtonsComponent, UserTaskCloudComponent, VariableMapperService, WebSocketService, processCloudPresetsDefaultModel, provideCloudFormRenderer, provideCloudPreferences, provideScreen, radioButtonsSchema };
|
|
15885
15967
|
//# sourceMappingURL=adf-process-services-cloud.mjs.map
|