@getflip/swirl-components-angular 0.28.0 → 0.29.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.
@@ -424,11 +424,11 @@ let SwirlCard = class SwirlCard {
424
424
  }
425
425
  };
426
426
  SwirlCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
427
- SwirlCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlCard, selector: "swirl-card", inputs: { as: "as", borderRadius: "borderRadius", elevated: "elevated", highlighted: "highlighted", href: "href", imageAspectRatio: "imageAspectRatio", interactive: "interactive", linkTarget: "linkTarget", swirlAriaLabel: "swirlAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
427
+ SwirlCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlCard, selector: "swirl-card", inputs: { as: "as", borderRadius: "borderRadius", elevated: "elevated", height: "height", highlighted: "highlighted", href: "href", imageAspectRatio: "imageAspectRatio", interactive: "interactive", linkTarget: "linkTarget", swirlAriaLabel: "swirlAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
428
428
  SwirlCard = __decorate([
429
429
  ProxyCmp({
430
430
  defineCustomElementFn: undefined,
431
- inputs: ['as', 'borderRadius', 'elevated', 'highlighted', 'href', 'imageAspectRatio', 'interactive', 'linkTarget', 'swirlAriaLabel']
431
+ inputs: ['as', 'borderRadius', 'elevated', 'height', 'highlighted', 'href', 'imageAspectRatio', 'interactive', 'linkTarget', 'swirlAriaLabel']
432
432
  })
433
433
  ], SwirlCard);
434
434
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlCard, decorators: [{
@@ -437,7 +437,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
437
437
  selector: 'swirl-card',
438
438
  changeDetection: ChangeDetectionStrategy.OnPush,
439
439
  template: '<ng-content></ng-content>',
440
- inputs: ['as', 'borderRadius', 'elevated', 'highlighted', 'href', 'imageAspectRatio', 'interactive', 'linkTarget', 'swirlAriaLabel']
440
+ inputs: ['as', 'borderRadius', 'elevated', 'height', 'highlighted', 'href', 'imageAspectRatio', 'interactive', 'linkTarget', 'swirlAriaLabel']
441
441
  }]
442
442
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
443
443
  let SwirlCarousel = class SwirlCarousel {
@@ -472,11 +472,11 @@ let SwirlCarouselSlide = class SwirlCarouselSlide {
472
472
  }
473
473
  };
474
474
  SwirlCarouselSlide.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlCarouselSlide, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
475
- SwirlCarouselSlide.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlCarouselSlide, selector: "swirl-carousel-slide", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
475
+ SwirlCarouselSlide.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlCarouselSlide, selector: "swirl-carousel-slide", inputs: { label: "label", minHeight: "minHeight", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
476
476
  SwirlCarouselSlide = __decorate([
477
477
  ProxyCmp({
478
478
  defineCustomElementFn: undefined,
479
- inputs: ['label']
479
+ inputs: ['label', 'minHeight', 'width']
480
480
  })
481
481
  ], SwirlCarouselSlide);
482
482
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlCarouselSlide, decorators: [{
@@ -485,7 +485,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
485
485
  selector: 'swirl-carousel-slide',
486
486
  changeDetection: ChangeDetectionStrategy.OnPush,
487
487
  template: '<ng-content></ng-content>',
488
- inputs: ['label']
488
+ inputs: ['label', 'minHeight', 'width']
489
489
  }]
490
490
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
491
491
  let SwirlCheckbox = class SwirlCheckbox {
@@ -993,11 +993,11 @@ let SwirlHeading = class SwirlHeading {
993
993
  }
994
994
  };
995
995
  SwirlHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
996
- SwirlHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlHeading, selector: "swirl-heading", inputs: { align: "align", as: "as", balance: "balance", headingId: "headingId", level: "level", text: "text", truncate: "truncate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
996
+ SwirlHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlHeading, selector: "swirl-heading", inputs: { align: "align", as: "as", balance: "balance", headingId: "headingId", level: "level", lines: "lines", text: "text", truncate: "truncate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
997
997
  SwirlHeading = __decorate([
998
998
  ProxyCmp({
999
999
  defineCustomElementFn: undefined,
1000
- inputs: ['align', 'as', 'balance', 'headingId', 'level', 'text', 'truncate']
1000
+ inputs: ['align', 'as', 'balance', 'headingId', 'level', 'lines', 'text', 'truncate']
1001
1001
  })
1002
1002
  ], SwirlHeading);
1003
1003
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlHeading, decorators: [{
@@ -1006,7 +1006,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
1006
1006
  selector: 'swirl-heading',
1007
1007
  changeDetection: ChangeDetectionStrategy.OnPush,
1008
1008
  template: '<ng-content></ng-content>',
1009
- inputs: ['align', 'as', 'balance', 'headingId', 'level', 'text', 'truncate']
1009
+ inputs: ['align', 'as', 'balance', 'headingId', 'level', 'lines', 'text', 'truncate']
1010
1010
  }]
1011
1011
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1012
1012
  let SwirlIconAdd = class SwirlIconAdd {
@@ -4295,11 +4295,11 @@ let SwirlText = class SwirlText {
4295
4295
  }
4296
4296
  };
4297
4297
  SwirlText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
4298
- SwirlText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlText, selector: "swirl-text", inputs: { align: "align", as: "as", balance: "balance", color: "color", fontStyle: "fontStyle", size: "size", truncate: "truncate", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4298
+ SwirlText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlText, selector: "swirl-text", inputs: { align: "align", as: "as", balance: "balance", color: "color", fontStyle: "fontStyle", lines: "lines", size: "size", truncate: "truncate", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4299
4299
  SwirlText = __decorate([
4300
4300
  ProxyCmp({
4301
4301
  defineCustomElementFn: undefined,
4302
- inputs: ['align', 'as', 'balance', 'color', 'fontStyle', 'size', 'truncate', 'weight']
4302
+ inputs: ['align', 'as', 'balance', 'color', 'fontStyle', 'lines', 'size', 'truncate', 'weight']
4303
4303
  })
4304
4304
  ], SwirlText);
4305
4305
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlText, decorators: [{
@@ -4308,7 +4308,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
4308
4308
  selector: 'swirl-text',
4309
4309
  changeDetection: ChangeDetectionStrategy.OnPush,
4310
4310
  template: '<ng-content></ng-content>',
4311
- inputs: ['align', 'as', 'balance', 'color', 'fontStyle', 'size', 'truncate', 'weight']
4311
+ inputs: ['align', 'as', 'balance', 'color', 'fontStyle', 'lines', 'size', 'truncate', 'weight']
4312
4312
  }]
4313
4313
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4314
4314
  let SwirlTextInput = class SwirlTextInput {