@tscircuit/core 0.0.973 → 0.0.974
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/dist/index.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9542,6 +9542,7 @@ var NormalComponent3 = class extends PrimitiveComponent2 {
|
|
|
9542
9542
|
doInitialPartsEngineRender() {
|
|
9543
9543
|
if (this.props.doNotPlace) return;
|
|
9544
9544
|
if (this.getInheritedProperty("bomDisabled")) return;
|
|
9545
|
+
if (this.getInheritedProperty("partsEngineDisabled")) return;
|
|
9545
9546
|
const partsEngine = this.getInheritedProperty("partsEngine");
|
|
9546
9547
|
if (!partsEngine) return;
|
|
9547
9548
|
const { db } = this.root;
|
|
@@ -9583,6 +9584,7 @@ var NormalComponent3 = class extends PrimitiveComponent2 {
|
|
|
9583
9584
|
updatePartsEngineRender() {
|
|
9584
9585
|
if (this.props.doNotPlace) return;
|
|
9585
9586
|
if (this.getInheritedProperty("bomDisabled")) return;
|
|
9587
|
+
if (this.getInheritedProperty("partsEngineDisabled")) return;
|
|
9586
9588
|
const { db } = this.root;
|
|
9587
9589
|
const source_component = db.source_component.get(this.source_component_id);
|
|
9588
9590
|
if (!source_component) return;
|
|
@@ -20898,7 +20900,7 @@ import { identity as identity5 } from "transformation-matrix";
|
|
|
20898
20900
|
var package_default = {
|
|
20899
20901
|
name: "@tscircuit/core",
|
|
20900
20902
|
type: "module",
|
|
20901
|
-
version: "0.0.
|
|
20903
|
+
version: "0.0.973",
|
|
20902
20904
|
types: "dist/index.d.ts",
|
|
20903
20905
|
main: "dist/index.js",
|
|
20904
20906
|
module: "dist/index.js",
|