@memberjunction/ng-query-grid 1.8.1 → 2.0.0
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.
|
@@ -254,4 +254,4 @@ QueryGridComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: QueryGri
|
|
|
254
254
|
}], AllowLoad: [{
|
|
255
255
|
type: Input
|
|
256
256
|
}] }); })();
|
|
257
|
-
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(QueryGridComponent, { className: "QueryGridComponent"
|
|
257
|
+
(() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(QueryGridComponent, { className: "QueryGridComponent" }); })();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-query-grid",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "MemberJunction: Angular Grid to display any MemberJunction Query",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
"@progress/kendo-angular-dialog": "16.2.0"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@memberjunction/core-entities": "
|
|
32
|
-
"@memberjunction/global": "
|
|
33
|
-
"@memberjunction/core": "
|
|
34
|
-
"@memberjunction/ng-container-directives": "
|
|
35
|
-
"@memberjunction/ng-compare-records": "
|
|
36
|
-
"@memberjunction/ng-shared": "
|
|
31
|
+
"@memberjunction/core-entities": "2.0.0",
|
|
32
|
+
"@memberjunction/global": "2.0.0",
|
|
33
|
+
"@memberjunction/core": "2.0.0",
|
|
34
|
+
"@memberjunction/ng-container-directives": "2.0.0",
|
|
35
|
+
"@memberjunction/ng-compare-records": "2.0.0",
|
|
36
|
+
"@memberjunction/ng-shared": "2.0.0",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"sideEffects": false
|