mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-24 14:31:41 +00:00
1b212e88058b3578bfe47e4b5b5c96cbc42c78ac
* Bonus Content: Remove warnings from console * Fixes: Prevents display issues during form loading Ensures the process definition card and start button are not rendered until the form is fully loaded or an error occurs during the loading process. This prevents flickering and ensures a smoother user experience. * BONUS content: calm down sonar cube * Removes unnecessary error handling Removes the error handler from the `subscribe` block of the `startProcess` method in `StartProcessCloudComponent`. The error handling was redundant, as errors are already handled by other mechanisms. This simplifies the code and avoids potential duplicate error handling. * Uses `test` method for regex checks Replaces the `exec` method with the `test` method for regular expression checks to determine if a pattern exists within a string. This resolves potential issues where the return value of `exec` (an array or null) was not being properly evaluated as a boolean condition, leading to incorrect logic execution. --------- Co-authored-by: Fabian Kindgen <39992669+fkindgen@users.noreply.github.com>
[ACS-10100][Security] Remove npx usage from CI/CD and shell scripts to mitigate supply chain risks (#11201)
[ACS-10100][Security] Remove npx usage from CI/CD and shell scripts to mitigate supply chain risks. [ACS-10117] Deprecate ADF Storybook and custom Docker builds (#11197)
[ACS-10100][Security] Remove npx usage from CI/CD and shell scripts to mitigate supply chain risks. [ACS-10117] Deprecate ADF Storybook and custom Docker builds (#11197)
[ACS-10100][Security] Remove npx usage from CI/CD and shell scripts to mitigate supply chain risks. [ACS-10117] Deprecate ADF Storybook and custom Docker builds (#11197)
Alfresco Application Development Framework (ADF)
Introduction
See the introduction page in our documentation for an overview of ADF along with links to useful starting points.
Prerequisites
Node: 18.x
NPM: 9.x
Also, check out the tutorial: Creating your first ADF Application for full details on what you may need to install before using ADF.
See also
Components
You can find the sources for all ADF components in the lib
folder.
Libraries
ADF Libraries list:
Browser Support
All components are supported in the following browsers:
Browser | Version |
---|---|
Chrome | Latest |
Safari | Latest |
Firefox | Latest |
Edge | Latest |
Languages
TypeScript
90.3%
HTML
4.5%
SCSS
2.5%
JavaScript
1.6%
C
0.8%
Other
0.2%