@colijnit/homedecorator 261.20.6 → 261.20.7

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,7 +54,7 @@ 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 i8 from '@angular/material/tooltip';
57
- import * as i7$1 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
60
  import * as i6 from '@angular/forms';
@@ -74,7 +74,7 @@ import * as i13 from '@angular/material/grid-list';
74
74
  import * as i13$1 from '@angular/material/progress-spinner';
75
75
  import * as i29 from '@angular/material/progress-bar';
76
76
  import * as i4$2 from '@angular/material/form-field';
77
- import * as i7$2 from '@angular/flex-layout';
77
+ import * as i7$1 from '@angular/flex-layout';
78
78
  import * as i31 from '@angular/material/core';
79
79
  import * as i8$1 from '@angular/material/button-toggle';
80
80
  import { MatButtonToggleChange } from '@angular/material/button-toggle';
@@ -3173,7 +3173,7 @@ declare class HdLoaderComponent {
3173
3173
 
3174
3174
  declare class HdLoaderModule {
3175
3175
  static ɵfac: i0.ɵɵFactoryDeclaration<HdLoaderModule, never>;
3176
- static ɵmod: i0.ɵɵNgModuleDeclaration<HdLoaderModule, [typeof HdLoaderComponent], [typeof CoreModule, typeof i7$1.LoaderModule], [typeof HdLoaderComponent]>;
3176
+ static ɵmod: i0.ɵɵNgModuleDeclaration<HdLoaderModule, [typeof HdLoaderComponent], [typeof CoreModule, typeof i3$1.LoaderModule], [typeof HdLoaderComponent]>;
3177
3177
  static ɵinj: i0.ɵɵInjectorDeclaration<HdLoaderModule>;
3178
3178
  }
3179
3179
 
@@ -6068,7 +6068,7 @@ declare class ColorPickerDialogModule {
6068
6068
 
6069
6069
  declare class DevelopmentModule {
6070
6070
  static ɵfac: i0.ɵɵFactoryDeclaration<DevelopmentModule, never>;
6071
- 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 i7$1.IconModule, typeof CoreModule, typeof i4.MatButtonModule, typeof i8.MatTooltipModule, typeof ColorPickerDialogModule], [typeof SelectedObjectComponent$1, typeof SelectedChildComponent, typeof SelectedChildMaterialComponent, typeof SelectedChildMaterialTextureComponent, typeof SelectedChildMaterialTexturesComponent, typeof SelectedChildMaterialColorComponent, typeof DevelopmentDirective]>;
6071
+ 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 i8.MatTooltipModule, typeof ColorPickerDialogModule], [typeof SelectedObjectComponent$1, typeof SelectedChildComponent, typeof SelectedChildMaterialComponent, typeof SelectedChildMaterialTextureComponent, typeof SelectedChildMaterialTexturesComponent, typeof SelectedChildMaterialColorComponent, typeof DevelopmentDirective]>;
6072
6072
  static ɵinj: i0.ɵɵInjectorDeclaration<DevelopmentModule>;
6073
6073
  }
6074
6074
 
