@getflip/swirl-components-angular 0.27.0 → 0.29.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 +50 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +16 -16
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +15 -15
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +15 -15
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +5 -5
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +10 -10
|
@@ -424,11 +424,11 @@ let SwirlCard = class SwirlCard {
|
|
|
424
424
|
}
|
|
425
425
|
};
|
|
426
426
|
SwirlCard.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
427
|
-
SwirlCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlCard, selector: "swirl-card", inputs: { as: "as", elevated: "elevated", highlighted: "highlighted", href: "href", imageAspectRatio: "imageAspectRatio", interactive: "interactive", linkTarget: "linkTarget", swirlAriaLabel: "swirlAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
427
|
+
SwirlCard.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlCard, selector: "swirl-card", inputs: { as: "as", borderRadius: "borderRadius", elevated: "elevated", height: "height", highlighted: "highlighted", href: "href", imageAspectRatio: "imageAspectRatio", interactive: "interactive", linkTarget: "linkTarget", swirlAriaLabel: "swirlAriaLabel" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
428
428
|
SwirlCard = __decorate([
|
|
429
429
|
ProxyCmp({
|
|
430
430
|
defineCustomElementFn: undefined,
|
|
431
|
-
inputs: ['as', 'elevated', 'highlighted', 'href', 'imageAspectRatio', 'interactive', 'linkTarget', 'swirlAriaLabel']
|
|
431
|
+
inputs: ['as', 'borderRadius', 'elevated', 'height', 'highlighted', 'href', 'imageAspectRatio', 'interactive', 'linkTarget', 'swirlAriaLabel']
|
|
432
432
|
})
|
|
433
433
|
], SwirlCard);
|
|
434
434
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlCard, decorators: [{
|
|
@@ -437,7 +437,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
437
437
|
selector: 'swirl-card',
|
|
438
438
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
439
439
|
template: '<ng-content></ng-content>',
|
|
440
|
-
inputs: ['as', 'elevated', 'highlighted', 'href', 'imageAspectRatio', 'interactive', 'linkTarget', 'swirlAriaLabel']
|
|
440
|
+
inputs: ['as', 'borderRadius', 'elevated', 'height', 'highlighted', 'href', 'imageAspectRatio', 'interactive', 'linkTarget', 'swirlAriaLabel']
|
|
441
441
|
}]
|
|
442
442
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
443
443
|
let SwirlCarousel = class SwirlCarousel {
|
|
@@ -472,11 +472,11 @@ let SwirlCarouselSlide = class SwirlCarouselSlide {
|
|
|
472
472
|
}
|
|
473
473
|
};
|
|
474
474
|
SwirlCarouselSlide.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlCarouselSlide, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
475
|
-
SwirlCarouselSlide.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlCarouselSlide, selector: "swirl-carousel-slide", inputs: { label: "label" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
475
|
+
SwirlCarouselSlide.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlCarouselSlide, selector: "swirl-carousel-slide", inputs: { label: "label", minHeight: "minHeight", width: "width" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
476
476
|
SwirlCarouselSlide = __decorate([
|
|
477
477
|
ProxyCmp({
|
|
478
478
|
defineCustomElementFn: undefined,
|
|
479
|
-
inputs: ['label']
|
|
479
|
+
inputs: ['label', 'minHeight', 'width']
|
|
480
480
|
})
|
|
481
481
|
], SwirlCarouselSlide);
|
|
482
482
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlCarouselSlide, decorators: [{
|
|
@@ -485,7 +485,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
485
485
|
selector: 'swirl-carousel-slide',
|
|
486
486
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
487
487
|
template: '<ng-content></ng-content>',
|
|
488
|
-
inputs: ['label']
|
|
488
|
+
inputs: ['label', 'minHeight', 'width']
|
|
489
489
|
}]
|
|
490
490
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
491
491
|
let SwirlCheckbox = class SwirlCheckbox {
|
|
@@ -521,11 +521,11 @@ let SwirlChip = class SwirlChip {
|
|
|
521
521
|
}
|
|
522
522
|
};
|
|
523
523
|
SwirlChip.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlChip, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
524
|
-
SwirlChip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlChip, selector: "swirl-chip", inputs: {
|
|
524
|
+
SwirlChip.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlChip, selector: "swirl-chip", inputs: { icon: "icon", intent: "intent", interactive: "interactive", label: "label", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
525
525
|
SwirlChip = __decorate([
|
|
526
526
|
ProxyCmp({
|
|
527
527
|
defineCustomElementFn: undefined,
|
|
528
|
-
inputs: ['
|
|
528
|
+
inputs: ['icon', 'intent', 'interactive', 'label', 'variant']
|
|
529
529
|
})
|
|
530
530
|
], SwirlChip);
|
|
531
531
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlChip, decorators: [{
|
|
@@ -534,7 +534,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
534
534
|
selector: 'swirl-chip',
|
|
535
535
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
536
536
|
template: '<ng-content></ng-content>',
|
|
537
|
-
inputs: ['
|
|
537
|
+
inputs: ['icon', 'intent', 'interactive', 'label', 'variant']
|
|
538
538
|
}]
|
|
539
539
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
540
540
|
let SwirlColumns = class SwirlColumns {
|
|
@@ -993,11 +993,11 @@ let SwirlHeading = class SwirlHeading {
|
|
|
993
993
|
}
|
|
994
994
|
};
|
|
995
995
|
SwirlHeading.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlHeading, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
996
|
-
SwirlHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlHeading, selector: "swirl-heading", inputs: { align: "align", as: "as", balance: "balance", headingId: "headingId", level: "level", text: "text", truncate: "truncate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
996
|
+
SwirlHeading.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlHeading, selector: "swirl-heading", inputs: { align: "align", as: "as", balance: "balance", headingId: "headingId", level: "level", lines: "lines", text: "text", truncate: "truncate" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
997
997
|
SwirlHeading = __decorate([
|
|
998
998
|
ProxyCmp({
|
|
999
999
|
defineCustomElementFn: undefined,
|
|
1000
|
-
inputs: ['align', 'as', 'balance', 'headingId', 'level', 'text', 'truncate']
|
|
1000
|
+
inputs: ['align', 'as', 'balance', 'headingId', 'level', 'lines', 'text', 'truncate']
|
|
1001
1001
|
})
|
|
1002
1002
|
], SwirlHeading);
|
|
1003
1003
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlHeading, decorators: [{
|
|
@@ -1006,7 +1006,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
1006
1006
|
selector: 'swirl-heading',
|
|
1007
1007
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1008
1008
|
template: '<ng-content></ng-content>',
|
|
1009
|
-
inputs: ['align', 'as', 'balance', 'headingId', 'level', 'text', 'truncate']
|
|
1009
|
+
inputs: ['align', 'as', 'balance', 'headingId', 'level', 'lines', 'text', 'truncate']
|
|
1010
1010
|
}]
|
|
1011
1011
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1012
1012
|
let SwirlIconAdd = class SwirlIconAdd {
|
|
@@ -4295,11 +4295,11 @@ let SwirlText = class SwirlText {
|
|
|
4295
4295
|
}
|
|
4296
4296
|
};
|
|
4297
4297
|
SwirlText.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4298
|
-
SwirlText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlText, selector: "swirl-text", inputs: { align: "align", as: "as", balance: "balance", color: "color", fontStyle: "fontStyle", size: "size", truncate: "truncate", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4298
|
+
SwirlText.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlText, selector: "swirl-text", inputs: { align: "align", as: "as", balance: "balance", color: "color", fontStyle: "fontStyle", lines: "lines", size: "size", truncate: "truncate", weight: "weight" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4299
4299
|
SwirlText = __decorate([
|
|
4300
4300
|
ProxyCmp({
|
|
4301
4301
|
defineCustomElementFn: undefined,
|
|
4302
|
-
inputs: ['align', 'as', 'balance', 'color', 'fontStyle', 'size', 'truncate', 'weight']
|
|
4302
|
+
inputs: ['align', 'as', 'balance', 'color', 'fontStyle', 'lines', 'size', 'truncate', 'weight']
|
|
4303
4303
|
})
|
|
4304
4304
|
], SwirlText);
|
|
4305
4305
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlText, decorators: [{
|
|
@@ -4308,7 +4308,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4308
4308
|
selector: 'swirl-text',
|
|
4309
4309
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4310
4310
|
template: '<ng-content></ng-content>',
|
|
4311
|
-
inputs: ['align', 'as', 'balance', 'color', 'fontStyle', 'size', 'truncate', 'weight']
|
|
4311
|
+
inputs: ['align', 'as', 'balance', 'color', 'fontStyle', 'lines', 'size', 'truncate', 'weight']
|
|
4312
4312
|
}]
|
|
4313
4313
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4314
4314
|
let SwirlTextInput = class SwirlTextInput {
|