@getflip/swirl-components-angular 0.5.0 → 0.5.2

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.
@@ -3334,11 +3334,11 @@ let FlipText = class FlipText {
3334
3334
  }
3335
3335
  };
3336
3336
  FlipText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3337
- FlipText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipText, selector: "flip-text", inputs: { align: "align", as: "as", color: "color", fontStyle: "fontStyle", size: "size", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3337
+ FlipText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: FlipText, selector: "flip-text", inputs: { align: "align", as: "as", color: "color", fontStyle: "fontStyle", size: "size", truncate: "truncate", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3338
3338
  FlipText = __decorate([
3339
3339
  ProxyCmp({
3340
3340
  defineCustomElementFn: undefined,
3341
- inputs: ['align', 'as', 'color', 'fontStyle', 'size', 'weight']
3341
+ inputs: ['align', 'as', 'color', 'fontStyle', 'size', 'truncate', 'weight']
3342
3342
  })
3343
3343
  ], FlipText);
3344
3344
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: FlipText, decorators: [{
@@ -3347,7 +3347,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
3347
3347
  selector: 'flip-text',
3348
3348
  changeDetection: ChangeDetectionStrategy.OnPush,
3349
3349
  template: '<ng-content></ng-content>',
3350
- inputs: ['align', 'as', 'color', 'fontStyle', 'size', 'weight']
3350
+ inputs: ['align', 'as', 'color', 'fontStyle', 'size', 'truncate', 'weight']
3351
3351
  }]
3352
3352
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
3353
3353
  let FlipTextInput = class FlipTextInput {