* AAE-20109 Remove alfrescoapiservice from core
* fix after rebase
* [AAe-12502] Post-rebase fix
* [AAE-12502] Add unit test fix
---------
Co-authored-by: Bartosz Sekula <Bartosz.Sekula@hyland.com>
Co-authored-by: MichalKinas <michal.kinas@hyland.com>
* AAE-12872 replaced global variables related to foreground text
* AAE-12872 replaced global css variables related to foreground
* AAE-12872 replaced global css variables related to background,palette colors
* [AAE-9373] Create adf-rich-text-editor into core library, install editorjs and import it into the component, add a basic editorjs configuration
* [AAE-9374] create a rich text editor demo page
* [AAE-9376] Install header to provide headings blocks
* [AAE-9376] Install editorjs List plugin to add ordered and unordered list
* [AAE-9376] Install text color plugin to change text color and highlight text
* [AAE-9376] Install paragraph plugin to set text alignment to right, left, center and justify
* [AAE-9376] Install font size plugin to increase/decrease font size
* [AAE-9376] Install @editorjs/underline plugin to underline text
* [AAE-9376] Install @editorjs/inline-code to marking code-fragments
* [AAE-9376] Set shortcut to underline text
* [AAE-9376] Install @editorjs/code to add code examples
* [AAE-9376] Enable custom picker to color text changer, add colors codes
* [AAE-9376] Add input to fill rich text editor data
* [AAE-9376] Demo rich text editor, add sample data to display editor content
* [AAE-9376] Demo rich text editor, add sample data to display editor content
* [AAE-9376] Install @editorjs/marker plugin to highlight the text, because color plugin doesn't save marker style
* [AAE-9373] Send editor text output data onReady and onChange
* [AAE-9374] Update editor demo page to show the output on the right side of the page
* [AAE-9373] Allow to enable editorjs readOnly mode
* [AAE-9373] Return rich text editor save data as promise
* [AAE-9480] Add new display-rich-text widget to allow the user add Rich Text into a form
* [AAE-9371] Add readonly class if readOnly property is true to remove the editor 300px padding bottom in readonly mode, set a dynamic id to editorjs
* [AAE-9371] Destroy editorInstance on component destroy to FIX an error faced when there are multiple editorjs instance in the same page --> Uncaught TypeError: Cannot read property 'updateCurrentInput' of undefined
* [AAE-9480] Install editorjs-html utility to parse editorjs clean data to HTML
* [AAE-9480] parse editorjs data to HTML to avoid to create a new EditorJS instance for every single widget and improve performance
* [AAE-9480] Set pre styles to show show Code block styles correctly
* [AAE-9480] Remove space between rules
* [AAE-9480] Set editorjs and plugins fixed versions
* [AAE-9480] Removed unused editorjs dependency
* [AAE-9371] Set is ready property when editor instance is ready, check if is ready to destroy the instance on component destroy
* [AAE-9480] Add parse editorjs data to html Test
* [AAE-9371] Send rich-text-editor component data only if readOnly mode is false
* [AAE-9480] Test if display-rich-text widget is resolved
* [AAE-9480] Rename DisplayRichTextComponent into DisplayRichTextWidgetComponent to be compliant with other widget component names
* [AAE-9480] update Readme files with DisplayRichTextWidgetComponent
* [AAE-9371] Update header text
* [AAE-9371] Add Rich text editor component usage documentation
* [AAE-9480] Add padding to the widget container
* [AAE-9371] Remove plugin that align pragraph text since editorjs-html parser doesn't handle paragraph alignment
* [AAE-9371] Set editor autofocus to true
* [AAE-9480] Add a display-rich-text widget example to demo cloud form
* [AAE-9371] Fix lint issue
* [AAE-9371] Remove duplicated import to fix import module issue in a lib build job
* process list fixes
* template error fixes
* template and code fixes
* bug fixes in templates and types
* bugs, bugs are everywhere
* fix test
* test fixes
* enable strict templates for extensions lib
* enable strict mode for insights lib
* enable strict mode for core lib
* enable strict mode for content lib
* strict mode for process lib
* strict mode for process cloud
* fix demo shell template issues
* fix process cloud types
* [AAE-3469] New Service Task Lisst Component
* Fix unit tests
* Add documentation
* Add public methods to Data Table Schema
* [AAE-3469] New Service Task Cloud Component
* Fix comments
* Fix comments
* Fix unit tests
* [ACA-3426] Move filter-menu inside search and renamed as search-header
* [ACA-3426] adf-search-header removed from document-list and implemented in app-files
* [ACA-3426] Allow custom header filters inside document-list
* [ACA-3426] Decouple search from the document-list
* [ACA-3409] NodePaging ouputed to the DL
* [ACA-3426] - fixed injection for service
* Dev baptiste aca 3430 (#5773)
* [ACA-3430] Add style to filter and hide action buttons from facet widgets
* [ACA-3430] Update eventEmitter created in the DL and create unit tests for the search-header
Co-authored-by: BaptisteMahe <mahe.baptiste.19@gmail.com>
* [ACA-3426] - added parent for service
* [ACA-3426] - added parent for service - fixed method
* [ACA-3426] Revert update EventEmitter inside DL
* [ACA-3436] Use of the node input instead of nodeUpdate mehtod
* [ACA-3426] Add clear behaviour to search-header
* [ACA-3426] Remove useless update exposition
* [ACA-3426] Update filter button styles and padding inside the filter menu
* [ACA-3443] Propagate filters states through DL and datatable to avoid hiding the header
* [ACA-3426] Refactor showHeader logic and use it for the filters
* [ACA-3426] - fixed pagination for filter result
* [ACA-3426] - fixed messed files after rebase
* [ACA-3426] - added simplified config version
* [ACA-3426] - enabling created by filter
* [ACA-3426] Fix search-date-range apply method
* [ACA-3426] Fix loading style and default showHeaderMode
* [ACA-3426] Changed showHedaer default to always
* [ACA-3426] - stabilised the feature and added injection token
* [ACA-3426] Add unit test for showHeader new behaviour
* [ACA-3426] Add documentation to search-header
* [ACA-3426] - added parent filtering for special folders
* [ACA-3426] - added unit test for search header
* [ACA-3426] - fixed search fitler behavour
* [ACA-3426] - fixed search result inject service
* [ACA-3426] - fixed search result inject service for search sorting
* [ACA-3426] - fixed title for matching selector
* [ACA-3426] - fixed app config with missing search widget
* Update search-header.component.md
Co-authored-by: BaptisteMahe <mahe.baptiste.19@gmail.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
* [ADF-4713] Add new DecimalNumber Pipe to transform and localize numbers
* Unsubscribe from userPreference service
* Make Pipe impure
* Add documentation in localization page
* [ADF-4342] Date Format defined in app config
* [ADF-4342] Create localized pipe and centralize date format
* Add unit test for new date pipe
* Add info internationalization docs
* Fix lining
* Fix linting
* Fix date pipe unit test
* [ADF-4342] Add supported language files
* Fix e2e tests
* single contentAnimation state
* fine tune contentAnimation state based on direction and position
* tets
* fix mock component inputs
* use native direction attribute
* update docs
* pass direction to calculate sidenav layout
* update test
* fix unit test
* remove dialogs directionality workaround
* set document directionality service
* remove context menu direction workaround
* remove unneeded dependencies
* remove direction style workaround
* remove permission icon direction
* remove sidenav layout direction attribute
* update docs
* update sidenav layout direction
* test
* remove document type
* update test dependencies
* clear storage before test
* test
* fix dl gap
* try to fix Uncaught QuotaExceededError
* fix QuotaExceededError
* fix tests
* fix tests
* set textOrientation based on locale
* remove manually setting textOrientation
* tests
* revert to getBrowserCultureLang
* match languages keys
* update tests
* fix types
* basic ui direction service
* direction property
* demo shell integration
* move the direction in up sidenav layout to allow also the header to reorganize
use the configuration editor to change rtl ltr
add documenation
* Update app.component.html
* fix unit tests
* fix overlay viewer e2e
* fix e2e
* [ADF-4248] Created form cloud service
* [ADF-4248] Created form cloud model
* [ADF-4248] Created new cloud form
* [ADF-4248] Exported cloud from module
* [ADF-4248] Added form saving feature
* [ADF-4248] Added form to task details
* [ADF-4248] Added services to save form
* [ADF-4248] Added data support
* [ADF-4248] Added outcome support in form model
* [ADF-4248] Modified demo component to show form
* [ADF-4248] Copied tests
* [ADF-4248] Added form parsing service
* [ADF-4248] Added form cloud demo
* [ADF-4248] Added form input to fom-cloud
* [ADF-4248] Added tests for form cloud model
* [ADF-4248] Improved form model json parsing
* [ADF-4248] Added test for form could
* [ADF-4248] Refactored types in the form model
* [ADF-4248] Improved tests
* [ADF-4248] Added tests for form cloud service
* [ADF-4248] Added tests for form services
* [ADF-4248] Refactored form services
* [ADF-4248] Handled form events in demo shell
* [ADF-4248] Improved form value parsing
* [ADF-4248] Added form-cloud demo to routing
* [ADF-4248] Added field validation without handler
* [ADF-4248] Added task variable model
* [ADF-4248] Added adf-cloud prefix to css classes
* [ADF-4248] Translated name of nameless task
* [ADF-4248] Added docs for cloud form component
* [ADF-4248] Added docs for cloud form service
* create base component
* [ADF-4248] Created formBase and formModelbase
* [ADF-4248] Used base classes in cloud package
* Update form-cloud.component.md
* Update form-cloud.service.md
* [ADF-4248] Created form cloud service
* [ADF-4248] Created form cloud model
* [ADF-4248] Created new cloud form
* [ADF-4248] Exported cloud from module
* [ADF-4248] Added form saving feature
* [ADF-4248] Added form to task details
* [ADF-4248] Added services to save form
* [ADF-4248] Added data support
* [ADF-4248] Added outcome support in form model
* [ADF-4248] Modified demo component to show form
* [ADF-4248] Copied tests
* [ADF-4248] Added form parsing service
* [ADF-4248] Added form cloud demo
* [ADF-4248] Added form input to fom-cloud
* [ADF-4248] Added tests for form cloud model
* [ADF-4248] Improved form model json parsing
* [ADF-4248] Added test for form could
* [ADF-4248] Refactored types in the form model
* [ADF-4248] Improved tests
* [ADF-4248] Added tests for form cloud service
* [ADF-4248] Added tests for form services
* [ADF-4248] Refactored form services
* [ADF-4248] Handled form events in demo shell
* [ADF-4248] Improved form value parsing
* [ADF-4248] Added form-cloud demo to routing
* [ADF-4248] Added field validation without handler
* [ADF-4248] Added task variable model
* [ADF-4248] Added adf-cloud prefix to css classes
* [ADF-4248] Translated name of nameless task
* [ADF-4248] Added docs for cloud form component
* [ADF-4248] Added docs for cloud form service
* create base component
* [ADF-4248] Created formBase and formModelbase
* [ADF-4248] Used base classes in cloud package
* [ADF-4248] Moved documentation to process services
* [ADF-4248] Removed duplicate import
* [ADF-4248] Fixed wrong imports
* [ADF-4248] Renamed form renderer input
* [ADF-4248] Show translated name for nameless form
* Enable the uploadWidget
* Make the form great again!
* Move the class style on the parent
* Fix the debugMode
* [ADF-4328] added expandedSideNav as new user preference value
* [ADF-4328] update demo shell with the new User preference value
* [ADF-4328] added documentation update
* [ADF-1344] New Custom Loading Content Directive for Datatable Component
* [ADF-1344] Add unit tests for directives on Document List
* [ADF-1344] Add directive prefix to context-menu directive
* [ADF-1344] Old directive selectors have been put back
* [ADF-1344] Add old selector for empty-content directive
* [ADF-3775] Created breadcrumb component for layout demo
* [ADF-3775] Created filter demo component
* [ADF-3775] Created apps demo component
* [ADF-3775] Created tasks list cloud demo component
* [ADF-3775] Created tasks process cloud demo component
* [ADF-3775] Created new cloud layout component
* [ADF-3775] Improved translation
* [ADF-3775] Fixed translation
* [ADF-3775] Improved layout
* Use the EditTaskFilters
TaskFilterCloud should have a stream of filter
Fix integration issues
* Remove useless route
Enable start task cloud button
* Remove useless pages and handle start task error event
* Fix wrong unit test
* Use the Process Cloud menu name
* [ADF-3749] Created new process filter component
* [ADF-3749] Improved process filters
* [ADF-3749] Improved process filters
* [ADF-3749] Added tests
* [ADF-3749] Included filter in process list cloud demo
* [ADF-3749] Added documentation
* [ADF-3749] Improved documentation
* [ADF-3749] Added new query model and improved model names
* [][ADF-3749] Added extra documentation
* [ADF-3749] Added new key in the filter models
* [ADF-3749] Added translation support for filters
* [ADF-3749] Added new tests
* [ADF-3749] Added new translation keys
* [ADF-3723] added first step to adf tree view component
* [ADF-3723] start adding tests for the new component
* [ADF-3723] fixed style and start adding tests
* [ADF-3723] working on unit test
* [ADF-3723] added test for the new tree view component
* [ADF-3723] added event when clicked on a tree node
* [ADF-3723] refactored code
* [ADF-3723 added peer review changes
* [ADF-3723] fixed extra space
* [ADF-3723] fixed unit test
* [ADF-3723] fixed failing unit test
* [ADF-3538] start creating new folder for cloud components
* [ADF-3538] added new package to the script and the builds
* [ADF-3538] added some more changes to scripts
* [ADF-3538] - starting the new package
* change index
* fix package
* Fix module structure with Cli
* add basic structure
* Create a library with angular cli
* Add a cloud component as example
* Skip the scss style
* add the import scss
* remove useless codes
* Add i18n example
* remove useless code
* Simplify the hello component
Fix the wrong path
* add the app-list-cloud-component
add the app-details-cloud-component
* Expose and use the new component
* Consume the new package and component from the demoshell
* Fix process service cloud path
* [ADF-3538] Alfresco Process Service Cloud - new package with CLI (#3872)
* [ADF-3538] start creating new folder for cloud components
* [ADF-3538] added new package to the script and the builds
* [ADF-3538] added some more changes to scripts
* [ADF-3538] - starting the new package
* change index
* fix package
* Fix module structure with Cli
* add basic structure
* Create a library with angular cli
* Add a cloud component as example
* Skip the scss style
* add the import scss
* remove useless codes
* Add i18n example
* remove useless code
* Simplify the hello component
Fix the wrong path
* Fix process service cloud path
* Download process-service-cloud from the CS
* [ADF-3538] generated task-list cloud by cli
* [ADF-3550] Added Task Filter Cloud component
* [ADF-3550] Task Filter Cloud component relocated
* [ADF-3538] rebased task list cloud 2.0
* [ADF-3538] fixed ng-package.json
* [ADF-3538] reverted worng changes
* [ADF-3538] removed wrong rebased files
* [ADF-3538] forcing update of app-list file
* [ADF-3538] wrong file after rebase removed
* [ADF-3538] wrong file after rebase fixe
* Merge the applist component with task list
* [ADF-3550] Added Task Filter Cloud component
* emit the event
* Add the route process cloud and fix the page issues
* fixed wrong pagination initialisation
* improved initialisation of page size
* removed unused import
* fixed tsconfig with double definition
* Use standard name for scss
* fix sorting issue and remove useless models
* Fix tslint
* Use 1 single testing module file
* [ADF-3538] [ADF-3547] Fix selected task filter and unit tests
* Fix unit tests and remove useless imports
* Uncomment unit tests
* Remove useless component
* Use main module instead of submodules
* Remove useless jsdoc and improve doc
* Remove useless jsdoc
* Remove useless interface
* remove AfterViewInit import
* remove js doc params