@getflip/swirl-components-angular 0.94.0 → 0.95.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.
@@ -4743,11 +4743,11 @@ let SwirlModal = class SwirlModal {
4743
4743
  }
4744
4744
  };
4745
4745
  SwirlModal.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
4746
- SwirlModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlModal, selector: "swirl-modal", inputs: { closable: "closable", closeButtonLabel: "closeButtonLabel", hideCloseButton: "hideCloseButton", hideLabel: "hideLabel", label: "label", maxHeight: "maxHeight", maxWidth: "maxWidth", padded: "padded", primaryActionLabel: "primaryActionLabel", secondaryActionLabel: "secondaryActionLabel", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4746
+ SwirlModal.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlModal, selector: "swirl-modal", inputs: { closable: "closable", closeButtonLabel: "closeButtonLabel", height: "height", hideCloseButton: "hideCloseButton", hideLabel: "hideLabel", label: "label", maxHeight: "maxHeight", maxWidth: "maxWidth", padded: "padded", primaryActionLabel: "primaryActionLabel", secondaryActionLabel: "secondaryActionLabel", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4747
4747
  SwirlModal = __decorate([
4748
4748
  ProxyCmp({
4749
4749
  defineCustomElementFn: undefined,
4750
- inputs: ['closable', 'closeButtonLabel', 'hideCloseButton', 'hideLabel', 'label', 'maxHeight', 'maxWidth', 'padded', 'primaryActionLabel', 'secondaryActionLabel', 'variant'],
4750
+ inputs: ['closable', 'closeButtonLabel', 'height', 'hideCloseButton', 'hideLabel', 'label', 'maxHeight', 'maxWidth', 'padded', 'primaryActionLabel', 'secondaryActionLabel', 'variant'],
4751
4751
  methods: ['open', 'close']
4752
4752
  })
4753
4753
  ], SwirlModal);
@@ -4757,7 +4757,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
4757
4757
  selector: 'swirl-modal',
4758
4758
  changeDetection: ChangeDetectionStrategy.OnPush,
4759
4759
  template: '<ng-content></ng-content>',
4760
- inputs: ['closable', 'closeButtonLabel', 'hideCloseButton', 'hideLabel', 'label', 'maxHeight', 'maxWidth', 'padded', 'primaryActionLabel', 'secondaryActionLabel', 'variant']
4760
+ inputs: ['closable', 'closeButtonLabel', 'height', 'hideCloseButton', 'hideLabel', 'label', 'maxHeight', 'maxWidth', 'padded', 'primaryActionLabel', 'secondaryActionLabel', 'variant']
4761
4761
  }]
4762
4762
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4763
4763
  let SwirlOptionList = class SwirlOptionList {
@@ -5335,11 +5335,11 @@ let SwirlSwitch = class SwirlSwitch {
5335
5335
  }
5336
5336
  };
5337
5337
  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 });
5338
- 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", size: "size", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
5338
+ 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 });
5339
5339
  SwirlSwitch = __decorate([
5340
5340
  ProxyCmp({
5341
5341
  defineCustomElementFn: undefined,
5342
- inputs: ['checked', 'disabled', 'inputId', 'inputName', 'label', 'size', 'value']
5342
+ inputs: ['checked', 'disabled', 'inputId', 'inputName', 'label', 'value']
5343
5343
  })
5344
5344
  ], SwirlSwitch);
5345
5345
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSwitch, decorators: [{
@@ -5348,7 +5348,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
5348
5348
  selector: 'swirl-switch',
5349
5349
  changeDetection: ChangeDetectionStrategy.OnPush,
5350
5350
  template: '<ng-content></ng-content>',
5351
- inputs: ['checked', 'disabled', 'inputId', 'inputName', 'label', 'size', 'value']
5351
+ inputs: ['checked', 'disabled', 'inputId', 'inputName', 'label', 'value']
5352
5352
  }]
5353
5353
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
5354
5354
  let SwirlSymbol = class SwirlSymbol {