@almadar/core 10.80.0 → 10.81.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/builders.js +28 -0
- package/dist/builders.js.map +1 -1
- package/dist/{effect-C4uehm-r.d.ts → effect-BHoSW19_.d.ts} +259 -4
- package/dist/{entityAccess-BMKFgmsc.d.ts → entityAccess-0POr1WuY.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory/index.js +400 -0
- package/dist/factory/index.js.map +1 -1
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js +28 -0
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/{index-DqUnw2Oo.d.ts → index-rVlLkZJu.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +1553 -406
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/mock/index.js +28 -0
- package/dist/mock/index.js.map +1 -1
- package/dist/patterns/component-mapping.json +11 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +2611 -438
- package/dist/patterns/index.js +1391 -405
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/integrators-registry.json +1004 -402
- package/dist/patterns/patterns-registry.json +373 -1
- package/dist/patterns/registry.json +373 -1
- package/dist/patterns/services-registry.json +1171 -424
- package/dist/{schema-Cma07_18.d.ts → schema-CkTTGH6l.d.ts} +2 -2
- package/dist/{trait-BXkQKZbO.d.ts → trait-D269f6pt.d.ts} +1 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js +164 -1
- package/dist/types/index.js.map +1 -1
- package/dist/{types-DoAKLgCZ.d.ts → types-7PHjoE7m.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-03T03:26:05.097Z",
|
|
4
4
|
"patterns": {
|
|
5
5
|
"entity-table": {
|
|
6
6
|
"type": "entity-table",
|
|
@@ -26138,6 +26138,28 @@
|
|
|
26138
26138
|
],
|
|
26139
26139
|
"description": "Accessible label/tooltip for the row hover action."
|
|
26140
26140
|
},
|
|
26141
|
+
"onNodeReorder": {
|
|
26142
|
+
"types": [
|
|
26143
|
+
"function"
|
|
26144
|
+
],
|
|
26145
|
+
"description": "Called when a row is dropped onto another, in flat `items` mode; carries the moved node's id, its new parent id (`null` for a root drop), and its index within the new parent's children. Presence-gated: binding this prop is what turns on row dragging.",
|
|
26146
|
+
"kind": "callback",
|
|
26147
|
+
"callbackArgs": [
|
|
26148
|
+
{
|
|
26149
|
+
"name": "id",
|
|
26150
|
+
"type": "string"
|
|
26151
|
+
},
|
|
26152
|
+
{
|
|
26153
|
+
"name": "newParentId",
|
|
26154
|
+
"type": "string"
|
|
26155
|
+
},
|
|
26156
|
+
{
|
|
26157
|
+
"name": "index",
|
|
26158
|
+
"type": "number"
|
|
26159
|
+
}
|
|
26160
|
+
],
|
|
26161
|
+
"default": ""
|
|
26162
|
+
},
|
|
26141
26163
|
"className": {
|
|
26142
26164
|
"types": [
|
|
26143
26165
|
"string"
|
|
@@ -35157,6 +35179,19 @@
|
|
|
35157
35179
|
"string"
|
|
35158
35180
|
],
|
|
35159
35181
|
"description": "Class for right/bottom pane"
|
|
35182
|
+
},
|
|
35183
|
+
"onRatioChange": {
|
|
35184
|
+
"types": [
|
|
35185
|
+
"function"
|
|
35186
|
+
],
|
|
35187
|
+
"description": "Called with the new ratio while dragging. Providing this makes `ratio` controlled — the rendered split always tracks the prop instead of internal state, mirroring a controlled input. Omit for uncontrolled (self-tracked) behavior.",
|
|
35188
|
+
"kind": "callback",
|
|
35189
|
+
"callbackArgs": [
|
|
35190
|
+
{
|
|
35191
|
+
"name": "ratio",
|
|
35192
|
+
"type": "number"
|
|
35193
|
+
}
|
|
35194
|
+
]
|
|
35160
35195
|
}
|
|
35161
35196
|
}
|
|
35162
35197
|
},
|
|
@@ -42183,6 +42218,20 @@
|
|
|
42183
42218
|
"description": "Draw numeric labels on grid lines (default false).",
|
|
42184
42219
|
"default": false
|
|
42185
42220
|
},
|
|
42221
|
+
"tickLabelFontSize": {
|
|
42222
|
+
"types": [
|
|
42223
|
+
"number"
|
|
42224
|
+
],
|
|
42225
|
+
"description": "Font size in px for axis tick labels (default 10).",
|
|
42226
|
+
"default": 10
|
|
42227
|
+
},
|
|
42228
|
+
"labelFontSize": {
|
|
42229
|
+
"types": [
|
|
42230
|
+
"number"
|
|
42231
|
+
],
|
|
42232
|
+
"description": "Base font size in px for all other canvas annotations (points, vectors, guides, curves, regions, angles, hops; default 12).",
|
|
42233
|
+
"default": 12
|
|
42234
|
+
},
|
|
42186
42235
|
"showCurveLabels": {
|
|
42187
42236
|
"types": [
|
|
42188
42237
|
"boolean"
|
|
@@ -51563,6 +51612,329 @@
|
|
|
51563
51612
|
"description": "className prop"
|
|
51564
51613
|
}
|
|
51565
51614
|
}
|
|
51615
|
+
},
|
|
51616
|
+
"floating-toolbar": {
|
|
51617
|
+
"type": "floating-toolbar",
|
|
51618
|
+
"category": "component",
|
|
51619
|
+
"tier": "molecules",
|
|
51620
|
+
"family": "core",
|
|
51621
|
+
"description": "FloatingToolbar component",
|
|
51622
|
+
"suggestedFor": [
|
|
51623
|
+
"floating",
|
|
51624
|
+
"toolbar",
|
|
51625
|
+
"floating toolbar"
|
|
51626
|
+
],
|
|
51627
|
+
"typicalSize": "medium",
|
|
51628
|
+
"propsSchema": {
|
|
51629
|
+
"items": {
|
|
51630
|
+
"types": [
|
|
51631
|
+
"array"
|
|
51632
|
+
],
|
|
51633
|
+
"description": "Tool items rendered as icon buttons",
|
|
51634
|
+
"required": true,
|
|
51635
|
+
"items": {
|
|
51636
|
+
"types": [
|
|
51637
|
+
"object"
|
|
51638
|
+
],
|
|
51639
|
+
"properties": {
|
|
51640
|
+
"id": {
|
|
51641
|
+
"types": [
|
|
51642
|
+
"string"
|
|
51643
|
+
]
|
|
51644
|
+
},
|
|
51645
|
+
"icon": {
|
|
51646
|
+
"types": [
|
|
51647
|
+
"icon",
|
|
51648
|
+
"string"
|
|
51649
|
+
]
|
|
51650
|
+
},
|
|
51651
|
+
"label": {
|
|
51652
|
+
"types": [
|
|
51653
|
+
"string"
|
|
51654
|
+
]
|
|
51655
|
+
},
|
|
51656
|
+
"event": {
|
|
51657
|
+
"types": [
|
|
51658
|
+
"string"
|
|
51659
|
+
]
|
|
51660
|
+
},
|
|
51661
|
+
"action": {
|
|
51662
|
+
"types": [
|
|
51663
|
+
"string"
|
|
51664
|
+
]
|
|
51665
|
+
},
|
|
51666
|
+
"actionPayload": {
|
|
51667
|
+
"types": [
|
|
51668
|
+
"object"
|
|
51669
|
+
],
|
|
51670
|
+
"freeform": true,
|
|
51671
|
+
"eventPayloadBrand": true
|
|
51672
|
+
},
|
|
51673
|
+
"active": {
|
|
51674
|
+
"types": [
|
|
51675
|
+
"boolean"
|
|
51676
|
+
]
|
|
51677
|
+
},
|
|
51678
|
+
"disabled": {
|
|
51679
|
+
"types": [
|
|
51680
|
+
"boolean"
|
|
51681
|
+
]
|
|
51682
|
+
}
|
|
51683
|
+
},
|
|
51684
|
+
"required": [
|
|
51685
|
+
"id",
|
|
51686
|
+
"icon",
|
|
51687
|
+
"label"
|
|
51688
|
+
]
|
|
51689
|
+
}
|
|
51690
|
+
},
|
|
51691
|
+
"position": {
|
|
51692
|
+
"types": [
|
|
51693
|
+
"string"
|
|
51694
|
+
],
|
|
51695
|
+
"description": "Strip position within the app frame.",
|
|
51696
|
+
"enumValues": [
|
|
51697
|
+
"bottom-center",
|
|
51698
|
+
"bottom-left",
|
|
51699
|
+
"bottom-right"
|
|
51700
|
+
],
|
|
51701
|
+
"default": "bottom-center"
|
|
51702
|
+
},
|
|
51703
|
+
"children": {
|
|
51704
|
+
"types": [
|
|
51705
|
+
"node"
|
|
51706
|
+
],
|
|
51707
|
+
"description": "Custom cells appended after the items, separated by a divider"
|
|
51708
|
+
},
|
|
51709
|
+
"className": {
|
|
51710
|
+
"types": [
|
|
51711
|
+
"string"
|
|
51712
|
+
],
|
|
51713
|
+
"description": "Additional CSS classes on the positioned root"
|
|
51714
|
+
}
|
|
51715
|
+
}
|
|
51716
|
+
},
|
|
51717
|
+
"dock-layout": {
|
|
51718
|
+
"type": "dock-layout",
|
|
51719
|
+
"category": "layout",
|
|
51720
|
+
"tier": "organisms",
|
|
51721
|
+
"family": "core",
|
|
51722
|
+
"description": "DockLayout component",
|
|
51723
|
+
"suggestedFor": [
|
|
51724
|
+
"dock",
|
|
51725
|
+
"layout",
|
|
51726
|
+
"dock layout"
|
|
51727
|
+
],
|
|
51728
|
+
"typicalSize": "large",
|
|
51729
|
+
"propsSchema": {
|
|
51730
|
+
"rail": {
|
|
51731
|
+
"types": [
|
|
51732
|
+
"node"
|
|
51733
|
+
],
|
|
51734
|
+
"description": "Fixed-width far-left vertical strip (e.g. an icon nav rail)."
|
|
51735
|
+
},
|
|
51736
|
+
"sidebar": {
|
|
51737
|
+
"types": [
|
|
51738
|
+
"node"
|
|
51739
|
+
],
|
|
51740
|
+
"description": "Collapsible, resizable left sidebar."
|
|
51741
|
+
},
|
|
51742
|
+
"main": {
|
|
51743
|
+
"types": [
|
|
51744
|
+
"node"
|
|
51745
|
+
],
|
|
51746
|
+
"description": "Required center region.",
|
|
51747
|
+
"required": true
|
|
51748
|
+
},
|
|
51749
|
+
"bottomPanel": {
|
|
51750
|
+
"types": [
|
|
51751
|
+
"node"
|
|
51752
|
+
],
|
|
51753
|
+
"description": "Collapsible, resizable-height bottom panel."
|
|
51754
|
+
},
|
|
51755
|
+
"statusBar": {
|
|
51756
|
+
"types": [
|
|
51757
|
+
"node"
|
|
51758
|
+
],
|
|
51759
|
+
"description": "Slim strip pinned to the bottom of the frame, below the bottom panel."
|
|
51760
|
+
},
|
|
51761
|
+
"secondarySidebar": {
|
|
51762
|
+
"types": [
|
|
51763
|
+
"node"
|
|
51764
|
+
],
|
|
51765
|
+
"description": "Collapsible right sidebar."
|
|
51766
|
+
},
|
|
51767
|
+
"railWidth": {
|
|
51768
|
+
"types": [
|
|
51769
|
+
"number"
|
|
51770
|
+
],
|
|
51771
|
+
"description": "Width of `rail` in pixels. @default 56",
|
|
51772
|
+
"default": 56
|
|
51773
|
+
},
|
|
51774
|
+
"secondarySidebarWidth": {
|
|
51775
|
+
"types": [
|
|
51776
|
+
"number"
|
|
51777
|
+
],
|
|
51778
|
+
"description": "Width of `secondarySidebar` in pixels (fixed — not resizable). @default 280",
|
|
51779
|
+
"default": 280
|
|
51780
|
+
},
|
|
51781
|
+
"sidebarCollapsed": {
|
|
51782
|
+
"types": [
|
|
51783
|
+
"boolean"
|
|
51784
|
+
],
|
|
51785
|
+
"description": "Whether `sidebar` is collapsed. @default false",
|
|
51786
|
+
"default": false
|
|
51787
|
+
},
|
|
51788
|
+
"onSidebarCollapsedChange": {
|
|
51789
|
+
"types": [
|
|
51790
|
+
"function"
|
|
51791
|
+
],
|
|
51792
|
+
"description": "onSidebarCollapsedChange prop",
|
|
51793
|
+
"kind": "callback",
|
|
51794
|
+
"callbackArgs": [
|
|
51795
|
+
{
|
|
51796
|
+
"name": "collapsed",
|
|
51797
|
+
"type": "boolean"
|
|
51798
|
+
}
|
|
51799
|
+
]
|
|
51800
|
+
},
|
|
51801
|
+
"sidebarWidth": {
|
|
51802
|
+
"types": [
|
|
51803
|
+
"number"
|
|
51804
|
+
],
|
|
51805
|
+
"description": "Sidebar size as a SplitPane ratio (0-100, percentage of the sidebar/main split). @default 20",
|
|
51806
|
+
"default": 20
|
|
51807
|
+
},
|
|
51808
|
+
"onSidebarWidthChange": {
|
|
51809
|
+
"types": [
|
|
51810
|
+
"function"
|
|
51811
|
+
],
|
|
51812
|
+
"description": "onSidebarWidthChange prop",
|
|
51813
|
+
"kind": "callback",
|
|
51814
|
+
"callbackArgs": [
|
|
51815
|
+
{
|
|
51816
|
+
"name": "width",
|
|
51817
|
+
"type": "number"
|
|
51818
|
+
}
|
|
51819
|
+
]
|
|
51820
|
+
},
|
|
51821
|
+
"sidebarMinSize": {
|
|
51822
|
+
"types": [
|
|
51823
|
+
"number"
|
|
51824
|
+
],
|
|
51825
|
+
"description": "Minimum sidebar size in pixels, forwarded to SplitPane's `minSize`. @default 160",
|
|
51826
|
+
"default": 160
|
|
51827
|
+
},
|
|
51828
|
+
"bottomPanelCollapsed": {
|
|
51829
|
+
"types": [
|
|
51830
|
+
"boolean"
|
|
51831
|
+
],
|
|
51832
|
+
"description": "Whether `bottomPanel` is collapsed. @default false",
|
|
51833
|
+
"default": false
|
|
51834
|
+
},
|
|
51835
|
+
"onBottomPanelCollapsedChange": {
|
|
51836
|
+
"types": [
|
|
51837
|
+
"function"
|
|
51838
|
+
],
|
|
51839
|
+
"description": "onBottomPanelCollapsedChange prop",
|
|
51840
|
+
"kind": "callback",
|
|
51841
|
+
"callbackArgs": [
|
|
51842
|
+
{
|
|
51843
|
+
"name": "collapsed",
|
|
51844
|
+
"type": "boolean"
|
|
51845
|
+
}
|
|
51846
|
+
]
|
|
51847
|
+
},
|
|
51848
|
+
"bottomPanelHeight": {
|
|
51849
|
+
"types": [
|
|
51850
|
+
"number"
|
|
51851
|
+
],
|
|
51852
|
+
"description": "Bottom panel size as a SplitPane ratio (0-100, percentage given to the panel). @default 30",
|
|
51853
|
+
"default": 30
|
|
51854
|
+
},
|
|
51855
|
+
"onBottomPanelHeightChange": {
|
|
51856
|
+
"types": [
|
|
51857
|
+
"function"
|
|
51858
|
+
],
|
|
51859
|
+
"description": "onBottomPanelHeightChange prop",
|
|
51860
|
+
"kind": "callback",
|
|
51861
|
+
"callbackArgs": [
|
|
51862
|
+
{
|
|
51863
|
+
"name": "height",
|
|
51864
|
+
"type": "number"
|
|
51865
|
+
}
|
|
51866
|
+
]
|
|
51867
|
+
},
|
|
51868
|
+
"bottomPanelMinSize": {
|
|
51869
|
+
"types": [
|
|
51870
|
+
"number"
|
|
51871
|
+
],
|
|
51872
|
+
"description": "Minimum bottom panel size in pixels, forwarded to SplitPane's `minSize`. @default 120",
|
|
51873
|
+
"default": 120
|
|
51874
|
+
},
|
|
51875
|
+
"secondarySidebarCollapsed": {
|
|
51876
|
+
"types": [
|
|
51877
|
+
"boolean"
|
|
51878
|
+
],
|
|
51879
|
+
"description": "Whether `secondarySidebar` is collapsed. @default false",
|
|
51880
|
+
"default": false
|
|
51881
|
+
},
|
|
51882
|
+
"onSecondarySidebarCollapsedChange": {
|
|
51883
|
+
"types": [
|
|
51884
|
+
"function"
|
|
51885
|
+
],
|
|
51886
|
+
"description": "onSecondarySidebarCollapsedChange prop",
|
|
51887
|
+
"kind": "callback",
|
|
51888
|
+
"callbackArgs": [
|
|
51889
|
+
{
|
|
51890
|
+
"name": "collapsed",
|
|
51891
|
+
"type": "boolean"
|
|
51892
|
+
}
|
|
51893
|
+
]
|
|
51894
|
+
},
|
|
51895
|
+
"className": {
|
|
51896
|
+
"types": [
|
|
51897
|
+
"string"
|
|
51898
|
+
],
|
|
51899
|
+
"description": "Additional CSS classes on the root frame."
|
|
51900
|
+
},
|
|
51901
|
+
"railClassName": {
|
|
51902
|
+
"types": [
|
|
51903
|
+
"string"
|
|
51904
|
+
],
|
|
51905
|
+
"description": "railClassName prop"
|
|
51906
|
+
},
|
|
51907
|
+
"sidebarClassName": {
|
|
51908
|
+
"types": [
|
|
51909
|
+
"string"
|
|
51910
|
+
],
|
|
51911
|
+
"description": "sidebarClassName prop"
|
|
51912
|
+
},
|
|
51913
|
+
"mainClassName": {
|
|
51914
|
+
"types": [
|
|
51915
|
+
"string"
|
|
51916
|
+
],
|
|
51917
|
+
"description": "mainClassName prop"
|
|
51918
|
+
},
|
|
51919
|
+
"bottomPanelClassName": {
|
|
51920
|
+
"types": [
|
|
51921
|
+
"string"
|
|
51922
|
+
],
|
|
51923
|
+
"description": "bottomPanelClassName prop"
|
|
51924
|
+
},
|
|
51925
|
+
"statusBarClassName": {
|
|
51926
|
+
"types": [
|
|
51927
|
+
"string"
|
|
51928
|
+
],
|
|
51929
|
+
"description": "statusBarClassName prop"
|
|
51930
|
+
},
|
|
51931
|
+
"secondarySidebarClassName": {
|
|
51932
|
+
"types": [
|
|
51933
|
+
"string"
|
|
51934
|
+
],
|
|
51935
|
+
"description": "secondarySidebarClassName prop"
|
|
51936
|
+
}
|
|
51937
|
+
}
|
|
51566
51938
|
}
|
|
51567
51939
|
},
|
|
51568
51940
|
"categories": [
|