@almadar/std 16.149.0 → 16.150.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/behaviors/lolo/ui/core/atoms/std-app-search.lolo +2 -2
- package/behaviors/lolo/ui/core/atoms/std-browse.lolo +3 -3
- package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +1 -0
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +30 -3
- package/behaviors/registry/ui/core/atoms/std-browse.orb +46 -6
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +5 -0
- package/dist/behaviors/behaviors-embeddings.json +444 -444
- package/dist/behaviors/behaviors-registry.json +25 -7
- package/dist/behaviors/exports-reader.js +33 -3
- package/dist/behaviors/functions/index.d.ts +41 -54
- package/dist/behaviors/functions/index.js +31 -3
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +34 -4
- package/dist/behaviors/knob-embeddings.json +1 -1
- package/dist/behaviors/query.js +33 -3
- package/dist/behaviors/registry/ui/core/atoms/std-app-search.orb +30 -3
- package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +46 -6
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +5 -0
- package/dist/behaviors-embeddings.json +444 -444
- package/dist/behaviors-registry.json +25 -7
- package/dist/index.d.ts +1 -1
- package/dist/index.js +34 -4
- package/dist/knob-embeddings.json +1 -1
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$generated": "2026-07-
|
|
2
|
+
"$generated": "2026-07-27T04:55:35.498Z",
|
|
3
3
|
"$source": "tools/almadar-pattern-sync/behaviors",
|
|
4
4
|
"$package": "@almadar/std",
|
|
5
5
|
"totalBehaviors": 510,
|
|
@@ -1315,6 +1315,7 @@
|
|
|
1315
1315
|
"std-anim-tick",
|
|
1316
1316
|
"std-approval-request",
|
|
1317
1317
|
"std-audit-capture",
|
|
1318
|
+
"std-browse",
|
|
1318
1319
|
"std-builder",
|
|
1319
1320
|
"std-cache-aside",
|
|
1320
1321
|
"std-cascade-on-delete",
|
|
@@ -2094,6 +2095,7 @@
|
|
|
2094
2095
|
"std-anim-tick",
|
|
2095
2096
|
"std-approval-gate",
|
|
2096
2097
|
"std-audit-capture",
|
|
2098
|
+
"std-browse",
|
|
2097
2099
|
"std-builder",
|
|
2098
2100
|
"std-cache-aside",
|
|
2099
2101
|
"std-cascade-on-delete",
|
|
@@ -2582,6 +2584,7 @@
|
|
|
2582
2584
|
"std-approval-gate",
|
|
2583
2585
|
"std-approval-request",
|
|
2584
2586
|
"std-audit-capture",
|
|
2587
|
+
"std-browse",
|
|
2585
2588
|
"std-builder",
|
|
2586
2589
|
"std-cache-aside",
|
|
2587
2590
|
"std-cascade-on-delete",
|
|
@@ -5059,7 +5062,7 @@
|
|
|
5059
5062
|
"complexity": {
|
|
5060
5063
|
"states": 4,
|
|
5061
5064
|
"events": 7,
|
|
5062
|
-
"transitions":
|
|
5065
|
+
"transitions": 10
|
|
5063
5066
|
},
|
|
5064
5067
|
"defaultEntity": {
|
|
5065
5068
|
"name": "BillableHour",
|
|
@@ -5473,7 +5476,7 @@
|
|
|
5473
5476
|
"statePattern": "adding, error, loading, viewing_board, viewing_card",
|
|
5474
5477
|
"complexity": {
|
|
5475
5478
|
"states": 5,
|
|
5476
|
-
"events":
|
|
5479
|
+
"events": 15,
|
|
5477
5480
|
"transitions": 19
|
|
5478
5481
|
},
|
|
5479
5482
|
"defaultEntity": {
|
|
@@ -5540,6 +5543,11 @@
|
|
|
5540
5543
|
"type": "string",
|
|
5541
5544
|
"default": ""
|
|
5542
5545
|
},
|
|
5546
|
+
{
|
|
5547
|
+
"name": "currentRow",
|
|
5548
|
+
"type": "object",
|
|
5549
|
+
"default": {}
|
|
5550
|
+
},
|
|
5543
5551
|
{
|
|
5544
5552
|
"name": "errorMessage",
|
|
5545
5553
|
"type": "string",
|
|
@@ -5814,7 +5822,8 @@
|
|
|
5814
5822
|
"CLOSE_CARD",
|
|
5815
5823
|
"DELETE_CARD",
|
|
5816
5824
|
"SAVE_CARD",
|
|
5817
|
-
"CANCEL_ADD"
|
|
5825
|
+
"CANCEL_ADD",
|
|
5826
|
+
"EDIT_CARD"
|
|
5818
5827
|
],
|
|
5819
5828
|
"eventPayloads": {},
|
|
5820
5829
|
"exposure": "both",
|
|
@@ -5826,13 +5835,13 @@
|
|
|
5826
5835
|
"topic": "ui/core",
|
|
5827
5836
|
"family": "ui/core",
|
|
5828
5837
|
"layer": "UI Patterns",
|
|
5829
|
-
"description": "std-browse as a Function — single primitive: data-grid. Owns the fetch + REFETCH (query/filter/page) state machine. Consumers configure fields/imageField/itemActions/cols/gap/variant; the atom renders the grid. Each `fields[]` entry accepts `{ name, label, variant }` plus optional `referenceEntity` + `displayField` to render a foreign-key column as the joined entity's display value (data-grid resolves @list[referenceEntity] at render time when both keys are present). `browseLook` (table default / dense / feed / gallery) selects one of
|
|
5838
|
+
"description": "std-browse as a Function — single primitive: data-grid. Owns the fetch + REFETCH (query/filter/page) state machine. Consumers configure fields/imageField/itemActions/cols/gap/variant; the atom renders the grid. Each `fields[]` entry accepts `{ name, label, variant }` plus optional `referenceEntity` + `displayField` to render a foreign-key column as the joined entity's display value (data-grid resolves @list[referenceEntity] at render time when both keys are present). `browseLook` (table default / dense / feed / gallery / master-detail / triage) selects one of six render bodies; dense/feed/gallery were folded in from std-browse-dense/-feed/-gallery (Phase 5.B); master-detail (split record view driven by the guarded VIEW/CLOSE self-transitions) and triage (inbox rows) were folded in 2026-07-26. Consumers retarget by setting browseLook.",
|
|
5830
5839
|
"defaultOrbitalName": "BrowseItemOrbital",
|
|
5831
5840
|
"statePattern": "browsing, error, loading",
|
|
5832
5841
|
"complexity": {
|
|
5833
5842
|
"states": 3,
|
|
5834
|
-
"events":
|
|
5835
|
-
"transitions":
|
|
5843
|
+
"events": 10,
|
|
5844
|
+
"transitions": 11
|
|
5836
5845
|
},
|
|
5837
5846
|
"defaultEntity": {
|
|
5838
5847
|
"name": "BrowseItem",
|
|
@@ -5870,9 +5879,11 @@
|
|
|
5870
5879
|
},
|
|
5871
5880
|
"defaultIcons": [],
|
|
5872
5881
|
"composableWith": [
|
|
5882
|
+
"kflow-learning-companion",
|
|
5873
5883
|
"std-app-layout",
|
|
5874
5884
|
"std-app-search",
|
|
5875
5885
|
"std-application",
|
|
5886
|
+
"std-approval-gate",
|
|
5876
5887
|
"std-approval-request",
|
|
5877
5888
|
"std-billable-hour",
|
|
5878
5889
|
"std-blaz-klemenc",
|
|
@@ -5881,6 +5892,7 @@
|
|
|
5881
5892
|
"std-calendar",
|
|
5882
5893
|
"std-confirmation",
|
|
5883
5894
|
"std-dashboard-grid-embedded",
|
|
5895
|
+
"std-data-erasure",
|
|
5884
5896
|
"std-date-range",
|
|
5885
5897
|
"std-esign-flow",
|
|
5886
5898
|
"std-esign-request",
|
|
@@ -5892,12 +5904,14 @@
|
|
|
5892
5904
|
"std-gallery",
|
|
5893
5905
|
"std-geosearch",
|
|
5894
5906
|
"std-graphs",
|
|
5907
|
+
"std-helpdesk-ticket",
|
|
5895
5908
|
"std-image-upload-multi",
|
|
5896
5909
|
"std-import",
|
|
5897
5910
|
"std-kekec",
|
|
5898
5911
|
"std-ledger-entry-form",
|
|
5899
5912
|
"std-list",
|
|
5900
5913
|
"std-menu",
|
|
5914
|
+
"std-mod-queue",
|
|
5901
5915
|
"std-modal",
|
|
5902
5916
|
"std-modifier-group",
|
|
5903
5917
|
"std-multi-party-flow",
|
|
@@ -5905,6 +5919,7 @@
|
|
|
5905
5919
|
"std-rating-review",
|
|
5906
5920
|
"std-recurrence",
|
|
5907
5921
|
"std-related",
|
|
5922
|
+
"std-rfi",
|
|
5908
5923
|
"std-rich-editor",
|
|
5909
5924
|
"std-saved-search",
|
|
5910
5925
|
"std-scatter",
|
|
@@ -5932,6 +5947,8 @@
|
|
|
5932
5947
|
"std-tabs",
|
|
5933
5948
|
"std-tag-taxonomy",
|
|
5934
5949
|
"std-thread",
|
|
5950
|
+
"std-ticket-tier",
|
|
5951
|
+
"std-trait-wars",
|
|
5935
5952
|
"std-version-history",
|
|
5936
5953
|
"std-vote",
|
|
5937
5954
|
"std-winning-11",
|
|
@@ -6133,6 +6150,7 @@
|
|
|
6133
6150
|
"REFETCH_FILTER",
|
|
6134
6151
|
"REFETCH_PAGE",
|
|
6135
6152
|
"VIEW",
|
|
6153
|
+
"CLOSE",
|
|
6136
6154
|
"EDIT",
|
|
6137
6155
|
"DELETE"
|
|
6138
6156
|
],
|