@itwin/ecschema-editing 5.0.0-dev.90 → 5.0.0-dev.93

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 (363) hide show
  1. package/lib/cjs/Validation/DiagnosticReporter.js +1 -1
  2. package/lib/cjs/Validation/DiagnosticReporter.js.map +1 -1
  3. package/lib/esm/Differencing/Errors.d.ts +19 -0
  4. package/lib/esm/Differencing/Errors.d.ts.map +1 -0
  5. package/lib/esm/Differencing/Errors.js +26 -0
  6. package/lib/esm/Differencing/Errors.js.map +1 -0
  7. package/lib/esm/Differencing/SchemaConflicts.d.ts +84 -0
  8. package/lib/esm/Differencing/SchemaConflicts.d.ts.map +1 -0
  9. package/lib/esm/Differencing/SchemaConflicts.js +60 -0
  10. package/lib/esm/Differencing/SchemaConflicts.js.map +1 -0
  11. package/lib/esm/Differencing/SchemaDiagnosticVisitor.d.ts +41 -0
  12. package/lib/esm/Differencing/SchemaDiagnosticVisitor.d.ts.map +1 -0
  13. package/lib/esm/Differencing/SchemaDiagnosticVisitor.js +443 -0
  14. package/lib/esm/Differencing/SchemaDiagnosticVisitor.js.map +1 -0
  15. package/lib/esm/Differencing/SchemaDifference.d.ts +357 -0
  16. package/lib/esm/Differencing/SchemaDifference.d.ts.map +1 -0
  17. package/lib/esm/Differencing/SchemaDifference.js +106 -0
  18. package/lib/esm/Differencing/SchemaDifference.js.map +1 -0
  19. package/lib/esm/Differencing/SchemaDifferenceValidator.d.ts +18 -0
  20. package/lib/esm/Differencing/SchemaDifferenceValidator.d.ts.map +1 -0
  21. package/lib/esm/Differencing/SchemaDifferenceValidator.js +521 -0
  22. package/lib/esm/Differencing/SchemaDifferenceValidator.js.map +1 -0
  23. package/lib/esm/Differencing/SchemaDifferenceVisitor.d.ts +32 -0
  24. package/lib/esm/Differencing/SchemaDifferenceVisitor.d.ts.map +1 -0
  25. package/lib/esm/Differencing/SchemaDifferenceVisitor.js +88 -0
  26. package/lib/esm/Differencing/SchemaDifferenceVisitor.js.map +1 -0
  27. package/lib/esm/Differencing/Utils.d.ts +110 -0
  28. package/lib/esm/Differencing/Utils.d.ts.map +1 -0
  29. package/lib/esm/Differencing/Utils.js +161 -0
  30. package/lib/esm/Differencing/Utils.js.map +1 -0
  31. package/lib/esm/Editing/Constants.d.ts +22 -0
  32. package/lib/esm/Editing/Constants.d.ts.map +1 -0
  33. package/lib/esm/Editing/Constants.js +55 -0
  34. package/lib/esm/Editing/Constants.js.map +1 -0
  35. package/lib/esm/Editing/CustomAttributes.d.ts +22 -0
  36. package/lib/esm/Editing/CustomAttributes.d.ts.map +1 -0
  37. package/lib/esm/Editing/CustomAttributes.js +49 -0
  38. package/lib/esm/Editing/CustomAttributes.js.map +1 -0
  39. package/lib/esm/Editing/ECClasses.d.ts +86 -0
  40. package/lib/esm/Editing/ECClasses.d.ts.map +1 -0
  41. package/lib/esm/Editing/ECClasses.js +294 -0
  42. package/lib/esm/Editing/ECClasses.js.map +1 -0
  43. package/lib/esm/Editing/Editor.d.ts +117 -0
  44. package/lib/esm/Editing/Editor.d.ts.map +1 -0
  45. package/lib/esm/Editing/Editor.js +264 -0
  46. package/lib/esm/Editing/Editor.js.map +1 -0
  47. package/lib/esm/Editing/Entities.d.ts +38 -0
  48. package/lib/esm/Editing/Entities.d.ts.map +1 -0
  49. package/lib/esm/Editing/Entities.js +126 -0
  50. package/lib/esm/Editing/Entities.js.map +1 -0
  51. package/lib/esm/Editing/Enumerations.d.ts +25 -0
  52. package/lib/esm/Editing/Enumerations.d.ts.map +1 -0
  53. package/lib/esm/Editing/Enumerations.js +90 -0
  54. package/lib/esm/Editing/Enumerations.js.map +1 -0
  55. package/lib/esm/Editing/Exception.d.ts +358 -0
  56. package/lib/esm/Editing/Exception.d.ts.map +1 -0
  57. package/lib/esm/Editing/Exception.js +471 -0
  58. package/lib/esm/Editing/Exception.js.map +1 -0
  59. package/lib/esm/Editing/Formats.d.ts +23 -0
  60. package/lib/esm/Editing/Formats.d.ts.map +1 -0
  61. package/lib/esm/Editing/Formats.js +62 -0
  62. package/lib/esm/Editing/Formats.js.map +1 -0
  63. package/lib/esm/Editing/InvertedUnits.d.ts +19 -0
  64. package/lib/esm/Editing/InvertedUnits.d.ts.map +1 -0
  65. package/lib/esm/Editing/InvertedUnits.js +68 -0
  66. package/lib/esm/Editing/InvertedUnits.js.map +1 -0
  67. package/lib/esm/Editing/KindOfQuantities.d.ts +30 -0
  68. package/lib/esm/Editing/KindOfQuantities.d.ts.map +1 -0
  69. package/lib/esm/Editing/KindOfQuantities.js +92 -0
  70. package/lib/esm/Editing/KindOfQuantities.js.map +1 -0
  71. package/lib/esm/Editing/Mixins.d.ts +35 -0
  72. package/lib/esm/Editing/Mixins.d.ts.map +1 -0
  73. package/lib/esm/Editing/Mixins.js +90 -0
  74. package/lib/esm/Editing/Mixins.js.map +1 -0
  75. package/lib/esm/Editing/Mutable/MutableArrayProperty.d.ts +10 -0
  76. package/lib/esm/Editing/Mutable/MutableArrayProperty.d.ts.map +1 -0
  77. package/lib/esm/Editing/Mutable/MutableArrayProperty.js +12 -0
  78. package/lib/esm/Editing/Mutable/MutableArrayProperty.js.map +1 -0
  79. package/lib/esm/Editing/Mutable/MutableCAClass.d.ts +10 -0
  80. package/lib/esm/Editing/Mutable/MutableCAClass.d.ts.map +1 -0
  81. package/lib/esm/Editing/Mutable/MutableCAClass.js +12 -0
  82. package/lib/esm/Editing/Mutable/MutableCAClass.js.map +1 -0
  83. package/lib/esm/Editing/Mutable/MutableClass.d.ts +39 -0
  84. package/lib/esm/Editing/Mutable/MutableClass.d.ts.map +1 -0
  85. package/lib/esm/Editing/Mutable/MutableClass.js +18 -0
  86. package/lib/esm/Editing/Mutable/MutableClass.js.map +1 -0
  87. package/lib/esm/Editing/Mutable/MutableConstant.d.ts +14 -0
  88. package/lib/esm/Editing/Mutable/MutableConstant.d.ts.map +1 -0
  89. package/lib/esm/Editing/Mutable/MutableConstant.js +12 -0
  90. package/lib/esm/Editing/Mutable/MutableConstant.js.map +1 -0
  91. package/lib/esm/Editing/Mutable/MutableEntityClass.d.ts +12 -0
  92. package/lib/esm/Editing/Mutable/MutableEntityClass.d.ts.map +1 -0
  93. package/lib/esm/Editing/Mutable/MutableEntityClass.js +12 -0
  94. package/lib/esm/Editing/Mutable/MutableEntityClass.js.map +1 -0
  95. package/lib/esm/Editing/Mutable/MutableEnumeration.d.ts +11 -0
  96. package/lib/esm/Editing/Mutable/MutableEnumeration.d.ts.map +1 -0
  97. package/lib/esm/Editing/Mutable/MutableEnumeration.js +11 -0
  98. package/lib/esm/Editing/Mutable/MutableEnumeration.js.map +1 -0
  99. package/lib/esm/Editing/Mutable/MutableFormat.d.ts +26 -0
  100. package/lib/esm/Editing/Mutable/MutableFormat.d.ts.map +1 -0
  101. package/lib/esm/Editing/Mutable/MutableFormat.js +12 -0
  102. package/lib/esm/Editing/Mutable/MutableFormat.js.map +1 -0
  103. package/lib/esm/Editing/Mutable/MutableInvertedUnit.d.ts +11 -0
  104. package/lib/esm/Editing/Mutable/MutableInvertedUnit.d.ts.map +1 -0
  105. package/lib/esm/Editing/Mutable/MutableInvertedUnit.js +12 -0
  106. package/lib/esm/Editing/Mutable/MutableInvertedUnit.js.map +1 -0
  107. package/lib/esm/Editing/Mutable/MutableKindOfQuantity.d.ts +14 -0
  108. package/lib/esm/Editing/Mutable/MutableKindOfQuantity.d.ts.map +1 -0
  109. package/lib/esm/Editing/Mutable/MutableKindOfQuantity.js +12 -0
  110. package/lib/esm/Editing/Mutable/MutableKindOfQuantity.js.map +1 -0
  111. package/lib/esm/Editing/Mutable/MutableMixin.d.ts +12 -0
  112. package/lib/esm/Editing/Mutable/MutableMixin.d.ts.map +1 -0
  113. package/lib/esm/Editing/Mutable/MutableMixin.js +12 -0
  114. package/lib/esm/Editing/Mutable/MutableMixin.js.map +1 -0
  115. package/lib/esm/Editing/Mutable/MutableNavigationProperty.d.ts +8 -0
  116. package/lib/esm/Editing/Mutable/MutableNavigationProperty.d.ts.map +1 -0
  117. package/lib/esm/Editing/Mutable/MutableNavigationProperty.js +12 -0
  118. package/lib/esm/Editing/Mutable/MutableNavigationProperty.js.map +1 -0
  119. package/lib/esm/Editing/Mutable/MutablePhenomenon.d.ts +11 -0
  120. package/lib/esm/Editing/Mutable/MutablePhenomenon.d.ts.map +1 -0
  121. package/lib/esm/Editing/Mutable/MutablePhenomenon.js +12 -0
  122. package/lib/esm/Editing/Mutable/MutablePhenomenon.js.map +1 -0
  123. package/lib/esm/Editing/Mutable/MutablePrimitiveOrEnumProperty.d.ts +13 -0
  124. package/lib/esm/Editing/Mutable/MutablePrimitiveOrEnumProperty.d.ts.map +1 -0
  125. package/lib/esm/Editing/Mutable/MutablePrimitiveOrEnumProperty.js +12 -0
  126. package/lib/esm/Editing/Mutable/MutablePrimitiveOrEnumProperty.js.map +1 -0
  127. package/lib/esm/Editing/Mutable/MutableProperty.d.ts +16 -0
  128. package/lib/esm/Editing/Mutable/MutableProperty.d.ts.map +1 -0
  129. package/lib/esm/Editing/Mutable/MutableProperty.js +12 -0
  130. package/lib/esm/Editing/Mutable/MutableProperty.js.map +1 -0
  131. package/lib/esm/Editing/Mutable/MutablePropertyCategory.d.ts +11 -0
  132. package/lib/esm/Editing/Mutable/MutablePropertyCategory.d.ts.map +1 -0
  133. package/lib/esm/Editing/Mutable/MutablePropertyCategory.js +12 -0
  134. package/lib/esm/Editing/Mutable/MutablePropertyCategory.js.map +1 -0
  135. package/lib/esm/Editing/Mutable/MutableRelationshipClass.d.ts +30 -0
  136. package/lib/esm/Editing/Mutable/MutableRelationshipClass.d.ts.map +1 -0
  137. package/lib/esm/Editing/Mutable/MutableRelationshipClass.js +20 -0
  138. package/lib/esm/Editing/Mutable/MutableRelationshipClass.js.map +1 -0
  139. package/lib/esm/Editing/Mutable/MutableSchema.d.ts +51 -0
  140. package/lib/esm/Editing/Mutable/MutableSchema.d.ts.map +1 -0
  141. package/lib/esm/Editing/Mutable/MutableSchema.js +14 -0
  142. package/lib/esm/Editing/Mutable/MutableSchema.js.map +1 -0
  143. package/lib/esm/Editing/Mutable/MutableSchemaItem.d.ts +11 -0
  144. package/lib/esm/Editing/Mutable/MutableSchemaItem.d.ts.map +1 -0
  145. package/lib/esm/Editing/Mutable/MutableSchemaItem.js +12 -0
  146. package/lib/esm/Editing/Mutable/MutableSchemaItem.js.map +1 -0
  147. package/lib/esm/Editing/Mutable/MutableStructProperty.d.ts +8 -0
  148. package/lib/esm/Editing/Mutable/MutableStructProperty.d.ts.map +1 -0
  149. package/lib/esm/Editing/Mutable/MutableStructProperty.js +12 -0
  150. package/lib/esm/Editing/Mutable/MutableStructProperty.js.map +1 -0
  151. package/lib/esm/Editing/Mutable/MutableUnit.d.ts +12 -0
  152. package/lib/esm/Editing/Mutable/MutableUnit.d.ts.map +1 -0
  153. package/lib/esm/Editing/Mutable/MutableUnit.js +12 -0
  154. package/lib/esm/Editing/Mutable/MutableUnit.js.map +1 -0
  155. package/lib/esm/Editing/Mutable/MutableUnitSystem.d.ts +10 -0
  156. package/lib/esm/Editing/Mutable/MutableUnitSystem.d.ts.map +1 -0
  157. package/lib/esm/Editing/Mutable/MutableUnitSystem.js +12 -0
  158. package/lib/esm/Editing/Mutable/MutableUnitSystem.js.map +1 -0
  159. package/lib/esm/Editing/Phenomena.d.ts +17 -0
  160. package/lib/esm/Editing/Phenomena.d.ts.map +1 -0
  161. package/lib/esm/Editing/Phenomena.js +44 -0
  162. package/lib/esm/Editing/Phenomena.js.map +1 -0
  163. package/lib/esm/Editing/Properties.d.ts +206 -0
  164. package/lib/esm/Editing/Properties.d.ts.map +1 -0
  165. package/lib/esm/Editing/Properties.js +415 -0
  166. package/lib/esm/Editing/Properties.js.map +1 -0
  167. package/lib/esm/Editing/PropertyCategories.d.ts +18 -0
  168. package/lib/esm/Editing/PropertyCategories.d.ts.map +1 -0
  169. package/lib/esm/Editing/PropertyCategories.js +54 -0
  170. package/lib/esm/Editing/PropertyCategories.js.map +1 -0
  171. package/lib/esm/Editing/RelationshipClasses.d.ts +69 -0
  172. package/lib/esm/Editing/RelationshipClasses.d.ts.map +1 -0
  173. package/lib/esm/Editing/RelationshipClasses.js +236 -0
  174. package/lib/esm/Editing/RelationshipClasses.js.map +1 -0
  175. package/lib/esm/Editing/SchemaItems.d.ts +42 -0
  176. package/lib/esm/Editing/SchemaItems.d.ts.map +1 -0
  177. package/lib/esm/Editing/SchemaItems.js +104 -0
  178. package/lib/esm/Editing/SchemaItems.js.map +1 -0
  179. package/lib/esm/Editing/Structs.d.ts +21 -0
  180. package/lib/esm/Editing/Structs.d.ts.map +1 -0
  181. package/lib/esm/Editing/Structs.js +47 -0
  182. package/lib/esm/Editing/Structs.js.map +1 -0
  183. package/lib/esm/Editing/UnitSystems.d.ts +17 -0
  184. package/lib/esm/Editing/UnitSystems.d.ts.map +1 -0
  185. package/lib/esm/Editing/UnitSystems.js +43 -0
  186. package/lib/esm/Editing/UnitSystems.js.map +1 -0
  187. package/lib/esm/Editing/Units.d.ts +17 -0
  188. package/lib/esm/Editing/Units.d.ts.map +1 -0
  189. package/lib/esm/Editing/Units.js +49 -0
  190. package/lib/esm/Editing/Units.js.map +1 -0
  191. package/lib/esm/Merging/ClassMerger.d.ts +9 -0
  192. package/lib/esm/Merging/ClassMerger.d.ts.map +1 -0
  193. package/lib/esm/Merging/ClassMerger.js +66 -0
  194. package/lib/esm/Merging/ClassMerger.js.map +1 -0
  195. package/lib/esm/Merging/ConstantMerger.d.ts +14 -0
  196. package/lib/esm/Merging/ConstantMerger.d.ts.map +1 -0
  197. package/lib/esm/Merging/ConstantMerger.js +64 -0
  198. package/lib/esm/Merging/ConstantMerger.js.map +1 -0
  199. package/lib/esm/Merging/CustomAttributeClassMerger.d.ts +14 -0
  200. package/lib/esm/Merging/CustomAttributeClassMerger.d.ts.map +1 -0
  201. package/lib/esm/Merging/CustomAttributeClassMerger.js +36 -0
  202. package/lib/esm/Merging/CustomAttributeClassMerger.js.map +1 -0
  203. package/lib/esm/Merging/CustomAttributeMerger.d.ts +19 -0
  204. package/lib/esm/Merging/CustomAttributeMerger.d.ts.map +1 -0
  205. package/lib/esm/Merging/CustomAttributeMerger.js +66 -0
  206. package/lib/esm/Merging/CustomAttributeMerger.js.map +1 -0
  207. package/lib/esm/Merging/Edits/NameMapping.d.ts +22 -0
  208. package/lib/esm/Merging/Edits/NameMapping.d.ts.map +1 -0
  209. package/lib/esm/Merging/Edits/NameMapping.js +49 -0
  210. package/lib/esm/Merging/Edits/NameMapping.js.map +1 -0
  211. package/lib/esm/Merging/Edits/RenameEditHandler.d.ts +14 -0
  212. package/lib/esm/Merging/Edits/RenameEditHandler.d.ts.map +1 -0
  213. package/lib/esm/Merging/Edits/RenameEditHandler.js +62 -0
  214. package/lib/esm/Merging/Edits/RenameEditHandler.js.map +1 -0
  215. package/lib/esm/Merging/Edits/SchemaEdits.d.ts +81 -0
  216. package/lib/esm/Merging/Edits/SchemaEdits.d.ts.map +1 -0
  217. package/lib/esm/Merging/Edits/SchemaEdits.js +112 -0
  218. package/lib/esm/Merging/Edits/SchemaEdits.js.map +1 -0
  219. package/lib/esm/Merging/Edits/SkipEditHandler.d.ts +14 -0
  220. package/lib/esm/Merging/Edits/SkipEditHandler.d.ts.map +1 -0
  221. package/lib/esm/Merging/Edits/SkipEditHandler.js +60 -0
  222. package/lib/esm/Merging/Edits/SkipEditHandler.js.map +1 -0
  223. package/lib/esm/Merging/EntityClassMerger.d.ts +19 -0
  224. package/lib/esm/Merging/EntityClassMerger.d.ts.map +1 -0
  225. package/lib/esm/Merging/EntityClassMerger.js +39 -0
  226. package/lib/esm/Merging/EntityClassMerger.js.map +1 -0
  227. package/lib/esm/Merging/EnumerationMerger.d.ts +14 -0
  228. package/lib/esm/Merging/EnumerationMerger.d.ts.map +1 -0
  229. package/lib/esm/Merging/EnumerationMerger.js +48 -0
  230. package/lib/esm/Merging/EnumerationMerger.js.map +1 -0
  231. package/lib/esm/Merging/EnumeratorMerger.d.ts +14 -0
  232. package/lib/esm/Merging/EnumeratorMerger.d.ts.map +1 -0
  233. package/lib/esm/Merging/EnumeratorMerger.js +36 -0
  234. package/lib/esm/Merging/EnumeratorMerger.js.map +1 -0
  235. package/lib/esm/Merging/FormatMerger.d.ts +24 -0
  236. package/lib/esm/Merging/FormatMerger.d.ts.map +1 -0
  237. package/lib/esm/Merging/FormatMerger.js +137 -0
  238. package/lib/esm/Merging/FormatMerger.js.map +1 -0
  239. package/lib/esm/Merging/InvertedUnitMerger.d.ts +14 -0
  240. package/lib/esm/Merging/InvertedUnitMerger.d.ts.map +1 -0
  241. package/lib/esm/Merging/InvertedUnitMerger.js +41 -0
  242. package/lib/esm/Merging/InvertedUnitMerger.js.map +1 -0
  243. package/lib/esm/Merging/KindOfQuantityMerger.d.ts +19 -0
  244. package/lib/esm/Merging/KindOfQuantityMerger.d.ts.map +1 -0
  245. package/lib/esm/Merging/KindOfQuantityMerger.js +89 -0
  246. package/lib/esm/Merging/KindOfQuantityMerger.js.map +1 -0
  247. package/lib/esm/Merging/MixinMerger.d.ts +14 -0
  248. package/lib/esm/Merging/MixinMerger.d.ts.map +1 -0
  249. package/lib/esm/Merging/MixinMerger.js +33 -0
  250. package/lib/esm/Merging/MixinMerger.js.map +1 -0
  251. package/lib/esm/Merging/PhenomenonMerger.d.ts +14 -0
  252. package/lib/esm/Merging/PhenomenonMerger.d.ts.map +1 -0
  253. package/lib/esm/Merging/PhenomenonMerger.js +36 -0
  254. package/lib/esm/Merging/PhenomenonMerger.js.map +1 -0
  255. package/lib/esm/Merging/PropertyCategoryMerger.d.ts +14 -0
  256. package/lib/esm/Merging/PropertyCategoryMerger.d.ts.map +1 -0
  257. package/lib/esm/Merging/PropertyCategoryMerger.js +31 -0
  258. package/lib/esm/Merging/PropertyCategoryMerger.js.map +1 -0
  259. package/lib/esm/Merging/PropertyMerger.d.ts +12 -0
  260. package/lib/esm/Merging/PropertyMerger.d.ts.map +1 -0
  261. package/lib/esm/Merging/PropertyMerger.js +228 -0
  262. package/lib/esm/Merging/PropertyMerger.js.map +1 -0
  263. package/lib/esm/Merging/RelationshipClassMerger.d.ts +27 -0
  264. package/lib/esm/Merging/RelationshipClassMerger.d.ts.map +1 -0
  265. package/lib/esm/Merging/RelationshipClassMerger.js +136 -0
  266. package/lib/esm/Merging/RelationshipClassMerger.js.map +1 -0
  267. package/lib/esm/Merging/SchemaMerger.d.ts +49 -0
  268. package/lib/esm/Merging/SchemaMerger.d.ts.map +1 -0
  269. package/lib/esm/Merging/SchemaMerger.js +117 -0
  270. package/lib/esm/Merging/SchemaMerger.js.map +1 -0
  271. package/lib/esm/Merging/SchemaMergingVisitor.d.ts +149 -0
  272. package/lib/esm/Merging/SchemaMergingVisitor.d.ts.map +1 -0
  273. package/lib/esm/Merging/SchemaMergingVisitor.js +339 -0
  274. package/lib/esm/Merging/SchemaMergingVisitor.js.map +1 -0
  275. package/lib/esm/Merging/SchemaMergingWalker.d.ts +19 -0
  276. package/lib/esm/Merging/SchemaMergingWalker.d.ts.map +1 -0
  277. package/lib/esm/Merging/SchemaMergingWalker.js +61 -0
  278. package/lib/esm/Merging/SchemaMergingWalker.js.map +1 -0
  279. package/lib/esm/Merging/SchemaReferenceMerger.d.ts +13 -0
  280. package/lib/esm/Merging/SchemaReferenceMerger.d.ts.map +1 -0
  281. package/lib/esm/Merging/SchemaReferenceMerger.js +57 -0
  282. package/lib/esm/Merging/SchemaReferenceMerger.js.map +1 -0
  283. package/lib/esm/Merging/StructClassMerger.d.ts +14 -0
  284. package/lib/esm/Merging/StructClassMerger.d.ts.map +1 -0
  285. package/lib/esm/Merging/StructClassMerger.js +20 -0
  286. package/lib/esm/Merging/StructClassMerger.js.map +1 -0
  287. package/lib/esm/Merging/UnitMerger.d.ts +14 -0
  288. package/lib/esm/Merging/UnitMerger.d.ts.map +1 -0
  289. package/lib/esm/Merging/UnitMerger.js +58 -0
  290. package/lib/esm/Merging/UnitMerger.js.map +1 -0
  291. package/lib/esm/Merging/UnitSystemMerger.d.ts +14 -0
  292. package/lib/esm/Merging/UnitSystemMerger.d.ts.map +1 -0
  293. package/lib/esm/Merging/UnitSystemMerger.js +24 -0
  294. package/lib/esm/Merging/UnitSystemMerger.js.map +1 -0
  295. package/lib/esm/Merging/Utils.d.ts +34 -0
  296. package/lib/esm/Merging/Utils.d.ts.map +1 -0
  297. package/lib/esm/Merging/Utils.js +90 -0
  298. package/lib/esm/Merging/Utils.js.map +1 -0
  299. package/lib/esm/Validation/Diagnostic.d.ts +322 -0
  300. package/lib/esm/Validation/Diagnostic.d.ts.map +1 -0
  301. package/lib/esm/Validation/Diagnostic.js +295 -0
  302. package/lib/esm/Validation/Diagnostic.js.map +1 -0
  303. package/lib/esm/Validation/DiagnosticReporter.d.ts +97 -0
  304. package/lib/esm/Validation/DiagnosticReporter.d.ts.map +1 -0
  305. package/lib/esm/Validation/DiagnosticReporter.js +105 -0
  306. package/lib/esm/Validation/DiagnosticReporter.js.map +1 -0
  307. package/lib/esm/Validation/ECRules.d.ts +454 -0
  308. package/lib/esm/Validation/ECRules.d.ts.map +1 -0
  309. package/lib/esm/Validation/ECRules.js +578 -0
  310. package/lib/esm/Validation/ECRules.js.map +1 -0
  311. package/lib/esm/Validation/LoggingDiagnosticReporter.d.ts +14 -0
  312. package/lib/esm/Validation/LoggingDiagnosticReporter.d.ts.map +1 -0
  313. package/lib/esm/Validation/LoggingDiagnosticReporter.js +37 -0
  314. package/lib/esm/Validation/LoggingDiagnosticReporter.js.map +1 -0
  315. package/lib/esm/Validation/RuleSuppressionSet.d.ts +60 -0
  316. package/lib/esm/Validation/RuleSuppressionSet.d.ts.map +1 -0
  317. package/lib/esm/Validation/RuleSuppressionSet.js +9 -0
  318. package/lib/esm/Validation/RuleSuppressionSet.js.map +1 -0
  319. package/lib/esm/Validation/Rules.d.ts +65 -0
  320. package/lib/esm/Validation/Rules.d.ts.map +1 -0
  321. package/lib/esm/Validation/Rules.js +9 -0
  322. package/lib/esm/Validation/Rules.js.map +1 -0
  323. package/lib/esm/Validation/SchemaChanges.d.ts +640 -0
  324. package/lib/esm/Validation/SchemaChanges.d.ts.map +1 -0
  325. package/lib/esm/Validation/SchemaChanges.js +1141 -0
  326. package/lib/esm/Validation/SchemaChanges.js.map +1 -0
  327. package/lib/esm/Validation/SchemaCompareDiagnostics.d.ts +423 -0
  328. package/lib/esm/Validation/SchemaCompareDiagnostics.d.ts.map +1 -0
  329. package/lib/esm/Validation/SchemaCompareDiagnostics.js +109 -0
  330. package/lib/esm/Validation/SchemaCompareDiagnostics.js.map +1 -0
  331. package/lib/esm/Validation/SchemaCompareReporter.d.ts +12 -0
  332. package/lib/esm/Validation/SchemaCompareReporter.d.ts.map +1 -0
  333. package/lib/esm/Validation/SchemaCompareReporter.js +9 -0
  334. package/lib/esm/Validation/SchemaCompareReporter.js.map +1 -0
  335. package/lib/esm/Validation/SchemaCompareResultDelegate.d.ts +237 -0
  336. package/lib/esm/Validation/SchemaCompareResultDelegate.d.ts.map +1 -0
  337. package/lib/esm/Validation/SchemaCompareResultDelegate.js +346 -0
  338. package/lib/esm/Validation/SchemaCompareResultDelegate.js.map +1 -0
  339. package/lib/esm/Validation/SchemaCompareVisitor.d.ts +120 -0
  340. package/lib/esm/Validation/SchemaCompareVisitor.d.ts.map +1 -0
  341. package/lib/esm/Validation/SchemaCompareVisitor.js +222 -0
  342. package/lib/esm/Validation/SchemaCompareVisitor.js.map +1 -0
  343. package/lib/esm/Validation/SchemaComparer.d.ts +211 -0
  344. package/lib/esm/Validation/SchemaComparer.d.ts.map +1 -0
  345. package/lib/esm/Validation/SchemaComparer.js +770 -0
  346. package/lib/esm/Validation/SchemaComparer.js.map +1 -0
  347. package/lib/esm/Validation/SchemaValidater.d.ts +20 -0
  348. package/lib/esm/Validation/SchemaValidater.d.ts.map +1 -0
  349. package/lib/esm/Validation/SchemaValidater.js +55 -0
  350. package/lib/esm/Validation/SchemaValidater.js.map +1 -0
  351. package/lib/esm/Validation/SchemaValidationVisitor.d.ts +171 -0
  352. package/lib/esm/Validation/SchemaValidationVisitor.d.ts.map +1 -0
  353. package/lib/esm/Validation/SchemaValidationVisitor.js +488 -0
  354. package/lib/esm/Validation/SchemaValidationVisitor.js.map +1 -0
  355. package/lib/esm/Validation/SchemaWalker.d.ts +23 -0
  356. package/lib/esm/Validation/SchemaWalker.d.ts.map +1 -0
  357. package/lib/esm/Validation/SchemaWalker.js +50 -0
  358. package/lib/esm/Validation/SchemaWalker.js.map +1 -0
  359. package/lib/esm/ecschema-editing.d.ts +49 -0
  360. package/lib/esm/ecschema-editing.d.ts.map +1 -0
  361. package/lib/esm/ecschema-editing.js +52 -0
  362. package/lib/esm/ecschema-editing.js.map +1 -0
  363. package/package.json +12 -10
