Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@microsoft/msfs-epic2-pfd

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/msfs-epic2-pfd - npm Package Compare versions

Comparing version
2.0.8
to
2.1.2
+28
Components/GpwsAlerts/GpwsAlerts.d.ts
import { ComponentProps, DisplayComponent, EventBus, VNode } from '@microsoft/msfs-sdk';
import './GpwsAlerts.css';
/** GPWS Alert props. */
export interface GpwsAlertProps extends ComponentProps {
/** The instrument event bus. */
bus: EventBus;
}
/**
* A component responsible for displaying GPWS GND PROX alerts
*/
export declare class GpwsGroundProxAlert extends DisplayComponent<GpwsAlertProps> {
private readonly alertInactive;
/** @inheritdoc */
onAfterRender(): void;
/** @inheritdoc */
render(): VNode | null;
}
/**
* A component responsible for displaying GPWS PULL UP alerts
*/
export declare class GpwsPullUpAlert extends DisplayComponent<GpwsAlertProps> {
private readonly alertInactive;
/** @inheritdoc */
onAfterRender(): void;
/** @inheritdoc */
render(): VNode | null;
}
//# sourceMappingURL=GpwsAlerts.d.ts.map
{"version":3,"file":"GpwsAlerts.d.ts","sourceRoot":"","sources":["../../../Components/GpwsAlerts/GpwsAlerts.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,QAAQ,EAAwB,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAI9G,OAAO,kBAAkB,CAAC;AAE1B,wBAAwB;AACxB,MAAM,WAAW,cAAe,SAAQ,cAAc;IACpD,gCAAgC;IAChC,GAAG,EAAE,QAAQ,CAAC;CACf;AAED;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,gBAAgB,CAAC,cAAc,CAAC;IACvE,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAwB;IAEtD,kBAAkB;IACX,aAAa,IAAI,IAAI;IAI5B,kBAAkB;IACX,MAAM,IAAI,KAAK,GAAG,IAAI;CAK9B;AAED;;GAEG;AACH,qBAAa,eAAgB,SAAQ,gBAAgB,CAAC,cAAc,CAAC;IACnE,OAAO,CAAC,QAAQ,CAAC,aAAa,CAAwB;IAEtD,kBAAkB;IACX,aAAa,IAAI,IAAI;IAI5B,kBAAkB;IACX,MAAM,IAAI,KAAK,GAAG,IAAI;CAK9B"}
export * from './GpwsAlerts';
//# sourceMappingURL=index.d.ts.map
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../Components/GpwsAlerts/index.ts"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC"}
+1
-0

@@ -9,2 +9,3 @@ export * from './HorizonSectionContainer';

export * from './Fma';
export * from './GpwsAlerts';
export * from './Horizon';

@@ -11,0 +12,0 @@ export * from './HSI';

@@ -9,2 +9,4 @@ /// <reference types="@microsoft/msfs-types/pages/vcockpit/instruments/shared/baseinstrument" />

private readonly soundServer?;
private readonly gpws?;
private readonly gpwsAlertController?;
private readonly tcas;

@@ -11,0 +13,0 @@ private readonly tcasAdvisoryDataProvider;

+1
-1
{
"name": "@microsoft/msfs-epic2-pfd",
"version": "2.0.8",
"version": "2.1.2",
"description": "Working Title Epic 2 PFD",

@@ -5,0 +5,0 @@ "typings": "index.d.ts",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display