(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["fondsinfo"],{"10f3":function(e,n,t){"use strict";t("7b1e")},"27b5":function(e,n,t){"use strict";var i=function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("BaseModal",{ref:"vorganglisteModal",attrs:{modalTitle:e.activity,labelButtonConfirm:"Hinzufügen",confirmDisabled:!e.selectedValidRows.length||!e.fondHasIsin,showCancelButton:!e.$isSmallScreen,closeButtonLabel:""},on:{onConfirmButton:e.addFondsToListe}},[e.loading?t("GhostLoading",{attrs:{type:"table"}}):t("Table",{attrs:{headers:e.headers,rows:e.rows,mobileConfig:{title:"label",headers:["fondIncludedPill"],disableClickRow:!0},rowId:"id",rowsPerPage:15,tableRowsPerPage:[]},scopedSlots:e._u([{key:"label",fn:function(n){return[-1==n.id?t("div",[t("InputField",{attrs:{placeholder:e.placeholder,disabled:!e.neuSelected,validateUntouched:e.neuSelected},model:{value:e.newName,callback:function(n){e.newName=n},expression:"newName"}})],1):t("span",[e._v(e._s(n.label))])]}},{key:"isSparplan",fn:function(n){return[-1==n.id?t("div",[t("InputToggleSwitch",{attrs:{label:"",inLineLabel:"",disabled:!e.neuSelected},model:{value:e.isSparplan,callback:function(n){e.isSparplan=n},expression:"isSparplan"}})],1):t("span",[e._v(e._s(n.isSparplan))])]}}]),model:{value:e.selectedRows,callback:function(n){e.selectedRows=n},expression:"selectedRows"}})],1)},a=[],r=t("5530"),s=t("1da1"),o=(t("96cf"),t("99af"),t("a15b"),t("d81d"),t("4de4"),t("7db0"),t("ac1f"),t("1276"),t("c740"),t("a4d3"),t("e01a"),t("c991")),l=t("689f"),u=t("d53f"),c=t("6eb5"),d=t("a871"),f=t("c704"),h=t("9aaa"),p=t("d3ac"),b=t("6ce5"),E=t("cee4"),S=t("c17d"),v={mixins:[p["a"]],validators:{newName:Object(b["s"])("Bitte eine Bezeichnung eingeben.")},components:{Table:l["a"],GhostLoading:c["a"],BaseModal:d["a"],InputField:f["default"],InputToggleSwitch:h["default"]},props:{},data:function(){return{loading:!1,selectedRows:[],fonds:[],activity:"",openIdPath:"",openListPath:"",rows:[],newName:"",placeholder:"",isSparplan:!1}},computed:{headers:function(){return{lockedLeft:[Object(u["SlotColumn"])("label","Bezeichnung",200,1)].concat("MyDepot"==this.activity?[Object(u["SlotColumn"])("isSparplan","Sparplan",200,1)]:[]),center:[Object(u["PillColumn"])("fondIncludedPill","")],lockedRight:[]}},isins:function(){return this.fonds.map((function(e){return e.isin})).join(",")},fondHasIsin:function(){return!!this.isins},selectedValidRows:function(){return this.selectedRows.filter((function(e){return!e.fondIncluded}))},neuSelected:function(){return!!this.selectedRows.find((function(e){return-1==e.id}))}},methods:{loadAuswahlLists:function(){var e=this;return Object(s["a"])(regeneratorRuntime.mark((function n(){var t,i;return regeneratorRuntime.wrap((function(n){while(1)switch(n.prev=n.next){case 0:if(e.loading=!0,t=null,"Favoritenlisten"!=e.activity){n.next=8;break}return n.next=5,E["a"].get("/MSC3/restful/favoritenlisteService/favoritenlist?isin="+e.isins,{defaultSpinner:!0});case 5:t=n.sent,n.next=18;break;case 8:if("MyDepot"!=e.activity){n.next=14;break}return n.next=11,E["a"].get("/MSC3/restful/musterdepotService/mydepotlist?isin="+e.isins,{defaultSpinner:!0});case 11:t=n.sent,n.next=18;break;case 14:if("Fondsvergleich"!=e.activity){n.next=18;break}return n.next=17,E["a"].post("/MSC3/restful/consultation/fondsvergleich",{ask:"get_fonds_add",params:{isin:e.isins}},{defaultSpinner:!0});case 17:t=n.sent;case 18:"2"==t.statusText.charAt(0)&&(i=t.data.favoritenList||t.data.liste,i&&(e.rows=i.map((function(n){var t;return Object(r["a"])(Object(r["a"])({},n),{},{selectedDisabled:n.fondIncluded,fondIncludedPill:n.fondIncluded?{label:"bereits enthalten",type:"success"}:(null===(t=n.canInsIsin)||void 0===t?void 0:t.length)<e.fonds.length?{label:"teils enthalten",type:"info"}:null})})),e.rows.unshift({id:-1,label:"",canInsIsin:e.isins.split(","),fondIncluded:!1,fondIncludedPill:{label:e.placeholder,type:"info"}}),e.selectedRows=e.rows.filter((function(e){return e.fondIncluded})))),e.loading=!1;case 20:case"end":return n.stop()}}),n)})))()},addFondsToListe:function(){var e=this;return Object(s["a"])(regeneratorRuntime.mark((function n(){var t,i,a,r,s,l,u,c,d,f,h,p,b,v,m;return regeneratorRuntime.wrap((function(n){while(1)switch(n.prev=n.next){case 0:if(e.fondHasIsin&&(!e.neuSelected||e.newName)){n.next=2;break}return n.abrupt("return");case 2:if(t=JSON.parse(JSON.stringify(e.selectedValidRows)),i="/MSC3/restful",a=t.findIndex((function(e){return-1==e.id})),-1===a){n.next=28;break}if(r=null,"Favoritenlisten"!=e.activity){n.next=13;break}return n.next=10,E["a"].post("".concat(i,"/favoritenlisteService/create?labelNew=").concat(e.newName),null,{defaultSpinner:!0});case 10:r=n.sent,n.next=23;break;case 13:if("MyDepot"!=e.activity){n.next=19;break}return n.next=16,E["a"].post("".concat(i,"/favoritenlisteService/create?labelNew=").concat(e.newName,"&isSparplan=").concat(e.isSparplan),null,{defaultSpinner:!0});case 16:r=n.sent,n.next=23;break;case 19:if("Fondsvergleich"!=e.activity){n.next=23;break}return n.next=22,E["a"].post("".concat(i,"/consultation/fondsvergleich"),{ask:"create",params:{labelNew:e.newName}},{defaultSpinner:!0});case 22:r=n.sent;case 23:if("2"==r.statusText.charAt(0)&&r.data.id){n.next=25;break}return n.abrupt("return");case 25:t[a].id=r.data.id,t[a].label=r.data.label,t[a].labelShort=r.data.labelShort||"";case 28:if(s=t.map((function(e){return e.id})),"Favoritenlisten"!=e.activity){n.next=35;break}return l=Object(S["q"])({favoritenlistIds:s,isins:e.isins.split(",")}),n.next=33,E["a"].post("".concat(i,"/favoritenlisteService/addFonds?").concat(l),null,{defaultSpinner:!0});case 33:n.next=44;break;case 35:if("MyDepot"!=e.activity){n.next=41;break}return u=Object(S["q"])({listIds:s,isins:e.isins.split(",")}),n.next=39,E["a"].post("".concat(i,"/musterdepotService/addFonds?").concat(u),null,{defaultSpinner:!0});case 39:n.next=44;break;case 41:if("Fondsvergleich"!=e.activity){n.next=44;break}return n.next=44,E["a"].post("".concat(i,"/consultation/fondsvergleich"),{ask:"add_fonds",params:{listIds:s.join(","),isins:e.isins}},{defaultSpinner:!0});case 44:if(c=!0,1!=e.fonds.length){n.next=58;break}return d=t.map((function(e){return"<li>"+(e.labelShort||e.label)+"</li>"})).join(""),n.prev=47,f=(1==t.length?t[0].labelShort||t[0].label:e.activity)+" öffnen",n.next=51,e.$confirmModal({title:"Erfolg",message:'Der Fond "'.concat(e.fonds[0].fondsname,'" wurde erfolgreich den folgenden ').concat(e.activity," hinzugefügt:<br>\n            <ul>\n              ").concat(d,"\n            </ul>"),labelButtonConfirm:f,labelButtonCancel:"Schlißen"});case 51:n.next=56;break;case 53:n.prev=53,n.t0=n["catch"](47),c=!1;case 56:n.next=68;break;case 58:return h=t.map((function(e){return"<li>in "+(e.labelShort||e.label)+" wurden "+e.canInsIsin.length+" Fonds eingefügt</li>"})).join(""),n.prev=59,p=(1==t.length?t[0].labelShort||t[0].label:e.activity)+" öffnen",n.next=63,e.$confirmModal({title:"Erfolg",message:"Fonds wurden erfolgreich den folgenden ".concat(e.activity," hinzugefügt:<br>\n            <ul>\n              ").concat(h,"\n            </ul>"),labelButtonConfirm:p,labelButtonCancel:"Schlißen"});case 63:n.next=68;break;case 65:n.prev=65,n.t1=n["catch"](59),c=!1;case 68:if(!c){n.next=82;break}if(e.$addBreadcrumb({label:"zurück"}),1!=t.length){n.next=81;break}if("Fondsvergleich"!=e.activity){n.next=78;break}return n.next=74,e.$store.dispatch(o["default"].ACTIONS.SETTINGS,{updateMonth:"1"});case 74:b=n.sent,v=b.fv_params.find((function(e){return e.id==t[0].id})),m=v?{id:v.id,description:v.description,create:v.dateCreated,params:v.params}:{id:t[0].id,description:t[0].label,create:""},e.$store.commit(o["default"].MUTATIONS.SET_ACT,{fvp:m});case 78:e.$router.push(e.openIdPath+t[0].id),n.next=82;break;case 81:e.$router.push(e.openListPath);case 82:case"end":return n.stop()}}),n,null,[[47,53],[59,65]])})))()},open:function(e,n){var t=this;this.fonds=e,this.activity=n;var i=!0;switch(this.newName="",this.selectedRows=[],this.rows=[],n){case"Favoritenlisten":this.openIdPath="/intern/fondsfavoritenliste/wertpapiere/",this.openListPath="/intern/fondsfavoritenliste/list",this.placeholder="neue Favoritenliste";break;case"MyDepot":this.openIdPath="/intern/mydepot/wertpapiere/",this.openListPath="/intern/mydepot/list",this.placeholder="neues Musterdepot";break;case"Fondsvergleich":this.openIdPath="/beratung/fondsvergleich/",this.openListPath="/beratung/fondsvergleich",this.placeholder="neuer Fondsvergleich";break;default:i=!1;break}i&&this.$nextTick((function(){t.loadAuswahlLists(),t.$refs.vorganglisteModal.open()}))}}},m=v,g=t("2877"),T=Object(g["a"])(m,i,a,!1,null,null,null);n["a"]=T.exports},"2b06":function(e,n,t){"use strict";t("a6ce")},"7b1e":function(e,n,t){var i=t("a32d");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);var a=t("499e").default;a("25d5b7e4",i,!0,{sourceMap:!1,shadowMode:!1})},"9ab7":function(e,n,t){"use strict";t.r(n);var i=function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("div",{key:e.isin,staticClass:"fondsinfo__container"},[e.$appNavigation.currentMenu&&!e.$appNavigation.currentMenu.$isTabMenu?t("OptionMenu",{attrs:{id:e.$appNavigation.currentOptionMenuId,defaultMenu:e.$appNavigation.currentOptionMenu}}):t("OptionMenu",{attrs:{id:e.$appNavigation.parentOptionMenuId,defaultMenu:e.$appNavigation.parentOptionMenu}}),t("PageHeaderTitleNavigation",{attrs:{title:"Fondsinfo",subtitle:e.fundsName,actions:e.pageHeaderTitleActions},on:{"action-ADD_FAVORITENLIST":function(n){return e.$refs.addFondsToListModal.open(e.fonds,"Favoritenlisten")},"action-ADD_MYDEPOT":function(n){return e.$refs.addFondsToListModal.open(e.fonds,"MyDepot")},"action-ADD_FONDSVERGLEICH":function(n){return e.$refs.addFondsToListModal.open(e.fonds,"Fondsvergleich")}}}),t("StepperForm",{key:e.selectedTabKey,ref:"stepperForm",attrs:{stepType:"tab",stepperName:"fondsinfo",stepperMediator:e.tabs,selectedStepKey:e.selectedTabKey,hasFertig:!1,backNavigationOnClose:""},on:{"set-step":function(n){return e.setTab(n)}},scopedSlots:e._u([{key:"contentTemplate",fn:function(){return[t("keep-alive",[t(e.loadTabComponent,{tag:"component",attrs:{selectedTabLabel:e.selectedTabLabel}})],1)]},proxy:!0}])}),t("AddFondsToListModal",{ref:"addFondsToListModal"})],1)},a=[],r=t("5530"),s=(t("caad"),t("2532"),t("fb6a"),t("d3b7"),t("3ca3"),t("ddb0"),t("e260"),t("e6cf"),t("64c5")),o=t("3931"),l=t("8103"),u=t("62d6"),c=t("4899"),d=t("2f62"),f=t("7044"),h=t("27b5"),p=t("4e5f"),b={components:{OptionMenu:o["a"],PageHeaderTitleNavigation:l["a"],StepperForm:u["a"],AddFondsToListModal:h["a"]},data:function(){return{currentSelectedTab:null,tabs:{},path:{BETEILIGUNGEN:"beteiligungen",VERMOGENSUBERSICHT:"vermogensubersicht"},stepperCollapsed:!1}},beforeMount:function(){this.init()},mounted:function(){this.selectFirstStep()},watch:{"$route.params.isin":function(e){this.init()},"$route.params.begleitscheinnummer":function(e){this.init()}},destroyed:function(){this.$store.dispatch(c["default"].ACTIONS.RESET_STATE)},computed:Object(r["a"])(Object(r["a"])({},Object(d["b"])({fundsDetail:c["default"].GETTERS.FONDSINFO_DETAILS,hasRoles:s["default"].GETTERS.HAS_ROLES,isBrokerOrBypass:s["default"].GETTERS.IS_BROKER_OR_BYPASS})),{},{currentPath:function(){return this.$route.path.includes(this.path.BETEILIGUNGEN)?this.path.BETEILIGUNGEN:(this.$route.path.includes(this.path.VERMOGENSUBERSICHT),this.path.VERMOGENSUBERSICHT)},selectedTabKey:function(){var e,n;return this.currentSelectedTab?null===(e=this.currentSelectedTab)||void 0===e?void 0:e.stepKey:null===(n=this.getFirstTab())||void 0===n?void 0:n.stepKey},selectedTabLabel:function(){var e,n,t;return this.fundsDetail?null===(e=this.tabs)||void 0===e||null===(n=e.currentStep)||void 0===n?void 0:n.label:null===(t=this.getFirstTab())||void 0===t?void 0:t.label},fundsDetailList:function(){var e,n,t,i;return this.fundsDetail?this.currentPath===this.path.BETEILIGUNGEN?null===(i=this.fundsDetail)||void 0===i?void 0:i.kennnummernUndKlassifizierung:null===(e=this.fundsDetail)||void 0===e||null===(n=e.stammdaten)||void 0===n||null===(t=n.records)||void 0===t?void 0:t.slice(0,2):null},fundsName:function(){var e;return(null===(e=this.fundsDetail)||void 0===e?void 0:e.namme)||""},fonds:function(){return[{isin:this.isin,fondsname:this.fundsName}]},loadTabComponent:function(){var e;switch(null===(e=this.currentSelectedTab)||void 0===e?void 0:e.stepKey){case"ALLGEMEIN":return function(){return t.e("chunk-43499cf4").then(t.bind(null,"c856"))};case"AUSSCHUTTUNG":return function(){return t.e("chunk-2d0a2de3").then(t.bind(null,"006c"))};case"STEUERLICHES_ERGEBNIS":return function(){return t.e("chunk-2d0bda33").then(t.bind(null,"2d9d"))};case"ERBSCHAFTSSTEUERLICHE_WERTE":return function(){return t.e("chunk-2d20efb7").then(t.bind(null,"b24e"))};case"EINZAHLUNGEN":return function(){return t.e("chunk-74ae046b").then(t.bind(null,"8418d"))};case"MITTELHERKUNFT":return function(){return t.e("chunk-2d221bf9").then(t.bind(null,"cc58"))};case"INVESTITIONSKOSTEN":return function(){return t.e("chunk-2d0b3504").then(t.bind(null,"289a"))};case"DOKUMENTE":return function(){return Promise.all([t.e("chunk-4bf3d0a6"),t.e("chunk-2d0ba09e")]).then(t.bind(null,"3605"))};case"DETAIL":return function(){return t.e("chunk-6a6e3bf0").then(t.bind(null,"4a31"))};case"CHARTS":return function(){return Promise.all([t.e("chunk-86999660"),t.e("chunk-2d208ac2"),t.e("chunk-ca8bf87e"),t.e("chunk-0cacfbe3")]).then(t.bind(null,"97126"))};case"PERFORMANCE":return function(){return t.e("chunk-2d0a47da").then(t.bind(null,"0752"))};case"RISIKO":return function(){return t.e("chunk-2d238094").then(t.bind(null,"fe54"))};case"UNTERLAGEN":return function(){return t.e("chunk-74aec6c4").then(t.bind(null,"84e1b"))};case"PURCHASEOPTS":return function(){return t.e("chunk-2d0bae6e").then(t.bind(null,"38d7"))};default:return null}},pageHeaderTitleActions:function(){var e=[];return this.isBrokerOrBypass&&e.push(Object(p["h"])("ADD_FAVORITENLIST","Zu Favoritenliste hinzufügen"),Object(p["h"])("ADD_MYDEPOT","Zum Musterdepot hinzufügen"),Object(p["h"])("ADD_FONDSVERGLEICH","Zum Fondsvergleich hinzufügen")),e},isin:function(){return this.$route.params.isin}}),methods:{init:function(){var e,n;this.$store.dispatch(c["default"].ACTIONS.RESET_STATE),this.tabs=this.createTabs(),this.selectFirstStep(),this.$store.dispatch(c["default"].ACTIONS.GET_FONDSINFO_DETAILS,{isin:null===(e=this.$route.params)||void 0===e?void 0:e.isin,bgsNr:null===(n=this.$route.params)||void 0===n?void 0:n.begleitscheinnummer})},setTab:function(e){var n;this.currentSelectedTab=null===(n=this.tabs)||void 0===n?void 0:n.getCurrentStep(e)},createTabs:function(){var e=[{stepKey:"DETAIL",label:"Detail",current:!0,totalProgress:1},{stepKey:"CHARTS",label:"Charts",current:!1,totalProgress:2},{stepKey:"PERFORMANCE",label:"Performance",current:!1,totalProgress:3},{stepKey:"RISIKO",label:"Risiko",current:!1,totalProgress:4},{stepKey:"UNTERLAGEN",label:"Unterlagen",current:!1,totalProgress:5}];switch(this.currentPath){case this.path.BETEILIGUNGEN:return new f["a"]([{stepKey:"ALLGEMEIN",label:"Allgemein",current:!0,totalProgress:1},{stepKey:"AUSSCHUTTUNG",label:"Ausschüttung",current:!1,totalProgress:2},{stepKey:"STEUERLICHES_ERGEBNIS",label:"Steuerliches Ergebnis",current:!1,totalProgress:3},{stepKey:"ERBSCHAFTSSTEUERLICHE_WERTE",label:"Erbschaftssteuerliche Werte",current:!1,totalProgress:4},{stepKey:"EINZAHLUNGEN",label:"Einzahlungen",current:!1,totalProgress:5},{stepKey:"MITTELHERKUNFT",label:"Mittelherkunft",current:!1,totalProgress:6},{stepKey:"INVESTITIONSKOSTEN",label:"Investitionskosten",current:!1,totalProgress:7},{stepKey:"DOKUMENTE",label:"Dokumente",current:!1,totalProgress:8}]);case this.path.VERMOGENSUBERSICHT:return this.hasRoles([[this.VIEW_ROLES.VIEW_CUSTOMER_AS_BYPASS],[this.VIEW_ROLES.VIEW_BROKER],[this.VIEW_ROLES.VIEW_BROKER_AS_BYPASS]])&&e.push({stepKey:"PURCHASEOPTS",label:"Bezugsmöglichkeiten",current:!1,totalProgress:6}),new f["a"](e);default:return new f["a"]}},getFirstTab:function(){return this.tabs.getFirstStep()},selectFirstStep:function(){var e=this.getFirstTab();this.setTab(null===e||void 0===e?void 0:e.stepKey)}}},E=b,S=(t("2b06"),t("2877")),v=Object(S["a"])(E,i,a,!1,null,"416da421",null);n["default"]=v.exports},a32d:function(e,n,t){var i=t("24fb");n=i(!1),n.push([e.i,".subtitle-part[data-v-5e28624d]{word-break:break-word}",""]),e.exports=n},a6ce:function(e,n,t){var i=t("e8dc");i.__esModule&&(i=i.default),"string"===typeof i&&(i=[[e.i,i,""]]),i.locals&&(e.exports=i.locals);var a=t("499e").default;a("7313724b",i,!0,{sourceMap:!1,shadowMode:!1})},d67c:function(e,n,t){"use strict";t.r(n);var i=function(){var e=this,n=e.$createElement,t=e._self._c||n;return t("div",{staticClass:"mb-4"},[t("OptionMenu",{attrs:{id:e.$appNavigation.currentOptionMenuId,defaultMenu:e.$appNavigation.currentOptionMenu,tid:"fd8cb34a-5ef2-4a09-96c6-6194743f2460"}}),t("DashboardPanel",{attrs:{id:"a207c3dd-7839-4d79-a5f2-6c4123e0b17be",data:e.dashboardData,ignoreUserLevelConfig:"",canEdit:!0,isMasonry:!1,is3Columns:!0,headerActions:e.headerActions,noPrimaryAction:!1},on:{executeAction:function(n){return e.handleExecuteAction(n)},"action-UNTERLAGEN":function(n){return e.gotoUnterlagen()}},scopedSlots:e._u([{key:"title",fn:function(){return[e._v(" Fondsinfo ")]},proxy:!0},{key:"subtitle",fn:function(){return[e.fundsName?[t("span",{staticClass:"subtitle-part"},[e._v(e._s(e.fundsName))]),e.$route.params.isin?t("span",[e._v(" | ")]):e._e()]:e._e(),e.$route.params.isin?[t("span",{staticClass:"subtitle-part"},[e._v(e._s(e.$route.params.isin))])]:e._e()]},proxy:!0}])})],1)},a=[],r=t("1da1"),s=t("2909"),o=t("5530"),l=(t("96cf"),t("caad"),t("2532"),t("99af"),t("d3b7"),t("3ca3"),t("ddb0"),t("b0c0"),t("e260"),t("e6cf"),t("64c5")),u=t("2f62"),c=t("c0a4"),d=t("7cc5"),f=t("3931"),h=t("2444"),p=t("b1a7"),b=t("b967"),E=t("a9e4"),S=t("025b"),v=t("4899"),m=t("4e5f"),g={props:{},mixins:[b["a"]],validators:{},data:function(){return{showAdditional:!1,path:{BETEILIGUNGEN:"beteiligungen",VERMOGENSUBERSICHT:"vermogensubersicht"},tableData:{headers:{},records:[]},selectedRowsValues:[]}},computed:Object(o["a"])(Object(o["a"])({},Object(u["b"])({isFA:l["default"].GETTERS.IS_FA,hasRoles:l["default"].GETTERS.HAS_ROLES,isCustomer:l["default"].GETTERS.IS_CUSTOMER,isCustomerOnly:l["default"].GETTERS.IS_CUSTOMER_ONLY,fundsDetail:v["default"].GETTERS.FONDSINFO_DETAILS})),{},{headerActions:function(){var e=[];return e.push(Object(m["h"])("UNTERLAGEN","Unterlagen")),e},currentPath:function(){return this.$route.path.includes(this.path.BETEILIGUNGEN)?this.path.BETEILIGUNGEN:(this.$route.path.includes(this.path.VERMOGENSUBERSICHT),this.path.VERMOGENSUBERSICHT)},fundsName:function(){var e;return(null===(e=this.fundsDetail)||void 0===e?void 0:e.namme)||""},isViewCustomerAsBypass:function(){return this.hasRoles([E["f"].VIEW_CUSTOMER_AS_BYPASS])},dashboardData:function(){var e={widgets:[]};return this.currentPath==this.path.BETEILIGUNGEN?e.widgets=[].concat(Object(s["a"])(e.widgets),[{name:"ALLGEMEIN",title:"Allgemeine",component:function(){return t.e("chunk-2d0b5fd5").then(t.bind(null,"1af5"))},loading:function(){return!1},actions:[{legend:{icon:"PhList",key:"EDIT_COLUMNS",label:"Zeilen anpassen"},visible:function(){return!0}}]},{name:"AUSSCHUTTUNG",title:"Ausschüttung",component:function(){return t.e("chunk-2d0c8db5").then(t.bind(null,"5752"))},loading:function(){return!1},actions:[{legend:{icon:"PhList",key:"EDIT_COLUMNS",label:"Zeilen anpassen"},visible:function(){return!0}}]},{name:"STEUERLICHES_ERGEBNIS",title:"Steuerliches Ergebnis",component:function(){return t.e("chunk-2d0e1fdd").then(t.bind(null,"7d93"))},loading:function(){return!1}},{name:"ERBSCHAFTSSTEUERLICHE_WERTE",title:"Erbschaftssteuerliche Werte",component:function(){return t.e("chunk-2d0ddfb0").then(t.bind(null,"8464"))},loading:function(){return!1}},{name:"EINZAHLUNGEN",title:"Einzahlungen",component:function(){return t.e("chunk-77311930").then(t.bind(null,"dedad"))},loading:function(){return!1}},{name:"MITTELHERKUNFT",title:"Mittelherkunft",component:function(){return t.e("chunk-2d0d9fa2").then(t.bind(null,"6a45"))},loading:function(){return!1}},{name:"INVESTITIONSKOSTEN",title:"Investitionskosten",component:function(){return t.e("chunk-2d0f00fe").then(t.bind(null,"9b87"))},loading:function(){return!1}},{name:"DOKUMENTE",title:"Dokumente",component:function(){return t.e("chunk-2d0e5f92").then(t.bind(null,"9786"))},loading:function(){return!1}}]):this.currentPath==this.path.VERMOGENSUBERSICHT&&(e.widgets=[].concat(Object(s["a"])(e.widgets),[{name:"DETAIL",title:"Stammdaten",component:function(){return t.e("chunk-34115b7a").then(t.bind(null,"d182"))},loading:function(){return!1},actions:[{legend:{icon:"PhList",key:"EDIT_COLUMNS",label:"Zeilen anpassen"},visible:function(){return!0}}]},{name:"DETAIL2",title:"Schwerpunkt",mainStep:"DETAIL",component:function(){return t.e("chunk-303ca580").then(t.bind(null,"24710"))},loading:function(){return!1},actions:[{legend:{icon:"PhList",key:"EDIT_COLUMNS",label:"Zeilen anpassen"},visible:function(){return!0}}]},{name:"DETAIL3",title:"Zielmarktdaten (MiFID)",mainStep:"DETAIL",component:function(){return t.e("chunk-e453009c").then(t.bind(null,"d4e3"))},loading:function(){return!1},actions:[{legend:{icon:"PhList",key:"EDIT_COLUMNS",label:"Zeilen anpassen"},visible:function(){return!0}}]},{name:"DETAIL4",title:"Kosten",mainStep:"DETAIL",component:function(){return t.e("chunk-508ba3ae").then(t.bind(null,"c314"))},loading:function(){return!1},actions:[{legend:{icon:"PhList",key:"EDIT_COLUMNS",label:"Zeilen anpassen"},visible:function(){return!0}}]},{name:"DETAIL5",title:"Kosten Ex-Ante",mainStep:"DETAIL",component:function(){return t.e("chunk-a6b603d8").then(t.bind(null,"0938"))},loading:function(){return!1},actions:[{legend:{icon:"PhList",key:"EDIT_COLUMNS",label:"Zeilen anpassen"},visible:function(){return!0}}]},{name:"DETAIL6",title:"Kosten ExPost",mainStep:"DETAIL",component:function(){return t.e("chunk-e0c44748").then(t.bind(null,"c14b"))},loading:function(){return!1},actions:[{legend:{icon:"PhList",key:"EDIT_COLUMNS",label:"Zeilen anpassen"},visible:function(){return!0}}]},{name:"CHARTS1",title:"Wertentwicklung",mainStep:"CHARTS",component:function(){return Promise.all([t.e("chunk-86999660"),t.e("chunk-2d208ac2"),t.e("chunk-ca8bf87e"),t.e("chunk-2d226137")]).then(t.bind(null,"e6b2"))},loading:function(){return!1}},{name:"CHARTS2",title:"Jährliche Rendite",mainStep:"CHARTS",component:function(){return Promise.all([t.e("chunk-2d208ac2"),t.e("chunk-bdbd371c")]).then(t.bind(null,"ea8f"))},loading:function(){return!1}},{name:"CHARTS3",title:"Rendite / Risiko",mainStep:"CHARTS",component:function(){return Promise.all([t.e("chunk-86999660"),t.e("chunk-2d208ac2"),t.e("chunk-ca8bf87e"),t.e("chunk-2d2084a8")]).then(t.bind(null,"a3bb"))},loading:function(){return!1}},{name:"PERFORMANCE",title:"Performance",component:function(){return t.e("chunk-2d22daf1").then(t.bind(null,"f919"))},loading:function(){return!1},actions:[{legend:{icon:"PhList",key:"EDIT_COLUMNS",label:"Zeilen anpassen"},visible:function(){return!0}}]},{name:"RISIKO",title:"Risiko",component:function(){return t.e("chunk-7727cd29").then(t.bind(null,"e37b8"))},loading:function(){return!1},actions:[{legend:{icon:"PhList",key:"EDIT_COLUMNS",label:"Zeilen anpassen"},visible:function(){return!0}}]}]),this.hasRoles([[this.VIEW_ROLES.VIEW_CUSTOMER_AS_BYPASS],[this.VIEW_ROLES.VIEW_BROKER],[this.VIEW_ROLES.VIEW_BROKER_AS_BYPASS]])&&e.widgets.push({name:"PURCHASEOPTS",title:"Bezugsmöglichkeiten",component:function(){return t.e("chunk-2d0e925c").then(t.bind(null,"8bfb"))},visible:function(){return!0},loading:function(){return!1},actions:[{legend:{icon:"PhList",key:"EDIT_COLUMNS",label:"Zeilen anpassen"},visible:function(){return!0}}]})),e}}),mounted:function(){var e=Object(r["a"])(regeneratorRuntime.mark((function e(){var n,t;return regeneratorRuntime.wrap((function(e){while(1)switch(e.prev=e.next){case 0:this.$store.dispatch(v["default"].ACTIONS.GET_FONDSINFO_DETAILS,{isin:null===(n=this.$route.params)||void 0===n?void 0:n.isin,bgsNr:null===(t=this.$route.params)||void 0===t?void 0:t.begleitscheinnummer});case 1:case"end":return e.stop()}}),e,this)})));function n(){return e.apply(this,arguments)}return n}(),beforeRouteLeave:function(e,n,t){this.$addBreadcrumb({label:"zurück zum Überblick",to:e,from:n}),t()},methods:{navigateTo:function(e){this.$router.push({path:"".concat(e)})},gotoUnterlagen:function(){var e;this.$router.push("/shared/vermogensubersicht/fondsinfo/".concat(null===(e=this.$route.params)||void 0===e?void 0:e.isin,"?stepKey=UNTERLAGEN"))},handleExecuteAction:function(e){var n,t,i,a,r,s;if("EDIT_COLUMNS"===(null===(n=e.action)||void 0===n||null===(t=n.legend)||void 0===t?void 0:t.key)){if(null!==e&&void 0!==e&&null!==(i=e.component)&&void 0!==i&&i.$refs.table)null===e||void 0===e||null===(r=e.component)||void 0===r||r.$refs.table.openColumnsConfig();else if(null!==(a=e.action)&&void 0!==a&&a.tableContainer){var o;e.component.$refs[null===(o=e.action)||void 0===o?void 0:o.tableContainer].$refs.table.openColumnsConfig()}}else if(null!==(s=e.widget)&&void 0!==s&&s.mainStep){var l,u,c,d,f="/shared/vermogensubersicht/fondsinfo/".concat(null===(l=this.$route.params)||void 0===l?void 0:l.isin,"?stepKey=").concat(null===e||void 0===e||null===(u=e.widget)||void 0===u?void 0:u.mainStep);if(null!==e&&void 0!==e&&null!==(c=e.widget)&&void 0!==c&&c.subStep)f="".concat(f,"?substep=").concat(null===e||void 0===e||null===(d=e.widget)||void 0===d?void 0:d.subStep);this.$router.push(f)}else{var h,p,b,E;console.log("/shared/vermogensubersicht/fondsinfo/".concat(null===(h=this.$route.params)||void 0===h?void 0:h.isin,"?stepKey=").concat(null===e||void 0===e||null===(p=e.widget)||void 0===p?void 0:p.name)),this.$router.push("/shared/vermogensubersicht/fondsinfo/".concat(null===(b=this.$route.params)||void 0===b?void 0:b.isin,"?stepKey=").concat(null===e||void 0===e||null===(E=e.widget)||void 0===E?void 0:E.name))}}},components:{PhCheck:c["PhCheck"],PhWarning:c["PhWarning"],CurrencyLabel:d["a"],OptionMenu:f["a"],DashboardPanel:h["default"],NoData:p["a"],Pill:S["a"]}},T=g,I=(t("10f3"),t("2877")),N=Object(I["a"])(T,i,a,!1,null,"5e28624d",null);n["default"]=N.exports},e8dc:function(e,n,t){var i=t("24fb");n=i(!1),n.push([e.i,".strech[data-v-416da421]{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-item[data-v-416da421]{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}@media screen and (max-width:767px){.responsive-stepper[data-v-416da421]{display:none}}@media screen and (min-width:992px){.mobile-stepper[data-v-416da421]{display:none}}",""]),e.exports=n}}]);