@oicl/openbridge-webcomponents-react 2.0.0-next.71 → 2.0.0-next.73

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.
@@ -2,6 +2,7 @@ import { EventName } from '@lit/react';
2
2
  import { ObcAlertMenuItem as ObcAlertMenuItemElement } from '@oicl/openbridge-webcomponents/dist/components/alert-menu-item/alert-menu-item.js';
3
3
  export declare const ObcAlertMenuItem: import("@lit/react").ReactWebComponent<ObcAlertMenuItemElement, {
4
4
  onAckClick: EventName<CustomEvent<void>>;
5
+ onAckSecondaryClick: EventName<CustomEvent<void>>;
5
6
  onItemClick: EventName<CustomEvent<void>>;
6
7
  }>;
7
8
  //# sourceMappingURL=alert-menu-item.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"alert-menu-item.d.ts","sourceRoot":"","sources":["../../src/components/alert-menu-item/alert-menu-item.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,gBAAgB,IAAI,uBAAuB,EAAC,MAAM,mFAAmF,CAAC;AAM9I,eAAO,MAAM,gBAAgB;gBAME,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;iBAC1B,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;EAE1D,CAAC"}
1
+ {"version":3,"file":"alert-menu-item.d.ts","sourceRoot":"","sources":["../../src/components/alert-menu-item/alert-menu-item.ts"],"names":[],"mappings":"AAEC,OAAO,EAAkB,SAAS,EAAC,MAAM,YAAY,CAAC;AAEtD,OAAO,EAAC,gBAAgB,IAAI,uBAAuB,EAAC,MAAM,mFAAmF,CAAC;AAM9I,eAAO,MAAM,gBAAgB;gBAME,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;yBACT,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;iBAC7C,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;EAE1D,CAAC"}
@@ -7,6 +7,7 @@ export const ObcAlertMenuItem = createComponent({
7
7
  elementClass: ObcAlertMenuItemElement,
8
8
  events: {
9
9
  onAckClick: 'ack-click',
10
+ onAckSecondaryClick: 'ack-secondary-click',
10
11
  onItemClick: 'item-click',
11
12
  }
12
13
  });
@@ -1 +1 @@
1
- {"version":3,"file":"alert-menu-item.js","sourceRoot":"","sources":["../../src/components/alert-menu-item/alert-menu-item.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,mFAAmF,CAAC;AAM9I,MAAM,CAAC,MAAM,gBAAgB,GAAG,eAAe,CAAC;IAC9C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,qBAAqB;IAC9B,YAAY,EAAE,uBAAuB;IACrC,MAAM,EAAE;QAEN,UAAU,EAAE,WAA2C;QACvD,WAAW,EAAE,YAA4C;KAC1D;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent, EventName} from '@lit/react';\n \n import {ObcAlertMenuItem as ObcAlertMenuItemElement} from '@oicl/openbridge-webcomponents/dist/components/alert-menu-item/alert-menu-item.js';\n \n \n \n\n \n export const ObcAlertMenuItem = createComponent({\n react: React,\n tagName: 'obc-alert-menu-item',\n elementClass: ObcAlertMenuItemElement,\n events: {\n \n onAckClick: 'ack-click' as EventName<CustomEvent<void>>,\n onItemClick: 'item-click' as EventName<CustomEvent<void>>,\n }\n });\n \n "]}
1
+ {"version":3,"file":"alert-menu-item.js","sourceRoot":"","sources":["../../src/components/alert-menu-item/alert-menu-item.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,mFAAmF,CAAC;AAM9I,MAAM,CAAC,MAAM,gBAAgB,GAAG,eAAe,CAAC;IAC9C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,qBAAqB;IAC9B,YAAY,EAAE,uBAAuB;IACrC,MAAM,EAAE;QAEN,UAAU,EAAE,WAA2C;QACvD,mBAAmB,EAAE,qBAAqD;QAC1E,WAAW,EAAE,YAA4C;KAC1D;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent, EventName} from '@lit/react';\n \n import {ObcAlertMenuItem as ObcAlertMenuItemElement} from '@oicl/openbridge-webcomponents/dist/components/alert-menu-item/alert-menu-item.js';\n \n \n \n\n \n export const ObcAlertMenuItem = createComponent({\n react: React,\n tagName: 'obc-alert-menu-item',\n elementClass: ObcAlertMenuItemElement,\n events: {\n \n onAckClick: 'ack-click' as EventName<CustomEvent<void>>,\n onAckSecondaryClick: 'ack-secondary-click' as EventName<CustomEvent<void>>,\n onItemClick: 'item-click' as EventName<CustomEvent<void>>,\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.71",
8
+ "version": "2.0.0-next.73",
9
9
  "dependencies": {
10
- "@oicl/openbridge-webcomponents": "^2.0.0-next.70",
10
+ "@oicl/openbridge-webcomponents": "^2.0.0-next.72",
11
11
  "@lit/react": "^1.0.0"
12
12
  },
13
13
  "peerDependencies": {