aurelia-syncfusion-ej2-bridge 1.0.18 → 1.0.19

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.
@@ -62,7 +62,6 @@ let Ej2RichTextEditor = class Ej2RichTextEditor extends syncfusionWrapper_1.Sync
62
62
  }
63
63
  onBeforeWidgetInstantiation() {
64
64
  var _a, _b, _c, _d;
65
- this.info("e-toolbarSettings", this['e-toolbarSettings']);
66
65
  if (!this['e-toolbarSettings'] && !((_a = this._eModel.toolbarSettings) === null || _a === void 0 ? void 0 : _a.items)) {
67
66
  this._eModel.toolbarSettings = {
68
67
  items: this.defaultToolbarItems
@@ -59,7 +59,6 @@ let Ej2RichTextEditor = class Ej2RichTextEditor extends SyncfusionWrapper {
59
59
  }
60
60
  onBeforeWidgetInstantiation() {
61
61
  var _a, _b, _c, _d;
62
- this.info("e-toolbarSettings", this['e-toolbarSettings']);
63
62
  if (!this['e-toolbarSettings'] && !((_a = this._eModel.toolbarSettings) === null || _a === void 0 ? void 0 : _a.items)) {
64
63
  this._eModel.toolbarSettings = {
65
64
  items: this.defaultToolbarItems
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aurelia-syncfusion-ej2-bridge",
3
3
  "description": "An Aurelia plugin wrapper for syncfusion EJ2 controls",
4
- "version": "1.0.18",
4
+ "version": "1.0.19",
5
5
  "keywords": [
6
6
  "aurelia",
7
7
  "syncfusion"