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

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 +57 -1
  2. package/lib/cjs/assets/supplemental-presentation-rules/BisCore.PresentationRuleSet.json +31 -67
  3. package/lib/cjs/presentation-backend/BackendLoggerCategory.d.ts +61 -41
  4. package/lib/cjs/presentation-backend/BackendLoggerCategory.d.ts.map +1 -1
  5. package/lib/cjs/presentation-backend/BackendLoggerCategory.js +70 -50
  6. package/lib/cjs/presentation-backend/BackendLoggerCategory.js.map +1 -1
  7. package/lib/cjs/presentation-backend/Constants.d.ts +8 -8
  8. package/lib/cjs/presentation-backend/Constants.js +40 -36
  9. package/lib/cjs/presentation-backend/Constants.js.map +1 -1
  10. package/lib/cjs/presentation-backend/ElementPropertiesHelper.d.ts +11 -11
  11. package/lib/cjs/presentation-backend/ElementPropertiesHelper.js +260 -262
  12. package/lib/cjs/presentation-backend/ElementPropertiesHelper.js.map +1 -1
  13. package/lib/cjs/presentation-backend/NativePlatform.d.ts +87 -87
  14. package/lib/cjs/presentation-backend/NativePlatform.d.ts.map +1 -1
  15. package/lib/cjs/presentation-backend/NativePlatform.js +147 -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.d.ts.map +1 -1
  19. package/lib/cjs/presentation-backend/Presentation.js +148 -150
  20. package/lib/cjs/presentation-backend/Presentation.js.map +1 -1
  21. package/lib/cjs/presentation-backend/PresentationIpcHandler.d.ts +11 -12
  22. package/lib/cjs/presentation-backend/PresentationIpcHandler.d.ts.map +1 -1
  23. package/lib/cjs/presentation-backend/PresentationIpcHandler.js +30 -41
  24. package/lib/cjs/presentation-backend/PresentationIpcHandler.js.map +1 -1
  25. package/lib/cjs/presentation-backend/PresentationManager.d.ts +463 -445
  26. package/lib/cjs/presentation-backend/PresentationManager.d.ts.map +1 -1
  27. package/lib/cjs/presentation-backend/PresentationManager.js +317 -311
  28. package/lib/cjs/presentation-backend/PresentationManager.js.map +1 -1
  29. package/lib/cjs/presentation-backend/PresentationManagerDetail.d.ts +61 -61
  30. package/lib/cjs/presentation-backend/PresentationManagerDetail.d.ts.map +1 -1
  31. package/lib/cjs/presentation-backend/PresentationManagerDetail.js +442 -430
  32. package/lib/cjs/presentation-backend/PresentationManagerDetail.js.map +1 -1
  33. package/lib/cjs/presentation-backend/PresentationRpcImpl.d.ts +62 -62
  34. package/lib/cjs/presentation-backend/PresentationRpcImpl.d.ts.map +1 -1
  35. package/lib/cjs/presentation-backend/PresentationRpcImpl.js +388 -388
  36. package/lib/cjs/presentation-backend/PresentationRpcImpl.js.map +1 -1
  37. package/lib/cjs/presentation-backend/RulesetEmbedder.d.ts +102 -102
  38. package/lib/cjs/presentation-backend/RulesetEmbedder.d.ts.map +1 -1
  39. package/lib/cjs/presentation-backend/RulesetEmbedder.js +284 -279
  40. package/lib/cjs/presentation-backend/RulesetEmbedder.js.map +1 -1
  41. package/lib/cjs/presentation-backend/RulesetManager.d.ts +53 -53
  42. package/lib/cjs/presentation-backend/RulesetManager.js +73 -73
  43. package/lib/cjs/presentation-backend/RulesetVariablesManager.d.ts +140 -140
  44. package/lib/cjs/presentation-backend/RulesetVariablesManager.js +129 -129
  45. package/lib/cjs/presentation-backend/SelectionScopesHelper.d.ts +28 -28
  46. package/lib/cjs/presentation-backend/SelectionScopesHelper.js +210 -213
  47. package/lib/cjs/presentation-backend/SelectionScopesHelper.js.map +1 -1
  48. package/lib/cjs/presentation-backend/TemporaryStorage.d.ts +123 -123
  49. package/lib/cjs/presentation-backend/TemporaryStorage.js +151 -151
  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.d.ts.map +1 -1
  55. package/lib/cjs/presentation-backend/Utils.js +107 -106
  56. package/lib/cjs/presentation-backend/Utils.js.map +1 -1
  57. package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.d.ts +16 -16
  58. package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.js +55 -51
  59. package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.js.map +1 -1
  60. package/lib/cjs/presentation-backend/domain/RulesetElements.d.ts +21 -21
  61. package/lib/cjs/presentation-backend/domain/RulesetElements.js +38 -38
  62. package/lib/cjs/presentation-backend.d.ts +19 -19
  63. package/lib/cjs/presentation-backend.js +39 -35
  64. package/lib/cjs/presentation-backend.js.map +1 -1
  65. 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
