@getflip/swirl-components-angular 0.283.0 → 0.284.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 +26 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +2 -1
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +1 -0
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -0
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +5 -1
|
@@ -438,6 +438,7 @@ let SwirlBox = class SwirlBox {
|
|
|
438
438
|
this.z = z;
|
|
439
439
|
c.detach();
|
|
440
440
|
this.el = r.nativeElement;
|
|
441
|
+
proxyOutputs(this, this.el, ['componentLoad']);
|
|
441
442
|
}
|
|
442
443
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlBox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
443
444
|
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlBox, selector: "swirl-box", inputs: { basis: "basis", borderColor: "borderColor", bordered: "bordered", borderedBlockEnd: "borderedBlockEnd", borderedBlockEndWhenScrolled: "borderedBlockEndWhenScrolled", borderedBlockStart: "borderedBlockStart", borderedBlockStartWhenScrolled: "borderedBlockStartWhenScrolled", borderedInlineEnd: "borderedInlineEnd", borderedInlineStart: "borderedInlineStart", bottom: "bottom", centerBlock: "centerBlock", centerInline: "centerInline", cover: "cover", grow: "grow", height: "height", left: "left", maxHeight: "maxHeight", maxWidth: "maxWidth", minHeight: "minHeight", minWidth: "minWidth", overflow: "overflow", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", position: "position", right: "right", shrink: "shrink", top: "top", width: "width", zIndex: "zIndex" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|