@syncfusion/ej2-vue-richtexteditor 21.2.10 → 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.
Files changed (48) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/ej2-vue-richtexteditor.umd.min.js +2 -2
  3. package/dist/ej2-vue-richtexteditor.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-richtexteditor.es2015.js +5 -2
  5. package/dist/es6/ej2-vue-richtexteditor.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-richtexteditor.es5.js +5 -2
  7. package/dist/es6/ej2-vue-richtexteditor.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-richtexteditor.min.js +2 -2
  9. package/package.json +8 -8
  10. package/src/rich-text-editor/richtexteditor.component.js +5 -2
  11. package/styles/bootstrap-dark.css +299 -137
  12. package/styles/bootstrap.css +305 -140
  13. package/styles/bootstrap4.css +304 -133
  14. package/styles/bootstrap5-dark.css +310 -165
  15. package/styles/bootstrap5.css +310 -165
  16. package/styles/fabric-dark.css +297 -136
  17. package/styles/fabric.css +294 -133
  18. package/styles/fluent-dark.css +311 -170
  19. package/styles/fluent.css +311 -170
  20. package/styles/highcontrast-light.css +289 -128
  21. package/styles/highcontrast.css +296 -135
  22. package/styles/material-dark.css +295 -129
  23. package/styles/material.css +300 -134
  24. package/styles/material3-dark.css +3082 -0
  25. package/styles/material3-dark.scss +2 -0
  26. package/styles/material3.css +3138 -0
  27. package/styles/material3.scss +2 -0
  28. package/styles/rich-text-editor/bootstrap-dark.css +299 -137
  29. package/styles/rich-text-editor/bootstrap.css +305 -140
  30. package/styles/rich-text-editor/bootstrap4.css +304 -133
  31. package/styles/rich-text-editor/bootstrap5-dark.css +310 -165
  32. package/styles/rich-text-editor/bootstrap5.css +310 -165
  33. package/styles/rich-text-editor/fabric-dark.css +297 -136
  34. package/styles/rich-text-editor/fabric.css +294 -133
  35. package/styles/rich-text-editor/fluent-dark.css +311 -170
  36. package/styles/rich-text-editor/fluent.css +311 -170
  37. package/styles/rich-text-editor/highcontrast-light.css +289 -128
  38. package/styles/rich-text-editor/highcontrast.css +296 -135
  39. package/styles/rich-text-editor/material-dark.css +295 -129
  40. package/styles/rich-text-editor/material.css +300 -134
  41. package/styles/rich-text-editor/material3-dark.css +3082 -0
  42. package/styles/rich-text-editor/material3-dark.scss +2 -0
  43. package/styles/rich-text-editor/material3.css +3138 -0
  44. package/styles/rich-text-editor/material3.scss +2 -0
  45. package/styles/rich-text-editor/tailwind-dark.css +313 -157
  46. package/styles/rich-text-editor/tailwind.css +313 -157
  47. package/styles/tailwind-dark.css +313 -157
  48. 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.2.9",
3
+ "_id": "@syncfusion/ej2-vue-richtexteditor@21.8.0",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-5eOKSLvCUgrZU8XZ0jbO00fbKHqcT5Tmv5v/6Oguab1eP3gexpblX56dqf23fWFDyiu/u3rJjJvoEn2MMFWaWw==",
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-hotfix-new/@syncfusion/ej2-vue-richtexteditor/-/ej2-vue-richtexteditor-21.2.9.tgz",
23
- "_shasum": "82b768f02c42bc8a6aa6c73510eae26d29617265",
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": "~21.2.9",
35
- "@syncfusion/ej2-richtexteditor": "21.2.10",
36
- "@syncfusion/ej2-vue-base": "~21.2.9"
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": "21.2.10",
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
- ej2Instances: new RichTextEditor({}),
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
  },