@itwin/presentation-common 4.5.0-dev.2 → 4.5.0-dev.20

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 (393) hide show
  1. package/CHANGELOG.md +28 -1
  2. package/LICENSE.md +1 -1
  3. package/README.md +1 -1
  4. package/Ruleset.schema.json +72 -19
  5. package/lib/cjs/assets/locales/en/Presentation.json +19 -19
  6. package/lib/cjs/presentation-common/AsyncTasks.d.ts.map +1 -1
  7. package/lib/cjs/presentation-common/AsyncTasks.js +6 -4
  8. package/lib/cjs/presentation-common/AsyncTasks.js.map +1 -1
  9. package/lib/cjs/presentation-common/CommonLoggerCategory.js +3 -3
  10. package/lib/cjs/presentation-common/CommonLoggerCategory.js.map +1 -1
  11. package/lib/cjs/presentation-common/Diagnostics.d.ts.map +1 -1
  12. package/lib/cjs/presentation-common/Diagnostics.js +27 -15
  13. package/lib/cjs/presentation-common/Diagnostics.js.map +1 -1
  14. package/lib/cjs/presentation-common/EC.d.ts +7 -4
  15. package/lib/cjs/presentation-common/EC.d.ts.map +1 -1
  16. package/lib/cjs/presentation-common/EC.js +22 -17
  17. package/lib/cjs/presentation-common/EC.js.map +1 -1
  18. package/lib/cjs/presentation-common/ElementProperties.js +3 -3
  19. package/lib/cjs/presentation-common/ElementProperties.js.map +1 -1
  20. package/lib/cjs/presentation-common/Error.d.ts.map +1 -1
  21. package/lib/cjs/presentation-common/Error.js +5 -4
  22. package/lib/cjs/presentation-common/Error.js.map +1 -1
  23. package/lib/cjs/presentation-common/InstanceFilterDefinition.d.ts.map +1 -1
  24. package/lib/cjs/presentation-common/InstanceFilterDefinition.js +3 -3
  25. package/lib/cjs/presentation-common/InstanceFilterDefinition.js.map +1 -1
  26. package/lib/cjs/presentation-common/KeySet.d.ts.map +1 -1
  27. package/lib/cjs/presentation-common/KeySet.js +80 -46
  28. package/lib/cjs/presentation-common/KeySet.js.map +1 -1
  29. package/lib/cjs/presentation-common/KoqPropertyValueFormatter.d.ts.map +1 -1
  30. package/lib/cjs/presentation-common/KoqPropertyValueFormatter.js.map +1 -1
  31. package/lib/cjs/presentation-common/LabelDefinition.d.ts.map +1 -1
  32. package/lib/cjs/presentation-common/LabelDefinition.js +5 -4
  33. package/lib/cjs/presentation-common/LabelDefinition.js.map +1 -1
  34. package/lib/cjs/presentation-common/LocalizationHelper.js.map +1 -1
  35. package/lib/cjs/presentation-common/PresentationIpcInterface.js +3 -3
  36. package/lib/cjs/presentation-common/PresentationIpcInterface.js.map +1 -1
  37. package/lib/cjs/presentation-common/PresentationManagerOptions.d.ts.map +1 -1
  38. package/lib/cjs/presentation-common/PresentationManagerOptions.js +3 -3
  39. package/lib/cjs/presentation-common/PresentationManagerOptions.js.map +1 -1
  40. package/lib/cjs/presentation-common/PresentationRpcInterface.d.ts.map +1 -1
  41. package/lib/cjs/presentation-common/PresentationRpcInterface.js +52 -20
  42. package/lib/cjs/presentation-common/PresentationRpcInterface.js.map +1 -1
  43. package/lib/cjs/presentation-common/RegisteredRuleset.d.ts.map +1 -1
  44. package/lib/cjs/presentation-common/RegisteredRuleset.js +21 -9
  45. package/lib/cjs/presentation-common/RegisteredRuleset.js.map +1 -1
  46. package/lib/cjs/presentation-common/RpcRequestsHandler.d.ts +1 -1
  47. package/lib/cjs/presentation-common/RpcRequestsHandler.d.ts.map +1 -1
  48. package/lib/cjs/presentation-common/RpcRequestsHandler.js +19 -15
  49. package/lib/cjs/presentation-common/RpcRequestsHandler.js.map +1 -1
  50. package/lib/cjs/presentation-common/RulesetVariables.d.ts.map +1 -1
  51. package/lib/cjs/presentation-common/RulesetVariables.js +7 -5
  52. package/lib/cjs/presentation-common/RulesetVariables.js.map +1 -1
  53. package/lib/cjs/presentation-common/RulesetsFactory.d.ts.map +1 -1
  54. package/lib/cjs/presentation-common/RulesetsFactory.js +42 -26
  55. package/lib/cjs/presentation-common/RulesetsFactory.js.map +1 -1
  56. package/lib/cjs/presentation-common/Update.d.ts.map +1 -1
  57. package/lib/cjs/presentation-common/Update.js +4 -3
  58. package/lib/cjs/presentation-common/Update.js.map +1 -1
  59. package/lib/cjs/presentation-common/Utils.js +3 -3
  60. package/lib/cjs/presentation-common/Utils.js.map +1 -1
  61. package/lib/cjs/presentation-common/content/Category.js +3 -3
  62. package/lib/cjs/presentation-common/content/Category.js.map +1 -1
  63. package/lib/cjs/presentation-common/content/Content.d.ts.map +1 -1
  64. package/lib/cjs/presentation-common/content/Content.js +10 -9
  65. package/lib/cjs/presentation-common/content/Content.js.map +1 -1
  66. package/lib/cjs/presentation-common/content/ContentTraverser.d.ts.map +1 -1
  67. package/lib/cjs/presentation-common/content/ContentTraverser.js +47 -25
  68. package/lib/cjs/presentation-common/content/ContentTraverser.js.map +1 -1
  69. package/lib/cjs/presentation-common/content/Descriptor.d.ts.map +1 -1
  70. package/lib/cjs/presentation-common/content/Descriptor.js +56 -21
  71. package/lib/cjs/presentation-common/content/Descriptor.js.map +1 -1
  72. package/lib/cjs/presentation-common/content/DisplayTypes.js +3 -3
  73. package/lib/cjs/presentation-common/content/DisplayTypes.js.map +1 -1
  74. package/lib/cjs/presentation-common/content/Editor.js +3 -3
  75. package/lib/cjs/presentation-common/content/Editor.js.map +1 -1
  76. package/lib/cjs/presentation-common/content/Fields.d.ts.map +1 -1
  77. package/lib/cjs/presentation-common/content/Fields.js +47 -23
  78. package/lib/cjs/presentation-common/content/Fields.js.map +1 -1
  79. package/lib/cjs/presentation-common/content/Item.d.ts.map +1 -1
  80. package/lib/cjs/presentation-common/content/Item.js +8 -6
  81. package/lib/cjs/presentation-common/content/Item.js.map +1 -1
  82. package/lib/cjs/presentation-common/content/Property.d.ts +1 -1
  83. package/lib/cjs/presentation-common/content/Property.d.ts.map +1 -1
  84. package/lib/cjs/presentation-common/content/Property.js +4 -4
  85. package/lib/cjs/presentation-common/content/Property.js.map +1 -1
  86. package/lib/cjs/presentation-common/content/PropertyValueFormatter.d.ts.map +1 -1
  87. package/lib/cjs/presentation-common/content/PropertyValueFormatter.js +13 -11
  88. package/lib/cjs/presentation-common/content/PropertyValueFormatter.js.map +1 -1
  89. package/lib/cjs/presentation-common/content/Renderer.js +3 -3
  90. package/lib/cjs/presentation-common/content/Renderer.js.map +1 -1
  91. package/lib/cjs/presentation-common/content/TypeDescription.js +3 -3
  92. package/lib/cjs/presentation-common/content/TypeDescription.js.map +1 -1
  93. package/lib/cjs/presentation-common/content/Value.d.ts.map +1 -1
  94. package/lib/cjs/presentation-common/content/Value.js +46 -30
  95. package/lib/cjs/presentation-common/content/Value.js.map +1 -1
  96. package/lib/cjs/presentation-common/hierarchy/HierarchyLevel.js +3 -3
  97. package/lib/cjs/presentation-common/hierarchy/HierarchyLevel.js.map +1 -1
  98. package/lib/cjs/presentation-common/hierarchy/Key.d.ts.map +1 -1
  99. package/lib/cjs/presentation-common/hierarchy/Key.js +14 -8
  100. package/lib/cjs/presentation-common/hierarchy/Key.js.map +1 -1
  101. package/lib/cjs/presentation-common/hierarchy/Node.d.ts.map +1 -1
  102. package/lib/cjs/presentation-common/hierarchy/Node.js +7 -5
  103. package/lib/cjs/presentation-common/hierarchy/Node.js.map +1 -1
  104. package/lib/cjs/presentation-common/hierarchy/NodePathElement.d.ts.map +1 -1
  105. package/lib/cjs/presentation-common/hierarchy/NodePathElement.js +11 -7
  106. package/lib/cjs/presentation-common/hierarchy/NodePathElement.js.map +1 -1
  107. package/lib/cjs/presentation-common/rules/ClassSpecifications.js +3 -3
  108. package/lib/cjs/presentation-common/rules/ClassSpecifications.js.map +1 -1
  109. package/lib/cjs/presentation-common/rules/RelatedInstanceSpecification.d.ts +39 -11
  110. package/lib/cjs/presentation-common/rules/RelatedInstanceSpecification.d.ts.map +1 -1
  111. package/lib/cjs/presentation-common/rules/RelatedInstanceSpecification.js +3 -3
  112. package/lib/cjs/presentation-common/rules/RelatedInstanceSpecification.js.map +1 -1
  113. package/lib/cjs/presentation-common/rules/RelationshipDirection.js +3 -3
  114. package/lib/cjs/presentation-common/rules/RelationshipDirection.js.map +1 -1
  115. package/lib/cjs/presentation-common/rules/RelationshipPathSpecification.js +3 -3
  116. package/lib/cjs/presentation-common/rules/RelationshipPathSpecification.js.map +1 -1
  117. package/lib/cjs/presentation-common/rules/Rule.js +3 -3
  118. package/lib/cjs/presentation-common/rules/Rule.js.map +1 -1
  119. package/lib/cjs/presentation-common/rules/Ruleset.js +3 -3
  120. package/lib/cjs/presentation-common/rules/Ruleset.js.map +1 -1
  121. package/lib/cjs/presentation-common/rules/SchemasSpecification.js +3 -3
  122. package/lib/cjs/presentation-common/rules/SchemasSpecification.js.map +1 -1
  123. package/lib/cjs/presentation-common/rules/Variables.js +3 -3
  124. package/lib/cjs/presentation-common/rules/Variables.js.map +1 -1
  125. package/lib/cjs/presentation-common/rules/content/ContentInstancesOfSpecificClassesSpecification.js +3 -3
  126. package/lib/cjs/presentation-common/rules/content/ContentInstancesOfSpecificClassesSpecification.js.map +1 -1
  127. package/lib/cjs/presentation-common/rules/content/ContentRelatedInstancesSpecification.js +3 -3
  128. package/lib/cjs/presentation-common/rules/content/ContentRelatedInstancesSpecification.js.map +1 -1
  129. package/lib/cjs/presentation-common/rules/content/ContentRule.js +3 -3
  130. package/lib/cjs/presentation-common/rules/content/ContentRule.js.map +1 -1
  131. package/lib/cjs/presentation-common/rules/content/ContentSpecification.d.ts.map +1 -1
  132. package/lib/cjs/presentation-common/rules/content/ContentSpecification.js +3 -3
  133. package/lib/cjs/presentation-common/rules/content/ContentSpecification.js.map +1 -1
  134. package/lib/cjs/presentation-common/rules/content/DefaultPropertyCategoryOverride.js +3 -3
  135. package/lib/cjs/presentation-common/rules/content/DefaultPropertyCategoryOverride.js.map +1 -1
  136. package/lib/cjs/presentation-common/rules/content/PropertySpecification.js +3 -3
  137. package/lib/cjs/presentation-common/rules/content/PropertySpecification.js.map +1 -1
  138. package/lib/cjs/presentation-common/rules/content/SelectedNodeInstancesSpecification.js +3 -3
  139. package/lib/cjs/presentation-common/rules/content/SelectedNodeInstancesSpecification.js.map +1 -1
  140. package/lib/cjs/presentation-common/rules/content/modifiers/CalculatedPropertiesSpecification.js +3 -3
  141. package/lib/cjs/presentation-common/rules/content/modifiers/CalculatedPropertiesSpecification.js.map +1 -1
  142. package/lib/cjs/presentation-common/rules/content/modifiers/ContentModifier.js +3 -3
  143. package/lib/cjs/presentation-common/rules/content/modifiers/ContentModifier.js.map +1 -1
  144. package/lib/cjs/presentation-common/rules/content/modifiers/CustomRendererSpecification.js +3 -3
  145. package/lib/cjs/presentation-common/rules/content/modifiers/CustomRendererSpecification.js.map +1 -1
  146. package/lib/cjs/presentation-common/rules/content/modifiers/PropertyCategorySpecification.js +3 -3
  147. package/lib/cjs/presentation-common/rules/content/modifiers/PropertyCategorySpecification.js.map +1 -1
  148. package/lib/cjs/presentation-common/rules/content/modifiers/PropertyEditorsSpecification.d.ts.map +1 -1
  149. package/lib/cjs/presentation-common/rules/content/modifiers/PropertyEditorsSpecification.js +3 -3
  150. package/lib/cjs/presentation-common/rules/content/modifiers/PropertyEditorsSpecification.js.map +1 -1
  151. package/lib/cjs/presentation-common/rules/content/modifiers/RelatedPropertiesSpecification.js +3 -3
  152. package/lib/cjs/presentation-common/rules/content/modifiers/RelatedPropertiesSpecification.js.map +1 -1
  153. package/lib/cjs/presentation-common/rules/customization/CheckBoxRule.js +3 -3
  154. package/lib/cjs/presentation-common/rules/customization/CheckBoxRule.js.map +1 -1
  155. package/lib/cjs/presentation-common/rules/customization/CustomizationRule.d.ts +1 -5
  156. package/lib/cjs/presentation-common/rules/customization/CustomizationRule.d.ts.map +1 -1
  157. package/lib/cjs/presentation-common/rules/customization/CustomizationRule.js +3 -3
  158. package/lib/cjs/presentation-common/rules/customization/CustomizationRule.js.map +1 -1
  159. package/lib/cjs/presentation-common/rules/customization/ExtendedDataRule.js +3 -3
  160. package/lib/cjs/presentation-common/rules/customization/ExtendedDataRule.js.map +1 -1
  161. package/lib/cjs/presentation-common/rules/customization/GroupingRule.js +3 -3
  162. package/lib/cjs/presentation-common/rules/customization/GroupingRule.js.map +1 -1
  163. package/lib/cjs/presentation-common/rules/customization/ImageIdOverride.js +3 -3
  164. package/lib/cjs/presentation-common/rules/customization/ImageIdOverride.js.map +1 -1
  165. package/lib/cjs/presentation-common/rules/customization/InstanceLabelOverride.d.ts.map +1 -1
  166. package/lib/cjs/presentation-common/rules/customization/InstanceLabelOverride.js +3 -3
  167. package/lib/cjs/presentation-common/rules/customization/InstanceLabelOverride.js.map +1 -1
  168. package/lib/cjs/presentation-common/rules/customization/LabelOverride.js +3 -3
  169. package/lib/cjs/presentation-common/rules/customization/LabelOverride.js.map +1 -1
  170. package/lib/cjs/presentation-common/rules/customization/SortingRule.js +3 -3
  171. package/lib/cjs/presentation-common/rules/customization/SortingRule.js.map +1 -1
  172. package/lib/cjs/presentation-common/rules/customization/StyleOverride.js +3 -3
  173. package/lib/cjs/presentation-common/rules/customization/StyleOverride.js.map +1 -1
  174. package/lib/cjs/presentation-common/rules/hierarchy/ChildNodeRule.js +3 -3
  175. package/lib/cjs/presentation-common/rules/hierarchy/ChildNodeRule.js.map +1 -1
  176. package/lib/cjs/presentation-common/rules/hierarchy/ChildNodeSpecification.d.ts.map +1 -1
  177. package/lib/cjs/presentation-common/rules/hierarchy/ChildNodeSpecification.js +3 -3
  178. package/lib/cjs/presentation-common/rules/hierarchy/ChildNodeSpecification.js.map +1 -1
  179. package/lib/cjs/presentation-common/rules/hierarchy/CustomNodeSpecification.js +3 -3
  180. package/lib/cjs/presentation-common/rules/hierarchy/CustomNodeSpecification.js.map +1 -1
  181. package/lib/cjs/presentation-common/rules/hierarchy/CustomQueryInstanceNodesSpecification.js +3 -3
  182. package/lib/cjs/presentation-common/rules/hierarchy/CustomQueryInstanceNodesSpecification.js.map +1 -1
  183. package/lib/cjs/presentation-common/rules/hierarchy/InstanceNodesOfSpecificClassesSpecification.js +3 -3
  184. package/lib/cjs/presentation-common/rules/hierarchy/InstanceNodesOfSpecificClassesSpecification.js.map +1 -1
  185. package/lib/cjs/presentation-common/rules/hierarchy/NavigationRule.js +3 -3
  186. package/lib/cjs/presentation-common/rules/hierarchy/NavigationRule.js.map +1 -1
  187. package/lib/cjs/presentation-common/rules/hierarchy/NodeArtifactsRule.js +3 -3
  188. package/lib/cjs/presentation-common/rules/hierarchy/NodeArtifactsRule.js.map +1 -1
  189. package/lib/cjs/presentation-common/rules/hierarchy/RelatedInstanceNodesSpecification.js +3 -3
  190. package/lib/cjs/presentation-common/rules/hierarchy/RelatedInstanceNodesSpecification.js.map +1 -1
  191. package/lib/cjs/presentation-common/rules/hierarchy/RootNodeRule.js +3 -3
  192. package/lib/cjs/presentation-common/rules/hierarchy/RootNodeRule.js.map +1 -1
  193. package/lib/cjs/presentation-common/rules/hierarchy/SubCondition.js +3 -3
  194. package/lib/cjs/presentation-common/rules/hierarchy/SubCondition.js.map +1 -1
  195. package/lib/cjs/presentation-common/selection/SelectionScope.js +3 -3
  196. package/lib/cjs/presentation-common/selection/SelectionScope.js.map +1 -1
  197. package/lib/cjs/presentation-common.js +3 -3
  198. package/lib/cjs/presentation-common.js.map +1 -1
  199. package/lib/esm/presentation-common/AsyncTasks.d.ts.map +1 -1
  200. package/lib/esm/presentation-common/AsyncTasks.js +6 -4
  201. package/lib/esm/presentation-common/AsyncTasks.js.map +1 -1
  202. package/lib/esm/presentation-common/CommonLoggerCategory.js +3 -3
  203. package/lib/esm/presentation-common/CommonLoggerCategory.js.map +1 -1
  204. package/lib/esm/presentation-common/Diagnostics.d.ts.map +1 -1
  205. package/lib/esm/presentation-common/Diagnostics.js +27 -15
  206. package/lib/esm/presentation-common/Diagnostics.js.map +1 -1
  207. package/lib/esm/presentation-common/EC.d.ts +7 -4
  208. package/lib/esm/presentation-common/EC.d.ts.map +1 -1
  209. package/lib/esm/presentation-common/EC.js +22 -17
  210. package/lib/esm/presentation-common/EC.js.map +1 -1
  211. package/lib/esm/presentation-common/ElementProperties.js +3 -3
  212. package/lib/esm/presentation-common/ElementProperties.js.map +1 -1
  213. package/lib/esm/presentation-common/Error.d.ts.map +1 -1
  214. package/lib/esm/presentation-common/Error.js +5 -4
  215. package/lib/esm/presentation-common/Error.js.map +1 -1
  216. package/lib/esm/presentation-common/InstanceFilterDefinition.d.ts.map +1 -1
  217. package/lib/esm/presentation-common/InstanceFilterDefinition.js +3 -3
  218. package/lib/esm/presentation-common/InstanceFilterDefinition.js.map +1 -1
  219. package/lib/esm/presentation-common/KeySet.d.ts.map +1 -1
  220. package/lib/esm/presentation-common/KeySet.js +80 -46
  221. package/lib/esm/presentation-common/KeySet.js.map +1 -1
  222. package/lib/esm/presentation-common/KoqPropertyValueFormatter.d.ts.map +1 -1
  223. package/lib/esm/presentation-common/KoqPropertyValueFormatter.js.map +1 -1
  224. package/lib/esm/presentation-common/LabelDefinition.d.ts.map +1 -1
  225. package/lib/esm/presentation-common/LabelDefinition.js +5 -4
  226. package/lib/esm/presentation-common/LabelDefinition.js.map +1 -1
  227. package/lib/esm/presentation-common/LocalizationHelper.js.map +1 -1
  228. package/lib/esm/presentation-common/PresentationIpcInterface.js +3 -3
  229. package/lib/esm/presentation-common/PresentationIpcInterface.js.map +1 -1
  230. package/lib/esm/presentation-common/PresentationManagerOptions.d.ts.map +1 -1
  231. package/lib/esm/presentation-common/PresentationManagerOptions.js +3 -3
  232. package/lib/esm/presentation-common/PresentationManagerOptions.js.map +1 -1
  233. package/lib/esm/presentation-common/PresentationRpcInterface.d.ts.map +1 -1
  234. package/lib/esm/presentation-common/PresentationRpcInterface.js +52 -20
  235. package/lib/esm/presentation-common/PresentationRpcInterface.js.map +1 -1
  236. package/lib/esm/presentation-common/RegisteredRuleset.d.ts.map +1 -1
  237. package/lib/esm/presentation-common/RegisteredRuleset.js +21 -9
  238. package/lib/esm/presentation-common/RegisteredRuleset.js.map +1 -1
  239. package/lib/esm/presentation-common/RpcRequestsHandler.d.ts +1 -1
  240. package/lib/esm/presentation-common/RpcRequestsHandler.d.ts.map +1 -1
  241. package/lib/esm/presentation-common/RpcRequestsHandler.js +20 -16
  242. package/lib/esm/presentation-common/RpcRequestsHandler.js.map +1 -1
  243. package/lib/esm/presentation-common/RulesetVariables.d.ts.map +1 -1
  244. package/lib/esm/presentation-common/RulesetVariables.js +7 -5
  245. package/lib/esm/presentation-common/RulesetVariables.js.map +1 -1
  246. package/lib/esm/presentation-common/RulesetsFactory.d.ts.map +1 -1
  247. package/lib/esm/presentation-common/RulesetsFactory.js +42 -26
  248. package/lib/esm/presentation-common/RulesetsFactory.js.map +1 -1
  249. package/lib/esm/presentation-common/Update.d.ts.map +1 -1
  250. package/lib/esm/presentation-common/Update.js +4 -3
  251. package/lib/esm/presentation-common/Update.js.map +1 -1
  252. package/lib/esm/presentation-common/Utils.js +3 -3
  253. package/lib/esm/presentation-common/Utils.js.map +1 -1
  254. package/lib/esm/presentation-common/content/Category.js +3 -3
  255. package/lib/esm/presentation-common/content/Category.js.map +1 -1
  256. package/lib/esm/presentation-common/content/Content.d.ts.map +1 -1
  257. package/lib/esm/presentation-common/content/Content.js +10 -9
  258. package/lib/esm/presentation-common/content/Content.js.map +1 -1
  259. package/lib/esm/presentation-common/content/ContentTraverser.d.ts.map +1 -1
  260. package/lib/esm/presentation-common/content/ContentTraverser.js +47 -25
  261. package/lib/esm/presentation-common/content/ContentTraverser.js.map +1 -1
  262. package/lib/esm/presentation-common/content/Descriptor.d.ts.map +1 -1
  263. package/lib/esm/presentation-common/content/Descriptor.js +56 -21
  264. package/lib/esm/presentation-common/content/Descriptor.js.map +1 -1
  265. package/lib/esm/presentation-common/content/DisplayTypes.js +3 -3
  266. package/lib/esm/presentation-common/content/DisplayTypes.js.map +1 -1
  267. package/lib/esm/presentation-common/content/Editor.js +3 -3
  268. package/lib/esm/presentation-common/content/Editor.js.map +1 -1
  269. package/lib/esm/presentation-common/content/Fields.d.ts.map +1 -1
  270. package/lib/esm/presentation-common/content/Fields.js +47 -23
  271. package/lib/esm/presentation-common/content/Fields.js.map +1 -1
  272. package/lib/esm/presentation-common/content/Item.d.ts.map +1 -1
  273. package/lib/esm/presentation-common/content/Item.js +8 -6
  274. package/lib/esm/presentation-common/content/Item.js.map +1 -1
  275. package/lib/esm/presentation-common/content/Property.d.ts +1 -1
  276. package/lib/esm/presentation-common/content/Property.d.ts.map +1 -1
  277. package/lib/esm/presentation-common/content/Property.js +4 -4
  278. package/lib/esm/presentation-common/content/Property.js.map +1 -1
  279. package/lib/esm/presentation-common/content/PropertyValueFormatter.d.ts.map +1 -1
  280. package/lib/esm/presentation-common/content/PropertyValueFormatter.js +13 -11
  281. package/lib/esm/presentation-common/content/PropertyValueFormatter.js.map +1 -1
  282. package/lib/esm/presentation-common/content/Renderer.js +3 -3
  283. package/lib/esm/presentation-common/content/Renderer.js.map +1 -1
  284. package/lib/esm/presentation-common/content/TypeDescription.js +3 -3
  285. package/lib/esm/presentation-common/content/TypeDescription.js.map +1 -1
  286. package/lib/esm/presentation-common/content/Value.d.ts.map +1 -1
  287. package/lib/esm/presentation-common/content/Value.js +46 -30
  288. package/lib/esm/presentation-common/content/Value.js.map +1 -1
  289. package/lib/esm/presentation-common/hierarchy/HierarchyLevel.js +3 -3
  290. package/lib/esm/presentation-common/hierarchy/HierarchyLevel.js.map +1 -1
  291. package/lib/esm/presentation-common/hierarchy/Key.d.ts.map +1 -1
  292. package/lib/esm/presentation-common/hierarchy/Key.js +14 -8
  293. package/lib/esm/presentation-common/hierarchy/Key.js.map +1 -1
  294. package/lib/esm/presentation-common/hierarchy/Node.d.ts.map +1 -1
  295. package/lib/esm/presentation-common/hierarchy/Node.js +7 -5
  296. package/lib/esm/presentation-common/hierarchy/Node.js.map +1 -1
  297. package/lib/esm/presentation-common/hierarchy/NodePathElement.d.ts.map +1 -1
  298. package/lib/esm/presentation-common/hierarchy/NodePathElement.js +11 -7
  299. package/lib/esm/presentation-common/hierarchy/NodePathElement.js.map +1 -1
  300. package/lib/esm/presentation-common/rules/ClassSpecifications.js +3 -3
  301. package/lib/esm/presentation-common/rules/ClassSpecifications.js.map +1 -1
  302. package/lib/esm/presentation-common/rules/RelatedInstanceSpecification.d.ts +39 -11
  303. package/lib/esm/presentation-common/rules/RelatedInstanceSpecification.d.ts.map +1 -1
  304. package/lib/esm/presentation-common/rules/RelatedInstanceSpecification.js +3 -3
  305. package/lib/esm/presentation-common/rules/RelatedInstanceSpecification.js.map +1 -1
  306. package/lib/esm/presentation-common/rules/RelationshipDirection.js +3 -3
  307. package/lib/esm/presentation-common/rules/RelationshipDirection.js.map +1 -1
  308. package/lib/esm/presentation-common/rules/RelationshipPathSpecification.js +3 -3
  309. package/lib/esm/presentation-common/rules/RelationshipPathSpecification.js.map +1 -1
  310. package/lib/esm/presentation-common/rules/Rule.js +3 -3
  311. package/lib/esm/presentation-common/rules/Rule.js.map +1 -1
  312. package/lib/esm/presentation-common/rules/Ruleset.js +3 -3
  313. package/lib/esm/presentation-common/rules/Ruleset.js.map +1 -1
  314. package/lib/esm/presentation-common/rules/SchemasSpecification.js +3 -3
  315. package/lib/esm/presentation-common/rules/SchemasSpecification.js.map +1 -1
  316. package/lib/esm/presentation-common/rules/Variables.js +3 -3
  317. package/lib/esm/presentation-common/rules/Variables.js.map +1 -1
  318. package/lib/esm/presentation-common/rules/content/ContentInstancesOfSpecificClassesSpecification.js +3 -3
  319. package/lib/esm/presentation-common/rules/content/ContentInstancesOfSpecificClassesSpecification.js.map +1 -1
  320. package/lib/esm/presentation-common/rules/content/ContentRelatedInstancesSpecification.js +3 -3
  321. package/lib/esm/presentation-common/rules/content/ContentRelatedInstancesSpecification.js.map +1 -1
  322. package/lib/esm/presentation-common/rules/content/ContentRule.js +3 -3
  323. package/lib/esm/presentation-common/rules/content/ContentRule.js.map +1 -1
  324. package/lib/esm/presentation-common/rules/content/ContentSpecification.d.ts.map +1 -1
  325. package/lib/esm/presentation-common/rules/content/ContentSpecification.js +3 -3
  326. package/lib/esm/presentation-common/rules/content/ContentSpecification.js.map +1 -1
  327. package/lib/esm/presentation-common/rules/content/DefaultPropertyCategoryOverride.js +3 -3
  328. package/lib/esm/presentation-common/rules/content/DefaultPropertyCategoryOverride.js.map +1 -1
  329. package/lib/esm/presentation-common/rules/content/PropertySpecification.js +3 -3
  330. package/lib/esm/presentation-common/rules/content/PropertySpecification.js.map +1 -1
  331. package/lib/esm/presentation-common/rules/content/SelectedNodeInstancesSpecification.js +3 -3
  332. package/lib/esm/presentation-common/rules/content/SelectedNodeInstancesSpecification.js.map +1 -1
  333. package/lib/esm/presentation-common/rules/content/modifiers/CalculatedPropertiesSpecification.js +3 -3
  334. package/lib/esm/presentation-common/rules/content/modifiers/CalculatedPropertiesSpecification.js.map +1 -1
  335. package/lib/esm/presentation-common/rules/content/modifiers/ContentModifier.js +3 -3
  336. package/lib/esm/presentation-common/rules/content/modifiers/ContentModifier.js.map +1 -1
  337. package/lib/esm/presentation-common/rules/content/modifiers/CustomRendererSpecification.js +3 -3
  338. package/lib/esm/presentation-common/rules/content/modifiers/CustomRendererSpecification.js.map +1 -1
  339. package/lib/esm/presentation-common/rules/content/modifiers/PropertyCategorySpecification.js +3 -3
  340. package/lib/esm/presentation-common/rules/content/modifiers/PropertyCategorySpecification.js.map +1 -1
  341. package/lib/esm/presentation-common/rules/content/modifiers/PropertyEditorsSpecification.d.ts.map +1 -1
  342. package/lib/esm/presentation-common/rules/content/modifiers/PropertyEditorsSpecification.js +3 -3
  343. package/lib/esm/presentation-common/rules/content/modifiers/PropertyEditorsSpecification.js.map +1 -1
  344. package/lib/esm/presentation-common/rules/content/modifiers/RelatedPropertiesSpecification.js +3 -3
  345. package/lib/esm/presentation-common/rules/content/modifiers/RelatedPropertiesSpecification.js.map +1 -1
  346. package/lib/esm/presentation-common/rules/customization/CheckBoxRule.js +3 -3
  347. package/lib/esm/presentation-common/rules/customization/CheckBoxRule.js.map +1 -1
  348. package/lib/esm/presentation-common/rules/customization/CustomizationRule.d.ts +1 -5
  349. package/lib/esm/presentation-common/rules/customization/CustomizationRule.d.ts.map +1 -1
  350. package/lib/esm/presentation-common/rules/customization/CustomizationRule.js +3 -3
  351. package/lib/esm/presentation-common/rules/customization/CustomizationRule.js.map +1 -1
  352. package/lib/esm/presentation-common/rules/customization/ExtendedDataRule.js +3 -3
  353. package/lib/esm/presentation-common/rules/customization/ExtendedDataRule.js.map +1 -1
  354. package/lib/esm/presentation-common/rules/customization/GroupingRule.js +3 -3
  355. package/lib/esm/presentation-common/rules/customization/GroupingRule.js.map +1 -1
  356. package/lib/esm/presentation-common/rules/customization/ImageIdOverride.js +3 -3
  357. package/lib/esm/presentation-common/rules/customization/ImageIdOverride.js.map +1 -1
  358. package/lib/esm/presentation-common/rules/customization/InstanceLabelOverride.d.ts.map +1 -1
  359. package/lib/esm/presentation-common/rules/customization/InstanceLabelOverride.js +3 -3
  360. package/lib/esm/presentation-common/rules/customization/InstanceLabelOverride.js.map +1 -1
  361. package/lib/esm/presentation-common/rules/customization/LabelOverride.js +3 -3
  362. package/lib/esm/presentation-common/rules/customization/LabelOverride.js.map +1 -1
  363. package/lib/esm/presentation-common/rules/customization/SortingRule.js +3 -3
  364. package/lib/esm/presentation-common/rules/customization/SortingRule.js.map +1 -1
  365. package/lib/esm/presentation-common/rules/customization/StyleOverride.js +3 -3
  366. package/lib/esm/presentation-common/rules/customization/StyleOverride.js.map +1 -1
  367. package/lib/esm/presentation-common/rules/hierarchy/ChildNodeRule.js +3 -3
  368. package/lib/esm/presentation-common/rules/hierarchy/ChildNodeRule.js.map +1 -1
  369. package/lib/esm/presentation-common/rules/hierarchy/ChildNodeSpecification.d.ts.map +1 -1
  370. package/lib/esm/presentation-common/rules/hierarchy/ChildNodeSpecification.js +3 -3
  371. package/lib/esm/presentation-common/rules/hierarchy/ChildNodeSpecification.js.map +1 -1
  372. package/lib/esm/presentation-common/rules/hierarchy/CustomNodeSpecification.js +3 -3
  373. package/lib/esm/presentation-common/rules/hierarchy/CustomNodeSpecification.js.map +1 -1
  374. package/lib/esm/presentation-common/rules/hierarchy/CustomQueryInstanceNodesSpecification.js +3 -3
  375. package/lib/esm/presentation-common/rules/hierarchy/CustomQueryInstanceNodesSpecification.js.map +1 -1
  376. package/lib/esm/presentation-common/rules/hierarchy/InstanceNodesOfSpecificClassesSpecification.js +3 -3
  377. package/lib/esm/presentation-common/rules/hierarchy/InstanceNodesOfSpecificClassesSpecification.js.map +1 -1
  378. package/lib/esm/presentation-common/rules/hierarchy/NavigationRule.js +3 -3
  379. package/lib/esm/presentation-common/rules/hierarchy/NavigationRule.js.map +1 -1
  380. package/lib/esm/presentation-common/rules/hierarchy/NodeArtifactsRule.js +3 -3
  381. package/lib/esm/presentation-common/rules/hierarchy/NodeArtifactsRule.js.map +1 -1
  382. package/lib/esm/presentation-common/rules/hierarchy/RelatedInstanceNodesSpecification.js +3 -3
  383. package/lib/esm/presentation-common/rules/hierarchy/RelatedInstanceNodesSpecification.js.map +1 -1
  384. package/lib/esm/presentation-common/rules/hierarchy/RootNodeRule.js +3 -3
  385. package/lib/esm/presentation-common/rules/hierarchy/RootNodeRule.js.map +1 -1
  386. package/lib/esm/presentation-common/rules/hierarchy/SubCondition.js +3 -3
  387. package/lib/esm/presentation-common/rules/hierarchy/SubCondition.js.map +1 -1
  388. package/lib/esm/presentation-common/selection/SelectionScope.js +3 -3
  389. package/lib/esm/presentation-common/selection/SelectionScope.js.map +1 -1
  390. package/lib/esm/presentation-common.js +3 -3
  391. package/lib/esm/presentation-common.js.map +1 -1
  392. package/lib/public/locales/en/Presentation.json +19 -19
  393. package/package.json +14 -11
