* fix after rebase
* new release strategy for ng next
Signed-off-by: eromano <eugenioromano16@gmail.com>
* peer dep
Signed-off-by: eromano <eugenioromano16@gmail.com>
* Angular 14
fix unit test and storybook
Signed-off-by: eromano <eugenioromano16@gmail.com>
fix after rebase
Signed-off-by: eromano <eugenioromano16@gmail.com>
update pkg.json
Signed-off-by: eromano <eugenioromano16@gmail.com>
missing dep
Signed-off-by: eromano <eugenioromano16@gmail.com>
Fix mistake and missing code
Dream....build only affected libs
Add utility run commands
* Use nx command to run affected tests
* Fix nx test core
fix content tests
Run unit with watch false
core test fixes
reduce test warnings
Fix process cloud unit
Fix adf unit test
Fix lint process cloud
Disable lint next line
Use right core path
Fix insights unit
fix linting insights
Fix process-services unit
fix the extensions test report
fix test warnings
Fix content unit
Fix bunch of content unit
* Produce an adf alpha of 14
* hopefully fixing the content
* Push back the npm publish
* Remove flaky unit
* Fix linting
* Make the branch as root
* Get rid of angualar13
* Remove the travis depth
* Fixing version for npm
* Enabling cache for unit and build
* Fix scss for core and paths
Copy i18 and asset by using ng-packager
Export the theming alias and fix path
Use ng-package to copy assets process-services-cloud
Use ng-package to copy assets process-services
Use ng-package to copy assets content-services
Use ng-package to copy assets insights
* feat: fix api secondary entry point
* fix storybook rebase
* Move dist under dist/libs from lib/dist
* Fix the webstyle
* Use only necessary nrwl deps and improve lint
* Fix unit for libs
* Convert lint.sh to targets - improve performance
* Use latest of angular
* Align alfresco-js-api
Signed-off-by: eromano <eugenioromano16@gmail.com>
Co-authored-by: eromano <eugenioromano16@gmail.com>
Co-authored-by: Mikolaj Serwicki <mikolaj.serwicki@hyland.com>
Co-authored-by: Tomasz <tomasz.gnyp@hyland.com>
* [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
* code fixes
* code fixes
* more code fixes
* even more fixes
* add missing typescript for cli
* rollback info drawer test changes
* use npx for cli commands
* restore attach providers
* [ADF-1443] Refactor Download directive
* [ADF-1443] Node Download Directive now accepts single node and an array as input
* [ADF-1443] Fix Unit tests
* [ADF-1443] Fix unit test related to viewer component
* [ADF-3354] removed the adf-accordion component to use material accordion
* [ADF-3354] fixed default opened state for the accordion
* [ADF-3354] fixed locator for new accordion menu
* sorting configuration
* detect primary sorting and use with document list
* search results sorting
* docs update
* unit tests and code updates
* update code
* update code
* generic sorting picker, test updates
* ability to switch off client side sorting
* update docs for document list
* [ADF-1939] Responsive button to edit reports
* [ADF-1939] Removed unused dependencies in material module
* [ADF-1939] Edit buttons now use flex layout
* [ADF-2650] Report action menu component created
* [ADF-2650] Added Button Model
* [ADF-2650] Buttons component finished
* [ADF-2650] Buttons menu component moved to core library
* [ADF-2650] Included index.ts in core/buttons-menu
* [ADF-2650] cleaned the module and public api file
* Revert "[ADF-2650] Included index.ts in core/buttons-menu"
This reverts commit 6bdf1f2f48a30bb4622eb4c000e5318370503710.
* [ADF-2650] Applied the peer review changes
* [ADF-2650] Comment removed
* [ADF-2650] Failing tests fixed
* [ADF-2650] Dynamic theming for analytic reports
* [ADF-2650] Themes not ap
* remove BrowserAnimationsModule dependency
* improve test shim
* update test shim
* test shim updates
* example of lazy-loaded datatable
* local and global i18n demo for lazy modules
* lazy loading support for CoreModule providers
* test shim updates
* update test shim
* support global i18n for lazy modules
* cleanup lazy loading example
* update card view after rebase
* backwards compatibility
* cleanup files
* fix code after rebase
* fix viewer script
export insights and diagram
remove requires svg
fix new data adapter path
dist working with diagrams commented out
change use of minimatch
fix unused import
remove unused component
fix test
new import moment es6 and throw rxjs
fix import analytics test
fix imports rxjs
new pacakging
* fix after rebase
* fix test upload services
* exclude temporarily button event test
* restore commented demo shell files
* fix process spy