@almadar/core 10.38.0 → 10.40.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-07-26T06:18:13.545Z",
3
+ "exportedAt": "2026-07-28T10:40:00.004Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -401,8 +401,7 @@
401
401
  }
402
402
  },
403
403
  "required": [
404
- "label",
405
- "onClick"
404
+ "label"
406
405
  ]
407
406
  }
408
407
  },
@@ -440,11 +439,15 @@
440
439
  "default",
441
440
  "danger"
442
441
  ]
442
+ },
443
+ "event": {
444
+ "types": [
445
+ "string"
446
+ ]
443
447
  }
444
448
  },
445
449
  "required": [
446
- "label",
447
- "onClick"
450
+ "label"
448
451
  ]
449
452
  }
450
453
  },
@@ -9818,6 +9821,21 @@
9818
9821
  ],
9819
9822
  "description": "Inline style"
9820
9823
  },
9824
+ "format": {
9825
+ "types": [
9826
+ "string"
9827
+ ],
9828
+ "description": "Value formatting applied to string/number/Date content — `none` (the default) renders content as-is. Covers the raw-ISO-date class: a bound datetime renders human-readable via `format=\"date\"|\"time\"|\"datetime\"`.",
9829
+ "enumValues": [
9830
+ "none",
9831
+ "date",
9832
+ "time",
9833
+ "datetime",
9834
+ "number",
9835
+ "currency",
9836
+ "percent"
9837
+ ]
9838
+ },
9821
9839
  "content": {
9822
9840
  "types": [
9823
9841
  "node"
@@ -14615,6 +14633,27 @@
14615
14633
  "number"
14616
14634
  ]
14617
14635
  },
14636
+ "mark": {
14637
+ "types": [
14638
+ "object"
14639
+ ],
14640
+ "properties": {
14641
+ "kind": {
14642
+ "types": [
14643
+ "unknown"
14644
+ ]
14645
+ },
14646
+ "suggestionId": {
14647
+ "types": [
14648
+ "string"
14649
+ ]
14650
+ }
14651
+ },
14652
+ "required": [
14653
+ "kind",
14654
+ "suggestionId"
14655
+ ]
14656
+ },
14618
14657
  "x": {
14619
14658
  "types": [
14620
14659
  "number"
@@ -14673,6 +14712,48 @@
14673
14712
  ]
14674
14713
  }
14675
14714
  },
14715
+ "proposedEdges": {
14716
+ "types": [
14717
+ "array"
14718
+ ],
14719
+ "description": "Uncommitted proposal links — rendered dashed/faint in a separate pass, never folded into the layout springs.",
14720
+ "items": {
14721
+ "types": [
14722
+ "object"
14723
+ ],
14724
+ "properties": {
14725
+ "source": {
14726
+ "types": [
14727
+ "string"
14728
+ ]
14729
+ },
14730
+ "target": {
14731
+ "types": [
14732
+ "string"
14733
+ ]
14734
+ },
14735
+ "label": {
14736
+ "types": [
14737
+ "string"
14738
+ ]
14739
+ },
14740
+ "weight": {
14741
+ "types": [
14742
+ "number"
14743
+ ]
14744
+ },
14745
+ "color": {
14746
+ "types": [
14747
+ "string"
14748
+ ]
14749
+ }
14750
+ },
14751
+ "required": [
14752
+ "source",
14753
+ "target"
14754
+ ]
14755
+ }
14756
+ },
14676
14757
  "similarity": {
14677
14758
  "types": [
14678
14759
  "array"
@@ -14820,6 +14901,111 @@
14820
14901
  "number"
14821
14902
  ]
14822
14903
  },
