@getflip/swirl-components-angular 0.120.4 → 0.121.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 +25 -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
|
@@ -6924,11 +6924,11 @@ let SwirlTab = class SwirlTab {
|
|
|
6924
6924
|
}
|
|
6925
6925
|
};
|
|
6926
6926
|
SwirlTab.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlTab, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
6927
|
-
SwirlTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlTab, selector: "swirl-tab", inputs: { active: "active", icon: "icon", label: "label", tabId: "tabId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6927
|
+
SwirlTab.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "14.1.2", type: SwirlTab, selector: "swirl-tab", inputs: { active: "active", icon: "icon", label: "label", padding: "padding", tabId: "tabId" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
6928
6928
|
SwirlTab = __decorate([
|
|
6929
6929
|
ProxyCmp({
|
|
6930
6930
|
defineCustomElementFn: undefined,
|
|
6931
|
-
inputs: ['active', 'icon', 'label', 'tabId']
|
|
6931
|
+
inputs: ['active', 'icon', 'label', 'padding', 'tabId']
|
|
6932
6932
|
})
|
|
6933
6933
|
], SwirlTab);
|
|
6934
6934
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImport: i0, type: SwirlTab, decorators: [{
|
|
@@ -6937,7 +6937,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "14.1.2", ngImpor
|
|
|
6937
6937
|
selector: 'swirl-tab',
|
|
6938
6938
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
6939
6939
|
template: '<ng-content></ng-content>',
|
|
6940
|
-
inputs: ['active', 'icon', 'label', 'tabId']
|
|
6940
|
+
inputs: ['active', 'icon', 'label', 'padding', 'tabId']
|
|
6941
6941
|
}]
|
|
6942
6942
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
6943
6943
|
let SwirlTabBar = class SwirlTabBar {
|