@vielzeug/codex 2.1.5 → 2.2.0

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.
Files changed (48) hide show
  1. package/dist/errors.js +0 -3
  2. package/dist/errors.js.map +1 -1
  3. package/dist/snapshot.js.map +1 -1
  4. package/dist/tools/packages.js +2 -3
  5. package/dist/tools/packages.js.map +1 -1
  6. package/dist/tools/refine.js +2 -2
  7. package/dist/tools/refine.js.map +1 -1
  8. package/dist/tools/schema.js +2 -0
  9. package/dist/tools/schema.js.map +1 -1
  10. package/package.json +6 -1
  11. package/data/catalog.json +0 -1689
  12. package/data/llms-full.txt +0 -25771
  13. package/data/llms.txt +0 -40
  14. package/data/manifest.json +0 -8
  15. package/data/packages/arsenal.json +0 -210
  16. package/data/packages/assay.json +0 -40
  17. package/data/packages/clockwork.json +0 -67
  18. package/data/packages/codex.json +0 -43
  19. package/data/packages/coins.json +0 -103
  20. package/data/packages/conduit.json +0 -60
  21. package/data/packages/courier.json +0 -58
  22. package/data/packages/dnd.json +0 -77
  23. package/data/packages/familiar.json +0 -40
  24. package/data/packages/flux.json +0 -93
  25. package/data/packages/forge.json +0 -84
  26. package/data/packages/herald.json +0 -108
  27. package/data/packages/keymap.json +0 -59
  28. package/data/packages/ledger.json +0 -57
  29. package/data/packages/lingua.json +0 -68
  30. package/data/packages/necromancer.json +0 -50
  31. package/data/packages/orbit.json +0 -107
  32. package/data/packages/ore.json +0 -73
  33. package/data/packages/prism.json +0 -67
  34. package/data/packages/pulse.json +0 -60
  35. package/data/packages/refine.json +0 -12
  36. package/data/packages/ripple.json +0 -83
  37. package/data/packages/rune.json +0 -80
  38. package/data/packages/sandbox.json +0 -40
  39. package/data/packages/scout.json +0 -60
  40. package/data/packages/scroll.json +0 -114
  41. package/data/packages/sourcerer.json +0 -74
  42. package/data/packages/spell.json +0 -134
  43. package/data/packages/tempo.json +0 -81
  44. package/data/packages/vault.json +0 -87
  45. package/data/packages/ward.json +0 -113
  46. package/data/packages/wayfinder.json +0 -113
  47. package/data/refine.json +0 -11926
  48. package/data/search.json +0 -1436
