@syncfusion/ej2-vue-richtexteditor 20.2.50 → 20.3.50

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 (41) hide show
  1. package/CHANGELOG.md +14 -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 +4 -5
  5. package/dist/es6/ej2-vue-richtexteditor.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-richtexteditor.es5.js +4 -5
  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.d.ts +0 -1
  11. package/src/rich-text-editor/richtexteditor.component.js +4 -5
  12. package/styles/bootstrap-dark.css +220 -70
  13. package/styles/bootstrap.css +220 -70
  14. package/styles/bootstrap4.css +220 -70
  15. package/styles/bootstrap5-dark.css +220 -70
  16. package/styles/bootstrap5.css +220 -70
  17. package/styles/fabric-dark.css +220 -70
  18. package/styles/fabric.css +222 -72
  19. package/styles/fluent-dark.css +222 -72
  20. package/styles/fluent.css +222 -72
  21. package/styles/highcontrast-light.css +222 -72
  22. package/styles/highcontrast.css +222 -72
  23. package/styles/material-dark.css +220 -70
  24. package/styles/material.css +220 -70
  25. package/styles/rich-text-editor/bootstrap-dark.css +220 -70
  26. package/styles/rich-text-editor/bootstrap.css +220 -70
  27. package/styles/rich-text-editor/bootstrap4.css +220 -70
  28. package/styles/rich-text-editor/bootstrap5-dark.css +220 -70
  29. package/styles/rich-text-editor/bootstrap5.css +220 -70
  30. package/styles/rich-text-editor/fabric-dark.css +220 -70
  31. package/styles/rich-text-editor/fabric.css +222 -72
  32. package/styles/rich-text-editor/fluent-dark.css +222 -72
  33. package/styles/rich-text-editor/fluent.css +222 -72
  34. package/styles/rich-text-editor/highcontrast-light.css +222 -72
  35. package/styles/rich-text-editor/highcontrast.css +222 -72
  36. package/styles/rich-text-editor/material-dark.css +220 -70
  37. package/styles/rich-text-editor/material.css +220 -70
  38. package/styles/rich-text-editor/tailwind-dark.css +220 -70
  39. package/styles/rich-text-editor/tailwind.css +220 -70
  40. package/styles/tailwind-dark.css +220 -70
  41. package/styles/tailwind.css +220 -70
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-richtexteditor@*",
3
- "_id": "@syncfusion/ej2-vue-richtexteditor@20.2.49",
3
+ "_id": "@syncfusion/ej2-vue-richtexteditor@20.3.47",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-v0qZmoAfghxz1d/aFpll573zb247yof9m1LpFf98DTdKKp6gvmrq5kvaR6HvTtUMVuafp/rhp/7fSmNwRmEvZg==",
5
+ "_integrity": "sha512-6R/a9lmiK45d1BN2IKJVcHpuj1PjySRk3RVanY8fwt8YjEpcj/06pnUXKEwjcmTcOsac/8Jc0wBTMWKXY7JxJQ==",
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": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-richtexteditor/-/ej2-vue-richtexteditor-20.2.49.tgz",
23
- "_shasum": "ef08cb92489cbb00de5351abe43bff9d18796fbc",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-richtexteditor/-/ej2-vue-richtexteditor-20.3.47.tgz",
23
+ "_shasum": "46b4ea563f807cdf89f89b624917e594560ede13",
24
24
  "_spec": "@syncfusion/ej2-vue-richtexteditor@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.2.48",
35
- "@syncfusion/ej2-richtexteditor": "20.2.50",
36
- "@syncfusion/ej2-vue-base": "~20.2.45"
34
+ "@syncfusion/ej2-base": "~20.3.50",
35
+ "@syncfusion/ej2-richtexteditor": "20.3.50",
36
+ "@syncfusion/ej2-vue-base": "~20.3.49"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 RichTextEditor component for Vue",
@@ -62,6 +62,6 @@
62
62
  "scripts": {
63
63
  "postinstall": "node ../ej2-vue-base/postinstall.js"
64
64
  },
