@itwin/core-extension 4.0.0-dev.7 → 4.0.0-dev.72

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/CHANGELOG.md CHANGED
@@ -1,6 +1,46 @@
1
1
  # Change Log - @itwin/core-extension
2
2
 
3
- This log was last generated on Thu, 26 Jan 2023 22:53:27 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 12 Apr 2023 13:12:42 GMT and should not be manually modified.
4
+
5
+ ## 3.7.2
6
+ Wed, 12 Apr 2023 13:12:42 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.7.1
11
+ Mon, 03 Apr 2023 15:15:37 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.7.0
16
+ Wed, 29 Mar 2023 15:02:27 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.6.3
21
+ Mon, 27 Mar 2023 16:26:47 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 3.6.2
26
+ Fri, 17 Mar 2023 17:52:32 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 3.6.1
31
+ Fri, 24 Feb 2023 22:00:48 GMT
32
+
33
+ _Version update only_
34
+
35
+ ## 3.6.0
36
+ Wed, 08 Feb 2023 14:58:39 GMT
37
+
38
+ _Version update only_
39
+
40
+ ## 3.5.6
41
+ Fri, 24 Feb 2023 16:02:47 GMT
42
+
43
+ _Version update only_
4
44
 
5
45
  ## 3.5.5
6
46
  Thu, 26 Jan 2023 22:53:27 GMT
package/index.d.ts CHANGED
@@ -53,6 +53,7 @@ export {
53
53
  CoordSource,
54
54
  CoordSystem,
55
55
  CoordinateLockOverrides,
56
+ DecorateContext,
56
57
  Decorations,
57
58
  DisclosedTileTreeSet,
58
59
  DisplayStyle2dState,
@@ -111,6 +112,7 @@ export {
111
112
  NotificationHandler,
112
113
  NotificationManager,
113
114
  NotifyMessageDetails,
115
+ OffScreenViewport,
114
116
  OrthographicViewState,
115
117
  OutputMessageAlert,
116
118
  OutputMessagePriority,
@@ -121,10 +123,12 @@ export {
121
123
  Pixel,
122
124
  PrimitiveTool,
123
125
  RenderClipVolume,
126
+ RenderContext,
124
127
  RenderGraphic,
125
128
  RenderGraphicOwner,
126
129
  RenderSystem,
127
130
  Scene,
131
+ ScreenViewport,
128
132
  SectionDrawingModelState,
129
133
  SelectionMethod,
130
134
  SelectionMode,
@@ -173,6 +177,7 @@ export {
173
177
  UniformType,
174
178
  VaryingType,
175
179
  ViewClipClearTool,
180
+ ViewClipDecoration,
176
181
  ViewClipDecorationProvider,
177
182
  ViewClipTool,
178
183
  ViewCreator2d,
@@ -189,6 +194,7 @@ export {
189
194
  ViewStatus,
190
195
  ViewTool,
191
196
  ViewingSpace,
197
+ Viewport,
192
198
  canvasToImageBuffer,
193
199
  canvasToResizedCanvasWithBars,
194
200
  connectViewportFrusta,
@@ -205,6 +211,7 @@ export {
205
211
  imageElementFromUrl,
206
212
  queryTerrainElevationOffset,
207
213
  readElementGraphics,
214
+ readGltfGraphics,
208
215
  synchronizeViewportFrusta,
209
216
  synchronizeViewportViews
210
217
  } from "@itwin/core-frontend";
@@ -266,6 +273,7 @@ export type {
266
273
  ParticleCollectionBuilderParams,
267
274
  ParticleProps,
268
275
  PickableGraphicOptions,
276
+ ReadGltfGraphicsArgs,
269
277
  ScreenSpaceEffectBuilder,
270
278
  ScreenSpaceEffectBuilderParams,
271
279
  ScreenSpaceEffectContext,
package/index.js CHANGED
@@ -42,6 +42,7 @@ export const {
42
42
  CoordSource,
43
43
  CoordSystem,
44
44
  CoordinateLockOverrides,
45
+ DecorateContext,
45
46
  Decorations,
46
47
  DisclosedTileTreeSet,
47
48
  DisplayStyle2dState,
@@ -100,6 +101,7 @@ export const {
100
101
  NotificationHandler,
101
102
  NotificationManager,
102
103
  NotifyMessageDetails,
104
+ OffScreenViewport,
103
105
  OrthographicViewState,
104
106
  OutputMessageAlert,
105
107
  OutputMessagePriority,
@@ -110,10 +112,12 @@ export const {
110
112
  Pixel,
111
113
  PrimitiveTool,
112
114
  RenderClipVolume,
115
+ RenderContext,
113
116
  RenderGraphic,
114
117
  RenderGraphicOwner,
115
118
  RenderSystem,
116
119
  Scene,
120
+ ScreenViewport,
117
121
  SectionDrawingModelState,
118
122
  SelectionMethod,
119
123
  SelectionMode,
@@ -162,6 +166,7 @@ export const {
162
166
  UniformType,
163
167
  VaryingType,
164
168
  ViewClipClearTool,
169
+ ViewClipDecoration,
165
170
  ViewClipDecorationProvider,
166
171
  ViewClipTool,
167
172
  ViewCreator2d,
@@ -178,6 +183,7 @@ export const {
178
183
  ViewStatus,
179
184
  ViewTool,
180
185
  ViewingSpace,
186
+ Viewport,
181
187
  canvasToImageBuffer,
182
188
  canvasToResizedCanvasWithBars,
183
189
  connectViewportFrusta,
@@ -194,6 +200,7 @@ export const {
194
200
  imageElementFromUrl,
195
201
  queryTerrainElevationOffset,
196
202
  readElementGraphics,
203
+ readGltfGraphics,
197
204
  synchronizeViewportFrusta,
198
205
  synchronizeViewportViews,
199
206
  // @itwin/core-common:
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@itwin/core-extension",
3
- "version": "4.0.0-dev.7",
3
+ "version": "4.0.0-dev.72",
4
4
  "description": "iTwin.js Extension API",
5
5
  "typings": "index.d.ts",
6
6
  "license": "MIT",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/iTwin/itwinjs-core/tree/master/core/extension"
9
+ "url": "https://github.com/iTwin/itwinjs-core.git",
10
+ "directory": "core/extension"
10
11
  },
11
12
  "keywords": [
12
13
  "Bentley",
@@ -20,13 +21,13 @@
20
21
  "url": "http://www.bentley.com"
21
22
  },
22
23
  "dependencies": {
23
- "@itwin/core-frontend": "4.0.0-dev.7",
24
- "@itwin/core-common": "4.0.0-dev.7"
24
+ "@itwin/core-frontend": "4.0.0-dev.72",
25
+ "@itwin/core-common": "4.0.0-dev.72"
25
26
  },
26
27
  "devDependencies": {
27
- "@itwin/build-tools": "4.0.0-dev.7",
28
- "@itwin/eslint-plugin": "4.0.0-dev.7",
29
- "eslint": "^7.11.0",
28
+ "@itwin/build-tools": "4.0.0-dev.72",
29
+ "@itwin/eslint-plugin": "^4.0.0-dev.33",
30
+ "eslint": "^8.36.0",
30
31
  "rimraf": "^3.0.2"
31
32
  },
32
33
  "eslintConfig": {
@@ -38,7 +39,6 @@
38
39
  "scripts": {
39
40
  "compile": "",
40
41
  "build": "",
41
- "build:ci": "",
42
42
  "clean": "rimraf .rush/temp/package-deps*.json",
43
43
  "cover": "",
44
44
  "docs": "",