@vielzeug/codex 2.2.7 → 2.2.8
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/data/catalog.json +1693 -0
- package/data/llms-full.txt +27748 -0
- package/data/llms.txt +40 -0
- package/data/manifest.json +8 -0
- package/data/packages/arsenal.json +210 -0
- package/data/packages/assay.json +39 -0
- package/data/packages/clockwork.json +67 -0
- package/data/packages/codex.json +43 -0
- package/data/packages/coins.json +102 -0
- package/data/packages/conduit.json +60 -0
- package/data/packages/courier.json +58 -0
- package/data/packages/dnd.json +77 -0
- package/data/packages/familiar.json +40 -0
- package/data/packages/flux.json +93 -0
- package/data/packages/forge.json +84 -0
- package/data/packages/herald.json +108 -0
- package/data/packages/keymap.json +60 -0
- package/data/packages/ledger.json +57 -0
- package/data/packages/lingua.json +67 -0
- package/data/packages/necromancer.json +50 -0
- package/data/packages/orbit.json +99 -0
- package/data/packages/ore.json +73 -0
- package/data/packages/prism.json +66 -0
- package/data/packages/pulse.json +69 -0
- package/data/packages/refine.json +12 -0
- package/data/packages/ripple.json +83 -0
- package/data/packages/rune.json +79 -0
- package/data/packages/sandbox.json +40 -0
- package/data/packages/scout.json +60 -0
- package/data/packages/scroll.json +109 -0
- package/data/packages/sourcerer.json +72 -0
- package/data/packages/spell.json +133 -0
- package/data/packages/tempo.json +81 -0
- package/data/packages/vault.json +85 -0
- package/data/packages/ward.json +114 -0
- package/data/packages/wayfinder.json +110 -0
- package/data/refine.json +11926 -0
- package/data/search.json +1432 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1693 @@
|
|
|
1
|
+
{
|
|
2
|
+
"packages": [
|
|
3
|
+
{
|
|
4
|
+
"availableDocPages": [
|
|
5
|
+
"index",
|
|
6
|
+
"api",
|
|
7
|
+
"usage",
|
|
8
|
+
"examples"
|
|
9
|
+
],
|
|
10
|
+
"category": "utilities",
|
|
11
|
+
"description": "Tree-shakeable TypeScript utilities with focused category entry points for arrays, async work, caching, objects, strings, math, and guards.",
|
|
12
|
+
"exampleIds": [
|
|
13
|
+
"array-chunk",
|
|
14
|
+
"array-filter",
|
|
15
|
+
"array-group",
|
|
16
|
+
"array-map",
|
|
17
|
+
"array-search",
|
|
18
|
+
"array-search-normalize",
|
|
19
|
+
"array-uniq",
|
|
20
|
+
"async-attempt",
|
|
21
|
+
"async-parallel",
|
|
22
|
+
"async-pool",
|
|
23
|
+
"async-queue",
|
|
24
|
+
"async-retry",
|
|
25
|
+
"async-waitFor",
|
|
26
|
+
"function-debounce",
|
|
27
|
+
"function-memo",
|
|
28
|
+
"function-pipe",
|
|
29
|
+
"function-runAll",
|
|
30
|
+
"function-stash-async",
|
|
31
|
+
"function-throttle",
|
|
32
|
+
"math-average",
|
|
33
|
+
"object-diff",
|
|
34
|
+
"object-diffArrays",
|
|
35
|
+
"object-getPath",
|
|
36
|
+
"object-hash",
|
|
37
|
+
"object-merge",
|
|
38
|
+
"object-parseJSON",
|
|
39
|
+
"object-prune",
|
|
40
|
+
"object-stash",
|
|
41
|
+
"string-camelcase",
|
|
42
|
+
"typed-is"
|
|
43
|
+
],
|
|
44
|
+
"exports": [
|
|
45
|
+
"chunk",
|
|
46
|
+
"groupBy",
|
|
47
|
+
"retry",
|
|
48
|
+
"debounce",
|
|
49
|
+
"clamp",
|
|
50
|
+
"isEqual",
|
|
51
|
+
"taskPool",
|
|
52
|
+
"cache",
|
|
53
|
+
"fuzzyFilter",
|
|
54
|
+
"tryParseJson"
|
|
55
|
+
],
|
|
56
|
+
"hasSource": true,
|
|
57
|
+
"keywords": [
|
|
58
|
+
"utility",
|
|
59
|
+
"array",
|
|
60
|
+
"string",
|
|
61
|
+
"object",
|
|
62
|
+
"math",
|
|
63
|
+
"async",
|
|
64
|
+
"debounce",
|
|
65
|
+
"throttle",
|
|
66
|
+
"cache"
|
|
67
|
+
],
|
|
68
|
+
"name": "@vielzeug/arsenal",
|
|
69
|
+
"related": [
|
|
70
|
+
"tempo",
|
|
71
|
+
"sourcerer",
|
|
72
|
+
"spell",
|
|
73
|
+
"coins"
|
|
74
|
+
],
|
|
75
|
+
"slug": "arsenal",
|
|
76
|
+
"version": "2.1.0"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"availableDocPages": [
|
|
80
|
+
"index",
|
|
81
|
+
"api",
|
|
82
|
+
"usage",
|
|
83
|
+
"examples"
|
|
84
|
+
],
|
|
85
|
+
"category": "testing",
|
|
86
|
+
"description": "Scoped DOM queries, exact event dispatch, and cancellable async waiting for browser tests.",
|
|
87
|
+
"exampleIds": [],
|
|
88
|
+
"exports": [
|
|
89
|
+
"within",
|
|
90
|
+
"queryInShadow",
|
|
91
|
+
"queryAllInShadow",
|
|
92
|
+
"queryPart",
|
|
93
|
+
"getSlotted",
|
|
94
|
+
"dispatch",
|
|
95
|
+
"fireBlur",
|
|
96
|
+
"fireChange",
|
|
97
|
+
"fireClick",
|
|
98
|
+
"fireCustom",
|
|
99
|
+
"fireFocus",
|
|
100
|
+
"fireInput",
|
|
101
|
+
"fireKeyDown",
|
|
102
|
+
"fireKeyUp",
|
|
103
|
+
"fireSubmit",
|
|
104
|
+
"waitUntil",
|
|
105
|
+
"retry",
|
|
106
|
+
"waitForEvent",
|
|
107
|
+
"delay",
|
|
108
|
+
"nextTick",
|
|
109
|
+
"AssayError",
|
|
110
|
+
"AssayQueryError",
|
|
111
|
+
"AssayTimeoutError"
|
|
112
|
+
],
|
|
113
|
+
"hasSource": true,
|
|
114
|
+
"keywords": [
|
|
115
|
+
"testing",
|
|
116
|
+
"dom",
|
|
117
|
+
"events",
|
|
118
|
+
"queries",
|
|
119
|
+
"custom-elements"
|
|
120
|
+
],
|
|
121
|
+
"name": "@vielzeug/assay",
|
|
122
|
+
"related": [
|
|
123
|
+
"ore",
|
|
124
|
+
"refine"
|
|
125
|
+
],
|
|
126
|
+
"slug": "assay",
|
|
127
|
+
"version": "2.1.0"
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"availableDocPages": [
|
|
131
|
+
"index",
|
|
132
|
+
"api",
|
|
133
|
+
"usage",
|
|
134
|
+
"examples"
|
|
135
|
+
],
|
|
136
|
+
"category": "state",
|
|
137
|
+
"description": "Framework-neutral typed state machines with pure transitions, actor-owned runtime work, timers, invokes, and explicit effects.",
|
|
138
|
+
"exampleIds": [
|
|
139
|
+
"after-transitions",
|
|
140
|
+
"async-invokes",
|
|
141
|
+
"basic-machine",
|
|
142
|
+
"entry-exit-actions",
|
|
143
|
+
"guards-and-reducers",
|
|
144
|
+
"pure-transitions-and-errors"
|
|
145
|
+
],
|
|
146
|
+
"exports": [
|
|
147
|
+
"defineMachine",
|
|
148
|
+
"ClockworkError",
|
|
149
|
+
"Machine",
|
|
150
|
+
"Actor",
|
|
151
|
+
"MachineConfig",
|
|
152
|
+
"MachineSnapshot",
|
|
153
|
+
"TransitionResult"
|
|
154
|
+
],
|
|
155
|
+
"hasSource": true,
|
|
156
|
+
"keywords": [
|
|
157
|
+
"state-machine",
|
|
158
|
+
"finite-state",
|
|
159
|
+
"typed",
|
|
160
|
+
"actor",
|
|
161
|
+
"async-tasks"
|
|
162
|
+
],
|
|
163
|
+
"name": "@vielzeug/clockwork",
|
|
164
|
+
"related": [
|
|
165
|
+
"herald",
|
|
166
|
+
"ripple",
|
|
167
|
+
"ward"
|
|
168
|
+
],
|
|
169
|
+
"slug": "clockwork",
|
|
170
|
+
"version": "2.1.0"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"availableDocPages": [
|
|
174
|
+
"index",
|
|
175
|
+
"api",
|
|
176
|
+
"usage",
|
|
177
|
+
"examples"
|
|
178
|
+
],
|
|
179
|
+
"category": "AI",
|
|
180
|
+
"description": "Local MCP access to Vielzeug documentation and package metadata.",
|
|
181
|
+
"exampleIds": [],
|
|
182
|
+
"exports": [
|
|
183
|
+
"loadSnapshot",
|
|
184
|
+
"SnapshotCatalog",
|
|
185
|
+
"createMcpServer",
|
|
186
|
+
"startHttpHost"
|
|
187
|
+
],
|
|
188
|
+
"hasSource": true,
|
|
189
|
+
"keywords": [
|
|
190
|
+
"mcp",
|
|
191
|
+
"docs",
|
|
192
|
+
"ai"
|
|
193
|
+
],
|
|
194
|
+
"name": "@vielzeug/codex",
|
|
195
|
+
"related": [
|
|
196
|
+
"refine"
|
|
197
|
+
],
|
|
198
|
+
"slug": "codex",
|
|
199
|
+
"version": "2.2.3"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"availableDocPages": [
|
|
203
|
+
"index",
|
|
204
|
+
"api",
|
|
205
|
+
"usage",
|
|
206
|
+
"examples"
|
|
207
|
+
],
|
|
208
|
+
"category": "finance",
|
|
209
|
+
"description": "Exact bigint monetary arithmetic with explicit currency definitions, decimal strings, allocation, exchange, formatting, and JSON boundaries.",
|
|
210
|
+
"exampleIds": [
|
|
211
|
+
"allocation-basic",
|
|
212
|
+
"arithmetic-basic",
|
|
213
|
+
"errors-basic",
|
|
214
|
+
"exchange-basic",
|
|
215
|
+
"format-basic",
|
|
216
|
+
"money-basic",
|
|
217
|
+
"rounding-basic",
|
|
218
|
+
"serialization-basic",
|
|
219
|
+
"utilities-basic"
|
|
220
|
+
],
|
|
221
|
+
"exports": [
|
|
222
|
+
"money",
|
|
223
|
+
"currency",
|
|
224
|
+
"add",
|
|
225
|
+
"allocate",
|
|
226
|
+
"exchange",
|
|
227
|
+
"format"
|
|
228
|
+
],
|
|
229
|
+
"hasSource": true,
|
|
230
|
+
"keywords": [
|
|
231
|
+
"money",
|
|
232
|
+
"currency",
|
|
233
|
+
"bigint",
|
|
234
|
+
"decimal",
|
|
235
|
+
"exchange",
|
|
236
|
+
"formatting"
|
|
237
|
+
],
|
|
238
|
+
"name": "@vielzeug/coins",
|
|
239
|
+
"related": [
|
|
240
|
+
"vault",
|
|
241
|
+
"courier",
|
|
242
|
+
"spell"
|
|
243
|
+
],
|
|
244
|
+
"slug": "coins",
|
|
245
|
+
"version": "2.1.0"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"availableDocPages": [
|
|
249
|
+
"index",
|
|
250
|
+
"api",
|
|
251
|
+
"usage",
|
|
252
|
+
"examples"
|
|
253
|
+
],
|
|
254
|
+
"category": "infrastructure",
|
|
255
|
+
"description": "Dependency-first asynchronous dependency injection with typed tokens, lifecycle scopes, startup validation, and deterministic disposal.",
|
|
256
|
+
"exampleIds": [
|
|
257
|
+
"basic-container",
|
|
258
|
+
"dispose-lifecycle",
|
|
259
|
+
"lifetimes",
|
|
260
|
+
"scoped-execution",
|
|
261
|
+
"testing",
|
|
262
|
+
"validate"
|
|
263
|
+
],
|
|
264
|
+
"exports": [
|
|
265
|
+
"createContainer",
|
|
266
|
+
"token",
|
|
267
|
+
"scope"
|
|
268
|
+
],
|
|
269
|
+
"hasSource": true,
|
|
270
|
+
"keywords": [
|
|
271
|
+
"dependency injection",
|
|
272
|
+
"container",
|
|
273
|
+
"token",
|
|
274
|
+
"lifecycle",
|
|
275
|
+
"scope"
|
|
276
|
+
],
|
|
277
|
+
"name": "@vielzeug/conduit",
|
|
278
|
+
"related": [
|
|
279
|
+
"courier",
|
|
280
|
+
"vault",
|
|
281
|
+
"rune"
|
|
282
|
+
],
|
|
283
|
+
"slug": "conduit",
|
|
284
|
+
"version": "2.0.1"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"availableDocPages": [
|
|
288
|
+
"index",
|
|
289
|
+
"api",
|
|
290
|
+
"usage",
|
|
291
|
+
"examples"
|
|
292
|
+
],
|
|
293
|
+
"category": "http",
|
|
294
|
+
"description": "A framework-neutral fetch client with explicit cache keys, direct mutations, and abortable streams.",
|
|
295
|
+
"exampleIds": [
|
|
296
|
+
"create-courier",
|
|
297
|
+
"query-handle",
|
|
298
|
+
"stream-cancellation"
|
|
299
|
+
],
|
|
300
|
+
"exports": [
|
|
301
|
+
"createCourier",
|
|
302
|
+
"CourierError",
|
|
303
|
+
"CourierHttpError",
|
|
304
|
+
"CourierNetworkError",
|
|
305
|
+
"CourierTimeoutError",
|
|
306
|
+
"CourierAbortError",
|
|
307
|
+
"CourierSchemaValidationError",
|
|
308
|
+
"withBearerAuth",
|
|
309
|
+
"withRequestId",
|
|
310
|
+
"withLogging"
|
|
311
|
+
],
|
|
312
|
+
"hasSource": true,
|
|
313
|
+
"keywords": [
|
|
314
|
+
"http-client",
|
|
315
|
+
"fetch",
|
|
316
|
+
"caching",
|
|
317
|
+
"queries",
|
|
318
|
+
"mutations",
|
|
319
|
+
"sse",
|
|
320
|
+
"streaming",
|
|
321
|
+
"interceptors"
|
|
322
|
+
],
|
|
323
|
+
"name": "@vielzeug/courier",
|
|
324
|
+
"related": [
|
|
325
|
+
"flux",
|
|
326
|
+
"ripple",
|
|
327
|
+
"spell"
|
|
328
|
+
],
|
|
329
|
+
"slug": "courier",
|
|
330
|
+
"version": "2.2.0"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"availableDocPages": [
|
|
334
|
+
"index",
|
|
335
|
+
"api",
|
|
336
|
+
"usage",
|
|
337
|
+
"examples"
|
|
338
|
+
],
|
|
339
|
+
"category": "ui-interaction",
|
|
340
|
+
"description": "Framework-agnostic drag-and-drop. Drop zones with MIME filtering, sortable lists with drag handles, and explicit connected scopes — zero dependencies.",
|
|
341
|
+
"exampleIds": [
|
|
342
|
+
"drop-zone-accept",
|
|
343
|
+
"drop-zone-basic",
|
|
344
|
+
"drop-zone-disposal",
|
|
345
|
+
"drop-zone-matches-accept",
|
|
346
|
+
"drop-zone-validate",
|
|
347
|
+
"sortable-connected",
|
|
348
|
+
"sortable-list",
|
|
349
|
+
"sortable-revert",
|
|
350
|
+
"sortable-with-handle"
|
|
351
|
+
],
|
|
352
|
+
"exports": [
|
|
353
|
+
"createDropZone",
|
|
354
|
+
"createSortable",
|
|
355
|
+
"createSortableScope",
|
|
356
|
+
"applyReorder",
|
|
357
|
+
"matchesAccept"
|
|
358
|
+
],
|
|
359
|
+
"hasSource": true,
|
|
360
|
+
"keywords": [
|
|
361
|
+
"drag-drop",
|
|
362
|
+
"sortable",
|
|
363
|
+
"file-upload",
|
|
364
|
+
"drop-zone",
|
|
365
|
+
"dnd",
|
|
366
|
+
"reorder"
|
|
367
|
+
],
|
|
368
|
+
"name": "@vielzeug/dnd",
|
|
369
|
+
"related": [
|
|
370
|
+
"ore",
|
|
371
|
+
"scroll",
|
|
372
|
+
"refine"
|
|
373
|
+
],
|
|
374
|
+
"slug": "dnd",
|
|
375
|
+
"version": "2.0.0"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"availableDocPages": [
|
|
379
|
+
"index",
|
|
380
|
+
"api",
|
|
381
|
+
"usage",
|
|
382
|
+
"examples"
|
|
383
|
+
],
|
|
384
|
+
"category": "workers",
|
|
385
|
+
"description": "Typed ES module Worker pools with cancellation, priority scheduling, streaming, and test utilities.",
|
|
386
|
+
"exampleIds": [
|
|
387
|
+
"error-contracts"
|
|
388
|
+
],
|
|
389
|
+
"exports": [
|
|
390
|
+
"createWorker",
|
|
391
|
+
"createStreamWorker",
|
|
392
|
+
"batch",
|
|
393
|
+
"createTaskGroup",
|
|
394
|
+
"FamiliarError",
|
|
395
|
+
"FamiliarTimeoutError",
|
|
396
|
+
"FamiliarTaskError",
|
|
397
|
+
"FamiliarQueueFullError",
|
|
398
|
+
"FamiliarTerminatedError",
|
|
399
|
+
"FamiliarRuntimeError"
|
|
400
|
+
],
|
|
401
|
+
"hasSource": true,
|
|
402
|
+
"keywords": [
|
|
403
|
+
"web-workers",
|
|
404
|
+
"module-workers",
|
|
405
|
+
"pool",
|
|
406
|
+
"concurrency",
|
|
407
|
+
"timeout",
|
|
408
|
+
"cancellation",
|
|
409
|
+
"streaming"
|
|
410
|
+
],
|
|
411
|
+
"name": "@vielzeug/familiar",
|
|
412
|
+
"related": [
|
|
413
|
+
"arsenal",
|
|
414
|
+
"ripple",
|
|
415
|
+
"herald"
|
|
416
|
+
],
|
|
417
|
+
"slug": "familiar",
|
|
418
|
+
"version": "2.0.1"
|
|
419
|
+
},
|
|
420
|
+
{
|
|
421
|
+
"availableDocPages": [
|
|
422
|
+
"index",
|
|
423
|
+
"api",
|
|
424
|
+
"usage",
|
|
425
|
+
"examples"
|
|
426
|
+
],
|
|
427
|
+
"category": "reactive",
|
|
428
|
+
"description": "Reusable push streams with subscription-owned cancellation, bounded buffering, and optional ecosystem adapters.",
|
|
429
|
+
"exampleIds": [
|
|
430
|
+
"async-conversion",
|
|
431
|
+
"basic-flux",
|
|
432
|
+
"cancellation",
|
|
433
|
+
"combination",
|
|
434
|
+
"error-handling",
|
|
435
|
+
"operators",
|
|
436
|
+
"subjects"
|
|
437
|
+
],
|
|
438
|
+
"exports": [
|
|
439
|
+
"stream",
|
|
440
|
+
"pipe",
|
|
441
|
+
"of",
|
|
442
|
+
"from",
|
|
443
|
+
"fromEvent",
|
|
444
|
+
"interval",
|
|
445
|
+
"timer",
|
|
446
|
+
"map",
|
|
447
|
+
"filter",
|
|
448
|
+
"scan",
|
|
449
|
+
"switchMap",
|
|
450
|
+
"mergeMap",
|
|
451
|
+
"concatMap",
|
|
452
|
+
"take",
|
|
453
|
+
"takeUntil",
|
|
454
|
+
"debounce",
|
|
455
|
+
"timeout",
|
|
456
|
+
"merge",
|
|
457
|
+
"concat",
|
|
458
|
+
"combineLatest",
|
|
459
|
+
"retry",
|
|
460
|
+
"toArray",
|
|
461
|
+
"first",
|
|
462
|
+
"last",
|
|
463
|
+
"toAsyncIterable"
|
|
464
|
+
],
|
|
465
|
+
"hasSource": true,
|
|
466
|
+
"keywords": [
|
|
467
|
+
"streams",
|
|
468
|
+
"reactive",
|
|
469
|
+
"operators",
|
|
470
|
+
"cancellation",
|
|
471
|
+
"buffering",
|
|
472
|
+
"channels"
|
|
473
|
+
],
|
|
474
|
+
"name": "@vielzeug/flux",
|
|
475
|
+
"related": [
|
|
476
|
+
"ripple",
|
|
477
|
+
"herald",
|
|
478
|
+
"pulse",
|
|
479
|
+
"courier"
|
|
480
|
+
],
|
|
481
|
+
"slug": "flux",
|
|
482
|
+
"version": "2.3.0"
|
|
483
|
+
},
|
|
484
|
+
{
|
|
485
|
+
"availableDocPages": [
|
|
486
|
+
"index",
|
|
487
|
+
"api",
|
|
488
|
+
"usage",
|
|
489
|
+
"examples"
|
|
490
|
+
],
|
|
491
|
+
"category": "forms",
|
|
492
|
+
"description": "Framework-agnostic immutable form state with focused object fields and explicit validation results.",
|
|
493
|
+
"exampleIds": [
|
|
494
|
+
"array-fields",
|
|
495
|
+
"create-form",
|
|
496
|
+
"dynamic-fields",
|
|
497
|
+
"field-binding",
|
|
498
|
+
"field-operations",
|
|
499
|
+
"form-submission",
|
|
500
|
+
"form-subscriptions",
|
|
501
|
+
"form-validation",
|
|
502
|
+
"schema-integration",
|
|
503
|
+
"scoped-sub-forms"
|
|
504
|
+
],
|
|
505
|
+
"exports": [
|
|
506
|
+
"createForm",
|
|
507
|
+
"toFormData",
|
|
508
|
+
"bindField",
|
|
509
|
+
"customValidator",
|
|
510
|
+
"saveForm",
|
|
511
|
+
"loadForm"
|
|
512
|
+
],
|
|
513
|
+
"hasSource": true,
|
|
514
|
+
"keywords": [
|
|
515
|
+
"form-state",
|
|
516
|
+
"validation",
|
|
517
|
+
"immutable",
|
|
518
|
+
"input",
|
|
519
|
+
"submission"
|
|
520
|
+
],
|
|
521
|
+
"name": "@vielzeug/forge",
|
|
522
|
+
"related": [
|
|
523
|
+
"spell",
|
|
524
|
+
"vault",
|
|
525
|
+
"courier"
|
|
526
|
+
],
|
|
527
|
+
"slug": "forge",
|
|
528
|
+
"version": "2.1.2"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"availableDocPages": [
|
|
532
|
+
"index",
|
|
533
|
+
"api",
|
|
534
|
+
"usage",
|
|
535
|
+
"examples"
|
|
536
|
+
],
|
|
537
|
+
"category": "events",
|
|
538
|
+
"description": "Typed temporal event delivery with sync subscriptions, async waiting, streams, pipes, and AbortSignal lifecycle.",
|
|
539
|
+
"exampleIds": [
|
|
540
|
+
"abort-signal",
|
|
541
|
+
"async-generator",
|
|
542
|
+
"async-wait",
|
|
543
|
+
"basic-bus",
|
|
544
|
+
"bus-basics",
|
|
545
|
+
"disposal-signal",
|
|
546
|
+
"error-handling",
|
|
547
|
+
"event-stream-take",
|
|
548
|
+
"logger-option",
|
|
549
|
+
"named-bus",
|
|
550
|
+
"once-and-wait",
|
|
551
|
+
"pipe-events",
|
|
552
|
+
"test-bus",
|
|
553
|
+
"wait-any",
|
|
554
|
+
"wildcard-listeners"
|
|
555
|
+
],
|
|
556
|
+
"exports": [
|
|
557
|
+
"createBus",
|
|
558
|
+
"pipeEvents",
|
|
559
|
+
"combineSignals",
|
|
560
|
+
"HeraldError",
|
|
561
|
+
"BusDisposedError",
|
|
562
|
+
"HeraldConfigError"
|
|
563
|
+
],
|
|
564
|
+
"hasSource": true,
|
|
565
|
+
"keywords": [
|
|
566
|
+
"event-bus",
|
|
567
|
+
"typed-events",
|
|
568
|
+
"pub-sub",
|
|
569
|
+
"async-streams",
|
|
570
|
+
"abort-signal"
|
|
571
|
+
],
|
|
572
|
+
"name": "@vielzeug/herald",
|
|
573
|
+
"related": [
|
|
574
|
+
"ripple",
|
|
575
|
+
"wayfinder",
|
|
576
|
+
"familiar"
|
|
577
|
+
],
|
|
578
|
+
"slug": "herald",
|
|
579
|
+
"version": "2.1.0"
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"availableDocPages": [
|
|
583
|
+
"index",
|
|
584
|
+
"api",
|
|
585
|
+
"usage",
|
|
586
|
+
"examples"
|
|
587
|
+
],
|
|
588
|
+
"category": "app-infrastructure",
|
|
589
|
+
"description": "Target-local keyboard shortcut manager with chords, event-aware guards, modifier aliases, and terminal disposal.",
|
|
590
|
+
"exampleIds": [
|
|
591
|
+
"basic-shortcuts",
|
|
592
|
+
"chord-sequences",
|
|
593
|
+
"conflict-detection",
|
|
594
|
+
"parse-and-match",
|
|
595
|
+
"shortcut-utilities"
|
|
596
|
+
],
|
|
597
|
+
"exports": [
|
|
598
|
+
"canonicalizeShortcut",
|
|
599
|
+
"createKeymap",
|
|
600
|
+
"detectModKey",
|
|
601
|
+
"findShortcutConflicts",
|
|
602
|
+
"formatShortcut",
|
|
603
|
+
"KeymapError",
|
|
604
|
+
"KeymapParseError",
|
|
605
|
+
"matchStep",
|
|
606
|
+
"parseShortcut",
|
|
607
|
+
"parseStep"
|
|
608
|
+
],
|
|
609
|
+
"hasSource": true,
|
|
610
|
+
"keywords": [
|
|
611
|
+
"keyboard",
|
|
612
|
+
"shortcuts",
|
|
613
|
+
"hotkeys",
|
|
614
|
+
"chord",
|
|
615
|
+
"keybinding",
|
|
616
|
+
"headless",
|
|
617
|
+
"accessibility"
|
|
618
|
+
],
|
|
619
|
+
"name": "@vielzeug/keymap",
|
|
620
|
+
"related": [
|
|
621
|
+
"herald",
|
|
622
|
+
"refine",
|
|
623
|
+
"ore"
|
|
624
|
+
],
|
|
625
|
+
"slug": "keymap",
|
|
626
|
+
"version": "2.1.0"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"availableDocPages": [
|
|
630
|
+
"index",
|
|
631
|
+
"api",
|
|
632
|
+
"usage",
|
|
633
|
+
"examples"
|
|
634
|
+
],
|
|
635
|
+
"category": "utilities",
|
|
636
|
+
"description": "Serialized reversible command history with cancellation ownership and atomic reactive snapshots.",
|
|
637
|
+
"exampleIds": [
|
|
638
|
+
"cancellation",
|
|
639
|
+
"command-data",
|
|
640
|
+
"compose-commands",
|
|
641
|
+
"do-undo-redo",
|
|
642
|
+
"reactive-signals",
|
|
643
|
+
"rollback-error"
|
|
644
|
+
],
|
|
645
|
+
"exports": [
|
|
646
|
+
"compose",
|
|
647
|
+
"createLedger"
|
|
648
|
+
],
|
|
649
|
+
"hasSource": true,
|
|
650
|
+
"keywords": [
|
|
651
|
+
"undo",
|
|
652
|
+
"redo",
|
|
653
|
+
"history",
|
|
654
|
+
"commands",
|
|
655
|
+
"async",
|
|
656
|
+
"reactive",
|
|
657
|
+
"ripple"
|
|
658
|
+
],
|
|
659
|
+
"name": "@vielzeug/ledger",
|
|
660
|
+
"related": [
|
|
661
|
+
"ripple",
|
|
662
|
+
"keymap",
|
|
663
|
+
"forge",
|
|
664
|
+
"vault"
|
|
665
|
+
],
|
|
666
|
+
"slug": "ledger",
|
|
667
|
+
"version": "2.2.0"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"availableDocPages": [
|
|
671
|
+
"index",
|
|
672
|
+
"api",
|
|
673
|
+
"usage",
|
|
674
|
+
"examples"
|
|
675
|
+
],
|
|
676
|
+
"category": "i18n",
|
|
677
|
+
"description": "Framework-neutral locale catalogs, typed translations, and explicit plural messages.",
|
|
678
|
+
"exampleIds": [
|
|
679
|
+
"feature-resources",
|
|
680
|
+
"rich-segments",
|
|
681
|
+
"static-translator",
|
|
682
|
+
"store"
|
|
683
|
+
],
|
|
684
|
+
"exports": [
|
|
685
|
+
"createCatalogTranslator",
|
|
686
|
+
"createTranslationStore",
|
|
687
|
+
"createTranslator",
|
|
688
|
+
"hydrateTranslationStore",
|
|
689
|
+
"LinguaError",
|
|
690
|
+
"LinguaDisposedError",
|
|
691
|
+
"LinguaInvalidCatalogError",
|
|
692
|
+
"LinguaInvalidLocaleError",
|
|
693
|
+
"LinguaInvalidPluralCountError",
|
|
694
|
+
"LinguaInvalidStateError",
|
|
695
|
+
"LinguaMissingCatalogError"
|
|
696
|
+
],
|
|
697
|
+
"hasSource": true,
|
|
698
|
+
"keywords": [
|
|
699
|
+
"internationalization",
|
|
700
|
+
"translations",
|
|
701
|
+
"pluralization",
|
|
702
|
+
"locale",
|
|
703
|
+
"i18n",
|
|
704
|
+
"catalog-loading"
|
|
705
|
+
],
|
|
706
|
+
"name": "@vielzeug/lingua",
|
|
707
|
+
"related": [
|
|
708
|
+
"ripple",
|
|
709
|
+
"wayfinder",
|
|
710
|
+
"courier"
|
|
711
|
+
],
|
|
712
|
+
"slug": "lingua",
|
|
713
|
+
"version": "2.2.0"
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"availableDocPages": [
|
|
717
|
+
"index",
|
|
718
|
+
"api",
|
|
719
|
+
"usage",
|
|
720
|
+
"examples"
|
|
721
|
+
],
|
|
722
|
+
"category": "ui",
|
|
723
|
+
"description": "Lifecycle-owned Web Animations API primitives for native playback, groups, and additive FLIP transitions.",
|
|
724
|
+
"exampleIds": [
|
|
725
|
+
"flip",
|
|
726
|
+
"lifecycle",
|
|
727
|
+
"reduced-motion",
|
|
728
|
+
"stagger"
|
|
729
|
+
],
|
|
730
|
+
"exports": [
|
|
731
|
+
"animate",
|
|
732
|
+
"animateEach",
|
|
733
|
+
"captureLayout"
|
|
734
|
+
],
|
|
735
|
+
"hasSource": true,
|
|
736
|
+
"keywords": [
|
|
737
|
+
"animation",
|
|
738
|
+
"web-animations-api",
|
|
739
|
+
"waapi",
|
|
740
|
+
"flip",
|
|
741
|
+
"stagger",
|
|
742
|
+
"reduced-motion"
|
|
743
|
+
],
|
|
744
|
+
"name": "@vielzeug/necromancer",
|
|
745
|
+
"related": [
|
|
746
|
+
"orbit",
|
|
747
|
+
"ore"
|
|
748
|
+
],
|
|
749
|
+
"slug": "necromancer",
|
|
750
|
+
"version": "2.0.1"
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
"availableDocPages": [
|
|
754
|
+
"index",
|
|
755
|
+
"api",
|
|
756
|
+
"usage",
|
|
757
|
+
"examples"
|
|
758
|
+
],
|
|
759
|
+
"category": "ui",
|
|
760
|
+
"description": "Dependency-free floating positioning with lifecycle-owned geometry and middleware.",
|
|
761
|
+
"exampleIds": [
|
|
762
|
+
"auto-update",
|
|
763
|
+
"inline-middleware",
|
|
764
|
+
"position-basic",
|
|
765
|
+
"position-float",
|
|
766
|
+
"presets",
|
|
767
|
+
"size-middleware"
|
|
768
|
+
],
|
|
769
|
+
"exports": [
|
|
770
|
+
"autoUpdate",
|
|
771
|
+
"computePosition",
|
|
772
|
+
"createPositioner"
|
|
773
|
+
],
|
|
774
|
+
"hasSource": true,
|
|
775
|
+
"keywords": [
|
|
776
|
+
"positioning",
|
|
777
|
+
"tooltip",
|
|
778
|
+
"popover",
|
|
779
|
+
"dropdown",
|
|
780
|
+
"middleware",
|
|
781
|
+
"floating-ui"
|
|
782
|
+
],
|
|
783
|
+
"name": "@vielzeug/orbit",
|
|
784
|
+
"related": [
|
|
785
|
+
"ore",
|
|
786
|
+
"refine",
|
|
787
|
+
"prism"
|
|
788
|
+
],
|
|
789
|
+
"slug": "orbit",
|
|
790
|
+
"version": "2.1.0"
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
"availableDocPages": [
|
|
794
|
+
"index",
|
|
795
|
+
"api",
|
|
796
|
+
"usage",
|
|
797
|
+
"examples"
|
|
798
|
+
],
|
|
799
|
+
"category": "ui-primitives",
|
|
800
|
+
"description": "Functional custom-element authoring with typed props, reactive templates, lifecycle helpers, observers, and testing utilities.",
|
|
801
|
+
"exampleIds": [],
|
|
802
|
+
"exports": [
|
|
803
|
+
"define",
|
|
804
|
+
"prop",
|
|
805
|
+
"html",
|
|
806
|
+
"css",
|
|
807
|
+
"ref",
|
|
808
|
+
"createContext",
|
|
809
|
+
"inject",
|
|
810
|
+
"injectStrict",
|
|
811
|
+
"provide",
|
|
812
|
+
"onMounted",
|
|
813
|
+
"onCleanup",
|
|
814
|
+
"onEvent",
|
|
815
|
+
"onElement",
|
|
816
|
+
"onFormReset",
|
|
817
|
+
"watchEffect",
|
|
818
|
+
"useEmit",
|
|
819
|
+
"useSlots",
|
|
820
|
+
"getHost",
|
|
821
|
+
"bind",
|
|
822
|
+
"each",
|
|
823
|
+
"when",
|
|
824
|
+
"classMap",
|
|
825
|
+
"styleMap",
|
|
826
|
+
"live",
|
|
827
|
+
"unsafeHtml",
|
|
828
|
+
"useField",
|
|
829
|
+
"intersectionObserver",
|
|
830
|
+
"mediaObserver",
|
|
831
|
+
"mutationObserver",
|
|
832
|
+
"resizeObserver",
|
|
833
|
+
"createId",
|
|
834
|
+
"createStableId",
|
|
835
|
+
"resetStableIdCounter",
|
|
836
|
+
"OreError",
|
|
837
|
+
"OreApiError",
|
|
838
|
+
"OreInternalError",
|
|
839
|
+
"OreLifecycleError",
|
|
840
|
+
"BindOptions"
|
|
841
|
+
],
|
|
842
|
+
"hasSource": true,
|
|
843
|
+
"keywords": [
|
|
844
|
+
"web-components",
|
|
845
|
+
"custom-elements",
|
|
846
|
+
"reactive",
|
|
847
|
+
"templates",
|
|
848
|
+
"signals",
|
|
849
|
+
"lifecycle"
|
|
850
|
+
],
|
|
851
|
+
"name": "@vielzeug/ore",
|
|
852
|
+
"related": [
|
|
853
|
+
"ripple",
|
|
854
|
+
"refine",
|
|
855
|
+
"orbit"
|
|
856
|
+
],
|
|
857
|
+
"slug": "ore",
|
|
858
|
+
"version": "2.0.7"
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"availableDocPages": [
|
|
862
|
+
"index",
|
|
863
|
+
"api",
|
|
864
|
+
"usage",
|
|
865
|
+
"examples"
|
|
866
|
+
],
|
|
867
|
+
"category": "ui",
|
|
868
|
+
"description": "Reactive SVG charting library — line, bar, and area charts. Signal-driven updates, CSS-themeable, accessible.",
|
|
869
|
+
"exampleIds": [],
|
|
870
|
+
"exports": [
|
|
871
|
+
"createLineChart",
|
|
872
|
+
"createBarChart",
|
|
873
|
+
"createAreaChart",
|
|
874
|
+
"createPieChart",
|
|
875
|
+
"createSparkline",
|
|
876
|
+
"linearScale",
|
|
877
|
+
"timeScale",
|
|
878
|
+
"bandScale",
|
|
879
|
+
"seriesColor",
|
|
880
|
+
"setTheme",
|
|
881
|
+
"resetTheme",
|
|
882
|
+
"animate",
|
|
883
|
+
"PrismError",
|
|
884
|
+
"ChartA11y",
|
|
885
|
+
"AnimationTarget",
|
|
886
|
+
"EasingFn",
|
|
887
|
+
"LegendState",
|
|
888
|
+
"TooltipState",
|
|
889
|
+
"ChartPluginContext",
|
|
890
|
+
"Point",
|
|
891
|
+
"ScaffoldContext",
|
|
892
|
+
"ScaffoldGroups",
|
|
893
|
+
"ChartEventHandlers",
|
|
894
|
+
"StackSegment"
|
|
895
|
+
],
|
|
896
|
+
"hasSource": true,
|
|
897
|
+
"keywords": [
|
|
898
|
+
"chart",
|
|
899
|
+
"svg",
|
|
900
|
+
"visualization",
|
|
901
|
+
"reactive",
|
|
902
|
+
"line-chart",
|
|
903
|
+
"bar-chart",
|
|
904
|
+
"area-chart",
|
|
905
|
+
"signals",
|
|
906
|
+
"typescript"
|
|
907
|
+
],
|
|
908
|
+
"name": "@vielzeug/prism",
|
|
909
|
+
"related": [
|
|
910
|
+
"ripple",
|
|
911
|
+
"refine",
|
|
912
|
+
"orbit"
|
|
913
|
+
],
|
|
914
|
+
"slug": "prism",
|
|
915
|
+
"version": "2.2.1"
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"availableDocPages": [
|
|
919
|
+
"index",
|
|
920
|
+
"api",
|
|
921
|
+
"usage",
|
|
922
|
+
"examples"
|
|
923
|
+
],
|
|
924
|
+
"category": "websockets",
|
|
925
|
+
"description": "Explicitly connected, typed WebSocket sessions with scoped channels, ref-counted rooms with reactive presence, reconnect restoration, and heartbeat.",
|
|
926
|
+
"exampleIds": [
|
|
927
|
+
"channels",
|
|
928
|
+
"connect-and-send",
|
|
929
|
+
"lifecycle",
|
|
930
|
+
"reconnect",
|
|
931
|
+
"rooms-presence"
|
|
932
|
+
],
|
|
933
|
+
"exports": [
|
|
934
|
+
"createPulse",
|
|
935
|
+
"Pulse",
|
|
936
|
+
"PulseChannel",
|
|
937
|
+
"RoomScope",
|
|
938
|
+
"RoomScopeBase",
|
|
939
|
+
"PresenceRoomScope",
|
|
940
|
+
"PulseOptions",
|
|
941
|
+
"PulseSchema",
|
|
942
|
+
"ChannelDefinition",
|
|
943
|
+
"ChannelDefinitions",
|
|
944
|
+
"RoomDefinition",
|
|
945
|
+
"RoomDefinitions",
|
|
946
|
+
"RoomOptions",
|
|
947
|
+
"OutgoingMessage",
|
|
948
|
+
"OutgoingTransform",
|
|
949
|
+
"PulseError",
|
|
950
|
+
"PulseConnectionError",
|
|
951
|
+
"PulseTimeoutError",
|
|
952
|
+
"PulseRoomTimeoutError",
|
|
953
|
+
"PulseAbortError",
|
|
954
|
+
"PulseDisposedError",
|
|
955
|
+
"PulseProtocolError"
|
|
956
|
+
],
|
|
957
|
+
"hasSource": true,
|
|
958
|
+
"keywords": [
|
|
959
|
+
"websocket",
|
|
960
|
+
"realtime",
|
|
961
|
+
"channels",
|
|
962
|
+
"presence",
|
|
963
|
+
"rooms",
|
|
964
|
+
"reconnect",
|
|
965
|
+
"heartbeat",
|
|
966
|
+
"typed-messaging",
|
|
967
|
+
"ripple"
|
|
968
|
+
],
|
|
969
|
+
"name": "@vielzeug/pulse",
|
|
970
|
+
"related": [
|
|
971
|
+
"herald",
|
|
972
|
+
"ripple",
|
|
973
|
+
"courier",
|
|
974
|
+
"clockwork"
|
|
975
|
+
],
|
|
976
|
+
"slug": "pulse",
|
|
977
|
+
"version": "2.2.0"
|
|
978
|
+
},
|
|
979
|
+
{
|
|
980
|
+
"availableDocPages": [
|
|
981
|
+
"index",
|
|
982
|
+
"api",
|
|
983
|
+
"usage"
|
|
984
|
+
],
|
|
985
|
+
"category": "ui-components",
|
|
986
|
+
"description": "Accessible, themeable web components built with Ore for framework and vanilla DOM apps.",
|
|
987
|
+
"exampleIds": [],
|
|
988
|
+
"exports": [
|
|
989
|
+
"ore-accordion",
|
|
990
|
+
"ore-accordion-item",
|
|
991
|
+
"ore-alert",
|
|
992
|
+
"ore-async",
|
|
993
|
+
"ore-avatar",
|
|
994
|
+
"ore-avatar-group",
|
|
995
|
+
"ore-badge",
|
|
996
|
+
"ore-box",
|
|
997
|
+
"ore-breadcrumb",
|
|
998
|
+
"ore-breadcrumb-item",
|
|
999
|
+
"ore-button",
|
|
1000
|
+
"ore-button-group",
|
|
1001
|
+
"ore-calendar",
|
|
1002
|
+
"ore-card",
|
|
1003
|
+
"ore-carousel",
|
|
1004
|
+
"ore-chat-message",
|
|
1005
|
+
"ore-checkbox",
|
|
1006
|
+
"ore-checkbox-group",
|
|
1007
|
+
"ore-chip",
|
|
1008
|
+
"ore-combobox",
|
|
1009
|
+
"ore-command-palette",
|
|
1010
|
+
"ore-command-palette-item",
|
|
1011
|
+
"ore-datagrid",
|
|
1012
|
+
"ore-date-picker",
|
|
1013
|
+
"ore-dialog",
|
|
1014
|
+
"ore-drawer",
|
|
1015
|
+
"ore-file-input",
|
|
1016
|
+
"ore-grid",
|
|
1017
|
+
"ore-grid-item",
|
|
1018
|
+
"ore-icon",
|
|
1019
|
+
"ore-input",
|
|
1020
|
+
"ore-list",
|
|
1021
|
+
"ore-list-item",
|
|
1022
|
+
"ore-menu",
|
|
1023
|
+
"ore-menu-item",
|
|
1024
|
+
"ore-menu-separator",
|
|
1025
|
+
"ore-message-composer",
|
|
1026
|
+
"ore-navbar",
|
|
1027
|
+
"ore-navbar-item",
|
|
1028
|
+
"ore-number-input",
|
|
1029
|
+
"ore-otp-input",
|
|
1030
|
+
"ore-pagination",
|
|
1031
|
+
"ore-password-strength",
|
|
1032
|
+
"ore-popover",
|
|
1033
|
+
"ore-progress",
|
|
1034
|
+
"ore-radio",
|
|
1035
|
+
"ore-radio-group",
|
|
1036
|
+
"ore-rating",
|
|
1037
|
+
"ore-select",
|
|
1038
|
+
"ore-separator",
|
|
1039
|
+
"ore-sidebar",
|
|
1040
|
+
"ore-sidebar-group",
|
|
1041
|
+
"ore-sidebar-item",
|
|
1042
|
+
"ore-skeleton",
|
|
1043
|
+
"ore-slider",
|
|
1044
|
+
"ore-step",
|
|
1045
|
+
"ore-stepper",
|
|
1046
|
+
"ore-switch",
|
|
1047
|
+
"ore-tab-item",
|
|
1048
|
+
"ore-tab-panel",
|
|
1049
|
+
"ore-table",
|
|
1050
|
+
"ore-tabs",
|
|
1051
|
+
"ore-text",
|
|
1052
|
+
"ore-textarea",
|
|
1053
|
+
"ore-time-picker",
|
|
1054
|
+
"ore-toast",
|
|
1055
|
+
"ore-tooltip",
|
|
1056
|
+
"ore-typing-indicator"
|
|
1057
|
+
],
|
|
1058
|
+
"hasSource": true,
|
|
1059
|
+
"keywords": [
|
|
1060
|
+
"web-components",
|
|
1061
|
+
"accessible",
|
|
1062
|
+
"themeable",
|
|
1063
|
+
"ui",
|
|
1064
|
+
"components",
|
|
1065
|
+
"design-system"
|
|
1066
|
+
],
|
|
1067
|
+
"name": "@vielzeug/refine",
|
|
1068
|
+
"related": [
|
|
1069
|
+
"ore",
|
|
1070
|
+
"orbit",
|
|
1071
|
+
"forge",
|
|
1072
|
+
"keymap"
|
|
1073
|
+
],
|
|
1074
|
+
"slug": "refine",
|
|
1075
|
+
"version": "2.1.6"
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
"availableDocPages": [
|
|
1079
|
+
"index",
|
|
1080
|
+
"api",
|
|
1081
|
+
"usage",
|
|
1082
|
+
"examples"
|
|
1083
|
+
],
|
|
1084
|
+
"category": "state",
|
|
1085
|
+
"description": "Framework-agnostic signals, derived values, effects, scopes, watchers, and async resources.",
|
|
1086
|
+
"exampleIds": [
|
|
1087
|
+
"async-resource",
|
|
1088
|
+
"basic-signal",
|
|
1089
|
+
"batch-untrack",
|
|
1090
|
+
"effect-options",
|
|
1091
|
+
"scope-ownership",
|
|
1092
|
+
"store-basics",
|
|
1093
|
+
"watch-selected-value"
|
|
1094
|
+
],
|
|
1095
|
+
"exports": [
|
|
1096
|
+
"createRipple",
|
|
1097
|
+
"signal",
|
|
1098
|
+
"computed",
|
|
1099
|
+
"effect",
|
|
1100
|
+
"batch",
|
|
1101
|
+
"createScope",
|
|
1102
|
+
"untrack",
|
|
1103
|
+
"watch",
|
|
1104
|
+
"resource",
|
|
1105
|
+
"isReactive"
|
|
1106
|
+
],
|
|
1107
|
+
"hasSource": true,
|
|
1108
|
+
"keywords": [
|
|
1109
|
+
"reactive",
|
|
1110
|
+
"signals",
|
|
1111
|
+
"computed",
|
|
1112
|
+
"effects",
|
|
1113
|
+
"graph",
|
|
1114
|
+
"scope",
|
|
1115
|
+
"batch",
|
|
1116
|
+
"watch",
|
|
1117
|
+
"resource",
|
|
1118
|
+
"async"
|
|
1119
|
+
],
|
|
1120
|
+
"name": "@vielzeug/ripple",
|
|
1121
|
+
"related": [
|
|
1122
|
+
"ore",
|
|
1123
|
+
"clockwork",
|
|
1124
|
+
"ledger"
|
|
1125
|
+
],
|
|
1126
|
+
"slug": "ripple",
|
|
1127
|
+
"version": "2.2.1"
|
|
1128
|
+
},
|
|
1129
|
+
{
|
|
1130
|
+
"availableDocPages": [
|
|
1131
|
+
"index",
|
|
1132
|
+
"api",
|
|
1133
|
+
"usage",
|
|
1134
|
+
"examples"
|
|
1135
|
+
],
|
|
1136
|
+
"category": "logging",
|
|
1137
|
+
"description": "Browser/Node logger with levels, namespaces, pluggable transports, lazy bindings, and timing helpers.",
|
|
1138
|
+
"exampleIds": [
|
|
1139
|
+
"basic-logging",
|
|
1140
|
+
"lazy-and-timing",
|
|
1141
|
+
"level-filtering",
|
|
1142
|
+
"lifecycle",
|
|
1143
|
+
"scoped-loggers",
|
|
1144
|
+
"transport-pipeline"
|
|
1145
|
+
],
|
|
1146
|
+
"exports": [
|
|
1147
|
+
"createLogger",
|
|
1148
|
+
"defaultLogger",
|
|
1149
|
+
"consoleTransport",
|
|
1150
|
+
"remoteTransport",
|
|
1151
|
+
"jsonTransport",
|
|
1152
|
+
"batchTransport",
|
|
1153
|
+
"sampleTransport",
|
|
1154
|
+
"redactTransport",
|
|
1155
|
+
"pipe",
|
|
1156
|
+
"lazy",
|
|
1157
|
+
"isLevelEnabled",
|
|
1158
|
+
"resolveTheme",
|
|
1159
|
+
"DEFAULT_THEME",
|
|
1160
|
+
"PRIORITY"
|
|
1161
|
+
],
|
|
1162
|
+
"hasSource": true,
|
|
1163
|
+
"keywords": [
|
|
1164
|
+
"logging",
|
|
1165
|
+
"console",
|
|
1166
|
+
"structured",
|
|
1167
|
+
"scoped",
|
|
1168
|
+
"transports",
|
|
1169
|
+
"remote-logging",
|
|
1170
|
+
"levels",
|
|
1171
|
+
"namespaces",
|
|
1172
|
+
"lazy-bindings"
|
|
1173
|
+
],
|
|
1174
|
+
"name": "@vielzeug/rune",
|
|
1175
|
+
"related": [
|
|
1176
|
+
"courier",
|
|
1177
|
+
"herald",
|
|
1178
|
+
"familiar"
|
|
1179
|
+
],
|
|
1180
|
+
"slug": "rune",
|
|
1181
|
+
"version": "2.1.0"
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"availableDocPages": [
|
|
1185
|
+
"index",
|
|
1186
|
+
"api",
|
|
1187
|
+
"usage",
|
|
1188
|
+
"examples"
|
|
1189
|
+
],
|
|
1190
|
+
"category": "ui-primitives",
|
|
1191
|
+
"description": "Isolated iframe runtime with a typed postMessage bridge for safe execution of untrusted HTML — component previews, playgrounds, plugin sandboxes, and more.",
|
|
1192
|
+
"exampleIds": [
|
|
1193
|
+
"build-csp",
|
|
1194
|
+
"build-document",
|
|
1195
|
+
"error-normalize"
|
|
1196
|
+
],
|
|
1197
|
+
"exports": [
|
|
1198
|
+
"createSandbox",
|
|
1199
|
+
"buildCsp",
|
|
1200
|
+
"buildDocument",
|
|
1201
|
+
"SandboxConfigurationError",
|
|
1202
|
+
"SandboxError",
|
|
1203
|
+
"SandboxTimeoutError",
|
|
1204
|
+
"SandboxHandle",
|
|
1205
|
+
"SandboxOptions",
|
|
1206
|
+
"SandboxBridge",
|
|
1207
|
+
"SandboxMessage",
|
|
1208
|
+
"SandboxStateUpdateDetail",
|
|
1209
|
+
"Unsubscribe"
|
|
1210
|
+
],
|
|
1211
|
+
"hasSource": true,
|
|
1212
|
+
"keywords": [
|
|
1213
|
+
"sandbox",
|
|
1214
|
+
"iframe",
|
|
1215
|
+
"isolation",
|
|
1216
|
+
"playground",
|
|
1217
|
+
"csp",
|
|
1218
|
+
"postmessage",
|
|
1219
|
+
"security",
|
|
1220
|
+
"components"
|
|
1221
|
+
],
|
|
1222
|
+
"name": "@vielzeug/sandbox",
|
|
1223
|
+
"related": [
|
|
1224
|
+
"codex",
|
|
1225
|
+
"refine"
|
|
1226
|
+
],
|
|
1227
|
+
"slug": "sandbox",
|
|
1228
|
+
"version": "2.1.0"
|
|
1229
|
+
},
|
|
1230
|
+
{
|
|
1231
|
+
"availableDocPages": [
|
|
1232
|
+
"index",
|
|
1233
|
+
"api",
|
|
1234
|
+
"usage",
|
|
1235
|
+
"examples"
|
|
1236
|
+
],
|
|
1237
|
+
"category": "utilities",
|
|
1238
|
+
"description": "Trigram-indexed fuzzy search with per-field weights, match highlighting, and an optional reactive layer.",
|
|
1239
|
+
"exampleIds": [
|
|
1240
|
+
"basic-search",
|
|
1241
|
+
"highlight-results",
|
|
1242
|
+
"incremental-updates",
|
|
1243
|
+
"reactive-search",
|
|
1244
|
+
"segment-words"
|
|
1245
|
+
],
|
|
1246
|
+
"exports": [
|
|
1247
|
+
"createIndex",
|
|
1248
|
+
"createReactiveSearch",
|
|
1249
|
+
"createSearch",
|
|
1250
|
+
"ScoutConfigurationError",
|
|
1251
|
+
"ScoutDisposedError",
|
|
1252
|
+
"ScoutError",
|
|
1253
|
+
"debugSearch",
|
|
1254
|
+
"findMatchRanges",
|
|
1255
|
+
"highlight",
|
|
1256
|
+
"highlightField",
|
|
1257
|
+
"segmentWords",
|
|
1258
|
+
"toFilterPredicate",
|
|
1259
|
+
"toSearchMatcher"
|
|
1260
|
+
],
|
|
1261
|
+
"hasSource": true,
|
|
1262
|
+
"keywords": [
|
|
1263
|
+
"fuzzy-search",
|
|
1264
|
+
"search",
|
|
1265
|
+
"trigram",
|
|
1266
|
+
"full-text",
|
|
1267
|
+
"filter",
|
|
1268
|
+
"highlight",
|
|
1269
|
+
"reactive",
|
|
1270
|
+
"ripple"
|
|
1271
|
+
],
|
|
1272
|
+
"name": "@vielzeug/scout",
|
|
1273
|
+
"related": [
|
|
1274
|
+
"arsenal",
|
|
1275
|
+
"sourcerer",
|
|
1276
|
+
"vault",
|
|
1277
|
+
"ripple"
|
|
1278
|
+
],
|
|
1279
|
+
"slug": "scout",
|
|
1280
|
+
"version": "2.2.0"
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"availableDocPages": [
|
|
1284
|
+
"index",
|
|
1285
|
+
"api",
|
|
1286
|
+
"usage",
|
|
1287
|
+
"examples"
|
|
1288
|
+
],
|
|
1289
|
+
"category": "ui-performance",
|
|
1290
|
+
"description": "Lightweight, framework-agnostic virtual list engine with variable heights, sticky headers, grid support, and reactive integration.",
|
|
1291
|
+
"exampleIds": [
|
|
1292
|
+
"basic-list",
|
|
1293
|
+
"dynamic-count",
|
|
1294
|
+
"grid-virtualizer",
|
|
1295
|
+
"grouped-list",
|
|
1296
|
+
"measurement-cache",
|
|
1297
|
+
"on-range-change",
|
|
1298
|
+
"reactive-grouped-list",
|
|
1299
|
+
"reactive-virtualizer",
|
|
1300
|
+
"scroll-to-index",
|
|
1301
|
+
"scroll-to-top-bottom",
|
|
1302
|
+
"variable-height"
|
|
1303
|
+
],
|
|
1304
|
+
"exports": [
|
|
1305
|
+
"createVirtualizer",
|
|
1306
|
+
"createDomVirtualList",
|
|
1307
|
+
"createVirtualScroller",
|
|
1308
|
+
"createGroupedVirtualizer",
|
|
1309
|
+
"createGridVirtualizer",
|
|
1310
|
+
"createMeasurementCache",
|
|
1311
|
+
"ScrollConfigurationError",
|
|
1312
|
+
"ScrollError",
|
|
1313
|
+
"ScrollRangeError",
|
|
1314
|
+
"DEFAULT_ESTIMATE_SIZE",
|
|
1315
|
+
"DEFAULT_OVERSCAN"
|
|
1316
|
+
],
|
|
1317
|
+
"hasSource": true,
|
|
1318
|
+
"keywords": [
|
|
1319
|
+
"virtual-list",
|
|
1320
|
+
"virtualization",
|
|
1321
|
+
"windowing",
|
|
1322
|
+
"scroll",
|
|
1323
|
+
"performance",
|
|
1324
|
+
"large-lists"
|
|
1325
|
+
],
|
|
1326
|
+
"name": "@vielzeug/scroll",
|
|
1327
|
+
"related": [
|
|
1328
|
+
"dnd",
|
|
1329
|
+
"ore",
|
|
1330
|
+
"refine"
|
|
1331
|
+
],
|
|
1332
|
+
"slug": "scroll",
|
|
1333
|
+
"version": "2.1.0"
|
|
1334
|
+
},
|
|
1335
|
+
{
|
|
1336
|
+
"availableDocPages": [
|
|
1337
|
+
"index",
|
|
1338
|
+
"api",
|
|
1339
|
+
"usage",
|
|
1340
|
+
"examples"
|
|
1341
|
+
],
|
|
1342
|
+
"category": "data",
|
|
1343
|
+
"description": "Framework-agnostic collection sources for local, page, cursor, and infinite pagination.",
|
|
1344
|
+
"exampleIds": [
|
|
1345
|
+
"cursor-source",
|
|
1346
|
+
"error-handling",
|
|
1347
|
+
"infinite-source",
|
|
1348
|
+
"lifecycle",
|
|
1349
|
+
"local-source",
|
|
1350
|
+
"page-source"
|
|
1351
|
+
],
|
|
1352
|
+
"exports": [
|
|
1353
|
+
"createCursorSource",
|
|
1354
|
+
"createInfiniteSource",
|
|
1355
|
+
"createLocalSource",
|
|
1356
|
+
"createPageSource",
|
|
1357
|
+
"AnyPagination",
|
|
1358
|
+
"CursorPagination",
|
|
1359
|
+
"CursorQuery",
|
|
1360
|
+
"CursorQueryPatch",
|
|
1361
|
+
"CursorResult",
|
|
1362
|
+
"CursorSource",
|
|
1363
|
+
"CursorSourceConfig",
|
|
1364
|
+
"InfinitePagination",
|
|
1365
|
+
"InfiniteQuery",
|
|
1366
|
+
"InfiniteQueryPatch",
|
|
1367
|
+
"InfiniteSource",
|
|
1368
|
+
"InfiniteSourceConfig",
|
|
1369
|
+
"LocalQuery",
|
|
1370
|
+
"LocalQueryPatch",
|
|
1371
|
+
"LocalSource",
|
|
1372
|
+
"LocalSourceConfig",
|
|
1373
|
+
"LoadContext",
|
|
1374
|
+
"PagePagination",
|
|
1375
|
+
"PageQuery",
|
|
1376
|
+
"PageQueryPatch",
|
|
1377
|
+
"PageResult",
|
|
1378
|
+
"PageSource",
|
|
1379
|
+
"PageSourceConfig",
|
|
1380
|
+
"Source",
|
|
1381
|
+
"SourceSnapshot"
|
|
1382
|
+
],
|
|
1383
|
+
"hasSource": true,
|
|
1384
|
+
"keywords": [
|
|
1385
|
+
"pagination",
|
|
1386
|
+
"data-source",
|
|
1387
|
+
"cursor",
|
|
1388
|
+
"infinite-scroll",
|
|
1389
|
+
"search"
|
|
1390
|
+
],
|
|
1391
|
+
"name": "@vielzeug/sourcerer",
|
|
1392
|
+
"related": [
|
|
1393
|
+
"courier",
|
|
1394
|
+
"ripple",
|
|
1395
|
+
"scout",
|
|
1396
|
+
"wayfinder"
|
|
1397
|
+
],
|
|
1398
|
+
"slug": "sourcerer",
|
|
1399
|
+
"version": "2.1.0"
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"availableDocPages": [
|
|
1403
|
+
"index",
|
|
1404
|
+
"api",
|
|
1405
|
+
"usage",
|
|
1406
|
+
"examples"
|
|
1407
|
+
],
|
|
1408
|
+
"category": "validation",
|
|
1409
|
+
"description": "Schema validation with explicit sync/async checks, portable definitions, JSON Schema export, and tree-shakeable entry points.",
|
|
1410
|
+
"exampleIds": [
|
|
1411
|
+
"array-validation",
|
|
1412
|
+
"async-validate",
|
|
1413
|
+
"basic-parsing",
|
|
1414
|
+
"basic-schema",
|
|
1415
|
+
"coercion",
|
|
1416
|
+
"descriptor-roundtrip",
|
|
1417
|
+
"discriminated-union",
|
|
1418
|
+
"format-validators",
|
|
1419
|
+
"messages-override",
|
|
1420
|
+
"nested-objects",
|
|
1421
|
+
"number-validation",
|
|
1422
|
+
"object-defaults",
|
|
1423
|
+
"object-merge",
|
|
1424
|
+
"optional-nullable",
|
|
1425
|
+
"refinements",
|
|
1426
|
+
"schema-walk",
|
|
1427
|
+
"string-validation",
|
|
1428
|
+
"wrappers-and-defaults"
|
|
1429
|
+
],
|
|
1430
|
+
"exports": [
|
|
1431
|
+
"s",
|
|
1432
|
+
"Schema",
|
|
1433
|
+
"PipeSchema",
|
|
1434
|
+
"SpellValidationError",
|
|
1435
|
+
"SpellDefinitionError",
|
|
1436
|
+
"ErrorCode",
|
|
1437
|
+
"diagnostics",
|
|
1438
|
+
"./json",
|
|
1439
|
+
"./predicates"
|
|
1440
|
+
],
|
|
1441
|
+
"hasSource": true,
|
|
1442
|
+
"keywords": [
|
|
1443
|
+
"schema",
|
|
1444
|
+
"validation",
|
|
1445
|
+
"parsing",
|
|
1446
|
+
"json-schema",
|
|
1447
|
+
"locale",
|
|
1448
|
+
"typescript",
|
|
1449
|
+
"descriptors"
|
|
1450
|
+
],
|
|
1451
|
+
"name": "@vielzeug/spell",
|
|
1452
|
+
"related": [
|
|
1453
|
+
"forge",
|
|
1454
|
+
"courier",
|
|
1455
|
+
"vault"
|
|
1456
|
+
],
|
|
1457
|
+
"slug": "spell",
|
|
1458
|
+
"version": "2.1.1"
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"availableDocPages": [
|
|
1462
|
+
"index",
|
|
1463
|
+
"api",
|
|
1464
|
+
"usage",
|
|
1465
|
+
"examples"
|
|
1466
|
+
],
|
|
1467
|
+
"category": "time",
|
|
1468
|
+
"description": "Explicit Temporal parsing, timezone-safe arithmetic, and localized date/time formatting for TypeScript.",
|
|
1469
|
+
"exampleIds": [
|
|
1470
|
+
"meeting-duration"
|
|
1471
|
+
],
|
|
1472
|
+
"exports": [
|
|
1473
|
+
"Temporal",
|
|
1474
|
+
"parse",
|
|
1475
|
+
"now",
|
|
1476
|
+
"nowInstant",
|
|
1477
|
+
"isValid",
|
|
1478
|
+
"toInstant",
|
|
1479
|
+
"inTimeZone",
|
|
1480
|
+
"shift",
|
|
1481
|
+
"difference",
|
|
1482
|
+
"contains",
|
|
1483
|
+
"clamp",
|
|
1484
|
+
"isBefore",
|
|
1485
|
+
"isAfter",
|
|
1486
|
+
"isSame",
|
|
1487
|
+
"startOf",
|
|
1488
|
+
"endOf",
|
|
1489
|
+
"format",
|
|
1490
|
+
"formatParts",
|
|
1491
|
+
"formatRange",
|
|
1492
|
+
"formatRangeParts",
|
|
1493
|
+
"formatInstant",
|
|
1494
|
+
"formatZoned",
|
|
1495
|
+
"formatRelative",
|
|
1496
|
+
"parseDuration",
|
|
1497
|
+
"formatDuration",
|
|
1498
|
+
"classifyExpiry",
|
|
1499
|
+
"timeDiff",
|
|
1500
|
+
"humanize",
|
|
1501
|
+
"dateRange",
|
|
1502
|
+
"recurrence",
|
|
1503
|
+
"TempoError",
|
|
1504
|
+
"TempoInvalidInputError",
|
|
1505
|
+
"TempoInvalidTzError",
|
|
1506
|
+
"TempoMissingTzError",
|
|
1507
|
+
"TempoUnsupportedInputError"
|
|
1508
|
+
],
|
|
1509
|
+
"hasSource": true,
|
|
1510
|
+
"keywords": [
|
|
1511
|
+
"temporal",
|
|
1512
|
+
"date-time",
|
|
1513
|
+
"timezone",
|
|
1514
|
+
"formatting",
|
|
1515
|
+
"arithmetic",
|
|
1516
|
+
"dst",
|
|
1517
|
+
"intl"
|
|
1518
|
+
],
|
|
1519
|
+
"name": "@vielzeug/tempo",
|
|
1520
|
+
"related": [
|
|
1521
|
+
"rune",
|
|
1522
|
+
"vault"
|
|
1523
|
+
],
|
|
1524
|
+
"slug": "tempo",
|
|
1525
|
+
"version": "2.1.0"
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
"availableDocPages": [
|
|
1529
|
+
"index",
|
|
1530
|
+
"api",
|
|
1531
|
+
"usage",
|
|
1532
|
+
"examples"
|
|
1533
|
+
],
|
|
1534
|
+
"category": "Storage",
|
|
1535
|
+
"description": "Typed browser storage and opt-in driver-neutral SQLite with portable keys, TTL, observation, and transactions.",
|
|
1536
|
+
"exampleIds": [
|
|
1537
|
+
"basic-setup",
|
|
1538
|
+
"bulk-operations",
|
|
1539
|
+
"cache-first",
|
|
1540
|
+
"crud-operations",
|
|
1541
|
+
"indexed-db",
|
|
1542
|
+
"prune-schedule",
|
|
1543
|
+
"query-builder",
|
|
1544
|
+
"reactive-observe",
|
|
1545
|
+
"ttl-expiration"
|
|
1546
|
+
],
|
|
1547
|
+
"exports": [
|
|
1548
|
+
"table",
|
|
1549
|
+
"ttl",
|
|
1550
|
+
"scheduleExpiredPrune",
|
|
1551
|
+
"isExpired",
|
|
1552
|
+
"createMemory",
|
|
1553
|
+
"createLocalStorage",
|
|
1554
|
+
"createSessionStorage",
|
|
1555
|
+
"createIndexedDB",
|
|
1556
|
+
"createSQLite"
|
|
1557
|
+
],
|
|
1558
|
+
"hasSource": true,
|
|
1559
|
+
"keywords": [
|
|
1560
|
+
"storage",
|
|
1561
|
+
"indexeddb",
|
|
1562
|
+
"localstorage",
|
|
1563
|
+
"sessionstorage",
|
|
1564
|
+
"sqlite",
|
|
1565
|
+
"ttl",
|
|
1566
|
+
"browser",
|
|
1567
|
+
"node",
|
|
1568
|
+
"deno"
|
|
1569
|
+
],
|
|
1570
|
+
"name": "@vielzeug/vault",
|
|
1571
|
+
"related": [
|
|
1572
|
+
"courier",
|
|
1573
|
+
"forge",
|
|
1574
|
+
"ripple"
|
|
1575
|
+
],
|
|
1576
|
+
"slug": "vault",
|
|
1577
|
+
"version": "2.3.0"
|
|
1578
|
+
},
|
|
1579
|
+
{
|
|
1580
|
+
"availableDocPages": [
|
|
1581
|
+
"index",
|
|
1582
|
+
"api",
|
|
1583
|
+
"usage",
|
|
1584
|
+
"examples"
|
|
1585
|
+
],
|
|
1586
|
+
"category": "auth",
|
|
1587
|
+
"description": "Typed authorization policies with wildcard matching, deterministic precedence, and decision tracing.",
|
|
1588
|
+
"exampleIds": [
|
|
1589
|
+
"basic-rules",
|
|
1590
|
+
"basic-setup",
|
|
1591
|
+
"batch-decisions",
|
|
1592
|
+
"bound-view",
|
|
1593
|
+
"conflict-detection",
|
|
1594
|
+
"dynamic-permissions",
|
|
1595
|
+
"multi-role-rules",
|
|
1596
|
+
"permission-checks",
|
|
1597
|
+
"permission-management",
|
|
1598
|
+
"role-hierarchy",
|
|
1599
|
+
"rule-factories",
|
|
1600
|
+
"trace-decision",
|
|
1601
|
+
"wildcard-permissions"
|
|
1602
|
+
],
|
|
1603
|
+
"exports": [
|
|
1604
|
+
"createWard",
|
|
1605
|
+
"allow",
|
|
1606
|
+
"deny",
|
|
1607
|
+
"ruleFor",
|
|
1608
|
+
"owns",
|
|
1609
|
+
"predicate",
|
|
1610
|
+
"ANONYMOUS",
|
|
1611
|
+
"WILDCARD",
|
|
1612
|
+
"WardError",
|
|
1613
|
+
"WardConfigError",
|
|
1614
|
+
"WardPredicateError",
|
|
1615
|
+
"NormalizedWardRule",
|
|
1616
|
+
"matchesPattern",
|
|
1617
|
+
"patternCovers"
|
|
1618
|
+
],
|
|
1619
|
+
"hasSource": true,
|
|
1620
|
+
"keywords": [
|
|
1621
|
+
"authorization",
|
|
1622
|
+
"rbac",
|
|
1623
|
+
"permissions",
|
|
1624
|
+
"policy",
|
|
1625
|
+
"roles",
|
|
1626
|
+
"wildcard",
|
|
1627
|
+
"predicates"
|
|
1628
|
+
],
|
|
1629
|
+
"name": "@vielzeug/ward",
|
|
1630
|
+
"related": [
|
|
1631
|
+
"wayfinder",
|
|
1632
|
+
"conduit",
|
|
1633
|
+
"herald"
|
|
1634
|
+
],
|
|
1635
|
+
"slug": "ward",
|
|
1636
|
+
"version": "2.1.0"
|
|
1637
|
+
},
|
|
1638
|
+
{
|
|
1639
|
+
"availableDocPages": [
|
|
1640
|
+
"index",
|
|
1641
|
+
"api",
|
|
1642
|
+
"usage",
|
|
1643
|
+
"examples"
|
|
1644
|
+
],
|
|
1645
|
+
"category": "routing",
|
|
1646
|
+
"description": "Framework-agnostic client-side router with typed params, async data loading, middleware, leave guards, and View Transitions support.",
|
|
1647
|
+
"exampleIds": [
|
|
1648
|
+
"basic-routing",
|
|
1649
|
+
"debug-router",
|
|
1650
|
+
"middleware-auth",
|
|
1651
|
+
"middleware-chain",
|
|
1652
|
+
"named-routes",
|
|
1653
|
+
"nested-routes",
|
|
1654
|
+
"preload-and-dispose",
|
|
1655
|
+
"query-params",
|
|
1656
|
+
"route-context",
|
|
1657
|
+
"url-building"
|
|
1658
|
+
],
|
|
1659
|
+
"exports": [
|
|
1660
|
+
"createRouter",
|
|
1661
|
+
"createBrowserHistory",
|
|
1662
|
+
"createMemoryHistory",
|
|
1663
|
+
"redirectTo",
|
|
1664
|
+
"WayfinderError",
|
|
1665
|
+
"WayfinderApiError",
|
|
1666
|
+
"WayfinderDisposedError",
|
|
1667
|
+
"WayfinderRedirectLoopError",
|
|
1668
|
+
"WayfinderRouteError",
|
|
1669
|
+
"debugRouter"
|
|
1670
|
+
],
|
|
1671
|
+
"hasSource": true,
|
|
1672
|
+
"keywords": [
|
|
1673
|
+
"router",
|
|
1674
|
+
"client-side",
|
|
1675
|
+
"middleware",
|
|
1676
|
+
"guards",
|
|
1677
|
+
"navigation",
|
|
1678
|
+
"history",
|
|
1679
|
+
"spa",
|
|
1680
|
+
"typed-routes"
|
|
1681
|
+
],
|
|
1682
|
+
"name": "@vielzeug/wayfinder",
|
|
1683
|
+
"related": [
|
|
1684
|
+
"ripple",
|
|
1685
|
+
"ward",
|
|
1686
|
+
"herald"
|
|
1687
|
+
],
|
|
1688
|
+
"slug": "wayfinder",
|
|
1689
|
+
"version": "2.1.0"
|
|
1690
|
+
}
|
|
1691
|
+
],
|
|
1692
|
+
"version": "2.2.3"
|
|
1693
|
+
}
|