@@ -6088,7 +6088,7 @@ declare class ToolbarIconComponent {
6088
6088
 
6089
6089
  declare class ToolbarIconModule {
6090
6090
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarIconModule, never>;
6091
- static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarIconModule, [typeof ToolbarIconComponent], [typeof i3.CommonModule, typeof i7.MatIconModule, typeof i4.MatButtonModule, typeof i8.MatTooltipModule, typeof i7$1.IconModule], [typeof ToolbarIconComponent]>;
6091
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarIconModule, [typeof ToolbarIconComponent], [typeof i3.CommonModule, typeof i7.MatIconModule, typeof i4.MatButtonModule, typeof i8.MatTooltipModule, typeof i3$1.IconModule], [typeof ToolbarIconComponent]>;
6092
6092
  static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarIconModule>;
6093
6093
  }
6094
6094
 
@@ -6329,9 +6329,32 @@ declare class RenderProgressComponent implements OnDestroy {
6329
6329
  static ɵcmp: i0.ɵɵComponentDeclaration<RenderProgressComponent, "rp-render-progress", never, {}, {}, never, never, false, never>;
6330
6330
  }
6331
6331
 
6332
+ declare class InputSliderComponent {
6333
+ iconService: HomedecoratorIconCacheService;
6334
+ readonly icons: typeof IconEnum;
6335
+ label: string;
6336
+ min: number;
6337
+ max: number;
6338
+ step: number;
6339
+ value: number;
6340
+ valueChange: EventEmitter<number>;
6341
+ constructor(iconService: HomedecoratorIconCacheService);
6342
+ onValueChange(newValue: number | string): void;
6343
+ increment(): void;
6344
+ decrement(): void;
6345
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputSliderComponent, never>;
6346
+ 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>;
6347
+ }
6348
+
6349
+ declare class InputSliderModule {
6350
+ static ɵfac: i0.ɵɵFactoryDeclaration<InputSliderModule, never>;
6351
+ static ɵmod: i0.ɵɵNgModuleDeclaration<InputSliderModule, [typeof InputSliderComponent], [typeof i6.FormsModule, typeof i3$1.IconModule, typeof i3$1.InputTextModule, typeof i3$1.InputNumberPickerModule], [typeof InputSliderComponent]>;
6352
+ static ɵinj: i0.ɵɵInjectorDeclaration<InputSliderModule>;
6353
+ }
6354
+
6332
6355
  declare class RenderModule {
6333
6356
  static ɵfac: i0.ɵɵFactoryDeclaration<RenderModule, never>;
6334
- static ɵmod: i0.ɵɵNgModuleDeclaration<RenderModule, [typeof RenderControlsComponent, typeof RenderProgressComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i4.MatButtonModule, typeof i4$1.MatDialogModule, typeof i8.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 i7$1.IconModule, typeof i11.MatSliderModule, typeof i7$1.TooltipDirectiveModule, typeof ProgressBarModule], [typeof RenderControlsComponent, typeof RenderProgressComponent]>;
6357
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RenderModule, [typeof RenderControlsComponent, typeof RenderProgressComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i4.MatButtonModule, typeof i4$1.MatDialogModule, typeof i8.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]>;
6335
6358
  static ɵinj: i0.ɵɵInjectorDeclaration<RenderModule>;
6336
6359
  }
6337
6360
 
@@ -6349,13 +6372,13 @@ declare class SliderInputComponent {
6349
6372
 
6350
6373
  declare class SliderInputModule {
6351
6374
  static ɵfac: i0.ɵɵFactoryDeclaration<SliderInputModule, never>;
6352
- 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$2.FlexLayoutModule], [typeof SliderInputComponent]>;
6375
+ 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]>;
6353
6376
  static ɵinj: i0.ɵɵInjectorDeclaration<SliderInputModule>;
6354
6377
  }
6355
6378
 
6356
6379
  declare class Core3dModule {
6357
6380
  static ɵfac: i0.ɵɵFactoryDeclaration<Core3dModule, never>;
6358
- 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 i8.MatTooltipModule, typeof i11.MatSliderModule, typeof i10.MatSelectModule, typeof DevelopmentModule, typeof i7$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]>;
6381
+ 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 i8.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]>;
6359
6382
  static ɵinj: i0.ɵɵInjectorDeclaration<Core3dModule>;
6360
6383
  }
6361
6384
 
@@ -7814,7 +7837,7 @@ declare class RightContextMenuComponent implements OnInit, OnDestroy, OnChanges
7814
7837
 
