@getflip/swirl-components-angular 0.54.0 → 0.56.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.
@@ -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"; "labelPosition": "labelPosition"; }, {}, never, ["*"], false>;
453
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFormControl, "swirl-form-control", never, { "description": "description"; "disabled": "disabled"; "errorMessage": "errorMessage"; "hideLabel": "hideLabel"; "inline": "inline"; "invalid": "invalid"; "label": "label"; "labelPosition": "labelPosition"; }, {}, never, ["*"], false>;
454
454
  }
455
455
  export declare interface SwirlFormGroup extends Components.SwirlFormGroup {
456
456
  }
@@ -1530,7 +1530,7 @@ export declare class SwirlLink {
1530
1530
  protected el: HTMLElement;
1531
1531
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1532
1532
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlLink, never>;
1533
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlLink, "swirl-link", never, { "href": "href"; "label": "label"; "target": "target"; }, {}, never, ["*"], false>;
1533
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlLink, "swirl-link", never, { "color": "color"; "href": "href"; "label": "label"; "target": "target"; }, {}, never, ["*"], false>;
1534
1534
  }
1535
1535
  export declare interface SwirlList extends Components.SwirlList {
1536
1536
  }
@@ -1758,7 +1758,7 @@ export declare class SwirlSelect {
1758
1758
  protected el: HTMLElement;
1759
1759
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1760
1760
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSelect, never>;
1761
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSelect, "swirl-select", never, { "disabled": "disabled"; "inline": "inline"; "invalid": "invalid"; "label": "label"; "multiSelect": "multiSelect"; "required": "required"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
1761
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSelect, "swirl-select", never, { "disabled": "disabled"; "inline": "inline"; "invalid": "invalid"; "label": "label"; "multiSelect": "multiSelect"; "required": "required"; "selectId": "selectId"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "value": "value"; }, {}, never, ["*"], false>;
1762
1762
  }
1763
1763
  export declare interface SwirlSeparator extends Components.SwirlSeparator {
1764
1764
  }
@@ -1767,7 +1767,7 @@ export declare class SwirlSeparator {
1767
1767
  protected el: HTMLElement;
1768
1768
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1769
1769
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlSeparator, never>;
1770
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSeparator, "swirl-separator", never, { "spacing": "spacing"; }, {}, never, ["*"], false>;
1770
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlSeparator, "swirl-separator", never, { "orientation": "orientation"; "spacing": "spacing"; }, {}, never, ["*"], false>;
1771
1771
  }
1772
1772
  export declare interface SwirlShellLayout extends Components.SwirlShellLayout {
1773
1773
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.54.0",
3
+ "version": "0.56.0",
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.55.0",
17
+ "@getflip/swirl-components": "^0.57.0",
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', 'labelPosition']
943
+ inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', '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', 'labelPosition']
949
+ inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition']
950
950
  })
951
951
  export class SwirlFormControl {
952
952
  protected el: HTMLElement;
@@ -3461,13 +3461,13 @@ export declare interface SwirlLink extends Components.SwirlLink {}
3461
3461
 
3462
3462
  @ProxyCmp({
3463
3463
  defineCustomElementFn: undefined,
3464
- inputs: ['href', 'label', 'target']
3464
+ inputs: ['color', 'href', 'label', 'target']
3465
3465
  })
3466
3466
  @Component({
3467
3467
  selector: 'swirl-link',
3468
3468
  changeDetection: ChangeDetectionStrategy.OnPush,
3469
3469
  template: '<ng-content></ng-content>',
3470
- inputs: ['href', 'label', 'target']
3470
+ inputs: ['color', 'href', 'label', 'target']
3471
3471
  })
3472
3472
  export class SwirlLink {
3473
3473
  protected el: HTMLElement;
@@ -3910,13 +3910,13 @@ export declare interface SwirlSelect extends Components.SwirlSelect {
3910
3910
 
3911
3911
  @ProxyCmp({
3912
3912
  defineCustomElementFn: undefined,
3913
- inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'swirlAriaDescribedby', 'value']
3913
+ inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'selectId', 'swirlAriaDescribedby', 'value']
3914
3914
  })
3915
3915
  @Component({
3916
3916
  selector: 'swirl-select',
3917
3917
  changeDetection: ChangeDetectionStrategy.OnPush,
3918
3918
  template: '<ng-content></ng-content>',
3919
- inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'swirlAriaDescribedby', 'value']
3919
+ inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'selectId', 'swirlAriaDescribedby', 'value']
3920
3920
  })
3921
3921
  export class SwirlSelect {
3922
3922
  protected el: HTMLElement;
@@ -3932,13 +3932,13 @@ export declare interface SwirlSeparator extends Components.SwirlSeparator {}
3932
3932
 
3933
3933
  @ProxyCmp({
3934
3934
  defineCustomElementFn: undefined,
3935
- inputs: ['spacing']
3935
+ inputs: ['orientation', 'spacing']
3936
3936
  })
3937
3937
  @Component({
3938
3938
  selector: 'swirl-separator',
3939
3939
  changeDetection: ChangeDetectionStrategy.OnPush,
3940
3940
  template: '<ng-content></ng-content>',
3941
- inputs: ['spacing']
3941
+ inputs: ['orientation', 'spacing']
3942
3942
  })
3943
3943
  export class SwirlSeparator {
3944
3944
  protected el: HTMLElement;