Commit Graph

44 Commits

Author SHA1 Message Date
Mario Romano
b45a266167 #702 fix empty folder document list 2016-09-07 12:28:04 +01:00
Mario Romano
f9210ba048 change needed for health care app 2016-09-06 19:18:35 +01:00
Denys Vuika
aee35dd761 #548 Change empty image in documentlist
- switched to html layout + svg instead of the screenshot
2016-08-25 16:49:17 +01:00
Denys Vuika
2d8d31aed4 #601 support for fallback thumbnails 2016-08-25 12:49:36 +01:00
Denys Vuika
e414135bd2 #340 document list now wraps and extends datatable 2016-07-05 14:19:07 +01:00
Denys Vuika
236926c1ca #340 Empty content template and context menu for datatable 2016-07-05 12:37:07 +01:00
Denys Vuika
e3924fdaa3 Integrating datatable into document list (wip) 2016-07-05 09:30:28 +01:00
Denys Vuika
5c8d13284b #254 UI improvements
- out-of-box ‘ellipsis-cell’ class for styling columns
- extended demo with long column text truncation
- table cell layout improvements
2016-06-22 16:11:42 +01:00
Denys Vuika
e101f22e28 #244 breadcrumb as a separate component (doclist only) 2016-06-21 15:51:51 +01:00
Denys Vuika
bf7414fc85 #242 Reworked breadcrumb, deprecated up button
- reworked breadcrumb
- deprecated up button in favour of external implementations
- removed hardcoded “document library” path from document list (always
start with root)
- always dealing with ‘absolute’ paths
- simplified upload demo
2016-06-21 11:40:49 +01:00
Denys Vuika
4129210639 #227 improved styling support for columns
- support for custom css class for entire column (th + td) including
cell values
- demo for responsive columns behaviour
2016-06-20 16:28:31 +01:00
Denys Vuika
e04101b5c2 #211 Move to ngSwitchCase 2016-06-17 11:31:30 +01:00
Denys Vuika
a4ac5edbec Fix document list code style (tslint) 2016-06-16 13:10:10 +01:00
Denys Vuika
fe9e8cdc43 Upgrade document list to angular 2.0.0-rc.1 2016-06-14 05:37:46 +01:00
Denys Vuika
dda57d8b8b #181 Context menu implementation 2016-06-13 13:37:10 +01:00
Denys Vuika
4dd1073f70 #124 double click navigation, 'preview' event 2016-06-08 14:49:47 +01:00
Denys Vuika
e657fcdcab #164 column types, date formatting 2016-06-08 13:11:53 +01:00
Denys Vuika
821b82ee29 #152 support for mime type icons 2016-06-07 17:00:58 +01:00
Denys Vuika
e0d8b1fe31 #152 Support for custom 'empty folder' template
- default background image for empty folders
- support for user-defined custom templates
- readme updated
2016-06-07 14:32:07 +01:00
Hussain Ashraf
b2474148e0 data-automation-id addition 2016-06-03 13:41:40 +01:00
Hussain Ashraf
bc680f4ed2 Add data-automation-id for action items against folders and files 2016-06-03 13:29:27 +01:00
Hussain Ashraf
c45fe40be4 Add data-automation-id for breadcrumb trail 2016-06-02 15:17:05 +01:00
Hussain Ashraf
d64753a1cc Add data-automation-id for breadcrumb trail 2016-06-02 15:03:56 +01:00
Hussain Ashraf
b9a30d34c1 Add data-automation-id for breadcrumb checkbox 2016-06-02 13:19:51 +01:00
Denys Vuika
366d147d53 #9 new 'folderChange' event
- introduce new ‘folderChange’ event
- deprecated ‘folderClick’ event
- improved automation-id generation for cells
2016-05-31 16:05:38 +01:00
Denys Vuika
0fbef41e2c Emit automation ids for document list cells 2016-05-27 13:31:19 +01:00
Denys Vuika
26acd136a2 #9 Fix automation id, version bump 2016-05-24 14:46:24 +01:00
Hussain Ashraf
7b9172d40b Add data-automation-id for column headers 2016-05-24 13:14:23 +01:00
Hussain Ashraf
cd494548ca Add data-automation-id for document list rows 2016-05-23 17:48:15 +01:00
Hussain Ashraf
c43fafcf53 add data-automation-id for document list rows 2016-05-23 17:37:13 +01:00
Hussain Ashraf
2e1faddc57 add data-automation-id to document list rows 2016-05-23 17:18:59 +01:00
Hussain Ashraf
d9188a2ac9 add data-automation-id for document list rows 2016-05-23 17:05:21 +01:00
Hussain Ashraf
e77d2612d6 data-automation-ids for folder navigation icon and row 2016-05-23 14:17:42 +01:00
Denys Vuika
55c766e74b #86 fix parent level navigation bug 2016-05-20 16:55:51 +01:00
Denys Vuika
5319726a22 #66 fix clickable header behaviour for special cases 2016-05-17 16:27:05 +01:00
Denys Vuika
a0848ea825 #66 Initial sorting support for document list 2016-05-17 15:57:16 +01:00
Will Abson
e619ff661c Use alfresco-core-rest-api to fetch doclib items
Refs #7
2016-05-11 16:48:39 +01:00
Denys Vuika
caadc7ee9d #9 binding custom columns to nested properties
allow binding columns to bested properties and property paths, i.e.
“item.location.path”
2016-05-10 16:28:17 +01:00
Denys Vuika
ed7c9d39d0 #9 Accessibility improvements 2016-05-09 13:31:43 +01:00
Denys Vuika
e0b42ca932 Configurable columns for document list
- thumbnail, displayName and all other columns (except actions) are now
configurable
- support for default set of columns if no custom defined
refs #51
2016-05-04 16:43:56 +01:00
Denys Vuika
eb5c7d7aae Greatly reduced markup for document/folder actions
refs #20, #9
2016-05-04 13:06:10 +01:00
Denys Vuika
548fb14f4c Css class names for custom document columns
refs #51
2016-05-04 10:11:37 +01:00
Denys Vuika
0b1b87063c Initial support for configurable columns
refs #51
2016-05-03 17:01:05 +01:00
Denys Vuika
e8ab482f74 External css and html for document list
refs #9
2016-05-03 10:49:10 +01:00