package/data/catalog.json DELETED
@@ -1,1689 +0,0 @@
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.0.1"
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.0.1"
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.0.1"
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.1.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.0.1"
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.0.1"
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.0"
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.0.3"
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.0.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
- "BusDisposedError",
561
- "HeraldConfigError"
562
- ],
563
- "hasSource": true,
564
- "keywords": [
565
- "event-bus",
566
- "typed-events",
567
- "pub-sub",
568
- "async-streams",
569
- "abort-signal"
570
- ],
571
- "name": "@vielzeug/herald",
572
- "related": [
573
- "ripple",
574
- "wayfinder",
575
- "familiar"
576
- ],
577
- "slug": "herald",
578
- "version": "2.0.0"
579
- },
580
- {
581
- "availableDocPages": [
582
- "index",
583
- "api",
584
- "usage",
585
- "examples"
586
- ],
587
- "category": "app-infrastructure",
588
- "description": "Target-local keyboard shortcut manager with chords, event-aware guards, modifier aliases, and terminal disposal.",
589
- "exampleIds": [
590
- "basic-shortcuts",
591
- "chord-sequences",
592
- "conflict-detection",
593
- "parse-and-match",
594
- "shortcut-utilities"
595
- ],
596
- "exports": [
597
- "canonicalizeShortcut",
598
- "createKeymap",
599
- "detectModKey",
600
- "findShortcutConflicts",
601
- "formatShortcut",
602
- "KeymapError",
603
- "KeymapParseError",
604
- "matchStep",
605
- "parseShortcut",
606
- "parseStep"
607
- ],
608
- "hasSource": true,
609
- "keywords": [
610
- "keyboard",
611
- "shortcuts",
612
- "hotkeys",
613
- "chord",
614
- "keybinding",
615
- "headless",
616
- "accessibility"
617
- ],
618
- "name": "@vielzeug/keymap",
619
- "related": [
620
- "herald",
621
- "refine",
622
- "ore"
623
- ],
624
- "slug": "keymap",
625
- "version": "2.0.0"
626
- },
627
- {
628
- "availableDocPages": [
629
- "index",
630
- "api",
631
- "usage",
632
- "examples"
633
- ],
634
- "category": "utilities",
635
- "description": "Serialized reversible command history with cancellation ownership and atomic reactive snapshots.",
636
- "exampleIds": [
637
- "cancellation",
638
- "command-data",
639
- "compose-commands",
640
- "do-undo-redo",
641
- "reactive-signals",
642
- "rollback-error"
643
- ],
644
- "exports": [
645
- "compose",
646
- "createLedger"
647
- ],
648
- "hasSource": true,
649
- "keywords": [
650
- "undo",
651
- "redo",
652
- "history",
653
- "commands",
654
- "async",
655
- "reactive",
656
- "ripple"
657
- ],
658
- "name": "@vielzeug/ledger",
659
- "related": [
660
- "ripple",
661
- "keymap",
662
- "forge",
663
- "vault"
664
- ],
665
- "slug": "ledger",
666
- "version": "2.1.1"
667
- },
668
- {
669
- "availableDocPages": [
670
- "index",
671
- "api",
672
- "usage",
673
- "examples"
674
- ],
675
- "category": "i18n",
676
- "description": "Framework-neutral locale catalogs, typed translations, and explicit plural messages.",
677
- "exampleIds": [
678
- "feature-resources",
679
- "rich-segments",
680
- "static-translator",
681
- "store"
682
- ],
683
- "exports": [
684
- "createCatalogTranslator",
685
- "createTranslationStore",
686
- "createTranslator",
687
- "hydrateTranslationStore",
688
- "LinguaError",
689
- "LinguaDisposedError",
690
- "LinguaInvalidCatalogError",
691
- "LinguaInvalidLocaleError",
692
- "LinguaInvalidPluralCountError",
693
- "LinguaInvalidStateError",
694
- "LinguaMissingCatalogError"
695
- ],
696
- "hasSource": true,
697
- "keywords": [
698
- "internationalization",
699
- "translations",
700
- "pluralization",
701
- "locale",
702
- "i18n",
703
- "catalog-loading"
704
- ],
705
- "name": "@vielzeug/lingua",
706
- "related": [
707
- "ripple",
708
- "wayfinder",
709
- "courier"
710
- ],
711
- "slug": "lingua",
712
- "version": "2.1.0"
713
- },
714
- {
715
- "availableDocPages": [
716
- "index",
717
- "api",
718
- "usage",
719
- "examples"
720
- ],
721
- "category": "ui",
722
- "description": "Lifecycle-owned Web Animations API primitives for native playback, groups, and additive FLIP transitions.",
723
- "exampleIds": [
724
- "flip",
725
- "lifecycle",
726
- "reduced-motion",
727
- "stagger"
728
- ],
729
- "exports": [
730
- "animate",
731
- "animateEach",
732
- "captureLayout"
733
- ],
734
- "hasSource": true,
735
- "keywords": [
736
- "animation",
737
- "web-animations-api",
738
- "waapi",
739
- "flip",
740
- "stagger",
741
- "reduced-motion"
742
- ],
743
- "name": "@vielzeug/necromancer",
744
- "related": [
745
- "orbit",
746
- "ore"
747
- ],
748
- "slug": "necromancer",
749
- "version": "2.0.0"
750
- },
751
- {
752
- "availableDocPages": [
753
- "index",
754
- "api",
755
- "usage",
756
- "examples"
757
- ],
758
- "category": "ui",
759
- "description": "Dependency-free floating positioning with lifecycle-owned geometry and middleware.",
760
- "exampleIds": [
761
- "auto-update",
762
- "get-rects",
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.0.1"
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.4"
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
- "AnimationTarget",
885
- "EasingFn",
886
- "LegendState",
887
- "TooltipState",
888
- "ChartPluginContext",
889
- "Point",
890
- "ScaffoldContext",
891
- "ScaffoldGroups",
892
- "ChartEventHandlers",
893
- "StackSegment"
894
- ],
895
- "hasSource": true,
896
- "keywords": [
897
- "chart",
898
- "svg",
899
- "visualization",
900
- "reactive",
901
- "line-chart",
902
- "bar-chart",
903
- "area-chart",
904
- "signals",
905
- "typescript"
906
- ],
907
- "name": "@vielzeug/prism",
908
- "related": [
909
- "ripple",
910
- "refine",
911
- "orbit"
912
- ],
913
- "slug": "prism",
914
- "version": "2.1.1"
915
- },
916
- {
917
- "availableDocPages": [
918
- "index",
919
- "api",
920
- "usage",
921
- "examples"
922
- ],
923
- "category": "websockets",
924
- "description": "Explicitly connected, typed WebSocket sessions with scoped channels, presence, reconnect restoration, and heartbeat.",
925
- "exampleIds": [
926
- "channels",
927
- "connect-and-send",
928
- "lifecycle",
929
- "reconnect",
930
- "rooms-presence"
931
- ],
932
- "exports": [
933
- "createPulse",
934
- "Pulse",
935
- "PulseChannel",
936
- "PresenceChannel",
937
- "PulseOptions",
938
- "ChannelDefinition",
939
- "ChannelDefinitions",
940
- "PresenceDefinitions",
941
- "OutgoingMessage",
942
- "OutgoingTransform",
943
- "PulseError",
944
- "PulseConnectionError",
945
- "PulseTimeoutError",
946
- "PulseAbortError",
947
- "PulseDisposedError",
948
- "PulseProtocolError"
949
- ],
950
- "hasSource": true,
951
- "keywords": [
952
- "websocket",
953
- "realtime",
954
- "channels",
955
- "presence",
956
- "reconnect",
957
- "heartbeat",
958
- "typed-messaging",
959
- "ripple"
960
- ],
961
- "name": "@vielzeug/pulse",
962
- "related": [
963
- "herald",
964
- "ripple",
965
- "courier",
966
- "clockwork"
967
- ],
968
- "slug": "pulse",
969
- "version": "2.1.1"
970
- },
971
- {
972
- "availableDocPages": [
973
- "index",
974
- "api",
975
- "usage"
976
- ],
977
- "category": "ui-components",
978
- "description": "Accessible, themeable web components built with Ore for framework and vanilla DOM apps.",
979
- "exampleIds": [],
980
- "exports": [
981
- "ore-accordion",
982
- "ore-accordion-item",
983
- "ore-alert",
984
- "ore-async",
985
- "ore-avatar",
986
- "ore-avatar-group",
987
- "ore-badge",
988
- "ore-box",
989
- "ore-breadcrumb",
990
- "ore-breadcrumb-item",
991
- "ore-button",
992
- "ore-button-group",
993
- "ore-calendar",
994
- "ore-card",
995
- "ore-carousel",
996
- "ore-chat-message",
997
- "ore-checkbox",
998
- "ore-checkbox-group",
999
- "ore-chip",
1000
- "ore-combobox",
1001
- "ore-command-palette",
1002
- "ore-command-palette-item",
1003
- "ore-datagrid",
1004
- "ore-date-picker",
1005
- "ore-dialog",
1006
- "ore-drawer",
1007
- "ore-file-input",
1008
- "ore-grid",
1009
- "ore-grid-item",
1010
- "ore-icon",
1011
- "ore-input",
1012
- "ore-list",
1013
- "ore-list-item",
1014
- "ore-menu",
1015
- "ore-menu-item",
1016
- "ore-menu-separator",
1017
- "ore-message-composer",
1018
- "ore-navbar",
1019
- "ore-navbar-item",
1020
- "ore-number-input",
1021
- "ore-otp-input",
1022
- "ore-pagination",
1023
- "ore-password-strength",
1024
- "ore-popover",
1025
- "ore-progress",
1026
- "ore-radio",
1027
- "ore-radio-group",
1028
- "ore-rating",
1029
- "ore-select",
1030
- "ore-separator",
1031
- "ore-sidebar",
1032
- "ore-sidebar-group",
1033
- "ore-sidebar-item",
1034
- "ore-skeleton",
1035
- "ore-slider",
1036
- "ore-step",
1037
- "ore-stepper",
1038
- "ore-switch",
1039
- "ore-tab-item",
1040
- "ore-tab-panel",
1041
- "ore-table",
1042
- "ore-tabs",
1043
- "ore-text",
1044
- "ore-textarea",
1045
- "ore-time-picker",
1046
- "ore-toast",
1047
- "ore-tooltip",
1048
- "ore-typing-indicator"
1049
- ],
1050
- "hasSource": true,
1051
- "keywords": [
1052
- "web-components",
1053
- "accessible",
1054
- "themeable",
1055
- "ui",
1056
- "components",
1057
- "design-system"
1058
- ],
1059
- "name": "@vielzeug/refine",
1060
- "related": [
1061
- "ore",
1062
- "orbit",
1063
- "forge",
1064
- "keymap"
1065
- ],
1066
- "slug": "refine",
1067
- "version": "2.1.1"
1068
- },
1069
- {
1070
- "availableDocPages": [
1071
- "index",
1072
- "api",
1073
- "usage",
1074
- "examples"
1075
- ],
1076
- "category": "state",
1077
- "description": "Framework-agnostic signals, derived values, effects, scopes, watchers, and async resources.",
1078
- "exampleIds": [
1079
- "async-resource",
1080
- "basic-signal",
1081
- "batch-untrack",
1082
- "effect-options",
1083
- "scope-ownership",
1084
- "store-basics",
1085
- "watch-selected-value"
1086
- ],
1087
- "exports": [
1088
- "createRipple",
1089
- "signal",
1090
- "computed",
1091
- "effect",
1092
- "batch",
1093
- "createScope",
1094
- "untrack",
1095
- "watch",
1096
- "resource",
1097
- "isReactive"
1098
- ],
1099
- "hasSource": true,
1100
- "keywords": [
1101
- "reactive",
1102
- "signals",
1103
- "computed",
1104
- "effects",
1105
- "graph",
1106
- "scope",
1107
- "batch",
1108
- "watch",
1109
- "resource",
1110
- "async"
1111
- ],
1112
- "name": "@vielzeug/ripple",
1113
- "related": [
1114
- "ore",
1115
- "clockwork",
1116
- "ledger"
1117
- ],
1118
- "slug": "ripple",
1119
- "version": "2.1.0"
1120
- },
1121
- {
1122
- "availableDocPages": [
1123
- "index",
1124
- "api",
1125
- "usage",
1126
- "examples"
1127
- ],
1128
- "category": "logging",
1129
- "description": "Browser/Node logger with levels, namespaces, pluggable transports, lazy bindings, and timing helpers.",
1130
- "exampleIds": [
1131
- "basic-logging",
1132
- "lazy-and-timing",
1133
- "level-filtering",
1134
- "lifecycle",
1135
- "scoped-loggers",
1136
- "transport-pipeline"
1137
- ],
1138
- "exports": [
1139
- "createLogger",
1140
- "defaultLogger",
1141
- "consoleTransport",
1142
- "remoteTransport",
1143
- "jsonTransport",
1144
- "batchTransport",
1145
- "sampleTransport",
1146
- "redactTransport",
1147
- "pipe",
1148
- "lazy",
1149
- "isLevelEnabled",
1150
- "resolveTheme",
1151
- "DEFAULT_THEME",
1152
- "PRIORITY",
1153
- "RuneError"
1154
- ],
1155
- "hasSource": true,
1156
- "keywords": [
1157
- "logging",
1158
- "console",
1159
- "structured",
1160
- "scoped",
1161
- "transports",
1162
- "remote-logging",
1163
- "levels",
1164
- "namespaces",
1165
- "lazy-bindings"
1166
- ],
1167
- "name": "@vielzeug/rune",
1168
- "related": [
1169
- "courier",
1170
- "herald",
1171
- "familiar"
1172
- ],
1173
- "slug": "rune",
1174
- "version": "2.0.0"
1175
- },
1176
- {
1177
- "availableDocPages": [
1178
- "index",
1179
- "api",
1180
- "usage",
1181
- "examples"
1182
- ],
1183
- "category": "ui-primitives",
1184
- "description": "Isolated iframe runtime with a typed postMessage bridge for safe execution of untrusted HTML — component previews, playgrounds, plugin sandboxes, and more.",
1185
- "exampleIds": [
1186
- "build-csp",
1187
- "build-document",
1188
- "error-normalize"
1189
- ],
1190
- "exports": [
1191
- "createSandbox",
1192
- "buildCsp",
1193
- "buildDocument",
1194
- "SandboxConfigurationError",
1195
- "SandboxError",
1196
- "SandboxTimeoutError",
1197
- "SandboxHandle",
1198
- "SandboxOptions",
1199
- "SandboxBridge",
1200
- "SandboxMessage",
1201
- "SandboxStateUpdateDetail",
1202
- "Unsubscribe"
1203
- ],
1204
- "hasSource": true,
1205
- "keywords": [
1206
- "sandbox",
1207
- "iframe",
1208
- "isolation",
1209
- "playground",
1210
- "csp",
1211
- "postmessage",
1212
- "security",
1213
- "components"
1214
- ],
1215
- "name": "@vielzeug/sandbox",
1216
- "related": [
1217
- "codex",
1218
- "refine"
1219
- ],
1220
- "slug": "sandbox",
1221
- "version": "2.0.0"
1222
- },
1223
- {
1224
- "availableDocPages": [
1225
- "index",
1226
- "api",
1227
- "usage",
1228
- "examples"
1229
- ],
1230
- "category": "utilities",
1231
- "description": "Trigram-indexed fuzzy search with per-field weights, match highlighting, and an optional reactive layer.",
1232
- "exampleIds": [
1233
- "basic-search",
1234
- "highlight-results",
1235
- "incremental-updates",
1236
- "reactive-search",
1237
- "segment-words"
1238
- ],
1239
- "exports": [
1240
- "createIndex",
1241
- "createReactiveSearch",
1242
- "createSearch",
1243
- "ScoutConfigurationError",
1244
- "ScoutDisposedError",
1245
- "ScoutError",
1246
- "debugSearch",
1247
- "findMatchRanges",
1248
- "highlight",
1249
- "highlightField",
1250
- "segmentWords",
1251
- "toFilterPredicate",
1252
- "toSearchMatcher"
1253
- ],
1254
- "hasSource": true,
1255
- "keywords": [
1256
- "fuzzy-search",
1257
- "search",
1258
- "trigram",
1259
- "full-text",
1260
- "filter",
1261
- "highlight",
1262
- "reactive",
1263
- "ripple"
1264
- ],
1265
- "name": "@vielzeug/scout",
1266
- "related": [
1267
- "arsenal",
1268
- "sourcerer",
1269
- "vault",
1270
- "ripple"
1271
- ],
1272
- "slug": "scout",
1273
- "version": "2.1.1"
1274
- },
1275
- {
1276
- "availableDocPages": [
1277
- "index",
1278
- "api",
1279
- "usage",
1280
- "examples"
1281
- ],
1282
- "category": "ui-performance",
1283
- "description": "Lightweight, framework-agnostic virtual list engine with variable heights, sticky headers, grid support, and reactive integration.",
1284
- "exampleIds": [
1285
- "basic-list",
1286
- "dynamic-count",
1287
- "grid-virtualizer",
1288
- "grouped-list",
1289
- "measurement-cache",
1290
- "on-range-change",
1291
- "reactive-grouped-list",
1292
- "reactive-virtualizer",
1293
- "scroll-to-index",
1294
- "scroll-to-top-bottom",
1295
- "variable-height"
1296
- ],
1297
- "exports": [
1298
- "createVirtualizer",
1299
- "createDomVirtualList",
1300
- "createVirtualScroller",
1301
- "createGroupedVirtualizer",
1302
- "createGridVirtualizer",
1303
- "createReactiveVirtualizer",
1304
- "createReactiveGroupedVirtualizer",
1305
- "createMeasurementCache",
1306
- "ScrollConfigurationError",
1307
- "ScrollError",
1308
- "ScrollRangeError",
1309
- "DEFAULT_ESTIMATE_SIZE",
1310
- "DEFAULT_OVERSCAN"
1311
- ],
1312
- "hasSource": true,
1313
- "keywords": [
1314
- "virtual-list",
1315
- "virtualization",
1316
- "windowing",
1317
- "scroll",
1318
- "performance",
1319
- "large-lists"
1320
- ],
1321
- "name": "@vielzeug/scroll",
1322
- "related": [
1323
- "dnd",
1324
- "ore",
1325
- "refine"
1326
- ],
1327
- "slug": "scroll",
1328
- "version": "2.0.1"
1329
- },
1330
- {
1331
- "availableDocPages": [
1332
- "index",
1333
- "api",
1334
- "usage",
1335
- "examples"
1336
- ],
1337
- "category": "data",
1338
- "description": "Framework-agnostic collection sources for local, page, cursor, and infinite pagination.",
1339
- "exampleIds": [
1340
- "cursor-source",
1341
- "error-handling",
1342
- "infinite-source",
1343
- "lifecycle",
1344
- "local-source",
1345
- "page-source"
1346
- ],
1347
- "exports": [
1348
- "createCursorSource",
1349
- "createInfiniteSource",
1350
- "createLocalSource",
1351
- "createPageSource",
1352
- "AnyPagination",
1353
- "CursorPagination",
1354
- "CursorQuery",
1355
- "CursorQueryPatch",
1356
- "CursorResult",
1357
- "CursorSource",
1358
- "CursorSourceConfig",
1359
- "InfinitePagination",
1360
- "InfiniteQuery",
1361
- "InfiniteQueryPatch",
1362
- "InfiniteSource",
1363
- "InfiniteSourceConfig",
1364
- "LocalQuery",
1365
- "LocalQueryPatch",
1366
- "LocalSource",
1367
- "LocalSourceConfig",
1368
- "PageLoadContext",
1369
- "PagePagination",
1370
- "PageQuery",
1371
- "PageQueryPatch",
1372
- "PageResult",
1373
- "PageSource",
1374
- "PageSourceConfig",
1375
- "Predicate",
1376
- "Sorter",
1377
- "Source",
1378
- "SourceSnapshot"
1379
- ],
1380
- "hasSource": true,
1381
- "keywords": [
1382
- "pagination",
1383
- "data-source",
1384
- "cursor",
1385
- "infinite-scroll",
1386
- "search"
1387
- ],
1388
- "name": "@vielzeug/sourcerer",
1389
- "related": [
1390
- "courier",
1391
- "ripple",
1392
- "scout",
1393
- "wayfinder"
1394
- ],
1395
- "slug": "sourcerer",
1396
- "version": "2.0.1"
1397
- },
1398
- {
1399
- "availableDocPages": [
1400
- "index",
1401
- "api",
1402
- "usage",
1403
- "examples"
1404
- ],
1405
- "category": "validation",
1406
- "description": "Schema validation with explicit sync/async checks, portable definitions, JSON Schema export, and tree-shakeable entry points.",
1407
- "exampleIds": [
1408
- "array-validation",
1409
- "async-validate",
1410
- "basic-parsing",
1411
- "basic-schema",
1412
- "coercion",
1413
- "descriptor-roundtrip",
1414
- "discriminated-union",
1415
- "format-validators",
1416
- "messages-override",
1417
- "nested-objects",
1418
- "number-validation",
1419
- "object-defaults",
1420
- "object-merge",
1421
- "optional-nullable",
1422
- "refinements",
1423
- "schema-walk",
1424
- "string-validation",
1425
- "wrappers-and-defaults"
1426
- ],
1427
- "exports": [
1428
- "s",
1429
- "Schema",
1430
- "PipeSchema",
1431
- "SpellValidationError",
1432
- "SpellDefinitionError",
1433
- "ErrorCode",
1434
- "diagnostics",
1435
- "./json",
1436
- "./predicates"
1437
- ],
1438
- "hasSource": true,
1439
- "keywords": [
1440
- "schema",
1441
- "validation",
1442
- "parsing",
1443
- "json-schema",
1444
- "locale",
1445
- "typescript",
1446
- "descriptors"
1447
- ],
1448
- "name": "@vielzeug/spell",
1449
- "related": [
1450
- "forge",
1451
- "courier",
1452
- "vault"
1453
- ],
1454
- "slug": "spell",
1455
- "version": "2.0.1"
1456
- },
1457
- {
1458
- "availableDocPages": [
1459
- "index",
1460
- "api",
1461
- "usage",
1462
- "examples"
1463
- ],
1464
- "category": "time",
1465
- "description": "Explicit Temporal parsing, timezone-safe arithmetic, and localized date/time formatting for TypeScript.",
1466
- "exampleIds": [
1467
- "meeting-duration"
1468
- ],
1469
- "exports": [
1470
- "Temporal",
1471
- "parse",
1472
- "now",
1473
- "nowInstant",
1474
- "isValid",
1475
- "toInstant",
1476
- "inTimeZone",
1477
- "shift",
1478
- "difference",
1479
- "contains",
1480
- "clamp",
1481
- "isBefore",
1482
- "isAfter",
1483
- "isSame",
1484
- "startOf",
1485
- "endOf",
1486
- "format",
1487
- "formatParts",
1488
- "formatRange",
1489
- "formatRangeParts",
1490
- "formatInstant",
1491
- "formatZoned",
1492
- "formatRelative",
1493
- "parseDuration",
1494
- "formatDuration",
1495
- "classifyExpiry",
1496
- "timeDiff",
1497
- "humanize",
1498
- "dateRange",
1499
- "recurrence",
1500
- "TempoError",
1501
- "TempoInvalidInputError",
1502
- "TempoInvalidTzError",
1503
- "TempoMissingTzError",
1504
- "TempoUnsupportedInputError"
1505
- ],
1506
- "hasSource": true,
1507
- "keywords": [
1508
- "temporal",
1509
- "date-time",
1510
- "timezone",
1511
- "formatting",
1512
- "arithmetic",
1513
- "dst",
1514
- "intl"
1515
- ],
1516
- "name": "@vielzeug/tempo",
1517
- "related": [
1518
- "rune",
1519
- "vault"
1520
- ],
1521
- "slug": "tempo",
1522
- "version": "2.0.0"
1523
- },
1524
- {
1525
- "availableDocPages": [
1526
- "index",
1527
- "api",
1528
- "usage",
1529
- "examples"
1530
- ],
1531
- "category": "Storage",
1532
- "description": "Typed browser storage and opt-in driver-neutral SQLite with portable keys, TTL, observation, and transactions.",
1533
- "exampleIds": [
1534
- "basic-setup",
1535
- "bulk-operations",
1536
- "cache-first",
1537
- "crud-operations",
1538
- "indexed-db",
1539
- "prune-schedule",
1540
- "query-builder",
1541
- "reactive-observe",
1542
- "ttl-expiration"
1543
- ],
1544
- "exports": [
1545
- "table",
1546
- "ttl",
1547
- "scheduleExpiredPrune",
1548
- "isExpired",
1549
- "createMemory",
1550
- "createLocalStorage",
1551
- "createSessionStorage",
1552
- "createIndexedDB",
1553
- "createSQLite"
1554
- ],
1555
- "hasSource": true,
1556
- "keywords": [
1557
- "storage",
1558
- "indexeddb",
1559
- "localstorage",
1560
- "sessionstorage",
1561
- "sqlite",
1562
- "ttl",
1563
- "browser",
1564
- "node",
1565
- "deno"
1566
- ],
1567
- "name": "@vielzeug/vault",
1568
- "related": [
1569
- "courier",
1570
- "forge",
1571
- "ripple"
1572
- ],
1573
- "slug": "vault",
1574
- "version": "2.1.0"
1575
- },
1576
- {
1577
- "availableDocPages": [
1578
- "index",
1579
- "api",
1580
- "usage",
1581
- "examples"
1582
- ],
1583
- "category": "auth",
1584
- "description": "Typed authorization policies with wildcard matching, deterministic precedence, and decision tracing.",
1585
- "exampleIds": [
1586
- "basic-rules",
1587
- "basic-setup",
1588
- "batch-decisions",
1589
- "bound-view",
1590
- "conflict-detection",
1591
- "dynamic-permissions",
1592
- "multi-role-rules",
1593
- "permission-checks",
1594
- "permission-management",
1595
- "role-hierarchy",
1596
- "rule-factories",
1597
- "trace-decision",
1598
- "wildcard-permissions"
1599
- ],
1600
- "exports": [
1601
- "createWard",
1602
- "allow",
1603
- "deny",
1604
- "ruleFor",
1605
- "owns",
1606
- "predicate",
1607
- "ANONYMOUS",
1608
- "WILDCARD",
1609
- "WardError",
1610
- "WardConfigError",
1611
- "WardPredicateError",
1612
- "matchesPattern",
1613
- "patternCovers"
1614
- ],
1615
- "hasSource": true,
1616
- "keywords": [
1617
- "authorization",
1618
- "rbac",
1619
- "permissions",
1620
- "policy",
1621
- "roles",
1622
- "wildcard",
1623
- "predicates"
1624
- ],
1625
- "name": "@vielzeug/ward",
1626
- "related": [
1627
- "wayfinder",
1628
- "conduit",
1629
- "herald"
1630
- ],
1631
- "slug": "ward",
1632
- "version": "2.0.0"
1633
- },
1634
- {
1635
- "availableDocPages": [
1636
- "index",
1637
- "api",
1638
- "usage",
1639
- "examples"
1640
- ],
1641
- "category": "routing",
1642
- "description": "Framework-agnostic client-side router with typed params, async data loading, middleware, leave guards, and View Transitions support.",
1643
- "exampleIds": [
1644
- "basic-routing",
1645
- "debug-router",
1646
- "middleware-auth",
1647
- "middleware-chain",
1648
- "named-routes",
1649
- "nested-routes",
1650
- "preload-and-dispose",
1651
- "query-params",
1652
- "route-context",
1653
- "url-building"
1654
- ],
1655
- "exports": [
1656
- "createRouter",
1657
- "createBrowserHistory",
1658
- "createMemoryHistory",
1659
- "redirectTo",
1660
- "WayfinderError",
1661
- "WayfinderApiError",
1662
- "WayfinderDisposedError",
1663
- "WayfinderRedirectLoopError",
1664
- "WayfinderRouteError",
1665
- "debugRouter"
1666
- ],
1667
- "hasSource": true,
1668
- "keywords": [
1669
- "router",
1670
- "client-side",
1671
- "middleware",
1672
- "guards",
1673
- "navigation",
1674
- "history",
1675
- "spa",
1676
- "typed-routes"
1677
- ],
1678
- "name": "@vielzeug/wayfinder",
1679
- "related": [
1680
- "ripple",
1681
- "ward",
1682
- "herald"
1683
- ],
1684
- "slug": "wayfinder",
1685
- "version": "2.0.0"
1686
- }
1687
- ],
1688
- "version": "2.1.3"
1689
- }