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 Sep 13, 2024
1 parent 84c5cea commit 3c6492d
Show file tree
Hide file tree
Showing 40 changed files with 48 additions and 47 deletions.
1 change: 1 addition & 0 deletions css/RichText-VRU8piUn.chunk.css

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

2 changes: 1 addition & 1 deletion css/text-public.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* extracted by css-entry-points-plugin */
@import './NcNoteCard-CImn6F9p-B0wUvUiR.chunk.css';
@import './_plugin-vue2_normalizer-Cu4ADe5k.chunk.css';
@import './RichText-e2GIwZOa.chunk.css';
@import './RichText-VRU8piUn.chunk.css';
@import './BaseReader-BJvsPn00.chunk.css';
@import './RichTextReader-CpjsUkfz.chunk.css';
@import './RichWorkspace-DAC-32ZA.chunk.css';
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/*! third party licenses: js/vendor.LICENSE.txt */
import{E as n,a as o,u as r,b as i,c as s}from"./RichText-Clnidiuy.chunk.mjs";import{c as d}from"./MediaHandler.provider-NzfZiyoz.chunk.mjs";import{n as a}from"./_plugin-vue2_normalizer-CE-yg4Pz.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-BHaS9Gmc.chunk.mjs";import{c as d}from"./MediaHandler.provider-NzfZiyoz.chunk.mjs";import{n as a}from"./_plugin-vue2_normalizer-CE-yg4Pz.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};
Loading

0 comments on commit 3c6492d

Please sign in to comment.