@oicl/openbridge-webcomponents-react 2.0.0-next.134 → 2.0.0-next.136

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.
Files changed (37) hide show
  1. package/automation/gauge-generator/gauge-generator.d.ts +3 -0
  2. package/automation/gauge-generator/gauge-generator.d.ts.map +1 -0
  3. package/automation/gauge-generator/gauge-generator.js +10 -0
  4. package/automation/gauge-generator/gauge-generator.js.map +1 -0
  5. package/automation/gauge-motors-and-pumps/gauge-motors-and-pumps.d.ts +3 -0
  6. package/automation/gauge-motors-and-pumps/gauge-motors-and-pumps.d.ts.map +1 -0
  7. package/automation/gauge-motors-and-pumps/gauge-motors-and-pumps.js +10 -0
  8. package/automation/gauge-motors-and-pumps/gauge-motors-and-pumps.js.map +1 -0
  9. package/automation/gauge-valve/gauge-valve.d.ts +3 -0
  10. package/automation/gauge-valve/gauge-valve.d.ts.map +1 -0
  11. package/automation/gauge-valve/gauge-valve.js +10 -0
  12. package/automation/gauge-valve/gauge-valve.js.map +1 -0
  13. package/automation/heat-exchanger/heat-exchanger.d.ts +6 -0
  14. package/automation/heat-exchanger/heat-exchanger.d.ts.map +1 -0
  15. package/automation/heat-exchanger/heat-exchanger.js +12 -0
  16. package/automation/heat-exchanger/heat-exchanger.js.map +1 -0
  17. package/automation/heat-pump/heat-pump.d.ts +6 -0
  18. package/automation/heat-pump/heat-pump.d.ts.map +1 -0
  19. package/automation/heat-pump/heat-pump.js +12 -0
  20. package/automation/heat-pump/heat-pump.js.map +1 -0
  21. package/automation/hydraulic-separator/hydraulic-separator.d.ts +6 -0
  22. package/automation/hydraulic-separator/hydraulic-separator.d.ts.map +1 -0
  23. package/automation/hydraulic-separator/hydraulic-separator.js +12 -0
  24. package/automation/hydraulic-separator/hydraulic-separator.js.map +1 -0
  25. package/automation/specialty-tank/abstract-specialty-tank.d.ts +3 -0
  26. package/automation/specialty-tank/abstract-specialty-tank.d.ts.map +1 -0
  27. package/automation/specialty-tank/abstract-specialty-tank.js +10 -0
  28. package/automation/specialty-tank/abstract-specialty-tank.js.map +1 -0
  29. package/navigation-instruments/gauge-proportional/gauge-proportional.d.ts +3 -0
  30. package/navigation-instruments/gauge-proportional/gauge-proportional.d.ts.map +1 -0
  31. package/navigation-instruments/gauge-proportional/gauge-proportional.js +10 -0
  32. package/navigation-instruments/gauge-proportional/gauge-proportional.js.map +1 -0
  33. package/package.json +10 -3
  34. package/navigation-instruments/gauge-radial-proportional/gauge-radial-proportional.d.ts +0 -3
  35. package/navigation-instruments/gauge-radial-proportional/gauge-radial-proportional.d.ts.map +0 -1
  36. package/navigation-instruments/gauge-radial-proportional/gauge-radial-proportional.js +0 -10
  37. 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,6 @@
