@getflip/swirl-components-angular 0.170.0 → 0.171.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.
@@ -5822,11 +5822,11 @@ let SwirlSwitch = class SwirlSwitch {
5822
5822
  }
5823
5823
  };
5824
5824
  SwirlSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
5825
- SwirlSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSwitch, selector: "swirl-switch", inputs: { checked: "checked", disabled: "disabled", hideLabel: "hideLabel", inputId: "inputId", inputName: "inputName", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
5825
+ SwirlSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSwitch, selector: "swirl-switch", inputs: { checked: "checked", disabled: "disabled", hideLabel: "hideLabel", inputId: "inputId", inputName: "inputName", label: "label", labelPosition: "labelPosition", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
5826
5826
  SwirlSwitch = __decorate([
5827
5827
  ProxyCmp({
5828
5828
  defineCustomElementFn: undefined,
5829
- inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'value']
5829
+ inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'labelPosition', 'value']
5830
5830
  })
5831
5831
  ], SwirlSwitch);
5832
5832
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSwitch, decorators: [{
@@ -5835,7 +5835,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
5835
5835
  selector: 'swirl-switch',
5836
5836
  changeDetection: ChangeDetectionStrategy.OnPush,
5837
5837
  template: '<ng-content></ng-content>',
5838
- inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'value']
5838
+ inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'labelPosition', 'value']
5839
5839
  }]
5840
5840
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
5841
5841
  let SwirlSymbol = class SwirlSymbol {