qcobjects 2.4.37 → 2.4.39
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/QCObjects.js +7 -0
- package/VERSION +1 -1
- package/package.json +1 -1
package/QCObjects.js
CHANGED
|
@@ -932,6 +932,10 @@
|
|
|
932
932
|
return __hierarchy;
|
|
933
933
|
}
|
|
934
934
|
|
|
935
|
+
static getParentClass() {
|
|
936
|
+
return Object.getPrototypeOf(this.prototype.constructor);
|
|
937
|
+
}
|
|
938
|
+
|
|
935
939
|
constructor() {
|
|
936
940
|
var _o_;
|
|
937
941
|
if (arguments.length > 0) {
|
|
@@ -2027,6 +2031,7 @@
|
|
|
2027
2031
|
routings= [];
|
|
2028
2032
|
routingPath= "";
|
|
2029
2033
|
_componentHelpers= [];
|
|
2034
|
+
subcomponents=[];
|
|
2030
2035
|
splashScreenComponent=undefined;
|
|
2031
2036
|
|
|
2032
2037
|
constructor ({
|
|
@@ -2046,6 +2051,7 @@
|
|
|
2046
2051
|
body,
|
|
2047
2052
|
shadowRoot,
|
|
2048
2053
|
splashScreenComponent,
|
|
2054
|
+
subcomponents
|
|
2049
2055
|
}){
|
|
2050
2056
|
super(...arguments);
|
|
2051
2057
|
var self = this;
|
|
@@ -2406,6 +2412,7 @@
|
|
|
2406
2412
|
} else {
|
|
2407
2413
|
logger.debug("An undetermined result expected if load routings. So will not be loaded this time.");
|
|
2408
2414
|
}
|
|
2415
|
+
return _route_promise_;
|
|
2409
2416
|
}
|
|
2410
2417
|
|
|
2411
2418
|
fullscreen() {
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.4.
|
|
1
|
+
2.4.39
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qcobjects",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.39",
|
|
4
4
|
"description": "QCObjects is an Open-source framework that empowers full-stack developers to make micro-services and micro-frontends into an N-Tier architecture.",
|
|
5
5
|
"main": "QCObjects.js",
|
|
6
6
|
"license": "LGPL-3.0",
|