@colijnit/homedecorator 262.1.5 → 262.1.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/index.d.ts CHANGED
@@ -54,10 +54,10 @@ import { MatDialog, MatDialogRef, MatDialogConfig } from '@angular/material/dial
54
54
  import * as i3 from '@angular/common';
55
55
  import * as i4 from '@angular/material/button';
56
56
  import * as i20 from '@angular/material/tooltip';
57
- import * as i6 from '@colijnit/corecomponents_v12';
57
+ import * as i3$1 from '@colijnit/corecomponents_v12';
58
58
  import * as i5 from '@angular/material/list';
59
59
  import * as i19 from '@angular/material/checkbox';
60
- import * as i6$1 from '@angular/forms';
60
+ import * as i6 from '@angular/forms';
61
61
  import { BufferGeometry as BufferGeometry$1 } from 'three/src/core/BufferGeometry';
62
62
  import { ColorRepresentation } from 'three/src/math/Color';
63
63
  import { Brush } from 'three-bvh-csg';
@@ -715,7 +715,7 @@ declare class HomedecoratorAppEventService {
715
715
  externalOpen: Subject<void>;
716
716
  searchClick: Subject<void>;
717
717
  shareProject: Subject<void>;
718
- configurationFromPresetLoaded: BehaviorSubject<boolean>;
718
+ configurationFromPresetLoaded: Subject<boolean>;
719
719
  static ɵfac: i0.ɵɵFactoryDeclaration<HomedecoratorAppEventService, never>;
720
720
  static ɵprov: i0.ɵɵInjectableDeclaration<HomedecoratorAppEventService>;
721
721
  }
