@colijnit/configurator 12.0.15 → 12.0.17

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/builder.d.ts CHANGED
@@ -49,6 +49,12 @@ export declare class Builder {
49
49
  private _downloadAsset;
50
50
  private _build;
51
51
  private _prepareTheSelections;
52
+ /**
53
+ * Returns the materialId of the parent up the tree until presentionlevel 1 is reached
54
+ * @param id
55
+ * @private
56
+ */
57
+ private _getMaterialIdFromParent;
52
58
  private _createAdjustable;
53
59
  private _createAddable;
54
60
  private _placeAddables;