@@ -237,22 +237,6 @@
237
237
  "schemaName": "BisCore",
238
238
  "className": "Element"
239
239
  },
240
- "propertyCategories": [
241
- {
242
- "id": "source_information",
243
- "label": "Source Information",
244
- "parentId": {
245
- "type": "Root"
246
- },
247
- "autoExpand": true
248
- },
249
- {
250
- "id": "model_source",
251
- "label": "Model Source",
252
- "parentId": "source_information",
253
- "autoExpand": true
254
- }
255
- ],
256
240
  "relatedProperties": [
257
241
  {
258
242
  "propertiesSource": {
@@ -277,7 +261,33 @@
277
261
  "handleTargetClassPolymorphically": true,
278
262
  "relationshipMeaning": "SameInstance",
279
263
  "skipIfDuplicate": true
264
+ }
265
+ ],
266
+ "applyOnNestedContent": true
267
+ },
268
+ {
269
+ "ruleType": "ContentModifier",
270
+ "class": {
271
+ "schemaName": "BisCore",
272
+ "className": "Element"
273
+ },
274
+ "propertyCategories": [
275
+ {
276
+ "id": "source_information",
277
+ "label": "Source Information",
278
+ "parentId": {
279
+ "type": "Root"
280
+ },
281
+ "autoExpand": true
280
282
  },
283
+ {
284
+ "id": "model_source",
285
+ "label": "Model Source",
286
+ "parentId": "source_information",
287
+ "autoExpand": true
288
+ }
289
+ ],
290
+ "relatedProperties": [
281
291
  {
282
292
  "propertiesSource": {
283
293
  "relationship": {
@@ -496,7 +506,8 @@
496
506
  "categoryId": "source_information",
497
507
  "labelOverride": "Path"
498
508
  }
499
- ]
509
+ ],
510
+ "skipIfDuplicate": true
500
511
  },
501
512
  {
502
513
  "relationshipMeaning": "SameInstance",
@@ -540,7 +551,8 @@
540
551
  "categoryId": "secondary_sources",
541
552
  "labelOverride": "Path"
542
553
  }
543
- ]
554
+ ],
555
+ "skipIfDuplicate": true
544
556
  }
545
557
  ],
546
558
  "skipIfDuplicate": true
@@ -564,30 +576,6 @@
564
576
  },
565
577
  "handleTargetClassPolymorphically": true,
566
578
  "relationshipMeaning": "RelatedInstance",
567
- "nestedRelatedProperties": [
568
- {
569
- "propertiesSource": {
570
- "relationship": {
571
- "schemaName": "BisCore",
572
- "className": "ElementOwnsUniqueAspect"
573
- },
574
- "direction": "Forward"
575
- },
576
- "handleTargetClassPolymorphically": true,
577
- "relationshipMeaning": "SameInstance"
578
- },
579
- {
580
- "propertiesSource": {
581
- "relationship": {
582
- "schemaName": "BisCore",
583
- "className": "ElementOwnsMultiAspects"
584
- },
585
- "direction": "Forward"
586
- },
587
- "handleTargetClassPolymorphically": true,
588
- "relationshipMeaning": "SameInstance"
589
- }
590
- ],
591
579
  "skipIfDuplicate": true
592
580
  }
593
581
  ]
@@ -609,30 +597,6 @@
609
597
  },
610
598
  "handleTargetClassPolymorphically": true,
611
599
  "relationshipMeaning": "RelatedInstance",
612
- "nestedRelatedProperties": [
613
- {
614
- "propertiesSource": {
615
- "relationship": {
616
- "schemaName": "BisCore",
617
- "className": "ElementOwnsUniqueAspect"
618
- },
619
- "direction": "Forward"
620
- },
621
- "handleTargetClassPolymorphically": true,
622
- "relationshipMeaning": "SameInstance"
623
- },
624
- {
625
- "propertiesSource": {
626
- "relationship": {
627
- "schemaName": "BisCore",
628
- "className": "ElementOwnsMultiAspects"
629
- },
630
- "direction": "Forward"
631
- },
632
- "handleTargetClassPolymorphically": true,
633
- "relationshipMeaning": "SameInstance"
634
- }
635
- ],
636
600
  "skipIfDuplicate": true
637
601
  }
638
602
  ]
@@ -759,4 +723,4 @@
759
723
  ]
760
724
  }
761
725
  ]
