@memberjunction/ng-record-selector 5.37.0 → 5.38.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.
- package/README.md +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -103,7 +103,7 @@ export class YourModule {}
|
|
|
103
103
|
|
|
104
104
|
## Dependencies
|
|
105
105
|
|
|
106
|
-
- [@memberjunction/core](
|
|
106
|
+
- [@memberjunction/core](../../../MJCore/readme.md) -- Metadata, BaseEntity
|
|
107
107
|
- `@progress/kendo-angular-listbox` -- Dual listbox rendering
|
|
108
108
|
- `@progress/kendo-angular-buttons` -- Toolbar buttons
|
|
109
109
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-record-selector",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.38.0",
|
|
4
4
|
"description": "MemberJunction: Angular Components to allow a user to select/deselect items from a possible set",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"@angular/router": "21.1.3"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@memberjunction/core": "5.
|
|
31
|
-
"@memberjunction/core-entities": "5.
|
|
32
|
-
"@memberjunction/global": "5.
|
|
33
|
-
"@memberjunction/ng-container-directives": "5.
|
|
34
|
-
"@memberjunction/ng-shared": "5.
|
|
35
|
-
"@memberjunction/ng-ui-components": "5.
|
|
30
|
+
"@memberjunction/core": "5.38.0",
|
|
31
|
+
"@memberjunction/core-entities": "5.38.0",
|
|
32
|
+
"@memberjunction/global": "5.38.0",
|
|
33
|
+
"@memberjunction/ng-container-directives": "5.38.0",
|
|
34
|
+
"@memberjunction/ng-shared": "5.38.0",
|
|
35
|
+
"@memberjunction/ng-ui-components": "5.38.0",
|
|
36
36
|
"tslib": "^2.8.1"
|
|
37
37
|
},
|
|
38
38
|
"sideEffects": false,
|