@dgplsoares/singulai-ds-mcp 0.5.0 → 0.7.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/dist/data/catalog.json +124 -2
- package/package.json +1 -1
package/dist/data/catalog.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.
|
|
2
|
+
"version": "0.7.0",
|
|
3
3
|
"generated_at": "2026-05-12",
|
|
4
4
|
"design_system": {
|
|
5
5
|
"name": "Singulai Design System",
|
|
@@ -254,6 +254,22 @@
|
|
|
254
254
|
4,
|
|
255
255
|
5,
|
|
256
256
|
6
|
|
257
|
+
],
|
|
258
|
+
"FilterDropdownPosition": [
|
|
259
|
+
"bottom-start",
|
|
260
|
+
"bottom-end",
|
|
261
|
+
"top-start",
|
|
262
|
+
"top-end"
|
|
263
|
+
],
|
|
264
|
+
"AiCreativityLevel": [
|
|
265
|
+
"low",
|
|
266
|
+
"medium",
|
|
267
|
+
"high"
|
|
268
|
+
],
|
|
269
|
+
"AiVoiceTone": [
|
|
270
|
+
"formal",
|
|
271
|
+
"casual",
|
|
272
|
+
"tecnico"
|
|
257
273
|
]
|
|
258
274
|
},
|
|
259
275
|
"components": [
|
|
@@ -930,7 +946,7 @@
|
|
|
930
946
|
{
|
|
931
947
|
"name": "AiAssistantPanelComponent",
|
|
932
948
|
"selector": "ds-ai-assistant-panel",
|
|
933
|
-
"description": "Painel lateral do Agente IA — header com tabs (current/new/chats) + créditos pill + actions (settings, maximize/minimize, close) + timeline de mensagens + action prompts + composer. Modo embedded para projeção em mobile bottom-sheet.",
|
|
949
|
+
"description": "Painel lateral do Agente IA — header com tabs (current/new/chats) + créditos pill + actions (settings, maximize/minimize, close) + timeline de mensagens + action prompts + composer. Modo embedded para projeção em mobile bottom-sheet. CHAT-1.3: adicionado slot [ai-panel-body] para embedar brain do chat + showMaximize input + settings dropdown com 4 data-switchers (G1) + send button hover micro-anim (G6).",
|
|
934
950
|
"tags": [
|
|
935
951
|
"ai",
|
|
936
952
|
"assistant",
|
|
@@ -1017,10 +1033,41 @@
|
|
|
1017
1033
|
"type": "string",
|
|
1018
1034
|
"default": "'branding/icons/ai-assistant/close.svg'",
|
|
1019
1035
|
"description": "Ícone close (split-ready)."
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"name": "useBodySlot",
|
|
1039
|
+
"type": "boolean",
|
|
1040
|
+
"default": "false",
|
|
1041
|
+
"description": "CHAT-1.3: quando true, substitui o renderer hardcoded (timeline+actionPrompts+form) pelo <ng-content select='[ai-panel-body]'> projetado. Use para embedar <app-ai-chat-timeline>."
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"name": "showMaximize",
|
|
1045
|
+
"type": "boolean",
|
|
1046
|
+
"default": "true",
|
|
1047
|
+
"description": "CHAT-1.3: controla render do botao maximize. Default true (desktop). Mobile passa false (Figma 1149-14553 nao tem maximize)."
|
|
1048
|
+
},
|
|
1049
|
+
{
|
|
1050
|
+
"name": "aiPromptConfig",
|
|
1051
|
+
"type": "AiPromptConfig",
|
|
1052
|
+
"default": "DEFAULT_AI_PROMPT_CONFIG",
|
|
1053
|
+
"description": "G1: config dos 4 data-switchers do settings dropdown (criatividade, tomVoz, searchExternal, extendedThinking)."
|
|
1020
1054
|
}
|
|
1021
1055
|
],
|
|
1022
1056
|
"examples": [
|
|
1023
1057
|
"<ds-ai-assistant-panel page-layout-ai [showTitle]=\"true\" [credits]=\"creditsLeft()\" [messages]=\"chatMessages()\" [actionPrompts]=\"suggestions()\" />"
|
|
1058
|
+
],
|
|
1059
|
+
"outputs": [
|
|
1060
|
+
{
|
|
1061
|
+
"name": "aiPromptConfigChange",
|
|
1062
|
+
"type": "EventEmitter<AiPromptConfig>",
|
|
1063
|
+
"description": "G1: emite quando user altera switcher no settings dropdown. Caller persiste e re-injeta."
|
|
1064
|
+
}
|
|
1065
|
+
],
|
|
1066
|
+
"slots": [
|
|
1067
|
+
{
|
|
1068
|
+
"name": "ai-panel-body",
|
|
1069
|
+
"description": "CHAT-1.3 (DEC-CHAT1-API-1): quando useBodySlot=true, projete aqui o brain do chat (ex: <app-ai-chat-timeline ai-panel-body>). Caso contrario, ignorado."
|
|
1070
|
+
}
|
|
1024
1071
|
]
|
|
1025
1072
|
},
|
|
1026
1073
|
{
|
|
@@ -2069,6 +2116,81 @@
|
|
|
2069
2116
|
"<ds-stats-bar [columns]=\"4\">\n <ds-statsbar-card title=\"Lives Realizadas\" value=\"97\" delta=\"5%\" variant=\"info\" />\n <ds-statsbar-card title=\"Lives Agendadas\" value=\"3\" delta=\"5%\" variant=\"warning\" />\n <ds-statsbar-card title=\"Audiencia Media\" value=\"127\" delta=\"5%\" variant=\"success\" />\n <ds-statsbar-card title=\"Gravacoes\" value=\"42\" delta=\"5%\" variant=\"purple\" />\n</ds-stats-bar>",
|
|
2070
2117
|
"// Listagem sem delta (Figma 787-5195 Cursos):\n<ds-stats-bar [columns]=\"4\">\n <ds-statsbar-card variant=\"info\" title=\"Todos\" value=\"48\" />\n <ds-statsbar-card variant=\"success\" title=\"Publicados\" value=\"25\" />\n</ds-stats-bar>"
|
|
2071
2118
|
]
|
|
2119
|
+
},
|
|
2120
|
+
{
|
|
2121
|
+
"name": "FilterDropdownComponent",
|
|
2122
|
+
"selector": "ds-filter-dropdown",
|
|
2123
|
+
"description": "Filtro multi-select via overlay com checkboxes round neumorphic. Pattern do Figma DEC-FIG-A-4 (952-15654/16189/16231/16238). Trigger pill neumorphic (bg #EDF1F6 + drop shadow + inset top white / bottom dark) com icon filter + label dinamico + chevron. Overlay com border 1px #ADC2DD + checkboxes 16px round (selecionado: gradient azul #5C8DE2->#27467C + outer shadow neumorphic; nao-selecionado: bg #E3EDF7 + inset shadow). Estado controlado pelo caller (selectedValues array). Click fora ou ESC fecha. Usa CDK Overlay. Para single-select: caller pode emular passando array com 1 item ou usar <ds-dropdown-menu> action items.",
|
|
2124
|
+
"tags": [
|
|
2125
|
+
"filter",
|
|
2126
|
+
"dropdown",
|
|
2127
|
+
"multi-select",
|
|
2128
|
+
"checkbox",
|
|
2129
|
+
"overlay",
|
|
2130
|
+
"listagem",
|
|
2131
|
+
"status",
|
|
2132
|
+
"neumorphic"
|
|
2133
|
+
],
|
|
2134
|
+
"props": [
|
|
2135
|
+
{
|
|
2136
|
+
"name": "options",
|
|
2137
|
+
"type": "FilterDropdownItem[]",
|
|
2138
|
+
"required": true,
|
|
2139
|
+
"description": "Array de opcoes {value, label, count?, disabled?}."
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
"name": "selectedValues",
|
|
2143
|
+
"type": "string[]",
|
|
2144
|
+
"default": "[]",
|
|
2145
|
+
"description": "Values atualmente selecionados (controlado pelo caller)."
|
|
2146
|
+
},
|
|
2147
|
+
{
|
|
2148
|
+
"name": "triggerLabel",
|
|
2149
|
+
"type": "string",
|
|
2150
|
+
"default": "'Filtro'",
|
|
2151
|
+
"description": "Label do trigger button. Pattern: nome do filtro ativo ou 'N selecionados'."
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"name": "triggerIcon",
|
|
2155
|
+
"type": "string",
|
|
2156
|
+
"default": "'heroFunnel'",
|
|
2157
|
+
"description": "Heroicon do trigger. Default funnel (filter)."
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"name": "position",
|
|
2161
|
+
"type": "FilterDropdownPosition",
|
|
2162
|
+
"default": "'bottom-start'",
|
|
2163
|
+
"description": "Posicao do overlay: bottom-start | bottom-end | top-start | top-end."
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
"name": "ariaLabel",
|
|
2167
|
+
"type": "string",
|
|
2168
|
+
"default": "'Filtrar'",
|
|
2169
|
+
"description": "Aria-label do trigger e do listbox."
|
|
2170
|
+
},
|
|
2171
|
+
{
|
|
2172
|
+
"name": "minWidth",
|
|
2173
|
+
"type": "string",
|
|
2174
|
+
"default": "'200px'",
|
|
2175
|
+
"description": "Largura minima do overlay (CSS)."
|
|
2176
|
+
}
|
|
2177
|
+
],
|
|
2178
|
+
"outputs": [
|
|
2179
|
+
{
|
|
2180
|
+
"name": "filtersChange",
|
|
2181
|
+
"type": "EventEmitter<string[]>",
|
|
2182
|
+
"description": "Emitido com o novo array de selectedValues apos cada toggle."
|
|
2183
|
+
},
|
|
2184
|
+
{
|
|
2185
|
+
"name": "openChange",
|
|
2186
|
+
"type": "EventEmitter<boolean>",
|
|
2187
|
+
"description": "Emitido quando o overlay abre ou fecha."
|
|
2188
|
+
}
|
|
2189
|
+
],
|
|
2190
|
+
"examples": [
|
|
2191
|
+
"<ds-filter-dropdown\n [options]=\"[\n { value: 'all', label: 'Todos', count: 7 },\n { value: 'confirmed', label: 'Confirmados', count: 3 },\n { value: 'pending', label: 'Pendentes', count: 2 }\n ]\"\n [selectedValues]=\"selected()\"\n triggerLabel=\"Todos\"\n (filtersChange)=\"onFilterChange($event)\"\n/>",
|
|
2192
|
+
"// Caller controla o label dinamico:\nfilterLabel = computed(() => {\n const sel = this.selected();\n if (sel.length === 0) return 'Filtro';\n if (sel.length === 1) return this.options.find(o => o.value === sel[0])?.label ?? 'Filtro';\n return `${sel.length} selecionados`;\n});"
|
|
2193
|
+
]
|
|
2072
2194
|
}
|
|
2073
2195
|
],
|
|
2074
2196
|
"services": [
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dgplsoares/singulai-ds-mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "MCP server exposing the Singulai Design System (Angular 20) to AI agents \u2014 Claude Desktop, Claude Code, Cursor, Continue.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|