qcobjects 2.4.45 → 2.4.46
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 +8 -0
- package/VERSION +1 -1
- package/package.json +1 -1
package/QCObjects.js
CHANGED
|
@@ -1514,6 +1514,7 @@
|
|
|
1514
1514
|
}
|
|
1515
1515
|
).map(function (_class_) {
|
|
1516
1516
|
_class_.__definition.__namespace = namespace;
|
|
1517
|
+
_class_.__namespace = namespace;
|
|
1517
1518
|
});
|
|
1518
1519
|
_QC_PACKAGES[namespace] = _QC_PACKAGES[namespace].concat(classes);
|
|
1519
1520
|
} else if (typeof classes !== "undefined") {
|
|
@@ -1524,9 +1525,11 @@
|
|
|
1524
1525
|
}
|
|
1525
1526
|
).map(function (_class_) {
|
|
1526
1527
|
_class_.__definition.__namespace = namespace;
|
|
1528
|
+
_class_.__namespace = namespace;
|
|
1527
1529
|
});
|
|
1528
1530
|
} else if (isQCObjects_Class(classes)) {
|
|
1529
1531
|
classes.__definition.__namespace = namespace;
|
|
1532
|
+
classes.__namespace = namespace;
|
|
1530
1533
|
}
|
|
1531
1534
|
_QC_PACKAGES[namespace] = classes;
|
|
1532
1535
|
}
|
|
@@ -2070,6 +2073,11 @@
|
|
|
2070
2073
|
controller=undefined;
|
|
2071
2074
|
view=undefined;
|
|
2072
2075
|
effect=undefined;
|
|
2076
|
+
method = "GET";
|
|
2077
|
+
data = {};
|
|
2078
|
+
cached= true;
|
|
2079
|
+
__promise__ = null;
|
|
2080
|
+
__namespace = undefined;
|
|
2073
2081
|
|
|
2074
2082
|
constructor ({
|
|
2075
2083
|
templateURI= "",
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.4.
|
|
1
|
+
2.4.46
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qcobjects",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.46",
|
|
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",
|