7815
7838
  declare class ContextMenuModule {
7816
7839
  static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuModule, never>;
7817
- static ɵmod: i0.ɵɵNgModuleDeclaration<ContextMenuModule, [typeof ContextMenuComponent, typeof ItemContextMenuComponent, typeof RightContextMenuComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i4.MatButtonModule, typeof i7.MatIconModule, typeof i8.MatTooltipModule, typeof i7$1.IconModule], [typeof ContextMenuComponent, typeof ItemContextMenuComponent, typeof RightContextMenuComponent]>;
7840
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ContextMenuModule, [typeof ContextMenuComponent, typeof ItemContextMenuComponent, typeof RightContextMenuComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i4.MatButtonModule, typeof i7.MatIconModule, typeof i8.MatTooltipModule, typeof i3$1.IconModule], [typeof ContextMenuComponent, typeof ItemContextMenuComponent, typeof RightContextMenuComponent]>;
7818
7841
  static ɵinj: i0.ɵɵInjectorDeclaration<ContextMenuModule>;
7819
7842
  }
7820
7843
 
@@ -7854,7 +7877,7 @@ declare class ButtonElevationComponent implements OnDestroy {
7854
7877
 
7855
7878
  declare class ButtonElevationModule {
7856
7879
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonElevationModule, never>;
7857
- 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 i8.MatTooltipModule, typeof i6.FormsModule, typeof i7$1.IconModule], [typeof ButtonElevationComponent]>;
7880
+ 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 i8.MatTooltipModule, typeof i6.FormsModule, typeof i3$1.IconModule], [typeof ButtonElevationComponent]>;
7858
7881
  static ɵinj: i0.ɵɵInjectorDeclaration<ButtonElevationModule>;
7859
7882
  }
7860
7883
 
@@ -7907,7 +7930,7 @@ declare class MaterialDialogComponent implements OnInit, OnDestroy {
7907
7930
 
7908
7931
  declare class MaterialDialogModule {
7909
7932
  static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDialogModule, never>;
7910
- 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 i7$1.ListOfValuesModule, typeof i13$2.DragDropModule], never>;
7933
+ 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>;
7911
7934
  static ɵinj: i0.ɵɵInjectorDeclaration<MaterialDialogModule>;
7912
7935
  }
7913
7936
 
@@ -7928,7 +7951,7 @@ declare class RgbColorPickerModule {
7928
7951
 
7929
7952
  declare class RoomPlannerModule {
7930
7953
  static ɵfac: i0.ɵɵFactoryDeclaration<RoomPlannerModule, never>;
7931
- 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 CoreModule, typeof CategoryLibraryModule, typeof i3.CommonModule, typeof ContextMenuModule, typeof i4.MatButtonModule, typeof i8$1.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 i41.MatDividerModule, typeof i8.MatTooltipModule, typeof i43.MatSnackBarModule, typeof i6.FormsModule, typeof InfoDialogModule, typeof Core3dModule, typeof ToolbarIconModule, typeof ZoomControlsModule, typeof RenderModule, typeof SliderInputModule, typeof i7$2.FlexLayoutModule, typeof i7$1.IconModule, typeof i7$1.ButtonModule, typeof ButtonElevationModule, typeof ExportPdfModule, typeof MaterialDialogModule, typeof RgbColorPickerModule], [typeof RoomPlannerComponent]>;
7954
+ 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 CoreModule, typeof CategoryLibraryModule, typeof i3.CommonModule, typeof ContextMenuModule, typeof i4.MatButtonModule, typeof i8$1.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 i41.MatDividerModule, typeof i8.MatTooltipModule, typeof i43.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 RoomPlannerComponent]>;
7932
7955
  static ɵinj: i0.ɵɵInjectorDeclaration<RoomPlannerModule>;
7933
7956
  }
7934
7957
 
