@itwin/core-backend 5.1.0-dev.3 → 5.1.0-dev.32

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 (521) hide show
  1. package/CHANGELOG.md +38 -1
  2. package/lib/cjs/BackendHubAccess.js.map +1 -1
  3. package/lib/cjs/BackendLoggerCategory.js.map +1 -1
  4. package/lib/cjs/BisCoreSchema.js +1 -1
  5. package/lib/cjs/BisCoreSchema.js.map +1 -1
  6. package/lib/cjs/BlobContainerService.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/CatalogDb.js.map +1 -1
  12. package/lib/cjs/Category.d.ts +41 -4
  13. package/lib/cjs/Category.d.ts.map +1 -1
  14. package/lib/cjs/Category.js +77 -4
  15. package/lib/cjs/Category.js.map +1 -1
  16. package/lib/cjs/ChangeSummaryManager.js +2 -2
  17. package/lib/cjs/ChangeSummaryManager.js.map +1 -1
  18. package/lib/cjs/ChangedElementsDb.js.map +1 -1
  19. package/lib/cjs/ChangesetECAdaptor.js +242 -242
  20. package/lib/cjs/ChangesetECAdaptor.js.map +1 -1
  21. package/lib/cjs/ChannelControl.js.map +1 -1
  22. package/lib/cjs/CheckpointManager.js.map +1 -1
  23. package/lib/cjs/ClassRegistry.js +5 -5
  24. package/lib/cjs/ClassRegistry.js.map +1 -1
  25. package/lib/cjs/CloudSqlite.js +1 -1
  26. package/lib/cjs/CloudSqlite.js.map +1 -1
  27. package/lib/cjs/CodeService.js.map +1 -1
  28. package/lib/cjs/CodeSpecs.d.ts +1 -1
  29. package/lib/cjs/CodeSpecs.js +1 -1
  30. package/lib/cjs/CodeSpecs.js.map +1 -1
  31. package/lib/cjs/ConcurrentQuery.js.map +1 -1
  32. package/lib/cjs/CustomViewState3dCreator.js.map +1 -1
  33. package/lib/cjs/DevTools.js.map +1 -1
  34. package/lib/cjs/DisplayStyle.d.ts +9 -4
  35. package/lib/cjs/DisplayStyle.d.ts.map +1 -1
  36. package/lib/cjs/DisplayStyle.js +30 -3
  37. package/lib/cjs/DisplayStyle.js.map +1 -1
  38. package/lib/cjs/ECDb.js.map +1 -1
  39. package/lib/cjs/ECSchemaXmlContext.js.map +1 -1
  40. package/lib/cjs/ECSqlStatement.js.map +1 -1
  41. package/lib/cjs/Element.d.ts +216 -60
  42. package/lib/cjs/Element.d.ts.map +1 -1
  43. package/lib/cjs/Element.js +560 -59
  44. package/lib/cjs/Element.js.map +1 -1
  45. package/lib/cjs/ElementAspect.d.ts +7 -7
  46. package/lib/cjs/ElementAspect.d.ts.map +1 -1
  47. package/lib/cjs/ElementAspect.js +7 -7
  48. package/lib/cjs/ElementAspect.js.map +1 -1
  49. package/lib/cjs/ElementGraphics.js.map +1 -1
  50. package/lib/cjs/ElementTreeWalker.js.map +1 -1
  51. package/lib/cjs/Entity.d.ts +43 -3
  52. package/lib/cjs/Entity.d.ts.map +1 -1
  53. package/lib/cjs/Entity.js +59 -1
  54. package/lib/cjs/Entity.js.map +1 -1
  55. package/lib/cjs/EntityReferences.js.map +1 -1
  56. package/lib/cjs/ExportGraphics.d.ts +54 -8
  57. package/lib/cjs/ExportGraphics.d.ts.map +1 -1
  58. package/lib/cjs/ExportGraphics.js +158 -59
  59. package/lib/cjs/ExportGraphics.js.map +1 -1
  60. package/lib/cjs/ExternalSource.js.map +1 -1
  61. package/lib/cjs/FontFile.js.map +1 -1
  62. package/lib/cjs/GeoCoordConfig.js.map +1 -1
  63. package/lib/cjs/GeographicCRSServices.d.ts +6 -2
  64. package/lib/cjs/GeographicCRSServices.d.ts.map +1 -1
  65. package/lib/cjs/GeographicCRSServices.js +1 -1
  66. package/lib/cjs/GeographicCRSServices.js.map +1 -1
  67. package/lib/cjs/GeometrySummary.js +47 -47
  68. package/lib/cjs/GeometrySummary.js.map +1 -1
  69. package/lib/cjs/IModelDb.d.ts +28 -43
  70. package/lib/cjs/IModelDb.d.ts.map +1 -1
  71. package/lib/cjs/IModelDb.js +177 -92
  72. package/lib/cjs/IModelDb.js.map +1 -1
  73. package/lib/cjs/IModelDbFonts.js.map +1 -1
  74. package/lib/cjs/IModelElementCloneContext.js.map +1 -1
  75. package/lib/cjs/IModelHost.d.ts +13 -0
  76. package/lib/cjs/IModelHost.d.ts.map +1 -1
  77. package/lib/cjs/IModelHost.js +6 -0
  78. package/lib/cjs/IModelHost.js.map +1 -1
  79. package/lib/cjs/IModelJsFs.js.map +1 -1
  80. package/lib/cjs/ImageSourceConversion.js.map +1 -1
  81. package/lib/cjs/IpcHost.js.map +1 -1
  82. package/lib/cjs/LineStyle.js.map +1 -1
  83. package/lib/cjs/LocalHub.js +1 -1
  84. package/lib/cjs/LocalHub.js.map +1 -1
  85. package/lib/cjs/LocalhostIpcHost.js.map +1 -1
  86. package/lib/cjs/LockControl.js.map +1 -1
  87. package/lib/cjs/Material.d.ts +19 -0
  88. package/lib/cjs/Material.d.ts.map +1 -1
  89. package/lib/cjs/Material.js +29 -0
  90. package/lib/cjs/Material.js.map +1 -1
  91. package/lib/cjs/Model.d.ts +64 -28
  92. package/lib/cjs/Model.d.ts.map +1 -1
  93. package/lib/cjs/Model.js +115 -27
  94. package/lib/cjs/Model.js.map +1 -1
  95. package/lib/cjs/NativeAppStorage.js.map +1 -1
  96. package/lib/cjs/NativeHost.js.map +1 -1
  97. package/lib/cjs/NavigationRelationship.js.map +1 -1
  98. package/lib/cjs/PromiseMemoizer.js.map +1 -1
  99. package/lib/cjs/PropertyStore.js.map +1 -1
  100. package/lib/cjs/Relationship.js.map +1 -1
  101. package/lib/cjs/RpcBackend.js.map +1 -1
  102. package/lib/cjs/SQLiteDb.js.map +1 -1
  103. package/lib/cjs/Schema.js.map +1 -1
  104. package/lib/cjs/SchemaSync.js.map +1 -1
  105. package/lib/cjs/SchemaUtils.js.map +1 -1
  106. package/lib/cjs/SheetIndex.js.map +1 -1
  107. package/lib/cjs/SqliteChangesetReader.js.map +1 -1
  108. package/lib/cjs/SqliteStatement.js.map +1 -1
  109. package/lib/cjs/Texture.d.ts +1 -1
  110. package/lib/cjs/Texture.js +1 -1
  111. package/lib/cjs/Texture.js.map +1 -1
  112. package/lib/cjs/TileStorage.js.map +1 -1
  113. package/lib/cjs/TxnManager.d.ts +4 -4
  114. package/lib/cjs/TxnManager.d.ts.map +1 -1
  115. package/lib/cjs/TxnManager.js +2 -1
  116. package/lib/cjs/TxnManager.js.map +1 -1
  117. package/lib/cjs/ViewDefinition.d.ts +140 -14
  118. package/lib/cjs/ViewDefinition.d.ts.map +1 -1
  119. package/lib/cjs/ViewDefinition.js +250 -14
  120. package/lib/cjs/ViewDefinition.js.map +1 -1
  121. package/lib/cjs/ViewStateHydrator.js +3 -3
  122. package/lib/cjs/ViewStateHydrator.js.map +1 -1
  123. package/lib/cjs/ViewStore.js.map +1 -1
  124. package/lib/cjs/annotations/FrameGeometry.d.ts +52 -0
  125. package/lib/cjs/annotations/FrameGeometry.d.ts.map +1 -0
  126. package/lib/cjs/annotations/FrameGeometry.js +250 -0
  127. package/lib/cjs/annotations/FrameGeometry.js.map +1 -0
  128. package/lib/cjs/{TextAnnotationElement.d.ts → annotations/TextAnnotationElement.d.ts} +6 -11
  129. package/lib/cjs/annotations/TextAnnotationElement.d.ts.map +1 -0
  130. package/lib/cjs/{TextAnnotationElement.js → annotations/TextAnnotationElement.js} +20 -26
  131. package/lib/cjs/annotations/TextAnnotationElement.js.map +1 -0
  132. package/lib/cjs/annotations/TextAnnotationGeometry.d.ts +31 -0
  133. package/lib/cjs/annotations/TextAnnotationGeometry.d.ts.map +1 -0
  134. package/lib/cjs/annotations/TextAnnotationGeometry.js +83 -0
  135. package/lib/cjs/annotations/TextAnnotationGeometry.js.map +1 -0
  136. package/lib/cjs/annotations/TextBlockGeometry.d.ts +16 -0
  137. package/lib/cjs/annotations/TextBlockGeometry.d.ts.map +1 -0
  138. package/lib/cjs/{TextAnnotationGeometry.js → annotations/TextBlockGeometry.js} +11 -68
  139. package/lib/cjs/annotations/TextBlockGeometry.js.map +1 -0
  140. package/lib/cjs/{TextAnnotationLayout.d.ts → annotations/TextBlockLayout.d.ts} +19 -7
  141. package/lib/cjs/annotations/TextBlockLayout.d.ts.map +1 -0
  142. package/lib/cjs/{TextAnnotationLayout.js → annotations/TextBlockLayout.js} +19 -7
  143. package/lib/cjs/annotations/TextBlockLayout.js.map +1 -0
  144. package/lib/cjs/assets/IModelChange.02.00.00.ecschema.xml +90 -90
  145. package/lib/cjs/assets/Settings/Schemas/Base.Schema.json +32 -32
  146. package/lib/cjs/assets/Settings/Schemas/Gcs.schema.json +27 -27
  147. package/lib/cjs/assets/Settings/Schemas/Workspace.Schema.json +94 -94
  148. package/lib/cjs/assets/Settings/backend.setting.json5 +21 -21
  149. package/lib/cjs/core-backend.d.ts +5 -3
  150. package/lib/cjs/core-backend.d.ts.map +1 -1
  151. package/lib/cjs/core-backend.js +5 -6
  152. package/lib/cjs/core-backend.js.map +1 -1
  153. package/lib/cjs/domains/FunctionalElements.js.map +1 -1
  154. package/lib/cjs/domains/FunctionalSchema.js.map +1 -1
  155. package/lib/cjs/domains/GenericElements.js.map +1 -1
  156. package/lib/cjs/domains/GenericSchema.js.map +1 -1
  157. package/lib/cjs/internal/ChangesetConflictArgs.js.map +1 -1
  158. package/lib/cjs/internal/ChannelAdmin.js.map +1 -1
  159. package/lib/cjs/internal/ElementLRUCache.d.ts +28 -0
  160. package/lib/cjs/internal/ElementLRUCache.d.ts.map +1 -0
  161. package/lib/cjs/internal/ElementLRUCache.js +120 -0
  162. package/lib/cjs/internal/ElementLRUCache.js.map +1 -0
  163. package/lib/cjs/internal/FontFileImpl.js.map +1 -1
  164. package/lib/cjs/internal/HubMock.js.map +1 -1
  165. package/lib/cjs/internal/IModelDbFontsImpl.js.map +1 -1
  166. package/lib/cjs/internal/NativePlatform.js.map +1 -1
  167. package/lib/cjs/internal/NoLocks.js.map +1 -1
  168. package/lib/cjs/internal/ServerBasedLocks.js.map +1 -1
  169. package/lib/cjs/internal/Symbols.d.ts +1 -0
  170. package/lib/cjs/internal/Symbols.d.ts.map +1 -1
  171. package/lib/cjs/internal/Symbols.js +2 -1
  172. package/lib/cjs/internal/Symbols.js.map +1 -1
  173. package/lib/cjs/internal/cross-package.js.map +1 -1
  174. package/lib/cjs/internal/workspace/SettingsImpl.js.map +1 -1
  175. package/lib/cjs/internal/workspace/SettingsSchemasImpl.js.map +1 -1
  176. package/lib/cjs/internal/workspace/WorkspaceImpl.js.map +1 -1
  177. package/lib/cjs/internal/workspace/WorkspaceSqliteDb.js.map +1 -1
  178. package/lib/cjs/rpc/multipart.js.map +1 -1
  179. package/lib/cjs/rpc/tracing.js.map +1 -1
  180. package/lib/cjs/rpc/web/logging.js.map +1 -1
  181. package/lib/cjs/rpc/web/request.js.map +1 -1
  182. package/lib/cjs/rpc/web/response.js.map +1 -1
  183. package/lib/cjs/rpc-impl/DevToolsRpcImpl.js.map +1 -1
  184. package/lib/cjs/rpc-impl/IModelReadRpcImpl.js +2 -2
  185. package/lib/cjs/rpc-impl/IModelReadRpcImpl.js.map +1 -1
  186. package/lib/cjs/rpc-impl/IModelTileRpcImpl.js.map +1 -1
  187. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.js.map +1 -1
  188. package/lib/cjs/rpc-impl/SnapshotIModelRpcImpl.js.map +1 -1
  189. package/lib/cjs/workspace/Settings.js.map +1 -1
  190. package/lib/cjs/workspace/SettingsSchemas.js.map +1 -1
  191. package/lib/cjs/workspace/Workspace.js.map +1 -1
  192. package/lib/cjs/workspace/WorkspaceEditor.js.map +1 -1
  193. package/lib/esm/BackendHubAccess.js.map +1 -1
  194. package/lib/esm/BackendLoggerCategory.js.map +1 -1
  195. package/lib/esm/BisCoreSchema.js +1 -1
  196. package/lib/esm/BisCoreSchema.js.map +1 -1
  197. package/lib/esm/BlobContainerService.js.map +1 -1
  198. package/lib/esm/BriefcaseManager.d.ts +10 -2
  199. package/lib/esm/BriefcaseManager.d.ts.map +1 -1
  200. package/lib/esm/BriefcaseManager.js +12 -0
  201. package/lib/esm/BriefcaseManager.js.map +1 -1
  202. package/lib/esm/CatalogDb.js.map +1 -1
  203. package/lib/esm/Category.d.ts +41 -4
  204. package/lib/esm/Category.d.ts.map +1 -1
  205. package/lib/esm/Category.js +77 -4
  206. package/lib/esm/Category.js.map +1 -1
  207. package/lib/esm/ChangeSummaryManager.js +2 -2
  208. package/lib/esm/ChangeSummaryManager.js.map +1 -1
  209. package/lib/esm/ChangedElementsDb.js.map +1 -1
  210. package/lib/esm/ChangesetECAdaptor.js +242 -242
  211. package/lib/esm/ChangesetECAdaptor.js.map +1 -1
  212. package/lib/esm/ChannelControl.js.map +1 -1
  213. package/lib/esm/CheckpointManager.js.map +1 -1
  214. package/lib/esm/ClassRegistry.js +5 -5
  215. package/lib/esm/ClassRegistry.js.map +1 -1
  216. package/lib/esm/CloudSqlite.js +1 -1
  217. package/lib/esm/CloudSqlite.js.map +1 -1
  218. package/lib/esm/CodeService.js.map +1 -1
  219. package/lib/esm/CodeSpecs.d.ts +1 -1
  220. package/lib/esm/CodeSpecs.js +1 -1
  221. package/lib/esm/CodeSpecs.js.map +1 -1
  222. package/lib/esm/ConcurrentQuery.js.map +1 -1
  223. package/lib/esm/CustomViewState3dCreator.js.map +1 -1
  224. package/lib/esm/DevTools.js.map +1 -1
  225. package/lib/esm/DisplayStyle.d.ts +9 -4
  226. package/lib/esm/DisplayStyle.d.ts.map +1 -1
  227. package/lib/esm/DisplayStyle.js +30 -3
  228. package/lib/esm/DisplayStyle.js.map +1 -1
  229. package/lib/esm/ECDb.js.map +1 -1
  230. package/lib/esm/ECSchemaXmlContext.js.map +1 -1
  231. package/lib/esm/ECSqlStatement.js.map +1 -1
  232. package/lib/esm/Element.d.ts +216 -60
  233. package/lib/esm/Element.d.ts.map +1 -1
  234. package/lib/esm/Element.js +563 -62
  235. package/lib/esm/Element.js.map +1 -1
  236. package/lib/esm/ElementAspect.d.ts +7 -7
  237. package/lib/esm/ElementAspect.d.ts.map +1 -1
  238. package/lib/esm/ElementAspect.js +7 -7
  239. package/lib/esm/ElementAspect.js.map +1 -1
  240. package/lib/esm/ElementGraphics.js.map +1 -1
  241. package/lib/esm/ElementTreeWalker.js.map +1 -1
  242. package/lib/esm/Entity.d.ts +43 -3
  243. package/lib/esm/Entity.d.ts.map +1 -1
  244. package/lib/esm/Entity.js +59 -1
  245. package/lib/esm/Entity.js.map +1 -1
  246. package/lib/esm/EntityReferences.js.map +1 -1
  247. package/lib/esm/ExportGraphics.d.ts +54 -8
  248. package/lib/esm/ExportGraphics.d.ts.map +1 -1
  249. package/lib/esm/ExportGraphics.js +156 -58
  250. package/lib/esm/ExportGraphics.js.map +1 -1
  251. package/lib/esm/ExternalSource.js.map +1 -1
  252. package/lib/esm/FontFile.js.map +1 -1
  253. package/lib/esm/GeoCoordConfig.js.map +1 -1
  254. package/lib/esm/GeographicCRSServices.d.ts +6 -2
  255. package/lib/esm/GeographicCRSServices.d.ts.map +1 -1
  256. package/lib/esm/GeographicCRSServices.js +1 -1
  257. package/lib/esm/GeographicCRSServices.js.map +1 -1
  258. package/lib/esm/GeometrySummary.js +47 -47
  259. package/lib/esm/GeometrySummary.js.map +1 -1
  260. package/lib/esm/IModelDb.d.ts +28 -43
  261. package/lib/esm/IModelDb.d.ts.map +1 -1
  262. package/lib/esm/IModelDb.js +180 -95
  263. package/lib/esm/IModelDb.js.map +1 -1
  264. package/lib/esm/IModelDbFonts.js.map +1 -1
  265. package/lib/esm/IModelElementCloneContext.js.map +1 -1
  266. package/lib/esm/IModelHost.d.ts +13 -0
  267. package/lib/esm/IModelHost.d.ts.map +1 -1
  268. package/lib/esm/IModelHost.js +6 -0
  269. package/lib/esm/IModelHost.js.map +1 -1
  270. package/lib/esm/IModelJsFs.js.map +1 -1
  271. package/lib/esm/ImageSourceConversion.js.map +1 -1
  272. package/lib/esm/IpcHost.js.map +1 -1
  273. package/lib/esm/LineStyle.js.map +1 -1
  274. package/lib/esm/LocalHub.js +1 -1
  275. package/lib/esm/LocalHub.js.map +1 -1
  276. package/lib/esm/LocalhostIpcHost.js.map +1 -1
  277. package/lib/esm/LockControl.js.map +1 -1
  278. package/lib/esm/Material.d.ts +19 -0
  279. package/lib/esm/Material.d.ts.map +1 -1
  280. package/lib/esm/Material.js +30 -1
  281. package/lib/esm/Material.js.map +1 -1
  282. package/lib/esm/Model.d.ts +64 -28
  283. package/lib/esm/Model.d.ts.map +1 -1
  284. package/lib/esm/Model.js +116 -28
  285. package/lib/esm/Model.js.map +1 -1
  286. package/lib/esm/NativeAppStorage.js.map +1 -1
  287. package/lib/esm/NativeHost.js.map +1 -1
  288. package/lib/esm/NavigationRelationship.js.map +1 -1
  289. package/lib/esm/PromiseMemoizer.js.map +1 -1
  290. package/lib/esm/PropertyStore.js.map +1 -1
  291. package/lib/esm/Relationship.js.map +1 -1
  292. package/lib/esm/RpcBackend.js.map +1 -1
  293. package/lib/esm/SQLiteDb.js.map +1 -1
  294. package/lib/esm/Schema.js.map +1 -1
  295. package/lib/esm/SchemaSync.js.map +1 -1
  296. package/lib/esm/SchemaUtils.js.map +1 -1
  297. package/lib/esm/SheetIndex.js.map +1 -1
  298. package/lib/esm/SqliteChangesetReader.js.map +1 -1
  299. package/lib/esm/SqliteStatement.js.map +1 -1
  300. package/lib/esm/Texture.d.ts +1 -1
  301. package/lib/esm/Texture.js +1 -1
  302. package/lib/esm/Texture.js.map +1 -1
  303. package/lib/esm/TileStorage.js.map +1 -1
  304. package/lib/esm/TxnManager.d.ts +4 -4
  305. package/lib/esm/TxnManager.d.ts.map +1 -1
  306. package/lib/esm/TxnManager.js +2 -1
  307. package/lib/esm/TxnManager.js.map +1 -1
  308. package/lib/esm/ViewDefinition.d.ts +140 -14
  309. package/lib/esm/ViewDefinition.d.ts.map +1 -1
  310. package/lib/esm/ViewDefinition.js +251 -15
  311. package/lib/esm/ViewDefinition.js.map +1 -1
  312. package/lib/esm/ViewStateHydrator.js +3 -3
  313. package/lib/esm/ViewStateHydrator.js.map +1 -1
  314. package/lib/esm/ViewStore.js.map +1 -1
  315. package/lib/esm/annotations/FrameGeometry.d.ts +52 -0
  316. package/lib/esm/annotations/FrameGeometry.d.ts.map +1 -0
  317. package/lib/esm/annotations/FrameGeometry.js +245 -0
  318. package/lib/esm/annotations/FrameGeometry.js.map +1 -0
  319. package/lib/esm/{TextAnnotationElement.d.ts → annotations/TextAnnotationElement.d.ts} +6 -11
  320. package/lib/esm/annotations/TextAnnotationElement.d.ts.map +1 -0
  321. package/lib/esm/{TextAnnotationElement.js → annotations/TextAnnotationElement.js} +22 -28
  322. package/lib/esm/annotations/TextAnnotationElement.js.map +1 -0
  323. package/lib/esm/annotations/TextAnnotationGeometry.d.ts +31 -0
  324. package/lib/esm/annotations/TextAnnotationGeometry.d.ts.map +1 -0
  325. package/lib/esm/annotations/TextAnnotationGeometry.js +80 -0
  326. package/lib/esm/annotations/TextAnnotationGeometry.js.map +1 -0
  327. package/lib/esm/annotations/TextBlockGeometry.d.ts +16 -0
  328. package/lib/esm/annotations/TextBlockGeometry.d.ts.map +1 -0
  329. package/lib/esm/{TextAnnotationGeometry.js → annotations/TextBlockGeometry.js} +11 -68
  330. package/lib/esm/annotations/TextBlockGeometry.js.map +1 -0
  331. package/lib/esm/{TextAnnotationLayout.d.ts → annotations/TextBlockLayout.d.ts} +19 -7
  332. package/lib/esm/annotations/TextBlockLayout.d.ts.map +1 -0
  333. package/lib/esm/{TextAnnotationLayout.js → annotations/TextBlockLayout.js} +19 -7
  334. package/lib/esm/annotations/TextBlockLayout.js.map +1 -0
  335. package/lib/esm/core-backend.d.ts +5 -3
  336. package/lib/esm/core-backend.d.ts.map +1 -1
  337. package/lib/esm/core-backend.js +5 -3
  338. package/lib/esm/core-backend.js.map +1 -1
  339. package/lib/esm/domains/FunctionalElements.js.map +1 -1
  340. package/lib/esm/domains/FunctionalSchema.js.map +1 -1
  341. package/lib/esm/domains/GenericElements.js.map +1 -1
  342. package/lib/esm/domains/GenericSchema.js.map +1 -1
  343. package/lib/esm/internal/ChangesetConflictArgs.js.map +1 -1
  344. package/lib/esm/internal/ChannelAdmin.js.map +1 -1
  345. package/lib/esm/internal/ElementLRUCache.d.ts +28 -0
  346. package/lib/esm/internal/ElementLRUCache.d.ts.map +1 -0
  347. package/lib/esm/internal/ElementLRUCache.js +116 -0
  348. package/lib/esm/internal/ElementLRUCache.js.map +1 -0
  349. package/lib/esm/internal/FontFileImpl.js.map +1 -1
  350. package/lib/esm/internal/HubMock.js.map +1 -1
  351. package/lib/esm/internal/IModelDbFontsImpl.js.map +1 -1
  352. package/lib/esm/internal/NativePlatform.js.map +1 -1
  353. package/lib/esm/internal/NoLocks.js.map +1 -1
  354. package/lib/esm/internal/ServerBasedLocks.js.map +1 -1
  355. package/lib/esm/internal/Symbols.d.ts +1 -0
  356. package/lib/esm/internal/Symbols.d.ts.map +1 -1
  357. package/lib/esm/internal/Symbols.js +1 -0
  358. package/lib/esm/internal/Symbols.js.map +1 -1
  359. package/lib/esm/internal/cross-package.js.map +1 -1
  360. package/lib/esm/internal/workspace/SettingsImpl.js.map +1 -1
  361. package/lib/esm/internal/workspace/SettingsSchemasImpl.js.map +1 -1
  362. package/lib/esm/internal/workspace/WorkspaceImpl.js.map +1 -1
  363. package/lib/esm/internal/workspace/WorkspaceSqliteDb.js.map +1 -1
  364. package/lib/esm/rpc/multipart.js.map +1 -1
  365. package/lib/esm/rpc/tracing.js.map +1 -1
  366. package/lib/esm/rpc/web/logging.js.map +1 -1
  367. package/lib/esm/rpc/web/request.js.map +1 -1
  368. package/lib/esm/rpc/web/response.js.map +1 -1
  369. package/lib/esm/rpc-impl/DevToolsRpcImpl.js.map +1 -1
  370. package/lib/esm/rpc-impl/IModelReadRpcImpl.js +2 -2
  371. package/lib/esm/rpc-impl/IModelReadRpcImpl.js.map +1 -1
  372. package/lib/esm/rpc-impl/IModelTileRpcImpl.js.map +1 -1
  373. package/lib/esm/rpc-impl/RpcBriefcaseUtility.js.map +1 -1
  374. package/lib/esm/rpc-impl/SnapshotIModelRpcImpl.js.map +1 -1
  375. package/lib/esm/test/AdvancedEqual.js.map +1 -1
  376. package/lib/esm/test/AttachDb.test.js +11 -11
  377. package/lib/esm/test/AttachDb.test.js.map +1 -1
  378. package/lib/esm/test/ElementLRUCache.test.d.ts +2 -0
  379. package/lib/esm/test/ElementLRUCache.test.d.ts.map +1 -0
  380. package/lib/esm/test/ElementLRUCache.test.js +212 -0
  381. package/lib/esm/test/ElementLRUCache.test.js.map +1 -0
  382. package/lib/esm/test/GeometryTestUtil.js.map +1 -1
  383. package/lib/esm/test/IModelHost.test.js.map +1 -1
  384. package/lib/esm/test/IModelTestUtils.js.map +1 -1
  385. package/lib/esm/test/ImageSourceConversion.test.js.map +1 -1
  386. package/lib/esm/test/IpcHost.test.js.map +1 -1
  387. package/lib/esm/test/KnownTestLocations.js.map +1 -1
  388. package/lib/esm/test/PrintElementTree.js.map +1 -1
  389. package/lib/esm/test/PropertyDb.test.js.map +1 -1
  390. package/lib/esm/test/RevisionUtility.js.map +1 -1
  391. package/lib/esm/test/SchemaUtils.test.js +25 -25
  392. package/lib/esm/test/SchemaUtils.test.js.map +1 -1
  393. package/lib/esm/test/SequentialLogMatcher.js.map +1 -1
  394. package/lib/esm/test/TestChangeSetUtility.js.map +1 -1
  395. package/lib/esm/test/TestUtils.js.map +1 -1
  396. package/lib/esm/test/annotations/TextAnnotation.test.js +190 -1025
  397. package/lib/esm/test/annotations/TextAnnotation.test.js.map +1 -1
  398. package/lib/esm/test/annotations/TextBlock.test.d.ts +2 -0
  399. package/lib/esm/test/annotations/TextBlock.test.d.ts.map +1 -0
  400. package/lib/esm/test/annotations/TextBlock.test.js +969 -0
  401. package/lib/esm/test/annotations/TextBlock.test.js.map +1 -0
  402. package/lib/esm/test/categories/Category.test.js.map +1 -1
  403. package/lib/esm/test/codespec/CodeSpec.test.js.map +1 -1
  404. package/lib/esm/test/ecdb/CTE.test.js +88 -88
  405. package/lib/esm/test/ecdb/CTE.test.js.map +1 -1
  406. package/lib/esm/test/ecdb/ConcurrentQueryLoad.test.js +15 -15
  407. package/lib/esm/test/ecdb/ConcurrentQueryLoad.test.js.map +1 -1
  408. package/lib/esm/test/ecdb/ECDb.test.js +86 -65
  409. package/lib/esm/test/ecdb/ECDb.test.js.map +1 -1
  410. package/lib/esm/test/ecdb/ECDbTestHelper.js.map +1 -1
  411. package/lib/esm/test/ecdb/ECSchemaXmlContext.test.js.map +1 -1
  412. package/lib/esm/test/ecdb/ECSqlAst.test.js +65 -65
  413. package/lib/esm/test/ecdb/ECSqlAst.test.js.map +1 -1
  414. package/lib/esm/test/ecdb/ECSqlQuery.test.js +7 -30
  415. package/lib/esm/test/ecdb/ECSqlQuery.test.js.map +1 -1
  416. package/lib/esm/test/ecdb/ECSqlReader.test.js +16 -16
  417. package/lib/esm/test/ecdb/ECSqlReader.test.js.map +1 -1
  418. package/lib/esm/test/ecdb/ECSqlStatement.test.js +292 -292
  419. package/lib/esm/test/ecdb/ECSqlStatement.test.js.map +1 -1
  420. package/lib/esm/test/ecdb/SqliteStatement.test.js.map +1 -1
  421. package/lib/esm/test/ecsql/dataset/ECSqlDatasets.js.map +1 -1
  422. package/lib/esm/test/ecsql/src/ECSqlTestGenerator.js +21 -21
  423. package/lib/esm/test/ecsql/src/ECSqlTestGenerator.js.map +1 -1
  424. package/lib/esm/test/ecsql/src/ECSqlTestParser.js.map +1 -1
  425. package/lib/esm/test/ecsql/src/ECSqlTestRunner.test.js.map +1 -1
  426. package/lib/esm/test/element/DeleteDefinitionElements.test.js.map +1 -1
  427. package/lib/esm/test/element/ElementAspect.test.js +22 -22
  428. package/lib/esm/test/element/ElementAspect.test.js.map +1 -1
  429. package/lib/esm/test/element/ElementDependencyGraph.test.js.map +1 -1
  430. package/lib/esm/test/element/ElementRoundTrip.test.js +139 -139
  431. package/lib/esm/test/element/ElementRoundTrip.test.js.map +1 -1
  432. package/lib/esm/test/element/ExcludedElements.test.js.map +1 -1
  433. package/lib/esm/test/element/ExternalSource.test.js.map +1 -1
  434. package/lib/esm/test/element/NullStructArray.test.js +13 -13
  435. package/lib/esm/test/element/NullStructArray.test.js.map +1 -1
  436. package/lib/esm/test/element/UrlLink.test.js.map +1 -1
  437. package/lib/esm/test/font/FontFile.test.js.map +1 -1
  438. package/lib/esm/test/font/IModelDbFonts.test.js.map +1 -1
  439. package/lib/esm/test/hubaccess/BriefcaseManager.test.js.map +1 -1
  440. package/lib/esm/test/hubaccess/CheckpointManager.test.js.map +1 -1
  441. package/lib/esm/test/imageData.js.map +1 -1
  442. package/lib/esm/test/imodel/ElementTreeWalker.test.js.map +1 -1
  443. package/lib/esm/test/imodel/GetTextureImage.test.js.map +1 -1
  444. package/lib/esm/test/imodel/IModel.test.js +68 -16
  445. package/lib/esm/test/imodel/IModel.test.js.map +1 -1
  446. package/lib/esm/test/imodel/ProjectExtents.test.js.map +1 -1
  447. package/lib/esm/test/imodel/SchemaXmlImport.test.js.map +1 -1
  448. package/lib/esm/test/index.js.map +1 -1
  449. package/lib/esm/test/misc/DevTools.test.js.map +1 -1
  450. package/lib/esm/test/misc/EntitySubClasses.test.js.map +1 -1
  451. package/lib/esm/test/misc/GeoServices.test.js +23 -9
  452. package/lib/esm/test/misc/GeoServices.test.js.map +1 -1
  453. package/lib/esm/test/misc/PromiseMemoizer.test.js.map +1 -1
  454. package/lib/esm/test/native/DgnDbWorker.test.js.map +1 -1
  455. package/lib/esm/test/rpc/response.test.js.map +1 -1
  456. package/lib/esm/test/schema/ClassRegistry.test.js +71 -71
  457. package/lib/esm/test/schema/ClassRegistry.test.js.map +1 -1
  458. package/lib/esm/test/schema/FunctionalDomain.test.js.map +1 -1
  459. package/lib/esm/test/schema/GenericDomain.test.js.map +1 -1
  460. package/lib/esm/test/schema/IModelSchemaContext.test.js.map +1 -1
  461. package/lib/esm/test/sheetindex/SheetIndex.test.js.map +1 -1
  462. package/lib/esm/test/standalone/ChangeMerge.test.js.map +1 -1
  463. package/lib/esm/test/standalone/ChangesetReader.test.js +28 -28
  464. package/lib/esm/test/standalone/ChangesetReader.test.js.map +1 -1
  465. package/lib/esm/test/standalone/CustomViewState3dCreator.test.js.map +1 -1
  466. package/lib/esm/test/standalone/DisplayStyle.test.js.map +1 -1
  467. package/lib/esm/test/standalone/Drawing.test.js.map +1 -1
  468. package/lib/esm/test/standalone/ElementGraphics.test.js.map +1 -1
  469. package/lib/esm/test/standalone/ElementMesh.test.js.map +1 -1
  470. package/lib/esm/test/standalone/ExportGraphics.test.js +67 -15
  471. package/lib/esm/test/standalone/ExportGraphics.test.js.map +1 -1
  472. package/lib/esm/test/standalone/GeometryChangeEvents.test.js.map +1 -1
  473. package/lib/esm/test/standalone/GeometryStream.test.js.map +1 -1
  474. package/lib/esm/test/standalone/HubMock.test.js.map +1 -1
  475. package/lib/esm/test/standalone/IModelLimits.test.d.ts +2 -0
  476. package/lib/esm/test/standalone/IModelLimits.test.d.ts.map +1 -0
  477. package/lib/esm/test/standalone/IModelLimits.test.js +103 -0
  478. package/lib/esm/test/standalone/IModelLimits.test.js.map +1 -0
  479. package/lib/esm/test/standalone/IModelWrite.test.js +27 -27
  480. package/lib/esm/test/standalone/IModelWrite.test.js.map +1 -1
  481. package/lib/esm/test/standalone/InlineGeometryPartReferences.test.js.map +1 -1
  482. package/lib/esm/test/standalone/MergeConflict.test.js.map +1 -1
  483. package/lib/esm/test/standalone/NativeAppStorage.test.js.map +1 -1
  484. package/lib/esm/test/standalone/RenderMaterialElement.test.js.map +1 -1
  485. package/lib/esm/test/standalone/RenderTimeline.test.js.map +1 -1
  486. package/lib/esm/test/standalone/SQLiteDb.test.js.map +1 -1
  487. package/lib/esm/test/standalone/SchemaUtils.test.js.map +1 -1
  488. package/lib/esm/test/standalone/SectionDrawing.test.js.map +1 -1
  489. package/lib/esm/test/standalone/ServerBasedLocks.test.js.map +1 -1
  490. package/lib/esm/test/standalone/Setting.test.js.map +1 -1
  491. package/lib/esm/test/standalone/Settings.test.js.map +1 -1
  492. package/lib/esm/test/standalone/SettingsSchemas.test.js.map +1 -1
  493. package/lib/esm/test/standalone/SnapshotDb.test.js +20 -1
  494. package/lib/esm/test/standalone/SnapshotDb.test.js.map +1 -1
  495. package/lib/esm/test/standalone/Texture.test.js.map +1 -1
  496. package/lib/esm/test/standalone/TileCache.test.js.map +1 -1
  497. package/lib/esm/test/standalone/TileTree.test.js.map +1 -1
  498. package/lib/esm/test/standalone/TxnManager.test.js +1 -1
  499. package/lib/esm/test/standalone/TxnManager.test.js.map +1 -1
  500. package/lib/esm/test/standalone/ViewDefinition.test.js.map +1 -1
  501. package/lib/esm/test/standalone/ViewStoreDb.test.js.map +1 -1
  502. package/lib/esm/test/standalone/Workspace.test.js.map +1 -1
  503. package/lib/esm/workspace/Settings.js.map +1 -1
  504. package/lib/esm/workspace/SettingsSchemas.js.map +1 -1
  505. package/lib/esm/workspace/Workspace.js.map +1 -1
  506. package/lib/esm/workspace/WorkspaceEditor.js.map +1 -1
  507. package/package.json +12 -12
  508. package/lib/cjs/TextAnnotationElement.d.ts.map +0 -1
  509. package/lib/cjs/TextAnnotationElement.js.map +0 -1
  510. package/lib/cjs/TextAnnotationGeometry.d.ts +0 -32
  511. package/lib/cjs/TextAnnotationGeometry.d.ts.map +0 -1
  512. package/lib/cjs/TextAnnotationGeometry.js.map +0 -1
  513. package/lib/cjs/TextAnnotationLayout.d.ts.map +0 -1
  514. package/lib/cjs/TextAnnotationLayout.js.map +0 -1
  515. package/lib/esm/TextAnnotationElement.d.ts.map +0 -1
  516. package/lib/esm/TextAnnotationElement.js.map +0 -1
  517. package/lib/esm/TextAnnotationGeometry.d.ts +0 -32
  518. package/lib/esm/TextAnnotationGeometry.d.ts.map +0 -1
  519. package/lib/esm/TextAnnotationGeometry.js.map +0 -1
  520. package/lib/esm/TextAnnotationLayout.d.ts.map +0 -1
  521. package/lib/esm/TextAnnotationLayout.js.map +0 -1
