From ae6e626a4936203d3c8453b8ace019f305303b05 Mon Sep 17 00:00:00 2001 From: Luka Trovic Date: Fri, 2 Aug 2024 12:19:16 +0200 Subject: [PATCH] fix(files_sharing): add missing subtitle on search for share recipients Signed-off-by: Luka Trovic Signed-off-by: nextcloud-command --- apps/files_sharing/src/components/SharingInput.vue | 12 ++++++------ dist/5519-5519.js | 3 +++ ...-8985.js.LICENSE.txt => 5519-5519.js.LICENSE.txt} | 0 dist/5519-5519.js.map | 1 + dist/8985-8985.js | 3 --- dist/8985-8985.js.map | 1 - dist/files_sharing-files_sharing_tab.js | 4 ++-- dist/files_sharing-files_sharing_tab.js.map | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 dist/5519-5519.js rename dist/{8985-8985.js.LICENSE.txt => 5519-5519.js.LICENSE.txt} (100%) create mode 100644 dist/5519-5519.js.map delete mode 100644 dist/8985-8985.js delete mode 100644 dist/8985-8985.js.map diff --git a/apps/files_sharing/src/components/SharingInput.vue b/apps/files_sharing/src/components/SharingInput.vue index 7dbce6f849342..519c6bf884c55 100644 --- a/apps/files_sharing/src/components/SharingInput.vue +++ b/apps/files_sharing/src/components/SharingInput.vue @@ -438,17 +438,17 @@ export default { * @return {object} */ formatForMultiselect(result) { - let subtitle + let subname if (result.value.shareType === this.SHARE_TYPES.SHARE_TYPE_USER && this.config.shouldAlwaysShowUnique) { - subtitle = result.shareWithDisplayNameUnique ?? '' + subname = result.shareWithDisplayNameUnique ?? '' } else if ((result.value.shareType === this.SHARE_TYPES.SHARE_TYPE_REMOTE || result.value.shareType === this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP ) && result.value.server) { - subtitle = t('files_sharing', 'on {server}', { server: result.value.server }) + subname = t('files_sharing', 'on {server}', { server: result.value.server }) } else if (result.value.shareType === this.SHARE_TYPES.SHARE_TYPE_EMAIL) { - subtitle = result.value.shareWith + subname = result.value.shareWith } else { - subtitle = result.shareWithDescription ?? '' + subname = result.shareWithDescription ?? '' } return { @@ -457,7 +457,7 @@ export default { user: result.uuid || result.value.shareWith, isNoUser: result.value.shareType !== this.SHARE_TYPES.SHARE_TYPE_USER, displayName: result.name || result.label, - subtitle, + subname, shareWithDisplayNameUnique: result.shareWithDisplayNameUnique || '', ...this.shareTypeToIcon(result.value.shareType), } diff --git a/dist/5519-5519.js b/dist/5519-5519.js new file mode 100644 index 0000000000000..bf08649a6a20d --- /dev/null +++ b/dist/5519-5519.js @@ -0,0 +1,3 @@ +/*! For license information please see 5519-5519.js.LICENSE.txt */ +(self.webpackChunknextcloud=self.webpackChunknextcloud||[]).push([[5519],{86243:(e,t,i)=>{"use strict";i.d(t,{A:()=>o});var s=i(71354),a=i.n(s),n=i(76314),r=i.n(n)()(a());r.push([e.id,".fade-enter-active[data-v-8e58e0a5],\n.fade-leave-active[data-v-8e58e0a5] {\n transition: opacity .3s ease;\n}\n.fade-enter[data-v-8e58e0a5],\n.fade-leave-to[data-v-8e58e0a5] {\n opacity: 0;\n}\n.linked-icons[data-v-8e58e0a5] {\n display: flex;\n}\n.linked-icons img[data-v-8e58e0a5] {\n padding: 12px;\n height: 44px;\n display: block;\n background-repeat: no-repeat;\n background-position: center;\n opacity: .7;\n}\n.linked-icons img[data-v-8e58e0a5]:hover {\n opacity: 1;\n}\n.popovermenu[data-v-8e58e0a5] {\n display: none;\n}\n.popovermenu.open[data-v-8e58e0a5] {\n display: block;\n}\nli.collection-list-item[data-v-8e58e0a5] {\n flex-wrap: wrap;\n height: auto;\n cursor: pointer;\n margin-bottom: 0 !important;\n}\nli.collection-list-item .collection-avatar[data-v-8e58e0a5] {\n margin-top: 6px;\n}\nli.collection-list-item form[data-v-8e58e0a5],\nli.collection-list-item .collection-item-name[data-v-8e58e0a5] {\n flex-basis: 10%;\n flex-grow: 1;\n display: flex;\n}\nli.collection-list-item .collection-item-name[data-v-8e58e0a5] {\n padding: 12px 9px;\n}\nli.collection-list-item input[data-v-8e58e0a5] {\n margin-top: 4px;\n border-color: var(--color-border-maxcontrast);\n}\nli.collection-list-item input[type=text][data-v-8e58e0a5] {\n flex-grow: 1;\n}\nli.collection-list-item .error[data-v-8e58e0a5],\nli.collection-list-item .resource-list-details[data-v-8e58e0a5] {\n flex-basis: 100%;\n width: 100%;\n}\nli.collection-list-item .resource-list-details li[data-v-8e58e0a5] {\n display: flex;\n margin-left: 44px;\n border-radius: 3px;\n cursor: pointer;\n}\nli.collection-list-item .resource-list-details li[data-v-8e58e0a5]:hover {\n background-color: var(--color-background-dark);\n}\nli.collection-list-item .resource-list-details li a[data-v-8e58e0a5] {\n flex-grow: 1;\n padding: 3px;\n max-width: calc(100% - 30px);\n display: flex;\n}\nli.collection-list-item .resource-list-details span[data-v-8e58e0a5] {\n display: inline-block;\n vertical-align: top;\n margin-right: 10px;\n}\nli.collection-list-item .resource-list-details span.resource-name[data-v-8e58e0a5] {\n text-overflow: ellipsis;\n overflow: hidden;\n position: relative;\n vertical-align: top;\n white-space: nowrap;\n flex-grow: 1;\n padding: 4px;\n}\nli.collection-list-item .resource-list-details img[data-v-8e58e0a5] {\n width: 24px;\n height: 24px;\n}\nli.collection-list-item .resource-list-details .icon-close[data-v-8e58e0a5] {\n opacity: .7;\n}\nli.collection-list-item .resource-list-details .icon-close[data-v-8e58e0a5]:hover,\nli.collection-list-item .resource-list-details .icon-close[data-v-8e58e0a5]:focus {\n opacity: 1;\n}\n.shouldshake[data-v-8e58e0a5] {\n animation: shake-8e58e0a5 .6s 1 linear;\n}\n@keyframes shake-8e58e0a5 {\n 0% {\n transform: translate(15px);\n }\n 20% {\n transform: translate(-15px);\n }\n 40% {\n transform: translate(7px);\n }\n 60% {\n transform: translate(-7px);\n }\n 80% {\n transform: translate(3px);\n }\n to {\n transform: translate(0);\n }\n}\n.collection-list *[data-v-75a4370b] {\n box-sizing: border-box;\n}\n.collection-list > li[data-v-75a4370b] {\n display: flex;\n align-items: start;\n gap: 12px;\n}\n.collection-list > li > .avatar[data-v-75a4370b] {\n margin-top: auto;\n}\n#collection-select-container[data-v-75a4370b] {\n display: flex;\n flex-direction: column;\n}\n.v-select span.avatar[data-v-75a4370b] {\n display: block;\n padding: 16px;\n opacity: .7;\n background-repeat: no-repeat;\n background-position: center;\n}\n.v-select span.avatar[data-v-75a4370b]:hover {\n opacity: 1;\n}\np.hint[data-v-75a4370b] {\n z-index: 1;\n margin-top: -16px;\n padding: 8px;\n color: var(--color-text-maxcontrast);\n line-height: normal;\n}\ndiv.avatar[data-v-75a4370b] {\n width: 32px;\n height: 32px;\n margin: 30px 0 0;\n padding: 8px;\n background-color: var(--color-background-dark);\n}\n.icon-projects[data-v-75a4370b] {\n display: block;\n padding: 8px;\n background-repeat: no-repeat;\n background-position: center;\n}\n.option__wrapper[data-v-75a4370b] {\n display: flex;\n}\n.option__wrapper .avatar[data-v-75a4370b] {\n display: block;\n background-color: var(--color-background-darker) !important;\n}\n.option__wrapper .option__title[data-v-75a4370b] {\n padding: 4px;\n}\n.fade-enter-active[data-v-75a4370b],\n.fade-leave-active[data-v-75a4370b] {\n transition: opacity .5s;\n}\n.fade-enter[data-v-75a4370b],\n.fade-leave-to[data-v-75a4370b] {\n opacity: 0;\n}\n","",{version:3,sources:["webpack://./node_modules/nextcloud-vue-collections/dist/assets/index-Au1Gr_G6.css"],names:[],mappings:"AAAA;;EAEE,4BAA4B;AAC9B;AACA;;EAEE,UAAU;AACZ;AACA;EACE,aAAa;AACf;AACA;EACE,aAAa;EACb,YAAY;EACZ,cAAc;EACd,4BAA4B;EAC5B,2BAA2B;EAC3B,WAAW;AACb;AACA;EACE,UAAU;AACZ;AACA;EACE,aAAa;AACf;AACA;EACE,cAAc;AAChB;AACA;EACE,eAAe;EACf,YAAY;EACZ,eAAe;EACf,2BAA2B;AAC7B;AACA;EACE,eAAe;AACjB;AACA;;EAEE,eAAe;EACf,YAAY;EACZ,aAAa;AACf;AACA;EACE,iBAAiB;AACnB;AACA;EACE,eAAe;EACf,6CAA6C;AAC/C;AACA;EACE,YAAY;AACd;AACA;;EAEE,gBAAgB;EAChB,WAAW;AACb;AACA;EACE,aAAa;EACb,iBAAiB;EACjB,kBAAkB;EAClB,eAAe;AACjB;AACA;EACE,8CAA8C;AAChD;AACA;EACE,YAAY;EACZ,YAAY;EACZ,4BAA4B;EAC5B,aAAa;AACf;AACA;EACE,qBAAqB;EACrB,mBAAmB;EACnB,kBAAkB;AACpB;AACA;EACE,uBAAuB;EACvB,gBAAgB;EAChB,kBAAkB;EAClB,mBAAmB;EACnB,mBAAmB;EACnB,YAAY;EACZ,YAAY;AACd;AACA;EACE,WAAW;EACX,YAAY;AACd;AACA;EACE,WAAW;AACb;AACA;;EAEE,UAAU;AACZ;AACA;EACE,sCAAsC;AACxC;AACA;EACE;IACE,0BAA0B;EAC5B;EACA;IACE,2BAA2B;EAC7B;EACA;IACE,yBAAyB;EAC3B;EACA;IACE,0BAA0B;EAC5B;EACA;IACE,yBAAyB;EAC3B;EACA;IACE,uBAAuB;EACzB;AACF;AACA;EACE,sBAAsB;AACxB;AACA;EACE,aAAa;EACb,kBAAkB;EAClB,SAAS;AACX;AACA;EACE,gBAAgB;AAClB;AACA;EACE,aAAa;EACb,sBAAsB;AACxB;AACA;EACE,cAAc;EACd,aAAa;EACb,WAAW;EACX,4BAA4B;EAC5B,2BAA2B;AAC7B;AACA;EACE,UAAU;AACZ;AACA;EACE,UAAU;EACV,iBAAiB;EACjB,YAAY;EACZ,oCAAoC;EACpC,mBAAmB;AACrB;AACA;EACE,WAAW;EACX,YAAY;EACZ,gBAAgB;EAChB,YAAY;EACZ,8CAA8C;AAChD;AACA;EACE,cAAc;EACd,YAAY;EACZ,4BAA4B;EAC5B,2BAA2B;AAC7B;AACA;EACE,aAAa;AACf;AACA;EACE,cAAc;EACd,2DAA2D;AAC7D;AACA;EACE,YAAY;AACd;AACA;;EAEE,uBAAuB;AACzB;AACA;;EAEE,UAAU;AACZ",sourcesContent:[".fade-enter-active[data-v-8e58e0a5],\n.fade-leave-active[data-v-8e58e0a5] {\n transition: opacity .3s ease;\n}\n.fade-enter[data-v-8e58e0a5],\n.fade-leave-to[data-v-8e58e0a5] {\n opacity: 0;\n}\n.linked-icons[data-v-8e58e0a5] {\n display: flex;\n}\n.linked-icons img[data-v-8e58e0a5] {\n padding: 12px;\n height: 44px;\n display: block;\n background-repeat: no-repeat;\n background-position: center;\n opacity: .7;\n}\n.linked-icons img[data-v-8e58e0a5]:hover {\n opacity: 1;\n}\n.popovermenu[data-v-8e58e0a5] {\n display: none;\n}\n.popovermenu.open[data-v-8e58e0a5] {\n display: block;\n}\nli.collection-list-item[data-v-8e58e0a5] {\n flex-wrap: wrap;\n height: auto;\n cursor: pointer;\n margin-bottom: 0 !important;\n}\nli.collection-list-item .collection-avatar[data-v-8e58e0a5] {\n margin-top: 6px;\n}\nli.collection-list-item form[data-v-8e58e0a5],\nli.collection-list-item .collection-item-name[data-v-8e58e0a5] {\n flex-basis: 10%;\n flex-grow: 1;\n display: flex;\n}\nli.collection-list-item .collection-item-name[data-v-8e58e0a5] {\n padding: 12px 9px;\n}\nli.collection-list-item input[data-v-8e58e0a5] {\n margin-top: 4px;\n border-color: var(--color-border-maxcontrast);\n}\nli.collection-list-item input[type=text][data-v-8e58e0a5] {\n flex-grow: 1;\n}\nli.collection-list-item .error[data-v-8e58e0a5],\nli.collection-list-item .resource-list-details[data-v-8e58e0a5] {\n flex-basis: 100%;\n width: 100%;\n}\nli.collection-list-item .resource-list-details li[data-v-8e58e0a5] {\n display: flex;\n margin-left: 44px;\n border-radius: 3px;\n cursor: pointer;\n}\nli.collection-list-item .resource-list-details li[data-v-8e58e0a5]:hover {\n background-color: var(--color-background-dark);\n}\nli.collection-list-item .resource-list-details li a[data-v-8e58e0a5] {\n flex-grow: 1;\n padding: 3px;\n max-width: calc(100% - 30px);\n display: flex;\n}\nli.collection-list-item .resource-list-details span[data-v-8e58e0a5] {\n display: inline-block;\n vertical-align: top;\n margin-right: 10px;\n}\nli.collection-list-item .resource-list-details span.resource-name[data-v-8e58e0a5] {\n text-overflow: ellipsis;\n overflow: hidden;\n position: relative;\n vertical-align: top;\n white-space: nowrap;\n flex-grow: 1;\n padding: 4px;\n}\nli.collection-list-item .resource-list-details img[data-v-8e58e0a5] {\n width: 24px;\n height: 24px;\n}\nli.collection-list-item .resource-list-details .icon-close[data-v-8e58e0a5] {\n opacity: .7;\n}\nli.collection-list-item .resource-list-details .icon-close[data-v-8e58e0a5]:hover,\nli.collection-list-item .resource-list-details .icon-close[data-v-8e58e0a5]:focus {\n opacity: 1;\n}\n.shouldshake[data-v-8e58e0a5] {\n animation: shake-8e58e0a5 .6s 1 linear;\n}\n@keyframes shake-8e58e0a5 {\n 0% {\n transform: translate(15px);\n }\n 20% {\n transform: translate(-15px);\n }\n 40% {\n transform: translate(7px);\n }\n 60% {\n transform: translate(-7px);\n }\n 80% {\n transform: translate(3px);\n }\n to {\n transform: translate(0);\n }\n}\n.collection-list *[data-v-75a4370b] {\n box-sizing: border-box;\n}\n.collection-list > li[data-v-75a4370b] {\n display: flex;\n align-items: start;\n gap: 12px;\n}\n.collection-list > li > .avatar[data-v-75a4370b] {\n margin-top: auto;\n}\n#collection-select-container[data-v-75a4370b] {\n display: flex;\n flex-direction: column;\n}\n.v-select span.avatar[data-v-75a4370b] {\n display: block;\n padding: 16px;\n opacity: .7;\n background-repeat: no-repeat;\n background-position: center;\n}\n.v-select span.avatar[data-v-75a4370b]:hover {\n opacity: 1;\n}\np.hint[data-v-75a4370b] {\n z-index: 1;\n margin-top: -16px;\n padding: 8px;\n color: var(--color-text-maxcontrast);\n line-height: normal;\n}\ndiv.avatar[data-v-75a4370b] {\n width: 32px;\n height: 32px;\n margin: 30px 0 0;\n padding: 8px;\n background-color: var(--color-background-dark);\n}\n.icon-projects[data-v-75a4370b] {\n display: block;\n padding: 8px;\n background-repeat: no-repeat;\n background-position: center;\n}\n.option__wrapper[data-v-75a4370b] {\n display: flex;\n}\n.option__wrapper .avatar[data-v-75a4370b] {\n display: block;\n background-color: var(--color-background-darker) !important;\n}\n.option__wrapper .option__title[data-v-75a4370b] {\n padding: 4px;\n}\n.fade-enter-active[data-v-75a4370b],\n.fade-leave-active[data-v-75a4370b] {\n transition: opacity .5s;\n}\n.fade-enter[data-v-75a4370b],\n.fade-leave-to[data-v-75a4370b] {\n opacity: 0;\n}\n"],sourceRoot:""}]);const o=r},84007:(e,t,i)=>{"use strict";i.d(t,{A:()=>o});var s=i(71354),a=i.n(s),n=i(76314),r=i.n(n)()(a());r.push([e.id,".sharing-entry[data-v-25ab69f2]{display:flex;align-items:center;height:44px}.sharing-entry__summary[data-v-25ab69f2]{padding:8px;padding-left:10px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1 0;min-width:0}.sharing-entry__summary__desc[data-v-25ab69f2]{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-25ab69f2],.sharing-entry__summary__desc small[data-v-25ab69f2]{color:var(--color-text-maxcontrast)}.sharing-entry__summary__desc-unique[data-v-25ab69f2]{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,CACA,yCACC,WAAA,CACA,iBAAA,CACA,YAAA,CACA,qBAAA,CACA,sBAAA,CACA,sBAAA,CACA,QAAA,CACA,WAAA,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\t&__summary {\n\t\tpadding: 8px;\n\t\tpadding-left: 10px;\n\t\tdisplay: flex;\n\t\tflex-direction: column;\n\t\tjustify-content: center;\n\t\talign-items: flex-start;\n\t\tflex: 1 0;\n\t\tmin-width: 0;\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=r},41699:(e,t,i)=>{"use strict";i.d(t,{A:()=>o});var s=i(71354),a=i.n(s),n=i(76314),r=i.n(n)()(a());r.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=r},22092:(e,t,i)=>{"use strict";i.d(t,{A:()=>o});var s=i(71354),a=i.n(s),n=i(76314),r=i.n(n)()(a());r.push([e.id,".sharing-entry__internal .avatar-external[data-v-69227eb0]{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-69227eb0]{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=r},43872:(e,t,i)=>{"use strict";i.d(t,{A:()=>o});var s=i(71354),a=i.n(s),n=i(76314),r=i.n(n)()(a());r.push([e.id,".sharing-entry[data-v-7e0785a9]{display:flex;align-items:center;min-height:44px}.sharing-entry__summary[data-v-7e0785a9]{padding:8px;padding-left:10px;display:flex;justify-content:space-between;flex:1 0;min-width:0}.sharing-entry__desc[data-v-7e0785a9]{display:flex;flex-direction:column;line-height:1.2em}.sharing-entry__desc p[data-v-7e0785a9]{color:var(--color-text-maxcontrast)}.sharing-entry__desc__title[data-v-7e0785a9]{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sharing-entry:not(.sharing-entry--share) .sharing-entry__actions .new-share-link[data-v-7e0785a9]{border-top:1px solid var(--color-border)}.sharing-entry[data-v-7e0785a9] .avatar-link-share{background-color:var(--color-primary-element)}.sharing-entry .sharing-entry__action--public-upload[data-v-7e0785a9]{border-bottom:1px solid var(--color-border)}.sharing-entry__loading[data-v-7e0785a9]{width:44px;height:44px;margin:0;padding:14px;margin-left:auto}.sharing-entry .action-item~.action-item[data-v-7e0785a9],.sharing-entry .action-item~.sharing-entry__loading[data-v-7e0785a9]{margin-left:0}.sharing-entry .icon-checkmark-color[data-v-7e0785a9]{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,QAAA,CACA,WAAA,CAGA,sCACC,YAAA,CACA,qBAAA,CACA,iBAAA,CAEA,wCACC,mCAAA,CAGD,6CACC,sBAAA,CACA,eAAA,CACA,kBAAA,CAKF,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\tflex: 1 0;\n\t\tmin-width: 0;\n\t}\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&: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=r},45340:(e,t,i)=>{"use strict";i.d(t,{A:()=>o});var s=i(71354),a=i.n(s),n=i(76314),r=i.n(n)()(a());r.push([e.id,".share-select[data-v-6e5dd9f1]{display:block}.share-select[data-v-6e5dd9f1] .action-item__menutoggle{color:var(--color-primary-element) !important;font-size:12.5px !important;height:auto !important;min-height:auto !important}.share-select[data-v-6e5dd9f1] .action-item__menutoggle .button-vue__text{font-weight:normal !important}.share-select[data-v-6e5dd9f1] .action-item__menutoggle .button-vue__icon{height:24px !important;min-height:24px !important;width:24px !important;min-width:24px !important}.share-select[data-v-6e5dd9f1] .action-item__menutoggle .button-vue__wrapper{flex-direction:row-reverse !important}","",{version:3,sources:["webpack://./apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue"],names:[],mappings:"AACA,+BACC,aAAA,CAIA,wDACC,6CAAA,CACA,2BAAA,CACA,sBAAA,CACA,0BAAA,CAEA,0EACC,6BAAA,CAGD,0EACC,sBAAA,CACA,0BAAA,CACA,qBAAA,CACA,yBAAA,CAGD,6EAEC,qCAAA",sourcesContent:["\n.share-select {\n\tdisplay: block;\n\n\t// TODO: NcActions should have a slot for custom trigger button like NcPopover\n\t// Overrider NcActionms button to make it small\n\t:deep(.action-item__menutoggle) {\n\t\tcolor: var(--color-primary-element) !important;\n\t\tfont-size: 12.5px !important;\n\t\theight: auto !important;\n\t\tmin-height: auto !important;\n\n\t\t.button-vue__text {\n\t\t\tfont-weight: normal !important;\n\t\t}\n\n\t\t.button-vue__icon {\n\t\t\theight: 24px !important;\n\t\t\tmin-height: 24px !important;\n\t\t\twidth: 24px !important;\n\t\t\tmin-width: 24px !important;\n\t\t}\n\n\t\t.button-vue__wrapper {\n\t\t\t// Emulate NcButton's alignment=center-reverse\n\t\t\tflex-direction: row-reverse !important;\n\t\t}\n\t}\n}\n"],sourceRoot:""}]);const o=r},17557:(e,t,i)=>{"use strict";i.d(t,{A:()=>o});var s=i(71354),a=i.n(s),n=i(76314),r=i.n(n)()(a());r.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=r},17810:(e,t,i)=>{"use strict";i.d(t,{A:()=>o});var s=i(71354),a=i.n(s),n=i(76314),r=i.n(n)()(a());r.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 .avatardiv__initials-wrapper{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,wEACC,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\t.avatardiv__initials-wrapper {\n\t\t\t\tdisplay: none;\n\t\t\t}\n\t\t}\n\t}\n}\n'],sourceRoot:""}]);const o=r},532:(e,t,i)=>{"use strict";i.d(t,{A:()=>o});var s=i(71354),a=i.n(s),n=i(76314),r=i.n(n)()(a());r.push([e.id,".sharingTabDetailsView[data-v-4de0df88]{display:flex;flex-direction:column;width:100%;margin:0 auto;position:relative;height:100%;overflow:hidden}.sharingTabDetailsView__header[data-v-4de0df88]{display:flex;align-items:center;box-sizing:border-box;margin:.2em}.sharingTabDetailsView__header span[data-v-4de0df88]{display:flex;align-items:center}.sharingTabDetailsView__header span h1[data-v-4de0df88]{font-size:15px;padding-left:.3em}.sharingTabDetailsView__wrapper[data-v-4de0df88]{position:relative;overflow:scroll;flex-shrink:1;padding:4px;padding-right:12px}.sharingTabDetailsView__quick-permissions[data-v-4de0df88]{display:flex;justify-content:center;width:100%;margin:0 auto;border-radius:0}.sharingTabDetailsView__quick-permissions div[data-v-4de0df88]{width:100%}.sharingTabDetailsView__quick-permissions div span[data-v-4de0df88]{width:100%}.sharingTabDetailsView__quick-permissions div span span[data-v-4de0df88]:nth-child(1){align-items:center;justify-content:center;padding:.1em}.sharingTabDetailsView__quick-permissions div span[data-v-4de0df88] label span{display:flex;flex-direction:column}.sharingTabDetailsView__quick-permissions div span[data-v-4de0df88] span.checkbox-content__text.checkbox-radio-switch__text{flex-wrap:wrap}.sharingTabDetailsView__quick-permissions div span[data-v-4de0df88] span.checkbox-content__text.checkbox-radio-switch__text .subline{display:block;flex-basis:100%}.sharingTabDetailsView__advanced-control[data-v-4de0df88]{width:100%}.sharingTabDetailsView__advanced-control button[data-v-4de0df88]{margin-top:.5em}.sharingTabDetailsView__advanced[data-v-4de0df88]{width:100%;margin-bottom:.5em;text-align:left;padding-left:0}.sharingTabDetailsView__advanced section textarea[data-v-4de0df88],.sharingTabDetailsView__advanced section div.mx-datepicker[data-v-4de0df88]{width:100%}.sharingTabDetailsView__advanced section textarea[data-v-4de0df88]{height:80px;margin:0}.sharingTabDetailsView__advanced section span[data-v-4de0df88] label{padding-left:0 !important;background-color:initial !important;border:none !important}.sharingTabDetailsView__advanced section section.custom-permissions-group[data-v-4de0df88]{padding-left:1.5em}.sharingTabDetailsView__delete>button[data-v-4de0df88]:first-child{color:#df0707}.sharingTabDetailsView__footer[data-v-4de0df88]{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-group[data-v-4de0df88]{display:flex;justify-content:space-between;width:100%;margin-top:16px}.sharingTabDetailsView__footer .button-group button[data-v-4de0df88]{margin-left:16px}.sharingTabDetailsView__footer .button-group button[data-v-4de0df88]: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,iBAAA,CACA,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,YAAA,CAKA,+EACC,YAAA,CACA,qBAAA,CAKF,4HACC,cAAA,CAEA,qIACC,aAAA,CACA,eAAA,CAQL,0DACC,UAAA,CAEA,iEACC,eAAA,CAKF,kDACC,UAAA,CACA,kBAAA,CACA,eAAA,CACA,cAAA,CAIC,+IAEC,UAAA,CAGD,mEACC,WAAA,CACA,QAAA,CAaA,qEACC,yBAAA,CACA,mCAAA,CACA,sBAAA,CAIF,2FACC,kBAAA,CAMF,mEACC,aAAA,CAIF,gDACC,UAAA,CACA,YAAA,CACA,eAAA,CACA,QAAA,CACA,qBAAA,CACA,6BAAA,CACA,sBAAA,CACA,2FAAA,CAEA,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\tposition: relative;\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\tpadding: 0.1em;\n\t\t\t\t}\n\n\t\t\t\t::v-deep label {\n\n\t\t\t\t\tspan {\n\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\tflex-direction: column;\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\t/* Target component based style in NcCheckboxRadioSwitch slot content*/\n\t\t\t\t:deep(span.checkbox-content__text.checkbox-radio-switch__text) {\n\t\t\t\t\tflex-wrap: wrap;\n\n\t\t\t\t\t.subline {\n\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\tflex-basis: 100%;\n\t\t\t\t\t}\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\tpadding-left: 0 !important;\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&__delete {\n\t\t>button:first-child {\n\t\t\tcolor: rgb(223, 7, 7);\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-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=r},22363:(e,t,i)=>{"use strict";i.d(t,{A:()=>o});var s=i(71354),a=i.n(s),n=i(76314),r=i.n(n)()(a());r.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=r},3316:(e,t,i)=>{"use strict";i.d(t,{A:()=>o});var s=i(71354),a=i.n(s),n=i(76314),r=i.n(n)()(a());r.push([e.id,".emptyContentWithSections[data-v-a65c443a]{margin:1rem auto}.sharingTab[data-v-a65c443a]{position:relative;height:100%}.sharingTab__content[data-v-a65c443a]{padding:0 6px}.sharingTab__additionalContent[data-v-a65c443a]{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=r},37023:(e,t,i)=>{"use strict";t.KT=void 0,i(25440),t.KT=(e,t,i)=>{const n=1===Object.assign({ocsVersion:2},i||{}).ocsVersion?1:2;return window.location.protocol+"//"+window.location.host+a()+"/ocs/v"+n+".php"+s(e,t,i)};const s=(e,t,i)=>{const s=Object.assign({escape:!0},i||{});return"/"!==e.charAt(0)&&(e="/"+e),a=(a=t||{})||{},e.replace(/{([^{}]*)}/g,(function(e,t){var i=a[t];return s.escape?"string"==typeof i||"number"==typeof i?encodeURIComponent(i.toString()):encodeURIComponent(e):"string"==typeof i||"number"==typeof i?i.toString():e}));var a};function a(){let e=window._oc_webroot;if(void 0===e){e=location.pathname;const t=e.indexOf("/index.php/");e=-1!==t?e.substr(0,t):e.substr(0,e.lastIndexOf("/"))}return e}},48318:function(e,t,i){!function(e){"use strict";var t,i=function(){try{if(e.URLSearchParams&&"bar"===new e.URLSearchParams("foo=bar").get("foo"))return e.URLSearchParams}catch(e){}return null}(),s=i&&"a=1"===new i({a:1}).toString(),a=i&&"+"===new i("s=%2B").get("s"),n=i&&"size"in i.prototype,r="__URLSearchParams__",o=!i||((t=new i).append("s"," &"),"s=+%26"===t.toString()),l=u.prototype,c=!(!e.Symbol||!e.Symbol.iterator);if(!(i&&s&&a&&o&&n)){l.append=function(e,t){_(this[r],e,t)},l.delete=function(e){delete this[r][e]},l.get=function(e){var t=this[r];return this.has(e)?t[e][0]:null},l.getAll=function(e){var t=this[r];return this.has(e)?t[e].slice(0):[]},l.has=function(e){return C(this[r],e)},l.set=function(e,t){this[r][e]=[""+t]},l.toString=function(){var e,t,i,s,a=this[r],n=[];for(t in a)for(i=A(t),e=0,s=a[t];e{"use strict";s.r(i),s.d(i,{default:()=>fi});var a=s(85072),n=s.n(a),r=s(97825),o=s.n(r),l=s(77659),c=s.n(l),h=s(55056),d=s.n(h),p=s(10540),u=s.n(p),A=s(41113),f=s.n(A),g=s(86243),m={};m.styleTagTransform=f(),m.setAttributes=d(),m.insert=c().bind(null,"head"),m.domAPI=o(),m.insertStyleElement=u(),n()(g.A,m),g.A&&g.A.locals&&g.A.locals;var _=s(41944),v=s(67607);const C=function(e){var t=typeof e;return null!=e&&("object"==t||"function"==t)},E="object"==typeof global&&global&&global.Object===Object&&global;var y="object"==typeof self&&self&&self.Object===Object&&self;const w=E||y||Function("return this")(),S=function(){return w.Date.now()};var b=/\s/;var x=/^\s+/;const P=function(e){return e?e.slice(0,function(e){for(var t=e.length;t--&&b.test(e.charAt(t)););return t}(e)+1).replace(x,""):e},T=w.Symbol;var k=Object.prototype,D=k.hasOwnProperty,R=k.toString,I=T?T.toStringTag:void 0;var N=Object.prototype.toString;var B=T?T.toStringTag:void 0;const L=function(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":B&&B in Object(e)?function(e){var t=D.call(e,I),i=e[I];try{e[I]=void 0;var s=!0}catch(e){}var a=R.call(e);return s&&(t?e[I]=i:delete e[I]),a}(e):function(e){return N.call(e)}(e)};var O=/^[-+]0x[0-9a-f]+$/i,H=/^0b[01]+$/i,Y=/^0o[0-7]+$/i,U=parseInt;const M=function(e){if("number"==typeof e)return e;if(function(e){return"symbol"==typeof e||function(e){return null!=e&&"object"==typeof e}(e)&&"[object Symbol]"==L(e)}(e))return NaN;if(C(e)){var t="function"==typeof e.valueOf?e.valueOf():e;e=C(t)?t+"":t}if("string"!=typeof e)return 0===e?e:+e;e=P(e);var i=H.test(e);return i||Y.test(e)?U(e.slice(2),i?2:8):O.test(e)?NaN:+e};var V=Math.max,F=Math.min;var W=s(24764),q=s(89257),j=s(85471),$=s(26287),z=s(37023),G=s(96763);const K=new class{constructor(){this.http=$.A}listCollection(e){return this.http.get((0,z.KT)("collaboration/resources/collections/{collectionId}",{collectionId:e}))}renameCollection(e,t){return this.http.put((0,z.KT)("collaboration/resources/collections/{collectionId}",{collectionId:e}),{collectionName:t}).then((e=>e.data.ocs.data))}getCollectionsByResource(e,t){return this.http.get((0,z.KT)("collaboration/resources/{resourceType}/{resourceId}",{resourceType:e,resourceId:t})).then((e=>e.data.ocs.data))}createCollection(e,t,i){return this.http.post((0,z.KT)("collaboration/resources/{resourceType}/{resourceId}",{resourceType:e,resourceId:t}),{name:i}).then((e=>e.data.ocs.data))}addResource(e,t,i){return i=""+i,this.http.post((0,z.KT)("collaboration/resources/collections/{collectionId}",{collectionId:e}),{resourceType:t,resourceId:i}).then((e=>e.data.ocs.data))}removeResource(e,t,i){return this.http.delete((0,z.KT)("collaboration/resources/collections/{collectionId}",{collectionId:e}),{params:{resourceType:t,resourceId:i}}).then((e=>e.data.ocs.data))}search(e){return this.http.get((0,z.KT)("collaboration/resources/collections/search/{query}",{query:e})).then((e=>e.data.ocs.data))}},Z=j.Ay.observable({collections:[]}),Q={addCollections(e){(0,j.hZ)(Z,"collections",e)},addCollection(e){Z.collections.push(e)},removeCollection(e){(0,j.hZ)(Z,"collections",Z.collections.filter((t=>t.id!==e)))},updateCollection(e){const t=Z.collections.findIndex((t=>t.id===e.id));-1!==t?(0,j.hZ)(Z.collections,t,e):Z.collections.push(e)}},X={fetchCollectionsByResource:({resourceType:e,resourceId:t})=>K.getCollectionsByResource(e,t).then((e=>(Q.addCollections(e),e))),createCollection:({baseResourceType:e,baseResourceId:t,resourceType:i,resourceId:s,name:a})=>K.createCollection(e,t,a).then((e=>{Q.addCollection(e),X.addResourceToCollection({collectionId:e.id,resourceType:i,resourceId:s})})),renameCollection:({collectionId:e,name:t})=>K.renameCollection(e,t).then((e=>(Q.updateCollection(e),e))),addResourceToCollection:({collectionId:e,resourceType:t,resourceId:i})=>K.addResource(e,t,i).then((e=>(Q.updateCollection(e),e))),removeResource:({collectionId:e,resourceType:t,resourceId:i})=>K.removeResource(e,t,i).then((e=>{e.resources.length>0?Q.updateCollection(e):Q.removeCollection(e)})),search:e=>K.search(e)};function J(e,t,i,s,a,n,r,o){var l,c="function"==typeof e?e.options:e;if(t&&(c.render=t,c.staticRenderFns=i,c._compiled=!0),s&&(c.functional=!0),n&&(c._scopeId="data-v-"+n),r?(l=function(e){!(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)&&typeof __VUE_SSR_CONTEXT__<"u"&&(e=__VUE_SSR_CONTEXT__),a&&a.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(r)},c._ssrRegister=l):a&&(l=o?function(){a.call(this,(c.functional?this.parent:this).$root.$options.shadowRoot)}:a),l)if(c.functional){c._injectStyles=l;var h=c.render;c.render=function(e,t){return l.call(t),h(e,t)}}else{var d=c.beforeCreate;c.beforeCreate=d?[].concat(d,l):[l]}return{exports:e,options:c}}const ee=J({name:"CollectionListItem",components:{NcAvatar:_.A,NcActions:W.A,NcActionButton:q.A},props:{collection:{type:Object,default:null}},data:()=>({detailsOpen:!1,newName:null,error:{}}),computed:{getIcon:()=>e=>[e.iconClass],typeClass:()=>e=>"resource-type-"+e.type,limitedResources:()=>e=>e.resources?e.resources.slice(0,2):[],iconUrl:()=>e=>e.mimetype?OC.MimeType.getIconUrl(e.mimetype):e.iconUrl?e.iconUrl:""},methods:{toggleDetails(){this.detailsOpen=!this.detailsOpen},showDetails(){this.detailsOpen=!0},hideDetails(){this.detailsOpen=!1},removeResource(e,t){X.removeResource({collectionId:e.id,resourceType:t.type,resourceId:t.id})},openRename(){this.newName=this.collection.name},renameCollection(){""!==this.newName?X.renameCollection({collectionId:this.collection.id,name:this.newName}).then((e=>{this.newName=null})).catch((e=>{this.$set(this.error,"rename",t("core","Failed to rename the project")),G.error(e),setTimeout((()=>{(0,j.hZ)(this.error,"rename",null)}),3e3)})):this.newName=null}}},(function(){var e=this,t=e._self._c;return t("li",{staticClass:"collection-list-item"},[t("NcAvatar",{staticClass:"collection-avatar",attrs:{"display-name":e.collection.name,"allow-placeholder":""}}),null===e.newName?t("span",{staticClass:"collection-item-name",attrs:{title:""},on:{click:e.showDetails}},[e._v(e._s(e.collection.name))]):t("form",{class:{shouldshake:e.error.rename},on:{submit:function(t){return t.preventDefault(),e.renameCollection.apply(null,arguments)}}},[t("input",{directives:[{name:"model",rawName:"v-model",value:e.newName,expression:"newName"}],attrs:{type:"text",autocomplete:"off",autocapitalize:"off"},domProps:{value:e.newName},on:{input:function(t){t.target.composing||(e.newName=t.target.value)}}}),t("input",{staticClass:"icon-confirm",attrs:{type:"submit",value:""}})]),e.detailsOpen||null!==e.newName?e._e():t("div",{staticClass:"linked-icons"},e._l(e.limitedResources(e.collection),(function(i){return t("a",{key:i.type+"|"+i.id,class:e.typeClass(i),attrs:{title:i.name,href:i.link}},[t("img",{attrs:{src:e.iconUrl(i)}})])})),0),null===e.newName?t("span",{staticClass:"sharingOptionsGroup"},[t("NcActions",[t("NcActionButton",{attrs:{icon:"icon-info"},on:{click:function(t){return t.preventDefault(),e.toggleDetails.apply(null,arguments)}}},[e._v(" "+e._s(e.detailsOpen?e.t("core","Hide details"):e.t("core","Show details"))+" ")]),t("NcActionButton",{attrs:{icon:"icon-rename"},on:{click:function(t){return t.preventDefault(),e.openRename.apply(null,arguments)}}},[e._v(" "+e._s(e.t("core","Rename project"))+" ")])],1)],1):e._e(),t("transition",{attrs:{name:"fade"}},[e.error.rename?t("div",{staticClass:"error"},[e._v(" "+e._s(e.error.rename)+" ")]):e._e()]),t("transition",{attrs:{name:"fade"}},[e.detailsOpen?t("ul",{staticClass:"resource-list-details"},e._l(e.collection.resources,(function(i){return t("li",{key:i.type+"|"+i.id,class:e.typeClass(i)},[t("a",{attrs:{href:i.link}},[t("img",{attrs:{src:e.iconUrl(i)}}),t("span",{staticClass:"resource-name"},[e._v(e._s(i.name||""))])]),t("span",{staticClass:"icon-close",on:{click:function(t){return e.removeResource(e.collection,i)}}})])})),0):e._e()])],1)}),[],!1,null,"8e58e0a5",null,null).exports,te=function(e,t,i){var s,a,n,r,o,l,c=0,h=!1,d=!1,p=!0;if("function"!=typeof e)throw new TypeError("Expected a function");function u(t){var i=s,n=a;return s=a=void 0,c=t,r=e.apply(n,i)}function A(e){var i=e-l;return void 0===l||i>=t||i<0||d&&e-c>=n}function f(){var e=S();if(A(e))return g(e);o=setTimeout(f,function(e){var i=t-(e-l);return d?F(i,n-(e-c)):i}(e))}function g(e){return o=void 0,p&&s?u(e):(s=a=void 0,r)}function m(){var e=S(),i=A(e);if(s=arguments,a=this,l=e,i){if(void 0===o)return function(e){return c=e,o=setTimeout(f,t),h?u(e):r}(l);if(d)return clearTimeout(o),o=setTimeout(f,t),u(l)}return void 0===o&&(o=setTimeout(f,t)),r}return t=M(t)||0,C(i)&&(h=!!i.leading,n=(d="maxWait"in i)?V(M(i.maxWait)||0,t):n,p="trailing"in i?!!i.trailing:p),m.cancel=function(){void 0!==o&&clearTimeout(o),c=0,s=l=a=o=void 0},m.flush=function(){return void 0===o?r:g(S())},m}((function(e,t){""!==e&&(t(!0),X.search(e).then((e=>{this.searchCollections=e})).catch((e=>{G.error("Failed to search for collections",e)})).finally((()=>{t(!1)})))}),500,{}),ie=J({name:"CollectionList",components:{CollectionListItem:ee,NcAvatar:_.A,NcSelect:v.A},props:{type:{type:String,default:null},id:{type:String,default:null},name:{type:String,default:""},isActive:{type:Boolean,default:!0}},data:()=>({selectIsOpen:!1,generatingCodes:!1,codes:void 0,value:null,model:{},searchCollections:[],error:null,state:Z,isSelectOpen:!1}),computed:{collections(){return this.state.collections.filter((e=>typeof e.resources.find((e=>e&&e.id===""+this.id&&e.type===this.type))<"u"))},placeholder(){return this.isSelectOpen?t("core","Type to search for existing projects"):t("core","Add to a project")},options(){const e=[];window.OCP.Collaboration.getTypes().sort().forEach((t=>{e.push({method:0,type:t,title:window.OCP.Collaboration.getLabel(t),class:window.OCP.Collaboration.getIcon(t),action:()=>window.OCP.Collaboration.trigger(t)})}));for(const t in this.searchCollections)-1===this.collections.findIndex((e=>e.id===this.searchCollections[t].id))&&e.push({method:1,title:this.searchCollections[t].name,collectionId:this.searchCollections[t].id});return e}},watch:{type(){this.isActive&&X.fetchCollectionsByResource({resourceType:this.type,resourceId:this.id})},id(){this.isActive&&X.fetchCollectionsByResource({resourceType:this.type,resourceId:this.id})},isActive(e){e&&X.fetchCollectionsByResource({resourceType:this.type,resourceId:this.id})}},mounted(){X.fetchCollectionsByResource({resourceType:this.type,resourceId:this.id})},methods:{select(e,i){0===e.method&&e.action().then((i=>{X.createCollection({baseResourceType:this.type,baseResourceId:this.id,resourceType:e.type,resourceId:i,name:this.name}).catch((e=>{this.setError(t("core","Failed to create a project"),e)}))})).catch((e=>{G.error("No resource selected",e)})),1===e.method&&X.addResourceToCollection({collectionId:e.collectionId,resourceType:this.type,resourceId:this.id}).catch((e=>{this.setError(t("core","Failed to add the item to the project"),e)}))},search(e,t){te.bind(this)(e,t)},showSelect(){this.selectIsOpen=!0,this.$refs.select.$el.focus()},hideSelect(){this.selectIsOpen=!1},isVueComponent:e=>e._isVue,setError(e,t){G.error(e,t),this.error=e,setTimeout((()=>{this.error=null}),5e3)}}},(function(){var e=this,t=e._self._c;return e.collections&&e.type&&e.id?t("ul",{staticClass:"collection-list",attrs:{id:"collection-list"}},[t("li",{on:{click:e.showSelect}},[e._m(0),t("div",{attrs:{id:"collection-select-container"}},[t("NcSelect",{ref:"select",attrs:{"aria-label-combobox":e.t("core","Add to a project"),options:e.options,placeholder:e.placeholder,label:"title",limit:5},on:{close:function(t){e.isSelectOpen=!1},open:function(t){e.isSelectOpen=!0},"option:selected":e.select,search:e.search},scopedSlots:e._u([{key:"selected-option",fn:function(i){return[t("span",{staticClass:"option__desc"},[t("span",{staticClass:"option__title"},[e._v(e._s(i.title))])])]}},{key:"option",fn:function(i){return[t("span",{staticClass:"option__wrapper"},[i.class?t("span",{staticClass:"avatar",class:i.class}):2!==i.method?t("NcAvatar",{attrs:{"allow-placeholder":"","display-name":i.title}}):e._e(),t("span",{staticClass:"option__title"},[e._v(e._s(i.title))])],1)]}}],null,!1,2397208459),model:{value:e.value,callback:function(t){e.value=t},expression:"value"}},[t("p",{staticClass:"hint"},[e._v(" "+e._s(e.t("core","Connect items to a project to make them easier to find"))+" ")])])],1)]),t("transition",{attrs:{name:"fade"}},[e.error?t("li",{staticClass:"error"},[e._v(" "+e._s(e.error)+" ")]):e._e()]),e._l(e.collections,(function(e){return t("CollectionListItem",{key:e.id,attrs:{collection:e}})}))],2):e._e()}),[function(){var e=this._self._c;return e("div",{staticClass:"avatar"},[e("span",{staticClass:"icon-projects"})])}],!1,null,"75a4370b",null,null).exports;var se=s(63814),ae=s(32981),ne=s(87485);class re{constructor(){this._capabilities=(0,ne.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;return void 0!==(null===(e=this._capabilities)||void 0===e||null===(e=e.files_sharing)||void 0===e?void 0:e.sharebymail)&&!0===(null===(t=this._capabilities)||void 0===t||null===(t=t.files_sharing)||void 0===t||null===(t=t.public)||void 0===t?void 0:t.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;return!0===(null===(e=this._capabilities.files_sharing)||void 0===e||null===(e=e.sharee)||void 0===e?void 0:e.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 oe=s(77905),le=s(96763);class ce{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||!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: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){le.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 he={data:()=>({SHARE_TYPES:oe.Z})};var de=s(85168);const pe={name:"SharingEntrySimple",components:{NcActions:W.A},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 ue=s(17557),Ae={};Ae.styleTagTransform=f(),Ae.setAttributes=d(),Ae.insert=c().bind(null,"head"),Ae.domAPI=o(),Ae.insertStyleElement=u(),n()(ue.A,Ae),ue.A&&ue.A.locals&&ue.A.locals;var fe=s(14486);const ge=(0,fe.A)(pe,(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 me=s(96763);const _e={name:"SharingEntryInternal",components:{NcActionButton:q.A,SharingEntrySimple:ge},props:{fileInfo:{type:Object,default:()=>{},required:!0}},data:()=>({copied:!1,copySuccess:!1}),computed:{internalLink(){return window.location.protocol+"//"+window.location.host+(0,se.Jv)("/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,de.Te)(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,me.error(e)}finally{setTimeout((()=>{this.copySuccess=!1,this.copied=!1}),4e3)}}}};var ve=s(22092),Ce={};Ce.styleTagTransform=f(),Ce.setAttributes=d(),Ce.insert=c().bind(null,"head"),Ce.domAPI=o(),Ce.insertStyleElement=u(),n()(ve.A,Ce),ve.A&&ve.A.locals&&ve.A.locals;const Ee=(0,fe.A)(_e,(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("NcActionButton",{attrs:{title:e.copyLinkTooltip,"aria-label":e.copyLinkTooltip,icon:e.copied&&e.copySuccess?"icon-checkmark-color":"icon-clippy"},on:{click:e.copyLink}})],1)],1)}),[],!1,null,"69227eb0",null).exports;var ye=s(21777),we=s(17334),Se=s.n(we),be=s(96763);const xe=new re;async function Pe(){if(xe.passwordPolicy.api&&xe.passwordPolicy.api.generate)try{const e=await $.A.get(xe.passwordPolicy.api.generate);if(e.data.ocs.data.password)return(0,de.Te)(t("files_sharing","Password created successfully")),e.data.ocs.data.password}catch(e){be.info("Error generating password from password_policy",e),(0,de.Qg)(t("files_sharing","Error generating password from password policy"))}const e=new Uint8Array(10),i=52/255;self.crypto.getRandomValues(e);let s="";for(let t=0;t[],required:!0},linkShares:{type:Array,default:()=>[],required:!0},fileInfo:{type:Object,default:()=>{},required:!0},reshare:{type:ce,default:null},canReshare:{type:Boolean,required:!0}},data:()=>({config:new re,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:{onSelected(e){this.value=null,this.openSharingDetails(e)},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===(0,ne.F)().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===(0,ne.F)().files_sharing.public.enabled&&s.push(this.SHARE_TYPES.SHARE_TYPE_EMAIL);let a=null;try{a=await $.A.get((0,se.KT)("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 Ne.error("Error fetching suggestions",e)}const n=a.data.ocs.data,r=a.data.ocs.data.exact;n.exact=[];const o=Object.values(r).reduce(((e,t)=>e.concat(t)),[]),l=Object.values(n).reduce(((e,t)=>e.concat(t)),[]),c=this.filterOutExistingShares(o).map((e=>this.formatForMultiselect(e))).sort(((e,t)=>e.shareType-t.shareType)),h=this.filterOutExistingShares(l).map((e=>this.formatForMultiselect(e))).sort(((e,t)=>e.shareType-t.shareType)),d=[];n.lookupEnabled&&!i&&d.push({id:"global-lookup",isNoUser:!0,displayName:t("files_sharing","Search globally"),lookup:!0});const p=this.externalResults.filter((e=>!e.condition||e.condition(this))),u=c.concat(h).concat(p).concat(d),A=u.reduce(((e,t)=>t.displayName?(e[t.displayName]||(e[t.displayName]=0),e[t.displayName]++,e):e),{});this.suggestions=u.map((e=>A[e.displayName]>1&&!e.desc?{...e,desc:e.shareWithDisplayNameUnique}:e)),this.loading=!1,Ne.info("suggestions",this.suggestions)},debounceGetSuggestions:Se()((function(){this.getSuggestions(...arguments)}),300),async getRecommendations(){this.loading=!0;let e=null;try{e=await $.A.get((0,se.KT)("apps/files_sharing/api/v1/sharees_recommended"),{params:{format:"json",itemType:this.fileInfo.type}})}catch(e){return void Ne.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,Ne.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,ye.HW)().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,subname:i,shareWithDisplayNameUnique:e.shareWithDisplayNameUnique||"",...this.shareTypeToIcon(e.value.shareType)}}}};var Le=s(17810),Oe={};Oe.styleTagTransform=f(),Oe.setAttributes=d(),Oe.insert=c().bind(null,"head"),Oe.domAPI=o(),Oe.insertStyleElement=u(),n()(Le.A,Oe),Le.A&&Le.A.locals&&Le.A.locals;const He=(0,fe.A)(Be,(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:{search:e.asyncFind,"option:selected":e.onSelected},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 Ye=s(71225),Ue=s(73267),Me=s(32831),Ve=s(78791);const Fe=(0,Ve.H4)();var We=s(49264),qe=s(53529);const je=(0,qe.YK)().setApp("files_sharing").detectUser().build(),$e={NONE:0,READ:1,UPDATE:2,CREATE:4,DELETE:8,SHARE:16},ze={READ_ONLY:$e.READ,UPLOAD_AND_UPDATE:$e.READ|$e.UPDATE|$e.CREATE|$e.DELETE,FILE_DROP:$e.CREATE,ALL:$e.UPDATE|$e.CREATE|$e.READ|$e.DELETE|$e.SHARE,ALL_FILE:$e.UPDATE|$e.READ|$e.SHARE};var Ge=s(96763);const Ke={mixins:[Re,he],props:{fileInfo:{type:Object,default:()=>{},required:!0},share:{type:ce,default:null},isUnique:{type:Boolean,default:!0}},data(){var e;return{config:new re,node:null,errors:{},loading:!1,saving:!1,open:!1,updateQueue:new We.A({concurrency:1}),reactiveState:null===(e=this.share)||void 0===e?void 0:e.state}},computed:{path(){return(this.fileInfo.path+"/"+this.fileInfo.name).replace("//","/")},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,ye.HW)().uid},isExpiryDateEnforced(){return this.isPublicShare?this.config.isDefaultExpireDateEnforced:this.isRemoteShare?this.config.isDefaultRemoteExpireDateEnforced:this.config.isDefaultInternalExpireDateEnforced},hasCustomPermissions(){return![ze.ALL,ze.READ_ONLY,ze.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:{async getNode(){const e={path:this.path};try{this.node=await(async e=>{const t=(0,Ve.VL)(),i=await Fe.stat("".concat(Ve.lJ).concat(e.path),{details:!0,data:t});return(0,Ve.Al)(i.data)})(e),je.info("Fetched node:",{node:this.node})}catch(e){je.error("Error:",e)}},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:Se()((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),Ge.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,de.Te)(e),this.$emit("remove:share",this.share),await this.getNode(),(0,Te.Ic)("files:node:updated",this.node)}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,de.Te)(t("files_sharing","Share {propertyName} saved",{propertyName:i[0]}))}catch({message:e}){e&&""!==e&&(this.onSyncError(i[0],e),(0,de.Qg)(t("files_sharing",e)))}finally{this.saving=!1}}))}Ge.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:Se()((function(e){this.queueUpdate(e)}),500)}},Ze={name:"SharingEntryInherited",components:{NcActionButton:q.A,NcActionLink:Ue.A,NcActionText:Me.A,NcAvatar:_.A,SharingEntrySimple:ge},mixins:[Ke],props:{share:{type:ce,required:!0}},computed:{viaFileTargetUrl(){return(0,se.Jv)("/f/{fileid}",{fileid:this.share.viaFileid})},viaFolderName(){return(0,Ye.P8)(this.share.viaPath)}}};var Qe=s(41699),Xe={};Xe.styleTagTransform=f(),Xe.setAttributes=d(),Xe.insert=c().bind(null,"head"),Xe.domAPI=o(),Xe.insertStyleElement=u(),n()(Qe.A,Xe),Qe.A&&Qe.A.locals&&Qe.A.locals;const Je=(0,fe.A)(Ze,(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 et=s(96763);const tt={name:"SharingInherited",components:{NcActionButton:q.A,SharingEntryInherited:Je,SharingEntrySimple:ge},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,se.KT)("apps/files_sharing/api/v1/shares/inherited?format=json&path={path}",{path:this.fullPath}),t=await $.A.get(e);this.shares=t.data.ocs.data.map((e=>new ce(e))).sort(((e,t)=>t.createdTime-e.createdTime)),et.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 it=s(22363),st={};st.styleTagTransform=f(),st.setAttributes=d(),st.insert=c().bind(null,"head"),st.domAPI=o(),st.insertStyleElement=u(),n()(it.A,st),it.A&&it.A.locals&&it.A.locals;const at=(0,fe.A)(tt,(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 nt=s(44131),rt=s(80114);const ot={name:"TuneIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},lt=(0,fe.A)(ot,(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon tune-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M3,17V19H9V17H3M3,5V7H13V5H3M13,21V19H21V17H13V15H11V21H13M7,9V11H3V13H7V15H9V9H7M21,13V11H11V13H21M15,9H17V7H21V5H17V3H15V9Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports,ct={name:"TriangleSmallDownIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ht=(0,fe.A)(ct,(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon triangle-small-down-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M8 9H16L12 16"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports,dt={name:"EyeOutlineIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},pt=(0,fe.A)(dt,(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon eye-outline-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9M12,4.5C17,4.5 21.27,7.61 23,12C21.27,16.39 17,19.5 12,19.5C7,19.5 2.73,16.39 1,12C2.73,7.61 7,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C15.76,17.5 19.17,15.36 20.82,12C19.17,8.64 15.76,6.5 12,6.5C8.24,6.5 4.83,8.64 3.18,12Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports;var ut=s(93919);const At={name:"FileUploadIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ft=(0,fe.A)(At,(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon file-upload-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M13.5,16V19H10.5V16H8L12,12L16,16H13.5M13,9V3.5L18.5,9H13Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports,gt={name:"SharingEntryQuickShareSelect",components:{DropdownIcon:ht,NcActions:W.A,NcActionButton:q.A},mixins:[Ke,Ie,he],props:{share:{type:Object,required:!0}},emits:["open-sharing-details"],data:()=>({selectedOption:""}),computed:{ariaLabel(){return t("files_sharing",'Quick share options, the current selected is "{selectedOption}"',{selectedOption:this.selectedOption})},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&~$e.SHARE)===ze.READ_ONLY?this.canViewText:this.share.permissions===ze.ALL||this.share.permissions===ze.ALL_FILE?this.canEditText:(this.share.permissions&~$e.SHARE)===ze.FILE_DROP?this.fileDropText:this.customPermissionsText},options(){const e=[{label:this.canViewText,icon:pt},{label:this.canEditText,icon:ut.A}];return this.supportsFileDrop&&e.push({label:this.fileDropText,icon:ft}),e.push({label:this.customPermissionsText,icon:lt}),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?ze.ALL:ze.ALL_FILE;case this.fileDropText:return ze.FILE_DROP;case this.customPermissionsText:return"custom";case this.canViewText:default:return ze.READ_ONLY}}},created(){this.selectedOption=this.preSelectedOption},methods:{selectOption(e){this.selectedOption=e,e===this.customPermissionsText?this.$emit("open-sharing-details"):(this.share.permissions=this.dropDownPermissionValue,this.queueUpdate("permissions"),this.$refs.quickShareActions.$refs.menuButton.$el.focus())}}},mt=gt;var _t=s(45340),vt={};vt.styleTagTransform=f(),vt.setAttributes=d(),vt.insert=c().bind(null,"head"),vt.domAPI=o(),vt.insertStyleElement=u(),n()(_t.A,vt),_t.A&&_t.A.locals&&_t.A.locals;const Ct=(0,fe.A)(mt,(function(){var e=this,t=e._self._c;return t("NcActions",{ref:"quickShareActions",staticClass:"share-select",attrs:{"menu-name":e.selectedOption,"aria-label":e.ariaLabel,type:"tertiary-no-background","force-name":""},scopedSlots:e._u([{key:"icon",fn:function(){return[t("DropdownIcon",{attrs:{size:15}})]},proxy:!0}])},[e._v(" "),e._l(e.options,(function(i){return t("NcActionButton",{key:i.label,attrs:{type:"radio","model-value":i.label===e.selectedOption,"close-after-click":""},on:{click:function(t){return e.selectOption(i.label)}},scopedSlots:e._u([{key:"icon",fn:function(){return[t(i.icon,{tag:"component"})]},proxy:!0}],null,!0)},[e._v("\n\t\t"+e._s(i.label)+"\n\t")])}))],2)}),[],!1,null,"6e5dd9f1",null).exports,Et={name:"ExternalShareAction",props:{id:{type:String,required:!0},action:{type:Object,default:()=>({})},fileInfo:{type:Object,default:()=>{},required:!0},share:{type:ce,default:null}},computed:{data(){return this.action.data(this)}}},yt=(0,fe.A)(Et,(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 wt=s(96763);const St={name:"SharingEntryLink",components:{ExternalShareAction:yt,NcActions:W.A,NcActionButton:q.A,NcActionInput:nt.A,NcActionLink:Ue.A,NcActionText:Me.A,NcActionSeparator:rt.A,NcAvatar:_.A,Tune:lt,SharingEntryQuickShareSelect:Ct},mixins:[Ke,Ie],props:{canReshare:{type:Boolean,default:!0},index:{type:Number,default:null}},data:()=>({shareCreationComplete:!1,copySuccess:!0,copied:!1,pending:!1,ExternalLegacyLinkActions:OCA.Sharing.ExternalLinkActions.state,ExternalShareActions:OCA.Sharing.ExternalShareActions.state,logger:(0,qe.YK)().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){j.Ay.set(this.share,"password",e?await Pe():""),j.Ay.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,se.Jv)("/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(oe.Z.SHARE_TYPE_LINK)||e.shareType.includes(oe.Z.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:oe.Z.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 Pe());const t=new ce(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,de.Qg)(t("files_sharing","Error, please enter proper password and/or expiration date")),!1}const i=new ce(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:oe.Z.SHARE_TYPE_LINK,password:e.password,expireDate:e.expireDate,attributes:JSON.stringify(this.fileInfo.shareAttributes)};wt.debug("Creating link share with options",s);const a=await this.createShare(s);let n;this.open=!1,this.shareCreationComplete=!0,wt.debug("Link share created",a),n=i?await new Promise((e=>{this.$emit("update:share",a,e)})):await new Promise((e=>{this.$emit("add:share",a,e)})),await this.getNode(),(0,Te.Ic)("files:node:updated",this.node),this.config.enforcePasswordForPublicLink||n.copyLink(),(0,de.Te)(t("files_sharing","Link share created"))}catch(e){var s;const i=null==e||null===(s=e.response)||void 0===s||null===(s=s.data)||void 0===s||null===(s=s.ocs)||void 0===s||null===(s=s.meta)||void 0===s?void 0:s.message;if(!i)return(0,de.Qg)(t("files_sharing","Error while creating the share")),void wt.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,de.Te)(t("files_sharing","Link copied")),this.$refs.copyButton.$el.focus(),this.copySuccess=!0,this.copied=!0}catch(e){this.copySuccess=!1,this.copied=!0,wt.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)}}},bt=St;var xt=s(43872),Pt={};Pt.styleTagTransform=f(),Pt.setAttributes=d(),Pt.insert=c().bind(null,"head"),Pt.domAPI=o(),Pt.insertStyleElement=u(),n()(xt.A,Pt),xt.A&&xt.A.locals&&xt.A.locals;const Tt={name:"SharingLinkList",components:{SharingEntryLink:(0,fe.A)(bt,(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"},[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("SharingEntryQuickShareSelect",{attrs:{share:e.share,"file-info":e.fileInfo},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("NcActionButton",{attrs:{title:e.copyLinkTooltip,"aria-label":e.copyLinkTooltip,icon:e.copied&&e.copySuccess?"icon-checkmark-color":"icon-clippy"},on:{click:function(t){return 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,"close-after-click":!0},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:n,name:r}=i;return t("NcActionLink",{key:s,attrs:{href:n(e.shareLink),icon:a,target:"_blank"}},[e._v("\n\t\t\t\t"+e._s(r)+"\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,"7e0785a9",null).exports},mixins:[he,Ie],props:{fileInfo:{type:Object,default:()=>{},required:!0},shares:{type:Array,default:()=>[],required:!0},canReshare:{type:Boolean,required:!0}},data:()=>({canLinkShare:(0,ne.F)().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)}}},kt=(0,fe.A)(Tt,(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 Dt=s(54332);const Rt={name:"DotsHorizontalIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},It=(0,fe.A)(Rt,(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon dots-horizontal-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M16,12A2,2 0 0,1 18,10A2,2 0 0,1 20,12A2,2 0 0,1 18,14A2,2 0 0,1 16,12M10,12A2,2 0 0,1 12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12M4,12A2,2 0 0,1 6,10A2,2 0 0,1 8,12A2,2 0 0,1 6,14A2,2 0 0,1 4,12Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports,Nt={name:"SharingEntry",components:{NcButton:Dt.A,NcAvatar:_.A,DotsHorizontalIcon:It,NcSelect:v.A,SharingEntryQuickShareSelect:Ct},mixins:[Ke,Ie],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()}}};var Bt=s(84007),Lt={};Lt.styleTagTransform=f(),Lt.setAttributes=d(),Lt.insert=c().bind(null,"head"),Lt.domAPI=o(),Lt.insertStyleElement=u(),n()(Bt.A,Lt),Bt.A&&Bt.A.locals&&Bt.A.locals;const Ot={name:"SharingList",components:{SharingEntry:(0,fe.A)(Nt,(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"},[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("SharingEntryQuickShareSelect",{attrs:{share:e.share,"file-info":e.fileInfo},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"},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,"25ab69f2",null).exports},mixins:[he,Ie],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}}},Ht=(0,fe.A)(Ot,(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 Yt=s(53334),Ut=s(8369),Mt=s(16044),Vt=s(31126),Ft=s(32073),Wt=s(84237);const qt={name:"CircleOutlineIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},jt=(0,fe.A)(qt,(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon circle-outline-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports;var $t=s(24325);const zt={name:"EmailIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Gt=(0,fe.A)(zt,(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon email-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports;var Kt=s(89979),Zt=s(72755);const Qt={name:"ShareCircleIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},Xt=(0,fe.A)(Qt,(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon share-circle-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M14 16V13C10.39 13 7.81 14.43 6 17C6.72 13.33 8.94 9.73 14 9V6L19 11L14 16Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports,Jt={name:"AccountCircleOutlineIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ei=(0,fe.A)(Jt,(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon account-circle-outline-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M7.07,18.28C7.5,17.38 10.12,16.5 12,16.5C13.88,16.5 16.5,17.38 16.93,18.28C15.57,19.36 13.86,20 12,20C10.14,20 8.43,19.36 7.07,18.28M18.36,16.83C16.93,15.09 13.46,14.5 12,14.5C10.54,14.5 7.07,15.09 5.64,16.83C4.62,15.5 4,13.82 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,13.82 19.38,15.5 18.36,16.83M12,6C10.06,6 8.5,7.56 8.5,9.5C8.5,11.44 10.06,13 12,13C13.94,13 15.5,11.44 15.5,9.5C15.5,7.56 13.94,6 12,6M12,11A1.5,1.5 0 0,1 10.5,9.5A1.5,1.5 0 0,1 12,8A1.5,1.5 0 0,1 13.5,9.5A1.5,1.5 0 0,1 12,11Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports,ti={name:"EyeIcon",emits:["click"],props:{title:{type:String},fillColor:{type:String,default:"currentColor"},size:{type:Number,default:24}}},ii=(0,fe.A)(ti,(function(){var e=this,t=e._self._c;return t("span",e._b({staticClass:"material-design-icon eye-icon",attrs:{"aria-hidden":!e.title||null,"aria-label":e.title,role:"img"},on:{click:function(t){return e.$emit("click",t)}}},"span",e.$attrs,!1),[t("svg",{staticClass:"material-design-icon__svg",attrs:{fill:e.fillColor,width:e.size,height:e.size,viewBox:"0 0 24 24"}},[t("path",{attrs:{d:"M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z"}},[e.title?t("title",[e._v(e._s(e.title))]):e._e()])])])}),[],!1,null,null,null).exports;var si=s(45821),ai=s(1795),ni=s(33017);const ri={name:"SharingDetailsTab",components:{NcAvatar:_.A,NcButton:Dt.A,NcInputField:Ut.A,NcPasswordField:Mt.A,NcDateTimePickerNative:Vt.A,NcCheckboxRadioSwitch:Ft.A,NcLoadingIcon:Wt.A,CloseIcon:$t.A,CircleIcon:jt,EditIcon:ut.A,LinkIcon:Kt.A,GroupIcon:Zt.A,ShareIcon:Xt,UserIcon:ei,UploadIcon:si.A,ViewIcon:ii,MenuDownIcon:ai.A,MenuUpIcon:ni.A,DotsHorizontalIcon:It},mixins:[he,Re,Ke],props:{shareRequestValue:{type:Object,required:!1},fileInfo:{type:Object,required:!0},share:{type:Object,required:!0}},data:()=>({writeNoteToRecipientIsChecked:!1,sharingPermission:ze.ALL.toString(),revertSharingPermission:ze.ALL.toString(),setCustomPermissions:!1,passwordError:!1,advancedSectionAccordionExpanded:!1,bundledPermissions:ze,isFirstComponentLoad:!0,test:!1,creating:!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 Pe(),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={[$e.READ]:this.t("files_sharing","Read"),[$e.CREATE]:this.t("files_sharing","Create"),[$e.UPDATE]:this.t("files_sharing","Edit"),[$e.SHARE]:this.t("files_sharing","Share"),[$e.DELETE]:this.t("files_sharing","Delete")};return[$e.READ,$e.CREATE,$e.UPDATE,$e.SHARE,$e.DELETE].filter((e=>{return t=this.share.permissions,i=e,t!==$e.NONE&&(t&i)===i;var t,i})).map(((t,i)=>0===i?e[t]:e[t].toLocaleLowerCase((0,Yt.Z0)()))).join(", ")},advancedControlExpandedValue(){return this.advancedSectionAccordionExpanded?"true":"false"},errorPasswordLabel(){if(this.passwordError)return t("files_sharing","Password field can't be empty")}},watch:{setCustomPermissions(e){this.sharingPermission=e?"custom":this.revertSharingPermission}},beforeMount(){this.initializePermissions(),this.initializeAttributes(),je.debug("Share object received",{share:this.share}),je.debug("Configuration object received",{config:this.config})},mounted(){var e;null===(e=this.$refs.quickPermissions)||void 0===e||null===(e=e.querySelector("input:checked"))||void 0===e||e.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 n=(e?$e.READ:0)|(i?$e.CREATE:0)|(s?$e.DELETE:0)|(t?$e.UPDATE:0)|(a?$e.SHARE:0);this.share.permissions=n},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 Pe()),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===ze.READ_ONLY||e===ze.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!==ze.ALL||(this.share.permissions=ze.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),this.creating=!0;const t=await this.addShare(e);this.creating=!1,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){je.debug("Adding a new share from the input for",{share:e});const t=this.path;try{return await this.createShare({path:t,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){je.error("Error while adding new share",{error:e})}},async removeShare(){await this.onDelete(),await this.getNode(),(0,Te.Ic)("files:node:updated",this.node),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 Kt.A;case this.SHARE_TYPES.SHARE_TYPE_GUEST:return ei;case this.SHARE_TYPES.SHARE_TYPE_REMOTE_GROUP:case this.SHARE_TYPES.SHARE_TYPE_GROUP:return Zt.A;case this.SHARE_TYPES.SHARE_TYPE_EMAIL:return Gt;case this.SHARE_TYPES.SHARE_TYPE_CIRCLE:return jt;case this.SHARE_TYPES.SHARE_TYPE_ROOM:case this.SHARE_TYPES.SHARE_TYPE_DECK:case this.SHARE_TYPES.SHARE_TYPE_SCIENCEMESH:return Xt;default:return null}}}};var oi=s(532),li={};li.styleTagTransform=f(),li.setAttributes=d(),li.insert=c().bind(null,"head"),li.domAPI=o(),li.insertStyleElement=u(),n()(oi.A,li),oi.A&&oi.A.locals&&oi.A.locals;const ci=(0,fe.A)(ri,(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]},scopedSlots:t._u([{key:"icon",fn:function(){return[i("ViewIcon",{attrs:{size:20}})]},proxy:!0}])},[t._v("\n\t\t\t\t\t"+t._s(t.t("files_sharing","View only"))+"\n\t\t\t\t\t")]),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]},scopedSlots:t._u([{key:"icon",fn:function(){return[i("EditIcon",{attrs:{size:20}})]},proxy:!0}])},[t.allowsFileDrop?[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Allow upload and editing"))+"\n\t\t\t\t\t")]:[t._v("\n\t\t\t\t\t\t"+t._s(t.t("files_sharing","Allow editing"))+"\n\t\t\t\t\t")]],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]},scopedSlots:t._u([{key:"icon",fn:function(){return[i("UploadIcon",{attrs:{size:20}})]},proxy:!0}],null,!1,1083194048)},[t._v("\n\t\t\t\t\t"+t._s(t.t("files_sharing","File drop"))+"\n\t\t\t\t\t"),i("small",{staticClass:"subline"},[t._v(t._s(t.t("files_sharing","Upload only")))])]):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]},scopedSlots:t._u([{key:"icon",fn:function(){return[i("DotsHorizontalIcon",{attrs:{size:20}})]},proxy:!0}])},[t._v("\n\t\t\t\t\t"+t._s(t.t("files_sharing","Custom permissions"))+"\n\t\t\t\t\t"),i("small",{staticClass:"subline"},[t._v(t._s(t.customPermissionsList))])])],1)]),t._v(" "),i("div",{staticClass:"sharingTabDetailsView__advanced-control"},[i("NcButton",{attrs:{id:"advancedSectionAccordionAdvancedControl",type:"tertiary",alignment:"end-reverse","aria-controls":"advancedSectionAccordionAdvanced","aria-expanded":t.advancedControlExpandedValue},on:{click:function(e){t.advancedSectionAccordionExpanded=!t.advancedSectionAccordionExpanded}},scopedSlots:t._u([{key:"icon",fn:function(){return[t.advancedSectionAccordionExpanded?i("MenuUpIcon"):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:{autocomplete:"off",label:t.t("files_sharing","Share label"),value:t.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("NcPasswordField",{attrs:{autocomplete:"new-password",value:t.hasUnsavedPassword?t.share.newPassword:"",error:t.passwordError,"helper-text":t.errorPasswordLabel,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","Edit"))+"\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(),t._v(" "),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\t"+t._s(t.t("files_sharing","Delete share"))+"\n\t\t\t\t\t")])],1)],2)]):t._e()]),t._v(" "),i("div",{staticClass:"sharingTabDetailsView__footer"},[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},scopedSlots:t._u([t.creating?{key:"icon",fn:function(){return[i("NcLoadingIcon")]},proxy:!0}:null],null,!0)},[t._v("\n\t\t\t\t"+t._s(t.shareButtonText)+"\n\t\t\t\t")])],1)])])}),[],!1,null,"4de0df88",null).exports;var hi=s(96763);const di={name:"SharingTab",components:{NcAvatar:_.A,CollectionList:ie,SharingEntryInternal:Ee,SharingEntrySimple:ge,SharingInherited:at,SharingInput:He,SharingLinkList:kt,SharingList:Ht,SharingDetailsTab:ci},mixins:[he],data:()=>({config:new re,deleteEvent:null,error:"",expirationInterval:null,loading:!0,fileInfo:null,reshare:null,sharedWithMe:{},shares:[],linkShares:[],sections:OCA.Sharing.ShareTabSections.getSections(),projectsEnabled:(0,ae.C)("core","projects_enabled",!1),showSharingDetailsView:!1,shareDetailsData:{},returnFocusElement:null}),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,se.KT)("apps/files_sharing/api/v1/shares"),t="json",i=(this.fileInfo.path+"/"+this.fileInfo.name).replace("//","/"),s=$.A.get(e,{params:{format:t,path:i,reshares:!0}}),a=$.A.get(e,{params:{format:t,path:i,shared_with_me:!0}}),[n,r]=await Promise.all([s,a]);this.loading=!1,this.processSharedWithMe(r),this.processShares(n)}catch(i){var e;null!==(e=i.response.data)&&void 0!==e&&null!==(e=e.ocs)&&void 0!==e&&null!==(e=e.meta)&&void 0!==e&&e.message?this.error=i.response.data.ocs.meta.message:this.error=t("files_sharing","Unable to load the shares list"),this.loading=!1,hi.error("Error loading the shares list",i)}},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 ce(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)),hi.debug("Processed",this.linkShares.length,"link share(s)"),hi.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 ce(i),s=function(e){return e.type===oe.Z.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===oe.Z.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===oe.Z.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,n=e.owner;this.sharedWithMe={displayName:a,title:s,user:n},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){if(!this.showSharingDetailsView)if(Array.from(document.activeElement.classList).some((e=>e.startsWith("action-")))){var t;const e=null===(t=document.activeElement.closest('[role="menu"]'))||void 0===t?void 0:t.id;this.returnFocusElement=document.querySelector('[aria-controls="'.concat(e,'"]'))}else this.returnFocusElement=document.activeElement;e&&(this.shareDetailsData=e),this.showSharingDetailsView=!this.showSharingDetailsView,this.showSharingDetailsView||this.$nextTick((()=>{var e;null===(e=this.returnFocusElement)||void 0===e||e.focus(),this.returnFocusElement=null}))}}},pi=di;var ui=s(3316),Ai={};Ai.styleTagTransform=f(),Ai.setAttributes=d(),Ai.insert=c().bind(null,"head"),Ai.domAPI=o(),Ai.insertStyleElement=u(),n()(ui.A,Ai),ui.A&&ui.A.locals&&ui.A.locals;const fi=(0,fe.A)(pi,(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(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:!e.showSharingDetailsView,expression:"!showSharingDetailsView"}],staticClass:"sharingTab__content"},[t("ul",[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()],1),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",{directives:[{name:"show",rawName:"v-show",value:!e.showSharingDetailsView,expression:"!showSharingDetailsView"}],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)})),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}}):e._e()],2)}),[],!1,null,"a65c443a",null).exports},27518:e=>{"use strict";e.exports="data:image/svg+xml,%3c%21--%20-%20SPDX-FileCopyrightText:%202020%20Google%20Inc.%20-%20SPDX-License-Identifier:%20Apache-2.0%20--%3e%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2724%27%20height=%2724%27%20fill=%27%23222%27%3e%3cpath%20d=%27M15.4%2016.6L10.8%2012l4.6-4.6L14%206l-6%206%206%206%201.4-1.4z%27/%3e%3c/svg%3e"},27514:e=>{"use strict";e.exports="data:image/svg+xml,%3c%21--%20-%20SPDX-FileCopyrightText:%202020%20Google%20Inc.%20-%20SPDX-License-Identifier:%20Apache-2.0%20--%3e%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2724%27%20height=%2724%27%20fill=%27%23222%27%3e%3cpath%20d=%27M18.4%207.4L17%206l-6%206%206%206%201.4-1.4-4.6-4.6%204.6-4.6m-6%200L11%206l-6%206%206%206%201.4-1.4L7.8%2012l4.6-4.6z%27/%3e%3c/svg%3e"},79722:e=>{"use strict";e.exports="data:image/svg+xml,%3c%21--%20-%20SPDX-FileCopyrightText:%202020%20Google%20Inc.%20-%20SPDX-License-Identifier:%20Apache-2.0%20--%3e%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2724%27%20height=%2724%27%20fill=%27%23222%27%3e%3cpath%20d=%27M5.6%207.4L7%206l6%206-6%206-1.4-1.4%204.6-4.6-4.6-4.6m6%200L13%206l6%206-6%206-1.4-1.4%204.6-4.6-4.6-4.6z%27/%3e%3c/svg%3e"},86886:e=>{"use strict";e.exports="data:image/svg+xml,%3c%21--%20-%20SPDX-FileCopyrightText:%202020%20Google%20Inc.%20-%20SPDX-License-Identifier:%20Apache-2.0%20--%3e%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2724%27%20height=%2724%27%20fill=%27%23222%27%3e%3cpath%20d=%27M8.6%2016.6l4.6-4.6-4.6-4.6L10%206l6%206-6%206-1.4-1.4z%27/%3e%3c/svg%3e"}}]); +//# sourceMappingURL=5519-5519.js.map?v=1ed64f1cb3d6ca09d1f0 \ No newline at end of file diff --git a/dist/8985-8985.js.LICENSE.txt b/dist/5519-5519.js.LICENSE.txt similarity index 100% rename from dist/8985-8985.js.LICENSE.txt rename to dist/5519-5519.js.LICENSE.txt diff --git a/dist/5519-5519.js.map b/dist/5519-5519.js.map new file mode 100644 index 0000000000000..94ea7c7a0e9b4 --- /dev/null +++ b/dist/5519-5519.js.map @@ -0,0 +1 @@ +{"version":3,"file":"5519-5519.js?v=1ed64f1cb3d6ca09d1f0","mappings":"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","sources":["webpack:///nextcloud/node_modules/nextcloud-vue-collections/dist/assets/index-Au1Gr_G6.css","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntry.vue?vue&type=style&index=0&id=25ab69f2&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=69227eb0&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntryLink.vue?vue&type=style&index=0&id=7e0785a9&prod&lang=scss&scoped=true","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue?vue&type=style&index=0&id=6e5dd9f1&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=2fc30320&prod&lang=scss","webpack:///nextcloud/apps/files_sharing/src/views/SharingDetailsTab.vue?vue&type=style&index=0&id=4de0df88&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=a65c443a&prod&scoped=true&lang=scss","webpack:///nextcloud/node_modules/nextcloud-vue-collections/node_modules/@nextcloud/router/dist/index.js","webpack:///nextcloud/node_modules/url-search-params-polyfill/index.js","webpack://nextcloud/./apps/files_sharing/src/views/SharingTab.vue?0ae8","webpack://nextcloud/./node_modules/nextcloud-vue-collections/dist/assets/index-Au1Gr_G6.css?fdca","webpack:///nextcloud/node_modules/lodash-es/isObject.js","webpack:///nextcloud/node_modules/lodash-es/_freeGlobal.js","webpack:///nextcloud/node_modules/lodash-es/_root.js","webpack:///nextcloud/node_modules/lodash-es/now.js","webpack:///nextcloud/node_modules/lodash-es/_trimmedEndIndex.js","webpack:///nextcloud/node_modules/lodash-es/_baseTrim.js","webpack:///nextcloud/node_modules/lodash-es/_Symbol.js","webpack:///nextcloud/node_modules/lodash-es/_getRawTag.js","webpack:///nextcloud/node_modules/lodash-es/_objectToString.js","webpack:///nextcloud/node_modules/lodash-es/_baseGetTag.js","webpack:///nextcloud/node_modules/lodash-es/toNumber.js","webpack:///nextcloud/node_modules/lodash-es/isSymbol.js","webpack:///nextcloud/node_modules/lodash-es/isObjectLike.js","webpack:///nextcloud/node_modules/lodash-es/debounce.js","webpack:///nextcloud/node_modules/nextcloud-vue-collections/dist/index.mjs","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?23b6","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/utils/GeneratePassword.js","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?8cf6","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/services/WebdavClient.ts","webpack:///nextcloud/apps/files_sharing/src/services/logger.ts","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/node_modules/vue-material-design-icons/Tune.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/Tune.vue?vue&type=script&lang=js","webpack://nextcloud/./node_modules/vue-material-design-icons/Tune.vue?7202","webpack:///nextcloud/node_modules/vue-material-design-icons/Tune.vue?vue&type=template&id=44530562","webpack:///nextcloud/node_modules/vue-material-design-icons/TriangleSmallDown.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/TriangleSmallDown.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/TriangleSmallDown.vue?8651","webpack:///nextcloud/node_modules/vue-material-design-icons/TriangleSmallDown.vue?vue&type=template&id=0610cec6","webpack:///nextcloud/node_modules/vue-material-design-icons/EyeOutline.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/EyeOutline.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/EyeOutline.vue?9ce8","webpack:///nextcloud/node_modules/vue-material-design-icons/EyeOutline.vue?vue&type=template&id=30219a41","webpack:///nextcloud/node_modules/vue-material-design-icons/FileUpload.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/FileUpload.vue?vue&type=script&lang=js","webpack://nextcloud/./node_modules/vue-material-design-icons/FileUpload.vue?c468","webpack:///nextcloud/node_modules/vue-material-design-icons/FileUpload.vue?vue&type=template&id=437aa472","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?30ef","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/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?f2c6","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/node_modules/vue-material-design-icons/DotsHorizontal.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/DotsHorizontal.vue?vue&type=script&lang=js","webpack://nextcloud/./node_modules/vue-material-design-icons/DotsHorizontal.vue?c5a1","webpack:///nextcloud/node_modules/vue-material-design-icons/DotsHorizontal.vue?vue&type=template&id=a4d4ab3e","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntry.vue?vue&type=script&lang=js","webpack:///nextcloud/apps/files_sharing/src/components/SharingEntry.vue","webpack://nextcloud/./apps/files_sharing/src/components/SharingEntry.vue?a70c","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/node_modules/vue-material-design-icons/CircleOutline.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/CircleOutline.vue?vue&type=script&lang=js","webpack://nextcloud/./node_modules/vue-material-design-icons/CircleOutline.vue?68bc","webpack:///nextcloud/node_modules/vue-material-design-icons/CircleOutline.vue?vue&type=template&id=33494a74","webpack:///nextcloud/node_modules/vue-material-design-icons/Email.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/Email.vue?vue&type=script&lang=js","webpack://nextcloud/./node_modules/vue-material-design-icons/Email.vue?3953","webpack:///nextcloud/node_modules/vue-material-design-icons/Email.vue?vue&type=template&id=ec4501a4","webpack:///nextcloud/node_modules/vue-material-design-icons/ShareCircle.vue","webpack:///nextcloud/node_modules/vue-material-design-icons/ShareCircle.vue?vue&type=script&lang=js","webpack://nextcloud/./node_modules/vue-material-design-icons/ShareCircle.vue?a1b2","webpack:///nextcloud/node_modules/vue-material-design-icons/ShareCircle.vue?vue&type=template&id=c22eb9fe","webpack:///nextcloud/node_modules/vue-material-design-icons/AccountCircleOutline.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/AccountCircleOutline.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/AccountCircleOutline.vue?a068","webpack:///nextcloud/node_modules/vue-material-design-icons/AccountCircleOutline.vue?vue&type=template&id=59b2bccc","webpack:///nextcloud/node_modules/vue-material-design-icons/Eye.vue?vue&type=script&lang=js","webpack:///nextcloud/node_modules/vue-material-design-icons/Eye.vue","webpack://nextcloud/./node_modules/vue-material-design-icons/Eye.vue?157b","webpack:///nextcloud/node_modules/vue-material-design-icons/Eye.vue?vue&type=template&id=363a0196","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?2316","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?a79d","webpack://nextcloud/./apps/files_sharing/src/views/SharingTab.vue?6997"],"sourcesContent":["// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.fade-enter-active[data-v-8e58e0a5],\n.fade-leave-active[data-v-8e58e0a5] {\n transition: opacity .3s ease;\n}\n.fade-enter[data-v-8e58e0a5],\n.fade-leave-to[data-v-8e58e0a5] {\n opacity: 0;\n}\n.linked-icons[data-v-8e58e0a5] {\n display: flex;\n}\n.linked-icons img[data-v-8e58e0a5] {\n padding: 12px;\n height: 44px;\n display: block;\n background-repeat: no-repeat;\n background-position: center;\n opacity: .7;\n}\n.linked-icons img[data-v-8e58e0a5]:hover {\n opacity: 1;\n}\n.popovermenu[data-v-8e58e0a5] {\n display: none;\n}\n.popovermenu.open[data-v-8e58e0a5] {\n display: block;\n}\nli.collection-list-item[data-v-8e58e0a5] {\n flex-wrap: wrap;\n height: auto;\n cursor: pointer;\n margin-bottom: 0 !important;\n}\nli.collection-list-item .collection-avatar[data-v-8e58e0a5] {\n margin-top: 6px;\n}\nli.collection-list-item form[data-v-8e58e0a5],\nli.collection-list-item .collection-item-name[data-v-8e58e0a5] {\n flex-basis: 10%;\n flex-grow: 1;\n display: flex;\n}\nli.collection-list-item .collection-item-name[data-v-8e58e0a5] {\n padding: 12px 9px;\n}\nli.collection-list-item input[data-v-8e58e0a5] {\n margin-top: 4px;\n border-color: var(--color-border-maxcontrast);\n}\nli.collection-list-item input[type=text][data-v-8e58e0a5] {\n flex-grow: 1;\n}\nli.collection-list-item .error[data-v-8e58e0a5],\nli.collection-list-item .resource-list-details[data-v-8e58e0a5] {\n flex-basis: 100%;\n width: 100%;\n}\nli.collection-list-item .resource-list-details li[data-v-8e58e0a5] {\n display: flex;\n margin-left: 44px;\n border-radius: 3px;\n cursor: pointer;\n}\nli.collection-list-item .resource-list-details li[data-v-8e58e0a5]:hover {\n background-color: var(--color-background-dark);\n}\nli.collection-list-item .resource-list-details li a[data-v-8e58e0a5] {\n flex-grow: 1;\n padding: 3px;\n max-width: calc(100% - 30px);\n display: flex;\n}\nli.collection-list-item .resource-list-details span[data-v-8e58e0a5] {\n display: inline-block;\n vertical-align: top;\n margin-right: 10px;\n}\nli.collection-list-item .resource-list-details span.resource-name[data-v-8e58e0a5] {\n text-overflow: ellipsis;\n overflow: hidden;\n position: relative;\n vertical-align: top;\n white-space: nowrap;\n flex-grow: 1;\n padding: 4px;\n}\nli.collection-list-item .resource-list-details img[data-v-8e58e0a5] {\n width: 24px;\n height: 24px;\n}\nli.collection-list-item .resource-list-details .icon-close[data-v-8e58e0a5] {\n opacity: .7;\n}\nli.collection-list-item .resource-list-details .icon-close[data-v-8e58e0a5]:hover,\nli.collection-list-item .resource-list-details .icon-close[data-v-8e58e0a5]:focus {\n opacity: 1;\n}\n.shouldshake[data-v-8e58e0a5] {\n animation: shake-8e58e0a5 .6s 1 linear;\n}\n@keyframes shake-8e58e0a5 {\n 0% {\n transform: translate(15px);\n }\n 20% {\n transform: translate(-15px);\n }\n 40% {\n transform: translate(7px);\n }\n 60% {\n transform: translate(-7px);\n }\n 80% {\n transform: translate(3px);\n }\n to {\n transform: translate(0);\n }\n}\n.collection-list *[data-v-75a4370b] {\n box-sizing: border-box;\n}\n.collection-list > li[data-v-75a4370b] {\n display: flex;\n align-items: start;\n gap: 12px;\n}\n.collection-list > li > .avatar[data-v-75a4370b] {\n margin-top: auto;\n}\n#collection-select-container[data-v-75a4370b] {\n display: flex;\n flex-direction: column;\n}\n.v-select span.avatar[data-v-75a4370b] {\n display: block;\n padding: 16px;\n opacity: .7;\n background-repeat: no-repeat;\n background-position: center;\n}\n.v-select span.avatar[data-v-75a4370b]:hover {\n opacity: 1;\n}\np.hint[data-v-75a4370b] {\n z-index: 1;\n margin-top: -16px;\n padding: 8px;\n color: var(--color-text-maxcontrast);\n line-height: normal;\n}\ndiv.avatar[data-v-75a4370b] {\n width: 32px;\n height: 32px;\n margin: 30px 0 0;\n padding: 8px;\n background-color: var(--color-background-dark);\n}\n.icon-projects[data-v-75a4370b] {\n display: block;\n padding: 8px;\n background-repeat: no-repeat;\n background-position: center;\n}\n.option__wrapper[data-v-75a4370b] {\n display: flex;\n}\n.option__wrapper .avatar[data-v-75a4370b] {\n display: block;\n background-color: var(--color-background-darker) !important;\n}\n.option__wrapper .option__title[data-v-75a4370b] {\n padding: 4px;\n}\n.fade-enter-active[data-v-75a4370b],\n.fade-leave-active[data-v-75a4370b] {\n transition: opacity .5s;\n}\n.fade-enter[data-v-75a4370b],\n.fade-leave-to[data-v-75a4370b] {\n opacity: 0;\n}\n`, \"\",{\"version\":3,\"sources\":[\"webpack://./node_modules/nextcloud-vue-collections/dist/assets/index-Au1Gr_G6.css\"],\"names\":[],\"mappings\":\"AAAA;;EAEE,4BAA4B;AAC9B;AACA;;EAEE,UAAU;AACZ;AACA;EACE,aAAa;AACf;AACA;EACE,aAAa;EACb,YAAY;EACZ,cAAc;EACd,4BAA4B;EAC5B,2BAA2B;EAC3B,WAAW;AACb;AACA;EACE,UAAU;AACZ;AACA;EACE,aAAa;AACf;AACA;EACE,cAAc;AAChB;AACA;EACE,eAAe;EACf,YAAY;EACZ,eAAe;EACf,2BAA2B;AAC7B;AACA;EACE,eAAe;AACjB;AACA;;EAEE,eAAe;EACf,YAAY;EACZ,aAAa;AACf;AACA;EACE,iBAAiB;AACnB;AACA;EACE,eAAe;EACf,6CAA6C;AAC/C;AACA;EACE,YAAY;AACd;AACA;;EAEE,gBAAgB;EAChB,WAAW;AACb;AACA;EACE,aAAa;EACb,iBAAiB;EACjB,kBAAkB;EAClB,eAAe;AACjB;AACA;EACE,8CAA8C;AAChD;AACA;EACE,YAAY;EACZ,YAAY;EACZ,4BAA4B;EAC5B,aAAa;AACf;AACA;EACE,qBAAqB;EACrB,mBAAmB;EACnB,kBAAkB;AACpB;AACA;EACE,uBAAuB;EACvB,gBAAgB;EAChB,kBAAkB;EAClB,mBAAmB;EACnB,mBAAmB;EACnB,YAAY;EACZ,YAAY;AACd;AACA;EACE,WAAW;EACX,YAAY;AACd;AACA;EACE,WAAW;AACb;AACA;;EAEE,UAAU;AACZ;AACA;EACE,sCAAsC;AACxC;AACA;EACE;IACE,0BAA0B;EAC5B;EACA;IACE,2BAA2B;EAC7B;EACA;IACE,yBAAyB;EAC3B;EACA;IACE,0BAA0B;EAC5B;EACA;IACE,yBAAyB;EAC3B;EACA;IACE,uBAAuB;EACzB;AACF;AACA;EACE,sBAAsB;AACxB;AACA;EACE,aAAa;EACb,kBAAkB;EAClB,SAAS;AACX;AACA;EACE,gBAAgB;AAClB;AACA;EACE,aAAa;EACb,sBAAsB;AACxB;AACA;EACE,cAAc;EACd,aAAa;EACb,WAAW;EACX,4BAA4B;EAC5B,2BAA2B;AAC7B;AACA;EACE,UAAU;AACZ;AACA;EACE,UAAU;EACV,iBAAiB;EACjB,YAAY;EACZ,oCAAoC;EACpC,mBAAmB;AACrB;AACA;EACE,WAAW;EACX,YAAY;EACZ,gBAAgB;EAChB,YAAY;EACZ,8CAA8C;AAChD;AACA;EACE,cAAc;EACd,YAAY;EACZ,4BAA4B;EAC5B,2BAA2B;AAC7B;AACA;EACE,aAAa;AACf;AACA;EACE,cAAc;EACd,2DAA2D;AAC7D;AACA;EACE,YAAY;AACd;AACA;;EAEE,uBAAuB;AACzB;AACA;;EAEE,UAAU;AACZ\",\"sourcesContent\":[\".fade-enter-active[data-v-8e58e0a5],\\n.fade-leave-active[data-v-8e58e0a5] {\\n transition: opacity .3s ease;\\n}\\n.fade-enter[data-v-8e58e0a5],\\n.fade-leave-to[data-v-8e58e0a5] {\\n opacity: 0;\\n}\\n.linked-icons[data-v-8e58e0a5] {\\n display: flex;\\n}\\n.linked-icons img[data-v-8e58e0a5] {\\n padding: 12px;\\n height: 44px;\\n display: block;\\n background-repeat: no-repeat;\\n background-position: center;\\n opacity: .7;\\n}\\n.linked-icons img[data-v-8e58e0a5]:hover {\\n opacity: 1;\\n}\\n.popovermenu[data-v-8e58e0a5] {\\n display: none;\\n}\\n.popovermenu.open[data-v-8e58e0a5] {\\n display: block;\\n}\\nli.collection-list-item[data-v-8e58e0a5] {\\n flex-wrap: wrap;\\n height: auto;\\n cursor: pointer;\\n margin-bottom: 0 !important;\\n}\\nli.collection-list-item .collection-avatar[data-v-8e58e0a5] {\\n margin-top: 6px;\\n}\\nli.collection-list-item form[data-v-8e58e0a5],\\nli.collection-list-item .collection-item-name[data-v-8e58e0a5] {\\n flex-basis: 10%;\\n flex-grow: 1;\\n display: flex;\\n}\\nli.collection-list-item .collection-item-name[data-v-8e58e0a5] {\\n padding: 12px 9px;\\n}\\nli.collection-list-item input[data-v-8e58e0a5] {\\n margin-top: 4px;\\n border-color: var(--color-border-maxcontrast);\\n}\\nli.collection-list-item input[type=text][data-v-8e58e0a5] {\\n flex-grow: 1;\\n}\\nli.collection-list-item .error[data-v-8e58e0a5],\\nli.collection-list-item .resource-list-details[data-v-8e58e0a5] {\\n flex-basis: 100%;\\n width: 100%;\\n}\\nli.collection-list-item .resource-list-details li[data-v-8e58e0a5] {\\n display: flex;\\n margin-left: 44px;\\n border-radius: 3px;\\n cursor: pointer;\\n}\\nli.collection-list-item .resource-list-details li[data-v-8e58e0a5]:hover {\\n background-color: var(--color-background-dark);\\n}\\nli.collection-list-item .resource-list-details li a[data-v-8e58e0a5] {\\n flex-grow: 1;\\n padding: 3px;\\n max-width: calc(100% - 30px);\\n display: flex;\\n}\\nli.collection-list-item .resource-list-details span[data-v-8e58e0a5] {\\n display: inline-block;\\n vertical-align: top;\\n margin-right: 10px;\\n}\\nli.collection-list-item .resource-list-details span.resource-name[data-v-8e58e0a5] {\\n text-overflow: ellipsis;\\n overflow: hidden;\\n position: relative;\\n vertical-align: top;\\n white-space: nowrap;\\n flex-grow: 1;\\n padding: 4px;\\n}\\nli.collection-list-item .resource-list-details img[data-v-8e58e0a5] {\\n width: 24px;\\n height: 24px;\\n}\\nli.collection-list-item .resource-list-details .icon-close[data-v-8e58e0a5] {\\n opacity: .7;\\n}\\nli.collection-list-item .resource-list-details .icon-close[data-v-8e58e0a5]:hover,\\nli.collection-list-item .resource-list-details .icon-close[data-v-8e58e0a5]:focus {\\n opacity: 1;\\n}\\n.shouldshake[data-v-8e58e0a5] {\\n animation: shake-8e58e0a5 .6s 1 linear;\\n}\\n@keyframes shake-8e58e0a5 {\\n 0% {\\n transform: translate(15px);\\n }\\n 20% {\\n transform: translate(-15px);\\n }\\n 40% {\\n transform: translate(7px);\\n }\\n 60% {\\n transform: translate(-7px);\\n }\\n 80% {\\n transform: translate(3px);\\n }\\n to {\\n transform: translate(0);\\n }\\n}\\n.collection-list *[data-v-75a4370b] {\\n box-sizing: border-box;\\n}\\n.collection-list > li[data-v-75a4370b] {\\n display: flex;\\n align-items: start;\\n gap: 12px;\\n}\\n.collection-list > li > .avatar[data-v-75a4370b] {\\n margin-top: auto;\\n}\\n#collection-select-container[data-v-75a4370b] {\\n display: flex;\\n flex-direction: column;\\n}\\n.v-select span.avatar[data-v-75a4370b] {\\n display: block;\\n padding: 16px;\\n opacity: .7;\\n background-repeat: no-repeat;\\n background-position: center;\\n}\\n.v-select span.avatar[data-v-75a4370b]:hover {\\n opacity: 1;\\n}\\np.hint[data-v-75a4370b] {\\n z-index: 1;\\n margin-top: -16px;\\n padding: 8px;\\n color: var(--color-text-maxcontrast);\\n line-height: normal;\\n}\\ndiv.avatar[data-v-75a4370b] {\\n width: 32px;\\n height: 32px;\\n margin: 30px 0 0;\\n padding: 8px;\\n background-color: var(--color-background-dark);\\n}\\n.icon-projects[data-v-75a4370b] {\\n display: block;\\n padding: 8px;\\n background-repeat: no-repeat;\\n background-position: center;\\n}\\n.option__wrapper[data-v-75a4370b] {\\n display: flex;\\n}\\n.option__wrapper .avatar[data-v-75a4370b] {\\n display: block;\\n background-color: var(--color-background-darker) !important;\\n}\\n.option__wrapper .option__title[data-v-75a4370b] {\\n padding: 4px;\\n}\\n.fade-enter-active[data-v-75a4370b],\\n.fade-leave-active[data-v-75a4370b] {\\n transition: opacity .5s;\\n}\\n.fade-enter[data-v-75a4370b],\\n.fade-leave-to[data-v-75a4370b] {\\n opacity: 0;\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.sharing-entry[data-v-25ab69f2]{display:flex;align-items:center;height:44px}.sharing-entry__summary[data-v-25ab69f2]{padding:8px;padding-left:10px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1 0;min-width:0}.sharing-entry__summary__desc[data-v-25ab69f2]{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-25ab69f2],.sharing-entry__summary__desc small[data-v-25ab69f2]{color:var(--color-text-maxcontrast)}.sharing-entry__summary__desc-unique[data-v-25ab69f2]{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,CACA,yCACC,WAAA,CACA,iBAAA,CACA,YAAA,CACA,qBAAA,CACA,sBAAA,CACA,sBAAA,CACA,QAAA,CACA,WAAA,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\\t&__summary {\\n\\t\\tpadding: 8px;\\n\\t\\tpadding-left: 10px;\\n\\t\\tdisplay: flex;\\n\\t\\tflex-direction: column;\\n\\t\\tjustify-content: center;\\n\\t\\talign-items: flex-start;\\n\\t\\tflex: 1 0;\\n\\t\\tmin-width: 0;\\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\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.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\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.sharing-entry__internal .avatar-external[data-v-69227eb0]{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-69227eb0]{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\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.sharing-entry[data-v-7e0785a9]{display:flex;align-items:center;min-height:44px}.sharing-entry__summary[data-v-7e0785a9]{padding:8px;padding-left:10px;display:flex;justify-content:space-between;flex:1 0;min-width:0}.sharing-entry__desc[data-v-7e0785a9]{display:flex;flex-direction:column;line-height:1.2em}.sharing-entry__desc p[data-v-7e0785a9]{color:var(--color-text-maxcontrast)}.sharing-entry__desc__title[data-v-7e0785a9]{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sharing-entry:not(.sharing-entry--share) .sharing-entry__actions .new-share-link[data-v-7e0785a9]{border-top:1px solid var(--color-border)}.sharing-entry[data-v-7e0785a9] .avatar-link-share{background-color:var(--color-primary-element)}.sharing-entry .sharing-entry__action--public-upload[data-v-7e0785a9]{border-bottom:1px solid var(--color-border)}.sharing-entry__loading[data-v-7e0785a9]{width:44px;height:44px;margin:0;padding:14px;margin-left:auto}.sharing-entry .action-item~.action-item[data-v-7e0785a9],.sharing-entry .action-item~.sharing-entry__loading[data-v-7e0785a9]{margin-left:0}.sharing-entry .icon-checkmark-color[data-v-7e0785a9]{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,QAAA,CACA,WAAA,CAGA,sCACC,YAAA,CACA,qBAAA,CACA,iBAAA,CAEA,wCACC,mCAAA,CAGD,6CACC,sBAAA,CACA,eAAA,CACA,kBAAA,CAKF,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\\tflex: 1 0;\\n\\t\\tmin-width: 0;\\n\\t}\\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&: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\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.share-select[data-v-6e5dd9f1]{display:block}.share-select[data-v-6e5dd9f1] .action-item__menutoggle{color:var(--color-primary-element) !important;font-size:12.5px !important;height:auto !important;min-height:auto !important}.share-select[data-v-6e5dd9f1] .action-item__menutoggle .button-vue__text{font-weight:normal !important}.share-select[data-v-6e5dd9f1] .action-item__menutoggle .button-vue__icon{height:24px !important;min-height:24px !important;width:24px !important;min-width:24px !important}.share-select[data-v-6e5dd9f1] .action-item__menutoggle .button-vue__wrapper{flex-direction:row-reverse !important}`, \"\",{\"version\":3,\"sources\":[\"webpack://./apps/files_sharing/src/components/SharingEntryQuickShareSelect.vue\"],\"names\":[],\"mappings\":\"AACA,+BACC,aAAA,CAIA,wDACC,6CAAA,CACA,2BAAA,CACA,sBAAA,CACA,0BAAA,CAEA,0EACC,6BAAA,CAGD,0EACC,sBAAA,CACA,0BAAA,CACA,qBAAA,CACA,yBAAA,CAGD,6EAEC,qCAAA\",\"sourcesContent\":[\"\\n.share-select {\\n\\tdisplay: block;\\n\\n\\t// TODO: NcActions should have a slot for custom trigger button like NcPopover\\n\\t// Overrider NcActionms button to make it small\\n\\t:deep(.action-item__menutoggle) {\\n\\t\\tcolor: var(--color-primary-element) !important;\\n\\t\\tfont-size: 12.5px !important;\\n\\t\\theight: auto !important;\\n\\t\\tmin-height: auto !important;\\n\\n\\t\\t.button-vue__text {\\n\\t\\t\\tfont-weight: normal !important;\\n\\t\\t}\\n\\n\\t\\t.button-vue__icon {\\n\\t\\t\\theight: 24px !important;\\n\\t\\t\\tmin-height: 24px !important;\\n\\t\\t\\twidth: 24px !important;\\n\\t\\t\\tmin-width: 24px !important;\\n\\t\\t}\\n\\n\\t\\t.button-vue__wrapper {\\n\\t\\t\\t// Emulate NcButton's alignment=center-reverse\\n\\t\\t\\tflex-direction: row-reverse !important;\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.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\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.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 .avatardiv__initials-wrapper{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,wEACC,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\\t.avatardiv__initials-wrapper {\\n\\t\\t\\t\\tdisplay: none;\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n}\\n\"],\"sourceRoot\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.sharingTabDetailsView[data-v-4de0df88]{display:flex;flex-direction:column;width:100%;margin:0 auto;position:relative;height:100%;overflow:hidden}.sharingTabDetailsView__header[data-v-4de0df88]{display:flex;align-items:center;box-sizing:border-box;margin:.2em}.sharingTabDetailsView__header span[data-v-4de0df88]{display:flex;align-items:center}.sharingTabDetailsView__header span h1[data-v-4de0df88]{font-size:15px;padding-left:.3em}.sharingTabDetailsView__wrapper[data-v-4de0df88]{position:relative;overflow:scroll;flex-shrink:1;padding:4px;padding-right:12px}.sharingTabDetailsView__quick-permissions[data-v-4de0df88]{display:flex;justify-content:center;width:100%;margin:0 auto;border-radius:0}.sharingTabDetailsView__quick-permissions div[data-v-4de0df88]{width:100%}.sharingTabDetailsView__quick-permissions div span[data-v-4de0df88]{width:100%}.sharingTabDetailsView__quick-permissions div span span[data-v-4de0df88]:nth-child(1){align-items:center;justify-content:center;padding:.1em}.sharingTabDetailsView__quick-permissions div span[data-v-4de0df88] label span{display:flex;flex-direction:column}.sharingTabDetailsView__quick-permissions div span[data-v-4de0df88] span.checkbox-content__text.checkbox-radio-switch__text{flex-wrap:wrap}.sharingTabDetailsView__quick-permissions div span[data-v-4de0df88] span.checkbox-content__text.checkbox-radio-switch__text .subline{display:block;flex-basis:100%}.sharingTabDetailsView__advanced-control[data-v-4de0df88]{width:100%}.sharingTabDetailsView__advanced-control button[data-v-4de0df88]{margin-top:.5em}.sharingTabDetailsView__advanced[data-v-4de0df88]{width:100%;margin-bottom:.5em;text-align:left;padding-left:0}.sharingTabDetailsView__advanced section textarea[data-v-4de0df88],.sharingTabDetailsView__advanced section div.mx-datepicker[data-v-4de0df88]{width:100%}.sharingTabDetailsView__advanced section textarea[data-v-4de0df88]{height:80px;margin:0}.sharingTabDetailsView__advanced section span[data-v-4de0df88] label{padding-left:0 !important;background-color:initial !important;border:none !important}.sharingTabDetailsView__advanced section section.custom-permissions-group[data-v-4de0df88]{padding-left:1.5em}.sharingTabDetailsView__delete>button[data-v-4de0df88]:first-child{color:#df0707}.sharingTabDetailsView__footer[data-v-4de0df88]{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-group[data-v-4de0df88]{display:flex;justify-content:space-between;width:100%;margin-top:16px}.sharingTabDetailsView__footer .button-group button[data-v-4de0df88]{margin-left:16px}.sharingTabDetailsView__footer .button-group button[data-v-4de0df88]: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,iBAAA,CACA,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,YAAA,CAKA,+EACC,YAAA,CACA,qBAAA,CAKF,4HACC,cAAA,CAEA,qIACC,aAAA,CACA,eAAA,CAQL,0DACC,UAAA,CAEA,iEACC,eAAA,CAKF,kDACC,UAAA,CACA,kBAAA,CACA,eAAA,CACA,cAAA,CAIC,+IAEC,UAAA,CAGD,mEACC,WAAA,CACA,QAAA,CAaA,qEACC,yBAAA,CACA,mCAAA,CACA,sBAAA,CAIF,2FACC,kBAAA,CAMF,mEACC,aAAA,CAIF,gDACC,UAAA,CACA,YAAA,CACA,eAAA,CACA,QAAA,CACA,qBAAA,CACA,6BAAA,CACA,sBAAA,CACA,2FAAA,CAEA,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\\tposition: relative;\\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\\tpadding: 0.1em;\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\t::v-deep label {\\n\\n\\t\\t\\t\\t\\tspan {\\n\\t\\t\\t\\t\\t\\tdisplay: flex;\\n\\t\\t\\t\\t\\t\\tflex-direction: column;\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t}\\n\\n\\t\\t\\t\\t/* Target component based style in NcCheckboxRadioSwitch slot content*/\\n\\t\\t\\t\\t:deep(span.checkbox-content__text.checkbox-radio-switch__text) {\\n\\t\\t\\t\\t\\tflex-wrap: wrap;\\n\\n\\t\\t\\t\\t\\t.subline {\\n\\t\\t\\t\\t\\t\\tdisplay: block;\\n\\t\\t\\t\\t\\t\\tflex-basis: 100%;\\n\\t\\t\\t\\t\\t}\\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\\tpadding-left: 0 !important;\\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&__delete {\\n\\t\\t>button:first-child {\\n\\t\\t\\tcolor: rgb(223, 7, 7);\\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-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\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.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\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","// Imports\nimport ___CSS_LOADER_API_SOURCEMAP_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/sourceMaps.js\";\nimport ___CSS_LOADER_API_IMPORT___ from \"../../../../node_modules/css-loader/dist/runtime/api.js\";\nvar ___CSS_LOADER_EXPORT___ = ___CSS_LOADER_API_IMPORT___(___CSS_LOADER_API_SOURCEMAP_IMPORT___);\n// Module\n___CSS_LOADER_EXPORT___.push([module.id, `.emptyContentWithSections[data-v-a65c443a]{margin:1rem auto}.sharingTab[data-v-a65c443a]{position:relative;height:100%}.sharingTab__content[data-v-a65c443a]{padding:0 6px}.sharingTab__additionalContent[data-v-a65c443a]{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\":\"\"}]);\n// Exports\nexport default ___CSS_LOADER_EXPORT___;\n","\"use strict\";\n\nObject.defineProperty(exports, \"__esModule\", {\n value: true\n});\nexports.generateUrl = exports.generateRemoteUrl = exports.generateOcsUrl = exports.generateFilePath = void 0;\nexports.getAppRootUrl = getAppRootUrl;\nexports.getRootUrl = getRootUrl;\nexports.linkTo = exports.imagePath = void 0;\nrequire(\"core-js/modules/es.string.replace.js\");\n/**\n * Get an url with webroot to a file in an app\n *\n * @param {string} app the id of the app the file belongs to\n * @param {string} file the file path relative to the app folder\n * @return {string} URL with webroot to a file\n */\nconst linkTo = (app, file) => generateFilePath(app, '', file);\n\n/**\n * Creates a relative url for remote use\n *\n * @param {string} service id\n * @return {string} the url\n */\nexports.linkTo = linkTo;\nconst linkToRemoteBase = service => getRootUrl() + '/remote.php/' + service;\n\n/**\n * @brief Creates an absolute url for remote use\n * @param {string} service id\n * @return {string} the url\n */\nconst generateRemoteUrl = service => window.location.protocol + '//' + window.location.host + linkToRemoteBase(service);\n\n/**\n * Get the base path for the given OCS API service\n *\n * @param {string} url OCS API service url\n * @param {object} params parameters to be replaced into the service url\n * @param {UrlOptions} options options for the parameter replacement\n * @param {boolean} options.escape Set to false if parameters should not be URL encoded (default true)\n * @param {Number} options.ocsVersion OCS version to use (defaults to 2)\n * @return {string} Absolute path for the OCS URL\n */\nexports.generateRemoteUrl = generateRemoteUrl;\nconst generateOcsUrl = (url, params, options) => {\n const allOptions = Object.assign({\n ocsVersion: 2\n }, options || {});\n const version = allOptions.ocsVersion === 1 ? 1 : 2;\n return window.location.protocol + '//' + window.location.host + getRootUrl() + '/ocs/v' + version + '.php' + _generateUrlPath(url, params, options);\n};\nexports.generateOcsUrl = generateOcsUrl;\n/**\n * Generate a url path, which can contain parameters\n *\n * Parameters will be URL encoded automatically\n *\n * @param {string} url address (can contain placeholders e.g. /call/{token} would replace {token} with the value of params.token\n * @param {object} params parameters to be replaced into the address\n * @param {UrlOptions} options options for the parameter replacement\n * @return {string} Path part for the given URL\n */\nconst _generateUrlPath = (url, params, options) => {\n const allOptions = Object.assign({\n escape: true\n }, options || {});\n const _build = function (text, vars) {\n vars = vars || {};\n return text.replace(/{([^{}]*)}/g, function (a, b) {\n var r = vars[b];\n if (allOptions.escape) {\n return typeof r === 'string' || typeof r === 'number' ? encodeURIComponent(r.toString()) : encodeURIComponent(a);\n } else {\n return typeof r === 'string' || typeof r === 'number' ? r.toString() : a;\n }\n });\n };\n if (url.charAt(0) !== '/') {\n url = '/' + url;\n }\n return _build(url, params || {});\n};\n\n/**\n * Generate the url with webroot for the given relative url, which can contain parameters\n *\n * Parameters will be URL encoded automatically\n *\n * @param {string} url address (can contain placeholders e.g. /call/{token} would replace {token} with the value of params.token\n * @param {object} params parameters to be replaced into the url\n * @param {UrlOptions} options options for the parameter replacement\n * @param {boolean} options.noRewrite True if you want to force index.php being added\n * @param {boolean} options.escape Set to false if parameters should not be URL encoded (default true)\n * @return {string} URL with webroot for the given relative URL\n */\nconst generateUrl = (url, params, options) => {\n var _window;\n const allOptions = Object.assign({\n noRewrite: false\n }, options || {});\n if (((_window = window) === null || _window === void 0 || (_window = _window.OC) === null || _window === void 0 || (_window = _window.config) === null || _window === void 0 ? void 0 : _window.modRewriteWorking) === true && !allOptions.noRewrite) {\n return getRootUrl() + _generateUrlPath(url, params, options);\n }\n return getRootUrl() + '/index.php' + _generateUrlPath(url, params, options);\n};\n\n/**\n * Get the path with webroot to an image file\n * if no extension is given for the image, it will automatically decide\n * between .png and .svg based on what the browser supports\n *\n * @param {string} app the app id to which the image belongs\n * @param {string} file the name of the image file\n * @return {string}\n */\nexports.generateUrl = generateUrl;\nconst imagePath = (app, file) => {\n if (file.indexOf('.') === -1) {\n //if no extension is given, use svg\n return generateFilePath(app, 'img', file + '.svg');\n }\n return generateFilePath(app, 'img', file);\n};\n\n/**\n * Get the url with webroot for a file in an app\n *\n * @param {string} app the id of the app\n * @param {string} type the type of the file to link to (e.g. css,img,ajax.template)\n * @param {string} file the filename\n * @return {string} URL with webroot for a file in an app\n */\nexports.imagePath = imagePath;\nconst generateFilePath = (app, type, file) => {\n var _window2;\n const isCore = ((_window2 = window) === null || _window2 === void 0 || (_window2 = _window2.OC) === null || _window2 === void 0 || (_window2 = _window2.coreApps) === null || _window2 === void 0 ? void 0 : _window2.indexOf(app)) !== -1;\n let link = getRootUrl();\n if (file.substring(file.length - 3) === 'php' && !isCore) {\n link += '/index.php/apps/' + app;\n if (file !== 'index.php') {\n link += '/';\n if (type) {\n link += encodeURI(type + '/');\n }\n link += file;\n }\n } else if (file.substring(file.length - 3) !== 'php' && !isCore) {\n link = getAppRootUrl(app);\n if (type) {\n link += '/' + type + '/';\n }\n if (link.substring(link.length - 1) !== '/') {\n link += '/';\n }\n link += file;\n } else {\n if ((app === 'settings' || app === 'core' || app === 'search') && type === 'ajax') {\n link += '/index.php/';\n } else {\n link += '/';\n }\n if (!isCore) {\n link += 'apps/';\n }\n if (app !== '') {\n app += '/';\n link += app;\n }\n if (type) {\n link += type + '/';\n }\n link += file;\n }\n return link;\n};\n\n/**\n * Return the web root path where this Nextcloud instance\n * is accessible, with a leading slash.\n * For example \"/nextcloud\".\n *\n * @return {string} web root path\n */\nexports.generateFilePath = generateFilePath;\nfunction getRootUrl() {\n let webroot = window._oc_webroot;\n if (typeof webroot === 'undefined') {\n webroot = location.pathname;\n const pos = webroot.indexOf('/index.php/');\n if (pos !== -1) {\n webroot = webroot.substr(0, pos);\n } else {\n webroot = webroot.substr(0, webroot.lastIndexOf('/'));\n }\n }\n return webroot;\n}\n\n/**\n * Return the web root path for a given app\n * @param {string} app The ID of the app\n */\nfunction getAppRootUrl(app) {\n var _window$_oc_appswebro, _webroots$app;\n const webroots = (_window$_oc_appswebro = window._oc_appswebroots) !== null && _window$_oc_appswebro !== void 0 ? _window$_oc_appswebro : {};\n return (_webroots$app = webroots[app]) !== null && _webroots$app !== void 0 ? _webroots$app : '';\n}\n//# sourceMappingURL=index.js.map","/**!\n * url-search-params-polyfill\n *\n * @author Jerry Bendy (https://github.com/jerrybendy)\n * @licence MIT\n */\n(function(self) {\n 'use strict';\n\n var nativeURLSearchParams = (function() {\n // #41 Fix issue in RN\n try {\n if (self.URLSearchParams && (new self.URLSearchParams('foo=bar')).get('foo') === 'bar') {\n return self.URLSearchParams;\n }\n } catch (e) {}\n return null;\n })(),\n isSupportObjectConstructor = nativeURLSearchParams && (new nativeURLSearchParams({a: 1})).toString() === 'a=1',\n // There is a bug in safari 10.1 (and earlier) that incorrectly decodes `%2B` as an empty space and not a plus.\n decodesPlusesCorrectly = nativeURLSearchParams && (new nativeURLSearchParams('s=%2B').get('s') === '+'),\n isSupportSize = nativeURLSearchParams && 'size' in nativeURLSearchParams.prototype,\n __URLSearchParams__ = \"__URLSearchParams__\",\n // Fix bug in Edge which cannot encode ' &' correctly\n encodesAmpersandsCorrectly = nativeURLSearchParams ? (function() {\n var ampersandTest = new nativeURLSearchParams();\n ampersandTest.append('s', ' &');\n return ampersandTest.toString() === 's=+%26';\n })() : true,\n prototype = URLSearchParamsPolyfill.prototype,\n iterable = !!(self.Symbol && self.Symbol.iterator);\n\n if (nativeURLSearchParams && isSupportObjectConstructor && decodesPlusesCorrectly && encodesAmpersandsCorrectly && isSupportSize) {\n return;\n }\n\n\n /**\n * Make a URLSearchParams instance\n *\n * @param {object|string|URLSearchParams} search\n * @constructor\n */\n function URLSearchParamsPolyfill(search) {\n search = search || \"\";\n\n // support construct object with another URLSearchParams instance\n if (search instanceof URLSearchParams || search instanceof URLSearchParamsPolyfill) {\n search = search.toString();\n }\n this [__URLSearchParams__] = parseToDict(search);\n }\n\n\n /**\n * Appends a specified key/value pair as a new search parameter.\n *\n * @param {string} name\n * @param {string} value\n */\n prototype.append = function(name, value) {\n appendTo(this [__URLSearchParams__], name, value);\n };\n\n /**\n * Deletes the given search parameter, and its associated value,\n * from the list of all search parameters.\n *\n * @param {string} name\n */\n prototype['delete'] = function(name) {\n delete this [__URLSearchParams__] [name];\n };\n\n /**\n * Returns the first value associated to the given search parameter.\n *\n * @param {string} name\n * @returns {string|null}\n */\n prototype.get = function(name) {\n var dict = this [__URLSearchParams__];\n return this.has(name) ? dict[name][0] : null;\n };\n\n /**\n * Returns all the values association with a given search parameter.\n *\n * @param {string} name\n * @returns {Array}\n */\n prototype.getAll = function(name) {\n var dict = this [__URLSearchParams__];\n return this.has(name) ? dict [name].slice(0) : [];\n };\n\n /**\n * Returns a Boolean indicating if such a search parameter exists.\n *\n * @param {string} name\n * @returns {boolean}\n */\n prototype.has = function(name) {\n return hasOwnProperty(this [__URLSearchParams__], name);\n };\n\n /**\n * Sets the value associated to a given search parameter to\n * the given value. If there were several values, delete the\n * others.\n *\n * @param {string} name\n * @param {string} value\n */\n prototype.set = function set(name, value) {\n this [__URLSearchParams__][name] = ['' + value];\n };\n\n /**\n * Returns a string containg a query string suitable for use in a URL.\n *\n * @returns {string}\n */\n prototype.toString = function() {\n var dict = this[__URLSearchParams__], query = [], i, key, name, value;\n for (key in dict) {\n name = encode(key);\n for (i = 0, value = dict[key]; i < value.length; i++) {\n query.push(name + '=' + encode(value[i]));\n }\n }\n return query.join('&');\n };\n\n // There is a bug in Safari 10.1 and `Proxy`ing it is not enough.\n var useProxy = self.Proxy && nativeURLSearchParams && (!decodesPlusesCorrectly || !encodesAmpersandsCorrectly || !isSupportObjectConstructor || !isSupportSize);\n var propValue;\n if (useProxy) {\n // Safari 10.0 doesn't support Proxy, so it won't extend URLSearchParams on safari 10.0\n propValue = new Proxy(nativeURLSearchParams, {\n construct: function (target, args) {\n return new target((new URLSearchParamsPolyfill(args[0]).toString()));\n }\n })\n // Chrome <=60 .toString() on a function proxy got error \"Function.prototype.toString is not generic\"\n propValue.toString = Function.prototype.toString.bind(URLSearchParamsPolyfill);\n } else {\n propValue = URLSearchParamsPolyfill;\n }\n\n /*\n * Apply polyfill to global object and append other prototype into it\n */\n Object.defineProperty(self, 'URLSearchParams', {\n value: propValue\n });\n\n var USPProto = self.URLSearchParams.prototype;\n\n USPProto.polyfill = true;\n\n // Fix #54, `toString.call(new URLSearchParams)` will return correct value when Proxy not used\n if (!useProxy && self.Symbol) {\n USPProto[self.Symbol.toStringTag] = 'URLSearchParams';\n }\n\n /**\n *\n * @param {function} callback\n * @param {object} thisArg\n */\n if (!('forEach' in USPProto)) {\n USPProto.forEach = function(callback, thisArg) {\n var dict = parseToDict(this.toString());\n Object.getOwnPropertyNames(dict).forEach(function(name) {\n dict[name].forEach(function(value) {\n callback.call(thisArg, value, name, this);\n }, this);\n }, this);\n };\n }\n\n /**\n * Sort all name-value pairs\n */\n if (!('sort' in USPProto)) {\n USPProto.sort = function() {\n var dict = parseToDict(this.toString()), keys = [], k, i, j;\n for (k in dict) {\n keys.push(k);\n }\n keys.sort();\n\n for (i = 0; i < keys.length; i++) {\n this['delete'](keys[i]);\n }\n for (i = 0; i < keys.length; i++) {\n var key = keys[i], values = dict[key];\n for (j = 0; j < values.length; j++) {\n this.append(key, values[j]);\n }\n }\n };\n }\n\n /**\n * Returns an iterator allowing to go through all keys of\n * the key/value pairs contained in this object.\n *\n * @returns {function}\n */\n if (!('keys' in USPProto)) {\n USPProto.keys = function() {\n var items = [];\n this.forEach(function(item, name) {\n items.push(name);\n });\n return makeIterator(items);\n };\n }\n\n /**\n * Returns an iterator allowing to go through all values of\n * the key/value pairs contained in this object.\n *\n * @returns {function}\n */\n if (!('values' in USPProto)) {\n USPProto.values = function() {\n var items = [];\n this.forEach(function(item) {\n items.push(item);\n });\n return makeIterator(items);\n };\n }\n\n /**\n * Returns an iterator allowing to go through all key/value\n * pairs contained in this object.\n *\n * @returns {function}\n */\n if (!('entries' in USPProto)) {\n USPProto.entries = function() {\n var items = [];\n this.forEach(function(item, name) {\n items.push([name, item]);\n });\n return makeIterator(items);\n };\n }\n\n if (iterable) {\n USPProto[self.Symbol.iterator] = USPProto[self.Symbol.iterator] || USPProto.entries;\n }\n\n if (!('size' in USPProto)) {\n Object.defineProperty(USPProto, 'size', {\n get: function () {\n var dict = parseToDict(this.toString())\n if (USPProto === this) {\n throw new TypeError('Illegal invocation at URLSearchParams.invokeGetter')\n }\n return Object.keys(dict).reduce(function (prev, cur) {\n return prev + dict[cur].length;\n }, 0);\n }\n });\n }\n\n function encode(str) {\n var replace = {\n '!': '%21',\n \"'\": '%27',\n '(': '%28',\n ')': '%29',\n '~': '%7E',\n '%20': '+',\n '%00': '\\x00'\n };\n return encodeURIComponent(str).replace(/[!'\\(\\)~]|%20|%00/g, function(match) {\n return replace[match];\n });\n }\n\n function decode(str) {\n return str\n .replace(/[ +]/g, '%20')\n .replace(/(%[a-f0-9]{2})+/ig, function(match) {\n return decodeURIComponent(match);\n });\n }\n\n function makeIterator(arr) {\n var iterator = {\n next: function() {\n var value = arr.shift();\n return {done: value === undefined, value: value};\n }\n };\n\n if (iterable) {\n iterator[self.Symbol.iterator] = function() {\n return iterator;\n };\n }\n\n return iterator;\n }\n\n function parseToDict(search) {\n var dict = {};\n\n if (typeof search === \"object\") {\n // if `search` is an array, treat it as a sequence\n if (isArray(search)) {\n for (var i = 0; i < search.length; i++) {\n var item = search[i];\n if (isArray(item) && item.length === 2) {\n appendTo(dict, item[0], item[1]);\n } else {\n throw new TypeError(\"Failed to construct 'URLSearchParams': Sequence initializer must only contain pair elements\");\n }\n }\n\n } else {\n for (var key in search) {\n if (search.hasOwnProperty(key)) {\n appendTo(dict, key, search[key]);\n }\n }\n }\n\n } else {\n // remove first '?'\n if (search.indexOf(\"?\") === 0) {\n search = search.slice(1);\n }\n\n var pairs = search.split(\"&\");\n for (var j = 0; j < pairs.length; j++) {\n var value = pairs [j],\n index = value.indexOf('=');\n\n if (-1 < index) {\n appendTo(dict, decode(value.slice(0, index)), decode(value.slice(index + 1)));\n\n } else {\n if (value) {\n appendTo(dict, decode(value), '');\n }\n }\n }\n }\n\n return dict;\n }\n\n function appendTo(dict, name, value) {\n var val = typeof value === 'string' ? value : (\n value !== null && value !== undefined && typeof value.toString === 'function' ? value.toString() : JSON.stringify(value)\n );\n\n // #47 Prevent using `hasOwnProperty` as a property name\n if (hasOwnProperty(dict, name)) {\n dict[name].push(val);\n } else {\n dict[name] = [val];\n }\n }\n\n function isArray(val) {\n return !!val && '[object Array]' === Object.prototype.toString.call(val);\n }\n\n function hasOwnProperty(obj, prop) {\n return Object.prototype.hasOwnProperty.call(obj, prop);\n }\n\n})(typeof global !== 'undefined' ? global : (typeof window !== 'undefined' ? window : this));\n","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('div',{staticClass:\"sharingTab\",class:{ 'icon-loading': _vm.loading }},[(_vm.error)?_c('div',{staticClass:\"emptycontent\",class:{ emptyContentWithSections: _vm.sections.length > 0 }},[_c('div',{staticClass:\"icon icon-error\"}),_vm._v(\" \"),_c('h2',[_vm._v(_vm._s(_vm.error))])]):_vm._e(),_vm._v(\" \"),_c('div',{directives:[{name:\"show\",rawName:\"v-show\",value:(!_vm.showSharingDetailsView),expression:\"!showSharingDetailsView\"}],staticClass:\"sharingTab__content\"},[_c('ul',[(_vm.isSharedWithMe)?_c('SharingEntrySimple',_vm._b({staticClass:\"sharing-entry__reshare\",scopedSlots:_vm._u([{key:\"avatar\",fn:function(){return [_c('NcAvatar',{staticClass:\"sharing-entry__avatar\",attrs:{\"user\":_vm.sharedWithMe.user,\"display-name\":_vm.sharedWithMe.displayName}})]},proxy:true}],null,false,3197855346)},'SharingEntrySimple',_vm.sharedWithMe,false)):_vm._e()],1),_vm._v(\" \"),(!_vm.loading)?_c('SharingInput',{attrs:{\"can-reshare\":_vm.canReshare,\"file-info\":_vm.fileInfo,\"link-shares\":_vm.linkShares,\"reshare\":_vm.reshare,\"shares\":_vm.shares},on:{\"open-sharing-details\":_vm.toggleShareDetailsView}}):_vm._e(),_vm._v(\" \"),(!_vm.loading)?_c('SharingLinkList',{ref:\"linkShareList\",attrs:{\"can-reshare\":_vm.canReshare,\"file-info\":_vm.fileInfo,\"shares\":_vm.linkShares},on:{\"open-sharing-details\":_vm.toggleShareDetailsView}}):_vm._e(),_vm._v(\" \"),(!_vm.loading)?_c('SharingList',{ref:\"shareList\",attrs:{\"shares\":_vm.shares,\"file-info\":_vm.fileInfo},on:{\"open-sharing-details\":_vm.toggleShareDetailsView}}):_vm._e(),_vm._v(\" \"),(_vm.canReshare && !_vm.loading)?_c('SharingInherited',{attrs:{\"file-info\":_vm.fileInfo}}):_vm._e(),_vm._v(\" \"),_c('SharingEntryInternal',{attrs:{\"file-info\":_vm.fileInfo}}),_vm._v(\" \"),(_vm.projectsEnabled && _vm.fileInfo)?_c('CollectionList',{attrs:{\"id\":`${_vm.fileInfo.id}`,\"type\":\"file\",\"name\":_vm.fileInfo.name}}):_vm._e()],1),_vm._v(\" \"),_vm._l((_vm.sections),function(section,index){return _c('div',{directives:[{name:\"show\",rawName:\"v-show\",value:(!_vm.showSharingDetailsView),expression:\"!showSharingDetailsView\"}],key:index,ref:'section-' + index,refInFor:true,staticClass:\"sharingTab__additionalContent\"},[_c(section(_vm.$refs['section-'+index], _vm.fileInfo),{tag:\"component\",attrs:{\"file-info\":_vm.fileInfo}})],1)}),_vm._v(\" \"),(_vm.showSharingDetailsView)?_c('SharingDetailsTab',{attrs:{\"file-info\":_vm.shareDetailsData.fileInfo,\"share\":_vm.shareDetailsData.share},on:{\"close-sharing-details\":_vm.toggleShareDetailsView,\"add:share\":_vm.addShare,\"remove:share\":_vm.removeShare}}):_vm._e()],2)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n import API from \"!../../../style-loader/dist/runtime/injectStylesIntoStyleTag.js\";\n import domAPI from \"!../../../style-loader/dist/runtime/styleDomAPI.js\";\n import insertFn from \"!../../../style-loader/dist/runtime/insertBySelector.js\";\n import setAttributes from \"!../../../style-loader/dist/runtime/setAttributesWithoutAttributes.js\";\n import insertStyleElement from \"!../../../style-loader/dist/runtime/insertStyleElement.js\";\n import styleTagTransformFn from \"!../../../style-loader/dist/runtime/styleTagTransform.js\";\n import content, * as namedExport from \"!!../../../css-loader/dist/cjs.js!./index-Au1Gr_G6.css\";\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 \"!!../../../css-loader/dist/cjs.js!./index-Au1Gr_G6.css\";\n export default content && content.locals ? content.locals : undefined;\n","/**\n * Checks if `value` is the\n * [language type](http://www.ecma-international.org/ecma-262/7.0/#sec-ecmascript-language-types)\n * of `Object`. (e.g. arrays, functions, objects, regexes, `new Number(0)`, and `new String('')`)\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is an object, else `false`.\n * @example\n *\n * _.isObject({});\n * // => true\n *\n * _.isObject([1, 2, 3]);\n * // => true\n *\n * _.isObject(_.noop);\n * // => true\n *\n * _.isObject(null);\n * // => false\n */\nfunction isObject(value) {\n var type = typeof value;\n return value != null && (type == 'object' || type == 'function');\n}\n\nexport default isObject;\n","/** Detect free variable `global` from Node.js. */\nvar freeGlobal = typeof global == 'object' && global && global.Object === Object && global;\n\nexport default freeGlobal;\n","import freeGlobal from './_freeGlobal.js';\n\n/** Detect free variable `self`. */\nvar freeSelf = typeof self == 'object' && self && self.Object === Object && self;\n\n/** Used as a reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')();\n\nexport default root;\n","import root from './_root.js';\n\n/**\n * Gets the timestamp of the number of milliseconds that have elapsed since\n * the Unix epoch (1 January 1970 00:00:00 UTC).\n *\n * @static\n * @memberOf _\n * @since 2.4.0\n * @category Date\n * @returns {number} Returns the timestamp.\n * @example\n *\n * _.defer(function(stamp) {\n * console.log(_.now() - stamp);\n * }, _.now());\n * // => Logs the number of milliseconds it took for the deferred invocation.\n */\nvar now = function() {\n return root.Date.now();\n};\n\nexport default now;\n","/** Used to match a single whitespace character. */\nvar reWhitespace = /\\s/;\n\n/**\n * Used by `_.trim` and `_.trimEnd` to get the index of the last non-whitespace\n * character of `string`.\n *\n * @private\n * @param {string} string The string to inspect.\n * @returns {number} Returns the index of the last non-whitespace character.\n */\nfunction trimmedEndIndex(string) {\n var index = string.length;\n\n while (index-- && reWhitespace.test(string.charAt(index))) {}\n return index;\n}\n\nexport default trimmedEndIndex;\n","import trimmedEndIndex from './_trimmedEndIndex.js';\n\n/** Used to match leading whitespace. */\nvar reTrimStart = /^\\s+/;\n\n/**\n * The base implementation of `_.trim`.\n *\n * @private\n * @param {string} string The string to trim.\n * @returns {string} Returns the trimmed string.\n */\nfunction baseTrim(string) {\n return string\n ? string.slice(0, trimmedEndIndex(string) + 1).replace(reTrimStart, '')\n : string;\n}\n\nexport default baseTrim;\n","import root from './_root.js';\n\n/** Built-in value references. */\nvar Symbol = root.Symbol;\n\nexport default Symbol;\n","import Symbol from './_Symbol.js';\n\n/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/** Used to check objects for own properties. */\nvar hasOwnProperty = objectProto.hasOwnProperty;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * A specialized version of `baseGetTag` which ignores `Symbol.toStringTag` values.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the raw `toStringTag`.\n */\nfunction getRawTag(value) {\n var isOwn = hasOwnProperty.call(value, symToStringTag),\n tag = value[symToStringTag];\n\n try {\n value[symToStringTag] = undefined;\n var unmasked = true;\n } catch (e) {}\n\n var result = nativeObjectToString.call(value);\n if (unmasked) {\n if (isOwn) {\n value[symToStringTag] = tag;\n } else {\n delete value[symToStringTag];\n }\n }\n return result;\n}\n\nexport default getRawTag;\n","/** Used for built-in method references. */\nvar objectProto = Object.prototype;\n\n/**\n * Used to resolve the\n * [`toStringTag`](http://ecma-international.org/ecma-262/7.0/#sec-object.prototype.tostring)\n * of values.\n */\nvar nativeObjectToString = objectProto.toString;\n\n/**\n * Converts `value` to a string using `Object.prototype.toString`.\n *\n * @private\n * @param {*} value The value to convert.\n * @returns {string} Returns the converted string.\n */\nfunction objectToString(value) {\n return nativeObjectToString.call(value);\n}\n\nexport default objectToString;\n","import Symbol from './_Symbol.js';\nimport getRawTag from './_getRawTag.js';\nimport objectToString from './_objectToString.js';\n\n/** `Object#toString` result references. */\nvar nullTag = '[object Null]',\n undefinedTag = '[object Undefined]';\n\n/** Built-in value references. */\nvar symToStringTag = Symbol ? Symbol.toStringTag : undefined;\n\n/**\n * The base implementation of `getTag` without fallbacks for buggy environments.\n *\n * @private\n * @param {*} value The value to query.\n * @returns {string} Returns the `toStringTag`.\n */\nfunction baseGetTag(value) {\n if (value == null) {\n return value === undefined ? undefinedTag : nullTag;\n }\n return (symToStringTag && symToStringTag in Object(value))\n ? getRawTag(value)\n : objectToString(value);\n}\n\nexport default baseGetTag;\n","import baseTrim from './_baseTrim.js';\nimport isObject from './isObject.js';\nimport isSymbol from './isSymbol.js';\n\n/** Used as references for various `Number` constants. */\nvar NAN = 0 / 0;\n\n/** Used to detect bad signed hexadecimal string values. */\nvar reIsBadHex = /^[-+]0x[0-9a-f]+$/i;\n\n/** Used to detect binary string values. */\nvar reIsBinary = /^0b[01]+$/i;\n\n/** Used to detect octal string values. */\nvar reIsOctal = /^0o[0-7]+$/i;\n\n/** Built-in method references without a dependency on `root`. */\nvar freeParseInt = parseInt;\n\n/**\n * Converts `value` to a number.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to process.\n * @returns {number} Returns the number.\n * @example\n *\n * _.toNumber(3.2);\n * // => 3.2\n *\n * _.toNumber(Number.MIN_VALUE);\n * // => 5e-324\n *\n * _.toNumber(Infinity);\n * // => Infinity\n *\n * _.toNumber('3.2');\n * // => 3.2\n */\nfunction toNumber(value) {\n if (typeof value == 'number') {\n return value;\n }\n if (isSymbol(value)) {\n return NAN;\n }\n if (isObject(value)) {\n var other = typeof value.valueOf == 'function' ? value.valueOf() : value;\n value = isObject(other) ? (other + '') : other;\n }\n if (typeof value != 'string') {\n return value === 0 ? value : +value;\n }\n value = baseTrim(value);\n var isBinary = reIsBinary.test(value);\n return (isBinary || reIsOctal.test(value))\n ? freeParseInt(value.slice(2), isBinary ? 2 : 8)\n : (reIsBadHex.test(value) ? NAN : +value);\n}\n\nexport default toNumber;\n","import baseGetTag from './_baseGetTag.js';\nimport isObjectLike from './isObjectLike.js';\n\n/** `Object#toString` result references. */\nvar symbolTag = '[object Symbol]';\n\n/**\n * Checks if `value` is classified as a `Symbol` primitive or object.\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is a symbol, else `false`.\n * @example\n *\n * _.isSymbol(Symbol.iterator);\n * // => true\n *\n * _.isSymbol('abc');\n * // => false\n */\nfunction isSymbol(value) {\n return typeof value == 'symbol' ||\n (isObjectLike(value) && baseGetTag(value) == symbolTag);\n}\n\nexport default isSymbol;\n","/**\n * Checks if `value` is object-like. A value is object-like if it's not `null`\n * and has a `typeof` result of \"object\".\n *\n * @static\n * @memberOf _\n * @since 4.0.0\n * @category Lang\n * @param {*} value The value to check.\n * @returns {boolean} Returns `true` if `value` is object-like, else `false`.\n * @example\n *\n * _.isObjectLike({});\n * // => true\n *\n * _.isObjectLike([1, 2, 3]);\n * // => true\n *\n * _.isObjectLike(_.noop);\n * // => false\n *\n * _.isObjectLike(null);\n * // => false\n */\nfunction isObjectLike(value) {\n return value != null && typeof value == 'object';\n}\n\nexport default isObjectLike;\n","import isObject from './isObject.js';\nimport now from './now.js';\nimport toNumber from './toNumber.js';\n\n/** Error message constants. */\nvar FUNC_ERROR_TEXT = 'Expected a function';\n\n/* Built-in method references for those with the same name as other `lodash` methods. */\nvar nativeMax = Math.max,\n nativeMin = Math.min;\n\n/**\n * Creates a debounced function that delays invoking `func` until after `wait`\n * milliseconds have elapsed since the last time the debounced function was\n * invoked. The debounced function comes with a `cancel` method to cancel\n * delayed `func` invocations and a `flush` method to immediately invoke them.\n * Provide `options` to indicate whether `func` should be invoked on the\n * leading and/or trailing edge of the `wait` timeout. The `func` is invoked\n * with the last arguments provided to the debounced function. Subsequent\n * calls to the debounced function return the result of the last `func`\n * invocation.\n *\n * **Note:** If `leading` and `trailing` options are `true`, `func` is\n * invoked on the trailing edge of the timeout only if the debounced function\n * is invoked more than once during the `wait` timeout.\n *\n * If `wait` is `0` and `leading` is `false`, `func` invocation is deferred\n * until to the next tick, similar to `setTimeout` with a timeout of `0`.\n *\n * See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)\n * for details over the differences between `_.debounce` and `_.throttle`.\n *\n * @static\n * @memberOf _\n * @since 0.1.0\n * @category Function\n * @param {Function} func The function to debounce.\n * @param {number} [wait=0] The number of milliseconds to delay.\n * @param {Object} [options={}] The options object.\n * @param {boolean} [options.leading=false]\n * Specify invoking on the leading edge of the timeout.\n * @param {number} [options.maxWait]\n * The maximum time `func` is allowed to be delayed before it's invoked.\n * @param {boolean} [options.trailing=true]\n * Specify invoking on the trailing edge of the timeout.\n * @returns {Function} Returns the new debounced function.\n * @example\n *\n * // Avoid costly calculations while the window size is in flux.\n * jQuery(window).on('resize', _.debounce(calculateLayout, 150));\n *\n * // Invoke `sendMail` when clicked, debouncing subsequent calls.\n * jQuery(element).on('click', _.debounce(sendMail, 300, {\n * 'leading': true,\n * 'trailing': false\n * }));\n *\n * // Ensure `batchLog` is invoked once after 1 second of debounced calls.\n * var debounced = _.debounce(batchLog, 250, { 'maxWait': 1000 });\n * var source = new EventSource('/stream');\n * jQuery(source).on('message', debounced);\n *\n * // Cancel the trailing debounced invocation.\n * jQuery(window).on('popstate', debounced.cancel);\n */\nfunction debounce(func, wait, options) {\n var lastArgs,\n lastThis,\n maxWait,\n result,\n timerId,\n lastCallTime,\n lastInvokeTime = 0,\n leading = false,\n maxing = false,\n trailing = true;\n\n if (typeof func != 'function') {\n throw new TypeError(FUNC_ERROR_TEXT);\n }\n wait = toNumber(wait) || 0;\n if (isObject(options)) {\n leading = !!options.leading;\n maxing = 'maxWait' in options;\n maxWait = maxing ? nativeMax(toNumber(options.maxWait) || 0, wait) : maxWait;\n trailing = 'trailing' in options ? !!options.trailing : trailing;\n }\n\n function invokeFunc(time) {\n var args = lastArgs,\n thisArg = lastThis;\n\n lastArgs = lastThis = undefined;\n lastInvokeTime = time;\n result = func.apply(thisArg, args);\n return result;\n }\n\n function leadingEdge(time) {\n // Reset any `maxWait` timer.\n lastInvokeTime = time;\n // Start the timer for the trailing edge.\n timerId = setTimeout(timerExpired, wait);\n // Invoke the leading edge.\n return leading ? invokeFunc(time) : result;\n }\n\n function remainingWait(time) {\n var timeSinceLastCall = time - lastCallTime,\n timeSinceLastInvoke = time - lastInvokeTime,\n timeWaiting = wait - timeSinceLastCall;\n\n return maxing\n ? nativeMin(timeWaiting, maxWait - timeSinceLastInvoke)\n : timeWaiting;\n }\n\n function shouldInvoke(time) {\n var timeSinceLastCall = time - lastCallTime,\n timeSinceLastInvoke = time - lastInvokeTime;\n\n // Either this is the first call, activity has stopped and we're at the\n // trailing edge, the system time has gone backwards and we're treating\n // it as the trailing edge, or we've hit the `maxWait` limit.\n return (lastCallTime === undefined || (timeSinceLastCall >= wait) ||\n (timeSinceLastCall < 0) || (maxing && timeSinceLastInvoke >= maxWait));\n }\n\n function timerExpired() {\n var time = now();\n if (shouldInvoke(time)) {\n return trailingEdge(time);\n }\n // Restart the timer.\n timerId = setTimeout(timerExpired, remainingWait(time));\n }\n\n function trailingEdge(time) {\n timerId = undefined;\n\n // Only invoke if we have `lastArgs` which means `func` has been\n // debounced at least once.\n if (trailing && lastArgs) {\n return invokeFunc(time);\n }\n lastArgs = lastThis = undefined;\n return result;\n }\n\n function cancel() {\n if (timerId !== undefined) {\n clearTimeout(timerId);\n }\n lastInvokeTime = 0;\n lastArgs = lastCallTime = lastThis = timerId = undefined;\n }\n\n function flush() {\n return timerId === undefined ? result : trailingEdge(now());\n }\n\n function debounced() {\n var time = now(),\n isInvoking = shouldInvoke(time);\n\n lastArgs = arguments;\n lastThis = this;\n lastCallTime = time;\n\n if (isInvoking) {\n if (timerId === undefined) {\n return leadingEdge(lastCallTime);\n }\n if (maxing) {\n // Handle invocations in a tight loop.\n clearTimeout(timerId);\n timerId = setTimeout(timerExpired, wait);\n return invokeFunc(lastCallTime);\n }\n }\n if (timerId === undefined) {\n timerId = setTimeout(timerExpired, wait);\n }\n return result;\n }\n debounced.cancel = cancel;\n debounced.flush = flush;\n return debounced;\n}\n\nexport default debounce;\n","import './assets/index-Au1Gr_G6.css';\nimport w from \"@nextcloud/vue/dist/Components/NcAvatar.js\";\nimport O from \"@nextcloud/vue/dist/Components/NcSelect.js\";\nimport T from \"lodash-es/debounce.js\";\nimport S from \"@nextcloud/vue/dist/Components/NcActions.js\";\nimport k from \"@nextcloud/vue/dist/Components/NcActionButton.js\";\nimport A, { set as f } from \"vue\";\nimport $ from \"@nextcloud/axios\";\nimport { generateOcsUrl as d } from \"@nextcloud/router\";\n/*\n * @copyright Copyright (c) 2019 Julius Härtl \n *\n * @author Julius Härtl \n *\n * @license GNU AGPL version 3 or any later version\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 */\nclass D {\n constructor() {\n this.http = $;\n }\n listCollection(e) {\n return this.http.get(d(\"collaboration/resources/collections/{collectionId}\", { collectionId: e }));\n }\n renameCollection(e, o) {\n return this.http.put(d(\"collaboration/resources/collections/{collectionId}\", { collectionId: e }), {\n collectionName: o\n }).then((n) => n.data.ocs.data);\n }\n getCollectionsByResource(e, o) {\n return this.http.get(d(\"collaboration/resources/{resourceType}/{resourceId}\", { resourceType: e, resourceId: o })).then((n) => n.data.ocs.data);\n }\n createCollection(e, o, n) {\n return this.http.post(d(\"collaboration/resources/{resourceType}/{resourceId}\", { resourceType: e, resourceId: o }), {\n name: n\n }).then((r) => r.data.ocs.data);\n }\n addResource(e, o, n) {\n return n = \"\" + n, this.http.post(d(\"collaboration/resources/collections/{collectionId}\", { collectionId: e }), {\n resourceType: o,\n resourceId: n\n }).then((r) => r.data.ocs.data);\n }\n removeResource(e, o, n) {\n return this.http.delete(d(\"collaboration/resources/collections/{collectionId}\", { collectionId: e }), { params: { resourceType: o, resourceId: n } }).then((r) => r.data.ocs.data);\n }\n search(e) {\n return this.http.get(d(\"collaboration/resources/collections/search/{query}\", { query: e })).then((o) => o.data.ocs.data);\n }\n}\nconst p = new D();\n/*\n * @copyright Copyright (c) 2019 Julius Härtl \n *\n * @author Julius Härtl \n *\n * @license GNU AGPL version 3 or any later version\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 */\nconst u = A.observable({\n collections: []\n}), h = {\n addCollections(s) {\n f(u, \"collections\", s);\n },\n addCollection(s) {\n u.collections.push(s);\n },\n removeCollection(s) {\n f(u, \"collections\", u.collections.filter((e) => e.id !== s));\n },\n updateCollection(s) {\n const e = u.collections.findIndex((o) => o.id === s.id);\n e !== -1 ? f(u.collections, e, s) : u.collections.push(s);\n }\n}, l = {\n fetchCollectionsByResource({ resourceType: s, resourceId: e }) {\n return p.getCollectionsByResource(s, e).then((o) => (h.addCollections(o), o));\n },\n createCollection({ baseResourceType: s, baseResourceId: e, resourceType: o, resourceId: n, name: r }) {\n return p.createCollection(s, e, r).then((m) => {\n h.addCollection(m), l.addResourceToCollection({\n collectionId: m.id,\n resourceType: o,\n resourceId: n\n });\n });\n },\n renameCollection({ collectionId: s, name: e }) {\n return p.renameCollection(s, e).then((o) => (h.updateCollection(o), o));\n },\n addResourceToCollection({ collectionId: s, resourceType: e, resourceId: o }) {\n return p.addResource(s, e, o).then((n) => (h.updateCollection(n), n));\n },\n removeResource({ collectionId: s, resourceType: e, resourceId: o }) {\n return p.removeResource(s, e, o).then((n) => {\n n.resources.length > 0 ? h.updateCollection(n) : h.removeCollection(n);\n });\n },\n search(s) {\n return p.search(s);\n }\n};\nfunction R(s, e, o, n, r, m, _, I) {\n var i = typeof s == \"function\" ? s.options : s;\n e && (i.render = e, i.staticRenderFns = o, i._compiled = !0), n && (i.functional = !0), m && (i._scopeId = \"data-v-\" + m);\n var a;\n if (_ ? (a = function(c) {\n c = c || // cached call\n this.$vnode && this.$vnode.ssrContext || // stateful\n this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext, !c && typeof __VUE_SSR_CONTEXT__ < \"u\" && (c = __VUE_SSR_CONTEXT__), r && r.call(this, c), c && c._registeredComponents && c._registeredComponents.add(_);\n }, i._ssrRegister = a) : r && (a = I ? function() {\n r.call(\n this,\n (i.functional ? this.parent : this).$root.$options.shadowRoot\n );\n } : r), a)\n if (i.functional) {\n i._injectStyles = a;\n var b = i.render;\n i.render = function(N, v) {\n return a.call(v), b(N, v);\n };\n } else {\n var C = i.beforeCreate;\n i.beforeCreate = C ? [].concat(C, a) : [a];\n }\n return {\n exports: s,\n options: i\n };\n}\nconst B = {\n name: \"CollectionListItem\",\n components: {\n NcAvatar: w,\n NcActions: S,\n NcActionButton: k\n },\n props: {\n collection: {\n type: Object,\n default: null\n }\n },\n data() {\n return {\n detailsOpen: !1,\n newName: null,\n error: {}\n };\n },\n computed: {\n getIcon() {\n return (s) => [s.iconClass];\n },\n typeClass() {\n return (s) => \"resource-type-\" + s.type;\n },\n limitedResources() {\n return (s) => s.resources ? s.resources.slice(0, 2) : [];\n },\n iconUrl() {\n return (s) => s.mimetype ? OC.MimeType.getIconUrl(s.mimetype) : s.iconUrl ? s.iconUrl : \"\";\n }\n },\n methods: {\n toggleDetails() {\n this.detailsOpen = !this.detailsOpen;\n },\n showDetails() {\n this.detailsOpen = !0;\n },\n hideDetails() {\n this.detailsOpen = !1;\n },\n removeResource(s, e) {\n l.removeResource({\n collectionId: s.id,\n resourceType: e.type,\n resourceId: e.id\n });\n },\n openRename() {\n this.newName = this.collection.name;\n },\n renameCollection() {\n if (this.newName === \"\") {\n this.newName = null;\n return;\n }\n l.renameCollection({\n collectionId: this.collection.id,\n name: this.newName\n }).then((s) => {\n this.newName = null;\n }).catch((s) => {\n this.$set(this.error, \"rename\", t(\"core\", \"Failed to rename the project\")), console.error(s), setTimeout(() => {\n f(this.error, \"rename\", null);\n }, 3e3);\n });\n }\n }\n};\nvar E = function() {\n var e = this, o = e._self._c;\n return o(\"li\", { staticClass: \"collection-list-item\" }, [o(\"NcAvatar\", { staticClass: \"collection-avatar\", attrs: { \"display-name\": e.collection.name, \"allow-placeholder\": \"\" } }), e.newName === null ? o(\"span\", { staticClass: \"collection-item-name\", attrs: { title: \"\" }, on: { click: e.showDetails } }, [e._v(e._s(e.collection.name))]) : o(\"form\", { class: { shouldshake: e.error.rename }, on: { submit: function(n) {\n return n.preventDefault(), e.renameCollection.apply(null, arguments);\n } } }, [o(\"input\", { directives: [{ name: \"model\", rawName: \"v-model\", value: e.newName, expression: \"newName\" }], attrs: { type: \"text\", autocomplete: \"off\", autocapitalize: \"off\" }, domProps: { value: e.newName }, on: { input: function(n) {\n n.target.composing || (e.newName = n.target.value);\n } } }), o(\"input\", { staticClass: \"icon-confirm\", attrs: { type: \"submit\", value: \"\" } })]), !e.detailsOpen && e.newName === null ? o(\"div\", { staticClass: \"linked-icons\" }, e._l(e.limitedResources(e.collection), function(n) {\n return o(\"a\", { key: n.type + \"|\" + n.id, class: e.typeClass(n), attrs: { title: n.name, href: n.link } }, [o(\"img\", { attrs: { src: e.iconUrl(n) } })]);\n }), 0) : e._e(), e.newName === null ? o(\"span\", { staticClass: \"sharingOptionsGroup\" }, [o(\"NcActions\", [o(\"NcActionButton\", { attrs: { icon: \"icon-info\" }, on: { click: function(n) {\n return n.preventDefault(), e.toggleDetails.apply(null, arguments);\n } } }, [e._v(\" \" + e._s(e.detailsOpen ? e.t(\"core\", \"Hide details\") : e.t(\"core\", \"Show details\")) + \" \")]), o(\"NcActionButton\", { attrs: { icon: \"icon-rename\" }, on: { click: function(n) {\n return n.preventDefault(), e.openRename.apply(null, arguments);\n } } }, [e._v(\" \" + e._s(e.t(\"core\", \"Rename project\")) + \" \")])], 1)], 1) : e._e(), o(\"transition\", { attrs: { name: \"fade\" } }, [e.error.rename ? o(\"div\", { staticClass: \"error\" }, [e._v(\" \" + e._s(e.error.rename) + \" \")]) : e._e()]), o(\"transition\", { attrs: { name: \"fade\" } }, [e.detailsOpen ? o(\"ul\", { staticClass: \"resource-list-details\" }, e._l(e.collection.resources, function(n) {\n return o(\"li\", { key: n.type + \"|\" + n.id, class: e.typeClass(n) }, [o(\"a\", { attrs: { href: n.link } }, [o(\"img\", { attrs: { src: e.iconUrl(n) } }), o(\"span\", { staticClass: \"resource-name\" }, [e._v(e._s(n.name || \"\"))])]), o(\"span\", { staticClass: \"icon-close\", on: { click: function(r) {\n return e.removeResource(e.collection, n);\n } } })]);\n }), 0) : e._e()])], 1);\n}, L = [], U = /* @__PURE__ */ R(\n B,\n E,\n L,\n !1,\n null,\n \"8e58e0a5\",\n null,\n null\n);\nconst j = U.exports, y = 0, g = 1, F = T(\n function(s, e) {\n s !== \"\" && (e(!0), l.search(s).then((o) => {\n this.searchCollections = o;\n }).catch((o) => {\n console.error(\"Failed to search for collections\", o);\n }).finally(() => {\n e(!1);\n }));\n },\n 500,\n {}\n), P = {\n name: \"CollectionList\",\n components: {\n CollectionListItem: j,\n NcAvatar: w,\n NcSelect: O\n },\n props: {\n /**\n * Resource type identifier\n */\n type: {\n type: String,\n default: null\n },\n /**\n * Unique id of the resource\n */\n id: {\n type: String,\n default: null\n },\n /**\n * Name of the resource\n */\n name: {\n type: String,\n default: \"\"\n },\n isActive: {\n type: Boolean,\n default: !0\n }\n },\n data() {\n return {\n selectIsOpen: !1,\n generatingCodes: !1,\n codes: void 0,\n value: null,\n model: {},\n searchCollections: [],\n error: null,\n state: u,\n isSelectOpen: !1\n };\n },\n computed: {\n collections() {\n return this.state.collections.filter((s) => typeof s.resources.find((e) => e && e.id === \"\" + this.id && e.type === this.type) < \"u\");\n },\n placeholder() {\n return this.isSelectOpen ? t(\"core\", \"Type to search for existing projects\") : t(\"core\", \"Add to a project\");\n },\n options() {\n const s = [];\n window.OCP.Collaboration.getTypes().sort().forEach((e) => {\n s.push({\n method: y,\n type: e,\n title: window.OCP.Collaboration.getLabel(e),\n class: window.OCP.Collaboration.getIcon(e),\n action: () => window.OCP.Collaboration.trigger(e)\n });\n });\n for (const e in this.searchCollections)\n this.collections.findIndex((o) => o.id === this.searchCollections[e].id) === -1 && s.push({\n method: g,\n title: this.searchCollections[e].name,\n collectionId: this.searchCollections[e].id\n });\n return s;\n }\n },\n watch: {\n type() {\n this.isActive && l.fetchCollectionsByResource({\n resourceType: this.type,\n resourceId: this.id\n });\n },\n id() {\n this.isActive && l.fetchCollectionsByResource({\n resourceType: this.type,\n resourceId: this.id\n });\n },\n isActive(s) {\n s && l.fetchCollectionsByResource({\n resourceType: this.type,\n resourceId: this.id\n });\n }\n },\n mounted() {\n l.fetchCollectionsByResource({\n resourceType: this.type,\n resourceId: this.id\n });\n },\n methods: {\n select(s, e) {\n s.method === y && s.action().then((o) => {\n l.createCollection({\n baseResourceType: this.type,\n baseResourceId: this.id,\n resourceType: s.type,\n resourceId: o,\n name: this.name\n }).catch((n) => {\n this.setError(t(\"core\", \"Failed to create a project\"), n);\n });\n }).catch((o) => {\n console.error(\"No resource selected\", o);\n }), s.method === g && l.addResourceToCollection({\n collectionId: s.collectionId,\n resourceType: this.type,\n resourceId: this.id\n }).catch((o) => {\n this.setError(t(\"core\", \"Failed to add the item to the project\"), o);\n });\n },\n search(s, e) {\n F.bind(this)(s, e);\n },\n showSelect() {\n this.selectIsOpen = !0, this.$refs.select.$el.focus();\n },\n hideSelect() {\n this.selectIsOpen = !1;\n },\n isVueComponent(s) {\n return s._isVue;\n },\n setError(s, e) {\n console.error(s, e), this.error = s, setTimeout(() => {\n this.error = null;\n }, 5e3);\n }\n }\n};\nvar V = function() {\n var e = this, o = e._self._c;\n return e.collections && e.type && e.id ? o(\"ul\", { staticClass: \"collection-list\", attrs: { id: \"collection-list\" } }, [o(\"li\", { on: { click: e.showSelect } }, [e._m(0), o(\"div\", { attrs: { id: \"collection-select-container\" } }, [o(\"NcSelect\", { ref: \"select\", attrs: { \"aria-label-combobox\": e.t(\"core\", \"Add to a project\"), options: e.options, placeholder: e.placeholder, label: \"title\", limit: 5 }, on: { close: function(n) {\n e.isSelectOpen = !1;\n }, open: function(n) {\n e.isSelectOpen = !0;\n }, \"option:selected\": e.select, search: e.search }, scopedSlots: e._u([{ key: \"selected-option\", fn: function(n) {\n return [o(\"span\", { staticClass: \"option__desc\" }, [o(\"span\", { staticClass: \"option__title\" }, [e._v(e._s(n.title))])])];\n } }, { key: \"option\", fn: function(n) {\n return [o(\"span\", { staticClass: \"option__wrapper\" }, [n.class ? o(\"span\", { staticClass: \"avatar\", class: n.class }) : n.method !== 2 ? o(\"NcAvatar\", { attrs: { \"allow-placeholder\": \"\", \"display-name\": n.title } }) : e._e(), o(\"span\", { staticClass: \"option__title\" }, [e._v(e._s(n.title))])], 1)];\n } }], null, !1, 2397208459), model: { value: e.value, callback: function(n) {\n e.value = n;\n }, expression: \"value\" } }, [o(\"p\", { staticClass: \"hint\" }, [e._v(\" \" + e._s(e.t(\"core\", \"Connect items to a project to make them easier to find\")) + \" \")])])], 1)]), o(\"transition\", { attrs: { name: \"fade\" } }, [e.error ? o(\"li\", { staticClass: \"error\" }, [e._v(\" \" + e._s(e.error) + \" \")]) : e._e()]), e._l(e.collections, function(n) {\n return o(\"CollectionListItem\", { key: n.id, attrs: { collection: n } });\n })], 2) : e._e();\n}, x = [function() {\n var s = this, e = s._self._c;\n return e(\"div\", { staticClass: \"avatar\" }, [e(\"span\", { staticClass: \"icon-projects\" })]);\n}], H = /* @__PURE__ */ R(\n P,\n V,\n x,\n !1,\n null,\n \"75a4370b\",\n null,\n null\n);\nconst Q = H.exports;\nexport {\n Q as CollectionList,\n j as CollectionListItem\n};\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('NcActionButton',{attrs:{\"title\":_vm.copyLinkTooltip,\"aria-label\":_vm.copyLinkTooltip,\"icon\":_vm.copied && _vm.copySuccess ? 'icon-checkmark-color' : 'icon-clippy'},on:{\"click\":_vm.copyLink}})],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","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=69227eb0&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=69227eb0&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=69227eb0&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=69227eb0&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 \"69227eb0\",\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:{\"search\":_vm.asyncFind,\"option:selected\":_vm.onSelected},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) 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 * @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=2fc30320&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=2fc30320&prod&lang=scss\";\n export default content && content.locals ? content.locals : undefined;\n","import { render, staticRenderFns } from \"./SharingInput.vue?vue&type=template&id=2fc30320\"\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=2fc30320&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 * SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\nimport { davGetClient, davGetDefaultPropfind, davResultToNode, davRootPath } from '@nextcloud/files';\nexport const client = davGetClient();\nexport const fetchNode = async (node) => {\n const propfindPayload = davGetDefaultPropfind();\n const result = await client.stat(`${davRootPath}${node.path}`, {\n details: true,\n data: propfindPayload,\n });\n return davResultToNode(result.data);\n};\n","/**\n * @copyright Copyright (c) 2022 John Molakvoæ \n *\n * @author John Molakvoæ \n *\n * @license AGPL-3.0-or-later\n *\n * This program is free software: you can redistribute it and/or modify\n * it under the terms of the GNU Affero General Public License as\n * published by the Free Software Foundation, either version 3 of the\n * License, or (at your option) any later version.\n *\n * This program is distributed in the hope that it will be useful,\n * but WITHOUT ANY WARRANTY; without even the implied warranty of\n * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n * GNU Affero General Public License for more details.\n *\n * You should have received a copy of the GNU Affero General Public License\n * along with this program. If not, see .\n *\n */\nimport { getLoggerBuilder } from '@nextcloud/logger';\nexport default getLoggerBuilder()\n .setApp('files_sharing')\n .detectUser()\n .build();\n","/**\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 { emit } from '@nextcloud/event-bus'\nimport { fetchNode } from '../services/WebdavClient.ts'\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'\nimport logger from '../services/logger.ts'\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\t\t\tnode: null,\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\t\tpath() {\n\t\t\treturn (this.fileInfo.path + '/' + this.fileInfo.name).replace('//', '/')\n\t\t},\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 * Fetch webdav node\n\t\t *\n\t\t * @return {Node}\n\t\t */\n\t\tasync getNode() {\n\t\t\tconst node = { path: this.path }\n\t\t\ttry {\n\t\t\t\tthis.node = await fetchNode(node)\n\t\t\t\tlogger.info('Fetched node:', { node: this.node })\n\t\t\t} catch (error) {\n\t\t\t\tlogger.error('Error:', error)\n\t\t\t}\n\t\t},\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\tawait this.getNode()\n\t\t\t\temit('files:node:updated', this.node)\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","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Tune.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Tune.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./Tune.vue?vue&type=template&id=44530562\"\nimport script from \"./Tune.vue?vue&type=script&lang=js\"\nexport * from \"./Tune.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../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('span',_vm._b({staticClass:\"material-design-icon tune-icon\",attrs:{\"aria-hidden\":_vm.title ? null : true,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M3,17V19H9V17H3M3,5V7H13V5H3M13,21V19H21V17H13V15H11V21H13M7,9V11H3V13H7V15H9V9H7M21,13V11H11V13H21M15,9H17V7H21V5H17V3H15V9Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./TriangleSmallDown.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./TriangleSmallDown.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./TriangleSmallDown.vue?vue&type=template&id=0610cec6\"\nimport script from \"./TriangleSmallDown.vue?vue&type=script&lang=js\"\nexport * from \"./TriangleSmallDown.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../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('span',_vm._b({staticClass:\"material-design-icon triangle-small-down-icon\",attrs:{\"aria-hidden\":_vm.title ? null : true,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M8 9H16L12 16\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./EyeOutline.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./EyeOutline.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./EyeOutline.vue?vue&type=template&id=30219a41\"\nimport script from \"./EyeOutline.vue?vue&type=script&lang=js\"\nexport * from \"./EyeOutline.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../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('span',_vm._b({staticClass:\"material-design-icon eye-outline-icon\",attrs:{\"aria-hidden\":_vm.title ? null : true,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M12,9A3,3 0 0,1 15,12A3,3 0 0,1 12,15A3,3 0 0,1 9,12A3,3 0 0,1 12,9M12,4.5C17,4.5 21.27,7.61 23,12C21.27,16.39 17,19.5 12,19.5C7,19.5 2.73,16.39 1,12C2.73,7.61 7,4.5 12,4.5M3.18,12C4.83,15.36 8.24,17.5 12,17.5C15.76,17.5 19.17,15.36 20.82,12C19.17,8.64 15.76,6.5 12,6.5C8.24,6.5 4.83,8.64 3.18,12Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./FileUpload.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./FileUpload.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./FileUpload.vue?vue&type=template&id=437aa472\"\nimport script from \"./FileUpload.vue?vue&type=script&lang=js\"\nexport * from \"./FileUpload.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../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('span',_vm._b({staticClass:\"material-design-icon file-upload-icon\",attrs:{\"aria-hidden\":_vm.title ? null : true,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M14,2H6A2,2 0 0,0 4,4V20A2,2 0 0,0 6,22H18A2,2 0 0,0 20,20V8L14,2M13.5,16V19H10.5V16H8L12,12L16,16H13.5M13,9V3.5L18.5,9H13Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_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=6e5dd9f1&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=6e5dd9f1&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=6e5dd9f1&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=6e5dd9f1&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 \"6e5dd9f1\",\n null\n \n)\n\nexport default component.exports","var render = function render(){var _vm=this,_c=_vm._self._c;return _c('NcActions',{ref:\"quickShareActions\",staticClass:\"share-select\",attrs:{\"menu-name\":_vm.selectedOption,\"aria-label\":_vm.ariaLabel,\"type\":\"tertiary-no-background\",\"force-name\":\"\"},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('DropdownIcon',{attrs:{\"size\":15}})]},proxy:true}])},[_vm._v(\" \"),_vm._l((_vm.options),function(option){return _c('NcActionButton',{key:option.label,attrs:{\"type\":\"radio\",\"model-value\":option.label === _vm.selectedOption,\"close-after-click\":\"\"},on:{\"click\":function($event){return _vm.selectOption(option.label)}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c(option.icon,{tag:\"component\"})]},proxy:true}],null,true)},[_vm._v(\"\\n\\t\\t\"+_vm._s(option.label)+\"\\n\\t\")])})],2)\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\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=7e0785a9&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=7e0785a9&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=7e0785a9&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=7e0785a9&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 \"7e0785a9\",\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\"},[_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('SharingEntryQuickShareSelect',{attrs:{\"share\":_vm.share,\"file-info\":_vm.fileInfo},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('NcActionButton',{attrs:{\"title\":_vm.copyLinkTooltip,\"aria-label\":_vm.copyLinkTooltip,\"icon\":_vm.copied && _vm.copySuccess ? 'icon-checkmark-color' : 'icon-clippy'},on:{\"click\":function($event){$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,\"close-after-click\":true},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=291d4fee\"\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","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./DotsHorizontal.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./DotsHorizontal.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./DotsHorizontal.vue?vue&type=template&id=a4d4ab3e\"\nimport script from \"./DotsHorizontal.vue?vue&type=script&lang=js\"\nexport * from \"./DotsHorizontal.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../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('span',_vm._b({staticClass:\"material-design-icon dots-horizontal-icon\",attrs:{\"aria-hidden\":_vm.title ? null : true,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M16,12A2,2 0 0,1 18,10A2,2 0 0,1 20,12A2,2 0 0,1 18,14A2,2 0 0,1 16,12M10,12A2,2 0 0,1 12,10A2,2 0 0,1 14,12A2,2 0 0,1 12,14A2,2 0 0,1 10,12M4,12A2,2 0 0,1 6,10A2,2 0 0,1 8,12A2,2 0 0,1 6,14A2,2 0 0,1 4,12Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_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!./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\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!./SharingEntry.vue?vue&type=style&index=0&id=25ab69f2&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=25ab69f2&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=25ab69f2&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=25ab69f2&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 \"25ab69f2\",\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\"},[_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('SharingEntryQuickShareSelect',{attrs:{\"share\":_vm.share,\"file-info\":_vm.fileInfo},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\"},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]},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('ViewIcon',{attrs:{\"size\":20}})]},proxy:true}])},[_vm._v(\"\\n\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'View only'))+\"\\n\\t\\t\\t\\t\\t\")]),_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]},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('EditIcon',{attrs:{\"size\":20}})]},proxy:true}])},[(_vm.allowsFileDrop)?[_vm._v(\"\\n\\t\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Allow upload and editing'))+\"\\n\\t\\t\\t\\t\\t\")]:[_vm._v(\"\\n\\t\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Allow editing'))+\"\\n\\t\\t\\t\\t\\t\")]],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]},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('UploadIcon',{attrs:{\"size\":20}})]},proxy:true}],null,false,1083194048)},[_vm._v(\"\\n\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'File drop'))+\"\\n\\t\\t\\t\\t\\t\"),_c('small',{staticClass:\"subline\"},[_vm._v(_vm._s(_vm.t('files_sharing', 'Upload only')))])]):_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]},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [_c('DotsHorizontalIcon',{attrs:{\"size\":20}})]},proxy:true}])},[_vm._v(\"\\n\\t\\t\\t\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Custom permissions'))+\"\\n\\t\\t\\t\\t\\t\"),_c('small',{staticClass:\"subline\"},[_vm._v(_vm._s(_vm.customPermissionsList))])])],1)]),_vm._v(\" \"),_c('div',{staticClass:\"sharingTabDetailsView__advanced-control\"},[_c('NcButton',{attrs:{\"id\":\"advancedSectionAccordionAdvancedControl\",\"type\":\"tertiary\",\"alignment\":\"end-reverse\",\"aria-controls\":\"advancedSectionAccordionAdvanced\",\"aria-expanded\":_vm.advancedControlExpandedValue},on:{\"click\":function($event){_vm.advancedSectionAccordionExpanded = !_vm.advancedSectionAccordionExpanded}},scopedSlots:_vm._u([{key:\"icon\",fn:function(){return [(!_vm.advancedSectionAccordionExpanded)?_c('MenuDownIcon'):_c('MenuUpIcon')]},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:{\"autocomplete\":\"off\",\"label\":_vm.t('files_sharing', 'Share label'),\"value\":_vm.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('NcPasswordField',{attrs:{\"autocomplete\":\"new-password\",\"value\":_vm.hasUnsavedPassword ? _vm.share.newPassword : '',\"error\":_vm.passwordError,\"helper-text\":_vm.errorPasswordLabel,\"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', 'Edit'))+\"\\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(),_vm._v(\" \"),_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\\t\\t\"+_vm._s(_vm.t('files_sharing', 'Delete share'))+\"\\n\\t\\t\\t\\t\\t\")]):_vm._e()],1)],2)]):_vm._e()]),_vm._v(\" \"),_c('div',{staticClass:\"sharingTabDetailsView__footer\"},[_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},scopedSlots:_vm._u([(_vm.creating)?{key:\"icon\",fn:function(){return [_c('NcLoadingIcon')]},proxy:true}:null],null,true)},[_vm._v(\"\\n\\t\\t\\t\\t\"+_vm._s(_vm.shareButtonText)+\"\\n\\t\\t\\t\\t\")])],1)])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./CircleOutline.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./CircleOutline.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./CircleOutline.vue?vue&type=template&id=33494a74\"\nimport script from \"./CircleOutline.vue?vue&type=script&lang=js\"\nexport * from \"./CircleOutline.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../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('span',_vm._b({staticClass:\"material-design-icon circle-outline-icon\",attrs:{\"aria-hidden\":_vm.title ? null : true,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M12,20A8,8 0 0,1 4,12A8,8 0 0,1 12,4A8,8 0 0,1 20,12A8,8 0 0,1 12,20M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Email.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Email.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./Email.vue?vue&type=template&id=ec4501a4\"\nimport script from \"./Email.vue?vue&type=script&lang=js\"\nexport * from \"./Email.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../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('span',_vm._b({staticClass:\"material-design-icon email-icon\",attrs:{\"aria-hidden\":_vm.title ? null : true,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M20,8L12,13L4,8V6L12,11L20,6M20,4H4C2.89,4 2,4.89 2,6V18A2,2 0 0,0 4,20H20A2,2 0 0,0 22,18V6C22,4.89 21.1,4 20,4Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./ShareCircle.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./ShareCircle.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./ShareCircle.vue?vue&type=template&id=c22eb9fe\"\nimport script from \"./ShareCircle.vue?vue&type=script&lang=js\"\nexport * from \"./ShareCircle.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../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('span',_vm._b({staticClass:\"material-design-icon share-circle-icon\",attrs:{\"aria-hidden\":_vm.title ? null : true,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M12 2C6.5 2 2 6.5 2 12S6.5 22 12 22 22 17.5 22 12 17.5 2 12 2M14 16V13C10.39 13 7.81 14.43 6 17C6.72 13.33 8.94 9.73 14 9V6L19 11L14 16Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./AccountCircleOutline.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./AccountCircleOutline.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./AccountCircleOutline.vue?vue&type=template&id=59b2bccc\"\nimport script from \"./AccountCircleOutline.vue?vue&type=script&lang=js\"\nexport * from \"./AccountCircleOutline.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../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('span',_vm._b({staticClass:\"material-design-icon account-circle-outline-icon\",attrs:{\"aria-hidden\":_vm.title ? null : true,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M12,2A10,10 0 0,0 2,12A10,10 0 0,0 12,22A10,10 0 0,0 22,12A10,10 0 0,0 12,2M7.07,18.28C7.5,17.38 10.12,16.5 12,16.5C13.88,16.5 16.5,17.38 16.93,18.28C15.57,19.36 13.86,20 12,20C10.14,20 8.43,19.36 7.07,18.28M18.36,16.83C16.93,15.09 13.46,14.5 12,14.5C10.54,14.5 7.07,15.09 5.64,16.83C4.62,15.5 4,13.82 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,13.82 19.38,15.5 18.36,16.83M12,6C10.06,6 8.5,7.56 8.5,9.5C8.5,11.44 10.06,13 12,13C13.94,13 15.5,11.44 15.5,9.5C15.5,7.56 13.94,6 12,6M12,11A1.5,1.5 0 0,1 10.5,9.5A1.5,1.5 0 0,1 12,8A1.5,1.5 0 0,1 13.5,9.5A1.5,1.5 0 0,1 12,11Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../vue-loader/lib/index.js??vue-loader-options!./Eye.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../vue-loader/lib/index.js??vue-loader-options!./Eye.vue?vue&type=script&lang=js\"","\n\n","import { render, staticRenderFns } from \"./Eye.vue?vue&type=template&id=363a0196\"\nimport script from \"./Eye.vue?vue&type=script&lang=js\"\nexport * from \"./Eye.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../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('span',_vm._b({staticClass:\"material-design-icon eye-icon\",attrs:{\"aria-hidden\":_vm.title ? null : true,\"aria-label\":_vm.title,\"role\":\"img\"},on:{\"click\":function($event){return _vm.$emit('click', $event)}}},'span',_vm.$attrs,false),[_c('svg',{staticClass:\"material-design-icon__svg\",attrs:{\"fill\":_vm.fillColor,\"width\":_vm.size,\"height\":_vm.size,\"viewBox\":\"0 0 24 24\"}},[_c('path',{attrs:{\"d\":\"M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9M12,17A5,5 0 0,1 7,12A5,5 0 0,1 12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17M12,4.5C7,4.5 2.73,7.61 1,12C2.73,16.39 7,19.5 12,19.5C17,19.5 21.27,16.39 23,12C21.27,7.61 17,4.5 12,4.5Z\"}},[(_vm.title)?_c('title',[_vm._v(_vm._s(_vm.title))]):_vm._e()])])])\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","