@getflip/swirl-components-angular 0.71.0 → 0.73.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.
@@ -499,11 +499,11 @@ let SwirlCheckbox = class SwirlCheckbox {
499
499
  }
500
500
  };
501
501
  SwirlCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
502
- SwirlCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlCheckbox, selector: "swirl-checkbox", inputs: { checked: "checked", description: "description", disabled: "disabled", inputId: "inputId", inputName: "inputName", invalid: "invalid", label: "label", swirlAriaDescribedby: "swirlAriaDescribedby", swirlAriaLabel: "swirlAriaLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
502
+ SwirlCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlCheckbox, selector: "swirl-checkbox", inputs: { checked: "checked", description: "description", disabled: "disabled", inputId: "inputId", inputName: "inputName", invalid: "invalid", label: "label", labelWeight: "labelWeight", swirlAriaDescribedby: "swirlAriaDescribedby", swirlAriaLabel: "swirlAriaLabel", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
503
503
  SwirlCheckbox = __decorate([
504
504
  ProxyCmp({
505
505
  defineCustomElementFn: undefined,
506
- inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'swirlAriaDescribedby', 'swirlAriaLabel', 'value']
506
+ inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'labelWeight', 'swirlAriaDescribedby', 'swirlAriaLabel', 'value']
507
507
  })
508
508
  ], SwirlCheckbox);
509
509
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlCheckbox, decorators: [{
@@ -512,7 +512,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
512
512
  selector: 'swirl-checkbox',
513
513
  changeDetection: ChangeDetectionStrategy.OnPush,
514
514
  template: '<ng-content></ng-content>',
515
- inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'swirlAriaDescribedby', 'swirlAriaLabel', 'value']
515
+ inputs: ['checked', 'description', 'disabled', 'inputId', 'inputName', 'invalid', 'label', 'labelWeight', 'swirlAriaDescribedby', 'swirlAriaLabel', 'value']
516
516
  }]
517
517
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
518
518
  let SwirlChip = class SwirlChip {
@@ -4588,11 +4588,11 @@ let SwirlSelect = class SwirlSelect {
4588
4588
  }
4589
4589
  };
4590
4590
  SwirlSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
4591
- SwirlSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSelect, selector: "swirl-select", inputs: { disabled: "disabled", inline: "inline", invalid: "invalid", label: "label", multiSelect: "multiSelect", required: "required", selectId: "selectId", swirlAriaDescribedby: "swirlAriaDescribedby", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4591
+ SwirlSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSelect, selector: "swirl-select", inputs: { allowDeselect: "allowDeselect", disabled: "disabled", inline: "inline", invalid: "invalid", label: "label", multiSelect: "multiSelect", required: "required", selectId: "selectId", swirlAriaDescribedby: "swirlAriaDescribedby", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
4592
4592
  SwirlSelect = __decorate([
4593
4593
  ProxyCmp({
4594
4594
  defineCustomElementFn: undefined,
4595
- inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'selectId', 'swirlAriaDescribedby', 'value']
4595
+ inputs: ['allowDeselect', 'disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'selectId', 'swirlAriaDescribedby', 'value']
4596
4596
  })
4597
4597
  ], SwirlSelect);
4598
4598
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSelect, decorators: [{
@@ -4601,7 +4601,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
4601
4601
  selector: 'swirl-select',
4602
4602
  changeDetection: ChangeDetectionStrategy.OnPush,
4603
4603
  template: '<ng-content></ng-content>',
4604
- inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'selectId', 'swirlAriaDescribedby', 'value']
4604
+ inputs: ['allowDeselect', 'disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'selectId', 'swirlAriaDescribedby', 'value']
4605
4605
  }]
4606
4606
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
4607
4607
  let SwirlSeparator = class SwirlSeparator {