@oicl/openbridge-webcomponents-react 2.0.0-next.31 → 2.0.0-next.33
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.
- package/navigation-instruments/readout/readout.d.ts +15 -0
- package/navigation-instruments/readout/readout.d.ts.map +1 -0
- package/navigation-instruments/readout/readout.js +13 -0
- package/navigation-instruments/readout/readout.js.map +1 -0
- package/navigation-instruments/readout-advice/readout-advice.d.ts +3 -0
- package/navigation-instruments/readout-advice/readout-advice.d.ts.map +1 -0
- package/navigation-instruments/readout-advice/readout-advice.js +10 -0
- package/navigation-instruments/readout-advice/readout-advice.js.map +1 -0
- package/navigation-instruments/readout-input/readout-input.d.ts +3 -0
- package/navigation-instruments/readout-input/readout-input.d.ts.map +1 -0
- package/navigation-instruments/readout-input/readout-input.js +10 -0
- package/navigation-instruments/readout-input/readout-input.js.map +1 -0
- package/navigation-instruments/readout-list-item/readout-list-item.d.ts +3 -0
- package/navigation-instruments/readout-list-item/readout-list-item.d.ts.map +1 -0
- package/navigation-instruments/readout-list-item/readout-list-item.js +10 -0
- package/navigation-instruments/readout-list-item/readout-list-item.js.map +1 -0
- package/package.json +6 -3
- package/navigation-instruments/instrument-field/instrument-field.d.ts +0 -3
- package/navigation-instruments/instrument-field/instrument-field.d.ts.map +0 -1
- package/navigation-instruments/instrument-field/instrument-field.js +0 -10
- package/navigation-instruments/instrument-field/instrument-field.js.map +0 -1
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { EventName } from '@lit/react';
|
|
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
|
+
export declare const ObcReadout: import("@lit/react").ReactWebComponent<ObcReadoutElement, {
|
|
6
|
+
onSourceFlyoutClick: EventName<CustomEvent<{
|
|
7
|
+
src: string;
|
|
8
|
+
sourceType?: ReadoutSourceType;
|
|
9
|
+
}>>;
|
|
10
|
+
onSourceChange: EventName<CustomEvent<{
|
|
11
|
+
value: string;
|
|
12
|
+
label?: string;
|
|
13
|
+
}>>;
|
|
14
|
+
}>;
|
|
15
|
+
//# sourceMappingURL=readout.d.ts.map
|
|
@@ -0,0 +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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { createComponent } from '@lit/react';
|
|
3
|
+
import { ObcReadout as ObcReadoutElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout/readout.js';
|
|
4
|
+
export const ObcReadout = createComponent({
|
|
5
|
+
react: React,
|
|
6
|
+
tagName: 'obc-readout',
|
|
7
|
+
elementClass: ObcReadoutElement,
|
|
8
|
+
events: {
|
|
9
|
+
onSourceFlyoutClick: 'source-flyout-click',
|
|
10
|
+
onSourceChange: 'source-change',
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=readout.js.map
|
|
@@ -0,0 +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 "]}
|
|
@@ -0,0 +1,3 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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 "]}
|
|
@@ -0,0 +1,3 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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"}
|
|
@@ -0,0 +1,10 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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 "]}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ObcReadoutListItem as ObcReadoutListItemElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout-list-item/readout-list-item.js';
|
|
2
|
+
export declare const ObcReadoutListItem: import("@lit/react").ReactWebComponent<ObcReadoutListItemElement, {}>;
|
|
3
|
+
//# sourceMappingURL=readout-list-item.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"readout-list-item.d.ts","sourceRoot":"","sources":["../../src/navigation-instruments/readout-list-item/readout-list-item.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,kBAAkB,IAAI,yBAAyB,EAAC,MAAM,mGAAmG,CAAC;AAMlK,eAAO,MAAM,kBAAkB,uEAO5B,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { createComponent } from '@lit/react';
|
|
3
|
+
import { ObcReadoutListItem as ObcReadoutListItemElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout-list-item/readout-list-item.js';
|
|
4
|
+
export const ObcReadoutListItem = createComponent({
|
|
5
|
+
react: React,
|
|
6
|
+
tagName: 'obc-readout-list-item',
|
|
7
|
+
elementClass: ObcReadoutListItemElement,
|
|
8
|
+
events: {}
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=readout-list-item.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"readout-list-item.js","sourceRoot":"","sources":["../../src/navigation-instruments/readout-list-item/readout-list-item.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,mGAAmG,CAAC;AAMlK,MAAM,CAAC,MAAM,kBAAkB,GAAG,eAAe,CAAC;IAChD,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,uBAAuB;IAChC,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 {ObcReadoutListItem as ObcReadoutListItemElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout-list-item/readout-list-item.js';\n \n \n \n\n \n export const ObcReadoutListItem = createComponent({\n react: React,\n tagName: 'obc-readout-list-item',\n elementClass: ObcReadoutListItemElement,\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.
|
|
8
|
+
"version": "2.0.0-next.33",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@oicl/openbridge-webcomponents": "^2.0.0-next.
|
|
10
|
+
"@oicl/openbridge-webcomponents": "^2.0.0-next.32",
|
|
11
11
|
"@lit/react": "^1.0.0"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
@@ -2206,7 +2206,6 @@
|
|
|
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}",
|
|
2210
2209
|
"navigation-instruments/main-engine/main-engine.{js,js.map,d.ts,d.ts.map}",
|
|
2211
2210
|
"navigation-instruments/main-engine-indicator/propulsion-main-engine-indicator.{js,js.map,d.ts,d.ts.map}",
|
|
2212
2211
|
"navigation-instruments/pitch/pitch.{js,js.map,d.ts,d.ts.map}",
|
|
@@ -2215,6 +2214,10 @@
|
|
|
2215
2214
|
"navigation-instruments/propulsion-azimuth-indicator/propulsion-azimuth-indicator.{js,js.map,d.ts,d.ts.map}",
|
|
2216
2215
|
"navigation-instruments/propulsion-tunnel-thruster/propulsion-tunnel-thruster.{js,js.map,d.ts,d.ts.map}",
|
|
2217
2216
|
"navigation-instruments/rate-of-turn/rate-of-turn.{js,js.map,d.ts,d.ts.map}",
|
|
2217
|
+
"navigation-instruments/readout/readout.{js,js.map,d.ts,d.ts.map}",
|
|
2218
|
+
"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
|
+
"navigation-instruments/readout-list-item/readout-list-item.{js,js.map,d.ts,d.ts.map}",
|
|
2218
2221
|
"navigation-instruments/roll/roll.{js,js.map,d.ts,d.ts.map}",
|
|
2219
2222
|
"navigation-instruments/roll-indicator/roll-indicator.{js,js.map,d.ts,d.ts.map}",
|
|
2220
2223
|
"navigation-instruments/rot-indicator/rot-indicator.{js,js.map,d.ts,d.ts.map}",
|
|
@@ -1,3 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,10 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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 "]}
|