@avs/go 0.14.71999 → 0.14.72008
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/README.md +1 -1
- package/dist/avs-element-mixin.d.ts +28 -0
- package/dist/avs-element-mixin.d.ts.map +1 -0
- package/dist/avs-element-mixin.js +108 -0
- package/dist/avs-go-dataviz.d.ts +457 -0
- package/dist/avs-go-dataviz.d.ts.map +1 -0
- package/dist/avs-go-dataviz.js +2090 -0
- package/dist/avs-go-dynamic-html.d.ts +52 -0
- package/dist/avs-go-dynamic-html.d.ts.map +1 -0
- package/dist/avs-go-dynamic-html.js +124 -0
- package/dist/avs-go-info.d.ts +57 -0
- package/dist/avs-go-info.d.ts.map +1 -0
- package/dist/avs-go-info.js +127 -0
- package/dist/avs-go.min.js +211 -160
- package/dist/avs-renderer.d.ts +37 -0
- package/dist/avs-renderer.d.ts.map +1 -0
- package/dist/avs-renderer.js +33 -0
- package/dist/constants.d.ts +21 -0
- package/dist/constants.d.ts.map +1 -0
- package/dist/constants.js +20 -0
- package/dist/icons.d.ts +28 -0
- package/dist/icons.d.ts.map +1 -0
- package/dist/icons.js +27 -0
- package/dist/index.d.ts +23 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +22 -0
- package/dist/types.d.ts +142 -0
- package/dist/types.d.ts.map +1 -0
- package/dist/types.js +36 -0
- package/package.json +4 -3
- package/rollup.config.js +17 -7
- package/src/avs-element-mixin.ts +126 -0
- package/src/{avs-go-dataviz.js → avs-go-dataviz.ts} +549 -710
- package/src/{avs-go-dynamic-html.js → avs-go-dynamic-html.ts} +37 -50
- package/src/{avs-go-info.js → avs-go-info.ts} +36 -47
- package/src/{avs-renderer.js → avs-renderer.ts} +10 -2
- package/src/{constants.js → constants.ts} +1 -1
- package/src/icons.ts +29 -0
- package/src/{avs-go.js → index.ts} +3 -3
- package/src/types.ts +160 -0
- package/tsconfig.json +16 -0
- package/src/avs-element-base.js +0 -119
- package/src/logo.js +0 -29
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm install @avs/go
|
|
|
14
14
|
```html
|
|
15
15
|
<html>
|
|
16
16
|
<head>
|
|
17
|
-
<script type="module" src="@avs/go/
|
|
17
|
+
<script type="module" src="@avs/go/dist/avs-go-dataviz.js"></script>
|
|
18
18
|
<!-- or -->
|
|
19
19
|
<script src="@avs/go/dist/avs-go.min.js"></script>
|
|
20
20
|
</head>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2018 Advanced Visual Systems Inc.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*
|
|
17
|
+
* This product includes software developed at
|
|
18
|
+
* Advanced Visual Systems Inc. (http://www.avs.com)
|
|
19
|
+
*/
|
|
20
|
+
import { LitElement } from 'lit';
|
|
21
|
+
type Constructor<T = {}> = new (...args: any[]) => T;
|
|
22
|
+
export declare class AvsElementMixinInterface {
|
|
23
|
+
_httpRequest(url: string, onLoad?: (response: any) => void, onError?: () => void, model?: object): any;
|
|
24
|
+
_dispatchErrorEvent(error: string): any;
|
|
25
|
+
}
|
|
26
|
+
export declare const AvsElementMixin: <T extends Constructor<LitElement>>(superClass: T) => Constructor<AvsElementMixinInterface> & T;
|
|
27
|
+
export {};
|
|
28
|
+
//# sourceMappingURL=avs-element-mixin.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"avs-element-mixin.d.ts","sourceRoot":"","sources":["../src/avs-element-mixin.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,OAAO,EAAE,UAAU,EAAE,MAAM,KAAK,CAAC;AAIjC,KAAK,WAAW,CAAC,CAAC,GAAG,EAAE,IAAI,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,CAAC;AAErD,MAAM,CAAC,OAAO,OAAO,wBAAwB;IAC3C,YAAY,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,CAAC,QAAQ,EAAE,GAAG,KAAK,IAAI,EAAE,OAAO,CAAC,EAAE,MAAM,IAAI,EAAE,KAAK,CAAC,EAAE,MAAM;IAChG,mBAAmB,CAAC,KAAK,EAAE,MAAM;CAClC;AAED,eAAO,MAAM,eAAe,GAAI,CAAC,SAAS,WAAW,CAAC,UAAU,CAAC,EAAE,YAAY,CAAC,KA6F/C,WAAW,CAAC,wBAAwB,CAAC,GAAG,CACxE,CAAA"}
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2018 Advanced Visual Systems Inc.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*
|
|
17
|
+
* This product includes software developed at
|
|
18
|
+
* Advanced Visual Systems Inc. (http://www.avs.com)
|
|
19
|
+
*/
|
|
20
|
+
import { VERSION } from './constants.js';
|
|
21
|
+
export const AvsElementMixin = (superClass) => {
|
|
22
|
+
class AvsElementMixinClass extends superClass {
|
|
23
|
+
/**
|
|
24
|
+
* Generate a HTTP request.
|
|
25
|
+
* @param url URL to an instance of AVS/Go server or file to get.
|
|
26
|
+
* @param model Model content to POST to the server (or undefined to generate a GET request).
|
|
27
|
+
*/
|
|
28
|
+
_httpRequest(url, onLoad, onError, model) {
|
|
29
|
+
if (!url) {
|
|
30
|
+
this._dispatchErrorEvent("'url' property must point to an instance of AVS/Go server.");
|
|
31
|
+
onError?.();
|
|
32
|
+
}
|
|
33
|
+
// Assembly the request body
|
|
34
|
+
const verArray = VERSION.split('.');
|
|
35
|
+
const version = [parseInt(verArray[0]), parseInt(verArray[1]), parseInt(verArray[2])];
|
|
36
|
+
const body = {
|
|
37
|
+
source: this.localName,
|
|
38
|
+
model: model,
|
|
39
|
+
version: version
|
|
40
|
+
};
|
|
41
|
+
// Send the request
|
|
42
|
+
fetch(url, {
|
|
43
|
+
method: model ? 'POST' : 'GET',
|
|
44
|
+
headers: {
|
|
45
|
+
'Content-Type': 'application/json'
|
|
46
|
+
},
|
|
47
|
+
body: model ? JSON.stringify(body) : undefined
|
|
48
|
+
})
|
|
49
|
+
.then(response => response.json())
|
|
50
|
+
.then((response) => {
|
|
51
|
+
if (response.error) {
|
|
52
|
+
this._processServerError(response.error);
|
|
53
|
+
onError?.();
|
|
54
|
+
}
|
|
55
|
+
else {
|
|
56
|
+
onLoad?.(response);
|
|
57
|
+
}
|
|
58
|
+
})
|
|
59
|
+
.catch(error => {
|
|
60
|
+
this._dispatchErrorEvent(error);
|
|
61
|
+
onError?.();
|
|
62
|
+
});
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* @param error
|
|
66
|
+
*/
|
|
67
|
+
_processServerError(error) {
|
|
68
|
+
if (!error) {
|
|
69
|
+
return;
|
|
70
|
+
}
|
|
71
|
+
const goException = JSON.parse(decodeURIComponent(error.replace(/\+/g, '%20')));
|
|
72
|
+
let output = "An error occurred on the AVS/Go server";
|
|
73
|
+
for (const key in goException) {
|
|
74
|
+
if (goException.hasOwnProperty(key)) {
|
|
75
|
+
if (output != "") {
|
|
76
|
+
output += "\n ";
|
|
77
|
+
}
|
|
78
|
+
output += key + ": ";
|
|
79
|
+
const child = goException[key];
|
|
80
|
+
if (child === Object(child)) {
|
|
81
|
+
output = output + JSON.stringify(child);
|
|
82
|
+
}
|
|
83
|
+
else {
|
|
84
|
+
output = output + goException[key];
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
this._dispatchErrorEvent(output);
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
*
|
|
92
|
+
* @param {any} error
|
|
93
|
+
*/
|
|
94
|
+
_dispatchErrorEvent(error) {
|
|
95
|
+
/**
|
|
96
|
+
* Error message from AVS/Go Web Component or Server.
|
|
97
|
+
* @event avs-error
|
|
98
|
+
*/
|
|
99
|
+
this.dispatchEvent(new CustomEvent('avs-error', {
|
|
100
|
+
bubbles: true,
|
|
101
|
+
composed: true,
|
|
102
|
+
detail: error
|
|
103
|
+
}));
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
;
|
|
107
|
+
return AvsElementMixinClass;
|
|
108
|
+
};
|
|
@@ -0,0 +1,457 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2018 Advanced Visual Systems Inc.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
* See the License for the specific language governing permissions and
|
|
15
|
+
* limitations under the License.
|
|
16
|
+
*
|
|
17
|
+
* This product includes software developed at
|
|
18
|
+
* Advanced Visual Systems Inc. (http://www.avs.com)
|
|
19
|
+
*/
|
|
20
|
+
import { LitElement, PropertyValues } from 'lit';
|
|
21
|
+
import { Viewer, TransformInteractor, PanInteractor, ZoomRectangleInteractor, Animator } from '../lib/avs-three.module.min.js';
|
|
22
|
+
import { DataVizModel, DataVizResponse, MotionCaptureFrame, PickDepth, PickLevel, PickProperties, Renderer } from './types.js';
|
|
23
|
+
declare const AvsGoDataViz_base: (new (...args: any[]) => import("./avs-element-mixin.js").AvsElementMixinInterface) & typeof LitElement;
|
|
24
|
+
/**
|
|
25
|
+
* `avs-go-dataviz` is a Lit element which requests a data visualization
|
|
26
|
+
* from either the `sceneName` class on the AVS/Go server application running at `url`,
|
|
27
|
+
* or from a JSON file at `url` when `urlLoadJsonFile` is set.
|
|
28
|
+
*
|
|
29
|
+
* The request occurs upon:
|
|
30
|
+
* * An explicit call to `updateViewer()`
|
|
31
|
+
* * A change in `renderer`
|
|
32
|
+
* * Additionally if `manualUpdate` is false:
|
|
33
|
+
* * * Initialization of this element has completed
|
|
34
|
+
* * * This element is resized outside of the `resizeThresold` percentage
|
|
35
|
+
*
|
|
36
|
+
* @customElement
|
|
37
|
+
* @lit
|
|
38
|
+
* @applysMixin AvsElementMixin
|
|
39
|
+
*/
|
|
40
|
+
export declare class AvsGoDataViz extends AvsGoDataViz_base {
|
|
41
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
42
|
+
/** Don't request a new scene upon initialization or resize. */
|
|
43
|
+
manualUpdate?: boolean;
|
|
44
|
+
/** Highlight canvas elements when using the `THREEJS` renderer. */
|
|
45
|
+
displayCanvas: boolean;
|
|
46
|
+
/** The URL to an instance of AVS/Go server application or file. */
|
|
47
|
+
url: string;
|
|
48
|
+
/** Enables loading JSON from a file. */
|
|
49
|
+
urlLoadJsonFile?: boolean;
|
|
50
|
+
/** Name of the data source registered in the library map on the server. */
|
|
51
|
+
dataSourceName?: string;
|
|
52
|
+
/** User properties as JSON passed directly to the data source on the server. */
|
|
53
|
+
dataSourceUserProperties?: string;
|
|
54
|
+
/** Name of the scene registered in the library map on the server. */
|
|
55
|
+
sceneName?: string;
|
|
56
|
+
/** User properties as JSON passed directly to the scene on the server. */
|
|
57
|
+
sceneUserProperties?: string;
|
|
58
|
+
/** Name of the renderer registered in the library map on the server. */
|
|
59
|
+
rendererName?: string;
|
|
60
|
+
/** User properties as JSON passed directly to the renderer on the server. */
|
|
61
|
+
rendererUserProperties?: string;
|
|
62
|
+
/** The type of renderer to be used to display a scene: `IMAGE`, `SVG` or `THREEJS` */
|
|
63
|
+
renderer: Renderer;
|
|
64
|
+
/** Enables streaming of objects from the server. Only available when `renderer` is `THREEJS` */
|
|
65
|
+
streamEnable?: boolean;
|
|
66
|
+
/** The number of objects streamed for the first chunk. */
|
|
67
|
+
streamChunkSizeFirst?: number;
|
|
68
|
+
/** The number of objects streamed per chunk. */
|
|
69
|
+
streamChunkSize?: number;
|
|
70
|
+
/** The name of the theme registered in the library map on the server, or undefined to use CSS, or one of the branded themes: `DEFAULT`, `AVS_LIGHT`, `AVS_DARK` or `AVS_BLACK` */
|
|
71
|
+
themeName?: string;
|
|
72
|
+
/** Resize threshold (percent) to determine when the update is performed on the client or the server.
|
|
73
|
+
Default is 10%. Set to zero to disable resize on the server. */
|
|
74
|
+
resizeThreshold?: number;
|
|
75
|
+
/** Number of seconds between pointer moves before an `avs-pointer-timeout` event is dispatched. */
|
|
76
|
+
pointerTimeout?: number;
|
|
77
|
+
/** Enables the `avs-tap` event. */
|
|
78
|
+
tapEnable?: boolean;
|
|
79
|
+
/** The level of geometry within the scene to be modified by the tap event: `CELL`, `CELL_SET` or `SCENE_NODE` */
|
|
80
|
+
tapLevel?: PickLevel;
|
|
81
|
+
/** The depth at which an object is selected: `ALL` or `CLOSEST` */
|
|
82
|
+
tapDepth?: PickDepth;
|
|
83
|
+
/** Enables highlight of selected geometry in the scene. */
|
|
84
|
+
tapHighlightEnable?: boolean;
|
|
85
|
+
/** The color to used to highlight the selected objects in the scene. */
|
|
86
|
+
tapHighlightColor?: string;
|
|
87
|
+
/** Enables drawing highlighted objects in front of all objects in the scene. This results in faster rendering in a 2D viewport when using the `THREEJS` renderer. */
|
|
88
|
+
tapHighlightLayerEnable?: boolean;
|
|
89
|
+
/** Enables the processing of tap events on the client. Only available when `renderer` is `THREEJS` */
|
|
90
|
+
tapProcessEventOnClient?: boolean;
|
|
91
|
+
/** Enables the `avs-track` event. */
|
|
92
|
+
trackEnable?: boolean;
|
|
93
|
+
/** The level of geometry within the scene to be modified by the track event: `CELL`, `CELL_SET` or `SCENE_NODE` */
|
|
94
|
+
trackLevel?: PickLevel;
|
|
95
|
+
/** The depth at which an object is selected: `ALL` or `CLOSEST` */
|
|
96
|
+
trackDepth?: PickDepth;
|
|
97
|
+
/** Enables highlight of selected geometry in the scene. */
|
|
98
|
+
trackHighlightEnable?: boolean;
|
|
99
|
+
/** The color to used to highlight the selected objects in the scene. */
|
|
100
|
+
trackHighlightColor?: string;
|
|
101
|
+
/** Enables drawing highlighted objects in front of all objects in the scene. This results in faster rendering in a 2D viewport when using the `THREEJS` renderer. */
|
|
102
|
+
trackHighlightLayerEnable?: boolean;
|
|
103
|
+
/** Enables the processing of track events on the client. Only available when `renderer` is `THREEJS` */
|
|
104
|
+
trackProcessEventOnClient?: boolean;
|
|
105
|
+
/** Enables the `avs-hover` event. */
|
|
106
|
+
hoverEnable?: boolean;
|
|
107
|
+
/** The level of geometry within the scene to be modified by the hover event: `CELL`, `CELL_SET` or `SCENE_NODE` */
|
|
108
|
+
hoverLevel?: PickLevel;
|
|
109
|
+
/** The depth at which an object is selected: `ALL` or `CLOSEST` */
|
|
110
|
+
hoverDepth?: PickDepth;
|
|
111
|
+
/** Enables highlight of selected geometry in the scene. */
|
|
112
|
+
hoverHighlightEnable?: boolean;
|
|
113
|
+
/** The color to used to highlight the selected objects in the scene. */
|
|
114
|
+
hoverHighlightColor?: string;
|
|
115
|
+
/** Enables drawing highlighted objects in front of all objects in the scene. This results in faster rendering in a 2D viewport when using the `THREEJS` renderer. */
|
|
116
|
+
hoverHighlightLayerEnable?: boolean;
|
|
117
|
+
/**
|
|
118
|
+
* Enable the transform interactor. Only available when `renderer` is `THREEJS`
|
|
119
|
+
*
|
|
120
|
+
* Create an interactor for transforming a particular scene object on the client.
|
|
121
|
+
* Use the IGoRenderer.addInteractor() method on the server to select which object to transform.
|
|
122
|
+
*/
|
|
123
|
+
transformEnable?: boolean;
|
|
124
|
+
/** Transform on the client only, do not update the transform matrix on the server. */
|
|
125
|
+
transformClientOnly?: boolean;
|
|
126
|
+
/** Disables rotation of the object. */
|
|
127
|
+
transformRotateDisable?: boolean;
|
|
128
|
+
/** Disables zooming of the object. */
|
|
129
|
+
transformZoomDisable?: boolean;
|
|
130
|
+
/** Disables panning of the object. */
|
|
131
|
+
transformPanDisable?: boolean;
|
|
132
|
+
/** The twist angle of the object in degrees. */
|
|
133
|
+
transformTwistAngle?: number;
|
|
134
|
+
/** The tilt angle of the object in degrees. */
|
|
135
|
+
transformTiltAngle?: number;
|
|
136
|
+
/** The scale of the object in percent. */
|
|
137
|
+
transformScale?: number;
|
|
138
|
+
/** Motion capture data or URL. */
|
|
139
|
+
motionCapture?: string;
|
|
140
|
+
/**
|
|
141
|
+
* Enable the zoom rectangle interactor. Only available when `renderer` is `THREEJS`
|
|
142
|
+
*
|
|
143
|
+
* Create an interactor for scaling an object by drawing a rectangle.
|
|
144
|
+
* Use the IGoRenderer.addInteractor() method on the server to select which object to transform.
|
|
145
|
+
*/
|
|
146
|
+
zoomRectangleEnable?: boolean;
|
|
147
|
+
/**
|
|
148
|
+
* Enable the pan interactor. Only available when `renderer` is `THREEJS`
|
|
149
|
+
*
|
|
150
|
+
* Create an interactor for panning an OpenViz domain (axes and charts) on the client.
|
|
151
|
+
*/
|
|
152
|
+
panEnable?: boolean;
|
|
153
|
+
/**
|
|
154
|
+
* Use mousewheel or pinch zoom to adjust the pan interactor's zoom level.
|
|
155
|
+
* Otherwise the zoom level must be set using `pan-width-zoom-level` and `pan-height-zoom-level`.
|
|
156
|
+
*/
|
|
157
|
+
panZoomEnable?: boolean;
|
|
158
|
+
/** The width zoom level in percent of the original scene greater than 100% */
|
|
159
|
+
panWidthZoomLevel?: number;
|
|
160
|
+
/** The height zoom level in percent of the original scene greater than 100% */
|
|
161
|
+
panHeightZoomLevel?: number;
|
|
162
|
+
/** The maximum zoom level in percent of the original scene greater than 100% Default is 1000% */
|
|
163
|
+
panMaximumZoomLevel?: number;
|
|
164
|
+
/** Show animated glyphs. Only available when `renderer` is `THREEJS` */
|
|
165
|
+
animatedGlyphsVisible?: boolean;
|
|
166
|
+
/** Enable animated glyphs. Only available when `renderer` is `THREEJS` */
|
|
167
|
+
animatedGlyphsEnable?: boolean;
|
|
168
|
+
/** Enable motion capture controls. Only available when `renderer` is `THREEJS` */
|
|
169
|
+
motionCaptureControlsEnable?: boolean;
|
|
170
|
+
width: number;
|
|
171
|
+
height: number;
|
|
172
|
+
lowResizeWidth: number;
|
|
173
|
+
highResizeWidth: number;
|
|
174
|
+
lowResizeHeight: number;
|
|
175
|
+
highResizeHeight: number;
|
|
176
|
+
forceUpdate: boolean;
|
|
177
|
+
chunkFile: number;
|
|
178
|
+
model: DataVizModel;
|
|
179
|
+
tapping: boolean;
|
|
180
|
+
tracking: number;
|
|
181
|
+
threeViewer: Viewer;
|
|
182
|
+
transformInteractor: TransformInteractor;
|
|
183
|
+
transformMatrix: Array<number>;
|
|
184
|
+
animator: Animator;
|
|
185
|
+
panInteractor: PanInteractor;
|
|
186
|
+
zoomRectangleInteractor: ZoomRectangleInteractor;
|
|
187
|
+
highlightSvg: Array<any>;
|
|
188
|
+
pointerDown: boolean;
|
|
189
|
+
pointerDownX: number;
|
|
190
|
+
pointerDownY: number;
|
|
191
|
+
imageMapData: Array<any>;
|
|
192
|
+
rectCanvas: HTMLCanvasElement;
|
|
193
|
+
rectCtx: CanvasRenderingContext2D;
|
|
194
|
+
sceneImage: HTMLImageElement;
|
|
195
|
+
sceneImageMap: HTMLMapElement;
|
|
196
|
+
svgDiv: HTMLDivElement;
|
|
197
|
+
motionCaptureDelay: number;
|
|
198
|
+
motionCaptureTime: number;
|
|
199
|
+
motionCaptureFrames: Array<MotionCaptureFrame>;
|
|
200
|
+
showMotionCaptureTooltip: boolean;
|
|
201
|
+
zoomOverlayTimeoutId: number;
|
|
202
|
+
timer: number;
|
|
203
|
+
/**
|
|
204
|
+
* Default line style and color
|
|
205
|
+
*/
|
|
206
|
+
_rectangleStyle(): void;
|
|
207
|
+
/**
|
|
208
|
+
* Assemble the model from our properties to send to the server.
|
|
209
|
+
*/
|
|
210
|
+
_assembleModel(fullReset?: boolean): DataVizModel;
|
|
211
|
+
/**
|
|
212
|
+
*
|
|
213
|
+
*/
|
|
214
|
+
_applyCustomCssProperties(cssProperties: any, style: any, values: any): void;
|
|
215
|
+
/**
|
|
216
|
+
*
|
|
217
|
+
*/
|
|
218
|
+
_onResize(contentRect: DOMRect): void;
|
|
219
|
+
_updateResizeLimits(): void;
|
|
220
|
+
showSpinner(): void;
|
|
221
|
+
hideSpinner(): void;
|
|
222
|
+
startSpinner(): void;
|
|
223
|
+
stopSpinner(): void;
|
|
224
|
+
/**
|
|
225
|
+
* At least one of the properties was changed.
|
|
226
|
+
*/
|
|
227
|
+
updated(changedProperties: PropertyValues<this>): void;
|
|
228
|
+
/**
|
|
229
|
+
* HTTP error handler.
|
|
230
|
+
*/
|
|
231
|
+
_handleHttpError(): void;
|
|
232
|
+
/**
|
|
233
|
+
*
|
|
234
|
+
*/
|
|
235
|
+
updateViewer(): void;
|
|
236
|
+
/**
|
|
237
|
+
*
|
|
238
|
+
*/
|
|
239
|
+
clear(): void;
|
|
240
|
+
/**
|
|
241
|
+
* HTTP response handler.
|
|
242
|
+
* @param response Response parsed from HTTP or file.
|
|
243
|
+
*/
|
|
244
|
+
_handleHttpResponse(response: DataVizResponse): void;
|
|
245
|
+
getInheritedBackgroundCol(el: HTMLElement): any;
|
|
246
|
+
getDefaultBackground(): string;
|
|
247
|
+
/**
|
|
248
|
+
*
|
|
249
|
+
*/
|
|
250
|
+
_handleLoadComplete(): void;
|
|
251
|
+
/**
|
|
252
|
+
*
|
|
253
|
+
*/
|
|
254
|
+
_dispatchSceneData(data: DataVizResponse): void;
|
|
255
|
+
/**
|
|
256
|
+
* @param e
|
|
257
|
+
*/
|
|
258
|
+
_handleTap(x: number, y: number, currentTarget: EventTarget): void;
|
|
259
|
+
/**
|
|
260
|
+
* @param e
|
|
261
|
+
*/
|
|
262
|
+
_handleTrack(state: string, x: number, y: number, dx: number, dy: number): void;
|
|
263
|
+
/**
|
|
264
|
+
* @param e
|
|
265
|
+
*/
|
|
266
|
+
_handlePointerDown(e: PointerEvent): void;
|
|
267
|
+
/**
|
|
268
|
+
* @param e
|
|
269
|
+
*/
|
|
270
|
+
_handlePointerMove(e: PointerEvent): void;
|
|
271
|
+
/**
|
|
272
|
+
* @param e
|
|
273
|
+
*/
|
|
274
|
+
_handlePointerUp(e: PointerEvent): void;
|
|
275
|
+
_getAdjustedCoords(x: number, y: number): {
|
|
276
|
+
x: number;
|
|
277
|
+
y: number;
|
|
278
|
+
};
|
|
279
|
+
_getAdjustedRectangleCoords(x: number, y: number, dx: number, dy: number): {
|
|
280
|
+
left: number;
|
|
281
|
+
right: number;
|
|
282
|
+
top: number;
|
|
283
|
+
bottom: number;
|
|
284
|
+
};
|
|
285
|
+
_processPick(pickProperties: PickProperties, processEventOnClient?: boolean, originalTarget?: any): void;
|
|
286
|
+
_pointInPoly(x: number, y: number, coords: Array<number>): boolean;
|
|
287
|
+
/**
|
|
288
|
+
* Dispatch the appropriate tap, track or hover event.
|
|
289
|
+
*/
|
|
290
|
+
_dispatchPickEvents(pickProperties: PickProperties): void;
|
|
291
|
+
_resetTimer(): void;
|
|
292
|
+
constructor();
|
|
293
|
+
/**
|
|
294
|
+
* Element connected to the DOM
|
|
295
|
+
*/
|
|
296
|
+
connectedCallback(): void;
|
|
297
|
+
/**
|
|
298
|
+
* Element disconnected from the DOM
|
|
299
|
+
*/
|
|
300
|
+
disconnectedCallback(): void;
|
|
301
|
+
_handlePointerEnterMotionCaptureControl(e: PointerEvent): void;
|
|
302
|
+
_handlePointerLeaveMotionCaptureControl(): void;
|
|
303
|
+
_round2dp(n: number): number;
|
|
304
|
+
_handleMotionCaptureSnapshot(): void;
|
|
305
|
+
_handleMotionCaptureDelayIncrease(): void;
|
|
306
|
+
_handleMotionCaptureDelayDecrease(): void;
|
|
307
|
+
_handleMotionCaptureCopyData(): void;
|
|
308
|
+
_handleMotionCaptureCopyUrl(): Promise<void>;
|
|
309
|
+
/**
|
|
310
|
+
* Convert a string to its UTF-8 bytes and compress it.
|
|
311
|
+
*
|
|
312
|
+
* @param {string} str
|
|
313
|
+
* @returns {Promise<Uint8Array>}
|
|
314
|
+
*/
|
|
315
|
+
_compress(str: string): Promise<Uint8Array<ArrayBuffer>>;
|
|
316
|
+
/**
|
|
317
|
+
* Decompress bytes into a UTF-8 string.
|
|
318
|
+
*
|
|
319
|
+
* @param {Uint8Array} compressedBytes
|
|
320
|
+
* @returns {Promise<string>}
|
|
321
|
+
*/
|
|
322
|
+
_decompress(compressedBytes: any): Promise<string>;
|
|
323
|
+
/**
|
|
324
|
+
* Combine multiple Uint8Arrays into one.
|
|
325
|
+
*
|
|
326
|
+
* @param {ReadonlyArray<Uint8Array>} uint8arrays
|
|
327
|
+
* @returns {Promise<Uint8Array>}
|
|
328
|
+
*/
|
|
329
|
+
_concatUint8Arrays(uint8arrays: any): Promise<Uint8Array<ArrayBuffer>>;
|
|
330
|
+
_handleMotionCaptureClear(): void;
|
|
331
|
+
_updatePixelRatio(change?: boolean): void;
|
|
332
|
+
/**
|
|
333
|
+
* Change in 'motion-capture-controls-enable' property.
|
|
334
|
+
*/
|
|
335
|
+
_motionCaptureControlsEnableChanged(newValue: any, oldValue: any): void;
|
|
336
|
+
/**
|
|
337
|
+
* Change in 'transform-enable' property.
|
|
338
|
+
*/
|
|
339
|
+
_transformEnableChanged(newValue: any, oldValue: any): void;
|
|
340
|
+
/**
|
|
341
|
+
* Change in the 'transform-client-only' property.
|
|
342
|
+
*/
|
|
343
|
+
_transformClientOnlyChanged(newValue: any, oldValue: any): void;
|
|
344
|
+
/**
|
|
345
|
+
* Change in 'transform-rotate-disable' property.
|
|
346
|
+
*/
|
|
347
|
+
_transformRotateDisableChanged(newValue: any, oldValue: any): void;
|
|
348
|
+
/**
|
|
349
|
+
* Change in 'transform-zoom-disable' property.
|
|
350
|
+
*/
|
|
351
|
+
_transformZoomDisableChanged(newValue: any, oldValue: any): void;
|
|
352
|
+
/**
|
|
353
|
+
* Change in 'transform-pan-disable' property.
|
|
354
|
+
*/
|
|
355
|
+
_transformPanDisableChanged(newValue: any, oldValue: any): void;
|
|
356
|
+
/**
|
|
357
|
+
* Reset the transform interactor.
|
|
358
|
+
*/
|
|
359
|
+
resetTransform(): void;
|
|
360
|
+
/**
|
|
361
|
+
* Perform a zoom in using the transform interactor.
|
|
362
|
+
*/
|
|
363
|
+
zoomIn(): void;
|
|
364
|
+
/**
|
|
365
|
+
* Perform a zoom out using the transform interactor.
|
|
366
|
+
*/
|
|
367
|
+
zoomOut(): void;
|
|
368
|
+
/**
|
|
369
|
+
* Perform a pan to center the specified coordinate of the transformed object in the center of the scene.
|
|
370
|
+
*/
|
|
371
|
+
panTo(x: number, y: number, z: number): void;
|
|
372
|
+
_getTransformComponents(): {
|
|
373
|
+
position: import("three").Vector3Tuple;
|
|
374
|
+
rotation: number[];
|
|
375
|
+
rotationOrder: import("three").EulerOrder;
|
|
376
|
+
scale: number;
|
|
377
|
+
};
|
|
378
|
+
getTransformMatrix(): any;
|
|
379
|
+
runAnimation(): void;
|
|
380
|
+
/**
|
|
381
|
+
* Change in 'animated-glyphs-visible' property.
|
|
382
|
+
*/
|
|
383
|
+
_animatedGlyphsVisibleChanged(newValue: any, oldValue: any): void;
|
|
384
|
+
/**
|
|
385
|
+
* Change in 'animated-glyphs-enable' property.
|
|
386
|
+
*/
|
|
387
|
+
_animatedGlyphsEnableChanged(newValue: any, oldValue: any): void;
|
|
388
|
+
/**
|
|
389
|
+
* Change in 'transform-twist-angle', 'transform-tilt-angle' or 'transform-scale' properties.
|
|
390
|
+
*/
|
|
391
|
+
_transformValueChanged(): void;
|
|
392
|
+
/**
|
|
393
|
+
* Change in 'motion-capture' property.
|
|
394
|
+
*/
|
|
395
|
+
_motionCaptureValueChanged(newValue: any, oldValue: any): Promise<void>;
|
|
396
|
+
/**
|
|
397
|
+
* Change in 'zoom-rectangle-enable' property.
|
|
398
|
+
*/
|
|
399
|
+
_zoomRectangleEnableChanged(newValue: any, oldValue: any): void;
|
|
400
|
+
/**
|
|
401
|
+
* Change in 'pan-enable' property.
|
|
402
|
+
*/
|
|
403
|
+
_panEnableChanged(newValue: any, oldValue: any): void;
|
|
404
|
+
/**
|
|
405
|
+
* Change in 'pan-zoom-enable' property.
|
|
406
|
+
*/
|
|
407
|
+
_panZoomEnableChanged(newValue: any, oldValue: any): void;
|
|
408
|
+
_handlePanChanged(e: any): void;
|
|
409
|
+
_handlePanZoom(e: any): void;
|
|
410
|
+
_handlePanZoomEnd(e: any): void;
|
|
411
|
+
/**
|
|
412
|
+
* Change in 'pan-width-zoom-level' property.
|
|
413
|
+
*/
|
|
414
|
+
_panWidthZoomLevelChanged(newValue: any, oldValue: any): void;
|
|
415
|
+
/**
|
|
416
|
+
* Change in 'pan-height-zoom-level' property.
|
|
417
|
+
*/
|
|
418
|
+
_panHeightZoomLevelChanged(newValue: any, oldValue: any): void;
|
|
419
|
+
/**
|
|
420
|
+
* Change in 'pan-maximum-zoom-level' property.
|
|
421
|
+
*/
|
|
422
|
+
_panMaximumZoomLevelChanged(newValue: any, oldValue: any): void;
|
|
423
|
+
/**
|
|
424
|
+
* Reset the pan interactor.
|
|
425
|
+
*/
|
|
426
|
+
resetPan(): void;
|
|
427
|
+
/**
|
|
428
|
+
* Change in 'renderer' property.
|
|
429
|
+
*/
|
|
430
|
+
_rendererChanged(newValue: any, oldValue: any): void;
|
|
431
|
+
/**
|
|
432
|
+
* Change in 'track-enable' property.
|
|
433
|
+
*/
|
|
434
|
+
_trackEnableChanged(newValue: any, oldValue: any): void;
|
|
435
|
+
/**
|
|
436
|
+
* Change in 'display-canvas' property.
|
|
437
|
+
*/
|
|
438
|
+
_displayCanvasChanged(newValue: any, oldValue: any): void;
|
|
439
|
+
setTooltipHTML(html: string): void;
|
|
440
|
+
showTooltip(clientX: number, clientY: number): void;
|
|
441
|
+
hideTooltip(): void;
|
|
442
|
+
_calcTooltipPosition(tooltip: HTMLDivElement, clientX: number, clientY: number): {
|
|
443
|
+
x: number;
|
|
444
|
+
y: number;
|
|
445
|
+
};
|
|
446
|
+
_getOffset(dataVizDiv: HTMLDivElement): {
|
|
447
|
+
top: number;
|
|
448
|
+
left: number;
|
|
449
|
+
};
|
|
450
|
+
}
|
|
451
|
+
declare global {
|
|
452
|
+
interface HTMLElementTagNameMap {
|
|
453
|
+
'avs-go-dataviz': AvsGoDataViz;
|
|
454
|
+
}
|
|
455
|
+
}
|
|
456
|
+
export {};
|
|
457
|
+
//# sourceMappingURL=avs-go-dataviz.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"avs-go-dataviz.d.ts","sourceRoot":"","sources":["../src/avs-go-dataviz.ts"],"names":[],"mappings":"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"}
|