Skip to content

Commit 27a35cd

Browse files
chore(assets): recompile assets
Signed-off-by: nextcloud-command <[email protected]>
1 parent 1357da6 commit 27a35cd

File tree

60 files changed

+72
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+72
-72
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import{N as t}from"./EditorOutline-BednLKr8.chunk.mjs";import{n as r}from"./_plugin-vue2_normalizer-XSZyZ-Zg.chunk.mjs";const i={name:"AvatarWrapper",components:{NcAvatar:t},props:{session:{type:Object,required:!0},size:{type:Number,default:()=>32}},computed:{sessionAvatarStyle(){return{...this.sessionBackgroundStyle,"border-color":this.session.color,"border-width":"2px","border-style":"solid","--size":this.size+"px","--font-size":this.size/2+"px"}},sessionBackgroundStyle(){return{"background-color":this.session.userId?this.session.color+" !important":"#b9b9b9"}},guestInitial(){return this.session.guestName===""?"?":this.session.guestName.slice(0,1).toUpperCase()}}};var o=function(){var s=this,e=s._self._c;return e("div",{staticClass:"avatar-wrapper",style:s.sessionAvatarStyle},[s.session.userId?e("NcAvatar",{attrs:{user:s.session.userId?s.session.userId:s.session.guestName,"is-guest":s.session.userId===null,"disable-menu":!0,"hide-status":"","disable-tooltip":!0,size:s.size}}):e("div",{staticClass:"avatar",style:s.sessionBackgroundStyle},[s._v(" "+s._s(s.guestInitial)+" ")])],1)},a=[],n=r(i,o,a,!1,null,"209fadba");const d=n.exports;export{d as A};
2-
//# sourceMappingURL=AvatarWrapper--IVXTJxl.chunk.mjs.map
1+
import{N as t}from"./EditorOutline-BPCfzeyU.chunk.mjs";import{n as r}from"./_plugin-vue2_normalizer-XSZyZ-Zg.chunk.mjs";const i={name:"AvatarWrapper",components:{NcAvatar:t},props:{session:{type:Object,required:!0},size:{type:Number,default:()=>32}},computed:{sessionAvatarStyle(){return{...this.sessionBackgroundStyle,"border-color":this.session.color,"border-width":"2px","border-style":"solid","--size":this.size+"px","--font-size":this.size/2+"px"}},sessionBackgroundStyle(){return{"background-color":this.session.userId?this.session.color+" !important":"#b9b9b9"}},guestInitial(){return this.session.guestName===""?"?":this.session.guestName.slice(0,1).toUpperCase()}}};var o=function(){var s=this,e=s._self._c;return e("div",{staticClass:"avatar-wrapper",style:s.sessionAvatarStyle},[s.session.userId?e("NcAvatar",{attrs:{user:s.session.userId?s.session.userId:s.session.guestName,"is-guest":s.session.userId===null,"disable-menu":!0,"hide-status":"","disable-tooltip":!0,size:s.size}}):e("div",{staticClass:"avatar",style:s.sessionBackgroundStyle},[s._v(" "+s._s(s.guestInitial)+" ")])],1)},a=[],n=r(i,o,a,!1,null,"209fadba");const d=n.exports;export{d as A};
2+
//# sourceMappingURL=AvatarWrapper-DQ1Bgevr.chunk.mjs.map
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import{u as n,a as o,E as r,b as i,c as s}from"./EditorOutline-BednLKr8.chunk.mjs";import{c as a}from"./MediaHandler.provider-gVgoSIj9.chunk.mjs";import{n as d}from"./_plugin-vue2_normalizer-XSZyZ-Zg.chunk.mjs";const c={name:"BaseReader",components:{EditorContent:i,EditorOutline:r},mixins:[n,o],provide(){const t={};return Object.defineProperties(t,{[a]:{get:()=>this.$editor}}),t},inject:["renderHtml","extensions"],props:{content:{type:String,required:!0}},computed:{htmlContent(){return this.renderHtml(this.content)},showOutline(){return this.$outlineState.visible}},watch:{content(){this.updateContent()}},created(){this.$editor=this.createEditor(),this.$editor.setEditable(!1)},beforeDestroy(){this.$editor.destroy()},methods:{createEditor(){return new s({content:this.htmlContent,extensions:this.extensions()})},updateContent(){this.$editor.commands.setContent(this.htmlContent,!0)}}};var l=function(){var t=this,e=t._self._c;return e("div",{staticClass:"content-wrapper text-editor__content-wrapper",class:{"--show-outline":t.showOutline},attrs:{"data-text-el":"editor-content-wrapper"}},[t.showOutline?e("div",{staticClass:"text-editor__content-wrapper__left"},[e("EditorOutline")],1):t._e(),t.$editor?e("EditorContent",{staticClass:"editor__content text-editor__content",attrs:{id:"read-only-editor",editor:t.$editor}}):t._e(),e("div",{staticClass:"text-editor__content-wrapper__right"})],1)},h=[],p=d(c,l,h,!1,null,"7f6a43d7");const x=p.exports;export{x as B};
2-
//# sourceMappingURL=BaseReader-DSinOkkQ.chunk.mjs.map
1+
import{u as n,a as o,E as r,b as i,c as s}from"./EditorOutline-BPCfzeyU.chunk.mjs";import{c as a}from"./MediaHandler.provider-gVgoSIj9.chunk.mjs";import{n as d}from"./_plugin-vue2_normalizer-XSZyZ-Zg.chunk.mjs";const c={name:"BaseReader",components:{EditorContent:i,EditorOutline:r},mixins:[n,o],provide(){const t={};return Object.defineProperties(t,{[a]:{get:()=>this.$editor}}),t},inject:["renderHtml","extensions"],props:{content:{type:String,required:!0}},computed:{htmlContent(){return this.renderHtml(this.content)},showOutline(){return this.$outlineState.visible}},watch:{content(){this.updateContent()}},created(){this.$editor=this.createEditor(),this.$editor.setEditable(!1)},beforeDestroy(){this.$editor.destroy()},methods:{createEditor(){return new s({content:this.htmlContent,extensions:this.extensions()})},updateContent(){this.$editor.commands.setContent(this.htmlContent,!0)}}};var l=function(){var t=this,e=t._self._c;return e("div",{staticClass:"content-wrapper text-editor__content-wrapper",class:{"--show-outline":t.showOutline},attrs:{"data-text-el":"editor-content-wrapper"}},[t.showOutline?e("div",{staticClass:"text-editor__content-wrapper__left"},[e("EditorOutline")],1):t._e(),t.$editor?e("EditorContent",{staticClass:"editor__content text-editor__content",attrs:{id:"read-only-editor",editor:t.$editor}}):t._e(),e("div",{staticClass:"text-editor__content-wrapper__right"})],1)},h=[],p=d(c,l,h,!1,null,"7f6a43d7");const x=p.exports;export{x as B};
2+
//# sourceMappingURL=BaseReader-CRgCoS1p.chunk.mjs.map
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ This file is generated from multiple sources. Included packages:
8989
- version: 5.3.1
9090
- license: MIT
9191
- y-prosemirror
92-
- version: 1.3.5
92+
- version: 1.3.6
9393
- license: MIT
9494
- y-protocols
9595
- version: 1.0.6
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)