@itwin/core-backend 5.1.0-dev.9 → 5.2.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.
Files changed (441) hide show
  1. package/CHANGELOG.md +112 -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.d.ts.map +1 -1
  6. package/lib/cjs/BisCoreSchema.js +4 -2
  7. package/lib/cjs/BisCoreSchema.js.map +1 -1
  8. package/lib/cjs/BriefcaseManager.d.ts +10 -2
  9. package/lib/cjs/BriefcaseManager.d.ts.map +1 -1
  10. package/lib/cjs/BriefcaseManager.js +16 -0
  11. package/lib/cjs/BriefcaseManager.js.map +1 -1
  12. package/lib/cjs/Category.d.ts +4 -4
  13. package/lib/cjs/Category.js +4 -4
  14. package/lib/cjs/Category.js.map +1 -1
  15. package/lib/cjs/ChangesetECAdaptor.d.ts +67 -8
  16. package/lib/cjs/ChangesetECAdaptor.d.ts.map +1 -1
  17. package/lib/cjs/ChangesetECAdaptor.js +248 -33
  18. package/lib/cjs/ChangesetECAdaptor.js.map +1 -1
  19. package/lib/cjs/ClassRegistry.d.ts +9 -1
  20. package/lib/cjs/ClassRegistry.d.ts.map +1 -1
  21. package/lib/cjs/ClassRegistry.js +9 -1
  22. package/lib/cjs/ClassRegistry.js.map +1 -1
  23. package/lib/cjs/CloudSqlite.js +1 -1
  24. package/lib/cjs/CloudSqlite.js.map +1 -1
  25. package/lib/cjs/CodeSpecs.d.ts +1 -1
  26. package/lib/cjs/CodeSpecs.js +1 -1
  27. package/lib/cjs/CodeSpecs.js.map +1 -1
  28. package/lib/cjs/DisplayStyle.d.ts +4 -4
  29. package/lib/cjs/DisplayStyle.js +3 -3
  30. package/lib/cjs/DisplayStyle.js.map +1 -1
  31. package/lib/cjs/ECDb.d.ts +4 -4
  32. package/lib/cjs/ECDb.d.ts.map +1 -1
  33. package/lib/cjs/ECDb.js +4 -4
  34. package/lib/cjs/ECDb.js.map +1 -1
  35. package/lib/cjs/ECSqlStatement.d.ts +15 -6
  36. package/lib/cjs/ECSqlStatement.d.ts.map +1 -1
  37. package/lib/cjs/ECSqlStatement.js +19 -4
  38. package/lib/cjs/ECSqlStatement.js.map +1 -1
  39. package/lib/cjs/Element.d.ts +54 -51
  40. package/lib/cjs/Element.d.ts.map +1 -1
  41. package/lib/cjs/Element.js +67 -52
  42. package/lib/cjs/Element.js.map +1 -1
  43. package/lib/cjs/ElementAspect.d.ts +8 -8
  44. package/lib/cjs/ElementAspect.d.ts.map +1 -1
  45. package/lib/cjs/ElementAspect.js +8 -8
  46. package/lib/cjs/ElementAspect.js.map +1 -1
  47. package/lib/cjs/Entity.d.ts +10 -7
  48. package/lib/cjs/Entity.d.ts.map +1 -1
  49. package/lib/cjs/Entity.js +35 -13
  50. package/lib/cjs/Entity.js.map +1 -1
  51. package/lib/cjs/ExportGraphics.d.ts +54 -8
  52. package/lib/cjs/ExportGraphics.d.ts.map +1 -1
  53. package/lib/cjs/ExportGraphics.js +158 -59
  54. package/lib/cjs/ExportGraphics.js.map +1 -1
  55. package/lib/cjs/GeographicCRSServices.d.ts +6 -2
  56. package/lib/cjs/GeographicCRSServices.d.ts.map +1 -1
  57. package/lib/cjs/GeographicCRSServices.js +1 -1
  58. package/lib/cjs/GeographicCRSServices.js.map +1 -1
  59. package/lib/cjs/IModelDb.d.ts +37 -26
  60. package/lib/cjs/IModelDb.d.ts.map +1 -1
  61. package/lib/cjs/IModelDb.js +124 -47
  62. package/lib/cjs/IModelDb.js.map +1 -1
  63. package/lib/cjs/IModelElementCloneContext.d.ts +1 -1
  64. package/lib/cjs/IModelElementCloneContext.d.ts.map +1 -1
  65. package/lib/cjs/IModelElementCloneContext.js +1 -1
  66. package/lib/cjs/IModelElementCloneContext.js.map +1 -1
  67. package/lib/cjs/IModelHost.d.ts +2 -3
  68. package/lib/cjs/IModelHost.d.ts.map +1 -1
  69. package/lib/cjs/IModelHost.js +2 -3
  70. package/lib/cjs/IModelHost.js.map +1 -1
  71. package/lib/cjs/IModelIncrementalSchemaLocater.d.ts +36 -0
  72. package/lib/cjs/IModelIncrementalSchemaLocater.d.ts.map +1 -0
  73. package/lib/cjs/IModelIncrementalSchemaLocater.js +69 -0
  74. package/lib/cjs/IModelIncrementalSchemaLocater.js.map +1 -0
  75. package/lib/cjs/LocalHub.d.ts.map +1 -1
  76. package/lib/cjs/LocalHub.js +6 -4
  77. package/lib/cjs/LocalHub.js.map +1 -1
  78. package/lib/cjs/Material.d.ts +4 -3
  79. package/lib/cjs/Material.d.ts.map +1 -1
  80. package/lib/cjs/Material.js +5 -5
  81. package/lib/cjs/Material.js.map +1 -1
  82. package/lib/cjs/Model.d.ts +22 -22
  83. package/lib/cjs/Model.js +22 -22
  84. package/lib/cjs/Model.js.map +1 -1
  85. package/lib/cjs/Relationship.d.ts +3 -0
  86. package/lib/cjs/Relationship.d.ts.map +1 -1
  87. package/lib/cjs/Relationship.js +15 -0
  88. package/lib/cjs/Relationship.js.map +1 -1
  89. package/lib/cjs/SQLiteDb.d.ts +1 -1
  90. package/lib/cjs/SQLiteDb.js +1 -1
  91. package/lib/cjs/SQLiteDb.js.map +1 -1
  92. package/lib/cjs/Schema.d.ts +25 -0
  93. package/lib/cjs/Schema.d.ts.map +1 -1
  94. package/lib/cjs/Schema.js +25 -0
  95. package/lib/cjs/Schema.js.map +1 -1
  96. package/lib/cjs/SqliteStatement.d.ts +1 -1
  97. package/lib/cjs/SqliteStatement.d.ts.map +1 -1
  98. package/lib/cjs/SqliteStatement.js +1 -1
  99. package/lib/cjs/SqliteStatement.js.map +1 -1
  100. package/lib/cjs/Texture.d.ts +1 -1
  101. package/lib/cjs/Texture.js +1 -1
  102. package/lib/cjs/Texture.js.map +1 -1
  103. package/lib/cjs/TxnManager.d.ts +4 -4
  104. package/lib/cjs/TxnManager.js +1 -1
  105. package/lib/cjs/TxnManager.js.map +1 -1
  106. package/lib/cjs/ViewDefinition.d.ts +40 -14
  107. package/lib/cjs/ViewDefinition.d.ts.map +1 -1
  108. package/lib/cjs/ViewDefinition.js +42 -14
  109. package/lib/cjs/ViewDefinition.js.map +1 -1
  110. package/lib/cjs/annotations/ElementDrivesTextAnnotation.d.ts +61 -0
  111. package/lib/cjs/annotations/ElementDrivesTextAnnotation.d.ts.map +1 -0
  112. package/lib/cjs/annotations/ElementDrivesTextAnnotation.js +110 -0
  113. package/lib/cjs/annotations/ElementDrivesTextAnnotation.js.map +1 -0
  114. package/lib/cjs/annotations/FrameGeometry.d.ts +51 -0
  115. package/lib/cjs/annotations/FrameGeometry.d.ts.map +1 -0
  116. package/lib/cjs/annotations/FrameGeometry.js +249 -0
  117. package/lib/cjs/annotations/FrameGeometry.js.map +1 -0
  118. package/lib/cjs/annotations/LeaderGeometry.d.ts +53 -0
  119. package/lib/cjs/annotations/LeaderGeometry.d.ts.map +1 -0
  120. package/lib/cjs/annotations/LeaderGeometry.js +184 -0
  121. package/lib/cjs/annotations/LeaderGeometry.js.map +1 -0
  122. package/lib/cjs/annotations/TextAnnotationElement.d.ts +204 -0
  123. package/lib/cjs/annotations/TextAnnotationElement.d.ts.map +1 -0
  124. package/lib/cjs/annotations/TextAnnotationElement.js +411 -0
  125. package/lib/cjs/annotations/TextAnnotationElement.js.map +1 -0
  126. package/lib/cjs/annotations/TextAnnotationGeometry.d.ts +33 -0
  127. package/lib/cjs/annotations/TextAnnotationGeometry.d.ts.map +1 -0
  128. package/lib/cjs/annotations/TextAnnotationGeometry.js +137 -0
  129. package/lib/cjs/annotations/TextAnnotationGeometry.js.map +1 -0
  130. package/lib/cjs/annotations/TextBlockGeometry.d.ts +16 -0
  131. package/lib/cjs/annotations/TextBlockGeometry.d.ts.map +1 -0
  132. package/lib/cjs/{TextAnnotationGeometry.js → annotations/TextBlockGeometry.js} +28 -70
  133. package/lib/cjs/annotations/TextBlockGeometry.js.map +1 -0
  134. package/lib/cjs/{TextAnnotationLayout.d.ts → annotations/TextBlockLayout.d.ts} +69 -22
  135. package/lib/cjs/annotations/TextBlockLayout.d.ts.map +1 -0
  136. package/lib/cjs/{TextAnnotationLayout.js → annotations/TextBlockLayout.js} +174 -49
  137. package/lib/cjs/annotations/TextBlockLayout.js.map +1 -0
  138. package/lib/cjs/core-backend.d.ts +7 -3
  139. package/lib/cjs/core-backend.d.ts.map +1 -1
  140. package/lib/cjs/core-backend.js +27 -6
  141. package/lib/cjs/core-backend.js.map +1 -1
  142. package/lib/cjs/internal/ElementLRUCache.d.ts +23 -0
  143. package/lib/cjs/internal/ElementLRUCache.d.ts.map +1 -1
  144. package/lib/cjs/internal/ElementLRUCache.js +167 -3
  145. package/lib/cjs/internal/ElementLRUCache.js.map +1 -1
  146. package/lib/cjs/internal/Symbols.d.ts +1 -0
  147. package/lib/cjs/internal/Symbols.d.ts.map +1 -1
  148. package/lib/cjs/internal/Symbols.js +2 -1
  149. package/lib/cjs/internal/Symbols.js.map +1 -1
  150. package/lib/cjs/internal/annotations/fields.d.ts +22 -0
  151. package/lib/cjs/internal/annotations/fields.d.ts.map +1 -0
  152. package/lib/cjs/internal/annotations/fields.js +237 -0
  153. package/lib/cjs/internal/annotations/fields.js.map +1 -0
  154. package/lib/cjs/rpc-impl/IModelReadRpcImpl.d.ts +1 -1
  155. package/lib/cjs/rpc-impl/IModelReadRpcImpl.js +1 -1
  156. package/lib/cjs/rpc-impl/IModelReadRpcImpl.js.map +1 -1
  157. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.d.ts +2 -2
  158. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.js.map +1 -1
  159. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.d.ts +1 -1
  160. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.js +1 -1
  161. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.js.map +1 -1
  162. package/lib/cjs/workspace/Workspace.d.ts +0 -1
  163. package/lib/cjs/workspace/Workspace.d.ts.map +1 -1
  164. package/lib/cjs/workspace/Workspace.js.map +1 -1
  165. package/lib/esm/BackendHubAccess.d.ts +1 -1
  166. package/lib/esm/BackendHubAccess.js +1 -1
  167. package/lib/esm/BackendHubAccess.js.map +1 -1
  168. package/lib/esm/BisCoreSchema.d.ts.map +1 -1
  169. package/lib/esm/BisCoreSchema.js +4 -2
  170. package/lib/esm/BisCoreSchema.js.map +1 -1
  171. package/lib/esm/BriefcaseManager.d.ts +10 -2
  172. package/lib/esm/BriefcaseManager.d.ts.map +1 -1
  173. package/lib/esm/BriefcaseManager.js +17 -1
  174. package/lib/esm/BriefcaseManager.js.map +1 -1
  175. package/lib/esm/Category.d.ts +4 -4
  176. package/lib/esm/Category.js +4 -4
  177. package/lib/esm/Category.js.map +1 -1
  178. package/lib/esm/ChangesetECAdaptor.d.ts +67 -8
  179. package/lib/esm/ChangesetECAdaptor.d.ts.map +1 -1
  180. package/lib/esm/ChangesetECAdaptor.js +248 -33
  181. package/lib/esm/ChangesetECAdaptor.js.map +1 -1
  182. package/lib/esm/ClassRegistry.d.ts +9 -1
  183. package/lib/esm/ClassRegistry.d.ts.map +1 -1
  184. package/lib/esm/ClassRegistry.js +9 -1
  185. package/lib/esm/ClassRegistry.js.map +1 -1
  186. package/lib/esm/CloudSqlite.js +1 -1
  187. package/lib/esm/CloudSqlite.js.map +1 -1
  188. package/lib/esm/CodeSpecs.d.ts +1 -1
  189. package/lib/esm/CodeSpecs.js +1 -1
  190. package/lib/esm/CodeSpecs.js.map +1 -1
  191. package/lib/esm/DisplayStyle.d.ts +4 -4
  192. package/lib/esm/DisplayStyle.js +3 -3
  193. package/lib/esm/DisplayStyle.js.map +1 -1
  194. package/lib/esm/ECDb.d.ts +4 -4
  195. package/lib/esm/ECDb.d.ts.map +1 -1
  196. package/lib/esm/ECDb.js +4 -4
  197. package/lib/esm/ECDb.js.map +1 -1
  198. package/lib/esm/ECSqlStatement.d.ts +15 -6
  199. package/lib/esm/ECSqlStatement.d.ts.map +1 -1
  200. package/lib/esm/ECSqlStatement.js +19 -4
  201. package/lib/esm/ECSqlStatement.js.map +1 -1
  202. package/lib/esm/Element.d.ts +54 -51
  203. package/lib/esm/Element.d.ts.map +1 -1
  204. package/lib/esm/Element.js +67 -52
  205. package/lib/esm/Element.js.map +1 -1
  206. package/lib/esm/ElementAspect.d.ts +8 -8
  207. package/lib/esm/ElementAspect.d.ts.map +1 -1
  208. package/lib/esm/ElementAspect.js +8 -8
  209. package/lib/esm/ElementAspect.js.map +1 -1
  210. package/lib/esm/Entity.d.ts +10 -7
  211. package/lib/esm/Entity.d.ts.map +1 -1
  212. package/lib/esm/Entity.js +36 -14
  213. package/lib/esm/Entity.js.map +1 -1
  214. package/lib/esm/ExportGraphics.d.ts +54 -8
  215. package/lib/esm/ExportGraphics.d.ts.map +1 -1
  216. package/lib/esm/ExportGraphics.js +156 -58
  217. package/lib/esm/ExportGraphics.js.map +1 -1
  218. package/lib/esm/GeographicCRSServices.d.ts +6 -2
  219. package/lib/esm/GeographicCRSServices.d.ts.map +1 -1
  220. package/lib/esm/GeographicCRSServices.js +1 -1
  221. package/lib/esm/GeographicCRSServices.js.map +1 -1
  222. package/lib/esm/IModelDb.d.ts +37 -26
  223. package/lib/esm/IModelDb.d.ts.map +1 -1
  224. package/lib/esm/IModelDb.js +128 -51
  225. package/lib/esm/IModelDb.js.map +1 -1
  226. package/lib/esm/IModelElementCloneContext.d.ts +1 -1
  227. package/lib/esm/IModelElementCloneContext.d.ts.map +1 -1
  228. package/lib/esm/IModelElementCloneContext.js +1 -1
  229. package/lib/esm/IModelElementCloneContext.js.map +1 -1
  230. package/lib/esm/IModelHost.d.ts +2 -3
  231. package/lib/esm/IModelHost.d.ts.map +1 -1
  232. package/lib/esm/IModelHost.js +2 -3
  233. package/lib/esm/IModelHost.js.map +1 -1
  234. package/lib/esm/IModelIncrementalSchemaLocater.d.ts +36 -0
  235. package/lib/esm/IModelIncrementalSchemaLocater.d.ts.map +1 -0
  236. package/lib/esm/IModelIncrementalSchemaLocater.js +65 -0
  237. package/lib/esm/IModelIncrementalSchemaLocater.js.map +1 -0
  238. package/lib/esm/LocalHub.d.ts.map +1 -1
  239. package/lib/esm/LocalHub.js +6 -4
  240. package/lib/esm/LocalHub.js.map +1 -1
  241. package/lib/esm/Material.d.ts +4 -3
  242. package/lib/esm/Material.d.ts.map +1 -1
  243. package/lib/esm/Material.js +5 -5
  244. package/lib/esm/Material.js.map +1 -1
  245. package/lib/esm/Model.d.ts +22 -22
  246. package/lib/esm/Model.js +22 -22
  247. package/lib/esm/Model.js.map +1 -1
  248. package/lib/esm/Relationship.d.ts +3 -0
  249. package/lib/esm/Relationship.d.ts.map +1 -1
  250. package/lib/esm/Relationship.js +15 -0
  251. package/lib/esm/Relationship.js.map +1 -1
  252. package/lib/esm/SQLiteDb.d.ts +1 -1
  253. package/lib/esm/SQLiteDb.js +1 -1
  254. package/lib/esm/SQLiteDb.js.map +1 -1
  255. package/lib/esm/Schema.d.ts +25 -0
  256. package/lib/esm/Schema.d.ts.map +1 -1
  257. package/lib/esm/Schema.js +25 -0
  258. package/lib/esm/Schema.js.map +1 -1
  259. package/lib/esm/SqliteStatement.d.ts +1 -1
  260. package/lib/esm/SqliteStatement.d.ts.map +1 -1
  261. package/lib/esm/SqliteStatement.js +1 -1
  262. package/lib/esm/SqliteStatement.js.map +1 -1
  263. package/lib/esm/Texture.d.ts +1 -1
  264. package/lib/esm/Texture.js +1 -1
  265. package/lib/esm/Texture.js.map +1 -1
  266. package/lib/esm/TxnManager.d.ts +4 -4
  267. package/lib/esm/TxnManager.js +1 -1
  268. package/lib/esm/TxnManager.js.map +1 -1
  269. package/lib/esm/ViewDefinition.d.ts +40 -14
  270. package/lib/esm/ViewDefinition.d.ts.map +1 -1
  271. package/lib/esm/ViewDefinition.js +42 -14
  272. package/lib/esm/ViewDefinition.js.map +1 -1
  273. package/lib/esm/annotations/ElementDrivesTextAnnotation.d.ts +61 -0
  274. package/lib/esm/annotations/ElementDrivesTextAnnotation.d.ts.map +1 -0
  275. package/lib/esm/annotations/ElementDrivesTextAnnotation.js +105 -0
  276. package/lib/esm/annotations/ElementDrivesTextAnnotation.js.map +1 -0
  277. package/lib/esm/annotations/FrameGeometry.d.ts +51 -0
  278. package/lib/esm/annotations/FrameGeometry.d.ts.map +1 -0
  279. package/lib/esm/annotations/FrameGeometry.js +244 -0
  280. package/lib/esm/annotations/FrameGeometry.js.map +1 -0
  281. package/lib/esm/annotations/LeaderGeometry.d.ts +53 -0
  282. package/lib/esm/annotations/LeaderGeometry.d.ts.map +1 -0
  283. package/lib/esm/annotations/LeaderGeometry.js +179 -0
  284. package/lib/esm/annotations/LeaderGeometry.js.map +1 -0
  285. package/lib/esm/annotations/TextAnnotationElement.d.ts +204 -0
  286. package/lib/esm/annotations/TextAnnotationElement.d.ts.map +1 -0
  287. package/lib/esm/annotations/TextAnnotationElement.js +405 -0
  288. package/lib/esm/annotations/TextAnnotationElement.js.map +1 -0
  289. package/lib/esm/annotations/TextAnnotationGeometry.d.ts +33 -0
  290. package/lib/esm/annotations/TextAnnotationGeometry.d.ts.map +1 -0
  291. package/lib/esm/annotations/TextAnnotationGeometry.js +134 -0
  292. package/lib/esm/annotations/TextAnnotationGeometry.js.map +1 -0
  293. package/lib/esm/annotations/TextBlockGeometry.d.ts +16 -0
  294. package/lib/esm/annotations/TextBlockGeometry.d.ts.map +1 -0
  295. package/lib/esm/{TextAnnotationGeometry.js → annotations/TextBlockGeometry.js} +28 -70
  296. package/lib/esm/annotations/TextBlockGeometry.js.map +1 -0
  297. package/lib/esm/{TextAnnotationLayout.d.ts → annotations/TextBlockLayout.d.ts} +69 -22
  298. package/lib/esm/annotations/TextBlockLayout.d.ts.map +1 -0
  299. package/lib/esm/{TextAnnotationLayout.js → annotations/TextBlockLayout.js} +172 -48
  300. package/lib/esm/annotations/TextBlockLayout.js.map +1 -0
  301. package/lib/esm/core-backend.d.ts +7 -3
  302. package/lib/esm/core-backend.d.ts.map +1 -1
  303. package/lib/esm/core-backend.js +27 -3
  304. package/lib/esm/core-backend.js.map +1 -1
  305. package/lib/esm/internal/ElementLRUCache.d.ts +23 -0
  306. package/lib/esm/internal/ElementLRUCache.d.ts.map +1 -1
  307. package/lib/esm/internal/ElementLRUCache.js +165 -2
  308. package/lib/esm/internal/ElementLRUCache.js.map +1 -1
  309. package/lib/esm/internal/Symbols.d.ts +1 -0
  310. package/lib/esm/internal/Symbols.d.ts.map +1 -1
  311. package/lib/esm/internal/Symbols.js +1 -0
  312. package/lib/esm/internal/Symbols.js.map +1 -1
  313. package/lib/esm/internal/annotations/fields.d.ts +22 -0
  314. package/lib/esm/internal/annotations/fields.d.ts.map +1 -0
  315. package/lib/esm/internal/annotations/fields.js +231 -0
  316. package/lib/esm/internal/annotations/fields.js.map +1 -0
  317. package/lib/esm/rpc-impl/IModelReadRpcImpl.d.ts +1 -1
  318. package/lib/esm/rpc-impl/IModelReadRpcImpl.js +1 -1
  319. package/lib/esm/rpc-impl/IModelReadRpcImpl.js.map +1 -1
  320. package/lib/esm/rpc-impl/RpcBriefcaseUtility.d.ts +2 -2
  321. package/lib/esm/rpc-impl/RpcBriefcaseUtility.js.map +1 -1
  322. package/lib/esm/rpc-impl/SnapshotIModelRpcImpl.d.ts +1 -1
  323. package/lib/esm/rpc-impl/SnapshotIModelRpcImpl.js +1 -1
  324. package/lib/esm/rpc-impl/SnapshotIModelRpcImpl.js.map +1 -1
  325. package/lib/esm/test/AnnotationTestUtils.d.ts +15 -0
  326. package/lib/esm/test/AnnotationTestUtils.d.ts.map +1 -0
  327. package/lib/esm/test/AnnotationTestUtils.js +41 -0
  328. package/lib/esm/test/AnnotationTestUtils.js.map +1 -0
  329. package/lib/esm/test/ElementLRUCache.test.js +224 -1
  330. package/lib/esm/test/ElementLRUCache.test.js.map +1 -1
  331. package/lib/esm/test/IModelTestUtils.d.ts.map +1 -1
  332. package/lib/esm/test/IModelTestUtils.js +1 -0
  333. package/lib/esm/test/IModelTestUtils.js.map +1 -1
  334. package/lib/esm/test/TestUtils.d.ts +1 -1
  335. package/lib/esm/test/TestUtils.d.ts.map +1 -1
  336. package/lib/esm/test/TestUtils.js +1 -1
  337. package/lib/esm/test/TestUtils.js.map +1 -1
  338. package/lib/esm/test/annotations/Fields.test.d.ts +2 -0
  339. package/lib/esm/test/annotations/Fields.test.d.ts.map +1 -0
  340. package/lib/esm/test/annotations/Fields.test.js +576 -0
  341. package/lib/esm/test/annotations/Fields.test.js.map +1 -0
  342. package/lib/esm/test/annotations/FrameGeometry.test.d.ts +2 -0
  343. package/lib/esm/test/annotations/FrameGeometry.test.d.ts.map +1 -0
  344. package/lib/esm/test/annotations/FrameGeometry.test.js +86 -0
  345. package/lib/esm/test/annotations/FrameGeometry.test.js.map +1 -0
  346. package/lib/esm/test/annotations/LeaderGeometry.test.d.ts +2 -0
  347. package/lib/esm/test/annotations/LeaderGeometry.test.d.ts.map +1 -0
  348. package/lib/esm/test/annotations/LeaderGeometry.test.js +256 -0
  349. package/lib/esm/test/annotations/LeaderGeometry.test.js.map +1 -0
  350. package/lib/esm/test/annotations/TextAnnotation.test.js +269 -1047
  351. package/lib/esm/test/annotations/TextAnnotation.test.js.map +1 -1
  352. package/lib/esm/test/annotations/TextBlock.test.d.ts +2 -0
  353. package/lib/esm/test/annotations/TextBlock.test.d.ts.map +1 -0
  354. package/lib/esm/test/annotations/TextBlock.test.js +1199 -0
  355. package/lib/esm/test/annotations/TextBlock.test.js.map +1 -0
  356. package/lib/esm/test/assets/IncrementalSchemaLocater/configs/old.config.d.ts +60 -0
  357. package/lib/esm/test/assets/IncrementalSchemaLocater/configs/old.config.d.ts.map +1 -0
  358. package/lib/esm/test/assets/IncrementalSchemaLocater/configs/old.config.js +69 -0
  359. package/lib/esm/test/assets/IncrementalSchemaLocater/configs/old.config.js.map +1 -0
  360. package/lib/esm/test/assets/IncrementalSchemaLocater/configs/simple.config.d.ts +1442 -0
  361. package/lib/esm/test/assets/IncrementalSchemaLocater/configs/simple.config.d.ts.map +1 -0
  362. package/lib/esm/test/assets/IncrementalSchemaLocater/configs/simple.config.js +817 -0
  363. package/lib/esm/test/assets/IncrementalSchemaLocater/configs/simple.config.js.map +1 -0
  364. package/lib/esm/test/ecdb/ConcurrentQuery.test.d.ts +2 -0
  365. package/lib/esm/test/ecdb/ConcurrentQuery.test.d.ts.map +1 -0
  366. package/lib/esm/test/ecdb/ConcurrentQuery.test.js +164 -0
  367. package/lib/esm/test/ecdb/ConcurrentQuery.test.js.map +1 -0
  368. package/lib/esm/test/ecdb/ConcurrentQueryLoad.test.js +22 -32
  369. package/lib/esm/test/ecdb/ConcurrentQueryLoad.test.js.map +1 -1
  370. package/lib/esm/test/ecdb/ECDb.test.js +29 -8
  371. package/lib/esm/test/ecdb/ECDb.test.js.map +1 -1
  372. package/lib/esm/test/ecdb/ECSqlQuery.test.js +0 -55
  373. package/lib/esm/test/ecdb/ECSqlQuery.test.js.map +1 -1
  374. package/lib/esm/test/ecdb/ECSqlStatement.test.js +192 -0
  375. package/lib/esm/test/ecdb/ECSqlStatement.test.js.map +1 -1
  376. package/lib/esm/test/hubaccess/ApplyChangeset.test.d.ts +2 -0
  377. package/lib/esm/test/hubaccess/ApplyChangeset.test.d.ts.map +1 -0
  378. package/lib/esm/test/hubaccess/ApplyChangeset.test.js +86 -0
  379. package/lib/esm/test/hubaccess/ApplyChangeset.test.js.map +1 -0
  380. package/lib/esm/test/imodel/IModel.test.js +313 -5
  381. package/lib/esm/test/imodel/IModel.test.js.map +1 -1
  382. package/lib/esm/test/incrementalSchemaLocater/ECSqlQueries.test.d.ts +2 -0
  383. package/lib/esm/test/incrementalSchemaLocater/ECSqlQueries.test.d.ts.map +1 -0
  384. package/lib/esm/test/incrementalSchemaLocater/ECSqlQueries.test.js +343 -0
  385. package/lib/esm/test/incrementalSchemaLocater/ECSqlQueries.test.js.map +1 -0
  386. package/lib/esm/test/incrementalSchemaLocater/IncrementalLoading.test.d.ts +2 -0
  387. package/lib/esm/test/incrementalSchemaLocater/IncrementalLoading.test.d.ts.map +1 -0
  388. package/lib/esm/test/incrementalSchemaLocater/IncrementalLoading.test.js +207 -0
  389. package/lib/esm/test/incrementalSchemaLocater/IncrementalLoading.test.js.map +1 -0
  390. package/lib/esm/test/incrementalSchemaLocater/utils/IModelSchemaLocater.d.ts +11 -0
  391. package/lib/esm/test/incrementalSchemaLocater/utils/IModelSchemaLocater.d.ts.map +1 -0
  392. package/lib/esm/test/incrementalSchemaLocater/utils/IModelSchemaLocater.js +36 -0
  393. package/lib/esm/test/incrementalSchemaLocater/utils/IModelSchemaLocater.js.map +1 -0
  394. package/lib/esm/test/incrementalSchemaLocater/utils/IncrementalTestHelper.d.ts +17 -0
  395. package/lib/esm/test/incrementalSchemaLocater/utils/IncrementalTestHelper.d.ts.map +1 -0
  396. package/lib/esm/test/incrementalSchemaLocater/utils/IncrementalTestHelper.js +116 -0
  397. package/lib/esm/test/incrementalSchemaLocater/utils/IncrementalTestHelper.js.map +1 -0
  398. package/lib/esm/test/incrementalSchemaLocater/utils/TestSqlSchemaLocater.d.ts +9 -0
  399. package/lib/esm/test/incrementalSchemaLocater/utils/TestSqlSchemaLocater.d.ts.map +1 -0
  400. package/lib/esm/test/incrementalSchemaLocater/utils/TestSqlSchemaLocater.js +20 -0
  401. package/lib/esm/test/incrementalSchemaLocater/utils/TestSqlSchemaLocater.js.map +1 -0
  402. package/lib/esm/test/misc/GeoServices.test.js +36 -10
  403. package/lib/esm/test/misc/GeoServices.test.js.map +1 -1
  404. package/lib/esm/test/schema/ClassRegistry.test.js +104 -2
  405. package/lib/esm/test/schema/ClassRegistry.test.js.map +1 -1
  406. package/lib/esm/test/standalone/ChangesetReader.test.js +547 -136
  407. package/lib/esm/test/standalone/ChangesetReader.test.js.map +1 -1
  408. package/lib/esm/test/standalone/ExportGraphics.test.js +53 -1
  409. package/lib/esm/test/standalone/ExportGraphics.test.js.map +1 -1
  410. package/lib/esm/test/standalone/GeometryStream.test.js +49 -1
  411. package/lib/esm/test/standalone/GeometryStream.test.js.map +1 -1
  412. package/lib/esm/test/standalone/IModelLimits.test.d.ts +2 -0
  413. package/lib/esm/test/standalone/IModelLimits.test.d.ts.map +1 -0
  414. package/lib/esm/test/standalone/IModelLimits.test.js +103 -0
  415. package/lib/esm/test/standalone/IModelLimits.test.js.map +1 -0
  416. package/lib/esm/test/standalone/RenderMaterialElement.test.js +24 -1
  417. package/lib/esm/test/standalone/RenderMaterialElement.test.js.map +1 -1
  418. package/lib/esm/test/standalone/SnapshotDb.test.js +19 -1
  419. package/lib/esm/test/standalone/SnapshotDb.test.js.map +1 -1
  420. package/lib/esm/workspace/Workspace.d.ts +0 -1
  421. package/lib/esm/workspace/Workspace.d.ts.map +1 -1
  422. package/lib/esm/workspace/Workspace.js.map +1 -1
  423. package/package.json +21 -15
  424. package/lib/cjs/TextAnnotationElement.d.ts +0 -54
  425. package/lib/cjs/TextAnnotationElement.d.ts.map +0 -1
  426. package/lib/cjs/TextAnnotationElement.js +0 -94
  427. package/lib/cjs/TextAnnotationElement.js.map +0 -1
  428. package/lib/cjs/TextAnnotationGeometry.d.ts +0 -32
  429. package/lib/cjs/TextAnnotationGeometry.d.ts.map +0 -1
  430. package/lib/cjs/TextAnnotationGeometry.js.map +0 -1
  431. package/lib/cjs/TextAnnotationLayout.d.ts.map +0 -1
  432. package/lib/cjs/TextAnnotationLayout.js.map +0 -1
  433. package/lib/esm/TextAnnotationElement.d.ts +0 -54
  434. package/lib/esm/TextAnnotationElement.d.ts.map +0 -1
  435. package/lib/esm/TextAnnotationElement.js +0 -89
  436. package/lib/esm/TextAnnotationElement.js.map +0 -1
  437. package/lib/esm/TextAnnotationGeometry.d.ts +0 -32
  438. package/lib/esm/TextAnnotationGeometry.d.ts.map +0 -1
  439. package/lib/esm/TextAnnotationGeometry.js.map +0 -1
  440. package/lib/esm/TextAnnotationLayout.d.ts.map +0 -1
  441. package/lib/esm/TextAnnotationLayout.js.map +0 -1