@@ -4,7 +4,7 @@
4
4
  import { GuidString, Id64String } from "@itwin/core-bentley";
5
5
  import { AxisAlignedBox3d, Code, CodeScopeProps, ConcreteEntityTypes, DefinitionElementProps, DrawingProps, ElementAlignedBox3d, ElementProps, EntityMetaData, EntityReferenceSet, GeometricElement2dProps, GeometricElement3dProps, GeometricElementProps, GeometryPartProps, GeometryStreamProps, InformationPartitionElementProps, LineStyleProps, ModelProps, PhysicalElementProps, PhysicalTypeProps, Placement2d, Placement3d, RelatedElement, RenderSchedule, RenderTimelineProps, RepositoryLinkProps, SectionDrawingLocationProps, SectionDrawingProps, SectionType, SheetBorderTemplateProps, SheetProps, SheetTemplateProps, SubjectProps, TypeDefinition, TypeDefinitionElementProps, UrlLinkProps } from "@itwin/core-common";
6
6
  import { ClipVector, Transform } from "@itwin/core-geometry";
7
- import { Entity } from "./Entity";
7
+ import { CustomHandledProperty, DeserializeEntityArgs, ECSqlRow, Entity } from "./Entity";
8
8
  import { IModelDb } from "./IModelDb";
