@muibook/components 16.0.0 → 18.0.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/esm/components/mui-slide-frame/index.js +90 -95
- package/dist/esm/components/mui-slide-section/index.js +23 -0
- package/dist/esm/css/mui-brand.css +1 -1
- package/dist/esm/custom-elements.json +666 -724
- package/dist/esm/index.js +5 -4
- package/dist/types/components/mui-slide-frame/index.d.ts +1 -0
- package/dist/types/components/mui-slide-section/index.d.ts +1 -0
- package/dist/types/index.d.ts +1 -0
- package/package.json +5 -1
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
},
|
|
246
246
|
{
|
|
247
247
|
"kind": "javascript-module",
|
|
248
|
-
"path": "src/components/mui-
|
|
248
|
+
"path": "src/components/mui-avatar/doc.ts",
|
|
249
249
|
"declarations": [
|
|
250
250
|
{
|
|
251
251
|
"kind": "variable",
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
"type": {
|
|
254
254
|
"text": "MuiDocs"
|
|
255
255
|
},
|
|
256
|
-
"default": "{
|
|
256
|
+
"default": "{ Avatar: { title: \"Avatar\", description: \"Avatar components are used to represent users or entities visually, often through images, initials, or icons.\", hero: [\"https://images.ctfassets.net/i5uwscj4pkk2/2Qj1aPRsHVZZs6eF8XO6XC/54dd3c04d5a0ac379050cfa6f45d9732/Avatar_-_Home_Image.png\"], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=1498-15366&t=2P2nhh7B70fl6xQ4-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/inputs-avatar--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-avatar/index.ts\"], website: [\"https://muibook.com/#/avatar\"], guides: [\"https://guides.muibook.com/avatar\"], usage: { list: [ \"Represent a user or entity visually in lists, chats, comments, or profiles.\", \"Display a profile photo, initials, or icon associated with a person or object.\", \"Use in compact UI elements where space is limited (e.g., tables, cards).\", \"Pair with user metadata (name, role, status) for context.\", \"Indicate presence, status, or selection in collaborative interfaces.\", ], }, accessibility: { designerList: [ \"Avatars should always include an accessible label via the label attribute to ensure screen readers can convey their purpose.\", \"When using images, ensure they are clear and appropriately sized for the avatar component.\", \"For avatars representing users, consider using initials or icons when images are not available to maintain visual consistency.\", ], engineerList: [ \"Avatars should always include an accessible label via the label attribute to ensure screen readers can convey their purpose.\", \"When using images, ensure they are clear and appropriately sized for the avatar component.\", \"For avatars representing users, consider using initials or icons when images are not available to maintain visual consistency.\", ], }, anatomy: { image: \"\", list: [\"\"], }, variants: { items: [ { key: \"\", title: \"\", description: \"\", image: \"\", }, ], }, compositions: { description: \"\", items: [ { key: \"\", name: \"\", description: \"\", image: \"\", }, ], }, related: { items: [ { name: \"\", link: \"\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
257
257
|
}
|
|
258
258
|
],
|
|
259
259
|
"exports": [
|
|
@@ -262,84 +262,91 @@
|
|
|
262
262
|
"name": "muiDocs",
|
|
263
263
|
"declaration": {
|
|
264
264
|
"name": "muiDocs",
|
|
265
|
-
"module": "src/components/mui-
|
|
265
|
+
"module": "src/components/mui-avatar/doc.ts"
|
|
266
266
|
}
|
|
267
267
|
}
|
|
268
268
|
]
|
|
269
269
|
},
|
|
270
270
|
{
|
|
271
271
|
"kind": "javascript-module",
|
|
272
|
-
"path": "src/components/mui-
|
|
272
|
+
"path": "src/components/mui-avatar/index.ts",
|
|
273
273
|
"declarations": [
|
|
274
274
|
{
|
|
275
275
|
"kind": "class",
|
|
276
276
|
"description": "",
|
|
277
|
-
"name": "
|
|
277
|
+
"name": "MuiAvatar",
|
|
278
278
|
"members": [
|
|
279
279
|
{
|
|
280
|
-
"kind": "
|
|
281
|
-
"name": "
|
|
280
|
+
"kind": "field",
|
|
281
|
+
"name": "_imageFailed",
|
|
282
|
+
"type": {
|
|
283
|
+
"text": "boolean | undefined"
|
|
284
|
+
},
|
|
285
|
+
"privacy": "private"
|
|
282
286
|
},
|
|
283
287
|
{
|
|
284
288
|
"kind": "method",
|
|
285
|
-
"name": "
|
|
286
|
-
"privacy": "private"
|
|
289
|
+
"name": "hasSlottedContent"
|
|
287
290
|
},
|
|
288
291
|
{
|
|
289
292
|
"kind": "method",
|
|
290
|
-
"name": "
|
|
291
|
-
"privacy": "private",
|
|
293
|
+
"name": "getInitials",
|
|
292
294
|
"parameters": [
|
|
293
295
|
{
|
|
294
|
-
"name": "
|
|
296
|
+
"name": "label",
|
|
295
297
|
"type": {
|
|
296
|
-
"text": "
|
|
298
|
+
"text": "string | null"
|
|
297
299
|
}
|
|
298
300
|
}
|
|
299
301
|
]
|
|
300
302
|
},
|
|
301
303
|
{
|
|
302
304
|
"kind": "method",
|
|
303
|
-
"name": "
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
}
|
|
305
|
+
"name": "getBackgroundCSS"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"kind": "method",
|
|
309
|
+
"name": "render"
|
|
309
310
|
}
|
|
310
311
|
],
|
|
311
312
|
"attributes": [
|
|
313
|
+
{
|
|
314
|
+
"name": "label"
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"name": "image"
|
|
318
|
+
},
|
|
312
319
|
{
|
|
313
320
|
"name": "size"
|
|
314
321
|
},
|
|
315
322
|
{
|
|
316
|
-
"name": "
|
|
323
|
+
"name": "background"
|
|
317
324
|
},
|
|
318
325
|
{
|
|
319
|
-
"name": "
|
|
326
|
+
"name": "background-color"
|
|
320
327
|
}
|
|
321
328
|
],
|
|
322
329
|
"superclass": {
|
|
323
330
|
"name": "HTMLElement"
|
|
324
331
|
},
|
|
325
|
-
"tagName": "mui-
|
|
332
|
+
"tagName": "mui-avatar",
|
|
326
333
|
"customElement": true
|
|
327
334
|
}
|
|
328
335
|
],
|
|
329
336
|
"exports": [
|
|
330
337
|
{
|
|
331
338
|
"kind": "custom-element-definition",
|
|
332
|
-
"name": "mui-
|
|
339
|
+
"name": "mui-avatar",
|
|
333
340
|
"declaration": {
|
|
334
|
-
"name": "
|
|
335
|
-
"module": "src/components/mui-
|
|
341
|
+
"name": "MuiAvatar",
|
|
342
|
+
"module": "src/components/mui-avatar/index.ts"
|
|
336
343
|
}
|
|
337
344
|
}
|
|
338
345
|
]
|
|
339
346
|
},
|
|
340
347
|
{
|
|
341
348
|
"kind": "javascript-module",
|
|
342
|
-
"path": "src/components/mui-
|
|
349
|
+
"path": "src/components/mui-badge/doc.ts",
|
|
343
350
|
"declarations": [
|
|
344
351
|
{
|
|
345
352
|
"kind": "variable",
|
|
@@ -347,7 +354,7 @@
|
|
|
347
354
|
"type": {
|
|
348
355
|
"text": "MuiDocs"
|
|
349
356
|
},
|
|
350
|
-
"default": "{
|
|
357
|
+
"default": "{ Badge: { title: \"Badge\", description: \"Badges are non-interactive and indicate counts or statuses.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/3uhL6lnJTEY4LtVyMA3og5/7844fa7e691b9f97e3c335e1a978e881/Badge_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=3-1108&t=FSv3FEahG8VQW1FZ-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/feedback-badge--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-badge/index.ts\"], website: [\"https://muibook.com/#/badge\"], guides: [\"https://guides.muibook.com/badge\"], usage: { list: [ \"Show the number of unread notifications – E.g. '4' unread messages\", \"Indicate the status of a user – E.g. Online, Busy, or Away\", \"Use size variants (xx-small, x-small, small, medium, large) to match surrounding component scale.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, anatomy: { image: \"\", list: [\"\"], }, variants: { items: [ { key: \"default\", title: \"default\", description: \"Used for data that is visually in the foreground.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3Xgz2qoLs8NACel4fRr9iC/52699b5763f1efd4853a9ffb991b3ff3/badge-default.png\", }, { key: \"positive\", title: \"positive\", description: \"For positive or completed statuses.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/65RMIuUEUIzusbSAwqLQcI/63edb290041c708fc69d0d27fc49e25d/badge-positive.png\", }, { key: \"warning\", title: \"warning\", description: \"For urgent or important statuses.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/5AFfOShVyTEKO1wgIe6rYv/e809c76ddabdfd9789adc31a26becf83/badge-warning.png\", }, { key: \"error\", title: \"error\", description: \"Represents an error, issue or critical state.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/E0jtn7WSTwYligMqSNl0k/c3c041e025c3725682ec12eb3ab98400/badge-error.png\", }, { key: \"overlay\", title: \"overlay\", description: \"For labels placed on media/image surfaces with stronger contrast.\", image: \"\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"outcome-based-roadmap\", name: \"Outcome-Based Roadmap\", description: \"Example of an Outcome-Based Roadmap page showing objectives organised into Upcoming, Doing, and Finished columns. Progress bars indicate the completion status of each task, providing a clear view of overall progress.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3w5htPtfEz7QMCH9alVcwf/de35725fb4542b891bd695b900195291/Outcomes-Progress-Composition.png\", }, { key: \"compliance-dashboard-table\", name: \"Compliance Dashboard Table\", description: \"This example shows a desktop view of a table used within an accounting compliance dashboard.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3vUKA5C5iJ3LvjLwf2WiO9/274ffe423dbe828244294f6809172ce1/table-composition-compliance-dashboard.png\", }, { key: \"carousel-showcase\", name: \"Carousel Showcase\", description: \"This example from the GuruSuite website demonstrates the carousel used to showcase two of the products on offer.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2TaRRm351HyujF9mT2w1wH/3958f69e939d20618751742130dc5f06/GuruSuite-Carousel-Composition.png\", }, { key: \"outcomes-roadmap-dashboard\", name: \"Outcomes Roadmap Dashboard\", description: \"Example of the responsive component in the Outcomes Roadmap Dashboard, demonstrating layout, title, and padding adjustments across breakpoints.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3FsXandRr1Z9BAKv33twxT/b0d0e4a8b6237bf7d38660111bceb8ab/responsive-composition.gif\", }, ], }, related: { items: [ { name: \"Button\", link: \"https://guides.muibook.com/button\", }, { name: \"Link\", link: \"https://guides.muibook.com/link\", }, { name: \"Tab Bar\", link: \"https://guides.muibook.com/tab-bar\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
351
358
|
}
|
|
352
359
|
],
|
|
353
360
|
"exports": [
|
|
@@ -356,48 +363,20 @@
|
|
|
356
363
|
"name": "muiDocs",
|
|
357
364
|
"declaration": {
|
|
358
365
|
"name": "muiDocs",
|
|
359
|
-
"module": "src/components/mui-
|
|
366
|
+
"module": "src/components/mui-badge/doc.ts"
|
|
360
367
|
}
|
|
361
368
|
}
|
|
362
369
|
]
|
|
363
370
|
},
|
|
364
371
|
{
|
|
365
372
|
"kind": "javascript-module",
|
|
366
|
-
"path": "src/components/mui-
|
|
373
|
+
"path": "src/components/mui-badge/index.ts",
|
|
367
374
|
"declarations": [
|
|
368
375
|
{
|
|
369
376
|
"kind": "class",
|
|
370
377
|
"description": "",
|
|
371
|
-
"name": "
|
|
378
|
+
"name": "MuiBadge",
|
|
372
379
|
"members": [
|
|
373
|
-
{
|
|
374
|
-
"kind": "field",
|
|
375
|
-
"name": "_imageFailed",
|
|
376
|
-
"type": {
|
|
377
|
-
"text": "boolean | undefined"
|
|
378
|
-
},
|
|
379
|
-
"privacy": "private"
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
"kind": "method",
|
|
383
|
-
"name": "hasSlottedContent"
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
"kind": "method",
|
|
387
|
-
"name": "getInitials",
|
|
388
|
-
"parameters": [
|
|
389
|
-
{
|
|
390
|
-
"name": "label",
|
|
391
|
-
"type": {
|
|
392
|
-
"text": "string | null"
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
]
|
|
396
|
-
},
|
|
397
|
-
{
|
|
398
|
-
"kind": "method",
|
|
399
|
-
"name": "getBackgroundCSS"
|
|
400
|
-
},
|
|
401
380
|
{
|
|
402
381
|
"kind": "method",
|
|
403
382
|
"name": "render"
|
|
@@ -405,42 +384,33 @@
|
|
|
405
384
|
],
|
|
406
385
|
"attributes": [
|
|
407
386
|
{
|
|
408
|
-
"name": "
|
|
409
|
-
},
|
|
410
|
-
{
|
|
411
|
-
"name": "image"
|
|
387
|
+
"name": "variant"
|
|
412
388
|
},
|
|
413
389
|
{
|
|
414
390
|
"name": "size"
|
|
415
|
-
},
|
|
416
|
-
{
|
|
417
|
-
"name": "background"
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"name": "background-color"
|
|
421
391
|
}
|
|
422
392
|
],
|
|
423
393
|
"superclass": {
|
|
424
394
|
"name": "HTMLElement"
|
|
425
395
|
},
|
|
426
|
-
"tagName": "mui-
|
|
396
|
+
"tagName": "mui-badge",
|
|
427
397
|
"customElement": true
|
|
428
398
|
}
|
|
429
399
|
],
|
|
430
400
|
"exports": [
|
|
431
401
|
{
|
|
432
402
|
"kind": "custom-element-definition",
|
|
433
|
-
"name": "mui-
|
|
403
|
+
"name": "mui-badge",
|
|
434
404
|
"declaration": {
|
|
435
|
-
"name": "
|
|
436
|
-
"module": "src/components/mui-
|
|
405
|
+
"name": "MuiBadge",
|
|
406
|
+
"module": "src/components/mui-badge/index.ts"
|
|
437
407
|
}
|
|
438
408
|
}
|
|
439
409
|
]
|
|
440
410
|
},
|
|
441
411
|
{
|
|
442
412
|
"kind": "javascript-module",
|
|
443
|
-
"path": "src/components/mui-
|
|
413
|
+
"path": "src/components/mui-body/doc.ts",
|
|
444
414
|
"declarations": [
|
|
445
415
|
{
|
|
446
416
|
"kind": "variable",
|
|
@@ -448,7 +418,7 @@
|
|
|
448
418
|
"type": {
|
|
449
419
|
"text": "MuiDocs"
|
|
450
420
|
},
|
|
451
|
-
"default": "{
|
|
421
|
+
"default": "{ Body: { title: \"Body\", description: \"Use the Body component for clear and readable paragraph text across the UI. It’s ideal for longer-form content such as descriptions, explanations, or supporting information. Variant styles are also available for status messages and other contextual needs.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/GGmtyOnGHBMGMrvkPTWSL/2c6ff12702d76c1393b2315b19728aa3/Body_-_Home_Image.png\", ], figma: [\"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=3-892&t=fSFYVey9aCoE5oQa-1\"], storybook: [\"https://stories.muibook.com/?path=/docs/content-body--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-body/index.ts\"], website: [\"https://muibook.com/#/button\"], guides: [\"https://guides.muibook.com/body\"], usage: { list: [ \"Use for supporting content or descriptions.\", \"Use states like Default, Success, Warning and Error to align with feedback or messaging contexts.\", \"Match the body size to the layout’s overall design and readability.\", \"Adjust the size by selecting x-small, small, medium or large.\", \"Use before/after slots to compose inline icons, badges, or helper UI with body text.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, anatomy: { image: \"\", list: [\"\"], }, variants: { items: [ { key: \"default\", title: \"Default\", description: \"Standard body text with x-small, small, medium and large for tailored readability. In addition to the size, font weight of regular and bold is available.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2NAalFsBAkeBz69hO093eb/b9390132c50df11749aaa47dafdb2b93/default.png\", }, { key: \"optional\", title: \"Optional\", description: \"Optional text is visually lighter, providing subtle contrast to Standard body text. It comes in four sizes—x-small, small, medium, and large—for tailored readability. Font weights of regular and bold are also available, giving flexibility for emphasis or hierarchy.\", image: \"\", }, { key: \"success\", title: \"Success\", description: \"Indicates positive feedback with the option of x-small, small, medium and large for tailored readability. In addition to the size, font weight of regular and bold is available.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/8RChklU9yHSY7PTJH0JLD/c72f630006f2be4e7f1d850d7510c92f/success.png\", }, { key: \"warning\", title: \"Warning\", description: \"Highlights warning messages with the option of x-small, small, medium, and large for tailored readability. In addition to the size, font weight of regular and bold is available.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2UJaVEXU2fbKPi3L7afjt/e82b06ef54e92cf2d6f6e984d8a27079/warning.png\", }, { key: \"error\", title: \"Error\", description: \"Highlights error messages with the option of x-small, small, medium, and large for tailored readability. In addition to the size, font weight of regular and bold is available.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/egb4l4ubM0A6T44xAxDgz/5d94fa59f0069b689da537710650e22b/error.png\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"muibook-resource\", name: \"Muibook Resource\", description: \"The Muibook documentation site uses MUI components to compose its layout, including headings, text, lists, buttons, icons, and image components.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3LVvuYDZWRnMhxNy6GMLNd/c5074a05eacb2c22c50ea172b3567c48/Muibook-List-Composition.png\", }, { key: \"outcomes-roadmap-dashboard\", name: \"Outcomes Roadmap Dashboard\", description: \"Example of the responsive component in the Outcomes Roadmap Dashboard, demonstrating layout, title, and padding adjustments across breakpoints.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3FsXandRr1Z9BAKv33twxT/b0d0e4a8b6237bf7d38660111bceb8ab/responsive-composition.gif\", }, { key: \"outcome-based-roadmap\", name: \"Outcome-Based Roadmap\", description: \"Example of an Outcome-Based Roadmap page showing objectives organised into Upcoming, Doing, and Finished columns. Progress bars indicate the completion status of each task, providing a clear view of overall progress.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3w5htPtfEz7QMCH9alVcwf/de35725fb4542b891bd695b900195291/Outcomes-Progress-Composition.png\", }, ], }, related: { items: [ { name: \"Heading\", link: \"https://guides.muibook.com/heading\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
452
422
|
}
|
|
453
423
|
],
|
|
454
424
|
"exports": [
|
|
@@ -457,47 +427,77 @@
|
|
|
457
427
|
"name": "muiDocs",
|
|
458
428
|
"declaration": {
|
|
459
429
|
"name": "muiDocs",
|
|
460
|
-
"module": "src/components/mui-
|
|
430
|
+
"module": "src/components/mui-body/doc.ts"
|
|
461
431
|
}
|
|
462
432
|
}
|
|
463
433
|
]
|
|
464
434
|
},
|
|
465
435
|
{
|
|
466
436
|
"kind": "javascript-module",
|
|
467
|
-
"path": "src/components/mui-
|
|
437
|
+
"path": "src/components/mui-body/index.ts",
|
|
468
438
|
"declarations": [
|
|
469
439
|
{
|
|
470
440
|
"kind": "class",
|
|
471
441
|
"description": "",
|
|
472
|
-
"name": "
|
|
442
|
+
"name": "MuiBody",
|
|
473
443
|
"members": [
|
|
474
444
|
{
|
|
475
445
|
"kind": "method",
|
|
476
446
|
"name": "render"
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
"kind": "method",
|
|
450
|
+
"name": "setupSlotBehavior",
|
|
451
|
+
"privacy": "private"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"kind": "method",
|
|
455
|
+
"name": "syncInlineSlotSizes",
|
|
456
|
+
"privacy": "private",
|
|
457
|
+
"parameters": [
|
|
458
|
+
{
|
|
459
|
+
"name": "elements",
|
|
460
|
+
"type": {
|
|
461
|
+
"text": "Element[]"
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
]
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"kind": "method",
|
|
468
|
+
"name": "waitForPartMap",
|
|
469
|
+
"return": {
|
|
470
|
+
"type": {
|
|
471
|
+
"text": "Promise<void>"
|
|
472
|
+
}
|
|
473
|
+
}
|
|
477
474
|
}
|
|
478
475
|
],
|
|
479
476
|
"attributes": [
|
|
480
477
|
{
|
|
481
|
-
"name": "
|
|
478
|
+
"name": "size"
|
|
482
479
|
},
|
|
483
480
|
{
|
|
484
|
-
"name": "
|
|
481
|
+
"name": "weight"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"name": "variant"
|
|
485
485
|
}
|
|
486
486
|
],
|
|
487
487
|
"superclass": {
|
|
488
488
|
"name": "HTMLElement"
|
|
489
489
|
},
|
|
490
|
-
"tagName": "mui-
|
|
490
|
+
"tagName": "mui-body",
|
|
491
491
|
"customElement": true
|
|
492
492
|
}
|
|
493
493
|
],
|
|
494
494
|
"exports": [
|
|
495
495
|
{
|
|
496
496
|
"kind": "custom-element-definition",
|
|
497
|
-
"name": "mui-
|
|
497
|
+
"name": "mui-body",
|
|
498
498
|
"declaration": {
|
|
499
|
-
"name": "
|
|
500
|
-
"module": "src/components/mui-
|
|
499
|
+
"name": "MuiBody",
|
|
500
|
+
"module": "src/components/mui-body/index.ts"
|
|
501
501
|
}
|
|
502
502
|
}
|
|
503
503
|
]
|
|
@@ -5805,36 +5805,6 @@
|
|
|
5805
5805
|
}
|
|
5806
5806
|
]
|
|
5807
5807
|
},
|
|
5808
|
-
{
|
|
5809
|
-
"kind": "javascript-module",
|
|
5810
|
-
"path": "src/components/mui-list/doc.ts",
|
|
5811
|
-
"declarations": [
|
|
5812
|
-
{
|
|
5813
|
-
"kind": "variable",
|
|
5814
|
-
"name": "muiDocs",
|
|
5815
|
-
"type": {
|
|
5816
|
-
"text": "MuiDocs"
|
|
5817
|
-
},
|
|
5818
|
-
"default": "{ List: { title: \"List\", description: \"Used to display related items in a clear, readable sequence. Lists can be ordered (numbered) to suggest priority or sequence, or unordered (bulleted) for grouped information without hierarchy.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/OSwQtL8kK29OUOG0oLMSJ/0a488efb3f6cf8f6e6faa40e124aa975/List_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=958-8673&t=0ytskb8cxriEmdz2-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/content-list--docs\"], github: [\"https://github.com/michaeltrilford/muibook/tree/main/src/components/mui-list\"], website: [\"https://muibook.com/#/list\"], guides: [\"https://guides.muibook.com/list\"], usage: { list: [ \"Use ordered lists when the order or steps matter (e.g. instructions).\", \"Use unordered lists for grouped or related items without a set order.\", \"Keep items concise and consistent in structure for scanability.\", \"void using lists for complex content — consider a table or grid instead.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, anatomy: { image: \"\", list: [\"\"], }, variants: { items: [ { key: \"\", title: \"\", description: \"\", image: \"\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"muibook-resource\", name: \"Muibook Resource\", description: \"The Muibook documentation site uses MUI components to compose its layout, including headings, text, lists, buttons, icons, and image components.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3LVvuYDZWRnMhxNy6GMLNd/c5074a05eacb2c22c50ea172b3567c48/Muibook-List-Composition.png\", }, ], }, related: { items: [ { name: \"\", link: \"\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
5819
|
-
}
|
|
5820
|
-
],
|
|
5821
|
-
"exports": [
|
|
5822
|
-
{
|
|
5823
|
-
"kind": "js",
|
|
5824
|
-
"name": "muiDocs",
|
|
5825
|
-
"declaration": {
|
|
5826
|
-
"name": "muiDocs",
|
|
5827
|
-
"module": "src/components/mui-list/doc.ts"
|
|
5828
|
-
}
|
|
5829
|
-
}
|
|
5830
|
-
]
|
|
5831
|
-
},
|
|
5832
|
-
{
|
|
5833
|
-
"kind": "javascript-module",
|
|
5834
|
-
"path": "src/components/mui-list/index.ts",
|
|
5835
|
-
"declarations": [],
|
|
5836
|
-
"exports": []
|
|
5837
|
-
},
|
|
5838
5808
|
{
|
|
5839
5809
|
"kind": "javascript-module",
|
|
5840
5810
|
"path": "src/components/mui-loader/doc.ts",
|
|
@@ -5905,6 +5875,36 @@
|
|
|
5905
5875
|
}
|
|
5906
5876
|
]
|
|
5907
5877
|
},
|
|
5878
|
+
{
|
|
5879
|
+
"kind": "javascript-module",
|
|
5880
|
+
"path": "src/components/mui-list/doc.ts",
|
|
5881
|
+
"declarations": [
|
|
5882
|
+
{
|
|
5883
|
+
"kind": "variable",
|
|
5884
|
+
"name": "muiDocs",
|
|
5885
|
+
"type": {
|
|
5886
|
+
"text": "MuiDocs"
|
|
5887
|
+
},
|
|
5888
|
+
"default": "{ List: { title: \"List\", description: \"Used to display related items in a clear, readable sequence. Lists can be ordered (numbered) to suggest priority or sequence, or unordered (bulleted) for grouped information without hierarchy.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/OSwQtL8kK29OUOG0oLMSJ/0a488efb3f6cf8f6e6faa40e124aa975/List_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=958-8673&t=0ytskb8cxriEmdz2-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/content-list--docs\"], github: [\"https://github.com/michaeltrilford/muibook/tree/main/src/components/mui-list\"], website: [\"https://muibook.com/#/list\"], guides: [\"https://guides.muibook.com/list\"], usage: { list: [ \"Use ordered lists when the order or steps matter (e.g. instructions).\", \"Use unordered lists for grouped or related items without a set order.\", \"Keep items concise and consistent in structure for scanability.\", \"void using lists for complex content — consider a table or grid instead.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, anatomy: { image: \"\", list: [\"\"], }, variants: { items: [ { key: \"\", title: \"\", description: \"\", image: \"\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"muibook-resource\", name: \"Muibook Resource\", description: \"The Muibook documentation site uses MUI components to compose its layout, including headings, text, lists, buttons, icons, and image components.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3LVvuYDZWRnMhxNy6GMLNd/c5074a05eacb2c22c50ea172b3567c48/Muibook-List-Composition.png\", }, ], }, related: { items: [ { name: \"\", link: \"\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
5889
|
+
}
|
|
5890
|
+
],
|
|
5891
|
+
"exports": [
|
|
5892
|
+
{
|
|
5893
|
+
"kind": "js",
|
|
5894
|
+
"name": "muiDocs",
|
|
5895
|
+
"declaration": {
|
|
5896
|
+
"name": "muiDocs",
|
|
5897
|
+
"module": "src/components/mui-list/doc.ts"
|
|
5898
|
+
}
|
|
5899
|
+
}
|
|
5900
|
+
]
|
|
5901
|
+
},
|
|
5902
|
+
{
|
|
5903
|
+
"kind": "javascript-module",
|
|
5904
|
+
"path": "src/components/mui-list/index.ts",
|
|
5905
|
+
"declarations": [],
|
|
5906
|
+
"exports": []
|
|
5907
|
+
},
|
|
5908
5908
|
{
|
|
5909
5909
|
"kind": "javascript-module",
|
|
5910
5910
|
"path": "src/components/mui-markdown/doc.ts",
|
|
@@ -8346,7 +8346,7 @@
|
|
|
8346
8346
|
},
|
|
8347
8347
|
{
|
|
8348
8348
|
"kind": "javascript-module",
|
|
8349
|
-
"path": "src/components/mui-
|
|
8349
|
+
"path": "src/components/mui-slide-frame/doc.ts",
|
|
8350
8350
|
"declarations": [
|
|
8351
8351
|
{
|
|
8352
8352
|
"kind": "variable",
|
|
@@ -8354,7 +8354,7 @@
|
|
|
8354
8354
|
"type": {
|
|
8355
8355
|
"text": "MuiDocs"
|
|
8356
8356
|
},
|
|
8357
|
-
"default": "{
|
|
8357
|
+
"default": "{ SlideFrame: { title: \"Slide Frame\", description: \"Slide Frame is a composable presentation surface for UI-builder workflows. It supports configurable ratio, variants, image composition, and overflow handling.\", hero: [\"\"], figma: [\"\"], storybook: [\"\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-slide-frame/index.ts\"], website: [\"https://muibook.com/#/slide-frame\"], guides: [\"https://guides.muibook.com/slide-frame\"], usage: { list: [ \"Use as a presentation shell and compose page content with existing components like Stack, Grid, Card, and Media.\", \"Prefer one <mui-slide-section> per page in the default slot for scalable composition.\", \"Use ratio='16:9|4:3|1:1|3:2|9:16' (or any valid W:H string) for presentation formats.\", \"Use title for built-in header text and footer-text for built-in footer copy.\", \"Section counter is built into the footer and updates with active-section.\", \"Use slot='header-after' and slot='footer-after' for trailing actions.\", \"Use slot='header-description' for secondary lines.\", \"Use variant='default|plain' to control frame chrome.\", \"Use scroll to opt into surface scrolling when content exceeds the frame.\", \"When multiple sections exist, users can navigate with Left/Right arrows.\", \"In present mode, press Esc to exit quickly.\", \"Use header/footer slots for frame-level controls, metadata, or actions.\", ], }, accessibility: { designerList: [\"\"], engineerList: [ \"The surface is focusable in present mode and supports keyboard section navigation with Left/Right arrows.\", \"Esc exits present mode.\", \"Expose external controls for next/previous actions when building guided presentation flows.\", ], }, anatomy: { image: \"\", list: [\"Header Slot\", \"Surface\", \"Image Slot\", \"Default Slot Content\", \"Notes Slot\", \"Footer Slot\"], }, variants: { items: [ { key: \"default\", title: \"Default\", description: \"Standard frame with ratio and padding control.\", image: \"\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [], }, related: { items: [ { name: \"Stack\", link: \"https://guides.muibook.com/stack\" }, { name: \"Grid\", link: \"https://guides.muibook.com/grid\" }, { name: \"Card\", link: \"https://guides.muibook.com/card\" }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"] }, writing: { list: [\"\"] }, }, }"
|
|
8358
8358
|
}
|
|
8359
8359
|
],
|
|
8360
8360
|
"exports": [
|
|
@@ -8363,198 +8363,37 @@
|
|
|
8363
8363
|
"name": "muiDocs",
|
|
8364
8364
|
"declaration": {
|
|
8365
8365
|
"name": "muiDocs",
|
|
8366
|
-
"module": "src/components/mui-
|
|
8366
|
+
"module": "src/components/mui-slide-frame/doc.ts"
|
|
8367
8367
|
}
|
|
8368
8368
|
}
|
|
8369
8369
|
]
|
|
8370
8370
|
},
|
|
8371
8371
|
{
|
|
8372
8372
|
"kind": "javascript-module",
|
|
8373
|
-
"path": "src/components/mui-
|
|
8373
|
+
"path": "src/components/mui-slide-frame/index.ts",
|
|
8374
8374
|
"declarations": [
|
|
8375
8375
|
{
|
|
8376
8376
|
"kind": "class",
|
|
8377
8377
|
"description": "",
|
|
8378
|
-
"name": "
|
|
8378
|
+
"name": "MuiSlideFrame",
|
|
8379
8379
|
"members": [
|
|
8380
8380
|
{
|
|
8381
|
-
"kind": "
|
|
8382
|
-
"name": "
|
|
8383
|
-
|
|
8384
|
-
|
|
8385
|
-
|
|
8381
|
+
"kind": "field",
|
|
8382
|
+
"name": "defaultSlot",
|
|
8383
|
+
"type": {
|
|
8384
|
+
"text": "HTMLSlotElement | null"
|
|
8385
|
+
},
|
|
8386
|
+
"privacy": "private",
|
|
8387
|
+
"default": "null"
|
|
8388
|
+
},
|
|
8386
8389
|
{
|
|
8387
|
-
"
|
|
8388
|
-
|
|
8389
|
-
|
|
8390
|
-
|
|
8391
|
-
|
|
8392
|
-
|
|
8393
|
-
"
|
|
8394
|
-
},
|
|
8395
|
-
{
|
|
8396
|
-
"name": "partner"
|
|
8397
|
-
},
|
|
8398
|
-
{
|
|
8399
|
-
"name": "type"
|
|
8400
|
-
},
|
|
8401
|
-
{
|
|
8402
|
-
"name": "logo"
|
|
8403
|
-
},
|
|
8404
|
-
{
|
|
8405
|
-
"name": "logo-width"
|
|
8406
|
-
},
|
|
8407
|
-
{
|
|
8408
|
-
"name": "logo-height"
|
|
8409
|
-
},
|
|
8410
|
-
{
|
|
8411
|
-
"name": "bg-color"
|
|
8412
|
-
},
|
|
8413
|
-
{
|
|
8414
|
-
"name": "bg-image"
|
|
8415
|
-
},
|
|
8416
|
-
{
|
|
8417
|
-
"name": "inverted"
|
|
8418
|
-
}
|
|
8419
|
-
],
|
|
8420
|
-
"superclass": {
|
|
8421
|
-
"name": "HTMLElement"
|
|
8422
|
-
},
|
|
8423
|
-
"tagName": "mui-smart-card",
|
|
8424
|
-
"customElement": true
|
|
8425
|
-
}
|
|
8426
|
-
],
|
|
8427
|
-
"exports": [
|
|
8428
|
-
{
|
|
8429
|
-
"kind": "custom-element-definition",
|
|
8430
|
-
"name": "mui-smart-card",
|
|
8431
|
-
"declaration": {
|
|
8432
|
-
"name": "MuiSmartCard",
|
|
8433
|
-
"module": "src/components/mui-smart-card/index.ts"
|
|
8434
|
-
}
|
|
8435
|
-
}
|
|
8436
|
-
]
|
|
8437
|
-
},
|
|
8438
|
-
{
|
|
8439
|
-
"kind": "javascript-module",
|
|
8440
|
-
"path": "src/components/mui-spinner/doc.ts",
|
|
8441
|
-
"declarations": [
|
|
8442
|
-
{
|
|
8443
|
-
"kind": "variable",
|
|
8444
|
-
"name": "muiDocs",
|
|
8445
|
-
"type": {
|
|
8446
|
-
"text": "MuiDocs"
|
|
8447
|
-
},
|
|
8448
|
-
"default": "{ Spinner: { title: \"Spinner\", description: \"Spinner provides compact loading feedback for short async states.\", hero: [\"\"], figma: [\"\"], storybook: [\"https://stories.muibook.com\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-spinner/index.ts\"], website: [\"https://muibook.com/#/loader\"], guides: [\"https://guides.muibook.com/loader\"], usage: { list: [ \"Use when content is loading and progress percentage is unavailable.\", \"Use size variants (xx-small to large) to match surrounding density.\", \"Set label for assistive technology context.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"Provide a meaningful label when context is unclear.\"] }, anatomy: { image: \"\", list: [\"Animated ring\", \"Accessible label\"] }, variants: { items: [{ key: \"\", title: \"\", description: \"\", image: \"\" }] }, compositions: { description: \"\", items: [] }, related: { items: [{ name: \"Loader\", link: \"https://guides.muibook.com/loader\" }] }, rules: [{ heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }] }], behaviour: { list: [\"\"] }, writing: { list: [\"\"] }, }, }"
|
|
8449
|
-
}
|
|
8450
|
-
],
|
|
8451
|
-
"exports": [
|
|
8452
|
-
{
|
|
8453
|
-
"kind": "js",
|
|
8454
|
-
"name": "muiDocs",
|
|
8455
|
-
"declaration": {
|
|
8456
|
-
"name": "muiDocs",
|
|
8457
|
-
"module": "src/components/mui-spinner/doc.ts"
|
|
8458
|
-
}
|
|
8459
|
-
}
|
|
8460
|
-
]
|
|
8461
|
-
},
|
|
8462
|
-
{
|
|
8463
|
-
"kind": "javascript-module",
|
|
8464
|
-
"path": "src/components/mui-spinner/index.ts",
|
|
8465
|
-
"declarations": [
|
|
8466
|
-
{
|
|
8467
|
-
"kind": "class",
|
|
8468
|
-
"description": "",
|
|
8469
|
-
"name": "MuiSpinner",
|
|
8470
|
-
"members": [
|
|
8471
|
-
{
|
|
8472
|
-
"kind": "method",
|
|
8473
|
-
"name": "render"
|
|
8474
|
-
}
|
|
8475
|
-
],
|
|
8476
|
-
"attributes": [
|
|
8477
|
-
{
|
|
8478
|
-
"name": "size"
|
|
8479
|
-
},
|
|
8480
|
-
{
|
|
8481
|
-
"name": "color"
|
|
8482
|
-
},
|
|
8483
|
-
{
|
|
8484
|
-
"name": "duration"
|
|
8485
|
-
},
|
|
8486
|
-
{
|
|
8487
|
-
"name": "label"
|
|
8488
|
-
}
|
|
8489
|
-
],
|
|
8490
|
-
"superclass": {
|
|
8491
|
-
"name": "HTMLElement"
|
|
8492
|
-
},
|
|
8493
|
-
"tagName": "mui-spinner",
|
|
8494
|
-
"customElement": true
|
|
8495
|
-
}
|
|
8496
|
-
],
|
|
8497
|
-
"exports": [
|
|
8498
|
-
{
|
|
8499
|
-
"kind": "custom-element-definition",
|
|
8500
|
-
"name": "mui-spinner",
|
|
8501
|
-
"declaration": {
|
|
8502
|
-
"name": "MuiSpinner",
|
|
8503
|
-
"module": "src/components/mui-spinner/index.ts"
|
|
8504
|
-
}
|
|
8505
|
-
}
|
|
8506
|
-
]
|
|
8507
|
-
},
|
|
8508
|
-
{
|
|
8509
|
-
"kind": "javascript-module",
|
|
8510
|
-
"path": "src/components/mui-slide-frame/doc.ts",
|
|
8511
|
-
"declarations": [
|
|
8512
|
-
{
|
|
8513
|
-
"kind": "variable",
|
|
8514
|
-
"name": "muiDocs",
|
|
8515
|
-
"type": {
|
|
8516
|
-
"text": "MuiDocs"
|
|
8517
|
-
},
|
|
8518
|
-
"default": "{ SlideFrame: { title: \"Slide Frame\", description: \"Slide Frame is a composable presentation surface for UI-builder workflows. It supports configurable ratio, variants, radius, image composition, and overflow handling.\", hero: [\"\"], figma: [\"\"], storybook: [\"\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-slide-frame/index.ts\"], website: [\"https://muibook.com/#/slide-frame\"], guides: [\"https://guides.muibook.com/slide-frame\"], usage: { list: [ \"Use as a single-slide shell and compose internals with existing components like Stack, Grid, Card, and Media.\", \"Use ratio='16:9|4:3|1:1|3:2|9:16' (or any valid W:H string) for presentation formats.\", \"Use title for built-in header text and footer-text for built-in footer copy.\", \"Section counter is built into the footer and updates with active-section.\", \"Use slot='header-after' and slot='footer-after' for trailing actions.\", \"Use slot='header-description' for secondary lines.\", \"Use variant='default|plain' to control frame chrome.\", \"Use radius='default | none | small | medium | large' to align with your layout language.\", \"Use scroll to opt into surface scrolling when content exceeds the frame.\", \"When multiple sections exist, users can navigate with Left/Right arrows or horizontal swipe gestures.\", \"In present mode, press Esc to exit quickly.\", \"Use header/footer slots for frame-level controls, metadata, or actions.\", ], }, accessibility: { designerList: [\"\"], engineerList: [ \"The surface is focusable in present mode and supports keyboard section navigation with Left/Right arrows.\", \"Esc exits present mode.\", \"Use hide-counter when you need to suppress the built-in Section X/Y footer counter.\", \"Expose external controls for next/previous actions when building guided presentation flows.\", ], }, anatomy: { image: \"\", list: [\"Header Slot\", \"Surface\", \"Image Slot\", \"Default Slot Content\", \"Notes Slot\", \"Footer Slot\"], }, variants: { items: [ { key: \"default\", title: \"Default\", description: \"Standard frame with ratio and padding control.\", image: \"\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [], }, related: { items: [ { name: \"Stack\", link: \"https://guides.muibook.com/stack\" }, { name: \"Grid\", link: \"https://guides.muibook.com/grid\" }, { name: \"Card\", link: \"https://guides.muibook.com/card\" }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"] }, writing: { list: [\"\"] }, }, }"
|
|
8519
|
-
}
|
|
8520
|
-
],
|
|
8521
|
-
"exports": [
|
|
8522
|
-
{
|
|
8523
|
-
"kind": "js",
|
|
8524
|
-
"name": "muiDocs",
|
|
8525
|
-
"declaration": {
|
|
8526
|
-
"name": "muiDocs",
|
|
8527
|
-
"module": "src/components/mui-slide-frame/doc.ts"
|
|
8528
|
-
}
|
|
8529
|
-
}
|
|
8530
|
-
]
|
|
8531
|
-
},
|
|
8532
|
-
{
|
|
8533
|
-
"kind": "javascript-module",
|
|
8534
|
-
"path": "src/components/mui-slide-frame/index.ts",
|
|
8535
|
-
"declarations": [
|
|
8536
|
-
{
|
|
8537
|
-
"kind": "class",
|
|
8538
|
-
"description": "",
|
|
8539
|
-
"name": "MuiSlideFrame",
|
|
8540
|
-
"members": [
|
|
8541
|
-
{
|
|
8542
|
-
"kind": "field",
|
|
8543
|
-
"name": "defaultSlot",
|
|
8544
|
-
"type": {
|
|
8545
|
-
"text": "HTMLSlotElement | null"
|
|
8546
|
-
},
|
|
8547
|
-
"privacy": "private",
|
|
8548
|
-
"default": "null"
|
|
8549
|
-
},
|
|
8550
|
-
{
|
|
8551
|
-
"kind": "field",
|
|
8552
|
-
"name": "headerSlot",
|
|
8553
|
-
"type": {
|
|
8554
|
-
"text": "HTMLSlotElement | null"
|
|
8555
|
-
},
|
|
8556
|
-
"privacy": "private",
|
|
8557
|
-
"default": "null"
|
|
8390
|
+
"kind": "field",
|
|
8391
|
+
"name": "headerSlot",
|
|
8392
|
+
"type": {
|
|
8393
|
+
"text": "HTMLSlotElement | null"
|
|
8394
|
+
},
|
|
8395
|
+
"privacy": "private",
|
|
8396
|
+
"default": "null"
|
|
8558
8397
|
},
|
|
8559
8398
|
{
|
|
8560
8399
|
"kind": "field",
|
|
@@ -8619,15 +8458,6 @@
|
|
|
8619
8458
|
"privacy": "private",
|
|
8620
8459
|
"default": "null"
|
|
8621
8460
|
},
|
|
8622
|
-
{
|
|
8623
|
-
"kind": "field",
|
|
8624
|
-
"name": "surfaceEl",
|
|
8625
|
-
"type": {
|
|
8626
|
-
"text": "HTMLElement | null"
|
|
8627
|
-
},
|
|
8628
|
-
"privacy": "private",
|
|
8629
|
-
"default": "null"
|
|
8630
|
-
},
|
|
8631
8461
|
{
|
|
8632
8462
|
"kind": "field",
|
|
8633
8463
|
"name": "activeSectionEl",
|
|
@@ -8646,24 +8476,6 @@
|
|
|
8646
8476
|
"privacy": "private",
|
|
8647
8477
|
"default": "false"
|
|
8648
8478
|
},
|
|
8649
|
-
{
|
|
8650
|
-
"kind": "field",
|
|
8651
|
-
"name": "pointerStartX",
|
|
8652
|
-
"type": {
|
|
8653
|
-
"text": "number | null"
|
|
8654
|
-
},
|
|
8655
|
-
"privacy": "private",
|
|
8656
|
-
"default": "null"
|
|
8657
|
-
},
|
|
8658
|
-
{
|
|
8659
|
-
"kind": "field",
|
|
8660
|
-
"name": "pointerStartY",
|
|
8661
|
-
"type": {
|
|
8662
|
-
"text": "number | null"
|
|
8663
|
-
},
|
|
8664
|
-
"privacy": "private",
|
|
8665
|
-
"default": "null"
|
|
8666
|
-
},
|
|
8667
8479
|
{
|
|
8668
8480
|
"kind": "field",
|
|
8669
8481
|
"name": "onSlotChange",
|
|
@@ -8674,16 +8486,6 @@
|
|
|
8674
8486
|
"name": "onChromeSlotChange",
|
|
8675
8487
|
"privacy": "private"
|
|
8676
8488
|
},
|
|
8677
|
-
{
|
|
8678
|
-
"kind": "field",
|
|
8679
|
-
"name": "onPointerDown",
|
|
8680
|
-
"privacy": "private"
|
|
8681
|
-
},
|
|
8682
|
-
{
|
|
8683
|
-
"kind": "field",
|
|
8684
|
-
"name": "onPointerUp",
|
|
8685
|
-
"privacy": "private"
|
|
8686
|
-
},
|
|
8687
8489
|
{
|
|
8688
8490
|
"kind": "field",
|
|
8689
8491
|
"name": "onKeyDown",
|
|
@@ -8766,19 +8568,6 @@
|
|
|
8766
8568
|
"kind": "method",
|
|
8767
8569
|
"name": "prevSection"
|
|
8768
8570
|
},
|
|
8769
|
-
{
|
|
8770
|
-
"kind": "method",
|
|
8771
|
-
"name": "addSection",
|
|
8772
|
-
"parameters": [
|
|
8773
|
-
{
|
|
8774
|
-
"name": "content",
|
|
8775
|
-
"optional": true,
|
|
8776
|
-
"type": {
|
|
8777
|
-
"text": "HTMLElement | string"
|
|
8778
|
-
}
|
|
8779
|
-
}
|
|
8780
|
-
]
|
|
8781
|
-
},
|
|
8782
8571
|
{
|
|
8783
8572
|
"kind": "method",
|
|
8784
8573
|
"name": "toggleNotes",
|
|
@@ -8856,32 +8645,6 @@
|
|
|
8856
8645
|
"name": "syncChromeState",
|
|
8857
8646
|
"privacy": "private"
|
|
8858
8647
|
},
|
|
8859
|
-
{
|
|
8860
|
-
"kind": "method",
|
|
8861
|
-
"name": "handlePointerDown",
|
|
8862
|
-
"privacy": "private",
|
|
8863
|
-
"parameters": [
|
|
8864
|
-
{
|
|
8865
|
-
"name": "event",
|
|
8866
|
-
"type": {
|
|
8867
|
-
"text": "PointerEvent"
|
|
8868
|
-
}
|
|
8869
|
-
}
|
|
8870
|
-
]
|
|
8871
|
-
},
|
|
8872
|
-
{
|
|
8873
|
-
"kind": "method",
|
|
8874
|
-
"name": "handlePointerUp",
|
|
8875
|
-
"privacy": "private",
|
|
8876
|
-
"parameters": [
|
|
8877
|
-
{
|
|
8878
|
-
"name": "event",
|
|
8879
|
-
"type": {
|
|
8880
|
-
"text": "PointerEvent"
|
|
8881
|
-
}
|
|
8882
|
-
}
|
|
8883
|
-
]
|
|
8884
|
-
},
|
|
8885
8648
|
{
|
|
8886
8649
|
"kind": "method",
|
|
8887
8650
|
"name": "handleFullscreenChange",
|
|
@@ -8924,12 +8687,6 @@
|
|
|
8924
8687
|
"text": "CustomEvent"
|
|
8925
8688
|
}
|
|
8926
8689
|
},
|
|
8927
|
-
{
|
|
8928
|
-
"name": "section-add",
|
|
8929
|
-
"type": {
|
|
8930
|
-
"text": "CustomEvent"
|
|
8931
|
-
}
|
|
8932
|
-
},
|
|
8933
8690
|
{
|
|
8934
8691
|
"name": "notes-toggle",
|
|
8935
8692
|
"type": {
|
|
@@ -8962,9 +8719,6 @@
|
|
|
8962
8719
|
{
|
|
8963
8720
|
"name": "variant"
|
|
8964
8721
|
},
|
|
8965
|
-
{
|
|
8966
|
-
"name": "radius"
|
|
8967
|
-
},
|
|
8968
8722
|
{
|
|
8969
8723
|
"name": "title"
|
|
8970
8724
|
},
|
|
@@ -8977,12 +8731,6 @@
|
|
|
8977
8731
|
{
|
|
8978
8732
|
"name": "hide-footer"
|
|
8979
8733
|
},
|
|
8980
|
-
{
|
|
8981
|
-
"name": "hide-counter"
|
|
8982
|
-
},
|
|
8983
|
-
{
|
|
8984
|
-
"name": "allow-add-section"
|
|
8985
|
-
},
|
|
8986
8734
|
{
|
|
8987
8735
|
"name": "scroll"
|
|
8988
8736
|
},
|
|
@@ -9010,37 +8758,40 @@
|
|
|
9010
8758
|
},
|
|
9011
8759
|
{
|
|
9012
8760
|
"kind": "javascript-module",
|
|
9013
|
-
"path": "src/components/mui-
|
|
8761
|
+
"path": "src/components/mui-slide-section/index.ts",
|
|
9014
8762
|
"declarations": [
|
|
9015
8763
|
{
|
|
9016
|
-
"kind": "
|
|
9017
|
-
"
|
|
9018
|
-
"
|
|
9019
|
-
|
|
9020
|
-
|
|
9021
|
-
|
|
9022
|
-
|
|
9023
|
-
|
|
9024
|
-
|
|
9025
|
-
|
|
9026
|
-
"
|
|
9027
|
-
|
|
8764
|
+
"kind": "class",
|
|
8765
|
+
"description": "",
|
|
8766
|
+
"name": "MuiSlideSection",
|
|
8767
|
+
"members": [
|
|
8768
|
+
{
|
|
8769
|
+
"kind": "method",
|
|
8770
|
+
"name": "render",
|
|
8771
|
+
"privacy": "private"
|
|
8772
|
+
}
|
|
8773
|
+
],
|
|
8774
|
+
"superclass": {
|
|
8775
|
+
"name": "HTMLElement"
|
|
8776
|
+
},
|
|
8777
|
+
"tagName": "mui-slide-section",
|
|
8778
|
+
"customElement": true
|
|
8779
|
+
}
|
|
8780
|
+
],
|
|
8781
|
+
"exports": [
|
|
8782
|
+
{
|
|
8783
|
+
"kind": "custom-element-definition",
|
|
8784
|
+
"name": "mui-slide-section",
|
|
9028
8785
|
"declaration": {
|
|
9029
|
-
"name": "
|
|
9030
|
-
"module": "src/components/mui-
|
|
8786
|
+
"name": "MuiSlideSection",
|
|
8787
|
+
"module": "src/components/mui-slide-section/index.ts"
|
|
9031
8788
|
}
|
|
9032
8789
|
}
|
|
9033
8790
|
]
|
|
9034
8791
|
},
|
|
9035
8792
|
{
|
|
9036
8793
|
"kind": "javascript-module",
|
|
9037
|
-
"path": "src/components/mui-
|
|
9038
|
-
"declarations": [],
|
|
9039
|
-
"exports": []
|
|
9040
|
-
},
|
|
9041
|
-
{
|
|
9042
|
-
"kind": "javascript-module",
|
|
9043
|
-
"path": "src/components/mui-switch/doc.ts",
|
|
8794
|
+
"path": "src/components/mui-smart-card/doc.ts",
|
|
9044
8795
|
"declarations": [
|
|
9045
8796
|
{
|
|
9046
8797
|
"kind": "variable",
|
|
@@ -9048,7 +8799,7 @@
|
|
|
9048
8799
|
"type": {
|
|
9049
8800
|
"text": "MuiDocs"
|
|
9050
8801
|
},
|
|
9051
|
-
"default": "{
|
|
8802
|
+
"default": "{ SmartCard: { title: \"Smart Card\", description: \"A visually rich, responsive component used to represent digital or physical cards within interfaces such as wallets, dashboards, or rewards experiences. Designed to surface key information at a glance, with space for branding, balance, status, or interactive actions.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/7qITxDlh6vSZatNH00P4bS/4c825fa8f3109b175b0cd75a2a6d261d/Smart-card_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=440-1250&t=FSv3FEahG8VQW1FZ-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/content-smartcard--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-smart-card/index.ts\"], website: [\"https://muibook.com/#/smart-card\"], guides: [\"https://guides.muibook.com/smart-card\"], usage: { list: [ \"Use to display account, card, or membership information in a recognisable format.\", \"Ideal for wallets, rewards, or financial dashboards where visual identity matters.\", \"Surface primary details such as balance, expiry, or card type clearly.\", \"Avoid overloading with actions—prioritise clarity and visual hierarchy.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, anatomy: { image: \"https://images.ctfassets.net/i5uwscj4pkk2/7axH5SYpu0aVyMIglUrjra/1d9ab89d5861da9a22f856bd85ce9961/SmartCard_-_Anatomy.png\", list: [ \"Type: Used to visually or semantically describe the card’s usage.\", \"Logo: Option to add logo to the card top right.\", \"Number: Only the last 4 digits are shown (no full card number for security).\", \"Partner: Section to add the card partner.\", \"Background: Ability to change card colour, add a static or animated background.\", ], }, variants: { items: [ { key: \"\", title: \"\", description: \"\", image: \"\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"smart-card\", name: \"Smart Card\", description: \"The Smart Card composition uses slats to present structured information in a compact format. Slats help organise details such as titles, descriptions, and supporting actions, making the card easy to scan and interact with.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/74knMtil1vp9nHPPWXM1kr/54f8d978b0a82bca2c126e8ab800826f/SmartCard_-_Card_Composition.png\", }, ], }, related: { items: [ { name: \"\", link: \"\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
9052
8803
|
}
|
|
9053
8804
|
],
|
|
9054
8805
|
"exports": [
|
|
@@ -9057,126 +8808,151 @@
|
|
|
9057
8808
|
"name": "muiDocs",
|
|
9058
8809
|
"declaration": {
|
|
9059
8810
|
"name": "muiDocs",
|
|
9060
|
-
"module": "src/components/mui-
|
|
8811
|
+
"module": "src/components/mui-smart-card/doc.ts"
|
|
9061
8812
|
}
|
|
9062
8813
|
}
|
|
9063
8814
|
]
|
|
9064
8815
|
},
|
|
9065
8816
|
{
|
|
9066
8817
|
"kind": "javascript-module",
|
|
9067
|
-
"path": "src/components/mui-
|
|
8818
|
+
"path": "src/components/mui-smart-card/index.ts",
|
|
9068
8819
|
"declarations": [
|
|
9069
8820
|
{
|
|
9070
8821
|
"kind": "class",
|
|
9071
8822
|
"description": "",
|
|
9072
|
-
"name": "
|
|
8823
|
+
"name": "MuiSmartCard",
|
|
9073
8824
|
"members": [
|
|
9074
8825
|
{
|
|
9075
|
-
"kind": "
|
|
9076
|
-
"name": "
|
|
9077
|
-
|
|
9078
|
-
|
|
9079
|
-
|
|
9080
|
-
|
|
9081
|
-
"
|
|
8826
|
+
"kind": "method",
|
|
8827
|
+
"name": "render"
|
|
8828
|
+
}
|
|
8829
|
+
],
|
|
8830
|
+
"attributes": [
|
|
8831
|
+
{
|
|
8832
|
+
"name": "state"
|
|
9082
8833
|
},
|
|
9083
8834
|
{
|
|
9084
|
-
"
|
|
9085
|
-
"name": "_checkbox",
|
|
9086
|
-
"type": {
|
|
9087
|
-
"text": "HTMLInputElement | null"
|
|
9088
|
-
},
|
|
9089
|
-
"privacy": "private",
|
|
9090
|
-
"default": "null"
|
|
8835
|
+
"name": "number"
|
|
9091
8836
|
},
|
|
9092
8837
|
{
|
|
9093
|
-
"
|
|
9094
|
-
"name": "_changeHandler",
|
|
9095
|
-
"type": {
|
|
9096
|
-
"text": "() => void | undefined"
|
|
9097
|
-
},
|
|
9098
|
-
"privacy": "private"
|
|
8838
|
+
"name": "variant"
|
|
9099
8839
|
},
|
|
9100
8840
|
{
|
|
9101
|
-
"
|
|
9102
|
-
"name": "checked"
|
|
8841
|
+
"name": "partner"
|
|
9103
8842
|
},
|
|
9104
8843
|
{
|
|
9105
|
-
"
|
|
9106
|
-
"name": "_cleanupListeners",
|
|
9107
|
-
"privacy": "private"
|
|
8844
|
+
"name": "type"
|
|
9108
8845
|
},
|
|
9109
8846
|
{
|
|
9110
|
-
"
|
|
9111
|
-
"name": "_updateDisabledState"
|
|
8847
|
+
"name": "logo"
|
|
9112
8848
|
},
|
|
9113
8849
|
{
|
|
9114
|
-
"
|
|
9115
|
-
"name": "_setupListener",
|
|
9116
|
-
"privacy": "private"
|
|
8850
|
+
"name": "logo-width"
|
|
9117
8851
|
},
|
|
9118
8852
|
{
|
|
9119
|
-
"
|
|
9120
|
-
"name": "_enforceIconSize",
|
|
9121
|
-
"privacy": "private",
|
|
9122
|
-
"return": {
|
|
9123
|
-
"type": {
|
|
9124
|
-
"text": "void"
|
|
9125
|
-
}
|
|
9126
|
-
}
|
|
8853
|
+
"name": "logo-height"
|
|
9127
8854
|
},
|
|
9128
8855
|
{
|
|
9129
|
-
"
|
|
9130
|
-
"name": "_updateIcons"
|
|
8856
|
+
"name": "bg-color"
|
|
9131
8857
|
},
|
|
9132
8858
|
{
|
|
9133
|
-
"
|
|
9134
|
-
|
|
8859
|
+
"name": "bg-image"
|
|
8860
|
+
},
|
|
8861
|
+
{
|
|
8862
|
+
"name": "inverted"
|
|
9135
8863
|
}
|
|
9136
8864
|
],
|
|
9137
|
-
"
|
|
8865
|
+
"superclass": {
|
|
8866
|
+
"name": "HTMLElement"
|
|
8867
|
+
},
|
|
8868
|
+
"tagName": "mui-smart-card",
|
|
8869
|
+
"customElement": true
|
|
8870
|
+
}
|
|
8871
|
+
],
|
|
8872
|
+
"exports": [
|
|
8873
|
+
{
|
|
8874
|
+
"kind": "custom-element-definition",
|
|
8875
|
+
"name": "mui-smart-card",
|
|
8876
|
+
"declaration": {
|
|
8877
|
+
"name": "MuiSmartCard",
|
|
8878
|
+
"module": "src/components/mui-smart-card/index.ts"
|
|
8879
|
+
}
|
|
8880
|
+
}
|
|
8881
|
+
]
|
|
8882
|
+
},
|
|
8883
|
+
{
|
|
8884
|
+
"kind": "javascript-module",
|
|
8885
|
+
"path": "src/components/mui-spinner/doc.ts",
|
|
8886
|
+
"declarations": [
|
|
8887
|
+
{
|
|
8888
|
+
"kind": "variable",
|
|
8889
|
+
"name": "muiDocs",
|
|
8890
|
+
"type": {
|
|
8891
|
+
"text": "MuiDocs"
|
|
8892
|
+
},
|
|
8893
|
+
"default": "{ Spinner: { title: \"Spinner\", description: \"Spinner provides compact loading feedback for short async states.\", hero: [\"\"], figma: [\"\"], storybook: [\"https://stories.muibook.com\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-spinner/index.ts\"], website: [\"https://muibook.com/#/loader\"], guides: [\"https://guides.muibook.com/loader\"], usage: { list: [ \"Use when content is loading and progress percentage is unavailable.\", \"Use size variants (xx-small to large) to match surrounding density.\", \"Set label for assistive technology context.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"Provide a meaningful label when context is unclear.\"] }, anatomy: { image: \"\", list: [\"Animated ring\", \"Accessible label\"] }, variants: { items: [{ key: \"\", title: \"\", description: \"\", image: \"\" }] }, compositions: { description: \"\", items: [] }, related: { items: [{ name: \"Loader\", link: \"https://guides.muibook.com/loader\" }] }, rules: [{ heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }] }], behaviour: { list: [\"\"] }, writing: { list: [\"\"] }, }, }"
|
|
8894
|
+
}
|
|
8895
|
+
],
|
|
8896
|
+
"exports": [
|
|
8897
|
+
{
|
|
8898
|
+
"kind": "js",
|
|
8899
|
+
"name": "muiDocs",
|
|
8900
|
+
"declaration": {
|
|
8901
|
+
"name": "muiDocs",
|
|
8902
|
+
"module": "src/components/mui-spinner/doc.ts"
|
|
8903
|
+
}
|
|
8904
|
+
}
|
|
8905
|
+
]
|
|
8906
|
+
},
|
|
8907
|
+
{
|
|
8908
|
+
"kind": "javascript-module",
|
|
8909
|
+
"path": "src/components/mui-spinner/index.ts",
|
|
8910
|
+
"declarations": [
|
|
8911
|
+
{
|
|
8912
|
+
"kind": "class",
|
|
8913
|
+
"description": "",
|
|
8914
|
+
"name": "MuiSpinner",
|
|
8915
|
+
"members": [
|
|
9138
8916
|
{
|
|
9139
|
-
"
|
|
9140
|
-
"
|
|
9141
|
-
"text": "CustomEvent"
|
|
9142
|
-
}
|
|
8917
|
+
"kind": "method",
|
|
8918
|
+
"name": "render"
|
|
9143
8919
|
}
|
|
9144
8920
|
],
|
|
9145
8921
|
"attributes": [
|
|
9146
8922
|
{
|
|
9147
|
-
"name": "
|
|
8923
|
+
"name": "size"
|
|
9148
8924
|
},
|
|
9149
8925
|
{
|
|
9150
|
-
"name": "
|
|
8926
|
+
"name": "color"
|
|
9151
8927
|
},
|
|
9152
8928
|
{
|
|
9153
|
-
"name": "
|
|
8929
|
+
"name": "duration"
|
|
9154
8930
|
},
|
|
9155
8931
|
{
|
|
9156
|
-
"name": "
|
|
8932
|
+
"name": "label"
|
|
9157
8933
|
}
|
|
9158
8934
|
],
|
|
9159
8935
|
"superclass": {
|
|
9160
8936
|
"name": "HTMLElement"
|
|
9161
8937
|
},
|
|
9162
|
-
"tagName": "mui-
|
|
8938
|
+
"tagName": "mui-spinner",
|
|
9163
8939
|
"customElement": true
|
|
9164
8940
|
}
|
|
9165
8941
|
],
|
|
9166
8942
|
"exports": [
|
|
9167
8943
|
{
|
|
9168
8944
|
"kind": "custom-element-definition",
|
|
9169
|
-
"name": "mui-
|
|
8945
|
+
"name": "mui-spinner",
|
|
9170
8946
|
"declaration": {
|
|
9171
|
-
"name": "
|
|
9172
|
-
"module": "src/components/mui-
|
|
8947
|
+
"name": "MuiSpinner",
|
|
8948
|
+
"module": "src/components/mui-spinner/index.ts"
|
|
9173
8949
|
}
|
|
9174
8950
|
}
|
|
9175
8951
|
]
|
|
9176
8952
|
},
|
|
9177
8953
|
{
|
|
9178
8954
|
"kind": "javascript-module",
|
|
9179
|
-
"path": "src/components/mui-
|
|
8955
|
+
"path": "src/components/mui-stack/doc.ts",
|
|
9180
8956
|
"declarations": [
|
|
9181
8957
|
{
|
|
9182
8958
|
"kind": "variable",
|
|
@@ -9184,7 +8960,7 @@
|
|
|
9184
8960
|
"type": {
|
|
9185
8961
|
"text": "MuiDocs"
|
|
9186
8962
|
},
|
|
9187
|
-
"default": "{
|
|
8963
|
+
"default": "{ Stack: { title: \"Stack\", description: \"A layout helper component that arranges its children in a horizontal or vertical flow with consistent spacing.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/37Cyk0jaIIKA8EBj2bp1ep/95d5adc24bccb051c355865d9e14bfa3/Stack_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=1059-12708&t=BwezUSymTClm00wJ-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/layout-stack--docs\"], github: [\"https://github.com/michaeltrilford/muibook/tree/main/src/components/mui-stack\"], website: [\"https://muibook.com/#/stack\"], guides: [\"https://guides.muibook.com/stack\"], usage: { list: [ \"Use to organise content or components in a single, consistent direction.\", \"Ideal for managing spacing without manual margin or padding adjustments.\", \"Supports responsive layouts by changing direction or spacing at breakpoints.\", \"Recognise it as a developer layout tool rather than a design asset.\", \"Use the space design token to maintain consistent gap spacing.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, anatomy: { image: \"\", list: [\"\"], }, variants: { description: \"While not a Figma component (designers should use auto-layout), it’s useful for designers to understand this pattern as engineers commonly use it to control layout and spacing.\", items: [ { key: \"horizontal\", title: \"Horizontal\", description: \"A layout component that arranges its children in a horizontal flow\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/5tHpmQRhIWn0ACqjb1jNBu/d99ca0d9ada0af45cd0f1c2aaa7c995d/stack-horizontal.png\", }, { key: \"vertical\", title: \"Vertical\", description: \"A layout component that arranges its children in a vertical flow\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/1w2YeWwXerMc2YGqfGm6KJ/898f3ef195e01f775ae880e0968dbaa6/stack-vertical.png\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"outcomes-roadmap-dashboard\", name: \"Outcomes Roadmap Dashboard\", description: \"Example of the responsive component in the Outcomes Roadmap Dashboard, demonstrating layout, title, and padding adjustments across breakpoints.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3FsXandRr1Z9BAKv33twxT/b0d0e4a8b6237bf7d38660111bceb8ab/responsive-composition.gif\", }, { key: \"outcomes-roadmap-roadmap\", name: \"Outcome-Based Roadmap\", description: \"Example of an Outcome-Based Roadmap page showing objectives organised into Upcoming, Doing, and Finished columns. Progress bars indicate the completion status of each task, providing a clear view of overall progress.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3w5htPtfEz7QMCH9alVcwf/de35725fb4542b891bd695b900195291/Outcomes-Progress-Composition.png\", }, { key: \"smart-card\", name: \"Smart Card\", description: \"The Smart Card composition uses slats to present structured information in a compact format. Slats help organise details such as titles, descriptions, and supporting actions, making the card easy to scan and interact with.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/74knMtil1vp9nHPPWXM1kr/54f8d978b0a82bca2c126e8ab800826f/SmartCard_-_Card_Composition.png\", }, ], }, related: { items: [ { name: \"Grid\", link: \"https://guides.muibook.com/grid\", }, { name: \"Responsive\", link: \"https://guides.muibook.com/responsive\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
9188
8964
|
}
|
|
9189
8965
|
],
|
|
9190
8966
|
"exports": [
|
|
@@ -9193,20 +8969,20 @@
|
|
|
9193
8969
|
"name": "muiDocs",
|
|
9194
8970
|
"declaration": {
|
|
9195
8971
|
"name": "muiDocs",
|
|
9196
|
-
"module": "src/components/mui-
|
|
8972
|
+
"module": "src/components/mui-stack/doc.ts"
|
|
9197
8973
|
}
|
|
9198
8974
|
}
|
|
9199
8975
|
]
|
|
9200
8976
|
},
|
|
9201
8977
|
{
|
|
9202
8978
|
"kind": "javascript-module",
|
|
9203
|
-
"path": "src/components/mui-
|
|
8979
|
+
"path": "src/components/mui-stack/index.ts",
|
|
9204
8980
|
"declarations": [],
|
|
9205
8981
|
"exports": []
|
|
9206
8982
|
},
|
|
9207
8983
|
{
|
|
9208
8984
|
"kind": "javascript-module",
|
|
9209
|
-
"path": "src/components/mui-
|
|
8985
|
+
"path": "src/components/mui-stepper/doc.ts",
|
|
9210
8986
|
"declarations": [
|
|
9211
8987
|
{
|
|
9212
8988
|
"kind": "variable",
|
|
@@ -9214,7 +8990,7 @@
|
|
|
9214
8990
|
"type": {
|
|
9215
8991
|
"text": "MuiDocs"
|
|
9216
8992
|
},
|
|
9217
|
-
"default": "{
|
|
8993
|
+
"default": "{ Stepper: { title: \"Stepper\", description: \"A Stepper component visually represents a sequence of steps in a process. It helps users understand progress and navigate through multi-step workflows. This component supports both horizontal and vertical orientations.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/423YAEfIeoDzzsK9ClbTkP/485c6c4f637080247caa150afed0ef14/Stepper_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=948-4195&t=0ytskb8cxriEmdz2-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/navigation-stepper--docs\"], github: [\"https://github.com/michaeltrilford/muibook/tree/main/src/components/mui-stepper\"], website: [\"https://muibook.com/#/stepper\"], guides: [\"https://guides.muibook.com/stepper\"], usage: { list: [ \"Use active-step to control the current step in a multi-step flow.\", \"Use size='x-small|small|medium' to match the density of the surrounding layout.\", \"Use interactive when users should be able to click and keyboard-navigate steps.\", \"Use linear with interactive to limit forward progression to the next available step while still allowing users to move backwards.\", \"Use explicit step states (success, pending, error, disabled) for async and validation workflows.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, anatomy: { description: \"The stepper uses two simple styles: active and inactive. Their meaning changes based on position in the sequence, representing progress through different states.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/6Y5iyISdhK7PX8d1cHJxWv/761efb630c924af42ebf8d8bd5fabfb2/Stepper_-_Anatomy.png\", list: [ \"Active / Completed / Success: Indicates the current step or a task that has been successfully finished.\", \"Pending / Error / Disabled: Communicates processing, validation failure, or temporarily unavailable steps.\", \"Upcoming: Represents a step or task that has not yet started.\", ], }, variants: { items: [ { key: \"\", title: \"\", description: \"\", image: \"\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"review-items-task\", name: \"Review Items Task\", description: \"A permanent drawer remains visible at all times and is typically used for core navigation or tools that support the main content. It doesn’t open or close, and is always part of the current layout or workflow.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/rHTSU9sPUdmwrmGETRLcC/fa444ff8d8a72a28e8f10537324bbca3/drawer-composition-smart-bills.png\", }, ], }, related: { items: [ { name: \"\", link: \"\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
9218
8994
|
}
|
|
9219
8995
|
],
|
|
9220
8996
|
"exports": [
|
|
@@ -9223,20 +8999,20 @@
|
|
|
9223
8999
|
"name": "muiDocs",
|
|
9224
9000
|
"declaration": {
|
|
9225
9001
|
"name": "muiDocs",
|
|
9226
|
-
"module": "src/components/mui-
|
|
9002
|
+
"module": "src/components/mui-stepper/doc.ts"
|
|
9227
9003
|
}
|
|
9228
9004
|
}
|
|
9229
9005
|
]
|
|
9230
9006
|
},
|
|
9231
9007
|
{
|
|
9232
9008
|
"kind": "javascript-module",
|
|
9233
|
-
"path": "src/components/mui-
|
|
9009
|
+
"path": "src/components/mui-stepper/index.ts",
|
|
9234
9010
|
"declarations": [],
|
|
9235
9011
|
"exports": []
|
|
9236
9012
|
},
|
|
9237
9013
|
{
|
|
9238
9014
|
"kind": "javascript-module",
|
|
9239
|
-
"path": "src/components/mui-
|
|
9015
|
+
"path": "src/components/mui-switch/doc.ts",
|
|
9240
9016
|
"declarations": [
|
|
9241
9017
|
{
|
|
9242
9018
|
"kind": "variable",
|
|
@@ -9244,7 +9020,7 @@
|
|
|
9244
9020
|
"type": {
|
|
9245
9021
|
"text": "MuiDocs"
|
|
9246
9022
|
},
|
|
9247
|
-
"default": "{
|
|
9023
|
+
"default": "{ Switch: { title: \"Switch\", description: \"A Switch is a UI component used to toggle between two states, typically “on” and “off.” It provides a clear visual indication of an active or inactive setting.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/0dWww7c9wOs9YLPwgsTyy/323dcb62a6be394bbba8f268c8ae62b9/Switch_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=147-1003&t=FSv3FEahG8VQW1FZ-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/inputs-switch--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-switch/index.ts\"], website: [\"https://muibook.com/#/switch\"], guides: [\"https://guides.muibook.com/switch\"], usage: { list: [ \"Enable or disable a setting – Toggle features like dark mode or notifications.\", \"Control device states – Switch on/off smart devices or system settings.\", \"Trigger immediate actions – Instantly apply changes without requiring confirmation.\", \"Use size='x-small|small|medium|large' to match switch density with surrounding controls.\", ], }, accessibility: { designerList: [\"\"], engineerList: [ \"A label is required and applied as aria-label to describe the switch’s purpose.\", \"Uses role='switch' and updates aria-checked for assistive tech.\", \"The label isn’t shown visually—context is provided through icons or nearby text.\", \"disabled sets aria-disabled and blocks interaction.\", \"Supports keyboard navigation with visible focus styles.\", ], }, anatomy: { image: \"https://images.ctfassets.net/i5uwscj4pkk2/5XNIjIfzNIfo3uIavVlSCU/7bbdc09ee60c7fa03ab19ff2dab558a8/Switch_-_Anatomy.png\", list: [ \"Thumb (Handle) – The movable part that toggles between the on and off states.\", \"Off Track: The background when the switch is in the “off” state.\", \"On Track: The background when the switch is in the “on” state.\", ], }, variants: { items: [ { key: \"\", title: \"\", description: \"\", image: \"\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"theme-switch\", name: \"Theme Switch\", description: \"This example from the Muibook Docs website demonstrates a switch component used to toggle the interface between light and dark modes.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/19NvfLGnzRI4MebRSU2aMH/d6ffcca7dffb6c7b843cafc83b812d90/SwitchTheme-Composition.png\", }, ], }, related: { items: [ { name: \"Checkbox\", link: \"https://guides.muibook.com/checkbox\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
9248
9024
|
}
|
|
9249
9025
|
],
|
|
9250
9026
|
"exports": [
|
|
@@ -9253,119 +9029,183 @@
|
|
|
9253
9029
|
"name": "muiDocs",
|
|
9254
9030
|
"declaration": {
|
|
9255
9031
|
"name": "muiDocs",
|
|
9256
|
-
"module": "src/components/mui-
|
|
9032
|
+
"module": "src/components/mui-switch/doc.ts"
|
|
9257
9033
|
}
|
|
9258
9034
|
}
|
|
9259
9035
|
]
|
|
9260
9036
|
},
|
|
9261
9037
|
{
|
|
9262
9038
|
"kind": "javascript-module",
|
|
9263
|
-
"path": "src/components/mui-
|
|
9264
|
-
"declarations": [],
|
|
9265
|
-
"exports": []
|
|
9266
|
-
},
|
|
9267
|
-
{
|
|
9268
|
-
"kind": "javascript-module",
|
|
9269
|
-
"path": "src/components/mui-accordion/block/index.ts",
|
|
9039
|
+
"path": "src/components/mui-switch/index.ts",
|
|
9270
9040
|
"declarations": [
|
|
9271
9041
|
{
|
|
9272
9042
|
"kind": "class",
|
|
9273
9043
|
"description": "",
|
|
9274
|
-
"name": "
|
|
9044
|
+
"name": "MuiSwitch",
|
|
9275
9045
|
"members": [
|
|
9276
9046
|
{
|
|
9277
9047
|
"kind": "field",
|
|
9278
|
-
"name": "
|
|
9048
|
+
"name": "_checked",
|
|
9279
9049
|
"type": {
|
|
9280
|
-
"text": "
|
|
9050
|
+
"text": "boolean"
|
|
9281
9051
|
},
|
|
9282
9052
|
"privacy": "private",
|
|
9283
|
-
"default": "
|
|
9053
|
+
"default": "false"
|
|
9284
9054
|
},
|
|
9285
9055
|
{
|
|
9286
9056
|
"kind": "field",
|
|
9287
|
-
"name": "
|
|
9057
|
+
"name": "_checkbox",
|
|
9288
9058
|
"type": {
|
|
9289
|
-
"text": "
|
|
9059
|
+
"text": "HTMLInputElement | null"
|
|
9290
9060
|
},
|
|
9291
9061
|
"privacy": "private",
|
|
9292
9062
|
"default": "null"
|
|
9293
9063
|
},
|
|
9294
9064
|
{
|
|
9295
9065
|
"kind": "field",
|
|
9296
|
-
"name": "
|
|
9066
|
+
"name": "_changeHandler",
|
|
9297
9067
|
"type": {
|
|
9298
|
-
"text": "
|
|
9068
|
+
"text": "() => void | undefined"
|
|
9299
9069
|
},
|
|
9300
|
-
"privacy": "private"
|
|
9301
|
-
"default": "null"
|
|
9070
|
+
"privacy": "private"
|
|
9302
9071
|
},
|
|
9303
9072
|
{
|
|
9304
9073
|
"kind": "field",
|
|
9305
|
-
"name": "
|
|
9306
|
-
"type": {
|
|
9307
|
-
"text": "string"
|
|
9308
|
-
},
|
|
9309
|
-
"privacy": "private",
|
|
9310
|
-
"default": "`accordion-detail-${Math.random() .toString(36) .substring(2, 9)}`"
|
|
9074
|
+
"name": "checked"
|
|
9311
9075
|
},
|
|
9312
9076
|
{
|
|
9313
9077
|
"kind": "method",
|
|
9314
|
-
"name": "
|
|
9078
|
+
"name": "_cleanupListeners",
|
|
9079
|
+
"privacy": "private"
|
|
9080
|
+
},
|
|
9081
|
+
{
|
|
9082
|
+
"kind": "method",
|
|
9083
|
+
"name": "_updateDisabledState"
|
|
9084
|
+
},
|
|
9085
|
+
{
|
|
9086
|
+
"kind": "method",
|
|
9087
|
+
"name": "_setupListener",
|
|
9088
|
+
"privacy": "private"
|
|
9089
|
+
},
|
|
9090
|
+
{
|
|
9091
|
+
"kind": "method",
|
|
9092
|
+
"name": "_enforceIconSize",
|
|
9315
9093
|
"privacy": "private",
|
|
9316
9094
|
"return": {
|
|
9317
9095
|
"type": {
|
|
9318
|
-
"text": "
|
|
9096
|
+
"text": "void"
|
|
9319
9097
|
}
|
|
9320
9098
|
}
|
|
9321
9099
|
},
|
|
9322
9100
|
{
|
|
9323
9101
|
"kind": "method",
|
|
9324
|
-
"name": "
|
|
9325
|
-
},
|
|
9326
|
-
{
|
|
9327
|
-
"kind": "method",
|
|
9328
|
-
"name": "setOpen",
|
|
9329
|
-
"parameters": [
|
|
9330
|
-
{
|
|
9331
|
-
"name": "state",
|
|
9332
|
-
"type": {
|
|
9333
|
-
"text": "boolean"
|
|
9334
|
-
}
|
|
9335
|
-
}
|
|
9336
|
-
]
|
|
9102
|
+
"name": "_updateIcons"
|
|
9337
9103
|
},
|
|
9338
9104
|
{
|
|
9339
9105
|
"kind": "method",
|
|
9340
|
-
"name": "
|
|
9106
|
+
"name": "render"
|
|
9341
9107
|
}
|
|
9342
9108
|
],
|
|
9343
9109
|
"events": [
|
|
9344
9110
|
{
|
|
9345
|
-
"name": "
|
|
9111
|
+
"name": "change",
|
|
9346
9112
|
"type": {
|
|
9347
9113
|
"text": "CustomEvent"
|
|
9348
9114
|
}
|
|
9349
9115
|
}
|
|
9350
9116
|
],
|
|
9117
|
+
"attributes": [
|
|
9118
|
+
{
|
|
9119
|
+
"name": "label"
|
|
9120
|
+
},
|
|
9121
|
+
{
|
|
9122
|
+
"name": "disabled"
|
|
9123
|
+
},
|
|
9124
|
+
{
|
|
9125
|
+
"name": "checked"
|
|
9126
|
+
},
|
|
9127
|
+
{
|
|
9128
|
+
"name": "size"
|
|
9129
|
+
}
|
|
9130
|
+
],
|
|
9351
9131
|
"superclass": {
|
|
9352
9132
|
"name": "HTMLElement"
|
|
9353
9133
|
},
|
|
9354
|
-
"tagName": "mui-
|
|
9134
|
+
"tagName": "mui-switch",
|
|
9355
9135
|
"customElement": true
|
|
9356
9136
|
}
|
|
9357
9137
|
],
|
|
9358
9138
|
"exports": [
|
|
9359
9139
|
{
|
|
9360
9140
|
"kind": "custom-element-definition",
|
|
9361
|
-
"name": "mui-
|
|
9141
|
+
"name": "mui-switch",
|
|
9362
9142
|
"declaration": {
|
|
9363
|
-
"name": "
|
|
9364
|
-
"module": "src/components/mui-
|
|
9143
|
+
"name": "MuiSwitch",
|
|
9144
|
+
"module": "src/components/mui-switch/index.ts"
|
|
9365
9145
|
}
|
|
9366
9146
|
}
|
|
9367
9147
|
]
|
|
9368
9148
|
},
|
|
9149
|
+
{
|
|
9150
|
+
"kind": "javascript-module",
|
|
9151
|
+
"path": "src/components/mui-table/doc.ts",
|
|
9152
|
+
"declarations": [
|
|
9153
|
+
{
|
|
9154
|
+
"kind": "variable",
|
|
9155
|
+
"name": "muiDocs",
|
|
9156
|
+
"type": {
|
|
9157
|
+
"text": "MuiDocs"
|
|
9158
|
+
},
|
|
9159
|
+
"default": "{ Table: { title: \"Table\", description: \"Displays data in a grid layout to support scanability and comparison across rows and columns. Best suited for structured, repeatable content.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/34Yd6uWrfM5Ihv4rdniHYy/9e1698ce2c23d6c74006bf3f2ae93066/Table_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=958-8696&t=0ytskb8cxriEmdz2-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/content-table--docs\"], github: [\"https://github.com/michaeltrilford/muibook/tree/main/src/components/mui-table\"], website: [\"https://muibook.com/#/table\"], guides: [\"https://guides.muibook.com/table\"], usage: { list: [ \"Use for structured content that benefits from a grid format.\", \"Ideal for comparing data across multiple rows and columns.\", \"Supports sorting, filtering, or action buttons if needed.\", \"Avoid for unstructured, visual, or narrative-based content.\", \"Tables should adapt for smaller viewports by switching to the Slat component.\", \"Prioritise key content and simplify structure when transitioning to mobile views.\", ], }, accessibility: { designerList: [ \"mui-table uses role='table'.\", \"mui-row-group uses role='rowgroup'.\", \"mui-row uses role='row'.\", \"mui-cell uses role='cell'.\", \"Follows table semantics for screen reader support.\", ], engineerList: [ \"mui-table uses role='table'.\", \"mui-row-group uses role='rowgroup'.\", \"mui-row uses role='row'.\", \"mui-cell uses role='cell'.\", \"Follows table semantics for screen reader support.\", ], }, anatomy: { image: \"https://images.ctfassets.net/i5uwscj4pkk2/2KHxAyGbYW7qwySwCLYrbo/0ffc98c3eef07098afaf64bebc6afd4a/Table_-_Anatomy.png\", list: [ \"Heading: The header row of the table accepts headings and other arrangements as needed.\", \"Data: The row contains standard data as well as other arrangements, such as grouped content.\", \"Actions: The main actions for each table row can be included in a dedicated column or slot.\", ], }, variants: { items: [ { key: \"\", title: \"\", description: \"\", image: \"\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"prop-types-table\", name: \"Prop Types Table\", description: \"Attached is a standard example demonstrating how to use the table to present general data for component prop types.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/1JeUHjbeqVNgTvlVZkeHjw/7f652efbea5cc6aa436449905e2ae48e/table_-_composition.png\", }, { key: \"simple-table-dropdown\", name: \"Simple Table w/ Dropdown\", description: \"Example of a simple table with a dropdown action positioned on the far right, following the content. Demonstrates the table used within a card layout, as it might appear on a page or settings view.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3IIRPg0pdQB66NJniCZvlo/2600a8bee4ad1c79a63dc48d3032ee34/table-composition-design-pricing.png\", }, { key: \"compliance-dashboard-table\", name: \"Compliance Dashboard Table\", description: \"This example shows a desktop view of a table used within an accounting compliance dashboard.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3vUKA5C5iJ3LvjLwf2WiO9/274ffe423dbe828244294f6809172ce1/table-composition-compliance-dashboard.png\", }, ], }, related: { items: [ { name: \"\", link: \"\", }, ], }, rules: [ { heading: \"Icon-Only Actions\", description: \"\", doContent: [ { description: \"Use a 'medium' size icon when using an icon-only medium sized action\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3syzrNBEXbBjp5hGEUvF4M/0471f4b16939d8ee54deaf48997ff455/action-icon-do.png\", }, ], dontContent: [ { description: \"Avoid 'x-small', 'medium' or 'large' size icons within an icon-only medium sized action\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/5V2TE85dY848jz1dP6Y0lC/b8e433c8abad5a4402ff1f86ddb8c848/action-icon-dont.png\", }, ], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
9160
|
+
}
|
|
9161
|
+
],
|
|
9162
|
+
"exports": [
|
|
9163
|
+
{
|
|
9164
|
+
"kind": "js",
|
|
9165
|
+
"name": "muiDocs",
|
|
9166
|
+
"declaration": {
|
|
9167
|
+
"name": "muiDocs",
|
|
9168
|
+
"module": "src/components/mui-table/doc.ts"
|
|
9169
|
+
}
|
|
9170
|
+
}
|
|
9171
|
+
]
|
|
9172
|
+
},
|
|
9173
|
+
{
|
|
9174
|
+
"kind": "javascript-module",
|
|
9175
|
+
"path": "src/components/mui-table/index.ts",
|
|
9176
|
+
"declarations": [],
|
|
9177
|
+
"exports": []
|
|
9178
|
+
},
|
|
9179
|
+
{
|
|
9180
|
+
"kind": "javascript-module",
|
|
9181
|
+
"path": "src/components/mui-tabs/doc.ts",
|
|
9182
|
+
"declarations": [
|
|
9183
|
+
{
|
|
9184
|
+
"kind": "variable",
|
|
9185
|
+
"name": "muiDocs",
|
|
9186
|
+
"type": {
|
|
9187
|
+
"text": "MuiDocs"
|
|
9188
|
+
},
|
|
9189
|
+
"default": "{ Tabs: { title: \"Tabs\", description: \"Allows users to switch between views or content sections by selecting from a group of tabs. Tabs keep related content within a single surface, reducing the need for navigation and maintaining context.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/5EC8Uj4pMaQGe2UcNntYLX/040eb1feec8def04504dfa3729494b52/Tab_bar_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=126-560&t=ZfvVjZFxH7mQ72pi-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/navigation-tabbar--docs\"], github: [\"https://github.com/michaeltrilford/muibook/tree/main/src/components/mui-tabs\"], website: [\"https://muibook.com/#/tab-bar\"], guides: [\"https://guides.muibook.com/tab-bar\"], usage: { list: [ \"Use to organise related content or views at the same level of hierarchy.\", \"Ideal for toggling between sections without navigating away from the page.\", \"Use the size API (x-small, small, medium, large) to align tabs with adjacent buttons.\", \"Use named slots (before/after) to compose icons and badges in tab items.\", \"Use variant='dots' for compact pagination controls such as carousel navigation.\", \"Use variant='ghost' when you want only active-tab emphasis without outer tab bar chrome.\", \"Keep labels short, clear, and consistently styled.\", \"Avoid using when content is unrelated or exceeds a manageable number of tabs.\", ], }, accessibility: { designerList: [ \"Keyboard users can navigate across tabs using the left/right arrow keys, as well as Home and End keys to jump to the first or last tab.\", \"The active tab always shows a clear focus outline and can be navigated to using the keyboard.\", \"Tabs are grouped in a way that assistive technologies can understand, using standard roles and attributes.\", \"The system keeps track of which tab is active behind the scenes, so screen readers and keyboard users always stay in sync.\", ], engineerList: [ \"Left/Right arrows, Home and End keys let keyboard users navigate between tab-items.\", \"aria-selected and tabindex attributes are updated on each tab-item when it becomes active or inactive.\", \"Each active tab-item can receive focus and shows a focus-visible outline.\", \"tab-bar uses role=tablist to group related tab-items and each tab-item uses role=tab within the tab-bar.\", ], }, anatomy: { image: \"https://images.ctfassets.net/i5uwscj4pkk2/koeu63xbKYOWZgs8i0eev/983e09362714a2dcdcc7262889ba1236/Tabs_-_Anatomy.png\", list: [ \"Active: Indicates the currently selected tab.\", \"Inactive: Indicates a tab that is not selected and is waiting for user interaction.\", ], }, variants: { items: [ { key: \"\", title: \"\", description: \"\", image: \"\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"wallet\", name: \"Wallet\", description: \"This example shows a wallet view featuring a digital card, transaction and statement tabs. It demonstrates how foundational components like tabs, slats, and buttons can be composed to create flexible, real-world layouts.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/6RoGBcahh63o16PAcEsgyX/36f5c8d9bf0e8754a574955b32ee6eda/Tab_Bar_-_Composition.png\", }, { key: \"product-carousel\", name: \"Product Carousel\", description: \"Demonstrates how to add custom compositions and layouts within the carousel panels.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/4NRMfGil4AcMUh7FDhYyHz/7c4636822eba6d3ae15e684f50d10fdd/Carousel_-_Composition.png\", }, { key: \"carousel-showcase\", name: \"Carousel Showcase\", description: \"This example from the GuruSuite website demonstrates the carousel used to showcase two of the products on offer.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2TaRRm351HyujF9mT2w1wH/3958f69e939d20618751742130dc5f06/GuruSuite-Carousel-Composition.png\", }, ], }, related: { items: [ { name: \"Carousel\", link: \"https://guides.muibook.com/carousel\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
9190
|
+
}
|
|
9191
|
+
],
|
|
9192
|
+
"exports": [
|
|
9193
|
+
{
|
|
9194
|
+
"kind": "js",
|
|
9195
|
+
"name": "muiDocs",
|
|
9196
|
+
"declaration": {
|
|
9197
|
+
"name": "muiDocs",
|
|
9198
|
+
"module": "src/components/mui-tabs/doc.ts"
|
|
9199
|
+
}
|
|
9200
|
+
}
|
|
9201
|
+
]
|
|
9202
|
+
},
|
|
9203
|
+
{
|
|
9204
|
+
"kind": "javascript-module",
|
|
9205
|
+
"path": "src/components/mui-tabs/index.ts",
|
|
9206
|
+
"declarations": [],
|
|
9207
|
+
"exports": []
|
|
9208
|
+
},
|
|
9369
9209
|
{
|
|
9370
9210
|
"kind": "javascript-module",
|
|
9371
9211
|
"path": "src/components/mui-textarea/doc.ts",
|
|
@@ -9494,6 +9334,108 @@
|
|
|
9494
9334
|
}
|
|
9495
9335
|
]
|
|
9496
9336
|
},
|
|
9337
|
+
{
|
|
9338
|
+
"kind": "javascript-module",
|
|
9339
|
+
"path": "src/components/mui-accordion/block/index.ts",
|
|
9340
|
+
"declarations": [
|
|
9341
|
+
{
|
|
9342
|
+
"kind": "class",
|
|
9343
|
+
"description": "",
|
|
9344
|
+
"name": "MuiAccordionBlock",
|
|
9345
|
+
"members": [
|
|
9346
|
+
{
|
|
9347
|
+
"kind": "field",
|
|
9348
|
+
"name": "summaryEl",
|
|
9349
|
+
"type": {
|
|
9350
|
+
"text": "HTMLElement | null"
|
|
9351
|
+
},
|
|
9352
|
+
"privacy": "private",
|
|
9353
|
+
"default": "null"
|
|
9354
|
+
},
|
|
9355
|
+
{
|
|
9356
|
+
"kind": "field",
|
|
9357
|
+
"name": "detailEl",
|
|
9358
|
+
"type": {
|
|
9359
|
+
"text": "HTMLElement | null"
|
|
9360
|
+
},
|
|
9361
|
+
"privacy": "private",
|
|
9362
|
+
"default": "null"
|
|
9363
|
+
},
|
|
9364
|
+
{
|
|
9365
|
+
"kind": "field",
|
|
9366
|
+
"name": "chevronEl",
|
|
9367
|
+
"type": {
|
|
9368
|
+
"text": "HTMLElement | null"
|
|
9369
|
+
},
|
|
9370
|
+
"privacy": "private",
|
|
9371
|
+
"default": "null"
|
|
9372
|
+
},
|
|
9373
|
+
{
|
|
9374
|
+
"kind": "field",
|
|
9375
|
+
"name": "accordionId",
|
|
9376
|
+
"type": {
|
|
9377
|
+
"text": "string"
|
|
9378
|
+
},
|
|
9379
|
+
"privacy": "private",
|
|
9380
|
+
"default": "`accordion-detail-${Math.random() .toString(36) .substring(2, 9)}`"
|
|
9381
|
+
},
|
|
9382
|
+
{
|
|
9383
|
+
"kind": "method",
|
|
9384
|
+
"name": "getDetailEl",
|
|
9385
|
+
"privacy": "private",
|
|
9386
|
+
"return": {
|
|
9387
|
+
"type": {
|
|
9388
|
+
"text": "HTMLElement | null"
|
|
9389
|
+
}
|
|
9390
|
+
}
|
|
9391
|
+
},
|
|
9392
|
+
{
|
|
9393
|
+
"kind": "method",
|
|
9394
|
+
"name": "toggleAccordion"
|
|
9395
|
+
},
|
|
9396
|
+
{
|
|
9397
|
+
"kind": "method",
|
|
9398
|
+
"name": "setOpen",
|
|
9399
|
+
"parameters": [
|
|
9400
|
+
{
|
|
9401
|
+
"name": "state",
|
|
9402
|
+
"type": {
|
|
9403
|
+
"text": "boolean"
|
|
9404
|
+
}
|
|
9405
|
+
}
|
|
9406
|
+
]
|
|
9407
|
+
},
|
|
9408
|
+
{
|
|
9409
|
+
"kind": "method",
|
|
9410
|
+
"name": "closeAccordion"
|
|
9411
|
+
}
|
|
9412
|
+
],
|
|
9413
|
+
"events": [
|
|
9414
|
+
{
|
|
9415
|
+
"name": "accordion-opened",
|
|
9416
|
+
"type": {
|
|
9417
|
+
"text": "CustomEvent"
|
|
9418
|
+
}
|
|
9419
|
+
}
|
|
9420
|
+
],
|
|
9421
|
+
"superclass": {
|
|
9422
|
+
"name": "HTMLElement"
|
|
9423
|
+
},
|
|
9424
|
+
"tagName": "mui-accordion-block",
|
|
9425
|
+
"customElement": true
|
|
9426
|
+
}
|
|
9427
|
+
],
|
|
9428
|
+
"exports": [
|
|
9429
|
+
{
|
|
9430
|
+
"kind": "custom-element-definition",
|
|
9431
|
+
"name": "mui-accordion-block",
|
|
9432
|
+
"declaration": {
|
|
9433
|
+
"name": "MuiAccordionBlock",
|
|
9434
|
+
"module": "src/components/mui-accordion/block/index.ts"
|
|
9435
|
+
}
|
|
9436
|
+
}
|
|
9437
|
+
]
|
|
9438
|
+
},
|
|
9497
9439
|
{
|
|
9498
9440
|
"kind": "javascript-module",
|
|
9499
9441
|
"path": "src/components/mui-accordion/core/index.ts",
|
|
@@ -9612,6 +9554,62 @@
|
|
|
9612
9554
|
}
|
|
9613
9555
|
]
|
|
9614
9556
|
},
|
|
9557
|
+
{
|
|
9558
|
+
"kind": "javascript-module",
|
|
9559
|
+
"path": "src/components/mui-accordion/inline/index.ts",
|
|
9560
|
+
"declarations": [
|
|
9561
|
+
{
|
|
9562
|
+
"kind": "class",
|
|
9563
|
+
"description": "",
|
|
9564
|
+
"name": "MuiAccordionInline",
|
|
9565
|
+
"members": [
|
|
9566
|
+
{
|
|
9567
|
+
"kind": "field",
|
|
9568
|
+
"name": "summaryEl",
|
|
9569
|
+
"type": {
|
|
9570
|
+
"text": "HTMLElement | null"
|
|
9571
|
+
},
|
|
9572
|
+
"privacy": "private"
|
|
9573
|
+
},
|
|
9574
|
+
{
|
|
9575
|
+
"kind": "field",
|
|
9576
|
+
"name": "detailEl",
|
|
9577
|
+
"type": {
|
|
9578
|
+
"text": "HTMLElement | null"
|
|
9579
|
+
},
|
|
9580
|
+
"privacy": "private"
|
|
9581
|
+
},
|
|
9582
|
+
{
|
|
9583
|
+
"kind": "field",
|
|
9584
|
+
"name": "chevronEl",
|
|
9585
|
+
"type": {
|
|
9586
|
+
"text": "HTMLElement | null"
|
|
9587
|
+
},
|
|
9588
|
+
"privacy": "private"
|
|
9589
|
+
},
|
|
9590
|
+
{
|
|
9591
|
+
"kind": "method",
|
|
9592
|
+
"name": "toggleAccordion"
|
|
9593
|
+
}
|
|
9594
|
+
],
|
|
9595
|
+
"superclass": {
|
|
9596
|
+
"name": "HTMLElement"
|
|
9597
|
+
},
|
|
9598
|
+
"tagName": "mui-accordion-inline",
|
|
9599
|
+
"customElement": true
|
|
9600
|
+
}
|
|
9601
|
+
],
|
|
9602
|
+
"exports": [
|
|
9603
|
+
{
|
|
9604
|
+
"kind": "custom-element-definition",
|
|
9605
|
+
"name": "mui-accordion-inline",
|
|
9606
|
+
"declaration": {
|
|
9607
|
+
"name": "MuiAccordionInline",
|
|
9608
|
+
"module": "src/components/mui-accordion/inline/index.ts"
|
|
9609
|
+
}
|
|
9610
|
+
}
|
|
9611
|
+
]
|
|
9612
|
+
},
|
|
9615
9613
|
{
|
|
9616
9614
|
"kind": "javascript-module",
|
|
9617
9615
|
"path": "src/components/mui-card/body/index.ts",
|
|
@@ -9692,62 +9690,6 @@
|
|
|
9692
9690
|
}
|
|
9693
9691
|
]
|
|
9694
9692
|
},
|
|
9695
|
-
{
|
|
9696
|
-
"kind": "javascript-module",
|
|
9697
|
-
"path": "src/components/mui-accordion/inline/index.ts",
|
|
9698
|
-
"declarations": [
|
|
9699
|
-
{
|
|
9700
|
-
"kind": "class",
|
|
9701
|
-
"description": "",
|
|
9702
|
-
"name": "MuiAccordionInline",
|
|
9703
|
-
"members": [
|
|
9704
|
-
{
|
|
9705
|
-
"kind": "field",
|
|
9706
|
-
"name": "summaryEl",
|
|
9707
|
-
"type": {
|
|
9708
|
-
"text": "HTMLElement | null"
|
|
9709
|
-
},
|
|
9710
|
-
"privacy": "private"
|
|
9711
|
-
},
|
|
9712
|
-
{
|
|
9713
|
-
"kind": "field",
|
|
9714
|
-
"name": "detailEl",
|
|
9715
|
-
"type": {
|
|
9716
|
-
"text": "HTMLElement | null"
|
|
9717
|
-
},
|
|
9718
|
-
"privacy": "private"
|
|
9719
|
-
},
|
|
9720
|
-
{
|
|
9721
|
-
"kind": "field",
|
|
9722
|
-
"name": "chevronEl",
|
|
9723
|
-
"type": {
|
|
9724
|
-
"text": "HTMLElement | null"
|
|
9725
|
-
},
|
|
9726
|
-
"privacy": "private"
|
|
9727
|
-
},
|
|
9728
|
-
{
|
|
9729
|
-
"kind": "method",
|
|
9730
|
-
"name": "toggleAccordion"
|
|
9731
|
-
}
|
|
9732
|
-
],
|
|
9733
|
-
"superclass": {
|
|
9734
|
-
"name": "HTMLElement"
|
|
9735
|
-
},
|
|
9736
|
-
"tagName": "mui-accordion-inline",
|
|
9737
|
-
"customElement": true
|
|
9738
|
-
}
|
|
9739
|
-
],
|
|
9740
|
-
"exports": [
|
|
9741
|
-
{
|
|
9742
|
-
"kind": "custom-element-definition",
|
|
9743
|
-
"name": "mui-accordion-inline",
|
|
9744
|
-
"declaration": {
|
|
9745
|
-
"name": "MuiAccordionInline",
|
|
9746
|
-
"module": "src/components/mui-accordion/inline/index.ts"
|
|
9747
|
-
}
|
|
9748
|
-
}
|
|
9749
|
-
]
|
|
9750
|
-
},
|
|
9751
9693
|
{
|
|
9752
9694
|
"kind": "javascript-module",
|
|
9753
9695
|
"path": "src/components/mui-card/footer/index.ts",
|
|
@@ -10310,39 +10252,91 @@
|
|
|
10310
10252
|
},
|
|
10311
10253
|
{
|
|
10312
10254
|
"kind": "method",
|
|
10313
|
-
"name": "waitForPartMap",
|
|
10314
|
-
"return": {
|
|
10315
|
-
"type": {
|
|
10316
|
-
"text": "Promise<void>"
|
|
10317
|
-
}
|
|
10318
|
-
}
|
|
10255
|
+
"name": "waitForPartMap",
|
|
10256
|
+
"return": {
|
|
10257
|
+
"type": {
|
|
10258
|
+
"text": "Promise<void>"
|
|
10259
|
+
}
|
|
10260
|
+
}
|
|
10261
|
+
}
|
|
10262
|
+
],
|
|
10263
|
+
"attributes": [
|
|
10264
|
+
{
|
|
10265
|
+
"name": "space"
|
|
10266
|
+
},
|
|
10267
|
+
{
|
|
10268
|
+
"name": "alignx"
|
|
10269
|
+
},
|
|
10270
|
+
{
|
|
10271
|
+
"name": "aligny"
|
|
10272
|
+
}
|
|
10273
|
+
],
|
|
10274
|
+
"superclass": {
|
|
10275
|
+
"name": "HTMLElement"
|
|
10276
|
+
},
|
|
10277
|
+
"tagName": "mui-v-stack",
|
|
10278
|
+
"customElement": true
|
|
10279
|
+
}
|
|
10280
|
+
],
|
|
10281
|
+
"exports": [
|
|
10282
|
+
{
|
|
10283
|
+
"kind": "custom-element-definition",
|
|
10284
|
+
"name": "mui-v-stack",
|
|
10285
|
+
"declaration": {
|
|
10286
|
+
"name": "MuiVStack",
|
|
10287
|
+
"module": "src/components/mui-stack/vstack/index.ts"
|
|
10288
|
+
}
|
|
10289
|
+
}
|
|
10290
|
+
]
|
|
10291
|
+
},
|
|
10292
|
+
{
|
|
10293
|
+
"kind": "javascript-module",
|
|
10294
|
+
"path": "src/components/mui-stepper/step/index.ts",
|
|
10295
|
+
"declarations": [
|
|
10296
|
+
{
|
|
10297
|
+
"kind": "class",
|
|
10298
|
+
"description": "",
|
|
10299
|
+
"name": "MuiStep",
|
|
10300
|
+
"members": [
|
|
10301
|
+
{
|
|
10302
|
+
"kind": "method",
|
|
10303
|
+
"name": "render"
|
|
10319
10304
|
}
|
|
10320
10305
|
],
|
|
10321
10306
|
"attributes": [
|
|
10322
10307
|
{
|
|
10323
|
-
"name": "
|
|
10308
|
+
"name": "state"
|
|
10324
10309
|
},
|
|
10325
10310
|
{
|
|
10326
|
-
"name": "
|
|
10311
|
+
"name": "resolved-state"
|
|
10327
10312
|
},
|
|
10328
10313
|
{
|
|
10329
|
-
"name": "
|
|
10314
|
+
"name": "title"
|
|
10315
|
+
},
|
|
10316
|
+
{
|
|
10317
|
+
"name": "direction"
|
|
10318
|
+
},
|
|
10319
|
+
{
|
|
10320
|
+
"name": "hide-icon"
|
|
10321
|
+
},
|
|
10322
|
+
{
|
|
10323
|
+
"name": "size"
|
|
10330
10324
|
}
|
|
10331
10325
|
],
|
|
10332
10326
|
"superclass": {
|
|
10333
10327
|
"name": "HTMLElement"
|
|
10334
10328
|
},
|
|
10335
|
-
"tagName": "mui-
|
|
10329
|
+
"tagName": "mui-step",
|
|
10336
10330
|
"customElement": true
|
|
10337
10331
|
}
|
|
10338
10332
|
],
|
|
10339
10333
|
"exports": [
|
|
10340
10334
|
{
|
|
10341
10335
|
"kind": "custom-element-definition",
|
|
10342
|
-
"name": "mui-
|
|
10336
|
+
"name": "mui-step",
|
|
10343
10337
|
"declaration": {
|
|
10344
|
-
"name": "
|
|
10345
|
-
"module": "src/components/mui-
|
|
10338
|
+
"name": "MuiStep",
|
|
10339
|
+
"module": "src/components/mui-stepper/step/index.ts"
|
|
10346
10340
|
}
|
|
10347
10341
|
}
|
|
10348
10342
|
]
|
|
@@ -10522,12 +10516,12 @@
|
|
|
10522
10516
|
},
|
|
10523
10517
|
{
|
|
10524
10518
|
"kind": "javascript-module",
|
|
10525
|
-
"path": "src/components/mui-
|
|
10519
|
+
"path": "src/components/mui-table/cell/index.ts",
|
|
10526
10520
|
"declarations": [
|
|
10527
10521
|
{
|
|
10528
10522
|
"kind": "class",
|
|
10529
10523
|
"description": "",
|
|
10530
|
-
"name": "
|
|
10524
|
+
"name": "MuiCell",
|
|
10531
10525
|
"members": [
|
|
10532
10526
|
{
|
|
10533
10527
|
"kind": "method",
|
|
@@ -10536,38 +10530,23 @@
|
|
|
10536
10530
|
],
|
|
10537
10531
|
"attributes": [
|
|
10538
10532
|
{
|
|
10539
|
-
"name": "
|
|
10540
|
-
},
|
|
10541
|
-
{
|
|
10542
|
-
"name": "resolved-state"
|
|
10543
|
-
},
|
|
10544
|
-
{
|
|
10545
|
-
"name": "title"
|
|
10546
|
-
},
|
|
10547
|
-
{
|
|
10548
|
-
"name": "direction"
|
|
10549
|
-
},
|
|
10550
|
-
{
|
|
10551
|
-
"name": "hide-icon"
|
|
10552
|
-
},
|
|
10553
|
-
{
|
|
10554
|
-
"name": "size"
|
|
10533
|
+
"name": "align-y"
|
|
10555
10534
|
}
|
|
10556
10535
|
],
|
|
10557
10536
|
"superclass": {
|
|
10558
10537
|
"name": "HTMLElement"
|
|
10559
10538
|
},
|
|
10560
|
-
"tagName": "mui-
|
|
10539
|
+
"tagName": "mui-cell",
|
|
10561
10540
|
"customElement": true
|
|
10562
10541
|
}
|
|
10563
10542
|
],
|
|
10564
10543
|
"exports": [
|
|
10565
10544
|
{
|
|
10566
10545
|
"kind": "custom-element-definition",
|
|
10567
|
-
"name": "mui-
|
|
10546
|
+
"name": "mui-cell",
|
|
10568
10547
|
"declaration": {
|
|
10569
|
-
"name": "
|
|
10570
|
-
"module": "src/components/mui-
|
|
10548
|
+
"name": "MuiCell",
|
|
10549
|
+
"module": "src/components/mui-table/cell/index.ts"
|
|
10571
10550
|
}
|
|
10572
10551
|
}
|
|
10573
10552
|
]
|
|
@@ -10617,37 +10596,26 @@
|
|
|
10617
10596
|
},
|
|
10618
10597
|
{
|
|
10619
10598
|
"kind": "javascript-module",
|
|
10620
|
-
"path": "src/components/mui-table/
|
|
10599
|
+
"path": "src/components/mui-table/row-group/index.ts",
|
|
10621
10600
|
"declarations": [
|
|
10622
10601
|
{
|
|
10623
10602
|
"kind": "class",
|
|
10624
10603
|
"description": "",
|
|
10625
|
-
"name": "
|
|
10626
|
-
"members": [
|
|
10627
|
-
{
|
|
10628
|
-
"kind": "method",
|
|
10629
|
-
"name": "render"
|
|
10630
|
-
}
|
|
10631
|
-
],
|
|
10632
|
-
"attributes": [
|
|
10633
|
-
{
|
|
10634
|
-
"name": "align-y"
|
|
10635
|
-
}
|
|
10636
|
-
],
|
|
10604
|
+
"name": "MuiRowGroup",
|
|
10637
10605
|
"superclass": {
|
|
10638
10606
|
"name": "HTMLElement"
|
|
10639
10607
|
},
|
|
10640
|
-
"tagName": "mui-
|
|
10608
|
+
"tagName": "mui-row-group",
|
|
10641
10609
|
"customElement": true
|
|
10642
10610
|
}
|
|
10643
10611
|
],
|
|
10644
10612
|
"exports": [
|
|
10645
10613
|
{
|
|
10646
10614
|
"kind": "custom-element-definition",
|
|
10647
|
-
"name": "mui-
|
|
10615
|
+
"name": "mui-row-group",
|
|
10648
10616
|
"declaration": {
|
|
10649
|
-
"name": "
|
|
10650
|
-
"module": "src/components/mui-table/
|
|
10617
|
+
"name": "MuiRowGroup",
|
|
10618
|
+
"module": "src/components/mui-table/row-group/index.ts"
|
|
10651
10619
|
}
|
|
10652
10620
|
}
|
|
10653
10621
|
]
|
|
@@ -10680,26 +10648,72 @@
|
|
|
10680
10648
|
},
|
|
10681
10649
|
{
|
|
10682
10650
|
"kind": "javascript-module",
|
|
10683
|
-
"path": "src/components/mui-
|
|
10651
|
+
"path": "src/components/mui-tabs/controller/index.ts",
|
|
10684
10652
|
"declarations": [
|
|
10685
10653
|
{
|
|
10686
10654
|
"kind": "class",
|
|
10687
10655
|
"description": "",
|
|
10688
|
-
"name": "
|
|
10656
|
+
"name": "MuiTabController",
|
|
10657
|
+
"members": [
|
|
10658
|
+
{
|
|
10659
|
+
"kind": "method",
|
|
10660
|
+
"name": "initializePanels",
|
|
10661
|
+
"privacy": "private",
|
|
10662
|
+
"return": {
|
|
10663
|
+
"type": {
|
|
10664
|
+
"text": "void"
|
|
10665
|
+
}
|
|
10666
|
+
}
|
|
10667
|
+
},
|
|
10668
|
+
{
|
|
10669
|
+
"kind": "method",
|
|
10670
|
+
"name": "handleTabChange",
|
|
10671
|
+
"return": {
|
|
10672
|
+
"type": {
|
|
10673
|
+
"text": "void"
|
|
10674
|
+
}
|
|
10675
|
+
},
|
|
10676
|
+
"parameters": [
|
|
10677
|
+
{
|
|
10678
|
+
"name": "event",
|
|
10679
|
+
"type": {
|
|
10680
|
+
"text": "Event"
|
|
10681
|
+
}
|
|
10682
|
+
}
|
|
10683
|
+
]
|
|
10684
|
+
},
|
|
10685
|
+
{
|
|
10686
|
+
"kind": "method",
|
|
10687
|
+
"name": "updatePanels",
|
|
10688
|
+
"return": {
|
|
10689
|
+
"type": {
|
|
10690
|
+
"text": "void"
|
|
10691
|
+
}
|
|
10692
|
+
},
|
|
10693
|
+
"parameters": [
|
|
10694
|
+
{
|
|
10695
|
+
"name": "activeId",
|
|
10696
|
+
"type": {
|
|
10697
|
+
"text": "string"
|
|
10698
|
+
}
|
|
10699
|
+
}
|
|
10700
|
+
]
|
|
10701
|
+
}
|
|
10702
|
+
],
|
|
10689
10703
|
"superclass": {
|
|
10690
10704
|
"name": "HTMLElement"
|
|
10691
10705
|
},
|
|
10692
|
-
"tagName": "mui-
|
|
10706
|
+
"tagName": "mui-tab-controller",
|
|
10693
10707
|
"customElement": true
|
|
10694
10708
|
}
|
|
10695
10709
|
],
|
|
10696
10710
|
"exports": [
|
|
10697
10711
|
{
|
|
10698
10712
|
"kind": "custom-element-definition",
|
|
10699
|
-
"name": "mui-
|
|
10713
|
+
"name": "mui-tab-controller",
|
|
10700
10714
|
"declaration": {
|
|
10701
|
-
"name": "
|
|
10702
|
-
"module": "src/components/mui-
|
|
10715
|
+
"name": "MuiTabController",
|
|
10716
|
+
"module": "src/components/mui-tabs/controller/index.ts"
|
|
10703
10717
|
}
|
|
10704
10718
|
}
|
|
10705
10719
|
]
|
|
@@ -10811,72 +10825,45 @@
|
|
|
10811
10825
|
},
|
|
10812
10826
|
{
|
|
10813
10827
|
"kind": "javascript-module",
|
|
10814
|
-
"path": "src/components/mui-tabs/
|
|
10828
|
+
"path": "src/components/mui-tabs/panel/index.ts",
|
|
10815
10829
|
"declarations": [
|
|
10816
10830
|
{
|
|
10817
10831
|
"kind": "class",
|
|
10818
10832
|
"description": "",
|
|
10819
|
-
"name": "
|
|
10833
|
+
"name": "MuiTabPanel",
|
|
10820
10834
|
"members": [
|
|
10821
10835
|
{
|
|
10822
|
-
"kind": "
|
|
10823
|
-
"name": "
|
|
10824
|
-
"
|
|
10825
|
-
|
|
10826
|
-
"type": {
|
|
10827
|
-
"text": "void"
|
|
10828
|
-
}
|
|
10836
|
+
"kind": "field",
|
|
10837
|
+
"name": "item",
|
|
10838
|
+
"type": {
|
|
10839
|
+
"text": "string | null"
|
|
10829
10840
|
}
|
|
10830
10841
|
},
|
|
10831
10842
|
{
|
|
10832
|
-
"kind": "
|
|
10833
|
-
"name": "
|
|
10834
|
-
"
|
|
10835
|
-
|
|
10836
|
-
|
|
10837
|
-
|
|
10838
|
-
},
|
|
10839
|
-
"parameters": [
|
|
10840
|
-
{
|
|
10841
|
-
"name": "event",
|
|
10842
|
-
"type": {
|
|
10843
|
-
"text": "Event"
|
|
10844
|
-
}
|
|
10845
|
-
}
|
|
10846
|
-
]
|
|
10847
|
-
},
|
|
10843
|
+
"kind": "field",
|
|
10844
|
+
"name": "innerHTML",
|
|
10845
|
+
"default": "` <style> :host { display: block; } :host([hidden]) { display: none !important; } .inner { padding: var(--tab-panel-padding, 0); } </style> <div class=\"inner\"> <slot></slot> </div> `"
|
|
10846
|
+
}
|
|
10847
|
+
],
|
|
10848
|
+
"attributes": [
|
|
10848
10849
|
{
|
|
10849
|
-
"
|
|
10850
|
-
"name": "updatePanels",
|
|
10851
|
-
"return": {
|
|
10852
|
-
"type": {
|
|
10853
|
-
"text": "void"
|
|
10854
|
-
}
|
|
10855
|
-
},
|
|
10856
|
-
"parameters": [
|
|
10857
|
-
{
|
|
10858
|
-
"name": "activeId",
|
|
10859
|
-
"type": {
|
|
10860
|
-
"text": "string"
|
|
10861
|
-
}
|
|
10862
|
-
}
|
|
10863
|
-
]
|
|
10850
|
+
"name": "item"
|
|
10864
10851
|
}
|
|
10865
10852
|
],
|
|
10866
10853
|
"superclass": {
|
|
10867
10854
|
"name": "HTMLElement"
|
|
10868
10855
|
},
|
|
10869
|
-
"tagName": "mui-tab-
|
|
10856
|
+
"tagName": "mui-tab-panel",
|
|
10870
10857
|
"customElement": true
|
|
10871
10858
|
}
|
|
10872
10859
|
],
|
|
10873
10860
|
"exports": [
|
|
10874
10861
|
{
|
|
10875
10862
|
"kind": "custom-element-definition",
|
|
10876
|
-
"name": "mui-tab-
|
|
10863
|
+
"name": "mui-tab-panel",
|
|
10877
10864
|
"declaration": {
|
|
10878
|
-
"name": "
|
|
10879
|
-
"module": "src/components/mui-tabs/
|
|
10865
|
+
"name": "MuiTabPanel",
|
|
10866
|
+
"module": "src/components/mui-tabs/panel/index.ts"
|
|
10880
10867
|
}
|
|
10881
10868
|
}
|
|
10882
10869
|
]
|
|
@@ -11040,51 +11027,6 @@
|
|
|
11040
11027
|
}
|
|
11041
11028
|
}
|
|
11042
11029
|
]
|
|
11043
|
-
},
|
|
11044
|
-
{
|
|
11045
|
-
"kind": "javascript-module",
|
|
11046
|
-
"path": "src/components/mui-tabs/panel/index.ts",
|
|
11047
|
-
"declarations": [
|
|
11048
|
-
{
|
|
11049
|
-
"kind": "class",
|
|
11050
|
-
"description": "",
|
|
11051
|
-
"name": "MuiTabPanel",
|
|
11052
|
-
"members": [
|
|
11053
|
-
{
|
|
11054
|
-
"kind": "field",
|
|
11055
|
-
"name": "item",
|
|
11056
|
-
"type": {
|
|
11057
|
-
"text": "string | null"
|
|
11058
|
-
}
|
|
11059
|
-
},
|
|
11060
|
-
{
|
|
11061
|
-
"kind": "field",
|
|
11062
|
-
"name": "innerHTML",
|
|
11063
|
-
"default": "` <style> :host { display: block; } :host([hidden]) { display: none !important; } .inner { padding: var(--tab-panel-padding, 0); } </style> <div class=\"inner\"> <slot></slot> </div> `"
|
|
11064
|
-
}
|
|
11065
|
-
],
|
|
11066
|
-
"attributes": [
|
|
11067
|
-
{
|
|
11068
|
-
"name": "item"
|
|
11069
|
-
}
|
|
11070
|
-
],
|
|
11071
|
-
"superclass": {
|
|
11072
|
-
"name": "HTMLElement"
|
|
11073
|
-
},
|
|
11074
|
-
"tagName": "mui-tab-panel",
|
|
11075
|
-
"customElement": true
|
|
11076
|
-
}
|
|
11077
|
-
],
|
|
11078
|
-
"exports": [
|
|
11079
|
-
{
|
|
11080
|
-
"kind": "custom-element-definition",
|
|
11081
|
-
"name": "mui-tab-panel",
|
|
11082
|
-
"declaration": {
|
|
11083
|
-
"name": "MuiTabPanel",
|
|
11084
|
-
"module": "src/components/mui-tabs/panel/index.ts"
|
|
11085
|
-
}
|
|
11086
|
-
}
|
|
11087
|
-
]
|
|
11088
11030
|
}
|
|
11089
11031
|
]
|
|
11090
11032
|
}
|