@oicl/openbridge-webcomponents-react 2.0.0-next.135 → 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.
@@ -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 "]}
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.135",
8
+ "version": "2.0.0-next.136",
9
9
  "dependencies": {
10
- "@oicl/openbridge-webcomponents": "^2.0.0-next.135",
10
+ "@oicl/openbridge-webcomponents": "^2.0.0-next.136",
11
11
  "@lit/react": "^1.0.0"
12
12
  },
13
13
  "peerDependencies": {
@@ -70,7 +70,10 @@
70
70
  "automation/gauge-motors-and-pumps/gauge-motors-and-pumps.{js,js.map,d.ts,d.ts.map}",
71
71
  "automation/gauge-valve/gauge-valve.{js,js.map,d.ts,d.ts.map}",
72
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}",
73
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}",
74
77
  "automation/indicator-battery/indicator-battery.{js,js.map,d.ts,d.ts.map}",
75
78
  "automation/indicator-engine/indicator-engine.{js,js.map,d.ts,d.ts.map}",
76
79
  "automation/indicator-generator/indicator-generator.{js,js.map,d.ts,d.ts.map}",
@@ -84,6 +87,7 @@
84
87
  "automation/resistor/resistor.{js,js.map,d.ts,d.ts.map}",
85
88
  "automation/router/router.{js,js.map,d.ts,d.ts.map}",
86
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}",
87
91
  "automation/switch/switch.{js,js.map,d.ts,d.ts.map}",
88
92
  "automation/three-way-line/three-way-line.{js,js.map,d.ts,d.ts.map}",
89
93
  "automation/transformer/transformer.{js,js.map,d.ts,d.ts.map}",