Skip to content

Commit

Permalink
chore(assets): recompile assets
Browse files Browse the repository at this point in the history
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
nextcloud-command committed Feb 27, 2025
1 parent 3f4c598 commit a4a0f87
Show file tree
Hide file tree
Showing 228 changed files with 258 additions and 254 deletions.
1 change: 1 addition & 0 deletions css/NcNoteCard-C6xb7vi0-DG0nQhh6.chunk.css

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions css/_plugin-vue2_normalizer-qC8o6FCo.chunk.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/text-init.css
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/* extracted by css-entry-points-plugin */
@import './NcNoteCard-C6xb7vi0-BffjDTy3.chunk.css';
@import './NcNoteCard-C6xb7vi0-DG0nQhh6.chunk.css';
4 changes: 2 additions & 2 deletions css/text-public.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* extracted by css-entry-points-plugin */
@import './NcNoteCard-C6xb7vi0-BffjDTy3.chunk.css';
@import './_plugin-vue2_normalizer-BAYQCX9_.chunk.css';
@import './NcNoteCard-C6xb7vi0-DG0nQhh6.chunk.css';
@import './_plugin-vue2_normalizer-qC8o6FCo.chunk.css';
@import './RichText-qLKSNv0e.chunk.css';
@import './BaseReader-CsLFhfbT.chunk.css';
@import './RichTextReader-D2xIwO7d.chunk.css';
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{n as t,a as r}from"./_plugin-vue2_normalizer-C_2WCnkZ.chunk.mjs";import"./NcNoteCard-C6xb7vi0-B2Tbvy3K.chunk.mjs";import"./modulepreload-polyfill-B3hybnpm.chunk.mjs";import"./index-DJNs8l9c.chunk.mjs";const i={name:"AvatarWrapper",components:{NcAvatar:r},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,"show-user-status":!1,"disable-tooltip":!0,size:s.size}}):e("div",{staticClass:"avatar",style:s.sessionBackgroundStyle},[s._v(" "+s._s(s.guestInitial)+" ")])],1)},a=[],n=t(i,o,a,!1,null,"c1137ffa");const d=n.exports;export{d as A};
import{n as t,a as r}from"./_plugin-vue2_normalizer-CUHq_bns.chunk.mjs";import"./NcNoteCard-C6xb7vi0-J914_L45.chunk.mjs";import"./modulepreload-polyfill-B3hybnpm.chunk.mjs";import"./index-BGfk1oEA.chunk.mjs";const i={name:"AvatarWrapper",components:{NcAvatar:r},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,"show-user-status":!1,"disable-tooltip":!0,size:s.size}}):e("div",{staticClass:"avatar",style:s.sessionBackgroundStyle},[s._v(" "+s._s(s.guestInitial)+" ")])],1)},a=[],n=t(i,o,a,!1,null,"c1137ffa");const d=n.exports;export{d as A};
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
import{E as n,a as o,u as r,b as i,c as s}from"./RichText-u3bDRdXq.chunk.mjs";import{c as d}from"./MediaHandler.provider-B7DXsRxP.chunk.mjs";import{n as a}from"./_plugin-vue2_normalizer-C_2WCnkZ.chunk.mjs";const c={name:"BaseReader",components:{EditorContent:n,EditorOutline:o},mixins:[r,i],provide(){const t={};return Object.defineProperties(t,{[d]:{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=a(c,l,h,!1,null,"d9558d7c");const x=p.exports;export{x as B};
import{E as n,a as o,u as r,b as i,c as s}from"./RichText-D7llOJn3.chunk.mjs";import{c as d}from"./MediaHandler.provider-B7DXsRxP.chunk.mjs";import{n as a}from"./_plugin-vue2_normalizer-CUHq_bns.chunk.mjs";const c={name:"BaseReader",components:{EditorContent:n,EditorOutline:o},mixins:[r,i],provide(){const t={};return Object.defineProperties(t,{[d]:{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=a(c,l,h,!1,null,"d9558d7c");const x=p.exports;export{x as B};
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a4a0f87

Please sign in to comment.