@getflip/swirl-components-angular 0.120.5 → 0.122.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.
@@ -402,11 +402,11 @@ let SwirlBox = class SwirlBox {
402
402
  }
403
403
  };
404
404
  SwirlBox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
405
- SwirlBox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlBox, selector: "swirl-box", inputs: { bordered: "bordered", borderedBlockEnd: "borderedBlockEnd", borderedBlockStart: "borderedBlockStart", borderedInlineEnd: "borderedInlineEnd", borderedInlineStart: "borderedInlineStart", bottom: "bottom", centerBlock: "centerBlock", centerInline: "centerInline", cover: "cover", left: "left", maxWidth: "maxWidth", overflow: "overflow", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", position: "position", right: "right", top: "top", zIndex: "zIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
405
+ SwirlBox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlBox, selector: "swirl-box", inputs: { bordered: "bordered", borderedBlockEnd: "borderedBlockEnd", borderedBlockStart: "borderedBlockStart", borderedInlineEnd: "borderedInlineEnd", borderedInlineStart: "borderedInlineStart", bottom: "bottom", centerBlock: "centerBlock", centerInline: "centerInline", cover: "cover", left: "left", maxHeight: "maxHeight", maxWidth: "maxWidth", overflow: "overflow", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", position: "position", right: "right", top: "top", zIndex: "zIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
406
406
  SwirlBox = __decorate([
407
407
  ProxyCmp({
408
408
  defineCustomElementFn: undefined,
409
- inputs: ['bordered', 'borderedBlockEnd', 'borderedBlockStart', 'borderedInlineEnd', 'borderedInlineStart', 'bottom', 'centerBlock', 'centerInline', 'cover', 'left', 'maxWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'position', 'right', 'top', 'zIndex']
409
+ inputs: ['bordered', 'borderedBlockEnd', 'borderedBlockStart', 'borderedInlineEnd', 'borderedInlineStart', 'bottom', 'centerBlock', 'centerInline', 'cover', 'left', 'maxHeight', 'maxWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'position', 'right', 'top', 'zIndex']
410
410
  })
411
411
  ], SwirlBox);
412
412
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlBox, decorators: [{
@@ -415,7 +415,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
415
415
  selector: 'swirl-box',
416
416
  changeDetection: ChangeDetectionStrategy.OnPush,
417
417
  template: '<ng-content></ng-content>',
418
- inputs: ['bordered', 'borderedBlockEnd', 'borderedBlockStart', 'borderedInlineEnd', 'borderedInlineStart', 'bottom', 'centerBlock', 'centerInline', 'cover', 'left', 'maxWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'position', 'right', 'top', 'zIndex']
418
+ inputs: ['bordered', 'borderedBlockEnd', 'borderedBlockStart', 'borderedInlineEnd', 'borderedInlineStart', 'bottom', 'centerBlock', 'centerInline', 'cover', 'left', 'maxHeight', 'maxWidth', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'position', 'right', 'top', 'zIndex']
419
419
  }]
420
420
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
421
421
  let SwirlButton = class SwirlButton {
@@ -6924,11 +6924,11 @@ let SwirlTab = class SwirlTab {
6924
6924
  }
6925
6925
  };
6926
6926
  SwirlTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
6927
- SwirlTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlTab, selector: "swirl-tab", inputs: { active: "active", icon: "icon", label: "label", tabId: "tabId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
6927
+ SwirlTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlTab, selector: "swirl-tab", inputs: { active: "active", icon: "icon", label: "label", padding: "padding", tabId: "tabId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
6928
6928
  SwirlTab = __decorate([
6929
6929
  ProxyCmp({
6930
6930
  defineCustomElementFn: undefined,
6931
- inputs: ['active', 'icon', 'label', 'tabId']
6931
+ inputs: ['active', 'icon', 'label', 'padding', 'tabId']
6932
6932
  })
6933
6933
  ], SwirlTab);
6934
6934
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlTab, decorators: [{
@@ -6937,7 +6937,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
6937
6937
  selector: 'swirl-tab',
6938
6938
  changeDetection: ChangeDetectionStrategy.OnPush,
6939
6939
  template: '<ng-content></ng-content>',
6940
- inputs: ['active', 'icon', 'label', 'tabId']
6940
+ inputs: ['active', 'icon', 'label', 'padding', 'tabId']
6941
6941
  }]
6942
6942
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
6943
6943
  let SwirlTabBar = class SwirlTabBar {