Denys Vuika
6f968f7e4a
[AAE-5637] Remove SCSS mixins and use CSS variables ( #7250 )
...
* remove default-class mixin and use regular import
* cleanup colors
* remove variables file, fix bugs in animations
* proper ordering of imports, core css vars
* cleanup snackbar and material themes
* tags component
* login component styles
* app login
* toolbar component styles
* breadcrumb styles
* dropdown breadcrumb
* app layout component
* demo shell: files component
* aspect list styles
* content metadata styles
* node selector
* name location cell
* node share dialog
* content type dialog
* folder dialog
* document list
* datatable theme
* pagination theme
* viewer theme
* viewer theme
* user-info theme
* container widget
* dynamic table theme
* form widgets
* form theme
* form renderer
* sidebar menu
* header theme
* info drawer theme
* comment list
* commens and layout container
* sidenav layout
* empty content
* error content
* clipboard theme
* search input
* tooltip card and notification history
* card view theme
* remove unused keys
* add permission dialog
* search and permission dialogs
* version comparison and column themes
* upload drag area and cleanup references
* remove the need for content styles
* insight components
* cleanup insights theme
* process components
* process components
* process cloud themes
* cleanup unsed imports
* cleanup mixins
* update build scripts
* test fixes
* remove fdescribe
* css fixes
* update unit tests
2021-09-29 13:17:05 +01:00
Denys Vuika
81f7e2af33
[ADF-5456] improved theming bundling ( #7180 )
...
* theming barrel file for core
* card-view theme
* clipboard theme
* rename core theme files
* content services themes
* process services theme
* process services cloud theme
* insights theming
* try fix flaky test
2021-07-20 15:24:37 +01:00
Denys Vuika
829805e201
[ADF-5432] component template and code fixes after testing Angular strict mode ( #7118 )
...
* 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
2021-06-22 16:36:06 +01:00
Denys Vuika
e94b2f99bd
[ADF-5406] SCSS and HTML template path fixes ( #7063 )
...
* remove useless mixin
* fix scss paths
* style fixes
* fix styles
* style fixes
* style fixes
* style fixes
* style fixes
* insights fixes
* css and template path fixes
* bug fixes
2021-06-01 09:21:00 +01:00
Denys Vuika
cd2b489100
[ADF-5146] Upgrade to Angular 10 ( #5834 )
...
* remove useless module
* upgrade to angular 8
* upgrade material to v8
* upgrade adf libs
* migrate demo shell to v8
* upgrade to angular 9
* upgrade material to v9
* remove hammer
* upgrade nx
* upgrade datetime picker
* upgrade flex layout
* update core api
* remove entry components
* code fixes
* upgrade testbed usage
* code fixes
* remove unnecessary core-js from tests
* upgrade CLI
* ts config fixes
* fix builds
* fix testing config
* compile fixes
* fix demo shell dev setup
* fix core tests
* fix card view import
* upgrade nx
* disable smart builds for now
* remove fdescribe
* restore smart builds
* fix issues
* unify tsconfigs and fix newly found issues
* fix configuration and cleanup package scripts
* improved production build from the same config
* use ADF libs directly instead of node_modules
* disable smart build
* single app configuration (angular)
* fix core build
* fix build scripts
* lint fixes
* fix linting setup
* fix linting rules
* various fixes
* disable affected libs for unit tests
* cleanup insights package.json
* simplify smart-build
* fix content tests
* fix tests
* test fixes
* fix tests
* fix test
* fix tests
* disable AppExtensionsModule (monaco example)
* remove monaco extension module
* upgrade bundle check rules
* fix insights tests and karma config
* fix protractor config
* e2e workaround
* upgrade puppeteer and split linting and build
* reusable resources config
* update protractor config
* fix after rebase
* fix protractor config
* fix e2e tsconfig
* update e2e setup
* Save demoshell artifact on S3 and remove travis cache
* Push the libs on S3 and fetch before releasing it
* Add deps
* Add dependencies among libs and run only affected unit test and build
* fix the travis stage name
* fix after renaming dev to demoshell
* force the order of the projects
* remove unused dependencies
* fix content e2e script
* exit codes fix
* add extra exit codes to core e2e
* postinstall hook and package cleanup
* cleanup packages
* remove deprecated code and dependency on router
* improve bundle analyzer script
* minor code fixes
* update spec
* fix code after rebase
* upgrade protractor after rebase
* fix e2e mapping lib
* Update tsconfig.e2e.json
* update e2e tsconfig
* fix angular config
* fix protractor runs
* cache dist folder for libs
* update material selectors for dropdowns
* selector fixes
* remove duplicated e2e that have unit tests already
* fix login selector
* fix e2e
* fix test
* fix import issues
* fix selector
* cleanup old monaco extension files
* cleanup demo shell login
* add protractor max retries
* disable customisations of protractor
* fix login validation
* fix after rebase
* fix after rebase, disable latest versions of libs
* Hide the report tab and rollback the localstorage
* rename protractor config back to js
* restore lint as part of build
* cleanup code
* do not copy anything to node_modules on dist test
* fix unit tests
* config fixes
* fix code
* fix code after rebase
* fix tests
* remove existing words from spellcheck
* remove useless directive decorators
* update package.json after rebase
* add js-api back
* code fixes
* add missing export
* update configs
* fix code
* try fix the sso login test
* fix
* remove puppeteer unit
* fix e2e script
* fix
* make provider easy
* fix routes module before upgrade
* fix unit tests
* upgrade angular cli
* upgrade to angular 10
Co-authored-by: maurizio vitale <maurizio.vitale@alfresco.com>
Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
2020-07-03 13:01:05 +01:00
Denys Vuika
a0926a38d8
Minor code and style fixes ( #5398 )
...
* type fixes
* import fixes
* fix typos
* fix warning for private props that init in ctor only
* typing fixes
* typing fixes
* style cleanup
* fix test template
2020-02-09 22:03:32 +00:00
Denys Vuika
d7ab0417b8
[AAE-622] No implicit returns ( #5157 )
...
* enable noImplicitReturns rule
* type fixes
* fix return types
* fix return value
* fix tests
* fix visibility service
* update tests
* add missing types
* fix test
2019-10-17 09:35:39 +01:00
Eugenio Romano
0736a29d5c
fix style issues ( #5151 )
2019-10-14 18:32:35 +01:00
Eugenio Romano
3d336bf9bd
Update layout-container.component.scss
2019-07-10 20:01:18 +01:00
Eugenio Romano
d3021a1cc8
Update layout-container.component.scss
2019-07-10 19:36:50 +01:00
Suzana Dirla
bbe22fd2a7
[ADF-4732] ellipsis fix ( #4913 )
...
allow folder names from breadcrumb to shrink when path is too long to fit the screen
2019-07-10 09:49:13 +01:00
Suzana Dirla
3d73e94b5d
[ADF-4402] Move component related styles from demo-shell to ADF components ( #4808 )
...
* [ADF-4402] remove styling of non-existent items
* [ADF-4402] remove not needed style - bcs overwritten by style from core
* [ADF-4559] remove demo-shell only class from core styling
- use class name from core component for styling
* [ADF-4402] remove not used styling code
- .adf-app-layout-toolbar no longer exists, so no need keep its style
* [ADF-4402] move style from demo-shell to core
- same style was needed in ACA, so probably should be best in core ADF
* [ADF-4402] remove not used styling code
* [ADF-4402] move adf-toolbar-title style from demo-shell to core
* [ADF-4402] remove not used styling code
* [ADF-4402] use existing css class
* [ADF-4402] remove style already set from pagination component
* [ADF-4402] remove not used styling code
* [ADF-4402] viewer toolbar width
2019-06-05 16:01:38 +01:00
Cilibiu Bogdan
9cf6f5519c
[ADF-4579] Layout - RTL support ( #4741 )
...
* 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
2019-05-29 16:17:13 +01:00
arditdomi
6897f20954
[ADF-4466] Fix alignment issues - IE11 ( #4772 )
...
* [ADF-4466] Fix alignment issues - IE11
* [ADF-4466] Fix implementation from demo shell specific to generic
* [ADF-4466] Remove unused query for IE11
2019-05-24 16:41:19 +01:00
davidcanonieto
d6719c0b57
[ADF-4478] Fix layout container and empty template ( #4683 )
2019-05-02 15:00:09 +01:00
arditdomi
54a2b14285
[ADF-4339] Fix documentList and ContentServices UI for IE11 ( #4660 )
...
* [ADF-4339] Fix documentList and ContentServices UI for IE11
* [ADF-4339] Fixed syntax mistake
2019-04-29 11:20:09 +01:00
davidcanonieto
6213839289
[ADF-4279] Demo-shell - Fix home component layout ( #4543 )
2019-04-02 19:03:10 +01:00
arditdomi
10e91bed2a
[ADF-4229] Fix big space issue when ADF set to RTL ( #4467 )
...
* [ADF-4229] Fix big space issue when ADF Application set to RTL
* [ADF-4229] Fix big space issue when ADF Application set to RTL
* Update layout-container.component.scss
2019-03-20 15:55:16 +00:00
Eugenio Romano
c55cba5514
license header update 2019 ( #4300 )
2019-02-12 01:18:43 +00:00
davidcanonieto
1a21f234b6
[ADF-3746] Add style lint rules ( #3975 )
...
* add stylelint
* fix style first part
* fix style second part
* fix style third part
* fix style fourth part
* Fix e2e tests first part
* Fix e2e tests second part
* Rebase branch
* fix style third part
* fix style fourth part
* Fix list error
* fix insights
* fix style abotu component
* Fix e2e tests second part
* Rebase branch
* fix style third part
* fix style fourth part
* Fix list error
* Fix e2e tests second part
* Rebase branch
* fix style third part
* fix style fourth part
* Fix list error
* [ADF-3746] Rebase branch
* Fix e2e tests second part
* Rebase branch
* fix style third part
* fix style fourth part
* Fix list error
* Fix e2e tests second part
* Rebase branch
* Fix list error
* fix new style added
* tslint fix
* [ADF-3746] Fix scss errors on Process Filters Cloud component
2018-11-28 14:43:18 +00:00
Eugenio Romano
cc396e2a11
[ADF-3512] SidenavLayoutComponent option to show the sidebar on the right ( #3768 )
...
* add sidebar end start property
* add demo and test
* fix test
* fix failing test
2018-09-12 10:02:24 +01:00
davidcanonieto
eefc054cab
[ADF-3493] Sidenav on top of content on IE bug fix ( #3752 )
2018-09-06 14:10:26 +01:00
Georgiana Roman
c4d3bf231a
[ADF-3177] added general header component ( #3537 )
...
* [ADF-3177] added general header component
* [ADF-3177] added documentation and removed user info mobile behaviour
* [ADF-3177] eddited doc file
* [ADF-3177] renamed folder and style changes
* [ADF-3177] style changes
* [ADF-3177] fix tests
* [ADF-3177] fix lint errors and tests
* [APM-3177] css changes
* [ADF-3177] fix pr
* [ADF-3177] updated documentation
* [ADF-3177] expose module with old name
* [ADF-3177] expose module with old name
2018-08-14 15:42:07 +01:00