@getflip/swirl-components-angular 0.311.0 → 0.313.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 +29 -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
|
@@ -520,11 +520,11 @@ let SwirlCard = class SwirlCard {
|
|
|
520
520
|
proxyOutputs(this, this.el, ['componentLoad']);
|
|
521
521
|
}
|
|
522
522
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
523
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlCard, selector: "swirl-card", inputs: { as: "as", borderRadius: "borderRadius", customBackgroundColor: "customBackgroundColor", elevated: "elevated", elevationLevel: "elevationLevel", height: "height", highlighted: "highlighted", href: "href", imageAspectRatio: "imageAspectRatio", intent: "intent", interactive: "interactive", isBorderless: "isBorderless", justifyContent: "justifyContent", linkTarget: "linkTarget", overflow: "overflow", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", swirlAriaLabel: "swirlAriaLabel", swirlAriaLabelledby: "swirlAriaLabelledby" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
523
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlCard, selector: "swirl-card", inputs: { as: "as", borderRadius: "borderRadius", customBackgroundColor: "customBackgroundColor", elevated: "elevated", elevationLevel: "elevationLevel", height: "height", highlighted: "highlighted", href: "href", imageAspectRatio: "imageAspectRatio", intent: "intent", interactive: "interactive", isBorderless: "isBorderless", justifyContent: "justifyContent", linkTarget: "linkTarget", minHeight: "minHeight", overflow: "overflow", padding: "padding", paddingBlockEnd: "paddingBlockEnd", paddingBlockStart: "paddingBlockStart", paddingInlineEnd: "paddingInlineEnd", paddingInlineStart: "paddingInlineStart", swirlAriaLabel: "swirlAriaLabel", swirlAriaLabelledby: "swirlAriaLabelledby" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
524
524
|
};
|
|
525
525
|
SwirlCard = __decorate([
|
|
526
526
|
ProxyCmp({
|
|
527
|
-
inputs: ['as', 'borderRadius', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel', 'swirlAriaLabelledby'],
|
|
527
|
+
inputs: ['as', 'borderRadius', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel', 'swirlAriaLabelledby'],
|
|
528
528
|
methods: ['flash']
|
|
529
529
|
})
|
|
530
530
|
], SwirlCard);
|
|
@@ -535,7 +535,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
535
535
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
536
536
|
template: '<ng-content></ng-content>',
|
|
537
537
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
538
|
-
inputs: ['as', 'borderRadius', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel', 'swirlAriaLabelledby'],
|
|
538
|
+
inputs: ['as', 'borderRadius', 'customBackgroundColor', 'elevated', 'elevationLevel', 'height', 'highlighted', 'href', 'imageAspectRatio', 'intent', 'interactive', 'isBorderless', 'justifyContent', 'linkTarget', 'minHeight', 'overflow', 'padding', 'paddingBlockEnd', 'paddingBlockStart', 'paddingInlineEnd', 'paddingInlineStart', 'swirlAriaLabel', 'swirlAriaLabelledby'],
|
|
539
539
|
}]
|
|
540
540
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
541
541
|
let SwirlCarousel = class SwirlCarousel {
|