@itwin/core-extension 4.3.0-dev.8 → 4.3.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 +41 -1
- package/index.d.ts +4 -0
- package/index.js +2 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,36 @@
|
|
|
1
1
|
# Change Log - @itwin/core-extension
|
|
2
2
|
|
|
3
|
-
This log was last generated on
|
|
3
|
+
This log was last generated on Thu, 07 Dec 2023 17:43:09 GMT and should not be manually modified.
|
|
4
|
+
|
|
5
|
+
## 4.3.0
|
|
6
|
+
Thu, 07 Dec 2023 17:43:09 GMT
|
|
7
|
+
|
|
8
|
+
_Version update only_
|
|
9
|
+
|
|
10
|
+
## 4.2.4
|
|
11
|
+
Mon, 20 Nov 2023 16:14:45 GMT
|
|
12
|
+
|
|
13
|
+
_Version update only_
|
|
14
|
+
|
|
15
|
+
## 4.2.3
|
|
16
|
+
Mon, 06 Nov 2023 14:01:52 GMT
|
|
17
|
+
|
|
18
|
+
_Version update only_
|
|
19
|
+
|
|
20
|
+
## 4.2.2
|
|
21
|
+
Thu, 02 Nov 2023 15:36:20 GMT
|
|
22
|
+
|
|
23
|
+
_Version update only_
|
|
24
|
+
|
|
25
|
+
## 4.2.1
|
|
26
|
+
Tue, 24 Oct 2023 15:09:13 GMT
|
|
27
|
+
|
|
28
|
+
_Version update only_
|
|
29
|
+
|
|
30
|
+
## 4.2.0
|
|
31
|
+
Tue, 17 Oct 2023 15:14:32 GMT
|
|
32
|
+
|
|
33
|
+
_Version update only_
|
|
4
34
|
|
|
5
35
|
## 4.1.9
|
|
6
36
|
Tue, 10 Oct 2023 18:48:12 GMT
|
|
@@ -97,6 +127,16 @@ Mon, 22 May 2023 15:34:14 GMT
|
|
|
97
127
|
- Update to eslint@8
|
|
98
128
|
- Add Viewport, DecorateContext, and readGltfGraphics to the extensions API.
|
|
99
129
|
|
|
130
|
+
## 3.7.17
|
|
131
|
+
Mon, 20 Nov 2023 18:24:23 GMT
|
|
132
|
+
|
|
133
|
+
_Version update only_
|
|
134
|
+
|
|
135
|
+
## 3.7.16
|
|
136
|
+
Mon, 16 Oct 2023 12:49:07 GMT
|
|
137
|
+
|
|
138
|
+
_Version update only_
|
|
139
|
+
|
|
100
140
|
## 3.7.15
|
|
101
141
|
Tue, 10 Oct 2023 19:58:35 GMT
|
|
102
142
|
|
package/index.d.ts
CHANGED
|
@@ -327,6 +327,7 @@ export {
|
|
|
327
327
|
ChangeOpCode,
|
|
328
328
|
ChangedValueState,
|
|
329
329
|
ChangesetType,
|
|
330
|
+
ClipIntersectionStyle,
|
|
330
331
|
ColorByName,
|
|
331
332
|
ColorDef,
|
|
332
333
|
CommonLoggerCategory,
|
|
@@ -377,6 +378,7 @@ export {
|
|
|
377
378
|
ThematicDisplayMode,
|
|
378
379
|
ThematicGradientColorScheme,
|
|
379
380
|
ThematicGradientMode,
|
|
381
|
+
ThematicGradientTransparencyMode,
|
|
380
382
|
TxnAction,
|
|
381
383
|
TypeOfChange
|
|
382
384
|
} from "@itwin/core-common";
|
|
@@ -416,6 +418,8 @@ export type {
|
|
|
416
418
|
ChangesetIndexOrId,
|
|
417
419
|
ChangesetRange,
|
|
418
420
|
ChannelRootAspectProps,
|
|
421
|
+
ClipIntersectionStyleProps,
|
|
422
|
+
ClipStyleCreateArgs,
|
|
419
423
|
ClipStyleProps,
|
|
420
424
|
CodeProps,
|
|
421
425
|
CodeScopeProps,
|
package/index.js
CHANGED
|
@@ -210,6 +210,7 @@ export const {
|
|
|
210
210
|
ChangeOpCode,
|
|
211
211
|
ChangedValueState,
|
|
212
212
|
ChangesetType,
|
|
213
|
+
ClipIntersectionStyle,
|
|
213
214
|
ColorByName,
|
|
214
215
|
ColorDef,
|
|
215
216
|
CommonLoggerCategory,
|
|
@@ -260,6 +261,7 @@ export const {
|
|
|
260
261
|
ThematicDisplayMode,
|
|
261
262
|
ThematicGradientColorScheme,
|
|
262
263
|
ThematicGradientMode,
|
|
264
|
+
ThematicGradientTransparencyMode,
|
|
263
265
|
TxnAction,
|
|
264
266
|
TypeOfChange,
|
|
265
267
|
} = ext.exports;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itwin/core-extension",
|
|
3
|
-
"version": "4.3.0
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"description": "iTwin.js Extension API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"typings": "index.d.ts",
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
"url": "http://www.bentley.com"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@itwin/core-
|
|
26
|
-
"@itwin/core-
|
|
25
|
+
"@itwin/core-common": "4.3.0",
|
|
26
|
+
"@itwin/core-frontend": "4.3.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@itwin/eslint-plugin": "4.0.0-dev.44",
|
|
30
30
|
"eslint": "^8.44.0",
|
|
31
31
|
"rimraf": "^3.0.2",
|
|
32
32
|
"typescript": "~5.0.2",
|
|
33
|
-
"@itwin/build-tools": "4.3.0
|
|
33
|
+
"@itwin/build-tools": "4.3.0"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"compile": "",
|