@getflip/swirl-components-angular 0.109.0 → 0.110.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 +26 -0
- package/dist/component-library/esm2020/lib/stencil-generated/components.mjs +4 -4
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2015/getflip-swirl-components-angular.mjs.map +1 -1
- package/dist/component-library/fesm2020/getflip-swirl-components-angular.mjs +3 -3
- package/dist/component-library/fesm2020/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 +2 -2
|
@@ -5434,11 +5434,11 @@ let SwirlSwitch = class SwirlSwitch {
|
|
|
5434
5434
|
}
|
|
5435
5435
|
};
|
|
5436
5436
|
SwirlSwitch.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
5437
|
-
SwirlSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSwitch, selector: "swirl-switch", inputs: { checked: "checked", disabled: "disabled", inputId: "inputId", inputName: "inputName", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5437
|
+
SwirlSwitch.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlSwitch, selector: "swirl-switch", inputs: { checked: "checked", disabled: "disabled", hideLabel: "hideLabel", inputId: "inputId", inputName: "inputName", label: "label", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
5438
5438
|
SwirlSwitch = __decorate([
|
|
5439
5439
|
ProxyCmp({
|
|
5440
5440
|
defineCustomElementFn: undefined,
|
|
5441
|
-
inputs: ['checked', 'disabled', 'inputId', 'inputName', 'label', 'value']
|
|
5441
|
+
inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'value']
|
|
5442
5442
|
})
|
|
5443
5443
|
], SwirlSwitch);
|
|
5444
5444
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlSwitch, decorators: [{
|
|
@@ -5447,7 +5447,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
5447
5447
|
selector: 'swirl-switch',
|
|
5448
5448
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
5449
5449
|
template: '<ng-content></ng-content>',
|
|
5450
|
-
inputs: ['checked', 'disabled', 'inputId', 'inputName', 'label', 'value']
|
|
5450
|
+
inputs: ['checked', 'disabled', 'hideLabel', 'inputId', 'inputName', 'label', 'value']
|
|
5451
5451
|
}]
|
|
5452
5452
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
5453
5453
|
let SwirlSymbol = class SwirlSymbol {
|