@types/forge-viewer 7.69.0 → 7.69.1
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.
- forge-viewer/README.md +1 -1
- forge-viewer/index.d.ts +3 -2
- forge-viewer/package.json +2 -2
forge-viewer/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for Forge Viewer (https://forge.autodesk.
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/forge-viewer.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Mon, 30 May 2022 10:01:34 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
* Global values: `Autodesk`, `THREE`
|
|
14
14
|
|
forge-viewer/index.d.ts
CHANGED
|
@@ -852,10 +852,11 @@ declare namespace Autodesk {
|
|
|
852
852
|
attributeName: string;
|
|
853
853
|
displayCategory: string;
|
|
854
854
|
displayName: string;
|
|
855
|
-
displayValue: string;
|
|
855
|
+
displayValue: string | number;
|
|
856
856
|
hidden: boolean;
|
|
857
857
|
type: number;
|
|
858
|
-
units: string;
|
|
858
|
+
units: string | null;
|
|
859
|
+
precision?: number;
|
|
859
860
|
}
|
|
860
861
|
|
|
861
862
|
class PropertySet {
|
forge-viewer/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/forge-viewer",
|
|
3
|
-
"version": "7.69.
|
|
3
|
+
"version": "7.69.1",
|
|
4
4
|
"description": "TypeScript definitions for Forge Viewer",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/forge-viewer",
|
|
6
6
|
"license": "MIT",
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
},
|
|
41
41
|
"scripts": {},
|
|
42
42
|
"dependencies": {},
|
|
43
|
-
"typesPublisherContentHash": "
|
|
43
|
+
"typesPublisherContentHash": "6f30e47310ebed8e522d01e9d7dcc1061bd190080f20a4a536c550af927e6c71",
|
|
44
44
|
"typeScriptVersion": "3.9"
|
|
45
45
|
}
|