@colijnit/homedecorator 262.1.4 → 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
@@ -1,5 +1,5 @@
1
1
  import * as i0 from '@angular/core';
2
- import { OnDestroy, OnInit, TemplateRef, ChangeDetectorRef, PipeTransform, ElementRef, AfterViewInit, EventEmitter, OnChanges, SimpleChanges, Injector } from '@angular/core';
2
+ import { OnDestroy, OnInit, TemplateRef, ChangeDetectorRef, Injector, PipeTransform, ElementRef, AfterViewInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
3
3
  import * as i7 from '@angular/material/icon';
4
4
  import { MatIconRegistry } from '@angular/material/icon';
5
5
  import { SafeHtml, EventManager, DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
@@ -31,10 +31,10 @@ import { ExternalSource } from '@colijnit/articleapi/build/model/external-source
31
31
  import { ArticleFullObject } from '@colijnit/articleapi/build/model/article-full-object';
32
32
  import { ArticleCategory } from '@colijnit/configuratorapi/build/model/article-category';
33
33
  import { ArticleFlat } from '@colijnit/articleapi/build/model/article-flat.bo';
34
- import { ArticleExtended } from '@colijnit/articleapi/build/model/article-extended.bo';
35
34
  import { ExternalSourceArticleAddInterface } from '@colijnit/articleapi/build/interface/external-source-article-add.interface';
36
35
  import { CoDomainValue } from '@colijnit/mainapi/build/model/co-domain-value.bo';
37
36
  import { ObjectConfiguration } from '@colijnit/ioneconnector/build/model/object-configuration';
37
+ import { ArticleExtended } from '@colijnit/articleapi/build/model/article-extended.bo';
38
38
  import { SelectorStructure } from '@colijnit/configuratorapi/build/model/selector-structure.bo';
39
39
  import * as i7$2 from '@colijnit/catalog';
40
40
  import { CatalogExternalSourcesService, FilterOrder, CatalogService, ExternalSourceViewmodel } from '@colijnit/catalog';
@@ -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';
@@ -704,7 +704,7 @@ declare class HomedecoratorAppEventService {
704
704
  hideOutline: Subject<void>;
705
705
  objectMovingOrRotating: Subject<void>;
706
706
  addToCart: Subject<{
707
- article: string | ArticleExtended;
707
+ article: string | ArticleFullObject;
708
708
  quantity: number;
709
709
  }>;
710
710
  addExternalSourceToCart: Subject<ExternalSourceArticleAddInterface>;
@@ -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
  }
@@ -773,6 +773,7 @@ declare class HomedecoratorConnectorAdapterService implements OnDestroy {
773
773
  getDecosAsync(): Promise<DecoNode[]>;
774
774
  getAnswerPrices(): Promise<AnswerPrice[]>;
775
775
  getJsonConfiguredArticles(goodId: number, goodType: string, quantity: number, externalSource?: boolean, showLoader?: boolean, instanceId?: string, configuratorStatistics?: ConfiguratorStatisticsEnvironment): Promise<string>;
776
+ prepareArticleForCart(goodId: number, quantity?: number, shouldGetArticleTree?: boolean, showLoader?: boolean, instanceId?: string): Promise<ArticleFullObject | string>;
776
777
  setInstanceToConfigure(id: string): Promise<DataServiceResponseData>;
777
778
  selectAnswer(answer: Answer, userInput?: string): Promise<DataServiceResponseData>;
778
779
  cancelAnswer(getAnswersAndQuestion?: boolean): Promise<DataServiceResponseData>;
@@ -1229,7 +1230,7 @@ declare class HomedecoratorConnectorService implements OnDestroy {
1229
1230
  getInternalParameter(param: InternalParam): Promise<string>;
1230
1231
  getDefaultLanguage(upId: number): Promise<string>;
1231
1232
  googleTranslateEnabled(): Promise<boolean>;
1232
- getJsonConfiguredArticles(goodId: number, goodType: string, quantity: number, externalSource?: boolean, showLoader?: boolean, instanceId?: string, configuratorStatistics?: ConfiguratorStatisticsEnvironment): Promise<any>;
1233
+ prepareArticleForCart(goodId: number, quantity: number, externalSource?: boolean, showLoader?: boolean, instanceId?: string): Promise<ArticleFullObject | string>;
1233
1234
  setInstance(id: string): Promise<DataServiceResponseData>;
1234
1235
  copyInstanceAndSaveOriginalConfiguration(instanceId: string, result: CustomFloorGroupResult): Promise<string>;
1235
1236
  copyInstanceAndLoseOriginalConfiguration(instanceId: string, result: CustomFloorGroupResult): Promise<string>;
@@ -1261,7 +1262,7 @@ declare class HomedecoratorConnectorService implements OnDestroy {
1261
1262
  private _isAllSelectionPublished;
1262
1263
  private _isAnswerPublished;
1263
1264
  private _preloadCachedImages;
1264
- addToCart(goodId: number, goodType: string, quantity: number, instanceId: string, externalSource: boolean): Promise<string>;
1265
+ addToCart(goodId: number, goodType: string, quantity: number, instanceId: string, externalSource: boolean): Promise<ArticleFullObject | string>;
1265
1266
  handleAnswersReceived(): void;
1266
1267
  getGoogleTranslation(sourceLang: string, targetLang: string, list: string[]): Promise<string>;
1267
1268
  getExternalSourceFromId(externalSourceId: number): ExternalSource;
@@ -2960,6 +2961,7 @@ declare class HomedecoratorComponent implements OnInit, OnDestroy {
2960
2961
  private _sceneService;
2961
2962
  private _webWorkerService;
2962
2963
  private _configurationPresetLoadService;
2964
+ private _injector;
2963
2965
  generalFilterOrders: FilterOrder[];
2964
2966
  purchaseFilterOrders: FilterOrder[];
2965
2967
  logisticsFilterOrders: FilterOrder[];
@@ -2982,7 +2984,7 @@ declare class HomedecoratorComponent implements OnInit, OnDestroy {
2982
2984
  private _settings;
2983
2985
  private _eventService;
2984
2986
  constructor(appService: HomedecoratorAppService, // don't remove this, needs to be created on a high level
2985
- controllerService: HomedecoratorConnectorService, appState: AppStateService, presetsService: PresetsService, screenAnalysis: ScreenSizeAnalysisService, _iconRegistry: MatIconRegistry, _domSanitizer: DomSanitizer, _messageService: MessageBusService, _homedecoratorService: HomedecoratorService, _parentEventService: HomedecoratorAppEventService, _ownEventService: HomedecoratorAppEventService, _integrationService: IntegrationService, _sceneService: SceneService, _webWorkerService: WebWorkerService, _configurationPresetLoadService: ConfigurationPresetLoadService);
2987
+ controllerService: HomedecoratorConnectorService, appState: AppStateService, presetsService: PresetsService, screenAnalysis: ScreenSizeAnalysisService, _iconRegistry: MatIconRegistry, _domSanitizer: DomSanitizer, _messageService: MessageBusService, _homedecoratorService: HomedecoratorService, _parentEventService: HomedecoratorAppEventService, _ownEventService: HomedecoratorAppEventService, _integrationService: IntegrationService, _sceneService: SceneService, _webWorkerService: WebWorkerService, _configurationPresetLoadService: ConfigurationPresetLoadService, _injector: Injector);
2986
2988
  ngOnInit(): Promise<void>;
2987
2989
  ngOnDestroy(): void;
2988
2990
  registerCustomIcons(): void;
@@ -2994,7 +2996,7 @@ declare class HomedecoratorComponent implements OnInit, OnDestroy {
2994
2996
  private _startWithPreset;
2995
2997
  private _setCommunication;
2996
2998
  private _initConnection;
2997
- static ɵfac: i0.ɵɵFactoryDeclaration<HomedecoratorComponent, [null, null, null, null, null, null, null, null, null, { optional: true; skipSelf: true; }, { optional: true; self: true; }, null, null, null, null]>;
2999
+ static ɵfac: i0.ɵɵFactoryDeclaration<HomedecoratorComponent, [null, null, null, null, null, null, null, null, null, { optional: true; skipSelf: true; }, { optional: true; self: true; }, null, null, null, null, null]>;
2998
3000
  static ɵcmp: i0.ɵɵComponentDeclaration<HomedecoratorComponent, "co-homedecorator", never, { "generalFilterOrders": { "alias": "generalFilterOrders"; "required": false; }; "purchaseFilterOrders": { "alias": "purchaseFilterOrders"; "required": false; }; "logisticsFilterOrders": { "alias": "logisticsFilterOrders"; "required": false; }; "initCommunication": { "alias": "initCommunication"; "required": false; }; "projectToLoad": { "alias": "projectToLoad"; "required": false; }; "shareButton": { "alias": "shareButton"; "required": false; }; "loadWithConfigurationPreset": { "alias": "loadWithConfigurationPreset"; "required": false; }; "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, false, never>;
2999
3001
  }
3000
3002
 
@@ -3200,7 +3202,7 @@ declare class HdLoaderComponent {
3200
3202
 
3201
3203
  declare class HdLoaderModule {
3202
3204
  static ɵfac: i0.ɵɵFactoryDeclaration<HdLoaderModule, never>;
3203
- 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]>;
3204
3206
  static ɵinj: i0.ɵɵInjectorDeclaration<HdLoaderModule>;
3205
3207
  }
3206
3208
 
@@ -3236,7 +3238,7 @@ declare class InfoDialogComponent {
3236
3238
 
3237
3239
  declare class InfoDialogModule {
3238
3240
  static ɵfac: i0.ɵɵFactoryDeclaration<InfoDialogModule, never>;
3239
- 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>;
3240
3242
  static ɵinj: i0.ɵɵInjectorDeclaration<InfoDialogModule>;
3241
3243
  }
3242
3244
 
@@ -6094,7 +6096,7 @@ declare class ColorPickerDialogModule {
6094
6096
 
6095
6097
  declare class DevelopmentModule {
6096
6098
  static ɵfac: i0.ɵɵFactoryDeclaration<DevelopmentModule, never>;
6097
- 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]>;
6098
6100
  static ɵinj: i0.ɵɵInjectorDeclaration<DevelopmentModule>;
6099
6101
  }
6100
6102
 
@@ -6114,7 +6116,7 @@ declare class ToolbarIconComponent {
6114
6116
 
6115
6117
  declare class ToolbarIconModule {
6116
6118
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarIconModule, never>;
6117
- 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]>;
6118
6120
  static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarIconModule>;
6119
6121
  }
6120
6122
 
@@ -6213,7 +6215,7 @@ declare class RenderService implements OnDestroy {
6213
6215
  private _appEventService;
6214
6216
  private _dictionaryService;
6215
6217
  renderImageChanged: BehaviorSubject<string>;
6216
- renderImageError: BehaviorSubject<string>;
6218
+ renderImageError: Subject<string>;
6217
6219
  blenderRenderStarted: Subject<boolean>;
6218
6220
  renderUpdateImageChanged: BehaviorSubject<{
6219
6221
  image: string;
@@ -6355,9 +6357,32 @@ declare class RenderProgressComponent implements OnDestroy {
6355
6357
  static ɵcmp: i0.ɵɵComponentDeclaration<RenderProgressComponent, "rp-render-progress", never, {}, {}, never, never, false, never>;
6356
6358
  }
6357
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
+
6358
6383
  declare class RenderModule {
6359
6384
  static ɵfac: i0.ɵɵFactoryDeclaration<RenderModule, never>;
6360
- 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]>;
6361
6386
  static ɵinj: i0.ɵɵInjectorDeclaration<RenderModule>;
6362
6387
  }
6363
6388
 
@@ -6375,13 +6400,13 @@ declare class SliderInputComponent {
6375
6400
 
6376
6401
  declare class SliderInputModule {
6377
6402
  static ɵfac: i0.ɵɵFactoryDeclaration<SliderInputModule, never>;
6378
- 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]>;
6379
6404
  static ɵinj: i0.ɵɵInjectorDeclaration<SliderInputModule>;
6380
6405
  }
6381
6406
 
6382
6407
  declare class Core3dModule {
6383
6408
  static ɵfac: i0.ɵɵFactoryDeclaration<Core3dModule, never>;
6384
- 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]>;
6385
6410
  static ɵinj: i0.ɵɵInjectorDeclaration<Core3dModule>;
6386
6411
  }
6387
6412
 
@@ -7770,15 +7795,12 @@ declare class SelectedObjectScaleComponent {
7770
7795
  static ɵcmp: i0.ɵɵComponentDeclaration<SelectedObjectScaleComponent, "rp-selected-object-scale", never, { "object": { "alias": "object"; "required": false; }; }, { "objectChange": "objectChange"; }, never, never, false, never>;
7771
7796
  }
7772
7797
 
7773
- declare class ConfigurationPresetLoaderComponent implements OnInit {
7798
+ declare class ConfigurationPresetLoaderComponent {
7774
7799
  configurationPresetService: ConfigurationPresetLoadService;
7775
7800
  iconService: HomedecoratorIconCacheService;
7776
- private _homedecoratorConnectorService;
7777
- private _messageService;
7778
7801
  readonly icon: typeof IconEnum;
7779
7802
  showClass(): boolean;
7780
- constructor(configurationPresetService: ConfigurationPresetLoadService, iconService: HomedecoratorIconCacheService, _homedecoratorConnectorService: HomedecoratorConnectorService, _messageService: MessageBusService);
7781
- ngOnInit(): void;
7803
+ constructor(configurationPresetService: ConfigurationPresetLoadService, iconService: HomedecoratorIconCacheService);
7782
7804
  handleCloseClick(): void;
7783
7805
  handleLoadPreset(): void;
7784
7806
  static ɵfac: i0.ɵɵFactoryDeclaration<ConfigurationPresetLoaderComponent, never>;
@@ -7863,7 +7885,7 @@ declare class RightContextMenuComponent implements OnInit, OnDestroy, OnChanges
7863
7885
 
7864
7886
  declare class ContextMenuModule {
7865
7887
  static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuModule, never>;
7866
- 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]>;
7867
7889
  static ɵinj: i0.ɵɵInjectorDeclaration<ContextMenuModule>;
7868
7890
  }
7869
7891
 
@@ -7903,7 +7925,7 @@ declare class ButtonElevationComponent implements OnDestroy {
7903
7925
 
7904
7926
  declare class ButtonElevationModule {
7905
7927
  static ɵfac: i0.ɵɵFactoryDeclaration<ButtonElevationModule, never>;
7906
- 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]>;
7907
7929
  static ɵinj: i0.ɵɵInjectorDeclaration<ButtonElevationModule>;
7908
7930
  }
7909
7931
 
@@ -7956,7 +7978,7 @@ declare class MaterialDialogComponent implements OnInit, OnDestroy {
7956
7978
 
7957
7979
  declare class MaterialDialogModule {
7958
7980
  static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDialogModule, never>;
7959
- 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>;
7960
7982
  static ɵinj: i0.ɵɵInjectorDeclaration<MaterialDialogModule>;
7961
7983
  }
7962
7984
 
@@ -8154,13 +8176,13 @@ declare class LoaderModule {
8154
8176
 
8155
8177
  declare class UploadModelDialogModule {
8156
8178
  static ɵfac: i0.ɵɵFactoryDeclaration<UploadModelDialogModule, never>;
8157
- 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>;
8158
8180
  static ɵinj: i0.ɵɵInjectorDeclaration<UploadModelDialogModule>;
8159
8181
  }
8160
8182
 
8161
8183
  declare class RoomPlannerModule {
8162
8184
  static ɵfac: i0.ɵɵFactoryDeclaration<RoomPlannerModule, never>;
8163
- 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]>;
8164
8186
  static ɵinj: i0.ɵɵInjectorDeclaration<RoomPlannerModule>;
8165
8187
  }
8166
8188
 
@@ -8599,7 +8621,7 @@ declare class ModelDialogFurnitureListComponent implements OnInit {
8599
8621
 
8600
8622
  declare class ModelDialogModule {
8601
8623
  static ɵfac: i0.ɵɵFactoryDeclaration<ModelDialogModule, never>;
8602
- 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>;
8603
8625
  static ɵinj: i0.ɵɵInjectorDeclaration<ModelDialogModule>;
8604
8626
  }
8605
8627
 
@@ -8662,13 +8684,13 @@ declare class CameraSettingsDialogComponent implements OnInit {
8662
8684
 
8663
8685
  declare class CameraSettingsDialogModule {
8664
8686
  static ɵfac: i0.ɵɵFactoryDeclaration<CameraSettingsDialogModule, never>;
8665
- 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>;
8666
8688
  static ɵinj: i0.ɵɵInjectorDeclaration<CameraSettingsDialogModule>;
8667
8689
  }
8668
8690
 
8669
8691
  declare class ThreedselectorModule {
8670
8692
  static ɵfac: i0.ɵɵFactoryDeclaration<ThreedselectorModule, never>;
8671
- 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]>;
8672
8694
  static ɵinj: i0.ɵɵInjectorDeclaration<ThreedselectorModule>;
8673
8695
  }
8674
8696
 
@@ -9228,13 +9250,13 @@ declare class ThreedInPhotoSceneComponent implements AfterViewInit {
9228
9250
 
9229
9251
  declare class ThreedInPhotoModule {
9230
9252
  static ɵfac: i0.ɵɵFactoryDeclaration<ThreedInPhotoModule, never>;
9231
- 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]>;
9232
9254
  static ɵinj: i0.ɵɵInjectorDeclaration<ThreedInPhotoModule>;
9233
9255
  }
9234
9256
 
9235
9257
  declare class ToolbarModule {
9236
9258
  static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarModule, never>;
9237
- 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]>;
9238
9260
  static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarModule>;
9239
9261
  }
9240
9262
 
@@ -9318,7 +9340,7 @@ declare class ProductOwnCollectionModule {
9318
9340
 
9319
9341
  declare class ProductCatalogModule {
9320
9342
  static ɵfac: i0.ɵɵFactoryDeclaration<ProductCatalogModule, never>;
9321
- 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]>;
9322
9344
  static ɵinj: i0.ɵɵInjectorDeclaration<ProductCatalogModule>;
9323
9345
  }
9324
9346
 
@@ -9379,7 +9401,7 @@ declare class LightboxComponent {
9379
9401
 
9380
9402
  declare class LightboxModule {
9381
9403
  static ɵfac: i0.ɵɵFactoryDeclaration<LightboxModule, never>;
9382
- 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]>;
9383
9405
  static ɵinj: i0.ɵɵInjectorDeclaration<LightboxModule>;
9384
9406
  }
9385
9407
 
@@ -9402,10 +9424,8 @@ declare class DialogModule {
9402
9424
  }
9403
9425
 
9404
9426
  declare class HomedecoratorModule {
9405
- private _injector;
9406
- constructor(_injector: Injector);
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.4",
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",
@@ -10,7 +10,7 @@
10
10
  "@angular/common": ">=20.0.0",
11
11
  "@angular/core": ">=20.0.0",
12
12
  "@colijnit/catalog": ">=262.1.0",
13
- "@colijnit/articleapi": ">=262.1.0",
13
+ "@colijnit/articleapi": ">=262.1.4",
14
14
  "@colijnit/configurator": ">=262.1.0",
15
15
  "@colijnit/configuratorapi": ">=262.1.0",
16
16
  "@colijnit/corecomponents_v12": ">=262.1.0",