@syncfusion/ej2-richtexteditor 26.2.9 → 26.2.11-618955
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/.eslintignore +4 -4
- package/.eslintrc.json +260 -260
- package/README.md +76 -76
- package/dist/ej2-richtexteditor.umd.min.js +1 -10
- package/dist/ej2-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es2015.js +258 -205
- package/dist/es6/ej2-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-richtexteditor.es5.js +346 -293
- package/dist/es6/ej2-richtexteditor.es5.js.map +1 -1
- package/helpers/e2e/index.js +3 -3
- package/helpers/e2e/rte-helper.js +13 -13
- package/license +9 -9
- package/package.json +84 -84
- package/src/common/interface.d.ts +8 -8
- package/src/common/util.js +7 -0
- 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 +9 -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 +3 -3
- 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 +3 -2
- package/src/editor-manager/plugin/inserthtml.js +22 -10
- package/src/editor-manager/plugin/isformatted.d.ts +8 -8
- package/src/editor-manager/plugin/isformatted.js +8 -8
- 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 -3
- package/src/editor-manager/plugin/lists.js +2 -4
- package/src/editor-manager/plugin/ms-word-clean-up.d.ts +1 -1
- package/src/editor-manager/plugin/ms-word-clean-up.js +9 -4
- 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 +19 -2
- 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 +3 -3
- 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 +1 -1
- 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 +4 -3
- package/src/rich-text-editor/actions/html-editor.js +18 -3
- package/src/rich-text-editor/actions/keyboard-model.d.ts +16 -16
- package/src/rich-text-editor/actions/keyboard.d.ts +1 -1
- package/src/rich-text-editor/actions/keyboard.js +20 -20
- 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 +26 -27
- 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/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 +157 -157
- package/src/rich-text-editor/base/constant.js +157 -157
- 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 +50 -50
- package/src/rich-text-editor/base/interface.js +1 -1
- package/src/rich-text-editor/base/rich-text-editor-model.d.ts +890 -890
- package/src/rich-text-editor/base/rich-text-editor.d.ts +61 -61
- package/src/rich-text-editor/base/rich-text-editor.js +63 -63
- 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 +8 -8
- package/src/rich-text-editor/formatter/html-formatter.d.ts +2 -2
- package/src/rich-text-editor/formatter/html-formatter.js +15 -15
- package/src/rich-text-editor/formatter/markdown-formatter.d.ts +2 -2
- package/src/rich-text-editor/formatter/markdown-formatter.js +15 -15
- package/src/rich-text-editor/models/iframe-settings-model.d.ts +26 -26
- package/src/rich-text-editor/models/iframe-settings.js +19 -19
- package/src/rich-text-editor/models/inline-mode-model.d.ts +11 -11
- package/src/rich-text-editor/models/inline-mode.js +19 -19
- package/src/rich-text-editor/models/toolbar-settings-model.d.ts +760 -760
- package/src/rich-text-editor/models/toolbar-settings.js +19 -19
- 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 +17 -17
- package/src/rich-text-editor/renderer/image-module.d.ts +1 -1
- package/src/rich-text-editor/renderer/image-module.js +6 -6
- package/src/rich-text-editor/renderer/link-module.d.ts +1 -1
- package/src/rich-text-editor/renderer/link-module.js +1 -1
- 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 +1 -1
- package/src/rich-text-editor/renderer/table-module.js +1 -1
- package/src/rich-text-editor/renderer/toolbar-renderer.d.ts +9 -9
- package/src/rich-text-editor/renderer/toolbar-renderer.js +9 -9
- 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/_all.scss +1 -1
- package/styles/material3-dark.scss +1 -1
- package/styles/material3.scss +1 -1
- package/styles/rich-text-editor/_all.scss +2 -2
- package/styles/rich-text-editor/_bds-definition.scss +288 -288
- package/styles/rich-text-editor/_bootstrap-dark-definition.scss +289 -289
- package/styles/rich-text-editor/_bootstrap-definition.scss +347 -347
- package/styles/rich-text-editor/_bootstrap4-definition.scss +474 -474
- package/styles/rich-text-editor/_bootstrap5-definition.scss +276 -276
- package/styles/rich-text-editor/_bootstrap5.3-definition.scss +276 -276
- package/styles/rich-text-editor/_fabric-dark-definition.scss +273 -273
- package/styles/rich-text-editor/_fabric-definition.scss +271 -271
- package/styles/rich-text-editor/_fluent-definition.scss +277 -277
- package/styles/rich-text-editor/_fluent2-definition.scss +282 -282
- package/styles/rich-text-editor/_fusionnew-definition.scss +274 -274
- package/styles/rich-text-editor/_highcontrast-definition.scss +271 -271
- package/styles/rich-text-editor/_highcontrast-light-definition.scss +271 -271
- package/styles/rich-text-editor/_layout.scss +2647 -2647
- package/styles/rich-text-editor/_material-dark-definition.scss +276 -276
- package/styles/rich-text-editor/_material-definition.scss +274 -274
- package/styles/rich-text-editor/_material3-definition.scss +276 -276
- package/styles/rich-text-editor/_tailwind-definition.scss +271 -271
- package/styles/rich-text-editor/_theme.scss +813 -813
- package/styles/rich-text-editor/icons/_bds.scss +368 -368
- package/styles/rich-text-editor/icons/_bootstrap-dark.scss +369 -369
- package/styles/rich-text-editor/icons/_bootstrap.scss +369 -369
- package/styles/rich-text-editor/icons/_bootstrap4.scss +369 -369
- package/styles/rich-text-editor/icons/_bootstrap5.3.scss +368 -368
- package/styles/rich-text-editor/icons/_bootstrap5.scss +368 -368
- package/styles/rich-text-editor/icons/_fabric-dark.scss +369 -369
- package/styles/rich-text-editor/icons/_fabric.scss +369 -369
- package/styles/rich-text-editor/icons/_fluent.scss +368 -368
- package/styles/rich-text-editor/icons/_fluent2.scss +365 -365
- package/styles/rich-text-editor/icons/_fusionnew.scss +353 -353
- package/styles/rich-text-editor/icons/_highcontrast-light.scss +357 -357
- package/styles/rich-text-editor/icons/_highcontrast.scss +357 -357
- package/styles/rich-text-editor/icons/_material-dark.scss +369 -369
- package/styles/rich-text-editor/icons/_material.scss +369 -369
- package/styles/rich-text-editor/icons/_material3.scss +368 -368
- package/styles/rich-text-editor/icons/_tailwind.scss +368 -368
- package/styles/rich-text-editor/material3-dark.scss +1 -1
- package/styles/rich-text-editor/material3.scss +1 -1
- package/dist/ej2-richtexteditor.min.js +0 -10
- package/dist/global/ej2-richtexteditor.min.js +0 -11
- package/dist/global/ej2-richtexteditor.min.js.map +0 -1
- package/dist/global/index.d.ts +0 -14
- package/hotfix/26.1.35_Vol2.txt +0 -1
- package/tslint.json +0 -111
|
@@ -44,7 +44,7 @@ export declare class Toolbar {
|
|
|
44
44
|
*
|
|
45
45
|
* @returns {void}
|
|
46
46
|
* @hidden
|
|
47
|
-
|
|
47
|
+
* @deprecated
|
|
48
48
|
*/
|
|
49
49
|
addFixedTBarClass(): void;
|
|
50
50
|
/**
|
|
@@ -52,7 +52,7 @@ export declare class Toolbar {
|
|
|
52
52
|
*
|
|
53
53
|
* @returns {void}
|
|
54
54
|
* @hidden
|
|
55
|
-
|
|
55
|
+
* @deprecated
|
|
56
56
|
*/
|
|
57
57
|
removeFixedTBarClass(): void;
|
|
58
58
|
private showFixedTBar;
|
|
@@ -63,7 +63,7 @@ export declare class Toolbar {
|
|
|
63
63
|
* @param {IUpdateItemsModel} args - specifies the arguments.
|
|
64
64
|
* @returns {void}
|
|
65
65
|
* @hidden
|
|
66
|
-
|
|
66
|
+
* @deprecated
|
|
67
67
|
*/
|
|
68
68
|
updateItem(args: IUpdateItemsModel): void;
|
|
69
69
|
private updateToolbarStatus;
|
|
@@ -74,7 +74,7 @@ export declare class Toolbar {
|
|
|
74
74
|
*
|
|
75
75
|
* @returns {void}
|
|
76
76
|
* @hidden
|
|
77
|
-
|
|
77
|
+
* @deprecated
|
|
78
78
|
*/
|
|
79
79
|
getBaseToolbar(): BaseToolbar;
|
|
80
80
|
/**
|
|
@@ -84,7 +84,7 @@ export declare class Toolbar {
|
|
|
84
84
|
* @param {number} index - specifies the index value.
|
|
85
85
|
* @returns {void}
|
|
86
86
|
* @hidden
|
|
87
|
-
|
|
87
|
+
* @deprecated
|
|
88
88
|
*/
|
|
89
89
|
addTBarItem(args: IUpdateItemsModel, index: number): void;
|
|
90
90
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class Toolbar {
|
|
|
96
96
|
* @param {boolean} muteToolbarUpdate - specifies the toolbar.
|
|
97
97
|
* @returns {void}
|
|
98
98
|
* @hidden
|
|
99
|
-
|
|
99
|
+
* @deprecated
|
|
100
100
|
*/
|
|
101
101
|
enableTBarItems(baseToolbar: BaseToolbar, items: string | string[], isEnable: boolean, muteToolbarUpdate?: boolean): void;
|
|
102
102
|
/**
|
|
@@ -105,7 +105,7 @@ export declare class Toolbar {
|
|
|
105
105
|
* @param {string} items - specifies the string value.
|
|
106
106
|
* @returns {void}
|
|
107
107
|
* @hidden
|
|
108
|
-
|
|
108
|
+
* @deprecated
|
|
109
109
|
*/
|
|
110
110
|
removeTBarItems(items: string | string[]): void;
|
|
111
111
|
/**
|
|
@@ -113,7 +113,7 @@ export declare class Toolbar {
|
|
|
113
113
|
*
|
|
114
114
|
* @returns {void}
|
|
115
115
|
* @hidden
|
|
116
|
-
|
|
116
|
+
* @deprecated
|
|
117
117
|
*/
|
|
118
118
|
getExpandTBarPopHeight(): number;
|
|
119
119
|
/**
|
|
@@ -121,7 +121,7 @@ export declare class Toolbar {
|
|
|
121
121
|
*
|
|
122
122
|
* @returns {void}
|
|
123
123
|
* @hidden
|
|
124
|
-
|
|
124
|
+
* @deprecated
|
|
125
125
|
*/
|
|
126
126
|
getToolbarHeight(): number;
|
|
127
127
|
/**
|
|
@@ -129,7 +129,7 @@ export declare class Toolbar {
|
|
|
129
129
|
*
|
|
130
130
|
* @returns {void}
|
|
131
131
|
* @hidden
|
|
132
|
-
|
|
132
|
+
* @deprecated
|
|
133
133
|
*/
|
|
134
134
|
getToolbarElement(): Element;
|
|
135
135
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class Toolbar {
|
|
|
137
137
|
*
|
|
138
138
|
* @returns {void}
|
|
139
139
|
* @hidden
|
|
140
|
-
|
|
140
|
+
* @deprecated
|
|
141
141
|
*/
|
|
142
142
|
refreshToolbarOverflow(): void;
|
|
143
143
|
private isToolbarDestroyed;
|
|
@@ -148,7 +148,7 @@ export declare class Toolbar {
|
|
|
148
148
|
* @function destroy
|
|
149
149
|
* @returns {void}
|
|
150
150
|
* @hidden
|
|
151
|
-
|
|
151
|
+
* @deprecated
|
|
152
152
|
*/
|
|
153
153
|
destroy(): void;
|
|
154
154
|
private moduleDestroy;
|
|
@@ -168,7 +168,7 @@ export declare class Toolbar {
|
|
|
168
168
|
* @param {RichTextEditorModel} e - specifies the string value
|
|
169
169
|
* @returns {void}
|
|
170
170
|
* @hidden
|
|
171
|
-
|
|
171
|
+
* @deprecated
|
|
172
172
|
*/
|
|
173
173
|
protected onPropertyChanged(e: {
|
|
174
174
|
[key: string]: RichTextEditorModel;
|
|
@@ -206,7 +206,7 @@ var Toolbar = /** @class */ (function () {
|
|
|
206
206
|
*
|
|
207
207
|
* @returns {void}
|
|
208
208
|
* @hidden
|
|
209
|
-
|
|
209
|
+
* @deprecated
|
|
210
210
|
*/
|
|
211
211
|
Toolbar.prototype.addFixedTBarClass = function () {
|
|
212
212
|
addClass([this.tbElement], [classes.CLS_TB_FIXED]);
|
|
@@ -216,7 +216,7 @@ var Toolbar = /** @class */ (function () {
|
|
|
216
216
|
*
|
|
217
217
|
* @returns {void}
|
|
218
218
|
* @hidden
|
|
219
|
-
|
|
219
|
+
* @deprecated
|
|
220
220
|
*/
|
|
221
221
|
Toolbar.prototype.removeFixedTBarClass = function () {
|
|
222
222
|
removeClass([this.tbElement], [classes.CLS_TB_FIXED]);
|
|
@@ -237,7 +237,7 @@ var Toolbar = /** @class */ (function () {
|
|
|
237
237
|
* @param {IUpdateItemsModel} args - specifies the arguments.
|
|
238
238
|
* @returns {void}
|
|
239
239
|
* @hidden
|
|
240
|
-
|
|
240
|
+
* @deprecated
|
|
241
241
|
*/
|
|
242
242
|
Toolbar.prototype.updateItem = function (args) {
|
|
243
243
|
var item = this.tools[args.updateItem.toLocaleLowerCase()];
|
|
@@ -284,7 +284,7 @@ var Toolbar = /** @class */ (function () {
|
|
|
284
284
|
*
|
|
285
285
|
* @returns {void}
|
|
286
286
|
* @hidden
|
|
287
|
-
|
|
287
|
+
* @deprecated
|
|
288
288
|
*/
|
|
289
289
|
Toolbar.prototype.getBaseToolbar = function () {
|
|
290
290
|
return this.baseToolbar;
|
|
@@ -296,7 +296,7 @@ var Toolbar = /** @class */ (function () {
|
|
|
296
296
|
* @param {number} index - specifies the index value.
|
|
297
297
|
* @returns {void}
|
|
298
298
|
* @hidden
|
|
299
|
-
|
|
299
|
+
* @deprecated
|
|
300
300
|
*/
|
|
301
301
|
Toolbar.prototype.addTBarItem = function (args, index) {
|
|
302
302
|
args.baseToolbar.toolbarObj.addItems([args.baseToolbar.getObject(args.updateItem, 'toolbar')], index);
|
|
@@ -310,7 +310,7 @@ var Toolbar = /** @class */ (function () {
|
|
|
310
310
|
* @param {boolean} muteToolbarUpdate - specifies the toolbar.
|
|
311
311
|
* @returns {void}
|
|
312
312
|
* @hidden
|
|
313
|
-
|
|
313
|
+
* @deprecated
|
|
314
314
|
*/
|
|
315
315
|
Toolbar.prototype.enableTBarItems = function (baseToolbar, items, isEnable, muteToolbarUpdate) {
|
|
316
316
|
var trgItems = getTBarItemsIndex(getCollection(items), baseToolbar.toolbarObj.items);
|
|
@@ -331,7 +331,7 @@ var Toolbar = /** @class */ (function () {
|
|
|
331
331
|
* @param {string} items - specifies the string value.
|
|
332
332
|
* @returns {void}
|
|
333
333
|
* @hidden
|
|
334
|
-
|
|
334
|
+
* @deprecated
|
|
335
335
|
*/
|
|
336
336
|
Toolbar.prototype.removeTBarItems = function (items) {
|
|
337
337
|
if (isNullOrUndefined(this.baseToolbar.toolbarObj)) {
|
|
@@ -349,7 +349,7 @@ var Toolbar = /** @class */ (function () {
|
|
|
349
349
|
*
|
|
350
350
|
* @returns {void}
|
|
351
351
|
* @hidden
|
|
352
|
-
|
|
352
|
+
* @deprecated
|
|
353
353
|
*/
|
|
354
354
|
Toolbar.prototype.getExpandTBarPopHeight = function () {
|
|
355
355
|
var popHeight = 0;
|
|
@@ -372,7 +372,7 @@ var Toolbar = /** @class */ (function () {
|
|
|
372
372
|
*
|
|
373
373
|
* @returns {void}
|
|
374
374
|
* @hidden
|
|
375
|
-
|
|
375
|
+
* @deprecated
|
|
376
376
|
*/
|
|
377
377
|
Toolbar.prototype.getToolbarHeight = function () {
|
|
378
378
|
return this.tbElement.offsetHeight;
|
|
@@ -382,7 +382,7 @@ var Toolbar = /** @class */ (function () {
|
|
|
382
382
|
*
|
|
383
383
|
* @returns {void}
|
|
384
384
|
* @hidden
|
|
385
|
-
|
|
385
|
+
* @deprecated
|
|
386
386
|
*/
|
|
387
387
|
Toolbar.prototype.getToolbarElement = function () {
|
|
388
388
|
return this.parent && this.parent.element ? select('.' + classes.CLS_TOOLBAR, this.parent.element) : null;
|
|
@@ -392,7 +392,7 @@ var Toolbar = /** @class */ (function () {
|
|
|
392
392
|
*
|
|
393
393
|
* @returns {void}
|
|
394
394
|
* @hidden
|
|
395
|
-
|
|
395
|
+
* @deprecated
|
|
396
396
|
*/
|
|
397
397
|
Toolbar.prototype.refreshToolbarOverflow = function () {
|
|
398
398
|
this.parent.element.classList.remove(classes.CLS_RTL);
|
|
@@ -439,7 +439,7 @@ var Toolbar = /** @class */ (function () {
|
|
|
439
439
|
* @function destroy
|
|
440
440
|
* @returns {void}
|
|
441
441
|
* @hidden
|
|
442
|
-
|
|
442
|
+
* @deprecated
|
|
443
443
|
*/
|
|
444
444
|
Toolbar.prototype.destroy = function () {
|
|
445
445
|
if (this.isDestroyed) {
|
|
@@ -577,7 +577,7 @@ var Toolbar = /** @class */ (function () {
|
|
|
577
577
|
* @param {RichTextEditorModel} e - specifies the string value
|
|
578
578
|
* @returns {void}
|
|
579
579
|
* @hidden
|
|
580
|
-
|
|
580
|
+
* @deprecated
|
|
581
581
|
*/
|
|
582
582
|
Toolbar.prototype.onPropertyChanged = function (e) {
|
|
583
583
|
if (!isNullOrUndefined(e.newProp.inlineMode)) {
|
|
@@ -13,7 +13,7 @@ export declare class XhtmlValidation {
|
|
|
13
13
|
* @param {string} currentValue - specifies the string value.
|
|
14
14
|
* @param {number} valueLength - specifies the length of the current value.
|
|
15
15
|
* @returns {void}
|
|
16
|
-
|
|
16
|
+
* @deprecated
|
|
17
17
|
*/
|
|
18
18
|
selfEncloseValidation(currentValue: string, valueLength?: number): string;
|
|
19
19
|
private clean;
|
|
@@ -37,7 +37,7 @@ var XhtmlValidation = /** @class */ (function () {
|
|
|
37
37
|
* @param {string} currentValue - specifies the string value.
|
|
38
38
|
* @param {number} valueLength - specifies the length of the current value.
|
|
39
39
|
* @returns {void}
|
|
40
|
-
|
|
40
|
+
* @deprecated
|
|
41
41
|
*/
|
|
42
42
|
XhtmlValidation.prototype.selfEncloseValidation = function (currentValue, valueLength) {
|
|
43
43
|
if (valueLength === 0 && currentValue.indexOf('table') < 0 && currentValue.indexOf('img') < 0 &&
|