1052 Commits

Author SHA1 Message Date
Martin Bergljung
c6cd7d6b40 [ADF-1586] TaskListService & TaskFilterService documentation update because of 2.0 reorg (#2705) 2017-11-23 11:31:36 +00:00
Martin Bergljung
27f35dfe24 [ADF-1586] ProcessService & ProcessFilterService documentation update because of 2.0 reorg (#2703) 2017-11-23 11:30:57 +00:00
Andy Stark
220e14cfcd [ADF-1586] Scaled and cropped screenshots (#2697) 2017-11-22 17:21:55 +00:00
suzanadirla
68239cd002 [ADF-1599] [Destination Picker] Updates to match the designed component (#2642)
* [ADF-1599] fix design issues

Search Term Highlight text to be orange (primary color)
Main action button text label to be orange (primary color)
Main action button text to be in Uppercase
Main action button to relate to the action i.e. MOVE or COPY
Dialog title: Name of item to move/copy should be in 'quotes'

* [ADF-1599] fix Dropdown	Placeholder text from 'Site List' to 'Select Location'

* [ADF-1599] fix Dropdown	Placeholder text from 'Site List' to 'Select Location'

* fix 'Select Location' width and bottom margin

* [ADF-1599] update document picker to match design

* [ADF-1599] fix failing tests

* [ADF-1599] update the unit tests

* [ADF-1599] use only colors from $theme on component scss file

* [ADF-1599] change needed after resolving conflict on merge
2017-11-22 13:40:47 +00:00
Andy Stark
a2ee8dbfcf [ADF-1586] Added Content Services doc files (#2683) 2017-11-21 11:52:12 +00:00
madhukar23
aa8b2a28f3 [ADF-1711] The <adf-task-attachment-list component displays drag-and-drop area that is not working (#2658)
* [ADF-1711] The <adf-task-attachment-list component displays drag-and-drop area that is not working

* Made the drag and drop area working in demo shell for task attachment

* Provided a way to pass custom no content template for drag and drop to the user

* Updated the task-attachment README file for the user to know how to use drag and drop component with task-attachment component

* [ADF-1711] The <adf-task-attachment-list component displays drag-and-drop area that is not working

* Made the drag and drop area working in demo shell for task attachment

* Provided a way to pass custom no content template for drag and drop to the user

* Updated the task-attachment README file for the user to know how to use drag and drop component with task-attachment component
2017-11-21 10:33:56 +00:00
Andy Stark
bf6d0284e0 [ADF-1586] Added Core doc files (#2681)
* [ADF-1586] Added core doc files

* [ADF-1586] Added core doc files
2017-11-21 09:50:11 +00:00
Vito
d138d6af16 [ADF-1805] added some peer review changes and documentation changes (#2669)
* [ADF-1805] added some peer review changes and documentation changes

* Revert "[ADF-1805] added some peer review changes and documentation changes"

This reverts commit c132ee61ee607a9ed18e1c7bd5ea589808d9fd57.

* [ADF-1805] fixed documentation and added previous page load on empty page
2017-11-20 13:24:30 +00:00
suzanadirla
edaa442e18 [ADF-1949 ] Allow customization of the dropdown menu on document picker (#2660)
* [ADF-1949] Allow customization of the dropdown menu on document picker

- add as input properties the 'dropdownHideMyFiles' and the 'dropdownSiteList' to the destination picker, so the list of sites from the dropdown can be customized, if wanted
- add navigation on '-mysites-' entries on document-list
- use custom dropdown on the copy/move document picker

* [ADF-1949] do not use a custom dropdown on the copy/move document picker on ADF side, because this can be done only on ACA side

* [ADF-1949] handling the node-dblclick event on content-node-selector.component instead of doing it on the document-list component

- and update the sites-dropdown documentation file

* [ADF-1949] changes requested on code review

* [ADF-1949] fix failing tests
2017-11-20 12:10:38 +00:00
Vito
0f0f22634a [ADF-1918] added new search api service to search component (#2667)
* [ADF-1918] added new search api service to search component

* [ADF-1918] fixed close panel on empty search word

* [ADF-1918] added documentation for search changes

* [ADF-1918] fixed closing of subscription on destroy
2017-11-19 20:44:12 +00:00
Popovics András
4b76e6b4a9 [ADF-1841] Content Metadata first iteration (#2666)
* First try

* Small layout changes

* Add pipe support for CardViewTextItemModel

* property service

* Additional stuff

* Make CardViewUpdateService smarter

* Content metadata saving

* Rebase fix

* CardView Style fixes

* Fix core and content-services tests

* Fix CardView text item update UX
2017-11-18 10:43:39 +00:00
Denys Vuika
8a52d6fed5 [ADF-1889] fix preview of the APS content (#2663)
* fix preview of the APS content

* test fixes

* viewer integration enhancements

* code fixes

* test fixes
2017-11-17 20:53:53 +00:00
Martin Bergljung
2d6861e96f [ADF-1586] PeopleListComponent documentation (#2647) 2017-11-17 20:52:07 +00:00
Andy Stark
8e41c4950f [ADF-1955] Fixed broken links to source files (#2662) 2017-11-17 12:12:01 +00:00
Andy Stark
ea5d7f5eac [ADF-1955] Updated doc index and script for new folder structure (#2659) 2017-11-17 10:45:55 +00:00
Martin Bergljung
9551fc117b [ADF-1586] FileDraggableDirective documentation (#2653) 2017-11-16 15:44:19 +00:00
Martin Bergljung
6f282c051e [ADF-1586] CommentListComponent documentation (#2650) 2017-11-16 15:18:47 +00:00
Martin Bergljung
6da6d216e1 [ADF-1586] FormFieldComponent documentation (#2646) 2017-11-16 15:17:23 +00:00
Eugenio Romano
a52bb5600a
New packages org (#2639)
New packages org
2017-11-16 14:12:52 +00:00
Deepak Paul
961e89ea73 [ADF-1906] Accordion Menu - Provide a way to show the tooltip (#2641)
* Added tooltip for accordion header icon
2017-11-13 17:50:57 +00:00
Vito
4ac523df11 [ADF-1761] Search component refactoring (#2623)
* [ADF-1761] refactoring search

* [ADF-1761] added click exit strategy and selection for list items

* [ADF-1761] removed old search component replaced with the new implementation

* [ADF-1761] removed old component and replaced with the refactored version

* [ADF-1761] added the new tests for search control component

* [ADF-1761] added test for refactored search component

* [ADF-1761] fixed minor twitch start styling the list

* [ADF-1761] fixed test

* [ADF-1761] removed unused import

* [ADF-1761] added search integrations with files component

* [ADF-1761] rebased branch on lates development

* [ADF-1761] added blur management for search

* [ADF-1761] fixed wrong behaviour on blur

* [ADF - 1761] fixed responsiveness on smaller resolution

* [ADF-1761] reduced font and added white line

* [ADF-1761] fixed some blur behaviour

* [ADF-1761] added some fix for on blur behaviour

* [ADF-1761] fixed some behaviour on blur

* [ADF-1761] fix for angular 5

* [ADF-1761] changed name from search integration to search result into demoshell

* [ADF-1761] fixed wrong change name

* [ADF-1761] added documentation for search control component

* [ADF-1761] added documentation for search component

* [ADF-1761] fixed wrong link into documentation

* [ADF-1761] fixed image for simple example

* [ADF-1761] added some improvements and removed duplicated code

* [ADF-1761] renamed directive to searchAutocomplete

* [ADF-1761] added some changes after Peer review
2017-11-09 19:24:38 +00:00
Popovics András
e1e9c735b4 [REGRESSION-AFTER-CLI] Fixing --prod mode (#2633)
* FormRenderingService refactoring

* Move common part to core and use in card view

* Add documentation
2017-11-09 17:12:41 +00:00
Martin Bergljung
1e0b20517c [ADF-1586] ProcessService documentation (#2632) 2017-11-09 15:18:54 +00:00
Martin Bergljung
d80d8d4f48 [ADF-1586] ProcessContentService documentation (#2626) 2017-11-09 15:17:05 +00:00
Martin Bergljung
9303bba0e4 [ADF-1586] ActivitiAlfrescoContentService documentation (#2625) 2017-11-09 15:15:03 +00:00
Andy Stark
6fd3819112 [ADF-1586] Added Core services docs (#2629) 2017-11-09 13:20:56 +00:00
Andy Stark
75ddc6636e [ADF-1586] Added auth guard docs (#2624) 2017-11-09 11:02:53 +00:00
Andy Stark
3b15bde49b [ADF-1586] Added docs for services (#2619)
* [ADF-1586] Added docs for services

* [ADF-1586] Removed model definitions from docs
2017-11-08 10:25:37 +00:00
siva kumar
3204bdebcb [ADF-1749] Task/Process List - Should be able to customize the rendered columns from JSON (#2613)
* [ADF-1749] Task List - Should be able to customize the rendered columns from JSON

* Refactored task/process list components to support customization key's
* Added Key properties to the app.config.json.
* Created preset model for task/process list .

* [ADF-1749] Task/Process List - Should be able to customize the rendered columns from JSON

* Fixed failing testcases.

* [ADF-1749] Task/Process List - Should be able to customize the rendered columns from JSON.

* Added test cases.
* Updated task/process list readme.md file

* * Updated task/process list readme.md file.
2017-11-07 23:37:07 +00:00
Cilibiu Bogdan
5fff7fcb29 no permission content (#2616) 2017-11-07 16:40:19 +00:00
Martin Bergljung
56c07f15b4 [ADF-1586] NodeService documentation (#2614)
* [ADF-1586] NodeService documentation

* [ADF-1586] NodeService See-Also section

* [ADF-1586] NodeService Docs updated - remove activeroute use in example
2017-11-07 16:26:57 +00:00
Eugenio Romano
224db6548b
[ADF-1867] Typography Documentation (#2595)
* Typography Documentation

* doc fix after review
2017-11-06 09:56:04 +00:00
suzanadirla
5dabc39841 [ADF-1774] Extend "Create Folder" and add "Edit Folder" dialogs to ADF (#2585)
* [ADF-1774] Extend "Create Folder" and add "Edit Folder" dialogs to ADF

- added create and edit folder directives and used them inside the demo-shell file component
- added FolderDialogComponent for edit/create actions with name validators: forbidSpecialCharacters, forbidEndingDot and forbidOnlySpaces
- updated the translation files
- added unit tests for the new components
- removed the CreateFolderDialogComponent and its usage inside demo-shell
- added documentation files for FolderCreateDirective and FolderEditDirective

* [ADF-1774] fix messed up translation files because of previous commit

* [ADF-1774] changes required on code review comments
2017-11-03 14:45:42 +00:00
Andy Stark
856f094598 [ADF-1586] Added boilerplate files to doc folder (#2603) 2017-11-03 13:04:58 +00:00
Eugenio Romano
861d44f021
[ADF-1649] [Document List] IE11 select icon is not aligned (#2594)
* [Document List] IE11 select icon is not aligned
[Document List] Login is not aligned
Register Alfresco file type icons within the mat-icon
remove old material-icons pice of code

* fix lint 180 in thumbnailservice

* remove unnecessary duplicate code

* fix thumbnail test
2017-11-02 16:17:35 +00:00
Cilibiu Bogdan
3478b06716 [ADF-1856] Document List - location fails for granular permissions (#2583)
* check if path has data

* updated docs

* check for required properties

* simplied condition
2017-11-02 14:25:39 +00:00
Andy Stark
3fa2dee3a0 [ADF-1586] Added Core services docs (#2587) 2017-11-01 16:22:16 +00:00
Cilibiu Bogdan
b0fe0ba03d error event description (#2584) 2017-11-01 11:36:01 +00:00
Andy Stark
c17abc4344 [ADF-1586] Added Core services docs (#2582) 2017-11-01 10:04:42 +00:00
Popovics András
092e07c545 [ADF-1600] Change translation (#2574)
* Change translation

* Add browser test runner to scripts

* Adding option to hide the My Files option

* Add documentation and fix property's name
2017-11-01 09:38:51 +00:00
Eugenio Romano
24b590ca16
setting component (#2571) 2017-10-31 17:16:14 +00:00
Andy Stark
ee262ee343 [ADF-1586] Added Core services docs (#2580) 2017-10-31 14:53:30 +00:00
Denys Vuika
32d2497fa2 support left/right sidebar positioning (#2575) 2017-10-31 14:50:08 +00:00
Andy Stark
1fe71ed251 [ADF-1820] Replaced md- prefix in docs with mat- (#2573) 2017-10-31 10:58:44 +00:00
Andy Stark
3240929dd3 [ADF-616] Document Angular Material Design (#2569) 2017-10-30 18:23:27 +00:00
Denys Vuika
e5fe39fdc1 [ADF-1843] rename 'extension-viewer' to 'add-viewer-extension' (#2568)
* rename 'extension-viewer' to 'adf-viewer-extension'

also add support for json preview

* docs updates
2017-10-30 18:14:27 +00:00
Denys Vuika
31235c9f52 rename 'info-drawer' to 'sidebar' (#2562) 2017-10-27 14:48:59 +01:00
Cilibiu Bogdan
d019dab147 [ADF-1794] Document List - users can see sites they are not members of (#2552)
* member sites

* SitePaging type
2017-10-26 22:54:49 +01:00
Popovics András
71e0204e01 [ADF-1784] Fix empty folder drag&drop message for small devices (#2555)
* Fix empty folder drag&drop message for small devices

* Fix documentation

* Modify documentation again, the unsaved part...
2017-10-26 22:53:43 +01:00
Eugenio Romano
1fd45ba1bd fix userinfo on mobile devices and small refactoring name scss method (#2558) 2017-10-26 22:52:37 +01:00