@shapediver/viewer.session-engine.session-engine 3.2.4 → 3.2.6
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/dist/interfaces/dto/interaction/IGumballParameter.d.ts +2 -2
- package/dist/interfaces/dto/interaction/IGumballParameter.d.ts.map +1 -1
- package/dist/interfaces/dto/interaction/ISelectionParameter.d.ts +2 -2
- package/dist/interfaces/dto/interaction/ISelectionParameter.d.ts.map +1 -1
- package/package.json +8 -8
- package/src/implementation/dto/interaction/GumballParameter.ts +2 -2
- package/src/implementation/dto/interaction/SelectionParameter.ts +2 -2
- package/src/interfaces/dto/interaction/IGumballParameter.ts +2 -2
- package/src/interfaces/dto/interaction/ISelectionParameter.ts +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IInteractionParameter } from './IInteractionParameter';
|
|
2
2
|
import { IParameter } from '../IParameter';
|
|
3
|
-
import {
|
|
4
|
-
export interface IGumballParameter extends IParameter<string>, IInteractionParameter,
|
|
3
|
+
import { IGumballParameterProps } from '@shapediver/viewer.shared.types';
|
|
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,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"IGumballParameter.d.ts","sourceRoot":"","sources":["../../../../src/interfaces/dto/interaction/IGumballParameter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAEzE,MAAM,WAAW,iBAAkB,SAAQ,UAAU,CAAC,MAAM,CAAC,EAAE,qBAAqB,EAAE,sBAAsB;CAAI"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IInteractionParameter } from './IInteractionParameter';
|
|
2
2
|
import { IParameter } from '../IParameter';
|
|
3
|
-
import {
|
|
4
|
-
export interface ISelectionParameter extends IParameter<string>, IInteractionParameter,
|
|
3
|
+
import { ISelectionParameterProps } from '@shapediver/viewer.shared.types';
|
|
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,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"ISelectionParameter.d.ts","sourceRoot":"","sources":["../../../../src/interfaces/dto/interaction/ISelectionParameter.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,wBAAwB,EAAE,MAAM,iCAAiC,CAAC;AAE3E,MAAM,WAAW,mBAAoB,SAAQ,UAAU,CAAC,MAAM,CAAC,EAAE,qBAAqB,EAAE,wBAAwB;CAAI"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shapediver/viewer.session-engine.session-engine",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "Michael Oppitz <michael@shapediver.com>",
|
|
@@ -40,16 +40,16 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@shapediver/sdk.geometry-api-sdk-v2": "1.10.0",
|
|
43
|
-
"@shapediver/viewer.data-engine.shared-types": "3.2.
|
|
43
|
+
"@shapediver/viewer.data-engine.shared-types": "3.2.6",
|
|
44
44
|
"@shapediver/viewer.settings": "1.0.2",
|
|
45
|
-
"@shapediver/viewer.shared.build-data": "3.2.
|
|
46
|
-
"@shapediver/viewer.shared.global-access-objects": "3.2.
|
|
47
|
-
"@shapediver/viewer.shared.node-tree": "3.2.
|
|
48
|
-
"@shapediver/viewer.shared.services": "3.2.
|
|
49
|
-
"@shapediver/viewer.shared.types": "3.2.
|
|
45
|
+
"@shapediver/viewer.shared.build-data": "3.2.6",
|
|
46
|
+
"@shapediver/viewer.shared.global-access-objects": "3.2.6",
|
|
47
|
+
"@shapediver/viewer.shared.node-tree": "3.2.6",
|
|
48
|
+
"@shapediver/viewer.shared.services": "3.2.6",
|
|
49
|
+
"@shapediver/viewer.shared.types": "3.2.6",
|
|
50
50
|
"@shapediver/viewer.utils.mime-type": "1.1.0",
|
|
51
51
|
"axios": "^1.2.6",
|
|
52
52
|
"gl-matrix": "3.3.0"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "f4ca645ecf64020080a1c5fa2c2aaf9f891b1445"
|
|
55
55
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
IInteractionParameterSettings,
|
|
3
3
|
InteractionParameterSettingsType,
|
|
4
|
-
|
|
4
|
+
IGumballParameterProps,
|
|
5
5
|
validateGumballParameterSettings
|
|
6
6
|
} from '@shapediver/viewer.shared.types';
|
|
7
7
|
import { IGumballParameter } from '../../../interfaces/dto/interaction/IGumballParameter';
|
|
@@ -67,7 +67,7 @@ export class GumballParameter extends Parameter<string> implements IGumballParam
|
|
|
67
67
|
|
|
68
68
|
// #region Private Methods (1)
|
|
69
69
|
|
|
70
|
-
private getGumballProperties():
|
|
70
|
+
private getGumballProperties(): IGumballParameterProps | undefined {
|
|
71
71
|
const result = validateGumballParameterSettings((this.settings as unknown as IInteractionParameterSettings));
|
|
72
72
|
if (result.success) {
|
|
73
73
|
return (this.settings as unknown as IInteractionParameterSettings).props;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
IInteractionParameterSettings,
|
|
3
3
|
InteractionParameterSettingsType,
|
|
4
|
-
|
|
4
|
+
ISelectionParameterProps,
|
|
5
5
|
validateSelectionParameterSettings
|
|
6
6
|
} from '@shapediver/viewer.shared.types';
|
|
7
7
|
import { ISelectionParameter } from '../../../interfaces/dto/interaction/ISelectionParameter';
|
|
@@ -55,7 +55,7 @@ export class SelectionParameter extends Parameter<string> implements ISelectionP
|
|
|
55
55
|
|
|
56
56
|
// #region Private Methods (1)
|
|
57
57
|
|
|
58
|
-
private getSelectionProperties():
|
|
58
|
+
private getSelectionProperties(): ISelectionParameterProps | undefined {
|
|
59
59
|
const result = validateSelectionParameterSettings((this.settings as unknown as IInteractionParameterSettings));
|
|
60
60
|
if (result.success) {
|
|
61
61
|
return (this.settings as unknown as IInteractionParameterSettings).props;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IInteractionParameter } from './IInteractionParameter';
|
|
2
2
|
import { IParameter } from '../IParameter';
|
|
3
|
-
import {
|
|
3
|
+
import { IGumballParameterProps } from '@shapediver/viewer.shared.types';
|
|
4
4
|
|
|
5
|
-
export interface IGumballParameter extends IParameter<string>, IInteractionParameter,
|
|
5
|
+
export interface IGumballParameter extends IParameter<string>, IInteractionParameter, IGumballParameterProps { }
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IInteractionParameter } from './IInteractionParameter';
|
|
2
2
|
import { IParameter } from '../IParameter';
|
|
3
|
-
import {
|
|
3
|
+
import { ISelectionParameterProps } from '@shapediver/viewer.shared.types';
|
|
4
4
|
|
|
5
|
-
export interface ISelectionParameter extends IParameter<string>, IInteractionParameter,
|
|
5
|
+
export interface ISelectionParameter extends IParameter<string>, IInteractionParameter, ISelectionParameterProps { }
|