@shapediver/viewer.shared.types
Advanced tools
Comparing version 1.6.5 to 1.6.6
@@ -1,17 +0,24 @@ | ||
import { ISDObject } from './ISDObject'; | ||
import { CustomData } from './CustomData'; | ||
import { AttributeData, GeometryData, PRIMITIVE_MODE, PrimitiveData } from './GeometryData'; | ||
import { MapData, MATERIAL_ALPHA, MATERIAL_SHADING, MATERIAL_SIDE, MaterialData, TEXTURE_FILTERING, TEXTURE_WRAPPING } from './MaterialData'; | ||
import { HTMLElementAnchorData } from './HTMLElementAnchorData'; | ||
import { GEOMETRYTYPEHINT, PRIMITIVETYPEHINT, SDTFAttributeData, SDTFAttributesData } from './SDTFAttributesData'; | ||
import { SDTFItemData } from './SDTFItemData'; | ||
import { SDTFAttributeOverview, SDTFOverview } from './SDTFAttributeOverview'; | ||
import { ATTRIBUTEVISUALIZATION, SDTFAttributeVisualization, SDTFAttributeVisualizationData } from './SDTFAttributeVisualization'; | ||
import { AnimationData, AnimationTrack } from './AnimationData'; | ||
export { ISDObject }; | ||
import { CustomData } from './data/CustomData'; | ||
import { AttributeData, GeometryData, PRIMITIVE_MODE, PrimitiveData } from './data/GeometryData'; | ||
import { MapData, MATERIAL_ALPHA, MATERIAL_SHADING, MATERIAL_SIDE, MaterialData, TEXTURE_FILTERING, TEXTURE_WRAPPING } from './data/MaterialData'; | ||
import { HTMLElementAnchorData } from './data/HTMLElementAnchorData'; | ||
import { GEOMETRYTYPEHINT, PRIMITIVETYPEHINT, SDTFAttributeData, SDTFAttributesData } from './data/sdtf/SDTFAttributesData'; | ||
import { SDTFItemData } from './data/sdtf/SDTFItemData'; | ||
import { SDTFAttributeOverview, SDTFOverview } from './data/sdtf/SDTFAttributeOverview'; | ||
import { ATTRIBUTEVISUALIZATION, SDTFAttributeVisualization, SDTFAttributeVisualizationData } from './data/sdtf/SDTFAttributeVisualization'; | ||
import { AnimationData, AnimationTrack } from './data/AnimationData'; | ||
import { InteractionData } from './data/InteractionData'; | ||
import { IViewerEvent } from './events/IViewerEvent'; | ||
import { ISessionEvent } from './events/ISessionEvent'; | ||
import { ICameraEvent } from './events/ICameraEvent'; | ||
import { IEnvironmentEvent } from './events/IEnvironmentEvent'; | ||
import { ISceneEvent } from './events/ISceneEvent'; | ||
import { ISettingsEvent } from './events/ISettingsEvent'; | ||
export { MaterialData, MapData, MATERIAL_SIDE, MATERIAL_ALPHA, MATERIAL_SHADING, TEXTURE_WRAPPING, TEXTURE_FILTERING }; | ||
export { AnimationData, AnimationTrack, GeometryData, AttributeData, PrimitiveData, PRIMITIVE_MODE }; | ||
export { InteractionData }; | ||
export { HTMLElementAnchorData }; | ||
export { CustomData }; | ||
export { IViewerEvent, ISessionEvent, ICameraEvent, IEnvironmentEvent, ISceneEvent, ISettingsEvent }; | ||
export { SDTFAttributeOverview, SDTFOverview, SDTFAttributesData, SDTFAttributeVisualizationData, SDTFAttributeVisualization, ATTRIBUTEVISUALIZATION, SDTFAttributeData, SDTFItemData, PRIMITIVETYPEHINT, GEOMETRYTYPEHINT }; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.GEOMETRYTYPEHINT = exports.PRIMITIVETYPEHINT = exports.SDTFItemData = exports.SDTFAttributeData = exports.ATTRIBUTEVISUALIZATION = exports.SDTFAttributeVisualization = exports.SDTFAttributesData = exports.SDTFAttributeOverview = exports.CustomData = exports.HTMLElementAnchorData = exports.PRIMITIVE_MODE = exports.PrimitiveData = exports.AttributeData = exports.GeometryData = exports.AnimationData = exports.TEXTURE_FILTERING = exports.TEXTURE_WRAPPING = exports.MATERIAL_SHADING = exports.MATERIAL_ALPHA = exports.MATERIAL_SIDE = exports.MapData = exports.MaterialData = void 0; | ||
const CustomData_1 = require("./CustomData"); | ||
exports.GEOMETRYTYPEHINT = exports.PRIMITIVETYPEHINT = exports.SDTFItemData = exports.SDTFAttributeData = exports.ATTRIBUTEVISUALIZATION = exports.SDTFAttributeVisualization = exports.SDTFAttributesData = exports.SDTFAttributeOverview = exports.CustomData = exports.HTMLElementAnchorData = exports.InteractionData = exports.PRIMITIVE_MODE = exports.PrimitiveData = exports.AttributeData = exports.GeometryData = exports.AnimationData = exports.TEXTURE_FILTERING = exports.TEXTURE_WRAPPING = exports.MATERIAL_SHADING = exports.MATERIAL_ALPHA = exports.MATERIAL_SIDE = exports.MapData = exports.MaterialData = void 0; | ||
const CustomData_1 = require("./data/CustomData"); | ||
Object.defineProperty(exports, "CustomData", { enumerable: true, get: function () { return CustomData_1.CustomData; } }); | ||
const GeometryData_1 = require("./GeometryData"); | ||
const GeometryData_1 = require("./data/GeometryData"); | ||
Object.defineProperty(exports, "AttributeData", { enumerable: true, get: function () { return GeometryData_1.AttributeData; } }); | ||
@@ -11,3 +11,3 @@ Object.defineProperty(exports, "GeometryData", { enumerable: true, get: function () { return GeometryData_1.GeometryData; } }); | ||
Object.defineProperty(exports, "PrimitiveData", { enumerable: true, get: function () { return GeometryData_1.PrimitiveData; } }); | ||
const MaterialData_1 = require("./MaterialData"); | ||
const MaterialData_1 = require("./data/MaterialData"); | ||
Object.defineProperty(exports, "MapData", { enumerable: true, get: function () { return MaterialData_1.MapData; } }); | ||
@@ -20,5 +20,5 @@ Object.defineProperty(exports, "MATERIAL_ALPHA", { enumerable: true, get: function () { return MaterialData_1.MATERIAL_ALPHA; } }); | ||
Object.defineProperty(exports, "TEXTURE_WRAPPING", { enumerable: true, get: function () { return MaterialData_1.TEXTURE_WRAPPING; } }); | ||
const HTMLElementAnchorData_1 = require("./HTMLElementAnchorData"); | ||
const HTMLElementAnchorData_1 = require("./data/HTMLElementAnchorData"); | ||
Object.defineProperty(exports, "HTMLElementAnchorData", { enumerable: true, get: function () { return HTMLElementAnchorData_1.HTMLElementAnchorData; } }); | ||
const SDTFAttributesData_1 = require("./SDTFAttributesData"); | ||
const SDTFAttributesData_1 = require("./data/sdtf/SDTFAttributesData"); | ||
Object.defineProperty(exports, "GEOMETRYTYPEHINT", { enumerable: true, get: function () { return SDTFAttributesData_1.GEOMETRYTYPEHINT; } }); | ||
@@ -28,11 +28,13 @@ Object.defineProperty(exports, "PRIMITIVETYPEHINT", { enumerable: true, get: function () { return SDTFAttributesData_1.PRIMITIVETYPEHINT; } }); | ||
Object.defineProperty(exports, "SDTFAttributesData", { enumerable: true, get: function () { return SDTFAttributesData_1.SDTFAttributesData; } }); | ||
const SDTFItemData_1 = require("./SDTFItemData"); | ||
const SDTFItemData_1 = require("./data/sdtf/SDTFItemData"); | ||
Object.defineProperty(exports, "SDTFItemData", { enumerable: true, get: function () { return SDTFItemData_1.SDTFItemData; } }); | ||
const SDTFAttributeOverview_1 = require("./SDTFAttributeOverview"); | ||
const SDTFAttributeOverview_1 = require("./data/sdtf/SDTFAttributeOverview"); | ||
Object.defineProperty(exports, "SDTFAttributeOverview", { enumerable: true, get: function () { return SDTFAttributeOverview_1.SDTFAttributeOverview; } }); | ||
const SDTFAttributeVisualization_1 = require("./SDTFAttributeVisualization"); | ||
const SDTFAttributeVisualization_1 = require("./data/sdtf/SDTFAttributeVisualization"); | ||
Object.defineProperty(exports, "ATTRIBUTEVISUALIZATION", { enumerable: true, get: function () { return SDTFAttributeVisualization_1.ATTRIBUTEVISUALIZATION; } }); | ||
Object.defineProperty(exports, "SDTFAttributeVisualization", { enumerable: true, get: function () { return SDTFAttributeVisualization_1.SDTFAttributeVisualization; } }); | ||
const AnimationData_1 = require("./AnimationData"); | ||
const AnimationData_1 = require("./data/AnimationData"); | ||
Object.defineProperty(exports, "AnimationData", { enumerable: true, get: function () { return AnimationData_1.AnimationData; } }); | ||
const InteractionData_1 = require("./data/InteractionData"); | ||
Object.defineProperty(exports, "InteractionData", { enumerable: true, get: function () { return InteractionData_1.InteractionData; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@shapediver/viewer.shared.types", | ||
"version": "1.6.5", | ||
"version": "1.6.6", | ||
"description": "", | ||
@@ -39,9 +39,9 @@ "keywords": [], | ||
"dependencies": { | ||
"@shapediver/viewer.shared.math": "^1.6.5", | ||
"@shapediver/viewer.shared.node-tree": "^1.6.5", | ||
"@shapediver/viewer.shared.services": "^1.6.5", | ||
"@shapediver/viewer.shared.math": "^1.6.6", | ||
"@shapediver/viewer.shared.node-tree": "^1.6.6", | ||
"@shapediver/viewer.shared.services": "^1.6.6", | ||
"gl-matrix": "3.3.0", | ||
"tsyringe": "^4.5.0" | ||
}, | ||
"gitHead": "1463353b90fb0b93c53a1a70f02332588a7e1cb0" | ||
"gitHead": "c609455a59e94ede70b624764205ac14ae95004d" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
162556
71
1928
1