762
- }
726
+ }
@@ -1,42 +1,62 @@
1
- /** @packageDocumentation
2
- * @module Logging
3
- */
4
- /**
5
- * Logger categories used by this package
6
- * @note All logger categories in this package start with the `presentation-backend` prefix.
7
- * @see [Logger]($bentley)
8
- * @public
9
- */
10
- export declare enum PresentationBackendLoggerCategory {
11
- Package = "presentation-backend",
12
- /** The logger category used by the [[PresentationManager]] class and other related classes. */
13
- PresentationManager = "presentation-backend.PresentationManager",
14
- /** The logger category used by Presentation RPC implementation. */
15
- Rpc = "presentation-backend.Rpc",
16
- /** The logger category used by Presentation IPC implementation. */
17
- Ipc = "presentation-backend.Ipc"
18
- }
19
- /**
20
- * Logger categories used by this package
21
- * @note Logger categories used by the [[PresentationManager]] native addon.
22
- * @see [Logger]($bentley)
23
- * @public
24
- */
25
- export declare enum PresentationBackendNativeLoggerCategory {
26
- ECObjects = "ECObjects",
27
- ECObjects_ECExpressions = "ECObjects.ECExpressions",
28
- ECObjects_ECExpressions_Parse = "ECObjects.ECExpressions.Parse",
29
- ECObjects_ECExpressions_Evaluate = "ECObjects.ECExpressions.Evaluate",
30
- ECPresentation = "ECPresentation",
31
- ECPresentation_Connections = "ECPresentation.Connections",
32
- ECPresentation_Localization = "ECPresentation.Localization",
33
- ECPresentation_RulesEngine = "ECPresentation.RulesEngine",
34
- ECPresentation_RulesEngine_Content = "ECPresentation.RulesEngine.Content",
35
- ECPresentation_RulesEngine_Localization = "ECPresentation.RulesEngine.Localization",
36
- ECPresentation_RulesEngine_Navigation = "ECPresentation.RulesEngine.Navigation",
37
- ECPresentation_RulesEngine_Navigation_Cache = "ECPresentation.RulesEngine.Navigation.Cache",
38
- ECPresentation_RulesEngine_Threads = "ECPresentation.RulesEngine.Threads",
39
- ECPresentation_RulesEngine_Update = "ECPresentation.RulesEngine.Update",
40
- ECPresentation_RulesEngine_RulesetVariables = "ECPresentation.RulesEngine.RulesetVariables"
41
- }
1
+ /** @packageDocumentation
2
+ * @module Logging
3
+ */
4
+ /**
5
+ * Logger categories used by this package
6
+ * @note All logger categories in this package start with the `presentation-backend` prefix.
7
+ * @see [Logger]($bentley)
8
+ * @public
9
+ */
10
+ export declare enum PresentationBackendLoggerCategory {
11
+ Package = "presentation-backend",
12
+ /** The logger category used by the [[PresentationManager]] class and other related classes. */
13
+ PresentationManager = "presentation-backend.PresentationManager",
14
+ /** The logger category used by Presentation RPC implementation. */
15
+ Rpc = "presentation-backend.Rpc",
16
+ /** The logger category used by Presentation IPC implementation. */
17
+ Ipc = "presentation-backend.Ipc"
18
+ }
19
+ /**
20
+ * Logger categories used by this package
21
+ * @note Logger categories used by the [[PresentationManager]] native addon.
22
+ * @see [Logger]($bentley)
23
+ * @public
24
+ */
25
+ export declare enum PresentationBackendNativeLoggerCategory {
26
+ ECObjects = "ECObjects",
27
+ ECObjects_ECExpressions = "ECObjects.ECExpressions",
28
+ ECObjects_ECExpressions_Parse = "ECObjects.ECExpressions.Parse",
29
+ ECObjects_ECExpressions_Evaluate = "ECObjects.ECExpressions.Evaluate",
30
+ ECPresentation = "ECPresentation",
31
+ ECPresentation_Connections = "ECPresentation.Connections",
32
+ ECPresentation_Tasks = "ECPresentation.Tasks",
33
+ ECPresentation_Hierarchies = "ECPresentation.Navigation",
34
+ ECPresentation_Hierarchies_Cache = "ECPresentation.Navigation.Cache",
35
+ ECPresentation_Content = "ECPresentation.Content",
36
+ ECPresentation_Update = "ECPresentation.Update",
37
+ ECPresentation_Update_Hierarchies = "ECPresentation.Update.Hierarchies",
38
+ ECPresentation_Update_Content = "ECPresentation.Update.Content",
39
+ ECPresentation_Rules = "ECPresentation.Rules",
40
+ ECPresentation_RulesetVariables = "ECPresentation.RulesetVariables",
41
+ ECPresentation_ECExpressions = "ECPresentation.ECExpressions",
42
+ ECPresentation_Serialization = "ECPresentation.Serialization",
43
+ /** @deprecated in 4.0. The logging namespace is not used anymore. */
44
+ ECPresentation_Localization = "ECPresentation.Localization",
45
+ /** @deprecated in 4.0. Use [[ECPresentation]] */
46
+ ECPresentation_RulesEngine = "ECPresentation.RulesEngine",
47
+ /** @deprecated in 4.0. Use [[ECPresentation_Content]] */
48
+ ECPresentation_RulesEngine_Content = "ECPresentation.Content",
49
+ /** @deprecated in 4.0. The logging namespace is not used anymore. */
50
+ ECPresentation_RulesEngine_Localization = "ECPresentation.Localization",
51
+ /** @deprecated in 4.0. Use [[ECPresentation_Hierarchies]] */
52
+ ECPresentation_RulesEngine_Navigation = "ECPresentation.Navigation",
53
+ /** @deprecated in 4.0. Use [[ECPresentation_Hierarchies_Cache]] */
54
+ ECPresentation_RulesEngine_Navigation_Cache = "ECPresentation.Navigation.Cache",
55
+ /** @deprecated in 4.0. Use [[ECPresentation_Tasks]] */
56
+ ECPresentation_RulesEngine_Threads = "ECPresentation.Tasks",
57
+ /** @deprecated in 4.0. Use [[ECPresentation_Update]] */
58
+ ECPresentation_RulesEngine_Update = "ECPresentation.Update",
59
+ /** @deprecated in 4.0. Use [[ECPresentation_RulesetVariables]] */
60
+ ECPresentation_RulesEngine_RulesetVariables = "ECPresentation.RulesetVariables"
61
+ }
42
62
  //# sourceMappingURL=BackendLoggerCategory.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BackendLoggerCategory.d.ts","sourceRoot":"","sources":["../../../src/presentation-backend/BackendLoggerCategory.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH;;;;;GAKG;AACH,oBAAY,iCAAiC;IAC3C,OAAO,yBAAyB;IAEhC,+FAA+F;IAC/F,mBAAmB,6CAA6C;IAEhE,mEAAmE;IACnE,GAAG,6BAA6B;IAEhC,mEAAmE;IACnE,GAAG,6BAA6B;CACjC;AAED;;;;;GAKG;AACH,oBAAY,uCAAuC;IACjD,SAAS,cAAc;IACvB,uBAAuB,4BAA4B;IACnD,6BAA6B,kCAAkC;IAC/D,gCAAgC,qCAAqC;IAErE,cAAc,mBAAmB;IACjC,0BAA0B,+BAA+B;IACzD,2BAA2B,gCAAgC;IAC3D,0BAA0B,+BAA+B;IACzD,kCAAkC,uCAAuC;IACzE,uCAAuC,4CAA4C;IACnF,qCAAqC,0CAA0C;IAC/E,2CAA2C,gDAAgD;IAC3F,kCAAkC,uCAAuC;IACzE,iCAAiC,sCAAsC;IACvE,2CAA2C,gDAAgD;CAC5F"}
