@oicl/openbridge-webcomponents-react 2.0.0-next.134 → 2.0.0-next.135
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/automation/gauge-generator/gauge-generator.d.ts +3 -0
- package/automation/gauge-generator/gauge-generator.d.ts.map +1 -0
- package/automation/gauge-generator/gauge-generator.js +10 -0
- package/automation/gauge-generator/gauge-generator.js.map +1 -0
- package/automation/gauge-motors-and-pumps/gauge-motors-and-pumps.d.ts +3 -0
- package/automation/gauge-motors-and-pumps/gauge-motors-and-pumps.d.ts.map +1 -0
- package/automation/gauge-motors-and-pumps/gauge-motors-and-pumps.js +10 -0
- package/automation/gauge-motors-and-pumps/gauge-motors-and-pumps.js.map +1 -0
- package/automation/gauge-valve/gauge-valve.d.ts +3 -0
- package/automation/gauge-valve/gauge-valve.d.ts.map +1 -0
- package/automation/gauge-valve/gauge-valve.js +10 -0
- package/automation/gauge-valve/gauge-valve.js.map +1 -0
- package/navigation-instruments/gauge-proportional/gauge-proportional.d.ts +3 -0
- package/navigation-instruments/gauge-proportional/gauge-proportional.d.ts.map +1 -0
- package/navigation-instruments/gauge-proportional/gauge-proportional.js +10 -0
- package/navigation-instruments/gauge-proportional/gauge-proportional.js.map +1 -0
- package/package.json +6 -3
- package/navigation-instruments/gauge-radial-proportional/gauge-radial-proportional.d.ts +0 -3
- package/navigation-instruments/gauge-radial-proportional/gauge-radial-proportional.d.ts.map +0 -1
- package/navigation-instruments/gauge-radial-proportional/gauge-radial-proportional.js +0 -10
- package/navigation-instruments/gauge-radial-proportional/gauge-radial-proportional.js.map +0 -1
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ObcGaugeGenerator as ObcGaugeGeneratorElement } from '@oicl/openbridge-webcomponents/dist/automation/gauge-generator/gauge-generator.js';
|
|
2
|
+
export declare const ObcGaugeGenerator: import("@lit/react").ReactWebComponent<ObcGaugeGeneratorElement, {}>;
|
|
3
|
+
//# sourceMappingURL=gauge-generator.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gauge-generator.d.ts","sourceRoot":"","sources":["../../src/automation/gauge-generator/gauge-generator.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,iBAAiB,IAAI,wBAAwB,EAAC,MAAM,mFAAmF,CAAC;AAMhJ,eAAO,MAAM,iBAAiB,sEAO3B,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { createComponent } from '@lit/react';
|
|
3
|
+
import { ObcGaugeGenerator as ObcGaugeGeneratorElement } from '@oicl/openbridge-webcomponents/dist/automation/gauge-generator/gauge-generator.js';
|
|
4
|
+
export const ObcGaugeGenerator = createComponent({
|
|
5
|
+
react: React,
|
|
6
|
+
tagName: 'obc-gauge-generator',
|
|
7
|
+
elementClass: ObcGaugeGeneratorElement,
|
|
8
|
+
events: {}
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=gauge-generator.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gauge-generator.js","sourceRoot":"","sources":["../../src/automation/gauge-generator/gauge-generator.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,iBAAiB,IAAI,wBAAwB,EAAC,MAAM,mFAAmF,CAAC;AAMhJ,MAAM,CAAC,MAAM,iBAAiB,GAAG,eAAe,CAAC;IAC/C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,qBAAqB;IAC9B,YAAY,EAAE,wBAAwB;IACtC,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObcGaugeGenerator as ObcGaugeGeneratorElement} from '@oicl/openbridge-webcomponents/dist/automation/gauge-generator/gauge-generator.js';\n \n \n \n\n \n export const ObcGaugeGenerator = createComponent({\n react: React,\n tagName: 'obc-gauge-generator',\n elementClass: ObcGaugeGeneratorElement,\n events: {\n \n }\n });\n \n "]}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ObcGaugeMotorsAndPumps as ObcGaugeMotorsAndPumpsElement } from '@oicl/openbridge-webcomponents/dist/automation/gauge-motors-and-pumps/gauge-motors-and-pumps.js';
|
|
2
|
+
export declare const ObcGaugeMotorsAndPumps: import("@lit/react").ReactWebComponent<ObcGaugeMotorsAndPumpsElement, {}>;
|
|
3
|
+
//# sourceMappingURL=gauge-motors-and-pumps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gauge-motors-and-pumps.d.ts","sourceRoot":"","sources":["../../src/automation/gauge-motors-and-pumps/gauge-motors-and-pumps.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,sBAAsB,IAAI,6BAA6B,EAAC,MAAM,iGAAiG,CAAC;AAMxK,eAAO,MAAM,sBAAsB,2EAOhC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { createComponent } from '@lit/react';
|
|
3
|
+
import { ObcGaugeMotorsAndPumps as ObcGaugeMotorsAndPumpsElement } from '@oicl/openbridge-webcomponents/dist/automation/gauge-motors-and-pumps/gauge-motors-and-pumps.js';
|
|
4
|
+
export const ObcGaugeMotorsAndPumps = createComponent({
|
|
5
|
+
react: React,
|
|
6
|
+
tagName: 'obc-gauge-motors-and-pumps',
|
|
7
|
+
elementClass: ObcGaugeMotorsAndPumpsElement,
|
|
8
|
+
events: {}
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=gauge-motors-and-pumps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gauge-motors-and-pumps.js","sourceRoot":"","sources":["../../src/automation/gauge-motors-and-pumps/gauge-motors-and-pumps.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,sBAAsB,IAAI,6BAA6B,EAAC,MAAM,iGAAiG,CAAC;AAMxK,MAAM,CAAC,MAAM,sBAAsB,GAAG,eAAe,CAAC;IACpD,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,4BAA4B;IACrC,YAAY,EAAE,6BAA6B;IAC3C,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObcGaugeMotorsAndPumps as ObcGaugeMotorsAndPumpsElement} from '@oicl/openbridge-webcomponents/dist/automation/gauge-motors-and-pumps/gauge-motors-and-pumps.js';\n \n \n \n\n \n export const ObcGaugeMotorsAndPumps = createComponent({\n react: React,\n tagName: 'obc-gauge-motors-and-pumps',\n elementClass: ObcGaugeMotorsAndPumpsElement,\n events: {\n \n }\n });\n \n "]}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ObcGaugeValve as ObcGaugeValveElement } from '@oicl/openbridge-webcomponents/dist/automation/gauge-valve/gauge-valve.js';
|
|
2
|
+
export declare const ObcGaugeValve: import("@lit/react").ReactWebComponent<ObcGaugeValveElement, {}>;
|
|
3
|
+
//# sourceMappingURL=gauge-valve.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gauge-valve.d.ts","sourceRoot":"","sources":["../../src/automation/gauge-valve/gauge-valve.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,aAAa,IAAI,oBAAoB,EAAC,MAAM,2EAA2E,CAAC;AAMhI,eAAO,MAAM,aAAa,kEAOvB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { createComponent } from '@lit/react';
|
|
3
|
+
import { ObcGaugeValve as ObcGaugeValveElement } from '@oicl/openbridge-webcomponents/dist/automation/gauge-valve/gauge-valve.js';
|
|
4
|
+
export const ObcGaugeValve = createComponent({
|
|
5
|
+
react: React,
|
|
6
|
+
tagName: 'obc-gauge-valve',
|
|
7
|
+
elementClass: ObcGaugeValveElement,
|
|
8
|
+
events: {}
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=gauge-valve.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gauge-valve.js","sourceRoot":"","sources":["../../src/automation/gauge-valve/gauge-valve.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,aAAa,IAAI,oBAAoB,EAAC,MAAM,2EAA2E,CAAC;AAMhI,MAAM,CAAC,MAAM,aAAa,GAAG,eAAe,CAAC;IAC3C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,iBAAiB;IAC1B,YAAY,EAAE,oBAAoB;IAClC,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObcGaugeValve as ObcGaugeValveElement} from '@oicl/openbridge-webcomponents/dist/automation/gauge-valve/gauge-valve.js';\n \n \n \n\n \n export const ObcGaugeValve = createComponent({\n react: React,\n tagName: 'obc-gauge-valve',\n elementClass: ObcGaugeValveElement,\n events: {\n \n }\n });\n \n "]}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ObcGaugeProportional as ObcGaugeProportionalElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/gauge-proportional/gauge-proportional.js';
|
|
2
|
+
export declare const ObcGaugeProportional: import("@lit/react").ReactWebComponent<ObcGaugeProportionalElement, {}>;
|
|
3
|
+
//# sourceMappingURL=gauge-proportional.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gauge-proportional.d.ts","sourceRoot":"","sources":["../../src/navigation-instruments/gauge-proportional/gauge-proportional.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,oBAAoB,IAAI,2BAA2B,EAAC,MAAM,qGAAqG,CAAC;AAMxK,eAAO,MAAM,oBAAoB,yEAO9B,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { createComponent } from '@lit/react';
|
|
3
|
+
import { ObcGaugeProportional as ObcGaugeProportionalElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/gauge-proportional/gauge-proportional.js';
|
|
4
|
+
export const ObcGaugeProportional = createComponent({
|
|
5
|
+
react: React,
|
|
6
|
+
tagName: 'obc-gauge-proportional',
|
|
7
|
+
elementClass: ObcGaugeProportionalElement,
|
|
8
|
+
events: {}
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=gauge-proportional.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gauge-proportional.js","sourceRoot":"","sources":["../../src/navigation-instruments/gauge-proportional/gauge-proportional.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,oBAAoB,IAAI,2BAA2B,EAAC,MAAM,qGAAqG,CAAC;AAMxK,MAAM,CAAC,MAAM,oBAAoB,GAAG,eAAe,CAAC;IAClD,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,wBAAwB;IACjC,YAAY,EAAE,2BAA2B;IACzC,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObcGaugeProportional as ObcGaugeProportionalElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/gauge-proportional/gauge-proportional.js';\n \n \n \n\n \n export const ObcGaugeProportional = createComponent({\n react: React,\n tagName: 'obc-gauge-proportional',\n elementClass: ObcGaugeProportionalElement,\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.135",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@oicl/openbridge-webcomponents": "^2.0.0-next.
|
|
10
|
+
"@oicl/openbridge-webcomponents": "^2.0.0-next.135",
|
|
11
11
|
"@lit/react": "^1.0.0"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
@@ -66,6 +66,9 @@
|
|
|
66
66
|
"automation/end-point-line/end-point-line.{js,js.map,d.ts,d.ts.map}",
|
|
67
67
|
"automation/fan/fan.{js,js.map,d.ts,d.ts.map}",
|
|
68
68
|
"automation/filter/filter.{js,js.map,d.ts,d.ts.map}",
|
|
69
|
+
"automation/gauge-generator/gauge-generator.{js,js.map,d.ts,d.ts.map}",
|
|
70
|
+
"automation/gauge-motors-and-pumps/gauge-motors-and-pumps.{js,js.map,d.ts,d.ts.map}",
|
|
71
|
+
"automation/gauge-valve/gauge-valve.{js,js.map,d.ts,d.ts.map}",
|
|
69
72
|
"automation/ground/ground.{js,js.map,d.ts,d.ts.map}",
|
|
70
73
|
"automation/horizontal-line/horizontal-line.{js,js.map,d.ts,d.ts.map}",
|
|
71
74
|
"automation/indicator-battery/indicator-battery.{js,js.map,d.ts,d.ts.map}",
|
|
@@ -2316,9 +2319,9 @@
|
|
|
2316
2319
|
"navigation-instruments/draft-trim/draft-trim.{js,js.map,d.ts,d.ts.map}",
|
|
2317
2320
|
"navigation-instruments/gauge-bar-indicator/gauge-bar-indicator.{js,js.map,d.ts,d.ts.map}",
|
|
2318
2321
|
"navigation-instruments/gauge-horizontal/gauge-horizontal.{js,js.map,d.ts,d.ts.map}",
|
|
2322
|
+
"navigation-instruments/gauge-proportional/gauge-proportional.{js,js.map,d.ts,d.ts.map}",
|
|
2319
2323
|
"navigation-instruments/gauge-radial/gauge-radial.{js,js.map,d.ts,d.ts.map}",
|
|
2320
2324
|
"navigation-instruments/gauge-radial-indicator/gauge-radial-indicator.{js,js.map,d.ts,d.ts.map}",
|
|
2321
|
-
"navigation-instruments/gauge-radial-proportional/gauge-radial-proportional.{js,js.map,d.ts,d.ts.map}",
|
|
2322
2325
|
"navigation-instruments/gauge-trend/gauge-trend.{js,js.map,d.ts,d.ts.map}",
|
|
2323
2326
|
"navigation-instruments/gauge-trend-indicator/gauge-trend-indicator.{js,js.map,d.ts,d.ts.map}",
|
|
2324
2327
|
"navigation-instruments/gauge-vertical/gauge-vertical.{js,js.map,d.ts,d.ts.map}",
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { ObcGaugeRadialProportional as ObcGaugeRadialProportionalElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/gauge-radial-proportional/gauge-radial-proportional.js';
|
|
2
|
-
export declare const ObcGaugeRadialProportional: import("@lit/react").ReactWebComponent<ObcGaugeRadialProportionalElement, {}>;
|
|
3
|
-
//# sourceMappingURL=gauge-radial-proportional.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gauge-radial-proportional.d.ts","sourceRoot":"","sources":["../../src/navigation-instruments/gauge-radial-proportional/gauge-radial-proportional.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,0BAA0B,IAAI,iCAAiC,EAAC,MAAM,mHAAmH,CAAC;AAMlM,eAAO,MAAM,0BAA0B,+EAOpC,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { createComponent } from '@lit/react';
|
|
3
|
-
import { ObcGaugeRadialProportional as ObcGaugeRadialProportionalElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/gauge-radial-proportional/gauge-radial-proportional.js';
|
|
4
|
-
export const ObcGaugeRadialProportional = createComponent({
|
|
5
|
-
react: React,
|
|
6
|
-
tagName: 'obc-gauge-radial-proportional',
|
|
7
|
-
elementClass: ObcGaugeRadialProportionalElement,
|
|
8
|
-
events: {}
|
|
9
|
-
});
|
|
10
|
-
//# sourceMappingURL=gauge-radial-proportional.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gauge-radial-proportional.js","sourceRoot":"","sources":["../../src/navigation-instruments/gauge-radial-proportional/gauge-radial-proportional.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,0BAA0B,IAAI,iCAAiC,EAAC,MAAM,mHAAmH,CAAC;AAMlM,MAAM,CAAC,MAAM,0BAA0B,GAAG,eAAe,CAAC;IACxD,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,+BAA+B;IACxC,YAAY,EAAE,iCAAiC;IAC/C,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObcGaugeRadialProportional as ObcGaugeRadialProportionalElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/gauge-radial-proportional/gauge-radial-proportional.js';\n \n \n \n\n \n export const ObcGaugeRadialProportional = createComponent({\n react: React,\n tagName: 'obc-gauge-radial-proportional',\n elementClass: ObcGaugeRadialProportionalElement,\n events: {\n \n }\n });\n \n "]}
|