@oicl/openbridge-webcomponents-react 2.0.0-next.61 → 2.0.0-next.63

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.
@@ -1,8 +1,3 @@
1
- import { EventName } from '@lit/react';
2
1
  import { ObcIntegrationVesselMenu as ObcIntegrationVesselMenuElement } from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-vessel-menu/integration-vessel-menu.js';
3
- export declare const ObcIntegrationVesselMenu: import("@lit/react").ReactWebComponent<ObcIntegrationVesselMenuElement, {
4
- onButton1Click: EventName<CustomEvent<unknown>>;
5
- onButton2Click: EventName<CustomEvent<unknown>>;
6
- onButton3Click: EventName<CustomEvent<unknown>>;
7
- }>;
2
+ export declare const ObcIntegrationVesselMenu: import("@lit/react").ReactWebComponent<ObcIntegrationVesselMenuElement, {}>;
8
3
  //# sourceMappingURL=integration-vessel-menu.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"integration-vessel-menu.d.ts","sourceRoot":"","sources":["../../src/integration-systems/integration-vessel-menu/integration-vessel-menu.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,wBAAwB,IAAI,+BAA+B,EAAC,MAAM,4GAA4G,CAAC;AAMvL,eAAO,MAAM,wBAAwB;oBAME,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;oBAC/B,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;oBAC/B,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;EAEnE,CAAC"}
1
+ {"version":3,"file":"integration-vessel-menu.d.ts","sourceRoot":"","sources":["../../src/integration-systems/integration-vessel-menu/integration-vessel-menu.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,wBAAwB,IAAI,+BAA+B,EAAC,MAAM,4GAA4G,CAAC;AAMvL,eAAO,MAAM,wBAAwB,6EAOlC,CAAC"}
@@ -5,10 +5,6 @@ export const ObcIntegrationVesselMenu = createComponent({
5
5
  react: React,
6
6
  tagName: 'obc-integration-vessel-menu',
7
7
  elementClass: ObcIntegrationVesselMenuElement,
8
- events: {
9
- onButton1Click: 'button1-click',
10
- onButton2Click: 'button2-click',
11
- onButton3Click: 'button3-click',
12
- }
8
+ events: {}
13
9
  });
14
10
  //# sourceMappingURL=integration-vessel-menu.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"integration-vessel-menu.js","sourceRoot":"","sources":["../../src/integration-systems/integration-vessel-menu/integration-vessel-menu.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,wBAAwB,IAAI,+BAA+B,EAAC,MAAM,4GAA4G,CAAC;AAMvL,MAAM,CAAC,MAAM,wBAAwB,GAAG,eAAe,CAAC;IACtD,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,6BAA6B;IACtC,YAAY,EAAE,+BAA+B;IAC7C,MAAM,EAAE;QAEN,cAAc,EAAE,eAAkD;QAClE,cAAc,EAAE,eAAkD;QAClE,cAAc,EAAE,eAAkD;KACnE;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent, EventName} from '@lit/react';\n \n import {ObcIntegrationVesselMenu as ObcIntegrationVesselMenuElement} from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-vessel-menu/integration-vessel-menu.js';\n \n \n \n\n \n export const ObcIntegrationVesselMenu = createComponent({\n react: React,\n tagName: 'obc-integration-vessel-menu',\n elementClass: ObcIntegrationVesselMenuElement,\n events: {\n \n onButton1Click: 'button1-click' as EventName<CustomEvent<unknown>>,\n onButton2Click: 'button2-click' as EventName<CustomEvent<unknown>>,\n onButton3Click: 'button3-click' as EventName<CustomEvent<unknown>>,\n }\n });\n \n "]}
1
+ {"version":3,"file":"integration-vessel-menu.js","sourceRoot":"","sources":["../../src/integration-systems/integration-vessel-menu/integration-vessel-menu.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,4GAA4G,CAAC;AAMvL,MAAM,CAAC,MAAM,wBAAwB,GAAG,eAAe,CAAC;IACtD,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,6BAA6B;IACtC,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 {ObcIntegrationVesselMenu as ObcIntegrationVesselMenuElement} from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-vessel-menu/integration-vessel-menu.js';\n \n \n \n\n \n export const ObcIntegrationVesselMenu = createComponent({\n react: React,\n tagName: 'obc-integration-vessel-menu',\n elementClass: ObcIntegrationVesselMenuElement,\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.61",
8
+ "version": "2.0.0-next.63",
9
9
  "dependencies": {
10
- "@oicl/openbridge-webcomponents": "^2.0.0-next.60",
10
+ "@oicl/openbridge-webcomponents": "^2.0.0-next.62",
11
11
  "@lit/react": "^1.0.0"
12
12
  },
13
13
  "peerDependencies": {