Files
ploi-core/public/js/51.js
2021-02-10 13:56:20 +01:00

1 line
20 KiB
JavaScript
Vendored

(window.webpackJsonp=window.webpackJsonp||[]).push([[51],{170:function(t,e,r){"use strict";r.r(e);var n=r(62),o=r(1),s=r(6),a=r(7),i=r(8),l=r(9),u=r(10),c=r(2),d=r(11),p=r(12),m=r(4),f=r(5),h=r(3),v=r(33),_=r(28),g=r(29),b=r(51),x=r(65),w=r(35),y=r(32),C=r(34),k=r(13),I=r(26),B=r(14),S=r(48),$=r(49),O=r(50),D=r(64),L=r(27),P={metaInfo:function(){return{title:"".concat(this.__("Servers"))}},layout:h.a,components:{TopBar:n.default,Container:o.a,Content:s.a,Page:a.a,PageHeader:i.a,PageHeaderTitle:l.a,PageBody:u.a,Button:c.a,List:d.a,IconButton:b.a,IconMore:x.a,ListItem:p.a,StatusBubble:m.a,NotificationBadge:f.a,IconBox:v.a,IconGlobe:_.a,IconStorage:g.a,EmptyImage:w.a,Modal:y.a,ModalContainer:C.a,FormInput:k.a,FormActions:B.a,FormSelect:I.a,Dropdown:S.a,DropdownList:$.a,DropdownListItem:O.a,DropdownListItemButton:D.a},props:{servers:Object,dataProviders:[Array,Object]},computed:{shouldBePolling:function(){return!!this.servers.data.filter((function(t){return"busy"===t.status})).length}},mounted:function(){this.shouldBePolling&&this.startPollingInterval()},watch:{shouldBePolling:function(t){t?this.pollingInterval||this.startPollingInterval():this.clearPollingInterval()},"form.provider":function(t){var e=this;if(!t)return this.regions=[],void(this.plans=[]);this.loading=!0,window.axios.get(this.route("servers.plans-and-regions",t)).then((function(t){e.loading=!1,e.regions=t.data.regions,e.plans=t.data.plans})).catch((function(t){e.loading=!1}))}},data:function(){return{loading:!1,form:{name:null,provider:null,region:null,plan:null},providers:this.dataProviders,regions:[],plans:[],pollingInterval:null,modalIsOpen:!1,breadcrumbs:[{title:this.$page.props.settings.name,to:"/"},{title:this.__("Servers"),to:this.route("servers.index")}]}},methods:{startPollingInterval:function(){this.pollingInterval=setInterval(function(){this.poll()}.bind(this),12e4)},clearPollingInterval:function(){clearTimeout(this.pollingInterval),this.pollingInterval=null},poll:function(){this.$inertia.replace(this.route("servers.index"),{only:["servers"],preserveScroll:!0})},submit:function(){var t=this;this.$inertia.post(this.route("servers.store"),this.form,{only:["errors","flash","servers"],onStart:function(){return t.loading=!0},onSuccess:function(){Object.keys(t.$page.props.errors).length||(t.form.domain=null,t.modalIsOpen=!1,t.form={name:null,provider:null,region:null,plan:null})},onFinish:function(){return t.loading=!1}})},confirmDelete:function(t){var e=this;Object(L.a)({title:this.__("Are you sure?"),message:"Your server will be deleted completely, this action is irreversible.",onConfirm:function(){return e.delete(t)}})},delete:function(t){this.$inertia.delete(this.route("servers.delete",t.id))}},beforeDestroy:function(){this.clearPollingInterval()}},M=r(0),E=Object(M.a)(P,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("Page",[t.can("servers","create")?r("Portal",{attrs:{to:"modals"}},[r("ModalContainer",[t.modalIsOpen?r("Modal",{on:{close:function(e){t.modalIsOpen=!1},submit:t.submit},scopedSlots:t._u([{key:"title",fn:function(){return[t._v(t._s(t.__("Create a server")))]},proxy:!0},{key:"form",fn:function(){return[r("FormInput",{attrs:{loading:t.loading,label:t.__("Name"),placeholder:"webserver-01",errors:t.$page.props.errors.name},model:{value:t.form.name,callback:function(e){t.$set(t.form,"name",e)},expression:"form.name"}}),t._v(" "),r("FormSelect",{attrs:{loading:t.loading,errors:t.$page.props.errors.provider,label:t.__("Select provider")},model:{value:t.form.provider,callback:function(e){t.$set(t.form,"provider",e)},expression:"form.provider"}},[r("option",{domProps:{value:"null"}},[t._v(t._s(t.__("Select random provider")))]),t._v(" "),t._l(t.providers,(function(e,n){return r("option",{domProps:{value:n}},[t._v(t._s(e))])}))],2),t._v(" "),r("FormSelect",{attrs:{loading:t.loading,errors:t.$page.props.errors.region,label:t.__("Select region")},model:{value:t.form.region,callback:function(e){t.$set(t.form,"region",e)},expression:"form.region"}},[r("option",{domProps:{value:"null"}},[t._v(t._s(t.__("Select random region")))]),t._v(" "),t._l(t.regions,(function(e,n){return r("option",{domProps:{value:n}},[t._v(t._s(e))])}))],2),t._v(" "),r("FormSelect",{attrs:{loading:t.loading,errors:t.$page.props.errors.plan,label:t.__("Select plan")},model:{value:t.form.plan,callback:function(e){t.$set(t.form,"plan",e)},expression:"form.plan"}},[r("option",{domProps:{value:"null"}},[t._v(t._s(t.__("Select random plan")))]),t._v(" "),t._l(t.plans,(function(e,n){return r("option",{domProps:{value:n}},[t._v(t._s(e))])}))],2)]},proxy:!0},{key:"form-actions",fn:function(){return[r("Button",{domProps:{textContent:t._s(t.__("Create"))}})]},proxy:!0}],null,!1,2259390341)}):t._e()],1)],1):t._e(),t._v(" "),r("TopBar",{attrs:{breadcrumbs:t.breadcrumbs}}),t._v(" "),r("Content",[r("Container",[r("PageHeader",{scopedSlots:t._u([{key:"start",fn:function(){return[r("PageHeaderTitle",[t._v(t._s(t.__("Servers")))])]},proxy:!0},t.can("servers","create")?{key:"end",fn:function(){return[r("Button",{on:{click:function(e){t.modalIsOpen=!0}}},[t._v(t._s(t.__("Create server")))])]},proxy:!0}:null],null,!0)}),t._v(" "),r("PageBody",[t.servers.meta.total?t._e():r("EmptyImage"),t._v(" "),r("List",t._l(t.servers.data,(function(e){return r("ListItem",{key:e.id,scopedSlots:t._u([{key:"prefix",fn:function(){return[r("StatusBubble",{attrs:{variant:"busy"===e.status?"gray":"success"}})]},proxy:!0},{key:"title",fn:function(){return[r("inertia-link",{staticClass:"text-primary font-medium",attrs:{href:t.route("servers.show",e.id)}},[t._v("\n "+t._s(e.name)+"\n ")])]},proxy:!0},{key:"subtitle",fn:function(){return[t._v(t._s(e.ip)+" "),e.ip?r("span",[t._v("·")]):t._e(),t._v("\n "+t._s(e.sites_count)+" "+t._s(t.__choice("site|sites",e.sites_count))+"\n ")]},proxy:!0},{key:"suffix",fn:function(){return[r("Dropdown",{scopedSlots:t._u([{key:"default",fn:function(n){var o=n.isOpen,s=n.toggle,a=n.position;return[r("IconButton",{on:{click:s}},[r("IconMore",{staticClass:"w-5 h-5"})],1),t._v(" "),o?r("DropdownList",{attrs:{position:a}},[r("DropdownListItem",{attrs:{to:t.route("servers.show",e.id)}},[t._v("View")]),t._v(" "),t.can("servers","delete")?r("DropdownListItemButton",{staticClass:"text-danger",on:{click:function(r){return t.confirmDelete(e)}}},[t._v("\n Delete\n ")]):t._e()],1):t._e()]}}],null,!0)})]},proxy:!0}],null,!0)})})),1)],1)],1)],1)],1)}),[],!1,null,null,null);e.default=E.exports},26:function(t,e,r){"use strict";var n=r(56),o=r(55),s=r(57),a=r(68),i={props:{id:{type:String,required:!1},label:{type:String,required:!0},type:{type:String,default:function(){return"text"}},required:{type:Boolean,default:function(){return!1}},helperText:{type:String},errors:{type:Array},placeholder:{type:String},value:{required:!1,default:""},loading:{type:Boolean,required:!1,default:!1},disabled:{type:Boolean,required:!1,default:!1}},components:{FormGroup:n.a,Label:o.a,ErrorText:s.a,HelperText:a.a},data:function(){return{defaultClasses:"w-full border-medium-emphasis text-body h-10 max-w-lg px-2 border rounded bg-surface-1 focus:outline-none focus:border-primary",selected:this.value}},methods:{updateValue:function(t){this.$emit("input",t)}}},l=r(0),u=Object(l.a)(i,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("FormGroup",[r("Label",{attrs:{errors:t.errors,forId:t.id}},[t._v(t._s(t.label))]),t._v(" "),r("select",{directives:[{name:"model",rawName:"v-model",value:t.value,expression:"value"}],class:[t.defaultClasses,t.disabled||t.loading?"opacity-50":"",t.loading?"cursor-wait":""],attrs:{disabled:t.loading||t.disabled,id:t.id,required:t.required,placeholder:t.placeholder},on:{input:function(e){return t.updateValue(e.target.value)},change:function(e){var r=Array.prototype.filter.call(e.target.options,(function(t){return t.selected})).map((function(t){return"_value"in t?t._value:t.value}));t.value=e.target.multiple?r:r[0]}}},[t._t("default")],2),t._v(" "),t.errors?r("ErrorText",[t._v(t._s(t.errors[0]))]):t._e(),t._v(" "),t.helperText&&!t.errors?r("HelperText",[t._v(t._s(t.helperText))]):t._e()],1)}),[],!1,null,null,null);e.a=u.exports},27:function(t,e,r){"use strict";r.d(e,"a",(function(){return o}));var n=r(66);function o(t){var e=t.title,r=t.message,o=t.onConfirm;return n.a.dispatch("confirmDelete/open",{title:e,message:r,onConfirm:function(){o(),n.a.dispatch("confirmDelete/close")}})}},39:function(t,e,r){"use strict";var n=r(1),o=r(48),s=r(49),a=r(50),i=r(0),l=Object(i.a)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{staticClass:"bi bi-moon",attrs:{width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"}},[e("path",{attrs:{"fill-rule":"evenodd",d:"M14.53 10.53a7 7 0 0 1-9.058-9.058A7.003 7.003 0 0 0 8 15a7.002 7.002 0 0 0 6.53-4.47z"}})])}),[],!1,null,null,null).exports,u=Object(i.a)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{staticClass:"bi bi-sun",attrs:{width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"}},[e("path",{attrs:{d:"M3.5 8a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0z"}}),this._v(" "),e("path",{attrs:{"fill-rule":"evenodd",d:"M8.202.28a.25.25 0 0 0-.404 0l-.91 1.255a.25.25 0 0 1-.334.067L5.232.79a.25.25 0 0 0-.374.155l-.36 1.508a.25.25 0 0 1-.282.19l-1.532-.245a.25.25 0 0 0-.286.286l.244 1.532a.25.25 0 0 1-.189.282l-1.509.36a.25.25 0 0 0-.154.374l.812 1.322a.25.25 0 0 1-.067.333l-1.256.91a.25.25 0 0 0 0 .405l1.256.91a.25.25 0 0 1 .067.334L.79 10.768a.25.25 0 0 0 .154.374l1.51.36a.25.25 0 0 1 .188.282l-.244 1.532a.25.25 0 0 0 .286.286l1.532-.244a.25.25 0 0 1 .282.189l.36 1.508a.25.25 0 0 0 .374.155l1.322-.812a.25.25 0 0 1 .333.067l.91 1.256a.25.25 0 0 0 .405 0l.91-1.256a.25.25 0 0 1 .334-.067l1.322.812a.25.25 0 0 0 .374-.155l.36-1.508a.25.25 0 0 1 .282-.19l1.532.245a.25.25 0 0 0 .286-.286l-.244-1.532a.25.25 0 0 1 .189-.282l1.508-.36a.25.25 0 0 0 .155-.374l-.812-1.322a.25.25 0 0 1 .067-.333l1.256-.91a.25.25 0 0 0 0-.405l-1.256-.91a.25.25 0 0 1-.067-.334l.812-1.322a.25.25 0 0 0-.155-.374l-1.508-.36a.25.25 0 0 1-.19-.282l.245-1.532a.25.25 0 0 0-.286-.286l-1.532.244a.25.25 0 0 1-.282-.189l-.36-1.508a.25.25 0 0 0-.374-.155l-1.322.812a.25.25 0 0 1-.333-.067L8.203.28zM8 2.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11z"}})])}),[],!1,null,null,null).exports,c=Object(i.a)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",{staticClass:"bi bi-search",attrs:{width:"1em",height:"1em",viewBox:"0 0 16 16",fill:"currentColor",xmlns:"http://www.w3.org/2000/svg"}},[e("path",{attrs:{"fill-rule":"evenodd",d:"M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z"}}),this._v(" "),e("path",{attrs:{"fill-rule":"evenodd",d:"M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z"}})])}),[],!1,null,null,null).exports,d=r(51),p={components:{Container:n.a,Dropdown:o.a,DropdownList:s.a,DropdownListItem:a.a,IconMoon:l,IconSearch:c,IconSun:u,IconButton:d.a},data:function(){return{themeMode:this.$page.props.auth.user.theme}},mounted:function(){this.setDarkMode()},methods:{toggleTheme:function(){var t=this;window.axios.post("/profile/toggle-theme").then((function(e){t.themeMode=e.data,t.setDarkMode()}))},setDarkMode:function(){"auto"===this.themeMode?this.checkDarkMode()?document.documentElement.classList.add("theme--dark"):document.documentElement.classList.remove("theme--dark"):"dark"===this.themeMode?document.documentElement.classList.add("theme--dark"):document.documentElement.classList.remove("theme--dark")},checkDarkMode:function(){return window.matchMedia&&window.matchMedia("(prefers-color-scheme: dark)").matches},triggerSearch:function(){window.eventBus.$emit("openSearch")}}},m=Object(i.a)(p,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("header",{staticClass:"sticky top-0 border-b border-low-emphasis bg-top-bar z-30"},[r("div",{staticClass:"w-full px-4 sm:px-8 mx-auto max-w-top-bar-container"},[r("div",{staticClass:"flex flex-col"},[r("nav",{staticClass:"flex flex-col items-center justify-between py-4 space-y-4 md:space-y-0 md:flex-row text-top-bar"},[r("div",{staticClass:"flex items-center space-x-5"},[t.$page.props.settings.logo?r("img",{staticClass:"h-top-bar-logo",attrs:{src:t.$page.props.settings.logo}}):t._e(),t._v(" "),t._t("breadcrumbs")],2),t._v(" "),r("ul",{staticClass:"flex items-center space-x-4"},[r("li",{attrs:{"aria-label":t.__("Search"),"data-balloon-blunt":"","data-balloon-pos":"down"}},[r("IconButton",{on:{click:t.triggerSearch}},[r("IconSearch",{staticClass:"text-top-bar"})],1)],1),t._v(" "),r("li",{attrs:{"aria-label":"light"===t.themeMode?t.__("Enable dark mode"):t.__("Enable light mode"),"data-balloon-blunt":"","data-balloon-pos":"down"}},[r("IconButton",{on:{click:t.toggleTheme}},["light"===t.themeMode?r("IconMoon",{staticClass:"text-top-bar"}):t._e(),t._v(" "),"dark"===t.themeMode?r("IconSun",{staticClass:"text-top-bar"}):t._e()],1)],1),t._v(" "),r("li",[r("Dropdown",{scopedSlots:t._u([{key:"default",fn:function(e){var n=e.toggle,o=e.isOpen;return[r("button",{staticClass:"flex h-auto m-0 appearance-none items-center",on:{click:n}},[r("span",[t._v(t._s(t.$page.props.auth.user.name))]),t._v(" "),r("img",{staticClass:"ml-2 inline w-8 h-8 rounded-avatar bg-surface-2",attrs:{src:t.$page.props.auth.user.avatar,alt:t.$page.props.auth.user.name}})]),t._v(" "),o?r("DropdownList",[t.$page.props.settings.support?r("DropdownListItem",{attrs:{to:"/support"}},[t._v(t._s(t.__("Support"))+"\n ")]):t._e(),t._v(" "),t.$page.props.settings.documentation?r("DropdownListItem",{attrs:{to:"/documentation"}},[t._v(t._s(t.__("Documentation")))]):t._e(),t._v(" "),r("DropdownListItem",{attrs:{to:t.route("profile.index")}},[t._v(t._s(t.__("Profile"))+"\n ")]),t._v(" "),t.$page.props.settings.billing?r("DropdownListItem",{attrs:{to:t.route("profile.billing.index")}},[t._v(t._s(t.__("Billing"))+"\n ")]):t._e(),t._v(" "),"admin"===t.$page.props.auth.user.role?r("DropdownListItem",{staticClass:"text-danger",attrs:{to:t.route("admin.dashboard")}},[t._v(t._s(t.__("Administration"))+"\n ")]):t._e(),t._v(" "),r("DropdownListItem",{attrs:{to:t.route("logout"),method:"post"}},[t._v(t._s(t.__("Sign out"))+"\n ")])],1):t._e()]}}])})],1)])]),t._v(" "),t._t("tab-bar")],2)])])}),[],!1,null,null,null);e.a=m.exports},40:function(t,e,r){"use strict";var n={props:{to:{type:String,required:!0}}},o=r(0),s={components:{BreadcrumbsItem:Object(o.a)(n,(function(){var t=this.$createElement;return(this._self._c||t)("inertia-link",{staticClass:"font-medium text-body text-breadcrumbs",attrs:{href:this.to}},[this._t("default")],2)}),[],!1,null,null,null).exports},props:{items:{type:Array,required:!0}}},a=Object(o.a)(s,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("ul",{staticClass:"flex items-center space-x-2"},t._l(t.items,(function(e,n){return r("li",{key:e.title},[r("BreadcrumbsItem",{attrs:{to:e.to}},[t._v(t._s(e.title))]),t._v(" "),n<t.items.length-1?r("span",{staticClass:"ml-2 text-low-emphasis"},[t._v("/")]):t._e()],1)})),0)}),[],!1,null,null,null);e.a=a.exports},41:function(t,e,r){"use strict";var n={props:{to:{type:String,required:!0},active:{type:Boolean,default:!1}},data:function(){return{baseClasses:"inline-flex items-center justify-center h-10 px-6 font-medium rounded text-small text-tab-bar",activeClasses:"shadow text-tab-bar-active bg-tab-bar-item",transitionClasses:"transition duration-fast hover:text-high-emphasis focus:text-high-emphasis"}}},o=r(0),s={components:{TabBarItem:Object(o.a)(n,(function(){var t=this.$createElement,e=this._self._c||t;return e("li",[e("inertia-link",{class:[this.baseClasses,this.transitionClasses,this.active?this.activeClasses:null],attrs:{href:this.to}},[this._t("default")],2)],1)}),[],!1,null,null,null).exports},props:{items:{type:Array,required:!0}}},a=Object(o.a)(s,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("ul",{staticClass:"inline-flex flex-row p-1 overflow-hidden overflow-x-auto whitespace-no-wrap rounded bg-tab-bar"},t._l(t.items,(function(e){return e?r("TabBarItem",{key:e.title,attrs:{to:e.to,active:e.active}},[t._v("\n "+t._s(e.title)+"\n ")]):t._e()})),1)}),[],!1,null,null,null);e.a=a.exports},42:function(t,e,r){"use strict";var n=r(0),o=Object(n.a)({},(function(){var t=this.$createElement;return(this._self._c||t)("nav",{staticClass:"flex items-center justify-center pb-4"},[this._t("default")],2)}),[],!1,null,null,null);e.a=o.exports},48:function(t,e,r){"use strict";var n={data:function(){return{isOpen:!1,position:"top"}},methods:{open:function(){this.isOpen=!0,this.calculatePosition()},close:function(){this.isOpen=!1,this.calculatePosition()},toggle:function(){this.isOpen=!this.isOpen,this.calculatePosition()},outsideClickListener:function(t){this.$refs.dropdown!==t.target.closest(this.$refs.dropdown.tagName)&&this.close()},calculatePosition:function(){this.$refs.dropdown.getBoundingClientRect().top>.75*window.innerHeight?this.position="bottom":this.position="top"}},mounted:function(){window.addEventListener("click",this.outsideClickListener)},beforeDestroy:function(){window.removeEventListener("click",this.outsideClickListener)}},o=r(0),s=Object(o.a)(n,(function(){var t=this.$createElement;return(this._self._c||t)("div",{directives:[{name:"click-outside",rawName:"v-click-outside",value:this.close,expression:"close"}],ref:"dropdown",staticClass:"relative"},[this._t("default",null,null,{isOpen:this.isOpen,open:this.open,close:this.close,toggle:this.toggle,position:this.position})],2)}),[],!1,null,null,null);e.a=s.exports},49:function(t,e,r){"use strict";var n={top:"right-0 top-0 mt-8",bottom:"right-0 bottom-0 mb-8"},o={props:{position:{type:String,default:function(){return"top"},validator:function(t){return Object.keys(n).includes(t)}}},computed:{positionClasses:function(){return n[this.position]}}},s=r(0),a=Object(s.a)(o,(function(){var t=this.$createElement;return(this._self._c||t)("div",{class:["absolute flex flex-col py-1 overflow-hidden rounded shadow-2xl z-20 bg-surface-1",this.positionClasses]},[this._t("default")],2)}),[],!1,null,null,null);e.a=a.exports},50:function(t,e,r){"use strict";var n={props:{to:{type:String,required:!0},method:{required:!1,default:"get"}}},o=r(0),s=Object(o.a)(n,(function(){var t=this.$createElement;return(this._self._c||t)("inertia-link",{staticClass:"flex items-center w-full h-10 px-6 whitespace-no-wrap text-medium-emphasis text-small focus:bg-primary focus:text-on-primary hover:text-high-emphasis focus:outline-none",attrs:{href:this.to,method:this.method}},[this._t("default")],2)}),[],!1,null,null,null);e.a=s.exports},51:function(t,e,r){"use strict";var n=r(0),o=Object(n.a)({},(function(){var t=this,e=t.$createElement;return(t._self._c||e)("button",{staticClass:"inline-flex items-center justify-center w-10 h-10 text-medium-emphasis rounded-circle focus:outline-none focus:text-high-emphasis",on:{click:function(e){return t.$emit("click")}}},[t._t("default")],2)}),[],!1,null,null,null);e.a=o.exports},62:function(t,e,r){"use strict";r.r(e);var n=r(39),o=r(40),s=r(41),a=r(42),i={components:{TopBar:n.a,Breadcrumbs:o.a,TabBar:s.a,TopBarTabBarContainer:a.a},props:{breadcrumbs:Array},data:function(){return{tabBars:[{title:this.__("Dashboard"),to:this.route("dashboard"),active:this.route().current("dashboard")},{title:this.__("Sites"),to:this.route("sites.index"),active:this.route().current("sites.*")},{title:"Servers",to:this.route("servers.index"),active:this.route().current("servers.*")}]}}},l=r(0),u=Object(l.a)(i,(function(){var t=this,e=t.$createElement,r=t._self._c||e;return r("TopBar",{scopedSlots:t._u([{key:"breadcrumbs",fn:function(){return[r("Breadcrumbs",{attrs:{items:t.breadcrumbs}})]},proxy:!0},{key:"tab-bar",fn:function(){return[r("TopBarTabBarContainer",[r("TabBar",{attrs:{items:t.tabBars}})],1)]},proxy:!0}])})}),[],!1,null,null,null);e.default=u.exports}}]);