Commit graph

355 commits

Author SHA1 Message Date
Marcos Moura
895b247cf0 start reactive themes 2016-12-12 21:38:05 -02:00
Marcos Moura
8dda3a70bc create layout base 2016-12-12 05:26:21 -02:00
Marcos Moura
e2333e14e0 remove mixin 2016-12-12 03:10:54 -02:00
Marcos Moura
53d3a58019 create empty layout module 2016-12-12 03:10:09 -02:00
Marcos Moura
bf06ffce6b create spinner #20 (#186) 2016-12-12 02:56:44 -02:00
Marcos Moura
382ba08142 rewrite snackbar 2016-12-12 00:15:27 -02:00
Jérémy TOUZY
88660316cb pass $event to on click inside md-list-item (#180) 2016-12-11 23:55:37 -02:00
Marcos Moura
534b8ca250 Merge remote-tracking branch 'origin/develop' into components/mdSnackbar
* origin/develop:
  adjust menu offset position when scroll is present (#175)
  add md-tooltip for tabheader (#171)
2016-12-09 17:52:15 -02:00
Alexis Agahi
ae06e82bc9 adjust menu offset position when scroll is present (#175)
* [build] 0.4.1

* [release] 0.4.1

* Adjust menu offset position when page scrolling occurs. fix #172
2016-12-09 13:59:35 -02:00
Jérémy TOUZY
e3f3fda63e add md-tooltip for tabheader (#171)
* [new] md-tabs improvements : md-tooltip

* [fix] Set the bottom default value on the prop definition
2016-12-09 13:55:04 -02:00
Marcos Moura
369aed4ea3 fix md-tabs with v-if and fix whiteframe 2016-12-09 00:47:32 -02:00
Marcos Moura
87fea69779 Merge remote-tracking branch 'origin/develop' into components/mdSnackbar
* origin/develop:
  add support for theming on Cards (#173)
2016-12-08 14:06:12 -02:00
Mateus Cerqueira Gonçalves
3e5f930fa7 add support for theming on Cards (#173)
* #148 - Support for theming on Card Component

* #148 - Updating the docs

* #148 - Removing theming for card's internal components

* #148 - Updating the docs
2016-12-08 14:04:59 -02:00
Marcos Moura
9e482dd8f7 Merge remote-tracking branch 'origin/develop' into components/mdSnackbar
* origin/develop:
  fix tooltip not being removed. fix #156
  fix disabled selects being selectable. fix #159
  resize textarea when a value change fix #160
  revert dialog example
  add scrollbar behaviour in dialog content fix #161
  start improvement over huge dialog content
  create custom tags in whiteframe component (#170)
  fix undefined object.values method and emit @change event (#167)
  add reference of currentPage in mdTablePagination (#166)
  add code sample to switch (#158)
  update prompt code example to be a prompt (#151)
2016-12-08 10:57:32 -02:00
Marcos Moura
33af65eb45 fix tooltip not being removed. fix #156 2016-12-08 10:12:59 -02:00
Marcos Moura
6dabd7960e fix disabled selects being selectable. fix #159 2016-12-08 10:10:09 -02:00
Marcos Moura
4c01fc489b resize textarea when a value change fix #160 2016-12-08 09:57:24 -02:00
Marcos Moura
657e5d0c37 add scrollbar behaviour in dialog content fix #161 2016-12-08 09:44:18 -02:00
Marcos Moura
9cff66ae9b start improvement over huge dialog content 2016-12-07 20:07:19 -02:00
Marcos Moura
6a55297883 create custom tags in whiteframe component (#170)
* create custom tags in whiteframe

* add custom tag in api. fix #169

* add custom tag in examples. fix #169
2016-12-07 19:18:49 -02:00
Jérémy TOUZY
e8c83d0491 fix undefined object.values method and emit @change event (#167)
* [fix] Object.values() not supported in IE/Safari #165  

* [fix] mdTabs emit change event #168 

* change var to let
2016-12-07 18:48:33 -02:00
Jonatas Walker
de4efeac7e add reference of currentPage in mdTablePagination (#166)
* Fix table pagination

* use totalItems instead of mdTotal in the template
2016-12-07 18:44:27 -02:00
Marcos Moura
3e46203081 start creation of snackbars 2016-12-05 05:19:01 -02:00
Marcos Moura
e857ad1739 Improvement/md tooltip (#144)
* fix stucked tooltips #103
2016-12-05 01:34:13 -02:00
Marcos Moura
9a80a37609 fix table row not watching item #116 #113 (#143) 2016-12-05 00:57:54 -02:00
Marcos Moura
7a8d15b3b4 add href support for mdBottomBar (#142 #121) 2016-12-05 00:27:52 -02:00
Marcos Moura
6ba87b65f9 fix shadow transition inside menus (#141 #129) 2016-12-04 23:59:26 -02:00
Marcos Moura
8eb59ab163 recreate tabs 2016-12-03 17:45:59 -02:00
Marcos Moura
f27d56fc09 start creation of tabs 2016-12-02 03:01:43 -02:00
Marcos Moura
c6c09d2b11 create table documentation with the new template 2016-12-01 01:39:06 -02:00
Marcos Moura
c697404470 create table documentation with the new template 2016-11-30 23:38:28 -02:00
Marcos Moura
4d41949de1 create select documentation with the new template 2016-11-28 15:33:28 -02:00
Marcos Moura
29709926a7 create menu documentation with the new template 2016-11-28 01:04:21 -02:00
Marcos Moura
4d2f9aa8ff improvements over menu 2016-11-28 00:32:40 -02:00
Marcos Moura
9e5261b589 create radio documentation with the new template 2016-11-27 23:31:46 -02:00
Marcos Moura
487eb83bf7 create tooltip documentation with the new template 2016-11-25 19:13:12 -02:00
Marcos Moura
8da2745943 create input documentation with the new template 2016-11-25 18:57:34 -02:00
Marcos Moura
19db664663 create dialog documentation with the new template 2016-11-25 17:10:40 -02:00
Marcos Moura
495c3b77bf fix bottom-right position 2016-11-25 01:52:27 -02:00
Marcos Moura
3897394153 Merge remote-tracking branch 'origin/develop' into improvement/documentation
* origin/develop:
  Add more alignment options (#109)
2016-11-25 01:37:49 -02:00
damienix
f1500752f7 Add more alignment options (#109)
* Create offset options
  - md-offset-y and md-offset-x

* Add option to align the menu to the trigger

* Create better examples
2016-11-25 01:32:19 -02:00
Marcos Moura
ad416b2d69 create checkboxes documentation with the new template 2016-11-24 21:44:49 -02:00
Marcos Moura
c85883a853 create card documentation with the new template 2016-11-24 20:24:15 -02:00
Marcos Moura
c4fafe6911 Fix backdrop styles 2016-11-23 18:05:09 -02:00
Marcos Moura
2c76120d02 create button toggle documentation with the new template 2016-11-23 17:12:08 -02:00
Marcos Moura
8746e3523e create button documentation with the new template 2016-11-23 16:52:24 -02:00
Marcos Moura
b44764f20a create bottom-bar documentation with the new template 2016-11-23 15:31:52 -02:00
Marcos Moura
f12c611211 create avatar documentation with the new template 2016-11-23 04:21:40 -02:00
Marcos Moura
b02b8832da Improve template for mobile 2016-11-23 01:45:28 -02:00
Marcos Moura
6d8e89da41 Create new documentation template for components 2016-11-23 01:37:50 -02:00
Marcos Moura
6525c52fcf Improve close transition 2016-11-22 01:45:15 -02:00
Marcos Moura
f9083829ae Create prompt dialog preset 2016-11-22 01:23:40 -02:00
Marcos Moura
87e63c944a Create alert dialog preset 2016-11-22 00:37:59 -02:00
Marcos Moura
57aa40f6f8 Create confirm dialog preset 2016-11-22 00:26:10 -02:00
Marcos Moura
177860c5bd Create styles for actions and content 2016-11-21 22:30:32 -02:00
Marcos Moura
2ba3a31f5d Add improvements related to performance 2016-11-21 04:05:21 -02:00
Marcos Moura
f406cd0dce Merge remote-tracking branch 'origin/master' into components/mdDialog
* origin/master:
  Improve tooltip styling
  Improve tooltip styling
  Force remove of all tooltips
  Fix inputs not being themable
  Fix typo
  [release] 0.3.3
  [build] 0.3.3
  Fix regression on inputs getting wrong value after manual update #101 #100 #96
2016-11-21 04:03:12 -02:00
Marcos Moura
110a9ba1cf Improve tooltip styling 2016-11-21 04:03:02 -02:00
Marcos Moura
d5e9d2f4d8 Improve tooltip styling 2016-11-21 04:01:49 -02:00
Marcos Moura
9bf4e2f53d Force remove of all tooltips 2016-11-21 03:52:42 -02:00
Marcos Moura
2e66126de3 Fix regression on inputs getting wrong value after manual update #101 #100 #96 2016-11-21 03:29:21 -02:00
Marcos Moura
2a6f1240ab Fix dialog position on open 2016-11-21 02:51:01 -02:00
Marcos Moura
7539469356 Fix rules 2016-11-21 02:46:24 -02:00
Marcos Moura
68714bc7eb Improve transitions 2016-11-21 02:45:35 -02:00
Marcos Moura
afd0f7270f Fix dialog position 2016-11-21 02:34:28 -02:00
Marcos Moura
5dbd7db9ac Merge remote-tracking branch 'origin/master' into components/mdDialog
* origin/master:
  [release] 0.3.2
  [build] 0.3.2
  fix babel export default module.exports #92
  Fix tooltips jumping when screen resize #85
  Fix table not getting instance #91 #88
  Fix input getting wrong value after manual update
  Fix regression on password review #95
  Fix input getting wrong value after manual update #100 #96
  Update getClosestVueParent.js
  use the internal value of md_input to set the value of the container
  Fix for issue #88 and added material.debug.js
2016-11-21 01:44:44 -02:00
Marcos Moura
732ca6f925 Fix tooltips jumping when screen resize #85 2016-11-21 00:49:44 -02:00
Marcos Moura
a8071a2415 Fix input getting wrong value after manual update 2016-11-21 00:18:46 -02:00
Marcos Moura
c2d8e505f3 Fix regression on password review #95 2016-11-21 00:09:49 -02:00
Marcos Moura
5efddcca95 Fix input getting wrong value after manual update #100 #96 2016-11-21 00:05:44 -02:00
Marcos Moura
339590cb2b Create alias for root element 2016-11-20 23:36:59 -02:00
Marcos Moura
dc933ec911 Add todo 2016-11-17 03:10:00 -02:00
Marcos Moura
dd94c25779 Create dialog opening from and closing to 2016-11-17 03:05:25 -02:00
Marcos Moura
e065ad65ac Add backdrop to md-menu 2016-11-17 00:15:55 -02:00
Marcos Moura
7ce7f35cbd Add initial transition 2016-11-16 23:54:56 -02:00
Marcos Moura
1b3525ff03 Init dialog 2016-11-16 17:56:26 -02:00
Marcos Moura
f489bb6ef5 Fix select not updating value 2016-11-16 02:14:46 -02:00
Marcos Moura
6d2cceb85f Merge pull request #71 from marcosmoura/bugfix/#67-input-number-not-accepting-numbers
Bugfix/#67 input number not accepting numbers
2016-11-15 23:29:32 -02:00
Marcos Moura
6ff240cac6 Merge pull request #72 from marcosmoura/bugfix/#64-md-container-crashing-when-value-is-null
Bugfix/#64 md container crashing when value is null
2016-11-15 23:29:24 -02:00
Marcos Moura
b132e934ad Fix components not being updated inside v-once #69 #70 2016-11-15 23:27:04 -02:00
Marcos Moura
e1c11555d6 Fix md-input-container crashing when the select value is null #64 2016-11-15 23:01:18 -02:00
Marcos Moura
640df24ffb Fix input number not accepting numbers #67 2016-11-15 22:50:16 -02:00
Marcos Moura
d382514373 Remove event 2016-11-14 19:01:28 -02:00
Marcos Moura
a37630184d Merge remote-tracking branch 'origin/master' into develop
* origin/master:
  Add extra line between rules
  remove dotted outline around button
  pass on  DOM event for checkbox and radio
2016-11-14 19:00:54 -02:00
Marcos Moura
50d9bf0426 Finish table specs 2016-11-14 18:53:06 -02:00
Marcos Moura
eb8110a0c8 Merge remote-tracking branch 'origin/develop' into components/mdTable
* origin/develop:
  Watch for input value and set parent class
  Fix pointer on checkbox label
  Make inputs and textareas more reactive
  Make scrollbars optional
2016-11-14 10:15:55 -02:00
Marcos Moura
2c38515830 Improve sidenav performance and expansion list performance 2016-11-14 10:12:08 -02:00
Marcos Moura
90efa2196e Watch for input value and set parent class 2016-11-14 03:39:16 -02:00
Marcos Moura
e96c21d45a Fix pointer on checkbox label 2016-11-14 03:36:13 -02:00
Marcos Moura
9d9062c8fe Make inputs and textareas more reactive 2016-11-14 03:33:04 -02:00
Marcos Moura
a79b7feb74 Merge remote-tracking branch 'origin/develop' into components/mdTable
* origin/develop:
  Remove users array
  Add highlight color and add code example
2016-11-13 16:57:01 -02:00
Marcos Moura
891be4115f Add highlight color and add code example 2016-11-13 01:40:31 -02:00
Marcos Moura
6f96f84b18 Fix scrollbar on table card 2016-11-13 01:29:17 -02:00
Marcos Moura
f5011bc8b7 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
5bdca60593 Create select with multiple 2016-11-13 01:17:39 -02:00
Marcos Moura
18da74e939 Make md-select with md-menu 2016-11-12 14:00:15 -02:00
Marcos Moura
dd8773f5ac Merge pull request #50 from kristianmandrup/master
pass on  DOM event for checkbox and radio
2016-11-11 17:35:30 -02:00
Marcos Moura
b55fbb54c1 Add extra line between rules 2016-11-11 17:32:23 -02:00
yeknava
de9b8d8765 remove dotted outline around button 2016-11-10 19:54:39 +03:30
Kristian Mandrup
390a8863b0 pass on DOM event for checkbox and radio 2016-11-09 20:26:54 +01:00