@steedos/service-pages 3.0.0-beta.30 → 3.0.0-beta.32
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.
|
@@ -322,12 +322,9 @@
|
|
|
322
322
|
this.containerList = [];
|
|
323
323
|
this.pageName = null;
|
|
324
324
|
return this.autorun(function(computation) {
|
|
325
|
-
// console.log('autorun=====>computation:', computation)
|
|
326
|
-
// Session.get("record_id");
|
|
327
325
|
var container, e, lastData, ref, ref1, ref2, regions, schema, updateProps, updatePropsData;
|
|
328
326
|
if(self.data.regions){
|
|
329
327
|
regions = self.data.regions();
|
|
330
|
-
// console.log('regions====>', regions, this.lastRegions);
|
|
331
328
|
updateProps = true;
|
|
332
329
|
if (regions.objectName !== ((ref = this.lastRegions) != null ? ref.objectName : void 0)) {
|
|
333
330
|
updateProps = false;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@steedos/service-pages",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.32",
|
|
4
4
|
"main": "package.service.js",
|
|
5
5
|
"scripts": {},
|
|
6
6
|
"license": "MIT",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"publishConfig": {
|
|
9
9
|
"access": "public"
|
|
10
10
|
},
|
|
11
|
-
"gitHead": "
|
|
11
|
+
"gitHead": "fcff940305b05294cce7c852009c04a769ae0df7",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"clone": "^2.1.2",
|
|
14
14
|
"ejs": "^3.1.8"
|