@memberjunction/ng-record-changes 2.0.0 → 2.1.2
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.
|
@@ -67,7 +67,7 @@ export class RecordChangesComponent {
|
|
|
67
67
|
ngOnInit() {
|
|
68
68
|
if (this.record) {
|
|
69
69
|
this.showloader = true;
|
|
70
|
-
this.LoadRecordChanges(this.record.PrimaryKey.
|
|
70
|
+
this.LoadRecordChanges(this.record.PrimaryKey.ToConcatenatedString(), '', this.record.EntityInfo.Name);
|
|
71
71
|
this.prepareColumns();
|
|
72
72
|
}
|
|
73
73
|
}
|
|
@@ -213,4 +213,4 @@ RecordChangesComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: Reco
|
|
|
213
213
|
type: ViewChild,
|
|
214
214
|
args: ['recordChangesWrapper', { static: true }]
|
|
215
215
|
}] }); })();
|
|
216
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecordChangesComponent, { className: "RecordChangesComponent" }); })();
|
|
216
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(RecordChangesComponent, { className: "RecordChangesComponent", filePath: "src/lib/ng-record-changes.component.ts", lineNumber: 11 }); })();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-record-changes",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"description": "MemberJunction: Angular pop-up window and grid to show changes made to a specific individual record",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"@progress/kendo-angular-indicators": "16.2.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@memberjunction/core": "2.
|
|
31
|
-
"@memberjunction/global": "2.
|
|
32
|
-
"@memberjunction/ng-compare-records": "2.
|
|
33
|
-
"@memberjunction/ng-container-directives": "2.
|
|
30
|
+
"@memberjunction/core": "2.1.2",
|
|
31
|
+
"@memberjunction/global": "2.1.2",
|
|
32
|
+
"@memberjunction/ng-compare-records": "2.1.2",
|
|
33
|
+
"@memberjunction/ng-container-directives": "2.1.2",
|
|
34
34
|
"tslib": "^2.3.0"
|
|
35
35
|
},
|
|
36
36
|
"sideEffects": false
|