Commit Graph

32 Commits

Author SHA1 Message Date
Denys Vuika
e2ced9ff9a fix image paths for components (#1696)
* fix Login image paths

* fix TaskList image paths

* fix DocumentList image paths

* fix Search image paths
2017-04-05 11:11:38 +01:00
Mario Romano
b05247dade #1014 use document list to display search results (#1548)
* #1014 use document list to diplay search results

* #1014 refactor pagination

* #1014 documentation and scripts update

* fix random erros on tests executrion

* #1014 fix travis scripts and raise timeout jasmine

* #1014 fix appveyor script

* #1014 type nodeId
2017-01-27 12:22:25 +00:00
Denys Vuika
0fa87bb17d selected row highlight (#1448)
* showing selected row

Support for showing selected row for the components:

- DataTable
- DocumentList
- Activiti TaskList
- Activiti ProcessList

fixes #170

* unit test fixes
2017-01-13 12:45:37 +00:00
Denys Vuika
40b9baaa64 id-based navigation (initial implementation) 2017-01-03 16:44:13 +00:00
Eugenio Romano
e133fd6408 create bundle for all components 2016-12-14 15:49:08 +00:00
Will Abson
b34a38fcff Allow navigation to folders from search results (#1209)
* Allow navigation to folders from search results

- Uses router to pass ID of the folder
- Modified document list component to accept folder ID without path
- Current limitations
  - Breadcrumb cannot currently be shown when navigating via folder id
  - Clicking between folders does not update the current route

* Allow root folder ID to be changed and have documentlist reload

- e.g switching from Company home to My Files

* New tests for navigating to folders based on ID

Refs #666
2016-12-13 09:30:58 +00:00
Denys Vuika
cfb4fc71c0 fix document list bundling 2016-12-09 10:41:17 +00:00
Denys Vuika
b3b6193006 fix: ng2-alfresco-documentlist 2016-12-08 18:49:52 +00:00
Denys Vuika
29f426f643 code fixes
- interpolate ng2 components html content
- fix: load images for Login
- fix: load images for User Info
- fix: load images for Document List
- fix: decorator inheritance issue for Form
- fix: load images for Search
2016-12-07 14:55:09 +00:00
Denys Vuika
7eab89c5ef #159 improved error reporting for document-list (#1180)
- expose ‘error’ event
- change path only on successful navigation
- extend demo shell with error handling and reporting
- additional unit tests for document-list
2016-11-30 14:52:06 +00:00
Denys Vuika
9066ce49e0 document-list improvements (#1169)
* #1167 document-list improvements

- allow setting custom root path
- document-list module now re-exports datatable module (no need
importing it separately if document-list is already used)
- documentation updates and fixes

* readme updates and unit test
2016-11-29 12:03:24 +00:00
Denys Vuika
3ca2c28a41 Performance improvements (#1166)
#1166 * Update angular libs
document-list: performance improvements
caching ‘heavy’ cell evaluations (i.e. date pipe)
code/test fixes
document-list: performance improvements
Removed ‘AfterViewChecked’ bottleneck as underlying data-table already
does it.
data-table: performance improvements
2016-11-28 21:36:00 +00:00
Denys Vuika
820e200379 #478 Custom event emitter for data loaded event 2016-10-28 15:03:53 +01:00
Denys Vuika
6873fc01bc #478 pagination improvements
- update page summary only on data change (performance and presentation
improvements)
2016-10-28 14:57:03 +01:00
Mario Romano
07f6bb2552 fix new ts javascript api 2016-09-26 23:32:18 +01:00
Denys Vuika
b09e0bc1b3 Upgrade core, documentList, dataTable 2016-09-21 17:36:29 +01:00
Mario Romano
f9210ba048 change needed for health care app 2016-09-06 19:18:35 +01:00
Denys Vuika
3cc94345d7 #429 preserve sorting on navigation and paging 2016-09-01 14:26:36 +01:00
Denys Vuika
328f37282a DocumentList component improvements
- expose ‘properties’ for the Node model
- Row filtering support for Document List (refs #522)
- Custom image resolver for Document List (refs #532)
- readme updates
2016-08-22 12:01:54 +01:00
Denys Vuika
0fbbbb1bb3 Fix document list imports issue 2016-07-14 15:01:27 +01:00
Denys Vuika
7849ef4323 #70 pagination support for document list 2016-07-13 12:13:25 +01:00
Denys Vuika
aa6c9a988f #70 pagination component (first cut), mdl directives 2016-07-12 19:53:53 +01:00
Denys Vuika
c637d1d053 Unit tests 2016-07-08 12:16:09 +01:00
Denys Vuika
32c00b7e99 Unit tests 2016-07-07 17:05:03 +01:00
Denys Vuika
acfcd19af0 New 'core:/utils/ObjectUtils', additional unit tests 2016-07-07 14:30:15 +01:00
Denys Vuika
fde42adfff Code cleanup 2016-07-07 10:26:01 +01:00
Denys Vuika
ae809266ea Fix tests and loading rows regression 2016-07-06 16:36:22 +01:00
Denys Vuika
0ccf192f35 Repair unit tests 2016-07-06 12:28:38 +01:00
Denys Vuika
0f0c5352c7 #340 Rename 'AlfrescoService' to 'DocumentListService' 2016-07-05 20:30:11 +01:00
Denys Vuika
21c1cbc531 Code cleanup and fixes 2016-07-05 16:19:39 +01:00
Denys Vuika
e414135bd2 #340 document list now wraps and extends datatable 2016-07-05 14:19:07 +01:00
Denys Vuika
e3924fdaa3 Integrating datatable into document list (wip) 2016-07-05 09:30:28 +01:00