simple-boot-front 1.0.66 → 1.0.70
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/SimpleBootFront.js +4 -0
- package/package.json +3 -3
package/SimpleBootFront.js
CHANGED
@@ -139,6 +139,10 @@ var SimpleBootFront = (function (_super) {
|
|
139
139
|
domRenderProxy.initRender(target);
|
140
140
|
(_e = (_d = val) === null || _d === void 0 ? void 0 : _d.onInit) === null || _e === void 0 ? void 0 : _e.call(_d);
|
141
141
|
}
|
142
|
+
this.option.window.addEventListener('intent', function (event) {
|
143
|
+
var cevent = event;
|
144
|
+
_this.publishIntent(new Intent_1.Intent(cevent.detail.uri, cevent.detail.data, event));
|
145
|
+
});
|
142
146
|
this.option.window.addEventListener('popstate', function (event) {
|
143
147
|
var _a;
|
144
148
|
var intent = new Intent_1.Intent((_a = _this.navigation.path) !== null && _a !== void 0 ? _a : '');
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "simple-boot-front",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.70",
|
4
4
|
"main": "SimpleApplication.js",
|
5
5
|
"license": "MIT",
|
6
6
|
"description": "front end SPA frameworks",
|
@@ -73,8 +73,8 @@
|
|
73
73
|
"typescript": "^4.3.5"
|
74
74
|
},
|
75
75
|
"dependencies": {
|
76
|
-
"dom-render": "^1.0.
|
76
|
+
"dom-render": "^1.0.30",
|
77
77
|
"reflect-metadata": "^0.1.13",
|
78
|
-
"simple-boot-core": "^1.0.
|
78
|
+
"simple-boot-core": "^1.0.19"
|
79
79
|
}
|
80
80
|
}
|