@almadar/std 16.142.0 → 16.144.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-layout.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-board.lolo +8 -0
- package/behaviors/lolo/ui/core/atoms/std-browse.lolo +1 -1
- package/behaviors/lolo/ui/core/atoms/std-calendar.lolo +5 -0
- package/behaviors/lolo/ui/core/atoms/std-file-store.lolo +18 -1
- package/behaviors/lolo/ui/core/atoms/std-image-upload-multi.lolo +17 -0
- package/behaviors/lolo/ui/core/atoms/std-saved-search.lolo +17 -0
- package/behaviors/lolo/ui/core/atoms/std-tag-taxonomy.lolo +17 -0
- package/behaviors/lolo/ui/core/atoms/std-version-history.lolo +17 -0
- package/behaviors/lolo/ui/core/molecules/ui-data-grid.lolo +2 -3
- package/behaviors/lolo/ui/core/molecules/ui-data-list.lolo +2 -3
- package/behaviors/lolo/ui/core/molecules/ui-table-view.lolo +2 -3
- package/behaviors/lolo/ui/core/organisms/ui-entity-cards.lolo +0 -2
- package/behaviors/lolo/ui/core/organisms/ui-entity-list.lolo +0 -2
- package/behaviors/lolo/ui/core/organisms/ui-entity-table.lolo +0 -2
- package/behaviors/lolo/ui/core/organisms/ui-timeline.lolo +0 -2
- package/behaviors/registry/ui/core/atoms/std-app-layout.orb +6 -1
- package/behaviors/registry/ui/core/atoms/std-board.orb +26 -0
- package/behaviors/registry/ui/core/atoms/std-browse.orb +6 -1
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +25 -0
- package/behaviors/registry/ui/core/atoms/std-file-store.orb +52 -2
- package/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +40 -0
- package/behaviors/registry/ui/core/atoms/std-saved-search.orb +40 -0
- package/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +40 -0
- package/behaviors/registry/ui/core/atoms/std-version-history.orb +40 -0
- package/behaviors/registry/ui/core/molecules/ui-data-grid.orb +12 -25
- package/behaviors/registry/ui/core/molecules/ui-data-list.orb +13 -26
- package/behaviors/registry/ui/core/molecules/ui-table-view.orb +12 -25
- package/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +0 -13
- package/behaviors/registry/ui/core/organisms/ui-entity-list.orb +8 -21
- package/behaviors/registry/ui/core/organisms/ui-entity-table.orb +0 -13
- package/behaviors/registry/ui/core/organisms/ui-timeline.orb +0 -13
- package/dist/behaviors/behaviors-embeddings.json +309 -309
- package/dist/behaviors/knob-embeddings.json +1 -1
- package/dist/behaviors/registry/ui/core/atoms/std-app-layout.orb +6 -1
- package/dist/behaviors/registry/ui/core/atoms/std-board.orb +26 -0
- package/dist/behaviors/registry/ui/core/atoms/std-browse.orb +6 -1
- package/dist/behaviors/registry/ui/core/atoms/std-calendar.orb +25 -0
- package/dist/behaviors/registry/ui/core/atoms/std-file-store.orb +52 -2
- package/dist/behaviors/registry/ui/core/atoms/std-image-upload-multi.orb +40 -0
- package/dist/behaviors/registry/ui/core/atoms/std-saved-search.orb +40 -0
- package/dist/behaviors/registry/ui/core/atoms/std-tag-taxonomy.orb +40 -0
- package/dist/behaviors/registry/ui/core/atoms/std-version-history.orb +40 -0
- package/dist/behaviors/registry/ui/core/molecules/ui-data-grid.orb +12 -25
- package/dist/behaviors/registry/ui/core/molecules/ui-data-list.orb +13 -26
- package/dist/behaviors/registry/ui/core/molecules/ui-table-view.orb +12 -25
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-cards.orb +0 -13
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-list.orb +8 -21
- package/dist/behaviors/registry/ui/core/organisms/ui-entity-table.orb +0 -13
- package/dist/behaviors/registry/ui/core/organisms/ui-timeline.orb +0 -13
- package/dist/behaviors-embeddings.json +309 -309
- package/dist/index.d.ts +1 -1
- package/dist/index.js +12 -1
- package/dist/knob-embeddings.json +1 -1
- package/dist/registry.d.ts +9 -1
- package/dist/registry.js +12 -1
- package/package.json +7 -6
|
@@ -524,10 +524,10 @@
|
|
|
524
524
|
"tier": "essential"
|
|
525
525
|
},
|
|
526
526
|
{
|
|
527
|
-
"description": "
|
|
528
|
-
"id": "
|
|
529
|
-
"key": "
|
|
530
|
-
"name": "
|
|
527
|
+
"description": "Selection change event name (emits UI:{selectionEvent} with { selectedIds: string[] })",
|
|
528
|
+
"id": "evt_01KXG04N8DGC8A3RER0AYS0QJM",
|
|
529
|
+
"key": "@config.selectionEvent",
|
|
530
|
+
"name": "@config.selection event",
|
|
531
531
|
"payloadSchema": [
|
|
532
532
|
{
|
|
533
533
|
"name": "id",
|
|
@@ -537,10 +537,10 @@
|
|
|
537
537
|
"tier": "essential"
|
|
538
538
|
},
|
|
539
539
|
{
|
|
540
|
-
"description": "
|
|
541
|
-
"id": "
|
|
542
|
-
"key": "@config.
|
|
543
|
-
"name": "@config.
|
|
540
|
+
"description": "Event emitted when more items needed: UI:{loadMoreEvent}",
|
|
541
|
+
"id": "evt_01KXG04N8D5HH49DN80YD3E4GT",
|
|
542
|
+
"key": "@config.loadMoreEvent",
|
|
543
|
+
"name": "@config.load more event",
|
|
544
544
|
"payloadSchema": [
|
|
545
545
|
{
|
|
546
546
|
"name": "id",
|
|
@@ -550,10 +550,10 @@
|
|
|
550
550
|
"tier": "essential"
|
|
551
551
|
},
|
|
552
552
|
{
|
|
553
|
-
"description": "
|
|
554
|
-
"id": "
|
|
555
|
-
"key": "
|
|
556
|
-
"name": "
|
|
553
|
+
"description": "User opened a record from the list.",
|
|
554
|
+
"id": "evt_01KXG04N8D4X4590GZE8705366",
|
|
555
|
+
"key": "VIEW",
|
|
556
|
+
"name": "View",
|
|
557
557
|
"payloadSchema": [
|
|
558
558
|
{
|
|
559
559
|
"name": "id",
|
|
@@ -664,19 +664,6 @@
|
|
|
664
664
|
"eventId": "evt_01KXG04N8DK57488TSZFVFEC94",
|
|
665
665
|
"from": "idle",
|
|
666
666
|
"to": "idle"
|
|
667
|
-
},
|
|
668
|
-
{
|
|
669
|
-
"effects": [
|
|
670
|
-
[
|
|
671
|
-
"emit",
|
|
672
|
-
"VIEW",
|
|
673
|
-
{}
|
|
674
|
-
]
|
|
675
|
-
],
|
|
676
|
-
"event": "VIEW",
|
|
677
|
-
"eventId": "evt_01KXG04N8D4X4590GZE8705366",
|
|
678
|
-
"from": "idle",
|
|
679
|
-
"to": "idle"
|
|
680
667
|
}
|
|
681
668
|
]
|
|
682
669
|
}
|
|
@@ -685,19 +685,6 @@
|
|
|
685
685
|
"synonyms": "loaded, fetched, retrieved",
|
|
686
686
|
"tier": "essential"
|
|
687
687
|
},
|
|
688
|
-
{
|
|
689
|
-
"description": "User opened a record from the list.",
|
|
690
|
-
"id": "evt_01KXG04N9MDW84T2BWY9EF2FC7",
|
|
691
|
-
"key": "VIEW",
|
|
692
|
-
"name": "View",
|
|
693
|
-
"payloadSchema": [
|
|
694
|
-
{
|
|
695
|
-
"name": "id",
|
|
696
|
-
"type": "string"
|
|
697
|
-
}
|
|
698
|
-
],
|
|
699
|
-
"tier": "essential"
|
|
700
|
-
},
|
|
701
688
|
{
|
|
702
689
|
"description": "Event emitted on reorder: UI:{reorderEvent} with { fromIndex, toIndex }",
|
|
703
690
|
"id": "evt_01KXG04N9M0MPJ2H0462NH6D5S",
|
|
@@ -775,6 +762,19 @@
|
|
|
775
762
|
}
|
|
776
763
|
],
|
|
777
764
|
"tier": "essential"
|
|
765
|
+
},
|
|
766
|
+
{
|
|
767
|
+
"description": "User opened a record from the list.",
|
|
768
|
+
"id": "evt_01KXG04N9MDW84T2BWY9EF2FC7",
|
|
769
|
+
"key": "VIEW",
|
|
770
|
+
"name": "View",
|
|
771
|
+
"payloadSchema": [
|
|
772
|
+
{
|
|
773
|
+
"name": "id",
|
|
774
|
+
"type": "string"
|
|
775
|
+
}
|
|
776
|
+
],
|
|
777
|
+
"tier": "essential"
|
|
778
778
|
}
|
|
779
779
|
],
|
|
780
780
|
"states": [
|
|
@@ -888,19 +888,6 @@
|
|
|
888
888
|
"eventId": "evt_01KXG04N9M8T9GWGKD8RDCZB00",
|
|
889
889
|
"from": "idle",
|
|
890
890
|
"to": "idle"
|
|
891
|
-
},
|
|
892
|
-
{
|
|
893
|
-
"effects": [
|
|
894
|
-
[
|
|
895
|
-
"emit",
|
|
896
|
-
"VIEW",
|
|
897
|
-
{}
|
|
898
|
-
]
|
|
899
|
-
],
|
|
900
|
-
"event": "VIEW",
|
|
901
|
-
"eventId": "evt_01KXG04N9MDW84T2BWY9EF2FC7",
|
|
902
|
-
"from": "idle",
|
|
903
|
-
"to": "idle"
|
|
904
891
|
}
|
|
905
892
|
]
|
|
906
893
|
}
|
|
@@ -558,10 +558,10 @@
|
|
|
558
558
|
"tier": "essential"
|
|
559
559
|
},
|
|
560
560
|
{
|
|
561
|
-
"description": "
|
|
562
|
-
"id": "
|
|
563
|
-
"key": "
|
|
564
|
-
"name": "
|
|
561
|
+
"description": "Event emitted on selection change: UI:{selectEvent} with { ids, rows }.",
|
|
562
|
+
"id": "evt_01KXG04RSDTCZQPH74KHHQR5MZ",
|
|
563
|
+
"key": "@config.selectEvent",
|
|
564
|
+
"name": "@config.select event",
|
|
565
565
|
"payloadSchema": [
|
|
566
566
|
{
|
|
567
567
|
"name": "id",
|
|
@@ -571,10 +571,10 @@
|
|
|
571
571
|
"tier": "essential"
|
|
572
572
|
},
|
|
573
573
|
{
|
|
574
|
-
"description": "Event emitted on
|
|
575
|
-
"id": "
|
|
576
|
-
"key": "@config.
|
|
577
|
-
"name": "@config.
|
|
574
|
+
"description": "Event emitted on sortable-header click: UI:{sortEvent} with { column, direction }.",
|
|
575
|
+
"id": "evt_01KXG04RSDX3BXZBA0CDEKZV1G",
|
|
576
|
+
"key": "@config.sortEvent",
|
|
577
|
+
"name": "@config.sort event",
|
|
578
578
|
"payloadSchema": [
|
|
579
579
|
{
|
|
580
580
|
"name": "id",
|
|
@@ -584,10 +584,10 @@
|
|
|
584
584
|
"tier": "essential"
|
|
585
585
|
},
|
|
586
586
|
{
|
|
587
|
-
"description": "
|
|
588
|
-
"id": "
|
|
589
|
-
"key": "
|
|
590
|
-
"name": "
|
|
587
|
+
"description": "User opened a record from the list.",
|
|
588
|
+
"id": "evt_01KXG04RSDC4V2E198Y3Q8880X",
|
|
589
|
+
"key": "VIEW",
|
|
590
|
+
"name": "View",
|
|
591
591
|
"payloadSchema": [
|
|
592
592
|
{
|
|
593
593
|
"name": "id",
|
|
@@ -694,19 +694,6 @@
|
|
|
694
694
|
"eventId": "evt_01KXG04RSDQRXCVM7YXC772W9K",
|
|
695
695
|
"from": "idle",
|
|
696
696
|
"to": "idle"
|
|
697
|
-
},
|
|
698
|
-
{
|
|
699
|
-
"effects": [
|
|
700
|
-
[
|
|
701
|
-
"emit",
|
|
702
|
-
"VIEW",
|
|
703
|
-
{}
|
|
704
|
-
]
|
|
705
|
-
],
|
|
706
|
-
"event": "VIEW",
|
|
707
|
-
"eventId": "evt_01KXG04RSDC4V2E198Y3Q8880X",
|
|
708
|
-
"from": "idle",
|
|
709
|
-
"to": "idle"
|
|
710
697
|
}
|
|
711
698
|
]
|
|
712
699
|
}
|
|
@@ -541,19 +541,6 @@
|
|
|
541
541
|
"eventId": "evt_01KXG04SFWBBQT5FQHF88WB1R7",
|
|
542
542
|
"from": "idle",
|
|
543
543
|
"to": "idle"
|
|
544
|
-
},
|
|
545
|
-
{
|
|
546
|
-
"effects": [
|
|
547
|
-
[
|
|
548
|
-
"emit",
|
|
549
|
-
"VIEW",
|
|
550
|
-
{}
|
|
551
|
-
]
|
|
552
|
-
],
|
|
553
|
-
"event": "VIEW",
|
|
554
|
-
"eventId": "evt_01KXG04SFWKXQ588AJKC3XTPME",
|
|
555
|
-
"from": "idle",
|
|
556
|
-
"to": "idle"
|
|
557
544
|
}
|
|
558
545
|
]
|
|
559
546
|
}
|
|
@@ -393,10 +393,10 @@
|
|
|
393
393
|
"tier": "essential"
|
|
394
394
|
},
|
|
395
395
|
{
|
|
396
|
-
"description": "
|
|
397
|
-
"id": "
|
|
398
|
-
"key": "
|
|
399
|
-
"name": "
|
|
396
|
+
"description": "Item actions - schema-driven or function-based",
|
|
397
|
+
"id": "evt_01KXG04SH3CDMWPSH39V0BN1TD",
|
|
398
|
+
"key": "ITEM_ACTIONS",
|
|
399
|
+
"name": "Item Actions",
|
|
400
400
|
"payloadSchema": [
|
|
401
401
|
{
|
|
402
402
|
"name": "id",
|
|
@@ -406,10 +406,10 @@
|
|
|
406
406
|
"tier": "essential"
|
|
407
407
|
},
|
|
408
408
|
{
|
|
409
|
-
"description": "
|
|
410
|
-
"id": "
|
|
411
|
-
"key": "
|
|
412
|
-
"name": "
|
|
409
|
+
"description": "User opened a record from the list.",
|
|
410
|
+
"id": "evt_01KXG04SH3R1YPRSCJX64JDKM2",
|
|
411
|
+
"key": "VIEW",
|
|
412
|
+
"name": "View",
|
|
413
413
|
"payloadSchema": [
|
|
414
414
|
{
|
|
415
415
|
"name": "id",
|
|
@@ -506,19 +506,6 @@
|
|
|
506
506
|
"eventId": "evt_01KXG04SH3S1G8MB6C8PAC7PMY",
|
|
507
507
|
"from": "idle",
|
|
508
508
|
"to": "idle"
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
"effects": [
|
|
512
|
-
[
|
|
513
|
-
"emit",
|
|
514
|
-
"VIEW",
|
|
515
|
-
{}
|
|
516
|
-
]
|
|
517
|
-
],
|
|
518
|
-
"event": "VIEW",
|
|
519
|
-
"eventId": "evt_01KXG04SH3R1YPRSCJX64JDKM2",
|
|
520
|
-
"from": "idle",
|
|
521
|
-
"to": "idle"
|
|
522
509
|
}
|
|
523
510
|
]
|
|
524
511
|
}
|
|
@@ -637,19 +637,6 @@
|
|
|
637
637
|
"eventId": "evt_01KXG04SJJDJHTKN6PP74YNPWJ",
|
|
638
638
|
"from": "idle",
|
|
639
639
|
"to": "idle"
|
|
640
|
-
},
|
|
641
|
-
{
|
|
642
|
-
"effects": [
|
|
643
|
-
[
|
|
644
|
-
"emit",
|
|
645
|
-
"VIEW",
|
|
646
|
-
{}
|
|
647
|
-
]
|
|
648
|
-
],
|
|
649
|
-
"event": "VIEW",
|
|
650
|
-
"eventId": "evt_01KXG04SJJ648J6B44Z4MCR8KK",
|
|
651
|
-
"from": "idle",
|
|
652
|
-
"to": "idle"
|
|
653
640
|
}
|
|
654
641
|
]
|
|
655
642
|
}
|
|
@@ -373,19 +373,6 @@
|
|
|
373
373
|
"eventId": "evt_01KXG04T5Q7ZFPSWYBZTKDFZEP",
|
|
374
374
|
"from": "idle",
|
|
375
375
|
"to": "idle"
|
|
376
|
-
},
|
|
377
|
-
{
|
|
378
|
-
"effects": [
|
|
379
|
-
[
|
|
380
|
-
"emit",
|
|
381
|
-
"VIEW",
|
|
382
|
-
{}
|
|
383
|
-
]
|
|
384
|
-
],
|
|
385
|
-
"event": "VIEW",
|
|
386
|
-
"eventId": "evt_01KXG04T5Q6H3S155F80B55SFP",
|
|
387
|
-
"from": "idle",
|
|
388
|
-
"to": "idle"
|
|
389
376
|
}
|
|
390
377
|
]
|
|
391
378
|
}
|