UNPKG

v-calendar-scheduler

Version:

Calendar scheduler component for VueJs

1 lines 21.1 kB
(window.webpackJsonp=window.webpackJsonp||[]).push([[6],{209:function(t,a,s){"use strict";s.r(a);var n=s(1),e=Object(n.a)({},function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("div",{staticClass:"content"},[t._m(0),s("p"),t._m(1),s("p"),t._m(2),t._m(3),s("p",[t._v("If you want your settings to apply to every instance of the calendar just pass an object with any of the supported settings to the constructor:")]),t._m(4),t._m(5),s("p",[t._v("You can also apply settings to individual instances of the calendar using props. Please note that this would override any settings you set globally.")]),s("div",{staticClass:"tip custom-block"},[s("p",{staticClass:"custom-block-title"},[t._v("TIP")]),s("p",[t._v("Note that the "),s("code",[t._v("disableDialog")]),t._v(" and "),s("code",[t._v("eventDialogConfig")]),t._v(" settings work "),s("strong",[t._v("only")]),t._v(" on individual instances of the calendar.\nTo learn more about the Event dialog check the "),s("router-link",{attrs:{to:"/guide/events.html#event-dialog"}},[t._v("events section")]),t._v(".")],1)]),t._m(6),t._m(7),t._m(8),s("table",[t._m(9),s("tbody",[t._m(10),t._m(11),t._m(12),t._m(13),t._m(14),t._m(15),t._m(16),t._m(17),t._m(18),t._m(19),t._m(20),s("tr",[s("td",[t._v("event-display")]),s("td",[t._v("Attribute that will be displayed for each event in the calendar. This can be either an attribute key or a callback function that receives the event as parameter. "),s("router-link",{attrs:{to:"/guide/events.html#setting-the-event-display"}},[t._v("Learn more")]),t._v(".")],1),s("td",[t._v("String, Function")]),t._m(21)]),s("tr",[s("td",[t._v("disable-dialog")]),s("td",[t._v("Disables the "),s("router-link",{attrs:{to:"/guide/events.html#event-dialog"}},[t._v("Event dialog")]),t._v(" that appears when an user clicks on a day or time. "),s("strong",[t._v("Only works as a prop on individual instances")]),t._v(".")],1),s("td",[t._v("Boolean")]),t._m(22)]),s("tr",[s("td",[t._v("event-dialog-config")]),s("td",[t._v("Configures the "),s("router-link",{attrs:{to:"/guide/events.html#event-dialog"}},[t._v("Event dialog")]),t._v(". "),s("strong",[t._v("Only works as a prop on individual instances")]),t._v(".")],1),s("td",[t._v("Object")]),s("td",[t._v("Check dialog config "),s("router-link",{attrs:{to:"/guide/events.html#event-dialog"}},[t._v("here")]),t._v(".")],1)])])]),t._m(23),t._m(24)])},[function(){var t=this.$createElement,a=this._self._c||t;return a("h1",{attrs:{id:"config"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#config","aria-hidden":"true"}},[this._v("#")]),this._v(" Config")])},function(){var t=this.$createElement,a=this._self._c||t;return a("div",{staticClass:"table-of-contents"},[a("ul",[a("li",[a("a",{attrs:{href:"#global-configuration"}},[this._v("Global configuration")])]),a("li",[a("a",{attrs:{href:"#instance-configuration"}},[this._v("Instance configuration")])]),a("li",[a("a",{attrs:{href:"#available-settings-props"}},[this._v("Available settings (props)")]),a("ul",[a("li",[a("a",{attrs:{href:"#labels"}},[this._v("Labels")])])])])])])},function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("div",{staticClass:"tip custom-block"},[s("p",{staticClass:"custom-block-title"},[t._v("TIP")]),s("p",[t._v("The calendar uses the great "),s("a",{attrs:{href:"https://momentjs.com/",target:"_blank",rel:"noopener noreferrer"}},[t._v("Moment.js")]),t._v(", so for every prop or config involving a date you can pass either a "),s("strong",[t._v("Javascript Date Object")]),t._v(" or a "),s("strong",[t._v("Moment")]),t._v(" object.")]),s("p",[t._v("If you are working with dates or times in your application I highly recommend you use Moment, it will make your life easier.")])])},function(){var t=this.$createElement,a=this._self._c||t;return a("h2",{attrs:{id:"global-configuration"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#global-configuration","aria-hidden":"true"}},[this._v("#")]),this._v(" Global configuration")])},function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("pre",{pre:!0,attrs:{class:"language-js"}},[s("code",[t._v("Vue"),s("span",{attrs:{class:"token punctuation"}},[t._v(".")]),s("span",{attrs:{class:"token function"}},[t._v("use")]),s("span",{attrs:{class:"token punctuation"}},[t._v("(")]),t._v("VueScheduler"),s("span",{attrs:{class:"token punctuation"}},[t._v(",")]),t._v(" "),s("span",{attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n locale"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token string"}},[t._v("'es'")]),s("span",{attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n minDate"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token keyword"}},[t._v("null")]),s("span",{attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n maxDate"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token keyword"}},[t._v("null")]),s("span",{attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n labels"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n today"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token string"}},[t._v("'Hoy'")]),s("span",{attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n back"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token string"}},[t._v("'Atrás'")]),s("span",{attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n next"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token string"}},[t._v("'Siguiente'")]),s("span",{attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n month"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token string"}},[t._v("'Mes'")]),s("span",{attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n week"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token string"}},[t._v("'Semana'")]),s("span",{attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n day"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token string"}},[t._v("'Día'")]),s("span",{attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n all_day"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token string"}},[t._v("'Todo el día'")]),t._v("\n "),s("span",{attrs:{class:"token punctuation"}},[t._v("}")]),s("span",{attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n timeRange"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token punctuation"}},[t._v("[")]),s("span",{attrs:{class:"token number"}},[t._v("11")]),s("span",{attrs:{class:"token punctuation"}},[t._v(",")]),s("span",{attrs:{class:"token number"}},[t._v("20")]),s("span",{attrs:{class:"token punctuation"}},[t._v("]")]),s("span",{attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n availableViews"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token punctuation"}},[t._v("[")]),s("span",{attrs:{class:"token string"}},[t._v("'month'")]),s("span",{attrs:{class:"token punctuation"}},[t._v("]")]),s("span",{attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n initialDate"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token keyword"}},[t._v("new")]),t._v(" "),s("span",{attrs:{class:"token class-name"}},[t._v("Date")]),s("span",{attrs:{class:"token punctuation"}},[t._v("(")]),s("span",{attrs:{class:"token punctuation"}},[t._v(")")]),s("span",{attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n initialView"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token string"}},[t._v("'week'")]),s("span",{attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n use12"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token boolean"}},[t._v("true")]),s("span",{attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n showTimeMarker"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token boolean"}},[t._v("true")]),s("span",{attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n showTodayButton"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token boolean"}},[t._v("false")]),s("span",{attrs:{class:"token punctuation"}},[t._v(",")]),t._v("\n eventDisplay"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token keyword"}},[t._v("null")]),t._v("\n"),s("span",{attrs:{class:"token punctuation"}},[t._v("}")]),s("span",{attrs:{class:"token punctuation"}},[t._v(")")]),s("span",{attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n")])])},function(){var t=this.$createElement,a=this._self._c||t;return a("h2",{attrs:{id:"instance-configuration"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#instance-configuration","aria-hidden":"true"}},[this._v("#")]),this._v(" Instance configuration")])},function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("pre",{pre:!0,attrs:{class:"language-vue"}},[s("code",[s("span",{attrs:{class:"token tag"}},[s("span",{attrs:{class:"token tag"}},[s("span",{attrs:{class:"token punctuation"}},[t._v("<")]),t._v("vue-scheduler")]),t._v("\n "),s("span",{attrs:{class:"token attr-name"}},[t._v(":min-date")]),s("span",{attrs:{class:"token attr-value"}},[s("span",{attrs:{class:"token punctuation"}},[t._v("=")]),s("span",{attrs:{class:"token punctuation"}},[t._v('"')]),t._v("null"),s("span",{attrs:{class:"token punctuation"}},[t._v('"')])]),t._v("\n "),s("span",{attrs:{class:"token attr-name"}},[t._v(":max-date")]),s("span",{attrs:{class:"token attr-value"}},[s("span",{attrs:{class:"token punctuation"}},[t._v("=")]),s("span",{attrs:{class:"token punctuation"}},[t._v('"')]),t._v("null"),s("span",{attrs:{class:"token punctuation"}},[t._v('"')])]),t._v("\n "),s("span",{attrs:{class:"token attr-name"}},[t._v(":labels")]),s("span",{attrs:{class:"token attr-value"}},[s("span",{attrs:{class:"token punctuation"}},[t._v("=")]),s("span",{attrs:{class:"token punctuation"}},[t._v('"')]),t._v("{\n today: "),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v("Hoy"),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v(",\n back: "),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v("Atrás"),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v(",\n next: "),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v("Siguiente"),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v(",\n month: "),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v("Mes"),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v(",\n week: "),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v("Semana"),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v(",\n day: "),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v("Día"),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v(",\n all_day: "),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v("Todo el día"),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v("\n }"),s("span",{attrs:{class:"token punctuation"}},[t._v('"')])]),t._v("\n "),s("span",{attrs:{class:"token attr-name"}},[t._v(":time-range")]),s("span",{attrs:{class:"token attr-value"}},[s("span",{attrs:{class:"token punctuation"}},[t._v("=")]),s("span",{attrs:{class:"token punctuation"}},[t._v('"')]),t._v("[10,20]"),s("span",{attrs:{class:"token punctuation"}},[t._v('"')])]),t._v("\n "),s("span",{attrs:{class:"token attr-name"}},[t._v(":available-views")]),s("span",{attrs:{class:"token attr-value"}},[s("span",{attrs:{class:"token punctuation"}},[t._v("=")]),s("span",{attrs:{class:"token punctuation"}},[t._v('"')]),t._v("["),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v("month"),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v(", "),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v("week"),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v(", "),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v("day"),s("span",{attrs:{class:"token punctuation"}},[t._v("'")]),t._v("]"),s("span",{attrs:{class:"token punctuation"}},[t._v('"')])]),t._v("\n "),s("span",{attrs:{class:"token attr-name"}},[t._v(":initial-date")]),s("span",{attrs:{class:"token attr-value"}},[s("span",{attrs:{class:"token punctuation"}},[t._v("=")]),s("span",{attrs:{class:"token punctuation"}},[t._v('"')]),t._v("null"),s("span",{attrs:{class:"token punctuation"}},[t._v('"')])]),t._v("\n "),s("span",{attrs:{class:"token attr-name"}},[t._v("initial-view")]),s("span",{attrs:{class:"token attr-value"}},[s("span",{attrs:{class:"token punctuation"}},[t._v("=")]),s("span",{attrs:{class:"token punctuation"}},[t._v('"')]),t._v("month"),s("span",{attrs:{class:"token punctuation"}},[t._v('"')])]),t._v("\n "),s("span",{attrs:{class:"token attr-name"}},[t._v("use12")]),t._v("\n "),s("span",{attrs:{class:"token attr-name"}},[t._v(":show-time-marker")]),s("span",{attrs:{class:"token attr-value"}},[s("span",{attrs:{class:"token punctuation"}},[t._v("=")]),s("span",{attrs:{class:"token punctuation"}},[t._v('"')]),t._v("showMarker"),s("span",{attrs:{class:"token punctuation"}},[t._v('"')])]),t._v("\n "),s("span",{attrs:{class:"token attr-name"}},[t._v(":show-today-button")]),s("span",{attrs:{class:"token attr-value"}},[s("span",{attrs:{class:"token punctuation"}},[t._v("=")]),s("span",{attrs:{class:"token punctuation"}},[t._v('"')]),t._v("false"),s("span",{attrs:{class:"token punctuation"}},[t._v('"')])]),t._v("\n "),s("span",{attrs:{class:"token attr-name"}},[t._v("eventDisplay")]),s("span",{attrs:{class:"token attr-value"}},[s("span",{attrs:{class:"token punctuation"}},[t._v("=")]),s("span",{attrs:{class:"token punctuation"}},[t._v('"')]),t._v("eventDisplay"),s("span",{attrs:{class:"token punctuation"}},[t._v('"')])]),t._v("\n"),s("span",{attrs:{class:"token punctuation"}},[t._v("/>")])]),t._v("\n\n...\n\n"),s("span",{attrs:{class:"token tag"}},[s("span",{attrs:{class:"token tag"}},[s("span",{attrs:{class:"token punctuation"}},[t._v("<")]),t._v("script")]),s("span",{attrs:{class:"token punctuation"}},[t._v(">")])]),s("span",{attrs:{class:"token script language-javascript"}},[t._v("\n "),s("span",{attrs:{class:"token comment"}},[t._v("// ...")]),t._v("\n methods"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" "),s("span",{attrs:{class:"token punctuation"}},[t._v("{")]),t._v("\n eventDisplay"),s("span",{attrs:{class:"token punctuation"}},[t._v(":")]),t._v(" event "),s("span",{attrs:{class:"token operator"}},[t._v("=>")]),t._v(" event"),s("span",{attrs:{class:"token punctuation"}},[t._v(".")]),t._v("customAttribute"),s("span",{attrs:{class:"token punctuation"}},[t._v(";")]),t._v("\n "),s("span",{attrs:{class:"token punctuation"}},[t._v("}")]),t._v("\n "),s("span",{attrs:{class:"token comment"}},[t._v("// ... ")]),t._v("\n")]),s("span",{attrs:{class:"token tag"}},[s("span",{attrs:{class:"token tag"}},[s("span",{attrs:{class:"token punctuation"}},[t._v("</")]),t._v("script")]),s("span",{attrs:{class:"token punctuation"}},[t._v(">")])]),t._v("\n\n")])])},function(){var t=this.$createElement,a=this._self._c||t;return a("h2",{attrs:{id:"available-settings-props"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#available-settings-props","aria-hidden":"true"}},[this._v("#")]),this._v(" Available settings (props)")])},function(){var t=this.$createElement,a=this._self._c||t;return a("div",{staticClass:"tip custom-block"},[a("p",{staticClass:"custom-block-title"},[this._v("TIP")]),a("p",[this._v("You can set the calendar locale "),a("strong",[this._v("globally")]),this._v(" using any "),a("a",{attrs:{href:"https://momentjs.com/docs/#/i18n/loading-into-nodejs/",target:"_blank",rel:"noopener noreferrer"}},[this._v("locale supported by Moment.js")]),this._v(".")])])},function(){var t=this.$createElement,a=this._self._c||t;return a("thead",[a("tr",[a("th",[this._v("Setting")]),a("th",[this._v("Description")]),a("th",[this._v("Type")]),a("th",[this._v("Default value")])])])},function(){var t=this.$createElement,a=this._self._c||t;return a("tr",[a("td",[this._v("locale")]),a("td",[this._v("Moment.js supported locale. "),a("strong",[this._v("Works as a global setting only")]),this._v(".")]),a("td",[this._v("String")]),a("td",[a("code",[this._v("'en'")])])])},function(){var t=this.$createElement,a=this._self._c||t;return a("tr",[a("td",[this._v("min-date")]),a("td",[this._v("Minimum date for the calendar on any view.")]),a("td",[this._v("Date - Moment.js object")]),a("td",[a("code",[this._v("null")])])])},function(){var t=this.$createElement,a=this._self._c||t;return a("tr",[a("td",[this._v("max-date")]),a("td",[this._v("Maximum date for the calendar on any view.")]),a("td",[this._v("Date - Moment.js object")]),a("td",[a("code",[this._v("null")])])])},function(){var t=this.$createElement,a=this._self._c||t;return a("tr",[a("td",[this._v("labels")]),a("td",[this._v("Texts for the labels that are not dependant on Moment, such as the buttons at the top.")]),a("td",[this._v("Array[String]")]),a("td",[this._v("Check labels table below")])])},function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("tr",[s("td",[t._v("time-range")]),s("td",[t._v("Sets the time range for the "),s("code",[t._v("week")]),t._v(" and "),s("code",[t._v("day")]),t._v(" views.")]),s("td",[t._v("Array[Number]")]),s("td",[s("code",[t._v("[0, 23]")])])])},function(){var t=this.$createElement,a=this._self._c||t;return a("tr",[a("td",[this._v("available-views")]),a("td",[this._v("Enables/disables views for the calendar.")]),a("td",[this._v("Array[String]")]),a("td",[a("code",[this._v("['month', 'week', 'day']")])])])},function(){var t=this.$createElement,a=this._self._c||t;return a("tr",[a("td",[this._v("initial-date")]),a("td",[this._v("Sets the date the calendar will display on load.")]),a("td",[this._v("String")]),a("td",[a("code",[this._v("new Date()")])])])},function(){var t=this.$createElement,a=this._self._c||t;return a("tr",[a("td",[this._v("initial-view")]),a("td",[this._v("Sets the view the calendar will display on load.")]),a("td",[this._v("String")]),a("td",[a("code",[this._v("'month'")])])])},function(){var t=this.$createElement,a=this._self._c||t;return a("tr",[a("td",[this._v("use12")]),a("td",[this._v("Toggles the use of 12-hour time format.")]),a("td",[this._v("Boolean")]),a("td",[a("code",[this._v("false")])])])},function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("tr",[s("td",[t._v("show-time-marker")]),s("td",[t._v("Enables/disables the horizontal time marker for the "),s("code",[t._v("week")]),t._v(" and "),s("code",[t._v("day")]),t._v(" views.")]),s("td",[t._v("Boolean")]),s("td",[s("code",[t._v("false")])])])},function(){var t=this.$createElement,a=this._self._c||t;return a("tr",[a("td",[this._v("show-today-button")]),a("td",[this._v("Toggles the display of the "),a("code",[this._v("Today")]),this._v(" button on the top left corner of the calendar.")]),a("td",[this._v("Boolean")]),a("td",[a("code",[this._v("true")])])])},function(){var t=this.$createElement,a=this._self._c||t;return a("td",[a("code",[this._v("null")])])},function(){var t=this.$createElement,a=this._self._c||t;return a("td",[a("code",[this._v("false")])])},function(){var t=this.$createElement,a=this._self._c||t;return a("h3",{attrs:{id:"labels"}},[a("a",{staticClass:"header-anchor",attrs:{href:"#labels","aria-hidden":"true"}},[this._v("#")]),this._v(" Labels")])},function(){var t=this,a=t.$createElement,s=t._self._c||a;return s("table",[s("thead",[s("tr",[s("th",[t._v("Label")]),s("th",[t._v("Description")]),s("th",[t._v("Default")])])]),s("tbody",[s("tr",[s("td",[t._v("today")]),s("td",[t._v("Label for the 'today' button.")]),s("td",[s("code",[t._v("'Today'")])])]),s("tr",[s("td",[t._v("back")]),s("td",[t._v("Label for the 'back' button.")]),s("td",[s("code",[t._v("'Back'")])])]),s("tr",[s("td",[t._v("next")]),s("td",[t._v("Label for the 'next' button.")]),s("td",[s("code",[t._v("'Next'")])])]),s("tr",[s("td",[t._v("month")]),s("td",[t._v("Label for the 'month' button.")]),s("td",[s("code",[t._v("'Month'")])])]),s("tr",[s("td",[t._v("week")]),s("td",[t._v("Label for the 'week' button.")]),s("td",[s("code",[t._v("'Week'")])])]),s("tr",[s("td",[t._v("day")]),s("td",[t._v("Label for the 'day' button.")]),s("td",[s("code",[t._v("'Day'")])])]),s("tr",[s("td",[t._v("all_day")]),s("td",[t._v("Label for the 'All day' section in 'week' and 'day' views.")]),s("td",[s("code",[t._v("'all day'")])])])])])}],!1,null,null,null);a.default=e.exports}}]);