@almadar/core 10.82.0 → 10.83.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.
- package/dist/builders.d.ts +3 -3
- package/dist/{effect-Baldm2vM.d.ts → effect-DruTSW2O.d.ts} +10 -1
- package/dist/{entityAccess-CDYT7WWR.d.ts → entityAccess-BoYVXf3b.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory/index.js +293 -5
- package/dist/factory/index.js.map +1 -1
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/{index-R8PyPrGg.d.ts → index-76Ff6JCE.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +310 -8
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +15 -1
- package/dist/patterns/index.d.ts +596 -22
- package/dist/patterns/index.js +310 -8
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +294 -6
- package/dist/patterns/registry.json +294 -6
- package/dist/{schema-1KQUz2pE.d.ts → schema-BdeZ8R35.d.ts} +4482 -4482
- package/dist/{trait-Dsp0vmGp.d.ts → trait-DKJWX0Ru.d.ts} +1 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js.map +1 -1
- package/dist/{types-DJYozDXK.d.ts → types-CRr2IuTj.d.ts} +2 -2
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-09-
|
|
3
|
+
"exportedAt": "2026-09-04T03:53:29.561Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -16401,7 +16401,7 @@
|
|
|
16401
16401
|
"types": [
|
|
16402
16402
|
"object"
|
|
16403
16403
|
],
|
|
16404
|
-
"description": "GAP-80: line-level error/warning highlights
|
|
16404
|
+
"description": "GAP-80: line-level error/warning highlights. Map of 1-based line number → severity. Paints a colored background on each line: error = red, warning = yellow. Honored by the editable overlay and (GAP-84) by viewer mode's non-diff highlight; pass undefined (default) to disable. The consumer is responsible for computing the path → line map from the schema + validation results.",
|
|
16405
16405
|
"nonAuthorable": true
|
|
16406
16406
|
},
|
|
16407
16407
|
"title": {
|
|
@@ -16690,6 +16690,265 @@
|
|
|
16690
16690
|
"boolean"
|
|
16691
16691
|
],
|
|
16692
16692
|
"description": "Show copy button (viewer alias for showCopyButton)"
|
|
16693
|
+
},
|
|
16694
|
+
"editorId": {
|
|
16695
|
+
"types": [
|
|
16696
|
+
"string"
|
|
16697
|
+
],
|
|
16698
|
+
"description": "Stable identity for the keyboard router / plugin host to target this editor. Unset = this instance never receives capability events.",
|
|
16699
|
+
"tier": "presentation"
|
|
16700
|
+
},
|
|
16701
|
+
"onEditorFocus": {
|
|
16702
|
+
"types": [
|
|
16703
|
+
"string"
|
|
16704
|
+
],
|
|
16705
|
+
"description": "Declarative bus emit fired when this editor gains focus.",
|
|
16706
|
+
"kind": "event-ref",
|
|
16707
|
+
"emitPayloadSchema": [
|
|
16708
|
+
{
|
|
16709
|
+
"name": "editorId",
|
|
16710
|
+
"type": "string",
|
|
16711
|
+
"required": true
|
|
16712
|
+
}
|
|
16713
|
+
],
|
|
16714
|
+
"default": "EDITOR_FOCUS",
|
|
16715
|
+
"tier": "presentation"
|
|
16716
|
+
},
|
|
16717
|
+
"onEditorBlur": {
|
|
16718
|
+
"types": [
|
|
16719
|
+
"string"
|
|
16720
|
+
],
|
|
16721
|
+
"description": "Declarative bus emit fired when this editor loses focus.",
|
|
16722
|
+
"kind": "event-ref",
|
|
16723
|
+
"emitPayloadSchema": [
|
|
16724
|
+
{
|
|
16725
|
+
"name": "editorId",
|
|
16726
|
+
"type": "string",
|
|
16727
|
+
"required": true
|
|
16728
|
+
}
|
|
16729
|
+
],
|
|
16730
|
+
"default": "EDITOR_BLUR",
|
|
16731
|
+
"tier": "presentation"
|
|
16732
|
+
},
|
|
16733
|
+
"onMotion": {
|
|
16734
|
+
"types": [
|
|
16735
|
+
"string"
|
|
16736
|
+
],
|
|
16737
|
+
"description": "Declarative bus listen: move the cursor per the vim-style motion vocabulary.",
|
|
16738
|
+
"kind": "event-listen",
|
|
16739
|
+
"listenPayloadSchema": [
|
|
16740
|
+
{
|
|
16741
|
+
"name": "editorId",
|
|
16742
|
+
"type": "string",
|
|
16743
|
+
"required": true
|
|
16744
|
+
},
|
|
16745
|
+
{
|
|
16746
|
+
"name": "motion",
|
|
16747
|
+
"type": "string",
|
|
16748
|
+
"required": true,
|
|
16749
|
+
"enumValues": [
|
|
16750
|
+
"left",
|
|
16751
|
+
"right",
|
|
16752
|
+
"up",
|
|
16753
|
+
"down",
|
|
16754
|
+
"word-forward",
|
|
16755
|
+
"word-back",
|
|
16756
|
+
"word-end",
|
|
16757
|
+
"line-start",
|
|
16758
|
+
"line-end",
|
|
16759
|
+
"first-nonblank",
|
|
16760
|
+
"doc-start",
|
|
16761
|
+
"doc-end",
|
|
16762
|
+
"paragraph-forward",
|
|
16763
|
+
"paragraph-back",
|
|
16764
|
+
"line",
|
|
16765
|
+
"selection"
|
|
16766
|
+
]
|
|
16767
|
+
},
|
|
16768
|
+
{
|
|
16769
|
+
"name": "count",
|
|
16770
|
+
"type": "number",
|
|
16771
|
+
"required": true
|
|
16772
|
+
}
|
|
16773
|
+
],
|
|
16774
|
+
"default": "MOTION",
|
|
16775
|
+
"tier": "presentation"
|
|
16776
|
+
},
|
|
16777
|
+
"onOperate": {
|
|
16778
|
+
"types": [
|
|
16779
|
+
"string"
|
|
16780
|
+
],
|
|
16781
|
+
"description": "Declarative bus listen: apply a text operator over a motion's range.",
|
|
16782
|
+
"kind": "event-listen",
|
|
16783
|
+
"listenPayloadSchema": [
|
|
16784
|
+
{
|
|
16785
|
+
"name": "editorId",
|
|
16786
|
+
"type": "string",
|
|
16787
|
+
"required": true
|
|
16788
|
+
},
|
|
16789
|
+
{
|
|
16790
|
+
"name": "operator",
|
|
16791
|
+
"type": "string",
|
|
16792
|
+
"required": true,
|
|
16793
|
+
"enumValues": [
|
|
16794
|
+
"delete",
|
|
16795
|
+
"yank",
|
|
16796
|
+
"change"
|
|
16797
|
+
]
|
|
16798
|
+
},
|
|
16799
|
+
{
|
|
16800
|
+
"name": "motion",
|
|
16801
|
+
"type": "string",
|
|
16802
|
+
"required": true,
|
|
16803
|
+
"enumValues": [
|
|
16804
|
+
"left",
|
|
16805
|
+
"right",
|
|
16806
|
+
"up",
|
|
16807
|
+
"down",
|
|
16808
|
+
"word-forward",
|
|
16809
|
+
"word-back",
|
|
16810
|
+
"word-end",
|
|
16811
|
+
"line-start",
|
|
16812
|
+
"line-end",
|
|
16813
|
+
"first-nonblank",
|
|
16814
|
+
"doc-start",
|
|
16815
|
+
"doc-end",
|
|
16816
|
+
"paragraph-forward",
|
|
16817
|
+
"paragraph-back",
|
|
16818
|
+
"line",
|
|
16819
|
+
"selection"
|
|
16820
|
+
]
|
|
16821
|
+
},
|
|
16822
|
+
{
|
|
16823
|
+
"name": "count",
|
|
16824
|
+
"type": "number",
|
|
16825
|
+
"required": true
|
|
16826
|
+
}
|
|
16827
|
+
],
|
|
16828
|
+
"default": "OPERATE",
|
|
16829
|
+
"tier": "presentation"
|
|
16830
|
+
},
|
|
16831
|
+
"onInsertText": {
|
|
16832
|
+
"types": [
|
|
16833
|
+
"string"
|
|
16834
|
+
],
|
|
16835
|
+
"description": "Declarative bus listen: insert literal text at the cursor.",
|
|
16836
|
+
"kind": "event-listen",
|
|
16837
|
+
"listenPayloadSchema": [
|
|
16838
|
+
{
|
|
16839
|
+
"name": "editorId",
|
|
16840
|
+
"type": "string",
|
|
16841
|
+
"required": true
|
|
16842
|
+
},
|
|
16843
|
+
{
|
|
16844
|
+
"name": "text",
|
|
16845
|
+
"type": "string",
|
|
16846
|
+
"required": true
|
|
16847
|
+
}
|
|
16848
|
+
],
|
|
16849
|
+
"default": "INSERT_TEXT",
|
|
16850
|
+
"tier": "presentation"
|
|
16851
|
+
},
|
|
16852
|
+
"onSetMode": {
|
|
16853
|
+
"types": [
|
|
16854
|
+
"string"
|
|
16855
|
+
],
|
|
16856
|
+
"description": "Declarative bus listen: switch editor mode and caret style.",
|
|
16857
|
+
"kind": "event-listen",
|
|
16858
|
+
"listenPayloadSchema": [
|
|
16859
|
+
{
|
|
16860
|
+
"name": "editorId",
|
|
16861
|
+
"type": "string",
|
|
16862
|
+
"required": true
|
|
16863
|
+
},
|
|
16864
|
+
{
|
|
16865
|
+
"name": "mode",
|
|
16866
|
+
"type": "string",
|
|
16867
|
+
"required": true
|
|
16868
|
+
},
|
|
16869
|
+
{
|
|
16870
|
+
"name": "caret",
|
|
16871
|
+
"type": "string",
|
|
16872
|
+
"required": true,
|
|
16873
|
+
"enumValues": [
|
|
16874
|
+
"bar",
|
|
16875
|
+
"block",
|
|
16876
|
+
"underline"
|
|
16877
|
+
]
|
|
16878
|
+
}
|
|
16879
|
+
],
|
|
16880
|
+
"default": "SET_MODE",
|
|
16881
|
+
"tier": "presentation"
|
|
16882
|
+
},
|
|
16883
|
+
"motions": {
|
|
16884
|
+
"types": [
|
|
16885
|
+
"array"
|
|
16886
|
+
],
|
|
16887
|
+
"description": "Motion vocabulary this editor accepts. Default: the full `EditorMotion` set.",
|
|
16888
|
+
"items": {
|
|
16889
|
+
"types": [
|
|
16890
|
+
"string"
|
|
16891
|
+
],
|
|
16892
|
+
"enumValues": [
|
|
16893
|
+
"left",
|
|
16894
|
+
"right",
|
|
16895
|
+
"up",
|
|
16896
|
+
"down",
|
|
16897
|
+
"word-forward",
|
|
16898
|
+
"word-back",
|
|
16899
|
+
"word-end",
|
|
16900
|
+
"line-start",
|
|
16901
|
+
"line-end",
|
|
16902
|
+
"first-nonblank",
|
|
16903
|
+
"doc-start",
|
|
16904
|
+
"doc-end",
|
|
16905
|
+
"paragraph-forward",
|
|
16906
|
+
"paragraph-back",
|
|
16907
|
+
"line",
|
|
16908
|
+
"selection"
|
|
16909
|
+
]
|
|
16910
|
+
},
|
|
16911
|
+
"default": [
|
|
16912
|
+
"left",
|
|
16913
|
+
"right",
|
|
16914
|
+
"up",
|
|
16915
|
+
"down",
|
|
16916
|
+
"word-forward",
|
|
16917
|
+
"word-back",
|
|
16918
|
+
"word-end",
|
|
16919
|
+
"line-start",
|
|
16920
|
+
"line-end",
|
|
16921
|
+
"first-nonblank",
|
|
16922
|
+
"doc-start",
|
|
16923
|
+
"doc-end",
|
|
16924
|
+
"paragraph-forward",
|
|
16925
|
+
"paragraph-back",
|
|
16926
|
+
"line",
|
|
16927
|
+
"selection"
|
|
16928
|
+
],
|
|
16929
|
+
"tier": "presentation"
|
|
16930
|
+
},
|
|
16931
|
+
"operators": {
|
|
16932
|
+
"types": [
|
|
16933
|
+
"array"
|
|
16934
|
+
],
|
|
16935
|
+
"description": "Operator vocabulary this editor accepts. Default: the full `EditorOperator` set.",
|
|
16936
|
+
"items": {
|
|
16937
|
+
"types": [
|
|
16938
|
+
"string"
|
|
16939
|
+
],
|
|
16940
|
+
"enumValues": [
|
|
16941
|
+
"delete",
|
|
16942
|
+
"yank",
|
|
16943
|
+
"change"
|
|
16944
|
+
]
|
|
16945
|
+
},
|
|
16946
|
+
"default": [
|
|
16947
|
+
"delete",
|
|
16948
|
+
"yank",
|
|
16949
|
+
"change"
|
|
16950
|
+
],
|
|
16951
|
+
"tier": "presentation"
|
|
16693
16952
|
}
|
|
16694
16953
|
}
|
|
16695
16954
|
},
|
|
@@ -26752,7 +27011,12 @@
|
|
|
26752
27011
|
{
|
|
26753
27012
|
"name": "next",
|
|
26754
27013
|
"type": "string",
|
|
26755
|
-
"required": true
|
|
27014
|
+
"required": true,
|
|
27015
|
+
"enumValues": [
|
|
27016
|
+
"up",
|
|
27017
|
+
"down",
|
|
27018
|
+
"none"
|
|
27019
|
+
]
|
|
26756
27020
|
}
|
|
26757
27021
|
]
|
|
26758
27022
|
},
|
|
@@ -27220,7 +27484,12 @@
|
|
|
27220
27484
|
{
|
|
27221
27485
|
"name": "vote",
|
|
27222
27486
|
"type": "string",
|
|
27223
|
-
"required": true
|
|
27487
|
+
"required": true,
|
|
27488
|
+
"enumValues": [
|
|
27489
|
+
"up",
|
|
27490
|
+
"down",
|
|
27491
|
+
"none"
|
|
27492
|
+
]
|
|
27224
27493
|
}
|
|
27225
27494
|
]
|
|
27226
27495
|
},
|
|
@@ -36294,7 +36563,11 @@
|
|
|
36294
36563
|
{
|
|
36295
36564
|
"name": "direction",
|
|
36296
36565
|
"type": "string",
|
|
36297
|
-
"required": true
|
|
36566
|
+
"required": true,
|
|
36567
|
+
"enumValues": [
|
|
36568
|
+
"asc",
|
|
36569
|
+
"desc"
|
|
36570
|
+
]
|
|
36298
36571
|
}
|
|
36299
36572
|
]
|
|
36300
36573
|
},
|
|
@@ -38258,7 +38531,13 @@
|
|
|
38258
38531
|
{
|
|
38259
38532
|
"name": "direction",
|
|
38260
38533
|
"type": "string",
|
|
38261
|
-
"required": true
|
|
38534
|
+
"required": true,
|
|
38535
|
+
"enumValues": [
|
|
38536
|
+
"up",
|
|
38537
|
+
"down",
|
|
38538
|
+
"left",
|
|
38539
|
+
"right"
|
|
38540
|
+
]
|
|
38262
38541
|
},
|
|
38263
38542
|
{
|
|
38264
38543
|
"name": "pressed",
|
|
@@ -39289,6 +39568,7 @@
|
|
|
39289
39568
|
"string"
|
|
39290
39569
|
],
|
|
39291
39570
|
"enumValues": [
|
|
39571
|
+
"solid",
|
|
39292
39572
|
"dashed",
|
|
39293
39573
|
"dotted"
|
|
39294
39574
|
]
|
|
@@ -40666,6 +40946,7 @@
|
|
|
40666
40946
|
"string"
|
|
40667
40947
|
],
|
|
40668
40948
|
"enumValues": [
|
|
40949
|
+
"solid",
|
|
40669
40950
|
"dashed",
|
|
40670
40951
|
"dotted"
|
|
40671
40952
|
]
|
|
@@ -41946,6 +42227,7 @@
|
|
|
41946
42227
|
"string"
|
|
41947
42228
|
],
|
|
41948
42229
|
"enumValues": [
|
|
42230
|
+
"solid",
|
|
41949
42231
|
"dashed",
|
|
41950
42232
|
"dotted"
|
|
41951
42233
|
]
|
|
@@ -42417,6 +42699,7 @@
|
|
|
42417
42699
|
"string"
|
|
42418
42700
|
],
|
|
42419
42701
|
"enumValues": [
|
|
42702
|
+
"solid",
|
|
42420
42703
|
"dashed",
|
|
42421
42704
|
"dotted"
|
|
42422
42705
|
]
|
|
@@ -42702,6 +42985,7 @@
|
|
|
42702
42985
|
"string"
|
|
42703
42986
|
],
|
|
42704
42987
|
"enumValues": [
|
|
42988
|
+
"solid",
|
|
42705
42989
|
"dashed",
|
|
42706
42990
|
"dotted"
|
|
42707
42991
|
]
|
|
@@ -43010,6 +43294,7 @@
|
|
|
43010
43294
|
"string"
|
|
43011
43295
|
],
|
|
43012
43296
|
"enumValues": [
|
|
43297
|
+
"solid",
|
|
43013
43298
|
"dashed",
|
|
43014
43299
|
"dotted"
|
|
43015
43300
|
]
|
|
@@ -44550,6 +44835,7 @@
|
|
|
44550
44835
|
"string"
|
|
44551
44836
|
],
|
|
44552
44837
|
"enumValues": [
|
|
44838
|
+
"solid",
|
|
44553
44839
|
"dashed",
|
|
44554
44840
|
"dotted"
|
|
44555
44841
|
]
|
|
@@ -45764,6 +46050,7 @@
|
|
|
45764
46050
|
"string"
|
|
45765
46051
|
],
|
|
45766
46052
|
"enumValues": [
|
|
46053
|
+
"solid",
|
|
45767
46054
|
"dashed",
|
|
45768
46055
|
"dotted"
|
|
45769
46056
|
]
|
|
@@ -50663,6 +50950,7 @@
|
|
|
50663
50950
|
"string"
|
|
50664
50951
|
],
|
|
50665
50952
|
"enumValues": [
|
|
50953
|
+
"solid",
|
|
50666
50954
|
"dashed",
|
|
50667
50955
|
"dotted"
|
|
50668
50956
|
]
|