@colijnit/configurator 261.20.9 → 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
@@ -549,6 +549,7 @@ declare abstract class BuildFurnitureBaseService implements OnDestroy {
549
549
  prepareTheSelections(instanceId?: string): void;
550
550
  preloadMaterials(schema: string): void;
551
551
  cleanUp(): void;
552
+ cleanup(): void;
552
553
  protected prepareInstanceForBuild(shouldCopyInstance: boolean, loadFromProject: boolean, looseOriginalConfiguration: boolean, result: ConfigurationResultObject): Promise<ConfigurationResultObject>;
553
554
  protected getSelectionsAndDecos(): Promise<void>;
554
555
  protected handlePrepareSelectionsDecos(result: ConfigurationResultObject): Promise<ConfigurationResultObject>;
@@ -558,7 +559,6 @@ declare abstract class BuildFurnitureBaseService implements OnDestroy {
558
559
  protected selectionPublished(selection: Selection): boolean;
559
560
  protected cleanupBeforePresetLoad(): void;
560
561
  protected handleAfterPresetLoad(): void;
561
- protected cleanup(): void;
562
562
  protected canConnectSelections(sel1: Selection, sel2: Selection): boolean;
563
563
  protected handleAnswerSelected(answer: Answer): void;
564
564
  protected handleSelectionSelected(chosenOption: SelectorStructure): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colijnit/configurator",
3
- "version": "261.20.9",
3
+ "version": "261.20.10",
4
4
  "description": "iOne configurator specific for version 261",
5
5
  "private": false,
6
6
  "peerDependencies": {