Merge pull request #56677 from nextcloud/dependabot/npm_and_yarn/build/frontend-legacy/core-js-3.47.0

build(deps): bump core-js from 3.46.0 to 3.47.0 in /build/frontend-legacy
This commit is contained in:
github-actions[bot] 2025-11-25 22:55:38 +00:00 committed by GitHub
commit 0f759d4fda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
295 changed files with 663 additions and 668 deletions

View file

@ -10,8 +10,6 @@ name: Node handlebars tests
on:
pull_request:
schedule:
- cron: "5 2 * * *"
permissions:
contents: read
@ -44,7 +42,7 @@ jobs:
- 'apps/*/appinfo/info.xml'
- 'core/src/**'
- 'package.json'
- 'package-lock.json'
- '**/package-lock.json'
- 'tsconfig.json'
- '**.js'
- '**.ts'

View file

@ -44,7 +44,7 @@ jobs:
- 'apps/*/appinfo/info.xml'
- 'core/src/**'
- 'package.json'
- 'package-lock.json'
- '**/package-lock.json'
- 'tsconfig.json'
- '**.js'
- '**.ts'

View file

@ -37,14 +37,14 @@ jobs:
- '.github/workflows/**'
- '**/src/**'
- '**/appinfo/info.xml'
- 'core/css/*'
- 'core/img/**'
- 'package.json'
- 'package-lock.json'
- '**/package-lock.json'
- 'tsconfig.json'
- '**.js'
- '**.ts'
- '**.vue'
- 'core/css/*'
- 'core/img/**'
- 'version.php'
build:

View file

