@getflip/swirl-components-angular 0.54.0 → 0.56.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 +37 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +13 -13
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +12 -12
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +12 -12
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +4 -4
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +8 -8
|
@@ -947,11 +947,11 @@ let SwirlFormControl = class SwirlFormControl {
|
|
|
947
947
|
}
|
|
948
948
|
};
|
|
949
949
|
SwirlFormControl.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlFormControl, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
950
|
-
SwirlFormControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlFormControl, selector: "swirl-form-control", inputs: { description: "description", disabled: "disabled", errorMessage: "errorMessage", inline: "inline", invalid: "invalid", label: "label", labelPosition: "labelPosition" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
950
|
+
SwirlFormControl.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlFormControl, selector: "swirl-form-control", inputs: { description: "description", disabled: "disabled", errorMessage: "errorMessage", hideLabel: "hideLabel", inline: "inline", invalid: "invalid", label: "label", labelPosition: "labelPosition" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
951
951
|
SwirlFormControl = __decorate([
|
|
952
952
|
ProxyCmp({
|
|
953
953
|
defineCustomElementFn: undefined,
|
|
954
|
-
inputs: ['description', 'disabled', 'errorMessage', 'inline', 'invalid', 'label', 'labelPosition']
|
|
954
|
+
inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition']
|
|
955
955
|
})
|
|
956
956
|
], SwirlFormControl);
|
|
957
957
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlFormControl, decorators: [{
|
|
@@ -960,7 +960,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
960
960
|
selector: 'swirl-form-control',
|
|
961
961
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
962
962
|
template: '<ng-content></ng-content>',
|
|
963
|
-
inputs: ['description', 'disabled', 'errorMessage', 'inline', 'invalid', 'label', 'labelPosition']
|
|
963
|
+
inputs: ['description', 'disabled', 'errorMessage', 'hideLabel', 'inline', 'invalid', 'label', 'labelPosition']
|
|
964
964
|
}]
|
|
965
965
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
966
966
|
let SwirlFormGroup = class SwirlFormGroup {
|
|
@@ -3828,11 +3828,11 @@ let SwirlLink = class SwirlLink {
|
|
|
3828
3828
|
}
|
|
3829
3829
|
};
|
|
3830
3830
|
SwirlLink.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlLink, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
3831
|
-
SwirlLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlLink, selector: "swirl-link", inputs: { href: "href", label: "label", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3831
|
+
SwirlLink.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlLink, selector: "swirl-link", inputs: { color: "color", href: "href", label: "label", target: "target" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
3832
3832
|
SwirlLink = __decorate([
|
|
3833
3833
|
ProxyCmp({
|
|
3834
3834
|
defineCustomElementFn: undefined,
|
|
3835
|
-
inputs: ['href', 'label', 'target']
|
|
3835
|
+
inputs: ['color', 'href', 'label', 'target']
|
|
3836
3836
|
})
|
|
3837
3837
|
], SwirlLink);
|
|
3838
3838
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlLink, decorators: [{
|
|
@@ -3841,7 +3841,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
3841
3841
|
selector: 'swirl-link',
|
|
3842
3842
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
3843
3843
|
template: '<ng-content></ng-content>',
|
|
3844
|
-
inputs: ['href', 'label', 'target']
|
|
3844
|
+
inputs: ['color', 'href', 'label', 'target']
|
|
3845
3845
|
}]
|
|
3846
3846
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
3847
3847
|
let SwirlList = class SwirlList {
|
|
@@ -4224,11 +4224,11 @@ let SwirlSelect = class SwirlSelect {
|
|
|
4224
4224
|
}
|
|
4225
4225
|
};
|
|
4226
4226
|
SwirlSelect.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSelect, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4227
|
-
SwirlSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSelect, selector: "swirl-select", inputs: { disabled: "disabled", inline: "inline", invalid: "invalid", label: "label", multiSelect: "multiSelect", required: "required", swirlAriaDescribedby: "swirlAriaDescribedby", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4227
|
+
SwirlSelect.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSelect, selector: "swirl-select", inputs: { disabled: "disabled", inline: "inline", invalid: "invalid", label: "label", multiSelect: "multiSelect", required: "required", selectId: "selectId", swirlAriaDescribedby: "swirlAriaDescribedby", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4228
4228
|
SwirlSelect = __decorate([
|
|
4229
4229
|
ProxyCmp({
|
|
4230
4230
|
defineCustomElementFn: undefined,
|
|
4231
|
-
inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'swirlAriaDescribedby', 'value']
|
|
4231
|
+
inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'selectId', 'swirlAriaDescribedby', 'value']
|
|
4232
4232
|
})
|
|
4233
4233
|
], SwirlSelect);
|
|
4234
4234
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSelect, decorators: [{
|
|
@@ -4237,7 +4237,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4237
4237
|
selector: 'swirl-select',
|
|
4238
4238
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4239
4239
|
template: '<ng-content></ng-content>',
|
|
4240
|
-
inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'swirlAriaDescribedby', 'value']
|
|
4240
|
+
inputs: ['disabled', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'selectId', 'swirlAriaDescribedby', 'value']
|
|
4241
4241
|
}]
|
|
4242
4242
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4243
4243
|
let SwirlSeparator = class SwirlSeparator {
|
|
@@ -4248,11 +4248,11 @@ let SwirlSeparator = class SwirlSeparator {
|
|
|
4248
4248
|
}
|
|
4249
4249
|
};
|
|
4250
4250
|
SwirlSeparator.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSeparator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
4251
|
-
SwirlSeparator.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSeparator, selector: "swirl-separator", inputs: { spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4251
|
+
SwirlSeparator.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSeparator, selector: "swirl-separator", inputs: { orientation: "orientation", spacing: "spacing" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
4252
4252
|
SwirlSeparator = __decorate([
|
|
4253
4253
|
ProxyCmp({
|
|
4254
4254
|
defineCustomElementFn: undefined,
|
|
4255
|
-
inputs: ['spacing']
|
|
4255
|
+
inputs: ['orientation', 'spacing']
|
|
4256
4256
|
})
|
|
4257
4257
|
], SwirlSeparator);
|
|
4258
4258
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSeparator, decorators: [{
|
|
@@ -4261,7 +4261,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
4261
4261
|
selector: 'swirl-separator',
|
|
4262
4262
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4263
4263
|
template: '<ng-content></ng-content>',
|
|
4264
|
-
inputs: ['spacing']
|
|
4264
|
+
inputs: ['orientation', 'spacing']
|
|
4265
4265
|
}]
|
|
4266
4266
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
4267
4267
|
let SwirlShellLayout = class SwirlShellLayout {
|