@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
|
@@ -189,7 +189,7 @@ export declare class SwirlCard {
|
|
|
189
189
|
protected el: HTMLElement;
|
|
190
190
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
191
191
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlCard, never>;
|
|
192
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCard, "swirl-card", never, { "as": "as"; "elevated": "elevated"; "highlighted": "highlighted"; "href": "href"; "imageAspectRatio": "imageAspectRatio"; "interactive": "interactive"; "linkTarget": "linkTarget"; "swirlAriaLabel": "swirlAriaLabel"; }, {}, never, ["*"], false>;
|
|
192
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCard, "swirl-card", never, { "as": "as"; "borderRadius": "borderRadius"; "elevated": "elevated"; "height": "height"; "highlighted": "highlighted"; "href": "href"; "imageAspectRatio": "imageAspectRatio"; "interactive": "interactive"; "linkTarget": "linkTarget"; "swirlAriaLabel": "swirlAriaLabel"; }, {}, never, ["*"], false>;
|
|
193
193
|
}
|
|
194
194
|
export declare interface SwirlCarousel extends Components.SwirlCarousel {
|
|
195
195
|
}
|
|
@@ -207,7 +207,7 @@ export declare class SwirlCarouselSlide {
|
|
|
207
207
|
protected el: HTMLElement;
|
|
208
208
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
209
209
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlCarouselSlide, never>;
|
|
210
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCarouselSlide, "swirl-carousel-slide", never, { "label": "label"; }, {}, never, ["*"], false>;
|
|
210
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlCarouselSlide, "swirl-carousel-slide", never, { "label": "label"; "minHeight": "minHeight"; "width": "width"; }, {}, never, ["*"], false>;
|
|
211
211
|
}
|
|
212
212
|
export declare interface SwirlCheckbox extends Components.SwirlCheckbox {
|
|
213
213
|
/**
|
|
@@ -229,7 +229,7 @@ export declare class SwirlChip {
|
|
|
229
229
|
protected el: HTMLElement;
|
|
230
230
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
231
231
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlChip, never>;
|
|
232
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlChip, "swirl-chip", never, { "
|
|
232
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlChip, "swirl-chip", never, { "icon": "icon"; "intent": "intent"; "interactive": "interactive"; "label": "label"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
233
233
|
}
|
|
234
234
|
export declare interface SwirlColumns extends Components.SwirlColumns {
|
|
235
235
|
}
|
|
@@ -464,7 +464,7 @@ export declare class SwirlHeading {
|
|
|
464
464
|
protected el: HTMLElement;
|
|
465
465
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
466
466
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlHeading, never>;
|
|
467
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlHeading, "swirl-heading", never, { "align": "align"; "as": "as"; "balance": "balance"; "headingId": "headingId"; "level": "level"; "text": "text"; "truncate": "truncate"; }, {}, never, ["*"], false>;
|
|
467
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlHeading, "swirl-heading", never, { "align": "align"; "as": "as"; "balance": "balance"; "headingId": "headingId"; "level": "level"; "lines": "lines"; "text": "text"; "truncate": "truncate"; }, {}, never, ["*"], false>;
|
|
468
468
|
}
|
|
469
469
|
export declare interface SwirlIconAdd extends Components.SwirlIconAdd {
|
|
470
470
|
}
|
|
@@ -1784,7 +1784,7 @@ export declare class SwirlText {
|
|
|
1784
1784
|
protected el: HTMLElement;
|
|
1785
1785
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1786
1786
|
static ɵfac: i0.ɵɵFactoryDeclaration<SwirlText, never>;
|
|
1787
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlText, "swirl-text", never, { "align": "align"; "as": "as"; "balance": "balance"; "color": "color"; "fontStyle": "fontStyle"; "size": "size"; "truncate": "truncate"; "weight": "weight"; }, {}, never, ["*"], false>;
|
|
1787
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SwirlText, "swirl-text", never, { "align": "align"; "as": "as"; "balance": "balance"; "color": "color"; "fontStyle": "fontStyle"; "lines": "lines"; "size": "size"; "truncate": "truncate"; "weight": "weight"; }, {}, never, ["*"], false>;
|
|
1788
1788
|
}
|
|
1789
1789
|
export declare interface SwirlTextInput extends Components.SwirlTextInput {
|
|
1790
1790
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getflip/swirl-components-angular",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.29.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"build": "ng build"
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@angular/platform-browser": "^14.1.0",
|
|
15
15
|
"@angular/platform-browser-dynamic": "^14.1.0",
|
|
16
16
|
"@angular/router": "^14.1.0",
|
|
17
|
-
"@getflip/swirl-components": "^0.
|
|
17
|
+
"@getflip/swirl-components": "^0.30.0",
|
|
18
18
|
"rxjs": "~7.5.0",
|
|
19
19
|
"tslib": "^2.3.0",
|
|
20
20
|
"zone.js": "~0.11.4"
|
|
@@ -380,13 +380,13 @@ export declare interface SwirlCard extends Components.SwirlCard {}
|
|
|
380
380
|
|
|
381
381
|
@ProxyCmp({
|
|
382
382
|
defineCustomElementFn: undefined,
|
|
383
|
-
inputs: ['as', 'elevated', 'highlighted', 'href', 'imageAspectRatio', 'interactive', 'linkTarget', 'swirlAriaLabel']
|
|
383
|
+
inputs: ['as', 'borderRadius', 'elevated', 'height', 'highlighted', 'href', 'imageAspectRatio', 'interactive', 'linkTarget', 'swirlAriaLabel']
|
|
384
384
|
})
|
|
385
385
|
@Component({
|
|
386
386
|
selector: 'swirl-card',
|
|
387
387
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
388
388
|
template: '<ng-content></ng-content>',
|
|
389
|
-
inputs: ['as', 'elevated', 'highlighted', 'href', 'imageAspectRatio', 'interactive', 'linkTarget', 'swirlAriaLabel']
|
|
389
|
+
inputs: ['as', 'borderRadius', 'elevated', 'height', 'highlighted', 'href', 'imageAspectRatio', 'interactive', 'linkTarget', 'swirlAriaLabel']
|
|
390
390
|
})
|
|
391
391
|
export class SwirlCard {
|
|
392
392
|
protected el: HTMLElement;
|
|
@@ -422,13 +422,13 @@ export declare interface SwirlCarouselSlide extends Components.SwirlCarouselSlid
|
|
|
422
422
|
|
|
423
423
|
@ProxyCmp({
|
|
424
424
|
defineCustomElementFn: undefined,
|
|
425
|
-
inputs: ['label']
|
|
425
|
+
inputs: ['label', 'minHeight', 'width']
|
|
426
426
|
})
|
|
427
427
|
@Component({
|
|
428
428
|
selector: 'swirl-carousel-slide',
|
|
429
429
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
430
430
|
template: '<ng-content></ng-content>',
|
|
431
|
-
inputs: ['label']
|
|
431
|
+
inputs: ['label', 'minHeight', 'width']
|
|
432
432
|
})
|
|
433
433
|
export class SwirlCarouselSlide {
|
|
434
434
|
protected el: HTMLElement;
|
|
@@ -471,13 +471,13 @@ export declare interface SwirlChip extends Components.SwirlChip {}
|
|
|
471
471
|
|
|
472
472
|
@ProxyCmp({
|
|
473
473
|
defineCustomElementFn: undefined,
|
|
474
|
-
inputs: ['
|
|
474
|
+
inputs: ['icon', 'intent', 'interactive', 'label', 'variant']
|
|
475
475
|
})
|
|
476
476
|
@Component({
|
|
477
477
|
selector: 'swirl-chip',
|
|
478
478
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
479
479
|
template: '<ng-content></ng-content>',
|
|
480
|
-
inputs: ['
|
|
480
|
+
inputs: ['icon', 'intent', 'interactive', 'label', 'variant']
|
|
481
481
|
})
|
|
482
482
|
export class SwirlChip {
|
|
483
483
|
protected el: HTMLElement;
|
|
@@ -974,13 +974,13 @@ export declare interface SwirlHeading extends Components.SwirlHeading {}
|
|
|
974
974
|
|
|
975
975
|
@ProxyCmp({
|
|
976
976
|
defineCustomElementFn: undefined,
|
|
977
|
-
inputs: ['align', 'as', 'balance', 'headingId', 'level', 'text', 'truncate']
|
|
977
|
+
inputs: ['align', 'as', 'balance', 'headingId', 'level', 'lines', 'text', 'truncate']
|
|
978
978
|
})
|
|
979
979
|
@Component({
|
|
980
980
|
selector: 'swirl-heading',
|
|
981
981
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
982
982
|
template: '<ng-content></ng-content>',
|
|
983
|
-
inputs: ['align', 'as', 'balance', 'headingId', 'level', 'text', 'truncate']
|
|
983
|
+
inputs: ['align', 'as', 'balance', 'headingId', 'level', 'lines', 'text', 'truncate']
|
|
984
984
|
})
|
|
985
985
|
export class SwirlHeading {
|
|
986
986
|
protected el: HTMLElement;
|
|
@@ -3977,13 +3977,13 @@ export declare interface SwirlText extends Components.SwirlText {}
|
|
|
3977
3977
|
|
|
3978
3978
|
@ProxyCmp({
|
|
3979
3979
|
defineCustomElementFn: undefined,
|
|
3980
|
-
inputs: ['align', 'as', 'balance', 'color', 'fontStyle', 'size', 'truncate', 'weight']
|
|
3980
|
+
inputs: ['align', 'as', 'balance', 'color', 'fontStyle', 'lines', 'size', 'truncate', 'weight']
|
|
3981
3981
|
})
|
|
3982
3982
|
@Component({
|
|
3983
3983
|
selector: 'swirl-text',
|
|
3984
3984
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3985
3985
|
template: '<ng-content></ng-content>',
|
|
3986
|
-
inputs: ['align', 'as', 'balance', 'color', 'fontStyle', 'size', 'truncate', 'weight']
|
|
3986
|
+
inputs: ['align', 'as', 'balance', 'color', 'fontStyle', 'lines', 'size', 'truncate', 'weight']
|
|
3987
3987
|
})
|
|
3988
3988
|
export class SwirlText {
|
|
3989
3989
|
protected el: HTMLElement;
|