@memberjunction/ng-container-directives 2.52.0 → 2.54.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.
|
@@ -8,7 +8,7 @@ import * as i3 from "@angular/common";
|
|
|
8
8
|
*
|
|
9
9
|
* Includes:
|
|
10
10
|
* - `mjContainer` directive for view container management
|
|
11
|
-
* -
|
|
11
|
+
* - `` directive for responsive filling of parent containers
|
|
12
12
|
*
|
|
13
13
|
* @example
|
|
14
14
|
* ```typescript
|
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
*
|
|
10
10
|
* Includes:
|
|
11
11
|
* - `mjContainer` directive for view container management
|
|
12
|
-
* -
|
|
12
|
+
* - `` directive for responsive filling of parent containers
|
|
13
13
|
*
|
|
14
14
|
* @example
|
|
15
15
|
* ```typescript
|
|
@@ -10,10 +10,10 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
*
|
|
11
11
|
* @example
|
|
12
12
|
* <!-- Basic usage (fills both width and height) -->
|
|
13
|
-
* <div
|
|
13
|
+
* <div >Content</div>
|
|
14
14
|
*
|
|
15
15
|
* <!-- With custom settings -->
|
|
16
|
-
* <div
|
|
16
|
+
* <div [fillWidth]="true" [fillHeight]="true" [rightMargin]="10" [bottomMargin]="20">
|
|
17
17
|
* Content with margins
|
|
18
18
|
* </div>
|
|
19
19
|
*/
|
|
@@ -14,10 +14,10 @@ import * as i0 from "@angular/core";
|
|
|
14
14
|
*
|
|
15
15
|
* @example
|
|
16
16
|
* <!-- Basic usage (fills both width and height) -->
|
|
17
|
-
* <div
|
|
17
|
+
* <div >Content</div>
|
|
18
18
|
*
|
|
19
19
|
* <!-- With custom settings -->
|
|
20
|
-
* <div
|
|
20
|
+
* <div [fillWidth]="true" [fillHeight]="true" [rightMargin]="10" [bottomMargin]="20">
|
|
21
21
|
* Content with margins
|
|
22
22
|
* </div>
|
|
23
23
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/ng-container-directives",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.54.0",
|
|
4
4
|
"description": "MemberJunction: Angular Container Directives - Fill Container for Auto-Resizing, and plain container just for element identification/binding",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"@angular/router": "18.0.2"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@memberjunction/core": "2.
|
|
33
|
-
"@memberjunction/global": "2.
|
|
32
|
+
"@memberjunction/core": "2.54.0",
|
|
33
|
+
"@memberjunction/global": "2.54.0",
|
|
34
34
|
"tslib": "^2.3.0"
|
|
35
35
|
},
|
|
36
36
|
"sideEffects": false
|