@ -42,7 +42,7 @@
"cancelable-promise": "^4.3.1",
"clipboard": "^2.0.11",
"color": "^5.0.3",
"core-js": "^3.46.0",
"core-js": "^3.47.0",
"crypto-browserify": "^3.12.1",
"davclient.js": "nextcloud-deps/davclient.js#59d7777d7fe290c5f1fd74a58e7eb529b63e153d",
"debounce": "^2.2.0",
@ -7630,10 +7630,11 @@
"peer": true
},
"node_modules/core-js": {
"version": "3.46.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.46.0.tgz",
"integrity": "sha512-vDMm9B0xnqqZ8uSBpZ8sNtRtOdmfShrvT6h2TuQGLs0Is+cR0DYbj/KWP6ALVNbWPpqA/qPLoOuppJN07humpA==",
"version": "3.47.0",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.47.0.tgz",
"integrity": "sha512-c3Q2VVkGAUyupsjRnaNX6u8Dq2vAdzm9iuPj5FW0fRxzlxgq9Q39MDq10IvmQSpLgHQNyQzQmOo6bgGHmH3NNg==",
"hasInstallScript": true,
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/core-js"

View file

@ -58,7 +58,7 @@
"cancelable-promise": "^4.3.1",
"clipboard": "^2.0.11",
"color": "^5.0.3",
"core-js": "^3.46.0",
"core-js": "^3.47.0",
"crypto-browserify": "^3.12.1",
"davclient.js": "nextcloud-deps/davclient.js#59d7777d7fe290c5f1fd74a58e7eb529b63e153d",
"debounce": "^2.2.0",

View file

@ -56,7 +56,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 3.0.0
@ -68,7 +68,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/vue-select
- version: 3.26.0

File diff suppressed because one or more lines are too long

View file

@ -47,7 +47,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
@ -65,10 +65,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.34.0

File diff suppressed because one or more lines are too long

View file

@ -155,7 +155,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 3.0.0
@ -167,10 +167,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0
@ -587,7 +587,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.1
- license: MIT
- p-queue
- version: 9.0.0
- version: 9.0.1
- license: MIT
- p-timeout
- version: 7.0.1

File diff suppressed because one or more lines are too long

View file

@ -36,7 +36,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/l10n
- version: 3.4.1
@ -45,7 +45,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.34.0

File diff suppressed because one or more lines are too long

View file

@ -12,7 +12,6 @@ SPDX-FileCopyrightText: Guillaume Chau
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
This file is generated from multiple sources. Included packages:
@ -41,7 +40,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.4.1
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @vue/devtools-api
- version: 6.6.4

View file

@ -31,7 +31,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 3.0.0
@ -43,7 +43,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.34.0

2
dist/249-249.js.map vendored

File diff suppressed because one or more lines are too long

View file

@ -7,7 +7,6 @@ SPDX-FileCopyrightText: escape-html developers
SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: Austin Andrews
@ -19,7 +18,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.4.1
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.34.0

File diff suppressed because one or more lines are too long

View file

@ -142,7 +142,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
@ -160,10 +160,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0
@ -514,7 +514,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.1
- license: MIT
- p-queue
- version: 9.0.0
- version: 9.0.1
- license: MIT
- p-timeout
- version: 7.0.1

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
{"version":3,"file":"3128-3128.js?v=a580f8fddf480196f031","mappings":"oKACA,MAAMA,GAAgB,E,SAAA,IAAqB,IAAM,mE","sources":["webpack:///nextcloud/node_modules/@nextcloud/upload/node_modules/@nextcloud/dialogs/dist/chunks/index-CMm4vbO4.mjs"],"sourcesContent":["import { defineAsyncComponent } from \"vue\";\nconst FilePickerVue = defineAsyncComponent(() => import(\"./FilePicker-BMiOO53p.mjs\"));\nexport {\n FilePickerVue\n};\n//# sourceMappingURL=index-CMm4vbO4.mjs.map\n"],"names":["FilePickerVue"],"sourceRoot":""}
{"version":3,"file":"3128-3128.js?v=a580f8fddf480196f031","mappings":"oKACA,MAAMA,GAAgB,E,SAAA,IAAqB,IAAM,mE","sources":["webpack:///nextcloud/node_modules/@nextcloud/upload/node_modules/@nextcloud/dialogs/dist/chunks/index-CMm4vbO4.mjs"],"sourcesContent":["import { defineAsyncComponent } from \"vue\";\nconst FilePickerVue = defineAsyncComponent(() => import(\"./FilePicker-BMiOO53p.mjs\"));\nexport {\n FilePickerVue\n};\n//# sourceMappingURL=index-CMm4vbO4.mjs.map\n"],"names":["FilePickerVue"],"ignoreList":[],"sourceRoot":""}

View file

@ -50,7 +50,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
@ -68,10 +68,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/dialogs
- version: 6.4.0

File diff suppressed because one or more lines are too long

View file

@ -55,7 +55,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 3.0.0
@ -67,7 +67,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/vue-select
- version: 3.26.0

File diff suppressed because one or more lines are too long

View file

@ -58,7 +58,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
@ -76,10 +76,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @vue/devtools-api
- version: 6.6.4
@ -124,7 +124,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.1
- license: MIT
- p-queue
- version: 9.0.0
- version: 9.0.1
- license: MIT
- p-timeout
- version: 7.0.1

File diff suppressed because one or more lines are too long

View file

@ -42,7 +42,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 3.0.0
@ -54,7 +54,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.34.0

File diff suppressed because one or more lines are too long

View file

@ -76,7 +76,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 3.0.0
@ -88,7 +88,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0

View file

@ -155,7 +155,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 3.0.0
@ -167,10 +167,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0
@ -587,7 +587,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.1
- license: MIT
- p-queue
- version: 9.0.0
- version: 9.0.1
- license: MIT
- p-timeout
- version: 7.0.1

File diff suppressed because one or more lines are too long

View file

@ -36,7 +36,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/l10n
- version: 3.4.1
@ -45,7 +45,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0

File diff suppressed because one or more lines are too long

View file

@ -80,7 +80,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 3.0.0
@ -92,7 +92,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0

View file

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

View file

@ -155,7 +155,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 3.0.0
@ -167,10 +167,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0
@ -587,7 +587,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.1
- license: MIT
- p-queue
- version: 9.0.0
- version: 9.0.1
- license: MIT
- p-timeout
- version: 7.0.1

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -143,7 +143,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
@ -161,10 +161,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0
@ -545,7 +545,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.1
- license: MIT
- p-queue
- version: 9.0.0
- version: 9.0.1
- license: MIT
- p-timeout
- version: 7.0.1

File diff suppressed because one or more lines are too long

View file

@ -9,7 +9,6 @@ SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
SPDX-FileCopyrightText: Jeff Sagal <sagalbot@gmail.com>
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:
@ -35,7 +34,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.4.1
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @vue/reactivity
- version: 3.5.22

View file

@ -142,7 +142,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
@ -160,10 +160,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0
@ -514,7 +514,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.1
- license: MIT
- p-queue
- version: 9.0.0
- version: 9.0.1
- license: MIT
- p-timeout
- version: 7.0.1

2
dist/620-620.js.map vendored

File diff suppressed because one or more lines are too long

View file

@ -36,7 +36,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/l10n
- version: 3.4.1
@ -45,7 +45,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0

View file

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

View file

@ -50,7 +50,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
@ -68,10 +68,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/dialogs
- version: 6.4.0

File diff suppressed because one or more lines are too long

View file

@ -76,7 +76,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 3.0.0
@ -88,7 +88,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0

File diff suppressed because one or more lines are too long

View file

@ -137,7 +137,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
@ -155,10 +155,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0
@ -509,7 +509,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.1
- license: MIT
- p-queue
- version: 9.0.0
- version: 9.0.1
- license: MIT
- p-timeout
- version: 7.0.1

File diff suppressed because one or more lines are too long

View file

@ -142,7 +142,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 3.0.0
@ -178,10 +178,10 @@ This file is generated from multiple sources. Included packages:
- version: 6.0.2
- license: MIT
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0
@ -544,7 +544,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.1
- license: MIT
- p-queue
- version: 9.0.0
- version: 9.0.1
- license: MIT
- p-timeout
- version: 7.0.1

File diff suppressed because one or more lines are too long

View file

@ -28,13 +28,13 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/logger
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- baseline-browser-mapping
- version: 2.8.10

File diff suppressed because one or more lines are too long

View file

@ -80,7 +80,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 3.0.0
@ -92,7 +92,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0

File diff suppressed because one or more lines are too long

View file

@ -52,7 +52,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/l10n
- version: 3.4.1
@ -61,7 +61,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @vue/devtools-api
- version: 6.6.4

View file

@ -139,7 +139,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
@ -157,10 +157,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0
@ -523,7 +523,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.1
- license: MIT
- p-queue
- version: 9.0.0
- version: 9.0.1
- license: MIT
- p-timeout
- version: 7.0.1

File diff suppressed because one or more lines are too long

2
dist/857-857.js.map vendored

File diff suppressed because one or more lines are too long

4
dist/861-861.js vendored

File diff suppressed because one or more lines are too long

View file

@ -158,7 +158,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
@ -179,10 +179,10 @@ This file is generated from multiple sources. Included packages:
- version: 1.3.5
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0
@ -572,7 +572,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.1
- license: MIT
- p-queue
- version: 9.0.0
- version: 9.0.1
- license: MIT
- p-timeout
- version: 7.0.1

2
dist/861-861.js.map 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.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
@ -89,10 +89,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/dialogs
- version: 6.4.0

File diff suppressed because one or more lines are too long

View file

@ -44,7 +44,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 3.0.0
@ -56,7 +56,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.34.0

File diff suppressed because one or more lines are too long

View file

@ -41,7 +41,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
@ -59,10 +59,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/dialogs
- version: 6.4.0

File diff suppressed because one or more lines are too long

View file

@ -50,7 +50,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
@ -68,10 +68,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/dialogs
- version: 6.4.0

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -8,7 +8,6 @@ SPDX-FileCopyrightText: Tobias Koppers @sokra
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
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
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
@ -25,7 +24,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.4.1
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.34.0

File diff suppressed because one or more lines are too long

View file

@ -31,7 +31,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/l10n
- version: 3.4.1
@ -40,7 +40,7 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.34.0

2
dist/945-945.js.map vendored

File diff suppressed because one or more lines are too long

View file

@ -155,7 +155,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 3.0.0
@ -191,10 +191,10 @@ This file is generated from multiple sources. Included packages:
- version: 6.0.2
- license: MIT
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0
@ -611,7 +611,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.1
- license: MIT
- p-queue
- version: 9.0.0
- version: 9.0.1
- license: MIT
- p-timeout
- version: 7.0.1

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -155,7 +155,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 3.0.0
@ -167,10 +167,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0
@ -587,7 +587,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.1
- license: MIT
- p-queue
- version: 9.0.0
- version: 9.0.1
- license: MIT
- p-timeout
- version: 7.0.1
@ -821,7 +821,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.8.0
- license: MIT
- webpack
- version: 5.102.1
- version: 5.103.0
- license: MIT
- which-typed-array
- version: 1.1.19

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -59,7 +59,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 3.0.0
@ -74,7 +74,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.3.5
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @vue/devtools-api
- version: 6.6.4
@ -317,7 +317,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.8.0
- license: MIT
- webpack
- version: 5.102.1
- version: 5.103.0
- license: MIT
- which-typed-array
- version: 1.1.19

File diff suppressed because one or more lines are too long

View file

@ -1,2 +1,2 @@
(()=>{"use strict";var e,r={84350:(e,r,t)=>{var n=t(35810),o=t(53334);const i=(0,t(35947).YK)().setApp("comments").detectUser().build(),a=new n.hY({id:"comments-unread",title(e){const r=e[0].attributes["comments-unread"];return r>=0?(0,o.n)("comments","1 new comment","{unread} new comments",r,{unread:r}):(0,o.t)("comments","Comment")},displayName:()=>"",iconSvgInline:()=>'<svg xmlns="http://www.w3.org/2000/svg" id="mdi-comment-processing" viewBox="0 0 24 24"><path d="M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9M17,11V9H15V11H17M13,11V9H11V11H13M9,11V9H7V11H9Z" /></svg>',enabled(e){const r=e[0].attributes["comments-unread"];return"number"==typeof r&&r>0},async exec(e){try{return window.OCA.Files.Sidebar.setActiveTab("comments"),await window.OCA.Files.Sidebar.open(e.path),null}catch(e){return i.error("Error while opening sidebar",{error:e}),!1}},inline:()=>!0,order:-140});(0,n.Gg)(a)}},t={};function n(e){var o=t[e];if(void 0!==o)return o.exports;var i=t[e]={id:e,loaded:!1,exports:{}};return r[e].call(i.exports,i,i.exports,n),i.loaded=!0,i.exports}n.m=r,e=[],n.O=(r,t,o,i)=>{if(!t){var a=1/0;for(c=0;c<e.length;c++){for(var[t,o,i]=e[c],l=!0,s=0;s<t.length;s++)(!1&i||a>=i)&&Object.keys(n.O).every(e=>n.O[e](t[s]))?t.splice(s--,1):(l=!1,i<a&&(a=i));if(l){e.splice(c--,1);var d=o();void 0!==d&&(r=d)}}return r}i=i||0;for(var c=e.length;c>0&&e[c-1][2]>i;c--)e[c]=e[c-1];e[c]=[t,o,i]},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.e=()=>Promise.resolve(),n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),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=3260,(()=>{var e={3260:0};n.O.j=r=>0===e[r];var r=(r,t)=>{var o,i,[a,l,s]=t,d=0;if(a.some(r=>0!==e[r])){for(o in l)n.o(l,o)&&(n.m[o]=l[o]);if(s)var c=s(n)}for(r&&r(t);d<a.length;d++)i=a[d],n.o(e,i)&&e[i]&&e[i][0](),e[i]=0;return n.O(c)},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 o=n.O(void 0,[4208],()=>n(84350));o=n.O(o)})();
//# sourceMappingURL=comments-init.js.map?v=2621e0fa161e58b3c744
(()=>{"use strict";var e,r={84350:(e,r,n)=>{var t=n(35810),o=n(53334);const i=(0,n(35947).YK)().setApp("comments").detectUser().build(),a=new t.hY({id:"comments-unread",title(e){const r=e[0].attributes["comments-unread"];return r>=0?(0,o.n)("comments","1 new comment","{unread} new comments",r,{unread:r}):(0,o.t)("comments","Comment")},displayName:()=>"",iconSvgInline:()=>'<svg xmlns="http://www.w3.org/2000/svg" id="mdi-comment-processing" viewBox="0 0 24 24"><path d="M9,22A1,1 0 0,1 8,21V18H4A2,2 0 0,1 2,16V4C2,2.89 2.9,2 4,2H20A2,2 0 0,1 22,4V16A2,2 0 0,1 20,18H13.9L10.2,21.71C10,21.9 9.75,22 9.5,22V22H9M17,11V9H15V11H17M13,11V9H11V11H13M9,11V9H7V11H9Z" /></svg>',enabled(e){const r=e[0].attributes["comments-unread"];return"number"==typeof r&&r>0},async exec(e){try{return window.OCA.Files.Sidebar.setActiveTab("comments"),await window.OCA.Files.Sidebar.open(e.path),null}catch(e){return i.error("Error while opening sidebar",{error:e}),!1}},inline:()=>!0,order:-140});(0,t.Gg)(a)}},n={};function t(e){var o=n[e];if(void 0!==o)return o.exports;var i=n[e]={id:e,loaded:!1,exports:{}};return r[e].call(i.exports,i,i.exports,t),i.loaded=!0,i.exports}t.m=r,e=[],t.O=(r,n,o,i)=>{if(!n){var a=1/0;for(c=0;c<e.length;c++){for(var[n,o,i]=e[c],l=!0,s=0;s<n.length;s++)(!1&i||a>=i)&&Object.keys(t.O).every(e=>t.O[e](n[s]))?n.splice(s--,1):(l=!1,i<a&&(a=i));if(l){e.splice(c--,1);var d=o();void 0!==d&&(r=d)}}return r}i=i||0;for(var c=e.length;c>0&&e[c-1][2]>i;c--)e[c]=e[c-1];e[c]=[n,o,i]},t.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return t.d(r,{a:r}),r},t.d=(e,r)=>{for(var n in r)t.o(r,n)&&!t.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:r[n]})},t.e=()=>Promise.resolve(),t.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},t.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),t.j=3260,(()=>{var e={3260:0};t.O.j=r=>0===e[r];var r=(r,n)=>{var o,i,[a,l,s]=n,d=0;if(a.some(r=>0!==e[r])){for(o in l)t.o(l,o)&&(t.m[o]=l[o]);if(s)var c=s(t)}for(r&&r(n);d<a.length;d++)i=a[d],t.o(e,i)&&e[i]&&e[i][0](),e[i]=0;return t.O(c)},n=globalThis.webpackChunknextcloud_ui_legacy=globalThis.webpackChunknextcloud_ui_legacy||[];n.forEach(r.bind(null,0)),n.push=r.bind(null,n.push.bind(n))})(),t.nc=void 0;var o=t.O(void 0,[4208],()=>t(84350));o=t.O(o)})();
//# sourceMappingURL=comments-init.js.map?v=5cc930970abd3a3b231a

