@itwin/core-extension 3.5.0-dev.8 → 3.6.0-dev.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,61 @@
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 Wed, 30 Nov 2022 14:28:19 GMT and should not be manually modified.
4
+
5
+ ## 3.4.7
6
+ Wed, 30 Nov 2022 14:28:19 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.4.6
11
+ Tue, 22 Nov 2022 14:24:19 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.4.5
16
+ Thu, 17 Nov 2022 21:32:50 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.4.4
21
+ Thu, 10 Nov 2022 19:32:17 GMT
22
+
23
+ _Version update only_
24
+
25
+ ## 3.4.3
26
+ Fri, 28 Oct 2022 13:34:57 GMT
27
+
28
+ _Version update only_
29
+
30
+ ## 3.4.2
31
+ Mon, 24 Oct 2022 13:23:45 GMT
32
+
33
+ _Version update only_
34
+
35
+ ## 3.4.1
36
+ Mon, 17 Oct 2022 20:06:51 GMT
37
+
38
+ _Version update only_
39
+
40
+ ## 3.4.0
41
+ Thu, 13 Oct 2022 20:24:47 GMT
42
+
43
+ _Version update only_
44
+
45
+ ## 3.3.5
46
+ Tue, 27 Sep 2022 11:50:59 GMT
47
+
48
+ _Version update only_
49
+
50
+ ## 3.3.4
51
+ Thu, 08 Sep 2022 19:00:04 GMT
52
+
53
+ _Version update only_
54
+
55
+ ## 3.3.3
56
+ Tue, 06 Sep 2022 20:54:19 GMT
57
+
58
+ _Version update only_
4
59
 
5
60
  ## 3.3.2
6
61
  Thu, 01 Sep 2022 14:37:22 GMT
package/index.d.ts CHANGED
@@ -256,6 +256,7 @@ export type {
256
256
  MarkerTextBaseline,
257
257
  OnViewExtentsError,
258
258
  OsmBuildingDisplayOptions,
259
+ PaddingPercent,
259
260
  ParseKeyinError,
260
261
  ParseKeyinResult,
261
262
  ParsedKeyin,
@@ -339,6 +340,17 @@ export {
339
340
  Npc,
340
341
  PlanarClipMaskMode,
341
342
  PlanarClipMaskPriority,
343
+ QParams2d,
344
+ QParams3d,
345
+ QPoint2d,
346
+ QPoint2dBuffer,
347
+ QPoint2dBufferBuilder,
348
+ QPoint2dList,
349
+ QPoint3d,
350
+ QPoint3dBuffer,
351
+ QPoint3dBufferBuilder,
352
+ QPoint3dList,
353
+ Quantization,
342
354
  QueryRowFormat,
343
355
  Rank,
344
356
  RenderMode,
@@ -519,6 +531,8 @@ export type {
519
531
  PositionalVectorTransformProps,
520
532
  ProjectionMethod,
521
533
  ProjectionProps,
534
+ QPoint2dBuffer,
535
+ QPoint3dBuffer,
522
536
  QueryLimit,
523
537
  QueryOptions,
524
538
  QueryQuota,
package/index.js CHANGED
@@ -228,6 +228,17 @@ export const {
228
228
  Npc,
229
229
  PlanarClipMaskMode,
230
230
  PlanarClipMaskPriority,
231
+ QParams2d,
232
+ QParams3d,
233
+ QPoint2d,
234
+ QPoint2dBuffer,
235
+ QPoint2dBufferBuilder,
236
+ QPoint2dList,
237
+ QPoint3d,
238
+ QPoint3dBuffer,
239
+ QPoint3dBufferBuilder,
240
+ QPoint3dList,
241
+ Quantization,
231
242
  QueryRowFormat,
232
243
  Rank,
233
244
  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.6.0-dev.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.6.0-dev.1",
24
+ "@itwin/core-common": "3.6.0-dev.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.6.0-dev.1",
28
+ "@itwin/eslint-plugin": "3.6.0-dev.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
  }