@aleph-alpha/lib-mcp 1.1.0 → 1.3.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/components-meta.json +724 -219
- package/dist/cli.js +3 -3
- package/package.json +2 -2
package/components-meta.json
CHANGED
|
@@ -1,148 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"UiCompositionPlaceholder": {
|
|
3
|
-
"description": "Placeholder for composition components (internal development use).",
|
|
4
|
-
"category": "Compositions",
|
|
5
|
-
"useCases": [
|
|
6
|
-
"development placeholder"
|
|
7
|
-
],
|
|
8
|
-
"keywords": [
|
|
9
|
-
"placeholder",
|
|
10
|
-
"composition",
|
|
11
|
-
"internal"
|
|
12
|
-
],
|
|
13
|
-
"related": [],
|
|
14
|
-
"props": [],
|
|
15
|
-
"examples": [],
|
|
16
|
-
"_autoGenerated": true
|
|
17
|
-
},
|
|
18
|
-
"UiDataTable": {
|
|
19
|
-
"description": "A feature-rich data table with sorting, filtering, and pagination. Use for displaying and managing large datasets with interactive features.",
|
|
20
|
-
"category": "Layout",
|
|
21
|
-
"useCases": [
|
|
22
|
-
"data grid",
|
|
23
|
-
"admin table",
|
|
24
|
-
"user list",
|
|
25
|
-
"product catalog",
|
|
26
|
-
"reports"
|
|
27
|
-
],
|
|
28
|
-
"keywords": [
|
|
29
|
-
"datatable",
|
|
30
|
-
"grid",
|
|
31
|
-
"sorting",
|
|
32
|
-
"filtering",
|
|
33
|
-
"pagination",
|
|
34
|
-
"data",
|
|
35
|
-
"list",
|
|
36
|
-
"table"
|
|
37
|
-
],
|
|
38
|
-
"related": [
|
|
39
|
-
"UiTable"
|
|
40
|
-
],
|
|
41
|
-
"props": [],
|
|
42
|
-
"examples": [
|
|
43
|
-
"Basic",
|
|
44
|
-
"WithSorting",
|
|
45
|
-
"WithPagination",
|
|
46
|
-
"WithToolbar",
|
|
47
|
-
"WithGlobalFilter",
|
|
48
|
-
"WithRowSelection",
|
|
49
|
-
"FullExample",
|
|
50
|
-
"WithCustomEmptyText",
|
|
51
|
-
"WithCustomEmptySlot",
|
|
52
|
-
"WithColumnHeader",
|
|
53
|
-
"WithPageSizeSelector",
|
|
54
|
-
"WithMinHeightSmallDataset",
|
|
55
|
-
"WithRowActions",
|
|
56
|
-
"WithCellFormatting"
|
|
57
|
-
],
|
|
58
|
-
"_autoGenerated": true
|
|
59
|
-
},
|
|
60
|
-
"UiDatePicker": {
|
|
61
|
-
"description": "A date picker combining a button trigger with a popover calendar. Provides an accessible way to select dates or date ranges.",
|
|
62
|
-
"category": "Form Inputs",
|
|
63
|
-
"useCases": [
|
|
64
|
-
"date selection",
|
|
65
|
-
"booking form",
|
|
66
|
-
"event picker",
|
|
67
|
-
"schedule",
|
|
68
|
-
"deadline"
|
|
69
|
-
],
|
|
70
|
-
"keywords": [
|
|
71
|
-
"date",
|
|
72
|
-
"picker",
|
|
73
|
-
"calendar",
|
|
74
|
-
"datepicker",
|
|
75
|
-
"range",
|
|
76
|
-
"schedule"
|
|
77
|
-
],
|
|
78
|
-
"related": [
|
|
79
|
-
"UiCalendar",
|
|
80
|
-
"UiPopover"
|
|
81
|
-
],
|
|
82
|
-
"props": [
|
|
83
|
-
"class",
|
|
84
|
-
"open",
|
|
85
|
-
"mode",
|
|
86
|
-
"modelValue",
|
|
87
|
-
"defaultValue",
|
|
88
|
-
"placeholder",
|
|
89
|
-
"minValue",
|
|
90
|
-
"maxValue",
|
|
91
|
-
"disabled",
|
|
92
|
-
"readonly",
|
|
93
|
-
"locale",
|
|
94
|
-
"weekStartsOn",
|
|
95
|
-
"numberOfMonths",
|
|
96
|
-
"weekdayFormat",
|
|
97
|
-
"fixedWeeks",
|
|
98
|
-
"layout",
|
|
99
|
-
"preventDeselect",
|
|
100
|
-
"calendarLabel",
|
|
101
|
-
"isDateDisabled",
|
|
102
|
-
"isDateUnavailable",
|
|
103
|
-
"dateFormat",
|
|
104
|
-
"closeOnSelect",
|
|
105
|
-
"pagedNavigation",
|
|
106
|
-
"ariaLabel",
|
|
107
|
-
"rangeSeparator"
|
|
108
|
-
],
|
|
109
|
-
"examples": [
|
|
110
|
-
"Default",
|
|
111
|
-
"WithPreselectedDate",
|
|
112
|
-
"WithMonthYearDropdowns",
|
|
113
|
-
"WithDateRange",
|
|
114
|
-
"DisabledWeekends",
|
|
115
|
-
"GermanLocale",
|
|
116
|
-
"Disabled",
|
|
117
|
-
"CustomWidth",
|
|
118
|
-
"KeepOpenOnSelect",
|
|
119
|
-
"TwoMonthsView",
|
|
120
|
-
"FormExample",
|
|
121
|
-
"RangeMode",
|
|
122
|
-
"RangeTwoMonths",
|
|
123
|
-
"RangeWithConstraints",
|
|
124
|
-
"RangePreselected",
|
|
125
|
-
"RangeFormExample",
|
|
126
|
-
"RangeKeepOpen"
|
|
127
|
-
],
|
|
128
|
-
"_autoGenerated": true
|
|
129
|
-
},
|
|
130
|
-
"UiPlaceholder": {
|
|
131
|
-
"description": "Placeholder for foundation components (internal development use).",
|
|
132
|
-
"category": "Foundations",
|
|
133
|
-
"useCases": [
|
|
134
|
-
"development placeholder"
|
|
135
|
-
],
|
|
136
|
-
"keywords": [
|
|
137
|
-
"placeholder",
|
|
138
|
-
"foundation",
|
|
139
|
-
"internal"
|
|
140
|
-
],
|
|
141
|
-
"related": [],
|
|
142
|
-
"props": [],
|
|
143
|
-
"examples": [],
|
|
144
|
-
"_autoGenerated": true
|
|
145
|
-
},
|
|
146
2
|
"UiAccordion": {
|
|
147
3
|
"description": "Collapsible sections for organizing content. Use for FAQs, settings panels, or any content that benefits from show/hide.",
|
|
148
4
|
"category": "Navigation",
|
|
@@ -561,6 +417,41 @@
|
|
|
561
417
|
],
|
|
562
418
|
"_autoGenerated": true
|
|
563
419
|
},
|
|
420
|
+
"UiEmpty": {
|
|
421
|
+
"description": "A component to display empty states when there is no content to show.",
|
|
422
|
+
"category": "Feedback",
|
|
423
|
+
"useCases": [
|
|
424
|
+
"no data available",
|
|
425
|
+
"empty list",
|
|
426
|
+
"empty search results",
|
|
427
|
+
"no items found"
|
|
428
|
+
],
|
|
429
|
+
"keywords": [
|
|
430
|
+
"empty",
|
|
431
|
+
"no data",
|
|
432
|
+
"placeholder",
|
|
433
|
+
"blank state",
|
|
434
|
+
"zero state"
|
|
435
|
+
],
|
|
436
|
+
"related": [
|
|
437
|
+
"UiSkeleton",
|
|
438
|
+
"UiSpinner"
|
|
439
|
+
],
|
|
440
|
+
"props": [
|
|
441
|
+
"title",
|
|
442
|
+
"description",
|
|
443
|
+
"icon"
|
|
444
|
+
],
|
|
445
|
+
"examples": [
|
|
446
|
+
"Default",
|
|
447
|
+
"TitleOnly",
|
|
448
|
+
"WithCustomIcon",
|
|
449
|
+
"WithAction",
|
|
450
|
+
"WithMultipleActions",
|
|
451
|
+
"Minimal"
|
|
452
|
+
],
|
|
453
|
+
"_autoGenerated": true
|
|
454
|
+
},
|
|
564
455
|
"UiField": {
|
|
565
456
|
"description": "A form field wrapper that groups label, input, description, and error messages. Provides consistent layout and accessibility for form controls.",
|
|
566
457
|
"category": "Form Inputs",
|
|
@@ -608,7 +499,7 @@
|
|
|
608
499
|
"_autoGenerated": true
|
|
609
500
|
},
|
|
610
501
|
"UiIcon": {
|
|
611
|
-
"description": "An icon component using
|
|
502
|
+
"description": "An icon component using Lucide icons. Use for visual indicators, button decorations, or standalone meaningful graphics.",
|
|
612
503
|
"category": "Data Display",
|
|
613
504
|
"useCases": [
|
|
614
505
|
"visual indicator",
|
|
@@ -620,8 +511,7 @@
|
|
|
620
511
|
"icon",
|
|
621
512
|
"symbol",
|
|
622
513
|
"graphic",
|
|
623
|
-
"
|
|
624
|
-
"iconify",
|
|
514
|
+
"lucide",
|
|
625
515
|
"svg"
|
|
626
516
|
],
|
|
627
517
|
"related": [
|
|
@@ -629,11 +519,14 @@
|
|
|
629
519
|
"UiButton"
|
|
630
520
|
],
|
|
631
521
|
"props": [
|
|
632
|
-
"
|
|
522
|
+
"name",
|
|
523
|
+
"size",
|
|
524
|
+
"strokeWidth",
|
|
633
525
|
"ariaLabel"
|
|
634
526
|
],
|
|
635
527
|
"examples": [
|
|
636
528
|
"Default",
|
|
529
|
+
"Sizes",
|
|
637
530
|
"InIconButton"
|
|
638
531
|
],
|
|
639
532
|
"_autoGenerated": true
|
|
@@ -724,119 +617,317 @@
|
|
|
724
617
|
],
|
|
725
618
|
"_autoGenerated": true
|
|
726
619
|
},
|
|
727
|
-
"
|
|
728
|
-
"description": "A
|
|
729
|
-
"category": "
|
|
620
|
+
"UiItem": {
|
|
621
|
+
"description": "A versatile component that you can use to display any content. The Item component is a straightforward flex container that can house nearly any type of content. Use it to display a title, description, and actions. Group it with the ItemGroup component to create a list of items.",
|
|
622
|
+
"category": "Layout",
|
|
730
623
|
"useCases": [
|
|
731
|
-
"
|
|
732
|
-
"
|
|
733
|
-
"
|
|
734
|
-
"
|
|
624
|
+
"list item",
|
|
625
|
+
"menu entry",
|
|
626
|
+
"settings row",
|
|
627
|
+
"navigation item",
|
|
628
|
+
"notification",
|
|
629
|
+
"user card"
|
|
735
630
|
],
|
|
736
631
|
"keywords": [
|
|
737
|
-
"
|
|
738
|
-
"
|
|
739
|
-
"
|
|
740
|
-
"
|
|
741
|
-
"
|
|
742
|
-
"
|
|
632
|
+
"item",
|
|
633
|
+
"list",
|
|
634
|
+
"row",
|
|
635
|
+
"entry",
|
|
636
|
+
"menu",
|
|
637
|
+
"settings",
|
|
638
|
+
"navigation",
|
|
639
|
+
"selectable",
|
|
640
|
+
"card"
|
|
743
641
|
],
|
|
744
642
|
"related": [
|
|
745
|
-
"
|
|
746
|
-
"
|
|
643
|
+
"UiCard",
|
|
644
|
+
"UiButton",
|
|
645
|
+
"UiListbox"
|
|
747
646
|
],
|
|
748
647
|
"props": [
|
|
749
|
-
"
|
|
750
|
-
"
|
|
648
|
+
"variant",
|
|
649
|
+
"size",
|
|
650
|
+
"asChild"
|
|
751
651
|
],
|
|
752
652
|
"examples": [
|
|
753
|
-
"
|
|
754
|
-
"
|
|
755
|
-
"
|
|
756
|
-
"
|
|
757
|
-
"
|
|
653
|
+
"Basic",
|
|
654
|
+
"Variants",
|
|
655
|
+
"Sizes",
|
|
656
|
+
"WithIcon",
|
|
657
|
+
"WithAvatar",
|
|
658
|
+
"WithImage",
|
|
659
|
+
"Group",
|
|
660
|
+
"WithHeaderAndFooter",
|
|
661
|
+
"AsLink",
|
|
662
|
+
"TeamMembersList",
|
|
663
|
+
"NotificationList",
|
|
664
|
+
"EmptyStateWithInvite",
|
|
665
|
+
"AllStates"
|
|
758
666
|
],
|
|
759
667
|
"_autoGenerated": true
|
|
760
668
|
},
|
|
761
|
-
"
|
|
762
|
-
"description": "A
|
|
669
|
+
"UiKbd": {
|
|
670
|
+
"description": "A keyboard key indicator component. Use to display keyboard shortcuts, hotkeys, or key combinations in documentation and UI hints.",
|
|
763
671
|
"category": "Feedback",
|
|
764
672
|
"useCases": [
|
|
765
|
-
"
|
|
766
|
-
"
|
|
767
|
-
"
|
|
768
|
-
"
|
|
673
|
+
"keyboard shortcut",
|
|
674
|
+
"hotkey display",
|
|
675
|
+
"key combination",
|
|
676
|
+
"command hint"
|
|
769
677
|
],
|
|
770
678
|
"keywords": [
|
|
771
|
-
"
|
|
772
|
-
"
|
|
773
|
-
"
|
|
774
|
-
"
|
|
775
|
-
"
|
|
776
|
-
"
|
|
679
|
+
"kbd",
|
|
680
|
+
"keyboard",
|
|
681
|
+
"key",
|
|
682
|
+
"shortcut",
|
|
683
|
+
"hotkey",
|
|
684
|
+
"command",
|
|
685
|
+
"keybinding"
|
|
777
686
|
],
|
|
778
687
|
"related": [
|
|
779
|
-
"
|
|
688
|
+
"UiKbdGroup",
|
|
689
|
+
"UiTooltip"
|
|
690
|
+
],
|
|
691
|
+
"props": [
|
|
692
|
+
"size"
|
|
780
693
|
],
|
|
781
|
-
"props": [],
|
|
782
694
|
"examples": [
|
|
783
695
|
"Default",
|
|
784
|
-
"
|
|
696
|
+
"Interactive",
|
|
697
|
+
"Group",
|
|
698
|
+
"Button",
|
|
699
|
+
"WithTooltip",
|
|
700
|
+
"Sizes"
|
|
785
701
|
],
|
|
786
702
|
"_autoGenerated": true
|
|
787
703
|
},
|
|
788
|
-
"
|
|
789
|
-
"description": "A
|
|
704
|
+
"UiLabel": {
|
|
705
|
+
"description": "A text label for form elements. Use to identify form inputs, provide context, and improve accessibility by associating labels with controls.",
|
|
790
706
|
"category": "Form Inputs",
|
|
791
707
|
"useCases": [
|
|
792
|
-
"
|
|
793
|
-
"
|
|
794
|
-
"
|
|
795
|
-
"
|
|
708
|
+
"form label",
|
|
709
|
+
"input label",
|
|
710
|
+
"field label",
|
|
711
|
+
"accessibility label"
|
|
796
712
|
],
|
|
797
713
|
"keywords": [
|
|
798
|
-
"
|
|
799
|
-
"radiogroup",
|
|
800
|
-
"option",
|
|
801
|
-
"choice",
|
|
802
|
-
"single",
|
|
803
|
-
"select",
|
|
714
|
+
"label",
|
|
804
715
|
"form",
|
|
805
|
-
"
|
|
716
|
+
"input",
|
|
717
|
+
"text",
|
|
718
|
+
"field",
|
|
719
|
+
"accessibility",
|
|
720
|
+
"a11y"
|
|
806
721
|
],
|
|
807
722
|
"related": [
|
|
723
|
+
"UiInput",
|
|
808
724
|
"UiCheckbox",
|
|
809
|
-
"
|
|
725
|
+
"UiField",
|
|
726
|
+
"UiRadioGroup"
|
|
727
|
+
],
|
|
728
|
+
"props": [
|
|
729
|
+
"for"
|
|
810
730
|
],
|
|
811
|
-
"props": [],
|
|
812
731
|
"examples": [
|
|
813
732
|
"Default",
|
|
814
|
-
"
|
|
815
|
-
"
|
|
816
|
-
"
|
|
733
|
+
"WithInput",
|
|
734
|
+
"WithCheckbox",
|
|
735
|
+
"DisabledState",
|
|
736
|
+
"RequiredField"
|
|
817
737
|
],
|
|
818
738
|
"_autoGenerated": true
|
|
819
739
|
},
|
|
820
|
-
"
|
|
821
|
-
"description": "A
|
|
740
|
+
"UiListbox": {
|
|
741
|
+
"description": "A listbox component for displaying a list of selectable options. Use for dropdown menus, selection lists, or any list-based selection UI.",
|
|
822
742
|
"category": "Form Inputs",
|
|
823
743
|
"useCases": [
|
|
824
|
-
"
|
|
825
|
-
"
|
|
826
|
-
"
|
|
827
|
-
"
|
|
744
|
+
"option selection",
|
|
745
|
+
"dropdown list",
|
|
746
|
+
"selectable items",
|
|
747
|
+
"multi-select"
|
|
828
748
|
],
|
|
829
749
|
"keywords": [
|
|
830
|
-
"
|
|
831
|
-
"
|
|
832
|
-
"
|
|
833
|
-
"
|
|
834
|
-
"
|
|
835
|
-
"
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
"
|
|
839
|
-
|
|
750
|
+
"listbox",
|
|
751
|
+
"select",
|
|
752
|
+
"options",
|
|
753
|
+
"list",
|
|
754
|
+
"dropdown",
|
|
755
|
+
"choices"
|
|
756
|
+
],
|
|
757
|
+
"related": [
|
|
758
|
+
"UiSelect",
|
|
759
|
+
"UiTagsInput"
|
|
760
|
+
],
|
|
761
|
+
"props": [
|
|
762
|
+
"modelValue",
|
|
763
|
+
"defaultValue",
|
|
764
|
+
"multiple",
|
|
765
|
+
"orientation",
|
|
766
|
+
"dir",
|
|
767
|
+
"disabled",
|
|
768
|
+
"selectionBehavior",
|
|
769
|
+
"highlightOnHover",
|
|
770
|
+
"by"
|
|
771
|
+
],
|
|
772
|
+
"examples": [
|
|
773
|
+
"Default",
|
|
774
|
+
"Multiple",
|
|
775
|
+
"WithFilter",
|
|
776
|
+
"WithGroups",
|
|
777
|
+
"Disabled",
|
|
778
|
+
"HighlightOnHover",
|
|
779
|
+
"WithDisabledItems"
|
|
780
|
+
],
|
|
781
|
+
"_autoGenerated": true
|
|
782
|
+
},
|
|
783
|
+
"UiNavigationMenu": {
|
|
784
|
+
"description": "A horizontal navigation menu for site-wide navigation. Displays a list of navigation links with optional dropdown content for nested navigation.",
|
|
785
|
+
"category": "Navigation",
|
|
786
|
+
"useCases": [
|
|
787
|
+
"site navigation",
|
|
788
|
+
"main menu",
|
|
789
|
+
"header navigation",
|
|
790
|
+
"mega menu"
|
|
791
|
+
],
|
|
792
|
+
"keywords": [
|
|
793
|
+
"navigation",
|
|
794
|
+
"menu",
|
|
795
|
+
"nav",
|
|
796
|
+
"header",
|
|
797
|
+
"links",
|
|
798
|
+
"dropdown",
|
|
799
|
+
"mega menu"
|
|
800
|
+
],
|
|
801
|
+
"related": [
|
|
802
|
+
"UiDropdownMenu",
|
|
803
|
+
"UiTabs"
|
|
804
|
+
],
|
|
805
|
+
"props": [],
|
|
806
|
+
"examples": [
|
|
807
|
+
"Default",
|
|
808
|
+
"WithLinks",
|
|
809
|
+
"WithIndicator",
|
|
810
|
+
"VerticalOrientation",
|
|
811
|
+
"WithCustomContent",
|
|
812
|
+
"ControlledState",
|
|
813
|
+
"KeyboardNavigation",
|
|
814
|
+
"WithActivePage"
|
|
815
|
+
],
|
|
816
|
+
"_autoGenerated": true
|
|
817
|
+
},
|
|
818
|
+
"UiPopover": {
|
|
819
|
+
"description": "A floating panel that appears relative to a trigger element. Use for rich content like forms, pickers, or detailed information.",
|
|
820
|
+
"category": "Overlays",
|
|
821
|
+
"useCases": [
|
|
822
|
+
"floating panel",
|
|
823
|
+
"picker container",
|
|
824
|
+
"form popup",
|
|
825
|
+
"info panel"
|
|
826
|
+
],
|
|
827
|
+
"keywords": [
|
|
828
|
+
"popover",
|
|
829
|
+
"popup",
|
|
830
|
+
"floating",
|
|
831
|
+
"panel",
|
|
832
|
+
"overlay",
|
|
833
|
+
"dropdown"
|
|
834
|
+
],
|
|
835
|
+
"related": [
|
|
836
|
+
"UiTooltip",
|
|
837
|
+
"UiDropdownMenu"
|
|
838
|
+
],
|
|
839
|
+
"props": [
|
|
840
|
+
"open",
|
|
841
|
+
"modal"
|
|
842
|
+
],
|
|
843
|
+
"examples": [
|
|
844
|
+
"Default",
|
|
845
|
+
"Controlled",
|
|
846
|
+
"Positions",
|
|
847
|
+
"Alignments",
|
|
848
|
+
"OpenByDefault"
|
|
849
|
+
],
|
|
850
|
+
"_autoGenerated": true
|
|
851
|
+
},
|
|
852
|
+
"UiProgress": {
|
|
853
|
+
"description": "A progress bar showing completion status. Use for uploads, downloads, loading states, or any task with measurable progress.",
|
|
854
|
+
"category": "Feedback",
|
|
855
|
+
"useCases": [
|
|
856
|
+
"upload progress",
|
|
857
|
+
"download status",
|
|
858
|
+
"loading bar",
|
|
859
|
+
"completion indicator"
|
|
860
|
+
],
|
|
861
|
+
"keywords": [
|
|
862
|
+
"progress",
|
|
863
|
+
"bar",
|
|
864
|
+
"loading",
|
|
865
|
+
"percentage",
|
|
866
|
+
"status",
|
|
867
|
+
"completion"
|
|
868
|
+
],
|
|
869
|
+
"related": [
|
|
870
|
+
"UiSpinner"
|
|
871
|
+
],
|
|
872
|
+
"props": [],
|
|
873
|
+
"examples": [
|
|
874
|
+
"Default",
|
|
875
|
+
"CustomMax"
|
|
876
|
+
],
|
|
877
|
+
"_autoGenerated": true
|
|
878
|
+
},
|
|
879
|
+
"UiRadioGroup": {
|
|
880
|
+
"description": "A group of radio buttons for single-choice selection. Use when users must pick exactly one option from a visible list.",
|
|
881
|
+
"category": "Form Inputs",
|
|
882
|
+
"useCases": [
|
|
883
|
+
"single choice",
|
|
884
|
+
"option selection",
|
|
885
|
+
"survey question",
|
|
886
|
+
"settings"
|
|
887
|
+
],
|
|
888
|
+
"keywords": [
|
|
889
|
+
"radio",
|
|
890
|
+
"radiogroup",
|
|
891
|
+
"option",
|
|
892
|
+
"choice",
|
|
893
|
+
"single",
|
|
894
|
+
"select",
|
|
895
|
+
"form",
|
|
896
|
+
"group"
|
|
897
|
+
],
|
|
898
|
+
"related": [
|
|
899
|
+
"UiCheckbox",
|
|
900
|
+
"UiSelect"
|
|
901
|
+
],
|
|
902
|
+
"props": [],
|
|
903
|
+
"examples": [
|
|
904
|
+
"Default",
|
|
905
|
+
"Disabled",
|
|
906
|
+
"HorizontalOrientation",
|
|
907
|
+
"AsChild"
|
|
908
|
+
],
|
|
909
|
+
"_autoGenerated": true
|
|
910
|
+
},
|
|
911
|
+
"UiRangeCalendar": {
|
|
912
|
+
"description": "A calendar for selecting date ranges (start and end dates). Use for booking periods, vacation dates, or any range-based date selection.",
|
|
913
|
+
"category": "Form Inputs",
|
|
914
|
+
"useCases": [
|
|
915
|
+
"date range",
|
|
916
|
+
"booking period",
|
|
917
|
+
"vacation dates",
|
|
918
|
+
"filter by dates"
|
|
919
|
+
],
|
|
920
|
+
"keywords": [
|
|
921
|
+
"calendar",
|
|
922
|
+
"range",
|
|
923
|
+
"daterange",
|
|
924
|
+
"period",
|
|
925
|
+
"booking",
|
|
926
|
+
"from",
|
|
927
|
+
"to",
|
|
928
|
+
"start",
|
|
929
|
+
"end"
|
|
930
|
+
],
|
|
840
931
|
"related": [
|
|
841
932
|
"UiCalendar",
|
|
842
933
|
"UiPopover"
|
|
@@ -912,6 +1003,147 @@
|
|
|
912
1003
|
],
|
|
913
1004
|
"_autoGenerated": true
|
|
914
1005
|
},
|
|
1006
|
+
"UiSeparator": {
|
|
1007
|
+
"description": "A visual divider between content sections. Use for grouping related items or creating visual breaks in layouts.",
|
|
1008
|
+
"category": "Layout",
|
|
1009
|
+
"useCases": [
|
|
1010
|
+
"divider",
|
|
1011
|
+
"section break",
|
|
1012
|
+
"content grouping",
|
|
1013
|
+
"visual separation"
|
|
1014
|
+
],
|
|
1015
|
+
"keywords": [
|
|
1016
|
+
"separator",
|
|
1017
|
+
"divider",
|
|
1018
|
+
"line",
|
|
1019
|
+
"hr",
|
|
1020
|
+
"break",
|
|
1021
|
+
"layout"
|
|
1022
|
+
],
|
|
1023
|
+
"related": [
|
|
1024
|
+
"UiCard",
|
|
1025
|
+
"UiDropdownMenu"
|
|
1026
|
+
],
|
|
1027
|
+
"props": [
|
|
1028
|
+
"orientation",
|
|
1029
|
+
"decorative"
|
|
1030
|
+
],
|
|
1031
|
+
"examples": [
|
|
1032
|
+
"Default",
|
|
1033
|
+
"Vertical",
|
|
1034
|
+
"InCard"
|
|
1035
|
+
],
|
|
1036
|
+
"_autoGenerated": true
|
|
1037
|
+
},
|
|
1038
|
+
"UiSheet": {
|
|
1039
|
+
"description": "A panel that slides in from the edge of the screen to display supplementary content. Use for forms, filters, detail views, or any content that complements the main screen.",
|
|
1040
|
+
"category": "Overlays",
|
|
1041
|
+
"useCases": [
|
|
1042
|
+
"side panel",
|
|
1043
|
+
"filter panel",
|
|
1044
|
+
"detail view",
|
|
1045
|
+
"settings panel",
|
|
1046
|
+
"form drawer"
|
|
1047
|
+
],
|
|
1048
|
+
"keywords": [
|
|
1049
|
+
"sheet",
|
|
1050
|
+
"drawer",
|
|
1051
|
+
"panel",
|
|
1052
|
+
"slide",
|
|
1053
|
+
"overlay",
|
|
1054
|
+
"side panel"
|
|
1055
|
+
],
|
|
1056
|
+
"related": [
|
|
1057
|
+
"UiDrawer",
|
|
1058
|
+
"UiAlertDialog"
|
|
1059
|
+
],
|
|
1060
|
+
"props": [
|
|
1061
|
+
"open",
|
|
1062
|
+
"defaultOpen",
|
|
1063
|
+
"modal"
|
|
1064
|
+
],
|
|
1065
|
+
"examples": [
|
|
1066
|
+
"Default",
|
|
1067
|
+
"Controlled",
|
|
1068
|
+
"SideVariants",
|
|
1069
|
+
"NonModal",
|
|
1070
|
+
"WithForm",
|
|
1071
|
+
"LongContent",
|
|
1072
|
+
"OpenByDefault"
|
|
1073
|
+
],
|
|
1074
|
+
"_autoGenerated": true
|
|
1075
|
+
},
|
|
1076
|
+
"UiSidebar": {
|
|
1077
|
+
"description": "A collapsible sidebar navigation component for application layouts. Use for primary navigation, page hierarchy, and secondary actions in dashboard-style applications.",
|
|
1078
|
+
"category": "Layout",
|
|
1079
|
+
"useCases": [
|
|
1080
|
+
"navigation",
|
|
1081
|
+
"dashboard layout",
|
|
1082
|
+
"app shell",
|
|
1083
|
+
"admin panel",
|
|
1084
|
+
"settings menu"
|
|
1085
|
+
],
|
|
1086
|
+
"keywords": [
|
|
1087
|
+
"sidebar",
|
|
1088
|
+
"navigation",
|
|
1089
|
+
"menu",
|
|
1090
|
+
"drawer",
|
|
1091
|
+
"collapsible",
|
|
1092
|
+
"layout"
|
|
1093
|
+
],
|
|
1094
|
+
"related": [
|
|
1095
|
+
"UiDrawer",
|
|
1096
|
+
"UiSheet"
|
|
1097
|
+
],
|
|
1098
|
+
"props": [
|
|
1099
|
+
"side",
|
|
1100
|
+
"variant",
|
|
1101
|
+
"collapsible"
|
|
1102
|
+
],
|
|
1103
|
+
"examples": [
|
|
1104
|
+
"Default",
|
|
1105
|
+
"WithSearch",
|
|
1106
|
+
"WithActions",
|
|
1107
|
+
"WithSubmenu",
|
|
1108
|
+
"WithSkeleton"
|
|
1109
|
+
],
|
|
1110
|
+
"_autoGenerated": true
|
|
1111
|
+
},
|
|
1112
|
+
"UiSkeleton": {
|
|
1113
|
+
"description": "A placeholder loading state for content. Use to indicate loading state while preserving layout structure.",
|
|
1114
|
+
"category": "Feedback",
|
|
1115
|
+
"useCases": [
|
|
1116
|
+
"loading state",
|
|
1117
|
+
"content placeholder",
|
|
1118
|
+
"lazy loading",
|
|
1119
|
+
"data fetching"
|
|
1120
|
+
],
|
|
1121
|
+
"keywords": [
|
|
1122
|
+
"skeleton",
|
|
1123
|
+
"loading",
|
|
1124
|
+
"placeholder",
|
|
1125
|
+
"shimmer",
|
|
1126
|
+
"pulse",
|
|
1127
|
+
"loader"
|
|
1128
|
+
],
|
|
1129
|
+
"related": [
|
|
1130
|
+
"UiSpinner",
|
|
1131
|
+
"UiProgress"
|
|
1132
|
+
],
|
|
1133
|
+
"props": [
|
|
1134
|
+
"width",
|
|
1135
|
+
"height",
|
|
1136
|
+
"rounded"
|
|
1137
|
+
],
|
|
1138
|
+
"examples": [
|
|
1139
|
+
"Default",
|
|
1140
|
+
"Card",
|
|
1141
|
+
"TextBlock",
|
|
1142
|
+
"Avatars",
|
|
1143
|
+
"Table"
|
|
1144
|
+
],
|
|
1145
|
+
"_autoGenerated": true
|
|
1146
|
+
},
|
|
915
1147
|
"UiSlider": {
|
|
916
1148
|
"description": "A range input for selecting numeric values by dragging a thumb along a track. Supports single-thumb sliders via `[value]` and multi-thumb sliders via `[min, max]`.",
|
|
917
1149
|
"category": "Form Inputs",
|
|
@@ -985,6 +1217,37 @@
|
|
|
985
1217
|
],
|
|
986
1218
|
"_autoGenerated": true
|
|
987
1219
|
},
|
|
1220
|
+
"UiStepper": {
|
|
1221
|
+
"description": "A step-by-step navigation component for multi-step workflows. Use for wizards, checkout flows, onboarding sequences, or any process with sequential steps.",
|
|
1222
|
+
"category": "Navigation",
|
|
1223
|
+
"useCases": [
|
|
1224
|
+
"wizard",
|
|
1225
|
+
"checkout flow",
|
|
1226
|
+
"onboarding",
|
|
1227
|
+
"multi-step form",
|
|
1228
|
+
"progress tracker"
|
|
1229
|
+
],
|
|
1230
|
+
"keywords": [
|
|
1231
|
+
"stepper",
|
|
1232
|
+
"steps",
|
|
1233
|
+
"wizard",
|
|
1234
|
+
"progress",
|
|
1235
|
+
"sequential",
|
|
1236
|
+
"workflow",
|
|
1237
|
+
"multi-step"
|
|
1238
|
+
],
|
|
1239
|
+
"related": [
|
|
1240
|
+
"UiProgress",
|
|
1241
|
+
"UiTabs"
|
|
1242
|
+
],
|
|
1243
|
+
"props": [],
|
|
1244
|
+
"examples": [
|
|
1245
|
+
"Default",
|
|
1246
|
+
"Horizontal",
|
|
1247
|
+
"Vertical"
|
|
1248
|
+
],
|
|
1249
|
+
"_autoGenerated": true
|
|
1250
|
+
},
|
|
988
1251
|
"UiSwitch": {
|
|
989
1252
|
"description": "A toggle switch for on/off states. Use for settings, preferences, or any binary choice that takes effect immediately.",
|
|
990
1253
|
"category": "Form Inputs",
|
|
@@ -1075,6 +1338,40 @@
|
|
|
1075
1338
|
],
|
|
1076
1339
|
"_autoGenerated": true
|
|
1077
1340
|
},
|
|
1341
|
+
"UiTagsInput": {
|
|
1342
|
+
"description": "A tags input component that renders tags inside an input, followed by an actual text input. Use for entering multiple values like tags, keywords, or email addresses.",
|
|
1343
|
+
"category": "Form Inputs",
|
|
1344
|
+
"useCases": [
|
|
1345
|
+
"tag entry",
|
|
1346
|
+
"keyword input",
|
|
1347
|
+
"email list",
|
|
1348
|
+
"multi-value input",
|
|
1349
|
+
"chip input"
|
|
1350
|
+
],
|
|
1351
|
+
"keywords": [
|
|
1352
|
+
"tags",
|
|
1353
|
+
"input",
|
|
1354
|
+
"chips",
|
|
1355
|
+
"tokens",
|
|
1356
|
+
"multi",
|
|
1357
|
+
"keywords",
|
|
1358
|
+
"labels"
|
|
1359
|
+
],
|
|
1360
|
+
"related": [
|
|
1361
|
+
"UiInput",
|
|
1362
|
+
"UiBadge"
|
|
1363
|
+
],
|
|
1364
|
+
"props": [],
|
|
1365
|
+
"examples": [
|
|
1366
|
+
"Default",
|
|
1367
|
+
"Empty",
|
|
1368
|
+
"Disabled",
|
|
1369
|
+
"MaxTags",
|
|
1370
|
+
"EmailInput",
|
|
1371
|
+
"WithListbox"
|
|
1372
|
+
],
|
|
1373
|
+
"_autoGenerated": true
|
|
1374
|
+
},
|
|
1078
1375
|
"UiTextarea": {
|
|
1079
1376
|
"description": "A multi-line text input for longer content. Use for comments, descriptions, messages, or any text that may span multiple lines.",
|
|
1080
1377
|
"category": "Form Inputs",
|
|
@@ -1109,6 +1406,86 @@
|
|
|
1109
1406
|
],
|
|
1110
1407
|
"_autoGenerated": true
|
|
1111
1408
|
},
|
|
1409
|
+
"UiToggle": {
|
|
1410
|
+
"description": "A two-state button that can be toggled on or off. Use for enabling/disabling features or switching between states.",
|
|
1411
|
+
"category": "Form Inputs",
|
|
1412
|
+
"useCases": [
|
|
1413
|
+
"toolbar button",
|
|
1414
|
+
"formatting toggle",
|
|
1415
|
+
"view toggle",
|
|
1416
|
+
"filter toggle"
|
|
1417
|
+
],
|
|
1418
|
+
"keywords": [
|
|
1419
|
+
"toggle",
|
|
1420
|
+
"button",
|
|
1421
|
+
"pressed",
|
|
1422
|
+
"on",
|
|
1423
|
+
"off",
|
|
1424
|
+
"state"
|
|
1425
|
+
],
|
|
1426
|
+
"related": [
|
|
1427
|
+
"UiSwitch",
|
|
1428
|
+
"UiButton",
|
|
1429
|
+
"UiCheckbox"
|
|
1430
|
+
],
|
|
1431
|
+
"props": [
|
|
1432
|
+
"modelValue",
|
|
1433
|
+
"defaultValue",
|
|
1434
|
+
"disabled",
|
|
1435
|
+
"variant",
|
|
1436
|
+
"size"
|
|
1437
|
+
],
|
|
1438
|
+
"examples": [
|
|
1439
|
+
"Default",
|
|
1440
|
+
"Outline",
|
|
1441
|
+
"WithText",
|
|
1442
|
+
"Small",
|
|
1443
|
+
"Large",
|
|
1444
|
+
"Disabled",
|
|
1445
|
+
"AllStates"
|
|
1446
|
+
],
|
|
1447
|
+
"_autoGenerated": true
|
|
1448
|
+
},
|
|
1449
|
+
"UiToggleGroup": {
|
|
1450
|
+
"description": "A set of two-state buttons that can be toggled on or off. Use for toolbar actions, formatting options, or any grouped toggle selections. This is a discriminated union type keyed by `type`: - `type: 'single'` → `modelValue` is `string` - `type: 'multiple'` → `modelValue` is `string[]`",
|
|
1451
|
+
"category": "Form Inputs",
|
|
1452
|
+
"useCases": [
|
|
1453
|
+
"toolbar buttons",
|
|
1454
|
+
"text formatting",
|
|
1455
|
+
"view options",
|
|
1456
|
+
"filter toggles"
|
|
1457
|
+
],
|
|
1458
|
+
"keywords": [
|
|
1459
|
+
"toggle",
|
|
1460
|
+
"group",
|
|
1461
|
+
"button",
|
|
1462
|
+
"pressed",
|
|
1463
|
+
"on",
|
|
1464
|
+
"off",
|
|
1465
|
+
"state",
|
|
1466
|
+
"multiple",
|
|
1467
|
+
"single"
|
|
1468
|
+
],
|
|
1469
|
+
"related": [
|
|
1470
|
+
"UiToggle",
|
|
1471
|
+
"UiButton",
|
|
1472
|
+
"UiRadioGroup"
|
|
1473
|
+
],
|
|
1474
|
+
"props": [],
|
|
1475
|
+
"examples": [
|
|
1476
|
+
"Default",
|
|
1477
|
+
"Outline",
|
|
1478
|
+
"Single",
|
|
1479
|
+
"Small",
|
|
1480
|
+
"Large",
|
|
1481
|
+
"Disabled",
|
|
1482
|
+
"WithText",
|
|
1483
|
+
"ViewToggle",
|
|
1484
|
+
"IndividualDisabled",
|
|
1485
|
+
"AllStates"
|
|
1486
|
+
],
|
|
1487
|
+
"_autoGenerated": true
|
|
1488
|
+
},
|
|
1112
1489
|
"UiTooltip": {
|
|
1113
1490
|
"description": "A popup that displays information on hover or focus. Use for explaining icons, providing hints, or showing additional context.",
|
|
1114
1491
|
"category": "Overlays",
|
|
@@ -1153,6 +1530,134 @@
|
|
|
1153
1530
|
],
|
|
1154
1531
|
"_autoGenerated": true
|
|
1155
1532
|
},
|
|
1533
|
+
"UiDataTable": {
|
|
1534
|
+
"description": "A feature-rich data table with sorting, filtering, and pagination. Use for displaying and managing large datasets with interactive features.",
|
|
1535
|
+
"category": "Layout",
|
|
1536
|
+
"useCases": [
|
|
1537
|
+
"data grid",
|
|
1538
|
+
"admin table",
|
|
1539
|
+
"user list",
|
|
1540
|
+
"product catalog",
|
|
1541
|
+
"reports"
|
|
1542
|
+
],
|
|
1543
|
+
"keywords": [
|
|
1544
|
+
"datatable",
|
|
1545
|
+
"grid",
|
|
1546
|
+
"sorting",
|
|
1547
|
+
"filtering",
|
|
1548
|
+
"pagination",
|
|
1549
|
+
"data",
|
|
1550
|
+
"list",
|
|
1551
|
+
"table"
|
|
1552
|
+
],
|
|
1553
|
+
"related": [
|
|
1554
|
+
"UiTable"
|
|
1555
|
+
],
|
|
1556
|
+
"props": [],
|
|
1557
|
+
"examples": [
|
|
1558
|
+
"Basic",
|
|
1559
|
+
"WithSorting",
|
|
1560
|
+
"WithPagination",
|
|
1561
|
+
"WithToolbar",
|
|
1562
|
+
"WithGlobalFilter",
|
|
1563
|
+
"WithRowSelection",
|
|
1564
|
+
"FullExample",
|
|
1565
|
+
"WithCustomEmptyText",
|
|
1566
|
+
"WithCustomEmptySlot",
|
|
1567
|
+
"WithColumnHeader",
|
|
1568
|
+
"WithPageSizeSelector",
|
|
1569
|
+
"WithMinHeightSmallDataset",
|
|
1570
|
+
"WithRowActions",
|
|
1571
|
+
"WithCellFormatting"
|
|
1572
|
+
],
|
|
1573
|
+
"_autoGenerated": true
|
|
1574
|
+
},
|
|
1575
|
+
"UiDatePicker": {
|
|
1576
|
+
"description": "A date picker combining a button trigger with a popover calendar. Provides an accessible way to select dates or date ranges.",
|
|
1577
|
+
"category": "Form Inputs",
|
|
1578
|
+
"useCases": [
|
|
1579
|
+
"date selection",
|
|
1580
|
+
"booking form",
|
|
1581
|
+
"event picker",
|
|
1582
|
+
"schedule",
|
|
1583
|
+
"deadline"
|
|
1584
|
+
],
|
|
1585
|
+
"keywords": [
|
|
1586
|
+
"date",
|
|
1587
|
+
"picker",
|
|
1588
|
+
"calendar",
|
|
1589
|
+
"datepicker",
|
|
1590
|
+
"range",
|
|
1591
|
+
"schedule"
|
|
1592
|
+
],
|
|
1593
|
+
"related": [
|
|
1594
|
+
"UiCalendar",
|
|
1595
|
+
"UiPopover"
|
|
1596
|
+
],
|
|
1597
|
+
"props": [
|
|
1598
|
+
"class",
|
|
1599
|
+
"open",
|
|
1600
|
+
"mode",
|
|
1601
|
+
"modelValue",
|
|
1602
|
+
"defaultValue",
|
|
1603
|
+
"placeholder",
|
|
1604
|
+
"minValue",
|
|
1605
|
+
"maxValue",
|
|
1606
|
+
"disabled",
|
|
1607
|
+
"readonly",
|
|
1608
|
+
"locale",
|
|
1609
|
+
"weekStartsOn",
|
|
1610
|
+
"numberOfMonths",
|
|
1611
|
+
"weekdayFormat",
|
|
1612
|
+
"fixedWeeks",
|
|
1613
|
+
"layout",
|
|
1614
|
+
"preventDeselect",
|
|
1615
|
+
"calendarLabel",
|
|
1616
|
+
"isDateDisabled",
|
|
1617
|
+
"isDateUnavailable",
|
|
1618
|
+
"dateFormat",
|
|
1619
|
+
"closeOnSelect",
|
|
1620
|
+
"pagedNavigation",
|
|
1621
|
+
"ariaLabel",
|
|
1622
|
+
"rangeSeparator"
|
|
1623
|
+
],
|
|
1624
|
+
"examples": [
|
|
1625
|
+
"Default",
|
|
1626
|
+
"WithPreselectedDate",
|
|
1627
|
+
"WithMonthYearDropdowns",
|
|
1628
|
+
"WithDateRange",
|
|
1629
|
+
"DisabledWeekends",
|
|
1630
|
+
"GermanLocale",
|
|
1631
|
+
"Disabled",
|
|
1632
|
+
"CustomWidth",
|
|
1633
|
+
"KeepOpenOnSelect",
|
|
1634
|
+
"TwoMonthsView",
|
|
1635
|
+
"FormExample",
|
|
1636
|
+
"RangeMode",
|
|
1637
|
+
"RangeTwoMonths",
|
|
1638
|
+
"RangeWithConstraints",
|
|
1639
|
+
"RangePreselected",
|
|
1640
|
+
"RangeFormExample",
|
|
1641
|
+
"RangeKeepOpen"
|
|
1642
|
+
],
|
|
1643
|
+
"_autoGenerated": true
|
|
1644
|
+
},
|
|
1645
|
+
"UiPlaceholder": {
|
|
1646
|
+
"description": "Placeholder for foundation components (internal development use).",
|
|
1647
|
+
"category": "Foundations",
|
|
1648
|
+
"useCases": [
|
|
1649
|
+
"development placeholder"
|
|
1650
|
+
],
|
|
1651
|
+
"keywords": [
|
|
1652
|
+
"placeholder",
|
|
1653
|
+
"foundation",
|
|
1654
|
+
"internal"
|
|
1655
|
+
],
|
|
1656
|
+
"related": [],
|
|
1657
|
+
"props": [],
|
|
1658
|
+
"examples": [],
|
|
1659
|
+
"_autoGenerated": true
|
|
1660
|
+
},
|
|
1156
1661
|
"UiTemplatePlaceholder": {
|
|
1157
1662
|
"description": "Placeholder for template components (internal development use).",
|
|
1158
1663
|
"category": "Templates",
|
package/dist/cli.js
CHANGED
|
@@ -6838,7 +6838,7 @@ function findMatchingBrace(text2, openingBraceIndex, openChar = "{", closeChar =
|
|
|
6838
6838
|
var __filename = fileURLToPath(import.meta.url);
|
|
6839
6839
|
var __dirname = path.dirname(__filename);
|
|
6840
6840
|
var IDE_CONFIG = {
|
|
6841
|
-
claude: { dir:
|
|
6841
|
+
claude: { dir: null, file: ".mcp.json", name: "Claude Code" },
|
|
6842
6842
|
cursor: { dir: ".cursor", file: "mcp.json", name: "Cursor" }
|
|
6843
6843
|
};
|
|
6844
6844
|
function getProjectRoot() {
|
|
@@ -6859,9 +6859,9 @@ function getMcpServerPath(projectRoot) {
|
|
|
6859
6859
|
}
|
|
6860
6860
|
function configureIDE(ide, projectRoot, mcpPath) {
|
|
6861
6861
|
const { dir, file, name } = IDE_CONFIG[ide];
|
|
6862
|
-
const settingsDir = path.join(projectRoot, dir);
|
|
6862
|
+
const settingsDir = dir ? path.join(projectRoot, dir) : projectRoot;
|
|
6863
6863
|
const settingsFile = path.join(settingsDir, file);
|
|
6864
|
-
if (!fs2.existsSync(settingsDir)) {
|
|
6864
|
+
if (dir && !fs2.existsSync(settingsDir)) {
|
|
6865
6865
|
fs2.mkdirSync(settingsDir, { recursive: true });
|
|
6866
6866
|
}
|
|
6867
6867
|
const settings = readJsonFile(settingsFile) ?? {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aleph-alpha/lib-mcp",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/server.js",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@aleph-alpha/tsconfig-frontend": "0.5.0"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
31
|
-
"@aleph-alpha/ui-library": "1.
|
|
31
|
+
"@aleph-alpha/ui-library": "1.14.0"
|
|
32
32
|
},
|
|
33
33
|
"homepage": "https://docs.aleph-alpha.com",
|
|
34
34
|
"scripts": {
|