@itwin/presentation-backend 3.1.0-dev.1 → 3.1.0-dev.8

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.
@@ -216,7 +216,11 @@
216
216
  "propertyCategories": [
217
217
  {
218
218
  "id": "source_information",
219
- "label": "@BisCore:Categories.SourceInformation@"
219
+ "label": "@BisCore:Categories.SourceInformation@",
220
+ "parentId": {
221
+ "type": "Root"
222
+ },
223
+ "autoExpand": true
220
224
  },
221
225
  {
222
226
  "id": "model_source",
@@ -293,60 +297,50 @@
293
297
  "skipIfDuplicate": true
294
298
  },
295
299
  {
296
- "propertiesSource": {
297
- "relationship": {
298
- "schemaName": "BisCore",
299
- "className": "ModelContainsElements"
300
+ "propertiesSource": [
301
+ {
302
+ "relationship": {
303
+ "schemaName": "BisCore",
304
+ "className": "ModelContainsElements"
305
+ },
306
+ "direction": "Backward"
300
307
  },
301
- "direction": "Backward"
302
- },
303
- "properties": "_none_",
304
- "relationshipMeaning": "SameInstance",
305
- "nestedRelatedProperties": [
306
308
  {
307
- "propertiesSource": {
308
- "relationship": {
309
- "schemaName": "BisCore",
310
- "className": "ModelModelsElement"
311
- },
312
- "direction": "Forward"
309
+ "relationship": {
310
+ "schemaName": "BisCore",
311
+ "className": "ModelModelsElement"
313
312
  },
314
- "properties": "_none_",
315
- "relationshipMeaning": "SameInstance",
316
- "nestedRelatedProperties": [
317
- {
318
- "propertiesSource": {
319
- "relationship": {
320
- "schemaName": "BisCore",
321
- "className": "ElementHasLinks"
322
- },
323
- "targetClass": {
324
- "schemaName": "BisCore",
325
- "className": "RepositoryLink"
326
- },
327
- "direction": "Forward"
328
- },
329
- "properties": [
330
- {
331
- "name": "Url",
332
- "overridesPriority": 1001,
333
- "labelOverride": "@BisCore:Properties.SourceInformation.Path@",
334
- "categoryId": "model_source",
335
- "isDisplayed": true
336
- },
337
- {
338
- "name": "UserLabel",
339
- "overridesPriority": 1001,
340
- "labelOverride": "@BisCore:Properties.SourceInformation.Name@",
341
- "categoryId": "model_source",
342
- "isDisplayed": true
343
- }
344
- ],
345
- "relationshipMeaning": "SameInstance"
346
- }
347
- ]
313
+ "direction": "Forward"
314
+ },
315
+ {
316
+ "relationship": {
317
+ "schemaName": "BisCore",
318
+ "className": "ElementHasLinks"
319
+ },
320
+ "targetClass": {
321
+ "schemaName": "BisCore",
322
+ "className": "RepositoryLink"
323
+ },
324
+ "direction": "Forward"
348
325
  }
349
326
  ],
327
+ "properties": [
328
+ {
329
+ "name": "Url",
330
+ "overridesPriority": 1001,
331
+ "labelOverride": "@BisCore:Properties.SourceInformation.Path@",
332
+ "categoryId": "model_source",
333
+ "isDisplayed": true
334
+ },
335
+ {
336
+ "name": "UserLabel",
337
+ "overridesPriority": 1001,
338
+ "labelOverride": "@BisCore:Properties.SourceInformation.Name@",
339
+ "categoryId": "model_source",
340
+ "isDisplayed": true
341
+ }
342
+ ],
343
+ "relationshipMeaning": "SameInstance",
350
344
  "skipIfDuplicate": true
351
345
  }
352
346
  ]
@@ -414,6 +408,9 @@
414
408
  {
415
409
  "id": "source_information",
416
410
  "label": "@BisCore:Categories.SourceInformation@",
411
+ "parentId": {
412
+ "type": "Root"
413
+ },
417
414
  "autoExpand": true
418
415
  },
419
416
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/presentation-backend",
3
- "version": "3.1.0-dev.1",
3
+ "version": "3.1.0-dev.8",
4
4
  "description": "Backend of iTwin.js Presentation library",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -22,20 +22,20 @@
22
22
  "main": "lib/cjs/presentation-backend.js",
23
23
  "typings": "lib/cjs/presentation-backend",
24
24
  "peerDependencies": {
25
- "@itwin/core-backend": "^3.1.0-dev.1",
26
- "@itwin/core-bentley": "^3.1.0-dev.1",
27
- "@itwin/core-common": "^3.1.0-dev.1",
28
- "@itwin/core-quantity": "^3.1.0-dev.1",
29
- "@itwin/presentation-common": "^3.1.0-dev.1"
25
+ "@itwin/core-backend": "^3.1.0-dev.8",
26
+ "@itwin/core-bentley": "^3.1.0-dev.8",
27
+ "@itwin/core-common": "^3.1.0-dev.8",
28
+ "@itwin/core-quantity": "^3.1.0-dev.8",
29
+ "@itwin/presentation-common": "^3.1.0-dev.8"
30
30
  },
31
31
  "devDependencies": {
32
- "@itwin/build-tools": "3.1.0-dev.1",
33
- "@itwin/core-backend": "3.1.0-dev.1",
34
- "@itwin/core-bentley": "3.1.0-dev.1",
35
- "@itwin/core-common": "3.1.0-dev.1",
36
- "@itwin/core-quantity": "3.1.0-dev.1",
37
- "@itwin/eslint-plugin": "3.1.0-dev.1",
38
- "@itwin/presentation-common": "3.1.0-dev.1",
32
+ "@itwin/build-tools": "3.1.0-dev.8",
33
+ "@itwin/core-backend": "3.1.0-dev.8",
34
+ "@itwin/core-bentley": "3.1.0-dev.8",
35
+ "@itwin/core-common": "3.1.0-dev.8",
36
+ "@itwin/core-quantity": "3.1.0-dev.8",
37
+ "@itwin/eslint-plugin": "3.1.0-dev.8",
38
+ "@itwin/presentation-common": "3.1.0-dev.8",
39
39
  "@types/chai": "^4.1.4",
40
40
  "@types/chai-as-promised": "^7",
41
41
  "@types/chai-jest-snapshot": "^1.3.0",