@heartlandone/vega-angular 1.48.2 → 1.49.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.
@@ -418,7 +418,7 @@ export declare class VegaFlex {
418
418
  protected el: HTMLElement;
419
419
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
420
420
  static ɵfac: i0.ɵɵFactoryDeclaration<VegaFlex, never>;
421
- static ɵcmp: i0.ɵɵComponentDeclaration<VegaFlex, "vega-flex", never, { "alignItem": "alignItem"; "breakpoint": "breakpoint"; "direction": "direction"; "gap": "gap"; "justifyContent": "justifyContent"; "margin": "margin"; "useNativeFlex": "useNativeFlex"; }, {}, never, ["*"]>;
421
+ static ɵcmp: i0.ɵɵComponentDeclaration<VegaFlex, "vega-flex", never, { "alignItem": "alignItem"; "alignItems": "alignItems"; "breakpoint": "breakpoint"; "direction": "direction"; "gap": "gap"; "justifyContent": "justifyContent"; "margin": "margin"; "useNativeFlex": "useNativeFlex"; }, {}, never, ["*"]>;
422
422
  }
423
423
  export declare interface VegaFont extends Components.VegaFont {
424
424
  }
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-angular",
3
3
  "sideEffects": false,
4
- "version": "1.48.1",
4
+ "version": "1.48.2",
5
5
  "description": "Angular specific wrapper for @heartlandone/vega",
6
6
  "peerDependencies": {
7
7
  "@angular/common": ">=12.0.0",
@@ -18,7 +18,7 @@
18
18
  "url": "https://github.com/heartlandpayments/Vega/tree/main/vega-angular-workspace/projects/vega-angular"
19
19
  },
20
20
  "dependencies": {
21
- "@heartlandone/vega": "1.48.1",
21
+ "@heartlandone/vega": "1.48.2",
22
22
  "tslib": "^2.3.0",
23
23
  "@juggle/resize-observer": "^3.4.0"
24
24
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-angular",
3
3
  "sideEffects": false,
4
- "version": "1.48.2",
4
+ "version": "1.49.0",
5
5
  "description": "Angular specific wrapper for @heartlandone/vega",
6
6
  "peerDependencies": {
7
7
  "@angular/common": ">=12.0.0",
@@ -26,7 +26,7 @@
26
26
  "url": "https://github.com/heartlandpayments/Vega/tree/main/vega-angular-workspace/projects/vega-angular"
27
27
  },
28
28
  "dependencies": {
29
- "@heartlandone/vega": "1.48.2",
29
+ "@heartlandone/vega": "1.49.0",
30
30
  "tslib": "^2.3.0",
31
31
  "@juggle/resize-observer": "^3.4.0"
32
32
  },
@@ -780,13 +780,13 @@ export declare interface VegaFlex extends Components.VegaFlex {}
780
780
 
781
781
  @ProxyCmp({
782
782
  defineCustomElementFn: undefined,
783
- inputs: ['alignItem', 'breakpoint', 'direction', 'gap', 'justifyContent', 'margin', 'useNativeFlex']
783
+ inputs: ['alignItem', 'alignItems', 'breakpoint', 'direction', 'gap', 'justifyContent', 'margin', 'useNativeFlex']
784
784
  })
785
785
  @Component({
786
786
  selector: 'vega-flex',
787
787
  changeDetection: ChangeDetectionStrategy.OnPush,
788
788
  template: '<ng-content></ng-content>',
789
- inputs: ['alignItem', 'breakpoint', 'direction', 'gap', 'justifyContent', 'margin', 'useNativeFlex']
789
+ inputs: ['alignItem', 'alignItems', 'breakpoint', 'direction', 'gap', 'justifyContent', 'margin', 'useNativeFlex']
790
790
  })
791
791
  export class VegaFlex {
792
792
  protected el: HTMLElement;