chore: remove all usage of deprecated Time API methods (#7688)

* chore: remove all usage of deprecated Time API methods

* test: update unit test

* docs: Fix spacing and add clarity to TimeConductorBounds definition.

* test: add unit test coverage for new time api methods
This commit is contained in:
Jesse Mazzella
2024-04-16 14:12:09 -07:00
committed by GitHub
parent e91aba2e37
commit 6c5b925454
40 changed files with 460 additions and 249 deletions

View File

@ -141,7 +141,6 @@ export default {
data() {
const bounds = this.openmct.time.getBounds();
const timeSystem = this.openmct.time.getTimeSystem();
// const isFixed = this.openmct.time.isFixed();
return {
timeSystem,