9
9
  import { IModelElementCloneContext } from "./IModelElementCloneContext";
10
10
  /** Argument for the `Element.onXxx` static methods
@@ -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;
@@ -111,6 +111,24 @@ export declare class Element extends Entity {
111
111
  [key: string]: any;
112
112
  };
113
113
  protected constructor(props: ElementProps, iModel: IModelDb);
114
+ /**
115
+ * Element custom HandledProps include 'codeValue', 'codeSpec', 'codeScope', 'model', 'parent', 'federationGuid', and 'lastMod'.
116
+ * @inheritdoc
117
+ * @beta
118
+ */
119
+ protected static readonly _customHandledProps: CustomHandledProperty[];
120
+ /**
121
+ * Element deserializes 'codeValue', 'codeSpec', 'codeScope', 'model', 'parent', and 'federationGuid'.
122
+ * @inheritdoc
123
+ * @beta
124
+ */
125
+ static deserialize(props: DeserializeEntityArgs): ElementProps;
126
+ /**
127
+ * Element serialize 'codeValue', 'codeSpec', 'codeScope', 'model', 'parent', and 'federationGuid'.
128
+ * @inheritdoc
129
+ * @beta
130
+ */
131
+ static serialize(props: ElementProps, iModel: IModelDb): ECSqlRow;
114
132
  /** Called before a new Element is inserted.
115
133
  * @note throw an exception to disallow the insert
116
134
  * @note If you override this method, you must call super.
@@ -136,7 +154,7 @@ export declare class Element extends Entity {
136
154
  * @note `this` is the class of the Element that was updated
137
155
  * @beta
138
156
  */
