@skyux/layout 7.0.0-beta.7 → 7.0.0-beta.9
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/documentation.json +12 -3
- package/esm2020/lib/modules/back-to-top/back-to-top.directive.mjs +2 -2
- package/fesm2015/skyux-layout.mjs +1 -1
- package/fesm2015/skyux-layout.mjs.map +1 -1
- package/fesm2020/skyux-layout.mjs +1 -1
- package/fesm2020/skyux-layout.mjs.map +1 -1
- package/lib/modules/back-to-top/back-to-top.directive.d.ts +1 -1
- package/package.json +9 -9
|
@@ -553,7 +553,7 @@ class SkyBackToTopDirective {
|
|
|
553
553
|
* Specifies configuration options for the back to top component.
|
|
554
554
|
*/
|
|
555
555
|
set skyBackToTop(value) {
|
|
556
|
-
__classPrivateFieldSet(this, _SkyBackToTopDirective_buttonHidden, !!value?.buttonHidden, "f");
|
|
556
|
+
__classPrivateFieldSet(this, _SkyBackToTopDirective_buttonHidden, !!(value && value?.buttonHidden), "f");
|
|
557
557
|
__classPrivateFieldGet(this, _SkyBackToTopDirective_instances, "m", _SkyBackToTopDirective_handleBackToTopButton).call(this, __classPrivateFieldGet(this, _SkyBackToTopDirective_elementInView, "f"));
|
|
558
558
|
}
|
|
559
559
|
/**
|