Commit graph

365 commits

Author SHA1 Message Date
Marcos Moura
c7b48749ed Merge remote-tracking branch 'origin/develop' into components/mdTable
* origin/develop:
  Create select with multiple
  Make md-select with md-menu
  Fix for issue #41 (md-button ignoring type prop)
  Finish md-menu spec
  Add keyboard shortcuts to menu
  Add close event on tab
  Close content on esc
  Drop transitionend dependency
  Keep menu content inside viewport
  Recalculate position on resize
  Add menu code in card example
  Add menu in a button text
  Add menu to card example
  Refactor huge method
  Make menu open in a correct position
  Add initial styles and detach and attach menu on click
  Force size of demo example
  Add page title
  Add menu tag
  Add empty md-menu files
2016-11-13 01:24:52 -02:00
Marcos Moura
786fb0bd96 Merge pull request #54 from marcosmoura/components/mdSelect
Components/md select
2016-11-13 01:18:57 -02:00
Marcos Moura
951a32dccf Create select with multiple 2016-11-13 01:17:39 -02:00
Marcos Moura
71022346c3 Make md-select with md-menu 2016-11-12 14:00:15 -02:00
Marcos Moura
d747275b70 Merge remote-tracking branch 'origin/develop' into components/mdSelect
* origin/develop:
  Finish md-menu spec
  Add keyboard shortcuts to menu
  Add close event on tab
  Close content on esc
  Drop transitionend dependency
  Keep menu content inside viewport
  Recalculate position on resize
  Add menu code in card example
  Add menu in a button text
  Add menu to card example
  Refactor huge method
  Make menu open in a correct position
  Add initial styles and detach and attach menu on click
  Force size of demo example
  Add page title
  Add menu tag
  Add empty md-menu files
2016-11-03 01:42:55 -02:00
Marcos Moura
7c464b2bb3 Merge pull request #30 from marcosmoura/components/mdMenu
Components > md-menu
2016-11-03 01:42:36 -02:00
Marcos Moura
81971867cd Merge remote-tracking branch 'origin/master' into develop
* origin/master:
  Fix for issue #41 (md-button ignoring type prop)
2016-11-03 01:39:01 -02:00
Marcos Moura
16bc1dbda7 Create pagination HTML 2016-11-03 01:36:30 -02:00
Marcos Moura
3af360752d Merge pull request #45 from pauloramires/master
Fix for issue #41 (md-button ignores type prop)
2016-11-03 00:57:59 -02:00
Paulo dos Santos
3faf40a194 Merge pull request #1 from pauloramires/pauloramires-patch-1
Fix for issue #41 (md-button ignoring type prop)
2016-11-02 21:30:44 -02:00
Paulo dos Santos
2ce63d0d74 Fix for issue #41 (md-button ignoring type prop) 2016-11-02 21:30:15 -02:00
Marcos Moura
3c004c6994 Finish alternate header 2016-11-01 02:44:30 -02:00
Marcos Moura
827537bb3b Move chokidar to devDependencies 2016-11-01 02:43:56 -02:00
Marcos Moura
55f9e27c14 Remove focus states (temporarily) 2016-11-01 02:43:27 -02:00
Marcos Moura
3030e8f371 Create empty alternative header 2016-10-31 02:17:13 -02:00
Marcos Moura
1d1a1d9d17 Cleanup 2016-10-31 02:17:02 -02:00
Marcos Moura
8a7a4e3908 Create empty pagination component 2016-10-31 01:41:56 -02:00
Marcos Moura
8b663f5786 Add edit button and inline select 2016-10-31 01:38:29 -02:00
Marcos Moura
0b22ac2c1e Enable md-select outside a container 2016-10-31 01:38:15 -02:00
Marcos Moura
5500f0eb42 Make checkboxes be controlled by keyboard 2016-10-31 01:37:24 -02:00
Marcos Moura
d2adc9f913 Improve event listeners 2016-10-27 21:46:13 -02:00
Marcos Moura
1ce077881e Fix max-length count of initial values 2016-10-27 21:46:01 -02:00
Marcos Moura
a926422936 Add a better content to table docs 2016-10-27 13:17:46 -02:00
Marcos Moura
d13acdcc40 Merge remote-tracking branch 'origin/develop' into components/mdTable
* origin/develop:
  default 'type' value is now 'button'
  updated docs
  add 'type' props to switch button
