@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
@@ -92886,11 +92886,58 @@ function stdUiEntityCardsEntityCardsOrbital(params = {}) {
92886
92886
  "variant": "ghost"
92887
92887
  }
92888
92888
  ],
92889
+ "description": "Actions for each card item (schema-driven)",
92890
+ "items": {
92891
+ "properties": {
92892
+ "action": {
92893
+ "name": "action",
92894
+ "required": false,
92895
+ "type": "string"
92896
+ },
92897
+ "event": {
92898
+ "name": "event",
92899
+ "required": false,
92900
+ "type": "string"
92901
+ },
92902
+ "label": {
92903
+ "name": "label",
92904
+ "required": true,
92905
+ "type": "string"
92906
+ },
92907
+ "navigatesTo": {
92908
+ "name": "navigatesTo",
92909
+ "required": false,
92910
+ "type": "string"
92911
+ },
92912
+ "placement": {
92913
+ "name": "placement",
92914
+ "required": false,
92915
+ "type": "string",
92916
+ "values": [
92917
+ "card",
92918
+ "footer",
92919
+ "row"
92920
+ ]
92921
+ },
92922
+ "variant": {
92923
+ "name": "variant",
92924
+ "required": false,
92925
+ "type": "string",
92926
+ "values": [
92927
+ "primary",
92928
+ "secondary",
92929
+ "ghost",
92930
+ "danger"
92931
+ ]
92932
+ }
92933
+ },
92934
+ "type": "object"
92935
+ },
92936
+ "label": "Item Actions",
92889
92937
  "tier": "presentation",
92890
- "type": "json"
92938
+ "type": "[EntityCardsItemActionsItem]"
92891
92939
  },
92892
92940
  "maxCols": {
92893
- "default": 1,
92894
92941
  "description": "Maximum number of columns",
92895
92942
  "label": "Max Cols",
92896
92943
  "tier": "presentation",
@@ -93369,6 +93416,8 @@ function stdUiEntityListEntityListOrbital(params = {}) {
93369
93416
  "variant": "ghost"
93370
93417
  }
93371
93418
  ],
93419
+ "description": "Item actions - schema-driven or function-based",
93420
+ "label": "Item Actions",
93372
93421
  "tier": "presentation",
93373
93422
  "type": "json"
93374
93423
  },
@@ -93742,6 +93791,11 @@ function stdUiEntityTableEntityTableOrbital(params = {}) {
93742
93791
  "description": "Bulk actions",
93743
93792
  "items": {
93744
93793
  "properties": {
93794
+ "event": {
93795
+ "name": "event",
93796
+ "required": false,
93797
+ "type": "string"
93798
+ },
93745
93799
  "icon": {
93746
93800
  "name": "icon",
93747
93801
  "required": false,
@@ -93960,8 +94014,61 @@ function stdUiEntityTableEntityTableOrbital(params = {}) {
93960
94014
  "variant": "ghost"
93961
94015
  }
93962
94016
  ],
94017
+ "description": "Item actions from generated code - maps to rowActions",
94018
+ "items": {
94019
+ "properties": {
94020
+ "action": {
94021
+ "name": "action",
94022
+ "required": false,
94023
+ "type": "string"
94024
+ },
94025
+ "event": {
94026
+ "name": "event",
94027
+ "required": false,
94028
+ "type": "string"
94029
+ },
94030
+ "icon": {
94031
+ "name": "icon",
94032
+ "required": false,
94033
+ "type": "string"
94034
+ },
94035
+ "label": {
94036
+ "name": "label",
94037
+ "required": true,
94038
+ "type": "string"
94039
+ },
94040
+ "navigatesTo": {
94041
+ "name": "navigatesTo",
94042
+ "required": false,
94043
+ "type": "string"
94044
+ },
94045
+ "placement": {
94046
+ "name": "placement",
94047
+ "required": false,
94048
+ "type": "string",
94049
+ "values": [
94050
+ "row",
94051
+ "bulk"
94052
+ ]
94053
+ },
94054
+ "variant": {
94055
+ "name": "variant",
94056
+ "required": false,
94057
+ "type": "string",
94058
+ "values": [
94059
+ "default",
94060
+ "primary",
94061
+ "secondary",
94062
+ "ghost",
94063
+ "danger"
94064
+ ]
94065
+ }
94066
+ },
94067
+ "type": "object"
94068
+ },
94069
+ "label": "Item Actions",
93963
94070
  "tier": "presentation",
93964
- "type": "json"
94071
+ "type": "[EntityTableItemActionsItem]"
93965
94072
  },
93966
94073
  "look": {
93967
94074
  "default": "dense",
@@ -256422,8 +256529,40 @@ function stdUiTimelineTimelineOrbital(params = {}) {
256422
256529
  },
256423
256530
  "itemActions": {
256424
256531
  "default": [],
256532
+ "description": "Actions per item",
256533
+ "items": {
256534
+ "properties": {
256535
+ "event": {
256536
+ "name": "event",
256537
+ "required": false,
256538
+ "type": "string"
256539
+ },
256540
+ "label": {
256541
+ "name": "label",
256542
+ "required": true,
256543
+ "type": "string"
256544
+ },
256545
+ "navigatesTo": {
256546
+ "name": "navigatesTo",
256547
+ "required": false,
256548
+ "type": "string"
256549
+ },
256550
+ "variant": {
256551
+ "name": "variant",
256552
+ "required": false,
256553
+ "type": "string",
256554
+ "values": [
256555
+ "primary",
256556
+ "secondary",
256557
+ "ghost"
256558
+ ]
256559
+ }
256560
+ },
256561
+ "type": "object"
256562
+ },
256563
+ "label": "Item Actions",
256425
256564
  "tier": "presentation",
256426
- "type": "json"
256565
+ "type": "[TimelineItemActionsItem]"
256427
256566
  },
256428
256567
  "items": {
256429
256568
  "default": [],