@operato/scene-urdf 1.2.3 → 1.2.4

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ### [1.2.4](https://github.com/things-scene/operato-scene/compare/v1.2.3...v1.2.4) (2023-02-13)
7
+
8
+
9
+ ### :bug: Bug Fix
10
+
11
+ * [#5](https://github.com/things-scene/operato-scene/issues/5) done ([8de018c](https://github.com/things-scene/operato-scene/commit/8de018c61c3195a557ba69121a4255865dfa2345))
12
+
13
+
14
+
6
15
  ### [1.2.3](https://github.com/things-scene/operato-scene/compare/v1.2.2...v1.2.3) (2023-02-09)
7
16
 
8
17
 
@@ -109,7 +109,7 @@ export default class URDFViewerElement extends HTMLElement {
109
109
  // World setup
110
110
  const world = new THREE.Object3D();
111
111
  scene.add(world);
112
- const plane = new THREE.Mesh(new THREE.PlaneBufferGeometry(40, 40), new THREE.ShadowMaterial({ side: THREE.DoubleSide, transparent: true, opacity: 0.5 }));
112
+ const plane = new THREE.Mesh(new THREE.PlaneGeometry(40, 40), new THREE.ShadowMaterial({ side: THREE.DoubleSide, transparent: true, opacity: 0.5 }));
113
113
  plane.rotation.x = -Math.PI / 2;
114
114
  plane.position.y = -0.5;
115
115
  plane.receiveShadow = true;
@@ -297,9 +297,10 @@ export default class URDFViewerElement extends HTMLElement {
297
297
  if (m instanceof THREE.MeshBasicMaterial) {
298
298
  m = new THREE.MeshPhongMaterial();
299
299
  }
300
- if (m.map) {
301
- m.map.encoding = THREE.GammaEncoding;
302
- }
300
+ // FIXME THREE.GammaEncoding is removed at v136
301
+ // if (m.map) {
302
+ // m.map.encoding = THREE.GammaEncoding
303
+ // }
303
304
  return m;
304
305
  });
305
306
  c.material = mats.length === 1 ? mats[0] : mats;
@@ -1 +1 @@
1
- {"version":3,"file":"urdf-viewer-element.js","sourceRoot":"","sources":["../../src/elements/urdf-viewer-element.ts"],"names":[],"mappings":"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","sourcesContent":["import * as THREE from 'three'\nimport { OrbitControls } from 'three/examples/jsm/controls/OrbitControls'\nimport URDFLoader, { URDFJoint, URDFRobot } from 'urdf-loader/src/URDFLoader'\nimport { XacroLoader } from 'xacro-parser'\n\n// urdf-viewer element\n// Loads and displays a 3D view of a URDF-formatted robot\n\n// Events\n// urdf-change: Fires when the URDF has finished loading and getting processed\n// urdf-processed: Fires when the URDF has finished loading and getting processed\n// geometry-loaded: Fires when all the geometry has been fully loaded\n// ignore-limits-change: Fires when the 'ignore-limits' attribute changes\n// angle-change: Fires when an angle changes\nexport default class URDFViewerElement extends HTMLElement {\n static get observedAttributes() {\n return ['package', 'urdf', 'up', 'display-shadow', 'ambient-color', 'ignore-limits', 'no-auto-recenter']\n }\n\n get package() {\n return this.getAttribute('package') || ''\n }\n set package(val) {\n this.setAttribute('package', val)\n }\n\n get urdf() {\n return this.getAttribute('urdf') || ''\n }\n set urdf(val) {\n this.setAttribute('urdf', val)\n }\n\n get ignoreLimits() {\n return this.hasAttribute('ignore-limits') || false\n }\n set ignoreLimits(val) {\n val ? this.setAttribute('ignore-limits', String(val)) : this.removeAttribute('ignore-limits')\n }\n\n get up() {\n return this.getAttribute('up') || '+Z'\n }\n set up(val) {\n this.setAttribute('up', val)\n }\n\n get displayShadow() {\n return this.hasAttribute('display-shadow') || false\n }\n set displayShadow(val) {\n val ? this.setAttribute('display-shadow', '') : this.removeAttribute('display-shadow')\n }\n\n get ambientColor() {\n return this.getAttribute('ambient-color') || '#455A64'\n }\n set ambientColor(val) {\n val ? this.setAttribute('ambient-color', val) : this.removeAttribute('ambient-color')\n }\n\n get noAutoRecenter() {\n return this.hasAttribute('no-auto-recenter') || false\n }\n set noAutoRecenter(val) {\n val ? this.setAttribute('no-auto-recenter', String(true)) : this.removeAttribute('no-auto-recenter')\n }\n\n get jointValues() {\n const values = {} as any\n if (this.robot) {\n for (const name in this.robot.joints) {\n const joint = this.robot.joints[name]\n values[name] = joint.jointValue.length === 1 ? joint.angle : [...joint.jointValue]\n }\n }\n\n return values\n }\n set jointValues(val) {\n this.setJointValues(val)\n }\n\n get angles() {\n return this.jointValues\n }\n set angles(v) {\n this.jointValues = v\n }\n\n robot?: URDFRobot\n controls: OrbitControls\n scene: THREE.Scene\n camera: THREE.PerspectiveCamera\n\n world: THREE.Object3D\n renderer: THREE.WebGLRenderer\n plane: THREE.Mesh\n directionalLight: THREE.DirectionalLight\n ambientLight: THREE.HemisphereLight\n\n _prevload?: string\n _requestId = 0\n _dirty = true\n _loadScheduled = false\n loadMeshFunc?: (\n url: string,\n manager: THREE.LoadingManager,\n onLoad: (mesh: THREE.Object3D, err?: Error) => void\n ) => void\n urlModifierFunc?: (url: string) => string\n\n /* Lifecycle Functions */\n constructor() {\n super()\n\n const scene = new THREE.Scene()\n\n const ambientLight = new THREE.HemisphereLight(this.ambientColor, '#000')\n ambientLight.groundColor.lerp(ambientLight.color, 0.5)\n ambientLight.intensity = 0.5\n ambientLight.position.set(0, 1, 0)\n scene.add(ambientLight)\n\n // Light setup\n const dirLight = new THREE.DirectionalLight(0xffffff)\n dirLight.position.set(4, 10, 1)\n dirLight.shadow.mapSize.width = 2048\n dirLight.shadow.mapSize.height = 2048\n dirLight.shadow.normalBias = 0.001\n dirLight.castShadow = true\n scene.add(dirLight)\n scene.add(dirLight.target)\n\n // Renderer setup\n const renderer = new THREE.WebGLRenderer({ antialias: true, alpha: true })\n renderer.setClearColor(0xffffff)\n renderer.setClearAlpha(0)\n renderer.shadowMap.enabled = true\n renderer.shadowMap.type = THREE.PCFSoftShadowMap\n renderer.outputEncoding = THREE.sRGBEncoding\n\n // Camera setup\n const camera = new THREE.PerspectiveCamera(75, 1, 0.1, 1000)\n camera.position.z = -10\n\n // World setup\n const world = new THREE.Object3D()\n scene.add(world)\n\n const plane = new THREE.Mesh(\n new THREE.PlaneBufferGeometry(40, 40),\n new THREE.ShadowMaterial({ side: THREE.DoubleSide, transparent: true, opacity: 0.5 })\n )\n plane.rotation.x = -Math.PI / 2\n plane.position.y = -0.5\n plane.receiveShadow = true\n plane.scale.set(10, 10, 10)\n scene.add(plane)\n\n // Controls setup\n const controls = new OrbitControls(camera, renderer.domElement)\n controls.rotateSpeed = 2.0\n controls.zoomSpeed = 5\n controls.panSpeed = 2\n controls.enableZoom = true\n controls.enableDamping = false\n controls.maxDistance = 50\n controls.minDistance = 0.25\n controls.addEventListener('change', () => this.recenter())\n\n this.scene = scene\n this.world = world\n this.renderer = renderer\n this.camera = camera\n this.controls = controls\n this.plane = plane\n this.directionalLight = dirLight\n this.ambientLight = ambientLight\n\n this._setUp(this.up)\n }\n\n connectedCallback() {\n if (!this.querySelector('canvas')) {\n var canvas = this.renderer.domElement\n canvas.style.display = 'block'\n canvas.style.width = '100%'\n canvas.style.height = '100%'\n\n this.appendChild(canvas)\n }\n\n requestAnimationFrame(() => this.recenter())\n }\n\n disconnectedCallback() {}\n\n attributeChangedCallback(attr: string, oldval: any, newval: any) {\n this.recenter()\n\n switch (attr) {\n case 'package':\n case 'urdf': {\n this._scheduleLoad()\n break\n }\n\n case 'up': {\n this._setUp(this.up)\n break\n }\n\n case 'ambient-color': {\n this.ambientLight.color.set(this.ambientColor)\n this.ambientLight.groundColor.set('#000').lerp(this.ambientLight.color, 0.5)\n break\n }\n\n case 'ignore-limits': {\n this._setIgnoreLimits(this.ignoreLimits, true)\n break\n }\n }\n }\n\n /* Public API */\n updateSize() {\n const r = this.renderer\n const w = this.clientWidth\n const h = this.clientHeight\n\n const currsize = r.getSize(new THREE.Vector2())\n\n if (currsize.width !== w || currsize.height !== h) {\n this.recenter()\n }\n\n r.setPixelRatio(window.devicePixelRatio)\n r.setSize(w, h, false)\n\n this.camera.aspect = w / h\n this.camera.updateProjectionMatrix()\n }\n\n redraw() {\n if (this.parentNode && this._dirty) {\n this._dirty = false\n try {\n this.updateSize()\n\n if (!this.noAutoRecenter) {\n this._updateEnvironment()\n }\n\n this.renderer.render(this.scene, this.camera)\n\n // update controls after the environment in\n // case the controls are retargeted\n this.controls.update()\n } catch (err) {\n console.error(err)\n } finally {\n this._dirty = true\n }\n }\n }\n\n recenter() {\n this._updateEnvironment()\n this.redraw()\n }\n\n // Set the joint with jointName to\n // angle in degrees\n setJointValue(jointName: string, ...values: Number[]) {\n if (!this.robot) return\n if (!this.robot.joints[jointName]) return\n\n if (this.robot.joints[jointName].setJointValue(values[0], values[1], values[2]) as any) {\n this.redraw()\n this.dispatchEvent(new CustomEvent('angle-change', { bubbles: true, cancelable: true, detail: jointName }))\n }\n }\n\n setJointValues(values: Number[]) {\n for (const name in values) this.setJointValue(name, values[name])\n }\n\n /* Private Functions */\n // Updates the position of the plane to be at the\n // lowest point below the robot and focuses the\n // camera on the center of the scene\n _updateEnvironment() {\n if (!this.robot) return\n\n this.world.updateMatrixWorld()\n\n const bbox = new THREE.Box3()\n bbox.setFromObject(this.robot)\n\n const center = bbox.getCenter(new THREE.Vector3())\n this.controls.target.y = center.y\n this.plane.position.y = bbox.min.y - 1e-3\n\n const dirLight = this.directionalLight\n dirLight.castShadow = this.displayShadow\n\n if (this.displayShadow) {\n // Update the shadow camera rendering bounds to encapsulate the\n // model. We use the bounding sphere of the bounding box for\n // simplicity -- this could be a tighter fit.\n const sphere = bbox.getBoundingSphere(new THREE.Sphere())\n const minmax = sphere.radius\n const cam = dirLight.shadow.camera\n cam.left = cam.bottom = -minmax\n cam.right = cam.top = minmax\n\n // Update the camera to focus on the center of the model so the\n // shadow can encapsulate it\n const offset = dirLight.position.clone().sub(dirLight.target.position)\n dirLight.target.position.copy(center)\n dirLight.position.copy(center).add(offset)\n\n cam.updateProjectionMatrix()\n }\n }\n\n _scheduleLoad() {\n // if our current model is already what's being requested\n // or has been loaded then early out\n if (this._prevload === `${this.package}|${this.urdf}`) return\n this._prevload = `${this.package}|${this.urdf}`\n\n // if we're already waiting on a load then early out\n if (this._loadScheduled) return\n this._loadScheduled = true\n\n if (this.robot) {\n this.robot.traverse((c: any) => c.dispose && c.dispose())\n this.robot.parent!.remove(this.robot)\n delete this.robot\n }\n\n requestAnimationFrame(() => {\n this._loadUrdf(this.package, this.urdf)\n this._loadScheduled = false\n })\n }\n\n // Watch the package and urdf field and load the robot model.\n // This should _only_ be called from _scheduleLoad because that\n // ensures the that current robot has been removed\n _loadUrdf(pkg: string, urdf: string) {\n this.dispatchEvent(new CustomEvent('urdf-change', { bubbles: true, cancelable: true, composed: true }))\n\n if (urdf) {\n // Keep track of this request and make\n // sure it doesn't get overwritten by\n // a subsequent one\n this._requestId++\n const requestId = this._requestId\n\n const updateMaterials = (mesh: URDFRobot) => {\n mesh.traverse(c => {\n if ((c as any).isMesh) {\n c.castShadow = true\n c.receiveShadow = true\n\n if ((c as any).material) {\n const mats = (Array.isArray((c as any).material) ? (c as any).material : [(c as any).material]).map(\n (m: any) => {\n if (m instanceof THREE.MeshBasicMaterial) {\n m = new THREE.MeshPhongMaterial()\n }\n\n if (m.map) {\n m.map.encoding = THREE.GammaEncoding\n }\n\n return m\n }\n )\n\n ;(c as any).material = mats.length === 1 ? mats[0] : mats\n }\n }\n })\n }\n\n if (pkg.includes(':') && pkg.split(':')[1].substring(0, 2) !== '//') {\n // E.g. pkg = \"pkg_name: path/to/pkg_name, pk2: path2/to/pk2\"}\n\n // Convert pkg(s) into a map. E.g.\n // { \"pkg_name\": \"path/to/pkg_name\",\n // \"pk2\": \"path2/to/pk2\" }\n\n pkg = pkg.split(',').reduce((map: any, value: string) => {\n const split = value.split(/:/).filter(x => !!x)\n const pkgName = split.shift()!.trim()\n const pkgPath = split.join(':').trim()\n map[pkgName] = pkgPath\n\n return map\n }, {} as any)\n }\n\n let robot: URDFRobot\n const manager = new THREE.LoadingManager()\n manager.onLoad = () => {\n // If another request has come in to load a new\n // robot, then ignore this one\n if (this._requestId !== requestId) {\n robot.traverse(c => (c as any).dispose && (c as any).dispose())\n return\n }\n\n this.robot = robot\n\n this.world.add(robot)\n updateMaterials(robot)\n\n this._setIgnoreLimits(this.ignoreLimits)\n\n this.dispatchEvent(new CustomEvent('urdf-processed', { bubbles: true, cancelable: true, composed: true }))\n this.dispatchEvent(new CustomEvent('geometry-loaded', { bubbles: true, cancelable: true, composed: true }))\n\n this.recenter()\n }\n\n if (this.urlModifierFunc) {\n manager.setURLModifier(this.urlModifierFunc)\n }\n\n const checkXacro = /[.]/.exec(urdf) ? /[^.]+$/.exec(urdf) : undefined\n\n if (checkXacro && checkXacro[0] === 'xacro') {\n const xacroLoader = new XacroLoader()\n try {\n xacroLoader.load(\n urdf,\n xml => {\n const loader = new URDFLoader(manager)\n loader.packages = pkg\n loader.loadMeshCb = this.loadMeshFunc!\n loader.fetchOptions = { mode: 'cors', credentials: 'same-origin' }\n robot = loader.parse(xml)\n },\n err => {\n console.error('xacroloader error: ', err)\n }\n )\n } catch (error) {\n console.error(error)\n }\n } else {\n const loader = new URDFLoader(manager)\n loader.packages = pkg\n loader.loadMeshCb = this.loadMeshFunc!\n loader.fetchOptions = { mode: 'cors', credentials: 'same-origin' }\n loader.load(urdf, model => (robot = model))\n }\n }\n }\n\n // Watch the coordinate frame and update the\n // rotation of the scene to match\n _setUp(up: string) {\n if (!up) up = '+Z'\n up = up.toUpperCase()\n const sign = up.replace(/[^-+]/g, '')[0] || '+'\n const axis = up.replace(/[^XYZ]/gi, '')[0] || 'Z'\n\n const PI = Math.PI\n const HALFPI = PI / 2\n if (axis === 'X') this.world.rotation.set(0, 0, sign === '+' ? HALFPI : -HALFPI)\n if (axis === 'Z') this.world.rotation.set(sign === '+' ? -HALFPI : HALFPI, 0, 0)\n if (axis === 'Y') this.world.rotation.set(sign === '+' ? 0 : PI, 0, 0)\n }\n\n // Updates the current robot's angles to ignore\n // joint limits or not\n _setIgnoreLimits(ignore: boolean, dispatch = false) {\n if (this.robot) {\n Object.values(this.robot.joints).forEach(joint => {\n joint.ignoreLimits = ignore\n joint.setJointValue(joint.jointValue[0], joint.jointValue[1], joint.jointValue[2])\n })\n }\n\n if (dispatch) {\n this.dispatchEvent(new CustomEvent('ignore-limits-change', { bubbles: true, cancelable: true, composed: true }))\n }\n }\n}\n"]}
1
+ {"version":3,"file":"urdf-viewer-element.js","sourceRoot":"","sources":["../../src/elements/urdf-viewer-element.ts"],"names":[],"mappings":"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","sourcesContent":["import * as THREE from 'three'\nimport { OrbitControls } from 'three/examples/jsm/controls/OrbitControls'\nimport URDFLoader, { URDFJoint, URDFRobot } from 'urdf-loader/src/URDFLoader'\nimport { XacroLoader } from 'xacro-parser'\n\n// urdf-viewer element\n// Loads and displays a 3D view of a URDF-formatted robot\n\n// Events\n// urdf-change: Fires when the URDF has finished loading and getting processed\n// urdf-processed: Fires when the URDF has finished loading and getting processed\n// geometry-loaded: Fires when all the geometry has been fully loaded\n// ignore-limits-change: Fires when the 'ignore-limits' attribute changes\n// angle-change: Fires when an angle changes\nexport default class URDFViewerElement extends HTMLElement {\n static get observedAttributes() {\n return ['package', 'urdf', 'up', 'display-shadow', 'ambient-color', 'ignore-limits', 'no-auto-recenter']\n }\n\n get package() {\n return this.getAttribute('package') || ''\n }\n set package(val) {\n this.setAttribute('package', val)\n }\n\n get urdf() {\n return this.getAttribute('urdf') || ''\n }\n set urdf(val) {\n this.setAttribute('urdf', val)\n }\n\n get ignoreLimits() {\n return this.hasAttribute('ignore-limits') || false\n }\n set ignoreLimits(val) {\n val ? this.setAttribute('ignore-limits', String(val)) : this.removeAttribute('ignore-limits')\n }\n\n get up() {\n return this.getAttribute('up') || '+Z'\n }\n set up(val) {\n this.setAttribute('up', val)\n }\n\n get displayShadow() {\n return this.hasAttribute('display-shadow') || false\n }\n set displayShadow(val) {\n val ? this.setAttribute('display-shadow', '') : this.removeAttribute('display-shadow')\n }\n\n get ambientColor() {\n return this.getAttribute('ambient-color') || '#455A64'\n }\n set ambientColor(val) {\n val ? this.setAttribute('ambient-color', val) : this.removeAttribute('ambient-color')\n }\n\n get noAutoRecenter() {\n return this.hasAttribute('no-auto-recenter') || false\n }\n set noAutoRecenter(val) {\n val ? this.setAttribute('no-auto-recenter', String(true)) : this.removeAttribute('no-auto-recenter')\n }\n\n get jointValues() {\n const values = {} as any\n if (this.robot) {\n for (const name in this.robot.joints) {\n const joint = this.robot.joints[name]\n values[name] = joint.jointValue.length === 1 ? joint.angle : [...joint.jointValue]\n }\n }\n\n return values\n }\n set jointValues(val) {\n this.setJointValues(val)\n }\n\n get angles() {\n return this.jointValues\n }\n set angles(v) {\n this.jointValues = v\n }\n\n robot?: URDFRobot\n controls: OrbitControls\n scene: THREE.Scene\n camera: THREE.PerspectiveCamera\n\n world: THREE.Object3D\n renderer: THREE.WebGLRenderer\n plane: THREE.Mesh\n directionalLight: THREE.DirectionalLight\n ambientLight: THREE.HemisphereLight\n\n _prevload?: string\n _requestId = 0\n _dirty = true\n _loadScheduled = false\n loadMeshFunc?: (\n url: string,\n manager: THREE.LoadingManager,\n onLoad: (mesh: THREE.Object3D, err?: Error) => void\n ) => void\n urlModifierFunc?: (url: string) => string\n\n /* Lifecycle Functions */\n constructor() {\n super()\n\n const scene = new THREE.Scene()\n\n const ambientLight = new THREE.HemisphereLight(this.ambientColor, '#000')\n ambientLight.groundColor.lerp(ambientLight.color, 0.5)\n ambientLight.intensity = 0.5\n ambientLight.position.set(0, 1, 0)\n scene.add(ambientLight)\n\n // Light setup\n const dirLight = new THREE.DirectionalLight(0xffffff)\n dirLight.position.set(4, 10, 1)\n dirLight.shadow.mapSize.width = 2048\n dirLight.shadow.mapSize.height = 2048\n dirLight.shadow.normalBias = 0.001\n dirLight.castShadow = true\n scene.add(dirLight)\n scene.add(dirLight.target)\n\n // Renderer setup\n const renderer = new THREE.WebGLRenderer({ antialias: true, alpha: true })\n renderer.setClearColor(0xffffff)\n renderer.setClearAlpha(0)\n renderer.shadowMap.enabled = true\n renderer.shadowMap.type = THREE.PCFSoftShadowMap\n renderer.outputEncoding = THREE.sRGBEncoding\n\n // Camera setup\n const camera = new THREE.PerspectiveCamera(75, 1, 0.1, 1000)\n camera.position.z = -10\n\n // World setup\n const world = new THREE.Object3D()\n scene.add(world)\n\n const plane = new THREE.Mesh(\n new THREE.PlaneGeometry(40, 40),\n new THREE.ShadowMaterial({ side: THREE.DoubleSide, transparent: true, opacity: 0.5 })\n )\n plane.rotation.x = -Math.PI / 2\n plane.position.y = -0.5\n plane.receiveShadow = true\n plane.scale.set(10, 10, 10)\n scene.add(plane)\n\n // Controls setup\n const controls = new OrbitControls(camera, renderer.domElement)\n controls.rotateSpeed = 2.0\n controls.zoomSpeed = 5\n controls.panSpeed = 2\n controls.enableZoom = true\n controls.enableDamping = false\n controls.maxDistance = 50\n controls.minDistance = 0.25\n controls.addEventListener('change', () => this.recenter())\n\n this.scene = scene\n this.world = world\n this.renderer = renderer\n this.camera = camera\n this.controls = controls\n this.plane = plane\n this.directionalLight = dirLight\n this.ambientLight = ambientLight\n\n this._setUp(this.up)\n }\n\n connectedCallback() {\n if (!this.querySelector('canvas')) {\n var canvas = this.renderer.domElement\n canvas.style.display = 'block'\n canvas.style.width = '100%'\n canvas.style.height = '100%'\n\n this.appendChild(canvas)\n }\n\n requestAnimationFrame(() => this.recenter())\n }\n\n disconnectedCallback() {}\n\n attributeChangedCallback(attr: string, oldval: any, newval: any) {\n this.recenter()\n\n switch (attr) {\n case 'package':\n case 'urdf': {\n this._scheduleLoad()\n break\n }\n\n case 'up': {\n this._setUp(this.up)\n break\n }\n\n case 'ambient-color': {\n this.ambientLight.color.set(this.ambientColor)\n this.ambientLight.groundColor.set('#000').lerp(this.ambientLight.color, 0.5)\n break\n }\n\n case 'ignore-limits': {\n this._setIgnoreLimits(this.ignoreLimits, true)\n break\n }\n }\n }\n\n /* Public API */\n updateSize() {\n const r = this.renderer\n const w = this.clientWidth\n const h = this.clientHeight\n\n const currsize = r.getSize(new THREE.Vector2())\n\n if (currsize.width !== w || currsize.height !== h) {\n this.recenter()\n }\n\n r.setPixelRatio(window.devicePixelRatio)\n r.setSize(w, h, false)\n\n this.camera.aspect = w / h\n this.camera.updateProjectionMatrix()\n }\n\n redraw() {\n if (this.parentNode && this._dirty) {\n this._dirty = false\n try {\n this.updateSize()\n\n if (!this.noAutoRecenter) {\n this._updateEnvironment()\n }\n\n this.renderer.render(this.scene, this.camera)\n\n // update controls after the environment in\n // case the controls are retargeted\n this.controls.update()\n } catch (err) {\n console.error(err)\n } finally {\n this._dirty = true\n }\n }\n }\n\n recenter() {\n this._updateEnvironment()\n this.redraw()\n }\n\n // Set the joint with jointName to\n // angle in degrees\n setJointValue(jointName: string, ...values: Number[]) {\n if (!this.robot) return\n if (!this.robot.joints[jointName]) return\n\n if (this.robot.joints[jointName].setJointValue(values[0], values[1], values[2]) as any) {\n this.redraw()\n this.dispatchEvent(new CustomEvent('angle-change', { bubbles: true, cancelable: true, detail: jointName }))\n }\n }\n\n setJointValues(values: Number[]) {\n for (const name in values) this.setJointValue(name, values[name])\n }\n\n /* Private Functions */\n // Updates the position of the plane to be at the\n // lowest point below the robot and focuses the\n // camera on the center of the scene\n _updateEnvironment() {\n if (!this.robot) return\n\n this.world.updateMatrixWorld()\n\n const bbox = new THREE.Box3()\n bbox.setFromObject(this.robot)\n\n const center = bbox.getCenter(new THREE.Vector3())\n this.controls.target.y = center.y\n this.plane.position.y = bbox.min.y - 1e-3\n\n const dirLight = this.directionalLight\n dirLight.castShadow = this.displayShadow\n\n if (this.displayShadow) {\n // Update the shadow camera rendering bounds to encapsulate the\n // model. We use the bounding sphere of the bounding box for\n // simplicity -- this could be a tighter fit.\n const sphere = bbox.getBoundingSphere(new THREE.Sphere())\n const minmax = sphere.radius\n const cam = dirLight.shadow.camera\n cam.left = cam.bottom = -minmax\n cam.right = cam.top = minmax\n\n // Update the camera to focus on the center of the model so the\n // shadow can encapsulate it\n const offset = dirLight.position.clone().sub(dirLight.target.position)\n dirLight.target.position.copy(center)\n dirLight.position.copy(center).add(offset)\n\n cam.updateProjectionMatrix()\n }\n }\n\n _scheduleLoad() {\n // if our current model is already what's being requested\n // or has been loaded then early out\n if (this._prevload === `${this.package}|${this.urdf}`) return\n this._prevload = `${this.package}|${this.urdf}`\n\n // if we're already waiting on a load then early out\n if (this._loadScheduled) return\n this._loadScheduled = true\n\n if (this.robot) {\n this.robot.traverse((c: any) => c.dispose && c.dispose())\n this.robot.parent!.remove(this.robot)\n delete this.robot\n }\n\n requestAnimationFrame(() => {\n this._loadUrdf(this.package, this.urdf)\n this._loadScheduled = false\n })\n }\n\n // Watch the package and urdf field and load the robot model.\n // This should _only_ be called from _scheduleLoad because that\n // ensures the that current robot has been removed\n _loadUrdf(pkg: string, urdf: string) {\n this.dispatchEvent(new CustomEvent('urdf-change', { bubbles: true, cancelable: true, composed: true }))\n\n if (urdf) {\n // Keep track of this request and make\n // sure it doesn't get overwritten by\n // a subsequent one\n this._requestId++\n const requestId = this._requestId\n\n const updateMaterials = (mesh: URDFRobot) => {\n mesh.traverse(c => {\n if ((c as any).isMesh) {\n c.castShadow = true\n c.receiveShadow = true\n\n if ((c as any).material) {\n const mats = (Array.isArray((c as any).material) ? (c as any).material : [(c as any).material]).map(\n (m: any) => {\n if (m instanceof THREE.MeshBasicMaterial) {\n m = new THREE.MeshPhongMaterial()\n }\n\n // FIXME THREE.GammaEncoding is removed at v136\n // if (m.map) {\n // m.map.encoding = THREE.GammaEncoding\n // }\n\n return m\n }\n )\n\n ;(c as any).material = mats.length === 1 ? mats[0] : mats\n }\n }\n })\n }\n\n if (pkg.includes(':') && pkg.split(':')[1].substring(0, 2) !== '//') {\n // E.g. pkg = \"pkg_name: path/to/pkg_name, pk2: path2/to/pk2\"}\n\n // Convert pkg(s) into a map. E.g.\n // { \"pkg_name\": \"path/to/pkg_name\",\n // \"pk2\": \"path2/to/pk2\" }\n\n pkg = pkg.split(',').reduce((map: any, value: string) => {\n const split = value.split(/:/).filter(x => !!x)\n const pkgName = split.shift()!.trim()\n const pkgPath = split.join(':').trim()\n map[pkgName] = pkgPath\n\n return map\n }, {} as any)\n }\n\n let robot: URDFRobot\n const manager = new THREE.LoadingManager()\n manager.onLoad = () => {\n // If another request has come in to load a new\n // robot, then ignore this one\n if (this._requestId !== requestId) {\n robot.traverse(c => (c as any).dispose && (c as any).dispose())\n return\n }\n\n this.robot = robot\n\n this.world.add(robot)\n updateMaterials(robot)\n\n this._setIgnoreLimits(this.ignoreLimits)\n\n this.dispatchEvent(new CustomEvent('urdf-processed', { bubbles: true, cancelable: true, composed: true }))\n this.dispatchEvent(new CustomEvent('geometry-loaded', { bubbles: true, cancelable: true, composed: true }))\n\n this.recenter()\n }\n\n if (this.urlModifierFunc) {\n manager.setURLModifier(this.urlModifierFunc)\n }\n\n const checkXacro = /[.]/.exec(urdf) ? /[^.]+$/.exec(urdf) : undefined\n\n if (checkXacro && checkXacro[0] === 'xacro') {\n const xacroLoader = new XacroLoader()\n try {\n xacroLoader.load(\n urdf,\n xml => {\n const loader = new URDFLoader(manager)\n loader.packages = pkg\n loader.loadMeshCb = this.loadMeshFunc!\n loader.fetchOptions = { mode: 'cors', credentials: 'same-origin' }\n robot = loader.parse(xml)\n },\n err => {\n console.error('xacroloader error: ', err)\n }\n )\n } catch (error) {\n console.error(error)\n }\n } else {\n const loader = new URDFLoader(manager)\n loader.packages = pkg\n loader.loadMeshCb = this.loadMeshFunc!\n loader.fetchOptions = { mode: 'cors', credentials: 'same-origin' }\n loader.load(urdf, model => (robot = model))\n }\n }\n }\n\n // Watch the coordinate frame and update the\n // rotation of the scene to match\n _setUp(up: string) {\n if (!up) up = '+Z'\n up = up.toUpperCase()\n const sign = up.replace(/[^-+]/g, '')[0] || '+'\n const axis = up.replace(/[^XYZ]/gi, '')[0] || 'Z'\n\n const PI = Math.PI\n const HALFPI = PI / 2\n if (axis === 'X') this.world.rotation.set(0, 0, sign === '+' ? HALFPI : -HALFPI)\n if (axis === 'Z') this.world.rotation.set(sign === '+' ? -HALFPI : HALFPI, 0, 0)\n if (axis === 'Y') this.world.rotation.set(sign === '+' ? 0 : PI, 0, 0)\n }\n\n // Updates the current robot's angles to ignore\n // joint limits or not\n _setIgnoreLimits(ignore: boolean, dispatch = false) {\n if (this.robot) {\n Object.values(this.robot.joints).forEach(joint => {\n joint.ignoreLimits = ignore\n joint.setJointValue(joint.jointValue[0], joint.jointValue[1], joint.jointValue[2])\n })\n }\n\n if (dispatch) {\n this.dispatchEvent(new CustomEvent('ignore-limits-change', { bubbles: true, cancelable: true, composed: true }))\n }\n }\n}\n"]}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/scene-urdf",
3
3
  "description": "Scene module for manipulating robot simulation through URDF format",
4
4
  "author": "heartyoh",
5
- "version": "1.2.3",
5
+ "version": "1.2.4",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
8
8
  "things-scene": true,
@@ -29,7 +29,7 @@
29
29
  "@hatiolab/things-scene": "^3.2.0",
30
30
  "@operato/styles": "^1.0.0",
31
31
  "lit": "^2.5.0",
32
- "three": "^0.122.0",
32
+ "three": "^0.149.0",
33
33
  "urdf-loader": "^0.10.4",
34
34
  "xacro-parser": "^0.3.9"
35
35
  },