65
- "version": "20.2.50",
65
+ "version": "20.3.50",
66
66
  "sideEffects": false
67
67
  }
@@ -5,7 +5,6 @@ export declare const testProp: any;
5
5
  export declare const props: any;
6
6
  export declare const watch: any;
7
7
  export declare const emitProbs: any;
8
- export declare const isExecute: any;
9
8
  /**
10
9
  * `ejs-richtexteditor` represents the VueJS RichTextEditor Component.
11
10
  * ```vue
@@ -18,11 +18,11 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
18
18
  return c > 3 && r && Object.defineProperty(target, key, r), r;
19
19
  };
20
20
  import { isUndefined } from '@syncfusion/ej2-base';
21
- import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/ej2-vue-base';
21
+ import { ComponentBase, EJComponentDecorator, getProps, gh, isExecute } from '@syncfusion/ej2-vue-base';
22
22
  import { isNullOrUndefined, getValue } from '@syncfusion/ej2-base';
23
23
  import { RichTextEditor } from '@syncfusion/ej2-richtexteditor';
24
24
  import { Options } from 'vue-class-component';
25
- 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', 'formatter', 'height', 'htmlAttributes', 'iframeSettings', 'inlineMode', 'insertImageSettings', 'keyConfig', 'locale', 'maxLength', 'numberFormatList', 'pasteCleanupSettings', 'placeholder', 'quickToolbarSettings', 'readonly', 'saveInterval', 'shiftEnterKey', 'showCharCount', 'tableSettings', 'toolbarSettings', 'undoRedoSteps', 'undoRedoTimer', 'value', 'valueTemplate', 'width', 'actionBegin', 'actionComplete', 'afterImageDelete', 'afterPasteCleanup', 'beforeDialogClose', 'beforeDialogOpen', 'beforeImageDrop', 'beforeImageUpload', 'beforePasteCleanup', 'beforeQuickToolbarOpen', 'beforeSanitizeHtml', 'blur', 'change', 'created', 'destroyed', 'dialogClose', 'dialogOpen', 'focus', 'imageRemoving', 'imageSelected', 'imageUploadFailed', 'imageUploadSuccess', 'imageUploading', 'quickToolbarClose', 'quickToolbarOpen', 'resizeStart', 'resizeStop', 'resizing', 'toolbarClick', 'toolbarStatusUpdate', 'updatedToolbarStatus'];
25
+ 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', 'formatter', 'height', 'htmlAttributes', 'iframeSettings', 'inlineMode', 'insertAudioSettings', 'insertImageSettings', 'insertVideoSettings', 'keyConfig', 'locale', 'maxLength', 'numberFormatList', 'pasteCleanupSettings', 'placeholder', 'quickToolbarSettings', 'readonly', 'saveInterval', 'shiftEnterKey', 'showCharCount', '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'];
26
26
  export var modelProps = ['value'];
27
27
  export var testProp = getProps({ props: properties });
28
28
  export var props = testProp[0];
@@ -33,7 +33,6 @@ for (var _i = 0, modelProps_1 = modelProps; _i < modelProps_1.length; _i++) {
33
33
  var props_1 = modelProps_1[_i];
34
34
  emitProbs.push('update:' + props_1);
35
35
  }
36
- export var isExecute = gh ? false : true;
37
36
  /**
38
37
  * `ejs-richtexteditor` represents the VueJS RichTextEditor Component.
39
38
  * ```vue
@@ -149,10 +148,10 @@ var RichTextEditorComponent = /** @class */ (function (_super) {
149
148
  }
150
149
  };
151
150
  RichTextEditorComponent.prototype.render = function (createElement) {
152
- var h = gh || createElement;
151
+ var h = !isExecute ? gh : createElement;
153
152
  var slots = null;
154
153
  if (!isNullOrUndefined(this.$slots.default)) {
155
- slots = gh ? this.$slots.default() : this.$slots.default;
154
+ slots = !isExecute ? this.$slots.default() : this.$slots.default;
156
155
  }
157
156
  return h('textarea', slots);
158
157
  };