obi-sdk 0.10.0 → 0.11.0

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.
@@ -21,6 +21,9 @@ export declare class ObiWidget extends LitElement {
21
21
  private navVisible;
22
22
  private activeSession;
23
23
  private volume;
24
+ private databaseConfig;
25
+ private configLoaded;
26
+ private configInCode;
24
27
  private sessionToken;
25
28
  private roomToken;
26
29
  private roomUrl;
@@ -28,6 +31,8 @@ export declare class ObiWidget extends LitElement {
28
31
  private obiClient;
29
32
  private closeNavTimeoutRef;
30
33
  private researchingTimeoutRef;
34
+ private urlCheckInterval;
35
+ private currentUrl;
31
36
  constructor();
32
37
  private updateFromConfig;
33
38
  /**
@@ -62,6 +67,10 @@ export declare class ObiWidget extends LitElement {
62
67
  * Clear session-related data from localStorage
63
68
  */
64
69
  private clearSessionStorage;
70
+ /**
71
+ * Handle URL changes to check if the new URL is blacklisted
72
+ */
73
+ private handleUrlChange;
65
74
  private saveSessionData;
66
75
  private sessionConnectionCheck;
67
76
  connectedCallback(): void;
@@ -75,5 +84,7 @@ export declare class ObiWidget extends LitElement {
75
84
  */
76
85
  private terminateSession;
77
86
  private handleItemSelect;
87
+ private fetchDatabaseConfig;
88
+ private applyFinalConfiguration;
78
89
  render(): import("lit").TemplateResult<1> | typeof nothing;
79
90
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "obi-sdk",
3
- "version": "0.10.0",
3
+ "version": "0.11.0",
4
4
  "description": "JavaScript SDK for Obi",
5
5
  "type": "module",
6
6
  "main": "dist/obi-sdk.umd.js",
@@ -1,6 +0,0 @@
1
- import { O } from "./obi-widget-d8d64ad7.js";
2
- import "./types-e0297e7b.js";
3
- export {
4
- O as ObiWidget
5
- };
6
- //# sourceMappingURL=index-e3a03e58.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index-e3a03e58.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}