@itwin/presentation-backend 4.0.0-dev.10 → 4.0.0-dev.101

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 (71) hide show
  1. package/CHANGELOG.md +57 -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 +697 -762
  4. package/lib/cjs/assets/supplemental-presentation-rules/Functional.PresentationRuleSet.json +139 -139
  5. package/lib/cjs/presentation-backend/BackendLoggerCategory.d.ts +61 -41
  6. package/lib/cjs/presentation-backend/BackendLoggerCategory.d.ts.map +1 -1
  7. package/lib/cjs/presentation-backend/BackendLoggerCategory.js +70 -50
  8. package/lib/cjs/presentation-backend/BackendLoggerCategory.js.map +1 -1
  9. package/lib/cjs/presentation-backend/Constants.d.ts +8 -8
  10. package/lib/cjs/presentation-backend/Constants.js +40 -36
  11. package/lib/cjs/presentation-backend/Constants.js.map +1 -1
  12. package/lib/cjs/presentation-backend/ElementPropertiesHelper.d.ts +11 -11
  13. package/lib/cjs/presentation-backend/ElementPropertiesHelper.js +272 -274
  14. package/lib/cjs/presentation-backend/ElementPropertiesHelper.js.map +1 -1
  15. package/lib/cjs/presentation-backend/NativePlatform.d.ts +87 -87
  16. package/lib/cjs/presentation-backend/NativePlatform.d.ts.map +1 -1
  17. package/lib/cjs/presentation-backend/NativePlatform.js +147 -140
  18. package/lib/cjs/presentation-backend/NativePlatform.js.map +1 -1
  19. package/lib/cjs/presentation-backend/Presentation.d.ts +106 -106
  20. package/lib/cjs/presentation-backend/Presentation.d.ts.map +1 -1
  21. package/lib/cjs/presentation-backend/Presentation.js +148 -150
  22. package/lib/cjs/presentation-backend/Presentation.js.map +1 -1
  23. package/lib/cjs/presentation-backend/PresentationIpcHandler.d.ts +11 -12
  24. package/lib/cjs/presentation-backend/PresentationIpcHandler.d.ts.map +1 -1
  25. package/lib/cjs/presentation-backend/PresentationIpcHandler.js +30 -41
  26. package/lib/cjs/presentation-backend/PresentationIpcHandler.js.map +1 -1
  27. package/lib/cjs/presentation-backend/PresentationManager.d.ts +463 -445
  28. package/lib/cjs/presentation-backend/PresentationManager.d.ts.map +1 -1
  29. package/lib/cjs/presentation-backend/PresentationManager.js +317 -311
  30. package/lib/cjs/presentation-backend/PresentationManager.js.map +1 -1
  31. package/lib/cjs/presentation-backend/PresentationManagerDetail.d.ts +61 -61
  32. package/lib/cjs/presentation-backend/PresentationManagerDetail.d.ts.map +1 -1
  33. package/lib/cjs/presentation-backend/PresentationManagerDetail.js +442 -430
  34. package/lib/cjs/presentation-backend/PresentationManagerDetail.js.map +1 -1
  35. package/lib/cjs/presentation-backend/PresentationRpcImpl.d.ts +62 -62
  36. package/lib/cjs/presentation-backend/PresentationRpcImpl.d.ts.map +1 -1
  37. package/lib/cjs/presentation-backend/PresentationRpcImpl.js +388 -388
  38. package/lib/cjs/presentation-backend/PresentationRpcImpl.js.map +1 -1
  39. package/lib/cjs/presentation-backend/RulesetEmbedder.d.ts +102 -102
  40. package/lib/cjs/presentation-backend/RulesetEmbedder.d.ts.map +1 -1
  41. package/lib/cjs/presentation-backend/RulesetEmbedder.js +287 -282
  42. package/lib/cjs/presentation-backend/RulesetEmbedder.js.map +1 -1
  43. package/lib/cjs/presentation-backend/RulesetManager.d.ts +53 -53
  44. package/lib/cjs/presentation-backend/RulesetManager.js +73 -73
  45. package/lib/cjs/presentation-backend/RulesetManager.js.map +1 -1
  46. package/lib/cjs/presentation-backend/RulesetVariablesManager.d.ts +140 -140
  47. package/lib/cjs/presentation-backend/RulesetVariablesManager.js +129 -129
  48. package/lib/cjs/presentation-backend/RulesetVariablesManager.js.map +1 -1
  49. package/lib/cjs/presentation-backend/SelectionScopesHelper.d.ts +28 -28
  50. package/lib/cjs/presentation-backend/SelectionScopesHelper.js +226 -229
  51. package/lib/cjs/presentation-backend/SelectionScopesHelper.js.map +1 -1
  52. package/lib/cjs/presentation-backend/TemporaryStorage.d.ts +123 -123
  53. package/lib/cjs/presentation-backend/TemporaryStorage.js +151 -151
  54. package/lib/cjs/presentation-backend/TemporaryStorage.js.map +1 -1
  55. package/lib/cjs/presentation-backend/UpdatesTracker.d.ts +27 -27
  56. package/lib/cjs/presentation-backend/UpdatesTracker.js +54 -54
  57. package/lib/cjs/presentation-backend/UpdatesTracker.js.map +1 -1
  58. package/lib/cjs/presentation-backend/Utils.d.ts +49 -49
  59. package/lib/cjs/presentation-backend/Utils.d.ts.map +1 -1
  60. package/lib/cjs/presentation-backend/Utils.js +107 -106
  61. package/lib/cjs/presentation-backend/Utils.js.map +1 -1
  62. package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.d.ts +16 -16
  63. package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.js +55 -51
  64. package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.js.map +1 -1
  65. package/lib/cjs/presentation-backend/domain/RulesetElements.d.ts +21 -21
  66. package/lib/cjs/presentation-backend/domain/RulesetElements.js +38 -38
  67. package/lib/cjs/presentation-backend/domain/RulesetElements.js.map +1 -1
  68. package/lib/cjs/presentation-backend.d.ts +19 -19
  69. package/lib/cjs/presentation-backend.js +39 -35
  70. package/lib/cjs/presentation-backend.js.map +1 -1
  71. package/package.json +21 -20