@@ -37,6 +37,7 @@
37
37
  "@hatiolab/prettier-config": "^1.0.0",
38
38
  "@things-factory/builder": "^6.0.0",
39
39
  "@things-factory/operato-board": "^6.0.0",
40
+ "@types/three": "^0.149.0",
40
41
  "@types/tinycolor2": "^1.4.3",
41
42
  "@typescript-eslint/eslint-plugin": "^4.33.0",
42
43
  "@typescript-eslint/parser": "^4.33.0",
@@ -62,5 +63,5 @@
62
63
  "prettier --write"
63
64
  ]
64
65
  },
65
- "gitHead": "3b6ca9404c2260930a7012290125e14434b9b313"
66
+ "gitHead": "dbfe6dde63c186e62ebb2f5083347f0bf5ba83cd"
66
67
  }
@@ -149,7 +149,7 @@ export default class URDFViewerElement extends HTMLElement {
149
149
  scene.add(world)
150
150
 
151
151
  const plane = new THREE.Mesh(
152
- new THREE.PlaneBufferGeometry(40, 40),
152
+ new THREE.PlaneGeometry(40, 40),
153
153
  new THREE.ShadowMaterial({ side: THREE.DoubleSide, transparent: true, opacity: 0.5 })
154
154
  )
155
155
  plane.rotation.x = -Math.PI / 2
@@ -374,9 +374,10 @@ export default class URDFViewerElement extends HTMLElement {
374
374
  m = new THREE.MeshPhongMaterial()
375
375
  }
376
376
 
377
- if (m.map) {
378
- m.map.encoding = THREE.GammaEncoding
379
- }
377
+ // FIXME THREE.GammaEncoding is removed at v136
378
+ // if (m.map) {
379
+ // m.map.encoding = THREE.GammaEncoding
380
+ // }
380
381
 
381
382
  return m
382
383
  }