139
- protected static onUpdated(_arg: OnElementIdArg): void;
157
+ protected static onUpdated(arg: OnElementIdArg): void;
140
158
  /** Called before an Element is deleted.
141
159
  * @note throw an exception to disallow the delete
142
160
  * @note If you override this method, you must call super.
@@ -149,7 +167,7 @@ export declare class Element extends Entity {
149
167
  * @note `this` is the class of the Element that was deleted
150
168
  * @beta
151
169
  */
152
- protected static onDeleted(_arg: OnElementIdArg): void;
170
+ protected static onDeleted(arg: OnElementIdArg): void;
153
171
  /** Called when an element with an instance of this class as its parent is about to be deleted.
154
172
  * @note throw an exception if the element should not be deleted
155
173
  * @note implementers should not presume that the element was deleted if this method does not throw,
@@ -162,7 +180,7 @@ export declare class Element extends Entity {
162
180
  * @note `this` is the class of the parent Element whose child was deleted
163
181
  * @beta
164
182
  */
165
- protected static onChildDeleted(_arg: OnChildElementIdArg): void;
183
+ protected static onChildDeleted(arg: OnChildElementIdArg): void;
166
184
  /** Called when a *new element* with an instance of this class as its parent is about to be inserted.
167
185
  * @note throw an exception if the element should not be inserted
168
186
  * @note `this` is the class of the prospective parent Element.
@@ -173,7 +191,7 @@ export declare class Element extends Entity {
173
191
  * @note `this` is the class of the parent Element.
174
192
  * @beta
175
193
  */
