@syncfusion/ej2-vue-richtexteditor 21.2.9 → 22.1.34
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/CHANGELOG.md +25 -0
- package/dist/ej2-vue-richtexteditor.umd.min.js +2 -2
- package/dist/ej2-vue-richtexteditor.umd.min.js.map +1 -1
- package/dist/es6/ej2-vue-richtexteditor.es2015.js +5 -2
- package/dist/es6/ej2-vue-richtexteditor.es2015.js.map +1 -1
- package/dist/es6/ej2-vue-richtexteditor.es5.js +5 -2
- package/dist/es6/ej2-vue-richtexteditor.es5.js.map +1 -1
- package/dist/global/ej2-vue-richtexteditor.min.js +2 -2
- package/package.json +8 -8
- package/src/rich-text-editor/richtexteditor.component.js +5 -2
- package/styles/bootstrap-dark.css +299 -137
- package/styles/bootstrap.css +305 -140
- package/styles/bootstrap4.css +304 -133
- package/styles/bootstrap5-dark.css +310 -165
- package/styles/bootstrap5.css +310 -165
- package/styles/fabric-dark.css +297 -136
- package/styles/fabric.css +294 -133
- package/styles/fluent-dark.css +311 -170
- package/styles/fluent.css +311 -170
- package/styles/highcontrast-light.css +289 -128
- package/styles/highcontrast.css +296 -135
- package/styles/material-dark.css +295 -129
- package/styles/material.css +300 -134
- package/styles/material3-dark.css +3082 -0
- package/styles/material3-dark.scss +2 -0
- package/styles/material3.css +3138 -0
- package/styles/material3.scss +2 -0
- package/styles/rich-text-editor/bootstrap-dark.css +299 -137
- package/styles/rich-text-editor/bootstrap.css +305 -140
- package/styles/rich-text-editor/bootstrap4.css +304 -133
- package/styles/rich-text-editor/bootstrap5-dark.css +310 -165
- package/styles/rich-text-editor/bootstrap5.css +310 -165
- package/styles/rich-text-editor/fabric-dark.css +297 -136
- package/styles/rich-text-editor/fabric.css +294 -133
- package/styles/rich-text-editor/fluent-dark.css +311 -170
- package/styles/rich-text-editor/fluent.css +311 -170
- package/styles/rich-text-editor/highcontrast-light.css +289 -128
- package/styles/rich-text-editor/highcontrast.css +296 -135
- package/styles/rich-text-editor/material-dark.css +295 -129
- package/styles/rich-text-editor/material.css +300 -134
- package/styles/rich-text-editor/material3-dark.css +3082 -0
- package/styles/rich-text-editor/material3-dark.scss +2 -0
- package/styles/rich-text-editor/material3.css +3138 -0
- package/styles/rich-text-editor/material3.scss +2 -0
- package/styles/rich-text-editor/tailwind-dark.css +313 -157
- package/styles/rich-text-editor/tailwind.css +313 -157
- package/styles/tailwind-dark.css +313 -157
- package/styles/tailwind.css +313 -157
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-vue-richtexteditor@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-vue-richtexteditor@21.
|
|
3
|
+
"_id": "@syncfusion/ej2-vue-richtexteditor@21.8.0",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-n5e7FNZcf8IfUNWEEXNHUBe2JbukVjXxCDw1hJR9QlXI6bH3VNd887cdACS3vNHMUGNoHf0S29lnb2vsa5njdQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-vue-richtexteditor",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-richtexteditor/-/ej2-vue-richtexteditor-21.8.0.tgz",
|
|
23
|
+
"_shasum": "70573092e393b8b809f487b443b35280f8dd2c4e",
|
|
24
24
|
"_spec": "@syncfusion/ej2-vue-richtexteditor@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/packages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-base": "~
|
|
35
|
-
"@syncfusion/ej2-richtexteditor": "
|
|
36
|
-
"@syncfusion/ej2-vue-base": "~
|
|
34
|
+
"@syncfusion/ej2-base": "~22.1.34",
|
|
35
|
+
"@syncfusion/ej2-richtexteditor": "22.1.34",
|
|
36
|
+
"@syncfusion/ej2-vue-base": "~22.1.34"
|
|
37
37
|
},
|
|
38
38
|
"deprecated": false,
|
|
39
39
|
"description": "Essential JS 2 RichTextEditor component for Vue",
|
|
@@ -58,6 +58,6 @@
|
|
|
58
58
|
"ci-publish": "gulp ci-publish",
|
|
59
59
|
"compile": "gulp ci-compile && gulp vue-global-script"
|
|
60
60
|
},
|
|
61
|
-
"version": "
|
|
61
|
+
"version": "22.1.34",
|
|
62
62
|
"sideEffects": false
|
|
63
63
|
}
|
|
@@ -2,7 +2,7 @@ import { ComponentBase, gh, getProps, isExecute, vueDefineComponent } from '@syn
|
|
|
2
2
|
import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
|
|
3
3
|
import { isUndefined } from '@syncfusion/ej2-base';
|
|
4
4
|
import { RichTextEditor } from '@syncfusion/ej2-richtexteditor';
|
|
5
|
-
export var properties = ['isLazyUpdate', 'plugins', 'autoSaveOnIdle', 'backgroundColor', 'bulletFormatList', 'cssClass', 'editorMode', 'enableAutoUrl', 'enableHtmlEncode', 'enableHtmlSanitizer', 'enablePersistence', 'enableResize', 'enableRtl', 'enableTabKey', 'enableXhtml', 'enabled', 'enterKey', 'fileManagerSettings', 'floatingToolbarOffset', 'fontColor', 'fontFamily', 'fontSize', 'format', 'formatPainterSettings', 'formatter', 'height', 'htmlAttributes', 'iframeSettings', 'inlineMode', 'insertAudioSettings', 'insertImageSettings', 'insertVideoSettings', 'keyConfig', 'locale', 'maxLength', 'numberFormatList', 'pasteCleanupSettings', 'placeholder', 'quickToolbarSettings', 'readonly', 'saveInterval', 'shiftEnterKey', 'showCharCount', 'showTooltip', 'tableSettings', 'toolbarSettings', 'undoRedoSteps', 'undoRedoTimer', 'value', 'valueTemplate', 'width', 'actionBegin', 'actionComplete', 'afterImageDelete', 'afterMediaDelete', 'afterPasteCleanup', 'beforeDialogClose', 'beforeDialogOpen', 'beforeFileUpload', 'beforeImageDrop', 'beforeImageUpload', 'beforePasteCleanup', 'beforeQuickToolbarOpen', 'beforeSanitizeHtml', 'blur', 'change', 'created', 'destroyed', 'dialogClose', 'dialogOpen', 'fileRemoving', 'fileSelected', 'fileUploadFailed', 'fileUploadSuccess', 'fileUploading', 'focus', 'imageRemoving', 'imageSelected', 'imageUploadFailed', 'imageUploadSuccess', 'imageUploading', 'quickToolbarClose', 'quickToolbarOpen', 'resizeStart', 'resizeStop', 'resizing', 'toolbarClick', 'toolbarStatusUpdate', 'updatedToolbarStatus'];
|
|
5
|
+
export var properties = ['isLazyUpdate', 'plugins', 'autoSaveOnIdle', 'backgroundColor', 'bulletFormatList', 'cssClass', 'editorMode', 'emojiPickerSettings', 'enableAutoUrl', 'enableHtmlEncode', 'enableHtmlSanitizer', 'enablePersistence', 'enableResize', 'enableRtl', 'enableTabKey', 'enableXhtml', 'enabled', 'enterKey', 'fileManagerSettings', 'floatingToolbarOffset', 'fontColor', 'fontFamily', 'fontSize', 'format', 'formatPainterSettings', 'formatter', 'height', 'htmlAttributes', 'iframeSettings', 'inlineMode', 'insertAudioSettings', 'insertImageSettings', 'insertVideoSettings', 'keyConfig', 'locale', 'maxLength', 'numberFormatList', 'pasteCleanupSettings', 'placeholder', 'quickToolbarSettings', 'readonly', 'saveInterval', 'shiftEnterKey', 'showCharCount', 'showTooltip', 'tableSettings', 'toolbarSettings', 'undoRedoSteps', 'undoRedoTimer', 'value', 'valueTemplate', 'width', 'actionBegin', 'actionComplete', 'afterImageDelete', 'afterMediaDelete', 'afterPasteCleanup', 'beforeDialogClose', 'beforeDialogOpen', 'beforeFileUpload', 'beforeImageDrop', 'beforeImageUpload', 'beforePasteCleanup', 'beforeQuickToolbarOpen', 'beforeSanitizeHtml', 'blur', 'change', 'created', 'destroyed', 'dialogClose', 'dialogOpen', 'fileRemoving', 'fileSelected', 'fileUploadFailed', 'fileUploadSuccess', 'fileUploading', 'focus', 'imageRemoving', 'imageSelected', 'imageUploadFailed', 'imageUploadSuccess', 'imageUploading', 'quickToolbarClose', 'quickToolbarOpen', 'resizeStart', 'resizeStop', 'resizing', 'toolbarClick', 'toolbarStatusUpdate', 'updatedToolbarStatus'];
|
|
6
6
|
export var modelProps = ['value'];
|
|
7
7
|
export var testProp = getProps({ props: properties });
|
|
8
8
|
export var props = testProp[0], watch = testProp[1], emitProbs = Object.keys(watch);
|
|
@@ -27,7 +27,7 @@ export var RichTextEditorComponent = vueDefineComponent({
|
|
|
27
27
|
provide: function () { return { custom: this.custom }; },
|
|
28
28
|
data: function () {
|
|
29
29
|
return {
|
|
30
|
-
|
|
30
|
+
ej2Instance: new RichTextEditor({}),
|
|
31
31
|
propKeys: properties,
|
|
32
32
|
models: modelProps,
|
|
33
33
|
hasChildDirective: false,
|
|
@@ -218,6 +218,9 @@ export var RichTextEditorComponent = vueDefineComponent({
|
|
|
218
218
|
showDialog: function (type) {
|
|
219
219
|
return this.ej2Instances.showDialog(type);
|
|
220
220
|
},
|
|
221
|
+
showEmojiPicker: function (x, y) {
|
|
222
|
+
return this.ej2Instances.showEmojiPicker(x, y);
|
|
223
|
+
},
|
|
221
224
|
showFullScreen: function () {
|
|
222
225
|
return this.ej2Instances.showFullScreen();
|
|
223
226
|
},
|