@@ -1 +1 @@
1
- {"program":{"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/tslib/tslib.d.ts","../../node_modules/@hatiolab/things-scene/things-scene.d.ts","../../node_modules/three/src/polyfills.d.ts","../../node_modules/three/src/math/quaternion.d.ts","../../node_modules/three/src/math/euler.d.ts","../../node_modules/three/src/math/matrix3.d.ts","../../node_modules/three/src/core/layers.d.ts","../../node_modules/three/src/constants.d.ts","../../node_modules/three/src/core/bufferattribute.d.ts","../../node_modules/three/src/math/color.d.ts","../../node_modules/three/src/scenes/fog.d.ts","../../node_modules/three/src/math/vector2.d.ts","../../node_modules/three/src/math/triangle.d.ts","../../node_modules/three/src/math/box3.d.ts","../../node_modules/three/src/math/sphere.d.ts","../../node_modules/three/src/math/line3.d.ts","../../node_modules/three/src/math/plane.d.ts","../../node_modules/three/src/core/eventdispatcher.d.ts","../../node_modules/three/src/renderers/shaders/uniformslib.d.ts","../../node_modules/three/src/renderers/shaders/shaderlib.d.ts","../../node_modules/three/src/materials/material.d.ts","../../node_modules/three/src/textures/texture.d.ts","../../node_modules/three/src/textures/cubetexture.d.ts","../../node_modules/three/src/renderers/webglcuberendertarget.d.ts","../../node_modules/three/src/scenes/scene.d.ts","../../node_modules/three/src/renderers/webgl/webglextensions.d.ts","../../node_modules/three/src/renderers/webgl/webglshader.d.ts","../../node_modules/three/src/renderers/webgl/webglcapabilities.d.ts","../../node_modules/three/src/renderers/webgl/webglstate.d.ts","../../node_modules/three/src/renderers/webgl/webglproperties.d.ts","../../node_modules/three/src/renderers/webgl/webglutils.d.ts","../../node_modules/three/src/renderers/webgl/webgltextures.d.ts","../../node_modules/three/src/renderers/webgl/webgluniforms.d.ts","../../node_modules/three/src/renderers/webgl/webglprogram.d.ts","../../node_modules/three/src/renderers/webgl/webglinfo.d.ts","../../node_modules/three/src/renderers/webgl/webglobjects.d.ts","../../node_modules/three/src/objects/group.d.ts","../../node_modules/three/src/core/face3.d.ts","../../node_modules/three/src/math/ray.d.ts","../../node_modules/three/src/core/raycaster.d.ts","../../node_modules/three/src/objects/mesh.d.ts","../../node_modules/three/src/objects/bone.d.ts","../../node_modules/three/src/math/interpolant.d.ts","../../node_modules/three/src/math/interpolants/discreteinterpolant.d.ts","../../node_modules/three/src/math/interpolants/linearinterpolant.d.ts","../../node_modules/three/src/math/interpolants/cubicinterpolant.d.ts","../../node_modules/three/src/animation/keyframetrack.d.ts","../../node_modules/three/src/animation/animationclip.d.ts","../../node_modules/three/src/core/geometry.d.ts","../../node_modules/three/src/core/directgeometry.d.ts","../../node_modules/three/src/core/interleavedbuffer.d.ts","../../node_modules/three/src/core/interleavedbufferattribute.d.ts","../../node_modules/three/src/core/buffergeometry.d.ts","../../node_modules/three/src/renderers/webgl/webglrenderlists.d.ts","../../node_modules/three/src/lights/lightshadow.d.ts","../../node_modules/three/src/lights/light.d.ts","../../node_modules/three/src/renderers/webgl/webglshadowmap.d.ts","../../node_modules/three/src/renderers/webxr/webxr.d.ts","../../node_modules/three/src/renderers/webxr/webxrmanager.d.ts","../../node_modules/three/src/renderers/webglrenderer.d.ts","../../node_modules/three/src/core/object3d.d.ts","../../node_modules/three/src/cameras/camera.d.ts","../../node_modules/three/src/math/spherical.d.ts","../../node_modules/three/src/math/cylindrical.d.ts","../../node_modules/three/src/math/vector3.d.ts","../../node_modules/three/src/math/matrix4.d.ts","../../node_modules/three/src/math/vector4.d.ts","../../node_modules/three/src/textures/depthtexture.d.ts","../../node_modules/three/src/renderers/webglrendertarget.d.ts","../../node_modules/three/src/renderers/webglmultisamplerendertarget.d.ts","../../node_modules/three/src/renderers/webgl1renderer.d.ts","../../node_modules/three/src/renderers/shaders/uniformsutils.d.ts","../../node_modules/three/src/renderers/shaders/shaderchunk.d.ts","../../node_modules/three/src/scenes/fogexp2.d.ts","../../node_modules/three/src/materials/shadowmaterial.d.ts","../../node_modules/three/src/materials/spritematerial.d.ts","../../node_modules/three/src/materials/shadermaterial.d.ts","../../node_modules/three/src/materials/rawshadermaterial.d.ts","../../node_modules/three/src/materials/pointsmaterial.d.ts","../../node_modules/three/src/materials/meshstandardmaterial.d.ts","../../node_modules/three/src/materials/meshphysicalmaterial.d.ts","../../node_modules/three/src/materials/meshphongmaterial.d.ts","../../node_modules/three/src/materials/meshtoonmaterial.d.ts","../../node_modules/three/src/materials/meshnormalmaterial.d.ts","../../node_modules/three/src/materials/meshlambertmaterial.d.ts","../../node_modules/three/src/materials/meshdepthmaterial.d.ts","../../node_modules/three/src/materials/meshdistancematerial.d.ts","../../node_modules/three/src/materials/meshbasicmaterial.d.ts","../../node_modules/three/src/materials/meshmatcapmaterial.d.ts","../../node_modules/three/src/materials/linebasicmaterial.d.ts","../../node_modules/three/src/materials/linedashedmaterial.d.ts","../../node_modules/three/src/materials/materials.d.ts","../../node_modules/three/src/objects/sprite.d.ts","../../node_modules/three/src/objects/lod.d.ts","../../node_modules/three/src/objects/instancedmesh.d.ts","../../node_modules/three/src/textures/datatexture.d.ts","../../node_modules/three/src/objects/skeleton.d.ts","../../node_modules/three/src/objects/skinnedmesh.d.ts","../../node_modules/three/src/objects/line.d.ts","../../node_modules/three/src/objects/linesegments.d.ts","../../node_modules/three/src/objects/lineloop.d.ts","../../node_modules/three/src/objects/points.d.ts","../../node_modules/three/src/textures/videotexture.d.ts","../../node_modules/three/src/textures/datatexture2darray.d.ts","../../node_modules/three/src/textures/datatexture3d.d.ts","../../node_modules/three/src/textures/compressedtexture.d.ts","../../node_modules/three/src/textures/canvastexture.d.ts","../../node_modules/three/src/geometries/boxgeometry.d.ts","../../node_modules/three/src/geometries/boxbuffergeometry.d.ts","../../node_modules/three/src/geometries/circlegeometry.d.ts","../../node_modules/three/src/geometries/circlebuffergeometry.d.ts","../../node_modules/three/src/geometries/cylindergeometry.d.ts","../../node_modules/three/src/geometries/conegeometry.d.ts","../../node_modules/three/src/geometries/cylinderbuffergeometry.d.ts","../../node_modules/three/src/geometries/conebuffergeometry.d.ts","../../node_modules/three/src/geometries/dodecahedrongeometry.d.ts","../../node_modules/three/src/geometries/polyhedronbuffergeometry.d.ts","../../node_modules/three/src/geometries/dodecahedronbuffergeometry.d.ts","../../node_modules/three/src/geometries/edgesgeometry.d.ts","../../node_modules/three/src/extras/core/curve.d.ts","../../node_modules/three/src/extras/core/curvepath.d.ts","../../node_modules/three/src/extras/core/path.d.ts","../../node_modules/three/src/geometries/shapegeometry.d.ts","../../node_modules/three/src/extras/core/shape.d.ts","../../node_modules/three/src/geometries/extrudebuffergeometry.d.ts","../../node_modules/three/src/geometries/extrudegeometry.d.ts","../../node_modules/three/src/geometries/icosahedrongeometry.d.ts","../../node_modules/three/src/geometries/icosahedronbuffergeometry.d.ts","../../node_modules/three/src/geometries/lathegeometry.d.ts","../../node_modules/three/src/geometries/lathebuffergeometry.d.ts","../../node_modules/three/src/geometries/octahedrongeometry.d.ts","../../node_modules/three/src/geometries/octahedronbuffergeometry.d.ts","../../node_modules/three/src/geometries/parametricgeometry.d.ts","../../node_modules/three/src/geometries/parametricbuffergeometry.d.ts","../../node_modules/three/src/geometries/planegeometry.d.ts","../../node_modules/three/src/geometries/planebuffergeometry.d.ts","../../node_modules/three/src/geometries/polyhedrongeometry.d.ts","../../node_modules/three/src/geometries/ringgeometry.d.ts","../../node_modules/three/src/geometries/ringbuffergeometry.d.ts","../../node_modules/three/src/geometries/shapebuffergeometry.d.ts","../../node_modules/three/src/geometries/spheregeometry.d.ts","../../node_modules/three/src/geometries/spherebuffergeometry.d.ts","../../node_modules/three/src/geometries/tetrahedrongeometry.d.ts","../../node_modules/three/src/geometries/tetrahedronbuffergeometry.d.ts","../../node_modules/three/src/extras/core/font.d.ts","../../node_modules/three/src/geometries/textbuffergeometry.d.ts","../../node_modules/three/src/geometries/textgeometry.d.ts","../../node_modules/three/src/geometries/torusgeometry.d.ts","../../node_modules/three/src/geometries/torusbuffergeometry.d.ts","../../node_modules/three/src/geometries/torusknotgeometry.d.ts","../../node_modules/three/src/geometries/torusknotbuffergeometry.d.ts","../../node_modules/three/src/geometries/tubegeometry.d.ts","../../node_modules/three/src/geometries/tubebuffergeometry.d.ts","../../node_modules/three/src/geometries/wireframegeometry.d.ts","../../node_modules/three/src/geometries/geometries.d.ts","../../node_modules/three/src/loaders/loader.d.ts","../../node_modules/three/src/loaders/loadingmanager.d.ts","../../node_modules/three/src/loaders/animationloader.d.ts","../../node_modules/three/src/loaders/compressedtextureloader.d.ts","../../node_modules/three/src/loaders/datatextureloader.d.ts","../../node_modules/three/src/loaders/cubetextureloader.d.ts","../../node_modules/three/src/loaders/textureloader.d.ts","../../node_modules/three/src/loaders/objectloader.d.ts","../../node_modules/three/src/loaders/materialloader.d.ts","../../node_modules/three/src/core/instancedbuffergeometry.d.ts","../../node_modules/three/src/loaders/buffergeometryloader.d.ts","../../node_modules/three/src/loaders/imageloader.d.ts","../../node_modules/three/src/loaders/imagebitmaploader.d.ts","../../node_modules/three/src/loaders/fontloader.d.ts","../../node_modules/three/src/loaders/fileloader.d.ts","../../node_modules/three/src/loaders/loaderutils.d.ts","../../node_modules/three/src/loaders/cache.d.ts","../../node_modules/three/src/loaders/audioloader.d.ts","../../node_modules/three/src/cameras/perspectivecamera.d.ts","../../node_modules/three/src/lights/spotlightshadow.d.ts","../../node_modules/three/src/lights/spotlight.d.ts","../../node_modules/three/src/lights/pointlightshadow.d.ts","../../node_modules/three/src/lights/pointlight.d.ts","../../node_modules/three/src/lights/rectarealight.d.ts","../../node_modules/three/src/lights/hemispherelight.d.ts","../../node_modules/three/src/cameras/orthographiccamera.d.ts","../../node_modules/three/src/lights/directionallightshadow.d.ts","../../node_modules/three/src/lights/directionallight.d.ts","../../node_modules/three/src/lights/ambientlight.d.ts","../../node_modules/three/src/math/sphericalharmonics3.d.ts","../../node_modules/three/src/lights/lightprobe.d.ts","../../node_modules/three/src/lights/ambientlightprobe.d.ts","../../node_modules/three/src/lights/hemispherelightprobe.d.ts","../../node_modules/three/src/cameras/stereocamera.d.ts","../../node_modules/three/src/cameras/cubecamera.d.ts","../../node_modules/three/src/cameras/arraycamera.d.ts","../../node_modules/three/src/audio/audiocontext.d.ts","../../node_modules/three/src/audio/audiolistener.d.ts","../../node_modules/three/src/audio/audio.d.ts","../../node_modules/three/src/audio/positionalaudio.d.ts","../../node_modules/three/src/audio/audioanalyser.d.ts","../../node_modules/three/src/animation/tracks/vectorkeyframetrack.d.ts","../../node_modules/three/src/animation/tracks/stringkeyframetrack.d.ts","../../node_modules/three/src/animation/tracks/quaternionkeyframetrack.d.ts","../../node_modules/three/src/animation/tracks/numberkeyframetrack.d.ts","../../node_modules/three/src/animation/tracks/colorkeyframetrack.d.ts","../../node_modules/three/src/animation/tracks/booleankeyframetrack.d.ts","../../node_modules/three/src/animation/propertymixer.d.ts","../../node_modules/three/src/animation/propertybinding.d.ts","../../node_modules/three/src/animation/animationutils.d.ts","../../node_modules/three/src/animation/animationobjectgroup.d.ts","../../node_modules/three/src/animation/animationaction.d.ts","../../node_modules/three/src/animation/animationmixer.d.ts","../../node_modules/three/src/core/uniform.d.ts","../../node_modules/three/src/core/instancedinterleavedbuffer.d.ts","../../node_modules/three/src/core/instancedbufferattribute.d.ts","../../node_modules/three/src/core/clock.d.ts","../../node_modules/three/src/math/interpolants/quaternionlinearinterpolant.d.ts","../../node_modules/three/src/math/mathutils.d.ts","../../node_modules/three/src/math/frustum.d.ts","../../node_modules/three/src/math/box2.d.ts","../../node_modules/three/src/extras/objects/immediaterenderobject.d.ts","../../node_modules/three/src/helpers/spotlighthelper.d.ts","../../node_modules/three/src/helpers/skeletonhelper.d.ts","../../node_modules/three/src/helpers/pointlighthelper.d.ts","../../node_modules/three/src/helpers/hemispherelighthelper.d.ts","../../node_modules/three/src/helpers/gridhelper.d.ts","../../node_modules/three/src/helpers/polargridhelper.d.ts","../../node_modules/three/src/helpers/directionallighthelper.d.ts","../../node_modules/three/src/helpers/camerahelper.d.ts","../../node_modules/three/src/helpers/boxhelper.d.ts","../../node_modules/three/src/helpers/box3helper.d.ts","../../node_modules/three/src/helpers/planehelper.d.ts","../../node_modules/three/src/helpers/arrowhelper.d.ts","../../node_modules/three/src/helpers/axeshelper.d.ts","../../node_modules/three/src/extras/curves/ellipsecurve.d.ts","../../node_modules/three/src/extras/curves/arccurve.d.ts","../../node_modules/three/src/extras/curves/catmullromcurve3.d.ts","../../node_modules/three/src/extras/curves/cubicbeziercurve.d.ts","../../node_modules/three/src/extras/curves/cubicbeziercurve3.d.ts","../../node_modules/three/src/extras/curves/linecurve.d.ts","../../node_modules/three/src/extras/curves/linecurve3.d.ts","../../node_modules/three/src/extras/curves/quadraticbeziercurve.d.ts","../../node_modules/three/src/extras/curves/quadraticbeziercurve3.d.ts","../../node_modules/three/src/extras/curves/splinecurve.d.ts","../../node_modules/three/src/extras/curves/curves.d.ts","../../node_modules/three/src/extras/core/shapepath.d.ts","../../node_modules/three/src/extras/imageutils.d.ts","../../node_modules/three/src/extras/shapeutils.d.ts","../../node_modules/three/src/extras/pmremgenerator.d.ts","../../node_modules/three/src/renderers/webgl/webglbufferrenderer.d.ts","../../node_modules/three/src/renderers/webgl/webglclipping.d.ts","../../node_modules/three/src/renderers/webgl/webglattributes.d.ts","../../node_modules/three/src/renderers/webgl/webglgeometries.d.ts","../../node_modules/three/src/renderers/webgl/webglindexedbufferrenderer.d.ts","../../node_modules/three/src/renderers/webgl/webgllights.d.ts","../../node_modules/three/src/renderers/webgl/webglcubemaps.d.ts","../../node_modules/three/src/renderers/webgl/webglbindingstates.d.ts","../../node_modules/three/src/renderers/webgl/webglprograms.d.ts","../../node_modules/three/src/renderers/webxr/webxrcontroller.d.ts","../../node_modules/three/src/three.legacy.d.ts","../../node_modules/three/src/three.d.ts","../../node_modules/three/examples/jsm/loaders/mtlloader.d.ts","../../node_modules/three/examples/jsm/loaders/objloader.d.ts","../../node_modules/three/examples/jsm/loaders/colladaloader.d.ts","../../node_modules/three/examples/jsm/loaders/stlloader.d.ts","../../node_modules/three/examples/jsm/loaders/dracoloader.d.ts","../../node_modules/three/examples/jsm/loaders/ddsloader.d.ts","../../node_modules/three/examples/jsm/loaders/gltfloader.d.ts","../../node_modules/@lit/reactive-element/css-tag.d.ts","../../node_modules/@lit/reactive-element/reactive-controller.d.ts","../../node_modules/@lit/reactive-element/reactive-element.d.ts","../../node_modules/@lit/reactive-element/decorators/base.d.ts","../../node_modules/@lit/reactive-element/decorators/custom-element.d.ts","../../node_modules/@lit/reactive-element/decorators/property.d.ts","../../node_modules/@lit/reactive-element/decorators/state.d.ts","../../node_modules/@lit/reactive-element/decorators/event-options.d.ts","../../node_modules/@lit/reactive-element/decorators/query.d.ts","../../node_modules/@lit/reactive-element/decorators/query-all.d.ts","../../node_modules/@lit/reactive-element/decorators/query-async.d.ts","../../node_modules/@lit/reactive-element/decorators/query-assigned-nodes.d.ts","../../node_modules/@lit/reactive-element/decorators/query-assigned-elements.d.ts","../../node_modules/lit/decorators.d.ts","../../node_modules/urdf-loader/src/urdfclasses.d.ts","../../node_modules/urdf-loader/src/urdfloader.d.ts","./src/elements/urdf-drag-controls.ts","../../node_modules/three/examples/jsm/controls/orbitcontrols.d.ts","../../node_modules/xacro-parser/src/xacroloader.d.ts","../../node_modules/xacro-parser/src/xacroparser.d.ts","../../node_modules/xacro-parser/src/index.d.ts","./src/elements/urdf-viewer-element.ts","./src/elements/urdf-manipulator-element.ts","./src/urdf-viewer.ts","../../node_modules/@types/trusted-types/lib/index.d.ts","../../node_modules/@types/trusted-types/index.d.ts","../../node_modules/lit-html/directive.d.ts","../../node_modules/lit-html/lit-html.d.ts","../../node_modules/lit-element/lit-element.d.ts","../../node_modules/lit-html/is-server.d.ts","../../node_modules/lit/index.d.ts","./src/elements/drag-n-drop.ts","../../node_modules/@operato/styles/dist/src/headroom-styles.d.ts","../../node_modules/@operato/styles/dist/src/scrollbar-styles.d.ts","../../node_modules/@operato/styles/dist/src/spinner-styles.d.ts","../../node_modules/@operato/styles/dist/src/tooltip-styles.d.ts","../../node_modules/@operato/styles/dist/src/common-button-styles.d.ts","../../node_modules/@operato/styles/dist/src/common-grist-styles.d.ts","../../node_modules/@operato/styles/dist/src/button-container-styles.d.ts","../../node_modules/@operato/styles/dist/src/index.d.ts","./src/elements/urdf-controller-element.ts","./src/urdf-controller.ts","./src/index.ts","./src/editors/index.ts","./src/templates/urdf-viewer.ts","./src/templates/urdf-controller.ts","./src/templates/index.ts","../../node_modules/@types/node/assert.d.ts","../../node_modules/@types/node/assert/strict.d.ts","../../node_modules/@types/node/globals.d.ts","../../node_modules/@types/node/async_hooks.d.ts","../../node_modules/@types/node/buffer.d.ts","../../node_modules/@types/node/child_process.d.ts","../../node_modules/@types/node/cluster.d.ts","../../node_modules/@types/node/console.d.ts","../../node_modules/@types/node/constants.d.ts","../../node_modules/@types/node/crypto.d.ts","../../node_modules/@types/node/dgram.d.ts","../../node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/@types/node/dns.d.ts","../../node_modules/@types/node/dns/promises.d.ts","../../node_modules/@types/node/domain.d.ts","../../node_modules/@types/node/dom-events.d.ts","../../node_modules/@types/node/events.d.ts","../../node_modules/@types/node/fs.d.ts","../../node_modules/@types/node/fs/promises.d.ts","../../node_modules/@types/node/http.d.ts","../../node_modules/@types/node/http2.d.ts","../../node_modules/@types/node/https.d.ts","../../node_modules/@types/node/inspector.d.ts","../../node_modules/@types/node/module.d.ts","../../node_modules/@types/node/net.d.ts","../../node_modules/@types/node/os.d.ts","../../node_modules/@types/node/path.d.ts","../../node_modules/@types/node/perf_hooks.d.ts","../../node_modules/@types/node/process.d.ts","../../node_modules/@types/node/punycode.d.ts","../../node_modules/@types/node/querystring.d.ts","../../node_modules/@types/node/readline.d.ts","../../node_modules/@types/node/readline/promises.d.ts","../../node_modules/@types/node/repl.d.ts","../../node_modules/@types/node/stream.d.ts","../../node_modules/@types/node/stream/promises.d.ts","../../node_modules/@types/node/stream/consumers.d.ts","../../node_modules/@types/node/stream/web.d.ts","../../node_modules/@types/node/string_decoder.d.ts","../../node_modules/@types/node/test.d.ts","../../node_modules/@types/node/timers.d.ts","../../node_modules/@types/node/timers/promises.d.ts","../../node_modules/@types/node/tls.d.ts","../../node_modules/@types/node/trace_events.d.ts","../../node_modules/@types/node/tty.d.ts","../../node_modules/@types/node/url.d.ts","../../node_modules/@types/node/util.d.ts","../../node_modules/@types/node/v8.d.ts","../../node_modules/@types/node/vm.d.ts","../../node_modules/@types/node/wasi.d.ts","../../node_modules/@types/node/worker_threads.d.ts","../../node_modules/@types/node/zlib.d.ts","../../node_modules/@types/node/globals.global.d.ts","../../node_modules/@types/node/index.d.ts"],"fileInfos":[{"version":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3aafcb693fe5b5c3bd277bd4c3a617b53db474fe498fc5df067c5603b1eebde7","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true},"f1c9fe42b65437a61104e601eb298c5c859fb522b483f1bdb700eed67a16f980","ded6c01ecd996478592fbe50550906b8afe4552a367db5256e4b72d0ab23506d","bae8640f98f4800ab31583b8a680e283d8f7e51d1d601f23a2461ebf2a35b7b6","ac8d56c220a38598e336b360c1cb091e4524f9b020b5673ee52582e63efb1e93","cf1e60d3ac816e692299db9077abd3ecd340f2efb0b988cba55f7e9a4834314a","04dff74cea1cab4f63fbf309b8392000b6839f325c72003f477583a0b21949a5","f71f5c980f73a75a95234c32a86e6ca6fd77740b658cb1aec643e68ea5865b0c","067d2686532727f5a184082424fb5e481ebc109b8ec9a13998369fd2ebdb42c9","4fa4e82aabd35c1a7e7131a4aa5e496120c7ada6599a7f7155b431623e520e85","3a358af08f4209e1170f587cc051d83561aeaaad8f55e442a63e1009ef5e038a","76e868b09261bf9dd4d7ce3c9fd034bda1ed1aa7a8aae497a7e5ae0a258b169e","7c9c879e84bbface937ea857f90e3399858a2d75d6502b220b13601f2d578f30","f601e9de54b5bc335a60d5602b651b77d2c7d415730f5027eac51a4a8fdbe7e1","23080fb370ff46bed1ad7d0310145b6af7c990a452bb36445e370d22bd2b081e","83b166f487e4358a41ddd61d5da37f89e124ab51eb9ec63d231f72622ac4c715","eec9dc5597317c41df8676a0c0693f613519e70d9289fe8274052bd2803beb86","cf3d11589dd4e3bd8c69220fd933d268ca95feeec62a1f5390e78daeb4418cd3","2d126f01b385e46a6954e9b759175445a70589475aa0bd106d61f0f44ba16824","6beeb177b3e112a823e9b78e5a929a2b337caf21b851b0ad8b76554fb40652f4","6d8e630c34b0da8bc4876615199656aed775344924292591d3574e2eae7282d0","27872433fdca9052d48d7034419d1035b15b3fa3254e8ce7200f5d1351303f28","34bc59a64626bdc0af3a8b3b92c40131fc2f9bc3a59de457aaf86dfd1d8046c1","7c70c3f3845a0b2d183ced4b134b518e2b01d760eb562b6ad34c6585944a02d7","c0c438afa18dfa53e44da1ee170d112cd662df7891de46c5b6065a6102a0c38e","85439264469a6e41174476497764e63674aaa142c96989d1831d559f409e42d3","96f66a2d50f8755808d11dfe0f059e9843aa2044815e024728b97198531aa450","a9c5d065fdf15f2ad2172bc77c05d521b0e1974fb347ed6e2746d4fe9309bdfd","c1a2eb8f17703db13432aa789cc42f17cfe367ad1642420c151b05483b5bcc8a","6aeaf84f78365709724e236f3c970ed86b53b9139a6596daea708cde04173282","4a62aafd24dbac76740d630a5fca5ec5c622bf1c70027ca81ef781250f7b21ea","561d2843063b97c9eb497a338e3cca20aa2921f0022e23bee74f8ea7e48d01e6","5c4d869f83138555d1e10063609e51f7ea63d985793a1398d1b516401cddb66c","153b366509ec94cfd9458d31d82bd26b815088c194e021bc887cc87c1abf434e","75433b83c53cc302b880653d1a079eb68f9e246611a82e90c56fe93ddc4eedd8","da0b75fde997f5293ac95bfd8484e1570660bb18b9e7a7c13bfca9cd49180669","a44f7f81b0eb053b5d76ec1213e8611c19985746f827ebb3587213316155467e","19849c22ba216ca4389438d66abc6a2d0e4f99177f84252cdb1b6e06287a8f91","7569cf62cb606aba7efe3432e28851ea83d35307f94cdf6229a2a2c0742a6739","a3fd9e78ed03f244031594a7b15d897b28f4aabf8b520a14fcde352593035250","9fd6bb73427912a6602c62c84a680744f4834e8a8ca06695663e208a6f8e0965","fe818a2b08021eb4bedc9d4d1f172c28b90795a838222dfd8724bf7d8e8f99b8","884ca9a302751744e80f8c14d866e3e7063029725bef8228647a8678ac4f425b","fa86859bf96acbf32ddb71bec8465139b31573cd7017fb3cd8cddf69d15e77cb","f493d1c4104b3e6f49cbb2863b2c8b533ba07862f4d6321fb8aee59cac2ec9b9","81256ce2c0798ecbc7d8c5bc93aad16b10ef4ab2a244599a8c12f2be019a88e1","e64294f2454f8e5b8879e1c28cd2867a46e2a9da21d12e5fa4a45213e6045477","49c545febb655c32209e04cc841aea93946a558824a322f289331a85d2c67788","b1c0951882d6e24ae233678c239485820980f5bfe9f8534b56ddabe5893cd23a","4e79e000804eacc546d243a85a37d3048e83d159bc9e62b9b36c098700886081","88e5d0522eb347140ee5440e7d6482a31448f96e47280f87cb45410e3ce0c06a","d60f3568e03a2636f93a38a27ebd84dc92d934a228db48157276ffde58d2786a","4a855f3b01b2f37ee5b763bb52dd22ff19620bc46602b13fc5c4b933c1e61307","5ab2fd807fe691ceffdb5985f720d3063ad2f6de20fa40806ccd2dba091bef67","cea0f4c77ded3cb1c25e1c325569ab31dd02d603a1859ca1002f859c10e21451","c50ceef0349e0b5ebc2df522734e8ab4af187be106d2ce2ffaefca04ea38894e","8bd0d45b67bd01369ec8715a8b39e19eea762ca9306824bb1933944c39dbd541","6bca86a8bc3b3d1a766712b5f168d2075d9f1ad50951566b4aafa7221ca9f632","394706c99cc2cbe0aac93000c1ca60ff546f7d3987e91fff9b8dd40dd4bb7bd5","767ea3232f3ea25dde18ad6cdde0a5de827b165a80b442d9a049660b2306bde6","e6b8821ae6af9c5c623be88c78f571d4c75e3bda71b936c042005d5d559dc120","ab6ecd560bd33ca83ac28154cda412468cd37ac62bd619da24b93e4aa99c77eb","89ddef08571f074c3794518cc270a879626b3d238d7027d24b3e588ac128357b","dd789bdbf32baab95bf257952f074d6e321b8e5815f18c1f4a97cc134a1cf79f","54cae366ddd40cdb1988e6acdbc25b671f21f4ea7c06b2d062248fbbbf95044e","b5e025e3040a60043c1e951e9e82a6019bc1a2397ff4dd72c7abab6e5f97cfd3","b5d3f22ea2d9d886508960a8dee37670b7dea78c32e44269fb46d0a435488835","5cd57806560ae899322f4d93c78366feeea9b1df699a7dbc97b06db62b542ea5","b52c7b58a354a17e021a04ff11d91244438310b632c21f796c9b83b50f5733fc","5072a6ac1050d7c025955571793dbac357d92618452fe625def1be4a2455d59f","d0fd71a16bbde18706197532a11682aea4031a780b81b5f6cc028893f6cc7bfd","9435bba8873eca583b5e94a0fcc8dfb064a59c3cf028a2a68d007db1a0b4de86","374df830ffcdae74590aa3e45d784bfce8909cc215c7796785937d098964e4c2","ec26ea0ddbb4c6e316d35469b76ca822f7170e06c65f3015dc5b8d68e1913398","c0577ecf5bdd534c2612c879873e2565ab5554c82091192380b0ca8e8f4898c9","73d6f7d82bdc40bf33fa0a82d84d607aa9cfb4738ab83ab232f97a6bd69c00fd","22d9e3ee38db808e88cda09ac2b1cd31d2e11f0d1c7a7841cb81a9f92b550b1f","ccc4d960e8ca3408590ac63975ab2ac3cb4fff4cd29cb7d9d5f7a5c95924239b","6e76375967f95c970091a2a3378b1f33c96e7a9d0c7c694fbbcd1364501ccbda","1a631f45b430df4b2694616daf02d09f282de052df2ff28535c4ebe9cbd6850a","a5a617fe935e64642639bad53184d3a5a95bc232a47dafef30ae5e00ebf344d9","17d9f0e0ea72127491f46f994cd98de4b0578d79db08e2085c731433df756ead","e4907dc8926a40e56dc3f6feb2f76bbe898a7d3fa5a30b133a0e64dbfda30cfb","bb7a8c550b56060dc2a3d862f5bbe7f3587bbf9a5a3866fc48853a8e4d0f232b","81e2df121a8d94b454b1f13e598c461f3583297a1bdc70792d72ea1c36476e4c","84b665f618f939c42fa9396a0f4b61fb44d8f0a82095448efcb683398c4c2596","12e46c3bc585ac098652ae1dd59f998813c433223c854c630e63bbdae62a9007","b66f9bc40fc03d6c799ea18c43878fb05d19a90a3a77f0efd72ccd293a7475d7","a55882366dfef3b69e0c50117869d0d97abb8a55340bec0a4308dcb4bda84bb4","eb02aeba1f7b6384349324de1dda6a4cee080474ef9b71e4c0458b1fc3432eba","7404e6b4ecbc4ca455747088e76f333fe5fd05f9d5515720fc749f18dcad6a26","c90cbad957d33ec00520d89ef1c535a699248b6dc0d73f9bd42dcdb2369f3158","355d745d283e4f89bd785542bdba50ae1ab31ca5fa9618f2e221fbe12b9933cc","87b4338924eabf315f82d61b6227d0fbbbd712b527384832ba995f0c96f5e5d1","873820fa4faed2d2e4974cbde2db255f47cb956b3ced50d0752c8c1d4c855484","02d91a19c2c159a1c7e57746f4c6c7a8b7c4b6bc4b39540ad420d5d86d42e89b","7d86173eb49ad47ec88e313306f25302af599bdf78d308da6bd8a37c2f598531","7046b2c7193672f40535176e47a08edec0ab99147e2eec33c9fb9f97063a2e05","c1bec8131f58c297e6dad3794ecd0feae713a0ef293786391878407993b892fd","a86bcc25c5e19befb15512267bb8024137a92eec6cd9f8cd5477594794d650ae","8ce53d588bf8b257900741473613003e2f86c6c72242c19e24c259a73b1c2833","58613b1a397da18258ad044a46c6a5637e6ef08ba2372fdb6e93c5f4d1c5fdfb","ffbd112aca9f61ac0b4d9443dcc3dca9309678403780b7b809704ca4b449c49b","99f2bb5898a327bdc1c16d587ed090ea052da86521c3ee54c7a3ac52a6543002","42e41629a2ba5e604dd98cae7b4cce83be4cee0990a0d55363b1b01346ab0bd8","68bc808ef05f15a1378dc430bb22552fc9f5e3f32c492baa96c1b8b332987171","75a8b7922a1679b55d83518f1f96bfe9bc8c01bb2c4605a5422244f3668ac7e0","32203953b80342bd8969021ef173634c9327b01067bf54eca5dd34c89600afc2","5c244bb9e042d4cd3657883850601344c3ba978162cdd611d5a1df1e0799021a","5e2ff50cbb499fa61c834f0c3f475a4a980e9cea077046dd81e9032498c89181","da0a0ebbfd8a96941262b3e3f4cb97e9e5c9837a6f9f702a678db140e426711b","9e2e0bed41381daea467ebf667de13663544ce8a6a4c42c43ac9b6f168db5cf9","cb095734b0f0f65f08cf18575f5d16b5b264233051452781c3c75dbf2ead7ee9","56074aa3417e05ff0a3d2281d82427871a26b9c5872bd81abe766ca07d666f64","ffdb7973e3aa43cf33feaa25c0ff02777a977d755fe81f07b2bece270a9a9568","eea76e1ac82eaf221b5f50c02df1b26b767a9723c99d5c9ea0440e8b86b6fc09","b45632734f143e3059d81f2fbcd7d192667fbd26111f02b3e27d740d9d37f992","281f0f03a165a3c49626ba919e64fe9341f03e8651baa9e0c789065d342aa4ef","5f58734d1824159a7f4dd4a74c0ff498e7f1c68e26e5dba470b232bc507d038c","1ae3fef0b76b404e1ec72430f00a8a5207a87f84e3cc313d293b2e1e62811ca3","1b18011fdda8f6669557b02690107ea74d0750d7f8c2d0e9459d5ebe6c3288e0","8e33f328e816ecc128eee84616f67bbafbfdff09c9b37ab41d108e2cab61f5b3","0279718a661b0cec730f0c80413738c64bdf30c33986b06c173e12a2343561da","8d581dc5b581e9d552439947fb9f79eafb08ea8ccf30fe79e363b3292a2018d0","ae113be81a21cd5bbac748f6293b9346ad6e4e3557935ff980280beadc9a2c7a","66d7beca037eee68d73fbba7825fa9517adc307db73fc1bbe9160e0249fc1f6e","c983476c4566217bdfcef0adca6f14e95e57c8f8b2a8b52caef419450b296fa1","82e2605fe2d42494866e4570f7b9fc5060ea2e2a881359f61efa425dfc0b59a8","64223ab142213dc57ddf7e581baac4467eed01cfb007033ee860412210150e30","c943a30ab1e188c9f60c0c6500d3d5d3c11b2f2ca5061f66f4ef8a21ff87c936","5f279127d9eabc8f542aa5fa4e1892941aefdda45ce5929d22fcab6b195f21f5","7be2fc549a8ac2a64bc47d27eee22bca0a428f77114b920c66e83f693cb43fb2","d1ee35fb506b17b6501c6ccf50651f18b862ea899967b8a19af4a9c9d0fd1ac7","d7327b66a06fc3f9bb0b25fd0a772ed110843ce75247fbe7ebb336f0ee8ddeea","d81a8dd281a483715ec5aa6c107e4b665f4ca80e477fda53cfad7d1c9a9bb142","1d025e8886f2fec6f83687534111f0a7ba7b1937895c83fee526252c9281d7f9","a21a71f2a7506ec4cbb236695720844ec44d6c490e32625553c2e83061f83ab0","a7e057c8f9822d5d7a98b689c4b8e35a6e918ae09d1586564fae5107a928935f","1de015ea48963a11dec80ff6a0b6ca75834b41a828da08feb211aa522f8a9336","d4d7ac003b5917eef6897a4e4079937abca6808f28a03e5414351135c8e753a0","6ce5745d796d1c8e60ad6fc667353d80fceb39617f8b26090dcb2d7953c72066","5ce1d82940668665e217476420ff41b84fb9a512d10735796441fe7196517125","9ece00793894f040be474b430fd36397b9168a0c19147511853e8c647c2a911f","426136ce9cc57ba3de3e4a5e0d59760a240973be004efe9451a8fc553b0e72fe","c2802e611d49d070a0a8d6fbac64ec9c8643d34de6f42008f0a61d6d14cdfe2b","436a86f32de19f660faaba6ab399b3503ee5152727de08ceabb54dc02c840116","63d72427f833f416c406f098b9418a98bcc82ebda3625e5e575c39e2edffc160","ff5e4dfc030f193d7bd1f36755b81732c0975e5154070e0e179bf48a8e735f60","e1d209016d9e68055d1a80ffd07c0803e1b150ecd1c0f462be9c803c5f74e84d","6b95dd250051dbcfe23b186e4add7620cc819fa6eb61d6b53f27c33bb7835992","c2ca14afe82e4dcf28f6f45a7e7ca5bfb5c459fcfa24570ac478073f4190b15c","c5989fab43a5866216af885ff77230c7bd4a8077486c99883e53634d5495a5db","5e8104cc3413209ef4d3cfa5948b45174d7d399d66ce938df171e1fdb8b403dd","aa186e410cf728f08488178074d80652d7a14b6e78db72730dabd4589d23b8b1","85fc7661b8988644a472402405fc9b48c88164a95ba7abf9c4031b0a848a7fd1","74eca9f5b8b75520d65fecaa88829964f9430a209b2ec879bb16abe09a5a1ace","a72dcb765a9b4287f1adbe84f0784d887dd462b27b1be1320b12f4eeec888032","096ccc78d28d561ee0cb8ddbfe3b09b099a513d70732004c2d121ae028e2537c","00cf8c14cb0bf467e38deaea3657ac652d038b3d4aadb707d7b2473c62d7961e","90e4593ebd701c4e42a5725e5bfb01685d7aa7d2137d3f8aaaba57859d1df722","58e4ac1738f57a0b72857ab9cea87d7378d2176455adacb01ecfbe61f7273cef","a5349196160d03ae091244e4c4bd043b87de393842bdc6660427d1a4c1d33f79","a3b0483b154b6a496f0b76646fad75af104aa569924d8dbef4e4f15fd61eea82","d26c748864f1eea98d9df65fe90ad44e6c9056db461f1bf50e850ad0d634ff7e","54bef3553216f887a79d88aa5b12ae5cd54b47120d6f367515238f0c1d99e3fb","f1477e292370cb3d9cc5b7800c02624b589c789d9c40219cb718a75e17bce992","3b6b9be6198383913e6dac7ea64b485aa157da753c2e01b04fc17c2a662be21c","290767d42ab176b3db6da68594fc1f084292838a94ce9dd4dcc982070bb97c43","0b69881c10a075269a565ee3871aafa9d398cf46f17249e89c9f2e0f7240aa42","987dbc7d78b979ed143f87be5cad71763cb207a59c66645e073ff863d02a4abd","c8b51a7eaa607d1be8649af592faef0b5f168f61826a9354b9145d530bed9b17","69b5e85d185c724f0947fb40711f75266f6aaab53345d4384dd80b9a57214c46","609dbe55175c0982030f9f270b3aa1bd8f85d313323956133df31207834a09cf","ee042fb1c109176ed53177dc9ac342bf70cb74dd991629f080f9b2f6a12d9132","02594940abedb506bea6e9a89f42dc663e6bc5d14d4c7022bbd1206ff3fecb52","9caa267524e911fabaad8ff7235ee387c4969b37593ea1578b2796181527d6ef","c4c5424b0fafdf5db869c90bb065136015088567916944a51732e546ab5aeee7","080c5e53470690d535e57c8996582daeefe945c9e5838ac5114a878427ac062d","8c0d24b8fed0f0237e631607bd164d5debc615d15b54d908a2b61c3256e3012d","cacf1756ff0087224113803d167e6f17ddcff407ba93a95f53b5bf7470de8e0d","d01108d8d88777434a7a88009ccfeb1ef6eaa405f10f9e817d88a32f60c04021","954a8ab7a12af5588bded5afcd728f42aa9f1b4ea506ce9709569372c127ca61","cb510525f6d3cf0a5da49b286d38518f5c59583f4b0caf4768a170c0f5fef5b9","48bf62799d990a764d998af647f39b0e7fa8d9ddca16466381c3dc70dffd749b","d67c1526c0e60d2ac438a94d910debc045277ae9d6da56072f925e17ef8ded3c","2c9924b43f02c478f1371bbb16ab377dda904e0c06170f221f8df32cdc898430","bff8bc8a9cb0d3d7559da02f87f2ed90806feca89e90caafb4db118691be3d1b","f76d529e6a2438ecaed261b23d3e152a2a3452e15e0a6256115cbf1ac40da866","b45f1d7704c649259e85e335ea0dc47d8813caa8335ae34f44d8e9829f93b74a","382aee957702a3669129f336d1f2eaf4da55d1f72d330bd0bd86fc5141e62a29","d24bacb3789b72f2ee367239fa8078ba1e3844021a1bd78c77d6272da85e2992","6b0a5dd86066886465f595f22bf6693dd7d50e84278d2f936be085240cba9447","3a16fc8f323474862a7a13e4cb1890d9f490eb6f26c44b81d064dcf8bdd13882","45882e7ddcabd7ecd3f88914265169537c4d2038bda68cc9c3b10c1eac82d66f","3bf67c4150ef2a6681d0bd15a659be49e373deafcd98e77102069958361b96b8","94ac917a35edb7e8dee856ee994833e581b293bbc565be80359e3cfbe02b68ab","cd0bfc372a4cb0b23a6ed6461bf5218485671715f3d7e8cc1b21548ebf2f2e03","a4d62616dc35504638f9a1e0cc1ecbaef840df69f4026b4f6ffe4742d596f168","0cb09335768a1c28021248c27da0ad243e2d16eeb0d8e31ea227c352de39ce26","4c818329eba79c527592f8970ddba721c7325c29fd28b7156d7d50c55207c58f","0a874a82c54596c15ffe75b3dd1b730773a753b90d630ed3e296e904079a31a9","0fd64abcdb567e7cfcc536f5cb633b1361ca482ba424ea1ffc7cfa50240bc0de","5a766534f22553988632e8b5a92fc3e4aec917f6cd2a8fae890612711741c70d","d153da124dee66283298d5e1c6c06cf79609172cc90305426144977496b6ab17","12b10434acc5b84b93dd245ec7120e1fe2f257e80b11ec110a60071166025470","ba7fb82eb8d0b6e527ff15643e5157f74cb88b3ca38eb27812e4a17e96f1cf04","5f01f1a897d15abb687597ef551b2b23ffb7c872e11187f649f86de79cf246d4","75a6f3a1b056897f94eeb387e2b61f0814bd3ee1baedad54ca95c8b50370b6a5","985a17f0f588aa99d19f4fadd5b37643abfaa7d99b95346e13f62099d1bbc123","a35c91c464268c07c67020b513e4f88847e87d549514628c3524f9d1d5d9d539","07cb3f0fd34165c2f477d01e9919fe3dba3e3ff5dbf6427059dd3e8ae75f66d4","8864bde866a8940afb6b8cd295b6eb42e133c12ca11b052a3df004a2114d19d0","697ea55faaeb771f18270d9ba27a868c13b4430ae7530c4fd53cabed4d1041a1","6eb0074c07aa60be1bfdeba02bc0075808d04b6fae7a76268259088114c9193d","b0edf0b98895c080f4a082c5f1b35e42bd12c6ee624cb42b723a928245167257","d3025fdb12b8ca9b680e6641fbe9b296da425a0a69969b075110db065f1deee0","3b74a19021afa846dd0d9820a97cec907bea98239e8726fff3584a77f4f3673f","f1cdfd6a76470a10fd22833d042a2ceed76176f61c48b1a26546d34cf476e4e7","fd384aa99baea593712841ea6d10b4eba364a514db821ab403c376b3c46940fa","5cf9e76cd6647ce638189b9859e5d2a2262171d81ea0359b5debf9c8f51cf342","dd37a03a0e5ea3e5c1c7eeaec7477ef4af32fc0351ed9ce2c79adb2c56218436","d5aac916cb7ba330a8e9bdb27740b508b314851ec616e88e8972f27ba3949356","e925f64d2c32d61bde90a9cbf12fc6195d49855551ad830751ef012941b7b423","d47993e9c87064a944cf4fc876b8e9c50e8e880a6847c73a344594cca9c477c4","2b194c4d7aabca35846dc5694fb1332b674c41f7e3c44122392b94d0e230673c","c9654377f5ac130bea0d1f8e55c52d1fabc6bd9c27cfe0fb9dc53215a35d08c1","4d31bbe9dde590c11d519c0770e882573fc23100a32243d9c6b63f693c3c788f","ff8001abcd514a62a25d7b38508d7fa1dd38e0f325b3ae2f28258ab377b5c980","961ee6061c130e5deaae9c3255c2547e4c1b709a00476f9ac1b8c7c6d11e8327","80ef78000a8288906f9b31007dc99b2567999adaa2e5dd6b7a700cac7fa6803e","df3f8cad4f2b8e5f4c03e3441bf21a02f7b2d0e1e4e4e84c00e41599e0c80552","8f3463eab8661e0deb795df8463afa78b3d2f12620acdd9ef47dae2cf077f7f4","b1662bcb4a857a741ccd2a97932fa0f09817c487d22a700a86a7957341d492a6","e9624fbce97908868186ec11f7386b6ce7fc6f63547f0cdc3157b5278d2518ab","f82723b24df7d1dbbf6519aaddd6fba3bc02ecf4d0802b36f1b5cc1cb032157c","c5b4b089a4fc8e068e647616d1c3ecf70dc1f44771b34865e50a60bbec5279a7","353fb5256371abae2c2784b88413e69450dc0a50172b3b03f9a823f542115782","22d5121c485534164b41467be72553dac37b6b8cf05cde86f20b8426eebd66a9","0c5a87a03e070ed01782aae86b4884721a670dabfcb59191a8cc6099e1f6e8b5","4b8ff5288876b9536917ad6a989a0eca57e6c6e78968dd6695cf1f691d2cdde9","bd7fbab735542acc02a20d6a306f3fd74e8bb67fee943d9592a128a938e9dc54","4998cbff67e76f385d9955674a9f2ac385926e807ed371ed357ccb6f03a4d72e","c70a17f88a18c816a1db716fdc3c04cd179c03b659dfb0832ebd87fb7b0693aa","e6fd54ef41facbe3a7a1faaa15668675c300fefc362f7a22848b3ad9b31afff0","8d07903d00b0906311abc0c5ab3cb3ce2955ab19d66db7fe4e153af82b66db58","a39e71fd9aea81bb04de848f4d3e9564dfb03d03dbc8e622e157d23725830162","d139d67486abb817901ad859a5f494d4a3160ce53f5ff6a7bf5947ac480e9a7a","3b2e6dfa494d183e41597c2255151800c4698c442e89cf6e86ced1f21f1c402b","e2c4839f9075e560003f9a957aab9573def00f67e61be01a7f74849b24ff3226","d7d67f8b9211226c101dd03951a55f2d731314d03e4058f514a561f761b11c21","637606c43185cc19da3a519338b903cd6c579820a465837a25b270db0c92c249","9e9ae27e0d84cbf919ba5fd70764f509e8fc0fa324743813e5f55b38de7a1392","7992371e47123acd9d2318f1472a2fd82d55f1477dd0c83781002bdcc10e58bd","182f0e0b0866058320e00a8f417aeb0892d8a220dd81f7a647c25eeb70354583","74989bb8182ff93b96b99c38c12393e698083cccc01a046a8120bfbfe81abb21","3b405d5a85aed78f25003669ef0ed14513dc4aa6f0116ad5d8a80d51933dd5be","d6f22642eec4002db21f1b66b3d2589329e933798b5a6d40dd5fc3dcbbb5d3ea","6f254e8651107442525d5d2dd649961c8aabb73ef367065876dc2ab16e49af74","6e5eb57c69c1427de59e3458c0da09b7e7991e4ed78a8daf49ddcd9deb79963a","9150b1ab0d426418242a0ecb594efaf384e64863a519fb597522e02358a4d03f","12e3c66e630ab62d180029f67c3c16ef53c05bfa45a2b3706e711e2742b73814","88b9fe530131d0846c1761a0ad3d8a00db301bcc092dacce6c92174194568e9b","d64fecc3ae8d2acfd604ea1833920fc21d844f823bc6aa91073b6dfe006840e1","c0368133592f12f9a1089326d5b939267682e474e6ebb98674272991e941b0ea","97ec3e561c74ed1d43aa38cc04e3b54cd1f940f853301708bb3144565ec00250","52dd370c807255c61765347fc90a9bee3c522b8744dc222714e2bf6b5be3a823","1e5743b25a63fd34ffbae89adcbf248ee17db6ed08d90079ffa93803c3e80d2a","3cbcdf2a84c93c6b62d8d4584f613c8af7c6330ac2ba1ff781d10a3e0935beb9","241000969e5367a9a9b9a4f57963e54e5a012c9d89c273526c0115650a7b9e5f","ac388c7c7a262213a3700451bc921e382a93fb27c0252c34ccf03540b4ce044b","097a7e3badfd1c4b35f72aa0f722f5714a4f6a84e53fca5a79dcfebbfc5e718d","fb0107c83e2e0e75b77dacd0c3c6c3ab6844e98dce2a8f858c6f0a57c12136a6","0a478dcb6e6bd8a5d871165659c79cee7b8c3b7a87289118d22e1a04d171e252","e385eb01000d045ea07cea09c488f66e051709a9ac460bf271623f9984e0c419","bf69beba89702c85d84546269e0d4e8b128d32e26b314ee9b501b0b32c82490b","46f3a421b048670d16a3c02589261f17c1cea687f2602eed31e1335b53aed785","4bcb813ea56182beaaab1e8274524eb9f1449b0d8e79efc4a0399de09e43f816","c784eab1cf838d9d6527bce3d9f2d373145606666b68f7610291a7adf6e6bda9","f0380f581cb015778c0fe51e95b5b7f6dae237280654558469b2486c1572268a","8c5a6b398ba8f392a29776632fa37235307ceaa49a2198e4ed5b04269fb21b42","d14052ca442046ea7b86f868a2e6dbf0d0611fd01a1c6a00fb81e409adb3457f",{"version":"59b58fb30a47cea4cce02d6807322c691f559e554f74dd61507f3f1b9e772e2d","signature":"ff25d7495644b3014e95139925f0d42a8172edc645b1755fbfda15f42ee29456"},"fe86dfcfe00c2e115b49a267f7f9067b6119761995d341cfbf058fdb211323b7","d06cc651811bd5cdfe9c1b00566c87b70a19b17273dd27407d973ca8a59ccd21","aa7b2ca01b1c60eb9db32fe744424c18930fea62218765d28df72bc51436f8b3","ba87efc6df1dfc44d7e22de74c3ac178433fb665f208b9304e9e70db53aa2b0c",{"version":"09bb4548c3e5881716ebe49d5bcaa29fe58af0b1ee6dd2fd633843d44260c777","signature":"68a8e2f507d5df6ae1b2d02234cd0be7d669315fbd86d38ac4a0a04a5a9c40d2"},{"version":"607f181f823f98b6bb3b6235c1d807ff48694004bb9b3ee5911a6e4addb691a3","signature":"aa65bef561f615b6474a1931ab47f0022a228b9874cdac633f993eaf730159fd"},{"version":"924ef72e854bdf9ab567a9afca14b6f9ffcdb134c1985b9299c3c28184685c7c","signature":"7c1a4bffaa3ea16c053f2df968e56cd6fd104826ec9ec5efbbb38f42494fad5a"},"2fcd2d22b1f30555e785105597cd8f57ed50300e213c4f1bbca6ae149f782c38",{"version":"bb4248c7f953233ac52332088fac897d62b82be07244e551d87c5049600b6cf7","affectsGlobalScope":true},"3f30c6b57bf5eb7a7d4298506b78b18d428a39a409e1eadd93a3fdd0299d2687","62da965db3bd1b4ce135048ae8a317d7eb1949068824cb949dd4a91f7e3d6c2d","eba7cf33380cc3a3cf614faf67300e14d0bdff9ea6c5cd6f4b040b1756a48ab1","5e7e090243bf203382a5cb04eabbdc38d78f6d5922f16f543e4da8fa007d5ff9","cd823094ded7c8ac4f94ab6dc387dab699293eb8323d9f948304efc07e4ae7b2",{"version":"223c771d15e3023074ddf664cbce03e9691aee29d337d3b7815403ebc371e929","signature":"e474c323c111799257e2e230d6cf7495951f409154a207dba8a6b80dacb6762b"},"cf93fb9208a01c80f0fad245c4360356e5de6c2384b7641acf0b9cc2f5c42448","336398b0efaf964124e636a9b29c4edd5870aee79ac64bf87be58a9d66b7c048","571bc65ec37ba124e762bb822e14a2b8502dc684e356be8feaccbd6b9cadd023","2bbbefc1235500bdb5091f240dc8cba861a95342272f7d11b7574a0d2ef4f85e","7cd455fc4c4818f19263d73b29c59f3fb5fd54b45a6ab83ca3eb3661281db56b","1c6b9b5501774a2ece6574be8e26092800e3f1f836f8c179b4f9fdd271a620f8","bcd2426fd141157e04e3a8eff914b575403587f398cf0878f07c2f283e0d1afd","33fd0884c97e9999b9dc573334d46af764e6e3d209b92e6283d854d792dc151f",{"version":"1fa0a16b7937e7598b4019358746a800adb6aeb99538412f64c83cf855b25bdb","signature":"640e1b327a3bbb904072cc136bc1428c7de3db7f9fa089bb7a70a80891879ae4"},{"version":"cf0e96cbcd290524ed92da2ecd597ecfeb0d3fc36f5d9cd0d1024ba1b377f556","signature":"0406442150c83ee79672f59e304b579f3b31c1a0fbfb8a36db58e91df77e7fb5"},{"version":"45dfee0786a308f5f61aa2f2c00df23b8b35ad3e7ffbeb885a804a43f6dfd41e","signature":"e6bea57d564c188e8b1c8e21adc0503329db3d6975644550e4590daed7c8e44c"},"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",{"version":"b820387f00e638331d28743f1e0f9b9cf415e41360522b3176c0ba4529a85970","signature":"8f017a2a1956f37846a0ad1a2fd4892474a057b3163cf9181478e03e2c646968"},{"version":"9435369b5b612a97f51e1b4eb5ac3fe26118dc14ec75127051a395409ee87e2e","signature":"8f017a2a1956f37846a0ad1a2fd4892474a057b3163cf9181478e03e2c646968"},{"version":"6dfc37059dd0fe6a2f4f5f1fc2250cea676b214e6eca6b7f1f5dee8539eb308d","signature":"e4ca4d8a87d3c81f481decf9000b72ba30371c8088de609814b2f0be74314bb2"},"7e771891adaa85b690266bc37bd6eb43bc57eecc4b54693ead36467e7369952a","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"ca72190df0eb9b09d4b600821c8c7b6c9747b75a1c700c4d57dc0bb72abc074c","affectsGlobalScope":true},"11e2d554398d2bd460e7d06b2fa5827a297c8acfbe00b4f894a224ac0862857f",{"version":"bb65c6267c5d6676be61acbf6604cf0a4555ac4b505df58ac15c831fcbff4e3e","affectsGlobalScope":true},"374ca798f244e464346f14301dc2a8b4b111af1a83b49fffef5906c338a1f922","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","dab86d9604fe40854ef3c0a6f9e8948873dc3509213418e5e457f410fd11200f","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","489532ff54b714f0e0939947a1c560e516d3ae93d51d639ab02e907a0e950114","f30bb836526d930a74593f7b0f5c1c46d10856415a8f69e5e2fc3db80371e362","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"816ad2e607a96de5bcac7d437f843f5afd8957f1fa5eefa6bba8e4ed7ca8fd84","affectsGlobalScope":true},"cec36af22f514322f870e81d30675c78df82ae8bf4863f5fd4e4424c040c678d","d903fafe96674bc0b2ac38a5be4a8fc07b14c2548d1cdb165a80ea24c44c0c54","5eec82ac21f84d83586c59a16b9b8502d34505d1393393556682fe7e7fde9ef2","04eb6578a588d6a46f50299b55f30e3a04ef27d0c5a46c57d8fcc211cd530faa","8d3c583a07e0c37e876908c2d5da575019f689df8d9fa4c081d99119d53dba22","2c828a5405191d006115ab34e191b8474bc6c86ffdc401d1a9864b1b6e088a58",{"version":"e630e5528e899219ae319e83bef54bf3bcb91b01d76861ecf881e8e614b167f0","affectsGlobalScope":true},"2c45b35f4850881ab132f80d3cb51e8a359a4d8fafdc5ff2401d260dc27862f4","7c013aa892414a7fdcfd861ae524a668eaa3ede8c7c0acafaf611948122c8d93","b0973c3cbcdc59b37bf477731d468696ecaf442593ec51bab497a613a580fe30",{"version":"4989e92ba5b69b182d2caaea6295af52b7dc73a4f7a2e336a676722884e7139d","affectsGlobalScope":true},{"version":"b3624aed92dab6da8484280d3cb3e2f4130ec3f4ef3f8201c95144ae9e898bb6","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","210d54cd652ec0fec8c8916e4af59bb341065576ecda039842f9ffb2e908507c","36b03690b628eab08703d63f04eaa89c5df202e5f1edf3989f13ad389cd2c091","0effadd232a20498b11308058e334d3339cc5bf8c4c858393e38d9d4c0013dcf","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","fd93cee2621ff42dabe57b7be402783fd1aa69ece755bcba1e0290547ae60513","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","69ee23dd0d215b09907ad30d23f88b7790c93329d1faf31d7835552a10cf7cbf","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","a15eb098ed86a4135cba05d77e792d6189fa8607a00c9b1b381c0e9550c04ba5",{"version":"970a90f76d4d219ad60819d61f5994514087ba94c985647a3474a5a3d12714ed","affectsGlobalScope":true},"e10177274a35a9d07c825615340b2fcde2f610f53f3fb40269fd196b4288dda6","c4577fb855ca259bdbf3ea663ca73988ce5f84251a92b4aef80a1f4122b6f98e","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"f0900cd5d00fe1263ff41201fb8073dbeb984397e4af3b8002a5c207a30bdc33","affectsGlobalScope":true},{"version":"ff07a9a03c65732ccc59b3c65bc584173da093bd563a6565411c01f5703bd3cb","affectsGlobalScope":true},"06d7c42d256f0ce6afe1b2b6cfbc97ab391f29dadb00dd0ae8e8f23f5bc916c3","ec4bd1b200670fb567920db572d6701ed42a9641d09c4ff6869768c8f81b404c","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa",{"version":"da26af7362f53d122283bc69fed862b9a9fe27e01bc6a69d1d682e0e5a4df3e6","affectsGlobalScope":true},"8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"cc4fa603eb4f28847cfa5bfb698dd186a0864853383d49f2478b3482d5caca9e"],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"esModuleInterop":false,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":99,"noEmitOnError":true,"outDir":"./dist","rootDir":"./src","sourceMap":true,"strict":true,"target":5},"fileIdsList":[[400],[309,400],[310,400],[309,310,400],[309,310,318,400],[307,308,400],[337,400],[339,340,341,342,343,344,345,400],[354,400],[357,400],[358,363,391,400],[359,370,371,378,388,399,400],[359,360,370,378,400],[361,400],[362,363,371,379,400],[363,388,396,400],[364,366,370,378,400],[365,400],[366,367,400],[370,400],[368,370,400],[370,371,372,388,399,400],[370,371,372,385,388,391,400],[400,404],[366,373,378,388,399,400],[370,371,373,374,378,388,396,399,400],[373,375,388,396,399,400],[354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,406],[370,376,400],[377,399,400],[366,370,378,388,400],[379,400],[380,400],[357,381,400],[382,398,400,404],[383,400],[384,400],[370,385,386,400],[385,387,400,402],[358,370,388,389,390,391,400],[358,388,390,400],[388,389,400],[391,400],[392,400],[370,394,395,400],[394,395,400],[363,378,388,396,400],[397,400],[378,398,400],[358,373,384,399,400],[363,400],[388,400,401],[400,402],[400,403],[358,363,370,372,381,388,399,400,402,404],[388,400,405],[331,400],[309,334,400],[334,400],[332,333,400],[311,312,313,314,315,316,317,318,319,400],[309,334,335,336,400],[299,400],[299,304,305,400],[299,300,400],[50,90,103,250,400],[50,84,89,91,400],[50,60,90,103,248,249,400],[90,400],[50,86,87,88,400],[89,400],[50,89,400],[103,234,235,400],[236,400],[103,234,400],[235,236,400],[216,400],[103,107,108,400],[66,67,102,103,400],[104,400],[104,216,400],[48,50,108,400],[51,54,56,57,60,91,92,94,103,107,108,400],[52,54,56,57,91,107,109,400],[52,107,400],[48,52,54,56,57,60,80,83,84,90,95,107,108,109,400],[51,95,400],[95,400],[93,400],[50,94,400],[51,93,108,400],[46,47,48,49,60,63,67,79,82,91,95,102,104,107,108,400],[49,54,80,81,103,104,107,400],[54,400],[54,91,162,400],[166,400],[54,163,400],[54,164,165,168,400],[52,54,166,400],[273,400],[107,162,400],[54,162,400],[273,274,275,276,277,278,279,280,281,282,400],[50,64,400],[63,103,400],[64,65,67,102,111,400],[91,400],[156,400],[154,400],[159,400],[91,95,400],[54,95,107,162,166,400],[91,166,167,400],[150,151,152,153,154,155,156,157,158,159,160,161,165,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,186,188,189,190,191,192,193,194,195,196,400],[54,95,400],[54,91,400],[95,107,400],[91,107,400],[95,166,400],[91,166,400],[167,187,400],[91,187,188,400],[95,107,162,400],[91,107,162,400],[52,83,103,107,141,400],[142,400],[52,56,142,400],[52,103,142,400],[104,142,400],[52,103,108,141,225,400],[52,142,400],[52,103,108,130,222,400],[59,142,400],[52,103,108,220,400],[84,103,108,142,400],[52,98,103,108,142,400],[52,98,400],[52,228,400],[52,98,103,107,224,400],[97,223,400],[52,98,107,400],[52,97,103,400],[98,227,400],[54,96,98,104,108,109,400],[52,98,219,400],[97,216,400],[52,98,103,107,217,400],[90,198,199,400],[198,199,400],[95,198,199,207,400],[148,198,199,400],[65,198,199,400],[138,198,199,400],[187,198,199,400],[199,400],[45,400],[198,400],[63,64,198,199,400],[63,64,90,103,198,199,400],[64,198,199,400],[52,63,400],[132,400],[50,59,60,62,102,400],[63,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,400],[50,52,63,64,400],[50,63,64,400],[63,64,107,400],[50,52,54,63,64,400],[50,54,63,64,400],[52,54,64,122,400],[52,63,64,400],[119,400],[50,61,63,400],[51,55,57,59,103,107,108,400],[51,400],[107,400],[46,107,108,400],[56,57,59,103,107,108,135,400],[85,400],[107,108,400],[46,400],[46,47,48,107,400],[48,56,57,58,107,108,400],[47,107,108,400],[56,57,59,107,108,400],[56,59,107,108,400],[54,56,59,107,400],[48,51,400],[46,47,48,51,54,94,104,105,106,108,400],[46,48,51,54,108,400],[103,400],[51,52,63,83,91,95,108,400],[63,82,91,95,103,400],[63,91,95,141,400],[82,103,104,400],[84,108,138,400],[63,83,91,95,108,139,400],[54,82,95,103,134,400],[61,400],[51,70,94,400],[51,63,68,70,76,95,103,290,400],[68,70,77,400],[63,72,104,400],[102,400],[51,77,91,95,103,290,400],[76,400],[68,70,400],[69,75,102,400],[63,67,68,70,76,102,289,294,295,400],[63,67,72,76,79,95,103,104,400],[50,67,78,98,102,104,400],[50,63,68,70,109,400],[68,70,71,72,73,77,400],[74,76,400],[64,65,102,111,400],[111,400],[50,52,54,63,64,67,68,70,71,72,76,77,91,95,96,99,100,101,103,104,109,111,400],[50,60,64,109,110,400],[79,100,400],[60,79,100,104,400],[52,400],[52,53,400],[52,53,63,64,66,102,103,104,111,400],[45,50,64,400],[48,50,54,60,400],[45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,64,65,66,67,68,69,70,71,72,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,134,135,136,137,138,139,140,141,142,143,144,145,146,147,148,149,162,163,164,166,187,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,271,272,283,284,285,286,287,288,289,291,292,293,296,297,298,400],[63,67,91,103,400],[299,321,400],[325,326,400],[43,328,400],[43,299,320,322,329,337,338,346,400],[43,299,322,400],[43,299,320,322,323,328,400],[43,299,322,324,327,400],[43,330,348,400],[43,351,352,400],[43,400],[43,44,329,330,347,400],[43,44,299,301,302,303,306,329,400],[328],[322,329,334,337],[299,322],[299,323,328],[299,322,324],[330,348],[44,330,347],[44,329]],"referencedMap":[[44,1],[307,1],[310,2],[311,3],[314,4],[312,4],[316,4],[319,5],[318,1],[317,4],[315,4],[313,3],[308,1],[309,6],[345,7],[343,1],[344,7],[339,7],[346,8],[340,7],[341,7],[342,7],[354,9],[355,9],[357,10],[358,11],[359,12],[360,13],[361,14],[362,15],[363,16],[364,17],[365,18],[366,19],[367,19],[369,20],[368,21],[370,20],[371,22],[372,23],[356,24],[406,1],[373,25],[374,26],[375,27],[407,28],[376,29],[377,30],[378,31],[379,32],[380,33],[381,34],[382,35],[383,36],[384,37],[385,38],[386,38],[387,39],[388,40],[390,41],[389,42],[391,43],[392,44],[393,1],[394,45],[395,46],[396,47],[397,48],[398,49],[399,50],[400,51],[401,52],[402,53],[403,54],[404,55],[405,56],[332,57],[331,1],[335,58],[333,59],[336,1],[334,60],[320,61],[337,62],[324,63],[302,63],[305,63],[304,63],[306,64],[300,63],[301,65],[303,63],[249,66],[90,67],[250,68],[248,1],[247,69],[89,70],[246,1],[245,1],[244,71],[243,72],[242,72],[241,72],[240,72],[239,72],[236,73],[238,74],[234,1],[235,75],[237,76],[233,77],[104,78],[232,79],[223,80],[216,80],[231,81],[50,1],[51,82],[95,83],[254,1],[92,84],[60,1],[80,85],[91,86],[253,87],[207,88],[252,89],[93,90],[94,91],[49,1],[103,92],[82,93],[251,1],[162,94],[163,95],[187,96],[164,97],[166,98],[284,99],[274,100],[275,101],[276,102],[277,101],[283,103],[273,102],[278,102],[279,101],[280,102],[281,101],[282,102],[285,104],[259,105],[287,106],[286,1],[151,88],[150,107],[153,88],[152,107],[157,108],[155,109],[156,88],[154,107],[160,110],[158,107],[161,111],[167,112],[168,113],[197,114],[170,110],[169,107],[172,115],[171,116],[174,110],[173,107],[176,117],[175,118],[178,88],[177,107],[159,88],[179,107],[181,88],[180,107],[182,119],[165,120],[184,88],[183,107],[186,110],[185,107],[188,121],[189,122],[191,88],[190,107],[193,88],[192,107],[195,123],[194,124],[196,111],[271,125],[272,126],[269,127],[268,128],[267,129],[266,130],[264,131],[263,132],[270,133],[262,134],[265,131],[261,135],[260,136],[226,137],[229,138],[225,139],[224,140],[222,141],[230,138],[98,142],[228,143],[97,144],[220,145],[219,146],[221,137],[218,147],[217,146],[200,148],[215,149],[208,150],[214,1],[201,151],[203,152],[202,153],[212,149],[211,154],[210,149],[209,149],[198,155],[213,156],[199,157],[206,158],[205,159],[204,160],[132,161],[133,162],[63,163],[134,164],[130,165],[128,166],[129,167],[127,165],[131,168],[126,169],[124,168],[123,170],[122,168],[125,168],[121,171],[120,172],[119,173],[117,161],[118,171],[258,94],[56,174],[52,175],[106,176],[47,177],[257,178],[85,1],[88,179],[86,179],[87,179],[255,179],[58,180],[256,181],[48,180],[108,182],[59,183],[46,184],[81,185],[57,186],[105,176],[227,176],[55,187],[54,188],[107,189],[109,190],[84,191],[79,191],[137,192],[141,193],[143,194],[142,194],[136,195],[83,193],[144,193],[139,196],[140,197],[135,198],[45,1],[115,1],[62,199],[61,1],[114,1],[290,200],[295,201],[288,202],[70,1],[289,203],[294,204],[68,1],[291,205],[292,1],[77,206],[293,207],[78,1],[76,208],[296,209],[72,1],[96,210],[69,1],[99,211],[71,212],[74,213],[75,214],[73,1],[113,204],[66,215],[112,216],[102,217],[111,218],[100,1],[297,219],[101,220],[53,221],[116,222],[67,223],[149,104],[148,104],[65,104],[138,224],[146,224],[147,224],[110,104],[64,225],[145,104],[299,226],[298,227],[43,1],[8,1],[10,1],[9,1],[2,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[3,1],[4,1],[22,1],[19,1],[20,1],[21,1],[23,1],[24,1],[25,1],[5,1],[26,1],[27,1],[28,1],[29,1],[6,1],[33,1],[30,1],[31,1],[32,1],[34,1],[7,1],[35,1],[40,1],[41,1],[36,1],[37,1],[38,1],[39,1],[1,1],[42,1],[321,63],[322,228],[327,229],[325,1],[326,1],[350,1],[338,230],[347,231],[323,232],[329,233],[328,234],[349,235],[353,236],[352,237],[351,237],[348,238],[330,239]],"exportedModulesMap":[[44,1],[307,1],[310,2],[311,3],[314,4],[312,4],[316,4],[319,5],[318,1],[317,4],[315,4],[313,3],[308,1],[309,6],[345,7],[343,1],[344,7],[339,7],[346,8],[340,7],[341,7],[342,7],[354,9],[355,9],[357,10],[358,11],[359,12],[360,13],[361,14],[362,15],[363,16],[364,17],[365,18],[366,19],[367,19],[369,20],[368,21],[370,20],[371,22],[372,23],[356,24],[406,1],[373,25],[374,26],[375,27],[407,28],[376,29],[377,30],[378,31],[379,32],[380,33],[381,34],[382,35],[383,36],[384,37],[385,38],[386,38],[387,39],[388,40],[390,41],[389,42],[391,43],[392,44],[393,1],[394,45],[395,46],[396,47],[397,48],[398,49],[399,50],[400,51],[401,52],[402,53],[403,54],[404,55],[405,56],[332,57],[331,1],[335,58],[333,59],[336,1],[334,60],[320,61],[337,62],[324,63],[302,63],[305,63],[304,63],[306,64],[300,63],[301,65],[303,63],[249,66],[90,67],[250,68],[248,1],[247,69],[89,70],[246,1],[245,1],[244,71],[243,72],[242,72],[241,72],[240,72],[239,72],[236,73],[238,74],[234,1],[235,75],[237,76],[233,77],[104,78],[232,79],[223,80],[216,80],[231,81],[50,1],[51,82],[95,83],[254,1],[92,84],[60,1],[80,85],[91,86],[253,87],[207,88],[252,89],[93,90],[94,91],[49,1],[103,92],[82,93],[251,1],[162,94],[163,95],[187,96],[164,97],[166,98],[284,99],[274,100],[275,101],[276,102],[277,101],[283,103],[273,102],[278,102],[279,101],[280,102],[281,101],[282,102],[285,104],[259,105],[287,106],[286,1],[151,88],[150,107],[153,88],[152,107],[157,108],[155,109],[156,88],[154,107],[160,110],[158,107],[161,111],[167,112],[168,113],[197,114],[170,110],[169,107],[172,115],[171,116],[174,110],[173,107],[176,117],[175,118],[178,88],[177,107],[159,88],[179,107],[181,88],[180,107],[182,119],[165,120],[184,88],[183,107],[186,110],[185,107],[188,121],[189,122],[191,88],[190,107],[193,88],[192,107],[195,123],[194,124],[196,111],[271,125],[272,126],[269,127],[268,128],[267,129],[266,130],[264,131],[263,132],[270,133],[262,134],[265,131],[261,135],[260,136],[226,137],[229,138],[225,139],[224,140],[222,141],[230,138],[98,142],[228,143],[97,144],[220,145],[219,146],[221,137],[218,147],[217,146],[200,148],[215,149],[208,150],[214,1],[201,151],[203,152],[202,153],[212,149],[211,154],[210,149],[209,149],[198,155],[213,156],[199,157],[206,158],[205,159],[204,160],[132,161],[133,162],[63,163],[134,164],[130,165],[128,166],[129,167],[127,165],[131,168],[126,169],[124,168],[123,170],[122,168],[125,168],[121,171],[120,172],[119,173],[117,161],[118,171],[258,94],[56,174],[52,175],[106,176],[47,177],[257,178],[85,1],[88,179],[86,179],[87,179],[255,179],[58,180],[256,181],[48,180],[108,182],[59,183],[46,184],[81,185],[57,186],[105,176],[227,176],[55,187],[54,188],[107,189],[109,190],[84,191],[79,191],[137,192],[141,193],[143,194],[142,194],[136,195],[83,193],[144,193],[139,196],[140,197],[135,198],[45,1],[115,1],[62,199],[61,1],[114,1],[290,200],[295,201],[288,202],[70,1],[289,203],[294,204],[68,1],[291,205],[292,1],[77,206],[293,207],[78,1],[76,208],[296,209],[72,1],[96,210],[69,1],[99,211],[71,212],[74,213],[75,214],[73,1],[113,204],[66,215],[112,216],[102,217],[111,218],[100,1],[297,219],[101,220],[53,221],[116,222],[67,223],[149,104],[148,104],[65,104],[138,224],[146,224],[147,224],[110,104],[64,225],[145,104],[299,226],[298,227],[43,1],[8,1],[10,1],[9,1],[2,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[3,1],[4,1],[22,1],[19,1],[20,1],[21,1],[23,1],[24,1],[25,1],[5,1],[26,1],[27,1],[28,1],[29,1],[6,1],[33,1],[30,1],[31,1],[32,1],[34,1],[7,1],[35,1],[40,1],[41,1],[36,1],[37,1],[38,1],[39,1],[1,1],[42,1],[321,63],[322,228],[327,229],[325,1],[326,1],[350,1],[338,240],[347,241],[323,242],[329,243],[328,244],[349,245],[348,246],[330,247]],"semanticDiagnosticsPerFile":[44,307,310,311,314,312,316,319,318,317,315,313,308,309,345,343,344,339,346,340,341,342,354,355,357,358,359,360,361,362,363,364,365,366,367,369,368,370,371,372,356,406,373,374,375,407,376,377,378,379,380,381,382,383,384,385,386,387,388,390,389,391,392,393,394,395,396,397,398,399,400,401,402,403,404,405,332,331,335,333,336,334,320,337,324,302,305,304,306,300,301,303,249,90,250,248,247,89,246,245,244,243,242,241,240,239,236,238,234,235,237,233,104,232,223,216,231,50,51,95,254,92,60,80,91,253,207,252,93,94,49,103,82,251,162,163,187,164,166,284,274,275,276,277,283,273,278,279,280,281,282,285,259,287,286,151,150,153,152,157,155,156,154,160,158,161,167,168,197,170,169,172,171,174,173,176,175,178,177,159,179,181,180,182,165,184,183,186,185,188,189,191,190,193,192,195,194,196,271,272,269,268,267,266,264,263,270,262,265,261,260,226,229,225,224,222,230,98,228,97,220,219,221,218,217,200,215,208,214,201,203,202,212,211,210,209,198,213,199,206,205,204,132,133,63,134,130,128,129,127,131,126,124,123,122,125,121,120,119,117,118,258,56,52,106,47,257,85,88,86,87,255,58,256,48,108,59,46,81,57,105,227,55,54,107,109,84,79,137,141,143,142,136,83,144,139,140,135,45,115,62,61,114,290,295,288,70,289,294,68,291,292,77,293,78,76,296,72,96,69,99,71,74,75,73,113,66,112,102,111,100,297,101,53,116,67,149,148,65,138,146,147,110,64,145,299,298,43,8,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,33,30,31,32,34,7,35,40,41,36,37,38,39,1,42,321,322,327,325,326,350,338,347,323,329,328,349,353,352,351,348,330]},"version":"4.9.5"}
1
+ {"program":{"fileNames":["../../node_modules/typescript/lib/lib.es5.d.ts","../../node_modules/typescript/lib/lib.es2015.d.ts","../../node_modules/typescript/lib/lib.es2016.d.ts","../../node_modules/typescript/lib/lib.es2017.d.ts","../../node_modules/typescript/lib/lib.es2018.d.ts","../../node_modules/typescript/lib/lib.es2019.d.ts","../../node_modules/typescript/lib/lib.es2020.d.ts","../../node_modules/typescript/lib/lib.dom.d.ts","../../node_modules/typescript/lib/lib.es2015.core.d.ts","../../node_modules/typescript/lib/lib.es2015.collection.d.ts","../../node_modules/typescript/lib/lib.es2015.generator.d.ts","../../node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../node_modules/typescript/lib/lib.es2015.promise.d.ts","../../node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../node_modules/typescript/lib/lib.es2017.object.d.ts","../../node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2017.string.d.ts","../../node_modules/typescript/lib/lib.es2017.intl.d.ts","../../node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../node_modules/typescript/lib/lib.es2018.intl.d.ts","../../node_modules/typescript/lib/lib.es2018.promise.d.ts","../../node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../node_modules/typescript/lib/lib.es2019.array.d.ts","../../node_modules/typescript/lib/lib.es2019.object.d.ts","../../node_modules/typescript/lib/lib.es2019.string.d.ts","../../node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../node_modules/typescript/lib/lib.es2019.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../node_modules/typescript/lib/lib.es2020.date.d.ts","../../node_modules/typescript/lib/lib.es2020.promise.d.ts","../../node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../node_modules/typescript/lib/lib.es2020.string.d.ts","../../node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../node_modules/typescript/lib/lib.es2020.intl.d.ts","../../node_modules/typescript/lib/lib.es2020.number.d.ts","../../node_modules/typescript/lib/lib.esnext.intl.d.ts","../../node_modules/tslib/tslib.d.ts","../../node_modules/@hatiolab/things-scene/things-scene.d.ts","../../node_modules/@types/three/src/constants.d.ts","../../node_modules/@types/three/src/three.legacy.d.ts","../../node_modules/@types/three/src/core/interleavedbuffer.d.ts","../../node_modules/@types/three/src/core/interleavedbufferattribute.d.ts","../../node_modules/@types/three/src/math/quaternion.d.ts","../../node_modules/@types/three/src/math/euler.d.ts","../../node_modules/@types/three/src/core/layers.d.ts","../../node_modules/@types/three/src/scenes/fog.d.ts","../../node_modules/@types/three/src/math/vector2.d.ts","../../node_modules/@types/three/src/math/triangle.d.ts","../../node_modules/@types/three/src/math/box3.d.ts","../../node_modules/@types/three/src/math/sphere.d.ts","../../node_modules/@types/three/src/math/line3.d.ts","../../node_modules/@types/three/src/math/plane.d.ts","../../node_modules/@types/three/src/core/eventdispatcher.d.ts","../../node_modules/@types/three/src/renderers/shaders/uniformslib.d.ts","../../node_modules/@types/three/src/renderers/shaders/shaderlib.d.ts","../../node_modules/@types/three/src/materials/material.d.ts","../../node_modules/@types/three/src/textures/source.d.ts","../../node_modules/@types/three/src/textures/texture.d.ts","../../node_modules/@types/three/src/scenes/scene.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglcapabilities.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglextensions.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglshader.d.ts","../../node_modules/@types/three/src/math/vector4.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglstate.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglproperties.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglutils.d.ts","../../node_modules/@types/three/src/renderers/webgl/webgltextures.d.ts","../../node_modules/@types/three/src/renderers/webgl/webgluniforms.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglprogram.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglinfo.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglobjects.d.ts","../../node_modules/@types/three/src/textures/depthtexture.d.ts","../../node_modules/@types/three/src/renderers/webglrendertarget.d.ts","../../node_modules/@types/three/src/lights/lightshadow.d.ts","../../node_modules/@types/three/src/lights/light.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglshadowmap.d.ts","../../node_modules/@types/three/src/objects/group.d.ts","../../node_modules/@types/three/src/core/glbufferattribute.d.ts","../../node_modules/@types/three/src/core/buffergeometry.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglrenderlists.d.ts","../../node_modules/@types/three/src/renderers/webglmultiplerendertargets.d.ts","../../node_modules/@types/webxr/index.d.ts","../../node_modules/@types/three/src/cameras/perspectivecamera.d.ts","../../node_modules/@types/three/src/cameras/arraycamera.d.ts","../../node_modules/@types/three/src/renderers/webxr/webxrcontroller.d.ts","../../node_modules/@types/three/src/renderers/webxr/webxrmanager.d.ts","../../node_modules/@types/three/src/textures/data3dtexture.d.ts","../../node_modules/@types/three/src/textures/dataarraytexture.d.ts","../../node_modules/@types/three/src/renderers/webglrenderer.d.ts","../../node_modules/@types/three/src/math/ray.d.ts","../../node_modules/@types/three/src/core/raycaster.d.ts","../../node_modules/@types/three/src/math/interpolant.d.ts","../../node_modules/@types/three/src/math/interpolants/discreteinterpolant.d.ts","../../node_modules/@types/three/src/math/interpolants/linearinterpolant.d.ts","../../node_modules/@types/three/src/math/interpolants/cubicinterpolant.d.ts","../../node_modules/@types/three/src/animation/keyframetrack.d.ts","../../node_modules/@types/three/src/objects/bone.d.ts","../../node_modules/@types/three/src/animation/animationclip.d.ts","../../node_modules/@types/three/src/core/object3d.d.ts","../../node_modules/@types/three/src/cameras/camera.d.ts","../../node_modules/@types/three/src/math/spherical.d.ts","../../node_modules/@types/three/src/math/cylindrical.d.ts","../../node_modules/@types/three/src/math/vector3.d.ts","../../node_modules/@types/three/src/math/matrix4.d.ts","../../node_modules/@types/three/src/math/matrix3.d.ts","../../node_modules/@types/three/src/core/bufferattribute.d.ts","../../node_modules/@types/three/src/math/colormanagement.d.ts","../../node_modules/@types/three/src/math/color.d.ts","../../node_modules/@types/three/src/utils.d.ts","../../node_modules/@types/three/src/animation/tracks/vectorkeyframetrack.d.ts","../../node_modules/@types/three/src/animation/tracks/stringkeyframetrack.d.ts","../../node_modules/@types/three/src/animation/tracks/quaternionkeyframetrack.d.ts","../../node_modules/@types/three/src/animation/tracks/numberkeyframetrack.d.ts","../../node_modules/@types/three/src/animation/tracks/colorkeyframetrack.d.ts","../../node_modules/@types/three/src/animation/tracks/booleankeyframetrack.d.ts","../../node_modules/@types/three/src/animation/propertymixer.d.ts","../../node_modules/@types/three/src/animation/propertybinding.d.ts","../../node_modules/@types/three/src/animation/animationutils.d.ts","../../node_modules/@types/three/src/animation/animationobjectgroup.d.ts","../../node_modules/@types/three/src/animation/animationaction.d.ts","../../node_modules/@types/three/src/animation/animationmixer.d.ts","../../node_modules/@types/three/src/audio/audiocontext.d.ts","../../node_modules/@types/three/src/audio/audiolistener.d.ts","../../node_modules/@types/three/src/audio/audio.d.ts","../../node_modules/@types/three/src/audio/positionalaudio.d.ts","../../node_modules/@types/three/src/audio/audioanalyser.d.ts","../../node_modules/@types/three/src/cameras/stereocamera.d.ts","../../node_modules/@types/three/src/cameras/orthographiccamera.d.ts","../../node_modules/@types/three/src/textures/cubetexture.d.ts","../../node_modules/@types/three/src/renderers/webglcuberendertarget.d.ts","../../node_modules/@types/three/src/cameras/cubecamera.d.ts","../../node_modules/@types/three/src/core/uniform.d.ts","../../node_modules/@types/three/src/core/uniformsgroup.d.ts","../../node_modules/@types/three/src/core/instancedbuffergeometry.d.ts","../../node_modules/@types/three/src/core/instancedinterleavedbuffer.d.ts","../../node_modules/@types/three/src/core/instancedbufferattribute.d.ts","../../node_modules/@types/three/src/core/clock.d.ts","../../node_modules/@types/three/src/extras/core/curve.d.ts","../../node_modules/@types/three/src/extras/curves/ellipsecurve.d.ts","../../node_modules/@types/three/src/extras/curves/arccurve.d.ts","../../node_modules/@types/three/src/extras/curves/catmullromcurve3.d.ts","../../node_modules/@types/three/src/extras/curves/cubicbeziercurve.d.ts","../../node_modules/@types/three/src/extras/curves/cubicbeziercurve3.d.ts","../../node_modules/@types/three/src/extras/curves/linecurve.d.ts","../../node_modules/@types/three/src/extras/curves/linecurve3.d.ts","../../node_modules/@types/three/src/extras/curves/quadraticbeziercurve.d.ts","../../node_modules/@types/three/src/extras/curves/quadraticbeziercurve3.d.ts","../../node_modules/@types/three/src/extras/curves/splinecurve.d.ts","../../node_modules/@types/three/src/extras/curves/curves.d.ts","../../node_modules/@types/three/src/extras/core/curvepath.d.ts","../../node_modules/@types/three/src/extras/core/path.d.ts","../../node_modules/@types/three/src/extras/core/shape.d.ts","../../node_modules/@types/three/src/extras/core/shapepath.d.ts","../../node_modules/@types/three/src/extras/datautils.d.ts","../../node_modules/@types/three/src/extras/earcut.d.ts","../../node_modules/@types/three/src/extras/imageutils.d.ts","../../node_modules/@types/three/src/extras/shapeutils.d.ts","../../node_modules/@types/three/src/extras/pmremgenerator.d.ts","../../node_modules/@types/three/src/geometries/boxgeometry.d.ts","../../node_modules/@types/three/src/geometries/capsulegeometry.d.ts","../../node_modules/@types/three/src/geometries/circlegeometry.d.ts","../../node_modules/@types/three/src/geometries/cylindergeometry.d.ts","../../node_modules/@types/three/src/geometries/conegeometry.d.ts","../../node_modules/@types/three/src/geometries/polyhedrongeometry.d.ts","../../node_modules/@types/three/src/geometries/dodecahedrongeometry.d.ts","../../node_modules/@types/three/src/geometries/edgesgeometry.d.ts","../../node_modules/@types/three/src/geometries/extrudegeometry.d.ts","../../node_modules/@types/three/src/geometries/icosahedrongeometry.d.ts","../../node_modules/@types/three/src/geometries/lathegeometry.d.ts","../../node_modules/@types/three/src/geometries/octahedrongeometry.d.ts","../../node_modules/@types/three/src/geometries/planegeometry.d.ts","../../node_modules/@types/three/src/geometries/ringgeometry.d.ts","../../node_modules/@types/three/src/geometries/shapegeometry.d.ts","../../node_modules/@types/three/src/geometries/spheregeometry.d.ts","../../node_modules/@types/three/src/geometries/tetrahedrongeometry.d.ts","../../node_modules/@types/three/src/geometries/torusgeometry.d.ts","../../node_modules/@types/three/src/geometries/torusknotgeometry.d.ts","../../node_modules/@types/three/src/geometries/tubegeometry.d.ts","../../node_modules/@types/three/src/geometries/wireframegeometry.d.ts","../../node_modules/@types/three/src/geometries/geometries.d.ts","../../node_modules/@types/three/src/objects/line.d.ts","../../node_modules/@types/three/src/objects/linesegments.d.ts","../../node_modules/@types/three/src/helpers/spotlighthelper.d.ts","../../node_modules/@types/three/src/helpers/skeletonhelper.d.ts","../../node_modules/@types/three/src/lights/pointlightshadow.d.ts","../../node_modules/@types/three/src/lights/pointlight.d.ts","../../node_modules/@types/three/src/helpers/pointlighthelper.d.ts","../../node_modules/@types/three/src/lights/hemispherelight.d.ts","../../node_modules/@types/three/src/materials/meshbasicmaterial.d.ts","../../node_modules/@types/three/src/helpers/hemispherelighthelper.d.ts","../../node_modules/@types/three/src/helpers/gridhelper.d.ts","../../node_modules/@types/three/src/helpers/polargridhelper.d.ts","../../node_modules/@types/three/src/lights/directionallightshadow.d.ts","../../node_modules/@types/three/src/lights/directionallight.d.ts","../../node_modules/@types/three/src/helpers/directionallighthelper.d.ts","../../node_modules/@types/three/src/helpers/camerahelper.d.ts","../../node_modules/@types/three/src/helpers/boxhelper.d.ts","../../node_modules/@types/three/src/helpers/box3helper.d.ts","../../node_modules/@types/three/src/helpers/planehelper.d.ts","../../node_modules/@types/three/src/objects/mesh.d.ts","../../node_modules/@types/three/src/helpers/arrowhelper.d.ts","../../node_modules/@types/three/src/helpers/axeshelper.d.ts","../../node_modules/@types/three/src/lights/spotlightshadow.d.ts","../../node_modules/@types/three/src/lights/spotlight.d.ts","../../node_modules/@types/three/src/lights/rectarealight.d.ts","../../node_modules/@types/three/src/lights/ambientlight.d.ts","../../node_modules/@types/three/src/math/sphericalharmonics3.d.ts","../../node_modules/@types/three/src/lights/lightprobe.d.ts","../../node_modules/@types/three/src/lights/ambientlightprobe.d.ts","../../node_modules/@types/three/src/lights/hemispherelightprobe.d.ts","../../node_modules/@types/three/src/loaders/loader.d.ts","../../node_modules/@types/three/src/loaders/loadingmanager.d.ts","../../node_modules/@types/three/src/loaders/animationloader.d.ts","../../node_modules/@types/three/src/textures/compressedtexture.d.ts","../../node_modules/@types/three/src/loaders/compressedtextureloader.d.ts","../../node_modules/@types/three/src/textures/datatexture.d.ts","../../node_modules/@types/three/src/loaders/datatextureloader.d.ts","../../node_modules/@types/three/src/loaders/cubetextureloader.d.ts","../../node_modules/@types/three/src/loaders/textureloader.d.ts","../../node_modules/@types/three/src/loaders/objectloader.d.ts","../../node_modules/@types/three/src/loaders/materialloader.d.ts","../../node_modules/@types/three/src/loaders/buffergeometryloader.d.ts","../../node_modules/@types/three/src/loaders/imageloader.d.ts","../../node_modules/@types/three/src/loaders/imagebitmaploader.d.ts","../../node_modules/@types/three/src/loaders/fileloader.d.ts","../../node_modules/@types/three/src/loaders/loaderutils.d.ts","../../node_modules/@types/three/src/loaders/cache.d.ts","../../node_modules/@types/three/src/loaders/audioloader.d.ts","../../node_modules/@types/three/src/materials/shadowmaterial.d.ts","../../node_modules/@types/three/src/materials/spritematerial.d.ts","../../node_modules/@types/three/src/materials/shadermaterial.d.ts","../../node_modules/@types/three/src/materials/rawshadermaterial.d.ts","../../node_modules/@types/three/src/materials/pointsmaterial.d.ts","../../node_modules/@types/three/src/materials/meshstandardmaterial.d.ts","../../node_modules/@types/three/src/materials/meshphysicalmaterial.d.ts","../../node_modules/@types/three/src/materials/meshphongmaterial.d.ts","../../node_modules/@types/three/src/materials/meshtoonmaterial.d.ts","../../node_modules/@types/three/src/materials/meshnormalmaterial.d.ts","../../node_modules/@types/three/src/materials/meshlambertmaterial.d.ts","../../node_modules/@types/three/src/materials/meshdepthmaterial.d.ts","../../node_modules/@types/three/src/materials/meshdistancematerial.d.ts","../../node_modules/@types/three/src/materials/meshmatcapmaterial.d.ts","../../node_modules/@types/three/src/materials/linebasicmaterial.d.ts","../../node_modules/@types/three/src/materials/linedashedmaterial.d.ts","../../node_modules/@types/three/src/materials/materials.d.ts","../../node_modules/@types/three/src/math/interpolants/quaternionlinearinterpolant.d.ts","../../node_modules/@types/three/src/objects/sprite.d.ts","../../node_modules/@types/three/src/math/frustum.d.ts","../../node_modules/@types/three/src/math/box2.d.ts","../../node_modules/@types/three/src/math/mathutils.d.ts","../../node_modules/@types/three/src/objects/lod.d.ts","../../node_modules/@types/three/src/objects/instancedmesh.d.ts","../../node_modules/@types/three/src/objects/skeleton.d.ts","../../node_modules/@types/three/src/objects/skinnedmesh.d.ts","../../node_modules/@types/three/src/objects/lineloop.d.ts","../../node_modules/@types/three/src/objects/points.d.ts","../../node_modules/@types/three/src/renderers/webgl1renderer.d.ts","../../node_modules/@types/three/src/renderers/webgl3drendertarget.d.ts","../../node_modules/@types/three/src/renderers/webglarrayrendertarget.d.ts","../../node_modules/@types/three/src/renderers/shaders/uniformsutils.d.ts","../../node_modules/@types/three/src/renderers/shaders/shaderchunk.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglbufferrenderer.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglclipping.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglcubeuvmaps.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglattributes.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglgeometries.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglindexedbufferrenderer.d.ts","../../node_modules/@types/three/src/renderers/webgl/webgllights.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglcubemaps.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglbindingstates.d.ts","../../node_modules/@types/three/src/renderers/webgl/webglprograms.d.ts","../../node_modules/@types/three/src/renderers/webgl/webgluniformsgroups.d.ts","../../node_modules/@types/three/src/scenes/fogexp2.d.ts","../../node_modules/@types/three/src/textures/videotexture.d.ts","../../node_modules/@types/three/src/textures/compressedarraytexture.d.ts","../../node_modules/@types/three/src/textures/canvastexture.d.ts","../../node_modules/@types/three/src/textures/framebuffertexture.d.ts","../../node_modules/@types/three/src/three.d.ts","../../node_modules/@types/three/index.d.ts","../../node_modules/@types/three/examples/jsm/loaders/mtlloader.d.ts","../../node_modules/@types/three/examples/jsm/loaders/objloader.d.ts","../../node_modules/@types/three/examples/jsm/loaders/colladaloader.d.ts","../../node_modules/@types/three/examples/jsm/loaders/stlloader.d.ts","../../node_modules/@types/three/examples/jsm/loaders/dracoloader.d.ts","../../node_modules/@types/three/examples/jsm/loaders/ktx2loader.d.ts","../../node_modules/@types/three/examples/jsm/loaders/gltfloader.d.ts","../../node_modules/@lit/reactive-element/css-tag.d.ts","../../node_modules/@lit/reactive-element/reactive-controller.d.ts","../../node_modules/@lit/reactive-element/reactive-element.d.ts","../../node_modules/@lit/reactive-element/decorators/base.d.ts","../../node_modules/@lit/reactive-element/decorators/custom-element.d.ts","../../node_modules/@lit/reactive-element/decorators/property.d.ts","../../node_modules/@lit/reactive-element/decorators/state.d.ts","../../node_modules/@lit/reactive-element/decorators/event-options.d.ts","../../node_modules/@lit/reactive-element/decorators/query.d.ts","../../node_modules/@lit/reactive-element/decorators/query-all.d.ts","../../node_modules/@lit/reactive-element/decorators/query-async.d.ts","../../node_modules/@lit/reactive-element/decorators/query-assigned-nodes.d.ts","../../node_modules/@lit/reactive-element/decorators/query-assigned-elements.d.ts","../../node_modules/lit/decorators.d.ts","../../node_modules/urdf-loader/src/urdfclasses.d.ts","../../node_modules/urdf-loader/src/urdfloader.d.ts","./src/elements/urdf-drag-controls.ts","../../node_modules/@types/three/examples/jsm/controls/orbitcontrols.d.ts","../../node_modules/xacro-parser/src/xacroloader.d.ts","../../node_modules/xacro-parser/src/xacroparser.d.ts","../../node_modules/xacro-parser/src/index.d.ts","./src/elements/urdf-viewer-element.ts","./src/elements/urdf-manipulator-element.ts","./src/urdf-viewer.ts","../../node_modules/@types/trusted-types/lib/index.d.ts","../../node_modules/@types/trusted-types/index.d.ts","../../node_modules/lit-html/directive.d.ts","../../node_modules/lit-html/lit-html.d.ts","../../node_modules/lit-element/lit-element.d.ts","../../node_modules/lit-html/is-server.d.ts","../../node_modules/lit/index.d.ts","./src/elements/drag-n-drop.ts","../../node_modules/@operato/styles/dist/src/headroom-styles.d.ts","../../node_modules/@operato/styles/dist/src/scrollbar-styles.d.ts","../../node_modules/@operato/styles/dist/src/spinner-styles.d.ts","../../node_modules/@operato/styles/dist/src/tooltip-styles.d.ts","../../node_modules/@operato/styles/dist/src/common-button-styles.d.ts","../../node_modules/@operato/styles/dist/src/common-grist-styles.d.ts","../../node_modules/@operato/styles/dist/src/button-container-styles.d.ts","../../node_modules/@operato/styles/dist/src/index.d.ts","./src/elements/urdf-controller-element.ts","./src/urdf-controller.ts","./src/index.ts","./src/editors/index.ts","./src/templates/urdf-viewer.ts","./src/templates/urdf-controller.ts","./src/templates/index.ts","../../node_modules/@types/node/assert.d.ts","../../node_modules/@types/node/assert/strict.d.ts","../../node_modules/@types/node/globals.d.ts","../../node_modules/@types/node/async_hooks.d.ts","../../node_modules/@types/node/buffer.d.ts","../../node_modules/@types/node/child_process.d.ts","../../node_modules/@types/node/cluster.d.ts","../../node_modules/@types/node/console.d.ts","../../node_modules/@types/node/constants.d.ts","../../node_modules/@types/node/crypto.d.ts","../../node_modules/@types/node/dgram.d.ts","../../node_modules/@types/node/diagnostics_channel.d.ts","../../node_modules/@types/node/dns.d.ts","../../node_modules/@types/node/dns/promises.d.ts","../../node_modules/@types/node/domain.d.ts","../../node_modules/@types/node/dom-events.d.ts","../../node_modules/@types/node/events.d.ts","../../node_modules/@types/node/fs.d.ts","../../node_modules/@types/node/fs/promises.d.ts","../../node_modules/@types/node/http.d.ts","../../node_modules/@types/node/http2.d.ts","../../node_modules/@types/node/https.d.ts","../../node_modules/@types/node/inspector.d.ts","../../node_modules/@types/node/module.d.ts","../../node_modules/@types/node/net.d.ts","../../node_modules/@types/node/os.d.ts","../../node_modules/@types/node/path.d.ts","../../node_modules/@types/node/perf_hooks.d.ts","../../node_modules/@types/node/process.d.ts","../../node_modules/@types/node/punycode.d.ts","../../node_modules/@types/node/querystring.d.ts","../../node_modules/@types/node/readline.d.ts","../../node_modules/@types/node/readline/promises.d.ts","../../node_modules/@types/node/repl.d.ts","../../node_modules/@types/node/stream.d.ts","../../node_modules/@types/node/stream/promises.d.ts","../../node_modules/@types/node/stream/consumers.d.ts","../../node_modules/@types/node/stream/web.d.ts","../../node_modules/@types/node/string_decoder.d.ts","../../node_modules/@types/node/test.d.ts","../../node_modules/@types/node/timers.d.ts","../../node_modules/@types/node/timers/promises.d.ts","../../node_modules/@types/node/tls.d.ts","../../node_modules/@types/node/trace_events.d.ts","../../node_modules/@types/node/tty.d.ts","../../node_modules/@types/node/url.d.ts","../../node_modules/@types/node/util.d.ts","../../node_modules/@types/node/v8.d.ts","../../node_modules/@types/node/vm.d.ts","../../node_modules/@types/node/wasi.d.ts","../../node_modules/@types/node/worker_threads.d.ts","../../node_modules/@types/node/zlib.d.ts","../../node_modules/@types/node/globals.global.d.ts","../../node_modules/@types/node/index.d.ts","../../node_modules/three/src/three.d.ts","../../node_modules/three/examples/jsm/controls/orbitcontrols.d.ts"],"fileInfos":[{"version":"8730f4bf322026ff5229336391a18bcaa1f94d4f82416c8b2f3954e2ccaae2ba","affectsGlobalScope":true},"dc47c4fa66b9b9890cf076304de2a9c5201e94b740cffdf09f87296d877d71f6","7a387c58583dfca701b6c85e0adaf43fb17d590fb16d5b2dc0a2fbd89f35c467","8a12173c586e95f4433e0c6dc446bc88346be73ffe9ca6eec7aa63c8f3dca7f9","5f4e733ced4e129482ae2186aae29fde948ab7182844c3a5a51dd346182c7b06","4b421cbfb3a38a27c279dec1e9112c3d1da296f77a1a85ddadf7e7a425d45d18","1fc5ab7a764205c68fa10d381b08417795fc73111d6dd16b5b1ed36badb743d9",{"version":"3aafcb693fe5b5c3bd277bd4c3a617b53db474fe498fc5df067c5603b1eebde7","affectsGlobalScope":true},{"version":"adb996790133eb33b33aadb9c09f15c2c575e71fb57a62de8bf74dbf59ec7dfb","affectsGlobalScope":true},{"version":"8cc8c5a3bac513368b0157f3d8b31cfdcfe78b56d3724f30f80ed9715e404af8","affectsGlobalScope":true},{"version":"cdccba9a388c2ee3fd6ad4018c640a471a6c060e96f1232062223063b0a5ac6a","affectsGlobalScope":true},{"version":"c5c05907c02476e4bde6b7e76a79ffcd948aedd14b6a8f56e4674221b0417398","affectsGlobalScope":true},{"version":"5f406584aef28a331c36523df688ca3650288d14f39c5d2e555c95f0d2ff8f6f","affectsGlobalScope":true},{"version":"22f230e544b35349cfb3bd9110b6ef37b41c6d6c43c3314a31bd0d9652fcec72","affectsGlobalScope":true},{"version":"7ea0b55f6b315cf9ac2ad622b0a7813315bb6e97bf4bb3fbf8f8affbca7dc695","affectsGlobalScope":true},{"version":"3013574108c36fd3aaca79764002b3717da09725a36a6fc02eac386593110f93","affectsGlobalScope":true},{"version":"eb26de841c52236d8222f87e9e6a235332e0788af8c87a71e9e210314300410a","affectsGlobalScope":true},{"version":"3be5a1453daa63e031d266bf342f3943603873d890ab8b9ada95e22389389006","affectsGlobalScope":true},{"version":"17bb1fc99591b00515502d264fa55dc8370c45c5298f4a5c2083557dccba5a2a","affectsGlobalScope":true},{"version":"7ce9f0bde3307ca1f944119f6365f2d776d281a393b576a18a2f2893a2d75c98","affectsGlobalScope":true},{"version":"6a6b173e739a6a99629a8594bfb294cc7329bfb7b227f12e1f7c11bc163b8577","affectsGlobalScope":true},{"version":"81cac4cbc92c0c839c70f8ffb94eb61e2d32dc1c3cf6d95844ca099463cf37ea","affectsGlobalScope":true},{"version":"b0124885ef82641903d232172577f2ceb5d3e60aed4da1153bab4221e1f6dd4e","affectsGlobalScope":true},{"version":"0eb85d6c590b0d577919a79e0084fa1744c1beba6fd0d4e951432fa1ede5510a","affectsGlobalScope":true},{"version":"da233fc1c8a377ba9e0bed690a73c290d843c2c3d23a7bd7ec5cd3d7d73ba1e0","affectsGlobalScope":true},{"version":"d154ea5bb7f7f9001ed9153e876b2d5b8f5c2bb9ec02b3ae0d239ec769f1f2ae","affectsGlobalScope":true},{"version":"bb2d3fb05a1d2ffbca947cc7cbc95d23e1d053d6595391bd325deb265a18d36c","affectsGlobalScope":true},{"version":"c80df75850fea5caa2afe43b9949338ce4e2de086f91713e9af1a06f973872b8","affectsGlobalScope":true},{"version":"9d57b2b5d15838ed094aa9ff1299eecef40b190722eb619bac4616657a05f951","affectsGlobalScope":true},{"version":"6c51b5dd26a2c31dbf37f00cfc32b2aa6a92e19c995aefb5b97a3a64f1ac99de","affectsGlobalScope":true},{"version":"6e7997ef61de3132e4d4b2250e75343f487903ddf5370e7ce33cf1b9db9a63ed","affectsGlobalScope":true},{"version":"2ad234885a4240522efccd77de6c7d99eecf9b4de0914adb9a35c0c22433f993","affectsGlobalScope":true},{"version":"5e5e095c4470c8bab227dbbc61374878ecead104c74ab9960d3adcccfee23205","affectsGlobalScope":true},{"version":"09aa50414b80c023553090e2f53827f007a301bc34b0495bfb2c3c08ab9ad1eb","affectsGlobalScope":true},{"version":"d7f680a43f8cd12a6b6122c07c54ba40952b0c8aa140dcfcf32eb9e6cb028596","affectsGlobalScope":true},{"version":"3787b83e297de7c315d55d4a7c546ae28e5f6c0a361b7a1dcec1f1f50a54ef11","affectsGlobalScope":true},{"version":"e7e8e1d368290e9295ef18ca23f405cf40d5456fa9f20db6373a61ca45f75f40","affectsGlobalScope":true},{"version":"faf0221ae0465363c842ce6aa8a0cbda5d9296940a8e26c86e04cc4081eea21e","affectsGlobalScope":true},{"version":"06393d13ea207a1bfe08ec8d7be562549c5e2da8983f2ee074e00002629d1871","affectsGlobalScope":true},{"version":"2768ef564cfc0689a1b76106c421a2909bdff0acbe87da010785adab80efdd5c","affectsGlobalScope":true},{"version":"b248e32ca52e8f5571390a4142558ae4f203ae2f94d5bac38a3084d529ef4e58","affectsGlobalScope":true},{"version":"52d1bb7ab7a3306fd0375c8bff560feed26ed676a5b0457fa8027b563aecb9a4","affectsGlobalScope":true},"f1c9fe42b65437a61104e601eb298c5c859fb522b483f1bdb700eed67a16f980","ded6c01ecd996478592fbe50550906b8afe4552a367db5256e4b72d0ab23506d","88e7279c31d4c461295b7d18eba34cccbd0060b7ebbbc77b5c59a307b68c6e12","8e609bb71c20b858c77f0e9f90bb1319db8477b13f9f965f1a1e18524bf50881","c688c76a19a30efa6f73cc6c133caf2cf8f9568120ff6f1b314e1fad98528681","8314c95ca15641f2a2c25704752dc2d9fc10f533986b312dcbf1f8fe544f939d","9dff026fadc9aff3b0bdc8f44dc96ac787ab4654fe95ec1ce762cd280bbdec96","4df21704b570661aa78e79cf10ba04643c621abe566c0883baf7692736069636","121256405f75ca1ce16af4f3306947b967d571a3b5e78ab2ce3f87ff247194d4","5273a936870e6f0a324df8e1d9b80190265fd3c9e7a6c1c889817ae9c60fa909","c660f4adf75a5c4725a46f7f73ba9a19c24d5b67101d7e282398ed483f3590c1","1384aadb7b4b5479a690236ac96e93098a45401c1ced6e3fdf0f2d27639e4573","9fe0c8e9580b8d4c539883d078abafe9652f5498e37b94e5ac861fd63d00fa66","8e9c191443e616c30bd47669cc59e4946b5fc23ff03c42c4578a48396688d526","0d040d689a5b08f47143fae77e8447caead3fc54c18b0213d99679e7f304e660","ce121685c395e6b4ab7f9eb524a7c7f3232b4387f625974658c3fd0cbd9b3b9f","89005628a158578cfb8bc873c4bb6dbfc08e3b2c0fdab46ee7e5d9703cb8528e","64f1959b77fc7671f26c91614941ccf4679b30bb9b29a033d9c0e66321036406","166c027b2bfc241c7540aaf3832fdee69018185a3f8a5c8e52baba6fdbcfbd20","5047058ece643d335ca144518a096dfc8ecc2f62a91724e9f393e8d004cf7ca9","2b64a14014f0c2afdaedd68d7bc71b17881b73c316d1824066b8d69c0f46873e","84a946c3e9b0ce24a4eb8340ee1b01b2fa3fb088b47e3ccaab910452f6b0f19b","cd05167f10c2e5f61b31280ee10de1dff3448b0a7593f0dd4d77103d850cc7af","1029494adeee9517e69000187f295df605c580be882ebe3d2f7974eefdd205fe","fc3596b10eb99c07fccec7b04b9404d36bea341b9f486173aff1e234aceaccff","b71e7f69e72d51d44ad171e6e93aedc2c33c339dab5fa2656e7b1ee5ba19b2ad","030b5aba86fdbc5d46ffb2c024d7764791848520332a03b662dd26962e1125ad","3755d34ddf0835f31833c825aaf3c996d22d96dfc6db6d04b55e8c29213bac0a","281eb8e4ddd65b6733cf1f175dd1af1bb2595bbcea7c12324f028079ba78fdf9","f6490f3be2f1d4feb0420f260398b375c20c2294c4022f8733e8efd9f84b10d8","e0fdf687219271c3031ae25cd8d3e9fe7c16ce46453ce775292887f486c2aa16","f17592fc258a847bb7d38ab25799eabce4865f24fcb441cc69a6a6277a48e6a7","512d2b3f264aac071278060d3e4f019508b8a504283708a0fc503198f244c363","5f477e9897e29f47b860b52218d645178362d3ebd17c990df9f36b0c52d0e6ff","0df7497ada3a4f6459420803ecf7e555f1ad1e7bd43c1e17bdafbc34e19d7162","d185424fdee5572dbc220fe90c924c9f47e9a636ecfe252926ece6b3f31c5df2","cbff84b81942173ec1dc585e7e55d10edbdc11101336f6c5441367d6d9d8116d","1e23aa4e949aef6f654fb097b41ce07dedef1090a6bca21e9aefd985bda68653","1e4d12496a28dfeafbe1e5debbfe5e146df5a39e581a0ee2344a435c941458dd","10757352393ef1239b2efb42b41aa940ff67d9a40409958e9b9d3a9c7a524a64","2923047a1c951231f48fe77a6c2fffba8198c20dd05d4ec1b90f9e45f129adea","422eb82ded9c06926e586685ff788d2b0b8ebbe7094ee34515d103d260af3d84","4ae4ef8190362716e188f521a006501b1a40a29e883d7a04dd5e7a1b3ca5f0f8","d0cb43e1b996459c97f19bd66cebb8cc603ce427d736ff7fcb7e729067834f50","39e1e2eecd99c7dafe2416938bc2b2f54c7db6b8c7223943ed279fdcd1e9b761",{"version":"451b4d8e6dfe09866deb4ed9b5a721232e15a8630f3216f90f32d4bf7e00aa24","affectsGlobalScope":true},"a37385e604ee8726100c207afa819823079a766c30f5c38a242a9368d8c28e45","c60124cf00efc8b113c643d222cc146d15d5ea184c04df3cce9ce8652e42a6fc","b7473301e977b37b31c78319a676d467a8fb19cae63b9b3f5fa34caedbde7150","c9eaed1f52db7eb91d86d26f5f736d3a7952d16971ebc6ea506eb648ace8c208","b816d356961674b1c847685ed733046b035ceb88421a7e9505d9bcfce0ad9002","784c36247d171b0a4f76f2f1e96739f3ab575eab7fb9fc030cfbfc7b92463a7d","0a6bfb95067e29ade9eaceda912f76adb0323d2544f9d5bb87c386093e518100","b4ec3dcc11e8a52b81878d7aa998218182c36e3222e6c55177172880434823e3","7f0650998650d7d07bf00602db813d0658ce91115dee8285413da0dbb9bcd967","4ba733d1a5ff0a0779b714468b13c9089f0d877e6fbd0147fac7c3af54c89fe0","a39e9304639454356f4a1fe20741899de0c3163e1f040d0e0acfdc8532f779e3","3bf8a15acc2dbde99020f0ebe9d16ceba9e6220e41e034003fc8f835b47642af","eae4d78e9a2660a6af2a638ac809a81d2bba1b90ec36620b2035a65cf296646b","68d8546d461fe71b175a1f7216f57b6ee6be3533571f609898db9318fba7687c","f677a74b2b038509ea5aef4030fadc0e090cc9fd4dca4c71147934e6697c23b0","78b1daa0a8aa1f54530c110600cdcadf70c1238c0d71fd7208c1bd5b31b77db1","0b085ed3619f435f95e6c74445849b09db95122176a7650448ba9ae51f2b4917","3470118b64b6e9ea140a7be15b04f8e39d9b17869182a177fd12be31b524c383","f4cadee14617809fe2c126a40aae853ca83700eaac4711bcde7e8b87fa349d76","63162eaa0e0e77c318006455f7053f006a974ee71206a51efd669fd762b4349c","4a97557b15ab8a0a52025bf76b058d84436f2ec0a4dae806d5db5eb3d9100555","418728880845307b1f5ce97a2f2f20e3d9f116886dfbed928b047377c661fe55","569d1ba16a424e1c779310b8af02cad1bb07f96130d2fabc35b0ed23cd01e79d","b1aa6e2d505a69376ac1c919d5c761c18b3c430b0d5f53191ac85f61242b097b","8cae8a0ee2e4d8fea19d3777e0222ea229ff68a02562197da2d34ac46dbc9a79","609fc0b9fac811a87d859642bae9178fdb9c80fdc66d07a205d1b9f7160f44ca","f8fd4518f157df6d897a336595dac0833595b4e97bdd4cc380cddfc856d51642","281bd81717fb987d20b6c2121b8c927656879aa6320c00f32e08c659ec694603","dc267fdfa6f73868b0f3b5ec6fa90c75ebae60c9bd31623d3d6982007d90eaa2","1d389be758802f6fdd2129376d9c9dab398fa4463b78fbc616b840cf6bd7464a","9b22f00244f5b354c18f714ba98c6a1bbeb0d6b7e185f23e65d4a63b783925ce","fe921464aa5c2f4bb0e00eb5cd76fa7a8ec4eaff3add9c998130b53baba20650","18e7a3eaa52539d3358de42db0ccaaec0d0021a2097e40007ade3364442d44b2","4c136da3b1dce49c12eac152699c6b4bc64fa93d6c7224a43c816f7e51b00930","bfac6d6a4817bf56d574b1f32b174f655e05ce45c5ddf6d17c9b592660f10935","491e54b4744205c7bded0806effedf8198e87cf3814260fb8a7a902e3eaec3af","0e6b3c7f300f6e2587c62783ebf78c74e61e7e85d37591e1e1ecf82cc15adc01","139ab16e09553addf17cfb7122108eb39cd406b8009692c4d1d9e3dea96ef83d","69f3d18ee459096c5e1426df332673a939b56b8bafeeec0b31b3cab1a9e4dadd","5f90594460120a3c784a1489117252f75cca21f2c7f767a8a89acc372d2be3e9","a99712388b38c17ca788b4b93cee993cc487ba69e18d98dba66000031e90c378","c8ac2f17b13f98787daf66f81b0f215e296c7f2acf5b0b43463d685700059653","e1b5820a2298308c97ac20096c391a4a064c02819ea897a20ea3f08f15051035","9d948541e42e0af1cf6e33967c13bdb3193d6507c4ff2bfde6849fe4ee15366c","ab8c6e4a2b49a17c71848a8c7d14aa7fae2a2620c734922d8d004d59baf59ffb","9d35f4f469698cf0eeef3e8f65397dda0d14c6b1269aa88c355fedfd1fe39776","49c5821b3d2c09dfd5de60e487030779c7250b9419ac1ee895f9337488581260","b5471fc898333cbf4201bf78076c57f2b92ce03a278aaf0904952c4cb4ed3921","1fc98030aad398bba258e0fd2d5d6e39ab085c5d22257fbcd8181e0c2621489f","eb42e1aee41c9adcb43acd60f60228eae7958ec11fae463ccf7fe0991e5ab819","cf903d29ee17aa9bf4c8c855e88fb283f984da79e8131a86916ae2fd6e4acf1c","385b792b04b695a5dca2bdad6c9a323c2f7a4aa937b6140fc9f43494aaf68147","bd683b2b79122ede787c445f2a35505d9dc60cdd3c2ed08cc05d1140c6807241","361ec213e909dea3b00f0aa91e1f1ccafe04eaae327a45bf33fe3c3a9a28d13d","6e322a837838dbaad00bd298c6f33f5dfc9a5fed6792b0ae1d00b2da68afc2ac","bd307a41d5962bb877f46e5447db73aead39ca6e87ec7fb9c29368a78731cd32","0f638672b9749835cda995e8eea6ffd2c17c505eb5b51cd263686b1abb5af9ea","105d7842497ad972a7f358d57aa0f95f722d67ce8fb0efc7d93247be6e7b025d","beb69bf7a052aa881fc18d7f7ccd47918719c1ba9ea2c92304bca4266a95df6e","1f0a034bc92b2b6bf1579253aa20a4983b2170cebdad9ff1e13718c5b58aadbc","07d41369f44f66a60cdd99267d7fd3b4c195d8fb9576a7a326b439bf3cc7b11a","8eb1f35d3bd99cfb4a61c87f756ae9389709e3cfdc0c4a54589b2e37c814b5a5","8027a5c97cc51405a3382c6b59d9690fd4ad8166dbb43e7976e62efc4a49fdce","d6fc38421f16d0a68a6d782a94f567464c1c441fc14949441a140b87a29d7ddd","9e9e3b18823c2179e426b11a6945f6586450d9db21e9eea0eb60491d018fa62b","d7a12dd03519d05cf43d70990cff5caf033f9b283aac0706e11519ddebf4e945","4998cbff67e76f385d9955674a9f2ac385926e807ed371ed357ccb6f03a4d72e","882c2025c42189f3f88ad3e72060ce9022c6d44f22fc066f1944c166dc04be01","1c548e5976ee7f2a3c46b88c09db5d1e7d95d464eff7536cb26515eb62b68694","a1e35cae2fcc3e93644f0c69984e138e84b3732961a3b9e91225d612946b4d4d","19c55201a9e6048a20aa723e7cb31545928c14258acbace5b49225abd6731819","6c83d56f198a86b2a28294c884347750d3f467047fad02207788650839920a02","bcdf24554494d06d0d7a43aeaf9473072e30e906f96061f0c224b20fa0f62361","6d38214cbc52a640629734b6dcdfca5b9561cb1c9d103583098462b5ae3f2f43","9fe3723a3f5f2daa1317099c833ddf6e9859c3298fdc0edb4e06b463f9805761","79812393fa9498071b40f1000ea8e1f4b4a43bc178cef9a10141c0a4a1e483f1","063d4e949cd75960684442dbaf82be1cf9947174a58a6f01e6af377f1a2f1e75","d1b0d42ee6aa05f21bb5905edbf981a61927a8c59ddb473584ab8c9eea9a6d95","b7a9758db098181c122959659e8400746008c5f4ef623fb6e02cfef5ce078649","053bb012e213a6ea490a12d54ece5c37ff46094e902c8c5c8f8675038956f33a","82bc9d60a1604cfc948f56af1b2f4acb664210bfbab255c6f16e2375fcdf4465","75c53a9451e94be22d02a9b1253bbca07e1f05e6742aac9d97a405591d85760c","c814f185f634216cb383939f967bcb55244be8f89983eb3368881ea763fc34b9","fd4052ed9390d80ff9010fef9801e2635a65130e21ecd5fed1955df3d1b7f2b4","4f790a7f03f56a46bade7228d7cd4105cb9527b66958e74e33b4cc4442dc4aaa","89ac8f9370c8df244eb51536751fc7c224767a6fe82b1ac7dffe20ff81f6f8c3","05e1b51b47088729f2230c03bd3f10c6f1a3af4880260b6669f3d97154a06359","273d99667302859547edded3bd26e61b4a191b30d2de5336fbb4ea8987ddeab4","3243eea24e63ed8f147376f890ca7413f94c5a1090ff53c8c700815aba3994a9","54dd425097d171b7a070edb72e60e107a07e627340f15d9a1b4d724aec0d3f6d","08a7f753f28b139917b0b80c08f44b09ba5a60b03864a940966b1c8ecfce3dea","724f8ec66ea7a6cc7948196acf00c0a50a24b87a8419416bc8fd2d6066c0e5d0","6cb8a5e5f92b81064e8a8a581e43ff412e152779eb4f8d21db2a742eca43fb21","aac6da53c8e72edbf8567c4a5593dd629c709a16e637991f8e423de88e0a14e7","108c8006dc92a45976cfe2c576521817a230ea6401d54c813ff7428a9cd097f1","cbbd5a1fd4418404a3db08c725a66105ce29939b4dc5c757c477390a6a5d4f27","841a5f4d214aacf90c4e24733ae833d73bda64e2f59a855719e127829e985f6e","a008375f19feda9def1f8a77c9ec6b89de9762da0f441f72ec4dd1d44b9f2e85","5265463dd08020db16b1763ce461004ba99f7d90288ce9444b765cd5060a51bf","3d55311307c15709ca243752aa8a7975fabd92dcc05e6121b2d48ad3213d39f1","b5c5844591132b944b7e5ab87bd288637ecacb23d945637de4ddc9344f25a20d","85c2331f5562922d442cbbb39ff3186eb47475f8f8edf328caf8cf2dc6dcb1c8","8f7482100023e5397eb7c1d8fd2595c929727ff423ea1f0b904cebdd37051bc7","b55e1e4f83e52c18724198828ed0fef45a96d1aedb019afd489f3cd76e8704ee","0313fbd97cac12034f11dea9fe85423e240c36ad36d646b00c5d4bbe57f33d7b","63d665c4515c19e71d6e59c4cc23668ca42f5b7e3342fcbf4277384c009a1895","03fdced56c72ffdfaa985f9db2652c57ee8e0a8dd71e7c42004543bdd1c2c812","dfdc40f6fb796f1bf2f6e2336d711542fd7f3babe1da9d0acb5567e529fb4ab6","2145b34ec05909a558a3c6ec25012a5984c36442b14a956634897ba5b9e79478","422ddfd5914f5992264f0fb18bbdaf8631878aced823c380be0c04e889d74fdc","37bfbfbec5d900c379b7dc65bf3ad2a9a0312fad4c91778ae3c73590d2d37b6b","e08a1e08cd536e0997334c7308082d6303334e722d46f0e46369a2e2a6cefd09","747199468ebdc82eb604ad75091390d5a1312bfc6e4a2411aa2e69a01b9b6062","d1f43e386d73dd258275cc0ff50c8af47e1047e80e1496e9570882cc3ef7cdb8","dbe4f59bd6b8b0ca977976b8e47f86a61b24a40fc11eae1be103ceefc349e9df","ed7366c9f4469e9c82c18daff4519c685bdfa0c616b5b8cd4c6c2f3f48093d52","74fe5557df81929da149daea506bb643dcfc4ebfd688c18fa90afa842efb844a","4ab2b72eaa260b02fff6d86c923c53881a51e42a3ab2e40c230f92223634fdcb","247f8e8c652acb45a8b8e0f9aa5e0e4a8b55672c0fd7fdc21a9886f388f5b553","8c14b1e1ad4ddf5e8145459bc11ffdc84a35bad032d0671d67f4e62f9fcb6848","9fa45eaaf2626085d031569a52f54714405cec7b6bacb041f28fe7adfd247a05","fccb32f15b481badc5641ddf6f9a0eff1a17ec6dd2c46518c6d2839f163de1fe","a790d356ff04c04e692adeb8c560bc16461afff7fff70864df967e57629a23e6","5d729de8b0b70bb4a4f0de2c263f42a3fc9612234665cb5d4f147e82e4ff7419","8350938747a211bf7666131edf2bcf38b464c048aff5a3b64e119fb9b900280c","25987a832e6a9303585accbe47950a9880445f1da53144094f6fc1090335392f","cceaa2d33e02d167889ed2484bd540d08792a8dc695e2352f1ea32b061d9d8b9","55a3a1e1a6b1d91c3a233e3e1eaee28db13e3fc917941f3f5022f28469480cad","525fc6cf36a10d6fcd6754d6e8865584073b23c849d2cc7474f94ed2c18bf5bb","e52ad7566b687e35a98b4a202e3ee380ecfd5babfec74f79519a52d70211260e","24551b8482b56cba01f5a76871010c9898f87ef22c066b654bc79d6851fb65d8","75f72421e8db9c7951f0fdf31674be4416dfcb0a14eca2f9bacc8691d67803c1","0c39a6721f4481d28125672874d12f869db7beeb63efa5ea207a894a06b01990","a4217c018b35ee5fbd30480fc77d7966c845a4effcc2f60dd8c378df8c3852c0","229d110047a2cad7b9d7a5886e7e7203e4110367569ae1f9eb0256d96a787ce3","8689eee4cc74c2addba88c70383cb8a6bd4d640650eb74b5aafc450d945c8263","28cf4b88597d75f21d50d3e89cc60914ef1100ca7647c0bca0d44d0e04a83fdc","3d7503b70f5f38d06ff18326faff55bc50e7cb63da8effc771e6c0cd64b54e2f","3e0528d53eb3f2386d770412b4dcdd508ea8db6d7a32fac07b27e857b200c6bc","7efce11f987fd2d555babdcbbf505520c31671ad4ac08b298bc237f62ddd6941","5d96064fd7419a9faf2ec2118c273a6245d4933ff18774b39237e3a130ba0ea0","94755c3ecfcf813ef35c06e17b0494cea726eff490be46ec7f10b343cd6d6c66","59bf56dbda4409f8e87676340c5bfb65cf674442e611a680f9f461c8898c46dd","fe605c9e09b87c3032c78e3728f1b06f3402c3377dadde55aa2a31b325c5a977","57f2d9377264cf90b169ba4bbbcee8135d1350d8523d60a41d5523cf8456f226","8d2a53c59c82a8fac953afd36ca75783f60dcc5dec4740f1a00e8986f1119634","71655a7191b772e3b7114def6f3f0ad38799d495c6db8f86fb2265ad7a21e6bd","fe3dca71ec7ee93027dea136c7cbb71b692af549e5e4cd203f8a12c265ed2da4","8290ff079c174d8f9c5766b2c48502688c4aa25c51663cc6a1b72aced0a43777","1b905f84eb4131fdbbaa1df421065c1eabca4eb7c0836a52e3975b9f1a57ca3c","d8d69a5088b08efafaebea100eae91534a492d5849e05d99be39b494921287be","de738a81de0942d48df1e1d77e271c910a272253c9f03fdbb6f6ba3b47704c20","ebff88e08c0100274ef68ffb7a48cbfa13c5a74d31939ec057fe4fb43013f7bc","810a7d0dabbccab5c31f5d7f771cc5ea524db7956500892f8e0584264aae1d90","ce25ac4d523d80ac5d69c9f7b1b276b8b3380b42fe3a971f05fe03ad85ee5dd2","7ff73f6c8e866cf4d94c06eda365b1e24185a070f66d8d14191ae8a53943d1d9","905d2b35c954922e4295440a9de62ece8af36f8fd62896501d3785605b3bff22","fbae464f654de7497f07a70e88429222c0b6a5fcc785f54809b6774ecba8f88b","fe0e99fc2ff678d100b516eef3c5989c5cc49ecac82569630944f6b561e7599e","7bde8597d0adb684d59a844daf1ee027219a65775b86b0b1787e9600e0866cd4","1b7d63cc928630634cc2f5d9459313bd2b6a74463f8604cfe716863e743699cf","d7065c2df449f17ae78a3a7382deac2e388ada6bc0428c5747a4a80d0718e283","355d745d283e4f89bd785542bdba50ae1ab31ca5fa9618f2e221fbe12b9933cc","384fddf003645c4e2212b1a9cf7709ac125dc572e0fec9c9378a2bf9ba6369d3","bbcd46158e4cc0eccc0043c93b22cdc522148ab501cb09c90e96820f8d87d9ee","6d72d622f589ff41ab26a4cb2adcd01fcb3d271c26b2985ec29c17bcafc82649","6c703676e52e268bd57f00eb52f4ea47a8490b103ede7db6259a83e73cfbbc1b","c6b0ce58e6fd87a883d690422cbd04b16346cf268acbffc434df6c3f88716c65","30f0004a3984e27fbd80780d0654ed8feb47ed7510703641cf63de4fae01d8d5","72bca262d6021aecd6ce0e5f1c8f7cefd78deb83bbc9c7363ccdbe1cd2af5b11","a8044bef7f524d3a03f0666eb260818025177c1cbc6ed6c17c0c1639b7892a04","c9034cec3d059fd9345ab9b5f9c35ce88e1293b6cd0e7449422d91faf5a2bd2a","46f7c04e8a6fc8476293af851ad39f5dd275aad4a8ada115dc7831fd2a86644b","aaff0d72aa207f1558cbfb1a4748c5a5a9a7e0257abadc338cab6a019eb3c0c8","6f887e3afb0de4b6a4e79fb8512910736c1cb43909dabded07521a98fb3ab493","a5089e4ea15e39b97119424b2bcbddcfa73bc3849977aaa1943577fd7870106a","ede92559736e97a8dd65a16b91dad5527cd58bc83a62c748820fa9d24ed537a0","2f116129c90b76903dba94aab9a2c3cc74c84a1d7652786ea116b1ea321680b5","b428ef19e21c3a1895fef811262cc7ae0bde0274e77fe0426663c27ce86a1946","6996398eb3a1f3ee5bc2540f38f716ab941c9ad70fbdfc5a7d7eea87ba6c3cab","05df2a8400225e66721e483d0fc12eec6a1118f82a2ab6b7f6cf8c8a4221bc94","a57dd6772ffab02f233287ba6a8f769e35906316605e82ed4f023f409319f2c8","0208c00978d9231f274a4dc58feac9504389aded2b83c6d87fd5b0a0e78f1b57","c0052b367c598946d934581c9156f5bf06846a543bd8f1a419fbbedf0c49db5d","2360668f67c85a1ea07864282b797189555b9b9928be94685773ed8381302588","59fc39062aec81b871c29e9f246333d14d0c60ce3d5e3a01b3eb6336f69b6473","ccc6589b9029f32ed53b59cbe7bc71ce795ce0006a93b7cb2427f573856c74e9","821d22def6acf0fb49cdb3e0912881f47c5039f8dd730db1113bef321b9bb4ff","6c5c5605ae801d8af7781b57643e379106763ba7c30d7535e42f65e5ed957b58","59ab9ba5b9227ffac6bc4c15b52a561b495f26f68cb65019fc01d500794f1f27","408d7457ea4c677bac1a16b0266eba485959ebd5bb49cbc2653d3dbeb0ac38a4","9cb830d035ec1e98e33a16947478bf6058e0b6e6936be9358cfb8c19accbc8a0","0eddff2aa2e448c2b6e6a30940898a9a180078b40367d8d9354d1566456e30fa","50aea999311ac41522bd2447682dbe89cfa0831233a3a96a739a167abd911432","a87e1d37190392a43b8eeefd9c825cea6efb97fc63b339709440bd67ca9fc9d7","070e1b04e79a46d326648898b19774d6977b5fa3d2fd00c14a2850acbea3c143","3f4a5c8af766a6ba395728d5f56cdd6ee0a396b6486372cac680cd26331561f0","6d785b9fe7670809af43fb8fe1ddfb9958c40c7c409b6c197c53984c918a6958","02e54944c512f05b7e2b3a7886562f31656e90d5ca6e8b8c07ada59ce33016e5","233a4aec949bbbd9fe354616fce30b347edd071f39cbd16bba3898ead2ce3d0a","fe52114529a1889077ce59e123b2fc6a4b7b4ed4a5109f781a0e2302242842a0","b4a4b2e87686501d36ffcfa76c5e09f2e021a1c94e6f0cbe33ba83bf24983d05","532e8cc605501c772ab97a88240d874977c9d375770f0fbf310b31cdb1c57b15","bc8bf7a10f00824ab729f691ade27e7677330cce6e6cdc64fc94701ae16026c9","52dd370c807255c61765347fc90a9bee3c522b8744dc222714e2bf6b5be3a823","1e5743b25a63fd34ffbae89adcbf248ee17db6ed08d90079ffa93803c3e80d2a","3cbcdf2a84c93c6b62d8d4584f613c8af7c6330ac2ba1ff781d10a3e0935beb9","241000969e5367a9a9b9a4f57963e54e5a012c9d89c273526c0115650a7b9e5f","ac388c7c7a262213a3700451bc921e382a93fb27c0252c34ccf03540b4ce044b","097a7e3badfd1c4b35f72aa0f722f5714a4f6a84e53fca5a79dcfebbfc5e718d","fb0107c83e2e0e75b77dacd0c3c6c3ab6844e98dce2a8f858c6f0a57c12136a6","0a478dcb6e6bd8a5d871165659c79cee7b8c3b7a87289118d22e1a04d171e252","e385eb01000d045ea07cea09c488f66e051709a9ac460bf271623f9984e0c419","bf69beba89702c85d84546269e0d4e8b128d32e26b314ee9b501b0b32c82490b","46f3a421b048670d16a3c02589261f17c1cea687f2602eed31e1335b53aed785","4bcb813ea56182beaaab1e8274524eb9f1449b0d8e79efc4a0399de09e43f816","c784eab1cf838d9d6527bce3d9f2d373145606666b68f7610291a7adf6e6bda9","f0380f581cb015778c0fe51e95b5b7f6dae237280654558469b2486c1572268a","8c5a6b398ba8f392a29776632fa37235307ceaa49a2198e4ed5b04269fb21b42","d14052ca442046ea7b86f868a2e6dbf0d0611fd01a1c6a00fb81e409adb3457f",{"version":"59b58fb30a47cea4cce02d6807322c691f559e554f74dd61507f3f1b9e772e2d","signature":"ff25d7495644b3014e95139925f0d42a8172edc645b1755fbfda15f42ee29456"},"9eee9229fc0a82b2fb16e8d6d1adf0c94036f7c647bfbbed3db14925db36aa55","d06cc651811bd5cdfe9c1b00566c87b70a19b17273dd27407d973ca8a59ccd21","aa7b2ca01b1c60eb9db32fe744424c18930fea62218765d28df72bc51436f8b3","ba87efc6df1dfc44d7e22de74c3ac178433fb665f208b9304e9e70db53aa2b0c",{"version":"2326e64a75102b4097661a7c48ca3a0c8599cf149cb9447b5f720815f6dfc96b","signature":"68a8e2f507d5df6ae1b2d02234cd0be7d669315fbd86d38ac4a0a04a5a9c40d2"},{"version":"607f181f823f98b6bb3b6235c1d807ff48694004bb9b3ee5911a6e4addb691a3","signature":"aa65bef561f615b6474a1931ab47f0022a228b9874cdac633f993eaf730159fd"},{"version":"924ef72e854bdf9ab567a9afca14b6f9ffcdb134c1985b9299c3c28184685c7c","signature":"7c1a4bffaa3ea16c053f2df968e56cd6fd104826ec9ec5efbbb38f42494fad5a"},"2fcd2d22b1f30555e785105597cd8f57ed50300e213c4f1bbca6ae149f782c38",{"version":"bb4248c7f953233ac52332088fac897d62b82be07244e551d87c5049600b6cf7","affectsGlobalScope":true},"3f30c6b57bf5eb7a7d4298506b78b18d428a39a409e1eadd93a3fdd0299d2687","62da965db3bd1b4ce135048ae8a317d7eb1949068824cb949dd4a91f7e3d6c2d","eba7cf33380cc3a3cf614faf67300e14d0bdff9ea6c5cd6f4b040b1756a48ab1","5e7e090243bf203382a5cb04eabbdc38d78f6d5922f16f543e4da8fa007d5ff9","cd823094ded7c8ac4f94ab6dc387dab699293eb8323d9f948304efc07e4ae7b2",{"version":"223c771d15e3023074ddf664cbce03e9691aee29d337d3b7815403ebc371e929","signature":"e474c323c111799257e2e230d6cf7495951f409154a207dba8a6b80dacb6762b"},"cf93fb9208a01c80f0fad245c4360356e5de6c2384b7641acf0b9cc2f5c42448","336398b0efaf964124e636a9b29c4edd5870aee79ac64bf87be58a9d66b7c048","571bc65ec37ba124e762bb822e14a2b8502dc684e356be8feaccbd6b9cadd023","2bbbefc1235500bdb5091f240dc8cba861a95342272f7d11b7574a0d2ef4f85e","7cd455fc4c4818f19263d73b29c59f3fb5fd54b45a6ab83ca3eb3661281db56b","1c6b9b5501774a2ece6574be8e26092800e3f1f836f8c179b4f9fdd271a620f8","bcd2426fd141157e04e3a8eff914b575403587f398cf0878f07c2f283e0d1afd","33fd0884c97e9999b9dc573334d46af764e6e3d209b92e6283d854d792dc151f",{"version":"1fa0a16b7937e7598b4019358746a800adb6aeb99538412f64c83cf855b25bdb","signature":"640e1b327a3bbb904072cc136bc1428c7de3db7f9fa089bb7a70a80891879ae4"},{"version":"cf0e96cbcd290524ed92da2ecd597ecfeb0d3fc36f5d9cd0d1024ba1b377f556","signature":"0406442150c83ee79672f59e304b579f3b31c1a0fbfb8a36db58e91df77e7fb5"},{"version":"45dfee0786a308f5f61aa2f2c00df23b8b35ad3e7ffbeb885a804a43f6dfd41e","signature":"e6bea57d564c188e8b1c8e21adc0503329db3d6975644550e4590daed7c8e44c"},"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",{"version":"b820387f00e638331d28743f1e0f9b9cf415e41360522b3176c0ba4529a85970","signature":"8f017a2a1956f37846a0ad1a2fd4892474a057b3163cf9181478e03e2c646968"},{"version":"9435369b5b612a97f51e1b4eb5ac3fe26118dc14ec75127051a395409ee87e2e","signature":"8f017a2a1956f37846a0ad1a2fd4892474a057b3163cf9181478e03e2c646968"},{"version":"6dfc37059dd0fe6a2f4f5f1fc2250cea676b214e6eca6b7f1f5dee8539eb308d","signature":"e4ca4d8a87d3c81f481decf9000b72ba30371c8088de609814b2f0be74314bb2"},"7e771891adaa85b690266bc37bd6eb43bc57eecc4b54693ead36467e7369952a","a69c09dbea52352f479d3e7ac949fde3d17b195abe90b045d619f747b38d6d1a",{"version":"ca72190df0eb9b09d4b600821c8c7b6c9747b75a1c700c4d57dc0bb72abc074c","affectsGlobalScope":true},"11e2d554398d2bd460e7d06b2fa5827a297c8acfbe00b4f894a224ac0862857f",{"version":"bb65c6267c5d6676be61acbf6604cf0a4555ac4b505df58ac15c831fcbff4e3e","affectsGlobalScope":true},"374ca798f244e464346f14301dc2a8b4b111af1a83b49fffef5906c338a1f922","5a94487653355b56018122d92392beb2e5f4a6c63ba5cef83bbe1c99775ef713",{"version":"d5135ad93b33adcce80b18f8065087934cdc1730d63db58562edcf017e1aad9b","affectsGlobalScope":true},"82408ed3e959ddc60d3e9904481b5a8dc16469928257af22a3f7d1a3bc7fd8c4","dab86d9604fe40854ef3c0a6f9e8948873dc3509213418e5e457f410fd11200f","bb9c4ffa5e6290c6980b63c815cdd1625876dadb2efaf77edbe82984be93e55e","489532ff54b714f0e0939947a1c560e516d3ae93d51d639ab02e907a0e950114","f30bb836526d930a74593f7b0f5c1c46d10856415a8f69e5e2fc3db80371e362","14b5aa23c5d0ae1907bc696ac7b6915d88f7d85799cc0dc2dcf98fbce2c5a67c","5c439dafdc09abe4d6c260a96b822fa0ba5be7203c71a63ab1f1423cd9e838ea",{"version":"6b526a5ec4a401ca7c26cfe6a48e641d8f30af76673bad3b06a1b4504594a960","affectsGlobalScope":true},{"version":"816ad2e607a96de5bcac7d437f843f5afd8957f1fa5eefa6bba8e4ed7ca8fd84","affectsGlobalScope":true},"cec36af22f514322f870e81d30675c78df82ae8bf4863f5fd4e4424c040c678d","d903fafe96674bc0b2ac38a5be4a8fc07b14c2548d1cdb165a80ea24c44c0c54","5eec82ac21f84d83586c59a16b9b8502d34505d1393393556682fe7e7fde9ef2","04eb6578a588d6a46f50299b55f30e3a04ef27d0c5a46c57d8fcc211cd530faa","8d3c583a07e0c37e876908c2d5da575019f689df8d9fa4c081d99119d53dba22","2c828a5405191d006115ab34e191b8474bc6c86ffdc401d1a9864b1b6e088a58",{"version":"e630e5528e899219ae319e83bef54bf3bcb91b01d76861ecf881e8e614b167f0","affectsGlobalScope":true},"2c45b35f4850881ab132f80d3cb51e8a359a4d8fafdc5ff2401d260dc27862f4","7c013aa892414a7fdcfd861ae524a668eaa3ede8c7c0acafaf611948122c8d93","b0973c3cbcdc59b37bf477731d468696ecaf442593ec51bab497a613a580fe30",{"version":"4989e92ba5b69b182d2caaea6295af52b7dc73a4f7a2e336a676722884e7139d","affectsGlobalScope":true},{"version":"b3624aed92dab6da8484280d3cb3e2f4130ec3f4ef3f8201c95144ae9e898bb6","affectsGlobalScope":true},"5153a2fd150e46ce57bb3f8db1318d33f6ad3261ed70ceeff92281c0608c74a3","210d54cd652ec0fec8c8916e4af59bb341065576ecda039842f9ffb2e908507c","36b03690b628eab08703d63f04eaa89c5df202e5f1edf3989f13ad389cd2c091","0effadd232a20498b11308058e334d3339cc5bf8c4c858393e38d9d4c0013dcf","25846d43937c672bab7e8195f3d881f93495df712ee901860effc109918938cc","fd93cee2621ff42dabe57b7be402783fd1aa69ece755bcba1e0290547ae60513","1b952304137851e45bc009785de89ada562d9376177c97e37702e39e60c2f1ff","69ee23dd0d215b09907ad30d23f88b7790c93329d1faf31d7835552a10cf7cbf","44b8b584a338b190a59f4f6929d072431950c7bd92ec2694821c11bce180c8a5","23b89798789dffbd437c0c423f5d02d11f9736aea73d6abf16db4f812ff36eda","a15eb098ed86a4135cba05d77e792d6189fa8607a00c9b1b381c0e9550c04ba5",{"version":"970a90f76d4d219ad60819d61f5994514087ba94c985647a3474a5a3d12714ed","affectsGlobalScope":true},"e10177274a35a9d07c825615340b2fcde2f610f53f3fb40269fd196b4288dda6","c4577fb855ca259bdbf3ea663ca73988ce5f84251a92b4aef80a1f4122b6f98e","3c13ef48634e7b5012fcf7e8fce7496352c2d779a7201389ca96a2a81ee4314d","5d0a25ec910fa36595f85a67ac992d7a53dd4064a1ba6aea1c9f14ab73a023f2",{"version":"f0900cd5d00fe1263ff41201fb8073dbeb984397e4af3b8002a5c207a30bdc33","affectsGlobalScope":true},{"version":"ff07a9a03c65732ccc59b3c65bc584173da093bd563a6565411c01f5703bd3cb","affectsGlobalScope":true},"06d7c42d256f0ce6afe1b2b6cfbc97ab391f29dadb00dd0ae8e8f23f5bc916c3","ec4bd1b200670fb567920db572d6701ed42a9641d09c4ff6869768c8f81b404c","e59a892d87e72733e2a9ca21611b9beb52977be2696c7ba4b216cbbb9a48f5aa",{"version":"da26af7362f53d122283bc69fed862b9a9fe27e01bc6a69d1d682e0e5a4df3e6","affectsGlobalScope":true},"8a300fa9b698845a1f9c41ecbe2c5966634582a8e2020d51abcace9b55aa959e",{"version":"ab9b9a36e5284fd8d3bf2f7d5fcbc60052f25f27e4d20954782099282c60d23e","affectsGlobalScope":true},"cc4fa603eb4f28847cfa5bfb698dd186a0864853383d49f2478b3482d5caca9e"],"options":{"allowSyntheticDefaultImports":true,"declaration":true,"esModuleInterop":false,"experimentalDecorators":true,"importHelpers":true,"inlineSources":true,"module":99,"noEmitOnError":true,"outDir":"./dist","rootDir":"./src","sourceMap":true,"strict":true,"target":5},"fileIdsList":[[386],[295,386],[296,386],[295,296,386],[295,296,304,386],[293,294,386],[323,386],[325,326,327,328,329,330,331,386],[340,386],[343,386],[344,349,377,386],[345,356,357,364,374,385,386],[345,346,356,364,386],[347,386],[348,349,357,365,386],[349,374,382,386],[350,352,356,364,386],[351,386],[352,353,386],[356,386],[354,356,386],[356,357,358,374,385,386],[356,357,358,371,374,377,386],[386,390],[352,359,364,374,385,386],[356,357,359,360,364,374,382,385,386],[359,361,374,382,385,386],[340,341,342,343,344,345,346,347,348,349,350,351,352,353,354,355,356,357,358,359,360,361,362,363,364,365,366,367,368,369,370,371,372,373,374,375,376,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,392],[356,362,386],[363,385,386],[352,356,364,374,386],[365,386],[366,386],[343,367,386],[368,384,386,390],[369,386],[370,386],[356,371,372,386],[371,373,386,388],[344,356,374,375,376,377,386],[344,374,376,386],[374,375,386],[377,386],[378,386],[356,380,381,386],[380,381,386],[349,364,374,382,386],[383,386],[364,384,386],[344,359,370,385,386],[349,386],[374,386,387],[386,388],[386,389],[344,349,356,358,367,374,385,386,388,390],[374,386,391],[284,386],[284,290,291,386],[284,286,386],[45,104,105,127,386],[45,102,103,109,386],[45,59,104,105,125,126,386],[104,386],[45,98,99,100,101,386],[102,386],[45,102,386],[105,128,129,386],[130,386],[105,128,386],[129,130,386],[89,386],[105,109,110,386],[65,95,105,136,386],[106,386],[89,106,386],[45,110,111,386],[45,48,49,53,55,56,59,84,109,110,112,386],[85,112,386],[85,386],[47,386],[45,48,386],[47,110,111,112,386],[49,50,51,59,62,65,83,85,95,97,104,106,109,110,111,386],[51,53,96,105,106,109,386],[45,59,138,386],[53,109,386],[53,144,386],[53,156,386],[53,157,386],[53,114,158,386],[145,386],[109,144,386],[145,146,147,148,149,150,151,152,153,154,386],[45,64,386],[64,65,79,95,135,386],[168,386],[170,386],[53,85,109,144,158,386],[165,166,167,168,169,170,171,172,173,174,175,176,177,178,179,180,181,182,183,184,185,386],[53,85,386],[85,158,386],[85,109,144,386],[105,109,115,187,206,386],[114,188,386],[55,114,188,386],[105,115,188,386],[106,110,114,188,386],[105,110,115,187,200,386],[115,188,386],[105,110,114,115,194,195,386],[58,188,386],[105,110,115,192,386],[103,105,110,188,386],[81,105,110,115,188,386],[81,115,386],[115,214,386],[81,105,109,115,199,386],[80,134,386],[81,109,114,115,386],[80,105,114,386],[81,213,386],[53,69,79,81,106,110,386],[81,115,191,386],[80,89,386],[64,81,105,109,114,115,209,386],[104,217,218,386],[217,218,386],[85,140,217,218,386],[217,218,220,386],[135,217,218,386],[217,218,222,386],[218,386],[217,386],[62,64,217,218,386],[62,63,64,85,104,105,140,217,218,386],[64,217,218,386],[62,114,115,386],[249,386],[45,58,59,61,95,386],[62,195,235,236,237,238,239,240,241,242,243,244,245,246,247,248,249,250,386],[45,62,64,114,115,386],[45,62,64,386],[62,64,109,386],[45,62,64,114,115,284,386],[45,53,62,64,114,115,386],[45,53,62,64,386],[53,64,114,240,386],[62,64,114,115,386],[237,386],[45,60,62,386],[53,386],[54,56,58,105,109,110,112,386],[45,112,113,115,386],[45,114,386],[109,386],[49,109,110,386],[55,56,58,105,109,110,253,386],[98,386],[109,110,386],[49,386],[49,50,109,111,386],[55,56,57,109,110,111,386],[48,50,109,110,112,386],[55,56,58,109,110,386],[55,58,109,110,386],[48,53,55,58,109,112,386],[111,112,386],[48,49,50,53,106,107,108,110,111,112,386],[49,53,110,112,386],[105,386],[62,85,110,112,114,142,206,386],[62,85,97,105,386],[62,85,187,386],[97,105,106,386],[62,85,97,105,109,386],[103,110,222,386],[62,85,109,110,206,259,386],[53,85,97,105,251,386],[60,386],[139,386],[48,66,84,112,386],[62,66,67,75,85,105,112,271,386],[66,67,76,386],[58,62,71,106,386],[95,386],[66,386],[76,85,105,112,271,386],[75,386],[66,67,386],[68,74,95,386],[62,65,66,67,75,95,269,275,276,386],[62,65,71,75,83,85,105,106,386],[45,65,66,77,81,95,106,386],[45,62,66,67,69,386],[66,67,70,71,72,76,386],[73,75,386],[66,70,75,76,139,386],[45,386],[79,93,386],[79,94,386],[64,79,95,135,386],[59,64,79,386],[45,53,55,62,64,65,66,67,69,70,71,76,79,82,85,86,87,92,93,94,105,106,109,114,115,386],[45,59,64,69,78,386],[83,109,386],[59,69,88,89,90,91,386],[114,115,386],[52,114,386],[52,62,64,95,105,106,114,386],[45,220,386],[45,53,59,63,111,386],[45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,89,90,91,92,93,94,95,96,97,98,99,100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,144,155,156,157,158,159,160,161,162,163,164,186,187,188,189,190,191,192,193,194,196,197,198,199,200,201,202,203,204,205,206,207,208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,224,225,226,227,228,229,230,231,232,233,234,251,252,253,254,255,256,257,258,259,260,261,262,263,264,265,266,267,268,269,270,272,273,274,277,278,279,280,281,282,283,386],[114,386],[317,386],[295,320,386],[320,386],[318,319,386],[297,298,299,300,301,302,303,304,305,386],[295,320,321,322,386],[285,386],[285,307,386],[311,312,386],[43,314,386],[43,285,306,308,315,323,324,332,386],[43,285,308,386],[43,285,306,308,309,314,386],[43,285,308,310,313,386],[43,316,334,386],[43,337,338,386],[43,386],[43,44,315,316,333,386],[43,44,285,287,288,289,292,315,386],[314],[308,315,320,323],[308,394],[309,314,394],[308,394,395],[316,334],[44,316,333],[44,315]],"referencedMap":[[44,1],[293,1],[296,2],[297,3],[300,4],[298,4],[302,4],[305,5],[304,1],[303,4],[301,4],[299,3],[294,1],[295,6],[331,7],[329,1],[330,7],[325,7],[332,8],[326,7],[327,7],[328,7],[340,9],[341,9],[343,10],[344,11],[345,12],[346,13],[347,14],[348,15],[349,16],[350,17],[351,18],[352,19],[353,19],[355,20],[354,21],[356,20],[357,22],[358,23],[342,24],[392,1],[359,25],[360,26],[361,27],[393,28],[362,29],[363,30],[364,31],[365,32],[366,33],[367,34],[368,35],[369,36],[370,37],[371,38],[372,38],[373,39],[374,40],[376,41],[375,42],[377,43],[378,44],[379,1],[380,45],[381,46],[382,47],[383,48],[384,49],[385,50],[386,51],[387,52],[388,53],[389,54],[390,55],[391,56],[310,57],[288,57],[290,57],[292,58],[291,57],[286,57],[287,59],[289,57],[285,57],[126,60],[104,61],[127,62],[125,1],[124,63],[102,64],[123,1],[122,1],[121,65],[120,66],[119,66],[118,66],[117,66],[116,66],[130,67],[132,68],[128,1],[129,69],[131,70],[90,71],[106,72],[137,73],[134,74],[89,74],[133,75],[45,1],[112,76],[85,77],[143,1],[59,1],[84,1],[142,78],[140,79],[141,80],[47,81],[48,82],[51,1],[105,83],[97,84],[138,1],[139,85],[144,86],[156,87],[157,88],[158,89],[159,90],[146,91],[147,92],[148,87],[149,92],[155,93],[145,87],[150,87],[151,92],[152,87],[153,92],[154,87],[160,1],[161,57],[162,94],[164,95],[163,1],[165,79],[166,79],[167,79],[169,96],[168,79],[171,97],[172,79],[173,98],[186,99],[174,97],[175,100],[176,97],[177,79],[170,79],[178,79],[179,101],[180,79],[181,97],[182,79],[183,79],[184,102],[185,79],[207,103],[208,104],[204,105],[203,106],[202,107],[201,108],[197,109],[196,110],[205,111],[193,112],[198,109],[190,113],[189,114],[212,115],[215,116],[200,117],[199,118],[194,119],[216,116],[81,120],[214,121],[80,122],[192,123],[191,124],[211,115],[210,125],[209,124],[219,126],[234,127],[228,128],[233,1],[221,129],[224,130],[223,131],[231,127],[230,127],[229,127],[217,132],[232,1],[218,133],[227,134],[226,135],[225,136],[249,137],[250,138],[62,139],[251,140],[195,141],[246,142],[247,143],[245,144],[248,145],[244,146],[242,145],[241,147],[240,145],[243,145],[239,148],[238,149],[237,150],[235,137],[236,148],[255,151],[55,152],[114,153],[113,154],[108,155],[50,156],[254,157],[98,1],[101,158],[99,158],[100,158],[252,158],[57,159],[256,160],[111,159],[110,161],[58,162],[49,163],[96,164],[56,165],[107,155],[213,155],[54,166],[53,167],[109,168],[69,169],[103,170],[83,170],[258,171],[187,172],[261,173],[188,173],[257,174],[206,175],[262,172],[259,176],[260,177],[253,178],[267,1],[61,179],[60,1],[266,180],[271,181],[276,182],[268,183],[66,1],[269,184],[275,185],[270,57],[67,186],[272,187],[273,1],[76,188],[274,189],[77,1],[75,190],[277,191],[71,1],[86,192],[68,1],[82,193],[70,194],[73,195],[74,196],[278,197],[72,198],[263,185],[264,199],[265,200],[136,201],[87,202],[95,203],[79,204],[91,205],[92,206],[52,207],[279,208],[65,209],[282,94],[281,210],[220,94],[135,94],[93,94],[94,94],[222,94],[78,94],[283,94],[63,1],[64,211],[280,94],[284,212],[46,1],[115,213],[318,214],[317,1],[88,1],[321,215],[319,216],[322,1],[320,217],[306,218],[323,219],[43,1],[8,1],[10,1],[9,1],[2,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[3,1],[4,1],[22,1],[19,1],[20,1],[21,1],[23,1],[24,1],[25,1],[5,1],[26,1],[27,1],[28,1],[29,1],[6,1],[33,1],[30,1],[31,1],[32,1],[34,1],[7,1],[35,1],[40,1],[41,1],[36,1],[37,1],[38,1],[39,1],[1,1],[42,1],[307,220],[308,221],[313,222],[311,1],[312,1],[336,1],[324,223],[333,224],[309,225],[315,226],[314,227],[335,228],[339,229],[338,230],[337,230],[334,231],[316,232]],"exportedModulesMap":[[44,1],[293,1],[296,2],[297,3],[300,4],[298,4],[302,4],[305,5],[304,1],[303,4],[301,4],[299,3],[294,1],[295,6],[331,7],[329,1],[330,7],[325,7],[332,8],[326,7],[327,7],[328,7],[340,9],[341,9],[343,10],[344,11],[345,12],[346,13],[347,14],[348,15],[349,16],[350,17],[351,18],[352,19],[353,19],[355,20],[354,21],[356,20],[357,22],[358,23],[342,24],[392,1],[359,25],[360,26],[361,27],[393,28],[362,29],[363,30],[364,31],[365,32],[366,33],[367,34],[368,35],[369,36],[370,37],[371,38],[372,38],[373,39],[374,40],[376,41],[375,42],[377,43],[378,44],[379,1],[380,45],[381,46],[382,47],[383,48],[384,49],[385,50],[386,51],[387,52],[388,53],[389,54],[390,55],[391,56],[310,57],[288,57],[290,57],[292,58],[291,57],[286,57],[287,59],[289,57],[285,57],[126,60],[104,61],[127,62],[125,1],[124,63],[102,64],[123,1],[122,1],[121,65],[120,66],[119,66],[118,66],[117,66],[116,66],[130,67],[132,68],[128,1],[129,69],[131,70],[90,71],[106,72],[137,73],[134,74],[89,74],[133,75],[45,1],[112,76],[85,77],[143,1],[59,1],[84,1],[142,78],[140,79],[141,80],[47,81],[48,82],[51,1],[105,83],[97,84],[138,1],[139,85],[144,86],[156,87],[157,88],[158,89],[159,90],[146,91],[147,92],[148,87],[149,92],[155,93],[145,87],[150,87],[151,92],[152,87],[153,92],[154,87],[160,1],[161,57],[162,94],[164,95],[163,1],[165,79],[166,79],[167,79],[169,96],[168,79],[171,97],[172,79],[173,98],[186,99],[174,97],[175,100],[176,97],[177,79],[170,79],[178,79],[179,101],[180,79],[181,97],[182,79],[183,79],[184,102],[185,79],[207,103],[208,104],[204,105],[203,106],[202,107],[201,108],[197,109],[196,110],[205,111],[193,112],[198,109],[190,113],[189,114],[212,115],[215,116],[200,117],[199,118],[194,119],[216,116],[81,120],[214,121],[80,122],[192,123],[191,124],[211,115],[210,125],[209,124],[219,126],[234,127],[228,128],[233,1],[221,129],[224,130],[223,131],[231,127],[230,127],[229,127],[217,132],[232,1],[218,133],[227,134],[226,135],[225,136],[249,137],[250,138],[62,139],[251,140],[195,141],[246,142],[247,143],[245,144],[248,145],[244,146],[242,145],[241,147],[240,145],[243,145],[239,148],[238,149],[237,150],[235,137],[236,148],[255,151],[55,152],[114,153],[113,154],[108,155],[50,156],[254,157],[98,1],[101,158],[99,158],[100,158],[252,158],[57,159],[256,160],[111,159],[110,161],[58,162],[49,163],[96,164],[56,165],[107,155],[213,155],[54,166],[53,167],[109,168],[69,169],[103,170],[83,170],[258,171],[187,172],[261,173],[188,173],[257,174],[206,175],[262,172],[259,176],[260,177],[253,178],[267,1],[61,179],[60,1],[266,180],[271,181],[276,182],[268,183],[66,1],[269,184],[275,185],[270,57],[67,186],[272,187],[273,1],[76,188],[274,189],[77,1],[75,190],[277,191],[71,1],[86,192],[68,1],[82,193],[70,194],[73,195],[74,196],[278,197],[72,198],[263,185],[264,199],[265,200],[136,201],[87,202],[95,203],[79,204],[91,205],[92,206],[52,207],[279,208],[65,209],[282,94],[281,210],[220,94],[135,94],[93,94],[94,94],[222,94],[78,94],[283,94],[63,1],[64,211],[280,94],[284,212],[46,1],[115,213],[318,214],[317,1],[88,1],[321,215],[319,216],[322,1],[320,217],[306,218],[323,219],[43,1],[8,1],[10,1],[9,1],[2,1],[11,1],[12,1],[13,1],[14,1],[15,1],[16,1],[17,1],[18,1],[3,1],[4,1],[22,1],[19,1],[20,1],[21,1],[23,1],[24,1],[25,1],[5,1],[26,1],[27,1],[28,1],[29,1],[6,1],[33,1],[30,1],[31,1],[32,1],[34,1],[7,1],[35,1],[40,1],[41,1],[36,1],[37,1],[38,1],[39,1],[1,1],[42,1],[307,220],[308,221],[313,222],[311,1],[312,1],[336,1],[324,233],[333,234],[309,235],[315,236],[314,237],[335,238],[334,239],[316,240]],"semanticDiagnosticsPerFile":[44,293,296,297,300,298,302,305,304,303,301,299,294,295,331,329,330,325,332,326,327,328,340,341,343,344,345,346,347,348,349,350,351,352,353,355,354,356,357,358,342,392,359,360,361,393,362,363,364,365,366,367,368,369,370,371,372,373,374,376,375,377,378,379,380,381,382,383,384,385,386,387,388,389,390,391,310,288,290,292,291,286,287,289,285,126,104,127,125,124,102,123,122,121,120,119,118,117,116,130,132,128,129,131,90,106,137,134,89,133,45,112,85,143,59,84,142,140,141,47,48,51,105,97,138,139,144,156,157,158,159,146,147,148,149,155,145,150,151,152,153,154,160,161,162,164,163,165,166,167,169,168,171,172,173,186,174,175,176,177,170,178,179,180,181,182,183,184,185,207,208,204,203,202,201,197,196,205,193,198,190,189,212,215,200,199,194,216,81,214,80,192,191,211,210,209,219,234,228,233,221,224,223,231,230,229,217,232,218,227,226,225,249,250,62,251,195,246,247,245,248,244,242,241,240,243,239,238,237,235,236,255,55,114,113,108,50,254,98,101,99,100,252,57,256,111,110,58,49,96,56,107,213,54,53,109,69,103,83,258,187,261,188,257,206,262,259,260,253,267,61,60,266,271,276,268,66,269,275,270,67,272,273,76,274,77,75,277,71,86,68,82,70,73,74,278,72,263,264,265,136,87,95,79,91,92,52,279,65,282,281,220,135,93,94,222,78,283,63,64,280,284,46,115,318,317,88,321,319,322,320,306,323,43,8,10,9,2,11,12,13,14,15,16,17,18,3,4,22,19,20,21,23,24,25,5,26,27,28,29,6,33,30,31,32,34,7,35,40,41,36,37,38,39,1,42,307,308,313,311,312,336,324,333,309,315,314,335,339,338,337,334,316]},"version":"4.9.5"}