Commit graph

436 commits

Author SHA1 Message Date
pablohpsilva
309c33219a fixed header and footer 2017-05-22 01:06:40 -03:00
Vincent Chavez
71afc016fb Merge branch 'develop' into develop 2017-05-21 20:36:08 -07:00
pablohpsilva
6297347a0c Merge branch 'master' into develop 2017-05-21 20:24:07 -03:00
Pablo Henrique
c36b1834b2 Merge pull request #644 from pablohpsilva/autocomplete
md-autocomplete component
2017-05-21 20:09:50 -03:00
Pablo Henrique
a9e2fc5826 Merge pull request #733 from praneetloke/develop
Fix for #529. Updated docs with an example of disabled items in the Select component.
2017-05-21 20:03:46 -03:00
Pablo Henrique
cb92ac6ad8 Merge pull request #549 from fergardi/components/mdOnboarding
Added Onboarding component
2017-05-21 19:25:20 -03:00
pablohpsilva
8b35fb3eab merge with master 2017-05-21 18:39:18 -03:00
Pablo Henrique
1450ea7f86 Merge pull request #747 from vuematerial/issue-744
Issue 744 - Added readonly attr on mdInput and mdTextarea
2017-05-21 18:31:11 -03:00
Pablo Henrique
0aa9df0215 Merge pull request #749 from vuematerial/issue#742
fix on issue #742 - v-model reflects changes on mdSelect
2017-05-21 18:30:54 -03:00
Pablo Henrique
588f5f06f0 Merge pull request #578 from romangit/develop
md-error possibility and remove required chip-template within md-chips
2017-05-21 17:58:55 -03:00
Pablo Henrique
7823c377ee Merge pull request #450 from igor-ribeiro/tabs-navigation-arrows
Tabs navigation arrows
2017-05-21 17:49:06 -03:00
Vincent Chavez
4c89a683ee Merge branch 'develop' into develop 2017-05-19 09:43:14 -07:00
Vincent Chavez
5d61c76051 Merge branch 'master' of git://github.com/vuematerial/vue-material into develop 2017-05-18 14:53:34 -07:00
pablohpsilva
c6b687d642 better docs 2017-05-14 18:21:11 -03:00
pablohpsilva
034f845c11 enhancing the documentation and adding mdOption value prop to accept object 2017-05-14 18:11:34 -03:00
pablohpsilva
b14b368cf7 List.vue enhanced with examples 2017-05-14 13:22:54 -03:00
pablohpsilva
488769c943 fix on issue #742. 2017-05-14 11:47:00 -03:00
pablohpsilva
25f2e2810b adding new readonly on docs 2017-05-14 10:58:53 -03:00
pablohpsilva
f7a99b9c29 fixing Input docs 2017-05-14 10:56:37 -03:00
pablohpsilva
c8a6445768 quick fix. Added readonly property to common on mdInput 2017-05-14 10:47:26 -03:00
Praneet Loke
6148343d9c Fix bug #529. Don't allow disabled options to be selectable. 2017-05-07 17:39:45 -07:00
Pablo Henrique
4bcb6870ce Issue#544 (#674)
* chips autocomplete

* criando autocomplete

* base solida

* fixing issue #544

* removing old files

* reduced debounce time
2017-05-07 19:41:21 -03:00
takikoo
cf938ab635 DOCS: Added missing argument in code example (#702)
Tried one of the code examples and noticed that Vue gave the following warning:

[Vue warn]: Missing required prop: "value" 
(found in <MdDialogPrompt>)

Added missing argument in code example.
2017-05-07 19:38:03 -03:00
Captain Pangyo
3754e5e4a2 Added the code samples for Demo in List Components (Multiple options, Multiple Expand) (#725) 2017-05-07 19:34:20 -03:00
Vincent Chavez
9e1dbd8a07 Stepper component implimentation 2017-04-28 12:19:09 -07:00
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
287c0c9db5 added name prop 2017-04-03 15:18:56 -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
a0795af2ea autocomplete 2017-03-27 16:16:09 -03:00
Pablo Henrique Penha Silva
2c1b8ecbec fixes md-autocomplete 2017-03-26 22:19:13 -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
Igor Ribeiro
500e5b5bea Merge branch 'develop' into tabs-navigation-arrows 2017-03-21 17:21:37 -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
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
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
Roman Ovsyannikov Home
f2baf69a0f md-error possibility and remove required chip-template within md-chips 2017-02-28 23:00:01 +02:00
TECNOSYLVA\fgarcia
6f933d21ea Added swipeable functionality. 2017-02-23 15:26:53 +01:00
TECNOSYLVA\fgarcia
1699134475 Added docs css. Added clearInterval when user clicks on dot to restart timer duration. 2017-02-22 17:31:03 +01:00
TECNOSYLVA\fgarcia
f13ccff14b Fixed some css. 2017-02-22 16:10:14 +01:00
TECNOSYLVA\fgarcia
2928200ba1 Added custom classes for theming. Added auto timeout behaviour. Finished custom mdOnboarding component based on mdTabs. 2017-02-22 12:09:17 +01:00
TECNOSYLVA\fgarcia
95272db85f Added new component, mdOnboarding 2017-02-21 17:15:07 +01:00
Igor Ribeiro
2cb818db4a add prop md-navigation to toggle navigation arrows 2017-02-20 16:21:50 -03:00
Alban Mouton
a90db2b106 add mdChip editable (#512) 2017-02-15 18:48:26 -02:00
Fergardi
0a8b6735d4 add themed chips (#498)
* Added theming to mdChips

* Added more examples. Improved API.

* Removed classes from docs.
2017-02-15 18:14:24 -02:00
Alban Mouton
9a29f92e29 add watchable sort parameters in md-table (#505) 2017-02-14 11:36:45 -02:00
Igor Ribeiro
58d4105b2a Merge remote-tracking branch 'origin/develop' into tabs-navigation-arrows 2017-02-13 07:56:43 -02:00
Marcos Moura
c693014bf9 remove search field on toolbar example 2017-02-13 01:59:31 -02:00