@getflip/swirl-components-angular 0.178.0 → 0.180.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.
@@ -586,7 +586,7 @@ export declare class SwirlFormControl {
586
586
  protected el: HTMLElement;
587
587
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
588
588
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFormControl, never>;
589
- 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>;
589
+ 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"; "tooltip": "tooltip"; }, {}, never, ["*"], false>;
590
590
  }
591
591
  export declare interface SwirlFormGroup extends Components.SwirlFormGroup {
592
592
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.178.0",
3
+ "version": "0.180.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.178.0",
17
+ "@getflip/swirl-components": "^0.180.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"
@@ -447,7 +447,8 @@ export declare interface SwirlCard extends Components.SwirlCard {}
447
447
 
448
448
  @ProxyCmp({
449
449
  defineCustomElementFn: undefined,
450
- inputs: ['as', 'borderRadius', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel', 'swirlAriaLabelledby']
450
+ inputs: ['as', 'borderRadius', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel', 'swirlAriaLabelledby'],
451
+ methods: ['flash']
451
452
  })
452
453
  @Component({
453
454
  selector: 'swirl-card',
@@ -1209,13 +1210,13 @@ export declare interface SwirlFormControl extends Components.SwirlFormControl {}
1209
1210
 
1210
1211
  @ProxyCmp({
1211
1212
  defineCustomElementFn: undefined,
1212
- inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition']
1213
+ inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'tooltip']
1213
1214
  })
1214
1215
  @Component({
1215
1216
  selector: 'swirl-form-control',
1216
1217
  changeDetection: ChangeDetectionStrategy.OnPush,
1217
1218
  template: '<ng-content></ng-content>',
1218
- inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition']
1219
+ inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'tooltip']
1219
1220
  })
1220
1221
  export class SwirlFormControl {
1221
1222
  protected el: HTMLElement;