@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.
- package/CHANGELOG.md +57 -1
- package/lib/cjs/assets/primary-presentation-rules/ElementProperties.PresentationRuleSet.json +14 -14
- package/lib/cjs/assets/supplemental-presentation-rules/BisCore.PresentationRuleSet.json +697 -762
- package/lib/cjs/assets/supplemental-presentation-rules/Functional.PresentationRuleSet.json +139 -139
- package/lib/cjs/presentation-backend/BackendLoggerCategory.d.ts +61 -41
- package/lib/cjs/presentation-backend/BackendLoggerCategory.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/BackendLoggerCategory.js +70 -50
- package/lib/cjs/presentation-backend/BackendLoggerCategory.js.map +1 -1
- package/lib/cjs/presentation-backend/Constants.d.ts +8 -8
- package/lib/cjs/presentation-backend/Constants.js +40 -36
- package/lib/cjs/presentation-backend/Constants.js.map +1 -1
- package/lib/cjs/presentation-backend/ElementPropertiesHelper.d.ts +11 -11
- package/lib/cjs/presentation-backend/ElementPropertiesHelper.js +272 -274
- package/lib/cjs/presentation-backend/ElementPropertiesHelper.js.map +1 -1
- package/lib/cjs/presentation-backend/NativePlatform.d.ts +87 -87
- package/lib/cjs/presentation-backend/NativePlatform.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/NativePlatform.js +147 -140
- package/lib/cjs/presentation-backend/NativePlatform.js.map +1 -1
- package/lib/cjs/presentation-backend/Presentation.d.ts +106 -106
- package/lib/cjs/presentation-backend/Presentation.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/Presentation.js +148 -150
- package/lib/cjs/presentation-backend/Presentation.js.map +1 -1
- package/lib/cjs/presentation-backend/PresentationIpcHandler.d.ts +11 -12
- package/lib/cjs/presentation-backend/PresentationIpcHandler.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/PresentationIpcHandler.js +30 -41
- package/lib/cjs/presentation-backend/PresentationIpcHandler.js.map +1 -1
- package/lib/cjs/presentation-backend/PresentationManager.d.ts +463 -445
- package/lib/cjs/presentation-backend/PresentationManager.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/PresentationManager.js +317 -311
- package/lib/cjs/presentation-backend/PresentationManager.js.map +1 -1
- package/lib/cjs/presentation-backend/PresentationManagerDetail.d.ts +61 -61
- package/lib/cjs/presentation-backend/PresentationManagerDetail.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/PresentationManagerDetail.js +442 -430
- package/lib/cjs/presentation-backend/PresentationManagerDetail.js.map +1 -1
- package/lib/cjs/presentation-backend/PresentationRpcImpl.d.ts +62 -62
- package/lib/cjs/presentation-backend/PresentationRpcImpl.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/PresentationRpcImpl.js +388 -388
- package/lib/cjs/presentation-backend/PresentationRpcImpl.js.map +1 -1
- package/lib/cjs/presentation-backend/RulesetEmbedder.d.ts +102 -102
- package/lib/cjs/presentation-backend/RulesetEmbedder.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/RulesetEmbedder.js +287 -282
- package/lib/cjs/presentation-backend/RulesetEmbedder.js.map +1 -1
- package/lib/cjs/presentation-backend/RulesetManager.d.ts +53 -53
- package/lib/cjs/presentation-backend/RulesetManager.js +73 -73
- package/lib/cjs/presentation-backend/RulesetManager.js.map +1 -1
- package/lib/cjs/presentation-backend/RulesetVariablesManager.d.ts +140 -140
- package/lib/cjs/presentation-backend/RulesetVariablesManager.js +129 -129
- package/lib/cjs/presentation-backend/RulesetVariablesManager.js.map +1 -1
- package/lib/cjs/presentation-backend/SelectionScopesHelper.d.ts +28 -28
- package/lib/cjs/presentation-backend/SelectionScopesHelper.js +226 -229
- package/lib/cjs/presentation-backend/SelectionScopesHelper.js.map +1 -1
- package/lib/cjs/presentation-backend/TemporaryStorage.d.ts +123 -123
- package/lib/cjs/presentation-backend/TemporaryStorage.js +151 -151
- package/lib/cjs/presentation-backend/TemporaryStorage.js.map +1 -1
- package/lib/cjs/presentation-backend/UpdatesTracker.d.ts +27 -27
- package/lib/cjs/presentation-backend/UpdatesTracker.js +54 -54
- package/lib/cjs/presentation-backend/UpdatesTracker.js.map +1 -1
- package/lib/cjs/presentation-backend/Utils.d.ts +49 -49
- package/lib/cjs/presentation-backend/Utils.d.ts.map +1 -1
- package/lib/cjs/presentation-backend/Utils.js +107 -106
- package/lib/cjs/presentation-backend/Utils.js.map +1 -1
- package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.d.ts +16 -16
- package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.js +55 -51
- package/lib/cjs/presentation-backend/domain/PresentationRulesDomain.js.map +1 -1
- package/lib/cjs/presentation-backend/domain/RulesetElements.d.ts +21 -21
- package/lib/cjs/presentation-backend/domain/RulesetElements.js +38 -38
- package/lib/cjs/presentation-backend/domain/RulesetElements.js.map +1 -1
- package/lib/cjs/presentation-backend.d.ts +19 -19
- package/lib/cjs/presentation-backend.js +39 -35
- package/lib/cjs/presentation-backend.js.map +1 -1
- package/package.json +21 -20
|
@@ -1,139 +1,139 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$schema": "../../../common/Ruleset.schema.json",
|
|
3
|
-
"id": "Functional",
|
|
4
|
-
"supplementationInfo": {
|
|
5
|
-
"supplementationPurpose": "Functional specific customization rules"
|
|
6
|
-
},
|
|
7
|
-
"requiredSchemas": [
|
|
8
|
-
{
|
|
9
|
-
"name": "BisCore"
|
|
10
|
-
},
|
|
11
|
-
{
|
|
12
|
-
"name": "Functional"
|
|
13
|
-
}
|
|
14
|
-
],
|
|
15
|
-
"rules": [
|
|
16
|
-
{
|
|
17
|
-
"ruleType": "ContentModifier",
|
|
18
|
-
"class": {
|
|
19
|
-
"schemaName": "Functional",
|
|
20
|
-
"className": "FunctionalElement"
|
|
21
|
-
},
|
|
22
|
-
"relatedProperties": [
|
|
23
|
-
{
|
|
24
|
-
"propertiesSource": {
|
|
25
|
-
"relationship": {
|
|
26
|
-
"schemaName": "Functional",
|
|
27
|
-
"className": "FunctionalElementIsOfType"
|
|
28
|
-
},
|
|
29
|
-
"direction": "Forward"
|
|
30
|
-
},
|
|
31
|
-
"handleTargetClassPolymorphically": true,
|
|
32
|
-
"relationshipMeaning": "RelatedInstance",
|
|
33
|
-
"nestedRelatedProperties": [
|
|
34
|
-
{
|
|
35
|
-
"propertiesSource": {
|
|
36
|
-
"relationship": {
|
|
37
|
-
"schemaName": "BisCore",
|
|
38
|
-
"className": "ElementOwnsUniqueAspect"
|
|
39
|
-
},
|
|
40
|
-
"direction": "Forward"
|
|
41
|
-
},
|
|
42
|
-
"handleTargetClassPolymorphically": true,
|
|
43
|
-
"relationshipMeaning": "SameInstance"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"propertiesSource": {
|
|
47
|
-
"relationship": {
|
|
48
|
-
"schemaName": "BisCore",
|
|
49
|
-
"className": "ElementOwnsMultiAspects"
|
|
50
|
-
},
|
|
51
|
-
"direction": "Forward"
|
|
52
|
-
},
|
|
53
|
-
"handleTargetClassPolymorphically": true,
|
|
54
|
-
"relationshipMeaning": "SameInstance"
|
|
55
|
-
}
|
|
56
|
-
]
|
|
57
|
-
}
|
|
58
|
-
]
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"ruleType": "Content",
|
|
62
|
-
"condition": "ContentDisplayType = \"Graphics\" ANDALSO SelectedNode.IsOfClass(\"FunctionalElement\", \"Functional\")",
|
|
63
|
-
"onlyIfNotHandled": true,
|
|
64
|
-
"specifications": [
|
|
65
|
-
{
|
|
66
|
-
"specType": "ContentRelatedInstances",
|
|
67
|
-
"relationshipPaths": [
|
|
68
|
-
[
|
|
69
|
-
{
|
|
70
|
-
"relationship": {
|
|
71
|
-
"schemaName": "BisCore",
|
|
72
|
-
"className": "ElementOwnsChildElements"
|
|
73
|
-
},
|
|
74
|
-
"direction": "Forward",
|
|
75
|
-
"targetClass": {
|
|
76
|
-
"schemaName": "Functional",
|
|
77
|
-
"className": "FunctionalElement"
|
|
78
|
-
},
|
|
79
|
-
"count": "*"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"relationship": {
|
|
83
|
-
"schemaName": "Functional",
|
|
84
|
-
"className": "PhysicalElementFulfillsFunction"
|
|
85
|
-
},
|
|
86
|
-
"direction": "Backward"
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"relationship": {
|
|
90
|
-
"schemaName": "BisCore",
|
|
91
|
-
"className": "ElementOwnsChildElements"
|
|
92
|
-
},
|
|
93
|
-
"direction": "Forward",
|
|
94
|
-
"targetClass": {
|
|
95
|
-
"schemaName": "BisCore",
|
|
96
|
-
"className": "GeometricElement"
|
|
97
|
-
},
|
|
98
|
-
"count": "*"
|
|
99
|
-
}
|
|
100
|
-
],
|
|
101
|
-
[
|
|
102
|
-
{
|
|
103
|
-
"relationship": {
|
|
104
|
-
"schemaName": "BisCore",
|
|
105
|
-
"className": "ElementOwnsChildElements"
|
|
106
|
-
},
|
|
107
|
-
"direction": "Forward",
|
|
108
|
-
"targetClass": {
|
|
109
|
-
"schemaName": "Functional",
|
|
110
|
-
"className": "FunctionalElement"
|
|
111
|
-
},
|
|
112
|
-
"count": "*"
|
|
113
|
-
},
|
|
114
|
-
{
|
|
115
|
-
"relationship": {
|
|
116
|
-
"schemaName": "Functional",
|
|
117
|
-
"className": "DrawingGraphicRepresentsFunctionalElement"
|
|
118
|
-
},
|
|
119
|
-
"direction": "Backward"
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"relationship": {
|
|
123
|
-
"schemaName": "BisCore",
|
|
124
|
-
"className": "ElementOwnsChildElements"
|
|
125
|
-
},
|
|
126
|
-
"direction": "Forward",
|
|
127
|
-
"targetClass": {
|
|
128
|
-
"schemaName": "BisCore",
|
|
129
|
-
"className": "GeometricElement"
|
|
130
|
-
},
|
|
131
|
-
"count": "*"
|
|
132
|
-
}
|
|
133
|
-
]
|
|
134
|
-
]
|
|
135
|
-
}
|
|
136
|
-
]
|
|
137
|
-
}
|
|
138
|
-
]
|
|
139
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"$schema": "../../../common/Ruleset.schema.json",
|
|
3
|
+
"id": "Functional",
|
|
4
|
+
"supplementationInfo": {
|
|
5
|
+
"supplementationPurpose": "Functional specific customization rules"
|
|
6
|
+
},
|
|
7
|
+
"requiredSchemas": [
|
|
8
|
+
{
|
|
9
|
+
"name": "BisCore"
|
|
10
|
+
},
|
|
11
|
+
{
|
|
12
|
+
"name": "Functional"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"rules": [
|
|
16
|
+
{
|
|
17
|
+
"ruleType": "ContentModifier",
|
|
18
|
+
"class": {
|
|
19
|
+
"schemaName": "Functional",
|
|
20
|
+
"className": "FunctionalElement"
|
|
21
|
+
},
|
|
22
|
+
"relatedProperties": [
|
|
23
|
+
{
|
|
24
|
+
"propertiesSource": {
|
|
25
|
+
"relationship": {
|
|
26
|
+
"schemaName": "Functional",
|
|
27
|
+
"className": "FunctionalElementIsOfType"
|
|
28
|
+
},
|
|
29
|
+
"direction": "Forward"
|
|
30
|
+
},
|
|
31
|
+
"handleTargetClassPolymorphically": true,
|
|
32
|
+
"relationshipMeaning": "RelatedInstance",
|
|
33
|
+
"nestedRelatedProperties": [
|
|
34
|
+
{
|
|
35
|
+
"propertiesSource": {
|
|
36
|
+
"relationship": {
|
|
37
|
+
"schemaName": "BisCore",
|
|
38
|
+
"className": "ElementOwnsUniqueAspect"
|
|
39
|
+
},
|
|
40
|
+
"direction": "Forward"
|
|
41
|
+
},
|
|
42
|
+
"handleTargetClassPolymorphically": true,
|
|
43
|
+
"relationshipMeaning": "SameInstance"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"propertiesSource": {
|
|
47
|
+
"relationship": {
|
|
48
|
+
"schemaName": "BisCore",
|
|
49
|
+
"className": "ElementOwnsMultiAspects"
|
|
50
|
+
},
|
|
51
|
+
"direction": "Forward"
|
|
52
|
+
},
|
|
53
|
+
"handleTargetClassPolymorphically": true,
|
|
54
|
+
"relationshipMeaning": "SameInstance"
|
|
55
|
+
}
|
|
56
|
+
]
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"ruleType": "Content",
|
|
62
|
+
"condition": "ContentDisplayType = \"Graphics\" ANDALSO SelectedNode.IsOfClass(\"FunctionalElement\", \"Functional\")",
|
|
63
|
+
"onlyIfNotHandled": true,
|
|
64
|
+
"specifications": [
|
|
65
|
+
{
|
|
66
|
+
"specType": "ContentRelatedInstances",
|
|
67
|
+
"relationshipPaths": [
|
|
68
|
+
[
|
|
69
|
+
{
|
|
70
|
+
"relationship": {
|
|
71
|
+
"schemaName": "BisCore",
|
|
72
|
+
"className": "ElementOwnsChildElements"
|
|
73
|
+
},
|
|
74
|
+
"direction": "Forward",
|
|
75
|
+
"targetClass": {
|
|
76
|
+
"schemaName": "Functional",
|
|
77
|
+
"className": "FunctionalElement"
|
|
78
|
+
},
|
|
79
|
+
"count": "*"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"relationship": {
|
|
83
|
+
"schemaName": "Functional",
|
|
84
|
+
"className": "PhysicalElementFulfillsFunction"
|
|
85
|
+
},
|
|
86
|
+
"direction": "Backward"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"relationship": {
|
|
90
|
+
"schemaName": "BisCore",
|
|
91
|
+
"className": "ElementOwnsChildElements"
|
|
92
|
+
},
|
|
93
|
+
"direction": "Forward",
|
|
94
|
+
"targetClass": {
|
|
95
|
+
"schemaName": "BisCore",
|
|
96
|
+
"className": "GeometricElement"
|
|
97
|
+
},
|
|
98
|
+
"count": "*"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
[
|
|
102
|
+
{
|
|
103
|
+
"relationship": {
|
|
104
|
+
"schemaName": "BisCore",
|
|
105
|
+
"className": "ElementOwnsChildElements"
|
|
106
|
+
},
|
|
107
|
+
"direction": "Forward",
|
|
108
|
+
"targetClass": {
|
|
109
|
+
"schemaName": "Functional",
|
|
110
|
+
"className": "FunctionalElement"
|
|
111
|
+
},
|
|
112
|
+
"count": "*"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"relationship": {
|
|
116
|
+
"schemaName": "Functional",
|
|
117
|
+
"className": "DrawingGraphicRepresentsFunctionalElement"
|
|
118
|
+
},
|
|
119
|
+
"direction": "Backward"
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"relationship": {
|
|
123
|
+
"schemaName": "BisCore",
|
|
124
|
+
"className": "ElementOwnsChildElements"
|
|
125
|
+
},
|
|
126
|
+
"direction": "Forward",
|
|
127
|
+
"targetClass": {
|
|
128
|
+
"schemaName": "BisCore",
|
|
129
|
+
"className": "GeometricElement"
|
|
130
|
+
},
|
|
131
|
+
"count": "*"
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
]
|
|
135
|
+
}
|
|
136
|
+
]
|
|
137
|
+
}
|
|
138
|
+
]
|
|
139
|
+
}
|
|
@@ -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
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
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,
|
|
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["
|
|
42
|
-
PresentationBackendNativeLoggerCategory["
|
|
43
|
-
PresentationBackendNativeLoggerCategory["
|
|
44
|
-
PresentationBackendNativeLoggerCategory["
|
|
45
|
-
PresentationBackendNativeLoggerCategory["
|
|
46
|
-
PresentationBackendNativeLoggerCategory["
|
|
47
|
-
PresentationBackendNativeLoggerCategory["
|
|
48
|
-
PresentationBackendNativeLoggerCategory["
|
|
49
|
-
PresentationBackendNativeLoggerCategory["
|
|
50
|
-
|
|
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,
|
|
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":["/*---------------------------------------------------------------------------------------------\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 Logging\n */\n\n/**\n * Logger categories used by this package\n * @note All logger categories in this package start with the `presentation-backend` prefix.\n * @see [Logger]($bentley)\n * @public\n */\nexport enum PresentationBackendLoggerCategory {\n Package = \"presentation-backend\",\n\n /** The logger category used by the [[PresentationManager]] class and other related classes. */\n PresentationManager = \"presentation-backend.PresentationManager\",\n\n /** The logger category used by Presentation RPC implementation. */\n Rpc = \"presentation-backend.Rpc\",\n\n /** The logger category used by Presentation IPC implementation. */\n Ipc = \"presentation-backend.Ipc\",\n}\n\n/**\n * Logger categories used by this package\n * @note Logger categories used by the [[PresentationManager]] native addon.\n * @see [Logger]($bentley)\n * @public\n */\nexport enum PresentationBackendNativeLoggerCategory {\n ECObjects = \"ECObjects\",\n ECObjects_ECExpressions = \"ECObjects.ECExpressions\",\n ECObjects_ECExpressions_Parse = \"ECObjects.ECExpressions.Parse\",\n ECObjects_ECExpressions_Evaluate = \"ECObjects.ECExpressions.Evaluate\",\n\n ECPresentation = \"ECPresentation\",\n ECPresentation_Connections = \"ECPresentation.Connections\",\n ECPresentation_Tasks = \"ECPresentation.Tasks\",\n ECPresentation_Hierarchies = \"ECPresentation.Navigation\",\n ECPresentation_Hierarchies_Cache = \"ECPresentation.Navigation.Cache\",\n ECPresentation_Content = \"ECPresentation.Content\",\n ECPresentation_Update = \"ECPresentation.Update\",\n ECPresentation_Update_Hierarchies = \"ECPresentation.Update.Hierarchies\",\n ECPresentation_Update_Content = \"ECPresentation.Update.Content\",\n ECPresentation_Rules = \"ECPresentation.Rules\",\n ECPresentation_RulesetVariables = \"ECPresentation.RulesetVariables\",\n ECPresentation_ECExpressions = \"ECPresentation.ECExpressions\",\n ECPresentation_Serialization = \"ECPresentation.Serialization\",\n\n /** @deprecated in 4.0. The logging namespace is not used anymore. */\n ECPresentation_Localization = \"ECPresentation.Localization\",\n /** @deprecated in 4.0. Use [[ECPresentation]] */\n ECPresentation_RulesEngine = \"ECPresentation.RulesEngine\",\n /** @deprecated in 4.0. Use [[ECPresentation_Content]] */\n ECPresentation_RulesEngine_Content = \"ECPresentation.Content\",\n /** @deprecated in 4.0. The logging namespace is not used anymore. */\n ECPresentation_RulesEngine_Localization = \"ECPresentation.Localization\",\n /** @deprecated in 4.0. Use [[ECPresentation_Hierarchies]] */\n ECPresentation_RulesEngine_Navigation = \"ECPresentation.Navigation\",\n /** @deprecated in 4.0. Use [[ECPresentation_Hierarchies_Cache]] */\n ECPresentation_RulesEngine_Navigation_Cache = \"ECPresentation.Navigation.Cache\",\n /** @deprecated in 4.0. Use [[ECPresentation_Tasks]] */\n ECPresentation_RulesEngine_Threads = \"ECPresentation.Tasks\",\n /** @deprecated in 4.0. Use [[ECPresentation_Update]] */\n ECPresentation_RulesEngine_Update = \"ECPresentation.Update\",\n /** @deprecated in 4.0. Use [[ECPresentation_RulesetVariables]] */\n ECPresentation_RulesEngine_RulesetVariables = \"ECPresentation.RulesetVariables\",\n}\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
|