zakeke-configurator-react 0.0.53 → 0.0.54
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/declarations/composer/Module/src/environment.d.ts +2 -1
- package/dist/declarations/composer/Module/src/state/providerValue.d.ts +1 -1
- package/dist/globals0.js +7131 -7131
- package/dist/globals1.js +1459 -1459
- package/dist/globals2.js +3393 -3393
- package/dist/index.js +318 -374
- package/package.json +1 -1
|
@@ -23,7 +23,7 @@ export declare class ZakekeEnvironment {
|
|
|
23
23
|
private previousMeshesVisibleStates;
|
|
24
24
|
get internalProduct(): MPlaza.Model | null;
|
|
25
25
|
get internalScene(): Zakeke.Scene | null;
|
|
26
|
-
get internalCurrentTemplate():
|
|
26
|
+
get internalCurrentTemplate(): MPlaza.Design | null | undefined;
|
|
27
27
|
currency: string;
|
|
28
28
|
groups: Group[];
|
|
29
29
|
fonts: FontFamily[];
|
|
@@ -59,6 +59,7 @@ export declare class ZakekeEnvironment {
|
|
|
59
59
|
renderDesign: _.DebouncedFunc<() => Promise<void>>;
|
|
60
60
|
private handleSceneLoaded;
|
|
61
61
|
private getComposition;
|
|
62
|
+
private getDesign;
|
|
62
63
|
loadComposition: (id: string | null) => Promise<void>;
|
|
63
64
|
private internalLoadComposition;
|
|
64
65
|
private handleAttributeSelectionChanged;
|
|
@@ -5,7 +5,7 @@ import { FocusAttributesEventListener } from "../../../../3D/src";
|
|
|
5
5
|
export interface ProviderValue {
|
|
6
6
|
internalProduct: MPlaza.Model | null;
|
|
7
7
|
internalScene: Zakeke.Scene | null;
|
|
8
|
-
internalCurrentTemplate: MPlaza.Design;
|
|
8
|
+
internalCurrentTemplate: MPlaza.Design | null | undefined;
|
|
9
9
|
price: number;
|
|
10
10
|
culture: string;
|
|
11
11
|
currency: string;
|