@getflip/swirl-components-angular 0.95.2 → 0.96.1

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.
@@ -5113,15 +5113,15 @@ let SwirlSelect = class SwirlSelect {
5113
5113
  this.z = z;
5114
5114
  c.detach();
5115
5115
  this.el = r.nativeElement;
5116
- proxyOutputs(this, this.el, ['valueChange']);
5116
+ proxyOutputs(this, this.el, ['searchChange', 'valueChange']);
5117
5117
  }
5118
5118
  };
5119
5119
  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 });
5120
- 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 });
5120
+ SwirlSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", 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 });
5121
5121
  SwirlSelect = __decorate([
5122
5122
  ProxyCmp({
5123
5123
  defineCustomElementFn: undefined,
5124
- inputs: ['allowDeselect', 'disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'selectId', 'swirlAriaDescribedby', 'value']
5124
+ inputs: ['allowDeselect', 'disabled', 'emptyListLabel', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'searchInputLabel', 'searchLoading', 'searchPlaceholder', 'selectId', 'swirlAriaDescribedby', 'value', 'withSearch']
5125
5125
  })
5126
5126
  ], SwirlSelect);
5127
5127
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSelect, decorators: [{
@@ -5130,7 +5130,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
5130
5130
  selector: 'swirl-select',
5131
5131
  changeDetection: ChangeDetectionStrategy.OnPush,
5132
5132
  template: '<ng-content></ng-content>',
5133
- inputs: ['allowDeselect', 'disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'selectId', 'swirlAriaDescribedby', 'value']
5133
+ inputs: ['allowDeselect', 'disabled', 'emptyListLabel', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'searchInputLabel', 'searchLoading', 'searchPlaceholder', 'selectId', 'swirlAriaDescribedby', 'value', 'withSearch']
5134
5134
  }]
5135
5135
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
5136
5136
  let SwirlSeparator = class SwirlSeparator {