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

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 (250) hide show
  1. package/CHANGELOG.md +43 -1
  2. package/lib/cjs/BackendHubAccess.d.ts +1 -1
  3. package/lib/cjs/BackendHubAccess.js +1 -1
  4. package/lib/cjs/BackendHubAccess.js.map +1 -1
  5. package/lib/cjs/BisCoreSchema.js +1 -1
  6. package/lib/cjs/BisCoreSchema.js.map +1 -1
  7. package/lib/cjs/BriefcaseManager.d.ts +10 -2
  8. package/lib/cjs/BriefcaseManager.d.ts.map +1 -1
  9. package/lib/cjs/BriefcaseManager.js +12 -0
  10. package/lib/cjs/BriefcaseManager.js.map +1 -1
  11. package/lib/cjs/Category.d.ts +4 -4
  12. package/lib/cjs/Category.js +4 -4
  13. package/lib/cjs/Category.js.map +1 -1
  14. package/lib/cjs/ChangesetECAdaptor.d.ts +67 -8
  15. package/lib/cjs/ChangesetECAdaptor.d.ts.map +1 -1
  16. package/lib/cjs/ChangesetECAdaptor.js +248 -33
  17. package/lib/cjs/ChangesetECAdaptor.js.map +1 -1
  18. package/lib/cjs/CloudSqlite.js +1 -1
  19. package/lib/cjs/CloudSqlite.js.map +1 -1
  20. package/lib/cjs/CodeSpecs.d.ts +1 -1
  21. package/lib/cjs/CodeSpecs.js +1 -1
  22. package/lib/cjs/CodeSpecs.js.map +1 -1
  23. package/lib/cjs/DisplayStyle.d.ts +4 -4
  24. package/lib/cjs/DisplayStyle.js +3 -3
  25. package/lib/cjs/DisplayStyle.js.map +1 -1
  26. package/lib/cjs/ECDb.d.ts +3 -3
  27. package/lib/cjs/ECDb.js +3 -3
  28. package/lib/cjs/ECDb.js.map +1 -1
  29. package/lib/cjs/ECSqlStatement.d.ts +14 -5
  30. package/lib/cjs/ECSqlStatement.d.ts.map +1 -1
  31. package/lib/cjs/ECSqlStatement.js +17 -3
  32. package/lib/cjs/ECSqlStatement.js.map +1 -1
  33. package/lib/cjs/Element.d.ts +50 -50
  34. package/lib/cjs/Element.js +50 -50
  35. package/lib/cjs/Element.js.map +1 -1
  36. package/lib/cjs/ElementAspect.d.ts +8 -8
  37. package/lib/cjs/ElementAspect.d.ts.map +1 -1
  38. package/lib/cjs/ElementAspect.js +8 -8
  39. package/lib/cjs/ElementAspect.js.map +1 -1
  40. package/lib/cjs/Entity.d.ts +2 -2
  41. package/lib/cjs/Entity.js +1 -1
  42. package/lib/cjs/Entity.js.map +1 -1
  43. package/lib/cjs/ExportGraphics.d.ts +54 -8
  44. package/lib/cjs/ExportGraphics.d.ts.map +1 -1
  45. package/lib/cjs/ExportGraphics.js +158 -59
  46. package/lib/cjs/ExportGraphics.js.map +1 -1
  47. package/lib/cjs/GeographicCRSServices.d.ts +6 -2
  48. package/lib/cjs/GeographicCRSServices.d.ts.map +1 -1
  49. package/lib/cjs/GeographicCRSServices.js +1 -1
  50. package/lib/cjs/GeographicCRSServices.js.map +1 -1
  51. package/lib/cjs/IModelDb.d.ts +15 -13
  52. package/lib/cjs/IModelDb.d.ts.map +1 -1
  53. package/lib/cjs/IModelDb.js +49 -23
  54. package/lib/cjs/IModelDb.js.map +1 -1
  55. package/lib/cjs/IModelHost.d.ts +2 -2
  56. package/lib/cjs/IModelHost.js +2 -2
  57. package/lib/cjs/IModelHost.js.map +1 -1
  58. package/lib/cjs/Material.d.ts +1 -1
  59. package/lib/cjs/Material.js +1 -1
  60. package/lib/cjs/Material.js.map +1 -1
  61. package/lib/cjs/Model.d.ts +22 -22
  62. package/lib/cjs/Model.js +22 -22
  63. package/lib/cjs/Model.js.map +1 -1
  64. package/lib/cjs/SQLiteDb.d.ts +1 -1
  65. package/lib/cjs/SQLiteDb.js +1 -1
  66. package/lib/cjs/SQLiteDb.js.map +1 -1
  67. package/lib/cjs/Texture.d.ts +1 -1
  68. package/lib/cjs/Texture.js +1 -1
  69. package/lib/cjs/Texture.js.map +1 -1
  70. package/lib/cjs/TxnManager.d.ts +4 -4
  71. package/lib/cjs/TxnManager.js +1 -1
  72. package/lib/cjs/TxnManager.js.map +1 -1
  73. package/lib/cjs/ViewDefinition.d.ts +40 -14
  74. package/lib/cjs/ViewDefinition.d.ts.map +1 -1
  75. package/lib/cjs/ViewDefinition.js +42 -14
  76. package/lib/cjs/ViewDefinition.js.map +1 -1
  77. package/lib/cjs/annotations/FrameGeometry.d.ts +52 -0
  78. package/lib/cjs/annotations/FrameGeometry.d.ts.map +1 -0
  79. package/lib/cjs/annotations/FrameGeometry.js +250 -0
  80. package/lib/cjs/annotations/FrameGeometry.js.map +1 -0
  81. package/lib/cjs/{TextAnnotationElement.d.ts → annotations/TextAnnotationElement.d.ts} +6 -11
  82. package/lib/cjs/annotations/TextAnnotationElement.d.ts.map +1 -0
  83. package/lib/cjs/{TextAnnotationElement.js → annotations/TextAnnotationElement.js} +20 -26
  84. package/lib/cjs/annotations/TextAnnotationElement.js.map +1 -0
  85. package/lib/cjs/annotations/TextAnnotationGeometry.d.ts +31 -0
  86. package/lib/cjs/annotations/TextAnnotationGeometry.d.ts.map +1 -0
  87. package/lib/cjs/annotations/TextAnnotationGeometry.js +83 -0
  88. package/lib/cjs/annotations/TextAnnotationGeometry.js.map +1 -0
  89. package/lib/cjs/annotations/TextBlockGeometry.d.ts +16 -0
  90. package/lib/cjs/annotations/TextBlockGeometry.d.ts.map +1 -0
  91. package/lib/cjs/{TextAnnotationGeometry.js → annotations/TextBlockGeometry.js} +11 -68
  92. package/lib/cjs/annotations/TextBlockGeometry.js.map +1 -0
  93. package/lib/cjs/{TextAnnotationLayout.d.ts → annotations/TextBlockLayout.d.ts} +19 -7
  94. package/lib/cjs/annotations/TextBlockLayout.d.ts.map +1 -0
  95. package/lib/cjs/{TextAnnotationLayout.js → annotations/TextBlockLayout.js} +19 -7
  96. package/lib/cjs/annotations/TextBlockLayout.js.map +1 -0
  97. package/lib/cjs/core-backend.d.ts +5 -3
  98. package/lib/cjs/core-backend.d.ts.map +1 -1
  99. package/lib/cjs/core-backend.js +25 -6
  100. package/lib/cjs/core-backend.js.map +1 -1
  101. package/lib/cjs/rpc-impl/IModelReadRpcImpl.d.ts +1 -1
  102. package/lib/cjs/rpc-impl/IModelReadRpcImpl.js +1 -1
  103. package/lib/cjs/rpc-impl/IModelReadRpcImpl.js.map +1 -1
  104. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.d.ts +2 -2
  105. package/lib/cjs/rpc-impl/RpcBriefcaseUtility.js.map +1 -1
  106. package/lib/esm/BackendHubAccess.d.ts +1 -1
  107. package/lib/esm/BackendHubAccess.js +1 -1
  108. package/lib/esm/BackendHubAccess.js.map +1 -1
  109. package/lib/esm/BisCoreSchema.js +1 -1
  110. package/lib/esm/BisCoreSchema.js.map +1 -1
  111. package/lib/esm/BriefcaseManager.d.ts +10 -2
  112. package/lib/esm/BriefcaseManager.d.ts.map +1 -1
  113. package/lib/esm/BriefcaseManager.js +12 -0
  114. package/lib/esm/BriefcaseManager.js.map +1 -1
  115. package/lib/esm/Category.d.ts +4 -4
  116. package/lib/esm/Category.js +4 -4
  117. package/lib/esm/Category.js.map +1 -1
  118. package/lib/esm/ChangesetECAdaptor.d.ts +67 -8
  119. package/lib/esm/ChangesetECAdaptor.d.ts.map +1 -1
  120. package/lib/esm/ChangesetECAdaptor.js +248 -33
  121. package/lib/esm/ChangesetECAdaptor.js.map +1 -1
  122. package/lib/esm/CloudSqlite.js +1 -1
  123. package/lib/esm/CloudSqlite.js.map +1 -1
  124. package/lib/esm/CodeSpecs.d.ts +1 -1
  125. package/lib/esm/CodeSpecs.js +1 -1
  126. package/lib/esm/CodeSpecs.js.map +1 -1
  127. package/lib/esm/DisplayStyle.d.ts +4 -4
  128. package/lib/esm/DisplayStyle.js +3 -3
  129. package/lib/esm/DisplayStyle.js.map +1 -1
  130. package/lib/esm/ECDb.d.ts +3 -3
  131. package/lib/esm/ECDb.js +3 -3
  132. package/lib/esm/ECDb.js.map +1 -1
  133. package/lib/esm/ECSqlStatement.d.ts +14 -5
  134. package/lib/esm/ECSqlStatement.d.ts.map +1 -1
  135. package/lib/esm/ECSqlStatement.js +17 -3
  136. package/lib/esm/ECSqlStatement.js.map +1 -1
  137. package/lib/esm/Element.d.ts +50 -50
  138. package/lib/esm/Element.js +50 -50
  139. package/lib/esm/Element.js.map +1 -1
  140. package/lib/esm/ElementAspect.d.ts +8 -8
  141. package/lib/esm/ElementAspect.d.ts.map +1 -1
  142. package/lib/esm/ElementAspect.js +8 -8
  143. package/lib/esm/ElementAspect.js.map +1 -1
  144. package/lib/esm/Entity.d.ts +2 -2
  145. package/lib/esm/Entity.js +1 -1
  146. package/lib/esm/Entity.js.map +1 -1
  147. package/lib/esm/ExportGraphics.d.ts +54 -8
  148. package/lib/esm/ExportGraphics.d.ts.map +1 -1
  149. package/lib/esm/ExportGraphics.js +156 -58
  150. package/lib/esm/ExportGraphics.js.map +1 -1
  151. package/lib/esm/GeographicCRSServices.d.ts +6 -2
  152. package/lib/esm/GeographicCRSServices.d.ts.map +1 -1
  153. package/lib/esm/GeographicCRSServices.js +1 -1
  154. package/lib/esm/GeographicCRSServices.js.map +1 -1
  155. package/lib/esm/IModelDb.d.ts +15 -13
  156. package/lib/esm/IModelDb.d.ts.map +1 -1
  157. package/lib/esm/IModelDb.js +50 -24
  158. package/lib/esm/IModelDb.js.map +1 -1
  159. package/lib/esm/IModelHost.d.ts +2 -2
  160. package/lib/esm/IModelHost.js +2 -2
  161. package/lib/esm/IModelHost.js.map +1 -1
  162. package/lib/esm/Material.d.ts +1 -1
  163. package/lib/esm/Material.js +1 -1
  164. package/lib/esm/Material.js.map +1 -1
  165. package/lib/esm/Model.d.ts +22 -22
  166. package/lib/esm/Model.js +22 -22
  167. package/lib/esm/Model.js.map +1 -1
  168. package/lib/esm/SQLiteDb.d.ts +1 -1
  169. package/lib/esm/SQLiteDb.js +1 -1
  170. package/lib/esm/SQLiteDb.js.map +1 -1
  171. package/lib/esm/Texture.d.ts +1 -1
  172. package/lib/esm/Texture.js +1 -1
  173. package/lib/esm/Texture.js.map +1 -1
  174. package/lib/esm/TxnManager.d.ts +4 -4
  175. package/lib/esm/TxnManager.js +1 -1
  176. package/lib/esm/TxnManager.js.map +1 -1
  177. package/lib/esm/ViewDefinition.d.ts +40 -14
  178. package/lib/esm/ViewDefinition.d.ts.map +1 -1
  179. package/lib/esm/ViewDefinition.js +42 -14
  180. package/lib/esm/ViewDefinition.js.map +1 -1
  181. package/lib/esm/annotations/FrameGeometry.d.ts +52 -0
  182. package/lib/esm/annotations/FrameGeometry.d.ts.map +1 -0
  183. package/lib/esm/annotations/FrameGeometry.js +245 -0
  184. package/lib/esm/annotations/FrameGeometry.js.map +1 -0
  185. package/lib/esm/{TextAnnotationElement.d.ts → annotations/TextAnnotationElement.d.ts} +6 -11
  186. package/lib/esm/annotations/TextAnnotationElement.d.ts.map +1 -0
  187. package/lib/esm/{TextAnnotationElement.js → annotations/TextAnnotationElement.js} +22 -28
  188. package/lib/esm/annotations/TextAnnotationElement.js.map +1 -0
  189. package/lib/esm/annotations/TextAnnotationGeometry.d.ts +31 -0
  190. package/lib/esm/annotations/TextAnnotationGeometry.d.ts.map +1 -0
  191. package/lib/esm/annotations/TextAnnotationGeometry.js +80 -0
  192. package/lib/esm/annotations/TextAnnotationGeometry.js.map +1 -0
  193. package/lib/esm/annotations/TextBlockGeometry.d.ts +16 -0
  194. package/lib/esm/annotations/TextBlockGeometry.d.ts.map +1 -0
  195. package/lib/esm/{TextAnnotationGeometry.js → annotations/TextBlockGeometry.js} +11 -68
  196. package/lib/esm/annotations/TextBlockGeometry.js.map +1 -0
  197. package/lib/esm/{TextAnnotationLayout.d.ts → annotations/TextBlockLayout.d.ts} +19 -7
  198. package/lib/esm/annotations/TextBlockLayout.d.ts.map +1 -0
  199. package/lib/esm/{TextAnnotationLayout.js → annotations/TextBlockLayout.js} +19 -7
  200. package/lib/esm/annotations/TextBlockLayout.js.map +1 -0
  201. package/lib/esm/core-backend.d.ts +5 -3
  202. package/lib/esm/core-backend.d.ts.map +1 -1
  203. package/lib/esm/core-backend.js +25 -3
  204. package/lib/esm/core-backend.js.map +1 -1
  205. package/lib/esm/rpc-impl/IModelReadRpcImpl.d.ts +1 -1
  206. package/lib/esm/rpc-impl/IModelReadRpcImpl.js +1 -1
  207. package/lib/esm/rpc-impl/IModelReadRpcImpl.js.map +1 -1
  208. package/lib/esm/rpc-impl/RpcBriefcaseUtility.d.ts +2 -2
  209. package/lib/esm/rpc-impl/RpcBriefcaseUtility.js.map +1 -1
  210. package/lib/esm/test/annotations/TextAnnotation.test.js +190 -1025
  211. package/lib/esm/test/annotations/TextAnnotation.test.js.map +1 -1
  212. package/lib/esm/test/annotations/TextBlock.test.d.ts +2 -0
  213. package/lib/esm/test/annotations/TextBlock.test.d.ts.map +1 -0
  214. package/lib/esm/test/annotations/TextBlock.test.js +969 -0
  215. package/lib/esm/test/annotations/TextBlock.test.js.map +1 -0
  216. package/lib/esm/test/ecdb/ECDb.test.js +29 -8
  217. package/lib/esm/test/ecdb/ECDb.test.js.map +1 -1
  218. package/lib/esm/test/ecdb/ECSqlStatement.test.js +192 -0
  219. package/lib/esm/test/ecdb/ECSqlStatement.test.js.map +1 -1
  220. package/lib/esm/test/imodel/IModel.test.js +228 -5
  221. package/lib/esm/test/imodel/IModel.test.js.map +1 -1
  222. package/lib/esm/test/misc/GeoServices.test.js +23 -9
  223. package/lib/esm/test/misc/GeoServices.test.js.map +1 -1
  224. package/lib/esm/test/standalone/ChangesetReader.test.js +451 -136
  225. package/lib/esm/test/standalone/ChangesetReader.test.js.map +1 -1
  226. package/lib/esm/test/standalone/ExportGraphics.test.js +53 -1
  227. package/lib/esm/test/standalone/ExportGraphics.test.js.map +1 -1
  228. package/lib/esm/test/standalone/GeometryStream.test.js +49 -1
  229. package/lib/esm/test/standalone/GeometryStream.test.js.map +1 -1
  230. package/lib/esm/test/standalone/IModelLimits.test.d.ts +2 -0
  231. package/lib/esm/test/standalone/IModelLimits.test.d.ts.map +1 -0
  232. package/lib/esm/test/standalone/IModelLimits.test.js +103 -0
  233. package/lib/esm/test/standalone/IModelLimits.test.js.map +1 -0
  234. package/lib/esm/test/standalone/SnapshotDb.test.js +19 -1
  235. package/lib/esm/test/standalone/SnapshotDb.test.js.map +1 -1
  236. package/package.json +12 -12
  237. package/lib/cjs/TextAnnotationElement.d.ts.map +0 -1
  238. package/lib/cjs/TextAnnotationElement.js.map +0 -1
  239. package/lib/cjs/TextAnnotationGeometry.d.ts +0 -32
  240. package/lib/cjs/TextAnnotationGeometry.d.ts.map +0 -1
  241. package/lib/cjs/TextAnnotationGeometry.js.map +0 -1
  242. package/lib/cjs/TextAnnotationLayout.d.ts.map +0 -1
  243. package/lib/cjs/TextAnnotationLayout.js.map +0 -1
  244. package/lib/esm/TextAnnotationElement.d.ts.map +0 -1
  245. package/lib/esm/TextAnnotationElement.js.map +0 -1
  246. package/lib/esm/TextAnnotationGeometry.d.ts +0 -32
  247. package/lib/esm/TextAnnotationGeometry.d.ts.map +0 -1
  248. package/lib/esm/TextAnnotationGeometry.js.map +0 -1
  249. package/lib/esm/TextAnnotationLayout.d.ts.map +0 -1
  250. package/lib/esm/TextAnnotationLayout.js.map +0 -1
