@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.
- 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 +29 -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 +15 -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/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 +166 -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 +50 -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/learning/atoms/std-branching-logic.orb +0 -34
- package/dist/behaviors/behaviors-embeddings.json +185 -185
- package/dist/behaviors/behaviors-registry.json +3 -2
- package/dist/behaviors/exports-reader.js +143 -4
- package/dist/behaviors/functions/index.d.ts +19 -18
- package/dist/behaviors/functions/index.js +143 -4
- 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 +166 -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 +50 -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/learning/atoms/std-branching-logic.orb +0 -34
- package/dist/behaviors-embeddings.json +185 -185
- package/dist/behaviors-registry.json +3 -2
- 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
|
@@ -154,8 +154,40 @@
|
|
|
154
154
|
},
|
|
155
155
|
"itemActions": {
|
|
156
156
|
"default": [],
|
|
157
|
+
"description": "Actions per item",
|
|
158
|
+
"items": {
|
|
159
|
+
"properties": {
|
|
160
|
+
"event": {
|
|
161
|
+
"name": "event",
|
|
162
|
+
"required": false,
|
|
163
|
+
"type": "string"
|
|
164
|
+
},
|
|
165
|
+
"label": {
|
|
166
|
+
"name": "label",
|
|
167
|
+
"required": true,
|
|
168
|
+
"type": "string"
|
|
169
|
+
},
|
|
170
|
+
"navigatesTo": {
|
|
171
|
+
"name": "navigatesTo",
|
|
172
|
+
"required": false,
|
|
173
|
+
"type": "string"
|
|
174
|
+
},
|
|
175
|
+
"variant": {
|
|
176
|
+
"name": "variant",
|
|
177
|
+
"required": false,
|
|
178
|
+
"type": "string",
|
|
179
|
+
"values": [
|
|
180
|
+
"primary",
|
|
181
|
+
"secondary",
|
|
182
|
+
"ghost"
|
|
183
|
+
]
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"type": "object"
|
|
187
|
+
},
|
|
188
|
+
"label": "Item Actions",
|
|
157
189
|
"tier": "presentation",
|
|
158
|
-
"type": "
|
|
190
|
+
"type": "[TimelineItemActionsItem]"
|
|
159
191
|
},
|
|
160
192
|
"items": {
|
|
161
193
|
"default": [],
|
|
@@ -484,40 +484,6 @@
|
|
|
484
484
|
"gap": "sm",
|
|
485
485
|
"type": "stack"
|
|
486
486
|
},
|
|
487
|
-
{
|
|
488
|
-
"children": [
|
|
489
|
-
{
|
|
490
|
-
"icon": "git-branch",
|
|
491
|
-
"label": "Total rules",
|
|
492
|
-
"look": "@config.statLook",
|
|
493
|
-
"type": "stat-display",
|
|
494
|
-
"value": "@payload.data.length"
|
|
495
|
-
},
|
|
496
|
-
{
|
|
497
|
-
"icon": "clipboard-list",
|
|
498
|
-
"label": "Active surveys",
|
|
499
|
-
"look": "@config.statLook",
|
|
500
|
-
"type": "stat-display",
|
|
501
|
-
"value": "8"
|
|
502
|
-
},
|
|
503
|
-
{
|
|
504
|
-
"icon": "skip-forward",
|
|
505
|
-
"label": "Skip jumps",
|
|
506
|
-
"look": "@config.statLook",
|
|
507
|
-
"type": "stat-display",
|
|
508
|
-
"value": "42"
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
"icon": "trending-up",
|
|
512
|
-
"label": "Priority avg",
|
|
513
|
-
"look": "@config.statLook",
|
|
514
|
-
"type": "stat-display",
|
|
515
|
-
"value": "3"
|
|
516
|
-
}
|
|
517
|
-
],
|
|
518
|
-
"cols": 4.0,
|
|
519
|
-
"type": "simple-grid"
|
|
520
|
-
},
|
|
521
487
|
{
|
|
522
488
|
"type": "divider"
|
|
523
489
|
},
|