@itwin/core-extension 3.2.0-dev.72 → 3.2.0-dev.76
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/index.d.ts +109 -101
- package/index.js +34 -27
- package/package.json +5 -5
package/index.d.ts
CHANGED
|
@@ -49,11 +49,12 @@ export {
|
|
|
49
49
|
MessageBoxType,
|
|
50
50
|
MessageBoxIconType,
|
|
51
51
|
MessageBoxValue,
|
|
52
|
+
SelectionSetEventType,
|
|
53
|
+
StandardViewId,
|
|
54
|
+
ViewStatus,
|
|
52
55
|
GraphicType,
|
|
53
56
|
UniformType,
|
|
54
57
|
VaryingType,
|
|
55
|
-
SelectionSetEventType,
|
|
56
|
-
StandardViewId,
|
|
57
58
|
TileLoadStatus,
|
|
58
59
|
TileVisibility,
|
|
59
60
|
TileLoadPriority,
|
|
@@ -76,7 +77,6 @@ export {
|
|
|
76
77
|
ManipulatorToolEvent,
|
|
77
78
|
ToolAssistanceImage,
|
|
78
79
|
ToolAssistanceInputMethod,
|
|
79
|
-
ViewStatus,
|
|
80
80
|
AccuDrawHintBuilder,
|
|
81
81
|
AccuSnap,
|
|
82
82
|
AuxCoordSystemState,
|
|
@@ -105,6 +105,7 @@ export {
|
|
|
105
105
|
SnapDetail,
|
|
106
106
|
IntersectDetail,
|
|
107
107
|
HitList,
|
|
108
|
+
IModelConnection,
|
|
108
109
|
canvasToResizedCanvasWithBars,
|
|
109
110
|
imageBufferToCanvas,
|
|
110
111
|
canvasToImageBuffer,
|
|
@@ -116,7 +117,6 @@ export {
|
|
|
116
117
|
imageBufferToPngDataUrl,
|
|
117
118
|
imageBufferToBase64EncodedPng,
|
|
118
119
|
getCompressedJpegFromCanvas,
|
|
119
|
-
IModelConnection,
|
|
120
120
|
NotificationHandler,
|
|
121
121
|
MarginPercent,
|
|
122
122
|
Marker,
|
|
@@ -137,6 +137,33 @@ export {
|
|
|
137
137
|
ActivityMessageDetails,
|
|
138
138
|
NotificationManager,
|
|
139
139
|
PerModelCategoryVisibility,
|
|
140
|
+
HiliteSet,
|
|
141
|
+
SelectionSet,
|
|
142
|
+
SheetViewState,
|
|
143
|
+
SpatialViewState,
|
|
144
|
+
OrthographicViewState,
|
|
145
|
+
Sprite,
|
|
146
|
+
IconSprites,
|
|
147
|
+
SpriteLocation,
|
|
148
|
+
TentativePoint,
|
|
149
|
+
Tiles,
|
|
150
|
+
ViewCreator2d,
|
|
151
|
+
ViewCreator3d,
|
|
152
|
+
queryTerrainElevationOffset,
|
|
153
|
+
ViewManager,
|
|
154
|
+
ViewPose,
|
|
155
|
+
ViewRect,
|
|
156
|
+
ViewState,
|
|
157
|
+
ViewState3d,
|
|
158
|
+
ViewState2d,
|
|
159
|
+
ViewingSpace,
|
|
160
|
+
connectViewports,
|
|
161
|
+
synchronizeViewportViews,
|
|
162
|
+
synchronizeViewportFrusta,
|
|
163
|
+
connectViewportFrusta,
|
|
164
|
+
connectViewportViews,
|
|
165
|
+
TwoWayViewportSync,
|
|
166
|
+
TwoWayViewportFrustumSync,
|
|
140
167
|
Decorations,
|
|
141
168
|
FeatureSymbology,
|
|
142
169
|
GraphicBranch,
|
|
@@ -147,18 +174,8 @@ export {
|
|
|
147
174
|
RenderGraphicOwner,
|
|
148
175
|
RenderSystem,
|
|
149
176
|
Scene,
|
|
150
|
-
HiliteSet,
|
|
151
|
-
SelectionSet,
|
|
152
|
-
SheetViewState,
|
|
153
|
-
SpatialViewState,
|
|
154
|
-
OrthographicViewState,
|
|
155
|
-
Sprite,
|
|
156
|
-
IconSprites,
|
|
157
|
-
SpriteLocation,
|
|
158
|
-
TentativePoint,
|
|
159
177
|
DisclosedTileTreeSet,
|
|
160
178
|
readElementGraphics,
|
|
161
|
-
BingElevationProvider,
|
|
162
179
|
Tile,
|
|
163
180
|
TileAdmin,
|
|
164
181
|
TileDrawArgs,
|
|
@@ -169,7 +186,7 @@ export {
|
|
|
169
186
|
TileTree,
|
|
170
187
|
TileTreeReference,
|
|
171
188
|
TileUsageMarker,
|
|
172
|
-
|
|
189
|
+
BingElevationProvider,
|
|
173
190
|
ViewClipTool,
|
|
174
191
|
ViewClipClearTool,
|
|
175
192
|
ViewClipDecorationProvider,
|
|
@@ -188,16 +205,6 @@ export {
|
|
|
188
205
|
ToolSettings,
|
|
189
206
|
ViewTool,
|
|
190
207
|
ViewManip,
|
|
191
|
-
ViewCreator2d,
|
|
192
|
-
ViewCreator3d,
|
|
193
|
-
queryTerrainElevationOffset,
|
|
194
|
-
ViewingSpace,
|
|
195
|
-
ViewManager,
|
|
196
|
-
ViewPose,
|
|
197
|
-
ViewRect,
|
|
198
|
-
ViewState,
|
|
199
|
-
ViewState3d,
|
|
200
|
-
ViewState2d,
|
|
201
208
|
} from "@itwin/core-frontend";
|
|
202
209
|
|
|
203
210
|
export type {
|
|
@@ -208,6 +215,22 @@ export type {
|
|
|
208
215
|
FuzzySearchResult,
|
|
209
216
|
FrontendSecurityOptions,
|
|
210
217
|
ToolTipOptions,
|
|
218
|
+
SelectAddEvent,
|
|
219
|
+
SelectRemoveEvent,
|
|
220
|
+
SelectReplaceEvent,
|
|
221
|
+
Animator,
|
|
222
|
+
ViewAnimationOptions,
|
|
223
|
+
GlobalAlignmentOptions,
|
|
224
|
+
OnViewExtentsError,
|
|
225
|
+
MarginOptions,
|
|
226
|
+
ViewChangeOptions,
|
|
227
|
+
ViewCreator2dOptions,
|
|
228
|
+
ViewCreator3dOptions,
|
|
229
|
+
GlobalLocationArea,
|
|
230
|
+
GlobalLocation,
|
|
231
|
+
Decorator,
|
|
232
|
+
SelectedViewportChangedArgs,
|
|
233
|
+
ExtentLimits,
|
|
211
234
|
CanvasDecoration,
|
|
212
235
|
GraphicBranchOptions,
|
|
213
236
|
BatchOptions,
|
|
@@ -244,18 +267,15 @@ export type {
|
|
|
244
267
|
ScreenSpaceEffectBuilderParams,
|
|
245
268
|
ScreenSpaceEffectContext,
|
|
246
269
|
ScreenSpaceEffectBuilder,
|
|
247
|
-
SelectAddEvent,
|
|
248
|
-
SelectRemoveEvent,
|
|
249
|
-
SelectReplaceEvent,
|
|
250
270
|
TileTreeDiscloser,
|
|
251
271
|
GpuMemoryLimits,
|
|
252
272
|
TileContent,
|
|
253
|
-
TiledGraphicsProvider,
|
|
254
273
|
TileDrawArgParams,
|
|
255
274
|
TileParams,
|
|
256
275
|
TileTreeOwner,
|
|
257
276
|
TileTreeParams,
|
|
258
277
|
TileTreeSupplier,
|
|
278
|
+
TiledGraphicsProvider,
|
|
259
279
|
ViewClipEventHandler,
|
|
260
280
|
BeButtonEventProps,
|
|
261
281
|
BeTouchEventProps,
|
|
@@ -266,31 +286,19 @@ export type {
|
|
|
266
286
|
ToolAssistanceInstruction,
|
|
267
287
|
ToolAssistanceSection,
|
|
268
288
|
ToolAssistanceInstructions,
|
|
269
|
-
Animator,
|
|
270
|
-
ViewAnimationOptions,
|
|
271
|
-
GlobalAlignmentOptions,
|
|
272
|
-
OnViewExtentsError,
|
|
273
|
-
MarginOptions,
|
|
274
|
-
ViewChangeOptions,
|
|
275
|
-
ViewCreator2dOptions,
|
|
276
|
-
ViewCreator3dOptions,
|
|
277
|
-
GlobalLocationArea,
|
|
278
|
-
GlobalLocation,
|
|
279
|
-
Decorator,
|
|
280
|
-
SelectedViewportChangedArgs,
|
|
281
|
-
ExtentLimits,
|
|
282
289
|
FlashSettingsOptions,
|
|
283
290
|
MarkerImage,
|
|
284
291
|
MarkerFillStyle,
|
|
285
292
|
MarkerTextAlign,
|
|
286
293
|
MarkerTextBaseline,
|
|
294
|
+
SelectionSetEvent,
|
|
295
|
+
SynchronizeViewports,
|
|
287
296
|
CanvasDecorationList,
|
|
288
297
|
GraphicPrimitive,
|
|
289
298
|
GraphicList,
|
|
290
299
|
TextureCacheKey,
|
|
291
300
|
TextureOwnership,
|
|
292
301
|
TextureImageSource,
|
|
293
|
-
SelectionSetEvent,
|
|
294
302
|
GpuMemoryLimit,
|
|
295
303
|
ToolType,
|
|
296
304
|
ToolList,
|
|
@@ -319,8 +327,6 @@ export {
|
|
|
319
327
|
FontType,
|
|
320
328
|
Npc,
|
|
321
329
|
GeoCoordStatus,
|
|
322
|
-
ElementGeometryOpcode,
|
|
323
|
-
GeometryStreamFlags,
|
|
324
330
|
FillDisplay,
|
|
325
331
|
BackgroundFill,
|
|
326
332
|
GeometryClass,
|
|
@@ -344,6 +350,8 @@ export {
|
|
|
344
350
|
TxnAction,
|
|
345
351
|
GridOrientationType,
|
|
346
352
|
RenderMode,
|
|
353
|
+
ElementGeometryOpcode,
|
|
354
|
+
GeometryStreamFlags,
|
|
347
355
|
ColorByName,
|
|
348
356
|
ColorDef,
|
|
349
357
|
} from "@itwin/core-common";
|
|
@@ -381,9 +389,6 @@ export type {
|
|
|
381
389
|
DisplayStyle3dProps,
|
|
382
390
|
DisplayStyleOverridesOptions,
|
|
383
391
|
DisplayStyleSettingsOptions,
|
|
384
|
-
FunctionalElementProps,
|
|
385
|
-
ViewAttachmentLabelProps,
|
|
386
|
-
CalloutProps,
|
|
387
392
|
NavigationValue,
|
|
388
393
|
NavigationBindingValue,
|
|
389
394
|
RelatedElementProps,
|
|
@@ -428,39 +433,6 @@ export type {
|
|
|
428
433
|
FeatureAppearanceSource,
|
|
429
434
|
FeatureAppearanceProvider,
|
|
430
435
|
FontMapProps,
|
|
431
|
-
Helmert2DWithZOffsetProps,
|
|
432
|
-
AdditionalTransformProps,
|
|
433
|
-
CartographicProps,
|
|
434
|
-
HorizontalCRSExtentProps,
|
|
435
|
-
HorizontalCRSProps,
|
|
436
|
-
VerticalCRSProps,
|
|
437
|
-
GeographicCRSProps,
|
|
438
|
-
ElementGeometryDataEntry,
|
|
439
|
-
XyzRotationProps,
|
|
440
|
-
GeocentricTransformProps,
|
|
441
|
-
PositionalVectorTransformProps,
|
|
442
|
-
GridFileDefinitionProps,
|
|
443
|
-
GridFileTransformProps,
|
|
444
|
-
GeodeticTransformProps,
|
|
445
|
-
GeodeticDatumProps,
|
|
446
|
-
GeodeticEllipsoidProps,
|
|
447
|
-
GeometryAppearanceProps,
|
|
448
|
-
AreaFillProps,
|
|
449
|
-
MaterialProps,
|
|
450
|
-
GeometryPartInstanceProps,
|
|
451
|
-
GeometryStreamHeaderProps,
|
|
452
|
-
GeometryStreamEntryProps,
|
|
453
|
-
TextStringPrimitive,
|
|
454
|
-
ImagePrimitive,
|
|
455
|
-
PartReference,
|
|
456
|
-
BRepPrimitive,
|
|
457
|
-
GeometryPrimitive,
|
|
458
|
-
GeometryStreamIteratorEntry,
|
|
459
|
-
ImageGraphicProps,
|
|
460
|
-
AffineTransformProps,
|
|
461
|
-
ProjectionProps,
|
|
462
|
-
Carto2DDegreesProps,
|
|
463
|
-
TextStringProps,
|
|
464
436
|
GeometryContainmentRequestProps,
|
|
465
437
|
GeometryContainmentResponseProps,
|
|
466
438
|
GeometrySummaryOptions,
|
|
@@ -493,10 +465,9 @@ export type {
|
|
|
493
465
|
GeometricModelProps,
|
|
494
466
|
GeometricModel2dProps,
|
|
495
467
|
GeometricModel3dProps,
|
|
496
|
-
PlanarClipMaskProps,
|
|
497
468
|
PlanProjectionSettingsProps,
|
|
469
|
+
PlanarClipMaskProps,
|
|
498
470
|
RgbColorProps,
|
|
499
|
-
RpcActivity,
|
|
500
471
|
SessionProps,
|
|
501
472
|
SkyCubeProps,
|
|
502
473
|
SkyBoxProps,
|
|
@@ -514,13 +485,6 @@ export type {
|
|
|
514
485
|
ThematicDisplayProps,
|
|
515
486
|
ThumbnailFormatProps,
|
|
516
487
|
ThumbnailProps,
|
|
517
|
-
GraphicsRequestProps,
|
|
518
|
-
PersistentGraphicsRequestProps,
|
|
519
|
-
JsonGeometryStream,
|
|
520
|
-
FlatBufferGeometryStream,
|
|
521
|
-
DynamicGraphicsRequestProps,
|
|
522
|
-
DynamicGraphicsRequest2dProps,
|
|
523
|
-
DynamicGraphicsRequest3dProps,
|
|
524
488
|
TileVersionInfo,
|
|
525
489
|
ViewDetailsProps,
|
|
526
490
|
ViewDetails3dProps,
|
|
@@ -539,6 +503,50 @@ export type {
|
|
|
539
503
|
AuxCoordSystem2dProps,
|
|
540
504
|
AuxCoordSystem3dProps,
|
|
541
505
|
WhiteOnWhiteReversalProps,
|
|
506
|
+
FunctionalElementProps,
|
|
507
|
+
ViewAttachmentLabelProps,
|
|
508
|
+
CalloutProps,
|
|
509
|
+
Helmert2DWithZOffsetProps,
|
|
510
|
+
AdditionalTransformProps,
|
|
511
|
+
CartographicProps,
|
|
512
|
+
HorizontalCRSExtentProps,
|
|
513
|
+
HorizontalCRSProps,
|
|
514
|
+
VerticalCRSProps,
|
|
515
|
+
GeographicCRSProps,
|
|
516
|
+
ElementGeometryDataEntry,
|
|
517
|
+
XyzRotationProps,
|
|
518
|
+
GeocentricTransformProps,
|
|
519
|
+
PositionalVectorTransformProps,
|
|
520
|
+
GridFileDefinitionProps,
|
|
521
|
+
GridFileTransformProps,
|
|
522
|
+
GeodeticTransformProps,
|
|
523
|
+
GeodeticDatumProps,
|
|
524
|
+
GeodeticEllipsoidProps,
|
|
525
|
+
GeometryAppearanceProps,
|
|
526
|
+
AreaFillProps,
|
|
527
|
+
MaterialProps,
|
|
528
|
+
GeometryPartInstanceProps,
|
|
529
|
+
GeometryStreamHeaderProps,
|
|
530
|
+
GeometryStreamEntryProps,
|
|
531
|
+
TextStringPrimitive,
|
|
532
|
+
ImagePrimitive,
|
|
533
|
+
PartReference,
|
|
534
|
+
BRepPrimitive,
|
|
535
|
+
GeometryPrimitive,
|
|
536
|
+
GeometryStreamIteratorEntry,
|
|
537
|
+
ImageGraphicProps,
|
|
538
|
+
AffineTransformProps,
|
|
539
|
+
ProjectionProps,
|
|
540
|
+
Carto2DDegreesProps,
|
|
541
|
+
TextStringProps,
|
|
542
|
+
RpcActivity,
|
|
543
|
+
GraphicsRequestProps,
|
|
544
|
+
PersistentGraphicsRequestProps,
|
|
545
|
+
JsonGeometryStream,
|
|
546
|
+
FlatBufferGeometryStream,
|
|
547
|
+
DynamicGraphicsRequestProps,
|
|
548
|
+
DynamicGraphicsRequest2dProps,
|
|
549
|
+
DynamicGraphicsRequest3dProps,
|
|
542
550
|
BackgroundMapProviderName,
|
|
543
551
|
PersistentBackgroundMapProps,
|
|
544
552
|
Base64EncodedString,
|
|
@@ -551,6 +559,17 @@ export type {
|
|
|
551
559
|
ColorDefProps,
|
|
552
560
|
PlacementProps,
|
|
553
561
|
FontId,
|
|
562
|
+
RgbFactorProps,
|
|
563
|
+
Point2dProps,
|
|
564
|
+
ElementGeometryChange,
|
|
565
|
+
SkyBoxImageProps,
|
|
566
|
+
TerrainProviderName,
|
|
567
|
+
TweenCallback,
|
|
568
|
+
UpdateCallback,
|
|
569
|
+
EasingFunction,
|
|
570
|
+
InterpolationFunction,
|
|
571
|
+
ViewFlagsProperties,
|
|
572
|
+
ViewFlagOverrides,
|
|
554
573
|
UnitType,
|
|
555
574
|
GeodeticTransformMethod,
|
|
556
575
|
GridFileFormat,
|
|
@@ -568,18 +587,7 @@ export type {
|
|
|
568
587
|
HemisphereEnum,
|
|
569
588
|
DanishSystem34Region,
|
|
570
589
|
RemoveFunction,
|
|
571
|
-
RgbFactorProps,
|
|
572
|
-
Point2dProps,
|
|
573
|
-
ElementGeometryChange,
|
|
574
|
-
SkyBoxImageProps,
|
|
575
|
-
TerrainProviderName,
|
|
576
590
|
ElementGraphicsRequestProps,
|
|
577
|
-
TweenCallback,
|
|
578
|
-
UpdateCallback,
|
|
579
|
-
EasingFunction,
|
|
580
|
-
InterpolationFunction,
|
|
581
|
-
ViewFlagsProperties,
|
|
582
|
-
ViewFlagOverrides,
|
|
583
591
|
} from "@itwin/core-common";
|
|
584
592
|
|
|
585
593
|
// END GENERATED CODE
|
package/index.js
CHANGED
|
@@ -38,11 +38,12 @@ export const {
|
|
|
38
38
|
MessageBoxType,
|
|
39
39
|
MessageBoxIconType,
|
|
40
40
|
MessageBoxValue,
|
|
41
|
+
SelectionSetEventType,
|
|
42
|
+
StandardViewId,
|
|
43
|
+
ViewStatus,
|
|
41
44
|
GraphicType,
|
|
42
45
|
UniformType,
|
|
43
46
|
VaryingType,
|
|
44
|
-
SelectionSetEventType,
|
|
45
|
-
StandardViewId,
|
|
46
47
|
TileLoadStatus,
|
|
47
48
|
TileVisibility,
|
|
48
49
|
TileLoadPriority,
|
|
@@ -65,7 +66,6 @@ export const {
|
|
|
65
66
|
ManipulatorToolEvent,
|
|
66
67
|
ToolAssistanceImage,
|
|
67
68
|
ToolAssistanceInputMethod,
|
|
68
|
-
ViewStatus,
|
|
69
69
|
AccuDrawHintBuilder,
|
|
70
70
|
AccuSnap,
|
|
71
71
|
AuxCoordSystemState,
|
|
@@ -94,6 +94,7 @@ export const {
|
|
|
94
94
|
SnapDetail,
|
|
95
95
|
IntersectDetail,
|
|
96
96
|
HitList,
|
|
97
|
+
IModelConnection,
|
|
97
98
|
canvasToResizedCanvasWithBars,
|
|
98
99
|
imageBufferToCanvas,
|
|
99
100
|
canvasToImageBuffer,
|
|
@@ -105,7 +106,6 @@ export const {
|
|
|
105
106
|
imageBufferToPngDataUrl,
|
|
106
107
|
imageBufferToBase64EncodedPng,
|
|
107
108
|
getCompressedJpegFromCanvas,
|
|
108
|
-
IModelConnection,
|
|
109
109
|
NotificationHandler,
|
|
110
110
|
MarginPercent,
|
|
111
111
|
Marker,
|
|
@@ -126,6 +126,33 @@ export const {
|
|
|
126
126
|
ActivityMessageDetails,
|
|
127
127
|
NotificationManager,
|
|
128
128
|
PerModelCategoryVisibility,
|
|
129
|
+
HiliteSet,
|
|
130
|
+
SelectionSet,
|
|
131
|
+
SheetViewState,
|
|
132
|
+
SpatialViewState,
|
|
133
|
+
OrthographicViewState,
|
|
134
|
+
Sprite,
|
|
135
|
+
IconSprites,
|
|
136
|
+
SpriteLocation,
|
|
137
|
+
TentativePoint,
|
|
138
|
+
Tiles,
|
|
139
|
+
ViewCreator2d,
|
|
140
|
+
ViewCreator3d,
|
|
141
|
+
queryTerrainElevationOffset,
|
|
142
|
+
ViewManager,
|
|
143
|
+
ViewPose,
|
|
144
|
+
ViewRect,
|
|
145
|
+
ViewState,
|
|
146
|
+
ViewState3d,
|
|
147
|
+
ViewState2d,
|
|
148
|
+
ViewingSpace,
|
|
149
|
+
connectViewports,
|
|
150
|
+
synchronizeViewportViews,
|
|
151
|
+
synchronizeViewportFrusta,
|
|
152
|
+
connectViewportFrusta,
|
|
153
|
+
connectViewportViews,
|
|
154
|
+
TwoWayViewportSync,
|
|
155
|
+
TwoWayViewportFrustumSync,
|
|
129
156
|
Decorations,
|
|
130
157
|
FeatureSymbology,
|
|
131
158
|
GraphicBranch,
|
|
@@ -136,18 +163,8 @@ export const {
|
|
|
136
163
|
RenderGraphicOwner,
|
|
137
164
|
RenderSystem,
|
|
138
165
|
Scene,
|
|
139
|
-
HiliteSet,
|
|
140
|
-
SelectionSet,
|
|
141
|
-
SheetViewState,
|
|
142
|
-
SpatialViewState,
|
|
143
|
-
OrthographicViewState,
|
|
144
|
-
Sprite,
|
|
145
|
-
IconSprites,
|
|
146
|
-
SpriteLocation,
|
|
147
|
-
TentativePoint,
|
|
148
166
|
DisclosedTileTreeSet,
|
|
149
167
|
readElementGraphics,
|
|
150
|
-
BingElevationProvider,
|
|
151
168
|
Tile,
|
|
152
169
|
TileAdmin,
|
|
153
170
|
TileDrawArgs,
|
|
@@ -158,7 +175,7 @@ export const {
|
|
|
158
175
|
TileTree,
|
|
159
176
|
TileTreeReference,
|
|
160
177
|
TileUsageMarker,
|
|
161
|
-
|
|
178
|
+
BingElevationProvider,
|
|
162
179
|
ViewClipTool,
|
|
163
180
|
ViewClipClearTool,
|
|
164
181
|
ViewClipDecorationProvider,
|
|
@@ -177,16 +194,6 @@ export const {
|
|
|
177
194
|
ToolSettings,
|
|
178
195
|
ViewTool,
|
|
179
196
|
ViewManip,
|
|
180
|
-
ViewCreator2d,
|
|
181
|
-
ViewCreator3d,
|
|
182
|
-
queryTerrainElevationOffset,
|
|
183
|
-
ViewingSpace,
|
|
184
|
-
ViewManager,
|
|
185
|
-
ViewPose,
|
|
186
|
-
ViewRect,
|
|
187
|
-
ViewState,
|
|
188
|
-
ViewState3d,
|
|
189
|
-
ViewState2d,
|
|
190
197
|
// @itwin/core-common:
|
|
191
198
|
BackgroundMapType,
|
|
192
199
|
GlobeMode,
|
|
@@ -209,8 +216,6 @@ export const {
|
|
|
209
216
|
FontType,
|
|
210
217
|
Npc,
|
|
211
218
|
GeoCoordStatus,
|
|
212
|
-
ElementGeometryOpcode,
|
|
213
|
-
GeometryStreamFlags,
|
|
214
219
|
FillDisplay,
|
|
215
220
|
BackgroundFill,
|
|
216
221
|
GeometryClass,
|
|
@@ -234,6 +239,8 @@ export const {
|
|
|
234
239
|
TxnAction,
|
|
235
240
|
GridOrientationType,
|
|
236
241
|
RenderMode,
|
|
242
|
+
ElementGeometryOpcode,
|
|
243
|
+
GeometryStreamFlags,
|
|
237
244
|
ColorByName,
|
|
238
245
|
ColorDef,
|
|
239
246
|
} = ext.exports;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-extension",
|
|
3
|
-
"version": "3.2.0-dev.
|
|
3
|
+
"version": "3.2.0-dev.76",
|
|
4
4
|
"description": "iTwin.js Extension API",
|
|
5
5
|
"typings": "index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"url": "http://www.bentley.com"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@itwin/core-frontend": "3.2.0-dev.
|
|
24
|
-
"@itwin/core-common": "3.2.0-dev.
|
|
23
|
+
"@itwin/core-frontend": "3.2.0-dev.76",
|
|
24
|
+
"@itwin/core-common": "3.2.0-dev.76"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@itwin/build-tools": "3.2.0-dev.
|
|
28
|
-
"@itwin/eslint-plugin": "3.2.0-dev.
|
|
27
|
+
"@itwin/build-tools": "3.2.0-dev.76",
|
|
28
|
+
"@itwin/eslint-plugin": "3.2.0-dev.76",
|
|
29
29
|
"eslint": "^7.11.0",
|
|
30
30
|
"rimraf": "^3.0.2"
|
|
31
31
|
},
|