@itwin/presentation-frontend 4.0.0-dev.21 → 4.0.0-dev.23

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 (123) hide show
  1. package/lib/cjs/presentation-frontend/ConnectivityInformationProvider.d.ts +29 -29
  2. package/lib/cjs/presentation-frontend/ConnectivityInformationProvider.js +47 -47
  3. package/lib/cjs/presentation-frontend/ConnectivityInformationProvider.js.map +1 -1
  4. package/lib/cjs/presentation-frontend/Diagnostics.d.ts +14 -14
  5. package/lib/cjs/presentation-frontend/Diagnostics.js +61 -61
  6. package/lib/cjs/presentation-frontend/Diagnostics.js.map +1 -1
  7. package/lib/cjs/presentation-frontend/FrontendLoggerCategory.d.ts +12 -12
  8. package/lib/cjs/presentation-frontend/FrontendLoggerCategory.js +20 -20
  9. package/lib/cjs/presentation-frontend/FrontendLoggerCategory.js.map +1 -1
  10. package/lib/cjs/presentation-frontend/IpcRequestsHandler.d.ts +10 -10
  11. package/lib/cjs/presentation-frontend/IpcRequestsHandler.js +41 -41
  12. package/lib/cjs/presentation-frontend/IpcRequestsHandler.js.map +1 -1
  13. package/lib/cjs/presentation-frontend/LocalizationHelper.d.ts +10 -10
  14. package/lib/cjs/presentation-frontend/LocalizationHelper.js +31 -31
  15. package/lib/cjs/presentation-frontend/LocalizationHelper.js.map +1 -1
  16. package/lib/cjs/presentation-frontend/Presentation.d.ts +73 -73
  17. package/lib/cjs/presentation-frontend/Presentation.js +160 -160
  18. package/lib/cjs/presentation-frontend/Presentation.js.map +1 -1
  19. package/lib/cjs/presentation-frontend/PresentationManager.d.ts +186 -186
  20. package/lib/cjs/presentation-frontend/PresentationManager.js +436 -436
  21. package/lib/cjs/presentation-frontend/PresentationManager.js.map +1 -1
  22. package/lib/cjs/presentation-frontend/RulesetManager.d.ts +63 -63
  23. package/lib/cjs/presentation-frontend/RulesetManager.js +85 -85
  24. package/lib/cjs/presentation-frontend/RulesetManager.js.map +1 -1
  25. package/lib/cjs/presentation-frontend/RulesetVariablesManager.d.ts +143 -143
  26. package/lib/cjs/presentation-frontend/RulesetVariablesManager.js +195 -195
  27. package/lib/cjs/presentation-frontend/RulesetVariablesManager.js.map +1 -1
  28. package/lib/cjs/presentation-frontend/StateTracker.d.ts +38 -38
  29. package/lib/cjs/presentation-frontend/StateTracker.js +129 -129
  30. package/lib/cjs/presentation-frontend/StateTracker.js.map +1 -1
  31. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesManager.d.ts +132 -132
  32. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesManager.js +525 -525
  33. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesManager.js.map +1 -1
  34. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesStorage.d.ts +111 -111
  35. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesStorage.js +293 -293
  36. package/lib/cjs/presentation-frontend/favorite-properties/FavoritePropertiesStorage.js.map +1 -1
  37. package/lib/cjs/presentation-frontend/selection/HiliteRules.json +172 -172
  38. package/lib/cjs/presentation-frontend/selection/HiliteSetProvider.d.ts +52 -52
  39. package/lib/cjs/presentation-frontend/selection/HiliteSetProvider.js +97 -97
  40. package/lib/cjs/presentation-frontend/selection/HiliteSetProvider.js.map +1 -1
  41. package/lib/cjs/presentation-frontend/selection/ISelectionProvider.d.ts +19 -19
  42. package/lib/cjs/presentation-frontend/selection/ISelectionProvider.js +9 -9
  43. package/lib/cjs/presentation-frontend/selection/ISelectionProvider.js.map +1 -1
  44. package/lib/cjs/presentation-frontend/selection/SelectionChangeEvent.d.ts +52 -52
  45. package/lib/cjs/presentation-frontend/selection/SelectionChangeEvent.js +33 -33
  46. package/lib/cjs/presentation-frontend/selection/SelectionChangeEvent.js.map +1 -1
  47. package/lib/cjs/presentation-frontend/selection/SelectionHandler.d.ts +103 -103
  48. package/lib/cjs/presentation-frontend/selection/SelectionHandler.js +108 -108
  49. package/lib/cjs/presentation-frontend/selection/SelectionHandler.js.map +1 -1
  50. package/lib/cjs/presentation-frontend/selection/SelectionHelper.d.ts +17 -17
  51. package/lib/cjs/presentation-frontend/selection/SelectionHelper.js +40 -40
  52. package/lib/cjs/presentation-frontend/selection/SelectionHelper.js.map +1 -1
  53. package/lib/cjs/presentation-frontend/selection/SelectionManager.d.ts +139 -139
  54. package/lib/cjs/presentation-frontend/selection/SelectionManager.js +414 -414
  55. package/lib/cjs/presentation-frontend/selection/SelectionManager.js.map +1 -1
  56. package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.d.ts +59 -59
  57. package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.js +91 -91
  58. package/lib/cjs/presentation-frontend/selection/SelectionScopesManager.js.map +1 -1
  59. package/lib/cjs/presentation-frontend.d.ts +34 -34
  60. package/lib/cjs/presentation-frontend.js +50 -50
  61. package/lib/cjs/presentation-frontend.js.map +1 -1
  62. package/lib/esm/presentation-frontend/ConnectivityInformationProvider.d.ts +29 -29
  63. package/lib/esm/presentation-frontend/ConnectivityInformationProvider.js +43 -43
  64. package/lib/esm/presentation-frontend/ConnectivityInformationProvider.js.map +1 -1
  65. package/lib/esm/presentation-frontend/Diagnostics.d.ts +14 -14
  66. package/lib/esm/presentation-frontend/Diagnostics.js +56 -56
  67. package/lib/esm/presentation-frontend/Diagnostics.js.map +1 -1
  68. package/lib/esm/presentation-frontend/FrontendLoggerCategory.d.ts +12 -12
  69. package/lib/esm/presentation-frontend/FrontendLoggerCategory.js +17 -17
  70. package/lib/esm/presentation-frontend/FrontendLoggerCategory.js.map +1 -1
  71. package/lib/esm/presentation-frontend/IpcRequestsHandler.d.ts +10 -10
  72. package/lib/esm/presentation-frontend/IpcRequestsHandler.js +37 -37
  73. package/lib/esm/presentation-frontend/IpcRequestsHandler.js.map +1 -1
  74. package/lib/esm/presentation-frontend/LocalizationHelper.d.ts +10 -10
  75. package/lib/esm/presentation-frontend/LocalizationHelper.js +27 -27
  76. package/lib/esm/presentation-frontend/LocalizationHelper.js.map +1 -1
  77. package/lib/esm/presentation-frontend/Presentation.d.ts +73 -73
  78. package/lib/esm/presentation-frontend/Presentation.js +156 -156
  79. package/lib/esm/presentation-frontend/Presentation.js.map +1 -1
  80. package/lib/esm/presentation-frontend/PresentationManager.d.ts +186 -186
  81. package/lib/esm/presentation-frontend/PresentationManager.js +431 -431
  82. package/lib/esm/presentation-frontend/PresentationManager.js.map +1 -1
  83. package/lib/esm/presentation-frontend/RulesetManager.d.ts +63 -63
  84. package/lib/esm/presentation-frontend/RulesetManager.js +81 -81
  85. package/lib/esm/presentation-frontend/RulesetManager.js.map +1 -1
  86. package/lib/esm/presentation-frontend/RulesetVariablesManager.d.ts +143 -143
  87. package/lib/esm/presentation-frontend/RulesetVariablesManager.js +191 -191
  88. package/lib/esm/presentation-frontend/RulesetVariablesManager.js.map +1 -1
  89. package/lib/esm/presentation-frontend/StateTracker.d.ts +38 -38
  90. package/lib/esm/presentation-frontend/StateTracker.js +125 -125
  91. package/lib/esm/presentation-frontend/StateTracker.js.map +1 -1
  92. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesManager.d.ts +132 -132
  93. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesManager.js +519 -519
  94. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesManager.js.map +1 -1
  95. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesStorage.d.ts +111 -111
  96. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesStorage.js +285 -285
  97. package/lib/esm/presentation-frontend/favorite-properties/FavoritePropertiesStorage.js.map +1 -1
  98. package/lib/esm/presentation-frontend/selection/HiliteRules.json +172 -172
  99. package/lib/esm/presentation-frontend/selection/HiliteSetProvider.d.ts +52 -52
  100. package/lib/esm/presentation-frontend/selection/HiliteSetProvider.js +93 -93
  101. package/lib/esm/presentation-frontend/selection/HiliteSetProvider.js.map +1 -1
  102. package/lib/esm/presentation-frontend/selection/ISelectionProvider.d.ts +19 -19
  103. package/lib/esm/presentation-frontend/selection/ISelectionProvider.js +8 -8
  104. package/lib/esm/presentation-frontend/selection/ISelectionProvider.js.map +1 -1
  105. package/lib/esm/presentation-frontend/selection/SelectionChangeEvent.d.ts +52 -52
  106. package/lib/esm/presentation-frontend/selection/SelectionChangeEvent.js +29 -29
  107. package/lib/esm/presentation-frontend/selection/SelectionChangeEvent.js.map +1 -1
  108. package/lib/esm/presentation-frontend/selection/SelectionHandler.d.ts +103 -103
  109. package/lib/esm/presentation-frontend/selection/SelectionHandler.js +104 -104
  110. package/lib/esm/presentation-frontend/selection/SelectionHandler.js.map +1 -1
  111. package/lib/esm/presentation-frontend/selection/SelectionHelper.d.ts +17 -17
  112. package/lib/esm/presentation-frontend/selection/SelectionHelper.js +36 -36
  113. package/lib/esm/presentation-frontend/selection/SelectionHelper.js.map +1 -1
  114. package/lib/esm/presentation-frontend/selection/SelectionManager.d.ts +139 -139
  115. package/lib/esm/presentation-frontend/selection/SelectionManager.js +409 -409
  116. package/lib/esm/presentation-frontend/selection/SelectionManager.js.map +1 -1
  117. package/lib/esm/presentation-frontend/selection/SelectionScopesManager.d.ts +59 -59
  118. package/lib/esm/presentation-frontend/selection/SelectionScopesManager.js +85 -85
  119. package/lib/esm/presentation-frontend/selection/SelectionScopesManager.js.map +1 -1
  120. package/lib/esm/presentation-frontend.d.ts +34 -34
  121. package/lib/esm/presentation-frontend.js +38 -38
  122. package/lib/esm/presentation-frontend.js.map +1 -1
  123. package/package.json +14 -14
