@skyux/core 8.0.3 → 8.2.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.
@@ -812,14 +812,14 @@ class SkyAffixDirective {
812
812
  }
813
813
  ngOnChanges(changes) {
814
814
  /* istanbul ignore else */
815
- if (changes.affixAutoFitContext ||
816
- changes.affixAutoFitOverflowOffset ||
817
- changes.affixEnableAutoFit ||
818
- changes.affixHorizontalAlignment ||
819
- changes.affixIsSticky ||
820
- changes.affixPlacement ||
821
- changes.affixPosition ||
822
- changes.affixVerticalAlignment) {
815
+ if (changes['affixAutoFitContext'] ||
816
+ changes['affixAutoFitOverflowOffset'] ||
817
+ changes['affixEnableAutoFit'] ||
818
+ changes['affixHorizontalAlignment'] ||
819
+ changes['affixIsSticky'] ||
820
+ changes['affixPlacement'] ||
821
+ changes['affixPosition'] ||
822
+ changes['affixVerticalAlignment']) {
823
823
  __classPrivateFieldGet(this, _SkyAffixDirective_instances, "m", _SkyAffixDirective_updateAlignment).call(this);
824
824
  }
825
825
  }