@avs/go 0.14.72017 → 0.14.72037
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/dist/avs-element-mixin.d.ts +2 -2
- package/dist/avs-element-mixin.d.ts.map +1 -1
- package/dist/avs-go-dataviz.d.ts +32 -43
- package/dist/avs-go-dataviz.d.ts.map +1 -1
- package/dist/avs-go-dataviz.js +41 -57
- package/dist/avs-go-dynamic-html.d.ts.map +1 -1
- package/dist/avs-go-dynamic-html.js +7 -2
- package/dist/avs-go-info.d.ts.map +1 -1
- package/dist/avs-go-info.js +6 -1
- package/dist/avs-go.min.js +7 -7
- package/dist/avs-renderer.d.ts +1 -1
- package/dist/avs-renderer.d.ts.map +1 -1
- package/dist/avs-renderer.js +4 -0
- package/dist/constants.js +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.js +1 -1
- package/package.json +3 -3
- package/dist/avs-go.min.js.LICENSE.txt +0 -61
package/dist/avs-renderer.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"avs-renderer.d.ts","sourceRoot":"","sources":["../src/avs-renderer.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAEtC;;;;;;GAMG;AACH,qBAAa,WAAY,SAAQ,WAAW;IAC1C,aAAa,EAAE,aAAa,
|
|
1
|
+
{"version":3,"file":"avs-renderer.d.ts","sourceRoot":"","sources":["../src/avs-renderer.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAEtC;;;;;;GAMG;AACH,qBAAa,WAAY,SAAQ,WAAW;IAC1C,aAAa,CAAC,EAAE,aAAa,CAAa;IAE1C,iBAAiB;CAGlB;AAID,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,cAAc,EAAE,WAAW,CAAC;KAC7B;CACF"}
|
package/dist/avs-renderer.js
CHANGED
|
@@ -26,6 +26,10 @@ import { WebGLRenderer } from 'three';
|
|
|
26
26
|
* @customElement
|
|
27
27
|
*/
|
|
28
28
|
export class AvsRenderer extends HTMLElement {
|
|
29
|
+
constructor() {
|
|
30
|
+
super(...arguments);
|
|
31
|
+
this.webGLRenderer = undefined;
|
|
32
|
+
}
|
|
29
33
|
connectedCallback() {
|
|
30
34
|
this.webGLRenderer = new WebGLRenderer({ alpha: true });
|
|
31
35
|
}
|
package/dist/constants.js
CHANGED
package/dist/types.d.ts
CHANGED
package/dist/types.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@avs/go",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.72037",
|
|
4
4
|
"description": "AVS/Go",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"license": "Apache-2.0",
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"dompurify": "^3.4.
|
|
42
|
-
"lit": "^3.3.
|
|
41
|
+
"dompurify": "^3.4.5",
|
|
42
|
+
"lit": "^3.3.3",
|
|
43
43
|
"three": "0.184.0"
|
|
44
44
|
}
|
|
45
45
|
}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* @fileoverview
|
|
5
|
-
* @suppress {checkPrototypalTypes}
|
|
6
|
-
* @license Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
7
|
-
* This code may only be used under the BSD style license found at
|
|
8
|
-
* http://polymer.github.io/LICENSE.txt The complete set of authors may be found
|
|
9
|
-
* at http://polymer.github.io/AUTHORS.txt The complete set of contributors may
|
|
10
|
-
* be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by
|
|
11
|
-
* Google as part of the polymer project is also subject to an additional IP
|
|
12
|
-
* rights grant found at http://polymer.github.io/PATENTS.txt
|
|
13
|
-
*/
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* @license
|
|
17
|
-
* Copyright 2010-2026 Three.js Authors
|
|
18
|
-
* SPDX-License-Identifier: MIT
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* @license
|
|
23
|
-
* Copyright 2018 Advanced Visual Systems Inc.
|
|
24
|
-
*
|
|
25
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
26
|
-
* you may not use this file except in compliance with the License.
|
|
27
|
-
* You may obtain a copy of the License at
|
|
28
|
-
*
|
|
29
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
30
|
-
*
|
|
31
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
32
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
33
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
34
|
-
* See the License for the specific language governing permissions and
|
|
35
|
-
* limitations under the License.
|
|
36
|
-
*
|
|
37
|
-
* This product includes software developed at
|
|
38
|
-
* Advanced Visual Systems Inc. (http://www.avs.com)
|
|
39
|
-
*/
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
@license
|
|
43
|
-
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
44
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
|
45
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
|
46
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
|
47
|
-
Code distributed by Google as part of the polymer project is also
|
|
48
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
|
49
|
-
*/
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
@license @nocompile
|
|
53
|
-
Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
|
|
54
|
-
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
|
55
|
-
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
|
56
|
-
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
|
57
|
-
Code distributed by Google as part of the polymer project is also
|
|
58
|
-
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
|
59
|
-
*/
|
|
60
|
-
|
|
61
|
-
// @license Licensed by Advanced Visual Systems Inc. to You under the Apache License, Version 2.0.
|