@@ -1,437 +1,437 @@
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
- Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.buildPagedArrayResponse = exports.PresentationManager = void 0;
11
- const core_bentley_1 = require("@itwin/core-bentley");
12
- const core_frontend_1 = require("@itwin/core-frontend");
13
- const presentation_common_1 = require("@itwin/presentation-common");
14
- const IpcRequestsHandler_1 = require("./IpcRequestsHandler");
15
- const LocalizationHelper_1 = require("./LocalizationHelper");
16
- const RulesetManager_1 = require("./RulesetManager");
17
- const RulesetVariablesManager_1 = require("./RulesetVariablesManager");
18
- const SelectionManager_1 = require("./selection/SelectionManager");
19
- const StateTracker_1 = require("./StateTracker");
20
- /**
21
- * Frontend Presentation manager which basically just forwards all calls to
22
- * the backend implementation.
23
- *
24
- * @public
25
- */
26
- class PresentationManager {
27
- constructor(props) {
28
- var _a, _b, _c;
29
- /**
30
- * An event raised when hierarchies created using specific ruleset change
31
- * @alpha
32
- */
33
- this.onIModelHierarchyChanged = new core_bentley_1.BeEvent();
34
- /**
35
- * An event raised when content created using specific ruleset changes
36
- * @alpha
37
- */
38
- this.onIModelContentChanged = new core_bentley_1.BeEvent();
39
- // eslint-disable-next-line @typescript-eslint/naming-convention
40
- this.onUpdate = (_evt, report) => {
41
- // eslint-disable-next-line @typescript-eslint/no-floating-promises
42
- this.handleUpdateAsync(presentation_common_1.UpdateInfo.fromJSON(report));
43
- };
44
- if (props) {
45
- this.activeUnitSystem = props.activeUnitSystem;
46
- }
47
- this._requestsHandler = (_a = props === null || props === void 0 ? void 0 : props.rpcRequestsHandler) !== null && _a !== void 0 ? _a : new presentation_common_1.RpcRequestsHandler(props ? { clientId: props.clientId } : undefined);
48
- this._rulesetVars = new Map();
49
- this._rulesets = RulesetManager_1.RulesetManagerImpl.create();
50
- this._localizationHelper = new LocalizationHelper_1.FrontendLocalizationHelper(props === null || props === void 0 ? void 0 : props.activeLocale);
51
- this._connections = new Map();
52
- if (core_frontend_1.IpcApp.isValid) {
53
- // Ipc only works in ipc apps, so the `onUpdate` callback will only be called there.
54
- this._clearEventListener = core_frontend_1.IpcApp.addListener(presentation_common_1.PresentationIpcEvents.Update, this.onUpdate);
55
- this._ipcRequestsHandler = (_b = props === null || props === void 0 ? void 0 : props.ipcRequestsHandler) !== null && _b !== void 0 ? _b : new IpcRequestsHandler_1.IpcRequestsHandler(this._requestsHandler.clientId);
56
- this._stateTracker = (_c = props === null || props === void 0 ? void 0 : props.stateTracker) !== null && _c !== void 0 ? _c : new StateTracker_1.StateTracker(this._ipcRequestsHandler);
57
- }
58
- }
59
- /** Get / set active locale used for localizing presentation data */
60
- get activeLocale() { return this._localizationHelper.locale; }
61
- set activeLocale(locale) { this._localizationHelper.locale = locale; }
62
- dispose() {
63
- this._requestsHandler.dispose();
64
- if (this._clearEventListener) {
65
- this._clearEventListener();
66
- this._clearEventListener = undefined;
67
- }
68
- }
69
- async onConnection(imodel) {
70
- if (!this._connections.has(imodel))
71
- this._connections.set(imodel, this.initializeIModel(imodel));
72
- await this._connections.get(imodel);
73
- }
74
- async initializeIModel(imodel) {
75
- imodel.onClose.addOnce(() => {
76
- this._connections.delete(imodel);
77
- });
78
- await this.onNewiModelConnection(imodel);
79
- }
80
- /** @note This is only called in native apps after changes in iModels */
81
- async handleUpdateAsync(report) {
82
- for (const imodelKey in report) {
83
- // istanbul ignore if
84
- if (!report.hasOwnProperty(imodelKey))
85
- continue;
86
- const imodelReport = report[imodelKey];
87
- for (const rulesetId in imodelReport) {
88
- // istanbul ignore if
89
- if (!imodelReport.hasOwnProperty(rulesetId))
90
- continue;
91
- const updateInfo = imodelReport[rulesetId];
92
- if (updateInfo.content)
93
- this.onIModelContentChanged.raiseEvent({ rulesetId, updateInfo: updateInfo.content, imodelKey });
94
- if (updateInfo.hierarchy)
95
- this.onIModelHierarchyChanged.raiseEvent({ rulesetId, updateInfo: updateInfo.hierarchy, imodelKey });
96
- }
97
- }
98
- }
99
- /** Function that is called when a new IModelConnection is used to retrieve data.
100
- * @internal
101
- */
102
- async onNewiModelConnection(_) { }
103
- /**
104
- * Create a new PresentationManager instance
105
- * @param props Optional properties used to configure the manager
106
- */
107
- static create(props) {
108
- return new PresentationManager(props);
109
- }
110
- /** @internal */
111
- get rpcRequestsHandler() { return this._requestsHandler; }
112
- /** @internal */
113
- get ipcRequestsHandler() { return this._ipcRequestsHandler; }
114
- /** @internal */
115
- get stateTracker() { return this._stateTracker; }
116
- /**
117
- * Get rulesets manager
118
- */
119
- rulesets() { return this._rulesets; }
120
- /**
121
- * Get ruleset variables manager for specific ruleset
122
- * @param rulesetId Id of the ruleset to get the vars manager for
123
- */
124
- vars(rulesetId) {
125
- if (!this._rulesetVars.has(rulesetId)) {
126
- const varsManager = new RulesetVariablesManager_1.RulesetVariablesManagerImpl(rulesetId, this._ipcRequestsHandler);
127
- this._rulesetVars.set(rulesetId, varsManager);
128
- }
129
- return this._rulesetVars.get(rulesetId);
130
- }
131
- toRpcTokenOptions(requestOptions) {
132
- // 1. put default `locale` and `unitSystem`
133
- // 2. put all `requestOptions` members (if `locale` or `unitSystem` are set, they'll override the defaults put at #1)
134
- // 3. put `imodel` of type `IModelRpcProps` which overwrites the `imodel` from `requestOptions` put at #2
135
- const defaultOptions = {};
136
- if (this.activeLocale)
137
- defaultOptions.locale = this.activeLocale;
138
- if (this.activeUnitSystem)
139
- defaultOptions.unitSystem = this.activeUnitSystem;
140
- const { imodel, rulesetVariables, ...rpcRequestOptions } = requestOptions;
141
- return {
142
- ...defaultOptions,
143
- ...rpcRequestOptions,
144
- ...(rulesetVariables ? { rulesetVariables: rulesetVariables.map(presentation_common_1.RulesetVariable.toJSON) } : {}),
145
- imodel: imodel.getRpcProps(),
146
- };
147
- }
148
- async addRulesetAndVariablesToOptions(options) {
149
- const { rulesetOrId, rulesetVariables } = options;
150
- let foundRulesetOrId;
151
- if (typeof rulesetOrId === "object") {
152
- foundRulesetOrId = rulesetOrId;
153
- }
154
- else {
155
- const foundRuleset = await this._rulesets.get(rulesetOrId);
156
- foundRulesetOrId = foundRuleset ? foundRuleset.toJSON() : rulesetOrId;
157
- }
158
- const rulesetId = (typeof foundRulesetOrId === "object") ? foundRulesetOrId.id : foundRulesetOrId;
159
- // All Id64Array variable values must be sorted for serialization to JSON to work. RulesetVariablesManager
160
- // sorts them before storing, so that part is taken care of, but we need to ensure that variables coming from
161
- // request options are also sorted.
162
- const variables = (rulesetVariables !== null && rulesetVariables !== void 0 ? rulesetVariables : []).map((variable) => {
163
- if (variable.type === presentation_common_1.VariableValueTypes.Id64Array)
164
- return { ...variable, value: core_bentley_1.OrderedId64Iterable.sortArray(variable.value) };
165
- return variable;
166
- });
167
- if (!this._ipcRequestsHandler) {
168
- // only need to add variables from variables manager if there's no IPC
169
- // handler - if there is one, the variables are already known by the backend
170
- variables.push(...this.vars(rulesetId).getAllVariables());
171
- }
172
- return { ...options, rulesetOrId: foundRulesetOrId, rulesetVariables: variables };
173
- }
174
- /** Retrieves nodes */
175
- async getNodes(requestOptions) {
176
- await this.onConnection(requestOptions.imodel);
177
- const options = await this.addRulesetAndVariablesToOptions(requestOptions);
178
- const rpcOptions = this.toRpcTokenOptions({ ...options });
179
- const result = await (0, exports.buildPagedArrayResponse)(options.paging, async (partialPageOptions) => this._requestsHandler.getPagedNodes({ ...rpcOptions, paging: partialPageOptions }));
180
- // eslint-disable-next-line deprecation/deprecation
181
- return this._localizationHelper.getLocalizedNodes(result.items.map(presentation_common_1.Node.fromJSON));
182
- }
183
- /** Retrieves nodes count. */
184
- async getNodesCount(requestOptions) {
185
- await this.onConnection(requestOptions.imodel);
186
- const options = await this.addRulesetAndVariablesToOptions(requestOptions);
187
- const rpcOptions = this.toRpcTokenOptions({ ...options });
188
- return this._requestsHandler.getNodesCount(rpcOptions);
189
- }
190
- /** Retrieves total nodes count and a single page of nodes. */
191
- async getNodesAndCount(requestOptions) {
192
- await this.onConnection(requestOptions.imodel);
193
- const options = await this.addRulesetAndVariablesToOptions(requestOptions);
194
- const rpcOptions = this.toRpcTokenOptions({ ...options });
195
- const result = await (0, exports.buildPagedArrayResponse)(options.paging, async (partialPageOptions) => this._requestsHandler.getPagedNodes({ ...rpcOptions, paging: partialPageOptions }));
196
- return {
197
- count: result.total,
198
- // eslint-disable-next-line deprecation/deprecation
199
- nodes: this._localizationHelper.getLocalizedNodes(result.items.map(presentation_common_1.Node.fromJSON)),
200
- };
201
- }
202
- /**
203
- * Retrieves hierarchy level descriptor.
204
- * @beta
205
- */
206
- async getNodesDescriptor(requestOptions) {
207
- await this.onConnection(requestOptions.imodel);
208
- const options = await this.addRulesetAndVariablesToOptions(requestOptions);
209
- const rpcOptions = this.toRpcTokenOptions({ ...options });
210
- const result = await this._requestsHandler.getNodesDescriptor(rpcOptions);
211
- return presentation_common_1.Descriptor.fromJSON(result);
212
- }
213
- /** Retrieves paths from root nodes to children nodes according to specified keys. Intersecting paths will be merged. */
214
- async getNodePaths(requestOptions) {
215
- await this.onConnection(requestOptions.imodel);
216
- const options = await this.addRulesetAndVariablesToOptions(requestOptions);
217
- const rpcOptions = this.toRpcTokenOptions({ ...options });
218
- const result = await this._requestsHandler.getNodePaths(rpcOptions);
219
- // eslint-disable-next-line deprecation/deprecation
220
- return result.map(presentation_common_1.NodePathElement.fromJSON);
221
- }
222
- /** Retrieves paths from root nodes to nodes containing filter text in their label. */
223
- async getFilteredNodePaths(requestOptions) {
224
- await this.onConnection(requestOptions.imodel);
225
- const options = await this.addRulesetAndVariablesToOptions(requestOptions);
226
- const result = await this._requestsHandler.getFilteredNodePaths(this.toRpcTokenOptions(options));
227
- // eslint-disable-next-line deprecation/deprecation
228
- return result.map(presentation_common_1.NodePathElement.fromJSON);
229
- }
230
- /**
231
- * Get information about the sources of content when building it for specific ECClasses. Sources involve classes of the primary select instance,
232
- * its related instances for loading related and navigation properties.
233
- * @public
234
- */
235
- async getContentSources(requestOptions) {
236
- await this.onConnection(requestOptions.imodel);
237
- const rpcOptions = this.toRpcTokenOptions(requestOptions);
238
- const result = await this._requestsHandler.getContentSources(rpcOptions);
239
- return presentation_common_1.SelectClassInfo.listFromCompressedJSON(result.sources, result.classesMap);
240
- }
241
- /** Retrieves the content descriptor which describes the content and can be used to customize it. */
242
- async getContentDescriptor(requestOptions) {
243
- await this.onConnection(requestOptions.imodel);
244
- const options = await this.addRulesetAndVariablesToOptions(requestOptions);
245
- const rpcOptions = this.toRpcTokenOptions({
246
- ...options,
247
- keys: stripTransientElementKeys(options.keys).toJSON(),
248
- });
249
- const result = await this._requestsHandler.getContentDescriptor(rpcOptions);
250
- return presentation_common_1.Descriptor.fromJSON(result);
251
- }
252
- /** Retrieves overall content set size. */
253
- async getContentSetSize(requestOptions) {
254
- await this.onConnection(requestOptions.imodel);
255
- const options = await this.addRulesetAndVariablesToOptions(requestOptions);
256
- const rpcOptions = this.toRpcTokenOptions({
257
- ...options,
258
- descriptor: getDescriptorOverrides(requestOptions.descriptor),
259
- keys: stripTransientElementKeys(requestOptions.keys).toJSON(),
260
- });
261
- return this._requestsHandler.getContentSetSize(rpcOptions);
262
- }
263
- /** Retrieves content which consists of a content descriptor and a page of records. */
264
- async getContent(requestOptions) {
265
- var _a;
266
- return (_a = (await this.getContentAndSize(requestOptions))) === null || _a === void 0 ? void 0 : _a.content;
267
- }
268
- /** Retrieves content set size and content which consists of a content descriptor and a page of records. */
269
- async getContentAndSize(requestOptions) {
270
- await this.onConnection(requestOptions.imodel);
271
- const options = await this.addRulesetAndVariablesToOptions(requestOptions);
272
- const rpcOptions = this.toRpcTokenOptions({
273
- ...options,
274
- descriptor: getDescriptorOverrides(requestOptions.descriptor),
275
- keys: stripTransientElementKeys(requestOptions.keys).toJSON(),
276
- });
277
- let descriptor = (requestOptions.descriptor instanceof presentation_common_1.Descriptor) ? requestOptions.descriptor : undefined;
278
- const result = await (0, exports.buildPagedArrayResponse)(options.paging, async (partialPageOptions, requestIndex) => {
279
- if (0 === requestIndex && !descriptor) {
280
- const content = await this._requestsHandler.getPagedContent({ ...rpcOptions, paging: partialPageOptions });
281
- if (content) {
282
- descriptor = presentation_common_1.Descriptor.fromJSON(content.descriptor);
283
- return content.contentSet;
284
- }
285
- return { total: 0, items: [] };
286
- }
287
- return this._requestsHandler.getPagedContentSet({ ...rpcOptions, paging: partialPageOptions });
288
- });
289
- if (!descriptor)
290
- return undefined;
291
- const items = result.items.map((itemJson) => presentation_common_1.Item.fromJSON(itemJson)).filter((item) => (item !== undefined));
292
- return {
293
- size: result.total,
294
- content: this._localizationHelper.getLocalizedContent(new presentation_common_1.Content(descriptor, items)),
295
- };
296
- }
297
- /** Retrieves distinct values of specific field from the content. */
298
- async getPagedDistinctValues(requestOptions) {
299
- await this.onConnection(requestOptions.imodel);
300
- const options = await this.addRulesetAndVariablesToOptions(requestOptions);
301
- const rpcOptions = {
302
- ...this.toRpcTokenOptions(options),
303
- descriptor: getDescriptorOverrides(options.descriptor),
304
- keys: stripTransientElementKeys(options.keys).toJSON(),
305
- };
306
- const result = await (0, exports.buildPagedArrayResponse)(requestOptions.paging, async (partialPageOptions) => this._requestsHandler.getPagedDistinctValues({ ...rpcOptions, paging: partialPageOptions }));
307
- return {
308
- ...result,
309
- // eslint-disable-next-line deprecation/deprecation
310
- items: result.items.map(presentation_common_1.DisplayValueGroup.fromJSON),
311
- };
312
- }
313
- /**
314
- * Retrieves property data in a simplified format for a single element specified by ID.
315
- * @public
316
- */
317
- async getElementProperties(requestOptions) {
318
- await this.onConnection(requestOptions.imodel);
319
- const results = await this._requestsHandler.getElementProperties(this.toRpcTokenOptions(requestOptions));
320
- // istanbul ignore if
321
- if (!results)
322
- return undefined;
323
- return this._localizationHelper.getLocalizedElementProperties(results);
324
- }
325
- /**
326
- * Retrieves content item instance keys.
327
- * @public
328
- */
329
- async getContentInstanceKeys(requestOptions) {
330
- await this.onConnection(requestOptions.imodel);
331
- const options = await this.addRulesetAndVariablesToOptions(requestOptions);
332
- const rpcOptions = {
333
- ...this.toRpcTokenOptions(options),
334
- keys: stripTransientElementKeys(options.keys).toJSON(),
335
- };
336
- const props = {
337
- page: requestOptions.paging,
338
- get: async (page) => {
339
- const keys = await this._requestsHandler.getContentInstanceKeys({ ...rpcOptions, paging: page });
340
- return {
341
- total: keys.total,
342
- items: keys.items.instanceKeys.reduce((instanceKeys, entry) => {
343
- for (const id of core_bentley_1.CompressedId64Set.iterable(entry[1])) {
344
- instanceKeys.push({ className: entry[0], id });
345
- }
346
- return instanceKeys;
347
- }, new Array()),
348
- };
349
- },
350
- };
351
- return createPagedGeneratorResponse(props);
352
- }
353
- /** Retrieves display label definition of specific item. */
354
- async getDisplayLabelDefinition(requestOptions) {
355
- await this.onConnection(requestOptions.imodel);
356
- const rpcOptions = this.toRpcTokenOptions({ ...requestOptions });
357
- const result = await this._requestsHandler.getDisplayLabelDefinition(rpcOptions);
358
- return this._localizationHelper.getLocalizedLabelDefinition(result);
359
- }
360
- /** Retrieves display label definition of specific items. */
361
- async getDisplayLabelDefinitions(requestOptions) {
362
- await this.onConnection(requestOptions.imodel);
363
- const rpcOptions = this.toRpcTokenOptions({ ...requestOptions });
364
- const result = await (0, exports.buildPagedArrayResponse)(undefined, async (partialPageOptions) => {
365
- const partialKeys = (!partialPageOptions.start) ? rpcOptions.keys : rpcOptions.keys.slice(partialPageOptions.start);
366
- return this._requestsHandler.getPagedDisplayLabelDefinitions({ ...rpcOptions, keys: partialKeys });
367
- });
368
- return this._localizationHelper.getLocalizedLabelDefinitions(result.items);
369
- }
370
- }
371
- exports.PresentationManager = PresentationManager;
372
- const getDescriptorOverrides = (descriptorOrOverrides) => {
373
- if (descriptorOrOverrides instanceof presentation_common_1.Descriptor)
374
- return descriptorOrOverrides.createDescriptorOverrides();
375
- return descriptorOrOverrides;
376
- };
377
- async function createPagedGeneratorResponse(props) {
378
- var _a, _b, _c, _d;
379
- let pageStart = (_b = (_a = props.page) === null || _a === void 0 ? void 0 : _a.start) !== null && _b !== void 0 ? _b : 0;
380
- let pageSize = (_d = (_c = props.page) === null || _c === void 0 ? void 0 : _c.size) !== null && _d !== void 0 ? _d : 0;
381
- let requestIndex = 0;
382
- const firstPage = await props.get({ start: pageStart, size: pageSize }, requestIndex++);
383
- return {
384
- total: firstPage.total,
385
- async *items() {
386
- let partialResult = firstPage;
387
- while (true) {
388
- for (const item of partialResult.items) {
389
- yield item;
390
- }
391
- const receivedItemsCount = partialResult.items.length;
392
- if (partialResult.total !== 0 && receivedItemsCount === 0) {
393
- if (pageStart >= partialResult.total)
394
- throw new Error(`Requested page with start index ${pageStart} is out of bounds. Total number of items: ${partialResult.total}`);
395
- throw new Error("Paged request returned non zero total count but no items");
396
- }
397
- if (pageSize !== 0 && receivedItemsCount >= pageSize || receivedItemsCount >= (partialResult.total - pageStart))
398
- break;
399
- if (pageSize !== 0)
400
- pageSize -= receivedItemsCount;
401
- pageStart += receivedItemsCount;
402
- partialResult = await props.get({ start: pageStart, size: pageSize }, requestIndex++);
403
- }
404
- },
405
- };
406
- }
407
- /** @internal */
408
- const buildPagedArrayResponse = async (requestedPage, getter) => {
409
- try {
410
- const items = new Array();
411
- const gen = await createPagedGeneratorResponse({ page: requestedPage, get: getter });
412
- for await (const item of gen.items()) {
413
- items.push(item);
414
- }
415
- return { total: gen.total, items };
416
- }
417
- catch {
418
- // FIXME: we should propagate the error...
419
- return { total: 0, items: [] };
420
- }
421
- };
422
- exports.buildPagedArrayResponse = buildPagedArrayResponse;
423
- const stripTransientElementKeys = (keys) => {
424
- if (!keys.some((key) => presentation_common_1.Key.isInstanceKey(key) && key.className === SelectionManager_1.TRANSIENT_ELEMENT_CLASSNAME))
425
- return keys;
426
- const copy = new presentation_common_1.KeySet();
427
- copy.add(keys, (key) => {
428
- // the callback is not going to be called with EntityProps as KeySet converts them
429
- // to InstanceKeys, but we want to keep the EntityProps case for correctness
430
- // istanbul ignore next
431
- const isTransient = presentation_common_1.Key.isInstanceKey(key) && key.className === SelectionManager_1.TRANSIENT_ELEMENT_CLASSNAME
432
- || presentation_common_1.Key.isEntityProps(key) && key.classFullName === SelectionManager_1.TRANSIENT_ELEMENT_CLASSNAME;
433
- return !isTransient;
434
- });
435
- return copy;
436
- };
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
+ Object.defineProperty(exports, "__esModule", { value: true });
10
+ exports.buildPagedArrayResponse = exports.PresentationManager = void 0;
11
+ const core_bentley_1 = require("@itwin/core-bentley");
12
+ const core_frontend_1 = require("@itwin/core-frontend");
13
+ const presentation_common_1 = require("@itwin/presentation-common");
14
+ const IpcRequestsHandler_1 = require("./IpcRequestsHandler");
15
+ const LocalizationHelper_1 = require("./LocalizationHelper");
16
+ const RulesetManager_1 = require("./RulesetManager");
17
+ const RulesetVariablesManager_1 = require("./RulesetVariablesManager");
18
+ const SelectionManager_1 = require("./selection/SelectionManager");
19
+ const StateTracker_1 = require("./StateTracker");
20
+ /**
21
+ * Frontend Presentation manager which basically just forwards all calls to
22
+ * the backend implementation.
23
+ *
24
+ * @public
25
+ */
26
+ class PresentationManager {
27
+ constructor(props) {
28
+ var _a, _b, _c;
29
+ /**
30
+ * An event raised when hierarchies created using specific ruleset change
31
+ * @alpha
32
+ */
33
+ this.onIModelHierarchyChanged = new core_bentley_1.BeEvent();
34
+ /**
35
+ * An event raised when content created using specific ruleset changes
36
+ * @alpha
37
+ */
38
+ this.onIModelContentChanged = new core_bentley_1.BeEvent();
39
+ // eslint-disable-next-line @typescript-eslint/naming-convention
40
+ this.onUpdate = (_evt, report) => {
41
+ // eslint-disable-next-line @typescript-eslint/no-floating-promises
42
+ this.handleUpdateAsync(presentation_common_1.UpdateInfo.fromJSON(report));
43
+ };
44
+ if (props) {
45
+ this.activeUnitSystem = props.activeUnitSystem;
46
+ }
47
+ this._requestsHandler = (_a = props === null || props === void 0 ? void 0 : props.rpcRequestsHandler) !== null && _a !== void 0 ? _a : new presentation_common_1.RpcRequestsHandler(props ? { clientId: props.clientId } : undefined);
48
+ this._rulesetVars = new Map();
49
+ this._rulesets = RulesetManager_1.RulesetManagerImpl.create();
50
+ this._localizationHelper = new LocalizationHelper_1.FrontendLocalizationHelper(props === null || props === void 0 ? void 0 : props.activeLocale);
51
+ this._connections = new Map();
52
+ if (core_frontend_1.IpcApp.isValid) {
53
+ // Ipc only works in ipc apps, so the `onUpdate` callback will only be called there.
54
+ this._clearEventListener = core_frontend_1.IpcApp.addListener(presentation_common_1.PresentationIpcEvents.Update, this.onUpdate);
55
+ this._ipcRequestsHandler = (_b = props === null || props === void 0 ? void 0 : props.ipcRequestsHandler) !== null && _b !== void 0 ? _b : new IpcRequestsHandler_1.IpcRequestsHandler(this._requestsHandler.clientId);
56
+ this._stateTracker = (_c = props === null || props === void 0 ? void 0 : props.stateTracker) !== null && _c !== void 0 ? _c : new StateTracker_1.StateTracker(this._ipcRequestsHandler);
57
+ }
58
+ }
59
+ /** Get / set active locale used for localizing presentation data */
60
+ get activeLocale() { return this._localizationHelper.locale; }
61
+ set activeLocale(locale) { this._localizationHelper.locale = locale; }
62
+ dispose() {
63
+ this._requestsHandler.dispose();
64
+ if (this._clearEventListener) {
65
+ this._clearEventListener();
66
+ this._clearEventListener = undefined;
67
+ }
68
+ }
69
+ async onConnection(imodel) {
70
+ if (!this._connections.has(imodel))
71
+ this._connections.set(imodel, this.initializeIModel(imodel));
72
+ await this._connections.get(imodel);
73
+ }
74
+ async initializeIModel(imodel) {
75
+ imodel.onClose.addOnce(() => {
76
+ this._connections.delete(imodel);
77
+ });
78
+ await this.onNewiModelConnection(imodel);
79
+ }
80
+ /** @note This is only called in native apps after changes in iModels */
81
+ async handleUpdateAsync(report) {
82
+ for (const imodelKey in report) {
83
+ // istanbul ignore if
84
+ if (!report.hasOwnProperty(imodelKey))
85
+ continue;
86
+ const imodelReport = report[imodelKey];
87
+ for (const rulesetId in imodelReport) {
88
+ // istanbul ignore if
89
+ if (!imodelReport.hasOwnProperty(rulesetId))
90
+ continue;
91
+ const updateInfo = imodelReport[rulesetId];
92
+ if (updateInfo.content)
93
+ this.onIModelContentChanged.raiseEvent({ rulesetId, updateInfo: updateInfo.content, imodelKey });
94
+ if (updateInfo.hierarchy)
95
+ this.onIModelHierarchyChanged.raiseEvent({ rulesetId, updateInfo: updateInfo.hierarchy, imodelKey });
96
+ }
97
+ }
98
+ }
99
+ /** Function that is called when a new IModelConnection is used to retrieve data.
100
+ * @internal
101
+ */
102
+ async onNewiModelConnection(_) { }
103
+ /**
104
+ * Create a new PresentationManager instance
105
+ * @param props Optional properties used to configure the manager
106
+ */
107
+ static create(props) {
108
+ return new PresentationManager(props);
109
+ }
110
+ /** @internal */
111
+ get rpcRequestsHandler() { return this._requestsHandler; }
112
+ /** @internal */
113
+ get ipcRequestsHandler() { return this._ipcRequestsHandler; }
114
+ /** @internal */
115
+ get stateTracker() { return this._stateTracker; }
116
+ /**
117
+ * Get rulesets manager
118
+ */
119
+ rulesets() { return this._rulesets; }
120
+ /**
121
+ * Get ruleset variables manager for specific ruleset
122
+ * @param rulesetId Id of the ruleset to get the vars manager for
123
+ */
124
+ vars(rulesetId) {
125
+ if (!this._rulesetVars.has(rulesetId)) {
126
+ const varsManager = new RulesetVariablesManager_1.RulesetVariablesManagerImpl(rulesetId, this._ipcRequestsHandler);
127
+ this._rulesetVars.set(rulesetId, varsManager);
128
+ }
129
+ return this._rulesetVars.get(rulesetId);
130
+ }
131
+ toRpcTokenOptions(requestOptions) {
132
+ // 1. put default `locale` and `unitSystem`
133
+ // 2. put all `requestOptions` members (if `locale` or `unitSystem` are set, they'll override the defaults put at #1)
134
+ // 3. put `imodel` of type `IModelRpcProps` which overwrites the `imodel` from `requestOptions` put at #2
135
+ const defaultOptions = {};
136
+ if (this.activeLocale)
137
+ defaultOptions.locale = this.activeLocale;
138
+ if (this.activeUnitSystem)
139
+ defaultOptions.unitSystem = this.activeUnitSystem;
140
+ const { imodel, rulesetVariables, ...rpcRequestOptions } = requestOptions;
141
+ return {
142
+ ...defaultOptions,
143
+ ...rpcRequestOptions,
144
+ ...(rulesetVariables ? { rulesetVariables: rulesetVariables.map(presentation_common_1.RulesetVariable.toJSON) } : {}),
145
+ imodel: imodel.getRpcProps(),
146
+ };
147
+ }
148
+ async addRulesetAndVariablesToOptions(options) {
149
+ const { rulesetOrId, rulesetVariables } = options;
150
+ let foundRulesetOrId;
151
+ if (typeof rulesetOrId === "object") {
152
+ foundRulesetOrId = rulesetOrId;
153
+ }
154
+ else {
155
+ const foundRuleset = await this._rulesets.get(rulesetOrId);
156
+ foundRulesetOrId = foundRuleset ? foundRuleset.toJSON() : rulesetOrId;
157
+ }
158
+ const rulesetId = (typeof foundRulesetOrId === "object") ? foundRulesetOrId.id : foundRulesetOrId;
159
+ // All Id64Array variable values must be sorted for serialization to JSON to work. RulesetVariablesManager
160
+ // sorts them before storing, so that part is taken care of, but we need to ensure that variables coming from
161
+ // request options are also sorted.
162
+ const variables = (rulesetVariables !== null && rulesetVariables !== void 0 ? rulesetVariables : []).map((variable) => {
163
+ if (variable.type === presentation_common_1.VariableValueTypes.Id64Array)
164
+ return { ...variable, value: core_bentley_1.OrderedId64Iterable.sortArray(variable.value) };
165
+ return variable;
166
+ });
167
+ if (!this._ipcRequestsHandler) {
168
+ // only need to add variables from variables manager if there's no IPC
169
+ // handler - if there is one, the variables are already known by the backend
170
+ variables.push(...this.vars(rulesetId).getAllVariables());
171
+ }
172
+ return { ...options, rulesetOrId: foundRulesetOrId, rulesetVariables: variables };
173
+ }
174
+ /** Retrieves nodes */
175
+ async getNodes(requestOptions) {
176
+ await this.onConnection(requestOptions.imodel);
177
+ const options = await this.addRulesetAndVariablesToOptions(requestOptions);
178
+ const rpcOptions = this.toRpcTokenOptions({ ...options });
179
+ const result = await (0, exports.buildPagedArrayResponse)(options.paging, async (partialPageOptions) => this._requestsHandler.getPagedNodes({ ...rpcOptions, paging: partialPageOptions }));
180
+ // eslint-disable-next-line deprecation/deprecation
181
+ return this._localizationHelper.getLocalizedNodes(result.items.map(presentation_common_1.Node.fromJSON));
182
+ }
183
+ /** Retrieves nodes count. */
184
+ async getNodesCount(requestOptions) {
185
+ await this.onConnection(requestOptions.imodel);
186
+ const options = await this.addRulesetAndVariablesToOptions(requestOptions);
187
+ const rpcOptions = this.toRpcTokenOptions({ ...options });
188
+ return this._requestsHandler.getNodesCount(rpcOptions);
189
+ }
190
+ /** Retrieves total nodes count and a single page of nodes. */
191
+ async getNodesAndCount(requestOptions) {
192
+ await this.onConnection(requestOptions.imodel);
193
+ const options = await this.addRulesetAndVariablesToOptions(requestOptions);
194
+ const rpcOptions = this.toRpcTokenOptions({ ...options });
195
+ const result = await (0, exports.buildPagedArrayResponse)(options.paging, async (partialPageOptions) => this._requestsHandler.getPagedNodes({ ...rpcOptions, paging: partialPageOptions }));
196
+ return {
197
+ count: result.total,
198
+ // eslint-disable-next-line deprecation/deprecation
199
+ nodes: this._localizationHelper.getLocalizedNodes(result.items.map(presentation_common_1.Node.fromJSON)),
200
+ };
201
+ }
202
+ /**
203
+ * Retrieves hierarchy level descriptor.
204
+ * @beta
205
+ */
206
+ async getNodesDescriptor(requestOptions) {
207
+ await this.onConnection(requestOptions.imodel);
208
+ const options = await this.addRulesetAndVariablesToOptions(requestOptions);
209
+ const rpcOptions = this.toRpcTokenOptions({ ...options });
210
+ const result = await this._requestsHandler.getNodesDescriptor(rpcOptions);
211
+ return presentation_common_1.Descriptor.fromJSON(result);
212
+ }
213
+ /** Retrieves paths from root nodes to children nodes according to specified keys. Intersecting paths will be merged. */
214
+ async getNodePaths(requestOptions) {
215
+ await this.onConnection(requestOptions.imodel);
216
+ const options = await this.addRulesetAndVariablesToOptions(requestOptions);
217
+ const rpcOptions = this.toRpcTokenOptions({ ...options });
218
+ const result = await this._requestsHandler.getNodePaths(rpcOptions);
219
+ // eslint-disable-next-line deprecation/deprecation
220
+ return result.map(presentation_common_1.NodePathElement.fromJSON);
221
+ }
222
+ /** Retrieves paths from root nodes to nodes containing filter text in their label. */
223
+ async getFilteredNodePaths(requestOptions) {
224
+ await this.onConnection(requestOptions.imodel);
225
+ const options = await this.addRulesetAndVariablesToOptions(requestOptions);
226
+ const result = await this._requestsHandler.getFilteredNodePaths(this.toRpcTokenOptions(options));
227
+ // eslint-disable-next-line deprecation/deprecation
228
+ return result.map(presentation_common_1.NodePathElement.fromJSON);
229
+ }
230
+ /**
231
+ * Get information about the sources of content when building it for specific ECClasses. Sources involve classes of the primary select instance,
232
+ * its related instances for loading related and navigation properties.
233
+ * @public
234
+ */
235
+ async getContentSources(requestOptions) {
236
+ await this.onConnection(requestOptions.imodel);
237
+ const rpcOptions = this.toRpcTokenOptions(requestOptions);
238
+ const result = await this._requestsHandler.getContentSources(rpcOptions);
239
+ return presentation_common_1.SelectClassInfo.listFromCompressedJSON(result.sources, result.classesMap);
240
+ }
241
+ /** Retrieves the content descriptor which describes the content and can be used to customize it. */
242
+ async getContentDescriptor(requestOptions) {
243
+ await this.onConnection(requestOptions.imodel);
244
+ const options = await this.addRulesetAndVariablesToOptions(requestOptions);
245
+ const rpcOptions = this.toRpcTokenOptions({
246
+ ...options,
247
+ keys: stripTransientElementKeys(options.keys).toJSON(),
248
+ });
249
+ const result = await this._requestsHandler.getContentDescriptor(rpcOptions);
250
+ return presentation_common_1.Descriptor.fromJSON(result);
251
+ }
252
+ /** Retrieves overall content set size. */
253
+ async getContentSetSize(requestOptions) {
254
+ await this.onConnection(requestOptions.imodel);
255
+ const options = await this.addRulesetAndVariablesToOptions(requestOptions);
256
+ const rpcOptions = this.toRpcTokenOptions({
257
+ ...options,
258
+ descriptor: getDescriptorOverrides(requestOptions.descriptor),
259
+ keys: stripTransientElementKeys(requestOptions.keys).toJSON(),
260
+ });
261
+ return this._requestsHandler.getContentSetSize(rpcOptions);
262
+ }
263
+ /** Retrieves content which consists of a content descriptor and a page of records. */
264
+ async getContent(requestOptions) {
265
+ var _a;
266
+ return (_a = (await this.getContentAndSize(requestOptions))) === null || _a === void 0 ? void 0 : _a.content;
267
+ }
268
+ /** Retrieves content set size and content which consists of a content descriptor and a page of records. */
269
+ async getContentAndSize(requestOptions) {
270
+ await this.onConnection(requestOptions.imodel);
271
+ const options = await this.addRulesetAndVariablesToOptions(requestOptions);
272
+ const rpcOptions = this.toRpcTokenOptions({
273
+ ...options,
274
+ descriptor: getDescriptorOverrides(requestOptions.descriptor),
275
+ keys: stripTransientElementKeys(requestOptions.keys).toJSON(),
276
+ });
277
+ let descriptor = (requestOptions.descriptor instanceof presentation_common_1.Descriptor) ? requestOptions.descriptor : undefined;
278
+ const result = await (0, exports.buildPagedArrayResponse)(options.paging, async (partialPageOptions, requestIndex) => {
279
+ if (0 === requestIndex && !descriptor) {
280
+ const content = await this._requestsHandler.getPagedContent({ ...rpcOptions, paging: partialPageOptions });
281
+ if (content) {
282
+ descriptor = presentation_common_1.Descriptor.fromJSON(content.descriptor);
283
+ return content.contentSet;
284
+ }
285
+ return { total: 0, items: [] };
286
+ }
287
+ return this._requestsHandler.getPagedContentSet({ ...rpcOptions, paging: partialPageOptions });
288
+ });
289
+ if (!descriptor)
290
+ return undefined;
291
+ const items = result.items.map((itemJson) => presentation_common_1.Item.fromJSON(itemJson)).filter((item) => (item !== undefined));
292
+ return {
293
+ size: result.total,
294
+ content: this._localizationHelper.getLocalizedContent(new presentation_common_1.Content(descriptor, items)),
295
+ };
296
+ }
297
+ /** Retrieves distinct values of specific field from the content. */
298
+ async getPagedDistinctValues(requestOptions) {
299
+ await this.onConnection(requestOptions.imodel);
300
+ const options = await this.addRulesetAndVariablesToOptions(requestOptions);
301
+ const rpcOptions = {
302
+ ...this.toRpcTokenOptions(options),
303
+ descriptor: getDescriptorOverrides(options.descriptor),
304
+ keys: stripTransientElementKeys(options.keys).toJSON(),
305
+ };
306
+ const result = await (0, exports.buildPagedArrayResponse)(requestOptions.paging, async (partialPageOptions) => this._requestsHandler.getPagedDistinctValues({ ...rpcOptions, paging: partialPageOptions }));
307
+ return {
308
+ ...result,
309
+ // eslint-disable-next-line deprecation/deprecation
310
+ items: result.items.map(presentation_common_1.DisplayValueGroup.fromJSON),
311
+ };
312
+ }
313
+ /**
314
+ * Retrieves property data in a simplified format for a single element specified by ID.
315
+ * @public
316
+ */
317
+ async getElementProperties(requestOptions) {
318
+ await this.onConnection(requestOptions.imodel);
319
+ const results = await this._requestsHandler.getElementProperties(this.toRpcTokenOptions(requestOptions));
320
+ // istanbul ignore if
321
+ if (!results)
322
+ return undefined;
323
+ return this._localizationHelper.getLocalizedElementProperties(results);
324
+ }
325
+ /**
326
+ * Retrieves content item instance keys.
327
+ * @public
328
+ */
329
+ async getContentInstanceKeys(requestOptions) {
330
+ await this.onConnection(requestOptions.imodel);
331
+ const options = await this.addRulesetAndVariablesToOptions(requestOptions);
332
+ const rpcOptions = {
333
+ ...this.toRpcTokenOptions(options),
334
+ keys: stripTransientElementKeys(options.keys).toJSON(),
335
+ };
336
+ const props = {
337
+ page: requestOptions.paging,
338
+ get: async (page) => {
339
+ const keys = await this._requestsHandler.getContentInstanceKeys({ ...rpcOptions, paging: page });
340
+ return {
341
+ total: keys.total,
342
+ items: keys.items.instanceKeys.reduce((instanceKeys, entry) => {
343
+ for (const id of core_bentley_1.CompressedId64Set.iterable(entry[1])) {
344
+ instanceKeys.push({ className: entry[0], id });
345
+ }
346
+ return instanceKeys;
347
+ }, new Array()),
348
+ };
349
+ },
350
+ };
351
+ return createPagedGeneratorResponse(props);
352
+ }
353
+ /** Retrieves display label definition of specific item. */
354
+ async getDisplayLabelDefinition(requestOptions) {
355
+ await this.onConnection(requestOptions.imodel);
356
+ const rpcOptions = this.toRpcTokenOptions({ ...requestOptions });
357
+ const result = await this._requestsHandler.getDisplayLabelDefinition(rpcOptions);
358
+ return this._localizationHelper.getLocalizedLabelDefinition(result);
359
+ }
360
+ /** Retrieves display label definition of specific items. */
361
+ async getDisplayLabelDefinitions(requestOptions) {
362
+ await this.onConnection(requestOptions.imodel);
363
+ const rpcOptions = this.toRpcTokenOptions({ ...requestOptions });
364
+ const result = await (0, exports.buildPagedArrayResponse)(undefined, async (partialPageOptions) => {
365
+ const partialKeys = (!partialPageOptions.start) ? rpcOptions.keys : rpcOptions.keys.slice(partialPageOptions.start);
366
+ return this._requestsHandler.getPagedDisplayLabelDefinitions({ ...rpcOptions, keys: partialKeys });
367
+ });
368
+ return this._localizationHelper.getLocalizedLabelDefinitions(result.items);
369
+ }
370
+ }
371
+ exports.PresentationManager = PresentationManager;
372
+ const getDescriptorOverrides = (descriptorOrOverrides) => {
373
+ if (descriptorOrOverrides instanceof presentation_common_1.Descriptor)
374
+ return descriptorOrOverrides.createDescriptorOverrides();
375
+ return descriptorOrOverrides;
376
+ };
377
+ async function createPagedGeneratorResponse(props) {
378
+ var _a, _b, _c, _d;
379
+ let pageStart = (_b = (_a = props.page) === null || _a === void 0 ? void 0 : _a.start) !== null && _b !== void 0 ? _b : 0;
380
+ let pageSize = (_d = (_c = props.page) === null || _c === void 0 ? void 0 : _c.size) !== null && _d !== void 0 ? _d : 0;
381
+ let requestIndex = 0;
382
+ const firstPage = await props.get({ start: pageStart, size: pageSize }, requestIndex++);
383
+ return {
384
+ total: firstPage.total,
385
+ async *items() {
386
+ let partialResult = firstPage;
387
+ while (true) {
388
+ for (const item of partialResult.items) {
389
+ yield item;
390
+ }
391
+ const receivedItemsCount = partialResult.items.length;
392
+ if (partialResult.total !== 0 && receivedItemsCount === 0) {
393
+ if (pageStart >= partialResult.total)
394
+ throw new Error(`Requested page with start index ${pageStart} is out of bounds. Total number of items: ${partialResult.total}`);
395
+ throw new Error("Paged request returned non zero total count but no items");
396
+ }
397
+ if (pageSize !== 0 && receivedItemsCount >= pageSize || receivedItemsCount >= (partialResult.total - pageStart))
398
+ break;
399
+ if (pageSize !== 0)
400
+ pageSize -= receivedItemsCount;
401
+ pageStart += receivedItemsCount;
402
+ partialResult = await props.get({ start: pageStart, size: pageSize }, requestIndex++);
403
+ }
404
+ },
405
+ };
406
+ }
407
+ /** @internal */
408
+ const buildPagedArrayResponse = async (requestedPage, getter) => {
409
+ try {
410
+ const items = new Array();
411
+ const gen = await createPagedGeneratorResponse({ page: requestedPage, get: getter });
412
+ for await (const item of gen.items()) {
413
+ items.push(item);
414
+ }
415
+ return { total: gen.total, items };
416
+ }
417
+ catch {
418
+ // FIXME: we should propagate the error...
419
+ return { total: 0, items: [] };
420
+ }
421
+ };
422
+ exports.buildPagedArrayResponse = buildPagedArrayResponse;
423
+ const stripTransientElementKeys = (keys) => {
424
+ if (!keys.some((key) => presentation_common_1.Key.isInstanceKey(key) && key.className === SelectionManager_1.TRANSIENT_ELEMENT_CLASSNAME))
425
+ return keys;
426
+ const copy = new presentation_common_1.KeySet();
427
+ copy.add(keys, (key) => {
428
+ // the callback is not going to be called with EntityProps as KeySet converts them
429
+ // to InstanceKeys, but we want to keep the EntityProps case for correctness
430
+ // istanbul ignore next
431
+ const isTransient = presentation_common_1.Key.isInstanceKey(key) && key.className === SelectionManager_1.TRANSIENT_ELEMENT_CLASSNAME
432
+ || presentation_common_1.Key.isEntityProps(key) && key.classFullName === SelectionManager_1.TRANSIENT_ELEMENT_CLASSNAME;
433
+ return !isTransient;
434
+ });
435
+ return copy;
436
+ };
437
437
  //# sourceMappingURL=PresentationManager.js.map