From e23030a5999360972cc583c04099546b7dee84d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 19 Jun 2025 10:28:04 +0200 Subject: [PATCH] fix: make sure etag is a string Signed-off-by: nextcloud-command Signed-off-by: skjnldsv Signed-off-by: nextcloud-command --- ...Cm_S5QYb.chunk.mjs => NcActionButton-h1B6bk5q.chunk.mjs} | 4 ++-- ...js.license => NcActionButton-h1B6bk5q.chunk.mjs.license} | 0 ....chunk.mjs.map => NcActionButton-h1B6bk5q.chunk.mjs.map} | 2 +- ...icense => NcActionButton-h1B6bk5q.chunk.mjs.map.license} | 0 ...k-Cr-o4Ub9.chunk.mjs => NcActionLink-99_YE3yH.chunk.mjs} | 4 ++-- ....mjs.license => NcActionLink-99_YE3yH.chunk.mjs.license} | 0 ...b9.chunk.mjs.map => NcActionLink-99_YE3yH.chunk.mjs.map} | 2 +- ....license => NcActionLink-99_YE3yH.chunk.mjs.map.license} | 0 js/{index-BzE9vtfU.chunk.mjs => index-DJL3ys6W.chunk.mjs} | 4 ++-- ...U.chunk.mjs.license => index-DJL3ys6W.chunk.mjs.license} | 0 ...-BzE9vtfU.chunk.mjs.map => index-DJL3ys6W.chunk.mjs.map} | 2 +- ...mjs.map.license => index-DJL3ys6W.chunk.mjs.map.license} | 0 js/viewer-init.mjs | 6 +++--- js/viewer-main.mjs | 6 +++--- ...n-B0mkZBCS.chunk.mjs => viewerAction-BbFdElMg.chunk.mjs} | 4 ++-- ....mjs.license => viewerAction-BbFdElMg.chunk.mjs.license} | 0 ...CS.chunk.mjs.map => viewerAction-BbFdElMg.chunk.mjs.map} | 2 +- ....license => viewerAction-BbFdElMg.chunk.mjs.map.license} | 0 src/utils/previewUtils.ts | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) rename js/{NcActionButton-Cm_S5QYb.chunk.mjs => NcActionButton-h1B6bk5q.chunk.mjs} (94%) rename js/{NcActionButton-Cm_S5QYb.chunk.mjs.license => NcActionButton-h1B6bk5q.chunk.mjs.license} (100%) rename js/{NcActionButton-Cm_S5QYb.chunk.mjs.map => NcActionButton-h1B6bk5q.chunk.mjs.map} (99%) rename js/{NcActionButton-Cm_S5QYb.chunk.mjs.map.license => NcActionButton-h1B6bk5q.chunk.mjs.map.license} (100%) rename js/{NcActionLink-Cr-o4Ub9.chunk.mjs => NcActionLink-99_YE3yH.chunk.mjs} (92%) rename js/{NcActionLink-Cr-o4Ub9.chunk.mjs.license => NcActionLink-99_YE3yH.chunk.mjs.license} (100%) rename js/{NcActionLink-Cr-o4Ub9.chunk.mjs.map => NcActionLink-99_YE3yH.chunk.mjs.map} (98%) rename js/{NcActionLink-Cr-o4Ub9.chunk.mjs.map.license => NcActionLink-99_YE3yH.chunk.mjs.map.license} (100%) rename js/{index-BzE9vtfU.chunk.mjs => index-DJL3ys6W.chunk.mjs} (99%) rename js/{index-BzE9vtfU.chunk.mjs.license => index-DJL3ys6W.chunk.mjs.license} (100%) rename js/{index-BzE9vtfU.chunk.mjs.map => index-DJL3ys6W.chunk.mjs.map} (99%) rename js/{index-BzE9vtfU.chunk.mjs.map.license => index-DJL3ys6W.chunk.mjs.map.license} (100%) rename js/{viewerAction-B0mkZBCS.chunk.mjs => viewerAction-BbFdElMg.chunk.mjs} (99%) rename js/{viewerAction-B0mkZBCS.chunk.mjs.license => viewerAction-BbFdElMg.chunk.mjs.license} (100%) rename js/{viewerAction-B0mkZBCS.chunk.mjs.map => viewerAction-BbFdElMg.chunk.mjs.map} (73%) rename js/{viewerAction-B0mkZBCS.chunk.mjs.map.license => viewerAction-BbFdElMg.chunk.mjs.map.license} (100%) diff --git a/js/NcActionButton-Cm_S5QYb.chunk.mjs b/js/NcActionButton-h1B6bk5q.chunk.mjs similarity index 94% rename from js/NcActionButton-Cm_S5QYb.chunk.mjs rename to js/NcActionButton-h1B6bk5q.chunk.mjs index a88a9440a..10c856cbd 100644 --- a/js/NcActionButton-Cm_S5QYb.chunk.mjs +++ b/js/NcActionButton-h1B6bk5q.chunk.mjs @@ -1,2 +1,2 @@ -import{n as i,a7 as s,ba as a,bb as n}from"./viewerAction-B0mkZBCS.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,"02eeec54");const h=r.exports;export{h as default}; -//# sourceMappingURL=NcActionButton-Cm_S5QYb.chunk.mjs.map +import{n as i,a7 as s,ba as a,bb as n}from"./viewerAction-BbFdElMg.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,"02eeec54");const h=r.exports;export{h as default}; +//# sourceMappingURL=NcActionButton-h1B6bk5q.chunk.mjs.map diff --git a/js/NcActionButton-Cm_S5QYb.chunk.mjs.license b/js/NcActionButton-h1B6bk5q.chunk.mjs.license similarity index 100% rename from js/NcActionButton-Cm_S5QYb.chunk.mjs.license rename to js/NcActionButton-h1B6bk5q.chunk.mjs.license diff --git a/js/NcActionButton-Cm_S5QYb.chunk.mjs.map b/js/NcActionButton-h1B6bk5q.chunk.mjs.map similarity index 99% rename from js/NcActionButton-Cm_S5QYb.chunk.mjs.map rename to js/NcActionButton-h1B6bk5q.chunk.mjs.map index c30b2a1b1..bac55f226 100644 --- a/js/NcActionButton-Cm_S5QYb.chunk.mjs.map +++ b/js/NcActionButton-h1B6bk5q.chunk.mjs.map @@ -1 +1 @@ -{"version":3,"file":"NcActionButton-Cm_S5QYb.chunk.mjs","sources":["../node_modules/@nextcloud/vue/dist/chunks/NcActionButton-CuVNJJtW.mjs"],"sourcesContent":["import '../assets/NcActionButton-CuV1ITDb.css';\nimport { m as mdiChevronRight, a as mdiCheck } from \"./mdi-VRLMiqbd.mjs\";\nimport { A as ActionTextMixin } from \"./actionText-fFcUPi2g.mjs\";\nimport { N as NcIconSvgWrapper } from \"./NcIconSvgWrapper-Cb-cPj1R.mjs\";\nimport { n as normalizeComponent } from \"./_plugin-vue2_normalizer-DU4iP6Vu.mjs\";\nconst _sfc_main = {\n name: \"NcActionButton\",\n components: {\n NcIconSvgWrapper\n },\n mixins: [ActionTextMixin],\n inject: {\n isInSemanticMenu: {\n from: \"NcActions:isSemanticMenu\",\n default: false\n }\n },\n props: {\n /**\n * @deprecated To be removed in @nextcloud/vue 9. Migration guide: remove ariaHidden prop from NcAction* components.\n * @todo Add a check in @nextcloud/vue 9 that this prop is not provided,\n * otherwise root element will inherit incorrect aria-hidden.\n */\n ariaHidden: {\n type: Boolean,\n default: null\n },\n /**\n * disabled state of the action button\n */\n disabled: {\n type: Boolean,\n default: false\n },\n /**\n * If this is a menu, a chevron icon will\n * be added at the end of the line\n */\n isMenu: {\n type: Boolean,\n default: false\n },\n /**\n * The button's behavior, by default the button acts like a normal button with optional toggle button behavior if `modelValue` is `true` or `false`.\n * But you can also set to checkbox button behavior with tri-state or radio button like behavior.\n * This extends the native HTML button type attribute.\n */\n type: {\n type: String,\n default: \"button\",\n validator: (behavior) => [\"button\", \"checkbox\", \"radio\", \"reset\", \"submit\"].includes(behavior)\n },\n /**\n * The buttons state if `type` is 'checkbox' or 'radio' (meaning if it is pressed / selected).\n * For checkbox and toggle button behavior - boolean value.\n * For radio button behavior - could be a boolean checked or a string with the value of the button.\n * Note: Unlike native radio buttons, NcActionButton are not grouped by name, so you need to connect them by bind correct modelValue.\n *\n * **This is not availabe for `type='submit'` or `type='reset'`**\n *\n * If using `type='checkbox'` a `model-value` of `true` means checked, `false` means unchecked and `null` means indeterminate (tri-state)\n * For `type='radio'` `null` is equal to `false`\n */\n modelValue: {\n type: [Boolean, String],\n default: null\n },\n /**\n * The value used for the `modelValue` when this component is used with radio behavior\n * Similar to the `value` attribute of ``\n */\n value: {\n type: String,\n default: null\n },\n /**\n * Small underlying text content of the entry\n */\n description: {\n type: String,\n default: \"\"\n }\n },\n setup() {\n return {\n mdiCheck,\n mdiChevronRight\n };\n },\n computed: {\n /**\n * determines if the action is focusable\n *\n * @return {boolean} is the action focusable ?\n */\n isFocusable() {\n return !this.disabled;\n },\n /**\n * The current \"checked\" or \"pressed\" state for the model behavior\n */\n isChecked() {\n if (this.type === \"radio\" && typeof this.modelValue !== \"boolean\") {\n return this.modelValue === this.value;\n }\n return this.modelValue;\n },\n /**\n * The native HTML type to set on the button\n */\n nativeType() {\n if (this.type === \"submit\" || this.type === \"reset\") {\n return this.type;\n }\n return \"button\";\n },\n /**\n * HTML attributes to bind to the