@itwin/core-extension 3.4.0-dev.8 → 3.4.0
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 +43 -1
- package/index.d.ts +13 -0
- package/index.js +11 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,48 @@
|
|
|
1
1
|
# Change Log - @itwin/core-extension
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 13 Oct 2022 20:24:47 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 3.4.0
|
|
6
|
+
Thu, 13 Oct 2022 20:24:47 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 3.3.5
|
|
11
|
+
Tue, 27 Sep 2022 11:50:59 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
15
|
+
## 3.3.4
|
|
16
|
+
Thu, 08 Sep 2022 19:00:04 GMT
|
|
17
|
+
|
|
18
|
+
_Version update only_
|
|
19
|
+
|
|
20
|
+
## 3.3.3
|
|
21
|
+
Tue, 06 Sep 2022 20:54:19 GMT
|
|
22
|
+
|
|
23
|
+
_Version update only_
|
|
24
|
+
|
|
25
|
+
## 3.3.2
|
|
26
|
+
Thu, 01 Sep 2022 14:37:22 GMT
|
|
27
|
+
|
|
28
|
+
_Version update only_
|
|
29
|
+
|
|
30
|
+
## 3.3.1
|
|
31
|
+
Fri, 26 Aug 2022 15:40:02 GMT
|
|
32
|
+
|
|
33
|
+
_Version update only_
|
|
34
|
+
|
|
35
|
+
## 3.3.0
|
|
36
|
+
Thu, 18 Aug 2022 19:08:02 GMT
|
|
37
|
+
|
|
38
|
+
### Updates
|
|
39
|
+
|
|
40
|
+
-
|
|
41
|
+
|
|
42
|
+
## 3.2.9
|
|
43
|
+
Fri, 26 Aug 2022 14:21:40 GMT
|
|
44
|
+
|
|
45
|
+
_Version update only_
|
|
4
46
|
|
|
5
47
|
## 3.2.8
|
|
6
48
|
Tue, 09 Aug 2022 15:52:41 GMT
|
package/index.d.ts
CHANGED
|
@@ -339,6 +339,17 @@ export {
|
|
|
339
339
|
Npc,
|
|
340
340
|
PlanarClipMaskMode,
|
|
341
341
|
PlanarClipMaskPriority,
|
|
342
|
+
QParams2d,
|
|
343
|
+
QParams3d,
|
|
344
|
+
QPoint2d,
|
|
345
|
+
QPoint2dBuffer,
|
|
346
|
+
QPoint2dBufferBuilder,
|
|
347
|
+
QPoint2dList,
|
|
348
|
+
QPoint3d,
|
|
349
|
+
QPoint3dBuffer,
|
|
350
|
+
QPoint3dBufferBuilder,
|
|
351
|
+
QPoint3dList,
|
|
352
|
+
Quantization,
|
|
342
353
|
QueryRowFormat,
|
|
343
354
|
Rank,
|
|
344
355
|
RenderMode,
|
|
@@ -519,6 +530,8 @@ export type {
|
|
|
519
530
|
PositionalVectorTransformProps,
|
|
520
531
|
ProjectionMethod,
|
|
521
532
|
ProjectionProps,
|
|
533
|
+
QPoint2dBuffer,
|
|
534
|
+
QPoint3dBuffer,
|
|
522
535
|
QueryLimit,
|
|
523
536
|
QueryOptions,
|
|
524
537
|
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.4.0
|
|
3
|
+
"version": "3.4.0",
|
|
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.4.0
|
|
24
|
-
"@itwin/core-common": "3.4.0
|
|
23
|
+
"@itwin/core-frontend": "3.4.0",
|
|
24
|
+
"@itwin/core-common": "3.4.0"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@itwin/build-tools": "3.4.0
|
|
28
|
-
"@itwin/eslint-plugin": "3.4.0
|
|
27
|
+
"@itwin/build-tools": "3.4.0",
|
|
28
|
+
"@itwin/eslint-plugin": "3.4.0",
|
|
29
29
|
"eslint": "^7.11.0",
|
|
30
30
|
"rimraf": "^3.0.2"
|
|
31
31
|
},
|