@localess/client 3.0.6-dev.20260512074100 → 3.0.6
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/SKILL.md +9 -9
- package/package.json +1 -1
package/SKILL.md
CHANGED
|
@@ -179,15 +179,15 @@ if (window.localess) {
|
|
|
179
179
|
|
|
180
180
|
**Event types:**
|
|
181
181
|
|
|
182
|
-
| Event | When
|
|
183
|
-
|
|
184
|
-
| `input` | User is typing in a field (real-time)
|
|
185
|
-
| `change` | Field value confirmed
|
|
186
|
-
| `save` | Content saved
|
|
187
|
-
| `publish` | Content published
|
|
188
|
-
| `pong` | Editor heartbeat response
|
|
189
|
-
| `enterSchema` | User enters a schema element
|
|
190
|
-
| `hoverSchema` | User hovers over a schema element
|
|
182
|
+
| Event | When |
|
|
183
|
+
|---------------|---------------------------------------|
|
|
184
|
+
| `input` | User is typing in a field (real-time) |
|
|
185
|
+
| `change` | Field value confirmed |
|
|
186
|
+
| `save` | Content saved |
|
|
187
|
+
| `publish` | Content published |
|
|
188
|
+
| `pong` | Editor heartbeat response |
|
|
189
|
+
| `enterSchema` | User enters a schema element |
|
|
190
|
+
| `hoverSchema` | User hovers over a schema element |
|
|
191
191
|
|
|
192
192
|
---
|
|
193
193
|
|