@itwin/core-backend 5.1.0-dev.4 → 5.1.0-dev.41

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.
Files changed (284) hide show
  1. package/CHANGELOG.md +109 -1
  2. package/lib/cjs/BackendHubAccess.d.ts +1 -1
  3. package/lib/cjs/BackendHubAccess.js +1 -1
  4. package/lib/cjs/BackendHubAccess.js.map +1 -1
  5. package/lib/cjs/BisCoreSchema.js +1 -1
  6. package/lib/cjs/BisCoreSchema.js.map +1 -1
  7. package/lib/cjs/BriefcaseManager.d.ts +10 -2
  8. package/lib/cjs/BriefcaseManager.d.ts.map +1 -1
  9. package/lib/cjs/BriefcaseManager.js +12 -0
  10. package/lib/cjs/BriefcaseManager.js.map +1 -1
  11. package/lib/cjs/Category.d.ts +4 -4
  12. package/lib/cjs/Category.js +4 -4
  13. package/lib/cjs/Category.js.map +1 -1
  14. package/lib/cjs/ChangesetECAdaptor.d.ts +67 -8
  15. package/lib/cjs/ChangesetECAdaptor.d.ts.map +1 -1
  16. package/lib/cjs/ChangesetECAdaptor.js +248 -33
  17. package/lib/cjs/ChangesetECAdaptor.js.map +1 -1
  18. package/lib/cjs/ClassRegistry.d.ts +1 -1
  19. package/lib/cjs/ClassRegistry.js +1 -1
  20. package/lib/cjs/ClassRegistry.js.map +1 -1
  21. package/lib/cjs/CloudSqlite.js +1 -1
  22. package/lib/cjs/CloudSqlite.js.map +1 -1
  23. package/lib/cjs/CodeSpecs.d.ts +1 -1
  24. package/lib/cjs/CodeSpecs.js +1 -1
  25. package/lib/cjs/CodeSpecs.js.map +1 -1
  26. package/lib/cjs/DisplayStyle.d.ts +4 -4
  27. package/lib/cjs/DisplayStyle.js +3 -3
  28. package/lib/cjs/DisplayStyle.js.map +1 -1
  29. package/lib/cjs/ECDb.d.ts +4 -4
  30. package/lib/cjs/ECDb.d.ts.map +1 -1
  31. package/lib/cjs/ECDb.js +4 -4
  32. package/lib/cjs/ECDb.js.map +1 -1
  33. package/lib/cjs/ECSqlStatement.d.ts +15 -6
  34. package/lib/cjs/ECSqlStatement.d.ts.map +1 -1
  35. package/lib/cjs/ECSqlStatement.js +18 -4
  36. package/lib/cjs/ECSqlStatement.js.map +1 -1
  37. package/lib/cjs/Element.d.ts +51 -51
  38. package/lib/cjs/Element.js +51 -51
  39. package/lib/cjs/Element.js.map +1 -1
  40. package/lib/cjs/ElementAspect.d.ts +8 -8
  41. package/lib/cjs/ElementAspect.d.ts.map +1 -1
  42. package/lib/cjs/ElementAspect.js +8 -8
  43. package/lib/cjs/ElementAspect.js.map +1 -1
  44. package/lib/cjs/Entity.d.ts +3 -3
  45. package/lib/cjs/Entity.js +2 -2
  46. package/lib/cjs/Entity.js.map +1 -1
  47. package/lib/cjs/ExportGraphics.d.ts +54 -8
  48. package/lib/cjs/ExportGraphics.d.ts.map +1 -1
  49. package/lib/cjs/ExportGraphics.js +158 -59
  50. package/lib/cjs/ExportGraphics.js.map +1 -1
  51. package/lib/cjs/GeographicCRSServices.d.ts +6 -2
  52. package/lib/cjs/GeographicCRSServices.d.ts.map +1 -1
  53. package/lib/cjs/GeographicCRSServices.js +1 -1
  54. package/lib/cjs/GeographicCRSServices.js.map +1 -1
  55. package/lib/cjs/IModelDb.d.ts +23 -21
  56. package/lib/cjs/IModelDb.d.ts.map +1 -1
  57. package/lib/cjs/IModelDb.js +57 -31
  58. package/lib/cjs/IModelDb.js.map +1 -1
  59. package/lib/cjs/IModelElementCloneContext.d.ts +1 -1
  60. package/lib/cjs/IModelElementCloneContext.d.ts.map +1 -1
  61. package/lib/cjs/IModelElementCloneContext.js +1 -1
  62. package/lib/cjs/IModelElementCloneContext.js.map +1 -1
  63. package/lib/cjs/IModelHost.d.ts +2 -2
  64. package/lib/cjs/IModelHost.js +2 -2
  65. package/lib/cjs/IModelHost.js.map +1 -1
  66. package/lib/cjs/Material.d.ts +1 -1
  67. package/lib/cjs/Material.js +1 -1
  68. package/lib/cjs/Material.js.map +1 -1
  69. package/lib/cjs/Model.d.ts +22 -22
  70. package/lib/cjs/Model.js +22 -22
  71. package/lib/cjs/Model.js.map +1 -1
  72. package/lib/cjs/SQLiteDb.d.ts +1 -1
  73. package/lib/cjs/SQLiteDb.js +1 -1
  74. package/lib/cjs/SQLiteDb.js.map +1 -1
  75. package/lib/cjs/SqliteStatement.d.ts +1 -1
  76. package/lib/cjs/SqliteStatement.d.ts.map +1 -1
  77. package/lib/cjs/SqliteStatement.js +1 -1
  78. package/lib/cjs/SqliteStatement.js.map +1 -1
  79. package/lib/cjs/Texture.d.ts +1 -1
  80. package/lib/cjs/Texture.js +1 -1
  81. package/lib/cjs/Texture.js.map +1 -1
  82. package/lib/cjs/TxnManager.d.ts +4 -4
  83. package/lib/cjs/TxnManager.js +1 -1
  84. package/lib/cjs/TxnManager.js.map +1 -1
  85. package/lib/cjs/ViewDefinition.d.ts +40 -14
  86. package/lib/cjs/ViewDefinition.d.ts.map +1 -1
  87. package/lib/cjs/ViewDefinition.js +42 -14
  88. package/lib/cjs/ViewDefinition.js.map +1 -1
  89. package/lib/cjs/annotations/FrameGeometry.d.ts +52 -0
  90. package/lib/cjs/annotations/FrameGeometry.d.ts.map +1 -0
  91. package/lib/cjs/annotations/FrameGeometry.js +250 -0
  92. package/lib/cjs/annotations/FrameGeometry.js.map +1 -0
  93. package/lib/cjs/{TextAnnotationElement.d.ts → annotations/TextAnnotationElement.d.ts} +6 -11
  94. package/lib/cjs/annotations/TextAnnotationElement.d.ts.map +1 -0
  95. package/lib/cjs/{TextAnnotationElement.js → annotations/TextAnnotationElement.js} +20 -26
  96. package/lib/cjs/annotations/TextAnnotationElement.js.map +1 -0
  97. package/lib/cjs/annotations/TextAnnotationGeometry.d.ts +31 -0
  98. package/lib/cjs/annotations/TextAnnotationGeometry.d.ts.map +1 -0
  99. package/lib/cjs/annotations/TextAnnotationGeometry.js +83 -0
  100. package/lib/cjs/annotations/TextAnnotationGeometry.js.map +1 -0
  101. package/lib/cjs/annotations/TextBlockGeometry.d.ts +16 -0
  102. package/lib/cjs/annotations/TextBlockGeometry.d.ts.map +1 -0
  103. package/lib/cjs/{TextAnnotationGeometry.js → annotations/TextBlockGeometry.js} +11 -68
  104. package/lib/cjs/annotations/TextBlockGeometry.js.map +1 -0
  105. package/lib/cjs/{TextAnnotationLayout.d.ts → annotations/TextBlockLayout.d.ts} +19 -7
  106. package/lib/cjs/annotations/TextBlockLayout.d.ts.map +1 -0
  107. package/lib/cjs/{TextAnnotationLayout.js → annotations/TextBlockLayout.js} +19 -7
  108. package/lib/cjs/annotations/TextBlockLayout.js.map +1 -0
  109. package/lib/cjs/core-backend.d.ts +5 -3
  110. package/lib/cjs/core-backend.d.ts.map +1 -1
  111. package/lib/cjs/core-backend.js +25 -6
  112. package/lib/cjs/core-backend.js.map +1 -1
  113. package/lib/cjs/rpc-impl/IModelReadRpcImpl.d.ts +1 -1
  114. package/lib/cjs/rpc-impl/IModelReadRpcImpl.js +1 -1
  115. package/lib/cjs/rpc-impl/IModelReadRpcImpl.js.map +1 -1
  116. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.d.ts +2 -2
  117. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.js.map +1 -1
  118. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.d.ts +1 -1
  119. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.js +1 -1
  120. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.js.map +1 -1
  121. package/lib/esm/BackendHubAccess.d.ts +1 -1
  122. package/lib/esm/BackendHubAccess.js +1 -1
  123. package/lib/esm/BackendHubAccess.js.map +1 -1
  124. package/lib/esm/BisCoreSchema.js +1 -1
  125. package/lib/esm/BisCoreSchema.js.map +1 -1
  126. package/lib/esm/BriefcaseManager.d.ts +10 -2
  127. package/lib/esm/BriefcaseManager.d.ts.map +1 -1
  128. package/lib/esm/BriefcaseManager.js +12 -0
  129. package/lib/esm/BriefcaseManager.js.map +1 -1
  130. package/lib/esm/Category.d.ts +4 -4
  131. package/lib/esm/Category.js +4 -4
  132. package/lib/esm/Category.js.map +1 -1
  133. package/lib/esm/ChangesetECAdaptor.d.ts +67 -8
  134. package/lib/esm/ChangesetECAdaptor.d.ts.map +1 -1
  135. package/lib/esm/ChangesetECAdaptor.js +248 -33
  136. package/lib/esm/ChangesetECAdaptor.js.map +1 -1
  137. package/lib/esm/ClassRegistry.d.ts +1 -1
  138. package/lib/esm/ClassRegistry.js +1 -1
  139. package/lib/esm/ClassRegistry.js.map +1 -1
  140. package/lib/esm/CloudSqlite.js +1 -1
  141. package/lib/esm/CloudSqlite.js.map +1 -1
  142. package/lib/esm/CodeSpecs.d.ts +1 -1
  143. package/lib/esm/CodeSpecs.js +1 -1
  144. package/lib/esm/CodeSpecs.js.map +1 -1
  145. package/lib/esm/DisplayStyle.d.ts +4 -4
  146. package/lib/esm/DisplayStyle.js +3 -3
  147. package/lib/esm/DisplayStyle.js.map +1 -1
  148. package/lib/esm/ECDb.d.ts +4 -4
  149. package/lib/esm/ECDb.d.ts.map +1 -1
  150. package/lib/esm/ECDb.js +4 -4
  151. package/lib/esm/ECDb.js.map +1 -1
  152. package/lib/esm/ECSqlStatement.d.ts +15 -6
  153. package/lib/esm/ECSqlStatement.d.ts.map +1 -1
  154. package/lib/esm/ECSqlStatement.js +18 -4
  155. package/lib/esm/ECSqlStatement.js.map +1 -1
  156. package/lib/esm/Element.d.ts +51 -51
  157. package/lib/esm/Element.js +51 -51
  158. package/lib/esm/Element.js.map +1 -1
  159. package/lib/esm/ElementAspect.d.ts +8 -8
  160. package/lib/esm/ElementAspect.d.ts.map +1 -1
  161. package/lib/esm/ElementAspect.js +8 -8
  162. package/lib/esm/ElementAspect.js.map +1 -1
  163. package/lib/esm/Entity.d.ts +3 -3
  164. package/lib/esm/Entity.js +2 -2
  165. package/lib/esm/Entity.js.map +1 -1
  166. package/lib/esm/ExportGraphics.d.ts +54 -8
  167. package/lib/esm/ExportGraphics.d.ts.map +1 -1
  168. package/lib/esm/ExportGraphics.js +156 -58
  169. package/lib/esm/ExportGraphics.js.map +1 -1
  170. package/lib/esm/GeographicCRSServices.d.ts +6 -2
  171. package/lib/esm/GeographicCRSServices.d.ts.map +1 -1
  172. package/lib/esm/GeographicCRSServices.js +1 -1
  173. package/lib/esm/GeographicCRSServices.js.map +1 -1
  174. package/lib/esm/IModelDb.d.ts +23 -21
  175. package/lib/esm/IModelDb.d.ts.map +1 -1
  176. package/lib/esm/IModelDb.js +58 -32
  177. package/lib/esm/IModelDb.js.map +1 -1
  178. package/lib/esm/IModelElementCloneContext.d.ts +1 -1
  179. package/lib/esm/IModelElementCloneContext.d.ts.map +1 -1
  180. package/lib/esm/IModelElementCloneContext.js +1 -1
  181. package/lib/esm/IModelElementCloneContext.js.map +1 -1
  182. package/lib/esm/IModelHost.d.ts +2 -2
  183. package/lib/esm/IModelHost.js +2 -2
  184. package/lib/esm/IModelHost.js.map +1 -1
  185. package/lib/esm/Material.d.ts +1 -1
  186. package/lib/esm/Material.js +1 -1
  187. package/lib/esm/Material.js.map +1 -1
  188. package/lib/esm/Model.d.ts +22 -22
  189. package/lib/esm/Model.js +22 -22
  190. package/lib/esm/Model.js.map +1 -1
  191. package/lib/esm/SQLiteDb.d.ts +1 -1
  192. package/lib/esm/SQLiteDb.js +1 -1
  193. package/lib/esm/SQLiteDb.js.map +1 -1
  194. package/lib/esm/SqliteStatement.d.ts +1 -1
  195. package/lib/esm/SqliteStatement.d.ts.map +1 -1
  196. package/lib/esm/SqliteStatement.js +1 -1
  197. package/lib/esm/SqliteStatement.js.map +1 -1
  198. package/lib/esm/Texture.d.ts +1 -1
  199. package/lib/esm/Texture.js +1 -1
  200. package/lib/esm/Texture.js.map +1 -1
  201. package/lib/esm/TxnManager.d.ts +4 -4
  202. package/lib/esm/TxnManager.js +1 -1
  203. package/lib/esm/TxnManager.js.map +1 -1
  204. package/lib/esm/ViewDefinition.d.ts +40 -14
  205. package/lib/esm/ViewDefinition.d.ts.map +1 -1
  206. package/lib/esm/ViewDefinition.js +42 -14
  207. package/lib/esm/ViewDefinition.js.map +1 -1
  208. package/lib/esm/annotations/FrameGeometry.d.ts +52 -0
  209. package/lib/esm/annotations/FrameGeometry.d.ts.map +1 -0
  210. package/lib/esm/annotations/FrameGeometry.js +245 -0
  211. package/lib/esm/annotations/FrameGeometry.js.map +1 -0
  212. package/lib/esm/{TextAnnotationElement.d.ts → annotations/TextAnnotationElement.d.ts} +6 -11
  213. package/lib/esm/annotations/TextAnnotationElement.d.ts.map +1 -0
  214. package/lib/esm/{TextAnnotationElement.js → annotations/TextAnnotationElement.js} +22 -28
  215. package/lib/esm/annotations/TextAnnotationElement.js.map +1 -0
  216. package/lib/esm/annotations/TextAnnotationGeometry.d.ts +31 -0
  217. package/lib/esm/annotations/TextAnnotationGeometry.d.ts.map +1 -0
  218. package/lib/esm/annotations/TextAnnotationGeometry.js +80 -0
  219. package/lib/esm/annotations/TextAnnotationGeometry.js.map +1 -0
  220. package/lib/esm/annotations/TextBlockGeometry.d.ts +16 -0
  221. package/lib/esm/annotations/TextBlockGeometry.d.ts.map +1 -0
  222. package/lib/esm/{TextAnnotationGeometry.js → annotations/TextBlockGeometry.js} +11 -68
  223. package/lib/esm/annotations/TextBlockGeometry.js.map +1 -0
  224. package/lib/esm/{TextAnnotationLayout.d.ts → annotations/TextBlockLayout.d.ts} +19 -7
  225. package/lib/esm/annotations/TextBlockLayout.d.ts.map +1 -0
  226. package/lib/esm/{TextAnnotationLayout.js → annotations/TextBlockLayout.js} +19 -7
  227. package/lib/esm/annotations/TextBlockLayout.js.map +1 -0
  228. package/lib/esm/core-backend.d.ts +5 -3
  229. package/lib/esm/core-backend.d.ts.map +1 -1
  230. package/lib/esm/core-backend.js +25 -3
  231. package/lib/esm/core-backend.js.map +1 -1
  232. package/lib/esm/rpc-impl/IModelReadRpcImpl.d.ts +1 -1
  233. package/lib/esm/rpc-impl/IModelReadRpcImpl.js +1 -1
  234. package/lib/esm/rpc-impl/IModelReadRpcImpl.js.map +1 -1
  235. package/lib/esm/rpc-impl/RpcBriefcaseUtility.d.ts +2 -2
  236. package/lib/esm/rpc-impl/RpcBriefcaseUtility.js.map +1 -1
  237. package/lib/esm/rpc-impl/SnapshotIModelRpcImpl.d.ts +1 -1
  238. package/lib/esm/rpc-impl/SnapshotIModelRpcImpl.js +1 -1
  239. package/lib/esm/rpc-impl/SnapshotIModelRpcImpl.js.map +1 -1
  240. package/lib/esm/test/TestUtils.d.ts +1 -1
  241. package/lib/esm/test/TestUtils.d.ts.map +1 -1
  242. package/lib/esm/test/TestUtils.js +1 -1
  243. package/lib/esm/test/TestUtils.js.map +1 -1
  244. package/lib/esm/test/annotations/TextAnnotation.test.js +190 -1025
  245. package/lib/esm/test/annotations/TextAnnotation.test.js.map +1 -1
  246. package/lib/esm/test/annotations/TextBlock.test.d.ts +2 -0
  247. package/lib/esm/test/annotations/TextBlock.test.d.ts.map +1 -0
  248. package/lib/esm/test/annotations/TextBlock.test.js +969 -0
  249. package/lib/esm/test/annotations/TextBlock.test.js.map +1 -0
  250. package/lib/esm/test/ecdb/ECDb.test.js +29 -8
  251. package/lib/esm/test/ecdb/ECDb.test.js.map +1 -1
  252. package/lib/esm/test/ecdb/ECSqlStatement.test.js +192 -0
  253. package/lib/esm/test/ecdb/ECSqlStatement.test.js.map +1 -1
  254. package/lib/esm/test/imodel/IModel.test.js +228 -5
  255. package/lib/esm/test/imodel/IModel.test.js.map +1 -1
  256. package/lib/esm/test/misc/GeoServices.test.js +23 -9
  257. package/lib/esm/test/misc/GeoServices.test.js.map +1 -1
  258. package/lib/esm/test/standalone/ChangesetReader.test.js +451 -136
  259. package/lib/esm/test/standalone/ChangesetReader.test.js.map +1 -1
  260. package/lib/esm/test/standalone/ExportGraphics.test.js +53 -1
  261. package/lib/esm/test/standalone/ExportGraphics.test.js.map +1 -1
  262. package/lib/esm/test/standalone/GeometryStream.test.js +49 -1
  263. package/lib/esm/test/standalone/GeometryStream.test.js.map +1 -1
  264. package/lib/esm/test/standalone/IModelLimits.test.d.ts +2 -0
  265. package/lib/esm/test/standalone/IModelLimits.test.d.ts.map +1 -0
  266. package/lib/esm/test/standalone/IModelLimits.test.js +103 -0
  267. package/lib/esm/test/standalone/IModelLimits.test.js.map +1 -0
  268. package/lib/esm/test/standalone/SnapshotDb.test.js +19 -1
  269. package/lib/esm/test/standalone/SnapshotDb.test.js.map +1 -1
  270. package/package.json +13 -13
  271. package/lib/cjs/TextAnnotationElement.d.ts.map +0 -1
  272. package/lib/cjs/TextAnnotationElement.js.map +0 -1
  273. package/lib/cjs/TextAnnotationGeometry.d.ts +0 -32
  274. package/lib/cjs/TextAnnotationGeometry.d.ts.map +0 -1
  275. package/lib/cjs/TextAnnotationGeometry.js.map +0 -1
  276. package/lib/cjs/TextAnnotationLayout.d.ts.map +0 -1
  277. package/lib/cjs/TextAnnotationLayout.js.map +0 -1
  278. package/lib/esm/TextAnnotationElement.d.ts.map +0 -1
  279. package/lib/esm/TextAnnotationElement.js.map +0 -1
  280. package/lib/esm/TextAnnotationGeometry.d.ts +0 -32
  281. package/lib/esm/TextAnnotationGeometry.d.ts.map +0 -1
  282. package/lib/esm/TextAnnotationGeometry.js.map +0 -1
  283. package/lib/esm/TextAnnotationLayout.d.ts.map +0 -1
  284. package/lib/esm/TextAnnotationLayout.js.map +0 -1
