Merge pull request #54561 from nextcloud/fix/files-breakpoint-improvements

This commit is contained in:
John Molakvoæ 2025-08-22 13:33:06 +02:00 committed by GitHub
commit b243fd31bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
312 changed files with 4836 additions and 4593 deletions

View file

@ -25,6 +25,7 @@
<!-- Uploader -->
<UploadPicker v-if="canUpload && !isQuotaExceeded && currentFolder"
allow-folders
:no-label="fileListWidth <= 511"
class="files-list__header-upload-button"
:content="getContent"
:destination="currentFolder"
@ -57,7 +58,7 @@
</NcActionButton>
</NcActions>
<NcButton v-if="fileListWidth >= 512 && enableGridView"
<NcButton v-if="enableGridView"
:aria-label="gridViewButtonLabel"
:title="gridViewButtonLabel"
class="files-list__header-grid-button"

4
dist/1023-1023.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -53,7 +53,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.3.1
- license: AGPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2

File diff suppressed because one or more lines are too long

4
dist/3485-3485.js vendored

File diff suppressed because one or more lines are too long

View file

@ -53,7 +53,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.3.1
- license: AGPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2

File diff suppressed because one or more lines are too long

4
dist/3920-3920.js vendored
View file

@ -1,2 +1,2 @@
"use strict";(self.webpackChunknextcloud=self.webpackChunknextcloud||[]).push([[3920],{93920:(t,e,n)=>{n.d(e,{default:()=>f});var o=n(53334),m=n(65463),s=n(70452);const r={name:"ActivityCommentEntry",components:{Comment:m.A},mixins:[s.A],props:{comment:{type:Object,required:!0},reloadCallback:{type:Function,required:!0}},data:()=>({commentMessage:""}),watch:{comment(){this.commentMessage=this.comment.props.message}},mounted(){this.commentMessage=this.comment.props.message},methods:{t:o.Tl}};var c=n(85072),a=n.n(c),i=n(97825),p=n.n(i),l=n(77659),u=n.n(l),d=n(55056),C=n.n(d),y=n(10540),A=n.n(y),g=n(41113),h=n.n(g),v=n(94163),b={};b.styleTagTransform=h(),b.setAttributes=C(),b.insert=u().bind(null,"head"),b.domAPI=p(),b.insertStyleElement=A(),a()(v.A,b),v.A&&v.A.locals&&v.A.locals;const f=(0,n(14486).A)(r,(function(){var t=this;return(0,t._self._c)("Comment",t._b({ref:"comment",staticClass:"comments-activity",attrs:{tag:"li","auto-complete":t.autoComplete,"resource-type":t.resourceType,message:t.commentMessage,"resource-id":t.resourceId,"user-data":t.genMentionsData(t.comment.props.mentions)},on:{delete:function(e){return t.reloadCallback()}}},"Comment",t.comment.props,!1))}),[],!1,null,"5e783bec",null).exports},94163:(t,e,n)=>{n.d(e,{A:()=>c});var o=n(71354),m=n.n(o),s=n(76314),r=n.n(s)()(m());r.push([t.id,"\n.comments-activity[data-v-5e783bec] {\n\tpadding: 0;\n}\n","",{version:3,sources:["webpack://./apps/comments/src/views/ActivityCommentEntry.vue"],names:[],mappings:";AAmEA;CACA,UAAA;AACA",sourcesContent:['\x3c!--\n - SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors\n - SPDX-License-Identifier: AGPL-3.0-or-later\n--\x3e\n\n<template>\n\t<Comment ref="comment"\n\t\ttag="li"\n\t\tv-bind="comment.props"\n\t\t:auto-complete="autoComplete"\n\t\t:resource-type="resourceType"\n\t\t:message="commentMessage"\n\t\t:resource-id="resourceId"\n\t\t:user-data="genMentionsData(comment.props.mentions)"\n\t\tclass="comments-activity"\n\t\t@delete="reloadCallback()" />\n</template>\n\n<script lang="ts">\nimport type { PropType } from \'vue\'\nimport { translate as t } from \'@nextcloud/l10n\'\n\nimport Comment from \'../components/Comment.vue\'\nimport CommentView from \'../mixins/CommentView\'\n\nexport default {\n\tname: \'ActivityCommentEntry\',\n\n\tcomponents: {\n\t\tComment,\n\t},\n\n\tmixins: [CommentView],\n\tprops: {\n\t\tcomment: {\n\t\t\ttype: Object,\n\t\t\trequired: true,\n\t\t},\n\t\treloadCallback: {\n\t\t\ttype: Function as PropType<() => void>,\n\t\t\trequired: true,\n\t\t},\n\t},\n\n\tdata() {\n\t\treturn {\n\t\t\tcommentMessage: \'\',\n\t\t}\n\t},\n\n\twatch: {\n\t\tcomment() {\n\t\t\tthis.commentMessage = this.comment.props.message\n\t\t},\n\t},\n\n\tmounted() {\n\t\tthis.commentMessage = this.comment.props.message\n\t},\n\n\tmethods: {\n\t\tt,\n\t},\n}\n<\/script>\n\n<style scoped>\n.comments-activity {\n\tpadding: 0;\n}\n</style>\n'],sourceRoot:""}]);const c=r}}]);
//# sourceMappingURL=3920-3920.js.map?v=156103e97e6acaa3e5c9
"use strict";(self.webpackChunknextcloud=self.webpackChunknextcloud||[]).push([[3920],{93920:(t,e,n)=>{n.d(e,{default:()=>f});var o=n(53334),m=n(65463),s=n(70452);const r={name:"ActivityCommentEntry",components:{Comment:m.A},mixins:[s.A],props:{comment:{type:Object,required:!0},reloadCallback:{type:Function,required:!0}},data:()=>({commentMessage:""}),watch:{comment(){this.commentMessage=this.comment.props.message}},mounted(){this.commentMessage=this.comment.props.message},methods:{t:o.Tl}};var c=n(85072),a=n.n(c),i=n(97825),p=n.n(i),l=n(77659),u=n.n(l),d=n(55056),C=n.n(d),y=n(10540),A=n.n(y),g=n(41113),h=n.n(g),v=n(94163),b={};b.styleTagTransform=h(),b.setAttributes=C(),b.insert=u().bind(null,"head"),b.domAPI=p(),b.insertStyleElement=A(),a()(v.A,b),v.A&&v.A.locals&&v.A.locals;const f=(0,n(14486).A)(r,function(){var t=this;return(0,t._self._c)("Comment",t._b({ref:"comment",staticClass:"comments-activity",attrs:{tag:"li","auto-complete":t.autoComplete,"resource-type":t.resourceType,message:t.commentMessage,"resource-id":t.resourceId,"user-data":t.genMentionsData(t.comment.props.mentions)},on:{delete:function(e){return t.reloadCallback()}}},"Comment",t.comment.props,!1))},[],!1,null,"5e783bec",null).exports},94163:(t,e,n)=>{n.d(e,{A:()=>c});var o=n(71354),m=n.n(o),s=n(76314),r=n.n(s)()(m());r.push([t.id,"\n.comments-activity[data-v-5e783bec] {\n\tpadding: 0;\n}\n","",{version:3,sources:["webpack://./apps/comments/src/views/ActivityCommentEntry.vue"],names:[],mappings:";AAmEA;CACA,UAAA;AACA",sourcesContent:['\x3c!--\n - SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors\n - SPDX-License-Identifier: AGPL-3.0-or-later\n--\x3e\n\n<template>\n\t<Comment ref="comment"\n\t\ttag="li"\n\t\tv-bind="comment.props"\n\t\t:auto-complete="autoComplete"\n\t\t:resource-type="resourceType"\n\t\t:message="commentMessage"\n\t\t:resource-id="resourceId"\n\t\t:user-data="genMentionsData(comment.props.mentions)"\n\t\tclass="comments-activity"\n\t\t@delete="reloadCallback()" />\n</template>\n\n<script lang="ts">\nimport type { PropType } from \'vue\'\nimport { translate as t } from \'@nextcloud/l10n\'\n\nimport Comment from \'../components/Comment.vue\'\nimport CommentView from \'../mixins/CommentView\'\n\nexport default {\n\tname: \'ActivityCommentEntry\',\n\n\tcomponents: {\n\t\tComment,\n\t},\n\n\tmixins: [CommentView],\n\tprops: {\n\t\tcomment: {\n\t\t\ttype: Object,\n\t\t\trequired: true,\n\t\t},\n\t\treloadCallback: {\n\t\t\ttype: Function as PropType<() => void>,\n\t\t\trequired: true,\n\t\t},\n\t},\n\n\tdata() {\n\t\treturn {\n\t\t\tcommentMessage: \'\',\n\t\t}\n\t},\n\n\twatch: {\n\t\tcomment() {\n\t\t\tthis.commentMessage = this.comment.props.message\n\t\t},\n\t},\n\n\tmounted() {\n\t\tthis.commentMessage = this.comment.props.message\n\t},\n\n\tmethods: {\n\t\tt,\n\t},\n}\n<\/script>\n\n<style scoped>\n.comments-activity {\n\tpadding: 0;\n}\n</style>\n'],sourceRoot:""}]);const c=r}}]);
//# sourceMappingURL=3920-3920.js.map?v=663552bcb408022c67c0

View file

@ -77,7 +77,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.3.1
- license: AGPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
@ -101,7 +101,7 @@ This file is generated from multiple sources. Included packages:
- version: 8.29.1
- license: AGPL-3.0-or-later
- @vue/devtools-api
- version: 6.6.3
- version: 6.6.4
- license: MIT
- @vueuse/components
- version: 11.3.0
@ -181,9 +181,6 @@ This file is generated from multiple sources. Included packages:
- events
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 4.5.3
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
- license: MIT
@ -230,7 +227,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.4
- license: ISC
- is-arguments
- version: 1.1.1
- version: 1.2.0
- license: MIT
- is-buffer
- version: 1.1.6
@ -239,7 +236,10 @@ This file is generated from multiple sources. Included packages:
- version: 1.2.7
- license: MIT
- is-generator-function
- version: 1.0.10
- version: 1.1.0
- license: MIT
- is-regex
- version: 1.2.1
- license: MIT
- is-typed-array
- version: 1.1.15
@ -281,7 +281,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.3.1
- license: MIT
- possible-typed-array-names
- version: 1.0.0
- version: 1.1.0
- license: MIT
- process
- version: 0.11.10
@ -290,7 +290,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.4.1
- license: MIT
- qs
- version: 6.13.0
- version: 6.14.0
- license: BSD-3-Clause
- querystringify
- version: 2.2.0
@ -301,6 +301,9 @@ This file is generated from multiple sources. Included packages:
- safe-buffer
- version: 5.2.1
- license: MIT
- safe-regex-test
- version: 1.1.0
- license: MIT
- set-function-length
- version: 1.2.2
- license: MIT
@ -334,9 +337,6 @@ This file is generated from multiple sources. Included packages:
- striptags
- version: 3.2.0
- license: MIT
- strnum
- version: 1.1.2
- license: MIT
- style-loader
- version: 4.0.0
- license: MIT
@ -385,6 +385,12 @@ This file is generated from multiple sources. Included packages:
- vue
- version: 2.7.16
- license: MIT
- fast-xml-parser
- version: 4.5.3
- license: MIT
- strnum
- version: 1.1.2
- license: MIT
- webdav
- version: 5.8.0
- license: MIT

File diff suppressed because one or more lines are too long

4
dist/4040-4040.js vendored
View file

@ -1,2 +1,2 @@
"use strict";(self.webpackChunknextcloud=self.webpackChunknextcloud||[]).push([[4040],{74040:(e,t,a)=>{a.r(t),a.d(t,{default:()=>u});var s=a(85471),l=a(53334),o=a(94219),r=a(40083),n=a(16044),i=a(82182);const d=(0,s.pM)({name:"CredentialsDialog",components:{NcDialog:o.A,NcNoteCard:r.A,NcTextField:i.A,NcPasswordField:n.A},setup:()=>({t:l.t}),data:()=>({login:"",password:""}),computed:{dialogButtons:()=>[{label:(0,l.t)("files_external","Confirm"),type:"primary",nativeType:"submit"}]}}),u=(0,a(14486).A)(d,(function(){var e=this,t=e._self._c;return e._self._setupProxy,t("NcDialog",{staticClass:"external-storage-auth",attrs:{buttons:e.dialogButtons,"close-on-click-outside":"","data-cy-external-storage-auth":"","is-form":"",name:e.t("files_external","Storage credentials"),"out-transition":""},on:{submit:function(t){return e.$emit("close",{login:e.login,password:e.password})},"update:open":function(t){return e.$emit("close")}}},[t("NcNoteCard",{staticClass:"external-storage-auth__header",attrs:{text:e.t("files_external","To access the storage, you need to provide the authentication credentials."),type:"info"}}),e._v(" "),t("NcTextField",{ref:"login",staticClass:"external-storage-auth__login",attrs:{"data-cy-external-storage-auth-dialog-login":"",label:e.t("files_external","Login"),placeholder:e.t("files_external","Enter the storage login"),minlength:"2",name:"login",required:"",value:e.login},on:{"update:value":function(t){e.login=t}}}),e._v(" "),t("NcPasswordField",{ref:"password",staticClass:"external-storage-auth__password",attrs:{"data-cy-external-storage-auth-dialog-password":"",label:e.t("files_external","Password"),placeholder:e.t("files_external","Enter the storage password"),name:"password",required:"",value:e.password},on:{"update:value":function(t){e.password=t}}})],1)}),[],!1,null,null,null).exports}}]);
//# sourceMappingURL=4040-4040.js.map?v=d08b5d1945040c130b7e
"use strict";(self.webpackChunknextcloud=self.webpackChunknextcloud||[]).push([[4040],{74040:(e,t,a)=>{a.r(t),a.d(t,{default:()=>u});var s=a(85471),l=a(53334),o=a(94219),r=a(40083),n=a(16044),i=a(82182);const d=(0,s.pM)({name:"CredentialsDialog",components:{NcDialog:o.A,NcNoteCard:r.A,NcTextField:i.A,NcPasswordField:n.A},setup:()=>({t:l.t}),data:()=>({login:"",password:""}),computed:{dialogButtons:()=>[{label:(0,l.t)("files_external","Confirm"),type:"primary",nativeType:"submit"}]}}),u=(0,a(14486).A)(d,function(){var e=this,t=e._self._c;return e._self._setupProxy,t("NcDialog",{staticClass:"external-storage-auth",attrs:{buttons:e.dialogButtons,"close-on-click-outside":"","data-cy-external-storage-auth":"","is-form":"",name:e.t("files_external","Storage credentials"),"out-transition":""},on:{submit:function(t){return e.$emit("close",{login:e.login,password:e.password})},"update:open":function(t){return e.$emit("close")}}},[t("NcNoteCard",{staticClass:"external-storage-auth__header",attrs:{text:e.t("files_external","To access the storage, you need to provide the authentication credentials."),type:"info"}}),e._v(" "),t("NcTextField",{ref:"login",staticClass:"external-storage-auth__login",attrs:{"data-cy-external-storage-auth-dialog-login":"",label:e.t("files_external","Login"),placeholder:e.t("files_external","Enter the storage login"),minlength:"2",name:"login",required:"",value:e.login},on:{"update:value":function(t){e.login=t}}}),e._v(" "),t("NcPasswordField",{ref:"password",staticClass:"external-storage-auth__password",attrs:{"data-cy-external-storage-auth-dialog-password":"",label:e.t("files_external","Password"),placeholder:e.t("files_external","Enter the storage password"),name:"password",required:"",value:e.password},on:{"update:value":function(t){e.password=t}}})],1)},[],!1,null,null,null).exports}}]);
//# sourceMappingURL=4040-4040.js.map?v=5ef3368677530b01aff2