@@ -8363,7 +8386,7 @@ declare class ModelDialogFurnitureListComponent implements OnInit {
8363
8386
 
8364
8387
  declare class ModelDialogModule {
8365
8388
  static ɵfac: i0.ɵɵFactoryDeclaration<ModelDialogModule, never>;
8366
- static ɵmod: i0.ɵɵNgModuleDeclaration<ModelDialogModule, [typeof ModelDialogComponent, typeof ModelDialogFurnitureListComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i4.MatButtonModule, typeof i4$1.MatDialogModule, typeof i8.MatTooltipModule, typeof i7.MatIconModule, typeof i7$1.IconModule, typeof i6.FormsModule], never>;
8389
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ModelDialogModule, [typeof ModelDialogComponent, typeof ModelDialogFurnitureListComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i4.MatButtonModule, typeof i4$1.MatDialogModule, typeof i8.MatTooltipModule, typeof i7.MatIconModule, typeof i3$1.IconModule, typeof i6.FormsModule], never>;
8367
8390
  static ɵinj: i0.ɵɵInjectorDeclaration<ModelDialogModule>;
8368
8391
  }
8369
8392
 
@@ -8432,7 +8455,7 @@ declare class CameraSettingsDialogModule {
8432
8455
 
8433
8456
  declare class ThreedselectorModule {
8434
8457
  static ɵfac: i0.ɵɵFactoryDeclaration<ThreedselectorModule, never>;
8435
- static ɵmod: i0.ɵɵNgModuleDeclaration<ThreedselectorModule, [typeof ThreedselectorComponent, typeof ElementToolbarComponent, typeof ElementButtonsComponent, typeof ElementSliderComponent], [typeof i3.CommonModule, typeof i6.FormsModule, typeof i4.MatButtonModule, typeof i8$1.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 i7$1.IconModule, typeof ToolbarIconModule, typeof InfoDialogModule, typeof ErrorDialogModule, typeof ModelDialogModule, typeof ExportDialogModule, typeof CameraSettingsDialogModule, typeof i25.ProductConfiguratorModule, typeof i25.ConfiguratorModule], [typeof ElementButtonsComponent, typeof ThreedselectorComponent]>;
8458
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ThreedselectorModule, [typeof ThreedselectorComponent, typeof ElementToolbarComponent, typeof ElementButtonsComponent, typeof ElementSliderComponent], [typeof i3.CommonModule, typeof i6.FormsModule, typeof i4.MatButtonModule, typeof i8$1.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]>;
8436
8459
  static ɵinj: i0.ɵɵInjectorDeclaration<ThreedselectorModule>;
8437
8460
  }
8438
8461
 
@@ -9009,7 +9032,7 @@ declare class ThreedInPhotoModule {
9009
9032
 
9010
9033
  declare class ToolbarModule {
9011
9034
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarModule, never>;
9012
- 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 i8.MatTooltipModule, typeof i9.MatSidenavModule, typeof i5.MatListModule, typeof i4$1.MatDialogModule, typeof i8$1.MatButtonToggleModule, typeof i43.MatSnackBarModule, typeof i5$1.MatInputModule, typeof i4$2.MatFormFieldModule, typeof i10$1.MatCardModule, typeof i13.MatGridListModule, typeof i31$1.MatMenuModule, typeof i7$2.FlexLayoutModule, typeof i33.PortalModule, typeof ToolbarIconModule, typeof i7$1.InputTextModule, typeof i7$1.IconModule, typeof i36.MatBadgeModule, typeof ThreedInPhotoModule, typeof i38.PdfViewerModule, typeof ExportPdfModule], [typeof ToolbarComponent]>;
9035
+ 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 i8.MatTooltipModule, typeof i9.MatSidenavModule, typeof i5.MatListModule, typeof i4$1.MatDialogModule, typeof i8$1.MatButtonToggleModule, typeof i43.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]>;
9013
9036
  static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarModule>;
9014
9037
  }
9015
9038
 
@@ -9218,13 +9241,13 @@ declare class LoaderModule {
9218
9241
 
9219
9242
  declare class ModelUploaderModule {
9220
9243
  static ɵfac: i0.ɵɵFactoryDeclaration<ModelUploaderModule, never>;
9221
- static ɵmod: i0.ɵɵNgModuleDeclaration<ModelUploaderModule, [typeof ModelUploaderComponent, typeof ModelPreviewComponent], [typeof i3.CommonModule, typeof CoreModule, typeof i7.MatIconModule, typeof i4.MatButtonModule, typeof i7$1.ButtonModule, typeof i7$1.ImageModule, typeof i8$2.CatalogExternalSourcesModule, typeof i8$2.CatalogExternalSourceModule, typeof i9$1.MatRadioModule, typeof i12.MatSlideToggleModule, typeof i4$2.MatFormFieldModule, typeof i31.MatOptionModule, typeof i10.MatSelectModule, typeof i7$1.IconModule, typeof i6.FormsModule, typeof LoaderModule], [typeof ModelUploaderComponent]>;
9244
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ModelUploaderModule, [typeof ModelUploaderComponent, typeof ModelPreviewComponent], [typeof i3.CommonModule, typeof CoreModule, typeof i7.MatIconModule, typeof i4.MatButtonModule, typeof i3$1.ButtonModule, typeof i3$1.ImageModule, typeof i8$2.CatalogExternalSourcesModule, typeof i8$2.CatalogExternalSourceModule, typeof i9$1.MatRadioModule, typeof i12.MatSlideToggleModule, typeof i4$2.MatFormFieldModule, typeof i31.MatOptionModule, typeof i10.MatSelectModule, typeof i3$1.IconModule, typeof i6.FormsModule, typeof LoaderModule], [typeof ModelUploaderComponent]>;
9222
9245
  static ɵinj: i0.ɵɵInjectorDeclaration<ModelUploaderModule>;
9223
9246
  }
9224
9247
 
9225
9248
  declare class ProductCatalogModule {
9226
9249
  static ɵfac: i0.ɵɵFactoryDeclaration<ProductCatalogModule, never>;
9227
- static ɵmod: i0.ɵɵNgModuleDeclaration<ProductCatalogModule, [typeof ProductCatalogComponent], [typeof i3.CommonModule, typeof CoreModule, typeof i7.MatIconModule, typeof i4.MatButtonModule, typeof i7$1.ButtonModule, typeof i7$1.ImageModule, typeof i8$2.CatalogExternalSourcesModule, typeof ProductOwnCollectionModule, typeof i8$2.CatalogExternalSourceModule, typeof ModelUploaderModule], [typeof ProductCatalogComponent]>;
9250
+ 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 i8$2.CatalogExternalSourcesModule, typeof ProductOwnCollectionModule, typeof i8$2.CatalogExternalSourceModule, typeof ModelUploaderModule], [typeof ProductCatalogComponent]>;
9228
9251
  static ɵinj: i0.ɵɵInjectorDeclaration<ProductCatalogModule>;
9229
9252
  }
9230
9253
 
@@ -9285,7 +9308,7 @@ declare class LightboxComponent {
9285
9308
 
9286
9309
  declare class LightboxModule {
9287
9310
  static ɵfac: i0.ɵɵFactoryDeclaration<LightboxModule, never>;
9288
- static ɵmod: i0.ɵɵNgModuleDeclaration<LightboxModule, [typeof LightboxComponent], [typeof i3.CommonModule, typeof i7$1.IconModule], [typeof LightboxComponent]>;
9311
+ static ɵmod: i0.ɵɵNgModuleDeclaration<LightboxModule, [typeof LightboxComponent], [typeof i3.CommonModule, typeof i3$1.IconModule], [typeof LightboxComponent]>;
9289
9312
  static ɵinj: i0.ɵɵInjectorDeclaration<LightboxModule>;
9290
9313
  }
9291
9314
 
@@ -9309,7 +9332,7 @@ declare class DialogModule {
9309
9332
 
9310
9333
  declare class HomedecoratorModule {
9311
9334
  static ɵfac: i0.ɵɵFactoryDeclaration<HomedecoratorModule, never>;
9312
- 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 i7$1.CoreComponentsTranslationModule, typeof i25.LiteSelectorModule], [typeof HomedecoratorComponent]>;
9335
+ 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]>;
9313
9336
  static ɵinj: i0.ɵɵInjectorDeclaration<HomedecoratorModule>;
9314
9337
  }
9315
9338
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/homedecorator",
3
- "version": "261.20.6",
3
+ "version": "261.20.7",
4
4
  "description": "Homedecorator application based on 261 version of iOne backend",
5
5
  "repository": "npm/npm",
6
6
  "author": "Colijn IT",