@@ -12,6 +12,7 @@ import { Entity } from "./Entity";
12
12
  import { DefinitionModel, DrawingModel, PhysicalModel, SectionDrawingModel } from "./Model";
13
13
  import { SubjectOwnsSubjects } from "./NavigationRelationship";
14
14
  import { _cache, _elementWasCreated, _nativeDb, _verifyChannel } from "./internal/Symbols";
15
+ import { EntityClass } from "@itwin/ecschema-metadata";
15
16
  /** The smallest individually identifiable building block for modeling the real world in an iModel.
16
17
  * Each element represents an [[Entity]] in the real world. Sets of Elements (contained in [[Model]]s) are used to model
17
18
  * other Elements that represent larger scale real world entities. Using this recursive modeling strategy,
@@ -34,7 +35,7 @@ import { _cache, _elementWasCreated, _nativeDb, _verifyChannel } from "./interna
34
35
  * * [Element Fundamentals]($docs/bis/guide/fundamentals/element-fundamentals.md)
35
36
  * * [Working with schemas and elements in TypeScript]($docs/learning/backend/SchemasAndElementsInTypeScript.md)
36
37
  * * [Creating elements]($docs/learning/backend/CreateElements.md)
37
- * @public
38
+ * @public @preview
38
39
  */
39
40
  export class Element extends Entity {
40
41
  static get className() { return "Element"; }
@@ -339,7 +340,7 @@ export class Element extends Entity {
339
340
  model: ConcreteEntityTypes.Model,
340
341
  };
341
342
  /** Get the class metadata for this element.
342
- * @deprecated in 5.0. Please use `getMetaData` provided by the parent class `Entity` instead.
343
+ * @deprecated in 5.0 - will not be removed until after 2026-06-13. Please use `getMetaData` provided by the parent class `Entity` instead.
343
344
  *
344
345
  * @example
345
346
  * ```typescript
@@ -352,6 +353,20 @@ export class Element extends Entity {
352
353
  */
353
354
  // eslint-disable-next-line @typescript-eslint/no-deprecated
354
355
  getClassMetaData() { return this.iModel.classMetaDataRegistry.find(this.classFullName); }
356
+ /** Query metadata for this entity class from the iModel's schema. Returns cached metadata if available.*/
357
+ async getMetaData() {
358
+ if (this._metadata && EntityClass.isEntityClass(this._metadata)) {
359
+ return this._metadata;
360
+ }
361
+ const entity = await this.iModel.schemaContext.getSchemaItem(this.schemaItemKey, EntityClass);
362
+ if (entity !== undefined) {
363
+ this._metadata = entity;
364
+ return this._metadata;
365
+ }
366
+ else {
367
+ throw new Error(`Cannot get metadata for ${this.classFullName}`);
368
+ }
369
+ }
355
370
  getAllUserProperties() {
356
371
  if (!this.jsonProperties.UserProps)
357
372
  this.jsonProperties.UserProps = new Object();
@@ -398,7 +413,7 @@ export class Element extends Entity {
398
413
  delete() { this.iModel.elements.deleteElement(this.id); }
399
414
  }
400
415
  /** An abstract base class to model real world entities that intrinsically have geometry.
401
- * @public
416
+ * @public @preview
402
417
  */
403
418
  export class GeometricElement extends Element {
404
419
  static get className() { return "GeometricElement"; }
@@ -464,7 +479,7 @@ export class GeometricElement extends Element {
464
479
  }
465
480
  /** An abstract base class to model real world entities that intrinsically have 3d geometry.
466
481
  * See [how to create a GeometricElement3d]($docs/learning/backend/CreateElements.md#GeometricElement3d).
467
- * @public
482
+ * @public @preview
468
483
  */
469
484
  export class GeometricElement3d extends GeometricElement {
470
485
  static get className() { return "GeometricElement3d"; }
@@ -607,14 +622,14 @@ export class GeometricElement3d extends GeometricElement {
607
622
  }
608
623
  }
609
624
  /** A 3d Graphical Element
610
- * @public
625
+ * @public @preview
611
626
  */
612
627
  export class GraphicalElement3d extends GeometricElement3d {
613
628
  static get className() { return "GraphicalElement3d"; }
614
629
  constructor(props, iModel) { super(props, iModel); }
615
630
  }
616
631
  /** An abstract base class to model information entities that intrinsically have 2d geometry.
617
- * @public
632
+ * @public @preview
618
633
  */
619
634
  export class GeometricElement2d extends GeometricElement {
620
635
  static get className() { return "GeometricElement2d"; }
@@ -757,35 +772,35 @@ export class GeometricElement2d extends GeometricElement {
757
772
  }
758
773
  }
759
774
  /** An abstract base class for 2d Geometric Elements that are used to convey information within graphical presentations (like drawings).
760
- * @public
775
+ * @public @preview
761
776
  */
762
777
  export class GraphicalElement2d extends GeometricElement2d {
763
778
  static get className() { return "GraphicalElement2d"; }
764
779
  constructor(props, iModel) { super(props, iModel); }
765
780
  }
766
781
  /** 2d element used to annotate drawings and sheets.
767
- * @public
782
+ * @public @preview
768
783
  */
769
784
  export class AnnotationElement2d extends GraphicalElement2d {
770
785
  static get className() { return "AnnotationElement2d"; }
771
786
  constructor(props, iModel) { super(props, iModel); }
772
787
  }
773
788
  /** 2d element used to persist graphics for use in drawings.
774
- * @public
789
+ * @public @preview
775
790
  */
776
791
  export class DrawingGraphic extends GraphicalElement2d {
777
792
  static get className() { return "DrawingGraphic"; }
778
793
  constructor(props, iModel) { super(props, iModel); }
779
794
  }
780
795
  /** An Element that occupies real world space. Its coordinates are in the project space of its iModel.
781
- * @public
796
+ * @public @preview
782
797
  */
783
798
  export class SpatialElement extends GeometricElement3d {
784
799
  static get className() { return "SpatialElement"; }
785
800
  constructor(props, iModel) { super(props, iModel); }
786
801
  }
787
802
  /** An Element that is spatially located, has mass, and can be *touched*.
788
- * @public
803
+ * @public @preview
789
804
  */
790
805
  export class PhysicalElement extends SpatialElement {
791
806
  static get className() { return "PhysicalElement"; }
@@ -802,14 +817,14 @@ export class PhysicalElement extends SpatialElement {
802
817
  }
803
818
  }
804
819
  /** Identifies a *tracked* real world location but has no mass and cannot be *touched*.
805
- * @public
820
+ * @public @preview
806
821
  */
807
822
  export class SpatialLocationElement extends SpatialElement {
808
823
  static get className() { return "SpatialLocationElement"; }
809
824
  constructor(props, iModel) { super(props, iModel); }
810
825
  }
811
826
  /** A Volume Element is a Spatial Location Element that is restricted to defining a volume.
812
- * @public
827
+ * @public @preview
813
828
  */
814
829
  export class VolumeElement extends SpatialLocationElement {
815
830
  static get className() { return "VolumeElement"; }
@@ -818,7 +833,7 @@ export class VolumeElement extends SpatialLocationElement {
818
833
  /** A SectionDrawingLocation element identifies the location of a [[SectionDrawing]] in the context of a [[SpatialModel]],
819
834
  * enabling [HyperModeling]($hypermodeling).
820
835
  * @note The associated ECClass was added to the BisCore schema in version 1.0.11.
821
- * @public
836
+ * @public @preview
822
837
  */
823
838
  export class SectionDrawingLocation extends SpatialLocationElement {
824
839
  /** The Id of the [[ViewDefinition]] to which this location refers. */
@@ -838,7 +853,7 @@ export class SectionDrawingLocation extends SpatialLocationElement {
838
853
  /** Information Content Element is an abstract base class for modeling pure information entities. Only the
839
854
  * core framework should directly subclass from Information Content Element. Domain and application developers
840
855
  * should start with the most appropriate subclass of Information Content Element.
841
- * @public
856
+ * @public @preview
842
857
  */
843
858
  export class InformationContentElement extends Element {
844
859
  static get className() { return "InformationContentElement"; }
@@ -853,14 +868,14 @@ export class DriverBundleElement extends InformationContentElement {
853
868
  constructor(props, iModel) { super(props, iModel); }
854
869
  }
855
870
  /** Information Reference is an abstract base class for modeling entities whose main purpose is to reference something else.
856
- * @public
871
+ * @public @preview
857
872
  */
858
873
  export class InformationReferenceElement extends InformationContentElement {
859
874
  static get className() { return "InformationReferenceElement"; }
860
875
  constructor(props, iModel) { super(props, iModel); }
861
876
  }
862
877
  /** A Subject is an information element that describes what this repository (or part thereof) is about.
863
- * @public
878
+ * @public @preview
864
879
  */
865
880
  export class Subject extends InformationReferenceElement {
866
881
  static get className() { return "Subject"; }
@@ -917,14 +932,14 @@ export class Subject extends InformationReferenceElement {
917
932
  * For example, a will is a legal document. The will published into a PDF file is an ElectronicDocumentCopy.
918
933
  * The will printed onto paper is a PrintedDocumentCopy.
919
934
  * In this example, the Document only identifies, names, and tracks the content of the will.
920
- * @public
935
+ * @public @preview
921
936
  */
922
937
  export class Document extends InformationContentElement {
923
938
  static get className() { return "Document"; }
924
939
  constructor(props, iModel) { super(props, iModel); }
925
940
  }
926
941
  /** 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]].
927
- * @public
942
+ * @public @preview
928
943
  */
929
944
  export class Drawing extends Document {
930
945
  _scaleFactor;
@@ -932,7 +947,7 @@ export class Drawing extends Document {
932
947
  * size of the [ViewAttachment]($backend) created when attaching the [Drawing]($backend) to a [Sheet]($backend).
933
948
  * Default: 1.
934
949
  * @note Attempting to set this property to a value less than or equal to zero will produce an exception.
935
- * @public
950
+ * @public @preview
936
951
  */
937
952
  get scaleFactor() { return this._scaleFactor; }
938
953
  set scaleFactor(factor) {
@@ -1002,7 +1017,7 @@ export class Drawing extends Document {
1002
1017
  /** A document that represents a section drawing, that is, a graphical documentation derived from a planar
1003
1018
  * section of a spatial view. A SectionDrawing element is modelled by a [[SectionDrawingModel]] or a [[GraphicalModel3d]].
1004
1019
  * A [[SectionDrawingLocation]] can associate the drawing with a spatial location, enabling [HyperModeling]($hypermodeling).
1005
- * @public
1020
+ * @public @preview
1006
1021
  */
1007
1022
  export class SectionDrawing extends Drawing {
1008
1023
  /** The type of section used to generate the drawing. */
@@ -1053,7 +1068,7 @@ export class SectionDrawing extends Drawing {
1053
1068
  }
1054
1069
  }
1055
1070
  /** The template for a SheetBorder
1056
- * @public
1071
+ * @public @preview
1057
1072
  */
1058
1073
  export class SheetBorderTemplate extends Document {
1059
1074
  static get className() { return "SheetBorderTemplate"; }
@@ -1066,7 +1081,7 @@ export class SheetBorderTemplate extends Document {
1066
1081
  }
1067
1082
  }
1068
1083
  /** The template for a [[Sheet]]
1069
- * @public
1084
+ * @public @preview
1070
1085
  */
1071
1086
  export class SheetTemplate extends Document {
1072
1087
  static get className() { return "SheetTemplate"; }
@@ -1086,7 +1101,7 @@ export class SheetTemplate extends Document {
1086
1101
  }
1087
1102
  }
1088
1103
  /** A digital representation of a *sheet of paper*. Modeled by a [[SheetModel]].
1089
- * @public
1104
+ * @public @preview
1090
1105
  */
1091
1106
  export class Sheet extends Document {
1092
1107
  static get className() { return "Sheet"; }
@@ -1118,14 +1133,14 @@ export class Sheet extends Document {
1118
1133
  }
1119
1134
  /** Information Record Element is an abstract base class for modeling information records. Information Record
1120
1135
  * Element is the default choice if no other subclass of Information Content Element makes sense.
1121
- * @public
1136
+ * @public @preview
1122
1137
  */
1123
1138
  export class InformationRecordElement extends InformationContentElement {
1124
1139
  static get className() { return "InformationRecordElement"; }
1125
1140
  constructor(props, iModel) { super(props, iModel); }
1126
1141
  }
1127
1142
  /** A Definition Element holds configuration-related information that is meant to be referenced / shared.
1128
- * @public
1143
+ * @public @preview
1129
1144
  */
1130
1145
  export class DefinitionElement extends InformationContentElement {
1131
1146
  static get className() { return "DefinitionElement"; }
@@ -1174,14 +1189,14 @@ export class DefinitionElement extends InformationContentElement {
1174
1189
  }
1175
1190
  /** This abstract class unifies DefinitionGroup and DefinitionContainer for relationship endpoint purposes.
1176
1191
  * @note The associated ECClass was added to the BisCore schema in version 1.0.10
1177
- * @public
1192
+ * @public @preview
1178
1193
  */
1179
1194
  export class DefinitionSet extends DefinitionElement {
1180
1195
  static get className() { return "DefinitionSet"; }
1181
1196
  }
1182
1197
  /** A DefinitionContainer exclusively owns a set of DefinitionElements contained within its sub-model (of type DefinitionModel).
1183
1198
  * @note The associated ECClass was added to the BisCore schema in version 1.0.10
1184
- * @public
1199
+ * @public @preview
1185
1200
  */
1186
1201
  export class DefinitionContainer extends DefinitionSet {
1187
1202
  static get className() { return "DefinitionContainer"; }
@@ -1226,7 +1241,7 @@ export class DefinitionContainer extends DefinitionSet {
1226
1241
  }
1227
1242
  /** A non-exclusive set of DefinitionElements grouped using the DefinitionGroupGroupsDefinitions relationship.
1228
1243
  * @note The associated ECClass was added to the BisCore schema in version 1.0.10
1229
- * @public
1244
+ * @public @preview
1230
1245
  */
1231
1246
  export class DefinitionGroup extends DefinitionSet {
1232
1247
  static get className() { return "DefinitionGroup"; }
@@ -1250,14 +1265,14 @@ export class DefinitionGroup extends DefinitionSet {
1250
1265
  }
1251
1266
  }
1252
1267
  /** Defines a set of properties (the *type*) that may be associated with an element.
1253
- * @public
1268
+ * @public @preview
1254
1269
  */
1255
1270
  export class TypeDefinitionElement extends DefinitionElement {
1256
1271
  static get className() { return "TypeDefinitionElement"; }
1257
1272
  recipe;
1258
1273
  constructor(props, iModel) {
1259
1274
  super(props, iModel);
1260
- this.recipe = this.recipe;
1275
+ this.recipe = RelatedElement.fromJSON(props.recipe);
1261
1276
  }
1262
1277
  collectReferenceIds(referenceIds) {
1263
1278
  super.collectReferenceIds(referenceIds);
@@ -1275,7 +1290,7 @@ export class RecipeDefinitionElement extends DefinitionElement {
1275
1290
  /** Defines a set of properties (the *type*) that can be associated with a Physical Element. A Physical
1276
1291
  * Type has a strong correlation with something that can be ordered from a catalog since all instances
1277
1292
  * share a common set of properties.
1278
- * @public
1293
+ * @public @preview
1279
1294
  */
1280
1295
  export class PhysicalType extends TypeDefinitionElement {
1281
1296
  static get className() { return "PhysicalType"; }
@@ -1301,7 +1316,7 @@ export class PhysicalType extends TypeDefinitionElement {
1301
1316
  }
1302
1317
  }
1303
1318
  /** Defines a set of properties (the *type*) that can be associated with a spatial location.
1304
- * @public
1319
+ * @public @preview
1305
1320
  */
1306
1321
  export class SpatialLocationType extends TypeDefinitionElement {
1307
1322
  static get className() { return "SpatialLocationType"; }
@@ -1366,7 +1381,7 @@ export class TemplateRecipe3d extends RecipeDefinitionElement {
1366
1381
  }
1367
1382
  }
1368
1383
  /** Defines a set of properties (the *type*) that can be associated with a 2D Graphical Element.
1369
- * @public
1384
+ * @public @preview
1370
1385
  */
1371
1386
  export class GraphicalType2d extends TypeDefinitionElement {
1372
1387
  static get className() { return "GraphicalType2d"; }
@@ -1433,7 +1448,7 @@ export class TemplateRecipe2d extends RecipeDefinitionElement {
1433
1448
  /** An abstract base class for elements that establishes a particular modeling perspective for its parent Subject.
1434
1449
  * Instances are always sub-modeled by a specialization of Model of the appropriate modeling perspective.
1435
1450
  * @see [iModel Information Hierarchy]($docs/bis/guide/data-organization/top-of-the-world), [[Subject]], [[Model]]
1436
- * @public
1451
+ * @public @preview
1437
1452
  */
1438
1453
  export class InformationPartitionElement extends InformationContentElement {
1439
1454
  static get className() { return "InformationPartitionElement"; }
@@ -1459,7 +1474,7 @@ export class InformationPartitionElement extends InformationContentElement {
1459
1474
  /** A DefinitionPartition element establishes a *Definition* modeling perspective for its parent Subject.
1460
1475
  * A DefinitionPartition is always sub-modeled by a DefinitionModel.
1461
1476
  * @see [[DefinitionModel]]
1462
- * @public
1477
+ * @public @preview
1463
1478
  */
1464
1479
  export class DefinitionPartition extends InformationPartitionElement {
1465
1480
  static get className() { return "DefinitionPartition"; }
@@ -1467,7 +1482,7 @@ export class DefinitionPartition extends InformationPartitionElement {
1467
1482
  /** A DocumentPartition element establishes a *Document* modeling perspective for its parent Subject.
1468
1483
  * A DocumentPartition is always sub-modeled by a DocumentListModel.
1469
1484
  * @see [[DocumentListModel]]
1470
- * @public
1485
+ * @public @preview
1471
1486
  */
1472
1487
  export class DocumentPartition extends InformationPartitionElement {
1473
1488
  static get className() { return "DocumentPartition"; }
@@ -1475,7 +1490,7 @@ export class DocumentPartition extends InformationPartitionElement {
1475
1490
  /** A GroupInformationPartition element establishes a *Group Information* modeling perspective for its parent Subject.
1476
1491
  * A GroupInformationPartition is always sub-modeled by a GroupInformationModel.
1477
1492
  * @see [[GroupInformationModel]]
1478
- * @public
1493
+ * @public @preview
1479
1494
  */
1480
1495
  export class GroupInformationPartition extends InformationPartitionElement {
1481
1496
  static get className() { return "GroupInformationPartition"; }
@@ -1484,7 +1499,7 @@ export class GroupInformationPartition extends InformationPartitionElement {
1484
1499
  * A GraphicalPartition3d is always sub-modeled by a GraphicalModel3d.
1485
1500
  * @note The associated ECClass was added to the BisCore schema in version 1.0.8
1486
1501
  * @see [[GraphicalModel3d]]
1487
- * @public
1502
+ * @public @preview
1488
1503
  */
1489
1504
  export class GraphicalPartition3d extends InformationPartitionElement {
1490
1505
  static get className() { return "GraphicalPartition3d"; }
@@ -1492,21 +1507,21 @@ export class GraphicalPartition3d extends InformationPartitionElement {
1492
1507
  /** An InformationRecordPartition element establishes a *Information Record* modeling perspective for its parent Subject.
1493
1508
  * A InformationRecordPartition is always sub-modeled by an InformationRecordModel.
1494
1509
  * @see [[InformationRecordModel]]
1495
- * @public
1510
+ * @public @preview
1496
1511
  */
1497
1512
  export class InformationRecordPartition extends InformationPartitionElement {
1498
1513
  static get className() { return "InformationRecordPartition"; }
1499
1514
  }
1500
1515
  /** A LinkPartition element establishes a *Link* modeling perspective for its parent Subject. A LinkPartition is always sub-modeled by a LinkModel.
1501
1516
  * @see [[LinkModel]]
1502
- * @public
1517
+ * @public @preview
1503
1518
  */
1504
1519
  export class LinkPartition extends InformationPartitionElement {
1505
1520
  static get className() { return "LinkPartition"; }
1506
1521
  }
1507
1522
  /** A PhysicalPartition element establishes a *Physical* modeling perspective for its parent Subject. A PhysicalPartition is always sub-modeled by a PhysicalModel.
1508
1523
  * @see [[PhysicalModel]]
1509
- * @public
1524
+ * @public @preview
1510
1525
  */
1511
1526
  export class PhysicalPartition extends InformationPartitionElement {
1512
1527
  static get className() { return "PhysicalPartition"; }
@@ -1514,7 +1529,7 @@ export class PhysicalPartition extends InformationPartitionElement {
1514
1529
  /** A SpatialLocationPartition element establishes a *SpatialLocation* modeling perspective for its parent Subject.
1515
1530
  * A SpatialLocationPartition is always sub-modeled by a SpatialLocationModel.
1516
1531
  * @see [[SpatialLocationModel]]
1517
- * @public
1532
+ * @public @preview
1518
1533
  */
1519
1534
  export class SpatialLocationPartition extends InformationPartitionElement {
1520
1535
  static get className() { return "SpatialLocationPartition"; }
@@ -1527,13 +1542,13 @@ export class SheetIndexPartition extends InformationPartitionElement {
1527
1542
  static get className() { return "SheetIndexPartition"; }
1528
1543
  }
1529
1544
  /** Group Information is an abstract base class for modeling entities whose main purpose is to reference a group of related elements.
1530
- * @public
1545
+ * @public @preview
1531
1546
  */
1532
1547
  export class GroupInformationElement extends InformationReferenceElement {
1533
1548
  static get className() { return "GroupInformationElement"; }
1534
1549
  }
1535
1550
  /** An information element that specifies a link.
1536
- * @public
1551
+ * @public @preview
1537
1552
  */
1538
1553
  export class LinkElement extends InformationReferenceElement {
1539
1554
  static get className() { return "LinkElement"; }
@@ -1548,7 +1563,7 @@ export class LinkElement extends InformationReferenceElement {
1548
1563
  }
1549
1564
  }
1550
1565
  /** An information element that specifies a URL link.
1551
- * @public
1566
+ * @public @preview
1552
1567
  */
1553
1568
  export class UrlLink extends LinkElement {
1554
1569
  static get className() { return "UrlLink"; }
@@ -1604,7 +1619,7 @@ export class FolderLink extends UrlLink {
1604
1619
  static get className() { return "FolderLink"; }
1605
1620
  }
1606
1621
  /** An information element that links to a repository.
1607
- * @public
1622
+ * @public @preview
1608
1623
  */
1609
1624
  export class RepositoryLink extends UrlLink {
1610
1625
  static get className() { return "RepositoryLink"; }
@@ -1624,7 +1639,7 @@ export class RepositoryLink extends UrlLink {
1624
1639
  }
1625
1640
  }
1626
1641
  /** An information element that links to an embedded file.
1627
- * @public
1642
+ * @public @preview
1628
1643
  */
1629
1644
  export class EmbeddedFileLink extends LinkElement {
1630
1645
  static get className() { return "EmbeddedFileLink"; }
@@ -1632,14 +1647,14 @@ export class EmbeddedFileLink extends LinkElement {
1632
1647
  /** A real world entity is modeled as a Role Element when a set of external circumstances define an important
1633
1648
  * role (one that is worth tracking) that is not intrinsic to the entity playing the role. For example,
1634
1649
  * a person can play the role of a teacher or a rock can play the role of a boundary marker.
1635
- * @public
1650
+ * @public @preview
1636
1651
  */
1637
1652
  export class RoleElement extends Element {
1638
1653
  static get className() { return "RoleElement"; }
1639
1654
  }
1640
1655
  /** A Definition Element that specifies a collection of geometry that is meant to be reused across Geometric
1641
1656
  * Element instances. Leveraging Geometry Parts can help reduce file size and improve display performance.
1642
- * @public
1657
+ * @public @preview
1643
1658
  */
1644
1659
  export class GeometryPart extends DefinitionElement {
1645
1660
  static get className() { return "GeometryPart"; }
@@ -1735,7 +1750,7 @@ export class GeometryPart extends DefinitionElement {
1735
1750
  }
1736
1751
  }
1737
1752
  /** The definition element for a line style
1738
- * @public
1753
+ * @public @preview
1739
1754
  */
1740
1755
  export class LineStyle extends DefinitionElement {
1741
1756
  static get className() { return "LineStyle"; }
@@ -1787,7 +1802,7 @@ export class LineStyle extends DefinitionElement {
1787
1802
  }
1788
1803
  /** Describes how to animate a view of a [[GeometricModel]] to show change over time using a [RenderSchedule.Script]($common).
1789
1804
  * @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.
1790
- * @public
1805
+ * @public @preview
1791
1806
  */
1792
1807
  export class RenderTimeline extends InformationRecordElement {
1793
1808
  static get className() { return "RenderTimeline"; }