@itwin/core-extension 3.5.0-dev.8 → 3.5.1

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,71 @@
1
1
  # Change Log - @itwin/core-extension
2
2
 
3
- This log was last generated on Thu, 01 Sep 2022 14:37:22 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 15 Dec 2022 16:38:28 GMT and should not be manually modified.
4
+
5
+ ## 3.5.1
6
+ Thu, 15 Dec 2022 16:38:28 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.5.0
11
+ Wed, 07 Dec 2022 19:12:36 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.4.7
16
+ Wed, 30 Nov 2022 14:28:19 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.4.6
21
+ Tue, 22 Nov 2022 14:24:19 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 3.4.5
26
+ Thu, 17 Nov 2022 21:32:50 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 3.4.4
31
+ Thu, 10 Nov 2022 19:32:17 GMT
32
+
33
+ _Version update only_
34
+
35
+ ## 3.4.3
36
+ Fri, 28 Oct 2022 13:34:57 GMT
37
+
38
+ _Version update only_
39
+
40
+ ## 3.4.2
41
+ Mon, 24 Oct 2022 13:23:45 GMT
42
+
43
+ _Version update only_
44
+
45
+ ## 3.4.1
46
+ Mon, 17 Oct 2022 20:06:51 GMT
47
+
48
+ _Version update only_
49
+
50
+ ## 3.4.0
51
+ Thu, 13 Oct 2022 20:24:47 GMT
52
+
53
+ _Version update only_
54
+
55
+ ## 3.3.5
56
+ Tue, 27 Sep 2022 11:50:59 GMT
57
+
58
+ _Version update only_
59
+
60
+ ## 3.3.4
61
+ Thu, 08 Sep 2022 19:00:04 GMT
62
+
63
+ _Version update only_
64
+
65
+ ## 3.3.3
66
+ Tue, 06 Sep 2022 20:54:19 GMT
67
+
68
+ _Version update only_
4
69
 
5
70
  ## 3.3.2
6
71
  Thu, 01 Sep 2022 14:37:22 GMT
package/index.d.ts CHANGED
@@ -180,6 +180,8 @@ export {
180
180
  ViewManager,
181
181
  ViewManip,
182
182
  ViewPose,
183
+ ViewPose2d,
184
+ ViewPose3d,
183
185
  ViewRect,
184
186
  ViewState,
185
187
  ViewState2d,
@@ -256,6 +258,7 @@ export type {
256
258
  MarkerTextBaseline,
257
259
  OnViewExtentsError,
258
260
  OsmBuildingDisplayOptions,
261
+ PaddingPercent,
259
262
  ParseKeyinError,
260
263
  ParseKeyinResult,
261
264
  ParsedKeyin,
@@ -339,6 +342,17 @@ export {
339
342
  Npc,
340
343
  PlanarClipMaskMode,
341
344
  PlanarClipMaskPriority,
345
+ QParams2d,
346
+ QParams3d,
347
+ QPoint2d,
348
+ QPoint2dBuffer,
349
+ QPoint2dBufferBuilder,
350
+ QPoint2dList,
351
+ QPoint3d,
352
+ QPoint3dBuffer,
353
+ QPoint3dBufferBuilder,
354
+ QPoint3dList,
355
+ Quantization,
342
356
  QueryRowFormat,
343
357
  Rank,
344
358
  RenderMode,
@@ -519,6 +533,8 @@ export type {
519
533
  PositionalVectorTransformProps,
520
534
  ProjectionMethod,
521
535
  ProjectionProps,
536
+ QPoint2dBuffer,
537
+ QPoint3dBuffer,
522
538
  QueryLimit,
523
539
  QueryOptions,
524
540
  QueryQuota,
package/index.js CHANGED
@@ -169,6 +169,8 @@ export const {
169
169
  ViewManager,
170
170
  ViewManip,
171
171
  ViewPose,
172
+ ViewPose2d,
173
+ ViewPose3d,
172
174
  ViewRect,
173
175
  ViewState,
174
176
  ViewState2d,
@@ -228,6 +230,17 @@ export const {
228
230
  Npc,
229
231
  PlanarClipMaskMode,
230
232
  PlanarClipMaskPriority,
233
+ QParams2d,
234
+ QParams3d,
235
+ QPoint2d,
236
+ QPoint2dBuffer,
237
+ QPoint2dBufferBuilder,
238
+ QPoint2dList,
239
+ QPoint3d,
240
+ QPoint3dBuffer,
241
+ QPoint3dBufferBuilder,
242
+ QPoint3dList,
243
+ Quantization,
231
244
  QueryRowFormat,
232
245
  Rank,
233
246
  RenderMode,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-extension",
3
- "version": "3.5.0-dev.8",
3
+ "version": "3.5.1",
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.5.0-dev.8",
24
- "@itwin/core-common": "3.5.0-dev.8"
23
+ "@itwin/core-frontend": "3.5.1",
24
+ "@itwin/core-common": "3.5.1"
25
25
  },
26
26
  "devDependencies": {
27
- "@itwin/build-tools": "3.5.0-dev.8",
28
- "@itwin/eslint-plugin": "3.5.0-dev.8",
27
+ "@itwin/build-tools": "3.5.1",
28
+ "@itwin/eslint-plugin": "3.5.1",
29
29
  "eslint": "^7.11.0",
30
30
  "rimraf": "^3.0.2"
31
31
  },
@@ -44,7 +44,8 @@
44
44
  "docs": "",
45
45
  "lint": "",
46
46
  "test": "",
47
- "generate": "node ./codeGen/generate-exports.js '[\"@itwin/core-frontend\",\"core/frontend\"] [\"@itwin/core-common\",\"core/common\"]'"
47
+ "extract-api": "npm run -s generate",
48
+ "generate": "node ./codeGen/generate-exports.js"
48
49
  },
49
50
  "readme": "# @itwin/core-extension\r\n\r\nCopyright © Bentley Systems, Incorporated. All rights reserved. See LICENSE.md for license terms and full copyright notice.\r\n\r\n## Description\r\n\r\nThe **@itwin/core-extension** package defines all of the types and apis that can be used by an extension.\r\n\r\n## Documentation\r\n\r\nSee the [iTwin.js](https://www.itwinjs.org) documentation for more information.\r\n"
50
51
  }