aurelia-syncfusion-ej2-bridge 1.0.18 → 1.0.20
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.
|
|
4
|
+
"version": "1.0.20",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"aurelia",
|
|
7
7
|
"syncfusion"
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"lodash": "^4.17.21"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@syncfusion/ej2": "^
|
|
17
|
+
"@syncfusion/ej2": "^30.1.37"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
20
|
"start": "au run",
|
|
21
21
|
"build": "au build-plugin"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@syncfusion/ej2": "^
|
|
24
|
+
"@syncfusion/ej2": "^30.1.37",
|
|
25
25
|
"@types/jest": "^24.0.9",
|
|
26
26
|
"@types/node": "^20.12.7",
|
|
27
27
|
"aurelia-animator-css": "^1.0.4",
|