@@ -0,0 +1,640 @@
1
+ /** @packageDocumentation
2
+ * @module Comparison
3
+ */
4
+ import { Schema, SchemaItem, SchemaItemType } from "@itwin/ecschema-metadata";
5
+ import { AnyDiagnostic } from "./Diagnostic";
6
+ /**
7
+ * Possible change types used to categorize ISchemaChange objects.
8
+ * @alpha
9
+ */
10
+ export declare enum ChangeType {
11
+ Delta = 0,
12
+ Missing = 1
13
+ }
14
+ /**
15
+ * Interface that represents any change reported
16
+ * between two schemas.
17
+ * @alpha
18
+ */
19
+ export interface ISchemaChange {
20
+ /** The diagnostic containing the data related to the change. */
21
+ diagnostic: AnyDiagnostic;
22
+ /** The highest level SchemaItem that this change ultimately belong to. */
23
+ topLevelSchemaItem: SchemaItem | Schema;
24
+ /** The ChangeType (Delta or Missing) for this change. */
25
+ changeType: ChangeType;
26
+ /** Returns a string representation of the change. */
27
+ toString(): string;
28
+ }
29
+ /**
30
+ * Interface that represents an object that manages
31
+ * a related set of ISchemaChange objects.
32
+ * @alpha
33
+ */
34
+ export interface ISchemaChanges {
35
+ schema: Schema;
36
+ ecTypeName: string;
37
+ addChange(change: ISchemaChange): void;
38
+ }
39
+ /**
40
+ * Allows an ISchemaChanges implementation to be dynamically constructed in addChangeToMap.
41
+ */
42
+ interface SchemaChangesConstructor {
43
+ new (schema: Schema, ecTypeName: string): ISchemaChanges;
44
+ }
45
+ /**
46
+ * An ISchemaChange implementation meant to be used as the base class
47
+ * for all other ISchemaChange implementations.
48
+ * @alpha
49
+ */
50
+ export declare abstract class BaseSchemaChange implements ISchemaChange {
51
+ private _diagnostic;
52
+ private _changeType;
53
+ /**
54
+ * Initializes a new BaseSchemaChange instance.
55
+ * @param diagnostic The diagnostic holding the change data.
56
+ */
57
+ constructor(diagnostic: AnyDiagnostic);
58
+ /** Gets the diagnostic holding the information about the schema change. */
59
+ get diagnostic(): AnyDiagnostic;
60
+ /**
61
+ * Returns the SchemaItem that this change ultimately belongs to. For example,
62
+ * for a CustomAttributeInstanceClassMissing diagnostic reported on a RelationshipConstraint,
63
+ * the top-level SchemaItem would be the Relationship.
64
+ */
65
+ abstract get topLevelSchemaItem(): SchemaItem | Schema;
66
+ /**
67
+ * Gets the change type (Delta or Missing) for the change. If not previously
68
+ * set, the defaultChangeType value will be returned.
69
+ */
70
+ get changeType(): ChangeType;
71
+ set changeType(changeType: ChangeType);
72
+ /** The default ChangeType (Delta or Missing). */
73
+ abstract get defaultChangeType(): ChangeType;
74
+ /** Gets a string representation of the schema change. */
75
+ abstract toString(): string;
76
+ /**
77
+ * Gets the name or fullName from an EC type that is in the args array at
78
+ * the specified index. Performs validation based on the given parameters.
79
+ * @param index The index in the args array to find the EC type.
80
+ * @param args The collection of arguments received in the diagnostics.
81
+ * @param allowUndefined Specifies that undefined values are allowed.
82
+ * @param fullName Flag indicating that the fullName should be returned rather than the name.
83
+ */
84
+ protected getNameFromArgument(index: number, allowUndefined?: boolean, fullName?: boolean): string;
85
+ /**
86
+ * Gets a string from the diagnostics arguments at the given index. If the value is undefined,
87
+ * the string 'undefined' will be returned.
88
+ * @param index The index in the args array to find the property value.
89
+ */
90
+ protected getStringFromArgument(index: number): string;
91
+ /**
92
+ * Helper method to retrieve a value from the diagnostic arguments, performing validation.
93
+ * @param index THe index in the diagnostic arguments array.
94
+ */
95
+ protected getValueFromArgument(index: number): any;
96
+ }
97
+ /**
98
+ * Base class for all ISchemaChanges implementations.
99
+ * @alpha
100
+ */
101
+ export declare abstract class BaseSchemaChanges implements ISchemaChanges {
102
+ private _ecTypeName;
103
+ private _schema;
104
+ private _propertyValueChanges;
105
+ /**
106
+ * Initializes a new BaseSchemaChanges instance.
107
+ * @param schema The schema containing the changes.
108
+ * @param anyECTypeName The name of the EC type.
109
+ */
110
+ constructor(schema: Schema, anyECTypeName: string);
111
+ /** Gets the array of PropertyValueChange instances. */
112
+ get propertyValueChanges(): PropertyValueChange[];
113
+ /** Gets the name of the EC type associated with these schema changes. */
114
+ get ecTypeName(): string;
115
+ /** Gets the schema to which these changes are associated. */
116
+ get schema(): Schema;
117
+ /**
118
+ * Adds a new ISchemaChange to a collection determined by the implementation.
119
+ * @param change
120
+ */
121
+ abstract addChange(change: ISchemaChange): void;
122
+ /**
123
+ * Helper method that adds a new ISchemaChange to a Map whose values are ISchemaChanges. The changesType will
124
+ * be used to create a new ISchemaChanges instance if the changes collection does not exist in the Map.
125
+ * @param changes The ISchemaChanges Map to which to add the ISchemaChange.
126
+ * @param changesType The constructor of the ISchemaChanges. Called if the ISchemaChanges instance does not exist in the Map.
127
+ * @param change The ISchemaChange to add.
128
+ * @param changeKey The key used to identify the ISchemaChanges in the Map (typically the name of the EC type, ie. SchemaItem.name).
129
+ */
130
+ protected addChangeToMap<V extends ISchemaChanges>(changes: Map<string, V>, changesType: SchemaChangesConstructor, change: ISchemaChange, changeKey: string): void;
131
+ /**
132
+ * Helper method to determine if the diagnostic is a property value change delta for this ISchemaChanges instance.
133
+ * @param diagnostic The change diagnostic.
134
+ * @param ecTypeName The name of the EC type as determined by the implementation.
135
+ */
136
+ protected isPropertyValueChangeForThis(diagnostic: AnyDiagnostic, ecTypeName: string): boolean;
137
+ /**
138
+ * Helper method to determine if the diagnostic is a CustomAttributeInstance class change for this ISchemaChanges instance.
139
+ * @param diagnostic The change diagnostic.
140
+ * @param ecTypeName The name of the EC type as determined by the implementation.
141
+ */
142
+ protected isCAContainerChangeForThis(diagnostic: AnyDiagnostic, ecTypeName: string | undefined): boolean;
143
+ }
144
+ /**
145
+ * An ISchemaChanges implementation for managing schema comparison diagnostics at the Schema level.
146
+ * @alpha
147
+ */
148
+ export declare class SchemaChanges extends BaseSchemaChanges {
149
+ private _diagnostics;
150
+ private _missingSchemaReferences;
151
+ private _schemaReferenceDeltas;
152
+ private _customAttributeChanges;
153
+ private _classChanges;
154
+ private _entityClassChanges;
155
+ private _relationshipClassChanges;
156
+ private _schemaItemChanges;
157
+ private _enumerationChanges;
158
+ private _kindOfQuantityChanges;
159
+ private _formatChanges;
160
+ /**
161
+ * Initializes a new SchemaChanges instance.
162
+ * @param schema The schema containing the changes.
163
+ */
164
+ constructor(schema: Schema);
165
+ /** Gets the MissingSchemaReferences collection. */
166
+ get missingSchemaReferences(): SchemaReferenceMissing[];
167
+ /** Gets the SchemaReferenceChange collection. */
168
+ get schemaReferenceDeltas(): SchemaReferenceDelta[];
169
+ /** Gets the CustomAttributeContainerChanges Map. */
170
+ get customAttributeChanges(): Map<string, CustomAttributeContainerChanges>;
171
+ /** Gets the ClassChanges Map. */
172
+ get classChanges(): Map<string, ClassChanges>;
173
+ /** Gets the EntityClassChanges Map. */
174
+ get entityClassChanges(): Map<string, EntityClassChanges>;
175
+ /** Gets the RelationshipClassChanges Map. */
176
+ get relationshipClassChanges(): Map<string, RelationshipClassChanges>;
177
+ /** Gets the SchemaItemChanges Map. */
178
+ get schemaItemChanges(): Map<string, SchemaItemChanges>;
179
+ /** Gets the EnumerationChanges Map. */
180
+ get enumerationChanges(): Map<string, EnumerationChanges>;
181
+ /** Gets the KindOfQuantityChanges Map. */
182
+ get kindOfQuantityChanges(): Map<string, KindOfQuantityChanges>;
183
+ /** Gets the FormatChanges Map. */
184
+ get formatChanges(): Map<string, FormatChanges>;
185
+ /** Gets all the change diagnostics that have been added to instance. */
186
+ get allDiagnostics(): AnyDiagnostic[];
187
+ /**
188
+ * Adds a new change diagnostic for the schema.
189
+ * @param diagnostic
190
+ */
191
+ addDiagnostic(diagnostic: AnyDiagnostic): void;
192
+ /**
193
+ * Adds the change to the appropriate change collection at this level or adds the change
194
+ * to a Map of child changes will which propagate the change to lower levels. Typically
195
+ * any 'addChangeToMap' type method will then call addChange to add the ISchemaChange to
196
+ * the ISchemaChanges instance at that level.
197
+ * @param change The ISchemaChange to add.
198
+ */
199
+ addChange(change: ISchemaChange): void;
200
+ private getSchemaNameFromChange;
201
+ /** This creates ISchemaChange instances based on the change diagnostic specified. */
202
+ private createChangeFromDiagnostic;
203
+ private addChangeToSchemaItemMap;
204
+ private addChangeToClassMap;
205
+ private addChangeToEntityClassMap;
206
+ private addChangeToRelationshipClassMap;
207
+ private addChangeToEnumerationMap;
208
+ private addChangeToKOQMap;
209
+ private addChangeToFormatMap;
210
+ }
211
+ /**
212
+ * An ISchemaChanges implementation for managing schema comparison diagnostics at the SchemaItem level.
213
+ * @alpha
214
+ */
215
+ export declare class SchemaItemChanges extends BaseSchemaChanges {
216
+ private _schemaItemType;
217
+ private _schemaItemMissing?;
218
+ /**
219
+ * Initializes a new SchemaItemChanges instance.
220
+ * @param schema The Schema containing the change.
221
+ * @param schemaItemName The name of the EC type associated with the change.
222
+ * @param schemaItemType The SchemaItemType of the EC type.
223
+ */
224
+ constructor(schema: Schema, schemaItemName: string, schemaItemType: SchemaItemType);
225
+ /** Gets the SchemaItemType of the SchemaItem associated with the changes. */
226
+ get schemaItemType(): SchemaItemType;
227
+ /** Gets the SchemaItemMissing change. Maybe undefined. */
228
+ get schemaItemMissing(): SchemaItemMissing | undefined;
229
+ /**
230
+ * Adds the change to the appropriate change collection at this level or adds the change
231
+ * to a Map of child changes will which propagate the change to lower levels.
232
+ * @param change The ISchemaChange to add.
233
+ */
234
+ addChange(change: ISchemaChange): void;
235
+ protected getSchemaItemNameFromChange(change: ISchemaChange): string | undefined;
236
+ }
237
+ /**
238
+ * An ISchemaChanges implementation for managing schema comparison diagnostics at the Class level.
239
+ * @alpha
240
+ */
241
+ export declare class ClassChanges extends SchemaItemChanges {
242
+ private _baseClassDelta?;
243
+ private _propertyChanges;
244
+ private _customAttributeChanges;
245
+ /** Gets the BaseClassDelta change. Maybe undefined. */
246
+ get baseClassDelta(): BaseClassDelta | undefined;
247
+ /** Gets the PropertyChanges Map. */
248
+ get propertyChanges(): Map<string, PropertyChanges>;
249
+ /** Gets the Map of CustomAttributeContainerChanges. */
250
+ get customAttributeChanges(): Map<string, CustomAttributeContainerChanges>;
251
+ /**
252
+ * Adds the change to the appropriate change collection at this level or adds the change
253
+ * to a Map of child changes will which propagate the change to lower levels.
254
+ * @param change The ISchemaChange to add.
255
+ */
256
+ addChange(change: ISchemaChange): void;
257
+ }
258
+ /**
259
+ * An ISchemaChanges implementation for managing schema comparison diagnostics at the Class level.
260
+ * @alpha
261
+ */
262
+ export declare class EntityClassChanges extends ClassChanges {
263
+ private _entityMixinChanges;
264
+ /** Gets the EntityMixinChanges Map. */
265
+ get entityMixinChanges(): Map<string, EntityMixinChanges>;
266
+ /**
267
+ * Adds the change to the appropriate change collection at this level or adds the change
268
+ * to a Map of child changes will which propagate the change to lower levels.
269
+ * @param change The ISchemaChange to add.
270
+ */
271
+ addChange(change: ISchemaChange): void;
272
+ }
273
+ /**
274
+ * An ISchemaChanges implementation for managing schema comparison diagnostics for RelationshipClasses.
275
+ * @alpha
276
+ */
277
+ export declare class RelationshipClassChanges extends ClassChanges {
278
+ private _sourceConstraintChanges;
279
+ private _targetConstraintChanges;
280
+ /** Gets the source RelationshipConstraintChanges Map. */
281
+ get sourceConstraintChanges(): Map<string, RelationshipConstraintChanges>;
282
+ /** Gets the target RelationshipConstraintChanges Map. */
283
+ get targetConstraintChanges(): Map<string, RelationshipConstraintChanges>;
284
+ /**
285
+ * Adds the change to the appropriate change collection at this level or adds the change
286
+ * to a Map of child changes will which propagate the change to lower levels.
287
+ * @param change The ISchemaChange to add.
288
+ */
289
+ addChange(change: ISchemaChange): void;
290
+ }
291
+ /**
292
+ * An ISchemaChanges implementation for managing schema comparison diagnostics at the Property level.
293
+ * @alpha
294
+ */
295
+ export declare class PropertyChanges extends BaseSchemaChanges {
296
+ private _propertyMissing?;
297
+ private _customAttributeChanges;
298
+ /** Gets the PropertyMissing change. Maybe undefined. */
299
+ get propertyMissing(): PropertyMissing | undefined;
300
+ /** Gets the CustomAttributeContainerChanges Map. */
301
+ get customAttributeChanges(): Map<string, CustomAttributeContainerChanges>;
302
+ /**
303
+ * Adds the change to the appropriate change collection at this level or adds the change
304
+ * to a Map of child changes will which propagate the change to lower levels.
305
+ * @param change The ISchemaChange to add.
306
+ */
307
+ addChange(change: ISchemaChange): void;
308
+ private getPropertyNameFromChange;
309
+ }
310
+ /**
311
+ * An ISchemaChanges implementation for managing schema comparison diagnostics for Enumerations.
312
+ * @alpha
313
+ */
314
+ export declare class EnumerationChanges extends SchemaItemChanges {
315
+ private _enumeratorChanges;
316
+ /** Gets the EnumeratorChanges map. */
317
+ get enumeratorChanges(): Map<string, EnumeratorChanges>;
318
+ /**
319
+ * Adds the change to the appropriate change collection at this level or adds the change
320
+ * to a Map of child changes will which propagate the change to lower levels.
321
+ * @param change The ISchemaChange to add.
322
+ */
323
+ addChange(change: ISchemaChange): void;
324
+ }
325
+ /**
326
+ * An ISchemaChanges implementation for managing schema comparison diagnostics for CustomAttributeContainers.
327
+ * @alpha
328
+ */
329
+ export declare class CustomAttributeContainerChanges extends BaseSchemaChanges {
330
+ private _customAttributeChanges;
331
+ /** Gets the CustomAttributeContainerChange collection. */
332
+ get customAttributeChanges(): CustomAttributeContainerChange[];
333
+ /**
334
+ * Adds the change to the appropriate change collection at this level.
335
+ * @param change The ISchemaChange to add.
336
+ */
337
+ addChange(change: ISchemaChange): void;
338
+ }
339
+ /**
340
+ * An ISchemaChanges implementation for managing schema comparison diagnostics for RelationshipConstraints.
341
+ * @alpha
342
+ */
343
+ export declare class RelationshipConstraintChanges extends BaseSchemaChanges {
344
+ private _constraintClassChanges;
345
+ private _customAttributeChanges;
346
+ /** Gets the RelationshipConstraintClassChange collection. */
347
+ get constraintClassChanges(): RelationshipConstraintClassChange[];
348
+ /** Gets the CustomAttributeContainerChanges Map. */
349
+ get customAttributeChanges(): Map<string, CustomAttributeContainerChanges>;
350
+ /**
351
+ * Adds the change to the appropriate change collection at this level or adds the change
352
+ * to a Map of child changes will which propagate the change to lower levels.
353
+ * @param change The ISchemaChange to add.
354
+ */
355
+ addChange(change: ISchemaChange): void;
356
+ private getConstraintNameFromChange;
357
+ }
358
+ /**
359
+ * An ISchemaChanges implementation for managing schema comparison diagnostics for Enumerators.
360
+ * @alpha
361
+ */
362
+ export declare class EnumeratorChanges extends BaseSchemaChanges {
363
+ private _enumeratorDeltas;
364
+ private _enumeratorMissing?;
365
+ /** Gets the EnumeratorDelta collection. */
366
+ get enumeratorDeltas(): EnumeratorDelta[];
367
+ /** Gets the EnumeratorMissing change. Maybe undefined. */
368
+ get enumeratorMissing(): EnumeratorMissing | undefined;
369
+ /**
370
+ * Adds the change to the appropriate change collection.
371
+ * @param change The ISchemaChange to add.
372
+ */
373
+ addChange(change: ISchemaChange): void;
374
+ }
375
+ /**
376
+ * An ISchemaChanges implementation for managing schema comparison diagnostics for EntityClass mixin changes.
377
+ * @alpha
378
+ */
379
+ export declare class EntityMixinChanges extends BaseSchemaChanges {
380
+ private _entityMixinChange;
381
+ /** Gets the EntityMixinChange collection. */
382
+ get entityMixinChange(): EntityMixinChange[];
383
+ /**
384
+ * Adds the change to the appropriate change collection.
385
+ * @param change The ISchemaChange to add.
386
+ */
387
+ addChange(change: ISchemaChange): void;
388
+ }
389
+ /**
390
+ * An ISchemaChanges implementation for managing schema comparison diagnostics for KindOfQuantities.
391
+ * @alpha
392
+ */
393
+ export declare class KindOfQuantityChanges extends SchemaItemChanges {
394
+ private _presentationUnitChanges;
395
+ /** Gets the EntityMixinChange Map. */
396
+ get presentationUnitChanges(): Map<string, PresentationUnitChanges>;
397
+ /**
398
+ * Adds the change to the appropriate change collection.
399
+ * @param change The ISchemaChange to add.
400
+ */
401
+ addChange(change: ISchemaChange): void;
402
+ }
403
+ /**
404
+ * An ISchemaChanges implementation for managing schema comparison diagnostics for KindOfQuantity presentation units.
405
+ * @alpha
406
+ */
407
+ export declare class PresentationUnitChanges extends BaseSchemaChanges {
408
+ private _presentationUnitChange;
409
+ /** Gets the PresentationUnitChange collection. */
410
+ get presentationUnitChange(): PresentationUnitChange[];
411
+ /**
412
+ * Adds the change to the appropriate change collection.
413
+ * @param change The ISchemaChange to add.
414
+ */
415
+ addChange(change: ISchemaChange): void;
416
+ }
417
+ /**
418
+ * An ISchemaChanges implementation for managing schema comparison diagnostics for Formats.
419
+ * @alpha
420
+ */
421
+ export declare class FormatChanges extends SchemaItemChanges {
422
+ private _formatUnitChanges;
423
+ /** Gets the FormatUnitChanges collection. */
424
+ get formatUnitChanges(): Map<string, FormatUnitChanges>;
425
+ /**
426
+ * Adds the change to the appropriate change collection.
427
+ * @param change The ISchemaChange to add.
428
+ */
429
+ addChange(change: ISchemaChange): void;
430
+ }
431
+ /**
432
+ * An ISchemaChanges implementation for managing schema comparison diagnostics for Format units.
433
+ * @alpha
434
+ */
435
+ export declare class FormatUnitChanges extends BaseSchemaChanges {
436
+ private _unitLabelOverrideDeltas;
437
+ private _formatUnitChanges;
438
+ /** Gets the UnitLabelOverrideDelta collection. */
439
+ get unitLabelOverrideDeltas(): UnitLabelOverrideDelta[];
440
+ /** Gets the FormatUnitChange collection. */
441
+ get formatUnitChanges(): FormatUnitChange[];
442
+ /**
443
+ * Adds the change to the appropriate change collection.
444
+ * @param change The ISchemaChange to add.
445
+ */
446
+ addChange(change: ISchemaChange): void;
447
+ }
448
+ /** ISchemaChange Implementations */
449
+ /**
450
+ * An ISchemaChange implementation to act as the base class for all changes
451
+ * associated with SchemaItem instances.
452
+ * @alpha
453
+ */
454
+ export declare abstract class SchemaItemChange extends BaseSchemaChange {
455
+ get topLevelSchemaItem(): Schema | SchemaItem;
456
+ }
457
+ /**
458
+ * An ISchemaChange implementation for Schema reference changes.
459
+ * @alpha
460
+ */
461
+ export declare class SchemaReferenceMissing extends BaseSchemaChange {
462
+ /** Gets the default ChangeType (Delta or Missing) for this change */
463
+ get defaultChangeType(): ChangeType;
464
+ /** Gets the SchemaItem or Schema (if a schema change) that this change ultimately belongs to. */
465
+ get topLevelSchemaItem(): Schema | SchemaItem;
466
+ /** Gets a string representation of the change. */
467
+ toString(): string;
468
+ }
469
+ /**
470
+ * An ISchemaChange implementation differences of baseClasses between two ECClasses.
471
+ * @alpha
472
+ */
473
+ export declare class SchemaReferenceDelta extends BaseSchemaChange {
474
+ /** Gets the default ChangeType (Delta or Missing) for this change */
475
+ get defaultChangeType(): ChangeType;
476
+ /** Gets the SchemaItem or Schema (if a schema change) that this change ultimately belongs to. */
477
+ get topLevelSchemaItem(): Schema | SchemaItem;
478
+ /** Gets a string representation of the change. */
479
+ toString(): string;
480
+ }
481
+ /**
482
+ * An ISchemaChange implementation for missing SchemaItems.
483
+ * @alpha
484
+ */
485
+ export declare class SchemaItemMissing extends SchemaItemChange {
486
+ /** Gets the default ChangeType (Delta or Missing) for this change */
487
+ get defaultChangeType(): ChangeType;
488
+ /** Gets a string representation of the change. */
489
+ toString(): string;
490
+ }
491
+ /**
492
+ * An ISchemaChange implementation for changes in property values of any EC type.
493
+ * @alpha
494
+ */
495
+ export declare class PropertyValueChange extends BaseSchemaChange {
496
+ /** Gets the SchemaItem that this change ultimately belongs to. */
497
+ get topLevelSchemaItem(): Schema | SchemaItem;
498
+ /** Gets the default ChangeType (Delta or Missing) for this change */
499
+ get defaultChangeType(): ChangeType;
500
+ /** Gets a string representation of the change. */
501
+ toString(): string;
502
+ }
503
+ /**
504
+ * An ISchemaChange implementation for missing CustomAttribute instances
505
+ * for a given container.
506
+ * @alpha
507
+ */
508
+ export declare class CustomAttributeContainerChange extends BaseSchemaChange {
509
+ /** Gets the default ChangeType (Delta or Missing) for this change */
510
+ get defaultChangeType(): ChangeType;
511
+ /** Gets the SchemaItem that this change ultimately belongs to. */
512
+ get topLevelSchemaItem(): Schema | SchemaItem;
513
+ /** Gets the key to use in a Map of this type of ISchemaChange. */
514
+ get changeKey(): string;
515
+ /** Gets a string representation of the change. */
516
+ toString(): string;
517
+ }
518
+ /**
519
+ * An ISchemaChange implementation differences of baseClasses between two ECClasses.
520
+ * @alpha
521
+ */
522
+ export declare class BaseClassDelta extends SchemaItemChange {
523
+ /** Gets the default ChangeType (Delta or Missing) for this change */
524
+ get defaultChangeType(): ChangeType;
525
+ /** Gets a string representation of the change. */
526
+ toString(): string;
527
+ }
528
+ /**
529
+ * An ISchemaChange implementation for missing properties.
530
+ * @alpha
531
+ */
532
+ export declare class PropertyMissing extends BaseSchemaChange {
533
+ /** Gets the SchemaItem that this change ultimately belongs to. */
534
+ get topLevelSchemaItem(): Schema | SchemaItem;
535
+ /** Gets the default ChangeType (Delta or Missing) for this change */
536
+ get defaultChangeType(): ChangeType;
537
+ /** Gets a string representation of the change. */
538
+ toString(): string;
539
+ }
540
+ /**
541
+ * An ISchemaChange implementation for missing RelationshipConstraint classes.
542
+ * @alpha
543
+ */
544
+ export declare class RelationshipConstraintClassChange extends BaseSchemaChange {
545
+ /** Gets the default ChangeType (Delta or Missing) for this change */
546
+ get defaultChangeType(): ChangeType;
547
+ /** Gets the SchemaItem that this change ultimately belongs to. */
548
+ get topLevelSchemaItem(): Schema | SchemaItem;
549
+ /** Gets a string representation of the change. */
550
+ toString(): string;
551
+ }
552
+ /**
553
+ * An ISchemaChange implementation for differences of Enumerator properties.
554
+ * @alpha
555
+ */
556
+ export declare class EnumeratorDelta extends BaseSchemaChange {
557
+ /** Gets the default ChangeType (Delta or Missing) for this change */
558
+ get defaultChangeType(): ChangeType;
559
+ /** Gets the SchemaItem that this change ultimately belongs to. */
560
+ get topLevelSchemaItem(): Schema | SchemaItem;
561
+ /** Gets the key to use in a Map of this type of ISchemaChange. */
562
+ get changeKey(): string;
563
+ /** Gets a string representation of the change. */
564
+ toString(): string;
565
+ }
566
+ /**
567
+ * An ISchemaChange implementation for missing Enumerators within an Enumeration.
568
+ * @alpha
569
+ */
570
+ export declare class EnumeratorMissing extends BaseSchemaChange {
571
+ /** Gets the default ChangeType (Delta or Missing) for this change */
572
+ get defaultChangeType(): ChangeType;
573
+ /** Gets the SchemaItem that this change ultimately belongs to. */
574
+ get topLevelSchemaItem(): Schema | SchemaItem;
575
+ /** Gets the key to use in a Map of this type of ISchemaChange. */
576
+ get changeKey(): string;
577
+ /** Gets a string representation of the change. */
578
+ toString(): string;
579
+ }
580
+ /**
581
+ * An ISchemaChange implementation for missing mixins within an EntityClass.
582
+ * @alpha
583
+ */
584
+ export declare class EntityMixinChange extends BaseSchemaChange {
585
+ /** Gets the default ChangeType (Delta or Missing) for this change */
586
+ get defaultChangeType(): ChangeType;
587
+ /** Gets the SchemaItem that this change ultimately belongs to. */
588
+ get topLevelSchemaItem(): Schema | SchemaItem;
589
+ /** Gets the key to use in a Map of this type of ISchemaChange. */
590
+ get changeKey(): string;
591
+ /** Gets a string representation of the change. */
592
+ toString(): string;
593
+ }
594
+ /**
595
+ * An ISchemaChange implementation for missing presentation Units within a KindOfQuantity.
596
+ * @alpha
597
+ */
598
+ export declare class PresentationUnitChange extends BaseSchemaChange {
599
+ /** Gets the default ChangeType (Delta or Missing) for this change */
600
+ get defaultChangeType(): ChangeType;
601
+ /** Gets the SchemaItem that this change ultimately belongs to. */
602
+ get topLevelSchemaItem(): Schema | SchemaItem;
603
+ /** Gets the key to use in a Map of this type of ISchemaChange. */
604
+ get changeKey(): string;
605
+ /** Gets a string representation of the change. */
606
+ toString(): string;
607
+ private get _isOverrideFormat();
608
+ }
609
+ /**
610
+ * An ISchemaChange implementation for missing Units within a Format.
611
+ * @alpha
612
+ */
613
+ export declare class FormatUnitChange extends BaseSchemaChange {
614
+ /** Gets the default ChangeType (Delta or Missing) for this change */
615
+ get defaultChangeType(): ChangeType;
616
+ /** Gets the SchemaItem that this change ultimately belongs to. */
617
+ get topLevelSchemaItem(): Schema | SchemaItem;
618
+ /** Gets the key to use in a Map of this type of ISchemaChange. */
619
+ get changeKey(): string;
620
+ /** Gets a string representation of the change. */
621
+ toString(): string;
622
+ private get _isInvertedUnit();
623
+ }
624
+ /**
625
+ * An ISchemaChange implementation for differences of Unit label overrides within a given Format.
626
+ * @alpha
627
+ */
628
+ export declare class UnitLabelOverrideDelta extends BaseSchemaChange {
629
+ /** Gets the default ChangeType (Delta or Missing) for this change */
630
+ get defaultChangeType(): ChangeType;
631
+ /** Gets the SchemaItem that this change ultimately belongs to. */
632
+ get topLevelSchemaItem(): Schema | SchemaItem;
633
+ /** Gets the key to use in a Map of this type of ISchemaChange. */
634
+ get changeKey(): string;
635
+ /** Gets a string representation of the change. */
636
+ toString(): string;
637
+ private get _isInvertedUnit();
638
+ }
639
+ export {};
640
+ //# sourceMappingURL=SchemaChanges.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SchemaChanges.d.ts","sourceRoot":"","sources":["../../../src/Validation/SchemaChanges.ts"],"names":[],"mappings":"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"}