@@ -38,7 +38,7 @@ const Symbols_1 = require("./internal/Symbols");
38
38
  * * [Element Fundamentals]($docs/bis/guide/fundamentals/element-fundamentals.md)
39
39
  * * [Working with schemas and elements in TypeScript]($docs/learning/backend/SchemasAndElementsInTypeScript.md)
40
40
  * * [Creating elements]($docs/learning/backend/CreateElements.md)
41
- * @public
41
+ * @public @preview
42
42
  */
43
43
  class Element extends Entity_1.Entity {
44
44
  static get className() { return "Element"; }
@@ -403,7 +403,7 @@ class Element extends Entity_1.Entity {
403
403
  }
404
404
  exports.Element = Element;
405
405
  /** An abstract base class to model real world entities that intrinsically have geometry.
406
- * @public
406
+ * @public @preview
407
407
  */
408
408
  class GeometricElement extends Element {
409
409
  static get className() { return "GeometricElement"; }
@@ -470,7 +470,7 @@ class GeometricElement extends Element {
470
470
  exports.GeometricElement = GeometricElement;
471
471
  /** An abstract base class to model real world entities that intrinsically have 3d geometry.
472
472
  * See [how to create a GeometricElement3d]($docs/learning/backend/CreateElements.md#GeometricElement3d).
473
- * @public
473
+ * @public @preview
474
474
  */
475
475
  class GeometricElement3d extends GeometricElement {
476
476
  static get className() { return "GeometricElement3d"; }
@@ -614,7 +614,7 @@ class GeometricElement3d extends GeometricElement {
614
614
  }
615
615
  exports.GeometricElement3d = GeometricElement3d;
616
616
  /** A 3d Graphical Element
617
- * @public
617
+ * @public @preview
618
618
  */
619
619
  class GraphicalElement3d extends GeometricElement3d {
620
620
  static get className() { return "GraphicalElement3d"; }
@@ -622,7 +622,7 @@ class GraphicalElement3d extends GeometricElement3d {
622
622
  }
623
623
  exports.GraphicalElement3d = GraphicalElement3d;
624
624
  /** An abstract base class to model information entities that intrinsically have 2d geometry.
625
- * @public
625
+ * @public @preview
626
626
  */
627
627
  class GeometricElement2d extends GeometricElement {
628
628
  static get className() { return "GeometricElement2d"; }
@@ -766,7 +766,7 @@ class GeometricElement2d extends GeometricElement {
766
766
  }
767
767
  exports.GeometricElement2d = GeometricElement2d;
768
768
  /** An abstract base class for 2d Geometric Elements that are used to convey information within graphical presentations (like drawings).
769
- * @public
769
+ * @public @preview
770
770
  */
771
771
  class GraphicalElement2d extends GeometricElement2d {
772
772
  static get className() { return "GraphicalElement2d"; }
@@ -774,7 +774,7 @@ class GraphicalElement2d extends GeometricElement2d {
774
774
  }
775
775
  exports.GraphicalElement2d = GraphicalElement2d;
776
776
  /** 2d element used to annotate drawings and sheets.
777
- * @public
777
+ * @public @preview
778
778
  */
779
779
  class AnnotationElement2d extends GraphicalElement2d {
780
780
  static get className() { return "AnnotationElement2d"; }
@@ -782,7 +782,7 @@ class AnnotationElement2d extends GraphicalElement2d {
782
782
  }
783
783
  exports.AnnotationElement2d = AnnotationElement2d;
784
784
  /** 2d element used to persist graphics for use in drawings.
785
- * @public
785
+ * @public @preview
786
786
  */
787
787
  class DrawingGraphic extends GraphicalElement2d {
788
788
  static get className() { return "DrawingGraphic"; }
@@ -790,7 +790,7 @@ class DrawingGraphic extends GraphicalElement2d {
790
790
  }
791
791
  exports.DrawingGraphic = DrawingGraphic;
792
792
  /** An Element that occupies real world space. Its coordinates are in the project space of its iModel.
793
- * @public
793
+ * @public @preview
794
794
  */
795
795
  class SpatialElement extends GeometricElement3d {
796
796
  static get className() { return "SpatialElement"; }
@@ -798,7 +798,7 @@ class SpatialElement extends GeometricElement3d {
798
798
  }
799
799
  exports.SpatialElement = SpatialElement;
800
800
  /** An Element that is spatially located, has mass, and can be *touched*.
801
- * @public
801
+ * @public @preview
802
802
  */
803
803
  class PhysicalElement extends SpatialElement {
804
804
  static get className() { return "PhysicalElement"; }
@@ -816,7 +816,7 @@ class PhysicalElement extends SpatialElement {
816
816
  }
817
817
  exports.PhysicalElement = PhysicalElement;
818
818
  /** Identifies a *tracked* real world location but has no mass and cannot be *touched*.
819
- * @public
819
+ * @public @preview
820
820
  */
821
821
  class SpatialLocationElement extends SpatialElement {
822
822
  static get className() { return "SpatialLocationElement"; }
@@ -824,7 +824,7 @@ class SpatialLocationElement extends SpatialElement {
824
824
  }
825
825
  exports.SpatialLocationElement = SpatialLocationElement;
826
826
  /** A Volume Element is a Spatial Location Element that is restricted to defining a volume.
827
- * @public
827
+ * @public @preview
828
828
  */
829
829
  class VolumeElement extends SpatialLocationElement {
830
830
  static get className() { return "VolumeElement"; }
@@ -834,7 +834,7 @@ exports.VolumeElement = VolumeElement;
834
834
  /** A SectionDrawingLocation element identifies the location of a [[SectionDrawing]] in the context of a [[SpatialModel]],
835
835
  * enabling [HyperModeling]($hypermodeling).
836
836
  * @note The associated ECClass was added to the BisCore schema in version 1.0.11.
837
- * @public
837
+ * @public @preview
838
838
  */
839
839
  class SectionDrawingLocation extends SpatialLocationElement {
840
840
  /** The Id of the [[ViewDefinition]] to which this location refers. */
@@ -855,7 +855,7 @@ exports.SectionDrawingLocation = SectionDrawingLocation;
855
855
  /** Information Content Element is an abstract base class for modeling pure information entities. Only the
856
856
  * core framework should directly subclass from Information Content Element. Domain and application developers
857
857
  * should start with the most appropriate subclass of Information Content Element.
858
- * @public
858
+ * @public @preview
859
859
  */
860
860
  class InformationContentElement extends Element {
861
861
  static get className() { return "InformationContentElement"; }
@@ -872,7 +872,7 @@ class DriverBundleElement extends InformationContentElement {
872
872
  }
873
873
  exports.DriverBundleElement = DriverBundleElement;
874
874
  /** Information Reference is an abstract base class for modeling entities whose main purpose is to reference something else.
875
- * @public
875
+ * @public @preview
876
876
  */
877
877
  class InformationReferenceElement extends InformationContentElement {
878
878
  static get className() { return "InformationReferenceElement"; }
@@ -880,7 +880,7 @@ class InformationReferenceElement extends InformationContentElement {
880
880
  }
881
881
  exports.InformationReferenceElement = InformationReferenceElement;
882
882
  /** A Subject is an information element that describes what this repository (or part thereof) is about.
883
- * @public
883
+ * @public @preview
884
884
  */
885
885
  class Subject extends InformationReferenceElement {
886
886
  static get className() { return "Subject"; }
@@ -938,7 +938,7 @@ exports.Subject = Subject;
938
938
  * For example, a will is a legal document. The will published into a PDF file is an ElectronicDocumentCopy.
939
939
  * The will printed onto paper is a PrintedDocumentCopy.
940
940
  * In this example, the Document only identifies, names, and tracks the content of the will.
941
- * @public
941
+ * @public @preview
942
942
  */
943
943
  class Document extends InformationContentElement {
944
944
  static get className() { return "Document"; }
@@ -946,7 +946,7 @@ class Document extends InformationContentElement {
946
946
  }
947
947
  exports.Document = Document;
948
948
  /** 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]].
949
- * @public
949
+ * @public @preview
950
950
  */
951
951
  class Drawing extends Document {
952
952
  _scaleFactor;
@@ -954,7 +954,7 @@ class Drawing extends Document {
954
954
  * size of the [ViewAttachment]($backend) created when attaching the [Drawing]($backend) to a [Sheet]($backend).
955
955
  * Default: 1.
956
956
  * @note Attempting to set this property to a value less than or equal to zero will produce an exception.
957
- * @public
957
+ * @public @preview
958
958
  */
959
959
  get scaleFactor() { return this._scaleFactor; }
960
960
  set scaleFactor(factor) {
@@ -1025,7 +1025,7 @@ exports.Drawing = Drawing;
1025
1025
  /** A document that represents a section drawing, that is, a graphical documentation derived from a planar
1026
1026
  * section of a spatial view. A SectionDrawing element is modelled by a [[SectionDrawingModel]] or a [[GraphicalModel3d]].
1027
1027
  * A [[SectionDrawingLocation]] can associate the drawing with a spatial location, enabling [HyperModeling]($hypermodeling).
1028
- * @public
1028
+ * @public @preview
1029
1029
  */
1030
1030
  class SectionDrawing extends Drawing {
1031
1031
  /** The type of section used to generate the drawing. */
@@ -1077,7 +1077,7 @@ class SectionDrawing extends Drawing {
1077
1077
  }
1078
1078
  exports.SectionDrawing = SectionDrawing;
1079
1079
  /** The template for a SheetBorder
1080
- * @public
1080
+ * @public @preview
1081
1081
  */
1082
1082
  class SheetBorderTemplate extends Document {
1083
1083
  static get className() { return "SheetBorderTemplate"; }
@@ -1091,7 +1091,7 @@ class SheetBorderTemplate extends Document {
1091
1091
  }
1092
1092
  exports.SheetBorderTemplate = SheetBorderTemplate;
1093
1093
  /** The template for a [[Sheet]]
1094
- * @public
1094
+ * @public @preview
1095
1095
  */
1096
1096
  class SheetTemplate extends Document {
1097
1097
  static get className() { return "SheetTemplate"; }
@@ -1112,7 +1112,7 @@ class SheetTemplate extends Document {
1112
1112
  }
1113
1113
  exports.SheetTemplate = SheetTemplate;
1114
1114
  /** A digital representation of a *sheet of paper*. Modeled by a [[SheetModel]].
1115
- * @public
1115
+ * @public @preview
1116
1116
  */
1117
1117
  class Sheet extends Document {
1118
1118
  static get className() { return "Sheet"; }
@@ -1145,7 +1145,7 @@ class Sheet extends Document {
1145
1145
  exports.Sheet = Sheet;
1146
1146
  /** Information Record Element is an abstract base class for modeling information records. Information Record
1147
1147
  * Element is the default choice if no other subclass of Information Content Element makes sense.
1148
- * @public
1148
+ * @public @preview
1149
1149
  */
1150
1150
  class InformationRecordElement extends InformationContentElement {
1151
1151
  static get className() { return "InformationRecordElement"; }
@@ -1153,7 +1153,7 @@ class InformationRecordElement extends InformationContentElement {
1153
1153
  }
1154
1154
  exports.InformationRecordElement = InformationRecordElement;
1155
1155
  /** A Definition Element holds configuration-related information that is meant to be referenced / shared.
1156
- * @public
1156
+ * @public @preview
1157
1157
  */
1158
1158
  class DefinitionElement extends InformationContentElement {
1159
1159
  static get className() { return "DefinitionElement"; }
@@ -1203,7 +1203,7 @@ class DefinitionElement extends InformationContentElement {
1203
1203
  exports.DefinitionElement = DefinitionElement;
1204
1204
  /** This abstract class unifies DefinitionGroup and DefinitionContainer for relationship endpoint purposes.
1205
1205
  * @note The associated ECClass was added to the BisCore schema in version 1.0.10
1206
- * @public
1206
+ * @public @preview
1207
1207
  */
1208
1208
  class DefinitionSet extends DefinitionElement {
1209
1209
  static get className() { return "DefinitionSet"; }
@@ -1211,7 +1211,7 @@ class DefinitionSet extends DefinitionElement {
1211
1211
  exports.DefinitionSet = DefinitionSet;
1212
1212
  /** A DefinitionContainer exclusively owns a set of DefinitionElements contained within its sub-model (of type DefinitionModel).
1213
1213
  * @note The associated ECClass was added to the BisCore schema in version 1.0.10
1214
- * @public
1214
+ * @public @preview
1215
1215
  */
1216
1216
  class DefinitionContainer extends DefinitionSet {
1217
1217
  static get className() { return "DefinitionContainer"; }
@@ -1257,7 +1257,7 @@ class DefinitionContainer extends DefinitionSet {
1257
1257
  exports.DefinitionContainer = DefinitionContainer;
1258
1258
  /** A non-exclusive set of DefinitionElements grouped using the DefinitionGroupGroupsDefinitions relationship.
1259
1259
  * @note The associated ECClass was added to the BisCore schema in version 1.0.10
1260
- * @public
1260
+ * @public @preview
1261
1261
  */
1262
1262
  class DefinitionGroup extends DefinitionSet {
1263
1263
  static get className() { return "DefinitionGroup"; }
@@ -1282,7 +1282,7 @@ class DefinitionGroup extends DefinitionSet {
1282
1282
  }
1283
1283
  exports.DefinitionGroup = DefinitionGroup;
1284
1284
  /** Defines a set of properties (the *type*) that may be associated with an element.
1285
- * @public
1285
+ * @public @preview
1286
1286
  */
1287
1287
  class TypeDefinitionElement extends DefinitionElement {
1288
1288
  static get className() { return "TypeDefinitionElement"; }
@@ -1309,7 +1309,7 @@ exports.RecipeDefinitionElement = RecipeDefinitionElement;
1309
1309
  /** Defines a set of properties (the *type*) that can be associated with a Physical Element. A Physical
1310
1310
  * Type has a strong correlation with something that can be ordered from a catalog since all instances
1311
1311
  * share a common set of properties.
1312
- * @public
1312
+ * @public @preview
1313
1313
  */
1314
1314
  class PhysicalType extends TypeDefinitionElement {
1315
1315
  static get className() { return "PhysicalType"; }
@@ -1336,7 +1336,7 @@ class PhysicalType extends TypeDefinitionElement {
1336
1336
  }
1337
1337
  exports.PhysicalType = PhysicalType;
1338
1338
  /** Defines a set of properties (the *type*) that can be associated with a spatial location.
1339
- * @public
1339
+ * @public @preview
1340
1340
  */
1341
1341
  class SpatialLocationType extends TypeDefinitionElement {
1342
1342
  static get className() { return "SpatialLocationType"; }
@@ -1403,7 +1403,7 @@ class TemplateRecipe3d extends RecipeDefinitionElement {
1403
1403
  }
1404
1404
  exports.TemplateRecipe3d = TemplateRecipe3d;
1405
1405
  /** Defines a set of properties (the *type*) that can be associated with a 2D Graphical Element.
1406
- * @public
1406
+ * @public @preview
1407
1407
  */
1408
1408
  class GraphicalType2d extends TypeDefinitionElement {
1409
1409
  static get className() { return "GraphicalType2d"; }
@@ -1472,7 +1472,7 @@ exports.TemplateRecipe2d = TemplateRecipe2d;
1472
1472
  /** An abstract base class for elements that establishes a particular modeling perspective for its parent Subject.
1473
1473
  * Instances are always sub-modeled by a specialization of Model of the appropriate modeling perspective.
1474
1474
  * @see [iModel Information Hierarchy]($docs/bis/guide/data-organization/top-of-the-world), [[Subject]], [[Model]]
1475
- * @public
1475
+ * @public @preview
1476
1476
  */
1477
1477
  class InformationPartitionElement extends InformationContentElement {
1478
1478
  static get className() { return "InformationPartitionElement"; }
@@ -1499,7 +1499,7 @@ exports.InformationPartitionElement = InformationPartitionElement;
1499
1499
  /** A DefinitionPartition element establishes a *Definition* modeling perspective for its parent Subject.
1500
1500
  * A DefinitionPartition is always sub-modeled by a DefinitionModel.
1501
1501
  * @see [[DefinitionModel]]
1502
- * @public
1502
+ * @public @preview
1503
1503
  */
1504
1504
  class DefinitionPartition extends InformationPartitionElement {
1505
1505
  static get className() { return "DefinitionPartition"; }
@@ -1508,7 +1508,7 @@ exports.DefinitionPartition = DefinitionPartition;
1508
1508
  /** A DocumentPartition element establishes a *Document* modeling perspective for its parent Subject.
1509
1509
  * A DocumentPartition is always sub-modeled by a DocumentListModel.
1510
1510
  * @see [[DocumentListModel]]
1511
- * @public
1511
+ * @public @preview
1512
1512
  */
1513
1513
  class DocumentPartition extends InformationPartitionElement {
1514
1514
  static get className() { return "DocumentPartition"; }
@@ -1517,7 +1517,7 @@ exports.DocumentPartition = DocumentPartition;
1517
1517
  /** A GroupInformationPartition element establishes a *Group Information* modeling perspective for its parent Subject.
1518
1518
  * A GroupInformationPartition is always sub-modeled by a GroupInformationModel.
1519
1519
  * @see [[GroupInformationModel]]
1520
- * @public
1520
+ * @public @preview
1521
1521
  */
1522
1522
  class GroupInformationPartition extends InformationPartitionElement {
1523
1523
  static get className() { return "GroupInformationPartition"; }
@@ -1527,7 +1527,7 @@ exports.GroupInformationPartition = GroupInformationPartition;
1527
1527
  * A GraphicalPartition3d is always sub-modeled by a GraphicalModel3d.
1528
1528
  * @note The associated ECClass was added to the BisCore schema in version 1.0.8
1529
1529
  * @see [[GraphicalModel3d]]
1530
- * @public
1530
+ * @public @preview
1531
1531
  */
1532
1532
  class GraphicalPartition3d extends InformationPartitionElement {
1533
1533
  static get className() { return "GraphicalPartition3d"; }
@@ -1536,7 +1536,7 @@ exports.GraphicalPartition3d = GraphicalPartition3d;
1536
1536
  /** An InformationRecordPartition element establishes a *Information Record* modeling perspective for its parent Subject.
1537
1537
  * A InformationRecordPartition is always sub-modeled by an InformationRecordModel.
1538
1538
  * @see [[InformationRecordModel]]
1539
- * @public
1539
+ * @public @preview
1540
1540
  */
1541
1541
  class InformationRecordPartition extends InformationPartitionElement {
1542
1542
  static get className() { return "InformationRecordPartition"; }
@@ -1544,7 +1544,7 @@ class InformationRecordPartition extends InformationPartitionElement {
1544
1544
  exports.InformationRecordPartition = InformationRecordPartition;
1545
1545
  /** A LinkPartition element establishes a *Link* modeling perspective for its parent Subject. A LinkPartition is always sub-modeled by a LinkModel.
1546
1546
  * @see [[LinkModel]]
1547
- * @public
1547
+ * @public @preview
1548
1548
  */
1549
1549
  class LinkPartition extends InformationPartitionElement {
1550
1550
  static get className() { return "LinkPartition"; }
@@ -1552,7 +1552,7 @@ class LinkPartition extends InformationPartitionElement {
1552
1552
  exports.LinkPartition = LinkPartition;
1553
1553
  /** A PhysicalPartition element establishes a *Physical* modeling perspective for its parent Subject. A PhysicalPartition is always sub-modeled by a PhysicalModel.
1554
1554
  * @see [[PhysicalModel]]
1555
- * @public
1555
+ * @public @preview
1556
1556
  */
1557
1557
  class PhysicalPartition extends InformationPartitionElement {
1558
1558
  static get className() { return "PhysicalPartition"; }
@@ -1561,7 +1561,7 @@ exports.PhysicalPartition = PhysicalPartition;
1561
1561
  /** A SpatialLocationPartition element establishes a *SpatialLocation* modeling perspective for its parent Subject.
1562
1562
  * A SpatialLocationPartition is always sub-modeled by a SpatialLocationModel.
1563
1563
  * @see [[SpatialLocationModel]]
1564
- * @public
1564
+ * @public @preview
1565
1565
  */
1566
1566
  class SpatialLocationPartition extends InformationPartitionElement {
1567
1567
  static get className() { return "SpatialLocationPartition"; }
@@ -1576,14 +1576,14 @@ class SheetIndexPartition extends InformationPartitionElement {
1576
1576
  }
1577
1577
  exports.SheetIndexPartition = SheetIndexPartition;
1578
1578
  /** Group Information is an abstract base class for modeling entities whose main purpose is to reference a group of related elements.
1579
- * @public
1579
+ * @public @preview
1580
1580
  */
1581
1581
  class GroupInformationElement extends InformationReferenceElement {
1582
1582
  static get className() { return "GroupInformationElement"; }
1583
1583
  }
1584
1584
  exports.GroupInformationElement = GroupInformationElement;
1585
1585
  /** An information element that specifies a link.
1586
- * @public
1586
+ * @public @preview
1587
1587
  */
1588
1588
  class LinkElement extends InformationReferenceElement {
1589
1589
  static get className() { return "LinkElement"; }
@@ -1599,7 +1599,7 @@ class LinkElement extends InformationReferenceElement {
1599
1599
  }
1600
1600
  exports.LinkElement = LinkElement;
1601
1601
  /** An information element that specifies a URL link.
1602
- * @public
1602
+ * @public @preview
1603
1603
  */
1604
1604
  class UrlLink extends LinkElement {
1605
1605
  static get className() { return "UrlLink"; }
@@ -1657,7 +1657,7 @@ class FolderLink extends UrlLink {
1657
1657
  }
1658
1658
  exports.FolderLink = FolderLink;
1659
1659
  /** An information element that links to a repository.
1660
- * @public
1660
+ * @public @preview
1661
1661
  */
1662
1662
  class RepositoryLink extends UrlLink {
1663
1663
  static get className() { return "RepositoryLink"; }
@@ -1678,7 +1678,7 @@ class RepositoryLink extends UrlLink {
1678
1678
  }
1679
1679
  exports.RepositoryLink = RepositoryLink;
1680
1680
  /** An information element that links to an embedded file.
1681
- * @public
1681
+ * @public @preview
1682
1682
  */
1683
1683
  class EmbeddedFileLink extends LinkElement {
1684
1684
  static get className() { return "EmbeddedFileLink"; }
@@ -1687,7 +1687,7 @@ exports.EmbeddedFileLink = EmbeddedFileLink;
1687
1687
  /** A real world entity is modeled as a Role Element when a set of external circumstances define an important
1688
1688
  * role (one that is worth tracking) that is not intrinsic to the entity playing the role. For example,
1689
1689
  * a person can play the role of a teacher or a rock can play the role of a boundary marker.
1690
- * @public
1690
+ * @public @preview
1691
1691
  */
1692
1692
  class RoleElement extends Element {
1693
1693
  static get className() { return "RoleElement"; }
@@ -1695,7 +1695,7 @@ class RoleElement extends Element {
1695
1695
  exports.RoleElement = RoleElement;
1696
1696
  /** A Definition Element that specifies a collection of geometry that is meant to be reused across Geometric
1697
1697
  * Element instances. Leveraging Geometry Parts can help reduce file size and improve display performance.
1698
- * @public
1698
+ * @public @preview
1699
1699
  */
1700
1700
  class GeometryPart extends DefinitionElement {
1701
1701
  static get className() { return "GeometryPart"; }
@@ -1792,7 +1792,7 @@ class GeometryPart extends DefinitionElement {
1792
1792
  }
1793
1793
  exports.GeometryPart = GeometryPart;
1794
1794
  /** The definition element for a line style
1795
- * @public
1795
+ * @public @preview
1796
1796
  */
1797
1797
  class LineStyle extends DefinitionElement {
1798
1798
  static get className() { return "LineStyle"; }
@@ -1845,7 +1845,7 @@ class LineStyle extends DefinitionElement {
1845
1845
  exports.LineStyle = LineStyle;
1846
1846
  /** Describes how to animate a view of a [[GeometricModel]] to show change over time using a [RenderSchedule.Script]($common).
1847
1847
  * @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.
1848
- * @public
1848
+ * @public @preview
1849
1849
  */
1850
1850
  class RenderTimeline extends InformationRecordElement {
1851
1851
  static get className() { return "RenderTimeline"; }