@@ -90,7 +90,7 @@ export interface OnSubModelIdArg extends OnElementArg {
90
90
  * * [Element Fundamentals]($docs/bis/guide/fundamentals/element-fundamentals.md)
91
91
  * * [Working with schemas and elements in TypeScript]($docs/learning/backend/SchemasAndElementsInTypeScript.md)
92
92
  * * [Creating elements]($docs/learning/backend/CreateElements.md)
93
- * @public
93
+ * @public @preview
94
94
  */
95
95
  export declare class Element extends Entity {
96
96
  static get className(): string;
@@ -292,7 +292,7 @@ export declare class Element extends Entity {
292
292
  */
293
293
  static readonly requiredReferenceKeyTypeMap: Record<string, ConcreteEntityTypes>;
294
294
  /** Get the class metadata for this element.
295
- * @deprecated in 5.0. Please use `getMetaData` provided by the parent class `Entity` instead.
295
+ * @deprecated in 5.0 - will not be removed until after 2026-06-13. Please use `getMetaData` provided by the parent class `Entity` instead.
296
296
  *
297
297
  * @example
298
298
  * ```typescript
@@ -335,7 +335,7 @@ export declare class Element extends Entity {
335
335
  delete(): void;
336
336
  }
337
337
  /** An abstract base class to model real world entities that intrinsically have geometry.
338
- * @public
338
+ * @public @preview
339
339
  */
340
340
  export declare abstract class GeometricElement extends Element {
341
341
  static get className(): string;
@@ -380,7 +380,7 @@ export declare abstract class GeometricElement extends Element {
380
380
  }
381
381
  /** An abstract base class to model real world entities that intrinsically have 3d geometry.
382
382
  * See [how to create a GeometricElement3d]($docs/learning/backend/CreateElements.md#GeometricElement3d).
383
- * @public
383
+ * @public @preview
384
384
  */
385
385
  export declare abstract class GeometricElement3d extends GeometricElement {
386
386
  static get className(): string;
@@ -412,14 +412,14 @@ export declare abstract class GeometricElement3d extends GeometricElement {
412
412
  static serialize(props: GeometricElement3dProps, iModel: IModelDb): ECSqlRow;
413
413
  }
414
414
  /** A 3d Graphical Element
415
- * @public
415
+ * @public @preview
416
416
  */
417
417
  export declare abstract class GraphicalElement3d extends GeometricElement3d {
418
418
  static get className(): string;
419
419
  protected constructor(props: GeometricElement3dProps, iModel: IModelDb);
420
420
  }
421
421
  /** An abstract base class to model information entities that intrinsically have 2d geometry.
422
- * @public
422
+ * @public @preview
423
423
  */
424
424
  export declare abstract class GeometricElement2d extends GeometricElement {
425
425
  static get className(): string;
@@ -451,35 +451,35 @@ export declare abstract class GeometricElement2d extends GeometricElement {
451
451
  protected collectReferenceIds(referenceIds: EntityReferenceSet): void;
452
452
  }
453
453
  /** An abstract base class for 2d Geometric Elements that are used to convey information within graphical presentations (like drawings).
454
- * @public
454
+ * @public @preview
455
455
  */
456
456
  export declare abstract class GraphicalElement2d extends GeometricElement2d {
457
457
  static get className(): string;
458
458
  protected constructor(props: GeometricElement2dProps, iModel: IModelDb);
459
459
  }
460
460
  /** 2d element used to annotate drawings and sheets.
461
- * @public
461
+ * @public @preview
462
462
  */
463
463
  export declare class AnnotationElement2d extends GraphicalElement2d {
464
464
  static get className(): string;
465
465
  protected constructor(props: GeometricElement2dProps, iModel: IModelDb);
466
466
  }
467
467
  /** 2d element used to persist graphics for use in drawings.
468
- * @public
468
+ * @public @preview
469
469
  */
470
470
  export declare class DrawingGraphic extends GraphicalElement2d {
471
471
  static get className(): string;
472
472
  protected constructor(props: GeometricElement2dProps, iModel: IModelDb);
473
473
  }
474
474
  /** An Element that occupies real world space. Its coordinates are in the project space of its iModel.
475
- * @public
475
+ * @public @preview
476
476
  */
477
477
  export declare abstract class SpatialElement extends GeometricElement3d {
478
478
  static get className(): string;
479
479
  protected constructor(props: GeometricElement3dProps, iModel: IModelDb);
480
480
  }
481
481
  /** An Element that is spatially located, has mass, and can be *touched*.
482
- * @public
482
+ * @public @preview
483
483
  */
484
484
  export declare abstract class PhysicalElement extends SpatialElement {
485
485
  static get className(): string;
@@ -489,14 +489,14 @@ export declare abstract class PhysicalElement extends SpatialElement {
489
489
  toJSON(): PhysicalElementProps;
490
490
  }
491
491
  /** Identifies a *tracked* real world location but has no mass and cannot be *touched*.
492
- * @public
492
+ * @public @preview
493
493
  */
494
494
  export declare abstract class SpatialLocationElement extends SpatialElement {
495
495
  static get className(): string;
496
496
  protected constructor(props: GeometricElement3dProps, iModel: IModelDb);
497
497
  }
498
498
  /** A Volume Element is a Spatial Location Element that is restricted to defining a volume.
499
- * @public
499
+ * @public @preview
500
500
  */
501
501
  export declare class VolumeElement extends SpatialLocationElement {
502
502
  static get className(): string;
@@ -505,7 +505,7 @@ export declare class VolumeElement extends SpatialLocationElement {
505
505
  /** A SectionDrawingLocation element identifies the location of a [[SectionDrawing]] in the context of a [[SpatialModel]],
506
506
  * enabling [HyperModeling]($hypermodeling).
507
507
  * @note The associated ECClass was added to the BisCore schema in version 1.0.11.
508
- * @public
508
+ * @public @preview
509
509
  */
510
510
  export declare class SectionDrawingLocation extends SpatialLocationElement {
511
511
  /** The Id of the [[ViewDefinition]] to which this location refers. */
@@ -517,7 +517,7 @@ export declare class SectionDrawingLocation extends SpatialLocationElement {
517
517
  /** Information Content Element is an abstract base class for modeling pure information entities. Only the
518
518
  * core framework should directly subclass from Information Content Element. Domain and application developers
519
519
  * should start with the most appropriate subclass of Information Content Element.
520
- * @public
520
+ * @public @preview
521
521
  */
522
522
  export declare abstract class InformationContentElement extends Element {
523
523
  static get className(): string;
@@ -532,14 +532,14 @@ export declare abstract class DriverBundleElement extends InformationContentElem
532
532
  protected constructor(props: ElementProps, iModel: IModelDb);
533
533
  }
534
534
  /** Information Reference is an abstract base class for modeling entities whose main purpose is to reference something else.
535
- * @public
535
+ * @public @preview
536
536
  */
537
537
  export declare abstract class InformationReferenceElement extends InformationContentElement {
538
538
  static get className(): string;
539
539
  protected constructor(props: ElementProps, iModel: IModelDb);
540
540
  }
541
541
  /** A Subject is an information element that describes what this repository (or part thereof) is about.
542
- * @public
542
+ * @public @preview
543
543
  */
544
544
  export declare class Subject extends InformationReferenceElement {
545
545
  static get className(): string;
@@ -576,14 +576,14 @@ export declare class Subject extends InformationReferenceElement {
576
576
  * For example, a will is a legal document. The will published into a PDF file is an ElectronicDocumentCopy.
577
577
  * The will printed onto paper is a PrintedDocumentCopy.
578
578
  * In this example, the Document only identifies, names, and tracks the content of the will.
579
- * @public
579
+ * @public @preview
580
580
  */
581
581
  export declare abstract class Document extends InformationContentElement {
582
582
  static get className(): string;
583
583
  protected constructor(props: ElementProps, iModel: IModelDb);
584
584
  }
585
585
  /** A document that represents a drawing, that is, a two-dimensional graphical representation of engineering data. A Drawing element is usually modelled by a [[DrawingModel]].
586
- * @public
586
+ * @public @preview
587
587
  */
588
588
  export declare class Drawing extends Document {
589
589
  private _scaleFactor;
@@ -591,7 +591,7 @@ export declare class Drawing extends Document {
591
591
  * size of the [ViewAttachment]($backend) created when attaching the [Drawing]($backend) to a [Sheet]($backend).
592
592
  * Default: 1.
593
593
  * @note Attempting to set this property to a value less than or equal to zero will produce an exception.
594
- * @public
594
+ * @public @preview
595
595
  */
596
596
  get scaleFactor(): number;
597
597
  set scaleFactor(factor: number);
@@ -620,7 +620,7 @@ export declare class Drawing extends Document {
620
620
  /** A document that represents a section drawing, that is, a graphical documentation derived from a planar
621
621
  * section of a spatial view. A SectionDrawing element is modelled by a [[SectionDrawingModel]] or a [[GraphicalModel3d]].
622
622
  * A [[SectionDrawingLocation]] can associate the drawing with a spatial location, enabling [HyperModeling]($hypermodeling).
623
- * @public
623
+ * @public @preview
624
624
  */
625
625
  export declare class SectionDrawing extends Drawing {
626
626
  /** The type of section used to generate the drawing. */
@@ -644,7 +644,7 @@ export declare class SectionDrawing extends Drawing {
644
644
  toJSON(): SectionDrawingProps;
645
645
  }
646
646
  /** The template for a SheetBorder
647
- * @public
647
+ * @public @preview
648
648
  */
649
649
  export declare class SheetBorderTemplate extends Document {
650
650
  static get className(): string;
@@ -653,7 +653,7 @@ export declare class SheetBorderTemplate extends Document {
653
653
  protected constructor(props: SheetBorderTemplateProps, iModel: IModelDb);
654
654
  }
655
655
  /** The template for a [[Sheet]]
656
- * @public
656
+ * @public @preview
657
657
  */
658
658
  export declare class SheetTemplate extends Document {
659
659
  static get className(): string;
@@ -664,7 +664,7 @@ export declare class SheetTemplate extends Document {
664
664
  protected collectReferenceIds(referenceIds: EntityReferenceSet): void;
665
665
  }
666
666
  /** A digital representation of a *sheet of paper*. Modeled by a [[SheetModel]].
667
- * @public
667
+ * @public @preview
668
668
  */
669
669
  export declare class Sheet extends Document {
670
670
  static get className(): string;
@@ -683,14 +683,14 @@ export declare class Sheet extends Document {
683
683
  }
684
684
  /** Information Record Element is an abstract base class for modeling information records. Information Record
685
685
  * Element is the default choice if no other subclass of Information Content Element makes sense.
686
- * @public
686
+ * @public @preview
687
687
  */
688
688
  export declare abstract class InformationRecordElement extends InformationContentElement {
689
689
  static get className(): string;
690
690
  protected constructor(props: ElementProps, iModel: IModelDb);
691
691
  }
692
692
  /** A Definition Element holds configuration-related information that is meant to be referenced / shared.
693
- * @public
693
+ * @public @preview
694
694
  */
695
695
  export declare abstract class DefinitionElement extends InformationContentElement {
696
696
  static get className(): string;
@@ -719,14 +719,14 @@ export declare abstract class DefinitionElement extends InformationContentElemen
719
719
  }
720
720
  /** This abstract class unifies DefinitionGroup and DefinitionContainer for relationship endpoint purposes.
721
721
  * @note The associated ECClass was added to the BisCore schema in version 1.0.10
722
- * @public
722
+ * @public @preview
723
723
  */
724
724
  export declare abstract class DefinitionSet extends DefinitionElement {
725
725
  static get className(): string;
726
726
  }
727
727
  /** A DefinitionContainer exclusively owns a set of DefinitionElements contained within its sub-model (of type DefinitionModel).
728
728
  * @note The associated ECClass was added to the BisCore schema in version 1.0.10
729
- * @public
729
+ * @public @preview
730
730
  */
731
731
  export declare class DefinitionContainer extends DefinitionSet {
732
732
  static get className(): string;
@@ -753,7 +753,7 @@ export declare class DefinitionContainer extends DefinitionSet {
753
753
  }
754
754
  /** A non-exclusive set of DefinitionElements grouped using the DefinitionGroupGroupsDefinitions relationship.
755
755
  * @note The associated ECClass was added to the BisCore schema in version 1.0.10
756
- * @public
756
+ * @public @preview
757
757
  */
758
758
  export declare class DefinitionGroup extends DefinitionSet {
759
759
  static get className(): string;
@@ -769,7 +769,7 @@ export declare class DefinitionGroup extends DefinitionSet {
769
769
  static create(iModelDb: IModelDb, definitionModelId: Id64String, code: Code, isPrivate?: boolean): DefinitionGroup;
770
770
  }
771
771
  /** Defines a set of properties (the *type*) that may be associated with an element.
772
- * @public
772
+ * @public @preview
773
773
  */
774
774
  export declare abstract class TypeDefinitionElement extends DefinitionElement {
775
775
  static get className(): string;
@@ -787,7 +787,7 @@ export declare abstract class RecipeDefinitionElement extends DefinitionElement
787
787
  /** Defines a set of properties (the *type*) that can be associated with a Physical Element. A Physical
788
788
  * Type has a strong correlation with something that can be ordered from a catalog since all instances
789
789
  * share a common set of properties.
790
- * @public
790
+ * @public @preview
791
791
  */
792
792
  export declare abstract class PhysicalType extends TypeDefinitionElement {
793
793
  static get className(): string;
@@ -803,7 +803,7 @@ export declare abstract class PhysicalType extends TypeDefinitionElement {
803
803
  static createCode(iModel: IModelDb, scopeModelId: CodeScopeProps, codeValue: string): Code;
804
804
  }
805
805
  /** Defines a set of properties (the *type*) that can be associated with a spatial location.
806
- * @public
806
+ * @public @preview
807
807
  */
808
808
  export declare abstract class SpatialLocationType extends TypeDefinitionElement {
809
809
  static get className(): string;
@@ -845,7 +845,7 @@ export declare class TemplateRecipe3d extends RecipeDefinitionElement {
845
845
  static insert(iModelDb: IModelDb, definitionModelId: Id64String, name: string, isPrivate?: boolean): Id64String;
846
846
  }
847
847
  /** Defines a set of properties (the *type*) that can be associated with a 2D Graphical Element.
848
- * @public
848
+ * @public @preview
849
849
  */
850
850
  export declare abstract class GraphicalType2d extends TypeDefinitionElement {
851
851
  static get className(): string;
@@ -889,7 +889,7 @@ export declare class TemplateRecipe2d extends RecipeDefinitionElement {
889
889
  /** An abstract base class for elements that establishes a particular modeling perspective for its parent Subject.
890
890
  * Instances are always sub-modeled by a specialization of Model of the appropriate modeling perspective.
891
891
  * @see [iModel Information Hierarchy]($docs/bis/guide/data-organization/top-of-the-world), [[Subject]], [[Model]]
892
- * @public
892
+ * @public @preview
893
893
  */
894
894
  export declare abstract class InformationPartitionElement extends InformationContentElement {
895
895
  static get className(): string;
@@ -907,7 +907,7 @@ export declare abstract class InformationPartitionElement extends InformationCon
907
907
  /** A DefinitionPartition element establishes a *Definition* modeling perspective for its parent Subject.
908
908
  * A DefinitionPartition is always sub-modeled by a DefinitionModel.
909
909
  * @see [[DefinitionModel]]
910
- * @public
910
+ * @public @preview
911
911
  */
912
912
  export declare class DefinitionPartition extends InformationPartitionElement {
913
913
  static get className(): string;
@@ -915,7 +915,7 @@ export declare class DefinitionPartition extends InformationPartitionElement {
915
915
  /** A DocumentPartition element establishes a *Document* modeling perspective for its parent Subject.
916
916
  * A DocumentPartition is always sub-modeled by a DocumentListModel.
917
917
  * @see [[DocumentListModel]]
918
- * @public
918
+ * @public @preview
919
919
  */
920
920
  export declare class DocumentPartition extends InformationPartitionElement {
921
921
  static get className(): string;
@@ -923,7 +923,7 @@ export declare class DocumentPartition extends InformationPartitionElement {
923
923
  /** A GroupInformationPartition element establishes a *Group Information* modeling perspective for its parent Subject.
924
924
  * A GroupInformationPartition is always sub-modeled by a GroupInformationModel.
925
925
  * @see [[GroupInformationModel]]
926
- * @public
926
+ * @public @preview
927
927
  */
928
928
  export declare class GroupInformationPartition extends InformationPartitionElement {
929
929
  static get className(): string;
@@ -932,7 +932,7 @@ export declare class GroupInformationPartition extends InformationPartitionEleme
932
932
  * A GraphicalPartition3d is always sub-modeled by a GraphicalModel3d.
933
933
  * @note The associated ECClass was added to the BisCore schema in version 1.0.8
934
934
  * @see [[GraphicalModel3d]]
935
- * @public
935
+ * @public @preview
936
936
  */
937
937
  export declare class GraphicalPartition3d extends InformationPartitionElement {
938
938
  static get className(): string;
@@ -940,21 +940,21 @@ export declare class GraphicalPartition3d extends InformationPartitionElement {
940
940
  /** An InformationRecordPartition element establishes a *Information Record* modeling perspective for its parent Subject.
941
941
  * A InformationRecordPartition is always sub-modeled by an InformationRecordModel.
942
942
  * @see [[InformationRecordModel]]
943
- * @public
943
+ * @public @preview
944
944
  */
945
945
  export declare class InformationRecordPartition extends InformationPartitionElement {
946
946
  static get className(): string;
947
947
  }
948
948
  /** A LinkPartition element establishes a *Link* modeling perspective for its parent Subject. A LinkPartition is always sub-modeled by a LinkModel.
949
949
  * @see [[LinkModel]]
950
- * @public
950
+ * @public @preview
951
951
  */
952
952
  export declare class LinkPartition extends InformationPartitionElement {
953
953
  static get className(): string;
954
954
  }
955
955
  /** A PhysicalPartition element establishes a *Physical* modeling perspective for its parent Subject. A PhysicalPartition is always sub-modeled by a PhysicalModel.
956
956
  * @see [[PhysicalModel]]
957
- * @public
957
+ * @public @preview
958
958
  */
959
959
  export declare class PhysicalPartition extends InformationPartitionElement {
960
960
  static get className(): string;
@@ -962,7 +962,7 @@ export declare class PhysicalPartition extends InformationPartitionElement {
962
962
  /** A SpatialLocationPartition element establishes a *SpatialLocation* modeling perspective for its parent Subject.
963
963
  * A SpatialLocationPartition is always sub-modeled by a SpatialLocationModel.
964
964
  * @see [[SpatialLocationModel]]
965
- * @public
965
+ * @public @preview
966
966
  */
967
967
  export declare class SpatialLocationPartition extends InformationPartitionElement {
968
968
  static get className(): string;
@@ -975,13 +975,13 @@ export declare class SheetIndexPartition extends InformationPartitionElement {
975
975
  static get className(): string;
976
976
  }
977
977
  /** Group Information is an abstract base class for modeling entities whose main purpose is to reference a group of related elements.
978
- * @public
978
+ * @public @preview
979
979
  */
980
980
  export declare abstract class GroupInformationElement extends InformationReferenceElement {
981
981
  static get className(): string;
982
982
  }
983
983
  /** An information element that specifies a link.
984
- * @public
984
+ * @public @preview
985
985
  */
986
986
  export declare abstract class LinkElement extends InformationReferenceElement {
987
987
  static get className(): string;
@@ -993,7 +993,7 @@ export declare abstract class LinkElement extends InformationReferenceElement {
993
993
  static createCode(iModel: IModelDb, scopeModelId: CodeScopeProps, codeValue: string): Code;
994
994
  }
995
995
  /** An information element that specifies a URL link.
996
- * @public
996
+ * @public @preview
997
997
  */
998
998
  export declare class UrlLink extends LinkElement {
999
999
  static get className(): string;
@@ -1028,7 +1028,7 @@ export declare class FolderLink extends UrlLink {
1028
1028
  static get className(): string;
1029
1029
  }
1030
1030
  /** An information element that links to a repository.
1031
- * @public
1031
+ * @public @preview
1032
1032
  */
1033
1033
  export declare class RepositoryLink extends UrlLink {
1034
1034
  static get className(): string;
@@ -1039,7 +1039,7 @@ export declare class RepositoryLink extends UrlLink {
1039
1039
  toJSON(): RepositoryLinkProps;
1040
1040
  }
1041
1041
  /** An information element that links to an embedded file.
1042
- * @public
1042
+ * @public @preview
1043
1043
  */
1044
1044
  export declare class EmbeddedFileLink extends LinkElement {
1045
1045
  static get className(): string;
@@ -1047,14 +1047,14 @@ export declare class EmbeddedFileLink extends LinkElement {
1047
1047
  /** A real world entity is modeled as a Role Element when a set of external circumstances define an important
1048
1048
  * role (one that is worth tracking) that is not intrinsic to the entity playing the role. For example,
1049
1049
  * a person can play the role of a teacher or a rock can play the role of a boundary marker.
1050
- * @public
1050
+ * @public @preview
1051
1051
  */
1052
1052
  export declare abstract class RoleElement extends Element {
1053
1053
  static get className(): string;
1054
1054
  }
1055
1055
  /** A Definition Element that specifies a collection of geometry that is meant to be reused across Geometric
1056
1056
  * Element instances. Leveraging Geometry Parts can help reduce file size and improve display performance.
1057
- * @public
1057
+ * @public @preview
1058
1058
  */
1059
1059
  export declare class GeometryPart extends DefinitionElement {
1060
1060
  static get className(): string;
@@ -1089,7 +1089,7 @@ export declare class GeometryPart extends DefinitionElement {
1089
1089
  static createCode(iModel: IModelDb, scopeModelId: CodeScopeProps, codeValue: string): Code;
1090
1090
  }
1091
1091
  /** The definition element for a line style
1092
- * @public
1092
+ * @public @preview
1093
1093
  */
1094
1094
  export declare class LineStyle extends DefinitionElement {
1095
1095
  static get className(): string;
@@ -1124,7 +1124,7 @@ export declare class LineStyle extends DefinitionElement {
1124
1124
  }
1125
1125
  /** Describes how to animate a view of a [[GeometricModel]] to show change over time using a [RenderSchedule.Script]($common).
1126
1126
  * @note This class was introduced in version 01.00.13 of the BisCore ECSchema. It should only be used with [[IModelDb]]s containing that version or newer.
1127
- * @public
1127
+ * @public @preview
1128
1128
  */
1129
1129
  export declare class RenderTimeline extends InformationRecordElement {
1130
1130
  static get className(): string;