@colijnit/homedecorator 261.20.2 → 262.1.1
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/app/plugins/toolbar/toolbar/toolbar.component.scss +12 -0
- package/app/{plugins/model-uploader → shared/upload-model-dialog/components}/model-previewer/model-preview.component.scss +7 -1
- package/app/shared/upload-model-dialog/upload-model-dialog.component.scss +57 -0
- package/assets/icons/arrow_down_to_bracket_sharp_regular_full.svg +1 -0
- package/fesm2022/colijnit-homedecorator.mjs +9739 -9514
- package/fesm2022/colijnit-homedecorator.mjs.map +1 -1
- package/index.d.ts +271 -236
- package/package.json +11 -11
- package/style/_variables.scss +4 -0
- package/style/homedecorator-globals.scss +2 -2
- package/style/material.scss +8 -6
- package/style/styles.scss +43 -2
- package/app/core/components/tooltip/tooltip.component.scss +0 -34
- /package/app/{plugins/model-uploader → shared/upload-model-dialog/components}/model-uploader/model-upload.component.scss +0 -0
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { OnDestroy, OnInit, TemplateRef, ChangeDetectorRef,
|
|
2
|
+
import { OnDestroy, OnInit, TemplateRef, ChangeDetectorRef, PipeTransform, ElementRef, AfterViewInit, EventEmitter, OnChanges, SimpleChanges, Injector } 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';
|
|
@@ -36,7 +36,7 @@ import { ExternalSourceArticleAddInterface } from '@colijnit/articleapi/build/in
|
|
|
36
36
|
import { CoDomainValue } from '@colijnit/mainapi/build/model/co-domain-value.bo';
|
|
37
37
|
import { ObjectConfiguration } from '@colijnit/ioneconnector/build/model/object-configuration';
|
|
38
38
|
import { SelectorStructure } from '@colijnit/configuratorapi/build/model/selector-structure.bo';
|
|
39
|
-
import * as
|
|
39
|
+
import * as i7$2 from '@colijnit/catalog';
|
|
40
40
|
import { CatalogExternalSourcesService, FilterOrder, CatalogService, ExternalSourceViewmodel } from '@colijnit/catalog';
|
|
41
41
|
import { Font } from 'three/examples/jsm/loaders/FontLoader.js';
|
|
42
42
|
import { HttpClient } from '@angular/common/http';
|
|
@@ -53,11 +53,11 @@ import * as i4$1 from '@angular/material/dialog';
|
|
|
53
53
|
import { MatDialog, MatDialogRef, MatDialogConfig } from '@angular/material/dialog';
|
|
54
54
|
import * as i3 from '@angular/common';
|
|
55
55
|
import * as i4 from '@angular/material/button';
|
|
56
|
-
import * as
|
|
57
|
-
import * as
|
|
56
|
+
import * as i20 from '@angular/material/tooltip';
|
|
57
|
+
import * as i6 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 from '@angular/forms';
|
|
60
|
+
import * as i6$1 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';
|
|
@@ -74,10 +74,12 @@ 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$
|
|
77
|
+
import * as i7$1 from '@angular/flex-layout';
|
|
78
78
|
import * as i31 from '@angular/material/core';
|
|
79
|
-
import * as i8
|
|
79
|
+
import * as i8 from '@angular/material/button-toggle';
|
|
80
80
|
import { MatButtonToggleChange } from '@angular/material/button-toggle';
|
|
81
|
+
import * as i11$1 from '@colijnit/modelcreation';
|
|
82
|
+
import { ModelCreationService } from '@colijnit/modelcreation';
|
|
81
83
|
import * as i43 from '@angular/material/snack-bar';
|
|
82
84
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
83
85
|
import * as i10$1 from '@angular/material/card';
|
|
@@ -87,6 +89,7 @@ import * as i15 from '@angular/material/tabs';
|
|
|
87
89
|
import * as i41 from '@angular/material/divider';
|
|
88
90
|
import * as i13$2 from '@angular/cdk/drag-drop';
|
|
89
91
|
import * as i2$1 from 'ngx-color/chrome';
|
|
92
|
+
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js';
|
|
90
93
|
import { ActivatedRoute } from '@angular/router';
|
|
91
94
|
import * as i25 from '@colijnit/configurator';
|
|
92
95
|
import { ConfiguringService, ConfigurationResultObject, ConfiguratorErrorMessage } from '@colijnit/configurator';
|
|
@@ -96,8 +99,6 @@ import * as i18 from '@angular/material/toolbar';
|
|
|
96
99
|
import * as i31$1 from '@angular/material/menu';
|
|
97
100
|
import * as i36 from '@angular/material/badge';
|
|
98
101
|
import { ExternalSourceArticleClickInterface } from '@colijnit/articleapi/build/interface/external-source-article-click.interface';
|
|
99
|
-
import { OrbitControls } from 'three/examples/jsm/controls/OrbitControls.js';
|
|
100
|
-
import * as i9$1 from '@angular/material/radio';
|
|
101
102
|
import * as i10$2 from '@angular/cdk/a11y';
|
|
102
103
|
|
|
103
104
|
declare enum MessageType {
|
|
@@ -316,6 +317,9 @@ interface HomedecoratorExternalSettingsInterface {
|
|
|
316
317
|
catalogDefinition: CatalogDefinition;
|
|
317
318
|
externalSourceId: number;
|
|
318
319
|
schema: string;
|
|
320
|
+
mainUrl?: string;
|
|
321
|
+
mainSchema?: string;
|
|
322
|
+
mainVersion?: string;
|
|
319
323
|
}
|
|
320
324
|
|
|
321
325
|
declare class ViewModeService {
|
|
@@ -460,6 +464,8 @@ declare class HomedecoratorSettingsOptions {
|
|
|
460
464
|
showDownloadButton: boolean;
|
|
461
465
|
showOnlyHomeDecoFilter: boolean;
|
|
462
466
|
showMeasurementsButton: boolean;
|
|
467
|
+
showImageUploadButton: boolean;
|
|
468
|
+
showVideoUploadButton: boolean;
|
|
463
469
|
cameraPositionFixed: boolean;
|
|
464
470
|
cameraPositionFixedAndScrollbar: boolean;
|
|
465
471
|
handleParametric: boolean;
|
|
@@ -702,6 +708,7 @@ declare class HomedecoratorAppEventService {
|
|
|
702
708
|
floorCreated: BehaviorSubject<FloorPlaneItem>;
|
|
703
709
|
externalSave: BehaviorSubject<ExternalSave>;
|
|
704
710
|
searchClick: Subject<void>;
|
|
711
|
+
shareProject: Subject<void>;
|
|
705
712
|
static ɵfac: i0.ɵɵFactoryDeclaration<HomedecoratorAppEventService, never>;
|
|
706
713
|
static ɵprov: i0.ɵɵInjectableDeclaration<HomedecoratorAppEventService>;
|
|
707
714
|
}
|
|
@@ -778,7 +785,8 @@ declare class HomedecoratorConnectorAdapterService implements OnDestroy {
|
|
|
778
785
|
getInternalParameter(parameter: InternalParam): Promise<string>;
|
|
779
786
|
googleTranslateEnabled(): Promise<boolean>;
|
|
780
787
|
getDefaultLanguage(upId: number): Promise<string>;
|
|
781
|
-
|
|
788
|
+
getPublicParams(url: string, upId: number): Promise<any>;
|
|
789
|
+
store3DModelCDN(filename: string, fileContents: string): Promise<number>;
|
|
782
790
|
getCatalogDefinitionsList(): Promise<CatalogDefinition[]>;
|
|
783
791
|
getExternalSource(externalSourceId: number): Promise<ExternalSource>;
|
|
784
792
|
getArticleFullObject(goodId: number): Promise<ArticleFullObject>;
|
|
@@ -790,7 +798,9 @@ declare class HomedecoratorConnectorAdapterService implements OnDestroy {
|
|
|
790
798
|
saveExternalSources(): void;
|
|
791
799
|
resetExternalSources(): void;
|
|
792
800
|
prepareExternalSources(): Promise<void>;
|
|
801
|
+
getCatalogDefinition(id: number): CatalogDefinition;
|
|
793
802
|
getArticleExtended(articleNumber: string): Promise<ArticleExtended>;
|
|
803
|
+
getDocumentContent(docId: number, thumbNail?: boolean): Promise<string>;
|
|
794
804
|
getGoogleTranslation(sourceLang: string, targetLang: string, list: string[]): Promise<string>;
|
|
795
805
|
private _getPublicationCodeForRole;
|
|
796
806
|
static ɵfac: i0.ɵɵFactoryDeclaration<HomedecoratorConnectorAdapterService, never>;
|
|
@@ -1498,6 +1508,8 @@ declare class ThreedModel {
|
|
|
1498
1508
|
scalePercentage?: number;
|
|
1499
1509
|
onWall?: boolean;
|
|
1500
1510
|
isGlass?: boolean;
|
|
1511
|
+
thirdPartyModel?: boolean;
|
|
1512
|
+
docId?: number;
|
|
1501
1513
|
static CreateModelFromInterface(modelInterface: ModelInterface): ThreedModel;
|
|
1502
1514
|
}
|
|
1503
1515
|
|
|
@@ -2017,6 +2029,7 @@ interface Metadata {
|
|
|
2017
2029
|
obsolete?: boolean;
|
|
2018
2030
|
externalSettings?: HomedecoratorExternalSettingsInterface;
|
|
2019
2031
|
thirdPartyModel?: boolean;
|
|
2032
|
+
docId?: number;
|
|
2020
2033
|
usePivot?: boolean;
|
|
2021
2034
|
decos?: DecoNode[];
|
|
2022
2035
|
selections?: Selection[];
|
|
@@ -2605,6 +2618,7 @@ declare class ItemService implements OnDestroy {
|
|
|
2605
2618
|
removeItem(obj: any, addedToGroup?: boolean, emitMessage?: boolean): void;
|
|
2606
2619
|
getObjectPlanes(includeFloors?: boolean): any[];
|
|
2607
2620
|
getFurniture(): Furniture[];
|
|
2621
|
+
getThirdPartyFurniture(): Furniture[];
|
|
2608
2622
|
getNonFurniture(): Item[];
|
|
2609
2623
|
getFloorDecorationItems(): Item[];
|
|
2610
2624
|
getConfigurables(): Item[];
|
|
@@ -2702,12 +2716,14 @@ declare class UtilsService implements OnDestroy {
|
|
|
2702
2716
|
getKTX2Loader(): KTX2Loader;
|
|
2703
2717
|
downloadUSDZforARIOS(object: Object3D): Promise<void>;
|
|
2704
2718
|
cleanedUpObjects(object: Object3D, cleanUp?: boolean): Object3D;
|
|
2719
|
+
exportObjectToGlb(object: Object3D, maxTextureSize?: number): Promise<Blob>;
|
|
2720
|
+
getFileAsString(file: Blob, stripMimeType?: boolean): Promise<string>;
|
|
2705
2721
|
private _download3DModelAsGLB;
|
|
2706
2722
|
private _download3DModelAsUSDZ;
|
|
2707
2723
|
downloadFile(fileName: string, blob: Blob): void;
|
|
2708
2724
|
createCanvasImage(object: Object3D): string;
|
|
2709
2725
|
createThumbnailImage(object: Object3D): string;
|
|
2710
|
-
|
|
2726
|
+
downloadImage(fileName: string, imageData: string): void;
|
|
2711
2727
|
private _loadGroup;
|
|
2712
2728
|
private _addGroupChildrenToObject;
|
|
2713
2729
|
private _iterateChildren;
|
|
@@ -2719,8 +2735,8 @@ declare class UtilsService implements OnDestroy {
|
|
|
2719
2735
|
|
|
2720
2736
|
type StateValue = string;
|
|
2721
2737
|
type Action = string;
|
|
2722
|
-
type CreateStateInterface = () => StateValue
|
|
2723
|
-
type ApplyStateInterface = (
|
|
2738
|
+
type CreateStateInterface = () => StateValue | Promise<StateValue>;
|
|
2739
|
+
type ApplyStateInterface = (state: StateValue) => void | Promise<void>;
|
|
2724
2740
|
interface StateApi {
|
|
2725
2741
|
createState: CreateStateInterface;
|
|
2726
2742
|
applyState: ApplyStateInterface;
|
|
@@ -2767,6 +2783,7 @@ declare class AppStateService implements OnDestroy {
|
|
|
2767
2783
|
interface PluginInterface {
|
|
2768
2784
|
getObjects: Function;
|
|
2769
2785
|
loadObjects: Function;
|
|
2786
|
+
saveObjects: Function;
|
|
2770
2787
|
copySceneInstance: Function;
|
|
2771
2788
|
}
|
|
2772
2789
|
|
|
@@ -2834,7 +2851,7 @@ declare class PresetsService implements OnDestroy {
|
|
|
2834
2851
|
ngOnDestroy(): void;
|
|
2835
2852
|
register(plugin: PluginInterface): void;
|
|
2836
2853
|
reopenState(model: string): void;
|
|
2837
|
-
createState(): StateValue
|
|
2854
|
+
createState(save?: boolean): Promise<StateValue>;
|
|
2838
2855
|
private _loadSavedRoomFromPreset;
|
|
2839
2856
|
private _loadSavedRoomFromCloud;
|
|
2840
2857
|
private _clear;
|
|
@@ -2897,6 +2914,7 @@ declare class HomedecoratorComponent implements OnInit, OnDestroy {
|
|
|
2897
2914
|
set initCommunication(value: boolean);
|
|
2898
2915
|
get initCommunication(): boolean;
|
|
2899
2916
|
projectToLoad: string;
|
|
2917
|
+
shareButton: boolean;
|
|
2900
2918
|
set settings(value: any);
|
|
2901
2919
|
get settings(): any;
|
|
2902
2920
|
showClass: boolean;
|
|
@@ -2916,14 +2934,14 @@ declare class HomedecoratorComponent implements OnInit, OnDestroy {
|
|
|
2916
2934
|
ngOnDestroy(): void;
|
|
2917
2935
|
registerCustomIcons(): void;
|
|
2918
2936
|
keyup(event: KeyboardEvent): void;
|
|
2919
|
-
handleExternalSave(): void
|
|
2937
|
+
handleExternalSave(): Promise<void>;
|
|
2920
2938
|
private _startWithRoom;
|
|
2921
2939
|
private _startWithEmptyRoom;
|
|
2922
2940
|
private _startWithPreset;
|
|
2923
2941
|
private _setCommunication;
|
|
2924
2942
|
private _initConnection;
|
|
2925
2943
|
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]>;
|
|
2926
|
-
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; }; "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, false, never>;
|
|
2944
|
+
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; }; "settings": { "alias": "settings"; "required": false; }; }, {}, never, never, false, never>;
|
|
2927
2945
|
}
|
|
2928
2946
|
|
|
2929
2947
|
declare class ProgressBarComponent {
|
|
@@ -2934,22 +2952,6 @@ declare class ProgressBarComponent {
|
|
|
2934
2952
|
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "progress-bar", never, {}, {}, never, never, false, never>;
|
|
2935
2953
|
}
|
|
2936
2954
|
|
|
2937
|
-
declare class TooltipComponent implements OnDestroy {
|
|
2938
|
-
private _elementRef;
|
|
2939
|
-
showTooltip: boolean;
|
|
2940
|
-
tooltip: string;
|
|
2941
|
-
top: number;
|
|
2942
|
-
left: number;
|
|
2943
|
-
get getShowHide(): string;
|
|
2944
|
-
show(top: number, left: number, height: number, width: number, view?: HTMLElement): void;
|
|
2945
|
-
hide(): void;
|
|
2946
|
-
constructor(_elementRef: ElementRef);
|
|
2947
|
-
ngOnDestroy(): void;
|
|
2948
|
-
private _positionTooltip;
|
|
2949
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
|
|
2950
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "rp-tooltip", never, {}, {}, never, never, false, never>;
|
|
2951
|
-
}
|
|
2952
|
-
|
|
2953
2955
|
declare class LocalizePipe implements PipeTransform {
|
|
2954
2956
|
private _dictionaryService;
|
|
2955
2957
|
constructor(_dictionaryService: HomedecoratorDictionaryService);
|
|
@@ -3061,26 +3063,6 @@ declare class VisibilityObserverDirective implements OnDestroy, OnInit {
|
|
|
3061
3063
|
static ɵdir: i0.ɵɵDirectiveDeclaration<VisibilityObserverDirective, "[visibilityObserver]", ["intersection"], { "observerEnabled": { "alias": "observerEnabled"; "required": false; }; }, {}, never, never, false, never>;
|
|
3062
3064
|
}
|
|
3063
3065
|
|
|
3064
|
-
declare class TooltipDirective implements OnInit, OnDestroy {
|
|
3065
|
-
private _elementRef;
|
|
3066
|
-
private _viewContainerRef;
|
|
3067
|
-
private _componentFactoryResolver;
|
|
3068
|
-
private readonly _timeToWaitForTooltipInMs;
|
|
3069
|
-
rptooltip: string;
|
|
3070
|
-
keepInView: HTMLElement;
|
|
3071
|
-
private _tooltipTimer;
|
|
3072
|
-
private _tooltipComp;
|
|
3073
|
-
constructor(_elementRef: ElementRef, _viewContainerRef: ViewContainerRef, _componentFactoryResolver: ComponentFactoryResolver);
|
|
3074
|
-
ngOnInit(): void;
|
|
3075
|
-
ngOnDestroy(): void;
|
|
3076
|
-
private _handleMouseEnter;
|
|
3077
|
-
private _handleMouseLeave;
|
|
3078
|
-
private _showTooltip;
|
|
3079
|
-
private _hideTooltip;
|
|
3080
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipDirective, never>;
|
|
3081
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipDirective, "[rptooltip]", never, { "rptooltip": { "alias": "rptooltip"; "required": false; }; "keepInView": { "alias": "keepInView"; "required": false; }; }, {}, never, never, false, never>;
|
|
3082
|
-
}
|
|
3083
|
-
|
|
3084
3066
|
declare class ErrorMessageComponent {
|
|
3085
3067
|
private _dictionary;
|
|
3086
3068
|
private _sanitizer;
|
|
@@ -3119,7 +3101,7 @@ declare class GoogleTranslatePipe implements PipeTransform {
|
|
|
3119
3101
|
|
|
3120
3102
|
declare class CoreModule {
|
|
3121
3103
|
static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
|
|
3122
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, [typeof
|
|
3104
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, [typeof LocalizePipe, typeof FilterPipe, typeof KeysPipe, typeof CmToMeasurePipe, typeof AppendPipe, typeof PrependPipe, typeof MToMeasurePipe, typeof ScmToMeasurePipe, typeof SmToMeasurePipe, typeof StripHtmlPipe, typeof DebugComponent, typeof AutofocusDirective, typeof VisibilityObserverDirective, typeof VisibilityObserverMasterDirective, typeof ErrorMessageComponent, typeof GoogleTranslatePipe], [typeof i3.CommonModule, typeof i7.MatIconModule, typeof i4.MatButtonModule, typeof i20.MatTooltipModule], [typeof LocalizePipe, typeof FilterPipe, typeof KeysPipe, typeof AppendPipe, typeof PrependPipe, typeof CmToMeasurePipe, typeof MToMeasurePipe, typeof ScmToMeasurePipe, typeof SmToMeasurePipe, typeof StripHtmlPipe, typeof DebugComponent, typeof AutofocusDirective, typeof VisibilityObserverDirective, typeof VisibilityObserverMasterDirective, typeof ErrorMessageComponent, typeof GoogleTranslatePipe]>;
|
|
3123
3105
|
static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>;
|
|
3124
3106
|
}
|
|
3125
3107
|
|
|
@@ -3164,7 +3146,7 @@ declare class HdLoaderComponent {
|
|
|
3164
3146
|
|
|
3165
3147
|
declare class HdLoaderModule {
|
|
3166
3148
|
static ɵfac: i0.ɵɵFactoryDeclaration<HdLoaderModule, never>;
|
|
3167
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<HdLoaderModule, [typeof HdLoaderComponent], [typeof CoreModule, typeof
|
|
3149
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HdLoaderModule, [typeof HdLoaderComponent], [typeof CoreModule, typeof i6.LoaderModule], [typeof HdLoaderComponent]>;
|
|
3168
3150
|
static ɵinj: i0.ɵɵInjectorDeclaration<HdLoaderModule>;
|
|
3169
3151
|
}
|
|
3170
3152
|
|
|
@@ -3200,7 +3182,7 @@ declare class InfoDialogComponent {
|
|
|
3200
3182
|
|
|
3201
3183
|
declare class InfoDialogModule {
|
|
3202
3184
|
static ɵfac: i0.ɵɵFactoryDeclaration<InfoDialogModule, never>;
|
|
3203
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<InfoDialogModule, [typeof InfoDialogComponent], [typeof CoreModule, typeof i19.MatCheckboxModule, typeof i4.MatButtonModule, typeof i4$1.MatDialogModule, typeof i6.FormsModule], never>;
|
|
3185
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InfoDialogModule, [typeof InfoDialogComponent], [typeof CoreModule, typeof i19.MatCheckboxModule, typeof i4.MatButtonModule, typeof i4$1.MatDialogModule, typeof i6$1.FormsModule], never>;
|
|
3204
3186
|
static ɵinj: i0.ɵɵInjectorDeclaration<InfoDialogModule>;
|
|
3205
3187
|
}
|
|
3206
3188
|
|
|
@@ -3607,12 +3589,9 @@ declare class VariationCacheService implements OnDestroy {
|
|
|
3607
3589
|
|
|
3608
3590
|
declare class ThreedselectorService {
|
|
3609
3591
|
private _variationCacheService;
|
|
3610
|
-
private _settingsService;
|
|
3611
|
-
private _ione;
|
|
3612
3592
|
private _utilsService;
|
|
3613
3593
|
private _progressService;
|
|
3614
|
-
|
|
3615
|
-
constructor(_variationCacheService: VariationCacheService, _settingsService: HomedecoratorSettingsService, _ione: HomedecoratorConnectorService, _utilsService: UtilsService, _progressService: ProgressService, _presetService: PresetsService);
|
|
3594
|
+
constructor(_variationCacheService: VariationCacheService, _utilsService: UtilsService, _progressService: ProgressService);
|
|
3616
3595
|
downloadAssetsAndReturn(fileName: string, assetPath: string, prepareProgress?: boolean): Promise<THREE.Object3D>;
|
|
3617
3596
|
loadVariation(id: string): Promise<VariationSettings>;
|
|
3618
3597
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThreedselectorService, never>;
|
|
@@ -4258,6 +4237,7 @@ declare class BluePrintService extends BluePrintFloorplanService {
|
|
|
4258
4237
|
bluePrint: BluePrint;
|
|
4259
4238
|
bluePrintUpdated: Subject<BluePrint>;
|
|
4260
4239
|
loadFloorplan(floorplan: BluePrintFloorplan, version: number): Promise<void>;
|
|
4240
|
+
getRoomCenter(): Vector3;
|
|
4261
4241
|
static ɵfac: i0.ɵɵFactoryDeclaration<BluePrintService, never>;
|
|
4262
4242
|
static ɵprov: i0.ɵɵInjectableDeclaration<BluePrintService>;
|
|
4263
4243
|
}
|
|
@@ -4902,6 +4882,7 @@ declare enum IconEnum {
|
|
|
4902
4882
|
ArrowsLeftRight = "arrows-left-right",
|
|
4903
4883
|
ArrowsUpDown = "arrows-up-down",
|
|
4904
4884
|
ArrowsToEye = "arrows_to_eye",
|
|
4885
|
+
ArrowDownToBracketSharpRegularFull = "arrow_down_to_bracket_sharp_regular_full",
|
|
4905
4886
|
ArrowPointDown = "arrow_point_down",
|
|
4906
4887
|
ArrowPointRight = "arrow_point_right",
|
|
4907
4888
|
ArrowRotateLeft = "arrow_rotate_left",
|
|
@@ -5112,6 +5093,7 @@ declare class Core3dComponent implements OnInit, OnDestroy, PluginInterface {
|
|
|
5112
5093
|
getObjects(): {
|
|
5113
5094
|
view: any;
|
|
5114
5095
|
};
|
|
5096
|
+
saveObjects(): Promise<void>;
|
|
5115
5097
|
copySceneInstance(saveAs: boolean): Promise<void>;
|
|
5116
5098
|
loadObjects(data: any): Promise<any>;
|
|
5117
5099
|
private _viewModeChanged;
|
|
@@ -5482,7 +5464,7 @@ declare abstract class BuildFurnitureBaseService implements OnDestroy {
|
|
|
5482
5464
|
constructor(dialog: MatDialog, iOne: HomedecoratorConnectorService, threedSelectorService: ThreedselectorService, collisionManager: CollisionManagerService, messageBus: MessageBusService, dictionaryService: HomedecoratorDictionaryService, hudService: HudService, sceneService: SceneService, cameraService: CameraService, sceneEventService: SceneEventService, appEventService: HomedecoratorAppEventService, presetService: PresetsService, itemService: ItemService, elementService: ElementService, permanentStoreService: PermanentStoreService, googleTagManager: GoogleTagManagerService, settingsService: HomedecoratorSettingsService, utilsService: UtilsService, variationService: VariationService, appStateService: AppStateService, errorService: ErrorService, itemGroupService: ItemGroupService, variationCacheService: VariationCacheService, resizeService: ResizeService, viewModeService: ViewModeService, floorService: FloorService, floorPatternService: FloorPatternService, floorTileIntersectionService: FloorTileIntersectionService, connectorAdapterService: HomedecoratorConnectorAdapterService);
|
|
5483
5465
|
ngOnDestroy(): void;
|
|
5484
5466
|
abstract build(result: CustomFloorGroupResult): Promise<CustomFloorGroupResult>;
|
|
5485
|
-
abstract createSimple3DModel(
|
|
5467
|
+
abstract createSimple3DModel(metadata: Metadata, object: Object3D): Item;
|
|
5486
5468
|
abstract startToBuildFromConfigurator(metadata: Metadata): Promise<CustomFloorGroupResult>;
|
|
5487
5469
|
abstract prepareSelectionsAndDecos(result: CustomFloorGroupResult): Promise<CustomFloorGroupResult>;
|
|
5488
5470
|
abstract createNonConfigurableFloor(result: CustomFloorGroupResult): Promise<CustomFloorGroupResult>;
|
|
@@ -5548,6 +5530,7 @@ declare abstract class BuildFurnitureBaseService implements OnDestroy {
|
|
|
5548
5530
|
protected handleConnectionReset(): void;
|
|
5549
5531
|
protected handleAnswerSelected(answer: Answer): void;
|
|
5550
5532
|
protected handleSelectionSelected(chosenOption: SelectorStructure): void;
|
|
5533
|
+
protected getActiveFurnitureByUuid(uuid: string): Item;
|
|
5551
5534
|
protected getActiveFurniture(instanceId: string): Item;
|
|
5552
5535
|
protected linkSelectionsAndDecos(): void;
|
|
5553
5536
|
protected createConfigurableItem(instanceId: string, metadata: Metadata): Item;
|
|
@@ -5591,7 +5574,7 @@ declare abstract class BuildFurnitureBaseService implements OnDestroy {
|
|
|
5591
5574
|
declare class BuildFurnitureService extends BuildFurnitureBaseService implements OnDestroy {
|
|
5592
5575
|
build(result: CustomFloorGroupResult): Promise<CustomFloorGroupResult>;
|
|
5593
5576
|
startToBuild(result?: CustomFloorGroupResult, metadata?: Metadata, shouldCopyInstance?: boolean, looseOriginalConfiguration?: boolean, standAlone?: boolean, firstBuild?: boolean, fromPreset?: boolean, loadFromProject?: boolean): Promise<CustomFloorGroupResult>;
|
|
5594
|
-
createSimple3DModel(
|
|
5577
|
+
createSimple3DModel(metadata: Metadata, object: Object3D): Item;
|
|
5595
5578
|
createNonConfigurableFloor(result: CustomFloorGroupResult): Promise<CustomFloorGroupResult>;
|
|
5596
5579
|
startToBuildFromConfigurator(metadata: Metadata): Promise<CustomFloorGroupResult>;
|
|
5597
5580
|
prepareSelectionsAndDecos(result: CustomFloorGroupResult): Promise<CustomFloorGroupResult>;
|
|
@@ -5604,7 +5587,7 @@ declare class BuildFurnitureWithoutSceneService extends BuildFurnitureBaseServic
|
|
|
5604
5587
|
startToBuild(result?: CustomFloorGroupResult, metadata?: Metadata$1, shouldCopyInstance?: boolean, looseOriginalConfiguration?: boolean, standAlone?: boolean, firstBuild?: boolean, fromPreset?: boolean, loadFromProject?: boolean): Promise<CustomFloorGroupResult>;
|
|
5605
5588
|
startToBuildFromConfigurator(metadata: Metadata$1): Promise<CustomFloorGroupResult>;
|
|
5606
5589
|
prepareSelectionsAndDecos(result: CustomFloorGroupResult): Promise<CustomFloorGroupResult>;
|
|
5607
|
-
createSimple3DModel(
|
|
5590
|
+
createSimple3DModel(metadata: Metadata$1, object: Object3D): Item;
|
|
5608
5591
|
createNonConfigurableFloor(result: CustomFloorGroupResult): Promise<CustomFloorGroupResult>;
|
|
5609
5592
|
static ɵfac: i0.ɵɵFactoryDeclaration<BuildFurnitureWithoutSceneService, never>;
|
|
5610
5593
|
static ɵprov: i0.ɵɵInjectableDeclaration<BuildFurnitureWithoutSceneService>;
|
|
@@ -5674,13 +5657,13 @@ declare abstract class LoadFurnitureBaseService implements OnDestroy {
|
|
|
5674
5657
|
}
|
|
5675
5658
|
|
|
5676
5659
|
declare class LoadFurnitureWithoutSceneService extends LoadFurnitureBaseService implements OnDestroy {
|
|
5677
|
-
loadFurniture(furnitureData: Metadata, shouldCopyInstance
|
|
5660
|
+
loadFurniture(furnitureData: Metadata, shouldCopyInstance: boolean, looseOriginalConfiguration: boolean, standAlone: boolean, fromScratch: boolean, fromPreset: boolean, loadFromProject: boolean): Promise<CustomFloorGroupResult>;
|
|
5678
5661
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoadFurnitureWithoutSceneService, never>;
|
|
5679
5662
|
static ɵprov: i0.ɵɵInjectableDeclaration<LoadFurnitureWithoutSceneService>;
|
|
5680
5663
|
}
|
|
5681
5664
|
|
|
5682
5665
|
declare class LoadFurnitureService extends LoadFurnitureBaseService implements OnDestroy {
|
|
5683
|
-
loadFurniture(furnitureData: Metadata, shouldCopyInstance
|
|
5666
|
+
loadFurniture(furnitureData: Metadata, shouldCopyInstance: boolean, looseOriginalConfiguration: boolean, standAlone: boolean, fromScratch: boolean, fromPreset: boolean, loadFromProject: boolean): Promise<CustomFloorGroupResult>;
|
|
5684
5667
|
static ɵfac: i0.ɵɵFactoryDeclaration<LoadFurnitureService, never>;
|
|
5685
5668
|
static ɵprov: i0.ɵɵInjectableDeclaration<LoadFurnitureService>;
|
|
5686
5669
|
}
|
|
@@ -6015,7 +5998,7 @@ declare class ColorPickerDialogModule {
|
|
|
6015
5998
|
|
|
6016
5999
|
declare class DevelopmentModule {
|
|
6017
6000
|
static ɵfac: i0.ɵɵFactoryDeclaration<DevelopmentModule, never>;
|
|
6018
|
-
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
|
|
6001
|
+
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]>;
|
|
6019
6002
|
static ɵinj: i0.ɵɵInjectorDeclaration<DevelopmentModule>;
|
|
6020
6003
|
}
|
|
6021
6004
|
|
|
@@ -6035,7 +6018,7 @@ declare class ToolbarIconComponent {
|
|
|
6035
6018
|
|
|
6036
6019
|
declare class ToolbarIconModule {
|
|
6037
6020
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarIconModule, never>;
|
|
6038
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarIconModule, [typeof ToolbarIconComponent], [typeof i3.CommonModule, typeof i7.MatIconModule, typeof i4.MatButtonModule, typeof
|
|
6021
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarIconModule, [typeof ToolbarIconComponent], [typeof i3.CommonModule, typeof i7.MatIconModule, typeof i4.MatButtonModule, typeof i20.MatTooltipModule, typeof i6.IconModule], [typeof ToolbarIconComponent]>;
|
|
6039
6022
|
static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarIconModule>;
|
|
6040
6023
|
}
|
|
6041
6024
|
|
|
@@ -6284,7 +6267,7 @@ declare class NewRenderService implements OnDestroy {
|
|
|
6284
6267
|
private _dictionaryService;
|
|
6285
6268
|
renderImageChanged: BehaviorSubject<string>;
|
|
6286
6269
|
renderImageError: BehaviorSubject<string>;
|
|
6287
|
-
blenderRenderStarted: Subject<
|
|
6270
|
+
blenderRenderStarted: Subject<boolean>;
|
|
6288
6271
|
renderUpdateImageChanged: BehaviorSubject<{
|
|
6289
6272
|
image: string;
|
|
6290
6273
|
progress: number;
|
|
@@ -6421,7 +6404,7 @@ declare class RenderProgressComponent implements OnDestroy {
|
|
|
6421
6404
|
|
|
6422
6405
|
declare class RenderModule {
|
|
6423
6406
|
static ɵfac: i0.ɵɵFactoryDeclaration<RenderModule, never>;
|
|
6424
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<RenderModule, [typeof RenderControlsComponent, typeof RenderProgressComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i4.MatButtonModule, typeof i4$1.MatDialogModule, typeof
|
|
6407
|
+
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]>;
|
|
6425
6408
|
static ɵinj: i0.ɵɵInjectorDeclaration<RenderModule>;
|
|
6426
6409
|
}
|
|
6427
6410
|
|
|
@@ -6439,13 +6422,13 @@ declare class SliderInputComponent {
|
|
|
6439
6422
|
|
|
6440
6423
|
declare class SliderInputModule {
|
|
6441
6424
|
static ɵfac: i0.ɵɵFactoryDeclaration<SliderInputModule, never>;
|
|
6442
|
-
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$
|
|
6425
|
+
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]>;
|
|
6443
6426
|
static ɵinj: i0.ɵɵInjectorDeclaration<SliderInputModule>;
|
|
6444
6427
|
}
|
|
6445
6428
|
|
|
6446
6429
|
declare class Core3dModule {
|
|
6447
6430
|
static ɵfac: i0.ɵɵFactoryDeclaration<Core3dModule, never>;
|
|
6448
|
-
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
|
|
6431
|
+
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]>;
|
|
6449
6432
|
static ɵinj: i0.ɵɵInjectorDeclaration<Core3dModule>;
|
|
6450
6433
|
}
|
|
6451
6434
|
|
|
@@ -6863,6 +6846,7 @@ declare class ItemSerializationService {
|
|
|
6863
6846
|
conversionGTMSend: any;
|
|
6864
6847
|
conversionSubmittedPrice: any;
|
|
6865
6848
|
thirdPartyModel: any;
|
|
6849
|
+
docId: any;
|
|
6866
6850
|
} | {
|
|
6867
6851
|
item_name: any;
|
|
6868
6852
|
item_type: any;
|
|
@@ -6934,6 +6918,9 @@ declare class RoomPlannerComponent implements OnInit, OnDestroy, PluginInterface
|
|
|
6934
6918
|
private _connectorAdapterService;
|
|
6935
6919
|
private _loadFurnitureService;
|
|
6936
6920
|
private _floorService;
|
|
6921
|
+
private _sanitizer;
|
|
6922
|
+
private _dictionary;
|
|
6923
|
+
private _modelCreationService;
|
|
6937
6924
|
floorplanner: FloorplannerComponent;
|
|
6938
6925
|
toolbarIconLibrary: TemplateRef<any>;
|
|
6939
6926
|
toolbarIconAccessoires: TemplateRef<any>;
|
|
@@ -6956,6 +6943,7 @@ declare class RoomPlannerComponent implements OnInit, OnDestroy, PluginInterface
|
|
|
6956
6943
|
toolbarIconCart: TemplateRef<any>;
|
|
6957
6944
|
toolbarSnappingIcon: TemplateRef<any>;
|
|
6958
6945
|
selectedObjectScaleXYZSidebar: TemplateRef<any>;
|
|
6946
|
+
toolbarIconUploadModel: TemplateRef<any>;
|
|
6959
6947
|
layerClass: string;
|
|
6960
6948
|
isLoading: boolean;
|
|
6961
6949
|
done: EventEmitter<any>;
|
|
@@ -7005,12 +6993,13 @@ declare class RoomPlannerComponent implements OnInit, OnDestroy, PluginInterface
|
|
|
7005
6993
|
threedIconAvailable: boolean;
|
|
7006
6994
|
diagramToggleAvailable: boolean;
|
|
7007
6995
|
configureButton: CustomButton;
|
|
6996
|
+
upload3Dtooltip: string;
|
|
7008
6997
|
private _subs;
|
|
7009
6998
|
private _activeCategorySidebarTemplate;
|
|
7010
6999
|
private _mode;
|
|
7011
7000
|
private _catalogIsShown;
|
|
7012
7001
|
private _blockLeftSideBar;
|
|
7013
|
-
constructor(iconService: HomedecoratorIconCacheService, viewModeService: ViewModeService, modelsService: ModelsService, itemService: ItemService, settingsService: HomedecoratorSettingsService, _presetsService: PresetsService, _appService: HomedecoratorAppService, _screenAnalysis: ScreenSizeAnalysisService, _cd: ChangeDetectorRef, _utilsService: UtilsService, _messageService: MessageBusService, _dialog: MatDialog, _configurationService: ConfigurationService, _bluePrintService: BluePrintService, _sceneService: SceneService, _hudService: HudService, _roomService: RoomService, _cameraService: CameraService, _itemService: ItemService, _itemSerializationService: ItemSerializationService, _lightsService: LightsService, _arService: ArService, _googleTagManager: GoogleTagManagerService, _permanentStoreService: PermanentStoreService, _appEventService: HomedecoratorAppEventService, _connectorService: HomedecoratorConnectorService, _wallService: WallService, _connectorAdapterService: HomedecoratorConnectorAdapterService, _loadFurnitureService: SwitchLoadFurnitureService, _floorService: FloorService);
|
|
7002
|
+
constructor(iconService: HomedecoratorIconCacheService, viewModeService: ViewModeService, modelsService: ModelsService, itemService: ItemService, settingsService: HomedecoratorSettingsService, _presetsService: PresetsService, _appService: HomedecoratorAppService, _screenAnalysis: ScreenSizeAnalysisService, _cd: ChangeDetectorRef, _utilsService: UtilsService, _messageService: MessageBusService, _dialog: MatDialog, _configurationService: ConfigurationService, _bluePrintService: BluePrintService, _sceneService: SceneService, _hudService: HudService, _roomService: RoomService, _cameraService: CameraService, _itemService: ItemService, _itemSerializationService: ItemSerializationService, _lightsService: LightsService, _arService: ArService, _googleTagManager: GoogleTagManagerService, _permanentStoreService: PermanentStoreService, _appEventService: HomedecoratorAppEventService, _connectorService: HomedecoratorConnectorService, _wallService: WallService, _connectorAdapterService: HomedecoratorConnectorAdapterService, _loadFurnitureService: SwitchLoadFurnitureService, _floorService: FloorService, _sanitizer: DomSanitizer, _dictionary: HomedecoratorDictionaryService, _modelCreationService: ModelCreationService);
|
|
7014
7003
|
handleDocKeyDown(event: KeyboardEvent): void;
|
|
7015
7004
|
ngOnInit(): Promise<void>;
|
|
7016
7005
|
ngOnDestroy(): void;
|
|
@@ -7038,6 +7027,7 @@ declare class RoomPlannerComponent implements OnInit, OnDestroy, PluginInterface
|
|
|
7038
7027
|
toggleDiagram(): void;
|
|
7039
7028
|
showLibraryCategories(): void;
|
|
7040
7029
|
showAccessoireCategories(): void;
|
|
7030
|
+
showUploadModel(): void;
|
|
7041
7031
|
showActiveCategorySidebar(): void;
|
|
7042
7032
|
showLibraryCategory(category: Category): Promise<void>;
|
|
7043
7033
|
enableDiagramToggle(input: any): void;
|
|
@@ -7083,6 +7073,7 @@ declare class RoomPlannerComponent implements OnInit, OnDestroy, PluginInterface
|
|
|
7083
7073
|
floorplan: BluePrintFloorplan;
|
|
7084
7074
|
items: {}[];
|
|
7085
7075
|
};
|
|
7076
|
+
saveObjects(): Promise<void>;
|
|
7086
7077
|
hasCustomObjects(): boolean;
|
|
7087
7078
|
onObjectLibraryClick(object: ModelInterface): void;
|
|
7088
7079
|
onGroupClick(): void;
|
|
@@ -7913,7 +7904,7 @@ declare class RightContextMenuComponent implements OnInit, OnDestroy, OnChanges
|
|
|
7913
7904
|
|
|
7914
7905
|
declare class ContextMenuModule {
|
|
7915
7906
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuModule, never>;
|
|
7916
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ContextMenuModule, [typeof ContextMenuComponent, typeof ItemContextMenuComponent, typeof RightContextMenuComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i4.MatButtonModule, typeof i7.MatIconModule, typeof
|
|
7907
|
+
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]>;
|
|
7917
7908
|
static ɵinj: i0.ɵɵInjectorDeclaration<ContextMenuModule>;
|
|
7918
7909
|
}
|
|
7919
7910
|
|
|
@@ -7953,7 +7944,7 @@ declare class ButtonElevationComponent implements OnDestroy {
|
|
|
7953
7944
|
|
|
7954
7945
|
declare class ButtonElevationModule {
|
|
7955
7946
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonElevationModule, never>;
|
|
7956
|
-
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
|
|
7947
|
+
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]>;
|
|
7957
7948
|
static ɵinj: i0.ɵɵInjectorDeclaration<ButtonElevationModule>;
|
|
7958
7949
|
}
|
|
7959
7950
|
|
|
@@ -8006,7 +7997,7 @@ declare class MaterialDialogComponent implements OnInit, OnDestroy {
|
|
|
8006
7997
|
|
|
8007
7998
|
declare class MaterialDialogModule {
|
|
8008
7999
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialDialogModule, never>;
|
|
8009
|
-
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
|
|
8000
|
+
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>;
|
|
8010
8001
|
static ɵinj: i0.ɵɵInjectorDeclaration<MaterialDialogModule>;
|
|
8011
8002
|
}
|
|
8012
8003
|
|
|
@@ -8025,9 +8016,195 @@ declare class RgbColorPickerModule {
|
|
|
8025
8016
|
static ɵinj: i0.ɵɵInjectorDeclaration<RgbColorPickerModule>;
|
|
8026
8017
|
}
|
|
8027
8018
|
|
|
8019
|
+
declare class ThirdPartyModelService implements OnDestroy {
|
|
8020
|
+
private _messageBus;
|
|
8021
|
+
private _itemService;
|
|
8022
|
+
private _settingsService;
|
|
8023
|
+
private _utilsService;
|
|
8024
|
+
private _adapterService;
|
|
8025
|
+
constructor(_messageBus: MessageBusService, _itemService: ItemService, _settingsService: HomedecoratorSettingsService, _utilsService: UtilsService, _adapterService: HomedecoratorConnectorAdapterService);
|
|
8026
|
+
ngOnDestroy(): void;
|
|
8027
|
+
downloadModel(urlToFetch: string): Promise<Response>;
|
|
8028
|
+
createThirdParty3dModel(result: Object3D, hash: string, metaData: Metadata): CustomFloorGroupResult;
|
|
8029
|
+
/**
|
|
8030
|
+
* Converts object to GLB, saves it to the CDN and returns the docId
|
|
8031
|
+
* @param object
|
|
8032
|
+
* @returns {Promise<number>}
|
|
8033
|
+
*/
|
|
8034
|
+
saveThirdParty3dModel(object: Object3D): Promise<number>;
|
|
8035
|
+
parseModelToGLB(data: ArrayBuffer, hash: string, modelUrl: string, configurationData: any, priceData: any, metaData?: Metadata): Promise<void>;
|
|
8036
|
+
getMetadata(hash: string, modelUrl: string, configurationData: any): Metadata;
|
|
8037
|
+
getModel(docId: number): Promise<Object3D>;
|
|
8038
|
+
fetchJsonFile(url: string): Promise<Response>;
|
|
8039
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ThirdPartyModelService, never>;
|
|
8040
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ThirdPartyModelService>;
|
|
8041
|
+
}
|
|
8042
|
+
|
|
8043
|
+
interface ModelUploadDialogData {
|
|
8044
|
+
settingsService: any;
|
|
8045
|
+
modelCreationService: any;
|
|
8046
|
+
messageService: any;
|
|
8047
|
+
thirdPartyModelService: ThirdPartyModelService;
|
|
8048
|
+
}
|
|
8049
|
+
|
|
8050
|
+
interface UploadFileData {
|
|
8051
|
+
file: File;
|
|
8052
|
+
fileContents: ArrayBuffer;
|
|
8053
|
+
fileType: string;
|
|
8054
|
+
}
|
|
8055
|
+
|
|
8056
|
+
declare class UploadModelDialogComponent implements AfterViewInit {
|
|
8057
|
+
data: ModelUploadDialogData;
|
|
8058
|
+
private _dialogRef;
|
|
8059
|
+
set child(content: ElementRef);
|
|
8060
|
+
activeTab: number;
|
|
8061
|
+
contentWidth: number;
|
|
8062
|
+
showImageUploadButton: boolean;
|
|
8063
|
+
showVideoUploadButton: boolean;
|
|
8064
|
+
loaded: boolean;
|
|
8065
|
+
threeDPath: string;
|
|
8066
|
+
thirdPartyModelService: ThirdPartyModelService;
|
|
8067
|
+
showPreview: boolean;
|
|
8068
|
+
fileData: UploadFileData;
|
|
8069
|
+
private _tabContent;
|
|
8070
|
+
private _settingsService;
|
|
8071
|
+
private _messageService;
|
|
8072
|
+
private _modelCreationService;
|
|
8073
|
+
constructor(data: ModelUploadDialogData, _dialogRef: MatDialogRef<UploadModelDialogComponent>);
|
|
8074
|
+
ngAfterViewInit(): Promise<void>;
|
|
8075
|
+
addToScene(model: any): void;
|
|
8076
|
+
handleFileUploaded(fileData: UploadFileData): void;
|
|
8077
|
+
downloadGlbData(data: {
|
|
8078
|
+
url: string;
|
|
8079
|
+
description: string;
|
|
8080
|
+
}): Promise<void>;
|
|
8081
|
+
handleTabClick(index: number): void;
|
|
8082
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UploadModelDialogComponent, never>;
|
|
8083
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UploadModelDialogComponent, "rp-upload-model-dialog", never, {}, {}, never, never, false, never>;
|
|
8084
|
+
}
|
|
8085
|
+
|
|
8086
|
+
declare class ModelUploaderComponent {
|
|
8087
|
+
settingsService: HomedecoratorSettingsService;
|
|
8088
|
+
private _messageService;
|
|
8089
|
+
fileUploadInput: ElementRef;
|
|
8090
|
+
fileUploaded: EventEmitter<UploadFileData>;
|
|
8091
|
+
file: File | null;
|
|
8092
|
+
fileMaxSize: number;
|
|
8093
|
+
showUploadError: boolean;
|
|
8094
|
+
uploadError: string;
|
|
8095
|
+
private _maxFileSize;
|
|
8096
|
+
private _allowedFiles;
|
|
8097
|
+
constructor(settingsService: HomedecoratorSettingsService, _messageService: MessageBusService);
|
|
8098
|
+
onChange(event: any): void;
|
|
8099
|
+
upload(fileExtension: string): Promise<void>;
|
|
8100
|
+
fileToArrayBuffer(file: File): Promise<ArrayBuffer>;
|
|
8101
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModelUploaderComponent, never>;
|
|
8102
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModelUploaderComponent, "rp-model-uploader", never, {}, { "fileUploaded": "fileUploaded"; }, never, never, false, never>;
|
|
8103
|
+
}
|
|
8104
|
+
|
|
8105
|
+
declare class ModelPreviewComponent implements OnInit, OnDestroy {
|
|
8106
|
+
private _adapterService;
|
|
8107
|
+
private _dialogRef;
|
|
8108
|
+
private _messageService;
|
|
8109
|
+
private _dialog;
|
|
8110
|
+
private _fontService;
|
|
8111
|
+
glbExportName: ElementRef;
|
|
8112
|
+
heightArticle: ElementRef;
|
|
8113
|
+
fileData: UploadFileData;
|
|
8114
|
+
threeDPath: string;
|
|
8115
|
+
thirdPartyModelService: ThirdPartyModelService;
|
|
8116
|
+
addToScene: EventEmitter<any>;
|
|
8117
|
+
close: EventEmitter<void>;
|
|
8118
|
+
showClass: boolean;
|
|
8119
|
+
scenePreview: THREE.Scene;
|
|
8120
|
+
cameraPreview: THREE.PerspectiveCamera;
|
|
8121
|
+
rendererPreview: THREE.WebGLRenderer;
|
|
8122
|
+
controls: OrbitControls;
|
|
8123
|
+
boundingBoxSize: Vector3;
|
|
8124
|
+
loadedModel: any;
|
|
8125
|
+
unitsOfMeasurement: string;
|
|
8126
|
+
units: string[];
|
|
8127
|
+
modelName: string;
|
|
8128
|
+
mathPi: number;
|
|
8129
|
+
showReferenceModel: boolean;
|
|
8130
|
+
floorSizeHeight: number;
|
|
8131
|
+
floorSizeWidth: number;
|
|
8132
|
+
gridSize: number;
|
|
8133
|
+
gridDivision: number;
|
|
8134
|
+
distanceStep: number;
|
|
8135
|
+
font: Font;
|
|
8136
|
+
stackable: boolean;
|
|
8137
|
+
heightAdjustable: boolean;
|
|
8138
|
+
placementOptions: CoDomainValue[];
|
|
8139
|
+
selectedPlacement: string;
|
|
8140
|
+
canvReference: HTMLElement;
|
|
8141
|
+
hasErrors: boolean;
|
|
8142
|
+
listOfErrors: any[];
|
|
8143
|
+
showLoader: boolean;
|
|
8144
|
+
protected readonly icon: typeof IconEnum;
|
|
8145
|
+
private _measurements;
|
|
8146
|
+
constructor(_adapterService: HomedecoratorConnectorAdapterService, _dialogRef: MatDialogRef<ModelPreviewComponent>, _messageService: MessageBusService, _dialog: MatDialog, _fontService: FontService);
|
|
8147
|
+
ngOnInit(): void;
|
|
8148
|
+
ngOnDestroy(): void;
|
|
8149
|
+
initScene(): void;
|
|
8150
|
+
loadFloorPlane(): void;
|
|
8151
|
+
loadReferenceModel(): void;
|
|
8152
|
+
loadModel(): void;
|
|
8153
|
+
loadHDRI(path: string): Promise<void>;
|
|
8154
|
+
addModelToScene(): void;
|
|
8155
|
+
scaleArticle(): void;
|
|
8156
|
+
rotateModel(axis: string, degrees: number): void;
|
|
8157
|
+
moveModel(axis: string, amount: number): void;
|
|
8158
|
+
setUnit(event: any): void;
|
|
8159
|
+
toggleShowReferenceModel($event: any): void;
|
|
8160
|
+
setStackable(event: any): void;
|
|
8161
|
+
setHeightAdjustable(event: any): void;
|
|
8162
|
+
closePreview(): void;
|
|
8163
|
+
private _animate;
|
|
8164
|
+
private _render;
|
|
8165
|
+
private _downloadModel;
|
|
8166
|
+
private _setModelName;
|
|
8167
|
+
private _glbLoader;
|
|
8168
|
+
private _fbxLoader;
|
|
8169
|
+
private _objLoader;
|
|
8170
|
+
private _tdsLoader;
|
|
8171
|
+
private _stlLoader;
|
|
8172
|
+
private _addFromGeometry;
|
|
8173
|
+
private _prepModelForScene;
|
|
8174
|
+
private _getBoundingBox;
|
|
8175
|
+
private _applyTransforms;
|
|
8176
|
+
private _setMeasurements;
|
|
8177
|
+
private _create3DText;
|
|
8178
|
+
private _blobToArrayBuffer;
|
|
8179
|
+
private _createLightFromProperties;
|
|
8180
|
+
private _setObjectProperties;
|
|
8181
|
+
private _validateObjectStructure;
|
|
8182
|
+
private _validateMaterial;
|
|
8183
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModelPreviewComponent, never>;
|
|
8184
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModelPreviewComponent, "rp-model-preview", never, { "fileData": { "alias": "fileData"; "required": false; }; "threeDPath": { "alias": "threeDPath"; "required": false; }; "thirdPartyModelService": { "alias": "thirdPartyModelService"; "required": false; }; }, { "addToScene": "addToScene"; "close": "close"; }, never, never, false, never>;
|
|
8185
|
+
}
|
|
8186
|
+
|
|
8187
|
+
declare class LoaderComponent {
|
|
8188
|
+
show: boolean;
|
|
8189
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
|
|
8190
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "rp-loader", never, { "show": { "alias": "show"; "required": false; }; }, {}, never, never, false, never>;
|
|
8191
|
+
}
|
|
8192
|
+
|
|
8193
|
+
declare class LoaderModule {
|
|
8194
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderModule, never>;
|
|
8195
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LoaderModule, [typeof LoaderComponent], [typeof CoreModule], [typeof LoaderComponent]>;
|
|
8196
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<LoaderModule>;
|
|
8197
|
+
}
|
|
8198
|
+
|
|
8199
|
+
declare class UploadModelDialogModule {
|
|
8200
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UploadModelDialogModule, never>;
|
|
8201
|
+
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>;
|
|
8202
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<UploadModelDialogModule>;
|
|
8203
|
+
}
|
|
8204
|
+
|
|
8028
8205
|
declare class RoomPlannerModule {
|
|
8029
8206
|
static ɵfac: i0.ɵɵFactoryDeclaration<RoomPlannerModule, never>;
|
|
8030
|
-
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
|
|
8207
|
+
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.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 i20.MatTooltipModule, typeof i43.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]>;
|
|
8031
8208
|
static ɵinj: i0.ɵɵInjectorDeclaration<RoomPlannerModule>;
|
|
8032
8209
|
}
|
|
8033
8210
|
|
|
@@ -8047,6 +8224,7 @@ declare class FurnitureManagerComponent implements OnInit, OnDestroy, PluginInte
|
|
|
8047
8224
|
private _roomService;
|
|
8048
8225
|
private _groupService;
|
|
8049
8226
|
private _wallService;
|
|
8227
|
+
private _thirdPartyModelService;
|
|
8050
8228
|
toolbarIcon: TemplateRef<any>;
|
|
8051
8229
|
furnitureSidebar: TemplateRef<any>;
|
|
8052
8230
|
categoriesSidebar: TemplateRef<any>;
|
|
@@ -8065,7 +8243,7 @@ declare class FurnitureManagerComponent implements OnInit, OnDestroy, PluginInte
|
|
|
8065
8243
|
private _cameras;
|
|
8066
8244
|
private _isOverItem;
|
|
8067
8245
|
private _subs;
|
|
8068
|
-
constructor(_messageService: MessageBusService, _modelsService: ModelsService, _appService: HomedecoratorAppService, _cd: ChangeDetectorRef, _utilsService: UtilsService, _screenAnalysis: ScreenSizeAnalysisService, _presetsService: PresetsService, _dialog: MatDialog, _itemService: ItemService, _sceneEventService: SceneEventService, _hudService: HudService, _itemSerializationService: ItemSerializationService, _roomService: RoomService, _groupService: ItemGroupService, _wallService: WallService);
|
|
8246
|
+
constructor(_messageService: MessageBusService, _modelsService: ModelsService, _appService: HomedecoratorAppService, _cd: ChangeDetectorRef, _utilsService: UtilsService, _screenAnalysis: ScreenSizeAnalysisService, _presetsService: PresetsService, _dialog: MatDialog, _itemService: ItemService, _sceneEventService: SceneEventService, _hudService: HudService, _itemSerializationService: ItemSerializationService, _roomService: RoomService, _groupService: ItemGroupService, _wallService: WallService, _thirdPartyModelService: ThirdPartyModelService);
|
|
8069
8247
|
ngOnInit(): Promise<void>;
|
|
8070
8248
|
ngOnDestroy(): void;
|
|
8071
8249
|
private _viewModeChanged;
|
|
@@ -8094,6 +8272,7 @@ declare class FurnitureManagerComponent implements OnInit, OnDestroy, PluginInte
|
|
|
8094
8272
|
loadNonIONEObjects(objects: any): Promise<void>;
|
|
8095
8273
|
copySceneInstance(saveAs: boolean): Promise<void>;
|
|
8096
8274
|
getObjects(): any;
|
|
8275
|
+
saveObjects(): Promise<void>;
|
|
8097
8276
|
hasCustomFurniture(): boolean;
|
|
8098
8277
|
private _showWarning;
|
|
8099
8278
|
private _isNonIONEObject;
|
|
@@ -8127,7 +8306,7 @@ declare class FurnitureLibraryComponent implements OnDestroy {
|
|
|
8127
8306
|
|
|
8128
8307
|
declare class FurnitureManagerModule {
|
|
8129
8308
|
static ɵfac: i0.ɵɵFactoryDeclaration<FurnitureManagerModule, never>;
|
|
8130
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FurnitureManagerModule, [typeof FurnitureManagerComponent, typeof FurnitureLibraryComponent], [typeof CoreModule, typeof CategoryLibraryModule, typeof i3.CommonModule, typeof ContextMenuModule, typeof i4.MatButtonModule, typeof i8
|
|
8309
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FurnitureManagerModule, [typeof FurnitureManagerComponent, typeof FurnitureLibraryComponent], [typeof CoreModule, typeof CategoryLibraryModule, typeof i3.CommonModule, typeof ContextMenuModule, 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 ToolbarIconModule], [typeof FurnitureManagerComponent]>;
|
|
8131
8310
|
static ɵinj: i0.ɵɵInjectorDeclaration<FurnitureManagerModule>;
|
|
8132
8311
|
}
|
|
8133
8312
|
|
|
@@ -8261,6 +8440,7 @@ declare class ThreedselectorComponent implements OnInit, OnDestroy {
|
|
|
8261
8440
|
floorplan: any;
|
|
8262
8441
|
}): Promise<any>;
|
|
8263
8442
|
getObjects(): any;
|
|
8443
|
+
saveObjects(): Promise<void>;
|
|
8264
8444
|
objectSelected(object: Item | ItemGroup): void;
|
|
8265
8445
|
handleCustomizeClick(): void;
|
|
8266
8446
|
swapElement(): void;
|
|
@@ -8310,6 +8490,7 @@ declare class ThreedselectorComponent implements OnInit, OnDestroy {
|
|
|
8310
8490
|
private _repositionButton;
|
|
8311
8491
|
private _getOptionsFromSelection;
|
|
8312
8492
|
private _handleAnswerCountReceived;
|
|
8493
|
+
private _addUploadedItem;
|
|
8313
8494
|
private _handleLoadIOneFurnitureIntoSceneBySKU;
|
|
8314
8495
|
private _handleCopyIOneFurnitureIntoSceneBySKU;
|
|
8315
8496
|
private _loadIOneFurnitureFromOriginal;
|
|
@@ -8451,7 +8632,7 @@ declare class ModelDialogFurnitureListComponent implements OnInit {
|
|
|
8451
8632
|
|
|
8452
8633
|
declare class ModelDialogModule {
|
|
8453
8634
|
static ɵfac: i0.ɵɵFactoryDeclaration<ModelDialogModule, never>;
|
|
8454
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ModelDialogModule, [typeof ModelDialogComponent, typeof ModelDialogFurnitureListComponent], [typeof CoreModule, typeof i3.CommonModule, typeof i4.MatButtonModule, typeof i4$1.MatDialogModule, typeof
|
|
8635
|
+
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>;
|
|
8455
8636
|
static ɵinj: i0.ɵɵInjectorDeclaration<ModelDialogModule>;
|
|
8456
8637
|
}
|
|
8457
8638
|
|
|
@@ -8514,13 +8695,13 @@ declare class CameraSettingsDialogComponent implements OnInit {
|
|
|
8514
8695
|
|
|
8515
8696
|
declare class CameraSettingsDialogModule {
|
|
8516
8697
|
static ɵfac: i0.ɵɵFactoryDeclaration<CameraSettingsDialogModule, never>;
|
|
8517
|
-
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>;
|
|
8698
|
+
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>;
|
|
8518
8699
|
static ɵinj: i0.ɵɵInjectorDeclaration<CameraSettingsDialogModule>;
|
|
8519
8700
|
}
|
|
8520
8701
|
|
|
8521
8702
|
declare class ThreedselectorModule {
|
|
8522
8703
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThreedselectorModule, never>;
|
|
8523
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ThreedselectorModule, [typeof ThreedselectorComponent, typeof ElementToolbarComponent, typeof ElementButtonsComponent, typeof ElementSliderComponent], [typeof i3.CommonModule, typeof i6.FormsModule, typeof i4.MatButtonModule, typeof i8
|
|
8704
|
+
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]>;
|
|
8524
8705
|
static ɵinj: i0.ɵɵInjectorDeclaration<ThreedselectorModule>;
|
|
8525
8706
|
}
|
|
8526
8707
|
|
|
@@ -8688,22 +8869,6 @@ declare class AnimationService {
|
|
|
8688
8869
|
static ɵprov: i0.ɵɵInjectableDeclaration<AnimationService>;
|
|
8689
8870
|
}
|
|
8690
8871
|
|
|
8691
|
-
declare class ThirdPartyModelService implements OnDestroy {
|
|
8692
|
-
private _messageBus;
|
|
8693
|
-
private _itemService;
|
|
8694
|
-
private _settingsService;
|
|
8695
|
-
private _utilsService;
|
|
8696
|
-
constructor(_messageBus: MessageBusService, _itemService: ItemService, _settingsService: HomedecoratorSettingsService, _utilsService: UtilsService);
|
|
8697
|
-
ngOnDestroy(): void;
|
|
8698
|
-
downloadModel(urlToFetch: string): Promise<Response>;
|
|
8699
|
-
createThirdParty3dModel(result: Object3D, hash: string, metaData: Metadata): CustomFloorGroupResult;
|
|
8700
|
-
parseModelToGLB(data: ArrayBuffer, hash: string, modelUrl: string, configurationData: any, priceData: any, metaData?: Metadata): Promise<void>;
|
|
8701
|
-
setMetadata(hash: string, modelUrl: string, configurationData: any): Metadata;
|
|
8702
|
-
fetchJsonFile(url: string): Promise<Response>;
|
|
8703
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ThirdPartyModelService, never>;
|
|
8704
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ThirdPartyModelService>;
|
|
8705
|
-
}
|
|
8706
|
-
|
|
8707
8872
|
declare class ToolbarComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
8708
8873
|
appState: AppStateService;
|
|
8709
8874
|
presetsService: PresetsService;
|
|
@@ -8727,6 +8892,7 @@ declare class ToolbarComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
|
8727
8892
|
private _adapterService;
|
|
8728
8893
|
private _connectionHealthService;
|
|
8729
8894
|
private _homedecoratorEventService;
|
|
8895
|
+
shareButton: boolean;
|
|
8730
8896
|
externalSave: EventEmitter<void>;
|
|
8731
8897
|
readonly toastType: typeof ToastType;
|
|
8732
8898
|
readonly messageType: typeof MessageType;
|
|
@@ -8763,6 +8929,7 @@ declare class ToolbarComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
|
8763
8929
|
handleExternalSave(): void;
|
|
8764
8930
|
openSaveDialog(): Promise<void>;
|
|
8765
8931
|
openOpenDialog(): void;
|
|
8932
|
+
openShareDialog(): void;
|
|
8766
8933
|
handleSearchButtonClick(): void;
|
|
8767
8934
|
loadRoom(): Promise<void>;
|
|
8768
8935
|
loadResizableRoom(): Promise<void>;
|
|
@@ -8776,7 +8943,6 @@ declare class ToolbarComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
|
8776
8943
|
saveNotification(): void;
|
|
8777
8944
|
openDrawDiagram(file: any): void;
|
|
8778
8945
|
openCroppingDiagram(file: any): void;
|
|
8779
|
-
openModelPreview(file: any): void;
|
|
8780
8946
|
showRenderError(data: ErrorDialogData): void;
|
|
8781
8947
|
testRender(): void;
|
|
8782
8948
|
openFaq(url: string): Window;
|
|
@@ -8790,7 +8956,7 @@ declare class ToolbarComponent implements OnInit, OnDestroy, AfterViewInit {
|
|
|
8790
8956
|
private _registerToolbarIcon;
|
|
8791
8957
|
private _closeLeftSidebar;
|
|
8792
8958
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarComponent, never>;
|
|
8793
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "rp-toolbar", never, {}, { "externalSave": "externalSave"; }, never, never, false, never>;
|
|
8959
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ToolbarComponent, "rp-toolbar", never, { "shareButton": { "alias": "shareButton"; "required": false; }; }, { "externalSave": "externalSave"; }, never, never, false, never>;
|
|
8794
8960
|
}
|
|
8795
8961
|
|
|
8796
8962
|
interface SavedDialogData {
|
|
@@ -9091,13 +9257,13 @@ declare class ThreedInPhotoSceneComponent implements AfterViewInit {
|
|
|
9091
9257
|
|
|
9092
9258
|
declare class ThreedInPhotoModule {
|
|
9093
9259
|
static ɵfac: i0.ɵɵFactoryDeclaration<ThreedInPhotoModule, never>;
|
|
9094
|
-
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]>;
|
|
9260
|
+
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]>;
|
|
9095
9261
|
static ɵinj: i0.ɵɵInjectorDeclaration<ThreedInPhotoModule>;
|
|
9096
9262
|
}
|
|
9097
9263
|
|
|
9098
9264
|
declare class ToolbarModule {
|
|
9099
9265
|
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarModule, never>;
|
|
9100
|
-
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
|
|
9266
|
+
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 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 i6.InputTextModule, typeof i6.IconModule, typeof i36.MatBadgeModule, typeof ThreedInPhotoModule, typeof i38.PdfViewerModule, typeof ExportPdfModule], [typeof ToolbarComponent]>;
|
|
9101
9267
|
static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarModule>;
|
|
9102
9268
|
}
|
|
9103
9269
|
|
|
@@ -9175,144 +9341,13 @@ declare class ProductOwnCollectionComponent {
|
|
|
9175
9341
|
|
|
9176
9342
|
declare class ProductOwnCollectionModule {
|
|
9177
9343
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductOwnCollectionModule, never>;
|
|
9178
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ProductOwnCollectionModule, [typeof ProductOwnCollectionComponent], [typeof i3.CommonModule, typeof CoreModule, typeof
|
|
9344
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ProductOwnCollectionModule, [typeof ProductOwnCollectionComponent], [typeof i3.CommonModule, typeof CoreModule, typeof i7$2.CatalogSearchModule], [typeof ProductOwnCollectionComponent]>;
|
|
9179
9345
|
static ɵinj: i0.ɵɵInjectorDeclaration<ProductOwnCollectionModule>;
|
|
9180
9346
|
}
|
|
9181
9347
|
|
|
9182
|
-
declare class ModelUploaderComponent {
|
|
9183
|
-
settingsService: HomedecoratorSettingsService;
|
|
9184
|
-
private _messageService;
|
|
9185
|
-
fileUploadInput: ElementRef;
|
|
9186
|
-
file: File | null;
|
|
9187
|
-
fileMaxSize: number;
|
|
9188
|
-
showUploadError: boolean;
|
|
9189
|
-
uploadError: string;
|
|
9190
|
-
private _maxFileSize;
|
|
9191
|
-
private _allowedFiles;
|
|
9192
|
-
constructor(settingsService: HomedecoratorSettingsService, _messageService: MessageBusService);
|
|
9193
|
-
onChange(event: any): void;
|
|
9194
|
-
upload(fileExtension: string): Promise<void>;
|
|
9195
|
-
fileToArrayBuffer(file: File): Promise<ArrayBuffer>;
|
|
9196
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ModelUploaderComponent, never>;
|
|
9197
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModelUploaderComponent, "rp-model-uploader", never, {}, {}, never, never, false, never>;
|
|
9198
|
-
}
|
|
9199
|
-
|
|
9200
|
-
declare class ModelPreviewComponent implements OnInit, OnDestroy {
|
|
9201
|
-
data: {
|
|
9202
|
-
file: any;
|
|
9203
|
-
thirdPartyModelService: ThirdPartyModelService;
|
|
9204
|
-
lightPresetService: LightPresetsService;
|
|
9205
|
-
settingsService: HomedecoratorSettingsService;
|
|
9206
|
-
iconCache: HomedecoratorIconCacheService;
|
|
9207
|
-
adapterService: HomedecoratorConnectorAdapterService;
|
|
9208
|
-
};
|
|
9209
|
-
private _dialogRef;
|
|
9210
|
-
private _messageService;
|
|
9211
|
-
private _dialog;
|
|
9212
|
-
private _fontService;
|
|
9213
|
-
settingsService: HomedecoratorSettingsService;
|
|
9214
|
-
iconCache: HomedecoratorIconCacheService;
|
|
9215
|
-
private _adapterService;
|
|
9216
|
-
constructor(data: {
|
|
9217
|
-
file: any;
|
|
9218
|
-
thirdPartyModelService: ThirdPartyModelService;
|
|
9219
|
-
lightPresetService: LightPresetsService;
|
|
9220
|
-
settingsService: HomedecoratorSettingsService;
|
|
9221
|
-
iconCache: HomedecoratorIconCacheService;
|
|
9222
|
-
adapterService: HomedecoratorConnectorAdapterService;
|
|
9223
|
-
}, _dialogRef: MatDialogRef<ModelPreviewComponent>, _messageService: MessageBusService, _dialog: MatDialog, _fontService: FontService);
|
|
9224
|
-
glbExportName: ElementRef;
|
|
9225
|
-
heightArticle: ElementRef;
|
|
9226
|
-
scenePreview: THREE.Scene;
|
|
9227
|
-
cameraPreview: THREE.PerspectiveCamera;
|
|
9228
|
-
rendererPreview: THREE.WebGLRenderer;
|
|
9229
|
-
controls: OrbitControls;
|
|
9230
|
-
boundingBoxSize: Vector3;
|
|
9231
|
-
loadedModel: any;
|
|
9232
|
-
unitsOfMeasurement: string;
|
|
9233
|
-
units: string[];
|
|
9234
|
-
modelName: string;
|
|
9235
|
-
mathPi: number;
|
|
9236
|
-
showReferenceModel: boolean;
|
|
9237
|
-
floorSizeHeight: number;
|
|
9238
|
-
floorSizeWidth: number;
|
|
9239
|
-
gridSize: number;
|
|
9240
|
-
gridDivision: number;
|
|
9241
|
-
distanceStep: number;
|
|
9242
|
-
font: Font;
|
|
9243
|
-
stackable: boolean;
|
|
9244
|
-
heightAdjustable: boolean;
|
|
9245
|
-
placementOptions: CoDomainValue[];
|
|
9246
|
-
selectedPlacement: number;
|
|
9247
|
-
canvReference: HTMLElement;
|
|
9248
|
-
hasErrors: boolean;
|
|
9249
|
-
listOfErrors: any[];
|
|
9250
|
-
showLoader: boolean;
|
|
9251
|
-
private _measurements;
|
|
9252
|
-
protected readonly icon: typeof IconEnum;
|
|
9253
|
-
ngOnInit(): void;
|
|
9254
|
-
ngOnDestroy(): void;
|
|
9255
|
-
initScene(): void;
|
|
9256
|
-
loadFloorPlane(): void;
|
|
9257
|
-
loadLights(): void;
|
|
9258
|
-
loadReferenceModel(): void;
|
|
9259
|
-
loadModel(input: any): void;
|
|
9260
|
-
loadHDRI(path: string): Promise<void>;
|
|
9261
|
-
exportSceneAsGLB(returnType: string): void;
|
|
9262
|
-
scaleArticle(): void;
|
|
9263
|
-
rotateModel(axis: string, degrees: number): void;
|
|
9264
|
-
moveModel(axis: string, amount: number): void;
|
|
9265
|
-
setUnit(event: any): void;
|
|
9266
|
-
toggleShowReferenceModel($event: any): void;
|
|
9267
|
-
setStackable(event: any): void;
|
|
9268
|
-
setHeightAdjustable(event: any): void;
|
|
9269
|
-
closePreview(): void;
|
|
9270
|
-
private _animate;
|
|
9271
|
-
private _render;
|
|
9272
|
-
private _downloadModel;
|
|
9273
|
-
private _sendModelToCDN;
|
|
9274
|
-
private _setModelName;
|
|
9275
|
-
private _glbLoader;
|
|
9276
|
-
private _fbxLoader;
|
|
9277
|
-
private _objLoader;
|
|
9278
|
-
private _tdsLoader;
|
|
9279
|
-
private _stlLoader;
|
|
9280
|
-
private _addFromGeometry;
|
|
9281
|
-
private _prepModelForScene;
|
|
9282
|
-
private _getBoundingBox;
|
|
9283
|
-
private _applyTransforms;
|
|
9284
|
-
private _setMeasurements;
|
|
9285
|
-
private _create3DText;
|
|
9286
|
-
private _blobToArrayBuffer;
|
|
9287
|
-
private _createLightFromProperties;
|
|
9288
|
-
private _setObjectProperties;
|
|
9289
|
-
private _validateObjectStructure;
|
|
9290
|
-
private _validateMaterial;
|
|
9291
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ModelPreviewComponent, never>;
|
|
9292
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ModelPreviewComponent, "rp-model-preview", never, {}, {}, never, never, false, never>;
|
|
9293
|
-
}
|
|
9294
|
-
|
|
9295
|
-
declare class LoaderComponent {
|
|
9296
|
-
show: boolean;
|
|
9297
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderComponent, never>;
|
|
9298
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LoaderComponent, "rp-loader", never, { "show": { "alias": "show"; "required": false; }; }, {}, never, never, false, never>;
|
|
9299
|
-
}
|
|
9300
|
-
|
|
9301
|
-
declare class LoaderModule {
|
|
9302
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LoaderModule, never>;
|
|
9303
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LoaderModule, [typeof LoaderComponent], [typeof CoreModule], [typeof LoaderComponent]>;
|
|
9304
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<LoaderModule>;
|
|
9305
|
-
}
|
|
9306
|
-
|
|
9307
|
-
declare class ModelUploaderModule {
|
|
9308
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ModelUploaderModule, never>;
|
|
9309
|
-
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]>;
|
|
9310
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ModelUploaderModule>;
|
|
9311
|
-
}
|
|
9312
|
-
|
|
9313
9348
|
declare class ProductCatalogModule {
|
|
9314
9349
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProductCatalogModule, never>;
|
|
9315
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ProductCatalogModule, [typeof ProductCatalogComponent], [typeof i3.CommonModule, typeof CoreModule, typeof i7.MatIconModule, typeof i4.MatButtonModule, typeof
|
|
9350
|
+
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]>;
|
|
9316
9351
|
static ɵinj: i0.ɵɵInjectorDeclaration<ProductCatalogModule>;
|
|
9317
9352
|
}
|
|
9318
9353
|
|
|
@@ -9373,7 +9408,7 @@ declare class LightboxComponent {
|
|
|
9373
9408
|
|
|
9374
9409
|
declare class LightboxModule {
|
|
9375
9410
|
static ɵfac: i0.ɵɵFactoryDeclaration<LightboxModule, never>;
|
|
9376
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<LightboxModule, [typeof LightboxComponent], [typeof i3.CommonModule, typeof
|
|
9411
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<LightboxModule, [typeof LightboxComponent], [typeof i3.CommonModule, typeof i6.IconModule], [typeof LightboxComponent]>;
|
|
9377
9412
|
static ɵinj: i0.ɵɵInjectorDeclaration<LightboxModule>;
|
|
9378
9413
|
}
|
|
9379
9414
|
|
|
@@ -9399,7 +9434,7 @@ declare class HomedecoratorModule {
|
|
|
9399
9434
|
private _injector;
|
|
9400
9435
|
constructor(_injector: Injector);
|
|
9401
9436
|
static ɵfac: i0.ɵɵFactoryDeclaration<HomedecoratorModule, never>;
|
|
9402
|
-
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
|
|
9437
|
+
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]>;
|
|
9403
9438
|
static ɵinj: i0.ɵɵInjectorDeclaration<HomedecoratorModule>;
|
|
9404
9439
|
}
|
|
9405
9440
|
|
|
@@ -9431,7 +9466,7 @@ declare class MaterialBuilderComponent implements OnInit, OnDestroy {
|
|
|
9431
9466
|
controllerService: HomedecoratorConnectorService, appState: AppStateService, settingsService: HomedecoratorSettingsService, presetsService: PresetsService, _bluePrintService: BluePrintService, _viewModeService: ViewModeService, _homedecoratorService: HomedecoratorService, _parentEventService: HomedecoratorAppEventService, _ownEventService: HomedecoratorAppEventService, _integrationService: IntegrationService, _sceneService: SceneService, _webWorkerService: WebWorkerService);
|
|
9432
9467
|
ngOnInit(): Promise<void>;
|
|
9433
9468
|
ngOnDestroy(): void;
|
|
9434
|
-
handleExternalSave(): void
|
|
9469
|
+
handleExternalSave(): Promise<void>;
|
|
9435
9470
|
private _initConnection;
|
|
9436
9471
|
static ɵfac: i0.ɵɵFactoryDeclaration<MaterialBuilderComponent, [null, null, null, null, null, null, null, null, { optional: true; skipSelf: true; }, { optional: true; self: true; }, null, null, null]>;
|
|
9437
9472
|
static ɵcmp: i0.ɵɵComponentDeclaration<MaterialBuilderComponent, "co-material-builder", never, { "settings": { "alias": "settings"; "required": false; }; "materialPreview": { "alias": "materialPreview"; "required": false; }; "materialPreviewUpdate": { "alias": "materialPreviewUpdate"; "required": false; }; }, {}, never, never, false, never>;
|