@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/index.js
CHANGED
|
@@ -99490,11 +99490,58 @@ function stdUiEntityCardsEntityCardsOrbital(params = {}) {
|
|
|
99490
99490
|
"variant": "ghost"
|
|
99491
99491
|
}
|
|
99492
99492
|
],
|
|
99493
|
+
"description": "Actions for each card item (schema-driven)",
|
|
99494
|
+
"items": {
|
|
99495
|
+
"properties": {
|
|
99496
|
+
"action": {
|
|
99497
|
+
"name": "action",
|
|
99498
|
+
"required": false,
|
|
99499
|
+
"type": "string"
|
|
99500
|
+
},
|
|
99501
|
+
"event": {
|
|
99502
|
+
"name": "event",
|
|
99503
|
+
"required": false,
|
|
99504
|
+
"type": "string"
|
|
99505
|
+
},
|
|
99506
|
+
"label": {
|
|
99507
|
+
"name": "label",
|
|
99508
|
+
"required": true,
|
|
99509
|
+
"type": "string"
|
|
99510
|
+
},
|
|
99511
|
+
"navigatesTo": {
|
|
99512
|
+
"name": "navigatesTo",
|
|
99513
|
+
"required": false,
|
|
99514
|
+
"type": "string"
|
|
99515
|
+
},
|
|
99516
|
+
"placement": {
|
|
99517
|
+
"name": "placement",
|
|
99518
|
+
"required": false,
|
|
99519
|
+
"type": "string",
|
|
99520
|
+
"values": [
|
|
99521
|
+
"card",
|
|
99522
|
+
"footer",
|
|
99523
|
+
"row"
|
|
99524
|
+
]
|
|
99525
|
+
},
|
|
99526
|
+
"variant": {
|
|
99527
|
+
"name": "variant",
|
|
99528
|
+
"required": false,
|
|
99529
|
+
"type": "string",
|
|
99530
|
+
"values": [
|
|
99531
|
+
"primary",
|
|
99532
|
+
"secondary",
|
|
99533
|
+
"ghost",
|
|
99534
|
+
"danger"
|
|
99535
|
+
]
|
|
99536
|
+
}
|
|
99537
|
+
},
|
|
99538
|
+
"type": "object"
|
|
99539
|
+
},
|
|
99540
|
+
"label": "Item Actions",
|
|
99493
99541
|
"tier": "presentation",
|
|
99494
|
-
"type": "
|
|
99542
|
+
"type": "[EntityCardsItemActionsItem]"
|
|
99495
99543
|
},
|
|
99496
99544
|
"maxCols": {
|
|
99497
|
-
"default": 1,
|
|
99498
99545
|
"description": "Maximum number of columns",
|
|
99499
99546
|
"label": "Max Cols",
|
|
99500
99547
|
"tier": "presentation",
|
|
@@ -99973,6 +100020,8 @@ function stdUiEntityListEntityListOrbital(params = {}) {
|
|
|
99973
100020
|
"variant": "ghost"
|
|
99974
100021
|
}
|
|
99975
100022
|
],
|
|
100023
|
+
"description": "Item actions - schema-driven or function-based",
|
|
100024
|
+
"label": "Item Actions",
|
|
99976
100025
|
"tier": "presentation",
|
|
99977
100026
|
"type": "json"
|
|
99978
100027
|
},
|
|
@@ -100346,6 +100395,11 @@ function stdUiEntityTableEntityTableOrbital(params = {}) {
|
|
|
100346
100395
|
"description": "Bulk actions",
|
|
100347
100396
|
"items": {
|
|
100348
100397
|
"properties": {
|
|
100398
|
+
"event": {
|
|
100399
|
+
"name": "event",
|
|
100400
|
+
"required": false,
|
|
100401
|
+
"type": "string"
|
|
100402
|
+
},
|
|
100349
100403
|
"icon": {
|
|
100350
100404
|
"name": "icon",
|
|
100351
100405
|
"required": false,
|
|
@@ -100564,8 +100618,61 @@ function stdUiEntityTableEntityTableOrbital(params = {}) {
|
|
|
100564
100618
|
"variant": "ghost"
|
|
100565
100619
|
}
|
|
100566
100620
|
],
|
|
100621
|
+
"description": "Item actions from generated code - maps to rowActions",
|
|
100622
|
+
"items": {
|
|
100623
|
+
"properties": {
|
|
100624
|
+
"action": {
|
|
100625
|
+
"name": "action",
|
|
100626
|
+
"required": false,
|
|
100627
|
+
"type": "string"
|
|
100628
|
+
},
|
|
100629
|
+
"event": {
|
|
100630
|
+
"name": "event",
|
|
100631
|
+
"required": false,
|
|
100632
|
+
"type": "string"
|
|
100633
|
+
},
|
|
100634
|
+
"icon": {
|
|
100635
|
+
"name": "icon",
|
|
100636
|
+
"required": false,
|
|
100637
|
+
"type": "string"
|
|
100638
|
+
},
|
|
100639
|
+
"label": {
|
|
100640
|
+
"name": "label",
|
|
100641
|
+
"required": true,
|
|
100642
|
+
"type": "string"
|
|
100643
|
+
},
|
|
100644
|
+
"navigatesTo": {
|
|
100645
|
+
"name": "navigatesTo",
|
|
100646
|
+
"required": false,
|
|
100647
|
+
"type": "string"
|
|
100648
|
+
},
|
|
100649
|
+
"placement": {
|
|
100650
|
+
"name": "placement",
|
|
100651
|
+
"required": false,
|
|
100652
|
+
"type": "string",
|
|
100653
|
+
"values": [
|
|
100654
|
+
"row",
|
|
100655
|
+
"bulk"
|
|
100656
|
+
]
|
|
100657
|
+
},
|
|
100658
|
+
"variant": {
|
|
100659
|
+
"name": "variant",
|
|
100660
|
+
"required": false,
|
|
100661
|
+
"type": "string",
|
|
100662
|
+
"values": [
|
|
100663
|
+
"default",
|
|
100664
|
+
"primary",
|
|
100665
|
+
"secondary",
|
|
100666
|
+
"ghost",
|
|
100667
|
+
"danger"
|
|
100668
|
+
]
|
|
100669
|
+
}
|
|
100670
|
+
},
|
|
100671
|
+
"type": "object"
|
|
100672
|
+
},
|
|
100673
|
+
"label": "Item Actions",
|
|
100567
100674
|
"tier": "presentation",
|
|
100568
|
-
"type": "
|
|
100675
|
+
"type": "[EntityTableItemActionsItem]"
|
|
100569
100676
|
},
|
|
100570
100677
|
"look": {
|
|
100571
100678
|
"default": "dense",
|
|
@@ -263026,8 +263133,40 @@ function stdUiTimelineTimelineOrbital(params = {}) {
|
|
|
263026
263133
|
},
|
|
263027
263134
|
"itemActions": {
|
|
263028
263135
|
"default": [],
|
|
263136
|
+
"description": "Actions per item",
|
|
263137
|
+
"items": {
|
|
263138
|
+
"properties": {
|
|
263139
|
+
"event": {
|
|
263140
|
+
"name": "event",
|
|
263141
|
+
"required": false,
|
|
263142
|
+
"type": "string"
|
|
263143
|
+
},
|
|
263144
|
+
"label": {
|
|
263145
|
+
"name": "label",
|
|
263146
|
+
"required": true,
|
|
263147
|
+
"type": "string"
|
|
263148
|
+
},
|
|
263149
|
+
"navigatesTo": {
|
|
263150
|
+
"name": "navigatesTo",
|
|
263151
|
+
"required": false,
|
|
263152
|
+
"type": "string"
|
|
263153
|
+
},
|
|
263154
|
+
"variant": {
|
|
263155
|
+
"name": "variant",
|
|
263156
|
+
"required": false,
|
|
263157
|
+
"type": "string",
|
|
263158
|
+
"values": [
|
|
263159
|
+
"primary",
|
|
263160
|
+
"secondary",
|
|
263161
|
+
"ghost"
|
|
263162
|
+
]
|
|
263163
|
+
}
|
|
263164
|
+
},
|
|
263165
|
+
"type": "object"
|
|
263166
|
+
},
|
|
263167
|
+
"label": "Item Actions",
|
|
263029
263168
|
"tier": "presentation",
|
|
263030
|
-
"type": "
|
|
263169
|
+
"type": "[TimelineItemActionsItem]"
|
|
263031
263170
|
},
|
|
263032
263171
|
"items": {
|
|
263033
263172
|
"default": [],
|