@memberjunction/ng-data-context 3.0.0 → 3.1.1
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.
|
@@ -71,5 +71,5 @@ export class DataContextDialogComponent {
|
|
|
71
71
|
}], Provider: [{
|
|
72
72
|
type: Input
|
|
73
73
|
}] }); })();
|
|
74
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DataContextDialogComponent, { className: "DataContextDialogComponent" }); })();
|
|
74
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DataContextDialogComponent, { className: "DataContextDialogComponent", filePath: "src/lib/ng-data-context-dialog.component.ts", lineNumber: 12 }); })();
|
|
75
75
|
//# sourceMappingURL=ng-data-context-dialog.component.js.map
|
|
@@ -511,5 +511,5 @@ export class DataContextComponent {
|
|
|
511
511
|
}], Provider: [{
|
|
512
512
|
type: Input
|
|
513
513
|
}] }); })();
|
|
514
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DataContextComponent, { className: "DataContextComponent" }); })();
|
|
514
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DataContextComponent, { className: "DataContextComponent", filePath: "src/lib/ng-data-context.component.ts", lineNumber: 10 }); })();
|
|
515
515
|
//# sourceMappingURL=ng-data-context.component.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-data-context",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"description": "MemberJunction: Angular component and pop-up window to display and edit the contents of a data context.",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@angular/forms": "18.2.14",
|
|
29
|
-
"@memberjunction/core": "3.
|
|
30
|
-
"@memberjunction/core-entities": "3.
|
|
31
|
-
"@memberjunction/global": "3.
|
|
32
|
-
"@memberjunction/ng-container-directives": "3.
|
|
33
|
-
"@memberjunction/ng-shared-generic": "3.
|
|
29
|
+
"@memberjunction/core": "3.1.1",
|
|
30
|
+
"@memberjunction/core-entities": "3.1.1",
|
|
31
|
+
"@memberjunction/global": "3.1.1",
|
|
32
|
+
"@memberjunction/ng-container-directives": "3.1.1",
|
|
33
|
+
"@memberjunction/ng-shared-generic": "3.1.1",
|
|
34
34
|
"@progress/kendo-angular-buttons": "16.2.0",
|
|
35
35
|
"@progress/kendo-angular-dialog": "16.2.0",
|
|
36
36
|
"@progress/kendo-angular-inputs": "16.2.0",
|