@oicl/openbridge-webcomponents-react 2.0.0-next.148 → 2.0.0-next.149

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,13 +1,13 @@
1
1
  import { EventName } from '@lit/react';
2
2
  import { ObcIntegrationBar as ObcIntegrationBarElement } from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-bar/integration-bar.js';
3
3
  export declare const ObcIntegrationBar: import("@lit/react").ReactWebComponent<ObcIntegrationBarElement, {
4
- onFleetButtonClick: EventName<CustomEvent<unknown>>;
5
- onLinkButtonClicked: EventName<CustomEvent<unknown>>;
6
- onAlertButtonClicked: EventName<CustomEvent<unknown>>;
7
- onNotificationButtonClicked: EventName<CustomEvent<unknown>>;
8
- onScreenButtonClicked: EventName<CustomEvent<unknown>>;
9
- onSystemButtonClicked: EventName<CustomEvent<unknown>>;
10
- onDimmingButtonClicked: EventName<CustomEvent<unknown>>;
11
- onUserButtonClicked: EventName<CustomEvent<unknown>>;
4
+ onFleetButtonClick: EventName<CustomEvent>;
5
+ onLinkButtonClicked: EventName<CustomEvent>;
6
+ onAlertButtonClicked: EventName<CustomEvent>;
7
+ onNotificationButtonClicked: EventName<CustomEvent>;
8
+ onScreenButtonClicked: EventName<CustomEvent>;
9
+ onSystemButtonClicked: EventName<CustomEvent>;
10
+ onDimmingButtonClicked: EventName<CustomEvent>;
11
+ onUserButtonClicked: EventName<CustomEvent>;
12
12
  }>;
13
13
  //# sourceMappingURL=integration-bar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"integration-bar.d.ts","sourceRoot":"","sources":["../../src/integration-systems/integration-bar/integration-bar.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,iBAAiB,IAAI,wBAAwB,EAAC,MAAM,4FAA4F,CAAC;AAMzJ,eAAO,MAAM,iBAAiB;wBAMkB,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;yBAC7B,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;0BAC7B,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;iCACjB,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;2BAC3C,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;2BAC/B,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;4BAC7B,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;yBACrC,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;EAE9E,CAAC"}
