@itwin/core-backend 5.1.0-dev.64 → 5.1.0-dev.66

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 (82) hide show
  1. package/lib/cjs/BisCoreSchema.d.ts.map +1 -1
  2. package/lib/cjs/BisCoreSchema.js +3 -1
  3. package/lib/cjs/BisCoreSchema.js.map +1 -1
  4. package/lib/cjs/Entity.d.ts +2 -0
  5. package/lib/cjs/Entity.d.ts.map +1 -1
  6. package/lib/cjs/Entity.js +14 -0
  7. package/lib/cjs/Entity.js.map +1 -1
  8. package/lib/cjs/IModelDb.d.ts +6 -2
  9. package/lib/cjs/IModelDb.d.ts.map +1 -1
  10. package/lib/cjs/IModelDb.js +12 -5
  11. package/lib/cjs/IModelDb.js.map +1 -1
  12. package/lib/cjs/annotations/ElementDrivesTextAnnotation.d.ts +61 -0
  13. package/lib/cjs/annotations/ElementDrivesTextAnnotation.d.ts.map +1 -0
  14. package/lib/cjs/annotations/ElementDrivesTextAnnotation.js +110 -0
  15. package/lib/cjs/annotations/ElementDrivesTextAnnotation.js.map +1 -0
  16. package/lib/cjs/annotations/TextAnnotationElement.d.ts +18 -1
  17. package/lib/cjs/annotations/TextAnnotationElement.d.ts.map +1 -1
  18. package/lib/cjs/annotations/TextAnnotationElement.js +57 -2
  19. package/lib/cjs/annotations/TextAnnotationElement.js.map +1 -1
  20. package/lib/cjs/annotations/TextAnnotationGeometry.js +1 -0
  21. package/lib/cjs/annotations/TextAnnotationGeometry.js.map +1 -1
  22. package/lib/cjs/annotations/TextBlockGeometry.d.ts.map +1 -1
  23. package/lib/cjs/annotations/TextBlockGeometry.js +15 -1
  24. package/lib/cjs/annotations/TextBlockGeometry.js.map +1 -1
  25. package/lib/cjs/annotations/TextBlockLayout.d.ts +2 -2
  26. package/lib/cjs/annotations/TextBlockLayout.d.ts.map +1 -1
  27. package/lib/cjs/annotations/TextBlockLayout.js +14 -2
  28. package/lib/cjs/annotations/TextBlockLayout.js.map +1 -1
  29. package/lib/cjs/core-backend.d.ts +1 -0
  30. package/lib/cjs/core-backend.d.ts.map +1 -1
  31. package/lib/cjs/core-backend.js +1 -0
  32. package/lib/cjs/core-backend.js.map +1 -1
  33. package/lib/cjs/internal/annotations/fields.d.ts +22 -0
  34. package/lib/cjs/internal/annotations/fields.d.ts.map +1 -0
  35. package/lib/cjs/internal/annotations/fields.js +237 -0
  36. package/lib/cjs/internal/annotations/fields.js.map +1 -0
  37. package/lib/esm/BisCoreSchema.d.ts.map +1 -1
  38. package/lib/esm/BisCoreSchema.js +3 -1
  39. package/lib/esm/BisCoreSchema.js.map +1 -1
  40. package/lib/esm/Entity.d.ts +2 -0
  41. package/lib/esm/Entity.d.ts.map +1 -1
  42. package/lib/esm/Entity.js +14 -0
  43. package/lib/esm/Entity.js.map +1 -1
  44. package/lib/esm/IModelDb.d.ts +6 -2
  45. package/lib/esm/IModelDb.d.ts.map +1 -1
  46. package/lib/esm/IModelDb.js +13 -6
  47. package/lib/esm/IModelDb.js.map +1 -1
  48. package/lib/esm/annotations/ElementDrivesTextAnnotation.d.ts +61 -0
  49. package/lib/esm/annotations/ElementDrivesTextAnnotation.d.ts.map +1 -0
  50. package/lib/esm/annotations/ElementDrivesTextAnnotation.js +105 -0
  51. package/lib/esm/annotations/ElementDrivesTextAnnotation.js.map +1 -0
  52. package/lib/esm/annotations/TextAnnotationElement.d.ts +18 -1
  53. package/lib/esm/annotations/TextAnnotationElement.d.ts.map +1 -1
  54. package/lib/esm/annotations/TextAnnotationElement.js +57 -2
  55. package/lib/esm/annotations/TextAnnotationElement.js.map +1 -1
  56. package/lib/esm/annotations/TextAnnotationGeometry.js +1 -0
  57. package/lib/esm/annotations/TextAnnotationGeometry.js.map +1 -1
  58. package/lib/esm/annotations/TextBlockGeometry.d.ts.map +1 -1
  59. package/lib/esm/annotations/TextBlockGeometry.js +15 -1
  60. package/lib/esm/annotations/TextBlockGeometry.js.map +1 -1
  61. package/lib/esm/annotations/TextBlockLayout.d.ts +2 -2
  62. package/lib/esm/annotations/TextBlockLayout.d.ts.map +1 -1
  63. package/lib/esm/annotations/TextBlockLayout.js +14 -2
  64. package/lib/esm/annotations/TextBlockLayout.js.map +1 -1
  65. package/lib/esm/core-backend.d.ts +1 -0
  66. package/lib/esm/core-backend.d.ts.map +1 -1
  67. package/lib/esm/core-backend.js +1 -0
  68. package/lib/esm/core-backend.js.map +1 -1
  69. package/lib/esm/internal/annotations/fields.d.ts +22 -0
  70. package/lib/esm/internal/annotations/fields.d.ts.map +1 -0
  71. package/lib/esm/internal/annotations/fields.js +231 -0
  72. package/lib/esm/internal/annotations/fields.js.map +1 -0
  73. package/lib/esm/test/IModelTestUtils.d.ts.map +1 -1
  74. package/lib/esm/test/IModelTestUtils.js +1 -0
  75. package/lib/esm/test/IModelTestUtils.js.map +1 -1
  76. package/lib/esm/test/annotations/Fields.test.d.ts +2 -0
  77. package/lib/esm/test/annotations/Fields.test.d.ts.map +1 -0
  78. package/lib/esm/test/annotations/Fields.test.js +576 -0
  79. package/lib/esm/test/annotations/Fields.test.js.map +1 -0
  80. package/lib/esm/test/annotations/TextAnnotation.test.js.map +1 -1
  81. package/lib/esm/test/annotations/TextBlock.test.js.map +1 -1
  82. package/package.json +14 -14
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-backend",
3
- "version": "5.1.0-dev.64",
3
+ "version": "5.1.0-dev.66",
4
4
  "description": "iTwin.js backend components",
