@getflip/swirl-components-angular 0.280.0 → 0.281.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 +13 -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
|
@@ -7061,11 +7061,11 @@ let SwirlResourceListSection = class SwirlResourceListSection {
|
|
|
7061
7061
|
this.el = r.nativeElement;
|
|
7062
7062
|
}
|
|
7063
7063
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlResourceListSection, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
7064
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlResourceListSection, selector: "swirl-resource-list-section", inputs: { hasSeparator: "hasSeparator", label: "label", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
7064
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlResourceListSection, selector: "swirl-resource-list-section", inputs: { hasSeparator: "hasSeparator", label: "label", separatorSpacing: "separatorSpacing", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
7065
7065
|
};
|
|
7066
7066
|
SwirlResourceListSection = __decorate([
|
|
7067
7067
|
ProxyCmp({
|
|
7068
|
-
inputs: ['hasSeparator', 'label', 'spacing']
|
|
7068
|
+
inputs: ['hasSeparator', 'label', 'separatorSpacing', 'spacing']
|
|
7069
7069
|
})
|
|
7070
7070
|
], SwirlResourceListSection);
|
|
7071
7071
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlResourceListSection, decorators: [{
|
|
@@ -7075,7 +7075,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
7075
7075
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
7076
7076
|
template: '<ng-content></ng-content>',
|
|
7077
7077
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
7078
|
-
inputs: ['hasSeparator', 'label', 'spacing'],
|
|
7078
|
+
inputs: ['hasSeparator', 'label', 'separatorSpacing', 'spacing'],
|
|
7079
7079
|
}]
|
|
7080
7080
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
7081
7081
|
let SwirlSearch = class SwirlSearch {
|