@almadar/std 16.150.0 → 16.151.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 (67) hide show
  1. package/behaviors/lolo/ui/core/atoms/std-app-search.lolo +18 -0
  2. package/behaviors/lolo/ui/core/atoms/std-board.lolo +1 -1
  3. package/behaviors/lolo/ui/core/atoms/std-browse.lolo +29 -10
  4. package/behaviors/lolo/ui/core/atoms/std-calendar.lolo +13 -1
  5. package/behaviors/lolo/ui/core/atoms/std-multi-party-flow.lolo +8 -10
  6. package/behaviors/lolo/ui/core/atoms/std-stats.lolo +3 -0
  7. package/behaviors/lolo/ui/core/atoms/ui-typography.lolo +6 -1
  8. package/behaviors/lolo/ui/core/molecules/ui-data-grid.lolo +4 -2
  9. package/behaviors/lolo/ui/core/molecules/ui-data-list.lolo +15 -1
  10. package/behaviors/lolo/ui/core/molecules/ui-graph-canvas.lolo +57 -0
  11. package/behaviors/lolo/ui/core/molecules/ui-simple-grid.lolo +2 -2
  12. package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +3 -1
  13. package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +4 -2
  14. package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +2 -0
  15. package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +3 -1
  16. package/behaviors/lolo/ui/core/organisms/ui-timeline.lolo +3 -1
  17. package/behaviors/lolo/ui/learning/atoms/std-branching-logic.lolo +0 -28
  18. package/behaviors/registry/factory-signatures.json +2435 -782
  19. package/behaviors/registry/ui/core/atoms/std-app-search.orb +60 -0
  20. package/behaviors/registry/ui/core/atoms/std-board.orb +1 -1
  21. package/behaviors/registry/ui/core/atoms/std-browse.orb +166 -35
  22. package/behaviors/registry/ui/core/atoms/std-calendar.orb +25 -1
  23. package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +8 -10
  24. package/behaviors/registry/ui/core/atoms/std-stats.orb +27 -0
  25. package/behaviors/registry/ui/core/atoms/ui-typography.orb +17 -1
  26. package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +39 -2
  27. package/behaviors/registry/ui/core/molecules/ui-data-list.orb +50 -1
  28. package/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +296 -0
  29. package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +0 -2
  30. package/behaviors/registry/ui/core/molecules/ui-table-view.orb +34 -1
  31. package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +49 -2
  32. package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +2 -0
  33. package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +54 -1
  34. package/behaviors/registry/ui/core/organisms/ui-timeline.orb +33 -1
  35. package/behaviors/registry/ui/learning/atoms/std-branching-logic.orb +0 -34
  36. package/dist/behaviors/behaviors-embeddings.json +185 -185
  37. package/dist/behaviors/behaviors-registry.json +3 -2
  38. package/dist/behaviors/exports-reader.js +143 -4
  39. package/dist/behaviors/functions/index.d.ts +19 -18
  40. package/dist/behaviors/functions/index.js +143 -4
  41. package/dist/behaviors/index.js +143 -4
  42. package/dist/behaviors/knob-embeddings.json +1 -1
  43. package/dist/behaviors/query.js +143 -4
  44. package/dist/behaviors/registry/factory-signatures.json +2435 -782
  45. package/dist/behaviors/registry/ui/core/atoms/std-app-search.orb +60 -0
  46. package/dist/behaviors/registry/ui/core/atoms/std-board.orb +1 -1
  47. package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +166 -35
  48. package/dist/behaviors/registry/ui/core/atoms/std-calendar.orb +25 -1
  49. package/dist/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +8 -10
  50. package/dist/behaviors/registry/ui/core/atoms/std-stats.orb +27 -0
  51. package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +17 -1
  52. package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +39 -2
  53. package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +50 -1
  54. package/dist/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +296 -0
  55. package/dist/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +0 -2
  56. package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +34 -1
  57. package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +49 -2
  58. package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +2 -0
  59. package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +54 -1
  60. package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +33 -1
  61. package/dist/behaviors/registry/ui/learning/atoms/std-branching-logic.orb +0 -34
  62. package/dist/behaviors-embeddings.json +185 -185
  63. package/dist/behaviors-registry.json +3 -2
  64. package/dist/index.js +143 -4
  65. package/dist/knob-embeddings.json +1 -1
  66. package/dist/registry/factory-signatures.json +2435 -782
  67. package/package.json +3 -3
@@ -92814,11 +92814,58 @@ function stdUiEntityCardsEntityCardsOrbital(params = {}) {
92814
92814
  "variant": "ghost"
92815
92815
  }
92816
92816
  ],
