@shapediver/viewer.shared.types 3.12.17 → 3.12.19
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/parameter/IDrawingParametersSettings.d.ts +4 -4
- package/dist/interfaces/parameter/IGumballParameterSettings.d.ts +4 -0
- package/dist/interfaces/parameter/IGumballParameterSettings.d.ts.map +1 -1
- package/dist/interfaces/parameter/IGumballParameterSettings.js.map +1 -1
- package/dist/interfaces/parameter/IInteractionParameterSettings.d.ts +94 -66
- package/dist/interfaces/parameter/IInteractionParameterSettings.d.ts.map +1 -1
- package/dist/interfaces/parameter/IInteractionParameterSettings.js +2 -0
- package/dist/interfaces/parameter/IInteractionParameterSettings.js.map +1 -1
- package/package.json +5 -5
|
@@ -160,7 +160,6 @@ export declare const IDrawingParameterJsonSchema: z.ZodObject<{
|
|
|
160
160
|
} | null | undefined;
|
|
161
161
|
}>>>;
|
|
162
162
|
}, "strip", z.ZodTypeAny, {
|
|
163
|
-
restrictions?: any[] | null | undefined;
|
|
164
163
|
geometry?: {
|
|
165
164
|
mode: "points" | "lines";
|
|
166
165
|
minPoints?: number | null | undefined;
|
|
@@ -183,8 +182,8 @@ export declare const IDrawingParameterJsonSchema: z.ZodObject<{
|
|
|
183
182
|
activeText?: string | null | undefined;
|
|
184
183
|
} | null | undefined;
|
|
185
184
|
} | null | undefined;
|
|
186
|
-
}, {
|
|
187
185
|
restrictions?: any[] | null | undefined;
|
|
186
|
+
}, {
|
|
188
187
|
geometry?: {
|
|
189
188
|
mode: "points" | "lines";
|
|
190
189
|
minPoints?: number | null | undefined;
|
|
@@ -207,9 +206,9 @@ export declare const IDrawingParameterJsonSchema: z.ZodObject<{
|
|
|
207
206
|
activeText?: string | null | undefined;
|
|
208
207
|
} | null | undefined;
|
|
209
208
|
} | null | undefined;
|
|
209
|
+
restrictions?: any[] | null | undefined;
|
|
210
210
|
}>;
|
|
211
211
|
export declare const validateDrawingParameterSettings: (param: unknown) => z.SafeParseReturnType<{
|
|
212
|
-
restrictions?: any[] | null | undefined;
|
|
213
212
|
geometry?: {
|
|
214
213
|
mode: "points" | "lines";
|
|
215
214
|
minPoints?: number | null | undefined;
|
|
@@ -232,8 +231,8 @@ export declare const validateDrawingParameterSettings: (param: unknown) => z.Saf
|
|
|
232
231
|
activeText?: string | null | undefined;
|
|
233
232
|
} | null | undefined;
|
|
234
233
|
} | null | undefined;
|
|
235
|
-
}, {
|
|
236
234
|
restrictions?: any[] | null | undefined;
|
|
235
|
+
}, {
|
|
237
236
|
geometry?: {
|
|
238
237
|
mode: "points" | "lines";
|
|
239
238
|
minPoints?: number | null | undefined;
|
|
@@ -256,5 +255,6 @@ export declare const validateDrawingParameterSettings: (param: unknown) => z.Saf
|
|
|
256
255
|
activeText?: string | null | undefined;
|
|
257
256
|
} | null | undefined;
|
|
258
257
|
} | null | undefined;
|
|
258
|
+
restrictions?: any[] | null | undefined;
|
|
259
259
|
}>;
|
|
260
260
|
//# sourceMappingURL=IDrawingParametersSettings.d.ts.map
|
|
@@ -45,5 +45,9 @@ export interface IGumballParameterProps extends IInteractionParameterProps {
|
|
|
45
45
|
space?: "local" | "world";
|
|
46
46
|
/** The color of the objects when selected. (default: '#0d44f0') */
|
|
47
47
|
selectionColor?: string;
|
|
48
|
+
/** The maximum number of objects that can be selected. (default: 0) */
|
|
49
|
+
maximumSelection?: number;
|
|
50
|
+
/** The minimum number of objects that can be selected. (default: Infinity) */
|
|
51
|
+
minimumSelection?: number;
|
|
48
52
|
}
|
|
49
53
|
//# sourceMappingURL=IGumballParameterSettings.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IGumballParameterSettings.d.ts","sourceRoot":"","sources":["../../../src/interfaces/parameter/IGumballParameterSettings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,0BAA0B,EAAC,MAAM,iCAAiC,CAAC;AAI3E,oBAAY,qBAAqB,GAAG;IACnC,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,eAAe,EAAE,MAAM,EAAE,EAAE,CAAC;CAC5B,CAAC;AAMF;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,0BAA0B;IAGzE,kDAAkD;IAClD,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;OAEG;IACH,kBAAkB,CAAC,EAAE;QACpB,CAAC,CAAC,EAAE,OAAO,CAAC;QACZ,CAAC,CAAC,EAAE,OAAO,CAAC;QACZ,CAAC,CAAC,EAAE,OAAO,CAAC;KACZ,CAAC;IACF,kDAAkD;IAClD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,iBAAiB,CAAC,EAAE;QACnB,CAAC,CAAC,EAAE,OAAO,CAAC;QACZ,CAAC,CAAC,EAAE,OAAO,CAAC;QACZ,CAAC,CAAC,EAAE,OAAO,CAAC;KACZ,CAAC;IACF,qDAAqD;IACrD,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,qBAAqB,CAAC,EAAE;QACvB,CAAC,CAAC,EAAE,OAAO,CAAC;QACZ,CAAC,CAAC,EAAE,OAAO,CAAC;QACZ,CAAC,CAAC,EAAE,OAAO,CAAC;KACZ,CAAC;IACF,sGAAsG;IACtG,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,sHAAsH;IACtH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,4GAA4G;IAC5G,KAAK,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;IAC1B,mEAAmE;IACnE,cAAc,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"IGumballParameterSettings.d.ts","sourceRoot":"","sources":["../../../src/interfaces/parameter/IGumballParameterSettings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,0BAA0B,EAAC,MAAM,iCAAiC,CAAC;AAI3E,oBAAY,qBAAqB,GAAG;IACnC,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,eAAe,EAAE,MAAM,EAAE,EAAE,CAAC;CAC5B,CAAC;AAMF;;GAEG;AACH,MAAM,WAAW,sBAAuB,SAAQ,0BAA0B;IAGzE,kDAAkD;IAClD,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB;;OAEG;IACH,kBAAkB,CAAC,EAAE;QACpB,CAAC,CAAC,EAAE,OAAO,CAAC;QACZ,CAAC,CAAC,EAAE,OAAO,CAAC;QACZ,CAAC,CAAC,EAAE,OAAO,CAAC;KACZ,CAAC;IACF,kDAAkD;IAClD,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB;;OAEG;IACH,iBAAiB,CAAC,EAAE;QACnB,CAAC,CAAC,EAAE,OAAO,CAAC;QACZ,CAAC,CAAC,EAAE,OAAO,CAAC;QACZ,CAAC,CAAC,EAAE,OAAO,CAAC;KACZ,CAAC;IACF,qDAAqD;IACrD,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,qBAAqB,CAAC,EAAE;QACvB,CAAC,CAAC,EAAE,OAAO,CAAC;QACZ,CAAC,CAAC,EAAE,OAAO,CAAC;QACZ,CAAC,CAAC,EAAE,OAAO,CAAC;KACZ,CAAC;IACF,sGAAsG;IACtG,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,sHAAsH;IACtH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,4GAA4G;IAC5G,KAAK,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;IAC1B,mEAAmE;IACnE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,uEAAuE;IACvE,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,8EAA8E;IAC9E,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAG1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IGumballParameterSettings.js","sourceRoot":"","sources":["../../../src/interfaces/parameter/IGumballParameterSettings.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"IGumballParameterSettings.js","sourceRoot":"","sources":["../../../src/interfaces/parameter/IGumballParameterSettings.ts"],"names":[],"mappings":";;AAiEA,4BAA4B"}
|
|
@@ -53,10 +53,6 @@ export declare const ISelectionParameterJsonSchema: z.ZodObject<{
|
|
|
53
53
|
activeText?: string | null | undefined;
|
|
54
54
|
}>>>;
|
|
55
55
|
}>, "strip", z.ZodTypeAny, {
|
|
56
|
-
maximumSelection?: number | null | undefined;
|
|
57
|
-
minimumSelection?: number | null | undefined;
|
|
58
|
-
nameFilter?: string[] | null | undefined;
|
|
59
|
-
selectionColor?: string | null | undefined;
|
|
60
56
|
hover?: boolean | undefined;
|
|
61
57
|
hoverColor?: string | null | undefined;
|
|
62
58
|
prompt?: {
|
|
@@ -64,11 +60,11 @@ export declare const ISelectionParameterJsonSchema: z.ZodObject<{
|
|
|
64
60
|
activeTitle?: string | null | undefined;
|
|
65
61
|
activeText?: string | null | undefined;
|
|
66
62
|
} | null | undefined;
|
|
67
|
-
}, {
|
|
68
63
|
maximumSelection?: number | null | undefined;
|
|
69
64
|
minimumSelection?: number | null | undefined;
|
|
70
65
|
nameFilter?: string[] | null | undefined;
|
|
71
66
|
selectionColor?: string | null | undefined;
|
|
67
|
+
}, {
|
|
72
68
|
hover?: unknown;
|
|
73
69
|
hoverColor?: string | null | undefined;
|
|
74
70
|
prompt?: {
|
|
@@ -76,14 +72,14 @@ export declare const ISelectionParameterJsonSchema: z.ZodObject<{
|
|
|
76
72
|
activeTitle?: string | null | undefined;
|
|
77
73
|
activeText?: string | null | undefined;
|
|
78
74
|
} | null | undefined;
|
|
79
|
-
}>;
|
|
80
|
-
}, "strip", z.ZodTypeAny, {
|
|
81
|
-
type: "selection";
|
|
82
|
-
props: {
|
|
83
75
|
maximumSelection?: number | null | undefined;
|
|
84
76
|
minimumSelection?: number | null | undefined;
|
|
85
77
|
nameFilter?: string[] | null | undefined;
|
|
86
78
|
selectionColor?: string | null | undefined;
|
|
79
|
+
}>;
|
|
80
|
+
}, "strip", z.ZodTypeAny, {
|
|
81
|
+
type: "selection";
|
|
82
|
+
props: {
|
|
87
83
|
hover?: boolean | undefined;
|
|
88
84
|
hoverColor?: string | null | undefined;
|
|
89
85
|
prompt?: {
|
|
@@ -91,14 +87,14 @@ export declare const ISelectionParameterJsonSchema: z.ZodObject<{
|
|
|
91
87
|
activeTitle?: string | null | undefined;
|
|
92
88
|
activeText?: string | null | undefined;
|
|
93
89
|
} | null | undefined;
|
|
94
|
-
};
|
|
95
|
-
}, {
|
|
96
|
-
type: "selection";
|
|
97
|
-
props: {
|
|
98
90
|
maximumSelection?: number | null | undefined;
|
|
99
91
|
minimumSelection?: number | null | undefined;
|
|
100
92
|
nameFilter?: string[] | null | undefined;
|
|
101
93
|
selectionColor?: string | null | undefined;
|
|
94
|
+
};
|
|
95
|
+
}, {
|
|
96
|
+
type: "selection";
|
|
97
|
+
props: {
|
|
102
98
|
hover?: unknown;
|
|
103
99
|
hoverColor?: string | null | undefined;
|
|
104
100
|
prompt?: {
|
|
@@ -106,6 +102,10 @@ export declare const ISelectionParameterJsonSchema: z.ZodObject<{
|
|
|
106
102
|
activeTitle?: string | null | undefined;
|
|
107
103
|
activeText?: string | null | undefined;
|
|
108
104
|
} | null | undefined;
|
|
105
|
+
maximumSelection?: number | null | undefined;
|
|
106
|
+
minimumSelection?: number | null | undefined;
|
|
107
|
+
nameFilter?: string[] | null | undefined;
|
|
108
|
+
selectionColor?: string | null | undefined;
|
|
109
109
|
};
|
|
110
110
|
}>;
|
|
111
111
|
export declare const IGumballParameterJsonSchema: z.ZodObject<{
|
|
@@ -157,6 +157,8 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
|
|
|
157
157
|
scale: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
158
158
|
space: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"local">, z.ZodLiteral<"world">]>>>;
|
|
159
159
|
selectionColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
160
|
+
maximumSelection: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
161
|
+
minimumSelection: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
160
162
|
}, {
|
|
161
163
|
hover: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
|
|
162
164
|
hoverColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -174,8 +176,6 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
|
|
|
174
176
|
activeText?: string | null | undefined;
|
|
175
177
|
}>>>;
|
|
176
178
|
}>, "strip", z.ZodTypeAny, {
|
|
177
|
-
nameFilter?: string[] | null | undefined;
|
|
178
|
-
selectionColor?: string | null | undefined;
|
|
179
179
|
hover?: boolean | undefined;
|
|
180
180
|
hoverColor?: string | null | undefined;
|
|
181
181
|
prompt?: {
|
|
@@ -183,6 +183,10 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
|
|
|
183
183
|
activeTitle?: string | null | undefined;
|
|
184
184
|
activeText?: string | null | undefined;
|
|
185
185
|
} | null | undefined;
|
|
186
|
+
maximumSelection?: number | null | undefined;
|
|
187
|
+
minimumSelection?: number | null | undefined;
|
|
188
|
+
nameFilter?: string[] | null | undefined;
|
|
189
|
+
selectionColor?: string | null | undefined;
|
|
186
190
|
enableRotation?: boolean | undefined;
|
|
187
191
|
enableRotationAxes?: {
|
|
188
192
|
x?: boolean | undefined;
|
|
@@ -204,8 +208,6 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
|
|
|
204
208
|
scale?: number | null | undefined;
|
|
205
209
|
space?: "local" | "world" | null | undefined;
|
|
206
210
|
}, {
|
|
207
|
-
nameFilter?: string[] | null | undefined;
|
|
208
|
-
selectionColor?: string | null | undefined;
|
|
209
211
|
hover?: unknown;
|
|
210
212
|
hoverColor?: string | null | undefined;
|
|
211
213
|
prompt?: {
|
|
@@ -213,6 +215,10 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
|
|
|
213
215
|
activeTitle?: string | null | undefined;
|
|
214
216
|
activeText?: string | null | undefined;
|
|
215
217
|
} | null | undefined;
|
|
218
|
+
maximumSelection?: number | null | undefined;
|
|
219
|
+
minimumSelection?: number | null | undefined;
|
|
220
|
+
nameFilter?: string[] | null | undefined;
|
|
221
|
+
selectionColor?: string | null | undefined;
|
|
216
222
|
enableRotation?: unknown;
|
|
217
223
|
enableRotationAxes?: {
|
|
218
224
|
x?: unknown;
|
|
@@ -237,8 +243,6 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
|
|
|
237
243
|
}, "strip", z.ZodTypeAny, {
|
|
238
244
|
type: "gumball";
|
|
239
245
|
props: {
|
|
240
|
-
nameFilter?: string[] | null | undefined;
|
|
241
|
-
selectionColor?: string | null | undefined;
|
|
242
246
|
hover?: boolean | undefined;
|
|
243
247
|
hoverColor?: string | null | undefined;
|
|
244
248
|
prompt?: {
|
|
@@ -246,6 +250,10 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
|
|
|
246
250
|
activeTitle?: string | null | undefined;
|
|
247
251
|
activeText?: string | null | undefined;
|
|
248
252
|
} | null | undefined;
|
|
253
|
+
maximumSelection?: number | null | undefined;
|
|
254
|
+
minimumSelection?: number | null | undefined;
|
|
255
|
+
nameFilter?: string[] | null | undefined;
|
|
256
|
+
selectionColor?: string | null | undefined;
|
|
249
257
|
enableRotation?: boolean | undefined;
|
|
250
258
|
enableRotationAxes?: {
|
|
251
259
|
x?: boolean | undefined;
|
|
@@ -270,8 +278,6 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
|
|
|
270
278
|
}, {
|
|
271
279
|
type: "gumball";
|
|
272
280
|
props: {
|
|
273
|
-
nameFilter?: string[] | null | undefined;
|
|
274
|
-
selectionColor?: string | null | undefined;
|
|
275
281
|
hover?: unknown;
|
|
276
282
|
hoverColor?: string | null | undefined;
|
|
277
283
|
prompt?: {
|
|
@@ -279,6 +285,10 @@ export declare const IGumballParameterJsonSchema: z.ZodObject<{
|
|
|
279
285
|
activeTitle?: string | null | undefined;
|
|
280
286
|
activeText?: string | null | undefined;
|
|
281
287
|
} | null | undefined;
|
|
288
|
+
maximumSelection?: number | null | undefined;
|
|
289
|
+
minimumSelection?: number | null | undefined;
|
|
290
|
+
nameFilter?: string[] | null | undefined;
|
|
291
|
+
selectionColor?: string | null | undefined;
|
|
282
292
|
enableRotation?: unknown;
|
|
283
293
|
enableRotationAxes?: {
|
|
284
294
|
x?: unknown;
|
|
@@ -594,10 +604,6 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
|
|
|
594
604
|
activeText?: string | null | undefined;
|
|
595
605
|
}>>>;
|
|
596
606
|
}>, "strip", z.ZodTypeAny, {
|
|
597
|
-
maximumSelection?: number | null | undefined;
|
|
598
|
-
minimumSelection?: number | null | undefined;
|
|
599
|
-
nameFilter?: string[] | null | undefined;
|
|
600
|
-
selectionColor?: string | null | undefined;
|
|
601
607
|
hover?: boolean | undefined;
|
|
602
608
|
hoverColor?: string | null | undefined;
|
|
603
609
|
prompt?: {
|
|
@@ -605,11 +611,11 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
|
|
|
605
611
|
activeTitle?: string | null | undefined;
|
|
606
612
|
activeText?: string | null | undefined;
|
|
607
613
|
} | null | undefined;
|
|
608
|
-
}, {
|
|
609
614
|
maximumSelection?: number | null | undefined;
|
|
610
615
|
minimumSelection?: number | null | undefined;
|
|
611
616
|
nameFilter?: string[] | null | undefined;
|
|
612
617
|
selectionColor?: string | null | undefined;
|
|
618
|
+
}, {
|
|
613
619
|
hover?: unknown;
|
|
614
620
|
hoverColor?: string | null | undefined;
|
|
615
621
|
prompt?: {
|
|
@@ -617,14 +623,14 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
|
|
|
617
623
|
activeTitle?: string | null | undefined;
|
|
618
624
|
activeText?: string | null | undefined;
|
|
619
625
|
} | null | undefined;
|
|
620
|
-
}>;
|
|
621
|
-
}, "strip", z.ZodTypeAny, {
|
|
622
|
-
type: "selection";
|
|
623
|
-
props: {
|
|
624
626
|
maximumSelection?: number | null | undefined;
|
|
625
627
|
minimumSelection?: number | null | undefined;
|
|
626
628
|
nameFilter?: string[] | null | undefined;
|
|
627
629
|
selectionColor?: string | null | undefined;
|
|
630
|
+
}>;
|
|
631
|
+
}, "strip", z.ZodTypeAny, {
|
|
632
|
+
type: "selection";
|
|
633
|
+
props: {
|
|
628
634
|
hover?: boolean | undefined;
|
|
629
635
|
hoverColor?: string | null | undefined;
|
|
630
636
|
prompt?: {
|
|
@@ -632,14 +638,14 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
|
|
|
632
638
|
activeTitle?: string | null | undefined;
|
|
633
639
|
activeText?: string | null | undefined;
|
|
634
640
|
} | null | undefined;
|
|
635
|
-
};
|
|
636
|
-
}, {
|
|
637
|
-
type: "selection";
|
|
638
|
-
props: {
|
|
639
641
|
maximumSelection?: number | null | undefined;
|
|
640
642
|
minimumSelection?: number | null | undefined;
|
|
641
643
|
nameFilter?: string[] | null | undefined;
|
|
642
644
|
selectionColor?: string | null | undefined;
|
|
645
|
+
};
|
|
646
|
+
}, {
|
|
647
|
+
type: "selection";
|
|
648
|
+
props: {
|
|
643
649
|
hover?: unknown;
|
|
644
650
|
hoverColor?: string | null | undefined;
|
|
645
651
|
prompt?: {
|
|
@@ -647,6 +653,10 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
|
|
|
647
653
|
activeTitle?: string | null | undefined;
|
|
648
654
|
activeText?: string | null | undefined;
|
|
649
655
|
} | null | undefined;
|
|
656
|
+
maximumSelection?: number | null | undefined;
|
|
657
|
+
minimumSelection?: number | null | undefined;
|
|
658
|
+
nameFilter?: string[] | null | undefined;
|
|
659
|
+
selectionColor?: string | null | undefined;
|
|
650
660
|
};
|
|
651
661
|
}>, z.ZodObject<{
|
|
652
662
|
type: z.ZodLiteral<"gumball">;
|
|
@@ -697,6 +707,8 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
|
|
|
697
707
|
scale: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
698
708
|
space: z.ZodOptional<z.ZodNullable<z.ZodUnion<[z.ZodLiteral<"local">, z.ZodLiteral<"world">]>>>;
|
|
699
709
|
selectionColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
710
|
+
maximumSelection: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
711
|
+
minimumSelection: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
700
712
|
}, {
|
|
701
713
|
hover: z.ZodEffects<z.ZodOptional<z.ZodBoolean>, boolean | undefined, unknown>;
|
|
702
714
|
hoverColor: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -714,8 +726,6 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
|
|
|
714
726
|
activeText?: string | null | undefined;
|
|
715
727
|
}>>>;
|
|
716
728
|
}>, "strip", z.ZodTypeAny, {
|
|
717
|
-
nameFilter?: string[] | null | undefined;
|
|
718
|
-
selectionColor?: string | null | undefined;
|
|
719
729
|
hover?: boolean | undefined;
|
|
720
730
|
hoverColor?: string | null | undefined;
|
|
721
731
|
prompt?: {
|
|
@@ -723,6 +733,10 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
|
|
|
723
733
|
activeTitle?: string | null | undefined;
|
|
724
734
|
activeText?: string | null | undefined;
|
|
725
735
|
} | null | undefined;
|
|
736
|
+
maximumSelection?: number | null | undefined;
|
|
737
|
+
minimumSelection?: number | null | undefined;
|
|
738
|
+
nameFilter?: string[] | null | undefined;
|
|
739
|
+
selectionColor?: string | null | undefined;
|
|
726
740
|
enableRotation?: boolean | undefined;
|
|
727
741
|
enableRotationAxes?: {
|
|
728
742
|
x?: boolean | undefined;
|
|
@@ -744,8 +758,6 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
|
|
|
744
758
|
scale?: number | null | undefined;
|
|
745
759
|
space?: "local" | "world" | null | undefined;
|
|
746
760
|
}, {
|
|
747
|
-
nameFilter?: string[] | null | undefined;
|
|
748
|
-
selectionColor?: string | null | undefined;
|
|
749
761
|
hover?: unknown;
|
|
750
762
|
hoverColor?: string | null | undefined;
|
|
751
763
|
prompt?: {
|
|
@@ -753,6 +765,10 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
|
|
|
753
765
|
activeTitle?: string | null | undefined;
|
|
754
766
|
activeText?: string | null | undefined;
|
|
755
767
|
} | null | undefined;
|
|
768
|
+
maximumSelection?: number | null | undefined;
|
|
769
|
+
minimumSelection?: number | null | undefined;
|
|
770
|
+
nameFilter?: string[] | null | undefined;
|
|
771
|
+
selectionColor?: string | null | undefined;
|
|
756
772
|
enableRotation?: unknown;
|
|
757
773
|
enableRotationAxes?: {
|
|
758
774
|
x?: unknown;
|
|
@@ -777,8 +793,6 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
|
|
|
777
793
|
}, "strip", z.ZodTypeAny, {
|
|
778
794
|
type: "gumball";
|
|
779
795
|
props: {
|
|
780
|
-
nameFilter?: string[] | null | undefined;
|
|
781
|
-
selectionColor?: string | null | undefined;
|
|
782
796
|
hover?: boolean | undefined;
|
|
783
797
|
hoverColor?: string | null | undefined;
|
|
784
798
|
prompt?: {
|
|
@@ -786,6 +800,10 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
|
|
|
786
800
|
activeTitle?: string | null | undefined;
|
|
787
801
|
activeText?: string | null | undefined;
|
|
788
802
|
} | null | undefined;
|
|
803
|
+
maximumSelection?: number | null | undefined;
|
|
804
|
+
minimumSelection?: number | null | undefined;
|
|
805
|
+
nameFilter?: string[] | null | undefined;
|
|
806
|
+
selectionColor?: string | null | undefined;
|
|
789
807
|
enableRotation?: boolean | undefined;
|
|
790
808
|
enableRotationAxes?: {
|
|
791
809
|
x?: boolean | undefined;
|
|
@@ -810,8 +828,6 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
|
|
|
810
828
|
}, {
|
|
811
829
|
type: "gumball";
|
|
812
830
|
props: {
|
|
813
|
-
nameFilter?: string[] | null | undefined;
|
|
814
|
-
selectionColor?: string | null | undefined;
|
|
815
831
|
hover?: unknown;
|
|
816
832
|
hoverColor?: string | null | undefined;
|
|
817
833
|
prompt?: {
|
|
@@ -819,6 +835,10 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
|
|
|
819
835
|
activeTitle?: string | null | undefined;
|
|
820
836
|
activeText?: string | null | undefined;
|
|
821
837
|
} | null | undefined;
|
|
838
|
+
maximumSelection?: number | null | undefined;
|
|
839
|
+
minimumSelection?: number | null | undefined;
|
|
840
|
+
nameFilter?: string[] | null | undefined;
|
|
841
|
+
selectionColor?: string | null | undefined;
|
|
822
842
|
enableRotation?: unknown;
|
|
823
843
|
enableRotationAxes?: {
|
|
824
844
|
x?: unknown;
|
|
@@ -1112,10 +1132,6 @@ export declare const IInteractionParameterJsonSchema: z.ZodUnion<[z.ZodUnion<[z.
|
|
|
1112
1132
|
export declare const validateInteractionParameterSettings: (param: unknown) => z.SafeParseReturnType<{
|
|
1113
1133
|
type: "selection";
|
|
1114
1134
|
props: {
|
|
1115
|
-
maximumSelection?: number | null | undefined;
|
|
1116
|
-
minimumSelection?: number | null | undefined;
|
|
1117
|
-
nameFilter?: string[] | null | undefined;
|
|
1118
|
-
selectionColor?: string | null | undefined;
|
|
1119
1135
|
hover?: unknown;
|
|
1120
1136
|
hoverColor?: string | null | undefined;
|
|
1121
1137
|
prompt?: {
|
|
@@ -1123,12 +1139,14 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
|
|
|
1123
1139
|
activeTitle?: string | null | undefined;
|
|
1124
1140
|
activeText?: string | null | undefined;
|
|
1125
1141
|
} | null | undefined;
|
|
1142
|
+
maximumSelection?: number | null | undefined;
|
|
1143
|
+
minimumSelection?: number | null | undefined;
|
|
1144
|
+
nameFilter?: string[] | null | undefined;
|
|
1145
|
+
selectionColor?: string | null | undefined;
|
|
1126
1146
|
};
|
|
1127
1147
|
} | {
|
|
1128
1148
|
type: "gumball";
|
|
1129
1149
|
props: {
|
|
1130
|
-
nameFilter?: string[] | null | undefined;
|
|
1131
|
-
selectionColor?: string | null | undefined;
|
|
1132
1150
|
hover?: unknown;
|
|
1133
1151
|
hoverColor?: string | null | undefined;
|
|
1134
1152
|
prompt?: {
|
|
@@ -1136,6 +1154,10 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
|
|
|
1136
1154
|
activeTitle?: string | null | undefined;
|
|
1137
1155
|
activeText?: string | null | undefined;
|
|
1138
1156
|
} | null | undefined;
|
|
1157
|
+
maximumSelection?: number | null | undefined;
|
|
1158
|
+
minimumSelection?: number | null | undefined;
|
|
1159
|
+
nameFilter?: string[] | null | undefined;
|
|
1160
|
+
selectionColor?: string | null | undefined;
|
|
1139
1161
|
enableRotation?: unknown;
|
|
1140
1162
|
enableRotationAxes?: {
|
|
1141
1163
|
x?: unknown;
|
|
@@ -1199,10 +1221,6 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
|
|
|
1199
1221
|
}, {
|
|
1200
1222
|
type: "selection";
|
|
1201
1223
|
props: {
|
|
1202
|
-
maximumSelection?: number | null | undefined;
|
|
1203
|
-
minimumSelection?: number | null | undefined;
|
|
1204
|
-
nameFilter?: string[] | null | undefined;
|
|
1205
|
-
selectionColor?: string | null | undefined;
|
|
1206
1224
|
hover?: boolean | undefined;
|
|
1207
1225
|
hoverColor?: string | null | undefined;
|
|
1208
1226
|
prompt?: {
|
|
@@ -1210,12 +1228,14 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
|
|
|
1210
1228
|
activeTitle?: string | null | undefined;
|
|
1211
1229
|
activeText?: string | null | undefined;
|
|
1212
1230
|
} | null | undefined;
|
|
1231
|
+
maximumSelection?: number | null | undefined;
|
|
1232
|
+
minimumSelection?: number | null | undefined;
|
|
1233
|
+
nameFilter?: string[] | null | undefined;
|
|
1234
|
+
selectionColor?: string | null | undefined;
|
|
1213
1235
|
};
|
|
1214
1236
|
} | {
|
|
1215
1237
|
type: "gumball";
|
|
1216
1238
|
props: {
|
|
1217
|
-
nameFilter?: string[] | null | undefined;
|
|
1218
|
-
selectionColor?: string | null | undefined;
|
|
1219
1239
|
hover?: boolean | undefined;
|
|
1220
1240
|
hoverColor?: string | null | undefined;
|
|
1221
1241
|
prompt?: {
|
|
@@ -1223,6 +1243,10 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
|
|
|
1223
1243
|
activeTitle?: string | null | undefined;
|
|
1224
1244
|
activeText?: string | null | undefined;
|
|
1225
1245
|
} | null | undefined;
|
|
1246
|
+
maximumSelection?: number | null | undefined;
|
|
1247
|
+
minimumSelection?: number | null | undefined;
|
|
1248
|
+
nameFilter?: string[] | null | undefined;
|
|
1249
|
+
selectionColor?: string | null | undefined;
|
|
1226
1250
|
enableRotation?: boolean | undefined;
|
|
1227
1251
|
enableRotationAxes?: {
|
|
1228
1252
|
x?: boolean | undefined;
|
|
@@ -1287,10 +1311,6 @@ export declare const validateInteractionParameterSettings: (param: unknown) => z
|
|
|
1287
1311
|
export declare const validateSelectionParameterSettings: (param: unknown) => z.SafeParseReturnType<{
|
|
1288
1312
|
type: "selection";
|
|
1289
1313
|
props: {
|
|
1290
|
-
maximumSelection?: number | null | undefined;
|
|
1291
|
-
minimumSelection?: number | null | undefined;
|
|
1292
|
-
nameFilter?: string[] | null | undefined;
|
|
1293
|
-
selectionColor?: string | null | undefined;
|
|
1294
1314
|
hover?: unknown;
|
|
1295
1315
|
hoverColor?: string | null | undefined;
|
|
1296
1316
|
prompt?: {
|
|
@@ -1298,14 +1318,14 @@ export declare const validateSelectionParameterSettings: (param: unknown) => z.S
|
|
|
1298
1318
|
activeTitle?: string | null | undefined;
|
|
1299
1319
|
activeText?: string | null | undefined;
|
|
1300
1320
|
} | null | undefined;
|
|
1301
|
-
};
|
|
1302
|
-
}, {
|
|
1303
|
-
type: "selection";
|
|
1304
|
-
props: {
|
|
1305
1321
|
maximumSelection?: number | null | undefined;
|
|
1306
1322
|
minimumSelection?: number | null | undefined;
|
|
1307
1323
|
nameFilter?: string[] | null | undefined;
|
|
1308
1324
|
selectionColor?: string | null | undefined;
|
|
1325
|
+
};
|
|
1326
|
+
}, {
|
|
1327
|
+
type: "selection";
|
|
1328
|
+
props: {
|
|
1309
1329
|
hover?: boolean | undefined;
|
|
1310
1330
|
hoverColor?: string | null | undefined;
|
|
1311
1331
|
prompt?: {
|
|
@@ -1313,13 +1333,15 @@ export declare const validateSelectionParameterSettings: (param: unknown) => z.S
|
|
|
1313
1333
|
activeTitle?: string | null | undefined;
|
|
1314
1334
|
activeText?: string | null | undefined;
|
|
1315
1335
|
} | null | undefined;
|
|
1336
|
+
maximumSelection?: number | null | undefined;
|
|
1337
|
+
minimumSelection?: number | null | undefined;
|
|
1338
|
+
nameFilter?: string[] | null | undefined;
|
|
1339
|
+
selectionColor?: string | null | undefined;
|
|
1316
1340
|
};
|
|
1317
1341
|
}>;
|
|
1318
1342
|
export declare const validateGumballParameterSettings: (param: unknown) => z.SafeParseReturnType<{
|
|
1319
1343
|
type: "gumball";
|
|
1320
1344
|
props: {
|
|
1321
|
-
nameFilter?: string[] | null | undefined;
|
|
1322
|
-
selectionColor?: string | null | undefined;
|
|
1323
1345
|
hover?: unknown;
|
|
1324
1346
|
hoverColor?: string | null | undefined;
|
|
1325
1347
|
prompt?: {
|
|
@@ -1327,6 +1349,10 @@ export declare const validateGumballParameterSettings: (param: unknown) => z.Saf
|
|
|
1327
1349
|
activeTitle?: string | null | undefined;
|
|
1328
1350
|
activeText?: string | null | undefined;
|
|
1329
1351
|
} | null | undefined;
|
|
1352
|
+
maximumSelection?: number | null | undefined;
|
|
1353
|
+
minimumSelection?: number | null | undefined;
|
|
1354
|
+
nameFilter?: string[] | null | undefined;
|
|
1355
|
+
selectionColor?: string | null | undefined;
|
|
1330
1356
|
enableRotation?: unknown;
|
|
1331
1357
|
enableRotationAxes?: {
|
|
1332
1358
|
x?: unknown;
|
|
@@ -1351,8 +1377,6 @@ export declare const validateGumballParameterSettings: (param: unknown) => z.Saf
|
|
|
1351
1377
|
}, {
|
|
1352
1378
|
type: "gumball";
|
|
1353
1379
|
props: {
|
|
1354
|
-
nameFilter?: string[] | null | undefined;
|
|
1355
|
-
selectionColor?: string | null | undefined;
|
|
1356
1380
|
hover?: boolean | undefined;
|
|
1357
1381
|
hoverColor?: string | null | undefined;
|
|
1358
1382
|
prompt?: {
|
|
@@ -1360,6 +1384,10 @@ export declare const validateGumballParameterSettings: (param: unknown) => z.Saf
|
|
|
1360
1384
|
activeTitle?: string | null | undefined;
|
|
1361
1385
|
activeText?: string | null | undefined;
|
|
1362
1386
|
} | null | undefined;
|
|
1387
|
+
maximumSelection?: number | null | undefined;
|
|
1388
|
+
minimumSelection?: number | null | undefined;
|
|
1389
|
+
nameFilter?: string[] | null | undefined;
|
|
1390
|
+
selectionColor?: string | null | undefined;
|
|
1363
1391
|
enableRotation?: boolean | undefined;
|
|
1364
1392
|
enableRotationAxes?: {
|
|
1365
1393
|
x?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IInteractionParameterSettings.d.ts","sourceRoot":"","sources":["../../../src/interfaces/parameter/IInteractionParameterSettings.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AAItB,oBAAY,gCAAgC,GACzC,WAAW,GACX,SAAS,GACT,UAAU,CAAC;AAMd;;GAEG;AACH,MAAM,WAAW,0BAA0B;IAG1C,oDAAoD;IACpD,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,kEAAkE;IAClE,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,qFAAqF;IACrF,MAAM,CAAC,EAAE;QACR,gDAAgD;QAChD,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,8CAA8C;QAC9C,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,+CAA+C;QAC/C,UAAU,CAAC,EAAE,MAAM,CAAC;KACpB,CAAC;CAGF;AAED;;;;GAIG;AACH,MAAM,WAAW,6BAA6B;IAG7C,8CAA8C;IAC9C,KAAK,EAAE,0BAA0B,CAAC;IAClC,0CAA0C;IAC1C,IAAI,EAAE,gCAAgC,CAAC;CAGvC;AA0BD,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAUxC,CAAC;AACH,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"IInteractionParameterSettings.d.ts","sourceRoot":"","sources":["../../../src/interfaces/parameter/IInteractionParameterSettings.ts"],"names":[],"mappings":"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"}
|
|
@@ -75,6 +75,8 @@ exports.IGumballParameterJsonSchema = zod_1.z.object({
|
|
|
75
75
|
.nullable()
|
|
76
76
|
.optional(),
|
|
77
77
|
selectionColor: zod_1.z.string().nullable().optional(),
|
|
78
|
+
maximumSelection: zod_1.z.number().nullable().optional(),
|
|
79
|
+
minimumSelection: zod_1.z.number().nullable().optional(),
|
|
78
80
|
})
|
|
79
81
|
.merge(IGeneralInteractionParameterJsonSchema),
|
|
80
82
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IInteractionParameterSettings.js","sourceRoot":"","sources":["../../../src/interfaces/parameter/IInteractionParameterSettings.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"IInteractionParameterSettings.js","sourceRoot":"","sources":["../../../src/interfaces/parameter/IInteractionParameterSettings.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shapediver/viewer.shared.types",
|
|
3
|
-
"version": "3.12.
|
|
3
|
+
"version": "3.12.19",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "Michael Oppitz <michael@shapediver.com>",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@shapediver/sdk.geometry-api-sdk-v2": "2.9.1",
|
|
42
42
|
"@shapediver/sdk.sdtf-v1": "1.6.0",
|
|
43
|
-
"@shapediver/viewer.shared.math": "3.12.
|
|
44
|
-
"@shapediver/viewer.shared.node-tree": "3.12.
|
|
45
|
-
"@shapediver/viewer.shared.services": "3.12.
|
|
43
|
+
"@shapediver/viewer.shared.math": "3.12.19",
|
|
44
|
+
"@shapediver/viewer.shared.node-tree": "3.12.19",
|
|
45
|
+
"@shapediver/viewer.shared.services": "3.12.19",
|
|
46
46
|
"gl-matrix": "3.3.0",
|
|
47
47
|
"zod": "3.23.8"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "abe39517f6179fac10a2cd9cd4dd48762db2ea19"
|
|
50
50
|
}
|