@oicl/openbridge-webcomponents-react 0.0.15-dev-20240916185711 → 0.0.15-dev-20240923194534
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/compass/compass.d.ts +3 -0
- package/navigation-instruments/compass/compass.d.ts.map +1 -0
- package/navigation-instruments/compass/compass.js +10 -0
- package/navigation-instruments/compass/compass.js.map +1 -0
- package/navigation-instruments/compass-flat/compass-flat.d.ts +3 -0
- package/navigation-instruments/compass-flat/compass-flat.d.ts.map +1 -0
- package/navigation-instruments/compass-flat/compass-flat.js +10 -0
- package/navigation-instruments/compass-flat/compass-flat.js.map +1 -0
- package/navigation-instruments/watch-flat/watch-flat.d.ts +3 -0
- package/navigation-instruments/watch-flat/watch-flat.d.ts.map +1 -0
- package/navigation-instruments/watch-flat/watch-flat.js +10 -0
- package/navigation-instruments/watch-flat/watch-flat.js.map +1 -0
- package/package.json +6 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compass.d.ts","sourceRoot":"","sources":["../../src/navigation-instruments/compass/compass.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,UAAU,IAAI,iBAAiB,EAAC,MAAM,+EAA+E,CAAC;AAM9H,eAAO,MAAM,UAAU,+DAOpB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { createComponent } from '@lit/react';
|
|
3
|
+
import { ObcCompass as ObcCompassElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass/compass.js';
|
|
4
|
+
export const ObcCompass = createComponent({
|
|
5
|
+
react: React,
|
|
6
|
+
tagName: 'obc-compass',
|
|
7
|
+
elementClass: ObcCompassElement,
|
|
8
|
+
events: {}
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=compass.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compass.js","sourceRoot":"","sources":["../../src/navigation-instruments/compass/compass.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,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,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObcCompass as ObcCompassElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass/compass.js';\n \n \n \n\n \n export const ObcCompass = createComponent({\n react: React,\n tagName: 'obc-compass',\n elementClass: ObcCompassElement,\n events: {\n \n }\n });\n \n "]}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ObcCompassFlat as ObcCompassFlatElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-flat/compass-flat.js';
|
|
2
|
+
export declare const ObcCompassFlat: import("@lit/react").ReactWebComponent<ObcCompassFlatElement, {}>;
|
|
3
|
+
//# sourceMappingURL=compass-flat.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compass-flat.d.ts","sourceRoot":"","sources":["../../src/navigation-instruments/compass-flat/compass-flat.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,cAAc,IAAI,qBAAqB,EAAC,MAAM,yFAAyF,CAAC;AAMhJ,eAAO,MAAM,cAAc,mEAOxB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { createComponent } from '@lit/react';
|
|
3
|
+
import { ObcCompassFlat as ObcCompassFlatElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-flat/compass-flat.js';
|
|
4
|
+
export const ObcCompassFlat = createComponent({
|
|
5
|
+
react: React,
|
|
6
|
+
tagName: 'obc-compass-flat',
|
|
7
|
+
elementClass: ObcCompassFlatElement,
|
|
8
|
+
events: {}
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=compass-flat.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compass-flat.js","sourceRoot":"","sources":["../../src/navigation-instruments/compass-flat/compass-flat.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,cAAc,IAAI,qBAAqB,EAAC,MAAM,yFAAyF,CAAC;AAMhJ,MAAM,CAAC,MAAM,cAAc,GAAG,eAAe,CAAC;IAC5C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,kBAAkB;IAC3B,YAAY,EAAE,qBAAqB;IACnC,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObcCompassFlat as ObcCompassFlatElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-flat/compass-flat.js';\n \n \n \n\n \n export const ObcCompassFlat = createComponent({\n react: React,\n tagName: 'obc-compass-flat',\n elementClass: ObcCompassFlatElement,\n events: {\n \n }\n });\n \n "]}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ObcWatchFlat as ObcWatchFlatElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch-flat/watch-flat.js';
|
|
2
|
+
export declare const ObcWatchFlat: import("@lit/react").ReactWebComponent<ObcWatchFlatElement, {}>;
|
|
3
|
+
//# sourceMappingURL=watch-flat.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"watch-flat.d.ts","sourceRoot":"","sources":["../../src/navigation-instruments/watch-flat/watch-flat.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,YAAY,IAAI,mBAAmB,EAAC,MAAM,qFAAqF,CAAC;AAMxI,eAAO,MAAM,YAAY,iEAOtB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { createComponent } from '@lit/react';
|
|
3
|
+
import { ObcWatchFlat as ObcWatchFlatElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch-flat/watch-flat.js';
|
|
4
|
+
export const ObcWatchFlat = createComponent({
|
|
5
|
+
react: React,
|
|
6
|
+
tagName: 'obc-watch-flat',
|
|
7
|
+
elementClass: ObcWatchFlatElement,
|
|
8
|
+
events: {}
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=watch-flat.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"watch-flat.js","sourceRoot":"","sources":["../../src/navigation-instruments/watch-flat/watch-flat.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,YAAY,IAAI,mBAAmB,EAAC,MAAM,qFAAqF,CAAC;AAMxI,MAAM,CAAC,MAAM,YAAY,GAAG,eAAe,CAAC;IAC1C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,gBAAgB;IACzB,YAAY,EAAE,mBAAmB;IACjC,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObcWatchFlat as ObcWatchFlatElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch-flat/watch-flat.js';\n \n \n \n\n \n export const ObcWatchFlat = createComponent({\n react: React,\n tagName: 'obc-watch-flat',\n elementClass: ObcWatchFlatElement,\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": "0.0.15-dev-
|
|
8
|
+
"version": "0.0.15-dev-20240923194534",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@oicl/openbridge-webcomponents": "^0.0.15-dev-
|
|
10
|
+
"@oicl/openbridge-webcomponents": "^0.0.15-dev-20240923194534",
|
|
11
11
|
"@lit/react": "^1.0.0"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
@@ -625,11 +625,14 @@
|
|
|
625
625
|
"navigation-instruments/azimuth-thruster/azimuth-thruster.{js,js.map,d.ts,d.ts.map}",
|
|
626
626
|
"navigation-instruments/azimuth-thruster-labeled/azimuth-thruster-labeled.{js,js.map,d.ts,d.ts.map}",
|
|
627
627
|
"navigation-instruments/badge-command/badge-command.{js,js.map,d.ts,d.ts.map}",
|
|
628
|
+
"navigation-instruments/compass/compass.{js,js.map,d.ts,d.ts.map}",
|
|
629
|
+
"navigation-instruments/compass-flat/compass-flat.{js,js.map,d.ts,d.ts.map}",
|
|
628
630
|
"navigation-instruments/instrument-field/instrument-field.{js,js.map,d.ts,d.ts.map}",
|
|
629
631
|
"navigation-instruments/main-engine/main-engine.{js,js.map,d.ts,d.ts.map}",
|
|
630
632
|
"navigation-instruments/rudder/rudder.{js,js.map,d.ts,d.ts.map}",
|
|
631
633
|
"navigation-instruments/thruster/thruster.{js,js.map,d.ts,d.ts.map}",
|
|
632
|
-
"navigation-instruments/watch/watch.{js,js.map,d.ts,d.ts.map}"
|
|
634
|
+
"navigation-instruments/watch/watch.{js,js.map,d.ts,d.ts.map}",
|
|
635
|
+
"navigation-instruments/watch-flat/watch-flat.{js,js.map,d.ts,d.ts.map}"
|
|
633
636
|
],
|
|
634
637
|
"repository": {
|
|
635
638
|
"type": "git",
|