@biggive/components-angular 202307051615.0.0 → 202307091858.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.
@@ -572,11 +572,11 @@ let BiggiveFormFieldSelect = class BiggiveFormFieldSelect {
572
572
  }
573
573
  };
574
574
  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 });
575
- BiggiveFormFieldSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveFormFieldSelect, selector: "biggive-form-field-select", inputs: { backgroundColour: "backgroundColour", onSelectionChange: "onSelectionChange", options: "options", 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 });
575
+ BiggiveFormFieldSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.9", type: BiggiveFormFieldSelect, selector: "biggive-form-field-select", inputs: { backgroundColour: "backgroundColour", options: "options", placeholder: "placeholder", prompt: "prompt", selectStyle: "selectStyle", selectedLabel: "selectedLabel", selectedValue: "selectedValue", selectionChanged: "selectionChanged", spaceBelow: "spaceBelow" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
576
576
  BiggiveFormFieldSelect = __decorate([
577
577
  ProxyCmp({
578
578
  defineCustomElementFn: defineCustomElement$k,
579
- inputs: ['backgroundColour', 'onSelectionChange', 'options', 'placeholder', 'prompt', 'selectStyle', 'selectedLabel', 'selectedValue', 'spaceBelow']
579
+ inputs: ['backgroundColour', 'options', 'placeholder', 'prompt', 'selectStyle', 'selectedLabel', 'selectedValue', 'selectionChanged', 'spaceBelow']
580
580
  })
581
581
  ], BiggiveFormFieldSelect);
582
582
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImport: i0, type: BiggiveFormFieldSelect, decorators: [{
@@ -585,7 +585,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.9", ngImpor
585
585
  selector: 'biggive-form-field-select',
586
586
  changeDetection: ChangeDetectionStrategy.OnPush,
587
587
  template: '<ng-content></ng-content>',
588
- inputs: ['backgroundColour', 'onSelectionChange', 'options', 'placeholder', 'prompt', 'selectStyle', 'selectedLabel', 'selectedValue', 'spaceBelow']
588
+ inputs: ['backgroundColour', 'options', 'placeholder', 'prompt', 'selectStyle', 'selectedLabel', 'selectedValue', 'selectionChanged', 'spaceBelow']
589
589
  }]
590
590
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
591
591
  let BiggiveFormattedText = class BiggiveFormattedText {