View file

@ -34,7 +34,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
@ -52,10 +52,10 @@ This file is generated from multiple sources. Included packages:
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- base64-js
- version: 1.5.1
@ -100,7 +100,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.1.1
- license: MIT
- webpack
- version: 5.102.1
- version: 5.103.0
- license: MIT
- nextcloud
- version: 1.0.0

File diff suppressed because one or more lines are too long

View file

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

View file

@ -20,19 +20,19 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/logger
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- process
- version: 0.11.10
- license: MIT
- webpack
- version: 5.102.1
- version: 5.103.0
- license: MIT
- nextcloud
- version: 1.0.0

File diff suppressed because one or more lines are too long

4
dist/core-common.js vendored

File diff suppressed because one or more lines are too long

View file

@ -187,7 +187,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
@ -232,10 +232,10 @@ This file is generated from multiple sources. Included packages:
- version: 6.0.2
- license: MIT
- @nextcloud/paths
- version: 2.2.2
- version: 2.3.0
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- version: 3.1.0
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.3.0
@ -712,7 +712,7 @@ This file is generated from multiple sources. Included packages:
- version: 5.0.1
- license: MIT
- p-queue
- version: 9.0.0
- version: 9.0.1
- license: MIT
- p-timeout
- version: 7.0.1

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -23,7 +23,7 @@ This file is generated from multiple sources. Included packages:
- version: 7.7.2
- license: ISC
- @nextcloud/event-bus
- version: 3.3.2
- version: 3.3.3
- license: GPL-3.0-or-later
- @nextcloud/logger
- version: 3.0.2
@ -41,7 +41,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.13.7
- license: MIT
- webpack
- version: 5.102.1
- version: 5.103.0
- license: MIT
- nextcloud
- version: 1.0.0