1
+ {"version":3,"file":"BackendLoggerCategory.d.ts","sourceRoot":"","sources":["../../../src/presentation-backend/BackendLoggerCategory.ts"],"names":[],"mappings":"AAIA;;GAEG;AAEH;;;;;GAKG;AACH,oBAAY,iCAAiC;IAC3C,OAAO,yBAAyB;IAEhC,+FAA+F;IAC/F,mBAAmB,6CAA6C;IAEhE,mEAAmE;IACnE,GAAG,6BAA6B;IAEhC,mEAAmE;IACnE,GAAG,6BAA6B;CACjC;AAED;;;;;GAKG;AACH,oBAAY,uCAAuC;IACjD,SAAS,cAAc;IACvB,uBAAuB,4BAA4B;IACnD,6BAA6B,kCAAkC;IAC/D,gCAAgC,qCAAqC;IAErE,cAAc,mBAAmB;IACjC,0BAA0B,+BAA+B;IACzD,oBAAoB,yBAAyB;IAC7C,0BAA0B,8BAA8B;IACxD,gCAAgC,oCAAoC;IACpE,sBAAsB,2BAA2B;IACjD,qBAAqB,0BAA0B;IAC/C,iCAAiC,sCAAsC;IACvE,6BAA6B,kCAAkC;IAC/D,oBAAoB,yBAAyB;IAC7C,+BAA+B,oCAAoC;IACnE,4BAA4B,iCAAiC;IAC7D,4BAA4B,iCAAiC;IAE7D,qEAAqE;IACrE,2BAA2B,gCAAgC;IAC3D,iDAAiD;IACjD,0BAA0B,+BAA+B;IACzD,yDAAyD;IACzD,kCAAkC,2BAA2B;IAC7D,qEAAqE;IACrE,uCAAuC,gCAAgC;IACvE,6DAA6D;IAC7D,qCAAqC,8BAA8B;IACnE,mEAAmE;IACnE,2CAA2C,oCAAoC;IAC/E,uDAAuD;IACvD,kCAAkC,yBAAyB;IAC3D,wDAAwD;IACxD,iCAAiC,0BAA0B;IAC3D,kEAAkE;IAClE,2CAA2C,oCAAoC;CAChF"}
@@ -1,51 +1,71 @@
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 Logging
8
- */
9
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.PresentationBackendNativeLoggerCategory = exports.PresentationBackendLoggerCategory = void 0;
11
- /**
12
- * Logger categories used by this package
13
- * @note All logger categories in this package start with the `presentation-backend` prefix.
14
- * @see [Logger]($bentley)
15
- * @public
16
- */
17
- var PresentationBackendLoggerCategory;
18
- (function (PresentationBackendLoggerCategory) {
19
- PresentationBackendLoggerCategory["Package"] = "presentation-backend";
20
- /** The logger category used by the [[PresentationManager]] class and other related classes. */
21
- PresentationBackendLoggerCategory["PresentationManager"] = "presentation-backend.PresentationManager";
22
- /** The logger category used by Presentation RPC implementation. */
23
- PresentationBackendLoggerCategory["Rpc"] = "presentation-backend.Rpc";
24
- /** The logger category used by Presentation IPC implementation. */
25
- PresentationBackendLoggerCategory["Ipc"] = "presentation-backend.Ipc";
26
- })(PresentationBackendLoggerCategory = exports.PresentationBackendLoggerCategory || (exports.PresentationBackendLoggerCategory = {}));
27
- /**
28
- * Logger categories used by this package
29
- * @note Logger categories used by the [[PresentationManager]] native addon.
30
- * @see [Logger]($bentley)
31
- * @public
32
- */
33
- var PresentationBackendNativeLoggerCategory;
34
- (function (PresentationBackendNativeLoggerCategory) {
35
- PresentationBackendNativeLoggerCategory["ECObjects"] = "ECObjects";
36
- PresentationBackendNativeLoggerCategory["ECObjects_ECExpressions"] = "ECObjects.ECExpressions";
37
- PresentationBackendNativeLoggerCategory["ECObjects_ECExpressions_Parse"] = "ECObjects.ECExpressions.Parse";
38
- PresentationBackendNativeLoggerCategory["ECObjects_ECExpressions_Evaluate"] = "ECObjects.ECExpressions.Evaluate";
39
- PresentationBackendNativeLoggerCategory["ECPresentation"] = "ECPresentation";
40
- PresentationBackendNativeLoggerCategory["ECPresentation_Connections"] = "ECPresentation.Connections";
41
- PresentationBackendNativeLoggerCategory["ECPresentation_Localization"] = "ECPresentation.Localization";
42
- PresentationBackendNativeLoggerCategory["ECPresentation_RulesEngine"] = "ECPresentation.RulesEngine";
43
- PresentationBackendNativeLoggerCategory["ECPresentation_RulesEngine_Content"] = "ECPresentation.RulesEngine.Content";
44
- PresentationBackendNativeLoggerCategory["ECPresentation_RulesEngine_Localization"] = "ECPresentation.RulesEngine.Localization";
45
- PresentationBackendNativeLoggerCategory["ECPresentation_RulesEngine_Navigation"] = "ECPresentation.RulesEngine.Navigation";
46
- PresentationBackendNativeLoggerCategory["ECPresentation_RulesEngine_Navigation_Cache"] = "ECPresentation.RulesEngine.Navigation.Cache";
47
- PresentationBackendNativeLoggerCategory["ECPresentation_RulesEngine_Threads"] = "ECPresentation.RulesEngine.Threads";
48
- PresentationBackendNativeLoggerCategory["ECPresentation_RulesEngine_Update"] = "ECPresentation.RulesEngine.Update";
49
- PresentationBackendNativeLoggerCategory["ECPresentation_RulesEngine_RulesetVariables"] = "ECPresentation.RulesEngine.RulesetVariables";
50
- })(PresentationBackendNativeLoggerCategory = exports.PresentationBackendNativeLoggerCategory || (exports.PresentationBackendNativeLoggerCategory = {}));
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 Logging
8
+ */
9
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.PresentationBackendNativeLoggerCategory = exports.PresentationBackendLoggerCategory = void 0;
11
+ /**
12
+ * Logger categories used by this package
13
+ * @note All logger categories in this package start with the `presentation-backend` prefix.
14
+ * @see [Logger]($bentley)
15
+ * @public
16
+ */
17
+ var PresentationBackendLoggerCategory;
18
+ (function (PresentationBackendLoggerCategory) {
19
+ PresentationBackendLoggerCategory["Package"] = "presentation-backend";
20
+ /** The logger category used by the [[PresentationManager]] class and other related classes. */
21
+ PresentationBackendLoggerCategory["PresentationManager"] = "presentation-backend.PresentationManager";
22
+ /** The logger category used by Presentation RPC implementation. */
23
+ PresentationBackendLoggerCategory["Rpc"] = "presentation-backend.Rpc";
24
+ /** The logger category used by Presentation IPC implementation. */
25
+ PresentationBackendLoggerCategory["Ipc"] = "presentation-backend.Ipc";
26
+ })(PresentationBackendLoggerCategory = exports.PresentationBackendLoggerCategory || (exports.PresentationBackendLoggerCategory = {}));
27
+ /**
28
+ * Logger categories used by this package
29
+ * @note Logger categories used by the [[PresentationManager]] native addon.
30
+ * @see [Logger]($bentley)
31
+ * @public
32
+ */
33
+ var PresentationBackendNativeLoggerCategory;
34
+ (function (PresentationBackendNativeLoggerCategory) {
35
+ PresentationBackendNativeLoggerCategory["ECObjects"] = "ECObjects";
36
+ PresentationBackendNativeLoggerCategory["ECObjects_ECExpressions"] = "ECObjects.ECExpressions";
37
+ PresentationBackendNativeLoggerCategory["ECObjects_ECExpressions_Parse"] = "ECObjects.ECExpressions.Parse";
38
+ PresentationBackendNativeLoggerCategory["ECObjects_ECExpressions_Evaluate"] = "ECObjects.ECExpressions.Evaluate";
39
+ PresentationBackendNativeLoggerCategory["ECPresentation"] = "ECPresentation";
40
+ PresentationBackendNativeLoggerCategory["ECPresentation_Connections"] = "ECPresentation.Connections";
41
+ PresentationBackendNativeLoggerCategory["ECPresentation_Tasks"] = "ECPresentation.Tasks";
42
+ PresentationBackendNativeLoggerCategory["ECPresentation_Hierarchies"] = "ECPresentation.Navigation";
43
+ PresentationBackendNativeLoggerCategory["ECPresentation_Hierarchies_Cache"] = "ECPresentation.Navigation.Cache";
44
+ PresentationBackendNativeLoggerCategory["ECPresentation_Content"] = "ECPresentation.Content";
45
+ PresentationBackendNativeLoggerCategory["ECPresentation_Update"] = "ECPresentation.Update";
46
+ PresentationBackendNativeLoggerCategory["ECPresentation_Update_Hierarchies"] = "ECPresentation.Update.Hierarchies";
47
+ PresentationBackendNativeLoggerCategory["ECPresentation_Update_Content"] = "ECPresentation.Update.Content";
48
+ PresentationBackendNativeLoggerCategory["ECPresentation_Rules"] = "ECPresentation.Rules";
49
+ PresentationBackendNativeLoggerCategory["ECPresentation_RulesetVariables"] = "ECPresentation.RulesetVariables";
50
+ PresentationBackendNativeLoggerCategory["ECPresentation_ECExpressions"] = "ECPresentation.ECExpressions";
51
+ PresentationBackendNativeLoggerCategory["ECPresentation_Serialization"] = "ECPresentation.Serialization";
52
+ /** @deprecated in 4.0. The logging namespace is not used anymore. */
53
+ PresentationBackendNativeLoggerCategory["ECPresentation_Localization"] = "ECPresentation.Localization";
54
+ /** @deprecated in 4.0. Use [[ECPresentation]] */
55
+ PresentationBackendNativeLoggerCategory["ECPresentation_RulesEngine"] = "ECPresentation.RulesEngine";
56
+ /** @deprecated in 4.0. Use [[ECPresentation_Content]] */
57
+ PresentationBackendNativeLoggerCategory["ECPresentation_RulesEngine_Content"] = "ECPresentation.Content";
58
+ /** @deprecated in 4.0. The logging namespace is not used anymore. */
59
+ PresentationBackendNativeLoggerCategory["ECPresentation_RulesEngine_Localization"] = "ECPresentation.Localization";
60
+ /** @deprecated in 4.0. Use [[ECPresentation_Hierarchies]] */
61
+ PresentationBackendNativeLoggerCategory["ECPresentation_RulesEngine_Navigation"] = "ECPresentation.Navigation";
62
+ /** @deprecated in 4.0. Use [[ECPresentation_Hierarchies_Cache]] */
63
+ PresentationBackendNativeLoggerCategory["ECPresentation_RulesEngine_Navigation_Cache"] = "ECPresentation.Navigation.Cache";
64
+ /** @deprecated in 4.0. Use [[ECPresentation_Tasks]] */
65
+ PresentationBackendNativeLoggerCategory["ECPresentation_RulesEngine_Threads"] = "ECPresentation.Tasks";
66
+ /** @deprecated in 4.0. Use [[ECPresentation_Update]] */
67
+ PresentationBackendNativeLoggerCategory["ECPresentation_RulesEngine_Update"] = "ECPresentation.Update";
68
+ /** @deprecated in 4.0. Use [[ECPresentation_RulesetVariables]] */
69
+ PresentationBackendNativeLoggerCategory["ECPresentation_RulesEngine_RulesetVariables"] = "ECPresentation.RulesetVariables";
70
+ })(PresentationBackendNativeLoggerCategory = exports.PresentationBackendNativeLoggerCategory || (exports.PresentationBackendNativeLoggerCategory = {}));
51
71
  //# sourceMappingURL=BackendLoggerCategory.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"BackendLoggerCategory.js","sourceRoot":"","sources":["../../../src/presentation-backend/BackendLoggerCategory.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH;;;;;GAKG;AACH,IAAY,iCAWX;AAXD,WAAY,iCAAiC;IAC3C,qEAAgC,CAAA;IAEhC,+FAA+F;IAC/F,qGAAgE,CAAA;IAEhE,mEAAmE;IACnE,qEAAgC,CAAA;IAEhC,mEAAmE;IACnE,qEAAgC,CAAA;AAClC,CAAC,EAXW,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAW5C;AAED;;;;;GAKG;AACH,IAAY,uCAiBX;AAjBD,WAAY,uCAAuC;IACjD,kEAAuB,CAAA;IACvB,8FAAmD,CAAA;IACnD,0GAA+D,CAAA;IAC/D,gHAAqE,CAAA;IAErE,4EAAiC,CAAA;IACjC,oGAAyD,CAAA;IACzD,sGAA2D,CAAA;IAC3D,oGAAyD,CAAA;IACzD,oHAAyE,CAAA;IACzE,8HAAmF,CAAA;IACnF,0HAA+E,CAAA;IAC/E,sIAA2F,CAAA;IAC3F,oHAAyE,CAAA;IACzE,kHAAuE,CAAA;IACvE,sIAA2F,CAAA;AAC7F,CAAC,EAjBW,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAiBlD","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 Logging\r\n */\r\n\r\n/**\r\n * Logger categories used by this package\r\n * @note All logger categories in this package start with the `presentation-backend` prefix.\r\n * @see [Logger]($bentley)\r\n * @public\r\n */\r\nexport enum PresentationBackendLoggerCategory {\r\n Package = \"presentation-backend\",\r\n\r\n /** The logger category used by the [[PresentationManager]] class and other related classes. */\r\n PresentationManager = \"presentation-backend.PresentationManager\",\r\n\r\n /** The logger category used by Presentation RPC implementation. */\r\n Rpc = \"presentation-backend.Rpc\",\r\n\r\n /** The logger category used by Presentation IPC implementation. */\r\n Ipc = \"presentation-backend.Ipc\",\r\n}\r\n\r\n/**\r\n * Logger categories used by this package\r\n * @note Logger categories used by the [[PresentationManager]] native addon.\r\n * @see [Logger]($bentley)\r\n * @public\r\n */\r\nexport enum PresentationBackendNativeLoggerCategory {\r\n ECObjects = \"ECObjects\",\r\n ECObjects_ECExpressions = \"ECObjects.ECExpressions\",\r\n ECObjects_ECExpressions_Parse = \"ECObjects.ECExpressions.Parse\",\r\n ECObjects_ECExpressions_Evaluate = \"ECObjects.ECExpressions.Evaluate\",\r\n\r\n ECPresentation = \"ECPresentation\",\r\n ECPresentation_Connections = \"ECPresentation.Connections\",\r\n ECPresentation_Localization = \"ECPresentation.Localization\",\r\n ECPresentation_RulesEngine = \"ECPresentation.RulesEngine\",\r\n ECPresentation_RulesEngine_Content = \"ECPresentation.RulesEngine.Content\",\r\n ECPresentation_RulesEngine_Localization = \"ECPresentation.RulesEngine.Localization\",\r\n ECPresentation_RulesEngine_Navigation = \"ECPresentation.RulesEngine.Navigation\",\r\n ECPresentation_RulesEngine_Navigation_Cache = \"ECPresentation.RulesEngine.Navigation.Cache\",\r\n ECPresentation_RulesEngine_Threads = \"ECPresentation.RulesEngine.Threads\",\r\n ECPresentation_RulesEngine_Update = \"ECPresentation.RulesEngine.Update\",\r\n ECPresentation_RulesEngine_RulesetVariables = \"ECPresentation.RulesEngine.RulesetVariables\",\r\n}\r\n"]}
