@oicl/openbridge-webcomponents-react 2.0.0-next.41 → 2.0.0-next.43

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.
@@ -0,0 +1,3 @@
1
+ import { ObcInstrumentField as ObcInstrumentFieldElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/instrument-field/instrument-field.js';
2
+ export declare const ObcInstrumentField: import("@lit/react").ReactWebComponent<ObcInstrumentFieldElement, {}>;
3
+ //# sourceMappingURL=instrument-field.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"instrument-field.d.ts","sourceRoot":"","sources":["../../src/navigation-instruments/instrument-field/instrument-field.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,kBAAkB,IAAI,yBAAyB,EAAC,MAAM,iGAAiG,CAAC;AAMhK,eAAO,MAAM,kBAAkB,uEAO5B,CAAC"}
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { createComponent } from '@lit/react';
3
+ import { ObcInstrumentField as ObcInstrumentFieldElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/instrument-field/instrument-field.js';
4
+ export const ObcInstrumentField = createComponent({
5
+ react: React,
6
+ tagName: 'obc-instrument-field',
7
+ elementClass: ObcInstrumentFieldElement,
8
+ events: {}
9
+ });
10
+ //# sourceMappingURL=instrument-field.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"instrument-field.js","sourceRoot":"","sources":["../../src/navigation-instruments/instrument-field/instrument-field.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 {ObcInstrumentField as ObcInstrumentFieldElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/instrument-field/instrument-field.js';\n \n \n \n\n \n export const ObcInstrumentField = createComponent({\n react: React,\n tagName: 'obc-instrument-field',\n elementClass: ObcInstrumentFieldElement,\n events: {\n \n }\n });\n \n "]}
@@ -0,0 +1,3 @@
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
@@ -0,0 +1 @@
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"}
@@ -0,0 +1,10 @@
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
@@ -0,0 +1 @@
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 "]}
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.41",
8
+ "version": "2.0.0-next.43",
9
9
  "dependencies": {
10
- "@oicl/openbridge-webcomponents": "^2.0.0-next.40",
10
+ "@oicl/openbridge-webcomponents": "^2.0.0-next.42",
11
11
  "@lit/react": "^1.0.0"
12
12
  },
13
13
  "peerDependencies": {
@@ -2206,6 +2206,7 @@
2206
2206
  "navigation-instruments/heading-indicator/heading-indicator.{js,js.map,d.ts,d.ts.map}",
2207
2207
  "navigation-instruments/heave/heave.{js,js.map,d.ts,d.ts.map}",
2208
2208
  "navigation-instruments/heave-indicator/heave-indicator.{js,js.map,d.ts,d.ts.map}",
2209
+ "navigation-instruments/instrument-field/instrument-field.{js,js.map,d.ts,d.ts.map}",
2209
2210
  "navigation-instruments/main-engine/main-engine.{js,js.map,d.ts,d.ts.map}",
2210
2211
  "navigation-instruments/main-engine-indicator/propulsion-main-engine-indicator.{js,js.map,d.ts,d.ts.map}",
2211
2212
  "navigation-instruments/pitch/pitch.{js,js.map,d.ts,d.ts.map}",
@@ -2216,8 +2217,8 @@
2216
2217
  "navigation-instruments/rate-of-turn/rate-of-turn.{js,js.map,d.ts,d.ts.map}",
2217
2218
  "navigation-instruments/readout/readout.{js,js.map,d.ts,d.ts.map}",
2218
2219
  "navigation-instruments/readout-advice/readout-advice.{js,js.map,d.ts,d.ts.map}",
2219
- "navigation-instruments/readout-input/readout-input.{js,js.map,d.ts,d.ts.map}",
2220
2220
  "navigation-instruments/readout-list-item/readout-list-item.{js,js.map,d.ts,d.ts.map}",
2221
+ "navigation-instruments/readout-setpoint/readout-setpoint.{js,js.map,d.ts,d.ts.map}",
2221
2222
  "navigation-instruments/roll/roll.{js,js.map,d.ts,d.ts.map}",
2222
2223
  "navigation-instruments/roll-indicator/roll-indicator.{js,js.map,d.ts,d.ts.map}",
2223
2224
  "navigation-instruments/rot-indicator/rot-indicator.{js,js.map,d.ts,d.ts.map}",
@@ -1,3 +0,0 @@
1
- import { ObcReadoutInput as ObcReadoutInputElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout-input/readout-input.js';
2
- export declare const ObcReadoutInput: import("@lit/react").ReactWebComponent<ObcReadoutInputElement, {}>;
3
- //# sourceMappingURL=readout-input.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"readout-input.d.ts","sourceRoot":"","sources":["../../src/navigation-instruments/readout-input/readout-input.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,eAAe,IAAI,sBAAsB,EAAC,MAAM,2FAA2F,CAAC;AAMpJ,eAAO,MAAM,eAAe,oEAOzB,CAAC"}
@@ -1,10 +0,0 @@
1
- import * as React from 'react';
2
- import { createComponent } from '@lit/react';
3
- import { ObcReadoutInput as ObcReadoutInputElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout-input/readout-input.js';
4
- export const ObcReadoutInput = createComponent({
5
- react: React,
6
- tagName: 'obc-readout-input',
7
- elementClass: ObcReadoutInputElement,
8
- events: {}
9
- });
10
- //# sourceMappingURL=readout-input.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"readout-input.js","sourceRoot":"","sources":["../../src/navigation-instruments/readout-input/readout-input.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,eAAe,IAAI,sBAAsB,EAAC,MAAM,2FAA2F,CAAC;AAMpJ,MAAM,CAAC,MAAM,eAAe,GAAG,eAAe,CAAC;IAC7C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,mBAAmB;IAC5B,YAAY,EAAE,sBAAsB;IACpC,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObcReadoutInput as ObcReadoutInputElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout-input/readout-input.js';\n \n \n \n\n \n export const ObcReadoutInput = createComponent({\n react: React,\n tagName: 'obc-readout-input',\n elementClass: ObcReadoutInputElement,\n events: {\n \n }\n });\n \n "]}