@@ -1 +1 @@
1
- {"version":3,"file":"presentation-common.js","sourceRoot":"","sources":["../../src/presentation-common.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;;;;GAKG;AACH,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uCAAuC,CAAC;AACtD,cAAc,kDAAkD,CAAC;AACjE,cAAc,yCAAyC,CAAC;AACxD,cAAc,wCAAwC,CAAC;AACvD,cAAc,uCAAuC,CAAC;AACtD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gDAAgD,CAAC;AAC/D,cAAc,0CAA0C,CAAC;AACzD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,iDAAiD,CAAC;AAEhE;;;;;;GAMG;AACH,cAAc,gDAAgD,CAAC;AAC/D,cAAc,0CAA0C,CAAC;AACzD,cAAc,yCAAyC,CAAC;AAExD;;;;;GAKG;AACH,cAAc,gDAAgD,CAAC;AAE/D;;;;;GAKG;AACH,cAAc,wCAAwC,CAAC;AACvD,cAAc,uCAAuC,CAAC;AACtD,cAAc,0CAA0C,CAAC;AACzD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,sCAAsC,CAAC;AACrD,cAAc,sCAAsC,CAAC;AACrD,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,qCAAqC,CAAC;AACpD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,sDAAsD,CAAC;AAErE;;;;;GAKG;AACH,cAAc,gDAAgD,CAAC;AAC/D,cAAc,qCAAqC,CAAC;AACpD,cAAc,sCAAsC,CAAC;AACrD,cAAc,iDAAiD,CAAC;AAEhE;;;;;GAKG;AACH,cAAc,qDAAqD,CAAC;AACpE,cAAc,8DAA8D,CAAC;AAC7E,cAAc,+DAA+D,CAAC;AAC9E,cAAc,6EAA6E,CAAC;AAC5F,cAAc,mFAAmF,CAAC;AAClG,cAAc,sDAAsD,CAAC;AACrE,cAAc,yDAAyD,CAAC;AACxE,cAAc,yEAAyE,CAAC;AACxF,cAAc,oDAAoD,CAAC;AACnE,cAAc,oDAAoD,CAAC;AACnE,cAAc,wDAAwD,CAAC;AACvE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,wDAAwD,CAAC;AACvE,cAAc,2DAA2D,CAAC;AAC1E,cAAc,iEAAiE,CAAC;AAChF,cAAc,yDAAyD,CAAC;AACxE,cAAc,uDAAuD,CAAC;AACtE,cAAc,yDAAyD,CAAC;AACxE,cAAc,oFAAoF,CAAC;AACnG,cAAc,0EAA0E,CAAC;AACzF,cAAc,iDAAiD,CAAC;AAChE,cAAc,0DAA0D,CAAC;AACzE,cAAc,2DAA2D,CAAC;AAC1E,cAAc,wEAAwE,CAAC;AACvF,cAAc,qEAAqE,CAAC;AACpF,cAAc,iFAAiF,CAAC;AAChG,cAAc,+DAA+D,CAAC;AAC9E,cAAc,6EAA6E,CAAC;AAC5F,cAAc,4EAA4E,CAAC;AAC3F,cAAc,2EAA2E,CAAC;AAC1F,cAAc,8EAA8E,CAAC;AAC7F,cAAc,iDAAiD,CAAC;AAChE,cAAc,0DAA0D,CAAC;AACzE,cAAc,mDAAmD,CAAC;AAClE,cAAc,2DAA2D,CAAC;AAC1E,cAAc,kCAAkC,CAAC;AACjD,cAAc,qCAAqC,CAAC;AACpD,cAAc,kDAAkD,CAAC;AACjE,cAAc,uCAAuC,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/**\n * @module Core\n *\n * @docs-group-description Core\n * Common types used all across Presentation packages.\n */\nexport * from \"./presentation-common/AsyncTasks\";\nexport * from \"./presentation-common/Diagnostics\";\nexport * from \"./presentation-common/EC\";\nexport * from \"./presentation-common/Error\";\nexport * from \"./presentation-common/KeySet\";\nexport * from \"./presentation-common/LabelDefinition\";\nexport * from \"./presentation-common/PresentationManagerOptions\";\nexport * from \"./presentation-common/RegisteredRuleset\";\nexport * from \"./presentation-common/RulesetVariables\";\nexport * from \"./presentation-common/RulesetsFactory\";\nexport * from \"./presentation-common/Update\";\nexport * from \"./presentation-common/Utils\";\nexport * from \"./presentation-common/PresentationIpcInterface\";\nexport * from \"./presentation-common/LocalizationHelper\";\nexport * from \"./presentation-common/InstanceFilterDefinition\";\nexport * from \"./presentation-common/KoqPropertyValueFormatter\";\n\n/**\n * @module RPC\n *\n * @docs-group-description RPC\n * Types used for RPC communication between frontend and backend. Generally should\n * only be used internally by presentation packages.\n */\nexport * from \"./presentation-common/PresentationRpcInterface\";\nexport * from \"./presentation-common/RpcRequestsHandler\";\nexport * from \"./presentation-common/ElementProperties\";\n\n/**\n * @module UnifiedSelection\n *\n * @docs-group-description UnifiedSelection\n * Types related to [unified selection]($docs/presentation/unified-selection/index.md).\n */\nexport * from \"./presentation-common/selection/SelectionScope\";\n\n/**\n * @module Content\n *\n * @docs-group-description Content\n * Types related to presentation [content]($docs/presentation/content/index.md).\n */\nexport * from \"./presentation-common/content/Category\";\nexport * from \"./presentation-common/content/Content\";\nexport * from \"./presentation-common/content/Descriptor\";\nexport * from \"./presentation-common/content/DisplayTypes\";\nexport * from \"./presentation-common/content/Editor\";\nexport * from \"./presentation-common/content/Fields\";\nexport * from \"./presentation-common/content/Item\";\nexport * from \"./presentation-common/content/Property\";\nexport * from \"./presentation-common/content/Renderer\";\nexport * from \"./presentation-common/content/TypeDescription\";\nexport * from \"./presentation-common/content/Value\";\nexport * from \"./presentation-common/content/ContentTraverser\";\nexport * from \"./presentation-common/content/PropertyValueFormatter\";\n\n/**\n * @module Hierarchies\n *\n * @docs-group-description Hierarchies\n * Types related to presentation [hierarchies]($docs/presentation/hierarchies/index.md).\n */\nexport * from \"./presentation-common/hierarchy/HierarchyLevel\";\nexport * from \"./presentation-common/hierarchy/Key\";\nexport * from \"./presentation-common/hierarchy/Node\";\nexport * from \"./presentation-common/hierarchy/NodePathElement\";\n\n/**\n * @module PresentationRules\n *\n * @docs-group-description PresentationRules\n * Types for defining the presentation ruleset.\n */\nexport * from \"./presentation-common/rules/hierarchy/ChildNodeRule\";\nexport * from \"./presentation-common/rules/hierarchy/ChildNodeSpecification\";\nexport * from \"./presentation-common/rules/hierarchy/CustomNodeSpecification\";\nexport * from \"./presentation-common/rules/hierarchy/CustomQueryInstanceNodesSpecification\";\nexport * from \"./presentation-common/rules/hierarchy/InstanceNodesOfSpecificClassesSpecification\";\nexport * from \"./presentation-common/rules/hierarchy/NavigationRule\";\nexport * from \"./presentation-common/rules/hierarchy/NodeArtifactsRule\";\nexport * from \"./presentation-common/rules/hierarchy/RelatedInstanceNodesSpecification\";\nexport * from \"./presentation-common/rules/hierarchy/RootNodeRule\";\nexport * from \"./presentation-common/rules/hierarchy/SubCondition\";\nexport * from \"./presentation-common/rules/customization/CheckBoxRule\";\nexport * from \"./presentation-common/rules/customization/CustomizationRule\";\nexport * from \"./presentation-common/rules/customization/ExtendedDataRule\";\nexport * from \"./presentation-common/rules/customization/GroupingRule\";\nexport * from \"./presentation-common/rules/customization/ImageIdOverride\";\nexport * from \"./presentation-common/rules/customization/InstanceLabelOverride\";\nexport * from \"./presentation-common/rules/customization/LabelOverride\";\nexport * from \"./presentation-common/rules/customization/SortingRule\";\nexport * from \"./presentation-common/rules/customization/StyleOverride\";\nexport * from \"./presentation-common/rules/content/ContentInstancesOfSpecificClassesSpecification\";\nexport * from \"./presentation-common/rules/content/ContentRelatedInstancesSpecification\";\nexport * from \"./presentation-common/rules/content/ContentRule\";\nexport * from \"./presentation-common/rules/content/ContentSpecification\";\nexport * from \"./presentation-common/rules/content/PropertySpecification\";\nexport * from \"./presentation-common/rules/content/SelectedNodeInstancesSpecification\";\nexport * from \"./presentation-common/rules/content/DefaultPropertyCategoryOverride\";\nexport * from \"./presentation-common/rules/content/modifiers/CalculatedPropertiesSpecification\";\nexport * from \"./presentation-common/rules/content/modifiers/ContentModifier\";\nexport * from \"./presentation-common/rules/content/modifiers/PropertyCategorySpecification\";\nexport * from \"./presentation-common/rules/content/modifiers/PropertyEditorsSpecification\";\nexport * from \"./presentation-common/rules/content/modifiers/CustomRendererSpecification\";\nexport * from \"./presentation-common/rules/content/modifiers/RelatedPropertiesSpecification\";\nexport * from \"./presentation-common/rules/ClassSpecifications\";\nexport * from \"./presentation-common/rules/RelatedInstanceSpecification\";\nexport * from \"./presentation-common/rules/RelationshipDirection\";\nexport * from \"./presentation-common/rules/RelationshipPathSpecification\";\nexport * from \"./presentation-common/rules/Rule\";\nexport * from \"./presentation-common/rules/Ruleset\";\nexport * from \"./presentation-common/rules/SchemasSpecification\";\nexport * from \"./presentation-common/rules/Variables\";\n"]}
1
+ {"version":3,"file":"presentation-common.js","sourceRoot":"","sources":["../../src/presentation-common.ts"],"names":[],"mappings":"AAAA;;;gGAGgG;AAChG;;;;;GAKG;AACH,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,0BAA0B,CAAC;AACzC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uCAAuC,CAAC;AACtD,cAAc,kDAAkD,CAAC;AACjE,cAAc,yCAAyC,CAAC;AACxD,cAAc,wCAAwC,CAAC;AACvD,cAAc,uCAAuC,CAAC;AACtD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gDAAgD,CAAC;AAC/D,cAAc,0CAA0C,CAAC;AACzD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,iDAAiD,CAAC;AAEhE;;;;;;GAMG;AACH,cAAc,gDAAgD,CAAC;AAC/D,cAAc,0CAA0C,CAAC;AACzD,cAAc,yCAAyC,CAAC;AAExD;;;;;GAKG;AACH,cAAc,gDAAgD,CAAC;AAE/D;;;;;GAKG;AACH,cAAc,wCAAwC,CAAC;AACvD,cAAc,uCAAuC,CAAC;AACtD,cAAc,0CAA0C,CAAC;AACzD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,sCAAsC,CAAC;AACrD,cAAc,sCAAsC,CAAC;AACrD,cAAc,oCAAoC,CAAC;AACnD,cAAc,wCAAwC,CAAC;AACvD,cAAc,wCAAwC,CAAC;AACvD,cAAc,+CAA+C,CAAC;AAC9D,cAAc,qCAAqC,CAAC;AACpD,cAAc,gDAAgD,CAAC;AAC/D,cAAc,sDAAsD,CAAC;AAErE;;;;;GAKG;AACH,cAAc,gDAAgD,CAAC;AAC/D,cAAc,qCAAqC,CAAC;AACpD,cAAc,sCAAsC,CAAC;AACrD,cAAc,iDAAiD,CAAC;AAEhE;;;;;GAKG;AACH,cAAc,qDAAqD,CAAC;AACpE,cAAc,8DAA8D,CAAC;AAC7E,cAAc,+DAA+D,CAAC;AAC9E,cAAc,6EAA6E,CAAC;AAC5F,cAAc,mFAAmF,CAAC;AAClG,cAAc,sDAAsD,CAAC;AACrE,cAAc,yDAAyD,CAAC;AACxE,cAAc,yEAAyE,CAAC;AACxF,cAAc,oDAAoD,CAAC;AACnE,cAAc,oDAAoD,CAAC;AACnE,cAAc,wDAAwD,CAAC;AACvE,cAAc,6DAA6D,CAAC;AAC5E,cAAc,4DAA4D,CAAC;AAC3E,cAAc,wDAAwD,CAAC;AACvE,cAAc,2DAA2D,CAAC;AAC1E,cAAc,iEAAiE,CAAC;AAChF,cAAc,yDAAyD,CAAC;AACxE,cAAc,uDAAuD,CAAC;AACtE,cAAc,yDAAyD,CAAC;AACxE,cAAc,oFAAoF,CAAC;AACnG,cAAc,0EAA0E,CAAC;AACzF,cAAc,iDAAiD,CAAC;AAChE,cAAc,0DAA0D,CAAC;AACzE,cAAc,2DAA2D,CAAC;AAC1E,cAAc,wEAAwE,CAAC;AACvF,cAAc,qEAAqE,CAAC;AACpF,cAAc,iFAAiF,CAAC;AAChG,cAAc,+DAA+D,CAAC;AAC9E,cAAc,6EAA6E,CAAC;AAC5F,cAAc,4EAA4E,CAAC;AAC3F,cAAc,2EAA2E,CAAC;AAC1F,cAAc,8EAA8E,CAAC;AAC7F,cAAc,iDAAiD,CAAC;AAChE,cAAc,0DAA0D,CAAC;AACzE,cAAc,mDAAmD,CAAC;AAClE,cAAc,2DAA2D,CAAC;AAC1E,cAAc,kCAAkC,CAAC;AACjD,cAAc,qCAAqC,CAAC;AACpD,cAAc,kDAAkD,CAAC;AACjE,cAAc,uCAAuC,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n * Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n * See LICENSE.md in the project root for license terms and full copyright notice.\r\n *--------------------------------------------------------------------------------------------*/\r\n/**\r\n * @module Core\r\n *\r\n * @docs-group-description Core\r\n * Common types used all across Presentation packages.\r\n */\r\nexport * from \"./presentation-common/AsyncTasks\";\r\nexport * from \"./presentation-common/Diagnostics\";\r\nexport * from \"./presentation-common/EC\";\r\nexport * from \"./presentation-common/Error\";\r\nexport * from \"./presentation-common/KeySet\";\r\nexport * from \"./presentation-common/LabelDefinition\";\r\nexport * from \"./presentation-common/PresentationManagerOptions\";\r\nexport * from \"./presentation-common/RegisteredRuleset\";\r\nexport * from \"./presentation-common/RulesetVariables\";\r\nexport * from \"./presentation-common/RulesetsFactory\";\r\nexport * from \"./presentation-common/Update\";\r\nexport * from \"./presentation-common/Utils\";\r\nexport * from \"./presentation-common/PresentationIpcInterface\";\r\nexport * from \"./presentation-common/LocalizationHelper\";\r\nexport * from \"./presentation-common/InstanceFilterDefinition\";\r\nexport * from \"./presentation-common/KoqPropertyValueFormatter\";\r\n\r\n/**\r\n * @module RPC\r\n *\r\n * @docs-group-description RPC\r\n * Types used for RPC communication between frontend and backend. Generally should\r\n * only be used internally by presentation packages.\r\n */\r\nexport * from \"./presentation-common/PresentationRpcInterface\";\r\nexport * from \"./presentation-common/RpcRequestsHandler\";\r\nexport * from \"./presentation-common/ElementProperties\";\r\n\r\n/**\r\n * @module UnifiedSelection\r\n *\r\n * @docs-group-description UnifiedSelection\r\n * Types related to [unified selection]($docs/presentation/unified-selection/index.md).\r\n */\r\nexport * from \"./presentation-common/selection/SelectionScope\";\r\n\r\n/**\r\n * @module Content\r\n *\r\n * @docs-group-description Content\r\n * Types related to presentation [content]($docs/presentation/content/index.md).\r\n */\r\nexport * from \"./presentation-common/content/Category\";\r\nexport * from \"./presentation-common/content/Content\";\r\nexport * from \"./presentation-common/content/Descriptor\";\r\nexport * from \"./presentation-common/content/DisplayTypes\";\r\nexport * from \"./presentation-common/content/Editor\";\r\nexport * from \"./presentation-common/content/Fields\";\r\nexport * from \"./presentation-common/content/Item\";\r\nexport * from \"./presentation-common/content/Property\";\r\nexport * from \"./presentation-common/content/Renderer\";\r\nexport * from \"./presentation-common/content/TypeDescription\";\r\nexport * from \"./presentation-common/content/Value\";\r\nexport * from \"./presentation-common/content/ContentTraverser\";\r\nexport * from \"./presentation-common/content/PropertyValueFormatter\";\r\n\r\n/**\r\n * @module Hierarchies\r\n *\r\n * @docs-group-description Hierarchies\r\n * Types related to presentation [hierarchies]($docs/presentation/hierarchies/index.md).\r\n */\r\nexport * from \"./presentation-common/hierarchy/HierarchyLevel\";\r\nexport * from \"./presentation-common/hierarchy/Key\";\r\nexport * from \"./presentation-common/hierarchy/Node\";\r\nexport * from \"./presentation-common/hierarchy/NodePathElement\";\r\n\r\n/**\r\n * @module PresentationRules\r\n *\r\n * @docs-group-description PresentationRules\r\n * Types for defining the presentation ruleset.\r\n */\r\nexport * from \"./presentation-common/rules/hierarchy/ChildNodeRule\";\r\nexport * from \"./presentation-common/rules/hierarchy/ChildNodeSpecification\";\r\nexport * from \"./presentation-common/rules/hierarchy/CustomNodeSpecification\";\r\nexport * from \"./presentation-common/rules/hierarchy/CustomQueryInstanceNodesSpecification\";\r\nexport * from \"./presentation-common/rules/hierarchy/InstanceNodesOfSpecificClassesSpecification\";\r\nexport * from \"./presentation-common/rules/hierarchy/NavigationRule\";\r\nexport * from \"./presentation-common/rules/hierarchy/NodeArtifactsRule\";\r\nexport * from \"./presentation-common/rules/hierarchy/RelatedInstanceNodesSpecification\";\r\nexport * from \"./presentation-common/rules/hierarchy/RootNodeRule\";\r\nexport * from \"./presentation-common/rules/hierarchy/SubCondition\";\r\nexport * from \"./presentation-common/rules/customization/CheckBoxRule\";\r\nexport * from \"./presentation-common/rules/customization/CustomizationRule\";\r\nexport * from \"./presentation-common/rules/customization/ExtendedDataRule\";\r\nexport * from \"./presentation-common/rules/customization/GroupingRule\";\r\nexport * from \"./presentation-common/rules/customization/ImageIdOverride\";\r\nexport * from \"./presentation-common/rules/customization/InstanceLabelOverride\";\r\nexport * from \"./presentation-common/rules/customization/LabelOverride\";\r\nexport * from \"./presentation-common/rules/customization/SortingRule\";\r\nexport * from \"./presentation-common/rules/customization/StyleOverride\";\r\nexport * from \"./presentation-common/rules/content/ContentInstancesOfSpecificClassesSpecification\";\r\nexport * from \"./presentation-common/rules/content/ContentRelatedInstancesSpecification\";\r\nexport * from \"./presentation-common/rules/content/ContentRule\";\r\nexport * from \"./presentation-common/rules/content/ContentSpecification\";\r\nexport * from \"./presentation-common/rules/content/PropertySpecification\";\r\nexport * from \"./presentation-common/rules/content/SelectedNodeInstancesSpecification\";\r\nexport * from \"./presentation-common/rules/content/DefaultPropertyCategoryOverride\";\r\nexport * from \"./presentation-common/rules/content/modifiers/CalculatedPropertiesSpecification\";\r\nexport * from \"./presentation-common/rules/content/modifiers/ContentModifier\";\r\nexport * from \"./presentation-common/rules/content/modifiers/PropertyCategorySpecification\";\r\nexport * from \"./presentation-common/rules/content/modifiers/PropertyEditorsSpecification\";\r\nexport * from \"./presentation-common/rules/content/modifiers/CustomRendererSpecification\";\r\nexport * from \"./presentation-common/rules/content/modifiers/RelatedPropertiesSpecification\";\r\nexport * from \"./presentation-common/rules/ClassSpecifications\";\r\nexport * from \"./presentation-common/rules/RelatedInstanceSpecification\";\r\nexport * from \"./presentation-common/rules/RelationshipDirection\";\r\nexport * from \"./presentation-common/rules/RelationshipPathSpecification\";\r\nexport * from \"./presentation-common/rules/Rule\";\r\nexport * from \"./presentation-common/rules/Ruleset\";\r\nexport * from \"./presentation-common/rules/SchemasSpecification\";\r\nexport * from \"./presentation-common/rules/Variables\";\r\n"]}
@@ -1,19 +1,19 @@
1
- {
2
- "label": {
3
- "notSpecified": "Not specified",
4
- "other": "Other",
5
- "varies": "Varies",
6
- "multipleInstances": "Multiple items"
7
- },
8
- "field": {
9
- "label": "Label"
10
- },
11
- "selectedItems": {
12
- "categoryLabel": "Selected Item(s)",
13
- "categoryDescription": "Contains properties of selected item(s)"
14
- },
15
- "value": {
16
- "true": "True",
17
- "false": "False"
18
- }
19
- }
1
+ {
2
+ "label": {
3
+ "notSpecified": "Not specified",
4
+ "other": "Other",
5
+ "varies": "Varies",
6
+ "multipleInstances": "Multiple items"
7
+ },
8
+ "field": {
9
+ "label": "Label"
10
+ },
11
+ "selectedItems": {
12
+ "categoryLabel": "Selected Item(s)",
13
+ "categoryDescription": "Contains properties of selected item(s)"
14
+ },
15
+ "value": {
16
+ "true": "True",
17
+ "false": "False"
18
+ }
19
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-common",
3
- "version": "4.5.0-dev.2",
3
+ "version": "4.5.0-dev.20",
4
4
  "description": "Common pieces for iModel.js presentation packages",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -22,10 +22,10 @@
22
22
  "module": "lib/esm/presentation-common.js",
23
23
  "typings": "lib/cjs/presentation-common",
24
24
  "peerDependencies": {
25
- "@itwin/core-bentley": "^4.5.0-dev.2",
26
- "@itwin/core-common": "^4.5.0-dev.2",
27
- "@itwin/core-quantity": "^4.5.0-dev.2",
28
- "@itwin/ecschema-metadata": "^4.5.0-dev.2"
25
+ "@itwin/core-bentley": "^4.5.0-dev.20",
26
+ "@itwin/core-common": "^4.5.0-dev.20",
27
+ "@itwin/core-quantity": "^4.5.0-dev.20",
28
+ "@itwin/ecschema-metadata": "^4.5.0-dev.20"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@itwin/eslint-plugin": "4.0.0-dev.44",
@@ -47,10 +47,12 @@
47
47
  "cross-env": "^5.1.4",
48
48
  "deep-equal": "^1",
49
49
  "eslint": "^8.44.0",
50
+ "eslint-config-prettier": "^9.1.0",
50
51
  "faker": "^4.1.0",
51
52
  "json-schema-faker": "0.5.0-rc16",
52
53
  "mocha": "^10.2.0",
53
54
  "nyc": "^15.1.0",
55
+ "prettier": "^3.2.5",
54
56
  "rimraf": "^3.0.2",
55
57
  "sinon": "^17.0.1",
56
58
  "sinon-chai": "^3.7.0",
@@ -58,11 +60,11 @@
58
60
  "typescript": "~5.0.2",
59
61
  "typescript-json-schema": "^0.55.0",
60
62
  "yargs": "^17.4.0",
61
- "@itwin/core-bentley": "4.5.0-dev.2",
62
- "@itwin/build-tools": "4.5.0-dev.2",
63
- "@itwin/core-common": "4.5.0-dev.2",
64
- "@itwin/core-quantity": "4.5.0-dev.2",
65
- "@itwin/ecschema-metadata": "4.5.0-dev.2"
63
+ "@itwin/build-tools": "4.5.0-dev.20",
64
+ "@itwin/core-common": "4.5.0-dev.20",
65
+ "@itwin/core-bentley": "4.5.0-dev.20",
66
+ "@itwin/core-quantity": "4.5.0-dev.20",
67
+ "@itwin/ecschema-metadata": "4.5.0-dev.20"
66
68
  },
67
69
  "nyc": {
68
70
  "extends": "./node_modules/@itwin/build-tools/.nycrc"
@@ -89,6 +91,7 @@
89
91
  "pseudolocalize:assets": "betools pseudolocalize --englishDir ./assets/locales/en --out ./lib/cjs/assets/locales/en-PSEUDO",
90
92
  "pseudolocalize:public": "betools pseudolocalize --englishDir ./assets/locales/en --out ./lib/public/locales/en-PSEUDO",
91
93
  "test": "mocha --config ../.mocharc.json --file ./lib/cjs/test/index.test.js \"./lib/cjs/test/**/*.test.js\"",
92
- "test:watch": "npm -s test -- --reporter min --watch-extensions ts --watch"
94
+ "test:watch": "npm -s test -- --reporter min --watch-extensions ts --watch",
95
+ "prettier:fix": "prettier --write ."
93
96
  }
94
97
  }