14904
+ "mark": {
14905
+ "types": [
14906
+ "object"
14907
+ ],
14908
+ "properties": {
14909
+ "kind": {
14910
+ "types": [
14911
+ "unknown"
14912
+ ]
14913
+ },
14914
+ "suggestionId": {
14915
+ "types": [
14916
+ "string"
14917
+ ]
14918
+ }
14919
+ },
14920
+ "required": [
14921
+ "kind",
14922
+ "suggestionId"
14923
+ ]
14924
+ },
14925
+ "x": {
14926
+ "types": [
14927
+ "number"
14928
+ ]
14929
+ },
14930
+ "y": {
14931
+ "types": [
14932
+ "number"
14933
+ ]
14934
+ }
14935
+ },
14936
+ "required": [
14937
+ "id"
14938
+ ]
14939
+ }
14940
+ }
14941
+ ]
14942
+ },
14943
+ "onMarkClick": {
14944
+ "types": [
14945
+ "function"
14946
+ ],
14947
+ "description": "On marked-node click (suggestion/proposal target). Takes priority over onNodeClick.",
14948
+ "kind": "callback",
14949
+ "callbackArgs": [
14950
+ {
14951
+ "name": "node",
14952
+ "type": "object",
14953
+ "schema": {
14954
+ "types": [
14955
+ "object"
14956
+ ],
14957
+ "properties": {
14958
+ "id": {
14959
+ "types": [
14960
+ "string"
14961
+ ]
14962
+ },
14963
+ "label": {
14964
+ "types": [
14965
+ "string"
14966
+ ]
14967
+ },
14968
+ "group": {
14969
+ "types": [
14970
+ "string"
14971
+ ]
14972
+ },
14973
+ "color": {
14974
+ "types": [
14975
+ "string"
14976
+ ]
14977
+ },
14978
+ "size": {
14979
+ "types": [
14980
+ "number"
14981
+ ]
14982
+ },
14983
+ "badge": {
14984
+ "types": [
14985
+ "number"
14986
+ ]
14987
+ },
14988
+ "mark": {
14989
+ "types": [
14990
+ "object"
14991
+ ],
14992
+ "properties": {
14993
+ "kind": {
14994
+ "types": [
14995
+ "unknown"
14996
+ ]
14997
+ },
14998
+ "suggestionId": {
14999
+ "types": [
15000
+ "string"
15001
+ ]
15002
+ }
15003
+ },
15004
+ "required": [
15005
+ "kind",
15006
+ "suggestionId"
15007
+ ]
15008
+ },
14823
15009
  "x": {
14824
15010
  "types": [
14825
15011
  "number"
@@ -14883,6 +15069,27 @@
14883
15069
  "number"
14884
15070
  ]
14885
15071
  },
15072
+ "mark": {
15073
+ "types": [
15074
+ "object"
15075
+ ],
15076
+ "properties": {
15077
+ "kind": {
15078
+ "types": [
15079
+ "unknown"
15080
+ ]
15081
+ },
15082
+ "suggestionId": {
15083
+ "types": [
15084
+ "string"
15085
+ ]
15086
+ }
15087
+ },
15088
+ "required": [
15089
+ "kind",
15090
+ "suggestionId"
15091
+ ]
15092
+ },
14886
15093
  "x": {
14887
15094
  "types": [
14888
15095
  "number"
@@ -14946,6 +15153,27 @@
14946
15153
  "number"
14947
15154
  ]
14948
15155
  },
15156
+ "mark": {
15157
+ "types": [
15158
+ "object"
15159
+ ],
15160
+ "properties": {
15161
+ "kind": {
15162
+ "types": [
15163
+ "unknown"
15164
+ ]
15165
+ },
15166
+ "suggestionId": {
15167
+ "types": [
15168
+ "string"
15169
+ ]
15170
+ }
15171
+ },
15172
+ "required": [
15173
+ "kind",
15174
+ "suggestionId"
15175
+ ]
15176
+ },
14949
15177
  "x": {
14950
15178
  "types": [
14951
15179
  "number"
@@ -17701,12 +17929,24 @@
17701
17929
  ],
17702
17930
  "description": "Field name identifying the sender (used with variant: \"message\")"
17703
17931
  },
17932
+ "senderLabelField": {
17933
+ "types": [
17934
+ "string"
17935
+ ],
17936
+ "description": "Field holding the sender's human-readable name (used with variant: \"message\"). Defaults to `senderField`. Set this when `senderField` holds an id — an id-keyed thread otherwise labels bubbles `staff-1` instead of `Sam Staff`."
17937
+ },
17704
17938
  "currentUser": {
17705
17939
  "types": [
17706
17940
  "string"
17707
17941
  ],
17708
17942
  "description": "Current user identifier; messages matching this value align right (used with variant: \"message\")"
17709
17943
  },
17944
+ "emptyMessage": {
17945
+ "types": [
17946
+ "string"
17947
+ ],
17948
+ "description": "Message shown when there are no rows. Falls back to the generic \"no items\" translation. `TableView` already exposes this; an agenda or an inbox wants to say what \"empty\" means in its own words."
17949
+ },
17710
17950
  "className": {
17711
17951
  "types": [
17712
17952
  "string"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "exportedAt": "2026-07-26T06:18:13.545Z",
3
+ "exportedAt": "2026-07-28T10:40:00.004Z",
4
4
  "patterns": {
5
5
  "entity-table": {
6
6
  "type": "entity-table",
@@ -401,8 +401,7 @@
401
401
  }
402
402
  },
403
403
  "required": [
404
- "label",
405
- "onClick"
404
+ "label"
406
405
  ]
407
406
  }
408
407
  },
@@ -440,11 +439,15 @@
440
439
  "default",
441
440
  "danger"
442
441
  ]
442
+ },
443
+ "event": {
444
+ "types": [
445
+ "string"
446
+ ]
443
447
  }
444
448
  },
445
449
  "required": [
446
- "label",
447
- "onClick"
450
+ "label"
448
451
  ]
449
452
  }
450
453
  },
