@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
|
@@ -90877,11 +90877,58 @@ function stdUiEntityCardsEntityCardsOrbital(params = {}) {
|
|
|
90877
90877
|
"variant": "ghost"
|
|
90878
90878
|
}
|
|
90879
90879
|
],
|
|
90880
|
+
"description": "Actions for each card item (schema-driven)",
|
|
90881
|
+
"items": {
|
|
90882
|
+
"properties": {
|
|
90883
|
+
"action": {
|
|
90884
|
+
"name": "action",
|
|
90885
|
+
"required": false,
|
|
90886
|
+
"type": "string"
|
|
90887
|
+
},
|
|
90888
|
+
"event": {
|
|
90889
|
+
"name": "event",
|
|
90890
|
+
"required": false,
|
|
90891
|
+
"type": "string"
|
|
90892
|
+
},
|
|
90893
|
+
"label": {
|
|
90894
|
+
"name": "label",
|
|
90895
|
+
"required": true,
|
|
90896
|
+
"type": "string"
|
|
90897
|
+
},
|
|
90898
|
+
"navigatesTo": {
|
|
90899
|
+
"name": "navigatesTo",
|
|
90900
|
+
"required": false,
|
|
90901
|
+
"type": "string"
|
|
90902
|
+
},
|
|
90903
|
+
"placement": {
|
|
90904
|
+
"name": "placement",
|
|
90905
|
+
"required": false,
|
|
90906
|
+
"type": "string",
|
|
90907
|
+
"values": [
|
|
90908
|
+
"card",
|
|
90909
|
+
"footer",
|
|
90910
|
+
"row"
|
|
90911
|
+
]
|
|
90912
|
+
},
|
|
90913
|
+
"variant": {
|
|
90914
|
+
"name": "variant",
|
|
90915
|
+
"required": false,
|
|
90916
|
+
"type": "string",
|
|
90917
|
+
"values": [
|
|
90918
|
+
"primary",
|
|
90919
|
+
"secondary",
|
|
90920
|
+
"ghost",
|
|
90921
|
+
"danger"
|
|
90922
|
+
]
|
|
90923
|
+
}
|
|
90924
|
+
},
|
|
90925
|
+
"type": "object"
|
|
90926
|
+
},
|
|
90927
|
+
"label": "Item Actions",
|
|
90880
90928
|
"tier": "presentation",
|
|
90881
|
-
"type": "
|
|
90929
|
+
"type": "[EntityCardsItemActionsItem]"
|
|
90882
90930
|
},
|
|
90883
90931
|
"maxCols": {
|
|
90884
|
-
"default": 1,
|
|
90885
90932
|
"description": "Maximum number of columns",
|
|
90886
90933
|
"label": "Max Cols",
|
|
90887
90934
|
"tier": "presentation",
|
|
@@ -91360,6 +91407,8 @@ function stdUiEntityListEntityListOrbital(params = {}) {
|
|
|
91360
91407
|
"variant": "ghost"
|
|
91361
91408
|
}
|
|
91362
91409
|
],
|
|
91410
|
+
"description": "Item actions - schema-driven or function-based",
|
|
91411
|
+
"label": "Item Actions",
|
|
91363
91412
|
"tier": "presentation",
|
|
91364
91413
|
"type": "json"
|
|
91365
91414
|
},
|
|
@@ -91733,6 +91782,11 @@ function stdUiEntityTableEntityTableOrbital(params = {}) {
|
|
|
91733
91782
|
"description": "Bulk actions",
|
|
91734
91783
|
"items": {
|
|
91735
91784
|
"properties": {
|
|
91785
|
+
"event": {
|
|
91786
|
+
"name": "event",
|
|
91787
|
+
"required": false,
|
|
91788
|
+
"type": "string"
|
|
91789
|
+
},
|
|
91736
91790
|
"icon": {
|
|
91737
91791
|
"name": "icon",
|
|
91738
91792
|
"required": false,
|
|
@@ -91951,8 +92005,61 @@ function stdUiEntityTableEntityTableOrbital(params = {}) {
|
|
|
91951
92005
|
"variant": "ghost"
|
|
91952
92006
|
}
|
|
91953
92007
|
],
|
|
92008
|
+
"description": "Item actions from generated code - maps to rowActions",
|
|
92009
|
+
"items": {
|
|
92010
|
+
"properties": {
|
|
92011
|
+
"action": {
|
|
92012
|
+
"name": "action",
|
|
92013
|
+
"required": false,
|
|
92014
|
+
"type": "string"
|
|
92015
|
+
},
|
|
92016
|
+
"event": {
|
|
92017
|
+
"name": "event",
|
|
92018
|
+
"required": false,
|
|
92019
|
+
"type": "string"
|
|
92020
|
+
},
|
|
92021
|
+
"icon": {
|
|
92022
|
+
"name": "icon",
|
|
92023
|
+
"required": false,
|
|
92024
|
+
"type": "string"
|
|
92025
|
+
},
|
|
92026
|
+
"label": {
|
|
92027
|
+
"name": "label",
|
|
92028
|
+
"required": true,
|
|
92029
|
+
"type": "string"
|
|
92030
|
+
},
|
|
92031
|
+
"navigatesTo": {
|
|
92032
|
+
"name": "navigatesTo",
|
|
92033
|
+
"required": false,
|
|
92034
|
+
"type": "string"
|
|
92035
|
+
},
|
|
92036
|
+
"placement": {
|
|
92037
|
+
"name": "placement",
|
|
92038
|
+
"required": false,
|
|
92039
|
+
"type": "string",
|
|
92040
|
+
"values": [
|
|
92041
|
+
"row",
|
|
92042
|
+
"bulk"
|
|
92043
|
+
]
|
|
92044
|
+
},
|
|
92045
|
+
"variant": {
|
|
92046
|
+
"name": "variant",
|
|
92047
|
+
"required": false,
|
|
92048
|
+
"type": "string",
|
|
92049
|
+
"values": [
|
|
92050
|
+
"default",
|
|
92051
|
+
"primary",
|
|
92052
|
+
"secondary",
|
|
92053
|
+
"ghost",
|
|
92054
|
+
"danger"
|
|
92055
|
+
]
|
|
92056
|
+
}
|
|
92057
|
+
},
|
|
92058
|
+
"type": "object"
|
|
92059
|
+
},
|
|
92060
|
+
"label": "Item Actions",
|
|
91954
92061
|
"tier": "presentation",
|
|
91955
|
-
"type": "
|
|
92062
|
+
"type": "[EntityTableItemActionsItem]"
|
|
91956
92063
|
},
|
|
91957
92064
|
"look": {
|
|
91958
92065
|
"default": "dense",
|
|
@@ -254413,8 +254520,40 @@ function stdUiTimelineTimelineOrbital(params = {}) {
|
|
|
254413
254520
|
},
|
|
254414
254521
|
"itemActions": {
|
|
254415
254522
|
"default": [],
|
|
254523
|
+
"description": "Actions per item",
|
|
254524
|
+
"items": {
|
|
254525
|
+
"properties": {
|
|
254526
|
+
"event": {
|
|
254527
|
+
"name": "event",
|
|
254528
|
+
"required": false,
|
|
254529
|
+
"type": "string"
|
|
254530
|
+
},
|
|
254531
|
+
"label": {
|
|
254532
|
+
"name": "label",
|
|
254533
|
+
"required": true,
|
|
254534
|
+
"type": "string"
|
|
254535
|
+
},
|
|
254536
|
+
"navigatesTo": {
|
|
254537
|
+
"name": "navigatesTo",
|
|
254538
|
+
"required": false,
|
|
254539
|
+
"type": "string"
|
|
254540
|
+
},
|
|
254541
|
+
"variant": {
|
|
254542
|
+
"name": "variant",
|
|
254543
|
+
"required": false,
|
|
254544
|
+
"type": "string",
|
|
254545
|
+
"values": [
|
|
254546
|
+
"primary",
|
|
254547
|
+
"secondary",
|
|
254548
|
+
"ghost"
|
|
254549
|
+
]
|
|
254550
|
+
}
|
|
254551
|
+
},
|
|
254552
|
+
"type": "object"
|
|
254553
|
+
},
|
|
254554
|
+
"label": "Item Actions",
|
|
254416
254555
|
"tier": "presentation",
|
|
254417
|
-
"type": "
|
|
254556
|
+
"type": "[TimelineItemActionsItem]"
|
|
254418
254557
|
},
|
|
254419
254558
|
"items": {
|
|
254420
254559
|
"default": [],
|