simple-boot-front
Advanced tools
Comparing version 1.0.110 to 1.0.111
{ | ||
"name": "simple-boot-front", | ||
"version": "1.0.110", | ||
"version": "1.0.111", | ||
"main": "SimpleApplication.js", | ||
@@ -75,5 +75,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"dom-render": "^1.0.88", | ||
"dom-render": "^1.0.89", | ||
"simple-boot-core": "^1.0.32" | ||
} | ||
} |
@@ -49,3 +49,3 @@ "use strict"; | ||
CookieService = __decorate([ | ||
(0, SimDecorator_1.Sim)(), | ||
SimDecorator_1.Sim, | ||
__metadata("design:paramtypes", [SimFrontOption_1.SimFrontOption]) | ||
@@ -52,0 +52,0 @@ ], CookieService); |
@@ -18,3 +18,3 @@ "use strict"; | ||
HttpService = __decorate([ | ||
(0, SimDecorator_1.Sim)(), | ||
SimDecorator_1.Sim, | ||
__metadata("design:paramtypes", []) | ||
@@ -21,0 +21,0 @@ ], HttpService); |
@@ -47,3 +47,3 @@ "use strict"; | ||
MetaTagService = __decorate([ | ||
(0, SimDecorator_1.Sim)(), | ||
SimDecorator_1.Sim, | ||
__metadata("design:paramtypes", [SimFrontOption_1.SimFrontOption]) | ||
@@ -50,0 +50,0 @@ ], MetaTagService); |
@@ -112,3 +112,3 @@ "use strict"; | ||
Navigation = __decorate([ | ||
(0, SimDecorator_1.Sim)(), | ||
SimDecorator_1.Sim, | ||
__metadata("design:paramtypes", [SimFrontOption_1.SimFrontOption]) | ||
@@ -115,0 +115,0 @@ ], Navigation); |
@@ -34,3 +34,3 @@ "use strict"; | ||
ScriptService = __decorate([ | ||
(0, SimDecorator_1.Sim)(), | ||
SimDecorator_1.Sim, | ||
__metadata("design:paramtypes", [SimstanceManager_1.SimstanceManager]) | ||
@@ -37,0 +37,0 @@ ], ScriptService); |
@@ -62,3 +62,3 @@ "use strict"; | ||
StorageService = __decorate([ | ||
(0, SimDecorator_1.Sim)(), | ||
SimDecorator_1.Sim, | ||
__metadata("design:paramtypes", [SimFrontOption_1.SimFrontOption]) | ||
@@ -65,0 +65,0 @@ ], StorageService); |
@@ -41,3 +41,3 @@ "use strict"; | ||
ViewService = __decorate([ | ||
(0, SimDecorator_1.Sim)(), | ||
SimDecorator_1.Sim, | ||
__metadata("design:paramtypes", []) | ||
@@ -44,0 +44,0 @@ ], ViewService); |
@@ -18,3 +18,3 @@ import { SimFrontOption } from './option/SimFrontOption'; | ||
navigation: Navigation; | ||
domRendoerExcludeProxy: (typeof SimFrontOption | typeof SimstanceManager | typeof IntentManager | typeof RouterManager | typeof SimpleApplication | typeof Navigation | typeof HttpService)[]; | ||
domRendoerExcludeProxy: (typeof SimFrontOption | typeof SimstanceManager | typeof IntentManager | typeof RouterManager | typeof Navigation | typeof HttpService)[]; | ||
domRenderTargetElements: TargetElement[]; | ||
@@ -21,0 +21,0 @@ domRenderTargetAttrs: TargetAttr[]; |
@@ -213,2 +213,3 @@ "use strict"; | ||
var startEndPoint = RawSet_1.RawSet.createStartEndPoint(id, RawSetType_1.RawSetType.TARGET_ELEMENT, this.domRenderConfig); | ||
target.innerHTML = ''; | ||
target.appendChild(startEndPoint.start); | ||
@@ -215,0 +216,0 @@ target.insertAdjacentHTML('beforeend', this.getComponentInnerHtml(this.rootRouter, id)); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1198
66795
Updateddom-render@^1.0.89