Commit graph

1972 commits

Author SHA1 Message Date
pablohpsilva
9ff0e2f517 Merge branch 'master' of github.com:marcosmoura/vue-material into autocomplete 2017-04-09 10:50:42 -03:00
Pablo Henrique Penha Silva
3b32926c24 fixing offset menu autocomplete 2017-04-05 11:18:13 -03:00
pablohpsilva
b293f61080 renamed file 2017-04-03 23:10:19 -03:00
pablohpsilva
a7f4c9d5e9 fix on autocomplete 2017-04-03 23:03:15 -03:00
pablohpsilva
c82fd9c41a modularizing code 2017-04-03 23:00:42 -03:00
Pablo Henrique Penha Silva
287c0c9db5 added name prop 2017-04-03 15:18:56 -03:00
Pablo Henrique Penha Silva
9df33453e2 fix on selected event 2017-04-03 13:11:09 -03:00
Pablo Henrique Penha Silva
b15f0a03a3 fix on line 191 mdAutocomplete 2017-04-03 11:29:23 -03:00
Sombriks
457dd6bda5 Update Icon.vue 2017-03-29 16:27:03 -03:00
Pablo Henrique Penha Silva
00123e5d42 documentation 2017-03-27 23:49:43 -03:00
Pablo Henrique Penha Silva
e51dfaf548 correcoes 2017-03-27 20:16:39 -03:00
Pablo Henrique Penha Silva
bdf9e5b66f removing dep on http 2017-03-27 16:20:34 -03:00
Pablo Henrique Penha Silva
a0795af2ea autocomplete 2017-03-27 16:16:09 -03:00
Pablo Henrique Penha Silva
6393481d54 removed debugger 2017-03-27 14:36:58 -03:00
Pablo Henrique Penha Silva
e9f5e83b3b remove chips autocomplete 2017-03-27 14:32:45 -03:00
Pablo Henrique Penha Silva
13616b9133 autocomplete 2017-03-26 22:41:19 -03:00
Pablo Henrique Penha Silva
2c1b8ecbec fixes md-autocomplete 2017-03-26 22:19:13 -03:00
d3radicated
e6e2264962 fix md-tabs not properly flexed when applied with md-fixed (#636) 2017-03-24 12:16:33 -03:00
CaptainAchilles
295f74f91d fix language more gender neutral #633 (#637)
* fix grammar and spelling on themes page docs (#602)

* fix table arrow sort (#347)

* fix badges alignment

* Made language more gender neutral
2017-03-24 12:15:57 -03:00
Laercio Santana
4323ef84d1 [rating-bar] fix on indentation 2017-03-23 22:09:55 -03:00
Laercio Santana
47236f150a [rating-bar] fix offset on custom font icon set examples 2017-03-23 21:55:08 -03:00
Laercio Santana
bc1ea86112 [rating-bar] doc updated with explanations about custom font icon set 2017-03-23 16:55:38 -03:00
Laercio Santana
2d73e3b1a7 [rating-bar] doc updated with explanations about support to svg and png 2017-03-23 13:25:35 -03:00
Laercio Santana
5114878b78 [rating-bar] update doc adding custom size 2017-03-23 12:42:48 -03:00
Laercio Santana
ff99720b56 [rating-bar] add support to custom size by md-icon 2017-03-23 12:32:52 -03:00
Laercio Santana
35f5a4863b [rating-bar] add support for custom icon set 2017-03-23 12:09:15 -03:00
Laercio Santana
7af48dcee9 [rating-bar] add support to svg and png 2017-03-23 11:46:08 -03:00
Laercio Santana
fd8ec51ace [rating-bar] changes on background 2017-03-21 22:33:41 -03:00
Laercio Santana
820a0394f7 [rating-bar] changes on comments 2017-03-21 21:53:59 -03:00
Laercio Santana
9b2f9c5683 [rating-bar] 'Merge the rating logic inside the mounted function in the data property' 2017-03-21 21:47:41 -03:00
Laercio Santana
8c146af9c8 [rating-bar] changes on theme 2017-03-21 21:14:31 -03:00
Laercio Santana
c2d7c037ae [rating-bar] fix on indentation 2017-03-21 21:10:46 -03:00
Laercio Santana
218dae5d5f [rating-bar] fix typo on doc 2017-03-21 21:07:17 -03:00
Laercio Santana
ffd8bd0421 [rating-bar] add 'md' prefix 2017-03-21 21:02:48 -03:00
Laercio Santana
660bf87613 [rating-bar] remove unnecessary codes 2017-03-21 20:36:01 -03:00
Igor Ribeiro
500e5b5bea Merge branch 'develop' into tabs-navigation-arrows 2017-03-21 17:21:37 -03:00
Marcos Moura
b86cb6dae0 fix badges alignment 2017-03-20 22:24:46 -03:00
Jonatas Walker
a5327f0a6c fix table arrow sort (#347) 2017-03-20 21:40:55 -03:00
Igor Ribeiro
f80f1b5aa6 add swipe on Tabs header (#430)
* implement scroll on Tabs header

* update let to const on calculateIndicatorPos method

* rename prop to md-scrollable-navigation

* update docs

* fix style

* update style

* make navigation scrollable by default

* remove unused prop
2017-03-20 21:40:18 -03:00
renanhangai
f268648174 Added registerPalette method on mdTheme (#522) 2017-03-20 21:38:10 -03:00
jdrydn
928c291fad automatically adjust the textarea height when rendering the model (#525)
* fix pagination not enabling next button when total changes #482. (#517)

* refactor property names to make more sense #517 (#521)

* Added watchers on mdTotal and mdPage. Changed the binding for the disabled attribute of the next page arrow to use a computed property. Fix issue #482.

* Improve code readability for the fix done for #482.

* After a teeny tiny delay, update the autosize
2017-03-20 21:36:57 -03:00
vizo
8bc28b59b9 fix when to use default colorVariant (#535)
* fix pagination not enabling next button when total changes #482. (#517)

* refactor property names to make more sense #517 (#521)

* Added watchers on mdTotal and mdPage. Changed the binding for the disabled attribute of the next page arrow to use a computed property. Fix issue #482.

* Improve code readability for the fix done for #482.

* Fix - when to use default colorVariant 

Solves issue https://github.com/marcosmoura/vue-material/issues/533.
2017-03-20 21:35:58 -03:00
Alex Kozack
93bcf58502 add textColor property to theme options (#531)
* fix pagination not enabling next button when total changes #482. (#517)

* refactor property names to make more sense #517 (#521)

* Added watchers on mdTotal and mdPage. Changed the binding for the disabled attribute of the next page arrow to use a computed property. Fix issue #482.

* Improve code readability for the fix done for #482.

* Add textColor property

The property "textColor" allows you to force set color of the text for the theme.

* Added description of the textColor property in the documentation
2017-03-20 21:34:37 -03:00
Sébastien Viallemonteil
4c509f7fd1 fix #534 centering icon with md-button in md-table (#538)
This fixes #534, the icon is now centered inside the md-button when used with md-table
Removing the margin gives back the `margin:auto` set to the `md-icon` class
2017-03-20 21:27:47 -03:00
Jérémy Touzy
2f0e6a4b5f [md-checkbox/md-radio] Add pointer cursor (#540) 2017-03-20 21:27:20 -03:00
Igor Ribeiro
8dc43d3c2d fix register/unregister tabs to use $set/$delete (#545) 2017-03-20 21:23:45 -03:00
Samuell
605ddbceed add vertical align for layout (#562) 2017-03-20 21:21:28 -03:00
vanhoavn
02f58855f2 allow customize tab item using slot (#596)
Allow customize tab item using slot
2017-03-20 21:10:23 -03:00
Aaron M
c1257c2bfc fix grammar and spelling on themes page docs (#602) 2017-03-20 21:08:10 -03:00
zcyzcy88
e2fe0f0743 Enlarge mdRadio touchable area (#609)
#608
2017-03-20 21:06:44 -03:00