@itwin/presentation-backend 4.0.0-dev.24 → 4.0.0-dev.28

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 (62) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/lib/cjs/assets/primary-presentation-rules/ElementProperties.PresentationRuleSet.json +14 -14
  3. package/lib/cjs/assets/supplemental-presentation-rules/BisCore.PresentationRuleSet.json +761 -761
  4. package/lib/cjs/assets/supplemental-presentation-rules/Functional.PresentationRuleSet.json +139 -139
  5. package/lib/cjs/presentation-backend/BackendLoggerCategory.d.ts +41 -41
  6. package/lib/cjs/presentation-backend/BackendLoggerCategory.js +50 -50
  7. package/lib/cjs/presentation-backend/BackendLoggerCategory.js.map +1 -1
  8. package/lib/cjs/presentation-backend/Constants.d.ts +8 -8
  9. package/lib/cjs/presentation-backend/Constants.js +36 -36
  10. package/lib/cjs/presentation-backend/Constants.js.map +1 -1
  11. package/lib/cjs/presentation-backend/ElementPropertiesHelper.d.ts +11 -11
  12. package/lib/cjs/presentation-backend/ElementPropertiesHelper.js +272 -274
  13. package/lib/cjs/presentation-backend/ElementPropertiesHelper.js.map +1 -1
  14. package/lib/cjs/presentation-backend/NativePlatform.d.ts +87 -87
  15. package/lib/cjs/presentation-backend/NativePlatform.js +139 -140
  16. package/lib/cjs/presentation-backend/NativePlatform.js.map +1 -1
  17. package/lib/cjs/presentation-backend/Presentation.d.ts +106 -106
  18. package/lib/cjs/presentation-backend/Presentation.js +149 -150
  19. package/lib/cjs/presentation-backend/Presentation.js.map +1 -1
  20. package/lib/cjs/presentation-backend/PresentationIpcHandler.d.ts +12 -12
  21. package/lib/cjs/presentation-backend/PresentationIpcHandler.js +41 -41
  22. package/lib/cjs/presentation-backend/PresentationIpcHandler.js.map +1 -1
  23. package/lib/cjs/presentation-backend/PresentationManager.d.ts +445 -445
  24. package/lib/cjs/presentation-backend/PresentationManager.js +309 -311
  25. package/lib/cjs/presentation-backend/PresentationManager.js.map +1 -1
  26. package/lib/cjs/presentation-backend/PresentationManagerDetail.d.ts +61 -61
  27. package/lib/cjs/presentation-backend/PresentationManagerDetail.js +426 -430
  28. package/lib/cjs/presentation-backend/PresentationManagerDetail.js.map +1 -1
  29. package/lib/cjs/presentation-backend/PresentationRpcImpl.d.ts +62 -62
  30. package/lib/cjs/presentation-backend/PresentationRpcImpl.js +385 -388
  31. package/lib/cjs/presentation-backend/PresentationRpcImpl.js.map +1 -1
  32. package/lib/cjs/presentation-backend/RulesetEmbedder.d.ts +102 -102
  33. package/lib/cjs/presentation-backend/RulesetEmbedder.js +281 -282
  34. package/lib/cjs/presentation-backend/RulesetEmbedder.js.map +1 -1
  35. package/lib/cjs/presentation-backend/RulesetManager.d.ts +53 -53
  36. package/lib/cjs/presentation-backend/RulesetManager.js +73 -73
  37. package/lib/cjs/presentation-backend/RulesetManager.js.map +1 -1
  38. package/lib/cjs/presentation-backend/RulesetVariablesManager.d.ts +140 -140
  39. package/lib/cjs/presentation-backend/RulesetVariablesManager.js +129 -129
  40. package/lib/cjs/presentation-backend/RulesetVariablesManager.js.map +1 -1
  41. package/lib/cjs/presentation-backend/SelectionScopesHelper.d.ts +28 -28
  42. package/lib/cjs/presentation-backend/SelectionScopesHelper.js +226 -229
  43. package/lib/cjs/presentation-backend/SelectionScopesHelper.js.map +1 -1
  44. package/lib/cjs/presentation-backend/TemporaryStorage.d.ts +123 -123
  45. package/lib/cjs/presentation-backend/TemporaryStorage.js +151 -151
  46. package/lib/cjs/presentation-backend/TemporaryStorage.js.map +1 -1
  47. package/lib/cjs/presentation-backend/UpdatesTracker.d.ts +27 -27
  48. package/lib/cjs/presentation-backend/UpdatesTracker.js +54 -54
  49. package/lib/cjs/presentation-backend/UpdatesTracker.js.map +1 -1
  50. package/lib/cjs/presentation-backend/Utils.d.ts +49 -49
  51. package/lib/cjs/presentation-backend/Utils.js +105 -106
  52. package/lib/cjs/presentation-backend/Utils.js.map +1 -1
  53. package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.d.ts +16 -16
  54. package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.js +51 -51
  55. package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.js.map +1 -1
  56. package/lib/cjs/presentation-backend/domain/RulesetElements.d.ts +21 -21
  57. package/lib/cjs/presentation-backend/domain/RulesetElements.js +38 -38
  58. package/lib/cjs/presentation-backend/domain/RulesetElements.js.map +1 -1
  59. package/lib/cjs/presentation-backend.d.ts +19 -19
  60. package/lib/cjs/presentation-backend.js +35 -35
  61. package/lib/cjs/presentation-backend.js.map +1 -1
  62. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -11,6 +11,11 @@ Wed, 08 Feb 2023 14:58:40 GMT
11
11
  - Add APIs to get hierarchy level descriptor
12
12
  - Introduce unfilterable nodes and hierarchy levels
13
13
 
14
+ ## 3.5.6
15
+ Fri, 24 Feb 2023 16:02:47 GMT
16
+
17
+ _Version update only_
18
+
14
19
  ## 3.5.5
15
20
  Thu, 26 Jan 2023 22:53:28 GMT
16
21
 
@@ -1049,7 +1054,7 @@ Mon, 13 May 2019 15:52:05 GMT
1049
1054
  - Fixed `PresentationRpcImpl.computeSelection` for "model", "category" and "element" scope to return specific class names instead of "BisCore:Model", "BisCore:Category" or "BisCore:Element"
1050
1055
  - Allow requesting content with descriptor overrides instead of descriptor. This allows to competely avoid a descriptor request when content customization requirements are the same for all kinds of content
1051
1056
  - Do not attempt to handle transient element ids when computing selection based on scope
1052
- - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
1057
+ - Setup a generic context for tracking client requests, and made various related enhancements to logging, usage tracking and authorization.
1053
1058
  - Upgrade TypeDoc dependency to 0.14.2
1054
1059
 
1055
1060
  ## 0.190.0
@@ -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
+ }