Searched refs:initialZoom (Results 1 – 5 of 5) sorted by relevance
145 const initialZoom = new TimeRange(timestamp15, timestamp16); constant146 component.initialZoom = initialZoom;148 expect(timelineData.getZoomRange()).toEqual(initialZoom);158 expect(timelineData.getZoomRange()).toEqual(initialZoom);159 expect(timelineData.getFullTimeRange()).not.toEqual(initialZoom);188 const initialZoom = new TimeRange(timestamp15, timestamp16); constant189 component.initialZoom = initialZoom;193 expect(zoomRange.from).toEqual(initialZoom.from);194 expect(zoomRange.to).toEqual(initialZoom.to);240 const initialZoom = new TimeRange(timestamp15, timestamp16); constant[all …]
171 const initialZoom = assertDefined(component.zoomRange); constant191 expect(finalZoom.from).not.toBe(initialZoom.from);192 expect(finalZoom.to).not.toBe(initialZoom.to);194 initialZoom.to.minus(initialZoom.from.getValueNs()).getValueNs(),201 const initialZoom = assertDefined(component.zoomRange); constant221 expect(finalZoom.from).not.toBe(initialZoom.from);222 expect(finalZoom.to).toBe(initialZoom.to);228 const initialZoom = assertDefined(component.zoomRange); constant248 expect(finalZoom.from).toBe(initialZoom.from);249 expect(finalZoom.to).not.toBe(initialZoom.to);[all …]
127 @Input() initialZoom: TimeRange | undefined; property in MiniTimelineComponent216 if (this.initialZoom !== undefined) {217 this.onZoomChanged(this.initialZoom);331 this.initialZoom ?? assertDefined(this.timelineData).getFullTimeRange(),
516 initialZoom: TimeRange | undefined = undefined; property in TimelineComponent595 this.initialZoom = new TimeRange(
737 expect(timelineComponent.initialZoom).toEqual(