@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
|
@@ -129,7 +129,6 @@
|
|
|
129
129
|
"type": "string"
|
|
130
130
|
},
|
|
131
131
|
"cols": {
|
|
132
|
-
"default": 1.0,
|
|
133
132
|
"description": "Number of columns (uses auto-fit if omitted)",
|
|
134
133
|
"label": "Cols",
|
|
135
134
|
"tier": "presentation",
|
|
@@ -350,8 +349,46 @@
|
|
|
350
349
|
},
|
|
351
350
|
"itemActions": {
|
|
352
351
|
"default": [],
|
|
352
|
+
"description": "Per-item action buttons",
|
|
353
|
+
"items": {
|
|
354
|
+
"properties": {
|
|
355
|
+
"event": {
|
|
356
|
+
"name": "event",
|
|
357
|
+
"required": false,
|
|
358
|
+
"type": "string"
|
|
359
|
+
},
|
|
360
|
+
"icon": {
|
|
361
|
+
"name": "icon",
|
|
362
|
+
"required": false,
|
|
363
|
+
"type": "string"
|
|
364
|
+
},
|
|
365
|
+
"label": {
|
|
366
|
+
"name": "label",
|
|
367
|
+
"required": true,
|
|
368
|
+
"type": "string"
|
|
369
|
+
},
|
|
370
|
+
"navigatesTo": {
|
|
371
|
+
"name": "navigatesTo",
|
|
372
|
+
"required": false,
|
|
373
|
+
"type": "string"
|
|
374
|
+
},
|
|
375
|
+
"variant": {
|
|
376
|
+
"name": "variant",
|
|
377
|
+
"required": false,
|
|
378
|
+
"type": "string",
|
|
379
|
+
"values": [
|
|
380
|
+
"primary",
|
|
381
|
+
"secondary",
|
|
382
|
+
"ghost",
|
|
383
|
+
"danger"
|
|
384
|
+
]
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
"type": "object"
|
|
388
|
+
},
|
|
389
|
+
"label": "Item Actions",
|
|
353
390
|
"tier": "presentation",
|
|
354
|
-
"type": "
|
|
391
|
+
"type": "[DataGridItemActionsItem]"
|
|
355
392
|
},
|
|
356
393
|
"loadMoreEvent": {
|
|
357
394
|
"default": "LOAD_MORE",
|
|
@@ -247,6 +247,12 @@
|
|
|
247
247
|
"tier": "presentation",
|
|
248
248
|
"type": "string"
|
|
249
249
|
},
|
|
250
|
+
"emptyMessage": {
|
|
251
|
+
"description": "Message shown when there are no rows. Falls back to the generic 'no items' translation. `TableView` already exposes this; an agenda or an inbox wants to say what 'empty' means in its own words.",
|
|
252
|
+
"label": "Empty Message",
|
|
253
|
+
"tier": "presentation",
|
|
254
|
+
"type": "string"
|
|
255
|
+
},
|
|
250
256
|
"error": {
|
|
251
257
|
"description": "Error state",
|
|
252
258
|
"label": "Error",
|
|
@@ -368,8 +374,41 @@
|
|
|
368
374
|
},
|
|
369
375
|
"itemActions": {
|
|
370
376
|
"default": [],
|
|
377
|
+
"description": "Per-item action buttons",
|
|
378
|
+
"items": {
|
|
379
|
+
"properties": {
|
|
380
|
+
"event": {
|
|
381
|
+
"name": "event",
|
|
382
|
+
"required": true,
|
|
383
|
+
"type": "string"
|
|
384
|
+
},
|
|
385
|
+
"icon": {
|
|
386
|
+
"name": "icon",
|
|
387
|
+
"required": false,
|
|
388
|
+
"type": "string"
|
|
389
|
+
},
|
|
390
|
+
"label": {
|
|
391
|
+
"name": "label",
|
|
392
|
+
"required": true,
|
|
393
|
+
"type": "string"
|
|
394
|
+
},
|
|
395
|
+
"variant": {
|
|
396
|
+
"name": "variant",
|
|
397
|
+
"required": false,
|
|
398
|
+
"type": "string",
|
|
399
|
+
"values": [
|
|
400
|
+
"primary",
|
|
401
|
+
"secondary",
|
|
402
|
+
"ghost",
|
|
403
|
+
"danger"
|
|
404
|
+
]
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
"type": "object"
|
|
408
|
+
},
|
|
409
|
+
"label": "Item Actions",
|
|
371
410
|
"tier": "presentation",
|
|
372
|
-
"type": "
|
|
411
|
+
"type": "[DataListItemActionsItem]"
|
|
373
412
|
},
|
|
374
413
|
"itemClickEvent": {
|
|
375
414
|
"default": "ITEM_CLICK",
|
|
@@ -444,6 +483,29 @@
|
|
|
444
483
|
"tier": "presentation",
|
|
445
484
|
"type": "string"
|
|
446
485
|
},
|
|
486
|
+
"senderLabelField": {
|
|
487
|
+
"description": "Field holding the sender's human-readable name (used with variant: 'message'). Defaults to `senderField`. Set this when `senderField` holds an id — an id-keyed thread otherwise labels bubbles `staff-1` instead of `Sam Staff`.",
|
|
488
|
+
"label": "Sender Label Field",
|
|
489
|
+
"tier": "presentation",
|
|
490
|
+
"type": "string"
|
|
491
|
+
},
|
|
492
|
+
"sortBy": {
|
|
493
|
+
"description": "Field name to order rows by. Values are compared by their own type — numbers numerically, date-like strings chronologically, everything else alphabetically — never by what the field is called. Empty cells sort last. Unset leaves the incoming order untouched. Orders only the rows already fetched: a collection larger than its `limit` still needs ordering at the data layer.",
|
|
494
|
+
"label": "Sort By",
|
|
495
|
+
"tier": "presentation",
|
|
496
|
+
"type": "string"
|
|
497
|
+
},
|
|
498
|
+
"sortDirection": {
|
|
499
|
+
"default": "asc",
|
|
500
|
+
"description": "Direction for `sortBy`. Defaults to ascending.",
|
|
501
|
+
"label": "Sort Direction",
|
|
502
|
+
"tier": "presentation",
|
|
503
|
+
"type": "string",
|
|
504
|
+
"values": [
|
|
505
|
+
"asc",
|
|
506
|
+
"desc"
|
|
507
|
+
]
|
|
508
|
+
},
|
|
447
509
|
"sortable": {
|
|
448
510
|
"description": "Enable in-container reorder; items can be dragged to new positions among siblings",
|
|
449
511
|
"label": "Sortable",
|
|
@@ -807,6 +869,7 @@
|
|
|
807
869
|
"dndRoot": "@config.dndRoot",
|
|
808
870
|
"dragGroup": "@config.dragGroup",
|
|
809
871
|
"dropEvent": "@config.dropEvent",
|
|
872
|
+
"emptyMessage": "@config.emptyMessage",
|
|
810
873
|
"entity": "@entity",
|
|
811
874
|
"error": "@config.error",
|
|
812
875
|
"fields": "@config.fields",
|
|
@@ -826,6 +889,9 @@
|
|
|
826
889
|
"reorderEvent": "@config.reorderEvent",
|
|
827
890
|
"reorderable": "@config.reorderable",
|
|
828
891
|
"senderField": "@config.senderField",
|
|
892
|
+
"senderLabelField": "@config.senderLabelField",
|
|
893
|
+
"sortBy": "@config.sortBy",
|
|
894
|
+
"sortDirection": "@config.sortDirection",
|
|
829
895
|
"sortable": "@config.sortable",
|
|
830
896
|
"swipeLeftActions": "@config.swipeLeftActions",
|
|
831
897
|
"swipeLeftEvent": "@config.swipeLeftEvent",
|
|
@@ -855,6 +921,7 @@
|
|
|
855
921
|
"dndRoot": "@config.dndRoot",
|
|
856
922
|
"dragGroup": "@config.dragGroup",
|
|
857
923
|
"dropEvent": "@config.dropEvent",
|
|
924
|
+
"emptyMessage": "@config.emptyMessage",
|
|
858
925
|
"entity": "@payload.data",
|
|
859
926
|
"error": "@config.error",
|
|
860
927
|
"fields": "@config.fields",
|
|
@@ -874,6 +941,9 @@
|
|
|
874
941
|
"reorderEvent": "@config.reorderEvent",
|
|
875
942
|
"reorderable": "@config.reorderable",
|
|
876
943
|
"senderField": "@config.senderField",
|
|
944
|
+
"senderLabelField": "@config.senderLabelField",
|
|
945
|
+
"sortBy": "@config.sortBy",
|
|
946
|
+
"sortDirection": "@config.sortDirection",
|
|
877
947
|
"sortable": "@config.sortable",
|
|
878
948
|
"swipeLeftActions": "@config.swipeLeftActions",
|
|
879
949
|
"swipeLeftEvent": "@config.swipeLeftEvent",
|
|
@@ -46,6 +46,15 @@
|
|
|
46
46
|
"parent": "trt_01KXG04PB8J9CDXQ5FQYCMQF3T",
|
|
47
47
|
"renames": []
|
|
48
48
|
},
|
|
49
|
+
"evt_01KYM63CSC8HWDZZDFN1CEXFH5": {
|
|
50
|
+
"bakedName": "@config.onMarkClick",
|
|
51
|
+
"curName": "@config.onMarkClick",
|
|
52
|
+
"id": "evt_01KYM63CSC8HWDZZDFN1CEXFH5",
|
|
53
|
+
"kind": "event",
|
|
54
|
+
"owner": "workspace",
|
|
55
|
+
"parent": "trt_01KXG04PB8J9CDXQ5FQYCMQF3T",
|
|
56
|
+
"renames": []
|
|
57
|
+
},
|
|
49
58
|
"orb_01KXG04PB8TC1C3CBCGPSN2HBS": {
|
|
50
59
|
"bakedName": "GraphCanvasOrbital",
|
|
51
60
|
"curName": "GraphCanvasOrbital",
|
|
@@ -313,6 +322,23 @@
|
|
|
313
322
|
"required": false,
|
|
314
323
|
"type": "string"
|
|
315
324
|
},
|
|
325
|
+
"mark": {
|
|
326
|
+
"name": "mark",
|
|
327
|
+
"properties": {
|
|
328
|
+
"kind": {
|
|
329
|
+
"name": "kind",
|
|
330
|
+
"required": true,
|
|
331
|
+
"type": "string"
|
|
332
|
+
},
|
|
333
|
+
"suggestionId": {
|
|
334
|
+
"name": "suggestionId",
|
|
335
|
+
"required": true,
|
|
336
|
+
"type": "string"
|
|
337
|
+
}
|
|
338
|
+
},
|
|
339
|
+
"required": false,
|
|
340
|
+
"type": "object"
|
|
341
|
+
},
|
|
316
342
|
"size": {
|
|
317
343
|
"name": "size",
|
|
318
344
|
"required": false,
|
|
@@ -342,6 +368,13 @@
|
|
|
342
368
|
"tier": "presentation",
|
|
343
369
|
"type": "string"
|
|
344
370
|
},
|
|
371
|
+
"onMarkClick": {
|
|
372
|
+
"default": "MARK_CLICK",
|
|
373
|
+
"description": "On marked-node click (suggestion/proposal target). Takes priority over onNodeClick.",
|
|
374
|
+
"label": "On Mark Click",
|
|
375
|
+
"tier": "presentation",
|
|
376
|
+
"type": "string"
|
|
377
|
+
},
|
|
345
378
|
"onNodeClick": {
|
|
346
379
|
"default": "NODE_CLICK",
|
|
347
380
|
"description": "On node click",
|
|
@@ -356,6 +389,43 @@
|
|
|
356
389
|
"tier": "presentation",
|
|
357
390
|
"type": "string"
|
|
358
391
|
},
|
|
392
|
+
"proposedEdges": {
|
|
393
|
+
"default": [],
|
|
394
|
+
"description": "Uncommitted proposal links — rendered dashed/faint in a separate pass, never folded into the layout springs.",
|
|
395
|
+
"items": {
|
|
396
|
+
"properties": {
|
|
397
|
+
"color": {
|
|
398
|
+
"name": "color",
|
|
399
|
+
"required": false,
|
|
400
|
+
"type": "string"
|
|
401
|
+
},
|
|
402
|
+
"label": {
|
|
403
|
+
"name": "label",
|
|
404
|
+
"required": false,
|
|
405
|
+
"type": "string"
|
|
406
|
+
},
|
|
407
|
+
"source": {
|
|
408
|
+
"name": "source",
|
|
409
|
+
"required": true,
|
|
410
|
+
"type": "string"
|
|
411
|
+
},
|
|
412
|
+
"target": {
|
|
413
|
+
"name": "target",
|
|
414
|
+
"required": true,
|
|
415
|
+
"type": "string"
|
|
416
|
+
},
|
|
417
|
+
"weight": {
|
|
418
|
+
"name": "weight",
|
|
419
|
+
"required": false,
|
|
420
|
+
"type": "number"
|
|
421
|
+
}
|
|
422
|
+
},
|
|
423
|
+
"type": "object"
|
|
424
|
+
},
|
|
425
|
+
"label": "Proposed Edges",
|
|
426
|
+
"tier": "presentation",
|
|
427
|
+
"type": "[GraphCanvasProposedEdgesItem]"
|
|
428
|
+
},
|
|
359
429
|
"repulsion": {
|
|
360
430
|
"default": 800.0,
|
|
361
431
|
"description": "Force-sim repulsion strength between nodes (larger ⇒ more spread out)",
|
|
@@ -444,6 +514,22 @@
|
|
|
444
514
|
"name": "badge",
|
|
445
515
|
"type": "number"
|
|
446
516
|
},
|
|
517
|
+
{
|
|
518
|
+
"name": "mark",
|
|
519
|
+
"properties": [
|
|
520
|
+
{
|
|
521
|
+
"name": "kind",
|
|
522
|
+
"required": true,
|
|
523
|
+
"type": "json"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"name": "suggestionId",
|
|
527
|
+
"required": true,
|
|
528
|
+
"type": "string"
|
|
529
|
+
}
|
|
530
|
+
],
|
|
531
|
+
"type": "object"
|
|
532
|
+
},
|
|
447
533
|
{
|
|
448
534
|
"name": "x",
|
|
449
535
|
"type": "number"
|
|
@@ -464,6 +550,70 @@
|
|
|
464
550
|
"scope": "external",
|
|
465
551
|
"tier": "essential"
|
|
466
552
|
},
|
|
553
|
+
{
|
|
554
|
+
"description": "On marked-node click (suggestion/proposal target). Takes priority over onNodeClick.",
|
|
555
|
+
"event": "@config.onMarkClick",
|
|
556
|
+
"eventId": "evt_01KYM63CSC8HWDZZDFN1CEXFH5",
|
|
557
|
+
"payloadSchema": [
|
|
558
|
+
{
|
|
559
|
+
"name": "node",
|
|
560
|
+
"properties": [
|
|
561
|
+
{
|
|
562
|
+
"name": "id",
|
|
563
|
+
"required": true,
|
|
564
|
+
"type": "string"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
"name": "label",
|
|
568
|
+
"type": "string"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"name": "group",
|
|
572
|
+
"type": "string"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"name": "color",
|
|
576
|
+
"type": "string"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"name": "size",
|
|
580
|
+
"type": "number"
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
"name": "badge",
|
|
584
|
+
"type": "number"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "mark",
|
|
588
|
+
"properties": [
|
|
589
|
+
{
|
|
590
|
+
"name": "kind",
|
|
591
|
+
"required": true,
|
|
592
|
+
"type": "json"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"name": "suggestionId",
|
|
596
|
+
"required": true,
|
|
597
|
+
"type": "string"
|
|
598
|
+
}
|
|
599
|
+
],
|
|
600
|
+
"type": "object"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"name": "x",
|
|
604
|
+
"type": "number"
|
|
605
|
+
},
|
|
606
|
+
{
|
|
607
|
+
"name": "y",
|
|
608
|
+
"type": "number"
|
|
609
|
+
}
|
|
610
|
+
],
|
|
611
|
+
"type": "object"
|
|
612
|
+
}
|
|
613
|
+
],
|
|
614
|
+
"scope": "external",
|
|
615
|
+
"tier": "essential"
|
|
616
|
+
},
|
|
467
617
|
{
|
|
468
618
|
"description": "On node double-click (e.g. to drill in)",
|
|
469
619
|
"event": "@config.onNodeDoubleClick",
|
|
@@ -497,6 +647,22 @@
|
|
|
497
647
|
"name": "badge",
|
|
498
648
|
"type": "number"
|
|
499
649
|
},
|
|
650
|
+
{
|
|
651
|
+
"name": "mark",
|
|
652
|
+
"properties": [
|
|
653
|
+
{
|
|
654
|
+
"name": "kind",
|
|
655
|
+
"required": true,
|
|
656
|
+
"type": "json"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"name": "suggestionId",
|
|
660
|
+
"required": true,
|
|
661
|
+
"type": "string"
|
|
662
|
+
}
|
|
663
|
+
],
|
|
664
|
+
"type": "object"
|
|
665
|
+
},
|
|
500
666
|
{
|
|
501
667
|
"name": "x",
|
|
502
668
|
"type": "number"
|
|
@@ -545,6 +711,22 @@
|
|
|
545
711
|
"name": "badge",
|
|
546
712
|
"type": "number"
|
|
547
713
|
},
|
|
714
|
+
{
|
|
715
|
+
"name": "mark",
|
|
716
|
+
"properties": [
|
|
717
|
+
{
|
|
718
|
+
"name": "kind",
|
|
719
|
+
"required": true,
|
|
720
|
+
"type": "json"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"name": "suggestionId",
|
|
724
|
+
"required": true,
|
|
725
|
+
"type": "string"
|
|
726
|
+
}
|
|
727
|
+
],
|
|
728
|
+
"type": "object"
|
|
729
|
+
},
|
|
548
730
|
{
|
|
549
731
|
"name": "x",
|
|
550
732
|
"type": "number"
|
|
@@ -615,6 +797,22 @@
|
|
|
615
797
|
"name": "badge",
|
|
616
798
|
"type": "number"
|
|
617
799
|
},
|
|
800
|
+
{
|
|
801
|
+
"name": "mark",
|
|
802
|
+
"properties": [
|
|
803
|
+
{
|
|
804
|
+
"name": "kind",
|
|
805
|
+
"required": true,
|
|
806
|
+
"type": "json"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"name": "suggestionId",
|
|
810
|
+
"required": true,
|
|
811
|
+
"type": "string"
|
|
812
|
+
}
|
|
813
|
+
],
|
|
814
|
+
"type": "object"
|
|
815
|
+
},
|
|
618
816
|
{
|
|
619
817
|
"name": "x",
|
|
620
818
|
"type": "number"
|
|
@@ -634,6 +832,70 @@
|
|
|
634
832
|
],
|
|
635
833
|
"tier": "essential"
|
|
636
834
|
},
|
|
835
|
+
{
|
|
836
|
+
"description": "On marked-node click (suggestion/proposal target). Takes priority over onNodeClick.",
|
|
837
|
+
"id": "evt_01KYM63CSC8HWDZZDFN1CEXFH5",
|
|
838
|
+
"key": "@config.onMarkClick",
|
|
839
|
+
"name": "@config.on mark click",
|
|
840
|
+
"payloadSchema": [
|
|
841
|
+
{
|
|
842
|
+
"name": "node",
|
|
843
|
+
"properties": [
|
|
844
|
+
{
|
|
845
|
+
"name": "id",
|
|
846
|
+
"required": true,
|
|
847
|
+
"type": "string"
|
|
848
|
+
},
|
|
849
|
+
{
|
|
850
|
+
"name": "label",
|
|
851
|
+
"type": "string"
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"name": "group",
|
|
855
|
+
"type": "string"
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"name": "color",
|
|
859
|
+
"type": "string"
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"name": "size",
|
|
863
|
+
"type": "number"
|
|
864
|
+
},
|
|
865
|
+
{
|
|
866
|
+
"name": "badge",
|
|
867
|
+
"type": "number"
|
|
868
|
+
},
|
|
869
|
+
{
|
|
870
|
+
"name": "mark",
|
|
871
|
+
"properties": [
|
|
872
|
+
{
|
|
873
|
+
"name": "kind",
|
|
874
|
+
"required": true,
|
|
875
|
+
"type": "json"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"name": "suggestionId",
|
|
879
|
+
"required": true,
|
|
880
|
+
"type": "string"
|
|
881
|
+
}
|
|
882
|
+
],
|
|
883
|
+
"type": "object"
|
|
884
|
+
},
|
|
885
|
+
{
|
|
886
|
+
"name": "x",
|
|
887
|
+
"type": "number"
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"name": "y",
|
|
891
|
+
"type": "number"
|
|
892
|
+
}
|
|
893
|
+
],
|
|
894
|
+
"type": "object"
|
|
895
|
+
}
|
|
896
|
+
],
|
|
897
|
+
"tier": "essential"
|
|
898
|
+
},
|
|
637
899
|
{
|
|
638
900
|
"description": "On node double-click (e.g. to drill in)",
|
|
639
901
|
"id": "evt_01KXG04PBESG3WNHVVB6Z7VVD1",
|
|
@@ -668,6 +930,22 @@
|
|
|
668
930
|
"name": "badge",
|
|
669
931
|
"type": "number"
|
|
670
932
|
},
|
|
933
|
+
{
|
|
934
|
+
"name": "mark",
|
|
935
|
+
"properties": [
|
|
936
|
+
{
|
|
937
|
+
"name": "kind",
|
|
938
|
+
"required": true,
|
|
939
|
+
"type": "json"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"name": "suggestionId",
|
|
943
|
+
"required": true,
|
|
944
|
+
"type": "string"
|
|
945
|
+
}
|
|
946
|
+
],
|
|
947
|
+
"type": "object"
|
|
948
|
+
},
|
|
671
949
|
{
|
|
672
950
|
"name": "x",
|
|
673
951
|
"type": "number"
|
|
@@ -716,6 +994,22 @@
|
|
|
716
994
|
"name": "badge",
|
|
717
995
|
"type": "number"
|
|
718
996
|
},
|
|
997
|
+
{
|
|
998
|
+
"name": "mark",
|
|
999
|
+
"properties": [
|
|
1000
|
+
{
|
|
1001
|
+
"name": "kind",
|
|
1002
|
+
"required": true,
|
|
1003
|
+
"type": "json"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"name": "suggestionId",
|
|
1007
|
+
"required": true,
|
|
1008
|
+
"type": "string"
|
|
1009
|
+
}
|
|
1010
|
+
],
|
|
1011
|
+
"type": "object"
|
|
1012
|
+
},
|
|
719
1013
|
{
|
|
720
1014
|
"name": "x",
|
|
721
1015
|
"type": "number"
|
|
@@ -759,8 +1053,10 @@
|
|
|
759
1053
|
"nodeSpacing": "@config.nodeSpacing",
|
|
760
1054
|
"nodes": "@config.nodes",
|
|
761
1055
|
"onBadgeClick": "@config.onBadgeClick",
|
|
1056
|
+
"onMarkClick": "@config.onMarkClick",
|
|
762
1057
|
"onNodeClick": "@config.onNodeClick",
|
|
763
1058
|
"onNodeDoubleClick": "@config.onNodeDoubleClick",
|
|
1059
|
+
"proposedEdges": "@config.proposedEdges",
|
|
764
1060
|
"repulsion": "@config.repulsion",
|
|
765
1061
|
"selectedNodeId": "@config.selectedNodeId",
|
|
766
1062
|
"showLabels": "@config.showLabels",
|
|
@@ -93,7 +93,6 @@
|
|
|
93
93
|
"type": "string"
|
|
94
94
|
},
|
|
95
95
|
"cols": {
|
|
96
|
-
"default": 1.0,
|
|
97
96
|
"description": "Exact number of columns (disables auto-fit)",
|
|
98
97
|
"label": "Cols",
|
|
99
98
|
"tier": "presentation",
|
|
@@ -115,7 +114,6 @@
|
|
|
115
114
|
]
|
|
116
115
|
},
|
|
117
116
|
"maxCols": {
|
|
118
|
-
"default": 1.0,
|
|
119
117
|
"description": "Maximum number of columns",
|
|
120
118
|
"label": "Max Cols",
|
|
121
119
|
"tier": "presentation",
|
|
@@ -371,8 +371,41 @@
|
|
|
371
371
|
},
|
|
372
372
|
"itemActions": {
|
|
373
373
|
"default": [],
|
|
374
|
+
"description": "Per-row action buttons (trailing column).",
|
|
375
|
+
"items": {
|
|
376
|
+
"properties": {
|
|
377
|
+
"event": {
|
|
378
|
+
"name": "event",
|
|
379
|
+
"required": true,
|
|
380
|
+
"type": "string"
|
|
381
|
+
},
|
|
382
|
+
"icon": {
|
|
383
|
+
"name": "icon",
|
|
384
|
+
"required": false,
|
|
385
|
+
"type": "string"
|
|
386
|
+
},
|
|
387
|
+
"label": {
|
|
388
|
+
"name": "label",
|
|
389
|
+
"required": true,
|
|
390
|
+
"type": "string"
|
|
391
|
+
},
|
|
392
|
+
"variant": {
|
|
393
|
+
"name": "variant",
|
|
394
|
+
"required": false,
|
|
395
|
+
"type": "string",
|
|
396
|
+
"values": [
|
|
397
|
+
"primary",
|
|
398
|
+
"secondary",
|
|
399
|
+
"ghost",
|
|
400
|
+
"danger"
|
|
401
|
+
]
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
"type": "object"
|
|
405
|
+
},
|
|
406
|
+
"label": "Item Actions",
|
|
374
407
|
"tier": "presentation",
|
|
375
|
-
"type": "
|
|
408
|
+
"type": "[TableViewItemActionsItem]"
|
|
376
409
|
},
|
|
377
410
|
"look": {
|
|
378
411
|
"default": "dense",
|
|
@@ -280,11 +280,58 @@
|
|
|
280
280
|
"variant": "ghost"
|
|
281
281
|
}
|
|
282
282
|
],
|
|
283
|
+
"description": "Actions for each card item (schema-driven)",
|
|
284
|
+
"items": {
|
|
285
|
+
"properties": {
|
|
286
|
+
"action": {
|
|
287
|
+
"name": "action",
|
|
288
|
+
"required": false,
|
|
289
|
+
"type": "string"
|
|
290
|
+
},
|
|
291
|
+
"event": {
|
|
292
|
+
"name": "event",
|
|
293
|
+
"required": false,
|
|
294
|
+
"type": "string"
|
|
295
|
+
},
|
|
296
|
+
"label": {
|
|
297
|
+
"name": "label",
|
|
298
|
+
"required": true,
|
|
299
|
+
"type": "string"
|
|
300
|
+
},
|
|
301
|
+
"navigatesTo": {
|
|
302
|
+
"name": "navigatesTo",
|
|
303
|
+
"required": false,
|
|
304
|
+
"type": "string"
|
|
305
|
+
},
|
|
306
|
+
"placement": {
|
|
307
|
+
"name": "placement",
|
|
308
|
+
"required": false,
|
|
309
|
+
"type": "string",
|
|
310
|
+
"values": [
|
|
311
|
+
"card",
|
|
312
|
+
"footer",
|
|
313
|
+
"row"
|
|
314
|
+
]
|
|
315
|
+
},
|
|
316
|
+
"variant": {
|
|
317
|
+
"name": "variant",
|
|
318
|
+
"required": false,
|
|
319
|
+
"type": "string",
|
|
320
|
+
"values": [
|
|
321
|
+
"primary",
|
|
322
|
+
"secondary",
|
|
323
|
+
"ghost",
|
|
324
|
+
"danger"
|
|
325
|
+
]
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
"type": "object"
|
|
329
|
+
},
|
|
330
|
+
"label": "Item Actions",
|
|
283
331
|
"tier": "presentation",
|
|
284
|
-
"type": "
|
|
332
|
+
"type": "[EntityCardsItemActionsItem]"
|
|
285
333
|
},
|
|
286
334
|
"maxCols": {
|
|
287
|
-
"default": 1.0,
|
|
288
335
|
"description": "Maximum number of columns",
|
|
289
336
|
"label": "Max Cols",
|
|
290
337
|
"tier": "presentation",
|