2016-10-27 13:10:11 -02:00
Marcos Moura
da7426dcb8 Start creation of edit dialogs 2016-10-27 11:46:40 -02:00
Marcos Moura
93de61b4d6 Enable auto select when clicking on the row 2016-10-27 04:48:13 -02:00
Marcos Moura
52b8fb68c1 Fix misalignment on head with span text 2016-10-27 04:36:54 -02:00
Marcos Moura
923199e2e3 Add numeric style to table head and add tooltip 2016-10-27 04:35:25 -02:00
Marcos Moura
8b51ecab0e Fix sorted head color 2016-10-27 03:54:20 -02:00
Marcos Moura
ca83e3b16e Add sort buttons with ripple effect 2016-10-27 03:52:58 -02:00
Marcos Moura
c34a63b672 Increase checkbox clickable area from 20px to 40px 2016-10-27 03:51:27 -02:00
Marcos Moura
c09778d9de Increase docs width 2016-10-27 03:48:45 -02:00
Marcos Moura
56380d872e Make components run only once to increase performance 2016-10-27 03:48:26 -02:00
Marcos Moura
fcf0cb2b2a Improve logic of selection inside table 2016-10-26 21:59:51 -02:00
Marcos Moura
7f4b47966d Create selectable table 2016-10-26 01:58:35 -02:00
Marcos Moura
fe0805b524 Merge branch 'develop' of https://github.com/marcosmoura/vue-material into develop
* 'develop' of https://github.com/marcosmoura/vue-material:
  default 'type' value is now 'button'
  updated docs
  add 'type' props to switch button
2016-10-25 22:26:25 -02:00
Marcos Moura
5aec1b189d Start table component 2016-10-25 21:10:04 -02:00
Marcos Moura
ddaf5db4d3 Create empty component 2016-10-25 10:59:36 -02:00
Marcos Moura
2ae7d2216a Merge pull request #27 from guillaumerxl/master
Added 'type' props to switch button
2016-10-25 10:11:26 -02:00
Guillaume Rouxel
4d37f4b984 default 'type' value is now 'button' 2016-10-25 11:48:22 +02:00
Guillaume Rouxel
3e8e2659c2 updated docs 2016-10-25 11:47:21 +02:00
Marcos Moura
c8c39f6d75 Merge branch 'develop' of https://github.com/marcosmoura/vue-material into develop
* 'develop' of https://github.com/marcosmoura/vue-material:
  Add babel-cli as dev dependecy
2016-10-25 05:17:55 -02:00
Marcos Moura
93a90cd08c Finish md-menu spec 2016-10-25 05:09:44 -02:00
Marcos Moura
8c9a26c2eb Merge remote-tracking branch 'origin/develop' into components/mdMenu
* origin/develop:
  Add babel-cli as dev dependecy
  Update README.md
2016-10-24 23:37:37 -02:00
Marcos Moura
74953245d2 Merge pull request #28 from lucassouza1/master
Add babel-cli as dev dependecy
2016-10-24 23:36:59 -02:00
Marcos Moura
bb3d27be6a Merge branch 'components/mdMenu' of https://github.com/marcosmoura/vue-material into components/mdMenu
* 'components/mdMenu' of https://github.com/marcosmoura/vue-material:
  Add keyboard shortcuts to menu
  Add close event on tab
  Close content on esc
  Drop transitionend dependency
  Keep menu content inside viewport
2016-10-24 23:24:59 -02:00
Marcos Moura
1f6bbb7e39 Merge remote-tracking branch 'origin/develop' into components/mdMenu
* origin/develop:
  Generate v0.2.0 documentation
  Fix docs
  Improve detection of card lightness
  Fix height of buttons inside card actions
2016-10-24 23:24:15 -02:00
Marcos Moura
49238be2b5 Merge remote-tracking branch 'origin/master' into develop
* origin/master:
  Update README.md
2016-10-24 23:23:46 -02:00
Marcos Moura
6f5f21a12c Add keyboard shortcuts to menu 2016-10-24 22:04:00 -02:00
Lucas Souza
b866d1da4d Add babel-cli as dev dependecy 2016-10-24 21:46:49 -02:00