From 816d5299de661e5818665969f4e011c5e68cee0c Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 11 Jan 2024 17:27:01 +0100 Subject: [PATCH 1/2] use showError in TransferOwnershipDialogue Signed-off-by: Simon L --- apps/files/src/components/TransferOwnershipDialogue.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/files/src/components/TransferOwnershipDialogue.vue b/apps/files/src/components/TransferOwnershipDialogue.vue index 21d172ede9aa0..e7cecb5224cce 100644 --- a/apps/files/src/components/TransferOwnershipDialogue.vue +++ b/apps/files/src/components/TransferOwnershipDialogue.vue @@ -33,7 +33,6 @@ {{ t('files', 'Change') }} - {{ directoryPickerError }}

@@ -65,7 +63,7 @@ import axios from '@nextcloud/axios' import debounce from 'debounce' import { generateOcsUrl } from '@nextcloud/router' -import { getFilePickerBuilder, showSuccess } from '@nextcloud/dialogs' +import { getFilePickerBuilder, showSuccess, showError } from '@nextcloud/dialogs' import NcSelect from '@nextcloud/vue/dist/Components/NcSelect.js' import Vue from 'vue' import NcButton from '@nextcloud/vue/dist/Components/NcButton.js' @@ -147,6 +145,7 @@ export default { logger.error(`Selecting object for transfer aborted: ${error.message || 'Unknown error'}`, { error }) this.directoryPickerError = error.message || t('files', 'Unknown error') + showError(this.directoryPickerError) }) }, async findUser(query) { @@ -212,6 +211,7 @@ export default { } else { this.submitError = error.message || t('files', 'Unknown error') } + showError(this.submitError) }) }, }, From 3c54925d5f6015072fcdfec186d5918c38461fcb Mon Sep 17 00:00:00 2001 From: nextcloud-command Date: Tue, 16 Jan 2024 13:27:48 +0000 Subject: [PATCH 2/2] chore(assets): Recompile assets Signed-off-by: nextcloud-command --- dist/files-personal-settings.js | 4 ++-- dist/files-personal-settings.js.map | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/files-personal-settings.js b/dist/files-personal-settings.js index 5aecfcab7acdd..ecd7d6cc13453 100644 --- a/dist/files-personal-settings.js +++ b/dist/files-personal-settings.js @@ -1,3 +1,3 @@ /*! For license information please see files-personal-settings.js.LICENSE.txt */ -(()=>{"use strict";var e,r,n,s={19980:(e,r,n)=>{var s=n(20144),i=n(77958),a=n(93664),o=n(20296),l=n.n(o),c=n(79753),d=n(64024),u=n(86884),f=n(74628);const p=(0,n(17499).IY)().setApp("files").detectUser().build(),h=(0,d.fn)(t("files","Choose a file or folder to transfer")).setMultiSelect(!1).setType(1).allowDirectories().build(),g={name:"TransferOwnershipDialogue",components:{NcSelect:u.Z,NcButton:f.Z},data:()=>({directory:void 0,directoryPickerError:void 0,submitError:void 0,loadingUsers:!1,selectedUser:null,userSuggestions:{},config:{minSearchStringLength:parseInt(OC.config["sharing.minSearchStringLength"],10)||0}}),computed:{canSubmit(){return!!this.directory&&!!this.selectedUser},formatedUserSuggestions(){return Object.keys(this.userSuggestions).map((e=>{const t=this.userSuggestions[e];return{user:t.uid,displayName:t.displayName,icon:"icon-user"}}))},submitButtonText(){if(!this.canSubmit)return t("files","Transfer");const e=this.readableDirectory.split("/");return t("files","Transfer {path} to {userid}",{path:e[e.length-1],userid:this.selectedUser.displayName})},readableDirectory(){return this.directory?this.directory.substring(1):""}},created(){this.findUserDebounced=l()(this.findUser,300),this.findUser("")},methods:{start(){this.directoryPickerError=void 0,h.pick().then((e=>""===e?"/":e)).then((e=>{if(p.debug(`path ${e} selected for transferring ownership`),!e.startsWith("/"))throw new Error(t("files","Invalid path selected"));this.directory=e})).catch((e=>{p.error(`Selecting object for transfer aborted: ${e.message||"Unknown error"}`,{error:e}),this.directoryPickerError=e.message||t("files","Unknown error")}))},async findUser(e){if(this.query=e.trim(),!(e.length{s.default.set(this.userSuggestions,e.value.shareWith,{uid:e.value.shareWith,displayName:e.label})}))}catch(e){p.error("could not fetch users",{error:e})}finally{this.loadingUsers=!1}}},submit(){this.canSubmit||p.warn("ignoring form submit"),this.submitError=void 0;const e={path:this.directory,recipient:this.selectedUser.user};p.debug("submit transfer ownership form",e);const r=(0,c.generateOcsUrl)("apps/files/api/v1/transferownership");a.Z.post(r,e).then((e=>e.data)).then((e=>{p.info("Transfer ownership request sent",{data:e}),this.directory=void 0,this.selectedUser=null,(0,d.s$)(t("files","Ownership transfer request sent"))})).catch((e=>{p.error("Could not send ownership transfer request",{error:e}),this.submitError=403===e?.response?.status?t("files","Cannot transfer ownership of a file or folder you do not own"):e.message||t("files","Unknown error")}))}}};var m=n(93379),v=n.n(m),b=n(7795),A=n.n(b),w=n(90569),y=n.n(w),C=n(3565),_=n.n(C),x=n(19216),S=n.n(x),k=n(44589),U=n.n(k),E=n(24303),T={};T.styleTagTransform=U(),T.setAttributes=_(),T.insert=y().bind(null,"head"),T.domAPI=A(),T.insertStyleElement=S(),v()(E.Z,T),E.Z&&E.Z.locals&&E.Z.locals;var O=n(51900);const D={name:"PersonalSettings",components:{TransferOwnershipDialogue:(0,O.Z)(g,(function(){var e=this,t=e._self._c;return t("div",[t("h3",[e._v(e._s(e.t("files","Transfer ownership of a file or folder"))+" ")]),e._v(" "),t("form",{on:{submit:function(t){return t.preventDefault(),e.submit.apply(null,arguments)}}},[t("p",{staticClass:"transfer-select-row"},[t("span",[e._v(e._s(e.readableDirectory))]),e._v(" "),void 0===e.directory?t("NcButton",{staticClass:"transfer-select-row__choose_button",on:{click:function(t){return t.preventDefault(),e.start.apply(null,arguments)}}},[e._v("\n\t\t\t\t"+e._s(e.t("files","Choose file or folder to transfer"))+"\n\t\t\t")]):t("NcButton",{on:{click:function(t){return t.preventDefault(),e.start.apply(null,arguments)}}},[e._v("\n\t\t\t\t"+e._s(e.t("files","Change"))+"\n\t\t\t")]),e._v(" "),t("span",{staticClass:"error"},[e._v(e._s(e.directoryPickerError))])],1),e._v(" "),t("p",{staticClass:"new-owner-row"},[t("label",{attrs:{for:"targetUser"}},[t("span",[e._v(e._s(e.t("files","New owner")))])]),e._v(" "),t("NcSelect",{staticClass:"middle-align",attrs:{"input-id":"targetUser",options:e.formatedUserSuggestions,multiple:!1,loading:e.loadingUsers,label:"displayName","user-select":!0},on:{search:e.findUserDebounced},model:{value:e.selectedUser,callback:function(t){e.selectedUser=t},expression:"selectedUser"}})],1),e._v(" "),t("p",[t("NcButton",{attrs:{"native-type":"submit",type:"primary",disabled:!e.canSubmit}},[e._v("\n\t\t\t\t"+e._s(e.submitButtonText)+"\n\t\t\t")]),e._v(" "),t("span",{staticClass:"error"},[e._v(e._s(e.submitError))])],1)])])}),[],!1,null,"8fdaf498",null).exports}},N=(0,O.Z)(D,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"section",attrs:{id:"files-personal-settings"}},[t("h2",[e._v(e._s(e.t("files","Files")))]),e._v(" "),t("TransferOwnershipDialogue")],1)}),[],!1,null,null,null).exports;n.nc=btoa((0,i.IH)()),s.default.prototype.t=t,window.TESTING||(new(s.default.extend(N))).$mount("#files-personal-settings")},24303:(e,t,r)=>{r.d(t,{Z:()=>o});var n=r(87537),s=r.n(n),i=r(23645),a=r.n(i)()(s());a.push([e.id,".middle-align[data-v-8fdaf498]{vertical-align:middle}p[data-v-8fdaf498]{margin-top:12px;margin-bottom:12px}.new-owner-row[data-v-8fdaf498]{display:flex;flex-wrap:wrap}.new-owner-row label[data-v-8fdaf498]{display:flex;align-items:center;margin-bottom:calc(var(--default-grid-baseline)*2)}.new-owner-row label span[data-v-8fdaf498]{margin-right:8px}.new-owner-row .multiselect[data-v-8fdaf498]{flex-grow:1;max-width:280px}.transfer-select-row span[data-v-8fdaf498]{margin-right:8px}.transfer-select-row__choose_button[data-v-8fdaf498]{width:min(100%,400px) !important}","",{version:3,sources:["webpack://./apps/files/src/components/TransferOwnershipDialogue.vue"],names:[],mappings:"AACA,+BACC,qBAAA,CAED,mBACC,eAAA,CACA,kBAAA,CAED,gCACC,YAAA,CACA,cAAA,CAEA,sCACC,YAAA,CACA,kBAAA,CACA,kDAAA,CAEA,2CACC,gBAAA,CAIF,6CACC,WAAA,CACA,eAAA,CAID,2CACC,gBAAA,CAGD,qDACC,gCAAA",sourcesContent:["\n.middle-align {\n\tvertical-align: middle;\n}\np {\n\tmargin-top: 12px;\n\tmargin-bottom: 12px;\n}\n.new-owner-row {\n\tdisplay: flex;\n\tflex-wrap: wrap;\n\n\tlabel {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tmargin-bottom: calc(var(--default-grid-baseline) * 2);\n\n\t\tspan {\n\t\t\tmargin-right: 8px;\n\t\t}\n\t}\n\n\t.multiselect {\n\t\tflex-grow: 1;\n\t\tmax-width: 280px;\n\t}\n}\n.transfer-select-row {\n\tspan {\n\t\tmargin-right: 8px;\n\t}\n\n\t&__choose_button {\n\t\twidth: min(100%, 400px) !important;\n\t}\n}\n"],sourceRoot:""}]);const o=a}},i={};function a(e){var t=i[e];if(void 0!==t)return t.exports;var r=i[e]={id:e,loaded:!1,exports:{}};return s[e].call(r.exports,r,r.exports,a),r.loaded=!0,r.exports}a.m=s,e=[],a.O=(t,r,n,s)=>{if(!r){var i=1/0;for(d=0;d=s)&&Object.keys(a.O).every((e=>a.O[e](r[l])))?r.splice(l--,1):(o=!1,s0&&e[d-1][2]>s;d--)e[d]=e[d-1];e[d]=[r,n,s]},a.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return a.d(t,{a:t}),t},a.d=(e,t)=>{for(var r in t)a.o(t,r)&&!a.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},a.f={},a.e=e=>Promise.all(Object.keys(a.f).reduce(((t,r)=>(a.f[r](e,t),t)),[])),a.u=e=>e+"-"+e+".js?v="+{923:"aaa6fb3561797665bf42",1273:"59280d4f83a43a234ac1"}[e],a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r={},n="nextcloud:",a.l=(e,t,s,i)=>{if(r[e])r[e].push(t);else{var o,l;if(void 0!==s)for(var c=document.getElementsByTagName("script"),d=0;d{o.onerror=o.onload=null,clearTimeout(p);var s=r[e];if(delete r[e],o.parentNode&&o.parentNode.removeChild(o),s&&s.forEach((e=>e(n))),t)return t(n)},p=setTimeout(f.bind(null,void 0,{type:"timeout",target:o}),12e4);o.onerror=f.bind(null,o.onerror),o.onload=f.bind(null,o.onload),l&&document.head.appendChild(o)}},a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),a.j=1623,(()=>{var e;a.g.importScripts&&(e=a.g.location+"");var t=a.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var r=t.getElementsByTagName("script");if(r.length)for(var n=r.length-1;n>-1&&!e;)e=r[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),a.p=e})(),(()=>{a.b=document.baseURI||self.location.href;var e={1623:0};a.f.j=(t,r)=>{var n=a.o(e,t)?e[t]:void 0;if(0!==n)if(n)r.push(n[2]);else{var s=new Promise(((r,s)=>n=e[t]=[r,s]));r.push(n[2]=s);var i=a.p+a.u(t),o=new Error;a.l(i,(r=>{if(a.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var s=r&&("load"===r.type?"missing":r.type),i=r&&r.target&&r.target.src;o.message="Loading chunk "+t+" failed.\n("+s+": "+i+")",o.name="ChunkLoadError",o.type=s,o.request=i,n[1](o)}}),"chunk-"+t,t)}},a.O.j=t=>0===e[t];var t=(t,r)=>{var n,s,i=r[0],o=r[1],l=r[2],c=0;if(i.some((t=>0!==e[t]))){for(n in o)a.o(o,n)&&(a.m[n]=o[n]);if(l)var d=l(a)}for(t&&t(r);ca(19980)));o=a.O(o)})(); -//# sourceMappingURL=files-personal-settings.js.map?v=f094bd4da0a4c4fdf38c \ No newline at end of file +(()=>{"use strict";var e,r,n,s={89725:(e,r,n)=>{var s=n(20144),i=n(77958),a=n(93664),o=n(20296),l=n.n(o),c=n(79753),d=n(64024),u=n(86884),p=n(74628);const f=(0,n(17499).IY)().setApp("files").detectUser().build(),h=(0,d.fn)(t("files","Choose a file or folder to transfer")).setMultiSelect(!1).setType(1).allowDirectories().build(),g={name:"TransferOwnershipDialogue",components:{NcSelect:u.Z,NcButton:p.Z},data:()=>({directory:void 0,directoryPickerError:void 0,submitError:void 0,loadingUsers:!1,selectedUser:null,userSuggestions:{},config:{minSearchStringLength:parseInt(OC.config["sharing.minSearchStringLength"],10)||0}}),computed:{canSubmit(){return!!this.directory&&!!this.selectedUser},formatedUserSuggestions(){return Object.keys(this.userSuggestions).map((e=>{const t=this.userSuggestions[e];return{user:t.uid,displayName:t.displayName,icon:"icon-user"}}))},submitButtonText(){if(!this.canSubmit)return t("files","Transfer");const e=this.readableDirectory.split("/");return t("files","Transfer {path} to {userid}",{path:e[e.length-1],userid:this.selectedUser.displayName})},readableDirectory(){return this.directory?this.directory.substring(1):""}},created(){this.findUserDebounced=l()(this.findUser,300),this.findUser("")},methods:{start(){this.directoryPickerError=void 0,h.pick().then((e=>""===e?"/":e)).then((e=>{if(f.debug(`path ${e} selected for transferring ownership`),!e.startsWith("/"))throw new Error(t("files","Invalid path selected"));this.directory=e})).catch((e=>{f.error(`Selecting object for transfer aborted: ${e.message||"Unknown error"}`,{error:e}),this.directoryPickerError=e.message||t("files","Unknown error"),(0,d.x2)(this.directoryPickerError)}))},async findUser(e){if(this.query=e.trim(),!(e.length{s.default.set(this.userSuggestions,e.value.shareWith,{uid:e.value.shareWith,displayName:e.label})}))}catch(e){f.error("could not fetch users",{error:e})}finally{this.loadingUsers=!1}}},submit(){this.canSubmit||f.warn("ignoring form submit"),this.submitError=void 0;const e={path:this.directory,recipient:this.selectedUser.user};f.debug("submit transfer ownership form",e);const r=(0,c.generateOcsUrl)("apps/files/api/v1/transferownership");a.Z.post(r,e).then((e=>e.data)).then((e=>{f.info("Transfer ownership request sent",{data:e}),this.directory=void 0,this.selectedUser=null,(0,d.s$)(t("files","Ownership transfer request sent"))})).catch((e=>{f.error("Could not send ownership transfer request",{error:e}),this.submitError=403===e?.response?.status?t("files","Cannot transfer ownership of a file or folder you do not own"):e.message||t("files","Unknown error"),(0,d.x2)(this.submitError)}))}}};var m=n(93379),b=n.n(m),v=n(7795),A=n.n(v),w=n(90569),y=n.n(w),C=n(3565),x=n.n(C),_=n(19216),S=n.n(_),k=n(44589),U=n.n(k),E=n(36463),T={};T.styleTagTransform=U(),T.setAttributes=x(),T.insert=y().bind(null,"head"),T.domAPI=A(),T.insertStyleElement=S(),b()(E.Z,T),E.Z&&E.Z.locals&&E.Z.locals;var O=n(51900);const D={name:"PersonalSettings",components:{TransferOwnershipDialogue:(0,O.Z)(g,(function(){var e=this,t=e._self._c;return t("div",[t("h3",[e._v(e._s(e.t("files","Transfer ownership of a file or folder"))+" ")]),e._v(" "),t("form",{on:{submit:function(t){return t.preventDefault(),e.submit.apply(null,arguments)}}},[t("p",{staticClass:"transfer-select-row"},[t("span",[e._v(e._s(e.readableDirectory))]),e._v(" "),void 0===e.directory?t("NcButton",{staticClass:"transfer-select-row__choose_button",on:{click:function(t){return t.preventDefault(),e.start.apply(null,arguments)}}},[e._v("\n\t\t\t\t"+e._s(e.t("files","Choose file or folder to transfer"))+"\n\t\t\t")]):t("NcButton",{on:{click:function(t){return t.preventDefault(),e.start.apply(null,arguments)}}},[e._v("\n\t\t\t\t"+e._s(e.t("files","Change"))+"\n\t\t\t")])],1),e._v(" "),t("p",{staticClass:"new-owner-row"},[t("label",{attrs:{for:"targetUser"}},[t("span",[e._v(e._s(e.t("files","New owner")))])]),e._v(" "),t("NcSelect",{staticClass:"middle-align",attrs:{"input-id":"targetUser",options:e.formatedUserSuggestions,multiple:!1,loading:e.loadingUsers,label:"displayName","user-select":!0},on:{search:e.findUserDebounced},model:{value:e.selectedUser,callback:function(t){e.selectedUser=t},expression:"selectedUser"}})],1),e._v(" "),t("p",[t("NcButton",{attrs:{"native-type":"submit",type:"primary",disabled:!e.canSubmit}},[e._v("\n\t\t\t\t"+e._s(e.submitButtonText)+"\n\t\t\t")])],1)])])}),[],!1,null,"a646b61e",null).exports}},N=(0,O.Z)(D,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"section",attrs:{id:"files-personal-settings"}},[t("h2",[e._v(e._s(e.t("files","Files")))]),e._v(" "),t("TransferOwnershipDialogue")],1)}),[],!1,null,null,null).exports;n.nc=btoa((0,i.IH)()),s.default.prototype.t=t,window.TESTING||(new(s.default.extend(N))).$mount("#files-personal-settings")},36463:(e,t,r)=>{r.d(t,{Z:()=>o});var n=r(87537),s=r.n(n),i=r(23645),a=r.n(i)()(s());a.push([e.id,".middle-align[data-v-a646b61e]{vertical-align:middle}p[data-v-a646b61e]{margin-top:12px;margin-bottom:12px}.new-owner-row[data-v-a646b61e]{display:flex;flex-wrap:wrap}.new-owner-row label[data-v-a646b61e]{display:flex;align-items:center;margin-bottom:calc(var(--default-grid-baseline)*2)}.new-owner-row label span[data-v-a646b61e]{margin-right:8px}.new-owner-row .multiselect[data-v-a646b61e]{flex-grow:1;max-width:280px}.transfer-select-row span[data-v-a646b61e]{margin-right:8px}.transfer-select-row__choose_button[data-v-a646b61e]{width:min(100%,400px) !important}","",{version:3,sources:["webpack://./apps/files/src/components/TransferOwnershipDialogue.vue"],names:[],mappings:"AACA,+BACC,qBAAA,CAED,mBACC,eAAA,CACA,kBAAA,CAED,gCACC,YAAA,CACA,cAAA,CAEA,sCACC,YAAA,CACA,kBAAA,CACA,kDAAA,CAEA,2CACC,gBAAA,CAIF,6CACC,WAAA,CACA,eAAA,CAID,2CACC,gBAAA,CAGD,qDACC,gCAAA",sourcesContent:["\n.middle-align {\n\tvertical-align: middle;\n}\np {\n\tmargin-top: 12px;\n\tmargin-bottom: 12px;\n}\n.new-owner-row {\n\tdisplay: flex;\n\tflex-wrap: wrap;\n\n\tlabel {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tmargin-bottom: calc(var(--default-grid-baseline) * 2);\n\n\t\tspan {\n\t\t\tmargin-right: 8px;\n\t\t}\n\t}\n\n\t.multiselect {\n\t\tflex-grow: 1;\n\t\tmax-width: 280px;\n\t}\n}\n.transfer-select-row {\n\tspan {\n\t\tmargin-right: 8px;\n\t}\n\n\t&__choose_button {\n\t\twidth: min(100%, 400px) !important;\n\t}\n}\n"],sourceRoot:""}]);const o=a}},i={};function a(e){var t=i[e];if(void 0!==t)return t.exports;var r=i[e]={id:e,loaded:!1,exports:{}};return s[e].call(r.exports,r,r.exports,a),r.loaded=!0,r.exports}a.m=s,e=[],a.O=(t,r,n,s)=>{if(!r){var i=1/0;for(d=0;d=s)&&Object.keys(a.O).every((e=>a.O[e](r[l])))?r.splice(l--,1):(o=!1,s0&&e[d-1][2]>s;d--)e[d]=e[d-1];e[d]=[r,n,s]},a.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return a.d(t,{a:t}),t},a.d=(e,t)=>{for(var r in t)a.o(t,r)&&!a.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},a.f={},a.e=e=>Promise.all(Object.keys(a.f).reduce(((t,r)=>(a.f[r](e,t),t)),[])),a.u=e=>e+"-"+e+".js?v="+{923:"aaa6fb3561797665bf42",1273:"59280d4f83a43a234ac1"}[e],a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r={},n="nextcloud:",a.l=(e,t,s,i)=>{if(r[e])r[e].push(t);else{var o,l;if(void 0!==s)for(var c=document.getElementsByTagName("script"),d=0;d{o.onerror=o.onload=null,clearTimeout(f);var s=r[e];if(delete r[e],o.parentNode&&o.parentNode.removeChild(o),s&&s.forEach((e=>e(n))),t)return t(n)},f=setTimeout(p.bind(null,void 0,{type:"timeout",target:o}),12e4);o.onerror=p.bind(null,o.onerror),o.onload=p.bind(null,o.onload),l&&document.head.appendChild(o)}},a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),a.j=1623,(()=>{var e;a.g.importScripts&&(e=a.g.location+"");var t=a.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var r=t.getElementsByTagName("script");if(r.length)for(var n=r.length-1;n>-1&&!e;)e=r[n--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),a.p=e})(),(()=>{a.b=document.baseURI||self.location.href;var e={1623:0};a.f.j=(t,r)=>{var n=a.o(e,t)?e[t]:void 0;if(0!==n)if(n)r.push(n[2]);else{var s=new Promise(((r,s)=>n=e[t]=[r,s]));r.push(n[2]=s);var i=a.p+a.u(t),o=new Error;a.l(i,(r=>{if(a.o(e,t)&&(0!==(n=e[t])&&(e[t]=void 0),n)){var s=r&&("load"===r.type?"missing":r.type),i=r&&r.target&&r.target.src;o.message="Loading chunk "+t+" failed.\n("+s+": "+i+")",o.name="ChunkLoadError",o.type=s,o.request=i,n[1](o)}}),"chunk-"+t,t)}},a.O.j=t=>0===e[t];var t=(t,r)=>{var n,s,i=r[0],o=r[1],l=r[2],c=0;if(i.some((t=>0!==e[t]))){for(n in o)a.o(o,n)&&(a.m[n]=o[n]);if(l)var d=l(a)}for(t&&t(r);ca(89725)));o=a.O(o)})(); +//# sourceMappingURL=files-personal-settings.js.map?v=285680e9cea077871781 \ No newline at end of file diff --git a/dist/files-personal-settings.js.map b/dist/files-personal-settings.js.map index 626a3fc91bdda..11b1a8b91de71 100644 --- a/dist/files-personal-settings.js.map +++ b/dist/files-personal-settings.js.map @@ -1 +1 @@ -{"version":3,"file":"files-personal-settings.js?v=f094bd4da0a4c4fdf38c","mappings":";uBAAIA,ECAAC,EACAC,0HCsBJ,SAAeC,WAAAA,MACbC,OAAO,SACPC,aACAC,QCgDFC,GAAAC,EAAAA,EAAAA,IAAAC,EAAA,gDACAC,gBAAA,GACAC,QAAA,GACAC,mBACAN,QC9EqM,EDgFrM,CACAO,KAAA,4BACAC,WAAA,CACAC,SAAA,IACAC,SAAAA,EAAAA,GAEAC,KAAAA,KACA,CACAC,eAAAC,EACAC,0BAAAD,EACAE,iBAAAF,EACAG,cAAA,EACAC,aAAA,KACAC,gBAAA,GACAC,OAAA,CACAC,sBAAAC,SAAAC,GAAAH,OAAA,2CAIAI,SAAA,CACAC,SAAAA,GACA,aAAAZ,aAAA,KAAAK,YACA,EACAQ,uBAAAA,GACA,OAAAC,OAAAC,KAAA,KAAAT,iBAAAU,KAAAC,IACA,MAAAC,EAAA,KAAAZ,gBAAAW,GACA,OACAC,KAAAA,EAAAD,IACAE,YAAAD,EAAAC,YACAC,KAAA,YACA,GAEA,EACAC,gBAAAA,GACA,SAAAT,UACA,OAAArB,EAAA,oBAEA,MAAAK,EAAA,KAAA0B,kBAAAC,MAAA,KACA,OAAAhC,EAAA,uCAAAiC,KAAA5B,EAAAA,EAAA6B,OAAA,GAAAC,OAAA,KAAArB,aAAAc,aACA,EACAG,iBAAAA,GACA,YAAAtB,UAGA,KAAAA,UAAA2B,UAAA,GAFA,EAGA,GAEAC,OAAAA,GACA,KAAAC,kBAAAC,IAAA,KAAAC,SAAA,KACA,KAAAA,SAAA,GACA,EACAC,QAAA,CACAC,KAAAA,GACA,KAAA/B,0BAAAD,EAEAZ,EAAA6C,OACAC,MAAAC,GAAA,KAAAA,EAAA,IAAAA,IACAD,MAAAC,IAEA,GADAC,EAAAC,MAAA,QAAAF,0CACAA,EAAAG,WAAA,KACA,UAAAC,MAAAjD,EAAA,kCAIA,KAAAS,UAAAoC,CAAA,IACAK,OAAAC,IACAL,EAAAK,MAAA,0CAAAA,EAAAC,SAAA,mBAAAD,UAEA,KAAAxC,qBAAAwC,EAAAC,SAAApD,EAAA,2BAEA,EACA,cAAAwC,CAAAa,GAGA,GAFA,KAAAA,MAAAA,EAAAC,SAEAD,EAAAnB,OAAA,KAAAlB,OAAAC,uBAAA,CAIA,KAAAJ,cAAA,EACA,IACA,MAAA0C,QAAAC,EAAAA,EAAAC,KAAAC,EAAAA,EAAAA,gBAAA,sCACAC,OAAA,CACAC,OAAA,OACAC,SAAA,OACAC,OAAAT,EACAU,QAAA,GACAC,QAAA,KAIA,KAAAjD,gBAAA,GACAwC,EAAA/C,KAAAyD,IAAAzD,KAAA0D,MAAAC,MAAAC,OAAAb,EAAA/C,KAAAyD,IAAAzD,KAAA2D,OAAAE,SAAA1C,IACA2C,EAAAA,QAAAA,IAAA,KAAAvD,gBAAAY,EAAA4C,MAAAC,UAAA,CACA9C,IAAAC,EAAA4C,MAAAC,UACA5C,YAAAD,EAAA8C,OACA,GAEA,OAAAtB,GACAL,EAAAK,MAAA,yBAAAA,SACA,SACA,KAAAtC,cAAA,CACA,CAzBA,CA0BA,EACA6D,MAAAA,GACA,KAAArD,WACAyB,EAAA6B,KAAA,wBAGA,KAAA/D,iBAAAF,EACA,MAAAF,EAAA,CACAyB,KAAA,KAAAxB,UACAmE,UAAA,KAAA9D,aAAAa,MAEAmB,EAAAC,MAAA,iCAAAvC,GAEA,MAAAqE,GAAAnB,EAAAA,EAAAA,gBAAA,uCAEAF,EAAAA,EAAAsB,KAAAD,EAAArE,GACAoC,MAAAmC,GAAAA,EAAAvE,OACAoC,MAAApC,IACAsC,EAAAkC,KAAA,mCAAAxE,SAEA,KAAAC,eAAAC,EACA,KAAAI,aAAA,MACAmE,EAAAA,EAAAA,IAAAjF,EAAA,+CAEAkD,OAAAC,IACAL,EAAAK,MAAA,6CAAAA,UAGA,KAAAvC,YADA,MAAAuC,GAAAI,UAAA2B,OACAlF,EAAA,wEAEAmD,EAAAC,SAAApD,EAAA,wBACA,GAEA,yIE5MImF,EAAU,CAAC,EAEfA,EAAQC,kBAAoB,IAC5BD,EAAQE,cAAgB,IAElBF,EAAQG,OAAS,SAAc,KAAM,QAE3CH,EAAQI,OAAS,IACjBJ,EAAQK,mBAAqB,IAEhB,IAAI,IAASL,GAKJ,KAAW,IAAQM,QAAS,IAAQA,sBCP1D,MCnB4L,EC+B5L,CACArF,KAAA,mBACAC,WAAA,CACAqF,2BF1BgB,OACd,GGTW,WAAkB,IAAIC,EAAIC,KAAKC,EAAGF,EAAIG,MAAMD,GAAG,OAAOA,EAAG,MAAM,CAACA,EAAG,KAAK,CAACF,EAAII,GAAGJ,EAAIK,GAAGL,EAAI3F,EAAE,QAAS,2CAA2C,OAAO2F,EAAII,GAAG,KAAKF,EAAG,OAAO,CAACI,GAAG,CAAC,OAAS,SAASC,GAAgC,OAAxBA,EAAOC,iBAAwBR,EAAIjB,OAAO0B,MAAM,KAAMC,UAAU,IAAI,CAACR,EAAG,IAAI,CAACS,YAAY,uBAAuB,CAACT,EAAG,OAAO,CAACF,EAAII,GAAGJ,EAAIK,GAAGL,EAAI5D,sBAAsB4D,EAAII,GAAG,UAAwBrF,IAAlBiF,EAAIlF,UAAyBoF,EAAG,WAAW,CAACS,YAAY,qCAAqCL,GAAG,CAAC,MAAQ,SAASC,GAAgC,OAAxBA,EAAOC,iBAAwBR,EAAIjD,MAAM0D,MAAM,KAAMC,UAAU,IAAI,CAACV,EAAII,GAAG,aAAaJ,EAAIK,GAAGL,EAAI3F,EAAE,QAAS,sCAAsC,cAAc6F,EAAG,WAAW,CAACI,GAAG,CAAC,MAAQ,SAASC,GAAgC,OAAxBA,EAAOC,iBAAwBR,EAAIjD,MAAM0D,MAAM,KAAMC,UAAU,IAAI,CAACV,EAAII,GAAG,aAAaJ,EAAIK,GAAGL,EAAI3F,EAAE,QAAS,WAAW,cAAc2F,EAAII,GAAG,KAAKF,EAAG,OAAO,CAACS,YAAY,SAAS,CAACX,EAAII,GAAGJ,EAAIK,GAAGL,EAAIhF,0BAA0B,GAAGgF,EAAII,GAAG,KAAKF,EAAG,IAAI,CAACS,YAAY,iBAAiB,CAACT,EAAG,QAAQ,CAACU,MAAM,CAAC,IAAM,eAAe,CAACV,EAAG,OAAO,CAACF,EAAII,GAAGJ,EAAIK,GAAGL,EAAI3F,EAAE,QAAS,mBAAmB2F,EAAII,GAAG,KAAKF,EAAG,WAAW,CAACS,YAAY,eAAeC,MAAM,CAAC,WAAW,aAAa,QAAUZ,EAAIrE,wBAAwB,UAAW,EAAM,QAAUqE,EAAI9E,aAAa,MAAQ,cAAc,eAAc,GAAMoF,GAAG,CAAC,OAASN,EAAIrD,mBAAmBkE,MAAM,CAACjC,MAAOoB,EAAI7E,aAAc2F,SAAS,SAAUC,GAAMf,EAAI7E,aAAa4F,CAAG,EAAEC,WAAW,mBAAmB,GAAGhB,EAAII,GAAG,KAAKF,EAAG,IAAI,CAACA,EAAG,WAAW,CAACU,MAAM,CAAC,cAAc,SAAS,KAAO,UAAU,UAAYZ,EAAItE,YAAY,CAACsE,EAAII,GAAG,aAAaJ,EAAIK,GAAGL,EAAI7D,kBAAkB,cAAc6D,EAAII,GAAG,KAAKF,EAAG,OAAO,CAACS,YAAY,SAAS,CAACX,EAAII,GAAGJ,EAAIK,GAAGL,EAAI/E,iBAAiB,MAC/qD,GACsB,IHUpB,EACA,KACA,WACA,MAI8B,UIDhC,GAXgB,OACd,GCRW,WAAkB,IAAI+E,EAAIC,KAAKC,EAAGF,EAAIG,MAAMD,GAAG,OAAOA,EAAG,MAAM,CAACS,YAAY,UAAUC,MAAM,CAAC,GAAK,4BAA4B,CAACV,EAAG,KAAK,CAACF,EAAII,GAAGJ,EAAIK,GAAGL,EAAI3F,EAAE,QAAS,aAAa2F,EAAII,GAAG,KAAKF,EAAG,8BAA8B,EAC5O,GACsB,IDSpB,EACA,KACA,KACA,MAI8B,QEYhCe,EAAAA,GAAoBC,MAAKC,EAAAA,EAAAA,OAEzBxC,EAAAA,QAAIyC,UAAU/G,EAAIA,EAEbgH,OAAOC,UAEX,IADa3C,EAAAA,QAAI4C,OAAOC,KACbC,OAAO,iGCjCfC,QAA0B,GAA4B,KAE1DA,EAAwBC,KAAK,CAACC,EAAOC,GAAI,0jBAA2jB,GAAG,CAAC,QAAU,EAAE,QAAU,CAAC,uEAAuE,MAAQ,GAAG,SAAW,2LAA2L,eAAiB,CAAC,2hBAA2hB,WAAa,MAEj9C,YCNIC,EAA2B,CAAC,EAGhC,SAASC,EAAoBC,GAE5B,IAAIC,EAAeH,EAAyBE,GAC5C,QAAqBjH,IAAjBkH,EACH,OAAOA,EAAaC,QAGrB,IAAIN,EAASE,EAAyBE,GAAY,CACjDH,GAAIG,EACJG,QAAQ,EACRD,QAAS,CAAC,GAUX,OANAE,EAAoBJ,GAAUK,KAAKT,EAAOM,QAASN,EAAQA,EAAOM,QAASH,GAG3EH,EAAOO,QAAS,EAGTP,EAAOM,OACf,CAGAH,EAAoBO,EAAIF,Ed5BpBxI,EAAW,GACfmI,EAAoBQ,EAAI,CAACC,EAAQC,EAAUC,EAAIC,KAC9C,IAAGF,EAAH,CAMA,IAAIG,EAAeC,IACnB,IAASC,EAAI,EAAGA,EAAIlJ,EAAS2C,OAAQuG,IAAK,CACrCL,EAAW7I,EAASkJ,GAAG,GACvBJ,EAAK9I,EAASkJ,GAAG,GACjBH,EAAW/I,EAASkJ,GAAG,GAE3B,IAJA,IAGIC,GAAY,EACPC,EAAI,EAAGA,EAAIP,EAASlG,OAAQyG,MACpB,EAAXL,GAAsBC,GAAgBD,IAAa/G,OAAOC,KAAKkG,EAAoBQ,GAAGU,OAAOC,GAASnB,EAAoBQ,EAAEW,GAAKT,EAASO,MAC9IP,EAASU,OAAOH,IAAK,IAErBD,GAAY,EACTJ,EAAWC,IAAcA,EAAeD,IAG7C,GAAGI,EAAW,CACbnJ,EAASuJ,OAAOL,IAAK,GACrB,IAAIM,EAAIV,SACE3H,IAANqI,IAAiBZ,EAASY,EAC/B,CACD,CACA,OAAOZ,CArBP,CAJCG,EAAWA,GAAY,EACvB,IAAI,IAAIG,EAAIlJ,EAAS2C,OAAQuG,EAAI,GAAKlJ,EAASkJ,EAAI,GAAG,GAAKH,EAAUG,IAAKlJ,EAASkJ,GAAKlJ,EAASkJ,EAAI,GACrGlJ,EAASkJ,GAAK,CAACL,EAAUC,EAAIC,EAuBjB,Ee3BdZ,EAAoBsB,EAAKzB,IACxB,IAAI0B,EAAS1B,GAAUA,EAAO2B,WAC7B,IAAO3B,EAAiB,QACxB,IAAM,EAEP,OADAG,EAAoByB,EAAEF,EAAQ,CAAEG,EAAGH,IAC5BA,CAAM,ECLdvB,EAAoByB,EAAI,CAACtB,EAASwB,KACjC,IAAI,IAAIR,KAAOQ,EACX3B,EAAoB4B,EAAED,EAAYR,KAASnB,EAAoB4B,EAAEzB,EAASgB,IAC5EtH,OAAOgI,eAAe1B,EAASgB,EAAK,CAAEW,YAAY,EAAM/F,IAAK4F,EAAWR,IAE1E,ECNDnB,EAAoB+B,EAAI,CAAC,EAGzB/B,EAAoBgC,EAAKC,GACjBC,QAAQC,IAAItI,OAAOC,KAAKkG,EAAoB+B,GAAGK,QAAO,CAACC,EAAUlB,KACvEnB,EAAoB+B,EAAEZ,GAAKc,EAASI,GAC7BA,IACL,KCNJrC,EAAoBsC,EAAKL,GAEZA,EAAU,IAAMA,EAAU,SAAW,CAAC,IAAM,uBAAuB,KAAO,wBAAwBA,GCH/GjC,EAAoBuC,EAAI,WACvB,GAA0B,iBAAfC,WAAyB,OAAOA,WAC3C,IACC,OAAOtE,MAAQ,IAAIuE,SAAS,cAAb,EAChB,CAAE,MAAOT,GACR,GAAsB,iBAAX1C,OAAqB,OAAOA,MACxC,CACA,CAPuB,GCAxBU,EAAoB4B,EAAI,CAACc,EAAKC,IAAU9I,OAAOwF,UAAUuD,eAAetC,KAAKoC,EAAKC,GnBA9E7K,EAAa,CAAC,EACdC,EAAoB,aAExBiI,EAAoB6C,EAAI,CAAC1F,EAAK2F,EAAM3B,EAAKc,KACxC,GAAGnK,EAAWqF,GAAQrF,EAAWqF,GAAKyC,KAAKkD,OAA3C,CACA,IAAIC,EAAQC,EACZ,QAAWhK,IAARmI,EAEF,IADA,IAAI8B,EAAUC,SAASC,qBAAqB,UACpCpC,EAAI,EAAGA,EAAIkC,EAAQzI,OAAQuG,IAAK,CACvC,IAAIqC,EAAIH,EAAQlC,GAChB,GAAGqC,EAAEC,aAAa,QAAUlG,GAAOiG,EAAEC,aAAa,iBAAmBtL,EAAoBoJ,EAAK,CAAE4B,EAASK,EAAG,KAAO,CACpH,CAEGL,IACHC,GAAa,GACbD,EAASG,SAASI,cAAc,WAEzBC,QAAU,QACjBR,EAAOS,QAAU,IACbxD,EAAoByD,IACvBV,EAAOW,aAAa,QAAS1D,EAAoByD,IAElDV,EAAOW,aAAa,eAAgB3L,EAAoBoJ,GAExD4B,EAAOY,IAAMxG,GAEdrF,EAAWqF,GAAO,CAAC2F,GACnB,IAAIc,EAAmB,CAACC,EAAMC,KAE7Bf,EAAOgB,QAAUhB,EAAOiB,OAAS,KACjCC,aAAaT,GACb,IAAIU,EAAUpM,EAAWqF,GAIzB,UAHOrF,EAAWqF,GAClB4F,EAAOoB,YAAcpB,EAAOoB,WAAWC,YAAYrB,GACnDmB,GAAWA,EAAQvH,SAASgE,GAAQA,EAAGmD,KACpCD,EAAM,OAAOA,EAAKC,EAAM,EAExBN,EAAUa,WAAWT,EAAiBU,KAAK,UAAMtL,EAAW,CAAEuL,KAAM,UAAWC,OAAQzB,IAAW,MACtGA,EAAOgB,QAAUH,EAAiBU,KAAK,KAAMvB,EAAOgB,SACpDhB,EAAOiB,OAASJ,EAAiBU,KAAK,KAAMvB,EAAOiB,QACnDhB,GAAcE,SAASuB,KAAKC,YAAY3B,EApCkB,CAoCX,EoBvChD/C,EAAoBqB,EAAKlB,IACH,oBAAXwE,QAA0BA,OAAOC,aAC1C/K,OAAOgI,eAAe1B,EAASwE,OAAOC,YAAa,CAAE/H,MAAO,WAE7DhD,OAAOgI,eAAe1B,EAAS,aAAc,CAAEtD,OAAO,GAAO,ECL9DmD,EAAoB6E,IAAOhF,IAC1BA,EAAOiF,MAAQ,GACVjF,EAAOkF,WAAUlF,EAAOkF,SAAW,IACjClF,GCHRG,EAAoBiB,EAAI,WCAxB,IAAI+D,EACAhF,EAAoBuC,EAAE0C,gBAAeD,EAAYhF,EAAoBuC,EAAE2C,SAAW,IACtF,IAAIhC,EAAWlD,EAAoBuC,EAAEW,SACrC,IAAK8B,GAAa9B,IACbA,EAASiC,gBACZH,EAAY9B,EAASiC,cAAcxB,MAC/BqB,GAAW,CACf,IAAI/B,EAAUC,EAASC,qBAAqB,UAC5C,GAAGF,EAAQzI,OAEV,IADA,IAAIuG,EAAIkC,EAAQzI,OAAS,EAClBuG,GAAK,IAAMiE,GAAWA,EAAY/B,EAAQlC,KAAK4C,GAExD,CAID,IAAKqB,EAAW,MAAM,IAAIzJ,MAAM,yDAChCyJ,EAAYA,EAAUI,QAAQ,OAAQ,IAAIA,QAAQ,QAAS,IAAIA,QAAQ,YAAa,KACpFpF,EAAoBqF,EAAIL,YClBxBhF,EAAoBsF,EAAIpC,SAASqC,SAAWC,KAAKN,SAASO,KAK1D,IAAIC,EAAkB,CACrB,KAAM,GAGP1F,EAAoB+B,EAAEd,EAAI,CAACgB,EAASI,KAElC,IAAIsD,EAAqB3F,EAAoB4B,EAAE8D,EAAiBzD,GAAWyD,EAAgBzD,QAAWjJ,EACtG,GAA0B,IAAvB2M,EAGF,GAAGA,EACFtD,EAASzC,KAAK+F,EAAmB,QAC3B,CAGL,IAAIC,EAAU,IAAI1D,SAAQ,CAAC2D,EAASC,IAAYH,EAAqBD,EAAgBzD,GAAW,CAAC4D,EAASC,KAC1GzD,EAASzC,KAAK+F,EAAmB,GAAKC,GAGtC,IAAIzI,EAAM6C,EAAoBqF,EAAIrF,EAAoBsC,EAAEL,GAEpDxG,EAAQ,IAAIF,MAgBhByE,EAAoB6C,EAAE1F,GAfF2G,IACnB,GAAG9D,EAAoB4B,EAAE8D,EAAiBzD,KAEf,KAD1B0D,EAAqBD,EAAgBzD,MACRyD,EAAgBzD,QAAWjJ,GACrD2M,GAAoB,CACtB,IAAII,EAAYjC,IAAyB,SAAfA,EAAMS,KAAkB,UAAYT,EAAMS,MAChEyB,EAAUlC,GAASA,EAAMU,QAAUV,EAAMU,OAAOb,IACpDlI,EAAMC,QAAU,iBAAmBuG,EAAU,cAAgB8D,EAAY,KAAOC,EAAU,IAC1FvK,EAAM/C,KAAO,iBACb+C,EAAM8I,KAAOwB,EACbtK,EAAMwK,QAAUD,EAChBL,EAAmB,GAAGlK,EACvB,CACD,GAEwC,SAAWwG,EAASA,EAE/D,CACD,EAWFjC,EAAoBQ,EAAES,EAAKgB,GAA0C,IAA7ByD,EAAgBzD,GAGxD,IAAIiE,EAAuB,CAACC,EAA4BrN,KACvD,IAKImH,EAAUgC,EALVvB,EAAW5H,EAAK,GAChBsN,EAActN,EAAK,GACnBuN,EAAUvN,EAAK,GAGIiI,EAAI,EAC3B,GAAGL,EAAS4F,MAAMxG,GAAgC,IAAxB4F,EAAgB5F,KAAa,CACtD,IAAIG,KAAYmG,EACZpG,EAAoB4B,EAAEwE,EAAanG,KACrCD,EAAoBO,EAAEN,GAAYmG,EAAYnG,IAGhD,GAAGoG,EAAS,IAAI5F,EAAS4F,EAAQrG,EAClC,CAEA,IADGmG,GAA4BA,EAA2BrN,GACrDiI,EAAIL,EAASlG,OAAQuG,IACzBkB,EAAUvB,EAASK,GAChBf,EAAoB4B,EAAE8D,EAAiBzD,IAAYyD,EAAgBzD,IACrEyD,EAAgBzD,GAAS,KAE1ByD,EAAgBzD,GAAW,EAE5B,OAAOjC,EAAoBQ,EAAEC,EAAO,EAGjC8F,EAAqBf,KAA4B,sBAAIA,KAA4B,uBAAK,GAC1Fe,EAAmB5J,QAAQuJ,EAAqB5B,KAAK,KAAM,IAC3DiC,EAAmB3G,KAAOsG,EAAqB5B,KAAK,KAAMiC,EAAmB3G,KAAK0E,KAAKiC,QCvFvFvG,EAAoByD,QAAKzK,ECGzB,IAAIwN,EAAsBxG,EAAoBQ,OAAExH,EAAW,CAAC,OAAO,IAAOgH,EAAoB,SAC9FwG,EAAsBxG,EAAoBQ,EAAEgG","sources":["webpack:///nextcloud/webpack/runtime/chunk loaded","webpack:///nextcloud/webpack/runtime/load script","webpack:///nextcloud/apps/files/src/logger.js","webpack:///nextcloud/apps/files/src/components/TransferOwnershipDialogue.vue","webpack:///nextcloud/apps/files/src/components/TransferOwnershipDialogue.vue?vue&type=script&lang=js","webpack://nextcloud/./apps/files/src/components/TransferOwnershipDialogue.vue?59a5","webpack://nextcloud/./apps/files/src/components/TransferOwnershipDialogue.vue?2a1f","webpack:///nextcloud/apps/files/src/components/PersonalSettings.vue?vue&type=script&lang=js","webpack:///nextcloud/apps/files/src/components/PersonalSettings.vue","webpack://nextcloud/./apps/files/src/components/TransferOwnershipDialogue.vue?6355","webpack://nextcloud/./apps/files/src/components/PersonalSettings.vue?7d7e","webpack://nextcloud/./apps/files/src/components/PersonalSettings.vue?3bbf","webpack:///nextcloud/apps/files/src/main-personal-settings.js","webpack:///nextcloud/apps/files/src/components/TransferOwnershipDialogue.vue?vue&type=style&index=0&id=8fdaf498&prod&scoped=true&lang=scss","webpack:///nextcloud/webpack/bootstrap","webpack:///nextcloud/webpack/runtime/compat get default export","webpack:///nextcloud/webpack/runtime/define property getters","webpack:///nextcloud/webpack/runtime/ensure chunk","webpack:///nextcloud/webpack/runtime/get javascript chunk filename","webpack:///nextcloud/webpack/runtime/global","webpack:///nextcloud/webpack/runtime/hasOwnProperty shorthand","webpack:///nextcloud/webpack/runtime/make namespace object","webpack:///nextcloud/webpack/runtime/node module decorator","webpack:///nextcloud/webpack/runtime/runtimeId","webpack:///nextcloud/webpack/runtime/publicPath","webpack:///nextcloud/webpack/runtime/jsonp chunk loading","webpack:///nextcloud/webpack/runtime/nonce","webpack:///nextcloud/webpack/startup"],"sourcesContent":["var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar chunkIds = deferred[i][0];\n\t\tvar fn = deferred[i][1];\n\t\tvar priority = deferred[i][2];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","var inProgress = {};\nvar dataWebpackPrefix = \"nextcloud:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t}\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { getLoggerBuilder } from '@nextcloud/logger'\n\nexport default getLoggerBuilder()\n\t.setApp('files')\n\t.detectUser()\n\t.build()\n","\n\n\n\n\n\n\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TransferOwnershipDialogue.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TransferOwnershipDialogue.vue?vue&type=script&lang=js\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TransferOwnershipDialogue.vue?vue&type=style&index=0&id=8fdaf498&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TransferOwnershipDialogue.vue?vue&type=style&index=0&id=8fdaf498&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./TransferOwnershipDialogue.vue?vue&type=template&id=8fdaf498&scoped=true\"\nimport script from \"./TransferOwnershipDialogue.vue?vue&type=script&lang=js\"\nexport * from \"./TransferOwnershipDialogue.vue?vue&type=script&lang=js\"\nimport style0 from \"./TransferOwnershipDialogue.vue?vue&type=style&index=0&id=8fdaf498&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"8fdaf498\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PersonalSettings.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PersonalSettings.vue?vue&type=script&lang=js\"","\n\n\n\n\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('h3',[_vm._v(_vm._s(_vm.t('files', 'Transfer ownership of a file or folder'))+\" \")]),_vm._v(\" \"),_c('form',{on:{\"submit\":function($event){$event.preventDefault();return _vm.submit.apply(null, arguments)}}},[_c('p',{staticClass:\"transfer-select-row\"},[_c('span',[_vm._v(_vm._s(_vm.readableDirectory))]),_vm._v(\" \"),(_vm.directory === undefined)?_c('NcButton',{staticClass:\"transfer-select-row__choose_button\",on:{\"click\":function($event){$event.preventDefault();return _vm.start.apply(null, arguments)}}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('files', 'Choose file or folder to transfer'))+\"\\n\\t\\t\\t\")]):_c('NcButton',{on:{\"click\":function($event){$event.preventDefault();return _vm.start.apply(null, arguments)}}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('files', 'Change'))+\"\\n\\t\\t\\t\")]),_vm._v(\" \"),_c('span',{staticClass:\"error\"},[_vm._v(_vm._s(_vm.directoryPickerError))])],1),_vm._v(\" \"),_c('p',{staticClass:\"new-owner-row\"},[_c('label',{attrs:{\"for\":\"targetUser\"}},[_c('span',[_vm._v(_vm._s(_vm.t('files', 'New owner')))])]),_vm._v(\" \"),_c('NcSelect',{staticClass:\"middle-align\",attrs:{\"input-id\":\"targetUser\",\"options\":_vm.formatedUserSuggestions,\"multiple\":false,\"loading\":_vm.loadingUsers,\"label\":\"displayName\",\"user-select\":true},on:{\"search\":_vm.findUserDebounced},model:{value:(_vm.selectedUser),callback:function ($$v) {_vm.selectedUser=$$v},expression:\"selectedUser\"}})],1),_vm._v(\" \"),_c('p',[_c('NcButton',{attrs:{\"native-type\":\"submit\",\"type\":\"primary\",\"disabled\":!_vm.canSubmit}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.submitButtonText)+\"\\n\\t\\t\\t\")]),_vm._v(\" \"),_c('span',{staticClass:\"error\"},[_vm._v(_vm._s(_vm.submitError))])],1)])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import { render, staticRenderFns } from \"./PersonalSettings.vue?vue&type=template&id=6bbac28a\"\nimport script from \"./PersonalSettings.vue?vue&type=script&lang=js\"\nexport * from \"./PersonalSettings.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"section\",attrs:{\"id\":\"files-personal-settings\"}},[_c('h2',[_vm._v(_vm._s(_vm.t('files', 'Files')))]),_vm._v(\" \"),_c('TransferOwnershipDialogue')],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright 2019 Christoph Wurst \n * @copyright 2019 Christoph Wurst \n * @copyright 2019 Christoph Wurst \n *\n * @author Roeland Jago Douma \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nimport Vue from 'vue'\nimport { getRequestToken } from '@nextcloud/auth'\n\nimport PersonalSettings from './components/PersonalSettings.vue'\n\n// eslint-disable-next-line camelcase\n__webpack_nonce__ = btoa(getRequestToken())\n\nVue.prototype.t = t\n\nif (!window.TESTING) {\n\tconst View = Vue.extend(PersonalSettings)\n\tnew View().$mount('#files-personal-settings')\n}\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.middle-align[data-v-8fdaf498]{vertical-align:middle}p[data-v-8fdaf498]{margin-top:12px;margin-bottom:12px}.new-owner-row[data-v-8fdaf498]{display:flex;flex-wrap:wrap}.new-owner-row label[data-v-8fdaf498]{display:flex;align-items:center;margin-bottom:calc(var(--default-grid-baseline)*2)}.new-owner-row label span[data-v-8fdaf498]{margin-right:8px}.new-owner-row .multiselect[data-v-8fdaf498]{flex-grow:1;max-width:280px}.transfer-select-row span[data-v-8fdaf498]{margin-right:8px}.transfer-select-row__choose_button[data-v-8fdaf498]{width:min(100%,400px) !important}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/TransferOwnershipDialogue.vue\"],\"names\":[],\"mappings\":\"AACA,+BACC,qBAAA,CAED,mBACC,eAAA,CACA,kBAAA,CAED,gCACC,YAAA,CACA,cAAA,CAEA,sCACC,YAAA,CACA,kBAAA,CACA,kDAAA,CAEA,2CACC,gBAAA,CAIF,6CACC,WAAA,CACA,eAAA,CAID,2CACC,gBAAA,CAGD,qDACC,gCAAA\",\"sourcesContent\":[\"\\n.middle-align {\\n\\tvertical-align: middle;\\n}\\np {\\n\\tmargin-top: 12px;\\n\\tmargin-bottom: 12px;\\n}\\n.new-owner-row {\\n\\tdisplay: flex;\\n\\tflex-wrap: wrap;\\n\\n\\tlabel {\\n\\t\\tdisplay: flex;\\n\\t\\talign-items: center;\\n\\t\\tmargin-bottom: calc(var(--default-grid-baseline) * 2);\\n\\n\\t\\tspan {\\n\\t\\t\\tmargin-right: 8px;\\n\\t\\t}\\n\\t}\\n\\n\\t.multiselect {\\n\\t\\tflex-grow: 1;\\n\\t\\tmax-width: 280px;\\n\\t}\\n}\\n.transfer-select-row {\\n\\tspan {\\n\\t\\tmargin-right: 8px;\\n\\t}\\n\\n\\t&__choose_button {\\n\\t\\twidth: min(100%, 400px) !important;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"\" + chunkId + \"-\" + chunkId + \".js?v=\" + {\"923\":\"aaa6fb3561797665bf42\",\"1273\":\"59280d4f83a43a234ac1\"}[chunkId] + \"\";\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};","__webpack_require__.j = 1623;","var scriptUrl;\nif (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + \"\";\nvar document = __webpack_require__.g.document;\nif (!scriptUrl && document) {\n\tif (document.currentScript)\n\t\tscriptUrl = document.currentScript.src;\n\tif (!scriptUrl) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tif(scripts.length) {\n\t\t\tvar i = scripts.length - 1;\n\t\t\twhile (i > -1 && !scriptUrl) scriptUrl = scripts[i--].src;\n\t\t}\n\t}\n}\n// When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration\n// or pass an empty string (\"\") and set the __webpack_public_path__ variable from your code to use your own logic.\nif (!scriptUrl) throw new Error(\"Automatic publicPath is not supported in this browser\");\nscriptUrl = scriptUrl.replace(/#.*$/, \"\").replace(/\\?.*$/, \"\").replace(/\\/[^\\/]+$/, \"/\");\n__webpack_require__.p = scriptUrl;","__webpack_require__.b = document.baseURI || self.location.href;\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t1623: 0\n};\n\n__webpack_require__.f.j = (chunkId, promises) => {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(true) { // all chunks have JS\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = (event) => {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar chunkIds = data[0];\n\tvar moreModules = data[1];\n\tvar runtime = data[2];\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunknextcloud\"] = self[\"webpackChunknextcloud\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","__webpack_require__.nc = undefined;","// startup\n// Load entry module and return exports\n// This entry module depends on other loaded chunks and execution need to be delayed\nvar __webpack_exports__ = __webpack_require__.O(undefined, [7874], () => (__webpack_require__(19980)))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n"],"names":["deferred","inProgress","dataWebpackPrefix","getLoggerBuilder","setApp","detectUser","build","picker","getFilePickerBuilder","t","setMultiSelect","setType","allowDirectories","name","components","NcSelect","NcButton","data","directory","undefined","directoryPickerError","submitError","loadingUsers","selectedUser","userSuggestions","config","minSearchStringLength","parseInt","OC","computed","canSubmit","formatedUserSuggestions","Object","keys","map","uid","user","displayName","icon","submitButtonText","readableDirectory","split","path","length","userid","substring","created","findUserDebounced","debounce","findUser","methods","start","pick","then","dir","logger","debug","startsWith","Error","catch","error","message","query","trim","response","axios","get","generateOcsUrl","params","format","itemType","search","perPage","lookup","ocs","exact","users","concat","forEach","Vue","value","shareWith","label","submit","warn","recipient","url","post","resp","info","showSuccess","status","options","styleTagTransform","setAttributes","insert","domAPI","insertStyleElement","locals","TransferOwnershipDialogue","_vm","this","_c","_self","_v","_s","on","$event","preventDefault","apply","arguments","staticClass","attrs","model","callback","$$v","expression","__webpack_nonce__","btoa","getRequestToken","prototype","window","TESTING","extend","PersonalSettings","$mount","___CSS_LOADER_EXPORT___","push","module","id","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","exports","loaded","__webpack_modules__","call","m","O","result","chunkIds","fn","priority","notFulfilled","Infinity","i","fulfilled","j","every","key","splice","r","n","getter","__esModule","d","a","definition","o","defineProperty","enumerable","f","e","chunkId","Promise","all","reduce","promises","u","g","globalThis","Function","obj","prop","hasOwnProperty","l","done","script","needAttach","scripts","document","getElementsByTagName","s","getAttribute","createElement","charset","timeout","nc","setAttribute","src","onScriptComplete","prev","event","onerror","onload","clearTimeout","doneFns","parentNode","removeChild","setTimeout","bind","type","target","head","appendChild","Symbol","toStringTag","nmd","paths","children","scriptUrl","importScripts","location","currentScript","replace","p","b","baseURI","self","href","installedChunks","installedChunkData","promise","resolve","reject","errorType","realSrc","request","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","some","chunkLoadingGlobal","__webpack_exports__"],"sourceRoot":""} \ No newline at end of file +{"version":3,"file":"files-personal-settings.js?v=285680e9cea077871781","mappings":"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","sources":["webpack:///nextcloud/webpack/runtime/chunk loaded","webpack:///nextcloud/webpack/runtime/load script","webpack:///nextcloud/apps/files/src/logger.js","webpack:///nextcloud/apps/files/src/components/TransferOwnershipDialogue.vue","webpack:///nextcloud/apps/files/src/components/TransferOwnershipDialogue.vue?vue&type=script&lang=js","webpack://nextcloud/./apps/files/src/components/TransferOwnershipDialogue.vue?45b1","webpack://nextcloud/./apps/files/src/components/TransferOwnershipDialogue.vue?2a1f","webpack:///nextcloud/apps/files/src/components/PersonalSettings.vue?vue&type=script&lang=js","webpack:///nextcloud/apps/files/src/components/PersonalSettings.vue","webpack://nextcloud/./apps/files/src/components/TransferOwnershipDialogue.vue?6355","webpack://nextcloud/./apps/files/src/components/PersonalSettings.vue?7d7e","webpack://nextcloud/./apps/files/src/components/PersonalSettings.vue?3bbf","webpack:///nextcloud/apps/files/src/main-personal-settings.js","webpack:///nextcloud/apps/files/src/components/TransferOwnershipDialogue.vue?vue&type=style&index=0&id=a646b61e&prod&scoped=true&lang=scss","webpack:///nextcloud/webpack/bootstrap","webpack:///nextcloud/webpack/runtime/compat get default export","webpack:///nextcloud/webpack/runtime/define property getters","webpack:///nextcloud/webpack/runtime/ensure chunk","webpack:///nextcloud/webpack/runtime/get javascript chunk filename","webpack:///nextcloud/webpack/runtime/global","webpack:///nextcloud/webpack/runtime/hasOwnProperty shorthand","webpack:///nextcloud/webpack/runtime/make namespace object","webpack:///nextcloud/webpack/runtime/node module decorator","webpack:///nextcloud/webpack/runtime/runtimeId","webpack:///nextcloud/webpack/runtime/publicPath","webpack:///nextcloud/webpack/runtime/jsonp chunk loading","webpack:///nextcloud/webpack/runtime/nonce","webpack:///nextcloud/webpack/startup"],"sourcesContent":["var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar chunkIds = deferred[i][0];\n\t\tvar fn = deferred[i][1];\n\t\tvar priority = deferred[i][2];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","var inProgress = {};\nvar dataWebpackPrefix = \"nextcloud:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\n\t\tscript.src = url;\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t}\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { getLoggerBuilder } from '@nextcloud/logger'\n\nexport default getLoggerBuilder()\n\t.setApp('files')\n\t.detectUser()\n\t.build()\n","\n\n\n\n\n\n\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TransferOwnershipDialogue.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TransferOwnershipDialogue.vue?vue&type=script&lang=js\"","\n import API from \"!../../../../node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../../node_modules/style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../../node_modules/style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../../node_modules/style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../../node_modules/style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../../node_modules/style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TransferOwnershipDialogue.vue?vue&type=style&index=0&id=a646b61e&prod&scoped=true&lang=scss\";\n \n \n\nvar options = {};\n\noptions.styleTagTransform = styleTagTransformFn;\noptions.setAttributes = setAttributes;\n\n options.insert = insertFn.bind(null, \"head\");\n \noptions.domAPI = domAPI;\noptions.insertStyleElement = insertStyleElement;\n\nvar update = API(content, options);\n\n\n\nexport * from \"!!../../../../node_modules/css-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../../../node_modules/sass-loader/dist/cjs.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./TransferOwnershipDialogue.vue?vue&type=style&index=0&id=a646b61e&prod&scoped=true&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./TransferOwnershipDialogue.vue?vue&type=template&id=a646b61e&scoped=true\"\nimport script from \"./TransferOwnershipDialogue.vue?vue&type=script&lang=js\"\nexport * from \"./TransferOwnershipDialogue.vue?vue&type=script&lang=js\"\nimport style0 from \"./TransferOwnershipDialogue.vue?vue&type=style&index=0&id=a646b61e&prod&scoped=true&lang=scss\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"a646b61e\",\n null\n \n)\n\nexport default component.exports","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PersonalSettings.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./PersonalSettings.vue?vue&type=script&lang=js\"","\n\n\n\n\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',[_c('h3',[_vm._v(_vm._s(_vm.t('files', 'Transfer ownership of a file or folder'))+\" \")]),_vm._v(\" \"),_c('form',{on:{\"submit\":function($event){$event.preventDefault();return _vm.submit.apply(null, arguments)}}},[_c('p',{staticClass:\"transfer-select-row\"},[_c('span',[_vm._v(_vm._s(_vm.readableDirectory))]),_vm._v(\" \"),(_vm.directory === undefined)?_c('NcButton',{staticClass:\"transfer-select-row__choose_button\",on:{\"click\":function($event){$event.preventDefault();return _vm.start.apply(null, arguments)}}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('files', 'Choose file or folder to transfer'))+\"\\n\\t\\t\\t\")]):_c('NcButton',{on:{\"click\":function($event){$event.preventDefault();return _vm.start.apply(null, arguments)}}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('files', 'Change'))+\"\\n\\t\\t\\t\")])],1),_vm._v(\" \"),_c('p',{staticClass:\"new-owner-row\"},[_c('label',{attrs:{\"for\":\"targetUser\"}},[_c('span',[_vm._v(_vm._s(_vm.t('files', 'New owner')))])]),_vm._v(\" \"),_c('NcSelect',{staticClass:\"middle-align\",attrs:{\"input-id\":\"targetUser\",\"options\":_vm.formatedUserSuggestions,\"multiple\":false,\"loading\":_vm.loadingUsers,\"label\":\"displayName\",\"user-select\":true},on:{\"search\":_vm.findUserDebounced},model:{value:(_vm.selectedUser),callback:function ($$v) {_vm.selectedUser=$$v},expression:\"selectedUser\"}})],1),_vm._v(\" \"),_c('p',[_c('NcButton',{attrs:{\"native-type\":\"submit\",\"type\":\"primary\",\"disabled\":!_vm.canSubmit}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.submitButtonText)+\"\\n\\t\\t\\t\")])],1)])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import { render, staticRenderFns } from \"./PersonalSettings.vue?vue&type=template&id=6bbac28a\"\nimport script from \"./PersonalSettings.vue?vue&type=script&lang=js\"\nexport * from \"./PersonalSettings.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"section\",attrs:{\"id\":\"files-personal-settings\"}},[_c('h2',[_vm._v(_vm._s(_vm.t('files', 'Files')))]),_vm._v(\" \"),_c('TransferOwnershipDialogue')],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright 2019 Christoph Wurst \n * @copyright 2019 Christoph Wurst \n * @copyright 2019 Christoph Wurst \n *\n * @author Roeland Jago Douma \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\n\nimport Vue from 'vue'\nimport { getRequestToken } from '@nextcloud/auth'\n\nimport PersonalSettings from './components/PersonalSettings.vue'\n\n// eslint-disable-next-line camelcase\n__webpack_nonce__ = btoa(getRequestToken())\n\nVue.prototype.t = t\n\nif (!window.TESTING) {\n\tconst View = Vue.extend(PersonalSettings)\n\tnew View().$mount('#files-personal-settings')\n}\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.middle-align[data-v-a646b61e]{vertical-align:middle}p[data-v-a646b61e]{margin-top:12px;margin-bottom:12px}.new-owner-row[data-v-a646b61e]{display:flex;flex-wrap:wrap}.new-owner-row label[data-v-a646b61e]{display:flex;align-items:center;margin-bottom:calc(var(--default-grid-baseline)*2)}.new-owner-row label span[data-v-a646b61e]{margin-right:8px}.new-owner-row .multiselect[data-v-a646b61e]{flex-grow:1;max-width:280px}.transfer-select-row span[data-v-a646b61e]{margin-right:8px}.transfer-select-row__choose_button[data-v-a646b61e]{width:min(100%,400px) !important}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files/src/components/TransferOwnershipDialogue.vue\"],\"names\":[],\"mappings\":\"AACA,+BACC,qBAAA,CAED,mBACC,eAAA,CACA,kBAAA,CAED,gCACC,YAAA,CACA,cAAA,CAEA,sCACC,YAAA,CACA,kBAAA,CACA,kDAAA,CAEA,2CACC,gBAAA,CAIF,6CACC,WAAA,CACA,eAAA,CAID,2CACC,gBAAA,CAGD,qDACC,gCAAA\",\"sourcesContent\":[\"\\n.middle-align {\\n\\tvertical-align: middle;\\n}\\np {\\n\\tmargin-top: 12px;\\n\\tmargin-bottom: 12px;\\n}\\n.new-owner-row {\\n\\tdisplay: flex;\\n\\tflex-wrap: wrap;\\n\\n\\tlabel {\\n\\t\\tdisplay: flex;\\n\\t\\talign-items: center;\\n\\t\\tmargin-bottom: calc(var(--default-grid-baseline) * 2);\\n\\n\\t\\tspan {\\n\\t\\t\\tmargin-right: 8px;\\n\\t\\t}\\n\\t}\\n\\n\\t.multiselect {\\n\\t\\tflex-grow: 1;\\n\\t\\tmax-width: 280px;\\n\\t}\\n}\\n.transfer-select-row {\\n\\tspan {\\n\\t\\tmargin-right: 8px;\\n\\t}\\n\\n\\t&__choose_button {\\n\\t\\twidth: min(100%, 400px) !important;\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\tid: moduleId,\n\t\tloaded: false,\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Flag the module as loaded\n\tmodule.loaded = true;\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"\" + chunkId + \"-\" + chunkId + \".js?v=\" + {\"923\":\"aaa6fb3561797665bf42\",\"1273\":\"59280d4f83a43a234ac1\"}[chunkId] + \"\";\n};","__webpack_require__.g = (function() {\n\tif (typeof globalThis === 'object') return globalThis;\n\ttry {\n\t\treturn this || new Function('return this')();\n\t} catch (e) {\n\t\tif (typeof window === 'object') return window;\n\t}\n})();","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","__webpack_require__.nmd = (module) => {\n\tmodule.paths = [];\n\tif (!module.children) module.children = [];\n\treturn module;\n};","__webpack_require__.j = 1623;","var scriptUrl;\nif (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + \"\";\nvar document = __webpack_require__.g.document;\nif (!scriptUrl && document) {\n\tif (document.currentScript)\n\t\tscriptUrl = document.currentScript.src;\n\tif (!scriptUrl) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tif(scripts.length) {\n\t\t\tvar i = scripts.length - 1;\n\t\t\twhile (i > -1 && !scriptUrl) scriptUrl = scripts[i--].src;\n\t\t}\n\t}\n}\n// When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration\n// or pass an empty string (\"\") and set the __webpack_public_path__ variable from your code to use your own logic.\nif (!scriptUrl) throw new Error(\"Automatic publicPath is not supported in this browser\");\nscriptUrl = scriptUrl.replace(/#.*$/, \"\").replace(/\\?.*$/, \"\").replace(/\\/[^\\/]+$/, \"/\");\n__webpack_require__.p = scriptUrl;","__webpack_require__.b = document.baseURI || self.location.href;\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t1623: 0\n};\n\n__webpack_require__.f.j = (chunkId, promises) => {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(true) { // all chunks have JS\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = (event) => {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar chunkIds = data[0];\n\tvar moreModules = data[1];\n\tvar runtime = data[2];\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunknextcloud\"] = self[\"webpackChunknextcloud\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","__webpack_require__.nc = undefined;","// startup\n// Load entry module and return exports\n// This entry module depends on other loaded chunks and execution need to be delayed\nvar __webpack_exports__ = __webpack_require__.O(undefined, [7874], () => (__webpack_require__(89725)))\n__webpack_exports__ = __webpack_require__.O(__webpack_exports__);\n"],"names":["deferred","inProgress","dataWebpackPrefix","getLoggerBuilder","setApp","detectUser","build","picker","getFilePickerBuilder","t","setMultiSelect","setType","allowDirectories","name","components","NcSelect","NcButton","data","directory","undefined","directoryPickerError","submitError","loadingUsers","selectedUser","userSuggestions","config","minSearchStringLength","parseInt","OC","computed","canSubmit","formatedUserSuggestions","Object","keys","map","uid","user","displayName","icon","submitButtonText","readableDirectory","split","path","length","userid","substring","created","findUserDebounced","debounce","findUser","methods","start","pick","then","dir","logger","debug","startsWith","Error","catch","error","message","showError","query","trim","response","axios","get","generateOcsUrl","params","format","itemType","search","perPage","lookup","ocs","exact","users","concat","forEach","Vue","value","shareWith","label","submit","warn","recipient","url","post","resp","info","showSuccess","status","options","styleTagTransform","setAttributes","insert","domAPI","insertStyleElement","locals","TransferOwnershipDialogue","_vm","this","_c","_self","_v","_s","on","$event","preventDefault","apply","arguments","staticClass","attrs","model","callback","$$v","expression","__webpack_nonce__","btoa","getRequestToken","prototype","window","TESTING","extend","PersonalSettings","$mount","___CSS_LOADER_EXPORT___","push","module","id","__webpack_module_cache__","__webpack_require__","moduleId","cachedModule","exports","loaded","__webpack_modules__","call","m","O","result","chunkIds","fn","priority","notFulfilled","Infinity","i","fulfilled","j","every","key","splice","r","n","getter","__esModule","d","a","definition","o","defineProperty","enumerable","f","e","chunkId","Promise","all","reduce","promises","u","g","globalThis","Function","obj","prop","hasOwnProperty","l","done","script","needAttach","scripts","document","getElementsByTagName","s","getAttribute","createElement","charset","timeout","nc","setAttribute","src","onScriptComplete","prev","event","onerror","onload","clearTimeout","doneFns","parentNode","removeChild","setTimeout","bind","type","target","head","appendChild","Symbol","toStringTag","nmd","paths","children","scriptUrl","importScripts","location","currentScript","replace","p","b","baseURI","self","href","installedChunks","installedChunkData","promise","resolve","reject","errorType","realSrc","request","webpackJsonpCallback","parentChunkLoadingFunction","moreModules","runtime","some","chunkLoadingGlobal","__webpack_exports__"],"sourceRoot":""} \ No newline at end of file