@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/index.js
CHANGED
|
@@ -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": "
|
|
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": "
|
|
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": "
|
|
256565
|
+
"type": "[TimelineItemActionsItem]"
|
|
256427
256566
|
},
|
|
256428
256567
|
"items": {
|
|
256429
256568
|
"default": [],
|