176
- protected static onChildInserted(_arg: OnChildElementIdArg): void;
194
+ protected static onChildInserted(arg: OnChildElementIdArg): void;
177
195
  /** Called when an element with an instance of this class as its parent is about to be updated.
178
196
  * @note throw an exception if the element should not be updated
179
197
  * @note `this` is the class of the parent Element.
@@ -184,7 +202,7 @@ export declare class Element extends Entity {
184
202
  * @note `this` is the class of the parent Element.
185
203
  * @beta
186
204
  */
187
- protected static onChildUpdated(_arg: OnChildElementIdArg): void;
205
+ protected static onChildUpdated(arg: OnChildElementIdArg): void;
188
206
  /** Called when an *existing element* is about to be updated so that an instance of this class will become its new parent.
189
207
  * @note throw an exception if the element should not be added
190
208
  * @note `this` is the class of the prospective parent Element.
@@ -195,7 +213,7 @@ export declare class Element extends Entity {
195
213
  * @note `this` is the class of the new parent Element.
196
214
  * @beta
197
215
  */
198
- protected static onChildAdded(_arg: OnChildElementIdArg): void;
216
+ protected static onChildAdded(arg: OnChildElementIdArg): void;
199
217
  /** Called when an element with an instance of this class as its parent is about to be updated change to a different parent.
200
218
  * @note throw an exception if the element should not be dropped
201
219
  * @note `this` is the class of the parent Element.
@@ -206,7 +224,7 @@ export declare class Element extends Entity {
206
224
  * @note `this` is the class of the previous parent Element.
207
225
  * @beta
208
226
  */
209
- protected static onChildDropped(_arg: OnChildElementIdArg): void;
227
+ protected static onChildDropped(arg: OnChildElementIdArg): void;
210
228
  /** Called when an instance of this class is being *sub-modeled* by a new Model.
211
229
  * @note throw an exception if model should not be inserted
212
230
  * @note `this` is the class of Element to be sub-modeled.
@@ -217,7 +235,7 @@ export declare class Element extends Entity {
217
235
  * @note `this` is the class of Element that is now sub-modeled.
218
236
  * @beta
219
237
  */
220
- protected static onSubModelInserted(_arg: OnSubModelIdArg): void;
238
+ protected static onSubModelInserted(arg: OnSubModelIdArg): void;
221
239
  /** Called when a sub-model of an instance of this class is being deleted.
222
240
  * @note throw an exception if model should not be deleted
223
241
  * @note `this` is the class of Element that is sub-modeled.
@@ -228,7 +246,7 @@ export declare class Element extends Entity {
228
246
  * @note `this` is the class of Element that was sub-modeled.
229
247
  * @beta
230
248
  */
231
- protected static onSubModelDeleted(_arg: OnSubModelIdArg): void;
249
+ protected static onSubModelDeleted(arg: OnSubModelIdArg): void;
232
250
  /** Called during the iModel transformation process after an Element from the source iModel was *cloned* for the target iModel.
233
251
  * The transformation process automatically handles remapping BisCore properties and those that are properly described in ECSchema.
234
252
  * This callback is only meant to be overridden if there are other Ids in non-standard locations that need to be remapped or other data that needs to be fixed up after the clone.
@@ -317,7 +335,7 @@ export declare class Element extends Entity {
317
335
  delete(): void;
318
336
  }
319
337
  /** An abstract base class to model real world entities that intrinsically have geometry.
320
- * @public
338
+ * @public @preview
321
339
  */
