@getflip/swirl-components-angular 0.254.0 → 0.255.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 +33 -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
|
@@ -1321,11 +1321,11 @@ let SwirlFormControl = class SwirlFormControl {
|
|
|
1321
1321
|
this.el = r.nativeElement;
|
|
1322
1322
|
}
|
|
1323
1323
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlFormControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1324
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlFormControl, selector: "swirl-form-control", inputs: { description: "description", disabled: "disabled", errorMessage: "errorMessage", fontSize: "fontSize", hideLabel: "hideLabel", inline: "inline", invalid: "invalid", label: "label", labelPosition: "labelPosition", tooltip: "tooltip" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1324
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlFormControl, selector: "swirl-form-control", inputs: { description: "description", disabled: "disabled", errorMessage: "errorMessage", fontSize: "fontSize", hideLabel: "hideLabel", inline: "inline", invalid: "invalid", label: "label", labelPosition: "labelPosition", secondaryLabel: "secondaryLabel", tooltip: "tooltip" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1325
1325
|
};
|
|
1326
1326
|
SwirlFormControl = __decorate([
|
|
1327
1327
|
ProxyCmp({
|
|
1328
|
-
inputs: ['description', 'disabled', 'errorMessage', 'fontSize', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'tooltip']
|
|
1328
|
+
inputs: ['description', 'disabled', 'errorMessage', 'fontSize', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'secondaryLabel', 'tooltip']
|
|
1329
1329
|
})
|
|
1330
1330
|
], SwirlFormControl);
|
|
1331
1331
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlFormControl, decorators: [{
|
|
@@ -1335,7 +1335,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1335
1335
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1336
1336
|
template: '<ng-content></ng-content>',
|
|
1337
1337
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1338
|
-
inputs: ['description', 'disabled', 'errorMessage', 'fontSize', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'tooltip'],
|
|
1338
|
+
inputs: ['description', 'disabled', 'errorMessage', 'fontSize', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition', 'secondaryLabel', 'tooltip'],
|
|
1339
1339
|
}]
|
|
1340
1340
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1341
1341
|
let SwirlFormGroup = class SwirlFormGroup {
|
|
@@ -8967,11 +8967,11 @@ let SwirlTag = class SwirlTag {
|
|
|
8967
8967
|
proxyOutputs(this, this.el, ['remove']);
|
|
8968
8968
|
}
|
|
8969
8969
|
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlTag, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
8970
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTag, selector: "swirl-tag", inputs: { bordered: "bordered", icon: "icon", intent: "intent", label: "label", removable: "removable", removalButtonLabel: "removalButtonLabel", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8970
|
+
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTag, selector: "swirl-tag", inputs: { bordered: "bordered", icon: "icon", iconPosition: "iconPosition", intent: "intent", label: "label", removable: "removable", removalButtonLabel: "removalButtonLabel", size: "size", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8971
8971
|
};
|
|
8972
8972
|
SwirlTag = __decorate([
|
|
8973
8973
|
ProxyCmp({
|
|
8974
|
-
inputs: ['bordered', 'icon', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant']
|
|
8974
|
+
inputs: ['bordered', 'icon', 'iconPosition', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant']
|
|
8975
8975
|
})
|
|
8976
8976
|
], SwirlTag);
|
|
8977
8977
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlTag, decorators: [{
|
|
@@ -8981,7 +8981,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
8981
8981
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8982
8982
|
template: '<ng-content></ng-content>',
|
|
8983
8983
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8984
|
-
inputs: ['bordered', 'icon', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant'],
|
|
8984
|
+
inputs: ['bordered', 'icon', 'iconPosition', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant'],
|
|
8985
8985
|
}]
|
|
8986
8986
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
8987
8987
|
let SwirlText = class SwirlText {
|