@getflip/swirl-components-angular 0.37.3 → 0.38.1

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.
@@ -450,7 +450,7 @@ export declare class SwirlFormControl {
450
450
  protected el: HTMLElement;
451
451
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
452
452
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFormControl, never>;
453
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFormControl, "swirl-form-control", never, { "description": "description"; "disabled": "disabled"; "errorMessage": "errorMessage"; "inline": "inline"; "invalid": "invalid"; "label": "label"; }, {}, never, ["*"], false>;
453
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFormControl, "swirl-form-control", never, { "description": "description"; "disabled": "disabled"; "errorMessage": "errorMessage"; "inline": "inline"; "invalid": "invalid"; "label": "label"; "labelPosition": "labelPosition"; }, {}, never, ["*"], false>;
454
454
  }
455
455
  export declare interface SwirlFormGroup extends Components.SwirlFormGroup {
456
456
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.37.3",
3
+ "version": "0.38.1",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -14,7 +14,7 @@
14
14
  "@angular/platform-browser": "^14.1.0",
15
15
  "@angular/platform-browser-dynamic": "^14.1.0",
16
16
  "@angular/router": "^14.1.0",
17
- "@getflip/swirl-components": "^0.38.3",
17
+ "@getflip/swirl-components": "^0.39.1",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"
@@ -940,13 +940,13 @@ export declare interface SwirlFormControl extends Components.SwirlFormControl {}
940
940
 
941
941
  @ProxyCmp({
942
942
  defineCustomElementFn: undefined,
943
- inputs: ['description', 'disabled', 'errorMessage', 'inline', 'invalid', 'label']
943
+ inputs: ['description', 'disabled', 'errorMessage', 'inline', 'invalid', 'label', 'labelPosition']
944
944
  })
945
945
  @Component({
946
946
  selector: 'swirl-form-control',
947
947
  changeDetection: ChangeDetectionStrategy.OnPush,
948
948
  template: '<ng-content></ng-content>',
949
- inputs: ['description', 'disabled', 'errorMessage', 'inline', 'invalid', 'label']
949
+ inputs: ['description', 'disabled', 'errorMessage', 'inline', 'invalid', 'label', 'labelPosition']
950
950
  })
951
951
  export class SwirlFormControl {
952
952
  protected el: HTMLElement;