@@ -9818,6 +9821,21 @@
9818
9821
  ],
9819
9822
  "description": "Inline style"
9820
9823
  },
9824
+ "format": {
9825
+ "types": [
9826
+ "string"
9827
+ ],
9828
+ "description": "Value formatting applied to string/number/Date content — `none` (the default) renders content as-is. Covers the raw-ISO-date class: a bound datetime renders human-readable via `format=\"date\"|\"time\"|\"datetime\"`.",
9829
+ "enumValues": [
9830
+ "none",
9831
+ "date",
9832
+ "time",
9833
+ "datetime",
9834
+ "number",
9835
+ "currency",
9836
+ "percent"
9837
+ ]
9838
+ },
9821
9839
  "content": {
9822
9840
  "types": [
9823
9841
  "node"
@@ -14615,6 +14633,27 @@
14615
14633
  "number"
14616
14634
  ]
14617
14635
  },
14636
+ "mark": {
14637
+ "types": [
14638
+ "object"
14639
+ ],
14640
+ "properties": {
14641
+ "kind": {
14642
+ "types": [
14643
+ "unknown"
14644
+ ]
14645
+ },
14646
+ "suggestionId": {
14647
+ "types": [
14648
+ "string"
14649
+ ]
14650
+ }
14651
+ },
14652
+ "required": [
14653
+ "kind",
14654
+ "suggestionId"
14655
+ ]
14656
+ },
14618
14657
  "x": {
14619
14658
  "types": [
14620
14659
  "number"
@@ -14673,6 +14712,48 @@
14673
14712
  ]
14674
14713
  }
14675
14714
  },
14715
+ "proposedEdges": {
14716
+ "types": [
14717
+ "array"
14718
+ ],
14719
+ "description": "Uncommitted proposal links — rendered dashed/faint in a separate pass, never folded into the layout springs.",
14720
+ "items": {
14721
+ "types": [
14722
+ "object"
14723
+ ],
14724
+ "properties": {
14725
+ "source": {
14726
+ "types": [
14727
+ "string"
14728
+ ]
14729
+ },
14730
+ "target": {
14731
+ "types": [
14732
+ "string"
14733
+ ]
14734
+ },
14735
+ "label": {
14736
+ "types": [
14737
+ "string"
14738
+ ]
14739
+ },
14740
+ "weight": {
14741
+ "types": [
14742
+ "number"
14743
+ ]
14744
+ },
14745
+ "color": {
14746
+ "types": [
14747
+ "string"
14748
+ ]
14749
+ }
14750
+ },
14751
+ "required": [
14752
+ "source",
14753
+ "target"
14754
+ ]
14755
+ }
14756
+ },
14676
14757
  "similarity": {
14677
14758
  "types": [
14678
14759
  "array"
@@ -14820,6 +14901,111 @@
14820
14901
  "number"
14821
14902
  ]
14822
14903
  },
