199 Commits

Author SHA1 Message Date
Eugenio Romano
7cf37acf50 cpx i18n 2016-06-07 10:29:10 +01:00
Denys Vuika
91a6be5759 #113 unit tests for datatable 2016-06-06 16:28:22 +01:00
Eugenio Romano
f2275ebdcb add watching in readme 2016-06-06 15:36:56 +01:00
Eugenio Romano
6d507ef527 add watching change files and recompile 2016-06-06 15:36:41 +01:00
Denys Vuika
09d02a86d2 #113 full coverage for datatable component 2016-06-06 14:00:22 +01:00
Eugenio Romano
0f5a30db7f run test before coverage 2016-06-06 12:46:51 +01:00
Denys Vuika
717e6f3044 #9 Fix coverage config 2016-06-06 12:34:19 +01:00
Denys Vuika
ff5e345e83 #82 Fix test run and coverage 2016-06-06 12:23:26 +01:00
Denys Vuika
abd045dc4f #82 Unified static web server
- replaced ‘http-server’ and ‘lite-server’ with ‘wsrv’ dependency
2016-06-06 10:27:16 +01:00
Mario Romano
d250335c46 versions update 2016-06-03 15:25:03 +01:00
Mario Romano
5caafffff4 fix path demo index 2016-06-03 15:22:05 +01:00
Mario Romano
227097ddd5 add demo folder to npm 2016-06-03 11:03:23 +01:00
Will Abson
e6881fb896 Fix translations with parameters (e.g. search results summary)
- Fixed version of ng2-translate in core to 1.11.1 for beta15 compat
- Removed references to ng2-translate in other modules
2016-06-03 09:35:30 +01:00
Denys Vuika
e124ef13f2 Fix coverage run problem 2016-06-02 18:22:06 +01:00
Denys Vuika
754c5297b5 #113 unit tests (wip) 2016-06-02 17:09:42 +01:00
Denys Vuika
a3171ee9df datatable: remove js coverage from npm test
javascript coverage report does not make any sense, in addition it
scrolls up the test results that are more important on the screen
2016-06-02 15:33:26 +01:00
Denys Vuika
9b065634ad #82 css improvements 2016-06-02 14:47:04 +01:00
Denys Vuika
1dda8685ce #82 css cleanup 2016-06-02 14:37:25 +01:00
Denys Vuika
a60abb2e20 #82 datatable sorting improvements 2016-06-02 14:21:44 +01:00
Eugenio Romano
a397c05863 lint spec files 2016-06-02 12:22:45 +01:00
Denys Vuika
bb51cb3c78 #113 readme updates for datatable 2016-06-02 10:18:54 +01:00
Denys Vuika
a683cb12e6 Update README.md 2016-06-01 18:27:33 +01:00
Denys Vuika
e33db9e36f #82 DataTable code and readme improvements 2016-06-01 18:14:59 +01:00
Denys Vuika
ce3604c964 #82 remove core and translate dependencies 2016-06-01 16:52:12 +01:00
Enzo Rivello
06dfbe90f4 making the run compatible with travis 2016-06-01 15:00:38 +01:00
Eugenio Romano
2357b52479 fix coverage ts problem 2016-05-31 13:36:29 +01:00
Eugenio Romano
919eb14de7 imporve test configuration 2016-05-28 00:52:27 +01:00
Eugenio Romano
821aa7d74d split start and server script 2016-05-27 16:48:48 +01:00
Eugenio Romano
9e721327ef externalize system config js in demo and fix some tslin error 2016-05-27 10:40:01 +01:00
Denys Vuika
a6d2df6004 #101 datatable demo project 2016-05-26 11:07:06 +01:00
Eugenio Romano
bfd04f6475 add tslint in demo folders 2016-05-24 16:45:57 +01:00
Eugenio Romano
2060982ec7 #68 add page moving and input param
tslint rule withespace type
2016-05-24 00:17:21 +01:00
Mario Romano
01206621f8 add src to npm 2016-05-23 11:12:01 +01:00
Mario Romano
c13d6a7fc3 fix dependencies and core 2016-05-21 04:25:44 +01:00
Mario Romano
eb6a486bca update npm registry 2016-05-20 16:11:15 +01:00
Denys Vuika
58f7429f25 #82 multiselection UI for datatable 2016-05-20 13:30:14 +01:00
Denys Vuika
fff9a9a070 Live compile/reload for demo shell, code cleanup 2016-05-20 11:44:45 +01:00
Denys Vuika
30558fb571 #82 sort order fix for datatable
use ‘asc’ as default order when clicking on another sortable column
header
2016-05-20 11:07:20 +01:00
Denys Vuika
ceed1a0a48 #82 datatable version bump 2016-05-20 11:00:12 +01:00
Denys Vuika
da5600b4d1 #82 datatable api improvements 2016-05-20 10:56:40 +01:00
Denys Vuika
27692bb6b7 #82 data adapter api improvements 2016-05-20 10:36:11 +01:00
Denys Vuika
90452d34f8 #82 emit single/double row click events 2016-05-19 17:02:40 +01:00
Denys Vuika
533626dcb8 dist configuration for data table component 2016-05-19 16:46:14 +01:00
Denys Vuika
5cb3610888 Improvements for systemjs, version bumps 2016-05-19 15:07:48 +01:00
Mario Romano
74f14b63b8 npm registry 2016-05-19 13:11:33 +01:00
Denys Vuika
2fa8283213 #82 datatable project cleanup
basic implementation of main features:

- custom data sources
- column types
- sorting by columns
- click events
2016-05-19 10:58:19 +01:00
Mario Romano
337f00999d demo 2016-05-19 02:09:56 +01:00
Eugenio Romano
f179f3431d remove manual npm link and add it in postinstall script 2016-05-18 14:48:13 +01:00
Denys Vuika
a73591773b #82 Initial implementation of the DataTable component
forked Document List into a separate generic DataTable component, work
in progress
2016-05-18 12:29:55 +01:00