@itwin/presentation-backend 3.5.0-dev.4 → 3.5.0-dev.41

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 (65) hide show
  1. package/CHANGELOG.md +43 -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 +13 -13
  9. package/lib/cjs/presentation-backend/Constants.js +43 -43
  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 +274 -274
  13. package/lib/cjs/presentation-backend/ElementPropertiesHelper.js.map +1 -1
  14. package/lib/cjs/presentation-backend/NativePlatform.d.ts +84 -83
  15. package/lib/cjs/presentation-backend/NativePlatform.d.ts.map +1 -1
  16. package/lib/cjs/presentation-backend/NativePlatform.js +140 -140
  17. package/lib/cjs/presentation-backend/NativePlatform.js.map +1 -1
  18. package/lib/cjs/presentation-backend/Presentation.d.ts +106 -106
  19. package/lib/cjs/presentation-backend/Presentation.js +150 -150
  20. package/lib/cjs/presentation-backend/Presentation.js.map +1 -1
  21. package/lib/cjs/presentation-backend/PresentationIpcHandler.d.ts +12 -12
  22. package/lib/cjs/presentation-backend/PresentationIpcHandler.js +41 -41
  23. package/lib/cjs/presentation-backend/PresentationIpcHandler.js.map +1 -1
  24. package/lib/cjs/presentation-backend/PresentationManager.d.ts +441 -401
  25. package/lib/cjs/presentation-backend/PresentationManager.d.ts.map +1 -1
  26. package/lib/cjs/presentation-backend/PresentationManager.js +291 -291
  27. package/lib/cjs/presentation-backend/PresentationManager.js.map +1 -1
  28. package/lib/cjs/presentation-backend/PresentationManagerDetail.d.ts +60 -60
  29. package/lib/cjs/presentation-backend/PresentationManagerDetail.js +423 -422
  30. package/lib/cjs/presentation-backend/PresentationManagerDetail.js.map +1 -1
  31. package/lib/cjs/presentation-backend/PresentationRpcImpl.d.ts +61 -59
  32. package/lib/cjs/presentation-backend/PresentationRpcImpl.d.ts.map +1 -1
  33. package/lib/cjs/presentation-backend/PresentationRpcImpl.js +365 -364
  34. package/lib/cjs/presentation-backend/PresentationRpcImpl.js.map +1 -1
  35. package/lib/cjs/presentation-backend/RulesetEmbedder.d.ts +104 -104
  36. package/lib/cjs/presentation-backend/RulesetEmbedder.js +282 -282
  37. package/lib/cjs/presentation-backend/RulesetEmbedder.js.map +1 -1
  38. package/lib/cjs/presentation-backend/RulesetManager.d.ts +53 -53
  39. package/lib/cjs/presentation-backend/RulesetManager.js +73 -73
  40. package/lib/cjs/presentation-backend/RulesetManager.js.map +1 -1
  41. package/lib/cjs/presentation-backend/RulesetVariablesManager.d.ts +140 -140
  42. package/lib/cjs/presentation-backend/RulesetVariablesManager.js +129 -129
  43. package/lib/cjs/presentation-backend/RulesetVariablesManager.js.map +1 -1
  44. package/lib/cjs/presentation-backend/SelectionScopesHelper.d.ts +35 -35
  45. package/lib/cjs/presentation-backend/SelectionScopesHelper.js +229 -229
  46. package/lib/cjs/presentation-backend/SelectionScopesHelper.js.map +1 -1
  47. package/lib/cjs/presentation-backend/TemporaryStorage.d.ts +123 -123
  48. package/lib/cjs/presentation-backend/TemporaryStorage.js +151 -151
  49. package/lib/cjs/presentation-backend/TemporaryStorage.js.map +1 -1
  50. package/lib/cjs/presentation-backend/UpdatesTracker.d.ts +27 -27
  51. package/lib/cjs/presentation-backend/UpdatesTracker.js +54 -54
  52. package/lib/cjs/presentation-backend/UpdatesTracker.js.map +1 -1
  53. package/lib/cjs/presentation-backend/Utils.d.ts +49 -49
  54. package/lib/cjs/presentation-backend/Utils.js +106 -106
  55. package/lib/cjs/presentation-backend/Utils.js.map +1 -1
  56. package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.d.ts +16 -16
  57. package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.js +51 -51
  58. package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.js.map +1 -1
  59. package/lib/cjs/presentation-backend/domain/RulesetElements.d.ts +21 -21
  60. package/lib/cjs/presentation-backend/domain/RulesetElements.js +38 -38
  61. package/lib/cjs/presentation-backend/domain/RulesetElements.js.map +1 -1
  62. package/lib/cjs/presentation-backend.d.ts +19 -19
  63. package/lib/cjs/presentation-backend.js +35 -35
  64. package/lib/cjs/presentation-backend.js.map +1 -1
  65. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,48 @@
1
1
  # Change Log - @itwin/presentation-backend
2
2
 
3
- This log was last generated on Thu, 01 Sep 2022 14:37:22 GMT and should not be manually modified.
3
+ This log was last generated on Fri, 28 Oct 2022 13:34:58 GMT and should not be manually modified.
4
+
5
+ ## 3.4.3
6
+ Fri, 28 Oct 2022 13:34:58 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.4.2
11
+ Mon, 24 Oct 2022 13:23:45 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.4.1
16
+ Mon, 17 Oct 2022 20:06:51 GMT
17
+
18
+ _Version update only_
19
+
20
+ ## 3.4.0
21
+ Thu, 13 Oct 2022 20:24:47 GMT
22
+
23
+ ### Updates
24
+
25
+ - lock down @types/semver to 7.3.10
26
+ - Updated Node types declaration to support latest v16
27
+ - Fix manager diagnostics reporting being affected by individual request diagnostics options
28
+ - Add a way to capture current context so it can be used by diagnostics handler when the request is fulfilled
29
+ - Added `PresentationManagerProps.diagnosticsCallback` property for setting up diagnostics reporting.
30
+ - Remove backend localization
31
+
32
+ ## 3.3.5
33
+ Tue, 27 Sep 2022 11:50:59 GMT
34
+
35
+ _Version update only_
36
+
37
+ ## 3.3.4
38
+ Thu, 08 Sep 2022 19:00:05 GMT
39
+
40
+ _Version update only_
41
+
42
+ ## 3.3.3
43
+ Tue, 06 Sep 2022 20:54:19 GMT
44
+
45
+ _Version update only_
4
46
 
5
47
  ## 3.3.2
6
48
  Thu, 01 Sep 2022 14:37:22 GMT
@@ -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
+ }