fix: Fix compilation errors under Closure's strict mode (#6073)

* fix: Fix errors under strict compilation.

* fix: Fix tests that referenced properties converted to data attributes.

* fix: Incorporate feedback on resolving compiler errors.

* refactor: Revert changes to skew and translate attributes.

* refactor: Introduce LegacyContextMenuOption type to correspond to documented fields.

* refactor: Introduce PathLeftShape and PathDownShape vs casting to PuzzleTab/Notch.

* chore: Added nullability modifiers to type annotations.

* refactor: Export FlyoutItem directly.

* chore: clang-format renderers/zelos/drawer.js.
This commit is contained in:
Aaron Dodson
2022-04-19 14:17:17 -07:00
committed by GitHub
parent b0612da6f3
commit edc2a5cd0c
58 changed files with 758 additions and 369 deletions

View File

@@ -151,4 +151,10 @@ IMetricsManager.prototype.getContentMetrics;
*/
IMetricsManager.prototype.getMetrics;
/**
* Returns common metrics used by UI elements.
* @return {!MetricsManager.UiMetrics} The UI metrics.
*/
IMetricsManager.prototype.getUiMetrics;
exports.IMetricsManager = IMetricsManager;