View file

@ -32,7 +32,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.4.0
- license: GPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2

View file

@ -1 +1 @@
{"version":3,"file":"4040-4040.js?v=d08b5d1945040c130b7e","mappings":"qIAAA,I,kEAMA,MCNiQ,GDMlPA,EAAAA,EAAAA,IAAgB,CAC3BC,KAAM,oBACNC,WAAY,CACRC,SAAQ,IACRC,WAAU,IACVC,YAAW,IACXC,gBAAeA,EAAAA,GAEnBC,MAAKA,KACM,CACHC,EAACA,EAAAA,IAGTC,KAAIA,KACO,CACHC,MAAO,GACPC,SAAU,KAGlBC,SAAU,CACNC,cAAaA,IACF,CAAC,CACAC,OAAON,EAAAA,EAAAA,GAAE,iBAAkB,WAC3BO,KAAM,UACNC,WAAY,cEZhC,GAXgB,E,SAAA,GACd,GFRW,WAAkB,IAAIC,EAAIC,KAAKC,EAAGF,EAAIG,MAAMD,GAAgC,OAAtBF,EAAIG,MAAMC,YAAmBF,EAAG,WAAW,CAACG,YAAY,wBAAwBC,MAAM,CAAC,QAAUN,EAAIJ,cAAc,yBAAyB,GAAG,gCAAgC,GAAG,UAAU,GAAG,KAAOI,EAAIT,EAAE,iBAAkB,uBAAuB,iBAAiB,IAAIgB,GAAG,CAAC,OAAS,SAASC,GAAQ,OAAOR,EAAIS,MAAM,QAAS,CAAChB,MAAOO,EAAIP,MAAOC,SAAUM,EAAIN,UAAU,EAAE,cAAc,SAASc,GAAQ,OAAOR,EAAIS,MAAM,QAAQ,IAAI,CAACP,EAAG,aAAa,CAACG,YAAY,gCAAgCC,MAAM,CAAC,KAAON,EAAIT,EAAE,iBAAkB,8EAA8E,KAAO,UAAUS,EAAIU,GAAG,KAAKR,EAAG,cAAc,CAACS,IAAI,QAAQN,YAAY,+BAA+BC,MAAM,CAAC,6CAA6C,GAAG,MAAQN,EAAIT,EAAE,iBAAkB,SAAS,YAAcS,EAAIT,EAAE,iBAAkB,2BAA2B,UAAY,IAAI,KAAO,QAAQ,SAAW,GAAG,MAAQS,EAAIP,OAAOc,GAAG,CAAC,eAAe,SAASC,GAAQR,EAAIP,MAAMe,CAAM,KAAKR,EAAIU,GAAG,KAAKR,EAAG,kBAAkB,CAACS,IAAI,WAAWN,YAAY,kCAAkCC,MAAM,CAAC,gDAAgD,GAAG,MAAQN,EAAIT,EAAE,iBAAkB,YAAY,YAAcS,EAAIT,EAAE,iBAAkB,8BAA8B,KAAO,WAAW,SAAW,GAAG,MAAQS,EAAIN,UAAUa,GAAG,CAAC,eAAe,SAASC,GAAQR,EAAIN,SAASc,CAAM,MAAM,EAC55C,GACsB,IESpB,EACA,KACA,KACA,M","sources":["webpack:///nextcloud/apps/files_external/src/views/CredentialsDialog.vue","webpack:///nextcloud/apps/files_external/src/views/CredentialsDialog.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files_external/src/views/CredentialsDialog.vue?7767"],"sourcesContent":["var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('NcDialog',{staticClass:\"external-storage-auth\",attrs:{\"buttons\":_vm.dialogButtons,\"close-on-click-outside\":\"\",\"data-cy-external-storage-auth\":\"\",\"is-form\":\"\",\"name\":_vm.t('files_external', 'Storage credentials'),\"out-transition\":\"\"},on:{\"submit\":function($event){return _vm.$emit('close', {login: _vm.login, password: _vm.password})},\"update:open\":function($event){return _vm.$emit('close')}}},[_c('NcNoteCard',{staticClass:\"external-storage-auth__header\",attrs:{\"text\":_vm.t('files_external', 'To access the storage, you need to provide the authentication credentials.'),\"type\":\"info\"}}),_vm._v(\" \"),_c('NcTextField',{ref:\"login\",staticClass:\"external-storage-auth__login\",attrs:{\"data-cy-external-storage-auth-dialog-login\":\"\",\"label\":_vm.t('files_external', 'Login'),\"placeholder\":_vm.t('files_external', 'Enter the storage login'),\"minlength\":\"2\",\"name\":\"login\",\"required\":\"\",\"value\":_vm.login},on:{\"update:value\":function($event){_vm.login=$event}}}),_vm._v(\" \"),_c('NcPasswordField',{ref:\"password\",staticClass:\"external-storage-auth__password\",attrs:{\"data-cy-external-storage-auth-dialog-password\":\"\",\"label\":_vm.t('files_external', 'Password'),\"placeholder\":_vm.t('files_external', 'Enter the storage password'),\"name\":\"password\",\"required\":\"\",\"value\":_vm.password},on:{\"update:value\":function($event){_vm.password=$event}}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CredentialsDialog.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CredentialsDialog.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./CredentialsDialog.vue?vue&type=template&id=79894f20\"\nimport script from \"./CredentialsDialog.vue?vue&type=script&lang=ts\"\nexport * from \"./CredentialsDialog.vue?vue&type=script&lang=ts\"\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"],"names":["defineComponent","name","components","NcDialog","NcNoteCard","NcTextField","NcPasswordField","setup","t","data","login","password","computed","dialogButtons","label","type","nativeType","_vm","this","_c","_self","_setupProxy","staticClass","attrs","on","$event","$emit","_v","ref"],"sourceRoot":""}
{"version":3,"file":"4040-4040.js?v=5ef3368677530b01aff2","mappings":"qIAAA,I,kEAMA,MCNiQ,GDMlPA,EAAAA,EAAAA,IAAgB,CAC3BC,KAAM,oBACNC,WAAY,CACRC,SAAQ,IACRC,WAAU,IACVC,YAAW,IACXC,gBAAeA,EAAAA,GAEnBC,MAAKA,KACM,CACHC,EAACA,EAAAA,IAGTC,KAAIA,KACO,CACHC,MAAO,GACPC,SAAU,KAGlBC,SAAU,CACNC,cAAaA,IACF,CAAC,CACAC,OAAON,EAAAA,EAAAA,GAAE,iBAAkB,WAC3BO,KAAM,UACNC,WAAY,cEZhC,GAXgB,E,SAAA,GACd,EFRW,WAAkB,IAAIC,EAAIC,KAAKC,EAAGF,EAAIG,MAAMD,GAAgC,OAAtBF,EAAIG,MAAMC,YAAmBF,EAAG,WAAW,CAACG,YAAY,wBAAwBC,MAAM,CAAC,QAAUN,EAAIJ,cAAc,yBAAyB,GAAG,gCAAgC,GAAG,UAAU,GAAG,KAAOI,EAAIT,EAAE,iBAAkB,uBAAuB,iBAAiB,IAAIgB,GAAG,CAAC,OAAS,SAASC,GAAQ,OAAOR,EAAIS,MAAM,QAAS,CAAChB,MAAOO,EAAIP,MAAOC,SAAUM,EAAIN,UAAU,EAAE,cAAc,SAASc,GAAQ,OAAOR,EAAIS,MAAM,QAAQ,IAAI,CAACP,EAAG,aAAa,CAACG,YAAY,gCAAgCC,MAAM,CAAC,KAAON,EAAIT,EAAE,iBAAkB,8EAA8E,KAAO,UAAUS,EAAIU,GAAG,KAAKR,EAAG,cAAc,CAACS,IAAI,QAAQN,YAAY,+BAA+BC,MAAM,CAAC,6CAA6C,GAAG,MAAQN,EAAIT,EAAE,iBAAkB,SAAS,YAAcS,EAAIT,EAAE,iBAAkB,2BAA2B,UAAY,IAAI,KAAO,QAAQ,SAAW,GAAG,MAAQS,EAAIP,OAAOc,GAAG,CAAC,eAAe,SAASC,GAAQR,EAAIP,MAAMe,CAAM,KAAKR,EAAIU,GAAG,KAAKR,EAAG,kBAAkB,CAACS,IAAI,WAAWN,YAAY,kCAAkCC,MAAM,CAAC,gDAAgD,GAAG,MAAQN,EAAIT,EAAE,iBAAkB,YAAY,YAAcS,EAAIT,EAAE,iBAAkB,8BAA8B,KAAO,WAAW,SAAW,GAAG,MAAQS,EAAIN,UAAUa,GAAG,CAAC,eAAe,SAASC,GAAQR,EAAIN,SAASc,CAAM,MAAM,EAC55C,EACsB,IESpB,EACA,KACA,KACA,M","sources":["webpack:///nextcloud/apps/files_external/src/views/CredentialsDialog.vue","webpack:///nextcloud/apps/files_external/src/views/CredentialsDialog.vue?vue&type=script&lang=ts","webpack://nextcloud/./apps/files_external/src/views/CredentialsDialog.vue?7767"],"sourcesContent":["var render = function render(){var _vm=this,_c=_vm._self._c,_setup=_vm._self._setupProxy;return _c('NcDialog',{staticClass:\"external-storage-auth\",attrs:{\"buttons\":_vm.dialogButtons,\"close-on-click-outside\":\"\",\"data-cy-external-storage-auth\":\"\",\"is-form\":\"\",\"name\":_vm.t('files_external', 'Storage credentials'),\"out-transition\":\"\"},on:{\"submit\":function($event){return _vm.$emit('close', {login: _vm.login, password: _vm.password})},\"update:open\":function($event){return _vm.$emit('close')}}},[_c('NcNoteCard',{staticClass:\"external-storage-auth__header\",attrs:{\"text\":_vm.t('files_external', 'To access the storage, you need to provide the authentication credentials.'),\"type\":\"info\"}}),_vm._v(\" \"),_c('NcTextField',{ref:\"login\",staticClass:\"external-storage-auth__login\",attrs:{\"data-cy-external-storage-auth-dialog-login\":\"\",\"label\":_vm.t('files_external', 'Login'),\"placeholder\":_vm.t('files_external', 'Enter the storage login'),\"minlength\":\"2\",\"name\":\"login\",\"required\":\"\",\"value\":_vm.login},on:{\"update:value\":function($event){_vm.login=$event}}}),_vm._v(\" \"),_c('NcPasswordField',{ref:\"password\",staticClass:\"external-storage-auth__password\",attrs:{\"data-cy-external-storage-auth-dialog-password\":\"\",\"label\":_vm.t('files_external', 'Password'),\"placeholder\":_vm.t('files_external', 'Enter the storage password'),\"name\":\"password\",\"required\":\"\",\"value\":_vm.password},on:{\"update:value\":function($event){_vm.password=$event}}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","import mod from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CredentialsDialog.vue?vue&type=script&lang=ts\"; export default mod; export * from \"-!../../../../node_modules/babel-loader/lib/index.js!../../../../node_modules/ts-loader/index.js??clonedRuleSet-4.use[1]!../../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CredentialsDialog.vue?vue&type=script&lang=ts\"","import { render, staticRenderFns } from \"./CredentialsDialog.vue?vue&type=template&id=79894f20\"\nimport script from \"./CredentialsDialog.vue?vue&type=script&lang=ts\"\nexport * from \"./CredentialsDialog.vue?vue&type=script&lang=ts\"\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"],"names":["defineComponent","name","components","NcDialog","NcNoteCard","NcTextField","NcPasswordField","setup","t","data","login","password","computed","dialogButtons","label","type","nativeType","_vm","this","_c","_self","_setupProxy","staticClass","attrs","on","$event","$emit","_v","ref"],"sourceRoot":""}

View file

@ -40,10 +40,10 @@ SPDX-FileCopyrightText: Andrea Giammarchi
This file is generated from multiple sources. Included packages:
- @floating-ui/core
- version: 1.6.5
- version: 1.7.3
- license: MIT
- @floating-ui/utils
- version: 0.2.5
- version: 0.2.10
- license: MIT
- unist-util-is
- version: 3.0.0
@ -73,7 +73,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.2.0
- license: GPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
@ -103,7 +103,7 @@ This file is generated from multiple sources. Included packages:
- version: 8.29.1
- license: AGPL-3.0-or-later
- @ungap/structured-clone
- version: 1.2.0
- version: 1.3.0
- license: ISC
- @vueuse/components
- version: 11.3.0
@ -133,7 +133,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- decode-named-character-reference
- version: 1.1.0
- version: 1.2.0
- license: MIT
- devlop
- version: 1.1.0
@ -184,7 +184,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.0
- license: MIT
- mdast-util-find-and-replace
- version: 3.0.1
- version: 3.0.2
- license: MIT
- mdast-util-from-markdown
- version: 2.0.2
@ -217,7 +217,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- micromark-util-character
- version: 2.1.0
- version: 2.1.1
- license: MIT
- micromark-util-chunked
- version: 2.0.1
@ -235,7 +235,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- micromark-util-encode
- version: 2.0.0
- version: 2.0.1
- license: MIT
- micromark-util-html-tag-name
- version: 2.0.1
@ -247,7 +247,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- micromark-util-sanitize-uri
- version: 2.0.0
- version: 2.0.1
- license: MIT
- micromark-util-subtokenize
- version: 2.1.0
@ -277,7 +277,7 @@ This file is generated from multiple sources. Included packages:
- version: 11.0.0
- license: MIT
- remark-rehype
- version: 11.1.0
- version: 11.1.2
- license: MIT
- remark-unlink-protocols
- version: 1.0.0
@ -325,10 +325,10 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.0
- license: MIT
- vfile-message
- version: 4.0.2
- version: 4.0.3
- license: MIT
- vfile
- version: 6.0.2
- version: 6.0.3
- license: MIT
- vue-router
- version: 3.6.5