1
+ import { EventName } from '@lit/react';
2
+ import { ObcHeatExchanger as ObcHeatExchangerElement } from '@oicl/openbridge-webcomponents/dist/automation/heat-exchanger/heat-exchanger.js';
3
+ export declare const ObcHeatExchanger: import("@lit/react").ReactWebComponent<ObcHeatExchangerElement, {
4
+ onClick: EventName<CustomEvent<unknown>>;
5
+ }>;
6
+ //# sourceMappingURL=heat-exchanger.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"heat-exchanger.d.ts","sourceRoot":"","sources":["../../src/automation/heat-exchanger/heat-exchanger.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,gBAAgB,IAAI,uBAAuB,EAAC,MAAM,iFAAiF,CAAC;AAM5I,eAAO,MAAM,gBAAgB;aAML,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;EAEpD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import { createComponent } from '@lit/react';
3
+ import { ObcHeatExchanger as ObcHeatExchangerElement } from '@oicl/openbridge-webcomponents/dist/automation/heat-exchanger/heat-exchanger.js';
4
+ export const ObcHeatExchanger = createComponent({
5
+ react: React,
6
+ tagName: 'obc-heat-exchanger',
7
+ elementClass: ObcHeatExchangerElement,
8
+ events: {
9
+ onClick: 'click',
10
+ }
11
+ });
12
+ //# sourceMappingURL=heat-exchanger.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"heat-exchanger.js","sourceRoot":"","sources":["../../src/automation/heat-exchanger/heat-exchanger.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,gBAAgB,IAAI,uBAAuB,EAAC,MAAM,iFAAiF,CAAC;AAM5I,MAAM,CAAC,MAAM,gBAAgB,GAAG,eAAe,CAAC;IAC9C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,oBAAoB;IAC7B,YAAY,EAAE,uBAAuB;IACrC,MAAM,EAAE;QAEN,OAAO,EAAE,OAA0C;KACpD;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent, EventName} from '@lit/react';\n \n import {ObcHeatExchanger as ObcHeatExchangerElement} from '@oicl/openbridge-webcomponents/dist/automation/heat-exchanger/heat-exchanger.js';\n \n \n \n\n \n export const ObcHeatExchanger = createComponent({\n react: React,\n tagName: 'obc-heat-exchanger',\n elementClass: ObcHeatExchangerElement,\n events: {\n \n onClick: 'click' as EventName<CustomEvent<unknown>>,\n }\n });\n \n "]}
@@ -0,0 +1,6 @@
1
+ import { EventName } from '@lit/react';
2
+ import { ObcHeatPump as ObcHeatPumpElement } from '@oicl/openbridge-webcomponents/dist/automation/heat-pump/heat-pump.js';
3
+ export declare const ObcHeatPump: import("@lit/react").ReactWebComponent<ObcHeatPumpElement, {
4
+ onClick: EventName<CustomEvent<unknown>>;
5
+ }>;
6
+ //# sourceMappingURL=heat-pump.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"heat-pump.d.ts","sourceRoot":"","sources":["../../src/automation/heat-pump/heat-pump.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,WAAW,IAAI,kBAAkB,EAAC,MAAM,uEAAuE,CAAC;AAMxH,eAAO,MAAM,WAAW;aAMA,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;EAEpD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import { createComponent } from '@lit/react';
3
+ import { ObcHeatPump as ObcHeatPumpElement } from '@oicl/openbridge-webcomponents/dist/automation/heat-pump/heat-pump.js';
4
+ export const ObcHeatPump = createComponent({
5
+ react: React,
6
+ tagName: 'obc-heat-pump',
7
+ elementClass: ObcHeatPumpElement,
8
+ events: {
9
+ onClick: 'click',
10
+ }
11
+ });
12
+ //# sourceMappingURL=heat-pump.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"heat-pump.js","sourceRoot":"","sources":["../../src/automation/heat-pump/heat-pump.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,WAAW,IAAI,kBAAkB,EAAC,MAAM,uEAAuE,CAAC;AAMxH,MAAM,CAAC,MAAM,WAAW,GAAG,eAAe,CAAC;IACzC,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,eAAe;IACxB,YAAY,EAAE,kBAAkB;IAChC,MAAM,EAAE;QAEN,OAAO,EAAE,OAA0C;KACpD;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent, EventName} from '@lit/react';\n \n import {ObcHeatPump as ObcHeatPumpElement} from '@oicl/openbridge-webcomponents/dist/automation/heat-pump/heat-pump.js';\n \n \n \n\n \n export const ObcHeatPump = createComponent({\n react: React,\n tagName: 'obc-heat-pump',\n elementClass: ObcHeatPumpElement,\n events: {\n \n onClick: 'click' as EventName<CustomEvent<unknown>>,\n }\n });\n \n "]}
@@ -0,0 +1,6 @@
1
+ import { EventName } from '@lit/react';
2
+ import { ObcHydraulicSeparator as ObcHydraulicSeparatorElement } from '@oicl/openbridge-webcomponents/dist/automation/hydraulic-separator/hydraulic-separator.js';
3
+ export declare const ObcHydraulicSeparator: import("@lit/react").ReactWebComponent<ObcHydraulicSeparatorElement, {
4
+ onClick: EventName<CustomEvent<unknown>>;
5
+ }>;
6
+ //# sourceMappingURL=hydraulic-separator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hydraulic-separator.d.ts","sourceRoot":"","sources":["../../src/automation/hydraulic-separator/hydraulic-separator.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,qBAAqB,IAAI,4BAA4B,EAAC,MAAM,2FAA2F,CAAC;AAMhK,eAAO,MAAM,qBAAqB;aAMV,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;EAEpD,CAAC"}
@@ -0,0 +1,12 @@
1
+ import * as React from 'react';
2
+ import { createComponent } from '@lit/react';
3
+ import { ObcHydraulicSeparator as ObcHydraulicSeparatorElement } from '@oicl/openbridge-webcomponents/dist/automation/hydraulic-separator/hydraulic-separator.js';
4
+ export const ObcHydraulicSeparator = createComponent({
5
+ react: React,
6
+ tagName: 'obc-hydraulic-separator',
7
+ elementClass: ObcHydraulicSeparatorElement,
8
+ events: {
9
+ onClick: 'click',
10
+ }
11
+ });
12
+ //# sourceMappingURL=hydraulic-separator.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"hydraulic-separator.js","sourceRoot":"","sources":["../../src/automation/hydraulic-separator/hydraulic-separator.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,qBAAqB,IAAI,4BAA4B,EAAC,MAAM,2FAA2F,CAAC;AAMhK,MAAM,CAAC,MAAM,qBAAqB,GAAG,eAAe,CAAC;IACnD,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,yBAAyB;IAClC,YAAY,EAAE,4BAA4B;IAC1C,MAAM,EAAE;QAEN,OAAO,EAAE,OAA0C;KACpD;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent, EventName} from '@lit/react';\n \n import {ObcHydraulicSeparator as ObcHydraulicSeparatorElement} from '@oicl/openbridge-webcomponents/dist/automation/hydraulic-separator/hydraulic-separator.js';\n \n \n \n\n \n export const ObcHydraulicSeparator = createComponent({\n react: React,\n tagName: 'obc-hydraulic-separator',\n elementClass: ObcHydraulicSeparatorElement,\n events: {\n \n onClick: 'click' as EventName<CustomEvent<unknown>>,\n }\n });\n \n "]}
@@ -0,0 +1,3 @@
1
+ import { ObcAbstractSpecialtyTank as ObcAbstractSpecialtyTankElement } from '@oicl/openbridge-webcomponents/dist/automation/specialty-tank/abstract-specialty-tank.js';
2
+ export declare const ObcAbstractSpecialtyTank: import("@lit/react").ReactWebComponent<ObcAbstractSpecialtyTankElement, {}>;
3
+ //# sourceMappingURL=abstract-specialty-tank.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"abstract-specialty-tank.d.ts","sourceRoot":"","sources":["../../src/automation/specialty-tank/abstract-specialty-tank.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,wBAAwB,IAAI,+BAA+B,EAAC,MAAM,0FAA0F,CAAC;AAMrK,eAAO,MAAM,wBAAwB,6EAOlC,CAAC"}
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { createComponent } from '@lit/react';
3
+ import { ObcAbstractSpecialtyTank as ObcAbstractSpecialtyTankElement } from '@oicl/openbridge-webcomponents/dist/automation/specialty-tank/abstract-specialty-tank.js';
4
+ export const ObcAbstractSpecialtyTank = createComponent({
5
+ react: React,
6
+ tagName: 'undefined',
7
+ elementClass: ObcAbstractSpecialtyTankElement,
8
+ events: {}
9
+ });
10
+ //# sourceMappingURL=abstract-specialty-tank.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"abstract-specialty-tank.js","sourceRoot":"","sources":["../../src/automation/specialty-tank/abstract-specialty-tank.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,wBAAwB,IAAI,+BAA+B,EAAC,MAAM,0FAA0F,CAAC;AAMrK,MAAM,CAAC,MAAM,wBAAwB,GAAG,eAAe,CAAC;IACtD,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,WAAW;IACpB,YAAY,EAAE,+BAA+B;IAC7C,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObcAbstractSpecialtyTank as ObcAbstractSpecialtyTankElement} from '@oicl/openbridge-webcomponents/dist/automation/specialty-tank/abstract-specialty-tank.js';\n \n \n \n\n \n export const ObcAbstractSpecialtyTank = createComponent({\n react: React,\n tagName: 'undefined',\n elementClass: ObcAbstractSpecialtyTankElement,\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.134",
8
+ "version": "2.0.0-next.136",
9
9
  "dependencies": {
10
- "@oicl/openbridge-webcomponents": "^2.0.0-next.134",
10
+ "@oicl/openbridge-webcomponents": "^2.0.0-next.136",
11
11
  "@lit/react": "^1.0.0"
12
12
  },
