alfresco-ng2-components/lib/process-services-cloud
Wojciech Duda e29b41af2d
AAE-23830 Fix chips positioning and filter render logic in process filters (#10015)
* AAE-23830 Fix labels and chips positioning in workspace process filters

* AAE-23830 fix tests and add a loop tracker

* AAE-23830 @ehsan-2019 comments fixes

* AAE-23830 convert readonly detection to if else

* AAE-23830 fix failures in process filters

* AAE-23830 added condition to avoid enabling formControl when unnecessary

* AAE-23830 move the input back to the chip grid
2024-08-05 15:30:19 +02:00
..
2022-08-25 10:50:30 +01:00

Alfresco Process Services Cloud Library

Contains a variety of components, directives and services used throughout ADF

Documentation

See the ADF Core section of the docs index for all available documentation on this library.

Prerequisites

Before you start using this development framework, make sure you have installed all required software and done all the necessary configuration, see this page.

If you plan using this component with projects generated by Angular CLI, please refer to the following article: Using ADF with Angular CLI

Install

npm install @alfresco/adf-process-services-cloud

Storybook

In case you would like to aggregate all the stories from process services cloud library use

nx run process-services-cloud:storybook

And navigate to http://localhost:4400/.

To create a Storybook process services cloud library build use

nx run process-services-cloud:build-storybook

License

Apache Version 2.0