4
dist/4587-4587.js vendored

File diff suppressed because one or more lines are too long

View file

@ -40,10 +40,10 @@ SPDX-FileCopyrightText: Andrea Giammarchi
This file is generated from multiple sources. Included packages:
- @floating-ui/core
- version: 1.6.5
- version: 1.7.3
- license: MIT
- @floating-ui/utils
- version: 0.2.5
- version: 0.2.10
- license: MIT
- unist-util-is
- version: 3.0.0
@ -73,7 +73,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.2.0
- license: GPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
@ -103,7 +103,7 @@ This file is generated from multiple sources. Included packages:
- version: 8.29.1
- license: AGPL-3.0-or-later
- @ungap/structured-clone
- version: 1.2.0
- version: 1.3.0
- license: ISC
- @vueuse/components
- version: 11.3.0
@ -133,7 +133,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- decode-named-character-reference
- version: 1.1.0
- version: 1.2.0
- license: MIT
- devlop
- version: 1.1.0
@ -184,7 +184,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.0
- license: MIT
- mdast-util-find-and-replace
- version: 3.0.1
- version: 3.0.2
- license: MIT
- mdast-util-from-markdown
- version: 2.0.2
@ -217,7 +217,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- micromark-util-character
- version: 2.1.0
- version: 2.1.1
- license: MIT
- micromark-util-chunked
- version: 2.0.1
@ -235,7 +235,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- micromark-util-encode
- version: 2.0.0
- version: 2.0.1
- license: MIT
- micromark-util-html-tag-name
- version: 2.0.1
@ -247,7 +247,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- micromark-util-sanitize-uri
- version: 2.0.0
- version: 2.0.1
- license: MIT
- micromark-util-subtokenize
- version: 2.1.0
@ -277,7 +277,7 @@ This file is generated from multiple sources. Included packages:
- version: 11.0.0
- license: MIT
- remark-rehype
- version: 11.1.0
- version: 11.1.2
- license: MIT
- remark-unlink-protocols
- version: 1.0.0
@ -325,10 +325,10 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.0
- license: MIT
- vfile-message
- version: 4.0.2
- version: 4.0.3
- license: MIT
- vfile
- version: 6.0.2
- version: 6.0.3
- license: MIT
- vue-router
- version: 3.6.5

File diff suppressed because one or more lines are too long

4
dist/459-459.js vendored

File diff suppressed because one or more lines are too long

2
dist/459-459.js.map vendored

File diff suppressed because one or more lines are too long

4
dist/4965-4965.js vendored

File diff suppressed because one or more lines are too long

View file

@ -32,7 +32,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.4.0
- license: GPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2

File diff suppressed because one or more lines are too long

4
dist/5258-5258.js vendored
View file

@ -1,2 +1,2 @@
"use strict";(self.webpackChunknextcloud=self.webpackChunknextcloud||[]).push([[5258],{16343:(e,t,n)=>{n.d(t,{a:()=>i,e:()=>l});var c=n(59097),u=n(43850),r=n(24715);const a=(0,c.c0)("nextcloud-vue").persist(!0).build();let o;function l(e,t=10){o||(o=new u.EmojiIndex(r));const n=function(){const e=Number.parseInt(a.getItem("NcEmojiPicker::currentSkinTone")??"1");return Math.min(Math.max(e,1),6)}();let c;return e?(c=o.search(`:${e}`,t),c.length<t&&(c=c.concat(o.search(e,t-c.length)))):c=u.frequently.get(t).map((e=>o.emoji(e)))||[],c.map((e=>e.getSkin(n)))}function i(e){u.frequently.add(e)}},95528:(e,t,n)=>{n.r(t),n.d(t,{NcAutoCompleteResult:()=>u.N,NcMentionBubble:()=>c.N,default:()=>u.a});var c=n(64906),u=n(76514)}}]);
//# sourceMappingURL=5258-5258.js.map?v=be595bd542d0f216cee8
"use strict";(self.webpackChunknextcloud=self.webpackChunknextcloud||[]).push([[5258],{16343:(e,t,n)=>{n.d(t,{a:()=>i,e:()=>l});var c=n(59097),u=n(43850),r=n(24715);const a=(0,c.c0)("nextcloud-vue").persist(!0).build();let o;function l(e,t=10){o||(o=new u.EmojiIndex(r));const n=function(){const e=Number.parseInt(a.getItem("NcEmojiPicker::currentSkinTone")??"1");return Math.min(Math.max(e,1),6)}();let c;return e?(c=o.search(`:${e}`,t),c.length<t&&(c=c.concat(o.search(e,t-c.length)))):c=u.frequently.get(t).map(e=>o.emoji(e))||[],c.map(e=>e.getSkin(n))}function i(e){u.frequently.add(e)}},95528:(e,t,n)=>{n.r(t),n.d(t,{NcAutoCompleteResult:()=>u.N,NcMentionBubble:()=>c.N,default:()=>u.a});var c=n(64906),u=n(76514)}}]);
//# sourceMappingURL=5258-5258.js.map?v=517235e51be263122974

View file

@ -44,10 +44,10 @@ SPDX-FileCopyrightText: Andrea Giammarchi
This file is generated from multiple sources. Included packages:
- @floating-ui/core
- version: 1.6.5
- version: 1.7.3
- license: MIT
- @floating-ui/utils
- version: 0.2.5
- version: 0.2.10
- license: MIT
- unist-util-is
- version: 3.0.0
@ -77,7 +77,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.2.0
- license: GPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
@ -107,7 +107,7 @@ This file is generated from multiple sources. Included packages:
- version: 8.29.1
- license: AGPL-3.0-or-later
- @ungap/structured-clone
- version: 1.2.0
- version: 1.3.0
- license: ISC
- @vueuse/components
- version: 11.3.0
@ -125,7 +125,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.5.1
- license: MIT
- char-regex
- version: 2.0.1
- version: 2.0.2
- license: MIT
- charenc
- version: 0.0.2
@ -143,7 +143,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.2.0
- license: MIT
- decode-named-character-reference
- version: 1.1.0
- version: 1.2.0
- license: MIT
- devlop
- version: 1.1.0
@ -200,7 +200,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.0
- license: MIT
- mdast-util-find-and-replace
- version: 3.0.1
- version: 3.0.2
- license: MIT
- mdast-util-from-markdown
- version: 2.0.2
@ -233,7 +233,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- micromark-util-character
- version: 2.1.0
- version: 2.1.1
- license: MIT
- micromark-util-chunked
- version: 2.0.1
@ -251,7 +251,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- micromark-util-encode
- version: 2.0.0
- version: 2.0.1
- license: MIT
- micromark-util-html-tag-name
- version: 2.0.1
@ -263,7 +263,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- micromark-util-sanitize-uri
- version: 2.0.0
- version: 2.0.1
- license: MIT
- micromark-util-subtokenize
- version: 2.1.0
@ -293,7 +293,7 @@ This file is generated from multiple sources. Included packages:
- version: 11.0.0
- license: MIT
- remark-rehype
- version: 11.1.0
- version: 11.1.2
- license: MIT
- remark-unlink-protocols
- version: 1.0.0
@ -341,10 +341,10 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.0
- license: MIT
- vfile-message
- version: 4.0.2
- version: 4.0.3
- license: MIT
- vfile
- version: 6.0.2
- version: 6.0.3
- license: MIT
- vue-router
- version: 3.6.5

View file

@ -1 +1 @@
{"version":3,"file":"5258-5258.js?v=be595bd542d0f216cee8","mappings":"qKAGA,MAAMA,GAAU,QAAW,iBAAiBC,SAAQ,GAAMC,QAC1D,IAAIC,EAUJ,SAASC,EAAYC,EAAOC,EAAa,IAClCH,IACHA,EAAa,IAAI,EAAAI,WAAW,IAE9B,MAAMC,EAeR,WACE,MAAMC,EAAWC,OAAOC,SAASX,EAAQY,QAAQ,mCAAqC,KACtF,OAAOC,KAAKC,IACVD,KAAKE,IACHN,EACA,GAGF,EAGJ,CA1B0BO,GACxB,IAAIC,EASJ,OARIZ,GACFY,EAAUd,EAAWe,OAAO,IAAIb,IAASC,GACrCW,EAAQE,OAASb,IACnBW,EAAUA,EAAQG,OAAOjB,EAAWe,OAAOb,EAAOC,EAAaW,EAAQE,WAGzEF,EAAU,EAAAI,WAAWC,IAAIhB,GAAYiB,KAAKC,GAAOrB,EAAWsB,MAAMD,MAAQ,GAErEP,EAAQM,KAAKE,GAAUA,EAAMC,QAAQlB,IAC9C,CACA,SAASmB,EAAeC,GACtB,EAAAP,WAAWQ,IAAID,EACjB,C","sources":["webpack:///nextcloud/node_modules/@nextcloud/vue/dist/chunks/emoji-BY_D0V5K.mjs"],"sourcesContent":["import { getBuilder } from \"@nextcloud/browser-storage\";\nimport { EmojiIndex, frequently } from \"emoji-mart-vue-fast\";\nimport data from \"emoji-mart-vue-fast/data/all.json\";\nconst storage = getBuilder(\"nextcloud-vue\").persist(true).build();\nlet emojiIndex;\nvar EmojiSkinTone = /* @__PURE__ */ ((EmojiSkinTone2) => {\n EmojiSkinTone2[EmojiSkinTone2[\"Neutral\"] = 1] = \"Neutral\";\n EmojiSkinTone2[EmojiSkinTone2[\"Light\"] = 2] = \"Light\";\n EmojiSkinTone2[EmojiSkinTone2[\"MediumLight\"] = 3] = \"MediumLight\";\n EmojiSkinTone2[EmojiSkinTone2[\"Medium\"] = 4] = \"Medium\";\n EmojiSkinTone2[EmojiSkinTone2[\"MediumDark\"] = 5] = \"MediumDark\";\n EmojiSkinTone2[EmojiSkinTone2[\"Dark\"] = 6] = \"Dark\";\n return EmojiSkinTone2;\n})(EmojiSkinTone || {});\nfunction emojiSearch(query, maxResults = 10) {\n if (!emojiIndex) {\n emojiIndex = new EmojiIndex(data);\n }\n const currentSkinTone = getCurrentSkinTone();\n let results;\n if (query) {\n results = emojiIndex.search(`:${query}`, maxResults);\n if (results.length < maxResults) {\n results = results.concat(emojiIndex.search(query, maxResults - results.length));\n }\n } else {\n results = frequently.get(maxResults).map((id) => emojiIndex.emoji(id)) || [];\n }\n return results.map((emoji) => emoji.getSkin(currentSkinTone));\n}\nfunction emojiAddRecent(emojiData) {\n frequently.add(emojiData);\n}\nfunction getCurrentSkinTone() {\n const skinTone = Number.parseInt(storage.getItem(\"NcEmojiPicker::currentSkinTone\") ?? \"1\");\n return Math.min(\n Math.max(\n skinTone,\n 1\n /* Neutral */\n ),\n 6\n /* Dark */\n );\n}\nfunction setCurrentSkinTone(skinTone) {\n skinTone = Math.min(\n Math.max(\n skinTone,\n 1\n /* Neutral */\n ),\n 6\n /* Dark */\n );\n storage.setItem(\"NcEmojiPicker::currentSkinTone\", skinTone.toString());\n}\nexport {\n EmojiSkinTone as E,\n emojiAddRecent as a,\n emojiSearch as e,\n getCurrentSkinTone as g,\n setCurrentSkinTone as s\n};\n//# sourceMappingURL=emoji-BY_D0V5K.mjs.map\n"],"names":["storage","persist","build","emojiIndex","emojiSearch","query","maxResults","EmojiIndex","currentSkinTone","skinTone","Number","parseInt","getItem","Math","min","max","getCurrentSkinTone","results","search","length","concat","frequently","get","map","id","emoji","getSkin","emojiAddRecent","emojiData","add"],"sourceRoot":""}
{"version":3,"file":"5258-5258.js?v=517235e51be263122974","mappings":"qKAGA,MAAMA,GAAU,QAAW,iBAAiBC,SAAQ,GAAMC,QAC1D,IAAIC,EAUJ,SAASC,EAAYC,EAAOC,EAAa,IAClCH,IACHA,EAAa,IAAI,EAAAI,WAAW,IAE9B,MAAMC,EAeR,WACE,MAAMC,EAAWC,OAAOC,SAASX,EAAQY,QAAQ,mCAAqC,KACtF,OAAOC,KAAKC,IACVD,KAAKE,IACHN,EACA,GAGF,EAGJ,CA1B0BO,GACxB,IAAIC,EASJ,OARIZ,GACFY,EAAUd,EAAWe,OAAO,IAAIb,IAASC,GACrCW,EAAQE,OAASb,IACnBW,EAAUA,EAAQG,OAAOjB,EAAWe,OAAOb,EAAOC,EAAaW,EAAQE,WAGzEF,EAAU,EAAAI,WAAWC,IAAIhB,GAAYiB,IAAKC,GAAOrB,EAAWsB,MAAMD,KAAQ,GAErEP,EAAQM,IAAKE,GAAUA,EAAMC,QAAQlB,GAC9C,CACA,SAASmB,EAAeC,GACtB,EAAAP,WAAWQ,IAAID,EACjB,C","sources":["webpack:///nextcloud/node_modules/@nextcloud/vue/dist/chunks/emoji-BY_D0V5K.mjs"],"sourcesContent":["import { getBuilder } from \"@nextcloud/browser-storage\";\nimport { EmojiIndex, frequently } from \"emoji-mart-vue-fast\";\nimport data from \"emoji-mart-vue-fast/data/all.json\";\nconst storage = getBuilder(\"nextcloud-vue\").persist(true).build();\nlet emojiIndex;\nvar EmojiSkinTone = /* @__PURE__ */ ((EmojiSkinTone2) => {\n EmojiSkinTone2[EmojiSkinTone2[\"Neutral\"] = 1] = \"Neutral\";\n EmojiSkinTone2[EmojiSkinTone2[\"Light\"] = 2] = \"Light\";\n EmojiSkinTone2[EmojiSkinTone2[\"MediumLight\"] = 3] = \"MediumLight\";\n EmojiSkinTone2[EmojiSkinTone2[\"Medium\"] = 4] = \"Medium\";\n EmojiSkinTone2[EmojiSkinTone2[\"MediumDark\"] = 5] = \"MediumDark\";\n EmojiSkinTone2[EmojiSkinTone2[\"Dark\"] = 6] = \"Dark\";\n return EmojiSkinTone2;\n})(EmojiSkinTone || {});\nfunction emojiSearch(query, maxResults = 10) {\n if (!emojiIndex) {\n emojiIndex = new EmojiIndex(data);\n }\n const currentSkinTone = getCurrentSkinTone();\n let results;\n if (query) {\n results = emojiIndex.search(`:${query}`, maxResults);\n if (results.length < maxResults) {\n results = results.concat(emojiIndex.search(query, maxResults - results.length));\n }\n } else {\n results = frequently.get(maxResults).map((id) => emojiIndex.emoji(id)) || [];\n }\n return results.map((emoji) => emoji.getSkin(currentSkinTone));\n}\nfunction emojiAddRecent(emojiData) {\n frequently.add(emojiData);\n}\nfunction getCurrentSkinTone() {\n const skinTone = Number.parseInt(storage.getItem(\"NcEmojiPicker::currentSkinTone\") ?? \"1\");\n return Math.min(\n Math.max(\n skinTone,\n 1\n /* Neutral */\n ),\n 6\n /* Dark */\n );\n}\nfunction setCurrentSkinTone(skinTone) {\n skinTone = Math.min(\n Math.max(\n skinTone,\n 1\n /* Neutral */\n ),\n 6\n /* Dark */\n );\n storage.setItem(\"NcEmojiPicker::currentSkinTone\", skinTone.toString());\n}\nexport {\n EmojiSkinTone as E,\n emojiAddRecent as a,\n emojiSearch as e,\n getCurrentSkinTone as g,\n setCurrentSkinTone as s\n};\n//# sourceMappingURL=emoji-BY_D0V5K.mjs.map\n"],"names":["storage","persist","build","emojiIndex","emojiSearch","query","maxResults","EmojiIndex","currentSkinTone","skinTone","Number","parseInt","getItem","Math","min","max","getCurrentSkinTone","results","search","length","concat","frequently","get","map","id","emoji","getSkin","emojiAddRecent","emojiData","add"],"sourceRoot":""}