92817
+ "description": "Actions for each card item (schema-driven)",
92818
+ "items": {
92819
+ "properties": {
92820
+ "action": {
92821
+ "name": "action",
92822
+ "required": false,
92823
+ "type": "string"
92824
+ },
92825
+ "event": {
92826
+ "name": "event",
92827
+ "required": false,
92828
+ "type": "string"
92829
+ },
92830
+ "label": {
92831
+ "name": "label",
92832
+ "required": true,
92833
+ "type": "string"
92834
+ },
92835
+ "navigatesTo": {
92836
+ "name": "navigatesTo",
92837
+ "required": false,
92838
+ "type": "string"
92839
+ },
92840
+ "placement": {
92841
+ "name": "placement",
92842
+ "required": false,
92843
+ "type": "string",
92844
+ "values": [
92845
+ "card",
92846
+ "footer",
92847
+ "row"
92848
+ ]
92849
+ },
92850
+ "variant": {
92851
+ "name": "variant",
92852
+ "required": false,
92853
+ "type": "string",
92854
+ "values": [
92855
+ "primary",
92856
+ "secondary",
92857
+ "ghost",
92858
+ "danger"
92859
+ ]
92860
+ }
92861
+ },
92862
+ "type": "object"
92863
+ },
92864
+ "label": "Item Actions",
92817
92865
  "tier": "presentation",
92818
- "type": "json"
92866
+ "type": "[EntityCardsItemActionsItem]"
92819
92867
  },
92820
92868
  "maxCols": {
92821
- "default": 1,
92822
92869
  "description": "Maximum number of columns",
92823
92870
  "label": "Max Cols",
92824
92871
  "tier": "presentation",
@@ -93297,6 +93344,8 @@ function stdUiEntityListEntityListOrbital(params = {}) {
93297
93344
  "variant": "ghost"
93298
93345
  }
93299
93346
  ],
93347
+ "description": "Item actions - schema-driven or function-based",
93348
+ "label": "Item Actions",
93300
93349
  "tier": "presentation",
93301
93350
  "type": "json"
93302
93351
  },
@@ -93670,6 +93719,11 @@ function stdUiEntityTableEntityTableOrbital(params = {}) {
93670
93719
  "description": "Bulk actions",
93671
93720
  "items": {
93672
93721
  "properties": {
93722
+ "event": {
93723
+ "name": "event",
93724
+ "required": false,
93725
+ "type": "string"
93726
+ },
93673
93727
  "icon": {
93674
93728
  "name": "icon",
93675
93729
  "required": false,
@@ -93888,8 +93942,61 @@ function stdUiEntityTableEntityTableOrbital(params = {}) {
93888
93942
  "variant": "ghost"
93889
93943
  }
93890
93944
  ],
93945
+ "description": "Item actions from generated code - maps to rowActions",
93946
+ "items": {
93947
+ "properties": {
93948
+ "action": {
93949
+ "name": "action",
93950
+ "required": false,
93951
+ "type": "string"
93952
+ },
93953
+ "event": {
93954
+ "name": "event",
93955
+ "required": false,
93956
+ "type": "string"
93957
+ },
93958
+ "icon": {
93959
+ "name": "icon",
93960
+ "required": false,
93961
+ "type": "string"
93962
+ },
93963
+ "label": {
93964
+ "name": "label",
93965
+ "required": true,
93966
+ "type": "string"
93967
+ },
93968
+ "navigatesTo": {
93969
+ "name": "navigatesTo",
93970
+ "required": false,
93971
+ "type": "string"
93972
+ },
93973
+ "placement": {
93974
+ "name": "placement",
93975
+ "required": false,
93976
+ "type": "string",
93977
+ "values": [
93978
+ "row",
93979
+ "bulk"
93980
+ ]
93981
+ },
93982
+ "variant": {
93983
+ "name": "variant",
93984
+ "required": false,
93985
+ "type": "string",
93986
+ "values": [
93987
+ "default",
93988
+ "primary",
93989
+ "secondary",
93990
+ "ghost",
93991
+ "danger"
93992
+ ]
93993
+ }
93994
+ },
93995
+ "type": "object"
93996
+ },
93997
+ "label": "Item Actions",
93891
93998
  "tier": "presentation",
93892
- "type": "json"
93999
+ "type": "[EntityTableItemActionsItem]"
93893
94000
  },
93894
94001
  "look": {
93895
94002
  "default": "dense",
@@ -256350,8 +256457,40 @@ function stdUiTimelineTimelineOrbital(params = {}) {
256350
256457
  },
256351
256458
  "itemActions": {
256352
256459
  "default": [],
256460
+ "description": "Actions per item",
256461
+ "items": {
256462
+ "properties": {
256463
+ "event": {
256464
+ "name": "event",
256465
+ "required": false,
256466
+ "type": "string"
256467
+ },
256468
+ "label": {
256469
+ "name": "label",
256470
+ "required": true,
256471
+ "type": "string"
256472
+ },
256473
+ "navigatesTo": {
256474
+ "name": "navigatesTo",
256475
+ "required": false,
256476
+ "type": "string"
256477
+ },
256478
+ "variant": {
256479
+ "name": "variant",
256480
+ "required": false,
256481
+ "type": "string",
256482
+ "values": [
256483
+ "primary",
256484
+ "secondary",
256485
+ "ghost"
256486
+ ]
256487
+ }
256488
+ },
256489
+ "type": "object"
256490
+ },
256491
+ "label": "Item Actions",
256353
256492
  "tier": "presentation",
256354
- "type": "json"
256493
+ "type": "[TimelineItemActionsItem]"
256355
256494
  },
256356
256495
  "items": {
256357
256496
  "default": [],