@getflip/swirl-components-angular 0.254.0 → 0.255.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.
@@ -477,7 +477,7 @@ export declare class SwirlFormControl {
477
477
  protected el: HTMLElement;
478
478
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
479
479
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlFormControl, never>;
480
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFormControl, "swirl-form-control", never, { "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, ["*"], false, never>;
480
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlFormControl, "swirl-form-control", never, { "description": { "alias": "description"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "fontSize": { "alias": "fontSize"; "required": false; }; "hideLabel": { "alias": "hideLabel"; "required": false; }; "inline": { "alias": "inline"; "required": false; }; "invalid": { "alias": "invalid"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelPosition": { "alias": "labelPosition"; "required": false; }; "secondaryLabel": { "alias": "secondaryLabel"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, ["*"], false, never>;
481
481
  }
482
482
  export declare interface SwirlFormControl extends Components.SwirlFormControl {
483
483
  }
@@ -3164,7 +3164,7 @@ export declare class SwirlTag {
3164
3164
  protected el: HTMLElement;
3165
3165
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
3166
3166
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTag, never>;
3167
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTag, "swirl-tag", never, { "bordered": { "alias": "bordered"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "label": { "alias": "label"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "removalButtonLabel": { "alias": "removalButtonLabel"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
3167
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTag, "swirl-tag", never, { "bordered": { "alias": "bordered"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "intent": { "alias": "intent"; "required": false; }; "label": { "alias": "label"; "required": false; }; "removable": { "alias": "removable"; "required": false; }; "removalButtonLabel": { "alias": "removalButtonLabel"; "required": false; }; "size": { "alias": "size"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; }, {}, never, ["*"], false, never>;
3168
3168
  }
3169
3169
  export declare interface SwirlTag extends Components.SwirlTag {
3170
3170
  remove: EventEmitter<CustomEvent<MouseEvent>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.254.0",
3
+ "version": "0.255.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -14,7 +14,7 @@
14
14
  "@angular/platform-browser": "^16.2.12",
15
15
  "@angular/platform-browser-dynamic": "^16.2.12",
16
16
  "@angular/router": "^16.2.12",
17
- "@getflip/swirl-components": "^0.254.0",
17
+ "@getflip/swirl-components": "^0.255.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.13.3"
@@ -1188,14 +1188,14 @@ export declare interface SwirlFileViewerVideo extends Components.SwirlFileViewer
1188
1188
 
1189
1189
 
1190
1190
  @ProxyCmp({
1191
- inputs: ['description', 'disabled', 'errorMessage', 'fontSize', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'tooltip']
1191
+ inputs: ['description', 'disabled', 'errorMessage', 'fontSize', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'secondaryLabel', 'tooltip']
1192
1192
  })
1193
1193
  @Component({
1194
1194
  selector: 'swirl-form-control',
1195
1195
  changeDetection: ChangeDetectionStrategy.OnPush,
1196
1196
  template: '<ng-content></ng-content>',
1197
1197
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1198
- inputs: ['description', 'disabled', 'errorMessage', 'fontSize', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'tooltip'],
1198
+ inputs: ['description', 'disabled', 'errorMessage', 'fontSize', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'secondaryLabel', 'tooltip'],
1199
1199
  })
1200
1200
  export class SwirlFormControl {
1201
1201
  protected el: HTMLElement;
@@ -7765,14 +7765,14 @@ export declare interface SwirlTabs extends Components.SwirlTabs {
7765
7765
 
7766
7766
 
7767
7767
  @ProxyCmp({
7768
- inputs: ['bordered', 'icon', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant']
7768
+ inputs: ['bordered', 'icon', 'iconPosition', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant']
7769
7769
  })
7770
7770
  @Component({
7771
7771
  selector: 'swirl-tag',
7772
7772
  changeDetection: ChangeDetectionStrategy.OnPush,
7773
7773
  template: '<ng-content></ng-content>',
7774
7774
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
7775
- inputs: ['bordered', 'icon', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant'],
7775
+ inputs: ['bordered', 'icon', 'iconPosition', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant'],
7776
7776
  })
7777
7777
  export class SwirlTag {
7778
7778
  protected el: HTMLElement;