(window.webpackJsonp=window.webpackJsonp||[]).push([[221,64],{1119:function(t,e,n){var content=n(1124);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,n(6).default)("1377ef10",content,!0,{sourceMap:!1})},1124:function(t,e,n){var r=n(5)((function(i){return i[1]}));r.push([t.i,".v-autocomplete.v-input>.v-input__control>.v-input__slot{cursor:text}.v-autocomplete input{align-self:center}.v-autocomplete.v-select.v-input--is-focused input{min-width:64px}.v-autocomplete:not(.v-input--is-focused).v-select--chips input{max-height:0;padding:0}.v-autocomplete--is-selecting-index input{opacity:0}.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined) .v-select__slot>input{margin-top:24px}.v-autocomplete.v-text-field--enclosed:not(.v-text-field--solo):not(.v-text-field--single-line):not(.v-text-field--outlined).v-input--dense .v-select__slot>input{margin-top:20px}.v-autocomplete__content.v-menu__content,.v-autocomplete__content.v-menu__content .v-card{border-radius:0}",""]),r.locals={},t.exports=r},1154:function(t,e,n){"use strict";n(16),n(15),n(20),n(18),n(21);var r=n(3),o=(n(55),n(9),n(17),n(87),n(105),n(322),n(27),n(34),n(1119),n(1153)),l=n(1045),c=n(60),h=n(2);function d(object,t){var e=Object.keys(object);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(object);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(object,t).enumerable}))),e.push.apply(e,n)}return e}function f(t){for(var i=1;i<arguments.length;i++){var source=null!=arguments[i]?arguments[i]:{};i%2?d(Object(source),!0).forEach((function(e){Object(r.a)(t,e,source[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(source)):d(Object(source)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(source,e))}))}return t}var m=f(f({},o.b),{},{offsetY:!0,offsetOverflow:!0,transition:!1});e.a=o.a.extend({name:"v-autocomplete",props:{autoSelectFirst:{type:Boolean,default:!1},filter:{type:Function,default:function(t,e,n){return n.toLocaleLowerCase().indexOf(e.toLocaleLowerCase())>-1}},hideNoData:Boolean,menuProps:{type:o.a.options.props.menuProps.type,default:function(){return m}},noFilter:Boolean,searchInput:{type:String}},data:function(){return{lazySearch:this.searchInput}},computed:{classes:function(){return f(f({},o.a.options.computed.classes.call(this)),{},{"v-autocomplete":!0,"v-autocomplete--is-selecting-index":this.selectedIndex>-1})},computedItems:function(){return this.filteredItems},selectedValues:function(){var t=this;return this.selectedItems.map((function(e){return t.getValue(e)}))},hasDisplayedItems:function(){var t=this;return this.hideSelected?this.filteredItems.some((function(e){return!t.hasItem(e)})):this.filteredItems.length>0},currentRange:function(){return null==this.selectedItem?0:String(this.getText(this.selectedItem)).length},filteredItems:function(){var t=this;return!this.isSearching||this.noFilter||null==this.internalSearch?this.allItems:this.allItems.filter((function(e){var n=Object(h.n)(e,t.itemText),text=null!=n?String(n):"";return t.filter(e,String(t.internalSearch),text)}))},internalSearch:{get:function(){return this.lazySearch},set:function(t){this.lazySearch!==t&&(this.lazySearch=t,this.$emit("update:search-input",t))}},isAnyValueAllowed:function(){return!1},isDirty:function(){return this.searchIsDirty||this.selectedItems.length>0},isSearching:function(){return this.multiple&&this.searchIsDirty||this.searchIsDirty&&this.internalSearch!==this.getText(this.selectedItem)},menuCanShow:function(){return!!this.isFocused&&(this.hasDisplayedItems||!this.hideNoData)},$_menuProps:function(){var t=o.a.options.computed.$_menuProps.call(this);return t.contentClass="v-autocomplete__content ".concat(t.contentClass||"").trim(),f(f({},m),t)},searchIsDirty:function(){return null!=this.internalSearch&&""!==this.internalSearch},selectedItem:function(){var t=this;return this.multiple?null:this.selectedItems.find((function(i){return t.valueComparator(t.getValue(i),t.getValue(t.internalValue))}))},listData:function(){var data=o.a.options.computed.listData.call(this);return data.props=f(f({},data.props),{},{items:this.virtualizedItems,noFilter:this.noFilter||!this.isSearching||!this.filteredItems.length,searchInput:this.internalSearch}),data}},watch:{filteredItems:"onFilteredItemsChanged",internalValue:"setSearch",isFocused:function(t){t?(document.addEventListener("copy",this.onCopy),this.$refs.input&&this.$refs.input.select()):(document.removeEventListener("copy",this.onCopy),this.blur(),this.updateSelf())},isMenuActive:function(t){!t&&this.hasSlot&&(this.lazySearch=null)},items:function(t,e){e&&e.length||!this.hideNoData||!this.isFocused||this.isMenuActive||!t.length||this.activateMenu()},searchInput:function(t){this.lazySearch=t},internalSearch:"onInternalSearchChanged",itemText:"updateSelf"},created:function(){this.setSearch()},destroyed:function(){document.removeEventListener("copy",this.onCopy)},methods:{onFilteredItemsChanged:function(t,e){var n=this;if(t!==e){if(!this.autoSelectFirst){var r=e[this.$refs.menu.listIndex];r?this.setMenuIndex(t.findIndex((function(i){return i===r}))):this.setMenuIndex(-1),this.$emit("update:list-index",this.$refs.menu.listIndex)}this.$nextTick((function(){n.internalSearch&&(1===t.length||n.autoSelectFirst)&&(n.$refs.menu.getTiles(),n.autoSelectFirst&&t.length&&(n.setMenuIndex(0),n.$emit("update:list-index",n.$refs.menu.listIndex)))}))}},onInternalSearchChanged:function(){this.updateMenuDimensions()},updateMenuDimensions:function(){this.isMenuActive&&this.$refs.menu&&this.$refs.menu.updateDimensions()},changeSelectedIndex:function(t){this.searchIsDirty||(this.multiple&&t===h.t.left?-1===this.selectedIndex?this.selectedIndex=this.selectedItems.length-1:this.selectedIndex--:this.multiple&&t===h.t.right?this.selectedIndex>=this.selectedItems.length-1?this.selectedIndex=-1:this.selectedIndex++:t!==h.t.backspace&&t!==h.t.delete||this.deleteCurrentItem())},deleteCurrentItem:function(){var t=this.selectedIndex,e=this.selectedItems[t];if(this.isInteractive&&!this.getDisabled(e)){var n=this.selectedItems.length-1;if(-1!==this.selectedIndex||0===n){var r=t!==this.selectedItems.length-1?t:t-1;this.selectedItems[r]?this.selectItem(e):this.setValue(this.multiple?[]:null),this.selectedIndex=r}else this.selectedIndex=n}},clearableCallback:function(){this.internalSearch=null,o.a.options.methods.clearableCallback.call(this)},genInput:function(){var input=l.a.options.methods.genInput.call(this);return input.data=Object(c.a)(input.data,{attrs:{"aria-activedescendant":Object(h.m)(this.$refs.menu,"activeTile.id"),autocomplete:Object(h.m)(input.data,"attrs.autocomplete","off")},domProps:{value:this.internalSearch}}),input},genInputSlot:function(){var slot=o.a.options.methods.genInputSlot.call(this);return slot.data.attrs.role="combobox",slot},genSelections:function(){return this.hasSlot||this.multiple?o.a.options.methods.genSelections.call(this):[]},onClick:function(t){this.isInteractive&&(this.selectedIndex>-1?this.selectedIndex=-1:this.onFocus(),this.isAppendInner(t.target)||this.activateMenu())},onInput:function(t){if(!(this.selectedIndex>-1)&&t.target){var e=t.target,n=e.value;e.value&&this.activateMenu(),this.multiple||""!==n||this.deleteCurrentItem(),this.internalSearch=n,this.badInput=e.validity&&e.validity.badInput}},onKeyDown:function(t){var e=t.keyCode;!t.ctrlKey&&[h.t.home,h.t.end].includes(e)||o.a.options.methods.onKeyDown.call(this,t),this.changeSelectedIndex(e)},onSpaceDown:function(t){},onTabDown:function(t){o.a.options.methods.onTabDown.call(this,t),this.updateSelf()},onUpDown:function(t){t.preventDefault(),this.activateMenu()},selectItem:function(t){o.a.options.methods.selectItem.call(this,t),this.setSearch()},setSelectedItems:function(){o.a.options.methods.setSelectedItems.call(this),this.isFocused||this.setSearch()},setSearch:function(){var t=this;this.$nextTick((function(){t.multiple&&t.internalSearch&&t.isMenuActive||(t.internalSearch=!t.selectedItems.length||t.multiple||t.hasSlot?null:t.getText(t.selectedItem))}))},updateSelf:function(){(this.searchIsDirty||this.internalValue)&&(this.multiple||this.valueComparator(this.internalSearch,this.getValue(this.internalValue))||this.setSearch())},hasItem:function(t){return this.selectedValues.indexOf(this.getValue(t))>-1},onCopy:function(t){var e,n;if(-1!==this.selectedIndex){var r=this.selectedItems[this.selectedIndex],o=this.getText(r);null===(e=t.clipboardData)||void 0===e||e.setData("text/plain",o),null===(n=t.clipboardData)||void 0===n||n.setData("text/vnd.vuetify.autocomplete.item+plain",o),t.preventDefault()}}}})},1442:function(t,e,n){"use strict";n.r(e);var r=n(1154),o=n(1052),l=n(1063),c=n(1062),h=(n(31),n(162),n(51),n(63),n(43),n(15),n(62),n(69),n(52),n(13));n(38),n(29),n(9);function d(t,e){var n="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!n){if(Array.isArray(t)||(n=function(t,e){if(!t)return;if("string"==typeof t)return f(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);"Object"===n&&t.constructor&&(n=t.constructor.name);if("Map"===n||"Set"===n)return Array.from(t);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return f(t,e)}(t))||e&&t&&"number"==typeof t.length){n&&(t=n);var i=0,r=function(){};return{s:r,n:function(){return i>=t.length?{done:!0}:{done:!1,value:t[i++]}},e:function(t){throw t},f:r}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var o,l=!0,c=!1;return{s:function(){n=n.call(t)},n:function(){var t=n.next();return l=t.done,t},e:function(t){c=!0,o=t},f:function(){try{l||null==n.return||n.return()}finally{if(c)throw o}}}}function f(t,e){(null==e||e>t.length)&&(e=t.length);for(var i=0,n=new Array(e);i<e;i++)n[i]=t[i];return n}var m={name:"HelpSearchBar",data:function(){return{categoryData:{},categories:[],search:null}},fetch:function(){var t=this;return Object(h.a)(regeneratorRuntime.mark((function e(){var n,r,o,l,c,h,f,m;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.$axios.get("/api/helping/categories/");case 2:n=e.sent,t.categoryData=n.data.results,r=[],o=d(t.categoryData);try{for(o.s();!(l=o.n()).done;){c=l.value,h=d(c.children);try{for(h.s();!(f=h.n()).done;)m=f.value,r.push({id:m.id,name:m.name})}catch(t){h.e(t)}finally{h.f()}}}catch(t){o.e(t)}finally{o.f()}t.categories=r;case 8:case"end":return e.stop()}}),e)})))()},methods:{searchCategory:function(){var t=this;this.categories.some((function(e){return e.id===t.search}))&&this.$router.push("/hilfe/kategorie/".concat(this.search))}}},v=n(0),component=Object(v.a)(m,(function(){var t=this,e=t._self._c;return e(c.a,[e(l.a,{staticClass:"mx-auto mt-2 px-2"},[e(r.a,{staticClass:"white signup-form-field",attrs:{id:"searchInput","append-icon":"$dropdownarrow",label:"Zu welchem Thema suchst du Hilfe?",items:t.categories,"item-text":"name","item-value":"id",filled:"",required:"","background-color":"secondary",height:56,"hide-details":""},model:{value:t.search,callback:function(e){t.search=e},expression:"search"}})],1),t._v(" "),e(l.a,{class:t.$vuetify.breakpoint.smAndDown?"text-center":"",attrs:{cols:t.$vuetify.breakpoint.smAndDown?12:3}},[e(o.a,{staticClass:"submit-btn mt-3 mr-2",staticStyle:{"text-transform":"none !important"},style:t.$vuetify.breakpoint.smAndDown?"":"min-width: 100%",attrs:{id:"questionbtn",color:"interaction",elevation:"0",dark:"",rounded:"",large:"",width:t.$vuetify.breakpoint.smAndDown?256:"",height:t.$vuetify.breakpoint.smAndDown?48:""},on:{click:t.searchCategory}},[t._v("\n      Suchen\n    ")])],1)],1)}),[],!1,null,"bc850a38",null);e.default=component.exports},1997:function(t,e,n){var content=n(2334);content.__esModule&&(content=content.default),"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,n(6).default)("548816be",content,!0,{sourceMap:!1})},2333:function(t,e,n){"use strict";n(1997)},2334:function(t,e,n){var r=n(5)((function(i){return i[1]}));r.push([t.i,".h-line{color:hsla(0,0%,87%,.3)}.w-50{width:50%}@media only screen and (min-width:1000px){.category-link{-webkit-text-decoration:none;text-decoration:none}}.category-link:hover{-webkit-text-decoration:underline;text-decoration:underline}h4{font-size:16px!important}div>>>.v-label{font-family:Lato-Regular,serif;font-size:14px}div>>>.v-label,div>>>input{margin-left:8px}div>>>.v-input__slot:after{line-height:1}div>>>.error--text{color:#b72044!important}.help-wrapper{align-items:baseline;flex-direction:column;justify-content:start;overflow-x:visible}@media only screen and (min-width:768px){.help-wrapper{width:118.1%}}",""]),r.locals={},t.exports=r},2435:function(t,e,n){"use strict";n.r(e);var r=n(1063),o=n(1099),l=n(262),c=n(1062),h=(n(29),n(13)),d=(n(38),{name:"Uebersicht",auth:!1,components:{HelpSearchBar:n(1442).default},layout:"desktop",data:function(){return{categoryData:{},updateData:{},categories:[],search:null,loaded:!1}},fetch:function(){var t=this;return Object(h.a)(regeneratorRuntime.mark((function e(){var n,r;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,t.$axios.get("/api/helping/categories/");case 2:return n=e.sent,t.categoryData=n.data.results,e.next=6,t.$axios.get("/api/helping/updates/?current=true");case 6:r=e.sent,t.updateData=r.data.results,t.loaded=!0;case 9:case"end":return e.stop()}}),e)})))()},head:{title:"Hilfe - twotickets",meta:[{hid:"description",name:"description",content:"Ă„nderungen im Angebot, Regeln, Kundenservice, Hilfe zu allen Funktionen von twotickets."}]},methods:{}}),f=(n(2333),n(0)),component=Object(f.a)(d,(function(){var t=this,e=t._self._c;return e("div",[e(o.a,{staticClass:"main px-4 help-wrapper"},[e("h1",{class:t.$vuetify.breakpoint.smAndDown?"":"small mb-4"},[t._v("\n      Hilfe\n    ")]),t._v(" "),e("HelpSearchBar"),t._v(" "),e(c.a,{staticClass:"pa-3 mb-10 secondary",class:t.$vuetify.breakpoint.smAndDown?"mt-8":"mt-6"},[e(r.a,{attrs:{cols:"12"}},[e("h5",{staticClass:"mb-3 font-size-16"},[t._v("\n          Ă„nderungen im Angebot\n        ")]),t._v(" "),t._l(t.updateData,(function(n){return e("p",{key:n.id,staticClass:"e1 mb-1"},[e("nuxt-link",{attrs:{to:"/hilfe/aenderungen#"+n.id}},[t._v("\n            "+t._s(n.created)+": "+t._s(n.title)+"\n          ")])],1)})),t._v(" "),e("p",{staticClass:"e1 float-right mt-5"},[e("NuxtLink",{staticClass:"text-decoration-none",attrs:{to:"/hilfe/aenderungen"}},[t._v("\n            Gesamte Liste anzeigen\n            "),e(l.a,{staticClass:"ml-1",attrs:{size:"16",color:"primary"}},[t._v("\n              $backarrow\n            ")])],1)],1)],2),t._v(" "),t._l(t.categoryData,(function(n,o){return e(r.a,{key:n.id,attrs:{cols:0==o||t.$vuetify.breakpoint.smAndDown?12:6}},[e("h4",{class:t.$vuetify.breakpoint.smAndDown?"mb-5":"mb-2"},[t._v("\n          "+t._s(n.name)+"\n        ")]),t._v(" "),t._l(n.children,(function(n){return e("div",{key:n.id,class:t.$vuetify.breakpoint.smAndDown?"mb-3":"mb-2"},[e("NuxtLink",{staticClass:"e1 category-link",attrs:{to:"/hilfe/kategorie/"+n.id}},[t._v("\n            "+t._s(n.name)+"\n          ")])],1)}))],2)}))],2)],1)],1)}),[],!1,null,null,null);e.default=component.exports;installComponents(component,{HelpSearchBar:n(1442).default})}}]);