solace-ui-components 18.0.17 → 18.0.22
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/{chunk-266AAHHO.js → chunk-2CMPFNW2.js} +2 -2
- package/dist/{chunk-266AAHHO.js.map → chunk-2CMPFNW2.js.map} +1 -1
- package/dist/chunk-6BHLTTV3.modern.mjs +2 -0
- package/dist/chunk-6BHLTTV3.modern.mjs.map +1 -0
- package/dist/{chunk-LWCJ2SGT.modern.mjs → chunk-GHPNUEMK.modern.mjs} +2 -2
- package/dist/{chunk-LWCJ2SGT.modern.mjs.map → chunk-GHPNUEMK.modern.mjs.map} +1 -1
- package/dist/{chunk-IGOY34XU.js → chunk-IXGR5EW7.js} +2 -2
- package/dist/{chunk-IGOY34XU.js.map → chunk-IXGR5EW7.js.map} +1 -1
- package/dist/chunk-NT45IFR2.js +2 -0
- package/dist/chunk-NT45IFR2.js.map +1 -0
- package/dist/{chunk-NANSEALM.modern.mjs → chunk-OUM6OKBT.modern.mjs} +3 -3
- package/dist/{chunk-NANSEALM.modern.mjs.map → chunk-OUM6OKBT.modern.mjs.map} +1 -1
- package/dist/{chunk-AU2K45F2.js → chunk-X45FYPVF.js} +3 -3
- package/dist/{chunk-AU2K45F2.js.map → chunk-X45FYPVF.js.map} +1 -1
- package/dist/chunk-YJENEMV2.modern.mjs +2 -0
- package/dist/{chunk-IA5QZKDN.modern.mjs.map → chunk-YJENEMV2.modern.mjs.map} +1 -1
- package/dist/code-editor.js +2 -2
- package/dist/code-editor.modern.mjs +2 -2
- package/dist/code-editor.modern.mjs.map +1 -1
- package/dist/drag-drop.js +1 -1
- package/dist/drag-drop.modern.mjs +1 -1
- package/dist/drag-drop.modern.mjs.map +1 -1
- package/dist/index.d.mts +40 -1
- package/dist/index.d.ts +40 -1
- package/dist/index.js +53 -53
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +53 -53
- package/dist/index.modern.mjs.map +1 -1
- package/dist/json-schema-form.js +1 -1
- package/dist/json-schema-form.modern.mjs +1 -1
- package/package.json +5 -1
- package/src/resources/MRC_Autopilot/component-props.json +5914 -0
- package/src/resources/MRC_Autopilot/component-usage-guide.json +1276 -0
- package/dist/chunk-HHKIWPP5.js +0 -2
- package/dist/chunk-HHKIWPP5.js.map +0 -1
- package/dist/chunk-IA5QZKDN.modern.mjs +0 -2
- package/dist/chunk-Q6DR3MQK.modern.mjs +0 -2
- package/dist/chunk-Q6DR3MQK.modern.mjs.map +0 -1
|
@@ -0,0 +1,1276 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_meta": {
|
|
3
|
+
"generatedAt": "2026-03-07T19:12:00.000Z",
|
|
4
|
+
"sourceCodebase": "maas-ui",
|
|
5
|
+
"totalComponents": 41,
|
|
6
|
+
"description": "Semantic keyword map for MRC component recommendation. Generated by scanning real usage patterns in maas-ui."
|
|
7
|
+
},
|
|
8
|
+
"SolaceAccordion": {
|
|
9
|
+
"keywords": [
|
|
10
|
+
"accordion",
|
|
11
|
+
"collapsible",
|
|
12
|
+
"expandable",
|
|
13
|
+
"collapse",
|
|
14
|
+
"expand",
|
|
15
|
+
"foldable section",
|
|
16
|
+
"toggle details",
|
|
17
|
+
"show more",
|
|
18
|
+
"collapsible header",
|
|
19
|
+
"expandable row",
|
|
20
|
+
"detail row",
|
|
21
|
+
"collapsible panel",
|
|
22
|
+
"expand collapse",
|
|
23
|
+
"entity detail",
|
|
24
|
+
"token row",
|
|
25
|
+
"promotion card"
|
|
26
|
+
],
|
|
27
|
+
"commonProps": {
|
|
28
|
+
"expanded": "Controlled expanded state (boolean, always controlled)",
|
|
29
|
+
"onChange": "Toggle handler — receives (event, expanded)",
|
|
30
|
+
"summary": "Accordion header content (JSX — always visible)",
|
|
31
|
+
"details": "Expandable body content (JSX or string — hidden when collapsed)",
|
|
32
|
+
"dataQa": "Test identifier",
|
|
33
|
+
"indicatorVariant": "Colored indicator dot: 'info' | 'warn' | 'error' | null",
|
|
34
|
+
"hover": "Enable hover effect (boolean)",
|
|
35
|
+
"border": "Show border (boolean, set false for borderless)",
|
|
36
|
+
"backgroundColor": "Custom background color (theme token string)"
|
|
37
|
+
},
|
|
38
|
+
"usageContext": [
|
|
39
|
+
"Entity detail lists with expandable rows showing version info, state chips, and action menus",
|
|
40
|
+
"Token/permission management with expandable token rows and actions",
|
|
41
|
+
"Promotion request cards in Event Portal designer workflows",
|
|
42
|
+
"SAP Event Mesh connection details in service management",
|
|
43
|
+
"Import preview panels and side panel sections in topology views"
|
|
44
|
+
],
|
|
45
|
+
"usageCount": 43
|
|
46
|
+
},
|
|
47
|
+
"SolaceAttributeBadge": {
|
|
48
|
+
"keywords": [
|
|
49
|
+
"badge",
|
|
50
|
+
"attribute badge",
|
|
51
|
+
"status badge",
|
|
52
|
+
"label badge",
|
|
53
|
+
"metadata badge",
|
|
54
|
+
"tag indicator",
|
|
55
|
+
"attribute indicator",
|
|
56
|
+
"info badge"
|
|
57
|
+
],
|
|
58
|
+
"commonProps": {
|
|
59
|
+
"label": "Badge text content",
|
|
60
|
+
"variant": "Visual style variant",
|
|
61
|
+
"dataQa": "Test identifier"
|
|
62
|
+
},
|
|
63
|
+
"usageContext": [
|
|
64
|
+
"Entity version metadata badges in Event Portal designer views",
|
|
65
|
+
"Attribute indicators on accordion summary rows alongside entity names",
|
|
66
|
+
"Status and metadata labels in referenced version detail panels"
|
|
67
|
+
],
|
|
68
|
+
"usageCount": 27
|
|
69
|
+
},
|
|
70
|
+
"SolaceAttributeValuePairForm": {
|
|
71
|
+
"keywords": [
|
|
72
|
+
"key value form",
|
|
73
|
+
"attribute value pair",
|
|
74
|
+
"key value editor",
|
|
75
|
+
"drag drop list",
|
|
76
|
+
"enumeration values",
|
|
77
|
+
"custom headers",
|
|
78
|
+
"key value pairs",
|
|
79
|
+
"draggable list"
|
|
80
|
+
],
|
|
81
|
+
"commonProps": {
|
|
82
|
+
"avpList": "Array of {key, value} pairs",
|
|
83
|
+
"labelForKeys": "Label for key column (e.g., 'Key')",
|
|
84
|
+
"labelForValues": "Label for value column (e.g., 'Value' or 'Description')",
|
|
85
|
+
"enableRequiredKeyFieldIndicator": "Show required asterisk on key fields",
|
|
86
|
+
"enableRequiredValueFieldIndicator": "Show required asterisk on value fields",
|
|
87
|
+
"readOnly": "Read-only display mode",
|
|
88
|
+
"emptyFieldDisplayValue": "Placeholder for empty fields (e.g., '-')",
|
|
89
|
+
"onChange": "Change handler for pair updates"
|
|
90
|
+
},
|
|
91
|
+
"usageContext": [
|
|
92
|
+
"Enumeration version value sets in Event Portal designer (key-value editing)",
|
|
93
|
+
"Distributed tracing custom headers configuration in SaaS settings",
|
|
94
|
+
"Draggable attribute-value pair lists with reordering support"
|
|
95
|
+
],
|
|
96
|
+
"usageCount": 5
|
|
97
|
+
},
|
|
98
|
+
"SolaceBackDrop": {
|
|
99
|
+
"keywords": [
|
|
100
|
+
"backdrop",
|
|
101
|
+
"loading overlay",
|
|
102
|
+
"full page loading",
|
|
103
|
+
"blocking overlay",
|
|
104
|
+
"suspense fallback",
|
|
105
|
+
"loading screen",
|
|
106
|
+
"page loader",
|
|
107
|
+
"spinner overlay",
|
|
108
|
+
"loading backdrop"
|
|
109
|
+
],
|
|
110
|
+
"commonProps": {
|
|
111
|
+
"open": "Controls visibility (boolean)"
|
|
112
|
+
},
|
|
113
|
+
"usageContext": [
|
|
114
|
+
"Full-page loading overlays during async operations (fetching, initial data load)",
|
|
115
|
+
"React Suspense fallback component for lazy-loaded routes",
|
|
116
|
+
"Blocking UI overlay preventing interaction during page transitions"
|
|
117
|
+
],
|
|
118
|
+
"usageCount": 11
|
|
119
|
+
},
|
|
120
|
+
"SolaceButton": {
|
|
121
|
+
"keywords": [
|
|
122
|
+
"button",
|
|
123
|
+
"submit",
|
|
124
|
+
"save",
|
|
125
|
+
"cancel",
|
|
126
|
+
"delete",
|
|
127
|
+
"confirm",
|
|
128
|
+
"action",
|
|
129
|
+
"CTA",
|
|
130
|
+
"call to action",
|
|
131
|
+
"primary action",
|
|
132
|
+
"secondary action",
|
|
133
|
+
"dismiss",
|
|
134
|
+
"close",
|
|
135
|
+
"icon button",
|
|
136
|
+
"kebab menu",
|
|
137
|
+
"more actions",
|
|
138
|
+
"navigation link",
|
|
139
|
+
"link button",
|
|
140
|
+
"copy button",
|
|
141
|
+
"download",
|
|
142
|
+
"create",
|
|
143
|
+
"deploy",
|
|
144
|
+
"get started",
|
|
145
|
+
"learn more"
|
|
146
|
+
],
|
|
147
|
+
"variants": {
|
|
148
|
+
"call-to-action": {
|
|
149
|
+
"keywords": ["primary", "submit", "save", "create", "sign up", "CTA", "deploy", "confirm action"],
|
|
150
|
+
"description": "Primary action — one per section. Used for save, create, submit, deploy."
|
|
151
|
+
},
|
|
152
|
+
"text": {
|
|
153
|
+
"keywords": ["cancel", "dismiss", "close", "back", "secondary", "reset"],
|
|
154
|
+
"description": "Cancel/dismiss actions. Least visual weight. Most common variant."
|
|
155
|
+
},
|
|
156
|
+
"outline": {
|
|
157
|
+
"keywords": ["confirm", "secondary confirm", "ok", "acknowledge", "get started", "download", "edit"],
|
|
158
|
+
"description": "Medium-emphasis actions. Secondary confirm or notable actions."
|
|
159
|
+
},
|
|
160
|
+
"icon": {
|
|
161
|
+
"keywords": [
|
|
162
|
+
"icon button",
|
|
163
|
+
"more actions",
|
|
164
|
+
"kebab",
|
|
165
|
+
"settings",
|
|
166
|
+
"toggle visibility",
|
|
167
|
+
"close X",
|
|
168
|
+
"refresh",
|
|
169
|
+
"zoom"
|
|
170
|
+
],
|
|
171
|
+
"description": "Icon-only button. MUST have title prop for accessibility."
|
|
172
|
+
},
|
|
173
|
+
"link": {
|
|
174
|
+
"keywords": ["navigation", "link", "go to", "external link", "href", "learn more", "documentation link"],
|
|
175
|
+
"description": "Navigation links styled as buttons. Always paired with href prop."
|
|
176
|
+
}
|
|
177
|
+
},
|
|
178
|
+
"commonProps": {
|
|
179
|
+
"variant": "Visual style: 'call-to-action' | 'outline' | 'text' | 'icon' | 'link'",
|
|
180
|
+
"onClick": "Click handler",
|
|
181
|
+
"isDisabled": "Disabled state (not 'disabled' — MRC renames this)",
|
|
182
|
+
"dataQa": "Test identifier",
|
|
183
|
+
"title": "Tooltip/accessibility label (MUST for icon variant)",
|
|
184
|
+
"startIcon": "Icon before button text",
|
|
185
|
+
"endIcon": "Icon after button text (common with external link icon)",
|
|
186
|
+
"dense": "Compact size (link variant only)",
|
|
187
|
+
"href": "URL for link variant navigation",
|
|
188
|
+
"type": "'button' | 'submit' for form submit contexts"
|
|
189
|
+
},
|
|
190
|
+
"usageContext": [
|
|
191
|
+
"Form submit buttons (call-to-action) in dialogs and page action bars",
|
|
192
|
+
"Cancel/dismiss buttons (text) paired with primary actions in SolaceStack rows",
|
|
193
|
+
"Icon-only buttons (icon) for close, refresh, zoom in toolbars and panel headers",
|
|
194
|
+
"External documentation links (link) with href in headers and help sections",
|
|
195
|
+
"Medium-emphasis actions (outline) like Get Started, Download, Edit in cards"
|
|
196
|
+
],
|
|
197
|
+
"usageCount": 340
|
|
198
|
+
},
|
|
199
|
+
"SolaceCheckBox": {
|
|
200
|
+
"keywords": [
|
|
201
|
+
"checkbox",
|
|
202
|
+
"check box",
|
|
203
|
+
"toggle option",
|
|
204
|
+
"boolean field",
|
|
205
|
+
"multi select option",
|
|
206
|
+
"selectable item",
|
|
207
|
+
"check mark",
|
|
208
|
+
"agreement checkbox",
|
|
209
|
+
"terms checkbox",
|
|
210
|
+
"filter checkbox"
|
|
211
|
+
],
|
|
212
|
+
"commonProps": {
|
|
213
|
+
"id": "DOM id",
|
|
214
|
+
"name": "Field name",
|
|
215
|
+
"dataQa": "Test identifier",
|
|
216
|
+
"label": "Checkbox label text",
|
|
217
|
+
"checked": "Controlled checked state (boolean)",
|
|
218
|
+
"onChange": "Change handler",
|
|
219
|
+
"hasErrors": "Error state display",
|
|
220
|
+
"helperText": "Helper/error text below checkbox"
|
|
221
|
+
},
|
|
222
|
+
"usageContext": [
|
|
223
|
+
"Form fields for boolean options in create/edit workflows",
|
|
224
|
+
"Agreement/terms checkboxes in configuration dialogs",
|
|
225
|
+
"Selectable items in entity lists with SolaceTruncatableLink",
|
|
226
|
+
"Wrapped in AtomCheckBox for Jotai atom-based state management (mc, sam micro-frontends)"
|
|
227
|
+
],
|
|
228
|
+
"usageCount": 32
|
|
229
|
+
},
|
|
230
|
+
"SolaceChip": {
|
|
231
|
+
"keywords": [
|
|
232
|
+
"chip",
|
|
233
|
+
"tag",
|
|
234
|
+
"filter chip",
|
|
235
|
+
"label chip",
|
|
236
|
+
"badge chip",
|
|
237
|
+
"removable tag",
|
|
238
|
+
"deletable chip",
|
|
239
|
+
"filter tag",
|
|
240
|
+
"category chip",
|
|
241
|
+
"email chip",
|
|
242
|
+
"domain chip",
|
|
243
|
+
"environment mode label"
|
|
244
|
+
],
|
|
245
|
+
"commonProps": {
|
|
246
|
+
"label": "Chip text content",
|
|
247
|
+
"onDelete": "Delete/remove handler (shows X button)",
|
|
248
|
+
"dataQa": "Test identifier",
|
|
249
|
+
"disabled": "Disabled state",
|
|
250
|
+
"clickable": "Whether chip is clickable",
|
|
251
|
+
"variant": "CHIP_VARIANT.FILLED for filled style, default is outlined"
|
|
252
|
+
},
|
|
253
|
+
"usageContext": [
|
|
254
|
+
"Filter chips for active search/filter criteria (clickable, deletable)",
|
|
255
|
+
"Email address chips in custom email list management",
|
|
256
|
+
"Topic filter chips in Event Portal event API management",
|
|
257
|
+
"Domain and environment mode label chips in designer views",
|
|
258
|
+
"Entity reference chips in referenced version listings"
|
|
259
|
+
],
|
|
260
|
+
"usageCount": 10
|
|
261
|
+
},
|
|
262
|
+
"SolaceCircularProgress": {
|
|
263
|
+
"keywords": [
|
|
264
|
+
"loading spinner",
|
|
265
|
+
"circular progress",
|
|
266
|
+
"loading indicator",
|
|
267
|
+
"spinner",
|
|
268
|
+
"loading",
|
|
269
|
+
"busy indicator",
|
|
270
|
+
"progress circle",
|
|
271
|
+
"indeterminate loading",
|
|
272
|
+
"fetching indicator"
|
|
273
|
+
],
|
|
274
|
+
"commonProps": {
|
|
275
|
+
"size": "Spinner size (number or string)",
|
|
276
|
+
"dataQa": "Test identifier"
|
|
277
|
+
},
|
|
278
|
+
"usageContext": [
|
|
279
|
+
"Inline loading indicators while fetching data in lists and detail views",
|
|
280
|
+
"Button loading states replacing button text during async operations",
|
|
281
|
+
"Section-level loading spinners in cards and panels while content loads"
|
|
282
|
+
],
|
|
283
|
+
"usageCount": 34
|
|
284
|
+
},
|
|
285
|
+
"SolaceCodeEditor": {
|
|
286
|
+
"keywords": [
|
|
287
|
+
"code editor",
|
|
288
|
+
"JSON editor",
|
|
289
|
+
"code viewer",
|
|
290
|
+
"syntax highlighting",
|
|
291
|
+
"JSON preview",
|
|
292
|
+
"code display",
|
|
293
|
+
"read only code",
|
|
294
|
+
"AsyncAPI preview",
|
|
295
|
+
"diff viewer",
|
|
296
|
+
"code block"
|
|
297
|
+
],
|
|
298
|
+
"commonProps": {
|
|
299
|
+
"id": "DOM id",
|
|
300
|
+
"value": "Code content string",
|
|
301
|
+
"mode": "Language mode: 'json' (primary observed mode)",
|
|
302
|
+
"readOnly": "Read-only display mode (boolean)",
|
|
303
|
+
"dataQa": "Test identifier"
|
|
304
|
+
},
|
|
305
|
+
"usageContext": [
|
|
306
|
+
"JSON preview displays for AsyncAPI documents in download dialogs",
|
|
307
|
+
"Promotion request preview diffs showing before/after comparisons",
|
|
308
|
+
"Collected scan data viewer in topology runtime agent management"
|
|
309
|
+
],
|
|
310
|
+
"usageCount": 17
|
|
311
|
+
},
|
|
312
|
+
"SolaceConfirmationDialog": {
|
|
313
|
+
"keywords": [
|
|
314
|
+
"confirmation dialog",
|
|
315
|
+
"confirm dialog",
|
|
316
|
+
"alert dialog",
|
|
317
|
+
"modal confirm",
|
|
318
|
+
"delete confirmation",
|
|
319
|
+
"error dialog",
|
|
320
|
+
"warning dialog",
|
|
321
|
+
"progress dialog",
|
|
322
|
+
"simple dialog",
|
|
323
|
+
"action dialog",
|
|
324
|
+
"are you sure"
|
|
325
|
+
],
|
|
326
|
+
"commonProps": {
|
|
327
|
+
"isOpen": "Controls dialog visibility (boolean)",
|
|
328
|
+
"title": "Dialog title text (string)",
|
|
329
|
+
"actions": "Footer button array: [{label, onClick, variant?}]",
|
|
330
|
+
"contentText": "Simple text content (prefer children for complex content)",
|
|
331
|
+
"children": "Dialog body content (JSX — most common approach)",
|
|
332
|
+
"linearProgressIndicator": "Show loading bar in dialog (boolean)"
|
|
333
|
+
},
|
|
334
|
+
"usageContext": [
|
|
335
|
+
"Delete confirmation dialogs before destructive actions",
|
|
336
|
+
"Error dialogs displaying API errors with SolaceMessageBox inside",
|
|
337
|
+
"Progress/loading dialogs with linearProgressIndicator and empty actions",
|
|
338
|
+
"Simple info dialogs for warnings and required-field prompts",
|
|
339
|
+
"Configuration dialogs with form content as children"
|
|
340
|
+
],
|
|
341
|
+
"usageCount": 138
|
|
342
|
+
},
|
|
343
|
+
"SolaceDetailMessage": {
|
|
344
|
+
"keywords": [
|
|
345
|
+
"empty state",
|
|
346
|
+
"no data",
|
|
347
|
+
"no results",
|
|
348
|
+
"empty list",
|
|
349
|
+
"empty view",
|
|
350
|
+
"zero state",
|
|
351
|
+
"blank state",
|
|
352
|
+
"nothing found",
|
|
353
|
+
"create first item",
|
|
354
|
+
"get started empty"
|
|
355
|
+
],
|
|
356
|
+
"commonProps": {
|
|
357
|
+
"msgImg": "Illustration element for empty state image",
|
|
358
|
+
"title": "Empty state heading text",
|
|
359
|
+
"details": "Description text or JSX below the heading",
|
|
360
|
+
"actions": "Action buttons (typically CTA to create first item)"
|
|
361
|
+
},
|
|
362
|
+
"usageContext": [
|
|
363
|
+
"Empty state displays when no entities exist in a list or graph view",
|
|
364
|
+
"Empty search results with prompt to refine search criteria",
|
|
365
|
+
"Dual-action empty states with 'OR' dividers for alternative create paths"
|
|
366
|
+
],
|
|
367
|
+
"usageCount": 14
|
|
368
|
+
},
|
|
369
|
+
"SolaceDrawer": {
|
|
370
|
+
"keywords": [
|
|
371
|
+
"drawer",
|
|
372
|
+
"side panel",
|
|
373
|
+
"sliding panel",
|
|
374
|
+
"detail panel",
|
|
375
|
+
"side sheet",
|
|
376
|
+
"resizable panel",
|
|
377
|
+
"right panel",
|
|
378
|
+
"entity detail drawer",
|
|
379
|
+
"slide out panel",
|
|
380
|
+
"collapsible sidebar"
|
|
381
|
+
],
|
|
382
|
+
"commonProps": {
|
|
383
|
+
"open": "Controls visibility (boolean)",
|
|
384
|
+
"width": "Panel width in pixels",
|
|
385
|
+
"minWidth": "Minimum width during resize",
|
|
386
|
+
"maxWidth": "Maximum width during resize",
|
|
387
|
+
"resizable": "Enable drag-to-resize (boolean)",
|
|
388
|
+
"onResizeDone": "Callback after resize completes",
|
|
389
|
+
"top": "Top offset (e.g., '60px' or DEFAULT_HEADER_HEIGHT)",
|
|
390
|
+
"height": "Panel height (e.g., 'calc(100vh - 60px)')"
|
|
391
|
+
},
|
|
392
|
+
"usageContext": [
|
|
393
|
+
"Entity detail side panels in Event Portal designer for schemas, events, applications",
|
|
394
|
+
"Search and filter panels sliding in from the side",
|
|
395
|
+
"Topic filter panels in event API management",
|
|
396
|
+
"Graph left side panels for node detail views",
|
|
397
|
+
"Runtime agent form panels in topology management"
|
|
398
|
+
],
|
|
399
|
+
"usageCount": 14
|
|
400
|
+
},
|
|
401
|
+
"SolaceEnvironmentChip": {
|
|
402
|
+
"keywords": [
|
|
403
|
+
"environment chip",
|
|
404
|
+
"environment indicator",
|
|
405
|
+
"environment badge",
|
|
406
|
+
"env chip",
|
|
407
|
+
"color coded chip",
|
|
408
|
+
"environment label",
|
|
409
|
+
"service environment",
|
|
410
|
+
"environment icon"
|
|
411
|
+
],
|
|
412
|
+
"commonProps": {
|
|
413
|
+
"label": "Environment name text (empty string for icon-only)",
|
|
414
|
+
"fgColor": "Foreground/text color",
|
|
415
|
+
"bgColor": "Background color",
|
|
416
|
+
"icon": "Icon element for the chip",
|
|
417
|
+
"dataQa": "Test identifier",
|
|
418
|
+
"maxWidth": "Maximum width constraint (e.g., '26px' for icon-only)",
|
|
419
|
+
"onDelete": "Delete handler (null to hide delete button)"
|
|
420
|
+
},
|
|
421
|
+
"usageContext": [
|
|
422
|
+
"Environment indicators on service cards and service detail headers",
|
|
423
|
+
"Event mesh environment details in mesh management views",
|
|
424
|
+
"Application version environment badges in Event Portal designer",
|
|
425
|
+
"Maintenance window environment labels in activity panels"
|
|
426
|
+
],
|
|
427
|
+
"usageCount": 15
|
|
428
|
+
},
|
|
429
|
+
"SolaceGrid": {
|
|
430
|
+
"keywords": [
|
|
431
|
+
"grid",
|
|
432
|
+
"responsive grid",
|
|
433
|
+
"grid layout",
|
|
434
|
+
"CSS grid",
|
|
435
|
+
"MUI grid",
|
|
436
|
+
"dashboard layout",
|
|
437
|
+
"card grid",
|
|
438
|
+
"two column layout",
|
|
439
|
+
"responsive layout",
|
|
440
|
+
"grid container"
|
|
441
|
+
],
|
|
442
|
+
"commonProps": {
|
|
443
|
+
"container": "Establishes a grid container (boolean)",
|
|
444
|
+
"item": "Marks a grid item/child (boolean)",
|
|
445
|
+
"spacing": "Grid spacing (number, e.g., 2)",
|
|
446
|
+
"sm": "Small breakpoint columns (number)",
|
|
447
|
+
"lg": "Large breakpoint columns (number)",
|
|
448
|
+
"xl": "Extra-large breakpoint columns (number)",
|
|
449
|
+
"display": "'grid' for CSS grid mode",
|
|
450
|
+
"gridTemplateColumns": "CSS grid template columns (e.g., '1fr 1fr')",
|
|
451
|
+
"gap": "CSS grid gap"
|
|
452
|
+
},
|
|
453
|
+
"usageContext": [
|
|
454
|
+
"Dashboard layouts for rate cards, pie charts, and reuse index panels",
|
|
455
|
+
"Monitoring pages with summary cards in responsive grid",
|
|
456
|
+
"Two-column page layouts with side panel and main content area",
|
|
457
|
+
"CSS grid mode for custom template column layouts"
|
|
458
|
+
],
|
|
459
|
+
"usageCount": 41
|
|
460
|
+
},
|
|
461
|
+
"SolaceGridList": {
|
|
462
|
+
"keywords": [
|
|
463
|
+
"grid list",
|
|
464
|
+
"data grid",
|
|
465
|
+
"row list",
|
|
466
|
+
"structured list",
|
|
467
|
+
"entity grid",
|
|
468
|
+
"grid view list",
|
|
469
|
+
"template grid"
|
|
470
|
+
],
|
|
471
|
+
"commonProps": {
|
|
472
|
+
"items": "Array of data items to render",
|
|
473
|
+
"rowMapping": "Callback (item, index) => JSX.Element[] for row rendering",
|
|
474
|
+
"gridTemplate": "Grid column template (e.g., 'auto 0fr', 'minmax(10ch,auto) 1fr')",
|
|
475
|
+
"dataQa": "Test identifier",
|
|
476
|
+
"onSelection": "Row selection callback"
|
|
477
|
+
},
|
|
478
|
+
"usageContext": [
|
|
479
|
+
"Linked applications lists in Event Portal entity detail views",
|
|
480
|
+
"Event broker listings in topology runtime management",
|
|
481
|
+
"Event API product association lists in designer workflows"
|
|
482
|
+
],
|
|
483
|
+
"usageCount": 20
|
|
484
|
+
},
|
|
485
|
+
"SolaceLabel": {
|
|
486
|
+
"keywords": [
|
|
487
|
+
"label",
|
|
488
|
+
"form label",
|
|
489
|
+
"field label",
|
|
490
|
+
"input label",
|
|
491
|
+
"section label",
|
|
492
|
+
"metadata label",
|
|
493
|
+
"required field label"
|
|
494
|
+
],
|
|
495
|
+
"commonProps": {
|
|
496
|
+
"id": "Unique label identifier (string)",
|
|
497
|
+
"htmlForId": "Associates label with form input via 'for' attribute",
|
|
498
|
+
"required": "Show asterisk indicator for required fields (boolean)",
|
|
499
|
+
"noWrap": "Prevent text wrapping (boolean)",
|
|
500
|
+
"children": "Label text content"
|
|
501
|
+
},
|
|
502
|
+
"usageContext": [
|
|
503
|
+
"Form field labels in create/edit workflows (service create, agent create, schema forms)",
|
|
504
|
+
"Section headers in detail views and side panels",
|
|
505
|
+
"Dialog field labels in configuration and upgrade dialogs",
|
|
506
|
+
"Table column headers in access management dialogs",
|
|
507
|
+
"Info/metadata labels paired with display values"
|
|
508
|
+
],
|
|
509
|
+
"usageCount": 106
|
|
510
|
+
},
|
|
511
|
+
"SolaceLearningBanner": {
|
|
512
|
+
"keywords": [
|
|
513
|
+
"learning banner",
|
|
514
|
+
"info banner",
|
|
515
|
+
"educational banner",
|
|
516
|
+
"onboarding banner",
|
|
517
|
+
"help banner",
|
|
518
|
+
"guidance banner",
|
|
519
|
+
"walkthrough banner",
|
|
520
|
+
"tip banner",
|
|
521
|
+
"getting started",
|
|
522
|
+
"how to",
|
|
523
|
+
"feature explanation",
|
|
524
|
+
"contextual help"
|
|
525
|
+
],
|
|
526
|
+
"commonProps": {
|
|
527
|
+
"showCloseButton": "Enable close/dismiss button (boolean)",
|
|
528
|
+
"onClose": "Close callback handler",
|
|
529
|
+
"backgroundColor": "Custom background color (theme token or hex)",
|
|
530
|
+
"title": "Optional title text rendered as heading",
|
|
531
|
+
"dataQa": "Test identifier"
|
|
532
|
+
},
|
|
533
|
+
"usageContext": [
|
|
534
|
+
"Informational/educational banners at the top of pages or sections",
|
|
535
|
+
"Step-by-step walkthrough guidance for EMA setup and onboarding",
|
|
536
|
+
"Feature explanations for reuse index, insights setup, environment quick start",
|
|
537
|
+
"Release notes display in upgrade dialogs",
|
|
538
|
+
"Contextual help within forms and configuration settings"
|
|
539
|
+
],
|
|
540
|
+
"usageCount": 36
|
|
541
|
+
},
|
|
542
|
+
"SolaceLinearProgress": {
|
|
543
|
+
"keywords": [
|
|
544
|
+
"progress bar",
|
|
545
|
+
"linear progress",
|
|
546
|
+
"loading bar",
|
|
547
|
+
"determinate progress",
|
|
548
|
+
"percentage bar",
|
|
549
|
+
"creation progress",
|
|
550
|
+
"operation progress",
|
|
551
|
+
"indeterminate bar",
|
|
552
|
+
"horizontal progress"
|
|
553
|
+
],
|
|
554
|
+
"variants": {
|
|
555
|
+
"determinate": {
|
|
556
|
+
"keywords": ["percentage", "progress percentage", "known progress", "upload progress"],
|
|
557
|
+
"description": "Shows specific completion percentage via value prop (0-100)."
|
|
558
|
+
},
|
|
559
|
+
"indeterminate": {
|
|
560
|
+
"keywords": ["unknown progress", "continuous loading", "pending operation"],
|
|
561
|
+
"description": "Continuous animation for operations with unknown duration."
|
|
562
|
+
}
|
|
563
|
+
},
|
|
564
|
+
"commonProps": {
|
|
565
|
+
"variant": "'determinate' | 'indeterminate'",
|
|
566
|
+
"height": "'sm' for small height",
|
|
567
|
+
"value": "Progress percentage 0-100 (determinate only)"
|
|
568
|
+
},
|
|
569
|
+
"usageContext": [
|
|
570
|
+
"Service creation progress bars during provisioning",
|
|
571
|
+
"Service card progress indicators for ongoing operations",
|
|
572
|
+
"Event mesh card progress during mesh operations",
|
|
573
|
+
"Application deployment progress in Event Portal designer"
|
|
574
|
+
],
|
|
575
|
+
"usageCount": 8
|
|
576
|
+
},
|
|
577
|
+
"SolaceList": {
|
|
578
|
+
"keywords": ["list", "navigation list", "resource list", "item list", "vertical list", "menu list", "link list"],
|
|
579
|
+
"commonProps": {
|
|
580
|
+
"disablePadding": "Remove default padding (boolean)"
|
|
581
|
+
},
|
|
582
|
+
"usageContext": [
|
|
583
|
+
"Navigation lists for application detail sections and getting started resources",
|
|
584
|
+
"Resource link lists in Event Portal resource pages",
|
|
585
|
+
"Email chip tooltip content lists in account settings",
|
|
586
|
+
"Entity lists in topology configuration templates"
|
|
587
|
+
],
|
|
588
|
+
"usageCount": 7
|
|
589
|
+
},
|
|
590
|
+
"SolaceListItem": {
|
|
591
|
+
"keywords": ["list item", "list row", "navigation item", "list entry"],
|
|
592
|
+
"commonProps": {
|
|
593
|
+
"disableGutters": "Remove side gutters (boolean)",
|
|
594
|
+
"disablePadding": "Remove padding (boolean)"
|
|
595
|
+
},
|
|
596
|
+
"usageContext": [
|
|
597
|
+
"Individual items inside SolaceList for navigation and resource links",
|
|
598
|
+
"Wraps SolaceListItemButton for clickable navigation items",
|
|
599
|
+
"Email items in tooltip-based email chip lists"
|
|
600
|
+
],
|
|
601
|
+
"usageCount": 6
|
|
602
|
+
},
|
|
603
|
+
"SolaceListItemButton": {
|
|
604
|
+
"keywords": [
|
|
605
|
+
"list item button",
|
|
606
|
+
"clickable list item",
|
|
607
|
+
"navigation list item",
|
|
608
|
+
"selectable list item",
|
|
609
|
+
"list action item"
|
|
610
|
+
],
|
|
611
|
+
"commonProps": {
|
|
612
|
+
"selected": "Selected/active state (boolean)",
|
|
613
|
+
"onClick": "Click handler"
|
|
614
|
+
},
|
|
615
|
+
"usageContext": [
|
|
616
|
+
"Clickable navigation items in application details group navigation panels",
|
|
617
|
+
"Getting started tab navigation with selected state highlighting"
|
|
618
|
+
],
|
|
619
|
+
"usageCount": 5
|
|
620
|
+
},
|
|
621
|
+
"SolaceMenu": {
|
|
622
|
+
"keywords": [
|
|
623
|
+
"menu",
|
|
624
|
+
"dropdown menu",
|
|
625
|
+
"action menu",
|
|
626
|
+
"context menu",
|
|
627
|
+
"kebab menu",
|
|
628
|
+
"more actions menu",
|
|
629
|
+
"three dot menu",
|
|
630
|
+
"ellipsis menu",
|
|
631
|
+
"options menu",
|
|
632
|
+
"row actions",
|
|
633
|
+
"settings menu",
|
|
634
|
+
"popup menu"
|
|
635
|
+
],
|
|
636
|
+
"commonProps": {
|
|
637
|
+
"buttonProps": "Trigger button config: {variant: 'icon', children: <Icon/>, title: string, dataQa: string}",
|
|
638
|
+
"items": "Menu items array: [{name, onMenuItemClick, dataQa, disabled?, divider?, secondaryAction?}]",
|
|
639
|
+
"id": "Menu container id",
|
|
640
|
+
"anchorOrigin": "Popup position: {horizontal, vertical}",
|
|
641
|
+
"transformOrigin": "Popup transform origin",
|
|
642
|
+
"closeOnSelect": "Close menu on item click (boolean)"
|
|
643
|
+
},
|
|
644
|
+
"usageContext": [
|
|
645
|
+
"Row-level action menus in entity lists, cards, accordions, and tables",
|
|
646
|
+
"Toolbar menus for graph settings, designer actions, and view options",
|
|
647
|
+
"Entity action menus (service, domain, agent actions with Open, Edit, Clone, Delete)",
|
|
648
|
+
"Token management menus (View Token, Regenerate, Delete)",
|
|
649
|
+
"Sort and group menus with radio group selections inside"
|
|
650
|
+
],
|
|
651
|
+
"usageCount": 43
|
|
652
|
+
},
|
|
653
|
+
"SolaceMessageBox": {
|
|
654
|
+
"keywords": [
|
|
655
|
+
"message box",
|
|
656
|
+
"alert",
|
|
657
|
+
"error message",
|
|
658
|
+
"warning message",
|
|
659
|
+
"info message",
|
|
660
|
+
"success message",
|
|
661
|
+
"notification banner",
|
|
662
|
+
"error banner",
|
|
663
|
+
"warning banner",
|
|
664
|
+
"status message",
|
|
665
|
+
"form error",
|
|
666
|
+
"API error",
|
|
667
|
+
"validation error"
|
|
668
|
+
],
|
|
669
|
+
"variants": {
|
|
670
|
+
"error": {
|
|
671
|
+
"keywords": ["error", "API error", "validation error", "failed", "unable to", "permission error"],
|
|
672
|
+
"description": "Error messages — API failures, validation errors, permission issues. Most common variant."
|
|
673
|
+
},
|
|
674
|
+
"warn": {
|
|
675
|
+
"keywords": ["warning", "caution", "notice", "attention", "before you proceed"],
|
|
676
|
+
"description": "Warnings before actions, state notices, non-blocking issues."
|
|
677
|
+
},
|
|
678
|
+
"info": {
|
|
679
|
+
"keywords": ["information", "info", "guidance", "tip", "note", "feature explanation"],
|
|
680
|
+
"description": "Informational messages, feature explanations, configuration tips."
|
|
681
|
+
},
|
|
682
|
+
"success": {
|
|
683
|
+
"keywords": ["success", "completed", "done", "saved"],
|
|
684
|
+
"description": "Positive outcome messages. Rare — used for confirmed successful operations."
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
"commonProps": {
|
|
688
|
+
"message": "Message text or JSX element (required)",
|
|
689
|
+
"variant": "'error' | 'warn' | 'info' | 'success'",
|
|
690
|
+
"dataQa": "Test identifier",
|
|
691
|
+
"showIcon": "Show variant-specific icon (boolean)",
|
|
692
|
+
"showCloseButton": "Show dismiss X button (boolean)",
|
|
693
|
+
"onClose": "Close handler",
|
|
694
|
+
"details": "Expandable details section (JSX or string)"
|
|
695
|
+
},
|
|
696
|
+
"usageContext": [
|
|
697
|
+
"Form validation error display inline above or below form fields",
|
|
698
|
+
"API error display after failed requests, often inside confirmation dialogs",
|
|
699
|
+
"Warning banners before destructive actions in delete/confirmation dialogs",
|
|
700
|
+
"Informational guidance for new features and configuration tips",
|
|
701
|
+
"State warnings like 'Objects must be in Draft state to edit'"
|
|
702
|
+
],
|
|
703
|
+
"usageCount": 122
|
|
704
|
+
},
|
|
705
|
+
"SolacePageHeader": {
|
|
706
|
+
"keywords": [
|
|
707
|
+
"page header",
|
|
708
|
+
"page title",
|
|
709
|
+
"page heading",
|
|
710
|
+
"top header",
|
|
711
|
+
"breadcrumb header",
|
|
712
|
+
"page banner",
|
|
713
|
+
"navigation header"
|
|
714
|
+
],
|
|
715
|
+
"commonProps": {
|
|
716
|
+
"title": "Page heading text",
|
|
717
|
+
"subTitle": "Subtitle or description text",
|
|
718
|
+
"breadcrumbs": "Breadcrumb navigation elements",
|
|
719
|
+
"actions": "Header action buttons (JSX)",
|
|
720
|
+
"dataQa": "Test identifier"
|
|
721
|
+
},
|
|
722
|
+
"usageContext": [
|
|
723
|
+
"Top-level page headers in Event Portal pages (Home, Resources, Designer)",
|
|
724
|
+
"Domain header with breadcrumb navigation and action buttons",
|
|
725
|
+
"Dashboard headers with subtitle counts and descriptions"
|
|
726
|
+
],
|
|
727
|
+
"usageCount": 22
|
|
728
|
+
},
|
|
729
|
+
"SolacePagination": {
|
|
730
|
+
"keywords": [
|
|
731
|
+
"pagination",
|
|
732
|
+
"page navigation",
|
|
733
|
+
"paging",
|
|
734
|
+
"page selector",
|
|
735
|
+
"next page",
|
|
736
|
+
"previous page",
|
|
737
|
+
"table pagination",
|
|
738
|
+
"list pagination"
|
|
739
|
+
],
|
|
740
|
+
"commonProps": {
|
|
741
|
+
"totalResults": "Total number of items (number)",
|
|
742
|
+
"pageSize": "Items per page (number)",
|
|
743
|
+
"activePage": "Current active page (number)",
|
|
744
|
+
"onPageSelection": "Page change handler",
|
|
745
|
+
"loading": "Show loading state (boolean)"
|
|
746
|
+
},
|
|
747
|
+
"usageContext": [
|
|
748
|
+
"Entity list pagination below tables in Event Portal designer views",
|
|
749
|
+
"Maintenance activities table pagination in Mission Control",
|
|
750
|
+
"Search result pagination in entity search dialogs and panels"
|
|
751
|
+
],
|
|
752
|
+
"usageCount": 11
|
|
753
|
+
},
|
|
754
|
+
"SolacePopover": {
|
|
755
|
+
"keywords": [
|
|
756
|
+
"popover",
|
|
757
|
+
"popup",
|
|
758
|
+
"floating panel",
|
|
759
|
+
"dropdown panel",
|
|
760
|
+
"hover card",
|
|
761
|
+
"info popup",
|
|
762
|
+
"popover menu",
|
|
763
|
+
"overlay panel",
|
|
764
|
+
"tooltip panel",
|
|
765
|
+
"floating content"
|
|
766
|
+
],
|
|
767
|
+
"commonProps": {
|
|
768
|
+
"open": "Controls visibility (boolean)",
|
|
769
|
+
"anchorElement": "Anchor element ref for positioning",
|
|
770
|
+
"anchorPosition": "Explicit position coordinates",
|
|
771
|
+
"anchorOrigin": "Anchor point: {vertical, horizontal}",
|
|
772
|
+
"transformOrigin": "Transform origin: {vertical, horizontal}",
|
|
773
|
+
"activateOnHover": "Open on hover instead of click (boolean)"
|
|
774
|
+
},
|
|
775
|
+
"usageContext": [
|
|
776
|
+
"Custom sort dropdown menus with radio group selections",
|
|
777
|
+
"Feature onboarding overlay modals for first-time users",
|
|
778
|
+
"Map marker hover popovers in event mesh geographic views",
|
|
779
|
+
"Metadata info wrapper popovers in designer shared assets",
|
|
780
|
+
"Connector chip content popovers in integration flows"
|
|
781
|
+
],
|
|
782
|
+
"usageCount": 5
|
|
783
|
+
},
|
|
784
|
+
"SolaceRadio": {
|
|
785
|
+
"keywords": [
|
|
786
|
+
"radio",
|
|
787
|
+
"radio button",
|
|
788
|
+
"radio option",
|
|
789
|
+
"single select option",
|
|
790
|
+
"choice option",
|
|
791
|
+
"exclusive option",
|
|
792
|
+
"radio input"
|
|
793
|
+
],
|
|
794
|
+
"commonProps": {
|
|
795
|
+
"id": "DOM id",
|
|
796
|
+
"name": "Radio group name",
|
|
797
|
+
"dataQa": "Test identifier",
|
|
798
|
+
"label": "Radio option label text",
|
|
799
|
+
"subText": "Description text below label",
|
|
800
|
+
"lightSubText": "Light styling for subText (boolean)",
|
|
801
|
+
"value": "Radio option value",
|
|
802
|
+
"checked": "Selected state (boolean)",
|
|
803
|
+
"onChange": "Change handler",
|
|
804
|
+
"readOnly": "Read-only state (boolean)"
|
|
805
|
+
},
|
|
806
|
+
"usageContext": [
|
|
807
|
+
"Service type selection cards in service create forms",
|
|
808
|
+
"Endpoint type selection in service configuration",
|
|
809
|
+
"Review decision options (Approve/Reject) in request review dialogs",
|
|
810
|
+
"Sort direction options (Ascending/Descending) in sort menus"
|
|
811
|
+
],
|
|
812
|
+
"usageCount": 14
|
|
813
|
+
},
|
|
814
|
+
"SolaceRadioGroup": {
|
|
815
|
+
"keywords": [
|
|
816
|
+
"radio group",
|
|
817
|
+
"radio button group",
|
|
818
|
+
"option group",
|
|
819
|
+
"exclusive selection group",
|
|
820
|
+
"single choice group"
|
|
821
|
+
],
|
|
822
|
+
"commonProps": {
|
|
823
|
+
"id": "DOM id",
|
|
824
|
+
"name": "Group name for all child radios",
|
|
825
|
+
"dataQa": "Test identifier",
|
|
826
|
+
"value": "Currently selected value",
|
|
827
|
+
"onChange": "Selection change handler",
|
|
828
|
+
"readOnly": "Read-only state (boolean)",
|
|
829
|
+
"inline": "Horizontal layout (boolean, default false)"
|
|
830
|
+
},
|
|
831
|
+
"usageContext": [
|
|
832
|
+
"Service type selection forms wrapping SolaceRadio children",
|
|
833
|
+
"Endpoint selection in service creation workflows",
|
|
834
|
+
"Event broker configuration form radio groups in monitoring setup",
|
|
835
|
+
"Sort dropdown radio selections inside SolacePopover"
|
|
836
|
+
],
|
|
837
|
+
"usageCount": 10
|
|
838
|
+
},
|
|
839
|
+
"SolaceSelect": {
|
|
840
|
+
"keywords": [
|
|
841
|
+
"select",
|
|
842
|
+
"dropdown",
|
|
843
|
+
"dropdown select",
|
|
844
|
+
"select field",
|
|
845
|
+
"picker",
|
|
846
|
+
"chooser",
|
|
847
|
+
"option selector",
|
|
848
|
+
"form dropdown",
|
|
849
|
+
"select input",
|
|
850
|
+
"select menu"
|
|
851
|
+
],
|
|
852
|
+
"commonProps": {
|
|
853
|
+
"name": "Field name",
|
|
854
|
+
"value": "Controlled selected value (string)",
|
|
855
|
+
"onChange": "Change handler — uses {value} destructured pattern, not e.target.value",
|
|
856
|
+
"dataQa": "Test identifier",
|
|
857
|
+
"id": "DOM id",
|
|
858
|
+
"label": "Inline label text",
|
|
859
|
+
"inlineLabel": "Render label inline with field (boolean)",
|
|
860
|
+
"hasErrors": "Error state display (boolean)",
|
|
861
|
+
"helperText": "Helper/error text below select",
|
|
862
|
+
"readOnly": "Read-only display mode",
|
|
863
|
+
"required": "Required field indicator",
|
|
864
|
+
"disabled": "Disabled state",
|
|
865
|
+
"getOptionDisplayValue": "Custom display value formatter"
|
|
866
|
+
},
|
|
867
|
+
"usageContext": [
|
|
868
|
+
"Cloud/region selection dropdowns in service create forms",
|
|
869
|
+
"Broker type and authentication type selectors in configuration dialogs",
|
|
870
|
+
"View-by filter dropdowns in monitoring and insights pages",
|
|
871
|
+
"Version state selectors in Event Portal designer workflows",
|
|
872
|
+
"Dynamic form widget selectors via rjsf integration"
|
|
873
|
+
],
|
|
874
|
+
"usageCount": 48
|
|
875
|
+
},
|
|
876
|
+
"SolaceSelectAutocomplete": {
|
|
877
|
+
"keywords": [
|
|
878
|
+
"autocomplete",
|
|
879
|
+
"searchable dropdown",
|
|
880
|
+
"typeahead",
|
|
881
|
+
"combobox",
|
|
882
|
+
"search select",
|
|
883
|
+
"autocomplete select",
|
|
884
|
+
"filterable dropdown",
|
|
885
|
+
"async select",
|
|
886
|
+
"search and select"
|
|
887
|
+
],
|
|
888
|
+
"commonProps": {
|
|
889
|
+
"id": "DOM id",
|
|
890
|
+
"name": "Field name",
|
|
891
|
+
"dataQa": "Test identifier",
|
|
892
|
+
"options": "Array of option items",
|
|
893
|
+
"value": "Selected value",
|
|
894
|
+
"onChange": "Selection change handler",
|
|
895
|
+
"disabled": "Disabled state",
|
|
896
|
+
"readOnly": "Read-only state",
|
|
897
|
+
"required": "Required field indicator",
|
|
898
|
+
"fetchOptionsCallback": "Async function to fetch options dynamically",
|
|
899
|
+
"itemMappingCallback": "Custom option rendering callback",
|
|
900
|
+
"groupByCallback": "Group options callback",
|
|
901
|
+
"optionsLabelCallback": "Custom label display callback",
|
|
902
|
+
"itemComponent": "Custom option component (default: SolaceSelectAutocompleteItem)",
|
|
903
|
+
"title": "Tooltip/accessibility text"
|
|
904
|
+
},
|
|
905
|
+
"usageContext": [
|
|
906
|
+
"Region selection with searchable filtered dropdown in service create forms",
|
|
907
|
+
"Broker family/version selection with async option fetching",
|
|
908
|
+
"Cluster name selection with create-new option in service configuration",
|
|
909
|
+
"Existing configuration selectors in Event Portal wizard workflows"
|
|
910
|
+
],
|
|
911
|
+
"usageCount": 8
|
|
912
|
+
},
|
|
913
|
+
"SolaceSidePanelLayout": {
|
|
914
|
+
"keywords": [
|
|
915
|
+
"side panel layout",
|
|
916
|
+
"master detail layout",
|
|
917
|
+
"split layout",
|
|
918
|
+
"panel layout",
|
|
919
|
+
"detail panel layout",
|
|
920
|
+
"list detail layout",
|
|
921
|
+
"resizable side panel",
|
|
922
|
+
"collapsible side panel"
|
|
923
|
+
],
|
|
924
|
+
"commonProps": {
|
|
925
|
+
"showSidePanel": "Controls panel visibility (boolean)",
|
|
926
|
+
"sidePanelWidth": "Panel width in pixels (e.g., 480)",
|
|
927
|
+
"sidePanelContent": "Side panel content (JSX)",
|
|
928
|
+
"sidePanelPosition": "Panel position: SolacePanelPosition.LEFT or default right"
|
|
929
|
+
},
|
|
930
|
+
"usageContext": [
|
|
931
|
+
"Entity list views with detail side panels in Event Portal designer",
|
|
932
|
+
"Event mesh details with side panel for service/node details",
|
|
933
|
+
"Maintenance activities with side panel for activity details",
|
|
934
|
+
"Environment grid with detail panel for environment info",
|
|
935
|
+
"Catalog views with entity detail side panels"
|
|
936
|
+
],
|
|
937
|
+
"usageCount": 6
|
|
938
|
+
},
|
|
939
|
+
"SolaceStack": {
|
|
940
|
+
"keywords": [
|
|
941
|
+
"stack",
|
|
942
|
+
"flex container",
|
|
943
|
+
"vertical stack",
|
|
944
|
+
"horizontal stack",
|
|
945
|
+
"layout container",
|
|
946
|
+
"flex layout",
|
|
947
|
+
"column layout",
|
|
948
|
+
"row layout",
|
|
949
|
+
"spacing container",
|
|
950
|
+
"flex group",
|
|
951
|
+
"button row",
|
|
952
|
+
"form layout"
|
|
953
|
+
],
|
|
954
|
+
"commonProps": {
|
|
955
|
+
"spacing": "Gap between children (number: 1, 2, 3, 5)",
|
|
956
|
+
"direction": "'row' for horizontal, default is 'column'",
|
|
957
|
+
"gap": "Alternative to spacing (number)",
|
|
958
|
+
"justifyContent": "Flex justify-content (e.g., 'end')",
|
|
959
|
+
"width": "'100%' for full width",
|
|
960
|
+
"margin": "Margin shorthand (number)",
|
|
961
|
+
"padding": "Padding shorthand (number)"
|
|
962
|
+
},
|
|
963
|
+
"usageContext": [
|
|
964
|
+
"Form layouts grouping form fields vertically with consistent spacing",
|
|
965
|
+
"Button rows (direction='row') for Cancel + CTA action pairs",
|
|
966
|
+
"Dialog and confirmation dialog content layout",
|
|
967
|
+
"Card content containers with stacked typography and actions",
|
|
968
|
+
"Page sections and footers with consistent spacing"
|
|
969
|
+
],
|
|
970
|
+
"usageCount": 78
|
|
971
|
+
},
|
|
972
|
+
"SolaceTable": {
|
|
973
|
+
"keywords": ["table", "data table", "sortable table", "grid table", "tabular data", "table view"],
|
|
974
|
+
"commonProps": {
|
|
975
|
+
"columns": "SolaceTableColumn[] — column definitions",
|
|
976
|
+
"rows": "SolaceTableRow[] — row data array",
|
|
977
|
+
"loading": "Show loading state (boolean)",
|
|
978
|
+
"selectionType": "SolaceTableSelectionType.NONE | SINGLE | MULTI",
|
|
979
|
+
"sortCallback": "Column sort handler",
|
|
980
|
+
"renderCustomRowCells": "Custom cell renderer callback",
|
|
981
|
+
"renderCustomRowActionItem": "Custom row action renderer"
|
|
982
|
+
},
|
|
983
|
+
"usageContext": [
|
|
984
|
+
"Maintenance activities data tables with sortable columns",
|
|
985
|
+
"Completed activities tables with pagination below",
|
|
986
|
+
"Activity checks tables with custom cell rendering for status colors"
|
|
987
|
+
],
|
|
988
|
+
"usageCount": 5
|
|
989
|
+
},
|
|
990
|
+
"SolaceTabs": {
|
|
991
|
+
"keywords": [
|
|
992
|
+
"tabs",
|
|
993
|
+
"tab bar",
|
|
994
|
+
"tab navigation",
|
|
995
|
+
"tabbed interface",
|
|
996
|
+
"tab panel",
|
|
997
|
+
"section tabs",
|
|
998
|
+
"navigation tabs",
|
|
999
|
+
"tab switcher"
|
|
1000
|
+
],
|
|
1001
|
+
"commonProps": {
|
|
1002
|
+
"value": "Active tab index or value",
|
|
1003
|
+
"onChange": "Tab change handler",
|
|
1004
|
+
"children": "Tab elements as children",
|
|
1005
|
+
"dataQa": "Test identifier"
|
|
1006
|
+
},
|
|
1007
|
+
"usageContext": [
|
|
1008
|
+
"Section navigation tabs in service detail pages (Overview, Connect, Manage)",
|
|
1009
|
+
"Entity detail tabs in Event Portal designer (Details, Events, Schemas)",
|
|
1010
|
+
"Configuration section tabs in settings pages",
|
|
1011
|
+
"Monitoring dashboard tabs for different metric views"
|
|
1012
|
+
],
|
|
1013
|
+
"usageCount": 33
|
|
1014
|
+
},
|
|
1015
|
+
"SolaceTextArea": {
|
|
1016
|
+
"keywords": [
|
|
1017
|
+
"textarea",
|
|
1018
|
+
"text area",
|
|
1019
|
+
"multiline input",
|
|
1020
|
+
"long text field",
|
|
1021
|
+
"description field",
|
|
1022
|
+
"notes field",
|
|
1023
|
+
"multiline text",
|
|
1024
|
+
"large text input",
|
|
1025
|
+
"comment field"
|
|
1026
|
+
],
|
|
1027
|
+
"commonProps": {
|
|
1028
|
+
"id": "DOM id",
|
|
1029
|
+
"name": "Field name",
|
|
1030
|
+
"dataQa": "Test identifier",
|
|
1031
|
+
"value": "Controlled text value",
|
|
1032
|
+
"onChange": "Change handler",
|
|
1033
|
+
"hasErrors": "Error state display (boolean)",
|
|
1034
|
+
"helperText": "Helper/error text below textarea",
|
|
1035
|
+
"readOnly": "Read-only display mode (boolean)",
|
|
1036
|
+
"maxLength": "Maximum character limit (number)"
|
|
1037
|
+
},
|
|
1038
|
+
"usageContext": [
|
|
1039
|
+
"Long-text form fields for descriptions, request targets, and header values",
|
|
1040
|
+
"Read-only display of long strings (>255 characters) in detail views",
|
|
1041
|
+
"Wrapped in AtomTextArea for Jotai atom-based state management (mc, sam micro-frontends)"
|
|
1042
|
+
],
|
|
1043
|
+
"usageCount": 17
|
|
1044
|
+
},
|
|
1045
|
+
"SolaceTextField": {
|
|
1046
|
+
"keywords": [
|
|
1047
|
+
"text field",
|
|
1048
|
+
"text input",
|
|
1049
|
+
"input field",
|
|
1050
|
+
"form input",
|
|
1051
|
+
"text box",
|
|
1052
|
+
"input box",
|
|
1053
|
+
"search field",
|
|
1054
|
+
"filter input",
|
|
1055
|
+
"name field",
|
|
1056
|
+
"email field",
|
|
1057
|
+
"password field",
|
|
1058
|
+
"username field"
|
|
1059
|
+
],
|
|
1060
|
+
"commonProps": {
|
|
1061
|
+
"name": "Field name identifier",
|
|
1062
|
+
"value": "Controlled input value",
|
|
1063
|
+
"onChange": "Change handler — uses {value} destructured pattern, not e.target.value",
|
|
1064
|
+
"dataQa": "Test identifier",
|
|
1065
|
+
"id": "DOM id",
|
|
1066
|
+
"label": "Inline label text",
|
|
1067
|
+
"readOnly": "Read-only display mode (boolean)",
|
|
1068
|
+
"hasErrors": "Error state display (boolean)",
|
|
1069
|
+
"helperText": "Helper/error text below input",
|
|
1070
|
+
"required": "Required field indicator",
|
|
1071
|
+
"type": "'text' | 'password' input type",
|
|
1072
|
+
"autoFocus": "Auto-focus on mount (boolean)",
|
|
1073
|
+
"disabled": "Disabled state",
|
|
1074
|
+
"onBlur": "Blur validation handler",
|
|
1075
|
+
"inlineLabel": "Render label inline with field",
|
|
1076
|
+
"endAdornment": "End adornment elements (e.g., show/hide password button)",
|
|
1077
|
+
"placeholder": "Placeholder text"
|
|
1078
|
+
},
|
|
1079
|
+
"usageContext": [
|
|
1080
|
+
"Form fields in create/edit workflows (service name, agent name, configuration fields)",
|
|
1081
|
+
"Read-only display fields showing service version, agent ID, connection details",
|
|
1082
|
+
"Search/filter inputs with search icon end adornment",
|
|
1083
|
+
"Dialog content form fields in upgrade, configuration, and setup dialogs",
|
|
1084
|
+
"Dynamic form widgets via rjsf integration for connector configuration"
|
|
1085
|
+
],
|
|
1086
|
+
"usageCount": 75
|
|
1087
|
+
},
|
|
1088
|
+
"SolaceToggle": {
|
|
1089
|
+
"keywords": [
|
|
1090
|
+
"toggle",
|
|
1091
|
+
"toggle switch",
|
|
1092
|
+
"switch",
|
|
1093
|
+
"on off switch",
|
|
1094
|
+
"boolean toggle",
|
|
1095
|
+
"flip switch",
|
|
1096
|
+
"toggle button",
|
|
1097
|
+
"enable disable"
|
|
1098
|
+
],
|
|
1099
|
+
"commonProps": {
|
|
1100
|
+
"id": "DOM id",
|
|
1101
|
+
"name": "Field name",
|
|
1102
|
+
"dataQa": "Test identifier",
|
|
1103
|
+
"isOn": "Controlled toggle state (boolean — not 'checked')",
|
|
1104
|
+
"onChange": "Change handler",
|
|
1105
|
+
"label": "Toggle label text",
|
|
1106
|
+
"hasErrors": "Error state display (boolean)",
|
|
1107
|
+
"helperText": "Helper/error text"
|
|
1108
|
+
},
|
|
1109
|
+
"usageContext": [
|
|
1110
|
+
"Boolean toggle switches for filter options (e.g., 'Hide Matches')",
|
|
1111
|
+
"Audit configuration toggles in topology management",
|
|
1112
|
+
"Wrapped in AtomToggle for Jotai atom-based state management (mc, sam micro-frontends)"
|
|
1113
|
+
],
|
|
1114
|
+
"usageCount": 15
|
|
1115
|
+
},
|
|
1116
|
+
"SolaceToggleButtonGroup": {
|
|
1117
|
+
"keywords": [
|
|
1118
|
+
"toggle button group",
|
|
1119
|
+
"segmented control",
|
|
1120
|
+
"toggle group",
|
|
1121
|
+
"button group",
|
|
1122
|
+
"segmented toggle",
|
|
1123
|
+
"view switcher",
|
|
1124
|
+
"filter toggle",
|
|
1125
|
+
"option toggle group"
|
|
1126
|
+
],
|
|
1127
|
+
"commonProps": {
|
|
1128
|
+
"options": "Array of toggle button options with labels and values",
|
|
1129
|
+
"activeValue": "Currently active option value (string)",
|
|
1130
|
+
"onChange": "Selection change handler"
|
|
1131
|
+
},
|
|
1132
|
+
"usageContext": [
|
|
1133
|
+
"Segmented toggles for filtering views (Publish/Subscribe/All flow directions)",
|
|
1134
|
+
"Custom attribute type tabs (String/Number/Boolean) in Event Portal",
|
|
1135
|
+
"List/grid view toggle in service and mesh list pages",
|
|
1136
|
+
"Event reference list filter toggles in designer views"
|
|
1137
|
+
],
|
|
1138
|
+
"usageCount": 8
|
|
1139
|
+
},
|
|
1140
|
+
"SolaceTooltip": {
|
|
1141
|
+
"keywords": [
|
|
1142
|
+
"tooltip",
|
|
1143
|
+
"hover tip",
|
|
1144
|
+
"info tooltip",
|
|
1145
|
+
"help tooltip",
|
|
1146
|
+
"truncation tooltip",
|
|
1147
|
+
"overflow tooltip",
|
|
1148
|
+
"popover tooltip",
|
|
1149
|
+
"title tooltip",
|
|
1150
|
+
"accessibility tooltip",
|
|
1151
|
+
"hover info"
|
|
1152
|
+
],
|
|
1153
|
+
"variants": {
|
|
1154
|
+
"overflow": {
|
|
1155
|
+
"keywords": ["truncated text", "text overflow", "ellipsis tooltip", "show full text"],
|
|
1156
|
+
"description": "Shows full text when content is truncated. Most common variant."
|
|
1157
|
+
},
|
|
1158
|
+
"rich": {
|
|
1159
|
+
"keywords": ["rich tooltip", "multiline tooltip", "detailed tooltip", "error details tooltip"],
|
|
1160
|
+
"description": "Multi-line or complex content tooltips for error details and info blurbs."
|
|
1161
|
+
},
|
|
1162
|
+
"html": {
|
|
1163
|
+
"keywords": ["HTML tooltip", "JSX tooltip", "component tooltip", "interactive tooltip"],
|
|
1164
|
+
"description": "JSX/component tooltips for authentication tips and info panels."
|
|
1165
|
+
},
|
|
1166
|
+
"text": {
|
|
1167
|
+
"keywords": ["simple tooltip", "plain tooltip", "text only tooltip"],
|
|
1168
|
+
"description": "Simple text-only tooltips for labels and status indicators."
|
|
1169
|
+
}
|
|
1170
|
+
},
|
|
1171
|
+
"commonProps": {
|
|
1172
|
+
"title": "Tooltip content — string or JSX (required)",
|
|
1173
|
+
"variant": "'overflow' | 'rich' | 'html' | 'text'",
|
|
1174
|
+
"placement": "'top' | 'top-start' | 'bottom' | 'bottom-start' | 'right'",
|
|
1175
|
+
"maxWidth": "'small' | 'medium' — constrains tooltip width",
|
|
1176
|
+
"dataQa": "Test identifier",
|
|
1177
|
+
"open": "Controlled open state (boolean, rare)",
|
|
1178
|
+
"disableHoverListener": "Conditionally disable tooltip on hover",
|
|
1179
|
+
"disableFocusListener": "Disable tooltip on focus"
|
|
1180
|
+
},
|
|
1181
|
+
"usageContext": [
|
|
1182
|
+
"Truncated text tooltips (variant='overflow') in table cells, names, and error messages",
|
|
1183
|
+
"Status indicator hover tooltips for ready/not ready/maintenance states",
|
|
1184
|
+
"Help/info icon tooltips wrapping HelpIcon for form field explanations",
|
|
1185
|
+
"Rich error detail tooltips with JSX content for mesh health and warnings",
|
|
1186
|
+
"Disabled button explanations (wrapping disabled SolaceButton with reason)"
|
|
1187
|
+
],
|
|
1188
|
+
"usageCount": 138
|
|
1189
|
+
},
|
|
1190
|
+
"SolaceTruncatableLink": {
|
|
1191
|
+
"keywords": [
|
|
1192
|
+
"truncatable link",
|
|
1193
|
+
"ellipsis link",
|
|
1194
|
+
"overflow link",
|
|
1195
|
+
"entity link",
|
|
1196
|
+
"clickable name",
|
|
1197
|
+
"table link",
|
|
1198
|
+
"list link",
|
|
1199
|
+
"name link",
|
|
1200
|
+
"navigation link"
|
|
1201
|
+
],
|
|
1202
|
+
"commonProps": {
|
|
1203
|
+
"id": "DOM id",
|
|
1204
|
+
"text": "Link text content (displayed with truncation)",
|
|
1205
|
+
"onClick": "Click handler (undefined for non-clickable display)"
|
|
1206
|
+
},
|
|
1207
|
+
"usageContext": [
|
|
1208
|
+
"Entity name links in data tables — domains, applications, schemas, events",
|
|
1209
|
+
"Audit side panel entity name links for navigation",
|
|
1210
|
+
"Entity detail labels that navigate to the entity's page on click",
|
|
1211
|
+
"Template and request table clickable name entries"
|
|
1212
|
+
],
|
|
1213
|
+
"usageCount": 14
|
|
1214
|
+
},
|
|
1215
|
+
"SolaceTypography": {
|
|
1216
|
+
"keywords": [
|
|
1217
|
+
"typography",
|
|
1218
|
+
"text",
|
|
1219
|
+
"heading",
|
|
1220
|
+
"title",
|
|
1221
|
+
"subtitle",
|
|
1222
|
+
"paragraph",
|
|
1223
|
+
"caption",
|
|
1224
|
+
"body text",
|
|
1225
|
+
"label text",
|
|
1226
|
+
"page title",
|
|
1227
|
+
"section header",
|
|
1228
|
+
"description text"
|
|
1229
|
+
],
|
|
1230
|
+
"variants": {
|
|
1231
|
+
"h1": {
|
|
1232
|
+
"keywords": ["page title", "main heading", "top level heading"],
|
|
1233
|
+
"description": "Page-level titles at the top of pages."
|
|
1234
|
+
},
|
|
1235
|
+
"h2": {
|
|
1236
|
+
"keywords": ["panel heading", "section title", "secondary heading"],
|
|
1237
|
+
"description": "Panel headings and major section titles."
|
|
1238
|
+
},
|
|
1239
|
+
"h3": {
|
|
1240
|
+
"keywords": ["section header", "card title", "dialog section", "subsection heading"],
|
|
1241
|
+
"description": "Section headers, card titles, side panel headers."
|
|
1242
|
+
},
|
|
1243
|
+
"h4": {
|
|
1244
|
+
"keywords": ["group label", "small heading", "category label"],
|
|
1245
|
+
"description": "Group labels in cards and lists."
|
|
1246
|
+
},
|
|
1247
|
+
"h5": {
|
|
1248
|
+
"keywords": ["sub-section label", "column header", "minor heading"],
|
|
1249
|
+
"description": "Sub-section labels and table column headers."
|
|
1250
|
+
},
|
|
1251
|
+
"body1": {
|
|
1252
|
+
"keywords": ["body text", "paragraph", "content text", "description"],
|
|
1253
|
+
"description": "Body text content, typically with component='div' for block layout."
|
|
1254
|
+
},
|
|
1255
|
+
"caption": {
|
|
1256
|
+
"keywords": ["caption", "metadata", "secondary text", "small text"],
|
|
1257
|
+
"description": "Metadata, secondary info, environment labels."
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
"commonProps": {
|
|
1261
|
+
"variant": "'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'body1' | 'caption'",
|
|
1262
|
+
"component": "Override rendered HTML element: 'div' | 'span'",
|
|
1263
|
+
"sx": "MUI inline styles object",
|
|
1264
|
+
"fontWeight": "Font weight override (number or theme ref)",
|
|
1265
|
+
"children": "Text content"
|
|
1266
|
+
},
|
|
1267
|
+
"usageContext": [
|
|
1268
|
+
"Page headings (variant='h1') at the top of all pages",
|
|
1269
|
+
"Section titles (variant='h3') within cards, panels, and dialog sections",
|
|
1270
|
+
"Body text content (variant='body1') with component='div' for block layout",
|
|
1271
|
+
"Metadata and secondary info (variant='caption') in detail views",
|
|
1272
|
+
"Inline text spans with component='span' for mixed content"
|
|
1273
|
+
],
|
|
1274
|
+
"usageCount": 279
|
|
1275
|
+
}
|
|
1276
|
+
}
|