5
5
  "main": "lib/cjs/core-backend.js",
6
6
  "module": "lib/esm/core-backend.js",
@@ -27,10 +27,10 @@
27
27
  },
28
28
  "peerDependencies": {
29
29
  "@opentelemetry/api": "^1.0.4",
30
- "@itwin/core-bentley": "5.1.0-dev.64",
31
- "@itwin/core-common": "5.1.0-dev.64",
32
- "@itwin/core-geometry": "5.1.0-dev.64",
33
- "@itwin/ecschema-metadata": "5.1.0-dev.64"
30
+ "@itwin/core-bentley": "5.1.0-dev.66",
31
+ "@itwin/core-geometry": "5.1.0-dev.66",
32
+ "@itwin/core-common": "5.1.0-dev.66",
33
+ "@itwin/ecschema-metadata": "5.1.0-dev.66"
34
34
  },
35
35
  "peerDependenciesMeta": {
36
36
  "@opentelemetry/api": {
@@ -76,17 +76,17 @@
76
76
  "marked": "^14.1.3",
77
77
  "sql-formatter": "^15.4.6",
78
78
  "webpack": "^5.97.1",
79
- "@itwin/build-tools": "5.1.0-dev.64",
80
- "@itwin/core-bentley": "5.1.0-dev.64",
81
- "@itwin/ecsql-common": "5.1.0-dev.64",
82
- "@itwin/core-common": "5.1.0-dev.64",
83
- "@itwin/ecschema-metadata": "5.1.0-dev.64",
84
- "@itwin/core-geometry": "5.1.0-dev.64",
85
- "internal-tools": "3.0.0-dev.69",
86
- "@itwin/ecschema-locaters": "5.1.0-dev.64"
79
+ "@itwin/core-common": "5.1.0-dev.66",
80
+ "@itwin/core-bentley": "5.1.0-dev.66",
81
+ "@itwin/core-geometry": "5.1.0-dev.66",
82
+ "@itwin/ecschema-metadata": "5.1.0-dev.66",
83
+ "@itwin/build-tools": "5.1.0-dev.66",
84
+ "@itwin/ecschema-locaters": "5.1.0-dev.66",
85
+ "@itwin/ecsql-common": "5.1.0-dev.66",
86
+ "internal-tools": "3.0.0-dev.69"
87
87
  },
88
88
  "dependencies": {
89
- "@bentley/imodeljs-native": "5.1.58",
89
+ "@bentley/imodeljs-native": "5.1.62",
90
90
  "@itwin/cloud-agnostic-core": "^2.2.4",
91
91
  "@itwin/object-storage-azure": "^2.3.0",
92
92
  "@itwin/object-storage-core": "^2.3.0",