@vertexvis/viewer-react 1.0.0-testing.1 → 1.0.0-testing.3
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/bundle.cjs.js +43 -60
- package/dist/bundle.cjs.js.map +1 -1
- package/dist/bundle.esm.js +43 -60
- package/dist/bundle.esm.js.map +1 -1
- package/dist/bundle.server.cjs.js +16 -0
- package/dist/bundle.server.cjs.js.map +1 -0
- package/dist/bundle.server.esm.js +3 -0
- package/dist/bundle.server.esm.js.map +1 -0
- package/dist/index.server.d.ts +1 -0
- package/package.json +23 -4
package/dist/bundle.cjs.js
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
5
5
|
|
|
6
|
+
var runtime = require('@stencil/react-output-target/runtime');
|
|
6
7
|
var React = require('react');
|
|
7
8
|
var vertexSceneTreeNotificationBanner_js = require('@vertexvis/viewer/dist/components/vertex-scene-tree-notification-banner.js');
|
|
8
9
|
var vertexSceneTreeSearch_js = require('@vertexvis/viewer/dist/components/vertex-scene-tree-search.js');
|
|
@@ -51,25 +52,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
51
52
|
|
|
52
53
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
53
54
|
|
|
54
|
-
|
|
55
|
-
* @license
|
|
56
|
-
* Copyright 2018 Google LLC
|
|
57
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
58
|
-
*/
|
|
59
|
-
const e=new Set(["children","localName","ref","style","className"]),n=new WeakMap,t=(e,t,o,l,a)=>{const s=a?.[t];void 0===s?(e[t]=o,null==o&&t in HTMLElement.prototype&&e.removeAttribute(t)):o!==l&&((e,t,o)=>{let l=n.get(e);void 0===l&&n.set(e,l=new Map);let a=l.get(t);void 0!==o?void 0===a?(l.set(t,a={handleEvent:o}),e.addEventListener(t,a)):a.handleEvent=o:void 0!==a&&(l.delete(t),e.removeEventListener(t,a));})(e,s,o);},o=({react:n,tagName:o,elementClass:l,events:a,displayName:s})=>{const c=new Set(Object.keys(a??{})),r=n.forwardRef(((s,r)=>{const i=n.useRef(new Map),d=n.useRef(null),f={},u={};for(const[n,t]of Object.entries(s))e.has(n)?f["className"===n?"class":n]=t:c.has(n)||n in l.prototype?u[n]=t:f[n]=t;return n.useLayoutEffect((()=>{if(null===d.current)return;const e=new Map;for(const n in u)t(d.current,n,s[n],i.current.get(n),a),i.current.delete(n),e.set(n,s[n]);for(const[e,n]of i.current)t(d.current,e,void 0,n,a);i.current=e;})),n.useLayoutEffect((()=>{d.current?.removeAttribute("defer-hydration");}),[]),f.suppressHydrationWarning=!0,n.createElement(o,{...f,ref:n.useCallback((e=>{d.current=e,"function"==typeof r?r(e):null!==r&&(r.current=e);}),[r])})}));return r.displayName=s??l.name,r};
|
|
60
|
-
|
|
61
|
-
const r = ({
|
|
62
|
-
defineCustomElement: e,
|
|
63
|
-
tagName: o$1,
|
|
64
|
-
transformTag: n,
|
|
65
|
-
...t
|
|
66
|
-
}) => {
|
|
67
|
-
typeof e < "u" && e();
|
|
68
|
-
const a = n ? n(o$1) : o$1;
|
|
69
|
-
return o({ ...t, tagName: a });
|
|
70
|
-
};
|
|
71
|
-
|
|
72
|
-
const VertexSceneTree = /*@__PURE__*/ r({
|
|
55
|
+
const VertexSceneTree = /*@__PURE__*/ runtime.createComponent({
|
|
73
56
|
tagName: 'vertex-scene-tree',
|
|
74
57
|
elementClass: vertexSceneTree_js.VertexSceneTree,
|
|
75
58
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -80,7 +63,7 @@ const VertexSceneTree = /*@__PURE__*/ r({
|
|
|
80
63
|
},
|
|
81
64
|
defineCustomElement: vertexSceneTree_js.defineCustomElement
|
|
82
65
|
});
|
|
83
|
-
const VertexSceneTreeNotificationBanner = /*@__PURE__*/
|
|
66
|
+
const VertexSceneTreeNotificationBanner = /*@__PURE__*/ runtime.createComponent({
|
|
84
67
|
tagName: 'vertex-scene-tree-notification-banner',
|
|
85
68
|
elementClass: vertexSceneTreeNotificationBanner_js.VertexSceneTreeNotificationBanner,
|
|
86
69
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -88,7 +71,7 @@ const VertexSceneTreeNotificationBanner = /*@__PURE__*/ r({
|
|
|
88
71
|
events: { onAction: 'action' },
|
|
89
72
|
defineCustomElement: vertexSceneTreeNotificationBanner_js.defineCustomElement
|
|
90
73
|
});
|
|
91
|
-
const VertexSceneTreeSearch = /*@__PURE__*/
|
|
74
|
+
const VertexSceneTreeSearch = /*@__PURE__*/ runtime.createComponent({
|
|
92
75
|
tagName: 'vertex-scene-tree-search',
|
|
93
76
|
elementClass: vertexSceneTreeSearch_js.VertexSceneTreeSearch,
|
|
94
77
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -99,7 +82,7 @@ const VertexSceneTreeSearch = /*@__PURE__*/ r({
|
|
|
99
82
|
},
|
|
100
83
|
defineCustomElement: vertexSceneTreeSearch_js.defineCustomElement
|
|
101
84
|
});
|
|
102
|
-
const VertexSceneTreeTableCell = /*@__PURE__*/
|
|
85
|
+
const VertexSceneTreeTableCell = /*@__PURE__*/ runtime.createComponent({
|
|
103
86
|
tagName: 'vertex-scene-tree-table-cell',
|
|
104
87
|
elementClass: vertexSceneTreeTableCell_js.VertexSceneTreeTableCell,
|
|
105
88
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -113,7 +96,7 @@ const VertexSceneTreeTableCell = /*@__PURE__*/ r({
|
|
|
113
96
|
},
|
|
114
97
|
defineCustomElement: vertexSceneTreeTableCell_js.defineCustomElement
|
|
115
98
|
});
|
|
116
|
-
const VertexSceneTreeTableColumn = /*@__PURE__*/
|
|
99
|
+
const VertexSceneTreeTableColumn = /*@__PURE__*/ runtime.createComponent({
|
|
117
100
|
tagName: 'vertex-scene-tree-table-column',
|
|
118
101
|
elementClass: vertexSceneTreeTableColumn_js.VertexSceneTreeTableColumn,
|
|
119
102
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -121,7 +104,7 @@ const VertexSceneTreeTableColumn = /*@__PURE__*/ r({
|
|
|
121
104
|
events: {},
|
|
122
105
|
defineCustomElement: vertexSceneTreeTableColumn_js.defineCustomElement
|
|
123
106
|
});
|
|
124
|
-
const VertexSceneTreeTableHeader = /*@__PURE__*/
|
|
107
|
+
const VertexSceneTreeTableHeader = /*@__PURE__*/ runtime.createComponent({
|
|
125
108
|
tagName: 'vertex-scene-tree-table-header',
|
|
126
109
|
elementClass: vertexSceneTreeTableHeader_js.VertexSceneTreeTableHeader,
|
|
127
110
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -129,7 +112,7 @@ const VertexSceneTreeTableHeader = /*@__PURE__*/ r({
|
|
|
129
112
|
events: {},
|
|
130
113
|
defineCustomElement: vertexSceneTreeTableHeader_js.defineCustomElement
|
|
131
114
|
});
|
|
132
|
-
const VertexSceneTreeTableLayout = /*@__PURE__*/
|
|
115
|
+
const VertexSceneTreeTableLayout = /*@__PURE__*/ runtime.createComponent({
|
|
133
116
|
tagName: 'vertex-scene-tree-table-layout',
|
|
134
117
|
elementClass: vertexSceneTreeTableLayout_js.VertexSceneTreeTableLayout,
|
|
135
118
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -137,7 +120,7 @@ const VertexSceneTreeTableLayout = /*@__PURE__*/ r({
|
|
|
137
120
|
events: { onColumnsResized: 'columnsResized' },
|
|
138
121
|
defineCustomElement: vertexSceneTreeTableLayout_js.defineCustomElement
|
|
139
122
|
});
|
|
140
|
-
const VertexSceneTreeTableResizeDivider = /*@__PURE__*/
|
|
123
|
+
const VertexSceneTreeTableResizeDivider = /*@__PURE__*/ runtime.createComponent({
|
|
141
124
|
tagName: 'vertex-scene-tree-table-resize-divider',
|
|
142
125
|
elementClass: vertexSceneTreeTableResizeDivider_js.VertexSceneTreeTableResizeDivider,
|
|
143
126
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -145,7 +128,7 @@ const VertexSceneTreeTableResizeDivider = /*@__PURE__*/ r({
|
|
|
145
128
|
events: {},
|
|
146
129
|
defineCustomElement: vertexSceneTreeTableResizeDivider_js.defineCustomElement
|
|
147
130
|
});
|
|
148
|
-
const VertexSceneTreeToolbar = /*@__PURE__*/
|
|
131
|
+
const VertexSceneTreeToolbar = /*@__PURE__*/ runtime.createComponent({
|
|
149
132
|
tagName: 'vertex-scene-tree-toolbar',
|
|
150
133
|
elementClass: vertexSceneTreeToolbar_js.VertexSceneTreeToolbar,
|
|
151
134
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -153,7 +136,7 @@ const VertexSceneTreeToolbar = /*@__PURE__*/ r({
|
|
|
153
136
|
events: {},
|
|
154
137
|
defineCustomElement: vertexSceneTreeToolbar_js.defineCustomElement
|
|
155
138
|
});
|
|
156
|
-
const VertexSceneTreeToolbarGroup = /*@__PURE__*/
|
|
139
|
+
const VertexSceneTreeToolbarGroup = /*@__PURE__*/ runtime.createComponent({
|
|
157
140
|
tagName: 'vertex-scene-tree-toolbar-group',
|
|
158
141
|
elementClass: vertexSceneTreeToolbarGroup_js.VertexSceneTreeToolbarGroup,
|
|
159
142
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -161,7 +144,7 @@ const VertexSceneTreeToolbarGroup = /*@__PURE__*/ r({
|
|
|
161
144
|
events: {},
|
|
162
145
|
defineCustomElement: vertexSceneTreeToolbarGroup_js.defineCustomElement
|
|
163
146
|
});
|
|
164
|
-
const VertexViewer = /*@__PURE__*/
|
|
147
|
+
const VertexViewer = /*@__PURE__*/ runtime.createComponent({
|
|
165
148
|
tagName: 'vertex-viewer',
|
|
166
149
|
elementClass: vertexViewer_js.VertexViewer,
|
|
167
150
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -184,7 +167,7 @@ const VertexViewer = /*@__PURE__*/ r({
|
|
|
184
167
|
},
|
|
185
168
|
defineCustomElement: vertexViewer_js.defineCustomElement
|
|
186
169
|
});
|
|
187
|
-
const VertexViewerAnnotationCallout = /*@__PURE__*/
|
|
170
|
+
const VertexViewerAnnotationCallout = /*@__PURE__*/ runtime.createComponent({
|
|
188
171
|
tagName: 'vertex-viewer-annotation-callout',
|
|
189
172
|
elementClass: vertexViewerAnnotationCallout_js.VertexViewerAnnotationCallout,
|
|
190
173
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -192,7 +175,7 @@ const VertexViewerAnnotationCallout = /*@__PURE__*/ r({
|
|
|
192
175
|
events: {},
|
|
193
176
|
defineCustomElement: vertexViewerAnnotationCallout_js.defineCustomElement
|
|
194
177
|
});
|
|
195
|
-
const VertexViewerBoxQueryTool = /*@__PURE__*/
|
|
178
|
+
const VertexViewerBoxQueryTool = /*@__PURE__*/ runtime.createComponent({
|
|
196
179
|
tagName: 'vertex-viewer-box-query-tool',
|
|
197
180
|
elementClass: vertexViewerBoxQueryTool_js.VertexViewerBoxQueryTool,
|
|
198
181
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -200,7 +183,7 @@ const VertexViewerBoxQueryTool = /*@__PURE__*/ r({
|
|
|
200
183
|
events: { onControllerChanged: 'controllerChanged' },
|
|
201
184
|
defineCustomElement: vertexViewerBoxQueryTool_js.defineCustomElement
|
|
202
185
|
});
|
|
203
|
-
const VertexViewerButton = /*@__PURE__*/
|
|
186
|
+
const VertexViewerButton = /*@__PURE__*/ runtime.createComponent({
|
|
204
187
|
tagName: 'vertex-viewer-button',
|
|
205
188
|
elementClass: vertexViewerButton_js.VertexViewerButton,
|
|
206
189
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -208,7 +191,7 @@ const VertexViewerButton = /*@__PURE__*/ r({
|
|
|
208
191
|
events: {},
|
|
209
192
|
defineCustomElement: vertexViewerButton_js.defineCustomElement
|
|
210
193
|
});
|
|
211
|
-
const VertexViewerDefaultToolbar = /*@__PURE__*/
|
|
194
|
+
const VertexViewerDefaultToolbar = /*@__PURE__*/ runtime.createComponent({
|
|
212
195
|
tagName: 'vertex-viewer-default-toolbar',
|
|
213
196
|
elementClass: vertexViewerDefaultToolbar_js.VertexViewerDefaultToolbar,
|
|
214
197
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -216,7 +199,7 @@ const VertexViewerDefaultToolbar = /*@__PURE__*/ r({
|
|
|
216
199
|
events: {},
|
|
217
200
|
defineCustomElement: vertexViewerDefaultToolbar_js.defineCustomElement
|
|
218
201
|
});
|
|
219
|
-
const VertexViewerDomElement = /*@__PURE__*/
|
|
202
|
+
const VertexViewerDomElement = /*@__PURE__*/ runtime.createComponent({
|
|
220
203
|
tagName: 'vertex-viewer-dom-element',
|
|
221
204
|
elementClass: vertexViewerDomElement_js.VertexViewerDomElement,
|
|
222
205
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -228,7 +211,7 @@ const VertexViewerDomElement = /*@__PURE__*/ r({
|
|
|
228
211
|
},
|
|
229
212
|
defineCustomElement: vertexViewerDomElement_js.defineCustomElement
|
|
230
213
|
});
|
|
231
|
-
const VertexViewerDomGroup = /*@__PURE__*/
|
|
214
|
+
const VertexViewerDomGroup = /*@__PURE__*/ runtime.createComponent({
|
|
232
215
|
tagName: 'vertex-viewer-dom-group',
|
|
233
216
|
elementClass: vertexViewerDomGroup_js.VertexViewerDomGroup,
|
|
234
217
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -236,7 +219,7 @@ const VertexViewerDomGroup = /*@__PURE__*/ r({
|
|
|
236
219
|
events: { onPropertyChange: 'propertyChange' },
|
|
237
220
|
defineCustomElement: vertexViewerDomGroup_js.defineCustomElement
|
|
238
221
|
});
|
|
239
|
-
const VertexViewerDomRenderer = /*@__PURE__*/
|
|
222
|
+
const VertexViewerDomRenderer = /*@__PURE__*/ runtime.createComponent({
|
|
240
223
|
tagName: 'vertex-viewer-dom-renderer',
|
|
241
224
|
elementClass: vertexViewerDomRenderer_js.VertexViewerDomRenderer,
|
|
242
225
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -244,7 +227,7 @@ const VertexViewerDomRenderer = /*@__PURE__*/ r({
|
|
|
244
227
|
events: {},
|
|
245
228
|
defineCustomElement: vertexViewerDomRenderer_js.defineCustomElement
|
|
246
229
|
});
|
|
247
|
-
const VertexViewerHitResultIndicator = /*@__PURE__*/
|
|
230
|
+
const VertexViewerHitResultIndicator = /*@__PURE__*/ runtime.createComponent({
|
|
248
231
|
tagName: 'vertex-viewer-hit-result-indicator',
|
|
249
232
|
elementClass: vertexViewerHitResultIndicator_js.VertexViewerHitResultIndicator,
|
|
250
233
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -252,7 +235,7 @@ const VertexViewerHitResultIndicator = /*@__PURE__*/ r({
|
|
|
252
235
|
events: {},
|
|
253
236
|
defineCustomElement: vertexViewerHitResultIndicator_js.defineCustomElement
|
|
254
237
|
});
|
|
255
|
-
const VertexViewerIcon = /*@__PURE__*/
|
|
238
|
+
const VertexViewerIcon = /*@__PURE__*/ runtime.createComponent({
|
|
256
239
|
tagName: 'vertex-viewer-icon',
|
|
257
240
|
elementClass: vertexViewerIcon_js.VertexViewerIcon,
|
|
258
241
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -260,7 +243,7 @@ const VertexViewerIcon = /*@__PURE__*/ r({
|
|
|
260
243
|
events: {},
|
|
261
244
|
defineCustomElement: vertexViewerIcon_js.defineCustomElement
|
|
262
245
|
});
|
|
263
|
-
const VertexViewerLayer = /*@__PURE__*/
|
|
246
|
+
const VertexViewerLayer = /*@__PURE__*/ runtime.createComponent({
|
|
264
247
|
tagName: 'vertex-viewer-layer',
|
|
265
248
|
elementClass: vertexViewerLayer_js.VertexViewerLayer,
|
|
266
249
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -268,7 +251,7 @@ const VertexViewerLayer = /*@__PURE__*/ r({
|
|
|
268
251
|
events: {},
|
|
269
252
|
defineCustomElement: vertexViewerLayer_js.defineCustomElement
|
|
270
253
|
});
|
|
271
|
-
const VertexViewerMarkup = /*@__PURE__*/
|
|
254
|
+
const VertexViewerMarkup = /*@__PURE__*/ runtime.createComponent({
|
|
272
255
|
tagName: 'vertex-viewer-markup',
|
|
273
256
|
elementClass: vertexViewerMarkup_js.VertexViewerMarkup,
|
|
274
257
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -281,7 +264,7 @@ const VertexViewerMarkup = /*@__PURE__*/ r({
|
|
|
281
264
|
},
|
|
282
265
|
defineCustomElement: vertexViewerMarkup_js.defineCustomElement
|
|
283
266
|
});
|
|
284
|
-
const VertexViewerMarkupArrow = /*@__PURE__*/
|
|
267
|
+
const VertexViewerMarkupArrow = /*@__PURE__*/ runtime.createComponent({
|
|
285
268
|
tagName: 'vertex-viewer-markup-arrow',
|
|
286
269
|
elementClass: vertexViewerMarkupArrow_js.VertexViewerMarkupArrow,
|
|
287
270
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -293,7 +276,7 @@ const VertexViewerMarkupArrow = /*@__PURE__*/ r({
|
|
|
293
276
|
},
|
|
294
277
|
defineCustomElement: vertexViewerMarkupArrow_js.defineCustomElement
|
|
295
278
|
});
|
|
296
|
-
const VertexViewerMarkupCircle = /*@__PURE__*/
|
|
279
|
+
const VertexViewerMarkupCircle = /*@__PURE__*/ runtime.createComponent({
|
|
297
280
|
tagName: 'vertex-viewer-markup-circle',
|
|
298
281
|
elementClass: vertexViewerMarkupCircle_js.VertexViewerMarkupCircle,
|
|
299
282
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -305,7 +288,7 @@ const VertexViewerMarkupCircle = /*@__PURE__*/ r({
|
|
|
305
288
|
},
|
|
306
289
|
defineCustomElement: vertexViewerMarkupCircle_js.defineCustomElement
|
|
307
290
|
});
|
|
308
|
-
const VertexViewerMarkupFreeform = /*@__PURE__*/
|
|
291
|
+
const VertexViewerMarkupFreeform = /*@__PURE__*/ runtime.createComponent({
|
|
309
292
|
tagName: 'vertex-viewer-markup-freeform',
|
|
310
293
|
elementClass: vertexViewerMarkupFreeform_js.VertexViewerMarkupFreeform,
|
|
311
294
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -317,7 +300,7 @@ const VertexViewerMarkupFreeform = /*@__PURE__*/ r({
|
|
|
317
300
|
},
|
|
318
301
|
defineCustomElement: vertexViewerMarkupFreeform_js.defineCustomElement
|
|
319
302
|
});
|
|
320
|
-
const VertexViewerMarkupTool = /*@__PURE__*/
|
|
303
|
+
const VertexViewerMarkupTool = /*@__PURE__*/ runtime.createComponent({
|
|
321
304
|
tagName: 'vertex-viewer-markup-tool',
|
|
322
305
|
elementClass: vertexViewerMarkupTool_js.VertexViewerMarkupTool,
|
|
323
306
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -328,7 +311,7 @@ const VertexViewerMarkupTool = /*@__PURE__*/ r({
|
|
|
328
311
|
},
|
|
329
312
|
defineCustomElement: vertexViewerMarkupTool_js.defineCustomElement
|
|
330
313
|
});
|
|
331
|
-
const VertexViewerMeasurementDetails = /*@__PURE__*/
|
|
314
|
+
const VertexViewerMeasurementDetails = /*@__PURE__*/ runtime.createComponent({
|
|
332
315
|
tagName: 'vertex-viewer-measurement-details',
|
|
333
316
|
elementClass: vertexViewerMeasurementDetails_js.VertexViewerMeasurementDetails,
|
|
334
317
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -336,7 +319,7 @@ const VertexViewerMeasurementDetails = /*@__PURE__*/ r({
|
|
|
336
319
|
events: {},
|
|
337
320
|
defineCustomElement: vertexViewerMeasurementDetails_js.defineCustomElement
|
|
338
321
|
});
|
|
339
|
-
const VertexViewerMeasurementDistance = /*@__PURE__*/
|
|
322
|
+
const VertexViewerMeasurementDistance = /*@__PURE__*/ runtime.createComponent({
|
|
340
323
|
tagName: 'vertex-viewer-measurement-distance',
|
|
341
324
|
elementClass: vertexViewerMeasurementDistance_js.VertexViewerMeasurementDistance,
|
|
342
325
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -347,7 +330,7 @@ const VertexViewerMeasurementDistance = /*@__PURE__*/ r({
|
|
|
347
330
|
},
|
|
348
331
|
defineCustomElement: vertexViewerMeasurementDistance_js.defineCustomElement
|
|
349
332
|
});
|
|
350
|
-
const VertexViewerMeasurementLine = /*@__PURE__*/
|
|
333
|
+
const VertexViewerMeasurementLine = /*@__PURE__*/ runtime.createComponent({
|
|
351
334
|
tagName: 'vertex-viewer-measurement-line',
|
|
352
335
|
elementClass: vertexViewerMeasurementLine_js.VertexViewerMeasurementLine,
|
|
353
336
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -355,7 +338,7 @@ const VertexViewerMeasurementLine = /*@__PURE__*/ r({
|
|
|
355
338
|
events: {},
|
|
356
339
|
defineCustomElement: vertexViewerMeasurementLine_js.defineCustomElement
|
|
357
340
|
});
|
|
358
|
-
const VertexViewerMeasurementOverlays = /*@__PURE__*/
|
|
341
|
+
const VertexViewerMeasurementOverlays = /*@__PURE__*/ runtime.createComponent({
|
|
359
342
|
tagName: 'vertex-viewer-measurement-overlays',
|
|
360
343
|
elementClass: vertexViewerMeasurementOverlays_js.VertexViewerMeasurementOverlays,
|
|
361
344
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -363,7 +346,7 @@ const VertexViewerMeasurementOverlays = /*@__PURE__*/ r({
|
|
|
363
346
|
events: {},
|
|
364
347
|
defineCustomElement: vertexViewerMeasurementOverlays_js.defineCustomElement
|
|
365
348
|
});
|
|
366
|
-
const VertexViewerMeasurementPrecise = /*@__PURE__*/
|
|
349
|
+
const VertexViewerMeasurementPrecise = /*@__PURE__*/ runtime.createComponent({
|
|
367
350
|
tagName: 'vertex-viewer-measurement-precise',
|
|
368
351
|
elementClass: vertexViewerMeasurementPrecise_js.VertexViewerMeasurementPrecise,
|
|
369
352
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -371,7 +354,7 @@ const VertexViewerMeasurementPrecise = /*@__PURE__*/ r({
|
|
|
371
354
|
events: {},
|
|
372
355
|
defineCustomElement: vertexViewerMeasurementPrecise_js.defineCustomElement
|
|
373
356
|
});
|
|
374
|
-
const VertexViewerPinGroup = /*@__PURE__*/
|
|
357
|
+
const VertexViewerPinGroup = /*@__PURE__*/ runtime.createComponent({
|
|
375
358
|
tagName: 'vertex-viewer-pin-group',
|
|
376
359
|
elementClass: vertexViewerPinGroup_js.VertexViewerPinGroup,
|
|
377
360
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -379,7 +362,7 @@ const VertexViewerPinGroup = /*@__PURE__*/ r({
|
|
|
379
362
|
events: {},
|
|
380
363
|
defineCustomElement: vertexViewerPinGroup_js.defineCustomElement
|
|
381
364
|
});
|
|
382
|
-
const VertexViewerPinLabel = /*@__PURE__*/
|
|
365
|
+
const VertexViewerPinLabel = /*@__PURE__*/ runtime.createComponent({
|
|
383
366
|
tagName: 'vertex-viewer-pin-label',
|
|
384
367
|
elementClass: vertexViewerPinLabel_js.VertexViewerPinLabel,
|
|
385
368
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -390,7 +373,7 @@ const VertexViewerPinLabel = /*@__PURE__*/ r({
|
|
|
390
373
|
},
|
|
391
374
|
defineCustomElement: vertexViewerPinLabel_js.defineCustomElement
|
|
392
375
|
});
|
|
393
|
-
const VertexViewerPinLabelLine = /*@__PURE__*/
|
|
376
|
+
const VertexViewerPinLabelLine = /*@__PURE__*/ runtime.createComponent({
|
|
394
377
|
tagName: 'vertex-viewer-pin-label-line',
|
|
395
378
|
elementClass: vertexViewerPinLabelLine_js.VertexViewerPinLabelLine,
|
|
396
379
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -398,7 +381,7 @@ const VertexViewerPinLabelLine = /*@__PURE__*/ r({
|
|
|
398
381
|
events: {},
|
|
399
382
|
defineCustomElement: vertexViewerPinLabelLine_js.defineCustomElement
|
|
400
383
|
});
|
|
401
|
-
const VertexViewerPinTool = /*@__PURE__*/
|
|
384
|
+
const VertexViewerPinTool = /*@__PURE__*/ runtime.createComponent({
|
|
402
385
|
tagName: 'vertex-viewer-pin-tool',
|
|
403
386
|
elementClass: vertexViewerPinTool_js.VertexViewerPinTool,
|
|
404
387
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -406,7 +389,7 @@ const VertexViewerPinTool = /*@__PURE__*/ r({
|
|
|
406
389
|
events: {},
|
|
407
390
|
defineCustomElement: vertexViewerPinTool_js.defineCustomElement
|
|
408
391
|
});
|
|
409
|
-
const VertexViewerSpinner = /*@__PURE__*/
|
|
392
|
+
const VertexViewerSpinner = /*@__PURE__*/ runtime.createComponent({
|
|
410
393
|
tagName: 'vertex-viewer-spinner',
|
|
411
394
|
elementClass: vertexViewerSpinner_js.VertexViewerSpinner,
|
|
412
395
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -414,7 +397,7 @@ const VertexViewerSpinner = /*@__PURE__*/ r({
|
|
|
414
397
|
events: {},
|
|
415
398
|
defineCustomElement: vertexViewerSpinner_js.defineCustomElement
|
|
416
399
|
});
|
|
417
|
-
const VertexViewerTeleportTool = /*@__PURE__*/
|
|
400
|
+
const VertexViewerTeleportTool = /*@__PURE__*/ runtime.createComponent({
|
|
418
401
|
tagName: 'vertex-viewer-teleport-tool',
|
|
419
402
|
elementClass: vertexViewerTeleportTool_js.VertexViewerTeleportTool,
|
|
420
403
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -422,7 +405,7 @@ const VertexViewerTeleportTool = /*@__PURE__*/ r({
|
|
|
422
405
|
events: { onControllerChanged: 'controllerChanged' },
|
|
423
406
|
defineCustomElement: vertexViewerTeleportTool_js.defineCustomElement
|
|
424
407
|
});
|
|
425
|
-
const VertexViewerToolbar = /*@__PURE__*/
|
|
408
|
+
const VertexViewerToolbar = /*@__PURE__*/ runtime.createComponent({
|
|
426
409
|
tagName: 'vertex-viewer-toolbar',
|
|
427
410
|
elementClass: vertexViewerToolbar_js.VertexViewerToolbar,
|
|
428
411
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -430,7 +413,7 @@ const VertexViewerToolbar = /*@__PURE__*/ r({
|
|
|
430
413
|
events: {},
|
|
431
414
|
defineCustomElement: vertexViewerToolbar_js.defineCustomElement
|
|
432
415
|
});
|
|
433
|
-
const VertexViewerToolbarGroup = /*@__PURE__*/
|
|
416
|
+
const VertexViewerToolbarGroup = /*@__PURE__*/ runtime.createComponent({
|
|
434
417
|
tagName: 'vertex-viewer-toolbar-group',
|
|
435
418
|
elementClass: vertexViewerToolbarGroup_js.VertexViewerToolbarGroup,
|
|
436
419
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -438,7 +421,7 @@ const VertexViewerToolbarGroup = /*@__PURE__*/ r({
|
|
|
438
421
|
events: {},
|
|
439
422
|
defineCustomElement: vertexViewerToolbarGroup_js.defineCustomElement
|
|
440
423
|
});
|
|
441
|
-
const VertexViewerTransformWidget = /*@__PURE__*/
|
|
424
|
+
const VertexViewerTransformWidget = /*@__PURE__*/ runtime.createComponent({
|
|
442
425
|
tagName: 'vertex-viewer-transform-widget',
|
|
443
426
|
elementClass: vertexViewerTransformWidget_js.VertexViewerTransformWidget,
|
|
444
427
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -451,7 +434,7 @@ const VertexViewerTransformWidget = /*@__PURE__*/ r({
|
|
|
451
434
|
},
|
|
452
435
|
defineCustomElement: vertexViewerTransformWidget_js.defineCustomElement
|
|
453
436
|
});
|
|
454
|
-
const VertexViewerViewCube = /*@__PURE__*/
|
|
437
|
+
const VertexViewerViewCube = /*@__PURE__*/ runtime.createComponent({
|
|
455
438
|
tagName: 'vertex-viewer-view-cube',
|
|
456
439
|
elementClass: vertexViewerViewCube_js.VertexViewerViewCube,
|
|
457
440
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|
|
@@ -459,7 +442,7 @@ const VertexViewerViewCube = /*@__PURE__*/ r({
|
|
|
459
442
|
events: {},
|
|
460
443
|
defineCustomElement: vertexViewerViewCube_js.defineCustomElement
|
|
461
444
|
});
|
|
462
|
-
const VertexViewerWalkModeTool = /*@__PURE__*/
|
|
445
|
+
const VertexViewerWalkModeTool = /*@__PURE__*/ runtime.createComponent({
|
|
463
446
|
tagName: 'vertex-viewer-walk-mode-tool',
|
|
464
447
|
elementClass: vertexViewerWalkModeTool_js.VertexViewerWalkModeTool,
|
|
465
448
|
// @ts-ignore - ignore potential React type mismatches between the Stencil Output Target and your project.
|