@lumeo-ui/mcp-server 3.9.0 → 3.10.1
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/package.json +1 -1
- package/src/components-api.json +79 -10
- package/src/registry.json +7 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumeo-ui/mcp-server",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.10.1",
|
|
4
4
|
"description": "Model Context Protocol server for the Lumeo Blazor component library. Lets LLMs (Claude, Copilot, Cursor) author correct Lumeo markup.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
package/src/components-api.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://lumeo.nativ.sh/components-api-schema.json",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"generated": "2026-05-
|
|
3
|
+
"version": "3.10.1",
|
|
4
|
+
"generated": "2026-05-31T11:23:51.8814073Z",
|
|
5
5
|
"stats": {
|
|
6
6
|
"componentCount": 163,
|
|
7
|
-
"totalParameters":
|
|
7
|
+
"totalParameters": 3952,
|
|
8
8
|
"totalEnums": 71,
|
|
9
9
|
"totalRecords": 63,
|
|
10
10
|
"serviceCount": 33,
|
|
@@ -8469,6 +8469,9 @@
|
|
|
8469
8469
|
"UI/Chart/ChartSkeleton.razor",
|
|
8470
8470
|
"UI/Chart/ChartSkeletonKind.cs",
|
|
8471
8471
|
"UI/Chart/ChartThreshold.razor",
|
|
8472
|
+
"UI/Chart/ChartTooltip.razor",
|
|
8473
|
+
"UI/Chart/ChartTooltipContext.cs",
|
|
8474
|
+
"UI/Chart/ChartTooltipSlot.cs",
|
|
8472
8475
|
"UI/Chart/EChartOption.cs"
|
|
8473
8476
|
],
|
|
8474
8477
|
"namespace": "Lumeo",
|
|
@@ -10273,6 +10276,55 @@
|
|
|
10273
10276
|
"parseFailed": false,
|
|
10274
10277
|
"parseError": null
|
|
10275
10278
|
},
|
|
10279
|
+
"ChartTooltip": {
|
|
10280
|
+
"componentName": "ChartTooltip",
|
|
10281
|
+
"fileName": "ChartTooltip.razor",
|
|
10282
|
+
"namespace": "Lumeo",
|
|
10283
|
+
"inheritsFrom": null,
|
|
10284
|
+
"implements": [
|
|
10285
|
+
"IDisposable"
|
|
10286
|
+
],
|
|
10287
|
+
"parameters": [
|
|
10288
|
+
{
|
|
10289
|
+
"name": "Registration",
|
|
10290
|
+
"type": "ChartTooltipSlotRegistration?",
|
|
10291
|
+
"default": null,
|
|
10292
|
+
"description": null,
|
|
10293
|
+
"isCascading": true,
|
|
10294
|
+
"captureUnmatched": false
|
|
10295
|
+
},
|
|
10296
|
+
{
|
|
10297
|
+
"name": "ChildContent",
|
|
10298
|
+
"type": "RenderFragment<ChartTooltipContext>",
|
|
10299
|
+
"default": "default!",
|
|
10300
|
+
"description": "The tooltip body. Receives the current ChartTooltipContext for the hovered point. The fragment is re-rendered into the chart's hidden tooltip portal on every hover; ECharts pulls the portal's innerHTML into the tooltip box.",
|
|
10301
|
+
"isCascading": false,
|
|
10302
|
+
"captureUnmatched": false
|
|
10303
|
+
},
|
|
10304
|
+
{
|
|
10305
|
+
"name": "Class",
|
|
10306
|
+
"type": "string?",
|
|
10307
|
+
"default": null,
|
|
10308
|
+
"description": "Extra classes for the rendered tooltip wrapper inside the portal. Lets consumers theme the tooltip without restyling the whole portal.",
|
|
10309
|
+
"isCascading": false,
|
|
10310
|
+
"captureUnmatched": false
|
|
10311
|
+
},
|
|
10312
|
+
{
|
|
10313
|
+
"name": "AdditionalAttributes",
|
|
10314
|
+
"type": "Dictionary<string, object>?",
|
|
10315
|
+
"default": null,
|
|
10316
|
+
"description": "Unmatched attributes flow through to the portal <div> so consumers can attach id, data-*, ARIA attributes etc. to the rendered tooltip wrapper without restyling the whole portal.",
|
|
10317
|
+
"isCascading": false,
|
|
10318
|
+
"captureUnmatched": true
|
|
10319
|
+
}
|
|
10320
|
+
],
|
|
10321
|
+
"events": [],
|
|
10322
|
+
"enums": [],
|
|
10323
|
+
"records": [],
|
|
10324
|
+
"gotchas": [],
|
|
10325
|
+
"parseFailed": false,
|
|
10326
|
+
"parseError": null
|
|
10327
|
+
},
|
|
10276
10328
|
"DonutChart": {
|
|
10277
10329
|
"componentName": "DonutChart",
|
|
10278
10330
|
"fileName": "DonutChart.razor",
|
|
@@ -20625,6 +20677,10 @@
|
|
|
20625
20677
|
"title": "Basic DataGrid",
|
|
20626
20678
|
"code": "<DataGrid TItem=\"Employee\" Items=\"@employees\" PageSize=\"5\" ShowPagination=\"true\">\n <DataGridColumnDef TItem=\"Employee\" Title=\"Name\" Field=\"Name\" Sortable=\"true\" />\n <DataGridColumnDef TItem=\"Employee\" Title=\"Department\" Field=\"Department\" Sortable=\"true\" />\n <DataGridColumnDef TItem=\"Employee\" Title=\"Salary\" Field=\"Salary\" Sortable=\"true\" Format=\"C0\" />\n <DataGridColumnDef TItem=\"Employee\" Title=\"Start Date\" Field=\"StartDate\" Format=\"yyyy-MM-dd\" />\n</DataGrid>"
|
|
20627
20679
|
},
|
|
20680
|
+
{
|
|
20681
|
+
"title": "Column Groups + Footer Aggregates",
|
|
20682
|
+
"code": "@* DataGridColumnGroup wraps a contiguous run of column defs under a labelled parent\n <th colspan>. Set Aggregate on a column to surface a sticky footer total; FooterFormat\n formats just the total (cells in C0, totals in N0). *@\n<DataGrid TItem=\"Employee\" Items=\"@employees\">\n <DataGridColumnGroup TItem=\"Employee\" Label=\"Identity\">\n <DataGridColumnDef TItem=\"Employee\" Title=\"Name\" Field=\"Name\" Sortable=\"true\" />\n <DataGridColumnDef TItem=\"Employee\" Title=\"Department\" Field=\"Department\" Sortable=\"true\" />\n </DataGridColumnGroup>\n <DataGridColumnGroup TItem=\"Employee\" Label=\"Compensation\">\n <DataGridColumnDef TItem=\"Employee\" Title=\"Salary\" Field=\"Salary\"\n Sortable=\"true\" Format=\"C0\"\n Aggregate=\"AggregateType.Sum\" FooterFormat=\"N0\" />\n <DataGridColumnDef TItem=\"Employee\" Title=\"Tenure\" Field=\"StartDate\"\n Sortable=\"true\" Format=\"yyyy-MM-dd\" />\n </DataGridColumnGroup>\n</DataGrid>"
|
|
20683
|
+
},
|
|
20628
20684
|
{
|
|
20629
20685
|
"title": "Toolbar, Search & Filtering",
|
|
20630
20686
|
"code": "<DataGrid TItem=\"Employee\" Items=\"@employees\" PageSize=\"5\"\n ShowToolbar=\"true\" ShowPagination=\"true\">\n <DataGridColumnDef TItem=\"Employee\" Title=\"Name\" Field=\"Name\"\n Sortable=\"true\" Filterable=\"true\" />\n <DataGridColumnDef TItem=\"Employee\" Title=\"Salary\" Field=\"Salary\"\n Filterable=\"true\" FilterType=\"DataGridFilterType.Number\" Format=\"C0\" />\n <DataGridColumnDef TItem=\"Employee\" Title=\"Status\" Field=\"Status\"\n Filterable=\"true\" />\n</DataGrid>"
|
|
@@ -20632,10 +20688,6 @@
|
|
|
20632
20688
|
{
|
|
20633
20689
|
"title": "Minimal toolbar (search only)",
|
|
20634
20690
|
"code": "<DataGrid TItem=\"Employee\" Items=\"@employees\" PageSize=\"5\"\n ShowToolbar=\"true\"\n ShowColumnChooser=\"false\"\n ShowExport=\"false\">\n <DataGridColumnDef TItem=\"Employee\" Title=\"Name\" Field=\"Name\" Sortable=\"true\" Filterable=\"true\" />\n <DataGridColumnDef TItem=\"Employee\" Title=\"Department\" Field=\"Department\" Sortable=\"true\" Filterable=\"true\" />\n <DataGridColumnDef TItem=\"Employee\" Title=\"Salary\" Field=\"Salary\" Sortable=\"true\" Format=\"C0\" />\n</DataGrid>"
|
|
20635
|
-
},
|
|
20636
|
-
{
|
|
20637
|
-
"title": "Export-only toolbar",
|
|
20638
|
-
"code": "<DataGrid TItem=\"Employee\" Items=\"@employees\" PageSize=\"5\"\n ShowToolbar=\"true\"\n ShowSearch=\"false\"\n ShowColumnChooser=\"false\">\n <DataGridColumnDef TItem=\"Employee\" Title=\"Name\" Field=\"Name\" Sortable=\"true\" />\n <DataGridColumnDef TItem=\"Employee\" Title=\"Department\" Field=\"Department\" Sortable=\"true\" />\n <DataGridColumnDef TItem=\"Employee\" Title=\"Salary\" Field=\"Salary\" Sortable=\"true\" Format=\"C0\" />\n</DataGrid>"
|
|
20639
20691
|
}
|
|
20640
20692
|
],
|
|
20641
20693
|
"subComponents": {
|
|
@@ -41488,6 +41540,22 @@
|
|
|
41488
41540
|
"isCascading": false,
|
|
41489
41541
|
"captureUnmatched": false
|
|
41490
41542
|
},
|
|
41543
|
+
{
|
|
41544
|
+
"name": "PersistCollapsed",
|
|
41545
|
+
"type": "bool",
|
|
41546
|
+
"default": null,
|
|
41547
|
+
"description": "When true, the collapsed / expanded state survives page reloads — the provider reads IsCollapsed from localStorage[PersistenceKey] on first render and writes back on every change. Falls back to the parameter value when JS is unavailable (SSR, prerender, JSDisconnectedException). Opt-in to keep existing consumers' behaviour untouched.",
|
|
41548
|
+
"isCascading": false,
|
|
41549
|
+
"captureUnmatched": false
|
|
41550
|
+
},
|
|
41551
|
+
{
|
|
41552
|
+
"name": "PersistenceKey",
|
|
41553
|
+
"type": "string",
|
|
41554
|
+
"default": "\"lumeo.sidebar.collapsed\"",
|
|
41555
|
+
"description": "LocalStorage key used when PersistCollapsed is true. Override to scope a per-route or per-tenant sidebar so multiple sidebars on the same origin don't clobber each other's state.",
|
|
41556
|
+
"isCascading": false,
|
|
41557
|
+
"captureUnmatched": false
|
|
41558
|
+
},
|
|
41491
41559
|
{
|
|
41492
41560
|
"name": "Class",
|
|
41493
41561
|
"type": "string?",
|
|
@@ -41518,15 +41586,16 @@
|
|
|
41518
41586
|
"values": [
|
|
41519
41587
|
"Push",
|
|
41520
41588
|
"Overlay",
|
|
41521
|
-
"Icon"
|
|
41589
|
+
"Icon",
|
|
41590
|
+
"MiniRail"
|
|
41522
41591
|
],
|
|
41523
|
-
"description":
|
|
41592
|
+
"description": "Layout strategy for the sidebar. Push — collapses to zero width, pushing main content to the edge. Overlay — floats above content with a dismissible scrim. Icon — collapses to a narrow icon rail that stays put until toggled back. MiniRail — same icon-rail width when collapsed, but expands to full width on hover or keyboard focus and collapses again on leave. Material’s standard collapsed-sidebar pattern; uses Toggle() to pin open."
|
|
41524
41593
|
}
|
|
41525
41594
|
],
|
|
41526
41595
|
"records": [
|
|
41527
41596
|
{
|
|
41528
41597
|
"name": "SidebarState",
|
|
41529
|
-
"signature": "SidebarState(bool IsCollapsed
|
|
41598
|
+
"signature": "SidebarState(\n bool IsCollapsed,\n EventCallback Toggle,\n SidebarVariant Variant)",
|
|
41530
41599
|
"description": null
|
|
41531
41600
|
}
|
|
41532
41601
|
],
|
package/src/registry.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://lumeo.nativ.sh/registry-schema.json",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"generated": "2026-05-
|
|
3
|
+
"version": "3.10.1",
|
|
4
|
+
"generated": "2026-05-31T11:23:50.9173066Z",
|
|
5
5
|
"components": {
|
|
6
6
|
"accordion": {
|
|
7
7
|
"name": "Accordion",
|
|
@@ -690,10 +690,14 @@
|
|
|
690
690
|
"UI/Chart/ChartSkeleton.razor",
|
|
691
691
|
"UI/Chart/ChartSkeletonKind.cs",
|
|
692
692
|
"UI/Chart/ChartThreshold.razor",
|
|
693
|
+
"UI/Chart/ChartTooltip.razor",
|
|
694
|
+
"UI/Chart/ChartTooltipContext.cs",
|
|
695
|
+
"UI/Chart/ChartTooltipSlot.cs",
|
|
693
696
|
"UI/Chart/EChartOption.cs"
|
|
694
697
|
],
|
|
695
698
|
"dependencies": [
|
|
696
|
-
"gauge"
|
|
699
|
+
"gauge",
|
|
700
|
+
"stack"
|
|
697
701
|
],
|
|
698
702
|
"packageDependencies": [
|
|
699
703
|
"Blazicons.Lucide"
|