More responsive and fluid experience on mobile devices. (Thanks to @igor-ribeiro)
+
+
+
+
Support to Theme Color on Android
+
Change the browser window color inside Chrome for Android based on the current theme.
+
+
+
+
Breaking changes:
+
+
+
To avoid issues and conflicts between multiple events on buttons and other "clickable" components the internal @click event don't work anymore. Use @click.native instead.
+
+
+
+
Only for contributors: To build Vue Material is now needed to upgrade all dependencies. Vue Material uses Webpack 2 under the hood and all dependencies were bumped to the latest.
+
+
+
+
Fixes:
+
+
check for null parent elements in mdInkRipple #313 (Thanks to @korylprince)
+
update the number of rows if the data set changes on mdTable #320 (Thanks to @pablohpsilva)
+
disable pointer events on snackbar container #327 (Thanks to @korylprince)
+
allow null value to be passed to parent of md-select #338 (Thanks to @korylprince)
+
fix textarea autosize on initial value #341 (Thanks to @korylprince)
+
fix char counter not updating after model change #384
+
prevent parent forms from submitting when adding chips #383
+
prevent body from scroll on dialogs and menus #373
+
fix error message not moving down on textarea #362
fix vue material instance on non commonjs env #220
+
recalculate the expansion element if a child is added
+
+
+
+
+
v0.5.0 - New Grid System Engine!
+
+
New Components:
+
+
Theme
+
Layout
+
Spinner
+
+
The long time requested feature is here! Vue Material has a new and easy-to-use Grid System. Enjoy!
+
+
Breaking changes:
+
The first breaking change we never forget. The themes engine has changed and it's more simple now. This change make the themes reactive to make the themes dynamic using the theme component or the API. The performance of the engine is waaay better and the theme styles are now fixed and have a better scope.
+
Check all theme changes in the new themes section inside the documentation website. There are some changes in the theme API:
+
+
v-md-theme directive removed
+
The v-md-theme do not exists anymore and should be replaced by the brand new <md-theme> component.
+
+
Register method renamed
+
Vue.material.theme.register changed to Vue.material.registerTheme. This will make the API smore simple and easy to write.
+
+
Register All removed
+
Vue.material.theme.registerAll was removed. The Vue.material.registerTheme function now accepts a object:
\n ')]),e._v(" "),t("code-block",{attrs:{lang:"xml"}},[e._v("\n export default {\n data: () => ({\n src: null\n }),\n methods: {\n loadImage() {\n let options = [\n 'assets/joker-1.jpg',\n 'assets/joker-2.jpg',\n 'assets/joker-3.jpg',\n 'assets/card-image-1.jpg',\n 'assets/card-image-2.jpg'\n ];\n\n this.src = options[Math.floor(Math.random() * 5)];\n },\n clearImage() {\n this.src = null;\n }\n }\n };\n ")])],1)])],1)])],1)},staticRenderFns:[]}}});
\ No newline at end of file
diff --git a/dist/docs/releases/v0.7.2/docs/index.html b/dist/docs/releases/v0.7.2/docs/index.html
new file mode 100644
index 0000000..335f720
--- /dev/null
+++ b/dist/docs/releases/v0.7.2/docs/index.html
@@ -0,0 +1 @@
+Vue Material
\ No newline at end of file
diff --git a/dist/docs/releases/v0.7.2/docs/ink-ripple.b302866c.js b/dist/docs/releases/v0.7.2/docs/ink-ripple.b302866c.js
new file mode 100644
index 0000000..c896cb8
--- /dev/null
+++ b/dist/docs/releases/v0.7.2/docs/ink-ripple.b302866c.js
@@ -0,0 +1 @@
+webpackJsonp([16,37],{813:function(e,n,i){function a(e){i(915)}var t=i(1)(null,i(955),a,"data-v-9d2ca598",null);e.exports=t.exports},883:function(e,n,i){n=e.exports=i(795)(),n.push([e.i,".has-ripple[data-v-9d2ca598]{margin-bottom:16px;padding:20px;display:inline-block;position:relative}.blue[data-v-9d2ca598]{color:#2196f3}.purple[data-v-9d2ca598]{color:#9c27b0}.red[data-v-9d2ca598]{color:#f44336}.card-ripple[data-v-9d2ca598]{width:300px;margin-top:24px}",""])},915:function(e,n,i){var a=i(883);"string"==typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);i(796)("30b6b0c1",a,!0)},955:function(e,n){e.exports={render:function(){var e=this,n=e.$createElement,i=e._self._c||n;return i("page-content",{attrs:{"page-title":"Components - Ink Ripple"}},[i("docs-component",[i("div",{slot:"description"},[i("p",[e._v("Ink ripples confirm user input by immediately expanding outward from the point of touch. The card lifts to indicate an active state.")]),e._v(" "),i("p",[e._v("To disable the ripple component globally just call the API: ")]),e._v(" "),i("code-block",{attrs:{lang:"javascript"}},[e._v("\n // Anywhere\n Vue.material.inkRipple = false\n\n // Inside a Vue Intance\n this.$material.inkRipple = false\n ")])],1),e._v(" "),i("div",{slot:"api"},[i("api-table",{attrs:{name:"md-ink-ripple"}},[i("md-table",{slot:"properties"},[i("md-table-header",[i("md-table-row",[i("md-table-head",[e._v("Name")]),e._v(" "),i("md-table-head",[e._v("Type")]),e._v(" "),i("md-table-head",[e._v("Description")])],1)],1),e._v(" "),i("md-table-body",[i("md-table-row",[i("md-table-cell",[e._v("md-disabled")]),e._v(" "),i("md-table-cell",[i("code",[e._v("Boolean")])]),e._v(" "),i("md-table-cell",[e._v("Disable the ripple effect on the parent element. Default "),i("code",[e._v("false")])])],1)],1)],1)],1)],1),e._v(" "),i("div",{slot:"example"},[i("example-box",{attrs:{"card-title":"Default"}},[i("div",{slot:"demo"},[i("div",{staticClass:"has-ripple"},[i("md-ink-ripple"),e._v("\n This div has ripple effect\n ")],1),e._v(" "),i("div",{staticClass:"has-ripple purple"},[i("md-ink-ripple"),e._v("\n This div has ripple effect\n ")],1),e._v(" "),i("div",{staticClass:"has-ripple blue"},[i("md-ink-ripple"),e._v("\n This div has ripple effect\n ")],1),e._v(" "),i("div",{staticClass:"has-ripple red"},[i("md-ink-ripple"),e._v("\n This div has ripple effect\n ")],1),e._v(" "),i("md-card",{staticClass:"card-ripple",attrs:{"md-with-hover":""}},[i("md-card-media",[i("md-ink-ripple"),e._v(" "),i("img",{attrs:{src:"assets/card-image-1.jpg",alt:"People"}})],1),e._v(" "),i("md-card-actions",[i("md-button",{staticClass:"md-icon-button"},[i("md-icon",[e._v("favorite")])],1),e._v(" "),i("md-button",{staticClass:"md-icon-button"},[i("md-icon",[e._v("bookmark")])],1),e._v(" "),i("md-button",{staticClass:"md-icon-button"},[i("md-icon",[e._v("share")])],1)],1)],1)],1),e._v(" "),i("div",{slot:"code"},[i("code-block",{attrs:{lang:"xml"}},[e._v('\n
\n \n This div has ripple effect\n
\n\n
\n \n This div has ripple effect\n
\n\n
\n \n This div has ripple effect\n
\n\n
\n \n This div has ripple effect\n
\n\n \n \n \n \n \n\n \n \n favorite\n \n\n \n bookmark\n \n\n \n share\n \n \n \n ')]),e._v(" "),i("code-block",{attrs:{lang:"sass"}},[e._v("\n .has-ripple {\n margin-bottom: 16px;\n padding: 20px;\n display: inline-block;\n position: relative;\n }\n\n .blue {\n color: #2196F3;\n }\n\n .purple {\n color: #9C27B0;\n }\n\n .red {\n color: #F44336;\n }\n\n .card-ripple {\n width: 300px;\n margin-top: 24px;\n }\n ")])],1)])],1)])],1)},staticRenderFns:[]}}});
\ No newline at end of file
diff --git a/dist/docs/releases/v0.7.2/docs/input.571b4df1.js b/dist/docs/releases/v0.7.2/docs/input.571b4df1.js
new file mode 100644
index 0000000..5e63050
--- /dev/null
+++ b/dist/docs/releases/v0.7.2/docs/input.571b4df1.js
@@ -0,0 +1 @@
+webpackJsonp([11,37],{814:function(e,t,l){function a(e){l(906)}var n=l(1)(l(846),l(943),a,"data-v-53f2ef70",null);e.exports=n.exports},846:function(e,t,l){"use strict";function a(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0});var n=l(52),d=a(n);t.default={data:function(){return{autocompleteValue:"",initialValue:"My initial value",listAutocomplete:[{name:"oi"},{name:"hello"},{name:"salut"}]}},methods:{fetchAutocomplete:function(e){var t={method:"GET",headers:new Headers,mode:"cors",cache:"default"},l="https://typeahead-js-twitter-api-proxy.herokuapp.com/demo/search",a=(0,d.default)(e)[0],n=e[a],o=l+"?"+a+"="+n;return window.fetch(o,t).then((function(e){return e.json()}))},filterList:function(e,t){return e.filter((function(e){return e.name.indexOf(t)!==-1}))}}},e.exports=t.default},874:function(e,t,l){t=e.exports=l(795)(),t.push([e.i,"",""])},906:function(e,t,l){var a=l(874);"string"==typeof a&&(a=[[e.i,a,""]]),a.locals&&(e.exports=a.locals);l(796)("cc1b8ffc",a,!0)},943:function(e,t){e.exports={render:function(){var e=this,t=e.$createElement,l=e._self._c||t;return l("page-content",{attrs:{"page-title":"Components - Input"}},[l("docs-component",[l("div",{slot:"description"},[l("p",[e._v("Inputs allow users to input text and usually appear in forms. Users may enter text, numbers, or mixed-format types of input.")])]),e._v(" "),l("div",{slot:"api"},[l("api-table",{attrs:{name:"md-input-container"}},[l("md-table",{slot:"properties"},[l("md-table-header",[l("md-table-row",[l("md-table-head",[e._v("Name")]),e._v(" "),l("md-table-head",[e._v("Type")]),e._v(" "),l("md-table-head",[e._v("Description")])],1)],1),e._v(" "),l("md-table-body",[l("md-table-row",[l("md-table-cell",[e._v("md-inline")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Boolean")])]),e._v(" "),l("md-table-cell",[e._v("Create inline field with a label or placeholder. Default "),l("code",[e._v("false")])])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("md-has-password")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Boolean")])]),e._v(" "),l("md-table-cell",[e._v("Show a button to toggle the password visibility. Default "),l("code",[e._v("false")])])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("md-clearable")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Boolean")])]),e._v(" "),l("md-table-cell",[e._v("Show a button to clear the input. Default "),l("code",[e._v("false")])])],1)],1)],1),e._v(" "),l("md-table",{slot:"classes"},[l("md-table-header",[l("md-table-row",[l("md-table-head",[e._v("Name")]),e._v(" "),l("md-table-head",[e._v("Description")])],1)],1),e._v(" "),l("md-table-body",[l("md-table-row",[l("md-table-cell",[e._v("md-input-invalid")]),e._v(" "),l("md-table-cell",[e._v("Set the error class")])],1)],1)],1)],1),e._v(" "),l("api-table",{attrs:{name:"md-input"}},[l("md-table",{slot:"properties"},[l("md-table-header",[l("md-table-row",[l("md-table-head",[e._v("Name")]),e._v(" "),l("md-table-head",[e._v("Type")]),e._v(" "),l("md-table-head",[e._v("Description")])],1)],1),e._v(" "),l("md-table-body",[l("md-table-row",[l("md-table-cell",[e._v("v-model")]),e._v(" "),l("md-table-cell",[l("code",[e._v("String")])]),e._v(" "),l("md-table-cell",[e._v("A required model object to bind the value.")])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("type")]),e._v(" "),l("md-table-cell",[l("code",[e._v("String")])]),e._v(" "),l("md-table-cell",[e._v("Sets the type. Default "),l("code",[e._v("text")])])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("debounce")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Number")])]),e._v(" "),l("md-table-cell",[e._v("Debounce the "),l("code",[e._v("change")]),e._v(" and "),l("code",[e._v("input")]),e._v(" events emission. Default "),l("code",[e._v("300")]),e._v("ms")])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("disabled")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Boolean")])]),e._v(" "),l("md-table-cell",[e._v("Disable the input and prevent its actions. Default "),l("code",[e._v("false")])])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("required")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Boolean")])]),e._v(" "),l("md-table-cell",[e._v('Apply the required rule to style the label with an "*". Default '),l("code",[e._v("false")])])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("placeholder")]),e._v(" "),l("md-table-cell",[l("code",[e._v("String")])]),e._v(" "),l("md-table-cell",[e._v("Sets the placeholder.")])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("maxlength")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Number")])]),e._v(" "),l("md-table-cell",[e._v("Sets the maxlength and enable the text counter.")])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("readonly")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Boolean")])]),e._v(" "),l("md-table-cell",[e._v("Sets the component to read only mode.")])],1)],1)],1)],1),e._v(" "),l("api-table",{attrs:{name:"md-autocomplete"}},[l("md-table",{slot:"properties"},[l("md-table-header",[l("md-table-row",[l("md-table-head",[e._v("Name")]),e._v(" "),l("md-table-head",[e._v("Type")]),e._v(" "),l("md-table-head",[e._v("Description")])],1)],1),e._v(" "),l("md-table-body",[l("md-table-row",[l("md-table-cell",[e._v("v-model")]),e._v(" "),l("md-table-cell",[l("code",[e._v("String")])]),e._v(" "),l("md-table-cell",[e._v("A required model object to bind the value.")])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("debounce")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Number")])]),e._v(" "),l("md-table-cell",[e._v("Sets the debounce time. Default "),l("code",[e._v("1000")]),e._v(" milliseconds")])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("fetch")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Function")])]),e._v(" "),l("md-table-cell",[e._v("Sets the fetch function mdAutocomplete will call after the debounce is reached. Chosing "),l("code",[e._v("fetch")]),e._v(" prop "),l("strong",[e._v("disables")]),e._v(" the use of either "),l("code",[e._v("list")]),e._v(" and "),l("code",[e._v("filterList")]),e._v(" props.")])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("list")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Array")])]),e._v(" "),l("md-table-cell",[e._v("Sets an array of possible values. Default "),l("code",[e._v("[]")]),e._v(". MdAutocomplete will only search in this list if it's set. Chosing "),l("code",[e._v("list")]),e._v(" prop "),l("strong",[e._v("disables")]),e._v(" the use of "),l("code",[e._v("fetch")]),e._v(" prop.")])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("filter-list")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Function")])]),e._v(" "),l("md-table-cell",[e._v("Sets a filter function which will be used to filter the "),l("code",[e._v("list")]),e._v(" props. Chosing "),l("code",[e._v("filterList")]),e._v(" prop "),l("strong",[e._v("requires")]),e._v(" the use of "),l("code",[e._v("list")]),e._v(" props and "),l("strong",[e._v("disables")]),e._v(" the use of "),l("code",[e._v("fetch")]),e._v(" prop.")])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("min-chars")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Number")])]),e._v(" "),l("md-table-cell",[e._v("Sets the minimum number of characters before making opening the autocomplete options or making a request. Default "),l("code",[e._v("3")])])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("prepare-response-data")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Function")])]),e._v(" "),l("md-table-cell",[e._v("This function will be called once the "),l("code",[e._v("fetch")]),e._v(" prop has a response. It can manipulate the data received from the server. The output should always be an "),l("code",[e._v("Array")]),e._v(".")])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("print-attribute")]),e._v(" "),l("md-table-cell",[l("code",[e._v("String")])]),e._v(" "),l("md-table-cell",[e._v("This prop will be used to print values on the autocomplete list. It shall match an object key expected on the "),l("code",[e._v("fetch")]),e._v(" result list. Default "),l("code",[e._v("name")])])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("query-param")]),e._v(" "),l("md-table-cell",[l("code",[e._v("String")])]),e._v(" "),l("md-table-cell",[e._v("Sets the query parameter. Example: http//api.com/"),l("strong",[e._v("q")]),e._v("?=SOMETHING. Default "),l("code",[e._v("q")])])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("disabled")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Boolean")])]),e._v(" "),l("md-table-cell",[e._v("Disable the input and prevent his actions. Default "),l("code",[e._v("false")])])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("required")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Boolean")])]),e._v(" "),l("md-table-cell",[e._v('Apply the required rule to style the label with an "*". Default '),l("code",[e._v("false")])])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("placeholder")]),e._v(" "),l("md-table-cell",[l("code",[e._v("String")])]),e._v(" "),l("md-table-cell",[e._v("Sets the placeholder.")])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("maxlength")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Number")])]),e._v(" "),l("md-table-cell",[e._v("Sets the maxlength and enable the text counter.")])],1)],1)],1),e._v(" "),l("md-table",{slot:"events"},[l("md-table-header",[l("md-table-row",[l("md-table-head",[e._v("Name")]),e._v(" "),l("md-table-head",[e._v("Value")]),e._v(" "),l("md-table-head",[e._v("Description")])],1)],1),e._v(" "),l("md-table-body",[l("md-table-row",[l("md-table-cell",[e._v("change")]),e._v(" "),l("md-table-cell",[e._v("The "),l("code",[e._v("String")]),e._v(" selected")]),e._v(" "),l("md-table-cell",[e._v("Triggered when the user selects an item from the autocomplete list")])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("input")]),e._v(" "),l("md-table-cell",[e._v("The "),l("code",[e._v("String")]),e._v(" selected")]),e._v(" "),l("md-table-cell",[e._v("Triggered when the user selects an item from the autocomplete list")])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("selected")]),e._v(" "),l("md-table-cell",[e._v("Emits the "),l("code",[e._v("Object")]),e._v(" as well as the "),l("code",[e._v("String")]),e._v(" selected.")]),e._v(" "),l("md-table-cell",[e._v("Triggered when the user selects an item from the autocomplete list")])],1)],1)],1)],1),e._v(" "),l("api-table",{attrs:{name:"md-textarea"}},[l("md-table",{slot:"properties"},[l("md-table-header",[l("md-table-row",[l("md-table-head",[e._v("Name")]),e._v(" "),l("md-table-head",[e._v("Type")]),e._v(" "),l("md-table-head",[e._v("Description")])],1)],1),e._v(" "),l("md-table-body",[l("md-table-row",[l("md-table-cell",[e._v("v-model")]),e._v(" "),l("md-table-cell",[l("code",[e._v("String")])]),e._v(" "),l("md-table-cell",[e._v("A required model object to bind the value.")])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("debounce")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Number")])]),e._v(" "),l("md-table-cell",[e._v("Debounce the "),l("code",[e._v("change")]),e._v(" and "),l("code",[e._v("input")]),e._v(" events emission. Default "),l("code",[e._v("300")]),e._v("ms")])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("disabled")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Boolean")])]),e._v(" "),l("md-table-cell",[e._v("Disable the textarea and prevent its actions. Default "),l("code",[e._v("false")])])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("required")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Boolean")])]),e._v(" "),l("md-table-cell",[e._v('Apply the required rule to style the label with an "*". Default '),l("code",[e._v("false")])])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("placeholder")]),e._v(" "),l("md-table-cell",[l("code",[e._v("String")])]),e._v(" "),l("md-table-cell",[e._v("Sets the placeholder.")])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("maxlength")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Number")])]),e._v(" "),l("md-table-cell",[e._v("Sets the maxlength and enable the text counter.")])],1),e._v(" "),l("md-table-row",[l("md-table-cell",[e._v("readonly")]),e._v(" "),l("md-table-cell",[l("code",[e._v("Boolean")])]),e._v(" "),l("md-table-cell",[e._v("Sets the component to read only mode.")])],1)],1)],1)],1)],1),e._v(" "),l("div",{slot:"example"},[l("example-box",{attrs:{"card-title":"Regular fields"}},[l("div",{slot:"demo"},[l("form",{attrs:{novalidate:""},on:{submit:function(t){t.stopPropagation(),t.preventDefault(),e.submit(t)}}},[l("md-input-container",[l("label",[e._v("Initial value")]),e._v(" "),l("md-input",{model:{value:e.initialValue,callback:function(t){e.initialValue=t},expression:"initialValue"}})],1),e._v(" "),l("md-input-container",[l("label",[e._v("Initial value (read only)")]),e._v(" "),l("md-input",{attrs:{readonly:""},model:{value:e.initialValue,callback:function(t){e.initialValue=t},expression:"initialValue"}})],1),e._v(" "),l("md-input-container",[l("label",[e._v("Autocomplete (with fetch)")]),e._v(" "),l("md-autocomplete",{attrs:{fetch:e.fetchAutocomplete},model:{value:e.autocompleteValue,callback:function(t){e.autocompleteValue=t},expression:"autocompleteValue"}})],1),e._v(" "),l("md-input-container",[l("label",[e._v("With label")]),e._v(" "),l("md-input",{attrs:{placeholder:"My nice placeholder"}})],1),e._v(" "),l("md-input-container",{attrs:{"md-inline":""}},[l("label",[e._v("Inline field")]),e._v(" "),l("md-input")],1),e._v(" "),l("md-input-container",[l("label",[e._v("Number")]),e._v(" "),l("md-input",{attrs:{type:"number"}})],1),e._v(" "),l("md-input-container",[l("label",[e._v("Textarea")]),e._v(" "),l("md-textarea")],1),e._v(" "),l("md-input-container",[l("label",[e._v("Disabled")]),e._v(" "),l("md-input",{attrs:{disabled:""}})],1),e._v(" "),l("md-input-container",{attrs:{"md-clearable":""}},[l("label",[e._v("Clearable")]),e._v(" "),l("md-input",{model:{value:e.initialValue,callback:function(t){e.initialValue=t},expression:"initialValue"}})],1)],1)]),e._v(" "),l("div",{slot:"code"},[l("code-block",{attrs:{lang:"xml"}},[e._v('\n \n ')]),e._v(" "),l("code-block",{attrs:{lang:"javascript"}},[e._v("\n export default {\n data() {\n return {\n initialValue: 'My initial value'\n };\n },\n methods: {\n fetchFunction(param) {\n // param = { queryParam: query }\n\n // 'fetchAutocomplete' should return a Promise.\n\n // md-autocomplete will call fetchAutocomplete and pass\n // 'param' as an argument.\n // the 'param' is composed by a query param and\n // a query.\n },\n },\n };\n ")])],1)]),e._v(" "),l("example-box",{attrs:{"card-title":"Passwords"}},[l("div",{slot:"demo"},[l("form",{attrs:{novalidate:""},on:{submit:function(t){t.stopPropagation(),t.preventDefault(),e.submit(t)}}},[l("md-input-container",[l("label",[e._v("Regular Password")]),e._v(" "),l("md-input",{attrs:{type:"password"}})],1),e._v(" "),l("md-input-container",{attrs:{"md-has-password":""}},[l("label",[e._v("Password Reveal")]),e._v(" "),l("md-input",{attrs:{type:"password"}})],1)],1)]),e._v(" "),l("div",{slot:"code"},[l("code-block",{attrs:{lang:"xml"}},[e._v('\n \n ')])],1)]),e._v(" "),l("example-box",{attrs:{"card-title":"Icons"}},[l("div",{slot:"demo"},[l("form",{attrs:{novalidate:""},on:{submit:function(t){t.stopPropagation(),t.preventDefault(),e.submit(t)}}},[l("md-input-container",[l("md-icon",{staticClass:"md-warn"},[e._v("\n warning\n "),l("md-tooltip",[e._v("Be careful. You're almost broken!")])],1),e._v(" "),l("label",[e._v("Money")]),e._v(" "),l("md-input",{attrs:{type:"number"}}),e._v(" "),l("md-icon",[e._v("attach_money")])],1),e._v(" "),l("md-input-container",[l("md-icon",[e._v("phone")]),e._v(" "),l("label",[e._v("Phone")]),e._v(" "),l("md-input",{attrs:{type:"tel"}})],1),e._v(" "),l("md-input-container",[l("md-icon",[e._v("speaker_notes")]),e._v(" "),l("label",[e._v("Notes")]),e._v(" "),l("md-textarea")],1)],1)]),e._v(" "),l("div",{slot:"code"},[l("code-block",{attrs:{lang:"xml"}},[e._v('\n \n ')])],1)]),e._v(" "),l("example-box",{attrs:{"card-title":"Required and Errors"}},[l("div",{slot:"demo"},[l("form",{attrs:{novalidate:""},on:{submit:function(t){t.stopPropagation(),t.preventDefault(),e.submit(t)}}},[l("md-input-container",[l("label",[e._v("Required")]),e._v(" "),l("md-input",{attrs:{required:""}})],1),e._v(" "),l("md-input-container",{staticClass:"md-input-invalid"},[l("label",[e._v("Error")]),e._v(" "),l("md-input",{attrs:{required:""}})],1),e._v(" "),l("md-input-container",{staticClass:"md-input-invalid"},[l("label",[e._v("Error with message")]),e._v(" "),l("md-input",{attrs:{required:""}}),e._v(" "),l("span",{staticClass:"md-error"},[e._v("Validation message")])],1),e._v(" "),l("md-input-container",{staticClass:"md-input-invalid"},[l("label",[e._v("Textarea with error")]),e._v(" "),l("md-textarea"),e._v(" "),l("span",{staticClass:"md-error"},[e._v("Textarea validation message")])],1)],1)]),e._v(" "),l("div",{slot:"code"},[l("code-block",{attrs:{lang:"xml"}},[e._v('\n \n ')])],1)]),e._v(" "),l("example-box",{attrs:{"card-title":"Character counter"}},[l("div",{slot:"demo"},[l("form",{attrs:{novalidate:""},on:{submit:function(t){t.stopPropagation(),t.preventDefault(),e.submit(t)}}},[l("md-input-container",[l("label",[e._v("Textarea")]),e._v(" "),l("md-textarea",{attrs:{maxlength:"70"}})],1),e._v(" "),l("md-input-container",[l("label",[e._v("Input")]),e._v(" "),l("md-input",{attrs:{maxlength:"20"}})],1)],1)]),e._v(" "),l("div",{slot:"code"},[l("code-block",{attrs:{lang:"xml"}},[e._v('\n \n ')])],1)]),e._v(" "),l("example-box",{attrs:{"card-title":"Themes"}},[l("div",{slot:"demo"},[l("form",{attrs:{novalidate:""},on:{submit:function(t){t.stopPropagation(),t.preventDefault(),e.submit(t)}}},[l("md-input-container",{attrs:{"md-theme":"green"}},[l("label",[e._v("Green - Input")]),e._v(" "),l("md-input")],1),e._v(" "),l("md-input-container",{attrs:{"md-theme":"red"}},[l("label",[e._v("Red - Textarea")]),e._v(" "),l("md-textarea")],1)],1)]),e._v(" "),l("div",{slot:"code"},[l("code-block",{attrs:{lang:"xml"}},[e._v('\n \n ')])],1)])],1)])],1)},staticRenderFns:[]}}});
\ No newline at end of file
diff --git a/dist/docs/releases/v0.7.2/docs/list.817a09c7.js b/dist/docs/releases/v0.7.2/docs/list.817a09c7.js
new file mode 100644
index 0000000..0596397
--- /dev/null
+++ b/dist/docs/releases/v0.7.2/docs/list.817a09c7.js
@@ -0,0 +1,2 @@
+webpackJsonp([10,37],{815:function(t,i,s){function n(t){s(902)}var m=s(1)(s(847),s(937),n,"data-v-3afd7c90",null);t.exports=m.exports},847:function(t,i,s){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.default={methods:{openAlert:function(){window.alert("...")}}},t.exports=i.default},870:function(t,i,s){i=t.exports=s(795)(),i.push([t.i,".phone-viewport[data-v-3afd7c90]{height:480px;overflow:auto}.custom-list .md-icon[data-v-3afd7c90]:not(.md-primary){color:rgba(0,0,0,.26)}",""])},902:function(t,i,s){var n=s(870);"string"==typeof n&&(n=[[t.i,n,""]]),n.locals&&(t.exports=n.locals);s(796)("56e2dc7f",n,!0)},937:function(t,i){t.exports={render:function(){var t=this,i=t.$createElement,s=t._self._c||i;return s("page-content",{attrs:{"page-title":"Components - List"}},[s("docs-component",[s("div",{slot:"description"},[s("p",[t._v("Lists are best suited to presenting a homogeneous data type or sets of data types, such as images and text. They are optimized for reading comprehension while differentiating either between similar data types, or qualities within a single data type.")]),t._v(" "),s("p",[t._v("The "),s("code",[t._v("md-list")]),t._v(" component have some auxiliary classes to align content and display actions. All of them can be any HTML tag:")]),t._v(" "),s("ul",[s("li",[s("code",[t._v(".md-list-action")]),t._v(": Used to display a action on the right side of a list item. Commonly used to display a button with a single action.")]),t._v(" "),s("li",[s("code",[t._v(".md-list-text-container")]),t._v(": Used to align text horizontally with icons and actions. Used in double and triple lines.")]),t._v(" "),s("li",[s("code",[t._v(".md-divider")]),t._v(": Add a horizontal line between list items.")])])]),t._v(" "),s("div",{slot:"api"},[s("api-table",{attrs:{name:"md-list"}},[s("md-table",{slot:"classes"},[s("md-table-header",[s("md-table-row",[s("md-table-head",[t._v("Name")]),t._v(" "),s("md-table-head",[t._v("Description")])],1)],1),t._v(" "),s("md-table-body",[s("md-table-row",[s("md-table-cell",[t._v("md-dense")]),t._v(" "),s("md-table-cell",[t._v("Make the list dense and compact")])],1),t._v(" "),s("md-table-row",[s("md-table-cell",[t._v("md-double-line")]),t._v(" "),s("md-table-cell",[t._v("Make list items to support double line")])],1),t._v(" "),s("md-table-row",[s("md-table-cell",[t._v("md-triple-line")]),t._v(" "),s("md-table-cell",[t._v("Make list items to support triple line")])],1)],1)],1)],1),t._v(" "),s("api-table",{attrs:{name:"md-list-item"}},[s("p",[t._v("Display a single item inside lists")]),t._v(" "),s("md-table",{slot:"properties"},[s("md-table-header",[s("md-table-row",[s("md-table-head",[t._v("Name")]),t._v(" "),s("md-table-head",[t._v("Type")]),t._v(" "),s("md-table-head",[t._v("Description")])],1)],1),t._v(" "),s("md-table-body",[s("md-table-row",[s("md-table-cell",[t._v("href")]),t._v(" "),s("md-table-cell",[s("code",[t._v("String")])]),t._v(" "),s("md-table-cell",[t._v("The link that the item should redirect to.")])],1),t._v(" "),s("md-table-row",[s("md-table-cell",[t._v("target")]),t._v(" "),s("md-table-cell",[s("code",[t._v("String")])]),t._v(" "),s("md-table-cell",[t._v("The target for opening the href link. Normally used for "),s("code",[t._v("_blank")]),t._v(" cases.")])],1),t._v(" "),s("md-table-row",[s("md-table-cell",[t._v("disabled")]),t._v(" "),s("md-table-cell",[s("code",[t._v("Boolean")])]),t._v(" "),s("md-table-cell",[t._v("Disable the item and prevent its actions. Default "),s("code",[t._v("false")])])],1),t._v(" "),s("md-table-row",[s("md-table-cell",[t._v("md-expand-multiple")]),t._v(" "),s("md-table-cell",[s("code",[t._v("Boolean")])]),t._v(" "),s("md-table-cell",[t._v("Allow multiple items be expanded in same time in md-list. Default "),s("code",[t._v("false")])])],1)],1)],1),t._v(" "),s("md-table",{slot:"classes"},[s("md-table-header",[s("md-table-row",[s("md-table-head",[t._v("Name")]),t._v(" "),s("md-table-head",[t._v("Description")])],1)],1),t._v(" "),s("md-table-body",[s("md-table-row",[s("md-table-cell",[t._v("md-inset")]),t._v(" "),s("md-table-cell",[t._v("Add an empty space on the left of the table. "),s("br"),t._v("Useful to show list items without icons aligned with another that have an icon.")])],1)],1)],1),t._v(" "),s("md-table",{slot:"events"},[s("md-table-header",[s("md-table-row",[s("md-table-head",[t._v("Name")]),t._v(" "),s("md-table-head",[t._v("Value")]),t._v(" "),s("md-table-head",[t._v("Description")])],1)],1),t._v(" "),s("md-table-body",[s("md-table-row",[s("md-table-cell",[t._v("click")]),t._v(" "),s("md-table-cell",[t._v("Receive the click event")]),t._v(" "),s("md-table-cell",[t._v("Triggered when an item is clicked.")])],1)],1)],1)],1),t._v(" "),s("api-table",{attrs:{name:"md-list-expand"}},[s("p",[t._v("Create a expansion accordion automatically inside lists")]),t._v(" "),s("p",[t._v("No options available")])])],1),t._v(" "),s("div",{slot:"example"},[s("example-box",{attrs:{"card-title":"Single Line"}},[s("div",{slot:"demo"},[s("div",{staticClass:"phone-viewport"},[s("md-list",[s("md-list-item",[s("md-icon",[t._v("move_to_inbox")]),t._v(" "),s("span",[t._v("Inbox")])],1),t._v(" "),s("md-list-item",[s("md-icon",[t._v("send")]),t._v(" "),s("span",[t._v("Sent Mail")])],1),t._v(" "),s("md-list-item",[s("md-icon",[t._v("delete")]),t._v(" "),s("span",[t._v("Trash")])],1),t._v(" "),s("md-list-item",[s("md-icon",[t._v("error")]),t._v(" "),s("span",[t._v("Spam")]),t._v(" "),s("md-divider",{staticClass:"md-inset"})],1),t._v(" "),s("md-list-item",[s("md-avatar",[s("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})]),t._v(" "),s("span",[t._v("Abbey Christansen")]),t._v(" "),s("md-button",{staticClass:"md-icon-button md-list-action"},[s("md-icon",{staticClass:"md-primary"},[t._v("chat_bubble")])],1)],1),t._v(" "),s("md-list-item",[s("md-avatar",[s("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})]),t._v(" "),s("span",[t._v("Alex Nelson")]),t._v(" "),s("md-button",{staticClass:"md-icon-button md-list-action"},[s("md-icon",{staticClass:"md-primary"},[t._v("chat_bubble")])],1)],1),t._v(" "),s("md-list-item",[s("md-avatar",[s("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})]),t._v(" "),s("span",[t._v("Mary Johnson")]),t._v(" "),s("md-button",{staticClass:"md-icon-button md-list-action"},[s("md-icon",[t._v("chat_bubble")])],1)],1)],1)],1),t._v(" "),s("div",{staticClass:"phone-viewport"},[s("md-list",{staticClass:"md-dense"},[s("md-list-item",[s("md-icon",[t._v("move_to_inbox")]),t._v(" "),s("span",[t._v("Inbox")])],1),t._v(" "),s("md-list-item",[s("md-icon",[t._v("send")]),t._v(" "),s("span",[t._v("Sent Mail")])],1),t._v(" "),s("md-list-item",[s("md-icon",[t._v("delete")]),t._v(" "),s("span",[t._v("Trash")])],1),t._v(" "),s("md-list-item",[s("md-icon",[t._v("error")]),t._v(" "),s("span",[t._v("Spam")]),t._v(" "),s("md-divider",{staticClass:"md-inset"})],1),t._v(" "),s("md-list-item",[s("md-avatar",[s("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})]),t._v(" "),s("span",[t._v("Abbey Christansen")]),t._v(" "),s("md-button",{staticClass:"md-icon-button md-list-action"},[s("md-icon",{staticClass:"md-primary"},[t._v("chat_bubble")])],1)],1),t._v(" "),s("md-list-item",[s("md-avatar",[s("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})]),t._v(" "),s("span",[t._v("Alex Nelson")]),t._v(" "),s("md-button",{staticClass:"md-icon-button md-list-action"},[s("md-icon",{staticClass:"md-primary"},[t._v("chat_bubble")])],1)],1),t._v(" "),s("md-list-item",[s("md-avatar",[s("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})]),t._v(" "),s("span",[t._v("Mary Johnson")]),t._v(" "),s("md-button",{staticClass:"md-icon-button md-list-action"},[s("md-icon",[t._v("chat_bubble")])],1)],1)],1)],1)]),t._v(" "),s("div",{slot:"code"},[s("code-block",{attrs:{lang:"xml"}},[t._v('\n
\n ')])],1)]),t._v(" "),s("example-box",{attrs:{"card-title":"Triple Line"}},[s("div",{slot:"demo"},[s("div",{staticClass:"phone-viewport"},[s("md-list",{staticClass:"custom-list md-triple-line"},[s("md-list-item",[s("md-avatar",[s("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})]),t._v(" "),s("div",{staticClass:"md-list-text-container"},[s("span",[t._v("Ali Connors")]),t._v(" "),s("span",[t._v("Brunch this weekend?")]),t._v(" "),s("p",[t._v("I'll be in your neighborhood doing errands...")])]),t._v(" "),s("md-button",{staticClass:"md-icon-button md-list-action"},[s("md-icon",{staticClass:"md-primary"},[t._v("star")])],1),t._v(" "),s("md-divider",{staticClass:"md-inset"})],1),t._v(" "),s("md-list-item",[s("md-avatar",[s("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})]),t._v(" "),s("div",{staticClass:"md-list-text-container"},[s("span",[t._v("me, Scott, Jennifer")]),t._v(" "),s("span",[t._v("Summer BBQ")]),t._v(" "),s("p",[t._v("Wish I could come, but I'm out of town ...")])]),t._v(" "),s("md-button",{staticClass:"md-icon-button md-list-action"},[s("md-icon",[t._v("star_border")])],1),t._v(" "),s("md-divider",{staticClass:"md-inset"})],1),t._v(" "),s("md-list-item",[s("md-avatar",[s("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})]),t._v(" "),s("div",{staticClass:"md-list-text-container"},[s("span",[t._v("Sandra Adams")]),t._v(" "),s("span",[t._v("Oui oui")]),t._v(" "),s("p",[t._v("Do you have Paris recommendations ...")])]),t._v(" "),s("md-button",{staticClass:"md-icon-button md-list-action"},[s("md-icon",[t._v("star_border")])],1),t._v(" "),s("md-divider",{staticClass:"md-inset"})],1),t._v(" "),s("md-list-item",[s("md-avatar",[s("img",{attrs:{src:"https://placeimg.com/40/40/people/8",alt:"People"}})]),t._v(" "),s("div",{staticClass:"md-list-text-container"},[s("span",[t._v("Trevor Hansen")]),t._v(" "),s("span",[t._v("Order confirmation")]),t._v(" "),s("p",[t._v("Thank you for your recent order from ...")])]),t._v(" "),s("md-button",{staticClass:"md-icon-button md-list-action"},[s("md-icon",[t._v("star_border")])],1),t._v(" "),s("md-divider",{staticClass:"md-inset"})],1)],1)],1),t._v(" "),s("div",{staticClass:"phone-viewport"},[s("md-list",{staticClass:"custom-list md-triple-line md-dense"},[s("md-list-item",[s("md-avatar",[s("img",{attrs:{src:"https://placeimg.com/40/40/people/1",alt:"People"}})]),t._v(" "),s("div",{staticClass:"md-list-text-container"},[s("span",[t._v("Ali Connors")]),t._v(" "),s("span",[t._v("Brunch this weekend?")]),t._v(" "),s("p",[t._v("I'll be in your neighborhood doing errands...")])]),t._v(" "),s("md-button",{staticClass:"md-icon-button md-list-action"},[s("md-icon",{staticClass:"md-primary"},[t._v("star")])],1),t._v(" "),s("md-divider",{staticClass:"md-inset"})],1),t._v(" "),s("md-list-item",[s("md-avatar",[s("img",{attrs:{src:"https://placeimg.com/40/40/people/6",alt:"People"}})]),t._v(" "),s("div",{staticClass:"md-list-text-container"},[s("span",[t._v("me, Scott, Jennifer")]),t._v(" "),s("span",[t._v("Summer BBQ")]),t._v(" "),s("p",[t._v("Wish I could come, but I'm out of town ...")])]),t._v(" "),s("md-button",{staticClass:"md-icon-button md-list-action"},[s("md-icon",[t._v("star_border")])],1),t._v(" "),s("md-divider",{staticClass:"md-inset"})],1),t._v(" "),s("md-list-item",[s("md-avatar",[s("img",{attrs:{src:"https://placeimg.com/40/40/people/5",alt:"People"}})]),t._v(" "),s("div",{staticClass:"md-list-text-container"},[s("span",[t._v("Sandra Adams")]),t._v(" "),s("span",[t._v("Oui oui")]),t._v(" "),s("p",[t._v("Do you have Paris recommendations ...")])]),t._v(" "),s("md-button",{staticClass:"md-icon-button md-list-action"},[s("md-icon",[t._v("star_border")])],1),t._v(" "),s("md-divider",{staticClass:"md-inset"})],1),t._v(" "),s("md-list-item",[s("md-avatar",[s("img",{attrs:{src:"https://placeimg.com/40/40/people/8",alt:"People"}})]),t._v(" "),s("div",{staticClass:"md-list-text-container"},[s("span",[t._v("Trevor Hansen")]),t._v(" "),s("span",[t._v("Order confirmation")]),t._v(" "),s("p",[t._v("Thank you for your recent order from ...")])]),t._v(" "),s("md-button",{staticClass:"md-icon-button md-list-action"},[s("md-icon",[t._v("star_border")])],1),t._v(" "),s("md-divider",{staticClass:"md-inset"})],1)],1)],1)]),t._v(" "),s("div",{slot:"code"},[s("code-block",{attrs:{lang:"xml"}},[t._v('\n
\n \n \n\n \n \n phone\n \n\n \n \n phone\n My Item 1\n \n\n \n phone\n My Item 2\n \n\n \n phone\n My Item 3\n \n \n \n\n \n \n near_me\n \n\n \n \n Find on map\n near_me\n \n\n \n Call\n phone\n \n \n \n\n Open contact card\n ')]),e._v(" "),t("code-block",{attrs:{lang:"sass"}},[e._v("\n .author-card {\n padding: 8px 16px;\n display: flex;\n align-items: center;\n\n .md-avatar {\n margin-right: 16px;\n }\n\n .author-card-info {\n display: flex;\n flex-flow: column;\n flex: 1;\n }\n\n span {\n font-size: 16px;\n }\n\n .author-card-links {\n display: flex;\n\n a + a {\n margin-left: 8px;\n }\n }\n }\n ")])],1)])],1)])],1)},staticRenderFns:[]}}});
\ No newline at end of file
diff --git a/dist/docs/releases/v0.7.2/docs/onboarding.485334a2.js b/dist/docs/releases/v0.7.2/docs/onboarding.485334a2.js
new file mode 100644
index 0000000..5a9fbd9
--- /dev/null
+++ b/dist/docs/releases/v0.7.2/docs/onboarding.485334a2.js
@@ -0,0 +1 @@
+webpackJsonp([34,37],{817:function(e,d,t){var a=t(1)(null,t(951),null,null,null);e.exports=a.exports},951:function(e,d){e.exports={render:function(){var e=this,d=e.$createElement,t=e._self._c||d;return t("page-content",{attrs:{"page-title":"Components - Onboarding"}},[t("docs-component",[t("div",{slot:"description"},[t("p",[e._v("The onboarding offers a first and fast look for your page, with custom controls, automatized steps and swipe effects. Can be also used as a custom carousel.")]),e._v(" "),t("p",[e._v("Can be themed used the following:")]),e._v(" "),t("ul",{staticClass:"md-body-4"},[t("li",[t("code",[e._v("md-primary")])]),e._v(" "),t("li",[t("code",[e._v("md-warn")])]),e._v(" "),t("li",[t("code",[e._v("md-accent")])]),e._v(" "),t("li",[t("code",[e._v("md-transparent")])])])]),e._v(" "),t("div",{slot:"api"},[t("api-table",{attrs:{name:"md-onboarding"}},[t("md-table",{slot:"properties"},[t("md-table-header",[t("md-table-row",[t("md-table-head",[e._v("Name")]),e._v(" "),t("md-table-head",[e._v("Type")]),e._v(" "),t("md-table-head",[e._v("Description")])],1)],1),e._v(" "),t("md-table-body",[t("md-table-row",[t("md-table-cell",[e._v("md-auto")]),e._v(" "),t("md-table-cell",[t("code",[e._v("Boolean")])]),e._v(" "),t("md-table-cell",[e._v("Enable auto-slider. Default "),t("code",[e._v("false")]),e._v(".")])],1),e._v(" "),t("md-table-row",[t("md-table-cell",[e._v("md-infinite")]),e._v(" "),t("md-table-cell",[t("code",[e._v("Boolean")])]),e._v(" "),t("md-table-cell",[e._v("Enable infinite loop. Default "),t("code",[e._v("false")]),e._v(".")])],1),e._v(" "),t("md-table-row",[t("md-table-cell",[e._v("md-duration")]),e._v(" "),t("md-table-cell",[t("code",[e._v("Number")])]),e._v(" "),t("md-table-cell",[e._v("Set duration for "),t("code",[e._v("md-auto")]),e._v(" in milliseconds. Default "),t("code",[e._v("5000")]),e._v(".")])],1),e._v(" "),t("md-table-row",[t("md-table-cell",[e._v("md-controls")]),e._v(" "),t("md-table-cell",[t("code",[e._v("Boolean")])]),e._v(" "),t("md-table-cell",[e._v("Enable prev/next controls. Default "),t("code",[e._v("false")]),e._v(".")])],1),e._v(" "),t("md-table-row",[t("md-table-cell",[e._v("md-swipeable")]),e._v(" "),t("md-table-cell",[t("code",[e._v("Boolean")])]),e._v(" "),t("md-table-cell",[e._v("Enable the swipe functionality. Default "),t("code",[e._v("false")]),e._v(".")])],1),e._v(" "),t("md-table-row",[t("md-table-cell",[e._v("md-swipe-distance")]),e._v(" "),t("md-table-cell",[t("code",[e._v("Number")])]),e._v(" "),t("md-table-cell",[e._v("Set the swipe distance needed to open/close the sidenav. Default "),t("code",[e._v("100")]),e._v(".")])],1)],1)],1)],1)],1),e._v(" "),t("div",{slot:"example"},[t("example-box",{attrs:{"card-title":"Basic, automatic, infinite, uncontrolled, swipeable"}},[t("div",{slot:"demo"},[t("md-boards",{attrs:{"md-auto":!0,"md-infinite":!0,"md-duration":5e3,"md-swipeable":!0}},[t("md-board",{attrs:{id:"slide1"}},[t("p",[e._v("Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.")])]),e._v(" "),t("md-board",{attrs:{id:"slide2"}},[t("p",[e._v("Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.")])]),e._v(" "),t("md-board",{attrs:{id:"slide3"}},[t("p",[e._v("Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.")])])],1)],1),e._v(" "),t("div",{slot:"code"},[t("code-block",{attrs:{lang:"xml"}},[e._v('\n \n \n
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.
\n \n\n \n
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.
\n \n\n \n
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.
\n \n \n ')])],1)]),e._v(" "),t("example-box",{attrs:{"card-title":"Themed, finite, controlled"}},[t("div",{slot:"demo"},[t("md-boards",{staticClass:"md-transparent",staticStyle:{"background-color":"black"},attrs:{"md-controls":!0}},[t("md-board",{staticStyle:{color:"white"},attrs:{id:"slide1"}},[t("p",[e._v("Transparent themed, for background-imaged slides. Background color black added for demonstration purposes.")])]),e._v(" "),t("md-board",{staticStyle:{color:"white"},attrs:{id:"slide2"}},[t("p",[e._v("Transparent themed, for background-imaged slides. Background color black added for demonstration purposes.")])]),e._v(" "),t("md-board",{staticStyle:{color:"white"},attrs:{id:"slide3"}},[t("p",[e._v("Transparent themed, for background-imaged slides. Background color black added for demonstration purposes.")])])],1),e._v(" "),t("md-boards",{staticClass:"md-primary",attrs:{"md-controls":!0}},[t("md-board",{attrs:{id:"slide1"}},[t("p",[e._v("Primary themed")])]),e._v(" "),t("md-board",{attrs:{id:"slide2"}},[t("p",[e._v("Primary themed")])])],1),e._v(" "),t("md-boards",{staticClass:"md-accent",attrs:{"md-controls":!0}},[t("md-board",{attrs:{id:"slide1"}},[t("p",[e._v("Accent themed")])]),e._v(" "),t("md-board",{attrs:{id:"slide2"}},[t("p",[e._v("Accent themed")])]),e._v(" "),t("md-board",{attrs:{id:"slide3"}},[t("p",[e._v("Accent themed")])])],1),e._v(" "),t("md-boards",{staticClass:"md-warn",attrs:{"md-controls":!0}},[t("md-board",{attrs:{id:"slide1"}},[t("p",[e._v("Warn themed")])]),e._v(" "),t("md-board",{attrs:{id:"slide2"}},[t("p",[e._v("Warn themed")])]),e._v(" "),t("md-board",{attrs:{id:"slide3"}},[t("p",[e._v("Warn themed")])]),e._v(" "),t("md-board",{attrs:{id:"slide4"}},[t("p",[e._v("Warn themed")])])],1)],1),e._v(" "),t("div",{slot:"code"},[t("code-block",{attrs:{lang:"xml"}},[e._v('\n \n \n
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.
\n \n \n\n \n \n
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.
\n \n \n\n \n \n
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.
\n \n \n\n \n \n
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Deserunt dolorum quas amet cum vitae, omnis! Illum quas voluptatem, expedita iste, dicta ipsum ea veniam dolore in, quod saepe reiciendis nihil.
\n \n \n ')])],1)])],1)])],1)},staticRenderFns:[]}}});
\ No newline at end of file
diff --git a/dist/docs/releases/v0.7.2/docs/progress.485d8e45.js b/dist/docs/releases/v0.7.2/docs/progress.485d8e45.js
new file mode 100644
index 0000000..f70e026
--- /dev/null
+++ b/dist/docs/releases/v0.7.2/docs/progress.485d8e45.js
@@ -0,0 +1 @@
+webpackJsonp([9,37],{818:function(e,s,r){function t(e){r(910)}var a=r(1)(r(848),r(947),t,"data-v-63f6719f",null);e.exports=a.exports},848:function(e,s,r){"use strict";Object.defineProperty(s,"__esModule",{value:!0}),s.default={data:function(){return{progress:0,progressInterval:null,transition:!0}},methods:{startProgress:function(){var e=this;this.progressInterval=window.setInterval((function(){e.progress+=3,e.progress>100&&window.clearInterval(e.progressInterval)}),100)},restartProgress:function(){var e=this;this.progress=0,this.transition=!1,window.clearInterval(this.progressInterval),window.setTimeout((function(){e.transition=!0,e.startProgress()}),600)}},mounted:function(){this.startProgress()}},e.exports=s.default},878:function(e,s,r){s=e.exports=r(795)(),s.push([e.i,".progress-area[data-v-63f6719f]{height:44px}.progress-area+.md-button[data-v-63f6719f]{margin:16px 0 0}.md-progress[data-v-63f6719f]{margin-bottom:16px}",""])},910:function(e,s,r){var t=r(878);"string"==typeof t&&(t=[[e.i,t,""]]),t.locals&&(e.exports=t.locals);r(796)("32b384eb",t,!0)},947:function(e,s){e.exports={render:function(){var e=this,s=e.$createElement,r=e._self._c||s;return r("page-content",{attrs:{"page-title":"Components - Progress"}},[r("docs-component",[r("div",{slot:"description"},[r("p",[e._v("A linear progress indicator should always fill from 0% to 100% and never decrease in value. It should be represented by bars on the edge of a header or sheet that appear and disappear.")]),e._v(" "),r("p",[e._v("The following classes can be applied to change the color palette:")]),e._v(" "),r("ul",{staticClass:"md-body-2"},[r("li",[r("code",[e._v("md-accent")])]),e._v(" "),r("li",[r("code",[e._v("md-warn")])])])]),e._v(" "),r("div",{slot:"api"},[r("api-table",{attrs:{name:"md-progress"}},[r("md-table",{slot:"properties"},[r("md-table-header",[r("md-table-row",[r("md-table-head",[e._v("Name")]),e._v(" "),r("md-table-head",[e._v("Type")]),e._v(" "),r("md-table-head",[e._v("Description")])],1)],1),e._v(" "),r("md-table-body",[r("md-table-row",[r("md-table-cell",[e._v("md-indeterminate")]),e._v(" "),r("md-table-cell",[r("code",[e._v("Boolean")])]),e._v(" "),r("md-table-cell",[e._v("Enable the indeterminate state. Default "),r("code",[e._v("false")])])],1),e._v(" "),r("md-table-row",[r("md-table-cell",[e._v("md-progress")]),e._v(" "),r("md-table-cell",[r("code",[e._v("Number")])]),e._v(" "),r("md-table-cell",[e._v("Define the current progress of the progress. Default "),r("code",[e._v("0")])])],1)],1)],1)],1)],1),e._v(" "),r("div",{slot:"example"},[r("example-box",{attrs:{"card-title":"Determinate"}},[r("div",{staticClass:"progress-demo",slot:"demo"},[r("div",{staticClass:"progress-area"},[e.transition?r("md-progress",{attrs:{"md-progress":e.progress}}):e._e(),e._v(" "),e.transition?r("md-progress",{staticClass:"md-accent",attrs:{"md-progress":e.progress}}):e._e(),e._v(" "),e.transition?r("md-progress",{staticClass:"md-warn",attrs:{"md-progress":e.progress}}):e._e()],1),e._v(" "),r("md-button",{staticClass:"md-primary md-raised",on:{click:e.restartProgress}},[e._v("Restart")])],1),e._v(" "),r("div",{slot:"code"},[r("code-block",{attrs:{lang:"xml"}},[e._v('\n \n \n \n ')])],1)]),e._v(" "),r("example-box",{attrs:{"card-title":"Indeterminate"}},[r("div",{staticClass:"progress-demo",slot:"demo"},[r("div",{staticClass:"progress-area"},[e.transition?r("md-progress",{attrs:{"md-indeterminate":""}}):e._e(),e._v(" "),e.transition?r("md-progress",{staticClass:"md-accent",attrs:{"md-indeterminate":""}}):e._e(),e._v(" "),e.transition?r("md-progress",{staticClass:"md-warn",attrs:{"md-indeterminate":""}}):e._e()],1)]),e._v(" "),r("div",{slot:"code"},[r("code-block",{attrs:{lang:"xml"}},[e._v('\n \n \n \n ')])],1)]),e._v(" "),r("example-box",{attrs:{"card-title":"Themes"}},[r("div",{staticClass:"progress-demo",slot:"demo"},[r("div",{staticClass:"progress-area"},[e.transition?r("md-progress",{attrs:{"md-theme":"orange","md-indeterminate":""}}):e._e(),e._v(" "),e.transition?r("md-progress",{attrs:{"md-theme":"green","md-progress":e.progress}}):e._e(),e._v(" "),e.transition?r("md-progress",{attrs:{"md-theme":"purple","md-indeterminate":""}}):e._e()],1)]),e._v(" "),r("div",{slot:"code"},[r("code-block",{attrs:{lang:"xml"}},[e._v('\n \n \n \n ')])],1)])],1)])],1)},staticRenderFns:[]}}});
\ No newline at end of file
diff --git a/dist/docs/releases/v0.7.2/docs/radio.8680ff27.js b/dist/docs/releases/v0.7.2/docs/radio.8680ff27.js
new file mode 100644
index 0000000..d611eeb
--- /dev/null
+++ b/dist/docs/releases/v0.7.2/docs/radio.8680ff27.js
@@ -0,0 +1 @@
+webpackJsonp([27,37],{819:function(a,e,d){var r=d(1)(d(849),d(934),null,null,null);a.exports=r.exports},849:function(a,e,d){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={data:function(){return{radio1:2,radio2:1,radio3:1,radio4:1,radio5:2,radio6:3,radio7:1,radio8:2}}},a.exports=e.default},934:function(a,e){a.exports={render:function(){var a=this,e=a.$createElement,d=a._self._c||e;return d("page-content",{attrs:{"page-title":"Components - Radio"}},[d("docs-component",[d("div",{slot:"description"},[d("p",[a._v("Radio buttons allow the user to select one option from a set. Use radio buttons for exclusive selection if you think that the user needs to see all available options side-by-side.")]),a._v(" "),d("p",[a._v("The following classes can be applied to change the color palette:")]),a._v(" "),d("ul",{staticClass:"md-body-2"},[d("li",[d("code",[a._v("md-primary")])]),a._v(" "),d("li",[d("code",[a._v("md-warn")])])])]),a._v(" "),d("div",{slot:"api"},[d("api-table",{attrs:{name:"md-radio"}},[d("md-table",{slot:"properties"},[d("md-table-header",[d("md-table-row",[d("md-table-head",[a._v("Name")]),a._v(" "),d("md-table-head",[a._v("Type")]),a._v(" "),d("md-table-head",[a._v("Description")])],1)],1),a._v(" "),d("md-table-body",[d("md-table-row",[d("md-table-cell",[a._v("v-model")]),a._v(" "),d("md-table-cell",[d("code",[a._v("String")])]),a._v(" "),d("md-table-cell",[a._v("A required model object to bind the value.")])],1),a._v(" "),d("md-table-row",[d("md-table-cell",[a._v("md-value")]),a._v(" "),d("md-table-cell",[d("code",[a._v("String")])]),a._v(" "),d("md-table-cell",[a._v("The single value of the particular radio button. Required.")])],1),a._v(" "),d("md-table-row",[d("md-table-cell",[a._v("name")]),a._v(" "),d("md-table-cell",[d("code",[a._v("String")])]),a._v(" "),d("md-table-cell",[a._v("Set the radio name.")])],1),a._v(" "),d("md-table-row",[d("md-table-cell",[a._v("id")]),a._v(" "),d("md-table-cell",[d("code",[a._v("String")])]),a._v(" "),d("md-table-cell",[a._v("Set the radio id.")])],1),a._v(" "),d("md-table-row",[d("md-table-cell",[a._v("disabled")]),a._v(" "),d("md-table-cell",[d("code",[a._v("Boolean")])]),a._v(" "),d("md-table-cell",[a._v("Disable the radio and prevent its actions. Default "),d("code",[a._v("false")])])],1)],1)],1),a._v(" "),d("md-table",{slot:"events"},[d("md-table-header",[d("md-table-row",[d("md-table-head",[a._v("Name")]),a._v(" "),d("md-table-head",[a._v("Value")]),a._v(" "),d("md-table-head",[a._v("Description")])],1)],1),a._v(" "),d("md-table-body",[d("md-table-row",[d("md-table-cell",[a._v("change")]),a._v(" "),d("md-table-cell",[a._v("Receive the state of the radio")]),a._v(" "),d("md-table-cell",[a._v("Triggered when the radio changes its value.")])],1)],1)],1)],1)],1),a._v(" "),d("div",{slot:"example"},[d("example-box",{attrs:{"card-title":"Default"}},[d("div",{slot:"demo"},[d("div",[d("md-radio",{attrs:{id:"my-test1",name:"my-test-group1","md-value":"1"},model:{value:a.radio1,callback:function(e){a.radio1=e},expression:"radio1"}},[a._v("My beautiful radio")]),a._v(" "),d("md-radio",{attrs:{id:"my-test2",name:"my-test-group1","md-value":"2"},model:{value:a.radio1,callback:function(e){a.radio1=e},expression:"radio1"}},[a._v("Another radio")]),a._v(" "),d("md-radio",{attrs:{id:"my-test3",name:"my-test-group1","md-value":"3"},model:{value:a.radio1,callback:function(e){a.radio1=e},expression:"radio1"}},[a._v("Another another radio")])],1),a._v(" "),d("div",[d("md-radio",{staticClass:"md-primary",attrs:{id:"my-test4",name:"my-test-group2","md-value":"1"},model:{value:a.radio2,callback:function(e){a.radio2=e},expression:"radio2"}},[a._v("Primary radio")]),a._v(" "),d("md-radio",{staticClass:"md-primary",attrs:{id:"my-test5",name:"my-test-group2","md-value":"2"},model:{value:a.radio2,callback:function(e){a.radio2=e},expression:"radio2"}},[a._v("Another primary radio")]),a._v(" "),d("md-radio",{staticClass:"md-primary",attrs:{id:"my-test6",name:"my-test-group2","md-value":"3"},model:{value:a.radio2,callback:function(e){a.radio2=e},expression:"radio2"}},[a._v("Another another primary radio")])],1),a._v(" "),d("div",[d("md-radio",{staticClass:"md-warn",attrs:{id:"my-test7",name:"my-test-group3","md-value":"1"},model:{value:a.radio3,callback:function(e){a.radio3=e},expression:"radio3"}},[a._v("Warn radio")]),a._v(" "),d("md-radio",{staticClass:"md-warn",attrs:{id:"my-test8",name:"my-test-group3","md-value":"2"},model:{value:a.radio3,callback:function(e){a.radio3=e},expression:"radio3"}},[a._v("Another warn radio")]),a._v(" "),d("md-radio",{staticClass:"md-warn",attrs:{id:"my-test9",name:"my-test-group3","md-value":"3"},model:{value:a.radio3,callback:function(e){a.radio3=e},expression:"radio3"}},[a._v("Another another warn radio")])],1),a._v(" "),d("div",[d("md-radio",{attrs:{id:"my-test10",name:"my-test-group3","md-value":"1"},model:{value:a.radio4,callback:function(e){a.radio4=e},expression:"radio4"}},[a._v("My beautiful radio")]),a._v(" "),d("md-radio",{attrs:{id:"my-test11",name:"my-test-group3","md-value":"2",disabled:""},model:{value:a.radio4,callback:function(e){a.radio4=e},expression:"radio4"}},[a._v("Disabled")]),a._v(" "),d("md-radio",{attrs:{id:"my-test12",name:"my-test-group3","md-value":"3"},model:{value:a.radio4,callback:function(e){a.radio4=e},expression:"radio4"}},[a._v("Another radio")])],1)]),a._v(" "),d("div",{slot:"code"},[d("code-block",{attrs:{lang:"xml"}},[a._v('\n
\n My beautiful radio\n Another radio\n Another another radio\n
\n\n
\n Primary radio\n Another primary radio\n Another another primary radio\n
\n\n
\n Warn radio\n Another warn radio\n Another another warn radio\n
\n\n
\n My beautiful radio\n Disabled\n Another radio\n
\n ')])],1)]),a._v(" "),d("example-box",{attrs:{"card-title":"Themes"}},[d("div",{slot:"demo"},[d("md-theme",{attrs:{"md-name":"orange"}},[d("md-radio",{staticClass:"md-primary",attrs:{id:"my-test13",name:"my-test-group4","md-value":"1"},model:{value:a.radio5,callback:function(e){a.radio5=e},expression:"radio5"}},[a._v("Orange radio")]),a._v(" "),d("md-radio",{staticClass:"md-primary",attrs:{id:"my-test14",name:"my-test-group4","md-value":"2"},model:{value:a.radio5,callback:function(e){a.radio5=e},expression:"radio5"}},[a._v("Another Orange radio")]),a._v(" "),d("md-radio",{staticClass:"md-primary",attrs:{id:"my-test15",name:"my-test-group4","md-value":"3"},model:{value:a.radio5,callback:function(e){a.radio5=e},expression:"radio5"}},[a._v("Another another Orange radio")])],1),a._v(" "),d("md-theme",{attrs:{"md-name":"brown"}},[d("md-radio",{staticClass:"md-primary",attrs:{id:"my-test16",name:"my-test-group4","md-value":"1"},model:{value:a.radio6,callback:function(e){a.radio6=e},expression:"radio6"}},[a._v("Brown radio")]),a._v(" "),d("md-radio",{staticClass:"md-primary",attrs:{id:"my-test17",name:"my-test-group4","md-value":"2"},model:{value:a.radio6,callback:function(e){a.radio6=e},expression:"radio6"}},[a._v("Another Brown radio")]),a._v(" "),d("md-radio",{staticClass:"md-primary",attrs:{id:"my-test18",name:"my-test-group4","md-value":"3"},model:{value:a.radio6,callback:function(e){a.radio6=e},expression:"radio6"}},[a._v("Another another Brown radio")])],1),a._v(" "),d("md-theme",{attrs:{"md-name":"green"}},[d("md-radio",{staticClass:"md-primary",attrs:{id:"my-test19",name:"my-test-group6","md-value":"1"},model:{value:a.radio7,callback:function(e){a.radio7=e},expression:"radio7"}},[a._v("Green radio")]),a._v(" "),d("md-radio",{staticClass:"md-primary",attrs:{id:"my-test20",name:"my-test-group6","md-value":"2"},model:{value:a.radio7,callback:function(e){a.radio7=e},expression:"radio7"}},[a._v("Another Green radio")]),a._v(" "),d("md-radio",{staticClass:"md-primary",attrs:{id:"my-test21",name:"my-test-group6","md-value":"3"},model:{value:a.radio7,callback:function(e){a.radio7=e},expression:"radio7"}},[a._v("Another another Green radio")])],1),a._v(" "),d("md-theme",{attrs:{"md-name":"teal"}},[d("md-radio",{staticClass:"md-primary",attrs:{id:"my-test22",name:"my-test-group3","md-value":"1"},model:{value:a.radio8,callback:function(e){a.radio8=e},expression:"radio8"}},[a._v("Teal radio")]),a._v(" "),d("md-radio",{staticClass:"md-primary",attrs:{id:"my-test23",name:"my-test-group3","md-value":"2",disabled:""},model:{value:a.radio8,callback:function(e){a.radio8=e},expression:"radio8"}},[a._v("Teal disabled radio")]),a._v(" "),d("md-radio",{staticClass:"md-primary",attrs:{id:"my-test24",name:"my-test-group3","md-value":"3"},model:{value:a.radio8,callback:function(e){a.radio8=e},expression:"radio8"}},[a._v("Another another Teal radio")])],1)],1),a._v(" "),d("div",{slot:"code"},[d("code-block",{attrs:{lang:"xml"}},[a._v('\n \n Orange radio\n Another Orange radio\n Another another Orange radio\n \n\n \n Brown radio\n Another Brown radio\n Another another Brown radio\n \n\n \n Green radio\n Another Green radio\n Another another Green radio\n \n\n \n Teal radio\n Teal disabled radio\n Another another Teal radio\n \n ')])],1)])],1)])],1)},staticRenderFns:[]}}});
\ No newline at end of file
diff --git a/dist/docs/releases/v0.7.2/docs/rating-bar.1729e0fe.js b/dist/docs/releases/v0.7.2/docs/rating-bar.1729e0fe.js
new file mode 100644
index 0000000..84b1533
--- /dev/null
+++ b/dist/docs/releases/v0.7.2/docs/rating-bar.1729e0fe.js
@@ -0,0 +1 @@
+webpackJsonp([8,37],{820:function(a,t,e){function n(a){e(919)}var r=e(1)(e(850),e(959),n,null,null);a.exports=r.exports},850:function(a,t,e){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default={data:function(){return{rating1:3.5,rating2:6,rating3:7*.2,rating4:5.88,rating5:7*.7,rating6:3.5,rating7:4.5,rating8:4.5,rating9:5*.18,rating10:2.25,rating11:4.1,rating12:2.5,rating13:3.5,rating14:2}}},a.exports=t.default},887:function(a,t,e){t=a.exports=e(795)(),t.push([a.i,".fa{font-size:19px!important;line-height:1.3em!important;padding-left:.1em}.fa.md-size-2x{font-size:38px!important}.fa.md-size-3x{font-size:57px!important}.fa.md-size-4x{font-size:76px!important}.fa.md-size-5x{font-size:95px!important}i[class*=ion-]{padding-left:.1em}",""])},919:function(a,t,e){var n=e(887);"string"==typeof n&&(n=[[a.i,n,""]]),n.locals&&(a.exports=n.locals);e(796)("3dbcfe4b",n,!0)},959:function(a,t){a.exports={render:function(){var a=this,t=a.$createElement,e=a._self._c||t;return e("page-content",{attrs:{"page-title":"Components - Rating Bar"}},[e("docs-component",[e("div",{slot:"description"},[e("p",[a._v("Rating Bar can be used to show a rating to user or capture a rating from user.")]),a._v(" "),e("p",[a._v("The following classes can be applied to change the color palette:")]),a._v(" "),e("ul",{staticClass:"md-body-2"},[e("li",[e("code",[a._v("md-primary")])]),a._v(" "),e("li",[e("code",[a._v("md-accent")])]),a._v(" "),e("li",[e("code",[a._v("md-warn")])])])]),a._v(" "),e("div",{slot:"api"},[e("api-table",{attrs:{name:"md-rating-bar"}},[e("md-table",{slot:"properties"},[e("md-table-header",[e("md-table-row",[e("md-table-head",[a._v("Name")]),a._v(" "),e("md-table-head",[a._v("Type")]),a._v(" "),e("md-table-head",[a._v("Description")])],1)],1),a._v(" "),e("md-table-body",[e("md-table-row",[e("md-table-cell",[a._v("v-model")]),a._v(" "),e("md-table-cell",[e("code",[a._v("Number")])]),a._v(" "),e("md-table-cell",[a._v("A required model object to bind the value. The value is limited by range [0, "),e("code",[a._v("md-max-rating")]),a._v("].")])],1),a._v(" "),e("md-table-row",[e("md-table-cell",[a._v("md-max-rating")]),a._v(" "),e("md-table-cell",[e("code",[a._v("Number")])]),a._v(" "),e("md-table-cell",[a._v("Max rating allowed. Default "),e("code",[a._v("5")]),a._v(".")])],1),a._v(" "),e("md-table-row",[e("md-table-cell",[a._v("md-full-icon")]),a._v(" "),e("md-table-cell",[e("code",[a._v("String")])]),a._v(" "),e("md-table-cell",[a._v("The icon used to represent full star. Can be a material icon from google font or src of the image file (svg or png). Default "),e("code",[a._v("star")]),a._v(".")])],1),a._v(" "),e("md-table-row",[e("md-table-cell",[a._v("md-empty-icon")]),a._v(" "),e("md-table-cell",[e("code",[a._v("String")])]),a._v(" "),e("md-table-cell",[a._v("The icon used to represent empty star. Can be a material icon from google font or src of the image file (svg or png). Default "),e("code",[a._v("star")]),a._v(".")])],1),a._v(" "),e("md-table-row",[e("md-table-cell",[a._v("md-full-iconset")]),a._v(" "),e("md-table-cell",[e("code",[a._v("String")])]),a._v(" "),e("md-table-cell",[a._v("The font icon set used on full star. Example: "),e("code",[a._v('md-iconset="fa fa-heart"')]),a._v(" for font awesome.")])],1),a._v(" "),e("md-table-row",[e("md-table-cell",[a._v("md-empty-iconset")]),a._v(" "),e("md-table-cell",[e("code",[a._v("String")])]),a._v(" "),e("md-table-cell",[a._v("The font icon set used on empty star. Example: "),e("code",[a._v('md-iconset="fa fa-heart-o"')]),a._v(" for font awesome.")])],1),a._v(" "),e("md-table-row",[e("md-table-cell",[a._v("md-icon-size")]),a._v(" "),e("md-table-cell",[e("code",[a._v("Number")])]),a._v(" "),e("md-table-cell",[a._v("Change the icon size. From 1 to 5, it corresponds the 1x to 5x of the md-size-{type} class in md-icon, where in 1x, the icon has "),e("code",[a._v("24px")]),a._v(". Default "),e("code",[a._v("1")]),a._v(".")])],1),a._v(" "),e("md-table-row",[e("md-table-cell",[a._v("disabled")]),a._v(" "),e("md-table-cell",[e("code",[a._v("Boolean")])]),a._v(" "),e("md-table-cell",[a._v("Disable the rating and prevent his actions. Default "),e("code",[a._v("false")])])],1)],1)],1),a._v(" "),e("md-table",{slot:"events"},[e("md-table-header",[e("md-table-row",[e("md-table-head",[a._v("Name")]),a._v(" "),e("md-table-head",[a._v("Value")]),a._v(" "),e("md-table-head",[a._v("Description")])],1)],1),a._v(" "),e("md-table-body",[e("md-table-row",[e("md-table-cell",[a._v("change")]),a._v(" "),e("md-table-cell",[a._v("Receive the new rating")]),a._v(" "),e("md-table-cell",[a._v("Triggered when the rating changes his value by user interaction.")])],1),a._v(" "),e("md-table-row",[e("md-table-cell",[a._v("hover")]),a._v(" "),e("md-table-cell",[a._v("Receive the pointer rating")]),a._v(" "),e("md-table-cell",[a._v("Triggered when the user points over a new rating.")])],1)],1)],1)],1)],1),a._v(" "),e("div",{slot:"example"},[e("example-box",{attrs:{"card-title":"Default"}},[e("div",{slot:"demo"},[e("md-rating-bar",{attrs:{disabled:""},model:{value:a.rating1,callback:function(t){a.rating1=t},expression:"rating1"}}),a._v(" "),e("md-rating-bar",{attrs:{"md-max-rating":10,disabled:""},model:{value:a.rating2,callback:function(t){a.rating2=t},expression:"rating2"}}),a._v(" "),e("md-rating-bar",{staticClass:"md-primary",attrs:{"md-max-rating":7,disabled:""},model:{value:a.rating3,callback:function(t){a.rating3=t},expression:"rating3"}}),a._v(" "),e("md-rating-bar",{staticClass:"md-accent",attrs:{"md-max-rating":7,disabled:""},model:{value:a.rating4,callback:function(t){a.rating4=t},expression:"rating4"}}),a._v(" "),e("md-rating-bar",{staticClass:"md-warn",attrs:{"md-max-rating":7,disabled:""},model:{value:a.rating5,callback:function(t){a.rating5=t},expression:"rating5"}}),a._v(" "),e("md-rating-bar",{staticClass:"md-primary",attrs:{"md-max-rating":7,"md-empty-icon":"star_border"},model:{value:a.rating6,callback:function(t){a.rating6=t},expression:"rating6"}}),a._v(" "),e("md-rating-bar",{staticClass:"md-warn",attrs:{"md-max-rating":5,"md-empty-icon":"panorama_fish_eye","md-full-icon":"lens"},model:{value:a.rating7,callback:function(t){a.rating7=t},expression:"rating7"}})],1),a._v(" "),e("div",{slot:"code"},[e("code-block",{attrs:{lang:"xml"}},[a._v('\n '),e("br"),a._v('\n '),e("br"),a._v('\n '),e("br"),a._v('\n '),e("br"),a._v('\n '),e("br"),a._v('\n '),e("br"),a._v('\n \n ')])],1)]),a._v(" "),e("example-box",{attrs:{"card-title":"Themes"}},[e("div",{slot:"demo"},[e("md-rating-bar",{staticClass:"md-primary",attrs:{"md-theme":"orange",disabled:""},model:{value:a.rating8,callback:function(t){a.rating8=t},expression:"rating8"}}),a._v(" "),e("md-rating-bar",{staticClass:"md-primary",attrs:{"md-theme":"brown",disabled:""},model:{value:a.rating9,callback:function(t){a.rating9=t},expression:"rating9"}}),a._v(" "),e("md-rating-bar",{staticClass:"md-primary",attrs:{"md-theme":"light-blue"},model:{value:a.rating10,callback:function(t){a.rating10=t},expression:"rating10"}}),a._v(" "),e("md-rating-bar",{staticClass:"md-primary",attrs:{"md-theme":"teal","md-empty-icon":"star_border"},model:{value:a.rating11,callback:function(t){a.rating11=t},expression:"rating11"}})],1),a._v(" "),e("div",{slot:"code"},[e("code-block",{attrs:{lang:"xml"}},[a._v('\n '),e("br"),a._v('\n '),e("br"),a._v('\n '),e("br"),a._v('\n \n ')])],1)]),a._v(" "),e("example-box",{attrs:{"card-title":"Sizes"}},[e("div",{slot:"demo"},[e("md-rating-bar",{model:{value:a.rating12,callback:function(t){a.rating12=t},expression:"rating12"}}),a._v(" "),e("md-rating-bar",{attrs:{"md-icon-size":2},model:{value:a.rating12,callback:function(t){a.rating12=t},expression:"rating12"}}),a._v(" "),e("md-rating-bar",{attrs:{"md-icon-size":3},model:{value:a.rating12,callback:function(t){a.rating12=t},expression:"rating12"}})],1),a._v(" "),e("div",{slot:"code"},[e("code-block",{attrs:{lang:"xml"}},[a._v('\n '),e("br"),a._v('\n '),e("br"),a._v('\n \n ')])],1)]),a._v(" "),e("example-box",{attrs:{"card-title":"Images"}},[e("div",{slot:"demo"},[e("md-layout",{attrs:{"md-gutter":!0}},[e("md-layout",[e("strong",{staticClass:"md-body-2"},[a._v("SVG:")]),a._v(" "),e("md-rating-bar",{staticClass:"md-primary",attrs:{"md-empty-icon":"assets/icon-home.svg","md-full-icon":"assets/icon-home.svg"},model:{value:a.rating13,callback:function(t){a.rating13=t},expression:"rating13"}}),a._v(" "),e("md-rating-bar",{staticClass:"md-primary",attrs:{"md-empty-icon":"assets/icon-home.svg","md-full-icon":"assets/icon-home.svg","md-icon-size":2},model:{value:a.rating13,callback:function(t){a.rating13=t},expression:"rating13"}})],1),a._v(" "),e("md-layout",[e("strong",{staticClass:"md-body-2"},[a._v("PNG:")]),a._v(" "),e("md-rating-bar",{attrs:{"md-empty-icon":"assets/icon-home-back.png","md-full-icon":"assets/icon-home-front.png"},model:{value:a.rating13,callback:function(t){a.rating13=t},expression:"rating13"}}),a._v(" "),e("md-rating-bar",{attrs:{"md-empty-icon":"assets/icon-home-back.png","md-full-icon":"assets/icon-home-front.png","md-icon-size":2},model:{value:a.rating13,callback:function(t){a.rating13=t},expression:"rating13"}})],1)],1)],1),a._v(" "),e("div",{slot:"code"},[e("code-block",{attrs:{lang:"xml"}},[a._v('\n '),e("br"),a._v("\n "),e("br"),a._v('\n SVG:'),e("br"),a._v('\n '),e("br"),a._v('\n '),e("br"),a._v("\n "),e("br"),a._v(" "),e("br"),a._v("\n "),e("br"),a._v('\n PNG:'),e("br"),a._v('\n '),e("br"),a._v('\n '),e("br"),a._v("\n "),e("br"),a._v("\n \n ")])],1)]),a._v(" "),e("example-box",{attrs:{"card-title":"Font Icons"}},[e("div",{slot:"demo"},[e("link",{attrs:{rel:"stylesheet",href:"https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"}}),a._v(" "),e("div",[a._v("This first example uses "),e("a",{attrs:{href:"http://fontawesome.io/icons/",target:"fa_icons"}},[a._v("Font Awesome Icons")])]),a._v(" "),e("md-rating-bar",{staticClass:"md-primary",attrs:{"md-empty-iconset":"fa fa-bell-o","md-full-iconset":"fa fa-bell"},model:{value:a.rating14,callback:function(t){a.rating14=t},expression:"rating14"}}),a._v(" "),e("md-rating-bar",{staticClass:"md-warn",attrs:{"md-icon-size":2,"md-empty-iconset":"fa fa-heart-o","md-full-iconset":"fa fa-heart"},model:{value:a.rating14,callback:function(t){a.rating14=t},expression:"rating14"}}),a._v(" "),e("hr"),a._v(" "),e("link",{attrs:{rel:"stylesheet",href:"https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"}}),a._v(" "),e("div",[a._v("This second example uses "),e("a",{attrs:{href:"http://ionicons.com/",target:"ion_icons"}},[a._v("Ion Icons")])]),a._v(" "),e("md-rating-bar",{staticClass:"md-primary",attrs:{"md-empty-iconset":"ion-ios-bell-outline","md-full-iconset":"ion-ios-bell"},model:{value:a.rating14,callback:function(t){a.rating14=t},expression:"rating14"}}),a._v(" "),e("md-rating-bar",{staticClass:"md-warn",attrs:{"md-icon-size":2,"md-empty-iconset":"ion-android-favorite-outline","md-full-iconset":"ion-android-favorite"},model:{value:a.rating14,callback:function(t){a.rating14=t},expression:"rating14"}})],1),a._v(" "),e("div",{slot:"code"},[e("code-block",{attrs:{lang:"xml"}},[a._v('\n '),e("br"),a._v('\n
The long time requested feature is here! Vue Material has a new and easy-to-use Grid System. Enjoy!
+
+
Breaking changes:
+
The first breaking change we never forget. The themes engine has changed and it's more simple now. This change make the themes reactive to make the themes dynamic using the theme component or the API. The performance of the engine is waaay better and the theme styles are now fixed and have a better scope.
+
Check all theme changes in the new themes section inside the documentation website. There are some changes in the theme API:
+
+
v-md-theme directive removed
+
The v-md-theme do not exists anymore and should be replaced by the brand new <md-theme> component.
+
+
Register method renamed
+
Vue.material.theme.register changed to Vue.material.registerTheme. This will make the API smore simple and easy to write.
+
+
Register All removed
+
Vue.material.theme.registerAll was removed. The Vue.material.registerTheme function now accepts a object: