simple-boot-front
Advanced tools
Comparing version 1.0.95 to 1.0.96
{ | ||
"name": "simple-boot-front", | ||
"version": "1.0.95", | ||
"version": "1.0.96", | ||
"main": "SimpleApplication.js", | ||
@@ -78,3 +78,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"dom-render": "^1.0.63", | ||
"dom-render": "^1.0.64", | ||
"simple-boot-core": "^1.0.22", | ||
@@ -81,0 +81,0 @@ "reflect-metadata": "^0.1.13" |
@@ -9,3 +9,3 @@ ![Single Page Application Framworks](assets/banner.png) | ||
# [📄 introduction page [link]](https://simple-boot-front.github.io) | ||
- [https://simple-boot-front.github.io/#dom-render/introduction](https://simple-boot-front.github.io) | ||
- [https://simple-boot-front.github.io](https://simple-boot-front.github.io) | ||
@@ -12,0 +12,0 @@ |
@@ -83,2 +83,6 @@ "use strict"; | ||
targetAttrs: _this.domRenderTargetAttrs, | ||
onElementInit: function (name, obj, rawSet, targetElement) { | ||
var _a, _b, _c; | ||
(_c = (_b = (_a = targetElement === null || targetElement === void 0 ? void 0 : targetElement.__render) === null || _a === void 0 ? void 0 : _a.component) === null || _b === void 0 ? void 0 : _b.onInit) === null || _c === void 0 ? void 0 : _c.call(_b); | ||
}, | ||
onAttrInit: function (attrName, attrValue, obj) { | ||
@@ -227,3 +231,7 @@ var _a, _b; | ||
var component = (0, Component_1.getComponent)(val); | ||
_this.domRenderTargetElements.push(RawSet_1.RawSet.createComponentTargetElement(name, function (e, o, r) { return _this.simstanceManager.newSim(val); }, component === null || component === void 0 ? void 0 : component.template, component === null || component === void 0 ? void 0 : component.styles, _this.domRenderConfig.scripts)); | ||
var items = RawSet_1.RawSet.createComponentTargetElement(name, function (e, o, r) { | ||
var newSim = _this.simstanceManager.newSim(val); | ||
return newSim; | ||
}, component === null || component === void 0 ? void 0 : component.template, component === null || component === void 0 ? void 0 : component.styles, _this.domRenderConfig.scripts); | ||
_this.domRenderTargetElements.push(items); | ||
}); | ||
@@ -230,0 +238,0 @@ }; |
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
56072
1022
Updateddom-render@^1.0.64