@itwin/core-common 5.0.0-dev.50 → 5.0.0-dev.53

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.
@@ -16,7 +16,7 @@ export interface ThumbnailFormatProps {
16
16
  format: "jpeg" | "png";
17
17
  }
18
18
  /** Describes a thumbnail image for an [[IModel]] or [ViewDefinition]($backend).
19
- * @see [IModelDb.Views.getThumbnail]($backend) or [IModelConnection.Views.getThumbnail]($frontend) to obtain a thumbnail for a view.
19
+ * @see [IModelDb.Views.getThumbnail]($backend)
20
20
  * @public
21
21
  * @extensions
22
22
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Thumbnail.js","sourceRoot":"","sources":["../../src/Thumbnail.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG","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 Rendering\n */\n\n/** Metadata about a thumbnail image. Often this is redundant with information in the image itself, but is held\n * outside of the image so it can be obtained without having to decode the image data.\n * @see [[ThumbnailProps]]\n * @public\n * @extensions\n */\nexport interface ThumbnailFormatProps {\n /** X size of the image, in pixels. */\n width: number;\n /** Y size of image, in pixels. */\n height: number;\n /** Encoding of the image */\n format: \"jpeg\" | \"png\";\n}\n\n/** Describes a thumbnail image for an [[IModel]] or [ViewDefinition]($backend).\n * @see [IModelDb.Views.getThumbnail]($backend) or [IModelConnection.Views.getThumbnail]($frontend) to obtain a thumbnail for a view.\n * @public\n * @extensions\n */\nexport interface ThumbnailProps extends ThumbnailFormatProps {\n /** The image encoded as specified by [[ThumbnailFormatProps.format]]. */\n image: Uint8Array;\n}\n"]}
1
+ {"version":3,"file":"Thumbnail.js","sourceRoot":"","sources":["../../src/Thumbnail.ts"],"names":[],"mappings":";AAAA;;;+FAG+F;AAC/F;;GAEG","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 Rendering\n */\n\n/** Metadata about a thumbnail image. Often this is redundant with information in the image itself, but is held\n * outside of the image so it can be obtained without having to decode the image data.\n * @see [[ThumbnailProps]]\n * @public\n * @extensions\n */\nexport interface ThumbnailFormatProps {\n /** X size of the image, in pixels. */\n width: number;\n /** Y size of image, in pixels. */\n height: number;\n /** Encoding of the image */\n format: \"jpeg\" | \"png\";\n}\n\n/** Describes a thumbnail image for an [[IModel]] or [ViewDefinition]($backend).\n * @see [IModelDb.Views.getThumbnail]($backend)\n * @public\n * @extensions\n */\nexport interface ThumbnailProps extends ThumbnailFormatProps {\n /** The image encoded as specified by [[ThumbnailFormatProps.format]]. */\n image: Uint8Array;\n}\n"]}
@@ -16,7 +16,7 @@ export interface ThumbnailFormatProps {
16
16
  format: "jpeg" | "png";
17
17
  }
18
18
  /** Describes a thumbnail image for an [[IModel]] or [ViewDefinition]($backend).
19
- * @see [IModelDb.Views.getThumbnail]($backend) or [IModelConnection.Views.getThumbnail]($frontend) to obtain a thumbnail for a view.
19
+ * @see [IModelDb.Views.getThumbnail]($backend)
20
20
  * @public
21
21
  * @extensions
22
22
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Thumbnail.js","sourceRoot":"","sources":["../../src/Thumbnail.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG","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 Rendering\n */\n\n/** Metadata about a thumbnail image. Often this is redundant with information in the image itself, but is held\n * outside of the image so it can be obtained without having to decode the image data.\n * @see [[ThumbnailProps]]\n * @public\n * @extensions\n */\nexport interface ThumbnailFormatProps {\n /** X size of the image, in pixels. */\n width: number;\n /** Y size of image, in pixels. */\n height: number;\n /** Encoding of the image */\n format: \"jpeg\" | \"png\";\n}\n\n/** Describes a thumbnail image for an [[IModel]] or [ViewDefinition]($backend).\n * @see [IModelDb.Views.getThumbnail]($backend) or [IModelConnection.Views.getThumbnail]($frontend) to obtain a thumbnail for a view.\n * @public\n * @extensions\n */\nexport interface ThumbnailProps extends ThumbnailFormatProps {\n /** The image encoded as specified by [[ThumbnailFormatProps.format]]. */\n image: Uint8Array;\n}\n"]}
1
+ {"version":3,"file":"Thumbnail.js","sourceRoot":"","sources":["../../src/Thumbnail.ts"],"names":[],"mappings":"AAAA;;;+FAG+F;AAC/F;;GAEG","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 Rendering\n */\n\n/** Metadata about a thumbnail image. Often this is redundant with information in the image itself, but is held\n * outside of the image so it can be obtained without having to decode the image data.\n * @see [[ThumbnailProps]]\n * @public\n * @extensions\n */\nexport interface ThumbnailFormatProps {\n /** X size of the image, in pixels. */\n width: number;\n /** Y size of image, in pixels. */\n height: number;\n /** Encoding of the image */\n format: \"jpeg\" | \"png\";\n}\n\n/** Describes a thumbnail image for an [[IModel]] or [ViewDefinition]($backend).\n * @see [IModelDb.Views.getThumbnail]($backend)\n * @public\n * @extensions\n */\nexport interface ThumbnailProps extends ThumbnailFormatProps {\n /** The image encoded as specified by [[ThumbnailFormatProps.format]]. */\n image: Uint8Array;\n}\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itwin/core-common",
3
- "version": "5.0.0-dev.50",
3
+ "version": "5.0.0-dev.53",
4
4
  "description": "iTwin.js components common to frontend and backend",
5
5
  "main": "lib/cjs/core-common.js",
6
6
  "module": "lib/esm/core-common.js",
@@ -27,8 +27,8 @@
27
27
  "js-base64": "^3.6.1"
28
28
  },
29
29
  "peerDependencies": {
30
- "@itwin/core-bentley": "5.0.0-dev.50",
31
- "@itwin/core-geometry": "5.0.0-dev.50"
30
+ "@itwin/core-bentley": "5.0.0-dev.53",
31
+ "@itwin/core-geometry": "5.0.0-dev.53"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@itwin/eslint-plugin": "5.0.0-dev.1",
@@ -42,9 +42,9 @@
42
42
  "rimraf": "^3.0.2",
43
43
  "typescript": "~5.6.2",
44
44
  "vitest": "^2.1.0",
45
- "@itwin/build-tools": "5.0.0-dev.50",
46
- "@itwin/core-bentley": "5.0.0-dev.50",
47
- "@itwin/core-geometry": "5.0.0-dev.50"
45
+ "@itwin/build-tools": "5.0.0-dev.53",
46
+ "@itwin/core-bentley": "5.0.0-dev.53",
47
+ "@itwin/core-geometry": "5.0.0-dev.53"
48
48
  },
49
49
  "nyc": {
50
50
  "extends": "./node_modules/@itwin/build-tools/.nycrc",