14904
+ "mark": {
14905
+ "types": [
14906
+ "object"
14907
+ ],
14908
+ "properties": {
14909
+ "kind": {
14910
+ "types": [
14911
+ "unknown"
14912
+ ]
14913
+ },
14914
+ "suggestionId": {
14915
+ "types": [
14916
+ "string"
14917
+ ]
14918
+ }
14919
+ },
14920
+ "required": [
14921
+ "kind",
14922
+ "suggestionId"
14923
+ ]
14924
+ },
14925
+ "x": {
14926
+ "types": [
14927
+ "number"
14928
+ ]
14929
+ },
14930
+ "y": {
14931
+ "types": [
14932
+ "number"
14933
+ ]
14934
+ }
14935
+ },
14936
+ "required": [
14937
+ "id"
14938
+ ]
14939
+ }
14940
+ }
14941
+ ]
14942
+ },
14943
+ "onMarkClick": {
14944
+ "types": [
14945
+ "function"
14946
+ ],
14947
+ "description": "On marked-node click (suggestion/proposal target). Takes priority over onNodeClick.",
14948
+ "kind": "callback",
14949
+ "callbackArgs": [
14950
+ {
14951
+ "name": "node",
14952
+ "type": "object",
14953
+ "schema": {
14954
+ "types": [
14955
+ "object"
14956
+ ],
14957
+ "properties": {
14958
+ "id": {
14959
+ "types": [
14960
+ "string"
14961
+ ]
14962
+ },
14963
+ "label": {
14964
+ "types": [
14965
+ "string"
14966
+ ]
14967
+ },
14968
+ "group": {
14969
+ "types": [
14970
+ "string"
14971
+ ]
14972
+ },
14973
+ "color": {
14974
+ "types": [
14975
+ "string"
14976
+ ]
14977
+ },
14978
+ "size": {
14979
+ "types": [
14980
+ "number"
14981
+ ]
14982
+ },
14983
+ "badge": {
14984
+ "types": [
14985
+ "number"
14986
+ ]
14987
+ },
14988
+ "mark": {
14989
+ "types": [
14990
+ "object"
14991
+ ],
14992
+ "properties": {
14993
+ "kind": {
14994
+ "types": [
14995
+ "unknown"
14996
+ ]
14997
+ },
14998
+ "suggestionId": {
14999
+ "types": [
15000
+ "string"
15001
+ ]
15002
+ }
15003
+ },
15004
+ "required": [
15005
+ "kind",
15006
+ "suggestionId"
15007
+ ]
15008
+ },
14823
15009
  "x": {
14824
15010
  "types": [
14825
15011
  "number"
@@ -14883,6 +15069,27 @@
14883
15069
  "number"
14884
15070
  ]
14885
15071
  },
15072
+ "mark": {
15073
+ "types": [
15074
+ "object"
15075
+ ],
15076
+ "properties": {
15077
+ "kind": {
15078
+ "types": [
15079
+ "unknown"
15080
+ ]
15081
+ },
15082
+ "suggestionId": {
15083
+ "types": [
15084
+ "string"
15085
+ ]
15086
+ }
15087
+ },
15088
+ "required": [
15089
+ "kind",
15090
+ "suggestionId"
15091
+ ]
15092
+ },
14886
15093
  "x": {
14887
15094
  "types": [
14888
15095
  "number"
@@ -14946,6 +15153,27 @@
14946
15153
  "number"
14947
15154
  ]
14948
15155
  },
15156
+ "mark": {
15157
+ "types": [
15158
+ "object"
15159
+ ],
15160
+ "properties": {
15161
+ "kind": {
15162
+ "types": [
15163
+ "unknown"
15164
+ ]
15165
+ },
15166
+ "suggestionId": {
15167
+ "types": [
15168
+ "string"
15169
+ ]
15170
+ }
15171
+ },
15172
+ "required": [
15173
+ "kind",
15174
+ "suggestionId"
15175
+ ]
15176
+ },
14949
15177
  "x": {
14950
15178
  "types": [
14951
15179
  "number"
@@ -17701,12 +17929,24 @@
17701
17929
  ],
17702
17930
  "description": "Field name identifying the sender (used with variant: \"message\")"
17703
17931
  },
17932
+ "senderLabelField": {
17933
+ "types": [
17934
+ "string"
17935
+ ],
17936
+ "description": "Field holding the sender's human-readable name (used with variant: \"message\"). Defaults to `senderField`. Set this when `senderField` holds an id — an id-keyed thread otherwise labels bubbles `staff-1` instead of `Sam Staff`."
17937
+ },
17704
17938
  "currentUser": {
17705
17939
  "types": [
17706
17940
  "string"
17707
17941
  ],
17708
17942
  "description": "Current user identifier; messages matching this value align right (used with variant: \"message\")"
17709
17943
  },
17944
+ "emptyMessage": {
17945
+ "types": [
17946
+ "string"
17947
+ ],
17948
+ "description": "Message shown when there are no rows. Falls back to the generic \"no items\" translation. `TableView` already exposes this; an agenda or an inbox wants to say what \"empty\" means in its own words."
17949
+ },
17710
17950
  "className": {
17711
17951
  "types": [
17712
17952
  "string"