Commit Graph

3524 Commits

Author SHA1 Message Date
Maurizio Vitale
80b3445c9c [ADF-1045] Process Attachments List - Improve the component (#2067)
* Create two different ProcessUpload service on for task one for process because the API are different
Move the attachment task list and process list in different component outside the activiti demo component

* Move the create task/process attachment in the child component
2017-08-01 10:20:15 +01:00
Denys Vuika
ae98b41458 [ADF-1026] i18n support for "empty" screen (#2066)
* i18n support for "empty" screen

* fix unit tests

* fix tests

* fix tests
2017-08-01 10:20:15 +01:00
Deepak Paul
7fa519d15c [ADF-497] Improvement to task comment (activiti-comments) component -1829 Github (#2054)
* [ADF-497] Improvement to task comment (activiti-comments) component - 1829 Github

* Added new design
* Removed dialog
* Migrated from mdl to md
* Created a new component to list comments by using data-table

* [ADF-497] Improvement to task comment (activiti-comments) component - 1829 Github

    * Added documentation

* [ADF-497] Improvement to task comment (activiti-comments) component -1829 Github

* Improved css class naming
* Changed component name AdfCommentList to AdfCommentListComponent
* Code refactoring

* [ADF-497] Improvement to task comment (activiti-comments) component -1829 Github

* Removed extra space at the end

* [ADF-497] Improvement to task comment (activiti-comments) component -1829 Github

* Import reordering
2017-08-01 10:20:15 +01:00
Eugenio Romano
2e975dbc29 [ADF-863] codelyzer documentlist (#2059)
* codelyzer documentlist

* tslint error after codelizer

* fix import

* fix tag test
2017-08-01 10:20:15 +01:00
Eugenio Romano
fed2462586 add codelyzer in webscript tag and social (#2061) 2017-08-01 10:20:14 +01:00
Vito
4c0b29a4ae [ADF-858] added multiple attribute to upload widget (#2064) 2017-08-01 10:20:14 +01:00
Vito
079f36a8a9 Fix error on test into core component (#2062) 2017-08-01 10:20:14 +01:00
Denys Vuika
eeacea784c [ADF-770] upgrade to md-menu (#2060)
* upgrade to md-menu

- upgrade to md-menu
- fix issue with missing icons
- extend demo shell to show icons for actions
- fix issue with border problems in Firefox
- remove commented out samples in demo shell (there's readme for that instead)

* fix unit tests

* fix tests
2017-08-01 10:20:14 +01:00
Maurizio Vitale
f891c11e78 [ADF-1002] Move the UploadService from the upload to core component and share it with the Process service (#2055)
* use the same upload component between the content and process service

* Create a BaseUploadServe inside the core
The AlfrescoUpload should extend the BaseUpload

* Improve the code

* Move the process service from the demo shell to form component

* Merge [ADF-917] added exlcluded files into app config to prevent special files

* Remove typo

* Fix import

* Fix FileModel import

* Fix Denys comment

* Fix unit test with the new path of UploadService

* Add missing implementation
2017-08-01 10:20:13 +01:00
Denys Vuika
945dac6c49 [ADF-1015] make "loading" state two-way bindable (document list) (#2052)
* make "loading" state two-way bindable

* update documentation

- update readme
- move "loading" property up to @Input properties
2017-08-01 10:20:13 +01:00
Denys Vuika
fba0614b60 [ADF-1006] fix 'isEmpty' issue and code cleanup (#2053)
* fix 'isEmpty' issue and code cleanup

* Update tsconfig.json
2017-08-01 10:20:13 +01:00
Eugenio Romano
53a614bfbf [ADF-859] add codelyzer in core and datatable (#2056)
* add codelyzer in core and datatable

* add codelyzer in the main build

* order imports

* fix import in test

* fix import test

* import reorder form

* tasklist and processlist import reorder
2017-08-01 10:20:13 +01:00
Denys Vuika
9870964c0e fix form demo template 2017-08-01 10:20:13 +01:00
Vito
4f3d1deff0 [ADF-819] added snackbar to single file drop (#2051) 2017-08-01 10:20:13 +01:00
Vito
d9fca83e04 [ADF-917] added exlcluded files into app config to prevent special fi… (#2039)
* [ADF 917] added exlcluded files into app config to prevent special files upload
2017-08-01 10:20:12 +01:00
Maurizio Vitale
4bd0f04913 [ADF-970] Create a new Empty list component for the datatable (#2045)
* Create a new empty list component
Share the component between attachment list and document list
Add unit test
Add basic documentation

* Use the adf empty list also in the process attachment component

* Fix unit test

* delete wrong file
2017-08-01 10:20:12 +01:00
Popovics András
7cbefb1355 [ADF-523] Fix delete operation in the search component (#2020)
* Search delete permission notification fix

* Support content deletion inside search results

* Forgotten broken test fix.

* Update alfresco-document-list READDME.md

* Update alfresco-document-list READDME.md II

* Adding TOC to README.md

* Build fix

* Fix the build for now and ever!
2017-08-01 10:20:12 +01:00
Eugenio Romano
87c1921034 [ADF-506] Unify thumbnail service (#2014)
* move thumbnail service in core

* fix folder
2017-08-01 10:20:12 +01:00
Popovics András
f0ee0a2ee2 Responsive height for login component (#2049) 2017-08-01 10:20:12 +01:00
Eugenio Romano
232375bf82 add markdown linter (#2048) 2017-08-01 10:20:12 +01:00
Popovics András
2307b49d44 [ADF-1001] Fix styling issues with tooltip and increase code coverage (#2047)
* Adding tests for diagram tooltips

* Style fixes
2017-08-01 10:20:12 +01:00
Vito
985595467c [ADF-957] removed double call to load form (#2046) 2017-08-01 10:20:12 +01:00
Eugenio Romano
d1d147e696 fix diagram webpack common file 2017-08-01 10:20:12 +01:00
Eugenio Romano
73967518d8 revert tsconfig change 2017-08-01 10:20:12 +01:00
Vito
568ae1f32d [ADF-966] added the ability to reflect data change on datatable (#2042)
* [ADF - 966] added a setTimeout to test the async loading of datatable

* [ADF-966] added the ability to reflect changes on data change

* [ADF-917] changed due PR
2017-08-01 10:20:11 +01:00
Popovics András
16b8f9a5d7 [ADF-402] Diagram tooltips bug (#2043)
* Getting rid of MDL from dialog tooltips

* Tooltip message body fix and stylings

* Add adf prefix and sass compilation

* build fix
2017-08-01 10:20:11 +01:00
Eugenio Romano
3a7fe45ca4 update script publish and change version 2017-08-01 10:20:11 +01:00
Denys Vuika
0d1354ebbc [ADF-983] User Preferences Service (#2044)
* user preferences service

* unit tests and code improvements

* fix tests

* fix tests

* fix tests

* add missing production settings

* readme updates

* integrate with the core module
2017-08-01 10:20:11 +01:00
Denys Vuika
d7bc86239f [ADF-850] example on using in-memory form data (#2037)
* stub for custom form service

* demo polishing

- use in-memory formService only for the corresponding demo page 'Form'
- support for mocking rest field values
- demo of the typeahead data mocked

* load data from app config

* fix lint errors

* separate Form and Form List demos
2017-08-01 10:20:11 +01:00
Eugenio Romano
3524b76793 update move and add script 2017-08-01 10:20:11 +01:00
Denys Vuika
40fe3ce361 [ADF-967] evaluate "hostname" and "port" for string settings (#2040)
* evaluate 'hostname' and 'port' in app config strings

* update unit tests

* fix unit tests

* fix unit tests

* update readme
2017-08-01 10:19:33 +01:00
Eugenio Romano
ff2c566c90 [ADF-868] Use new ADF prefix in all tags (#2035)
* use new ADF prefix in all thr tag

* fix failing test

* fix datatable test
2017-08-01 10:19:33 +01:00
Eugenio Romano
ba580ad11d [ADF-973] Remove demo folder moved in https://github.com/Alfresco/adf-examples … (#2036)
* remove demo folder moved in https://github.com/Alfresco/adf-examples 1.6.1

* remove analytics demo
2017-08-01 10:19:33 +01:00
Maurizio Vitale
a3ebebd926 Fix appId not mandatory (#2038) 2017-08-01 10:19:33 +01:00
Maurizio Vitale
92a3f9f677 [ADF-914] Form List Component (#2023)
Form List Component
2017-08-01 10:19:33 +01:00
Vito
ca6de58598 [ADF - 778] Fixed error on wrong change detection strategy (#2021) 2017-08-01 10:19:33 +01:00
Popovics András
01a73d34c2 MDL tooltip not displayed bugfix (#2025) 2017-08-01 10:19:33 +01:00
Vito
4ae3907d2a [ADF - 334] Added prefix to amount widget (#2031)
[ADF - 334] added material design prefix to amount widget
2017-08-01 10:19:32 +01:00
Vito
ab4a548ead [ADF - 950] - disabling date button on readonly form (#2032) 2017-08-01 10:19:32 +01:00
Denys Vuika
70948c3533 AOT compatibility enhancements (#2015)
* aot compatibility updates

- remove index files where needed
- move material dependencies to a separete module
- use aot compatible lambda functions for module export

* remove unused imports

* re-export Material module

* core module enhancements

- fix AOT issue with providers (use lambda instead of variable)
- move context menu to a separate module

* core module enhancements

* feature modules
2017-08-01 10:19:32 +01:00
Eugenio Romano
182efb15b8 no save development js-api (#2033) 2017-08-01 10:19:32 +01:00
Jean-Pierre Huynh
3cc37bf86e Fix markdown syntax and wording on README.md (#2030) 2017-08-01 10:19:32 +01:00
Eugenio Romano
137e816661 regenerate lock 2017-08-01 10:19:31 +01:00
Eugenio Romano
e73e518bfb NgZone type passed parameter 2017-08-01 10:19:31 +01:00
Eugenio Romano
2624d1bc0d fix type definition variables 2017-08-01 10:19:31 +01:00
Eugenio Romano
480482d575 update typescript (#2026) 2017-08-01 10:19:30 +01:00
Maurizio Vitale
b0a168aa39 Fix upload related content (#2019) 2017-08-01 10:19:30 +01:00
Eugenio Romano
255a0f3260 SASS version update (#2013)
* sass update

* update sass loader
2017-08-01 10:19:29 +01:00
Popovics András
ff73456379 [ADF-922] Regenerate package-lock.json files for every package and create script for doing that in the future (#2012)
* Updated package-lock.json files

* npm-relock-pkgs.sh

* Update README.md

* Fix ng2-alfresco-search sass problem
2017-08-01 10:19:29 +01:00
Eugenio Romano
391a19e94b [ADF-845] breadcrumb root option added and style review (#1999)
* breadcrumb root option added and style review

* new breadcrumbs

* split onchange in a method

* update readme with a note for old pefix tag
2017-08-01 10:19:28 +01:00