@ones-editor/editor 2.1.7-beta.11 → 2.1.7-beta.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -7644,12 +7644,17 @@ div.editor-root.compact.no-heading-collapse.no-block-menu > .editor-content {
|
|
|
7644
7644
|
}[data-fixed-toolbar-id=main-toolbar] {
|
|
7645
7645
|
font-size: 14px;
|
|
7646
7646
|
color: #2d2d2e;
|
|
7647
|
+
overflow-x: visible;
|
|
7648
|
+
}
|
|
7649
|
+
[data-fixed-toolbar-id=main-toolbar] .command-item {
|
|
7650
|
+
flex-shrink: 0;
|
|
7647
7651
|
}
|
|
7648
7652
|
[data-fixed-toolbar-id=main-toolbar] .command-item[data-button-id=paragraph] {
|
|
7649
7653
|
min-width: 77px;
|
|
7650
7654
|
}
|
|
7651
7655
|
[data-fixed-toolbar-id=main-toolbar] .command-item[data-button-id=paragraph] .toolbar-item-name-container {
|
|
7652
7656
|
flex-grow: 1;
|
|
7657
|
+
flex-shrink: 0;
|
|
7653
7658
|
}`)),document.head.appendChild(t)}}catch(o){console.error("vite-plugin-css-injected-by-js",o)}})();
|
|
7654
7659
|
var __defProp = Object.defineProperty;
|
|
7655
7660
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
@@ -87377,6 +87382,7 @@ ${data2.flowchartText}
|
|
|
87377
87382
|
this.updateState();
|
|
87378
87383
|
}
|
|
87379
87384
|
destroy() {
|
|
87385
|
+
this.toolbar.destroy();
|
|
87380
87386
|
}
|
|
87381
87387
|
setItems(items) {
|
|
87382
87388
|
this.toolbar.updateItems(items);
|
|
@@ -87611,7 +87617,7 @@ ${data2.flowchartText}
|
|
|
87611
87617
|
}
|
|
87612
87618
|
}
|
|
87613
87619
|
});
|
|
87614
|
-
editor.version = "2.1.7-beta.
|
|
87620
|
+
editor.version = "2.1.7-beta.12";
|
|
87615
87621
|
if (Logger$2.level === LogLevel.DEBUG) {
|
|
87616
87622
|
window.setReauthFail = (fail) => {
|
|
87617
87623
|
window.isReauthError = fail;
|
|
@@ -87730,7 +87736,7 @@ ${data2.flowchartText}
|
|
|
87730
87736
|
}
|
|
87731
87737
|
}
|
|
87732
87738
|
OnesEditorToolbar.register(editor);
|
|
87733
|
-
editor.version = "2.1.7-beta.
|
|
87739
|
+
editor.version = "2.1.7-beta.12";
|
|
87734
87740
|
return editor;
|
|
87735
87741
|
}
|
|
87736
87742
|
async function showDocVersions(editor, options, serverUrl) {
|