@oicl/openbridge-webcomponents-react 2.0.0-next.92 → 2.0.0-next.94

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.
@@ -1,15 +1,12 @@
1
1
  import { EventName } from '@lit/react';
2
2
  import { ObcReadout as ObcReadoutElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout/readout.js';
3
- import { ReadoutSourceType } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout/readout-source.js';
4
- export type { ReadoutSourceType } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout/readout-source.js';
5
3
  export declare const ObcReadout: import("@lit/react").ReactWebComponent<ObcReadoutElement, {
6
- onSourceFlyoutClick: EventName<CustomEvent<{
7
- src: string;
8
- sourceType?: ReadoutSourceType;
9
- }>>;
10
4
  onSourceChange: EventName<CustomEvent<{
11
5
  value: string;
12
6
  label?: string;
13
7
  }>>;
8
+ onSourceFlyoutClick: EventName<CustomEvent<{
9
+ src: string;
10
+ }>>;
14
11
  }>;
15
12
  //# sourceMappingURL=readout.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"readout.d.ts","sourceRoot":"","sources":["../../src/navigation-instruments/readout/readout.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,UAAU,IAAI,iBAAiB,EAAC,MAAM,+EAA+E,CAAC;AAC9H,OAAO,EAAC,iBAAiB,EAAC,MAAM,sFAAsF,CAAC;AACvH,YAAY,EAAC,iBAAiB,EAAC,MAAM,sFAAsF,CAAC;AAI5H,eAAO,MAAM,UAAU;yBAM2B,SAAS,CAAC,WAAW,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,UAAU,CAAC,EAAE,iBAAiB,CAAA;KAAC,CAAC,CAAC;oBAChF,SAAS,CAAC,WAAW,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC;EAE3F,CAAC"}
1
+ {"version":3,"file":"readout.d.ts","sourceRoot":"","sources":["../../src/navigation-instruments/readout/readout.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,UAAU,IAAI,iBAAiB,EAAC,MAAM,+EAA+E,CAAC;AAM9H,eAAO,MAAM,UAAU;oBAMgB,SAAS,CAAC,WAAW,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC;yBAC5C,SAAS,CAAC,WAAW,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAC,CAAC,CAAC;EAEpF,CAAC"}
@@ -6,8 +6,8 @@ export const ObcReadout = createComponent({
6
6
  tagName: 'obc-readout',
7
7
  elementClass: ObcReadoutElement,
8
8
  events: {
9
- onSourceFlyoutClick: 'source-flyout-click',
10
9
  onSourceChange: 'source-change',
10
+ onSourceFlyoutClick: 'source-flyout-click',
11
11
  }
12
12
  });
13
13
  //# sourceMappingURL=readout.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"readout.js","sourceRoot":"","sources":["../../src/navigation-instruments/readout/readout.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,UAAU,IAAI,iBAAiB,EAAC,MAAM,+EAA+E,CAAC;AAM9H,MAAM,CAAC,MAAM,UAAU,GAAG,eAAe,CAAC;IACxC,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,aAAa;IACtB,YAAY,EAAE,iBAAiB;IAC/B,MAAM,EAAE;QAEN,mBAAmB,EAAE,qBAA8F;QACnH,cAAc,EAAE,eAA0E;KAC3F;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent, EventName} from '@lit/react';\n \n import {ObcReadout as ObcReadoutElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout/readout.js';\n import {ReadoutSourceType} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout/readout-source.js';\n export type {ReadoutSourceType} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout/readout-source.js';\n \n\n \n export const ObcReadout = createComponent({\n react: React,\n tagName: 'obc-readout',\n elementClass: ObcReadoutElement,\n events: {\n \n onSourceFlyoutClick: 'source-flyout-click' as EventName<CustomEvent<{src: string, sourceType?: ReadoutSourceType}>>,\n onSourceChange: 'source-change' as EventName<CustomEvent<{value: string, label?: string}>>,\n }\n });\n \n "]}
1
+ {"version":3,"file":"readout.js","sourceRoot":"","sources":["../../src/navigation-instruments/readout/readout.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,UAAU,IAAI,iBAAiB,EAAC,MAAM,+EAA+E,CAAC;AAM9H,MAAM,CAAC,MAAM,UAAU,GAAG,eAAe,CAAC;IACxC,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,aAAa;IACtB,YAAY,EAAE,iBAAiB;IAC/B,MAAM,EAAE;QAEN,cAAc,EAAE,eAA0E;QAC1F,mBAAmB,EAAE,qBAA8D;KACpF;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent, EventName} from '@lit/react';\n \n import {ObcReadout as ObcReadoutElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout/readout.js';\n \n \n \n\n \n export const ObcReadout = createComponent({\n react: React,\n tagName: 'obc-readout',\n elementClass: ObcReadoutElement,\n events: {\n \n onSourceChange: 'source-change' as EventName<CustomEvent<{value: string, label?: string}>>,\n onSourceFlyoutClick: 'source-flyout-click' as EventName<CustomEvent<{src: string}>>,\n }\n });\n \n "]}
package/package.json CHANGED
@@ -5,9 +5,9 @@
5
5
  "build": "tsc",
6
6
  "build:watch": "tsc --watch"
7
7
  },
8
- "version": "2.0.0-next.92",
8
+ "version": "2.0.0-next.94",
9
9
  "dependencies": {
10
- "@oicl/openbridge-webcomponents": "^2.0.0-next.91",
10
+ "@oicl/openbridge-webcomponents": "^2.0.0-next.93",
11
11
  "@lit/react": "^1.0.0"
12
12
  },
13
13
  "peerDependencies": {
@@ -2328,10 +2328,8 @@
2328
2328
  "navigation-instruments/propulsion-tunnel-thruster/propulsion-tunnel-thruster.{js,js.map,d.ts,d.ts.map}",
2329
2329
  "navigation-instruments/rate-of-turn/rate-of-turn.{js,js.map,d.ts,d.ts.map}",
2330
2330
  "navigation-instruments/readout/readout.{js,js.map,d.ts,d.ts.map}",
2331
- "navigation-instruments/readout-advice/readout-advice.{js,js.map,d.ts,d.ts.map}",
2332
2331
  "navigation-instruments/readout-list/readout-list.{js,js.map,d.ts,d.ts.map}",
2333
2332
  "navigation-instruments/readout-list-item/readout-list-item.{js,js.map,d.ts,d.ts.map}",
2334
- "navigation-instruments/readout-setpoint/readout-setpoint.{js,js.map,d.ts,d.ts.map}",
2335
2333
  "navigation-instruments/roll/roll.{js,js.map,d.ts,d.ts.map}",
2336
2334
  "navigation-instruments/roll-indicator/roll-indicator.{js,js.map,d.ts,d.ts.map}",
2337
2335
  "navigation-instruments/rot-indicator/rot-indicator.{js,js.map,d.ts,d.ts.map}",
@@ -1,3 +0,0 @@
1
- import { ObcReadoutAdvice as ObcReadoutAdviceElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout-advice/readout-advice.js';
2
- export declare const ObcReadoutAdvice: import("@lit/react").ReactWebComponent<ObcReadoutAdviceElement, {}>;
3
- //# sourceMappingURL=readout-advice.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"readout-advice.d.ts","sourceRoot":"","sources":["../../src/navigation-instruments/readout-advice/readout-advice.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,gBAAgB,IAAI,uBAAuB,EAAC,MAAM,6FAA6F,CAAC;AAMxJ,eAAO,MAAM,gBAAgB,qEAO1B,CAAC"}
@@ -1,10 +0,0 @@
1
- import * as React from 'react';
2
- import { createComponent } from '@lit/react';
3
- import { ObcReadoutAdvice as ObcReadoutAdviceElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout-advice/readout-advice.js';
4
- export const ObcReadoutAdvice = createComponent({
5
- react: React,
6
- tagName: 'obc-readout-advice',
7
- elementClass: ObcReadoutAdviceElement,
8
- events: {}
9
- });
10
- //# sourceMappingURL=readout-advice.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"readout-advice.js","sourceRoot":"","sources":["../../src/navigation-instruments/readout-advice/readout-advice.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,gBAAgB,IAAI,uBAAuB,EAAC,MAAM,6FAA6F,CAAC;AAMxJ,MAAM,CAAC,MAAM,gBAAgB,GAAG,eAAe,CAAC;IAC9C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,oBAAoB;IAC7B,YAAY,EAAE,uBAAuB;IACrC,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObcReadoutAdvice as ObcReadoutAdviceElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout-advice/readout-advice.js';\n \n \n \n\n \n export const ObcReadoutAdvice = createComponent({\n react: React,\n tagName: 'obc-readout-advice',\n elementClass: ObcReadoutAdviceElement,\n events: {\n \n }\n });\n \n "]}
@@ -1,3 +0,0 @@
1
- import { ObcReadoutSetpoint as ObcReadoutSetpointElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout-setpoint/readout-setpoint.js';
2
- export declare const ObcReadoutSetpoint: import("@lit/react").ReactWebComponent<ObcReadoutSetpointElement, {}>;
3
- //# sourceMappingURL=readout-setpoint.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"readout-setpoint.d.ts","sourceRoot":"","sources":["../../src/navigation-instruments/readout-setpoint/readout-setpoint.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,kBAAkB,IAAI,yBAAyB,EAAC,MAAM,iGAAiG,CAAC;AAMhK,eAAO,MAAM,kBAAkB,uEAO5B,CAAC"}
@@ -1,10 +0,0 @@
1
- import * as React from 'react';
2
- import { createComponent } from '@lit/react';
3
- import { ObcReadoutSetpoint as ObcReadoutSetpointElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout-setpoint/readout-setpoint.js';
4
- export const ObcReadoutSetpoint = createComponent({
5
- react: React,
6
- tagName: 'obc-readout-setpoint',
7
- elementClass: ObcReadoutSetpointElement,
8
- events: {}
9
- });
10
- //# sourceMappingURL=readout-setpoint.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"readout-setpoint.js","sourceRoot":"","sources":["../../src/navigation-instruments/readout-setpoint/readout-setpoint.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,kBAAkB,IAAI,yBAAyB,EAAC,MAAM,iGAAiG,CAAC;AAMhK,MAAM,CAAC,MAAM,kBAAkB,GAAG,eAAe,CAAC;IAChD,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,sBAAsB;IAC/B,YAAY,EAAE,yBAAyB;IACvC,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObcReadoutSetpoint as ObcReadoutSetpointElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout-setpoint/readout-setpoint.js';\n \n \n \n\n \n export const ObcReadoutSetpoint = createComponent({\n react: React,\n tagName: 'obc-readout-setpoint',\n elementClass: ObcReadoutSetpointElement,\n events: {\n \n }\n });\n \n "]}