schematic-symbols 0.0.174 → 0.0.176
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 +13 -9
- package/dist/index.js +1440 -1076
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
@@ -67,7 +67,11 @@ declare function resizeSymbol(symbol: SchSymbol, newSize: {
|
|
67
67
|
}): SchSymbol;
|
68
68
|
|
69
69
|
declare const _default: {
|
70
|
+
ac_voltmeter_down: undefined;
|
70
71
|
ac_voltmeter_horz: undefined;
|
72
|
+
ac_voltmeter_left: undefined;
|
73
|
+
ac_voltmeter_right: undefined;
|
74
|
+
ac_voltmeter_up: undefined;
|
71
75
|
ac_voltmeter_vert: undefined;
|
72
76
|
avalanche_diode_down: undefined;
|
73
77
|
avalanche_diode_horz: undefined;
|
@@ -101,7 +105,11 @@ declare const _default: {
|
|
101
105
|
capacitor_polarized_up: undefined;
|
102
106
|
capacitor_right: undefined;
|
103
107
|
capacitor_up: undefined;
|
108
|
+
constant_current_diode_down: undefined;
|
104
109
|
constant_current_diode_horz: undefined;
|
110
|
+
constant_current_diode_left: undefined;
|
111
|
+
constant_current_diode_right: undefined;
|
112
|
+
constant_current_diode_up: undefined;
|
105
113
|
constant_current_diode_vert: undefined;
|
106
114
|
crystal_4pin_down: undefined;
|
107
115
|
crystal_4pin_left: undefined;
|
@@ -123,16 +131,12 @@ declare const _default: {
|
|
123
131
|
height: number;
|
124
132
|
};
|
125
133
|
};
|
134
|
+
dc_voltmeter_down: undefined;
|
126
135
|
dc_voltmeter_horz: undefined;
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
size: {
|
132
|
-
width: number;
|
133
|
-
height: number;
|
134
|
-
};
|
135
|
-
};
|
136
|
+
dc_voltmeter_left: undefined;
|
137
|
+
dc_voltmeter_right: undefined;
|
138
|
+
dc_voltmeter_up: undefined;
|
139
|
+
dc_voltmeter_vert: undefined;
|
136
140
|
diac_horz: undefined;
|
137
141
|
diac_vert: undefined;
|
138
142
|
diode_down: undefined;
|