@itwin/presentation-backend 3.6.0-dev.8 → 3.6.0

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 (70) hide show
  1. package/CHANGELOG.md +35 -1
  2. package/LICENSE.md +1 -1
  3. package/lib/cjs/assets/primary-presentation-rules/ElementProperties.PresentationRuleSet.json +14 -14
  4. package/lib/cjs/assets/supplemental-presentation-rules/BisCore.PresentationRuleSet.json +761 -761
  5. package/lib/cjs/assets/supplemental-presentation-rules/Functional.PresentationRuleSet.json +139 -139
  6. package/lib/cjs/presentation-backend/BackendLoggerCategory.d.ts +41 -41
  7. package/lib/cjs/presentation-backend/BackendLoggerCategory.js +50 -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 +36 -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 +274 -274
  14. package/lib/cjs/presentation-backend/ElementPropertiesHelper.js.map +1 -1
  15. package/lib/cjs/presentation-backend/NativePlatform.d.ts +87 -82
  16. package/lib/cjs/presentation-backend/NativePlatform.d.ts.map +1 -1
  17. package/lib/cjs/presentation-backend/NativePlatform.js +140 -139
  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.js +150 -150
  21. package/lib/cjs/presentation-backend/Presentation.js.map +1 -1
  22. package/lib/cjs/presentation-backend/PresentationIpcHandler.d.ts +12 -12
  23. package/lib/cjs/presentation-backend/PresentationIpcHandler.d.ts.map +1 -1
  24. package/lib/cjs/presentation-backend/PresentationIpcHandler.js +41 -41
  25. package/lib/cjs/presentation-backend/PresentationIpcHandler.js.map +1 -1
  26. package/lib/cjs/presentation-backend/PresentationManager.d.ts +445 -436
  27. package/lib/cjs/presentation-backend/PresentationManager.d.ts.map +1 -1
  28. package/lib/cjs/presentation-backend/PresentationManager.js +311 -292
  29. package/lib/cjs/presentation-backend/PresentationManager.js.map +1 -1
  30. package/lib/cjs/presentation-backend/PresentationManagerDetail.d.ts +61 -60
  31. package/lib/cjs/presentation-backend/PresentationManagerDetail.d.ts.map +1 -1
  32. package/lib/cjs/presentation-backend/PresentationManagerDetail.js +430 -420
  33. package/lib/cjs/presentation-backend/PresentationManagerDetail.js.map +1 -1
  34. package/lib/cjs/presentation-backend/PresentationRpcImpl.d.ts +62 -61
  35. package/lib/cjs/presentation-backend/PresentationRpcImpl.d.ts.map +1 -1
  36. package/lib/cjs/presentation-backend/PresentationRpcImpl.js +388 -365
  37. package/lib/cjs/presentation-backend/PresentationRpcImpl.js.map +1 -1
  38. package/lib/cjs/presentation-backend/RulesetEmbedder.d.ts +102 -104
  39. package/lib/cjs/presentation-backend/RulesetEmbedder.d.ts.map +1 -1
  40. package/lib/cjs/presentation-backend/RulesetEmbedder.js +282 -282
  41. package/lib/cjs/presentation-backend/RulesetEmbedder.js.map +1 -1
  42. package/lib/cjs/presentation-backend/RulesetManager.d.ts +53 -53
  43. package/lib/cjs/presentation-backend/RulesetManager.js +73 -73
  44. package/lib/cjs/presentation-backend/RulesetManager.js.map +1 -1
  45. package/lib/cjs/presentation-backend/RulesetVariablesManager.d.ts +140 -140
  46. package/lib/cjs/presentation-backend/RulesetVariablesManager.js +129 -129
  47. package/lib/cjs/presentation-backend/RulesetVariablesManager.js.map +1 -1
  48. package/lib/cjs/presentation-backend/SelectionScopesHelper.d.ts +28 -35
  49. package/lib/cjs/presentation-backend/SelectionScopesHelper.d.ts.map +1 -1
  50. package/lib/cjs/presentation-backend/SelectionScopesHelper.js +229 -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.js +106 -106
  60. package/lib/cjs/presentation-backend/Utils.js.map +1 -1
  61. package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.d.ts +16 -16
  62. package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.js +51 -51
  63. package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.js.map +1 -1
  64. package/lib/cjs/presentation-backend/domain/RulesetElements.d.ts +21 -21
  65. package/lib/cjs/presentation-backend/domain/RulesetElements.js +38 -38
  66. package/lib/cjs/presentation-backend/domain/RulesetElements.js.map +1 -1
  67. package/lib/cjs/presentation-backend.d.ts +19 -19
  68. package/lib/cjs/presentation-backend.js +35 -35
  69. package/lib/cjs/presentation-backend.js.map +1 -1
  70. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,6 +1,40 @@
1
1
  # Change Log - @itwin/presentation-backend
2
2
 
3
- This log was last generated on Wed, 07 Dec 2022 19:12:37 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 08 Feb 2023 14:58:40 GMT and should not be manually modified.
4
+
5
+ ## 3.6.0
6
+ Wed, 08 Feb 2023 14:58:40 GMT
7
+
8
+ ### Updates
9
+
10
+ - API promotions
11
+ - Add APIs to get hierarchy level descriptor
12
+ - Introduce unfilterable nodes and hierarchy levels
13
+
14
+ ## 3.5.5
15
+ Thu, 26 Jan 2023 22:53:28 GMT
16
+
17
+ _Version update only_
18
+
19
+ ## 3.5.4
20
+ Wed, 18 Jan 2023 15:27:15 GMT
21
+
22
+ _Version update only_
23
+
24
+ ## 3.5.3
25
+ Fri, 13 Jan 2023 17:23:07 GMT
26
+
27
+ _Version update only_
28
+
29
+ ## 3.5.2
30
+ Wed, 11 Jan 2023 16:46:30 GMT
31
+
32
+ _Version update only_
33
+
34
+ ## 3.5.1
35
+ Thu, 15 Dec 2022 16:38:29 GMT
36
+
37
+ _Version update only_
4
38
 
5
39
  ## 3.5.0
6
40
  Wed, 07 Dec 2022 19:12:37 GMT
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # MIT License
2
2
 
3
- Copyright © 2017-2022 Bentley Systems, Incorporated. All rights reserved.
3
+ Copyright © 2017-2023 Bentley Systems, Incorporated. All rights reserved.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
@@ -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
+ }