@meetelise/chat 1.43.38 → 1.43.40

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.
@@ -7,6 +7,7 @@ import { TourAvailabilityResponse, TourAvailabilityResponseRankOrderedSupportedT
7
7
  import { MESelect } from "../me-select";
8
8
  import { LabeledOption } from "../../fetchBuildingInfo";
9
9
  export declare class TourScheduler extends LitElement {
10
+ connectedCallback(): void;
10
11
  tourTypeOptions: LabeledOption[];
11
12
  chatId: string;
12
13
  buildingId: number;
@@ -1,5 +1,6 @@
1
1
  import { LitElement, TemplateResult } from "lit";
2
2
  export declare class ActionConfirmButton extends LitElement {
3
+ static shadowRootOptions: ShadowRootInit;
3
4
  static styles: import("lit").CSSResult[];
4
5
  onClick?: () => void;
5
6
  text: string;
@@ -19,6 +19,8 @@ export declare class MESelect extends LitElement {
19
19
  constructor();
20
20
  static styles: import("lit").CSSResult[];
21
21
  firstUpdated: () => void;
22
+ private listboxId;
23
+ private optionId;
22
24
  render(): TemplateResult;
23
25
  }
24
26
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meetelise/chat",
3
- "version": "1.43.38",
3
+ "version": "1.43.40",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "homepage": "https://github.com/MeetElise/chat-ui#readme",