@biggive/components-angular 202307051615.0.0 → 202307091949.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.
- package/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/fesm2015/biggive-components-angular.mjs +3 -3
- package/fesm2015/biggive-components-angular.mjs.map +1 -1
- package/fesm2020/biggive-components-angular.mjs +3 -3
- package/fesm2020/biggive-components-angular.mjs.map +1 -1
- package/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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",
|
|
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', '
|
|
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', '
|
|
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 {
|