@syncfusion/ej2-richtexteditor 28.1.36 → 28.1.38-680214
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/README.md +1 -1
- package/dist/ej2-richtexteditor.min.js +1 -1
- package/dist/ej2-richtexteditor.umd.min.js +1 -1
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +221 -167
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +221 -167
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/dist/global/ej2-richtexteditor.min.js +1 -1
- package/dist/global/ej2-richtexteditor.min.js.map +1 -1
- package/package.json +59 -82
- package/src/common/interface.d.ts +8 -8
- package/src/common/util.d.ts +1 -2
- package/src/common/util.js +49 -95
- package/src/editor-manager/base/classes.d.ts +1 -1
- package/src/editor-manager/base/classes.js +1 -1
- package/src/editor-manager/base/editor-manager.d.ts +3 -3
- package/src/editor-manager/base/editor-manager.js +3 -3
- package/src/editor-manager/base/enum.d.ts +2 -2
- package/src/editor-manager/base/interface.d.ts +17 -9
- package/src/editor-manager/base/types.d.ts +1 -1
- package/src/editor-manager/plugin/alignments.d.ts +2 -2
- package/src/editor-manager/plugin/alignments.js +2 -2
- package/src/editor-manager/plugin/audio.d.ts +3 -3
- package/src/editor-manager/plugin/audio.js +3 -3
- package/src/editor-manager/plugin/clearformat-exec.d.ts +2 -2
- package/src/editor-manager/plugin/clearformat-exec.js +2 -2
- package/src/editor-manager/plugin/clearformat.d.ts +1 -1
- package/src/editor-manager/plugin/clearformat.js +1 -1
- package/src/editor-manager/plugin/dom-node.d.ts +36 -36
- package/src/editor-manager/plugin/dom-node.js +36 -36
- package/src/editor-manager/plugin/format-painter-actions.d.ts +1 -1
- package/src/editor-manager/plugin/format-painter-actions.js +1 -1
- package/src/editor-manager/plugin/formats.d.ts +2 -2
- package/src/editor-manager/plugin/formats.js +2 -2
- package/src/editor-manager/plugin/image.d.ts +3 -3
- package/src/editor-manager/plugin/image.js +3 -3
- package/src/editor-manager/plugin/indents.d.ts +2 -2
- package/src/editor-manager/plugin/indents.js +2 -2
- package/src/editor-manager/plugin/insert-methods.d.ts +4 -4
- package/src/editor-manager/plugin/insert-methods.js +4 -4
- package/src/editor-manager/plugin/insert-text.d.ts +2 -2
- package/src/editor-manager/plugin/insert-text.js +2 -2
- package/src/editor-manager/plugin/inserthtml-exec.d.ts +2 -2
- package/src/editor-manager/plugin/inserthtml-exec.js +2 -2
- package/src/editor-manager/plugin/inserthtml.d.ts +2 -2
- package/src/editor-manager/plugin/inserthtml.js +5 -5
- package/src/editor-manager/plugin/isformatted.d.ts +9 -9
- package/src/editor-manager/plugin/isformatted.js +9 -9
- package/src/editor-manager/plugin/link.d.ts +2 -2
- package/src/editor-manager/plugin/link.js +2 -2
- package/src/editor-manager/plugin/lists.d.ts +3 -2
- package/src/editor-manager/plugin/lists.js +15 -3
- package/src/editor-manager/plugin/ms-word-clean-up.d.ts +1 -1
- package/src/editor-manager/plugin/ms-word-clean-up.js +1 -1
- package/src/editor-manager/plugin/nodecutter.d.ts +6 -6
- package/src/editor-manager/plugin/nodecutter.js +6 -6
- package/src/editor-manager/plugin/selection-commands.d.ts +1 -1
- package/src/editor-manager/plugin/selection-commands.js +2 -1
- package/src/editor-manager/plugin/selection-exec.d.ts +2 -2
- package/src/editor-manager/plugin/selection-exec.js +2 -2
- package/src/editor-manager/plugin/table.d.ts +2 -2
- package/src/editor-manager/plugin/table.js +2 -2
- package/src/editor-manager/plugin/toolbar-status.d.ts +2 -2
- package/src/editor-manager/plugin/toolbar-status.js +2 -2
- package/src/editor-manager/plugin/undo.d.ts +6 -6
- package/src/editor-manager/plugin/undo.js +6 -6
- package/src/editor-manager/plugin/video.d.ts +3 -3
- package/src/editor-manager/plugin/video.js +3 -3
- package/src/markdown-parser/base/interface.d.ts +10 -10
- package/src/markdown-parser/base/markdown-parser.d.ts +3 -3
- package/src/markdown-parser/base/markdown-parser.js +3 -3
- package/src/markdown-parser/base/types.d.ts +1 -1
- package/src/markdown-parser/plugin/clearformat.d.ts +2 -2
- package/src/markdown-parser/plugin/clearformat.js +2 -2
- package/src/markdown-parser/plugin/formats.d.ts +2 -2
- package/src/markdown-parser/plugin/formats.js +2 -2
- package/src/markdown-parser/plugin/insert-text.d.ts +2 -2
- package/src/markdown-parser/plugin/insert-text.js +2 -2
- package/src/markdown-parser/plugin/link.d.ts +2 -2
- package/src/markdown-parser/plugin/link.js +2 -2
- package/src/markdown-parser/plugin/markdown-selection.d.ts +14 -14
- package/src/markdown-parser/plugin/markdown-selection.js +14 -14
- package/src/markdown-parser/plugin/md-selection-formats.d.ts +1 -1
- package/src/markdown-parser/plugin/md-selection-formats.js +1 -1
- package/src/markdown-parser/plugin/table.d.ts +3 -3
- package/src/markdown-parser/plugin/table.js +3 -3
- package/src/markdown-parser/plugin/undo.d.ts +6 -6
- package/src/markdown-parser/plugin/undo.js +6 -6
- package/src/rich-text-editor/actions/base-quick-toolbar.d.ts +9 -9
- package/src/rich-text-editor/actions/base-quick-toolbar.js +9 -9
- package/src/rich-text-editor/actions/base-toolbar.d.ts +3 -3
- package/src/rich-text-editor/actions/base-toolbar.js +3 -3
- package/src/rich-text-editor/actions/color-picker.d.ts +2 -2
- package/src/rich-text-editor/actions/color-picker.js +2 -2
- package/src/rich-text-editor/actions/count.d.ts +3 -3
- package/src/rich-text-editor/actions/count.js +3 -3
- package/src/rich-text-editor/actions/dropdown-buttons.d.ts +2 -2
- package/src/rich-text-editor/actions/dropdown-buttons.js +2 -2
- package/src/rich-text-editor/actions/emoji-picker.d.ts +1 -1
- package/src/rich-text-editor/actions/emoji-picker.js +1 -1
- package/src/rich-text-editor/actions/enter-key.js +37 -5
- package/src/rich-text-editor/actions/full-screen.d.ts +3 -3
- package/src/rich-text-editor/actions/full-screen.js +3 -3
- package/src/rich-text-editor/actions/html-editor.d.ts +3 -3
- package/src/rich-text-editor/actions/html-editor.js +28 -6
- package/src/rich-text-editor/actions/keyboard.d.ts +1 -1
- package/src/rich-text-editor/actions/keyboard.js +1 -1
- package/src/rich-text-editor/actions/markdown-editor.d.ts +2 -2
- package/src/rich-text-editor/actions/markdown-editor.js +2 -2
- package/src/rich-text-editor/actions/paste-clean-up.d.ts +1 -1
- package/src/rich-text-editor/actions/paste-clean-up.js +27 -11
- package/src/rich-text-editor/actions/quick-toolbar.d.ts +9 -9
- package/src/rich-text-editor/actions/quick-toolbar.js +9 -9
- package/src/rich-text-editor/actions/resize.d.ts +2 -0
- package/src/rich-text-editor/actions/resize.js +14 -2
- package/src/rich-text-editor/actions/toolbar.d.ts +13 -13
- package/src/rich-text-editor/actions/toolbar.js +13 -13
- package/src/rich-text-editor/actions/xhtml-validation.d.ts +1 -1
- package/src/rich-text-editor/actions/xhtml-validation.js +1 -1
- package/src/rich-text-editor/base/classes.d.ts +125 -125
- package/src/rich-text-editor/base/classes.js +125 -125
- package/src/rich-text-editor/base/constant.d.ts +158 -158
- package/src/rich-text-editor/base/constant.js +158 -158
- package/src/rich-text-editor/base/enum.d.ts +1 -1
- package/src/rich-text-editor/base/enum.js +1 -1
- package/src/rich-text-editor/base/interface.d.ts +51 -51
- package/src/rich-text-editor/base/interface.js +1 -1
- package/src/rich-text-editor/base/rich-text-editor-model.d.ts +1 -1
- package/src/rich-text-editor/base/rich-text-editor.d.ts +62 -62
- package/src/rich-text-editor/base/rich-text-editor.js +34 -35
- package/src/rich-text-editor/base/util.d.ts +1 -1
- package/src/rich-text-editor/base/util.js +1 -1
- package/src/rich-text-editor/formatter/formatter.d.ts +8 -8
- package/src/rich-text-editor/formatter/formatter.js +9 -9
- package/src/rich-text-editor/formatter/html-formatter.d.ts +2 -2
- package/src/rich-text-editor/formatter/html-formatter.js +2 -2
- package/src/rich-text-editor/formatter/markdown-formatter.d.ts +2 -2
- package/src/rich-text-editor/formatter/markdown-formatter.js +2 -2
- package/src/rich-text-editor/renderer/audio-module.d.ts +1 -1
- package/src/rich-text-editor/renderer/audio-module.js +1 -1
- package/src/rich-text-editor/renderer/content-renderer.d.ts +6 -6
- package/src/rich-text-editor/renderer/content-renderer.js +6 -6
- package/src/rich-text-editor/renderer/dialog-renderer.d.ts +2 -2
- package/src/rich-text-editor/renderer/dialog-renderer.js +2 -2
- package/src/rich-text-editor/renderer/iframe-content-renderer.d.ts +4 -4
- package/src/rich-text-editor/renderer/iframe-content-renderer.js +4 -4
- package/src/rich-text-editor/renderer/image-module.d.ts +1 -1
- package/src/rich-text-editor/renderer/image-module.js +1 -1
- package/src/rich-text-editor/renderer/link-module.d.ts +1 -1
- package/src/rich-text-editor/renderer/link-module.js +3 -3
- package/src/rich-text-editor/renderer/markdown-renderer.d.ts +6 -6
- package/src/rich-text-editor/renderer/markdown-renderer.js +6 -6
- package/src/rich-text-editor/renderer/popup-renderer.d.ts +5 -5
- package/src/rich-text-editor/renderer/popup-renderer.js +5 -5
- package/src/rich-text-editor/renderer/render.d.ts +2 -2
- package/src/rich-text-editor/renderer/render.js +2 -2
- package/src/rich-text-editor/renderer/table-module.d.ts +3 -2
- package/src/rich-text-editor/renderer/table-module.js +44 -41
- package/src/rich-text-editor/renderer/toolbar-renderer.d.ts +9 -9
- package/src/rich-text-editor/renderer/toolbar-renderer.js +16 -13
- package/src/rich-text-editor/renderer/video-module.d.ts +1 -1
- package/src/rich-text-editor/renderer/video-module.js +1 -1
- package/src/rich-text-editor/renderer/view-source.d.ts +5 -5
- package/src/rich-text-editor/renderer/view-source.js +5 -5
- package/src/rich-text-editor/services/renderer-factory.d.ts +3 -3
- package/src/rich-text-editor/services/renderer-factory.js +3 -3
- package/src/rich-text-editor/services/service-locator.d.ts +3 -3
- package/src/rich-text-editor/services/service-locator.js +3 -3
- package/src/selection/selection.d.ts +22 -22
- package/src/selection/selection.js +22 -22
- package/styles/bootstrap5.3-lite.css +5 -0
- package/styles/bootstrap5.3.css +5 -0
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.scss +1 -1
- package/styles/rich-text-editor/_layout.scss +1 -1
- package/styles/rich-text-editor/_theme.scss +1 -1
- package/styles/rich-text-editor/bootstrap5.3.css +5 -0
- package/styles/rich-text-editor/material3-dark.scss +1 -1
- package/styles/rich-text-editor/material3.scss +1 -1
- package/styles/rich-text-editor/tailwind3.css +5 -0
- package/styles/tailwind3-lite.css +5 -0
- package/styles/tailwind3.css +5 -0
|
@@ -7,7 +7,7 @@ import * as EVENTS from './../../common/constant';
|
|
|
7
7
|
* Audio internal component
|
|
8
8
|
*
|
|
9
9
|
* @hidden
|
|
10
|
-
|
|
10
|
+
* @deprecated
|
|
11
11
|
*/
|
|
12
12
|
var AudioCommand = /** @class */ (function () {
|
|
13
13
|
/**
|
|
@@ -15,7 +15,7 @@ var AudioCommand = /** @class */ (function () {
|
|
|
15
15
|
*
|
|
16
16
|
* @param {EditorManager} parent - specifies the parent element
|
|
17
17
|
* @hidden
|
|
18
|
-
|
|
18
|
+
* @deprecated
|
|
19
19
|
*/
|
|
20
20
|
function AudioCommand(parent) {
|
|
21
21
|
this.parent = parent;
|
|
@@ -35,7 +35,7 @@ var AudioCommand = /** @class */ (function () {
|
|
|
35
35
|
* @param {IHtmlItem} e - specifies the element
|
|
36
36
|
* @returns {void}
|
|
37
37
|
* @hidden
|
|
38
|
-
|
|
38
|
+
* @deprecated
|
|
39
39
|
*/
|
|
40
40
|
AudioCommand.prototype.audioCommand = function (e) {
|
|
41
41
|
var selectNode;
|
|
@@ -3,7 +3,7 @@ import { EditorManager } from './../base/editor-manager';
|
|
|
3
3
|
* Clear Format EXEC internal component
|
|
4
4
|
*
|
|
5
5
|
* @hidden
|
|
6
|
-
|
|
6
|
+
* @deprecated
|
|
7
7
|
*/
|
|
8
8
|
export declare class ClearFormatExec {
|
|
9
9
|
private parent;
|
|
@@ -13,7 +13,7 @@ export declare class ClearFormatExec {
|
|
|
13
13
|
* @param {EditorManager} parent - specifies the parent element.
|
|
14
14
|
* @returns {void}
|
|
15
15
|
* @hidden
|
|
16
|
-
|
|
16
|
+
* @deprecated
|
|
17
17
|
*/
|
|
18
18
|
constructor(parent: EditorManager);
|
|
19
19
|
private addEventListener;
|
|
@@ -5,7 +5,7 @@ import * as EVENTS from './../../common/constant';
|
|
|
5
5
|
* Clear Format EXEC internal component
|
|
6
6
|
*
|
|
7
7
|
* @hidden
|
|
8
|
-
|
|
8
|
+
* @deprecated
|
|
9
9
|
*/
|
|
10
10
|
var ClearFormatExec = /** @class */ (function () {
|
|
11
11
|
/**
|
|
@@ -14,7 +14,7 @@ var ClearFormatExec = /** @class */ (function () {
|
|
|
14
14
|
* @param {EditorManager} parent - specifies the parent element.
|
|
15
15
|
* @returns {void}
|
|
16
16
|
* @hidden
|
|
17
|
-
|
|
17
|
+
* @deprecated
|
|
18
18
|
*/
|
|
19
19
|
function ClearFormatExec(parent) {
|
|
20
20
|
this.parent = parent;
|
|
@@ -15,7 +15,7 @@ export declare class ClearFormat {
|
|
|
15
15
|
* @param {string} command - specifies the command value
|
|
16
16
|
* @returns {void}
|
|
17
17
|
* @hidden
|
|
18
|
-
|
|
18
|
+
* @deprecated
|
|
19
19
|
*/
|
|
20
20
|
static clear(docElement: Document, endNode: Node, enterAction: string, selector?: string, command?: string): void;
|
|
21
21
|
private static reSelection;
|
|
@@ -21,7 +21,7 @@ var ClearFormat = /** @class */ (function () {
|
|
|
21
21
|
* @param {string} command - specifies the command value
|
|
22
22
|
* @returns {void}
|
|
23
23
|
* @hidden
|
|
24
|
-
|
|
24
|
+
* @deprecated
|
|
25
25
|
*/
|
|
26
26
|
ClearFormat.clear = function (docElement, endNode, enterAction, selector, command) {
|
|
27
27
|
this.domNode = new DOMNode(endNode, docElement);
|
|
@@ -6,7 +6,7 @@ export declare const markerClassName: {
|
|
|
6
6
|
* DOMNode internal plugin
|
|
7
7
|
*
|
|
8
8
|
* @hidden
|
|
9
|
-
|
|
9
|
+
* @deprecated
|
|
10
10
|
*/
|
|
11
11
|
export declare class DOMNode {
|
|
12
12
|
private parent;
|
|
@@ -19,7 +19,7 @@ export declare class DOMNode {
|
|
|
19
19
|
* @param {Element} parent - specifies the parent element
|
|
20
20
|
* @param {Document} currentDocument - specifies the current document.
|
|
21
21
|
* @hidden
|
|
22
|
-
|
|
22
|
+
* @deprecated
|
|
23
23
|
*/
|
|
24
24
|
constructor(parent: Element, currentDocument: Document);
|
|
25
25
|
/**
|
|
@@ -28,7 +28,7 @@ export declare class DOMNode {
|
|
|
28
28
|
* @param {Element} element - specifies the element.
|
|
29
29
|
* @returns {void}
|
|
30
30
|
* @hidden
|
|
31
|
-
|
|
31
|
+
* @deprecated
|
|
32
32
|
*/
|
|
33
33
|
contents(element: Element): Node[];
|
|
34
34
|
/**
|
|
@@ -37,7 +37,7 @@ export declare class DOMNode {
|
|
|
37
37
|
* @param {Element} element - specifies the node element.
|
|
38
38
|
* @returns {boolean} - sepcifies the boolean value
|
|
39
39
|
* @hidden
|
|
40
|
-
|
|
40
|
+
* @deprecated
|
|
41
41
|
*/
|
|
42
42
|
isBlockNode(element: Element): boolean;
|
|
43
43
|
/**
|
|
@@ -46,7 +46,7 @@ export declare class DOMNode {
|
|
|
46
46
|
* @param {Element} element - specifies the element
|
|
47
47
|
* @returns {boolean} - specifies the boolean value
|
|
48
48
|
* @hidden
|
|
49
|
-
|
|
49
|
+
* @deprecated
|
|
50
50
|
*/
|
|
51
51
|
isLink(element: Element): boolean;
|
|
52
52
|
/**
|
|
@@ -55,7 +55,7 @@ export declare class DOMNode {
|
|
|
55
55
|
* @param {Element} element - specifies the element
|
|
56
56
|
* @returns {Element} - returns the element value
|
|
57
57
|
* @hidden
|
|
58
|
-
|
|
58
|
+
* @deprecated
|
|
59
59
|
*/
|
|
60
60
|
blockParentNode(element: Element): Element;
|
|
61
61
|
/**
|
|
@@ -64,7 +64,7 @@ export declare class DOMNode {
|
|
|
64
64
|
* @param {Element} element - specifies the element
|
|
65
65
|
* @returns {string} - returns the string value
|
|
66
66
|
* @hidden
|
|
67
|
-
|
|
67
|
+
* @deprecated
|
|
68
68
|
*/
|
|
69
69
|
rawAttributes(element: Element): {
|
|
70
70
|
[key: string]: string;
|
|
@@ -75,7 +75,7 @@ export declare class DOMNode {
|
|
|
75
75
|
* @param {Element} element - sepcifies the element.
|
|
76
76
|
* @returns {string} - returns the string value.
|
|
77
77
|
* @hidden
|
|
78
|
-
|
|
78
|
+
* @deprecated
|
|
79
79
|
*/
|
|
80
80
|
attributes(element?: Element): string;
|
|
81
81
|
/**
|
|
@@ -84,7 +84,7 @@ export declare class DOMNode {
|
|
|
84
84
|
* @param {Element} element - specifies the element
|
|
85
85
|
* @returns {void}
|
|
86
86
|
* @hidden
|
|
87
|
-
|
|
87
|
+
* @deprecated
|
|
88
88
|
*/
|
|
89
89
|
clearAttributes(element: Element): void;
|
|
90
90
|
/**
|
|
@@ -93,7 +93,7 @@ export declare class DOMNode {
|
|
|
93
93
|
* @param {Element} element - specifies the element.
|
|
94
94
|
* @returns {string} - returns the string
|
|
95
95
|
* @hidden
|
|
96
|
-
|
|
96
|
+
* @deprecated
|
|
97
97
|
*/
|
|
98
98
|
openTagString(element: Element): string;
|
|
99
99
|
/**
|
|
@@ -102,7 +102,7 @@ export declare class DOMNode {
|
|
|
102
102
|
* @param {Element} element - specifies the element
|
|
103
103
|
* @returns {string} - returns the string value
|
|
104
104
|
* @hidden
|
|
105
|
-
|
|
105
|
+
* @deprecated
|
|
106
106
|
*/
|
|
107
107
|
closeTagString(element: Element): string;
|
|
108
108
|
/**
|
|
@@ -113,7 +113,7 @@ export declare class DOMNode {
|
|
|
113
113
|
* @param {string} innerHTML - specifies the string value
|
|
114
114
|
* @returns {string} - returns the string value.
|
|
115
115
|
* @hidden
|
|
116
|
-
|
|
116
|
+
* @deprecated
|
|
117
117
|
*/
|
|
118
118
|
createTagString(tagName: string, relativeElement: Element, innerHTML: string): string;
|
|
119
119
|
/**
|
|
@@ -122,7 +122,7 @@ export declare class DOMNode {
|
|
|
122
122
|
* @param {Element} element - specifes the element.
|
|
123
123
|
* @returns {boolean} - returns the boolean value
|
|
124
124
|
* @hidden
|
|
125
|
-
|
|
125
|
+
* @deprecated
|
|
126
126
|
*/
|
|
127
127
|
isList(element: Element): boolean;
|
|
128
128
|
/**
|
|
@@ -131,7 +131,7 @@ export declare class DOMNode {
|
|
|
131
131
|
* @param {Element} element - specifes the element.
|
|
132
132
|
* @returns {boolean} - returns the boolean value
|
|
133
133
|
* @hidden
|
|
134
|
-
|
|
134
|
+
* @deprecated
|
|
135
135
|
*/
|
|
136
136
|
isElement(element: Element): boolean;
|
|
137
137
|
/**
|
|
@@ -140,7 +140,7 @@ export declare class DOMNode {
|
|
|
140
140
|
* @param {Element} element - specifes the element.
|
|
141
141
|
* @returns {boolean} - returns the boolean value
|
|
142
142
|
* @hidden
|
|
143
|
-
|
|
143
|
+
* @deprecated
|
|
144
144
|
*/
|
|
145
145
|
isEditable(element: Element): boolean;
|
|
146
146
|
/**
|
|
@@ -150,7 +150,7 @@ export declare class DOMNode {
|
|
|
150
150
|
* @param {string} className - specifies the class name value
|
|
151
151
|
* @returns {boolean} - returns the boolean value
|
|
152
152
|
* @hidden
|
|
153
|
-
|
|
153
|
+
* @deprecated
|
|
154
154
|
*/
|
|
155
155
|
hasClass(element: Element, className: string): boolean;
|
|
156
156
|
/**
|
|
@@ -160,7 +160,7 @@ export declare class DOMNode {
|
|
|
160
160
|
* @param {string} value - specifies the string value
|
|
161
161
|
* @returns {void}
|
|
162
162
|
* @hidden
|
|
163
|
-
|
|
163
|
+
* @deprecated
|
|
164
164
|
*/
|
|
165
165
|
replaceWith(element: Element, value: string): void;
|
|
166
166
|
/**
|
|
@@ -169,7 +169,7 @@ export declare class DOMNode {
|
|
|
169
169
|
* @param {string} value - specifies the string value
|
|
170
170
|
* @returns {Element} - returns the element
|
|
171
171
|
* @hidden
|
|
172
|
-
|
|
172
|
+
* @deprecated
|
|
173
173
|
*/
|
|
174
174
|
parseHTMLFragment(value: string): Element;
|
|
175
175
|
/**
|
|
@@ -179,7 +179,7 @@ export declare class DOMNode {
|
|
|
179
179
|
* @param {Element} wrapper - specifies the element.
|
|
180
180
|
* @returns {Element} - returns the element
|
|
181
181
|
* @hidden
|
|
182
|
-
|
|
182
|
+
* @deprecated
|
|
183
183
|
*/
|
|
184
184
|
wrap(element: Element, wrapper: Element): Element;
|
|
185
185
|
/**
|
|
@@ -189,7 +189,7 @@ export declare class DOMNode {
|
|
|
189
189
|
* @param {Element} referenceNode - specifies the referenece node
|
|
190
190
|
* @returns {void}
|
|
191
191
|
* @hidden
|
|
192
|
-
|
|
192
|
+
* @deprecated
|
|
193
193
|
*/
|
|
194
194
|
insertAfter(newNode: Element, referenceNode: Element): void;
|
|
195
195
|
/**
|
|
@@ -199,7 +199,7 @@ export declare class DOMNode {
|
|
|
199
199
|
* @param {Element} wrapper - specifies the wrapper element.
|
|
200
200
|
* @returns {Element} - returns the element
|
|
201
201
|
* @hidden
|
|
202
|
-
|
|
202
|
+
* @deprecated
|
|
203
203
|
*/
|
|
204
204
|
wrapInner(parent: Element, wrapper: Element): Element;
|
|
205
205
|
/**
|
|
@@ -208,7 +208,7 @@ export declare class DOMNode {
|
|
|
208
208
|
* @param {Element} element - specifies the element.
|
|
209
209
|
* @returns {Element} - returns the element.
|
|
210
210
|
* @hidden
|
|
211
|
-
|
|
211
|
+
* @deprecated
|
|
212
212
|
*/
|
|
213
213
|
unWrap(element: Element): Element[];
|
|
214
214
|
/**
|
|
@@ -218,7 +218,7 @@ export declare class DOMNode {
|
|
|
218
218
|
* @param {number} index - specifies the index value.
|
|
219
219
|
* @returns {Element} - returns the element
|
|
220
220
|
* @hidden
|
|
221
|
-
|
|
221
|
+
* @deprecated
|
|
222
222
|
*/
|
|
223
223
|
getSelectedNode(element: Element, index: number): Element;
|
|
224
224
|
/**
|
|
@@ -228,7 +228,7 @@ export declare class DOMNode {
|
|
|
228
228
|
* @param {Element[]} elements - specifies the array of elements
|
|
229
229
|
* @returns {Element[]} - returnts the array elements
|
|
230
230
|
* @hidden
|
|
231
|
-
|
|
231
|
+
* @deprecated
|
|
232
232
|
*/
|
|
233
233
|
nodeFinds(element: Element, elements: Element[]): Element[];
|
|
234
234
|
/**
|
|
@@ -236,7 +236,7 @@ export declare class DOMNode {
|
|
|
236
236
|
*
|
|
237
237
|
* @returns {boolean} - returns the boolean value
|
|
238
238
|
* @hidden
|
|
239
|
-
|
|
239
|
+
* @deprecated
|
|
240
240
|
*/
|
|
241
241
|
isEditorArea(): boolean;
|
|
242
242
|
/**
|
|
@@ -245,7 +245,7 @@ export declare class DOMNode {
|
|
|
245
245
|
* @param {number} point - specifies the number value.
|
|
246
246
|
* @returns {Range} - returns the range.
|
|
247
247
|
* @hidden
|
|
248
|
-
|
|
248
|
+
* @deprecated
|
|
249
249
|
*/
|
|
250
250
|
getRangePoint(point?: number): Range | Range[];
|
|
251
251
|
getSelection(): Selection;
|
|
@@ -255,7 +255,7 @@ export declare class DOMNode {
|
|
|
255
255
|
* @param {Element} element - specifies the element
|
|
256
256
|
* @returns {Element} - returns the element
|
|
257
257
|
* @hidden
|
|
258
|
-
|
|
258
|
+
* @deprecated
|
|
259
259
|
*/
|
|
260
260
|
getPreviousNode(element: Element): Element;
|
|
261
261
|
/**
|
|
@@ -264,7 +264,7 @@ export declare class DOMNode {
|
|
|
264
264
|
* @param {string} value - specifies the string value
|
|
265
265
|
* @returns {string} - specifies the string value
|
|
266
266
|
* @hidden
|
|
267
|
-
|
|
267
|
+
* @deprecated
|
|
268
268
|
*/
|
|
269
269
|
encode(value: string): string;
|
|
270
270
|
/**
|
|
@@ -273,7 +273,7 @@ export declare class DOMNode {
|
|
|
273
273
|
* @param {NodeSelection} save - specifies the node selection,
|
|
274
274
|
* @returns {NodeSelection} - returns the value
|
|
275
275
|
* @hidden
|
|
276
|
-
|
|
276
|
+
* @deprecated
|
|
277
277
|
*/
|
|
278
278
|
saveMarker(save: NodeSelection): NodeSelection;
|
|
279
279
|
private marker;
|
|
@@ -283,7 +283,7 @@ export declare class DOMNode {
|
|
|
283
283
|
* @param {NodeSelection} save - specifies the node selection.
|
|
284
284
|
* @returns {void}
|
|
285
285
|
* @hidden
|
|
286
|
-
|
|
286
|
+
* @deprecated
|
|
287
287
|
*/
|
|
288
288
|
setMarker(save: NodeSelection): void;
|
|
289
289
|
/**
|
|
@@ -294,7 +294,7 @@ export declare class DOMNode {
|
|
|
294
294
|
* @param {Range} range - specifies the range value
|
|
295
295
|
* @returns {void}
|
|
296
296
|
* @hidden
|
|
297
|
-
|
|
297
|
+
* @deprecated
|
|
298
298
|
*/
|
|
299
299
|
ensureSelfClosingTag(start: Element, className: string, range: Range): void;
|
|
300
300
|
/**
|
|
@@ -303,7 +303,7 @@ export declare class DOMNode {
|
|
|
303
303
|
* @param {Element} element - specifies the element.
|
|
304
304
|
* @returns {Element} - returns the element
|
|
305
305
|
* @hidden
|
|
306
|
-
|
|
306
|
+
* @deprecated
|
|
307
307
|
*/
|
|
308
308
|
createTempNode(element: Element): Element;
|
|
309
309
|
/**
|
|
@@ -311,7 +311,7 @@ export declare class DOMNode {
|
|
|
311
311
|
*
|
|
312
312
|
* @returns {void}
|
|
313
313
|
* @hidden
|
|
314
|
-
|
|
314
|
+
* @deprecated
|
|
315
315
|
*/
|
|
316
316
|
getImageTagInSelection(): NodeListOf<HTMLImageElement>;
|
|
317
317
|
/**
|
|
@@ -321,7 +321,7 @@ export declare class DOMNode {
|
|
|
321
321
|
* @param {string} wrapperElement - specifies which block nodes to wrap around.
|
|
322
322
|
* @returns {HTMLElement} - returns the wrapped element.
|
|
323
323
|
* @hidden
|
|
324
|
-
|
|
324
|
+
* @deprecated
|
|
325
325
|
*/
|
|
326
326
|
gatherElementsAround(node: HTMLElement, wrapperElement: string): HTMLElement;
|
|
327
327
|
/**
|
|
@@ -331,7 +331,7 @@ export declare class DOMNode {
|
|
|
331
331
|
* @param {boolean} fromList - specifies if the method is called from list module.
|
|
332
332
|
* @returns {Node[]} - returns the selected list of elements as block nodes.
|
|
333
333
|
* @hidden
|
|
334
|
-
|
|
334
|
+
* @deprecated
|
|
335
335
|
*/
|
|
336
336
|
convertToBlockNodes(selectedNodes: Node[], fromList: boolean): Node[];
|
|
337
337
|
/**
|
|
@@ -340,7 +340,7 @@ export declare class DOMNode {
|
|
|
340
340
|
* @param {boolean} action - Optional Boolean that specifies the action is whether performed.
|
|
341
341
|
* @returns {Node[]} - returns the node array values
|
|
342
342
|
* @hidden
|
|
343
|
-
|
|
343
|
+
* @deprecated
|
|
344
344
|
*/
|
|
345
345
|
blockNodes(action?: boolean): Node[];
|
|
346
346
|
private ignoreTableTag;
|