@getflip/swirl-components-angular 0.214.1 → 0.215.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 +20 -0
- package/dist/component-library/esm2022/lib/stencil-generated/components.mjs +6 -5
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs +5 -4
- package/dist/component-library/fesm2022/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/lib/stencil-generated/components.d.ts +1 -1
- package/package.json +2 -2
- package/projects/component-library/src/lib/stencil-generated/components.ts +4 -3
|
@@ -6858,7 +6858,8 @@ let SwirlSwitch = class SwirlSwitch {
|
|
|
6858
6858
|
};
|
|
6859
6859
|
SwirlSwitch = __decorate([
|
|
6860
6860
|
ProxyCmp({
|
|
6861
|
-
inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'labelPosition', 'value']
|
|
6861
|
+
inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'labelPosition', 'value'],
|
|
6862
|
+
methods: ['toggle']
|
|
6862
6863
|
})
|
|
6863
6864
|
], SwirlSwitch);
|
|
6864
6865
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlSwitch, decorators: [{
|
|
@@ -8651,11 +8652,11 @@ let SwirlTag = class SwirlTag {
|
|
|
8651
8652
|
proxyOutputs(this, this.el, ['remove']);
|
|
8652
8653
|
}
|
|
8653
8654
|
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 });
|
|
8654
|
-
static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: SwirlTag, selector: "swirl-tag", inputs: { bordered: "bordered", intent: "intent", label: "label", removable: "removable", removalButtonLabel: "removalButtonLabel", size: "size" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
8655
|
+
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 });
|
|
8655
8656
|
};
|
|
8656
8657
|
SwirlTag = __decorate([
|
|
8657
8658
|
ProxyCmp({
|
|
8658
|
-
inputs: ['bordered', 'intent', 'label', 'removable', 'removalButtonLabel', 'size']
|
|
8659
|
+
inputs: ['bordered', 'icon', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant']
|
|
8659
8660
|
})
|
|
8660
8661
|
], SwirlTag);
|
|
8661
8662
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: SwirlTag, decorators: [{
|
|
@@ -8665,7 +8666,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
8665
8666
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
8666
8667
|
template: '<ng-content></ng-content>',
|
|
8667
8668
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
8668
|
-
inputs: ['bordered', 'intent', 'label', 'removable', 'removalButtonLabel', 'size'],
|
|
8669
|
+
inputs: ['bordered', 'icon', 'intent', 'label', 'removable', 'removalButtonLabel', 'size', 'variant'],
|
|
8669
8670
|
}]
|
|
8670
8671
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
8671
8672
|
let SwirlText = class SwirlText {
|