13
13
  "peerDependencies": {
@@ -66,8 +66,14 @@
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}",
73
+ "automation/heat-exchanger/heat-exchanger.{js,js.map,d.ts,d.ts.map}",
74
+ "automation/heat-pump/heat-pump.{js,js.map,d.ts,d.ts.map}",
70
75
  "automation/horizontal-line/horizontal-line.{js,js.map,d.ts,d.ts.map}",
76
+ "automation/hydraulic-separator/hydraulic-separator.{js,js.map,d.ts,d.ts.map}",
71
77
  "automation/indicator-battery/indicator-battery.{js,js.map,d.ts,d.ts.map}",
72
78
  "automation/indicator-engine/indicator-engine.{js,js.map,d.ts,d.ts.map}",
73
79
  "automation/indicator-generator/indicator-generator.{js,js.map,d.ts,d.ts.map}",
@@ -81,6 +87,7 @@
81
87
  "automation/resistor/resistor.{js,js.map,d.ts,d.ts.map}",
82
88
  "automation/router/router.{js,js.map,d.ts,d.ts.map}",
83
89
  "automation/source/source.{js,js.map,d.ts,d.ts.map}",
90
+ "automation/specialty-tank/abstract-specialty-tank.{js,js.map,d.ts,d.ts.map}",
84
91
  "automation/switch/switch.{js,js.map,d.ts,d.ts.map}",
85
92
  "automation/three-way-line/three-way-line.{js,js.map,d.ts,d.ts.map}",
86
93
  "automation/transformer/transformer.{js,js.map,d.ts,d.ts.map}",
@@ -2316,9 +2323,9 @@
2316
2323
  "navigation-instruments/draft-trim/draft-trim.{js,js.map,d.ts,d.ts.map}",
2317
2324
  "navigation-instruments/gauge-bar-indicator/gauge-bar-indicator.{js,js.map,d.ts,d.ts.map}",
2318
2325
  "navigation-instruments/gauge-horizontal/gauge-horizontal.{js,js.map,d.ts,d.ts.map}",
2326
+ "navigation-instruments/gauge-proportional/gauge-proportional.{js,js.map,d.ts,d.ts.map}",
2319
2327
  "navigation-instruments/gauge-radial/gauge-radial.{js,js.map,d.ts,d.ts.map}",
2320
2328
  "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
2329
  "navigation-instruments/gauge-trend/gauge-trend.{js,js.map,d.ts,d.ts.map}",
2323
2330
  "navigation-instruments/gauge-trend-indicator/gauge-trend-indicator.{js,js.map,d.ts,d.ts.map}",
2324
2331
  "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 "]}