@itwin/core-extension 4.6.0-dev.8 → 4.7.0-dev.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 CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/core-extension
2
2
 
3
- This log was last generated on Wed, 03 Apr 2024 18:28:10 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 16 Apr 2024 14:47:36 GMT and should not be manually modified.
4
+
5
+ ## 4.5.2
6
+ Tue, 16 Apr 2024 14:46:21 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 4.5.1
6
11
  Wed, 03 Apr 2024 18:26:58 GMT
@@ -12,6 +17,11 @@ Tue, 02 Apr 2024 19:06:00 GMT
12
17
 
13
18
  _Version update only_
14
19
 
20
+ ## 4.4.9
21
+ Mon, 15 Apr 2024 20:29:22 GMT
22
+
23
+ _Version update only_
24
+
15
25
  ## 4.4.8
16
26
  Mon, 25 Mar 2024 22:22:26 GMT
17
27
 
package/index.d.ts CHANGED
@@ -307,6 +307,13 @@ export type {
307
307
  ToolList,
308
308
  ToolTipOptions,
309
309
  ToolType,
310
+ TxnEntityChange,
311
+ TxnEntityChangeIterable,
312
+ TxnEntityChangeType,
313
+ TxnEntityChanges,
314
+ TxnEntityChangesFilterOptions,
315
+ TxnEntityMetadata,
316
+ TxnEntityMetadataCriterion,
310
317
  Uniform,
311
318
  UniformArrayParams,
312
319
  UniformContext,
@@ -586,6 +593,8 @@ export type {
586
593
  SubjectProps,
587
594
  TerrainProps,
588
595
  TerrainProviderName,
596
+ TextAnnotation2dProps,
597
+ TextAnnotation3dProps,
589
598
  TextStringPrimitive,
590
599
  TextStringProps,
591
600
  TextureData,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-extension",
3
- "version": "4.6.0-dev.8",
3
+ "version": "4.7.0-dev.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-frontend": "4.6.0-dev.8",
26
- "@itwin/core-common": "4.6.0-dev.8"
25
+ "@itwin/core-frontend": "4.7.0-dev.0",
26
+ "@itwin/core-common": "4.7.0-dev.0"
27
27
  },
28
28
  "devDependencies": {
29
- "@itwin/eslint-plugin": "4.0.0-dev.44",
29
+ "@itwin/eslint-plugin": "4.0.0-dev.52",
30
30
  "eslint": "^8.44.0",
31
31
  "rimraf": "^3.0.2",
32
- "typescript": "~5.0.2",
33
- "@itwin/build-tools": "4.6.0-dev.8"
32
+ "typescript": "~5.3.3",
33
+ "@itwin/build-tools": "4.7.0-dev.0"
34
34
  },
35
35
  "scripts": {
36
36
  "compile": "",
package/preview.d.ts CHANGED
@@ -10,9 +10,40 @@ export type {
10
10
  } from "@itwin/core-frontend";
11
11
 
12
12
  export {
13
+ FractionRun,
14
+ LineBreakRun,
15
+ Paragraph,
16
+ Run,
17
+ TextAnnotation,
18
+ TextBlock,
19
+ TextBlockComponent,
20
+ TextRun,
21
+ TextStyle,
22
+ TextStyleSettings
13
23
  } from "@itwin/core-common";
14
24
 
15
25
  export type {
26
+ ApplyTextStyleOptions,
27
+ BaselineShift,
28
+ FractionRunProps,
29
+ LineBreakRunProps,
30
+ ParagraphProps,
31
+ Run,
32
+ RunProps,
33
+ StackedFractionType,
34
+ TextAnnotationAnchor,
35
+ TextAnnotationCreateArgs,
36
+ TextAnnotationProps,
37
+ TextBlockComponentProps,
38
+ TextBlockGeometryProps,
39
+ TextBlockGeometryPropsEntry,
40
+ TextBlockJustification,
41
+ TextBlockProps,
42
+ TextBlockStringifyOptions,
43
+ TextRunProps,
44
+ TextStyleColor,
45
+ TextStyleProps,
46
+ TextStyleSettingsProps
16
47
  } from "@itwin/core-common";
17
48
 
18
49
  // END GENERATED CODE
package/preview.js CHANGED
@@ -10,5 +10,15 @@ const ext = globalThis[globalSymbol].getExtensionApi(import.meta.url);
10
10
  export const {
11
11
  // @itwin/core-frontend:
12
12
  // @itwin/core-common:
13
+ FractionRun,
14
+ LineBreakRun,
15
+ Paragraph,
16
+ Run,
17
+ TextAnnotation,
18
+ TextBlock,
19
+ TextBlockComponent,
20
+ TextRun,
21
+ TextStyle,
22
+ TextStyleSettings,
13
23
  } = ext.exports;
14
24
  // END GENERATED CODE