@@ -3202,7 +3202,7 @@ declare class HdLoaderComponent {
3202
3202
 
3203
3203
  declare class HdLoaderModule {
3204
3204
  static ɵfac: i0.ɵɵFactoryDeclaration<HdLoaderModule, never>;
3205
- static ɵmod: i0.ɵɵNgModuleDeclaration<HdLoaderModule, [typeof HdLoaderComponent], [typeof CoreModule, typeof i6.LoaderModule], [typeof HdLoaderComponent]>;
3205
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HdLoaderModule, [typeof HdLoaderComponent], [typeof CoreModule, typeof i3$1.LoaderModule], [typeof HdLoaderComponent]>;
3206
3206
  static ɵinj: i0.ɵɵInjectorDeclaration<HdLoaderModule>;
3207
3207
  }
3208
3208
 
@@ -3238,7 +3238,7 @@ declare class InfoDialogComponent {
3238
3238
 
3239
3239
  declare class InfoDialogModule {
3240
3240
  static ɵfac: i0.ɵɵFactoryDeclaration<InfoDialogModule, never>;
3241
- static ɵmod: i0.ɵɵNgModuleDeclaration<InfoDialogModule, [typeof InfoDialogComponent], [typeof CoreModule, typeof i19.MatCheckboxModule, typeof i4.MatButtonModule, typeof i4$1.MatDialogModule, typeof i6$1.FormsModule], never>;
3241
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InfoDialogModule, [typeof InfoDialogComponent], [typeof CoreModule, typeof i19.MatCheckboxModule, typeof i4.MatButtonModule, typeof i4$1.MatDialogModule, typeof i6.FormsModule], never>;
3242
3242
  static ɵinj: i0.ɵɵInjectorDeclaration<InfoDialogModule>;
3243
3243
  }
3244
3244
 
@@ -6096,7 +6096,7 @@ declare class ColorPickerDialogModule {
6096
6096
 
6097
6097
  declare class DevelopmentModule {
6098
6098
  static ɵfac: i0.ɵɵFactoryDeclaration<DevelopmentModule, never>;
6099
- static ɵmod: i0.ɵɵNgModuleDeclaration<DevelopmentModule, [typeof SelectedObjectComponent$1, typeof SelectedChildComponent, typeof SelectedChildMaterialComponent, typeof SelectedChildMaterialTextureComponent, typeof SelectedChildMaterialTexturesComponent, typeof SelectedChildMaterialColorComponent, typeof DevelopmentDirective], [typeof i3.CommonModule, typeof i19.MatCheckboxModule, typeof i6$1.FormsModule, typeof i10.MatSelectModule, typeof i6.IconModule, typeof CoreModule, typeof i4.MatButtonModule, typeof i20.MatTooltipModule, typeof ColorPickerDialogModule], [typeof SelectedObjectComponent$1, typeof SelectedChildComponent, typeof SelectedChildMaterialComponent, typeof SelectedChildMaterialTextureComponent, typeof SelectedChildMaterialTexturesComponent, typeof SelectedChildMaterialColorComponent, typeof DevelopmentDirective]>;
6099
+ static ɵmod: i0.ɵɵNgModuleDeclaration<DevelopmentModule, [typeof SelectedObjectComponent$1, typeof SelectedChildComponent, typeof SelectedChildMaterialComponent, typeof SelectedChildMaterialTextureComponent, typeof SelectedChildMaterialTexturesComponent, typeof SelectedChildMaterialColorComponent, typeof DevelopmentDirective], [typeof i3.CommonModule, typeof i19.MatCheckboxModule, typeof i6.FormsModule, typeof i10.MatSelectModule, typeof i3$1.IconModule, typeof CoreModule, typeof i4.MatButtonModule, typeof i20.MatTooltipModule, typeof ColorPickerDialogModule], [typeof SelectedObjectComponent$1, typeof SelectedChildComponent, typeof SelectedChildMaterialComponent, typeof SelectedChildMaterialTextureComponent, typeof SelectedChildMaterialTexturesComponent, typeof SelectedChildMaterialColorComponent, typeof DevelopmentDirective]>;
6100
6100
  static ɵinj: i0.ɵɵInjectorDeclaration<DevelopmentModule>;
6101
6101
  }
6102
6102
 
@@ -6116,7 +6116,7 @@ declare class ToolbarIconComponent {
6116
6116
 
6117
6117
  declare class ToolbarIconModule {
6118
6118
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarIconModule, never>;
6119
- static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarIconModule, [typeof ToolbarIconComponent], [typeof i3.CommonModule, typeof i7.MatIconModule, typeof i4.MatButtonModule, typeof i20.MatTooltipModule, typeof i6.IconModule], [typeof ToolbarIconComponent]>;
6119
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarIconModule, [typeof ToolbarIconComponent], [typeof i3.CommonModule, typeof i7.MatIconModule, typeof i4.MatButtonModule, typeof i20.MatTooltipModule, typeof i3$1.IconModule], [typeof ToolbarIconComponent]>;
6120
6120
  static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarIconModule>;
6121
6121
  }
6122
6122
 
@@ -6357,9 +6357,32 @@ declare class RenderProgressComponent implements OnDestroy {
6357
6357
  static ɵcmp: i0.ɵɵComponentDeclaration<RenderProgressComponent, "rp-render-progress", never, {}, {}, never, never, false, never>;
6358
6358
  }
6359
6359
 
6360
+ declare class InputSliderComponent {
6361
+ iconService: HomedecoratorIconCacheService;
6362
+ readonly icons: typeof IconEnum;
6363
+ label: string;
6364
+ min: number;
6365
+ max: number;
6366
+ step: number;
6367
+ value: number;
6368
+ valueChange: EventEmitter<number>;
6369
+ constructor(iconService: HomedecoratorIconCacheService);
6370
+ onValueChange(newValue: number | string): void;
6371
+ increment(): void;
6372
+ decrement(): void;
6373
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputSliderComponent, never>;
6374
+ static ɵcmp: i0.ɵɵComponentDeclaration<InputSliderComponent, "co-input-slider", never, { "label": { "alias": "label"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
6375
+ }
6376
+
6377
+ declare class InputSliderModule {
6378
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputSliderModule, never>;
6379
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InputSliderModule, [typeof InputSliderComponent], [typeof i6.FormsModule, typeof i3$1.IconModule, typeof i3$1.InputTextModule, typeof i3$1.InputNumberPickerModule], [typeof InputSliderComponent]>;
6380
+ static ɵinj: i0.ɵɵInjectorDeclaration<InputSliderModule>;
6381
+ }
6382
+
6360
6383
  declare class RenderModule {
6361
6384
  static ɵfac: i0.ɵɵFactoryDeclaration<RenderModule, never>;
6362
- static ɵmod: i0.ɵɵNgModuleDeclaration<RenderModule, [typeof RenderControlsComponent, typeof RenderProgressComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i4.MatButtonModule, typeof i4$1.MatDialogModule, typeof i20.MatTooltipModule, typeof i5$1.MatInputModule, typeof i7.MatIconModule, typeof i10.MatSelectModule, typeof i12.MatSlideToggleModule, typeof i13.MatGridListModule, typeof i13$1.MatProgressSpinnerModule, typeof i6$1.FormsModule, typeof i6.IconModule, typeof i11.MatSliderModule, typeof i6.TooltipDirectiveModule, typeof ProgressBarModule], [typeof RenderControlsComponent, typeof RenderProgressComponent]>;
6385
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RenderModule, [typeof RenderControlsComponent, typeof RenderProgressComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i4.MatButtonModule, typeof i4$1.MatDialogModule, typeof i20.MatTooltipModule, typeof i5$1.MatInputModule, typeof i7.MatIconModule, typeof i10.MatSelectModule, typeof i12.MatSlideToggleModule, typeof i13.MatGridListModule, typeof i13$1.MatProgressSpinnerModule, typeof i6.FormsModule, typeof i3$1.IconModule, typeof i11.MatSliderModule, typeof i3$1.TooltipDirectiveModule, typeof ProgressBarModule, typeof InputSliderModule], [typeof RenderControlsComponent, typeof RenderProgressComponent]>;
6363
6386
  static ɵinj: i0.ɵɵInjectorDeclaration<RenderModule>;
6364
6387
  }
6365
6388
 
@@ -6377,13 +6400,13 @@ declare class SliderInputComponent {
6377
6400
 
6378
6401
  declare class SliderInputModule {
6379
6402
  static ɵfac: i0.ɵɵFactoryDeclaration<SliderInputModule, never>;
6380
- static ɵmod: i0.ɵɵNgModuleDeclaration<SliderInputModule, [typeof SliderInputComponent], [typeof i3.CommonModule, typeof i6$1.FormsModule, typeof i4$2.MatFormFieldModule, typeof i5$1.MatInputModule, typeof i11.MatSliderModule, typeof i7$1.FlexLayoutModule], [typeof SliderInputComponent]>;
6403
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SliderInputModule, [typeof SliderInputComponent], [typeof i3.CommonModule, typeof i6.FormsModule, typeof i4$2.MatFormFieldModule, typeof i5$1.MatInputModule, typeof i11.MatSliderModule, typeof i7$1.FlexLayoutModule], [typeof SliderInputComponent]>;
6381
6404
  static ɵinj: i0.ɵɵInjectorDeclaration<SliderInputModule>;
6382
6405
  }
6383
6406
 
6384
6407
  declare class Core3dModule {
6385
6408
  static ɵfac: i0.ɵɵFactoryDeclaration<Core3dModule, never>;
6386
- static ɵmod: i0.ɵɵNgModuleDeclaration<Core3dModule, [typeof SceneDirective, typeof Core3dComponent, typeof SceneControlComponent, typeof WalkthroughCameraControlsComponent, typeof LightplanComponent, typeof EditLightComponent, typeof SceneOptionsComponent, typeof EditLightplanComponent, typeof ArGuiRootComponent, typeof ArGuiButtonsComponent, typeof ArGuiConfiguratorComponent, typeof ArGuiContextMenuComponent, typeof ArGuiNotificationsComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i6$1.FormsModule, typeof i5$1.MatInputModule, typeof i4.MatButtonModule, typeof i19.MatCheckboxModule, typeof i20.MatTooltipModule, typeof i11.MatSliderModule, typeof i10.MatSelectModule, typeof DevelopmentModule, typeof i6.IconModule, typeof ToolbarIconModule, typeof ZoomControlsModule, typeof RenderModule, typeof i7.MatIconModule, typeof i29.MatProgressBarModule, typeof SliderInputModule, typeof i31.MatOptionModule, typeof i19.MatCheckboxModule], [typeof Core3dComponent, typeof SceneDirective]>;
6409
+ static ɵmod: i0.ɵɵNgModuleDeclaration<Core3dModule, [typeof SceneDirective, typeof Core3dComponent, typeof SceneControlComponent, typeof WalkthroughCameraControlsComponent, typeof LightplanComponent, typeof EditLightComponent, typeof SceneOptionsComponent, typeof EditLightplanComponent, typeof ArGuiRootComponent, typeof ArGuiButtonsComponent, typeof ArGuiConfiguratorComponent, typeof ArGuiContextMenuComponent, typeof ArGuiNotificationsComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i6.FormsModule, typeof i5$1.MatInputModule, typeof i4.MatButtonModule, typeof i19.MatCheckboxModule, typeof i20.MatTooltipModule, typeof i11.MatSliderModule, typeof i10.MatSelectModule, typeof DevelopmentModule, typeof i3$1.IconModule, typeof ToolbarIconModule, typeof ZoomControlsModule, typeof RenderModule, typeof i7.MatIconModule, typeof i29.MatProgressBarModule, typeof SliderInputModule, typeof i31.MatOptionModule, typeof i19.MatCheckboxModule], [typeof Core3dComponent, typeof SceneDirective]>;
6387
6410
  static ɵinj: i0.ɵɵInjectorDeclaration<Core3dModule>;
6388
6411
  }
6389
6412
 
@@ -7772,15 +7795,12 @@ declare class SelectedObjectScaleComponent {
7772
7795
  static ɵcmp: i0.ɵɵComponentDeclaration<SelectedObjectScaleComponent, "rp-selected-object-scale", never, { "object": { "alias": "object"; "required": false; }; }, { "objectChange": "objectChange"; }, never, never, false, never>;
7773
7796
  }
7774
7797
 
7775
- declare class ConfigurationPresetLoaderComponent implements OnInit {
7798
+ declare class ConfigurationPresetLoaderComponent {
7776
7799
  configurationPresetService: ConfigurationPresetLoadService;
7777
7800
  iconService: HomedecoratorIconCacheService;
7778
- private _homedecoratorConnectorService;
7779
- private _messageService;
7780
7801
  readonly icon: typeof IconEnum;
7781
7802
  showClass(): boolean;
7782
- constructor(configurationPresetService: ConfigurationPresetLoadService, iconService: HomedecoratorIconCacheService, _homedecoratorConnectorService: HomedecoratorConnectorService, _messageService: MessageBusService);
7783
- ngOnInit(): void;
7803
+ constructor(configurationPresetService: ConfigurationPresetLoadService, iconService: HomedecoratorIconCacheService);
7784
7804
  handleCloseClick(): void;
7785
7805
  handleLoadPreset(): void;
7786
7806
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfigurationPresetLoaderComponent, never>;
@@ -7865,7 +7885,7 @@ declare class RightContextMenuComponent implements OnInit, OnDestroy, OnChanges
7865
7885
 
7866
7886
  declare class ContextMenuModule {
7867
7887
  static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuModule, never>;
7868
- static ɵmod: i0.ɵɵNgModuleDeclaration<ContextMenuModule, [typeof ContextMenuComponent, typeof ItemContextMenuComponent, typeof RightContextMenuComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i4.MatButtonModule, typeof i7.MatIconModule, typeof i20.MatTooltipModule, typeof i6.IconModule], [typeof ContextMenuComponent, typeof ItemContextMenuComponent, typeof RightContextMenuComponent]>;
7888
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ContextMenuModule, [typeof ContextMenuComponent, typeof ItemContextMenuComponent, typeof RightContextMenuComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i4.MatButtonModule, typeof i7.MatIconModule, typeof i20.MatTooltipModule, typeof i3$1.IconModule], [typeof ContextMenuComponent, typeof ItemContextMenuComponent, typeof RightContextMenuComponent]>;
7869
7889
  static ɵinj: i0.ɵɵInjectorDeclaration<ContextMenuModule>;
7870
7890
  }
7871
7891
 
@@ -7905,7 +7925,7 @@ declare class ButtonElevationComponent implements OnDestroy {
7905
7925
 
7906
7926
  declare class ButtonElevationModule {
7907
7927
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonElevationModule, never>;
7908
- static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonElevationModule, [typeof ButtonElevationComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i4$2.MatFormFieldModule, typeof i5$1.MatInputModule, typeof i4.MatButtonModule, typeof i7.MatIconModule, typeof i20.MatTooltipModule, typeof i6$1.FormsModule, typeof i6.IconModule], [typeof ButtonElevationComponent]>;
7928
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonElevationModule, [typeof ButtonElevationComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i4$2.MatFormFieldModule, typeof i5$1.MatInputModule, typeof i4.MatButtonModule, typeof i7.MatIconModule, typeof i20.MatTooltipModule, typeof i6.FormsModule, typeof i3$1.IconModule], [typeof ButtonElevationComponent]>;
7909
7929
  static ɵinj: i0.ɵɵInjectorDeclaration<ButtonElevationModule>;
7910
7930
  }
7911
7931
 
@@ -7958,7 +7978,7 @@ declare class MaterialDialogComponent implements OnInit, OnDestroy {
7958
7978
 
7959
7979
  declare class MaterialDialogModule {
7960
7980
  static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDialogModule, never>;
7961
- static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialDialogModule, [typeof MaterialDialogComponent], [typeof CoreModule, typeof i19.MatCheckboxModule, typeof i4.MatButtonModule, typeof i4$1.MatDialogModule, typeof i6$1.FormsModule, typeof i3.CommonModule, typeof i4$2.MatFormFieldModule, typeof i31.MatOptionModule, typeof i10.MatSelectModule, typeof DevelopmentModule, typeof i6.ListOfValuesModule, typeof i13$2.DragDropModule], never>;
7981
+ static ɵmod: i0.ɵɵNgModuleDeclaration<MaterialDialogModule, [typeof MaterialDialogComponent], [typeof CoreModule, typeof i19.MatCheckboxModule, typeof i4.MatButtonModule, typeof i4$1.MatDialogModule, typeof i6.FormsModule, typeof i3.CommonModule, typeof i4$2.MatFormFieldModule, typeof i31.MatOptionModule, typeof i10.MatSelectModule, typeof DevelopmentModule, typeof i3$1.ListOfValuesModule, typeof i13$2.DragDropModule], never>;
7962
7982
  static ɵinj: i0.ɵɵInjectorDeclaration<MaterialDialogModule>;
7963
7983
  }
7964
7984
 
@@ -8156,13 +8176,13 @@ declare class LoaderModule {
8156
8176
 
8157
8177
  declare class UploadModelDialogModule {
8158
8178
  static ɵfac: i0.ɵɵFactoryDeclaration<UploadModelDialogModule, never>;
8159
- static ɵmod: i0.ɵɵNgModuleDeclaration<UploadModelDialogModule, [typeof UploadModelDialogComponent, typeof ModelUploaderComponent, typeof ModelPreviewComponent], [typeof i3.CommonModule, typeof i7.MatIcon, typeof LoaderModule, typeof i12.MatSlideToggle, typeof i5$1.MatFormField, typeof i10.MatSelect, typeof i10.MatOption, typeof CoreModule, typeof i11$1.ModelCreationPageModule, typeof i6$1.FormsModule], never>;
8179
+ static ɵmod: i0.ɵɵNgModuleDeclaration<UploadModelDialogModule, [typeof UploadModelDialogComponent, typeof ModelUploaderComponent, typeof ModelPreviewComponent], [typeof i3.CommonModule, typeof i7.MatIcon, typeof LoaderModule, typeof i12.MatSlideToggle, typeof i5$1.MatFormField, typeof i10.MatSelect, typeof i10.MatOption, typeof CoreModule, typeof i11$1.ModelCreationPageModule, typeof i6.FormsModule], never>;
8160
8180
  static ɵinj: i0.ɵɵInjectorDeclaration<UploadModelDialogModule>;
8161
8181
  }
8162
8182
 
8163
8183
  declare class RoomPlannerModule {
8164
8184
  static ɵfac: i0.ɵɵFactoryDeclaration<RoomPlannerModule, never>;
8165
- static ɵmod: i0.ɵɵNgModuleDeclaration<RoomPlannerModule, [typeof ColorPickerComponent, typeof EditApplyComponent, typeof ObjectLibraryComponent, typeof RoomPlannerComponent, typeof FloorplannerComponent, typeof SelectedFloorComponent, typeof SelectedObjectComponent, typeof SelectedThreedObjectComponent, typeof SelectedWallComponent, typeof SettingsComponent, typeof SettingsOptionsComponent, typeof TexturePickerComponent, typeof TextureEditorComponent, typeof EditParameterComponent, typeof RalColorPickerComponent, typeof DimensionInputComponent, typeof FileDropComponent, typeof AppearanceSectionComponent, typeof FloorCatalogComponent, typeof CustomShapeCreatorComponent, typeof WallLengthInputComponent, typeof CustomCylinderCreatorComponent, typeof SelectedObjectScaleComponent, typeof ConfigurationPresetLoaderComponent], [typeof CoreModule, typeof CategoryLibraryModule, typeof i3.CommonModule, typeof ContextMenuModule, typeof i4.MatButtonModule, typeof i8.MatButtonToggleModule, typeof i10$1.MatCardModule, typeof i19.MatCheckboxModule, typeof i4$2.MatFormFieldModule, typeof i5$1.MatInputModule, typeof i9.MatSidenavModule, typeof i11.MatSliderModule, typeof i12.MatSlideToggleModule, typeof i13.MatGridListModule, typeof i7.MatIconModule, typeof i15.MatTabsModule, typeof i10.MatSelectModule, typeof i42.MatDividerModule, typeof i20.MatTooltipModule, typeof i44.MatSnackBarModule, typeof i6$1.FormsModule, typeof InfoDialogModule, typeof Core3dModule, typeof ToolbarIconModule, typeof ZoomControlsModule, typeof RenderModule, typeof SliderInputModule, typeof i7$1.FlexLayoutModule, typeof i6.IconModule, typeof i6.ButtonModule, typeof ButtonElevationModule, typeof ExportPdfModule, typeof MaterialDialogModule, typeof RgbColorPickerModule, typeof UploadModelDialogModule], [typeof RoomPlannerComponent]>;
8185
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RoomPlannerModule, [typeof ColorPickerComponent, typeof EditApplyComponent, typeof ObjectLibraryComponent, typeof RoomPlannerComponent, typeof FloorplannerComponent, typeof SelectedFloorComponent, typeof SelectedObjectComponent, typeof SelectedThreedObjectComponent, typeof SelectedWallComponent, typeof SettingsComponent, typeof SettingsOptionsComponent, typeof TexturePickerComponent, typeof TextureEditorComponent, typeof EditParameterComponent, typeof RalColorPickerComponent, typeof DimensionInputComponent, typeof FileDropComponent, typeof AppearanceSectionComponent, typeof FloorCatalogComponent, typeof CustomShapeCreatorComponent, typeof WallLengthInputComponent, typeof CustomCylinderCreatorComponent, typeof SelectedObjectScaleComponent, typeof ConfigurationPresetLoaderComponent], [typeof CoreModule, typeof CategoryLibraryModule, typeof i3.CommonModule, typeof ContextMenuModule, typeof i4.MatButtonModule, typeof i8.MatButtonToggleModule, typeof i10$1.MatCardModule, typeof i19.MatCheckboxModule, typeof i4$2.MatFormFieldModule, typeof i5$1.MatInputModule, typeof i9.MatSidenavModule, typeof i11.MatSliderModule, typeof i12.MatSlideToggleModule, typeof i13.MatGridListModule, typeof i7.MatIconModule, typeof i15.MatTabsModule, typeof i10.MatSelectModule, typeof i42.MatDividerModule, typeof i20.MatTooltipModule, typeof i44.MatSnackBarModule, typeof i6.FormsModule, typeof InfoDialogModule, typeof Core3dModule, typeof ToolbarIconModule, typeof ZoomControlsModule, typeof RenderModule, typeof SliderInputModule, typeof i7$1.FlexLayoutModule, typeof i3$1.IconModule, typeof i3$1.ButtonModule, typeof ButtonElevationModule, typeof ExportPdfModule, typeof MaterialDialogModule, typeof RgbColorPickerModule, typeof UploadModelDialogModule], [typeof RoomPlannerComponent]>;
8166
8186
  static ɵinj: i0.ɵɵInjectorDeclaration<RoomPlannerModule>;
8167
8187
  }
8168
8188
 
@@ -8601,7 +8621,7 @@ declare class ModelDialogFurnitureListComponent implements OnInit {
8601
8621
 
8602
8622
  declare class ModelDialogModule {
8603
8623
  static ɵfac: i0.ɵɵFactoryDeclaration<ModelDialogModule, never>;
8604
- static ɵmod: i0.ɵɵNgModuleDeclaration<ModelDialogModule, [typeof ModelDialogComponent, typeof ModelDialogFurnitureListComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i4.MatButtonModule, typeof i4$1.MatDialogModule, typeof i20.MatTooltipModule, typeof i7.MatIconModule, typeof i6.IconModule, typeof i6$1.FormsModule], never>;
8624
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ModelDialogModule, [typeof ModelDialogComponent, typeof ModelDialogFurnitureListComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i4.MatButtonModule, typeof i4$1.MatDialogModule, typeof i20.MatTooltipModule, typeof i7.MatIconModule, typeof i3$1.IconModule, typeof i6.FormsModule], never>;
8605
8625
  static ɵinj: i0.ɵɵInjectorDeclaration<ModelDialogModule>;
8606
8626
  }
8607
8627
 
@@ -8664,13 +8684,13 @@ declare class CameraSettingsDialogComponent implements OnInit {
8664
8684
 
8665
8685
  declare class CameraSettingsDialogModule {
8666
8686
  static ɵfac: i0.ɵɵFactoryDeclaration<CameraSettingsDialogModule, never>;
8667
- static ɵmod: i0.ɵɵNgModuleDeclaration<CameraSettingsDialogModule, [typeof CameraSettingsDialogComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i4$1.MatDialogModule, typeof i5.MatListModule, typeof i4$2.MatFormFieldModule, typeof i5$1.MatInputModule, typeof i6$1.FormsModule, typeof i4.MatButtonModule, typeof i7.MatIconModule], never>;
8687
+ static ɵmod: i0.ɵɵNgModuleDeclaration<CameraSettingsDialogModule, [typeof CameraSettingsDialogComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i4$1.MatDialogModule, typeof i5.MatListModule, typeof i4$2.MatFormFieldModule, typeof i5$1.MatInputModule, typeof i6.FormsModule, typeof i4.MatButtonModule, typeof i7.MatIconModule], never>;
8668
8688
  static ɵinj: i0.ɵɵInjectorDeclaration<CameraSettingsDialogModule>;
8669
8689
  }
8670
8690
 
8671
8691
  declare class ThreedselectorModule {
8672
8692
  static ɵfac: i0.ɵɵFactoryDeclaration<ThreedselectorModule, never>;
8673
- static ɵmod: i0.ɵɵNgModuleDeclaration<ThreedselectorModule, [typeof ThreedselectorComponent, typeof ElementToolbarComponent, typeof ElementButtonsComponent, typeof ElementSliderComponent], [typeof i3.CommonModule, typeof i6$1.FormsModule, typeof i4.MatButtonModule, typeof i8.MatButtonToggleModule, typeof i9.MatSidenavModule, typeof i10$1.MatCardModule, typeof i11.MatSliderModule, typeof i12.MatSlideToggleModule, typeof i13.MatGridListModule, typeof i7.MatIconModule, typeof i15.MatTabsModule, typeof Core3dModule, typeof CoreModule, typeof i6.IconModule, typeof ToolbarIconModule, typeof InfoDialogModule, typeof ErrorDialogModule, typeof ModelDialogModule, typeof ExportDialogModule, typeof CameraSettingsDialogModule, typeof i25.ProductConfiguratorModule, typeof i25.ConfiguratorModule], [typeof ElementButtonsComponent, typeof ThreedselectorComponent]>;
8693
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ThreedselectorModule, [typeof ThreedselectorComponent, typeof ElementToolbarComponent, typeof ElementButtonsComponent, typeof ElementSliderComponent], [typeof i3.CommonModule, typeof i6.FormsModule, typeof i4.MatButtonModule, typeof i8.MatButtonToggleModule, typeof i9.MatSidenavModule, typeof i10$1.MatCardModule, typeof i11.MatSliderModule, typeof i12.MatSlideToggleModule, typeof i13.MatGridListModule, typeof i7.MatIconModule, typeof i15.MatTabsModule, typeof Core3dModule, typeof CoreModule, typeof i3$1.IconModule, typeof ToolbarIconModule, typeof InfoDialogModule, typeof ErrorDialogModule, typeof ModelDialogModule, typeof ExportDialogModule, typeof CameraSettingsDialogModule, typeof i25.ProductConfiguratorModule, typeof i25.ConfiguratorModule], [typeof ElementButtonsComponent, typeof ThreedselectorComponent]>;
8674
8694
  static ɵinj: i0.ɵɵInjectorDeclaration<ThreedselectorModule>;
8675
8695
  }
8676
8696
 
@@ -9230,13 +9250,13 @@ declare class ThreedInPhotoSceneComponent implements AfterViewInit {
9230
9250
 
9231
9251
  declare class ThreedInPhotoModule {
9232
9252
  static ɵfac: i0.ɵɵFactoryDeclaration<ThreedInPhotoModule, never>;
9233
- static ɵmod: i0.ɵɵNgModuleDeclaration<ThreedInPhotoModule, [typeof UploadImageComponent, typeof ViewControlComponent, typeof ThreedInPhotoSceneComponent], [typeof i4.MatButtonModule, typeof i4$1.MatDialogModule, typeof i4$2.MatFormFieldModule, typeof i5$1.MatInputModule, typeof i6$1.FormsModule, typeof i12.MatSlideToggleModule, typeof i13$2.DragDropModule, typeof i7.MatIconModule], [typeof ThreedInPhotoSceneComponent]>;
9253
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ThreedInPhotoModule, [typeof UploadImageComponent, typeof ViewControlComponent, typeof ThreedInPhotoSceneComponent], [typeof i4.MatButtonModule, typeof i4$1.MatDialogModule, typeof i4$2.MatFormFieldModule, typeof i5$1.MatInputModule, typeof i6.FormsModule, typeof i12.MatSlideToggleModule, typeof i13$2.DragDropModule, typeof i7.MatIconModule], [typeof ThreedInPhotoSceneComponent]>;
9234
9254
  static ɵinj: i0.ɵɵInjectorDeclaration<ThreedInPhotoModule>;
9235
9255
  }
9236
9256
 
9237
9257
  declare class ToolbarModule {
9238
9258
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarModule, never>;
9239
- static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarModule, [typeof SaveDialogComponent, typeof OpenDialogComponent, typeof DrawDialogComponent, typeof PdfCropDialogComponent, typeof ToolbarComponent, typeof SavedDialogComponent, typeof DownloadDialogComponent, typeof LoadFromCloudDialogComponent, typeof LandingScreenModalComponent, typeof LimitedModeMessageComponent, typeof RegisterDialogComponent, typeof EditPresetDialogComponent], [typeof CoreModule, typeof i3.CommonModule, typeof ErrorDialogModule, typeof ModelDialogModule, typeof i6$1.FormsModule, typeof i6$1.ReactiveFormsModule, typeof i18.MatToolbarModule, typeof i7.MatIconModule, typeof i4.MatButtonModule, typeof i20.MatTooltipModule, typeof i9.MatSidenavModule, typeof i5.MatListModule, typeof i4$1.MatDialogModule, typeof i8.MatButtonToggleModule, typeof i44.MatSnackBarModule, typeof i5$1.MatInputModule, typeof i4$2.MatFormFieldModule, typeof i10$1.MatCardModule, typeof i13.MatGridListModule, typeof i31$1.MatMenuModule, typeof i7$1.FlexLayoutModule, typeof i33.PortalModule, typeof ToolbarIconModule, typeof i6.InputTextModule, typeof i6.IconModule, typeof i36.MatBadgeModule, typeof ThreedInPhotoModule, typeof i38.PdfViewerModule, typeof ExportPdfModule], [typeof ToolbarComponent]>;
9259
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarModule, [typeof SaveDialogComponent, typeof OpenDialogComponent, typeof DrawDialogComponent, typeof PdfCropDialogComponent, typeof ToolbarComponent, typeof SavedDialogComponent, typeof DownloadDialogComponent, typeof LoadFromCloudDialogComponent, typeof LandingScreenModalComponent, typeof LimitedModeMessageComponent, typeof RegisterDialogComponent, typeof EditPresetDialogComponent], [typeof CoreModule, typeof i3.CommonModule, typeof ErrorDialogModule, typeof ModelDialogModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i18.MatToolbarModule, typeof i7.MatIconModule, typeof i4.MatButtonModule, typeof i20.MatTooltipModule, typeof i9.MatSidenavModule, typeof i5.MatListModule, typeof i4$1.MatDialogModule, typeof i8.MatButtonToggleModule, typeof i44.MatSnackBarModule, typeof i5$1.MatInputModule, typeof i4$2.MatFormFieldModule, typeof i10$1.MatCardModule, typeof i13.MatGridListModule, typeof i31$1.MatMenuModule, typeof i7$1.FlexLayoutModule, typeof i33.PortalModule, typeof ToolbarIconModule, typeof i3$1.InputTextModule, typeof i3$1.IconModule, typeof i36.MatBadgeModule, typeof ThreedInPhotoModule, typeof i38.PdfViewerModule, typeof ExportPdfModule], [typeof ToolbarComponent]>;
9240
9260
  static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarModule>;
9241
9261
  }
9242
9262
 
@@ -9320,7 +9340,7 @@ declare class ProductOwnCollectionModule {
9320
9340
 
9321
9341
  declare class ProductCatalogModule {
9322
9342
  static ɵfac: i0.ɵɵFactoryDeclaration<ProductCatalogModule, never>;
9323
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProductCatalogModule, [typeof ProductCatalogComponent], [typeof i3.CommonModule, typeof CoreModule, typeof i7.MatIconModule, typeof i4.MatButtonModule, typeof i6.ButtonModule, typeof i6.ImageModule, typeof i7$2.CatalogExternalSourcesModule, typeof ProductOwnCollectionModule, typeof i7$2.CatalogExternalSourceModule], [typeof ProductCatalogComponent]>;
9343
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ProductCatalogModule, [typeof ProductCatalogComponent], [typeof i3.CommonModule, typeof CoreModule, typeof i7.MatIconModule, typeof i4.MatButtonModule, typeof i3$1.ButtonModule, typeof i3$1.ImageModule, typeof i7$2.CatalogExternalSourcesModule, typeof ProductOwnCollectionModule, typeof i7$2.CatalogExternalSourceModule], [typeof ProductCatalogComponent]>;
9324
9344
  static ɵinj: i0.ɵɵInjectorDeclaration<ProductCatalogModule>;
9325
9345
  }
9326
9346
 
@@ -9381,7 +9401,7 @@ declare class LightboxComponent {
9381
9401
 
9382
9402
  declare class LightboxModule {
9383
9403
  static ɵfac: i0.ɵɵFactoryDeclaration<LightboxModule, never>;
9384
- static ɵmod: i0.ɵɵNgModuleDeclaration<LightboxModule, [typeof LightboxComponent], [typeof i3.CommonModule, typeof i6.IconModule], [typeof LightboxComponent]>;
9404
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LightboxModule, [typeof LightboxComponent], [typeof i3.CommonModule, typeof i3$1.IconModule], [typeof LightboxComponent]>;
9385
9405
  static ɵinj: i0.ɵɵInjectorDeclaration<LightboxModule>;
9386
9406
  }
9387
9407
 
@@ -9405,7 +9425,7 @@ declare class DialogModule {
9405
9425
 
9406
9426
  declare class HomedecoratorModule {
9407
9427
  static ɵfac: i0.ɵɵFactoryDeclaration<HomedecoratorModule, never>;
9408
- static ɵmod: i0.ɵɵNgModuleDeclaration<HomedecoratorModule, [typeof HomedecoratorComponent], [typeof i3.CommonModule, typeof ProgressBarModule, typeof LoadingOverlayModule, typeof HdLoaderModule, typeof ExportDialogModule, typeof InfoDialogModule, typeof PluginsModule, typeof DialogModule, typeof i10$2.A11yModule, typeof i25.ProductConfiguratorModule, typeof i6.CoreComponentsTranslationModule, typeof i25.LiteSelectorModule], [typeof HomedecoratorComponent]>;
9428
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HomedecoratorModule, [typeof HomedecoratorComponent], [typeof i3.CommonModule, typeof ProgressBarModule, typeof LoadingOverlayModule, typeof HdLoaderModule, typeof ExportDialogModule, typeof InfoDialogModule, typeof PluginsModule, typeof DialogModule, typeof i10$2.A11yModule, typeof i25.ProductConfiguratorModule, typeof i3$1.CoreComponentsTranslationModule, typeof i25.LiteSelectorModule], [typeof HomedecoratorComponent]>;
9409
9429
  static ɵinj: i0.ɵɵInjectorDeclaration<HomedecoratorModule>;
9410
9430
  }
9411
9431
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/homedecorator",
3
- "version": "262.1.5",
3
+ "version": "262.1.6",
4
4
  "description": "Homedecorator application based on 262 version of iOne backend",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",