Merge pull request #60227 from nextcloud/chore/bump-vue-legacy-8.39.0

chore(deps): Update @nextcloud/vue legacy bundle to 8.39.0
This commit is contained in:
Stephan Orbaugh 2026-05-08 11:08:41 +02:00 committed by GitHub
commit d1fb84fb90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
150 changed files with 367 additions and 716 deletions

View file

@ -29,7 +29,7 @@
"@nextcloud/router": "^3.1.0",
"@nextcloud/sharing": "^0.4.0",
"@nextcloud/upload": "^1.11.1",
"@nextcloud/vue": "^8.37.0",
"@nextcloud/vue": "^8.39.0",
"@simplewebauthn/browser": "^13.2.2",
"@vue/web-component-wrapper": "^1.3.0",
"@vueuse/components": "^11.3.0",
@ -2871,13 +2871,14 @@
}
},
"node_modules/@nextcloud/auth": {
"version": "2.5.3",
"resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.5.3.tgz",
"integrity": "sha512-KIhWLk0BKcP4hvypE4o11YqKOPeFMfEFjRrhUUF+h7Fry+dhTBIEIxuQPVCKXMIpjTDd8791y8V6UdRZ2feKAQ==",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/@nextcloud/auth/-/auth-2.6.0.tgz",
"integrity": "sha512-VkT87+9UqpPi7O36bVEE4/MxWF8d90VQcuMlvKltsZyLSLkEGrPXgowtD75Y54k60/8SR6mXbeqBwapi8dDUbA==",
"license": "GPL-3.0-or-later",
"dependencies": {
"@nextcloud/browser-storage": "^0.5.0",
"@nextcloud/event-bus": "^3.3.2"
"@nextcloud/event-bus": "^3.3.3",
"@nextcloud/router": "^3.1.0"
},
"engines": {
"node": "^20.0.0 || ^22.0.0 || ^24.0.0"
@ -3077,17 +3078,6 @@
"integrity": "sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==",
"license": "MIT"
},
"node_modules/@nextcloud/dialogs/node_modules/@vue/devtools-api": {
"version": "7.7.9",
"resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-7.7.9.tgz",
"integrity": "sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==",
"license": "MIT",
"optional": true,
"peer": true,
"dependencies": {
"@vue/devtools-kit": "^7.7.9"
}
},
"node_modules/@nextcloud/dialogs/node_modules/@vue/devtools-shared": {
"version": "8.0.6",
"resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.0.6.tgz",
@ -3237,29 +3227,6 @@
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/@nextcloud/dialogs/node_modules/pinia": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-3.0.4.tgz",
"integrity": "sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==",
"license": "MIT",
"optional": true,
"peer": true,
"dependencies": {
"@vue/devtools-api": "^7.7.7"
},
"funding": {
"url": "https://github.com/sponsors/posva"
},
"peerDependencies": {
"typescript": ">=4.5.0",
"vue": "^3.5.11"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/@nextcloud/dialogs/node_modules/readdirp": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
@ -3716,17 +3683,6 @@
"@vue/shared": "3.5.30"
}
},
"node_modules/@nextcloud/password-confirmation/node_modules/@vue/devtools-api": {
"version": "7.7.9",
"resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-7.7.9.tgz",
"integrity": "sha512-kIE8wvwlcZ6TJTbNeU2HQNtaxLx3a84aotTITUuL/4bzfPxzajGBOoqjMhwZJ8L9qFYDU/lAYMEEm11dnZOD6g==",
"license": "MIT",
"optional": true,
"peer": true,
"dependencies": {
"@vue/devtools-kit": "^7.7.9"
}
},
"node_modules/@nextcloud/password-confirmation/node_modules/@vue/devtools-shared": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-8.1.0.tgz",
@ -3910,29 +3866,6 @@
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/@nextcloud/password-confirmation/node_modules/pinia": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/pinia/-/pinia-3.0.4.tgz",
"integrity": "sha512-l7pqLUFTI/+ESXn6k3nu30ZIzW5E2WZF/LaHJEpoq6ElcLD+wduZoB2kBN19du6K/4FDpPMazY2wJr+IndBtQw==",
"license": "MIT",
"optional": true,
"peer": true,
"dependencies": {
"@vue/devtools-api": "^7.7.7"
},
"funding": {
"url": "https://github.com/sponsors/posva"
},
"peerDependencies": {
"typescript": ">=4.5.0",
"vue": "^3.5.11"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
},
"node_modules/@nextcloud/password-confirmation/node_modules/postcss": {
"version": "8.5.8",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.8.tgz",
@ -4258,14 +4191,14 @@
}
},
"node_modules/@nextcloud/vue": {
"version": "8.37.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.37.0.tgz",
"integrity": "sha512-RbK0cc5MKCxFRgTc2Do4xTiI/AwF3ngAi9uphF0A9kwrvXqDxkLNx3Lb+VNA2bfYTmXPyNXIw4IxAcV+1tZbZQ==",
"version": "8.39.0",
"resolved": "https://registry.npmjs.org/@nextcloud/vue/-/vue-8.39.0.tgz",
"integrity": "sha512-TJgrFeVr82CN8ng4y+IxMBb7mKlww7Fot22z33+Q0zKgWvi5EoQ0vYescA3Drl8cIRSGktUdFm3xO2gAqvnwoA==",
"license": "AGPL-3.0-or-later",
"dependencies": {
"@floating-ui/dom": "^1.7.6",
"@linusborg/vue-simple-portal": "^0.1.5",
"@nextcloud/auth": "^2.5.3",
"@nextcloud/auth": "^2.6.0",
"@nextcloud/axios": "^2.5.2",
"@nextcloud/browser-storage": "^0.5.0",
"@nextcloud/capabilities": "^1.2.1",
@ -4281,13 +4214,14 @@
"blurhash": "^2.0.5",
"clone": "^2.1.2",
"debounce": "^2.2.0",
"dompurify": "^3.3.3",
"dompurify": "^3.4.2",
"emoji-mart-vue-fast": "^15.0.5",
"escape-html": "^1.0.3",
"floating-vue": "^1.0.0-beta.19",
"focus-trap": "^7.8.0",
"linkify-string": "^4.3.2",
"md5": "^2.3.0",
"mdast-util-to-string": "^4.0.0",
"p-queue": "^8.1.1",
"rehype-external-links": "^3.0.0",
"rehype-highlight": "^7.0.2",
@ -4295,7 +4229,6 @@
"remark-breaks": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"remark-stringify": "^11.0.0",
"remark-unlink-protocols": "^1.0.0",
"splitpanes": "^2.4.1",
"string-length": "^5.0.1",
@ -4304,7 +4237,7 @@
"tributejs": "^5.1.3",
"unified": "^11.0.1",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.1.0",
"unist-util-visit-parents": "^6.0.2",
"vue": "^2.7.16",
"vue-color": "^2.8.1",
"vue-frag": "^1.4.3",
@ -6161,34 +6094,6 @@
"integrity": "sha512-sGhTPMuXqZ1rVOk32RylztWkfXTRhuS7vgAKv0zjqk8gbsHkJ7xfFf+jbySxt7tWObEJwyKaHMikV/WGDiQm8g==",
"license": "MIT"
},
"node_modules/@vue/devtools-kit": {
"version": "7.7.9",
"resolved": "https://registry.npmjs.org/@vue/devtools-kit/-/devtools-kit-7.7.9.tgz",
"integrity": "sha512-PyQ6odHSgiDVd4hnTP+aDk2X4gl2HmLDfiyEnn3/oV+ckFDuswRs4IbBT7vacMuGdwY/XemxBoh302ctbsptuA==",
"license": "MIT",
"optional": true,
"peer": true,
"dependencies": {
"@vue/devtools-shared": "^7.7.9",
"birpc": "^2.3.0",
"hookable": "^5.5.3",
"mitt": "^3.0.1",
"perfect-debounce": "^1.0.0",
"speakingurl": "^14.0.1",
"superjson": "^2.2.2"
}
},
"node_modules/@vue/devtools-shared": {
"version": "7.7.9",
"resolved": "https://registry.npmjs.org/@vue/devtools-shared/-/devtools-shared-7.7.9.tgz",
"integrity": "sha512-iWAb0v2WYf0QWmxCGy0seZNDPdO3Sp5+u78ORnyeonS6MT4PC7VPrryX2BpMJrwlDeaZ6BD4vP4XKjK0SZqaeA==",
"license": "MIT",
"optional": true,
"peer": true,
"dependencies": {
"rfdc": "^1.4.1"
}
},
"node_modules/@vue/reactivity": {
"version": "3.5.28",
"resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.5.28.tgz",
@ -8894,9 +8799,9 @@
}
},
"node_modules/dompurify": {
"version": "3.4.0",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.0.tgz",
"integrity": "sha512-nolgK9JcaUXMSmW+j1yaSvaEaoXYHwWyGJlkoCTghc97KgGDDSnpoU/PlEnw63Ah+TGKFOyY+X5LnxaWbCSfXg==",
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.4.2.tgz",
"integrity": "sha512-lHeS9SA/IKeIFFyYciHBr2n0v1VMPlSj843HdLOwjb2OxNwdq9Xykxqhk+FE42MzAdHvInbAolSE4mhahPpjXA==",
"license": "(MPL-2.0 OR Apache-2.0)",
"optionalDependencies": {
"@types/trusted-types": "^2.0.7"
@ -14414,14 +14319,6 @@
"node": ">= 0.10"
}
},
"node_modules/perfect-debounce": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/perfect-debounce/-/perfect-debounce-1.0.0.tgz",
"integrity": "sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==",
"license": "MIT",
"optional": true,
"peer": true
},
"node_modules/picocolors": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz",
@ -18112,9 +18009,9 @@
}
},
"node_modules/unist-util-visit-parents": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.1.tgz",
"integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-6.0.2.tgz",
"integrity": "sha512-goh1s1TBrqSqukSc8wrjwWhL0hiJxgA8m4kFxGlQ+8FYQ3C/m11FcTs4YYem7V664AhHVvgoQLk890Ssdsr2IQ==",
"license": "MIT",
"dependencies": {
"@types/unist": "^3.0.0",

View file

@ -48,7 +48,7 @@
"@nextcloud/router": "^3.1.0",
"@nextcloud/sharing": "^0.4.0",
"@nextcloud/upload": "^1.11.1",
"@nextcloud/vue": "^8.37.0",
"@nextcloud/vue": "^8.39.0",
"@simplewebauthn/browser": "^13.2.2",
"@vue/web-component-wrapper": "^1.3.0",
"@vueuse/components": "^11.3.0",

View file

@ -28,7 +28,6 @@ SPDX-FileCopyrightText: Feross Aboukhadijeh
SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Eduardo San Martin Morote
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Austin Andrews
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
@ -41,7 +40,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.4.47
- license: Apache-2.0
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0
@ -77,7 +76,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vue/devtools-api
- version: 6.6.4
@ -92,7 +91,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.0
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -35,7 +35,6 @@ SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Eduardo San Martin Morote
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Austin Andrews
SPDX-FileCopyrightText: Arnout Kazemier
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
@ -57,7 +56,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.4.47
- license: Apache-2.0
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -159,7 +158,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.0
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

4
dist/1598-1598.js vendored

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.2.11
- license: MIT
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -135,7 +135,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vue/reactivity
- version: 3.5.28
@ -177,7 +177,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3
@ -252,10 +252,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.0.0
- license: MIT
- unist-util-visit-parents
- version: 6.0.1
- license: MIT
- unist-util-visit
- version: 5.1.0
- version: 6.0.2
- license: MIT
- util-deprecate
- version: 1.0.2

File diff suppressed because one or more lines are too long

View file

@ -26,7 +26,6 @@ SPDX-FileCopyrightText: Feross Aboukhadijeh
SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Arnout Kazemier
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
@ -36,7 +35,7 @@ SPDX-FileCopyrightText: @nextcloud/dialogs developers
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -84,7 +83,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vueuse/core
- version: 11.3.0
@ -108,7 +107,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

4
dist/1930-1930.js vendored
View file

@ -1,2 +1,2 @@
"use strict";(globalThis.webpackChunknextcloud_ui_legacy=globalThis.webpackChunknextcloud_ui_legacy||[]).push([[1930],{35693(e,t,n){n.d(t,{A:()=>a});var o=n(71354),i=n.n(o),r=n(76314),s=n.n(r)()(i());s.push([e.id,"\n.note-to-recipient[data-v-086ca7fc] {\n\tmargin-inline: var(--row-height)\n}\n.note-to-recipient__text[data-v-086ca7fc] {\n\t/* respect new lines */\n\twhite-space: pre-line;\n}\n.note-to-recipient__heading[data-v-086ca7fc] {\n\tfont-weight: bold;\n}\n@media screen and (max-width: 512px) {\n.note-to-recipient[data-v-086ca7fc] {\n\t\tmargin-inline: var(--default-grid-baseline);\n}\n}\n","",{version:3,sources:["webpack://./apps/files_sharing/src/views/FilesHeaderNoteToRecipient.vue"],names:[],mappings:";AAwDA;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\n\t\tv-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'\n\nimport { getCurrentUser } from '@nextcloud/auth'\nimport { t } from '@nextcloud/l10n'\nimport { computed, ref } from 'vue'\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 *\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},81930(e,t,n){n.d(t,{default:()=>x});var o=n(85471),i=n(21777),r=n(53334),s=n(371),a=n(37356);const l=(0,o.pM)({__name:"FilesHeaderNoteToRecipient",setup(e,{expose:t}){const n=(0,o.KR)(),l=(0,o.EW)(()=>n.value?.attributes.note??""),c=(0,o.EW)(()=>n.value?.attributes["owner-display-name"]??""),d=(0,o.EW)(()=>{const e=n.value?.owner;return e!==(0,i.HW)()?.uid?{id:e,displayName:c.value}:null});function p(e){n.value=e}return t({updateFolder:p}),{__sfc:!0,folder:n,note:l,displayName:c,user:d,updateFolder:p,t:r.t,NcNoteCard:s.A,NcUserBubble:a.N}}});var c=n(85072),d=n.n(c),p=n(97825),u=n.n(p),A=n(77659),m=n.n(A),f=n(55056),_=n.n(f),h=n(10540),g=n.n(h),v=n(41113),N=n.n(v),C=n(35693),b={};b.styleTagTransform=N(),b.setAttributes=_(),b.insert=m().bind(null,"head"),b.domAPI=u(),b.insertStyleElement=g(),d()(C.A,b),C.A&&C.A.locals&&C.A.locals;const x=(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,"086ca7fc",null).exports}}]);
//# sourceMappingURL=1930-1930.js.map?v=8264403992d9fcef1444
"use strict";(globalThis.webpackChunknextcloud_ui_legacy=globalThis.webpackChunknextcloud_ui_legacy||[]).push([[1930],{35693(e,t,n){n.d(t,{A:()=>a});var o=n(71354),i=n.n(o),r=n(76314),s=n.n(r)()(i());s.push([e.id,"\n.note-to-recipient[data-v-086ca7fc] {\n\tmargin-inline: var(--row-height)\n}\n.note-to-recipient__text[data-v-086ca7fc] {\n\t/* respect new lines */\n\twhite-space: pre-line;\n}\n.note-to-recipient__heading[data-v-086ca7fc] {\n\tfont-weight: bold;\n}\n@media screen and (max-width: 512px) {\n.note-to-recipient[data-v-086ca7fc] {\n\t\tmargin-inline: var(--default-grid-baseline);\n}\n}\n","",{version:3,sources:["webpack://./apps/files_sharing/src/views/FilesHeaderNoteToRecipient.vue"],names:[],mappings:";AAwDA;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\n\t\tv-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'\n\nimport { getCurrentUser } from '@nextcloud/auth'\nimport { t } from '@nextcloud/l10n'\nimport { computed, ref } from 'vue'\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 *\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},81930(e,t,n){n.d(t,{default:()=>x});var o=n(85471),i=n(21777),r=n(53334),s=n(371),a=n(88684);const l=(0,o.pM)({__name:"FilesHeaderNoteToRecipient",setup(e,{expose:t}){const n=(0,o.KR)(),l=(0,o.EW)(()=>n.value?.attributes.note??""),c=(0,o.EW)(()=>n.value?.attributes["owner-display-name"]??""),d=(0,o.EW)(()=>{const e=n.value?.owner;return e!==(0,i.HW)()?.uid?{id:e,displayName:c.value}:null});function p(e){n.value=e}return t({updateFolder:p}),{__sfc:!0,folder:n,note:l,displayName:c,user:d,updateFolder:p,t:r.t,NcNoteCard:s.A,NcUserBubble:a.N}}});var c=n(85072),d=n.n(c),p=n(97825),u=n.n(p),A=n(77659),m=n.n(A),f=n(55056),_=n.n(f),h=n(10540),g=n.n(h),v=n(41113),N=n.n(v),C=n(35693),b={};b.styleTagTransform=N(),b.setAttributes=_(),b.insert=m().bind(null,"head"),b.domAPI=u(),b.insertStyleElement=g(),d()(C.A,b),C.A&&C.A.locals&&C.A.locals;const x=(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,"086ca7fc",null).exports}}]);
//# sourceMappingURL=1930-1930.js.map?v=858c49b71de47d7e2de0

View file

@ -22,14 +22,13 @@ SPDX-FileCopyrightText: Eugene Sharygin <eush77@gmail.com>
SPDX-FileCopyrightText: Eric Norris (https://github.com/ericnorris)
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -62,7 +61,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vueuse/components
- version: 11.3.0
@ -89,7 +88,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3
@ -128,10 +127,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.0.0
- license: MIT
- unist-util-visit-parents
- version: 6.0.1
- license: MIT
- unist-util-visit
- version: 5.1.0
- version: 6.0.2
- license: MIT
- vue-demi
- version: 0.14.10

File diff suppressed because one or more lines are too long

View file

@ -27,7 +27,6 @@ SPDX-FileCopyrightText: Feross Aboukhadijeh
SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Eduardo San Martin Morote
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Arnout Kazemier
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
SPDX-FileCopyrightText: @nextcloud/dialogs developers
@ -35,7 +34,7 @@ SPDX-FileCopyrightText: @nextcloud/dialogs developers
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0
@ -113,7 +112,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -22,7 +22,7 @@ SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -55,7 +55,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.2.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vueuse/core
- version: 11.3.0
@ -73,7 +73,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -21,7 +21,6 @@ SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Eduardo San Martin Morote
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
@ -34,7 +33,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.2.11
- license: MIT
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -106,7 +105,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- axios
- version: 1.15.0
@ -124,7 +123,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.0
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -26,7 +26,6 @@ SPDX-FileCopyrightText: Feross Aboukhadijeh
SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Arnout Kazemier
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
@ -36,7 +35,7 @@ SPDX-FileCopyrightText: @nextcloud/dialogs developers
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -84,7 +83,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vueuse/core
- version: 11.3.0
@ -108,7 +107,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -16,14 +16,13 @@ SPDX-FileCopyrightText: Feross Aboukhadijeh
SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -50,7 +49,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vueuse/core
- version: 11.3.0
@ -68,7 +67,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -18,14 +18,13 @@ SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Eduardo San Martin Morote
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -55,7 +54,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vue/devtools-api
- version: 6.6.4
@ -76,7 +75,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -19,7 +19,6 @@ SPDX-FileCopyrightText: Feross Aboukhadijeh
SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
SPDX-FileCopyrightText: Alkemics
@ -28,7 +27,7 @@ SPDX-FileCopyrightText: @nextcloud/dialogs developers
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0
@ -70,7 +69,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vueuse/core
- version: 11.3.0
@ -88,7 +87,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -11,7 +11,6 @@ SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
SPDX-FileCopyrightText: GitHub Inc.
SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Austin Andrews
@ -20,7 +19,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.4.47
- license: Apache-2.0
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0
@ -44,13 +43,13 @@ This file is generated from multiple sources. Included packages:
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- css-loader
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -18,14 +18,13 @@ SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Eduardo San Martin Morote
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -55,7 +54,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vue/devtools-api
- version: 6.6.4
@ -76,7 +75,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

4
dist/5037-5037.js vendored

File diff suppressed because one or more lines are too long

View file

@ -15,7 +15,6 @@ SPDX-FileCopyrightText: inline-style-parser developers
SPDX-FileCopyrightText: escape-html developers
SPDX-FileCopyrightText: debounce developers
SPDX-FileCopyrightText: atomiks
SPDX-FileCopyrightText: Victor Felder <victor@draft.li> (https://draft.li)
SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
SPDX-FileCopyrightText: Thorsten Lünborg
@ -81,7 +80,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.4.47
- license: Apache-2.0
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -132,7 +131,7 @@ This file is generated from multiple sources. Included packages:
- version: 8.1.1
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @ungap/structured-clone
- version: 1.3.0
@ -183,7 +182,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.1.0
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- emoji-mart-vue-fast
- version: 15.0.5
@ -221,9 +220,6 @@ This file is generated from multiple sources. Included packages:
- is-plain-obj
- version: 4.1.0
- license: MIT
- longest-streak
- version: 3.1.0
- license: MIT
- md5
- version: 2.3.0
- license: BSD-3-Clause
@ -242,15 +238,9 @@ This file is generated from multiple sources. Included packages:
- mdast-util-newline-to-break
- version: 2.0.0
- license: MIT
- mdast-util-phrasing
- version: 4.1.0
- license: MIT
- mdast-util-to-hast
- version: 13.2.1
- license: MIT
- mdast-util-to-markdown
- version: 2.1.2
- license: MIT
- mdast-util-to-string
- version: 4.0.0
- license: MIT
@ -335,9 +325,6 @@ This file is generated from multiple sources. Included packages:
- remark-rehype
- version: 11.1.2
- license: MIT
- remark-stringify
- version: 11.0.0
- license: MIT
- remark-unlink-protocols
- version: 1.0.0
- license: MIT
@ -384,7 +371,7 @@ This file is generated from multiple sources. Included packages:
- version: 4.0.0
- license: MIT
- unist-util-visit-parents
- version: 6.0.1
- version: 6.0.2
- license: MIT
- unist-util-visit
- version: 5.1.0
@ -416,9 +403,6 @@ This file is generated from multiple sources. Included packages:
- web-namespaces
- version: 2.0.1
- license: MIT
- zwitch
- version: 2.0.4
- license: MIT
- nextcloud
- version: 1.0.0
- license: AGPL-3.0-or-later

File diff suppressed because one or more lines are too long

View file

@ -29,7 +29,6 @@ SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Eduardo San Martin Morote
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
SPDX-FileCopyrightText: @nextcloud/dialogs developers
@ -43,7 +42,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.2.11
- license: MIT
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0
@ -127,7 +126,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

4
dist/5638-5638.js vendored

File diff suppressed because one or more lines are too long

View file

@ -70,7 +70,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.4.47
- license: Apache-2.0
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -157,7 +157,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vue/reactivity
- version: 3.5.28
@ -202,7 +202,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.0
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3
@ -286,10 +286,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.0.0
- license: MIT
- unist-util-visit-parents
- version: 6.0.1
- license: MIT
- unist-util-visit
- version: 5.1.0
- version: 6.0.2
- license: MIT
- util-deprecate
- version: 1.0.2

File diff suppressed because one or more lines are too long

View file

@ -30,7 +30,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.0.0
- license: MIT
- unist-util-visit-parents
- version: 6.0.1
- version: 6.0.2
- license: MIT
- unist-util-visit
- version: 5.1.0

View file

@ -85,7 +85,7 @@ This file is generated from multiple sources. Included packages:
- version: 4.1.0
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

2
dist/6798-6798.js vendored
View file

@ -1 +1 @@
"use strict";(globalThis.webpackChunknextcloud_ui_legacy=globalThis.webpackChunknextcloud_ui_legacy||[]).push([[6798],{56798(l,u,a){a.r(u),a.d(u,{default:()=>e.N});var e=a(8852)}}]);
"use strict";(globalThis.webpackChunknextcloud_ui_legacy=globalThis.webpackChunknextcloud_ui_legacy||[]).push([[6798],{56798(l,u,a){a.r(u),a.d(u,{default:()=>e.N});var e=a(27671)}}]);

View file

@ -13,14 +13,13 @@ SPDX-FileCopyrightText: GitHub Inc.
SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0
@ -44,7 +43,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vueuse/core
- version: 11.3.0
@ -56,7 +55,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -33,7 +33,6 @@ SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Eduardo San Martin Morote
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
SPDX-FileCopyrightText: @nextcloud/dialogs developers
@ -47,7 +46,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.2.11
- license: MIT
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -122,7 +121,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vue/reactivity
- version: 3.5.28
@ -155,7 +154,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -67,7 +67,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -12,14 +12,13 @@ SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
SPDX-FileCopyrightText: Kilian Valkhof
SPDX-FileCopyrightText: GitHub Inc.
SPDX-FileCopyrightText: Dmitry Soshnikov
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Ben Briggs
SPDX-FileCopyrightText: Andrey Sitnik <andrey@sitnik.ru>
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0

View file

@ -31,7 +31,6 @@ SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Eduardo San Martin Morote
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Austin Andrews
SPDX-FileCopyrightText: Arnout Kazemier
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
@ -50,7 +49,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.4.47
- license: Apache-2.0
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0
@ -134,7 +133,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -26,7 +26,6 @@ SPDX-FileCopyrightText: Feross Aboukhadijeh
SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Arnout Kazemier
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
@ -36,7 +35,7 @@ SPDX-FileCopyrightText: @nextcloud/dialogs developers
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -84,7 +83,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vueuse/core
- version: 11.3.0
@ -108,7 +107,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -22,7 +22,6 @@ SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Eduardo San Martin Morote
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
@ -37,7 +36,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.2.11
- license: MIT
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0
@ -103,7 +102,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -24,7 +24,7 @@ SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -57,7 +57,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vueuse/core
- version: 11.3.0
@ -75,7 +75,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -17,13 +17,13 @@ This file is generated from multiple sources. Included packages:
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- css-loader
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

4
dist/9906-9906.js vendored

File diff suppressed because one or more lines are too long

View file

@ -57,7 +57,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.4.47
- license: Apache-2.0
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -111,7 +111,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vueuse/components
- version: 11.3.0
@ -141,7 +141,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3
@ -207,10 +207,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.0.0
- license: MIT
- unist-util-visit-parents
- version: 6.0.1
- license: MIT
- unist-util-visit
- version: 5.1.0
- version: 6.0.2
- license: MIT
- vue-demi
- version: 0.14.10

File diff suppressed because one or more lines are too long

View file

@ -6,12 +6,11 @@ SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
SPDX-FileCopyrightText: GitHub Inc.
SPDX-FileCopyrightText: Christoph Wurst
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0

4
dist/core-common.js vendored

File diff suppressed because one or more lines are too long

View file

@ -21,7 +21,6 @@ SPDX-FileCopyrightText: hookable developers
SPDX-FileCopyrightText: escape-html developers
SPDX-FileCopyrightText: debounce developers
SPDX-FileCopyrightText: atomiks
SPDX-FileCopyrightText: Victor Felder <victor@draft.li> (https://draft.li)
SPDX-FileCopyrightText: Varun A P
SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
@ -110,7 +109,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.4.47
- license: Apache-2.0
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -257,7 +256,7 @@ This file is generated from multiple sources. Included packages:
- version: 8.1.1
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @ungap/structured-clone
- version: 1.3.0
@ -338,7 +337,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.1.0
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- emoji-mart-vue-fast
- version: 15.0.5
@ -400,9 +399,6 @@ This file is generated from multiple sources. Included packages:
- lodash
- version: 4.18.1
- license: MIT
- longest-streak
- version: 3.1.0
- license: MIT
- md5
- version: 2.3.0
- license: BSD-3-Clause
@ -421,15 +417,9 @@ This file is generated from multiple sources. Included packages:
- mdast-util-newline-to-break
- version: 2.0.0
- license: MIT
- mdast-util-phrasing
- version: 4.1.0
- license: MIT
- mdast-util-to-hast
- version: 13.2.1
- license: MIT
- mdast-util-to-markdown
- version: 2.1.2
- license: MIT
- mdast-util-to-string
- version: 4.0.0
- license: MIT
@ -541,9 +531,6 @@ This file is generated from multiple sources. Included packages:
- remark-rehype
- version: 11.1.2
- license: MIT
- remark-stringify
- version: 11.0.0
- license: MIT
- remark-unlink-protocols
- version: 1.0.0
- license: MIT
@ -614,7 +601,7 @@ This file is generated from multiple sources. Included packages:
- version: 4.0.0
- license: MIT
- unist-util-visit-parents
- version: 6.0.1
- version: 6.0.2
- license: MIT
- unist-util-visit
- version: 5.1.0
@ -655,9 +642,6 @@ This file is generated from multiple sources. Included packages:
- webdav
- version: 5.9.0
- license: MIT
- zwitch
- version: 2.0.4
- license: MIT
- base64-js
- version: 1.5.1
- license: MIT

File diff suppressed because one or more lines are too long

View file

@ -23,7 +23,7 @@ SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -56,7 +56,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.2.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vueuse/core
- version: 11.3.0
@ -74,7 +74,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -26,7 +26,6 @@ SPDX-FileCopyrightText: Eric Norris (https://github.com/ericnorris)
SPDX-FileCopyrightText: Eduardo San Martin Morote
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
SPDX-FileCopyrightText: @nextcloud/dialogs developers
@ -40,7 +39,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.2.11
- license: MIT
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -106,7 +105,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vue/reactivity
- version: 3.5.28
@ -145,7 +144,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.0
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -54,7 +54,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.4.47
- license: Apache-2.0
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -168,7 +168,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.2.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @simplewebauthn/browser
- version: 13.2.2
@ -207,7 +207,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.0
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -7,12 +7,11 @@ SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
SPDX-FileCopyrightText: GitHub Inc.
SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Christoph Wurst
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0
@ -26,6 +25,9 @@ This file is generated from multiple sources. Included packages:
- @nextcloud/initial-state
- version: 3.0.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.1.0
- license: GPL-3.0-or-later
- process
- version: 0.11.10
- license: MIT

4
dist/core-main.js vendored

File diff suppressed because one or more lines are too long

View file

@ -71,7 +71,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.4.47
- license: Apache-2.0
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -185,7 +185,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vue/reactivity
- version: 3.5.28
@ -239,7 +239,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.0
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3
@ -329,10 +329,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.0.0
- license: MIT
- unist-util-visit-parents
- version: 6.0.1
- license: MIT
- unist-util-visit
- version: 5.1.0
- version: 6.0.2
- license: MIT
- util-deprecate
- version: 1.0.2

File diff suppressed because one or more lines are too long

View file

@ -10,12 +10,11 @@ SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
SPDX-FileCopyrightText: Matt Zabriskie
SPDX-FileCopyrightText: GitHub Inc.
SPDX-FileCopyrightText: Feross Aboukhadijeh
SPDX-FileCopyrightText: Christoph Wurst
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2

View file

@ -40,7 +40,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.2.11
- license: MIT
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -112,7 +112,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vue/reactivity
- version: 3.5.28
@ -148,7 +148,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -43,7 +43,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.2.11
- license: MIT
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -112,7 +112,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vue/reactivity
- version: 3.5.28
@ -154,7 +154,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3
@ -202,10 +202,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.0.0
- license: MIT
- unist-util-visit-parents
- version: 6.0.1
- license: MIT
- unist-util-visit
- version: 5.1.0
- version: 6.0.2
- license: MIT
- vue-demi
- version: 0.14.10

File diff suppressed because one or more lines are too long

View file

@ -15,7 +15,6 @@ SPDX-FileCopyrightText: inline-style-parser developers
SPDX-FileCopyrightText: escape-html developers
SPDX-FileCopyrightText: debounce developers
SPDX-FileCopyrightText: atomiks
SPDX-FileCopyrightText: Victor Felder <victor@draft.li> (https://draft.li)
SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
SPDX-FileCopyrightText: Thorsten Lünborg
@ -77,7 +76,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.2.1
- license: BSD-2-Clause
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -128,7 +127,7 @@ This file is generated from multiple sources. Included packages:
- version: 8.1.1
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @ungap/structured-clone
- version: 1.3.0
@ -179,7 +178,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.1.0
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- emoji-mart-vue-fast
- version: 15.0.5
@ -217,9 +216,6 @@ This file is generated from multiple sources. Included packages:
- is-plain-obj
- version: 4.1.0
- license: MIT
- longest-streak
- version: 3.1.0
- license: MIT
- md5
- version: 2.3.0
- license: BSD-3-Clause
@ -238,15 +234,9 @@ This file is generated from multiple sources. Included packages:
- mdast-util-newline-to-break
- version: 2.0.0
- license: MIT
- mdast-util-phrasing
- version: 4.1.0
- license: MIT
- mdast-util-to-hast
- version: 13.2.1
- license: MIT
- mdast-util-to-markdown
- version: 2.1.2
- license: MIT
- mdast-util-to-string
- version: 4.0.0
- license: MIT
@ -331,9 +321,6 @@ This file is generated from multiple sources. Included packages:
- remark-rehype
- version: 11.1.2
- license: MIT
- remark-stringify
- version: 11.0.0
- license: MIT
- remark-unlink-protocols
- version: 1.0.0
- license: MIT
@ -380,7 +367,7 @@ This file is generated from multiple sources. Included packages:
- version: 4.0.0
- license: MIT
- unist-util-visit-parents
- version: 6.0.1
- version: 6.0.2
- license: MIT
- unist-util-visit
- version: 5.1.0
@ -415,9 +402,6 @@ This file is generated from multiple sources. Included packages:
- webpack
- version: 5.105.3
- license: MIT
- zwitch
- version: 2.0.4
- license: MIT
- nextcloud
- version: 1.0.0
- license: AGPL-3.0-or-later

File diff suppressed because one or more lines are too long

View file

@ -21,7 +21,6 @@ SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Eduardo San Martin Morote
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
@ -34,7 +33,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.2.11
- license: MIT
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -106,7 +105,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- axios
- version: 1.15.0
@ -124,7 +123,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.0
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -6,12 +6,11 @@ SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
SPDX-FileCopyrightText: GitHub Inc.
SPDX-FileCopyrightText: Christoph Wurst
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0

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: 7.4.47
- license: Apache-2.0
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -74,7 +74,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vue/devtools-api
- version: 6.6.4
@ -107,7 +107,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.0
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3
@ -149,10 +149,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.0.0
- license: MIT
- unist-util-visit-parents
- version: 6.0.1
- license: MIT
- unist-util-visit
- version: 5.1.0
- version: 6.0.2
- license: MIT
- vue-demi
- version: 0.14.10

File diff suppressed because one or more lines are too long

View file

@ -1,2 +1,2 @@
(()=>{"use strict";var e,r,t,o={47210(e,r,t){var o=t(21777);t.nc=(0,o.aV)(),window.TESTING||OC?.config?.no_unsupported_browser_warning||window.addEventListener("DOMContentLoaded",async function(){const{testSupportedBrowser:e}=await Promise.all([t.e(4208),t.e(7883)]).then(t.bind(t,77883));e()})}},n={};function a(e){var r=n[e];if(void 0!==r)return r.exports;var t=n[e]={id:e,loaded:!1,exports:{}};return o[e].call(t.exports,t,t.exports,a),t.loaded=!0,t.exports}a.m=o,e=[],a.O=(r,t,o,n)=>{if(!t){var i=1/0;for(s=0;s<e.length;s++){for(var[t,o,n]=e[s],l=!0,c=0;c<t.length;c++)(!1&n||i>=n)&&Object.keys(a.O).every(e=>a.O[e](t[c]))?t.splice(c--,1):(l=!1,n<i&&(i=n));if(l){e.splice(s--,1);var d=o();void 0!==d&&(r=d)}}return r}n=n||0;for(var s=e.length;s>0&&e[s-1][2]>n;s--)e[s]=e[s-1];e[s]=[t,o,n]},a.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return a.d(r,{a:r}),r},a.d=(e,r)=>{for(var t in r)a.o(r,t)&&!a.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},a.f={},a.e=e=>Promise.all(Object.keys(a.f).reduce((r,t)=>(a.f[t](e,r),r),[])),a.u=e=>e+"-"+e+".js?v=cf3316b206102f5d8754",a.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),r={},t="nextcloud-ui-legacy:",a.l=(e,o,n,i)=>{if(r[e])r[e].push(o);else{var l,c;if(void 0!==n)for(var d=document.getElementsByTagName("script"),s=0;s<d.length;s++){var u=d[s];if(u.getAttribute("src")==e||u.getAttribute("data-webpack")==t+n){l=u;break}}l||(c=!0,(l=document.createElement("script")).charset="utf-8",a.nc&&l.setAttribute("nonce",a.nc),l.setAttribute("data-webpack",t+n),l.src=e),r[e]=[o];var p=(t,o)=>{l.onerror=l.onload=null,clearTimeout(f);var n=r[e];if(delete r[e],l.parentNode&&l.parentNode.removeChild(l),n&&n.forEach(e=>e(o)),t)return t(o)},f=setTimeout(p.bind(null,void 0,{type:"timeout",target:l}),12e4);l.onerror=p.bind(null,l.onerror),l.onload=p.bind(null,l.onload),c&&document.head.appendChild(l)}},a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),a.j=3604,(()=>{var e;globalThis.importScripts&&(e=globalThis.location+"");var r=globalThis.document;if(!e&&r&&(r.currentScript&&"SCRIPT"===r.currentScript.tagName.toUpperCase()&&(e=r.currentScript.src),!e)){var t=r.getElementsByTagName("script");if(t.length)for(var o=t.length-1;o>-1&&(!e||!/^http(s?):/.test(e));)e=t[o--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),a.p=e})(),(()=>{a.b="undefined"!=typeof document&&document.baseURI||self.location.href;var e={3604:0};a.f.j=(r,t)=>{var o=a.o(e,r)?e[r]:void 0;if(0!==o)if(o)t.push(o[2]);else{var n=new Promise((t,n)=>o=e[r]=[t,n]);t.push(o[2]=n);var i=a.p+a.u(r),l=new Error;a.l(i,t=>{if(a.o(e,r)&&(0!==(o=e[r])&&(e[r]=void 0),o)){var n=t&&("load"===t.type?"missing":t.type),i=t&&t.target&&t.target.src;l.message="Loading chunk "+r+" failed.\n("+n+": "+i+")",l.name="ChunkLoadError",l.type=n,l.request=i,o[1](l)}},"chunk-"+r,r)}},a.O.j=r=>0===e[r];var r=(r,t)=>{var o,n,[i,l,c]=t,d=0;if(i.some(r=>0!==e[r])){for(o in l)a.o(l,o)&&(a.m[o]=l[o]);if(c)var s=c(a)}for(r&&r(t);d<i.length;d++)n=i[d],a.o(e,n)&&e[n]&&e[n][0](),e[n]=0;return a.O(s)},t=globalThis.webpackChunknextcloud_ui_legacy=globalThis.webpackChunknextcloud_ui_legacy||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),a.nc=void 0;var i=a.O(void 0,[4208],()=>a(47210));i=a.O(i)})();
//# sourceMappingURL=core-unsupported-browser-redirect.js.map?v=2d73a1a0d7ca54aac767
(()=>{"use strict";var e,r,t,o={47210(e,r,t){var o=t(21777);t.nc=(0,o.aV)(),window.TESTING||OC?.config?.no_unsupported_browser_warning||window.addEventListener("DOMContentLoaded",async function(){const{testSupportedBrowser:e}=await Promise.all([t.e(4208),t.e(7883)]).then(t.bind(t,77883));e()})}},n={};function a(e){var r=n[e];if(void 0!==r)return r.exports;var t=n[e]={id:e,loaded:!1,exports:{}};return o[e].call(t.exports,t,t.exports,a),t.loaded=!0,t.exports}a.m=o,e=[],a.O=(r,t,o,n)=>{if(!t){var i=1/0;for(s=0;s<e.length;s++){for(var[t,o,n]=e[s],l=!0,d=0;d<t.length;d++)(!1&n||i>=n)&&Object.keys(a.O).every(e=>a.O[e](t[d]))?t.splice(d--,1):(l=!1,n<i&&(i=n));if(l){e.splice(s--,1);var c=o();void 0!==c&&(r=c)}}return r}n=n||0;for(var s=e.length;s>0&&e[s-1][2]>n;s--)e[s]=e[s-1];e[s]=[t,o,n]},a.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return a.d(r,{a:r}),r},a.d=(e,r)=>{for(var t in r)a.o(r,t)&&!a.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},a.f={},a.e=e=>Promise.all(Object.keys(a.f).reduce((r,t)=>(a.f[t](e,r),r),[])),a.u=e=>e+"-"+e+".js?v=cf3316b206102f5d8754",a.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),r={},t="nextcloud-ui-legacy:",a.l=(e,o,n,i)=>{if(r[e])r[e].push(o);else{var l,d;if(void 0!==n)for(var c=document.getElementsByTagName("script"),s=0;s<c.length;s++){var u=c[s];if(u.getAttribute("src")==e||u.getAttribute("data-webpack")==t+n){l=u;break}}l||(d=!0,(l=document.createElement("script")).charset="utf-8",a.nc&&l.setAttribute("nonce",a.nc),l.setAttribute("data-webpack",t+n),l.src=e),r[e]=[o];var p=(t,o)=>{l.onerror=l.onload=null,clearTimeout(f);var n=r[e];if(delete r[e],l.parentNode&&l.parentNode.removeChild(l),n&&n.forEach(e=>e(o)),t)return t(o)},f=setTimeout(p.bind(null,void 0,{type:"timeout",target:l}),12e4);l.onerror=p.bind(null,l.onerror),l.onload=p.bind(null,l.onload),d&&document.head.appendChild(l)}},a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),a.j=3604,(()=>{var e;globalThis.importScripts&&(e=globalThis.location+"");var r=globalThis.document;if(!e&&r&&(r.currentScript&&"SCRIPT"===r.currentScript.tagName.toUpperCase()&&(e=r.currentScript.src),!e)){var t=r.getElementsByTagName("script");if(t.length)for(var o=t.length-1;o>-1&&(!e||!/^http(s?):/.test(e));)e=t[o--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),a.p=e})(),(()=>{a.b="undefined"!=typeof document&&document.baseURI||self.location.href;var e={3604:0};a.f.j=(r,t)=>{var o=a.o(e,r)?e[r]:void 0;if(0!==o)if(o)t.push(o[2]);else{var n=new Promise((t,n)=>o=e[r]=[t,n]);t.push(o[2]=n);var i=a.p+a.u(r),l=new Error;a.l(i,t=>{if(a.o(e,r)&&(0!==(o=e[r])&&(e[r]=void 0),o)){var n=t&&("load"===t.type?"missing":t.type),i=t&&t.target&&t.target.src;l.message="Loading chunk "+r+" failed.\n("+n+": "+i+")",l.name="ChunkLoadError",l.type=n,l.request=i,o[1](l)}},"chunk-"+r,r)}},a.O.j=r=>0===e[r];var r=(r,t)=>{var o,n,[i,l,d]=t,c=0;if(i.some(r=>0!==e[r])){for(o in l)a.o(l,o)&&(a.m[o]=l[o]);if(d)var s=d(a)}for(r&&r(t);c<i.length;c++)n=i[c],a.o(e,n)&&e[n]&&e[n][0](),e[n]=0;return a.O(s)},t=globalThis.webpackChunknextcloud_ui_legacy=globalThis.webpackChunknextcloud_ui_legacy||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),a.nc=void 0;var i=a.O(void 0,[4208],()=>a(47210));i=a.O(i)})();
//# sourceMappingURL=core-unsupported-browser-redirect.js.map?v=bbded393328261e2efa7

View file

@ -6,12 +6,11 @@ SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
SPDX-FileCopyrightText: GitHub Inc.
SPDX-FileCopyrightText: Christoph Wurst
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0
@ -22,6 +21,9 @@ This file is generated from multiple sources. Included packages:
- @nextcloud/event-bus
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.1.0
- license: GPL-3.0-or-later
- process
- version: 0.11.10
- license: MIT

File diff suppressed because one or more lines are too long

View file

@ -20,14 +20,13 @@ SPDX-FileCopyrightText: Feross Aboukhadijeh
SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: Dmitry Soshnikov
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Ben Briggs
SPDX-FileCopyrightText: Andrey Sitnik <andrey@sitnik.ru>
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0
@ -48,7 +47,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- base64-js
- version: 1.5.1
@ -66,7 +65,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- electron-to-chromium
- version: 1.5.267

4
dist/core-update.js vendored
View file

@ -1,2 +1,2 @@
(()=>{"use strict";var e,r,t,o={42716(e,r,t){var o=t(21777),a=t(81222),n=t(85471);t.nc=(0,o.aV)();const i=(0,n.$V)(()=>Promise.all([t.e(4208),t.e(5037)]).then(t.bind(t,34451))),l=(0,n.$V)(()=>Promise.all([t.e(4208),t.e(428)]).then(t.bind(t,428))),c=(0,a.C)("core","updaterView");new n.Ay({name:"NextcloudUpdater",render:e=>e("adminCli"===c?l:i)}).$mount("#core-updater")}},a={};function n(e){var r=a[e];if(void 0!==r)return r.exports;var t=a[e]={id:e,loaded:!1,exports:{}};return o[e].call(t.exports,t,t.exports,n),t.loaded=!0,t.exports}n.m=o,e=[],n.O=(r,t,o,a)=>{if(!t){var i=1/0;for(u=0;u<e.length;u++){for(var[t,o,a]=e[u],l=!0,c=0;c<t.length;c++)(!1&a||i>=a)&&Object.keys(n.O).every(e=>n.O[e](t[c]))?t.splice(c--,1):(l=!1,a<i&&(i=a));if(l){e.splice(u--,1);var d=o();void 0!==d&&(r=d)}}return r}a=a||0;for(var u=e.length;u>0&&e[u-1][2]>a;u--)e[u]=e[u-1];e[u]=[t,o,a]},n.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return n.d(r,{a:r}),r},n.d=(e,r)=>{for(var t in r)n.o(r,t)&&!n.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},n.f={},n.e=e=>Promise.all(Object.keys(n.f).reduce((r,t)=>(n.f[t](e,r),r),[])),n.u=e=>e+"-"+e+".js?v="+{428:"2532bb7008a9517fee02",5037:"2284e1c30b36bc6e3e0a",5862:"580b9c2e231a9169a12f",6798:"1a6cf42d93801a926a3d",7471:"b4ac70873a3ab192efd0"}[e],n.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),r={},t="nextcloud-ui-legacy:",n.l=(e,o,a,i)=>{if(r[e])r[e].push(o);else{var l,c;if(void 0!==a)for(var d=document.getElementsByTagName("script"),u=0;u<d.length;u++){var s=d[u];if(s.getAttribute("src")==e||s.getAttribute("data-webpack")==t+a){l=s;break}}l||(c=!0,(l=document.createElement("script")).charset="utf-8",n.nc&&l.setAttribute("nonce",n.nc),l.setAttribute("data-webpack",t+a),l.src=e),r[e]=[o];var p=(t,o)=>{l.onerror=l.onload=null,clearTimeout(f);var a=r[e];if(delete r[e],l.parentNode&&l.parentNode.removeChild(l),a&&a.forEach(e=>e(o)),t)return t(o)},f=setTimeout(p.bind(null,void 0,{type:"timeout",target:l}),12e4);l.onerror=p.bind(null,l.onerror),l.onload=p.bind(null,l.onload),c&&document.head.appendChild(l)}},n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),n.j=6344,(()=>{var e;globalThis.importScripts&&(e=globalThis.location+"");var r=globalThis.document;if(!e&&r&&(r.currentScript&&"SCRIPT"===r.currentScript.tagName.toUpperCase()&&(e=r.currentScript.src),!e)){var t=r.getElementsByTagName("script");if(t.length)for(var o=t.length-1;o>-1&&(!e||!/^http(s?):/.test(e));)e=t[o--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),n.p=e})(),(()=>{n.b="undefined"!=typeof document&&document.baseURI||self.location.href;var e={6344:0};n.f.j=(r,t)=>{var o=n.o(e,r)?e[r]:void 0;if(0!==o)if(o)t.push(o[2]);else{var a=new Promise((t,a)=>o=e[r]=[t,a]);t.push(o[2]=a);var i=n.p+n.u(r),l=new Error;n.l(i,t=>{if(n.o(e,r)&&(0!==(o=e[r])&&(e[r]=void 0),o)){var a=t&&("load"===t.type?"missing":t.type),i=t&&t.target&&t.target.src;l.message="Loading chunk "+r+" failed.\n("+a+": "+i+")",l.name="ChunkLoadError",l.type=a,l.request=i,o[1](l)}},"chunk-"+r,r)}},n.O.j=r=>0===e[r];var r=(r,t)=>{var o,a,[i,l,c]=t,d=0;if(i.some(r=>0!==e[r])){for(o in l)n.o(l,o)&&(n.m[o]=l[o]);if(c)var u=c(n)}for(r&&r(t);d<i.length;d++)a=i[d],n.o(e,a)&&e[a]&&e[a][0](),e[a]=0;return n.O(u)},t=globalThis.webpackChunknextcloud_ui_legacy=globalThis.webpackChunknextcloud_ui_legacy||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),n.nc=void 0;var i=n.O(void 0,[4208],()=>n(42716));i=n.O(i)})();
//# sourceMappingURL=core-update.js.map?v=ef885a45a81346b7bbc6
(()=>{"use strict";var e,r,t,o={42716(e,r,t){var o=t(21777),a=t(81222),n=t(85471);t.nc=(0,o.aV)();const i=(0,n.$V)(()=>Promise.all([t.e(4208),t.e(5037)]).then(t.bind(t,34451))),l=(0,n.$V)(()=>Promise.all([t.e(4208),t.e(428)]).then(t.bind(t,428))),d=(0,a.C)("core","updaterView");new n.Ay({name:"NextcloudUpdater",render:e=>e("adminCli"===d?l:i)}).$mount("#core-updater")}},a={};function n(e){var r=a[e];if(void 0!==r)return r.exports;var t=a[e]={id:e,loaded:!1,exports:{}};return o[e].call(t.exports,t,t.exports,n),t.loaded=!0,t.exports}n.m=o,e=[],n.O=(r,t,o,a)=>{if(!t){var i=1/0;for(u=0;u<e.length;u++){for(var[t,o,a]=e[u],l=!0,d=0;d<t.length;d++)(!1&a||i>=a)&&Object.keys(n.O).every(e=>n.O[e](t[d]))?t.splice(d--,1):(l=!1,a<i&&(i=a));if(l){e.splice(u--,1);var c=o();void 0!==c&&(r=c)}}return r}a=a||0;for(var u=e.length;u>0&&e[u-1][2]>a;u--)e[u]=e[u-1];e[u]=[t,o,a]},n.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return n.d(r,{a:r}),r},n.d=(e,r)=>{for(var t in r)n.o(r,t)&&!n.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},n.f={},n.e=e=>Promise.all(Object.keys(n.f).reduce((r,t)=>(n.f[t](e,r),r),[])),n.u=e=>e+"-"+e+".js?v="+{428:"2532bb7008a9517fee02",5037:"1ad4b379a8071defad6b",5862:"580b9c2e231a9169a12f",6798:"805f33941c6d0c16d356",7471:"b4ac70873a3ab192efd0"}[e],n.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),r={},t="nextcloud-ui-legacy:",n.l=(e,o,a,i)=>{if(r[e])r[e].push(o);else{var l,d;if(void 0!==a)for(var c=document.getElementsByTagName("script"),u=0;u<c.length;u++){var s=c[u];if(s.getAttribute("src")==e||s.getAttribute("data-webpack")==t+a){l=s;break}}l||(d=!0,(l=document.createElement("script")).charset="utf-8",n.nc&&l.setAttribute("nonce",n.nc),l.setAttribute("data-webpack",t+a),l.src=e),r[e]=[o];var p=(t,o)=>{l.onerror=l.onload=null,clearTimeout(f);var a=r[e];if(delete r[e],l.parentNode&&l.parentNode.removeChild(l),a&&a.forEach(e=>e(o)),t)return t(o)},f=setTimeout(p.bind(null,void 0,{type:"timeout",target:l}),12e4);l.onerror=p.bind(null,l.onerror),l.onload=p.bind(null,l.onload),d&&document.head.appendChild(l)}},n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),n.j=6344,(()=>{var e;globalThis.importScripts&&(e=globalThis.location+"");var r=globalThis.document;if(!e&&r&&(r.currentScript&&"SCRIPT"===r.currentScript.tagName.toUpperCase()&&(e=r.currentScript.src),!e)){var t=r.getElementsByTagName("script");if(t.length)for(var o=t.length-1;o>-1&&(!e||!/^http(s?):/.test(e));)e=t[o--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),n.p=e})(),(()=>{n.b="undefined"!=typeof document&&document.baseURI||self.location.href;var e={6344:0};n.f.j=(r,t)=>{var o=n.o(e,r)?e[r]:void 0;if(0!==o)if(o)t.push(o[2]);else{var a=new Promise((t,a)=>o=e[r]=[t,a]);t.push(o[2]=a);var i=n.p+n.u(r),l=new Error;n.l(i,t=>{if(n.o(e,r)&&(0!==(o=e[r])&&(e[r]=void 0),o)){var a=t&&("load"===t.type?"missing":t.type),i=t&&t.target&&t.target.src;l.message="Loading chunk "+r+" failed.\n("+a+": "+i+")",l.name="ChunkLoadError",l.type=a,l.request=i,o[1](l)}},"chunk-"+r,r)}},n.O.j=r=>0===e[r];var r=(r,t)=>{var o,a,[i,l,d]=t,c=0;if(i.some(r=>0!==e[r])){for(o in l)n.o(l,o)&&(n.m[o]=l[o]);if(d)var u=d(n)}for(r&&r(t);c<i.length;c++)a=i[c],n.o(e,a)&&e[a]&&e[a][0](),e[a]=0;return n.O(u)},t=globalThis.webpackChunknextcloud_ui_legacy=globalThis.webpackChunknextcloud_ui_legacy||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),n.nc=void 0;var i=n.O(void 0,[4208],()=>n(42716));i=n.O(i)})();
//# sourceMappingURL=core-update.js.map?v=286b88ab75ae5a87d876

View file

@ -7,12 +7,11 @@ SPDX-FileCopyrightText: Roman Shtylman <shtylman@gmail.com>
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
SPDX-FileCopyrightText: GitHub Inc.
SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Christoph Wurst
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0
@ -26,6 +25,9 @@ This file is generated from multiple sources. Included packages:
- @nextcloud/initial-state
- version: 3.0.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.1.0
- license: GPL-3.0-or-later
- process
- version: 0.11.10
- 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

@ -25,14 +25,13 @@ SPDX-FileCopyrightText: Eugene Sharygin <eush77@gmail.com>
SPDX-FileCopyrightText: Eric Norris (https://github.com/ericnorris)
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -65,7 +64,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vueuse/components
- version: 11.3.0
@ -92,7 +91,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3
@ -134,10 +133,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.0.0
- license: MIT
- unist-util-visit-parents
- version: 6.0.1
- license: MIT
- unist-util-visit
- version: 5.1.0
- version: 6.0.2
- license: MIT
- vue-demi
- version: 0.14.10

File diff suppressed because one or more lines are too long

4
dist/files-init.js vendored

File diff suppressed because one or more lines are too long

View file

@ -21,7 +21,6 @@ SPDX-FileCopyrightText: hookable developers
SPDX-FileCopyrightText: escape-html developers
SPDX-FileCopyrightText: debounce developers
SPDX-FileCopyrightText: atomiks
SPDX-FileCopyrightText: Victor Felder <victor@draft.li> (https://draft.li)
SPDX-FileCopyrightText: Varun A P
SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
@ -100,7 +99,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.4.47
- license: Apache-2.0
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -202,7 +201,7 @@ This file is generated from multiple sources. Included packages:
- version: 8.1.1
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @ungap/structured-clone
- version: 1.3.0
@ -283,7 +282,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.1.0
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- emoji-mart-vue-fast
- version: 15.0.5
@ -339,9 +338,6 @@ This file is generated from multiple sources. Included packages:
- is-svg
- version: 6.1.0
- license: MIT
- longest-streak
- version: 3.1.0
- license: MIT
- md5
- version: 2.3.0
- license: BSD-3-Clause
@ -360,15 +356,9 @@ This file is generated from multiple sources. Included packages:
- mdast-util-newline-to-break
- version: 2.0.0
- license: MIT
- mdast-util-phrasing
- version: 4.1.0
- license: MIT
- mdast-util-to-hast
- version: 13.2.1
- license: MIT
- mdast-util-to-markdown
- version: 2.1.2
- license: MIT
- mdast-util-to-string
- version: 4.0.0
- license: MIT
@ -474,9 +464,6 @@ This file is generated from multiple sources. Included packages:
- remark-rehype
- version: 11.1.2
- license: MIT
- remark-stringify
- version: 11.0.0
- license: MIT
- remark-unlink-protocols
- version: 1.0.0
- license: MIT
@ -544,7 +531,7 @@ This file is generated from multiple sources. Included packages:
- version: 4.0.0
- license: MIT
- unist-util-visit-parents
- version: 6.0.1
- version: 6.0.2
- license: MIT
- unist-util-visit
- version: 5.1.0
@ -585,9 +572,6 @@ This file is generated from multiple sources. Included packages:
- webpack
- version: 5.105.3
- license: MIT
- zwitch
- version: 2.0.4
- license: MIT
- base64-js
- version: 1.5.1
- license: MIT

File diff suppressed because one or more lines are too long

4
dist/files-main.js vendored

File diff suppressed because one or more lines are too long

View file

@ -21,7 +21,6 @@ SPDX-FileCopyrightText: hookable developers
SPDX-FileCopyrightText: escape-html developers
SPDX-FileCopyrightText: debounce developers
SPDX-FileCopyrightText: atomiks
SPDX-FileCopyrightText: Victor Felder <victor@draft.li> (https://draft.li)
SPDX-FileCopyrightText: Varun A P
SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
@ -104,7 +103,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.4.47
- license: Apache-2.0
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -206,7 +205,7 @@ This file is generated from multiple sources. Included packages:
- version: 8.1.1
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @ungap/structured-clone
- version: 1.3.0
@ -284,7 +283,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.1.0
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- emoji-mart-vue-fast
- version: 15.0.5
@ -343,9 +342,6 @@ This file is generated from multiple sources. Included packages:
- is-svg
- version: 6.1.0
- license: MIT
- longest-streak
- version: 3.1.0
- license: MIT
- md5
- version: 2.3.0
- license: BSD-3-Clause
@ -364,15 +360,9 @@ This file is generated from multiple sources. Included packages:
- mdast-util-newline-to-break
- version: 2.0.0
- license: MIT
- mdast-util-phrasing
- version: 4.1.0
- license: MIT
- mdast-util-to-hast
- version: 13.2.1
- license: MIT
- mdast-util-to-markdown
- version: 2.1.2
- license: MIT
- mdast-util-to-string
- version: 4.0.0
- license: MIT
@ -481,9 +471,6 @@ This file is generated from multiple sources. Included packages:
- remark-rehype
- version: 11.1.2
- license: MIT
- remark-stringify
- version: 11.0.0
- license: MIT
- remark-unlink-protocols
- version: 1.0.0
- license: MIT
@ -554,7 +541,7 @@ This file is generated from multiple sources. Included packages:
- version: 4.0.0
- license: MIT
- unist-util-visit-parents
- version: 6.0.1
- version: 6.0.2
- license: MIT
- unist-util-visit
- version: 5.1.0
@ -598,9 +585,6 @@ This file is generated from multiple sources. Included packages:
- webpack
- version: 5.105.3
- license: MIT
- zwitch
- version: 2.0.4
- license: MIT
- base64-js
- version: 1.5.1
- 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

@ -13,7 +13,6 @@ SPDX-FileCopyrightText: inherits developers
SPDX-FileCopyrightText: hookable developers
SPDX-FileCopyrightText: escape-html developers
SPDX-FileCopyrightText: atomiks
SPDX-FileCopyrightText: Victor Felder <victor@draft.li> (https://draft.li)
SPDX-FileCopyrightText: Varun A P
SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
@ -71,7 +70,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.2.1
- license: BSD-2-Clause
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -146,7 +145,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @ungap/structured-clone
- version: 1.3.0
@ -203,7 +202,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.1.0
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3
@ -244,9 +243,6 @@ This file is generated from multiple sources. Included packages:
- is-plain-obj
- version: 4.1.0
- license: MIT
- longest-streak
- version: 3.1.0
- license: MIT
- md5
- version: 2.3.0
- license: BSD-3-Clause
@ -265,15 +261,9 @@ This file is generated from multiple sources. Included packages:
- mdast-util-newline-to-break
- version: 2.0.0
- license: MIT
- mdast-util-phrasing
- version: 4.1.0
- license: MIT
- mdast-util-to-hast
- version: 13.2.1
- license: MIT
- mdast-util-to-markdown
- version: 2.1.2
- license: MIT
- mdast-util-to-string
- version: 4.0.0
- license: MIT
@ -367,9 +357,6 @@ This file is generated from multiple sources. Included packages:
- remark-rehype
- version: 11.1.2
- license: MIT
- remark-stringify
- version: 11.0.0
- license: MIT
- remark-unlink-protocols
- version: 1.0.0
- license: MIT
@ -413,7 +400,7 @@ This file is generated from multiple sources. Included packages:
- version: 4.0.0
- license: MIT
- unist-util-visit-parents
- version: 6.0.1
- version: 6.0.2
- license: MIT
- unist-util-visit
- version: 5.1.0
@ -445,9 +432,6 @@ This file is generated from multiple sources. Included packages:
- webpack
- version: 5.105.3
- license: MIT
- zwitch
- version: 2.0.4
- license: MIT
- nextcloud
- version: 1.0.0
- license: AGPL-3.0-or-later

File diff suppressed because one or more lines are too long

View file

@ -20,7 +20,6 @@ SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Eduardo San Martin Morote
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
SPDX-FileCopyrightText: @nextcloud/dialogs developers
@ -34,7 +33,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.2.11
- license: MIT
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0
@ -109,7 +108,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -35,7 +35,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.2.11
- license: MIT
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -98,7 +98,7 @@ This file is generated from multiple sources. Included packages:
- version: 2.2.0
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vue/reactivity
- version: 3.5.28
@ -125,7 +125,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

File diff suppressed because one or more lines are too long

View file

@ -18,7 +18,6 @@ SPDX-FileCopyrightText: hookable developers
SPDX-FileCopyrightText: escape-html developers
SPDX-FileCopyrightText: debounce developers
SPDX-FileCopyrightText: atomiks
SPDX-FileCopyrightText: Victor Felder <victor@draft.li> (https://draft.li)
SPDX-FileCopyrightText: Varun A P
SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)
@ -87,7 +86,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.4.47
- license: Apache-2.0
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -171,7 +170,7 @@ This file is generated from multiple sources. Included packages:
- version: 8.1.1
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @ungap/structured-clone
- version: 1.3.0
@ -237,7 +236,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.1.0
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- emoji-mart-vue-fast
- version: 15.0.5
@ -281,9 +280,6 @@ This file is generated from multiple sources. Included packages:
- is-plain-obj
- version: 4.1.0
- license: MIT
- longest-streak
- version: 3.1.0
- license: MIT
- md5
- version: 2.3.0
- license: BSD-3-Clause
@ -302,15 +298,9 @@ This file is generated from multiple sources. Included packages:
- mdast-util-newline-to-break
- version: 2.0.0
- license: MIT
- mdast-util-phrasing
- version: 4.1.0
- license: MIT
- mdast-util-to-hast
- version: 13.2.1
- license: MIT
- mdast-util-to-markdown
- version: 2.1.2
- license: MIT
- mdast-util-to-string
- version: 4.0.0
- license: MIT
@ -395,9 +385,6 @@ This file is generated from multiple sources. Included packages:
- remark-rehype
- version: 11.1.2
- license: MIT
- remark-stringify
- version: 11.0.0
- license: MIT
- remark-unlink-protocols
- version: 1.0.0
- license: MIT
@ -447,7 +434,7 @@ This file is generated from multiple sources. Included packages:
- version: 4.0.0
- license: MIT
- unist-util-visit-parents
- version: 6.0.1
- version: 6.0.2
- license: MIT
- unist-util-visit
- version: 5.1.0
@ -482,9 +469,6 @@ This file is generated from multiple sources. Included packages:
- webpack
- version: 5.105.3
- license: MIT
- zwitch
- version: 2.0.4
- license: MIT
- nextcloud
- version: 1.0.0
- license: AGPL-3.0-or-later

File diff suppressed because one or more lines are too long

View file

@ -25,13 +25,12 @@ SPDX-FileCopyrightText: Feross Aboukhadijeh
SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Eduardo San Martin Morote
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0
@ -73,7 +72,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.5.1
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -20,7 +20,6 @@ SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Eduardo San Martin Morote
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
SPDX-FileCopyrightText: @nextcloud/dialogs developers
@ -34,7 +33,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.2.11
- license: MIT
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0
@ -109,7 +108,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

View file

@ -20,7 +20,6 @@ SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Eduardo San Martin Morote
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
SPDX-FileCopyrightText: @nextcloud/dialogs developers
@ -34,7 +33,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.2.11
- license: MIT
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0
@ -109,7 +108,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

File diff suppressed because one or more lines are too long

View file

@ -22,12 +22,11 @@ SPDX-FileCopyrightText: GitHub Inc.
SPDX-FileCopyrightText: Feross Aboukhadijeh
SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: Christoph Wurst
This file is generated from multiple sources. Included packages:
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0
@ -66,7 +65,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.5.1
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -28,7 +28,6 @@ SPDX-FileCopyrightText: Feross Aboukhadijeh
SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Eduardo San Martin Morote
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Austin Andrews
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
@ -38,7 +37,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.4.47
- license: Apache-2.0
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.5.0
@ -83,7 +82,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.0
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -38,7 +38,6 @@ SPDX-FileCopyrightText: Eric Norris (https://github.com/ericnorris)
SPDX-FileCopyrightText: Eduardo San Martin Morote
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
SPDX-FileCopyrightText: @nextcloud/dialogs developers
@ -52,7 +51,7 @@ This file is generated from multiple sources. Included packages:
- version: 0.2.11
- license: MIT
- @nextcloud/auth
- version: 2.5.3
- version: 2.6.0
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.2
@ -127,7 +126,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.8.0
- license: MIT
- @nextcloud/vue
- version: 8.37.0
- version: 8.39.0
- license: AGPL-3.0-or-later
- @vue/reactivity
- version: 3.5.28
@ -172,7 +171,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.1.2
- license: MIT
- dompurify
- version: 3.4.0
- version: 3.4.2
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3
@ -247,10 +246,7 @@ This file is generated from multiple sources. Included packages:
- version: 6.0.0
- license: MIT
- unist-util-visit-parents
- version: 6.0.1
- license: MIT
- unist-util-visit
- version: 5.1.0
- version: 6.0.2
- license: MIT
- util-deprecate
- version: 1.0.2

File diff suppressed because one or more lines are too long

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