@shapediver/viewer.session-engine.session-engine 3.8.15 → 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/OutputDelayException.d.ts.map +1 -1
- package/dist/implementation/OutputDelayException.js.map +1 -1
- package/dist/implementation/OutputLoader.d.ts +4 -4
- package/dist/implementation/OutputLoader.d.ts.map +1 -1
- package/dist/implementation/OutputLoader.js +52 -25
- package/dist/implementation/OutputLoader.js.map +1 -1
- package/dist/implementation/SessionData.d.ts +3 -3
- package/dist/implementation/SessionData.d.ts.map +1 -1
- package/dist/implementation/SessionData.js.map +1 -1
- package/dist/implementation/SessionEngine.d.ts +10 -10
- package/dist/implementation/SessionEngine.d.ts.map +1 -1
- package/dist/implementation/SessionEngine.js +654 -274
- package/dist/implementation/SessionEngine.js.map +1 -1
- package/dist/implementation/SessionOutputData.d.ts +3 -3
- package/dist/implementation/SessionOutputData.d.ts.map +1 -1
- package/dist/implementation/SessionOutputData.js.map +1 -1
- package/dist/implementation/SessionTreeNode.d.ts +2 -2
- package/dist/implementation/SessionTreeNode.d.ts.map +1 -1
- package/dist/implementation/SessionTreeNode.js.map +1 -1
- package/dist/implementation/dto/DrawingParameter.d.ts +7 -7
- package/dist/implementation/dto/DrawingParameter.d.ts.map +1 -1
- package/dist/implementation/dto/DrawingParameter.js +1 -1
- package/dist/implementation/dto/DrawingParameter.js.map +1 -1
- package/dist/implementation/dto/Export.d.ts +3 -3
- package/dist/implementation/dto/Export.d.ts.map +1 -1
- package/dist/implementation/dto/Export.js +18 -3
- package/dist/implementation/dto/Export.js.map +1 -1
- package/dist/implementation/dto/FileParameter.d.ts +4 -4
- package/dist/implementation/dto/FileParameter.d.ts.map +1 -1
- package/dist/implementation/dto/FileParameter.js +22 -14
- package/dist/implementation/dto/FileParameter.js.map +1 -1
- package/dist/implementation/dto/Output.d.ts +4 -4
- package/dist/implementation/dto/Output.d.ts.map +1 -1
- package/dist/implementation/dto/Output.js +5 -4
- package/dist/implementation/dto/Output.js.map +1 -1
- package/dist/implementation/dto/Parameter.d.ts +4 -4
- package/dist/implementation/dto/Parameter.d.ts.map +1 -1
- package/dist/implementation/dto/Parameter.js +9 -6
- package/dist/implementation/dto/Parameter.js.map +1 -1
- package/dist/implementation/dto/interaction/DraggingParameter.d.ts +5 -5
- package/dist/implementation/dto/interaction/DraggingParameter.d.ts.map +1 -1
- package/dist/implementation/dto/interaction/DraggingParameter.js +3 -2
- package/dist/implementation/dto/interaction/DraggingParameter.js.map +1 -1
- package/dist/implementation/dto/interaction/GumballParameter.d.ts +6 -6
- package/dist/implementation/dto/interaction/GumballParameter.d.ts.map +1 -1
- package/dist/implementation/dto/interaction/GumballParameter.js +3 -2
- package/dist/implementation/dto/interaction/GumballParameter.js.map +1 -1
- package/dist/implementation/dto/interaction/SelectionParameter.d.ts +5 -5
- package/dist/implementation/dto/interaction/SelectionParameter.d.ts.map +1 -1
- package/dist/implementation/dto/interaction/SelectionParameter.js +3 -2
- package/dist/implementation/dto/interaction/SelectionParameter.js.map +1 -1
- package/dist/index.d.ts +24 -24
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/interfaces/ISessionData.d.ts +2 -2
- package/dist/interfaces/ISessionData.d.ts.map +1 -1
- package/dist/interfaces/ISessionEngine.d.ts +8 -8
- package/dist/interfaces/ISessionEngine.d.ts.map +1 -1
- package/dist/interfaces/ISessionOutputData.d.ts +2 -2
- package/dist/interfaces/ISessionOutputData.d.ts.map +1 -1
- package/dist/interfaces/ISessionTreeNode.d.ts +1 -1
- package/dist/interfaces/ISessionTreeNode.d.ts.map +1 -1
- package/dist/interfaces/dto/IDrawingParameter.d.ts +2 -2
- package/dist/interfaces/dto/IDrawingParameter.d.ts.map +1 -1
- package/dist/interfaces/dto/IExport.d.ts +1 -1
- package/dist/interfaces/dto/IExport.d.ts.map +1 -1
- package/dist/interfaces/dto/IFileParameter.d.ts +1 -1
- package/dist/interfaces/dto/IFileParameter.d.ts.map +1 -1
- package/dist/interfaces/dto/IOutput.d.ts +3 -3
- package/dist/interfaces/dto/IOutput.d.ts.map +1 -1
- package/dist/interfaces/dto/IOutput.js.map +1 -1
- package/dist/interfaces/dto/IParameter.d.ts +1 -1
- package/dist/interfaces/dto/IParameter.d.ts.map +1 -1
- package/dist/interfaces/dto/interaction/IDraggingParameter.d.ts +3 -3
- package/dist/interfaces/dto/interaction/IDraggingParameter.d.ts.map +1 -1
- package/dist/interfaces/dto/interaction/IGumballParameter.d.ts +3 -3
- package/dist/interfaces/dto/interaction/IGumballParameter.d.ts.map +1 -1
- package/dist/interfaces/dto/interaction/IInteractionParameter.d.ts +2 -2
- package/dist/interfaces/dto/interaction/IInteractionParameter.d.ts.map +1 -1
- package/dist/interfaces/dto/interaction/ISelectionParameter.d.ts +3 -3
- package/dist/interfaces/dto/interaction/ISelectionParameter.d.ts.map +1 -1
- package/package.json +52 -52
package/dist/index.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Export = exports.DrawingParameter = exports.GumballParameter = exports.SelectionParameter = exports.DraggingParameter = exports.FileParameter = exports.Parameter = exports.Output = exports.SessionEngine = exports.SessionOutputData = exports.SessionData = void 0;
|
|
4
|
-
const DraggingParameter_1 = require("./implementation/dto/interaction/DraggingParameter");
|
|
5
|
-
Object.defineProperty(exports, "DraggingParameter", { enumerable: true, get: function () { return DraggingParameter_1.DraggingParameter; } });
|
|
6
4
|
const DrawingParameter_1 = require("./implementation/dto/DrawingParameter");
|
|
7
5
|
Object.defineProperty(exports, "DrawingParameter", { enumerable: true, get: function () { return DrawingParameter_1.DrawingParameter; } });
|
|
8
6
|
const Export_1 = require("./implementation/dto/Export");
|
|
9
7
|
Object.defineProperty(exports, "Export", { enumerable: true, get: function () { return Export_1.Export; } });
|
|
10
8
|
const FileParameter_1 = require("./implementation/dto/FileParameter");
|
|
11
9
|
Object.defineProperty(exports, "FileParameter", { enumerable: true, get: function () { return FileParameter_1.FileParameter; } });
|
|
10
|
+
const DraggingParameter_1 = require("./implementation/dto/interaction/DraggingParameter");
|
|
11
|
+
Object.defineProperty(exports, "DraggingParameter", { enumerable: true, get: function () { return DraggingParameter_1.DraggingParameter; } });
|
|
12
12
|
const GumballParameter_1 = require("./implementation/dto/interaction/GumballParameter");
|
|
13
13
|
Object.defineProperty(exports, "GumballParameter", { enumerable: true, get: function () { return GumballParameter_1.GumballParameter; } });
|
|
14
|
+
const SelectionParameter_1 = require("./implementation/dto/interaction/SelectionParameter");
|
|
15
|
+
Object.defineProperty(exports, "SelectionParameter", { enumerable: true, get: function () { return SelectionParameter_1.SelectionParameter; } });
|
|
14
16
|
const Output_1 = require("./implementation/dto/Output");
|
|
15
17
|
Object.defineProperty(exports, "Output", { enumerable: true, get: function () { return Output_1.Output; } });
|
|
16
18
|
const Parameter_1 = require("./implementation/dto/Parameter");
|
|
17
19
|
Object.defineProperty(exports, "Parameter", { enumerable: true, get: function () { return Parameter_1.Parameter; } });
|
|
18
|
-
const SelectionParameter_1 = require("./implementation/dto/interaction/SelectionParameter");
|
|
19
|
-
Object.defineProperty(exports, "SelectionParameter", { enumerable: true, get: function () { return SelectionParameter_1.SelectionParameter; } });
|
|
20
20
|
const SessionData_1 = require("./implementation/SessionData");
|
|
21
21
|
Object.defineProperty(exports, "SessionData", { enumerable: true, get: function () { return SessionData_1.SessionData; } });
|
|
22
22
|
const SessionEngine_1 = require("./implementation/SessionEngine");
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,4EAAuE;AA8CtE,iGA9CO,mCAAgB,OA8CP;AA7CjB,wDAAmD;AA+ClD,uFA/CO,eAAM,OA+CP;AA9CP,sEAAiE;AAmChE,8FAnCO,6BAAa,OAmCP;AAlCd,0FAAqF;AAqCpF,kGArCO,qCAAiB,OAqCP;AApClB,wFAAmF;AAwClF,iGAxCO,mCAAgB,OAwCP;AAvCjB,4FAAuF;AAqCtF,mGArCO,uCAAkB,OAqCP;AApCnB,wDAAmD;AA2BlD,uFA3BO,eAAM,OA2BP;AA1BP,8DAAyD;AA4BxD,0FA5BO,qBAAS,OA4BP;AA3BV,8DAAyD;AAoBnC,4FApBd,yBAAW,OAoBc;AAnBjC,kEAA6D;AAsB5D,8FAtBO,6BAAa,OAsBP;AArBd,0EAAqE;AAkBd,kGAlB/C,qCAAiB,OAkB+C"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { ShapeDiverResponseDto } from "@shapediver/sdk.geometry-api-sdk-v2";
|
|
2
|
+
import { ITreeNodeData } from "@shapediver/viewer.shared.node-tree";
|
|
3
3
|
export interface ISessionData extends ITreeNodeData {
|
|
4
4
|
responseDto: ShapeDiverResponseDto;
|
|
5
5
|
clone(): ISessionData;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISessionData.d.ts","sourceRoot":"","sources":["../../src/interfaces/ISessionData.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ISessionData.d.ts","sourceRoot":"","sources":["../../src/interfaces/ISessionData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,qBAAqB,EAAC,MAAM,qCAAqC,CAAC;AAC1E,OAAO,EAAC,aAAa,EAAC,MAAM,qCAAqC,CAAC;AAElE,MAAM,WAAW,YAAa,SAAQ,aAAa;IAGlD,WAAW,EAAE,qBAAqB,CAAC;IAMnC,KAAK,IAAI,YAAY,CAAC;CAGtB"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { ISettingsSections } from
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
1
|
+
import { ShapeDiverRequestCustomization, ShapeDiverRequestExport, ShapeDiverRequestGltfUploadQueryConversion, ShapeDiverResponseDto, ShapeDiverResponseExport, ShapeDiverResponseFileInfo, ShapeDiverResponseModelState } from "@shapediver/sdk.geometry-api-sdk-v2";
|
|
2
|
+
import { ITreeNode } from "@shapediver/viewer.shared.node-tree";
|
|
3
|
+
import { SettingsEngine } from "@shapediver/viewer.shared.services";
|
|
4
|
+
import { ISettingsSections } from "@shapediver/viewer.shared.types";
|
|
5
|
+
import { OutputLoaderTaskEventInfo } from "../implementation/OutputLoader";
|
|
6
|
+
import { IExport } from "./dto/IExport";
|
|
7
|
+
import { IOutput } from "./dto/IOutput";
|
|
8
|
+
import { IParameter } from "./dto/IParameter";
|
|
9
9
|
export interface ISessionEngine {
|
|
10
10
|
readonly jwtToken?: string;
|
|
11
11
|
readonly hasStoredSettings: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISessionEngine.d.ts","sourceRoot":"","sources":["../../src/interfaces/ISessionEngine.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ISessionEngine.d.ts","sourceRoot":"","sources":["../../src/interfaces/ISessionEngine.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,8BAA8B,EAC9B,uBAAuB,EACvB,0CAA0C,EAC1C,qBAAqB,EACrB,wBAAwB,EACxB,0BAA0B,EAC1B,4BAA4B,EAC5B,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EAAC,SAAS,EAAC,MAAM,qCAAqC,CAAC;AAC9D,OAAO,EAAC,cAAc,EAAC,MAAM,oCAAoC,CAAC;AAClE,OAAO,EAAC,iBAAiB,EAAC,MAAM,iCAAiC,CAAC;AAClE,OAAO,EAAC,yBAAyB,EAAC,MAAM,gCAAgC,CAAC;AACzE,OAAO,EAAC,OAAO,EAAC,MAAM,eAAe,CAAC;AACtC,OAAO,EAAC,OAAO,EAAC,MAAM,eAAe,CAAC;AACtC,OAAO,EAAC,UAAU,EAAC,MAAM,kBAAkB,CAAC;AAE5C,MAAM,WAAW,cAAc;IAG9B,QAAQ,CAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,iBAAiB,EAAE,OAAO,CAAC;IAEpC,aAAa,EAAE,OAAO,CAAC;IACvB,OAAO,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAC,CAAC;IAClC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,CAAC,EAAE,4BAA4B,CAAC;IAC1C,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAC,CAAC;IAClC,UAAU,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAC,OAAO,CAAC,CAAA;KAAC,CAAC;IACjD,eAAe,EAAE,CAAC,MAAM,OAAO,CAAC,MAAM,CAAC,CAAC,GAAG,SAAS,CAAC;IACrD,cAAc,EAAE,cAAc,CAAC;IAC/B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,cAAc,EAAE,CAAC,CAAC,OAAO,CAAC,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,KAAK,IAAI,CAAC,GAAG,IAAI,CAAC;IAM5E,aAAa,CACZ,QAAQ,EAAE,qBAAqB,EAC/B,QAAQ,CAAC,EAAE,iBAAiB,GAC1B,IAAI,CAAC;IACR,SAAS,IAAI,OAAO,CAAC;IACrB,YAAY,IAAI,OAAO,CAAC;IACxB,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;IACvB,gBAAgB,CACf,eAAe,CAAC,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAC,EAC1C,0BAA0B,CAAC,EAAE,OAAO,EACpC,KAAK,CAAC,EACH,CAAC,MAAM,MAAM,CAAC,GACd,CAAC,MAAM,OAAO,CAAC,MAAM,CAAC,CAAC,GACvB,MAAM,GACN,OAAO,CAAC,MAAM,CAAC,GACf,IAAI,GACJ,IAAI,EACP,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC1B,OAAO,CAAC,EACL,CAAC,MAAM,OAAO,CAAC,WAAW,CAAC,CAAC,GAC5B,WAAW,GACX,CAAC,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC,GACrB,IAAI,GACJ,IAAI,GACL,OAAO,CAAC,MAAM,CAAC,CAAC;IACnB,SAAS,CACR,KAAK,EAAE,OAAO,EACd,qBAAqB,CAAC,EAAE,OAAO,GAC7B,OAAO,CAAC,SAAS,GAAG,qBAAqB,CAAC,CAAC;IAC9C,iBAAiB,CAChB,eAAe,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAC,EACxC,WAAW,EAAE,OAAO,GAClB,OAAO,CAAC,SAAS,GAAG,qBAAqB,CAAC,CAAC;IAC9C,uBAAuB,CACtB,UAAU,EAAE,MAAM,GAAG,qBAAqB,GACxC,OAAO,CAAC,SAAS,CAAC,CAAC;IACtB,WAAW,CACV,WAAW,EAAE,MAAM,EACnB,MAAM,EAAE,MAAM,GACZ,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC,MAAM,IAAI,OAAO,CAAC,SAAS,CAAC,CAAC;IAC7B,SAAS,IAAI,OAAO,CAAC,SAAS,CAAC,CAAC;IAChC,IAAI,CAAC,eAAe,CAAC,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAC,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAC/D,yBAAyB,CACxB,aAAa,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAC,EACtC,aAAa,CAAC,EAAE,yBAAyB,EACzC,KAAK,CAAC,EAAE,OAAO,GACb,OAAO,CAAC;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,GAAG,SAAS,CAAA;KAAC,CAAC,CAAC;IACnD,WAAW,CACV,aAAa,EAAE,MAAM,OAAO,EAC5B,aAAa,EAAE,yBAAyB,GACtC,OAAO,CAAC,SAAS,CAAC,CAAC;IACtB,mBAAmB,CAClB,WAAW,EAAE,qBAAqB,EAClC,aAAa,EAAE,MAAM,OAAO,EAC5B,aAAa,EAAE,yBAAyB,GACtC,OAAO,CAAC,SAAS,CAAC,CAAC;IACtB,aAAa,CACZ,QAAQ,EAAE,MAAM,EAChB,UAAU,EAAE,8BAA8B,EAC1C,WAAW,EAAE,MAAM,GACjB,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC,cAAc,CACb,IAAI,EAAE,uBAAuB,EAC7B,WAAW,CAAC,EAAE,OAAO,EACrB,WAAW,CAAC,EAAE,MAAM,GAClB,OAAO,CAAC,qBAAqB,CAAC,CAAC;IAClC,aAAa,CAAC,QAAQ,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAC;IAClD,0BAA0B,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;IAC/C,YAAY,CAAC,UAAU,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC;IACpD,gBAAgB,IAAI,OAAO,CAAC,OAAO,CAAC,CAAC;IACrC,WAAW,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IAC1C,aAAa,CACZ,aAAa,CAAC,EAAE,yBAAyB,EACzC,qBAAqB,CAAC,EAAE,OAAO,GAC7B,OAAO,CAAC,SAAS,CAAC,CAAC;IACtB,UAAU,CAAC,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;IAC3E,oBAAoB,CAAC,eAAe,CAAC,EAAE;QACtC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,CAAC;KACpC,GAAG,OAAO,CAAC;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAC,CAAC,CAAC;IACrC,UAAU,CACT,IAAI,EAAE,IAAI,EACV,UAAU,CAAC,EAAE,0CAA0C,GACrD,OAAO,CAAC,qBAAqB,CAAC,CAAC;CAGlC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { ShapeDiverResponseOutput } from "@shapediver/sdk.geometry-api-sdk-v2";
|
|
2
|
+
import { ITreeNodeData } from "@shapediver/viewer.shared.node-tree";
|
|
3
3
|
export interface ISessionOutputData extends ITreeNodeData {
|
|
4
4
|
responseOutput: ShapeDiverResponseOutput;
|
|
5
5
|
clone(): ISessionOutputData;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISessionOutputData.d.ts","sourceRoot":"","sources":["../../src/interfaces/ISessionOutputData.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ISessionOutputData.d.ts","sourceRoot":"","sources":["../../src/interfaces/ISessionOutputData.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,wBAAwB,EAAC,MAAM,qCAAqC,CAAC;AAC7E,OAAO,EAAC,aAAa,EAAC,MAAM,qCAAqC,CAAC;AAElE,MAAM,WAAW,kBAAmB,SAAQ,aAAa;IAGxD,cAAc,EAAE,wBAAwB,CAAC;IAMzC,KAAK,IAAI,kBAAkB,CAAC;CAG5B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISessionTreeNode.d.ts","sourceRoot":"","sources":["../../src/interfaces/ISessionTreeNode.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ISessionTreeNode.d.ts","sourceRoot":"","sources":["../../src/interfaces/ISessionTreeNode.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,qCAAqC,CAAC;AAE9D,MAAM,WAAW,gBAAiB,SAAQ,SAAS;IAGlD,QAAQ,CAAC,WAAW,EAAE,OAAO,CAAC;CAG9B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IDrawingParameterSettings } from
|
|
2
|
-
import { IParameter } from
|
|
1
|
+
import { IDrawingParameterSettings } from "@shapediver/viewer.shared.types";
|
|
2
|
+
import { IParameter } from "./IParameter";
|
|
3
3
|
export interface IDrawingParameter extends IParameter<string>, IDrawingParameterSettings {
|
|
4
4
|
}
|
|
5
5
|
//# sourceMappingURL=IDrawingParameter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IDrawingParameter.d.ts","sourceRoot":"","sources":["../../../src/interfaces/dto/IDrawingParameter.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"IDrawingParameter.d.ts","sourceRoot":"","sources":["../../../src/interfaces/dto/IDrawingParameter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,yBAAyB,EAAC,MAAM,iCAAiC,CAAC;AAC1E,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,WAAW,iBAChB,SAAQ,UAAU,CAAC,MAAM,CAAC,EACzB,yBAAyB;CAAG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IExport.d.ts","sourceRoot":"","sources":["../../../src/interfaces/dto/IExport.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"IExport.d.ts","sourceRoot":"","sources":["../../../src/interfaces/dto/IExport.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,wBAAwB,EAAC,MAAM,qCAAqC,CAAC;AAE7E,MAAM,WAAW,OAAQ,SAAQ,wBAAwB;IAGxD,WAAW,EAAE,MAAM,CAAC;IAMpB,OAAO,CAAC,UAAU,CAAC,EAAE;QACpB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;KACvB,GAAG,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACtC,YAAY,IAAI,IAAI,CAAC;IACrB,sBAAsB,CAAC,SAAS,EAAE,wBAAwB,GAAG,IAAI,CAAC;CAGlE"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IParameter } from
|
|
1
|
+
import { IParameter } from "./IParameter";
|
|
2
2
|
export interface IFileParameter extends IParameter<File | Blob | string> {
|
|
3
3
|
getFilename(fileId?: string): Promise<string | undefined>;
|
|
4
4
|
upload(v?: File | Blob | string): Promise<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IFileParameter.d.ts","sourceRoot":"","sources":["../../../src/interfaces/dto/IFileParameter.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"IFileParameter.d.ts","sourceRoot":"","sources":["../../../src/interfaces/dto/IFileParameter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAC,MAAM,cAAc,CAAC;AAExC,MAAM,WAAW,cAAe,SAAQ,UAAU,CAAC,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC;IAGvE,WAAW,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC1D,MAAM,CAAC,CAAC,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAAC;CAGlD"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { ShapeDiverResponseOutput, ShapeDiverResponseOutputChunk as ShapeDiverResponseOutputChunkBackend, ShapeDiverResponseOutputContent as ShapeDiverResponseOutputContentBackend } from "@shapediver/sdk.geometry-api-sdk-v2";
|
|
2
|
+
import { IAnchor, IMaterialContentData, IMaterialContentDataV1, IMaterialContentDataV2, IMaterialContentDataV3, ITag2D, ITag3D } from "@shapediver/viewer.data-engine.shared-types";
|
|
3
|
+
import { ITreeNode } from "@shapediver/viewer.shared.node-tree";
|
|
4
4
|
export interface IOutput extends ShapeDiverResponseOutput {
|
|
5
5
|
readonly node?: ITreeNode;
|
|
6
6
|
format: string[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IOutput.d.ts","sourceRoot":"","sources":["../../../src/interfaces/dto/IOutput.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"IOutput.d.ts","sourceRoot":"","sources":["../../../src/interfaces/dto/IOutput.ts"],"names":[],"mappings":"AAAA,OAAO,EACN,wBAAwB,EACxB,6BAA6B,IAAI,oCAAoC,EACrE,+BAA+B,IAAI,sCAAsC,EACzE,MAAM,qCAAqC,CAAC;AAC7C,OAAO,EACN,OAAO,EACP,oBAAoB,EACpB,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,EACtB,MAAM,EACN,MAAM,EACN,MAAM,6CAA6C,CAAC;AACrD,OAAO,EAAC,SAAS,EAAC,MAAM,qCAAqC,CAAC;AAI9D,MAAM,WAAW,OAAQ,SAAQ,wBAAwB;IAGxD,QAAQ,CAAC,IAAI,CAAC,EAAE,SAAS,CAAC;IAE1B,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,MAAM,EAAE,OAAO,CAAC;IAChB,cAAc,EAAE,CAAC,CAAC,OAAO,CAAC,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,KAAK,IAAI,CAAC,GAAG,IAAI,CAAC;IAM5E,qBAAqB,CAAC,OAAO,CAAC,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IACtE,YAAY,CAAC,OAAO,CAAC,EAAE,SAAS,EAAE,OAAO,CAAC,EAAE,SAAS,GAAG,IAAI,CAAC;IAC7D,mBAAmB,CAClB,OAAO,EAAE,+BAA+B,EAAE,EAC1C,aAAa,CAAC,EAAE,OAAO,EACvB,qBAAqB,CAAC,EAAE,OAAO,GAC7B,OAAO,CAAC,SAAS,GAAG,SAAS,CAAC,CAAC;IAClC,sBAAsB,CAAC,SAAS,EAAE,wBAAwB,GAAG,IAAI,CAAC;CAGlE;AAED;;GAEG;AACH,MAAM,WAAW,6BAChB,SAAQ,oCAAoC;IAG5C,IAAI,CAAC,EAAE,SAAS,CAAC;CAGjB;AAED;;GAEG;AACH,MAAM,WAAW,+BAChB,SAAQ,sCAAsC;IAG9C,IAAI,CAAC,EACF,MAAM,EAAE,GACR,MAAM,EAAE,GACR,OAAO,EAAE,GACT,oBAAoB,GACpB,sBAAsB,GACtB,sBAAsB,GACtB,sBAAsB,GACtB,OAAO,CAAC;CAGX"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IOutput.js","sourceRoot":"","sources":["../../../src/interfaces/dto/IOutput.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"IOutput.js","sourceRoot":"","sources":["../../../src/interfaces/dto/IOutput.ts"],"names":[],"mappings":";;AA2EA,4BAA4B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ShapeDiverResponseParameter } from
|
|
1
|
+
import { ShapeDiverResponseParameter } from "@shapediver/sdk.geometry-api-sdk-v2";
|
|
2
2
|
export interface IParameter<T> extends ShapeDiverResponseParameter {
|
|
3
3
|
sessionValue: T | string;
|
|
4
4
|
value: T | string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IParameter.d.ts","sourceRoot":"","sources":["../../../src/interfaces/dto/IParameter.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"IParameter.d.ts","sourceRoot":"","sources":["../../../src/interfaces/dto/IParameter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,2BAA2B,EAAC,MAAM,qCAAqC,CAAC;AAEhF,MAAM,WAAW,UAAU,CAAC,CAAC,CAAE,SAAQ,2BAA2B;IAGjE,YAAY,EAAE,CAAC,GAAG,MAAM,CAAC;IACzB,KAAK,EAAE,CAAC,GAAG,MAAM,CAAC;IAMlB,OAAO,CAAC,KAAK,EAAE,OAAO,EAAE,UAAU,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;IACvD,mBAAmB,IAAI,IAAI,CAAC;IAC5B,mBAAmB,IAAI,IAAI,CAAC;IAC5B,SAAS,CAAC,KAAK,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;CAGnC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { IParameter } from
|
|
3
|
-
import {
|
|
1
|
+
import { IDraggingParameterProps } from "@shapediver/viewer.shared.types";
|
|
2
|
+
import { IParameter } from "../IParameter";
|
|
3
|
+
import { IInteractionParameter } from "./IInteractionParameter";
|
|
4
4
|
export interface IDraggingParameter extends IParameter<string>, IInteractionParameter, IDraggingParameterProps {
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=IDraggingParameter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IDraggingParameter.d.ts","sourceRoot":"","sources":["../../../../src/interfaces/dto/interaction/IDraggingParameter.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"IDraggingParameter.d.ts","sourceRoot":"","sources":["../../../../src/interfaces/dto/interaction/IDraggingParameter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,uBAAuB,EAAC,MAAM,iCAAiC,CAAC;AACxE,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAC;AACzC,OAAO,EAAC,qBAAqB,EAAC,MAAM,yBAAyB,CAAC;AAE9D,MAAM,WAAW,kBAChB,SAAQ,UAAU,CAAC,MAAM,CAAC,EACzB,qBAAqB,EACrB,uBAAuB;CAAG"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { IParameter } from
|
|
3
|
-
import {
|
|
1
|
+
import { IGumballParameterProps } from "@shapediver/viewer.shared.types";
|
|
2
|
+
import { IParameter } from "../IParameter";
|
|
3
|
+
import { IInteractionParameter } from "./IInteractionParameter";
|
|
4
4
|
export interface IGumballParameter extends IParameter<string>, IInteractionParameter, IGumballParameterProps {
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=IGumballParameter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IGumballParameter.d.ts","sourceRoot":"","sources":["../../../../src/interfaces/dto/interaction/IGumballParameter.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"IGumballParameter.d.ts","sourceRoot":"","sources":["../../../../src/interfaces/dto/interaction/IGumballParameter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,sBAAsB,EAAC,MAAM,iCAAiC,CAAC;AACvE,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAC;AACzC,OAAO,EAAC,qBAAqB,EAAC,MAAM,yBAAyB,CAAC;AAE9D,MAAM,WAAW,iBAChB,SAAQ,UAAU,CAAC,MAAM,CAAC,EACzB,qBAAqB,EACrB,sBAAsB;CAAG"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { InteractionParameterSettingsType } from
|
|
2
|
-
import { IParameter } from
|
|
1
|
+
import { InteractionParameterSettingsType } from "@shapediver/viewer.shared.types";
|
|
2
|
+
import { IParameter } from "../IParameter";
|
|
3
3
|
export interface IInteractionParameter extends IParameter<string> {
|
|
4
4
|
interactionType: InteractionParameterSettingsType;
|
|
5
5
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IInteractionParameter.d.ts","sourceRoot":"","sources":["../../../../src/interfaces/dto/interaction/IInteractionParameter.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"IInteractionParameter.d.ts","sourceRoot":"","sources":["../../../../src/interfaces/dto/interaction/IInteractionParameter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,gCAAgC,EAAC,MAAM,iCAAiC,CAAC;AACjF,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAC;AAEzC,MAAM,WAAW,qBAAsB,SAAQ,UAAU,CAAC,MAAM,CAAC;IAGhE,eAAe,EAAE,gCAAgC,CAAC;CAGlD"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { IParameter } from
|
|
3
|
-
import {
|
|
1
|
+
import { ISelectionParameterProps } from "@shapediver/viewer.shared.types";
|
|
2
|
+
import { IParameter } from "../IParameter";
|
|
3
|
+
import { IInteractionParameter } from "./IInteractionParameter";
|
|
4
4
|
export interface ISelectionParameter extends IParameter<string>, IInteractionParameter, ISelectionParameterProps {
|
|
5
5
|
}
|
|
6
6
|
//# sourceMappingURL=ISelectionParameter.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ISelectionParameter.d.ts","sourceRoot":"","sources":["../../../../src/interfaces/dto/interaction/ISelectionParameter.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"ISelectionParameter.d.ts","sourceRoot":"","sources":["../../../../src/interfaces/dto/interaction/ISelectionParameter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,wBAAwB,EAAC,MAAM,iCAAiC,CAAC;AACzE,OAAO,EAAC,UAAU,EAAC,MAAM,eAAe,CAAC;AACzC,OAAO,EAAC,qBAAqB,EAAC,MAAM,yBAAyB,CAAC;AAE9D,MAAM,WAAW,mBAChB,SAAQ,UAAU,CAAC,MAAM,CAAC,EACzB,qBAAqB,EACrB,wBAAwB;CAAG"}
|
package/package.json
CHANGED
|
@@ -1,54 +1,54 @@
|
|
|
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
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
2
|
+
"name": "@shapediver/viewer.session-engine.session-engine",
|
|
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/viewer.data-engine.shared-types": "3.9.1",
|
|
43
|
+
"@shapediver/viewer.settings": "1.1.6",
|
|
44
|
+
"@shapediver/viewer.shared.build-data": "3.9.1",
|
|
45
|
+
"@shapediver/viewer.shared.global-access-objects": "3.9.1",
|
|
46
|
+
"@shapediver/viewer.shared.node-tree": "3.9.1",
|
|
47
|
+
"@shapediver/viewer.shared.services": "3.9.1",
|
|
48
|
+
"@shapediver/viewer.shared.types": "3.9.1",
|
|
49
|
+
"@shapediver/viewer.utils.mime-type": "1.1.0",
|
|
50
|
+
"axios": "^1.2.6",
|
|
51
|
+
"gl-matrix": "3.3.0"
|
|
52
|
+
},
|
|
53
|
+
"gitHead": "d1c3fab987b43a71529204c094035bf210a2e1d9"
|
|
54
54
|
}
|