@itwin/presentation-backend 4.1.0-dev.32 → 4.1.0-dev.35

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.
@@ -231,40 +231,6 @@
231
231
  }
232
232
  ]
233
233
  },
234
- {
235
- "ruleType": "ContentModifier",
236
- "class": {
237
- "schemaName": "BisCore",
238
- "className": "Element"
239
- },
240
- "relatedProperties": [
241
- {
242
- "propertiesSource": {
243
- "relationship": {
244
- "schemaName": "BisCore",
245
- "className": "ElementOwnsUniqueAspect"
246
- },
247
- "direction": "Forward"
248
- },
249
- "handleTargetClassPolymorphically": true,
250
- "relationshipMeaning": "SameInstance",
251
- "skipIfDuplicate": true
252
- },
253
- {
254
- "propertiesSource": {
255
- "relationship": {
256
- "schemaName": "BisCore",
257
- "className": "ElementOwnsMultiAspects"
258
- },
259
- "direction": "Forward"
260
- },
261
- "handleTargetClassPolymorphically": true,
262
- "relationshipMeaning": "SameInstance",
263
- "skipIfDuplicate": true
264
- }
265
- ],
266
- "applyOnNestedContent": true
267
- },
268
234
  {
269
235
  "ruleType": "ContentModifier",
270
236
  "class": {
@@ -300,6 +266,57 @@
300
266
  }
301
267
  ]
302
268
  },
269
+ {
270
+ "ruleType": "ContentModifier",
271
+ "class": {
272
+ "schemaName": "BisCore",
273
+ "className": "ElementAspect"
274
+ },
275
+ "propertyCategories": [
276
+ {
277
+ "id": "source_information",
278
+ "label": "Source Information",
279
+ "parentId": {
280
+ "type": "Root"
281
+ },
282
+ "autoExpand": true
283
+ }
284
+ ]
285
+ },
286
+ {
287
+ "ruleType": "ContentModifier",
288
+ "class": {
289
+ "schemaName": "BisCore",
290
+ "className": "Element"
291
+ },
292
+ "relatedProperties": [
293
+ {
294
+ "propertiesSource": {
295
+ "relationship": {
296
+ "schemaName": "BisCore",
297
+ "className": "ElementOwnsUniqueAspect"
298
+ },
299
+ "direction": "Forward"
300
+ },
301
+ "handleTargetClassPolymorphically": true,
302
+ "relationshipMeaning": "SameInstance",
303
+ "skipIfDuplicate": true
304
+ },
305
+ {
306
+ "propertiesSource": {
307
+ "relationship": {
308
+ "schemaName": "BisCore",
309
+ "className": "ElementOwnsMultiAspects"
310
+ },
311
+ "direction": "Forward"
312
+ },
313
+ "handleTargetClassPolymorphically": true,
314
+ "relationshipMeaning": "SameInstance",
315
+ "skipIfDuplicate": true
316
+ }
317
+ ],
318
+ "applyOnNestedContent": true
319
+ },
303
320
  {
304
321
  "ruleType": "ContentModifier",
305
322
  "class": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-backend",
3
- "version": "4.1.0-dev.32",
3
+ "version": "4.1.0-dev.35",
4
4
  "description": "Backend of iTwin.js Presentation library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -23,12 +23,12 @@
23
23
  "main": "lib/cjs/presentation-backend.js",
24
24
  "typings": "lib/cjs/presentation-backend",
25
25
  "peerDependencies": {
26
- "@itwin/core-backend": "^4.1.0-dev.32",
27
- "@itwin/core-bentley": "^4.1.0-dev.32",
28
- "@itwin/core-common": "^4.1.0-dev.32",
29
- "@itwin/core-quantity": "^4.1.0-dev.32",
30
- "@itwin/ecschema-metadata": "^4.1.0-dev.32",
31
- "@itwin/presentation-common": "^4.1.0-dev.32"
26
+ "@itwin/core-backend": "^4.1.0-dev.35",
27
+ "@itwin/core-bentley": "^4.1.0-dev.35",
28
+ "@itwin/core-common": "^4.1.0-dev.35",
29
+ "@itwin/core-quantity": "^4.1.0-dev.35",
30
+ "@itwin/ecschema-metadata": "^4.1.0-dev.35",
31
+ "@itwin/presentation-common": "^4.1.0-dev.35"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@itwin/eslint-plugin": "^4.0.0-dev.33",
@@ -62,13 +62,13 @@
62
62
  "sinon-chai": "^3.2.0",
63
63
  "typemoq": "^2.1.0",
64
64
  "typescript": "~5.0.2",
65
- "@itwin/build-tools": "4.1.0-dev.32",
66
- "@itwin/core-backend": "4.1.0-dev.32",
67
- "@itwin/core-common": "4.1.0-dev.32",
68
- "@itwin/core-bentley": "4.1.0-dev.32",
69
- "@itwin/core-quantity": "4.1.0-dev.32",
70
- "@itwin/ecschema-metadata": "4.1.0-dev.32",
71
- "@itwin/presentation-common": "4.1.0-dev.32"
65
+ "@itwin/build-tools": "4.1.0-dev.35",
66
+ "@itwin/core-common": "4.1.0-dev.35",
67
+ "@itwin/core-backend": "4.1.0-dev.35",
68
+ "@itwin/core-quantity": "4.1.0-dev.35",
69
+ "@itwin/core-bentley": "4.1.0-dev.35",
70
+ "@itwin/presentation-common": "4.1.0-dev.35",
71
+ "@itwin/ecschema-metadata": "4.1.0-dev.35"
72
72
  },
73
73
  "dependencies": {
74
74
  "object-hash": "^1.3.1",