322
340
  export declare abstract class GeometricElement extends Element {
323
341
  static get className(): string;
@@ -341,10 +359,28 @@ export declare abstract class GeometricElement extends Element {
341
359
  static readonly requiredReferenceKeys: ReadonlyArray<string>;
342
360
  /** @alpha */
343
361
  static readonly requiredReferenceKeyTypeMap: Record<string, ConcreteEntityTypes>;
362
+ /**
363
+ * GeometricElement custom HandledProps includes 'inSpatialIndex'.
364
+ * @inheritdoc
365
+ * @beta
366
+ */
367
+ protected static readonly _customHandledProps: CustomHandledProperty[];
368
+ /**
369
+ * GeometricElement deserializes 'inSpatialIndex'.
370
+ * @inheritdoc
371
+ * @beta
372
+ */
373
+ static deserialize(props: DeserializeEntityArgs): GeometricElementProps;
374
+ /**
375
+ * GeometricElement serialize 'inSpatialIndex'.
376
+ * @inheritdoc
377
+ * @beta
378
+ */
379
+ static serialize(props: GeometricElementProps, iModel: IModelDb): ECSqlRow;
344
380
  }
345
381
  /** An abstract base class to model real world entities that intrinsically have 3d geometry.
346
382
  * See [how to create a GeometricElement3d]($docs/learning/backend/CreateElements.md#GeometricElement3d).
347
- * @public
383
+ * @public @preview
348
384
  */
349
385
  export declare abstract class GeometricElement3d extends GeometricElement {
350
386
  static get className(): string;
@@ -353,16 +389,37 @@ export declare abstract class GeometricElement3d extends GeometricElement {
353
389
  protected constructor(props: GeometricElement3dProps, iModel: IModelDb);
354
390
  toJSON(): GeometricElement3dProps;
355
391
  protected collectReferenceIds(referenceIds: EntityReferenceSet): void;
392
+ /**
393
+ * GeometricElement3d custom HandledProps includes 'category', 'geometryStream', 'origin', 'yaw', 'pitch', 'roll',
394
+ * 'bBoxLow', 'bBoxHigh', and 'typeDefinition'.
395
+ * @inheritdoc
396
+ * @beta
397
+ */
398
+ protected static readonly _customHandledProps: CustomHandledProperty[];
399
+ /**
400
+ * GeometricElement3d deserializes 'category', 'geometryStream', 'origin', 'yaw', 'pitch', 'roll',
401
+ * 'bBoxLow', 'bBoxHigh', and 'typeDefinition'.
402
+ * @inheritdoc
403
+ * @beta
404
+ */
405
+ static deserialize(props: DeserializeEntityArgs): GeometricElement3dProps;
406
+ /**
407
+ * GeometricElement3d serializes 'category', 'geometryStream', 'origin', 'yaw', 'pitch', 'roll',
408
+ * 'bBoxLow', 'bBoxHigh', and 'typeDefinition'.
409
+ * @inheritdoc
410
+ * @beta
411
+ */
412
+ static serialize(props: GeometricElement3dProps, iModel: IModelDb): ECSqlRow;
356
413
  }
357
414
  /** A 3d Graphical Element
358
- * @public
415
+ * @public @preview
359
416
  */
360
417
  export declare abstract class GraphicalElement3d extends GeometricElement3d {
361
418
  static get className(): string;
362
419
  protected constructor(props: GeometricElement3dProps, iModel: IModelDb);
363
420
  }
364
421
  /** An abstract base class to model information entities that intrinsically have 2d geometry.
365
- * @public
422
+ * @public @preview
366
423
  */
367
424
  export declare abstract class GeometricElement2d extends GeometricElement {
368
425
  static get className(): string;
@@ -370,38 +427,59 @@ export declare abstract class GeometricElement2d extends GeometricElement {
370
427
  typeDefinition?: TypeDefinition;
371
428
  protected constructor(props: GeometricElement2dProps, iModel: IModelDb);
372
429
  toJSON(): GeometricElement2dProps;
430
+ /**
431
+ * GeometricElement2d custom HandledProps includes 'category', 'geometryStream', 'origin', 'rotation',
432
+ * 'bBoxLow', 'bBoxHigh', and 'typeDefinition'.
433
+ * @inheritdoc
434
+ * @beta
435
+ */
436
+ protected static readonly _customHandledProps: CustomHandledProperty[];
437
+ /**
438
+ * GeometricElement2d deserialize 'category', 'geometryStream', 'origin', 'rotation',
439
+ * 'bBoxLow', 'bBoxHigh', and 'typeDefinition'.
440
+ * @inheritdoc
441
+ * @beta
442
+ */
443
+ static deserialize(props: DeserializeEntityArgs): GeometricElement2dProps;
444
+ /**
445
+ * GeometricElement2d serializes 'category', 'geometryStream', 'origin', 'rotation',
446
+ * 'bBoxLow', 'bBoxHigh', and 'typeDefinition'.
447
+ * @inheritdoc
448
+ * @beta
449
+ */
450
+ static serialize(props: GeometricElement2dProps, iModel: IModelDb): ECSqlRow;
373
451
  protected collectReferenceIds(referenceIds: EntityReferenceSet): void;
374
452
  }
375
453
  /** An abstract base class for 2d Geometric Elements that are used to convey information within graphical presentations (like drawings).
376
- * @public
454
+ * @public @preview
377
455
  */
378
456
  export declare abstract class GraphicalElement2d extends GeometricElement2d {
379
457
  static get className(): string;
380
458
  protected constructor(props: GeometricElement2dProps, iModel: IModelDb);
381
459
  }
382
460
  /** 2d element used to annotate drawings and sheets.
383
- * @public
461
+ * @public @preview
384
462
  */
385
463
  export declare class AnnotationElement2d extends GraphicalElement2d {
386
464
  static get className(): string;
387
465
  protected constructor(props: GeometricElement2dProps, iModel: IModelDb);
388
466
  }
389
467
  /** 2d element used to persist graphics for use in drawings.
390
- * @public
468
+ * @public @preview
391
469
  */
392
470
  export declare class DrawingGraphic extends GraphicalElement2d {
393
471
  static get className(): string;
394
472
  protected constructor(props: GeometricElement2dProps, iModel: IModelDb);
395
473
  }
396
474
  /** An Element that occupies real world space. Its coordinates are in the project space of its iModel.
397
- * @public
475
+ * @public @preview
398
476
  */
399
477
  export declare abstract class SpatialElement extends GeometricElement3d {
400
478
  static get className(): string;
401
479
  protected constructor(props: GeometricElement3dProps, iModel: IModelDb);
402
480
  }
403
481
  /** An Element that is spatially located, has mass, and can be *touched*.
404
- * @public
482
+ * @public @preview
405
483
  */
406
484
  export declare abstract class PhysicalElement extends SpatialElement {
407
485
  static get className(): string;
@@ -411,14 +489,14 @@ export declare abstract class PhysicalElement extends SpatialElement {
411
489
  toJSON(): PhysicalElementProps;
412
490
  }
413
491
  /** Identifies a *tracked* real world location but has no mass and cannot be *touched*.
414
- * @public
492
+ * @public @preview
415
493
  */
416
494
  export declare abstract class SpatialLocationElement extends SpatialElement {
417
495
  static get className(): string;
418
496
  protected constructor(props: GeometricElement3dProps, iModel: IModelDb);
419
497
  }
420
498
  /** A Volume Element is a Spatial Location Element that is restricted to defining a volume.
421
- * @public
499
+ * @public @preview
422
500
  */
423
501
  export declare class VolumeElement extends SpatialLocationElement {
424
502
  static get className(): string;
@@ -427,7 +505,7 @@ export declare class VolumeElement extends SpatialLocationElement {
427
505
  /** A SectionDrawingLocation element identifies the location of a [[SectionDrawing]] in the context of a [[SpatialModel]],
428
506
  * enabling [HyperModeling]($hypermodeling).
429
507
  * @note The associated ECClass was added to the BisCore schema in version 1.0.11.
430
- * @public
508
+ * @public @preview
431
509
  */
432
510
  export declare class SectionDrawingLocation extends SpatialLocationElement {
433
511
  /** The Id of the [[ViewDefinition]] to which this location refers. */
@@ -439,7 +517,7 @@ export declare class SectionDrawingLocation extends SpatialLocationElement {
439
517
  /** Information Content Element is an abstract base class for modeling pure information entities. Only the
440
518
  * core framework should directly subclass from Information Content Element. Domain and application developers
441
519
  * should start with the most appropriate subclass of Information Content Element.
442
- * @public
520
+ * @public @preview
443
521
  */
444
522
  export declare abstract class InformationContentElement extends Element {
445
523
  static get className(): string;
@@ -454,14 +532,14 @@ export declare abstract class DriverBundleElement extends InformationContentElem
454
532
  protected constructor(props: ElementProps, iModel: IModelDb);
455
533
  }
456
534
  /** Information Reference is an abstract base class for modeling entities whose main purpose is to reference something else.
457
- * @public
535
+ * @public @preview
458
536
  */
459
537
  export declare abstract class InformationReferenceElement extends InformationContentElement {
460
538
  static get className(): string;
461
539
  protected constructor(props: ElementProps, iModel: IModelDb);
462
540
  }
463
541
  /** A Subject is an information element that describes what this repository (or part thereof) is about.
464
- * @public
542
+ * @public @preview
465
543
  */
466
544
  export declare class Subject extends InformationReferenceElement {
467
545
  static get className(): string;
@@ -498,14 +576,14 @@ export declare class Subject extends InformationReferenceElement {
498
576
  * For example, a will is a legal document. The will published into a PDF file is an ElectronicDocumentCopy.
499
577
  * The will printed onto paper is a PrintedDocumentCopy.
500
578
  * In this example, the Document only identifies, names, and tracks the content of the will.
501
- * @public
579
+ * @public @preview
502
580
  */
503
581
  export declare abstract class Document extends InformationContentElement {
504
582
  static get className(): string;
505
583
  protected constructor(props: ElementProps, iModel: IModelDb);
506
584
  }
507
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]].
508
- * @public
586
+ * @public @preview
509
587
  */
510
588
  export declare class Drawing extends Document {
511
589
  private _scaleFactor;
@@ -513,7 +591,7 @@ export declare class Drawing extends Document {
513
591
  * size of the [ViewAttachment]($backend) created when attaching the [Drawing]($backend) to a [Sheet]($backend).
514
592
  * Default: 1.
515
593
  * @note Attempting to set this property to a value less than or equal to zero will produce an exception.
516
- * @public
594
+ * @public @preview
517
595
  */
518
596
  get scaleFactor(): number;
519
597
  set scaleFactor(factor: number);
@@ -542,7 +620,7 @@ export declare class Drawing extends Document {
542
620
  /** A document that represents a section drawing, that is, a graphical documentation derived from a planar
543
621
  * section of a spatial view. A SectionDrawing element is modelled by a [[SectionDrawingModel]] or a [[GraphicalModel3d]].
544
622
  * A [[SectionDrawingLocation]] can associate the drawing with a spatial location, enabling [HyperModeling]($hypermodeling).
545
- * @public
623
+ * @public @preview
546
624
  */
547
625
  export declare class SectionDrawing extends Drawing {
548
626
  /** The type of section used to generate the drawing. */
@@ -566,7 +644,7 @@ export declare class SectionDrawing extends Drawing {
566
644
  toJSON(): SectionDrawingProps;
567
645
  }
568
646
  /** The template for a SheetBorder
569
- * @public
647
+ * @public @preview
570
648
  */
571
649
  export declare class SheetBorderTemplate extends Document {
572
650
  static get className(): string;
@@ -575,7 +653,7 @@ export declare class SheetBorderTemplate extends Document {
575
653
  protected constructor(props: SheetBorderTemplateProps, iModel: IModelDb);
576
654
  }
577
655
  /** The template for a [[Sheet]]
578
- * @public
656
+ * @public @preview
579
657
  */
580
658
  export declare class SheetTemplate extends Document {
581
659
  static get className(): string;
@@ -586,7 +664,7 @@ export declare class SheetTemplate extends Document {
586
664
  protected collectReferenceIds(referenceIds: EntityReferenceSet): void;
587
665
  }
588
666
  /** A digital representation of a *sheet of paper*. Modeled by a [[SheetModel]].
589
- * @public
667
+ * @public @preview
590
668
  */
591
669
  export declare class Sheet extends Document {
592
670
  static get className(): string;
@@ -605,32 +683,50 @@ export declare class Sheet extends Document {
605
683
  }
606
684
  /** Information Record Element is an abstract base class for modeling information records. Information Record
607
685
  * Element is the default choice if no other subclass of Information Content Element makes sense.
608
- * @public
686
+ * @public @preview
609
687
  */
610
688
  export declare abstract class InformationRecordElement extends InformationContentElement {
611
689
  static get className(): string;
612
690
  protected constructor(props: ElementProps, iModel: IModelDb);
613
691
  }
614
692
  /** A Definition Element holds configuration-related information that is meant to be referenced / shared.
615
- * @public
693
+ * @public @preview
616
694
  */
617
695
  export declare abstract class DefinitionElement extends InformationContentElement {
618
696
  static get className(): string;
619
697
  /** If true, don't show this DefinitionElement in user interface lists. */
620
698
  isPrivate: boolean;
621
699
  protected constructor(props: DefinitionElementProps, iModel: IModelDb);
700
+ /**
701
+ * DefinitionElement custom HandledProps includes 'isPrivate'.
702
+ * @inheritdoc
703
+ * @beta
704
+ */
705
+ protected static readonly _customHandledProps: CustomHandledProperty[];
706
+ /**
707
+ * DefinitionElement deserializes 'isPrivate'.
708
+ * @inheritdoc
709
+ * @beta
710
+ */
711
+ static deserialize(props: DeserializeEntityArgs): DefinitionElementProps;
712
+ /**
713
+ * DefinitionElement serialize 'isPrivate'.
714
+ * @inheritdoc
715
+ * @beta
716
+ */
717
+ static serialize(props: DefinitionElementProps, iModel: IModelDb): ECSqlRow;
622
718
  toJSON(): DefinitionElementProps;
623
719
  }
624
720
  /** This abstract class unifies DefinitionGroup and DefinitionContainer for relationship endpoint purposes.
625
721
  * @note The associated ECClass was added to the BisCore schema in version 1.0.10
626
- * @public
722
+ * @public @preview
627
723
  */
628
724
  export declare abstract class DefinitionSet extends DefinitionElement {
629
725
  static get className(): string;
630
726
  }
631
727
  /** A DefinitionContainer exclusively owns a set of DefinitionElements contained within its sub-model (of type DefinitionModel).
632
728
  * @note The associated ECClass was added to the BisCore schema in version 1.0.10
633
- * @public
729
+ * @public @preview
634
730
  */
635
731
  export declare class DefinitionContainer extends DefinitionSet {
636
732
  static get className(): string;
@@ -657,7 +753,7 @@ export declare class DefinitionContainer extends DefinitionSet {
657
753
  }
658
754
  /** A non-exclusive set of DefinitionElements grouped using the DefinitionGroupGroupsDefinitions relationship.
659
755
  * @note The associated ECClass was added to the BisCore schema in version 1.0.10
660
- * @public
756
+ * @public @preview
661
757
  */
662
758
  export declare class DefinitionGroup extends DefinitionSet {
663
759
  static get className(): string;
@@ -673,7 +769,7 @@ export declare class DefinitionGroup extends DefinitionSet {
673
769
  static create(iModelDb: IModelDb, definitionModelId: Id64String, code: Code, isPrivate?: boolean): DefinitionGroup;
674
770
  }
675
771
  /** Defines a set of properties (the *type*) that may be associated with an element.
676
- * @public
772
+ * @public @preview
677
773
  */
678
774
  export declare abstract class TypeDefinitionElement extends DefinitionElement {
679
775
  static get className(): string;
@@ -691,7 +787,7 @@ export declare abstract class RecipeDefinitionElement extends DefinitionElement
691
787
  /** Defines a set of properties (the *type*) that can be associated with a Physical Element. A Physical
692
788
  * Type has a strong correlation with something that can be ordered from a catalog since all instances
693
789
  * share a common set of properties.
694
- * @public
790
+ * @public @preview
695
791
  */
696
792
  export declare abstract class PhysicalType extends TypeDefinitionElement {
697
793
  static get className(): string;
@@ -707,7 +803,7 @@ export declare abstract class PhysicalType extends TypeDefinitionElement {
707
803
  static createCode(iModel: IModelDb, scopeModelId: CodeScopeProps, codeValue: string): Code;
708
804
  }
709
805
  /** Defines a set of properties (the *type*) that can be associated with a spatial location.
710
- * @public
806
+ * @public @preview
711
807
  */
712
808
  export declare abstract class SpatialLocationType extends TypeDefinitionElement {
713
809
  static get className(): string;
@@ -749,7 +845,7 @@ export declare class TemplateRecipe3d extends RecipeDefinitionElement {
749
845
  static insert(iModelDb: IModelDb, definitionModelId: Id64String, name: string, isPrivate?: boolean): Id64String;
750
846
  }
751
847
  /** Defines a set of properties (the *type*) that can be associated with a 2D Graphical Element.
752
- * @public
848
+ * @public @preview
753
849
  */
754
850
  export declare abstract class GraphicalType2d extends TypeDefinitionElement {
755
851
  static get className(): string;
@@ -793,7 +889,7 @@ export declare class TemplateRecipe2d extends RecipeDefinitionElement {
793
889
  /** An abstract base class for elements that establishes a particular modeling perspective for its parent Subject.
794
890
  * Instances are always sub-modeled by a specialization of Model of the appropriate modeling perspective.
795
891
  * @see [iModel Information Hierarchy]($docs/bis/guide/data-organization/top-of-the-world), [[Subject]], [[Model]]
796
- * @public
892
+ * @public @preview
797
893
  */
798
894
  export declare abstract class InformationPartitionElement extends InformationContentElement {
799
895
  static get className(): string;
@@ -811,7 +907,7 @@ export declare abstract class InformationPartitionElement extends InformationCon
811
907
  /** A DefinitionPartition element establishes a *Definition* modeling perspective for its parent Subject.
812
908
  * A DefinitionPartition is always sub-modeled by a DefinitionModel.
813
909
  * @see [[DefinitionModel]]
814
- * @public
910
+ * @public @preview
815
911
  */
816
912
  export declare class DefinitionPartition extends InformationPartitionElement {
817
913
  static get className(): string;
@@ -819,7 +915,7 @@ export declare class DefinitionPartition extends InformationPartitionElement {
819
915
  /** A DocumentPartition element establishes a *Document* modeling perspective for its parent Subject.
820
916
  * A DocumentPartition is always sub-modeled by a DocumentListModel.
821
917
  * @see [[DocumentListModel]]
822
- * @public
918
+ * @public @preview
823
919
  */
824
920
  export declare class DocumentPartition extends InformationPartitionElement {
825
921
  static get className(): string;
@@ -827,7 +923,7 @@ export declare class DocumentPartition extends InformationPartitionElement {
827
923
  /** A GroupInformationPartition element establishes a *Group Information* modeling perspective for its parent Subject.
828
924
  * A GroupInformationPartition is always sub-modeled by a GroupInformationModel.
829
925
  * @see [[GroupInformationModel]]
830
- * @public
926
+ * @public @preview
831
927
  */
832
928
  export declare class GroupInformationPartition extends InformationPartitionElement {
833
929
  static get className(): string;
@@ -836,7 +932,7 @@ export declare class GroupInformationPartition extends InformationPartitionEleme
836
932
  * A GraphicalPartition3d is always sub-modeled by a GraphicalModel3d.
837
933
  * @note The associated ECClass was added to the BisCore schema in version 1.0.8
838
934
  * @see [[GraphicalModel3d]]
839
- * @public
935
+ * @public @preview
840
936
  */
841
937
  export declare class GraphicalPartition3d extends InformationPartitionElement {
842
938
  static get className(): string;
@@ -844,21 +940,21 @@ export declare class GraphicalPartition3d extends InformationPartitionElement {
844
940
  /** An InformationRecordPartition element establishes a *Information Record* modeling perspective for its parent Subject.
845
941
  * A InformationRecordPartition is always sub-modeled by an InformationRecordModel.
846
942
  * @see [[InformationRecordModel]]
847
- * @public
943
+ * @public @preview
848
944
  */
849
945
  export declare class InformationRecordPartition extends InformationPartitionElement {
850
946
  static get className(): string;
851
947
  }
852
948
  /** A LinkPartition element establishes a *Link* modeling perspective for its parent Subject. A LinkPartition is always sub-modeled by a LinkModel.
853
949
  * @see [[LinkModel]]
854
- * @public
950
+ * @public @preview
855
951
  */
856
952
  export declare class LinkPartition extends InformationPartitionElement {
857
953
  static get className(): string;
858
954
  }
859
955
  /** A PhysicalPartition element establishes a *Physical* modeling perspective for its parent Subject. A PhysicalPartition is always sub-modeled by a PhysicalModel.
860
956
  * @see [[PhysicalModel]]
861
- * @public
957
+ * @public @preview
862
958
  */
863
959
  export declare class PhysicalPartition extends InformationPartitionElement {
864
960
  static get className(): string;
@@ -866,7 +962,7 @@ export declare class PhysicalPartition extends InformationPartitionElement {
866
962
  /** A SpatialLocationPartition element establishes a *SpatialLocation* modeling perspective for its parent Subject.
867
963
  * A SpatialLocationPartition is always sub-modeled by a SpatialLocationModel.
868
964
  * @see [[SpatialLocationModel]]
869
- * @public
965
+ * @public @preview
870
966
  */
871
967
  export declare class SpatialLocationPartition extends InformationPartitionElement {
872
968
  static get className(): string;
@@ -879,13 +975,13 @@ export declare class SheetIndexPartition extends InformationPartitionElement {
879
975
  static get className(): string;
880
976
  }
881
977
  /** Group Information is an abstract base class for modeling entities whose main purpose is to reference a group of related elements.
882
- * @public
978
+ * @public @preview
883
979
  */
884
980
  export declare abstract class GroupInformationElement extends InformationReferenceElement {
885
981
  static get className(): string;
886
982
  }
887
983
  /** An information element that specifies a link.
888
- * @public
984
+ * @public @preview
889
985
  */
890
986
  export declare abstract class LinkElement extends InformationReferenceElement {
891
987
  static get className(): string;
@@ -897,13 +993,31 @@ export declare abstract class LinkElement extends InformationReferenceElement {
897
993
  static createCode(iModel: IModelDb, scopeModelId: CodeScopeProps, codeValue: string): Code;
898
994
  }
899
995
  /** An information element that specifies a URL link.
900
- * @public
996
+ * @public @preview
901
997
  */
902
998
  export declare class UrlLink extends LinkElement {
903
999
  static get className(): string;
904
1000
  description?: string;
905
1001
  url?: string;
906
1002
  protected constructor(props: UrlLinkProps, iModel: IModelDb);
1003
+ /**
1004
+ * UrlLink custom HandledProps includes 'description', and 'url'.
1005
+ * @inheritdoc
1006
+ * @beta
1007
+ */
1008
+ protected static readonly _customHandledProps: CustomHandledProperty[];
1009
+ /**
1010
+ * UrlLink deserializes 'description', and 'url'.
1011
+ * @inheritdoc
1012
+ * @beta
1013
+ */
1014
+ static deserialize(props: DeserializeEntityArgs): UrlLinkProps;
1015
+ /**
1016
+ * UrlLink serializes 'description', and 'url'.
1017
+ * @inheritdoc
1018
+ * @beta
1019
+ */
1020
+ static serialize(props: UrlLinkProps, iModel: IModelDb): ECSqlRow;
907
1021
  toJSON(): UrlLinkProps;
908
1022
  }
909
1023
  /** Represents a folder-like structure that organizes repositories (typically files) in an external system.
@@ -914,7 +1028,7 @@ export declare class FolderLink extends UrlLink {
914
1028
  static get className(): string;
915
1029
  }
916
1030
  /** An information element that links to a repository.
917
- * @public
1031
+ * @public @preview
918
1032
  */
919
1033
  export declare class RepositoryLink extends UrlLink {
920
1034
  static get className(): string;
@@ -925,7 +1039,7 @@ export declare class RepositoryLink extends UrlLink {
925
1039
  toJSON(): RepositoryLinkProps;
926
1040
  }
927
1041
  /** An information element that links to an embedded file.
928
- * @public
1042
+ * @public @preview
929
1043
  */
930
1044
  export declare class EmbeddedFileLink extends LinkElement {
931
1045
  static get className(): string;
@@ -933,20 +1047,38 @@ export declare class EmbeddedFileLink extends LinkElement {
933
1047
  /** A real world entity is modeled as a Role Element when a set of external circumstances define an important
934
1048
  * role (one that is worth tracking) that is not intrinsic to the entity playing the role. For example,
935
1049
  * a person can play the role of a teacher or a rock can play the role of a boundary marker.
936
- * @public
1050
+ * @public @preview
937
1051
  */
938
1052
  export declare abstract class RoleElement extends Element {
939
1053
  static get className(): string;
940
1054
  }
941
1055
  /** A Definition Element that specifies a collection of geometry that is meant to be reused across Geometric
942
1056
  * Element instances. Leveraging Geometry Parts can help reduce file size and improve display performance.
943
- * @public
1057
+ * @public @preview
944
1058
  */
945
1059
  export declare class GeometryPart extends DefinitionElement {
946
1060
  static get className(): string;
947
1061
  geom?: GeometryStreamProps;
948
1062
  bbox: ElementAlignedBox3d;
949
1063
  protected constructor(props: GeometryPartProps, iModel: IModelDb);
1064
+ /**
1065
+ * GeometryPart custom HandledProps includes 'geometryStream', 'bBoxHigh', and 'bBoxLow'.
1066
+ * @inheritdoc
1067
+ * @beta
1068
+ */
1069
+ protected static readonly _customHandledProps: CustomHandledProperty[];
1070
+ /**
1071
+ * GeometryPart deserializes 'geometryStream', 'bBoxHigh', and 'bBoxLow'.
1072
+ * @inheritdoc
1073
+ * @beta
1074
+ */
1075
+ static deserialize(props: DeserializeEntityArgs): GeometryPartProps;
1076
+ /**
1077
+ * GeometryPart serialize 'geometryStream', 'bBoxHigh', and 'bBoxLow'.
1078
+ * @inheritdoc
1079
+ * @beta
1080
+ */
1081
+ static serialize(props: GeometryPartProps, iModel: IModelDb): ECSqlRow;
950
1082
  toJSON(): GeometryPartProps;
951
1083
  /** Create a Code for a GeometryPart element given a name that is meant to be unique within the scope of the specified DefinitionModel.
952
1084
  * @param iModel The IModelDb
@@ -957,13 +1089,31 @@ export declare class GeometryPart extends DefinitionElement {
957
1089
  static createCode(iModel: IModelDb, scopeModelId: CodeScopeProps, codeValue: string): Code;
958
1090
  }
959
1091
  /** The definition element for a line style
960
- * @public
1092
+ * @public @preview
961
1093
  */
962
1094
  export declare class LineStyle extends DefinitionElement {
963
1095
  static get className(): string;
964
1096
  description?: string;
965
1097
  data: string;
966
1098
  protected constructor(props: LineStyleProps, iModel: IModelDb);
1099
+ /**
1100
+ * LineStyle custom HandledProps includes 'data'.
1101
+ * @inheritdoc
1102
+ * @beta
1103
+ */
1104
+ protected static readonly _customHandledProps: CustomHandledProperty[];
1105
+ /**
1106
+ * LineStyle deserializes 'data'.
1107
+ * @inheritdoc
1108
+ * @beta
1109
+ */
1110
+ static deserialize(props: DeserializeEntityArgs): LineStyleProps;
1111
+ /**
1112
+ * LineStyle serializes 'data'.
1113
+ * @inheritdoc
1114
+ * @beta
1115
+ */
1116
+ static serialize(props: LineStyleProps, iModel: IModelDb): ECSqlRow;
967
1117
  /** Create a Code for a LineStyle definition given a name that is meant to be unique within the scope of the specified model.
968
1118
  * @param iModel The IModel
969
1119
  * @param scopeModelId The Id of the DefinitionModel that contains the LineStyle and provides the scope for its name.
@@ -974,7 +1124,7 @@ export declare class LineStyle extends DefinitionElement {
974
1124
  }
975
1125
  /** Describes how to animate a view of a [[GeometricModel]] to show change over time using a [RenderSchedule.Script]($common).
976
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.
977
- * @public
1127
+ * @public @preview
978
1128
  */
979
1129
  export declare class RenderTimeline extends InformationRecordElement {
980
1130
  static get className(): string;
@@ -987,6 +1137,12 @@ export declare class RenderTimeline extends InformationRecordElement {
987
1137
  protected constructor(props: RenderTimelineProps, iModel: IModelDb);
988
1138
  static fromJSON(props: RenderTimelineProps, iModel: IModelDb): RenderTimeline;
989
1139
  toJSON(): RenderTimelineProps;
1140
+ /**
1141
+ * RenderTimeline deserialize checks if Schedule Script Element Ids need to be omitted, and if so, removes them.
1142
+ * @inheritdoc
1143
+ * @beta
1144
+ */
1145
+ static deserialize(props: DeserializeEntityArgs): RenderTimelineProps;
990
1146
  private static parseScriptProps;
991
1147
  protected collectReferenceIds(ids: EntityReferenceSet): void;
992
1148
  /** @alpha */