From eb3eec5a9d8918710465bb2c0dcede005c6e22a4 Mon Sep 17 00:00:00 2001 From: skjnldsv Date: Thu, 18 Jul 2024 08:27:42 +0200 Subject: [PATCH] fix(files_sharing): also allow removing READ permissions on email shares Signed-off-by: skjnldsv Signed-off-by: nextcloud-command --- apps/files_sharing/src/views/SharingDetailsTab.vue | 5 ++++- dist/files_sharing-files_sharing_tab.js | 4 ++-- dist/files_sharing-files_sharing_tab.js.map | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/apps/files_sharing/src/views/SharingDetailsTab.vue b/apps/files_sharing/src/views/SharingDetailsTab.vue index 5a0cb6ef349ac..8917e1db10b5a 100644 --- a/apps/files_sharing/src/views/SharingDetailsTab.vue +++ b/apps/files_sharing/src/views/SharingDetailsTab.vue @@ -545,7 +545,10 @@ export default { return (this.fileInfo.canDownload() || this.canDownload) }, canRemoveReadPermission() { - return this.allowsFileDrop && this.share.type === this.SHARE_TYPES.SHARE_TYPE_LINK + return this.allowsFileDrop && ( + this.share.type === this.SHARE_TYPES.SHARE_TYPE_LINK + || this.share.type === this.SHARE_TYPES.SHARE_TYPE_EMAIL + ) }, // if newPassword exists, but is empty, it means // the user deleted the original password diff --git a/dist/files_sharing-files_sharing_tab.js b/dist/files_sharing-files_sharing_tab.js index 189ef04d61717..656a0bb6ab752 100644 --- a/dist/files_sharing-files_sharing_tab.js +++ b/dist/files_sharing-files_sharing_tab.js @@ -1,3 +1,3 @@ /*! For license information please see files_sharing-files_sharing_tab.js.LICENSE.txt */ -(()=>{"use strict";var e,i,s,a={73337:(e,i,s)=>{var a=s(20144),r=s(31352),n=s(3234),o=s(79753),h=s(75925),l=s.n(h),c=s(4820),d=s(17963),p=s(65878);class u{constructor(){this._capabilities=(0,p.F)()}get defaultPermissions(){var e;return null===(e=this._capabilities.files_sharing)||void 0===e?void 0:e.default_permissions}get isPublicUploadEnabled(){var e;return null===(e=this._capabilities.files_sharing)||void 0===e?void 0:e.public.upload}get isShareWithLinkAllowed(){return document.getElementById("allowShareWithLink")&&"yes"===document.getElementById("allowShareWithLink").value}get federatedShareDocLink(){return OC.appConfig.core.federatedCloudShareDoc}get defaultExpirationDate(){return this.isDefaultExpireDateEnabled?new Date((new Date).setDate((new Date).getDate()+this.defaultExpireDate)):null}get defaultInternalExpirationDate(){return this.isDefaultInternalExpireDateEnabled?new Date((new Date).setDate((new Date).getDate()+this.defaultInternalExpireDate)):null}get defaultRemoteExpirationDateString(){return this.isDefaultRemoteExpireDateEnabled?new Date((new Date).setDate((new Date).getDate()+this.defaultRemoteExpireDate)):null}get enforcePasswordForPublicLink(){return!0===OC.appConfig.core.enforcePasswordForPublicLink}get enableLinkPasswordByDefault(){return!0===OC.appConfig.core.enableLinkPasswordByDefault}get isDefaultExpireDateEnforced(){return!0===OC.appConfig.core.defaultExpireDateEnforced}get isDefaultExpireDateEnabled(){return!0===OC.appConfig.core.defaultExpireDateEnabled}get isDefaultInternalExpireDateEnforced(){return!0===OC.appConfig.core.defaultInternalExpireDateEnforced}get isDefaultRemoteExpireDateEnforced(){return!0===OC.appConfig.core.defaultRemoteExpireDateEnforced}get isDefaultInternalExpireDateEnabled(){return!0===OC.appConfig.core.defaultInternalExpireDateEnabled}get isDefaultRemoteExpireDateEnabled(){return!0===OC.appConfig.core.defaultRemoteExpireDateEnabled}get isRemoteShareAllowed(){return!0===OC.appConfig.core.remoteShareAllowed}get isMailShareAllowed(){var e,t,i,s,a;return void 0!==(null===(e=this._capabilities)||void 0===e||null===(t=e.files_sharing)||void 0===t?void 0:t.sharebymail)&&!0===(null===(i=this._capabilities)||void 0===i||null===(s=i.files_sharing)||void 0===s||null===(a=s.public)||void 0===a?void 0:a.enabled)}get defaultExpireDate(){return OC.appConfig.core.defaultExpireDate}get defaultInternalExpireDate(){return OC.appConfig.core.defaultInternalExpireDate}get defaultRemoteExpireDate(){return OC.appConfig.core.defaultRemoteExpireDate}get isResharingAllowed(){return!0===OC.appConfig.core.resharingAllowed}get isPasswordForMailSharesRequired(){return void 0!==this._capabilities.files_sharing.sharebymail&&this._capabilities.files_sharing.sharebymail.password.enforced}get shouldAlwaysShowUnique(){var e,t;return!0===(null===(e=this._capabilities.files_sharing)||void 0===e||null===(t=e.sharee)||void 0===t?void 0:t.always_show_unique)}get allowGroupSharing(){return!0===OC.appConfig.core.allowGroupSharing}get maxAutocompleteResults(){return parseInt(OC.config["sharing.maxAutocompleteResults"],10)||25}get minSearchStringLength(){return parseInt(OC.config["sharing.minSearchStringLength"],10)||0}get passwordPolicy(){return this._capabilities.password_policy?this._capabilities.password_policy:{}}}var A=s(41922),g=s(25108);class f{constructor(e){var t,i,s,a;if(i=this,a=void 0,(s=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var i=e[Symbol.toPrimitive];if(void 0!==i){var s=i.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:String(t)}(s="_share"))in i?Object.defineProperty(i,s,{value:a,enumerable:!0,configurable:!0,writable:!0}):i[s]=a,e.ocs&&e.ocs.data&&e.ocs.data[0]&&(e=e.ocs.data[0]),e.hide_download=!!e.hide_download,e.mail_send=!!e.mail_send,e.attributes&&"string"==typeof e.attributes)try{e.attributes=JSON.parse(e.attributes)}catch(t){g.warn("Could not parse share attributes returned by server",e.attributes)}e.attributes=null!==(t=e.attributes)&&void 0!==t?t:[],this._share=e}get state(){return this._share}get id(){return this._share.id}get type(){return this._share.share_type}get permissions(){return this._share.permissions}get attributes(){return this._share.attributes}set permissions(e){this._share.permissions=e}get owner(){return this._share.uid_owner}get ownerDisplayName(){return this._share.displayname_owner}get shareWith(){return this._share.share_with}get shareWithDisplayName(){return this._share.share_with_displayname||this._share.share_with}get shareWithDisplayNameUnique(){return this._share.share_with_displayname_unique||this._share.share_with}get shareWithLink(){return this._share.share_with_link}get shareWithAvatar(){return this._share.share_with_avatar}get uidFileOwner(){return this._share.uid_file_owner}get displaynameFileOwner(){return this._share.displayname_file_owner||this._share.uid_file_owner}get createdTime(){return this._share.stime}get expireDate(){return this._share.expiration}set expireDate(e){this._share.expiration=e}get token(){return this._share.token}get note(){return this._share.note}set note(e){this._share.note=e}get label(){var e;return null!==(e=this._share.label)&&void 0!==e?e:""}set label(e){this._share.label=e}get mailSend(){return!0===this._share.mail_send}get hideDownload(){return!0===this._share.hide_download}set hideDownload(e){this._share.hide_download=!0===e}get password(){return this._share.password}set password(e){this._share.password=e}get passwordExpirationTime(){return this._share.password_expiration_time}set passwordExpirationTime(e){this._share.password_expiration_time=e}get sendPasswordByTalk(){return this._share.send_password_by_talk}set sendPasswordByTalk(e){this._share.send_password_by_talk=e}get path(){return this._share.path}get itemType(){return this._share.item_type}get mimetype(){return this._share.mimetype}get fileSource(){return this._share.file_source}get fileTarget(){return this._share.file_target}get fileParent(){return this._share.file_parent}get hasReadPermission(){return!!(this.permissions&OC.PERMISSION_READ)}get hasCreatePermission(){return!!(this.permissions&OC.PERMISSION_CREATE)}get hasDeletePermission(){return!!(this.permissions&OC.PERMISSION_DELETE)}get hasUpdatePermission(){return!!(this.permissions&OC.PERMISSION_UPDATE)}get hasSharePermission(){return!!(this.permissions&OC.PERMISSION_SHARE)}get hasDownloadPermission(){for(const e in this._share.attributes){const t=this._share.attributes[e];if("permissions"===t.scope&&"download"===t.key)return t.enabled}return!0}set hasDownloadPermission(e){this.setAttribute("permissions","download",!!e)}setAttribute(e,t,i){const s={scope:e,key:t,enabled:i};for(const e in this._share.attributes){const t=this._share.attributes[e];if(t.scope===s.scope&&t.key===s.key)return void this._share.attributes.splice(e,1,s)}this._share.attributes.push(s)}get canEdit(){return!0===this._share.can_edit}get canDelete(){return!0===this._share.can_delete}get viaFileid(){return this._share.via_fileid}get viaPath(){return this._share.via_path}get parent(){return this._share.parent}get storageId(){return this._share.storage_id}get storage(){return this._share.storage}get itemSource(){return this._share.item_source}get status(){return this._share.status}}const _={data:()=>({SHARE_TYPES:A.D})};var m=s(64024),w=s(76212),v=s.n(w),E=s(12945),C=s.n(E);const S={name:"SharingEntrySimple",components:{NcActions:C()},props:{title:{type:String,default:"",required:!0},subtitle:{type:String,default:""},isUnique:{type:Boolean,default:!0},ariaExpanded:{type:Boolean,default:null}},computed:{ariaExpandedValue(){return null===this.ariaExpanded?this.ariaExpanded:this.ariaExpanded?"true":"false"}}};var y=s(93379),b=s.n(y),x=s(7795),P=s.n(x),T=s(90569),D=s.n(T),k=s(3565),R=s.n(k),I=s(19216),N=s.n(I),O=s(44589),L=s.n(O),Y=s(31277),H={};H.styleTagTransform=L(),H.setAttributes=R(),H.insert=D().bind(null,"head"),H.domAPI=P(),H.insertStyleElement=N(),b()(Y.Z,H),Y.Z&&Y.Z.locals&&Y.Z.locals;var B=s(51900);const U=(0,B.Z)(S,(function(){var e=this,t=e._self._c;return t("li",{staticClass:"sharing-entry"},[e._t("avatar"),e._v(" "),t("div",{staticClass:"sharing-entry__desc"},[t("span",{staticClass:"sharing-entry__title"},[e._v(e._s(e.title))]),e._v(" "),e.subtitle?t("p",[e._v("\n\t\t\t"+e._s(e.subtitle)+"\n\t\t")]):e._e()]),e._v(" "),e.$slots.default?t("NcActions",{ref:"actionsComponent",staticClass:"sharing-entry__actions",attrs:{"menu-align":"right","aria-expanded":e.ariaExpandedValue}},[e._t("default")],2):e._e()],2)}),[],!1,null,"1852ea78",null).exports;var F=s(25108);const q={name:"SharingEntryInternal",components:{NcActionLink:v(),SharingEntrySimple:U},props:{fileInfo:{type:Object,default:()=>{},required:!0}},data:()=>({copied:!1,copySuccess:!1}),computed:{internalLink(){return window.location.protocol+"//"+window.location.host+(0,o.generateUrl)("/f/")+this.fileInfo.id},copyLinkTooltip(){return this.copied?this.copySuccess?"":t("files_sharing","Cannot copy, please copy the link manually"):t("files_sharing","Copy internal link to clipboard")},internalLinkSubtitle(){return"dir"===this.fileInfo.type?t("files_sharing","Only works for users with access to this folder"):t("files_sharing","Only works for users with access to this file")}},methods:{async copyLink(){try{await navigator.clipboard.writeText(this.internalLink),(0,m.s$)(t("files_sharing","Link copied")),this.$refs.shareEntrySimple.$refs.actionsComponent.$el.focus(),this.copySuccess=!0,this.copied=!0}catch(e){this.copySuccess=!1,this.copied=!0,F.error(e)}finally{setTimeout((()=>{this.copySuccess=!1,this.copied=!1}),4e3)}}}};var M=s(36522),W={};W.styleTagTransform=L(),W.setAttributes=R(),W.insert=D().bind(null,"head"),W.domAPI=P(),W.insertStyleElement=N(),b()(M.Z,W),M.Z&&M.Z.locals&&M.Z.locals;const Z=(0,B.Z)(q,(function(){var e=this,t=e._self._c;return t("ul",[t("SharingEntrySimple",{ref:"shareEntrySimple",staticClass:"sharing-entry__internal",attrs:{title:e.t("files_sharing","Internal link"),subtitle:e.internalLinkSubtitle},scopedSlots:e._u([{key:"avatar",fn:function(){return[t("div",{staticClass:"avatar-external icon-external-white"})]},proxy:!0}])},[e._v(" "),t("NcActionLink",{attrs:{href:e.internalLink,"aria-label":e.copyLinkTooltip,title:e.copyLinkTooltip,target:"_blank",icon:e.copied&&e.copySuccess?"icon-checkmark-color":"icon-clippy"},on:{click:function(t){return t.preventDefault(),e.copyLink.apply(null,arguments)}}})],1)],1)}),[],!1,null,"71a426be",null).exports;var j=s(33907),V=s(69183),$=s(20296),G=s.n($),z=s(36456),Q=s.n(z),K=(s(35449),s(25108));const J=(0,o.generateOcsUrl)("apps/files_sharing/api/v1/shares"),X={methods:{async createShare(e){let{path:i,permissions:s,shareType:a,shareWith:r,publicUpload:n,password:o,sendPasswordByTalk:h,expireDate:l,label:d,note:p,attributes:u}=e;try{var A;const e=await c.Z.post(J,{path:i,permissions:s,shareType:a,shareWith:r,publicUpload:n,password:o,sendPasswordByTalk:h,expireDate:l,label:d,note:p,attributes:u});if(null==e||null===(A=e.data)||void 0===A||!A.ocs)throw e;const t=new f(e.data.ocs.data);return(0,V.j8)("files_sharing:share:created",{share:t}),t}catch(e){var g,_,m,w;K.error("Error while creating share",e);const i=null==e||null===(g=e.response)||void 0===g||null===(_=g.data)||void 0===_||null===(m=_.ocs)||void 0===m||null===(w=m.meta)||void 0===w?void 0:w.message;throw OC.Notification.showTemporary(i?t("files_sharing","Error creating the share: {errorMessage}",{errorMessage:i}):t("files_sharing","Error creating the share"),{type:"error"}),e}},async deleteShare(e){try{var i;const t=await c.Z.delete(J+"/".concat(e));if(null==t||null===(i=t.data)||void 0===i||!i.ocs)throw t;return(0,V.j8)("files_sharing:share:deleted",{id:e}),!0}catch(e){var s,a,r,n;K.error("Error while deleting share",e);const i=null==e||null===(s=e.response)||void 0===s||null===(a=s.data)||void 0===a||null===(r=a.ocs)||void 0===r||null===(n=r.meta)||void 0===n?void 0:n.message;throw OC.Notification.showTemporary(i?t("files_sharing","Error deleting the share: {errorMessage}",{errorMessage:i}):t("files_sharing","Error deleting the share"),{type:"error"}),e}},async updateShare(e,i){try{var s;const t=await c.Z.put(J+"/".concat(e),i);if((0,V.j8)("files_sharing:share:updated",{id:e}),null!=t&&null!==(s=t.data)&&void 0!==s&&s.ocs)return t.data.ocs.data;throw t}catch(e){if(K.error("Error while updating share",e),400!==e.response.status){var a,r,n,o;const i=null==e||null===(a=e.response)||void 0===a||null===(r=a.data)||void 0===r||null===(n=r.ocs)||void 0===n||null===(o=n.meta)||void 0===o?void 0:o.message;OC.Notification.showTemporary(i?t("files_sharing","Error updating the share: {errorMessage}",{errorMessage:i}):t("files_sharing","Error updating the share"),{type:"error"})}const i=e.response.data.ocs.meta.message;throw new Error(i)}}}},ee={methods:{async openSharingDetails(e){let t={};if(e.handler){const i={};this.suggestions&&(i.suggestions=this.suggestions,i.fileInfo=this.fileInfo,i.query=this.query);const s=await e.handler(i);t=this.mapShareRequestToShareObject(s)}else t=this.mapShareRequestToShareObject(e);const i={fileInfo:this.fileInfo,share:t};this.$emit("open-sharing-details",i)},openShareDetailsForCustomSettings(e){e.setCustomPermissions=!0,this.openSharingDetails(e)},mapShareRequestToShareObject(e){var t;if(e.id)return e;const i={attributes:[{enabled:!0,key:"download",scope:"permissions"}],share_type:e.shareType,share_with:e.shareWith,is_no_user:e.isNoUser,user:e.shareWith,share_with_displayname:e.displayName,subtitle:e.subtitle,permissions:null!==(t=e.permissions)&&void 0!==t?t:(new u).defaultPermissions,expiration:""};return new f(i)}}};var te=s(25108);const ie={name:"SharingInput",components:{NcSelect:Q()},mixins:[_,X,ee],props:{shares:{type:Array,default:()=>[],required:!0},linkShares:{type:Array,default:()=>[],required:!0},fileInfo:{type:Object,default:()=>{},required:!0},reshare:{type:f,default:null},canReshare:{type:Boolean,required:!0}},data:()=>({config:new u,loading:!1,query:"",recommendations:[],ShareSearch:OCA.Sharing.ShareSearch.state,suggestions:[],value:null}),computed:{externalResults(){return this.ShareSearch.results},inputPlaceholder(){const e=this.config.isRemoteShareAllowed;return this.canReshare?e?t("files_sharing","Name, email, or Federated Cloud ID …"):t("files_sharing","Name or email …"):t("files_sharing","Resharing is not allowed")},isValidQuery(){return this.query&&""!==this.query.trim()&&this.query.length>this.config.minSearchStringLength},options(){return this.isValidQuery?this.suggestions:this.recommendations},noResultText(){return this.loading?t("files_sharing","Searching …"):t("files_sharing","No elements found.")}},mounted(){this.getRecommendations()},methods:{handleOpen(){(0,V.j8)("viewer:trapElements:changed",this.$refs.select.$el)},async asyncFind(e){this.query=e.trim(),this.isValidQuery&&(this.loading=!0,await this.debounceGetSuggestions(e))},async getSuggestions(e){let i=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.loading=!0,!0===OC.getCapabilities().files_sharing.sharee.query_lookup_default&&(i=!0);const s=[this.SHARE_TYPES.SHARE_TYPE_USER,this.SHARE_TYPES.SHARE_TYPE_GROUP,this.SHARE_TYPES.SHARE_TYPE_REMOTE,this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP,this.SHARE_TYPES.SHARE_TYPE_CIRCLE,this.SHARE_TYPES.SHARE_TYPE_ROOM,this.SHARE_TYPES.SHARE_TYPE_GUEST,this.SHARE_TYPES.SHARE_TYPE_DECK,this.SHARE_TYPES.SHARE_TYPE_SCIENCEMESH];!0===OC.getCapabilities().files_sharing.public.enabled&&s.push(this.SHARE_TYPES.SHARE_TYPE_EMAIL);let a=null;try{a=await c.Z.get((0,o.generateOcsUrl)("apps/files_sharing/api/v1/sharees"),{params:{format:"json",itemType:"dir"===this.fileInfo.type?"folder":"file",search:e,lookup:i,perPage:this.config.maxAutocompleteResults,shareType:s}})}catch(e){return void te.error("Error fetching suggestions",e)}const r=a.data.ocs.data,n=a.data.ocs.data.exact;r.exact=[];const h=Object.values(n).reduce(((e,t)=>e.concat(t)),[]),l=Object.values(r).reduce(((e,t)=>e.concat(t)),[]),d=this.filterOutExistingShares(h).map((e=>this.formatForMultiselect(e))).sort(((e,t)=>e.shareType-t.shareType)),p=this.filterOutExistingShares(l).map((e=>this.formatForMultiselect(e))).sort(((e,t)=>e.shareType-t.shareType)),u=[];r.lookupEnabled&&!i&&u.push({id:"global-lookup",isNoUser:!0,displayName:t("files_sharing","Search globally"),lookup:!0});const A=this.externalResults.filter((e=>!e.condition||e.condition(this))),g=d.concat(p).concat(A).concat(u),f=g.reduce(((e,t)=>t.displayName?(e[t.displayName]||(e[t.displayName]=0),e[t.displayName]++,e):e),{});this.suggestions=g.map((e=>f[e.displayName]>1&&!e.desc?{...e,desc:e.shareWithDisplayNameUnique}:e)),this.loading=!1,te.info("suggestions",this.suggestions)},debounceGetSuggestions:G()((function(){this.getSuggestions(...arguments)}),300),async getRecommendations(){this.loading=!0;let e=null;try{e=await c.Z.get((0,o.generateOcsUrl)("apps/files_sharing/api/v1/sharees_recommended"),{params:{format:"json",itemType:this.fileInfo.type}})}catch(e){return void te.error("Error fetching recommendations",e)}const t=this.externalResults.filter((e=>!e.condition||e.condition(this))),i=Object.values(e.data.ocs.data.exact).reduce(((e,t)=>e.concat(t)),[]);this.recommendations=this.filterOutExistingShares(i).map((e=>this.formatForMultiselect(e))).concat(t),this.loading=!1,te.info("recommendations",this.recommendations)},filterOutExistingShares(e){return e.reduce(((e,t)=>{if("object"!=typeof t)return e;try{if(t.value.shareType===this.SHARE_TYPES.SHARE_TYPE_USER){if(t.value.shareWith===(0,j.ts)().uid)return e;if(this.reshare&&t.value.shareWith===this.reshare.owner)return e}if(t.value.shareType===this.SHARE_TYPES.SHARE_TYPE_EMAIL){if(-1!==this.linkShares.map((e=>e.shareWith)).indexOf(t.value.shareWith.trim()))return e}else{const i=this.shares.reduce(((e,t)=>(e[t.shareWith]=t.type,e)),{}),s=t.value.shareWith.trim();if(s in i&&i[s]===t.value.shareType)return e}e.push(t)}catch{return e}return e}),[])},shareTypeToIcon(e){switch(e){case this.SHARE_TYPES.SHARE_TYPE_GUEST:return{icon:"icon-user",iconTitle:t("files_sharing","Guest")};case this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP:case this.SHARE_TYPES.SHARE_TYPE_GROUP:return{icon:"icon-group",iconTitle:t("files_sharing","Group")};case this.SHARE_TYPES.SHARE_TYPE_EMAIL:return{icon:"icon-mail",iconTitle:t("files_sharing","Email")};case this.SHARE_TYPES.SHARE_TYPE_CIRCLE:return{icon:"icon-circle",iconTitle:t("files_sharing","Circle")};case this.SHARE_TYPES.SHARE_TYPE_ROOM:return{icon:"icon-room",iconTitle:t("files_sharing","Talk conversation")};case this.SHARE_TYPES.SHARE_TYPE_DECK:return{icon:"icon-deck",iconTitle:t("files_sharing","Deck board")};case this.SHARE_TYPES.SHARE_TYPE_SCIENCEMESH:return{icon:"icon-sciencemesh",iconTitle:t("files_sharing","ScienceMesh")};default:return{}}},formatForMultiselect(e){let i;var s;if(e.value.shareType===this.SHARE_TYPES.SHARE_TYPE_USER&&this.config.shouldAlwaysShowUnique)i=null!==(s=e.shareWithDisplayNameUnique)&&void 0!==s?s:"";else if(e.value.shareType!==this.SHARE_TYPES.SHARE_TYPE_REMOTE&&e.value.shareType!==this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP||!e.value.server)if(e.value.shareType===this.SHARE_TYPES.SHARE_TYPE_EMAIL)i=e.value.shareWith;else{var a;i=null!==(a=e.shareWithDescription)&&void 0!==a?a:""}else i=t("files_sharing","on {server}",{server:e.value.server});return{shareWith:e.value.shareWith,shareType:e.value.shareType,user:e.uuid||e.value.shareWith,isNoUser:e.value.shareType!==this.SHARE_TYPES.SHARE_TYPE_USER,displayName:e.name||e.label,subtitle:i,shareWithDisplayNameUnique:e.shareWithDisplayNameUnique||"",...this.shareTypeToIcon(e.value.shareType)}}}};var se=s(23114),ae={};ae.styleTagTransform=L(),ae.setAttributes=R(),ae.insert=D().bind(null,"head"),ae.domAPI=P(),ae.insertStyleElement=N(),b()(se.Z,ae),se.Z&&se.Z.locals&&se.Z.locals;const re=(0,B.Z)(ie,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"sharing-search"},[t("label",{attrs:{for:"sharing-search-input"}},[e._v(e._s(e.t("files_sharing","Search for share recipients")))]),e._v(" "),t("NcSelect",{ref:"select",staticClass:"sharing-search__input",attrs:{"input-id":"sharing-search-input",disabled:!e.canReshare,loading:e.loading,filterable:!1,placeholder:e.inputPlaceholder,"clear-search-on-blur":()=>!1,"user-select":!0,options:e.options},on:{open:e.handleOpen,search:e.asyncFind,"option:selected":e.openSharingDetails},scopedSlots:e._u([{key:"no-options",fn:function(t){let{search:i}=t;return[e._v("\n\t\t\t"+e._s(i?e.noResultText:e.t("files_sharing","No recommendations. Start typing."))+"\n\t\t")]}}]),model:{value:e.value,callback:function(t){e.value=t},expression:"value"}})],1)}),[],!1,null,null,null).exports;var ne=s(45400),oe=s.n(ne),he=s(65358),le=s(1162),ce=s.n(le),de=s(25746);const pe={NONE:0,READ:1,UPDATE:2,CREATE:4,DELETE:8,SHARE:16},ue={READ_ONLY:pe.READ,UPLOAD_AND_UPDATE:pe.READ|pe.UPDATE|pe.CREATE|pe.DELETE,FILE_DROP:pe.CREATE,ALL:pe.UPDATE|pe.CREATE|pe.READ|pe.DELETE|pe.SHARE,ALL_FILE:pe.UPDATE|pe.READ|pe.SHARE};var Ae=s(25108);const ge={mixins:[X,_],props:{fileInfo:{type:Object,default:()=>{},required:!0},share:{type:f,default:null},isUnique:{type:Boolean,default:!0}},data(){var e;return{config:new u,errors:{},loading:!1,saving:!1,open:!1,updateQueue:new de.Z({concurrency:1}),reactiveState:null===(e=this.share)||void 0===e?void 0:e.state}},computed:{hasNote:{get(){return""!==this.share.note},set(e){this.share.note=e?null:""}},dateTomorrow:()=>new Date((new Date).setDate((new Date).getDate()+1)),lang(){const e=window.dayNamesShort?window.dayNamesShort:["Sun.","Mon.","Tue.","Wed.","Thu.","Fri.","Sat."],t=window.monthNamesShort?window.monthNamesShort:["Jan.","Feb.","Mar.","Apr.","May.","Jun.","Jul.","Aug.","Sep.","Oct.","Nov.","Dec."];return{formatLocale:{firstDayOfWeek:window.firstDay?window.firstDay:0,monthsShort:t,weekdaysMin:e,weekdaysShort:e},monthFormat:"MMM"}},isFolder(){return"dir"===this.fileInfo.type},isPublicShare(){var e;const t=null!==(e=this.share.shareType)&&void 0!==e?e:this.share.type;return[this.SHARE_TYPES.SHARE_TYPE_LINK,this.SHARE_TYPES.SHARE_TYPE_EMAIL].includes(t)},isRemoteShare(){return this.share.type===this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP||this.share.type===this.SHARE_TYPES.SHARE_TYPE_REMOTE},isShareOwner(){return this.share&&this.share.owner===(0,j.ts)().uid},isExpiryDateEnforced(){return this.isPublicShare?this.config.isDefaultExpireDateEnforced:this.isRemoteShare?this.config.isDefaultRemoteExpireDateEnforced:this.config.isDefaultInternalExpireDateEnforced},hasCustomPermissions(){return![ue.ALL,ue.READ_ONLY,ue.FILE_DROP].includes(this.share.permissions)},maxExpirationDateEnforced(){return this.isExpiryDateEnforced?this.isPublicShare?this.config.defaultExpirationDate:this.isRemoteShare?this.config.defaultRemoteExpirationDateString:this.config.defaultInternalExpirationDate:null}},methods:{checkShare:e=>(!e.password||"string"==typeof e.password&&""!==e.password.trim())&&!(e.expirationDate&&!e.expirationDate.isValid()),parseDateString(e){var t;if(e)return new Date(null===(t=e.match(/([0-9]{4}-[0-9]{2}-[0-9]{2})/i))||void 0===t?void 0:t.pop())},formatDateToString:e=>new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate())).toISOString().split("T")[0],onExpirationChange:G()((function(e){this.share.expireDate=this.formatDateToString(new Date(e))}),500),onExpirationDisable(){this.share.expireDate=""},onNoteChange(e){this.$set(this.share,"newNote",e.trim())},onNoteSubmit(){this.share.newNote&&(this.share.note=this.share.newNote,this.$delete(this.share,"newNote"),this.queueUpdate("note"))},async onDelete(){try{this.loading=!0,this.open=!1,await this.deleteShare(this.share.id),Ae.debug("Share deleted",this.share.id);const e="file"===this.share.itemType?t("files_sharing",'File "{path}" has been unshared',{path:this.share.path}):t("files_sharing",'Folder "{path}" has been unshared',{path:this.share.path});(0,m.s$)(e),this.$emit("remove:share",this.share)}catch(e){this.open=!0}finally{this.loading=!1}},queueUpdate(){for(var e=arguments.length,i=new Array(e),s=0;s{"object"==typeof this.share[t]?e[t]=JSON.stringify(this.share[t]):e[t]=this.share[t].toString()})),void this.updateQueue.add((async()=>{this.saving=!0,this.errors={};try{const s=await this.updateShare(this.share.id,e);i.indexOf("password")>=0&&(this.$delete(this.share,"newPassword"),this.share.passwordExpirationTime=s.password_expiration_time),this.$delete(this.errors,i[0]),(0,m.s$)(t("files_sharing","Share {propertyName} saved",{propertyName:i[0]}))}catch({message:e}){e&&""!==e&&(this.onSyncError(i[0],e),(0,m.x2)(t("files_sharing",e)))}finally{this.saving=!1}}))}Ae.debug("Updated local share",this.share)}},onSyncError(e,t){switch(this.open=!0,e){case"password":case"pending":case"expireDate":case"label":case"note":{this.$set(this.errors,e,t);let i=this.$refs[e];if(i){i.$el&&(i=i.$el);const e=i.querySelector(".focusable");e&&e.focus()}break}case"sendPasswordByTalk":this.$set(this.errors,e,t),this.share.sendPasswordByTalk=!this.share.sendPasswordByTalk}},debounceQueueUpdate:G()((function(e){this.queueUpdate(e)}),500)}},fe={name:"SharingEntryInherited",components:{NcActionButton:oe(),NcActionLink:v(),NcActionText:ce(),NcAvatar:l(),SharingEntrySimple:U},mixins:[ge],props:{share:{type:f,required:!0}},computed:{viaFileTargetUrl(){return(0,o.generateUrl)("/f/{fileid}",{fileid:this.share.viaFileid})},viaFolderName(){return(0,he.EZ)(this.share.viaPath)}}};var _e=s(35979),me={};me.styleTagTransform=L(),me.setAttributes=R(),me.insert=D().bind(null,"head"),me.domAPI=P(),me.insertStyleElement=N(),b()(_e.Z,me),_e.Z&&_e.Z.locals&&_e.Z.locals;const we=(0,B.Z)(fe,(function(){var e=this,t=e._self._c;return t("SharingEntrySimple",{key:e.share.id,staticClass:"sharing-entry__inherited",attrs:{title:e.share.shareWithDisplayName},scopedSlots:e._u([{key:"avatar",fn:function(){return[t("NcAvatar",{staticClass:"sharing-entry__avatar",attrs:{user:e.share.shareWith,"display-name":e.share.shareWithDisplayName}})]},proxy:!0}])},[e._v(" "),t("NcActionText",{attrs:{icon:"icon-user"}},[e._v("\n\t\t"+e._s(e.t("files_sharing","Added by {initiator}",{initiator:e.share.ownerDisplayName}))+"\n\t")]),e._v(" "),e.share.viaPath&&e.share.viaFileid?t("NcActionLink",{attrs:{icon:"icon-folder",href:e.viaFileTargetUrl}},[e._v("\n\t\t"+e._s(e.t("files_sharing","Via “{folder}”",{folder:e.viaFolderName}))+"\n\t")]):e._e(),e._v(" "),e.share.canDelete?t("NcActionButton",{attrs:{icon:"icon-close"},on:{click:function(t){return t.preventDefault(),e.onDelete.apply(null,arguments)}}},[e._v("\n\t\t"+e._s(e.t("files_sharing","Unshare"))+"\n\t")]):e._e()],1)}),[],!1,null,"283ca89e",null).exports;var ve=s(25108);const Ee={name:"SharingInherited",components:{NcActionButton:oe(),SharingEntryInherited:we,SharingEntrySimple:U},props:{fileInfo:{type:Object,default:()=>{},required:!0}},data:()=>({loaded:!1,loading:!1,showInheritedShares:!1,shares:[]}),computed:{showInheritedSharesIcon(){return this.loading?"icon-loading-small":this.showInheritedShares?"icon-triangle-n":"icon-triangle-s"},mainTitle:()=>t("files_sharing","Others with access"),subTitle(){return this.showInheritedShares&&0===this.shares.length?t("files_sharing","No other users with access found"):""},toggleTooltip(){return"dir"===this.fileInfo.type?t("files_sharing","Toggle list of others with access to this directory"):t("files_sharing","Toggle list of others with access to this file")},fullPath(){return"".concat(this.fileInfo.path,"/").concat(this.fileInfo.name).replace("//","/")}},watch:{fileInfo(){this.resetState()}},methods:{toggleInheritedShares(){this.showInheritedShares=!this.showInheritedShares,this.showInheritedShares?this.fetchInheritedShares():this.resetState()},async fetchInheritedShares(){this.loading=!0;try{const e=(0,o.generateOcsUrl)("apps/files_sharing/api/v1/shares/inherited?format=json&path={path}",{path:this.fullPath}),t=await c.Z.get(e);this.shares=t.data.ocs.data.map((e=>new f(e))).sort(((e,t)=>t.createdTime-e.createdTime)),ve.info(this.shares),this.loaded=!0}catch(e){OC.Notification.showTemporary(t("files_sharing","Unable to fetch inherited shares"),{type:"error"})}finally{this.loading=!1}},resetState(){this.loaded=!1,this.loading=!1,this.showInheritedShares=!1,this.shares=[]},removeShare(e){const t=this.shares.findIndex((t=>t===e));this.shares.splice(t,1)}}};var Ce=s(58670),Se={};Se.styleTagTransform=L(),Se.setAttributes=R(),Se.insert=D().bind(null,"head"),Se.domAPI=P(),Se.insertStyleElement=N(),b()(Ce.Z,Se),Ce.Z&&Ce.Z.locals&&Ce.Z.locals;const ye=(0,B.Z)(Ee,(function(){var e=this,t=e._self._c;return t("ul",{attrs:{id:"sharing-inherited-shares"}},[t("SharingEntrySimple",{staticClass:"sharing-entry__inherited",attrs:{title:e.mainTitle,subtitle:e.subTitle,"aria-expanded":e.showInheritedShares},scopedSlots:e._u([{key:"avatar",fn:function(){return[t("div",{staticClass:"avatar-shared icon-more-white"})]},proxy:!0}])},[e._v(" "),t("NcActionButton",{attrs:{icon:e.showInheritedSharesIcon,"aria-label":e.toggleTooltip,title:e.toggleTooltip},on:{click:function(t){return t.preventDefault(),t.stopPropagation(),e.toggleInheritedShares.apply(null,arguments)}}})],1),e._v(" "),e._l(e.shares,(function(i){return t("SharingEntryInherited",{key:i.id,attrs:{"file-info":e.fileInfo,share:i},on:{"remove:share":e.removeShare}})}))],2)}),[],!1,null,"05b67dc8",null).exports;var be=s(79570),xe=s.n(be),Pe=s(875),Te=s.n(Pe),De=s(44299),ke=s(681),Re=s(15303);const Ie={components:{DropdownIcon:ke.Z},mixins:[ge,ee,_],props:{share:{type:Object,required:!0},toggle:{type:Boolean,default:!1}},data(){return{selectedOption:"",showDropdown:this.toggle,focusTrap:null}},computed:{canViewText:()=>t("files_sharing","View only"),canEditText:()=>t("files_sharing","Can edit"),fileDropText:()=>t("files_sharing","File drop"),customPermissionsText:()=>t("files_sharing","Custom permissions"),preSelectedOption(){return(this.share.permissions&~pe.SHARE)===ue.READ_ONLY?this.canViewText:this.share.permissions===ue.ALL||this.share.permissions===ue.ALL_FILE?this.canEditText:(this.share.permissions&~pe.SHARE)===ue.FILE_DROP?this.fileDropText:this.customPermissionsText},options(){const e=[this.canViewText,this.canEditText];return this.supportsFileDrop&&e.push(this.fileDropText),e.push(this.customPermissionsText),e},supportsFileDrop(){if(this.isFolder&&this.config.isPublicUploadEnabled){var e;const t=null!==(e=this.share.type)&&void 0!==e?e:this.share.shareType;return[this.SHARE_TYPES.SHARE_TYPE_LINK,this.SHARE_TYPES.SHARE_TYPE_EMAIL].includes(t)}return!1},dropDownPermissionValue(){switch(this.selectedOption){case this.canEditText:return this.isFolder?ue.ALL:ue.ALL_FILE;case this.fileDropText:return ue.FILE_DROP;case this.customPermissionsText:return"custom";case this.canViewText:default:return ue.READ_ONLY}},dropdownId:()=>"dropdown-".concat(Math.random().toString(36).substr(2,9))},watch:{toggle(e){this.showDropdown=e}},mounted(){this.initializeComponent(),window.addEventListener("click",this.handleClickOutside)},beforeDestroy(){window.removeEventListener("click",this.handleClickOutside)},methods:{toggleDropdown(){this.showDropdown=!this.showDropdown,this.showDropdown?this.$nextTick((()=>{this.useFocusTrap()})):this.clearFocusTrap()},closeDropdown(){this.clearFocusTrap(),this.showDropdown=!1},selectOption(e){this.selectedOption=e,e===this.customPermissionsText?this.$emit("open-sharing-details"):(this.share.permissions=this.dropDownPermissionValue,this.queueUpdate("permissions")),this.showDropdown=!1},initializeComponent(){this.selectedOption=this.preSelectedOption},handleClickOutside(e){const t=this.$refs.quickShareDropdownContainer;t&&!t.contains(e.target)&&(this.showDropdown=!1)},useFocusTrap(){Object.assign(window,{_nc_focus_trap:window._nc_focus_trap||[]});const e=this.$refs.quickShareDropdown;this.focusTrap=(0,Re.createFocusTrap)(e,{allowOutsideClick:!0,trapStack:window._nc_focus_trap}),this.focusTrap.activate()},clearFocusTrap(){var e;null===(e=this.focusTrap)||void 0===e||e.deactivate(),this.focusTrap=null},shiftFocusForward(){let e=document.activeElement.nextElementSibling;e||(e=this.$refs.quickShareDropdown.firstElementChild),e.focus()},shiftFocusBackward(){let e=document.activeElement.previousElementSibling;e||(e=this.$refs.quickShareDropdown.lastElementChild),e.focus()},handleArrowUp(){this.shiftFocusBackward()},handleArrowDown(){this.shiftFocusForward()}}},Ne=Ie;var Oe=s(17719),Le={};Le.styleTagTransform=L(),Le.setAttributes=R(),Le.insert=D().bind(null,"head"),Le.domAPI=P(),Le.insertStyleElement=N(),b()(Oe.Z,Le),Oe.Z&&Oe.Z.locals&&Oe.Z.locals;const Ye=(0,B.Z)(Ne,(function(){var e=this,t=e._self._c;return t("div",{ref:"quickShareDropdownContainer",class:{active:e.showDropdown,"share-select":!0}},[t("span",{staticClass:"trigger-text",attrs:{id:e.dropdownId,"aria-expanded":e.showDropdown,"aria-haspopup":!0,"aria-label":"Quick share options dropdown"},on:{click:e.toggleDropdown}},[e._v("\n\t\t"+e._s(e.selectedOption)+"\n\t\t"),t("DropdownIcon",{attrs:{size:15}})],1),e._v(" "),e.showDropdown?t("div",{ref:"quickShareDropdown",staticClass:"share-select-dropdown",attrs:{"aria-labelledby":e.dropdownId,tabindex:"0"},on:{keydown:[function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"down",40,t.key,["Down","ArrowDown"])?null:e.handleArrowDown.apply(null,arguments)},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"up",38,t.key,["Up","ArrowUp"])?null:e.handleArrowUp.apply(null,arguments)},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"])?null:e.closeDropdown.apply(null,arguments)}]}},e._l(e.options,(function(i){return t("button",{key:i,class:{"dropdown-item":!0,selected:i===e.selectedOption},attrs:{"aria-selected":i===e.selectedOption},on:{click:function(t){return e.selectOption(i)}}},[e._v("\n\t\t\t"+e._s(i)+"\n\t\t")])})),0):e._e()])}),[],!1,null,"d960cabe",null).exports,He={name:"ExternalShareAction",props:{id:{type:String,required:!0},action:{type:Object,default:()=>({})},fileInfo:{type:Object,default:()=>{},required:!0},share:{type:f,default:null}},computed:{data(){return this.action.data(this)}}},Be=(0,B.Z)(He,(function(){var e=this;return(0,e._self._c)(e.data.is,e._g(e._b({tag:"Component"},"Component",e.data,!1),e.action.handlers),[e._v("\n\t"+e._s(e.data.text)+"\n")])}),[],!1,null,null,null).exports;var Ue=s(25108);const Fe=new u;async function qe(){if(Fe.passwordPolicy.api&&Fe.passwordPolicy.api.generate)try{const e=await c.Z.get(Fe.passwordPolicy.api.generate);if(e.data.ocs.data.password)return(0,m.s$)(t("files_sharing","Password created successfully")),e.data.ocs.data.password}catch(e){Ue.info("Error generating password from password_policy",e),(0,m.x2)(t("files_sharing","Error generating password from password policy"))}const e=new Uint8Array(10);self.crypto.getRandomValues(e);let i="";for(let t=0;t({shareCreationComplete:!1,showDropdown:!1,copySuccess:!0,copied:!1,pending:!1,ExternalLegacyLinkActions:OCA.Sharing.ExternalLinkActions.state,ExternalShareActions:OCA.Sharing.ExternalShareActions.state,logger:(0,Me.IY)().setApp("files_sharing").detectUser().build()}),computed:{title(){if(this.share&&this.share.id){if(!this.isShareOwner&&this.share.ownerDisplayName)return this.isEmailShareType?t("files_sharing","{shareWith} by {initiator}",{shareWith:this.share.shareWith,initiator:this.share.ownerDisplayName}):t("files_sharing","Shared via link by {initiator}",{initiator:this.share.ownerDisplayName});if(this.share.label&&""!==this.share.label.trim())return this.isEmailShareType?t("files_sharing","Mail share ({label})",{label:this.share.label.trim()}):t("files_sharing","Share link ({label})",{label:this.share.label.trim()});if(this.isEmailShareType)return this.share.shareWith}return this.index>1?t("files_sharing","Share link ({index})",{index:this.index}):t("files_sharing","Share link")},subtitle(){return this.isEmailShareType&&this.title!==this.share.shareWith?this.share.shareWith:null},isPasswordProtected:{get(){return this.config.enforcePasswordForPublicLink||!!this.share.password},async set(e){a.default.set(this.share,"password",e?await qe():""),a.default.set(this.share,"newPassword",this.share.password)}},passwordExpirationTime(){if(null===this.share.passwordExpirationTime)return null;const e=moment(this.share.passwordExpirationTime);return!(e.diff(moment())<0)&&e.fromNow()},isTalkEnabled:()=>void 0!==OC.appswebroots.spreed,isPasswordProtectedByTalkAvailable(){return this.isPasswordProtected&&this.isTalkEnabled},isPasswordProtectedByTalk:{get(){return this.share.sendPasswordByTalk},async set(e){this.share.sendPasswordByTalk=e}},isEmailShareType(){return!!this.share&&this.share.type===this.SHARE_TYPES.SHARE_TYPE_EMAIL},canTogglePasswordProtectedByTalkAvailable(){return!(!this.isPasswordProtected||this.isEmailShareType&&!this.hasUnsavedPassword)},pendingPassword(){return this.config.enableLinkPasswordByDefault&&this.share&&!this.share.id},pendingEnforcedPassword(){return this.config.enforcePasswordForPublicLink&&this.share&&!this.share.id},pendingExpirationDate(){return this.config.isDefaultExpireDateEnforced&&this.share&&!this.share.id},sharePolicyHasRequiredProperties(){return this.config.enforcePasswordForPublicLink||this.config.isDefaultExpireDateEnforced},requiredPropertiesMissing(){if(!this.sharePolicyHasRequiredProperties)return!1;if(!this.share)return!0;if(this.share.id)return!0;const e=this.config.enforcePasswordForPublicLink&&!this.share.password,t=this.config.isDefaultExpireDateEnforced&&!this.share.expireDate;return e||t},hasUnsavedPassword(){return void 0!==this.share.newPassword},shareLink(){return window.location.protocol+"//"+window.location.host+(0,o.generateUrl)("/s/")+this.share.token},actionsTooltip(){return t("files_sharing",'Actions for "{title}"',{title:this.title})},copyLinkTooltip(){return this.copied?this.copySuccess?"":t("files_sharing","Cannot copy, please copy the link manually"):t("files_sharing",'Copy public link of "{title}" to clipboard',{title:this.title})},externalLegacyLinkActions(){return this.ExternalLegacyLinkActions.actions},externalLinkActions(){return this.ExternalShareActions.actions.filter((e=>e.shareType.includes(A.D.SHARE_TYPE_LINK)||e.shareType.includes(A.D.SHARE_TYPE_EMAIL)))},isPasswordPolicyEnabled(){return"object"==typeof this.config.passwordPolicy},canChangeHideDownload(){return this.fileInfo.shareAttributes.some((e=>"download"===e.key&&"permissions"===e.scope&&!1===e.enabled))}},methods:{async onNewLinkShare(){if(this.logger.debug("onNewLinkShare called (with this.share)",this.share),this.loading)return;const e={share_type:A.D.SHARE_TYPE_LINK};if(this.config.isDefaultExpireDateEnforced&&(e.expiration=this.formatDateToString(this.config.defaultExpirationDate)),this.logger.debug("Missing required properties?",this.requiredPropertiesMissing),this.sharePolicyHasRequiredProperties&&this.requiredPropertiesMissing){this.pending=!0,this.shareCreationComplete=!1,this.logger.info("Share policy requires mandated properties (password)..."),(this.config.enableLinkPasswordByDefault||this.config.enforcePasswordForPublicLink)&&(e.password=await qe());const t=new f(e),i=await new Promise((e=>{this.$emit("add:share",t,e)}));this.open=!1,this.pending=!1,i.open=!0}else{if(this.share&&!this.share.id){if(this.checkShare(this.share)){try{this.logger.info("Sending existing share to server",this.share),await this.pushNewLinkShare(this.share,!0),this.shareCreationComplete=!0,this.logger.info("Share created on server",this.share)}catch(e){return this.pending=!1,this.logger.error("Error creating share",e),!1}return!0}return this.open=!0,(0,m.x2)(t("files_sharing","Error, please enter proper password and/or expiration date")),!1}const i=new f(e);await this.pushNewLinkShare(i),this.shareCreationComplete=!0}},async pushNewLinkShare(e,i){try{if(this.loading)return!0;this.loading=!0,this.errors={};const s={path:(this.fileInfo.path+"/"+this.fileInfo.name).replace("//","/"),shareType:A.D.SHARE_TYPE_LINK,password:e.password,expireDate:e.expireDate,attributes:JSON.stringify(this.fileInfo.shareAttributes)};We.debug("Creating link share with options",s);const a=await this.createShare(s);let r;this.open=!1,this.shareCreationComplete=!0,We.debug("Link share created",a),r=i?await new Promise((e=>{this.$emit("update:share",a,e)})):await new Promise((e=>{this.$emit("add:share",a,e)})),this.config.enforcePasswordForPublicLink||r.copyLink(),(0,m.s$)(t("files_sharing","Link share created"))}catch(e){var s,a,r,n;const i=null==e||null===(s=e.response)||void 0===s||null===(a=s.data)||void 0===a||null===(r=a.ocs)||void 0===r||null===(n=r.meta)||void 0===n?void 0:n.message;if(!i)return(0,m.x2)(t("files_sharing","Error while creating the share")),void We.error(e);throw i.match(/password/i)?this.onSyncError("password",i):i.match(/date/i)?this.onSyncError("expireDate",i):this.onSyncError("pending",i),e}finally{this.loading=!1,this.shareCreationComplete=!0}},async copyLink(){try{await navigator.clipboard.writeText(this.shareLink),(0,m.s$)(t("files_sharing","Link copied")),this.$refs.copyButton.$el.focus(),this.copySuccess=!0,this.copied=!0}catch(e){this.copySuccess=!1,this.copied=!0,We.error(e)}finally{setTimeout((()=>{this.copySuccess=!1,this.copied=!1}),4e3)}},onPasswordChange(e){this.$set(this.share,"newPassword",e)},onPasswordDisable(){this.share.password="",this.$delete(this.share,"newPassword"),this.share.id&&this.queueUpdate("password")},onPasswordSubmit(){this.hasUnsavedPassword&&(this.share.password=this.share.newPassword.trim(),this.queueUpdate("password"))},onPasswordProtectedByTalkChange(){this.hasUnsavedPassword&&(this.share.password=this.share.newPassword.trim()),this.queueUpdate("sendPasswordByTalk","password")},onMenuClose(){this.onPasswordSubmit(),this.onNoteSubmit()},onCancel(){this.shareCreationComplete||this.$emit("remove:share",this.share)},toggleQuickShareSelect(){this.showDropdown=!this.showDropdown}}},je=Ze;var Ve=s(28377),$e={};$e.styleTagTransform=L(),$e.setAttributes=R(),$e.insert=D().bind(null,"head"),$e.domAPI=P(),$e.insertStyleElement=N(),b()(Ve.Z,$e),Ve.Z&&Ve.Z.locals&&Ve.Z.locals;const Ge={name:"SharingLinkList",components:{SharingEntryLink:(0,B.Z)(je,(function(){var e=this,t=e._self._c;return t("li",{staticClass:"sharing-entry sharing-entry__link",class:{"sharing-entry--share":e.share}},[t("NcAvatar",{staticClass:"sharing-entry__avatar",attrs:{"is-no-user":!0,"icon-class":e.isEmailShareType?"avatar-link-share icon-mail-white":"avatar-link-share icon-public-white"}}),e._v(" "),t("div",{staticClass:"sharing-entry__summary"},[t("div",{staticClass:"sharing-entry__desc",on:{click:function(t){return t.preventDefault(),e.toggleQuickShareSelect.apply(null,arguments)}}},[t("span",{staticClass:"sharing-entry__title",attrs:{title:e.title}},[e._v("\n\t\t\t\t"+e._s(e.title)+"\n\t\t\t")]),e._v(" "),e.subtitle?t("p",[e._v("\n\t\t\t\t"+e._s(e.subtitle)+"\n\t\t\t")]):e._e(),e._v(" "),e.share&&void 0!==e.share.permissions?t("QuickShareSelect",{attrs:{share:e.share,"file-info":e.fileInfo,toggle:e.showDropdown},on:{"open-sharing-details":function(t){return e.openShareDetailsForCustomSettings(e.share)}}}):e._e()],1),e._v(" "),e.share&&!e.isEmailShareType&&e.share.token?t("NcActions",{ref:"copyButton",staticClass:"sharing-entry__copy"},[t("NcActionLink",{attrs:{href:e.shareLink,target:"_blank",title:e.copyLinkTooltip,"aria-label":e.copyLinkTooltip,icon:e.copied&&e.copySuccess?"icon-checkmark-color":"icon-clippy"},on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.copyLink.apply(null,arguments)}}})],1):e._e()],1),e._v(" "),!e.pending&&(e.pendingPassword||e.pendingEnforcedPassword||e.pendingExpirationDate)?t("NcActions",{staticClass:"sharing-entry__actions",attrs:{"aria-label":e.actionsTooltip,"menu-align":"right",open:e.open},on:{"update:open":function(t){e.open=t},close:e.onCancel}},[e.errors.pending?t("NcActionText",{class:{error:e.errors.pending},attrs:{icon:"icon-error"}},[e._v("\n\t\t\t"+e._s(e.errors.pending)+"\n\t\t")]):t("NcActionText",{attrs:{icon:"icon-info"}},[e._v("\n\t\t\t"+e._s(e.t("files_sharing","Please enter the following required information before creating the share"))+"\n\t\t")]),e._v(" "),e.pendingEnforcedPassword?t("NcActionText",{attrs:{icon:"icon-password"}},[e._v("\n\t\t\t"+e._s(e.t("files_sharing","Password protection (enforced)"))+"\n\t\t")]):e.pendingPassword?t("NcActionCheckbox",{staticClass:"share-link-password-checkbox",attrs:{checked:e.isPasswordProtected,disabled:e.config.enforcePasswordForPublicLink||e.saving},on:{"update:checked":function(t){e.isPasswordProtected=t},uncheck:e.onPasswordDisable}},[e._v("\n\t\t\t"+e._s(e.t("files_sharing","Password protection"))+"\n\t\t")]):e._e(),e._v(" "),e.pendingEnforcedPassword||e.share.password?t("NcActionInput",{staticClass:"share-link-password",attrs:{value:e.share.password,disabled:e.saving,required:e.config.enableLinkPasswordByDefault||e.config.enforcePasswordForPublicLink,minlength:e.isPasswordPolicyEnabled&&e.config.passwordPolicy.minLength,icon:"",autocomplete:"new-password"},on:{"update:value":function(t){return e.$set(e.share,"password",t)},submit:e.onNewLinkShare}},[e._v("\n\t\t\t"+e._s(e.t("files_sharing","Enter a password"))+"\n\t\t")]):e._e(),e._v(" "),e.pendingExpirationDate?t("NcActionText",{attrs:{icon:"icon-calendar-dark"}},[e._v("\n\t\t\t"+e._s(e.t("files_sharing","Expiration date (enforced)"))+"\n\t\t")]):e._e(),e._v(" "),e.pendingExpirationDate?t("NcActionInput",{staticClass:"share-link-expire-date",attrs:{disabled:e.saving,"is-native-picker":!0,"hide-label":!0,value:new Date(e.share.expireDate),type:"date",min:e.dateTomorrow,max:e.maxExpirationDateEnforced},on:{input:e.onExpirationChange}},[e._v("\n\t\t\t"+e._s(e.t("files_sharing","Enter a date"))+"\n\t\t")]):e._e(),e._v(" "),t("NcActionButton",{attrs:{icon:"icon-checkmark"},on:{click:function(t){return t.preventDefault(),t.stopPropagation(),e.onNewLinkShare.apply(null,arguments)}}},[e._v("\n\t\t\t"+e._s(e.t("files_sharing","Create share"))+"\n\t\t")]),e._v(" "),t("NcActionButton",{attrs:{icon:"icon-close"},on:{click:function(t){return t.preventDefault(),t.stopPropagation(),e.onCancel.apply(null,arguments)}}},[e._v("\n\t\t\t"+e._s(e.t("files_sharing","Cancel"))+"\n\t\t")])],1):e.loading?t("div",{staticClass:"icon-loading-small sharing-entry__loading"}):t("NcActions",{staticClass:"sharing-entry__actions",attrs:{"aria-label":e.actionsTooltip,"menu-align":"right",open:e.open},on:{"update:open":function(t){e.open=t},close:e.onMenuClose}},[e.share?[e.share.canEdit&&e.canReshare?[t("NcActionButton",{attrs:{disabled:e.saving},on:{click:function(t){return t.preventDefault(),e.openSharingDetails.apply(null,arguments)}},scopedSlots:e._u([{key:"icon",fn:function(){return[t("Tune")]},proxy:!0}],null,!1,961531849)},[e._v("\n\t\t\t\t\t"+e._s(e.t("files_sharing","Customize link"))+"\n\t\t\t\t")])]:e._e(),e._v(" "),t("NcActionSeparator"),e._v(" "),e._l(e.externalLinkActions,(function(i){return t("ExternalShareAction",{key:i.id,attrs:{id:i.id,action:i,"file-info":e.fileInfo,share:e.share}})})),e._v(" "),e._l(e.externalLegacyLinkActions,(function(i,s){let{icon:a,url:r,name:n}=i;return t("NcActionLink",{key:s,attrs:{href:r(e.shareLink),icon:a,target:"_blank"}},[e._v("\n\t\t\t\t"+e._s(n)+"\n\t\t\t")])})),e._v(" "),!e.isEmailShareType&&e.canReshare?t("NcActionButton",{staticClass:"new-share-link",attrs:{icon:"icon-add"},on:{click:function(t){return t.preventDefault(),t.stopPropagation(),e.onNewLinkShare.apply(null,arguments)}}},[e._v("\n\t\t\t\t"+e._s(e.t("files_sharing","Add another link"))+"\n\t\t\t")]):e._e(),e._v(" "),e.share.canDelete?t("NcActionButton",{attrs:{icon:"icon-close",disabled:e.saving},on:{click:function(t){return t.preventDefault(),e.onDelete.apply(null,arguments)}}},[e._v("\n\t\t\t\t"+e._s(e.t("files_sharing","Unshare"))+"\n\t\t\t")]):e._e()]:e.canReshare?t("NcActionButton",{staticClass:"new-share-link",attrs:{title:e.t("files_sharing","Create a new share link"),"aria-label":e.t("files_sharing","Create a new share link"),icon:e.loading?"icon-loading-small":"icon-add"},on:{click:function(t){return t.preventDefault(),t.stopPropagation(),e.onNewLinkShare.apply(null,arguments)}}}):e._e()],2)],1)}),[],!1,null,"cc82d906",null).exports},mixins:[_,ee],props:{fileInfo:{type:Object,default:()=>{},required:!0},shares:{type:Array,default:()=>[],required:!0},canReshare:{type:Boolean,required:!0}},data:()=>({canLinkShare:OC.getCapabilities().files_sharing.public.enabled}),computed:{hasLinkShares(){return this.shares.filter((e=>e.type===this.SHARE_TYPES.SHARE_TYPE_LINK)).length>0},hasShares(){return this.shares.length>0}},methods:{addShare(e,t){this.shares.unshift(e),this.awaitForShare(e,t)},awaitForShare(e,t){this.$nextTick((()=>{const i=this.$children.find((t=>t.share===e));i&&t(i)}))},removeShare(e){const t=this.shares.findIndex((t=>t===e));this.shares.splice(t,1)}}},ze=(0,B.Z)(Ge,(function(){var e=this,t=e._self._c;return e.canLinkShare?t("ul",{staticClass:"sharing-link-list"},[!e.hasLinkShares&&e.canReshare?t("SharingEntryLink",{attrs:{"can-reshare":e.canReshare,"file-info":e.fileInfo},on:{"add:share":e.addShare}}):e._e(),e._v(" "),e.hasShares?e._l(e.shares,(function(i,s){return t("SharingEntryLink",{key:i.id,attrs:{index:e.shares.length>1?s+1:null,"can-reshare":e.canReshare,share:e.shares[s],"file-info":e.fileInfo},on:{"update:share":[function(t){return e.$set(e.shares,s,t)},function(t){return e.awaitForShare(...arguments)}],"add:share":function(t){return e.addShare(...arguments)},"remove:share":e.removeShare,"open-sharing-details":function(t){return e.openSharingDetails(i)}}})})):e._e()],2):e._e()}),[],!1,null,null,null).exports;var Qe=s(10861),Ke=s.n(Qe),Je=s(4072);const Xe={name:"SharingEntry",components:{NcButton:Ke(),NcAvatar:l(),DotsHorizontalIcon:Je.default,NcSelect:Q(),QuickShareSelect:Ye},mixins:[ge,ee],data:()=>({showDropdown:!1}),computed:{title(){let e=this.share.shareWithDisplayName;return this.share.type===this.SHARE_TYPES.SHARE_TYPE_GROUP?e+=" (".concat(t("files_sharing","group"),")"):this.share.type===this.SHARE_TYPES.SHARE_TYPE_ROOM?e+=" (".concat(t("files_sharing","conversation"),")"):this.share.type===this.SHARE_TYPES.SHARE_TYPE_REMOTE?e+=" (".concat(t("files_sharing","remote"),")"):this.share.type===this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP?e+=" (".concat(t("files_sharing","remote group"),")"):this.share.type===this.SHARE_TYPES.SHARE_TYPE_GUEST&&(e+=" (".concat(t("files_sharing","guest"),")")),e},tooltip(){if(this.share.owner!==this.share.uidFileOwner){const e={user:this.share.shareWithDisplayName,owner:this.share.ownerDisplayName};return this.share.type===this.SHARE_TYPES.SHARE_TYPE_GROUP?t("files_sharing","Shared with the group {user} by {owner}",e):this.share.type===this.SHARE_TYPES.SHARE_TYPE_ROOM?t("files_sharing","Shared with the conversation {user} by {owner}",e):t("files_sharing","Shared with {user} by {owner}",e)}return null},hasStatus(){return this.share.type===this.SHARE_TYPES.SHARE_TYPE_USER&&"object"==typeof this.share.status&&!Array.isArray(this.share.status)}},methods:{onMenuClose(){this.onNoteSubmit()},toggleQuickShareSelect(){this.showDropdown=!this.showDropdown}}};var et=s(30400),tt={};tt.styleTagTransform=L(),tt.setAttributes=R(),tt.insert=D().bind(null,"head"),tt.domAPI=P(),tt.insertStyleElement=N(),b()(et.Z,tt),et.Z&&et.Z.locals&&et.Z.locals;const it={name:"SharingList",components:{SharingEntry:(0,B.Z)(Xe,(function(){var e=this,t=e._self._c;return t("li",{staticClass:"sharing-entry"},[t("NcAvatar",{staticClass:"sharing-entry__avatar",attrs:{"is-no-user":e.share.type!==e.SHARE_TYPES.SHARE_TYPE_USER,user:e.share.shareWith,"display-name":e.share.shareWithDisplayName,"menu-position":"left",url:e.share.shareWithAvatar}}),e._v(" "),t("div",{staticClass:"sharing-entry__summary",on:{click:function(t){return t.preventDefault(),e.toggleQuickShareSelect.apply(null,arguments)}}},[t(e.share.shareWithLink?"a":"div",{tag:"component",staticClass:"sharing-entry__summary__desc",attrs:{title:e.tooltip,"aria-label":e.tooltip,href:e.share.shareWithLink}},[t("span",[e._v(e._s(e.title)+"\n\t\t\t\t"),e.isUnique?e._e():t("span",{staticClass:"sharing-entry__summary__desc-unique"},[e._v(" ("+e._s(e.share.shareWithDisplayNameUnique)+")")]),e._v(" "),e.hasStatus&&e.share.status.message?t("small",[e._v("("+e._s(e.share.status.message)+")")]):e._e()])]),e._v(" "),t("QuickShareSelect",{attrs:{share:e.share,"file-info":e.fileInfo,toggle:e.showDropdown},on:{"open-sharing-details":function(t){return e.openShareDetailsForCustomSettings(e.share)}}})],1),e._v(" "),t("NcButton",{staticClass:"sharing-entry__action",attrs:{"aria-label":e.t("files_sharing","Open Sharing Details"),type:"tertiary-no-background"},on:{click:function(t){return e.openSharingDetails(e.share)}},scopedSlots:e._u([{key:"icon",fn:function(){return[t("DotsHorizontalIcon",{attrs:{size:20}})]},proxy:!0}])})],1)}),[],!1,null,"7bfd2f06",null).exports},mixins:[_,ee],props:{fileInfo:{type:Object,default:()=>{},required:!0},shares:{type:Array,default:()=>[],required:!0}},computed:{hasShares(){return 0===this.shares.length},isUnique(){return e=>[...this.shares].filter((t=>e.type===this.SHARE_TYPES.SHARE_TYPE_USER&&e.shareWithDisplayName===t.shareWithDisplayName)).length<=1}}},st=(0,B.Z)(it,(function(){var e=this,t=e._self._c;return t("ul",{staticClass:"sharing-sharee-list"},e._l(e.shares,(function(i){return t("SharingEntry",{key:i.id,attrs:{"file-info":e.fileInfo,share:i,"is-unique":e.isUnique(i)},on:{"open-sharing-details":function(t){return e.openSharingDetails(i)}}})})),1)}),[],!1,null,null,null).exports;var at=s(36029),rt=s.n(at),nt=s(36767),ot=s.n(nt),ht=s(19286),lt=s.n(ht),ct=s(20571),dt=s.n(ct),pt=s(49285),ut=s(44893),At=s(77531),gt=s(730),ft=s(90207),_t=s(60186),mt=s(88896),wt=s(34649),vt=s(94780),Et=s(20508),Ct=s(63198),St=s(25108);const yt={name:"SharingDetailsTab",components:{NcAvatar:l(),NcButton:Ke(),NcInputField:rt(),NcDatetimePicker:ot(),NcDateTimePickerNative:lt(),NcCheckboxRadioSwitch:dt(),CloseIcon:ut.default,CircleIcon:pt.Z,EditIcon:At.default,LinkIcon:ft.Z,GroupIcon:_t.Z,ShareIcon:mt.Z,UserIcon:wt.Z,UploadIcon:Et.Z,ViewIcon:vt.default,MenuDownIcon:Ct.Z,DotsHorizontalIcon:Je.default},mixins:[_,X,ge],props:{shareRequestValue:{type:Object,required:!1},fileInfo:{type:Object,required:!0},share:{type:Object,required:!0}},data:()=>({writeNoteToRecipientIsChecked:!1,sharingPermission:ue.ALL.toString(),revertSharingPermission:ue.ALL.toString(),setCustomPermissions:!1,passwordError:!1,advancedSectionAccordionExpanded:!1,bundledPermissions:ue,isFirstComponentLoad:!0,test:!1}),computed:{title(){switch(this.share.type){case this.SHARE_TYPES.SHARE_TYPE_USER:return t("files_sharing","Share with {userName}",{userName:this.share.shareWithDisplayName});case this.SHARE_TYPES.SHARE_TYPE_EMAIL:return t("files_sharing","Share with email {email}",{email:this.share.shareWith});case this.SHARE_TYPES.SHARE_TYPE_LINK:return t("files_sharing","Share link");case this.SHARE_TYPES.SHARE_TYPE_GROUP:return t("files_sharing","Share with group");case this.SHARE_TYPES.SHARE_TYPE_ROOM:return t("files_sharing","Share in conversation");case this.SHARE_TYPES.SHARE_TYPE_REMOTE:{const[e,i]=this.share.shareWith.split("@");return t("files_sharing","Share with {user} on remote server {server}",{user:e,server:i})}case this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP:return t("files_sharing","Share with remote group");case this.SHARE_TYPES.SHARE_TYPE_GUEST:return t("files_sharing","Share with guest");default:return this.share.id?t("files_sharing","Update share"):t("files_sharing","Create share")}},canEdit:{get(){return this.share.hasUpdatePermission},set(e){this.updateAtomicPermissions({isEditChecked:e})}},canCreate:{get(){return this.share.hasCreatePermission},set(e){this.updateAtomicPermissions({isCreateChecked:e})}},canDelete:{get(){return this.share.hasDeletePermission},set(e){this.updateAtomicPermissions({isDeleteChecked:e})}},canReshare:{get(){return this.share.hasSharePermission},set(e){this.updateAtomicPermissions({isReshareChecked:e})}},canDownload:{get(){var e;return(null===(e=this.share.attributes.find((e=>"download"===e.key)))||void 0===e?void 0:e.enabled)||!1},set(e){const t=this.share.attributes.find((e=>"download"===e.key));t&&(t.enabled=e)}},hasRead:{get(){return this.share.hasReadPermission},set(e){this.updateAtomicPermissions({isReadChecked:e})}},hasExpirationDate:{get(){return this.isValidShareAttribute(this.share.expireDate)},set(e){this.share.expireDate=e?this.formatDateToString(this.defaultExpiryDate):""}},isPasswordProtected:{get(){return this.config.enforcePasswordForPublicLink||!!this.share.password},async set(e){e?(this.share.password=await qe(),this.$set(this.share,"newPassword",this.share.password)):(this.share.password="",this.$delete(this.share,"newPassword"))}},isFolder(){return"dir"===this.fileInfo.type},isSetDownloadButtonVisible(){return this.isFolder||["application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.ms-powerpoint","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/vnd.oasis.opendocument.text","application/vnd.oasis.opendocument.spreadsheet","application/vnd.oasis.opendocument.presentation"].includes(this.fileInfo.mimetype)},isPasswordEnforced(){return this.isPublicShare&&this.config.enforcePasswordForPublicLink},defaultExpiryDate(){return(this.isGroupShare||this.isUserShare)&&this.config.isDefaultInternalExpireDateEnabled?new Date(this.config.defaultInternalExpirationDate):this.isRemoteShare&&this.config.isDefaultRemoteExpireDateEnabled?new Date(this.config.defaultRemoteExpireDateEnabled):this.isPublicShare&&this.config.isDefaultExpireDateEnabled?new Date(this.config.defaultExpirationDate):new Date((new Date).setDate((new Date).getDate()+1))},isUserShare(){return this.share.type===this.SHARE_TYPES.SHARE_TYPE_USER},isGroupShare(){return this.share.type===this.SHARE_TYPES.SHARE_TYPE_GROUP},isNewShare(){return!this.share.id},allowsFileDrop(){return!(!this.isFolder||!this.config.isPublicUploadEnabled||this.share.type!==this.SHARE_TYPES.SHARE_TYPE_LINK&&this.share.type!==this.SHARE_TYPES.SHARE_TYPE_EMAIL)},hasFileDropPermissions(){return this.share.permissions===this.bundledPermissions.FILE_DROP},shareButtonText(){return this.isNewShare?t("files_sharing","Save share"):t("files_sharing","Update share")},canSetEdit(){return this.fileInfo.sharePermissions&OC.PERMISSION_UPDATE||this.canEdit},canSetCreate(){return this.fileInfo.sharePermissions&OC.PERMISSION_CREATE||this.canCreate},canSetDelete(){return this.fileInfo.sharePermissions&OC.PERMISSION_DELETE||this.canDelete},canSetReshare(){return this.fileInfo.sharePermissions&OC.PERMISSION_SHARE||this.canReshare},canSetDownload(){return this.fileInfo.canDownload()||this.canDownload},canRemoveReadPermission(){return this.allowsFileDrop&&this.share.type===this.SHARE_TYPES.SHARE_TYPE_LINK},hasUnsavedPassword(){return void 0!==this.share.newPassword},passwordExpirationTime(){if(!this.isValidShareAttribute(this.share.passwordExpirationTime))return null;const e=moment(this.share.passwordExpirationTime);return!(e.diff(moment())<0)&&e.fromNow()},isTalkEnabled:()=>void 0!==OC.appswebroots.spreed,isPasswordProtectedByTalkAvailable(){return this.isPasswordProtected&&this.isTalkEnabled},isPasswordProtectedByTalk:{get(){return this.share.sendPasswordByTalk},async set(e){this.share.sendPasswordByTalk=e}},isEmailShareType(){return!!this.share&&this.share.type===this.SHARE_TYPES.SHARE_TYPE_EMAIL},canTogglePasswordProtectedByTalkAvailable(){return!(!this.isPublicShare||!this.isPasswordProtected||this.isEmailShareType&&!this.hasUnsavedPassword||void 0===OC.appswebroots.spreed)},canChangeHideDownload(){return this.fileInfo.shareAttributes.some((e=>"download"===e.key&&"permissions"===e.scope&&!1===e.enabled))},customPermissionsList(){const e={[pe.READ]:this.t("files_sharing","Read"),[pe.CREATE]:this.t("files_sharing","Create"),[pe.UPDATE]:this.t("files_sharing","Edit"),[pe.SHARE]:this.t("files_sharing","Share"),[pe.DELETE]:this.t("files_sharing","Delete")};return[pe.READ,pe.CREATE,pe.UPDATE,pe.SHARE,pe.DELETE].filter((e=>{return t=this.share.permissions,i=e,t!==pe.NONE&&(t&i)===i;var t,i})).map(((t,i)=>0===i?e[t]:e[t].toLocaleLowerCase((0,r.G3)()))).join(", ")},advancedControlExpandedValue(){return this.advancedSectionAccordionExpanded?"true":"false"}},watch:{setCustomPermissions(e){this.sharingPermission=e?"custom":this.revertSharingPermission}},beforeMount(){this.initializePermissions(),this.initializeAttributes(),St.debug("shareSentIn",this.share),St.debug("config",this.config)},mounted(){var e,t;null===(e=this.$refs.quickPermissions)||void 0===e||null===(t=e.querySelector("input:checked"))||void 0===t||t.focus()},methods:{updateAtomicPermissions(){let{isReadChecked:e=this.hasRead,isEditChecked:t=this.canEdit,isCreateChecked:i=this.canCreate,isDeleteChecked:s=this.canDelete,isReshareChecked:a=this.canReshare}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const r=0|(e?pe.READ:0)|(i?pe.CREATE:0)|(s?pe.DELETE:0)|(t?pe.UPDATE:0)|(a?pe.SHARE:0);this.share.permissions=r},expandCustomPermissions(){this.advancedSectionAccordionExpanded||(this.advancedSectionAccordionExpanded=!0),this.toggleCustomPermissions()},toggleCustomPermissions(e){const t="custom"===this.sharingPermission;this.revertSharingPermission=t?"custom":e,this.setCustomPermissions=t},async initializeAttributes(){if(this.isNewShare)return this.isPasswordEnforced&&this.isPublicShare&&(this.$set(this.share,"newPassword",await qe()),this.advancedSectionAccordionExpanded=!0),this.isPublicShare&&this.config.isDefaultExpireDateEnabled?this.share.expireDate=this.config.defaultExpirationDate.toDateString():this.isRemoteShare&&this.config.isDefaultRemoteExpireDateEnabled?this.share.expireDate=this.config.defaultRemoteExpirationDateString.toDateString():this.config.isDefaultInternalExpireDateEnabled&&(this.share.expireDate=this.config.defaultInternalExpirationDate.toDateString()),void(this.isValidShareAttribute(this.share.expireDate)&&(this.advancedSectionAccordionExpanded=!0));!this.isValidShareAttribute(this.share.expireDate)&&this.isExpiryDateEnforced&&(this.hasExpirationDate=!0),(this.isValidShareAttribute(this.share.password)||this.isValidShareAttribute(this.share.expireDate)||this.isValidShareAttribute(this.share.label))&&(this.advancedSectionAccordionExpanded=!0)},handleShareType(){"shareType"in this.share?this.share.type=this.share.shareType:this.share.share_type&&(this.share.type=this.share.share_type)},handleDefaultPermissions(){if(this.isNewShare){const e=this.config.defaultPermissions;e===ue.READ_ONLY||e===ue.ALL?this.sharingPermission=e.toString():(this.sharingPermission="custom",this.share.permissions=e,this.advancedSectionAccordionExpanded=!0,this.setCustomPermissions=!0)}this.canRemoveReadPermission||(this.hasRead=!0)},handleCustomPermissions(){this.isNewShare||!this.hasCustomPermissions&&!this.share.setCustomPermissions?this.share.permissions&&(this.sharingPermission=this.share.permissions.toString()):(this.sharingPermission="custom",this.advancedSectionAccordionExpanded=!0,this.setCustomPermissions=!0)},initializePermissions(){this.handleShareType(),this.handleDefaultPermissions(),this.handleCustomPermissions()},async saveShare(){const e=["permissions","attributes","note","expireDate"];this.isPublicShare&&e.push("label","password","hideDownload");const t=parseInt(this.sharingPermission);if(this.setCustomPermissions?this.updateAtomicPermissions():this.share.permissions=t,this.isFolder||this.share.permissions!==ue.ALL||(this.share.permissions=ue.ALL_FILE),this.writeNoteToRecipientIsChecked||(this.share.note=""),this.isPasswordProtected?this.hasUnsavedPassword&&this.isValidShareAttribute(this.share.newPassword)?(this.share.password=this.share.newPassword,this.$delete(this.share,"newPassword")):this.isPasswordEnforced&&!this.isValidShareAttribute(this.share.password)&&(this.passwordError=!0):this.share.password="",this.hasExpirationDate||(this.share.expireDate=""),this.isNewShare){const e={permissions:this.share.permissions,shareType:this.share.type,shareWith:this.share.shareWith,attributes:this.share.attributes,note:this.share.note,fileInfo:this.fileInfo};e.expireDate=this.hasExpirationDate?this.share.expireDate:"",this.isPasswordProtected&&(e.password=this.share.password);const t=await this.addShare(e,this.fileInfo);this.share=t,this.$emit("add:share",this.share)}else this.$emit("update:share",this.share),this.queueUpdate(...e);this.$emit("close-sharing-details")},async addShare(e,t){St.debug("Adding a new share from the input for",e);try{const i=(t.path+"/"+t.name).replace("//","/");return await this.createShare({path:i,shareType:e.shareType,shareWith:e.shareWith,permissions:e.permissions,expireDate:e.expireDate,attributes:JSON.stringify(e.attributes),...e.note?{note:e.note}:{},...e.password?{password:e.password}:{}})}catch(e){St.error("Error while adding new share",e)}},async removeShare(){await this.onDelete(),this.$emit("close-sharing-details")},onPasswordChange(e){this.passwordError=!this.isValidShareAttribute(e),this.$set(this.share,"newPassword",e)},onPasswordProtectedByTalkChange(){this.hasUnsavedPassword&&(this.share.password=this.share.newPassword.trim()),this.queueUpdate("sendPasswordByTalk","password")},isValidShareAttribute:e=>![null,void 0].includes(e)&&e.trim().length>0,getShareTypeIcon(e){switch(e){case this.SHARE_TYPES.SHARE_TYPE_LINK:return ft.Z;case this.SHARE_TYPES.SHARE_TYPE_GUEST:return wt.Z;case this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP:case this.SHARE_TYPES.SHARE_TYPE_GROUP:return _t.Z;case this.SHARE_TYPES.SHARE_TYPE_EMAIL:return gt.Z;case this.SHARE_TYPES.SHARE_TYPE_CIRCLE:return pt.Z;case this.SHARE_TYPES.SHARE_TYPE_ROOM:case this.SHARE_TYPES.SHARE_TYPE_DECK:case this.SHARE_TYPES.SHARE_TYPE_SCIENCEMESH:return mt.Z;default:return null}}}};var bt=s(33260),xt={};xt.styleTagTransform=L(),xt.setAttributes=R(),xt.insert=D().bind(null,"head"),xt.domAPI=P(),xt.insertStyleElement=N(),b()(bt.Z,xt),bt.Z&&bt.Z.locals&&bt.Z.locals;const Pt=(0,B.Z)(yt,(function(){var e,t=this,i=t._self._c;return i("div",{staticClass:"sharingTabDetailsView"},[i("div",{staticClass:"sharingTabDetailsView__header"},[i("span",[t.isUserShare?i("NcAvatar",{staticClass:"sharing-entry__avatar",attrs:{"is-no-user":t.share.shareType!==t.SHARE_TYPES.SHARE_TYPE_USER,user:t.share.shareWith,"display-name":t.share.shareWithDisplayName,"menu-position":"left",url:t.share.shareWithAvatar}}):t._e(),t._v(" "),i(t.getShareTypeIcon(t.share.type),{tag:"component",attrs:{size:32}})],1),t._v(" "),i("span",[i("h1",[t._v(t._s(t.title))])])]),t._v(" "),i("div",{staticClass:"sharingTabDetailsView__wrapper"},[i("div",{ref:"quickPermissions",staticClass:"sharingTabDetailsView__quick-permissions"},[i("div",[i("NcCheckboxRadioSwitch",{attrs:{"button-variant":!0,checked:t.sharingPermission,value:t.bundledPermissions.READ_ONLY.toString(),name:"sharing_permission_radio",type:"radio","button-variant-grouped":"vertical"},on:{"update:checked":[function(e){t.sharingPermission=e},t.toggleCustomPermissions]}},[i("ViewIcon",{attrs:{size:20}}),t._v(" "),i("span",[t._v(t._s(t.t("files_sharing","View only")))])],1),t._v(" "),i("NcCheckboxRadioSwitch",{attrs:{"button-variant":!0,checked:t.sharingPermission,value:t.bundledPermissions.ALL.toString(),name:"sharing_permission_radio",type:"radio","button-variant-grouped":"vertical"},on:{"update:checked":[function(e){t.sharingPermission=e},t.toggleCustomPermissions]}},[i("EditIcon",{attrs:{size:20}}),t._v(" "),t.allowsFileDrop?[i("span",[t._v(t._s(t.t("files_sharing","Allow upload and editing")))])]:[i("span",[t._v(t._s(t.t("files_sharing","Allow editing")))])]],2),t._v(" "),t.allowsFileDrop?i("NcCheckboxRadioSwitch",{attrs:{"button-variant":!0,checked:t.sharingPermission,value:t.bundledPermissions.FILE_DROP.toString(),name:"sharing_permission_radio",type:"radio","button-variant-grouped":"vertical"},on:{"update:checked":[function(e){t.sharingPermission=e},t.toggleCustomPermissions]}},[i("UploadIcon",{attrs:{size:20}}),t._v(" "),i("span",[t._v(t._s(t.t("files_sharing","File drop")))]),t._v(" "),i("small",[t._v(t._s(t.t("files_sharing","Upload only")))])],1):t._e(),t._v(" "),i("NcCheckboxRadioSwitch",{attrs:{"button-variant":!0,checked:t.sharingPermission,value:"custom",name:"sharing_permission_radio",type:"radio","button-variant-grouped":"vertical"},on:{"update:checked":[function(e){t.sharingPermission=e},t.expandCustomPermissions]}},[i("DotsHorizontalIcon",{attrs:{size:20}}),t._v(" "),i("span",[t._v(t._s(t.t("files_sharing","Custom permissions")))]),t._v(" "),i("small",[t._v(t._s(t.customPermissionsList))])],1)],1)]),t._v(" "),i("div",{staticClass:"sharingTabDetailsView__advanced-control"},[i("NcButton",{attrs:{id:"advancedSectionAccordionAdvancedControl",type:"tertiary",alignment:"end-reverse"},on:{click:function(e){t.advancedSectionAccordionExpanded=!t.advancedSectionAccordionExpanded}},scopedSlots:t._u([{key:"icon",fn:function(){return[i("MenuDownIcon")]},proxy:!0}])},[t._v("\n\t\t\t\t"+t._s(t.t("files_sharing","Advanced settings"))+"\n\t\t\t\t")])],1),t._v(" "),t.advancedSectionAccordionExpanded?i("div",{staticClass:"sharingTabDetailsView__advanced",attrs:{id:"advancedSectionAccordionAdvanced","aria-labelledby":"advancedSectionAccordionAdvancedControl",role:"region"}},[i("section",[t.isPublicShare?i("NcInputField",{attrs:{value:t.share.label,type:"text",label:t.t("files_sharing","Share label")},on:{"update:value":function(e){return t.$set(t.share,"label",e)}}}):t._e(),t._v(" "),t.isPublicShare?[i("NcCheckboxRadioSwitch",{attrs:{checked:t.isPasswordProtected,disabled:t.isPasswordEnforced},on:{"update:checked":function(e){t.isPasswordProtected=e}}},[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Set password"))+"\n\t\t\t\t\t")]),t._v(" "),t.isPasswordProtected?i("NcInputField",{attrs:{type:t.hasUnsavedPassword?"text":"password",value:t.hasUnsavedPassword?t.share.newPassword:"***************",error:t.passwordError,required:t.isPasswordEnforced,label:t.t("files_sharing","Password")},on:{"update:value":t.onPasswordChange}}):t._e(),t._v(" "),t.isEmailShareType&&t.passwordExpirationTime?i("span",{attrs:{icon:"icon-info"}},[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Password expires {passwordExpirationTime}",{passwordExpirationTime:t.passwordExpirationTime}))+"\n\t\t\t\t\t")]):t.isEmailShareType&&null!==t.passwordExpirationTime?i("span",{attrs:{icon:"icon-error"}},[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Password expired"))+"\n\t\t\t\t\t")]):t._e()]:t._e(),t._v(" "),t.canTogglePasswordProtectedByTalkAvailable?i("NcCheckboxRadioSwitch",{attrs:{checked:t.isPasswordProtectedByTalk},on:{"update:checked":[function(e){t.isPasswordProtectedByTalk=e},t.onPasswordProtectedByTalkChange]}},[t._v("\n\t\t\t\t\t"+t._s(t.t("files_sharing","Video verification"))+"\n\t\t\t\t")]):t._e(),t._v(" "),i("NcCheckboxRadioSwitch",{attrs:{checked:t.hasExpirationDate,disabled:t.isExpiryDateEnforced},on:{"update:checked":function(e){t.hasExpirationDate=e}}},[t._v("\n\t\t\t\t\t"+t._s(t.isExpiryDateEnforced?t.t("files_sharing","Expiration date (enforced)"):t.t("files_sharing","Set expiration date"))+"\n\t\t\t\t")]),t._v(" "),t.hasExpirationDate?i("NcDateTimePickerNative",{attrs:{id:"share-date-picker",value:new Date(null!==(e=t.share.expireDate)&&void 0!==e?e:t.dateTomorrow),min:t.dateTomorrow,max:t.maxExpirationDateEnforced,"hide-label":!0,placeholder:t.t("files_sharing","Expiration date"),type:"date"},on:{input:t.onExpirationChange}}):t._e(),t._v(" "),t.isPublicShare?i("NcCheckboxRadioSwitch",{attrs:{disabled:t.canChangeHideDownload,checked:t.share.hideDownload},on:{"update:checked":[function(e){return t.$set(t.share,"hideDownload",e)},function(e){return t.queueUpdate("hideDownload")}]}},[t._v("\n\t\t\t\t\t"+t._s(t.t("files_sharing","Hide download"))+"\n\t\t\t\t")]):t._e(),t._v(" "),t.isPublicShare?t._e():i("NcCheckboxRadioSwitch",{attrs:{disabled:!t.canSetDownload,checked:t.canDownload},on:{"update:checked":function(e){t.canDownload=e}}},[t._v("\n\t\t\t\t\t"+t._s(t.t("files_sharing","Allow download"))+"\n\t\t\t\t")]),t._v(" "),i("NcCheckboxRadioSwitch",{attrs:{checked:t.writeNoteToRecipientIsChecked},on:{"update:checked":function(e){t.writeNoteToRecipientIsChecked=e}}},[t._v("\n\t\t\t\t\t"+t._s(t.t("files_sharing","Note to recipient"))+"\n\t\t\t\t")]),t._v(" "),t.writeNoteToRecipientIsChecked?[i("label",{attrs:{for:"share-note-textarea"}},[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Enter a note for the share recipient"))+"\n\t\t\t\t\t")]),t._v(" "),i("textarea",{attrs:{id:"share-note-textarea"},domProps:{value:t.share.note},on:{input:function(e){t.share.note=e.target.value}}})]:t._e(),t._v(" "),i("NcCheckboxRadioSwitch",{attrs:{checked:t.setCustomPermissions},on:{"update:checked":function(e){t.setCustomPermissions=e}}},[t._v("\n\t\t\t\t\t"+t._s(t.t("files_sharing","Custom permissions"))+"\n\t\t\t\t")]),t._v(" "),t.setCustomPermissions?i("section",{staticClass:"custom-permissions-group"},[i("NcCheckboxRadioSwitch",{attrs:{disabled:!t.canRemoveReadPermission,checked:t.hasRead},on:{"update:checked":function(e){t.hasRead=e}}},[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Read"))+"\n\t\t\t\t\t")]),t._v(" "),t.isFolder?i("NcCheckboxRadioSwitch",{attrs:{disabled:!t.canSetCreate,checked:t.canCreate},on:{"update:checked":function(e){t.canCreate=e}}},[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Create"))+"\n\t\t\t\t\t")]):t._e(),t._v(" "),i("NcCheckboxRadioSwitch",{attrs:{disabled:!t.canSetEdit,checked:t.canEdit},on:{"update:checked":function(e){t.canEdit=e}}},[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Update"))+"\n\t\t\t\t\t")]),t._v(" "),t.config.isResharingAllowed&&t.share.type!==t.SHARE_TYPES.SHARE_TYPE_LINK?i("NcCheckboxRadioSwitch",{attrs:{disabled:!t.canSetReshare,checked:t.canReshare},on:{"update:checked":function(e){t.canReshare=e}}},[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Share"))+"\n\t\t\t\t\t")]):t._e(),t._v(" "),i("NcCheckboxRadioSwitch",{attrs:{disabled:!t.canSetDelete,checked:t.canDelete},on:{"update:checked":function(e){t.canDelete=e}}},[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Delete"))+"\n\t\t\t\t\t")])],1):t._e()],2)]):t._e()]),t._v(" "),i("div",{staticClass:"sharingTabDetailsView__footer"},[i("div",{staticClass:"sharingTabDetailsView__delete"},[t.isNewShare?t._e():i("NcButton",{attrs:{"aria-label":t.t("files_sharing","Delete share"),disabled:!1,readonly:!1,type:"tertiary"},on:{click:function(e){return e.preventDefault(),t.removeShare.apply(null,arguments)}},scopedSlots:t._u([{key:"icon",fn:function(){return[i("CloseIcon",{attrs:{size:16}})]},proxy:!0}],null,!1,2746485232)},[t._v("\n\t\t\t\t"+t._s(t.t("files_sharing","Delete share"))+"\n\t\t\t")])],1),t._v(" "),i("div",{staticClass:"button-group"},[i("NcButton",{on:{click:function(e){return t.$emit("close-sharing-details")}}},[t._v("\n\t\t\t\t"+t._s(t.t("files_sharing","Cancel"))+"\n\t\t\t")]),t._v(" "),i("NcButton",{attrs:{type:"primary"},on:{click:t.saveShare}},[t._v("\n\t\t\t\t"+t._s(t.shareButtonText)+"\n\t\t\t")])],1)])])}),[],!1,null,"c447b7cc",null).exports;var Tt=s(25108);const Dt={name:"SharingTab",components:{NcAvatar:l(),CollectionList:n.G,SharingEntryInternal:Z,SharingEntrySimple:U,SharingInherited:ye,SharingInput:re,SharingLinkList:ze,SharingList:st,SharingDetailsTab:Pt},mixins:[_],data:()=>({config:new u,deleteEvent:null,error:"",expirationInterval:null,loading:!0,fileInfo:null,reshare:null,sharedWithMe:{},shares:[],linkShares:[],sections:OCA.Sharing.ShareTabSections.getSections(),projectsEnabled:(0,d.j)("core","projects_enabled",!1),showSharingDetailsView:!1,shareDetailsData:{}}),computed:{isSharedWithMe(){return Object.keys(this.sharedWithMe).length>0},canReshare(){return!!(this.fileInfo.permissions&OC.PERMISSION_SHARE)||!!(this.reshare&&this.reshare.hasSharePermission&&this.config.isResharingAllowed)}},methods:{async update(e){this.fileInfo=e,this.resetState(),this.getShares()},async getShares(){try{this.loading=!0;const e=(0,o.generateOcsUrl)("apps/files_sharing/api/v1/shares"),t="json",i=(this.fileInfo.path+"/"+this.fileInfo.name).replace("//","/"),s=c.Z.get(e,{params:{format:t,path:i,reshares:!0}}),a=c.Z.get(e,{params:{format:t,path:i,shared_with_me:!0}}),[r,n]=await Promise.all([s,a]);this.loading=!1,this.processSharedWithMe(n),this.processShares(r)}catch(a){var e,i,s;null!==(e=a.response.data)&&void 0!==e&&null!==(i=e.ocs)&&void 0!==i&&null!==(s=i.meta)&&void 0!==s&&s.message?this.error=a.response.data.ocs.meta.message:this.error=t("files_sharing","Unable to load the shares list"),this.loading=!1,Tt.error("Error loading the shares list",a)}},resetState(){clearInterval(this.expirationInterval),this.loading=!0,this.error="",this.sharedWithMe={},this.shares=[],this.linkShares=[],this.showSharingDetailsView=!1,this.shareDetailsData={}},updateExpirationSubtitle(e){const i=moment(e.expireDate).unix();this.$set(this.sharedWithMe,"subtitle",t("files_sharing","Expires {relativetime}",{relativetime:OC.Util.relativeModifiedDate(1e3*i)})),moment().unix()>i&&(clearInterval(this.expirationInterval),this.$set(this.sharedWithMe,"subtitle",t("files_sharing","this share just expired.")))},processShares(e){let{data:t}=e;if(t.ocs&&t.ocs.data&&t.ocs.data.length>0){const e=t.ocs.data.map((e=>new f(e))).sort(((e,t)=>t.createdTime-e.createdTime));this.linkShares=e.filter((e=>e.type===this.SHARE_TYPES.SHARE_TYPE_LINK||e.type===this.SHARE_TYPES.SHARE_TYPE_EMAIL)),this.shares=e.filter((e=>e.type!==this.SHARE_TYPES.SHARE_TYPE_LINK&&e.type!==this.SHARE_TYPES.SHARE_TYPE_EMAIL)),Tt.debug("Processed",this.linkShares.length,"link share(s)"),Tt.debug("Processed",this.shares.length,"share(s)")}},processSharedWithMe(e){let{data:i}=e;if(i.ocs&&i.ocs.data&&i.ocs.data[0]){const e=new f(i),s=function(e){return e.type===A.D.SHARE_TYPE_GROUP?t("files_sharing","Shared with you and the group {group} by {owner}",{group:e.shareWithDisplayName,owner:e.ownerDisplayName},void 0,{escape:!1}):e.type===A.D.SHARE_TYPE_CIRCLE?t("files_sharing","Shared with you and {circle} by {owner}",{circle:e.shareWithDisplayName,owner:e.ownerDisplayName},void 0,{escape:!1}):e.type===A.D.SHARE_TYPE_ROOM?e.shareWithDisplayName?t("files_sharing","Shared with you and the conversation {conversation} by {owner}",{conversation:e.shareWithDisplayName,owner:e.ownerDisplayName},void 0,{escape:!1}):t("files_sharing","Shared with you in a conversation by {owner}",{owner:e.ownerDisplayName},void 0,{escape:!1}):t("files_sharing","Shared with you by {owner}",{owner:e.ownerDisplayName},void 0,{escape:!1})}(e),a=e.ownerDisplayName,r=e.owner;this.sharedWithMe={displayName:a,title:s,user:r},this.reshare=e,e.expireDate&&moment(e.expireDate).unix()>moment().unix()&&(this.updateExpirationSubtitle(e),this.expirationInterval=setInterval(this.updateExpirationSubtitle,1e4,e))}else this.fileInfo&&void 0!==this.fileInfo.shareOwnerId&&this.fileInfo.shareOwnerId!==OC.currentUser&&(this.sharedWithMe={displayName:this.fileInfo.shareOwner,title:t("files_sharing","Shared with you by {owner}",{owner:this.fileInfo.shareOwner},void 0,{escape:!1}),user:this.fileInfo.shareOwnerId})},addShare(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{};e.type===this.SHARE_TYPES.SHARE_TYPE_EMAIL?this.linkShares.unshift(e):this.shares.unshift(e),this.awaitForShare(e,t)},removeShare(e){const t=e.type===this.SHARE_TYPES.SHARE_TYPE_EMAIL||e.type===this.SHARE_TYPES.SHARE_TYPE_LINK?this.linkShares:this.shares,i=t.findIndex((t=>t.id===e.id));-1!==i&&t.splice(i,1)},awaitForShare(e,t){this.$nextTick((()=>{let i=this.$refs.shareList;e.type===this.SHARE_TYPES.SHARE_TYPE_EMAIL&&(i=this.$refs.linkShareList);const s=i.$children.find((t=>t.share===e));s&&t(s)}))},toggleShareDetailsView(e){e&&(this.shareDetailsData=e),this.showSharingDetailsView=!this.showSharingDetailsView}}},kt=Dt;var Rt=s(1395),It={};It.styleTagTransform=L(),It.setAttributes=R(),It.insert=D().bind(null,"head"),It.domAPI=P(),It.insertStyleElement=N(),b()(Rt.Z,It),Rt.Z&&Rt.Z.locals&&Rt.Z.locals;const Nt=(0,B.Z)(kt,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"sharingTab",class:{"icon-loading":e.loading}},[e.error?t("div",{staticClass:"emptycontent",class:{emptyContentWithSections:e.sections.length>0}},[t("div",{staticClass:"icon icon-error"}),e._v(" "),t("h2",[e._v(e._s(e.error))])]):e._e(),e._v(" "),e.showSharingDetailsView?t("SharingDetailsTab",{attrs:{"file-info":e.shareDetailsData.fileInfo,share:e.shareDetailsData.share},on:{"close-sharing-details":e.toggleShareDetailsView,"add:share":e.addShare,"remove:share":e.removeShare}}):[t("div",{staticClass:"sharingTab__content"},[e.isSharedWithMe?t("SharingEntrySimple",e._b({staticClass:"sharing-entry__reshare",scopedSlots:e._u([{key:"avatar",fn:function(){return[t("NcAvatar",{staticClass:"sharing-entry__avatar",attrs:{user:e.sharedWithMe.user,"display-name":e.sharedWithMe.displayName}})]},proxy:!0}],null,!1,3197855346)},"SharingEntrySimple",e.sharedWithMe,!1)):e._e(),e._v(" "),e.loading?e._e():t("SharingInput",{attrs:{"can-reshare":e.canReshare,"file-info":e.fileInfo,"link-shares":e.linkShares,reshare:e.reshare,shares:e.shares},on:{"open-sharing-details":e.toggleShareDetailsView}}),e._v(" "),e.loading?e._e():t("SharingLinkList",{ref:"linkShareList",attrs:{"can-reshare":e.canReshare,"file-info":e.fileInfo,shares:e.linkShares},on:{"open-sharing-details":e.toggleShareDetailsView}}),e._v(" "),e.loading?e._e():t("SharingList",{ref:"shareList",attrs:{shares:e.shares,"file-info":e.fileInfo},on:{"open-sharing-details":e.toggleShareDetailsView}}),e._v(" "),e.canReshare&&!e.loading?t("SharingInherited",{attrs:{"file-info":e.fileInfo}}):e._e(),e._v(" "),t("SharingEntryInternal",{attrs:{"file-info":e.fileInfo}}),e._v(" "),e.projectsEnabled&&e.fileInfo?t("CollectionList",{attrs:{id:"".concat(e.fileInfo.id),type:"file",name:e.fileInfo.name}}):e._e()],1),e._v(" "),e._l(e.sections,(function(i,s){return t("div",{key:s,ref:"section-"+s,refInFor:!0,staticClass:"sharingTab__additionalContent"},[t(i(e.$refs["section-"+s],e.fileInfo),{tag:"component",attrs:{"file-info":e.fileInfo}})],1)}))]],2)}),[],!1,null,"7e41779f",null).exports;var Ot=s(25108);var Lt=s(25108);var Yt=s(25108);var Ht=s(44582);window.OCA.Sharing||(window.OCA.Sharing={}),Object.assign(window.OCA.Sharing,{ShareSearch:new class{constructor(){var e,t,i;e=this,i=void 0,(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var i=e[Symbol.toPrimitive];if(void 0!==i){var s=i.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:String(t)}(t="_state"))in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,this._state={},this._state.results=[],Ot.debug("OCA.Sharing.ShareSearch initialized")}get state(){return this._state}addNewResult(e){return""!==e.displayName.trim()&&"function"==typeof e.handler?(this._state.results.push(e),!0):(Ot.error("Invalid search result provided",e),!1)}}}),Object.assign(window.OCA.Sharing,{ExternalLinkActions:new class{constructor(){var e,t,i;e=this,i=void 0,(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var i=e[Symbol.toPrimitive];if(void 0!==i){var s=i.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:String(t)}(t="_state"))in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,this._state={},this._state.actions=[],Lt.debug("OCA.Sharing.ExternalLinkActions initialized")}get state(){return this._state}registerAction(e){return OC.debug&&Lt.warn("OCA.Sharing.ExternalLinkActions is deprecated, use OCA.Sharing.ExternalShareAction instead"),"object"==typeof e&&e.icon&&e.name&&e.url?(this._state.actions.push(e),!0):(Lt.error("Invalid action provided",e),!1)}}}),Object.assign(window.OCA.Sharing,{ExternalShareActions:new class{constructor(){var e,t,i;e=this,i=void 0,(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var i=e[Symbol.toPrimitive];if(void 0!==i){var s=i.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:String(t)}(t="_state"))in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,this._state={},this._state.actions=[],Yt.debug("OCA.Sharing.ExternalShareActions initialized")}get state(){return this._state}registerAction(e){return"object"==typeof e&&"string"==typeof e.id&&"function"==typeof e.data&&Array.isArray(e.shareType)&&"object"==typeof e.handlers&&Object.values(e.handlers).every((e=>"function"==typeof e))?this._state.actions.findIndex((t=>t.id===e.id))>-1?(Yt.error("An action with the same id ".concat(e.id," already exists"),e),!1):(this._state.actions.push(e),!0):(Yt.error("Invalid action provided",e),!1)}}}),Object.assign(window.OCA.Sharing,{ShareTabSections:new class{constructor(){var e,t,i;e=this,i=void 0,(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var i=e[Symbol.toPrimitive];if(void 0!==i){var s=i.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:String(t)}(t="_sections"))in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,this._sections=[]}registerSection(e){this._sections.push(e)}getSections(){return this._sections}}}),a.default.prototype.t=r.Iu,a.default.prototype.n=r.uN;const Bt=a.default.extend(Nt);let Ut=null;window.addEventListener("DOMContentLoaded",(function(){OCA.Files&&OCA.Files.Sidebar&&OCA.Files.Sidebar.registerTab(new OCA.Files.Sidebar.Tab({id:"sharing",name:(0,r.Iu)("files_sharing","Sharing"),iconSvg:Ht,async mount(e,t,i){Ut&&Ut.$destroy(),Ut=new Bt({parent:i}),await Ut.update(t),Ut.$mount(e)},update(e){Ut.update(e)},destroy(){Ut.$destroy(),Ut=null}}))}))},30400:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".sharing-entry[data-v-7bfd2f06]{display:flex;align-items:center;height:44px}.sharing-entry__summary[data-v-7bfd2f06]{padding:8px;display:flex;flex-direction:column;justify-content:center;width:80%;min-width:80%}.sharing-entry__summary__desc[data-v-7bfd2f06]{display:inline-block;padding-bottom:0;line-height:1.2em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sharing-entry__summary__desc p[data-v-7bfd2f06],.sharing-entry__summary__desc small[data-v-7bfd2f06]{color:var(--color-text-maxcontrast)}.sharing-entry__summary__desc-unique[data-v-7bfd2f06]{color:var(--color-text-maxcontrast)}","",{version:3,sources:["webpack://./apps/files_sharing/src/components/SharingEntry.vue"],names:[],mappings:"AACA,gCACC,YAAA,CACA,kBAAA,CACA,WAAA,CAEA,yCACC,WAAA,CACA,YAAA,CACA,qBAAA,CACA,sBAAA,CACA,SAAA,CACA,aAAA,CAEA,+CACC,oBAAA,CACA,gBAAA,CACA,iBAAA,CACA,kBAAA,CACA,eAAA,CACA,sBAAA,CAEA,sGAEC,mCAAA,CAGD,sDACC,mCAAA",sourcesContent:["\n.sharing-entry {\n\tdisplay: flex;\n\talign-items: center;\n\theight: 44px;\n\n\t&__summary {\n\t\tpadding: 8px;\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\tjustify-content: center;\n\t\twidth: 80%;\n\t\tmin-width: 80%;\n\n\t\t&__desc {\n\t\t\tdisplay: inline-block;\n\t\t\tpadding-bottom: 0;\n\t\t\tline-height: 1.2em;\n\t\t\twhite-space: nowrap;\n\t\t\toverflow: hidden;\n\t\t\ttext-overflow: ellipsis;\n\n\t\t\tp,\n\t\t\tsmall {\n\t\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t\t}\n\n\t\t\t&-unique {\n\t\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t\t}\n\t\t}\n\t}\n\n}\n"],sourceRoot:""}]);const o=n},35979:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".sharing-entry[data-v-283ca89e]{display:flex;align-items:center;height:44px}.sharing-entry__desc[data-v-283ca89e]{display:flex;flex-direction:column;justify-content:space-between;padding:8px;padding-left:10px;line-height:1.2em}.sharing-entry__desc p[data-v-283ca89e]{color:var(--color-text-maxcontrast)}.sharing-entry__actions[data-v-283ca89e]{margin-left:auto}","",{version:3,sources:["webpack://./apps/files_sharing/src/components/SharingEntryInherited.vue"],names:[],mappings:"AACA,gCACC,YAAA,CACA,kBAAA,CACA,WAAA,CACA,sCACC,YAAA,CACA,qBAAA,CACA,6BAAA,CACA,WAAA,CACA,iBAAA,CACA,iBAAA,CACA,wCACC,mCAAA,CAGF,yCACC,gBAAA",sourcesContent:["\n.sharing-entry {\n\tdisplay: flex;\n\talign-items: center;\n\theight: 44px;\n\t&__desc {\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\tjustify-content: space-between;\n\t\tpadding: 8px;\n\t\tpadding-left: 10px;\n\t\tline-height: 1.2em;\n\t\tp {\n\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t}\n\t}\n\t&__actions {\n\t\tmargin-left: auto;\n\t}\n}\n"],sourceRoot:""}]);const o=n},36522:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".sharing-entry__internal .avatar-external[data-v-71a426be]{width:32px;height:32px;line-height:32px;font-size:18px;background-color:var(--color-text-maxcontrast);border-radius:50%;flex-shrink:0}.sharing-entry__internal .icon-checkmark-color[data-v-71a426be]{opacity:1}","",{version:3,sources:["webpack://./apps/files_sharing/src/components/SharingEntryInternal.vue"],names:[],mappings:"AAEC,2DACC,UAAA,CACA,WAAA,CACA,gBAAA,CACA,cAAA,CACA,8CAAA,CACA,iBAAA,CACA,aAAA,CAED,gEACC,SAAA",sourcesContent:["\n.sharing-entry__internal {\n\t.avatar-external {\n\t\twidth: 32px;\n\t\theight: 32px;\n\t\tline-height: 32px;\n\t\tfont-size: 18px;\n\t\tbackground-color: var(--color-text-maxcontrast);\n\t\tborder-radius: 50%;\n\t\tflex-shrink: 0;\n\t}\n\t.icon-checkmark-color {\n\t\topacity: 1;\n\t}\n}\n"],sourceRoot:""}]);const o=n},28377:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".sharing-entry[data-v-cc82d906]{display:flex;align-items:center;min-height:44px}.sharing-entry__summary[data-v-cc82d906]{padding:8px;padding-left:10px;display:flex;justify-content:space-between;width:80%;min-width:80%}.sharing-entry__summary__desc[data-v-cc82d906]{display:flex;flex-direction:column;line-height:1.2em}.sharing-entry__summary__desc p[data-v-cc82d906]{color:var(--color-text-maxcontrast)}.sharing-entry__summary__desc__title[data-v-cc82d906]{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sharing-entry:not(.sharing-entry--share) .sharing-entry__actions .new-share-link[data-v-cc82d906]{border-top:1px solid var(--color-border)}.sharing-entry[data-v-cc82d906] .avatar-link-share{background-color:var(--color-primary-element)}.sharing-entry .sharing-entry__action--public-upload[data-v-cc82d906]{border-bottom:1px solid var(--color-border)}.sharing-entry__loading[data-v-cc82d906]{width:44px;height:44px;margin:0;padding:14px;margin-left:auto}.sharing-entry .action-item~.action-item[data-v-cc82d906],.sharing-entry .action-item~.sharing-entry__loading[data-v-cc82d906]{margin-left:0}.sharing-entry .icon-checkmark-color[data-v-cc82d906]{opacity:1}","",{version:3,sources:["webpack://./apps/files_sharing/src/components/SharingEntryLink.vue"],names:[],mappings:"AACA,gCACC,YAAA,CACA,kBAAA,CACA,eAAA,CAEA,yCACC,WAAA,CACA,iBAAA,CACA,YAAA,CACA,6BAAA,CACA,SAAA,CACA,aAAA,CAEA,+CACC,YAAA,CACA,qBAAA,CACA,iBAAA,CAEA,iDACC,mCAAA,CAGD,sDACC,sBAAA,CACA,eAAA,CACA,kBAAA,CAOF,mGACC,wCAAA,CAIF,mDACC,6CAAA,CAGD,sEACC,2CAAA,CAGD,yCACC,UAAA,CACA,WAAA,CACA,QAAA,CACA,YAAA,CACA,gBAAA,CAOA,+HAEC,aAAA,CAIF,sDACC,SAAA",sourcesContent:["\n.sharing-entry {\n\tdisplay: flex;\n\talign-items: center;\n\tmin-height: 44px;\n\n\t&__summary {\n\t\tpadding: 8px;\n\t\tpadding-left: 10px;\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\t\twidth: 80%;\n\t\tmin-width: 80%;\n\n\t\t&__desc {\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t\tline-height: 1.2em;\n\n\t\t\tp {\n\t\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t\t}\n\n\t\t\t&__title {\n\t\t\t\ttext-overflow: ellipsis;\n\t\t\t\toverflow: hidden;\n\t\t\t\twhite-space: nowrap;\n\t\t\t}\n\t\t}\n\n\t}\n\n\t&:not(.sharing-entry--share) &__actions {\n\t\t.new-share-link {\n\t\t\tborder-top: 1px solid var(--color-border);\n\t\t}\n\t}\n\n\t::v-deep .avatar-link-share {\n\t\tbackground-color: var(--color-primary-element);\n\t}\n\n\t.sharing-entry__action--public-upload {\n\t\tborder-bottom: 1px solid var(--color-border);\n\t}\n\n\t&__loading {\n\t\twidth: 44px;\n\t\theight: 44px;\n\t\tmargin: 0;\n\t\tpadding: 14px;\n\t\tmargin-left: auto;\n\t}\n\n\t// put menus to the left\n\t// but only the first one\n\t.action-item {\n\n\t\t~.action-item,\n\t\t~.sharing-entry__loading {\n\t\t\tmargin-left: 0;\n\t\t}\n\t}\n\n\t.icon-checkmark-color {\n\t\topacity: 1;\n\t}\n}\n"],sourceRoot:""}]);const o=n},17719:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".share-select[data-v-d960cabe]{position:relative;cursor:pointer}.share-select .trigger-text[data-v-d960cabe]{display:flex;flex-direction:row;align-items:center;font-size:12.5px;gap:2px;color:var(--color-primary-element)}.share-select .share-select-dropdown[data-v-d960cabe]{position:absolute;display:flex;flex-direction:column;top:100%;left:0;background-color:var(--color-main-background);border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.2);border:1px solid var(--color-border);padding:4px 0;z-index:1}.share-select .share-select-dropdown .dropdown-item[data-v-d960cabe]{padding:8px;font-size:12px;background:none;border:none;border-radius:0;font:inherit;cursor:pointer;color:inherit;outline:none;width:100%;white-space:nowrap;text-align:left}.share-select .share-select-dropdown .dropdown-item[data-v-d960cabe]:hover{background-color:var(--color-background-dark)}.share-select .share-select-dropdown .dropdown-item.selected[data-v-d960cabe]{background-color:var(--color-background-dark)}.share-select .share-select-dropdown[data-v-d960cabe]{max-height:0;overflow:hidden;transition:max-height .3s ease}.share-select.active .share-select-dropdown[data-v-d960cabe]{max-height:200px}","",{version:3,sources:["webpack://./apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue"],names:[],mappings:"AACA,+BACC,iBAAA,CACA,cAAA,CAEA,6CACC,YAAA,CACA,kBAAA,CACA,kBAAA,CACA,gBAAA,CACA,OAAA,CACA,kCAAA,CAGD,sDACC,iBAAA,CACA,YAAA,CACA,qBAAA,CACA,QAAA,CACA,MAAA,CACA,6CAAA,CACA,iBAAA,CACA,mCAAA,CACA,oCAAA,CACA,aAAA,CACA,SAAA,CAEA,qEACC,WAAA,CACA,cAAA,CACA,eAAA,CACA,WAAA,CACA,eAAA,CACA,YAAA,CACA,cAAA,CACA,aAAA,CACA,YAAA,CACA,UAAA,CACA,kBAAA,CACA,eAAA,CAEA,2EACC,6CAAA,CAGD,8EACC,6CAAA,CAMH,sDACC,YAAA,CACA,eAAA,CACA,8BAAA,CAGD,6DACC,gBAAA",sourcesContent:["\n.share-select {\n\tposition: relative;\n\tcursor: pointer;\n\n\t.trigger-text {\n\t\tdisplay: flex;\n\t\tflex-direction: row;\n\t\talign-items: center;\n\t\tfont-size: 12.5px;\n\t\tgap: 2px;\n\t\tcolor: var(--color-primary-element);\n\t}\n\n\t.share-select-dropdown {\n\t\tposition: absolute;\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\ttop: 100%;\n\t\tleft: 0;\n\t\tbackground-color: var(--color-main-background);\n\t\tborder-radius: 8px;\n\t\tbox-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);\n\t\tborder: 1px solid var(--color-border);\n\t\tpadding: 4px 0;\n\t\tz-index: 1;\n\n\t\t.dropdown-item {\n\t\t\tpadding: 8px;\n\t\t\tfont-size: 12px;\n\t\t\tbackground: none;\n\t\t\tborder: none;\n\t\t\tborder-radius: 0;\n\t\t\tfont: inherit;\n\t\t\tcursor: pointer;\n\t\t\tcolor: inherit;\n\t\t\toutline: none;\n\t\t\twidth: 100%;\n\t\t\twhite-space: nowrap;\n\t\t\ttext-align: left;\n\n\t\t\t&:hover {\n\t\t\t\tbackground-color: var(--color-background-dark);\n\t\t\t}\n\n\t\t\t&.selected {\n\t\t\t\tbackground-color: var(--color-background-dark);\n\t\t\t}\n\t\t}\n\t}\n\n\t/* Optional: Add a transition effect for smoother dropdown animation */\n\t.share-select-dropdown {\n\t\tmax-height: 0;\n\t\toverflow: hidden;\n\t\ttransition: max-height 0.3s ease;\n\t}\n\n\t&.active .share-select-dropdown {\n\t\tmax-height: 200px;\n\t\t/* Adjust the value to your desired height */\n\t}\n}\n"],sourceRoot:""}]);const o=n},31277:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".sharing-entry[data-v-1852ea78]{display:flex;align-items:center;min-height:44px}.sharing-entry__desc[data-v-1852ea78]{padding:8px;padding-left:10px;line-height:1.2em;position:relative;flex:1 1;min-width:0}.sharing-entry__desc p[data-v-1852ea78]{color:var(--color-text-maxcontrast)}.sharing-entry__title[data-v-1852ea78]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:inherit}.sharing-entry__actions[data-v-1852ea78]{margin-left:auto !important}","",{version:3,sources:["webpack://./apps/files_sharing/src/components/SharingEntrySimple.vue"],names:[],mappings:"AACA,gCACC,YAAA,CACA,kBAAA,CACA,eAAA,CACA,sCACC,WAAA,CACA,iBAAA,CACA,iBAAA,CACA,iBAAA,CACA,QAAA,CACA,WAAA,CACA,wCACC,mCAAA,CAGF,uCACC,kBAAA,CACA,sBAAA,CACA,eAAA,CACA,iBAAA,CAED,yCACC,2BAAA",sourcesContent:["\n.sharing-entry {\n\tdisplay: flex;\n\talign-items: center;\n\tmin-height: 44px;\n\t&__desc {\n\t\tpadding: 8px;\n\t\tpadding-left: 10px;\n\t\tline-height: 1.2em;\n\t\tposition: relative;\n\t\tflex: 1 1;\n\t\tmin-width: 0;\n\t\tp {\n\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t}\n\t}\n\t&__title {\n\t\twhite-space: nowrap;\n\t\ttext-overflow: ellipsis;\n\t\toverflow: hidden;\n\t\tmax-width: inherit;\n\t}\n\t&__actions {\n\t\tmargin-left: auto !important;\n\t}\n}\n"],sourceRoot:""}]);const o=n},23114:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".sharing-search{display:flex;flex-direction:column;margin-bottom:4px}.sharing-search label[for=sharing-search-input]{margin-bottom:2px}.sharing-search__input{width:100%;margin:10px 0}.vs__dropdown-menu span[lookup] .avatardiv{background-image:var(--icon-search-white);background-repeat:no-repeat;background-position:center;background-color:var(--color-text-maxcontrast) !important}.vs__dropdown-menu span[lookup] .avatardiv div{display:none}","",{version:3,sources:["webpack://./apps/files_sharing/src/components/SharingInput.vue"],names:[],mappings:"AACA,gBACC,YAAA,CACA,qBAAA,CACA,iBAAA,CAEA,gDACC,iBAAA,CAGD,uBACC,UAAA,CACA,aAAA,CAOA,2CACC,yCAAA,CACA,2BAAA,CACA,0BAAA,CACA,yDAAA,CACA,+CACC,YAAA",sourcesContent:['\n.sharing-search {\n\tdisplay: flex;\n\tflex-direction: column;\n\tmargin-bottom: 4px;\n\n\tlabel[for="sharing-search-input"] {\n\t\tmargin-bottom: 2px;\n\t}\n\n\t&__input {\n\t\twidth: 100%;\n\t\tmargin: 10px 0;\n\t}\n}\n\n.vs__dropdown-menu {\n\t// properly style the lookup entry\n\tspan[lookup] {\n\t\t.avatardiv {\n\t\t\tbackground-image: var(--icon-search-white);\n\t\t\tbackground-repeat: no-repeat;\n\t\t\tbackground-position: center;\n\t\t\tbackground-color: var(--color-text-maxcontrast) !important;\n\t\t\tdiv {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t}\n\t}\n}\n'],sourceRoot:""}]);const o=n},33260:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".sharingTabDetailsView[data-v-c447b7cc]{display:flex;flex-direction:column;width:100%;margin:0 auto;position:relative;height:100%;overflow:hidden}.sharingTabDetailsView__header[data-v-c447b7cc]{display:flex;align-items:center;box-sizing:border-box;margin:.2em}.sharingTabDetailsView__header span[data-v-c447b7cc]{display:flex;align-items:center}.sharingTabDetailsView__header span h1[data-v-c447b7cc]{font-size:15px;padding-left:.3em}.sharingTabDetailsView__wrapper[data-v-c447b7cc]{overflow:scroll;flex-shrink:1;padding:4px;padding-right:12px}.sharingTabDetailsView__quick-permissions[data-v-c447b7cc]{display:flex;justify-content:center;width:100%;margin:0 auto;border-radius:0}.sharingTabDetailsView__quick-permissions div[data-v-c447b7cc]{width:100%}.sharingTabDetailsView__quick-permissions div span[data-v-c447b7cc]{width:100%}.sharingTabDetailsView__quick-permissions div span span[data-v-c447b7cc]:nth-child(1){align-items:center;justify-content:center;color:var(--color-primary-element);padding:.1em}.sharingTabDetailsView__quick-permissions div span[data-v-c447b7cc] label{display:flex;flex-wrap:wrap}.sharingTabDetailsView__quick-permissions div span[data-v-c447b7cc] label span{display:flex}.sharingTabDetailsView__quick-permissions div span[data-v-c447b7cc] label span:first-of-type{flex:10%}.sharingTabDetailsView__quick-permissions div span[data-v-c447b7cc] label span:last-of-type{flex:90%}.sharingTabDetailsView__quick-permissions div span[data-v-c447b7cc] label small{padding-left:10%;flex-basis:100% !important}.sharingTabDetailsView__advanced-control[data-v-c447b7cc]{width:100%}.sharingTabDetailsView__advanced-control button[data-v-c447b7cc]{margin-top:.5em}.sharingTabDetailsView__advanced[data-v-c447b7cc]{width:100%;margin-bottom:.5em;text-align:left;padding-left:0}.sharingTabDetailsView__advanced section textarea[data-v-c447b7cc],.sharingTabDetailsView__advanced section div.mx-datepicker[data-v-c447b7cc]{width:100%}.sharingTabDetailsView__advanced section textarea[data-v-c447b7cc]{height:80px;margin:0}.sharingTabDetailsView__advanced section span[data-v-c447b7cc] label{background-color:initial !important;border:none !important}.sharingTabDetailsView__advanced section section.custom-permissions-group[data-v-c447b7cc]{padding-left:1.5em}.sharingTabDetailsView__footer[data-v-c447b7cc]{width:100%;display:flex;position:sticky;bottom:0;flex-direction:column;justify-content:space-between;align-items:flex-start;background:linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--color-main-background))}.sharingTabDetailsView__footer>button[data-v-c447b7cc]:first-child{color:#df0707;background-color:#f5f5f5}.sharingTabDetailsView__footer .button-group[data-v-c447b7cc]{display:flex;justify-content:space-between;width:100%;margin-top:16px}.sharingTabDetailsView__footer .button-group button[data-v-c447b7cc]{margin-left:16px}.sharingTabDetailsView__footer .button-group button[data-v-c447b7cc]:first-child{margin-left:0}","",{version:3,sources:["webpack://./apps/files_sharing/src/views/SharingDetailsTab.vue"],names:[],mappings:"AACA,wCACC,YAAA,CACA,qBAAA,CACA,UAAA,CACA,aAAA,CACA,iBAAA,CACA,WAAA,CACA,eAAA,CAEA,gDACC,YAAA,CACA,kBAAA,CACA,qBAAA,CACA,WAAA,CAEA,qDACC,YAAA,CACA,kBAAA,CAEA,wDACC,cAAA,CACA,iBAAA,CAMH,iDACC,eAAA,CACA,aAAA,CACA,WAAA,CACA,kBAAA,CAGD,2DACC,YAAA,CACA,sBAAA,CACA,UAAA,CACA,aAAA,CACA,eAAA,CAEA,+DACC,UAAA,CAEA,oEACC,UAAA,CAEA,sFACC,kBAAA,CACA,sBAAA,CACA,kCAAA,CACA,YAAA,CAGD,0EACC,YAAA,CACA,cAAA,CAEA,+EACC,YAAA,CAEA,6FACC,QAAA,CAGD,4FACC,QAAA,CAIF,gFACC,gBAAA,CACA,0BAAA,CASL,0DACC,UAAA,CAEA,iEACC,eAAA,CAKF,kDACC,UAAA,CACA,kBAAA,CACA,eAAA,CACA,cAAA,CAIC,+IAEC,UAAA,CAGD,mEACC,WAAA,CACA,QAAA,CAaA,qEACC,mCAAA,CACA,sBAAA,CAIF,2FACC,kBAAA,CAKH,gDACC,UAAA,CACA,YAAA,CACA,eAAA,CACA,QAAA,CACA,qBAAA,CACA,6BAAA,CACA,sBAAA,CACA,2FAAA,CAEA,mEACC,aAAA,CACA,wBAAA,CAGD,8DACC,YAAA,CACA,6BAAA,CACA,UAAA,CACA,eAAA,CAEA,qEACC,gBAAA,CAEA,iFACC,aAAA",sourcesContent:["\n.sharingTabDetailsView {\n\tdisplay: flex;\n\tflex-direction: column;\n\twidth: 100%;\n\tmargin: 0 auto;\n\tposition: relative;\n\theight: 100%;\n\toverflow: hidden;\n\n\t&__header {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tbox-sizing: border-box;\n\t\tmargin: 0.2em;\n\n\t\tspan {\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\n\t\t\th1 {\n\t\t\t\tfont-size: 15px;\n\t\t\t\tpadding-left: 0.3em;\n\t\t\t}\n\n\t\t}\n\t}\n\n\t&__wrapper {\n\t\toverflow: scroll;\n\t\tflex-shrink: 1;\n\t\tpadding: 4px;\n\t\tpadding-right: 12px;\n\t}\n\n\t&__quick-permissions {\n\t\tdisplay: flex;\n\t\tjustify-content: center;\n\t\twidth: 100%;\n\t\tmargin: 0 auto;\n\t\tborder-radius: 0;\n\n\t\tdiv {\n\t\t\twidth: 100%;\n\n\t\t\tspan {\n\t\t\t\twidth: 100%;\n\n\t\t\t\tspan:nth-child(1) {\n\t\t\t\t\talign-items: center;\n\t\t\t\t\tjustify-content: center;\n\t\t\t\t\tcolor: var(--color-primary-element);\n\t\t\t\t\tpadding: 0.1em;\n\t\t\t\t}\n\n\t\t\t\t::v-deep label {\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\tflex-wrap: wrap;\n\n\t\t\t\t\tspan {\n\t\t\t\t\t\tdisplay: flex;\n\n\t\t\t\t\t\t&:first-of-type {\n\t\t\t\t\t\t\tflex: 10%;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t&:last-of-type {\n\t\t\t\t\t\t\tflex: 90%\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tsmall {\n\t\t\t\t\t\tpadding-left: 10%;\n\t\t\t\t\t\tflex-basis: 100% !important;\n\t\t\t\t\t}\n\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\t}\n\n\t&__advanced-control {\n\t\twidth: 100%;\n\n\t\tbutton {\n\t\t\tmargin-top: 0.5em;\n\t\t}\n\n\t}\n\n\t&__advanced {\n\t\twidth: 100%;\n\t\tmargin-bottom: 0.5em;\n\t\ttext-align: left;\n\t\tpadding-left: 0;\n\n\t\tsection {\n\n\t\t\ttextarea,\n\t\t\tdiv.mx-datepicker {\n\t\t\t\twidth: 100%;\n\t\t\t}\n\n\t\t\ttextarea {\n\t\t\t\theight: 80px;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\t/*\n The following style is applied out of the component's scope\n to remove padding from the label.checkbox-radio-switch__label,\n which is used to group radio checkbox items. The use of ::v-deep\n ensures that the padding is modified without being affected by\n the component's scoping.\n Without this achieving left alignment for the checkboxes would not\n be possible.\n */\n\t\t\tspan {\n\t\t\t\t::v-deep label {\n\t\t\t\t\tbackground-color: initial !important;\n\t\t\t\t\tborder: none !important;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tsection.custom-permissions-group {\n\t\t\t\tpadding-left: 1.5em;\n\t\t\t}\n\t\t}\n\t}\n\n\t&__footer {\n\t\twidth: 100%;\n\t\tdisplay: flex;\n\t\tposition: sticky;\n\t\tbottom: 0;\n\t\tflex-direction: column;\n\t\tjustify-content: space-between;\n\t\talign-items: flex-start;\n\t\tbackground: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--color-main-background));\n\n\t\t>button:first-child {\n\t\t\tcolor: rgb(223, 7, 7);\n\t\t\tbackground-color: #f5f5f5;\n\t\t}\n\n\t\t.button-group {\n\t\t\tdisplay: flex;\n\t\t\tjustify-content: space-between;\n\t\t\twidth: 100%;\n\t\t\tmargin-top: 16px;\n\n\t\t\tbutton {\n\t\t\t\tmargin-left: 16px;\n\n\t\t\t\t&:first-child {\n\t\t\t\t\tmargin-left: 0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n"],sourceRoot:""}]);const o=n},58670:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".sharing-entry__inherited .avatar-shared[data-v-05b67dc8]{width:32px;height:32px;line-height:32px;font-size:18px;background-color:var(--color-text-maxcontrast);border-radius:50%;flex-shrink:0}","",{version:3,sources:["webpack://./apps/files_sharing/src/views/SharingInherited.vue"],names:[],mappings:"AAEC,0DACC,UAAA,CACA,WAAA,CACA,gBAAA,CACA,cAAA,CACA,8CAAA,CACA,iBAAA,CACA,aAAA",sourcesContent:["\n.sharing-entry__inherited {\n\t.avatar-shared {\n\t\twidth: 32px;\n\t\theight: 32px;\n\t\tline-height: 32px;\n\t\tfont-size: 18px;\n\t\tbackground-color: var(--color-text-maxcontrast);\n\t\tborder-radius: 50%;\n\t\tflex-shrink: 0;\n\t}\n}\n"],sourceRoot:""}]);const o=n},1395:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".emptyContentWithSections[data-v-7e41779f]{margin:1rem auto}.sharingTab[data-v-7e41779f]{position:relative;height:100%}.sharingTab__content[data-v-7e41779f]{padding:0 6px}.sharingTab__additionalContent[data-v-7e41779f]{margin:44px 0}","",{version:3,sources:["webpack://./apps/files_sharing/src/views/SharingTab.vue"],names:[],mappings:"AACA,2CACC,gBAAA,CAGD,6BACC,iBAAA,CACA,WAAA,CAEA,sCACC,aAAA,CAGD,gDACC,aAAA",sourcesContent:["\n.emptyContentWithSections {\n\tmargin: 1rem auto;\n}\n\n.sharingTab {\n\tposition: relative;\n\theight: 100%;\n\n\t&__content {\n\t\tpadding: 0 6px;\n\t}\n\n\t&__additionalContent {\n\t\tmargin: 44px 0;\n\t}\n}\n"],sourceRoot:""}]);const o=n}},r={};function n(e){var t=r[e];if(void 0!==t)return t.exports;var i=r[e]={id:e,loaded:!1,exports:{}};return a[e].call(i.exports,i,i.exports,n),i.loaded=!0,i.exports}n.m=a,e=[],n.O=(t,i,s,a)=>{if(!i){var r=1/0;for(c=0;c=a)&&Object.keys(n.O).every((e=>n.O[e](i[h])))?i.splice(h--,1):(o=!1,a0&&e[c-1][2]>a;c--)e[c]=e[c-1];e[c]=[i,s,a]},n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var i in t)n.o(t,i)&&!n.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},n.f={},n.e=e=>Promise.all(Object.keys(n.f).reduce(((t,i)=>(n.f[i](e,t),t)),[])),n.u=e=>e+"-"+e+".js?v=00434e4baa0d8e7b79f1",n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i={},s="nextcloud:",n.l=(e,t,a,r)=>{if(i[e])i[e].push(t);else{var o,h;if(void 0!==a)for(var l=document.getElementsByTagName("script"),c=0;c{o.onerror=o.onload=null,clearTimeout(u);var a=i[e];if(delete i[e],o.parentNode&&o.parentNode.removeChild(o),a&&a.forEach((e=>e(s))),t)return t(s)},u=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),h&&document.head.appendChild(o)}},n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),n.j=7870,(()=>{var e;n.g.importScripts&&(e=n.g.location+"");var t=n.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var i=t.getElementsByTagName("script");i.length&&(e=i[i.length-1].src)}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),n.p=e})(),(()=>{n.b=document.baseURI||self.location.href;var e={7870:0};n.f.j=(t,i)=>{var s=n.o(e,t)?e[t]:void 0;if(0!==s)if(s)i.push(s[2]);else{var a=new Promise(((i,a)=>s=e[t]=[i,a]));i.push(s[2]=a);var r=n.p+n.u(t),o=new Error;n.l(r,(i=>{if(n.o(e,t)&&(0!==(s=e[t])&&(e[t]=void 0),s)){var a=i&&("load"===i.type?"missing":i.type),r=i&&i.target&&i.target.src;o.message="Loading chunk "+t+" failed.\n("+a+": "+r+")",o.name="ChunkLoadError",o.type=a,o.request=r,s[1](o)}}),"chunk-"+t,t)}},n.O.j=t=>0===e[t];var t=(t,i)=>{var s,a,r=i[0],o=i[1],h=i[2],l=0;if(r.some((t=>0!==e[t]))){for(s in o)n.o(o,s)&&(n.m[s]=o[s]);if(h)var c=h(n)}for(t&&t(i);ln(73337)));o=n.O(o)})(); -//# sourceMappingURL=files_sharing-files_sharing_tab.js.map?v=29fb4173b94076b385ec \ No newline at end of file +(()=>{"use strict";var e,i,s,a={65e3:(e,i,s)=>{var a=s(20144),r=s(31352),n=s(3234),o=s(79753),h=s(75925),l=s.n(h),c=s(4820),d=s(17963),p=s(65878);class u{constructor(){this._capabilities=(0,p.F)()}get defaultPermissions(){var e;return null===(e=this._capabilities.files_sharing)||void 0===e?void 0:e.default_permissions}get isPublicUploadEnabled(){var e;return null===(e=this._capabilities.files_sharing)||void 0===e?void 0:e.public.upload}get isShareWithLinkAllowed(){return document.getElementById("allowShareWithLink")&&"yes"===document.getElementById("allowShareWithLink").value}get federatedShareDocLink(){return OC.appConfig.core.federatedCloudShareDoc}get defaultExpirationDate(){return this.isDefaultExpireDateEnabled?new Date((new Date).setDate((new Date).getDate()+this.defaultExpireDate)):null}get defaultInternalExpirationDate(){return this.isDefaultInternalExpireDateEnabled?new Date((new Date).setDate((new Date).getDate()+this.defaultInternalExpireDate)):null}get defaultRemoteExpirationDateString(){return this.isDefaultRemoteExpireDateEnabled?new Date((new Date).setDate((new Date).getDate()+this.defaultRemoteExpireDate)):null}get enforcePasswordForPublicLink(){return!0===OC.appConfig.core.enforcePasswordForPublicLink}get enableLinkPasswordByDefault(){return!0===OC.appConfig.core.enableLinkPasswordByDefault}get isDefaultExpireDateEnforced(){return!0===OC.appConfig.core.defaultExpireDateEnforced}get isDefaultExpireDateEnabled(){return!0===OC.appConfig.core.defaultExpireDateEnabled}get isDefaultInternalExpireDateEnforced(){return!0===OC.appConfig.core.defaultInternalExpireDateEnforced}get isDefaultRemoteExpireDateEnforced(){return!0===OC.appConfig.core.defaultRemoteExpireDateEnforced}get isDefaultInternalExpireDateEnabled(){return!0===OC.appConfig.core.defaultInternalExpireDateEnabled}get isDefaultRemoteExpireDateEnabled(){return!0===OC.appConfig.core.defaultRemoteExpireDateEnabled}get isRemoteShareAllowed(){return!0===OC.appConfig.core.remoteShareAllowed}get isMailShareAllowed(){var e,t,i,s,a;return void 0!==(null===(e=this._capabilities)||void 0===e||null===(t=e.files_sharing)||void 0===t?void 0:t.sharebymail)&&!0===(null===(i=this._capabilities)||void 0===i||null===(s=i.files_sharing)||void 0===s||null===(a=s.public)||void 0===a?void 0:a.enabled)}get defaultExpireDate(){return OC.appConfig.core.defaultExpireDate}get defaultInternalExpireDate(){return OC.appConfig.core.defaultInternalExpireDate}get defaultRemoteExpireDate(){return OC.appConfig.core.defaultRemoteExpireDate}get isResharingAllowed(){return!0===OC.appConfig.core.resharingAllowed}get isPasswordForMailSharesRequired(){return void 0!==this._capabilities.files_sharing.sharebymail&&this._capabilities.files_sharing.sharebymail.password.enforced}get shouldAlwaysShowUnique(){var e,t;return!0===(null===(e=this._capabilities.files_sharing)||void 0===e||null===(t=e.sharee)||void 0===t?void 0:t.always_show_unique)}get allowGroupSharing(){return!0===OC.appConfig.core.allowGroupSharing}get maxAutocompleteResults(){return parseInt(OC.config["sharing.maxAutocompleteResults"],10)||25}get minSearchStringLength(){return parseInt(OC.config["sharing.minSearchStringLength"],10)||0}get passwordPolicy(){return this._capabilities.password_policy?this._capabilities.password_policy:{}}}var A=s(41922),g=s(25108);class f{constructor(e){var t,i,s,a;if(i=this,a=void 0,(s=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var i=e[Symbol.toPrimitive];if(void 0!==i){var s=i.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:String(t)}(s="_share"))in i?Object.defineProperty(i,s,{value:a,enumerable:!0,configurable:!0,writable:!0}):i[s]=a,e.ocs&&e.ocs.data&&e.ocs.data[0]&&(e=e.ocs.data[0]),e.hide_download=!!e.hide_download,e.mail_send=!!e.mail_send,e.attributes&&"string"==typeof e.attributes)try{e.attributes=JSON.parse(e.attributes)}catch(t){g.warn("Could not parse share attributes returned by server",e.attributes)}e.attributes=null!==(t=e.attributes)&&void 0!==t?t:[],this._share=e}get state(){return this._share}get id(){return this._share.id}get type(){return this._share.share_type}get permissions(){return this._share.permissions}get attributes(){return this._share.attributes}set permissions(e){this._share.permissions=e}get owner(){return this._share.uid_owner}get ownerDisplayName(){return this._share.displayname_owner}get shareWith(){return this._share.share_with}get shareWithDisplayName(){return this._share.share_with_displayname||this._share.share_with}get shareWithDisplayNameUnique(){return this._share.share_with_displayname_unique||this._share.share_with}get shareWithLink(){return this._share.share_with_link}get shareWithAvatar(){return this._share.share_with_avatar}get uidFileOwner(){return this._share.uid_file_owner}get displaynameFileOwner(){return this._share.displayname_file_owner||this._share.uid_file_owner}get createdTime(){return this._share.stime}get expireDate(){return this._share.expiration}set expireDate(e){this._share.expiration=e}get token(){return this._share.token}get note(){return this._share.note}set note(e){this._share.note=e}get label(){var e;return null!==(e=this._share.label)&&void 0!==e?e:""}set label(e){this._share.label=e}get mailSend(){return!0===this._share.mail_send}get hideDownload(){return!0===this._share.hide_download}set hideDownload(e){this._share.hide_download=!0===e}get password(){return this._share.password}set password(e){this._share.password=e}get passwordExpirationTime(){return this._share.password_expiration_time}set passwordExpirationTime(e){this._share.password_expiration_time=e}get sendPasswordByTalk(){return this._share.send_password_by_talk}set sendPasswordByTalk(e){this._share.send_password_by_talk=e}get path(){return this._share.path}get itemType(){return this._share.item_type}get mimetype(){return this._share.mimetype}get fileSource(){return this._share.file_source}get fileTarget(){return this._share.file_target}get fileParent(){return this._share.file_parent}get hasReadPermission(){return!!(this.permissions&OC.PERMISSION_READ)}get hasCreatePermission(){return!!(this.permissions&OC.PERMISSION_CREATE)}get hasDeletePermission(){return!!(this.permissions&OC.PERMISSION_DELETE)}get hasUpdatePermission(){return!!(this.permissions&OC.PERMISSION_UPDATE)}get hasSharePermission(){return!!(this.permissions&OC.PERMISSION_SHARE)}get hasDownloadPermission(){for(const e in this._share.attributes){const t=this._share.attributes[e];if("permissions"===t.scope&&"download"===t.key)return t.enabled}return!0}set hasDownloadPermission(e){this.setAttribute("permissions","download",!!e)}setAttribute(e,t,i){const s={scope:e,key:t,enabled:i};for(const e in this._share.attributes){const t=this._share.attributes[e];if(t.scope===s.scope&&t.key===s.key)return void this._share.attributes.splice(e,1,s)}this._share.attributes.push(s)}get canEdit(){return!0===this._share.can_edit}get canDelete(){return!0===this._share.can_delete}get viaFileid(){return this._share.via_fileid}get viaPath(){return this._share.via_path}get parent(){return this._share.parent}get storageId(){return this._share.storage_id}get storage(){return this._share.storage}get itemSource(){return this._share.item_source}get status(){return this._share.status}}const _={data:()=>({SHARE_TYPES:A.D})};var m=s(64024),w=s(76212),E=s.n(w),v=s(12945),C=s.n(v);const S={name:"SharingEntrySimple",components:{NcActions:C()},props:{title:{type:String,default:"",required:!0},subtitle:{type:String,default:""},isUnique:{type:Boolean,default:!0},ariaExpanded:{type:Boolean,default:null}},computed:{ariaExpandedValue(){return null===this.ariaExpanded?this.ariaExpanded:this.ariaExpanded?"true":"false"}}};var y=s(93379),b=s.n(y),x=s(7795),P=s.n(x),T=s(90569),D=s.n(T),k=s(3565),R=s.n(k),I=s(19216),N=s.n(I),O=s(44589),L=s.n(O),Y=s(31277),H={};H.styleTagTransform=L(),H.setAttributes=R(),H.insert=D().bind(null,"head"),H.domAPI=P(),H.insertStyleElement=N(),b()(Y.Z,H),Y.Z&&Y.Z.locals&&Y.Z.locals;var B=s(51900);const U=(0,B.Z)(S,(function(){var e=this,t=e._self._c;return t("li",{staticClass:"sharing-entry"},[e._t("avatar"),e._v(" "),t("div",{staticClass:"sharing-entry__desc"},[t("span",{staticClass:"sharing-entry__title"},[e._v(e._s(e.title))]),e._v(" "),e.subtitle?t("p",[e._v("\n\t\t\t"+e._s(e.subtitle)+"\n\t\t")]):e._e()]),e._v(" "),e.$slots.default?t("NcActions",{ref:"actionsComponent",staticClass:"sharing-entry__actions",attrs:{"menu-align":"right","aria-expanded":e.ariaExpandedValue}},[e._t("default")],2):e._e()],2)}),[],!1,null,"1852ea78",null).exports;var F=s(25108);const q={name:"SharingEntryInternal",components:{NcActionLink:E(),SharingEntrySimple:U},props:{fileInfo:{type:Object,default:()=>{},required:!0}},data:()=>({copied:!1,copySuccess:!1}),computed:{internalLink(){return window.location.protocol+"//"+window.location.host+(0,o.generateUrl)("/f/")+this.fileInfo.id},copyLinkTooltip(){return this.copied?this.copySuccess?"":t("files_sharing","Cannot copy, please copy the link manually"):t("files_sharing","Copy internal link to clipboard")},internalLinkSubtitle(){return"dir"===this.fileInfo.type?t("files_sharing","Only works for users with access to this folder"):t("files_sharing","Only works for users with access to this file")}},methods:{async copyLink(){try{await navigator.clipboard.writeText(this.internalLink),(0,m.s$)(t("files_sharing","Link copied")),this.$refs.shareEntrySimple.$refs.actionsComponent.$el.focus(),this.copySuccess=!0,this.copied=!0}catch(e){this.copySuccess=!1,this.copied=!0,F.error(e)}finally{setTimeout((()=>{this.copySuccess=!1,this.copied=!1}),4e3)}}}};var M=s(36522),W={};W.styleTagTransform=L(),W.setAttributes=R(),W.insert=D().bind(null,"head"),W.domAPI=P(),W.insertStyleElement=N(),b()(M.Z,W),M.Z&&M.Z.locals&&M.Z.locals;const Z=(0,B.Z)(q,(function(){var e=this,t=e._self._c;return t("ul",[t("SharingEntrySimple",{ref:"shareEntrySimple",staticClass:"sharing-entry__internal",attrs:{title:e.t("files_sharing","Internal link"),subtitle:e.internalLinkSubtitle},scopedSlots:e._u([{key:"avatar",fn:function(){return[t("div",{staticClass:"avatar-external icon-external-white"})]},proxy:!0}])},[e._v(" "),t("NcActionLink",{attrs:{href:e.internalLink,"aria-label":e.copyLinkTooltip,title:e.copyLinkTooltip,target:"_blank",icon:e.copied&&e.copySuccess?"icon-checkmark-color":"icon-clippy"},on:{click:function(t){return t.preventDefault(),e.copyLink.apply(null,arguments)}}})],1)],1)}),[],!1,null,"71a426be",null).exports;var j=s(33907),V=s(69183),$=s(20296),G=s.n($),z=s(36456),Q=s.n(z),K=(s(35449),s(25108));const J=(0,o.generateOcsUrl)("apps/files_sharing/api/v1/shares"),X={methods:{async createShare(e){let{path:i,permissions:s,shareType:a,shareWith:r,publicUpload:n,password:o,sendPasswordByTalk:h,expireDate:l,label:d,note:p,attributes:u}=e;try{var A;const e=await c.Z.post(J,{path:i,permissions:s,shareType:a,shareWith:r,publicUpload:n,password:o,sendPasswordByTalk:h,expireDate:l,label:d,note:p,attributes:u});if(null==e||null===(A=e.data)||void 0===A||!A.ocs)throw e;const t=new f(e.data.ocs.data);return(0,V.j8)("files_sharing:share:created",{share:t}),t}catch(e){var g,_,m,w;K.error("Error while creating share",e);const i=null==e||null===(g=e.response)||void 0===g||null===(_=g.data)||void 0===_||null===(m=_.ocs)||void 0===m||null===(w=m.meta)||void 0===w?void 0:w.message;throw OC.Notification.showTemporary(i?t("files_sharing","Error creating the share: {errorMessage}",{errorMessage:i}):t("files_sharing","Error creating the share"),{type:"error"}),e}},async deleteShare(e){try{var i;const t=await c.Z.delete(J+"/".concat(e));if(null==t||null===(i=t.data)||void 0===i||!i.ocs)throw t;return(0,V.j8)("files_sharing:share:deleted",{id:e}),!0}catch(e){var s,a,r,n;K.error("Error while deleting share",e);const i=null==e||null===(s=e.response)||void 0===s||null===(a=s.data)||void 0===a||null===(r=a.ocs)||void 0===r||null===(n=r.meta)||void 0===n?void 0:n.message;throw OC.Notification.showTemporary(i?t("files_sharing","Error deleting the share: {errorMessage}",{errorMessage:i}):t("files_sharing","Error deleting the share"),{type:"error"}),e}},async updateShare(e,i){try{var s;const t=await c.Z.put(J+"/".concat(e),i);if((0,V.j8)("files_sharing:share:updated",{id:e}),null!=t&&null!==(s=t.data)&&void 0!==s&&s.ocs)return t.data.ocs.data;throw t}catch(e){if(K.error("Error while updating share",e),400!==e.response.status){var a,r,n,o;const i=null==e||null===(a=e.response)||void 0===a||null===(r=a.data)||void 0===r||null===(n=r.ocs)||void 0===n||null===(o=n.meta)||void 0===o?void 0:o.message;OC.Notification.showTemporary(i?t("files_sharing","Error updating the share: {errorMessage}",{errorMessage:i}):t("files_sharing","Error updating the share"),{type:"error"})}const i=e.response.data.ocs.meta.message;throw new Error(i)}}}},ee={methods:{async openSharingDetails(e){let t={};if(e.handler){const i={};this.suggestions&&(i.suggestions=this.suggestions,i.fileInfo=this.fileInfo,i.query=this.query);const s=await e.handler(i);t=this.mapShareRequestToShareObject(s)}else t=this.mapShareRequestToShareObject(e);const i={fileInfo:this.fileInfo,share:t};this.$emit("open-sharing-details",i)},openShareDetailsForCustomSettings(e){e.setCustomPermissions=!0,this.openSharingDetails(e)},mapShareRequestToShareObject(e){var t;if(e.id)return e;const i={attributes:[{enabled:!0,key:"download",scope:"permissions"}],share_type:e.shareType,share_with:e.shareWith,is_no_user:e.isNoUser,user:e.shareWith,share_with_displayname:e.displayName,subtitle:e.subtitle,permissions:null!==(t=e.permissions)&&void 0!==t?t:(new u).defaultPermissions,expiration:""};return new f(i)}}};var te=s(25108);const ie={name:"SharingInput",components:{NcSelect:Q()},mixins:[_,X,ee],props:{shares:{type:Array,default:()=>[],required:!0},linkShares:{type:Array,default:()=>[],required:!0},fileInfo:{type:Object,default:()=>{},required:!0},reshare:{type:f,default:null},canReshare:{type:Boolean,required:!0}},data:()=>({config:new u,loading:!1,query:"",recommendations:[],ShareSearch:OCA.Sharing.ShareSearch.state,suggestions:[],value:null}),computed:{externalResults(){return this.ShareSearch.results},inputPlaceholder(){const e=this.config.isRemoteShareAllowed;return this.canReshare?e?t("files_sharing","Name, email, or Federated Cloud ID …"):t("files_sharing","Name or email …"):t("files_sharing","Resharing is not allowed")},isValidQuery(){return this.query&&""!==this.query.trim()&&this.query.length>this.config.minSearchStringLength},options(){return this.isValidQuery?this.suggestions:this.recommendations},noResultText(){return this.loading?t("files_sharing","Searching …"):t("files_sharing","No elements found.")}},mounted(){this.getRecommendations()},methods:{handleOpen(){(0,V.j8)("viewer:trapElements:changed",this.$refs.select.$el)},async asyncFind(e){this.query=e.trim(),this.isValidQuery&&(this.loading=!0,await this.debounceGetSuggestions(e))},async getSuggestions(e){let i=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.loading=!0,!0===OC.getCapabilities().files_sharing.sharee.query_lookup_default&&(i=!0);const s=[this.SHARE_TYPES.SHARE_TYPE_USER,this.SHARE_TYPES.SHARE_TYPE_GROUP,this.SHARE_TYPES.SHARE_TYPE_REMOTE,this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP,this.SHARE_TYPES.SHARE_TYPE_CIRCLE,this.SHARE_TYPES.SHARE_TYPE_ROOM,this.SHARE_TYPES.SHARE_TYPE_GUEST,this.SHARE_TYPES.SHARE_TYPE_DECK,this.SHARE_TYPES.SHARE_TYPE_SCIENCEMESH];!0===OC.getCapabilities().files_sharing.public.enabled&&s.push(this.SHARE_TYPES.SHARE_TYPE_EMAIL);let a=null;try{a=await c.Z.get((0,o.generateOcsUrl)("apps/files_sharing/api/v1/sharees"),{params:{format:"json",itemType:"dir"===this.fileInfo.type?"folder":"file",search:e,lookup:i,perPage:this.config.maxAutocompleteResults,shareType:s}})}catch(e){return void te.error("Error fetching suggestions",e)}const r=a.data.ocs.data,n=a.data.ocs.data.exact;r.exact=[];const h=Object.values(n).reduce(((e,t)=>e.concat(t)),[]),l=Object.values(r).reduce(((e,t)=>e.concat(t)),[]),d=this.filterOutExistingShares(h).map((e=>this.formatForMultiselect(e))).sort(((e,t)=>e.shareType-t.shareType)),p=this.filterOutExistingShares(l).map((e=>this.formatForMultiselect(e))).sort(((e,t)=>e.shareType-t.shareType)),u=[];r.lookupEnabled&&!i&&u.push({id:"global-lookup",isNoUser:!0,displayName:t("files_sharing","Search globally"),lookup:!0});const A=this.externalResults.filter((e=>!e.condition||e.condition(this))),g=d.concat(p).concat(A).concat(u),f=g.reduce(((e,t)=>t.displayName?(e[t.displayName]||(e[t.displayName]=0),e[t.displayName]++,e):e),{});this.suggestions=g.map((e=>f[e.displayName]>1&&!e.desc?{...e,desc:e.shareWithDisplayNameUnique}:e)),this.loading=!1,te.info("suggestions",this.suggestions)},debounceGetSuggestions:G()((function(){this.getSuggestions(...arguments)}),300),async getRecommendations(){this.loading=!0;let e=null;try{e=await c.Z.get((0,o.generateOcsUrl)("apps/files_sharing/api/v1/sharees_recommended"),{params:{format:"json",itemType:this.fileInfo.type}})}catch(e){return void te.error("Error fetching recommendations",e)}const t=this.externalResults.filter((e=>!e.condition||e.condition(this))),i=Object.values(e.data.ocs.data.exact).reduce(((e,t)=>e.concat(t)),[]);this.recommendations=this.filterOutExistingShares(i).map((e=>this.formatForMultiselect(e))).concat(t),this.loading=!1,te.info("recommendations",this.recommendations)},filterOutExistingShares(e){return e.reduce(((e,t)=>{if("object"!=typeof t)return e;try{if(t.value.shareType===this.SHARE_TYPES.SHARE_TYPE_USER){if(t.value.shareWith===(0,j.ts)().uid)return e;if(this.reshare&&t.value.shareWith===this.reshare.owner)return e}if(t.value.shareType===this.SHARE_TYPES.SHARE_TYPE_EMAIL){if(-1!==this.linkShares.map((e=>e.shareWith)).indexOf(t.value.shareWith.trim()))return e}else{const i=this.shares.reduce(((e,t)=>(e[t.shareWith]=t.type,e)),{}),s=t.value.shareWith.trim();if(s in i&&i[s]===t.value.shareType)return e}e.push(t)}catch{return e}return e}),[])},shareTypeToIcon(e){switch(e){case this.SHARE_TYPES.SHARE_TYPE_GUEST:return{icon:"icon-user",iconTitle:t("files_sharing","Guest")};case this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP:case this.SHARE_TYPES.SHARE_TYPE_GROUP:return{icon:"icon-group",iconTitle:t("files_sharing","Group")};case this.SHARE_TYPES.SHARE_TYPE_EMAIL:return{icon:"icon-mail",iconTitle:t("files_sharing","Email")};case this.SHARE_TYPES.SHARE_TYPE_CIRCLE:return{icon:"icon-circle",iconTitle:t("files_sharing","Circle")};case this.SHARE_TYPES.SHARE_TYPE_ROOM:return{icon:"icon-room",iconTitle:t("files_sharing","Talk conversation")};case this.SHARE_TYPES.SHARE_TYPE_DECK:return{icon:"icon-deck",iconTitle:t("files_sharing","Deck board")};case this.SHARE_TYPES.SHARE_TYPE_SCIENCEMESH:return{icon:"icon-sciencemesh",iconTitle:t("files_sharing","ScienceMesh")};default:return{}}},formatForMultiselect(e){let i;var s;if(e.value.shareType===this.SHARE_TYPES.SHARE_TYPE_USER&&this.config.shouldAlwaysShowUnique)i=null!==(s=e.shareWithDisplayNameUnique)&&void 0!==s?s:"";else if(e.value.shareType!==this.SHARE_TYPES.SHARE_TYPE_REMOTE&&e.value.shareType!==this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP||!e.value.server)if(e.value.shareType===this.SHARE_TYPES.SHARE_TYPE_EMAIL)i=e.value.shareWith;else{var a;i=null!==(a=e.shareWithDescription)&&void 0!==a?a:""}else i=t("files_sharing","on {server}",{server:e.value.server});return{shareWith:e.value.shareWith,shareType:e.value.shareType,user:e.uuid||e.value.shareWith,isNoUser:e.value.shareType!==this.SHARE_TYPES.SHARE_TYPE_USER,displayName:e.name||e.label,subtitle:i,shareWithDisplayNameUnique:e.shareWithDisplayNameUnique||"",...this.shareTypeToIcon(e.value.shareType)}}}};var se=s(23114),ae={};ae.styleTagTransform=L(),ae.setAttributes=R(),ae.insert=D().bind(null,"head"),ae.domAPI=P(),ae.insertStyleElement=N(),b()(se.Z,ae),se.Z&&se.Z.locals&&se.Z.locals;const re=(0,B.Z)(ie,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"sharing-search"},[t("label",{attrs:{for:"sharing-search-input"}},[e._v(e._s(e.t("files_sharing","Search for share recipients")))]),e._v(" "),t("NcSelect",{ref:"select",staticClass:"sharing-search__input",attrs:{"input-id":"sharing-search-input",disabled:!e.canReshare,loading:e.loading,filterable:!1,placeholder:e.inputPlaceholder,"clear-search-on-blur":()=>!1,"user-select":!0,options:e.options},on:{open:e.handleOpen,search:e.asyncFind,"option:selected":e.openSharingDetails},scopedSlots:e._u([{key:"no-options",fn:function(t){let{search:i}=t;return[e._v("\n\t\t\t"+e._s(i?e.noResultText:e.t("files_sharing","No recommendations. Start typing."))+"\n\t\t")]}}]),model:{value:e.value,callback:function(t){e.value=t},expression:"value"}})],1)}),[],!1,null,null,null).exports;var ne=s(45400),oe=s.n(ne),he=s(65358),le=s(1162),ce=s.n(le),de=s(25746);const pe={NONE:0,READ:1,UPDATE:2,CREATE:4,DELETE:8,SHARE:16},ue={READ_ONLY:pe.READ,UPLOAD_AND_UPDATE:pe.READ|pe.UPDATE|pe.CREATE|pe.DELETE,FILE_DROP:pe.CREATE,ALL:pe.UPDATE|pe.CREATE|pe.READ|pe.DELETE|pe.SHARE,ALL_FILE:pe.UPDATE|pe.READ|pe.SHARE};var Ae=s(25108);const ge={mixins:[X,_],props:{fileInfo:{type:Object,default:()=>{},required:!0},share:{type:f,default:null},isUnique:{type:Boolean,default:!0}},data(){var e;return{config:new u,errors:{},loading:!1,saving:!1,open:!1,updateQueue:new de.Z({concurrency:1}),reactiveState:null===(e=this.share)||void 0===e?void 0:e.state}},computed:{hasNote:{get(){return""!==this.share.note},set(e){this.share.note=e?null:""}},dateTomorrow:()=>new Date((new Date).setDate((new Date).getDate()+1)),lang(){const e=window.dayNamesShort?window.dayNamesShort:["Sun.","Mon.","Tue.","Wed.","Thu.","Fri.","Sat."],t=window.monthNamesShort?window.monthNamesShort:["Jan.","Feb.","Mar.","Apr.","May.","Jun.","Jul.","Aug.","Sep.","Oct.","Nov.","Dec."];return{formatLocale:{firstDayOfWeek:window.firstDay?window.firstDay:0,monthsShort:t,weekdaysMin:e,weekdaysShort:e},monthFormat:"MMM"}},isFolder(){return"dir"===this.fileInfo.type},isPublicShare(){var e;const t=null!==(e=this.share.shareType)&&void 0!==e?e:this.share.type;return[this.SHARE_TYPES.SHARE_TYPE_LINK,this.SHARE_TYPES.SHARE_TYPE_EMAIL].includes(t)},isRemoteShare(){return this.share.type===this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP||this.share.type===this.SHARE_TYPES.SHARE_TYPE_REMOTE},isShareOwner(){return this.share&&this.share.owner===(0,j.ts)().uid},isExpiryDateEnforced(){return this.isPublicShare?this.config.isDefaultExpireDateEnforced:this.isRemoteShare?this.config.isDefaultRemoteExpireDateEnforced:this.config.isDefaultInternalExpireDateEnforced},hasCustomPermissions(){return![ue.ALL,ue.READ_ONLY,ue.FILE_DROP].includes(this.share.permissions)},maxExpirationDateEnforced(){return this.isExpiryDateEnforced?this.isPublicShare?this.config.defaultExpirationDate:this.isRemoteShare?this.config.defaultRemoteExpirationDateString:this.config.defaultInternalExpirationDate:null}},methods:{checkShare:e=>(!e.password||"string"==typeof e.password&&""!==e.password.trim())&&!(e.expirationDate&&!e.expirationDate.isValid()),parseDateString(e){var t;if(e)return new Date(null===(t=e.match(/([0-9]{4}-[0-9]{2}-[0-9]{2})/i))||void 0===t?void 0:t.pop())},formatDateToString:e=>new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate())).toISOString().split("T")[0],onExpirationChange:G()((function(e){this.share.expireDate=this.formatDateToString(new Date(e))}),500),onExpirationDisable(){this.share.expireDate=""},onNoteChange(e){this.$set(this.share,"newNote",e.trim())},onNoteSubmit(){this.share.newNote&&(this.share.note=this.share.newNote,this.$delete(this.share,"newNote"),this.queueUpdate("note"))},async onDelete(){try{this.loading=!0,this.open=!1,await this.deleteShare(this.share.id),Ae.debug("Share deleted",this.share.id);const e="file"===this.share.itemType?t("files_sharing",'File "{path}" has been unshared',{path:this.share.path}):t("files_sharing",'Folder "{path}" has been unshared',{path:this.share.path});(0,m.s$)(e),this.$emit("remove:share",this.share)}catch(e){this.open=!0}finally{this.loading=!1}},queueUpdate(){for(var e=arguments.length,i=new Array(e),s=0;s{"object"==typeof this.share[t]?e[t]=JSON.stringify(this.share[t]):e[t]=this.share[t].toString()})),void this.updateQueue.add((async()=>{this.saving=!0,this.errors={};try{const s=await this.updateShare(this.share.id,e);i.indexOf("password")>=0&&(this.$delete(this.share,"newPassword"),this.share.passwordExpirationTime=s.password_expiration_time),this.$delete(this.errors,i[0]),(0,m.s$)(t("files_sharing","Share {propertyName} saved",{propertyName:i[0]}))}catch({message:e}){e&&""!==e&&(this.onSyncError(i[0],e),(0,m.x2)(t("files_sharing",e)))}finally{this.saving=!1}}))}Ae.debug("Updated local share",this.share)}},onSyncError(e,t){switch(this.open=!0,e){case"password":case"pending":case"expireDate":case"label":case"note":{this.$set(this.errors,e,t);let i=this.$refs[e];if(i){i.$el&&(i=i.$el);const e=i.querySelector(".focusable");e&&e.focus()}break}case"sendPasswordByTalk":this.$set(this.errors,e,t),this.share.sendPasswordByTalk=!this.share.sendPasswordByTalk}},debounceQueueUpdate:G()((function(e){this.queueUpdate(e)}),500)}},fe={name:"SharingEntryInherited",components:{NcActionButton:oe(),NcActionLink:E(),NcActionText:ce(),NcAvatar:l(),SharingEntrySimple:U},mixins:[ge],props:{share:{type:f,required:!0}},computed:{viaFileTargetUrl(){return(0,o.generateUrl)("/f/{fileid}",{fileid:this.share.viaFileid})},viaFolderName(){return(0,he.EZ)(this.share.viaPath)}}};var _e=s(35979),me={};me.styleTagTransform=L(),me.setAttributes=R(),me.insert=D().bind(null,"head"),me.domAPI=P(),me.insertStyleElement=N(),b()(_e.Z,me),_e.Z&&_e.Z.locals&&_e.Z.locals;const we=(0,B.Z)(fe,(function(){var e=this,t=e._self._c;return t("SharingEntrySimple",{key:e.share.id,staticClass:"sharing-entry__inherited",attrs:{title:e.share.shareWithDisplayName},scopedSlots:e._u([{key:"avatar",fn:function(){return[t("NcAvatar",{staticClass:"sharing-entry__avatar",attrs:{user:e.share.shareWith,"display-name":e.share.shareWithDisplayName}})]},proxy:!0}])},[e._v(" "),t("NcActionText",{attrs:{icon:"icon-user"}},[e._v("\n\t\t"+e._s(e.t("files_sharing","Added by {initiator}",{initiator:e.share.ownerDisplayName}))+"\n\t")]),e._v(" "),e.share.viaPath&&e.share.viaFileid?t("NcActionLink",{attrs:{icon:"icon-folder",href:e.viaFileTargetUrl}},[e._v("\n\t\t"+e._s(e.t("files_sharing","Via “{folder}”",{folder:e.viaFolderName}))+"\n\t")]):e._e(),e._v(" "),e.share.canDelete?t("NcActionButton",{attrs:{icon:"icon-close"},on:{click:function(t){return t.preventDefault(),e.onDelete.apply(null,arguments)}}},[e._v("\n\t\t"+e._s(e.t("files_sharing","Unshare"))+"\n\t")]):e._e()],1)}),[],!1,null,"283ca89e",null).exports;var Ee=s(25108);const ve={name:"SharingInherited",components:{NcActionButton:oe(),SharingEntryInherited:we,SharingEntrySimple:U},props:{fileInfo:{type:Object,default:()=>{},required:!0}},data:()=>({loaded:!1,loading:!1,showInheritedShares:!1,shares:[]}),computed:{showInheritedSharesIcon(){return this.loading?"icon-loading-small":this.showInheritedShares?"icon-triangle-n":"icon-triangle-s"},mainTitle:()=>t("files_sharing","Others with access"),subTitle(){return this.showInheritedShares&&0===this.shares.length?t("files_sharing","No other users with access found"):""},toggleTooltip(){return"dir"===this.fileInfo.type?t("files_sharing","Toggle list of others with access to this directory"):t("files_sharing","Toggle list of others with access to this file")},fullPath(){return"".concat(this.fileInfo.path,"/").concat(this.fileInfo.name).replace("//","/")}},watch:{fileInfo(){this.resetState()}},methods:{toggleInheritedShares(){this.showInheritedShares=!this.showInheritedShares,this.showInheritedShares?this.fetchInheritedShares():this.resetState()},async fetchInheritedShares(){this.loading=!0;try{const e=(0,o.generateOcsUrl)("apps/files_sharing/api/v1/shares/inherited?format=json&path={path}",{path:this.fullPath}),t=await c.Z.get(e);this.shares=t.data.ocs.data.map((e=>new f(e))).sort(((e,t)=>t.createdTime-e.createdTime)),Ee.info(this.shares),this.loaded=!0}catch(e){OC.Notification.showTemporary(t("files_sharing","Unable to fetch inherited shares"),{type:"error"})}finally{this.loading=!1}},resetState(){this.loaded=!1,this.loading=!1,this.showInheritedShares=!1,this.shares=[]},removeShare(e){const t=this.shares.findIndex((t=>t===e));this.shares.splice(t,1)}}};var Ce=s(58670),Se={};Se.styleTagTransform=L(),Se.setAttributes=R(),Se.insert=D().bind(null,"head"),Se.domAPI=P(),Se.insertStyleElement=N(),b()(Ce.Z,Se),Ce.Z&&Ce.Z.locals&&Ce.Z.locals;const ye=(0,B.Z)(ve,(function(){var e=this,t=e._self._c;return t("ul",{attrs:{id:"sharing-inherited-shares"}},[t("SharingEntrySimple",{staticClass:"sharing-entry__inherited",attrs:{title:e.mainTitle,subtitle:e.subTitle,"aria-expanded":e.showInheritedShares},scopedSlots:e._u([{key:"avatar",fn:function(){return[t("div",{staticClass:"avatar-shared icon-more-white"})]},proxy:!0}])},[e._v(" "),t("NcActionButton",{attrs:{icon:e.showInheritedSharesIcon,"aria-label":e.toggleTooltip,title:e.toggleTooltip},on:{click:function(t){return t.preventDefault(),t.stopPropagation(),e.toggleInheritedShares.apply(null,arguments)}}})],1),e._v(" "),e._l(e.shares,(function(i){return t("SharingEntryInherited",{key:i.id,attrs:{"file-info":e.fileInfo,share:i},on:{"remove:share":e.removeShare}})}))],2)}),[],!1,null,"05b67dc8",null).exports;var be=s(79570),xe=s.n(be),Pe=s(875),Te=s.n(Pe),De=s(44299),ke=s(681),Re=s(15303);const Ie={components:{DropdownIcon:ke.Z},mixins:[ge,ee,_],props:{share:{type:Object,required:!0},toggle:{type:Boolean,default:!1}},data(){return{selectedOption:"",showDropdown:this.toggle,focusTrap:null}},computed:{canViewText:()=>t("files_sharing","View only"),canEditText:()=>t("files_sharing","Can edit"),fileDropText:()=>t("files_sharing","File drop"),customPermissionsText:()=>t("files_sharing","Custom permissions"),preSelectedOption(){return(this.share.permissions&~pe.SHARE)===ue.READ_ONLY?this.canViewText:this.share.permissions===ue.ALL||this.share.permissions===ue.ALL_FILE?this.canEditText:(this.share.permissions&~pe.SHARE)===ue.FILE_DROP?this.fileDropText:this.customPermissionsText},options(){const e=[this.canViewText,this.canEditText];return this.supportsFileDrop&&e.push(this.fileDropText),e.push(this.customPermissionsText),e},supportsFileDrop(){if(this.isFolder&&this.config.isPublicUploadEnabled){var e;const t=null!==(e=this.share.type)&&void 0!==e?e:this.share.shareType;return[this.SHARE_TYPES.SHARE_TYPE_LINK,this.SHARE_TYPES.SHARE_TYPE_EMAIL].includes(t)}return!1},dropDownPermissionValue(){switch(this.selectedOption){case this.canEditText:return this.isFolder?ue.ALL:ue.ALL_FILE;case this.fileDropText:return ue.FILE_DROP;case this.customPermissionsText:return"custom";case this.canViewText:default:return ue.READ_ONLY}},dropdownId:()=>"dropdown-".concat(Math.random().toString(36).substr(2,9))},watch:{toggle(e){this.showDropdown=e}},mounted(){this.initializeComponent(),window.addEventListener("click",this.handleClickOutside)},beforeDestroy(){window.removeEventListener("click",this.handleClickOutside)},methods:{toggleDropdown(){this.showDropdown=!this.showDropdown,this.showDropdown?this.$nextTick((()=>{this.useFocusTrap()})):this.clearFocusTrap()},closeDropdown(){this.clearFocusTrap(),this.showDropdown=!1},selectOption(e){this.selectedOption=e,e===this.customPermissionsText?this.$emit("open-sharing-details"):(this.share.permissions=this.dropDownPermissionValue,this.queueUpdate("permissions")),this.showDropdown=!1},initializeComponent(){this.selectedOption=this.preSelectedOption},handleClickOutside(e){const t=this.$refs.quickShareDropdownContainer;t&&!t.contains(e.target)&&(this.showDropdown=!1)},useFocusTrap(){Object.assign(window,{_nc_focus_trap:window._nc_focus_trap||[]});const e=this.$refs.quickShareDropdown;this.focusTrap=(0,Re.createFocusTrap)(e,{allowOutsideClick:!0,trapStack:window._nc_focus_trap}),this.focusTrap.activate()},clearFocusTrap(){var e;null===(e=this.focusTrap)||void 0===e||e.deactivate(),this.focusTrap=null},shiftFocusForward(){let e=document.activeElement.nextElementSibling;e||(e=this.$refs.quickShareDropdown.firstElementChild),e.focus()},shiftFocusBackward(){let e=document.activeElement.previousElementSibling;e||(e=this.$refs.quickShareDropdown.lastElementChild),e.focus()},handleArrowUp(){this.shiftFocusBackward()},handleArrowDown(){this.shiftFocusForward()}}},Ne=Ie;var Oe=s(17719),Le={};Le.styleTagTransform=L(),Le.setAttributes=R(),Le.insert=D().bind(null,"head"),Le.domAPI=P(),Le.insertStyleElement=N(),b()(Oe.Z,Le),Oe.Z&&Oe.Z.locals&&Oe.Z.locals;const Ye=(0,B.Z)(Ne,(function(){var e=this,t=e._self._c;return t("div",{ref:"quickShareDropdownContainer",class:{active:e.showDropdown,"share-select":!0}},[t("span",{staticClass:"trigger-text",attrs:{id:e.dropdownId,"aria-expanded":e.showDropdown,"aria-haspopup":!0,"aria-label":"Quick share options dropdown"},on:{click:e.toggleDropdown}},[e._v("\n\t\t"+e._s(e.selectedOption)+"\n\t\t"),t("DropdownIcon",{attrs:{size:15}})],1),e._v(" "),e.showDropdown?t("div",{ref:"quickShareDropdown",staticClass:"share-select-dropdown",attrs:{"aria-labelledby":e.dropdownId,tabindex:"0"},on:{keydown:[function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"down",40,t.key,["Down","ArrowDown"])?null:e.handleArrowDown.apply(null,arguments)},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"up",38,t.key,["Up","ArrowUp"])?null:e.handleArrowUp.apply(null,arguments)},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"])?null:e.closeDropdown.apply(null,arguments)}]}},e._l(e.options,(function(i){return t("button",{key:i,class:{"dropdown-item":!0,selected:i===e.selectedOption},attrs:{"aria-selected":i===e.selectedOption},on:{click:function(t){return e.selectOption(i)}}},[e._v("\n\t\t\t"+e._s(i)+"\n\t\t")])})),0):e._e()])}),[],!1,null,"d960cabe",null).exports,He={name:"ExternalShareAction",props:{id:{type:String,required:!0},action:{type:Object,default:()=>({})},fileInfo:{type:Object,default:()=>{},required:!0},share:{type:f,default:null}},computed:{data(){return this.action.data(this)}}},Be=(0,B.Z)(He,(function(){var e=this;return(0,e._self._c)(e.data.is,e._g(e._b({tag:"Component"},"Component",e.data,!1),e.action.handlers),[e._v("\n\t"+e._s(e.data.text)+"\n")])}),[],!1,null,null,null).exports;var Ue=s(25108);const Fe=new u;async function qe(){if(Fe.passwordPolicy.api&&Fe.passwordPolicy.api.generate)try{const e=await c.Z.get(Fe.passwordPolicy.api.generate);if(e.data.ocs.data.password)return(0,m.s$)(t("files_sharing","Password created successfully")),e.data.ocs.data.password}catch(e){Ue.info("Error generating password from password_policy",e),(0,m.x2)(t("files_sharing","Error generating password from password policy"))}const e=new Uint8Array(10);self.crypto.getRandomValues(e);let i="";for(let t=0;t({shareCreationComplete:!1,showDropdown:!1,copySuccess:!0,copied:!1,pending:!1,ExternalLegacyLinkActions:OCA.Sharing.ExternalLinkActions.state,ExternalShareActions:OCA.Sharing.ExternalShareActions.state,logger:(0,Me.IY)().setApp("files_sharing").detectUser().build()}),computed:{title(){if(this.share&&this.share.id){if(!this.isShareOwner&&this.share.ownerDisplayName)return this.isEmailShareType?t("files_sharing","{shareWith} by {initiator}",{shareWith:this.share.shareWith,initiator:this.share.ownerDisplayName}):t("files_sharing","Shared via link by {initiator}",{initiator:this.share.ownerDisplayName});if(this.share.label&&""!==this.share.label.trim())return this.isEmailShareType?t("files_sharing","Mail share ({label})",{label:this.share.label.trim()}):t("files_sharing","Share link ({label})",{label:this.share.label.trim()});if(this.isEmailShareType)return this.share.shareWith}return this.index>1?t("files_sharing","Share link ({index})",{index:this.index}):t("files_sharing","Share link")},subtitle(){return this.isEmailShareType&&this.title!==this.share.shareWith?this.share.shareWith:null},isPasswordProtected:{get(){return this.config.enforcePasswordForPublicLink||!!this.share.password},async set(e){a.default.set(this.share,"password",e?await qe():""),a.default.set(this.share,"newPassword",this.share.password)}},passwordExpirationTime(){if(null===this.share.passwordExpirationTime)return null;const e=moment(this.share.passwordExpirationTime);return!(e.diff(moment())<0)&&e.fromNow()},isTalkEnabled:()=>void 0!==OC.appswebroots.spreed,isPasswordProtectedByTalkAvailable(){return this.isPasswordProtected&&this.isTalkEnabled},isPasswordProtectedByTalk:{get(){return this.share.sendPasswordByTalk},async set(e){this.share.sendPasswordByTalk=e}},isEmailShareType(){return!!this.share&&this.share.type===this.SHARE_TYPES.SHARE_TYPE_EMAIL},canTogglePasswordProtectedByTalkAvailable(){return!(!this.isPasswordProtected||this.isEmailShareType&&!this.hasUnsavedPassword)},pendingPassword(){return this.config.enableLinkPasswordByDefault&&this.share&&!this.share.id},pendingEnforcedPassword(){return this.config.enforcePasswordForPublicLink&&this.share&&!this.share.id},pendingExpirationDate(){return this.config.isDefaultExpireDateEnforced&&this.share&&!this.share.id},sharePolicyHasRequiredProperties(){return this.config.enforcePasswordForPublicLink||this.config.isDefaultExpireDateEnforced},requiredPropertiesMissing(){if(!this.sharePolicyHasRequiredProperties)return!1;if(!this.share)return!0;if(this.share.id)return!0;const e=this.config.enforcePasswordForPublicLink&&!this.share.password,t=this.config.isDefaultExpireDateEnforced&&!this.share.expireDate;return e||t},hasUnsavedPassword(){return void 0!==this.share.newPassword},shareLink(){return window.location.protocol+"//"+window.location.host+(0,o.generateUrl)("/s/")+this.share.token},actionsTooltip(){return t("files_sharing",'Actions for "{title}"',{title:this.title})},copyLinkTooltip(){return this.copied?this.copySuccess?"":t("files_sharing","Cannot copy, please copy the link manually"):t("files_sharing",'Copy public link of "{title}" to clipboard',{title:this.title})},externalLegacyLinkActions(){return this.ExternalLegacyLinkActions.actions},externalLinkActions(){return this.ExternalShareActions.actions.filter((e=>e.shareType.includes(A.D.SHARE_TYPE_LINK)||e.shareType.includes(A.D.SHARE_TYPE_EMAIL)))},isPasswordPolicyEnabled(){return"object"==typeof this.config.passwordPolicy},canChangeHideDownload(){return this.fileInfo.shareAttributes.some((e=>"download"===e.key&&"permissions"===e.scope&&!1===e.enabled))}},methods:{async onNewLinkShare(){if(this.logger.debug("onNewLinkShare called (with this.share)",this.share),this.loading)return;const e={share_type:A.D.SHARE_TYPE_LINK};if(this.config.isDefaultExpireDateEnforced&&(e.expiration=this.formatDateToString(this.config.defaultExpirationDate)),this.logger.debug("Missing required properties?",this.requiredPropertiesMissing),this.sharePolicyHasRequiredProperties&&this.requiredPropertiesMissing){this.pending=!0,this.shareCreationComplete=!1,this.logger.info("Share policy requires mandated properties (password)..."),(this.config.enableLinkPasswordByDefault||this.config.enforcePasswordForPublicLink)&&(e.password=await qe());const t=new f(e),i=await new Promise((e=>{this.$emit("add:share",t,e)}));this.open=!1,this.pending=!1,i.open=!0}else{if(this.share&&!this.share.id){if(this.checkShare(this.share)){try{this.logger.info("Sending existing share to server",this.share),await this.pushNewLinkShare(this.share,!0),this.shareCreationComplete=!0,this.logger.info("Share created on server",this.share)}catch(e){return this.pending=!1,this.logger.error("Error creating share",e),!1}return!0}return this.open=!0,(0,m.x2)(t("files_sharing","Error, please enter proper password and/or expiration date")),!1}const i=new f(e);await this.pushNewLinkShare(i),this.shareCreationComplete=!0}},async pushNewLinkShare(e,i){try{if(this.loading)return!0;this.loading=!0,this.errors={};const s={path:(this.fileInfo.path+"/"+this.fileInfo.name).replace("//","/"),shareType:A.D.SHARE_TYPE_LINK,password:e.password,expireDate:e.expireDate,attributes:JSON.stringify(this.fileInfo.shareAttributes)};We.debug("Creating link share with options",s);const a=await this.createShare(s);let r;this.open=!1,this.shareCreationComplete=!0,We.debug("Link share created",a),r=i?await new Promise((e=>{this.$emit("update:share",a,e)})):await new Promise((e=>{this.$emit("add:share",a,e)})),this.config.enforcePasswordForPublicLink||r.copyLink(),(0,m.s$)(t("files_sharing","Link share created"))}catch(e){var s,a,r,n;const i=null==e||null===(s=e.response)||void 0===s||null===(a=s.data)||void 0===a||null===(r=a.ocs)||void 0===r||null===(n=r.meta)||void 0===n?void 0:n.message;if(!i)return(0,m.x2)(t("files_sharing","Error while creating the share")),void We.error(e);throw i.match(/password/i)?this.onSyncError("password",i):i.match(/date/i)?this.onSyncError("expireDate",i):this.onSyncError("pending",i),e}finally{this.loading=!1,this.shareCreationComplete=!0}},async copyLink(){try{await navigator.clipboard.writeText(this.shareLink),(0,m.s$)(t("files_sharing","Link copied")),this.$refs.copyButton.$el.focus(),this.copySuccess=!0,this.copied=!0}catch(e){this.copySuccess=!1,this.copied=!0,We.error(e)}finally{setTimeout((()=>{this.copySuccess=!1,this.copied=!1}),4e3)}},onPasswordChange(e){this.$set(this.share,"newPassword",e)},onPasswordDisable(){this.share.password="",this.$delete(this.share,"newPassword"),this.share.id&&this.queueUpdate("password")},onPasswordSubmit(){this.hasUnsavedPassword&&(this.share.password=this.share.newPassword.trim(),this.queueUpdate("password"))},onPasswordProtectedByTalkChange(){this.hasUnsavedPassword&&(this.share.password=this.share.newPassword.trim()),this.queueUpdate("sendPasswordByTalk","password")},onMenuClose(){this.onPasswordSubmit(),this.onNoteSubmit()},onCancel(){this.shareCreationComplete||this.$emit("remove:share",this.share)},toggleQuickShareSelect(){this.showDropdown=!this.showDropdown}}},je=Ze;var Ve=s(28377),$e={};$e.styleTagTransform=L(),$e.setAttributes=R(),$e.insert=D().bind(null,"head"),$e.domAPI=P(),$e.insertStyleElement=N(),b()(Ve.Z,$e),Ve.Z&&Ve.Z.locals&&Ve.Z.locals;const Ge={name:"SharingLinkList",components:{SharingEntryLink:(0,B.Z)(je,(function(){var e=this,t=e._self._c;return t("li",{staticClass:"sharing-entry sharing-entry__link",class:{"sharing-entry--share":e.share}},[t("NcAvatar",{staticClass:"sharing-entry__avatar",attrs:{"is-no-user":!0,"icon-class":e.isEmailShareType?"avatar-link-share icon-mail-white":"avatar-link-share icon-public-white"}}),e._v(" "),t("div",{staticClass:"sharing-entry__summary"},[t("div",{staticClass:"sharing-entry__desc",on:{click:function(t){return t.preventDefault(),e.toggleQuickShareSelect.apply(null,arguments)}}},[t("span",{staticClass:"sharing-entry__title",attrs:{title:e.title}},[e._v("\n\t\t\t\t"+e._s(e.title)+"\n\t\t\t")]),e._v(" "),e.subtitle?t("p",[e._v("\n\t\t\t\t"+e._s(e.subtitle)+"\n\t\t\t")]):e._e(),e._v(" "),e.share&&void 0!==e.share.permissions?t("QuickShareSelect",{attrs:{share:e.share,"file-info":e.fileInfo,toggle:e.showDropdown},on:{"open-sharing-details":function(t){return e.openShareDetailsForCustomSettings(e.share)}}}):e._e()],1),e._v(" "),e.share&&!e.isEmailShareType&&e.share.token?t("NcActions",{ref:"copyButton",staticClass:"sharing-entry__copy"},[t("NcActionLink",{attrs:{href:e.shareLink,target:"_blank",title:e.copyLinkTooltip,"aria-label":e.copyLinkTooltip,icon:e.copied&&e.copySuccess?"icon-checkmark-color":"icon-clippy"},on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.copyLink.apply(null,arguments)}}})],1):e._e()],1),e._v(" "),!e.pending&&(e.pendingPassword||e.pendingEnforcedPassword||e.pendingExpirationDate)?t("NcActions",{staticClass:"sharing-entry__actions",attrs:{"aria-label":e.actionsTooltip,"menu-align":"right",open:e.open},on:{"update:open":function(t){e.open=t},close:e.onCancel}},[e.errors.pending?t("NcActionText",{class:{error:e.errors.pending},attrs:{icon:"icon-error"}},[e._v("\n\t\t\t"+e._s(e.errors.pending)+"\n\t\t")]):t("NcActionText",{attrs:{icon:"icon-info"}},[e._v("\n\t\t\t"+e._s(e.t("files_sharing","Please enter the following required information before creating the share"))+"\n\t\t")]),e._v(" "),e.pendingEnforcedPassword?t("NcActionText",{attrs:{icon:"icon-password"}},[e._v("\n\t\t\t"+e._s(e.t("files_sharing","Password protection (enforced)"))+"\n\t\t")]):e.pendingPassword?t("NcActionCheckbox",{staticClass:"share-link-password-checkbox",attrs:{checked:e.isPasswordProtected,disabled:e.config.enforcePasswordForPublicLink||e.saving},on:{"update:checked":function(t){e.isPasswordProtected=t},uncheck:e.onPasswordDisable}},[e._v("\n\t\t\t"+e._s(e.t("files_sharing","Password protection"))+"\n\t\t")]):e._e(),e._v(" "),e.pendingEnforcedPassword||e.share.password?t("NcActionInput",{staticClass:"share-link-password",attrs:{value:e.share.password,disabled:e.saving,required:e.config.enableLinkPasswordByDefault||e.config.enforcePasswordForPublicLink,minlength:e.isPasswordPolicyEnabled&&e.config.passwordPolicy.minLength,icon:"",autocomplete:"new-password"},on:{"update:value":function(t){return e.$set(e.share,"password",t)},submit:e.onNewLinkShare}},[e._v("\n\t\t\t"+e._s(e.t("files_sharing","Enter a password"))+"\n\t\t")]):e._e(),e._v(" "),e.pendingExpirationDate?t("NcActionText",{attrs:{icon:"icon-calendar-dark"}},[e._v("\n\t\t\t"+e._s(e.t("files_sharing","Expiration date (enforced)"))+"\n\t\t")]):e._e(),e._v(" "),e.pendingExpirationDate?t("NcActionInput",{staticClass:"share-link-expire-date",attrs:{disabled:e.saving,"is-native-picker":!0,"hide-label":!0,value:new Date(e.share.expireDate),type:"date",min:e.dateTomorrow,max:e.maxExpirationDateEnforced},on:{input:e.onExpirationChange}},[e._v("\n\t\t\t"+e._s(e.t("files_sharing","Enter a date"))+"\n\t\t")]):e._e(),e._v(" "),t("NcActionButton",{attrs:{icon:"icon-checkmark"},on:{click:function(t){return t.preventDefault(),t.stopPropagation(),e.onNewLinkShare.apply(null,arguments)}}},[e._v("\n\t\t\t"+e._s(e.t("files_sharing","Create share"))+"\n\t\t")]),e._v(" "),t("NcActionButton",{attrs:{icon:"icon-close"},on:{click:function(t){return t.preventDefault(),t.stopPropagation(),e.onCancel.apply(null,arguments)}}},[e._v("\n\t\t\t"+e._s(e.t("files_sharing","Cancel"))+"\n\t\t")])],1):e.loading?t("div",{staticClass:"icon-loading-small sharing-entry__loading"}):t("NcActions",{staticClass:"sharing-entry__actions",attrs:{"aria-label":e.actionsTooltip,"menu-align":"right",open:e.open},on:{"update:open":function(t){e.open=t},close:e.onMenuClose}},[e.share?[e.share.canEdit&&e.canReshare?[t("NcActionButton",{attrs:{disabled:e.saving},on:{click:function(t){return t.preventDefault(),e.openSharingDetails.apply(null,arguments)}},scopedSlots:e._u([{key:"icon",fn:function(){return[t("Tune")]},proxy:!0}],null,!1,961531849)},[e._v("\n\t\t\t\t\t"+e._s(e.t("files_sharing","Customize link"))+"\n\t\t\t\t")])]:e._e(),e._v(" "),t("NcActionSeparator"),e._v(" "),e._l(e.externalLinkActions,(function(i){return t("ExternalShareAction",{key:i.id,attrs:{id:i.id,action:i,"file-info":e.fileInfo,share:e.share}})})),e._v(" "),e._l(e.externalLegacyLinkActions,(function(i,s){let{icon:a,url:r,name:n}=i;return t("NcActionLink",{key:s,attrs:{href:r(e.shareLink),icon:a,target:"_blank"}},[e._v("\n\t\t\t\t"+e._s(n)+"\n\t\t\t")])})),e._v(" "),!e.isEmailShareType&&e.canReshare?t("NcActionButton",{staticClass:"new-share-link",attrs:{icon:"icon-add"},on:{click:function(t){return t.preventDefault(),t.stopPropagation(),e.onNewLinkShare.apply(null,arguments)}}},[e._v("\n\t\t\t\t"+e._s(e.t("files_sharing","Add another link"))+"\n\t\t\t")]):e._e(),e._v(" "),e.share.canDelete?t("NcActionButton",{attrs:{icon:"icon-close",disabled:e.saving},on:{click:function(t){return t.preventDefault(),e.onDelete.apply(null,arguments)}}},[e._v("\n\t\t\t\t"+e._s(e.t("files_sharing","Unshare"))+"\n\t\t\t")]):e._e()]:e.canReshare?t("NcActionButton",{staticClass:"new-share-link",attrs:{title:e.t("files_sharing","Create a new share link"),"aria-label":e.t("files_sharing","Create a new share link"),icon:e.loading?"icon-loading-small":"icon-add"},on:{click:function(t){return t.preventDefault(),t.stopPropagation(),e.onNewLinkShare.apply(null,arguments)}}}):e._e()],2)],1)}),[],!1,null,"cc82d906",null).exports},mixins:[_,ee],props:{fileInfo:{type:Object,default:()=>{},required:!0},shares:{type:Array,default:()=>[],required:!0},canReshare:{type:Boolean,required:!0}},data:()=>({canLinkShare:OC.getCapabilities().files_sharing.public.enabled}),computed:{hasLinkShares(){return this.shares.filter((e=>e.type===this.SHARE_TYPES.SHARE_TYPE_LINK)).length>0},hasShares(){return this.shares.length>0}},methods:{addShare(e,t){this.shares.unshift(e),this.awaitForShare(e,t)},awaitForShare(e,t){this.$nextTick((()=>{const i=this.$children.find((t=>t.share===e));i&&t(i)}))},removeShare(e){const t=this.shares.findIndex((t=>t===e));this.shares.splice(t,1)}}},ze=(0,B.Z)(Ge,(function(){var e=this,t=e._self._c;return e.canLinkShare?t("ul",{staticClass:"sharing-link-list"},[!e.hasLinkShares&&e.canReshare?t("SharingEntryLink",{attrs:{"can-reshare":e.canReshare,"file-info":e.fileInfo},on:{"add:share":e.addShare}}):e._e(),e._v(" "),e.hasShares?e._l(e.shares,(function(i,s){return t("SharingEntryLink",{key:i.id,attrs:{index:e.shares.length>1?s+1:null,"can-reshare":e.canReshare,share:e.shares[s],"file-info":e.fileInfo},on:{"update:share":[function(t){return e.$set(e.shares,s,t)},function(t){return e.awaitForShare(...arguments)}],"add:share":function(t){return e.addShare(...arguments)},"remove:share":e.removeShare,"open-sharing-details":function(t){return e.openSharingDetails(i)}}})})):e._e()],2):e._e()}),[],!1,null,null,null).exports;var Qe=s(10861),Ke=s.n(Qe),Je=s(4072);const Xe={name:"SharingEntry",components:{NcButton:Ke(),NcAvatar:l(),DotsHorizontalIcon:Je.default,NcSelect:Q(),QuickShareSelect:Ye},mixins:[ge,ee],data:()=>({showDropdown:!1}),computed:{title(){let e=this.share.shareWithDisplayName;return this.share.type===this.SHARE_TYPES.SHARE_TYPE_GROUP?e+=" (".concat(t("files_sharing","group"),")"):this.share.type===this.SHARE_TYPES.SHARE_TYPE_ROOM?e+=" (".concat(t("files_sharing","conversation"),")"):this.share.type===this.SHARE_TYPES.SHARE_TYPE_REMOTE?e+=" (".concat(t("files_sharing","remote"),")"):this.share.type===this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP?e+=" (".concat(t("files_sharing","remote group"),")"):this.share.type===this.SHARE_TYPES.SHARE_TYPE_GUEST&&(e+=" (".concat(t("files_sharing","guest"),")")),e},tooltip(){if(this.share.owner!==this.share.uidFileOwner){const e={user:this.share.shareWithDisplayName,owner:this.share.ownerDisplayName};return this.share.type===this.SHARE_TYPES.SHARE_TYPE_GROUP?t("files_sharing","Shared with the group {user} by {owner}",e):this.share.type===this.SHARE_TYPES.SHARE_TYPE_ROOM?t("files_sharing","Shared with the conversation {user} by {owner}",e):t("files_sharing","Shared with {user} by {owner}",e)}return null},hasStatus(){return this.share.type===this.SHARE_TYPES.SHARE_TYPE_USER&&"object"==typeof this.share.status&&!Array.isArray(this.share.status)}},methods:{onMenuClose(){this.onNoteSubmit()},toggleQuickShareSelect(){this.showDropdown=!this.showDropdown}}};var et=s(30400),tt={};tt.styleTagTransform=L(),tt.setAttributes=R(),tt.insert=D().bind(null,"head"),tt.domAPI=P(),tt.insertStyleElement=N(),b()(et.Z,tt),et.Z&&et.Z.locals&&et.Z.locals;const it={name:"SharingList",components:{SharingEntry:(0,B.Z)(Xe,(function(){var e=this,t=e._self._c;return t("li",{staticClass:"sharing-entry"},[t("NcAvatar",{staticClass:"sharing-entry__avatar",attrs:{"is-no-user":e.share.type!==e.SHARE_TYPES.SHARE_TYPE_USER,user:e.share.shareWith,"display-name":e.share.shareWithDisplayName,"menu-position":"left",url:e.share.shareWithAvatar}}),e._v(" "),t("div",{staticClass:"sharing-entry__summary",on:{click:function(t){return t.preventDefault(),e.toggleQuickShareSelect.apply(null,arguments)}}},[t(e.share.shareWithLink?"a":"div",{tag:"component",staticClass:"sharing-entry__summary__desc",attrs:{title:e.tooltip,"aria-label":e.tooltip,href:e.share.shareWithLink}},[t("span",[e._v(e._s(e.title)+"\n\t\t\t\t"),e.isUnique?e._e():t("span",{staticClass:"sharing-entry__summary__desc-unique"},[e._v(" ("+e._s(e.share.shareWithDisplayNameUnique)+")")]),e._v(" "),e.hasStatus&&e.share.status.message?t("small",[e._v("("+e._s(e.share.status.message)+")")]):e._e()])]),e._v(" "),t("QuickShareSelect",{attrs:{share:e.share,"file-info":e.fileInfo,toggle:e.showDropdown},on:{"open-sharing-details":function(t){return e.openShareDetailsForCustomSettings(e.share)}}})],1),e._v(" "),t("NcButton",{staticClass:"sharing-entry__action",attrs:{"aria-label":e.t("files_sharing","Open Sharing Details"),type:"tertiary-no-background"},on:{click:function(t){return e.openSharingDetails(e.share)}},scopedSlots:e._u([{key:"icon",fn:function(){return[t("DotsHorizontalIcon",{attrs:{size:20}})]},proxy:!0}])})],1)}),[],!1,null,"7bfd2f06",null).exports},mixins:[_,ee],props:{fileInfo:{type:Object,default:()=>{},required:!0},shares:{type:Array,default:()=>[],required:!0}},computed:{hasShares(){return 0===this.shares.length},isUnique(){return e=>[...this.shares].filter((t=>e.type===this.SHARE_TYPES.SHARE_TYPE_USER&&e.shareWithDisplayName===t.shareWithDisplayName)).length<=1}}},st=(0,B.Z)(it,(function(){var e=this,t=e._self._c;return t("ul",{staticClass:"sharing-sharee-list"},e._l(e.shares,(function(i){return t("SharingEntry",{key:i.id,attrs:{"file-info":e.fileInfo,share:i,"is-unique":e.isUnique(i)},on:{"open-sharing-details":function(t){return e.openSharingDetails(i)}}})})),1)}),[],!1,null,null,null).exports;var at=s(36029),rt=s.n(at),nt=s(36767),ot=s.n(nt),ht=s(19286),lt=s.n(ht),ct=s(20571),dt=s.n(ct),pt=s(49285),ut=s(44893),At=s(77531),gt=s(730),ft=s(90207),_t=s(60186),mt=s(88896),wt=s(34649),Et=s(94780),vt=s(20508),Ct=s(63198),St=s(25108);const yt={name:"SharingDetailsTab",components:{NcAvatar:l(),NcButton:Ke(),NcInputField:rt(),NcDatetimePicker:ot(),NcDateTimePickerNative:lt(),NcCheckboxRadioSwitch:dt(),CloseIcon:ut.default,CircleIcon:pt.Z,EditIcon:At.default,LinkIcon:ft.Z,GroupIcon:_t.Z,ShareIcon:mt.Z,UserIcon:wt.Z,UploadIcon:vt.Z,ViewIcon:Et.default,MenuDownIcon:Ct.Z,DotsHorizontalIcon:Je.default},mixins:[_,X,ge],props:{shareRequestValue:{type:Object,required:!1},fileInfo:{type:Object,required:!0},share:{type:Object,required:!0}},data:()=>({writeNoteToRecipientIsChecked:!1,sharingPermission:ue.ALL.toString(),revertSharingPermission:ue.ALL.toString(),setCustomPermissions:!1,passwordError:!1,advancedSectionAccordionExpanded:!1,bundledPermissions:ue,isFirstComponentLoad:!0,test:!1}),computed:{title(){switch(this.share.type){case this.SHARE_TYPES.SHARE_TYPE_USER:return t("files_sharing","Share with {userName}",{userName:this.share.shareWithDisplayName});case this.SHARE_TYPES.SHARE_TYPE_EMAIL:return t("files_sharing","Share with email {email}",{email:this.share.shareWith});case this.SHARE_TYPES.SHARE_TYPE_LINK:return t("files_sharing","Share link");case this.SHARE_TYPES.SHARE_TYPE_GROUP:return t("files_sharing","Share with group");case this.SHARE_TYPES.SHARE_TYPE_ROOM:return t("files_sharing","Share in conversation");case this.SHARE_TYPES.SHARE_TYPE_REMOTE:{const[e,i]=this.share.shareWith.split("@");return t("files_sharing","Share with {user} on remote server {server}",{user:e,server:i})}case this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP:return t("files_sharing","Share with remote group");case this.SHARE_TYPES.SHARE_TYPE_GUEST:return t("files_sharing","Share with guest");default:return this.share.id?t("files_sharing","Update share"):t("files_sharing","Create share")}},canEdit:{get(){return this.share.hasUpdatePermission},set(e){this.updateAtomicPermissions({isEditChecked:e})}},canCreate:{get(){return this.share.hasCreatePermission},set(e){this.updateAtomicPermissions({isCreateChecked:e})}},canDelete:{get(){return this.share.hasDeletePermission},set(e){this.updateAtomicPermissions({isDeleteChecked:e})}},canReshare:{get(){return this.share.hasSharePermission},set(e){this.updateAtomicPermissions({isReshareChecked:e})}},canDownload:{get(){var e;return(null===(e=this.share.attributes.find((e=>"download"===e.key)))||void 0===e?void 0:e.enabled)||!1},set(e){const t=this.share.attributes.find((e=>"download"===e.key));t&&(t.enabled=e)}},hasRead:{get(){return this.share.hasReadPermission},set(e){this.updateAtomicPermissions({isReadChecked:e})}},hasExpirationDate:{get(){return this.isValidShareAttribute(this.share.expireDate)},set(e){this.share.expireDate=e?this.formatDateToString(this.defaultExpiryDate):""}},isPasswordProtected:{get(){return this.config.enforcePasswordForPublicLink||!!this.share.password},async set(e){e?(this.share.password=await qe(),this.$set(this.share,"newPassword",this.share.password)):(this.share.password="",this.$delete(this.share,"newPassword"))}},isFolder(){return"dir"===this.fileInfo.type},isSetDownloadButtonVisible(){return this.isFolder||["application/msword","application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/vnd.ms-powerpoint","application/vnd.openxmlformats-officedocument.presentationml.presentation","application/vnd.ms-excel","application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/vnd.oasis.opendocument.text","application/vnd.oasis.opendocument.spreadsheet","application/vnd.oasis.opendocument.presentation"].includes(this.fileInfo.mimetype)},isPasswordEnforced(){return this.isPublicShare&&this.config.enforcePasswordForPublicLink},defaultExpiryDate(){return(this.isGroupShare||this.isUserShare)&&this.config.isDefaultInternalExpireDateEnabled?new Date(this.config.defaultInternalExpirationDate):this.isRemoteShare&&this.config.isDefaultRemoteExpireDateEnabled?new Date(this.config.defaultRemoteExpireDateEnabled):this.isPublicShare&&this.config.isDefaultExpireDateEnabled?new Date(this.config.defaultExpirationDate):new Date((new Date).setDate((new Date).getDate()+1))},isUserShare(){return this.share.type===this.SHARE_TYPES.SHARE_TYPE_USER},isGroupShare(){return this.share.type===this.SHARE_TYPES.SHARE_TYPE_GROUP},isNewShare(){return!this.share.id},allowsFileDrop(){return!(!this.isFolder||!this.config.isPublicUploadEnabled||this.share.type!==this.SHARE_TYPES.SHARE_TYPE_LINK&&this.share.type!==this.SHARE_TYPES.SHARE_TYPE_EMAIL)},hasFileDropPermissions(){return this.share.permissions===this.bundledPermissions.FILE_DROP},shareButtonText(){return this.isNewShare?t("files_sharing","Save share"):t("files_sharing","Update share")},canSetEdit(){return this.fileInfo.sharePermissions&OC.PERMISSION_UPDATE||this.canEdit},canSetCreate(){return this.fileInfo.sharePermissions&OC.PERMISSION_CREATE||this.canCreate},canSetDelete(){return this.fileInfo.sharePermissions&OC.PERMISSION_DELETE||this.canDelete},canSetReshare(){return this.fileInfo.sharePermissions&OC.PERMISSION_SHARE||this.canReshare},canSetDownload(){return this.fileInfo.canDownload()||this.canDownload},canRemoveReadPermission(){return this.allowsFileDrop&&(this.share.type===this.SHARE_TYPES.SHARE_TYPE_LINK||this.share.type===this.SHARE_TYPES.SHARE_TYPE_EMAIL)},hasUnsavedPassword(){return void 0!==this.share.newPassword},passwordExpirationTime(){if(!this.isValidShareAttribute(this.share.passwordExpirationTime))return null;const e=moment(this.share.passwordExpirationTime);return!(e.diff(moment())<0)&&e.fromNow()},isTalkEnabled:()=>void 0!==OC.appswebroots.spreed,isPasswordProtectedByTalkAvailable(){return this.isPasswordProtected&&this.isTalkEnabled},isPasswordProtectedByTalk:{get(){return this.share.sendPasswordByTalk},async set(e){this.share.sendPasswordByTalk=e}},isEmailShareType(){return!!this.share&&this.share.type===this.SHARE_TYPES.SHARE_TYPE_EMAIL},canTogglePasswordProtectedByTalkAvailable(){return!(!this.isPublicShare||!this.isPasswordProtected||this.isEmailShareType&&!this.hasUnsavedPassword||void 0===OC.appswebroots.spreed)},canChangeHideDownload(){return this.fileInfo.shareAttributes.some((e=>"download"===e.key&&"permissions"===e.scope&&!1===e.enabled))},customPermissionsList(){const e={[pe.READ]:this.t("files_sharing","Read"),[pe.CREATE]:this.t("files_sharing","Create"),[pe.UPDATE]:this.t("files_sharing","Edit"),[pe.SHARE]:this.t("files_sharing","Share"),[pe.DELETE]:this.t("files_sharing","Delete")};return[pe.READ,pe.CREATE,pe.UPDATE,pe.SHARE,pe.DELETE].filter((e=>{return t=this.share.permissions,i=e,t!==pe.NONE&&(t&i)===i;var t,i})).map(((t,i)=>0===i?e[t]:e[t].toLocaleLowerCase((0,r.G3)()))).join(", ")},advancedControlExpandedValue(){return this.advancedSectionAccordionExpanded?"true":"false"}},watch:{setCustomPermissions(e){this.sharingPermission=e?"custom":this.revertSharingPermission}},beforeMount(){this.initializePermissions(),this.initializeAttributes(),St.debug("shareSentIn",this.share),St.debug("config",this.config)},mounted(){var e,t;null===(e=this.$refs.quickPermissions)||void 0===e||null===(t=e.querySelector("input:checked"))||void 0===t||t.focus()},methods:{updateAtomicPermissions(){let{isReadChecked:e=this.hasRead,isEditChecked:t=this.canEdit,isCreateChecked:i=this.canCreate,isDeleteChecked:s=this.canDelete,isReshareChecked:a=this.canReshare}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};const r=0|(e?pe.READ:0)|(i?pe.CREATE:0)|(s?pe.DELETE:0)|(t?pe.UPDATE:0)|(a?pe.SHARE:0);this.share.permissions=r},expandCustomPermissions(){this.advancedSectionAccordionExpanded||(this.advancedSectionAccordionExpanded=!0),this.toggleCustomPermissions()},toggleCustomPermissions(e){const t="custom"===this.sharingPermission;this.revertSharingPermission=t?"custom":e,this.setCustomPermissions=t},async initializeAttributes(){if(this.isNewShare)return this.isPasswordEnforced&&this.isPublicShare&&(this.$set(this.share,"newPassword",await qe()),this.advancedSectionAccordionExpanded=!0),this.isPublicShare&&this.config.isDefaultExpireDateEnabled?this.share.expireDate=this.config.defaultExpirationDate.toDateString():this.isRemoteShare&&this.config.isDefaultRemoteExpireDateEnabled?this.share.expireDate=this.config.defaultRemoteExpirationDateString.toDateString():this.config.isDefaultInternalExpireDateEnabled&&(this.share.expireDate=this.config.defaultInternalExpirationDate.toDateString()),void(this.isValidShareAttribute(this.share.expireDate)&&(this.advancedSectionAccordionExpanded=!0));!this.isValidShareAttribute(this.share.expireDate)&&this.isExpiryDateEnforced&&(this.hasExpirationDate=!0),(this.isValidShareAttribute(this.share.password)||this.isValidShareAttribute(this.share.expireDate)||this.isValidShareAttribute(this.share.label))&&(this.advancedSectionAccordionExpanded=!0)},handleShareType(){"shareType"in this.share?this.share.type=this.share.shareType:this.share.share_type&&(this.share.type=this.share.share_type)},handleDefaultPermissions(){if(this.isNewShare){const e=this.config.defaultPermissions;e===ue.READ_ONLY||e===ue.ALL?this.sharingPermission=e.toString():(this.sharingPermission="custom",this.share.permissions=e,this.advancedSectionAccordionExpanded=!0,this.setCustomPermissions=!0)}this.canRemoveReadPermission||(this.hasRead=!0)},handleCustomPermissions(){this.isNewShare||!this.hasCustomPermissions&&!this.share.setCustomPermissions?this.share.permissions&&(this.sharingPermission=this.share.permissions.toString()):(this.sharingPermission="custom",this.advancedSectionAccordionExpanded=!0,this.setCustomPermissions=!0)},initializePermissions(){this.handleShareType(),this.handleDefaultPermissions(),this.handleCustomPermissions()},async saveShare(){const e=["permissions","attributes","note","expireDate"];this.isPublicShare&&e.push("label","password","hideDownload");const t=parseInt(this.sharingPermission);if(this.setCustomPermissions?this.updateAtomicPermissions():this.share.permissions=t,this.isFolder||this.share.permissions!==ue.ALL||(this.share.permissions=ue.ALL_FILE),this.writeNoteToRecipientIsChecked||(this.share.note=""),this.isPasswordProtected?this.hasUnsavedPassword&&this.isValidShareAttribute(this.share.newPassword)?(this.share.password=this.share.newPassword,this.$delete(this.share,"newPassword")):this.isPasswordEnforced&&!this.isValidShareAttribute(this.share.password)&&(this.passwordError=!0):this.share.password="",this.hasExpirationDate||(this.share.expireDate=""),this.isNewShare){const e={permissions:this.share.permissions,shareType:this.share.type,shareWith:this.share.shareWith,attributes:this.share.attributes,note:this.share.note,fileInfo:this.fileInfo};e.expireDate=this.hasExpirationDate?this.share.expireDate:"",this.isPasswordProtected&&(e.password=this.share.password);const t=await this.addShare(e,this.fileInfo);this.share=t,this.$emit("add:share",this.share)}else this.$emit("update:share",this.share),this.queueUpdate(...e);this.$emit("close-sharing-details")},async addShare(e,t){St.debug("Adding a new share from the input for",e);try{const i=(t.path+"/"+t.name).replace("//","/");return await this.createShare({path:i,shareType:e.shareType,shareWith:e.shareWith,permissions:e.permissions,expireDate:e.expireDate,attributes:JSON.stringify(e.attributes),...e.note?{note:e.note}:{},...e.password?{password:e.password}:{}})}catch(e){St.error("Error while adding new share",e)}},async removeShare(){await this.onDelete(),this.$emit("close-sharing-details")},onPasswordChange(e){this.passwordError=!this.isValidShareAttribute(e),this.$set(this.share,"newPassword",e)},onPasswordProtectedByTalkChange(){this.hasUnsavedPassword&&(this.share.password=this.share.newPassword.trim()),this.queueUpdate("sendPasswordByTalk","password")},isValidShareAttribute:e=>![null,void 0].includes(e)&&e.trim().length>0,getShareTypeIcon(e){switch(e){case this.SHARE_TYPES.SHARE_TYPE_LINK:return ft.Z;case this.SHARE_TYPES.SHARE_TYPE_GUEST:return wt.Z;case this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP:case this.SHARE_TYPES.SHARE_TYPE_GROUP:return _t.Z;case this.SHARE_TYPES.SHARE_TYPE_EMAIL:return gt.Z;case this.SHARE_TYPES.SHARE_TYPE_CIRCLE:return pt.Z;case this.SHARE_TYPES.SHARE_TYPE_ROOM:case this.SHARE_TYPES.SHARE_TYPE_DECK:case this.SHARE_TYPES.SHARE_TYPE_SCIENCEMESH:return mt.Z;default:return null}}}};var bt=s(28835),xt={};xt.styleTagTransform=L(),xt.setAttributes=R(),xt.insert=D().bind(null,"head"),xt.domAPI=P(),xt.insertStyleElement=N(),b()(bt.Z,xt),bt.Z&&bt.Z.locals&&bt.Z.locals;const Pt=(0,B.Z)(yt,(function(){var e,t=this,i=t._self._c;return i("div",{staticClass:"sharingTabDetailsView"},[i("div",{staticClass:"sharingTabDetailsView__header"},[i("span",[t.isUserShare?i("NcAvatar",{staticClass:"sharing-entry__avatar",attrs:{"is-no-user":t.share.shareType!==t.SHARE_TYPES.SHARE_TYPE_USER,user:t.share.shareWith,"display-name":t.share.shareWithDisplayName,"menu-position":"left",url:t.share.shareWithAvatar}}):t._e(),t._v(" "),i(t.getShareTypeIcon(t.share.type),{tag:"component",attrs:{size:32}})],1),t._v(" "),i("span",[i("h1",[t._v(t._s(t.title))])])]),t._v(" "),i("div",{staticClass:"sharingTabDetailsView__wrapper"},[i("div",{ref:"quickPermissions",staticClass:"sharingTabDetailsView__quick-permissions"},[i("div",[i("NcCheckboxRadioSwitch",{attrs:{"button-variant":!0,checked:t.sharingPermission,value:t.bundledPermissions.READ_ONLY.toString(),name:"sharing_permission_radio",type:"radio","button-variant-grouped":"vertical"},on:{"update:checked":[function(e){t.sharingPermission=e},t.toggleCustomPermissions]}},[i("ViewIcon",{attrs:{size:20}}),t._v(" "),i("span",[t._v(t._s(t.t("files_sharing","View only")))])],1),t._v(" "),i("NcCheckboxRadioSwitch",{attrs:{"button-variant":!0,checked:t.sharingPermission,value:t.bundledPermissions.ALL.toString(),name:"sharing_permission_radio",type:"radio","button-variant-grouped":"vertical"},on:{"update:checked":[function(e){t.sharingPermission=e},t.toggleCustomPermissions]}},[i("EditIcon",{attrs:{size:20}}),t._v(" "),t.allowsFileDrop?[i("span",[t._v(t._s(t.t("files_sharing","Allow upload and editing")))])]:[i("span",[t._v(t._s(t.t("files_sharing","Allow editing")))])]],2),t._v(" "),t.allowsFileDrop?i("NcCheckboxRadioSwitch",{attrs:{"button-variant":!0,checked:t.sharingPermission,value:t.bundledPermissions.FILE_DROP.toString(),name:"sharing_permission_radio",type:"radio","button-variant-grouped":"vertical"},on:{"update:checked":[function(e){t.sharingPermission=e},t.toggleCustomPermissions]}},[i("UploadIcon",{attrs:{size:20}}),t._v(" "),i("span",[t._v(t._s(t.t("files_sharing","File drop")))]),t._v(" "),i("small",[t._v(t._s(t.t("files_sharing","Upload only")))])],1):t._e(),t._v(" "),i("NcCheckboxRadioSwitch",{attrs:{"button-variant":!0,checked:t.sharingPermission,value:"custom",name:"sharing_permission_radio",type:"radio","button-variant-grouped":"vertical"},on:{"update:checked":[function(e){t.sharingPermission=e},t.expandCustomPermissions]}},[i("DotsHorizontalIcon",{attrs:{size:20}}),t._v(" "),i("span",[t._v(t._s(t.t("files_sharing","Custom permissions")))]),t._v(" "),i("small",[t._v(t._s(t.customPermissionsList))])],1)],1)]),t._v(" "),i("div",{staticClass:"sharingTabDetailsView__advanced-control"},[i("NcButton",{attrs:{id:"advancedSectionAccordionAdvancedControl",type:"tertiary",alignment:"end-reverse"},on:{click:function(e){t.advancedSectionAccordionExpanded=!t.advancedSectionAccordionExpanded}},scopedSlots:t._u([{key:"icon",fn:function(){return[i("MenuDownIcon")]},proxy:!0}])},[t._v("\n\t\t\t\t"+t._s(t.t("files_sharing","Advanced settings"))+"\n\t\t\t\t")])],1),t._v(" "),t.advancedSectionAccordionExpanded?i("div",{staticClass:"sharingTabDetailsView__advanced",attrs:{id:"advancedSectionAccordionAdvanced","aria-labelledby":"advancedSectionAccordionAdvancedControl",role:"region"}},[i("section",[t.isPublicShare?i("NcInputField",{attrs:{value:t.share.label,type:"text",label:t.t("files_sharing","Share label")},on:{"update:value":function(e){return t.$set(t.share,"label",e)}}}):t._e(),t._v(" "),t.isPublicShare?[i("NcCheckboxRadioSwitch",{attrs:{checked:t.isPasswordProtected,disabled:t.isPasswordEnforced},on:{"update:checked":function(e){t.isPasswordProtected=e}}},[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Set password"))+"\n\t\t\t\t\t")]),t._v(" "),t.isPasswordProtected?i("NcInputField",{attrs:{type:t.hasUnsavedPassword?"text":"password",value:t.hasUnsavedPassword?t.share.newPassword:"***************",error:t.passwordError,required:t.isPasswordEnforced,label:t.t("files_sharing","Password")},on:{"update:value":t.onPasswordChange}}):t._e(),t._v(" "),t.isEmailShareType&&t.passwordExpirationTime?i("span",{attrs:{icon:"icon-info"}},[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Password expires {passwordExpirationTime}",{passwordExpirationTime:t.passwordExpirationTime}))+"\n\t\t\t\t\t")]):t.isEmailShareType&&null!==t.passwordExpirationTime?i("span",{attrs:{icon:"icon-error"}},[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Password expired"))+"\n\t\t\t\t\t")]):t._e()]:t._e(),t._v(" "),t.canTogglePasswordProtectedByTalkAvailable?i("NcCheckboxRadioSwitch",{attrs:{checked:t.isPasswordProtectedByTalk},on:{"update:checked":[function(e){t.isPasswordProtectedByTalk=e},t.onPasswordProtectedByTalkChange]}},[t._v("\n\t\t\t\t\t"+t._s(t.t("files_sharing","Video verification"))+"\n\t\t\t\t")]):t._e(),t._v(" "),i("NcCheckboxRadioSwitch",{attrs:{checked:t.hasExpirationDate,disabled:t.isExpiryDateEnforced},on:{"update:checked":function(e){t.hasExpirationDate=e}}},[t._v("\n\t\t\t\t\t"+t._s(t.isExpiryDateEnforced?t.t("files_sharing","Expiration date (enforced)"):t.t("files_sharing","Set expiration date"))+"\n\t\t\t\t")]),t._v(" "),t.hasExpirationDate?i("NcDateTimePickerNative",{attrs:{id:"share-date-picker",value:new Date(null!==(e=t.share.expireDate)&&void 0!==e?e:t.dateTomorrow),min:t.dateTomorrow,max:t.maxExpirationDateEnforced,"hide-label":!0,placeholder:t.t("files_sharing","Expiration date"),type:"date"},on:{input:t.onExpirationChange}}):t._e(),t._v(" "),t.isPublicShare?i("NcCheckboxRadioSwitch",{attrs:{disabled:t.canChangeHideDownload,checked:t.share.hideDownload},on:{"update:checked":[function(e){return t.$set(t.share,"hideDownload",e)},function(e){return t.queueUpdate("hideDownload")}]}},[t._v("\n\t\t\t\t\t"+t._s(t.t("files_sharing","Hide download"))+"\n\t\t\t\t")]):t._e(),t._v(" "),t.isPublicShare?t._e():i("NcCheckboxRadioSwitch",{attrs:{disabled:!t.canSetDownload,checked:t.canDownload},on:{"update:checked":function(e){t.canDownload=e}}},[t._v("\n\t\t\t\t\t"+t._s(t.t("files_sharing","Allow download"))+"\n\t\t\t\t")]),t._v(" "),i("NcCheckboxRadioSwitch",{attrs:{checked:t.writeNoteToRecipientIsChecked},on:{"update:checked":function(e){t.writeNoteToRecipientIsChecked=e}}},[t._v("\n\t\t\t\t\t"+t._s(t.t("files_sharing","Note to recipient"))+"\n\t\t\t\t")]),t._v(" "),t.writeNoteToRecipientIsChecked?[i("label",{attrs:{for:"share-note-textarea"}},[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Enter a note for the share recipient"))+"\n\t\t\t\t\t")]),t._v(" "),i("textarea",{attrs:{id:"share-note-textarea"},domProps:{value:t.share.note},on:{input:function(e){t.share.note=e.target.value}}})]:t._e(),t._v(" "),i("NcCheckboxRadioSwitch",{attrs:{checked:t.setCustomPermissions},on:{"update:checked":function(e){t.setCustomPermissions=e}}},[t._v("\n\t\t\t\t\t"+t._s(t.t("files_sharing","Custom permissions"))+"\n\t\t\t\t")]),t._v(" "),t.setCustomPermissions?i("section",{staticClass:"custom-permissions-group"},[i("NcCheckboxRadioSwitch",{attrs:{disabled:!t.canRemoveReadPermission,checked:t.hasRead},on:{"update:checked":function(e){t.hasRead=e}}},[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Read"))+"\n\t\t\t\t\t")]),t._v(" "),t.isFolder?i("NcCheckboxRadioSwitch",{attrs:{disabled:!t.canSetCreate,checked:t.canCreate},on:{"update:checked":function(e){t.canCreate=e}}},[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Create"))+"\n\t\t\t\t\t")]):t._e(),t._v(" "),i("NcCheckboxRadioSwitch",{attrs:{disabled:!t.canSetEdit,checked:t.canEdit},on:{"update:checked":function(e){t.canEdit=e}}},[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Update"))+"\n\t\t\t\t\t")]),t._v(" "),t.config.isResharingAllowed&&t.share.type!==t.SHARE_TYPES.SHARE_TYPE_LINK?i("NcCheckboxRadioSwitch",{attrs:{disabled:!t.canSetReshare,checked:t.canReshare},on:{"update:checked":function(e){t.canReshare=e}}},[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Share"))+"\n\t\t\t\t\t")]):t._e(),t._v(" "),i("NcCheckboxRadioSwitch",{attrs:{disabled:!t.canSetDelete,checked:t.canDelete},on:{"update:checked":function(e){t.canDelete=e}}},[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Delete"))+"\n\t\t\t\t\t")])],1):t._e()],2)]):t._e()]),t._v(" "),i("div",{staticClass:"sharingTabDetailsView__footer"},[i("div",{staticClass:"sharingTabDetailsView__delete"},[t.isNewShare?t._e():i("NcButton",{attrs:{"aria-label":t.t("files_sharing","Delete share"),disabled:!1,readonly:!1,type:"tertiary"},on:{click:function(e){return e.preventDefault(),t.removeShare.apply(null,arguments)}},scopedSlots:t._u([{key:"icon",fn:function(){return[i("CloseIcon",{attrs:{size:16}})]},proxy:!0}],null,!1,2746485232)},[t._v("\n\t\t\t\t"+t._s(t.t("files_sharing","Delete share"))+"\n\t\t\t")])],1),t._v(" "),i("div",{staticClass:"button-group"},[i("NcButton",{on:{click:function(e){return t.$emit("close-sharing-details")}}},[t._v("\n\t\t\t\t"+t._s(t.t("files_sharing","Cancel"))+"\n\t\t\t")]),t._v(" "),i("NcButton",{attrs:{type:"primary"},on:{click:t.saveShare}},[t._v("\n\t\t\t\t"+t._s(t.shareButtonText)+"\n\t\t\t")])],1)])])}),[],!1,null,"09c353d5",null).exports;var Tt=s(25108);const Dt={name:"SharingTab",components:{NcAvatar:l(),CollectionList:n.G,SharingEntryInternal:Z,SharingEntrySimple:U,SharingInherited:ye,SharingInput:re,SharingLinkList:ze,SharingList:st,SharingDetailsTab:Pt},mixins:[_],data:()=>({config:new u,deleteEvent:null,error:"",expirationInterval:null,loading:!0,fileInfo:null,reshare:null,sharedWithMe:{},shares:[],linkShares:[],sections:OCA.Sharing.ShareTabSections.getSections(),projectsEnabled:(0,d.j)("core","projects_enabled",!1),showSharingDetailsView:!1,shareDetailsData:{}}),computed:{isSharedWithMe(){return Object.keys(this.sharedWithMe).length>0},canReshare(){return!!(this.fileInfo.permissions&OC.PERMISSION_SHARE)||!!(this.reshare&&this.reshare.hasSharePermission&&this.config.isResharingAllowed)}},methods:{async update(e){this.fileInfo=e,this.resetState(),this.getShares()},async getShares(){try{this.loading=!0;const e=(0,o.generateOcsUrl)("apps/files_sharing/api/v1/shares"),t="json",i=(this.fileInfo.path+"/"+this.fileInfo.name).replace("//","/"),s=c.Z.get(e,{params:{format:t,path:i,reshares:!0}}),a=c.Z.get(e,{params:{format:t,path:i,shared_with_me:!0}}),[r,n]=await Promise.all([s,a]);this.loading=!1,this.processSharedWithMe(n),this.processShares(r)}catch(a){var e,i,s;null!==(e=a.response.data)&&void 0!==e&&null!==(i=e.ocs)&&void 0!==i&&null!==(s=i.meta)&&void 0!==s&&s.message?this.error=a.response.data.ocs.meta.message:this.error=t("files_sharing","Unable to load the shares list"),this.loading=!1,Tt.error("Error loading the shares list",a)}},resetState(){clearInterval(this.expirationInterval),this.loading=!0,this.error="",this.sharedWithMe={},this.shares=[],this.linkShares=[],this.showSharingDetailsView=!1,this.shareDetailsData={}},updateExpirationSubtitle(e){const i=moment(e.expireDate).unix();this.$set(this.sharedWithMe,"subtitle",t("files_sharing","Expires {relativetime}",{relativetime:OC.Util.relativeModifiedDate(1e3*i)})),moment().unix()>i&&(clearInterval(this.expirationInterval),this.$set(this.sharedWithMe,"subtitle",t("files_sharing","this share just expired.")))},processShares(e){let{data:t}=e;if(t.ocs&&t.ocs.data&&t.ocs.data.length>0){const e=t.ocs.data.map((e=>new f(e))).sort(((e,t)=>t.createdTime-e.createdTime));this.linkShares=e.filter((e=>e.type===this.SHARE_TYPES.SHARE_TYPE_LINK||e.type===this.SHARE_TYPES.SHARE_TYPE_EMAIL)),this.shares=e.filter((e=>e.type!==this.SHARE_TYPES.SHARE_TYPE_LINK&&e.type!==this.SHARE_TYPES.SHARE_TYPE_EMAIL)),Tt.debug("Processed",this.linkShares.length,"link share(s)"),Tt.debug("Processed",this.shares.length,"share(s)")}},processSharedWithMe(e){let{data:i}=e;if(i.ocs&&i.ocs.data&&i.ocs.data[0]){const e=new f(i),s=function(e){return e.type===A.D.SHARE_TYPE_GROUP?t("files_sharing","Shared with you and the group {group} by {owner}",{group:e.shareWithDisplayName,owner:e.ownerDisplayName},void 0,{escape:!1}):e.type===A.D.SHARE_TYPE_CIRCLE?t("files_sharing","Shared with you and {circle} by {owner}",{circle:e.shareWithDisplayName,owner:e.ownerDisplayName},void 0,{escape:!1}):e.type===A.D.SHARE_TYPE_ROOM?e.shareWithDisplayName?t("files_sharing","Shared with you and the conversation {conversation} by {owner}",{conversation:e.shareWithDisplayName,owner:e.ownerDisplayName},void 0,{escape:!1}):t("files_sharing","Shared with you in a conversation by {owner}",{owner:e.ownerDisplayName},void 0,{escape:!1}):t("files_sharing","Shared with you by {owner}",{owner:e.ownerDisplayName},void 0,{escape:!1})}(e),a=e.ownerDisplayName,r=e.owner;this.sharedWithMe={displayName:a,title:s,user:r},this.reshare=e,e.expireDate&&moment(e.expireDate).unix()>moment().unix()&&(this.updateExpirationSubtitle(e),this.expirationInterval=setInterval(this.updateExpirationSubtitle,1e4,e))}else this.fileInfo&&void 0!==this.fileInfo.shareOwnerId&&this.fileInfo.shareOwnerId!==OC.currentUser&&(this.sharedWithMe={displayName:this.fileInfo.shareOwner,title:t("files_sharing","Shared with you by {owner}",{owner:this.fileInfo.shareOwner},void 0,{escape:!1}),user:this.fileInfo.shareOwnerId})},addShare(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:()=>{};e.type===this.SHARE_TYPES.SHARE_TYPE_EMAIL?this.linkShares.unshift(e):this.shares.unshift(e),this.awaitForShare(e,t)},removeShare(e){const t=e.type===this.SHARE_TYPES.SHARE_TYPE_EMAIL||e.type===this.SHARE_TYPES.SHARE_TYPE_LINK?this.linkShares:this.shares,i=t.findIndex((t=>t.id===e.id));-1!==i&&t.splice(i,1)},awaitForShare(e,t){this.$nextTick((()=>{let i=this.$refs.shareList;e.type===this.SHARE_TYPES.SHARE_TYPE_EMAIL&&(i=this.$refs.linkShareList);const s=i.$children.find((t=>t.share===e));s&&t(s)}))},toggleShareDetailsView(e){e&&(this.shareDetailsData=e),this.showSharingDetailsView=!this.showSharingDetailsView}}},kt=Dt;var Rt=s(1395),It={};It.styleTagTransform=L(),It.setAttributes=R(),It.insert=D().bind(null,"head"),It.domAPI=P(),It.insertStyleElement=N(),b()(Rt.Z,It),Rt.Z&&Rt.Z.locals&&Rt.Z.locals;const Nt=(0,B.Z)(kt,(function(){var e=this,t=e._self._c;return t("div",{staticClass:"sharingTab",class:{"icon-loading":e.loading}},[e.error?t("div",{staticClass:"emptycontent",class:{emptyContentWithSections:e.sections.length>0}},[t("div",{staticClass:"icon icon-error"}),e._v(" "),t("h2",[e._v(e._s(e.error))])]):e._e(),e._v(" "),e.showSharingDetailsView?t("SharingDetailsTab",{attrs:{"file-info":e.shareDetailsData.fileInfo,share:e.shareDetailsData.share},on:{"close-sharing-details":e.toggleShareDetailsView,"add:share":e.addShare,"remove:share":e.removeShare}}):[t("div",{staticClass:"sharingTab__content"},[e.isSharedWithMe?t("SharingEntrySimple",e._b({staticClass:"sharing-entry__reshare",scopedSlots:e._u([{key:"avatar",fn:function(){return[t("NcAvatar",{staticClass:"sharing-entry__avatar",attrs:{user:e.sharedWithMe.user,"display-name":e.sharedWithMe.displayName}})]},proxy:!0}],null,!1,3197855346)},"SharingEntrySimple",e.sharedWithMe,!1)):e._e(),e._v(" "),e.loading?e._e():t("SharingInput",{attrs:{"can-reshare":e.canReshare,"file-info":e.fileInfo,"link-shares":e.linkShares,reshare:e.reshare,shares:e.shares},on:{"open-sharing-details":e.toggleShareDetailsView}}),e._v(" "),e.loading?e._e():t("SharingLinkList",{ref:"linkShareList",attrs:{"can-reshare":e.canReshare,"file-info":e.fileInfo,shares:e.linkShares},on:{"open-sharing-details":e.toggleShareDetailsView}}),e._v(" "),e.loading?e._e():t("SharingList",{ref:"shareList",attrs:{shares:e.shares,"file-info":e.fileInfo},on:{"open-sharing-details":e.toggleShareDetailsView}}),e._v(" "),e.canReshare&&!e.loading?t("SharingInherited",{attrs:{"file-info":e.fileInfo}}):e._e(),e._v(" "),t("SharingEntryInternal",{attrs:{"file-info":e.fileInfo}}),e._v(" "),e.projectsEnabled&&e.fileInfo?t("CollectionList",{attrs:{id:"".concat(e.fileInfo.id),type:"file",name:e.fileInfo.name}}):e._e()],1),e._v(" "),e._l(e.sections,(function(i,s){return t("div",{key:s,ref:"section-"+s,refInFor:!0,staticClass:"sharingTab__additionalContent"},[t(i(e.$refs["section-"+s],e.fileInfo),{tag:"component",attrs:{"file-info":e.fileInfo}})],1)}))]],2)}),[],!1,null,"7e41779f",null).exports;var Ot=s(25108);var Lt=s(25108);var Yt=s(25108);var Ht=s(44582);window.OCA.Sharing||(window.OCA.Sharing={}),Object.assign(window.OCA.Sharing,{ShareSearch:new class{constructor(){var e,t,i;e=this,i=void 0,(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var i=e[Symbol.toPrimitive];if(void 0!==i){var s=i.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:String(t)}(t="_state"))in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,this._state={},this._state.results=[],Ot.debug("OCA.Sharing.ShareSearch initialized")}get state(){return this._state}addNewResult(e){return""!==e.displayName.trim()&&"function"==typeof e.handler?(this._state.results.push(e),!0):(Ot.error("Invalid search result provided",e),!1)}}}),Object.assign(window.OCA.Sharing,{ExternalLinkActions:new class{constructor(){var e,t,i;e=this,i=void 0,(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var i=e[Symbol.toPrimitive];if(void 0!==i){var s=i.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:String(t)}(t="_state"))in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,this._state={},this._state.actions=[],Lt.debug("OCA.Sharing.ExternalLinkActions initialized")}get state(){return this._state}registerAction(e){return OC.debug&&Lt.warn("OCA.Sharing.ExternalLinkActions is deprecated, use OCA.Sharing.ExternalShareAction instead"),"object"==typeof e&&e.icon&&e.name&&e.url?(this._state.actions.push(e),!0):(Lt.error("Invalid action provided",e),!1)}}}),Object.assign(window.OCA.Sharing,{ExternalShareActions:new class{constructor(){var e,t,i;e=this,i=void 0,(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var i=e[Symbol.toPrimitive];if(void 0!==i){var s=i.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:String(t)}(t="_state"))in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,this._state={},this._state.actions=[],Yt.debug("OCA.Sharing.ExternalShareActions initialized")}get state(){return this._state}registerAction(e){return"object"==typeof e&&"string"==typeof e.id&&"function"==typeof e.data&&Array.isArray(e.shareType)&&"object"==typeof e.handlers&&Object.values(e.handlers).every((e=>"function"==typeof e))?this._state.actions.findIndex((t=>t.id===e.id))>-1?(Yt.error("An action with the same id ".concat(e.id," already exists"),e),!1):(this._state.actions.push(e),!0):(Yt.error("Invalid action provided",e),!1)}}}),Object.assign(window.OCA.Sharing,{ShareTabSections:new class{constructor(){var e,t,i;e=this,i=void 0,(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var i=e[Symbol.toPrimitive];if(void 0!==i){var s=i.call(e,"string");if("object"!=typeof s)return s;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==typeof t?t:String(t)}(t="_sections"))in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,this._sections=[]}registerSection(e){this._sections.push(e)}getSections(){return this._sections}}}),a.default.prototype.t=r.Iu,a.default.prototype.n=r.uN;const Bt=a.default.extend(Nt);let Ut=null;window.addEventListener("DOMContentLoaded",(function(){OCA.Files&&OCA.Files.Sidebar&&OCA.Files.Sidebar.registerTab(new OCA.Files.Sidebar.Tab({id:"sharing",name:(0,r.Iu)("files_sharing","Sharing"),iconSvg:Ht,async mount(e,t,i){Ut&&Ut.$destroy(),Ut=new Bt({parent:i}),await Ut.update(t),Ut.$mount(e)},update(e){Ut.update(e)},destroy(){Ut.$destroy(),Ut=null}}))}))},30400:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".sharing-entry[data-v-7bfd2f06]{display:flex;align-items:center;height:44px}.sharing-entry__summary[data-v-7bfd2f06]{padding:8px;display:flex;flex-direction:column;justify-content:center;width:80%;min-width:80%}.sharing-entry__summary__desc[data-v-7bfd2f06]{display:inline-block;padding-bottom:0;line-height:1.2em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sharing-entry__summary__desc p[data-v-7bfd2f06],.sharing-entry__summary__desc small[data-v-7bfd2f06]{color:var(--color-text-maxcontrast)}.sharing-entry__summary__desc-unique[data-v-7bfd2f06]{color:var(--color-text-maxcontrast)}","",{version:3,sources:["webpack://./apps/files_sharing/src/components/SharingEntry.vue"],names:[],mappings:"AACA,gCACC,YAAA,CACA,kBAAA,CACA,WAAA,CAEA,yCACC,WAAA,CACA,YAAA,CACA,qBAAA,CACA,sBAAA,CACA,SAAA,CACA,aAAA,CAEA,+CACC,oBAAA,CACA,gBAAA,CACA,iBAAA,CACA,kBAAA,CACA,eAAA,CACA,sBAAA,CAEA,sGAEC,mCAAA,CAGD,sDACC,mCAAA",sourcesContent:["\n.sharing-entry {\n\tdisplay: flex;\n\talign-items: center;\n\theight: 44px;\n\n\t&__summary {\n\t\tpadding: 8px;\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\tjustify-content: center;\n\t\twidth: 80%;\n\t\tmin-width: 80%;\n\n\t\t&__desc {\n\t\t\tdisplay: inline-block;\n\t\t\tpadding-bottom: 0;\n\t\t\tline-height: 1.2em;\n\t\t\twhite-space: nowrap;\n\t\t\toverflow: hidden;\n\t\t\ttext-overflow: ellipsis;\n\n\t\t\tp,\n\t\t\tsmall {\n\t\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t\t}\n\n\t\t\t&-unique {\n\t\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t\t}\n\t\t}\n\t}\n\n}\n"],sourceRoot:""}]);const o=n},35979:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".sharing-entry[data-v-283ca89e]{display:flex;align-items:center;height:44px}.sharing-entry__desc[data-v-283ca89e]{display:flex;flex-direction:column;justify-content:space-between;padding:8px;padding-left:10px;line-height:1.2em}.sharing-entry__desc p[data-v-283ca89e]{color:var(--color-text-maxcontrast)}.sharing-entry__actions[data-v-283ca89e]{margin-left:auto}","",{version:3,sources:["webpack://./apps/files_sharing/src/components/SharingEntryInherited.vue"],names:[],mappings:"AACA,gCACC,YAAA,CACA,kBAAA,CACA,WAAA,CACA,sCACC,YAAA,CACA,qBAAA,CACA,6BAAA,CACA,WAAA,CACA,iBAAA,CACA,iBAAA,CACA,wCACC,mCAAA,CAGF,yCACC,gBAAA",sourcesContent:["\n.sharing-entry {\n\tdisplay: flex;\n\talign-items: center;\n\theight: 44px;\n\t&__desc {\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\tjustify-content: space-between;\n\t\tpadding: 8px;\n\t\tpadding-left: 10px;\n\t\tline-height: 1.2em;\n\t\tp {\n\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t}\n\t}\n\t&__actions {\n\t\tmargin-left: auto;\n\t}\n}\n"],sourceRoot:""}]);const o=n},36522:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".sharing-entry__internal .avatar-external[data-v-71a426be]{width:32px;height:32px;line-height:32px;font-size:18px;background-color:var(--color-text-maxcontrast);border-radius:50%;flex-shrink:0}.sharing-entry__internal .icon-checkmark-color[data-v-71a426be]{opacity:1}","",{version:3,sources:["webpack://./apps/files_sharing/src/components/SharingEntryInternal.vue"],names:[],mappings:"AAEC,2DACC,UAAA,CACA,WAAA,CACA,gBAAA,CACA,cAAA,CACA,8CAAA,CACA,iBAAA,CACA,aAAA,CAED,gEACC,SAAA",sourcesContent:["\n.sharing-entry__internal {\n\t.avatar-external {\n\t\twidth: 32px;\n\t\theight: 32px;\n\t\tline-height: 32px;\n\t\tfont-size: 18px;\n\t\tbackground-color: var(--color-text-maxcontrast);\n\t\tborder-radius: 50%;\n\t\tflex-shrink: 0;\n\t}\n\t.icon-checkmark-color {\n\t\topacity: 1;\n\t}\n}\n"],sourceRoot:""}]);const o=n},28377:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".sharing-entry[data-v-cc82d906]{display:flex;align-items:center;min-height:44px}.sharing-entry__summary[data-v-cc82d906]{padding:8px;padding-left:10px;display:flex;justify-content:space-between;width:80%;min-width:80%}.sharing-entry__summary__desc[data-v-cc82d906]{display:flex;flex-direction:column;line-height:1.2em}.sharing-entry__summary__desc p[data-v-cc82d906]{color:var(--color-text-maxcontrast)}.sharing-entry__summary__desc__title[data-v-cc82d906]{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sharing-entry:not(.sharing-entry--share) .sharing-entry__actions .new-share-link[data-v-cc82d906]{border-top:1px solid var(--color-border)}.sharing-entry[data-v-cc82d906] .avatar-link-share{background-color:var(--color-primary-element)}.sharing-entry .sharing-entry__action--public-upload[data-v-cc82d906]{border-bottom:1px solid var(--color-border)}.sharing-entry__loading[data-v-cc82d906]{width:44px;height:44px;margin:0;padding:14px;margin-left:auto}.sharing-entry .action-item~.action-item[data-v-cc82d906],.sharing-entry .action-item~.sharing-entry__loading[data-v-cc82d906]{margin-left:0}.sharing-entry .icon-checkmark-color[data-v-cc82d906]{opacity:1}","",{version:3,sources:["webpack://./apps/files_sharing/src/components/SharingEntryLink.vue"],names:[],mappings:"AACA,gCACC,YAAA,CACA,kBAAA,CACA,eAAA,CAEA,yCACC,WAAA,CACA,iBAAA,CACA,YAAA,CACA,6BAAA,CACA,SAAA,CACA,aAAA,CAEA,+CACC,YAAA,CACA,qBAAA,CACA,iBAAA,CAEA,iDACC,mCAAA,CAGD,sDACC,sBAAA,CACA,eAAA,CACA,kBAAA,CAOF,mGACC,wCAAA,CAIF,mDACC,6CAAA,CAGD,sEACC,2CAAA,CAGD,yCACC,UAAA,CACA,WAAA,CACA,QAAA,CACA,YAAA,CACA,gBAAA,CAOA,+HAEC,aAAA,CAIF,sDACC,SAAA",sourcesContent:["\n.sharing-entry {\n\tdisplay: flex;\n\talign-items: center;\n\tmin-height: 44px;\n\n\t&__summary {\n\t\tpadding: 8px;\n\t\tpadding-left: 10px;\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\t\twidth: 80%;\n\t\tmin-width: 80%;\n\n\t\t&__desc {\n\t\t\tdisplay: flex;\n\t\t\tflex-direction: column;\n\t\t\tline-height: 1.2em;\n\n\t\t\tp {\n\t\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t\t}\n\n\t\t\t&__title {\n\t\t\t\ttext-overflow: ellipsis;\n\t\t\t\toverflow: hidden;\n\t\t\t\twhite-space: nowrap;\n\t\t\t}\n\t\t}\n\n\t}\n\n\t&:not(.sharing-entry--share) &__actions {\n\t\t.new-share-link {\n\t\t\tborder-top: 1px solid var(--color-border);\n\t\t}\n\t}\n\n\t::v-deep .avatar-link-share {\n\t\tbackground-color: var(--color-primary-element);\n\t}\n\n\t.sharing-entry__action--public-upload {\n\t\tborder-bottom: 1px solid var(--color-border);\n\t}\n\n\t&__loading {\n\t\twidth: 44px;\n\t\theight: 44px;\n\t\tmargin: 0;\n\t\tpadding: 14px;\n\t\tmargin-left: auto;\n\t}\n\n\t// put menus to the left\n\t// but only the first one\n\t.action-item {\n\n\t\t~.action-item,\n\t\t~.sharing-entry__loading {\n\t\t\tmargin-left: 0;\n\t\t}\n\t}\n\n\t.icon-checkmark-color {\n\t\topacity: 1;\n\t}\n}\n"],sourceRoot:""}]);const o=n},17719:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".share-select[data-v-d960cabe]{position:relative;cursor:pointer}.share-select .trigger-text[data-v-d960cabe]{display:flex;flex-direction:row;align-items:center;font-size:12.5px;gap:2px;color:var(--color-primary-element)}.share-select .share-select-dropdown[data-v-d960cabe]{position:absolute;display:flex;flex-direction:column;top:100%;left:0;background-color:var(--color-main-background);border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.2);border:1px solid var(--color-border);padding:4px 0;z-index:1}.share-select .share-select-dropdown .dropdown-item[data-v-d960cabe]{padding:8px;font-size:12px;background:none;border:none;border-radius:0;font:inherit;cursor:pointer;color:inherit;outline:none;width:100%;white-space:nowrap;text-align:left}.share-select .share-select-dropdown .dropdown-item[data-v-d960cabe]:hover{background-color:var(--color-background-dark)}.share-select .share-select-dropdown .dropdown-item.selected[data-v-d960cabe]{background-color:var(--color-background-dark)}.share-select .share-select-dropdown[data-v-d960cabe]{max-height:0;overflow:hidden;transition:max-height .3s ease}.share-select.active .share-select-dropdown[data-v-d960cabe]{max-height:200px}","",{version:3,sources:["webpack://./apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue"],names:[],mappings:"AACA,+BACC,iBAAA,CACA,cAAA,CAEA,6CACC,YAAA,CACA,kBAAA,CACA,kBAAA,CACA,gBAAA,CACA,OAAA,CACA,kCAAA,CAGD,sDACC,iBAAA,CACA,YAAA,CACA,qBAAA,CACA,QAAA,CACA,MAAA,CACA,6CAAA,CACA,iBAAA,CACA,mCAAA,CACA,oCAAA,CACA,aAAA,CACA,SAAA,CAEA,qEACC,WAAA,CACA,cAAA,CACA,eAAA,CACA,WAAA,CACA,eAAA,CACA,YAAA,CACA,cAAA,CACA,aAAA,CACA,YAAA,CACA,UAAA,CACA,kBAAA,CACA,eAAA,CAEA,2EACC,6CAAA,CAGD,8EACC,6CAAA,CAMH,sDACC,YAAA,CACA,eAAA,CACA,8BAAA,CAGD,6DACC,gBAAA",sourcesContent:["\n.share-select {\n\tposition: relative;\n\tcursor: pointer;\n\n\t.trigger-text {\n\t\tdisplay: flex;\n\t\tflex-direction: row;\n\t\talign-items: center;\n\t\tfont-size: 12.5px;\n\t\tgap: 2px;\n\t\tcolor: var(--color-primary-element);\n\t}\n\n\t.share-select-dropdown {\n\t\tposition: absolute;\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\ttop: 100%;\n\t\tleft: 0;\n\t\tbackground-color: var(--color-main-background);\n\t\tborder-radius: 8px;\n\t\tbox-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);\n\t\tborder: 1px solid var(--color-border);\n\t\tpadding: 4px 0;\n\t\tz-index: 1;\n\n\t\t.dropdown-item {\n\t\t\tpadding: 8px;\n\t\t\tfont-size: 12px;\n\t\t\tbackground: none;\n\t\t\tborder: none;\n\t\t\tborder-radius: 0;\n\t\t\tfont: inherit;\n\t\t\tcursor: pointer;\n\t\t\tcolor: inherit;\n\t\t\toutline: none;\n\t\t\twidth: 100%;\n\t\t\twhite-space: nowrap;\n\t\t\ttext-align: left;\n\n\t\t\t&:hover {\n\t\t\t\tbackground-color: var(--color-background-dark);\n\t\t\t}\n\n\t\t\t&.selected {\n\t\t\t\tbackground-color: var(--color-background-dark);\n\t\t\t}\n\t\t}\n\t}\n\n\t/* Optional: Add a transition effect for smoother dropdown animation */\n\t.share-select-dropdown {\n\t\tmax-height: 0;\n\t\toverflow: hidden;\n\t\ttransition: max-height 0.3s ease;\n\t}\n\n\t&.active .share-select-dropdown {\n\t\tmax-height: 200px;\n\t\t/* Adjust the value to your desired height */\n\t}\n}\n"],sourceRoot:""}]);const o=n},31277:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".sharing-entry[data-v-1852ea78]{display:flex;align-items:center;min-height:44px}.sharing-entry__desc[data-v-1852ea78]{padding:8px;padding-left:10px;line-height:1.2em;position:relative;flex:1 1;min-width:0}.sharing-entry__desc p[data-v-1852ea78]{color:var(--color-text-maxcontrast)}.sharing-entry__title[data-v-1852ea78]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:inherit}.sharing-entry__actions[data-v-1852ea78]{margin-left:auto !important}","",{version:3,sources:["webpack://./apps/files_sharing/src/components/SharingEntrySimple.vue"],names:[],mappings:"AACA,gCACC,YAAA,CACA,kBAAA,CACA,eAAA,CACA,sCACC,WAAA,CACA,iBAAA,CACA,iBAAA,CACA,iBAAA,CACA,QAAA,CACA,WAAA,CACA,wCACC,mCAAA,CAGF,uCACC,kBAAA,CACA,sBAAA,CACA,eAAA,CACA,iBAAA,CAED,yCACC,2BAAA",sourcesContent:["\n.sharing-entry {\n\tdisplay: flex;\n\talign-items: center;\n\tmin-height: 44px;\n\t&__desc {\n\t\tpadding: 8px;\n\t\tpadding-left: 10px;\n\t\tline-height: 1.2em;\n\t\tposition: relative;\n\t\tflex: 1 1;\n\t\tmin-width: 0;\n\t\tp {\n\t\t\tcolor: var(--color-text-maxcontrast);\n\t\t}\n\t}\n\t&__title {\n\t\twhite-space: nowrap;\n\t\ttext-overflow: ellipsis;\n\t\toverflow: hidden;\n\t\tmax-width: inherit;\n\t}\n\t&__actions {\n\t\tmargin-left: auto !important;\n\t}\n}\n"],sourceRoot:""}]);const o=n},23114:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".sharing-search{display:flex;flex-direction:column;margin-bottom:4px}.sharing-search label[for=sharing-search-input]{margin-bottom:2px}.sharing-search__input{width:100%;margin:10px 0}.vs__dropdown-menu span[lookup] .avatardiv{background-image:var(--icon-search-white);background-repeat:no-repeat;background-position:center;background-color:var(--color-text-maxcontrast) !important}.vs__dropdown-menu span[lookup] .avatardiv div{display:none}","",{version:3,sources:["webpack://./apps/files_sharing/src/components/SharingInput.vue"],names:[],mappings:"AACA,gBACC,YAAA,CACA,qBAAA,CACA,iBAAA,CAEA,gDACC,iBAAA,CAGD,uBACC,UAAA,CACA,aAAA,CAOA,2CACC,yCAAA,CACA,2BAAA,CACA,0BAAA,CACA,yDAAA,CACA,+CACC,YAAA",sourcesContent:['\n.sharing-search {\n\tdisplay: flex;\n\tflex-direction: column;\n\tmargin-bottom: 4px;\n\n\tlabel[for="sharing-search-input"] {\n\t\tmargin-bottom: 2px;\n\t}\n\n\t&__input {\n\t\twidth: 100%;\n\t\tmargin: 10px 0;\n\t}\n}\n\n.vs__dropdown-menu {\n\t// properly style the lookup entry\n\tspan[lookup] {\n\t\t.avatardiv {\n\t\t\tbackground-image: var(--icon-search-white);\n\t\t\tbackground-repeat: no-repeat;\n\t\t\tbackground-position: center;\n\t\t\tbackground-color: var(--color-text-maxcontrast) !important;\n\t\t\tdiv {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t}\n\t}\n}\n'],sourceRoot:""}]);const o=n},28835:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".sharingTabDetailsView[data-v-09c353d5]{display:flex;flex-direction:column;width:100%;margin:0 auto;position:relative;height:100%;overflow:hidden}.sharingTabDetailsView__header[data-v-09c353d5]{display:flex;align-items:center;box-sizing:border-box;margin:.2em}.sharingTabDetailsView__header span[data-v-09c353d5]{display:flex;align-items:center}.sharingTabDetailsView__header span h1[data-v-09c353d5]{font-size:15px;padding-left:.3em}.sharingTabDetailsView__wrapper[data-v-09c353d5]{overflow:scroll;flex-shrink:1;padding:4px;padding-right:12px}.sharingTabDetailsView__quick-permissions[data-v-09c353d5]{display:flex;justify-content:center;width:100%;margin:0 auto;border-radius:0}.sharingTabDetailsView__quick-permissions div[data-v-09c353d5]{width:100%}.sharingTabDetailsView__quick-permissions div span[data-v-09c353d5]{width:100%}.sharingTabDetailsView__quick-permissions div span span[data-v-09c353d5]:nth-child(1){align-items:center;justify-content:center;color:var(--color-primary-element);padding:.1em}.sharingTabDetailsView__quick-permissions div span[data-v-09c353d5] label{display:flex;flex-wrap:wrap}.sharingTabDetailsView__quick-permissions div span[data-v-09c353d5] label span{display:flex}.sharingTabDetailsView__quick-permissions div span[data-v-09c353d5] label span:first-of-type{flex:10%}.sharingTabDetailsView__quick-permissions div span[data-v-09c353d5] label span:last-of-type{flex:90%}.sharingTabDetailsView__quick-permissions div span[data-v-09c353d5] label small{padding-left:10%;flex-basis:100% !important}.sharingTabDetailsView__advanced-control[data-v-09c353d5]{width:100%}.sharingTabDetailsView__advanced-control button[data-v-09c353d5]{margin-top:.5em}.sharingTabDetailsView__advanced[data-v-09c353d5]{width:100%;margin-bottom:.5em;text-align:left;padding-left:0}.sharingTabDetailsView__advanced section textarea[data-v-09c353d5],.sharingTabDetailsView__advanced section div.mx-datepicker[data-v-09c353d5]{width:100%}.sharingTabDetailsView__advanced section textarea[data-v-09c353d5]{height:80px;margin:0}.sharingTabDetailsView__advanced section span[data-v-09c353d5] label{background-color:initial !important;border:none !important}.sharingTabDetailsView__advanced section section.custom-permissions-group[data-v-09c353d5]{padding-left:1.5em}.sharingTabDetailsView__footer[data-v-09c353d5]{width:100%;display:flex;position:sticky;bottom:0;flex-direction:column;justify-content:space-between;align-items:flex-start;background:linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--color-main-background))}.sharingTabDetailsView__footer>button[data-v-09c353d5]:first-child{color:#df0707;background-color:#f5f5f5}.sharingTabDetailsView__footer .button-group[data-v-09c353d5]{display:flex;justify-content:space-between;width:100%;margin-top:16px}.sharingTabDetailsView__footer .button-group button[data-v-09c353d5]{margin-left:16px}.sharingTabDetailsView__footer .button-group button[data-v-09c353d5]:first-child{margin-left:0}","",{version:3,sources:["webpack://./apps/files_sharing/src/views/SharingDetailsTab.vue"],names:[],mappings:"AACA,wCACC,YAAA,CACA,qBAAA,CACA,UAAA,CACA,aAAA,CACA,iBAAA,CACA,WAAA,CACA,eAAA,CAEA,gDACC,YAAA,CACA,kBAAA,CACA,qBAAA,CACA,WAAA,CAEA,qDACC,YAAA,CACA,kBAAA,CAEA,wDACC,cAAA,CACA,iBAAA,CAMH,iDACC,eAAA,CACA,aAAA,CACA,WAAA,CACA,kBAAA,CAGD,2DACC,YAAA,CACA,sBAAA,CACA,UAAA,CACA,aAAA,CACA,eAAA,CAEA,+DACC,UAAA,CAEA,oEACC,UAAA,CAEA,sFACC,kBAAA,CACA,sBAAA,CACA,kCAAA,CACA,YAAA,CAGD,0EACC,YAAA,CACA,cAAA,CAEA,+EACC,YAAA,CAEA,6FACC,QAAA,CAGD,4FACC,QAAA,CAIF,gFACC,gBAAA,CACA,0BAAA,CASL,0DACC,UAAA,CAEA,iEACC,eAAA,CAKF,kDACC,UAAA,CACA,kBAAA,CACA,eAAA,CACA,cAAA,CAIC,+IAEC,UAAA,CAGD,mEACC,WAAA,CACA,QAAA,CAaA,qEACC,mCAAA,CACA,sBAAA,CAIF,2FACC,kBAAA,CAKH,gDACC,UAAA,CACA,YAAA,CACA,eAAA,CACA,QAAA,CACA,qBAAA,CACA,6BAAA,CACA,sBAAA,CACA,2FAAA,CAEA,mEACC,aAAA,CACA,wBAAA,CAGD,8DACC,YAAA,CACA,6BAAA,CACA,UAAA,CACA,eAAA,CAEA,qEACC,gBAAA,CAEA,iFACC,aAAA",sourcesContent:["\n.sharingTabDetailsView {\n\tdisplay: flex;\n\tflex-direction: column;\n\twidth: 100%;\n\tmargin: 0 auto;\n\tposition: relative;\n\theight: 100%;\n\toverflow: hidden;\n\n\t&__header {\n\t\tdisplay: flex;\n\t\talign-items: center;\n\t\tbox-sizing: border-box;\n\t\tmargin: 0.2em;\n\n\t\tspan {\n\t\t\tdisplay: flex;\n\t\t\talign-items: center;\n\n\t\t\th1 {\n\t\t\t\tfont-size: 15px;\n\t\t\t\tpadding-left: 0.3em;\n\t\t\t}\n\n\t\t}\n\t}\n\n\t&__wrapper {\n\t\toverflow: scroll;\n\t\tflex-shrink: 1;\n\t\tpadding: 4px;\n\t\tpadding-right: 12px;\n\t}\n\n\t&__quick-permissions {\n\t\tdisplay: flex;\n\t\tjustify-content: center;\n\t\twidth: 100%;\n\t\tmargin: 0 auto;\n\t\tborder-radius: 0;\n\n\t\tdiv {\n\t\t\twidth: 100%;\n\n\t\t\tspan {\n\t\t\t\twidth: 100%;\n\n\t\t\t\tspan:nth-child(1) {\n\t\t\t\t\talign-items: center;\n\t\t\t\t\tjustify-content: center;\n\t\t\t\t\tcolor: var(--color-primary-element);\n\t\t\t\t\tpadding: 0.1em;\n\t\t\t\t}\n\n\t\t\t\t::v-deep label {\n\t\t\t\t\tdisplay: flex;\n\t\t\t\t\tflex-wrap: wrap;\n\n\t\t\t\t\tspan {\n\t\t\t\t\t\tdisplay: flex;\n\n\t\t\t\t\t\t&:first-of-type {\n\t\t\t\t\t\t\tflex: 10%;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t&:last-of-type {\n\t\t\t\t\t\t\tflex: 90%\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tsmall {\n\t\t\t\t\t\tpadding-left: 10%;\n\t\t\t\t\t\tflex-basis: 100% !important;\n\t\t\t\t\t}\n\n\t\t\t\t}\n\t\t\t}\n\n\t\t}\n\t}\n\n\t&__advanced-control {\n\t\twidth: 100%;\n\n\t\tbutton {\n\t\t\tmargin-top: 0.5em;\n\t\t}\n\n\t}\n\n\t&__advanced {\n\t\twidth: 100%;\n\t\tmargin-bottom: 0.5em;\n\t\ttext-align: left;\n\t\tpadding-left: 0;\n\n\t\tsection {\n\n\t\t\ttextarea,\n\t\t\tdiv.mx-datepicker {\n\t\t\t\twidth: 100%;\n\t\t\t}\n\n\t\t\ttextarea {\n\t\t\t\theight: 80px;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\t/*\n The following style is applied out of the component's scope\n to remove padding from the label.checkbox-radio-switch__label,\n which is used to group radio checkbox items. The use of ::v-deep\n ensures that the padding is modified without being affected by\n the component's scoping.\n Without this achieving left alignment for the checkboxes would not\n be possible.\n */\n\t\t\tspan {\n\t\t\t\t::v-deep label {\n\t\t\t\t\tbackground-color: initial !important;\n\t\t\t\t\tborder: none !important;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tsection.custom-permissions-group {\n\t\t\t\tpadding-left: 1.5em;\n\t\t\t}\n\t\t}\n\t}\n\n\t&__footer {\n\t\twidth: 100%;\n\t\tdisplay: flex;\n\t\tposition: sticky;\n\t\tbottom: 0;\n\t\tflex-direction: column;\n\t\tjustify-content: space-between;\n\t\talign-items: flex-start;\n\t\tbackground: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--color-main-background));\n\n\t\t>button:first-child {\n\t\t\tcolor: rgb(223, 7, 7);\n\t\t\tbackground-color: #f5f5f5;\n\t\t}\n\n\t\t.button-group {\n\t\t\tdisplay: flex;\n\t\t\tjustify-content: space-between;\n\t\t\twidth: 100%;\n\t\t\tmargin-top: 16px;\n\n\t\t\tbutton {\n\t\t\t\tmargin-left: 16px;\n\n\t\t\t\t&:first-child {\n\t\t\t\t\tmargin-left: 0;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}\n"],sourceRoot:""}]);const o=n},58670:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".sharing-entry__inherited .avatar-shared[data-v-05b67dc8]{width:32px;height:32px;line-height:32px;font-size:18px;background-color:var(--color-text-maxcontrast);border-radius:50%;flex-shrink:0}","",{version:3,sources:["webpack://./apps/files_sharing/src/views/SharingInherited.vue"],names:[],mappings:"AAEC,0DACC,UAAA,CACA,WAAA,CACA,gBAAA,CACA,cAAA,CACA,8CAAA,CACA,iBAAA,CACA,aAAA",sourcesContent:["\n.sharing-entry__inherited {\n\t.avatar-shared {\n\t\twidth: 32px;\n\t\theight: 32px;\n\t\tline-height: 32px;\n\t\tfont-size: 18px;\n\t\tbackground-color: var(--color-text-maxcontrast);\n\t\tborder-radius: 50%;\n\t\tflex-shrink: 0;\n\t}\n}\n"],sourceRoot:""}]);const o=n},1395:(e,t,i)=>{i.d(t,{Z:()=>o});var s=i(87537),a=i.n(s),r=i(23645),n=i.n(r)()(a());n.push([e.id,".emptyContentWithSections[data-v-7e41779f]{margin:1rem auto}.sharingTab[data-v-7e41779f]{position:relative;height:100%}.sharingTab__content[data-v-7e41779f]{padding:0 6px}.sharingTab__additionalContent[data-v-7e41779f]{margin:44px 0}","",{version:3,sources:["webpack://./apps/files_sharing/src/views/SharingTab.vue"],names:[],mappings:"AACA,2CACC,gBAAA,CAGD,6BACC,iBAAA,CACA,WAAA,CAEA,sCACC,aAAA,CAGD,gDACC,aAAA",sourcesContent:["\n.emptyContentWithSections {\n\tmargin: 1rem auto;\n}\n\n.sharingTab {\n\tposition: relative;\n\theight: 100%;\n\n\t&__content {\n\t\tpadding: 0 6px;\n\t}\n\n\t&__additionalContent {\n\t\tmargin: 44px 0;\n\t}\n}\n"],sourceRoot:""}]);const o=n}},r={};function n(e){var t=r[e];if(void 0!==t)return t.exports;var i=r[e]={id:e,loaded:!1,exports:{}};return a[e].call(i.exports,i,i.exports,n),i.loaded=!0,i.exports}n.m=a,e=[],n.O=(t,i,s,a)=>{if(!i){var r=1/0;for(c=0;c=a)&&Object.keys(n.O).every((e=>n.O[e](i[h])))?i.splice(h--,1):(o=!1,a0&&e[c-1][2]>a;c--)e[c]=e[c-1];e[c]=[i,s,a]},n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var i in t)n.o(t,i)&&!n.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},n.f={},n.e=e=>Promise.all(Object.keys(n.f).reduce(((t,i)=>(n.f[i](e,t),t)),[])),n.u=e=>e+"-"+e+".js?v=00434e4baa0d8e7b79f1",n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i={},s="nextcloud:",n.l=(e,t,a,r)=>{if(i[e])i[e].push(t);else{var o,h;if(void 0!==a)for(var l=document.getElementsByTagName("script"),c=0;c{o.onerror=o.onload=null,clearTimeout(u);var a=i[e];if(delete i[e],o.parentNode&&o.parentNode.removeChild(o),a&&a.forEach((e=>e(s))),t)return t(s)},u=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),h&&document.head.appendChild(o)}},n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),n.j=7870,(()=>{var e;n.g.importScripts&&(e=n.g.location+"");var t=n.g.document;if(!e&&t&&(t.currentScript&&(e=t.currentScript.src),!e)){var i=t.getElementsByTagName("script");i.length&&(e=i[i.length-1].src)}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),n.p=e})(),(()=>{n.b=document.baseURI||self.location.href;var e={7870:0};n.f.j=(t,i)=>{var s=n.o(e,t)?e[t]:void 0;if(0!==s)if(s)i.push(s[2]);else{var a=new Promise(((i,a)=>s=e[t]=[i,a]));i.push(s[2]=a);var r=n.p+n.u(t),o=new Error;n.l(r,(i=>{if(n.o(e,t)&&(0!==(s=e[t])&&(e[t]=void 0),s)){var a=i&&("load"===i.type?"missing":i.type),r=i&&i.target&&i.target.src;o.message="Loading chunk "+t+" failed.\n("+a+": "+r+")",o.name="ChunkLoadError",o.type=a,o.request=r,s[1](o)}}),"chunk-"+t,t)}},n.O.j=t=>0===e[t];var t=(t,i)=>{var s,a,r=i[0],o=i[1],h=i[2],l=0;if(r.some((t=>0!==e[t]))){for(s in o)n.o(o,s)&&(n.m[s]=o[s]);if(h)var c=h(n)}for(t&&t(i);ln(65e3)));o=n.O(o)})(); +//# sourceMappingURL=files_sharing-files_sharing_tab.js.map?v=47db669d3b8a05f2cd59 \ No newline at end of file diff --git a/dist/files_sharing-files_sharing_tab.js.map b/dist/files_sharing-files_sharing_tab.js.map index 19e0303375087..9afebd87081b7 100644 --- a/dist/files_sharing-files_sharing_tab.js.map +++ b/dist/files_sharing-files_sharing_tab.js.map @@ -1 +1 @@ -{"version":3,"file":"files_sharing-files_sharing_tab.js?v=29fb4173b94076b385ec","mappings":"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","sources":["webpack:///nextcloud/webpack/runtime/chunk loaded","webpack:///nextcloud/webpack/runtime/load script","webpack:///nextcloud/apps/files_sharing/src/services/ConfigService.js","webpack:///nextcloud/apps/files_sharing/src/models/Share.js","webpack:///nextcloud/apps/files_sharing/src/mixins/ShareTypes.js","webpack://nextcloud/./apps/files_sharing/src/components/SharingEntryInternal.vue?6c02","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntrySimple.vue","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntrySimple.vue?vue&type=script&lang=js","webpack://nextcloud/./apps/files_sharing/src/components/SharingEntrySimple.vue?9588","webpack://nextcloud/./apps/files_sharing/src/components/SharingEntrySimple.vue?cb12","webpack://nextcloud/./apps/files_sharing/src/components/SharingEntrySimple.vue?0c02","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntryInternal.vue","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntryInternal.vue?vue&type=script&lang=js","webpack://nextcloud/./apps/files_sharing/src/components/SharingEntryInternal.vue?07a0","webpack://nextcloud/./apps/files_sharing/src/components/SharingEntryInternal.vue?4c20","webpack://nextcloud/./apps/files_sharing/src/components/SharingInput.vue?65df","webpack:///nextcloud/apps/files_sharing/src/mixins/ShareRequests.js","webpack:///nextcloud/apps/files_sharing/src/mixins/ShareDetails.js","webpack:///nextcloud/apps/files_sharing/src/components/SharingInput.vue","webpack:///nextcloud/apps/files_sharing/src/components/SharingInput.vue?vue&type=script&lang=js","webpack://nextcloud/./apps/files_sharing/src/components/SharingInput.vue?b862","webpack://nextcloud/./apps/files_sharing/src/components/SharingInput.vue?3d7c","webpack://nextcloud/./apps/files_sharing/src/views/SharingInherited.vue?45a6","webpack:///nextcloud/apps/files_sharing/src/lib/SharePermissionsToolBox.js","webpack:///nextcloud/apps/files_sharing/src/mixins/SharesMixin.js","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntryInherited.vue?vue&type=script&lang=js","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntryInherited.vue","webpack://nextcloud/./apps/files_sharing/src/components/SharingEntryInherited.vue?c7aa","webpack://nextcloud/./apps/files_sharing/src/components/SharingEntryInherited.vue?0e5a","webpack://nextcloud/./apps/files_sharing/src/components/SharingEntryInherited.vue?77d5","webpack:///nextcloud/apps/files_sharing/src/views/SharingInherited.vue","webpack:///nextcloud/apps/files_sharing/src/views/SharingInherited.vue?vue&type=script&lang=js","webpack://nextcloud/./apps/files_sharing/src/views/SharingInherited.vue?5bad","webpack://nextcloud/./apps/files_sharing/src/views/SharingInherited.vue?1677","webpack://nextcloud/./apps/files_sharing/src/views/SharingLinkList.vue?de0b","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue?vue&type=script&lang=js","webpack://nextcloud/./apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue?4d9f","webpack://nextcloud/./apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue?4441","webpack://nextcloud/./apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue?0b36","webpack:///nextcloud/apps/files_sharing/src/components/ExternalShareAction.vue?vue&type=script&lang=js","webpack:///nextcloud/apps/files_sharing/src/components/ExternalShareAction.vue","webpack://nextcloud/./apps/files_sharing/src/components/ExternalShareAction.vue?9bf3","webpack://nextcloud/./apps/files_sharing/src/components/ExternalShareAction.vue?82b4","webpack:///nextcloud/apps/files_sharing/src/utils/GeneratePassword.js","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntryLink.vue","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntryLink.vue?vue&type=script&lang=js","webpack://nextcloud/./apps/files_sharing/src/components/SharingEntryLink.vue?7bf8","webpack://nextcloud/./apps/files_sharing/src/components/SharingEntryLink.vue?af90","webpack:///nextcloud/apps/files_sharing/src/views/SharingLinkList.vue?vue&type=script&lang=js","webpack:///nextcloud/apps/files_sharing/src/views/SharingLinkList.vue","webpack://nextcloud/./apps/files_sharing/src/components/SharingEntryLink.vue?64e9","webpack://nextcloud/./apps/files_sharing/src/views/SharingLinkList.vue?a70b","webpack://nextcloud/./apps/files_sharing/src/views/SharingList.vue?e340","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntry.vue","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntry.vue?vue&type=script&lang=js","webpack://nextcloud/./apps/files_sharing/src/components/SharingEntry.vue?1655","webpack://nextcloud/./apps/files_sharing/src/components/SharingEntry.vue?10a7","webpack:///nextcloud/apps/files_sharing/src/views/SharingList.vue?vue&type=script&lang=js","webpack:///nextcloud/apps/files_sharing/src/views/SharingList.vue","webpack://nextcloud/./apps/files_sharing/src/components/SharingEntry.vue?f8d7","webpack://nextcloud/./apps/files_sharing/src/views/SharingList.vue?9f9c","webpack://nextcloud/./apps/files_sharing/src/views/SharingDetailsTab.vue?7f2e","webpack:///nextcloud/apps/files_sharing/src/views/SharingDetailsTab.vue","webpack:///nextcloud/apps/files_sharing/src/views/SharingDetailsTab.vue?vue&type=script&lang=js","webpack://nextcloud/./apps/files_sharing/src/views/SharingDetailsTab.vue?bfa6","webpack://nextcloud/./apps/files_sharing/src/views/SharingDetailsTab.vue?10fc","webpack:///nextcloud/apps/files_sharing/src/views/SharingTab.vue","webpack:///nextcloud/apps/files_sharing/src/utils/SharedWithMe.js","webpack:///nextcloud/apps/files_sharing/src/views/SharingTab.vue?vue&type=script&lang=js","webpack://nextcloud/./apps/files_sharing/src/views/SharingTab.vue?7bba","webpack://nextcloud/./apps/files_sharing/src/views/SharingTab.vue?6997","webpack://nextcloud/./apps/files_sharing/src/views/SharingTab.vue?0ae8","webpack:///nextcloud/apps/files_sharing/src/files_sharing_tab.js","webpack:///nextcloud/apps/files_sharing/src/services/ShareSearch.js","webpack:///nextcloud/apps/files_sharing/src/services/ExternalLinkActions.js","webpack:///nextcloud/apps/files_sharing/src/services/ExternalShareActions.js","webpack:///nextcloud/apps/files_sharing/src/services/TabSections.js","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntry.vue?vue&type=style&index=0&id=7bfd2f06&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntryInherited.vue?vue&type=style&index=0&id=283ca89e&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntryInternal.vue?vue&type=style&index=0&id=71a426be&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntryLink.vue?vue&type=style&index=0&id=cc82d906&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue?vue&type=style&index=0&id=d960cabe&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntrySimple.vue?vue&type=style&index=0&id=1852ea78&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files_sharing/src/components/SharingInput.vue?vue&type=style&index=0&id=7f50b831&prod&lang=scss","webpack:///nextcloud/apps/files_sharing/src/views/SharingDetailsTab.vue?vue&type=style&index=0&id=c447b7cc&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files_sharing/src/views/SharingInherited.vue?vue&type=style&index=0&id=05b67dc8&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files_sharing/src/views/SharingTab.vue?vue&type=style&index=0&id=7e41779f&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\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) 2019 John Molakvoæ \n *\n * @author Arthur Schiwon \n * @author John Molakvoæ \n * @author Julius Härtl \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 { getCapabilities } from '@nextcloud/capabilities'\n\nexport default class Config {\n\n\tconstructor() {\n\t\tthis._capabilities = getCapabilities()\n\t}\n\n\t/**\n\t * Get default share permissions, if any\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Config\n\t */\n\t get defaultPermissions() {\n\t\treturn this._capabilities.files_sharing?.default_permissions\n\t}\n\n\t/**\n\t * Is public upload allowed on link shares ?\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget isPublicUploadEnabled() {\n\t\treturn this._capabilities.files_sharing?.public.upload\n\t}\n\n\t/**\n\t * Are link share allowed ?\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget isShareWithLinkAllowed() {\n\t\treturn document.getElementById('allowShareWithLink')\n\t\t\t&& document.getElementById('allowShareWithLink').value === 'yes'\n\t}\n\n\t/**\n\t * Get the federated sharing documentation link\n\t *\n\t * @return {string}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget federatedShareDocLink() {\n\t\treturn OC.appConfig.core.federatedCloudShareDoc\n\t}\n\n\t/**\n\t * Get the default link share expiration date\n\t *\n\t * @return {Date|null}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget defaultExpirationDate() {\n\t\tif (this.isDefaultExpireDateEnabled) {\n\t\t\treturn new Date(new Date().setDate(new Date().getDate() + this.defaultExpireDate))\n\t\t}\n\t\treturn null\n\t}\n\n\t/**\n\t * Get the default internal expiration date\n\t *\n\t * @return {Date|null}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget defaultInternalExpirationDate() {\n\t\tif (this.isDefaultInternalExpireDateEnabled) {\n\t\t\treturn new Date(new Date().setDate(new Date().getDate() + this.defaultInternalExpireDate))\n\t\t}\n\t\treturn null\n\t}\n\n\t/**\n\t * Get the default remote expiration date\n\t *\n\t * @return {Date|null}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget defaultRemoteExpirationDateString() {\n\t\tif (this.isDefaultRemoteExpireDateEnabled) {\n\t\t\treturn new Date(new Date().setDate(new Date().getDate() + this.defaultRemoteExpireDate))\n\t\t}\n\t\treturn null\n\t}\n\n\t/**\n\t * Are link shares password-enforced ?\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget enforcePasswordForPublicLink() {\n\t\treturn OC.appConfig.core.enforcePasswordForPublicLink === true\n\t}\n\n\t/**\n\t * Is password asked by default on link shares ?\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget enableLinkPasswordByDefault() {\n\t\treturn OC.appConfig.core.enableLinkPasswordByDefault === true\n\t}\n\n\t/**\n\t * Is link shares expiration enforced ?\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget isDefaultExpireDateEnforced() {\n\t\treturn OC.appConfig.core.defaultExpireDateEnforced === true\n\t}\n\n\t/**\n\t * Is there a default expiration date for new link shares ?\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget isDefaultExpireDateEnabled() {\n\t\treturn OC.appConfig.core.defaultExpireDateEnabled === true\n\t}\n\n\t/**\n\t * Is internal shares expiration enforced ?\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget isDefaultInternalExpireDateEnforced() {\n\t\treturn OC.appConfig.core.defaultInternalExpireDateEnforced === true\n\t}\n\n\t/**\n\t * Is remote shares expiration enforced ?\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget isDefaultRemoteExpireDateEnforced() {\n\t\treturn OC.appConfig.core.defaultRemoteExpireDateEnforced === true\n\t}\n\n\t/**\n\t * Is there a default expiration date for new internal shares ?\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget isDefaultInternalExpireDateEnabled() {\n\t\treturn OC.appConfig.core.defaultInternalExpireDateEnabled === true\n\t}\n\n\t/**\n\t * Is there a default expiration date for new remote shares ?\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget isDefaultRemoteExpireDateEnabled() {\n\t\treturn OC.appConfig.core.defaultRemoteExpireDateEnabled === true\n\t}\n\n\t/**\n\t * Are users on this server allowed to send shares to other servers ?\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget isRemoteShareAllowed() {\n\t\treturn OC.appConfig.core.remoteShareAllowed === true\n\t}\n\n\t/**\n\t * Is sharing my mail (link share) enabled ?\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget isMailShareAllowed() {\n\t\t// eslint-disable-next-line camelcase\n\t\treturn this._capabilities?.files_sharing?.sharebymail !== undefined\n\t\t\t// eslint-disable-next-line camelcase\n\t\t\t&& this._capabilities?.files_sharing?.public?.enabled === true\n\t}\n\n\t/**\n\t * Get the default days to link shares expiration\n\t *\n\t * @return {number}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget defaultExpireDate() {\n\t\treturn OC.appConfig.core.defaultExpireDate\n\t}\n\n\t/**\n\t * Get the default days to internal shares expiration\n\t *\n\t * @return {number}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget defaultInternalExpireDate() {\n\t\treturn OC.appConfig.core.defaultInternalExpireDate\n\t}\n\n\t/**\n\t * Get the default days to remote shares expiration\n\t *\n\t * @return {number}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget defaultRemoteExpireDate() {\n\t\treturn OC.appConfig.core.defaultRemoteExpireDate\n\t}\n\n\t/**\n\t * Is resharing allowed ?\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget isResharingAllowed() {\n\t\treturn OC.appConfig.core.resharingAllowed === true\n\t}\n\n\t/**\n\t * Is password enforced for mail shares ?\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget isPasswordForMailSharesRequired() {\n\t\treturn (this._capabilities.files_sharing.sharebymail === undefined) ? false : this._capabilities.files_sharing.sharebymail.password.enforced\n\t}\n\n\t/**\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget shouldAlwaysShowUnique() {\n\t\treturn (this._capabilities.files_sharing?.sharee?.always_show_unique === true)\n\t}\n\n\t/**\n\t * Is sharing with groups allowed ?\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget allowGroupSharing() {\n\t\treturn OC.appConfig.core.allowGroupSharing === true\n\t}\n\n\t/**\n\t * Get the maximum results of a share search\n\t *\n\t * @return {number}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget maxAutocompleteResults() {\n\t\treturn parseInt(OC.config['sharing.maxAutocompleteResults'], 10) || 25\n\t}\n\n\t/**\n\t * Get the minimal string length\n\t * to initiate a share search\n\t *\n\t * @return {number}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget minSearchStringLength() {\n\t\treturn parseInt(OC.config['sharing.minSearchStringLength'], 10) || 0\n\t}\n\n\t/**\n\t * Get the password policy config\n\t *\n\t * @return {object}\n\t * @readonly\n\t * @memberof Config\n\t */\n\tget passwordPolicy() {\n\t\treturn this._capabilities.password_policy ? this._capabilities.password_policy : {}\n\t}\n\n}\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ \n *\n * @author Daniel Calviño Sánchez \n * @author Gary Kim \n * @author Georg Ehrke \n * @author John Molakvoæ \n * @author Julius Härtl \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\nexport default class Share {\n\n\t_share\n\n\t/**\n\t * Create the share object\n\t *\n\t * @param {object} ocsData ocs request response\n\t */\n\tconstructor(ocsData) {\n\t\tif (ocsData.ocs && ocsData.ocs.data && ocsData.ocs.data[0]) {\n\t\t\tocsData = ocsData.ocs.data[0]\n\t\t}\n\n\t\t// convert int into boolean\n\t\tocsData.hide_download = !!ocsData.hide_download\n\t\tocsData.mail_send = !!ocsData.mail_send\n\n\t\tif (ocsData.attributes && typeof ocsData.attributes === 'string') {\n\t\t\ttry {\n\t\t\t\tocsData.attributes = JSON.parse(ocsData.attributes)\n\t\t\t} catch (e) {\n\t\t\t\tconsole.warn('Could not parse share attributes returned by server', ocsData.attributes)\n\t\t\t}\n\t\t}\n\t\tocsData.attributes = ocsData.attributes ?? []\n\n\t\t// store state\n\t\tthis._share = ocsData\n\t}\n\n\t/**\n\t * Get the share state\n\t * ! used for reactivity purpose\n\t * Do not remove. It allow vuejs to\n\t * inject its watchers into the #share\n\t * state and make the whole class reactive\n\t *\n\t * @return {object} the share raw state\n\t * @readonly\n\t * @memberof Sidebar\n\t */\n\tget state() {\n\t\treturn this._share\n\t}\n\n\t/**\n\t * get the share id\n\t *\n\t * @return {number}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget id() {\n\t\treturn this._share.id\n\t}\n\n\t/**\n\t * Get the share type\n\t *\n\t * @return {number}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget type() {\n\t\treturn this._share.share_type\n\t}\n\n\t/**\n\t * Get the share permissions\n\t * See OC.PERMISSION_* variables\n\t *\n\t * @return {number}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget permissions() {\n\t\treturn this._share.permissions\n\t}\n\n\t/**\n\t * Get the share attributes\n\t *\n\t * @return {Array}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget attributes() {\n\t\treturn this._share.attributes\n\t}\n\n\t/**\n\t * Set the share permissions\n\t * See OC.PERMISSION_* variables\n\t *\n\t * @param {number} permissions valid permission, See OC.PERMISSION_* variables\n\t * @memberof Share\n\t */\n\tset permissions(permissions) {\n\t\tthis._share.permissions = permissions\n\t}\n\n\t// SHARE OWNER --------------------------------------------------\n\t/**\n\t * Get the share owner uid\n\t *\n\t * @return {string}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget owner() {\n\t\treturn this._share.uid_owner\n\t}\n\n\t/**\n\t * Get the share owner's display name\n\t *\n\t * @return {string}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget ownerDisplayName() {\n\t\treturn this._share.displayname_owner\n\t}\n\n\t// SHARED WITH --------------------------------------------------\n\t/**\n\t * Get the share with entity uid\n\t *\n\t * @return {string}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget shareWith() {\n\t\treturn this._share.share_with\n\t}\n\n\t/**\n\t * Get the share with entity display name\n\t * fallback to its uid if none\n\t *\n\t * @return {string}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget shareWithDisplayName() {\n\t\treturn this._share.share_with_displayname\n\t\t\t|| this._share.share_with\n\t}\n\n\t/**\n\t * Unique display name in case of multiple\n\t * duplicates results with the same name.\n\t *\n\t * @return {string}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget shareWithDisplayNameUnique() {\n\t\treturn this._share.share_with_displayname_unique\n\t\t\t|| this._share.share_with\n\t}\n\n\t/**\n\t * Get the share with entity link\n\t *\n\t * @return {string}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget shareWithLink() {\n\t\treturn this._share.share_with_link\n\t}\n\n\t/**\n\t * Get the share with avatar if any\n\t *\n\t * @return {string}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget shareWithAvatar() {\n\t\treturn this._share.share_with_avatar\n\t}\n\n\t// SHARED FILE OR FOLDER OWNER ----------------------------------\n\t/**\n\t * Get the shared item owner uid\n\t *\n\t * @return {string}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget uidFileOwner() {\n\t\treturn this._share.uid_file_owner\n\t}\n\n\t/**\n\t * Get the shared item display name\n\t * fallback to its uid if none\n\t *\n\t * @return {string}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget displaynameFileOwner() {\n\t\treturn this._share.displayname_file_owner\n\t\t\t|| this._share.uid_file_owner\n\t}\n\n\t// TIME DATA ----------------------------------------------------\n\t/**\n\t * Get the share creation timestamp\n\t *\n\t * @return {number}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget createdTime() {\n\t\treturn this._share.stime\n\t}\n\n\t/**\n\t * Get the expiration date\n\t *\n\t * @return {string} date with YYYY-MM-DD format\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget expireDate() {\n\t\treturn this._share.expiration\n\t}\n\n\t/**\n\t * Set the expiration date\n\t *\n\t * @param {string} date the share expiration date with YYYY-MM-DD format\n\t * @memberof Share\n\t */\n\tset expireDate(date) {\n\t\tthis._share.expiration = date\n\t}\n\n\t// EXTRA DATA ---------------------------------------------------\n\t/**\n\t * Get the public share token\n\t *\n\t * @return {string} the token\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget token() {\n\t\treturn this._share.token\n\t}\n\n\t/**\n\t * Get the share note if any\n\t *\n\t * @return {string}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget note() {\n\t\treturn this._share.note\n\t}\n\n\t/**\n\t * Set the share note if any\n\t *\n\t * @param {string} note the note\n\t * @memberof Share\n\t */\n\tset note(note) {\n\t\tthis._share.note = note\n\t}\n\n\t/**\n\t * Get the share label if any\n\t * Should only exist on link shares\n\t *\n\t * @return {string}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget label() {\n\t\treturn this._share.label ?? ''\n\t}\n\n\t/**\n\t * Set the share label if any\n\t * Should only be set on link shares\n\t *\n\t * @param {string} label the label\n\t * @memberof Share\n\t */\n\tset label(label) {\n\t\tthis._share.label = label\n\t}\n\n\t/**\n\t * Have a mail been sent\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget mailSend() {\n\t\treturn this._share.mail_send === true\n\t}\n\n\t/**\n\t * Hide the download button on public page\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget hideDownload() {\n\t\treturn this._share.hide_download === true\n\t}\n\n\t/**\n\t * Hide the download button on public page\n\t *\n\t * @param {boolean} state hide the button ?\n\t * @memberof Share\n\t */\n\tset hideDownload(state) {\n\t\tthis._share.hide_download = state === true\n\t}\n\n\t/**\n\t * Password protection of the share\n\t *\n\t * @return {string}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget password() {\n\t\treturn this._share.password\n\t}\n\n\t/**\n\t * Password protection of the share\n\t *\n\t * @param {string} password the share password\n\t * @memberof Share\n\t */\n\tset password(password) {\n\t\tthis._share.password = password\n\t}\n\n\t/**\n\t * Password expiration time\n\t *\n\t * @return {string}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget passwordExpirationTime() {\n\t\treturn this._share.password_expiration_time\n\t}\n\n\t/**\n\t * Password expiration time\n\t *\n\t * @param {string} password expiration time\n\t * @memberof Share\n\t */\n\tset passwordExpirationTime(passwordExpirationTime) {\n\t\tthis._share.password_expiration_time = passwordExpirationTime\n\t}\n\n\t/**\n\t * Password protection by Talk of the share\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget sendPasswordByTalk() {\n\t\treturn this._share.send_password_by_talk\n\t}\n\n\t/**\n\t * Password protection by Talk of the share\n\t *\n\t * @param {boolean} sendPasswordByTalk whether to send the password by Talk\n\t * or not\n\t * @memberof Share\n\t */\n\tset sendPasswordByTalk(sendPasswordByTalk) {\n\t\tthis._share.send_password_by_talk = sendPasswordByTalk\n\t}\n\n\t// SHARED ITEM DATA ---------------------------------------------\n\t/**\n\t * Get the shared item absolute full path\n\t *\n\t * @return {string}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget path() {\n\t\treturn this._share.path\n\t}\n\n\t/**\n\t * Return the item type: file or folder\n\t *\n\t * @return {string} 'folder' or 'file'\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget itemType() {\n\t\treturn this._share.item_type\n\t}\n\n\t/**\n\t * Get the shared item mimetype\n\t *\n\t * @return {string}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget mimetype() {\n\t\treturn this._share.mimetype\n\t}\n\n\t/**\n\t * Get the shared item id\n\t *\n\t * @return {number}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget fileSource() {\n\t\treturn this._share.file_source\n\t}\n\n\t/**\n\t * Get the target path on the receiving end\n\t * e.g the file /xxx/aaa will be shared in\n\t * the receiving root as /aaa, the fileTarget is /aaa\n\t *\n\t * @return {string}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget fileTarget() {\n\t\treturn this._share.file_target\n\t}\n\n\t/**\n\t * Get the parent folder id if any\n\t *\n\t * @return {number}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget fileParent() {\n\t\treturn this._share.file_parent\n\t}\n\n\t// PERMISSIONS Shortcuts\n\n\t/**\n\t * Does this share have READ permissions\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget hasReadPermission() {\n\t\treturn !!((this.permissions & OC.PERMISSION_READ))\n\t}\n\n\t/**\n\t * Does this share have CREATE permissions\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget hasCreatePermission() {\n\t\treturn !!((this.permissions & OC.PERMISSION_CREATE))\n\t}\n\n\t/**\n\t * Does this share have DELETE permissions\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget hasDeletePermission() {\n\t\treturn !!((this.permissions & OC.PERMISSION_DELETE))\n\t}\n\n\t/**\n\t * Does this share have UPDATE permissions\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget hasUpdatePermission() {\n\t\treturn !!((this.permissions & OC.PERMISSION_UPDATE))\n\t}\n\n\t/**\n\t * Does this share have SHARE permissions\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget hasSharePermission() {\n\t\treturn !!((this.permissions & OC.PERMISSION_SHARE))\n\t}\n\n\t/**\n\t * Does this share have download permissions\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget hasDownloadPermission() {\n\t\tfor (const i in this._share.attributes) {\n\t\t\tconst attr = this._share.attributes[i]\n\t\t\tif (attr.scope === 'permissions' && attr.key === 'download') {\n\t\t\t\treturn attr.enabled\n\t\t\t}\n\t\t}\n\n\t\treturn true\n\t}\n\n\tset hasDownloadPermission(enabled) {\n\t\tthis.setAttribute('permissions', 'download', !!enabled)\n\t}\n\n\tsetAttribute(scope, key, enabled) {\n\t\tconst attrUpdate = {\n\t\t\tscope,\n\t\t\tkey,\n\t\t\tenabled,\n\t\t}\n\n\t\t// try and replace existing\n\t\tfor (const i in this._share.attributes) {\n\t\t\tconst attr = this._share.attributes[i]\n\t\t\tif (attr.scope === attrUpdate.scope && attr.key === attrUpdate.key) {\n\t\t\t\tthis._share.attributes.splice(i, 1, attrUpdate)\n\t\t\t\treturn\n\t\t\t}\n\t\t}\n\n\t\tthis._share.attributes.push(attrUpdate)\n\t}\n\n\t// PERMISSIONS Shortcuts for the CURRENT USER\n\t// ! the permissions above are the share settings,\n\t// ! meaning the permissions for the recipient\n\t/**\n\t * Can the current user EDIT this share ?\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget canEdit() {\n\t\treturn this._share.can_edit === true\n\t}\n\n\t/**\n\t * Can the current user DELETE this share ?\n\t *\n\t * @return {boolean}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget canDelete() {\n\t\treturn this._share.can_delete === true\n\t}\n\n\t/**\n\t * Top level accessible shared folder fileid for the current user\n\t *\n\t * @return {string}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget viaFileid() {\n\t\treturn this._share.via_fileid\n\t}\n\n\t/**\n\t * Top level accessible shared folder path for the current user\n\t *\n\t * @return {string}\n\t * @readonly\n\t * @memberof Share\n\t */\n\tget viaPath() {\n\t\treturn this._share.via_path\n\t}\n\n\t// TODO: SORT THOSE PROPERTIES\n\n\tget parent() {\n\t\treturn this._share.parent\n\t}\n\n\tget storageId() {\n\t\treturn this._share.storage_id\n\t}\n\n\tget storage() {\n\t\treturn this._share.storage\n\t}\n\n\tget itemSource() {\n\t\treturn this._share.item_source\n\t}\n\n\tget status() {\n\t\treturn this._share.status\n\t}\n\n}\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ \n *\n * @author John Molakvoæ \n * @author Julius Härtl \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 { Type as ShareTypes } from '@nextcloud/sharing'\n\nexport default {\n\tdata() {\n\t\treturn {\n\t\t\tSHARE_TYPES: ShareTypes,\n\t\t}\n\t},\n}\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('ul',[_c('SharingEntrySimple',{ref:\"shareEntrySimple\",staticClass:\"sharing-entry__internal\",attrs:{\"title\":_vm.t('files_sharing', 'Internal link'),\"subtitle\":_vm.internalLinkSubtitle},scopedSlots:_vm._u([{key:\"avatar\",fn:function(){return [_c('div',{staticClass:\"avatar-external icon-external-white\"})]},proxy:true}])},[_vm._v(\" \"),_c('NcActionLink',{attrs:{\"href\":_vm.internalLink,\"aria-label\":_vm.copyLinkTooltip,\"title\":_vm.copyLinkTooltip,\"target\":\"_blank\",\"icon\":_vm.copied && _vm.copySuccess ? 'icon-checkmark-color' : 'icon-clippy'},on:{\"click\":function($event){$event.preventDefault();return _vm.copyLink.apply(null, arguments)}}})],1)],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\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!./SharingEntrySimple.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!./SharingEntrySimple.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!./SharingEntrySimple.vue?vue&type=style&index=0&id=1852ea78&prod&lang=scss&scoped=true\";\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!./SharingEntrySimple.vue?vue&type=style&index=0&id=1852ea78&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./SharingEntrySimple.vue?vue&type=template&id=1852ea78&scoped=true\"\nimport script from \"./SharingEntrySimple.vue?vue&type=script&lang=js\"\nexport * from \"./SharingEntrySimple.vue?vue&type=script&lang=js\"\nimport style0 from \"./SharingEntrySimple.vue?vue&type=style&index=0&id=1852ea78&prod&lang=scss&scoped=true\"\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 \"1852ea78\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('li',{staticClass:\"sharing-entry\"},[_vm._t(\"avatar\"),_vm._v(\" \"),_c('div',{staticClass:\"sharing-entry__desc\"},[_c('span',{staticClass:\"sharing-entry__title\"},[_vm._v(_vm._s(_vm.title))]),_vm._v(\" \"),(_vm.subtitle)?_c('p',[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.subtitle)+\"\\n\\t\\t\")]):_vm._e()]),_vm._v(\" \"),(_vm.$slots['default'])?_c('NcActions',{ref:\"actionsComponent\",staticClass:\"sharing-entry__actions\",attrs:{\"menu-align\":\"right\",\"aria-expanded\":_vm.ariaExpandedValue}},[_vm._t(\"default\")],2):_vm._e()],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\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!./SharingEntryInternal.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!./SharingEntryInternal.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!./SharingEntryInternal.vue?vue&type=style&index=0&id=71a426be&prod&lang=scss&scoped=true\";\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!./SharingEntryInternal.vue?vue&type=style&index=0&id=71a426be&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./SharingEntryInternal.vue?vue&type=template&id=71a426be&scoped=true\"\nimport script from \"./SharingEntryInternal.vue?vue&type=script&lang=js\"\nexport * from \"./SharingEntryInternal.vue?vue&type=script&lang=js\"\nimport style0 from \"./SharingEntryInternal.vue?vue&type=style&index=0&id=71a426be&prod&lang=scss&scoped=true\"\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 \"71a426be\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"sharing-search\"},[_c('label',{attrs:{\"for\":\"sharing-search-input\"}},[_vm._v(_vm._s(_vm.t('files_sharing', 'Search for share recipients')))]),_vm._v(\" \"),_c('NcSelect',{ref:\"select\",staticClass:\"sharing-search__input\",attrs:{\"input-id\":\"sharing-search-input\",\"disabled\":!_vm.canReshare,\"loading\":_vm.loading,\"filterable\":false,\"placeholder\":_vm.inputPlaceholder,\"clear-search-on-blur\":() => false,\"user-select\":true,\"options\":_vm.options},on:{\"open\":_vm.handleOpen,\"search\":_vm.asyncFind,\"option:selected\":_vm.openSharingDetails},scopedSlots:_vm._u([{key:\"no-options\",fn:function({ search }){return [_vm._v(\"\\n\\t\\t\\t\"+_vm._s(search ? _vm.noResultText : _vm.t('files_sharing', 'No recommendations. Start typing.'))+\"\\n\\t\\t\")]}}]),model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:\"value\"}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2019 John Molakvoæ \n *\n * @author Christoph Wurst \n * @author Joas Schilling \n * @author John Molakvoæ \n * @author Julius Härtl \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\n// TODO: remove when ie not supported\nimport 'url-search-params-polyfill'\n\nimport { generateOcsUrl } from '@nextcloud/router'\nimport axios from '@nextcloud/axios'\nimport Share from '../models/Share.js'\nimport { emit } from '@nextcloud/event-bus'\n\nconst shareUrl = generateOcsUrl('apps/files_sharing/api/v1/shares')\n\nexport default {\n\tmethods: {\n\t\t/**\n\t\t * Create a new share\n\t\t *\n\t\t * @param {object} data destructuring object\n\t\t * @param {string} data.path path to the file/folder which should be shared\n\t\t * @param {number} data.shareType 0 = user; 1 = group; 3 = public link; 6 = federated cloud share\n\t\t * @param {string} data.shareWith user/group id with which the file should be shared (optional for shareType > 1)\n\t\t * @param {boolean} [data.publicUpload] allow public upload to a public shared folder\n\t\t * @param {string} [data.password] password to protect public link Share with\n\t\t * @param {number} [data.permissions] 1 = read; 2 = update; 4 = create; 8 = delete; 16 = share; 31 = all (default: 31, for public shares: 1)\n\t\t * @param {boolean} [data.sendPasswordByTalk] send the password via a talk conversation\n\t\t * @param {string} [data.expireDate] expire the shareautomatically after\n\t\t * @param {string} [data.label] custom label\n\t\t * @param {string} [data.attributes] Share attributes encoded as json\n\t\t * @param data.note\n\t\t * @return {Share} the new share\n\t\t * @throws {Error}\n\t\t */\n\t\tasync createShare({ path, permissions, shareType, shareWith, publicUpload, password, sendPasswordByTalk, expireDate, label, note, attributes }) {\n\t\t\ttry {\n\t\t\t\tconst request = await axios.post(shareUrl, { path, permissions, shareType, shareWith, publicUpload, password, sendPasswordByTalk, expireDate, label, note, attributes })\n\t\t\t\tif (!request?.data?.ocs) {\n\t\t\t\t\tthrow request\n\t\t\t\t}\n\t\t\t\tconst share = new Share(request.data.ocs.data)\n\t\t\t\temit('files_sharing:share:created', { share })\n\t\t\t\treturn share\n\t\t\t} catch (error) {\n\t\t\t\tconsole.error('Error while creating share', error)\n\t\t\t\tconst errorMessage = error?.response?.data?.ocs?.meta?.message\n\t\t\t\tOC.Notification.showTemporary(\n\t\t\t\t\terrorMessage ? t('files_sharing', 'Error creating the share: {errorMessage}', { errorMessage }) : t('files_sharing', 'Error creating the share'),\n\t\t\t\t\t{ type: 'error' },\n\t\t\t\t)\n\t\t\t\tthrow error\n\t\t\t}\n\t\t},\n\n\t\t/**\n\t\t * Delete a share\n\t\t *\n\t\t * @param {number} id share id\n\t\t * @throws {Error}\n\t\t */\n\t\tasync deleteShare(id) {\n\t\t\ttry {\n\t\t\t\tconst request = await axios.delete(shareUrl + `/${id}`)\n\t\t\t\tif (!request?.data?.ocs) {\n\t\t\t\t\tthrow request\n\t\t\t\t}\n\t\t\t\temit('files_sharing:share:deleted', { id })\n\t\t\t\treturn true\n\t\t\t} catch (error) {\n\t\t\t\tconsole.error('Error while deleting share', error)\n\t\t\t\tconst errorMessage = error?.response?.data?.ocs?.meta?.message\n\t\t\t\tOC.Notification.showTemporary(\n\t\t\t\t\terrorMessage ? t('files_sharing', 'Error deleting the share: {errorMessage}', { errorMessage }) : t('files_sharing', 'Error deleting the share'),\n\t\t\t\t\t{ type: 'error' },\n\t\t\t\t)\n\t\t\t\tthrow error\n\t\t\t}\n\t\t},\n\n\t\t/**\n\t\t * Update a share\n\t\t *\n\t\t * @param {number} id share id\n\t\t * @param {object} properties key-value object of the properties to update\n\t\t */\n\t\tasync updateShare(id, properties) {\n\t\t\ttry {\n\t\t\t\tconst request = await axios.put(shareUrl + `/${id}`, properties)\n\t\t\t\temit('files_sharing:share:updated', { id })\n\t\t\t\tif (!request?.data?.ocs) {\n\t\t\t\t\tthrow request\n\t\t\t\t} else {\n\t\t\t\t\treturn request.data.ocs.data\n\t\t\t\t}\n\t\t\t} catch (error) {\n\t\t\t\tconsole.error('Error while updating share', error)\n\t\t\t\tif (error.response.status !== 400) {\n\t\t\t\t\tconst errorMessage = error?.response?.data?.ocs?.meta?.message\n\t\t\t\t\tOC.Notification.showTemporary(\n\t\t\t\t\t\terrorMessage ? t('files_sharing', 'Error updating the share: {errorMessage}', { errorMessage }) : t('files_sharing', 'Error updating the share'),\n\t\t\t\t\t\t{ type: 'error' },\n\t\t\t\t\t)\n\t\t\t\t}\n\t\t\t\tconst message = error.response.data.ocs.meta.message\n\t\t\t\tthrow new Error(message)\n\t\t\t}\n\t\t},\n\t},\n}\n","import Share from '../models/Share.js'\nimport Config from '../services/ConfigService.js'\n\nexport default {\n\tmethods: {\n\t\tasync openSharingDetails(shareRequestObject) {\n\t\t\tlet share = {}\n\t\t\t// handle externalResults from OCA.Sharing.ShareSearch\n\t\t\t// TODO : Better name/interface for handler required\n\t\t\t// For example `externalAppCreateShareHook` with proper documentation\n\t\t\tif (shareRequestObject.handler) {\n\t\t\t\tconst handlerInput = {}\n\t\t\t\tif (this.suggestions) {\n\t\t\t\t\thandlerInput.suggestions = this.suggestions\n\t\t\t\t\thandlerInput.fileInfo = this.fileInfo\n\t\t\t\t\thandlerInput.query = this.query\n\t\t\t\t}\n\t\t\t\tconst externalShareRequestObject = await shareRequestObject.handler(handlerInput)\n\t\t\t\tshare = this.mapShareRequestToShareObject(externalShareRequestObject)\n\t\t\t} else {\n\t\t\t\tshare = this.mapShareRequestToShareObject(shareRequestObject)\n\t\t\t}\n\n\t\t\tconst shareDetails = {\n\t\t\t\tfileInfo: this.fileInfo,\n\t\t\t\tshare,\n\t\t\t}\n\n\t\t\tthis.$emit('open-sharing-details', shareDetails)\n\t\t},\n\t\topenShareDetailsForCustomSettings(share) {\n\t\t\tshare.setCustomPermissions = true\n\t\t\tthis.openSharingDetails(share)\n\t\t},\n\t\tmapShareRequestToShareObject(shareRequestObject) {\n\n\t\t\tif (shareRequestObject.id) {\n\t\t\t\treturn shareRequestObject\n\t\t\t}\n\n\t\t\tconst share = {\n\t\t\t\tattributes: [\n\t\t\t\t\t{\n\t\t\t\t\t\tenabled: true,\n\t\t\t\t\t\tkey: 'download',\n\t\t\t\t\t\tscope: 'permissions',\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t\tshare_type: shareRequestObject.shareType,\n\t\t\t\tshare_with: shareRequestObject.shareWith,\n\t\t\t\tis_no_user: shareRequestObject.isNoUser,\n\t\t\t\tuser: shareRequestObject.shareWith,\n\t\t\t\tshare_with_displayname: shareRequestObject.displayName,\n\t\t\t\tsubtitle: shareRequestObject.subtitle,\n\t\t\t\tpermissions: shareRequestObject.permissions ?? new Config().defaultPermissions,\n\t\t\t\texpiration: '',\n\t\t\t}\n\n\t\t\treturn new Share(share)\n\t\t},\n\t},\n}\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!./SharingInput.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!./SharingInput.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!./SharingInput.vue?vue&type=style&index=0&id=7f50b831&prod&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!./SharingInput.vue?vue&type=style&index=0&id=7f50b831&prod&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./SharingInput.vue?vue&type=template&id=7f50b831\"\nimport script from \"./SharingInput.vue?vue&type=script&lang=js\"\nexport * from \"./SharingInput.vue?vue&type=script&lang=js\"\nimport style0 from \"./SharingInput.vue?vue&type=style&index=0&id=7f50b831&prod&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 null,\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('ul',{attrs:{\"id\":\"sharing-inherited-shares\"}},[_c('SharingEntrySimple',{staticClass:\"sharing-entry__inherited\",attrs:{\"title\":_vm.mainTitle,\"subtitle\":_vm.subTitle,\"aria-expanded\":_vm.showInheritedShares},scopedSlots:_vm._u([{key:\"avatar\",fn:function(){return [_c('div',{staticClass:\"avatar-shared icon-more-white\"})]},proxy:true}])},[_vm._v(\" \"),_c('NcActionButton',{attrs:{\"icon\":_vm.showInheritedSharesIcon,\"aria-label\":_vm.toggleTooltip,\"title\":_vm.toggleTooltip},on:{\"click\":function($event){$event.preventDefault();$event.stopPropagation();return _vm.toggleInheritedShares.apply(null, arguments)}}})],1),_vm._v(\" \"),_vm._l((_vm.shares),function(share){return _c('SharingEntryInherited',{key:share.id,attrs:{\"file-info\":_vm.fileInfo,\"share\":share},on:{\"remove:share\":_vm.removeShare}})})],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright 2022 Louis Chmn \n *\n * @author Louis Chmn \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\nexport const ATOMIC_PERMISSIONS = {\n\tNONE: 0,\n\tREAD: 1,\n\tUPDATE: 2,\n\tCREATE: 4,\n\tDELETE: 8,\n\tSHARE: 16,\n}\n\nexport const BUNDLED_PERMISSIONS = {\n\tREAD_ONLY: ATOMIC_PERMISSIONS.READ,\n\tUPLOAD_AND_UPDATE: ATOMIC_PERMISSIONS.READ | ATOMIC_PERMISSIONS.UPDATE | ATOMIC_PERMISSIONS.CREATE | ATOMIC_PERMISSIONS.DELETE,\n\tFILE_DROP: ATOMIC_PERMISSIONS.CREATE,\n\tALL: ATOMIC_PERMISSIONS.UPDATE | ATOMIC_PERMISSIONS.CREATE | ATOMIC_PERMISSIONS.READ | ATOMIC_PERMISSIONS.DELETE | ATOMIC_PERMISSIONS.SHARE,\n\tALL_FILE: ATOMIC_PERMISSIONS.UPDATE | ATOMIC_PERMISSIONS.READ | ATOMIC_PERMISSIONS.SHARE,\n}\n\n/**\n * Return whether a given permissions set contains some permissions.\n *\n * @param {number} initialPermissionSet - the permissions set.\n * @param {number} permissionsToCheck - the permissions to check.\n * @return {boolean}\n */\nexport function hasPermissions(initialPermissionSet, permissionsToCheck) {\n\treturn initialPermissionSet !== ATOMIC_PERMISSIONS.NONE && (initialPermissionSet & permissionsToCheck) === permissionsToCheck\n}\n\n/**\n * Return whether a given permissions set is valid.\n *\n * @param {number} permissionsSet - the permissions set.\n *\n * @return {boolean}\n */\nexport function permissionsSetIsValid(permissionsSet) {\n\t// Must have at least READ or CREATE permission.\n\tif (!hasPermissions(permissionsSet, ATOMIC_PERMISSIONS.READ) && !hasPermissions(permissionsSet, ATOMIC_PERMISSIONS.CREATE)) {\n\t\treturn false\n\t}\n\n\t// Must have READ permission if have UPDATE or DELETE.\n\tif (!hasPermissions(permissionsSet, ATOMIC_PERMISSIONS.READ) && (\n\t\thasPermissions(permissionsSet, ATOMIC_PERMISSIONS.UPDATE) || hasPermissions(permissionsSet, ATOMIC_PERMISSIONS.DELETE)\n\t)) {\n\t\treturn false\n\t}\n\n\treturn true\n}\n\n/**\n * Add some permissions to an initial set of permissions.\n *\n * @param {number} initialPermissionSet - the initial permissions.\n * @param {number} permissionsToAdd - the permissions to add.\n *\n * @return {number}\n */\nexport function addPermissions(initialPermissionSet, permissionsToAdd) {\n\treturn initialPermissionSet | permissionsToAdd\n}\n\n/**\n * Remove some permissions from an initial set of permissions.\n *\n * @param {number} initialPermissionSet - the initial permissions.\n * @param {number} permissionsToSubtract - the permissions to remove.\n *\n * @return {number}\n */\nexport function subtractPermissions(initialPermissionSet, permissionsToSubtract) {\n\treturn initialPermissionSet & ~permissionsToSubtract\n}\n\n/**\n * Toggle some permissions from an initial set of permissions.\n *\n * @param {number} initialPermissionSet - the permissions set.\n * @param {number} permissionsToToggle - the permissions to toggle.\n *\n * @return {number}\n */\nexport function togglePermissions(initialPermissionSet, permissionsToToggle) {\n\tif (hasPermissions(initialPermissionSet, permissionsToToggle)) {\n\t\treturn subtractPermissions(initialPermissionSet, permissionsToToggle)\n\t} else {\n\t\treturn addPermissions(initialPermissionSet, permissionsToToggle)\n\t}\n}\n\n/**\n * Return whether some given permissions can be toggled from a permission set.\n *\n * @param {number} permissionSet - the initial permissions set.\n * @param {number} permissionsToToggle - the permissions to toggle.\n *\n * @return {boolean}\n */\nexport function canTogglePermissions(permissionSet, permissionsToToggle) {\n\treturn permissionsSetIsValid(togglePermissions(permissionSet, permissionsToToggle))\n}\n","/**\n * @copyright Copyright (c) 2019 John Molakvoæ \n *\n * @author Christoph Wurst \n * @author Daniel Calviño Sánchez \n * @author Gary Kim \n * @author John Molakvoæ \n * @author Julius Härtl \n * @author Vincent Petry \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 { showError, showSuccess } from '@nextcloud/dialogs'\nimport { getCurrentUser } from '@nextcloud/auth'\n// eslint-disable-next-line import/no-unresolved, n/no-missing-import\nimport PQueue from 'p-queue'\nimport debounce from 'debounce'\n\nimport Share from '../models/Share.js'\nimport SharesRequests from './ShareRequests.js'\nimport ShareTypes from './ShareTypes.js'\nimport Config from '../services/ConfigService.js'\n\nimport {\n\tBUNDLED_PERMISSIONS,\n} from '../lib/SharePermissionsToolBox.js'\n\nexport default {\n\tmixins: [SharesRequests, ShareTypes],\n\n\tprops: {\n\t\tfileInfo: {\n\t\t\ttype: Object,\n\t\t\tdefault: () => { },\n\t\t\trequired: true,\n\t\t},\n\t\tshare: {\n\t\t\ttype: Share,\n\t\t\tdefault: null,\n\t\t},\n\t\tisUnique: {\n\t\t\ttype: Boolean,\n\t\t\tdefault: true,\n\t\t},\n\t},\n\n\tdata() {\n\t\treturn {\n\t\t\tconfig: new Config(),\n\n\t\t\t// errors helpers\n\t\t\terrors: {},\n\n\t\t\t// component status toggles\n\t\t\tloading: false,\n\t\t\tsaving: false,\n\t\t\topen: false,\n\n\t\t\t// concurrency management queue\n\t\t\t// we want one queue per share\n\t\t\tupdateQueue: new PQueue({ concurrency: 1 }),\n\n\t\t\t/**\n\t\t\t * ! This allow vue to make the Share class state reactive\n\t\t\t * ! do not remove it ot you'll lose all reactivity here\n\t\t\t */\n\t\t\treactiveState: this.share?.state,\n\t\t}\n\t},\n\n\tcomputed: {\n\n\t\t/**\n\t\t * Does the current share have a note\n\t\t *\n\t\t * @return {boolean}\n\t\t */\n\t\thasNote: {\n\t\t\tget() {\n\t\t\t\treturn this.share.note !== ''\n\t\t\t},\n\t\t\tset(enabled) {\n\t\t\t\tthis.share.note = enabled\n\t\t\t\t\t? null // enabled but user did not changed the content yet\n\t\t\t\t\t: '' // empty = no note = disabled\n\t\t\t},\n\t\t},\n\n\t\tdateTomorrow() {\n\t\t\treturn new Date(new Date().setDate(new Date().getDate() + 1))\n\t\t},\n\n\t\t// Datepicker language\n\t\tlang() {\n\t\t\tconst weekdaysShort = window.dayNamesShort\n\t\t\t\t? window.dayNamesShort // provided by nextcloud\n\t\t\t\t: ['Sun.', 'Mon.', 'Tue.', 'Wed.', 'Thu.', 'Fri.', 'Sat.']\n\t\t\tconst monthsShort = window.monthNamesShort\n\t\t\t\t? window.monthNamesShort // provided by nextcloud\n\t\t\t\t: ['Jan.', 'Feb.', 'Mar.', 'Apr.', 'May.', 'Jun.', 'Jul.', 'Aug.', 'Sep.', 'Oct.', 'Nov.', 'Dec.']\n\t\t\tconst firstDayOfWeek = window.firstDay ? window.firstDay : 0\n\n\t\t\treturn {\n\t\t\t\tformatLocale: {\n\t\t\t\t\tfirstDayOfWeek,\n\t\t\t\t\tmonthsShort,\n\t\t\t\t\tweekdaysMin: weekdaysShort,\n\t\t\t\t\tweekdaysShort,\n\t\t\t\t},\n\t\t\t\tmonthFormat: 'MMM',\n\t\t\t}\n\t\t},\n\t\tisFolder() {\n\t\t\treturn this.fileInfo.type === 'dir'\n\t\t},\n\t\tisPublicShare() {\n\t\t\tconst shareType = this.share.shareType ?? this.share.type\n\t\t\treturn [this.SHARE_TYPES.SHARE_TYPE_LINK, this.SHARE_TYPES.SHARE_TYPE_EMAIL].includes(shareType)\n\t\t},\n\t\tisRemoteShare() {\n\t\t\treturn this.share.type === this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP || this.share.type === this.SHARE_TYPES.SHARE_TYPE_REMOTE\n\t\t},\n\t\tisShareOwner() {\n\t\t\treturn this.share && this.share.owner === getCurrentUser().uid\n\t\t},\n\t\tisExpiryDateEnforced() {\n\t\t\tif (this.isPublicShare) {\n\t\t\t\treturn this.config.isDefaultExpireDateEnforced\n\t\t\t}\n\t\t\tif (this.isRemoteShare) {\n\t\t\t return this.config.isDefaultRemoteExpireDateEnforced\n\t\t\t}\n\t\t\treturn this.config.isDefaultInternalExpireDateEnforced\n\t\t},\n\t\thasCustomPermissions() {\n\t\t\tconst bundledPermissions = [\n\t\t\t\tBUNDLED_PERMISSIONS.ALL,\n\t\t\t\tBUNDLED_PERMISSIONS.READ_ONLY,\n\t\t\t\tBUNDLED_PERMISSIONS.FILE_DROP,\n\t\t\t]\n\t\t\treturn !bundledPermissions.includes(this.share.permissions)\n\t\t},\n\t\tmaxExpirationDateEnforced() {\n\t\t\tif (this.isExpiryDateEnforced) {\n\t\t\t\tif (this.isPublicShare) {\n\t\t\t\t\treturn this.config.defaultExpirationDate\n\t\t\t\t}\n\t\t\t\tif (this.isRemoteShare) {\n\t\t\t\t\treturn this.config.defaultRemoteExpirationDateString\n\t\t\t\t}\n\t\t\t\t// If it get's here then it must be an internal share\n\t\t\t\treturn this.config.defaultInternalExpirationDate\n\t\t\t}\n\t\t\treturn null\n\t\t},\n\t},\n\n\tmethods: {\n\t\t/**\n\t\t * Check if a share is valid before\n\t\t * firing the request\n\t\t *\n\t\t * @param {Share} share the share to check\n\t\t * @return {boolean}\n\t\t */\n\t\tcheckShare(share) {\n\t\t\tif (share.password) {\n\t\t\t\tif (typeof share.password !== 'string' || share.password.trim() === '') {\n\t\t\t\t\treturn false\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (share.expirationDate) {\n\t\t\t\tconst date = share.expirationDate\n\t\t\t\tif (!date.isValid()) {\n\t\t\t\t\treturn false\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn true\n\t\t},\n\n\t\t/**\n\t\t * @param {string} date a date with YYYY-MM-DD format\n\t\t * @return {Date} date\n\t\t */\n\t\tparseDateString(date) {\n\t\t\tif (!date) {\n\t\t\t\treturn\n\t\t\t}\n\t\t\tconst regex = /([0-9]{4}-[0-9]{2}-[0-9]{2})/i\n\t\t\treturn new Date(date.match(regex)?.pop())\n\t\t},\n\n\t\t/**\n\t\t * @param {Date} date\n\t\t * @return {string} date a date with YYYY-MM-DD format\n\t\t */\n\t\tformatDateToString(date) {\n\t\t\t// Force utc time. Drop time information to be timezone-less\n\t\t\tconst utcDate = new Date(Date.UTC(date.getFullYear(), date.getMonth(), date.getDate()))\n\t\t\t// Format to YYYY-MM-DD\n\t\t\treturn utcDate.toISOString().split('T')[0]\n\t\t},\n\n\t\t/**\n\t\t * Save given value to expireDate and trigger queueUpdate\n\t\t *\n\t\t * @param {Date} date\n\t\t */\n\t\tonExpirationChange: debounce(function(date) {\n\t\t\tthis.share.expireDate = this.formatDateToString(new Date(date))\n\t\t}, 500),\n\t\t/**\n\t\t * Uncheck expire date\n\t\t * We need this method because @update:checked\n\t\t * is ran simultaneously as @uncheck, so\n\t\t * so we cannot ensure data is up-to-date\n\t\t */\n\t\tonExpirationDisable() {\n\t\t\tthis.share.expireDate = ''\n\t\t},\n\n\t\t/**\n\t\t * Note changed, let's save it to a different key\n\t\t *\n\t\t * @param {string} note the share note\n\t\t */\n\t\tonNoteChange(note) {\n\t\t\tthis.$set(this.share, 'newNote', note.trim())\n\t\t},\n\n\t\t/**\n\t\t * When the note change, we trim, save and dispatch\n\t\t *\n\t\t */\n\t\tonNoteSubmit() {\n\t\t\tif (this.share.newNote) {\n\t\t\t\tthis.share.note = this.share.newNote\n\t\t\t\tthis.$delete(this.share, 'newNote')\n\t\t\t\tthis.queueUpdate('note')\n\t\t\t}\n\t\t},\n\n\t\t/**\n\t\t * Delete share button handler\n\t\t */\n\t\tasync onDelete() {\n\t\t\ttry {\n\t\t\t\tthis.loading = true\n\t\t\t\tthis.open = false\n\t\t\t\tawait this.deleteShare(this.share.id)\n\t\t\t\tconsole.debug('Share deleted', this.share.id)\n\t\t\t\tconst message = this.share.itemType === 'file'\n\t\t\t\t\t? t('files_sharing', 'File \"{path}\" has been unshared', { path: this.share.path })\n\t\t\t\t\t: t('files_sharing', 'Folder \"{path}\" has been unshared', { path: this.share.path })\n\t\t\t\tshowSuccess(message)\n\t\t\t\tthis.$emit('remove:share', this.share)\n\t\t\t} catch (error) {\n\t\t\t\t// re-open menu if error\n\t\t\t\tthis.open = true\n\t\t\t} finally {\n\t\t\t\tthis.loading = false\n\t\t\t}\n\t\t},\n\n\t\t/**\n\t\t * Send an update of the share to the queue\n\t\t *\n\t\t * @param {Array} propertyNames the properties to sync\n\t\t */\n\t\tqueueUpdate(...propertyNames) {\n\t\t\tif (propertyNames.length === 0) {\n\t\t\t\t// Nothing to update\n\t\t\t\treturn\n\t\t\t}\n\n\t\t\tif (this.share.id) {\n\t\t\t\tconst properties = {}\n\t\t\t\t// force value to string because that is what our\n\t\t\t\t// share api controller accepts\n\t\t\t\tpropertyNames.forEach(name => {\n\t\t\t\t\tif ((typeof this.share[name]) === 'object') {\n\t\t\t\t\t\tproperties[name] = JSON.stringify(this.share[name])\n\t\t\t\t\t} else {\n\t\t\t\t\t\tproperties[name] = this.share[name].toString()\n\t\t\t\t\t}\n\t\t\t\t})\n\n\t\t\t\tthis.updateQueue.add(async () => {\n\t\t\t\t\tthis.saving = true\n\t\t\t\t\tthis.errors = {}\n\t\t\t\t\ttry {\n\t\t\t\t\t\tconst updatedShare = await this.updateShare(this.share.id, properties)\n\n\t\t\t\t\t\tif (propertyNames.indexOf('password') >= 0) {\n\t\t\t\t\t\t\t// reset password state after sync\n\t\t\t\t\t\t\tthis.$delete(this.share, 'newPassword')\n\n\t\t\t\t\t\t\t// updates password expiration time after sync\n\t\t\t\t\t\t\tthis.share.passwordExpirationTime = updatedShare.password_expiration_time\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t// clear any previous errors\n\t\t\t\t\t\tthis.$delete(this.errors, propertyNames[0])\n\t\t\t\t\t\tshowSuccess(t('files_sharing', 'Share {propertyName} saved', { propertyName: propertyNames[0] }))\n\t\t\t\t\t} catch ({ message }) {\n\t\t\t\t\t\tif (message && message !== '') {\n\t\t\t\t\t\t\tthis.onSyncError(propertyNames[0], message)\n\t\t\t\t\t\t\tshowError(t('files_sharing', message))\n\t\t\t\t\t\t}\n\t\t\t\t\t} finally {\n\t\t\t\t\t\tthis.saving = false\n\t\t\t\t\t}\n\t\t\t\t})\n\t\t\t\treturn\n\t\t\t}\n\n\t\t\t// This share does not exists on the server yet\n\t\t\tconsole.debug('Updated local share', this.share)\n\t\t},\n\n\t\t/**\n\t\t * Manage sync errors\n\t\t *\n\t\t * @param {string} property the errored property, e.g. 'password'\n\t\t * @param {string} message the error message\n\t\t */\n\t\tonSyncError(property, message) {\n\t\t\t// re-open menu if closed\n\t\t\tthis.open = true\n\t\t\tswitch (property) {\n\t\t\tcase 'password':\n\t\t\tcase 'pending':\n\t\t\tcase 'expireDate':\n\t\t\tcase 'label':\n\t\t\tcase 'note': {\n\t\t\t\t// show error\n\t\t\t\tthis.$set(this.errors, property, message)\n\n\t\t\t\tlet propertyEl = this.$refs[property]\n\t\t\t\tif (propertyEl) {\n\t\t\t\t\tif (propertyEl.$el) {\n\t\t\t\t\t\tpropertyEl = propertyEl.$el\n\t\t\t\t\t}\n\t\t\t\t\t// focus if there is a focusable action element\n\t\t\t\t\tconst focusable = propertyEl.querySelector('.focusable')\n\t\t\t\t\tif (focusable) {\n\t\t\t\t\t\tfocusable.focus()\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak\n\t\t\t}\n\t\t\tcase 'sendPasswordByTalk': {\n\t\t\t\t// show error\n\t\t\t\tthis.$set(this.errors, property, message)\n\n\t\t\t\t// Restore previous state\n\t\t\t\tthis.share.sendPasswordByTalk = !this.share.sendPasswordByTalk\n\t\t\t\tbreak\n\t\t\t}\n\t\t\t}\n\t\t},\n\t\t/**\n\t\t * Debounce queueUpdate to avoid requests spamming\n\t\t * more importantly for text data\n\t\t *\n\t\t * @param {string} property the property to sync\n\t\t */\n\t\tdebounceQueueUpdate: debounce(function(property) {\n\t\t\tthis.queueUpdate(property)\n\t\t}, 500),\n\t},\n}\n","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./SharingEntryInherited.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!./SharingEntryInherited.vue?vue&type=script&lang=js\"","\n\n\n\n\n\n\n","\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!./SharingEntryInherited.vue?vue&type=style&index=0&id=283ca89e&prod&lang=scss&scoped=true\";\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!./SharingEntryInherited.vue?vue&type=style&index=0&id=283ca89e&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./SharingEntryInherited.vue?vue&type=template&id=283ca89e&scoped=true\"\nimport script from \"./SharingEntryInherited.vue?vue&type=script&lang=js\"\nexport * from \"./SharingEntryInherited.vue?vue&type=script&lang=js\"\nimport style0 from \"./SharingEntryInherited.vue?vue&type=style&index=0&id=283ca89e&prod&lang=scss&scoped=true\"\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 \"283ca89e\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('SharingEntrySimple',{key:_vm.share.id,staticClass:\"sharing-entry__inherited\",attrs:{\"title\":_vm.share.shareWithDisplayName},scopedSlots:_vm._u([{key:\"avatar\",fn:function(){return [_c('NcAvatar',{staticClass:\"sharing-entry__avatar\",attrs:{\"user\":_vm.share.shareWith,\"display-name\":_vm.share.shareWithDisplayName}})]},proxy:true}])},[_vm._v(\" \"),_c('NcActionText',{attrs:{\"icon\":\"icon-user\"}},[_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Added by {initiator}', { initiator: _vm.share.ownerDisplayName }))+\"\\n\\t\")]),_vm._v(\" \"),(_vm.share.viaPath && _vm.share.viaFileid)?_c('NcActionLink',{attrs:{\"icon\":\"icon-folder\",\"href\":_vm.viaFileTargetUrl}},[_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Via “{folder}”', {folder: _vm.viaFolderName} ))+\"\\n\\t\")]):_vm._e(),_vm._v(\" \"),(_vm.share.canDelete)?_c('NcActionButton',{attrs:{\"icon\":\"icon-close\"},on:{\"click\":function($event){$event.preventDefault();return _vm.onDelete.apply(null, arguments)}}},[_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Unshare'))+\"\\n\\t\")]):_vm._e()],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\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!./SharingInherited.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!./SharingInherited.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!./SharingInherited.vue?vue&type=style&index=0&id=05b67dc8&prod&lang=scss&scoped=true\";\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!./SharingInherited.vue?vue&type=style&index=0&id=05b67dc8&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./SharingInherited.vue?vue&type=template&id=05b67dc8&scoped=true\"\nimport script from \"./SharingInherited.vue?vue&type=script&lang=js\"\nexport * from \"./SharingInherited.vue?vue&type=script&lang=js\"\nimport style0 from \"./SharingInherited.vue?vue&type=style&index=0&id=05b67dc8&prod&lang=scss&scoped=true\"\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 \"05b67dc8\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return (_vm.canLinkShare)?_c('ul',{staticClass:\"sharing-link-list\"},[(!_vm.hasLinkShares && _vm.canReshare)?_c('SharingEntryLink',{attrs:{\"can-reshare\":_vm.canReshare,\"file-info\":_vm.fileInfo},on:{\"add:share\":_vm.addShare}}):_vm._e(),_vm._v(\" \"),(_vm.hasShares)?_vm._l((_vm.shares),function(share,index){return _c('SharingEntryLink',{key:share.id,attrs:{\"index\":_vm.shares.length > 1 ? index + 1 : null,\"can-reshare\":_vm.canReshare,\"share\":_vm.shares[index],\"file-info\":_vm.fileInfo},on:{\"update:share\":[function($event){return _vm.$set(_vm.shares, index, $event)},function($event){return _vm.awaitForShare(...arguments)}],\"add:share\":function($event){return _vm.addShare(...arguments)},\"remove:share\":_vm.removeShare,\"open-sharing-details\":function($event){return _vm.openSharingDetails(share)}}})}):_vm._e()],2):_vm._e()\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\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!./SharingEntryQuickShareSelect.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!./SharingEntryQuickShareSelect.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!./SharingEntryQuickShareSelect.vue?vue&type=style&index=0&id=d960cabe&prod&lang=scss&scoped=true\";\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!./SharingEntryQuickShareSelect.vue?vue&type=style&index=0&id=d960cabe&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./SharingEntryQuickShareSelect.vue?vue&type=template&id=d960cabe&scoped=true\"\nimport script from \"./SharingEntryQuickShareSelect.vue?vue&type=script&lang=js\"\nexport * from \"./SharingEntryQuickShareSelect.vue?vue&type=script&lang=js\"\nimport style0 from \"./SharingEntryQuickShareSelect.vue?vue&type=style&index=0&id=d960cabe&prod&lang=scss&scoped=true\"\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 \"d960cabe\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{ref:\"quickShareDropdownContainer\",class:{ 'active': _vm.showDropdown, 'share-select': true }},[_c('span',{staticClass:\"trigger-text\",attrs:{\"id\":_vm.dropdownId,\"aria-expanded\":_vm.showDropdown,\"aria-haspopup\":true,\"aria-label\":\"Quick share options dropdown\"},on:{\"click\":_vm.toggleDropdown}},[_vm._v(\"\\n\\t\\t\"+_vm._s(_vm.selectedOption)+\"\\n\\t\\t\"),_c('DropdownIcon',{attrs:{\"size\":15}})],1),_vm._v(\" \"),(_vm.showDropdown)?_c('div',{ref:\"quickShareDropdown\",staticClass:\"share-select-dropdown\",attrs:{\"aria-labelledby\":_vm.dropdownId,\"tabindex\":\"0\"},on:{\"keydown\":[function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"down\",40,$event.key,[\"Down\",\"ArrowDown\"]))return null;return _vm.handleArrowDown.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"up\",38,$event.key,[\"Up\",\"ArrowUp\"]))return null;return _vm.handleArrowUp.apply(null, arguments)},function($event){if(!$event.type.indexOf('key')&&_vm._k($event.keyCode,\"esc\",27,$event.key,[\"Esc\",\"Escape\"]))return null;return _vm.closeDropdown.apply(null, arguments)}]}},_vm._l((_vm.options),function(option){return _c('button',{key:option,class:{ 'dropdown-item': true, 'selected': option === _vm.selectedOption },attrs:{\"aria-selected\":option === _vm.selectedOption},on:{\"click\":function($event){return _vm.selectOption(option)}}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(option)+\"\\n\\t\\t\")])}),0):_vm._e()])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./ExternalShareAction.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!./ExternalShareAction.vue?vue&type=script&lang=js\"","\n\n\n\n\n","import { render, staticRenderFns } from \"./ExternalShareAction.vue?vue&type=template&id=0f0e27d0\"\nimport script from \"./ExternalShareAction.vue?vue&type=script&lang=js\"\nexport * from \"./ExternalShareAction.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(_vm.data.is,_vm._g(_vm._b({tag:\"Component\"},'Component',_vm.data,false),_vm.action.handlers),[_vm._v(\"\\n\\t\"+_vm._s(_vm.data.text)+\"\\n\")])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/**\n * @copyright Copyright (c) 2020 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 */\n\nimport axios from '@nextcloud/axios'\nimport Config from '../services/ConfigService.js'\nimport { showError, showSuccess } from '@nextcloud/dialogs'\n\nconst config = new Config()\n// note: some chars removed on purpose to make them human friendly when read out\nconst passwordSet = 'abcdefgijkmnopqrstwxyzABCDEFGHJKLMNPQRSTWXYZ23456789'\n\n/**\n * Generate a valid policy password or\n * request a valid password if password_policy\n * is enabled\n *\n * @return {string} a valid password\n */\nexport default async function() {\n\t// password policy is enabled, let's request a pass\n\tif (config.passwordPolicy.api && config.passwordPolicy.api.generate) {\n\t\ttry {\n\t\t\tconst request = await axios.get(config.passwordPolicy.api.generate)\n\t\t\tif (request.data.ocs.data.password) {\n\t\t\t\tshowSuccess(t('files_sharing', 'Password created successfully'))\n\t\t\t\treturn request.data.ocs.data.password\n\t\t\t}\n\t\t} catch (error) {\n\t\t\tconsole.info('Error generating password from password_policy', error)\n\t\t\tshowError(t('files_sharing', 'Error generating password from password policy'))\n\t\t}\n\t}\n\n\tconst array = new Uint8Array(10)\n\tconst ratio = passwordSet.length / 255\n\tself.crypto.getRandomValues(array)\n\tlet password = ''\n\tfor (let i = 0; i < array.length; i++) {\n\t\tpassword += passwordSet.charAt(array[i] * ratio)\n\t}\n\treturn password\n}\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!./SharingEntryLink.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!./SharingEntryLink.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!./SharingEntryLink.vue?vue&type=style&index=0&id=cc82d906&prod&lang=scss&scoped=true\";\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!./SharingEntryLink.vue?vue&type=style&index=0&id=cc82d906&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./SharingEntryLink.vue?vue&type=template&id=cc82d906&scoped=true\"\nimport script from \"./SharingEntryLink.vue?vue&type=script&lang=js\"\nexport * from \"./SharingEntryLink.vue?vue&type=script&lang=js\"\nimport style0 from \"./SharingEntryLink.vue?vue&type=style&index=0&id=cc82d906&prod&lang=scss&scoped=true\"\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 \"cc82d906\",\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!./SharingLinkList.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!./SharingLinkList.vue?vue&type=script&lang=js\"","\n\n\n\n\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('li',{staticClass:\"sharing-entry sharing-entry__link\",class:{ 'sharing-entry--share': _vm.share }},[_c('NcAvatar',{staticClass:\"sharing-entry__avatar\",attrs:{\"is-no-user\":true,\"icon-class\":_vm.isEmailShareType ? 'avatar-link-share icon-mail-white' : 'avatar-link-share icon-public-white'}}),_vm._v(\" \"),_c('div',{staticClass:\"sharing-entry__summary\"},[_c('div',{staticClass:\"sharing-entry__desc\",on:{\"click\":function($event){$event.preventDefault();return _vm.toggleQuickShareSelect.apply(null, arguments)}}},[_c('span',{staticClass:\"sharing-entry__title\",attrs:{\"title\":_vm.title}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.title)+\"\\n\\t\\t\\t\")]),_vm._v(\" \"),(_vm.subtitle)?_c('p',[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.subtitle)+\"\\n\\t\\t\\t\")]):_vm._e(),_vm._v(\" \"),(_vm.share && _vm.share.permissions !== undefined)?_c('QuickShareSelect',{attrs:{\"share\":_vm.share,\"file-info\":_vm.fileInfo,\"toggle\":_vm.showDropdown},on:{\"open-sharing-details\":function($event){return _vm.openShareDetailsForCustomSettings(_vm.share)}}}):_vm._e()],1),_vm._v(\" \"),(_vm.share && !_vm.isEmailShareType && _vm.share.token)?_c('NcActions',{ref:\"copyButton\",staticClass:\"sharing-entry__copy\"},[_c('NcActionLink',{attrs:{\"href\":_vm.shareLink,\"target\":\"_blank\",\"title\":_vm.copyLinkTooltip,\"aria-label\":_vm.copyLinkTooltip,\"icon\":_vm.copied && _vm.copySuccess ? 'icon-checkmark-color' : 'icon-clippy'},on:{\"click\":function($event){$event.stopPropagation();$event.preventDefault();return _vm.copyLink.apply(null, arguments)}}})],1):_vm._e()],1),_vm._v(\" \"),(!_vm.pending && (_vm.pendingPassword || _vm.pendingEnforcedPassword || _vm.pendingExpirationDate))?_c('NcActions',{staticClass:\"sharing-entry__actions\",attrs:{\"aria-label\":_vm.actionsTooltip,\"menu-align\":\"right\",\"open\":_vm.open},on:{\"update:open\":function($event){_vm.open=$event},\"close\":_vm.onCancel}},[(_vm.errors.pending)?_c('NcActionText',{class:{ error: _vm.errors.pending },attrs:{\"icon\":\"icon-error\"}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.errors.pending)+\"\\n\\t\\t\")]):_c('NcActionText',{attrs:{\"icon\":\"icon-info\"}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Please enter the following required information before creating the share'))+\"\\n\\t\\t\")]),_vm._v(\" \"),(_vm.pendingEnforcedPassword)?_c('NcActionText',{attrs:{\"icon\":\"icon-password\"}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Password protection (enforced)'))+\"\\n\\t\\t\")]):(_vm.pendingPassword)?_c('NcActionCheckbox',{staticClass:\"share-link-password-checkbox\",attrs:{\"checked\":_vm.isPasswordProtected,\"disabled\":_vm.config.enforcePasswordForPublicLink || _vm.saving},on:{\"update:checked\":function($event){_vm.isPasswordProtected=$event},\"uncheck\":_vm.onPasswordDisable}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Password protection'))+\"\\n\\t\\t\")]):_vm._e(),_vm._v(\" \"),(_vm.pendingEnforcedPassword || _vm.share.password)?_c('NcActionInput',{staticClass:\"share-link-password\",attrs:{\"value\":_vm.share.password,\"disabled\":_vm.saving,\"required\":_vm.config.enableLinkPasswordByDefault || _vm.config.enforcePasswordForPublicLink,\"minlength\":_vm.isPasswordPolicyEnabled && _vm.config.passwordPolicy.minLength,\"icon\":\"\",\"autocomplete\":\"new-password\"},on:{\"update:value\":function($event){return _vm.$set(_vm.share, \"password\", $event)},\"submit\":_vm.onNewLinkShare}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Enter a password'))+\"\\n\\t\\t\")]):_vm._e(),_vm._v(\" \"),(_vm.pendingExpirationDate)?_c('NcActionText',{attrs:{\"icon\":\"icon-calendar-dark\"}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Expiration date (enforced)'))+\"\\n\\t\\t\")]):_vm._e(),_vm._v(\" \"),(_vm.pendingExpirationDate)?_c('NcActionInput',{staticClass:\"share-link-expire-date\",attrs:{\"disabled\":_vm.saving,\"is-native-picker\":true,\"hide-label\":true,\"value\":new Date(_vm.share.expireDate),\"type\":\"date\",\"min\":_vm.dateTomorrow,\"max\":_vm.maxExpirationDateEnforced},on:{\"input\":_vm.onExpirationChange}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Enter a date'))+\"\\n\\t\\t\")]):_vm._e(),_vm._v(\" \"),_c('NcActionButton',{attrs:{\"icon\":\"icon-checkmark\"},on:{\"click\":function($event){$event.preventDefault();$event.stopPropagation();return _vm.onNewLinkShare.apply(null, arguments)}}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Create share'))+\"\\n\\t\\t\")]),_vm._v(\" \"),_c('NcActionButton',{attrs:{\"icon\":\"icon-close\"},on:{\"click\":function($event){$event.preventDefault();$event.stopPropagation();return _vm.onCancel.apply(null, arguments)}}},[_vm._v(\"\\n\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Cancel'))+\"\\n\\t\\t\")])],1):(!_vm.loading)?_c('NcActions',{staticClass:\"sharing-entry__actions\",attrs:{\"aria-label\":_vm.actionsTooltip,\"menu-align\":\"right\",\"open\":_vm.open},on:{\"update:open\":function($event){_vm.open=$event},\"close\":_vm.onMenuClose}},[(_vm.share)?[(_vm.share.canEdit && _vm.canReshare)?[_c('NcActionButton',{attrs:{\"disabled\":_vm.saving},on:{\"click\":function($event){$event.preventDefault();return _vm.openSharingDetails.apply(null, arguments)}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('Tune')]},proxy:true}],null,false,961531849)},[_vm._v(\"\\n\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Customize link'))+\"\\n\\t\\t\\t\\t\")])]:_vm._e(),_vm._v(\" \"),_c('NcActionSeparator'),_vm._v(\" \"),_vm._l((_vm.externalLinkActions),function(action){return _c('ExternalShareAction',{key:action.id,attrs:{\"id\":action.id,\"action\":action,\"file-info\":_vm.fileInfo,\"share\":_vm.share}})}),_vm._v(\" \"),_vm._l((_vm.externalLegacyLinkActions),function({ icon, url, name },index){return _c('NcActionLink',{key:index,attrs:{\"href\":url(_vm.shareLink),\"icon\":icon,\"target\":\"_blank\"}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(name)+\"\\n\\t\\t\\t\")])}),_vm._v(\" \"),(!_vm.isEmailShareType && _vm.canReshare)?_c('NcActionButton',{staticClass:\"new-share-link\",attrs:{\"icon\":\"icon-add\"},on:{\"click\":function($event){$event.preventDefault();$event.stopPropagation();return _vm.onNewLinkShare.apply(null, arguments)}}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Add another link'))+\"\\n\\t\\t\\t\")]):_vm._e(),_vm._v(\" \"),(_vm.share.canDelete)?_c('NcActionButton',{attrs:{\"icon\":\"icon-close\",\"disabled\":_vm.saving},on:{\"click\":function($event){$event.preventDefault();return _vm.onDelete.apply(null, arguments)}}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Unshare'))+\"\\n\\t\\t\\t\")]):_vm._e()]:(_vm.canReshare)?_c('NcActionButton',{staticClass:\"new-share-link\",attrs:{\"title\":_vm.t('files_sharing', 'Create a new share link'),\"aria-label\":_vm.t('files_sharing', 'Create a new share link'),\"icon\":_vm.loading ? 'icon-loading-small' : 'icon-add'},on:{\"click\":function($event){$event.preventDefault();$event.stopPropagation();return _vm.onNewLinkShare.apply(null, arguments)}}}):_vm._e()],2):_c('div',{staticClass:\"icon-loading-small sharing-entry__loading\"})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import { render, staticRenderFns } from \"./SharingLinkList.vue?vue&type=template&id=9d43db72\"\nimport script from \"./SharingLinkList.vue?vue&type=script&lang=js\"\nexport * from \"./SharingLinkList.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('ul',{staticClass:\"sharing-sharee-list\"},_vm._l((_vm.shares),function(share){return _c('SharingEntry',{key:share.id,attrs:{\"file-info\":_vm.fileInfo,\"share\":share,\"is-unique\":_vm.isUnique(share)},on:{\"open-sharing-details\":function($event){return _vm.openSharingDetails(share)}}})}),1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\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!./SharingEntry.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!./SharingEntry.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!./SharingEntry.vue?vue&type=style&index=0&id=7bfd2f06&prod&lang=scss&scoped=true\";\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!./SharingEntry.vue?vue&type=style&index=0&id=7bfd2f06&prod&lang=scss&scoped=true\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./SharingEntry.vue?vue&type=template&id=7bfd2f06&scoped=true\"\nimport script from \"./SharingEntry.vue?vue&type=script&lang=js\"\nexport * from \"./SharingEntry.vue?vue&type=script&lang=js\"\nimport style0 from \"./SharingEntry.vue?vue&type=style&index=0&id=7bfd2f06&prod&lang=scss&scoped=true\"\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 \"7bfd2f06\",\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!./SharingList.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!./SharingList.vue?vue&type=script&lang=js\"","\n\n\n\n\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('li',{staticClass:\"sharing-entry\"},[_c('NcAvatar',{staticClass:\"sharing-entry__avatar\",attrs:{\"is-no-user\":_vm.share.type !== _vm.SHARE_TYPES.SHARE_TYPE_USER,\"user\":_vm.share.shareWith,\"display-name\":_vm.share.shareWithDisplayName,\"menu-position\":'left',\"url\":_vm.share.shareWithAvatar}}),_vm._v(\" \"),_c('div',{staticClass:\"sharing-entry__summary\",on:{\"click\":function($event){$event.preventDefault();return _vm.toggleQuickShareSelect.apply(null, arguments)}}},[_c(_vm.share.shareWithLink ? 'a' : 'div',{tag:\"component\",staticClass:\"sharing-entry__summary__desc\",attrs:{\"title\":_vm.tooltip,\"aria-label\":_vm.tooltip,\"href\":_vm.share.shareWithLink}},[_c('span',[_vm._v(_vm._s(_vm.title)+\"\\n\\t\\t\\t\\t\"),(!_vm.isUnique)?_c('span',{staticClass:\"sharing-entry__summary__desc-unique\"},[_vm._v(\" (\"+_vm._s(_vm.share.shareWithDisplayNameUnique)+\")\")]):_vm._e(),_vm._v(\" \"),(_vm.hasStatus && _vm.share.status.message)?_c('small',[_vm._v(\"(\"+_vm._s(_vm.share.status.message)+\")\")]):_vm._e()])]),_vm._v(\" \"),_c('QuickShareSelect',{attrs:{\"share\":_vm.share,\"file-info\":_vm.fileInfo,\"toggle\":_vm.showDropdown},on:{\"open-sharing-details\":function($event){return _vm.openShareDetailsForCustomSettings(_vm.share)}}})],1),_vm._v(\" \"),_c('NcButton',{staticClass:\"sharing-entry__action\",attrs:{\"aria-label\":_vm.t('files_sharing', 'Open Sharing Details'),\"type\":\"tertiary-no-background\"},on:{\"click\":function($event){return _vm.openSharingDetails(_vm.share)}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('DotsHorizontalIcon',{attrs:{\"size\":20}})]},proxy:true}])})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import { render, staticRenderFns } from \"./SharingList.vue?vue&type=template&id=445a39ed\"\nimport script from \"./SharingList.vue?vue&type=script&lang=js\"\nexport * from \"./SharingList.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:\"sharingTabDetailsView\"},[_c('div',{staticClass:\"sharingTabDetailsView__header\"},[_c('span',[(_vm.isUserShare)?_c('NcAvatar',{staticClass:\"sharing-entry__avatar\",attrs:{\"is-no-user\":_vm.share.shareType !== _vm.SHARE_TYPES.SHARE_TYPE_USER,\"user\":_vm.share.shareWith,\"display-name\":_vm.share.shareWithDisplayName,\"menu-position\":'left',\"url\":_vm.share.shareWithAvatar}}):_vm._e(),_vm._v(\" \"),_c(_vm.getShareTypeIcon(_vm.share.type),{tag:\"component\",attrs:{\"size\":32}})],1),_vm._v(\" \"),_c('span',[_c('h1',[_vm._v(_vm._s(_vm.title))])])]),_vm._v(\" \"),_c('div',{staticClass:\"sharingTabDetailsView__wrapper\"},[_c('div',{ref:\"quickPermissions\",staticClass:\"sharingTabDetailsView__quick-permissions\"},[_c('div',[_c('NcCheckboxRadioSwitch',{attrs:{\"button-variant\":true,\"checked\":_vm.sharingPermission,\"value\":_vm.bundledPermissions.READ_ONLY.toString(),\"name\":\"sharing_permission_radio\",\"type\":\"radio\",\"button-variant-grouped\":\"vertical\"},on:{\"update:checked\":[function($event){_vm.sharingPermission=$event},_vm.toggleCustomPermissions]}},[_c('ViewIcon',{attrs:{\"size\":20}}),_vm._v(\" \"),_c('span',[_vm._v(_vm._s(_vm.t('files_sharing', 'View only')))])],1),_vm._v(\" \"),_c('NcCheckboxRadioSwitch',{attrs:{\"button-variant\":true,\"checked\":_vm.sharingPermission,\"value\":_vm.bundledPermissions.ALL.toString(),\"name\":\"sharing_permission_radio\",\"type\":\"radio\",\"button-variant-grouped\":\"vertical\"},on:{\"update:checked\":[function($event){_vm.sharingPermission=$event},_vm.toggleCustomPermissions]}},[_c('EditIcon',{attrs:{\"size\":20}}),_vm._v(\" \"),(_vm.allowsFileDrop)?[_c('span',[_vm._v(_vm._s(_vm.t('files_sharing', 'Allow upload and editing')))])]:[_c('span',[_vm._v(_vm._s(_vm.t('files_sharing', 'Allow editing')))])]],2),_vm._v(\" \"),(_vm.allowsFileDrop)?_c('NcCheckboxRadioSwitch',{attrs:{\"button-variant\":true,\"checked\":_vm.sharingPermission,\"value\":_vm.bundledPermissions.FILE_DROP.toString(),\"name\":\"sharing_permission_radio\",\"type\":\"radio\",\"button-variant-grouped\":\"vertical\"},on:{\"update:checked\":[function($event){_vm.sharingPermission=$event},_vm.toggleCustomPermissions]}},[_c('UploadIcon',{attrs:{\"size\":20}}),_vm._v(\" \"),_c('span',[_vm._v(_vm._s(_vm.t('files_sharing', 'File drop')))]),_vm._v(\" \"),_c('small',[_vm._v(_vm._s(_vm.t('files_sharing', 'Upload only')))])],1):_vm._e(),_vm._v(\" \"),_c('NcCheckboxRadioSwitch',{attrs:{\"button-variant\":true,\"checked\":_vm.sharingPermission,\"value\":'custom',\"name\":\"sharing_permission_radio\",\"type\":\"radio\",\"button-variant-grouped\":\"vertical\"},on:{\"update:checked\":[function($event){_vm.sharingPermission=$event},_vm.expandCustomPermissions]}},[_c('DotsHorizontalIcon',{attrs:{\"size\":20}}),_vm._v(\" \"),_c('span',[_vm._v(_vm._s(_vm.t('files_sharing', 'Custom permissions')))]),_vm._v(\" \"),_c('small',[_vm._v(_vm._s(_vm.customPermissionsList))])],1)],1)]),_vm._v(\" \"),_c('div',{staticClass:\"sharingTabDetailsView__advanced-control\"},[_c('NcButton',{attrs:{\"id\":\"advancedSectionAccordionAdvancedControl\",\"type\":\"tertiary\",\"alignment\":\"end-reverse\"},on:{\"click\":function($event){_vm.advancedSectionAccordionExpanded = !_vm.advancedSectionAccordionExpanded}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('MenuDownIcon')]},proxy:true}])},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Advanced settings'))+\"\\n\\t\\t\\t\\t\")])],1),_vm._v(\" \"),(_vm.advancedSectionAccordionExpanded)?_c('div',{staticClass:\"sharingTabDetailsView__advanced\",attrs:{\"id\":\"advancedSectionAccordionAdvanced\",\"aria-labelledby\":\"advancedSectionAccordionAdvancedControl\",\"role\":\"region\"}},[_c('section',[(_vm.isPublicShare)?_c('NcInputField',{attrs:{\"value\":_vm.share.label,\"type\":\"text\",\"label\":_vm.t('files_sharing', 'Share label')},on:{\"update:value\":function($event){return _vm.$set(_vm.share, \"label\", $event)}}}):_vm._e(),_vm._v(\" \"),(_vm.isPublicShare)?[_c('NcCheckboxRadioSwitch',{attrs:{\"checked\":_vm.isPasswordProtected,\"disabled\":_vm.isPasswordEnforced},on:{\"update:checked\":function($event){_vm.isPasswordProtected=$event}}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Set password'))+\"\\n\\t\\t\\t\\t\\t\")]),_vm._v(\" \"),(_vm.isPasswordProtected)?_c('NcInputField',{attrs:{\"type\":_vm.hasUnsavedPassword ? 'text' : 'password',\"value\":_vm.hasUnsavedPassword ? _vm.share.newPassword : '***************',\"error\":_vm.passwordError,\"required\":_vm.isPasswordEnforced,\"label\":_vm.t('files_sharing', 'Password')},on:{\"update:value\":_vm.onPasswordChange}}):_vm._e(),_vm._v(\" \"),(_vm.isEmailShareType && _vm.passwordExpirationTime)?_c('span',{attrs:{\"icon\":\"icon-info\"}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Password expires {passwordExpirationTime}', { passwordExpirationTime: _vm.passwordExpirationTime }))+\"\\n\\t\\t\\t\\t\\t\")]):(_vm.isEmailShareType && _vm.passwordExpirationTime !== null)?_c('span',{attrs:{\"icon\":\"icon-error\"}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Password expired'))+\"\\n\\t\\t\\t\\t\\t\")]):_vm._e()]:_vm._e(),_vm._v(\" \"),(_vm.canTogglePasswordProtectedByTalkAvailable)?_c('NcCheckboxRadioSwitch',{attrs:{\"checked\":_vm.isPasswordProtectedByTalk},on:{\"update:checked\":[function($event){_vm.isPasswordProtectedByTalk=$event},_vm.onPasswordProtectedByTalkChange]}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Video verification'))+\"\\n\\t\\t\\t\\t\")]):_vm._e(),_vm._v(\" \"),_c('NcCheckboxRadioSwitch',{attrs:{\"checked\":_vm.hasExpirationDate,\"disabled\":_vm.isExpiryDateEnforced},on:{\"update:checked\":function($event){_vm.hasExpirationDate=$event}}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\"+_vm._s(_vm.isExpiryDateEnforced\n\t\t\t\t\t\t? _vm.t('files_sharing', 'Expiration date (enforced)')\n\t\t\t\t\t\t: _vm.t('files_sharing', 'Set expiration date'))+\"\\n\\t\\t\\t\\t\")]),_vm._v(\" \"),(_vm.hasExpirationDate)?_c('NcDateTimePickerNative',{attrs:{\"id\":\"share-date-picker\",\"value\":new Date(_vm.share.expireDate ?? _vm.dateTomorrow),\"min\":_vm.dateTomorrow,\"max\":_vm.maxExpirationDateEnforced,\"hide-label\":true,\"placeholder\":_vm.t('files_sharing', 'Expiration date'),\"type\":\"date\"},on:{\"input\":_vm.onExpirationChange}}):_vm._e(),_vm._v(\" \"),(_vm.isPublicShare)?_c('NcCheckboxRadioSwitch',{attrs:{\"disabled\":_vm.canChangeHideDownload,\"checked\":_vm.share.hideDownload},on:{\"update:checked\":[function($event){return _vm.$set(_vm.share, \"hideDownload\", $event)},function($event){return _vm.queueUpdate('hideDownload')}]}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Hide download'))+\"\\n\\t\\t\\t\\t\")]):_vm._e(),_vm._v(\" \"),(!_vm.isPublicShare)?_c('NcCheckboxRadioSwitch',{attrs:{\"disabled\":!_vm.canSetDownload,\"checked\":_vm.canDownload},on:{\"update:checked\":function($event){_vm.canDownload=$event}}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Allow download'))+\"\\n\\t\\t\\t\\t\")]):_vm._e(),_vm._v(\" \"),_c('NcCheckboxRadioSwitch',{attrs:{\"checked\":_vm.writeNoteToRecipientIsChecked},on:{\"update:checked\":function($event){_vm.writeNoteToRecipientIsChecked=$event}}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Note to recipient'))+\"\\n\\t\\t\\t\\t\")]),_vm._v(\" \"),(_vm.writeNoteToRecipientIsChecked)?[_c('label',{attrs:{\"for\":\"share-note-textarea\"}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Enter a note for the share recipient'))+\"\\n\\t\\t\\t\\t\\t\")]),_vm._v(\" \"),_c('textarea',{attrs:{\"id\":\"share-note-textarea\"},domProps:{\"value\":_vm.share.note},on:{\"input\":function($event){_vm.share.note = $event.target.value}}})]:_vm._e(),_vm._v(\" \"),_c('NcCheckboxRadioSwitch',{attrs:{\"checked\":_vm.setCustomPermissions},on:{\"update:checked\":function($event){_vm.setCustomPermissions=$event}}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Custom permissions'))+\"\\n\\t\\t\\t\\t\")]),_vm._v(\" \"),(_vm.setCustomPermissions)?_c('section',{staticClass:\"custom-permissions-group\"},[_c('NcCheckboxRadioSwitch',{attrs:{\"disabled\":!_vm.canRemoveReadPermission,\"checked\":_vm.hasRead},on:{\"update:checked\":function($event){_vm.hasRead=$event}}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Read'))+\"\\n\\t\\t\\t\\t\\t\")]),_vm._v(\" \"),(_vm.isFolder)?_c('NcCheckboxRadioSwitch',{attrs:{\"disabled\":!_vm.canSetCreate,\"checked\":_vm.canCreate},on:{\"update:checked\":function($event){_vm.canCreate=$event}}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Create'))+\"\\n\\t\\t\\t\\t\\t\")]):_vm._e(),_vm._v(\" \"),_c('NcCheckboxRadioSwitch',{attrs:{\"disabled\":!_vm.canSetEdit,\"checked\":_vm.canEdit},on:{\"update:checked\":function($event){_vm.canEdit=$event}}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Update'))+\"\\n\\t\\t\\t\\t\\t\")]),_vm._v(\" \"),(_vm.config.isResharingAllowed && _vm.share.type !== _vm.SHARE_TYPES.SHARE_TYPE_LINK)?_c('NcCheckboxRadioSwitch',{attrs:{\"disabled\":!_vm.canSetReshare,\"checked\":_vm.canReshare},on:{\"update:checked\":function($event){_vm.canReshare=$event}}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Share'))+\"\\n\\t\\t\\t\\t\\t\")]):_vm._e(),_vm._v(\" \"),_c('NcCheckboxRadioSwitch',{attrs:{\"disabled\":!_vm.canSetDelete,\"checked\":_vm.canDelete},on:{\"update:checked\":function($event){_vm.canDelete=$event}}},[_vm._v(\"\\n\\t\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Delete'))+\"\\n\\t\\t\\t\\t\\t\")])],1):_vm._e()],2)]):_vm._e()]),_vm._v(\" \"),_c('div',{staticClass:\"sharingTabDetailsView__footer\"},[_c('div',{staticClass:\"sharingTabDetailsView__delete\"},[(!_vm.isNewShare)?_c('NcButton',{attrs:{\"aria-label\":_vm.t('files_sharing', 'Delete share'),\"disabled\":false,\"readonly\":false,\"type\":\"tertiary\"},on:{\"click\":function($event){$event.preventDefault();return _vm.removeShare.apply(null, arguments)}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('CloseIcon',{attrs:{\"size\":16}})]},proxy:true}],null,false,2746485232)},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Delete share'))+\"\\n\\t\\t\\t\")]):_vm._e()],1),_vm._v(\" \"),_c('div',{staticClass:\"button-group\"},[_c('NcButton',{on:{\"click\":function($event){return _vm.$emit('close-sharing-details')}}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Cancel'))+\"\\n\\t\\t\\t\")]),_vm._v(\" \"),_c('NcButton',{attrs:{\"type\":\"primary\"},on:{\"click\":_vm.saveShare}},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.shareButtonText)+\"\\n\\t\\t\\t\")])],1)])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","