zakeke-configurator-react 0.0.194 → 0.0.196
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/3D/src/Components/AR/AndroidAR.d.ts +7 -7
- package/dist/declarations/3D/src/Components/InfoPointsManager/InfoPointsManager.d.ts +1 -1
- package/dist/declarations/3D/src/Components/SceneHelper.d.ts +345 -345
- package/dist/declarations/3D/src/Components/ScenePreview/ScenePreview.d.ts +19 -0
- package/dist/declarations/3D/src/Interfaces/ITryOn.d.ts +73 -73
- package/dist/declarations/3D/src/Viewers/SceneEditor.d.ts +650 -650
- package/dist/declarations/3D/src/Viewers/SceneViewer.d.ts +399 -398
- package/dist/declarations/composer/Module/src/components/tryOnViewer.d.ts +109 -109
- package/dist/declarations/composer/Module/src/environment.d.ts +327 -326
- package/dist/declarations/composer/Module/src/index.d.ts +7 -7
- package/dist/declarations/composer/Module/src/models.d.ts +896 -896
- package/dist/declarations/composer/Module/src/state/providerValue.d.ts +201 -200
- package/dist/declarations/libs/pricingRuleBase/DesignPriceCalculatorRuleBased.d.ts +79 -79
- package/dist/index.js +7653 -7580
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare class AndroidAR {
|
|
2
|
-
private static readonly _anchor;
|
|
3
|
-
private static readonly _linkOrTitle;
|
|
4
|
-
private static readonly _noArViewerSigil;
|
|
5
|
-
private static _fallbackInvoked;
|
|
6
|
-
static openSceneViewer(gltfSrc: any, notifyUnsupportedAR: () => void, arScale?: boolean, anchor?: 'wall' | 'floor' | null): void;
|
|
7
|
-
}
|
|
1
|
+
export declare class AndroidAR {
|
|
2
|
+
private static readonly _anchor;
|
|
3
|
+
private static readonly _linkOrTitle;
|
|
4
|
+
private static readonly _noArViewerSigil;
|
|
5
|
+
private static _fallbackInvoked;
|
|
6
|
+
static openSceneViewer(gltfSrc: any, notifyUnsupportedAR: () => void, arScale?: boolean, anchor?: 'wall' | 'floor' | null): void;
|
|
7
|
+
}
|