File diff suppressed because one or more lines are too long

View file

@ -1,2 +1,2 @@
(()=>{"use strict";var e,t={75681:(e,t,i)=>{var n=i(12111);!function(e){const t=function(e){const t=this;n.default.each(e,function(e,i){n.default.isFunction(e)||(t[i]=e)}),n.default.isUndefined(this.id)||(this.id=parseInt(e.id,10)),this.path=e.path||"","dir"===this.type?this.mimetype="httpd/unix-directory":this.mimetype=this.mimetype||"application/octet-stream",this.type||("httpd/unix-directory"===this.mimetype?this.type="dir":this.type="file")};t.prototype={id:null,name:null,path:null,mimetype:null,icon:null,type:null,permissions:null,mtime:null,etag:null,mountType:null,hasPreview:!0,sharePermissions:null,shareAttributes:[],quotaAvailableBytes:-1,canDownload:function(){for(const e in this.shareAttributes){const t=this.shareAttributes[e];if("permissions"===t.scope&&"download"===t.key)return!0===t.value}return!0}},e.Files||(e.Files={}),e.Files.FileInfo=t}(OC)}},i={};function n(e){var r=i[e];if(void 0!==r)return r.exports;var o=i[e]={id:e,loaded:!1,exports:{}};return t[e].call(o.exports,o,o.exports,n),o.loaded=!0,o.exports}n.m=t,e=[],n.O=(t,i,r,o)=>{if(!i){var l=1/0;for(d=0;d<e.length;d++){for(var[i,r,o]=e[d],s=!0,a=0;a<i.length;a++)(!1&o||l>=o)&&Object.keys(n.O).every(e=>n.O[e](i[a]))?i.splice(a--,1):(s=!1,o<l&&(l=o));if(s){e.splice(d--,1);var u=r();void 0!==u&&(t=u)}}return t}o=o||0;for(var d=e.length;d>0&&e[d-1][2]>o;d--)e[d]=e[d-1];e[d]=[i,r,o]},n.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return n.d(t,{a:t}),t},n.d=(e,t)=>{for(var i in t)n.o(t,i)&&!n.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},n.e=()=>Promise.resolve(),n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),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=4313,(()=>{var e={4313:0};n.O.j=t=>0===e[t];var t=(t,i)=>{var r,o,[l,s,a]=i,u=0;if(l.some(t=>0!==e[t])){for(r in s)n.o(s,r)&&(n.m[r]=s[r]);if(a)var d=a(n)}for(t&&t(i);u<l.length;u++)o=l[u],n.o(e,o)&&e[o]&&e[o][0](),e[o]=0;return n.O(d)},i=globalThis.webpackChunknextcloud_ui_legacy=globalThis.webpackChunknextcloud_ui_legacy||[];i.forEach(t.bind(null,0)),i.push=t.bind(null,i.push.bind(i))})(),n.nc=void 0;var r=n.O(void 0,[4208],()=>n(75681));r=n.O(r)})();
//# sourceMappingURL=core-files_fileinfo.js.map?v=64159113a266c7cf9a52
(()=>{"use strict";var e,t={75681:(e,t,i)=>{var r=i(12111);!function(e){const t=function(e){const t=this;r.default.each(e,function(e,i){r.default.isFunction(e)||(t[i]=e)}),r.default.isUndefined(this.id)||(this.id=parseInt(e.id,10)),this.path=e.path||"","dir"===this.type?this.mimetype="httpd/unix-directory":this.mimetype=this.mimetype||"application/octet-stream",this.type||("httpd/unix-directory"===this.mimetype?this.type="dir":this.type="file")};t.prototype={id:null,name:null,path:null,mimetype:null,icon:null,type:null,permissions:null,mtime:null,etag:null,mountType:null,hasPreview:!0,sharePermissions:null,shareAttributes:[],quotaAvailableBytes:-1,canDownload:function(){for(const e in this.shareAttributes){const t=this.shareAttributes[e];if("permissions"===t.scope&&"download"===t.key)return!0===t.value}return!0}},e.Files||(e.Files={}),e.Files.FileInfo=t}(OC)}},i={};function r(e){var n=i[e];if(void 0!==n)return n.exports;var o=i[e]={id:e,loaded:!1,exports:{}};return t[e].call(o.exports,o,o.exports,r),o.loaded=!0,o.exports}r.m=t,e=[],r.O=(t,i,n,o)=>{if(!i){var l=1/0;for(d=0;d<e.length;d++){for(var[i,n,o]=e[d],s=!0,a=0;a<i.length;a++)(!1&o||l>=o)&&Object.keys(r.O).every(e=>r.O[e](i[a]))?i.splice(a--,1):(s=!1,o<l&&(l=o));if(s){e.splice(d--,1);var u=n();void 0!==u&&(t=u)}}return t}o=o||0;for(var d=e.length;d>0&&e[d-1][2]>o;d--)e[d]=e[d-1];e[d]=[i,n,o]},r.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return r.d(t,{a:t}),t},r.d=(e,t)=>{for(var i in t)r.o(t,i)&&!r.o(e,i)&&Object.defineProperty(e,i,{enumerable:!0,get:t[i]})},r.e=()=>Promise.resolve(),r.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),r.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),r.j=4313,(()=>{var e={4313:0};r.O.j=t=>0===e[t];var t=(t,i)=>{var n,o,[l,s,a]=i,u=0;if(l.some(t=>0!==e[t])){for(n in s)r.o(s,n)&&(r.m[n]=s[n]);if(a)var d=a(r)}for(t&&t(i);u<l.length;u++)o=l[u],r.o(e,o)&&e[o]&&e[o][0](),e[o]=0;return r.O(d)},i=globalThis.webpackChunknextcloud_ui_legacy=globalThis.webpackChunknextcloud_ui_legacy||[];i.forEach(t.bind(null,0)),i.push=t.bind(null,i.push.bind(i))})(),r.nc=void 0;var n=r.O(void 0,[4208],()=>r(75681));n=r.O(n)})();
//# sourceMappingURL=core-files_fileinfo.js.map?v=364d8893dfd8655c13fc

View file

@ -10,7 +10,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.13.7
- license: MIT
- webpack
- version: 5.102.1
- version: 5.103.0
- license: MIT
- nextcloud
- version: 1.0.0

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