@itwin/presentation-common 3.2.0-dev.21 → 3.2.0-dev.24

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 (271) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/Ruleset.schema.json +289 -289
  3. package/lib/cjs/presentation-common/content/Descriptor.d.ts +6 -6
  4. package/lib/cjs/presentation-common/content/Descriptor.js +1 -1
  5. package/lib/cjs/presentation-common/content/Descriptor.js.map +1 -1
  6. package/lib/cjs/presentation-common/content/Fields.d.ts +3 -3
  7. package/lib/cjs/presentation-common/content/Fields.js +2 -2
  8. package/lib/cjs/presentation-common/content/Fields.js.map +1 -1
  9. package/lib/cjs/presentation-common/content/Item.d.ts +3 -3
  10. package/lib/cjs/presentation-common/content/Item.js +1 -1
  11. package/lib/cjs/presentation-common/content/Item.js.map +1 -1
  12. package/lib/cjs/presentation-common/hierarchy/Node.d.ts +7 -7
  13. package/lib/cjs/presentation-common/hierarchy/Node.js.map +1 -1
  14. package/lib/cjs/presentation-common/rules/ClassSpecifications.d.ts +10 -8
  15. package/lib/cjs/presentation-common/rules/ClassSpecifications.d.ts.map +1 -1
  16. package/lib/cjs/presentation-common/rules/ClassSpecifications.js.map +1 -1
  17. package/lib/cjs/presentation-common/rules/RelatedInstanceSpecification.d.ts +10 -62
  18. package/lib/cjs/presentation-common/rules/RelatedInstanceSpecification.d.ts.map +1 -1
  19. package/lib/cjs/presentation-common/rules/RelatedInstanceSpecification.js.map +1 -1
  20. package/lib/cjs/presentation-common/rules/RelationshipPathSpecification.d.ts +20 -13
  21. package/lib/cjs/presentation-common/rules/RelationshipPathSpecification.d.ts.map +1 -1
  22. package/lib/cjs/presentation-common/rules/RelationshipPathSpecification.js.map +1 -1
  23. package/lib/cjs/presentation-common/rules/Rule.d.ts +11 -12
  24. package/lib/cjs/presentation-common/rules/Rule.d.ts.map +1 -1
  25. package/lib/cjs/presentation-common/rules/Rule.js.map +1 -1
  26. package/lib/cjs/presentation-common/rules/Ruleset.d.ts +6 -5
  27. package/lib/cjs/presentation-common/rules/Ruleset.d.ts.map +1 -1
  28. package/lib/cjs/presentation-common/rules/Ruleset.js.map +1 -1
  29. package/lib/cjs/presentation-common/rules/SchemasSpecification.d.ts +5 -2
  30. package/lib/cjs/presentation-common/rules/SchemasSpecification.d.ts.map +1 -1
  31. package/lib/cjs/presentation-common/rules/SchemasSpecification.js.map +1 -1
  32. package/lib/cjs/presentation-common/rules/Variables.d.ts +3 -3
  33. package/lib/cjs/presentation-common/rules/Variables.js.map +1 -1
  34. package/lib/cjs/presentation-common/rules/content/ContentInstancesOfSpecificClassesSpecification.d.ts +12 -14
  35. package/lib/cjs/presentation-common/rules/content/ContentInstancesOfSpecificClassesSpecification.d.ts.map +1 -1
  36. package/lib/cjs/presentation-common/rules/content/ContentInstancesOfSpecificClassesSpecification.js.map +1 -1
  37. package/lib/cjs/presentation-common/rules/content/ContentRelatedInstancesSpecification.d.ts +6 -8
  38. package/lib/cjs/presentation-common/rules/content/ContentRelatedInstancesSpecification.d.ts.map +1 -1
  39. package/lib/cjs/presentation-common/rules/content/ContentRelatedInstancesSpecification.js.map +1 -1
  40. package/lib/cjs/presentation-common/rules/content/ContentRule.d.ts +15 -10
  41. package/lib/cjs/presentation-common/rules/content/ContentRule.d.ts.map +1 -1
  42. package/lib/cjs/presentation-common/rules/content/ContentRule.js.map +1 -1
  43. package/lib/cjs/presentation-common/rules/content/ContentSpecification.d.ts +9 -6
  44. package/lib/cjs/presentation-common/rules/content/ContentSpecification.d.ts.map +1 -1
  45. package/lib/cjs/presentation-common/rules/content/ContentSpecification.js.map +1 -1
  46. package/lib/cjs/presentation-common/rules/content/DefaultPropertyCategoryOverride.d.ts +3 -4
  47. package/lib/cjs/presentation-common/rules/content/DefaultPropertyCategoryOverride.d.ts.map +1 -1
  48. package/lib/cjs/presentation-common/rules/content/DefaultPropertyCategoryOverride.js.map +1 -1
  49. package/lib/cjs/presentation-common/rules/content/PropertySpecification.d.ts +42 -20
  50. package/lib/cjs/presentation-common/rules/content/PropertySpecification.d.ts.map +1 -1
  51. package/lib/cjs/presentation-common/rules/content/PropertySpecification.js.map +1 -1
  52. package/lib/cjs/presentation-common/rules/content/SelectedNodeInstancesSpecification.d.ts +5 -10
  53. package/lib/cjs/presentation-common/rules/content/SelectedNodeInstancesSpecification.d.ts.map +1 -1
  54. package/lib/cjs/presentation-common/rules/content/SelectedNodeInstancesSpecification.js.map +1 -1
  55. package/lib/cjs/presentation-common/rules/content/modifiers/CalculatedPropertiesSpecification.d.ts +7 -10
  56. package/lib/cjs/presentation-common/rules/content/modifiers/CalculatedPropertiesSpecification.d.ts.map +1 -1
  57. package/lib/cjs/presentation-common/rules/content/modifiers/CalculatedPropertiesSpecification.js.map +1 -1
  58. package/lib/cjs/presentation-common/rules/content/modifiers/ContentModifier.d.ts +22 -12
  59. package/lib/cjs/presentation-common/rules/content/modifiers/ContentModifier.d.ts.map +1 -1
  60. package/lib/cjs/presentation-common/rules/content/modifiers/ContentModifier.js.map +1 -1
  61. package/lib/cjs/presentation-common/rules/content/modifiers/CustomRendererSpecification.d.ts +8 -2
  62. package/lib/cjs/presentation-common/rules/content/modifiers/CustomRendererSpecification.d.ts.map +1 -1
  63. package/lib/cjs/presentation-common/rules/content/modifiers/CustomRendererSpecification.js.map +1 -1
  64. package/lib/cjs/presentation-common/rules/content/modifiers/PropertyCategorySpecification.d.ts +30 -10
  65. package/lib/cjs/presentation-common/rules/content/modifiers/PropertyCategorySpecification.d.ts.map +1 -1
  66. package/lib/cjs/presentation-common/rules/content/modifiers/PropertyCategorySpecification.js.map +1 -1
  67. package/lib/cjs/presentation-common/rules/content/modifiers/PropertyEditorsSpecification.d.ts +9 -4
  68. package/lib/cjs/presentation-common/rules/content/modifiers/PropertyEditorsSpecification.d.ts.map +1 -1
  69. package/lib/cjs/presentation-common/rules/content/modifiers/PropertyEditorsSpecification.js.map +1 -1
  70. package/lib/cjs/presentation-common/rules/content/modifiers/RelatedPropertiesSpecification.d.ts +19 -21
  71. package/lib/cjs/presentation-common/rules/content/modifiers/RelatedPropertiesSpecification.d.ts.map +1 -1
  72. package/lib/cjs/presentation-common/rules/content/modifiers/RelatedPropertiesSpecification.js +5 -7
  73. package/lib/cjs/presentation-common/rules/content/modifiers/RelatedPropertiesSpecification.js.map +1 -1
  74. package/lib/cjs/presentation-common/rules/customization/CheckBoxRule.d.ts +8 -11
  75. package/lib/cjs/presentation-common/rules/customization/CheckBoxRule.d.ts.map +1 -1
  76. package/lib/cjs/presentation-common/rules/customization/CheckBoxRule.js.map +1 -1
  77. package/lib/cjs/presentation-common/rules/customization/CustomizationRule.d.ts +1 -1
  78. package/lib/cjs/presentation-common/rules/customization/CustomizationRule.js.map +1 -1
  79. package/lib/cjs/presentation-common/rules/customization/ExtendedDataRule.d.ts +9 -24
  80. package/lib/cjs/presentation-common/rules/customization/ExtendedDataRule.d.ts.map +1 -1
  81. package/lib/cjs/presentation-common/rules/customization/ExtendedDataRule.js.map +1 -1
  82. package/lib/cjs/presentation-common/rules/customization/GroupingRule.d.ts +55 -72
  83. package/lib/cjs/presentation-common/rules/customization/GroupingRule.d.ts.map +1 -1
  84. package/lib/cjs/presentation-common/rules/customization/GroupingRule.js +1 -1
  85. package/lib/cjs/presentation-common/rules/customization/GroupingRule.js.map +1 -1
  86. package/lib/cjs/presentation-common/rules/customization/ImageIdOverride.d.ts +9 -10
  87. package/lib/cjs/presentation-common/rules/customization/ImageIdOverride.d.ts.map +1 -1
  88. package/lib/cjs/presentation-common/rules/customization/ImageIdOverride.js.map +1 -1
  89. package/lib/cjs/presentation-common/rules/customization/InstanceLabelOverride.d.ts +33 -22
  90. package/lib/cjs/presentation-common/rules/customization/InstanceLabelOverride.d.ts.map +1 -1
  91. package/lib/cjs/presentation-common/rules/customization/InstanceLabelOverride.js +1 -1
  92. package/lib/cjs/presentation-common/rules/customization/InstanceLabelOverride.js.map +1 -1
  93. package/lib/cjs/presentation-common/rules/customization/LabelOverride.d.ts +13 -16
  94. package/lib/cjs/presentation-common/rules/customization/LabelOverride.d.ts.map +1 -1
  95. package/lib/cjs/presentation-common/rules/customization/LabelOverride.js.map +1 -1
  96. package/lib/cjs/presentation-common/rules/customization/SortingRule.d.ts +16 -29
  97. package/lib/cjs/presentation-common/rules/customization/SortingRule.d.ts.map +1 -1
  98. package/lib/cjs/presentation-common/rules/customization/SortingRule.js.map +1 -1
  99. package/lib/cjs/presentation-common/rules/customization/StyleOverride.d.ts +11 -12
  100. package/lib/cjs/presentation-common/rules/customization/StyleOverride.d.ts.map +1 -1
  101. package/lib/cjs/presentation-common/rules/customization/StyleOverride.js.map +1 -1
  102. package/lib/cjs/presentation-common/rules/hierarchy/ChildNodeRule.d.ts +4 -5
  103. package/lib/cjs/presentation-common/rules/hierarchy/ChildNodeRule.d.ts.map +1 -1
  104. package/lib/cjs/presentation-common/rules/hierarchy/ChildNodeRule.js.map +1 -1
  105. package/lib/cjs/presentation-common/rules/hierarchy/ChildNodeSpecification.d.ts +30 -32
  106. package/lib/cjs/presentation-common/rules/hierarchy/ChildNodeSpecification.d.ts.map +1 -1
  107. package/lib/cjs/presentation-common/rules/hierarchy/ChildNodeSpecification.js.map +1 -1
  108. package/lib/cjs/presentation-common/rules/hierarchy/CustomNodeSpecification.d.ts +11 -6
  109. package/lib/cjs/presentation-common/rules/hierarchy/CustomNodeSpecification.d.ts.map +1 -1
  110. package/lib/cjs/presentation-common/rules/hierarchy/CustomNodeSpecification.js.map +1 -1
  111. package/lib/cjs/presentation-common/rules/hierarchy/CustomQueryInstanceNodesSpecification.d.ts +19 -20
  112. package/lib/cjs/presentation-common/rules/hierarchy/CustomQueryInstanceNodesSpecification.d.ts.map +1 -1
  113. package/lib/cjs/presentation-common/rules/hierarchy/CustomQueryInstanceNodesSpecification.js.map +1 -1
  114. package/lib/cjs/presentation-common/rules/hierarchy/InstanceNodesOfSpecificClassesSpecification.d.ts +14 -10
  115. package/lib/cjs/presentation-common/rules/hierarchy/InstanceNodesOfSpecificClassesSpecification.d.ts.map +1 -1
  116. package/lib/cjs/presentation-common/rules/hierarchy/InstanceNodesOfSpecificClassesSpecification.js.map +1 -1
  117. package/lib/cjs/presentation-common/rules/hierarchy/NavigationRule.d.ts +16 -15
  118. package/lib/cjs/presentation-common/rules/hierarchy/NavigationRule.d.ts.map +1 -1
  119. package/lib/cjs/presentation-common/rules/hierarchy/NavigationRule.js.map +1 -1
  120. package/lib/cjs/presentation-common/rules/hierarchy/NodeArtifactsRule.d.ts +9 -28
  121. package/lib/cjs/presentation-common/rules/hierarchy/NodeArtifactsRule.d.ts.map +1 -1
  122. package/lib/cjs/presentation-common/rules/hierarchy/NodeArtifactsRule.js.map +1 -1
  123. package/lib/cjs/presentation-common/rules/hierarchy/RelatedInstanceNodesSpecification.d.ts +8 -9
  124. package/lib/cjs/presentation-common/rules/hierarchy/RelatedInstanceNodesSpecification.d.ts.map +1 -1
  125. package/lib/cjs/presentation-common/rules/hierarchy/RelatedInstanceNodesSpecification.js.map +1 -1
  126. package/lib/cjs/presentation-common/rules/hierarchy/RootNodeRule.d.ts +3 -4
  127. package/lib/cjs/presentation-common/rules/hierarchy/RootNodeRule.d.ts.map +1 -1
  128. package/lib/cjs/presentation-common/rules/hierarchy/RootNodeRule.js.map +1 -1
  129. package/lib/cjs/presentation-common/rules/hierarchy/SubCondition.d.ts +17 -10
  130. package/lib/cjs/presentation-common/rules/hierarchy/SubCondition.d.ts.map +1 -1
  131. package/lib/cjs/presentation-common/rules/hierarchy/SubCondition.js.map +1 -1
  132. package/lib/cjs/presentation-common/selection/SelectionScope.d.ts +1 -1
  133. package/lib/cjs/presentation-common/selection/SelectionScope.js.map +1 -1
  134. package/lib/cjs/presentation-common.d.ts +3 -3
  135. package/lib/cjs/presentation-common.js +3 -3
  136. package/lib/cjs/presentation-common.js.map +1 -1
  137. package/lib/esm/presentation-common/content/Descriptor.d.ts +6 -6
  138. package/lib/esm/presentation-common/content/Descriptor.js +1 -1
  139. package/lib/esm/presentation-common/content/Descriptor.js.map +1 -1
  140. package/lib/esm/presentation-common/content/Fields.d.ts +3 -3
  141. package/lib/esm/presentation-common/content/Fields.js +2 -2
  142. package/lib/esm/presentation-common/content/Fields.js.map +1 -1
  143. package/lib/esm/presentation-common/content/Item.d.ts +3 -3
  144. package/lib/esm/presentation-common/content/Item.js +1 -1
  145. package/lib/esm/presentation-common/content/Item.js.map +1 -1
  146. package/lib/esm/presentation-common/hierarchy/Node.d.ts +7 -7
  147. package/lib/esm/presentation-common/hierarchy/Node.js.map +1 -1
  148. package/lib/esm/presentation-common/rules/ClassSpecifications.d.ts +10 -8
  149. package/lib/esm/presentation-common/rules/ClassSpecifications.d.ts.map +1 -1
  150. package/lib/esm/presentation-common/rules/ClassSpecifications.js.map +1 -1
  151. package/lib/esm/presentation-common/rules/RelatedInstanceSpecification.d.ts +10 -62
  152. package/lib/esm/presentation-common/rules/RelatedInstanceSpecification.d.ts.map +1 -1
  153. package/lib/esm/presentation-common/rules/RelatedInstanceSpecification.js.map +1 -1
  154. package/lib/esm/presentation-common/rules/RelationshipPathSpecification.d.ts +20 -13
  155. package/lib/esm/presentation-common/rules/RelationshipPathSpecification.d.ts.map +1 -1
  156. package/lib/esm/presentation-common/rules/RelationshipPathSpecification.js.map +1 -1
  157. package/lib/esm/presentation-common/rules/Rule.d.ts +11 -12
  158. package/lib/esm/presentation-common/rules/Rule.d.ts.map +1 -1
  159. package/lib/esm/presentation-common/rules/Rule.js.map +1 -1
  160. package/lib/esm/presentation-common/rules/Ruleset.d.ts +6 -5
  161. package/lib/esm/presentation-common/rules/Ruleset.d.ts.map +1 -1
  162. package/lib/esm/presentation-common/rules/Ruleset.js.map +1 -1
  163. package/lib/esm/presentation-common/rules/SchemasSpecification.d.ts +5 -2
  164. package/lib/esm/presentation-common/rules/SchemasSpecification.d.ts.map +1 -1
  165. package/lib/esm/presentation-common/rules/SchemasSpecification.js.map +1 -1
  166. package/lib/esm/presentation-common/rules/Variables.d.ts +3 -3
  167. package/lib/esm/presentation-common/rules/Variables.js.map +1 -1
  168. package/lib/esm/presentation-common/rules/content/ContentInstancesOfSpecificClassesSpecification.d.ts +12 -14
  169. package/lib/esm/presentation-common/rules/content/ContentInstancesOfSpecificClassesSpecification.d.ts.map +1 -1
  170. package/lib/esm/presentation-common/rules/content/ContentInstancesOfSpecificClassesSpecification.js.map +1 -1
  171. package/lib/esm/presentation-common/rules/content/ContentRelatedInstancesSpecification.d.ts +6 -8
  172. package/lib/esm/presentation-common/rules/content/ContentRelatedInstancesSpecification.d.ts.map +1 -1
  173. package/lib/esm/presentation-common/rules/content/ContentRelatedInstancesSpecification.js.map +1 -1
  174. package/lib/esm/presentation-common/rules/content/ContentRule.d.ts +15 -10
  175. package/lib/esm/presentation-common/rules/content/ContentRule.d.ts.map +1 -1
  176. package/lib/esm/presentation-common/rules/content/ContentRule.js.map +1 -1
  177. package/lib/esm/presentation-common/rules/content/ContentSpecification.d.ts +9 -6
  178. package/lib/esm/presentation-common/rules/content/ContentSpecification.d.ts.map +1 -1
  179. package/lib/esm/presentation-common/rules/content/ContentSpecification.js.map +1 -1
  180. package/lib/esm/presentation-common/rules/content/DefaultPropertyCategoryOverride.d.ts +3 -4
  181. package/lib/esm/presentation-common/rules/content/DefaultPropertyCategoryOverride.d.ts.map +1 -1
  182. package/lib/esm/presentation-common/rules/content/DefaultPropertyCategoryOverride.js.map +1 -1
  183. package/lib/esm/presentation-common/rules/content/PropertySpecification.d.ts +42 -20
  184. package/lib/esm/presentation-common/rules/content/PropertySpecification.d.ts.map +1 -1
  185. package/lib/esm/presentation-common/rules/content/PropertySpecification.js.map +1 -1
  186. package/lib/esm/presentation-common/rules/content/SelectedNodeInstancesSpecification.d.ts +5 -10
  187. package/lib/esm/presentation-common/rules/content/SelectedNodeInstancesSpecification.d.ts.map +1 -1
  188. package/lib/esm/presentation-common/rules/content/SelectedNodeInstancesSpecification.js.map +1 -1
  189. package/lib/esm/presentation-common/rules/content/modifiers/CalculatedPropertiesSpecification.d.ts +7 -10
  190. package/lib/esm/presentation-common/rules/content/modifiers/CalculatedPropertiesSpecification.d.ts.map +1 -1
  191. package/lib/esm/presentation-common/rules/content/modifiers/CalculatedPropertiesSpecification.js.map +1 -1
  192. package/lib/esm/presentation-common/rules/content/modifiers/ContentModifier.d.ts +22 -12
  193. package/lib/esm/presentation-common/rules/content/modifiers/ContentModifier.d.ts.map +1 -1
  194. package/lib/esm/presentation-common/rules/content/modifiers/ContentModifier.js.map +1 -1
  195. package/lib/esm/presentation-common/rules/content/modifiers/CustomRendererSpecification.d.ts +8 -2
  196. package/lib/esm/presentation-common/rules/content/modifiers/CustomRendererSpecification.d.ts.map +1 -1
  197. package/lib/esm/presentation-common/rules/content/modifiers/CustomRendererSpecification.js.map +1 -1
  198. package/lib/esm/presentation-common/rules/content/modifiers/PropertyCategorySpecification.d.ts +30 -10
  199. package/lib/esm/presentation-common/rules/content/modifiers/PropertyCategorySpecification.d.ts.map +1 -1
  200. package/lib/esm/presentation-common/rules/content/modifiers/PropertyCategorySpecification.js.map +1 -1
  201. package/lib/esm/presentation-common/rules/content/modifiers/PropertyEditorsSpecification.d.ts +9 -4
  202. package/lib/esm/presentation-common/rules/content/modifiers/PropertyEditorsSpecification.d.ts.map +1 -1
  203. package/lib/esm/presentation-common/rules/content/modifiers/PropertyEditorsSpecification.js.map +1 -1
  204. package/lib/esm/presentation-common/rules/content/modifiers/RelatedPropertiesSpecification.d.ts +19 -21
  205. package/lib/esm/presentation-common/rules/content/modifiers/RelatedPropertiesSpecification.d.ts.map +1 -1
  206. package/lib/esm/presentation-common/rules/content/modifiers/RelatedPropertiesSpecification.js +5 -7
  207. package/lib/esm/presentation-common/rules/content/modifiers/RelatedPropertiesSpecification.js.map +1 -1
  208. package/lib/esm/presentation-common/rules/customization/CheckBoxRule.d.ts +8 -11
  209. package/lib/esm/presentation-common/rules/customization/CheckBoxRule.d.ts.map +1 -1
  210. package/lib/esm/presentation-common/rules/customization/CheckBoxRule.js.map +1 -1
  211. package/lib/esm/presentation-common/rules/customization/CustomizationRule.d.ts +1 -1
  212. package/lib/esm/presentation-common/rules/customization/CustomizationRule.js.map +1 -1
  213. package/lib/esm/presentation-common/rules/customization/ExtendedDataRule.d.ts +9 -24
  214. package/lib/esm/presentation-common/rules/customization/ExtendedDataRule.d.ts.map +1 -1
  215. package/lib/esm/presentation-common/rules/customization/ExtendedDataRule.js.map +1 -1
  216. package/lib/esm/presentation-common/rules/customization/GroupingRule.d.ts +55 -72
  217. package/lib/esm/presentation-common/rules/customization/GroupingRule.d.ts.map +1 -1
  218. package/lib/esm/presentation-common/rules/customization/GroupingRule.js +1 -1
  219. package/lib/esm/presentation-common/rules/customization/GroupingRule.js.map +1 -1
  220. package/lib/esm/presentation-common/rules/customization/ImageIdOverride.d.ts +9 -10
  221. package/lib/esm/presentation-common/rules/customization/ImageIdOverride.d.ts.map +1 -1
  222. package/lib/esm/presentation-common/rules/customization/ImageIdOverride.js.map +1 -1
  223. package/lib/esm/presentation-common/rules/customization/InstanceLabelOverride.d.ts +33 -22
  224. package/lib/esm/presentation-common/rules/customization/InstanceLabelOverride.d.ts.map +1 -1
  225. package/lib/esm/presentation-common/rules/customization/InstanceLabelOverride.js +1 -1
  226. package/lib/esm/presentation-common/rules/customization/InstanceLabelOverride.js.map +1 -1
  227. package/lib/esm/presentation-common/rules/customization/LabelOverride.d.ts +13 -16
  228. package/lib/esm/presentation-common/rules/customization/LabelOverride.d.ts.map +1 -1
  229. package/lib/esm/presentation-common/rules/customization/LabelOverride.js.map +1 -1
  230. package/lib/esm/presentation-common/rules/customization/SortingRule.d.ts +16 -29
  231. package/lib/esm/presentation-common/rules/customization/SortingRule.d.ts.map +1 -1
  232. package/lib/esm/presentation-common/rules/customization/SortingRule.js.map +1 -1
  233. package/lib/esm/presentation-common/rules/customization/StyleOverride.d.ts +11 -12
  234. package/lib/esm/presentation-common/rules/customization/StyleOverride.d.ts.map +1 -1
  235. package/lib/esm/presentation-common/rules/customization/StyleOverride.js.map +1 -1
  236. package/lib/esm/presentation-common/rules/hierarchy/ChildNodeRule.d.ts +4 -5
  237. package/lib/esm/presentation-common/rules/hierarchy/ChildNodeRule.d.ts.map +1 -1
  238. package/lib/esm/presentation-common/rules/hierarchy/ChildNodeRule.js.map +1 -1
  239. package/lib/esm/presentation-common/rules/hierarchy/ChildNodeSpecification.d.ts +30 -32
  240. package/lib/esm/presentation-common/rules/hierarchy/ChildNodeSpecification.d.ts.map +1 -1
  241. package/lib/esm/presentation-common/rules/hierarchy/ChildNodeSpecification.js.map +1 -1
  242. package/lib/esm/presentation-common/rules/hierarchy/CustomNodeSpecification.d.ts +11 -6
  243. package/lib/esm/presentation-common/rules/hierarchy/CustomNodeSpecification.d.ts.map +1 -1
  244. package/lib/esm/presentation-common/rules/hierarchy/CustomNodeSpecification.js.map +1 -1
  245. package/lib/esm/presentation-common/rules/hierarchy/CustomQueryInstanceNodesSpecification.d.ts +19 -20
  246. package/lib/esm/presentation-common/rules/hierarchy/CustomQueryInstanceNodesSpecification.d.ts.map +1 -1
  247. package/lib/esm/presentation-common/rules/hierarchy/CustomQueryInstanceNodesSpecification.js.map +1 -1
  248. package/lib/esm/presentation-common/rules/hierarchy/InstanceNodesOfSpecificClassesSpecification.d.ts +14 -10
  249. package/lib/esm/presentation-common/rules/hierarchy/InstanceNodesOfSpecificClassesSpecification.d.ts.map +1 -1
  250. package/lib/esm/presentation-common/rules/hierarchy/InstanceNodesOfSpecificClassesSpecification.js.map +1 -1
  251. package/lib/esm/presentation-common/rules/hierarchy/NavigationRule.d.ts +16 -15
  252. package/lib/esm/presentation-common/rules/hierarchy/NavigationRule.d.ts.map +1 -1
  253. package/lib/esm/presentation-common/rules/hierarchy/NavigationRule.js.map +1 -1
  254. package/lib/esm/presentation-common/rules/hierarchy/NodeArtifactsRule.d.ts +9 -28
  255. package/lib/esm/presentation-common/rules/hierarchy/NodeArtifactsRule.d.ts.map +1 -1
  256. package/lib/esm/presentation-common/rules/hierarchy/NodeArtifactsRule.js.map +1 -1
  257. package/lib/esm/presentation-common/rules/hierarchy/RelatedInstanceNodesSpecification.d.ts +8 -9
  258. package/lib/esm/presentation-common/rules/hierarchy/RelatedInstanceNodesSpecification.d.ts.map +1 -1
  259. package/lib/esm/presentation-common/rules/hierarchy/RelatedInstanceNodesSpecification.js.map +1 -1
  260. package/lib/esm/presentation-common/rules/hierarchy/RootNodeRule.d.ts +3 -4
  261. package/lib/esm/presentation-common/rules/hierarchy/RootNodeRule.d.ts.map +1 -1
  262. package/lib/esm/presentation-common/rules/hierarchy/RootNodeRule.js.map +1 -1
  263. package/lib/esm/presentation-common/rules/hierarchy/SubCondition.d.ts +17 -10
  264. package/lib/esm/presentation-common/rules/hierarchy/SubCondition.d.ts.map +1 -1
  265. package/lib/esm/presentation-common/rules/hierarchy/SubCondition.js.map +1 -1
  266. package/lib/esm/presentation-common/selection/SelectionScope.d.ts +1 -1
  267. package/lib/esm/presentation-common/selection/SelectionScope.js.map +1 -1
  268. package/lib/esm/presentation-common.d.ts +3 -3
  269. package/lib/esm/presentation-common.js +3 -3
  270. package/lib/esm/presentation-common.js.map +1 -1
  271. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # Change Log - @itwin/presentation-common
2
2
 
3
- This log was last generated on Thu, 10 Mar 2022 21:18:13 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 25 Mar 2022 15:10:02 GMT and should not be manually modified.
4
+
5
+ ## 3.0.3
6
+ Fri, 25 Mar 2022 15:10:02 GMT
7
+
8
+ _Version update only_
4
9
 
5
10
  ## 3.0.2
6
11
  Thu, 10 Mar 2022 21:18:13 GMT