@almadar/std 16.150.0 → 16.152.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 +18 -0
- package/behaviors/lolo/ui/core/atoms/std-board.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-browse.lolo +39 -10
- package/behaviors/lolo/ui/core/atoms/std-calendar.lolo +13 -1
- package/behaviors/lolo/ui/core/atoms/std-multi-party-flow.lolo +8 -10
- package/behaviors/lolo/ui/core/atoms/std-stats.lolo +3 -0
- package/behaviors/lolo/ui/core/atoms/ui-typography.lolo +6 -1
- package/behaviors/lolo/ui/core/molecules/ui-data-grid.lolo +4 -2
- package/behaviors/lolo/ui/core/molecules/ui-data-list.lolo +27 -1
- package/behaviors/lolo/ui/core/molecules/ui-graph-canvas.lolo +57 -0
- package/behaviors/lolo/ui/core/molecules/ui-simple-grid.lolo +2 -2
- package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +3 -1
- package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +4 -2
- package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +2 -0
- package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +3 -1
- package/behaviors/lolo/ui/core/organisms/ui-timeline.lolo +3 -1
- package/behaviors/lolo/ui/game/atoms/ui-draw-group.lolo +54 -0
- package/behaviors/lolo/ui/game/atoms/ui-draw-shape.lolo +6 -1
- package/behaviors/lolo/ui/game/atoms/ui-svg-draw-group.lolo +58 -0
- package/behaviors/lolo/ui/game/atoms/ui-svg-draw-shape.lolo +103 -0
- package/behaviors/lolo/ui/game/atoms/ui-svg-draw-text.lolo +58 -0
- package/behaviors/lolo/ui/game/molecules/ui-draw-shape-layer.lolo +3 -2
- package/behaviors/lolo/ui/game/molecules/ui-svg-draw-shape-layer.lolo +52 -0
- package/behaviors/lolo/ui/game/molecules/ui-svg-stage.lolo +98 -0
- package/behaviors/lolo/ui/learning/atoms/std-branching-logic.lolo +0 -28
- package/behaviors/registry/factory-signatures.json +2435 -782
- package/behaviors/registry/ui/core/atoms/std-app-search.orb +60 -0
- package/behaviors/registry/ui/core/atoms/std-board.orb +1 -1
- package/behaviors/registry/ui/core/atoms/std-browse.orb +242 -35
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +25 -1
- package/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +8 -10
- package/behaviors/registry/ui/core/atoms/std-stats.orb +27 -0
- package/behaviors/registry/ui/core/atoms/ui-typography.orb +17 -1
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +39 -2
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +71 -1
- package/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +296 -0
- package/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +0 -2
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +34 -1
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +49 -2
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +2 -0
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +54 -1
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +33 -1
- package/behaviors/registry/ui/game/atoms/ui-draw-group.orb +196 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-shape.orb +9 -1
- package/behaviors/registry/ui/game/atoms/ui-svg-draw-group.orb +186 -0
- package/behaviors/registry/ui/game/atoms/ui-svg-draw-shape.orb +259 -0
- package/behaviors/registry/ui/game/atoms/ui-svg-draw-text.orb +195 -0
- package/behaviors/registry/ui/game/molecules/ui-draw-shape-layer.orb +9 -1
- package/behaviors/registry/ui/game/molecules/ui-svg-draw-shape-layer.orb +188 -0
- package/behaviors/registry/ui/game/molecules/ui-svg-stage.orb +362 -0
- package/behaviors/registry/ui/learning/atoms/std-branching-logic.orb +0 -34
- package/dist/behaviors/behaviors-embeddings.json +476 -452
- package/dist/behaviors/behaviors-registry.json +2814 -877
- package/dist/behaviors/exports-reader.js +143 -4
- package/dist/behaviors/functions/index.d.ts +33 -20
- package/dist/behaviors/functions/index.js +143 -4
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +143 -4
- package/dist/behaviors/knob-embeddings.json +1 -1
- package/dist/behaviors/query.js +143 -4
- package/dist/behaviors/registry/factory-signatures.json +2435 -782
- package/dist/behaviors/registry/ui/core/atoms/std-app-search.orb +60 -0
- package/dist/behaviors/registry/ui/core/atoms/std-board.orb +1 -1
- package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +242 -35
- package/dist/behaviors/registry/ui/core/atoms/std-calendar.orb +25 -1
- package/dist/behaviors/registry/ui/core/atoms/std-multi-party-flow.orb +8 -10
- package/dist/behaviors/registry/ui/core/atoms/std-stats.orb +27 -0
- package/dist/behaviors/registry/ui/core/atoms/ui-typography.orb +17 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +39 -2
- package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +71 -1
- package/dist/behaviors/registry/ui/core/molecules/ui-graph-canvas.orb +296 -0
- package/dist/behaviors/registry/ui/core/molecules/ui-simple-grid.orb +0 -2
- package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +34 -1
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +49 -2
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +2 -0
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +54 -1
- package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +33 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-draw-group.orb +196 -0
- package/dist/behaviors/registry/ui/game/atoms/ui-draw-shape.orb +9 -1
- package/dist/behaviors/registry/ui/game/atoms/ui-svg-draw-group.orb +186 -0
- package/dist/behaviors/registry/ui/game/atoms/ui-svg-draw-shape.orb +259 -0
- package/dist/behaviors/registry/ui/game/atoms/ui-svg-draw-text.orb +195 -0
- package/dist/behaviors/registry/ui/game/molecules/ui-draw-shape-layer.orb +9 -1
- package/dist/behaviors/registry/ui/game/molecules/ui-svg-draw-shape-layer.orb +188 -0
- package/dist/behaviors/registry/ui/game/molecules/ui-svg-stage.orb +362 -0
- package/dist/behaviors/registry/ui/learning/atoms/std-branching-logic.orb +0 -34
- package/dist/behaviors-embeddings.json +476 -452
- package/dist/behaviors-registry.json +2814 -877
- package/dist/index.d.ts +1 -1
- package/dist/index.js +143 -4
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry/factory-signatures.json +2435 -782
- package/package.json +3 -3
package/dist/behaviors/query.js
CHANGED
|
@@ -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": "
|
|
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": "
|
|
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": "
|
|
256493
|
+
"type": "[TimelineItemActionsItem]"
|
|
256355
256494
|
},
|
|
256356
256495
|
"items": {
|
|
256357
256496
|
"default": [],
|