1
+ {"version":3,"file":"integration-bar.d.ts","sourceRoot":"","sources":["../../src/integration-systems/integration-bar/integration-bar.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,iBAAiB,IAAI,wBAAwB,EAAC,MAAM,4FAA4F,CAAC;AAMzJ,eAAO,MAAM,iBAAiB;wBAMkB,SAAS,CAAC,WAAW,CAAC;yBACpB,SAAS,CAAC,WAAW,CAAC;0BACpB,SAAS,CAAC,WAAW,CAAC;iCACR,SAAS,CAAC,WAAW,CAAC;2BAClC,SAAS,CAAC,WAAW,CAAC;2BACtB,SAAS,CAAC,WAAW,CAAC;4BACpB,SAAS,CAAC,WAAW,CAAC;yBAC5B,SAAS,CAAC,WAAW,CAAC;EAErE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"integration-bar.js","sourceRoot":"","sources":["../../src/integration-systems/integration-bar/integration-bar.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,iBAAiB,IAAI,wBAAwB,EAAC,MAAM,4FAA4F,CAAC;AAMzJ,MAAM,CAAC,MAAM,iBAAiB,GAAG,eAAe,CAAC;IAC/C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,qBAAqB;IAC9B,YAAY,EAAE,wBAAwB;IACtC,MAAM,EAAE;QAEN,kBAAkB,EAAE,oBAAuD;QAC3E,mBAAmB,EAAE,qBAAwD;QAC7E,oBAAoB,EAAE,sBAAyD;QAC/E,2BAA2B,EAAE,6BAAgE;QAC7F,qBAAqB,EAAE,uBAA0D;QACjF,qBAAqB,EAAE,uBAA0D;QACjF,sBAAsB,EAAE,wBAA2D;QACnF,mBAAmB,EAAE,qBAAwD;KAC9E;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent, EventName} from '@lit/react';\n \n import {ObcIntegrationBar as ObcIntegrationBarElement} from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-bar/integration-bar.js';\n \n \n \n\n \n export const ObcIntegrationBar = createComponent({\n react: React,\n tagName: 'obc-integration-bar',\n elementClass: ObcIntegrationBarElement,\n events: {\n \n onFleetButtonClick: 'fleet-button-click' as EventName<CustomEvent<unknown>>,\n onLinkButtonClicked: 'link-button-clicked' as EventName<CustomEvent<unknown>>,\n onAlertButtonClicked: 'alert-button-clicked' as EventName<CustomEvent<unknown>>,\n onNotificationButtonClicked: 'notification-button-clicked' as EventName<CustomEvent<unknown>>,\n onScreenButtonClicked: 'screen-button-clicked' as EventName<CustomEvent<unknown>>,\n onSystemButtonClicked: 'system-button-clicked' as EventName<CustomEvent<unknown>>,\n onDimmingButtonClicked: 'dimming-button-clicked' as EventName<CustomEvent<unknown>>,\n onUserButtonClicked: 'user-button-clicked' as EventName<CustomEvent<unknown>>,\n }\n });\n \n "]}
1
+ {"version":3,"file":"integration-bar.js","sourceRoot":"","sources":["../../src/integration-systems/integration-bar/integration-bar.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,iBAAiB,IAAI,wBAAwB,EAAC,MAAM,4FAA4F,CAAC;AAMzJ,MAAM,CAAC,MAAM,iBAAiB,GAAG,eAAe,CAAC;IAC/C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,qBAAqB;IAC9B,YAAY,EAAE,wBAAwB;IACtC,MAAM,EAAE;QAEN,kBAAkB,EAAE,oBAA8C;QAClE,mBAAmB,EAAE,qBAA+C;QACpE,oBAAoB,EAAE,sBAAgD;QACtE,2BAA2B,EAAE,6BAAuD;QACpF,qBAAqB,EAAE,uBAAiD;QACxE,qBAAqB,EAAE,uBAAiD;QACxE,sBAAsB,EAAE,wBAAkD;QAC1E,mBAAmB,EAAE,qBAA+C;KACrE;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent, EventName} from '@lit/react';\n \n import {ObcIntegrationBar as ObcIntegrationBarElement} from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-bar/integration-bar.js';\n \n \n \n\n \n export const ObcIntegrationBar = createComponent({\n react: React,\n tagName: 'obc-integration-bar',\n elementClass: ObcIntegrationBarElement,\n events: {\n \n onFleetButtonClick: 'fleet-button-click' as EventName<CustomEvent>,\n onLinkButtonClicked: 'link-button-clicked' as EventName<CustomEvent>,\n onAlertButtonClicked: 'alert-button-clicked' as EventName<CustomEvent>,\n onNotificationButtonClicked: 'notification-button-clicked' as EventName<CustomEvent>,\n onScreenButtonClicked: 'screen-button-clicked' as EventName<CustomEvent>,\n onSystemButtonClicked: 'system-button-clicked' as EventName<CustomEvent>,\n onDimmingButtonClicked: 'dimming-button-clicked' as EventName<CustomEvent>,\n onUserButtonClicked: 'user-button-clicked' as EventName<CustomEvent>,\n }\n });\n \n "]}
@@ -1,10 +1,13 @@
1
1
  import { EventName } from '@lit/react';
2
2
  import { ObcIntegrationBarDropdown as ObcIntegrationBarDropdownElement } from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-bar-dropdown/integration-bar-dropdown.js';
3
3
  export declare const ObcIntegrationBarDropdown: import("@lit/react").ReactWebComponent<ObcIntegrationBarDropdownElement, {
4
- onHomeButtonClicked: EventName<CustomEvent<unknown>>;
5
- onDimmingButtonClicked: EventName<CustomEvent<unknown>>;
6
- onNotificationButtonClicked: EventName<CustomEvent<unknown>>;
7
- onUserButtonClicked: EventName<CustomEvent<unknown>>;
8
- onSystemButtonClicked: EventName<CustomEvent<unknown>>;
4
+ onHomeButtonClicked: EventName<CustomEvent>;
5
+ onLinkButtonClicked: EventName<CustomEvent>;
6
+ onAlertButtonClicked: EventName<CustomEvent>;
7
+ onDimmingButtonClicked: EventName<CustomEvent>;
8
+ onNotificationButtonClicked: EventName<CustomEvent>;
9
+ onScreenButtonClicked: EventName<CustomEvent>;
10
+ onUserButtonClicked: EventName<CustomEvent>;
11
+ onSystemButtonClicked: EventName<CustomEvent>;
9
12
  }>;
10
13
  //# sourceMappingURL=integration-bar-dropdown.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"integration-bar-dropdown.d.ts","sourceRoot":"","sources":["../../src/integration-systems/integration-bar-dropdown/integration-bar-dropdown.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,yBAAyB,IAAI,gCAAgC,EAAC,MAAM,8GAA8G,CAAC;AAM3L,eAAO,MAAM,yBAAyB;yBAMY,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;4BACzB,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;iCACrB,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;yBAC/C,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;2BAC3B,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC,CAAC;EAElF,CAAC"}
1
+ {"version":3,"file":"integration-bar-dropdown.d.ts","sourceRoot":"","sources":["../../src/integration-systems/integration-bar-dropdown/integration-bar-dropdown.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,yBAAyB,IAAI,gCAAgC,EAAC,MAAM,8GAA8G,CAAC;AAM3L,eAAO,MAAM,yBAAyB;yBAMY,SAAS,CAAC,WAAW,CAAC;yBACtB,SAAS,CAAC,WAAW,CAAC;0BACpB,SAAS,CAAC,WAAW,CAAC;4BAClB,SAAS,CAAC,WAAW,CAAC;iCACZ,SAAS,CAAC,WAAW,CAAC;2BAClC,SAAS,CAAC,WAAW,CAAC;yBAC1B,SAAS,CAAC,WAAW,CAAC;2BAClB,SAAS,CAAC,WAAW,CAAC;EAEzE,CAAC"}
@@ -7,8 +7,11 @@ export const ObcIntegrationBarDropdown = createComponent({
7
7
  elementClass: ObcIntegrationBarDropdownElement,
8
8
  events: {
9
9
  onHomeButtonClicked: 'home-button-clicked',
10
+ onLinkButtonClicked: 'link-button-clicked',
11
+ onAlertButtonClicked: 'alert-button-clicked',
10
12
  onDimmingButtonClicked: 'dimming-button-clicked',
11
13
  onNotificationButtonClicked: 'notification-button-clicked',
14
+ onScreenButtonClicked: 'screen-button-clicked',
12
15
  onUserButtonClicked: 'user-button-clicked',
13
16
  onSystemButtonClicked: 'system-button-clicked',
14
17
  }
@@ -1 +1 @@
1
- {"version":3,"file":"integration-bar-dropdown.js","sourceRoot":"","sources":["../../src/integration-systems/integration-bar-dropdown/integration-bar-dropdown.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,yBAAyB,IAAI,gCAAgC,EAAC,MAAM,8GAA8G,CAAC;AAM3L,MAAM,CAAC,MAAM,yBAAyB,GAAG,eAAe,CAAC;IACvD,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,8BAA8B;IACvC,YAAY,EAAE,gCAAgC;IAC9C,MAAM,EAAE;QAEN,mBAAmB,EAAE,qBAAwD;QAC7E,sBAAsB,EAAE,wBAA2D;QACnF,2BAA2B,EAAE,6BAAgE;QAC7F,mBAAmB,EAAE,qBAAwD;QAC7E,qBAAqB,EAAE,uBAA0D;KAClF;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent, EventName} from '@lit/react';\n \n import {ObcIntegrationBarDropdown as ObcIntegrationBarDropdownElement} from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-bar-dropdown/integration-bar-dropdown.js';\n \n \n \n\n \n export const ObcIntegrationBarDropdown = createComponent({\n react: React,\n tagName: 'obc-integration-bar-dropdown',\n elementClass: ObcIntegrationBarDropdownElement,\n events: {\n \n onHomeButtonClicked: 'home-button-clicked' as EventName<CustomEvent<unknown>>,\n onDimmingButtonClicked: 'dimming-button-clicked' as EventName<CustomEvent<unknown>>,\n onNotificationButtonClicked: 'notification-button-clicked' as EventName<CustomEvent<unknown>>,\n onUserButtonClicked: 'user-button-clicked' as EventName<CustomEvent<unknown>>,\n onSystemButtonClicked: 'system-button-clicked' as EventName<CustomEvent<unknown>>,\n }\n });\n \n "]}
1
+ {"version":3,"file":"integration-bar-dropdown.js","sourceRoot":"","sources":["../../src/integration-systems/integration-bar-dropdown/integration-bar-dropdown.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAY,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,yBAAyB,IAAI,gCAAgC,EAAC,MAAM,8GAA8G,CAAC;AAM3L,MAAM,CAAC,MAAM,yBAAyB,GAAG,eAAe,CAAC;IACvD,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,8BAA8B;IACvC,YAAY,EAAE,gCAAgC;IAC9C,MAAM,EAAE;QAEN,mBAAmB,EAAE,qBAA+C;QACpE,mBAAmB,EAAE,qBAA+C;QACpE,oBAAoB,EAAE,sBAAgD;QACtE,sBAAsB,EAAE,wBAAkD;QAC1E,2BAA2B,EAAE,6BAAuD;QACpF,qBAAqB,EAAE,uBAAiD;QACxE,mBAAmB,EAAE,qBAA+C;QACpE,qBAAqB,EAAE,uBAAiD;KACzE;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent, EventName} from '@lit/react';\n \n import {ObcIntegrationBarDropdown as ObcIntegrationBarDropdownElement} from '@oicl/openbridge-webcomponents/dist/integration-systems/integration-bar-dropdown/integration-bar-dropdown.js';\n \n \n \n\n \n export const ObcIntegrationBarDropdown = createComponent({\n react: React,\n tagName: 'obc-integration-bar-dropdown',\n elementClass: ObcIntegrationBarDropdownElement,\n events: {\n \n onHomeButtonClicked: 'home-button-clicked' as EventName<CustomEvent>,\n onLinkButtonClicked: 'link-button-clicked' as EventName<CustomEvent>,\n onAlertButtonClicked: 'alert-button-clicked' as EventName<CustomEvent>,\n onDimmingButtonClicked: 'dimming-button-clicked' as EventName<CustomEvent>,\n onNotificationButtonClicked: 'notification-button-clicked' as EventName<CustomEvent>,\n onScreenButtonClicked: 'screen-button-clicked' as EventName<CustomEvent>,\n onUserButtonClicked: 'user-button-clicked' as EventName<CustomEvent>,\n onSystemButtonClicked: 'system-button-clicked' as EventName<CustomEvent>,\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.148",
8
+ "version": "2.0.0-next.149",
9
9
  "dependencies": {
10
- "@oicl/openbridge-webcomponents": "^2.0.0-next.148",
10
+ "@oicl/openbridge-webcomponents": "^2.0.0-next.149",
11
11
  "@lit/react": "^1.0.0"
12
12
  },
13
13
  "peerDependencies": {