Denys Vuika
375d0782ee
[ADF-1134] selection management fixes ( #2109 )
...
* selection management fixes
* remove dual behaviour
2017-07-20 17:43:55 +01:00
Eugenio Romano
b4184bdabb
create external package on npm for adf-tslint-rules
...
create external package on npm for adf-tslint-rules
2017-07-19 20:59:04 +01:00
mauriziovitale84
fbdeead5c4
Fix typo
2017-07-19 14:18:44 +01:00
Denys Vuika
0f1f83492c
[ADF-1115] selection management for DT/DL components ( #2100 )
...
* row select/unselect dom events for DT
- new events for datatable
- improved unit tests for empty content placeholders
* improved selection management for DT
* selection management for document list
* fix tests
2017-07-19 12:00:03 +01:00
Denys Vuika
200171e28e
remove old MDL wrapper directives ( #2095 )
...
- remove mdl-button directive
- remove mdl-tooltip directive
2017-07-18 10:34:44 +01:00
Eugenio Romano
4ce66fd14b
[ADF-1040] Change document list style rows based on permissions model ( #2085 )
...
* Change document list style rows based on permissions model
* fix test
2017-07-17 17:22:08 +01:00
Popovics András
1637445fc2
[ADF-1038] - Dropddown Breadcrumb component ( #2092 )
...
* Update material to beta8
* Install @angular/cdk
* DropdownBreadcrumb component
* Style fixes
* Fix styling issues after rebase
* Fix Material issue in processlist
* Update material again, because of rebase errors... :/
* Fix new tslint rule raised errors
2017-07-17 14:57:55 +01:00
Eugenio Romano
c8b06d61ab
Services list in readme and in the doc generator ( #2091 )
...
* add services list in readme and in the autogenerator
* update tslint 5.5.0
2017-07-17 03:38:10 -07:00
Denys Vuika
a26b20459c
[ADF-992] improve datatable styles according to UX guidelines ( #2088 )
...
* improve datatable style
* datatable and document list enhancements
- support to toggle header in DataTable
- Document List automatically hides header for empty content
2017-07-15 22:31:14 +01:00
Eugenio Romano
8b93c0b5ed
[ADF-1103] Add custom tslint rules to avoid unwanted Class and File name prefix ( #2087 )
...
* custom tslint rules adf project name files
* filename and class prefix rule
* filename process service mock
* fix spec filename
* fix demo shell
* rename mock
* alias deprecated name class
* core rename services
* fix pacakge.json adf-rules
* add exclude in whitelist
2017-07-15 21:59:31 +01:00
Eugenio Romano
acb69503e7
add sass configuration in all the component common webpack configuration ( #2086 )
2017-07-14 19:43:08 +01:00
Denys Vuika
e9e2d81bdb
fix datatable sass config (webpack)
2017-07-14 16:04:52 +01:00
Denys Vuika
85da145b45
[ADF-1092] independent styles for data-table ( #2084 )
...
* independent styles for datatable
- datatable (and all derived components) no longer depend on MDL css/js
* readme update
2017-07-14 15:48:38 +01:00
Eugenio Romano
c5a3014752
[ADF-865] codelyzer diagrams and analytics ( #2072 )
...
* fix codelyzer diagrams and analytics
* fix test
2017-07-11 16:20:03 +01:00
Denys Vuika
3255643795
[ADF-1026] i18n support for "empty" screen ( #2066 )
...
* i18n support for "empty" screen
* fix unit tests
* fix tests
* fix tests
2017-07-10 13:44:39 +01:00
Eugenio Romano
c6e1bdff70
[ADF-863] codelyzer documentlist ( #2059 )
...
* codelyzer documentlist
* tslint error after codelizer
* fix import
* fix tag test
2017-07-08 13:50:06 +02:00
Eugenio Romano
283f824eb5
add codelyzer in webscript tag and social ( #2061 )
2017-07-07 18:28:10 +01:00
Denys Vuika
0244416b3a
[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-07-07 17:17:26 +02:00
Maurizio Vitale
990865a701
[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-07-07 15:58:59 +01:00
Eugenio Romano
9a04a78cff
[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-07-07 01:20:41 -07:00
Maurizio Vitale
308d3354a3
[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-07-06 13:03:57 +02:00
Eugenio Romano
c008efbb96
[ADF-506] Unify thumbnail service ( #2014 )
...
* move thumbnail service in core
* fix folder
2017-07-06 09:43:13 +01:00
Eugenio Romano
e66d3aa1a3
add markdown linter ( #2048 )
2017-07-05 19:35:07 +02:00
Vito
77a509efd3
[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-07-05 13:39:50 +02:00
Eugenio Romano
03686aa4ee
[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-07-04 00:47:29 -07:00
Eugenio Romano
74aac26937
[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-07-04 08:37:36 +01:00
Maurizio Vitale
bfeba648cf
[ADF-914] Form List Component ( #2023 )
...
Form List Component
2017-07-03 16:53:15 +02:00
Denys Vuika
c3f60e5a3b
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-06-30 22:20:12 +01:00
Eugenio Romano
151ea88cd0
no save development js-api ( #2033 )
2017-06-30 17:38:01 +01:00
Eugenio Romano
ffbcd7aa48
regenerate lock
2017-06-30 01:21:09 +01:00
Eugenio Romano
6abf87994c
bump version 1.6.0 ( #2027 )
2017-06-29 15:09:30 +01:00
Eugenio Romano
829eac2dcf
update viewer readme
2017-06-29 15:09:29 +01:00
Eugenio Romano
56f59ffd58
update typescript ( #2026 )
2017-06-29 15:09:29 +01:00
Eugenio Romano
24b1e0fe51
fix clean scripts demo folders
2017-06-29 15:09:27 +01:00
Eugenio Romano
ce1403612a
prepublish script deprecation in favour of prepublishOnly node 8 ( #2010 )
2017-06-29 15:09:26 +01:00
Eugenio Romano
49dd57df9f
SASS version update ( #2013 )
...
* sass update
* update sass loader
2017-06-29 15:09:25 +01:00
Popovics András
ba9c459a83
[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-06-29 15:09:25 +01:00
Eugenio Romano
7fd37c553e
[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-06-29 15:09:24 +01:00
Eugenio Romano
d5ee1e8baa
add rxjs and @angular in tsconfig.json
2017-06-29 15:09:23 +01:00
Eugenio Romano
beba80d8e8
fix type definition ( #2002 )
2017-06-29 15:09:23 +01:00
Eugenio Romano
62df024e48
introduce check type definition
2017-06-29 15:09:22 +01:00
Eugenio Romano
0669575cb8
fix loading state excluding other state during the loading ( #1991 )
2017-06-29 15:09:20 +01:00
Maurizio Vitale
4e7c5bfdbf
[ADF-833] DataTable - improve the single and double click event ( #1979 )
...
* Improve the single and double click event
* Fix unit test
2017-06-29 15:09:19 +01:00
Eugenio Romano
8e30af9d46
[ADF-838] Table of content automatic creation ( #1981 )
2017-06-29 15:09:18 +01:00
Eugenio Romano
99467ba957
[ADF-524] Fix empty state after the loading introduction ( #1980 )
...
* fix empty state after the loading introduction
* Update document-list.component.spec.ts
remove typo
2017-06-29 15:09:18 +01:00
Denys Vuika
0a81979a4d
[ADF-717] upgrade i18n and charting dependencies ( #1976 )
...
* remove app-specific polyfill dependencies
remove polyfill dependencies never used by component libraries
* upgrade i18n dependencies
* upgrade ng2-charts dependency
* fix unit tests
* update demo projects
2017-06-29 15:09:18 +01:00
Eugenio Romano
f3d5b88671
[ADF-524] Datatable loading state ( #1958 )
...
* loading state datatable
* modify readme after review
2017-06-29 15:09:16 +01:00
Denys Vuika
774498e045
[ADF-591] documentation refinements ( #1959 )
...
* refine ng2-activiti-analytics
* refine ng2-activiti-diagrams docs
* refine ng2-activiti-form
* refine ng2-activiti-processlist
* refine ng2-activiti-tasklist
* refine ng2-alfresco-core
* refine ng2-alfresco-datatable
* refine ng2-alfresco-datatable
* refine gn2-alfresco-login
* refine ng2-alfresco-search
* refine ng2-alfresco-social
* refine ng2-alfresco-tag
* refine ng2-alfresco-upload
* refine ng2-alfresco-userinfo
* refine ng2-alfresco-viewer
* refine ng2-alfresco-webscript
* various readme cleanups
2017-06-29 15:09:15 +01:00
Eugenio Romano
5699b45f1d
[ADF-797] remove dist folder from npm distributed package , leave src and bundles ( #1961 )
2017-06-29 15:09:14 +01:00
Eugenio Romano
ccfb63b536
[ADF-799] add HappyPack to webpack conf ( #1956 )
2017-06-29 15:09:13 +01:00