@tscircuit/props 0.0.328 → 0.0.330
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/README.md +29 -22
- package/dist/index.d.ts +196 -173
- package/dist/index.js +479 -472
- package/dist/index.js.map +1 -1
- package/lib/components/board.ts +3 -0
- package/lib/components/platedhole.ts +8 -4
- package/lib/platformConfig.ts +19 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4425,18 +4425,18 @@ declare const manual_pcb_placement: z.ZodObject<{
|
|
|
4425
4425
|
y: string | number;
|
|
4426
4426
|
}>;
|
|
4427
4427
|
}, "strip", z.ZodTypeAny, {
|
|
4428
|
-
selector: string;
|
|
4429
|
-
relative_to: string;
|
|
4430
4428
|
center: {
|
|
4431
4429
|
x: number;
|
|
4432
4430
|
y: number;
|
|
4433
4431
|
};
|
|
4434
|
-
}, {
|
|
4435
4432
|
selector: string;
|
|
4433
|
+
relative_to: string;
|
|
4434
|
+
}, {
|
|
4436
4435
|
center: {
|
|
4437
4436
|
x: string | number;
|
|
4438
4437
|
y: string | number;
|
|
4439
4438
|
};
|
|
4439
|
+
selector: string;
|
|
4440
4440
|
relative_to?: string | undefined;
|
|
4441
4441
|
}>;
|
|
4442
4442
|
interface ManualPcbPlacement {
|
|
@@ -4518,18 +4518,18 @@ declare const manual_schematic_placement: z.ZodObject<{
|
|
|
4518
4518
|
y: string | number;
|
|
4519
4519
|
}>;
|
|
4520
4520
|
}, "strip", z.ZodTypeAny, {
|
|
4521
|
-
selector: string;
|
|
4522
|
-
relative_to: string;
|
|
4523
4521
|
center: {
|
|
4524
4522
|
x: number;
|
|
4525
4523
|
y: number;
|
|
4526
4524
|
};
|
|
4527
|
-
}, {
|
|
4528
4525
|
selector: string;
|
|
4526
|
+
relative_to: string;
|
|
4527
|
+
}, {
|
|
4529
4528
|
center: {
|
|
4530
4529
|
x: string | number;
|
|
4531
4530
|
y: string | number;
|
|
4532
4531
|
};
|
|
4532
|
+
selector: string;
|
|
4533
4533
|
relative_to?: string | undefined;
|
|
4534
4534
|
}>;
|
|
4535
4535
|
interface ManualSchematicPlacement {
|
|
@@ -4554,18 +4554,18 @@ declare const manual_edits_file: z.ZodObject<{
|
|
|
4554
4554
|
y: string | number;
|
|
4555
4555
|
}>;
|
|
4556
4556
|
}, "strip", z.ZodTypeAny, {
|
|
4557
|
-
selector: string;
|
|
4558
|
-
relative_to: string;
|
|
4559
4557
|
center: {
|
|
4560
4558
|
x: number;
|
|
4561
4559
|
y: number;
|
|
4562
4560
|
};
|
|
4563
|
-
}, {
|
|
4564
4561
|
selector: string;
|
|
4562
|
+
relative_to: string;
|
|
4563
|
+
}, {
|
|
4565
4564
|
center: {
|
|
4566
4565
|
x: string | number;
|
|
4567
4566
|
y: string | number;
|
|
4568
4567
|
};
|
|
4568
|
+
selector: string;
|
|
4569
4569
|
relative_to?: string | undefined;
|
|
4570
4570
|
}>, "many">>;
|
|
4571
4571
|
manual_trace_hints: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -4634,28 +4634,28 @@ declare const manual_edits_file: z.ZodObject<{
|
|
|
4634
4634
|
y: string | number;
|
|
4635
4635
|
}>;
|
|
4636
4636
|
}, "strip", z.ZodTypeAny, {
|
|
4637
|
-
selector: string;
|
|
4638
|
-
relative_to: string;
|
|
4639
4637
|
center: {
|
|
4640
4638
|
x: number;
|
|
4641
4639
|
y: number;
|
|
4642
4640
|
};
|
|
4643
|
-
}, {
|
|
4644
4641
|
selector: string;
|
|
4642
|
+
relative_to: string;
|
|
4643
|
+
}, {
|
|
4645
4644
|
center: {
|
|
4646
4645
|
x: string | number;
|
|
4647
4646
|
y: string | number;
|
|
4648
4647
|
};
|
|
4648
|
+
selector: string;
|
|
4649
4649
|
relative_to?: string | undefined;
|
|
4650
4650
|
}>, "many">>;
|
|
4651
4651
|
}, "strip", z.ZodTypeAny, {
|
|
4652
4652
|
pcb_placements?: {
|
|
4653
|
-
selector: string;
|
|
4654
|
-
relative_to: string;
|
|
4655
4653
|
center: {
|
|
4656
4654
|
x: number;
|
|
4657
4655
|
y: number;
|
|
4658
4656
|
};
|
|
4657
|
+
selector: string;
|
|
4658
|
+
relative_to: string;
|
|
4659
4659
|
}[] | undefined;
|
|
4660
4660
|
manual_trace_hints?: {
|
|
4661
4661
|
pcb_port_selector: string;
|
|
@@ -4668,20 +4668,20 @@ declare const manual_edits_file: z.ZodObject<{
|
|
|
4668
4668
|
}[];
|
|
4669
4669
|
}[] | undefined;
|
|
4670
4670
|
schematic_placements?: {
|
|
4671
|
-
selector: string;
|
|
4672
|
-
relative_to: string;
|
|
4673
4671
|
center: {
|
|
4674
4672
|
x: number;
|
|
4675
4673
|
y: number;
|
|
4676
4674
|
};
|
|
4675
|
+
selector: string;
|
|
4676
|
+
relative_to: string;
|
|
4677
4677
|
}[] | undefined;
|
|
4678
4678
|
}, {
|
|
4679
4679
|
pcb_placements?: {
|
|
4680
|
-
selector: string;
|
|
4681
4680
|
center: {
|
|
4682
4681
|
x: string | number;
|
|
4683
4682
|
y: string | number;
|
|
4684
4683
|
};
|
|
4684
|
+
selector: string;
|
|
4685
4685
|
relative_to?: string | undefined;
|
|
4686
4686
|
}[] | undefined;
|
|
4687
4687
|
manual_trace_hints?: {
|
|
@@ -4697,11 +4697,11 @@ declare const manual_edits_file: z.ZodObject<{
|
|
|
4697
4697
|
}[];
|
|
4698
4698
|
}[] | undefined;
|
|
4699
4699
|
schematic_placements?: {
|
|
4700
|
-
selector: string;
|
|
4701
4700
|
center: {
|
|
4702
4701
|
x: string | number;
|
|
4703
4702
|
y: string | number;
|
|
4704
4703
|
};
|
|
4704
|
+
selector: string;
|
|
4705
4705
|
relative_to?: string | undefined;
|
|
4706
4706
|
}[] | undefined;
|
|
4707
4707
|
}>;
|
|
@@ -6506,18 +6506,18 @@ declare const subcircuitGroupProps: z.ZodObject<{
|
|
|
6506
6506
|
y: string | number;
|
|
6507
6507
|
}>;
|
|
6508
6508
|
}, "strip", z.ZodTypeAny, {
|
|
6509
|
-
selector: string;
|
|
6510
|
-
relative_to: string;
|
|
6511
6509
|
center: {
|
|
6512
6510
|
x: number;
|
|
6513
6511
|
y: number;
|
|
6514
6512
|
};
|
|
6515
|
-
}, {
|
|
6516
6513
|
selector: string;
|
|
6514
|
+
relative_to: string;
|
|
6515
|
+
}, {
|
|
6517
6516
|
center: {
|
|
6518
6517
|
x: string | number;
|
|
6519
6518
|
y: string | number;
|
|
6520
6519
|
};
|
|
6520
|
+
selector: string;
|
|
6521
6521
|
relative_to?: string | undefined;
|
|
6522
6522
|
}>, "many">>;
|
|
6523
6523
|
manual_trace_hints: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -6586,28 +6586,28 @@ declare const subcircuitGroupProps: z.ZodObject<{
|
|
|
6586
6586
|
y: string | number;
|
|
6587
6587
|
}>;
|
|
6588
6588
|
}, "strip", z.ZodTypeAny, {
|
|
6589
|
-
selector: string;
|
|
6590
|
-
relative_to: string;
|
|
6591
6589
|
center: {
|
|
6592
6590
|
x: number;
|
|
6593
6591
|
y: number;
|
|
6594
6592
|
};
|
|
6595
|
-
}, {
|
|
6596
6593
|
selector: string;
|
|
6594
|
+
relative_to: string;
|
|
6595
|
+
}, {
|
|
6597
6596
|
center: {
|
|
6598
6597
|
x: string | number;
|
|
6599
6598
|
y: string | number;
|
|
6600
6599
|
};
|
|
6600
|
+
selector: string;
|
|
6601
6601
|
relative_to?: string | undefined;
|
|
6602
6602
|
}>, "many">>;
|
|
6603
6603
|
}, "strip", z.ZodTypeAny, {
|
|
6604
6604
|
pcb_placements?: {
|
|
6605
|
-
selector: string;
|
|
6606
|
-
relative_to: string;
|
|
6607
6605
|
center: {
|
|
6608
6606
|
x: number;
|
|
6609
6607
|
y: number;
|
|
6610
6608
|
};
|
|
6609
|
+
selector: string;
|
|
6610
|
+
relative_to: string;
|
|
6611
6611
|
}[] | undefined;
|
|
6612
6612
|
manual_trace_hints?: {
|
|
6613
6613
|
pcb_port_selector: string;
|
|
@@ -6620,20 +6620,20 @@ declare const subcircuitGroupProps: z.ZodObject<{
|
|
|
6620
6620
|
}[];
|
|
6621
6621
|
}[] | undefined;
|
|
6622
6622
|
schematic_placements?: {
|
|
6623
|
-
selector: string;
|
|
6624
|
-
relative_to: string;
|
|
6625
6623
|
center: {
|
|
6626
6624
|
x: number;
|
|
6627
6625
|
y: number;
|
|
6628
6626
|
};
|
|
6627
|
+
selector: string;
|
|
6628
|
+
relative_to: string;
|
|
6629
6629
|
}[] | undefined;
|
|
6630
6630
|
}, {
|
|
6631
6631
|
pcb_placements?: {
|
|
6632
|
-
selector: string;
|
|
6633
6632
|
center: {
|
|
6634
6633
|
x: string | number;
|
|
6635
6634
|
y: string | number;
|
|
6636
6635
|
};
|
|
6636
|
+
selector: string;
|
|
6637
6637
|
relative_to?: string | undefined;
|
|
6638
6638
|
}[] | undefined;
|
|
6639
6639
|
manual_trace_hints?: {
|
|
@@ -6649,11 +6649,11 @@ declare const subcircuitGroupProps: z.ZodObject<{
|
|
|
6649
6649
|
}[];
|
|
6650
6650
|
}[] | undefined;
|
|
6651
6651
|
schematic_placements?: {
|
|
6652
|
-
selector: string;
|
|
6653
6652
|
center: {
|
|
6654
6653
|
x: string | number;
|
|
6655
6654
|
y: string | number;
|
|
6656
6655
|
};
|
|
6656
|
+
selector: string;
|
|
6657
6657
|
relative_to?: string | undefined;
|
|
6658
6658
|
}[] | undefined;
|
|
6659
6659
|
}>>;
|
|
@@ -6938,12 +6938,12 @@ declare const subcircuitGroupProps: z.ZodObject<{
|
|
|
6938
6938
|
schMatchAdapt?: boolean | undefined;
|
|
6939
6939
|
manualEdits?: {
|
|
6940
6940
|
pcb_placements?: {
|
|
6941
|
-
selector: string;
|
|
6942
|
-
relative_to: string;
|
|
6943
6941
|
center: {
|
|
6944
6942
|
x: number;
|
|
6945
6943
|
y: number;
|
|
6946
6944
|
};
|
|
6945
|
+
selector: string;
|
|
6946
|
+
relative_to: string;
|
|
6947
6947
|
}[] | undefined;
|
|
6948
6948
|
manual_trace_hints?: {
|
|
6949
6949
|
pcb_port_selector: string;
|
|
@@ -6956,12 +6956,12 @@ declare const subcircuitGroupProps: z.ZodObject<{
|
|
|
6956
6956
|
}[];
|
|
6957
6957
|
}[] | undefined;
|
|
6958
6958
|
schematic_placements?: {
|
|
6959
|
-
selector: string;
|
|
6960
|
-
relative_to: string;
|
|
6961
6959
|
center: {
|
|
6962
6960
|
x: number;
|
|
6963
6961
|
y: number;
|
|
6964
6962
|
};
|
|
6963
|
+
selector: string;
|
|
6964
|
+
relative_to: string;
|
|
6965
6965
|
}[] | undefined;
|
|
6966
6966
|
} | undefined;
|
|
6967
6967
|
routingDisabled?: boolean | undefined;
|
|
@@ -7217,11 +7217,11 @@ declare const subcircuitGroupProps: z.ZodObject<{
|
|
|
7217
7217
|
schMatchAdapt?: boolean | undefined;
|
|
7218
7218
|
manualEdits?: {
|
|
7219
7219
|
pcb_placements?: {
|
|
7220
|
-
selector: string;
|
|
7221
7220
|
center: {
|
|
7222
7221
|
x: string | number;
|
|
7223
7222
|
y: string | number;
|
|
7224
7223
|
};
|
|
7224
|
+
selector: string;
|
|
7225
7225
|
relative_to?: string | undefined;
|
|
7226
7226
|
}[] | undefined;
|
|
7227
7227
|
manual_trace_hints?: {
|
|
@@ -7237,11 +7237,11 @@ declare const subcircuitGroupProps: z.ZodObject<{
|
|
|
7237
7237
|
}[];
|
|
7238
7238
|
}[] | undefined;
|
|
7239
7239
|
schematic_placements?: {
|
|
7240
|
-
selector: string;
|
|
7241
7240
|
center: {
|
|
7242
7241
|
x: string | number;
|
|
7243
7242
|
y: string | number;
|
|
7244
7243
|
};
|
|
7244
|
+
selector: string;
|
|
7245
7245
|
relative_to?: string | undefined;
|
|
7246
7246
|
}[] | undefined;
|
|
7247
7247
|
} | undefined;
|
|
@@ -7739,18 +7739,18 @@ declare const subcircuitGroupPropsWithBool: z.ZodObject<{
|
|
|
7739
7739
|
y: string | number;
|
|
7740
7740
|
}>;
|
|
7741
7741
|
}, "strip", z.ZodTypeAny, {
|
|
7742
|
-
selector: string;
|
|
7743
|
-
relative_to: string;
|
|
7744
7742
|
center: {
|
|
7745
7743
|
x: number;
|
|
7746
7744
|
y: number;
|
|
7747
7745
|
};
|
|
7748
|
-
}, {
|
|
7749
7746
|
selector: string;
|
|
7747
|
+
relative_to: string;
|
|
7748
|
+
}, {
|
|
7750
7749
|
center: {
|
|
7751
7750
|
x: string | number;
|
|
7752
7751
|
y: string | number;
|
|
7753
7752
|
};
|
|
7753
|
+
selector: string;
|
|
7754
7754
|
relative_to?: string | undefined;
|
|
7755
7755
|
}>, "many">>;
|
|
7756
7756
|
manual_trace_hints: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -7819,28 +7819,28 @@ declare const subcircuitGroupPropsWithBool: z.ZodObject<{
|
|
|
7819
7819
|
y: string | number;
|
|
7820
7820
|
}>;
|
|
7821
7821
|
}, "strip", z.ZodTypeAny, {
|
|
7822
|
-
selector: string;
|
|
7823
|
-
relative_to: string;
|
|
7824
7822
|
center: {
|
|
7825
7823
|
x: number;
|
|
7826
7824
|
y: number;
|
|
7827
7825
|
};
|
|
7828
|
-
}, {
|
|
7829
7826
|
selector: string;
|
|
7827
|
+
relative_to: string;
|
|
7828
|
+
}, {
|
|
7830
7829
|
center: {
|
|
7831
7830
|
x: string | number;
|
|
7832
7831
|
y: string | number;
|
|
7833
7832
|
};
|
|
7833
|
+
selector: string;
|
|
7834
7834
|
relative_to?: string | undefined;
|
|
7835
7835
|
}>, "many">>;
|
|
7836
7836
|
}, "strip", z.ZodTypeAny, {
|
|
7837
7837
|
pcb_placements?: {
|
|
7838
|
-
selector: string;
|
|
7839
|
-
relative_to: string;
|
|
7840
7838
|
center: {
|
|
7841
7839
|
x: number;
|
|
7842
7840
|
y: number;
|
|
7843
7841
|
};
|
|
7842
|
+
selector: string;
|
|
7843
|
+
relative_to: string;
|
|
7844
7844
|
}[] | undefined;
|
|
7845
7845
|
manual_trace_hints?: {
|
|
7846
7846
|
pcb_port_selector: string;
|
|
@@ -7853,20 +7853,20 @@ declare const subcircuitGroupPropsWithBool: z.ZodObject<{
|
|
|
7853
7853
|
}[];
|
|
7854
7854
|
}[] | undefined;
|
|
7855
7855
|
schematic_placements?: {
|
|
7856
|
-
selector: string;
|
|
7857
|
-
relative_to: string;
|
|
7858
7856
|
center: {
|
|
7859
7857
|
x: number;
|
|
7860
7858
|
y: number;
|
|
7861
7859
|
};
|
|
7860
|
+
selector: string;
|
|
7861
|
+
relative_to: string;
|
|
7862
7862
|
}[] | undefined;
|
|
7863
7863
|
}, {
|
|
7864
7864
|
pcb_placements?: {
|
|
7865
|
-
selector: string;
|
|
7866
7865
|
center: {
|
|
7867
7866
|
x: string | number;
|
|
7868
7867
|
y: string | number;
|
|
7869
7868
|
};
|
|
7869
|
+
selector: string;
|
|
7870
7870
|
relative_to?: string | undefined;
|
|
7871
7871
|
}[] | undefined;
|
|
7872
7872
|
manual_trace_hints?: {
|
|
@@ -7882,11 +7882,11 @@ declare const subcircuitGroupPropsWithBool: z.ZodObject<{
|
|
|
7882
7882
|
}[];
|
|
7883
7883
|
}[] | undefined;
|
|
7884
7884
|
schematic_placements?: {
|
|
7885
|
-
selector: string;
|
|
7886
7885
|
center: {
|
|
7887
7886
|
x: string | number;
|
|
7888
7887
|
y: string | number;
|
|
7889
7888
|
};
|
|
7889
|
+
selector: string;
|
|
7890
7890
|
relative_to?: string | undefined;
|
|
7891
7891
|
}[] | undefined;
|
|
7892
7892
|
}>>;
|
|
@@ -8174,12 +8174,12 @@ declare const subcircuitGroupPropsWithBool: z.ZodObject<{
|
|
|
8174
8174
|
schMatchAdapt?: boolean | undefined;
|
|
8175
8175
|
manualEdits?: {
|
|
8176
8176
|
pcb_placements?: {
|
|
8177
|
-
selector: string;
|
|
8178
|
-
relative_to: string;
|
|
8179
8177
|
center: {
|
|
8180
8178
|
x: number;
|
|
8181
8179
|
y: number;
|
|
8182
8180
|
};
|
|
8181
|
+
selector: string;
|
|
8182
|
+
relative_to: string;
|
|
8183
8183
|
}[] | undefined;
|
|
8184
8184
|
manual_trace_hints?: {
|
|
8185
8185
|
pcb_port_selector: string;
|
|
@@ -8192,12 +8192,12 @@ declare const subcircuitGroupPropsWithBool: z.ZodObject<{
|
|
|
8192
8192
|
}[];
|
|
8193
8193
|
}[] | undefined;
|
|
8194
8194
|
schematic_placements?: {
|
|
8195
|
-
selector: string;
|
|
8196
|
-
relative_to: string;
|
|
8197
8195
|
center: {
|
|
8198
8196
|
x: number;
|
|
8199
8197
|
y: number;
|
|
8200
8198
|
};
|
|
8199
|
+
selector: string;
|
|
8200
|
+
relative_to: string;
|
|
8201
8201
|
}[] | undefined;
|
|
8202
8202
|
} | undefined;
|
|
8203
8203
|
routingDisabled?: boolean | undefined;
|
|
@@ -8454,11 +8454,11 @@ declare const subcircuitGroupPropsWithBool: z.ZodObject<{
|
|
|
8454
8454
|
schMatchAdapt?: boolean | undefined;
|
|
8455
8455
|
manualEdits?: {
|
|
8456
8456
|
pcb_placements?: {
|
|
8457
|
-
selector: string;
|
|
8458
8457
|
center: {
|
|
8459
8458
|
x: string | number;
|
|
8460
8459
|
y: string | number;
|
|
8461
8460
|
};
|
|
8461
|
+
selector: string;
|
|
8462
8462
|
relative_to?: string | undefined;
|
|
8463
8463
|
}[] | undefined;
|
|
8464
8464
|
manual_trace_hints?: {
|
|
@@ -8474,11 +8474,11 @@ declare const subcircuitGroupPropsWithBool: z.ZodObject<{
|
|
|
8474
8474
|
}[];
|
|
8475
8475
|
}[] | undefined;
|
|
8476
8476
|
schematic_placements?: {
|
|
8477
|
-
selector: string;
|
|
8478
8477
|
center: {
|
|
8479
8478
|
x: string | number;
|
|
8480
8479
|
y: string | number;
|
|
8481
8480
|
};
|
|
8481
|
+
selector: string;
|
|
8482
8482
|
relative_to?: string | undefined;
|
|
8483
8483
|
}[] | undefined;
|
|
8484
8484
|
} | undefined;
|
|
@@ -9873,18 +9873,18 @@ declare const groupProps: z.ZodDiscriminatedUnion<"subcircuit", [z.ZodObject<{
|
|
|
9873
9873
|
y: string | number;
|
|
9874
9874
|
}>;
|
|
9875
9875
|
}, "strip", z.ZodTypeAny, {
|
|
9876
|
-
selector: string;
|
|
9877
|
-
relative_to: string;
|
|
9878
9876
|
center: {
|
|
9879
9877
|
x: number;
|
|
9880
9878
|
y: number;
|
|
9881
9879
|
};
|
|
9882
|
-
}, {
|
|
9883
9880
|
selector: string;
|
|
9881
|
+
relative_to: string;
|
|
9882
|
+
}, {
|
|
9884
9883
|
center: {
|
|
9885
9884
|
x: string | number;
|
|
9886
9885
|
y: string | number;
|
|
9887
9886
|
};
|
|
9887
|
+
selector: string;
|
|
9888
9888
|
relative_to?: string | undefined;
|
|
9889
9889
|
}>, "many">>;
|
|
9890
9890
|
manual_trace_hints: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -9953,28 +9953,28 @@ declare const groupProps: z.ZodDiscriminatedUnion<"subcircuit", [z.ZodObject<{
|
|
|
9953
9953
|
y: string | number;
|
|
9954
9954
|
}>;
|
|
9955
9955
|
}, "strip", z.ZodTypeAny, {
|
|
9956
|
-
selector: string;
|
|
9957
|
-
relative_to: string;
|
|
9958
9956
|
center: {
|
|
9959
9957
|
x: number;
|
|
9960
9958
|
y: number;
|
|
9961
9959
|
};
|
|
9962
|
-
}, {
|
|
9963
9960
|
selector: string;
|
|
9961
|
+
relative_to: string;
|
|
9962
|
+
}, {
|
|
9964
9963
|
center: {
|
|
9965
9964
|
x: string | number;
|
|
9966
9965
|
y: string | number;
|
|
9967
9966
|
};
|
|
9967
|
+
selector: string;
|
|
9968
9968
|
relative_to?: string | undefined;
|
|
9969
9969
|
}>, "many">>;
|
|
9970
9970
|
}, "strip", z.ZodTypeAny, {
|
|
9971
9971
|
pcb_placements?: {
|
|
9972
|
-
selector: string;
|
|
9973
|
-
relative_to: string;
|
|
9974
9972
|
center: {
|
|
9975
9973
|
x: number;
|
|
9976
9974
|
y: number;
|
|
9977
9975
|
};
|
|
9976
|
+
selector: string;
|
|
9977
|
+
relative_to: string;
|
|
9978
9978
|
}[] | undefined;
|
|
9979
9979
|
manual_trace_hints?: {
|
|
9980
9980
|
pcb_port_selector: string;
|
|
@@ -9987,20 +9987,20 @@ declare const groupProps: z.ZodDiscriminatedUnion<"subcircuit", [z.ZodObject<{
|
|
|
9987
9987
|
}[];
|
|
9988
9988
|
}[] | undefined;
|
|
9989
9989
|
schematic_placements?: {
|
|
9990
|
-
selector: string;
|
|
9991
|
-
relative_to: string;
|
|
9992
9990
|
center: {
|
|
9993
9991
|
x: number;
|
|
9994
9992
|
y: number;
|
|
9995
9993
|
};
|
|
9994
|
+
selector: string;
|
|
9995
|
+
relative_to: string;
|
|
9996
9996
|
}[] | undefined;
|
|
9997
9997
|
}, {
|
|
9998
9998
|
pcb_placements?: {
|
|
9999
|
-
selector: string;
|
|
10000
9999
|
center: {
|
|
10001
10000
|
x: string | number;
|
|
10002
10001
|
y: string | number;
|
|
10003
10002
|
};
|
|
10003
|
+
selector: string;
|
|
10004
10004
|
relative_to?: string | undefined;
|
|
10005
10005
|
}[] | undefined;
|
|
10006
10006
|
manual_trace_hints?: {
|
|
@@ -10016,11 +10016,11 @@ declare const groupProps: z.ZodDiscriminatedUnion<"subcircuit", [z.ZodObject<{
|
|
|
10016
10016
|
}[];
|
|
10017
10017
|
}[] | undefined;
|
|
10018
10018
|
schematic_placements?: {
|
|
10019
|
-
selector: string;
|
|
10020
10019
|
center: {
|
|
10021
10020
|
x: string | number;
|
|
10022
10021
|
y: string | number;
|
|
10023
10022
|
};
|
|
10023
|
+
selector: string;
|
|
10024
10024
|
relative_to?: string | undefined;
|
|
10025
10025
|
}[] | undefined;
|
|
10026
10026
|
}>>;
|
|
@@ -10308,12 +10308,12 @@ declare const groupProps: z.ZodDiscriminatedUnion<"subcircuit", [z.ZodObject<{
|
|
|
10308
10308
|
schMatchAdapt?: boolean | undefined;
|
|
10309
10309
|
manualEdits?: {
|
|
10310
10310
|
pcb_placements?: {
|
|
10311
|
-
selector: string;
|
|
10312
|
-
relative_to: string;
|
|
10313
10311
|
center: {
|
|
10314
10312
|
x: number;
|
|
10315
10313
|
y: number;
|
|
10316
10314
|
};
|
|
10315
|
+
selector: string;
|
|
10316
|
+
relative_to: string;
|
|
10317
10317
|
}[] | undefined;
|
|
10318
10318
|
manual_trace_hints?: {
|
|
10319
10319
|
pcb_port_selector: string;
|
|
@@ -10326,12 +10326,12 @@ declare const groupProps: z.ZodDiscriminatedUnion<"subcircuit", [z.ZodObject<{
|
|
|
10326
10326
|
}[];
|
|
10327
10327
|
}[] | undefined;
|
|
10328
10328
|
schematic_placements?: {
|
|
10329
|
-
selector: string;
|
|
10330
|
-
relative_to: string;
|
|
10331
10329
|
center: {
|
|
10332
10330
|
x: number;
|
|
10333
10331
|
y: number;
|
|
10334
10332
|
};
|
|
10333
|
+
selector: string;
|
|
10334
|
+
relative_to: string;
|
|
10335
10335
|
}[] | undefined;
|
|
10336
10336
|
} | undefined;
|
|
10337
10337
|
routingDisabled?: boolean | undefined;
|
|
@@ -10588,11 +10588,11 @@ declare const groupProps: z.ZodDiscriminatedUnion<"subcircuit", [z.ZodObject<{
|
|
|
10588
10588
|
schMatchAdapt?: boolean | undefined;
|
|
10589
10589
|
manualEdits?: {
|
|
10590
10590
|
pcb_placements?: {
|
|
10591
|
-
selector: string;
|
|
10592
10591
|
center: {
|
|
10593
10592
|
x: string | number;
|
|
10594
10593
|
y: string | number;
|
|
10595
10594
|
};
|
|
10595
|
+
selector: string;
|
|
10596
10596
|
relative_to?: string | undefined;
|
|
10597
10597
|
}[] | undefined;
|
|
10598
10598
|
manual_trace_hints?: {
|
|
@@ -10608,11 +10608,11 @@ declare const groupProps: z.ZodDiscriminatedUnion<"subcircuit", [z.ZodObject<{
|
|
|
10608
10608
|
}[];
|
|
10609
10609
|
}[] | undefined;
|
|
10610
10610
|
schematic_placements?: {
|
|
10611
|
-
selector: string;
|
|
10612
10611
|
center: {
|
|
10613
10612
|
x: string | number;
|
|
10614
10613
|
y: string | number;
|
|
10615
10614
|
};
|
|
10615
|
+
selector: string;
|
|
10616
10616
|
relative_to?: string | undefined;
|
|
10617
10617
|
}[] | undefined;
|
|
10618
10618
|
} | undefined;
|
|
@@ -10647,11 +10647,14 @@ declare const groupProps: z.ZodDiscriminatedUnion<"subcircuit", [z.ZodObject<{
|
|
|
10647
10647
|
outlineOffsetY?: string | number | undefined;
|
|
10648
10648
|
}>]>;
|
|
10649
10649
|
|
|
10650
|
+
declare const ninePointAnchor: z.ZodEnum<["top_left", "top_center", "top_right", "center_left", "center", "center_right", "bottom_left", "bottom_center", "bottom_right"]>;
|
|
10651
|
+
|
|
10650
10652
|
interface BoardProps extends Omit<SubcircuitGroupProps, "subcircuit"> {
|
|
10651
10653
|
material?: "fr4" | "fr1";
|
|
10652
10654
|
/** Number of layers for the PCB */
|
|
10653
10655
|
layers?: 2 | 4;
|
|
10654
10656
|
borderRadius?: Distance;
|
|
10657
|
+
boardOrigin?: z.infer<typeof ninePointAnchor>;
|
|
10655
10658
|
}
|
|
10656
10659
|
declare const boardProps: z.ZodObject<{
|
|
10657
10660
|
pcbX: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
@@ -11117,18 +11120,18 @@ declare const boardProps: z.ZodObject<{
|
|
|
11117
11120
|
y: string | number;
|
|
11118
11121
|
}>;
|
|
11119
11122
|
}, "strip", z.ZodTypeAny, {
|
|
11120
|
-
selector: string;
|
|
11121
|
-
relative_to: string;
|
|
11122
11123
|
center: {
|
|
11123
11124
|
x: number;
|
|
11124
11125
|
y: number;
|
|
11125
11126
|
};
|
|
11126
|
-
}, {
|
|
11127
11127
|
selector: string;
|
|
11128
|
+
relative_to: string;
|
|
11129
|
+
}, {
|
|
11128
11130
|
center: {
|
|
11129
11131
|
x: string | number;
|
|
11130
11132
|
y: string | number;
|
|
11131
11133
|
};
|
|
11134
|
+
selector: string;
|
|
11132
11135
|
relative_to?: string | undefined;
|
|
11133
11136
|
}>, "many">>;
|
|
11134
11137
|
manual_trace_hints: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -11197,28 +11200,28 @@ declare const boardProps: z.ZodObject<{
|
|
|
11197
11200
|
y: string | number;
|
|
11198
11201
|
}>;
|
|
11199
11202
|
}, "strip", z.ZodTypeAny, {
|
|
11200
|
-
selector: string;
|
|
11201
|
-
relative_to: string;
|
|
11202
11203
|
center: {
|
|
11203
11204
|
x: number;
|
|
11204
11205
|
y: number;
|
|
11205
11206
|
};
|
|
11206
|
-
}, {
|
|
11207
11207
|
selector: string;
|
|
11208
|
+
relative_to: string;
|
|
11209
|
+
}, {
|
|
11208
11210
|
center: {
|
|
11209
11211
|
x: string | number;
|
|
11210
11212
|
y: string | number;
|
|
11211
11213
|
};
|
|
11214
|
+
selector: string;
|
|
11212
11215
|
relative_to?: string | undefined;
|
|
11213
11216
|
}>, "many">>;
|
|
11214
11217
|
}, "strip", z.ZodTypeAny, {
|
|
11215
11218
|
pcb_placements?: {
|
|
11216
|
-
selector: string;
|
|
11217
|
-
relative_to: string;
|
|
11218
11219
|
center: {
|
|
11219
11220
|
x: number;
|
|
11220
11221
|
y: number;
|
|
11221
11222
|
};
|
|
11223
|
+
selector: string;
|
|
11224
|
+
relative_to: string;
|
|
11222
11225
|
}[] | undefined;
|
|
11223
11226
|
manual_trace_hints?: {
|
|
11224
11227
|
pcb_port_selector: string;
|
|
@@ -11231,20 +11234,20 @@ declare const boardProps: z.ZodObject<{
|
|
|
11231
11234
|
}[];
|
|
11232
11235
|
}[] | undefined;
|
|
11233
11236
|
schematic_placements?: {
|
|
11234
|
-
selector: string;
|
|
11235
|
-
relative_to: string;
|
|
11236
11237
|
center: {
|
|
11237
11238
|
x: number;
|
|
11238
11239
|
y: number;
|
|
11239
11240
|
};
|
|
11241
|
+
selector: string;
|
|
11242
|
+
relative_to: string;
|
|
11240
11243
|
}[] | undefined;
|
|
11241
11244
|
}, {
|
|
11242
11245
|
pcb_placements?: {
|
|
11243
|
-
selector: string;
|
|
11244
11246
|
center: {
|
|
11245
11247
|
x: string | number;
|
|
11246
11248
|
y: string | number;
|
|
11247
11249
|
};
|
|
11250
|
+
selector: string;
|
|
11248
11251
|
relative_to?: string | undefined;
|
|
11249
11252
|
}[] | undefined;
|
|
11250
11253
|
manual_trace_hints?: {
|
|
@@ -11260,11 +11263,11 @@ declare const boardProps: z.ZodObject<{
|
|
|
11260
11263
|
}[];
|
|
11261
11264
|
}[] | undefined;
|
|
11262
11265
|
schematic_placements?: {
|
|
11263
|
-
selector: string;
|
|
11264
11266
|
center: {
|
|
11265
11267
|
x: string | number;
|
|
11266
11268
|
y: string | number;
|
|
11267
11269
|
};
|
|
11270
|
+
selector: string;
|
|
11268
11271
|
relative_to?: string | undefined;
|
|
11269
11272
|
}[] | undefined;
|
|
11270
11273
|
}>>;
|
|
@@ -11331,6 +11334,7 @@ declare const boardProps: z.ZodObject<{
|
|
|
11331
11334
|
material: z.ZodDefault<z.ZodEnum<["fr4", "fr1"]>>;
|
|
11332
11335
|
layers: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<2>, z.ZodLiteral<4>]>>;
|
|
11333
11336
|
borderRadius: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
11337
|
+
boardOrigin: z.ZodOptional<z.ZodEnum<["top_left", "top_center", "top_right", "center_left", "center", "center_right", "bottom_left", "bottom_center", "bottom_right"]>>;
|
|
11334
11338
|
}, "strip", z.ZodTypeAny, {
|
|
11335
11339
|
material: "fr4" | "fr1";
|
|
11336
11340
|
layers: 2 | 4;
|
|
@@ -11555,12 +11559,12 @@ declare const boardProps: z.ZodObject<{
|
|
|
11555
11559
|
schMatchAdapt?: boolean | undefined;
|
|
11556
11560
|
manualEdits?: {
|
|
11557
11561
|
pcb_placements?: {
|
|
11558
|
-
selector: string;
|
|
11559
|
-
relative_to: string;
|
|
11560
11562
|
center: {
|
|
11561
11563
|
x: number;
|
|
11562
11564
|
y: number;
|
|
11563
11565
|
};
|
|
11566
|
+
selector: string;
|
|
11567
|
+
relative_to: string;
|
|
11564
11568
|
}[] | undefined;
|
|
11565
11569
|
manual_trace_hints?: {
|
|
11566
11570
|
pcb_port_selector: string;
|
|
@@ -11573,12 +11577,12 @@ declare const boardProps: z.ZodObject<{
|
|
|
11573
11577
|
}[];
|
|
11574
11578
|
}[] | undefined;
|
|
11575
11579
|
schematic_placements?: {
|
|
11576
|
-
selector: string;
|
|
11577
|
-
relative_to: string;
|
|
11578
11580
|
center: {
|
|
11579
11581
|
x: number;
|
|
11580
11582
|
y: number;
|
|
11581
11583
|
};
|
|
11584
|
+
selector: string;
|
|
11585
|
+
relative_to: string;
|
|
11582
11586
|
}[] | undefined;
|
|
11583
11587
|
} | undefined;
|
|
11584
11588
|
routingDisabled?: boolean | undefined;
|
|
@@ -11611,6 +11615,7 @@ declare const boardProps: z.ZodObject<{
|
|
|
11611
11615
|
outlineOffsetX?: number | undefined;
|
|
11612
11616
|
outlineOffsetY?: number | undefined;
|
|
11613
11617
|
borderRadius?: number | undefined;
|
|
11618
|
+
boardOrigin?: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right" | undefined;
|
|
11614
11619
|
}, {
|
|
11615
11620
|
symbol?: SymbolProp | undefined;
|
|
11616
11621
|
key?: any;
|
|
@@ -11835,11 +11840,11 @@ declare const boardProps: z.ZodObject<{
|
|
|
11835
11840
|
schMatchAdapt?: boolean | undefined;
|
|
11836
11841
|
manualEdits?: {
|
|
11837
11842
|
pcb_placements?: {
|
|
11838
|
-
selector: string;
|
|
11839
11843
|
center: {
|
|
11840
11844
|
x: string | number;
|
|
11841
11845
|
y: string | number;
|
|
11842
11846
|
};
|
|
11847
|
+
selector: string;
|
|
11843
11848
|
relative_to?: string | undefined;
|
|
11844
11849
|
}[] | undefined;
|
|
11845
11850
|
manual_trace_hints?: {
|
|
@@ -11855,11 +11860,11 @@ declare const boardProps: z.ZodObject<{
|
|
|
11855
11860
|
}[];
|
|
11856
11861
|
}[] | undefined;
|
|
11857
11862
|
schematic_placements?: {
|
|
11858
|
-
selector: string;
|
|
11859
11863
|
center: {
|
|
11860
11864
|
x: string | number;
|
|
11861
11865
|
y: string | number;
|
|
11862
11866
|
};
|
|
11867
|
+
selector: string;
|
|
11863
11868
|
relative_to?: string | undefined;
|
|
11864
11869
|
}[] | undefined;
|
|
11865
11870
|
} | undefined;
|
|
@@ -11895,6 +11900,7 @@ declare const boardProps: z.ZodObject<{
|
|
|
11895
11900
|
material?: "fr4" | "fr1" | undefined;
|
|
11896
11901
|
layers?: 2 | 4 | undefined;
|
|
11897
11902
|
borderRadius?: string | number | undefined;
|
|
11903
|
+
boardOrigin?: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right" | undefined;
|
|
11898
11904
|
}>;
|
|
11899
11905
|
|
|
11900
11906
|
interface BreakoutProps extends Omit<SubcircuitGroupProps, "subcircuit"> {
|
|
@@ -12362,18 +12368,18 @@ declare const breakoutProps: z.ZodObject<{
|
|
|
12362
12368
|
y: string | number;
|
|
12363
12369
|
}>;
|
|
12364
12370
|
}, "strip", z.ZodTypeAny, {
|
|
12365
|
-
selector: string;
|
|
12366
|
-
relative_to: string;
|
|
12367
12371
|
center: {
|
|
12368
12372
|
x: number;
|
|
12369
12373
|
y: number;
|
|
12370
12374
|
};
|
|
12371
|
-
}, {
|
|
12372
12375
|
selector: string;
|
|
12376
|
+
relative_to: string;
|
|
12377
|
+
}, {
|
|
12373
12378
|
center: {
|
|
12374
12379
|
x: string | number;
|
|
12375
12380
|
y: string | number;
|
|
12376
12381
|
};
|
|
12382
|
+
selector: string;
|
|
12377
12383
|
relative_to?: string | undefined;
|
|
12378
12384
|
}>, "many">>;
|
|
12379
12385
|
manual_trace_hints: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -12442,28 +12448,28 @@ declare const breakoutProps: z.ZodObject<{
|
|
|
12442
12448
|
y: string | number;
|
|
12443
12449
|
}>;
|
|
12444
12450
|
}, "strip", z.ZodTypeAny, {
|
|
12445
|
-
selector: string;
|
|
12446
|
-
relative_to: string;
|
|
12447
12451
|
center: {
|
|
12448
12452
|
x: number;
|
|
12449
12453
|
y: number;
|
|
12450
12454
|
};
|
|
12451
|
-
}, {
|
|
12452
12455
|
selector: string;
|
|
12456
|
+
relative_to: string;
|
|
12457
|
+
}, {
|
|
12453
12458
|
center: {
|
|
12454
12459
|
x: string | number;
|
|
12455
12460
|
y: string | number;
|
|
12456
12461
|
};
|
|
12462
|
+
selector: string;
|
|
12457
12463
|
relative_to?: string | undefined;
|
|
12458
12464
|
}>, "many">>;
|
|
12459
12465
|
}, "strip", z.ZodTypeAny, {
|
|
12460
12466
|
pcb_placements?: {
|
|
12461
|
-
selector: string;
|
|
12462
|
-
relative_to: string;
|
|
12463
12467
|
center: {
|
|
12464
12468
|
x: number;
|
|
12465
12469
|
y: number;
|
|
12466
12470
|
};
|
|
12471
|
+
selector: string;
|
|
12472
|
+
relative_to: string;
|
|
12467
12473
|
}[] | undefined;
|
|
12468
12474
|
manual_trace_hints?: {
|
|
12469
12475
|
pcb_port_selector: string;
|
|
@@ -12476,20 +12482,20 @@ declare const breakoutProps: z.ZodObject<{
|
|
|
12476
12482
|
}[];
|
|
12477
12483
|
}[] | undefined;
|
|
12478
12484
|
schematic_placements?: {
|
|
12479
|
-
selector: string;
|
|
12480
|
-
relative_to: string;
|
|
12481
12485
|
center: {
|
|
12482
12486
|
x: number;
|
|
12483
12487
|
y: number;
|
|
12484
12488
|
};
|
|
12489
|
+
selector: string;
|
|
12490
|
+
relative_to: string;
|
|
12485
12491
|
}[] | undefined;
|
|
12486
12492
|
}, {
|
|
12487
12493
|
pcb_placements?: {
|
|
12488
|
-
selector: string;
|
|
12489
12494
|
center: {
|
|
12490
12495
|
x: string | number;
|
|
12491
12496
|
y: string | number;
|
|
12492
12497
|
};
|
|
12498
|
+
selector: string;
|
|
12493
12499
|
relative_to?: string | undefined;
|
|
12494
12500
|
}[] | undefined;
|
|
12495
12501
|
manual_trace_hints?: {
|
|
@@ -12505,11 +12511,11 @@ declare const breakoutProps: z.ZodObject<{
|
|
|
12505
12511
|
}[];
|
|
12506
12512
|
}[] | undefined;
|
|
12507
12513
|
schematic_placements?: {
|
|
12508
|
-
selector: string;
|
|
12509
12514
|
center: {
|
|
12510
12515
|
x: string | number;
|
|
12511
12516
|
y: string | number;
|
|
12512
12517
|
};
|
|
12518
|
+
selector: string;
|
|
12513
12519
|
relative_to?: string | undefined;
|
|
12514
12520
|
}[] | undefined;
|
|
12515
12521
|
}>>;
|
|
@@ -12800,12 +12806,12 @@ declare const breakoutProps: z.ZodObject<{
|
|
|
12800
12806
|
schMatchAdapt?: boolean | undefined;
|
|
12801
12807
|
manualEdits?: {
|
|
12802
12808
|
pcb_placements?: {
|
|
12803
|
-
selector: string;
|
|
12804
|
-
relative_to: string;
|
|
12805
12809
|
center: {
|
|
12806
12810
|
x: number;
|
|
12807
12811
|
y: number;
|
|
12808
12812
|
};
|
|
12813
|
+
selector: string;
|
|
12814
|
+
relative_to: string;
|
|
12809
12815
|
}[] | undefined;
|
|
12810
12816
|
manual_trace_hints?: {
|
|
12811
12817
|
pcb_port_selector: string;
|
|
@@ -12818,12 +12824,12 @@ declare const breakoutProps: z.ZodObject<{
|
|
|
12818
12824
|
}[];
|
|
12819
12825
|
}[] | undefined;
|
|
12820
12826
|
schematic_placements?: {
|
|
12821
|
-
selector: string;
|
|
12822
|
-
relative_to: string;
|
|
12823
12827
|
center: {
|
|
12824
12828
|
x: number;
|
|
12825
12829
|
y: number;
|
|
12826
12830
|
};
|
|
12831
|
+
selector: string;
|
|
12832
|
+
relative_to: string;
|
|
12827
12833
|
}[] | undefined;
|
|
12828
12834
|
} | undefined;
|
|
12829
12835
|
routingDisabled?: boolean | undefined;
|
|
@@ -13079,11 +13085,11 @@ declare const breakoutProps: z.ZodObject<{
|
|
|
13079
13085
|
schMatchAdapt?: boolean | undefined;
|
|
13080
13086
|
manualEdits?: {
|
|
13081
13087
|
pcb_placements?: {
|
|
13082
|
-
selector: string;
|
|
13083
13088
|
center: {
|
|
13084
13089
|
x: string | number;
|
|
13085
13090
|
y: string | number;
|
|
13086
13091
|
};
|
|
13092
|
+
selector: string;
|
|
13087
13093
|
relative_to?: string | undefined;
|
|
13088
13094
|
}[] | undefined;
|
|
13089
13095
|
manual_trace_hints?: {
|
|
@@ -13099,11 +13105,11 @@ declare const breakoutProps: z.ZodObject<{
|
|
|
13099
13105
|
}[];
|
|
13100
13106
|
}[] | undefined;
|
|
13101
13107
|
schematic_placements?: {
|
|
13102
|
-
selector: string;
|
|
13103
13108
|
center: {
|
|
13104
13109
|
x: string | number;
|
|
13105
13110
|
y: string | number;
|
|
13106
13111
|
};
|
|
13112
|
+
selector: string;
|
|
13107
13113
|
relative_to?: string | undefined;
|
|
13108
13114
|
}[] | undefined;
|
|
13109
13115
|
} | undefined;
|
|
@@ -22373,8 +22379,8 @@ interface CircularHoleWithRectPlatedProps extends Omit<PcbLayoutProps, "pcbRotat
|
|
|
22373
22379
|
holeShape?: "circle";
|
|
22374
22380
|
padShape?: "rect";
|
|
22375
22381
|
portHints?: PortHints;
|
|
22376
|
-
|
|
22377
|
-
|
|
22382
|
+
holeOffsetX?: number | string;
|
|
22383
|
+
holeOffsetY?: number | string;
|
|
22378
22384
|
}
|
|
22379
22385
|
interface PillWithRectPadPlatedHoleProps extends Omit<PcbLayoutProps, "pcbRotation" | "layer"> {
|
|
22380
22386
|
name?: string;
|
|
@@ -22387,6 +22393,8 @@ interface PillWithRectPadPlatedHoleProps extends Omit<PcbLayoutProps, "pcbRotati
|
|
|
22387
22393
|
rectPadWidth: number | string;
|
|
22388
22394
|
rectPadHeight: number | string;
|
|
22389
22395
|
portHints?: PortHints;
|
|
22396
|
+
holeOffsetX?: number | string;
|
|
22397
|
+
holeOffsetY?: number | string;
|
|
22390
22398
|
}
|
|
22391
22399
|
type PlatedHoleProps = CirclePlatedHoleProps | OvalPlatedHoleProps | PillPlatedHoleProps | CircularHoleWithRectPlatedProps | PillWithRectPadPlatedHoleProps;
|
|
22392
22400
|
declare const platedHoleProps: z.ZodEffects<z.ZodDiscriminatedUnion<"shape", [z.ZodObject<Omit<{
|
|
@@ -22648,8 +22656,8 @@ declare const platedHoleProps: z.ZodEffects<z.ZodDiscriminatedUnion<"shape", [z.
|
|
|
22648
22656
|
holeShape: z.ZodOptional<z.ZodLiteral<"circle">>;
|
|
22649
22657
|
padShape: z.ZodOptional<z.ZodLiteral<"rect">>;
|
|
22650
22658
|
portHints: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber]>, "many">>;
|
|
22651
|
-
|
|
22652
|
-
|
|
22659
|
+
holeOffsetX: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
22660
|
+
holeOffsetY: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
22653
22661
|
}, "strip", z.ZodTypeAny, {
|
|
22654
22662
|
shape: "circular_hole_with_rect_pad";
|
|
22655
22663
|
holeDiameter: number;
|
|
@@ -22672,8 +22680,8 @@ declare const platedHoleProps: z.ZodEffects<z.ZodDiscriminatedUnion<"shape", [z.
|
|
|
22672
22680
|
rectBorderRadius?: number | undefined;
|
|
22673
22681
|
holeShape?: "circle" | undefined;
|
|
22674
22682
|
padShape?: "rect" | undefined;
|
|
22675
|
-
|
|
22676
|
-
|
|
22683
|
+
holeOffsetX?: number | undefined;
|
|
22684
|
+
holeOffsetY?: number | undefined;
|
|
22677
22685
|
}, {
|
|
22678
22686
|
shape: "circular_hole_with_rect_pad";
|
|
22679
22687
|
holeDiameter: string | number;
|
|
@@ -22696,8 +22704,8 @@ declare const platedHoleProps: z.ZodEffects<z.ZodDiscriminatedUnion<"shape", [z.
|
|
|
22696
22704
|
rectBorderRadius?: string | number | undefined;
|
|
22697
22705
|
holeShape?: "circle" | undefined;
|
|
22698
22706
|
padShape?: "rect" | undefined;
|
|
22699
|
-
|
|
22700
|
-
|
|
22707
|
+
holeOffsetX?: string | number | undefined;
|
|
22708
|
+
holeOffsetY?: string | number | undefined;
|
|
22701
22709
|
}>, z.ZodObject<Omit<{
|
|
22702
22710
|
pcbX: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
22703
22711
|
pcbY: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
@@ -22731,6 +22739,8 @@ declare const platedHoleProps: z.ZodEffects<z.ZodDiscriminatedUnion<"shape", [z.
|
|
|
22731
22739
|
rectPadWidth: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
22732
22740
|
rectPadHeight: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
22733
22741
|
portHints: z.ZodOptional<z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodNumber]>, "many">>;
|
|
22742
|
+
holeOffsetX: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
22743
|
+
holeOffsetY: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
22734
22744
|
}, "strip", z.ZodTypeAny, {
|
|
22735
22745
|
shape: "pill_hole_with_rect_pad";
|
|
22736
22746
|
holeWidth: number;
|
|
@@ -22753,6 +22763,8 @@ declare const platedHoleProps: z.ZodEffects<z.ZodDiscriminatedUnion<"shape", [z.
|
|
|
22753
22763
|
name?: string | undefined;
|
|
22754
22764
|
connectsTo?: string | string[] | undefined;
|
|
22755
22765
|
portHints?: (string | number)[] | undefined;
|
|
22766
|
+
holeOffsetX?: number | undefined;
|
|
22767
|
+
holeOffsetY?: number | undefined;
|
|
22756
22768
|
}, {
|
|
22757
22769
|
shape: "pill_hole_with_rect_pad";
|
|
22758
22770
|
holeWidth: string | number;
|
|
@@ -22775,6 +22787,8 @@ declare const platedHoleProps: z.ZodEffects<z.ZodDiscriminatedUnion<"shape", [z.
|
|
|
22775
22787
|
name?: string | undefined;
|
|
22776
22788
|
connectsTo?: string | string[] | undefined;
|
|
22777
22789
|
portHints?: (string | number)[] | undefined;
|
|
22790
|
+
holeOffsetX?: string | number | undefined;
|
|
22791
|
+
holeOffsetY?: string | number | undefined;
|
|
22778
22792
|
}>]>, {
|
|
22779
22793
|
shape: "circle";
|
|
22780
22794
|
holeDiameter: number;
|
|
@@ -22862,8 +22876,8 @@ declare const platedHoleProps: z.ZodEffects<z.ZodDiscriminatedUnion<"shape", [z.
|
|
|
22862
22876
|
rectBorderRadius?: number | undefined;
|
|
22863
22877
|
holeShape?: "circle" | undefined;
|
|
22864
22878
|
padShape?: "rect" | undefined;
|
|
22865
|
-
|
|
22866
|
-
|
|
22879
|
+
holeOffsetX?: number | undefined;
|
|
22880
|
+
holeOffsetY?: number | undefined;
|
|
22867
22881
|
} | {
|
|
22868
22882
|
shape: "pill_hole_with_rect_pad";
|
|
22869
22883
|
holeWidth: number;
|
|
@@ -22886,6 +22900,8 @@ declare const platedHoleProps: z.ZodEffects<z.ZodDiscriminatedUnion<"shape", [z.
|
|
|
22886
22900
|
name?: string | undefined;
|
|
22887
22901
|
connectsTo?: string | string[] | undefined;
|
|
22888
22902
|
portHints?: (string | number)[] | undefined;
|
|
22903
|
+
holeOffsetX?: number | undefined;
|
|
22904
|
+
holeOffsetY?: number | undefined;
|
|
22889
22905
|
}, {
|
|
22890
22906
|
shape: "circle";
|
|
22891
22907
|
holeDiameter: string | number;
|
|
@@ -22973,8 +22989,8 @@ declare const platedHoleProps: z.ZodEffects<z.ZodDiscriminatedUnion<"shape", [z.
|
|
|
22973
22989
|
rectBorderRadius?: string | number | undefined;
|
|
22974
22990
|
holeShape?: "circle" | undefined;
|
|
22975
22991
|
padShape?: "rect" | undefined;
|
|
22976
|
-
|
|
22977
|
-
|
|
22992
|
+
holeOffsetX?: string | number | undefined;
|
|
22993
|
+
holeOffsetY?: string | number | undefined;
|
|
22978
22994
|
} | {
|
|
22979
22995
|
shape: "pill_hole_with_rect_pad";
|
|
22980
22996
|
holeWidth: string | number;
|
|
@@ -22997,6 +23013,8 @@ declare const platedHoleProps: z.ZodEffects<z.ZodDiscriminatedUnion<"shape", [z.
|
|
|
22997
23013
|
name?: string | undefined;
|
|
22998
23014
|
connectsTo?: string | string[] | undefined;
|
|
22999
23015
|
portHints?: (string | number)[] | undefined;
|
|
23016
|
+
holeOffsetX?: string | number | undefined;
|
|
23017
|
+
holeOffsetY?: string | number | undefined;
|
|
23000
23018
|
}>;
|
|
23001
23019
|
|
|
23002
23020
|
declare const resistorPinLabels: readonly ["pin1", "pin2", "pos", "neg"];
|
|
@@ -27455,18 +27473,18 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
27455
27473
|
y: string | number;
|
|
27456
27474
|
}>;
|
|
27457
27475
|
}, "strip", z.ZodTypeAny, {
|
|
27458
|
-
selector: string;
|
|
27459
|
-
relative_to: string;
|
|
27460
27476
|
center: {
|
|
27461
27477
|
x: number;
|
|
27462
27478
|
y: number;
|
|
27463
27479
|
};
|
|
27464
|
-
}, {
|
|
27465
27480
|
selector: string;
|
|
27481
|
+
relative_to: string;
|
|
27482
|
+
}, {
|
|
27466
27483
|
center: {
|
|
27467
27484
|
x: string | number;
|
|
27468
27485
|
y: string | number;
|
|
27469
27486
|
};
|
|
27487
|
+
selector: string;
|
|
27470
27488
|
relative_to?: string | undefined;
|
|
27471
27489
|
}>, "many">>;
|
|
27472
27490
|
manual_trace_hints: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -27535,28 +27553,28 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
27535
27553
|
y: string | number;
|
|
27536
27554
|
}>;
|
|
27537
27555
|
}, "strip", z.ZodTypeAny, {
|
|
27538
|
-
selector: string;
|
|
27539
|
-
relative_to: string;
|
|
27540
27556
|
center: {
|
|
27541
27557
|
x: number;
|
|
27542
27558
|
y: number;
|
|
27543
27559
|
};
|
|
27544
|
-
}, {
|
|
27545
27560
|
selector: string;
|
|
27561
|
+
relative_to: string;
|
|
27562
|
+
}, {
|
|
27546
27563
|
center: {
|
|
27547
27564
|
x: string | number;
|
|
27548
27565
|
y: string | number;
|
|
27549
27566
|
};
|
|
27567
|
+
selector: string;
|
|
27550
27568
|
relative_to?: string | undefined;
|
|
27551
27569
|
}>, "many">>;
|
|
27552
27570
|
}, "strip", z.ZodTypeAny, {
|
|
27553
27571
|
pcb_placements?: {
|
|
27554
|
-
selector: string;
|
|
27555
|
-
relative_to: string;
|
|
27556
27572
|
center: {
|
|
27557
27573
|
x: number;
|
|
27558
27574
|
y: number;
|
|
27559
27575
|
};
|
|
27576
|
+
selector: string;
|
|
27577
|
+
relative_to: string;
|
|
27560
27578
|
}[] | undefined;
|
|
27561
27579
|
manual_trace_hints?: {
|
|
27562
27580
|
pcb_port_selector: string;
|
|
@@ -27569,20 +27587,20 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
27569
27587
|
}[];
|
|
27570
27588
|
}[] | undefined;
|
|
27571
27589
|
schematic_placements?: {
|
|
27572
|
-
selector: string;
|
|
27573
|
-
relative_to: string;
|
|
27574
27590
|
center: {
|
|
27575
27591
|
x: number;
|
|
27576
27592
|
y: number;
|
|
27577
27593
|
};
|
|
27594
|
+
selector: string;
|
|
27595
|
+
relative_to: string;
|
|
27578
27596
|
}[] | undefined;
|
|
27579
27597
|
}, {
|
|
27580
27598
|
pcb_placements?: {
|
|
27581
|
-
selector: string;
|
|
27582
27599
|
center: {
|
|
27583
27600
|
x: string | number;
|
|
27584
27601
|
y: string | number;
|
|
27585
27602
|
};
|
|
27603
|
+
selector: string;
|
|
27586
27604
|
relative_to?: string | undefined;
|
|
27587
27605
|
}[] | undefined;
|
|
27588
27606
|
manual_trace_hints?: {
|
|
@@ -27598,11 +27616,11 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
27598
27616
|
}[];
|
|
27599
27617
|
}[] | undefined;
|
|
27600
27618
|
schematic_placements?: {
|
|
27601
|
-
selector: string;
|
|
27602
27619
|
center: {
|
|
27603
27620
|
x: string | number;
|
|
27604
27621
|
y: string | number;
|
|
27605
27622
|
};
|
|
27623
|
+
selector: string;
|
|
27606
27624
|
relative_to?: string | undefined;
|
|
27607
27625
|
}[] | undefined;
|
|
27608
27626
|
}>>;
|
|
@@ -27669,6 +27687,7 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
27669
27687
|
material: z.ZodDefault<z.ZodEnum<["fr4", "fr1"]>>;
|
|
27670
27688
|
layers: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<2>, z.ZodLiteral<4>]>>;
|
|
27671
27689
|
borderRadius: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
27690
|
+
boardOrigin: z.ZodOptional<z.ZodEnum<["top_left", "top_center", "top_right", "center_left", "center", "center_right", "bottom_left", "bottom_center", "bottom_right"]>>;
|
|
27672
27691
|
} & {
|
|
27673
27692
|
leftPinCount: z.ZodOptional<z.ZodNumber>;
|
|
27674
27693
|
rightPinCount: z.ZodOptional<z.ZodNumber>;
|
|
@@ -27908,12 +27927,12 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
27908
27927
|
schMatchAdapt?: boolean | undefined;
|
|
27909
27928
|
manualEdits?: {
|
|
27910
27929
|
pcb_placements?: {
|
|
27911
|
-
selector: string;
|
|
27912
|
-
relative_to: string;
|
|
27913
27930
|
center: {
|
|
27914
27931
|
x: number;
|
|
27915
27932
|
y: number;
|
|
27916
27933
|
};
|
|
27934
|
+
selector: string;
|
|
27935
|
+
relative_to: string;
|
|
27917
27936
|
}[] | undefined;
|
|
27918
27937
|
manual_trace_hints?: {
|
|
27919
27938
|
pcb_port_selector: string;
|
|
@@ -27926,12 +27945,12 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
27926
27945
|
}[];
|
|
27927
27946
|
}[] | undefined;
|
|
27928
27947
|
schematic_placements?: {
|
|
27929
|
-
selector: string;
|
|
27930
|
-
relative_to: string;
|
|
27931
27948
|
center: {
|
|
27932
27949
|
x: number;
|
|
27933
27950
|
y: number;
|
|
27934
27951
|
};
|
|
27952
|
+
selector: string;
|
|
27953
|
+
relative_to: string;
|
|
27935
27954
|
}[] | undefined;
|
|
27936
27955
|
} | undefined;
|
|
27937
27956
|
routingDisabled?: boolean | undefined;
|
|
@@ -27964,6 +27983,7 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
27964
27983
|
outlineOffsetX?: number | undefined;
|
|
27965
27984
|
outlineOffsetY?: number | undefined;
|
|
27966
27985
|
borderRadius?: number | undefined;
|
|
27986
|
+
boardOrigin?: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right" | undefined;
|
|
27967
27987
|
leftPins?: string[] | undefined;
|
|
27968
27988
|
rightPins?: string[] | undefined;
|
|
27969
27989
|
topPins?: string[] | undefined;
|
|
@@ -28198,11 +28218,11 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
28198
28218
|
schMatchAdapt?: boolean | undefined;
|
|
28199
28219
|
manualEdits?: {
|
|
28200
28220
|
pcb_placements?: {
|
|
28201
|
-
selector: string;
|
|
28202
28221
|
center: {
|
|
28203
28222
|
x: string | number;
|
|
28204
28223
|
y: string | number;
|
|
28205
28224
|
};
|
|
28225
|
+
selector: string;
|
|
28206
28226
|
relative_to?: string | undefined;
|
|
28207
28227
|
}[] | undefined;
|
|
28208
28228
|
manual_trace_hints?: {
|
|
@@ -28218,11 +28238,11 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
28218
28238
|
}[];
|
|
28219
28239
|
}[] | undefined;
|
|
28220
28240
|
schematic_placements?: {
|
|
28221
|
-
selector: string;
|
|
28222
28241
|
center: {
|
|
28223
28242
|
x: string | number;
|
|
28224
28243
|
y: string | number;
|
|
28225
28244
|
};
|
|
28245
|
+
selector: string;
|
|
28226
28246
|
relative_to?: string | undefined;
|
|
28227
28247
|
}[] | undefined;
|
|
28228
28248
|
} | undefined;
|
|
@@ -28258,6 +28278,7 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
28258
28278
|
material?: "fr4" | "fr1" | undefined;
|
|
28259
28279
|
layers?: 2 | 4 | undefined;
|
|
28260
28280
|
borderRadius?: string | number | undefined;
|
|
28281
|
+
boardOrigin?: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right" | undefined;
|
|
28261
28282
|
leftPins?: string[] | undefined;
|
|
28262
28283
|
rightPins?: string[] | undefined;
|
|
28263
28284
|
topPins?: string[] | undefined;
|
|
@@ -35626,18 +35647,18 @@ declare const subcircuitProps: z.ZodObject<{
|
|
|
35626
35647
|
y: string | number;
|
|
35627
35648
|
}>;
|
|
35628
35649
|
}, "strip", z.ZodTypeAny, {
|
|
35629
|
-
selector: string;
|
|
35630
|
-
relative_to: string;
|
|
35631
35650
|
center: {
|
|
35632
35651
|
x: number;
|
|
35633
35652
|
y: number;
|
|
35634
35653
|
};
|
|
35635
|
-
}, {
|
|
35636
35654
|
selector: string;
|
|
35655
|
+
relative_to: string;
|
|
35656
|
+
}, {
|
|
35637
35657
|
center: {
|
|
35638
35658
|
x: string | number;
|
|
35639
35659
|
y: string | number;
|
|
35640
35660
|
};
|
|
35661
|
+
selector: string;
|
|
35641
35662
|
relative_to?: string | undefined;
|
|
35642
35663
|
}>, "many">>;
|
|
35643
35664
|
manual_trace_hints: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -35706,28 +35727,28 @@ declare const subcircuitProps: z.ZodObject<{
|
|
|
35706
35727
|
y: string | number;
|
|
35707
35728
|
}>;
|
|
35708
35729
|
}, "strip", z.ZodTypeAny, {
|
|
35709
|
-
selector: string;
|
|
35710
|
-
relative_to: string;
|
|
35711
35730
|
center: {
|
|
35712
35731
|
x: number;
|
|
35713
35732
|
y: number;
|
|
35714
35733
|
};
|
|
35715
|
-
}, {
|
|
35716
35734
|
selector: string;
|
|
35735
|
+
relative_to: string;
|
|
35736
|
+
}, {
|
|
35717
35737
|
center: {
|
|
35718
35738
|
x: string | number;
|
|
35719
35739
|
y: string | number;
|
|
35720
35740
|
};
|
|
35741
|
+
selector: string;
|
|
35721
35742
|
relative_to?: string | undefined;
|
|
35722
35743
|
}>, "many">>;
|
|
35723
35744
|
}, "strip", z.ZodTypeAny, {
|
|
35724
35745
|
pcb_placements?: {
|
|
35725
|
-
selector: string;
|
|
35726
|
-
relative_to: string;
|
|
35727
35746
|
center: {
|
|
35728
35747
|
x: number;
|
|
35729
35748
|
y: number;
|
|
35730
35749
|
};
|
|
35750
|
+
selector: string;
|
|
35751
|
+
relative_to: string;
|
|
35731
35752
|
}[] | undefined;
|
|
35732
35753
|
manual_trace_hints?: {
|
|
35733
35754
|
pcb_port_selector: string;
|
|
@@ -35740,20 +35761,20 @@ declare const subcircuitProps: z.ZodObject<{
|
|
|
35740
35761
|
}[];
|
|
35741
35762
|
}[] | undefined;
|
|
35742
35763
|
schematic_placements?: {
|
|
35743
|
-
selector: string;
|
|
35744
|
-
relative_to: string;
|
|
35745
35764
|
center: {
|
|
35746
35765
|
x: number;
|
|
35747
35766
|
y: number;
|
|
35748
35767
|
};
|
|
35768
|
+
selector: string;
|
|
35769
|
+
relative_to: string;
|
|
35749
35770
|
}[] | undefined;
|
|
35750
35771
|
}, {
|
|
35751
35772
|
pcb_placements?: {
|
|
35752
|
-
selector: string;
|
|
35753
35773
|
center: {
|
|
35754
35774
|
x: string | number;
|
|
35755
35775
|
y: string | number;
|
|
35756
35776
|
};
|
|
35777
|
+
selector: string;
|
|
35757
35778
|
relative_to?: string | undefined;
|
|
35758
35779
|
}[] | undefined;
|
|
35759
35780
|
manual_trace_hints?: {
|
|
@@ -35769,11 +35790,11 @@ declare const subcircuitProps: z.ZodObject<{
|
|
|
35769
35790
|
}[];
|
|
35770
35791
|
}[] | undefined;
|
|
35771
35792
|
schematic_placements?: {
|
|
35772
|
-
selector: string;
|
|
35773
35793
|
center: {
|
|
35774
35794
|
x: string | number;
|
|
35775
35795
|
y: string | number;
|
|
35776
35796
|
};
|
|
35797
|
+
selector: string;
|
|
35777
35798
|
relative_to?: string | undefined;
|
|
35778
35799
|
}[] | undefined;
|
|
35779
35800
|
}>>;
|
|
@@ -36058,12 +36079,12 @@ declare const subcircuitProps: z.ZodObject<{
|
|
|
36058
36079
|
schMatchAdapt?: boolean | undefined;
|
|
36059
36080
|
manualEdits?: {
|
|
36060
36081
|
pcb_placements?: {
|
|
36061
|
-
selector: string;
|
|
36062
|
-
relative_to: string;
|
|
36063
36082
|
center: {
|
|
36064
36083
|
x: number;
|
|
36065
36084
|
y: number;
|
|
36066
36085
|
};
|
|
36086
|
+
selector: string;
|
|
36087
|
+
relative_to: string;
|
|
36067
36088
|
}[] | undefined;
|
|
36068
36089
|
manual_trace_hints?: {
|
|
36069
36090
|
pcb_port_selector: string;
|
|
@@ -36076,12 +36097,12 @@ declare const subcircuitProps: z.ZodObject<{
|
|
|
36076
36097
|
}[];
|
|
36077
36098
|
}[] | undefined;
|
|
36078
36099
|
schematic_placements?: {
|
|
36079
|
-
selector: string;
|
|
36080
|
-
relative_to: string;
|
|
36081
36100
|
center: {
|
|
36082
36101
|
x: number;
|
|
36083
36102
|
y: number;
|
|
36084
36103
|
};
|
|
36104
|
+
selector: string;
|
|
36105
|
+
relative_to: string;
|
|
36085
36106
|
}[] | undefined;
|
|
36086
36107
|
} | undefined;
|
|
36087
36108
|
routingDisabled?: boolean | undefined;
|
|
@@ -36337,11 +36358,11 @@ declare const subcircuitProps: z.ZodObject<{
|
|
|
36337
36358
|
schMatchAdapt?: boolean | undefined;
|
|
36338
36359
|
manualEdits?: {
|
|
36339
36360
|
pcb_placements?: {
|
|
36340
|
-
selector: string;
|
|
36341
36361
|
center: {
|
|
36342
36362
|
x: string | number;
|
|
36343
36363
|
y: string | number;
|
|
36344
36364
|
};
|
|
36365
|
+
selector: string;
|
|
36345
36366
|
relative_to?: string | undefined;
|
|
36346
36367
|
}[] | undefined;
|
|
36347
36368
|
manual_trace_hints?: {
|
|
@@ -36357,11 +36378,11 @@ declare const subcircuitProps: z.ZodObject<{
|
|
|
36357
36378
|
}[];
|
|
36358
36379
|
}[] | undefined;
|
|
36359
36380
|
schematic_placements?: {
|
|
36360
|
-
selector: string;
|
|
36361
36381
|
center: {
|
|
36362
36382
|
x: string | number;
|
|
36363
36383
|
y: string | number;
|
|
36364
36384
|
};
|
|
36385
|
+
selector: string;
|
|
36365
36386
|
relative_to?: string | undefined;
|
|
36366
36387
|
}[] | undefined;
|
|
36367
36388
|
} | undefined;
|
|
@@ -43298,7 +43319,7 @@ declare const fabricationNoteTextProps: z.ZodObject<{
|
|
|
43298
43319
|
color: z.ZodOptional<z.ZodString>;
|
|
43299
43320
|
}, "strip", z.ZodTypeAny, {
|
|
43300
43321
|
text: string;
|
|
43301
|
-
anchorAlignment: "
|
|
43322
|
+
anchorAlignment: "top_left" | "top_right" | "center" | "bottom_left" | "bottom_right";
|
|
43302
43323
|
pcbX?: number | undefined;
|
|
43303
43324
|
pcbY?: number | undefined;
|
|
43304
43325
|
pcbRotation?: number | undefined;
|
|
@@ -43333,7 +43354,7 @@ declare const fabricationNoteTextProps: z.ZodObject<{
|
|
|
43333
43354
|
pcbRelative?: boolean | undefined;
|
|
43334
43355
|
relative?: boolean | undefined;
|
|
43335
43356
|
color?: string | undefined;
|
|
43336
|
-
anchorAlignment?: "
|
|
43357
|
+
anchorAlignment?: "top_left" | "top_right" | "center" | "bottom_left" | "bottom_right" | undefined;
|
|
43337
43358
|
font?: "tscircuit2024" | undefined;
|
|
43338
43359
|
fontSize?: string | number | undefined;
|
|
43339
43360
|
}>;
|
|
@@ -47355,7 +47376,7 @@ declare const schematicBoxProps: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
47355
47376
|
titleInside: z.ZodDefault<z.ZodBoolean>;
|
|
47356
47377
|
strokeStyle: z.ZodDefault<z.ZodEnum<["solid", "dashed"]>>;
|
|
47357
47378
|
}, "strip", z.ZodTypeAny, {
|
|
47358
|
-
titleAlignment: "
|
|
47379
|
+
titleAlignment: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right";
|
|
47359
47380
|
titleInside: boolean;
|
|
47360
47381
|
strokeStyle: "dashed" | "solid";
|
|
47361
47382
|
schX?: number | undefined;
|
|
@@ -47383,13 +47404,13 @@ declare const schematicBoxProps: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
47383
47404
|
height?: string | number | undefined;
|
|
47384
47405
|
overlay?: string[] | undefined;
|
|
47385
47406
|
title?: string | undefined;
|
|
47386
|
-
titleAlignment?: "
|
|
47407
|
+
titleAlignment?: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right" | undefined;
|
|
47387
47408
|
titleColor?: string | undefined;
|
|
47388
47409
|
titleFontSize?: string | number | undefined;
|
|
47389
47410
|
titleInside?: boolean | undefined;
|
|
47390
47411
|
strokeStyle?: "dashed" | "solid" | undefined;
|
|
47391
47412
|
}>, {
|
|
47392
|
-
titleAlignment: "
|
|
47413
|
+
titleAlignment: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right";
|
|
47393
47414
|
titleInside: boolean;
|
|
47394
47415
|
strokeStyle: "dashed" | "solid";
|
|
47395
47416
|
schX?: number | undefined;
|
|
@@ -47417,13 +47438,13 @@ declare const schematicBoxProps: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
47417
47438
|
height?: string | number | undefined;
|
|
47418
47439
|
overlay?: string[] | undefined;
|
|
47419
47440
|
title?: string | undefined;
|
|
47420
|
-
titleAlignment?: "
|
|
47441
|
+
titleAlignment?: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right" | undefined;
|
|
47421
47442
|
titleColor?: string | undefined;
|
|
47422
47443
|
titleFontSize?: string | number | undefined;
|
|
47423
47444
|
titleInside?: boolean | undefined;
|
|
47424
47445
|
strokeStyle?: "dashed" | "solid" | undefined;
|
|
47425
47446
|
}>, {
|
|
47426
|
-
titleAlignment: "
|
|
47447
|
+
titleAlignment: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right";
|
|
47427
47448
|
titleInside: boolean;
|
|
47428
47449
|
strokeStyle: "dashed" | "solid";
|
|
47429
47450
|
schX?: number | undefined;
|
|
@@ -47451,7 +47472,7 @@ declare const schematicBoxProps: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
47451
47472
|
height?: string | number | undefined;
|
|
47452
47473
|
overlay?: string[] | undefined;
|
|
47453
47474
|
title?: string | undefined;
|
|
47454
|
-
titleAlignment?: "
|
|
47475
|
+
titleAlignment?: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right" | undefined;
|
|
47455
47476
|
titleColor?: string | undefined;
|
|
47456
47477
|
titleFontSize?: string | number | undefined;
|
|
47457
47478
|
titleInside?: boolean | undefined;
|
|
@@ -47486,7 +47507,7 @@ declare const schematicTextProps: z.ZodObject<{
|
|
|
47486
47507
|
color: z.ZodDefault<z.ZodString>;
|
|
47487
47508
|
schRotation: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
47488
47509
|
}, "strip", z.ZodTypeAny, {
|
|
47489
|
-
anchor: "left" | "right" | "top" | "bottom" | "
|
|
47510
|
+
anchor: "left" | "right" | "top" | "bottom" | "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right";
|
|
47490
47511
|
schRotation: number;
|
|
47491
47512
|
color: string;
|
|
47492
47513
|
text: string;
|
|
@@ -47495,7 +47516,7 @@ declare const schematicTextProps: z.ZodObject<{
|
|
|
47495
47516
|
schY?: number | undefined;
|
|
47496
47517
|
}, {
|
|
47497
47518
|
text: string;
|
|
47498
|
-
anchor?: "left" | "right" | "top" | "bottom" | "
|
|
47519
|
+
anchor?: "left" | "right" | "top" | "bottom" | "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right" | undefined;
|
|
47499
47520
|
schX?: string | number | undefined;
|
|
47500
47521
|
schY?: string | number | undefined;
|
|
47501
47522
|
schRotation?: string | number | undefined;
|
|
@@ -47534,8 +47555,6 @@ declare const schematicPathProps: z.ZodObject<{
|
|
|
47534
47555
|
}>;
|
|
47535
47556
|
type SchematicPathProps = z.input<typeof schematicPathProps>;
|
|
47536
47557
|
|
|
47537
|
-
declare const ninePointAnchor: z.ZodEnum<["top_left", "top_center", "top_right", "center_left", "center", "center_right", "bottom_left", "bottom_center", "bottom_right"]>;
|
|
47538
|
-
|
|
47539
47558
|
declare const schematicTableProps: z.ZodObject<{
|
|
47540
47559
|
schX: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
47541
47560
|
schY: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
@@ -47545,7 +47564,7 @@ declare const schematicTableProps: z.ZodObject<{
|
|
|
47545
47564
|
anchor: z.ZodOptional<z.ZodEnum<["top_left", "top_center", "top_right", "center_left", "center", "center_right", "bottom_left", "bottom_center", "bottom_right"]>>;
|
|
47546
47565
|
fontSize: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
47547
47566
|
}, "strip", z.ZodTypeAny, {
|
|
47548
|
-
anchor?: "
|
|
47567
|
+
anchor?: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right" | undefined;
|
|
47549
47568
|
schX?: number | undefined;
|
|
47550
47569
|
schY?: number | undefined;
|
|
47551
47570
|
children?: any;
|
|
@@ -47553,7 +47572,7 @@ declare const schematicTableProps: z.ZodObject<{
|
|
|
47553
47572
|
cellPadding?: number | undefined;
|
|
47554
47573
|
borderWidth?: number | undefined;
|
|
47555
47574
|
}, {
|
|
47556
|
-
anchor?: "
|
|
47575
|
+
anchor?: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right" | undefined;
|
|
47557
47576
|
schX?: string | number | undefined;
|
|
47558
47577
|
schY?: string | number | undefined;
|
|
47559
47578
|
children?: any;
|
|
@@ -47672,7 +47691,7 @@ declare const silkscreenTextProps: z.ZodObject<{
|
|
|
47672
47691
|
}>, "many">>;
|
|
47673
47692
|
}, "strip", z.ZodTypeAny, {
|
|
47674
47693
|
text: string;
|
|
47675
|
-
anchorAlignment: "
|
|
47694
|
+
anchorAlignment: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right";
|
|
47676
47695
|
pcbX?: number | undefined;
|
|
47677
47696
|
pcbY?: number | undefined;
|
|
47678
47697
|
pcbRotation?: number | undefined;
|
|
@@ -47715,7 +47734,7 @@ declare const silkscreenTextProps: z.ZodObject<{
|
|
|
47715
47734
|
layers?: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
|
|
47716
47735
|
name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
47717
47736
|
})[] | undefined;
|
|
47718
|
-
anchorAlignment?: "
|
|
47737
|
+
anchorAlignment?: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right" | undefined;
|
|
47719
47738
|
font?: "tscircuit2024" | undefined;
|
|
47720
47739
|
fontSize?: string | number | undefined;
|
|
47721
47740
|
isKnockout?: boolean | undefined;
|
|
@@ -48338,6 +48357,9 @@ interface FootprintLibraryResult {
|
|
|
48338
48357
|
footprintCircuitJson: any[];
|
|
48339
48358
|
cadModel?: CadModelProp;
|
|
48340
48359
|
}
|
|
48360
|
+
interface FootprintFileParserEntry {
|
|
48361
|
+
loadFromUrl: (url: string) => Promise<FootprintLibraryResult>;
|
|
48362
|
+
}
|
|
48341
48363
|
interface PlatformConfig {
|
|
48342
48364
|
partsEngine?: PartsEngine;
|
|
48343
48365
|
autorouter?: AutorouterProp;
|
|
@@ -48353,6 +48375,7 @@ interface PlatformConfig {
|
|
|
48353
48375
|
schematicDisabled?: boolean;
|
|
48354
48376
|
partsEngineDisabled?: boolean;
|
|
48355
48377
|
footprintLibraryMap?: Record<string, ((path: string) => Promise<FootprintLibraryResult>) | Record<string, any[] | ((path: string) => Promise<FootprintLibraryResult>)>>;
|
|
48378
|
+
footprintFileParserMap?: Record<string, FootprintFileParserEntry>;
|
|
48356
48379
|
}
|
|
48357
48380
|
declare const platformConfig: z.ZodType<PlatformConfig>;
|
|
48358
48381
|
|
|
@@ -48360,4 +48383,4 @@ interface ProjectConfig extends Pick<PlatformConfig, "projectName" | "projectBas
|
|
|
48360
48383
|
}
|
|
48361
48384
|
declare const projectConfig: z.ZodType<ProjectConfig>;
|
|
48362
48385
|
|
|
48363
|
-
export { type AutocompleteString, type AutorouterConfig, type AutorouterProp, type BaseGroupProps, type BaseManualEditEvent, type BaseManualEditEventInput, type BasicFootprint, type BatteryPinLabels, type BatteryProps, type BoardProps, type Border, type BreakoutPointProps, type BreakoutProps, type CadAssemblyProps, type CadAssemblyPropsInput, type CadModelBase, type CadModelGlb, type CadModelGltf, type CadModelJscad, type CadModelObj, type CadModelProp, type CadModelProps, type CadModelPropsInput, type CadModelStep, type CadModelStl, type CadModelWrl, type CapacitorPinLabels, type CapacitorProps, type ChipConnections, type ChipPinLabels, type ChipProps, type ChipPropsSU, type CircleCutoutProps, type CircleHoleProps, type CirclePlatedHoleProps, type CircleSmtPadProps, type CircleSolderPasteProps, type CircularHoleWithRectPlatedProps, type CommonComponentProps, type CommonLayoutProps, type ComponentProps, type ConnectionTarget, type Connections, type ConnectorProps, type ConstrainedLayoutProps, type ConstraintProps, type CopperPourProps, type CopperPourPropsInput, type CrystalPinLabels, type CrystalProps, type CutoutProps, type CutoutPropsInput, type DiodePinLabels, type DiodeProps, type Direction, type DirectionAlongEdge, type EditPcbComponentLocationEvent, type EditPcbComponentLocationEventInput, type EditPcbGroupLocationEvent, type EditPcbGroupLocationEventInput, type EditSchematicComponentLocationEvent, type EditSchematicComponentLocationEventInput, type EditSchematicGroupLocationEvent, type EditSchematicGroupLocationEventInput, type EditTraceHintEvent, type EditTraceHintEventInput, type FabricationNotePathProps, type FabricationNoteTextProps, type FootprintLibraryResult, type FootprintProp, type FootprintProps, type FootprintPropsInput, type FootprintSoupElements, type FusePinLabels, type FuseProps, type GroupProps, type HoleProps, type InductorPinLabels, type InductorProps, type InferredChipProps, type InferredConstrainedLayoutProps, type InferredDiodeProps, type InferredFuseProps, type InferredHoleProps, type InferredSmtPadProps, type InferredSolderPasteProps, type InferredSwitchProps, type InferredTestpointProps, type InferredViaProps, type JumperProps, type KicadAutocompleteStringPath, type KicadPath, type LayoutConfig, type LedPinLabels, type LedProps, type ManualEditEvent, type ManualEditEventInput, type ManualEditsFile, type ManualEditsFileInput, type ManualPcbPlacement, type ManualPcbPlacementInput, type ManualSchematicPlacement, type ManualSchematicPlacementInput, type ManualTraceHint, type ManualTraceHintInput, type MosfetPinLabels, type MosfetProps, type NetAliasProps, type NetLabelProps, type NetProps, type NonSubcircuitGroupProps, type OvalPlatedHoleProps, type PartsEngine, type PcbKeepoutProps, type PcbLayoutProps, type PcbRouteCache, type PcbSameXConstraint, type PcbSameYConstraint, type PcbTraceProps, type PcbXDistConstraint, type PcbYDistConstraint, type PillHoleProps, type PillPlatedHoleProps, type PillSmtPadProps, type PillWithRectPadPlatedHoleProps, type PinAttributeMap, type PinCompatibleVariant, type PinHeaderProps, type PinLabelFromPinLabelMap, type PinLabelsProp, type PinSideDefinition, type PinVariant, type PinoutProps, type PlatedHoleProps, type PlatformConfig, type PolygonCutoutProps, type PolygonSmtPadProps, type PortHints, type PortProps, type PotentiometerPinVariant, type PotentiometerProps, type PowerSourceProps, type ProjectConfig, type PushButtonProps, type RectCutoutProps, type RectSmtPadProps, type RectSolderPasteProps, type ResistorPinLabels, type ResistorProps, type ResonatorPinVariant, type ResonatorProps, type RotatedRectSmtPadProps, type SchematicBoxProps, type SchematicCellProps, type SchematicLineProps, type SchematicOrientation, type SchematicPathProps, type SchematicPinArrangement, type SchematicPinArrangementWithPinCounts, type SchematicPinArrangementWithSides, type SchematicPinArrangementWithSizes, type SchematicPinLabel, type SchematicPinStyle, type SchematicPortArrangement, type SchematicPortArrangementWithPinCounts, type SchematicPortArrangementWithSides, type SchematicPortArrangementWithSizes, type SchematicRowProps, type SchematicTableProps, type SchematicTextProps, type Selectors, type SilkscreenCircleProps, type SilkscreenLineProps, type SilkscreenPathProps, type SilkscreenRectProps, type SilkscreenTextProps, type SmtPadProps, type SolderJumperProps, type SolderPasteProps, type StampboardProps, type SubcircuitGroupProps, type SubcircuitGroupPropsWithBool, type SubcircuitProps, type SupplierName, type SupplierPartNumbers, type SupplierProps, type SwitchProps, type SymbolProp, type SymbolProps, type SymbolPropsInput, type TestpointProps, type TraceHintProps, type TraceProps, type TransistorPinLabels, type TransistorProps, type ViaProps, type VoltageSourcePinLabels, type VoltageSourceProps, type WaveShape, autorouterConfig, autorouterProp, baseGroupProps, base_manual_edit_event, batteryPins, batteryProps, boardProps, border, breakoutPointProps, breakoutProps, bugProps, cadModelBase, cadModelGlb, cadModelGltf, cadModelJscad, cadModelObj, cadModelProp, cadModelStep, cadModelStl, cadModelWrl, cadassemblyProps, cadmodelProps, capacitorPinLabels, capacitorPins, capacitorProps, chipProps, circleCutoutProps, circleSmtPadProps, circleSolderPasteProps, commonComponentProps, commonLayoutProps, componentProps, connectorProps, constrainedLayoutProps, constraintProps, copperPourProps, crystalPins, crystalProps, cutoutProps, diodePins, diodeProps, direction, directionAlongEdge, distanceOrMultiplier, edit_component_location_event, edit_pcb_component_location_event, edit_pcb_group_location_event, edit_schematic_component_location_event, edit_schematic_group_location_event, edit_trace_hint_event, explicitPinSideDefinition, fabricationNotePathProps, fabricationNoteTextProps, footprintProp, footprintProps, fusePinLabels, fuseProps, groupProps, holeProps, inductorPins, inductorProps, jumperProps, layoutConfig, ledPins, ledProps, lrPins, lrPolarPins, manual_edit_event, manual_edits_file, manual_pcb_placement, manual_schematic_placement, manual_trace_hint, mosfetPins, mosfetProps, netAliasProps, netLabelProps, netProps, ninePointAnchor, partsEngine, pcbKeepoutProps, pcbLayoutProps, pcbSameXConstraintProps, pcbSameYConstraintProps, pcbTraceProps, pcbXDistConstraintProps, pcbYDistConstraintProps, pillSmtPadProps, pinAttributeMap, pinCompatibleVariant, pinHeaderProps, pinLabelsProp, pinoutProps, platedHoleProps, platformConfig, point3, polygonCutoutProps, polygonSmtPadProps, portHints, portProps, portRef, potentiometerProps, powerSourceProps, projectConfig, pushButtonProps, rectCutoutProps, rectSmtPadProps, rectSolderPasteProps, resistorPinLabels, resistorPins, resistorProps, resonatorProps, rotatedRectSmtPadProps, rotationPoint3, routeHintPointProps, schematicBoxProps, schematicCellProps, schematicLineProps, schematicOrientation, schematicPathProps, schematicPinArrangement, schematicPinLabel, schematicPinStyle, schematicPortArrangement, schematicRowProps, schematicTableProps, schematicTextProps, silkscreenCircleProps, silkscreenLineProps, silkscreenPathProps, silkscreenRectProps, silkscreenTextProps, smtPadProps, solderPasteProps, solderjumperProps, stampboardProps, subcircuitGroupProps, subcircuitGroupPropsWithBool, subcircuitProps, supplierProps, switchProps, symbolProp, symbolProps, testpointProps, traceHintProps, traceProps, transistorPins, transistorPinsLabels, transistorProps, viaProps, voltageSourcePinLabels, voltageSourcePins, voltageSourceProps };
|
|
48386
|
+
export { type AutocompleteString, type AutorouterConfig, type AutorouterProp, type BaseGroupProps, type BaseManualEditEvent, type BaseManualEditEventInput, type BasicFootprint, type BatteryPinLabels, type BatteryProps, type BoardProps, type Border, type BreakoutPointProps, type BreakoutProps, type CadAssemblyProps, type CadAssemblyPropsInput, type CadModelBase, type CadModelGlb, type CadModelGltf, type CadModelJscad, type CadModelObj, type CadModelProp, type CadModelProps, type CadModelPropsInput, type CadModelStep, type CadModelStl, type CadModelWrl, type CapacitorPinLabels, type CapacitorProps, type ChipConnections, type ChipPinLabels, type ChipProps, type ChipPropsSU, type CircleCutoutProps, type CircleHoleProps, type CirclePlatedHoleProps, type CircleSmtPadProps, type CircleSolderPasteProps, type CircularHoleWithRectPlatedProps, type CommonComponentProps, type CommonLayoutProps, type ComponentProps, type ConnectionTarget, type Connections, type ConnectorProps, type ConstrainedLayoutProps, type ConstraintProps, type CopperPourProps, type CopperPourPropsInput, type CrystalPinLabels, type CrystalProps, type CutoutProps, type CutoutPropsInput, type DiodePinLabels, type DiodeProps, type Direction, type DirectionAlongEdge, type EditPcbComponentLocationEvent, type EditPcbComponentLocationEventInput, type EditPcbGroupLocationEvent, type EditPcbGroupLocationEventInput, type EditSchematicComponentLocationEvent, type EditSchematicComponentLocationEventInput, type EditSchematicGroupLocationEvent, type EditSchematicGroupLocationEventInput, type EditTraceHintEvent, type EditTraceHintEventInput, type FabricationNotePathProps, type FabricationNoteTextProps, type FootprintFileParserEntry, type FootprintLibraryResult, type FootprintProp, type FootprintProps, type FootprintPropsInput, type FootprintSoupElements, type FusePinLabels, type FuseProps, type GroupProps, type HoleProps, type InductorPinLabels, type InductorProps, type InferredChipProps, type InferredConstrainedLayoutProps, type InferredDiodeProps, type InferredFuseProps, type InferredHoleProps, type InferredSmtPadProps, type InferredSolderPasteProps, type InferredSwitchProps, type InferredTestpointProps, type InferredViaProps, type JumperProps, type KicadAutocompleteStringPath, type KicadPath, type LayoutConfig, type LedPinLabels, type LedProps, type ManualEditEvent, type ManualEditEventInput, type ManualEditsFile, type ManualEditsFileInput, type ManualPcbPlacement, type ManualPcbPlacementInput, type ManualSchematicPlacement, type ManualSchematicPlacementInput, type ManualTraceHint, type ManualTraceHintInput, type MosfetPinLabels, type MosfetProps, type NetAliasProps, type NetLabelProps, type NetProps, type NonSubcircuitGroupProps, type OvalPlatedHoleProps, type PartsEngine, type PcbKeepoutProps, type PcbLayoutProps, type PcbRouteCache, type PcbSameXConstraint, type PcbSameYConstraint, type PcbTraceProps, type PcbXDistConstraint, type PcbYDistConstraint, type PillHoleProps, type PillPlatedHoleProps, type PillSmtPadProps, type PillWithRectPadPlatedHoleProps, type PinAttributeMap, type PinCompatibleVariant, type PinHeaderProps, type PinLabelFromPinLabelMap, type PinLabelsProp, type PinSideDefinition, type PinVariant, type PinoutProps, type PlatedHoleProps, type PlatformConfig, type PolygonCutoutProps, type PolygonSmtPadProps, type PortHints, type PortProps, type PotentiometerPinVariant, type PotentiometerProps, type PowerSourceProps, type ProjectConfig, type PushButtonProps, type RectCutoutProps, type RectSmtPadProps, type RectSolderPasteProps, type ResistorPinLabels, type ResistorProps, type ResonatorPinVariant, type ResonatorProps, type RotatedRectSmtPadProps, type SchematicBoxProps, type SchematicCellProps, type SchematicLineProps, type SchematicOrientation, type SchematicPathProps, type SchematicPinArrangement, type SchematicPinArrangementWithPinCounts, type SchematicPinArrangementWithSides, type SchematicPinArrangementWithSizes, type SchematicPinLabel, type SchematicPinStyle, type SchematicPortArrangement, type SchematicPortArrangementWithPinCounts, type SchematicPortArrangementWithSides, type SchematicPortArrangementWithSizes, type SchematicRowProps, type SchematicTableProps, type SchematicTextProps, type Selectors, type SilkscreenCircleProps, type SilkscreenLineProps, type SilkscreenPathProps, type SilkscreenRectProps, type SilkscreenTextProps, type SmtPadProps, type SolderJumperProps, type SolderPasteProps, type StampboardProps, type SubcircuitGroupProps, type SubcircuitGroupPropsWithBool, type SubcircuitProps, type SupplierName, type SupplierPartNumbers, type SupplierProps, type SwitchProps, type SymbolProp, type SymbolProps, type SymbolPropsInput, type TestpointProps, type TraceHintProps, type TraceProps, type TransistorPinLabels, type TransistorProps, type ViaProps, type VoltageSourcePinLabels, type VoltageSourceProps, type WaveShape, autorouterConfig, autorouterProp, baseGroupProps, base_manual_edit_event, batteryPins, batteryProps, boardProps, border, breakoutPointProps, breakoutProps, bugProps, cadModelBase, cadModelGlb, cadModelGltf, cadModelJscad, cadModelObj, cadModelProp, cadModelStep, cadModelStl, cadModelWrl, cadassemblyProps, cadmodelProps, capacitorPinLabels, capacitorPins, capacitorProps, chipProps, circleCutoutProps, circleSmtPadProps, circleSolderPasteProps, commonComponentProps, commonLayoutProps, componentProps, connectorProps, constrainedLayoutProps, constraintProps, copperPourProps, crystalPins, crystalProps, cutoutProps, diodePins, diodeProps, direction, directionAlongEdge, distanceOrMultiplier, edit_component_location_event, edit_pcb_component_location_event, edit_pcb_group_location_event, edit_schematic_component_location_event, edit_schematic_group_location_event, edit_trace_hint_event, explicitPinSideDefinition, fabricationNotePathProps, fabricationNoteTextProps, footprintProp, footprintProps, fusePinLabels, fuseProps, groupProps, holeProps, inductorPins, inductorProps, jumperProps, layoutConfig, ledPins, ledProps, lrPins, lrPolarPins, manual_edit_event, manual_edits_file, manual_pcb_placement, manual_schematic_placement, manual_trace_hint, mosfetPins, mosfetProps, netAliasProps, netLabelProps, netProps, ninePointAnchor, partsEngine, pcbKeepoutProps, pcbLayoutProps, pcbSameXConstraintProps, pcbSameYConstraintProps, pcbTraceProps, pcbXDistConstraintProps, pcbYDistConstraintProps, pillSmtPadProps, pinAttributeMap, pinCompatibleVariant, pinHeaderProps, pinLabelsProp, pinoutProps, platedHoleProps, platformConfig, point3, polygonCutoutProps, polygonSmtPadProps, portHints, portProps, portRef, potentiometerProps, powerSourceProps, projectConfig, pushButtonProps, rectCutoutProps, rectSmtPadProps, rectSolderPasteProps, resistorPinLabels, resistorPins, resistorProps, resonatorProps, rotatedRectSmtPadProps, rotationPoint3, routeHintPointProps, schematicBoxProps, schematicCellProps, schematicLineProps, schematicOrientation, schematicPathProps, schematicPinArrangement, schematicPinLabel, schematicPinStyle, schematicPortArrangement, schematicRowProps, schematicTableProps, schematicTextProps, silkscreenCircleProps, silkscreenLineProps, silkscreenPathProps, silkscreenRectProps, silkscreenTextProps, smtPadProps, solderPasteProps, solderjumperProps, stampboardProps, subcircuitGroupProps, subcircuitGroupPropsWithBool, subcircuitProps, supplierProps, switchProps, symbolProp, symbolProps, testpointProps, traceHintProps, traceProps, transistorPins, transistorPinsLabels, transistorProps, viaProps, voltageSourcePinLabels, voltageSourcePins, voltageSourceProps };
|