@ckeditor/ckeditor5-editor-inline 37.0.0-alpha.0 → 37.0.0-alpha.1
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/build/editor-inline.js +1 -1
- package/package.json +16 -16
- package/src/inlineeditor.js +1 -1
- package/src/inlineeditorui.d.ts +1 -1
- package/src/inlineeditorui.js +13 -11
- package/src/inlineeditoruiview.d.ts +1 -1
package/build/editor-inline.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved.
|
|
3
3
|
* For licensing, see LICENSE.md.
|
|
4
|
-
*/(()=>{var t={704:(t,e,o)=>{t.exports=o(79)("./src/core.js")},492:(t,e,o)=>{t.exports=o(79)("./src/engine.js")},273:(t,e,o)=>{t.exports=o(79)("./src/ui.js")},209:(t,e,o)=>{t.exports=o(79)("./src/utils.js")},79:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function o(i){var r=e[i];if(void 0!==r)return r.exports;var n=e[i]={exports:{}};return t[i](n,n.exports,o),n.exports}o.d=(t,e)=>{for(var i in e)o.o(e,i)&&!o.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},o.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),o.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";o.r(i),o.d(i,{InlineEditor:()=>
|
|
4
|
+
*/(()=>{var t={704:(t,e,o)=>{t.exports=o(79)("./src/core.js")},492:(t,e,o)=>{t.exports=o(79)("./src/engine.js")},273:(t,e,o)=>{t.exports=o(79)("./src/ui.js")},209:(t,e,o)=>{t.exports=o(79)("./src/utils.js")},79:t=>{"use strict";t.exports=CKEditor5.dll}},e={};function o(i){var r=e[i];if(void 0!==r)return r.exports;var n=e[i]={exports:{}};return t[i](n,n.exports,o),n.exports}o.d=(t,e)=>{for(var i in e)o.o(e,i)&&!o.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:e[i]})},o.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),o.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var i={};(()=>{"use strict";o.r(i),o.d(i,{InlineEditor:()=>z});var t=o(704),e=o(209);const r=function(t){return null!=t&&"object"==typeof t};const n="object"==typeof global&&global&&global.Object===Object&&global;var s="object"==typeof self&&self&&self.Object===Object&&self;const l=(n||s||Function("return this")()).Symbol;var a=Object.prototype,c=a.hasOwnProperty,d=a.toString,h=l?l.toStringTag:void 0;const u=function(t){var e=c.call(t,h),o=t[h];try{t[h]=void 0;var i=!0}catch(t){}var r=d.call(t);return i&&(e?t[h]=o:delete t[h]),r};var p=Object.prototype.toString;const b=function(t){return p.call(t)};var f="[object Null]",g="[object Undefined]",w=l?l.toStringTag:void 0;const v=function(t){return null==t?void 0===t?g:f:w&&w in Object(t)?u(t):b(t)};const m=function(t,e){return function(o){return t(e(o))}}(Object.getPrototypeOf,Object);var y="[object Object]",O=Function.prototype,T=Object.prototype,j=O.toString,E=T.hasOwnProperty,P=j.call(Object);const x=function(t){if(!r(t)||v(t)!=y)return!1;var e=m(t);if(null===e)return!0;var o=E.call(e,"constructor")&&e.constructor;return"function"==typeof o&&o instanceof o&&j.call(o)==P};const _=function(t){return r(t)&&1===t.nodeType&&!x(t)};var F=o(273),S=o(492);class D extends F.EditorUI{constructor(t,e){super(t),this.view=e,this._toolbarConfig=(0,F.normalizeToolbarConfig)(t.config.get("toolbar"))}get element(){return this.view.editable.element}init(){const t=this.editor,e=this.view,o=t.editing.view,i=e.editable,r=o.document.getRoot();i.name=r.rootName,e.render();const n=i.element;this.setEditableElement(i.name,n),i.bind("isFocused").to(this.focusTracker),o.attachDomRoot(n),this._initPlaceholder(),this._initToolbar(),this.fire("ready")}destroy(){super.destroy();const t=this.view;this.editor.editing.view.detachDomRoot(t.editable.name),t.destroy()}_initToolbar(){const t=this.editor,e=this.view,o=e.editable.element,i=e.toolbar;e.panel.bind("isVisible").to(this.focusTracker,"isFocused"),e.bind("viewportTopOffset").to(this,"viewportOffset",(({top:t})=>t||0)),e.listenTo(t.ui,"update",(()=>{e.panel.isVisible&&e.panel.pin({target:o,positions:e.panelPositions})})),i.fillFromConfig(this._toolbarConfig,this.componentFactory),this.addToolbar(i)}_initPlaceholder(){const t=this.editor,e=t.editing.view,o=e.document.getRoot(),i=(t.sourceElement,t.config.get("placeholder"));if(i){const t="string"==typeof i?i:i[o.rootName];t&&(0,S.enablePlaceholder)({view:e,element:o,text:t,isDirectHost:!1,keepOnFocus:!0})}}}const C=(0,e.toUnit)("px");class R extends F.EditorUIView{constructor(t,e,o,i={}){super(t);const r=t.t;this.toolbar=new F.ToolbarView(t,{shouldGroupWhenFull:i.shouldToolbarGroupWhenFull,isFloating:!0}),this.set("viewportTopOffset",0),this.panel=new F.BalloonPanelView(t),this.panelPositions=this._getPanelPositions(),this.panel.extendTemplate({attributes:{class:"ck-toolbar-container"}}),this.editable=new F.InlineEditableUIView(t,e,o,{label:t=>r("Rich Text Editor. Editing area: %0",t.name)}),this._resizeObserver=null}render(){super.render(),this.body.add(this.panel),this.registerChild(this.editable),this.panel.content.add(this.toolbar);if(this.toolbar.options.shouldGroupWhenFull){const t=this.editable.element;this._resizeObserver=new e.ResizeObserver(t,(()=>{this.toolbar.maxWidth=C(new e.Rect(t).width)}))}}destroy(){super.destroy(),this._resizeObserver&&this._resizeObserver.destroy()}_getPanelPositionTop(t,e){let o;return o=t.top>e.height+this.viewportTopOffset?t.top-e.height:t.bottom>e.height+this.viewportTopOffset+50?this.viewportTopOffset:t.bottom,o}_getPanelPositions(){const t=[(t,e)=>({top:this._getPanelPositionTop(t,e),left:t.left,name:"toolbar_west",config:{withArrow:!1}}),(t,e)=>({top:this._getPanelPositionTop(t,e),left:t.left+t.width-e.width,name:"toolbar_east",config:{withArrow:!1}})];return"ltr"===this.locale.uiLanguageDirection?t:t.reverse()}}class z extends((0,t.DataApiMixin)((0,t.ElementApiMixin)(t.Editor))){constructor(o,i={}){if(!A(o)&&void 0!==i.initialData)throw new e.CKEditorError("editor-create-initial-data",null);super(i),void 0===this.config.get("initialData")&&this.config.set("initialData",function(t){return A(t)?(0,e.getDataFromElement)(t):t}(o)),this.model.document.createRoot(),A(o)&&(this.sourceElement=o,(0,t.secureSourceElement)(this,o));const r=!this.config.get("toolbar.shouldNotGroupWhenFull"),n=new R(this.locale,this.editing.view,this.sourceElement,{shouldToolbarGroupWhenFull:r});this.ui=new D(this,n),(0,t.attachToForm)(this)}destroy(){const t=this.getData();return this.ui.destroy(),super.destroy().then((()=>{this.sourceElement&&this.updateSourceElement(t)}))}static create(t,o={}){return new Promise((i=>{if(A(t)&&"TEXTAREA"===t.tagName)throw new e.CKEditorError("editor-wrong-element",null);const r=new this(t,o);i(r.initPlugins().then((()=>r.ui.init())).then((()=>r.data.init(r.config.get("initialData")))).then((()=>r.fire("ready"))).then((()=>r)))}))}}function A(t){return _(t)}})(),(window.CKEditor5=window.CKEditor5||{}).editorInline=i})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ckeditor/ckeditor5-editor-inline",
|
|
3
|
-
"version": "37.0.0-alpha.
|
|
3
|
+
"version": "37.0.0-alpha.1",
|
|
4
4
|
"description": "Inline editor implementation for CKEditor 5.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ckeditor",
|
|
@@ -11,23 +11,23 @@
|
|
|
11
11
|
],
|
|
12
12
|
"main": "src/index.js",
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"ckeditor5": "^37.0.0-alpha.
|
|
14
|
+
"ckeditor5": "^37.0.0-alpha.1",
|
|
15
15
|
"lodash-es": "^4.17.15"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-alpha.
|
|
19
|
-
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.
|
|
20
|
-
"@ckeditor/ckeditor5-dev-utils": "^
|
|
21
|
-
"@ckeditor/ckeditor5-engine": "^37.0.0-alpha.
|
|
22
|
-
"@ckeditor/ckeditor5-enter": "^37.0.0-alpha.
|
|
23
|
-
"@ckeditor/ckeditor5-heading": "^37.0.0-alpha.
|
|
24
|
-
"@ckeditor/ckeditor5-image": "^37.0.0-alpha.
|
|
25
|
-
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.
|
|
26
|
-
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-alpha.
|
|
27
|
-
"@ckeditor/ckeditor5-typing": "^37.0.0-alpha.
|
|
28
|
-
"@ckeditor/ckeditor5-ui": "^37.0.0-alpha.
|
|
29
|
-
"@ckeditor/ckeditor5-undo": "^37.0.0-alpha.
|
|
30
|
-
"@ckeditor/ckeditor5-utils": "^37.0.0-alpha.
|
|
18
|
+
"@ckeditor/ckeditor5-basic-styles": "^37.0.0-alpha.1",
|
|
19
|
+
"@ckeditor/ckeditor5-core": "^37.0.0-alpha.1",
|
|
20
|
+
"@ckeditor/ckeditor5-dev-utils": "^35.0.0",
|
|
21
|
+
"@ckeditor/ckeditor5-engine": "^37.0.0-alpha.1",
|
|
22
|
+
"@ckeditor/ckeditor5-enter": "^37.0.0-alpha.1",
|
|
23
|
+
"@ckeditor/ckeditor5-heading": "^37.0.0-alpha.1",
|
|
24
|
+
"@ckeditor/ckeditor5-image": "^37.0.0-alpha.1",
|
|
25
|
+
"@ckeditor/ckeditor5-paragraph": "^37.0.0-alpha.1",
|
|
26
|
+
"@ckeditor/ckeditor5-theme-lark": "^37.0.0-alpha.1",
|
|
27
|
+
"@ckeditor/ckeditor5-typing": "^37.0.0-alpha.1",
|
|
28
|
+
"@ckeditor/ckeditor5-ui": "^37.0.0-alpha.1",
|
|
29
|
+
"@ckeditor/ckeditor5-undo": "^37.0.0-alpha.1",
|
|
30
|
+
"@ckeditor/ckeditor5-utils": "^37.0.0-alpha.1",
|
|
31
31
|
"typescript": "^4.8.4",
|
|
32
32
|
"webpack": "^5.58.1",
|
|
33
33
|
"webpack-cli": "^4.9.0"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
],
|
|
57
57
|
"scripts": {
|
|
58
58
|
"dll:build": "webpack",
|
|
59
|
-
"build": "tsc -p ./tsconfig.
|
|
59
|
+
"build": "tsc -p ./tsconfig.json",
|
|
60
60
|
"postversion": "npm run build"
|
|
61
61
|
},
|
|
62
62
|
"types": "src/index.d.ts"
|
package/src/inlineeditor.js
CHANGED
|
@@ -59,7 +59,7 @@ export default class InlineEditor extends DataApiMixin(ElementApiMixin(Editor))
|
|
|
59
59
|
this.model.document.createRoot();
|
|
60
60
|
if (isElement(sourceElementOrData)) {
|
|
61
61
|
this.sourceElement = sourceElementOrData;
|
|
62
|
-
secureSourceElement(this);
|
|
62
|
+
secureSourceElement(this, sourceElementOrData);
|
|
63
63
|
}
|
|
64
64
|
const shouldToolbarGroupWhenFull = !this.config.get('toolbar.shouldNotGroupWhenFull');
|
|
65
65
|
const view = new InlineEditorUIView(this.locale, this.editing.view, this.sourceElement, {
|
package/src/inlineeditorui.d.ts
CHANGED
|
@@ -11,7 +11,7 @@ import type InlineEditorUIView from './inlineeditoruiview';
|
|
|
11
11
|
/**
|
|
12
12
|
* The inline editor UI class.
|
|
13
13
|
*
|
|
14
|
-
* @extends module:
|
|
14
|
+
* @extends module:ui/editorui/editorui~EditorUI
|
|
15
15
|
*/
|
|
16
16
|
export default class InlineEditorUI extends EditorUI {
|
|
17
17
|
/**
|
package/src/inlineeditorui.js
CHANGED
|
@@ -7,7 +7,7 @@ import { enablePlaceholder } from 'ckeditor5/src/engine';
|
|
|
7
7
|
/**
|
|
8
8
|
* The inline editor UI class.
|
|
9
9
|
*
|
|
10
|
-
* @extends module:
|
|
10
|
+
* @extends module:ui/editorui/editorui~EditorUI
|
|
11
11
|
*/
|
|
12
12
|
export default class InlineEditorUI extends EditorUI {
|
|
13
13
|
/**
|
|
@@ -105,16 +105,18 @@ export default class InlineEditorUI extends EditorUI {
|
|
|
105
105
|
const editingView = editor.editing.view;
|
|
106
106
|
const editingRoot = editingView.document.getRoot();
|
|
107
107
|
const sourceElement = editor.sourceElement;
|
|
108
|
-
const
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
108
|
+
const placeholder = editor.config.get('placeholder');
|
|
109
|
+
if (placeholder) {
|
|
110
|
+
const placeholderText = typeof placeholder === 'string' ? placeholder : placeholder[editingRoot.rootName];
|
|
111
|
+
if (placeholderText) {
|
|
112
|
+
enablePlaceholder({
|
|
113
|
+
view: editingView,
|
|
114
|
+
element: editingRoot,
|
|
115
|
+
text: placeholderText,
|
|
116
|
+
isDirectHost: false,
|
|
117
|
+
keepOnFocus: true
|
|
118
|
+
});
|
|
119
|
+
}
|
|
118
120
|
}
|
|
119
121
|
}
|
|
120
122
|
}
|
|
@@ -25,7 +25,7 @@ export default class InlineEditorUIView extends EditorUIView {
|
|
|
25
25
|
* either using `position: fixed` or `position: sticky`, which would cover the
|
|
26
26
|
* UI or vice–versa (depending on the `z-index` hierarchy).
|
|
27
27
|
*
|
|
28
|
-
* Bound to {@link module:
|
|
28
|
+
* Bound to {@link module:ui/editorui/editorui~EditorUI#viewportOffset `EditorUI#viewportOffset`}.
|
|
29
29
|
*
|
|
30
30
|
* If {@link module:core/editor/editorconfig~EditorConfig#ui `EditorConfig#ui.viewportOffset.top`} is defined, then
|
|
31
31
|
* it will override the default value.
|