3487 Commits

Author SHA1 Message Date
Denys Vuika
4df72af86d upload: new 'click' mode with file/folder dialog support (#1738)
* new 'click' mode with file/folder dialog support

* fix uploading files to folders via drop on Safari
2017-04-05 11:11:38 +01:00
Denys Vuika
88abad743f support for setting CSS classes in the designer (#1737)
- provides support for `className` field that Angular 1 designer allows
to define for Forms and Form Fields
2017-04-05 11:11:38 +01:00
Denys Vuika
21bfd5eef9 improved uploading of files (#1730)
* improved uploading of files

- new core/UploadDirective to allow dropping files to any html element
- enhanced file dropping for DataTable rows (disabled by default)
- enhanced file dropping for DocumentList rows (disabled by default)
- upload drop area now handles file uploads for child elements (i.e.
rows in the document list)

* fix unit tests

* unit tests and code cleanup

* #1732, fix upload of folders
2017-04-05 11:11:38 +01:00
Denys Vuika
f8427e61e1 extra DOM events for DataTable (#1723)
* extra DOM events for DataTable

- support for ‘row-click’ DOM event (bubbling)
- support for ‘row-dblclick’ DOM event (bubbling)
- DataRowEvent exposes ‘sender’ property to simplify access to
component from within handlers
- readme and test updates

* fix unit tests
2017-04-05 11:11:38 +01:00
Denys Vuika
4dc99ae66a form component fixes (#1726)
- fix ‘readonly highlighting when input fields loaded with values
- Start Form raises base ‘FormLoaded’ event (including FormService
emits)
2017-04-05 11:11:38 +01:00
Denys Vuika
2a14679603 migrate from PhantomJS to Chrome (#1716) 2017-04-05 11:11:38 +01:00
Denys Vuika
2fb8ae1b5d support for column definitions in html (#1705)
* support for column definitions in html

- provides generic support for html-based column definitions for
datatable-like controls

* html column definitions for Task List component

* html column definitions for Document List component

* update code and documentation
2017-04-05 11:11:38 +01:00
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
Denys Vuika
f85d9a5934 DataTable docs and backwards compatibility (#1702)
* example: custom datatable row actions

* update docs, provide backwards compatibility
2017-04-05 11:11:38 +01:00
Maurizio Vitale
0028412451 #11625 (#1703)
Fix ObjectDataRow
Tasklist
Processlist
2017-04-05 11:11:38 +01:00
Denys Vuika
b2848a5ca8 user-info component fixes (#1694)
* user-info fixes

- fix image paths to be relative rather than rooted (for user info,
refs #1606)
- fix full name rendering
- fix styling for ‘job title’

* fix unit tests
2017-04-05 11:11:38 +01:00
Mario Romano
ed4351a805 #1512 fix text demo shell (#1695) 2017-04-05 11:11:38 +01:00
Mario Romano
3aed7cb37e #1638 fix Incorrect Error message 2017-04-05 11:11:38 +01:00
Denys Vuika
aab828c8e9 minor Login improvements (#1685)
- replace inline SVG with the md-icon component
- own validation/error style classes for theming purposes
2017-04-05 11:11:38 +01:00
Denys Vuika
7f7cc074d1 upgrade to latest ng2-charts (#1686) 2017-04-05 11:11:38 +01:00
Denys Vuika
10b9cf70d3 more control over task details header (#1688)
- toggle task details header
- toggle visibility of involve/comments/checklist
- readme updates
2017-04-05 11:11:38 +01:00
Vito
72cd6c6ef3 1454 - fixed spacing in forms (#1687) 2017-04-05 11:11:38 +01:00
Denys Vuika
a3cda4d958 support for toggling custom context menu (#1683)
* support for toggling custom context menu

* fix unit tests
2017-04-05 11:11:38 +01:00
Denys Vuika
0f718a56d7 cancellable events for DataTable and DocumentList (#1682)
* cancellable events for DataTable and DocumentList

* more typed events and code fixes

* code fixes
2017-04-05 11:11:38 +01:00
Denys Vuika
418ac90ae9 Update tsconfig.json for demo shell (#1684)
fixes issues with building for Windows
2017-04-05 11:11:38 +01:00
Denys Vuika
f8022678d1 Update README.md 2017-04-05 11:11:38 +01:00
Eugenio Romano
8725a745c2 1.3.0 (#1795) 2017-04-04 12:27:58 +01:00
Eugenio Romano
6ac9d45bcf add test document menu component (#1802) 2017-04-03 06:22:34 -07:00
Eugenio Romano
53c1af445e Notification service test (#1801) 2017-04-02 13:44:12 +01:00
Maurizio Vitale
64a66e676b Improve activiti content coverage (#1800) 2017-04-02 13:44:05 +01:00
Denys Vuika
afa21dcc42 unit tests (#1798) 2017-03-31 19:53:40 +01:00
Eugenio Romano
955f8759e3 remove unused phantomjs dep (#1797) 2017-03-31 18:08:40 +01:00
Denys Vuika
73b1ed6040 demo app improvements (#1796)
- fix navigation within process details
- fix ‘create task’ button name (was ‘start task’ previously)
- put ‘create task’ and ‘start process’ buttons to proper places in
layout
2017-03-31 15:44:54 +01:00
Denys Vuika
5a692f28f5 use original error message for CORS/offline state in login (#1790)
* use original error message for CORS/offline state in login

* fix tests
2017-03-30 19:26:28 +01:00
Mario Romano
2651ec46d6 #1711 fix version package.json 3rd libraries (#1768)
* #1711 fix version package.json 3rd libraries

* fix test
2017-03-30 19:06:01 +01:00
Eugenio Romano
3f007ce464 remove unused old travis file (#1793) 2017-03-30 18:54:32 +01:00
Vito
2cc124bb87 #1657 - Added filter by name when clicking on specific app (#1794) 2017-03-30 18:15:32 +01:00
Maurizio Vitale
952df8d81c Activiti form - Dropdown display label in complete form (#1777)
* Dropdown - retrieve the label instead of the id

* Add unit test

* Use find instead of filter
2017-03-30 18:14:22 +01:00
Maurizio Vitale
406d96d5bf The process filter should not be created twice (#1789) 2017-03-30 18:12:35 +01:00
Maurizio Vitale
a608bc40a4 Close the dialog when the activiti content preview is cliecked (#1792) 2017-03-30 18:10:26 +01:00
Eugenio Romano
04f343b28f fix dropdown visibility #1593 (#1767)
* fix dropdown visibility #1593

* fix test search workaround material2 issue 1913
2017-03-30 10:26:18 +01:00
Denys Vuika
4814e95e30 add custom columns support for process list (#1787) 2017-03-30 02:02:08 -07:00
Denys Vuika
cbadbdec35 workaround for tooltips (#1786)
- migrate buttons to angular/material
- move buttons to the left (workaround for tooltips)
2017-03-30 09:51:20 +01:00
Denys Vuika
fa448374a9 fix datatable multi select checkboxes (#1784)
* fix datatable multi select checkboxes

* template cleanup

* fix unit tests
2017-03-30 01:44:34 -07:00
Vito
4ef560e7f5 #1517 - ADF-163 - Fixed wrong behaviour when task is created on the s… (#1785)
* #1517 - ADF-163 - Fixed wrong behaviour when task is created on the same selected filter

* 1517 - removed consecutives blank lines
2017-03-30 09:16:52 +01:00
Vito
0dd8878b45 #1654 - move download management to content service from core (#1788) 2017-03-30 09:15:59 +01:00
Eugenio Romano
3a300c20d4 Minification fix #1693 (#1782) 2017-03-28 20:47:57 +01:00
Denys Vuika
4c62409e8c optimise some dependencies (#1781)
- remove “intl” from components (not needed)
- remove “material-design-icons” from core (not needed)
2017-03-28 17:27:37 +01:00
Denys Vuika
aa9269291a remove hardcoded date format (#1779) 2017-03-28 17:25:44 +01:00
Eugenio Romano
7657c1e633 add @angular/material dep on demos systemjs conf (#1780) 2017-03-28 16:26:19 +01:00
Eugenio Romano
c65d271c9c add hammerjs demo shell (#1778) 2017-03-28 11:07:25 +01:00
Denys Vuika
8f62a28096 bundle improvements (#1774)
- add missing alfresco-js-api to the vendors
- add missing 3D viewer related libs to the vendors (fixes issue with
app bundle having duplicates)
2017-03-28 09:48:23 +01:00
Denys Vuika
88acf9d3c1 fix checkboxes (Form) (#1773)
- migrate to angular/material checkboxes
- add required indicator
- various fixes and improvements (caused by migration)
2017-03-28 09:47:41 +01:00
Denys Vuika
2f2513ced9 fix long names in columns (ellipsis-cell class) (#1775) 2017-03-28 09:47:01 +01:00
Maurizio Vitale
a58dcca269 Required filed should have an asterisk inside the label (#1776) 2017-03-28 09:07:26 +01:00