@getflip/swirl-components-angular 0.266.0 → 0.267.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 +1 -1
- package/CHANGELOG.md +15 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2022/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
|
@@ -7062,11 +7062,11 @@ let SwirlSeparator = class SwirlSeparator {
|
|
|
7062
7062
|
this.el = r.nativeElement;
|
|
7063
7063
|
}
|
|
7064
7064
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlSeparator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
7065
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlSeparator, selector: "swirl-separator", inputs: { borderColor: "borderColor", orientation: "orientation", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
7065
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlSeparator, selector: "swirl-separator", inputs: { borderColor: "borderColor", color: "color", label: "label", orientation: "orientation", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
7066
7066
|
};
|
|
7067
7067
|
SwirlSeparator = __decorate([
|
|
7068
7068
|
ProxyCmp({
|
|
7069
|
-
inputs: ['borderColor', 'orientation', 'spacing']
|
|
7069
|
+
inputs: ['borderColor', 'color', 'label', 'orientation', 'spacing']
|
|
7070
7070
|
})
|
|
7071
7071
|
], SwirlSeparator);
|
|
7072
7072
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlSeparator, decorators: [{
|
|
@@ -7076,7 +7076,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
7076
7076
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7077
7077
|
template: '<ng-content></ng-content>',
|
|
7078
7078
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7079
|
-
inputs: ['borderColor', 'orientation', 'spacing'],
|
|
7079
|
+
inputs: ['borderColor', 'color', 'label', 'orientation', 'spacing'],
|
|
7080
7080
|
}]
|
|
7081
7081
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
7082
7082
|
let SwirlShellLayout = class SwirlShellLayout {
|