@getflip/swirl-components-angular 0.37.3 → 0.38.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/.turbo/turbo-build.log +2 -2
- package/CHANGELOG.md +18 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +2 -2
|
@@ -947,11 +947,11 @@ let SwirlFormControl = class SwirlFormControl {
|
|
|
947
947
|
}
|
|
948
948
|
};
|
|
949
949
|
SwirlFormControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlFormControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
950
|
-
SwirlFormControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlFormControl, selector: "swirl-form-control", inputs: { description: "description", disabled: "disabled", errorMessage: "errorMessage", inline: "inline", invalid: "invalid", label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
950
|
+
SwirlFormControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlFormControl, selector: "swirl-form-control", inputs: { description: "description", disabled: "disabled", errorMessage: "errorMessage", inline: "inline", invalid: "invalid", label: "label", labelPosition: "labelPosition" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
951
951
|
SwirlFormControl = __decorate([
|
|
952
952
|
ProxyCmp({
|
|
953
953
|
defineCustomElementFn: undefined,
|
|
954
|
-
inputs: ['description', 'disabled', 'errorMessage', 'inline', 'invalid', 'label']
|
|
954
|
+
inputs: ['description', 'disabled', 'errorMessage', 'inline', 'invalid', 'label', 'labelPosition']
|
|
955
955
|
})
|
|
956
956
|
], SwirlFormControl);
|
|
957
957
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlFormControl, decorators: [{
|
|
@@ -960,7 +960,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
960
960
|
selector: 'swirl-form-control',
|
|
961
961
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
962
962
|
template: '<ng-content></ng-content>',
|
|
963
|
-
inputs: ['description', 'disabled', 'errorMessage', 'inline', 'invalid', 'label']
|
|
963
|
+
inputs: ['description', 'disabled', 'errorMessage', 'inline', 'invalid', 'label', 'labelPosition']
|
|
964
964
|
}]
|
|
965
965
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
966
966
|
let SwirlFormGroup = class SwirlFormGroup {
|