"use strict";(self.webpackChunknextcloud=self.webpackChunknextcloud||[]).push([[3670],{38762:(e,t,i)=>{i.d(t,{A:()=>o});var a=i(71354),n=i.n(a),l=i(76314),r=i.n(l)()(n());r.push([e.id,".template-field-modal__content[data-v-38092102]{padding:calc(var(--default-grid-baseline)*4)}.template-field-modal__content h3[data-v-38092102]{text-align:center}.template-field-modal__buttons[data-v-38092102]{display:flex;justify-content:flex-end;gap:var(--default-grid-baseline);margin:calc(var(--default-grid-baseline)*4);margin-top:0}","",{version:3,sources:["webpack://./apps/files/src/components/TemplateFiller.vue"],names:[],mappings:"AAGA,gDACC,4CAHc,CAKd,mDACC,iBAAA,CAIF,gDACC,YAAA,CACA,wBAAA,CACA,gCAAA,CACA,2CAdc,CAed,YAAA",sourcesContent:["\n$modal-margin: calc(var(--default-grid-baseline) * 4);\n\n.template-field-modal__content {\n\tpadding: $modal-margin;\n\n\th3 {\n\t\ttext-align: center;\n\t}\n}\n\n.template-field-modal__buttons {\n\tdisplay: flex;\n\tjustify-content: flex-end;\n\tgap: var(--default-grid-baseline);\n\tmargin: $modal-margin;\n\tmargin-top: 0;\n}\n"],sourceRoot:""}]);const o=r},21803:(e,t,i)=>{i.d(t,{A:()=>o});var a=i(71354),n=i.n(a),l=i(76314),r=i.n(l)()(n());r.push([e.id,".template-field__text[data-v-6cc559b7]{margin:20px 0}.template-field__text label[data-v-6cc559b7]{font-weight:bold}","",{version:3,sources:["webpack://./apps/files/src/components/TemplateFiller/TemplateTextField.vue"],names:[],mappings:"AACA,uCACC,aAAA,CAEA,6CACC,gBAAA",sourcesContent:["\n.template-field__text {\n\tmargin: 20px 0;\n\n\tlabel {\n\t\tfont-weight: bold;\n\t}\n}\n"],sourceRoot:""}]);const o=r},68280:(e,t,i)=>{i.d(t,{A:()=>o});var a=i(71354),n=i.n(a),l=i(76314),r=i.n(l)()(n());r.push([e.id,".template-picker__item[data-v-15948b5a]{display:flex}.template-picker__label[data-v-15948b5a]{display:flex;align-items:center;flex:1 1;flex-direction:column}.template-picker__label[data-v-15948b5a],.template-picker__label *[data-v-15948b5a]{cursor:pointer;user-select:none}.template-picker__label[data-v-15948b5a]::before{display:none !important}.template-picker__preview[data-v-15948b5a]{display:block;overflow:hidden;flex:1 1;width:var(--width);min-height:var(--height);max-height:var(--height);padding:0;border:var(--border) solid var(--color-border);border-radius:var(--border-radius-large)}input:checked+label>.template-picker__preview[data-v-15948b5a]{border-color:var(--color-primary-element)}.template-picker__preview--failed[data-v-15948b5a]{display:flex}.template-picker__image[data-v-15948b5a]{max-width:100%;background-color:var(--color-main-background);object-fit:cover}.template-picker__preview--failed .template-picker__image[data-v-15948b5a]{width:calc(var(--margin)*8);margin:auto;background-color:rgba(0,0,0,0) !important;object-fit:initial}.template-picker__title[data-v-15948b5a]{overflow:hidden;max-width:calc(var(--width) + 4px);padding:var(--margin);white-space:nowrap;text-overflow:ellipsis}","",{version:3,sources:["webpack://./apps/files/src/components/TemplatePreview.vue"],names:[],mappings:"AAGC,wCACC,YAAA,CAGD,yCACC,YAAA,CAEA,kBAAA,CACA,QAAA,CACA,qBAAA,CAEA,oFACC,cAAA,CACA,gBAAA,CAGD,iDACC,uBAAA,CAIF,2CACC,aAAA,CACA,eAAA,CAEA,QAAA,CACA,kBAAA,CACA,wBAAA,CACA,wBAAA,CACA,SAAA,CACA,8CAAA,CACA,wCAAA,CAEA,+DACC,yCAAA,CAGD,mDAEC,YAAA,CAIF,yCACC,cAAA,CACA,6CAAA,CAEA,gBAAA,CAID,2EACC,2BAAA,CAEA,WAAA,CACA,yCAAA,CAEA,kBAAA,CAGD,yCACC,eAAA,CAEA,kCAAA,CACA,qBAAA,CACA,kBAAA,CACA,sBAAA",sourcesContent:["\n\n.template-picker {\n\t&__item {\n\t\tdisplay: flex;\n\t}\n\n\t&__label {\n\t\tdisplay: flex;\n\t\t// Align in the middle of the grid\n\t\talign-items: center;\n\t\tflex: 1 1;\n\t\tflex-direction: column;\n\n\t\t&, * {\n\t\t\tcursor: pointer;\n\t\t\tuser-select: none;\n\t\t}\n\n\t\t&::before {\n\t\t\tdisplay: none !important;\n\t\t}\n\t}\n\n\t&__preview {\n\t\tdisplay: block;\n\t\toverflow: hidden;\n\t\t// Stretch so all entries are the same width\n\t\tflex: 1 1;\n\t\twidth: var(--width);\n\t\tmin-height: var(--height);\n\t\tmax-height: var(--height);\n\t\tpadding: 0;\n\t\tborder: var(--border) solid var(--color-border);\n\t\tborder-radius: var(--border-radius-large);\n\n\t\tinput:checked + label > & {\n\t\t\tborder-color: var(--color-primary-element);\n\t\t}\n\n\t\t&--failed {\n\t\t\t// Make sure to properly center fallback icon\n\t\t\tdisplay: flex;\n\t\t}\n\t}\n\n\t&__image {\n\t\tmax-width: 100%;\n\t\tbackground-color: var(--color-main-background);\n\n\t\tobject-fit: cover;\n\t}\n\n\t// Failed preview, fallback to mime icon\n\t&__preview--failed &__image {\n\t\twidth: calc(var(--margin) * 8);\n\t\t// Center mime icon\n\t\tmargin: auto;\n\t\tbackground-color: transparent !important;\n\n\t\tobject-fit: initial;\n\t}\n\n\t&__title {\n\t\toverflow: hidden;\n\t\t// also count preview border\n\t\tmax-width: calc(var(--width) + 2*2px);\n\t\tpadding: var(--margin);\n\t\twhite-space: nowrap;\n\t\ttext-overflow: ellipsis;\n\t}\n}\n\n"],sourceRoot:""}]);const o=r},5468:(e,t,i)=>{i.d(t,{A:()=>o});var a=i(71354),n=i.n(a),l=i(76314),r=i.n(l)()(n());r.push([e.id,".templates-picker__form[data-v-2eb3aca2]{padding:calc(var(--margin)*2);padding-bottom:0}.templates-picker__form h2[data-v-2eb3aca2]{text-align:center;font-weight:bold;margin:var(--margin) 0 calc(var(--margin)*2)}.templates-picker__list[data-v-2eb3aca2]{display:grid;grid-gap:calc(var(--margin)*2);grid-auto-columns:1fr;max-width:calc(var(--fullwidth)*6);grid-template-columns:repeat(auto-fit, var(--fullwidth));grid-auto-rows:1fr;justify-content:center}.templates-picker__buttons[data-v-2eb3aca2]{display:flex;justify-content:end;padding:calc(var(--margin)*2) var(--margin);position:sticky;bottom:0;background-image:linear-gradient(0, var(--gradient-main-background))}.templates-picker__buttons button[data-v-2eb3aca2],.templates-picker__buttons input[type=submit][data-v-2eb3aca2]{height:44px}.templates-picker[data-v-2eb3aca2] .modal-container{position:relative}.templates-picker__loading[data-v-2eb3aca2]{position:absolute;top:0;left:0;justify-content:center;width:100%;height:100%;margin:0;background-color:var(--color-main-background-translucent)}","",{version:3,sources:["webpack://./apps/files/src/views/TemplatePicker.vue"],names:[],mappings:"AAEC,yCACC,6BAAA,CAEA,gBAAA,CAEA,4CACC,iBAAA,CACA,gBAAA,CACA,4CAAA,CAIF,yCACC,YAAA,CACA,8BAAA,CACA,qBAAA,CAEA,kCAAA,CACA,wDAAA,CAEA,kBAAA,CAEA,sBAAA,CAGD,4CACC,YAAA,CACA,mBAAA,CACA,2CAAA,CACA,eAAA,CACA,QAAA,CACA,oEAAA,CAEA,kHACC,WAAA,CAKF,oDACC,iBAAA,CAGD,4CACC,iBAAA,CACA,KAAA,CACA,MAAA,CACA,sBAAA,CACA,UAAA,CACA,WAAA,CACA,QAAA,CACA,yDAAA",sourcesContent:["\n.templates-picker {\n\t&__form {\n\t\tpadding: calc(var(--margin) * 2);\n\t\t// Will be handled by the buttons\n\t\tpadding-bottom: 0;\n\n\t\th2 {\n\t\t\ttext-align: center;\n\t\t\tfont-weight: bold;\n\t\t\tmargin: var(--margin) 0 calc(var(--margin) * 2);\n\t\t}\n\t}\n\n\t&__list {\n\t\tdisplay: grid;\n\t\tgrid-gap: calc(var(--margin) * 2);\n\t\tgrid-auto-columns: 1fr;\n\t\t// We want maximum 5 columns. Putting 6 as we don't count the grid gap. So it will always be lower than 6\n\t\tmax-width: calc(var(--fullwidth) * 6);\n\t\tgrid-template-columns: repeat(auto-fit, var(--fullwidth));\n\t\t// Make sure all rows are the same height\n\t\tgrid-auto-rows: 1fr;\n\t\t// Center the columns set\n\t\tjustify-content: center;\n\t}\n\n\t&__buttons {\n\t\tdisplay: flex;\n\t\tjustify-content: end;\n\t\tpadding: calc(var(--margin) * 2) var(--margin);\n\t\tposition: sticky;\n\t\tbottom: 0;\n\t\tbackground-image: linear-gradient(0, var(--gradient-main-background));\n\n\t\tbutton, input[type='submit'] {\n\t\t\theight: 44px;\n\t\t}\n\t}\n\n\t// Make sure we're relative for the loading emptycontent on top\n\t::v-deep .modal-container {\n\t\tposition: relative;\n\t}\n\n\t&__loading {\n\t\tposition: absolute;\n\t\ttop: 0;\n\t\tleft: 0;\n\t\tjustify-content: center;\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tmargin: 0;\n\t\tbackground-color: var(--color-main-background-translucent);\n\t}\n}\n\n"],sourceRoot:""}]);const o=r},13680:(e,t,i)=>{i.r(t),i.d(t,{default:()=>O});var a=i(21777),n=i(85168),l=i(61338),r=i(35810),o=i(53334),s=i(63814),d=i(43627),c=i(85471),A=i(65043),p=i(34196),m=i(71650),u=i(71225);const v=256,h={name:"TemplatePreview",inheritAttrs:!1,props:{basename:{type:String,required:!0},checked:{type:Boolean,default:!1},fileid:{type:[String,Number],required:!0},filename:{type:String,required:!0},previewUrl:{type:String,default:null},hasPreview:{type:Boolean,default:!0},mime:{type:String,required:!0},ratio:{type:Number,default:null}},data:()=>({failedPreview:!1}),computed:{nameWithoutExt(){return this.basename.indexOf(".")>-1?this.basename.split(".").slice(0,-1).join("."):this.basename},id(){return"template-picker-".concat(this.fileid)},realPreviewUrl(){return this.failedPreview&&this.mimeIcon?this.mimeIcon:this.previewUrl?this.previewUrl:(0,a.HW)()?(0,s.Jv)("/core/preview?fileId=".concat(this.fileid,"&x=").concat(v,"&y=").concat(v,"&a=1")):(0,s.Jv)("/apps/files_sharing/publicpreview/".concat(document.getElementById("sharingToken")&&document.getElementById("sharingToken").value,"?fileId=").concat(this.fileid,"&file=").concat((0,u.O0)(this.filename),"&x=").concat(v,"&y=").concat(v,"&a=1"))},mimeIcon(){return OC.MimeType.getIconUrl(this.mime)}},methods:{onCheck(){this.$emit("check",this.fileid)},onFailure(){this.failedPreview=!0}}};var f=i(85072),g=i.n(f),C=i(97825),b=i.n(C),_=i(77659),w=i.n(_),y=i(55056),k=i.n(y),x=i(10540),N=i.n(x),T=i(41113),P=i.n(T),B=i(68280),F={};F.styleTagTransform=P(),F.setAttributes=k(),F.insert=w().bind(null,"head"),F.domAPI=b(),F.insertStyleElement=N(),g()(B.A,F),B.A&&B.A.locals&&B.A.locals;var E=i(14486);const I=(0,E.A)(h,(function(){var e=this,t=e._self._c;return t("li",{staticClass:"template-picker__item"},[t("input",{staticClass:"radio",attrs:{id:e.id,type:"radio",name:"template-picker"},domProps:{checked:e.checked},on:{change:e.onCheck}}),e._v(" "),t("label",{staticClass:"template-picker__label",attrs:{for:e.id}},[t("div",{staticClass:"template-picker__preview",class:e.failedPreview?"template-picker__preview--failed":""},[t("img",{staticClass:"template-picker__image",attrs:{src:e.realPreviewUrl,alt:"",draggable:"false"},on:{error:e.onFailure}})]),e._v(" "),t("span",{staticClass:"template-picker__title"},[e._v("\n\t\t\t"+e._s(e.nameWithoutExt)+"\n\t\t")])])])}),[],!1,null,"15948b5a",null).exports;var S=i(76333);const D=(0,c.pM)({name:"TemplateTextField",components:{NcTextField:S.v},props:{field:{type:Object,default:()=>{}}},data:()=>({value:""}),computed:{fieldLabel(){var e,t;const i=null!==(e=null!==(t=this.field.name)&&void 0!==t?t:this.field.alias)&&void 0!==e?e:"Unknown field";return i.charAt(0).toUpperCase()+i.slice(1)},fieldId(){return"text-field"+this.field.index}}});var L=i(21803),M={};M.styleTagTransform=P(),M.setAttributes=k(),M.insert=w().bind(null,"head"),M.domAPI=b(),M.insertStyleElement=N(),g()(L.A,M),L.A&&L.A.locals&&L.A.locals;const j=(0,E.A)(D,(function(){var e=this,t=e._self._c;return e._self._setupProxy,t("div",{staticClass:"template-field__text"},[t("label",{attrs:{for:e.fieldId}},[e._v("\n\t\t"+e._s(e.fieldLabel)+"\n\t")]),e._v(" "),t("NcTextField",{attrs:{id:e.fieldId,type:"text",value:e.value,label:e.fieldLabel,"label-outside":!0,placeholder:e.field.content},on:{"update:value":function(t){e.value=t},input:function(t){return e.$emit("input",[e.value,e.field.index])}}})],1)}),[],!1,null,"6cc559b7",null).exports,G=(0,c.pM)({name:"TemplateFiller",components:{NcModal:S.FH,NcButton:S.x1,NcLoadingIcon:S.ne,TemplateTextField:j},props:{fields:{type:Array,default:()=>[]},onSubmit:{type:Function,default:async()=>{}}},data:()=>({localFields:{},loading:!1}),methods:{t:o.Tl,trackInput(e){let[t,i]=e;this.localFields[i]={content:t}},async submit(){this.loading=!0,await this.onSubmit(this.localFields),this.$emit("close")}}});var W=i(38762),U={};U.styleTagTransform=P(),U.setAttributes=k(),U.insert=w().bind(null,"head"),U.domAPI=b(),U.insertStyleElement=N(),g()(W.A,U),W.A&&W.A.locals&&W.A.locals;const z=(0,E.A)(G,(function(){var e=this,t=e._self._c;return e._self._setupProxy,t("NcModal",[t("div",{staticClass:"template-field-modal__content"},[t("form",[t("h3",[e._v(e._s(e.t("files","Fill template fields")))]),e._v(" "),e._l(e.fields,(function(i){return t("div",{key:i.index},["rich-text"==i.type?t("TemplateTextField",{attrs:{field:i},on:{input:e.trackInput}}):e._e()],1)}))],2)]),e._v(" "),t("div",{staticClass:"template-field-modal__buttons"},[e.loading?t("NcLoadingIcon",{attrs:{name:e.t("files","Submitting fields…")}}):e._e(),e._v(" "),t("NcButton",{attrs:{"aria-label":"Submit button",type:"primary"},on:{click:e.submit}},[e._v("\n\t\t\t"+e._s(e.t("files","Submit"))+"\n\t\t")])],1)])}),[],!1,null,"38092102",null).exports;var R=i(76150);const X=(0,c.pM)({name:"TemplatePicker",components:{NcEmptyContent:p.A,NcModal:m.A,TemplatePreview:I},props:{parent:{type:Object,default:()=>null}},data:()=>({checked:-1,loading:!1,name:null,opened:!1,provider:null}),computed:{extension(){var e;return(0,d.extname)(null!==(e=this.name)&&void 0!==e?e:"")},nameWithoutExt(){return this.extension?this.name.slice(0,0-this.extension.length):this.name},emptyTemplate(){var e,t;return{basename:(0,o.Tl)("files","Blank"),fileid:-1,filename:(0,o.Tl)("files","Blank"),hasPreview:!1,mime:(null===(e=this.provider)||void 0===e?void 0:e.mimetypes[0])||(null===(t=this.provider)||void 0===t?void 0:t.mimetypes)}},selectedTemplate(){return this.provider?this.provider.templates.find((e=>e.fileid===this.checked)):null},style(){if(!this.provider)return{};const e=(this.provider.ratio?this.provider.ratio:1.77)>1?240:160;return{"--margin":"8px","--width":e+"px","--border":"2px","--fullwidth":e+16+4+"px","--height":this.provider.ratio?Math.round(e/this.provider.ratio)+"px":null}}},methods:{t:o.Tl,async open(e,t){this.checked=this.emptyTemplate.fileid,this.name=e,this.provider=t;const i=(await async function(){return(await A.Ay.get((0,s.KT)("apps/files/api/v1/templates"))).data.ocs.data}()).find((e=>e.app===t.app&&e.label===t.label));if(null===i)throw new Error("Failed to match provider in results");this.provider=i,0!==i.templates.length?this.opened=!0:this.onSubmit()},close(){this.checked=this.emptyTemplate.fileid,this.loading=!1,this.name=null,this.opened=!1,this.provider=null},onCheck(e){this.checked=e},async createFile(e){const t=new URL(window.location.href).searchParams.get("dir")||"/";var i,c,p;this.nameWithoutExt===this.name&&(R.A.warn("Fixed invalid filename",{name:this.name,extension:null===(i=this.provider)||void 0===i?void 0:i.extension}),this.name="".concat(this.name).concat(null!==(c=null===(p=this.provider)||void 0===p?void 0:p.extension)&&void 0!==c?c:""));try{var m,u,v,h,f,g,C,b;const i=await async function(e,t,i,a){return(await A.Ay.post((0,s.KT)("apps/files/api/v1/templates/create"),{filePath:e,templatePath:t,templateType:i,templateFields:a})).data.ocs.data}((0,d.normalize)("".concat(t,"/").concat(this.name)),null!==(m=null===(u=this.selectedTemplate)||void 0===u?void 0:u.filename)&&void 0!==m?m:"",null!==(v=null===(h=this.selectedTemplate)||void 0===h?void 0:h.templateType)&&void 0!==v?v:"",e);R.A.debug("Created new file",i);const n=(null===(f=(0,a.HW)())||void 0===f?void 0:f.uid)||null,o=new r.ZH({id:i.fileid,source:(0,s.dC)((0,d.join)("dav/files/".concat(n),i.filename)),root:"/files/".concat(n),mime:i.mime,mtime:new Date(1e3*i.lastmod),owner:n,size:i.size,permissions:i.permissions,attributes:{"mount-type":null===(g=this.parent)||void 0===g||null===(g=g.attributes)||void 0===g?void 0:g["mount-type"],"owner-id":null===(C=this.parent)||void 0===C||null===(C=C.attributes)||void 0===C?void 0:C["owner-id"],"owner-display-name":null===(b=this.parent)||void 0===b||null===(b=b.attributes)||void 0===b?void 0:b["owner-display-name"],...i,"has-preview":i.hasPreview}});(0,l.Ic)("files:node:created",o),window.OCP.Files.Router.goToRoute(null,{view:"files",fileid:o.fileid},{dir:o.dirname,openfile:"true"}),this.close()}catch(e){R.A.error("Error while creating the new file from template",{error:e}),(0,n.Qg)((0,o.Tl)("files","Unable to create new file from template"))}finally{this.loading=!1}},async onSubmit(){var e;(null===(e=this.selectedTemplate)||void 0===e||null===(e=e.fields)||void 0===e?void 0:e.length)>0?(0,n.Ss)(z,{fields:this.selectedTemplate.fields,onSubmit:this.createFile}):(this.loading=!0,await this.createFile())}}});var q=i(5468),H={};H.styleTagTransform=P(),H.setAttributes=k(),H.insert=w().bind(null,"head"),H.domAPI=b(),H.insertStyleElement=N(),g()(q.A,H),q.A&&q.A.locals&&q.A.locals;const O=(0,E.A)(X,(function(){var e=this,t=e._self._c;return e._self._setupProxy,e.opened?t("NcModal",{staticClass:"templates-picker",attrs:{"clear-view-delay":-1,size:"large"},on:{close:e.close}},[t("form",{staticClass:"templates-picker__form",style:e.style,on:{submit:function(t){return t.preventDefault(),t.stopPropagation(),e.onSubmit.apply(null,arguments)}}},[t("h2",[e._v(e._s(e.t("files","Pick a template for {name}",{name:e.nameWithoutExt})))]),e._v(" "),t("ul",{staticClass:"templates-picker__list"},[t("TemplatePreview",e._b({attrs:{checked:e.checked===e.emptyTemplate.fileid},on:{check:e.onCheck}},"TemplatePreview",e.emptyTemplate,!1)),e._v(" "),e._l(e.provider.templates,(function(i){return t("TemplatePreview",e._b({key:i.fileid,attrs:{checked:e.checked===i.fileid,ratio:e.provider.ratio},on:{check:e.onCheck}},"TemplatePreview",i,!1))}))],2),e._v(" "),t("div",{staticClass:"templates-picker__buttons"},[t("input",{staticClass:"primary",attrs:{type:"submit","aria-label":e.t("files","Create a new file with the selected template")},domProps:{value:e.t("files","Create")}})])]),e._v(" "),e.loading?t("NcEmptyContent",{staticClass:"templates-picker__loading",attrs:{icon:"icon-loading"}},[e._v("\n\t\t"+e._s(e.t("files","Creating file"))+"\n\t")]):e._e()],1):e._e()}),[],!1,null,"2eb3aca2",null).exports},27518:e=>{e.exports="data:image/svg+xml,%3c%21--%20-%20SPDX-FileCopyrightText:%202020%20Google%20Inc.%20-%20SPDX-License-Identifier:%20Apache-2.0%20--%3e%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2724%27%20height=%2724%27%20fill=%27%23222%27%3e%3cpath%20d=%27M15.4%2016.6L10.8%2012l4.6-4.6L14%206l-6%206%206%206%201.4-1.4z%27/%3e%3c/svg%3e"},27514:e=>{e.exports="data:image/svg+xml,%3c%21--%20-%20SPDX-FileCopyrightText:%202020%20Google%20Inc.%20-%20SPDX-License-Identifier:%20Apache-2.0%20--%3e%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2724%27%20height=%2724%27%20fill=%27%23222%27%3e%3cpath%20d=%27M18.4%207.4L17%206l-6%206%206%206%201.4-1.4-4.6-4.6%204.6-4.6m-6%200L11%206l-6%206%206%206%201.4-1.4L7.8%2012l4.6-4.6z%27/%3e%3c/svg%3e"},79722:e=>{e.exports="data:image/svg+xml,%3c%21--%20-%20SPDX-FileCopyrightText:%202020%20Google%20Inc.%20-%20SPDX-License-Identifier:%20Apache-2.0%20--%3e%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2724%27%20height=%2724%27%20fill=%27%23222%27%3e%3cpath%20d=%27M5.6%207.4L7%206l6%206-6%206-1.4-1.4%204.6-4.6-4.6-4.6m6%200L13%206l6%206-6%206-1.4-1.4%204.6-4.6-4.6-4.6z%27/%3e%3c/svg%3e"},86886:e=>{e.exports="data:image/svg+xml,%3c%21--%20-%20SPDX-FileCopyrightText:%202020%20Google%20Inc.%20-%20SPDX-License-Identifier:%20Apache-2.0%20--%3e%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2724%27%20height=%2724%27%20fill=%27%23222%27%3e%3cpath%20d=%27M8.6%2016.6l4.6-4.6-4.6-4.6L10%206l6%206-6%206-1.4-1.4z%27/%3e%3c/svg%3e"},76333:(e,t,i)=>{i.d(t,{AO:()=>M.N,Az:()=>o.N,B6:()=>A.N,EQ:()=>ue.N,FH:()=>le.A,K1:()=>ee.N,Qz:()=>D.N,R1:()=>S.N,i$:()=>O.N,lT:()=>X.N,ne:()=>ne.A,v:()=>ve.N,x1:()=>L.A,yI:()=>K.A}),i(28054);var a=i(89257),n=i(97647),l=i(30567),r=i(4703),o=i(68643),s=i(73267),d=i(15683),c=i(93806),A=i(50621),p=i(80114),m=i(32831),u=i(98060),v=i(17753),h=i(47611),f=i(10363),g=i(5284),C=i(4450),b=i(20377),_=i(8794),w=i(80329),y=i(62720),k=i(95650),x=i(58401),N=i(85362),T=i(66687),P=i(38872),B=i(85948),F=i(26694),E=i(46503),I=i(64560),S=i(605),D=i(51911),L=i(54332),M=i(71270),j=i(82112),G=i(50172),W=i(48003),U=i(5569),z=i(20511),R=i(31373),X=i(44274),q=i(42764),H=i(31126),O=i(7271),Q=i(17635),Y=i(68296),$=i(31145),K=i(34196),J=i(78298),Z=i(49708),V=i(94659),ee=i(15676),te=i(27433),ie=i(12231),ae=i(80175),ne=i(84237),le=i(71650),re=i(52201),oe=i(10129),se=i(28640),de=i(97595),ce=i(27052),Ae=i(23596),pe=i(45570),me=i(97306),ue=(i(40708),i(7159),i(65043),i(21777),i(58873)),ve=i(88492),he=(i(61338),i(12679)),fe=i(9099),ge=i(22529),Ce=i(70328),be=i(29539),_e=i(42740),we=i(30833),ye=i(6991),ke=i(28109),xe=i(23610),Ne=(i(23020),i(53429),i(9050),i(58028),i(42892)),Te=i(65842),Pe=(i(18300),i(75105),i(92471),i(16406),i(2508));a.A,n.N,l.A,r.A,o.N,s.A,d.A,c.A,p.A,m.A,u.A,A.N,v.N,h.A,f.A,g.N,C.N,b.A,_.N,w.A,y.A,k.N,x.N,N.N,T.A,P.N,B.A,F.N,E.A,pe.N,I.N,S.N,D.N,L.A,M.N,j.N,G.N,W.N,U.A,z.N,R.N,X.N,q.A,H.A,O.N,Q.N,Y.A,$.N,K.A,J.A,Z.N,V.N,ee.N,te.A,ie.N,ae.N,ne.A,Ae.N,le.A,re.A,oe.N,se.N,de.N,ce.N,pe.a,me.N,he.N,ue.N,fe.N,ge.N,Ce.N,be.N,_e.A,ve.N,we.N,ye.N,ke.N,xe.A,Symbol.toStringTag,Ne.u,Te.u,Pe.yw,Symbol.toStringTag}}]); //# sourceMappingURL=3670-3670.js.map?v=d73385ebbe9c8706c7e6