@tscircuit/core 0.0.735 → 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 +244 -3
- package/dist/index.js +224 -42
- 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?: {
|
|
@@ -924,6 +930,7 @@ declare class Port extends PrimitiveComponent<typeof portProps> {
|
|
|
924
930
|
constructor(props: z.input<typeof portProps>, opts?: {
|
|
925
931
|
originDescription?: string;
|
|
926
932
|
});
|
|
933
|
+
_isBoardPinoutFromAttributes(): boolean | undefined;
|
|
927
934
|
_getGlobalPcbPositionBeforeLayout(): {
|
|
928
935
|
x: number;
|
|
929
936
|
y: number;
|
|
@@ -1088,6 +1095,7 @@ declare class NormalComponent<ZodProps extends z.ZodType = any, PortNames extend
|
|
|
1088
1095
|
_getSchematicSymbolDisplayValue(): string | undefined;
|
|
1089
1096
|
_getInternallyConnectedPins(): Port[][];
|
|
1090
1097
|
_doInitialSchematicComponentRenderWithSymbol(): void;
|
|
1098
|
+
_doInitialSchematicComponentRenderWithReactSymbol(symbolElement: ReactElement): void;
|
|
1091
1099
|
_doInitialSchematicComponentRenderWithSchematicBoxDimensions(): void;
|
|
1092
1100
|
doInitialPcbComponentRender(): void;
|
|
1093
1101
|
/**
|
|
@@ -1096,6 +1104,11 @@ declare class NormalComponent<ZodProps extends z.ZodType = any, PortNames extend
|
|
|
1096
1104
|
*/
|
|
1097
1105
|
doInitialPcbComponentSizeCalculation(): void;
|
|
1098
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;
|
|
1099
1112
|
doInitialPcbComponentAnchorAlignment(): void;
|
|
1100
1113
|
updatePcbComponentAnchorAlignment(): void;
|
|
1101
1114
|
_renderReactSubtree(element: ReactElement): ReactSubtree;
|
|
@@ -3155,6 +3168,7 @@ declare class Capacitor extends NormalComponent<typeof capacitorProps, Polarized
|
|
|
3155
3168
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
3156
3169
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
3157
3170
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
3171
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
3158
3172
|
}, "strip", zod.ZodTypeAny, {
|
|
3159
3173
|
providesPower?: boolean | undefined;
|
|
3160
3174
|
requiresPower?: boolean | undefined;
|
|
@@ -3164,6 +3178,7 @@ declare class Capacitor extends NormalComponent<typeof capacitorProps, Polarized
|
|
|
3164
3178
|
requiresVoltage?: string | number | undefined;
|
|
3165
3179
|
doNotConnect?: boolean | undefined;
|
|
3166
3180
|
includeInBoardPinout?: boolean | undefined;
|
|
3181
|
+
ratsNestColor?: string | undefined;
|
|
3167
3182
|
}, {
|
|
3168
3183
|
providesPower?: boolean | undefined;
|
|
3169
3184
|
requiresPower?: boolean | undefined;
|
|
@@ -3173,6 +3188,7 @@ declare class Capacitor extends NormalComponent<typeof capacitorProps, Polarized
|
|
|
3173
3188
|
requiresVoltage?: string | number | undefined;
|
|
3174
3189
|
doNotConnect?: boolean | undefined;
|
|
3175
3190
|
includeInBoardPinout?: boolean | undefined;
|
|
3191
|
+
ratsNestColor?: string | undefined;
|
|
3176
3192
|
}>>>;
|
|
3177
3193
|
} & {
|
|
3178
3194
|
capacitance: zod.ZodEffects<zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>, number, string | number>;
|
|
@@ -3227,6 +3243,7 @@ declare class Capacitor extends NormalComponent<typeof capacitorProps, Polarized
|
|
|
3227
3243
|
requiresVoltage?: string | number | undefined;
|
|
3228
3244
|
doNotConnect?: boolean | undefined;
|
|
3229
3245
|
includeInBoardPinout?: boolean | undefined;
|
|
3246
|
+
ratsNestColor?: string | undefined;
|
|
3230
3247
|
}> | undefined;
|
|
3231
3248
|
cadModel?: string | {
|
|
3232
3249
|
stlUrl: string;
|
|
@@ -3408,6 +3425,7 @@ declare class Capacitor extends NormalComponent<typeof capacitorProps, Polarized
|
|
|
3408
3425
|
requiresVoltage?: string | number | undefined;
|
|
3409
3426
|
doNotConnect?: boolean | undefined;
|
|
3410
3427
|
includeInBoardPinout?: boolean | undefined;
|
|
3428
|
+
ratsNestColor?: string | undefined;
|
|
3411
3429
|
}> | undefined;
|
|
3412
3430
|
cadModel?: string | {
|
|
3413
3431
|
stlUrl: string;
|
|
@@ -4173,6 +4191,7 @@ declare class Chip<PinLabels extends string = never> extends NormalComponent<typ
|
|
|
4173
4191
|
requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
4174
4192
|
doNotConnect: z.ZodOptional<z.ZodBoolean>;
|
|
4175
4193
|
includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
|
|
4194
|
+
ratsNestColor: z.ZodOptional<z.ZodString>;
|
|
4176
4195
|
}, "strip", z.ZodTypeAny, {
|
|
4177
4196
|
providesPower?: boolean | undefined;
|
|
4178
4197
|
requiresPower?: boolean | undefined;
|
|
@@ -4182,6 +4201,7 @@ declare class Chip<PinLabels extends string = never> extends NormalComponent<typ
|
|
|
4182
4201
|
requiresVoltage?: string | number | undefined;
|
|
4183
4202
|
doNotConnect?: boolean | undefined;
|
|
4184
4203
|
includeInBoardPinout?: boolean | undefined;
|
|
4204
|
+
ratsNestColor?: string | undefined;
|
|
4185
4205
|
}, {
|
|
4186
4206
|
providesPower?: boolean | undefined;
|
|
4187
4207
|
requiresPower?: boolean | undefined;
|
|
@@ -4191,6 +4211,7 @@ declare class Chip<PinLabels extends string = never> extends NormalComponent<typ
|
|
|
4191
4211
|
requiresVoltage?: string | number | undefined;
|
|
4192
4212
|
doNotConnect?: boolean | undefined;
|
|
4193
4213
|
includeInBoardPinout?: boolean | undefined;
|
|
4214
|
+
ratsNestColor?: string | undefined;
|
|
4194
4215
|
}>>>;
|
|
4195
4216
|
} & {
|
|
4196
4217
|
manufacturerPartNumber: z.ZodOptional<z.ZodString>;
|
|
@@ -4480,6 +4501,7 @@ declare class Chip<PinLabels extends string = never> extends NormalComponent<typ
|
|
|
4480
4501
|
requiresVoltage?: string | number | undefined;
|
|
4481
4502
|
doNotConnect?: boolean | undefined;
|
|
4482
4503
|
includeInBoardPinout?: boolean | undefined;
|
|
4504
|
+
ratsNestColor?: string | undefined;
|
|
4483
4505
|
}> | undefined;
|
|
4484
4506
|
cadModel?: string | {
|
|
4485
4507
|
stlUrl: string;
|
|
@@ -4729,6 +4751,7 @@ declare class Chip<PinLabels extends string = never> extends NormalComponent<typ
|
|
|
4729
4751
|
requiresVoltage?: string | number | undefined;
|
|
4730
4752
|
doNotConnect?: boolean | undefined;
|
|
4731
4753
|
includeInBoardPinout?: boolean | undefined;
|
|
4754
|
+
ratsNestColor?: string | undefined;
|
|
4732
4755
|
}> | undefined;
|
|
4733
4756
|
cadModel?: string | {
|
|
4734
4757
|
stlUrl: string;
|
|
@@ -5561,6 +5584,7 @@ declare class Pinout<PinLabels extends string = never> extends Chip<PinLabels> {
|
|
|
5561
5584
|
requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
5562
5585
|
doNotConnect: z.ZodOptional<z.ZodBoolean>;
|
|
5563
5586
|
includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
|
|
5587
|
+
ratsNestColor: z.ZodOptional<z.ZodString>;
|
|
5564
5588
|
}, "strip", z.ZodTypeAny, {
|
|
5565
5589
|
providesPower?: boolean | undefined;
|
|
5566
5590
|
requiresPower?: boolean | undefined;
|
|
@@ -5570,6 +5594,7 @@ declare class Pinout<PinLabels extends string = never> extends Chip<PinLabels> {
|
|
|
5570
5594
|
requiresVoltage?: string | number | undefined;
|
|
5571
5595
|
doNotConnect?: boolean | undefined;
|
|
5572
5596
|
includeInBoardPinout?: boolean | undefined;
|
|
5597
|
+
ratsNestColor?: string | undefined;
|
|
5573
5598
|
}, {
|
|
5574
5599
|
providesPower?: boolean | undefined;
|
|
5575
5600
|
requiresPower?: boolean | undefined;
|
|
@@ -5579,6 +5604,7 @@ declare class Pinout<PinLabels extends string = never> extends Chip<PinLabels> {
|
|
|
5579
5604
|
requiresVoltage?: string | number | undefined;
|
|
5580
5605
|
doNotConnect?: boolean | undefined;
|
|
5581
5606
|
includeInBoardPinout?: boolean | undefined;
|
|
5607
|
+
ratsNestColor?: string | undefined;
|
|
5582
5608
|
}>>>;
|
|
5583
5609
|
} & {
|
|
5584
5610
|
manufacturerPartNumber: z.ZodOptional<z.ZodString>;
|
|
@@ -5868,6 +5894,7 @@ declare class Pinout<PinLabels extends string = never> extends Chip<PinLabels> {
|
|
|
5868
5894
|
requiresVoltage?: string | number | undefined;
|
|
5869
5895
|
doNotConnect?: boolean | undefined;
|
|
5870
5896
|
includeInBoardPinout?: boolean | undefined;
|
|
5897
|
+
ratsNestColor?: string | undefined;
|
|
5871
5898
|
}> | undefined;
|
|
5872
5899
|
cadModel?: string | {
|
|
5873
5900
|
stlUrl: string;
|
|
@@ -6117,6 +6144,7 @@ declare class Pinout<PinLabels extends string = never> extends Chip<PinLabels> {
|
|
|
6117
6144
|
requiresVoltage?: string | number | undefined;
|
|
6118
6145
|
doNotConnect?: boolean | undefined;
|
|
6119
6146
|
includeInBoardPinout?: boolean | undefined;
|
|
6147
|
+
ratsNestColor?: string | undefined;
|
|
6120
6148
|
}> | undefined;
|
|
6121
6149
|
cadModel?: string | {
|
|
6122
6150
|
stlUrl: string;
|
|
@@ -6944,6 +6972,7 @@ declare class Diode extends NormalComponent<typeof diodeProps, PolarizedPassiveP
|
|
|
6944
6972
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
6945
6973
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
6946
6974
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
6975
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
6947
6976
|
}, "strip", zod.ZodTypeAny, {
|
|
6948
6977
|
providesPower?: boolean | undefined;
|
|
6949
6978
|
requiresPower?: boolean | undefined;
|
|
@@ -6953,6 +6982,7 @@ declare class Diode extends NormalComponent<typeof diodeProps, PolarizedPassiveP
|
|
|
6953
6982
|
requiresVoltage?: string | number | undefined;
|
|
6954
6983
|
doNotConnect?: boolean | undefined;
|
|
6955
6984
|
includeInBoardPinout?: boolean | undefined;
|
|
6985
|
+
ratsNestColor?: string | undefined;
|
|
6956
6986
|
}, {
|
|
6957
6987
|
providesPower?: boolean | undefined;
|
|
6958
6988
|
requiresPower?: boolean | undefined;
|
|
@@ -6962,6 +6992,7 @@ declare class Diode extends NormalComponent<typeof diodeProps, PolarizedPassiveP
|
|
|
6962
6992
|
requiresVoltage?: string | number | undefined;
|
|
6963
6993
|
doNotConnect?: boolean | undefined;
|
|
6964
6994
|
includeInBoardPinout?: boolean | undefined;
|
|
6995
|
+
ratsNestColor?: string | undefined;
|
|
6965
6996
|
}>>>;
|
|
6966
6997
|
} & {
|
|
6967
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">]>>>;
|
|
@@ -7012,6 +7043,7 @@ declare class Diode extends NormalComponent<typeof diodeProps, PolarizedPassiveP
|
|
|
7012
7043
|
requiresVoltage?: string | number | undefined;
|
|
7013
7044
|
doNotConnect?: boolean | undefined;
|
|
7014
7045
|
includeInBoardPinout?: boolean | undefined;
|
|
7046
|
+
ratsNestColor?: string | undefined;
|
|
7015
7047
|
}> | undefined;
|
|
7016
7048
|
cadModel?: string | {
|
|
7017
7049
|
stlUrl: string;
|
|
@@ -7192,6 +7224,7 @@ declare class Diode extends NormalComponent<typeof diodeProps, PolarizedPassiveP
|
|
|
7192
7224
|
requiresVoltage?: string | number | undefined;
|
|
7193
7225
|
doNotConnect?: boolean | undefined;
|
|
7194
7226
|
includeInBoardPinout?: boolean | undefined;
|
|
7227
|
+
ratsNestColor?: string | undefined;
|
|
7195
7228
|
}> | undefined;
|
|
7196
7229
|
cadModel?: string | {
|
|
7197
7230
|
stlUrl: string;
|
|
@@ -7372,6 +7405,7 @@ declare class Diode extends NormalComponent<typeof diodeProps, PolarizedPassiveP
|
|
|
7372
7405
|
requiresVoltage?: string | number | undefined;
|
|
7373
7406
|
doNotConnect?: boolean | undefined;
|
|
7374
7407
|
includeInBoardPinout?: boolean | undefined;
|
|
7408
|
+
ratsNestColor?: string | undefined;
|
|
7375
7409
|
}> | undefined;
|
|
7376
7410
|
cadModel?: string | {
|
|
7377
7411
|
stlUrl: string;
|
|
@@ -7552,6 +7586,7 @@ declare class Diode extends NormalComponent<typeof diodeProps, PolarizedPassiveP
|
|
|
7552
7586
|
requiresVoltage?: string | number | undefined;
|
|
7553
7587
|
doNotConnect?: boolean | undefined;
|
|
7554
7588
|
includeInBoardPinout?: boolean | undefined;
|
|
7589
|
+
ratsNestColor?: string | undefined;
|
|
7555
7590
|
}> | undefined;
|
|
7556
7591
|
cadModel?: string | {
|
|
7557
7592
|
stlUrl: string;
|
|
@@ -7738,6 +7773,7 @@ declare class Diode extends NormalComponent<typeof diodeProps, PolarizedPassiveP
|
|
|
7738
7773
|
requiresVoltage?: string | number | undefined;
|
|
7739
7774
|
doNotConnect?: boolean | undefined;
|
|
7740
7775
|
includeInBoardPinout?: boolean | undefined;
|
|
7776
|
+
ratsNestColor?: string | undefined;
|
|
7741
7777
|
}> | undefined;
|
|
7742
7778
|
cadModel?: string | {
|
|
7743
7779
|
stlUrl: string;
|
|
@@ -7912,6 +7948,7 @@ declare class Diode extends NormalComponent<typeof diodeProps, PolarizedPassiveP
|
|
|
7912
7948
|
requiresVoltage?: string | number | undefined;
|
|
7913
7949
|
doNotConnect?: boolean | undefined;
|
|
7914
7950
|
includeInBoardPinout?: boolean | undefined;
|
|
7951
|
+
ratsNestColor?: string | undefined;
|
|
7915
7952
|
}> | undefined;
|
|
7916
7953
|
cadModel?: string | {
|
|
7917
7954
|
stlUrl: string;
|
|
@@ -8676,6 +8713,7 @@ declare class Fuse extends NormalComponent<typeof fuseProps, PassivePorts> {
|
|
|
8676
8713
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
8677
8714
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
8678
8715
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
8716
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
8679
8717
|
}, "strip", zod.ZodTypeAny, {
|
|
8680
8718
|
providesPower?: boolean | undefined;
|
|
8681
8719
|
requiresPower?: boolean | undefined;
|
|
@@ -8685,6 +8723,7 @@ declare class Fuse extends NormalComponent<typeof fuseProps, PassivePorts> {
|
|
|
8685
8723
|
requiresVoltage?: string | number | undefined;
|
|
8686
8724
|
doNotConnect?: boolean | undefined;
|
|
8687
8725
|
includeInBoardPinout?: boolean | undefined;
|
|
8726
|
+
ratsNestColor?: string | undefined;
|
|
8688
8727
|
}, {
|
|
8689
8728
|
providesPower?: boolean | undefined;
|
|
8690
8729
|
requiresPower?: boolean | undefined;
|
|
@@ -8694,6 +8733,7 @@ declare class Fuse extends NormalComponent<typeof fuseProps, PassivePorts> {
|
|
|
8694
8733
|
requiresVoltage?: string | number | undefined;
|
|
8695
8734
|
doNotConnect?: boolean | undefined;
|
|
8696
8735
|
includeInBoardPinout?: boolean | undefined;
|
|
8736
|
+
ratsNestColor?: string | undefined;
|
|
8697
8737
|
}>>>;
|
|
8698
8738
|
} & {
|
|
8699
8739
|
currentRating: zod.ZodUnion<[zod.ZodNumber, zod.ZodString]>;
|
|
@@ -8740,6 +8780,7 @@ declare class Fuse extends NormalComponent<typeof fuseProps, PassivePorts> {
|
|
|
8740
8780
|
requiresVoltage?: string | number | undefined;
|
|
8741
8781
|
doNotConnect?: boolean | undefined;
|
|
8742
8782
|
includeInBoardPinout?: boolean | undefined;
|
|
8783
|
+
ratsNestColor?: string | undefined;
|
|
8743
8784
|
}> | undefined;
|
|
8744
8785
|
cadModel?: string | {
|
|
8745
8786
|
stlUrl: string;
|
|
@@ -8917,6 +8958,7 @@ declare class Fuse extends NormalComponent<typeof fuseProps, PassivePorts> {
|
|
|
8917
8958
|
requiresVoltage?: string | number | undefined;
|
|
8918
8959
|
doNotConnect?: boolean | undefined;
|
|
8919
8960
|
includeInBoardPinout?: boolean | undefined;
|
|
8961
|
+
ratsNestColor?: string | undefined;
|
|
8920
8962
|
}> | undefined;
|
|
8921
8963
|
cadModel?: string | {
|
|
8922
8964
|
stlUrl: string;
|
|
@@ -9673,6 +9715,7 @@ declare class Jumper<PinLabels extends string = never> extends NormalComponent<t
|
|
|
9673
9715
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
9674
9716
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
9675
9717
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
9718
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
9676
9719
|
}, "strip", zod.ZodTypeAny, {
|
|
9677
9720
|
providesPower?: boolean | undefined;
|
|
9678
9721
|
requiresPower?: boolean | undefined;
|
|
@@ -9682,6 +9725,7 @@ declare class Jumper<PinLabels extends string = never> extends NormalComponent<t
|
|
|
9682
9725
|
requiresVoltage?: string | number | undefined;
|
|
9683
9726
|
doNotConnect?: boolean | undefined;
|
|
9684
9727
|
includeInBoardPinout?: boolean | undefined;
|
|
9728
|
+
ratsNestColor?: string | undefined;
|
|
9685
9729
|
}, {
|
|
9686
9730
|
providesPower?: boolean | undefined;
|
|
9687
9731
|
requiresPower?: boolean | undefined;
|
|
@@ -9691,6 +9735,7 @@ declare class Jumper<PinLabels extends string = never> extends NormalComponent<t
|
|
|
9691
9735
|
requiresVoltage?: string | number | undefined;
|
|
9692
9736
|
doNotConnect?: boolean | undefined;
|
|
9693
9737
|
includeInBoardPinout?: boolean | undefined;
|
|
9738
|
+
ratsNestColor?: string | undefined;
|
|
9694
9739
|
}>>>;
|
|
9695
9740
|
} & {
|
|
9696
9741
|
manufacturerPartNumber: zod.ZodOptional<zod.ZodString>;
|
|
@@ -9969,6 +10014,7 @@ declare class Jumper<PinLabels extends string = never> extends NormalComponent<t
|
|
|
9969
10014
|
requiresVoltage?: string | number | undefined;
|
|
9970
10015
|
doNotConnect?: boolean | undefined;
|
|
9971
10016
|
includeInBoardPinout?: boolean | undefined;
|
|
10017
|
+
ratsNestColor?: string | undefined;
|
|
9972
10018
|
}> | undefined;
|
|
9973
10019
|
cadModel?: string | {
|
|
9974
10020
|
stlUrl: string;
|
|
@@ -10213,6 +10259,7 @@ declare class Jumper<PinLabels extends string = never> extends NormalComponent<t
|
|
|
10213
10259
|
requiresVoltage?: string | number | undefined;
|
|
10214
10260
|
doNotConnect?: boolean | undefined;
|
|
10215
10261
|
includeInBoardPinout?: boolean | undefined;
|
|
10262
|
+
ratsNestColor?: string | undefined;
|
|
10216
10263
|
}> | undefined;
|
|
10217
10264
|
cadModel?: string | {
|
|
10218
10265
|
stlUrl: string;
|
|
@@ -11041,6 +11088,7 @@ declare class SolderJumper<PinLabels extends string = never> extends NormalCompo
|
|
|
11041
11088
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
11042
11089
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
11043
11090
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
11091
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
11044
11092
|
}, "strip", zod.ZodTypeAny, {
|
|
11045
11093
|
providesPower?: boolean | undefined;
|
|
11046
11094
|
requiresPower?: boolean | undefined;
|
|
@@ -11050,6 +11098,7 @@ declare class SolderJumper<PinLabels extends string = never> extends NormalCompo
|
|
|
11050
11098
|
requiresVoltage?: string | number | undefined;
|
|
11051
11099
|
doNotConnect?: boolean | undefined;
|
|
11052
11100
|
includeInBoardPinout?: boolean | undefined;
|
|
11101
|
+
ratsNestColor?: string | undefined;
|
|
11053
11102
|
}, {
|
|
11054
11103
|
providesPower?: boolean | undefined;
|
|
11055
11104
|
requiresPower?: boolean | undefined;
|
|
@@ -11059,6 +11108,7 @@ declare class SolderJumper<PinLabels extends string = never> extends NormalCompo
|
|
|
11059
11108
|
requiresVoltage?: string | number | undefined;
|
|
11060
11109
|
doNotConnect?: boolean | undefined;
|
|
11061
11110
|
includeInBoardPinout?: boolean | undefined;
|
|
11111
|
+
ratsNestColor?: string | undefined;
|
|
11062
11112
|
}>>>;
|
|
11063
11113
|
} & {
|
|
11064
11114
|
manufacturerPartNumber: zod.ZodOptional<zod.ZodString>;
|
|
@@ -11340,6 +11390,7 @@ declare class SolderJumper<PinLabels extends string = never> extends NormalCompo
|
|
|
11340
11390
|
requiresVoltage?: string | number | undefined;
|
|
11341
11391
|
doNotConnect?: boolean | undefined;
|
|
11342
11392
|
includeInBoardPinout?: boolean | undefined;
|
|
11393
|
+
ratsNestColor?: string | undefined;
|
|
11343
11394
|
}> | undefined;
|
|
11344
11395
|
cadModel?: string | {
|
|
11345
11396
|
stlUrl: string;
|
|
@@ -11586,6 +11637,7 @@ declare class SolderJumper<PinLabels extends string = never> extends NormalCompo
|
|
|
11586
11637
|
requiresVoltage?: string | number | undefined;
|
|
11587
11638
|
doNotConnect?: boolean | undefined;
|
|
11588
11639
|
includeInBoardPinout?: boolean | undefined;
|
|
11640
|
+
ratsNestColor?: string | undefined;
|
|
11589
11641
|
}> | undefined;
|
|
11590
11642
|
cadModel?: string | {
|
|
11591
11643
|
stlUrl: string;
|
|
@@ -12413,6 +12465,7 @@ declare class Led extends NormalComponent<typeof ledProps, PolarizedPassivePorts
|
|
|
12413
12465
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
12414
12466
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
12415
12467
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
12468
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
12416
12469
|
}, "strip", zod.ZodTypeAny, {
|
|
12417
12470
|
providesPower?: boolean | undefined;
|
|
12418
12471
|
requiresPower?: boolean | undefined;
|
|
@@ -12422,6 +12475,7 @@ declare class Led extends NormalComponent<typeof ledProps, PolarizedPassivePorts
|
|
|
12422
12475
|
requiresVoltage?: string | number | undefined;
|
|
12423
12476
|
doNotConnect?: boolean | undefined;
|
|
12424
12477
|
includeInBoardPinout?: boolean | undefined;
|
|
12478
|
+
ratsNestColor?: string | undefined;
|
|
12425
12479
|
}, {
|
|
12426
12480
|
providesPower?: boolean | undefined;
|
|
12427
12481
|
requiresPower?: boolean | undefined;
|
|
@@ -12431,6 +12485,7 @@ declare class Led extends NormalComponent<typeof ledProps, PolarizedPassivePorts
|
|
|
12431
12485
|
requiresVoltage?: string | number | undefined;
|
|
12432
12486
|
doNotConnect?: boolean | undefined;
|
|
12433
12487
|
includeInBoardPinout?: boolean | undefined;
|
|
12488
|
+
ratsNestColor?: string | undefined;
|
|
12434
12489
|
}>>>;
|
|
12435
12490
|
} & {
|
|
12436
12491
|
color: zod.ZodOptional<zod.ZodString>;
|
|
@@ -12477,6 +12532,7 @@ declare class Led extends NormalComponent<typeof ledProps, PolarizedPassivePorts
|
|
|
12477
12532
|
requiresVoltage?: string | number | undefined;
|
|
12478
12533
|
doNotConnect?: boolean | undefined;
|
|
12479
12534
|
includeInBoardPinout?: boolean | undefined;
|
|
12535
|
+
ratsNestColor?: string | undefined;
|
|
12480
12536
|
}> | undefined;
|
|
12481
12537
|
cadModel?: string | {
|
|
12482
12538
|
stlUrl: string;
|
|
@@ -12655,6 +12711,7 @@ declare class Led extends NormalComponent<typeof ledProps, PolarizedPassivePorts
|
|
|
12655
12711
|
requiresVoltage?: string | number | undefined;
|
|
12656
12712
|
doNotConnect?: boolean | undefined;
|
|
12657
12713
|
includeInBoardPinout?: boolean | undefined;
|
|
12714
|
+
ratsNestColor?: string | undefined;
|
|
12658
12715
|
}> | undefined;
|
|
12659
12716
|
cadModel?: string | {
|
|
12660
12717
|
stlUrl: string;
|
|
@@ -13417,6 +13474,7 @@ declare class PowerSource extends NormalComponent<typeof powerSourceProps, Polar
|
|
|
13417
13474
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
13418
13475
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
13419
13476
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
13477
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
13420
13478
|
}, "strip", zod.ZodTypeAny, {
|
|
13421
13479
|
providesPower?: boolean | undefined;
|
|
13422
13480
|
requiresPower?: boolean | undefined;
|
|
@@ -13426,6 +13484,7 @@ declare class PowerSource extends NormalComponent<typeof powerSourceProps, Polar
|
|
|
13426
13484
|
requiresVoltage?: string | number | undefined;
|
|
13427
13485
|
doNotConnect?: boolean | undefined;
|
|
13428
13486
|
includeInBoardPinout?: boolean | undefined;
|
|
13487
|
+
ratsNestColor?: string | undefined;
|
|
13429
13488
|
}, {
|
|
13430
13489
|
providesPower?: boolean | undefined;
|
|
13431
13490
|
requiresPower?: boolean | undefined;
|
|
@@ -13435,6 +13494,7 @@ declare class PowerSource extends NormalComponent<typeof powerSourceProps, Polar
|
|
|
13435
13494
|
requiresVoltage?: string | number | undefined;
|
|
13436
13495
|
doNotConnect?: boolean | undefined;
|
|
13437
13496
|
includeInBoardPinout?: boolean | undefined;
|
|
13497
|
+
ratsNestColor?: string | undefined;
|
|
13438
13498
|
}>>>;
|
|
13439
13499
|
} & {
|
|
13440
13500
|
voltage: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
@@ -13477,6 +13537,7 @@ declare class PowerSource extends NormalComponent<typeof powerSourceProps, Polar
|
|
|
13477
13537
|
requiresVoltage?: string | number | undefined;
|
|
13478
13538
|
doNotConnect?: boolean | undefined;
|
|
13479
13539
|
includeInBoardPinout?: boolean | undefined;
|
|
13540
|
+
ratsNestColor?: string | undefined;
|
|
13480
13541
|
}> | undefined;
|
|
13481
13542
|
cadModel?: string | {
|
|
13482
13543
|
stlUrl: string;
|
|
@@ -13650,6 +13711,7 @@ declare class PowerSource extends NormalComponent<typeof powerSourceProps, Polar
|
|
|
13650
13711
|
requiresVoltage?: string | number | undefined;
|
|
13651
13712
|
doNotConnect?: boolean | undefined;
|
|
13652
13713
|
includeInBoardPinout?: boolean | undefined;
|
|
13714
|
+
ratsNestColor?: string | undefined;
|
|
13653
13715
|
}> | undefined;
|
|
13654
13716
|
cadModel?: string | {
|
|
13655
13717
|
stlUrl: string;
|
|
@@ -14410,6 +14472,7 @@ declare const voltageSourceProps: z.ZodObject<{
|
|
|
14410
14472
|
requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
14411
14473
|
doNotConnect: z.ZodOptional<z.ZodBoolean>;
|
|
14412
14474
|
includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
|
|
14475
|
+
ratsNestColor: z.ZodOptional<z.ZodString>;
|
|
14413
14476
|
}, "strip", z.ZodTypeAny, {
|
|
14414
14477
|
providesPower?: boolean | undefined;
|
|
14415
14478
|
requiresPower?: boolean | undefined;
|
|
@@ -14419,6 +14482,7 @@ declare const voltageSourceProps: z.ZodObject<{
|
|
|
14419
14482
|
requiresVoltage?: string | number | undefined;
|
|
14420
14483
|
doNotConnect?: boolean | undefined;
|
|
14421
14484
|
includeInBoardPinout?: boolean | undefined;
|
|
14485
|
+
ratsNestColor?: string | undefined;
|
|
14422
14486
|
}, {
|
|
14423
14487
|
providesPower?: boolean | undefined;
|
|
14424
14488
|
requiresPower?: boolean | undefined;
|
|
@@ -14428,6 +14492,7 @@ declare const voltageSourceProps: z.ZodObject<{
|
|
|
14428
14492
|
requiresVoltage?: string | number | undefined;
|
|
14429
14493
|
doNotConnect?: boolean | undefined;
|
|
14430
14494
|
includeInBoardPinout?: boolean | undefined;
|
|
14495
|
+
ratsNestColor?: string | undefined;
|
|
14431
14496
|
}>>>;
|
|
14432
14497
|
} & {
|
|
14433
14498
|
voltage: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
@@ -14605,6 +14670,7 @@ declare const voltageSourceProps: z.ZodObject<{
|
|
|
14605
14670
|
requiresVoltage?: string | number | undefined;
|
|
14606
14671
|
doNotConnect?: boolean | undefined;
|
|
14607
14672
|
includeInBoardPinout?: boolean | undefined;
|
|
14673
|
+
ratsNestColor?: string | undefined;
|
|
14608
14674
|
}> | undefined;
|
|
14609
14675
|
peakToPeakVoltage?: number | undefined;
|
|
14610
14676
|
waveShape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
|
|
@@ -14783,6 +14849,7 @@ declare const voltageSourceProps: z.ZodObject<{
|
|
|
14783
14849
|
requiresVoltage?: string | number | undefined;
|
|
14784
14850
|
doNotConnect?: boolean | undefined;
|
|
14785
14851
|
includeInBoardPinout?: boolean | undefined;
|
|
14852
|
+
ratsNestColor?: string | undefined;
|
|
14786
14853
|
}> | undefined;
|
|
14787
14854
|
peakToPeakVoltage?: string | number | undefined;
|
|
14788
14855
|
waveShape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
|
|
@@ -15403,6 +15470,7 @@ declare class VoltageSource extends NormalComponent<typeof voltageSourceProps, "
|
|
|
15403
15470
|
requiresVoltage: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
15404
15471
|
doNotConnect: z.ZodOptional<z.ZodBoolean>;
|
|
15405
15472
|
includeInBoardPinout: z.ZodOptional<z.ZodBoolean>;
|
|
15473
|
+
ratsNestColor: z.ZodOptional<z.ZodString>;
|
|
15406
15474
|
}, "strip", z.ZodTypeAny, {
|
|
15407
15475
|
providesPower?: boolean | undefined;
|
|
15408
15476
|
requiresPower?: boolean | undefined;
|
|
@@ -15412,6 +15480,7 @@ declare class VoltageSource extends NormalComponent<typeof voltageSourceProps, "
|
|
|
15412
15480
|
requiresVoltage?: string | number | undefined;
|
|
15413
15481
|
doNotConnect?: boolean | undefined;
|
|
15414
15482
|
includeInBoardPinout?: boolean | undefined;
|
|
15483
|
+
ratsNestColor?: string | undefined;
|
|
15415
15484
|
}, {
|
|
15416
15485
|
providesPower?: boolean | undefined;
|
|
15417
15486
|
requiresPower?: boolean | undefined;
|
|
@@ -15421,6 +15490,7 @@ declare class VoltageSource extends NormalComponent<typeof voltageSourceProps, "
|
|
|
15421
15490
|
requiresVoltage?: string | number | undefined;
|
|
15422
15491
|
doNotConnect?: boolean | undefined;
|
|
15423
15492
|
includeInBoardPinout?: boolean | undefined;
|
|
15493
|
+
ratsNestColor?: string | undefined;
|
|
15424
15494
|
}>>>;
|
|
15425
15495
|
} & {
|
|
15426
15496
|
voltage: z.ZodOptional<z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodNumber]>, number, string | number>>;
|
|
@@ -15598,6 +15668,7 @@ declare class VoltageSource extends NormalComponent<typeof voltageSourceProps, "
|
|
|
15598
15668
|
requiresVoltage?: string | number | undefined;
|
|
15599
15669
|
doNotConnect?: boolean | undefined;
|
|
15600
15670
|
includeInBoardPinout?: boolean | undefined;
|
|
15671
|
+
ratsNestColor?: string | undefined;
|
|
15601
15672
|
}> | undefined;
|
|
15602
15673
|
peakToPeakVoltage?: number | undefined;
|
|
15603
15674
|
waveShape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
|
|
@@ -15776,6 +15847,7 @@ declare class VoltageSource extends NormalComponent<typeof voltageSourceProps, "
|
|
|
15776
15847
|
requiresVoltage?: string | number | undefined;
|
|
15777
15848
|
doNotConnect?: boolean | undefined;
|
|
15778
15849
|
includeInBoardPinout?: boolean | undefined;
|
|
15850
|
+
ratsNestColor?: string | undefined;
|
|
15779
15851
|
}> | undefined;
|
|
15780
15852
|
peakToPeakVoltage?: string | number | undefined;
|
|
15781
15853
|
waveShape?: "square" | "sinewave" | "triangle" | "sawtooth" | undefined;
|
|
@@ -16408,6 +16480,7 @@ declare class Resistor extends NormalComponent<typeof resistorProps, PassivePort
|
|
|
16408
16480
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
16409
16481
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
16410
16482
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
16483
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
16411
16484
|
}, "strip", zod.ZodTypeAny, {
|
|
16412
16485
|
providesPower?: boolean | undefined;
|
|
16413
16486
|
requiresPower?: boolean | undefined;
|
|
@@ -16417,6 +16490,7 @@ declare class Resistor extends NormalComponent<typeof resistorProps, PassivePort
|
|
|
16417
16490
|
requiresVoltage?: string | number | undefined;
|
|
16418
16491
|
doNotConnect?: boolean | undefined;
|
|
16419
16492
|
includeInBoardPinout?: boolean | undefined;
|
|
16493
|
+
ratsNestColor?: string | undefined;
|
|
16420
16494
|
}, {
|
|
16421
16495
|
providesPower?: boolean | undefined;
|
|
16422
16496
|
requiresPower?: boolean | undefined;
|
|
@@ -16426,6 +16500,7 @@ declare class Resistor extends NormalComponent<typeof resistorProps, PassivePort
|
|
|
16426
16500
|
requiresVoltage?: string | number | undefined;
|
|
16427
16501
|
doNotConnect?: boolean | undefined;
|
|
16428
16502
|
includeInBoardPinout?: boolean | undefined;
|
|
16503
|
+
ratsNestColor?: string | undefined;
|
|
16429
16504
|
}>>>;
|
|
16430
16505
|
} & {
|
|
16431
16506
|
resistance: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
@@ -16474,6 +16549,7 @@ declare class Resistor extends NormalComponent<typeof resistorProps, PassivePort
|
|
|
16474
16549
|
requiresVoltage?: string | number | undefined;
|
|
16475
16550
|
doNotConnect?: boolean | undefined;
|
|
16476
16551
|
includeInBoardPinout?: boolean | undefined;
|
|
16552
|
+
ratsNestColor?: string | undefined;
|
|
16477
16553
|
}> | undefined;
|
|
16478
16554
|
cadModel?: string | {
|
|
16479
16555
|
stlUrl: string;
|
|
@@ -16653,6 +16729,7 @@ declare class Resistor extends NormalComponent<typeof resistorProps, PassivePort
|
|
|
16653
16729
|
requiresVoltage?: string | number | undefined;
|
|
16654
16730
|
doNotConnect?: boolean | undefined;
|
|
16655
16731
|
includeInBoardPinout?: boolean | undefined;
|
|
16732
|
+
ratsNestColor?: string | undefined;
|
|
16656
16733
|
}> | undefined;
|
|
16657
16734
|
cadModel?: string | {
|
|
16658
16735
|
stlUrl: string;
|
|
@@ -20647,6 +20724,7 @@ declare class Battery extends NormalComponent<typeof batteryProps, PassivePorts>
|
|
|
20647
20724
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
20648
20725
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
20649
20726
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
20727
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
20650
20728
|
}, "strip", zod.ZodTypeAny, {
|
|
20651
20729
|
providesPower?: boolean | undefined;
|
|
20652
20730
|
requiresPower?: boolean | undefined;
|
|
@@ -20656,6 +20734,7 @@ declare class Battery extends NormalComponent<typeof batteryProps, PassivePorts>
|
|
|
20656
20734
|
requiresVoltage?: string | number | undefined;
|
|
20657
20735
|
doNotConnect?: boolean | undefined;
|
|
20658
20736
|
includeInBoardPinout?: boolean | undefined;
|
|
20737
|
+
ratsNestColor?: string | undefined;
|
|
20659
20738
|
}, {
|
|
20660
20739
|
providesPower?: boolean | undefined;
|
|
20661
20740
|
requiresPower?: boolean | undefined;
|
|
@@ -20665,6 +20744,7 @@ declare class Battery extends NormalComponent<typeof batteryProps, PassivePorts>
|
|
|
20665
20744
|
requiresVoltage?: string | number | undefined;
|
|
20666
20745
|
doNotConnect?: boolean | undefined;
|
|
20667
20746
|
includeInBoardPinout?: boolean | undefined;
|
|
20747
|
+
ratsNestColor?: string | undefined;
|
|
20668
20748
|
}>>>;
|
|
20669
20749
|
} & {
|
|
20670
20750
|
capacity: zod.ZodOptional<zod.ZodEffects<zod.ZodUnion<[zod.ZodNumber, zod.ZodString]>, number, string | number>>;
|
|
@@ -20709,6 +20789,7 @@ declare class Battery extends NormalComponent<typeof batteryProps, PassivePorts>
|
|
|
20709
20789
|
requiresVoltage?: string | number | undefined;
|
|
20710
20790
|
doNotConnect?: boolean | undefined;
|
|
20711
20791
|
includeInBoardPinout?: boolean | undefined;
|
|
20792
|
+
ratsNestColor?: string | undefined;
|
|
20712
20793
|
}> | undefined;
|
|
20713
20794
|
cadModel?: string | {
|
|
20714
20795
|
stlUrl: string;
|
|
@@ -20885,6 +20966,7 @@ declare class Battery extends NormalComponent<typeof batteryProps, PassivePorts>
|
|
|
20885
20966
|
requiresVoltage?: string | number | undefined;
|
|
20886
20967
|
doNotConnect?: boolean | undefined;
|
|
20887
20968
|
includeInBoardPinout?: boolean | undefined;
|
|
20969
|
+
ratsNestColor?: string | undefined;
|
|
20888
20970
|
}> | undefined;
|
|
20889
20971
|
cadModel?: string | {
|
|
20890
20972
|
stlUrl: string;
|
|
@@ -21640,6 +21722,7 @@ declare class PinHeader extends NormalComponent<typeof pinHeaderProps> {
|
|
|
21640
21722
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
21641
21723
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
21642
21724
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
21725
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
21643
21726
|
}, "strip", zod.ZodTypeAny, {
|
|
21644
21727
|
providesPower?: boolean | undefined;
|
|
21645
21728
|
requiresPower?: boolean | undefined;
|
|
@@ -21649,6 +21732,7 @@ declare class PinHeader extends NormalComponent<typeof pinHeaderProps> {
|
|
|
21649
21732
|
requiresVoltage?: string | number | undefined;
|
|
21650
21733
|
doNotConnect?: boolean | undefined;
|
|
21651
21734
|
includeInBoardPinout?: boolean | undefined;
|
|
21735
|
+
ratsNestColor?: string | undefined;
|
|
21652
21736
|
}, {
|
|
21653
21737
|
providesPower?: boolean | undefined;
|
|
21654
21738
|
requiresPower?: boolean | undefined;
|
|
@@ -21658,6 +21742,7 @@ declare class PinHeader extends NormalComponent<typeof pinHeaderProps> {
|
|
|
21658
21742
|
requiresVoltage?: string | number | undefined;
|
|
21659
21743
|
doNotConnect?: boolean | undefined;
|
|
21660
21744
|
includeInBoardPinout?: boolean | undefined;
|
|
21745
|
+
ratsNestColor?: string | undefined;
|
|
21661
21746
|
}>>>;
|
|
21662
21747
|
} & {
|
|
21663
21748
|
pinCount: zod.ZodNumber;
|
|
@@ -21845,6 +21930,7 @@ declare class PinHeader extends NormalComponent<typeof pinHeaderProps> {
|
|
|
21845
21930
|
requiresVoltage?: string | number | undefined;
|
|
21846
21931
|
doNotConnect?: boolean | undefined;
|
|
21847
21932
|
includeInBoardPinout?: boolean | undefined;
|
|
21933
|
+
ratsNestColor?: string | undefined;
|
|
21848
21934
|
}> | undefined;
|
|
21849
21935
|
cadModel?: string | {
|
|
21850
21936
|
stlUrl: string;
|
|
@@ -22069,6 +22155,7 @@ declare class PinHeader extends NormalComponent<typeof pinHeaderProps> {
|
|
|
22069
22155
|
requiresVoltage?: string | number | undefined;
|
|
22070
22156
|
doNotConnect?: boolean | undefined;
|
|
22071
22157
|
includeInBoardPinout?: boolean | undefined;
|
|
22158
|
+
ratsNestColor?: string | undefined;
|
|
22072
22159
|
}> | undefined;
|
|
22073
22160
|
cadModel?: string | {
|
|
22074
22161
|
stlUrl: string;
|
|
@@ -22874,6 +22961,7 @@ declare class Resonator extends NormalComponent<typeof resonatorProps> {
|
|
|
22874
22961
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
22875
22962
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
22876
22963
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
22964
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
22877
22965
|
}, "strip", zod.ZodTypeAny, {
|
|
22878
22966
|
providesPower?: boolean | undefined;
|
|
22879
22967
|
requiresPower?: boolean | undefined;
|
|
@@ -22883,6 +22971,7 @@ declare class Resonator extends NormalComponent<typeof resonatorProps> {
|
|
|
22883
22971
|
requiresVoltage?: string | number | undefined;
|
|
22884
22972
|
doNotConnect?: boolean | undefined;
|
|
22885
22973
|
includeInBoardPinout?: boolean | undefined;
|
|
22974
|
+
ratsNestColor?: string | undefined;
|
|
22886
22975
|
}, {
|
|
22887
22976
|
providesPower?: boolean | undefined;
|
|
22888
22977
|
requiresPower?: boolean | undefined;
|
|
@@ -22892,6 +22981,7 @@ declare class Resonator extends NormalComponent<typeof resonatorProps> {
|
|
|
22892
22981
|
requiresVoltage?: string | number | undefined;
|
|
22893
22982
|
doNotConnect?: boolean | undefined;
|
|
22894
22983
|
includeInBoardPinout?: boolean | undefined;
|
|
22984
|
+
ratsNestColor?: string | undefined;
|
|
22895
22985
|
}>>>;
|
|
22896
22986
|
} & {
|
|
22897
22987
|
frequency: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
@@ -22937,6 +23027,7 @@ declare class Resonator extends NormalComponent<typeof resonatorProps> {
|
|
|
22937
23027
|
requiresVoltage?: string | number | undefined;
|
|
22938
23028
|
doNotConnect?: boolean | undefined;
|
|
22939
23029
|
includeInBoardPinout?: boolean | undefined;
|
|
23030
|
+
ratsNestColor?: string | undefined;
|
|
22940
23031
|
}> | undefined;
|
|
22941
23032
|
cadModel?: string | {
|
|
22942
23033
|
stlUrl: string;
|
|
@@ -23112,6 +23203,7 @@ declare class Resonator extends NormalComponent<typeof resonatorProps> {
|
|
|
23112
23203
|
requiresVoltage?: string | number | undefined;
|
|
23113
23204
|
doNotConnect?: boolean | undefined;
|
|
23114
23205
|
includeInBoardPinout?: boolean | undefined;
|
|
23206
|
+
ratsNestColor?: string | undefined;
|
|
23115
23207
|
}> | undefined;
|
|
23116
23208
|
cadModel?: string | {
|
|
23117
23209
|
stlUrl: string;
|
|
@@ -23865,6 +23957,7 @@ declare class Inductor extends NormalComponent<typeof inductorProps, PassivePort
|
|
|
23865
23957
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
23866
23958
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
23867
23959
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
23960
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
23868
23961
|
}, "strip", zod.ZodTypeAny, {
|
|
23869
23962
|
providesPower?: boolean | undefined;
|
|
23870
23963
|
requiresPower?: boolean | undefined;
|
|
@@ -23874,6 +23967,7 @@ declare class Inductor extends NormalComponent<typeof inductorProps, PassivePort
|
|
|
23874
23967
|
requiresVoltage?: string | number | undefined;
|
|
23875
23968
|
doNotConnect?: boolean | undefined;
|
|
23876
23969
|
includeInBoardPinout?: boolean | undefined;
|
|
23970
|
+
ratsNestColor?: string | undefined;
|
|
23877
23971
|
}, {
|
|
23878
23972
|
providesPower?: boolean | undefined;
|
|
23879
23973
|
requiresPower?: boolean | undefined;
|
|
@@ -23883,6 +23977,7 @@ declare class Inductor extends NormalComponent<typeof inductorProps, PassivePort
|
|
|
23883
23977
|
requiresVoltage?: string | number | undefined;
|
|
23884
23978
|
doNotConnect?: boolean | undefined;
|
|
23885
23979
|
includeInBoardPinout?: boolean | undefined;
|
|
23980
|
+
ratsNestColor?: string | undefined;
|
|
23886
23981
|
}>>>;
|
|
23887
23982
|
} & {
|
|
23888
23983
|
inductance: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
@@ -23928,6 +24023,7 @@ declare class Inductor extends NormalComponent<typeof inductorProps, PassivePort
|
|
|
23928
24023
|
requiresVoltage?: string | number | undefined;
|
|
23929
24024
|
doNotConnect?: boolean | undefined;
|
|
23930
24025
|
includeInBoardPinout?: boolean | undefined;
|
|
24026
|
+
ratsNestColor?: string | undefined;
|
|
23931
24027
|
}> | undefined;
|
|
23932
24028
|
cadModel?: string | {
|
|
23933
24029
|
stlUrl: string;
|
|
@@ -24104,6 +24200,7 @@ declare class Inductor extends NormalComponent<typeof inductorProps, PassivePort
|
|
|
24104
24200
|
requiresVoltage?: string | number | undefined;
|
|
24105
24201
|
doNotConnect?: boolean | undefined;
|
|
24106
24202
|
includeInBoardPinout?: boolean | undefined;
|
|
24203
|
+
ratsNestColor?: string | undefined;
|
|
24107
24204
|
}> | undefined;
|
|
24108
24205
|
cadModel?: string | {
|
|
24109
24206
|
stlUrl: string;
|
|
@@ -24859,6 +24956,7 @@ declare class Potentiometer extends NormalComponent<typeof potentiometerProps> {
|
|
|
24859
24956
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
24860
24957
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
24861
24958
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
24959
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
24862
24960
|
}, "strip", zod.ZodTypeAny, {
|
|
24863
24961
|
providesPower?: boolean | undefined;
|
|
24864
24962
|
requiresPower?: boolean | undefined;
|
|
@@ -24868,6 +24966,7 @@ declare class Potentiometer extends NormalComponent<typeof potentiometerProps> {
|
|
|
24868
24966
|
requiresVoltage?: string | number | undefined;
|
|
24869
24967
|
doNotConnect?: boolean | undefined;
|
|
24870
24968
|
includeInBoardPinout?: boolean | undefined;
|
|
24969
|
+
ratsNestColor?: string | undefined;
|
|
24871
24970
|
}, {
|
|
24872
24971
|
providesPower?: boolean | undefined;
|
|
24873
24972
|
requiresPower?: boolean | undefined;
|
|
@@ -24877,6 +24976,7 @@ declare class Potentiometer extends NormalComponent<typeof potentiometerProps> {
|
|
|
24877
24976
|
requiresVoltage?: string | number | undefined;
|
|
24878
24977
|
doNotConnect?: boolean | undefined;
|
|
24879
24978
|
includeInBoardPinout?: boolean | undefined;
|
|
24979
|
+
ratsNestColor?: string | undefined;
|
|
24880
24980
|
}>>>;
|
|
24881
24981
|
} & {
|
|
24882
24982
|
maxResistance: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
@@ -24920,6 +25020,7 @@ declare class Potentiometer extends NormalComponent<typeof potentiometerProps> {
|
|
|
24920
25020
|
requiresVoltage?: string | number | undefined;
|
|
24921
25021
|
doNotConnect?: boolean | undefined;
|
|
24922
25022
|
includeInBoardPinout?: boolean | undefined;
|
|
25023
|
+
ratsNestColor?: string | undefined;
|
|
24923
25024
|
}> | undefined;
|
|
24924
25025
|
cadModel?: string | {
|
|
24925
25026
|
stlUrl: string;
|
|
@@ -25094,6 +25195,7 @@ declare class Potentiometer extends NormalComponent<typeof potentiometerProps> {
|
|
|
25094
25195
|
requiresVoltage?: string | number | undefined;
|
|
25095
25196
|
doNotConnect?: boolean | undefined;
|
|
25096
25197
|
includeInBoardPinout?: boolean | undefined;
|
|
25198
|
+
ratsNestColor?: string | undefined;
|
|
25097
25199
|
}> | undefined;
|
|
25098
25200
|
cadModel?: string | {
|
|
25099
25201
|
stlUrl: string;
|
|
@@ -25846,6 +25948,7 @@ declare class PushButton extends NormalComponent<typeof pushButtonProps, Passive
|
|
|
25846
25948
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
25847
25949
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
25848
25950
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
25951
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
25849
25952
|
}, "strip", zod.ZodTypeAny, {
|
|
25850
25953
|
providesPower?: boolean | undefined;
|
|
25851
25954
|
requiresPower?: boolean | undefined;
|
|
@@ -25855,6 +25958,7 @@ declare class PushButton extends NormalComponent<typeof pushButtonProps, Passive
|
|
|
25855
25958
|
requiresVoltage?: string | number | undefined;
|
|
25856
25959
|
doNotConnect?: boolean | undefined;
|
|
25857
25960
|
includeInBoardPinout?: boolean | undefined;
|
|
25961
|
+
ratsNestColor?: string | undefined;
|
|
25858
25962
|
}, {
|
|
25859
25963
|
providesPower?: boolean | undefined;
|
|
25860
25964
|
requiresPower?: boolean | undefined;
|
|
@@ -25864,6 +25968,7 @@ declare class PushButton extends NormalComponent<typeof pushButtonProps, Passive
|
|
|
25864
25968
|
requiresVoltage?: string | number | undefined;
|
|
25865
25969
|
doNotConnect?: boolean | undefined;
|
|
25866
25970
|
includeInBoardPinout?: boolean | undefined;
|
|
25971
|
+
ratsNestColor?: string | undefined;
|
|
25867
25972
|
}>>>;
|
|
25868
25973
|
} & {
|
|
25869
25974
|
manufacturerPartNumber: zod.ZodOptional<zod.ZodString>;
|
|
@@ -26153,6 +26258,7 @@ declare class PushButton extends NormalComponent<typeof pushButtonProps, Passive
|
|
|
26153
26258
|
requiresVoltage?: string | number | undefined;
|
|
26154
26259
|
doNotConnect?: boolean | undefined;
|
|
26155
26260
|
includeInBoardPinout?: boolean | undefined;
|
|
26261
|
+
ratsNestColor?: string | undefined;
|
|
26156
26262
|
}> | undefined;
|
|
26157
26263
|
cadModel?: string | {
|
|
26158
26264
|
stlUrl: string;
|
|
@@ -26402,6 +26508,7 @@ declare class PushButton extends NormalComponent<typeof pushButtonProps, Passive
|
|
|
26402
26508
|
requiresVoltage?: string | number | undefined;
|
|
26403
26509
|
doNotConnect?: boolean | undefined;
|
|
26404
26510
|
includeInBoardPinout?: boolean | undefined;
|
|
26511
|
+
ratsNestColor?: string | undefined;
|
|
26405
26512
|
}> | undefined;
|
|
26406
26513
|
cadModel?: string | {
|
|
26407
26514
|
stlUrl: string;
|
|
@@ -27231,6 +27338,7 @@ declare class Crystal extends NormalComponent<typeof crystalProps, PolarizedPass
|
|
|
27231
27338
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
27232
27339
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
27233
27340
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
27341
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
27234
27342
|
}, "strip", zod.ZodTypeAny, {
|
|
27235
27343
|
providesPower?: boolean | undefined;
|
|
27236
27344
|
requiresPower?: boolean | undefined;
|
|
@@ -27240,6 +27348,7 @@ declare class Crystal extends NormalComponent<typeof crystalProps, PolarizedPass
|
|
|
27240
27348
|
requiresVoltage?: string | number | undefined;
|
|
27241
27349
|
doNotConnect?: boolean | undefined;
|
|
27242
27350
|
includeInBoardPinout?: boolean | undefined;
|
|
27351
|
+
ratsNestColor?: string | undefined;
|
|
27243
27352
|
}, {
|
|
27244
27353
|
providesPower?: boolean | undefined;
|
|
27245
27354
|
requiresPower?: boolean | undefined;
|
|
@@ -27249,6 +27358,7 @@ declare class Crystal extends NormalComponent<typeof crystalProps, PolarizedPass
|
|
|
27249
27358
|
requiresVoltage?: string | number | undefined;
|
|
27250
27359
|
doNotConnect?: boolean | undefined;
|
|
27251
27360
|
includeInBoardPinout?: boolean | undefined;
|
|
27361
|
+
ratsNestColor?: string | undefined;
|
|
27252
27362
|
}>>>;
|
|
27253
27363
|
} & {
|
|
27254
27364
|
frequency: zod.ZodEffects<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>, number, string | number>;
|
|
@@ -27298,6 +27408,7 @@ declare class Crystal extends NormalComponent<typeof crystalProps, PolarizedPass
|
|
|
27298
27408
|
requiresVoltage?: string | number | undefined;
|
|
27299
27409
|
doNotConnect?: boolean | undefined;
|
|
27300
27410
|
includeInBoardPinout?: boolean | undefined;
|
|
27411
|
+
ratsNestColor?: string | undefined;
|
|
27301
27412
|
}> | undefined;
|
|
27302
27413
|
cadModel?: string | {
|
|
27303
27414
|
stlUrl: string;
|
|
@@ -27477,6 +27588,7 @@ declare class Crystal extends NormalComponent<typeof crystalProps, PolarizedPass
|
|
|
27477
27588
|
requiresVoltage?: string | number | undefined;
|
|
27478
27589
|
doNotConnect?: boolean | undefined;
|
|
27479
27590
|
includeInBoardPinout?: boolean | undefined;
|
|
27591
|
+
ratsNestColor?: string | undefined;
|
|
27480
27592
|
}> | undefined;
|
|
27481
27593
|
cadModel?: string | {
|
|
27482
27594
|
stlUrl: string;
|
|
@@ -28234,6 +28346,7 @@ declare class Transistor extends NormalComponent<typeof transistorProps, Transis
|
|
|
28234
28346
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
28235
28347
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
28236
28348
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
28349
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
28237
28350
|
}, "strip", zod.ZodTypeAny, {
|
|
28238
28351
|
providesPower?: boolean | undefined;
|
|
28239
28352
|
requiresPower?: boolean | undefined;
|
|
@@ -28243,6 +28356,7 @@ declare class Transistor extends NormalComponent<typeof transistorProps, Transis
|
|
|
28243
28356
|
requiresVoltage?: string | number | undefined;
|
|
28244
28357
|
doNotConnect?: boolean | undefined;
|
|
28245
28358
|
includeInBoardPinout?: boolean | undefined;
|
|
28359
|
+
ratsNestColor?: string | undefined;
|
|
28246
28360
|
}, {
|
|
28247
28361
|
providesPower?: boolean | undefined;
|
|
28248
28362
|
requiresPower?: boolean | undefined;
|
|
@@ -28252,6 +28366,7 @@ declare class Transistor extends NormalComponent<typeof transistorProps, Transis
|
|
|
28252
28366
|
requiresVoltage?: string | number | undefined;
|
|
28253
28367
|
doNotConnect?: boolean | undefined;
|
|
28254
28368
|
includeInBoardPinout?: boolean | undefined;
|
|
28369
|
+
ratsNestColor?: string | undefined;
|
|
28255
28370
|
}>>>;
|
|
28256
28371
|
} & {
|
|
28257
28372
|
type: zod.ZodEnum<["npn", "pnp", "bjt", "jfet", "mosfet", "igbt"]>;
|
|
@@ -28295,6 +28410,7 @@ declare class Transistor extends NormalComponent<typeof transistorProps, Transis
|
|
|
28295
28410
|
requiresVoltage?: string | number | undefined;
|
|
28296
28411
|
doNotConnect?: boolean | undefined;
|
|
28297
28412
|
includeInBoardPinout?: boolean | undefined;
|
|
28413
|
+
ratsNestColor?: string | undefined;
|
|
28298
28414
|
}> | undefined;
|
|
28299
28415
|
cadModel?: string | {
|
|
28300
28416
|
stlUrl: string;
|
|
@@ -28469,6 +28585,7 @@ declare class Transistor extends NormalComponent<typeof transistorProps, Transis
|
|
|
28469
28585
|
requiresVoltage?: string | number | undefined;
|
|
28470
28586
|
doNotConnect?: boolean | undefined;
|
|
28471
28587
|
includeInBoardPinout?: boolean | undefined;
|
|
28588
|
+
ratsNestColor?: string | undefined;
|
|
28472
28589
|
}> | undefined;
|
|
28473
28590
|
cadModel?: string | {
|
|
28474
28591
|
stlUrl: string;
|
|
@@ -29227,6 +29344,7 @@ declare class Mosfet extends NormalComponent<typeof mosfetProps> {
|
|
|
29227
29344
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
29228
29345
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
29229
29346
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
29347
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
29230
29348
|
}, "strip", zod.ZodTypeAny, {
|
|
29231
29349
|
providesPower?: boolean | undefined;
|
|
29232
29350
|
requiresPower?: boolean | undefined;
|
|
@@ -29236,6 +29354,7 @@ declare class Mosfet extends NormalComponent<typeof mosfetProps> {
|
|
|
29236
29354
|
requiresVoltage?: string | number | undefined;
|
|
29237
29355
|
doNotConnect?: boolean | undefined;
|
|
29238
29356
|
includeInBoardPinout?: boolean | undefined;
|
|
29357
|
+
ratsNestColor?: string | undefined;
|
|
29239
29358
|
}, {
|
|
29240
29359
|
providesPower?: boolean | undefined;
|
|
29241
29360
|
requiresPower?: boolean | undefined;
|
|
@@ -29245,6 +29364,7 @@ declare class Mosfet extends NormalComponent<typeof mosfetProps> {
|
|
|
29245
29364
|
requiresVoltage?: string | number | undefined;
|
|
29246
29365
|
doNotConnect?: boolean | undefined;
|
|
29247
29366
|
includeInBoardPinout?: boolean | undefined;
|
|
29367
|
+
ratsNestColor?: string | undefined;
|
|
29248
29368
|
}>>>;
|
|
29249
29369
|
} & {
|
|
29250
29370
|
channelType: zod.ZodEnum<["n", "p"]>;
|
|
@@ -29289,6 +29409,7 @@ declare class Mosfet extends NormalComponent<typeof mosfetProps> {
|
|
|
29289
29409
|
requiresVoltage?: string | number | undefined;
|
|
29290
29410
|
doNotConnect?: boolean | undefined;
|
|
29291
29411
|
includeInBoardPinout?: boolean | undefined;
|
|
29412
|
+
ratsNestColor?: string | undefined;
|
|
29292
29413
|
}> | undefined;
|
|
29293
29414
|
cadModel?: string | {
|
|
29294
29415
|
stlUrl: string;
|
|
@@ -29463,6 +29584,7 @@ declare class Mosfet extends NormalComponent<typeof mosfetProps> {
|
|
|
29463
29584
|
requiresVoltage?: string | number | undefined;
|
|
29464
29585
|
doNotConnect?: boolean | undefined;
|
|
29465
29586
|
includeInBoardPinout?: boolean | undefined;
|
|
29587
|
+
ratsNestColor?: string | undefined;
|
|
29466
29588
|
}> | undefined;
|
|
29467
29589
|
cadModel?: string | {
|
|
29468
29590
|
stlUrl: string;
|
|
@@ -30214,6 +30336,7 @@ declare class Switch extends NormalComponent<typeof switchProps> {
|
|
|
30214
30336
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
30215
30337
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
30216
30338
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
30339
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
30217
30340
|
}, "strip", zod.ZodTypeAny, {
|
|
30218
30341
|
providesPower?: boolean | undefined;
|
|
30219
30342
|
requiresPower?: boolean | undefined;
|
|
@@ -30223,6 +30346,7 @@ declare class Switch extends NormalComponent<typeof switchProps> {
|
|
|
30223
30346
|
requiresVoltage?: string | number | undefined;
|
|
30224
30347
|
doNotConnect?: boolean | undefined;
|
|
30225
30348
|
includeInBoardPinout?: boolean | undefined;
|
|
30349
|
+
ratsNestColor?: string | undefined;
|
|
30226
30350
|
}, {
|
|
30227
30351
|
providesPower?: boolean | undefined;
|
|
30228
30352
|
requiresPower?: boolean | undefined;
|
|
@@ -30232,6 +30356,7 @@ declare class Switch extends NormalComponent<typeof switchProps> {
|
|
|
30232
30356
|
requiresVoltage?: string | number | undefined;
|
|
30233
30357
|
doNotConnect?: boolean | undefined;
|
|
30234
30358
|
includeInBoardPinout?: boolean | undefined;
|
|
30359
|
+
ratsNestColor?: string | undefined;
|
|
30235
30360
|
}>>>;
|
|
30236
30361
|
} & {
|
|
30237
30362
|
type: zod.ZodOptional<zod.ZodEnum<["spst", "spdt", "dpst", "dpdt"]>>;
|
|
@@ -30280,6 +30405,7 @@ declare class Switch extends NormalComponent<typeof switchProps> {
|
|
|
30280
30405
|
requiresVoltage?: string | number | undefined;
|
|
30281
30406
|
doNotConnect?: boolean | undefined;
|
|
30282
30407
|
includeInBoardPinout?: boolean | undefined;
|
|
30408
|
+
ratsNestColor?: string | undefined;
|
|
30283
30409
|
}> | undefined;
|
|
30284
30410
|
cadModel?: string | {
|
|
30285
30411
|
stlUrl: string;
|
|
@@ -30457,6 +30583,7 @@ declare class Switch extends NormalComponent<typeof switchProps> {
|
|
|
30457
30583
|
requiresVoltage?: string | number | undefined;
|
|
30458
30584
|
doNotConnect?: boolean | undefined;
|
|
30459
30585
|
includeInBoardPinout?: boolean | undefined;
|
|
30586
|
+
ratsNestColor?: string | undefined;
|
|
30460
30587
|
}> | undefined;
|
|
30461
30588
|
cadModel?: string | {
|
|
30462
30589
|
stlUrl: string;
|
|
@@ -30635,6 +30762,7 @@ declare class Switch extends NormalComponent<typeof switchProps> {
|
|
|
30635
30762
|
requiresVoltage?: string | number | undefined;
|
|
30636
30763
|
doNotConnect?: boolean | undefined;
|
|
30637
30764
|
includeInBoardPinout?: boolean | undefined;
|
|
30765
|
+
ratsNestColor?: string | undefined;
|
|
30638
30766
|
}> | undefined;
|
|
30639
30767
|
cadModel?: string | {
|
|
30640
30768
|
stlUrl: string;
|
|
@@ -31390,6 +31518,7 @@ declare class TestPoint extends NormalComponent<typeof testpointProps> {
|
|
|
31390
31518
|
requiresVoltage: zod.ZodOptional<zod.ZodUnion<[zod.ZodString, zod.ZodNumber]>>;
|
|
31391
31519
|
doNotConnect: zod.ZodOptional<zod.ZodBoolean>;
|
|
31392
31520
|
includeInBoardPinout: zod.ZodOptional<zod.ZodBoolean>;
|
|
31521
|
+
ratsNestColor: zod.ZodOptional<zod.ZodString>;
|
|
31393
31522
|
}, "strip", zod.ZodTypeAny, {
|
|
31394
31523
|
providesPower?: boolean | undefined;
|
|
31395
31524
|
requiresPower?: boolean | undefined;
|
|
@@ -31399,6 +31528,7 @@ declare class TestPoint extends NormalComponent<typeof testpointProps> {
|
|
|
31399
31528
|
requiresVoltage?: string | number | undefined;
|
|
31400
31529
|
doNotConnect?: boolean | undefined;
|
|
31401
31530
|
includeInBoardPinout?: boolean | undefined;
|
|
31531
|
+
ratsNestColor?: string | undefined;
|
|
31402
31532
|
}, {
|
|
31403
31533
|
providesPower?: boolean | undefined;
|
|
31404
31534
|
requiresPower?: boolean | undefined;
|
|
@@ -31408,6 +31538,7 @@ declare class TestPoint extends NormalComponent<typeof testpointProps> {
|
|
|
31408
31538
|
requiresVoltage?: string | number | undefined;
|
|
31409
31539
|
doNotConnect?: boolean | undefined;
|
|
31410
31540
|
includeInBoardPinout?: boolean | undefined;
|
|
31541
|
+
ratsNestColor?: string | undefined;
|
|
31411
31542
|
}>>>;
|
|
31412
31543
|
} & {
|
|
31413
31544
|
footprintVariant: zod.ZodOptional<zod.ZodEnum<["pad", "through_hole"]>>;
|
|
@@ -31455,6 +31586,7 @@ declare class TestPoint extends NormalComponent<typeof testpointProps> {
|
|
|
31455
31586
|
requiresVoltage?: string | number | undefined;
|
|
31456
31587
|
doNotConnect?: boolean | undefined;
|
|
31457
31588
|
includeInBoardPinout?: boolean | undefined;
|
|
31589
|
+
ratsNestColor?: string | undefined;
|
|
31458
31590
|
}> | undefined;
|
|
31459
31591
|
cadModel?: string | {
|
|
31460
31592
|
stlUrl: string;
|
|
@@ -31632,6 +31764,7 @@ declare class TestPoint extends NormalComponent<typeof testpointProps> {
|
|
|
31632
31764
|
requiresVoltage?: string | number | undefined;
|
|
31633
31765
|
doNotConnect?: boolean | undefined;
|
|
31634
31766
|
includeInBoardPinout?: boolean | undefined;
|
|
31767
|
+
ratsNestColor?: string | undefined;
|
|
31635
31768
|
}> | undefined;
|
|
31636
31769
|
cadModel?: string | {
|
|
31637
31770
|
stlUrl: string;
|
|
@@ -31809,6 +31942,7 @@ declare class TestPoint extends NormalComponent<typeof testpointProps> {
|
|
|
31809
31942
|
requiresVoltage?: string | number | undefined;
|
|
31810
31943
|
doNotConnect?: boolean | undefined;
|
|
31811
31944
|
includeInBoardPinout?: boolean | undefined;
|
|
31945
|
+
ratsNestColor?: string | undefined;
|
|
31812
31946
|
}> | undefined;
|
|
31813
31947
|
cadModel?: string | {
|
|
31814
31948
|
stlUrl: string;
|
|
@@ -31986,6 +32120,7 @@ declare class TestPoint extends NormalComponent<typeof testpointProps> {
|
|
|
31986
32120
|
requiresVoltage?: string | number | undefined;
|
|
31987
32121
|
doNotConnect?: boolean | undefined;
|
|
31988
32122
|
includeInBoardPinout?: boolean | undefined;
|
|
32123
|
+
ratsNestColor?: string | undefined;
|
|
31989
32124
|
}> | undefined;
|
|
31990
32125
|
cadModel?: string | {
|
|
31991
32126
|
stlUrl: string;
|
|
@@ -32165,6 +32300,95 @@ declare class SchematicText extends PrimitiveComponent<typeof schematicTextProps
|
|
|
32165
32300
|
doInitialSchematicPrimitiveRender(): void;
|
|
32166
32301
|
}
|
|
32167
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
|
+
|
|
32168
32392
|
declare class SchematicBox extends PrimitiveComponent<typeof schematicBoxProps> {
|
|
32169
32393
|
isSchematicPrimitive: boolean;
|
|
32170
32394
|
get config(): {
|
|
@@ -32381,6 +32605,20 @@ declare class SchematicCell extends PrimitiveComponent<typeof schematicCellProps
|
|
|
32381
32605
|
};
|
|
32382
32606
|
}
|
|
32383
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
|
+
|
|
32384
32622
|
declare const useRenderedCircuit: (reactElements: react__default.ReactElement) => {
|
|
32385
32623
|
isLoading: boolean;
|
|
32386
32624
|
error?: Error | null;
|
|
@@ -32444,6 +32682,7 @@ declare const useLed: <PropsFromHook extends Omit<{
|
|
|
32444
32682
|
requiresVoltage?: string | number | undefined;
|
|
32445
32683
|
doNotConnect?: boolean | undefined;
|
|
32446
32684
|
includeInBoardPinout?: boolean | undefined;
|
|
32685
|
+
ratsNestColor?: string | undefined;
|
|
32447
32686
|
}> | undefined;
|
|
32448
32687
|
cadModel?: string | {
|
|
32449
32688
|
stlUrl: string;
|
|
@@ -32622,6 +32861,7 @@ declare const useLed: <PropsFromHook extends Omit<{
|
|
|
32622
32861
|
requiresVoltage?: string | number | undefined;
|
|
32623
32862
|
doNotConnect?: boolean | undefined;
|
|
32624
32863
|
includeInBoardPinout?: boolean | undefined;
|
|
32864
|
+
ratsNestColor?: string | undefined;
|
|
32625
32865
|
}> | undefined;
|
|
32626
32866
|
cadModel?: string | {
|
|
32627
32867
|
stlUrl: string;
|
|
@@ -32953,6 +33193,7 @@ interface TscircuitElements {
|
|
|
32953
33193
|
via: _tscircuit_props.ViaProps;
|
|
32954
33194
|
schematicbox: _tscircuit_props.SchematicBoxProps;
|
|
32955
33195
|
schematicline: _tscircuit_props.SchematicLineProps;
|
|
33196
|
+
schematicrect: _tscircuit_props.SchematicRectProps;
|
|
32956
33197
|
schematicpath: _tscircuit_props.SchematicPathProps;
|
|
32957
33198
|
schematictext: _tscircuit_props.SchematicTextProps;
|
|
32958
33199
|
schematictable: _tscircuit_props.SchematicTableProps;
|
|
@@ -33013,4 +33254,4 @@ declare module "react/jsx-runtime" {
|
|
|
33013
33254
|
}
|
|
33014
33255
|
}
|
|
33015
33256
|
|
|
33016
|
-
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 };
|