@biggive/components-angular 202305111528.0.0 → 202305161606.0.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.
@@ -576,11 +576,11 @@ let BiggiveFormFieldSelect = class BiggiveFormFieldSelect {
576
576
  }
577
577
  };
578
578
  BiggiveFormFieldSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveFormFieldSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
579
- BiggiveFormFieldSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveFormFieldSelect, selector: "biggive-form-field-select", inputs: { placeholder: "placeholder", selectStyle: "selectStyle", selectedLabel: "selectedLabel", selectedValue: "selectedValue", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
579
+ BiggiveFormFieldSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveFormFieldSelect, selector: "biggive-form-field-select", inputs: { backgroundColour: "backgroundColour", placeholder: "placeholder", prompt: "prompt", selectStyle: "selectStyle", selectedLabel: "selectedLabel", selectedValue: "selectedValue", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
580
580
  BiggiveFormFieldSelect = __decorate([
581
581
  ProxyCmp({
582
582
  defineCustomElementFn: defineCustomElement$k,
583
- inputs: ['placeholder', 'selectStyle', 'selectedLabel', 'selectedValue', 'spaceBelow']
583
+ inputs: ['backgroundColour', 'placeholder', 'prompt', 'selectStyle', 'selectedLabel', 'selectedValue', 'spaceBelow']
584
584
  })
585
585
  ], BiggiveFormFieldSelect);
586
586
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveFormFieldSelect, decorators: [{
@@ -589,7 +589,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
589
589
  selector: 'biggive-form-field-select',
590
590
  changeDetection: ChangeDetectionStrategy.OnPush,
591
591
  template: '<ng-content></ng-content>',
592
- inputs: ['placeholder', 'selectStyle', 'selectedLabel', 'selectedValue', 'spaceBelow']
592
+ inputs: ['backgroundColour', 'placeholder', 'prompt', 'selectStyle', 'selectedLabel', 'selectedValue', 'spaceBelow']
593
593
  }]
594
594
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
595
595
  let BiggiveFormFieldSelectOption = class BiggiveFormFieldSelectOption {