@itwin/presentation-backend 4.0.0-dev.80 → 4.0.0-dev.81

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 (39) hide show
  1. package/lib/cjs/assets/primary-presentation-rules/ElementProperties.PresentationRuleSet.json +14 -14
  2. package/lib/cjs/assets/supplemental-presentation-rules/BisCore.PresentationRuleSet.json +726 -764
  3. package/lib/cjs/assets/supplemental-presentation-rules/Functional.PresentationRuleSet.json +139 -139
  4. package/lib/cjs/presentation-backend/BackendLoggerCategory.js.map +1 -1
  5. package/lib/cjs/presentation-backend/Constants.js.map +1 -1
  6. package/lib/cjs/presentation-backend/ElementPropertiesHelper.js +12 -12
  7. package/lib/cjs/presentation-backend/ElementPropertiesHelper.js.map +1 -1
  8. package/lib/cjs/presentation-backend/NativePlatform.d.ts +7 -7
  9. package/lib/cjs/presentation-backend/NativePlatform.d.ts.map +1 -1
  10. package/lib/cjs/presentation-backend/NativePlatform.js +21 -14
  11. package/lib/cjs/presentation-backend/NativePlatform.js.map +1 -1
  12. package/lib/cjs/presentation-backend/Presentation.js +1 -1
  13. package/lib/cjs/presentation-backend/Presentation.js.map +1 -1
  14. package/lib/cjs/presentation-backend/PresentationIpcHandler.d.ts +1 -2
  15. package/lib/cjs/presentation-backend/PresentationIpcHandler.d.ts.map +1 -1
  16. package/lib/cjs/presentation-backend/PresentationIpcHandler.js +0 -11
  17. package/lib/cjs/presentation-backend/PresentationIpcHandler.js.map +1 -1
  18. package/lib/cjs/presentation-backend/PresentationManager.d.ts +7 -0
  19. package/lib/cjs/presentation-backend/PresentationManager.d.ts.map +1 -1
  20. package/lib/cjs/presentation-backend/PresentationManager.js +9 -1
  21. package/lib/cjs/presentation-backend/PresentationManager.js.map +1 -1
  22. package/lib/cjs/presentation-backend/PresentationManagerDetail.d.ts.map +1 -1
  23. package/lib/cjs/presentation-backend/PresentationManagerDetail.js +19 -7
  24. package/lib/cjs/presentation-backend/PresentationManagerDetail.js.map +1 -1
  25. package/lib/cjs/presentation-backend/PresentationRpcImpl.js +3 -3
  26. package/lib/cjs/presentation-backend/PresentationRpcImpl.js.map +1 -1
  27. package/lib/cjs/presentation-backend/RulesetEmbedder.js +3 -3
  28. package/lib/cjs/presentation-backend/RulesetEmbedder.js.map +1 -1
  29. package/lib/cjs/presentation-backend/RulesetManager.js.map +1 -1
  30. package/lib/cjs/presentation-backend/RulesetVariablesManager.js.map +1 -1
  31. package/lib/cjs/presentation-backend/SelectionScopesHelper.js +16 -16
  32. package/lib/cjs/presentation-backend/SelectionScopesHelper.js.map +1 -1
  33. package/lib/cjs/presentation-backend/TemporaryStorage.js.map +1 -1
  34. package/lib/cjs/presentation-backend/UpdatesTracker.js.map +1 -1
  35. package/lib/cjs/presentation-backend/Utils.js.map +1 -1
  36. package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.js.map +1 -1
  37. package/lib/cjs/presentation-backend/domain/RulesetElements.js.map +1 -1
  38. package/lib/cjs/presentation-backend.js.map +1 -1
  39. package/package.json +14 -12
@@ -1,14 +1,14 @@
1
- {
2
- "$schema": "../../../common/Ruleset.schema.json",
3
- "id": "ElementProperties",
4
- "rules": [
5
- {
6
- "ruleType": "Content",
7
- "specifications": [
8
- {
9
- "specType": "SelectedNodeInstances"
10
- }
11
- ]
12
- }
13
- ]
14
- }
1
+ {
2
+ "$schema": "../../../common/Ruleset.schema.json",
3
+ "id": "ElementProperties",
4
+ "rules": [
5
+ {
6
+ "ruleType": "Content",
7
+ "specifications": [
8
+ {
9
+ "specType": "SelectedNodeInstances"
10
+ }
11
+ ]
12
+ }
13
+ ]
14
+ }