@shapediver/viewer.shared.types 3.9.0 → 3.9.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.
- package/README.md +1 -1
- package/dist/implementation/data/AnimationData.d.ts +2 -2
- package/dist/implementation/data/AnimationData.d.ts.map +1 -1
- package/dist/implementation/data/AnimationData.js +56 -49
- package/dist/implementation/data/AnimationData.js.map +1 -1
- package/dist/implementation/data/BoneData.d.ts +2 -2
- package/dist/implementation/data/BoneData.d.ts.map +1 -1
- package/dist/implementation/data/BoneData.js.map +1 -1
- package/dist/implementation/data/CustomData.d.ts +2 -2
- package/dist/implementation/data/CustomData.d.ts.map +1 -1
- package/dist/implementation/data/CustomData.js.map +1 -1
- package/dist/implementation/data/GeometryData.d.ts +5 -5
- package/dist/implementation/data/GeometryData.d.ts.map +1 -1
- package/dist/implementation/data/GeometryData.js +15 -13
- package/dist/implementation/data/GeometryData.js.map +1 -1
- package/dist/implementation/data/HTMLElementAnchorData.d.ts +7 -7
- package/dist/implementation/data/HTMLElementAnchorData.d.ts.map +1 -1
- package/dist/implementation/data/HTMLElementAnchorData.js +40 -28
- package/dist/implementation/data/HTMLElementAnchorData.js.map +1 -1
- package/dist/implementation/data/InstanceData.d.ts +4 -4
- package/dist/implementation/data/InstanceData.d.ts.map +1 -1
- package/dist/implementation/data/InstanceData.js.map +1 -1
- package/dist/implementation/material/AbstractMaterialData.d.ts +4 -4
- package/dist/implementation/material/AbstractMaterialData.d.ts.map +1 -1
- package/dist/implementation/material/AbstractMaterialData.js +2 -2
- package/dist/implementation/material/AbstractMaterialData.js.map +1 -1
- package/dist/implementation/material/MapData.d.ts +4 -4
- package/dist/implementation/material/MapData.d.ts.map +1 -1
- package/dist/implementation/material/MapData.js +32 -12
- package/dist/implementation/material/MapData.js.map +1 -1
- package/dist/implementation/material/MaterialBasicLineData.d.ts +2 -2
- package/dist/implementation/material/MaterialBasicLineData.d.ts.map +1 -1
- package/dist/implementation/material/MaterialBasicLineData.js +4 -4
- package/dist/implementation/material/MaterialBasicLineData.js.map +1 -1
- package/dist/implementation/material/MaterialGemData.d.ts +5 -5
- package/dist/implementation/material/MaterialGemData.d.ts.map +1 -1
- package/dist/implementation/material/MaterialGemData.js +8 -8
- package/dist/implementation/material/MaterialGemData.js.map +1 -1
- package/dist/implementation/material/MaterialLambertData.d.ts +23 -0
- package/dist/implementation/material/MaterialLambertData.d.ts.map +1 -0
- package/dist/implementation/material/MaterialLambertData.js +147 -0
- package/dist/implementation/material/MaterialLambertData.js.map +1 -0
- package/dist/implementation/material/MaterialMultiPointData.d.ts +4 -4
- package/dist/implementation/material/MaterialMultiPointData.d.ts.map +1 -1
- package/dist/implementation/material/MaterialMultiPointData.js +19 -19
- package/dist/implementation/material/MaterialMultiPointData.js.map +1 -1
- package/dist/implementation/material/MaterialPhongData.d.ts +28 -0
- package/dist/implementation/material/MaterialPhongData.d.ts.map +1 -0
- package/dist/implementation/material/MaterialPhongData.js +171 -0
- package/dist/implementation/material/MaterialPhongData.js.map +1 -0
- package/dist/implementation/material/MaterialPointData.d.ts +2 -2
- package/dist/implementation/material/MaterialPointData.d.ts.map +1 -1
- package/dist/implementation/material/MaterialPointData.js +4 -4
- package/dist/implementation/material/MaterialPointData.js.map +1 -1
- package/dist/implementation/material/MaterialShadowData.d.ts.map +1 -1
- package/dist/implementation/material/MaterialShadowData.js +1 -1
- package/dist/implementation/material/MaterialShadowData.js.map +1 -1
- package/dist/implementation/material/MaterialSpecularGlossinessData.d.ts +4 -4
- package/dist/implementation/material/MaterialSpecularGlossinessData.d.ts.map +1 -1
- package/dist/implementation/material/MaterialSpecularGlossinessData.js +5 -5
- package/dist/implementation/material/MaterialSpecularGlossinessData.js.map +1 -1
- package/dist/implementation/material/MaterialStandardData.d.ts +4 -4
- package/dist/implementation/material/MaterialStandardData.d.ts.map +1 -1
- package/dist/implementation/material/MaterialStandardData.js +9 -9
- package/dist/implementation/material/MaterialStandardData.js.map +1 -1
- package/dist/implementation/material/MaterialUnlitData.d.ts.map +1 -1
- package/dist/implementation/material/MaterialUnlitData.js +3 -3
- package/dist/implementation/material/MaterialUnlitData.js.map +1 -1
- package/dist/implementation/material/MaterialVariantsData.d.ts +3 -3
- package/dist/implementation/material/MaterialVariantsData.d.ts.map +1 -1
- package/dist/implementation/material/MaterialVariantsData.js +3 -2
- package/dist/implementation/material/MaterialVariantsData.js.map +1 -1
- package/dist/implementation/sdtf/SDTFAttributesData.d.ts +3 -3
- package/dist/implementation/sdtf/SDTFAttributesData.d.ts.map +1 -1
- package/dist/implementation/sdtf/SDTFAttributesData.js.map +1 -1
- package/dist/implementation/sdtf/SDTFItemData.d.ts +4 -4
- package/dist/implementation/sdtf/SDTFItemData.d.ts.map +1 -1
- package/dist/implementation/sdtf/SDTFItemData.js.map +1 -1
- package/dist/implementation/sdtf/SDTFOverviewData.d.ts +2 -2
- package/dist/implementation/sdtf/SDTFOverviewData.d.ts.map +1 -1
- package/dist/implementation/sdtf/SDTFOverviewData.js +8 -4
- package/dist/implementation/sdtf/SDTFOverviewData.js.map +1 -1
- package/dist/index.d.ts +76 -72
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +53 -49
- package/dist/index.js.map +1 -1
- package/dist/interfaces/data/IAnimationData.d.ts +2 -2
- package/dist/interfaces/data/IAnimationData.d.ts.map +1 -1
- package/dist/interfaces/data/IBoneData.d.ts.map +1 -1
- package/dist/interfaces/data/ICustomData.d.ts.map +1 -1
- package/dist/interfaces/data/IGeometryData.d.ts +2 -2
- package/dist/interfaces/data/IGeometryData.d.ts.map +1 -1
- package/dist/interfaces/data/IGeometryData.js.map +1 -1
- package/dist/interfaces/data/IHTMLElementAnchorData.d.ts +3 -3
- package/dist/interfaces/data/IHTMLElementAnchorData.d.ts.map +1 -1
- package/dist/interfaces/data/IInstanceData.d.ts +3 -3
- package/dist/interfaces/data/IInstanceData.d.ts.map +1 -1
- package/dist/interfaces/data/material/IMapData.d.ts +3 -3
- package/dist/interfaces/data/material/IMapData.d.ts.map +1 -1
- package/dist/interfaces/data/material/IMapData.js.map +1 -1
- package/dist/interfaces/data/material/IMaterialAbstractData.d.ts +6 -4
- package/dist/interfaces/data/material/IMaterialAbstractData.d.ts.map +1 -1
- package/dist/interfaces/data/material/IMaterialAbstractData.js +2 -0
- package/dist/interfaces/data/material/IMaterialAbstractData.js.map +1 -1
- package/dist/interfaces/data/material/IMaterialBasicLineData.d.ts +1 -1
- package/dist/interfaces/data/material/IMaterialBasicLineData.d.ts.map +1 -1
- package/dist/interfaces/data/material/IMaterialBasicLineData.js.map +1 -1
- package/dist/interfaces/data/material/IMaterialGemDataProperties.d.ts +4 -4
- package/dist/interfaces/data/material/IMaterialGemDataProperties.d.ts.map +1 -1
- package/dist/interfaces/data/material/IMaterialGemDataProperties.js.map +1 -1
- package/dist/interfaces/data/material/IMaterialLambertData.d.ts +18 -0
- package/dist/interfaces/data/material/IMaterialLambertData.d.ts.map +1 -0
- package/dist/interfaces/data/material/IMaterialLambertData.js +3 -0
- package/dist/interfaces/data/material/IMaterialLambertData.js.map +1 -0
- package/dist/interfaces/data/material/IMaterialMultiPointData.d.ts +3 -3
- package/dist/interfaces/data/material/IMaterialMultiPointData.d.ts.map +1 -1
- package/dist/interfaces/data/material/IMaterialMultiPointData.js.map +1 -1
- package/dist/interfaces/data/material/IMaterialPhongData.d.ts +21 -0
- package/dist/interfaces/data/material/IMaterialPhongData.d.ts.map +1 -0
- package/dist/interfaces/data/material/IMaterialPhongData.js +3 -0
- package/dist/interfaces/data/material/IMaterialPhongData.js.map +1 -0
- package/dist/interfaces/data/material/IMaterialPointData.d.ts +2 -2
- package/dist/interfaces/data/material/IMaterialPointData.d.ts.map +1 -1
- package/dist/interfaces/data/material/IMaterialPointData.js.map +1 -1
- package/dist/interfaces/data/material/IMaterialShadowData.d.ts +1 -1
- package/dist/interfaces/data/material/IMaterialShadowData.d.ts.map +1 -1
- package/dist/interfaces/data/material/IMaterialShadowData.js.map +1 -1
- package/dist/interfaces/data/material/IMaterialSpecularGlossinessDataProperties.d.ts +3 -3
- package/dist/interfaces/data/material/IMaterialSpecularGlossinessDataProperties.d.ts.map +1 -1
- package/dist/interfaces/data/material/IMaterialSpecularGlossinessDataProperties.js.map +1 -1
- package/dist/interfaces/data/material/IMaterialStandardData.d.ts +3 -3
- package/dist/interfaces/data/material/IMaterialStandardData.d.ts.map +1 -1
- package/dist/interfaces/data/material/IMaterialStandardData.js.map +1 -1
- package/dist/interfaces/data/material/IMaterialUnlitData.d.ts +2 -2
- package/dist/interfaces/data/material/IMaterialUnlitData.d.ts.map +1 -1
- package/dist/interfaces/data/material/IMaterialUnlitData.js.map +1 -1
- package/dist/interfaces/data/material/IMaterialVariantsData.d.ts.map +1 -1
- package/dist/interfaces/events/EventResponseMapping.d.ts +9 -9
- package/dist/interfaces/events/EventResponseMapping.d.ts.map +1 -1
- package/dist/interfaces/events/ICameraEvent.d.ts +1 -1
- package/dist/interfaces/events/ICameraEvent.d.ts.map +1 -1
- package/dist/interfaces/events/IOutputEvent.d.ts +2 -2
- package/dist/interfaces/events/IOutputEvent.d.ts.map +1 -1
- package/dist/interfaces/events/IParameterEvent.d.ts +1 -1
- package/dist/interfaces/events/IParameterEvent.d.ts.map +1 -1
- package/dist/interfaces/events/IRenderingEvent.d.ts +1 -1
- package/dist/interfaces/events/IRenderingEvent.d.ts.map +1 -1
- package/dist/interfaces/events/ISceneEvent.d.ts +2 -2
- package/dist/interfaces/events/ISceneEvent.d.ts.map +1 -1
- package/dist/interfaces/events/ISessionEvent.d.ts +1 -1
- package/dist/interfaces/events/ISessionEvent.d.ts.map +1 -1
- package/dist/interfaces/events/ITaskEvent.d.ts +1 -1
- package/dist/interfaces/events/ITaskEvent.d.ts.map +1 -1
- package/dist/interfaces/events/ITaskEvent.js.map +1 -1
- package/dist/interfaces/events/IViewportEvent.d.ts +1 -1
- package/dist/interfaces/events/IViewportEvent.d.ts.map +1 -1
- package/dist/interfaces/parameter/IDraggingParameterSettings.d.ts +2 -2
- package/dist/interfaces/parameter/IDraggingParameterSettings.d.ts.map +1 -1
- package/dist/interfaces/parameter/IDrawingParametersSettings.d.ts +18 -18
- package/dist/interfaces/parameter/IDrawingParametersSettings.d.ts.map +1 -1
- package/dist/interfaces/parameter/IDrawingParametersSettings.js +13 -7
- package/dist/interfaces/parameter/IDrawingParametersSettings.js.map +1 -1
- package/dist/interfaces/parameter/IGumballParameterSettings.d.ts +2 -2
- package/dist/interfaces/parameter/IGumballParameterSettings.d.ts.map +1 -1
- package/dist/interfaces/parameter/IInteractionParameterSettings.d.ts +80 -80
- package/dist/interfaces/parameter/IInteractionParameterSettings.d.ts.map +1 -1
- package/dist/interfaces/parameter/IInteractionParameterSettings.js +54 -28
- package/dist/interfaces/parameter/IInteractionParameterSettings.js.map +1 -1
- package/dist/interfaces/parameter/IRestrictionSettings.d.ts +6 -6
- package/dist/interfaces/parameter/IRestrictionSettings.d.ts.map +1 -1
- package/dist/interfaces/parameter/IRestrictionSettings.js.map +1 -1
- package/dist/interfaces/parameter/ISelectionParameterSettings.d.ts +1 -1
- package/dist/interfaces/parameter/ISelectionParameterSettings.d.ts.map +1 -1
- package/dist/interfaces/renderingEngine/IIntersection.d.ts +3 -3
- package/dist/interfaces/renderingEngine/IIntersection.d.ts.map +1 -1
- package/dist/interfaces/renderingEngine/IIntersectionFilter.d.ts +2 -2
- package/dist/interfaces/renderingEngine/IIntersectionFilter.d.ts.map +1 -1
- package/dist/interfaces/renderingEngine/IRay.d.ts +1 -1
- package/dist/interfaces/renderingEngine/IRay.d.ts.map +1 -1
- package/dist/interfaces/renderingEngine/enums.d.ts +2 -2
- package/dist/interfaces/renderingEngine/enums.d.ts.map +1 -1
- package/dist/interfaces/renderingEngine/enums.js +2 -2
- package/dist/interfaces/renderingEngine/enums.js.map +1 -1
- package/dist/interfaces/sdtf/ISDTFAttributeVisualizationData.d.ts.map +1 -1
- package/dist/interfaces/sdtf/ISDTFAttributesData.d.ts +1 -1
- package/dist/interfaces/sdtf/ISDTFAttributesData.d.ts.map +1 -1
- package/dist/interfaces/sdtf/ISDTFItemData.d.ts +1 -1
- package/dist/interfaces/sdtf/ISDTFItemData.d.ts.map +1 -1
- package/dist/interfaces/sdtf/ISDTFOverviewData.d.ts +1 -1
- package/dist/interfaces/sdtf/ISDTFOverviewData.d.ts.map +1 -1
- package/dist/interfaces/sdtf/ISDTFOverviewData.js +0 -1
- package/dist/interfaces/sdtf/ISDTFOverviewData.js.map +1 -1
- package/dist/types.d.ts +5 -5
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +48 -48
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IInteractionParameterSettings.js","sourceRoot":"","sources":["../../../src/interfaces/parameter/IInteractionParameterSettings.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"IInteractionParameterSettings.js","sourceRoot":"","sources":["../../../src/interfaces/parameter/IInteractionParameterSettings.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,12 +9,12 @@ export declare type Rotation = {
|
|
|
9
9
|
axis: number[];
|
|
10
10
|
};
|
|
11
11
|
interface ICameraPlaneRestrictionDefinition extends IRestrictionDefinition {
|
|
12
|
-
type:
|
|
12
|
+
type: "camera_plane";
|
|
13
13
|
}
|
|
14
14
|
interface IGeometryRestrictionDefinition extends IRestrictionDefinition {
|
|
15
15
|
/** The name filter for the objects that can be dragged with the defined settings. */
|
|
16
16
|
nameFilter: string[];
|
|
17
|
-
type:
|
|
17
|
+
type: "geometry";
|
|
18
18
|
}
|
|
19
19
|
interface ILineRestrictionDefinition extends IRestrictionDefinition {
|
|
20
20
|
/** The first point of the restriction. */
|
|
@@ -23,12 +23,12 @@ interface ILineRestrictionDefinition extends IRestrictionDefinition {
|
|
|
23
23
|
point2: number[];
|
|
24
24
|
/** The radius of the restriction. */
|
|
25
25
|
radius: number;
|
|
26
|
-
type:
|
|
26
|
+
type: "line";
|
|
27
27
|
}
|
|
28
28
|
interface IPlaneRestrictionDefinition extends IRestrictionDefinition {
|
|
29
29
|
/** The origin of the plane. */
|
|
30
30
|
origin: number[];
|
|
31
|
-
type:
|
|
31
|
+
type: "plane";
|
|
32
32
|
/** The first vector of the plane. */
|
|
33
33
|
vector_u: number[];
|
|
34
34
|
/** The second vector of the plane. */
|
|
@@ -44,7 +44,7 @@ interface IPointRestrictionDefinition extends IRestrictionDefinition {
|
|
|
44
44
|
point: number[];
|
|
45
45
|
/** The radius of the restriction. */
|
|
46
46
|
radius: number;
|
|
47
|
-
type:
|
|
47
|
+
type: "point";
|
|
48
48
|
}
|
|
49
49
|
interface IRestrictionDefinition {
|
|
50
50
|
/** The unique id of the restriction. */
|
|
@@ -52,7 +52,7 @@ interface IRestrictionDefinition {
|
|
|
52
52
|
/** Optional rotation of the restriction. */
|
|
53
53
|
rotation?: Rotation;
|
|
54
54
|
/** The type of the restriction. */
|
|
55
|
-
type:
|
|
55
|
+
type: "point" | "line" | "plane" | "camera_plane" | "geometry";
|
|
56
56
|
}
|
|
57
57
|
export {};
|
|
58
58
|
//# sourceMappingURL=IRestrictionSettings.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRestrictionSettings.d.ts","sourceRoot":"","sources":["../../../src/interfaces/parameter/IRestrictionSettings.ts"],"names":[],"mappings":"AAEA,oBAAY,qBAAqB,
|
|
1
|
+
{"version":3,"file":"IRestrictionSettings.d.ts","sourceRoot":"","sources":["../../../src/interfaces/parameter/IRestrictionSettings.ts"],"names":[],"mappings":"AAEA,oBAAY,qBAAqB,GAC9B,2BAA2B,GAC3B,0BAA0B,GAC1B,2BAA2B,GAC3B,iCAAiC,GACjC,8BAA8B,CAAC;AAClC;;GAEG;AACH,oBAAY,QAAQ,GAAG;IACtB,iCAAiC;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,gCAAgC;IAChC,IAAI,EAAE,MAAM,EAAE,CAAC;CACf,CAAC;AAMF,UAAU,iCAAkC,SAAQ,sBAAsB;IAGzE,IAAI,EAAE,cAAc,CAAC;CAGrB;AAED,UAAU,8BAA+B,SAAQ,sBAAsB;IAGtE,qFAAqF;IACrF,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,IAAI,EAAE,UAAU,CAAC;CAGjB;AAED,UAAU,0BAA2B,SAAQ,sBAAsB;IAGlE,0CAA0C;IAC1C,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,2CAA2C;IAC3C,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,qCAAqC;IACrC,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CAGb;AAED,UAAU,2BAA4B,SAAQ,sBAAsB;IAGnE,+BAA+B;IAC/B,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,IAAI,EAAE,OAAO,CAAC;IACd,qCAAqC;IACrC,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,sCAAsC;IACtC,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,iDAAiD;IACjD,mBAAmB,CAAC,EAAE;QACrB,6BAA6B;QAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;KAClB,CAAC;CAEF;AAED,UAAU,2BAA4B,SAAQ,sBAAsB;IAGnE,oCAAoC;IACpC,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,qCAAqC;IACrC,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,OAAO,CAAC;CAGd;AAED,UAAU,sBAAsB;IAG/B,wCAAwC;IACxC,EAAE,EAAE,MAAM,CAAC;IACX,4CAA4C;IAC5C,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,mCAAmC;IACnC,IAAI,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,GAAG,cAAc,GAAG,UAAU,CAAC;CAG/D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRestrictionSettings.js","sourceRoot":"","sources":["../../../src/interfaces/parameter/IRestrictionSettings.ts"],"names":[],"mappings":";AAAA,2BAA2B;;
|
|
1
|
+
{"version":3,"file":"IRestrictionSettings.js","sourceRoot":"","sources":["../../../src/interfaces/parameter/IRestrictionSettings.ts"],"names":[],"mappings":";AAAA,2BAA2B;;AAiG3B,4BAA4B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISelectionParameterSettings.d.ts","sourceRoot":"","sources":["../../../src/interfaces/parameter/ISelectionParameterSettings.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ISelectionParameterSettings.d.ts","sourceRoot":"","sources":["../../../src/interfaces/parameter/ISelectionParameterSettings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,0BAA0B,EAAC,MAAM,iCAAiC,CAAC;AAI3E,oBAAY,uBAAuB,GAAG;IACrC,KAAK,EAAE,MAAM,EAAE,CAAC;CAChB,CAAC;AAMF;;GAEG;AACH,MAAM,WAAW,wBAAyB,SAAQ,0BAA0B;IAG3E,uEAAuE;IACvE,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,uEAAuE;IACvE,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,sGAAsG;IACtG,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,mEAAmE;IACnE,cAAc,CAAC,EAAE,MAAM,CAAC;CAGxB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { ITreeNode } from "@shapediver/viewer.shared.node-tree";
|
|
2
|
+
import { vec3 } from "gl-matrix";
|
|
3
|
+
import { IGeometryData } from "../data/IGeometryData";
|
|
4
4
|
export interface IIntersection {
|
|
5
5
|
/** The distance to the intersection. */
|
|
6
6
|
distance: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IIntersection.d.ts","sourceRoot":"","sources":["../../../src/interfaces/renderingEngine/IIntersection.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"IIntersection.d.ts","sourceRoot":"","sources":["../../../src/interfaces/renderingEngine/IIntersection.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,qCAAqC,CAAC;AAC9D,OAAO,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AAC/B,OAAO,EAAC,aAAa,EAAC,MAAM,uBAAuB,CAAC;AAEpD,MAAM,WAAW,aAAa;IAC7B,wCAAwC;IACxC,QAAQ,EAAE,MAAM,CAAC;IACjB,iCAAiC;IACjC,KAAK,EAAE,IAAI,CAAC;IACZ,4BAA4B;IAC5B,IAAI,EAAE,SAAS,CAAC;IAChB,oCAAoC;IACpC,YAAY,CAAC,EAAE,aAAa,CAAC;CAC7B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ITreeNode } from
|
|
2
|
-
import { IGeometryData } from
|
|
1
|
+
import { ITreeNode } from "@shapediver/viewer.shared.node-tree";
|
|
2
|
+
import { IGeometryData } from "../data/IGeometryData";
|
|
3
3
|
export interface IIntersectionFilter {
|
|
4
4
|
(node: ITreeNode, geometryData?: IGeometryData): boolean;
|
|
5
5
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IIntersectionFilter.d.ts","sourceRoot":"","sources":["../../../src/interfaces/renderingEngine/IIntersectionFilter.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"IIntersectionFilter.d.ts","sourceRoot":"","sources":["../../../src/interfaces/renderingEngine/IIntersectionFilter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,qCAAqC,CAAC;AAC9D,OAAO,EAAC,aAAa,EAAC,MAAM,uBAAuB,CAAC;AAEpD,MAAM,WAAW,mBAAmB;IACnC,CAAC,IAAI,EAAE,SAAS,EAAE,YAAY,CAAC,EAAE,aAAa,GAAG,OAAO,CAAC;CACzD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IRay.d.ts","sourceRoot":"","sources":["../../../src/interfaces/renderingEngine/IRay.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"IRay.d.ts","sourceRoot":"","sources":["../../../src/interfaces/renderingEngine/IRay.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AAE/B,MAAM,WAAW,IAAI;IACpB,MAAM,EAAE,IAAI,CAAC;IACb,SAAS,EAAE,IAAI,CAAC;CAChB"}
|
|
@@ -10,8 +10,8 @@ export declare enum BUSY_MODE_DISPLAY {
|
|
|
10
10
|
NONE = "none"
|
|
11
11
|
}
|
|
12
12
|
/**
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
* Types of flags used to influence the render loop.
|
|
14
|
+
*/
|
|
15
15
|
export declare enum FLAG_TYPE {
|
|
16
16
|
/** The flag for the busy mode. */
|
|
17
17
|
BUSY_MODE = "busy_mode",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../src/interfaces/renderingEngine/enums.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,oBAAY,iBAAiB;
|
|
1
|
+
{"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../src/interfaces/renderingEngine/enums.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,oBAAY,iBAAiB;IAC5B,2DAA2D;IAC3D,IAAI,SAAS;IACb,sDAAsD;IACtD,OAAO,YAAY;IACnB,8CAA8C;IAC9C,IAAI,SAAS;CACb;AAED;;GAEG;AACH,oBAAY,SAAS;IACpB,kCAAkC;IAClC,SAAS,cAAc;IACvB,qCAAqC;IACrC,aAAa,kBAAkB;IAC/B,iDAAiD;IACjD,oBAAoB,yBAAyB;IAC7C,sDAAsD;IACtD,4BAA4B,iCAAiC;IAC7D,0EAA0E;IAC1E,qBAAqB,0BAA0B;CAC/C;AAED,oBAAY,aAAa;IACxB,oCAAoC;IACpC,QAAQ,aAAa;IACrB,8CAA8C;IAC9C,UAAU,eAAe;CACzB;AAED,oBAAY,mBAAmB;IAC9B,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,WAAW,gBAAgB;IAC3B,YAAY,iBAAiB;CAC7B;AAED,oBAAY,gBAAgB;IAC3B,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,IAAI,SAAS;IACb,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,KAAK,UAAU;CACf;AAED,oBAAY,YAAY;IACvB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,WAAW,gBAAgB;CAC3B;AAED,oBAAY,eAAe;IAC1B,6CAA6C;IAC7C,OAAO,YAAY;IACnB,mEAAmE;IACnE,OAAO,YAAY;IACnB,oEAAoE;IACpE,MAAM,WAAW;IACjB,qGAAqG;IACrG,QAAQ,aAAa;CACrB"}
|
|
@@ -15,8 +15,8 @@ var BUSY_MODE_DISPLAY;
|
|
|
15
15
|
BUSY_MODE_DISPLAY["NONE"] = "none";
|
|
16
16
|
})(BUSY_MODE_DISPLAY = exports.BUSY_MODE_DISPLAY || (exports.BUSY_MODE_DISPLAY = {}));
|
|
17
17
|
/**
|
|
18
|
-
|
|
19
|
-
|
|
18
|
+
* Types of flags used to influence the render loop.
|
|
19
|
+
*/
|
|
20
20
|
var FLAG_TYPE;
|
|
21
21
|
(function (FLAG_TYPE) {
|
|
22
22
|
/** The flag for the busy mode. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../src/interfaces/renderingEngine/enums.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;AAEpB;;GAEG;AACH,IAAY,iBAOX;AAPD,WAAY,iBAAiB;
|
|
1
|
+
{"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../src/interfaces/renderingEngine/enums.ts"],"names":[],"mappings":";AAAA,oBAAoB;;;AAEpB;;GAEG;AACH,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IAC5B,2DAA2D;IAC3D,kCAAa,CAAA;IACb,sDAAsD;IACtD,wCAAmB,CAAA;IACnB,8CAA8C;IAC9C,kCAAa,CAAA;AACd,CAAC,EAPW,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAO5B;AAED;;GAEG;AACH,IAAY,SAWX;AAXD,WAAY,SAAS;IACpB,kCAAkC;IAClC,oCAAuB,CAAA;IACvB,qCAAqC;IACrC,4CAA+B,CAAA;IAC/B,iDAAiD;IACjD,0DAA6C,CAAA;IAC7C,sDAAsD;IACtD,0EAA6D,CAAA;IAC7D,0EAA0E;IAC1E,4DAA+C,CAAA;AAChD,CAAC,EAXW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAWpB;AAED,IAAY,aAKX;AALD,WAAY,aAAa;IACxB,oCAAoC;IACpC,sCAAqB,CAAA;IACrB,8CAA8C;IAC9C,0CAAyB,CAAA;AAC1B,CAAC,EALW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAKxB;AAED,IAAY,mBAMX;AAND,WAAY,mBAAmB;IAC9B,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,8CAAuB,CAAA;IACvB,kDAA2B,CAAA;IAC3B,oDAA6B,CAAA;AAC9B,CAAC,EANW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAM9B;AAED,IAAY,gBAQX;AARD,WAAY,gBAAgB;IAC3B,qCAAiB,CAAA;IACjB,iCAAa,CAAA;IACb,iCAAa,CAAA;IACb,mCAAe,CAAA;IACf,qCAAiB,CAAA;IACjB,iCAAa,CAAA;IACb,mCAAe,CAAA;AAChB,CAAC,EARW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAQ3B;AAED,IAAY,YAMX;AAND,WAAY,YAAY;IACvB,6BAAa,CAAA;IACb,iCAAiB,CAAA;IACjB,qCAAqB,CAAA;IACrB,iCAAiB,CAAA;IACjB,2CAA2B,CAAA;AAC5B,CAAC,EANW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAMvB;AAED,IAAY,eASX;AATD,WAAY,eAAe;IAC1B,6CAA6C;IAC7C,sCAAmB,CAAA;IACnB,mEAAmE;IACnE,sCAAmB,CAAA;IACnB,oEAAoE;IACpE,oCAAiB,CAAA;IACjB,qGAAqG;IACrG,wCAAqB,CAAA;AACtB,CAAC,EATW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAS1B;AAED,uBAAuB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISDTFAttributeVisualizationData.d.ts","sourceRoot":"","sources":["../../../src/interfaces/sdtf/ISDTFAttributeVisualizationData.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ISDTFAttributeVisualizationData.d.ts","sourceRoot":"","sources":["../../../src/interfaces/sdtf/ISDTFAttributeVisualizationData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AAC/B,OAAO,EAAC,qBAAqB,EAAC,MAAM,wCAAwC,CAAC;AAE7E,MAAM,WAAW,+BAA+B;IAC/C,QAAQ,EAAE,qBAAqB,CAAC;IAChC,MAAM,EAAE,IAAI,CAAC;CACb"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { SdtfTypeHintName } from "@shapediver/sdk.sdtf-v1";
|
|
1
2
|
import { ITreeNodeData } from "@shapediver/viewer.shared.node-tree";
|
|
2
|
-
import { SdtfTypeHintName } from '@shapediver/sdk.sdtf-v1';
|
|
3
3
|
export interface ISDTFAttributeData {
|
|
4
4
|
readonly typeHint: SdtfTypeHintName | string;
|
|
5
5
|
readonly value: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISDTFAttributesData.d.ts","sourceRoot":"","sources":["../../../src/interfaces/sdtf/ISDTFAttributesData.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ISDTFAttributesData.d.ts","sourceRoot":"","sources":["../../../src/interfaces/sdtf/ISDTFAttributesData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,gBAAgB,EAAC,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAC,aAAa,EAAC,MAAM,qCAAqC,CAAC;AAElE,MAAM,WAAW,kBAAkB;IAGlC,QAAQ,CAAC,QAAQ,EAAE,gBAAgB,GAAG,MAAM,CAAC;IAC7C,QAAQ,CAAC,KAAK,EAAE,GAAG,CAAC;CAGpB;AAED,MAAM,WAAW,mBAAoB,SAAQ,aAAa;IAGzD,QAAQ,CAAC,UAAU,EAAE;QACpB,CAAC,GAAG,EAAE,MAAM,GAAG,kBAAkB,CAAC;KAClC,CAAC;IAMF,KAAK,IAAI,mBAAmB,CAAC;CAG7B"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { SdtfTypeHintName } from "@shapediver/sdk.sdtf-v1";
|
|
1
2
|
import { ITreeNodeData } from "@shapediver/viewer.shared.node-tree";
|
|
2
3
|
import { ISDTFAttributeData } from "./ISDTFAttributesData";
|
|
3
|
-
import { SdtfTypeHintName } from '@shapediver/sdk.sdtf-v1';
|
|
4
4
|
export interface ISDTFItemData extends ITreeNodeData {
|
|
5
5
|
readonly attributes: {
|
|
6
6
|
[key: string]: ISDTFAttributeData;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISDTFItemData.d.ts","sourceRoot":"","sources":["../../../src/interfaces/sdtf/ISDTFItemData.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ISDTFItemData.d.ts","sourceRoot":"","sources":["../../../src/interfaces/sdtf/ISDTFItemData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,gBAAgB,EAAC,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAC,aAAa,EAAC,MAAM,qCAAqC,CAAC;AAClE,OAAO,EAAC,kBAAkB,EAAC,MAAM,uBAAuB,CAAC;AAEzD,MAAM,WAAW,aAAc,SAAQ,aAAa;IAGnD,QAAQ,CAAC,UAAU,EAAE;QACpB,CAAC,GAAG,EAAE,MAAM,GAAG,kBAAkB,CAAC;KAClC,CAAC;IAEF,QAAQ,CAAC,QAAQ,EAAE,gBAAgB,GAAG,MAAM,CAAC;IAC7C,QAAQ,CAAC,KAAK,EAAE,GAAG,CAAC;IAMpB,KAAK,IAAI,aAAa,CAAC;CAGvB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { SdtfTypeHintName } from "@shapediver/sdk.sdtf-v1";
|
|
1
2
|
import { ITreeNodeData } from "@shapediver/viewer.shared.node-tree";
|
|
2
|
-
import { SdtfTypeHintName } from '@shapediver/sdk.sdtf-v1';
|
|
3
3
|
export interface ISDTFOverview {
|
|
4
4
|
[key: string]: {
|
|
5
5
|
typeHint: SdtfTypeHintName | string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISDTFOverviewData.d.ts","sourceRoot":"","sources":["../../../src/interfaces/sdtf/ISDTFOverviewData.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ISDTFOverviewData.d.ts","sourceRoot":"","sources":["../../../src/interfaces/sdtf/ISDTFOverviewData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,gBAAgB,EAAC,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAC,aAAa,EAAC,MAAM,qCAAqC,CAAC;AAElE,MAAM,WAAW,aAAa;IAG7B,CAAC,GAAG,EAAE,MAAM,GAAG;QACd,QAAQ,EAAE,gBAAgB,GAAG,MAAM,CAAC;QACpC,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;QAClB,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,GAAG,CAAC,EAAE,MAAM,CAAC;KACb,EAAE,CAAC;CAGJ;AAED,MAAM,WAAW,iBAAkB,SAAQ,aAAa;IAGvD,QAAQ,CAAC,QAAQ,EAAE,aAAa,CAAC;IAMjC,KAAK,IAAI,iBAAiB,CAAC;IAC3B,KAAK,CAAC,IAAI,EAAE,iBAAiB,GAAG,IAAI,CAAC;CAGrC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISDTFOverviewData.js","sourceRoot":"","sources":["../../../src/interfaces/sdtf/ISDTFOverviewData.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ISDTFOverviewData.js","sourceRoot":"","sources":["../../../src/interfaces/sdtf/ISDTFOverviewData.ts"],"names":[],"mappings":""}
|
package/dist/types.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ShapeDiverResponseParameterType, ShapeDiverResponseParameterVisualization } from
|
|
2
|
-
import { SESSION_SETTINGS_MODE } from
|
|
3
|
-
import { vec3, vec4 } from
|
|
4
|
-
import { BUSY_MODE_DISPLAY, SPINNER_POSITIONING, VISIBILITY_MODE } from
|
|
1
|
+
import { ShapeDiverResponseParameterType, ShapeDiverResponseParameterVisualization } from "@shapediver/sdk.geometry-api-sdk-v2";
|
|
2
|
+
import { SESSION_SETTINGS_MODE } from "@shapediver/viewer.shared.services";
|
|
3
|
+
import { vec3, vec4 } from "gl-matrix";
|
|
4
|
+
import { BUSY_MODE_DISPLAY, SPINNER_POSITIONING, VISIBILITY_MODE } from "./interfaces/renderingEngine/enums";
|
|
5
5
|
export declare type Color = string | number | number[] | vec3 | vec4;
|
|
6
6
|
/**
|
|
7
7
|
* The type of the parameter.
|
|
8
8
|
*/
|
|
9
|
-
export { ShapeDiverResponseParameterType as PARAMETER_TYPE, ShapeDiverResponseParameterVisualization as PARAMETER_VISUALIZATION };
|
|
9
|
+
export { ShapeDiverResponseParameterType as PARAMETER_TYPE, ShapeDiverResponseParameterVisualization as PARAMETER_VISUALIZATION, };
|
|
10
10
|
export interface ISettingsSections {
|
|
11
11
|
session?: ISessionSettingsSections;
|
|
12
12
|
viewport?: IViewportSettingsSections;
|
package/dist/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":"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"}
|
package/dist/types.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":";;;AAAA,iFAG6C;AAeT,+FAjBnC,yDAA+B,OAiBkB;AACL,wGAjB5C,kEAAwC,OAiB2B"}
|
package/package.json
CHANGED
|
@@ -1,50 +1,50 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
2
|
+
"name": "@shapediver/viewer.shared.types",
|
|
3
|
+
"version": "3.9.1",
|
|
4
|
+
"description": "",
|
|
5
|
+
"keywords": [],
|
|
6
|
+
"author": "Michael Oppitz <michael@shapediver.com>",
|
|
7
|
+
"license": "polyform-noncommercial-1.0.0",
|
|
8
|
+
"main": "dist/index.js",
|
|
9
|
+
"directories": {
|
|
10
|
+
"test": "__tests__"
|
|
11
|
+
},
|
|
12
|
+
"files": [
|
|
13
|
+
"package.json",
|
|
14
|
+
"dist/",
|
|
15
|
+
"README.md",
|
|
16
|
+
"LICENSE"
|
|
17
|
+
],
|
|
18
|
+
"publishConfig": {
|
|
19
|
+
"access": "public"
|
|
20
|
+
},
|
|
21
|
+
"repository": {
|
|
22
|
+
"type": "git",
|
|
23
|
+
"url": "git+https://github.com/shapediver/Viewer.git"
|
|
24
|
+
},
|
|
25
|
+
"scripts": {
|
|
26
|
+
"check": "tsc --noEmit",
|
|
27
|
+
"build": "bash ../../scripts/building/build.sh",
|
|
28
|
+
"build-watch": "bash ../../scripts/building/build-watch.sh",
|
|
29
|
+
"build-dep": "bash ../../scripts/building/build-dep.sh"
|
|
30
|
+
},
|
|
31
|
+
"bugs": {
|
|
32
|
+
"url": "https://github.com/shapediver/Viewer/issues"
|
|
33
|
+
},
|
|
34
|
+
"homepage": "https://github.com/shapediver/Viewer#readme",
|
|
35
|
+
"typings": "dist/index.d.ts",
|
|
36
|
+
"jest": {
|
|
37
|
+
"preset": "ts-jest",
|
|
38
|
+
"testEnvironment": "node"
|
|
39
|
+
},
|
|
40
|
+
"dependencies": {
|
|
41
|
+
"@shapediver/sdk.geometry-api-sdk-v2": "1.12.2",
|
|
42
|
+
"@shapediver/sdk.sdtf-v1": "1.5.3",
|
|
43
|
+
"@shapediver/viewer.shared.math": "3.9.1",
|
|
44
|
+
"@shapediver/viewer.shared.node-tree": "3.9.1",
|
|
45
|
+
"@shapediver/viewer.shared.services": "3.9.1",
|
|
46
|
+
"gl-matrix": "3.3.0",
|
|
47
|
+
"zod": "^3.23.8"
|
|
48
|
+
},
|
|
49
|
+
"gitHead": "d1c3fab987b43a71529204c094035bf210a2e1d9"
|
|
50
50
|
}
|