@londondynamics/pericles-webcomponent
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -18,2 +18,3 @@ import { LitElement } from 'lit'; | ||
export declare class Configurator extends LitElement { | ||
debug: 'off' | 'info' | 'warn' | 'error' | undefined; | ||
customerId: string | undefined; | ||
@@ -20,0 +21,0 @@ productId?: string; |
@@ -631,2 +631,3 @@ /** | ||
"camera-transition-duration", | ||
"debug", | ||
"disable-retries", | ||
@@ -689,3 +690,3 @@ "disable-scroll-wheel", | ||
constructor() { | ||
super(...arguments), this.customerId = void 0, this.viewer = "realtime", this.host = "https://configurator.v2.londondynamics.com", this.defaultSelection = {}, this.getCurrentSelection = (s) => this._pingpongPostMessage( | ||
super(...arguments), this.debug = void 0, this.customerId = void 0, this.viewer = "realtime", this.host = "https://configurator.v2.londondynamics.com", this.defaultSelection = {}, this.getCurrentSelection = (s) => this._pingpongPostMessage( | ||
{ | ||
@@ -1053,2 +1054,5 @@ type: "currentValues" | ||
l([ | ||
p({ type: String, attribute: "debug" }) | ||
], h.prototype, "debug", 2); | ||
l([ | ||
p({ type: String, attribute: "customer-id" }) | ||
@@ -1055,0 +1059,0 @@ ], h.prototype, "customerId", 2); |
{ | ||
"name": "@londondynamics/pericles-webcomponent", | ||
"license": "MIT", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
84721
1515