@tscircuit/core 0.0.736 → 0.0.737
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +243 -3
- package/dist/index.js +209 -40
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as circuit_json from 'circuit-json';
|
|
2
2
|
import { PcbTraceError, PcbPlacementError, PcbManualEditConflictWarning, LayerRef, AnyCircuitElement, Size, AnySourceComponent, PcbTraceRoutePoint, PcbTrace as PcbTrace$1, PcbVia, SchematicPort, SchematicComponent, RouteHintPoint, CircuitJson } from 'circuit-json';
|
|
3
3
|
import * as _tscircuit_props from '@tscircuit/props';
|
|
4
|
-
import { PlatformConfig, subcircuitGroupProps, AutorouterConfig, traceProps, SupplierPartNumbers, CadModelProp, SchematicPortArrangement, groupProps, boardProps, capacitorProps, chipProps, pinoutProps, diodeProps, fuseProps, jumperProps, solderjumperProps, ledProps, powerSourceProps, CommonComponentProps, resistorProps, constraintProps, fabricationNotePathProps, fabricationNoteTextProps, footprintProps, subcircuitProps, breakoutProps, breakoutPointProps, holeProps, pcbKeepoutProps, netLabelProps, cadmodelProps, cadassemblyProps, platedHoleProps, silkscreenCircleProps, silkscreenPathProps, silkscreenRectProps, silkscreenTextProps, silkscreenLineProps, smtPadProps, traceHintProps, viaProps, copperPourProps, cutoutProps, batteryProps, pinHeaderProps, resonatorProps, inductorProps, potentiometerProps, pushButtonProps, crystalProps, transistorProps, mosfetProps, switchProps, testpointProps, schematicTextProps, schematicBoxProps, schematicTableProps, schematicRowProps, schematicCellProps, CapacitorProps, ChipProps, DiodeProps, ResistorProps, ManualEditEvent, ManualEditsFile, ChipConnections, manual_edits_file } from '@tscircuit/props';
|
|
4
|
+
import { PlatformConfig, subcircuitGroupProps, AutorouterConfig, traceProps, SupplierPartNumbers, CadModelProp, SchematicPortArrangement, groupProps, boardProps, capacitorProps, chipProps, pinoutProps, diodeProps, fuseProps, jumperProps, solderjumperProps, ledProps, powerSourceProps, CommonComponentProps, resistorProps, constraintProps, fabricationNotePathProps, fabricationNoteTextProps, footprintProps, subcircuitProps, breakoutProps, breakoutPointProps, holeProps, pcbKeepoutProps, netLabelProps, cadmodelProps, cadassemblyProps, platedHoleProps, silkscreenCircleProps, silkscreenPathProps, silkscreenRectProps, silkscreenTextProps, silkscreenLineProps, smtPadProps, traceHintProps, viaProps, copperPourProps, cutoutProps, batteryProps, pinHeaderProps, resonatorProps, inductorProps, potentiometerProps, pushButtonProps, crystalProps, transistorProps, mosfetProps, switchProps, testpointProps, schematicTextProps, schematicLineProps, schematicRectProps, schematicBoxProps, schematicTableProps, schematicRowProps, schematicCellProps, symbolProps, CapacitorProps, ChipProps, DiodeProps, ResistorProps, ManualEditEvent, ManualEditsFile, ChipConnections, manual_edits_file } from '@tscircuit/props';
|
|
5
5
|
import * as react from 'react';
|
|
6
6
|
import react__default, { ReactElement, DetailedHTMLProps, SVGProps } from 'react';
|
|
7
7
|
export { createElement } from 'react';
|
|
@@ -13,7 +13,7 @@ import { CircuitJsonUtilObjects } from '@tscircuit/circuit-json-util';
|
|
|
13
13
|
import { ConnectivityMap } from 'circuit-json-to-connectivity-map';
|
|
14
14
|
import { GraphicsObject } from 'graphics-debug';
|
|
15
15
|
|
|
16
|
-
declare const orderedRenderPhases: readonly ["ReactSubtreesRender", "SourceNameDuplicateComponentRemoval", "PcbFootprintStringRender", "InitializePortsFromChildren", "CreateNetsFromProps", "AssignFallbackProps", "CreateTracesFromProps", "CreateTracesFromNetLabels", "CreateTraceHintsFromProps", "SourceGroupRender", "AssignNameToUnnamedComponents", "SourceRender", "SourceParentAttachment", "PortMatching", "OptimizeSelectorCache", "SourceTraceRender", "SourceAddConnectivityMapKey", "SourceDesignRuleChecks", "SimulationRender", "SchematicComponentRender", "SchematicPortRender", "SchematicPrimitiveRender", "SchematicLayout", "SchematicTraceRender", "SchematicReplaceNetLabelsWithSymbols", "PcbComponentRender", "PcbPrimitiveRender", "PcbFootprintLayout", "PcbPortRender", "PcbPortAttachment", "PcbComponentSizeCalculation", "PcbComponentAnchorAlignment", "PcbLayout", "PcbBoardAutoSize", "PcbTraceHintRender", "PcbManualTraceRender", "PcbTraceRender", "PcbRouteNetIslands", "PcbCopperPourRender", "PcbDesignRuleChecks", "SilkscreenOverlapAdjustment", "CadModelRender", "PartsEngineRender"];
|
|
16
|
+
declare const orderedRenderPhases: readonly ["ReactSubtreesRender", "SourceNameDuplicateComponentRemoval", "PcbFootprintStringRender", "InitializePortsFromChildren", "CreateNetsFromProps", "AssignFallbackProps", "CreateTracesFromProps", "CreateTracesFromNetLabels", "CreateTraceHintsFromProps", "SourceGroupRender", "AssignNameToUnnamedComponents", "SourceRender", "SourceParentAttachment", "PortMatching", "OptimizeSelectorCache", "SourceTraceRender", "SourceAddConnectivityMapKey", "SourceDesignRuleChecks", "SimulationRender", "SchematicComponentRender", "SchematicPortRender", "SchematicPrimitiveRender", "SchematicComponentSizeCalculation", "SchematicLayout", "SchematicTraceRender", "SchematicReplaceNetLabelsWithSymbols", "PcbComponentRender", "PcbPrimitiveRender", "PcbFootprintLayout", "PcbPortRender", "PcbPortAttachment", "PcbComponentSizeCalculation", "PcbComponentAnchorAlignment", "PcbLayout", "PcbBoardAutoSize", "PcbTraceHintRender", "PcbManualTraceRender", "PcbTraceRender", "PcbRouteNetIslands", "PcbCopperPourRender", "PcbDesignRuleChecks", "SilkscreenOverlapAdjustment", "CadModelRender", "PartsEngineRender"];
|
|
17
17
|
type RenderPhase = (typeof orderedRenderPhases)[number];
|
|
18
18
|
type RenderPhaseFn<K extends RenderPhase = RenderPhase> = `doInitial${K}` | `update${K}` | `remove${K}`;
|
|
19
19
|
type RenderPhaseStates = Record<RenderPhase, {
|
|
@@ -635,6 +635,7 @@ declare class Trace extends PrimitiveComponent<typeof traceProps> implements Tra
|
|
|
635
635
|
}>, "many">>;
|
|
636
636
|
schDisplayLabel: z.ZodOptional<z.ZodString>;
|
|
637
637
|
schStroke: z.ZodOptional<z.ZodString>;
|
|
638
|
+
ratsNestColor: z.ZodOptional<z.ZodString>;
|
|
638
639
|
maxLength: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
639
640
|
} & {
|
|
640
641
|
path: z.ZodArray<z.ZodUnion<[z.ZodString, z.ZodType<{
|
|
@@ -647,6 +648,7 @@ declare class Trace extends PrimitiveComponent<typeof traceProps> implements Tra
|
|
|
647
648
|
getPortSelector: () => string;
|
|
648
649
|
})[];
|
|
649
650
|
key?: string | undefined;
|
|
651
|
+
ratsNestColor?: string | undefined;
|
|
650
652
|
maxLength?: number | undefined;
|
|
651
653
|
thickness?: number | undefined;
|
|
652
654
|
schematicRouteHints?: {
|
|
@@ -672,6 +674,7 @@ declare class Trace extends PrimitiveComponent<typeof traceProps> implements Tra
|
|
|
672
674
|
getPortSelector: () => string;
|
|
673
675
|
})[];
|
|
674
676
|
key?: string | undefined;
|
|
677
|
+
ratsNestColor?: string | undefined;
|
|
675
678
|
maxLength?: string | number | undefined;
|
|
676
679
|
thickness?: string | number | undefined;
|
|
677
680
|
schematicRouteHints?: {
|
|
@@ -749,6 +752,7 @@ declare class Trace extends PrimitiveComponent<typeof traceProps> implements Tra
|
|
|
749
752
|
}>, "many">>;
|
|
750
753
|
schDisplayLabel: z.ZodOptional<z.ZodString>;
|
|
751
754
|
schStroke: z.ZodOptional<z.ZodString>;
|
|
755
|
+
ratsNestColor: z.ZodOptional<z.ZodString>;
|
|
752
756
|
maxLength: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
753
757
|
} & {
|
|
754
758
|
from: z.ZodUnion<[z.ZodString, z.ZodType<{
|
|
@@ -769,6 +773,7 @@ declare class Trace extends PrimitiveComponent<typeof traceProps> implements Tra
|
|
|
769
773
|
getPortSelector: () => string;
|
|
770
774
|
};
|
|
771
775
|
key?: string | undefined;
|
|
776
|
+
ratsNestColor?: string | undefined;
|
|
772
777
|
maxLength?: number | undefined;
|
|
773
778
|
thickness?: number | undefined;
|
|
774
779
|
schematicRouteHints?: {
|
|
@@ -797,6 +802,7 @@ declare class Trace extends PrimitiveComponent<typeof traceProps> implements Tra
|
|
|
797
802
|
getPortSelector: () => string;
|
|
798
803
|
};
|
|
799
804
|
key?: string | undefined;
|
|
805
|
+
ratsNestColor?: string | undefined;
|
|
800
806
|
maxLength?: string | number | undefined;
|
|
801
807
|
thickness?: string | number | undefined;
|
|
802
808
|
schematicRouteHints?: {
|
|
@@ -1089,6 +1095,7 @@ declare class NormalComponent<ZodProps extends z.ZodType = any, PortNames extend
|
|
|
1089
1095
|
_getSchematicSymbolDisplayValue(): string | undefined;
|
|
1090
1096
|
_getInternallyConnectedPins(): Port[][];
|
|
1091
1097
|
_doInitialSchematicComponentRenderWithSymbol(): void;
|
|
1098
|
+
_doInitialSchematicComponentRenderWithReactSymbol(symbolElement: ReactElement): void;
|
|
1092
1099
|
_doInitialSchematicComponentRenderWithSchematicBoxDimensions(): void;
|
|
1093
1100
|
doInitialPcbComponentRender(): void;
|
|
1094
1101
|
/**
|
|
@@ -1097,6 +1104,11 @@ declare class NormalComponent<ZodProps extends z.ZodType = any, PortNames extend
|
|
|
1097
1104
|
*/
|
|
1098
1105
|
doInitialPcbComponentSizeCalculation(): void;
|
|
1099
1106
|
updatePcbComponentSizeCalculation(): void;
|
|
1107
|
+
/**
|
|
1108
|
+
* Calculate and update the size of a custom schematic symbol based on its children
|
|
1109
|
+
*/
|
|
1110
|
+
doInitialSchematicComponentSizeCalculation(): void;
|
|
1111
|
+
updateSchematicComponentSizeCalculation(): void;
|
|
1100
1112
|
doInitialPcbComponentAnchorAlignment(): void;
|
|
1101
1113
|
updatePcbComponentAnchorAlignment(): void;
|
|
1102
1114
|
_renderReactSubtree(element: ReactElement): ReactSubtree;
|
|
@@ -3156,6 +3168,7 @@ declare class Capacitor extends NormalComponent<typeof capacitorProps, Polarized
|
|
|
3156
3168
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
3157
3169
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
3158
3170
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
3171
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
3159
3172
|
}, "strip", zod.ZodTypeAny, {
|
|
3160
3173
|
providesPower?: boolean | undefined;
|
|
3161
3174
|
requiresPower?: boolean | undefined;
|
|
@@ -3165,6 +3178,7 @@ declare class Capacitor extends NormalComponent<typeof capacitorProps, Polarized
|
|
|
3165
3178
|
requiresVoltage?: string | number | undefined;
|
|
3166
3179
|
doNotConnect?: boolean | undefined;
|
|
3167
3180
|
includeInBoardPinout?: boolean | undefined;
|
|
3181
|
+
ratsNestColor?: string | undefined;
|
|
3168
3182
|
}, {
|
|
3169
3183
|
providesPower?: boolean | undefined;
|
|
3170
3184
|
requiresPower?: boolean | undefined;
|
|
@@ -3174,6 +3188,7 @@ declare class Capacitor extends NormalComponent<typeof capacitorProps, Polarized
|
|
|
3174
3188
|
requiresVoltage?: string | number | undefined;
|
|
3175
3189
|
doNotConnect?: boolean | undefined;
|
|
3176
3190
|
includeInBoardPinout?: boolean | undefined;
|
|
3191
|
+
ratsNestColor?: string | undefined;
|
|
3177
3192
|
}>>>;
|
|
3178
3193
|
} & {
|
|
3179
3194
|
capacitance: zod.ZodEffects<zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>, number, string | number>;
|
|
@@ -3228,6 +3243,7 @@ declare class Capacitor extends NormalComponent<typeof capacitorProps, Polarized
|
|
|
3228
3243
|
requiresVoltage?: string | number | undefined;
|
|
3229
3244
|
doNotConnect?: boolean | undefined;
|
|
3230
3245
|
includeInBoardPinout?: boolean | undefined;
|
|
3246
|
+
ratsNestColor?: string | undefined;
|
|
3231
3247
|
}> | undefined;
|
|
3232
3248
|
cadModel?: string | {
|
|
3233
3249
|
stlUrl: string;
|
|
@@ -3409,6 +3425,7 @@ declare class Capacitor extends NormalComponent<typeof capacitorProps, Polarized
|
|
|
3409
3425
|
requiresVoltage?: string | number | undefined;
|
|
3410
3426
|
doNotConnect?: boolean | undefined;
|
|
3411
3427
|
includeInBoardPinout?: boolean | undefined;
|
|
3428
|
+
ratsNestColor?: string | undefined;
|
|
3412
3429
|
}> | undefined;
|
|
3413
3430
|
cadModel?: string | {
|
|
3414
3431
|
stlUrl: string;
|
|
@@ -4174,6 +4191,7 @@ declare class Chip<PinLabels extends string = never> extends NormalComponent<typ
|
|
|
4174
4191
|
requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
4175
4192
|
doNotConnect: z.ZodOptional<z.ZodBoolean>;
|
|
4176
4193
|
includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
|
|
4194
|
+
ratsNestColor: z.ZodOptional<z.ZodString>;
|
|
4177
4195
|
}, "strip", z.ZodTypeAny, {
|
|
4178
4196
|
providesPower?: boolean | undefined;
|
|
4179
4197
|
requiresPower?: boolean | undefined;
|
|
@@ -4183,6 +4201,7 @@ declare class Chip<PinLabels extends string = never> extends NormalComponent<typ
|
|
|
4183
4201
|
requiresVoltage?: string | number | undefined;
|
|
4184
4202
|
doNotConnect?: boolean | undefined;
|
|
4185
4203
|
includeInBoardPinout?: boolean | undefined;
|
|
4204
|
+
ratsNestColor?: string | undefined;
|
|
4186
4205
|
}, {
|
|
4187
4206
|
providesPower?: boolean | undefined;
|
|
4188
4207
|
requiresPower?: boolean | undefined;
|
|
@@ -4192,6 +4211,7 @@ declare class Chip<PinLabels extends string = never> extends NormalComponent<typ
|
|
|
4192
4211
|
requiresVoltage?: string | number | undefined;
|
|
4193
4212
|
doNotConnect?: boolean | undefined;
|
|
4194
4213
|
includeInBoardPinout?: boolean | undefined;
|
|
4214
|
+
ratsNestColor?: string | undefined;
|
|
4195
4215
|
}>>>;
|
|
4196
4216
|
} & {
|
|
4197
4217
|
manufacturerPartNumber: z.ZodOptional<z.ZodString>;
|
|
@@ -4481,6 +4501,7 @@ declare class Chip<PinLabels extends string = never> extends NormalComponent<typ
|
|
|
4481
4501
|
requiresVoltage?: string | number | undefined;
|
|
4482
4502
|
doNotConnect?: boolean | undefined;
|
|
4483
4503
|
includeInBoardPinout?: boolean | undefined;
|
|
4504
|
+
ratsNestColor?: string | undefined;
|
|
4484
4505
|
}> | undefined;
|
|
4485
4506
|
cadModel?: string | {
|
|
4486
4507
|
stlUrl: string;
|
|
@@ -4730,6 +4751,7 @@ declare class Chip<PinLabels extends string = never> extends NormalComponent<typ
|
|
|
4730
4751
|
requiresVoltage?: string | number | undefined;
|
|
4731
4752
|
doNotConnect?: boolean | undefined;
|
|
4732
4753
|
includeInBoardPinout?: boolean | undefined;
|
|
4754
|
+
ratsNestColor?: string | undefined;
|
|
4733
4755
|
}> | undefined;
|
|
4734
4756
|
cadModel?: string | {
|
|
4735
4757
|
stlUrl: string;
|
|
@@ -5562,6 +5584,7 @@ declare class Pinout<PinLabels extends string = never> extends Chip<PinLabels> {
|
|
|
5562
5584
|
requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
5563
5585
|
doNotConnect: z.ZodOptional<z.ZodBoolean>;
|
|
5564
5586
|
includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
|
|
5587
|
+
ratsNestColor: z.ZodOptional<z.ZodString>;
|
|
5565
5588
|
}, "strip", z.ZodTypeAny, {
|
|
5566
5589
|
providesPower?: boolean | undefined;
|
|
5567
5590
|
requiresPower?: boolean | undefined;
|
|
@@ -5571,6 +5594,7 @@ declare class Pinout<PinLabels extends string = never> extends Chip<PinLabels> {
|
|
|
5571
5594
|
requiresVoltage?: string | number | undefined;
|
|
5572
5595
|
doNotConnect?: boolean | undefined;
|
|
5573
5596
|
includeInBoardPinout?: boolean | undefined;
|
|
5597
|
+
ratsNestColor?: string | undefined;
|
|
5574
5598
|
}, {
|
|
5575
5599
|
providesPower?: boolean | undefined;
|
|
5576
5600
|
requiresPower?: boolean | undefined;
|
|
@@ -5580,6 +5604,7 @@ declare class Pinout<PinLabels extends string = never> extends Chip<PinLabels> {
|
|
|
5580
5604
|
requiresVoltage?: string | number | undefined;
|
|
5581
5605
|
doNotConnect?: boolean | undefined;
|
|
5582
5606
|
includeInBoardPinout?: boolean | undefined;
|
|
5607
|
+
ratsNestColor?: string | undefined;
|
|
5583
5608
|
}>>>;
|
|
5584
5609
|
} & {
|
|
5585
5610
|
manufacturerPartNumber: z.ZodOptional<z.ZodString>;
|
|
@@ -5869,6 +5894,7 @@ declare class Pinout<PinLabels extends string = never> extends Chip<PinLabels> {
|
|
|
5869
5894
|
requiresVoltage?: string | number | undefined;
|
|
5870
5895
|
doNotConnect?: boolean | undefined;
|
|
5871
5896
|
includeInBoardPinout?: boolean | undefined;
|
|
5897
|
+
ratsNestColor?: string | undefined;
|
|
5872
5898
|
}> | undefined;
|
|
5873
5899
|
cadModel?: string | {
|
|
5874
5900
|
stlUrl: string;
|
|
@@ -6118,6 +6144,7 @@ declare class Pinout<PinLabels extends string = never> extends Chip<PinLabels> {
|
|
|
6118
6144
|
requiresVoltage?: string | number | undefined;
|
|
6119
6145
|
doNotConnect?: boolean | undefined;
|
|
6120
6146
|
includeInBoardPinout?: boolean | undefined;
|
|
6147
|
+
ratsNestColor?: string | undefined;
|
|
6121
6148
|
}> | undefined;
|
|
6122
6149
|
cadModel?: string | {
|
|
6123
6150
|
stlUrl: string;
|
|
@@ -6945,6 +6972,7 @@ declare class Diode extends NormalComponent<typeof diodeProps, PolarizedPassiveP
|
|
|
6945
6972
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
6946
6973
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
6947
6974
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
6975
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
6948
6976
|
}, "strip", zod.ZodTypeAny, {
|
|
6949
6977
|
providesPower?: boolean | undefined;
|
|
6950
6978
|
requiresPower?: boolean | undefined;
|
|
@@ -6954,6 +6982,7 @@ declare class Diode extends NormalComponent<typeof diodeProps, PolarizedPassiveP
|
|
|
6954
6982
|
requiresVoltage?: string | number | undefined;
|
|
6955
6983
|
doNotConnect?: boolean | undefined;
|
|
6956
6984
|
includeInBoardPinout?: boolean | undefined;
|
|
6985
|
+
ratsNestColor?: string | undefined;
|
|
6957
6986
|
}, {
|
|
6958
6987
|
providesPower?: boolean | undefined;
|
|
6959
6988
|
requiresPower?: boolean | undefined;
|
|
@@ -6963,6 +6992,7 @@ declare class Diode extends NormalComponent<typeof diodeProps, PolarizedPassiveP
|
|
|
6963
6992
|
requiresVoltage?: string | number | undefined;
|
|
6964
6993
|
doNotConnect?: boolean | undefined;
|
|
6965
6994
|
includeInBoardPinout?: boolean | undefined;
|
|
6995
|
+
ratsNestColor?: string | undefined;
|
|
6966
6996
|
}>>>;
|
|
6967
6997
|
} & {
|
|
6968
6998
|
connections: zod.ZodOptional<zod.ZodRecord<zod.ZodEnum<["anode", "cathode", "pin1", "pin2", "pos", "neg"]>, zod.ZodUnion<[zod.ZodUnion<[zod.ZodString, zod.ZodReadonly<zod.ZodArray<zod.ZodString, "many">>]>, zod.ZodArray<zod.ZodString, "many">]>>>;
|
|
@@ -7013,6 +7043,7 @@ declare class Diode extends NormalComponent<typeof diodeProps, PolarizedPassiveP
|
|
|
7013
7043
|
requiresVoltage?: string | number | undefined;
|
|
7014
7044
|
doNotConnect?: boolean | undefined;
|
|
7015
7045
|
includeInBoardPinout?: boolean | undefined;
|
|
7046
|
+
ratsNestColor?: string | undefined;
|
|
7016
7047
|
}> | undefined;
|
|
7017
7048
|
cadModel?: string | {
|
|
7018
7049
|
stlUrl: string;
|
|
@@ -7193,6 +7224,7 @@ declare class Diode extends NormalComponent<typeof diodeProps, PolarizedPassiveP
|
|
|
7193
7224
|
requiresVoltage?: string | number | undefined;
|
|
7194
7225
|
doNotConnect?: boolean | undefined;
|
|
7195
7226
|
includeInBoardPinout?: boolean | undefined;
|
|
7227
|
+
ratsNestColor?: string | undefined;
|
|
7196
7228
|
}> | undefined;
|
|
7197
7229
|
cadModel?: string | {
|
|
7198
7230
|
stlUrl: string;
|
|
@@ -7373,6 +7405,7 @@ declare class Diode extends NormalComponent<typeof diodeProps, PolarizedPassiveP
|
|
|
7373
7405
|
requiresVoltage?: string | number | undefined;
|
|
7374
7406
|
doNotConnect?: boolean | undefined;
|
|
7375
7407
|
includeInBoardPinout?: boolean | undefined;
|
|
7408
|
+
ratsNestColor?: string | undefined;
|
|
7376
7409
|
}> | undefined;
|
|
7377
7410
|
cadModel?: string | {
|
|
7378
7411
|
stlUrl: string;
|
|
@@ -7553,6 +7586,7 @@ declare class Diode extends NormalComponent<typeof diodeProps, PolarizedPassiveP
|
|
|
7553
7586
|
requiresVoltage?: string | number | undefined;
|
|
7554
7587
|
doNotConnect?: boolean | undefined;
|
|
7555
7588
|
includeInBoardPinout?: boolean | undefined;
|
|
7589
|
+
ratsNestColor?: string | undefined;
|
|
7556
7590
|
}> | undefined;
|
|
7557
7591
|
cadModel?: string | {
|
|
7558
7592
|
stlUrl: string;
|
|
@@ -7739,6 +7773,7 @@ declare class Diode extends NormalComponent<typeof diodeProps, PolarizedPassiveP
|
|
|
7739
7773
|
requiresVoltage?: string | number | undefined;
|
|
7740
7774
|
doNotConnect?: boolean | undefined;
|
|
7741
7775
|
includeInBoardPinout?: boolean | undefined;
|
|
7776
|
+
ratsNestColor?: string | undefined;
|
|
7742
7777
|
}> | undefined;
|
|
7743
7778
|
cadModel?: string | {
|
|
7744
7779
|
stlUrl: string;
|
|
@@ -7913,6 +7948,7 @@ declare class Diode extends NormalComponent<typeof diodeProps, PolarizedPassiveP
|
|
|
7913
7948
|
requiresVoltage?: string | number | undefined;
|
|
7914
7949
|
doNotConnect?: boolean | undefined;
|
|
7915
7950
|
includeInBoardPinout?: boolean | undefined;
|
|
7951
|
+
ratsNestColor?: string | undefined;
|
|
7916
7952
|
}> | undefined;
|
|
7917
7953
|
cadModel?: string | {
|
|
7918
7954
|
stlUrl: string;
|
|
@@ -8677,6 +8713,7 @@ declare class Fuse extends NormalComponent<typeof fuseProps, PassivePorts> {
|
|
|
8677
8713
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
8678
8714
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
8679
8715
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
8716
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
8680
8717
|
}, "strip", zod.ZodTypeAny, {
|
|
8681
8718
|
providesPower?: boolean | undefined;
|
|
8682
8719
|
requiresPower?: boolean | undefined;
|
|
@@ -8686,6 +8723,7 @@ declare class Fuse extends NormalComponent<typeof fuseProps, PassivePorts> {
|
|
|
8686
8723
|
requiresVoltage?: string | number | undefined;
|
|
8687
8724
|
doNotConnect?: boolean | undefined;
|
|
8688
8725
|
includeInBoardPinout?: boolean | undefined;
|
|
8726
|
+
ratsNestColor?: string | undefined;
|
|
8689
8727
|
}, {
|
|
8690
8728
|
providesPower?: boolean | undefined;
|
|
8691
8729
|
requiresPower?: boolean | undefined;
|
|
@@ -8695,6 +8733,7 @@ declare class Fuse extends NormalComponent<typeof fuseProps, PassivePorts> {
|
|
|
8695
8733
|
requiresVoltage?: string | number | undefined;
|
|
8696
8734
|
doNotConnect?: boolean | undefined;
|
|
8697
8735
|
includeInBoardPinout?: boolean | undefined;
|
|
8736
|
+
ratsNestColor?: string | undefined;
|
|
8698
8737
|
}>>>;
|
|
8699
8738
|
} & {
|
|
8700
8739
|
currentRating: zod.ZodUnion<[zod.ZodNumber, zod.ZodString]>;
|
|
@@ -8741,6 +8780,7 @@ declare class Fuse extends NormalComponent<typeof fuseProps, PassivePorts> {
|
|
|
8741
8780
|
requiresVoltage?: string | number | undefined;
|
|
8742
8781
|
doNotConnect?: boolean | undefined;
|
|
8743
8782
|
includeInBoardPinout?: boolean | undefined;
|
|
8783
|
+
ratsNestColor?: string | undefined;
|
|
8744
8784
|
}> | undefined;
|
|
8745
8785
|
cadModel?: string | {
|
|
8746
8786
|
stlUrl: string;
|
|
@@ -8918,6 +8958,7 @@ declare class Fuse extends NormalComponent<typeof fuseProps, PassivePorts> {
|
|
|
8918
8958
|
requiresVoltage?: string | number | undefined;
|
|
8919
8959
|
doNotConnect?: boolean | undefined;
|
|
8920
8960
|
includeInBoardPinout?: boolean | undefined;
|
|
8961
|
+
ratsNestColor?: string | undefined;
|
|
8921
8962
|
}> | undefined;
|
|
8922
8963
|
cadModel?: string | {
|
|
8923
8964
|
stlUrl: string;
|
|
@@ -9674,6 +9715,7 @@ declare class Jumper<PinLabels extends string = never> extends NormalComponent<t
|
|
|
9674
9715
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
9675
9716
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
9676
9717
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
9718
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
9677
9719
|
}, "strip", zod.ZodTypeAny, {
|
|
9678
9720
|
providesPower?: boolean | undefined;
|
|
9679
9721
|
requiresPower?: boolean | undefined;
|
|
@@ -9683,6 +9725,7 @@ declare class Jumper<PinLabels extends string = never> extends NormalComponent<t
|
|
|
9683
9725
|
requiresVoltage?: string | number | undefined;
|
|
9684
9726
|
doNotConnect?: boolean | undefined;
|
|
9685
9727
|
includeInBoardPinout?: boolean | undefined;
|
|
9728
|
+
ratsNestColor?: string | undefined;
|
|
9686
9729
|
}, {
|
|
9687
9730
|
providesPower?: boolean | undefined;
|
|
9688
9731
|
requiresPower?: boolean | undefined;
|
|
@@ -9692,6 +9735,7 @@ declare class Jumper<PinLabels extends string = never> extends NormalComponent<t
|
|
|
9692
9735
|
requiresVoltage?: string | number | undefined;
|
|
9693
9736
|
doNotConnect?: boolean | undefined;
|
|
9694
9737
|
includeInBoardPinout?: boolean | undefined;
|
|
9738
|
+
ratsNestColor?: string | undefined;
|
|
9695
9739
|
}>>>;
|
|
9696
9740
|
} & {
|
|
9697
9741
|
manufacturerPartNumber: zod.ZodOptional<zod.ZodString>;
|
|
@@ -9970,6 +10014,7 @@ declare class Jumper<PinLabels extends string = never> extends NormalComponent<t
|
|
|
9970
10014
|
requiresVoltage?: string | number | undefined;
|
|
9971
10015
|
doNotConnect?: boolean | undefined;
|
|
9972
10016
|
includeInBoardPinout?: boolean | undefined;
|
|
10017
|
+
ratsNestColor?: string | undefined;
|
|
9973
10018
|
}> | undefined;
|
|
9974
10019
|
cadModel?: string | {
|
|
9975
10020
|
stlUrl: string;
|
|
@@ -10214,6 +10259,7 @@ declare class Jumper<PinLabels extends string = never> extends NormalComponent<t
|
|
|
10214
10259
|
requiresVoltage?: string | number | undefined;
|
|
10215
10260
|
doNotConnect?: boolean | undefined;
|
|
10216
10261
|
includeInBoardPinout?: boolean | undefined;
|
|
10262
|
+
ratsNestColor?: string | undefined;
|
|
10217
10263
|
}> | undefined;
|
|
10218
10264
|
cadModel?: string | {
|
|
10219
10265
|
stlUrl: string;
|
|
@@ -11042,6 +11088,7 @@ declare class SolderJumper<PinLabels extends string = never> extends NormalCompo
|
|
|
11042
11088
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
11043
11089
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
11044
11090
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
11091
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
11045
11092
|
}, "strip", zod.ZodTypeAny, {
|
|
11046
11093
|
providesPower?: boolean | undefined;
|
|
11047
11094
|
requiresPower?: boolean | undefined;
|
|
@@ -11051,6 +11098,7 @@ declare class SolderJumper<PinLabels extends string = never> extends NormalCompo
|
|
|
11051
11098
|
requiresVoltage?: string | number | undefined;
|
|
11052
11099
|
doNotConnect?: boolean | undefined;
|
|
11053
11100
|
includeInBoardPinout?: boolean | undefined;
|
|
11101
|
+
ratsNestColor?: string | undefined;
|
|
11054
11102
|
}, {
|
|
11055
11103
|
providesPower?: boolean | undefined;
|
|
11056
11104
|
requiresPower?: boolean | undefined;
|
|
@@ -11060,6 +11108,7 @@ declare class SolderJumper<PinLabels extends string = never> extends NormalCompo
|
|
|
11060
11108
|
requiresVoltage?: string | number | undefined;
|
|
11061
11109
|
doNotConnect?: boolean | undefined;
|
|
11062
11110
|
includeInBoardPinout?: boolean | undefined;
|
|
11111
|
+
ratsNestColor?: string | undefined;
|
|
11063
11112
|
}>>>;
|
|
11064
11113
|
} & {
|
|
11065
11114
|
manufacturerPartNumber: zod.ZodOptional<zod.ZodString>;
|
|
@@ -11341,6 +11390,7 @@ declare class SolderJumper<PinLabels extends string = never> extends NormalCompo
|
|
|
11341
11390
|
requiresVoltage?: string | number | undefined;
|
|
11342
11391
|
doNotConnect?: boolean | undefined;
|
|
11343
11392
|
includeInBoardPinout?: boolean | undefined;
|
|
11393
|
+
ratsNestColor?: string | undefined;
|
|
11344
11394
|
}> | undefined;
|
|
11345
11395
|
cadModel?: string | {
|
|
11346
11396
|
stlUrl: string;
|
|
@@ -11587,6 +11637,7 @@ declare class SolderJumper<PinLabels extends string = never> extends NormalCompo
|
|
|
11587
11637
|
requiresVoltage?: string | number | undefined;
|
|
11588
11638
|
doNotConnect?: boolean | undefined;
|
|
11589
11639
|
includeInBoardPinout?: boolean | undefined;
|
|
11640
|
+
ratsNestColor?: string | undefined;
|
|
11590
11641
|
}> | undefined;
|
|
11591
11642
|
cadModel?: string | {
|
|
11592
11643
|
stlUrl: string;
|
|
@@ -12414,6 +12465,7 @@ declare class Led extends NormalComponent<typeof ledProps, PolarizedPassivePorts
|
|
|
12414
12465
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
12415
12466
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
12416
12467
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
12468
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
12417
12469
|
}, "strip", zod.ZodTypeAny, {
|
|
12418
12470
|
providesPower?: boolean | undefined;
|
|
12419
12471
|
requiresPower?: boolean | undefined;
|
|
@@ -12423,6 +12475,7 @@ declare class Led extends NormalComponent<typeof ledProps, PolarizedPassivePorts
|
|
|
12423
12475
|
requiresVoltage?: string | number | undefined;
|
|
12424
12476
|
doNotConnect?: boolean | undefined;
|
|
12425
12477
|
includeInBoardPinout?: boolean | undefined;
|
|
12478
|
+
ratsNestColor?: string | undefined;
|
|
12426
12479
|
}, {
|
|
12427
12480
|
providesPower?: boolean | undefined;
|
|
12428
12481
|
requiresPower?: boolean | undefined;
|
|
@@ -12432,6 +12485,7 @@ declare class Led extends NormalComponent<typeof ledProps, PolarizedPassivePorts
|
|
|
12432
12485
|
requiresVoltage?: string | number | undefined;
|
|
12433
12486
|
doNotConnect?: boolean | undefined;
|
|
12434
12487
|
includeInBoardPinout?: boolean | undefined;
|
|
12488
|
+
ratsNestColor?: string | undefined;
|
|
12435
12489
|
}>>>;
|
|
12436
12490
|
} & {
|
|
12437
12491
|
color: zod.ZodOptional<zod.ZodString>;
|
|
@@ -12478,6 +12532,7 @@ declare class Led extends NormalComponent<typeof ledProps, PolarizedPassivePorts
|
|
|
12478
12532
|
requiresVoltage?: string | number | undefined;
|
|
12479
12533
|
doNotConnect?: boolean | undefined;
|
|
12480
12534
|
includeInBoardPinout?: boolean | undefined;
|
|
12535
|
+
ratsNestColor?: string | undefined;
|
|
12481
12536
|
}> | undefined;
|
|
12482
12537
|
cadModel?: string | {
|
|
12483
12538
|
stlUrl: string;
|
|
@@ -12656,6 +12711,7 @@ declare class Led extends NormalComponent<typeof ledProps, PolarizedPassivePorts
|
|
|
12656
12711
|
requiresVoltage?: string | number | undefined;
|
|
12657
12712
|
doNotConnect?: boolean | undefined;
|
|
12658
12713
|
includeInBoardPinout?: boolean | undefined;
|
|
12714
|
+
ratsNestColor?: string | undefined;
|
|
12659
12715
|
}> | undefined;
|
|
12660
12716
|
cadModel?: string | {
|
|
12661
12717
|
stlUrl: string;
|
|
@@ -13418,6 +13474,7 @@ declare class PowerSource extends NormalComponent<typeof powerSourceProps, Polar
|
|
|
13418
13474
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
13419
13475
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
13420
13476
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
13477
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
13421
13478
|
}, "strip", zod.ZodTypeAny, {
|
|
13422
13479
|
providesPower?: boolean | undefined;
|
|
13423
13480
|
requiresPower?: boolean | undefined;
|
|
@@ -13427,6 +13484,7 @@ declare class PowerSource extends NormalComponent<typeof powerSourceProps, Polar
|
|
|
13427
13484
|
requiresVoltage?: string | number | undefined;
|
|
13428
13485
|
doNotConnect?: boolean | undefined;
|
|
13429
13486
|
includeInBoardPinout?: boolean | undefined;
|
|
13487
|
+
ratsNestColor?: string | undefined;
|
|
13430
13488
|
}, {
|
|
13431
13489
|
providesPower?: boolean | undefined;
|
|
13432
13490
|
requiresPower?: boolean | undefined;
|
|
@@ -13436,6 +13494,7 @@ declare class PowerSource extends NormalComponent<typeof powerSourceProps, Polar
|
|
|
13436
13494
|
requiresVoltage?: string | number | undefined;
|
|
13437
13495
|
doNotConnect?: boolean | undefined;
|
|
13438
13496
|
includeInBoardPinout?: boolean | undefined;
|
|
13497
|
+
ratsNestColor?: string | undefined;
|
|
13439
13498
|
}>>>;
|
|
13440
13499
|
} & {
|
|
13441
13500
|
voltage: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
@@ -13478,6 +13537,7 @@ declare class PowerSource extends NormalComponent<typeof powerSourceProps, Polar
|
|
|
13478
13537
|
requiresVoltage?: string | number | undefined;
|
|
13479
13538
|
doNotConnect?: boolean | undefined;
|
|
13480
13539
|
includeInBoardPinout?: boolean | undefined;
|
|
13540
|
+
ratsNestColor?: string | undefined;
|
|
13481
13541
|
}> | undefined;
|
|
13482
13542
|
cadModel?: string | {
|
|
13483
13543
|
stlUrl: string;
|
|
@@ -13651,6 +13711,7 @@ declare class PowerSource extends NormalComponent<typeof powerSourceProps, Polar
|
|
|
13651
13711
|
requiresVoltage?: string | number | undefined;
|
|
13652
13712
|
doNotConnect?: boolean | undefined;
|
|
13653
13713
|
includeInBoardPinout?: boolean | undefined;
|
|
13714
|
+
ratsNestColor?: string | undefined;
|
|
13654
13715
|
}> | undefined;
|
|
13655
13716
|
cadModel?: string | {
|
|
13656
13717
|
stlUrl: string;
|
|
@@ -14411,6 +14472,7 @@ declare const voltageSourceProps: z.ZodObject<{
|
|
|
14411
14472
|
requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
14412
14473
|
doNotConnect: z.ZodOptional<z.ZodBoolean>;
|
|
14413
14474
|
includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
|
|
14475
|
+
ratsNestColor: z.ZodOptional<z.ZodString>;
|
|
14414
14476
|
}, "strip", z.ZodTypeAny, {
|
|
14415
14477
|
providesPower?: boolean | undefined;
|
|
14416
14478
|
requiresPower?: boolean | undefined;
|
|
@@ -14420,6 +14482,7 @@ declare const voltageSourceProps: z.ZodObject<{
|
|
|
14420
14482
|
requiresVoltage?: string | number | undefined;
|
|
14421
14483
|
doNotConnect?: boolean | undefined;
|
|
14422
14484
|
includeInBoardPinout?: boolean | undefined;
|
|
14485
|
+
ratsNestColor?: string | undefined;
|
|
14423
14486
|
}, {
|
|
14424
14487
|
providesPower?: boolean | undefined;
|
|
14425
14488
|
requiresPower?: boolean | undefined;
|
|
@@ -14429,6 +14492,7 @@ declare const voltageSourceProps: z.ZodObject<{
|
|
|
14429
14492
|
requiresVoltage?: string | number | undefined;
|
|
14430
14493
|
doNotConnect?: boolean | undefined;
|
|
14431
14494
|
includeInBoardPinout?: boolean | undefined;
|
|
14495
|
+
ratsNestColor?: string | undefined;
|
|
14432
14496
|
}>>>;
|
|
14433
14497
|
} & {
|
|
14434
14498
|
voltage: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
@@ -14606,6 +14670,7 @@ declare const voltageSourceProps: z.ZodObject<{
|
|
|
14606
14670
|
requiresVoltage?: string | number | undefined;
|
|
14607
14671
|
doNotConnect?: boolean | undefined;
|
|
14608
14672
|
includeInBoardPinout?: boolean | undefined;
|
|
14673
|
+
ratsNestColor?: string | undefined;
|
|
14609
14674
|
}> | undefined;
|
|
14610
14675
|
peakToPeakVoltage?: number | undefined;
|
|
14611
14676
|
waveShape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
|
|
@@ -14784,6 +14849,7 @@ declare const voltageSourceProps: z.ZodObject<{
|
|
|
14784
14849
|
requiresVoltage?: string | number | undefined;
|
|
14785
14850
|
doNotConnect?: boolean | undefined;
|
|
14786
14851
|
includeInBoardPinout?: boolean | undefined;
|
|
14852
|
+
ratsNestColor?: string | undefined;
|
|
14787
14853
|
}> | undefined;
|
|
14788
14854
|
peakToPeakVoltage?: string | number | undefined;
|
|
14789
14855
|
waveShape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
|
|
@@ -15404,6 +15470,7 @@ declare class VoltageSource extends NormalComponent<typeof voltageSourceProps, "
|
|
|
15404
15470
|
requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
15405
15471
|
doNotConnect: z.ZodOptional<z.ZodBoolean>;
|
|
15406
15472
|
includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
|
|
15473
|
+
ratsNestColor: z.ZodOptional<z.ZodString>;
|
|
15407
15474
|
}, "strip", z.ZodTypeAny, {
|
|
15408
15475
|
providesPower?: boolean | undefined;
|
|
15409
15476
|
requiresPower?: boolean | undefined;
|
|
@@ -15413,6 +15480,7 @@ declare class VoltageSource extends NormalComponent<typeof voltageSourceProps, "
|
|
|
15413
15480
|
requiresVoltage?: string | number | undefined;
|
|
15414
15481
|
doNotConnect?: boolean | undefined;
|
|
15415
15482
|
includeInBoardPinout?: boolean | undefined;
|
|
15483
|
+
ratsNestColor?: string | undefined;
|
|
15416
15484
|
}, {
|
|
15417
15485
|
providesPower?: boolean | undefined;
|
|
15418
15486
|
requiresPower?: boolean | undefined;
|
|
@@ -15422,6 +15490,7 @@ declare class VoltageSource extends NormalComponent<typeof voltageSourceProps, "
|
|
|
15422
15490
|
requiresVoltage?: string | number | undefined;
|
|
15423
15491
|
doNotConnect?: boolean | undefined;
|
|
15424
15492
|
includeInBoardPinout?: boolean | undefined;
|
|
15493
|
+
ratsNestColor?: string | undefined;
|
|
15425
15494
|
}>>>;
|
|
15426
15495
|
} & {
|
|
15427
15496
|
voltage: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
@@ -15599,6 +15668,7 @@ declare class VoltageSource extends NormalComponent<typeof voltageSourceProps, "
|
|
|
15599
15668
|
requiresVoltage?: string | number | undefined;
|
|
15600
15669
|
doNotConnect?: boolean | undefined;
|
|
15601
15670
|
includeInBoardPinout?: boolean | undefined;
|
|
15671
|
+
ratsNestColor?: string | undefined;
|
|
15602
15672
|
}> | undefined;
|
|
15603
15673
|
peakToPeakVoltage?: number | undefined;
|
|
15604
15674
|
waveShape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
|
|
@@ -15777,6 +15847,7 @@ declare class VoltageSource extends NormalComponent<typeof voltageSourceProps, "
|
|
|
15777
15847
|
requiresVoltage?: string | number | undefined;
|
|
15778
15848
|
doNotConnect?: boolean | undefined;
|
|
15779
15849
|
includeInBoardPinout?: boolean | undefined;
|
|
15850
|
+
ratsNestColor?: string | undefined;
|
|
15780
15851
|
}> | undefined;
|
|
15781
15852
|
peakToPeakVoltage?: string | number | undefined;
|
|
15782
15853
|
waveShape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
|
|
@@ -16409,6 +16480,7 @@ declare class Resistor extends NormalComponent<typeof resistorProps, PassivePort
|
|
|
16409
16480
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
16410
16481
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
16411
16482
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
16483
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
16412
16484
|
}, "strip", zod.ZodTypeAny, {
|
|
16413
16485
|
providesPower?: boolean | undefined;
|
|
16414
16486
|
requiresPower?: boolean | undefined;
|
|
@@ -16418,6 +16490,7 @@ declare class Resistor extends NormalComponent<typeof resistorProps, PassivePort
|
|
|
16418
16490
|
requiresVoltage?: string | number | undefined;
|
|
16419
16491
|
doNotConnect?: boolean | undefined;
|
|
16420
16492
|
includeInBoardPinout?: boolean | undefined;
|
|
16493
|
+
ratsNestColor?: string | undefined;
|
|
16421
16494
|
}, {
|
|
16422
16495
|
providesPower?: boolean | undefined;
|
|
16423
16496
|
requiresPower?: boolean | undefined;
|
|
@@ -16427,6 +16500,7 @@ declare class Resistor extends NormalComponent<typeof resistorProps, PassivePort
|
|
|
16427
16500
|
requiresVoltage?: string | number | undefined;
|
|
16428
16501
|
doNotConnect?: boolean | undefined;
|
|
16429
16502
|
includeInBoardPinout?: boolean | undefined;
|
|
16503
|
+
ratsNestColor?: string | undefined;
|
|
16430
16504
|
}>>>;
|
|
16431
16505
|
} & {
|
|
16432
16506
|
resistance: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
@@ -16475,6 +16549,7 @@ declare class Resistor extends NormalComponent<typeof resistorProps, PassivePort
|
|
|
16475
16549
|
requiresVoltage?: string | number | undefined;
|
|
16476
16550
|
doNotConnect?: boolean | undefined;
|
|
16477
16551
|
includeInBoardPinout?: boolean | undefined;
|
|
16552
|
+
ratsNestColor?: string | undefined;
|
|
16478
16553
|
}> | undefined;
|
|
16479
16554
|
cadModel?: string | {
|
|
16480
16555
|
stlUrl: string;
|
|
@@ -16654,6 +16729,7 @@ declare class Resistor extends NormalComponent<typeof resistorProps, PassivePort
|
|
|
16654
16729
|
requiresVoltage?: string | number | undefined;
|
|
16655
16730
|
doNotConnect?: boolean | undefined;
|
|
16656
16731
|
includeInBoardPinout?: boolean | undefined;
|
|
16732
|
+
ratsNestColor?: string | undefined;
|
|
16657
16733
|
}> | undefined;
|
|
16658
16734
|
cadModel?: string | {
|
|
16659
16735
|
stlUrl: string;
|
|
@@ -20648,6 +20724,7 @@ declare class Battery extends NormalComponent<typeof batteryProps, PassivePorts>
|
|
|
20648
20724
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
20649
20725
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
20650
20726
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
20727
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
20651
20728
|
}, "strip", zod.ZodTypeAny, {
|
|
20652
20729
|
providesPower?: boolean | undefined;
|
|
20653
20730
|
requiresPower?: boolean | undefined;
|
|
@@ -20657,6 +20734,7 @@ declare class Battery extends NormalComponent<typeof batteryProps, PassivePorts>
|
|
|
20657
20734
|
requiresVoltage?: string | number | undefined;
|
|
20658
20735
|
doNotConnect?: boolean | undefined;
|
|
20659
20736
|
includeInBoardPinout?: boolean | undefined;
|
|
20737
|
+
ratsNestColor?: string | undefined;
|
|
20660
20738
|
}, {
|
|
20661
20739
|
providesPower?: boolean | undefined;
|
|
20662
20740
|
requiresPower?: boolean | undefined;
|
|
@@ -20666,6 +20744,7 @@ declare class Battery extends NormalComponent<typeof batteryProps, PassivePorts>
|
|
|
20666
20744
|
requiresVoltage?: string | number | undefined;
|
|
20667
20745
|
doNotConnect?: boolean | undefined;
|
|
20668
20746
|
includeInBoardPinout?: boolean | undefined;
|
|
20747
|
+
ratsNestColor?: string | undefined;
|
|
20669
20748
|
}>>>;
|
|
20670
20749
|
} & {
|
|
20671
20750
|
capacity: zod.ZodOptional<zod.ZodEffects<zod.ZodUnion<[zod.ZodNumber, zod.ZodString]>, number, string | number>>;
|
|
@@ -20710,6 +20789,7 @@ declare class Battery extends NormalComponent<typeof batteryProps, PassivePorts>
|
|
|
20710
20789
|
requiresVoltage?: string | number | undefined;
|
|
20711
20790
|
doNotConnect?: boolean | undefined;
|
|
20712
20791
|
includeInBoardPinout?: boolean | undefined;
|
|
20792
|
+
ratsNestColor?: string | undefined;
|
|
20713
20793
|
}> | undefined;
|
|
20714
20794
|
cadModel?: string | {
|
|
20715
20795
|
stlUrl: string;
|
|
@@ -20886,6 +20966,7 @@ declare class Battery extends NormalComponent<typeof batteryProps, PassivePorts>
|
|
|
20886
20966
|
requiresVoltage?: string | number | undefined;
|
|
20887
20967
|
doNotConnect?: boolean | undefined;
|
|
20888
20968
|
includeInBoardPinout?: boolean | undefined;
|
|
20969
|
+
ratsNestColor?: string | undefined;
|
|
20889
20970
|
}> | undefined;
|
|
20890
20971
|
cadModel?: string | {
|
|
20891
20972
|
stlUrl: string;
|
|
@@ -21641,6 +21722,7 @@ declare class PinHeader extends NormalComponent<typeof pinHeaderProps> {
|
|
|
21641
21722
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
21642
21723
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
21643
21724
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
21725
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
21644
21726
|
}, "strip", zod.ZodTypeAny, {
|
|
21645
21727
|
providesPower?: boolean | undefined;
|
|
21646
21728
|
requiresPower?: boolean | undefined;
|
|
@@ -21650,6 +21732,7 @@ declare class PinHeader extends NormalComponent<typeof pinHeaderProps> {
|
|
|
21650
21732
|
requiresVoltage?: string | number | undefined;
|
|
21651
21733
|
doNotConnect?: boolean | undefined;
|
|
21652
21734
|
includeInBoardPinout?: boolean | undefined;
|
|
21735
|
+
ratsNestColor?: string | undefined;
|
|
21653
21736
|
}, {
|
|
21654
21737
|
providesPower?: boolean | undefined;
|
|
21655
21738
|
requiresPower?: boolean | undefined;
|
|
@@ -21659,6 +21742,7 @@ declare class PinHeader extends NormalComponent<typeof pinHeaderProps> {
|
|
|
21659
21742
|
requiresVoltage?: string | number | undefined;
|
|
21660
21743
|
doNotConnect?: boolean | undefined;
|
|
21661
21744
|
includeInBoardPinout?: boolean | undefined;
|
|
21745
|
+
ratsNestColor?: string | undefined;
|
|
21662
21746
|
}>>>;
|
|
21663
21747
|
} & {
|
|
21664
21748
|
pinCount: zod.ZodNumber;
|
|
@@ -21846,6 +21930,7 @@ declare class PinHeader extends NormalComponent<typeof pinHeaderProps> {
|
|
|
21846
21930
|
requiresVoltage?: string | number | undefined;
|
|
21847
21931
|
doNotConnect?: boolean | undefined;
|
|
21848
21932
|
includeInBoardPinout?: boolean | undefined;
|
|
21933
|
+
ratsNestColor?: string | undefined;
|
|
21849
21934
|
}> | undefined;
|
|
21850
21935
|
cadModel?: string | {
|
|
21851
21936
|
stlUrl: string;
|
|
@@ -22070,6 +22155,7 @@ declare class PinHeader extends NormalComponent<typeof pinHeaderProps> {
|
|
|
22070
22155
|
requiresVoltage?: string | number | undefined;
|
|
22071
22156
|
doNotConnect?: boolean | undefined;
|
|
22072
22157
|
includeInBoardPinout?: boolean | undefined;
|
|
22158
|
+
ratsNestColor?: string | undefined;
|
|
22073
22159
|
}> | undefined;
|
|
22074
22160
|
cadModel?: string | {
|
|
22075
22161
|
stlUrl: string;
|
|
@@ -22875,6 +22961,7 @@ declare class Resonator extends NormalComponent<typeof resonatorProps> {
|
|
|
22875
22961
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
22876
22962
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
22877
22963
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
22964
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
22878
22965
|
}, "strip", zod.ZodTypeAny, {
|
|
22879
22966
|
providesPower?: boolean | undefined;
|
|
22880
22967
|
requiresPower?: boolean | undefined;
|
|
@@ -22884,6 +22971,7 @@ declare class Resonator extends NormalComponent<typeof resonatorProps> {
|
|
|
22884
22971
|
requiresVoltage?: string | number | undefined;
|
|
22885
22972
|
doNotConnect?: boolean | undefined;
|
|
22886
22973
|
includeInBoardPinout?: boolean | undefined;
|
|
22974
|
+
ratsNestColor?: string | undefined;
|
|
22887
22975
|
}, {
|
|
22888
22976
|
providesPower?: boolean | undefined;
|
|
22889
22977
|
requiresPower?: boolean | undefined;
|
|
@@ -22893,6 +22981,7 @@ declare class Resonator extends NormalComponent<typeof resonatorProps> {
|
|
|
22893
22981
|
requiresVoltage?: string | number | undefined;
|
|
22894
22982
|
doNotConnect?: boolean | undefined;
|
|
22895
22983
|
includeInBoardPinout?: boolean | undefined;
|
|
22984
|
+
ratsNestColor?: string | undefined;
|
|
22896
22985
|
}>>>;
|
|
22897
22986
|
} & {
|
|
22898
22987
|
frequency: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
@@ -22938,6 +23027,7 @@ declare class Resonator extends NormalComponent<typeof resonatorProps> {
|
|
|
22938
23027
|
requiresVoltage?: string | number | undefined;
|
|
22939
23028
|
doNotConnect?: boolean | undefined;
|
|
22940
23029
|
includeInBoardPinout?: boolean | undefined;
|
|
23030
|
+
ratsNestColor?: string | undefined;
|
|
22941
23031
|
}> | undefined;
|
|
22942
23032
|
cadModel?: string | {
|
|
22943
23033
|
stlUrl: string;
|
|
@@ -23113,6 +23203,7 @@ declare class Resonator extends NormalComponent<typeof resonatorProps> {
|
|
|
23113
23203
|
requiresVoltage?: string | number | undefined;
|
|
23114
23204
|
doNotConnect?: boolean | undefined;
|
|
23115
23205
|
includeInBoardPinout?: boolean | undefined;
|
|
23206
|
+
ratsNestColor?: string | undefined;
|
|
23116
23207
|
}> | undefined;
|
|
23117
23208
|
cadModel?: string | {
|
|
23118
23209
|
stlUrl: string;
|
|
@@ -23866,6 +23957,7 @@ declare class Inductor extends NormalComponent<typeof inductorProps, PassivePort
|
|
|
23866
23957
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
23867
23958
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
23868
23959
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
23960
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
23869
23961
|
}, "strip", zod.ZodTypeAny, {
|
|
23870
23962
|
providesPower?: boolean | undefined;
|
|
23871
23963
|
requiresPower?: boolean | undefined;
|
|
@@ -23875,6 +23967,7 @@ declare class Inductor extends NormalComponent<typeof inductorProps, PassivePort
|
|
|
23875
23967
|
requiresVoltage?: string | number | undefined;
|
|
23876
23968
|
doNotConnect?: boolean | undefined;
|
|
23877
23969
|
includeInBoardPinout?: boolean | undefined;
|
|
23970
|
+
ratsNestColor?: string | undefined;
|
|
23878
23971
|
}, {
|
|
23879
23972
|
providesPower?: boolean | undefined;
|
|
23880
23973
|
requiresPower?: boolean | undefined;
|
|
@@ -23884,6 +23977,7 @@ declare class Inductor extends NormalComponent<typeof inductorProps, PassivePort
|
|
|
23884
23977
|
requiresVoltage?: string | number | undefined;
|
|
23885
23978
|
doNotConnect?: boolean | undefined;
|
|
23886
23979
|
includeInBoardPinout?: boolean | undefined;
|
|
23980
|
+
ratsNestColor?: string | undefined;
|
|
23887
23981
|
}>>>;
|
|
23888
23982
|
} & {
|
|
23889
23983
|
inductance: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
@@ -23929,6 +24023,7 @@ declare class Inductor extends NormalComponent<typeof inductorProps, PassivePort
|
|
|
23929
24023
|
requiresVoltage?: string | number | undefined;
|
|
23930
24024
|
doNotConnect?: boolean | undefined;
|
|
23931
24025
|
includeInBoardPinout?: boolean | undefined;
|
|
24026
|
+
ratsNestColor?: string | undefined;
|
|
23932
24027
|
}> | undefined;
|
|
23933
24028
|
cadModel?: string | {
|
|
23934
24029
|
stlUrl: string;
|
|
@@ -24105,6 +24200,7 @@ declare class Inductor extends NormalComponent<typeof inductorProps, PassivePort
|
|
|
24105
24200
|
requiresVoltage?: string | number | undefined;
|
|
24106
24201
|
doNotConnect?: boolean | undefined;
|
|
24107
24202
|
includeInBoardPinout?: boolean | undefined;
|
|
24203
|
+
ratsNestColor?: string | undefined;
|
|
24108
24204
|
}> | undefined;
|
|
24109
24205
|
cadModel?: string | {
|
|
24110
24206
|
stlUrl: string;
|
|
@@ -24860,6 +24956,7 @@ declare class Potentiometer extends NormalComponent<typeof potentiometerProps> {
|
|
|
24860
24956
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
24861
24957
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
24862
24958
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
24959
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
24863
24960
|
}, "strip", zod.ZodTypeAny, {
|
|
24864
24961
|
providesPower?: boolean | undefined;
|
|
24865
24962
|
requiresPower?: boolean | undefined;
|
|
@@ -24869,6 +24966,7 @@ declare class Potentiometer extends NormalComponent<typeof potentiometerProps> {
|
|
|
24869
24966
|
requiresVoltage?: string | number | undefined;
|
|
24870
24967
|
doNotConnect?: boolean | undefined;
|
|
24871
24968
|
includeInBoardPinout?: boolean | undefined;
|
|
24969
|
+
ratsNestColor?: string | undefined;
|
|
24872
24970
|
}, {
|
|
24873
24971
|
providesPower?: boolean | undefined;
|
|
24874
24972
|
requiresPower?: boolean | undefined;
|
|
@@ -24878,6 +24976,7 @@ declare class Potentiometer extends NormalComponent<typeof potentiometerProps> {
|
|
|
24878
24976
|
requiresVoltage?: string | number | undefined;
|
|
24879
24977
|
doNotConnect?: boolean | undefined;
|
|
24880
24978
|
includeInBoardPinout?: boolean | undefined;
|
|
24979
|
+
ratsNestColor?: string | undefined;
|
|
24881
24980
|
}>>>;
|
|
24882
24981
|
} & {
|
|
24883
24982
|
maxResistance: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
@@ -24921,6 +25020,7 @@ declare class Potentiometer extends NormalComponent<typeof potentiometerProps> {
|
|
|
24921
25020
|
requiresVoltage?: string | number | undefined;
|
|
24922
25021
|
doNotConnect?: boolean | undefined;
|
|
24923
25022
|
includeInBoardPinout?: boolean | undefined;
|
|
25023
|
+
ratsNestColor?: string | undefined;
|
|
24924
25024
|
}> | undefined;
|
|
24925
25025
|
cadModel?: string | {
|
|
24926
25026
|
stlUrl: string;
|
|
@@ -25095,6 +25195,7 @@ declare class Potentiometer extends NormalComponent<typeof potentiometerProps> {
|
|
|
25095
25195
|
requiresVoltage?: string | number | undefined;
|
|
25096
25196
|
doNotConnect?: boolean | undefined;
|
|
25097
25197
|
includeInBoardPinout?: boolean | undefined;
|
|
25198
|
+
ratsNestColor?: string | undefined;
|
|
25098
25199
|
}> | undefined;
|
|
25099
25200
|
cadModel?: string | {
|
|
25100
25201
|
stlUrl: string;
|
|
@@ -25847,6 +25948,7 @@ declare class PushButton extends NormalComponent<typeof pushButtonProps, Passive
|
|
|
25847
25948
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
25848
25949
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
25849
25950
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
25951
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
25850
25952
|
}, "strip", zod.ZodTypeAny, {
|
|
25851
25953
|
providesPower?: boolean | undefined;
|
|
25852
25954
|
requiresPower?: boolean | undefined;
|
|
@@ -25856,6 +25958,7 @@ declare class PushButton extends NormalComponent<typeof pushButtonProps, Passive
|
|
|
25856
25958
|
requiresVoltage?: string | number | undefined;
|
|
25857
25959
|
doNotConnect?: boolean | undefined;
|
|
25858
25960
|
includeInBoardPinout?: boolean | undefined;
|
|
25961
|
+
ratsNestColor?: string | undefined;
|
|
25859
25962
|
}, {
|
|
25860
25963
|
providesPower?: boolean | undefined;
|
|
25861
25964
|
requiresPower?: boolean | undefined;
|
|
@@ -25865,6 +25968,7 @@ declare class PushButton extends NormalComponent<typeof pushButtonProps, Passive
|
|
|
25865
25968
|
requiresVoltage?: string | number | undefined;
|
|
25866
25969
|
doNotConnect?: boolean | undefined;
|
|
25867
25970
|
includeInBoardPinout?: boolean | undefined;
|
|
25971
|
+
ratsNestColor?: string | undefined;
|
|
25868
25972
|
}>>>;
|
|
25869
25973
|
} & {
|
|
25870
25974
|
manufacturerPartNumber: zod.ZodOptional<zod.ZodString>;
|
|
@@ -26154,6 +26258,7 @@ declare class PushButton extends NormalComponent<typeof pushButtonProps, Passive
|
|
|
26154
26258
|
requiresVoltage?: string | number | undefined;
|
|
26155
26259
|
doNotConnect?: boolean | undefined;
|
|
26156
26260
|
includeInBoardPinout?: boolean | undefined;
|
|
26261
|
+
ratsNestColor?: string | undefined;
|
|
26157
26262
|
}> | undefined;
|
|
26158
26263
|
cadModel?: string | {
|
|
26159
26264
|
stlUrl: string;
|
|
@@ -26403,6 +26508,7 @@ declare class PushButton extends NormalComponent<typeof pushButtonProps, Passive
|
|
|
26403
26508
|
requiresVoltage?: string | number | undefined;
|
|
26404
26509
|
doNotConnect?: boolean | undefined;
|
|
26405
26510
|
includeInBoardPinout?: boolean | undefined;
|
|
26511
|
+
ratsNestColor?: string | undefined;
|
|
26406
26512
|
}> | undefined;
|
|
26407
26513
|
cadModel?: string | {
|
|
26408
26514
|
stlUrl: string;
|
|
@@ -27232,6 +27338,7 @@ declare class Crystal extends NormalComponent<typeof crystalProps, PolarizedPass
|
|
|
27232
27338
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
27233
27339
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
27234
27340
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
27341
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
27235
27342
|
}, "strip", zod.ZodTypeAny, {
|
|
27236
27343
|
providesPower?: boolean | undefined;
|
|
27237
27344
|
requiresPower?: boolean | undefined;
|
|
@@ -27241,6 +27348,7 @@ declare class Crystal extends NormalComponent<typeof crystalProps, PolarizedPass
|
|
|
27241
27348
|
requiresVoltage?: string | number | undefined;
|
|
27242
27349
|
doNotConnect?: boolean | undefined;
|
|
27243
27350
|
includeInBoardPinout?: boolean | undefined;
|
|
27351
|
+
ratsNestColor?: string | undefined;
|
|
27244
27352
|
}, {
|
|
27245
27353
|
providesPower?: boolean | undefined;
|
|
27246
27354
|
requiresPower?: boolean | undefined;
|
|
@@ -27250,6 +27358,7 @@ declare class Crystal extends NormalComponent<typeof crystalProps, PolarizedPass
|
|
|
27250
27358
|
requiresVoltage?: string | number | undefined;
|
|
27251
27359
|
doNotConnect?: boolean | undefined;
|
|
27252
27360
|
includeInBoardPinout?: boolean | undefined;
|
|
27361
|
+
ratsNestColor?: string | undefined;
|
|
27253
27362
|
}>>>;
|
|
27254
27363
|
} & {
|
|
27255
27364
|
frequency: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
@@ -27299,6 +27408,7 @@ declare class Crystal extends NormalComponent<typeof crystalProps, PolarizedPass
|
|
|
27299
27408
|
requiresVoltage?: string | number | undefined;
|
|
27300
27409
|
doNotConnect?: boolean | undefined;
|
|
27301
27410
|
includeInBoardPinout?: boolean | undefined;
|
|
27411
|
+
ratsNestColor?: string | undefined;
|
|
27302
27412
|
}> | undefined;
|
|
27303
27413
|
cadModel?: string | {
|
|
27304
27414
|
stlUrl: string;
|
|
@@ -27478,6 +27588,7 @@ declare class Crystal extends NormalComponent<typeof crystalProps, PolarizedPass
|
|
|
27478
27588
|
requiresVoltage?: string | number | undefined;
|
|
27479
27589
|
doNotConnect?: boolean | undefined;
|
|
27480
27590
|
includeInBoardPinout?: boolean | undefined;
|
|
27591
|
+
ratsNestColor?: string | undefined;
|
|
27481
27592
|
}> | undefined;
|
|
27482
27593
|
cadModel?: string | {
|
|
27483
27594
|
stlUrl: string;
|
|
@@ -28235,6 +28346,7 @@ declare class Transistor extends NormalComponent<typeof transistorProps, Transis
|
|
|
28235
28346
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
28236
28347
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
28237
28348
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
28349
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
28238
28350
|
}, "strip", zod.ZodTypeAny, {
|
|
28239
28351
|
providesPower?: boolean | undefined;
|
|
28240
28352
|
requiresPower?: boolean | undefined;
|
|
@@ -28244,6 +28356,7 @@ declare class Transistor extends NormalComponent<typeof transistorProps, Transis
|
|
|
28244
28356
|
requiresVoltage?: string | number | undefined;
|
|
28245
28357
|
doNotConnect?: boolean | undefined;
|
|
28246
28358
|
includeInBoardPinout?: boolean | undefined;
|
|
28359
|
+
ratsNestColor?: string | undefined;
|
|
28247
28360
|
}, {
|
|
28248
28361
|
providesPower?: boolean | undefined;
|
|
28249
28362
|
requiresPower?: boolean | undefined;
|
|
@@ -28253,6 +28366,7 @@ declare class Transistor extends NormalComponent<typeof transistorProps, Transis
|
|
|
28253
28366
|
requiresVoltage?: string | number | undefined;
|
|
28254
28367
|
doNotConnect?: boolean | undefined;
|
|
28255
28368
|
includeInBoardPinout?: boolean | undefined;
|
|
28369
|
+
ratsNestColor?: string | undefined;
|
|
28256
28370
|
}>>>;
|
|
28257
28371
|
} & {
|
|
28258
28372
|
type: zod.ZodEnum<["npn", "pnp", "bjt", "jfet", "mosfet", "igbt"]>;
|
|
@@ -28296,6 +28410,7 @@ declare class Transistor extends NormalComponent<typeof transistorProps, Transis
|
|
|
28296
28410
|
requiresVoltage?: string | number | undefined;
|
|
28297
28411
|
doNotConnect?: boolean | undefined;
|
|
28298
28412
|
includeInBoardPinout?: boolean | undefined;
|
|
28413
|
+
ratsNestColor?: string | undefined;
|
|
28299
28414
|
}> | undefined;
|
|
28300
28415
|
cadModel?: string | {
|
|
28301
28416
|
stlUrl: string;
|
|
@@ -28470,6 +28585,7 @@ declare class Transistor extends NormalComponent<typeof transistorProps, Transis
|
|
|
28470
28585
|
requiresVoltage?: string | number | undefined;
|
|
28471
28586
|
doNotConnect?: boolean | undefined;
|
|
28472
28587
|
includeInBoardPinout?: boolean | undefined;
|
|
28588
|
+
ratsNestColor?: string | undefined;
|
|
28473
28589
|
}> | undefined;
|
|
28474
28590
|
cadModel?: string | {
|
|
28475
28591
|
stlUrl: string;
|
|
@@ -29228,6 +29344,7 @@ declare class Mosfet extends NormalComponent<typeof mosfetProps> {
|
|
|
29228
29344
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
29229
29345
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
29230
29346
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
29347
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
29231
29348
|
}, "strip", zod.ZodTypeAny, {
|
|
29232
29349
|
providesPower?: boolean | undefined;
|
|
29233
29350
|
requiresPower?: boolean | undefined;
|
|
@@ -29237,6 +29354,7 @@ declare class Mosfet extends NormalComponent<typeof mosfetProps> {
|
|
|
29237
29354
|
requiresVoltage?: string | number | undefined;
|
|
29238
29355
|
doNotConnect?: boolean | undefined;
|
|
29239
29356
|
includeInBoardPinout?: boolean | undefined;
|
|
29357
|
+
ratsNestColor?: string | undefined;
|
|
29240
29358
|
}, {
|
|
29241
29359
|
providesPower?: boolean | undefined;
|
|
29242
29360
|
requiresPower?: boolean | undefined;
|
|
@@ -29246,6 +29364,7 @@ declare class Mosfet extends NormalComponent<typeof mosfetProps> {
|
|
|
29246
29364
|
requiresVoltage?: string | number | undefined;
|
|
29247
29365
|
doNotConnect?: boolean | undefined;
|
|
29248
29366
|
includeInBoardPinout?: boolean | undefined;
|
|
29367
|
+
ratsNestColor?: string | undefined;
|
|
29249
29368
|
}>>>;
|
|
29250
29369
|
} & {
|
|
29251
29370
|
channelType: zod.ZodEnum<["n", "p"]>;
|
|
@@ -29290,6 +29409,7 @@ declare class Mosfet extends NormalComponent<typeof mosfetProps> {
|
|
|
29290
29409
|
requiresVoltage?: string | number | undefined;
|
|
29291
29410
|
doNotConnect?: boolean | undefined;
|
|
29292
29411
|
includeInBoardPinout?: boolean | undefined;
|
|
29412
|
+
ratsNestColor?: string | undefined;
|
|
29293
29413
|
}> | undefined;
|
|
29294
29414
|
cadModel?: string | {
|
|
29295
29415
|
stlUrl: string;
|
|
@@ -29464,6 +29584,7 @@ declare class Mosfet extends NormalComponent<typeof mosfetProps> {
|
|
|
29464
29584
|
requiresVoltage?: string | number | undefined;
|
|
29465
29585
|
doNotConnect?: boolean | undefined;
|
|
29466
29586
|
includeInBoardPinout?: boolean | undefined;
|
|
29587
|
+
ratsNestColor?: string | undefined;
|
|
29467
29588
|
}> | undefined;
|
|
29468
29589
|
cadModel?: string | {
|
|
29469
29590
|
stlUrl: string;
|
|
@@ -30215,6 +30336,7 @@ declare class Switch extends NormalComponent<typeof switchProps> {
|
|
|
30215
30336
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
30216
30337
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
30217
30338
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
30339
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
30218
30340
|
}, "strip", zod.ZodTypeAny, {
|
|
30219
30341
|
providesPower?: boolean | undefined;
|
|
30220
30342
|
requiresPower?: boolean | undefined;
|
|
@@ -30224,6 +30346,7 @@ declare class Switch extends NormalComponent<typeof switchProps> {
|
|
|
30224
30346
|
requiresVoltage?: string | number | undefined;
|
|
30225
30347
|
doNotConnect?: boolean | undefined;
|
|
30226
30348
|
includeInBoardPinout?: boolean | undefined;
|
|
30349
|
+
ratsNestColor?: string | undefined;
|
|
30227
30350
|
}, {
|
|
30228
30351
|
providesPower?: boolean | undefined;
|
|
30229
30352
|
requiresPower?: boolean | undefined;
|
|
@@ -30233,6 +30356,7 @@ declare class Switch extends NormalComponent<typeof switchProps> {
|
|
|
30233
30356
|
requiresVoltage?: string | number | undefined;
|
|
30234
30357
|
doNotConnect?: boolean | undefined;
|
|
30235
30358
|
includeInBoardPinout?: boolean | undefined;
|
|
30359
|
+
ratsNestColor?: string | undefined;
|
|
30236
30360
|
}>>>;
|
|
30237
30361
|
} & {
|
|
30238
30362
|
type: zod.ZodOptional<zod.ZodEnum<["spst", "spdt", "dpst", "dpdt"]>>;
|
|
@@ -30281,6 +30405,7 @@ declare class Switch extends NormalComponent<typeof switchProps> {
|
|
|
30281
30405
|
requiresVoltage?: string | number | undefined;
|
|
30282
30406
|
doNotConnect?: boolean | undefined;
|
|
30283
30407
|
includeInBoardPinout?: boolean | undefined;
|
|
30408
|
+
ratsNestColor?: string | undefined;
|
|
30284
30409
|
}> | undefined;
|
|
30285
30410
|
cadModel?: string | {
|
|
30286
30411
|
stlUrl: string;
|
|
@@ -30458,6 +30583,7 @@ declare class Switch extends NormalComponent<typeof switchProps> {
|
|
|
30458
30583
|
requiresVoltage?: string | number | undefined;
|
|
30459
30584
|
doNotConnect?: boolean | undefined;
|
|
30460
30585
|
includeInBoardPinout?: boolean | undefined;
|
|
30586
|
+
ratsNestColor?: string | undefined;
|
|
30461
30587
|
}> | undefined;
|
|
30462
30588
|
cadModel?: string | {
|
|
30463
30589
|
stlUrl: string;
|
|
@@ -30636,6 +30762,7 @@ declare class Switch extends NormalComponent<typeof switchProps> {
|
|
|
30636
30762
|
requiresVoltage?: string | number | undefined;
|
|
30637
30763
|
doNotConnect?: boolean | undefined;
|
|
30638
30764
|
includeInBoardPinout?: boolean | undefined;
|
|
30765
|
+
ratsNestColor?: string | undefined;
|
|
30639
30766
|
}> | undefined;
|
|
30640
30767
|
cadModel?: string | {
|
|
30641
30768
|
stlUrl: string;
|
|
@@ -31391,6 +31518,7 @@ declare class TestPoint extends NormalComponent<typeof testpointProps> {
|
|
|
31391
31518
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
31392
31519
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
31393
31520
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
31521
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
31394
31522
|
}, "strip", zod.ZodTypeAny, {
|
|
31395
31523
|
providesPower?: boolean | undefined;
|
|
31396
31524
|
requiresPower?: boolean | undefined;
|
|
@@ -31400,6 +31528,7 @@ declare class TestPoint extends NormalComponent<typeof testpointProps> {
|
|
|
31400
31528
|
requiresVoltage?: string | number | undefined;
|
|
31401
31529
|
doNotConnect?: boolean | undefined;
|
|
31402
31530
|
includeInBoardPinout?: boolean | undefined;
|
|
31531
|
+
ratsNestColor?: string | undefined;
|
|
31403
31532
|
}, {
|
|
31404
31533
|
providesPower?: boolean | undefined;
|
|
31405
31534
|
requiresPower?: boolean | undefined;
|
|
@@ -31409,6 +31538,7 @@ declare class TestPoint extends NormalComponent<typeof testpointProps> {
|
|
|
31409
31538
|
requiresVoltage?: string | number | undefined;
|
|
31410
31539
|
doNotConnect?: boolean | undefined;
|
|
31411
31540
|
includeInBoardPinout?: boolean | undefined;
|
|
31541
|
+
ratsNestColor?: string | undefined;
|
|
31412
31542
|
}>>>;
|
|
31413
31543
|
} & {
|
|
31414
31544
|
footprintVariant: zod.ZodOptional<zod.ZodEnum<["pad", "through_hole"]>>;
|
|
@@ -31456,6 +31586,7 @@ declare class TestPoint extends NormalComponent<typeof testpointProps> {
|
|
|
31456
31586
|
requiresVoltage?: string | number | undefined;
|
|
31457
31587
|
doNotConnect?: boolean | undefined;
|
|
31458
31588
|
includeInBoardPinout?: boolean | undefined;
|
|
31589
|
+
ratsNestColor?: string | undefined;
|
|
31459
31590
|
}> | undefined;
|
|
31460
31591
|
cadModel?: string | {
|
|
31461
31592
|
stlUrl: string;
|
|
@@ -31633,6 +31764,7 @@ declare class TestPoint extends NormalComponent<typeof testpointProps> {
|
|
|
31633
31764
|
requiresVoltage?: string | number | undefined;
|
|
31634
31765
|
doNotConnect?: boolean | undefined;
|
|
31635
31766
|
includeInBoardPinout?: boolean | undefined;
|
|
31767
|
+
ratsNestColor?: string | undefined;
|
|
31636
31768
|
}> | undefined;
|
|
31637
31769
|
cadModel?: string | {
|
|
31638
31770
|
stlUrl: string;
|
|
@@ -31810,6 +31942,7 @@ declare class TestPoint extends NormalComponent<typeof testpointProps> {
|
|
|
31810
31942
|
requiresVoltage?: string | number | undefined;
|
|
31811
31943
|
doNotConnect?: boolean | undefined;
|
|
31812
31944
|
includeInBoardPinout?: boolean | undefined;
|
|
31945
|
+
ratsNestColor?: string | undefined;
|
|
31813
31946
|
}> | undefined;
|
|
31814
31947
|
cadModel?: string | {
|
|
31815
31948
|
stlUrl: string;
|
|
@@ -31987,6 +32120,7 @@ declare class TestPoint extends NormalComponent<typeof testpointProps> {
|
|
|
31987
32120
|
requiresVoltage?: string | number | undefined;
|
|
31988
32121
|
doNotConnect?: boolean | undefined;
|
|
31989
32122
|
includeInBoardPinout?: boolean | undefined;
|
|
32123
|
+
ratsNestColor?: string | undefined;
|
|
31990
32124
|
}> | undefined;
|
|
31991
32125
|
cadModel?: string | {
|
|
31992
32126
|
stlUrl: string;
|
|
@@ -32166,6 +32300,95 @@ declare class SchematicText extends PrimitiveComponent<typeof schematicTextProps
|
|
|
32166
32300
|
doInitialSchematicPrimitiveRender(): void;
|
|
32167
32301
|
}
|
|
32168
32302
|
|
|
32303
|
+
declare class SchematicLine extends PrimitiveComponent<typeof schematicLineProps> {
|
|
32304
|
+
isSchematicPrimitive: boolean;
|
|
32305
|
+
get config(): {
|
|
32306
|
+
componentName: string;
|
|
32307
|
+
zodProps: zod.ZodObject<{
|
|
32308
|
+
x1: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
32309
|
+
y1: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
32310
|
+
x2: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
32311
|
+
y2: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
32312
|
+
strokeWidth: zod.ZodOptional<zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>>;
|
|
32313
|
+
color: zod.ZodDefault<zod.ZodOptional<zod.ZodString>>;
|
|
32314
|
+
isDashed: zod.ZodDefault<zod.ZodOptional<zod.ZodBoolean>>;
|
|
32315
|
+
}, "strip", zod.ZodTypeAny, {
|
|
32316
|
+
color: string;
|
|
32317
|
+
isDashed: boolean;
|
|
32318
|
+
x1: number;
|
|
32319
|
+
y1: number;
|
|
32320
|
+
x2: number;
|
|
32321
|
+
y2: number;
|
|
32322
|
+
strokeWidth?: number | undefined;
|
|
32323
|
+
}, {
|
|
32324
|
+
x1: string | number;
|
|
32325
|
+
y1: string | number;
|
|
32326
|
+
x2: string | number;
|
|
32327
|
+
y2: string | number;
|
|
32328
|
+
strokeWidth?: string | number | undefined;
|
|
32329
|
+
color?: string | undefined;
|
|
32330
|
+
isDashed?: boolean | undefined;
|
|
32331
|
+
}>;
|
|
32332
|
+
};
|
|
32333
|
+
schematic_line_id?: string;
|
|
32334
|
+
doInitialSchematicPrimitiveRender(): void;
|
|
32335
|
+
}
|
|
32336
|
+
|
|
32337
|
+
declare class SchematicRect extends PrimitiveComponent<typeof schematicRectProps> {
|
|
32338
|
+
isSchematicPrimitive: boolean;
|
|
32339
|
+
get config(): {
|
|
32340
|
+
componentName: string;
|
|
32341
|
+
zodProps: zod.ZodObject<{
|
|
32342
|
+
center: zod.ZodObject<{
|
|
32343
|
+
x: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
32344
|
+
y: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
32345
|
+
}, "strip", zod.ZodTypeAny, {
|
|
32346
|
+
x: number;
|
|
32347
|
+
y: number;
|
|
32348
|
+
}, {
|
|
32349
|
+
x: string | number;
|
|
32350
|
+
y: string | number;
|
|
32351
|
+
}>;
|
|
32352
|
+
width: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
32353
|
+
height: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
32354
|
+
rotation: zod.ZodDefault<zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>>;
|
|
32355
|
+
strokeWidth: zod.ZodOptional<zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>>;
|
|
32356
|
+
color: zod.ZodDefault<zod.ZodOptional<zod.ZodString>>;
|
|
32357
|
+
isFilled: zod.ZodDefault<zod.ZodOptional<zod.ZodBoolean>>;
|
|
32358
|
+
fillColor: zod.ZodOptional<zod.ZodString>;
|
|
32359
|
+
isDashed: zod.ZodDefault<zod.ZodOptional<zod.ZodBoolean>>;
|
|
32360
|
+
}, "strip", zod.ZodTypeAny, {
|
|
32361
|
+
center: {
|
|
32362
|
+
x: number;
|
|
32363
|
+
y: number;
|
|
32364
|
+
};
|
|
32365
|
+
width: number;
|
|
32366
|
+
height: number;
|
|
32367
|
+
color: string;
|
|
32368
|
+
isDashed: boolean;
|
|
32369
|
+
isFilled: boolean;
|
|
32370
|
+
rotation: number;
|
|
32371
|
+
strokeWidth?: number | undefined;
|
|
32372
|
+
fillColor?: string | undefined;
|
|
32373
|
+
}, {
|
|
32374
|
+
center: {
|
|
32375
|
+
x: string | number;
|
|
32376
|
+
y: string | number;
|
|
32377
|
+
};
|
|
32378
|
+
width: string | number;
|
|
32379
|
+
height: string | number;
|
|
32380
|
+
strokeWidth?: string | number | undefined;
|
|
32381
|
+
color?: string | undefined;
|
|
32382
|
+
isDashed?: boolean | undefined;
|
|
32383
|
+
isFilled?: boolean | undefined;
|
|
32384
|
+
fillColor?: string | undefined;
|
|
32385
|
+
rotation?: string | number | undefined;
|
|
32386
|
+
}>;
|
|
32387
|
+
};
|
|
32388
|
+
schematic_rect_id?: string;
|
|
32389
|
+
doInitialSchematicPrimitiveRender(): void;
|
|
32390
|
+
}
|
|
32391
|
+
|
|
32169
32392
|
declare class SchematicBox extends PrimitiveComponent<typeof schematicBoxProps> {
|
|
32170
32393
|
isSchematicPrimitive: boolean;
|
|
32171
32394
|
get config(): {
|
|
@@ -32382,6 +32605,20 @@ declare class SchematicCell extends PrimitiveComponent<typeof schematicCellProps
|
|
|
32382
32605
|
};
|
|
32383
32606
|
}
|
|
32384
32607
|
|
|
32608
|
+
declare class SymbolComponent extends PrimitiveComponent<typeof symbolProps> {
|
|
32609
|
+
isPrimitiveContainer: boolean;
|
|
32610
|
+
get config(): {
|
|
32611
|
+
componentName: string;
|
|
32612
|
+
zodProps: zod.ZodObject<{
|
|
32613
|
+
originalFacingDirection: zod.ZodOptional<zod.ZodDefault<zod.ZodEnum<["up", "down", "left", "right"]>>>;
|
|
32614
|
+
}, "strip", zod.ZodTypeAny, {
|
|
32615
|
+
originalFacingDirection?: "up" | "down" | "left" | "right" | undefined;
|
|
32616
|
+
}, {
|
|
32617
|
+
originalFacingDirection?: "up" | "down" | "left" | "right" | undefined;
|
|
32618
|
+
}>;
|
|
32619
|
+
};
|
|
32620
|
+
}
|
|
32621
|
+
|
|
32385
32622
|
declare const useRenderedCircuit: (reactElements: react__default.ReactElement) => {
|
|
32386
32623
|
isLoading: boolean;
|
|
32387
32624
|
error?: Error | null;
|
|
@@ -32445,6 +32682,7 @@ declare const useLed: <PropsFromHook extends Omit<{
|
|
|
32445
32682
|
requiresVoltage?: string | number | undefined;
|
|
32446
32683
|
doNotConnect?: boolean | undefined;
|
|
32447
32684
|
includeInBoardPinout?: boolean | undefined;
|
|
32685
|
+
ratsNestColor?: string | undefined;
|
|
32448
32686
|
}> | undefined;
|
|
32449
32687
|
cadModel?: string | {
|
|
32450
32688
|
stlUrl: string;
|
|
@@ -32623,6 +32861,7 @@ declare const useLed: <PropsFromHook extends Omit<{
|
|
|
32623
32861
|
requiresVoltage?: string | number | undefined;
|
|
32624
32862
|
doNotConnect?: boolean | undefined;
|
|
32625
32863
|
includeInBoardPinout?: boolean | undefined;
|
|
32864
|
+
ratsNestColor?: string | undefined;
|
|
32626
32865
|
}> | undefined;
|
|
32627
32866
|
cadModel?: string | {
|
|
32628
32867
|
stlUrl: string;
|
|
@@ -32954,6 +33193,7 @@ interface TscircuitElements {
|
|
|
32954
33193
|
via: _tscircuit_props.ViaProps;
|
|
32955
33194
|
schematicbox: _tscircuit_props.SchematicBoxProps;
|
|
32956
33195
|
schematicline: _tscircuit_props.SchematicLineProps;
|
|
33196
|
+
schematicrect: _tscircuit_props.SchematicRectProps;
|
|
32957
33197
|
schematicpath: _tscircuit_props.SchematicPathProps;
|
|
32958
33198
|
schematictext: _tscircuit_props.SchematicTextProps;
|
|
32959
33199
|
schematictable: _tscircuit_props.SchematicTableProps;
|
|
@@ -33014,4 +33254,4 @@ declare module "react/jsx-runtime" {
|
|
|
33014
33254
|
}
|
|
33015
33255
|
}
|
|
33016
33256
|
|
|
33017
|
-
export { type AsyncEffect, type AutorouterCompleteEvent, type AutorouterErrorEvent, type AutorouterEvent, type AutorouterProgressEvent, type AutoroutingEndEvent, type AutoroutingErrorEvent, type AutoroutingProgressEvent, type AutoroutingStartEvent, Battery, Board, Breakout, BreakoutPoint, CadAssembly, CadModel, Capacitor, Chip, Circuit, type ComponentWithPins, Constraint, CopperPour, Crystal, Cutout, type DebugLogOutputEvent, Diode, FabricationNotePath, FabricationNoteText, Footprint, Fuse, type GenericConnectionsAndSelectorsSel, type GenericLocalAutorouter, Group, Hole, type IRenderable, Inductor, Jumper, Keepout, Led, type LocalCacheEngine, Mosfet, Net, NetLabel, NormalComponent, type Obstacle, PcbTrace, PinHeader, type PinLabelSpec, Pinout, PlatedHole, Port, Potentiometer, PowerSource, PrimitiveComponent, Project, PushButton, type RenderPhase, type RenderPhaseFn, type RenderPhaseFunctions, type RenderPhaseStates, Renderable, Resistor, Resonator, RootCircuit, type RootCircuitEventName, SchematicBox, SchematicCell, SchematicRow, SchematicTable, SchematicText, type Sel, SilkscreenCircle, SilkscreenLine, SilkscreenPath, SilkscreenRect, SilkscreenText, type SimpleRouteConnection, type SimpleRouteJson, type SimplifiedPcbTrace, SmtPad, SolderJumper, Subcircuit, Switch, TestPoint, Trace, TraceHint, Transistor, Via, VoltageSource, applyEditEvents, applyEditEventsToManualEditsFile, applyPcbEditEventsToManualEditsFile, applySchematicEditEventsToManualEditsFile, createUseComponent, getPhaseTimingsFromRenderEvents, getSimpleRouteJsonFromCircuitJson, normalizePinLabels, orderedRenderPhases, sel, useCapacitor, useChip, useDiode, useLed, useRenderedCircuit, useResistor };
|
|
33257
|
+
export { type AsyncEffect, type AutorouterCompleteEvent, type AutorouterErrorEvent, type AutorouterEvent, type AutorouterProgressEvent, type AutoroutingEndEvent, type AutoroutingErrorEvent, type AutoroutingProgressEvent, type AutoroutingStartEvent, Battery, Board, Breakout, BreakoutPoint, CadAssembly, CadModel, Capacitor, Chip, Circuit, type ComponentWithPins, Constraint, CopperPour, Crystal, Cutout, type DebugLogOutputEvent, Diode, FabricationNotePath, FabricationNoteText, Footprint, Fuse, type GenericConnectionsAndSelectorsSel, type GenericLocalAutorouter, Group, Hole, type IRenderable, Inductor, Jumper, Keepout, Led, type LocalCacheEngine, Mosfet, Net, NetLabel, NormalComponent, type Obstacle, PcbTrace, PinHeader, type PinLabelSpec, Pinout, PlatedHole, Port, Potentiometer, PowerSource, PrimitiveComponent, Project, PushButton, type RenderPhase, type RenderPhaseFn, type RenderPhaseFunctions, type RenderPhaseStates, Renderable, Resistor, Resonator, RootCircuit, type RootCircuitEventName, SchematicBox, SchematicCell, SchematicLine, SchematicRect, SchematicRow, SchematicTable, SchematicText, type Sel, SilkscreenCircle, SilkscreenLine, SilkscreenPath, SilkscreenRect, SilkscreenText, type SimpleRouteConnection, type SimpleRouteJson, type SimplifiedPcbTrace, SmtPad, SolderJumper, Subcircuit, Switch, SymbolComponent as Symbol, TestPoint, Trace, TraceHint, Transistor, Via, VoltageSource, applyEditEvents, applyEditEventsToManualEditsFile, applyPcbEditEventsToManualEditsFile, applySchematicEditEventsToManualEditsFile, createUseComponent, getPhaseTimingsFromRenderEvents, getSimpleRouteJsonFromCircuitJson, normalizePinLabels, orderedRenderPhases, sel, useCapacitor, useChip, useDiode, useLed, useRenderedCircuit, useResistor };
|