View file

@ -44,7 +44,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.3.1
- license: AGPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2

4
dist/5810-5810.js vendored

File diff suppressed because one or more lines are too long

View file

@ -34,7 +34,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.2.0
- license: GPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2

File diff suppressed because one or more lines are too long

4
dist/5819-5819.js vendored

File diff suppressed because one or more lines are too long

View file

@ -56,7 +56,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.3.1
- license: AGPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2

File diff suppressed because one or more lines are too long

4
dist/5862-5862.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
dist/640-640.js vendored
View file

@ -1,2 +1,2 @@
"use strict";(self.webpackChunknextcloud=self.webpackChunknextcloud||[]).push([[640],{60640:(e,c,l)=>{l.d(c,{FilePickerVue:()=>n});const n=(0,l(85471).$V)((()=>Promise.all([l.e(4208),l.e(5810),l.e(8474)]).then(l.bind(l,88474))))}}]);
//# sourceMappingURL=640-640.js.map?v=1bb8c88dd7bfb3be2d0e
"use strict";(self.webpackChunknextcloud=self.webpackChunknextcloud||[]).push([[640],{60640:(e,c,l)=>{l.d(c,{FilePickerVue:()=>n});const n=(0,l(85471).$V)(()=>Promise.all([l.e(4208),l.e(5810),l.e(8474)]).then(l.bind(l,88474)))}}]);
//# sourceMappingURL=640-640.js.map?v=d3d98600d88fd55c7b27

2
dist/640-640.js.map vendored
View file

@ -1 +1 @@
{"version":3,"file":"640-640.js?v=1bb8c88dd7bfb3be2d0e","mappings":"mIACA,MAAMA,GAAgB,E,SAAA,KAAqB,IAAM,oE","sources":["webpack:///nextcloud/node_modules/@nextcloud/dialogs/dist/chunks/index-BC-7VPxC.mjs"],"sourcesContent":["import { defineAsyncComponent } from \"vue\";\nconst FilePickerVue = defineAsyncComponent(() => import(\"./FilePicker-CsU6FfAP.mjs\"));\nexport {\n FilePickerVue\n};\n//# sourceMappingURL=index-BC-7VPxC.mjs.map\n"],"names":["FilePickerVue"],"sourceRoot":""}
{"version":3,"file":"640-640.js?v=d3d98600d88fd55c7b27","mappings":"mIACA,MAAMA,GAAgB,E,SAAA,IAAqB,IAAM,mE","sources":["webpack:///nextcloud/node_modules/@nextcloud/dialogs/dist/chunks/index-BC-7VPxC.mjs"],"sourcesContent":["import { defineAsyncComponent } from \"vue\";\nconst FilePickerVue = defineAsyncComponent(() => import(\"./FilePicker-CsU6FfAP.mjs\"));\nexport {\n FilePickerVue\n};\n//# sourceMappingURL=index-BC-7VPxC.mjs.map\n"],"names":["FilePickerVue"],"sourceRoot":""}

4
dist/6894-6894.js vendored

File diff suppressed because one or more lines are too long

View file

@ -48,10 +48,10 @@ This file is generated from multiple sources. Included packages:
- version: 1.0.2
- license: MIT
- @floating-ui/core
- version: 1.6.5
- version: 1.7.3
- license: MIT
- @floating-ui/utils
- version: 0.2.5
- version: 0.2.10
- license: MIT
- @nextcloud/auth
- version: 2.5.2
@ -72,7 +72,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.3.1
- license: AGPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2

File diff suppressed because one or more lines are too long

4
dist/7383-7383.js vendored

File diff suppressed because one or more lines are too long

View file

@ -53,7 +53,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.3.1
- license: AGPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2

File diff suppressed because one or more lines are too long

4
dist/7457-7457.js vendored

File diff suppressed because one or more lines are too long

View file

@ -47,7 +47,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.2.0
- license: GPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
@ -80,7 +80,7 @@ This file is generated from multiple sources. Included packages:
- version: 8.29.1
- license: AGPL-3.0-or-later
- @vue/devtools-api
- version: 6.6.3
- version: 6.6.4
- license: MIT
- base64-js
- version: 1.5.1

File diff suppressed because one or more lines are too long

4
dist/7462-7462.js vendored

File diff suppressed because one or more lines are too long

View file

@ -77,7 +77,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.3.1
- license: AGPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
@ -101,7 +101,7 @@ This file is generated from multiple sources. Included packages:
- version: 8.29.1
- license: AGPL-3.0-or-later
- @vue/devtools-api
- version: 6.6.3
- version: 6.6.4
- license: MIT
- @vueuse/components
- version: 11.3.0
@ -181,9 +181,6 @@ This file is generated from multiple sources. Included packages:
- events
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 4.5.3
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
- license: MIT
@ -230,7 +227,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.4
- license: ISC
- is-arguments
- version: 1.1.1
- version: 1.2.0
- license: MIT
- is-buffer
- version: 1.1.6
@ -239,7 +236,10 @@ This file is generated from multiple sources. Included packages:
- version: 1.2.7
- license: MIT
- is-generator-function
- version: 1.0.10
- version: 1.1.0
- license: MIT
- is-regex
- version: 1.2.1
- license: MIT
- is-typed-array
- version: 1.1.15
@ -281,7 +281,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.3.1
- license: MIT
- possible-typed-array-names
- version: 1.0.0
- version: 1.1.0
- license: MIT
- process
- version: 0.11.10
@ -290,7 +290,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.4.1
- license: MIT
- qs
- version: 6.13.0
- version: 6.14.0
- license: BSD-3-Clause
- querystringify
- version: 2.2.0
@ -301,6 +301,9 @@ This file is generated from multiple sources. Included packages:
- safe-buffer
- version: 5.2.1
- license: MIT
- safe-regex-test
- version: 1.1.0
- license: MIT
- set-function-length
- version: 1.2.2
- license: MIT
@ -334,9 +337,6 @@ This file is generated from multiple sources. Included packages:
- striptags
- version: 3.2.0
- license: MIT
- strnum
- version: 1.1.2
- license: MIT
- style-loader
- version: 4.0.0
- license: MIT
@ -385,6 +385,12 @@ This file is generated from multiple sources. Included packages:
- vue
- version: 2.7.16
- license: MIT
- fast-xml-parser
- version: 4.5.3
- license: MIT
- strnum
- version: 1.1.2
- license: MIT
- webdav
- version: 5.8.0
- license: MIT

File diff suppressed because one or more lines are too long

4
dist/7729-7729.js vendored

File diff suppressed because one or more lines are too long

View file

@ -48,7 +48,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.3.1
- license: AGPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2

File diff suppressed because one or more lines are too long

4
dist/7807-7807.js vendored

File diff suppressed because one or more lines are too long

View file

@ -38,7 +38,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.4.0
- license: GPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
@ -56,7 +56,7 @@ This file is generated from multiple sources. Included packages:
- version: 8.29.1
- license: AGPL-3.0-or-later
- @vue/devtools-api
- version: 6.6.3
- version: 6.6.4
- license: MIT
- @vueuse/core
- version: 11.3.0

File diff suppressed because one or more lines are too long

4
dist/7883-7883.js vendored

File diff suppressed because one or more lines are too long

View file

@ -29,7 +29,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.1
- license: GPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
@ -47,13 +47,13 @@ This file is generated from multiple sources. Included packages:
- version: 4.1.3
- license: MIT
- browserslist
- version: 4.24.4
- version: 4.25.3
- license: MIT
- caniuse-lite
- version: 1.0.30001713
- version: 1.0.30001736
- license: CC-BY-4.0
- electron-to-chromium
- version: 1.5.136
- version: 1.5.207
- license: ISC
- ieee754
- version: 1.2.1

File diff suppressed because one or more lines are too long

4
dist/8057-8057.js vendored
View file

@ -1,2 +1,2 @@
"use strict";(self.webpackChunknextcloud=self.webpackChunknextcloud||[]).push([[8057],{49608:(t,e,n)=>{n.d(e,{A:()=>a});var o=n(71354),r=n.n(o),s=n(76314),m=n.n(s)()(r());m.push([t.id,"\n.comments-action[data-v-4e517c64] {\n\tpadding: 0;\n}\n","",{version:3,sources:["webpack://./apps/comments/src/views/ActivityCommentAction.vue"],names:[],mappings:";AAkDA;CACA,UAAA;AACA",sourcesContent:['\x3c!--\n - SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors\n - SPDX-License-Identifier: AGPL-3.0-or-later\n--\x3e\n\n<template>\n\t<Comment v-bind="editorData"\n\t\t:auto-complete="autoComplete"\n\t\t:resource-type="resourceType"\n\t\t:editor="true"\n\t\t:user-data="userData"\n\t\t:resource-id="resourceId"\n\t\tclass="comments-action"\n\t\t@new="onNewComment" />\n</template>\n\n<script lang="ts">\nimport { defineComponent } from \'vue\'\nimport Comment from \'../components/Comment.vue\'\nimport CommentView from \'../mixins/CommentView.js\'\nimport logger from \'../logger\'\nimport { showError } from \'@nextcloud/dialogs\'\nimport { translate as t } from \'@nextcloud/l10n\'\n\nexport default defineComponent({\n\tcomponents: {\n\t\tComment,\n\t},\n\tmixins: [CommentView],\n\tprops: {\n\t\treloadCallback: {\n\t\t\ttype: Function,\n\t\t\trequired: true,\n\t\t},\n\t},\n\tmethods: {\n\t\tonNewComment() {\n\t\t\ttry {\n\t\t\t\t// just force reload\n\t\t\t\tthis.reloadCallback()\n\t\t\t} catch (e) {\n\t\t\t\tshowError(t(\'comments\', \'Could not reload comments\'))\n\t\t\t\tlogger.debug(e)\n\t\t\t}\n\t\t},\n\t},\n})\n<\/script>\n\n<style scoped>\n.comments-action {\n\tpadding: 0;\n}\n</style>\n'],sourceRoot:""}]);const a=m},98057:(t,e,n)=>{n.d(e,{default:()=>k});var o=n(85471),r=n(65463),s=n(70452),m=n(96689),a=n(85168),c=n(53334);const l=(0,o.pM)({components:{Comment:r.A},mixins:[s.A],props:{reloadCallback:{type:Function,required:!0}},methods:{onNewComment(){try{this.reloadCallback()}catch(t){(0,a.Qg)((0,c.Tl)("comments","Could not reload comments")),m.A.debug(t)}}}});var i=n(85072),u=n.n(i),d=n(97825),p=n.n(d),C=n(77659),A=n.n(C),f=n(55056),g=n.n(f),b=n(10540),h=n.n(b),w=n(41113),x=n.n(w),y=n(49608),v={};v.styleTagTransform=x(),v.setAttributes=g(),v.insert=A().bind(null,"head"),v.domAPI=p(),v.insertStyleElement=h(),u()(y.A,v),y.A&&y.A.locals&&y.A.locals;const k=(0,n(14486).A)(l,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("Comment",t._b({staticClass:"comments-action",attrs:{"auto-complete":t.autoComplete,"resource-type":t.resourceType,editor:!0,"user-data":t.userData,"resource-id":t.resourceId},on:{new:t.onNewComment}},"Comment",t.editorData,!1))}),[],!1,null,"4e517c64",null).exports}}]);
//# sourceMappingURL=8057-8057.js.map?v=2c8f7e35c56e047ba73f
"use strict";(self.webpackChunknextcloud=self.webpackChunknextcloud||[]).push([[8057],{49608:(t,e,n)=>{n.d(e,{A:()=>a});var o=n(71354),r=n.n(o),s=n(76314),m=n.n(s)()(r());m.push([t.id,"\n.comments-action[data-v-4e517c64] {\n\tpadding: 0;\n}\n","",{version:3,sources:["webpack://./apps/comments/src/views/ActivityCommentAction.vue"],names:[],mappings:";AAkDA;CACA,UAAA;AACA",sourcesContent:['\x3c!--\n - SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors\n - SPDX-License-Identifier: AGPL-3.0-or-later\n--\x3e\n\n<template>\n\t<Comment v-bind="editorData"\n\t\t:auto-complete="autoComplete"\n\t\t:resource-type="resourceType"\n\t\t:editor="true"\n\t\t:user-data="userData"\n\t\t:resource-id="resourceId"\n\t\tclass="comments-action"\n\t\t@new="onNewComment" />\n</template>\n\n<script lang="ts">\nimport { defineComponent } from \'vue\'\nimport Comment from \'../components/Comment.vue\'\nimport CommentView from \'../mixins/CommentView.js\'\nimport logger from \'../logger\'\nimport { showError } from \'@nextcloud/dialogs\'\nimport { translate as t } from \'@nextcloud/l10n\'\n\nexport default defineComponent({\n\tcomponents: {\n\t\tComment,\n\t},\n\tmixins: [CommentView],\n\tprops: {\n\t\treloadCallback: {\n\t\t\ttype: Function,\n\t\t\trequired: true,\n\t\t},\n\t},\n\tmethods: {\n\t\tonNewComment() {\n\t\t\ttry {\n\t\t\t\t// just force reload\n\t\t\t\tthis.reloadCallback()\n\t\t\t} catch (e) {\n\t\t\t\tshowError(t(\'comments\', \'Could not reload comments\'))\n\t\t\t\tlogger.debug(e)\n\t\t\t}\n\t\t},\n\t},\n})\n<\/script>\n\n<style scoped>\n.comments-action {\n\tpadding: 0;\n}\n</style>\n'],sourceRoot:""}]);const a=m},98057:(t,e,n)=>{n.d(e,{default:()=>k});var o=n(85471),r=n(65463),s=n(70452),m=n(96689),a=n(85168),c=n(53334);const l=(0,o.pM)({components:{Comment:r.A},mixins:[s.A],props:{reloadCallback:{type:Function,required:!0}},methods:{onNewComment(){try{this.reloadCallback()}catch(t){(0,a.Qg)((0,c.Tl)("comments","Could not reload comments")),m.A.debug(t)}}}});var i=n(85072),u=n.n(i),d=n(97825),p=n.n(d),C=n(77659),A=n.n(C),f=n(55056),g=n.n(f),b=n(10540),h=n.n(b),w=n(41113),x=n.n(w),y=n(49608),v={};v.styleTagTransform=x(),v.setAttributes=g(),v.insert=A().bind(null,"head"),v.domAPI=p(),v.insertStyleElement=h(),u()(y.A,v),y.A&&y.A.locals&&y.A.locals;const k=(0,n(14486).A)(l,function(){var t=this,e=t._self._c;return t._self._setupProxy,e("Comment",t._b({staticClass:"comments-action",attrs:{"auto-complete":t.autoComplete,"resource-type":t.resourceType,editor:!0,"user-data":t.userData,"resource-id":t.resourceId},on:{new:t.onNewComment}},"Comment",t.editorData,!1))},[],!1,null,"4e517c64",null).exports}}]);
//# sourceMappingURL=8057-8057.js.map?v=2989a820b017942edb87

