@getflip/swirl-components-angular 0.274.1 → 0.276.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 +36 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +7 -7
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +6 -6
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +2 -2
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +4 -4
|
@@ -466,11 +466,11 @@ let SwirlButton = class SwirlButton {
|
|
|
466
466
|
this.el = r.nativeElement;
|
|
467
467
|
}
|
|
468
468
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
469
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlButton, selector: "swirl-button", inputs: { disabled: "disabled", download: "download", form: "form", hideLabel: "hideLabel", href: "href", icon: "icon", iconPosition: "iconPosition", intent: "intent", label: "label", name: "name", pill: "pill", pressed: "pressed", size: "size", swirlAriaControls: "swirlAriaControls", swirlAriaCurrent: "swirlAriaCurrent", swirlAriaDescribedby: "swirlAriaDescribedby", swirlAriaExpanded: "swirlAriaExpanded", swirlAriaHaspopup: "swirlAriaHaspopup", swirlAriaLabel: "swirlAriaLabel", target: "target", textAlign: "textAlign", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
469
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlButton, selector: "swirl-button", inputs: { disabled: "disabled", download: "download", form: "form", hideLabel: "hideLabel", href: "href", icon: "icon", iconPosition: "iconPosition", inheritFontSize: "inheritFontSize", intent: "intent", label: "label", name: "name", pill: "pill", pressed: "pressed", size: "size", swirlAriaControls: "swirlAriaControls", swirlAriaCurrent: "swirlAriaCurrent", swirlAriaDescribedby: "swirlAriaDescribedby", swirlAriaExpanded: "swirlAriaExpanded", swirlAriaHaspopup: "swirlAriaHaspopup", swirlAriaLabel: "swirlAriaLabel", target: "target", textAlign: "textAlign", type: "type", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
470
470
|
};
|
|
471
471
|
SwirlButton = __decorate([
|
|
472
472
|
ProxyCmp({
|
|
473
|
-
inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant']
|
|
473
|
+
inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'inheritFontSize', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant']
|
|
474
474
|
})
|
|
475
475
|
], SwirlButton);
|
|
476
476
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlButton, decorators: [{
|
|
@@ -480,7 +480,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
480
480
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
481
481
|
template: '<ng-content></ng-content>',
|
|
482
482
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
483
|
-
inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant'],
|
|
483
|
+
inputs: ['disabled', 'download', 'form', 'hideLabel', 'href', 'icon', 'iconPosition', 'inheritFontSize', 'intent', 'label', 'name', 'pill', 'pressed', 'size', 'swirlAriaControls', 'swirlAriaCurrent', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlAriaHaspopup', 'swirlAriaLabel', 'target', 'textAlign', 'type', 'value', 'variant'],
|
|
484
484
|
}]
|
|
485
485
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
486
486
|
let SwirlButtonGroup = class SwirlButtonGroup {
|
|
@@ -492,11 +492,11 @@ let SwirlButtonGroup = class SwirlButtonGroup {
|
|
|
492
492
|
this.el = r.nativeElement;
|
|
493
493
|
}
|
|
494
494
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlButtonGroup, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
495
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlButtonGroup, selector: "swirl-button-group", inputs: { orientation: "orientation", segmented: "segmented", stretch: "stretch", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
495
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlButtonGroup, selector: "swirl-button-group", inputs: { orientation: "orientation", segmented: "segmented", spacing: "spacing", stretch: "stretch", wrap: "wrap" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
496
496
|
};
|
|
497
497
|
SwirlButtonGroup = __decorate([
|
|
498
498
|
ProxyCmp({
|
|
499
|
-
inputs: ['orientation', 'segmented', 'stretch', 'wrap']
|
|
499
|
+
inputs: ['orientation', 'segmented', 'spacing', 'stretch', 'wrap']
|
|
500
500
|
})
|
|
501
501
|
], SwirlButtonGroup);
|
|
502
502
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlButtonGroup, decorators: [{
|
|
@@ -506,7 +506,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
506
506
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
507
507
|
template: '<ng-content></ng-content>',
|
|
508
508
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
509
|
-
inputs: ['orientation', 'segmented', 'stretch', 'wrap'],
|
|
509
|
+
inputs: ['orientation', 'segmented', 'spacing', 'stretch', 'wrap'],
|
|
510
510
|
}]
|
|
511
511
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
512
512
|
let SwirlCard = class SwirlCard {
|