* upgrade to latest adf 3.0.0 alpha
* use ADF share dialog
* [ACA-2069] make sure toggles have the right color
* raise error popups for shared links
* update test
* use date only for sharing
* [ACA-2069] small improvement - make sure toggles have the right color
* remove old share dialog
* move toggle-shared component to common module
* [ACA-2147] toolbar clean css - fix colors
* [ACA-1619] keep aspect properties config example
* [ACA-2147] keep toolbar color setting in custom-theme
* remove dist folder from travis cache
* build dist folder before each suite
* remove no longer needed 'Prepare dist cache' since dist cache was disabled
* [ACA-1619] overwrite the app.config metadata settings only of the 'content-metadata-presets' is non-empty
* [ACA-1619] app config to show automatically all metadata aspects
- not extendable version
* [ACA-1619] app extension to show automatically all metadata aspects
- extendable version
- the app.config setting is overwritten by the one with ids from app.extensions
- could remove completely the content metadata setting from app.json
* [ACA-1619] allow 'disabled' property on content metadata configuration
* [ACA-1619] test content-metadata plugin extension
- allow 'disabled' property on content metadata configuration
* [ACA-1619] remove test reference to metadata plugin
* [ACA-1619] backwards compatibility for metadata plugin extensions
- add back initial structure (& ids) of content-metadata "custom" preset
- revert change to sample metadata extension plugin
* [ACA-1619] forgotten change
* [ACA-1619] tests
* Revert "[ACA-2069] fix blue slider issue (#854)"
This reverts commit 84b0cd4e7e.
* ACA-2111 remove default color for toggle as it defaults to orange
* ACA-2111 remove default color for toggle as it defaults to orange
* update to 3.3.0 alpha
* add arabic language
* layout orientation support
* take direction from parent
* set direction based on language locale on initialization
* test
* direction element wrapper
* use CONTEXT_MENU_DIRECTION injection
* direction injection token
* refactor positionStrategy
* set CONTEXT_MENU_DIRECTION value
* test
* [ACA-2359] upgrade ADF to 3.2.0-beta7 version
* [ACA-2359] revert temporary fix because no more nested 'adf-datatable-cell' items coming from ADF
* [ACA-2359] remove no more needed styles related to [ADF-4401] issue
* [ACA-2359] clean-up unneeded styles - coming from new ADF version
* [ACA-2363] fix issue with text being visible underneath the info drawer
* [ACA-2359] fix ellipsis on locked_by text
* [ACA-2359] increase item select area
* [ACA-2331] fix destination picker custom source title
* [ACA-2331] fix destination picker column display
* min-width for adf-no-grow-cell
* update to latest ADF alpha version
* better date column display - ellipsis fix
* renaming to prepare to clean-up document-list scss overrides
* fix ellipsis display & cells min-width
* update to a more latest ADF alpha
* add adf-no-grow-cell & min-width on columns
* [ACA-2350] fix ellipsis on DL and the context-menu issue
- issues were caused by nested items with the same classname: 'adf-datatable-cell'
* [ACA-2350] fix unit test
* [ACA-2350] remove deprecated classname
- mention 'adf-datatable-cell--text' example container class for elements that have context menu
* [ACA-2350] small fixes on search-results display
* [ACA-2350] fix location check
* [ACA-2350] should clean-up code once [ADF-4401] issue is fixed
* [ACA-2350] change e2e expect to check match
* [plint] fix code formatting
* [plint] fix code formatting
* [ACA-2330] fix DL display - enable single click tests
* [ACA-2330] fix locked-by item display
* [ACA-2330] set text color and padding on DL
* [ACA-2330] fix ellipsis on name column text
* [ACA-2330] apply fix to library-name-column also
- fixes failing test on libraries DL
* [ACA-2330] set scss variables
* [ACA-2330] fix wrong variable names
* [ACA-2330] decrease thumbnail width
* [ACA-2330] enable related tests
* [ACA-2139] remove style override
- was added on ADF component since 3.0.0
* [ACA-2149] prepare for moving adf-upload-dialog style to ADF
- separate new styling from overrides
* [ACA-2148] just delete without moving to ADF
- since we no longer use the adf-upload-button anywhere in ACA
* [ACA-2150] refactor adf-upload-drag-area code
* [ACA-2150] more refactor adf-upload-drag-area scss
* [ACA-2150] change variable naming on adf-upload-drag-area scss
* [ACA-2141] fix adf-info-drawer height
- and mark code that could be removed in the future - without moving to ADF
* [ACA-2147] prepare adf-toolbar code to be moved to ADF
* [ACA-2141] remove not needed styles
- already set inside the adf-version-manager styling
* [ACA-2146] prepare adf-sidenav-layout code to be moved to ADF
* [ACA-2144] remove no more needed styles for facet-buttons
- styles for adf-facet-buttons are applied in ADF 3.1.0
* [ACA-2150] fix reset 'parent' color on adf-upload-drag-area
* [ACA-2150] refactor adf-upload-drag-area code
- to easier to move to ADF
* [ACA-2141] better fix for adf-info-drawer height
* [ACA-2147] rename css class to prepare adf-toolbar code to be moved to ADF
* [ACA-2265] add missing translation keys
* [ACA-2265] translatable copyright text
* [ACA-2265] translatable 'by {{user}}'
* [ACA-2265] translate special strings from location
* [ACA-2265] translate special strings from location - fix failing e2e test C280499
* [ACA-2265] use translation string from 'LABEL'
- fixes issue [ACA-2072] bcs. it shows "File Libraries" text on breadcrumb as on site-dropdown
* Remove search on change
- search call would be triggered only on submit or on option change
* clicking search icon triggers search
* caches user changes for a possible future search
* caches non-empty user changes for a possible future search
* close search options menu on submit
* update queryBuilder and navigate to new search url
* add setting to enable/disable searching after typing on search input
* fix double search call
* Apply suggestions from code review
- custom name to distinguish between ADF and ACA settings
Co-Authored-By: suzanadirla <dirla.silvia.suzana@gmail.com>