@itwin/core-frontend 3.3.0-dev.3 → 3.3.0-dev.6
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/lib/cjs/AccuSnap.d.ts.map +1 -1
- package/lib/cjs/AccuSnap.js +56 -49
- package/lib/cjs/AccuSnap.js.map +1 -1
- package/lib/cjs/extension/ExtensionRuntime.js +165 -158
- package/lib/cjs/extension/ExtensionRuntime.js.map +1 -1
- package/lib/cjs/extension/providers/ExtensionLoadScript.d.ts +6 -4
- package/lib/cjs/extension/providers/ExtensionLoadScript.d.ts.map +1 -1
- package/lib/cjs/extension/providers/ExtensionLoadScript.js +16 -33
- package/lib/cjs/extension/providers/ExtensionLoadScript.js.map +1 -1
- package/lib/esm/AccuSnap.d.ts.map +1 -1
- package/lib/esm/AccuSnap.js +56 -49
- package/lib/esm/AccuSnap.js.map +1 -1
- package/lib/esm/extension/ExtensionRuntime.js +168 -161
- package/lib/esm/extension/ExtensionRuntime.js.map +1 -1
- package/lib/esm/extension/providers/ExtensionLoadScript.d.ts +6 -4
- package/lib/esm/extension/providers/ExtensionLoadScript.d.ts.map +1 -1
- package/lib/esm/extension/providers/ExtensionLoadScript.js +14 -31
- package/lib/esm/extension/providers/ExtensionLoadScript.js.map +1 -1
- package/package.json +20 -20
|
@@ -19,226 +19,233 @@ if (globalThis[globalSymbol])
|
|
|
19
19
|
const core_frontend_1 = require("../core-frontend");
|
|
20
20
|
const core_common_1 = require("@itwin/core-common");
|
|
21
21
|
const extensionExports = {
|
|
22
|
-
ContextRotationId: core_frontend_1.ContextRotationId,
|
|
23
|
-
ACSType: core_frontend_1.ACSType,
|
|
24
22
|
ACSDisplayOptions: core_frontend_1.ACSDisplayOptions,
|
|
25
|
-
|
|
26
|
-
LocateAction: core_frontend_1.LocateAction,
|
|
27
|
-
LocateFilterStatus: core_frontend_1.LocateFilterStatus,
|
|
28
|
-
SnapStatus: core_frontend_1.SnapStatus,
|
|
29
|
-
FlashMode: core_frontend_1.FlashMode,
|
|
30
|
-
FrontendLoggerCategory: core_frontend_1.FrontendLoggerCategory,
|
|
31
|
-
SnapMode: core_frontend_1.SnapMode,
|
|
32
|
-
SnapHeat: core_frontend_1.SnapHeat,
|
|
33
|
-
HitSource: core_frontend_1.HitSource,
|
|
34
|
-
HitGeomType: core_frontend_1.HitGeomType,
|
|
35
|
-
HitParentGeomType: core_frontend_1.HitParentGeomType,
|
|
36
|
-
HitPriority: core_frontend_1.HitPriority,
|
|
37
|
-
HitDetailType: core_frontend_1.HitDetailType,
|
|
38
|
-
OutputMessageType: core_frontend_1.OutputMessageType,
|
|
39
|
-
OutputMessagePriority: core_frontend_1.OutputMessagePriority,
|
|
40
|
-
OutputMessageAlert: core_frontend_1.OutputMessageAlert,
|
|
41
|
-
ActivityMessageEndReason: core_frontend_1.ActivityMessageEndReason,
|
|
42
|
-
MessageBoxType: core_frontend_1.MessageBoxType,
|
|
43
|
-
MessageBoxIconType: core_frontend_1.MessageBoxIconType,
|
|
44
|
-
MessageBoxValue: core_frontend_1.MessageBoxValue,
|
|
45
|
-
GraphicType: core_frontend_1.GraphicType,
|
|
46
|
-
UniformType: core_frontend_1.UniformType,
|
|
47
|
-
VaryingType: core_frontend_1.VaryingType,
|
|
48
|
-
SelectionSetEventType: core_frontend_1.SelectionSetEventType,
|
|
49
|
-
StandardViewId: core_frontend_1.StandardViewId,
|
|
50
|
-
TileLoadStatus: core_frontend_1.TileLoadStatus,
|
|
51
|
-
TileVisibility: core_frontend_1.TileVisibility,
|
|
52
|
-
TileLoadPriority: core_frontend_1.TileLoadPriority,
|
|
53
|
-
TileBoundingBoxes: core_frontend_1.TileBoundingBoxes,
|
|
54
|
-
TileTreeLoadStatus: core_frontend_1.TileTreeLoadStatus,
|
|
55
|
-
TileGraphicType: core_frontend_1.TileGraphicType,
|
|
56
|
-
ClipEventType: core_frontend_1.ClipEventType,
|
|
57
|
-
SelectionMethod: core_frontend_1.SelectionMethod,
|
|
58
|
-
SelectionMode: core_frontend_1.SelectionMode,
|
|
59
|
-
SelectionProcessing: core_frontend_1.SelectionProcessing,
|
|
60
|
-
BeButton: core_frontend_1.BeButton,
|
|
61
|
-
CoordinateLockOverrides: core_frontend_1.CoordinateLockOverrides,
|
|
62
|
-
InputSource: core_frontend_1.InputSource,
|
|
63
|
-
CoordSource: core_frontend_1.CoordSource,
|
|
64
|
-
BeModifierKeys: core_frontend_1.BeModifierKeys,
|
|
65
|
-
EventHandled: core_frontend_1.EventHandled,
|
|
66
|
-
ParseAndRunResult: core_frontend_1.ParseAndRunResult,
|
|
67
|
-
KeyinParseError: core_frontend_1.KeyinParseError,
|
|
68
|
-
StartOrResume: core_frontend_1.StartOrResume,
|
|
69
|
-
ManipulatorToolEvent: core_frontend_1.ManipulatorToolEvent,
|
|
70
|
-
ToolAssistanceImage: core_frontend_1.ToolAssistanceImage,
|
|
71
|
-
ToolAssistanceInputMethod: core_frontend_1.ToolAssistanceInputMethod,
|
|
72
|
-
ViewStatus: core_frontend_1.ViewStatus,
|
|
23
|
+
ACSType: core_frontend_1.ACSType,
|
|
73
24
|
AccuDrawHintBuilder: core_frontend_1.AccuDrawHintBuilder,
|
|
74
25
|
AccuSnap: core_frontend_1.AccuSnap,
|
|
75
|
-
|
|
26
|
+
ActivityMessageDetails: core_frontend_1.ActivityMessageDetails,
|
|
27
|
+
ActivityMessageEndReason: core_frontend_1.ActivityMessageEndReason,
|
|
76
28
|
AuxCoordSystem2dState: core_frontend_1.AuxCoordSystem2dState,
|
|
77
29
|
AuxCoordSystem3dState: core_frontend_1.AuxCoordSystem3dState,
|
|
78
30
|
AuxCoordSystemSpatialState: core_frontend_1.AuxCoordSystemSpatialState,
|
|
31
|
+
AuxCoordSystemState: core_frontend_1.AuxCoordSystemState,
|
|
32
|
+
BackgroundFill: core_common_1.BackgroundFill,
|
|
33
|
+
BackgroundMapType: core_common_1.BackgroundMapType,
|
|
34
|
+
BatchType: core_common_1.BatchType,
|
|
35
|
+
BeButton: core_frontend_1.BeButton,
|
|
36
|
+
BeButtonEvent: core_frontend_1.BeButtonEvent,
|
|
37
|
+
BeButtonState: core_frontend_1.BeButtonState,
|
|
38
|
+
BeModifierKeys: core_frontend_1.BeModifierKeys,
|
|
39
|
+
BeTouchEvent: core_frontend_1.BeTouchEvent,
|
|
40
|
+
BeWheelEvent: core_frontend_1.BeWheelEvent,
|
|
41
|
+
BingElevationProvider: core_frontend_1.BingElevationProvider,
|
|
79
42
|
BingLocationProvider: core_frontend_1.BingLocationProvider,
|
|
43
|
+
BisCodeSpec: core_common_1.BisCodeSpec,
|
|
44
|
+
BriefcaseIdValue: core_common_1.BriefcaseIdValue,
|
|
80
45
|
CategorySelectorState: core_frontend_1.CategorySelectorState,
|
|
81
46
|
ChangeFlags: core_frontend_1.ChangeFlags,
|
|
47
|
+
ChangeOpCode: core_common_1.ChangeOpCode,
|
|
48
|
+
ChangedValueState: core_common_1.ChangedValueState,
|
|
49
|
+
ChangesetType: core_common_1.ChangesetType,
|
|
50
|
+
ClipEventType: core_frontend_1.ClipEventType,
|
|
51
|
+
Cluster: core_frontend_1.Cluster,
|
|
52
|
+
ColorByName: core_common_1.ColorByName,
|
|
53
|
+
ColorDef: core_common_1.ColorDef,
|
|
54
|
+
CommonLoggerCategory: core_common_1.CommonLoggerCategory,
|
|
82
55
|
ContextRealityModelState: core_frontend_1.ContextRealityModelState,
|
|
83
|
-
|
|
56
|
+
ContextRotationId: core_frontend_1.ContextRotationId,
|
|
57
|
+
CoordSource: core_frontend_1.CoordSource,
|
|
58
|
+
CoordSystem: core_frontend_1.CoordSystem,
|
|
59
|
+
CoordinateLockOverrides: core_frontend_1.CoordinateLockOverrides,
|
|
60
|
+
Decorations: core_frontend_1.Decorations,
|
|
61
|
+
DisclosedTileTreeSet: core_frontend_1.DisclosedTileTreeSet,
|
|
84
62
|
DisplayStyle2dState: core_frontend_1.DisplayStyle2dState,
|
|
85
63
|
DisplayStyle3dState: core_frontend_1.DisplayStyle3dState,
|
|
64
|
+
DisplayStyleState: core_frontend_1.DisplayStyleState,
|
|
65
|
+
DrawingModelState: core_frontend_1.DrawingModelState,
|
|
86
66
|
DrawingViewState: core_frontend_1.DrawingViewState,
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
67
|
+
ECSqlSystemProperty: core_common_1.ECSqlSystemProperty,
|
|
68
|
+
ECSqlValueType: core_common_1.ECSqlValueType,
|
|
69
|
+
EditManipulator: core_frontend_1.EditManipulator,
|
|
70
|
+
ElementGeometryOpcode: core_common_1.ElementGeometryOpcode,
|
|
90
71
|
ElementLocateManager: core_frontend_1.ElementLocateManager,
|
|
72
|
+
ElementPicker: core_frontend_1.ElementPicker,
|
|
73
|
+
ElementState: core_frontend_1.ElementState,
|
|
91
74
|
EmphasizeElements: core_frontend_1.EmphasizeElements,
|
|
92
75
|
EntityState: core_frontend_1.EntityState,
|
|
93
|
-
|
|
76
|
+
EventController: core_frontend_1.EventController,
|
|
77
|
+
EventHandled: core_frontend_1.EventHandled,
|
|
78
|
+
FeatureOverrideType: core_common_1.FeatureOverrideType,
|
|
79
|
+
FeatureSymbology: core_frontend_1.FeatureSymbology,
|
|
80
|
+
FillDisplay: core_common_1.FillDisplay,
|
|
81
|
+
FillFlags: core_common_1.FillFlags,
|
|
82
|
+
FlashMode: core_frontend_1.FlashMode,
|
|
94
83
|
FlashSettings: core_frontend_1.FlashSettings,
|
|
84
|
+
FontType: core_common_1.FontType,
|
|
85
|
+
FrontendLoggerCategory: core_frontend_1.FrontendLoggerCategory,
|
|
95
86
|
FrustumAnimator: core_frontend_1.FrustumAnimator,
|
|
87
|
+
GeoCoordStatus: core_common_1.GeoCoordStatus,
|
|
88
|
+
GeometricModel2dState: core_frontend_1.GeometricModel2dState,
|
|
89
|
+
GeometricModel3dState: core_frontend_1.GeometricModel3dState,
|
|
90
|
+
GeometricModelState: core_frontend_1.GeometricModelState,
|
|
91
|
+
GeometryClass: core_common_1.GeometryClass,
|
|
92
|
+
GeometryStreamFlags: core_common_1.GeometryStreamFlags,
|
|
93
|
+
GeometrySummaryVerbosity: core_common_1.GeometrySummaryVerbosity,
|
|
96
94
|
GlobeAnimator: core_frontend_1.GlobeAnimator,
|
|
95
|
+
GlobeMode: core_common_1.GlobeMode,
|
|
96
|
+
GraphicBranch: core_frontend_1.GraphicBranch,
|
|
97
|
+
GraphicBuilder: core_frontend_1.GraphicBuilder,
|
|
98
|
+
GraphicType: core_frontend_1.GraphicType,
|
|
99
|
+
GridOrientationType: core_common_1.GridOrientationType,
|
|
100
|
+
HSVConstants: core_common_1.HSVConstants,
|
|
101
|
+
HiliteSet: core_frontend_1.HiliteSet,
|
|
97
102
|
HitDetail: core_frontend_1.HitDetail,
|
|
98
|
-
|
|
99
|
-
|
|
103
|
+
HitDetailType: core_frontend_1.HitDetailType,
|
|
104
|
+
HitGeomType: core_frontend_1.HitGeomType,
|
|
100
105
|
HitList: core_frontend_1.HitList,
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
getImageSourceMimeType: core_frontend_1.getImageSourceMimeType,
|
|
105
|
-
getImageSourceFormatForMimeType: core_frontend_1.getImageSourceFormatForMimeType,
|
|
106
|
-
imageElementFromImageSource: core_frontend_1.imageElementFromImageSource,
|
|
107
|
-
imageElementFromUrl: core_frontend_1.imageElementFromUrl,
|
|
108
|
-
extractImageSourceDimensions: core_frontend_1.extractImageSourceDimensions,
|
|
109
|
-
imageBufferToPngDataUrl: core_frontend_1.imageBufferToPngDataUrl,
|
|
110
|
-
imageBufferToBase64EncodedPng: core_frontend_1.imageBufferToBase64EncodedPng,
|
|
111
|
-
getCompressedJpegFromCanvas: core_frontend_1.getCompressedJpegFromCanvas,
|
|
106
|
+
HitParentGeomType: core_frontend_1.HitParentGeomType,
|
|
107
|
+
HitPriority: core_frontend_1.HitPriority,
|
|
108
|
+
HitSource: core_frontend_1.HitSource,
|
|
112
109
|
IModelConnection: core_frontend_1.IModelConnection,
|
|
113
|
-
|
|
110
|
+
IconSprites: core_frontend_1.IconSprites,
|
|
111
|
+
ImageBufferFormat: core_common_1.ImageBufferFormat,
|
|
112
|
+
ImageSourceFormat: core_common_1.ImageSourceFormat,
|
|
113
|
+
InputCollector: core_frontend_1.InputCollector,
|
|
114
|
+
InputSource: core_frontend_1.InputSource,
|
|
115
|
+
InteractiveTool: core_frontend_1.InteractiveTool,
|
|
116
|
+
IntersectDetail: core_frontend_1.IntersectDetail,
|
|
117
|
+
KeyinParseError: core_frontend_1.KeyinParseError,
|
|
118
|
+
LinePixels: core_common_1.LinePixels,
|
|
119
|
+
LocateAction: core_frontend_1.LocateAction,
|
|
120
|
+
LocateFilterStatus: core_frontend_1.LocateFilterStatus,
|
|
121
|
+
LocateOptions: core_frontend_1.LocateOptions,
|
|
122
|
+
LocateResponse: core_frontend_1.LocateResponse,
|
|
123
|
+
ManipulatorToolEvent: core_frontend_1.ManipulatorToolEvent,
|
|
114
124
|
MarginPercent: core_frontend_1.MarginPercent,
|
|
115
125
|
Marker: core_frontend_1.Marker,
|
|
116
|
-
Cluster: core_frontend_1.Cluster,
|
|
117
126
|
MarkerSet: core_frontend_1.MarkerSet,
|
|
127
|
+
MassPropertiesOperation: core_common_1.MassPropertiesOperation,
|
|
128
|
+
MessageBoxIconType: core_frontend_1.MessageBoxIconType,
|
|
129
|
+
MessageBoxType: core_frontend_1.MessageBoxType,
|
|
130
|
+
MessageBoxValue: core_frontend_1.MessageBoxValue,
|
|
118
131
|
ModelSelectorState: core_frontend_1.ModelSelectorState,
|
|
119
132
|
ModelState: core_frontend_1.ModelState,
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
GeometricModel3dState: core_frontend_1.GeometricModel3dState,
|
|
123
|
-
SheetModelState: core_frontend_1.SheetModelState,
|
|
124
|
-
SpatialModelState: core_frontend_1.SpatialModelState,
|
|
125
|
-
PhysicalModelState: core_frontend_1.PhysicalModelState,
|
|
126
|
-
SpatialLocationModelState: core_frontend_1.SpatialLocationModelState,
|
|
127
|
-
DrawingModelState: core_frontend_1.DrawingModelState,
|
|
128
|
-
SectionDrawingModelState: core_frontend_1.SectionDrawingModelState,
|
|
129
|
-
NotifyMessageDetails: core_frontend_1.NotifyMessageDetails,
|
|
130
|
-
ActivityMessageDetails: core_frontend_1.ActivityMessageDetails,
|
|
133
|
+
MonochromeMode: core_common_1.MonochromeMode,
|
|
134
|
+
NotificationHandler: core_frontend_1.NotificationHandler,
|
|
131
135
|
NotificationManager: core_frontend_1.NotificationManager,
|
|
136
|
+
NotifyMessageDetails: core_frontend_1.NotifyMessageDetails,
|
|
137
|
+
Npc: core_common_1.Npc,
|
|
138
|
+
OrthographicViewState: core_frontend_1.OrthographicViewState,
|
|
139
|
+
OutputMessageAlert: core_frontend_1.OutputMessageAlert,
|
|
140
|
+
OutputMessagePriority: core_frontend_1.OutputMessagePriority,
|
|
141
|
+
OutputMessageType: core_frontend_1.OutputMessageType,
|
|
142
|
+
ParseAndRunResult: core_frontend_1.ParseAndRunResult,
|
|
132
143
|
PerModelCategoryVisibility: core_frontend_1.PerModelCategoryVisibility,
|
|
133
|
-
|
|
134
|
-
FeatureSymbology: core_frontend_1.FeatureSymbology,
|
|
135
|
-
GraphicBranch: core_frontend_1.GraphicBranch,
|
|
136
|
-
GraphicBuilder: core_frontend_1.GraphicBuilder,
|
|
144
|
+
PhysicalModelState: core_frontend_1.PhysicalModelState,
|
|
137
145
|
Pixel: core_frontend_1.Pixel,
|
|
146
|
+
PlanarClipMaskMode: core_common_1.PlanarClipMaskMode,
|
|
147
|
+
PlanarClipMaskPriority: core_common_1.PlanarClipMaskPriority,
|
|
148
|
+
PrimitiveTool: core_frontend_1.PrimitiveTool,
|
|
149
|
+
QueryRowFormat: core_common_1.QueryRowFormat,
|
|
150
|
+
Rank: core_common_1.Rank,
|
|
138
151
|
RenderClipVolume: core_frontend_1.RenderClipVolume,
|
|
139
152
|
RenderGraphic: core_frontend_1.RenderGraphic,
|
|
140
153
|
RenderGraphicOwner: core_frontend_1.RenderGraphicOwner,
|
|
154
|
+
RenderMode: core_common_1.RenderMode,
|
|
141
155
|
RenderSystem: core_frontend_1.RenderSystem,
|
|
142
156
|
Scene: core_frontend_1.Scene,
|
|
143
|
-
|
|
157
|
+
SectionDrawingModelState: core_frontend_1.SectionDrawingModelState,
|
|
158
|
+
SectionType: core_common_1.SectionType,
|
|
159
|
+
SelectionMethod: core_frontend_1.SelectionMethod,
|
|
160
|
+
SelectionMode: core_frontend_1.SelectionMode,
|
|
161
|
+
SelectionProcessing: core_frontend_1.SelectionProcessing,
|
|
144
162
|
SelectionSet: core_frontend_1.SelectionSet,
|
|
163
|
+
SelectionSetEventType: core_frontend_1.SelectionSetEventType,
|
|
164
|
+
SheetModelState: core_frontend_1.SheetModelState,
|
|
145
165
|
SheetViewState: core_frontend_1.SheetViewState,
|
|
166
|
+
SkyBoxImageType: core_common_1.SkyBoxImageType,
|
|
167
|
+
SnapDetail: core_frontend_1.SnapDetail,
|
|
168
|
+
SnapHeat: core_frontend_1.SnapHeat,
|
|
169
|
+
SnapMode: core_frontend_1.SnapMode,
|
|
170
|
+
SnapStatus: core_frontend_1.SnapStatus,
|
|
171
|
+
SpatialClassifierInsideDisplay: core_common_1.SpatialClassifierInsideDisplay,
|
|
172
|
+
SpatialClassifierOutsideDisplay: core_common_1.SpatialClassifierOutsideDisplay,
|
|
173
|
+
SpatialLocationModelState: core_frontend_1.SpatialLocationModelState,
|
|
174
|
+
SpatialModelState: core_frontend_1.SpatialModelState,
|
|
146
175
|
SpatialViewState: core_frontend_1.SpatialViewState,
|
|
147
|
-
OrthographicViewState: core_frontend_1.OrthographicViewState,
|
|
148
176
|
Sprite: core_frontend_1.Sprite,
|
|
149
|
-
IconSprites: core_frontend_1.IconSprites,
|
|
150
177
|
SpriteLocation: core_frontend_1.SpriteLocation,
|
|
178
|
+
StandardViewId: core_frontend_1.StandardViewId,
|
|
179
|
+
StartOrResume: core_frontend_1.StartOrResume,
|
|
180
|
+
SyncMode: core_common_1.SyncMode,
|
|
151
181
|
TentativePoint: core_frontend_1.TentativePoint,
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
182
|
+
TerrainHeightOriginMode: core_common_1.TerrainHeightOriginMode,
|
|
183
|
+
TextureMapUnits: core_common_1.TextureMapUnits,
|
|
184
|
+
ThematicDisplayMode: core_common_1.ThematicDisplayMode,
|
|
185
|
+
ThematicGradientColorScheme: core_common_1.ThematicGradientColorScheme,
|
|
186
|
+
ThematicGradientMode: core_common_1.ThematicGradientMode,
|
|
155
187
|
Tile: core_frontend_1.Tile,
|
|
156
188
|
TileAdmin: core_frontend_1.TileAdmin,
|
|
189
|
+
TileBoundingBoxes: core_frontend_1.TileBoundingBoxes,
|
|
157
190
|
TileDrawArgs: core_frontend_1.TileDrawArgs,
|
|
191
|
+
TileGraphicType: core_frontend_1.TileGraphicType,
|
|
192
|
+
TileLoadPriority: core_frontend_1.TileLoadPriority,
|
|
193
|
+
TileLoadStatus: core_frontend_1.TileLoadStatus,
|
|
158
194
|
TileRequest: core_frontend_1.TileRequest,
|
|
159
|
-
TileRequestChannelStatistics: core_frontend_1.TileRequestChannelStatistics,
|
|
160
195
|
TileRequestChannel: core_frontend_1.TileRequestChannel,
|
|
196
|
+
TileRequestChannelStatistics: core_frontend_1.TileRequestChannelStatistics,
|
|
161
197
|
TileRequestChannels: core_frontend_1.TileRequestChannels,
|
|
162
198
|
TileTree: core_frontend_1.TileTree,
|
|
199
|
+
TileTreeLoadStatus: core_frontend_1.TileTreeLoadStatus,
|
|
163
200
|
TileTreeReference: core_frontend_1.TileTreeReference,
|
|
164
201
|
TileUsageMarker: core_frontend_1.TileUsageMarker,
|
|
202
|
+
TileVisibility: core_frontend_1.TileVisibility,
|
|
165
203
|
Tiles: core_frontend_1.Tiles,
|
|
166
|
-
ViewClipTool: core_frontend_1.ViewClipTool,
|
|
167
|
-
ViewClipClearTool: core_frontend_1.ViewClipClearTool,
|
|
168
|
-
ViewClipDecorationProvider: core_frontend_1.ViewClipDecorationProvider,
|
|
169
|
-
EditManipulator: core_frontend_1.EditManipulator,
|
|
170
|
-
EventController: core_frontend_1.EventController,
|
|
171
|
-
PrimitiveTool: core_frontend_1.PrimitiveTool,
|
|
172
|
-
BeButtonState: core_frontend_1.BeButtonState,
|
|
173
|
-
BeButtonEvent: core_frontend_1.BeButtonEvent,
|
|
174
|
-
BeTouchEvent: core_frontend_1.BeTouchEvent,
|
|
175
|
-
BeWheelEvent: core_frontend_1.BeWheelEvent,
|
|
176
204
|
Tool: core_frontend_1.Tool,
|
|
177
|
-
InteractiveTool: core_frontend_1.InteractiveTool,
|
|
178
|
-
InputCollector: core_frontend_1.InputCollector,
|
|
179
205
|
ToolAdmin: core_frontend_1.ToolAdmin,
|
|
180
206
|
ToolAssistance: core_frontend_1.ToolAssistance,
|
|
207
|
+
ToolAssistanceImage: core_frontend_1.ToolAssistanceImage,
|
|
208
|
+
ToolAssistanceInputMethod: core_frontend_1.ToolAssistanceInputMethod,
|
|
181
209
|
ToolSettings: core_frontend_1.ToolSettings,
|
|
182
|
-
|
|
183
|
-
|
|
210
|
+
TwoWayViewportFrustumSync: core_frontend_1.TwoWayViewportFrustumSync,
|
|
211
|
+
TwoWayViewportSync: core_frontend_1.TwoWayViewportSync,
|
|
212
|
+
TxnAction: core_common_1.TxnAction,
|
|
213
|
+
TypeOfChange: core_common_1.TypeOfChange,
|
|
214
|
+
UniformType: core_frontend_1.UniformType,
|
|
215
|
+
VaryingType: core_frontend_1.VaryingType,
|
|
216
|
+
ViewClipClearTool: core_frontend_1.ViewClipClearTool,
|
|
217
|
+
ViewClipDecorationProvider: core_frontend_1.ViewClipDecorationProvider,
|
|
218
|
+
ViewClipTool: core_frontend_1.ViewClipTool,
|
|
184
219
|
ViewCreator2d: core_frontend_1.ViewCreator2d,
|
|
185
220
|
ViewCreator3d: core_frontend_1.ViewCreator3d,
|
|
186
|
-
queryTerrainElevationOffset: core_frontend_1.queryTerrainElevationOffset,
|
|
187
|
-
ViewingSpace: core_frontend_1.ViewingSpace,
|
|
188
221
|
ViewManager: core_frontend_1.ViewManager,
|
|
222
|
+
ViewManip: core_frontend_1.ViewManip,
|
|
189
223
|
ViewPose: core_frontend_1.ViewPose,
|
|
190
224
|
ViewRect: core_frontend_1.ViewRect,
|
|
191
225
|
ViewState: core_frontend_1.ViewState,
|
|
192
|
-
ViewState3d: core_frontend_1.ViewState3d,
|
|
193
226
|
ViewState2d: core_frontend_1.ViewState2d,
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
GeometryStreamFlags: core_common_1.GeometryStreamFlags,
|
|
217
|
-
FillDisplay: core_common_1.FillDisplay,
|
|
218
|
-
BackgroundFill: core_common_1.BackgroundFill,
|
|
219
|
-
GeometryClass: core_common_1.GeometryClass,
|
|
220
|
-
GeometrySummaryVerbosity: core_common_1.GeometrySummaryVerbosity,
|
|
221
|
-
FillFlags: core_common_1.FillFlags,
|
|
222
|
-
HSVConstants: core_common_1.HSVConstants,
|
|
223
|
-
ImageBufferFormat: core_common_1.ImageBufferFormat,
|
|
224
|
-
ImageSourceFormat: core_common_1.ImageSourceFormat,
|
|
225
|
-
LinePixels: core_common_1.LinePixels,
|
|
226
|
-
MassPropertiesOperation: core_common_1.MassPropertiesOperation,
|
|
227
|
-
TextureMapUnits: core_common_1.TextureMapUnits,
|
|
228
|
-
PlanarClipMaskMode: core_common_1.PlanarClipMaskMode,
|
|
229
|
-
PlanarClipMaskPriority: core_common_1.PlanarClipMaskPriority,
|
|
230
|
-
SkyBoxImageType: core_common_1.SkyBoxImageType,
|
|
231
|
-
SpatialClassifierInsideDisplay: core_common_1.SpatialClassifierInsideDisplay,
|
|
232
|
-
SpatialClassifierOutsideDisplay: core_common_1.SpatialClassifierOutsideDisplay,
|
|
233
|
-
TerrainHeightOriginMode: core_common_1.TerrainHeightOriginMode,
|
|
234
|
-
ThematicGradientMode: core_common_1.ThematicGradientMode,
|
|
235
|
-
ThematicGradientColorScheme: core_common_1.ThematicGradientColorScheme,
|
|
236
|
-
ThematicDisplayMode: core_common_1.ThematicDisplayMode,
|
|
237
|
-
TxnAction: core_common_1.TxnAction,
|
|
238
|
-
GridOrientationType: core_common_1.GridOrientationType,
|
|
239
|
-
RenderMode: core_common_1.RenderMode,
|
|
240
|
-
ColorByName: core_common_1.ColorByName,
|
|
241
|
-
ColorDef: core_common_1.ColorDef,
|
|
227
|
+
ViewState3d: core_frontend_1.ViewState3d,
|
|
228
|
+
ViewStatus: core_frontend_1.ViewStatus,
|
|
229
|
+
ViewTool: core_frontend_1.ViewTool,
|
|
230
|
+
ViewingSpace: core_frontend_1.ViewingSpace,
|
|
231
|
+
canvasToImageBuffer: core_frontend_1.canvasToImageBuffer,
|
|
232
|
+
canvasToResizedCanvasWithBars: core_frontend_1.canvasToResizedCanvasWithBars,
|
|
233
|
+
connectViewportFrusta: core_frontend_1.connectViewportFrusta,
|
|
234
|
+
connectViewportViews: core_frontend_1.connectViewportViews,
|
|
235
|
+
connectViewports: core_frontend_1.connectViewports,
|
|
236
|
+
extractImageSourceDimensions: core_frontend_1.extractImageSourceDimensions,
|
|
237
|
+
getCompressedJpegFromCanvas: core_frontend_1.getCompressedJpegFromCanvas,
|
|
238
|
+
getImageSourceFormatForMimeType: core_frontend_1.getImageSourceFormatForMimeType,
|
|
239
|
+
getImageSourceMimeType: core_frontend_1.getImageSourceMimeType,
|
|
240
|
+
imageBufferToBase64EncodedPng: core_frontend_1.imageBufferToBase64EncodedPng,
|
|
241
|
+
imageBufferToCanvas: core_frontend_1.imageBufferToCanvas,
|
|
242
|
+
imageBufferToPngDataUrl: core_frontend_1.imageBufferToPngDataUrl,
|
|
243
|
+
imageElementFromImageSource: core_frontend_1.imageElementFromImageSource,
|
|
244
|
+
imageElementFromUrl: core_frontend_1.imageElementFromUrl,
|
|
245
|
+
queryTerrainElevationOffset: core_frontend_1.queryTerrainElevationOffset,
|
|
246
|
+
readElementGraphics: core_frontend_1.readElementGraphics,
|
|
247
|
+
synchronizeViewportFrusta: core_frontend_1.synchronizeViewportFrusta,
|
|
248
|
+
synchronizeViewportViews: core_frontend_1.synchronizeViewportViews,
|
|
242
249
|
};
|
|
243
250
|
// END GENERATED CODE
|
|
244
251
|
const getExtensionApi = (id) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExtensionRuntime.js","sourceRoot":"","sources":["../../../src/extension/ExtensionRuntime.ts"],"names":[],"mappings":"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","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Extensions\r\n */\r\n\r\n/* eslint-disable @typescript-eslint/naming-convention */\r\n/* eslint-disable @itwin/no-internal-barrel-imports */\r\n/* eslint-disable sort-imports */\r\n\r\nimport { ExtensionImpl } from \"./ExtensionImpl\";\r\nimport { ExtensionHost } from \"./ExtensionHost\";\r\n\r\nconst globalSymbol = Symbol.for(\"itwin.core.frontend.globals\");\r\nif ((globalThis as any)[globalSymbol])\r\n throw new Error(\"Multiple @itwin/core-frontend imports detected!\");\r\n\r\n// BEGIN GENERATED CODE\r\nimport {\r\n // @public enum(s) from @itwin/core-frontend\r\n ContextRotationId,\r\n ACSType,\r\n ACSDisplayOptions,\r\n CoordSystem,\r\n LocateAction,\r\n LocateFilterStatus,\r\n SnapStatus,\r\n FlashMode,\r\n FrontendLoggerCategory,\r\n SnapMode,\r\n SnapHeat,\r\n HitSource,\r\n HitGeomType,\r\n HitParentGeomType,\r\n HitPriority,\r\n HitDetailType,\r\n OutputMessageType,\r\n OutputMessagePriority,\r\n OutputMessageAlert,\r\n ActivityMessageEndReason,\r\n MessageBoxType,\r\n MessageBoxIconType,\r\n MessageBoxValue,\r\n GraphicType,\r\n UniformType,\r\n VaryingType,\r\n SelectionSetEventType,\r\n StandardViewId,\r\n TileLoadStatus,\r\n TileVisibility,\r\n TileLoadPriority,\r\n TileBoundingBoxes,\r\n TileTreeLoadStatus,\r\n TileGraphicType,\r\n ClipEventType,\r\n SelectionMethod,\r\n SelectionMode,\r\n SelectionProcessing,\r\n BeButton,\r\n CoordinateLockOverrides,\r\n InputSource,\r\n CoordSource,\r\n BeModifierKeys,\r\n EventHandled,\r\n ParseAndRunResult,\r\n KeyinParseError,\r\n StartOrResume,\r\n ManipulatorToolEvent,\r\n ToolAssistanceImage,\r\n ToolAssistanceInputMethod,\r\n ViewStatus,\r\n // @public real(s) from @itwin/core-frontend\r\n AccuDrawHintBuilder,\r\n AccuSnap,\r\n AuxCoordSystemState,\r\n AuxCoordSystem2dState,\r\n AuxCoordSystem3dState,\r\n AuxCoordSystemSpatialState,\r\n BingLocationProvider,\r\n CategorySelectorState,\r\n ChangeFlags,\r\n ContextRealityModelState,\r\n DisplayStyleState,\r\n DisplayStyle2dState,\r\n DisplayStyle3dState,\r\n DrawingViewState,\r\n LocateOptions,\r\n LocateResponse,\r\n ElementPicker,\r\n ElementLocateManager,\r\n EmphasizeElements,\r\n EntityState,\r\n ElementState,\r\n FlashSettings,\r\n FrustumAnimator,\r\n GlobeAnimator,\r\n HitDetail,\r\n SnapDetail,\r\n IntersectDetail,\r\n HitList,\r\n canvasToResizedCanvasWithBars,\r\n imageBufferToCanvas,\r\n canvasToImageBuffer,\r\n getImageSourceMimeType,\r\n getImageSourceFormatForMimeType,\r\n imageElementFromImageSource,\r\n imageElementFromUrl,\r\n extractImageSourceDimensions,\r\n imageBufferToPngDataUrl,\r\n imageBufferToBase64EncodedPng,\r\n getCompressedJpegFromCanvas,\r\n IModelConnection,\r\n NotificationHandler,\r\n MarginPercent,\r\n Marker,\r\n Cluster,\r\n MarkerSet,\r\n ModelSelectorState,\r\n ModelState,\r\n GeometricModelState,\r\n GeometricModel2dState,\r\n GeometricModel3dState,\r\n SheetModelState,\r\n SpatialModelState,\r\n PhysicalModelState,\r\n SpatialLocationModelState,\r\n DrawingModelState,\r\n SectionDrawingModelState,\r\n NotifyMessageDetails,\r\n ActivityMessageDetails,\r\n NotificationManager,\r\n PerModelCategoryVisibility,\r\n Decorations,\r\n FeatureSymbology,\r\n GraphicBranch,\r\n GraphicBuilder,\r\n Pixel,\r\n RenderClipVolume,\r\n RenderGraphic,\r\n RenderGraphicOwner,\r\n RenderSystem,\r\n Scene,\r\n HiliteSet,\r\n SelectionSet,\r\n SheetViewState,\r\n SpatialViewState,\r\n OrthographicViewState,\r\n Sprite,\r\n IconSprites,\r\n SpriteLocation,\r\n TentativePoint,\r\n DisclosedTileTreeSet,\r\n readElementGraphics,\r\n BingElevationProvider,\r\n Tile,\r\n TileAdmin,\r\n TileDrawArgs,\r\n TileRequest,\r\n TileRequestChannelStatistics,\r\n TileRequestChannel,\r\n TileRequestChannels,\r\n TileTree,\r\n TileTreeReference,\r\n TileUsageMarker,\r\n Tiles,\r\n ViewClipTool,\r\n ViewClipClearTool,\r\n ViewClipDecorationProvider,\r\n EditManipulator,\r\n EventController,\r\n PrimitiveTool,\r\n BeButtonState,\r\n BeButtonEvent,\r\n BeTouchEvent,\r\n BeWheelEvent,\r\n Tool,\r\n InteractiveTool,\r\n InputCollector,\r\n ToolAdmin,\r\n ToolAssistance,\r\n ToolSettings,\r\n ViewTool,\r\n ViewManip,\r\n ViewCreator2d,\r\n ViewCreator3d,\r\n queryTerrainElevationOffset,\r\n ViewingSpace,\r\n ViewManager,\r\n ViewPose,\r\n ViewRect,\r\n ViewState,\r\n ViewState3d,\r\n ViewState2d,\r\n} from \"../core-frontend\";\r\n\r\nimport {\r\n // @public enum(s) from @itwin/core-common\r\n BackgroundMapType,\r\n GlobeMode,\r\n BriefcaseIdValue,\r\n SyncMode,\r\n TypeOfChange,\r\n ChangesetType,\r\n BisCodeSpec,\r\n CommonLoggerCategory,\r\n QueryRowFormat,\r\n MonochromeMode,\r\n ECSqlValueType,\r\n ChangeOpCode,\r\n ChangedValueState,\r\n ECSqlSystemProperty,\r\n SectionType,\r\n Rank,\r\n FeatureOverrideType,\r\n BatchType,\r\n FontType,\r\n Npc,\r\n GeoCoordStatus,\r\n ElementGeometryOpcode,\r\n GeometryStreamFlags,\r\n FillDisplay,\r\n BackgroundFill,\r\n GeometryClass,\r\n GeometrySummaryVerbosity,\r\n FillFlags,\r\n HSVConstants,\r\n ImageBufferFormat,\r\n ImageSourceFormat,\r\n LinePixels,\r\n MassPropertiesOperation,\r\n TextureMapUnits,\r\n PlanarClipMaskMode,\r\n PlanarClipMaskPriority,\r\n SkyBoxImageType,\r\n SpatialClassifierInsideDisplay,\r\n SpatialClassifierOutsideDisplay,\r\n TerrainHeightOriginMode,\r\n ThematicGradientMode,\r\n ThematicGradientColorScheme,\r\n ThematicDisplayMode,\r\n TxnAction,\r\n GridOrientationType,\r\n RenderMode,\r\n // @public real(s) from @itwin/core-common\r\n ColorByName,\r\n ColorDef,\r\n} from \"@itwin/core-common\";\r\n\r\nconst extensionExports = {\r\n ContextRotationId,\r\n ACSType,\r\n ACSDisplayOptions,\r\n CoordSystem,\r\n LocateAction,\r\n LocateFilterStatus,\r\n SnapStatus,\r\n FlashMode,\r\n FrontendLoggerCategory,\r\n SnapMode,\r\n SnapHeat,\r\n HitSource,\r\n HitGeomType,\r\n HitParentGeomType,\r\n HitPriority,\r\n HitDetailType,\r\n OutputMessageType,\r\n OutputMessagePriority,\r\n OutputMessageAlert,\r\n ActivityMessageEndReason,\r\n MessageBoxType,\r\n MessageBoxIconType,\r\n MessageBoxValue,\r\n GraphicType,\r\n UniformType,\r\n VaryingType,\r\n SelectionSetEventType,\r\n StandardViewId,\r\n TileLoadStatus,\r\n TileVisibility,\r\n TileLoadPriority,\r\n TileBoundingBoxes,\r\n TileTreeLoadStatus,\r\n TileGraphicType,\r\n ClipEventType,\r\n SelectionMethod,\r\n SelectionMode,\r\n SelectionProcessing,\r\n BeButton,\r\n CoordinateLockOverrides,\r\n InputSource,\r\n CoordSource,\r\n BeModifierKeys,\r\n EventHandled,\r\n ParseAndRunResult,\r\n KeyinParseError,\r\n StartOrResume,\r\n ManipulatorToolEvent,\r\n ToolAssistanceImage,\r\n ToolAssistanceInputMethod,\r\n ViewStatus,\r\n AccuDrawHintBuilder,\r\n AccuSnap,\r\n AuxCoordSystemState,\r\n AuxCoordSystem2dState,\r\n AuxCoordSystem3dState,\r\n AuxCoordSystemSpatialState,\r\n BingLocationProvider,\r\n CategorySelectorState,\r\n ChangeFlags,\r\n ContextRealityModelState,\r\n DisplayStyleState,\r\n DisplayStyle2dState,\r\n DisplayStyle3dState,\r\n DrawingViewState,\r\n LocateOptions,\r\n LocateResponse,\r\n ElementPicker,\r\n ElementLocateManager,\r\n EmphasizeElements,\r\n EntityState,\r\n ElementState,\r\n FlashSettings,\r\n FrustumAnimator,\r\n GlobeAnimator,\r\n HitDetail,\r\n SnapDetail,\r\n IntersectDetail,\r\n HitList,\r\n canvasToResizedCanvasWithBars,\r\n imageBufferToCanvas,\r\n canvasToImageBuffer,\r\n getImageSourceMimeType,\r\n getImageSourceFormatForMimeType,\r\n imageElementFromImageSource,\r\n imageElementFromUrl,\r\n extractImageSourceDimensions,\r\n imageBufferToPngDataUrl,\r\n imageBufferToBase64EncodedPng,\r\n getCompressedJpegFromCanvas,\r\n IModelConnection,\r\n NotificationHandler,\r\n MarginPercent,\r\n Marker,\r\n Cluster,\r\n MarkerSet,\r\n ModelSelectorState,\r\n ModelState,\r\n GeometricModelState,\r\n GeometricModel2dState,\r\n GeometricModel3dState,\r\n SheetModelState,\r\n SpatialModelState,\r\n PhysicalModelState,\r\n SpatialLocationModelState,\r\n DrawingModelState,\r\n SectionDrawingModelState,\r\n NotifyMessageDetails,\r\n ActivityMessageDetails,\r\n NotificationManager,\r\n PerModelCategoryVisibility,\r\n Decorations,\r\n FeatureSymbology,\r\n GraphicBranch,\r\n GraphicBuilder,\r\n Pixel,\r\n RenderClipVolume,\r\n RenderGraphic,\r\n RenderGraphicOwner,\r\n RenderSystem,\r\n Scene,\r\n HiliteSet,\r\n SelectionSet,\r\n SheetViewState,\r\n SpatialViewState,\r\n OrthographicViewState,\r\n Sprite,\r\n IconSprites,\r\n SpriteLocation,\r\n TentativePoint,\r\n DisclosedTileTreeSet,\r\n readElementGraphics,\r\n BingElevationProvider,\r\n Tile,\r\n TileAdmin,\r\n TileDrawArgs,\r\n TileRequest,\r\n TileRequestChannelStatistics,\r\n TileRequestChannel,\r\n TileRequestChannels,\r\n TileTree,\r\n TileTreeReference,\r\n TileUsageMarker,\r\n Tiles,\r\n ViewClipTool,\r\n ViewClipClearTool,\r\n ViewClipDecorationProvider,\r\n EditManipulator,\r\n EventController,\r\n PrimitiveTool,\r\n BeButtonState,\r\n BeButtonEvent,\r\n BeTouchEvent,\r\n BeWheelEvent,\r\n Tool,\r\n InteractiveTool,\r\n InputCollector,\r\n ToolAdmin,\r\n ToolAssistance,\r\n ToolSettings,\r\n ViewTool,\r\n ViewManip,\r\n ViewCreator2d,\r\n ViewCreator3d,\r\n queryTerrainElevationOffset,\r\n ViewingSpace,\r\n ViewManager,\r\n ViewPose,\r\n ViewRect,\r\n ViewState,\r\n ViewState3d,\r\n ViewState2d,\r\n BackgroundMapType,\r\n GlobeMode,\r\n BriefcaseIdValue,\r\n SyncMode,\r\n TypeOfChange,\r\n ChangesetType,\r\n BisCodeSpec,\r\n CommonLoggerCategory,\r\n QueryRowFormat,\r\n MonochromeMode,\r\n ECSqlValueType,\r\n ChangeOpCode,\r\n ChangedValueState,\r\n ECSqlSystemProperty,\r\n SectionType,\r\n Rank,\r\n FeatureOverrideType,\r\n BatchType,\r\n FontType,\r\n Npc,\r\n GeoCoordStatus,\r\n ElementGeometryOpcode,\r\n GeometryStreamFlags,\r\n FillDisplay,\r\n BackgroundFill,\r\n GeometryClass,\r\n GeometrySummaryVerbosity,\r\n FillFlags,\r\n HSVConstants,\r\n ImageBufferFormat,\r\n ImageSourceFormat,\r\n LinePixels,\r\n MassPropertiesOperation,\r\n TextureMapUnits,\r\n PlanarClipMaskMode,\r\n PlanarClipMaskPriority,\r\n SkyBoxImageType,\r\n SpatialClassifierInsideDisplay,\r\n SpatialClassifierOutsideDisplay,\r\n TerrainHeightOriginMode,\r\n ThematicGradientMode,\r\n ThematicGradientColorScheme,\r\n ThematicDisplayMode,\r\n TxnAction,\r\n GridOrientationType,\r\n RenderMode,\r\n ColorByName,\r\n ColorDef,\r\n};\r\n\r\n// END GENERATED CODE\r\n\r\nconst getExtensionApi = (id: string) => {\r\n return {\r\n exports: {\r\n // exceptions\r\n ExtensionHost,\r\n // automated\r\n ...extensionExports,\r\n },\r\n api: new ExtensionImpl(id),\r\n };\r\n};\r\n\r\n(globalThis as any)[globalSymbol] = {\r\n getExtensionApi,\r\n};\r\n"]}
|
|
1
|
+
{"version":3,"file":"ExtensionRuntime.js","sourceRoot":"","sources":["../../../src/extension/ExtensionRuntime.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;AAEH,yDAAyD;AACzD,sDAAsD;AACtD,iCAAiC;AAEjC,mDAAgD;AAChD,mDAAgD;AAEhD,MAAM,YAAY,GAAG,MAAM,CAAC,GAAG,CAAC,6BAA6B,CAAC,CAAC;AAC/D,IAAK,UAAkB,CAAC,YAAY,CAAC;IACnC,MAAM,IAAI,KAAK,CAAC,iDAAiD,CAAC,CAAC;AAErE,uBAAuB;AACvB,oDAsL0B;AAE1B,oDAmD4B;AAE5B,MAAM,gBAAgB,GAAG;IACvB,iBAAiB,EAAjB,iCAAiB;IACjB,OAAO,EAAP,uBAAO;IACP,mBAAmB,EAAnB,mCAAmB;IACnB,QAAQ,EAAR,wBAAQ;IACR,sBAAsB,EAAtB,sCAAsB;IACtB,wBAAwB,EAAxB,wCAAwB;IACxB,qBAAqB,EAArB,qCAAqB;IACrB,qBAAqB,EAArB,qCAAqB;IACrB,0BAA0B,EAA1B,0CAA0B;IAC1B,mBAAmB,EAAnB,mCAAmB;IACnB,cAAc,EAAd,4BAAc;IACd,iBAAiB,EAAjB,+BAAiB;IACjB,SAAS,EAAT,uBAAS;IACT,QAAQ,EAAR,wBAAQ;IACR,aAAa,EAAb,6BAAa;IACb,aAAa,EAAb,6BAAa;IACb,cAAc,EAAd,8BAAc;IACd,YAAY,EAAZ,4BAAY;IACZ,YAAY,EAAZ,4BAAY;IACZ,qBAAqB,EAArB,qCAAqB;IACrB,oBAAoB,EAApB,oCAAoB;IACpB,WAAW,EAAX,yBAAW;IACX,gBAAgB,EAAhB,8BAAgB;IAChB,qBAAqB,EAArB,qCAAqB;IACrB,WAAW,EAAX,2BAAW;IACX,YAAY,EAAZ,0BAAY;IACZ,iBAAiB,EAAjB,+BAAiB;IACjB,aAAa,EAAb,2BAAa;IACb,aAAa,EAAb,6BAAa;IACb,OAAO,EAAP,uBAAO;IACP,WAAW,EAAX,yBAAW;IACX,QAAQ,EAAR,sBAAQ;IACR,oBAAoB,EAApB,kCAAoB;IACpB,wBAAwB,EAAxB,wCAAwB;IACxB,iBAAiB,EAAjB,iCAAiB;IACjB,WAAW,EAAX,2BAAW;IACX,WAAW,EAAX,2BAAW;IACX,uBAAuB,EAAvB,uCAAuB;IACvB,WAAW,EAAX,2BAAW;IACX,oBAAoB,EAApB,oCAAoB;IACpB,mBAAmB,EAAnB,mCAAmB;IACnB,mBAAmB,EAAnB,mCAAmB;IACnB,iBAAiB,EAAjB,iCAAiB;IACjB,iBAAiB,EAAjB,iCAAiB;IACjB,gBAAgB,EAAhB,gCAAgB;IAChB,mBAAmB,EAAnB,iCAAmB;IACnB,cAAc,EAAd,4BAAc;IACd,eAAe,EAAf,+BAAe;IACf,qBAAqB,EAArB,mCAAqB;IACrB,oBAAoB,EAApB,oCAAoB;IACpB,aAAa,EAAb,6BAAa;IACb,YAAY,EAAZ,4BAAY;IACZ,iBAAiB,EAAjB,iCAAiB;IACjB,WAAW,EAAX,2BAAW;IACX,eAAe,EAAf,+BAAe;IACf,YAAY,EAAZ,4BAAY;IACZ,mBAAmB,EAAnB,iCAAmB;IACnB,gBAAgB,EAAhB,gCAAgB;IAChB,WAAW,EAAX,yBAAW;IACX,SAAS,EAAT,uBAAS;IACT,SAAS,EAAT,yBAAS;IACT,aAAa,EAAb,6BAAa;IACb,QAAQ,EAAR,sBAAQ;IACR,sBAAsB,EAAtB,sCAAsB;IACtB,eAAe,EAAf,+BAAe;IACf,cAAc,EAAd,4BAAc;IACd,qBAAqB,EAArB,qCAAqB;IACrB,qBAAqB,EAArB,qCAAqB;IACrB,mBAAmB,EAAnB,mCAAmB;IACnB,aAAa,EAAb,2BAAa;IACb,mBAAmB,EAAnB,iCAAmB;IACnB,wBAAwB,EAAxB,sCAAwB;IACxB,aAAa,EAAb,6BAAa;IACb,SAAS,EAAT,uBAAS;IACT,aAAa,EAAb,6BAAa;IACb,cAAc,EAAd,8BAAc;IACd,WAAW,EAAX,2BAAW;IACX,mBAAmB,EAAnB,iCAAmB;IACnB,YAAY,EAAZ,0BAAY;IACZ,SAAS,EAAT,yBAAS;IACT,SAAS,EAAT,yBAAS;IACT,aAAa,EAAb,6BAAa;IACb,WAAW,EAAX,2BAAW;IACX,OAAO,EAAP,uBAAO;IACP,iBAAiB,EAAjB,iCAAiB;IACjB,WAAW,EAAX,2BAAW;IACX,SAAS,EAAT,yBAAS;IACT,gBAAgB,EAAhB,gCAAgB;IAChB,WAAW,EAAX,2BAAW;IACX,iBAAiB,EAAjB,+BAAiB;IACjB,iBAAiB,EAAjB,+BAAiB;IACjB,cAAc,EAAd,8BAAc;IACd,WAAW,EAAX,2BAAW;IACX,eAAe,EAAf,+BAAe;IACf,eAAe,EAAf,+BAAe;IACf,eAAe,EAAf,+BAAe;IACf,UAAU,EAAV,wBAAU;IACV,YAAY,EAAZ,4BAAY;IACZ,kBAAkB,EAAlB,kCAAkB;IAClB,aAAa,EAAb,6BAAa;IACb,cAAc,EAAd,8BAAc;IACd,oBAAoB,EAApB,oCAAoB;IACpB,aAAa,EAAb,6BAAa;IACb,MAAM,EAAN,sBAAM;IACN,SAAS,EAAT,yBAAS;IACT,uBAAuB,EAAvB,qCAAuB;IACvB,kBAAkB,EAAlB,kCAAkB;IAClB,cAAc,EAAd,8BAAc;IACd,eAAe,EAAf,+BAAe;IACf,kBAAkB,EAAlB,kCAAkB;IAClB,UAAU,EAAV,0BAAU;IACV,cAAc,EAAd,4BAAc;IACd,mBAAmB,EAAnB,mCAAmB;IACnB,mBAAmB,EAAnB,mCAAmB;IACnB,oBAAoB,EAApB,oCAAoB;IACpB,GAAG,EAAH,iBAAG;IACH,qBAAqB,EAArB,qCAAqB;IACrB,kBAAkB,EAAlB,kCAAkB;IAClB,qBAAqB,EAArB,qCAAqB;IACrB,iBAAiB,EAAjB,iCAAiB;IACjB,iBAAiB,EAAjB,iCAAiB;IACjB,0BAA0B,EAA1B,0CAA0B;IAC1B,kBAAkB,EAAlB,kCAAkB;IAClB,KAAK,EAAL,qBAAK;IACL,kBAAkB,EAAlB,gCAAkB;IAClB,sBAAsB,EAAtB,oCAAsB;IACtB,aAAa,EAAb,6BAAa;IACb,cAAc,EAAd,4BAAc;IACd,IAAI,EAAJ,kBAAI;IACJ,gBAAgB,EAAhB,gCAAgB;IAChB,aAAa,EAAb,6BAAa;IACb,kBAAkB,EAAlB,kCAAkB;IAClB,UAAU,EAAV,wBAAU;IACV,YAAY,EAAZ,4BAAY;IACZ,KAAK,EAAL,qBAAK;IACL,wBAAwB,EAAxB,wCAAwB;IACxB,WAAW,EAAX,yBAAW;IACX,eAAe,EAAf,+BAAe;IACf,aAAa,EAAb,6BAAa;IACb,mBAAmB,EAAnB,mCAAmB;IACnB,YAAY,EAAZ,4BAAY;IACZ,qBAAqB,EAArB,qCAAqB;IACrB,eAAe,EAAf,+BAAe;IACf,cAAc,EAAd,8BAAc;IACd,eAAe,EAAf,6BAAe;IACf,UAAU,EAAV,0BAAU;IACV,QAAQ,EAAR,wBAAQ;IACR,QAAQ,EAAR,wBAAQ;IACR,UAAU,EAAV,0BAAU;IACV,8BAA8B,EAA9B,4CAA8B;IAC9B,+BAA+B,EAA/B,6CAA+B;IAC/B,yBAAyB,EAAzB,yCAAyB;IACzB,iBAAiB,EAAjB,iCAAiB;IACjB,gBAAgB,EAAhB,gCAAgB;IAChB,MAAM,EAAN,sBAAM;IACN,cAAc,EAAd,8BAAc;IACd,cAAc,EAAd,8BAAc;IACd,aAAa,EAAb,6BAAa;IACb,QAAQ,EAAR,sBAAQ;IACR,cAAc,EAAd,8BAAc;IACd,uBAAuB,EAAvB,qCAAuB;IACvB,eAAe,EAAf,6BAAe;IACf,mBAAmB,EAAnB,iCAAmB;IACnB,2BAA2B,EAA3B,yCAA2B;IAC3B,oBAAoB,EAApB,kCAAoB;IACpB,IAAI,EAAJ,oBAAI;IACJ,SAAS,EAAT,yBAAS;IACT,iBAAiB,EAAjB,iCAAiB;IACjB,YAAY,EAAZ,4BAAY;IACZ,eAAe,EAAf,+BAAe;IACf,gBAAgB,EAAhB,gCAAgB;IAChB,cAAc,EAAd,8BAAc;IACd,WAAW,EAAX,2BAAW;IACX,kBAAkB,EAAlB,kCAAkB;IAClB,4BAA4B,EAA5B,4CAA4B;IAC5B,mBAAmB,EAAnB,mCAAmB;IACnB,QAAQ,EAAR,wBAAQ;IACR,kBAAkB,EAAlB,kCAAkB;IAClB,iBAAiB,EAAjB,iCAAiB;IACjB,eAAe,EAAf,+BAAe;IACf,cAAc,EAAd,8BAAc;IACd,KAAK,EAAL,qBAAK;IACL,IAAI,EAAJ,oBAAI;IACJ,SAAS,EAAT,yBAAS;IACT,cAAc,EAAd,8BAAc;IACd,mBAAmB,EAAnB,mCAAmB;IACnB,yBAAyB,EAAzB,yCAAyB;IACzB,YAAY,EAAZ,4BAAY;IACZ,yBAAyB,EAAzB,yCAAyB;IACzB,kBAAkB,EAAlB,kCAAkB;IAClB,SAAS,EAAT,uBAAS;IACT,YAAY,EAAZ,0BAAY;IACZ,WAAW,EAAX,2BAAW;IACX,WAAW,EAAX,2BAAW;IACX,iBAAiB,EAAjB,iCAAiB;IACjB,0BAA0B,EAA1B,0CAA0B;IAC1B,YAAY,EAAZ,4BAAY;IACZ,aAAa,EAAb,6BAAa;IACb,aAAa,EAAb,6BAAa;IACb,WAAW,EAAX,2BAAW;IACX,SAAS,EAAT,yBAAS;IACT,QAAQ,EAAR,wBAAQ;IACR,QAAQ,EAAR,wBAAQ;IACR,SAAS,EAAT,yBAAS;IACT,WAAW,EAAX,2BAAW;IACX,WAAW,EAAX,2BAAW;IACX,UAAU,EAAV,0BAAU;IACV,QAAQ,EAAR,wBAAQ;IACR,YAAY,EAAZ,4BAAY;IACZ,mBAAmB,EAAnB,mCAAmB;IACnB,6BAA6B,EAA7B,6CAA6B;IAC7B,qBAAqB,EAArB,qCAAqB;IACrB,oBAAoB,EAApB,oCAAoB;IACpB,gBAAgB,EAAhB,gCAAgB;IAChB,4BAA4B,EAA5B,4CAA4B;IAC5B,2BAA2B,EAA3B,2CAA2B;IAC3B,+BAA+B,EAA/B,+CAA+B;IAC/B,sBAAsB,EAAtB,sCAAsB;IACtB,6BAA6B,EAA7B,6CAA6B;IAC7B,mBAAmB,EAAnB,mCAAmB;IACnB,uBAAuB,EAAvB,uCAAuB;IACvB,2BAA2B,EAA3B,2CAA2B;IAC3B,mBAAmB,EAAnB,mCAAmB;IACnB,2BAA2B,EAA3B,2CAA2B;IAC3B,mBAAmB,EAAnB,mCAAmB;IACnB,yBAAyB,EAAzB,yCAAyB;IACzB,wBAAwB,EAAxB,wCAAwB;CACzB,CAAC;AAEF,qBAAqB;AAErB,MAAM,eAAe,GAAG,CAAC,EAAU,EAAE,EAAE;IACrC,OAAO;QACL,OAAO,EAAE;YACP,aAAa;YACb,aAAa,EAAb,6BAAa;YACb,YAAY;YACZ,GAAG,gBAAgB;SACpB;QACD,GAAG,EAAE,IAAI,6BAAa,CAAC,EAAE,CAAC;KAC3B,CAAC;AACJ,CAAC,CAAC;AAED,UAAkB,CAAC,YAAY,CAAC,GAAG;IAClC,eAAe;CAChB,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Extensions\r\n */\r\n\r\n/* eslint-disable @typescript-eslint/naming-convention */\r\n/* eslint-disable @itwin/no-internal-barrel-imports */\r\n/* eslint-disable sort-imports */\r\n\r\nimport { ExtensionImpl } from \"./ExtensionImpl\";\r\nimport { ExtensionHost } from \"./ExtensionHost\";\r\n\r\nconst globalSymbol = Symbol.for(\"itwin.core.frontend.globals\");\r\nif ((globalThis as any)[globalSymbol])\r\n throw new Error(\"Multiple @itwin/core-frontend imports detected!\");\r\n\r\n// BEGIN GENERATED CODE\r\nimport {\r\n // @public enum(s) from @itwin/core-frontend\r\n ACSDisplayOptions,\r\n ACSType,\r\n ActivityMessageEndReason,\r\n BeButton,\r\n BeModifierKeys,\r\n ClipEventType,\r\n ContextRotationId,\r\n CoordSource,\r\n CoordSystem,\r\n CoordinateLockOverrides,\r\n EventHandled,\r\n FlashMode,\r\n FrontendLoggerCategory,\r\n GraphicType,\r\n HitDetailType,\r\n HitGeomType,\r\n HitParentGeomType,\r\n HitPriority,\r\n HitSource,\r\n InputSource,\r\n KeyinParseError,\r\n LocateAction,\r\n LocateFilterStatus,\r\n ManipulatorToolEvent,\r\n MessageBoxIconType,\r\n MessageBoxType,\r\n MessageBoxValue,\r\n OutputMessageAlert,\r\n OutputMessagePriority,\r\n OutputMessageType,\r\n ParseAndRunResult,\r\n SelectionMethod,\r\n SelectionMode,\r\n SelectionProcessing,\r\n SelectionSetEventType,\r\n SnapHeat,\r\n SnapMode,\r\n SnapStatus,\r\n StandardViewId,\r\n StartOrResume,\r\n TileBoundingBoxes,\r\n TileGraphicType,\r\n TileLoadPriority,\r\n TileLoadStatus,\r\n TileTreeLoadStatus,\r\n TileVisibility,\r\n ToolAssistanceImage,\r\n ToolAssistanceInputMethod,\r\n UniformType,\r\n VaryingType,\r\n ViewStatus,\r\n // @public real(s) from @itwin/core-frontend\r\n AccuDrawHintBuilder,\r\n AccuSnap,\r\n ActivityMessageDetails,\r\n AuxCoordSystem2dState,\r\n AuxCoordSystem3dState,\r\n AuxCoordSystemSpatialState,\r\n AuxCoordSystemState,\r\n BeButtonEvent,\r\n BeButtonState,\r\n BeTouchEvent,\r\n BeWheelEvent,\r\n BingElevationProvider,\r\n BingLocationProvider,\r\n CategorySelectorState,\r\n ChangeFlags,\r\n Cluster,\r\n ContextRealityModelState,\r\n Decorations,\r\n DisclosedTileTreeSet,\r\n DisplayStyle2dState,\r\n DisplayStyle3dState,\r\n DisplayStyleState,\r\n DrawingModelState,\r\n DrawingViewState,\r\n EditManipulator,\r\n ElementLocateManager,\r\n ElementPicker,\r\n ElementState,\r\n EmphasizeElements,\r\n EntityState,\r\n EventController,\r\n FeatureSymbology,\r\n FlashSettings,\r\n FrustumAnimator,\r\n GeometricModel2dState,\r\n GeometricModel3dState,\r\n GeometricModelState,\r\n GlobeAnimator,\r\n GraphicBranch,\r\n GraphicBuilder,\r\n HiliteSet,\r\n HitDetail,\r\n HitList,\r\n IModelConnection,\r\n IconSprites,\r\n InputCollector,\r\n InteractiveTool,\r\n IntersectDetail,\r\n LocateOptions,\r\n LocateResponse,\r\n MarginPercent,\r\n Marker,\r\n MarkerSet,\r\n ModelSelectorState,\r\n ModelState,\r\n NotificationHandler,\r\n NotificationManager,\r\n NotifyMessageDetails,\r\n OrthographicViewState,\r\n PerModelCategoryVisibility,\r\n PhysicalModelState,\r\n Pixel,\r\n PrimitiveTool,\r\n RenderClipVolume,\r\n RenderGraphic,\r\n RenderGraphicOwner,\r\n RenderSystem,\r\n Scene,\r\n SectionDrawingModelState,\r\n SelectionSet,\r\n SheetModelState,\r\n SheetViewState,\r\n SnapDetail,\r\n SpatialLocationModelState,\r\n SpatialModelState,\r\n SpatialViewState,\r\n Sprite,\r\n SpriteLocation,\r\n TentativePoint,\r\n Tile,\r\n TileAdmin,\r\n TileDrawArgs,\r\n TileRequest,\r\n TileRequestChannel,\r\n TileRequestChannelStatistics,\r\n TileRequestChannels,\r\n TileTree,\r\n TileTreeReference,\r\n TileUsageMarker,\r\n Tiles,\r\n Tool,\r\n ToolAdmin,\r\n ToolAssistance,\r\n ToolSettings,\r\n TwoWayViewportFrustumSync,\r\n TwoWayViewportSync,\r\n ViewClipClearTool,\r\n ViewClipDecorationProvider,\r\n ViewClipTool,\r\n ViewCreator2d,\r\n ViewCreator3d,\r\n ViewManager,\r\n ViewManip,\r\n ViewPose,\r\n ViewRect,\r\n ViewState,\r\n ViewState2d,\r\n ViewState3d,\r\n ViewTool,\r\n ViewingSpace,\r\n canvasToImageBuffer,\r\n canvasToResizedCanvasWithBars,\r\n connectViewportFrusta,\r\n connectViewportViews,\r\n connectViewports,\r\n extractImageSourceDimensions,\r\n getCompressedJpegFromCanvas,\r\n getImageSourceFormatForMimeType,\r\n getImageSourceMimeType,\r\n imageBufferToBase64EncodedPng,\r\n imageBufferToCanvas,\r\n imageBufferToPngDataUrl,\r\n imageElementFromImageSource,\r\n imageElementFromUrl,\r\n queryTerrainElevationOffset,\r\n readElementGraphics,\r\n synchronizeViewportFrusta,\r\n synchronizeViewportViews,\r\n} from \"../core-frontend\";\r\n\r\nimport {\r\n // @public enum(s) from @itwin/core-common\r\n BackgroundFill,\r\n BackgroundMapType,\r\n BatchType,\r\n BisCodeSpec,\r\n BriefcaseIdValue,\r\n ChangeOpCode,\r\n ChangedValueState,\r\n ChangesetType,\r\n CommonLoggerCategory,\r\n ECSqlSystemProperty,\r\n ECSqlValueType,\r\n ElementGeometryOpcode,\r\n FeatureOverrideType,\r\n FillDisplay,\r\n FillFlags,\r\n FontType,\r\n GeoCoordStatus,\r\n GeometryClass,\r\n GeometryStreamFlags,\r\n GeometrySummaryVerbosity,\r\n GlobeMode,\r\n GridOrientationType,\r\n HSVConstants,\r\n ImageBufferFormat,\r\n ImageSourceFormat,\r\n LinePixels,\r\n MassPropertiesOperation,\r\n MonochromeMode,\r\n Npc,\r\n PlanarClipMaskMode,\r\n PlanarClipMaskPriority,\r\n QueryRowFormat,\r\n Rank,\r\n RenderMode,\r\n SectionType,\r\n SkyBoxImageType,\r\n SpatialClassifierInsideDisplay,\r\n SpatialClassifierOutsideDisplay,\r\n SyncMode,\r\n TerrainHeightOriginMode,\r\n TextureMapUnits,\r\n ThematicDisplayMode,\r\n ThematicGradientColorScheme,\r\n ThematicGradientMode,\r\n TxnAction,\r\n TypeOfChange,\r\n // @public real(s) from @itwin/core-common\r\n ColorByName,\r\n ColorDef,\r\n} from \"@itwin/core-common\";\r\n\r\nconst extensionExports = {\r\n ACSDisplayOptions,\r\n ACSType,\r\n AccuDrawHintBuilder,\r\n AccuSnap,\r\n ActivityMessageDetails,\r\n ActivityMessageEndReason,\r\n AuxCoordSystem2dState,\r\n AuxCoordSystem3dState,\r\n AuxCoordSystemSpatialState,\r\n AuxCoordSystemState,\r\n BackgroundFill,\r\n BackgroundMapType,\r\n BatchType,\r\n BeButton,\r\n BeButtonEvent,\r\n BeButtonState,\r\n BeModifierKeys,\r\n BeTouchEvent,\r\n BeWheelEvent,\r\n BingElevationProvider,\r\n BingLocationProvider,\r\n BisCodeSpec,\r\n BriefcaseIdValue,\r\n CategorySelectorState,\r\n ChangeFlags,\r\n ChangeOpCode,\r\n ChangedValueState,\r\n ChangesetType,\r\n ClipEventType,\r\n Cluster,\r\n ColorByName,\r\n ColorDef,\r\n CommonLoggerCategory,\r\n ContextRealityModelState,\r\n ContextRotationId,\r\n CoordSource,\r\n CoordSystem,\r\n CoordinateLockOverrides,\r\n Decorations,\r\n DisclosedTileTreeSet,\r\n DisplayStyle2dState,\r\n DisplayStyle3dState,\r\n DisplayStyleState,\r\n DrawingModelState,\r\n DrawingViewState,\r\n ECSqlSystemProperty,\r\n ECSqlValueType,\r\n EditManipulator,\r\n ElementGeometryOpcode,\r\n ElementLocateManager,\r\n ElementPicker,\r\n ElementState,\r\n EmphasizeElements,\r\n EntityState,\r\n EventController,\r\n EventHandled,\r\n FeatureOverrideType,\r\n FeatureSymbology,\r\n FillDisplay,\r\n FillFlags,\r\n FlashMode,\r\n FlashSettings,\r\n FontType,\r\n FrontendLoggerCategory,\r\n FrustumAnimator,\r\n GeoCoordStatus,\r\n GeometricModel2dState,\r\n GeometricModel3dState,\r\n GeometricModelState,\r\n GeometryClass,\r\n GeometryStreamFlags,\r\n GeometrySummaryVerbosity,\r\n GlobeAnimator,\r\n GlobeMode,\r\n GraphicBranch,\r\n GraphicBuilder,\r\n GraphicType,\r\n GridOrientationType,\r\n HSVConstants,\r\n HiliteSet,\r\n HitDetail,\r\n HitDetailType,\r\n HitGeomType,\r\n HitList,\r\n HitParentGeomType,\r\n HitPriority,\r\n HitSource,\r\n IModelConnection,\r\n IconSprites,\r\n ImageBufferFormat,\r\n ImageSourceFormat,\r\n InputCollector,\r\n InputSource,\r\n InteractiveTool,\r\n IntersectDetail,\r\n KeyinParseError,\r\n LinePixels,\r\n LocateAction,\r\n LocateFilterStatus,\r\n LocateOptions,\r\n LocateResponse,\r\n ManipulatorToolEvent,\r\n MarginPercent,\r\n Marker,\r\n MarkerSet,\r\n MassPropertiesOperation,\r\n MessageBoxIconType,\r\n MessageBoxType,\r\n MessageBoxValue,\r\n ModelSelectorState,\r\n ModelState,\r\n MonochromeMode,\r\n NotificationHandler,\r\n NotificationManager,\r\n NotifyMessageDetails,\r\n Npc,\r\n OrthographicViewState,\r\n OutputMessageAlert,\r\n OutputMessagePriority,\r\n OutputMessageType,\r\n ParseAndRunResult,\r\n PerModelCategoryVisibility,\r\n PhysicalModelState,\r\n Pixel,\r\n PlanarClipMaskMode,\r\n PlanarClipMaskPriority,\r\n PrimitiveTool,\r\n QueryRowFormat,\r\n Rank,\r\n RenderClipVolume,\r\n RenderGraphic,\r\n RenderGraphicOwner,\r\n RenderMode,\r\n RenderSystem,\r\n Scene,\r\n SectionDrawingModelState,\r\n SectionType,\r\n SelectionMethod,\r\n SelectionMode,\r\n SelectionProcessing,\r\n SelectionSet,\r\n SelectionSetEventType,\r\n SheetModelState,\r\n SheetViewState,\r\n SkyBoxImageType,\r\n SnapDetail,\r\n SnapHeat,\r\n SnapMode,\r\n SnapStatus,\r\n SpatialClassifierInsideDisplay,\r\n SpatialClassifierOutsideDisplay,\r\n SpatialLocationModelState,\r\n SpatialModelState,\r\n SpatialViewState,\r\n Sprite,\r\n SpriteLocation,\r\n StandardViewId,\r\n StartOrResume,\r\n SyncMode,\r\n TentativePoint,\r\n TerrainHeightOriginMode,\r\n TextureMapUnits,\r\n ThematicDisplayMode,\r\n ThematicGradientColorScheme,\r\n ThematicGradientMode,\r\n Tile,\r\n TileAdmin,\r\n TileBoundingBoxes,\r\n TileDrawArgs,\r\n TileGraphicType,\r\n TileLoadPriority,\r\n TileLoadStatus,\r\n TileRequest,\r\n TileRequestChannel,\r\n TileRequestChannelStatistics,\r\n TileRequestChannels,\r\n TileTree,\r\n TileTreeLoadStatus,\r\n TileTreeReference,\r\n TileUsageMarker,\r\n TileVisibility,\r\n Tiles,\r\n Tool,\r\n ToolAdmin,\r\n ToolAssistance,\r\n ToolAssistanceImage,\r\n ToolAssistanceInputMethod,\r\n ToolSettings,\r\n TwoWayViewportFrustumSync,\r\n TwoWayViewportSync,\r\n TxnAction,\r\n TypeOfChange,\r\n UniformType,\r\n VaryingType,\r\n ViewClipClearTool,\r\n ViewClipDecorationProvider,\r\n ViewClipTool,\r\n ViewCreator2d,\r\n ViewCreator3d,\r\n ViewManager,\r\n ViewManip,\r\n ViewPose,\r\n ViewRect,\r\n ViewState,\r\n ViewState2d,\r\n ViewState3d,\r\n ViewStatus,\r\n ViewTool,\r\n ViewingSpace,\r\n canvasToImageBuffer,\r\n canvasToResizedCanvasWithBars,\r\n connectViewportFrusta,\r\n connectViewportViews,\r\n connectViewports,\r\n extractImageSourceDimensions,\r\n getCompressedJpegFromCanvas,\r\n getImageSourceFormatForMimeType,\r\n getImageSourceMimeType,\r\n imageBufferToBase64EncodedPng,\r\n imageBufferToCanvas,\r\n imageBufferToPngDataUrl,\r\n imageElementFromImageSource,\r\n imageElementFromUrl,\r\n queryTerrainElevationOffset,\r\n readElementGraphics,\r\n synchronizeViewportFrusta,\r\n synchronizeViewportViews,\r\n};\r\n\r\n// END GENERATED CODE\r\n\r\nconst getExtensionApi = (id: string) => {\r\n return {\r\n exports: {\r\n // exceptions\r\n ExtensionHost,\r\n // automated\r\n ...extensionExports,\r\n },\r\n api: new ExtensionImpl(id),\r\n };\r\n};\r\n\r\n(globalThis as any)[globalSymbol] = {\r\n getExtensionApi,\r\n};\r\n"]}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
3
|
-
* First attempts an ES6 dynamic import,
|
|
4
|
-
* second attempts a dynamic import via a script element as a fallback.
|
|
2
|
+
* Imports and executes a bundled javascript (esm) module.
|
|
5
3
|
* Used by remote and service Extensions.
|
|
6
|
-
* Throws an error if
|
|
4
|
+
* Throws an error if no function is found to execute.
|
|
5
|
+
* Looks for a function in the following order:
|
|
6
|
+
* - the module itself.
|
|
7
|
+
* - the module's main export.
|
|
8
|
+
* - the module's default export.
|
|
7
9
|
* @internal
|
|
8
10
|
*/
|
|
9
11
|
export declare function loadScript(jsUrl: string): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExtensionLoadScript.d.ts","sourceRoot":"","sources":["../../../../src/extension/providers/ExtensionLoadScript.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ExtensionLoadScript.d.ts","sourceRoot":"","sources":["../../../../src/extension/providers/ExtensionLoadScript.ts"],"names":[],"mappings":"AAKA;;;;;;;;;GASG;AACH,wBAAsB,UAAU,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAQ5D"}
|
|
@@ -1,48 +1,31 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.loadScript = void 0;
|
|
4
2
|
/*---------------------------------------------------------------------------------------------
|
|
5
3
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
6
4
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
7
5
|
*--------------------------------------------------------------------------------------------*/
|
|
6
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
7
|
+
exports.loadScript = void 0;
|
|
8
8
|
/**
|
|
9
|
-
*
|
|
10
|
-
* First attempts an ES6 dynamic import,
|
|
11
|
-
* second attempts a dynamic import via a script element as a fallback.
|
|
9
|
+
* Imports and executes a bundled javascript (esm) module.
|
|
12
10
|
* Used by remote and service Extensions.
|
|
13
|
-
* Throws an error if
|
|
11
|
+
* Throws an error if no function is found to execute.
|
|
12
|
+
* Looks for a function in the following order:
|
|
13
|
+
* - the module itself.
|
|
14
|
+
* - the module's main export.
|
|
15
|
+
* - the module's default export.
|
|
14
16
|
* @internal
|
|
15
17
|
*/
|
|
16
18
|
async function loadScript(jsUrl) {
|
|
17
|
-
// Warning "Critical dependency: the request of a dependency is an expression"
|
|
18
|
-
// until that is resolved, leave code commented:
|
|
19
19
|
// const module = await import(/* webpackIgnore: true */jsUrl);
|
|
20
|
-
//
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
const tempGlobal = `__tempModuleLoadingVariable${Math.random().toString(32).substring(2)}`;
|
|
27
|
-
function cleanup() {
|
|
28
|
-
delete window[tempGlobal];
|
|
29
|
-
scriptElement.remove();
|
|
30
|
-
}
|
|
31
|
-
window[tempGlobal] = async function (module) {
|
|
32
|
-
await execute(module);
|
|
33
|
-
cleanup();
|
|
34
|
-
resolve(module);
|
|
35
|
-
};
|
|
36
|
-
scriptElement.type = "module";
|
|
37
|
-
scriptElement.textContent = `import * as m from "${jsUrl}";window.${tempGlobal}(m);`;
|
|
38
|
-
scriptElement.onerror = () => {
|
|
39
|
-
reject(new Error(`Failed to load extension with URL ${jsUrl}`));
|
|
40
|
-
cleanup();
|
|
41
|
-
};
|
|
42
|
-
head.insertBefore(scriptElement, head.lastChild);
|
|
43
|
-
});
|
|
20
|
+
// Webpack gives a warning:
|
|
21
|
+
// "Critical dependency: the request of a dependency is an expression"
|
|
22
|
+
// Because tsc transpiles "await import" to "require" (when compiled to is CommonJS).
|
|
23
|
+
// So use FunctionConstructor to avoid tsc.
|
|
24
|
+
const module = await Function("x", "return import(x)")(jsUrl);
|
|
25
|
+
return execute(module);
|
|
44
26
|
}
|
|
45
27
|
exports.loadScript = loadScript;
|
|
28
|
+
/** attempts to execute an extension module */
|
|
46
29
|
function execute(m) {
|
|
47
30
|
if (typeof m === "function")
|
|
48
31
|
return m();
|
|
@@ -50,6 +33,6 @@ function execute(m) {
|
|
|
50
33
|
return m.main();
|
|
51
34
|
if (m.default && typeof m.default === "function")
|
|
52
35
|
return m.default();
|
|
53
|
-
throw new Error(`Failed to
|
|
36
|
+
throw new Error(`Failed to execute extension. No default function was found to execute.`);
|
|
54
37
|
}
|
|
55
38
|
//# sourceMappingURL=ExtensionLoadScript.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ExtensionLoadScript.js","sourceRoot":"","sources":["../../../../src/extension/providers/ExtensionLoadScript.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ExtensionLoadScript.js","sourceRoot":"","sources":["../../../../src/extension/providers/ExtensionLoadScript.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;;;AAE/F;;;;;;;;;GASG;AACI,KAAK,UAAU,UAAU,CAAC,KAAa;IAC5C,+DAA+D;IAC/D,2BAA2B;IAC3B,sEAAsE;IACtE,qFAAqF;IACrF,2CAA2C;IAC3C,MAAM,MAAM,GAAG,MAAM,QAAQ,CAAC,GAAG,EAAC,kBAAkB,CAAC,CAAC,KAAK,CAAC,CAAC;IAC7D,OAAO,OAAO,CAAC,MAAM,CAAC,CAAC;AACzB,CAAC;AARD,gCAQC;AAED,8CAA8C;AAC9C,SAAS,OAAO,CAAC,CAAM;IACrB,IAAI,OAAO,CAAC,KAAK,UAAU;QACzB,OAAO,CAAC,EAAE,CAAC;IACb,IAAI,CAAC,CAAC,IAAI,IAAI,OAAO,CAAC,CAAC,IAAI,KAAK,UAAU;QACxC,OAAO,CAAC,CAAC,IAAI,EAAE,CAAC;IAClB,IAAI,CAAC,CAAC,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,KAAK,UAAU;QAC9C,OAAO,CAAC,CAAC,OAAO,EAAE,CAAC;IACrB,MAAM,IAAI,KAAK,CACb,wEAAwE,CACzE,CAAC;AACJ,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n\r\n/**\r\n * Imports and executes a bundled javascript (esm) module.\r\n * Used by remote and service Extensions.\r\n * Throws an error if no function is found to execute.\r\n * Looks for a function in the following order:\r\n * - the module itself.\r\n * - the module's main export.\r\n * - the module's default export.\r\n * @internal\r\n */\r\nexport async function loadScript(jsUrl: string): Promise<any> {\r\n // const module = await import(/* webpackIgnore: true */jsUrl);\r\n // Webpack gives a warning:\r\n // \"Critical dependency: the request of a dependency is an expression\"\r\n // Because tsc transpiles \"await import\" to \"require\" (when compiled to is CommonJS).\r\n // So use FunctionConstructor to avoid tsc.\r\n const module = await Function(\"x\",\"return import(x)\")(jsUrl);\r\n return execute(module);\r\n}\r\n\r\n/** attempts to execute an extension module */\r\nfunction execute(m: any) {\r\n if (typeof m === \"function\")\r\n return m();\r\n if (m.main && typeof m.main === \"function\")\r\n return m.main();\r\n if (m.default && typeof m.default === \"function\")\r\n return m.default();\r\n throw new Error(\r\n `Failed to execute extension. No default function was found to execute.`\r\n );\r\n}\r\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AccuSnap.d.ts","sourceRoot":"","sources":["../../src/AccuSnap.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"AccuSnap.d.ts","sourceRoot":"","sources":["../../src/AccuSnap.ts"],"names":[],"mappings":"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"}
|