@memberjunction/ng-explorer-core 0.9.77 → 0.9.79

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.
@@ -667,7 +667,7 @@ export class NavigationComponent {
667
667
  else {
668
668
  wsItem = tab.workspaceItem;
669
669
  }
670
- wsItem.ResourceRecordID = tab.data.ResourceRecordID;
670
+ wsItem.ResourceRecordID = tab.data.ResourceRecordID.toString();
671
671
  wsItem.Sequence = index;
672
672
  wsItem.Configuration = JSON.stringify(tab.data.Configuration); // JSON.stringify({ Entity: tab.data.Entity });
673
673
  const result = yield wsItem.Save();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-explorer-core",
3
- "version": "0.9.77",
3
+ "version": "0.9.79",
4
4
  "description": "MemberJunction Explorer: Core Angular Components",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",
@@ -29,10 +29,10 @@
29
29
  "dependencies": {
30
30
  "@memberjunction/global": "^0.9.117",
31
31
  "@memberjunction/core": "^0.9.128",
32
- "@memberjunction/ng-compare-records": "^0.9.126",
32
+ "@memberjunction/ng-compare-records": "^0.9.128",
33
33
  "@memberjunction/ng-record-changes": "^0.9.58",
34
34
  "@memberjunction/ng-container-directives": "^0.9.97",
35
- "@memberjunction/ng-user-view-grid": "^0.9.109",
35
+ "@memberjunction/ng-user-view-grid": "^0.9.111",
36
36
  "tslib": "^2.3.0"
37
37
  },
38
38
  "sideEffects": false