package/CHANGELOG.md CHANGED
@@ -1,6 +1,62 @@
1
1
  # Change Log - @itwin/presentation-backend
2
2
 
3
- This log was last generated on Thu, 26 Jan 2023 22:53:28 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 25 Apr 2023 17:50:35 GMT and should not be manually modified.
4
+
5
+ ## 3.7.4
6
+ Tue, 25 Apr 2023 17:50:35 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 3.7.3
11
+ Thu, 20 Apr 2023 13:19:29 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 3.7.2
16
+ Wed, 12 Apr 2023 13:12:42 GMT
17
+
18
+ ### Updates
19
+
20
+ - Fix `BisCore` supplemental rules for related `bis.ExternalSource` properties
21
+
22
+ ## 3.7.1
23
+ Mon, 03 Apr 2023 15:15:37 GMT
24
+
25
+ _Version update only_
26
+
27
+ ## 3.7.0
28
+ Wed, 29 Mar 2023 15:02:27 GMT
29
+
30
+ _Version update only_
31
+
32
+ ## 3.6.3
33
+ Mon, 27 Mar 2023 16:26:47 GMT
34
+
35
+ _Version update only_
36
+
37
+ ## 3.6.2
38
+ Fri, 17 Mar 2023 17:52:32 GMT
39
+
40
+ _Version update only_
41
+
42
+ ## 3.6.1
43
+ Fri, 24 Feb 2023 22:00:48 GMT
44
+
45
+ _Version update only_
46
+
47
+ ## 3.6.0
48
+ Wed, 08 Feb 2023 14:58:40 GMT
49
+
50
+ ### Updates
51
+
52
+ - API promotions
53
+ - Add APIs to get hierarchy level descriptor
54
+ - Introduce unfilterable nodes and hierarchy levels
55
+
56
+ ## 3.5.6
57
+ Fri, 24 Feb 2023 16:02:47 GMT
58
+
59
+ _Version update only_
4
60
 
5
61
  ## 3.5.5
6
62
  Thu, 26 Jan 2023 22:53:28 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
+ }