Commit graph

31 commits

Author SHA1 Message Date
renanhangai
f268648174 Added registerPalette method on mdTheme (#522) 2017-03-20 21:38:10 -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
Marcos Moura
e9261b8732 prevent ripple from being created multiple times in parent 2017-02-13 01:35:42 -02:00
Marcos Moura
ddeb48d0e9 add name to all components 2017-02-13 00:40:43 -02:00
Vivere Discere
225e1f6934 fix ripple effect on touchscreen desktops (#479) 2017-02-13 00:04:41 -02:00
Marcos Moura
47b17b8f35 fix ripple not reseting after second click #461 2017-02-08 19:33:35 -02:00
Marcos Moura
949b58914d rename method 2017-02-07 03:02:54 -02:00
Marcos Moura
3056390935 apply theme-color based on primary theme color 2017-02-07 02:53:31 -02:00
Marcos Moura
0c7be464af remove unnecessary Vue.extend on component definition 2017-02-07 02:23:42 -02:00
Marcos Moura
d74b2ac0f1 normalize mobile and desktop events on ripple 2017-02-07 02:13:55 -02:00
Marcos Moura
ef533bf049 prevent ripple from getting undefined when ripple elements doesnt exists 2017-02-07 01:28:52 -02:00
Kory Prince
d66609f8b3 check for null parent elements in mdInkRipple #313 (#317)
* fix standalone build #312

* [build] 0.6.3

* [release] 0.6.3

* fixes #313 check for null
2017-01-11 00:04:50 -02:00
Marcos Moura
8a2a680187 rename module 2017-01-10 01:28:09 -02:00
Marcos Moura
18153f62fd delay creation of ripple actions 2017-01-10 01:04:14 -02:00
Marcos Moura
6b762b9fc5 remove ripple directive and use the new component 2017-01-10 00:40:59 -02:00
Marcos Moura
ebf6396290 recreate ripple component and add a global toggle to it 2017-01-09 23:02:55 -02:00
Kory Prince
b5ca774048 Fix mdTheme.vue filename case 2016-12-24 22:09:12 -06:00
Marcos Moura
6a95f146ea fix grey/white theme colors #233 2016-12-23 16:35:08 -02:00
Marcos Moura
387e525e7e fix vue material instance on non commonjs env #220 2016-12-16 15:49:11 -02:00
Marcos Moura
e520e34383 validate theme name and apply default theme 2016-12-13 00:41:30 -02:00
Marcos Moura
82aabb778c apply initial theme 2016-12-13 00:10:00 -02:00
Marcos Moura
7112fcfa17 create initial theme 2016-12-12 23:36:41 -02:00
Marcos Moura
cccfc5e820 remove old directive 2016-12-12 23:10:32 -02:00
Marcos Moura
4f9080402b upgrade themes 2016-12-12 23:07:56 -02:00
Marcos Moura
895b247cf0 start reactive themes 2016-12-12 21:38:05 -02:00
Cabbaggio
7da5ce54e6 Fix unregisterMouseEvent not accepting the element as parameter (#118) 2016-11-27 22:21:31 -02:00
Marcos Moura
b3ae343aca Finish md-menu spec 2016-10-25 05:09:44 -02:00
Marcos Moura
7a9a0cfe27 Add initial firefox support and finish first documentation release 2016-10-17 04:33:00 -02:00
Marcos Moura
18e06041e4 Fixes register single theme #3 2016-10-16 23:00:55 -02:00
Marcos Moura
f967fe912f Change all webpack tasks 2016-10-13 03:27:58 -03:00