@syncfusion/ej2-vue-richtexteditor 20.1.59 → 20.2.36

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-richtexteditor@*",
3
- "_id": "@syncfusion/ej2-vue-richtexteditor@20.1.58",
3
+ "_id": "@syncfusion/ej2-vue-richtexteditor@19.10.1",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-pkV7kRAzVRD/8Mbwivlc51UGxU0tNip2pdNGSyr8aGXQyTw5t9hyyq8gRovB6p5LlMixvChgTak3ke5uueiICA==",
5
+ "_integrity": "sha512-4XtVpl/cZrvIMqVIbGf4BHasc4Z4qNaVH42Qws6EXI93oGBYc94emJJ7h0SmgB6vDh8F/XNtsvPI1VosgZRBBQ==",
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.1.58.tgz",
23
- "_shasum": "4e2d21242c2f247298dedec8abaf8a37ab0e3121",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-vue-richtexteditor/-/ej2-vue-richtexteditor-19.10.1.tgz",
23
+ "_shasum": "31150c5dc2cbd23dc1a32812caf17d129e7e854b",
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.1.57",
35
- "@syncfusion/ej2-richtexteditor": "20.1.59",
36
- "@syncfusion/ej2-vue-base": "~20.1.57"
34
+ "@syncfusion/ej2-base": "~20.2.36",
35
+ "@syncfusion/ej2-richtexteditor": "20.2.36",
36
+ "@syncfusion/ej2-vue-base": "~20.2.36"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Essential JS 2 RichTextEditor component for Vue",
@@ -59,6 +59,6 @@
59
59
  "type": "git",
60
60
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
61
61
  },
62
- "version": "20.1.59",
62
+ "version": "20.2.36",
63
63
  "sideEffects": false
64
64
  }
@@ -22,7 +22,7 @@ import { ComponentBase, EJComponentDecorator, getProps, gh } from '@syncfusion/e
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', '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', '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'];
26
26
  export var modelProps = ['value'];
27
27
  export var testProp = getProps({ props: properties });
28
28
  export var props = testProp[0];
@@ -1233,6 +1233,7 @@
1233
1233
  height: 16px;
1234
1234
  }
1235
1235
  .e-richtexteditor .e-rte-table-popup.e-popup-open .e-insert-table-btn {
1236
+ margin-top: 16px;
1236
1237
  width: 100%;
1237
1238
  }
1238
1239
  .e-richtexteditor .e-rte-edit-table .e-rte-field {
package/styles/fluent.css CHANGED
@@ -1233,6 +1233,7 @@
1233
1233
  height: 16px;
1234
1234
  }
1235
1235
  .e-richtexteditor .e-rte-table-popup.e-popup-open .e-insert-table-btn {
1236
+ margin-top: 16px;
1236
1237
  width: 100%;
1237
1238
  }
1238
1239
  .e-richtexteditor .e-rte-edit-table .e-rte-field {
@@ -1233,6 +1233,7 @@
1233
1233
  height: 16px;
1234
1234
  }
1235
1235
  .e-richtexteditor .e-rte-table-popup.e-popup-open .e-insert-table-btn {
1236
+ margin-top: 16px;
1236
1237
  width: 100%;
1237
1238
  }
1238
1239
  .e-richtexteditor .e-rte-edit-table .e-rte-field {
@@ -1233,6 +1233,7 @@
1233
1233
  height: 16px;
1234
1234
  }
1235
1235
  .e-richtexteditor .e-rte-table-popup.e-popup-open .e-insert-table-btn {
1236
+ margin-top: 16px;
1236
1237
  width: 100%;
1237
1238
  }
1238
1239
  .e-richtexteditor .e-rte-edit-table .e-rte-field {