@getflip/swirl-components-angular 0.247.0 → 0.248.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.
@@ -6906,11 +6906,11 @@ let SwirlSelect = class SwirlSelect {
6906
6906
  proxyOutputs(this, this.el, ['searchChange', 'valueChange']);
6907
6907
  }
6908
6908
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
6909
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlSelect, selector: "swirl-select", inputs: { allowDeselect: "allowDeselect", disabled: "disabled", emptyListLabel: "emptyListLabel", inline: "inline", invalid: "invalid", label: "label", multiSelect: "multiSelect", required: "required", searchInputLabel: "searchInputLabel", searchLoading: "searchLoading", searchPlaceholder: "searchPlaceholder", selectId: "selectId", swirlAriaDescribedby: "swirlAriaDescribedby", value: "value", withSearch: "withSearch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
6909
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlSelect, selector: "swirl-select", inputs: { allowDeselect: "allowDeselect", disabled: "disabled", emptyListLabel: "emptyListLabel", inline: "inline", invalid: "invalid", label: "label", multiSelect: "multiSelect", required: "required", searchInputLabel: "searchInputLabel", searchLoading: "searchLoading", searchPlaceholder: "searchPlaceholder", selectId: "selectId", standalone: "standalone", swirlAriaDescribedby: "swirlAriaDescribedby", value: "value", withSearch: "withSearch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
6910
6910
  };
6911
6911
  SwirlSelect = __decorate([
6912
6912
  ProxyCmp({
6913
- inputs: ['allowDeselect', 'disabled', 'emptyListLabel', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'searchInputLabel', 'searchLoading', 'searchPlaceholder', 'selectId', 'swirlAriaDescribedby', 'value', 'withSearch']
6913
+ inputs: ['allowDeselect', 'disabled', 'emptyListLabel', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'searchInputLabel', 'searchLoading', 'searchPlaceholder', 'selectId', 'standalone', 'swirlAriaDescribedby', 'value', 'withSearch']
6914
6914
  })
6915
6915
  ], SwirlSelect);
6916
6916
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlSelect, decorators: [{
@@ -6920,7 +6920,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
6920
6920
  changeDetection: ChangeDetectionStrategy.OnPush,
6921
6921
  template: '<ng-content></ng-content>',
6922
6922
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
6923
- inputs: ['allowDeselect', 'disabled', 'emptyListLabel', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'searchInputLabel', 'searchLoading', 'searchPlaceholder', 'selectId', 'swirlAriaDescribedby', 'value', 'withSearch'],
6923
+ inputs: ['allowDeselect', 'disabled', 'emptyListLabel', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'searchInputLabel', 'searchLoading', 'searchPlaceholder', 'selectId', 'standalone', 'swirlAriaDescribedby', 'value', 'withSearch'],
6924
6924
  }]
6925
6925
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
6926
6926
  let SwirlSeparator = class SwirlSeparator {