@lumeo-ui/mcp-server 3.9.0 → 3.10.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/package.json +1 -1
- package/src/components-api.json +74 -5
- 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.0",
|
|
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.0",
|
|
4
|
+
"generated": "2026-05-31T10:13:41.2164785Z",
|
|
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",
|
|
@@ -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,9 +41586,10 @@
|
|
|
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": [
|
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.0",
|
|
4
|
+
"generated": "2026-05-31T10:13:39.8713949Z",
|
|
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"
|