@wizishop/angular-components 15.1.53 → 15.1.54
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/angular-components.scss +30 -30
- package/esm2020/lib/components/tabs/tabs.component.mjs +1 -4
- package/fesm2015/wizishop-angular-components.mjs +0 -3
- package/fesm2015/wizishop-angular-components.mjs.map +1 -1
- package/fesm2020/wizishop-angular-components.mjs +0 -3
- package/fesm2020/wizishop-angular-components.mjs.map +1 -1
- package/lib/components/tabs/tabs.component.d.ts +2 -3
- package/package.json +1 -1
- package/wizishop-angular-components-15.1.54.tgz +0 -0
- package/wizishop-angular-components-15.1.53.tgz +0 -0
|
@@ -2020,9 +2020,6 @@ class TabsComponent {
|
|
|
2020
2020
|
this.onTouched = () => { };
|
|
2021
2021
|
this.onChange = (selectedIndex) => { };
|
|
2022
2022
|
}
|
|
2023
|
-
ngOnInit() {
|
|
2024
|
-
this.setIndex(null, this._selectedIndex);
|
|
2025
|
-
}
|
|
2026
2023
|
writeValue(selectedIndex) {
|
|
2027
2024
|
this.setIndex(null, selectedIndex);
|
|
2028
2025
|
}
|