1
+ {"version":3,"file":"BackendLoggerCategory.js","sourceRoot":"","sources":["../../../src/presentation-backend/BackendLoggerCategory.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG;;;AAEH;;;;;GAKG;AACH,IAAY,iCAWX;AAXD,WAAY,iCAAiC;IAC3C,qEAAgC,CAAA;IAEhC,+FAA+F;IAC/F,qGAAgE,CAAA;IAEhE,mEAAmE;IACnE,qEAAgC,CAAA;IAEhC,mEAAmE;IACnE,qEAAgC,CAAA;AAClC,CAAC,EAXW,iCAAiC,GAAjC,yCAAiC,KAAjC,yCAAiC,QAW5C;AAED;;;;;GAKG;AACH,IAAY,uCAsCX;AAtCD,WAAY,uCAAuC;IACjD,kEAAuB,CAAA;IACvB,8FAAmD,CAAA;IACnD,0GAA+D,CAAA;IAC/D,gHAAqE,CAAA;IAErE,4EAAiC,CAAA;IACjC,oGAAyD,CAAA;IACzD,wFAA6C,CAAA;IAC7C,mGAAwD,CAAA;IACxD,+GAAoE,CAAA;IACpE,4FAAiD,CAAA;IACjD,0FAA+C,CAAA;IAC/C,kHAAuE,CAAA;IACvE,0GAA+D,CAAA;IAC/D,wFAA6C,CAAA;IAC7C,8GAAmE,CAAA;IACnE,wGAA6D,CAAA;IAC7D,wGAA6D,CAAA;IAE7D,qEAAqE;IACrE,sGAA2D,CAAA;IAC3D,iDAAiD;IACjD,oGAAyD,CAAA;IACzD,yDAAyD;IACzD,wGAA6D,CAAA;IAC7D,qEAAqE;IACrE,kHAAuE,CAAA;IACvE,6DAA6D;IAC7D,8GAAmE,CAAA;IACnE,mEAAmE;IACnE,0HAA+E,CAAA;IAC/E,uDAAuD;IACvD,sGAA2D,CAAA;IAC3D,wDAAwD;IACxD,sGAA2D,CAAA;IAC3D,kEAAkE;IAClE,0HAA+E,CAAA;AACjF,CAAC,EAtCW,uCAAuC,GAAvC,+CAAuC,KAAvC,+CAAuC,QAsClD","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 Logging\r\n */\r\n\r\n/**\r\n * Logger categories used by this package\r\n * @note All logger categories in this package start with the `presentation-backend` prefix.\r\n * @see [Logger]($bentley)\r\n * @public\r\n */\r\nexport enum PresentationBackendLoggerCategory {\r\n Package = \"presentation-backend\",\r\n\r\n /** The logger category used by the [[PresentationManager]] class and other related classes. */\r\n PresentationManager = \"presentation-backend.PresentationManager\",\r\n\r\n /** The logger category used by Presentation RPC implementation. */\r\n Rpc = \"presentation-backend.Rpc\",\r\n\r\n /** The logger category used by Presentation IPC implementation. */\r\n Ipc = \"presentation-backend.Ipc\",\r\n}\r\n\r\n/**\r\n * Logger categories used by this package\r\n * @note Logger categories used by the [[PresentationManager]] native addon.\r\n * @see [Logger]($bentley)\r\n * @public\r\n */\r\nexport enum PresentationBackendNativeLoggerCategory {\r\n ECObjects = \"ECObjects\",\r\n ECObjects_ECExpressions = \"ECObjects.ECExpressions\",\r\n ECObjects_ECExpressions_Parse = \"ECObjects.ECExpressions.Parse\",\r\n ECObjects_ECExpressions_Evaluate = \"ECObjects.ECExpressions.Evaluate\",\r\n\r\n ECPresentation = \"ECPresentation\",\r\n ECPresentation_Connections = \"ECPresentation.Connections\",\r\n ECPresentation_Tasks = \"ECPresentation.Tasks\",\r\n ECPresentation_Hierarchies = \"ECPresentation.Navigation\",\r\n ECPresentation_Hierarchies_Cache = \"ECPresentation.Navigation.Cache\",\r\n ECPresentation_Content = \"ECPresentation.Content\",\r\n ECPresentation_Update = \"ECPresentation.Update\",\r\n ECPresentation_Update_Hierarchies = \"ECPresentation.Update.Hierarchies\",\r\n ECPresentation_Update_Content = \"ECPresentation.Update.Content\",\r\n ECPresentation_Rules = \"ECPresentation.Rules\",\r\n ECPresentation_RulesetVariables = \"ECPresentation.RulesetVariables\",\r\n ECPresentation_ECExpressions = \"ECPresentation.ECExpressions\",\r\n ECPresentation_Serialization = \"ECPresentation.Serialization\",\r\n\r\n /** @deprecated in 4.0. The logging namespace is not used anymore. */\r\n ECPresentation_Localization = \"ECPresentation.Localization\",\r\n /** @deprecated in 4.0. Use [[ECPresentation]] */\r\n ECPresentation_RulesEngine = \"ECPresentation.RulesEngine\",\r\n /** @deprecated in 4.0. Use [[ECPresentation_Content]] */\r\n ECPresentation_RulesEngine_Content = \"ECPresentation.Content\",\r\n /** @deprecated in 4.0. The logging namespace is not used anymore. */\r\n ECPresentation_RulesEngine_Localization = \"ECPresentation.Localization\",\r\n /** @deprecated in 4.0. Use [[ECPresentation_Hierarchies]] */\r\n ECPresentation_RulesEngine_Navigation = \"ECPresentation.Navigation\",\r\n /** @deprecated in 4.0. Use [[ECPresentation_Hierarchies_Cache]] */\r\n ECPresentation_RulesEngine_Navigation_Cache = \"ECPresentation.Navigation.Cache\",\r\n /** @deprecated in 4.0. Use [[ECPresentation_Tasks]] */\r\n ECPresentation_RulesEngine_Threads = \"ECPresentation.Tasks\",\r\n /** @deprecated in 4.0. Use [[ECPresentation_Update]] */\r\n ECPresentation_RulesEngine_Update = \"ECPresentation.Update\",\r\n /** @deprecated in 4.0. Use [[ECPresentation_RulesetVariables]] */\r\n ECPresentation_RulesEngine_RulesetVariables = \"ECPresentation.RulesetVariables\",\r\n}\r\n"]}
@@ -1,9 +1,9 @@
1
- /** @packageDocumentation
2
- * @module Core
3
- */
4
- /**
5
- * Path to presentation-backend assets root directory.
6
- * @internal
7
- */
8
- export declare const PRESENTATION_BACKEND_ASSETS_ROOT: string;
1
+ /** @packageDocumentation
2
+ * @module Core
3
+ */
4
+ /**
5
+ * Path to presentation-backend assets root directory.
6
+ * @internal
7
+ */
8
+ export declare const PRESENTATION_BACKEND_ASSETS_ROOT: string;
9
9
  //# sourceMappingURL=Constants.d.ts.map
@@ -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":["/*---------------------------------------------------------------------------------------------\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,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