@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
@@ -1,37 +1,41 @@
1
- "use strict";
2
- /*---------------------------------------------------------------------------------------------
3
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
- * See LICENSE.md in the project root for license terms and full copyright notice.
5
- *--------------------------------------------------------------------------------------------*/
6
- /** @packageDocumentation
7
- * @module Core
8
- */
9
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
12
- }) : (function(o, m, k, k2) {
13
- if (k2 === undefined) k2 = k;
14
- o[k2] = m[k];
15
- }));
16
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
17
- Object.defineProperty(o, "default", { enumerable: true, value: v });
18
- }) : function(o, v) {
19
- o["default"] = v;
20
- });
21
- var __importStar = (this && this.__importStar) || function (mod) {
22
- if (mod && mod.__esModule) return mod;
23
- var result = {};
24
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
- __setModuleDefault(result, mod);
26
- return result;
27
- };
28
- Object.defineProperty(exports, "__esModule", { value: true });
29
- exports.PRESENTATION_BACKEND_ASSETS_ROOT = void 0;
30
- const path = __importStar(require("path"));
31
- /**
32
- * Path to presentation-backend assets root directory.
33
- * @internal
34
- */
35
- // istanbul ignore next
36
- exports.PRESENTATION_BACKEND_ASSETS_ROOT = (-1 !== __dirname.indexOf("presentation-backend")) ? path.join(__dirname, "../assets") : path.join(__dirname, "assets");
1
+ "use strict";
2
+ /*---------------------------------------------------------------------------------------------
3
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
4
+ * See LICENSE.md in the project root for license terms and full copyright notice.
5
+ *--------------------------------------------------------------------------------------------*/
6
+ /** @packageDocumentation
7
+ * @module Core
8
+ */
9
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ var desc = Object.getOwnPropertyDescriptor(m, k);
12
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
13
+ desc = { enumerable: true, get: function() { return m[k]; } };
14
+ }
15
+ Object.defineProperty(o, k2, desc);
16
+ }) : (function(o, m, k, k2) {
17
+ if (k2 === undefined) k2 = k;
18
+ o[k2] = m[k];
19
+ }));
20
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
21
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
22
+ }) : function(o, v) {
23
+ o["default"] = v;
24
+ });
25
+ var __importStar = (this && this.__importStar) || function (mod) {
26
+ if (mod && mod.__esModule) return mod;
27
+ var result = {};
28
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
29
+ __setModuleDefault(result, mod);
30
+ return result;
31
+ };
32
+ Object.defineProperty(exports, "__esModule", { value: true });
33
+ exports.PRESENTATION_BACKEND_ASSETS_ROOT = void 0;
34
+ const path = __importStar(require("path"));
35
+ /**
36
+ * Path to presentation-backend assets root directory.
37
+ * @internal
38
+ */
39
+ // istanbul ignore next
40
+ exports.PRESENTATION_BACKEND_ASSETS_ROOT = (-1 !== __dirname.indexOf("presentation-backend")) ? path.join(__dirname, "../assets") : path.join(__dirname, "assets");
37
41
  //# sourceMappingURL=Constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Constants.js","sourceRoot":"","sources":["../../../src/presentation-backend/Constants.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;;;;;;;;;;;;;;;;;;;;AAEH,2CAA6B;AAE7B;;;GAGG;AACH,uBAAuB;AACV,QAAA,gCAAgC,GAAG,CAAC,CAAC,CAAC,KAAK,SAAS,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\r\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\r\n* See LICENSE.md in the project root for license terms and full copyright notice.\r\n*--------------------------------------------------------------------------------------------*/\r\n/** @packageDocumentation\r\n * @module Core\r\n */\r\n\r\nimport * as path from \"path\";\r\n\r\n/**\r\n * Path to presentation-backend assets root directory.\r\n * @internal\r\n */\r\n// istanbul ignore next\r\nexport const PRESENTATION_BACKEND_ASSETS_ROOT = (-1 !== __dirname.indexOf(\"presentation-backend\")) ? path.join(__dirname, \"../assets\") : path.join(__dirname, \"assets\");\r\n"]}
1
+ {"version":3,"file":"Constants.js","sourceRoot":"","sources":["../../../src/presentation-backend/Constants.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2CAA6B;AAE7B;;;GAGG;AACH,uBAAuB;AACV,QAAA,gCAAgC,GAAG,CAAC,CAAC,CAAC,KAAK,SAAS,CAAC,OAAO,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,WAAW,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC","sourcesContent":["/*---------------------------------------------------------------------------------------------\n* Copyright (c) Bentley Systems, Incorporated. All rights reserved.\n* See LICENSE.md in the project root for license terms and full copyright notice.\n*--------------------------------------------------------------------------------------------*/\n/** @packageDocumentation\n * @module Core\n */\n\nimport * as path from \"path\";\n\n/**\n * Path to presentation-backend assets root directory.\n * @internal\n */\n// istanbul ignore next\nexport const PRESENTATION_BACKEND_ASSETS_ROOT = (-1 !== __dirname.indexOf(\"presentation-backend\")) ? path.join(__dirname, \"../assets\") : path.join(__dirname, \"assets\");\n"]}
@@ -1,12 +1,12 @@
1
- /** @packageDocumentation
2
- * @module Core
3
- */
4
- import { IModelDb } from "@itwin/core-backend";
5
- import { Content, ElementProperties } from "@itwin/presentation-common";
6
- /** @internal */
7
- export declare const buildElementsProperties: (content: Content | undefined) => ElementProperties[];
8
- /** @internal */
9
- export declare function getElementsCount(db: IModelDb, classNames?: string[]): number;
10
- /** @internal */
11
- export declare function iterateElementIds(db: IModelDb, classNames?: string[], limit?: number): Generator<Map<string, string[]>, void, unknown>;
1
+ /** @packageDocumentation
2
+ * @module Core
3
+ */
4
+ import { IModelDb } from "@itwin/core-backend";
5
+ import { Content, ElementProperties } from "@itwin/presentation-common";
6
+ /** @internal */
7
+ export declare const buildElementsProperties: (content: Content | undefined) => ElementProperties[];
8
+ /** @internal */
9
+ export declare function getElementsCount(db: IModelDb, classNames?: string[]): number;
10
+ /** @internal */
11
+ export declare function iterateElementIds(db: IModelDb, classNames?: string[], limit?: number): Generator<Map<string, string[]>, void, unknown>;
12
12
  //# sourceMappingURL=ElementPropertiesHelper.d.ts.map