@getflip/swirl-components-angular 0.109.0 → 0.110.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.
@@ -5434,11 +5434,11 @@ let SwirlSwitch = class SwirlSwitch {
5434
5434
  }
5435
5435
  };
5436
5436
  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 });
5437
- SwirlSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSwitch, selector: "swirl-switch", inputs: { checked: "checked", disabled: "disabled", inputId: "inputId", inputName: "inputName", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
5437
+ 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 });
5438
5438
  SwirlSwitch = __decorate([
5439
5439
  ProxyCmp({
5440
5440
  defineCustomElementFn: undefined,
5441
- inputs: ['checked', 'disabled', 'inputId', 'inputName', 'label', 'value']
5441
+ inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'value']
5442
5442
  })
5443
5443
  ], SwirlSwitch);
5444
5444
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSwitch, decorators: [{
@@ -5447,7 +5447,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
5447
5447
  selector: 'swirl-switch',
5448
5448
  changeDetection: ChangeDetectionStrategy.OnPush,
5449
5449
  template: '<ng-content></ng-content>',
5450
- inputs: ['checked', 'disabled', 'inputId', 'inputName', 'label', 'value']
5450
+ inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'value']
5451
5451
  }]
5452
5452
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
5453
5453
  let SwirlSymbol = class SwirlSymbol {