@tscircuit/props 0.0.329 → 0.0.331
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 +1 -0
- package/dist/index.d.ts +312 -161
- package/dist/index.js +648 -601
- package/dist/index.js.map +1 -1
- package/lib/components/board.ts +3 -0
- package/lib/components/schematic-arc.ts +17 -0
- package/lib/components/schematic-circle.ts +14 -0
- package/lib/components/schematic-line.ts +3 -0
- package/lib/components/schematic-rect.ts +16 -0
- package/lib/index.ts +3 -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;
|
|
@@ -27467,18 +27473,18 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
27467
27473
|
y: string | number;
|
|
27468
27474
|
}>;
|
|
27469
27475
|
}, "strip", z.ZodTypeAny, {
|
|
27470
|
-
selector: string;
|
|
27471
|
-
relative_to: string;
|
|
27472
27476
|
center: {
|
|
27473
27477
|
x: number;
|
|
27474
27478
|
y: number;
|
|
27475
27479
|
};
|
|
27476
|
-
}, {
|
|
27477
27480
|
selector: string;
|
|
27481
|
+
relative_to: string;
|
|
27482
|
+
}, {
|
|
27478
27483
|
center: {
|
|
27479
27484
|
x: string | number;
|
|
27480
27485
|
y: string | number;
|
|
27481
27486
|
};
|
|
27487
|
+
selector: string;
|
|
27482
27488
|
relative_to?: string | undefined;
|
|
27483
27489
|
}>, "many">>;
|
|
27484
27490
|
manual_trace_hints: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -27547,28 +27553,28 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
27547
27553
|
y: string | number;
|
|
27548
27554
|
}>;
|
|
27549
27555
|
}, "strip", z.ZodTypeAny, {
|
|
27550
|
-
selector: string;
|
|
27551
|
-
relative_to: string;
|
|
27552
27556
|
center: {
|
|
27553
27557
|
x: number;
|
|
27554
27558
|
y: number;
|
|
27555
27559
|
};
|
|
27556
|
-
}, {
|
|
27557
27560
|
selector: string;
|
|
27561
|
+
relative_to: string;
|
|
27562
|
+
}, {
|
|
27558
27563
|
center: {
|
|
27559
27564
|
x: string | number;
|
|
27560
27565
|
y: string | number;
|
|
27561
27566
|
};
|
|
27567
|
+
selector: string;
|
|
27562
27568
|
relative_to?: string | undefined;
|
|
27563
27569
|
}>, "many">>;
|
|
27564
27570
|
}, "strip", z.ZodTypeAny, {
|
|
27565
27571
|
pcb_placements?: {
|
|
27566
|
-
selector: string;
|
|
27567
|
-
relative_to: string;
|
|
27568
27572
|
center: {
|
|
27569
27573
|
x: number;
|
|
27570
27574
|
y: number;
|
|
27571
27575
|
};
|
|
27576
|
+
selector: string;
|
|
27577
|
+
relative_to: string;
|
|
27572
27578
|
}[] | undefined;
|
|
27573
27579
|
manual_trace_hints?: {
|
|
27574
27580
|
pcb_port_selector: string;
|
|
@@ -27581,20 +27587,20 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
27581
27587
|
}[];
|
|
27582
27588
|
}[] | undefined;
|
|
27583
27589
|
schematic_placements?: {
|
|
27584
|
-
selector: string;
|
|
27585
|
-
relative_to: string;
|
|
27586
27590
|
center: {
|
|
27587
27591
|
x: number;
|
|
27588
27592
|
y: number;
|
|
27589
27593
|
};
|
|
27594
|
+
selector: string;
|
|
27595
|
+
relative_to: string;
|
|
27590
27596
|
}[] | undefined;
|
|
27591
27597
|
}, {
|
|
27592
27598
|
pcb_placements?: {
|
|
27593
|
-
selector: string;
|
|
27594
27599
|
center: {
|
|
27595
27600
|
x: string | number;
|
|
27596
27601
|
y: string | number;
|
|
27597
27602
|
};
|
|
27603
|
+
selector: string;
|
|
27598
27604
|
relative_to?: string | undefined;
|
|
27599
27605
|
}[] | undefined;
|
|
27600
27606
|
manual_trace_hints?: {
|
|
@@ -27610,11 +27616,11 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
27610
27616
|
}[];
|
|
27611
27617
|
}[] | undefined;
|
|
27612
27618
|
schematic_placements?: {
|
|
27613
|
-
selector: string;
|
|
27614
27619
|
center: {
|
|
27615
27620
|
x: string | number;
|
|
27616
27621
|
y: string | number;
|
|
27617
27622
|
};
|
|
27623
|
+
selector: string;
|
|
27618
27624
|
relative_to?: string | undefined;
|
|
27619
27625
|
}[] | undefined;
|
|
27620
27626
|
}>>;
|
|
@@ -27681,6 +27687,7 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
27681
27687
|
material: z.ZodDefault<z.ZodEnum<["fr4", "fr1"]>>;
|
|
27682
27688
|
layers: z.ZodDefault<z.ZodUnion<[z.ZodLiteral<2>, z.ZodLiteral<4>]>>;
|
|
27683
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"]>>;
|
|
27684
27691
|
} & {
|
|
27685
27692
|
leftPinCount: z.ZodOptional<z.ZodNumber>;
|
|
27686
27693
|
rightPinCount: z.ZodOptional<z.ZodNumber>;
|
|
@@ -27920,12 +27927,12 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
27920
27927
|
schMatchAdapt?: boolean | undefined;
|
|
27921
27928
|
manualEdits?: {
|
|
27922
27929
|
pcb_placements?: {
|
|
27923
|
-
selector: string;
|
|
27924
|
-
relative_to: string;
|
|
27925
27930
|
center: {
|
|
27926
27931
|
x: number;
|
|
27927
27932
|
y: number;
|
|
27928
27933
|
};
|
|
27934
|
+
selector: string;
|
|
27935
|
+
relative_to: string;
|
|
27929
27936
|
}[] | undefined;
|
|
27930
27937
|
manual_trace_hints?: {
|
|
27931
27938
|
pcb_port_selector: string;
|
|
@@ -27938,12 +27945,12 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
27938
27945
|
}[];
|
|
27939
27946
|
}[] | undefined;
|
|
27940
27947
|
schematic_placements?: {
|
|
27941
|
-
selector: string;
|
|
27942
|
-
relative_to: string;
|
|
27943
27948
|
center: {
|
|
27944
27949
|
x: number;
|
|
27945
27950
|
y: number;
|
|
27946
27951
|
};
|
|
27952
|
+
selector: string;
|
|
27953
|
+
relative_to: string;
|
|
27947
27954
|
}[] | undefined;
|
|
27948
27955
|
} | undefined;
|
|
27949
27956
|
routingDisabled?: boolean | undefined;
|
|
@@ -27976,6 +27983,7 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
27976
27983
|
outlineOffsetX?: number | undefined;
|
|
27977
27984
|
outlineOffsetY?: number | undefined;
|
|
27978
27985
|
borderRadius?: number | undefined;
|
|
27986
|
+
boardOrigin?: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right" | undefined;
|
|
27979
27987
|
leftPins?: string[] | undefined;
|
|
27980
27988
|
rightPins?: string[] | undefined;
|
|
27981
27989
|
topPins?: string[] | undefined;
|
|
@@ -28210,11 +28218,11 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
28210
28218
|
schMatchAdapt?: boolean | undefined;
|
|
28211
28219
|
manualEdits?: {
|
|
28212
28220
|
pcb_placements?: {
|
|
28213
|
-
selector: string;
|
|
28214
28221
|
center: {
|
|
28215
28222
|
x: string | number;
|
|
28216
28223
|
y: string | number;
|
|
28217
28224
|
};
|
|
28225
|
+
selector: string;
|
|
28218
28226
|
relative_to?: string | undefined;
|
|
28219
28227
|
}[] | undefined;
|
|
28220
28228
|
manual_trace_hints?: {
|
|
@@ -28230,11 +28238,11 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
28230
28238
|
}[];
|
|
28231
28239
|
}[] | undefined;
|
|
28232
28240
|
schematic_placements?: {
|
|
28233
|
-
selector: string;
|
|
28234
28241
|
center: {
|
|
28235
28242
|
x: string | number;
|
|
28236
28243
|
y: string | number;
|
|
28237
28244
|
};
|
|
28245
|
+
selector: string;
|
|
28238
28246
|
relative_to?: string | undefined;
|
|
28239
28247
|
}[] | undefined;
|
|
28240
28248
|
} | undefined;
|
|
@@ -28270,6 +28278,7 @@ declare const stampboardProps: z.ZodObject<{
|
|
|
28270
28278
|
material?: "fr4" | "fr1" | undefined;
|
|
28271
28279
|
layers?: 2 | 4 | undefined;
|
|
28272
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;
|
|
28273
28282
|
leftPins?: string[] | undefined;
|
|
28274
28283
|
rightPins?: string[] | undefined;
|
|
28275
28284
|
topPins?: string[] | undefined;
|
|
@@ -35638,18 +35647,18 @@ declare const subcircuitProps: z.ZodObject<{
|
|
|
35638
35647
|
y: string | number;
|
|
35639
35648
|
}>;
|
|
35640
35649
|
}, "strip", z.ZodTypeAny, {
|
|
35641
|
-
selector: string;
|
|
35642
|
-
relative_to: string;
|
|
35643
35650
|
center: {
|
|
35644
35651
|
x: number;
|
|
35645
35652
|
y: number;
|
|
35646
35653
|
};
|
|
35647
|
-
}, {
|
|
35648
35654
|
selector: string;
|
|
35655
|
+
relative_to: string;
|
|
35656
|
+
}, {
|
|
35649
35657
|
center: {
|
|
35650
35658
|
x: string | number;
|
|
35651
35659
|
y: string | number;
|
|
35652
35660
|
};
|
|
35661
|
+
selector: string;
|
|
35653
35662
|
relative_to?: string | undefined;
|
|
35654
35663
|
}>, "many">>;
|
|
35655
35664
|
manual_trace_hints: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -35718,28 +35727,28 @@ declare const subcircuitProps: z.ZodObject<{
|
|
|
35718
35727
|
y: string | number;
|
|
35719
35728
|
}>;
|
|
35720
35729
|
}, "strip", z.ZodTypeAny, {
|
|
35721
|
-
selector: string;
|
|
35722
|
-
relative_to: string;
|
|
35723
35730
|
center: {
|
|
35724
35731
|
x: number;
|
|
35725
35732
|
y: number;
|
|
35726
35733
|
};
|
|
35727
|
-
}, {
|
|
35728
35734
|
selector: string;
|
|
35735
|
+
relative_to: string;
|
|
35736
|
+
}, {
|
|
35729
35737
|
center: {
|
|
35730
35738
|
x: string | number;
|
|
35731
35739
|
y: string | number;
|
|
35732
35740
|
};
|
|
35741
|
+
selector: string;
|
|
35733
35742
|
relative_to?: string | undefined;
|
|
35734
35743
|
}>, "many">>;
|
|
35735
35744
|
}, "strip", z.ZodTypeAny, {
|
|
35736
35745
|
pcb_placements?: {
|
|
35737
|
-
selector: string;
|
|
35738
|
-
relative_to: string;
|
|
35739
35746
|
center: {
|
|
35740
35747
|
x: number;
|
|
35741
35748
|
y: number;
|
|
35742
35749
|
};
|
|
35750
|
+
selector: string;
|
|
35751
|
+
relative_to: string;
|
|
35743
35752
|
}[] | undefined;
|
|
35744
35753
|
manual_trace_hints?: {
|
|
35745
35754
|
pcb_port_selector: string;
|
|
@@ -35752,20 +35761,20 @@ declare const subcircuitProps: z.ZodObject<{
|
|
|
35752
35761
|
}[];
|
|
35753
35762
|
}[] | undefined;
|
|
35754
35763
|
schematic_placements?: {
|
|
35755
|
-
selector: string;
|
|
35756
|
-
relative_to: string;
|
|
35757
35764
|
center: {
|
|
35758
35765
|
x: number;
|
|
35759
35766
|
y: number;
|
|
35760
35767
|
};
|
|
35768
|
+
selector: string;
|
|
35769
|
+
relative_to: string;
|
|
35761
35770
|
}[] | undefined;
|
|
35762
35771
|
}, {
|
|
35763
35772
|
pcb_placements?: {
|
|
35764
|
-
selector: string;
|
|
35765
35773
|
center: {
|
|
35766
35774
|
x: string | number;
|
|
35767
35775
|
y: string | number;
|
|
35768
35776
|
};
|
|
35777
|
+
selector: string;
|
|
35769
35778
|
relative_to?: string | undefined;
|
|
35770
35779
|
}[] | undefined;
|
|
35771
35780
|
manual_trace_hints?: {
|
|
@@ -35781,11 +35790,11 @@ declare const subcircuitProps: z.ZodObject<{
|
|
|
35781
35790
|
}[];
|
|
35782
35791
|
}[] | undefined;
|
|
35783
35792
|
schematic_placements?: {
|
|
35784
|
-
selector: string;
|
|
35785
35793
|
center: {
|
|
35786
35794
|
x: string | number;
|
|
35787
35795
|
y: string | number;
|
|
35788
35796
|
};
|
|
35797
|
+
selector: string;
|
|
35789
35798
|
relative_to?: string | undefined;
|
|
35790
35799
|
}[] | undefined;
|
|
35791
35800
|
}>>;
|
|
@@ -36070,12 +36079,12 @@ declare const subcircuitProps: z.ZodObject<{
|
|
|
36070
36079
|
schMatchAdapt?: boolean | undefined;
|
|
36071
36080
|
manualEdits?: {
|
|
36072
36081
|
pcb_placements?: {
|
|
36073
|
-
selector: string;
|
|
36074
|
-
relative_to: string;
|
|
36075
36082
|
center: {
|
|
36076
36083
|
x: number;
|
|
36077
36084
|
y: number;
|
|
36078
36085
|
};
|
|
36086
|
+
selector: string;
|
|
36087
|
+
relative_to: string;
|
|
36079
36088
|
}[] | undefined;
|
|
36080
36089
|
manual_trace_hints?: {
|
|
36081
36090
|
pcb_port_selector: string;
|
|
@@ -36088,12 +36097,12 @@ declare const subcircuitProps: z.ZodObject<{
|
|
|
36088
36097
|
}[];
|
|
36089
36098
|
}[] | undefined;
|
|
36090
36099
|
schematic_placements?: {
|
|
36091
|
-
selector: string;
|
|
36092
|
-
relative_to: string;
|
|
36093
36100
|
center: {
|
|
36094
36101
|
x: number;
|
|
36095
36102
|
y: number;
|
|
36096
36103
|
};
|
|
36104
|
+
selector: string;
|
|
36105
|
+
relative_to: string;
|
|
36097
36106
|
}[] | undefined;
|
|
36098
36107
|
} | undefined;
|
|
36099
36108
|
routingDisabled?: boolean | undefined;
|
|
@@ -36349,11 +36358,11 @@ declare const subcircuitProps: z.ZodObject<{
|
|
|
36349
36358
|
schMatchAdapt?: boolean | undefined;
|
|
36350
36359
|
manualEdits?: {
|
|
36351
36360
|
pcb_placements?: {
|
|
36352
|
-
selector: string;
|
|
36353
36361
|
center: {
|
|
36354
36362
|
x: string | number;
|
|
36355
36363
|
y: string | number;
|
|
36356
36364
|
};
|
|
36365
|
+
selector: string;
|
|
36357
36366
|
relative_to?: string | undefined;
|
|
36358
36367
|
}[] | undefined;
|
|
36359
36368
|
manual_trace_hints?: {
|
|
@@ -36369,11 +36378,11 @@ declare const subcircuitProps: z.ZodObject<{
|
|
|
36369
36378
|
}[];
|
|
36370
36379
|
}[] | undefined;
|
|
36371
36380
|
schematic_placements?: {
|
|
36372
|
-
selector: string;
|
|
36373
36381
|
center: {
|
|
36374
36382
|
x: string | number;
|
|
36375
36383
|
y: string | number;
|
|
36376
36384
|
};
|
|
36385
|
+
selector: string;
|
|
36377
36386
|
relative_to?: string | undefined;
|
|
36378
36387
|
}[] | undefined;
|
|
36379
36388
|
} | undefined;
|
|
@@ -43310,7 +43319,7 @@ declare const fabricationNoteTextProps: z.ZodObject<{
|
|
|
43310
43319
|
color: z.ZodOptional<z.ZodString>;
|
|
43311
43320
|
}, "strip", z.ZodTypeAny, {
|
|
43312
43321
|
text: string;
|
|
43313
|
-
anchorAlignment: "
|
|
43322
|
+
anchorAlignment: "top_left" | "top_right" | "center" | "bottom_left" | "bottom_right";
|
|
43314
43323
|
pcbX?: number | undefined;
|
|
43315
43324
|
pcbY?: number | undefined;
|
|
43316
43325
|
pcbRotation?: number | undefined;
|
|
@@ -43345,7 +43354,7 @@ declare const fabricationNoteTextProps: z.ZodObject<{
|
|
|
43345
43354
|
pcbRelative?: boolean | undefined;
|
|
43346
43355
|
relative?: boolean | undefined;
|
|
43347
43356
|
color?: string | undefined;
|
|
43348
|
-
anchorAlignment?: "
|
|
43357
|
+
anchorAlignment?: "top_left" | "top_right" | "center" | "bottom_left" | "bottom_right" | undefined;
|
|
43349
43358
|
font?: "tscircuit2024" | undefined;
|
|
43350
43359
|
fontSize?: string | number | undefined;
|
|
43351
43360
|
}>;
|
|
@@ -47349,6 +47358,51 @@ declare const voltageSourceProps: z.ZodObject<{
|
|
|
47349
47358
|
}>;
|
|
47350
47359
|
declare const voltageSourcePins: readonly ["pin1", "left", "anode", "pos", "pin2", "right", "cathode", "neg"];
|
|
47351
47360
|
|
|
47361
|
+
declare const schematicArcProps: z.ZodObject<{
|
|
47362
|
+
center: z.ZodObject<{
|
|
47363
|
+
x: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
47364
|
+
y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
47365
|
+
}, "strip", z.ZodTypeAny, {
|
|
47366
|
+
x: number;
|
|
47367
|
+
y: number;
|
|
47368
|
+
}, {
|
|
47369
|
+
x: string | number;
|
|
47370
|
+
y: string | number;
|
|
47371
|
+
}>;
|
|
47372
|
+
radius: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
47373
|
+
startAngleDegrees: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
47374
|
+
endAngleDegrees: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
47375
|
+
direction: z.ZodDefault<z.ZodEnum<["clockwise", "counterclockwise"]>>;
|
|
47376
|
+
strokeWidth: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
47377
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
47378
|
+
isDashed: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
47379
|
+
}, "strip", z.ZodTypeAny, {
|
|
47380
|
+
direction: "clockwise" | "counterclockwise";
|
|
47381
|
+
center: {
|
|
47382
|
+
x: number;
|
|
47383
|
+
y: number;
|
|
47384
|
+
};
|
|
47385
|
+
color: string;
|
|
47386
|
+
radius: number;
|
|
47387
|
+
startAngleDegrees: number;
|
|
47388
|
+
endAngleDegrees: number;
|
|
47389
|
+
isDashed: boolean;
|
|
47390
|
+
strokeWidth?: number | undefined;
|
|
47391
|
+
}, {
|
|
47392
|
+
center: {
|
|
47393
|
+
x: string | number;
|
|
47394
|
+
y: string | number;
|
|
47395
|
+
};
|
|
47396
|
+
radius: string | number;
|
|
47397
|
+
startAngleDegrees: string | number;
|
|
47398
|
+
endAngleDegrees: string | number;
|
|
47399
|
+
direction?: "clockwise" | "counterclockwise" | undefined;
|
|
47400
|
+
strokeWidth?: string | number | undefined;
|
|
47401
|
+
color?: string | undefined;
|
|
47402
|
+
isDashed?: boolean | undefined;
|
|
47403
|
+
}>;
|
|
47404
|
+
type SchematicArcProps = z.input<typeof schematicArcProps>;
|
|
47405
|
+
|
|
47352
47406
|
declare const schematicBoxProps: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
47353
47407
|
schX: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
47354
47408
|
schY: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
@@ -47367,7 +47421,7 @@ declare const schematicBoxProps: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
47367
47421
|
titleInside: z.ZodDefault<z.ZodBoolean>;
|
|
47368
47422
|
strokeStyle: z.ZodDefault<z.ZodEnum<["solid", "dashed"]>>;
|
|
47369
47423
|
}, "strip", z.ZodTypeAny, {
|
|
47370
|
-
titleAlignment: "
|
|
47424
|
+
titleAlignment: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right";
|
|
47371
47425
|
titleInside: boolean;
|
|
47372
47426
|
strokeStyle: "dashed" | "solid";
|
|
47373
47427
|
schX?: number | undefined;
|
|
@@ -47395,13 +47449,13 @@ declare const schematicBoxProps: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
47395
47449
|
height?: string | number | undefined;
|
|
47396
47450
|
overlay?: string[] | undefined;
|
|
47397
47451
|
title?: string | undefined;
|
|
47398
|
-
titleAlignment?: "
|
|
47452
|
+
titleAlignment?: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right" | undefined;
|
|
47399
47453
|
titleColor?: string | undefined;
|
|
47400
47454
|
titleFontSize?: string | number | undefined;
|
|
47401
47455
|
titleInside?: boolean | undefined;
|
|
47402
47456
|
strokeStyle?: "dashed" | "solid" | undefined;
|
|
47403
47457
|
}>, {
|
|
47404
|
-
titleAlignment: "
|
|
47458
|
+
titleAlignment: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right";
|
|
47405
47459
|
titleInside: boolean;
|
|
47406
47460
|
strokeStyle: "dashed" | "solid";
|
|
47407
47461
|
schX?: number | undefined;
|
|
@@ -47429,13 +47483,13 @@ declare const schematicBoxProps: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
47429
47483
|
height?: string | number | undefined;
|
|
47430
47484
|
overlay?: string[] | undefined;
|
|
47431
47485
|
title?: string | undefined;
|
|
47432
|
-
titleAlignment?: "
|
|
47486
|
+
titleAlignment?: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right" | undefined;
|
|
47433
47487
|
titleColor?: string | undefined;
|
|
47434
47488
|
titleFontSize?: string | number | undefined;
|
|
47435
47489
|
titleInside?: boolean | undefined;
|
|
47436
47490
|
strokeStyle?: "dashed" | "solid" | undefined;
|
|
47437
47491
|
}>, {
|
|
47438
|
-
titleAlignment: "
|
|
47492
|
+
titleAlignment: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right";
|
|
47439
47493
|
titleInside: boolean;
|
|
47440
47494
|
strokeStyle: "dashed" | "solid";
|
|
47441
47495
|
schX?: number | undefined;
|
|
@@ -47463,7 +47517,7 @@ declare const schematicBoxProps: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
47463
47517
|
height?: string | number | undefined;
|
|
47464
47518
|
overlay?: string[] | undefined;
|
|
47465
47519
|
title?: string | undefined;
|
|
47466
|
-
titleAlignment?: "
|
|
47520
|
+
titleAlignment?: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right" | undefined;
|
|
47467
47521
|
titleColor?: string | undefined;
|
|
47468
47522
|
titleFontSize?: string | number | undefined;
|
|
47469
47523
|
titleInside?: boolean | undefined;
|
|
@@ -47471,21 +47525,120 @@ declare const schematicBoxProps: z.ZodEffects<z.ZodEffects<z.ZodObject<{
|
|
|
47471
47525
|
}>;
|
|
47472
47526
|
type SchematicBoxProps = z.input<typeof schematicBoxProps>;
|
|
47473
47527
|
|
|
47528
|
+
declare const schematicCircleProps: z.ZodObject<{
|
|
47529
|
+
center: z.ZodObject<{
|
|
47530
|
+
x: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
47531
|
+
y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
47532
|
+
}, "strip", z.ZodTypeAny, {
|
|
47533
|
+
x: number;
|
|
47534
|
+
y: number;
|
|
47535
|
+
}, {
|
|
47536
|
+
x: string | number;
|
|
47537
|
+
y: string | number;
|
|
47538
|
+
}>;
|
|
47539
|
+
radius: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
47540
|
+
strokeWidth: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
47541
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
47542
|
+
isFilled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
47543
|
+
fillColor: z.ZodOptional<z.ZodString>;
|
|
47544
|
+
isDashed: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
47545
|
+
}, "strip", z.ZodTypeAny, {
|
|
47546
|
+
center: {
|
|
47547
|
+
x: number;
|
|
47548
|
+
y: number;
|
|
47549
|
+
};
|
|
47550
|
+
color: string;
|
|
47551
|
+
radius: number;
|
|
47552
|
+
isDashed: boolean;
|
|
47553
|
+
isFilled: boolean;
|
|
47554
|
+
strokeWidth?: number | undefined;
|
|
47555
|
+
fillColor?: string | undefined;
|
|
47556
|
+
}, {
|
|
47557
|
+
center: {
|
|
47558
|
+
x: string | number;
|
|
47559
|
+
y: string | number;
|
|
47560
|
+
};
|
|
47561
|
+
radius: string | number;
|
|
47562
|
+
strokeWidth?: string | number | undefined;
|
|
47563
|
+
color?: string | undefined;
|
|
47564
|
+
isDashed?: boolean | undefined;
|
|
47565
|
+
isFilled?: boolean | undefined;
|
|
47566
|
+
fillColor?: string | undefined;
|
|
47567
|
+
}>;
|
|
47568
|
+
type SchematicCircleProps = z.input<typeof schematicCircleProps>;
|
|
47569
|
+
|
|
47570
|
+
declare const schematicRectProps: z.ZodObject<{
|
|
47571
|
+
center: z.ZodObject<{
|
|
47572
|
+
x: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
47573
|
+
y: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
47574
|
+
}, "strip", z.ZodTypeAny, {
|
|
47575
|
+
x: number;
|
|
47576
|
+
y: number;
|
|
47577
|
+
}, {
|
|
47578
|
+
x: string | number;
|
|
47579
|
+
y: string | number;
|
|
47580
|
+
}>;
|
|
47581
|
+
width: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
47582
|
+
height: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
47583
|
+
rotation: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
47584
|
+
strokeWidth: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
47585
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
47586
|
+
isFilled: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
47587
|
+
fillColor: z.ZodOptional<z.ZodString>;
|
|
47588
|
+
isDashed: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
47589
|
+
}, "strip", z.ZodTypeAny, {
|
|
47590
|
+
center: {
|
|
47591
|
+
x: number;
|
|
47592
|
+
y: number;
|
|
47593
|
+
};
|
|
47594
|
+
width: number;
|
|
47595
|
+
height: number;
|
|
47596
|
+
color: string;
|
|
47597
|
+
isDashed: boolean;
|
|
47598
|
+
isFilled: boolean;
|
|
47599
|
+
rotation: number;
|
|
47600
|
+
strokeWidth?: number | undefined;
|
|
47601
|
+
fillColor?: string | undefined;
|
|
47602
|
+
}, {
|
|
47603
|
+
center: {
|
|
47604
|
+
x: string | number;
|
|
47605
|
+
y: string | number;
|
|
47606
|
+
};
|
|
47607
|
+
width: string | number;
|
|
47608
|
+
height: string | number;
|
|
47609
|
+
strokeWidth?: string | number | undefined;
|
|
47610
|
+
color?: string | undefined;
|
|
47611
|
+
isDashed?: boolean | undefined;
|
|
47612
|
+
isFilled?: boolean | undefined;
|
|
47613
|
+
fillColor?: string | undefined;
|
|
47614
|
+
rotation?: string | number | undefined;
|
|
47615
|
+
}>;
|
|
47616
|
+
type SchematicRectProps = z.input<typeof schematicRectProps>;
|
|
47617
|
+
|
|
47474
47618
|
declare const schematicLineProps: z.ZodObject<{
|
|
47475
47619
|
x1: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
47476
47620
|
y1: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
47477
47621
|
x2: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
47478
47622
|
y2: z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>;
|
|
47623
|
+
strokeWidth: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
47624
|
+
color: z.ZodDefault<z.ZodOptional<z.ZodString>>;
|
|
47625
|
+
isDashed: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
47479
47626
|
}, "strip", z.ZodTypeAny, {
|
|
47627
|
+
color: string;
|
|
47628
|
+
isDashed: boolean;
|
|
47480
47629
|
x1: number;
|
|
47481
47630
|
y1: number;
|
|
47482
47631
|
x2: number;
|
|
47483
47632
|
y2: number;
|
|
47633
|
+
strokeWidth?: number | undefined;
|
|
47484
47634
|
}, {
|
|
47485
47635
|
x1: string | number;
|
|
47486
47636
|
y1: string | number;
|
|
47487
47637
|
x2: string | number;
|
|
47488
47638
|
y2: string | number;
|
|
47639
|
+
strokeWidth?: string | number | undefined;
|
|
47640
|
+
color?: string | undefined;
|
|
47641
|
+
isDashed?: boolean | undefined;
|
|
47489
47642
|
}>;
|
|
47490
47643
|
type SchematicLineProps = z.input<typeof schematicLineProps>;
|
|
47491
47644
|
|
|
@@ -47498,7 +47651,7 @@ declare const schematicTextProps: z.ZodObject<{
|
|
|
47498
47651
|
color: z.ZodDefault<z.ZodString>;
|
|
47499
47652
|
schRotation: z.ZodDefault<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
47500
47653
|
}, "strip", z.ZodTypeAny, {
|
|
47501
|
-
anchor: "left" | "right" | "top" | "bottom" | "
|
|
47654
|
+
anchor: "left" | "right" | "top" | "bottom" | "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right";
|
|
47502
47655
|
schRotation: number;
|
|
47503
47656
|
color: string;
|
|
47504
47657
|
text: string;
|
|
@@ -47507,7 +47660,7 @@ declare const schematicTextProps: z.ZodObject<{
|
|
|
47507
47660
|
schY?: number | undefined;
|
|
47508
47661
|
}, {
|
|
47509
47662
|
text: string;
|
|
47510
|
-
anchor?: "left" | "right" | "top" | "bottom" | "
|
|
47663
|
+
anchor?: "left" | "right" | "top" | "bottom" | "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right" | undefined;
|
|
47511
47664
|
schX?: string | number | undefined;
|
|
47512
47665
|
schY?: string | number | undefined;
|
|
47513
47666
|
schRotation?: string | number | undefined;
|
|
@@ -47546,8 +47699,6 @@ declare const schematicPathProps: z.ZodObject<{
|
|
|
47546
47699
|
}>;
|
|
47547
47700
|
type SchematicPathProps = z.input<typeof schematicPathProps>;
|
|
47548
47701
|
|
|
47549
|
-
declare const ninePointAnchor: z.ZodEnum<["top_left", "top_center", "top_right", "center_left", "center", "center_right", "bottom_left", "bottom_center", "bottom_right"]>;
|
|
47550
|
-
|
|
47551
47702
|
declare const schematicTableProps: z.ZodObject<{
|
|
47552
47703
|
schX: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
47553
47704
|
schY: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
@@ -47557,7 +47708,7 @@ declare const schematicTableProps: z.ZodObject<{
|
|
|
47557
47708
|
anchor: z.ZodOptional<z.ZodEnum<["top_left", "top_center", "top_right", "center_left", "center", "center_right", "bottom_left", "bottom_center", "bottom_right"]>>;
|
|
47558
47709
|
fontSize: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
47559
47710
|
}, "strip", z.ZodTypeAny, {
|
|
47560
|
-
anchor?: "
|
|
47711
|
+
anchor?: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right" | undefined;
|
|
47561
47712
|
schX?: number | undefined;
|
|
47562
47713
|
schY?: number | undefined;
|
|
47563
47714
|
children?: any;
|
|
@@ -47565,7 +47716,7 @@ declare const schematicTableProps: z.ZodObject<{
|
|
|
47565
47716
|
cellPadding?: number | undefined;
|
|
47566
47717
|
borderWidth?: number | undefined;
|
|
47567
47718
|
}, {
|
|
47568
|
-
anchor?: "
|
|
47719
|
+
anchor?: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right" | undefined;
|
|
47569
47720
|
schX?: string | number | undefined;
|
|
47570
47721
|
schY?: string | number | undefined;
|
|
47571
47722
|
children?: any;
|
|
@@ -47684,7 +47835,7 @@ declare const silkscreenTextProps: z.ZodObject<{
|
|
|
47684
47835
|
}>, "many">>;
|
|
47685
47836
|
}, "strip", z.ZodTypeAny, {
|
|
47686
47837
|
text: string;
|
|
47687
|
-
anchorAlignment: "
|
|
47838
|
+
anchorAlignment: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right";
|
|
47688
47839
|
pcbX?: number | undefined;
|
|
47689
47840
|
pcbY?: number | undefined;
|
|
47690
47841
|
pcbRotation?: number | undefined;
|
|
@@ -47727,7 +47878,7 @@ declare const silkscreenTextProps: z.ZodObject<{
|
|
|
47727
47878
|
layers?: ("top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6" | {
|
|
47728
47879
|
name: "top" | "bottom" | "inner1" | "inner2" | "inner3" | "inner4" | "inner5" | "inner6";
|
|
47729
47880
|
})[] | undefined;
|
|
47730
|
-
anchorAlignment?: "
|
|
47881
|
+
anchorAlignment?: "top_left" | "top_center" | "top_right" | "center_left" | "center" | "center_right" | "bottom_left" | "bottom_center" | "bottom_right" | undefined;
|
|
47731
47882
|
font?: "tscircuit2024" | undefined;
|
|
47732
47883
|
fontSize?: string | number | undefined;
|
|
47733
47884
|
isKnockout?: boolean | undefined;
|
|
@@ -48376,4 +48527,4 @@ interface ProjectConfig extends Pick<PlatformConfig, "projectName" | "projectBas
|
|
|
48376
48527
|
}
|
|
48377
48528
|
declare const projectConfig: z.ZodType<ProjectConfig>;
|
|
48378
48529
|
|
|
48379
|
-
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 };
|
|
48530
|
+
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 SchematicArcProps, type SchematicBoxProps, type SchematicCellProps, type SchematicCircleProps, 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 SchematicRectProps, 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, schematicArcProps, schematicBoxProps, schematicCellProps, schematicCircleProps, schematicLineProps, schematicOrientation, schematicPathProps, schematicPinArrangement, schematicPinLabel, schematicPinStyle, schematicPortArrangement, schematicRectProps, 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 };
|