View file

@ -77,7 +77,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.3.1
- license: AGPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
@ -101,7 +101,7 @@ This file is generated from multiple sources. Included packages:
- version: 8.29.1
- license: AGPL-3.0-or-later
- @vue/devtools-api
- version: 6.6.3
- version: 6.6.4
- license: MIT
- @vueuse/components
- version: 11.3.0
@ -181,9 +181,6 @@ This file is generated from multiple sources. Included packages:
- events
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 4.5.3
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
- license: MIT
@ -230,7 +227,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.4
- license: ISC
- is-arguments
- version: 1.1.1
- version: 1.2.0
- license: MIT
- is-buffer
- version: 1.1.6
@ -239,7 +236,10 @@ This file is generated from multiple sources. Included packages:
- version: 1.2.7
- license: MIT
- is-generator-function
- version: 1.0.10
- version: 1.1.0
- license: MIT
- is-regex
- version: 1.2.1
- license: MIT
- is-typed-array
- version: 1.1.15
@ -281,7 +281,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.3.1
- license: MIT
- possible-typed-array-names
- version: 1.0.0
- version: 1.1.0
- license: MIT
- process
- version: 0.11.10
@ -290,7 +290,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.4.1
- license: MIT
- qs
- version: 6.13.0
- version: 6.14.0
- license: BSD-3-Clause
- querystringify
- version: 2.2.0
@ -301,6 +301,9 @@ This file is generated from multiple sources. Included packages:
- safe-buffer
- version: 5.2.1
- license: MIT
- safe-regex-test
- version: 1.1.0
- license: MIT
- set-function-length
- version: 1.2.2
- license: MIT
@ -334,9 +337,6 @@ This file is generated from multiple sources. Included packages:
- striptags
- version: 3.2.0
- license: MIT
- strnum
- version: 1.1.2
- license: MIT
- style-loader
- version: 4.0.0
- license: MIT
@ -385,6 +385,12 @@ This file is generated from multiple sources. Included packages:
- vue
- version: 2.7.16
- license: MIT
- fast-xml-parser
- version: 4.5.3
- license: MIT
- strnum
- version: 1.1.2
- license: MIT
- webdav
- version: 5.8.0
- license: MIT

File diff suppressed because one or more lines are too long

4
dist/8474-8474.js vendored

File diff suppressed because one or more lines are too long

View file

@ -44,10 +44,10 @@ SPDX-FileCopyrightText: @nextcloud/dialogs developers
This file is generated from multiple sources. Included packages:
- @floating-ui/core
- version: 1.6.5
- version: 1.7.3
- license: MIT
- @floating-ui/utils
- version: 0.2.5
- version: 0.2.10
- license: MIT
- @mdi/js
- version: 7.4.47
@ -71,7 +71,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.3.1
- license: AGPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2

File diff suppressed because one or more lines are too long

4
dist/857-857.js vendored

File diff suppressed because one or more lines are too long

2
dist/857-857.js.map vendored

File diff suppressed because one or more lines are too long

4
dist/8737-8737.js vendored

File diff suppressed because one or more lines are too long

View file

@ -47,7 +47,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.3.1
- license: AGPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
@ -74,7 +74,7 @@ This file is generated from multiple sources. Included packages:
- version: 8.29.1
- license: AGPL-3.0-or-later
- @vue/devtools-api
- version: 6.6.3
- version: 6.6.4
- license: MIT
- @vueuse/core
- version: 11.3.0

File diff suppressed because one or more lines are too long

4
dist/9167-9167.js vendored

File diff suppressed because one or more lines are too long

View file

@ -67,7 +67,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.3.1
- license: AGPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
@ -174,9 +174,6 @@ This file is generated from multiple sources. Included packages:
- events
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 4.5.3
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
- license: MIT
@ -223,7 +220,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.4
- license: ISC
- is-arguments
- version: 1.1.1
- version: 1.2.0
- license: MIT
- is-buffer
- version: 1.1.6
@ -232,7 +229,10 @@ This file is generated from multiple sources. Included packages:
- version: 1.2.7
- license: MIT
- is-generator-function
- version: 1.0.10
- version: 1.1.0
- license: MIT
- is-regex
- version: 1.2.1
- license: MIT
- is-typed-array
- version: 1.1.15
@ -271,7 +271,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.12.7
- license: MIT
- possible-typed-array-names
- version: 1.0.0
- version: 1.1.0
- license: MIT
- process
- version: 0.11.10
@ -280,7 +280,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.4.1
- license: MIT
- qs
- version: 6.13.0
- version: 6.14.0
- license: BSD-3-Clause
- querystringify
- version: 2.2.0
@ -291,6 +291,9 @@ This file is generated from multiple sources. Included packages:
- safe-buffer
- version: 5.2.1
- license: MIT
- safe-regex-test
- version: 1.1.0
- license: MIT
- set-function-length
- version: 1.2.2
- license: MIT
@ -321,9 +324,6 @@ This file is generated from multiple sources. Included packages:
- string_decoder
- version: 1.3.0
- license: MIT
- strnum
- version: 1.1.2
- license: MIT
- style-loader
- version: 4.0.0
- license: MIT
@ -349,7 +349,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.12.5
- license: MIT
- vue-color
- version: 2.8.1
- version: 2.8.2
- license: MIT
- vue-loader
- version: 15.11.1
@ -360,6 +360,12 @@ This file is generated from multiple sources. Included packages:
- vue
- version: 2.7.16
- license: MIT
- fast-xml-parser
- version: 4.5.3
- license: MIT
- strnum
- version: 1.1.2
- license: MIT
- webdav
- version: 5.8.0
- license: MIT

File diff suppressed because one or more lines are too long

4
dist/9293-9293.js vendored
View file

