@memberjunction/ng-container-directives 0.9.135 → 0.9.136

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.
@@ -6,3 +6,4 @@ export declare class Container {
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<Container, never>;
7
7
  static ɵdir: i0.ɵɵDirectiveDeclaration<Container, "[mjContainer]", never, {}, {}, never, never, false, never>;
8
8
  }
9
+ //# sourceMappingURL=ng-container-directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ng-container-directive.d.ts","sourceRoot":"","sources":["../../src/lib/ng-container-directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,gBAAgB,EAAE,MAAM,eAAe,CAAC;;AAE5D,qBAGa,SAAS;IACD,gBAAgB,EAAE,gBAAgB;gBAAlC,gBAAgB,EAAE,gBAAgB;yCAD1C,SAAS;2CAAT,SAAS;CAGrB"}
@@ -7,3 +7,4 @@ export declare class ContainerDirectivesModule {
7
7
  static ɵmod: i0.ɵɵNgModuleDeclaration<ContainerDirectivesModule, [typeof i1.FillContainer, typeof i2.Container], [typeof i3.CommonModule], [typeof i1.FillContainer, typeof i2.Container]>;
8
8
  static ɵinj: i0.ɵɵInjectorDeclaration<ContainerDirectivesModule>;
9
9
  }
10
+ //# sourceMappingURL=ng-container-directives.module.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ng-container-directives.module.d.ts","sourceRoot":"","sources":["../../src/lib/ng-container-directives.module.ts"],"names":[],"mappings":";;;;AAKA,qBAaa,yBAAyB;yCAAzB,yBAAyB;0CAAzB,yBAAyB;0CAAzB,yBAAyB;CAAI"}
@@ -21,3 +21,4 @@ export declare class FillContainer implements OnInit, OnDestroy {
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<FillContainer, never>;
22
22
  static ɵdir: i0.ɵɵDirectiveDeclaration<FillContainer, "[mjFillContainer]", never, { "fillWidth": { "alias": "fillWidth"; "required": false; }; "fillHeight": { "alias": "fillHeight"; "required": false; }; "rightMargin": { "alias": "rightMargin"; "required": false; }; "bottomMargin": { "alias": "bottomMargin"; "required": false; }; }, {}, never, never, false, never>;
23
23
  }
24
+ //# sourceMappingURL=ng-fill-container-directive.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ng-fill-container-directive.d.ts","sourceRoot":"","sources":["../../src/lib/ng-fill-container-directive.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,UAAU,EAAS,SAAS,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;;AAMhF,qBAGa,aAAc,YAAW,MAAM,EAAE,SAAS;IAMzC,OAAO,CAAC,UAAU;IALrB,SAAS,EAAE,OAAO,CAAQ;IAC1B,UAAU,EAAE,OAAO,CAAQ;IAC3B,WAAW,EAAE,MAAM,CAAK;IACxB,YAAY,EAAE,MAAM,CAAK;gBAEd,UAAU,EAAE,UAAU;IAG1C,OAAO,CAAC,mBAAmB,CAAe;IAC1C,OAAO,CAAC,sBAAsB,CAAe;IAC7C,QAAQ,IAAI,IAAI;IAwBhB,OAAO,CAAC,2BAA2B,CAA6B;IAChE,OAAO,CAAC,qBAAqB,CAA6B;IAE1D,WAAW,IAAI,IAAI;IAKnB,SAAS,CAAC,OAAO,EAAE,WAAW,GAAG,WAAW,GAAG,IAAI;IAuBnD,aAAa,IAAI,IAAI;IA+CrB,SAAS,CAAC,gBAAgB,CAAC,EAAE,EAAE,WAAW,GAAG,OAAO;IAWpD,SAAS,CAAC,qBAAqB,CAAC,OAAO,EAAE,WAAW,GAAG,OAAO;IAiB9D,SAAS,CAAC,iBAAiB,CAAC,OAAO,EAAE,WAAW,GAAG,OAAO;yCA7I/C,aAAa;2CAAb,aAAa;CA2JzB"}
@@ -1,3 +1,4 @@
1
1
  export * from './lib/ng-container-directives.module';
2
2
  export * from './lib/ng-fill-container-directive';
3
3
  export * from './lib/ng-container-directive';
4
+ //# sourceMappingURL=public-api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAIA,cAAc,sCAAsC,CAAC;AACrD,cAAc,mCAAmC,CAAC;AAClD,cAAc,8BAA8B,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-container-directives",
3
- "version": "0.9.135",
3
+ "version": "0.9.136",
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": "~17.2.2"
30
30
  },
31
31
  "dependencies": {
32
- "@memberjunction/core": "^0.9.171",
33
- "@memberjunction/global": "^0.9.152",
32
+ "@memberjunction/core": "^0.9.172",
33
+ "@memberjunction/global": "^0.9.153",
34
34
  "tslib": "^2.3.0"
35
35
  },
36
36
  "sideEffects": false