@colijnit/homedecorator 261.20.8 → 261.20.9
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/index.d.ts
CHANGED
|
@@ -8230,6 +8230,7 @@ declare class ThreedselectorComponent implements OnInit, OnDestroy {
|
|
|
8230
8230
|
private _loadedFromPreset;
|
|
8231
8231
|
private _loadedFromProject;
|
|
8232
8232
|
private _loadedShouldCopyInstance;
|
|
8233
|
+
private _userActionNeeded;
|
|
8233
8234
|
constructor(screenSizeService: ScreenSizeAnalysisService, _dialog: MatDialog, _appService: HomedecoratorAppService, _iOne: HomedecoratorConnectorService, _messageBus: MessageBusService, _loadFurnitureService: SwitchLoadFurnitureService, _buildFurnitureService: SwitchBuildFurnitureService, _toastService: ToastService, _messageService: MessageBusService, _sceneService: SceneService, _dialogService: DialogService, _cameraService: CameraService, _presetsService: PresetsService, _itemService: ItemService, _settingsService: HomedecoratorSettingsService, _appEventService: HomedecoratorAppEventService, _bluePrintService: BluePrintService, _wallService: WallService, _floorService: FloorService, _iconCacheService: HomedecoratorIconCacheService, _googleTagManager: GoogleTagManagerService, _appStateService: AppStateService, _progressService: ProgressService, _resizeService: ResizeService, _connectorAdapterService: HomedecoratorConnectorAdapterService, _lightPresetService: LightPresetsService, _variationService: VariationService, _configuringService: ConfiguringService, _configuratorEventService: ConfiguratorEventService, _changeDetector: ChangeDetectorRef);
|
|
8234
8235
|
ngOnInit(): void;
|
|
8235
8236
|
ngOnDestroy(): void;
|
|
@@ -8253,8 +8254,11 @@ declare class ThreedselectorComponent implements OnInit, OnDestroy {
|
|
|
8253
8254
|
showConfiguratorChange(show: boolean): void;
|
|
8254
8255
|
loadFurnitureFromSku(position: Vector3, sku: string, settings?: HomedecoratorExternalSettingsInterface): Promise<CustomFloorGroupResult>;
|
|
8255
8256
|
configureFurniture(object: Item | ItemGroup): Promise<void>;
|
|
8257
|
+
handleLoadIOneFurnitureIntoSceneByPreset(sku: string, instanceId: string, settings: Options): Promise<void>;
|
|
8258
|
+
configureFurnitureFromPreset(sku: string, instanceId: string, settings?: Options): Promise<CustomFloorGroupResult>;
|
|
8256
8259
|
private _initConfigurator;
|
|
8257
8260
|
private _prepareSettings;
|
|
8261
|
+
private _shouldResetConfigurator;
|
|
8258
8262
|
private _resetConfigurator;
|
|
8259
8263
|
private _waitForBuildToFinish;
|
|
8260
8264
|
private _setSourceSettings;
|