@ -1,2 +1,2 @@
"use strict";(self.webpackChunknextcloud=self.webpackChunknextcloud||[]).push([[9293],{69293:(t,e,n)=>{n.r(e),n.d(e,{default:()=>v});var a=n(53334),o=n(85471),s=n(94219),l=n(82182),i=n(16044);const p=(0,o.pM)({name:"LegacyDialogPrompt",components:{NcDialog:s.A,NcTextField:l.A,NcPasswordField:i.A},props:{name:{type:String,required:!0},text:{type:String,required:!0},isPassword:{type:Boolean,required:!0},inputName:{type:String,default:"prompt-input"}},emits:["close"],data:()=>({inputValue:""}),computed:{buttons(){return[{label:(0,a.Tl)("core","No"),callback:()=>this.$emit("close",!1,this.inputValue)},{label:(0,a.Tl)("core","Yes"),type:"primary",callback:()=>this.$emit("close",!0,this.inputValue)}]}},mounted(){this.$nextTick((()=>this.$refs.input?.focus?.()))}});var c=n(85072),u=n.n(c),r=n(97825),m=n.n(r),d=n(77659),A=n.n(d),g=n(55056),_=n.n(g),b=n(10540),y=n.n(b),C=n(41113),f=n.n(C),x=n(95878),h={};h.styleTagTransform=f(),h.setAttributes=_(),h.insert=A().bind(null,"head"),h.domAPI=m(),h.insertStyleElement=y(),u()(x.A,h),x.A&&x.A.locals&&x.A.locals;const v=(0,n(14486).A)(p,(function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcDialog",{attrs:{"dialog-classes":"legacy-prompt__dialog",buttons:t.buttons,name:t.name},on:{"update:open":function(e){return t.$emit("close",!1,t.inputValue)}}},[e("p",{staticClass:"legacy-prompt__text",domProps:{textContent:t._s(t.text)}}),t._v(" "),t.isPassword?e("NcPasswordField",{ref:"input",staticClass:"legacy-prompt__input",attrs:{autocomplete:"new-password",label:t.name,name:t.inputName,value:t.inputValue},on:{"update:value":function(e){t.inputValue=e}}}):e("NcTextField",{ref:"input",staticClass:"legacy-prompt__input",attrs:{label:t.name,name:t.inputName,value:t.inputValue},on:{"update:value":function(e){t.inputValue=e}}})],1)}),[],!1,null,"595b3067",null).exports},95878:(t,e,n)=>{n.d(e,{A:()=>i});var a=n(71354),o=n.n(a),s=n(76314),l=n.n(s)()(o());l.push([t.id,".legacy-prompt__text[data-v-595b3067]{margin-block:0 .75em}.legacy-prompt__input[data-v-595b3067]{margin-block:0 1em}[data-v-595b3067] .legacy-prompt__dialog .dialog__actions{min-width:calc(100% - 12px);justify-content:space-between}","",{version:3,sources:["webpack://./core/src/components/LegacyDialogPrompt.vue"],names:[],mappings:"AAEC,sCACC,oBAAA,CAGD,uCACC,kBAAA,CAIF,0DACC,2BAAA,CACA,6BAAA",sourcesContent:["\n.legacy-prompt {\n\t&__text {\n\t\tmargin-block: 0 .75em;\n\t}\n\n\t&__input {\n\t\tmargin-block: 0 1em;\n\t}\n}\n\n:deep(.legacy-prompt__dialog .dialog__actions) {\n\tmin-width: calc(100% - 12px);\n\tjustify-content: space-between;\n}\n"],sourceRoot:""}]);const i=l}}]);
//# sourceMappingURL=9293-9293.js.map?v=5a696e1c27c99c65e7f0
"use strict";(self.webpackChunknextcloud=self.webpackChunknextcloud||[]).push([[9293],{69293:(t,e,n)=>{n.r(e),n.d(e,{default:()=>v});var a=n(53334),o=n(85471),s=n(94219),l=n(82182),i=n(16044);const p=(0,o.pM)({name:"LegacyDialogPrompt",components:{NcDialog:s.A,NcTextField:l.A,NcPasswordField:i.A},props:{name:{type:String,required:!0},text:{type:String,required:!0},isPassword:{type:Boolean,required:!0},inputName:{type:String,default:"prompt-input"}},emits:["close"],data:()=>({inputValue:""}),computed:{buttons(){return[{label:(0,a.Tl)("core","No"),callback:()=>this.$emit("close",!1,this.inputValue)},{label:(0,a.Tl)("core","Yes"),type:"primary",callback:()=>this.$emit("close",!0,this.inputValue)}]}},mounted(){this.$nextTick(()=>this.$refs.input?.focus?.())}});var c=n(85072),u=n.n(c),r=n(97825),m=n.n(r),d=n(77659),A=n.n(d),g=n(55056),_=n.n(g),b=n(10540),y=n.n(b),C=n(41113),f=n.n(C),x=n(95878),h={};h.styleTagTransform=f(),h.setAttributes=_(),h.insert=A().bind(null,"head"),h.domAPI=m(),h.insertStyleElement=y(),u()(x.A,h),x.A&&x.A.locals&&x.A.locals;const v=(0,n(14486).A)(p,function(){var t=this,e=t._self._c;return t._self._setupProxy,e("NcDialog",{attrs:{"dialog-classes":"legacy-prompt__dialog",buttons:t.buttons,name:t.name},on:{"update:open":function(e){return t.$emit("close",!1,t.inputValue)}}},[e("p",{staticClass:"legacy-prompt__text",domProps:{textContent:t._s(t.text)}}),t._v(" "),t.isPassword?e("NcPasswordField",{ref:"input",staticClass:"legacy-prompt__input",attrs:{autocomplete:"new-password",label:t.name,name:t.inputName,value:t.inputValue},on:{"update:value":function(e){t.inputValue=e}}}):e("NcTextField",{ref:"input",staticClass:"legacy-prompt__input",attrs:{label:t.name,name:t.inputName,value:t.inputValue},on:{"update:value":function(e){t.inputValue=e}}})],1)},[],!1,null,"595b3067",null).exports},95878:(t,e,n)=>{n.d(e,{A:()=>i});var a=n(71354),o=n.n(a),s=n(76314),l=n.n(s)()(o());l.push([t.id,".legacy-prompt__text[data-v-595b3067]{margin-block:0 .75em}.legacy-prompt__input[data-v-595b3067]{margin-block:0 1em}[data-v-595b3067] .legacy-prompt__dialog .dialog__actions{min-width:calc(100% - 12px);justify-content:space-between}","",{version:3,sources:["webpack://./core/src/components/LegacyDialogPrompt.vue"],names:[],mappings:"AAEC,sCACC,oBAAA,CAGD,uCACC,kBAAA,CAIF,0DACC,2BAAA,CACA,6BAAA",sourcesContent:["\n.legacy-prompt {\n\t&__text {\n\t\tmargin-block: 0 .75em;\n\t}\n\n\t&__input {\n\t\tmargin-block: 0 1em;\n\t}\n}\n\n:deep(.legacy-prompt__dialog .dialog__actions) {\n\tmin-width: calc(100% - 12px);\n\tjustify-content: space-between;\n}\n"],sourceRoot:""}]);const i=l}}]);
//# sourceMappingURL=9293-9293.js.map?v=507f853c39ec2f8c2261

View file

@ -32,7 +32,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.4.0
- license: GPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2

File diff suppressed because one or more lines are too long

4
dist/9491-9491.js vendored
View file

@ -1,2 +1,2 @@
"use strict";(self.webpackChunknextcloud=self.webpackChunknextcloud||[]).push([[9491],{9491:(e,t,n)=>{n.d(t,{default:()=>b});var o=n(85471),r=n(21777),i=n(53334),s=n(40083),a=n(77764);const l=(0,o.pM)({__name:"FilesHeaderNoteToRecipient",setup(e,t){let{expose:n}=t;const l=(0,o.KR)(),d=(0,o.EW)((()=>l.value?.attributes.note??"")),c=(0,o.EW)((()=>l.value?.attributes["owner-display-name"]??"")),p=(0,o.EW)((()=>{const e=l.value?.owner;return e!==(0,r.HW)()?.uid?{id:e,displayName:c.value}:null}));function u(e){l.value=e}return n({updateFolder:u}),{__sfc:!0,folder:l,note:d,displayName:c,user:p,updateFolder:u,t:i.t,NcNoteCard:s.A,NcUserBubble:a.A}}});var d=n(85072),c=n.n(d),p=n(97825),u=n.n(p),A=n(77659),m=n.n(A),f=n(55056),_=n.n(f),v=n(10540),h=n.n(v),N=n(41113),C=n.n(N),g=n(22589),x={};x.styleTagTransform=C(),x.setAttributes=_(),x.insert=m().bind(null,"head"),x.domAPI=u(),x.insertStyleElement=h(),c()(g.A,x),g.A&&g.A.locals&&g.A.locals;const b=(0,n(14486).A)(l,(function(){var e=this,t=e._self._c,n=e._self._setupProxy;return n.note.length>0?t(n.NcNoteCard,{staticClass:"note-to-recipient",attrs:{type:"info"}},[n.displayName?t("p",{staticClass:"note-to-recipient__heading"},[e._v("\n\t\t"+e._s(n.t("files_sharing","Note from"))+"\n\t\t"),t(n.NcUserBubble,{attrs:{user:n.user.id,"display-name":n.user.displayName}})],1):t("p",{staticClass:"note-to-recipient__heading"},[e._v("\n\t\t"+e._s(n.t("files_sharing","Note:"))+"\n\t")]),e._v(" "),t("p",{staticClass:"note-to-recipient__text",domProps:{textContent:e._s(n.note)}})]):e._e()}),[],!1,null,"df1991cc",null).exports},22589:(e,t,n)=>{n.d(t,{A:()=>a});var o=n(71354),r=n.n(o),i=n(76314),s=n.n(i)()(r());s.push([e.id,"\n.note-to-recipient[data-v-df1991cc] {\n\tmargin-inline: var(--row-height)\n}\n.note-to-recipient__text[data-v-df1991cc] {\n\t/* respect new lines */\n\twhite-space: pre-line;\n}\n.note-to-recipient__heading[data-v-df1991cc] {\n\tfont-weight: bold;\n}\n@media screen and (max-width: 512px) {\n.note-to-recipient[data-v-df1991cc] {\n\t\tmargin-inline: var(--default-grid-baseline);\n}\n}\n","",{version:3,sources:["webpack://./apps/files_sharing/src/views/FilesHeaderNoteToRecipient.vue"],names:[],mappings:";AAsDA;CACA;AACA;AAEA;CACA,sBAAA;CACA,qBAAA;AACA;AAEA;CACA,iBAAA;AACA;AAEA;AACA;EACA,2CAAA;AACA;AACA",sourcesContent:["\x3c!--\n - SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors\n - SPDX-License-Identifier: AGPL-3.0-or-later\n--\x3e\n<template>\n\t<NcNoteCard v-if=\"note.length > 0\"\n\t\tclass=\"note-to-recipient\"\n\t\ttype=\"info\">\n\t\t<p v-if=\"displayName\" class=\"note-to-recipient__heading\">\n\t\t\t{{ t('files_sharing', 'Note from') }}\n\t\t\t<NcUserBubble :user=\"user.id\" :display-name=\"user.displayName\" />\n\t\t</p>\n\t\t<p v-else class=\"note-to-recipient__heading\">\n\t\t\t{{ t('files_sharing', 'Note:') }}\n\t\t</p>\n\t\t<p class=\"note-to-recipient__text\" v-text=\"note\" />\n\t</NcNoteCard>\n</template>\n\n<script setup lang=\"ts\">\nimport type { Folder } from '@nextcloud/files'\nimport { getCurrentUser } from '@nextcloud/auth'\nimport { t } from '@nextcloud/l10n'\nimport { computed, ref } from 'vue'\n\nimport NcNoteCard from '@nextcloud/vue/components/NcNoteCard'\nimport NcUserBubble from '@nextcloud/vue/components/NcUserBubble'\n\nconst folder = ref<Folder>()\nconst note = computed<string>(() => folder.value?.attributes.note ?? '')\nconst displayName = computed<string>(() => folder.value?.attributes['owner-display-name'] ?? '')\nconst user = computed(() => {\n\tconst id = folder.value?.owner\n\tif (id !== getCurrentUser()?.uid) {\n\t\treturn {\n\t\t\tid,\n\t\t\tdisplayName: displayName.value,\n\t\t}\n\t}\n\treturn null\n})\n\n/**\n * Update the current folder\n * @param newFolder the new folder to show note for\n */\nfunction updateFolder(newFolder: Folder) {\n\tfolder.value = newFolder\n}\n\ndefineExpose({ updateFolder })\n<\/script>\n\n<style scoped>\n.note-to-recipient {\n\tmargin-inline: var(--row-height)\n}\n\n.note-to-recipient__text {\n\t/* respect new lines */\n\twhite-space: pre-line;\n}\n\n.note-to-recipient__heading {\n\tfont-weight: bold;\n}\n\n@media screen and (max-width: 512px) {\n\t.note-to-recipient {\n\t\tmargin-inline: var(--default-grid-baseline);\n\t}\n}\n</style>\n"],sourceRoot:""}]);const a=s}}]);
//# sourceMappingURL=9491-9491.js.map?v=4fe60020eefb74ad0813
"use strict";(self.webpackChunknextcloud=self.webpackChunknextcloud||[]).push([[9491],{9491:(e,t,n)=>{n.d(t,{default:()=>b});var o=n(85471),r=n(21777),i=n(53334),s=n(40083),a=n(77764);const l=(0,o.pM)({__name:"FilesHeaderNoteToRecipient",setup(e,t){let{expose:n}=t;const l=(0,o.KR)(),d=(0,o.EW)(()=>l.value?.attributes.note??""),c=(0,o.EW)(()=>l.value?.attributes["owner-display-name"]??""),p=(0,o.EW)(()=>{const e=l.value?.owner;return e!==(0,r.HW)()?.uid?{id:e,displayName:c.value}:null});function u(e){l.value=e}return n({updateFolder:u}),{__sfc:!0,folder:l,note:d,displayName:c,user:p,updateFolder:u,t:i.t,NcNoteCard:s.A,NcUserBubble:a.A}}});var d=n(85072),c=n.n(d),p=n(97825),u=n.n(p),A=n(77659),m=n.n(A),f=n(55056),_=n.n(f),v=n(10540),h=n.n(v),N=n(41113),C=n.n(N),g=n(22589),x={};x.styleTagTransform=C(),x.setAttributes=_(),x.insert=m().bind(null,"head"),x.domAPI=u(),x.insertStyleElement=h(),c()(g.A,x),g.A&&g.A.locals&&g.A.locals;const b=(0,n(14486).A)(l,function(){var e=this,t=e._self._c,n=e._self._setupProxy;return n.note.length>0?t(n.NcNoteCard,{staticClass:"note-to-recipient",attrs:{type:"info"}},[n.displayName?t("p",{staticClass:"note-to-recipient__heading"},[e._v("\n\t\t"+e._s(n.t("files_sharing","Note from"))+"\n\t\t"),t(n.NcUserBubble,{attrs:{user:n.user.id,"display-name":n.user.displayName}})],1):t("p",{staticClass:"note-to-recipient__heading"},[e._v("\n\t\t"+e._s(n.t("files_sharing","Note:"))+"\n\t")]),e._v(" "),t("p",{staticClass:"note-to-recipient__text",domProps:{textContent:e._s(n.note)}})]):e._e()},[],!1,null,"df1991cc",null).exports},22589:(e,t,n)=>{n.d(t,{A:()=>a});var o=n(71354),r=n.n(o),i=n(76314),s=n.n(i)()(r());s.push([e.id,"\n.note-to-recipient[data-v-df1991cc] {\n\tmargin-inline: var(--row-height)\n}\n.note-to-recipient__text[data-v-df1991cc] {\n\t/* respect new lines */\n\twhite-space: pre-line;\n}\n.note-to-recipient__heading[data-v-df1991cc] {\n\tfont-weight: bold;\n}\n@media screen and (max-width: 512px) {\n.note-to-recipient[data-v-df1991cc] {\n\t\tmargin-inline: var(--default-grid-baseline);\n}\n}\n","",{version:3,sources:["webpack://./apps/files_sharing/src/views/FilesHeaderNoteToRecipient.vue"],names:[],mappings:";AAsDA;CACA;AACA;AAEA;CACA,sBAAA;CACA,qBAAA;AACA;AAEA;CACA,iBAAA;AACA;AAEA;AACA;EACA,2CAAA;AACA;AACA",sourcesContent:["\x3c!--\n - SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors\n - SPDX-License-Identifier: AGPL-3.0-or-later\n--\x3e\n<template>\n\t<NcNoteCard v-if=\"note.length > 0\"\n\t\tclass=\"note-to-recipient\"\n\t\ttype=\"info\">\n\t\t<p v-if=\"displayName\" class=\"note-to-recipient__heading\">\n\t\t\t{{ t('files_sharing', 'Note from') }}\n\t\t\t<NcUserBubble :user=\"user.id\" :display-name=\"user.displayName\" />\n\t\t</p>\n\t\t<p v-else class=\"note-to-recipient__heading\">\n\t\t\t{{ t('files_sharing', 'Note:') }}\n\t\t</p>\n\t\t<p class=\"note-to-recipient__text\" v-text=\"note\" />\n\t</NcNoteCard>\n</template>\n\n<script setup lang=\"ts\">\nimport type { Folder } from '@nextcloud/files'\nimport { getCurrentUser } from '@nextcloud/auth'\nimport { t } from '@nextcloud/l10n'\nimport { computed, ref } from 'vue'\n\nimport NcNoteCard from '@nextcloud/vue/components/NcNoteCard'\nimport NcUserBubble from '@nextcloud/vue/components/NcUserBubble'\n\nconst folder = ref<Folder>()\nconst note = computed<string>(() => folder.value?.attributes.note ?? '')\nconst displayName = computed<string>(() => folder.value?.attributes['owner-display-name'] ?? '')\nconst user = computed(() => {\n\tconst id = folder.value?.owner\n\tif (id !== getCurrentUser()?.uid) {\n\t\treturn {\n\t\t\tid,\n\t\t\tdisplayName: displayName.value,\n\t\t}\n\t}\n\treturn null\n})\n\n/**\n * Update the current folder\n * @param newFolder the new folder to show note for\n */\nfunction updateFolder(newFolder: Folder) {\n\tfolder.value = newFolder\n}\n\ndefineExpose({ updateFolder })\n<\/script>\n\n<style scoped>\n.note-to-recipient {\n\tmargin-inline: var(--row-height)\n}\n\n.note-to-recipient__text {\n\t/* respect new lines */\n\twhite-space: pre-line;\n}\n\n.note-to-recipient__heading {\n\tfont-weight: bold;\n}\n\n@media screen and (max-width: 512px) {\n\t.note-to-recipient {\n\t\tmargin-inline: var(--default-grid-baseline);\n\t}\n}\n</style>\n"],sourceRoot:""}]);const a=s}}]);
//# sourceMappingURL=9491-9491.js.map?v=61aa7e0393cee7c4d15e

View file

@ -44,7 +44,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.2.0
- license: GPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -77,7 +77,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.3.1
- license: AGPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
@ -101,7 +101,7 @@ This file is generated from multiple sources. Included packages:
- version: 8.29.1
- license: AGPL-3.0-or-later
- @vue/devtools-api
- version: 6.6.3
- version: 6.6.4
- license: MIT
- @vueuse/components
- version: 11.3.0
@ -181,9 +181,6 @@ This file is generated from multiple sources. Included packages:
- events
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 4.5.3
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
- license: MIT
@ -230,7 +227,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.4
- license: ISC
- is-arguments
- version: 1.1.1
- version: 1.2.0
- license: MIT
- is-buffer
- version: 1.1.6
@ -239,7 +236,10 @@ This file is generated from multiple sources. Included packages:
- version: 1.2.7
- license: MIT
- is-generator-function
- version: 1.0.10
- version: 1.1.0
- license: MIT
- is-regex
- version: 1.2.1
- license: MIT
- is-typed-array
- version: 1.1.15
@ -281,7 +281,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.3.1
- license: MIT
- possible-typed-array-names
- version: 1.0.0
- version: 1.1.0
- license: MIT
- process
- version: 0.11.10
@ -290,7 +290,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.4.1
- license: MIT
- qs
- version: 6.13.0
- version: 6.14.0
- license: BSD-3-Clause
- querystringify
- version: 2.2.0
@ -301,6 +301,9 @@ This file is generated from multiple sources. Included packages:
- safe-buffer
- version: 5.2.1
- license: MIT
- safe-regex-test
- version: 1.1.0
- license: MIT
- set-function-length
- version: 1.2.2
- license: MIT
@ -334,9 +337,6 @@ This file is generated from multiple sources. Included packages:
- striptags
- version: 3.2.0
- license: MIT
- strnum
- version: 1.1.2
- license: MIT
- style-loader
- version: 4.0.0
- license: MIT
@ -385,11 +385,17 @@ This file is generated from multiple sources. Included packages:
- vue
- version: 2.7.16
- license: MIT
- fast-xml-parser
- version: 4.5.3
- license: MIT
- strnum
- version: 1.1.2
- license: MIT
- webdav
- version: 5.8.0
- license: MIT
- webpack
- version: 5.101.2
- version: 5.101.3
- license: MIT
- which-typed-array
- version: 1.1.19

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -54,7 +54,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.4.0
- license: GPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
@ -75,7 +75,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.1
- license: GPL-3.0-or-later
- @vue/devtools-api
- version: 6.6.3
- version: 6.6.4
- license: MIT
- available-typed-arrays
- version: 1.0.7
@ -140,9 +140,6 @@ This file is generated from multiple sources. Included packages:
- events
- version: 3.3.0
- license: MIT
- fast-xml-parser
- version: 4.5.3
- license: MIT
- for-each
- version: 0.3.5
- license: MIT
@ -183,7 +180,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.4
- license: ISC
- is-arguments
- version: 1.1.1
- version: 1.2.0
- license: MIT
- is-buffer
- version: 1.1.6
@ -192,7 +189,10 @@ This file is generated from multiple sources. Included packages:
- version: 1.2.7
- license: MIT
- is-generator-function
- version: 1.0.10
- version: 1.1.0
- license: MIT
- is-regex
- version: 1.2.1
- license: MIT
- is-typed-array
- version: 1.1.15
@ -228,7 +228,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.3.1
- license: MIT
- possible-typed-array-names
- version: 1.0.0
- version: 1.1.0
- license: MIT
- process
- version: 0.11.10
@ -237,7 +237,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.4.1
- license: MIT
- qs
- version: 6.13.0
- version: 6.14.0
- license: BSD-3-Clause
- querystringify
- version: 2.2.0
@ -248,6 +248,9 @@ This file is generated from multiple sources. Included packages:
- safe-buffer
- version: 5.2.1
- license: MIT
- safe-regex-test
- version: 1.1.0
- license: MIT
- set-function-length
- version: 1.2.2
- license: MIT
@ -278,9 +281,6 @@ This file is generated from multiple sources. Included packages:
- string_decoder
- version: 1.3.0
- license: MIT
- strnum
- version: 1.1.2
- license: MIT
- url-join
- version: 5.0.0
- license: MIT
@ -299,11 +299,17 @@ This file is generated from multiple sources. Included packages:
- vue
- version: 2.7.16
- license: MIT
- fast-xml-parser
- version: 4.5.3
- license: MIT
- strnum
- version: 1.1.2
- license: MIT
- webdav
- version: 5.8.0
- license: MIT
- webpack
- version: 5.101.2
- version: 5.101.3
- license: MIT
- which-typed-array
- version: 1.1.19

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -35,7 +35,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.2.0
- license: GPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
@ -104,7 +104,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.1.1
- license: MIT
- webpack
- version: 5.101.2
- version: 5.101.3
- license: MIT
- nextcloud
- version: 1.0.0

File diff suppressed because one or more lines are too long

View file

@ -1,2 +1,2 @@
(()=>{"use strict";var e,r={78038:(e,r,n)=>{var o=n(63814),t=n(21777),i=n(35947);const d=null===(l=(0,t.HW)())?(0,i.YK)().setApp("core").build():(0,i.YK)().setApp("core").setUid(l.uid).build();var l;(0,i.YK)().setApp("unified-search").detectUser().build(),window.addEventListener("DOMContentLoaded",(async()=>{try{d.debug("Running web cron"),await window.fetch(`${(0,o.aU)()}/cron.php`),d.debug("Web cron successfull")}catch(e){d.debug("Running web cron failed",{error:e})}}))}},n={};function o(e){var t=n[e];if(void 0!==t)return t.exports;var i=n[e]={id:e,loaded:!1,exports:{}};return r[e].call(i.exports,i,i.exports,o),i.loaded=!0,i.exports}o.m=r,e=[],o.O=(r,n,t,i)=>{if(!n){var d=1/0;for(c=0;c<e.length;c++){n=e[c][0],t=e[c][1],i=e[c][2];for(var l=!0,a=0;a<n.length;a++)(!1&i||d>=i)&&Object.keys(o.O).every((e=>o.O[e](n[a])))?n.splice(a--,1):(l=!1,i<d&&(d=i));if(l){e.splice(c--,1);var u=t();void 0!==u&&(r=u)}}return r}i=i||0;for(var c=e.length;c>0&&e[c-1][2]>i;c--)e[c]=e[c-1];e[c]=[n,t,i]},o.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return o.d(r,{a:r}),r},o.d=(e,r)=>{for(var n in r)o.o(r,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},o.e=()=>Promise.resolve(),o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),o.j=5438,(()=>{o.b=document.baseURI||self.location.href;var e={5438:0};o.O.j=r=>0===e[r];var r=(r,n)=>{var t,i,d=n[0],l=n[1],a=n[2],u=0;if(d.some((r=>0!==e[r]))){for(t in l)o.o(l,t)&&(o.m[t]=l[t]);if(a)var c=a(o)}for(r&&r(n);u<d.length;u++)i=d[u],o.o(e,i)&&e[i]&&e[i][0](),e[i]=0;return o.O(c)},n=self.webpackChunknextcloud=self.webpackChunknextcloud||[];n.forEach(r.bind(null,0)),n.push=r.bind(null,n.push.bind(n))})(),o.nc=void 0;var t=o.O(void 0,[4208],(()=>o(78038)));t=o.O(t)})();
//# sourceMappingURL=core-ajax-cron.js.map?v=11deaa9ea0885dd30276
(()=>{"use strict";var e,r={78038:(e,r,n)=>{var o=n(63814),t=n(21777),i=n(35947);const d=null===(l=(0,t.HW)())?(0,i.YK)().setApp("core").build():(0,i.YK)().setApp("core").setUid(l.uid).build();var l;(0,i.YK)().setApp("unified-search").detectUser().build(),window.addEventListener("DOMContentLoaded",async()=>{try{d.debug("Running web cron"),await window.fetch(`${(0,o.aU)()}/cron.php`),d.debug("Web cron successfull")}catch(e){d.debug("Running web cron failed",{error:e})}})}},n={};function o(e){var t=n[e];if(void 0!==t)return t.exports;var i=n[e]={id:e,loaded:!1,exports:{}};return r[e].call(i.exports,i,i.exports,o),i.loaded=!0,i.exports}o.m=r,e=[],o.O=(r,n,t,i)=>{if(!n){var d=1/0;for(c=0;c<e.length;c++){n=e[c][0],t=e[c][1],i=e[c][2];for(var l=!0,a=0;a<n.length;a++)(!1&i||d>=i)&&Object.keys(o.O).every(e=>o.O[e](n[a]))?n.splice(a--,1):(l=!1,i<d&&(d=i));if(l){e.splice(c--,1);var u=t();void 0!==u&&(r=u)}}return r}i=i||0;for(var c=e.length;c>0&&e[c-1][2]>i;c--)e[c]=e[c-1];e[c]=[n,t,i]},o.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return o.d(r,{a:r}),r},o.d=(e,r)=>{for(var n in r)o.o(r,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},o.e=()=>Promise.resolve(),o.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),o.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),o.j=5438,(()=>{o.b=document.baseURI||self.location.href;var e={5438:0};o.O.j=r=>0===e[r];var r=(r,n)=>{var t,i,d=n[0],l=n[1],a=n[2],u=0;if(d.some(r=>0!==e[r])){for(t in l)o.o(l,t)&&(o.m[t]=l[t]);if(a)var c=a(o)}for(r&&r(n);u<d.length;u++)i=d[u],o.o(e,i)&&e[i]&&e[i][0](),e[i]=0;return o.O(c)},n=self.webpackChunknextcloud=self.webpackChunknextcloud||[];n.forEach(r.bind(null,0)),n.push=r.bind(null,n.push.bind(n))})(),o.nc=void 0;var t=o.O(void 0,[4208],()=>o(78038));t=o.O(t)})();
//# sourceMappingURL=core-ajax-cron.js.map?v=aef0cf4c11e1019b379a

View file

@ -17,7 +17,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.4.0
- license: GPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
@ -32,7 +32,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.11.10
- license: MIT
- webpack
- version: 5.101.2
- version: 5.101.3
- license: MIT
- nextcloud
- version: 1.0.0

File diff suppressed because one or more lines are too long

4
dist/core-common.js vendored

File diff suppressed because one or more lines are too long

View file

@ -93,13 +93,13 @@ SPDX-FileCopyrightText: @nextcloud/dialogs developers
This file is generated from multiple sources. Included packages:
- @babel/runtime
- version: 7.26.10
- version: 7.28.3
- license: MIT
- @floating-ui/core
- version: 1.6.5
- version: 1.7.3
- license: MIT
- @floating-ui/utils
- version: 0.2.5
- version: 0.2.10
- license: MIT
- @linusborg/vue-simple-portal
- version: 0.1.5
@ -138,7 +138,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.3.1
- license: AGPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
@ -186,10 +186,10 @@ This file is generated from multiple sources. Included packages:
- version: 8.29.1
- license: AGPL-3.0-or-later
- @ungap/structured-clone
- version: 1.2.0
- version: 1.3.0
- license: ISC
- @vue/devtools-api
- version: 6.6.3
- version: 6.6.4
- license: MIT
- @vueuse/components
- version: 11.3.0
@ -249,7 +249,7 @@ This file is generated from multiple sources. Included packages:
- version: 4.3.1
- license: MIT
- char-regex
- version: 2.0.1
- version: 2.0.2
- license: MIT
- charenc
- version: 0.0.2
@ -270,7 +270,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.2.0
- license: MIT
- decode-named-character-reference
- version: 1.1.0
- version: 1.2.0
- license: MIT
- define-data-property
- version: 1.1.4
@ -305,9 +305,6 @@ This file is generated from multiple sources. Included packages:
- extend
- version: 3.0.2
- license: MIT
- fast-xml-parser
- version: 4.5.3
- license: MIT
- filter-obj
- version: 5.1.0
- license: MIT
@ -363,7 +360,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.0.0
- license: MIT
- ical.js
- version: 2.1.0
- version: 2.2.1
- license: MPL-2.0
- ieee754
- version: 1.2.1
@ -378,7 +375,7 @@ This file is generated from multiple sources. Included packages:
- version: 4.0.1
- license: MIT
- is-arguments
- version: 1.1.1
- version: 1.2.0
- license: MIT
- is-buffer
- version: 1.1.6
@ -387,7 +384,10 @@ This file is generated from multiple sources. Included packages:
- version: 1.2.7
- license: MIT
- is-generator-function
- version: 1.0.10
- version: 1.1.0
- license: MIT
- is-regex
- version: 1.2.1
- license: MIT
- is-retry-allowed
- version: 2.2.0
@ -420,7 +420,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.0
- license: MIT
- mdast-util-find-and-replace
- version: 3.0.1
- version: 3.0.2
- license: MIT
- mdast-util-from-markdown
- version: 2.0.2
@ -453,7 +453,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- micromark-util-character
- version: 2.1.0
- version: 2.1.1
- license: MIT
- micromark-util-chunked
- version: 2.0.1
@ -471,7 +471,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- micromark-util-encode
- version: 2.0.0
- version: 2.0.1
- license: MIT
- micromark-util-html-tag-name
- version: 2.0.1
@ -483,7 +483,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.0.1
- license: MIT
- micromark-util-sanitize-uri
- version: 2.0.0
- version: 2.0.1
- license: MIT
- micromark-util-subtokenize
- version: 2.1.0
@ -531,7 +531,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.3.1
- license: MIT
- possible-typed-array-names
- version: 1.0.0
- version: 1.1.0
- license: MIT
- process
- version: 0.11.10
@ -543,7 +543,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.4.1
- license: MIT
- qs
- version: 6.13.0
- version: 6.14.0
- license: BSD-3-Clause
- query-string
- version: 9.2.2
@ -564,7 +564,7 @@ This file is generated from multiple sources. Included packages:
- version: 11.0.0
- license: MIT
- remark-rehype
- version: 11.1.0
- version: 11.1.2
- license: MIT
- remark-unlink-protocols
- version: 1.0.0
@ -575,6 +575,9 @@ This file is generated from multiple sources. Included packages:
- safe-buffer
- version: 5.2.1
- license: MIT
- safe-regex-test
- version: 1.1.0
- license: MIT
- set-function-length
- version: 1.2.2
- license: MIT
@ -617,9 +620,6 @@ This file is generated from multiple sources. Included packages:
- striptags
- version: 3.2.0
- license: MIT
- strnum
- version: 1.1.2
- license: MIT
- style-loader
- version: 4.0.0
- license: MIT
@ -681,13 +681,13 @@ This file is generated from multiple sources. Included packages:
- version: 2.1.3
- license: MIT
- vfile-message
- version: 4.0.2
- version: 4.0.3
- license: MIT
- vfile
- version: 6.0.2
- version: 6.0.3
- license: MIT
- vue-color
- version: 2.8.1
- version: 2.8.2
- license: MIT
- vue-frag
- version: 1.4.3
@ -710,6 +710,12 @@ This file is generated from multiple sources. Included packages:
- web-namespaces
- version: 2.0.1
- license: MIT
- fast-xml-parser
- version: 4.5.3
- license: MIT
- strnum
- version: 1.1.2
- license: MIT
- webdav
- version: 5.8.0
- license: MIT

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -10,7 +10,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.0.3
- license: MIT
- webpack
- version: 5.101.2
- version: 5.101.3
- license: MIT
- nextcloud
- version: 1.0.0

File diff suppressed because one or more lines are too long

View file

@ -1,2 +1,2 @@
!function(t){const i=function(t){const i=this;_.each(t,(function(t,e){_.isFunction(t)||(i[e]=t)})),_.isUndefined(this.id)||(this.id=parseInt(t.id,10)),this.path=t.path||"","dir"===this.type?this.mimetype="httpd/unix-directory":this.mimetype=this.mimetype||"application/octet-stream",this.type||("httpd/unix-directory"===this.mimetype?this.type="dir":this.type="file")};i.prototype={id:null,name:null,path:null,mimetype:null,icon:null,type:null,permissions:null,mtime:null,etag:null,mountType:null,hasPreview:!0,sharePermissions:null,shareAttributes:[],quotaAvailableBytes:-1,canDownload:function(){for(const t in this.shareAttributes){const i=this.shareAttributes[t];if("permissions"===i.scope&&"download"===i.key)return!0===i.value}return!0}},t.Files||(t.Files={}),t.Files.FileInfo=i}(OC);
//# sourceMappingURL=core-files_fileinfo.js.map?v=16f4586b2c1226dce4bb
!function(t){const i=function(t){const i=this;_.each(t,function(t,e){_.isFunction(t)||(i[e]=t)}),_.isUndefined(this.id)||(this.id=parseInt(t.id,10)),this.path=t.path||"","dir"===this.type?this.mimetype="httpd/unix-directory":this.mimetype=this.mimetype||"application/octet-stream",this.type||("httpd/unix-directory"===this.mimetype?this.type="dir":this.type="file")};i.prototype={id:null,name:null,path:null,mimetype:null,icon:null,type:null,permissions:null,mtime:null,etag:null,mountType:null,hasPreview:!0,sharePermissions:null,shareAttributes:[],quotaAvailableBytes:-1,canDownload:function(){for(const t in this.shareAttributes){const i=this.shareAttributes[t];if("permissions"===i.scope&&"download"===i.key)return!0===i.value}return!0}},t.Files||(t.Files={}),t.Files.FileInfo=i}(OC);
//# sourceMappingURL=core-files_fileinfo.js.map?v=46d528199dd0208c86c7

View file

@ -1 +1 @@
{"version":3,"file":"core-files_fileinfo.js?v=16f4586b2c1226dce4bb","mappings":"CAOA,SAAUA,GAUT,MAAMC,EAAW,SAASC,GACzB,MAAMC,EAAOC,KACbC,EAAEC,KAAKJ,GAAM,SAASK,EAAOC,GACvBH,EAAEI,WAAWF,KACjBJ,EAAKK,GAAOD,EAEd,IAEKF,EAAEK,YAAYN,KAAKO,MACvBP,KAAKO,GAAKC,SAASV,EAAKS,GAAI,KAI7BP,KAAKS,KAAOX,EAAKW,MAAQ,GAEP,QAAdT,KAAKU,KACRV,KAAKW,SAAW,uBAEhBX,KAAKW,SAAWX,KAAKW,UAAY,2BAG7BX,KAAKU,OACa,yBAAlBV,KAAKW,SACRX,KAAKU,KAAO,MAEZV,KAAKU,KAAO,OAGf,EAKAb,EAASe,UAAY,CAMpBL,GAAI,KAOJM,KAAM,KAQNJ,KAAM,KAONE,SAAU,KASVG,KAAM,KAQNJ,KAAM,KAQNK,YAAa,KAObC,MAAO,KAOPC,KAAM,KASNC,UAAW,KAKXC,YAAY,EAKZC,iBAAkB,KAKlBC,gBAAiB,GAEjBC,qBAAsB,EAEtBC,YAAa,WACZ,IAAK,MAAMC,KAAKxB,KAAKqB,gBAAiB,CACrC,MAAMI,EAAOzB,KAAKqB,gBAAgBG,GAClC,GAAmB,gBAAfC,EAAKC,OAAwC,aAAbD,EAAKrB,IACxC,OAAsB,IAAfqB,EAAKtB,KAEd,CAEA,OAAO,CACR,GAGIP,EAAG+B,QACP/B,EAAG+B,MAAQ,CAAC,GAEb/B,EAAG+B,MAAM9B,SAAWA,CACpB,CA1JD,CA0JGD","sources":["webpack:///nextcloud/core/src/files/fileinfo.js"],"sourcesContent":["/**\n * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors\n * SPDX-FileCopyrightText: 2016 ownCloud, Inc.\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/* eslint-disable */\n(function(OC) {\n\n\t/**\n\t * @class OC.Files.FileInfo\n\t * @classdesc File information\n\t *\n\t * @param {Object} data file data, see attributes for details\n\t *\n\t * @since 8.2\n\t */\n\tconst FileInfo = function(data) {\n\t\tconst self = this\n\t\t_.each(data, function(value, key) {\n\t\t\tif (!_.isFunction(value)) {\n\t\t\t\tself[key] = value\n\t\t\t}\n\t\t})\n\n\t\tif (!_.isUndefined(this.id)) {\n\t\t\tthis.id = parseInt(data.id, 10)\n\t\t}\n\n\t\t// TODO: normalize path\n\t\tthis.path = data.path || ''\n\n\t\tif (this.type === 'dir') {\n\t\t\tthis.mimetype = 'httpd/unix-directory'\n\t\t} else {\n\t\t\tthis.mimetype = this.mimetype || 'application/octet-stream'\n\t\t}\n\n\t\tif (!this.type) {\n\t\t\tif (this.mimetype === 'httpd/unix-directory') {\n\t\t\t\tthis.type = 'dir'\n\t\t\t} else {\n\t\t\t\tthis.type = 'file'\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * @memberof OC.Files\n\t */\n\tFileInfo.prototype = {\n\t\t/**\n\t\t * File id\n\t\t *\n\t\t * @type int\n\t\t */\n\t\tid: null,\n\n\t\t/**\n\t\t * File name\n\t\t *\n\t\t * @type String\n\t\t */\n\t\tname: null,\n\n\t\t/**\n\t\t * Path leading to the file, without the file name,\n\t\t * and with a leading slash.\n\t\t *\n\t\t * @type String\n\t\t */\n\t\tpath: null,\n\n\t\t/**\n\t\t * Mime type\n\t\t *\n\t\t * @type String\n\t\t */\n\t\tmimetype: null,\n\n\t\t/**\n\t\t * Icon URL.\n\t\t *\n\t\t * Can be used to override the mime type icon.\n\t\t *\n\t\t * @type String\n\t\t */\n\t\ticon: null,\n\n\t\t/**\n\t\t * File type. 'file' for files, 'dir' for directories.\n\t\t *\n\t\t * @type String\n\t\t * @deprecated rely on mimetype instead\n\t\t */\n\t\ttype: null,\n\n\t\t/**\n\t\t * Permissions.\n\t\t *\n\t\t * @see OC#PERMISSION_ALL for permissions\n\t\t * @type int\n\t\t */\n\t\tpermissions: null,\n\n\t\t/**\n\t\t * Modification time\n\t\t *\n\t\t * @type int\n\t\t */\n\t\tmtime: null,\n\n\t\t/**\n\t\t * Etag\n\t\t *\n\t\t * @type String\n\t\t */\n\t\tetag: null,\n\n\t\t/**\n\t\t * Mount type.\n\t\t *\n\t\t * One of null, \"external-root\", \"shared\" or \"shared-root\"\n\t\t *\n\t\t * @type string\n\t\t */\n\t\tmountType: null,\n\n\t\t/**\n\t\t * @type boolean\n\t\t */\n\t\thasPreview: true,\n\n\t\t/**\n\t\t * @type int\n\t\t */\n\t\tsharePermissions: null,\n\n\t\t/**\n\t\t * @type Array\n\t\t */\n\t\tshareAttributes: [],\n\n\t\tquotaAvailableBytes: -1,\n\n\t\tcanDownload: function() {\n\t\t\tfor (const i in this.shareAttributes) {\n\t\t\t\tconst attr = this.shareAttributes[i]\n\t\t\t\tif (attr.scope === 'permissions' && attr.key === 'download') {\n\t\t\t\t\treturn attr.value === true\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn true\n\t\t},\n\t}\n\n\tif (!OC.Files) {\n\t\tOC.Files = {}\n\t}\n\tOC.Files.FileInfo = FileInfo\n})(OC)\n"],"names":["OC","FileInfo","data","self","this","_","each","value","key","isFunction","isUndefined","id","parseInt","path","type","mimetype","prototype","name","icon","permissions","mtime","etag","mountType","hasPreview","sharePermissions","shareAttributes","quotaAvailableBytes","canDownload","i","attr","scope","Files"],"sourceRoot":""}
{"version":3,"file":"core-files_fileinfo.js?v=46d528199dd0208c86c7","mappings":"CAOA,SAAUA,GAUT,MAAMC,EAAW,SAASC,GACzB,MAAMC,EAAOC,KACbC,EAAEC,KAAKJ,EAAM,SAASK,EAAOC,GACvBH,EAAEI,WAAWF,KACjBJ,EAAKK,GAAOD,EAEd,GAEKF,EAAEK,YAAYN,KAAKO,MACvBP,KAAKO,GAAKC,SAASV,EAAKS,GAAI,KAI7BP,KAAKS,KAAOX,EAAKW,MAAQ,GAEP,QAAdT,KAAKU,KACRV,KAAKW,SAAW,uBAEhBX,KAAKW,SAAWX,KAAKW,UAAY,2BAG7BX,KAAKU,OACa,yBAAlBV,KAAKW,SACRX,KAAKU,KAAO,MAEZV,KAAKU,KAAO,OAGf,EAKAb,EAASe,UAAY,CAMpBL,GAAI,KAOJM,KAAM,KAQNJ,KAAM,KAONE,SAAU,KASVG,KAAM,KAQNJ,KAAM,KAQNK,YAAa,KAObC,MAAO,KAOPC,KAAM,KASNC,UAAW,KAKXC,YAAY,EAKZC,iBAAkB,KAKlBC,gBAAiB,GAEjBC,qBAAsB,EAEtBC,YAAa,WACZ,IAAK,MAAMC,KAAKxB,KAAKqB,gBAAiB,CACrC,MAAMI,EAAOzB,KAAKqB,gBAAgBG,GAClC,GAAmB,gBAAfC,EAAKC,OAAwC,aAAbD,EAAKrB,IACxC,OAAsB,IAAfqB,EAAKtB,KAEd,CAEA,OAAO,CACR,GAGIP,EAAG+B,QACP/B,EAAG+B,MAAQ,CAAC,GAEb/B,EAAG+B,MAAM9B,SAAWA,CACpB,CA1JD,CA0JGD","sources":["webpack:///nextcloud/core/src/files/fileinfo.js"],"sourcesContent":["/**\n * SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors\n * SPDX-FileCopyrightText: 2016 ownCloud, Inc.\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\n\n/* eslint-disable */\n(function(OC) {\n\n\t/**\n\t * @class OC.Files.FileInfo\n\t * @classdesc File information\n\t *\n\t * @param {Object} data file data, see attributes for details\n\t *\n\t * @since 8.2\n\t */\n\tconst FileInfo = function(data) {\n\t\tconst self = this\n\t\t_.each(data, function(value, key) {\n\t\t\tif (!_.isFunction(value)) {\n\t\t\t\tself[key] = value\n\t\t\t}\n\t\t})\n\n\t\tif (!_.isUndefined(this.id)) {\n\t\t\tthis.id = parseInt(data.id, 10)\n\t\t}\n\n\t\t// TODO: normalize path\n\t\tthis.path = data.path || ''\n\n\t\tif (this.type === 'dir') {\n\t\t\tthis.mimetype = 'httpd/unix-directory'\n\t\t} else {\n\t\t\tthis.mimetype = this.mimetype || 'application/octet-stream'\n\t\t}\n\n\t\tif (!this.type) {\n\t\t\tif (this.mimetype === 'httpd/unix-directory') {\n\t\t\t\tthis.type = 'dir'\n\t\t\t} else {\n\t\t\t\tthis.type = 'file'\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * @memberof OC.Files\n\t */\n\tFileInfo.prototype = {\n\t\t/**\n\t\t * File id\n\t\t *\n\t\t * @type int\n\t\t */\n\t\tid: null,\n\n\t\t/**\n\t\t * File name\n\t\t *\n\t\t * @type String\n\t\t */\n\t\tname: null,\n\n\t\t/**\n\t\t * Path leading to the file, without the file name,\n\t\t * and with a leading slash.\n\t\t *\n\t\t * @type String\n\t\t */\n\t\tpath: null,\n\n\t\t/**\n\t\t * Mime type\n\t\t *\n\t\t * @type String\n\t\t */\n\t\tmimetype: null,\n\n\t\t/**\n\t\t * Icon URL.\n\t\t *\n\t\t * Can be used to override the mime type icon.\n\t\t *\n\t\t * @type String\n\t\t */\n\t\ticon: null,\n\n\t\t/**\n\t\t * File type. 'file' for files, 'dir' for directories.\n\t\t *\n\t\t * @type String\n\t\t * @deprecated rely on mimetype instead\n\t\t */\n\t\ttype: null,\n\n\t\t/**\n\t\t * Permissions.\n\t\t *\n\t\t * @see OC#PERMISSION_ALL for permissions\n\t\t * @type int\n\t\t */\n\t\tpermissions: null,\n\n\t\t/**\n\t\t * Modification time\n\t\t *\n\t\t * @type int\n\t\t */\n\t\tmtime: null,\n\n\t\t/**\n\t\t * Etag\n\t\t *\n\t\t * @type String\n\t\t */\n\t\tetag: null,\n\n\t\t/**\n\t\t * Mount type.\n\t\t *\n\t\t * One of null, \"external-root\", \"shared\" or \"shared-root\"\n\t\t *\n\t\t * @type string\n\t\t */\n\t\tmountType: null,\n\n\t\t/**\n\t\t * @type boolean\n\t\t */\n\t\thasPreview: true,\n\n\t\t/**\n\t\t * @type int\n\t\t */\n\t\tsharePermissions: null,\n\n\t\t/**\n\t\t * @type Array\n\t\t */\n\t\tshareAttributes: [],\n\n\t\tquotaAvailableBytes: -1,\n\n\t\tcanDownload: function() {\n\t\t\tfor (const i in this.shareAttributes) {\n\t\t\t\tconst attr = this.shareAttributes[i]\n\t\t\t\tif (attr.scope === 'permissions' && attr.key === 'download') {\n\t\t\t\t\treturn attr.value === true\n\t\t\t\t}\n\t\t\t}\n\n\t\t\treturn true\n\t\t},\n\t}\n\n\tif (!OC.Files) {\n\t\tOC.Files = {}\n\t}\n\tOC.Files.FileInfo = FileInfo\n})(OC)\n"],"names":["OC","FileInfo","data","self","this","_","each","value","key","isFunction","isUndefined","id","parseInt","path","type","mimetype","prototype","name","icon","permissions","mtime","etag","mountType","hasPreview","sharePermissions","shareAttributes","quotaAvailableBytes","canDownload","i","attr","scope","Files"],"sourceRoot":""}

File diff suppressed because one or more lines are too long

View file

@ -31,7 +31,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.4.0
- license: GPL-3.0-or-later
- semver
- version: 7.6.3
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
@ -100,7 +100,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.7.16
- license: MIT
- webpack
- version: 5.101.2
- version: 5.101.3
- license: MIT
- nextcloud
- version: 1.0.0

Some files were not shown because too many files have changed in this diff Show more