chore: fix components publish
This commit is contained in:
3246
packages/components/dist/org.standardnotes.plus-editor/dist/dist.css
vendored
Normal file
3246
packages/components/dist/org.standardnotes.plus-editor/dist/dist.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1
packages/components/dist/org.standardnotes.plus-editor/dist/dist.css.map
vendored
Normal file
1
packages/components/dist/org.standardnotes.plus-editor/dist/dist.css.map
vendored
Normal file
File diff suppressed because one or more lines are too long
2
packages/components/dist/org.standardnotes.plus-editor/dist/dist.js
vendored
Normal file
2
packages/components/dist/org.standardnotes.plus-editor/dist/dist.js
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
document.addEventListener("DOMContentLoaded",(function(){let e,t,n,o,i,a=!1,r=!0,s=!1;const l=["address","article","aside","blockquote","details","dialog","dd","div","dl","dt","fieldset","figcaption","figure","footer","form","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","li","main","nav","ol","p","pre","section","table","ul"].join(", ");function c(){if(t){const i=t;e.saveItemWithPresave(i,(()=>{o=$("#summernote").summernote("code"),i.clientData=n,i.content.text=o,i.content.preview_plain=function(e,t=90){return e.length<=t?e:e.substring(0,t)+"..."}(function(e){const t=document.implementation.createHTMLDocument("New").body;return t.innerHTML=e,t.textContent||t.innerText||""}(o)),i.content.preview_html=null}))}}function u(){return e.getComponentDataValueForKey("notes")||{}}$("#summernote").summernote({height:500,minHeight:null,maxHeight:null,focus:!0,tabDisable:!0,showDomainOnlyForAutolink:!1,toolbar:[["para",["style"]],["style",["bold","italic","underline","strikethrough","clear"]],["fontsize",["fontsize","fontname"]],["color",["color"]],["para",["ul","ol","paragraph"]],["height",["height"]],["insert",["table","link","hr","picture","video"]],["misc",["codeview","help"]]],fontNames:["Arial","Arial Black","Comic Sans MS","Courier New","Helvetica Neue","Helvetica","Impact","Lucida Grande","Monospace","Roboto","system-ui","Tahoma","Times New Roman","Verdana"],callbacks:{onInit:function(){},onImageUpload:function(){alert("Until we can encrypt image files, uploads are not currently supported. We recommend using the Image button in the toolbar and copying an image URL instead.")}}}),$("#summernote").on("summernote.change",(function(){document.querySelectorAll(l).forEach((e=>e.setAttribute("dir","auto"))),a||c()})),$("textarea.note-codable").on("input",(()=>{c()})),e=new ComponentRelay({initialPermissions:[{name:"stream-context-item"}],targetWindow:window,onReady:()=>{const t=e.platform;t&&document.body.classList.add(t)}}),e.streamContextItem((l=>{!function(l){if(l.uuid!==i&&(o=null,r=!0,i=l.uuid),t=l,l.isMetadataUpdate)return;n=l.clientData;let c=l.content.text;if($(".note-editable").attr("spellcheck",JSON.stringify(l.content.spellcheck)),c==o)return;const m=$("#summernote");if(m){a=!0;const t=/<[a-z][\s\S]*>/i.test(c);s||(m.summernote("fullscreen.toggle"),s=!0),r&&!t&&(c=((c||"")+"").replace(/\t/g," ").replace(/\r\n|\r|\n/g,"<br />"));let n=!1;if(function(e){const t=(new DOMParser).parseFromString(`<body>${e}</body>`,"text/html");return Array.from(t.body.childNodes).some((e=>"SCRIPT"==e.nodeName))}(c)){const t=u()[i];t?n=t.trustUnsafeContent||!1:new Promise((e=>{new Stylekit.SKAlert({title:null,text:"We’ve detected that this note contains a script or code snippet which may be unsafe to execute. Scripts executed in the editor have the ability to impersonate as the editor to Standard Notes. Press Continue to mark this script as safe and proceed, or Cancel to avoid rendering this note.",buttons:[{text:"Cancel",style:"neutral",action:function(){e(!1)}},{text:"Continue",style:"danger",action:function(){e(!0)}}]}).present()})).then((t=>{t&&(function(t,n){const o=u();o[i]={trustUnsafeContent:n},e.setComponentDataValueForKey("notes",o)}(0,t),n=t)}))}else n=!0;if(!n)return m.summernote("code",""),void m.summernote("disable");m.summernote("enable"),m.summernote("code",c),r&&(m.summernote("commit"),r=!1),a=!1}}(l)}))}));
|
||||
//# sourceMappingURL=dist.js.map
|
||||
1
packages/components/dist/org.standardnotes.plus-editor/dist/dist.js.map
vendored
Normal file
1
packages/components/dist/org.standardnotes.plus-editor/dist/dist.js.map
vendored
Normal file
File diff suppressed because one or more lines are too long
1
packages/components/dist/org.standardnotes.plus-editor/dist/index.html
vendored
Normal file
1
packages/components/dist/org.standardnotes.plus-editor/dist/index.html
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<!doctype html><html><head><base target="_blank"><meta charset="UTF-8"><meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1"><title>Plus Editor</title><link rel="stylesheet" href="vendor.css"><script src="vendor.js"></script><script defer="defer" src="dist.js"></script><link href="dist.css" rel="stylesheet"></head><body><div class="sn-component" id="plus-editor"><div id="summernote" name="editor"></div></div></body></html>
|
||||
3249
packages/components/dist/org.standardnotes.plus-editor/dist/vendor.css
vendored
Normal file
3249
packages/components/dist/org.standardnotes.plus-editor/dist/vendor.css
vendored
Normal file
File diff suppressed because one or more lines are too long
2
packages/components/dist/org.standardnotes.plus-editor/dist/vendor.js
vendored
Normal file
2
packages/components/dist/org.standardnotes.plus-editor/dist/vendor.js
vendored
Normal file
File diff suppressed because one or more lines are too long
7
packages/components/dist/org.standardnotes.plus-editor/dist/vendor.js.LICENSE.txt
vendored
Normal file
7
packages/components/dist/org.standardnotes.plus-editor/dist/vendor.js.LICENSE.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Bootstrap v3.4.1 (https://getbootstrap.com/)
|
||||
* Copyright 2011-2019 Twitter, Inc.
|
||||
* Licensed under the MIT license
|
||||
*/
|
||||
|
||||
/*! jQuery v3.6.0 | (c) OpenJS Foundation and other contributors | jquery.org/license */
|
||||
Reference in New Issue
Block a user