Обновление клиента

This commit is contained in:
root
2026-03-05 13:40:40 +00:00
parent 34bcd34979
commit b8905de237
4147 changed files with 748711 additions and 7 deletions
@@ -0,0 +1,2 @@
import{n as i,ab as s,be as a,bf as n}from"./previewUtils-DGR5aPfN.chunk.mjs";import{A as o}from"./actionText-fFcUPi2g-gjw6zxAU.chunk.mjs";const l={name:"NcActionButton",components:{NcIconSvgWrapper:s},mixins:[o],inject:{isInSemanticMenu:{from:"NcActions:isSemanticMenu",default:!1}},props:{ariaHidden:{type:Boolean,default:null},disabled:{type:Boolean,default:!1},isMenu:{type:Boolean,default:!1},type:{type:String,default:"button",validator:t=>["button","checkbox","radio","reset","submit"].includes(t)},modelValue:{type:[Boolean,String],default:null},value:{type:String,default:null},description:{type:String,default:""}},setup(){return{mdiCheck:n,mdiChevronRight:a}},computed:{isFocusable(){return!this.disabled},isChecked(){return this.type==="radio"&&typeof this.modelValue!="boolean"?this.modelValue===this.value:this.modelValue},nativeType(){return this.type==="submit"||this.type==="reset"?this.type:"button"},buttonAttributes(){const t={};return this.isInSemanticMenu?(t.role="menuitem",this.type==="radio"?(t.role="menuitemradio",t["aria-checked"]=this.isChecked?"true":"false"):(this.type==="checkbox"||this.nativeType==="button"&&this.modelValue!==null)&&(t.role="menuitemcheckbox",t["aria-checked"]=this.modelValue===null?"mixed":this.modelValue?"true":"false")):this.modelValue!==null&&this.nativeType==="button"&&(t["aria-pressed"]=this.modelValue?"true":"false"),t}},methods:{handleClick(t){this.onClick(t),(this.modelValue!==null||this.type!=="button")&&(this.type==="radio"?typeof this.modelValue!="boolean"?this.isChecked||this.$emit("update:modelValue",this.value):this.$emit("update:modelValue",!this.isChecked):this.$emit("update:modelValue",!this.isChecked))}}};var c=function(){var t=this,e=t._self._c;return e("li",{staticClass:"action",class:{"action--disabled":t.disabled},attrs:{role:t.isInSemanticMenu&&"presentation"}},[e("button",t._b({class:["action-button button-vue",{"action-button--active":t.isChecked,focusable:t.isFocusable}],attrs:{"aria-label":t.ariaLabel,disabled:t.disabled,title:t.title,type:t.nativeType},on:{click:t.handleClick}},"button",t.buttonAttributes,!1),[t._t("icon",function(){return[e("span",{staticClass:"action-button__icon",class:[t.isIconUrl?"action-button__icon--url":t.icon],style:{backgroundImage:t.isIconUrl?`url(${t.icon})`:null},attrs:{"aria-hidden":"true"}})]}),e("span",{staticClass:"action-button__longtext-wrapper"},[t.name?e("strong",{staticClass:"action-button__name"},[t._v(" "+t._s(t.name)+" ")]):t._e(),t.isLongText?e("span",{staticClass:"action-button__longtext",domProps:{textContent:t._s(t.text)}}):e("span",{staticClass:"action-button__text"},[t._v(" "+t._s(t.text)+" ")]),t.description?e("span",{staticClass:"action-button__description",domProps:{textContent:t._s(t.description)}}):t._e()]),t.isMenu?e("NcIconSvgWrapper",{staticClass:"action-button__menu-icon",attrs:{directional:"",path:t.mdiChevronRight}}):t.isChecked?e("NcIconSvgWrapper",{staticClass:"action-button__pressed-icon",attrs:{path:t.mdiCheck}}):t.isChecked===!1?e("span",{staticClass:"action-button__pressed-icon material-design-icon"}):t._e(),t._e()],2)])},u=[],r=i(l,c,u,!1,null,"102cfc0a");const h=r.exports;export{h as default};
//# sourceMappingURL=NcActionButton-C1gOy7vm.chunk.mjs.map
@@ -0,0 +1,7 @@
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This file is generated from multiple sources. Included packages:
- @nextcloud/vue
- version: 8.28.0
- license: AGPL-3.0-or-later
File diff suppressed because one or more lines are too long
@@ -0,0 +1,7 @@
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This file is generated from multiple sources. Included packages:
- @nextcloud/vue
- version: 8.28.0
- license: AGPL-3.0-or-later
@@ -0,0 +1,2 @@
import{A as a}from"./actionText-fFcUPi2g-gjw6zxAU.chunk.mjs";import{n as e}from"./previewUtils-DGR5aPfN.chunk.mjs";const i={name:"NcActionLink",mixins:[a],inject:{isInSemanticMenu:{from:"NcActions:isSemanticMenu",default:!1}},props:{href:{type:String,default:"#",required:!0,validator:t=>{try{return new URL(t)}catch{return t.startsWith("#")||t.startsWith("/")}}},download:{type:String,default:null},target:{type:String,default:"_self",validator:t=>t&&(!t.startsWith("_")||["_blank","_self","_parent","_top"].indexOf(t)>-1)},title:{type:String,default:null},ariaHidden:{type:Boolean,default:null}}};var s=function(){var t=this,n=t._self._c;return n("li",{staticClass:"action",attrs:{role:t.isInSemanticMenu&&"presentation"}},[n("a",{staticClass:"action-link focusable",attrs:{download:t.download,href:t.href,"aria-label":t.ariaLabel,target:t.target,title:t.title,rel:"nofollow noreferrer noopener",role:t.isInSemanticMenu&&"menuitem"},on:{click:t.onClick}},[t._t("icon",function(){return[n("span",{staticClass:"action-link__icon",class:[t.isIconUrl?"action-link__icon--url":t.icon],style:{backgroundImage:t.isIconUrl?`url(${t.icon})`:null},attrs:{"aria-hidden":"true"}})]}),t.name?n("span",{staticClass:"action-link__longtext-wrapper"},[n("strong",{staticClass:"action-link__name"},[t._v(" "+t._s(t.name)+" ")]),n("br"),n("span",{staticClass:"action-link__longtext",domProps:{textContent:t._s(t.text)}})]):t.isLongText?n("span",{staticClass:"action-link__longtext",domProps:{textContent:t._s(t.text)}}):n("span",{staticClass:"action-link__text"},[t._v(t._s(t.text))]),t._e()],2)])},l=[],o=e(i,s,l,!1,null,"30c015f0");const _=o.exports;export{_ as default};
//# sourceMappingURL=NcActionLink-BqJcL5SN.chunk.mjs.map
@@ -0,0 +1,7 @@
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This file is generated from multiple sources. Included packages:
- @nextcloud/vue
- version: 8.28.0
- license: AGPL-3.0-or-later
File diff suppressed because one or more lines are too long
@@ -0,0 +1,7 @@
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This file is generated from multiple sources. Included packages:
- @nextcloud/vue
- version: 8.28.0
- license: AGPL-3.0-or-later
File diff suppressed because one or more lines are too long
@@ -0,0 +1,96 @@
SPDX-License-Identifier: BSD-3-Clause
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: @emotion/is-prop-valid developers
SPDX-FileCopyrightText: @emotion/memoize developers
SPDX-FileCopyrightText: @emotion/stylis developers
SPDX-FileCopyrightText: @emotion/unitless developers
SPDX-FileCopyrightText: Anton Lavrenov
SPDX-FileCopyrightText: Cody Bennett (https://github.com/codyjasonbennett)
SPDX-FileCopyrightText: Federico Zivolo <federico.zivolo@gmail.com>
SPDX-FileCopyrightText: Glen Maddern
SPDX-FileCopyrightText: John-David Dalton <john.david.dalton@gmail.com>
SPDX-FileCopyrightText: Michael Ridgway <mcridgway@gmail.com>
SPDX-FileCopyrightText: Scaleflex
SPDX-FileCopyrightText: The Babel Team (https://babel.dev/team)
SPDX-FileCopyrightText: prop-types developers
SPDX-FileCopyrightText: react developers
SPDX-FileCopyrightText: react-dom developers
SPDX-FileCopyrightText: react-is developers
SPDX-FileCopyrightText: react-konva developers
SPDX-FileCopyrightText: react-reconciler developers
SPDX-FileCopyrightText: scaleflex
SPDX-FileCopyrightText: scheduler developers
This file is generated from multiple sources. Included packages:
- @babel/runtime
- version: 7.27.4
- license: MIT
- @emotion/is-prop-valid
- version: 1.2.2
- license: MIT
- @emotion/memoize
- version: 0.8.1
- license: MIT
- @emotion/stylis
- version: 0.8.5
- license: MIT
- @emotion/unitless
- version: 0.7.5
- license: MIT
- @popperjs/core
- version: 2.11.8
- license: MIT
- @scaleflex/icons
- version: 2.6.3
- license: MIT
- @scaleflex/ui
- version: 2.7.0
- license: MIT
- filerobot-image-editor
- version: 4.8.1
- license: MIT
- hoist-non-react-statics
- version: 3.3.2
- license: BSD-3-Clause
- its-fine
- version: 1.2.5
- license: MIT
- konva
- version: 9.3.6
- license: MIT
- konva
- version: 9.3.20
- license: MIT
- lodash.merge
- version: 4.6.2
- license: MIT
- prop-types
- version: 15.7.2
- license: MIT
- react
- version: 18.3.1
- license: MIT
- react-dom
- version: 18.3.1
- license: MIT
- react-filerobot-image-editor
- version: 4.8.1
- license: MIT
- react-is
- version: 16.13.1
- license: MIT
- react-is
- version: 19.1.0
- license: MIT
- react-konva
- version: 18.2.10
- license: MIT
- react-reconciler
- version: 0.29.2
- license: MIT
- scheduler
- version: 0.23.2
- license: MIT
- styled-components
- version: 5.3.11
- license: MIT
File diff suppressed because one or more lines are too long
@@ -0,0 +1,96 @@
SPDX-License-Identifier: BSD-3-Clause
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: @emotion/is-prop-valid developers
SPDX-FileCopyrightText: @emotion/memoize developers
SPDX-FileCopyrightText: @emotion/stylis developers
SPDX-FileCopyrightText: @emotion/unitless developers
SPDX-FileCopyrightText: Anton Lavrenov
SPDX-FileCopyrightText: Cody Bennett (https://github.com/codyjasonbennett)
SPDX-FileCopyrightText: Federico Zivolo <federico.zivolo@gmail.com>
SPDX-FileCopyrightText: Glen Maddern
SPDX-FileCopyrightText: John-David Dalton <john.david.dalton@gmail.com>
SPDX-FileCopyrightText: Michael Ridgway <mcridgway@gmail.com>
SPDX-FileCopyrightText: Scaleflex
SPDX-FileCopyrightText: The Babel Team (https://babel.dev/team)
SPDX-FileCopyrightText: prop-types developers
SPDX-FileCopyrightText: react developers
SPDX-FileCopyrightText: react-dom developers
SPDX-FileCopyrightText: react-is developers
SPDX-FileCopyrightText: react-konva developers
SPDX-FileCopyrightText: react-reconciler developers
SPDX-FileCopyrightText: scaleflex
SPDX-FileCopyrightText: scheduler developers
This file is generated from multiple sources. Included packages:
- @babel/runtime
- version: 7.27.4
- license: MIT
- @emotion/is-prop-valid
- version: 1.2.2
- license: MIT
- @emotion/memoize
- version: 0.8.1
- license: MIT
- @emotion/stylis
- version: 0.8.5
- license: MIT
- @emotion/unitless
- version: 0.7.5
- license: MIT
- @popperjs/core
- version: 2.11.8
- license: MIT
- @scaleflex/icons
- version: 2.6.3
- license: MIT
- @scaleflex/ui
- version: 2.7.0
- license: MIT
- filerobot-image-editor
- version: 4.8.1
- license: MIT
- hoist-non-react-statics
- version: 3.3.2
- license: BSD-3-Clause
- its-fine
- version: 1.2.5
- license: MIT
- konva
- version: 9.3.6
- license: MIT
- konva
- version: 9.3.20
- license: MIT
- lodash.merge
- version: 4.6.2
- license: MIT
- prop-types
- version: 15.7.2
- license: MIT
- react
- version: 18.3.1
- license: MIT
- react-dom
- version: 18.3.1
- license: MIT
- react-filerobot-image-editor
- version: 4.8.1
- license: MIT
- react-is
- version: 16.13.1
- license: MIT
- react-is
- version: 19.1.0
- license: MIT
- react-konva
- version: 18.2.10
- license: MIT
- react-reconciler
- version: 0.29.2
- license: MIT
- scheduler
- version: 0.23.2
- license: MIT
- styled-components
- version: 5.3.11
- license: MIT
File diff suppressed because one or more lines are too long
@@ -0,0 +1,159 @@
SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-License-Identifier: ISC
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: @nextcloud/dialogs developers
SPDX-FileCopyrightText: Alkemics
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Austin Andrews
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: David Myers <hello@davidmyers.dev>
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Feross Aboukhadijeh
SPDX-FileCopyrightText: GitHub Inc.
SPDX-FileCopyrightText: Guillaume Chau <guillaume.b.chau@gmail.com>
SPDX-FileCopyrightText: James Halliday
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
SPDX-FileCopyrightText: John Molakvoæ <skjnldsv@protonmail.com>
SPDX-FileCopyrightText: Matt Zabriskie
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
SPDX-FileCopyrightText: Perry Mitchell <perry@perrymitchell.net>
SPDX-FileCopyrightText: Sindre Sorhus
SPDX-FileCopyrightText: Varun A P
SPDX-FileCopyrightText: atomiks
SPDX-FileCopyrightText: debounce developers
SPDX-FileCopyrightText: escape-html developers
SPDX-FileCopyrightText: string_decoder developers
This file is generated from multiple sources. Included packages:
- @floating-ui/core
- version: 0.3.1
- license: MIT
- @floating-ui/dom
- version: 0.1.10
- license: MIT
- @mdi/svg
- version: 7.4.47
- license: Apache-2.0
- @nextcloud/auth
- version: 2.5.2
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.1
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.4.0
- license: GPL-3.0-or-later
- @nextcloud/dialogs
- version: 5.3.8
- license: AGPL-3.0-or-later
- @nextcloud/event-bus
- version: 3.3.2
- license: GPL-3.0-or-later
- @nextcloud/files
- version: 3.12.0
- license: AGPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
- license: GPL-3.0-or-later
- @nextcloud/l10n
- version: 3.4.0
- license: GPL-3.0-or-later
- @nextcloud/logger
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.1
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.2.5
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.28.0
- license: AGPL-3.0-or-later
- @vitejs/plugin-vue2
- version: 2.3.3
- license: MIT
- @vue/reactivity
- version: 3.5.16
- license: MIT
- @vue/runtime-core
- version: 3.5.16
- license: MIT
- @vue/shared
- version: 3.5.16
- license: MIT
- @vueuse/core
- version: 11.3.0
- license: MIT
- @vueuse/shared
- version: 11.3.0
- license: MIT
- axios
- version: 1.9.0
- license: MIT
- camelcase
- version: 8.0.0
- license: MIT
- cancelable-promise
- version: 4.3.1
- license: MIT
- debounce
- version: 2.2.0
- license: MIT
- dompurify
- version: 3.3.0
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
- license: MIT
- focus-trap
- version: 7.6.5
- license: MIT
- path-browserify
- version: 1.0.1
- license: MIT
- safe-buffer
- version: 5.2.1
- license: MIT
- semver
- version: 7.7.2
- license: ISC
- string_decoder
- version: 1.3.0
- license: MIT
- tabbable
- version: 6.2.0
- license: MIT
- toastify-js
- version: 1.12.0
- license: MIT
- viewer
- version: 5.0.0-dev.0
- license: AGPL-3.0-or-later
- vite
- version: 5.4.19
- license: MIT
- vite-plugin-node-polyfills
- version: 0.23.0
- license: MIT
- vue
- version: 2.7.16
- license: MIT
- vue-demi
- version: 0.14.10
- license: MIT
- webdav
- version: 5.8.0
- license: MIT
File diff suppressed because one or more lines are too long
@@ -0,0 +1,159 @@
SPDX-License-Identifier: (MPL-2.0 OR Apache-2.0)
SPDX-License-Identifier: AGPL-3.0-or-later
SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-License-Identifier: ISC
SPDX-License-Identifier: MIT
SPDX-FileCopyrightText: @nextcloud/dialogs developers
SPDX-FileCopyrightText: Alkemics
SPDX-FileCopyrightText: Anthony Fu <anthonyfu117@hotmail.com>
SPDX-FileCopyrightText: Anthony Fu <https://github.com/antfu>
SPDX-FileCopyrightText: Austin Andrews
SPDX-FileCopyrightText: Christoph Wurst
SPDX-FileCopyrightText: David Clark
SPDX-FileCopyrightText: David Myers <hello@davidmyers.dev>
SPDX-FileCopyrightText: Dr.-Ing. Mario Heiderich, Cure53 <mario@cure53.de> (https://cure53.de/)
SPDX-FileCopyrightText: Evan You
SPDX-FileCopyrightText: Feross Aboukhadijeh
SPDX-FileCopyrightText: GitHub Inc.
SPDX-FileCopyrightText: Guillaume Chau <guillaume.b.chau@gmail.com>
SPDX-FileCopyrightText: James Halliday
SPDX-FileCopyrightText: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
SPDX-FileCopyrightText: John Molakvoæ <skjnldsv@protonmail.com>
SPDX-FileCopyrightText: Matt Zabriskie
SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors
SPDX-FileCopyrightText: Perry Mitchell <perry@perrymitchell.net>
SPDX-FileCopyrightText: Sindre Sorhus
SPDX-FileCopyrightText: Varun A P
SPDX-FileCopyrightText: atomiks
SPDX-FileCopyrightText: debounce developers
SPDX-FileCopyrightText: escape-html developers
SPDX-FileCopyrightText: string_decoder developers
This file is generated from multiple sources. Included packages:
- @floating-ui/core
- version: 0.3.1
- license: MIT
- @floating-ui/dom
- version: 0.1.10
- license: MIT
- @mdi/svg
- version: 7.4.47
- license: Apache-2.0
- @nextcloud/auth
- version: 2.5.2
- license: GPL-3.0-or-later
- @nextcloud/axios
- version: 2.5.1
- license: GPL-3.0-or-later
- @nextcloud/browser-storage
- version: 0.4.0
- license: GPL-3.0-or-later
- @nextcloud/dialogs
- version: 5.3.8
- license: AGPL-3.0-or-later
- @nextcloud/event-bus
- version: 3.3.2
- license: GPL-3.0-or-later
- @nextcloud/files
- version: 3.12.0
- license: AGPL-3.0-or-later
- @nextcloud/initial-state
- version: 2.2.0
- license: GPL-3.0-or-later
- @nextcloud/l10n
- version: 3.4.0
- license: GPL-3.0-or-later
- @nextcloud/logger
- version: 3.0.2
- license: GPL-3.0-or-later
- @nextcloud/paths
- version: 2.2.1
- license: GPL-3.0-or-later
- @nextcloud/router
- version: 3.0.1
- license: GPL-3.0-or-later
- @nextcloud/sharing
- version: 0.2.5
- license: GPL-3.0-or-later
- @nextcloud/vue
- version: 8.28.0
- license: AGPL-3.0-or-later
- @vitejs/plugin-vue2
- version: 2.3.3
- license: MIT
- @vue/reactivity
- version: 3.5.16
- license: MIT
- @vue/runtime-core
- version: 3.5.16
- license: MIT
- @vue/shared
- version: 3.5.16
- license: MIT
- @vueuse/core
- version: 11.3.0
- license: MIT
- @vueuse/shared
- version: 11.3.0
- license: MIT
- axios
- version: 1.9.0
- license: MIT
- camelcase
- version: 8.0.0
- license: MIT
- cancelable-promise
- version: 4.3.1
- license: MIT
- debounce
- version: 2.2.0
- license: MIT
- dompurify
- version: 3.3.0
- license: (MPL-2.0 OR Apache-2.0)
- escape-html
- version: 1.0.3
- license: MIT
- floating-vue
- version: 1.0.0-beta.19
- license: MIT
- focus-trap
- version: 7.6.5
- license: MIT
- path-browserify
- version: 1.0.1
- license: MIT
- safe-buffer
- version: 5.2.1
- license: MIT
- semver
- version: 7.7.2
- license: ISC
- string_decoder
- version: 1.3.0
- license: MIT
- tabbable
- version: 6.2.0
- license: MIT
- toastify-js
- version: 1.12.0
- license: MIT
- viewer
- version: 5.0.0-dev.0
- license: AGPL-3.0-or-later
- vite
- version: 5.4.19
- license: MIT
- vite-plugin-node-polyfills
- version: 0.23.0
- license: MIT
- vue
- version: 2.7.16
- license: MIT
- vue-demi
- version: 0.14.10
- license: MIT
- webdav
- version: 5.8.0
- license: MIT