@colijnit/configurator 261.20.8 → 261.20.10
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
|
@@ -106,11 +106,6 @@ declare class LoaderService {
|
|
|
106
106
|
static ɵprov: i0.ɵɵInjectableDeclaration<LoaderService>;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
declare enum ConfigurationTemplate {
|
|
110
|
-
default = "default",
|
|
111
|
-
showFullConfiguration = "showFullConfiguration"
|
|
112
|
-
}
|
|
113
|
-
|
|
114
109
|
declare class IntersectedObjects {
|
|
115
110
|
parent: Object3D;
|
|
116
111
|
child: Object3D;
|
|
@@ -130,14 +125,13 @@ declare class ConfiguratorEventService {
|
|
|
130
125
|
buildStarted: BehaviorSubject<boolean>;
|
|
131
126
|
buildFinished: BehaviorSubject<ConfigurationResultObject>;
|
|
132
127
|
addedToScene: BehaviorSubject<ConfigurationResultObject>;
|
|
133
|
-
configurationTemplateChange: BehaviorSubject<ConfigurationTemplate>;
|
|
134
128
|
articleNotFound: BehaviorSubject<ConfigurationResultObject>;
|
|
135
129
|
selectionWithAnswersChanged: BehaviorSubject<SelectorWithOptions[]>;
|
|
136
130
|
glbCreated: Subject<string>;
|
|
137
131
|
showOutline: Subject<any>;
|
|
138
132
|
showErrorOutline: Subject<any>;
|
|
139
133
|
hideOutline: Subject<void>;
|
|
140
|
-
articleReceived:
|
|
134
|
+
articleReceived: BehaviorSubject<Article>;
|
|
141
135
|
selectionsReceived: Subject<Selection[]>;
|
|
142
136
|
answersReceived: Subject<Answer[]>;
|
|
143
137
|
extraAnswerDataLoaded: Subject<void>;
|
|
@@ -555,6 +549,7 @@ declare abstract class BuildFurnitureBaseService implements OnDestroy {
|
|
|
555
549
|
prepareTheSelections(instanceId?: string): void;
|
|
556
550
|
preloadMaterials(schema: string): void;
|
|
557
551
|
cleanUp(): void;
|
|
552
|
+
cleanup(): void;
|
|
558
553
|
protected prepareInstanceForBuild(shouldCopyInstance: boolean, loadFromProject: boolean, looseOriginalConfiguration: boolean, result: ConfigurationResultObject): Promise<ConfigurationResultObject>;
|
|
559
554
|
protected getSelectionsAndDecos(): Promise<void>;
|
|
560
555
|
protected handlePrepareSelectionsDecos(result: ConfigurationResultObject): Promise<ConfigurationResultObject>;
|
|
@@ -564,7 +559,6 @@ declare abstract class BuildFurnitureBaseService implements OnDestroy {
|
|
|
564
559
|
protected selectionPublished(selection: Selection): boolean;
|
|
565
560
|
protected cleanupBeforePresetLoad(): void;
|
|
566
561
|
protected handleAfterPresetLoad(): void;
|
|
567
|
-
protected cleanup(): void;
|
|
568
562
|
protected canConnectSelections(sel1: Selection, sel2: Selection): boolean;
|
|
569
563
|
protected handleAnswerSelected(answer: Answer): void;
|
|
570
564
|
protected handleSelectionSelected(chosenOption: SelectorStructure): void;
|
|
@@ -1206,6 +1200,7 @@ declare class ConfiguratorComponent implements OnInit, OnDestroy {
|
|
|
1206
1200
|
private _buildFurnitureService;
|
|
1207
1201
|
private _configuratorConnectorService;
|
|
1208
1202
|
showClass: boolean;
|
|
1203
|
+
show: boolean;
|
|
1209
1204
|
set sku(value: string);
|
|
1210
1205
|
get sku(): string;
|
|
1211
1206
|
set instanceId(value: string);
|
|
@@ -1231,6 +1226,7 @@ declare class ConfiguratorComponent implements OnInit, OnDestroy {
|
|
|
1231
1226
|
showSelections: boolean;
|
|
1232
1227
|
showAnswers: boolean;
|
|
1233
1228
|
loaded: boolean;
|
|
1229
|
+
forceShow: boolean;
|
|
1234
1230
|
private _subs;
|
|
1235
1231
|
private _loadingFromPreset;
|
|
1236
1232
|
private _settings;
|
|
@@ -1238,6 +1234,7 @@ declare class ConfiguratorComponent implements OnInit, OnDestroy {
|
|
|
1238
1234
|
private _instanceIdSet;
|
|
1239
1235
|
private _sku;
|
|
1240
1236
|
private _skuSet;
|
|
1237
|
+
private _alreadyReset;
|
|
1241
1238
|
constructor(settingsService: ConfiguratorSettingsService, loaderService: LoaderService, _configuratorEventService: ConfiguratorEventService, _configuringService: ConfiguringService, _buildFurnitureService: SwitchBuildFurnitureService, _configuratorConnectorService: ConfiguratorConnectorService);
|
|
1242
1239
|
ngOnInit(): void;
|
|
1243
1240
|
ngOnDestroy(): void;
|
|
@@ -1247,9 +1244,9 @@ declare class ConfiguratorComponent implements OnInit, OnDestroy {
|
|
|
1247
1244
|
private _handleArticleNotFound;
|
|
1248
1245
|
private _handleAnswerCountReceived;
|
|
1249
1246
|
private _handleBuildFinished;
|
|
1250
|
-
private
|
|
1247
|
+
private _reset;
|
|
1251
1248
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConfiguratorComponent, never>;
|
|
1252
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConfiguratorComponent, "co-configurator", never, { "sku": { "alias": "sku"; "required": false; }; "instanceId": { "alias": "instanceId"; "required": false; }; "settings": { "alias": "settings"; "required": false; }; "scene": { "alias": "scene"; "required": false; }; "showLoader": { "alias": "showLoader"; "required": false; }; "showProgressBar": { "alias": "showProgressBar"; "required": false; }; "showErrorMessages": { "alias": "showErrorMessages"; "required": false; }; "outputErrorMessages": { "alias": "outputErrorMessages"; "required": false; }; "canCloseConfigurator": { "alias": "canCloseConfigurator"; "required": false; }; "animateSlideout": { "alias": "animateSlideout"; "required": false; }; "showHeaderInformation": { "alias": "showHeaderInformation"; "required": false; }; }, { "isLoading": "isLoading"; "updateProgressBar": "updateProgressBar"; "errorMessages": "errorMessages"; "showChange": "showChange"; }, never, never, false, never>;
|
|
1249
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConfiguratorComponent, "co-configurator", never, { "show": { "alias": "show"; "required": false; }; "sku": { "alias": "sku"; "required": false; }; "instanceId": { "alias": "instanceId"; "required": false; }; "settings": { "alias": "settings"; "required": false; }; "scene": { "alias": "scene"; "required": false; }; "showLoader": { "alias": "showLoader"; "required": false; }; "showProgressBar": { "alias": "showProgressBar"; "required": false; }; "showErrorMessages": { "alias": "showErrorMessages"; "required": false; }; "outputErrorMessages": { "alias": "outputErrorMessages"; "required": false; }; "canCloseConfigurator": { "alias": "canCloseConfigurator"; "required": false; }; "animateSlideout": { "alias": "animateSlideout"; "required": false; }; "showHeaderInformation": { "alias": "showHeaderInformation"; "required": false; }; }, { "isLoading": "isLoading"; "updateProgressBar": "updateProgressBar"; "errorMessages": "errorMessages"; "showChange": "showChange"; }, never, never, false, never>;
|
|
1253
1250
|
}
|
|
1254
1251
|
|
|
1255
1252
|
declare class ProgressBarComponent {
|
|
@@ -1663,6 +1660,7 @@ declare class AnswersSlideoutComponent implements OnInit, OnDestroy {
|
|
|
1663
1660
|
inqNumber: number;
|
|
1664
1661
|
valutaSymbol: string;
|
|
1665
1662
|
hasInfoOpen: boolean;
|
|
1663
|
+
showTagFilter: boolean;
|
|
1666
1664
|
private _openCount;
|
|
1667
1665
|
private _answers;
|
|
1668
1666
|
private _subs;
|