@muibook/components 18.2.0 → 19.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-card/body/index.js +13 -6
- package/dist/esm/components/mui-chip-input/index.js +103 -66
- package/dist/esm/components/mui-file-upload/index.js +28 -10
- package/dist/esm/components/mui-slat/slat/index.js +10 -5
- package/dist/esm/components/mui-stepper/stepper/index.js +9 -9
- package/dist/esm/components/mui-table/cell/index.js +22 -3
- package/dist/esm/components/mui-table/row/index.js +87 -5
- package/dist/esm/css/mui-brand.css +1 -1
- package/dist/esm/css/mui-tokens.css +5 -0
- package/dist/esm/custom-elements.json +1487 -1425
- package/dist/esm/dynamic-attrs.json +16 -1
- package/dist/types/components/mui-chip-input/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -2,36 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "src/components/mui-accordion/doc.ts",
|
|
8
|
-
"declarations": [
|
|
9
|
-
{
|
|
10
|
-
"kind": "variable",
|
|
11
|
-
"name": "muiDocs",
|
|
12
|
-
"type": {
|
|
13
|
-
"text": "MuiDocs"
|
|
14
|
-
},
|
|
15
|
-
"default": "{ Accordion: { title: \"Accordion\", description: \"A collapsible container used to reveal sections of related content. Useful for progressive disclosure, especially when space is limited or the content is secondary. On smaller viewports, accordions can replace tables to group and reveal related rows of data.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/1TykTEhPNTJlZdyzqAayEH/b5293336f033020bbcef964db811cdd3/Accordion_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=958-8558&t=0ytskb8cxriEmdz2-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/content-accordion--docs\"], website: [\"https://muibook.com/#/accordion\"], guides: [\"https://guides.muibook.com/accordion\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-accordion/index.ts\"], usage: { list: [ \"Use to progressively reveal grouped or secondary content.\", \"Can replace tables on small viewports when content is grouped by row.\", \"Ideal for mobile or narrow layouts where space is constrained.\", \"Stack, slat, or grid layouts can be used inside an accordion for custom structures.\", ], }, accessibility: { designerList: [ \"Accordion summary uses role='button' and tabindex='0' for keyboard access.\", \"Supports Enter and Space keys for toggling.\", \"aria-expanded reflects open/closed state.\", \"aria-controls links summary to detail with a unique ID.\", \"mui-heading applies semantic heading with role='heading' and aria-level.\", \"Chevron icon rotates visually and the state is conveyed via aria-expanded.\", ], engineerList: [ \"Accordion summary uses role='button' and tabindex='0' for keyboard access.\", \"Supports Enter and Space keys for toggling.\", \"aria-expanded reflects open/closed state.\", \"aria-controls links summary to detail with a unique ID.\", \"mui-heading applies semantic heading with role='heading' and aria-level.\", \"Chevron icon rotates visually and the state is conveyed via aria-expanded.\", ], }, anatomy: { list: [ \"Heading: Provides the accordion with a heading\", \"Icon: A chevron icon that indicates the state of the Accordion\", \"Detail: Define the detail content for the expanded section within the Accordion.\", ], image: \"https://images.ctfassets.net/i5uwscj4pkk2/4JgAhsxwz3YOt28fLTVgDB/b404f3407eb06e2f26a196da04f7d217/Accordion_-_Anatomy.png\", }, variants: { items: [ { key: \"accordion-block\", title: \"Accordion Block\", description: \"The block accordion is typically used within a page layout full-width to the parent container.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/1L2XfteVwNBQcFlddTYmfi/c791eb538285e2cfb919342e84228811/accordion-block_-_Variants.png\", }, { key: \"accordion-inline\", title: \"Accordion Inline\", description: \"The inline accordion is typically used within a block layout as a secondary UI element to a block element.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/RMnvBLRsW3Vvq9V3yaTcW/86afba39ed0b7ffc00d0033b1b1bfd07/accordion_inline_-_Variants.png\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"menu-groups\", name: \"Menu Groups\", description: \"Accordions can be used in menus to collapse and expand groups of related items, helping keep navigation organized and reducing visual clutter.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/zFHrSdH3CYbZXOv8WFKkL/90cad70c32b40fca61a875263d4cc366/accordion_menu_-_composition.png\", }, { key: \"code-snippets\", name: \"Code snippets\", description: \"An accordion in a card footer allows code snippets or supporting details to be revealed on demand, keeping the card compact while still providing access to additional information.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7FKVgkCxv3UenOQTC9Tr4R/25c357aceea16b169c48775d7363df1d/accordion_card_footer_-_composition.png\", }, { key: \"account-activity\", name: \"Account Activity (Accordion + Card)\", description: \"Accordions can split account activity into segments, such as by year, with the ability to expand each section for detailed transactions. This makes large sets of data easier to scan and navigate.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/4PEUUHgxpuDM6nDgdGOotY/bf078e07bc3fbabf07f03b99800e5306/accordion_card_body_-_composition.png\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [ { description: \"\", image: \"\" }, { description: \"\", image: \"\" }, ], dontContent: [{ description: \"\" }, { description: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, related: { items: [ { name: \"Card\", link: \"https://guides.muibook.com/card\" }, { name: \"Slat\", link: \"https://guides.muibook.com/slat\" }, ], }, }, }"
|
|
16
|
-
}
|
|
17
|
-
],
|
|
18
|
-
"exports": [
|
|
19
|
-
{
|
|
20
|
-
"kind": "js",
|
|
21
|
-
"name": "muiDocs",
|
|
22
|
-
"declaration": {
|
|
23
|
-
"name": "muiDocs",
|
|
24
|
-
"module": "src/components/mui-accordion/doc.ts"
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
]
|
|
28
|
-
},
|
|
29
|
-
{
|
|
30
|
-
"kind": "javascript-module",
|
|
31
|
-
"path": "src/components/mui-accordion/index.ts",
|
|
32
|
-
"declarations": [],
|
|
33
|
-
"exports": []
|
|
34
|
-
},
|
|
35
5
|
{
|
|
36
6
|
"kind": "javascript-module",
|
|
37
7
|
"path": "src/components/mui-addon/doc.ts",
|
|
@@ -101,6 +71,36 @@
|
|
|
101
71
|
}
|
|
102
72
|
]
|
|
103
73
|
},
|
|
74
|
+
{
|
|
75
|
+
"kind": "javascript-module",
|
|
76
|
+
"path": "src/components/mui-accordion/doc.ts",
|
|
77
|
+
"declarations": [
|
|
78
|
+
{
|
|
79
|
+
"kind": "variable",
|
|
80
|
+
"name": "muiDocs",
|
|
81
|
+
"type": {
|
|
82
|
+
"text": "MuiDocs"
|
|
83
|
+
},
|
|
84
|
+
"default": "{ Accordion: { title: \"Accordion\", description: \"A collapsible container used to reveal sections of related content. Useful for progressive disclosure, especially when space is limited or the content is secondary. On smaller viewports, accordions can replace tables to group and reveal related rows of data.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/1TykTEhPNTJlZdyzqAayEH/b5293336f033020bbcef964db811cdd3/Accordion_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=958-8558&t=0ytskb8cxriEmdz2-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/content-accordion--docs\"], website: [\"https://muibook.com/#/accordion\"], guides: [\"https://guides.muibook.com/accordion\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-accordion/index.ts\"], usage: { list: [ \"Use to progressively reveal grouped or secondary content.\", \"Can replace tables on small viewports when content is grouped by row.\", \"Ideal for mobile or narrow layouts where space is constrained.\", \"Stack, slat, or grid layouts can be used inside an accordion for custom structures.\", ], }, accessibility: { designerList: [ \"Accordion summary uses role='button' and tabindex='0' for keyboard access.\", \"Supports Enter and Space keys for toggling.\", \"aria-expanded reflects open/closed state.\", \"aria-controls links summary to detail with a unique ID.\", \"mui-heading applies semantic heading with role='heading' and aria-level.\", \"Chevron icon rotates visually and the state is conveyed via aria-expanded.\", ], engineerList: [ \"Accordion summary uses role='button' and tabindex='0' for keyboard access.\", \"Supports Enter and Space keys for toggling.\", \"aria-expanded reflects open/closed state.\", \"aria-controls links summary to detail with a unique ID.\", \"mui-heading applies semantic heading with role='heading' and aria-level.\", \"Chevron icon rotates visually and the state is conveyed via aria-expanded.\", ], }, anatomy: { list: [ \"Heading: Provides the accordion with a heading\", \"Icon: A chevron icon that indicates the state of the Accordion\", \"Detail: Define the detail content for the expanded section within the Accordion.\", ], image: \"https://images.ctfassets.net/i5uwscj4pkk2/4JgAhsxwz3YOt28fLTVgDB/b404f3407eb06e2f26a196da04f7d217/Accordion_-_Anatomy.png\", }, variants: { items: [ { key: \"accordion-block\", title: \"Accordion Block\", description: \"The block accordion is typically used within a page layout full-width to the parent container.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/1L2XfteVwNBQcFlddTYmfi/c791eb538285e2cfb919342e84228811/accordion-block_-_Variants.png\", }, { key: \"accordion-inline\", title: \"Accordion Inline\", description: \"The inline accordion is typically used within a block layout as a secondary UI element to a block element.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/RMnvBLRsW3Vvq9V3yaTcW/86afba39ed0b7ffc00d0033b1b1bfd07/accordion_inline_-_Variants.png\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"menu-groups\", name: \"Menu Groups\", description: \"Accordions can be used in menus to collapse and expand groups of related items, helping keep navigation organized and reducing visual clutter.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/zFHrSdH3CYbZXOv8WFKkL/90cad70c32b40fca61a875263d4cc366/accordion_menu_-_composition.png\", }, { key: \"code-snippets\", name: \"Code snippets\", description: \"An accordion in a card footer allows code snippets or supporting details to be revealed on demand, keeping the card compact while still providing access to additional information.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7FKVgkCxv3UenOQTC9Tr4R/25c357aceea16b169c48775d7363df1d/accordion_card_footer_-_composition.png\", }, { key: \"account-activity\", name: \"Account Activity (Accordion + Card)\", description: \"Accordions can split account activity into segments, such as by year, with the ability to expand each section for detailed transactions. This makes large sets of data easier to scan and navigate.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/4PEUUHgxpuDM6nDgdGOotY/bf078e07bc3fbabf07f03b99800e5306/accordion_card_body_-_composition.png\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [ { description: \"\", image: \"\" }, { description: \"\", image: \"\" }, ], dontContent: [{ description: \"\" }, { description: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, related: { items: [ { name: \"Card\", link: \"https://guides.muibook.com/card\" }, { name: \"Slat\", link: \"https://guides.muibook.com/slat\" }, ], }, }, }"
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"exports": [
|
|
88
|
+
{
|
|
89
|
+
"kind": "js",
|
|
90
|
+
"name": "muiDocs",
|
|
91
|
+
"declaration": {
|
|
92
|
+
"name": "muiDocs",
|
|
93
|
+
"module": "src/components/mui-accordion/doc.ts"
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
]
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"kind": "javascript-module",
|
|
100
|
+
"path": "src/components/mui-accordion/index.ts",
|
|
101
|
+
"declarations": [],
|
|
102
|
+
"exports": []
|
|
103
|
+
},
|
|
104
104
|
{
|
|
105
105
|
"kind": "javascript-module",
|
|
106
106
|
"path": "src/components/mui-alert/doc.ts",
|
|
@@ -1431,8 +1431,7 @@
|
|
|
1431
1431
|
{
|
|
1432
1432
|
"kind": "field",
|
|
1433
1433
|
"name": "placement",
|
|
1434
|
-
"privacy": "private"
|
|
1435
|
-
"readonly": true
|
|
1434
|
+
"privacy": "private"
|
|
1436
1435
|
},
|
|
1437
1436
|
{
|
|
1438
1437
|
"kind": "field",
|
|
@@ -1599,6 +1598,11 @@
|
|
|
1599
1598
|
"name": "setupListeners",
|
|
1600
1599
|
"privacy": "private"
|
|
1601
1600
|
},
|
|
1601
|
+
{
|
|
1602
|
+
"kind": "method",
|
|
1603
|
+
"name": "updateListbox",
|
|
1604
|
+
"privacy": "private"
|
|
1605
|
+
},
|
|
1602
1606
|
{
|
|
1603
1607
|
"kind": "method",
|
|
1604
1608
|
"name": "render"
|
|
@@ -2585,6 +2589,16 @@
|
|
|
2585
2589
|
"text": "HTMLInputElement"
|
|
2586
2590
|
}
|
|
2587
2591
|
},
|
|
2592
|
+
{
|
|
2593
|
+
"kind": "method",
|
|
2594
|
+
"name": "readAcceptedFileTypes",
|
|
2595
|
+
"privacy": "private"
|
|
2596
|
+
},
|
|
2597
|
+
{
|
|
2598
|
+
"kind": "method",
|
|
2599
|
+
"name": "readCurrentFileName",
|
|
2600
|
+
"privacy": "private"
|
|
2601
|
+
},
|
|
2588
2602
|
{
|
|
2589
2603
|
"kind": "method",
|
|
2590
2604
|
"name": "render"
|
|
@@ -2622,6 +2636,20 @@
|
|
|
2622
2636
|
}
|
|
2623
2637
|
}
|
|
2624
2638
|
],
|
|
2639
|
+
"attributes": [
|
|
2640
|
+
{
|
|
2641
|
+
"name": "accepted-file-types"
|
|
2642
|
+
},
|
|
2643
|
+
{
|
|
2644
|
+
"name": "current-file-name"
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
"name": "acceptedfiletypes"
|
|
2648
|
+
},
|
|
2649
|
+
{
|
|
2650
|
+
"name": "currentfilename"
|
|
2651
|
+
}
|
|
2652
|
+
],
|
|
2625
2653
|
"superclass": {
|
|
2626
2654
|
"name": "HTMLElement"
|
|
2627
2655
|
},
|
|
@@ -3329,6 +3357,70 @@
|
|
|
3329
3357
|
}
|
|
3330
3358
|
]
|
|
3331
3359
|
},
|
|
3360
|
+
{
|
|
3361
|
+
"kind": "javascript-module",
|
|
3362
|
+
"path": "src/components/mui-heading/doc.ts",
|
|
3363
|
+
"declarations": [
|
|
3364
|
+
{
|
|
3365
|
+
"kind": "variable",
|
|
3366
|
+
"name": "muiDocs",
|
|
3367
|
+
"type": {
|
|
3368
|
+
"text": "MuiDocs"
|
|
3369
|
+
},
|
|
3370
|
+
"default": "{ Heading: { title: \"Heading\", description: \"The Heading component includes six levels (H1–H6) for structured heading usage, supporting a range of hierarchies in text presentation.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/mGURbbhEBEMoMv5KlrbhD/46b2fdc16823b3750955a6bfd451e3ed/Heading_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=3-1120&t=fSFYVey9aCoE5oQa-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/content-heading--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-heading/index.ts\"], website: [\"https://muibook.com/#/heading\"], guides: [\"https://guides.muibook.com/heading\"], usage: { list: [ \"Blog/Info Pages: Follow a structured, descending order to create clear sections. E.g. H1 → H2 → H3.\", \"Rich Data or Workflows: Headings may be used out of strict order to maintain visual balance and usability. E.g. Skip an H3 if H4 better suits the layout.\", \"Use only one H1 per page to establish a clear primary title and improve accessibility.\", \"Use H2–H6 to structure content logically, maintaining a clear hierarchy.\", ], }, accessibility: { designerList: [ \"Use the level property (H1–H6) to maintain correct semantic structure.\", \"Follow a logical order — don’t skip heading levels.\", \"Helps screen readers understand and navigate the page hierarchy.\", ], engineerList: [ \"Use the level property (H1–H6) to maintain correct semantic structure.\", \"Follow a logical order — don’t skip heading levels.\", \"Helps screen readers understand and navigate the page hierarchy.\", ], }, anatomy: { image: \"\", list: [\"\"], }, variants: { items: [ { key: \"heading-1\", title: \"Heading 1\", description: \"The primary heading is typically the page's main title. It plays a crucial role in accessibility and SEO, as screen readers and search engines rely on H1s to understand page structure.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/4qDOWEyMtO0U40Ot9aSKNb/a3ae2d059cb9caeb26c6c65e36df71b2/heading-1.png\", }, { key: \"heading-2\", title: \"Heading 2\", description: \"A secondary heading that introduces major sections within a page, following the H1.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/WXCjRrpLpqzGUhY8auOMv/66d0cd721db330f68547a16a63feec4f/heading-2.png\", }, { key: \"heading-3\", title: \"Heading 3\", description: \"A heading is used to structure content under H2, providing additional hierarchy.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/146ZPfxWf50ahUf35SAMWU/ffaacafbe9f905da81850a60d00e48d7/heading-3.png\", }, { key: \"heading-4\", title: \"Heading 4\", description: \"A heading for organising detailed content under H3, maintaining readability.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/53f9iMdJUV7DPsiZhPToiY/83141d25fb2de26bcb7c0e66a4fd14f6/heading-4.png\", }, { key: \"heading-5\", title: \"Heading 5\", description: \"A heading that introduces lower-level content, often for minor divisions within H4 sections.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/1pocISFs6Ht66gXn4EHn59/f43d402c6cbe3dafbc06d35ef1097cad/heading-5.png\", }, { key: \"heading-6\", title: \"Heading 6\", description: \"The lowest level heading, used for minimal emphasis or supplementary labeling.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3CV5CHrrNrkeTkZDfhpRGA/29d6f9b6da53f4174f8c4d45aee01939/heading-6.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: \"guru-outcomes-roadmap\", name: \"Guru Outcomes - Roadmap\", description: \"The Loader component in action on the roadmap page, smoothly loading the UI while masking delays and improving perceived performance.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7Hebis0o1mlvvDZlQRZfzl/f0c06679ab417f2ee624b570226da77d/outcomes-roadmap.gif\", }, { key: \"guru-outcomes-dashboard\", name: \"Guru Outcomes - Dashboard\", description: \"Use the <mui-loader> component to mask slow network or initial data load times. Combine its features to create a seamless loading experience.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7fsKn4mqKGieVh2D1EdyuR/a9afa145001e13470054aa9d7004127d/outcomes-home.gif\", }, ], }, related: { items: [ { name: \"Body\", link: \"https://guides.muibook.com/body\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
3371
|
+
}
|
|
3372
|
+
],
|
|
3373
|
+
"exports": [
|
|
3374
|
+
{
|
|
3375
|
+
"kind": "js",
|
|
3376
|
+
"name": "muiDocs",
|
|
3377
|
+
"declaration": {
|
|
3378
|
+
"name": "muiDocs",
|
|
3379
|
+
"module": "src/components/mui-heading/doc.ts"
|
|
3380
|
+
}
|
|
3381
|
+
}
|
|
3382
|
+
]
|
|
3383
|
+
},
|
|
3384
|
+
{
|
|
3385
|
+
"kind": "javascript-module",
|
|
3386
|
+
"path": "src/components/mui-heading/index.ts",
|
|
3387
|
+
"declarations": [
|
|
3388
|
+
{
|
|
3389
|
+
"kind": "class",
|
|
3390
|
+
"description": "",
|
|
3391
|
+
"name": "MuiHeading",
|
|
3392
|
+
"members": [
|
|
3393
|
+
{
|
|
3394
|
+
"kind": "method",
|
|
3395
|
+
"name": "render"
|
|
3396
|
+
}
|
|
3397
|
+
],
|
|
3398
|
+
"attributes": [
|
|
3399
|
+
{
|
|
3400
|
+
"name": "size"
|
|
3401
|
+
},
|
|
3402
|
+
{
|
|
3403
|
+
"name": "level"
|
|
3404
|
+
}
|
|
3405
|
+
],
|
|
3406
|
+
"superclass": {
|
|
3407
|
+
"name": "HTMLElement"
|
|
3408
|
+
},
|
|
3409
|
+
"tagName": "mui-heading",
|
|
3410
|
+
"customElement": true
|
|
3411
|
+
}
|
|
3412
|
+
],
|
|
3413
|
+
"exports": [
|
|
3414
|
+
{
|
|
3415
|
+
"kind": "custom-element-definition",
|
|
3416
|
+
"name": "mui-heading",
|
|
3417
|
+
"declaration": {
|
|
3418
|
+
"name": "MuiHeading",
|
|
3419
|
+
"module": "src/components/mui-heading/index.ts"
|
|
3420
|
+
}
|
|
3421
|
+
}
|
|
3422
|
+
]
|
|
3423
|
+
},
|
|
3332
3424
|
{
|
|
3333
3425
|
"kind": "javascript-module",
|
|
3334
3426
|
"path": "src/components/mui-hint/doc.ts",
|
|
@@ -3490,70 +3582,6 @@
|
|
|
3490
3582
|
}
|
|
3491
3583
|
]
|
|
3492
3584
|
},
|
|
3493
|
-
{
|
|
3494
|
-
"kind": "javascript-module",
|
|
3495
|
-
"path": "src/components/mui-heading/doc.ts",
|
|
3496
|
-
"declarations": [
|
|
3497
|
-
{
|
|
3498
|
-
"kind": "variable",
|
|
3499
|
-
"name": "muiDocs",
|
|
3500
|
-
"type": {
|
|
3501
|
-
"text": "MuiDocs"
|
|
3502
|
-
},
|
|
3503
|
-
"default": "{ Heading: { title: \"Heading\", description: \"The Heading component includes six levels (H1–H6) for structured heading usage, supporting a range of hierarchies in text presentation.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/mGURbbhEBEMoMv5KlrbhD/46b2fdc16823b3750955a6bfd451e3ed/Heading_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=3-1120&t=fSFYVey9aCoE5oQa-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/content-heading--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-heading/index.ts\"], website: [\"https://muibook.com/#/heading\"], guides: [\"https://guides.muibook.com/heading\"], usage: { list: [ \"Blog/Info Pages: Follow a structured, descending order to create clear sections. E.g. H1 → H2 → H3.\", \"Rich Data or Workflows: Headings may be used out of strict order to maintain visual balance and usability. E.g. Skip an H3 if H4 better suits the layout.\", \"Use only one H1 per page to establish a clear primary title and improve accessibility.\", \"Use H2–H6 to structure content logically, maintaining a clear hierarchy.\", ], }, accessibility: { designerList: [ \"Use the level property (H1–H6) to maintain correct semantic structure.\", \"Follow a logical order — don’t skip heading levels.\", \"Helps screen readers understand and navigate the page hierarchy.\", ], engineerList: [ \"Use the level property (H1–H6) to maintain correct semantic structure.\", \"Follow a logical order — don’t skip heading levels.\", \"Helps screen readers understand and navigate the page hierarchy.\", ], }, anatomy: { image: \"\", list: [\"\"], }, variants: { items: [ { key: \"heading-1\", title: \"Heading 1\", description: \"The primary heading is typically the page's main title. It plays a crucial role in accessibility and SEO, as screen readers and search engines rely on H1s to understand page structure.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/4qDOWEyMtO0U40Ot9aSKNb/a3ae2d059cb9caeb26c6c65e36df71b2/heading-1.png\", }, { key: \"heading-2\", title: \"Heading 2\", description: \"A secondary heading that introduces major sections within a page, following the H1.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/WXCjRrpLpqzGUhY8auOMv/66d0cd721db330f68547a16a63feec4f/heading-2.png\", }, { key: \"heading-3\", title: \"Heading 3\", description: \"A heading is used to structure content under H2, providing additional hierarchy.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/146ZPfxWf50ahUf35SAMWU/ffaacafbe9f905da81850a60d00e48d7/heading-3.png\", }, { key: \"heading-4\", title: \"Heading 4\", description: \"A heading for organising detailed content under H3, maintaining readability.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/53f9iMdJUV7DPsiZhPToiY/83141d25fb2de26bcb7c0e66a4fd14f6/heading-4.png\", }, { key: \"heading-5\", title: \"Heading 5\", description: \"A heading that introduces lower-level content, often for minor divisions within H4 sections.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/1pocISFs6Ht66gXn4EHn59/f43d402c6cbe3dafbc06d35ef1097cad/heading-5.png\", }, { key: \"heading-6\", title: \"Heading 6\", description: \"The lowest level heading, used for minimal emphasis or supplementary labeling.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3CV5CHrrNrkeTkZDfhpRGA/29d6f9b6da53f4174f8c4d45aee01939/heading-6.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: \"guru-outcomes-roadmap\", name: \"Guru Outcomes - Roadmap\", description: \"The Loader component in action on the roadmap page, smoothly loading the UI while masking delays and improving perceived performance.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7Hebis0o1mlvvDZlQRZfzl/f0c06679ab417f2ee624b570226da77d/outcomes-roadmap.gif\", }, { key: \"guru-outcomes-dashboard\", name: \"Guru Outcomes - Dashboard\", description: \"Use the <mui-loader> component to mask slow network or initial data load times. Combine its features to create a seamless loading experience.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7fsKn4mqKGieVh2D1EdyuR/a9afa145001e13470054aa9d7004127d/outcomes-home.gif\", }, ], }, related: { items: [ { name: \"Body\", link: \"https://guides.muibook.com/body\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
3504
|
-
}
|
|
3505
|
-
],
|
|
3506
|
-
"exports": [
|
|
3507
|
-
{
|
|
3508
|
-
"kind": "js",
|
|
3509
|
-
"name": "muiDocs",
|
|
3510
|
-
"declaration": {
|
|
3511
|
-
"name": "muiDocs",
|
|
3512
|
-
"module": "src/components/mui-heading/doc.ts"
|
|
3513
|
-
}
|
|
3514
|
-
}
|
|
3515
|
-
]
|
|
3516
|
-
},
|
|
3517
|
-
{
|
|
3518
|
-
"kind": "javascript-module",
|
|
3519
|
-
"path": "src/components/mui-heading/index.ts",
|
|
3520
|
-
"declarations": [
|
|
3521
|
-
{
|
|
3522
|
-
"kind": "class",
|
|
3523
|
-
"description": "",
|
|
3524
|
-
"name": "MuiHeading",
|
|
3525
|
-
"members": [
|
|
3526
|
-
{
|
|
3527
|
-
"kind": "method",
|
|
3528
|
-
"name": "render"
|
|
3529
|
-
}
|
|
3530
|
-
],
|
|
3531
|
-
"attributes": [
|
|
3532
|
-
{
|
|
3533
|
-
"name": "size"
|
|
3534
|
-
},
|
|
3535
|
-
{
|
|
3536
|
-
"name": "level"
|
|
3537
|
-
}
|
|
3538
|
-
],
|
|
3539
|
-
"superclass": {
|
|
3540
|
-
"name": "HTMLElement"
|
|
3541
|
-
},
|
|
3542
|
-
"tagName": "mui-heading",
|
|
3543
|
-
"customElement": true
|
|
3544
|
-
}
|
|
3545
|
-
],
|
|
3546
|
-
"exports": [
|
|
3547
|
-
{
|
|
3548
|
-
"kind": "custom-element-definition",
|
|
3549
|
-
"name": "mui-heading",
|
|
3550
|
-
"declaration": {
|
|
3551
|
-
"name": "MuiHeading",
|
|
3552
|
-
"module": "src/components/mui-heading/index.ts"
|
|
3553
|
-
}
|
|
3554
|
-
}
|
|
3555
|
-
]
|
|
3556
|
-
},
|
|
3557
3585
|
{
|
|
3558
3586
|
"kind": "javascript-module",
|
|
3559
3587
|
"path": "src/components/mui-image/doc.ts",
|
|
@@ -4125,6 +4153,36 @@
|
|
|
4125
4153
|
}
|
|
4126
4154
|
]
|
|
4127
4155
|
},
|
|
4156
|
+
{
|
|
4157
|
+
"kind": "javascript-module",
|
|
4158
|
+
"path": "src/components/mui-list/doc.ts",
|
|
4159
|
+
"declarations": [
|
|
4160
|
+
{
|
|
4161
|
+
"kind": "variable",
|
|
4162
|
+
"name": "muiDocs",
|
|
4163
|
+
"type": {
|
|
4164
|
+
"text": "MuiDocs"
|
|
4165
|
+
},
|
|
4166
|
+
"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: [\"\"], }, }, }"
|
|
4167
|
+
}
|
|
4168
|
+
],
|
|
4169
|
+
"exports": [
|
|
4170
|
+
{
|
|
4171
|
+
"kind": "js",
|
|
4172
|
+
"name": "muiDocs",
|
|
4173
|
+
"declaration": {
|
|
4174
|
+
"name": "muiDocs",
|
|
4175
|
+
"module": "src/components/mui-list/doc.ts"
|
|
4176
|
+
}
|
|
4177
|
+
}
|
|
4178
|
+
]
|
|
4179
|
+
},
|
|
4180
|
+
{
|
|
4181
|
+
"kind": "javascript-module",
|
|
4182
|
+
"path": "src/components/mui-list/index.ts",
|
|
4183
|
+
"declarations": [],
|
|
4184
|
+
"exports": []
|
|
4185
|
+
},
|
|
4128
4186
|
{
|
|
4129
4187
|
"kind": "javascript-module",
|
|
4130
4188
|
"path": "src/components/mui-icons/accessibility.ts",
|
|
@@ -6421,7 +6479,7 @@
|
|
|
6421
6479
|
},
|
|
6422
6480
|
{
|
|
6423
6481
|
"kind": "javascript-module",
|
|
6424
|
-
"path": "src/components/mui-
|
|
6482
|
+
"path": "src/components/mui-loader/doc.ts",
|
|
6425
6483
|
"declarations": [
|
|
6426
6484
|
{
|
|
6427
6485
|
"kind": "variable",
|
|
@@ -6429,7 +6487,7 @@
|
|
|
6429
6487
|
"type": {
|
|
6430
6488
|
"text": "MuiDocs"
|
|
6431
6489
|
},
|
|
6432
|
-
"default": "{
|
|
6490
|
+
"default": "{ Loader: { title: \"Loader\", description: \"The Loader component applies smooth, built-in transitions during page loads, content updates, or skeleton placeholders to maintain a seamless, polished experience.\", hero: [\"\"], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=1059-12710&t=BwezUSymTClm00wJ-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/feedback-loader--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-loader/index.ts\"], website: [\"\"], guides: [\"https://guides.muibook.com/loader\"], usage: { list: [ \"Wrap any page or UI section with Mui-Loader to automatically display loading animations.\", \"Ideal for initial page loads, content transitions, or skeleton screens while data is fetching.\", \"When crafting skeleton states inside Loader, prefer design tokens, rem units, and percentages over fixed pixel sizes.\", \"Compose placeholders with Muibook layout components such as mui-v-stack, mui-h-stack, and mui-grid for consistent spacing.\", \"Applied to pages or key components for seamless load transitions.\", \"Works seamlessly with other MUI components and layouts without additional setup.\", \"Use with Mui Spinner, skeletons, or other feedback to improve perceived performance.\", ], }, accessibility: { designerList: [ \"The loader is announced to screen readers via role='status', ensuring updates are conveyed politely.\", \"aria-busy is set to true when loading, indicating the region is currently in a 'busy' state.\", \"A visually hidden 'Loading…' text is included by default to provide meaningful content for screen readers, even if the slotted content is purely visual.\", \"The component respects the user’s reduced motion preferences via prefers-reduced-motion, preventing potentially distracting animations.\", \"No additional labels are required from the consumer, making it lightweight and flexible while remaining accessible by default.\", ], engineerList: [ \"The loader is announced to screen readers via role='status', ensuring updates are conveyed politely.\", \"aria-busy is set to true when loading, indicating the region is currently in a 'busy' state.\", \"A visually hidden 'Loading…' text is included by default to provide meaningful content for screen readers, even if the slotted content is purely visual.\", \"The component respects the user’s reduced motion preferences via prefers-reduced-motion, preventing potentially distracting animations.\", \"No additional labels are required from the consumer, making it lightweight and flexible while remaining accessible by default.\", ], }, anatomy: { image: \"\", list: [\"\"], }, variants: { items: [ { key: \"pulsate\", title: \"Pulsate\", description: \"\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/5gZwRuH4Ojs38xlq7HAMCt/47be2502487c0d85955c203788442d12/pulse.gif\", }, { key: \"fade-in\", title: \"Fade-In\", description: \"\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/xPo8WGtJjoiW5y8gcXFJG/ed432ec413dc4839129139dad546e926/fade-in.gif\", }, { key: \"translate-up\", title: \"Translate: Up\", description: \"Default direction is Up. Ability to define the preferred direction: Up, Right, Down, Left.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/4UTi4tmMxdiTDNR0wi5AOt/8d0e21d88eb33c71d1c7f69df8f42772/up.gif\", }, { key: \"translate-down\", title: \"Translate: Down\", description: \"Default direction is Up. Ability to define the preferred direction: Up, Right, Down, Left.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/63936AreBgAC7oxohQbLpY/e26318a5b4b6aaa790f363c4180d92ad/down.gif\", }, { key: \"translate-left\", title: \"Translate: Left\", description: \"Default direction is Up. Ability to define the preferred direction: Up, Right, Down, Left.\", image: \"hhttps://images.ctfassets.net/i5uwscj4pkk2/5Rzmo4ISRIfaY5aMAbO1U6/0db9896ce44b9704960fde8bc9b70a07/left.gif\", }, { key: \"translate-right\", title: \"Translate: Right\", description: \"Default direction is Up. Ability to define the preferred direction: Up, Right, Down, Left.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2pzlTEsdJj4FKmnsleLO0T/79a8d4fbecc3953a9ec21772df5ee9ac/right.gif\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"guru-outcomes-dashboard\", name: \"Guru Outcomes - Dashboard\", description: \"Use the <mui-loader> component to mask slow network or initial data load times. Combine its features to create a seamless loading experience.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7fsKn4mqKGieVh2D1EdyuR/a9afa145001e13470054aa9d7004127d/outcomes-home.gif\", }, { key: \"guru-outcomes-roadmap\", name: \"Guru Outcomes - Roadmap\", description: \"The Loader component in action on the roadmap page, smoothly loading the UI while masking delays and improving perceived performance.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7Hebis0o1mlvvDZlQRZfzl/f0c06679ab417f2ee624b570226da77d/outcomes-roadmap.gif\", }, ], }, related: { items: [ { name: \"Spinner\", link: \"https://guides.muibook.com/loader\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
6433
6491
|
}
|
|
6434
6492
|
],
|
|
6435
6493
|
"exports": [
|
|
@@ -6438,37 +6496,7 @@
|
|
|
6438
6496
|
"name": "muiDocs",
|
|
6439
6497
|
"declaration": {
|
|
6440
6498
|
"name": "muiDocs",
|
|
6441
|
-
"module": "src/components/mui-
|
|
6442
|
-
}
|
|
6443
|
-
}
|
|
6444
|
-
]
|
|
6445
|
-
},
|
|
6446
|
-
{
|
|
6447
|
-
"kind": "javascript-module",
|
|
6448
|
-
"path": "src/components/mui-list/index.ts",
|
|
6449
|
-
"declarations": [],
|
|
6450
|
-
"exports": []
|
|
6451
|
-
},
|
|
6452
|
-
{
|
|
6453
|
-
"kind": "javascript-module",
|
|
6454
|
-
"path": "src/components/mui-loader/doc.ts",
|
|
6455
|
-
"declarations": [
|
|
6456
|
-
{
|
|
6457
|
-
"kind": "variable",
|
|
6458
|
-
"name": "muiDocs",
|
|
6459
|
-
"type": {
|
|
6460
|
-
"text": "MuiDocs"
|
|
6461
|
-
},
|
|
6462
|
-
"default": "{ Loader: { title: \"Loader\", description: \"The Loader component applies smooth, built-in transitions during page loads, content updates, or skeleton placeholders to maintain a seamless, polished experience.\", hero: [\"\"], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=1059-12710&t=BwezUSymTClm00wJ-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/feedback-loader--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-loader/index.ts\"], website: [\"\"], guides: [\"https://guides.muibook.com/loader\"], usage: { list: [ \"Wrap any page or UI section with Mui-Loader to automatically display loading animations.\", \"Ideal for initial page loads, content transitions, or skeleton screens while data is fetching.\", \"When crafting skeleton states inside Loader, prefer design tokens, rem units, and percentages over fixed pixel sizes.\", \"Compose placeholders with Muibook layout components such as mui-v-stack, mui-h-stack, and mui-grid for consistent spacing.\", \"Applied to pages or key components for seamless load transitions.\", \"Works seamlessly with other MUI components and layouts without additional setup.\", \"Use with Mui Spinner, skeletons, or other feedback to improve perceived performance.\", ], }, accessibility: { designerList: [ \"The loader is announced to screen readers via role='status', ensuring updates are conveyed politely.\", \"aria-busy is set to true when loading, indicating the region is currently in a 'busy' state.\", \"A visually hidden 'Loading…' text is included by default to provide meaningful content for screen readers, even if the slotted content is purely visual.\", \"The component respects the user’s reduced motion preferences via prefers-reduced-motion, preventing potentially distracting animations.\", \"No additional labels are required from the consumer, making it lightweight and flexible while remaining accessible by default.\", ], engineerList: [ \"The loader is announced to screen readers via role='status', ensuring updates are conveyed politely.\", \"aria-busy is set to true when loading, indicating the region is currently in a 'busy' state.\", \"A visually hidden 'Loading…' text is included by default to provide meaningful content for screen readers, even if the slotted content is purely visual.\", \"The component respects the user’s reduced motion preferences via prefers-reduced-motion, preventing potentially distracting animations.\", \"No additional labels are required from the consumer, making it lightweight and flexible while remaining accessible by default.\", ], }, anatomy: { image: \"\", list: [\"\"], }, variants: { items: [ { key: \"pulsate\", title: \"Pulsate\", description: \"\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/5gZwRuH4Ojs38xlq7HAMCt/47be2502487c0d85955c203788442d12/pulse.gif\", }, { key: \"fade-in\", title: \"Fade-In\", description: \"\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/xPo8WGtJjoiW5y8gcXFJG/ed432ec413dc4839129139dad546e926/fade-in.gif\", }, { key: \"translate-up\", title: \"Translate: Up\", description: \"Default direction is Up. Ability to define the preferred direction: Up, Right, Down, Left.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/4UTi4tmMxdiTDNR0wi5AOt/8d0e21d88eb33c71d1c7f69df8f42772/up.gif\", }, { key: \"translate-down\", title: \"Translate: Down\", description: \"Default direction is Up. Ability to define the preferred direction: Up, Right, Down, Left.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/63936AreBgAC7oxohQbLpY/e26318a5b4b6aaa790f363c4180d92ad/down.gif\", }, { key: \"translate-left\", title: \"Translate: Left\", description: \"Default direction is Up. Ability to define the preferred direction: Up, Right, Down, Left.\", image: \"hhttps://images.ctfassets.net/i5uwscj4pkk2/5Rzmo4ISRIfaY5aMAbO1U6/0db9896ce44b9704960fde8bc9b70a07/left.gif\", }, { key: \"translate-right\", title: \"Translate: Right\", description: \"Default direction is Up. Ability to define the preferred direction: Up, Right, Down, Left.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2pzlTEsdJj4FKmnsleLO0T/79a8d4fbecc3953a9ec21772df5ee9ac/right.gif\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"guru-outcomes-dashboard\", name: \"Guru Outcomes - Dashboard\", description: \"Use the <mui-loader> component to mask slow network or initial data load times. Combine its features to create a seamless loading experience.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7fsKn4mqKGieVh2D1EdyuR/a9afa145001e13470054aa9d7004127d/outcomes-home.gif\", }, { key: \"guru-outcomes-roadmap\", name: \"Guru Outcomes - Roadmap\", description: \"The Loader component in action on the roadmap page, smoothly loading the UI while masking delays and improving perceived performance.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/7Hebis0o1mlvvDZlQRZfzl/f0c06679ab417f2ee624b570226da77d/outcomes-roadmap.gif\", }, ], }, related: { items: [ { name: \"Spinner\", link: \"https://guides.muibook.com/loader\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
6463
|
-
}
|
|
6464
|
-
],
|
|
6465
|
-
"exports": [
|
|
6466
|
-
{
|
|
6467
|
-
"kind": "js",
|
|
6468
|
-
"name": "muiDocs",
|
|
6469
|
-
"declaration": {
|
|
6470
|
-
"name": "muiDocs",
|
|
6471
|
-
"module": "src/components/mui-loader/doc.ts"
|
|
6499
|
+
"module": "src/components/mui-loader/doc.ts"
|
|
6472
6500
|
}
|
|
6473
6501
|
}
|
|
6474
6502
|
]
|
|
@@ -6708,7 +6736,7 @@
|
|
|
6708
6736
|
},
|
|
6709
6737
|
{
|
|
6710
6738
|
"kind": "javascript-module",
|
|
6711
|
-
"path": "src/components/mui-
|
|
6739
|
+
"path": "src/components/mui-media-player/doc.ts",
|
|
6712
6740
|
"declarations": [
|
|
6713
6741
|
{
|
|
6714
6742
|
"kind": "variable",
|
|
@@ -6716,7 +6744,7 @@
|
|
|
6716
6744
|
"type": {
|
|
6717
6745
|
"text": "MuiDocs"
|
|
6718
6746
|
},
|
|
6719
|
-
"default": "{
|
|
6747
|
+
"default": "{ MediaPlayer: { title: \"Media Player\", description: \"Media Player renders native audio/video and provider embeds (YouTube, SoundCloud) from a single src input. This is a new exploration for the system and will iterate over time.\", hero: [\"\"], figma: [\"\"], storybook: [\"https://stories.muibook.com\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-media-player/index.ts\"], website: [\"https://muibook.com/#/media-player\"], guides: [\"https://guides.muibook.com/prompt\"], usage: { list: [ \"Use for pasted media links when you want consistent in-product preview behavior.\", \"Rely on auto-detection for YouTube, SoundCloud, mp4/webm, and mp3/wav links.\", \"Set type only when you need to force a specific renderer.\", \"Native media controls include a seek-time hover bubble and a clickable time mode toggle (elapsed/total and remaining/total).\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"Provide meaningful context around media purpose and avoid autoplay unless required.\"], }, anatomy: { image: \"\", list: [\"Media frame\", \"Native controls (video/audio)\", \"Progress/time row (native only)\"] }, variants: { items: [{ key: \"\", title: \"\", description: \"\", image: \"\" }] }, compositions: { description: \"\", items: [] }, related: { items: [ { name: \"Prompt\", link: \"https://guides.muibook.com/prompt\" }, { name: \"Prompt Preview\", link: \"https://guides.muibook.com/prompt-preview\" }, ], }, rules: [{ heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }] }], behaviour: { list: [\"\"] }, writing: { list: [\"\"] }, }, }"
|
|
6720
6748
|
}
|
|
6721
6749
|
],
|
|
6722
6750
|
"exports": [
|
|
@@ -6725,111 +6753,140 @@
|
|
|
6725
6753
|
"name": "muiDocs",
|
|
6726
6754
|
"declaration": {
|
|
6727
6755
|
"name": "muiDocs",
|
|
6728
|
-
"module": "src/components/mui-
|
|
6756
|
+
"module": "src/components/mui-media-player/doc.ts"
|
|
6729
6757
|
}
|
|
6730
6758
|
}
|
|
6731
6759
|
]
|
|
6732
6760
|
},
|
|
6733
6761
|
{
|
|
6734
6762
|
"kind": "javascript-module",
|
|
6735
|
-
"path": "src/components/mui-
|
|
6763
|
+
"path": "src/components/mui-media-player/index.ts",
|
|
6736
6764
|
"declarations": [
|
|
6737
6765
|
{
|
|
6738
6766
|
"kind": "class",
|
|
6739
6767
|
"description": "",
|
|
6740
|
-
"name": "
|
|
6768
|
+
"name": "MuiMediaPlayer",
|
|
6741
6769
|
"members": [
|
|
6742
6770
|
{
|
|
6743
6771
|
"kind": "field",
|
|
6744
|
-
"name": "
|
|
6772
|
+
"name": "countdownMode",
|
|
6745
6773
|
"type": {
|
|
6746
|
-
"text": "
|
|
6774
|
+
"text": "boolean"
|
|
6747
6775
|
},
|
|
6748
6776
|
"privacy": "private",
|
|
6749
|
-
"default": "
|
|
6777
|
+
"default": "false"
|
|
6750
6778
|
},
|
|
6751
6779
|
{
|
|
6752
6780
|
"kind": "method",
|
|
6753
|
-
"name": "
|
|
6781
|
+
"name": "resolveType",
|
|
6754
6782
|
"privacy": "private",
|
|
6755
6783
|
"return": {
|
|
6756
6784
|
"type": {
|
|
6757
|
-
"text": "
|
|
6785
|
+
"text": "ResolvedType"
|
|
6758
6786
|
}
|
|
6759
|
-
}
|
|
6787
|
+
},
|
|
6788
|
+
"parameters": [
|
|
6789
|
+
{
|
|
6790
|
+
"name": "src",
|
|
6791
|
+
"type": {
|
|
6792
|
+
"text": "string"
|
|
6793
|
+
}
|
|
6794
|
+
}
|
|
6795
|
+
]
|
|
6760
6796
|
},
|
|
6761
6797
|
{
|
|
6762
6798
|
"kind": "method",
|
|
6763
|
-
"name": "
|
|
6799
|
+
"name": "getYouTubeEmbed",
|
|
6764
6800
|
"privacy": "private",
|
|
6765
|
-
"
|
|
6766
|
-
|
|
6767
|
-
"
|
|
6801
|
+
"parameters": [
|
|
6802
|
+
{
|
|
6803
|
+
"name": "src",
|
|
6804
|
+
"type": {
|
|
6805
|
+
"text": "string"
|
|
6806
|
+
}
|
|
6768
6807
|
}
|
|
6769
|
-
|
|
6808
|
+
]
|
|
6809
|
+
},
|
|
6810
|
+
{
|
|
6811
|
+
"kind": "method",
|
|
6812
|
+
"name": "getSoundcloudEmbed",
|
|
6813
|
+
"privacy": "private",
|
|
6770
6814
|
"parameters": [
|
|
6771
6815
|
{
|
|
6772
|
-
"name": "
|
|
6816
|
+
"name": "src",
|
|
6773
6817
|
"type": {
|
|
6774
|
-
"text": "
|
|
6818
|
+
"text": "string"
|
|
6775
6819
|
}
|
|
6776
6820
|
}
|
|
6777
6821
|
]
|
|
6778
6822
|
},
|
|
6779
6823
|
{
|
|
6780
6824
|
"kind": "method",
|
|
6781
|
-
"name": "
|
|
6825
|
+
"name": "formatTime",
|
|
6782
6826
|
"privacy": "private",
|
|
6783
6827
|
"parameters": [
|
|
6784
6828
|
{
|
|
6785
|
-
"name": "
|
|
6829
|
+
"name": "seconds",
|
|
6786
6830
|
"type": {
|
|
6787
|
-
"text": "
|
|
6831
|
+
"text": "number"
|
|
6788
6832
|
}
|
|
6789
6833
|
}
|
|
6790
6834
|
]
|
|
6791
6835
|
},
|
|
6792
6836
|
{
|
|
6793
6837
|
"kind": "method",
|
|
6794
|
-
"name": "
|
|
6838
|
+
"name": "bindControls",
|
|
6795
6839
|
"privacy": "private"
|
|
6840
|
+
},
|
|
6841
|
+
{
|
|
6842
|
+
"kind": "method",
|
|
6843
|
+
"name": "render"
|
|
6796
6844
|
}
|
|
6797
6845
|
],
|
|
6798
6846
|
"attributes": [
|
|
6799
6847
|
{
|
|
6800
|
-
"name": "
|
|
6848
|
+
"name": "src"
|
|
6801
6849
|
},
|
|
6802
6850
|
{
|
|
6803
|
-
"name": "
|
|
6851
|
+
"name": "type"
|
|
6804
6852
|
},
|
|
6805
6853
|
{
|
|
6806
|
-
"name": "
|
|
6854
|
+
"name": "autoplay"
|
|
6807
6855
|
},
|
|
6808
6856
|
{
|
|
6809
|
-
"name": "
|
|
6857
|
+
"name": "muted"
|
|
6858
|
+
},
|
|
6859
|
+
{
|
|
6860
|
+
"name": "loop"
|
|
6861
|
+
},
|
|
6862
|
+
{
|
|
6863
|
+
"name": "poster"
|
|
6864
|
+
},
|
|
6865
|
+
{
|
|
6866
|
+
"name": "prefer-native-controls"
|
|
6810
6867
|
}
|
|
6811
6868
|
],
|
|
6812
6869
|
"superclass": {
|
|
6813
6870
|
"name": "HTMLElement"
|
|
6814
6871
|
},
|
|
6815
|
-
"tagName": "mui-
|
|
6872
|
+
"tagName": "mui-media-player",
|
|
6816
6873
|
"customElement": true
|
|
6817
6874
|
}
|
|
6818
6875
|
],
|
|
6819
6876
|
"exports": [
|
|
6820
6877
|
{
|
|
6821
6878
|
"kind": "custom-element-definition",
|
|
6822
|
-
"name": "mui-
|
|
6879
|
+
"name": "mui-media-player",
|
|
6823
6880
|
"declaration": {
|
|
6824
|
-
"name": "
|
|
6825
|
-
"module": "src/components/mui-
|
|
6881
|
+
"name": "MuiMediaPlayer",
|
|
6882
|
+
"module": "src/components/mui-media-player/index.ts"
|
|
6826
6883
|
}
|
|
6827
6884
|
}
|
|
6828
6885
|
]
|
|
6829
6886
|
},
|
|
6830
6887
|
{
|
|
6831
6888
|
"kind": "javascript-module",
|
|
6832
|
-
"path": "src/components/mui-
|
|
6889
|
+
"path": "src/components/mui-message/doc.ts",
|
|
6833
6890
|
"declarations": [
|
|
6834
6891
|
{
|
|
6835
6892
|
"kind": "variable",
|
|
@@ -6837,7 +6894,7 @@
|
|
|
6837
6894
|
"type": {
|
|
6838
6895
|
"text": "MuiDocs"
|
|
6839
6896
|
},
|
|
6840
|
-
"default": "{
|
|
6897
|
+
"default": "{ Message: { title: \"Message\", description: \"The message component provides persistent, non-dismissible notifications that remain visible until the system determines they should be suspended. Unlike alerts, these messages are static elements integrated into the page layout, offering continuous information without disrupting the user’s workflow.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/01OU9JbOlDZGvbpkq2ismi/b0410cb8002858ded88987d9556daa04/Message_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=9-1053&t=ZA9uH4LK37tSuk6r-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/feedback-message--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-message/index.ts\"], website: [\"https://muibook.com/#/message\"], guides: [\"https://guides.muibook.com/message\"], usage: { list: [ \"Plain: A subtle, transparent style suited for vibrant backgrounds where minimal visual impact is preferred.\", \"Neutral: A calm, balanced tone for non-critical, persistent messages.\", \"Positive: To confirm successful actions like form submissions, saves, or completed tasks.\", \"Info: To share feature announcements, enhancements, or contextual onboarding tips.\", \"Warning: Caution users about potential issues such as unsaved changes or upcoming expirations.\", \"Attention: Highlight urgent issues like system errors or security breaches requiring immediate action.\", ], }, accessibility: { designerList: [ \"ARIA-live is built in, using POLITE + ASSERTIVE for screen readers.\", \"Neutral, Postive, Info support the role of STATUS for screen reader feedback.\", \"Warning, Attention support the role of ALERT for screen reader feedback.\", ], engineerList: [ \"ARIA-live is built in, using POLITE + ASSERTIVE for screen readers.\", \"Neutral, Postive, Info support the role of STATUS for screen reader feedback.\", \"Warning, Attention support the role of ALERT for screen reader feedback.\", ], }, anatomy: { image: \"https://images.ctfassets.net/i5uwscj4pkk2/6S1MOtZZKP2bxYuIUNScSC/993a910363fbfbba29a3de384ecb182a/Message_-_Anatomy.png\", list: [ \"Preset icon: Communicates the type of message visually. E.g. neutral, positive, info, warning, attention.\", \"Customisable title: Allows for a general heading that describes the message details or guidance relevant to the situation.\", \"Customisable text: Allows for specific details or guidance relevant to the situation.\", ], }, variants: { items: [ { key: \"plain\", title: \"Plain\", description: \"A subtle, transparent style designed for vibrant backgrounds where minimal visual impact is preferred. Best for passive messages like accessibility notes, system status, or routine updates. Use for non-critical information that doesn’t require immediate attention or action. This variant sets aria-live='polite' and role='status' for accessibility.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/21KWc3TZOJPqZ2BtZ3ngrY/3cbf4aa6df3a72f195eebaa8fe8ecfde/message-plain.png\", }, { key: \"neutral\", title: \"Neutral\", description: \"The Neutral state offers a calm, balanced tone for non-critical, persistent messages. It is suitable for displaying non-urgent information, such as background status like sync confirmation or feature explanations. This variant uses aria-live='polite' and role='status' for accessibility.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2VF8KPxaXCm6P4dlpsAnXs/5a2011d1a63a900dcdd6669ec5c097e9/message-neutral.png\", }, { key: \"positive\", title: \"Positive\", description: \"The Positive state conveys successful actions, confirmations, or achievements, helping foster a sense of accomplishment and satisfaction. It’s used to indicate things like successful form submissions, completed tasks, or acknowledged milestones. This variant uses aria-live='polite' and role='status' for accessibility.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2HOuPOpHOuMGuVUoPAs5MI/ff1e156bc8f31e580972289fcc7bf3d7/message-positive.png\", }, { key: \"info\", title: \"Info\", description: \"The Info state provides helpful messages that inform users about system status, feature updates, or changes—guiding them without urgency. It’s suitable for announcing new features, enhancements, or system changes, and works well for onboarding tips or contextual help. This variant uses aria-live='polite' and role='status' for accessibility.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/1x63W880Trpx0GYiYQJhCt/72c09a93d6ec34a18bc15310927fe9ef/message-info.png\", }, { key: \"warning\", title: \"Warning\", description: \"The Warning state alerts users to potential issues that may require attention, helping prevent errors or misunderstandings. It’s commonly used to notify users of unsaved changes, actions with potential consequences, or upcoming limitations or expirations. This variant uses aria-live='assertive' and role='alert' for accessibility.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/50V1Ap7vVxPUWRbbKh0kx5/2fe4c203befa779087c8b23984d951b7/message-warning.png\", }, { key: \"attention\", title: \"Attention\", description: \"The Attention state demands immediate user focus, highlighting critical issues that require prompt action. It’s used to alert users to urgent problems like system errors or security breaches, or for time-sensitive notifications that significantly impact the user experience. This variant uses aria-live='assertive' and role='alert' for accessibility.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/5GXIEuluNJBlg8h4hDCfWH/ddeec560354ab06af73bf5c5d8749c12/message-attention.png\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"plain-message\", name: \"Plain message\", description: \"This example uses the Plain variant, suitable for both white and colored backgrounds. It’s ideal for presenting information passively, without demanding user attention. In this case, it’s used to deliver accessibility notes.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3akJJDd28DOIhQrYq6g4y2/456c02f32dc9c40d84d92371b7ddbead/message-composition-neutral.png\", }, { key: \"info-message\", name: \"Info message\", description: \"Use a page-level Info message to remind users to log in to the provided tools, ensuring the MUI Guidelines are shown instead of the default guidelines.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/1ySFimf3eEleYLPKomWuem/34772aed4257db976f2ca8cb633d3d5b/message-composition-info.png\", }, ], }, related: { items: [ { name: \"Alert\", link: \"https://guides.muibook.com/alert\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
6841
6898
|
}
|
|
6842
6899
|
],
|
|
6843
6900
|
"exports": [
|
|
@@ -6846,133 +6903,104 @@
|
|
|
6846
6903
|
"name": "muiDocs",
|
|
6847
6904
|
"declaration": {
|
|
6848
6905
|
"name": "muiDocs",
|
|
6849
|
-
"module": "src/components/mui-
|
|
6906
|
+
"module": "src/components/mui-message/doc.ts"
|
|
6850
6907
|
}
|
|
6851
6908
|
}
|
|
6852
6909
|
]
|
|
6853
6910
|
},
|
|
6854
6911
|
{
|
|
6855
6912
|
"kind": "javascript-module",
|
|
6856
|
-
"path": "src/components/mui-
|
|
6913
|
+
"path": "src/components/mui-message/index.ts",
|
|
6857
6914
|
"declarations": [
|
|
6858
6915
|
{
|
|
6859
6916
|
"kind": "class",
|
|
6860
6917
|
"description": "",
|
|
6861
|
-
"name": "
|
|
6918
|
+
"name": "MuiMessage",
|
|
6862
6919
|
"members": [
|
|
6863
6920
|
{
|
|
6864
6921
|
"kind": "field",
|
|
6865
|
-
"name": "
|
|
6922
|
+
"name": "contentSlotListener",
|
|
6866
6923
|
"type": {
|
|
6867
|
-
"text": "
|
|
6924
|
+
"text": "(() => void) | null"
|
|
6868
6925
|
},
|
|
6869
6926
|
"privacy": "private",
|
|
6870
|
-
"default": "
|
|
6927
|
+
"default": "null"
|
|
6871
6928
|
},
|
|
6872
6929
|
{
|
|
6873
6930
|
"kind": "method",
|
|
6874
|
-
"name": "
|
|
6931
|
+
"name": "getMessageSize",
|
|
6875
6932
|
"privacy": "private",
|
|
6876
6933
|
"return": {
|
|
6877
6934
|
"type": {
|
|
6878
|
-
"text": "
|
|
6879
|
-
}
|
|
6880
|
-
},
|
|
6881
|
-
"parameters": [
|
|
6882
|
-
{
|
|
6883
|
-
"name": "src",
|
|
6884
|
-
"type": {
|
|
6885
|
-
"text": "string"
|
|
6886
|
-
}
|
|
6935
|
+
"text": "MessageSize"
|
|
6887
6936
|
}
|
|
6888
|
-
|
|
6937
|
+
}
|
|
6889
6938
|
},
|
|
6890
6939
|
{
|
|
6891
6940
|
"kind": "method",
|
|
6892
|
-
"name": "
|
|
6941
|
+
"name": "getInlineContentSize",
|
|
6893
6942
|
"privacy": "private",
|
|
6894
|
-
"
|
|
6895
|
-
{
|
|
6896
|
-
"
|
|
6897
|
-
"type": {
|
|
6898
|
-
"text": "string"
|
|
6899
|
-
}
|
|
6943
|
+
"return": {
|
|
6944
|
+
"type": {
|
|
6945
|
+
"text": "string"
|
|
6900
6946
|
}
|
|
6901
|
-
|
|
6902
|
-
},
|
|
6903
|
-
{
|
|
6904
|
-
"kind": "method",
|
|
6905
|
-
"name": "getSoundcloudEmbed",
|
|
6906
|
-
"privacy": "private",
|
|
6947
|
+
},
|
|
6907
6948
|
"parameters": [
|
|
6908
6949
|
{
|
|
6909
|
-
"name": "
|
|
6950
|
+
"name": "size",
|
|
6910
6951
|
"type": {
|
|
6911
|
-
"text": "
|
|
6952
|
+
"text": "MessageSize"
|
|
6912
6953
|
}
|
|
6913
6954
|
}
|
|
6914
6955
|
]
|
|
6915
6956
|
},
|
|
6916
6957
|
{
|
|
6917
6958
|
"kind": "method",
|
|
6918
|
-
"name": "
|
|
6959
|
+
"name": "setupContentSlot",
|
|
6919
6960
|
"privacy": "private",
|
|
6920
6961
|
"parameters": [
|
|
6921
6962
|
{
|
|
6922
|
-
"name": "
|
|
6963
|
+
"name": "size",
|
|
6923
6964
|
"type": {
|
|
6924
|
-
"text": "
|
|
6965
|
+
"text": "MessageSize"
|
|
6925
6966
|
}
|
|
6926
6967
|
}
|
|
6927
6968
|
]
|
|
6928
6969
|
},
|
|
6929
6970
|
{
|
|
6930
6971
|
"kind": "method",
|
|
6931
|
-
"name": "
|
|
6972
|
+
"name": "render",
|
|
6932
6973
|
"privacy": "private"
|
|
6933
|
-
},
|
|
6934
|
-
{
|
|
6935
|
-
"kind": "method",
|
|
6936
|
-
"name": "render"
|
|
6937
6974
|
}
|
|
6938
6975
|
],
|
|
6939
6976
|
"attributes": [
|
|
6940
6977
|
{
|
|
6941
|
-
"name": "
|
|
6942
|
-
},
|
|
6943
|
-
{
|
|
6944
|
-
"name": "type"
|
|
6945
|
-
},
|
|
6946
|
-
{
|
|
6947
|
-
"name": "autoplay"
|
|
6948
|
-
},
|
|
6949
|
-
{
|
|
6950
|
-
"name": "muted"
|
|
6978
|
+
"name": "variant"
|
|
6951
6979
|
},
|
|
6952
6980
|
{
|
|
6953
|
-
"name": "
|
|
6981
|
+
"name": "heading"
|
|
6954
6982
|
},
|
|
6955
6983
|
{
|
|
6956
|
-
"name": "
|
|
6984
|
+
"name": "icon"
|
|
6957
6985
|
},
|
|
6958
6986
|
{
|
|
6959
|
-
"name": "
|
|
6987
|
+
"name": "size"
|
|
6960
6988
|
}
|
|
6961
6989
|
],
|
|
6962
6990
|
"superclass": {
|
|
6963
6991
|
"name": "HTMLElement"
|
|
6964
6992
|
},
|
|
6965
|
-
"tagName": "mui-
|
|
6993
|
+
"tagName": "mui-message",
|
|
6966
6994
|
"customElement": true
|
|
6967
6995
|
}
|
|
6968
6996
|
],
|
|
6969
6997
|
"exports": [
|
|
6970
6998
|
{
|
|
6971
6999
|
"kind": "custom-element-definition",
|
|
6972
|
-
"name": "mui-
|
|
7000
|
+
"name": "mui-message",
|
|
6973
7001
|
"declaration": {
|
|
6974
|
-
"name": "
|
|
6975
|
-
"module": "src/components/mui-
|
|
7002
|
+
"name": "MuiMessage",
|
|
7003
|
+
"module": "src/components/mui-message/index.ts"
|
|
6976
7004
|
}
|
|
6977
7005
|
}
|
|
6978
7006
|
]
|
|
@@ -7043,7 +7071,7 @@
|
|
|
7043
7071
|
},
|
|
7044
7072
|
{
|
|
7045
7073
|
"kind": "javascript-module",
|
|
7046
|
-
"path": "src/components/mui-prompt
|
|
7074
|
+
"path": "src/components/mui-prompt/doc.ts",
|
|
7047
7075
|
"declarations": [
|
|
7048
7076
|
{
|
|
7049
7077
|
"kind": "variable",
|
|
@@ -7051,7 +7079,7 @@
|
|
|
7051
7079
|
"type": {
|
|
7052
7080
|
"text": "MuiDocs"
|
|
7053
7081
|
},
|
|
7054
|
-
"default": "{
|
|
7082
|
+
"default": "{ Prompt: { title: \"Prompt\", description: \"Prompt provides a reusable prompt surface with floating actions and Enter-to-submit behavior.\", hero: [\"\"], figma: [\"\"], storybook: [\"https://stories.muibook.com\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-prompt/index.ts\"], website: [\"https://muibook.com/#/prompt\"], guides: [\"https://guides.muibook.com/input\"], usage: { list: [ \"Use for AI/chat prompt entry surfaces with action controls.\", \"In Muibook stories, use the Interactive Prompt story at the top of the page as the primary end-to-end reference (paste/upload/context/submit).\", \"This component is extracted from composition patterns to standardize prompt behavior across experiences.\", \"Keep prompt as a controlled input in app state: write value via attribute/property and sync from input events.\", \"Use Enter submit for fast send flows; keep Shift+Enter for multiline authoring.\", \"Press Enter to submit and Shift+Enter to add a newline.\", \"Set enter-submit='false' to disable Enter submit behavior.\", \"Use slot='actions' for utility actions (attach, source, tools).\", \"Prompt includes a default submit control in actions-right; override by slotting your own actions-right control when needed.\", \"All utility actions are intended to be slotted so product teams can wire behavior from app state.\", \"A default fan trigger is included out-of-the-box for action fan behavior.\", \"Use slot='actions-right' when you need a custom submit/toggle action instead of the default.\", \"Prompt no longer renders a built-in action divider; slot your own <mui-rule slot='actions'> when needed (for example with inline margin style).\", \"Set loading to show built-in async feedback spinner beside actions-right while requests are in flight.\", \"Use loading-label to provide accessible status text for the spinner.\", \"Fan behavior derives from slotted actions by default; use fan-open when you want the fan open by default.\", \"fan-open normalizes fan behavior in composed trees by enabling fan mode when needed.\", \"Use context-mode='icon|chip' with slotted <mui-prompt-toggle> for app-driven context state.\", \"Fan spread, speed, and amplitude are fixed to system defaults; tune through component tokens/CSS where needed.\", \"Built-in preview dialog handling is enabled for prompt-preview-open events.\", \"Set preview-threshold-chars to control when pasted text is converted into preview attachments.\", \"Set preview-overflow-to-preview='false' to always paste text directly into the textarea.\", \"When internal preview dialog handling is enabled, slotted prompt previews are auto-clickable by default.\", \"Set preview-auto-clickable='false' to keep previews non-clickable unless explicitly configured.\", \"Set preview-loading to force slotted previews into loading state while async metadata resolves.\", \"Set preview-loading='auto' to mirror prompt loading state onto slotted previews.\", \"Use preview-loading-label to provide accessible loading text for preview spinners.\", \"Use error-message for direct prompt-level error feedback rendered below the input.\", \"Set debug to render built-in submit debug telemetry (status + JSON payload) below the prompt.\", \"Use slot='error' to render fully custom error content when product needs bespoke treatment.\", \"Use setError(message) and clearError() for app-driven validation and transport error handling.\", \"Use prompt-paste to ingest user clipboard payloads and convert them into prompt-preview items.\", \"Use prompt-preview-open to react to preview activation and update app-level analytics/state.\", \"For native media previews, use direct .mp4/.mp3 values so the built-in dialog opens with native media controls.\", \"Prefer system/semantic tokens for color-top-* values when theming prompt color surfaces.\", \"For React wrappers, map CustomEvent handlers to props (onSubmit, onPromptPaste, onPromptPreviewOpen, onEscape).\", \"Mark the trigger action with fan-trigger; if omitted, the first action is used.\", \"Prefer this component instead of ad hoc prompt wrappers when the same interaction model is needed.\", ], }, accessibility: { designerList: [ \"Provide clear prompt intent through nearby heading/body context; placeholder alone should not carry all instruction.\", \"Ensure action icons are understandable and consistently positioned (utility actions left, submit/state action right).\", \"Keep status text low-emphasis visually, but persistent enough to communicate send state changes.\", ], engineerList: [ \"Support keyboard parity: Enter submits, Shift+Enter adds newline.\", \"If showing send status, use an aria-live region so updates are announced to assistive tech.\", \"Do not trap focus; users must be able to tab into and out of the prompt and actions naturally.\", \"Ensure a clear placeholder or label context for prompt intent.\", \"Provide aria-label values for icon-only action buttons slotted into actions.\", \"When authoring themes, rely on public --prompt-* tokens and attributes rather than internal prompt CSS variables.\", ], }, anatomy: { image: \"\", list: [\"Prompt surface\", \"Input area\", \"Action slot\"] }, variants: { items: [{ key: \"\", title: \"\", description: \"\", image: \"\" }] }, compositions: { description: \"\", items: [] }, related: { items: [ { name: \"Input\", link: \"https://guides.muibook.com/input\" }, { name: \"Button\", link: \"https://guides.muibook.com/button\" }, ], }, rules: [ { heading: \"Pattern Rule\", description: \"Use Prompt as the shared prompt-surface primitive; keep product-specific flows in compositions.\", doContent: [ { description: \"Reuse this component when Enter submit + floating actions are expected.\", image: \"\" }, ], dontContent: [ { description: \"Do not rebuild the prompt shell in each composition with custom wrappers.\", image: \"\" }, ], }, ], behaviour: { list: [ \"Enter emits a submit event with current value.\", \"Shift+Enter inserts a newline.\", \"Pasting emits prompt-paste with detected payload metadata for consumers to store and render previews.\", \"Short text paste remains in the textarea; long text and binary paste can be converted to preview items based on threshold settings.\", \"Clicking a preview emits prompt-preview-open with normalized preview payload (badge, value, image metadata).\", \"Escape emits escape and closes fan actions when open.\", \"Error feedback supports dismiss and optional expand/collapse for long copy.\", \"Clicking content inside a slotted <mui-prompt-toggle> emits prompt-context-change and switches to context chip mode.\", \"Dismissing content marked with [context-chip] emits prompt-context-dismiss and returns to icon mode.\", \"Actions remain anchored at the prompt edge while text grows.\", \"Action behavior should be equivalent whether triggered by keyboard submit or click.\", \"When loading is set, prompt shows async spinner feedback near submit and blocks additional submits.\", ], }, writing: { list: [\"Use clear placeholder prompts that describe expected user input.\"], }, }, }"
|
|
7055
7083
|
}
|
|
7056
7084
|
],
|
|
7057
7085
|
"exports": [
|
|
@@ -7060,214 +7088,243 @@
|
|
|
7060
7088
|
"name": "muiDocs",
|
|
7061
7089
|
"declaration": {
|
|
7062
7090
|
"name": "muiDocs",
|
|
7063
|
-
"module": "src/components/mui-prompt
|
|
7091
|
+
"module": "src/components/mui-prompt/doc.ts"
|
|
7064
7092
|
}
|
|
7065
7093
|
}
|
|
7066
7094
|
]
|
|
7067
7095
|
},
|
|
7068
7096
|
{
|
|
7069
7097
|
"kind": "javascript-module",
|
|
7070
|
-
"path": "src/components/mui-prompt
|
|
7098
|
+
"path": "src/components/mui-prompt/index.ts",
|
|
7071
7099
|
"declarations": [
|
|
7072
7100
|
{
|
|
7073
7101
|
"kind": "class",
|
|
7074
7102
|
"description": "",
|
|
7075
|
-
"name": "
|
|
7103
|
+
"name": "MuiPrompt",
|
|
7076
7104
|
"members": [
|
|
7077
7105
|
{
|
|
7078
7106
|
"kind": "field",
|
|
7079
|
-
"name": "
|
|
7107
|
+
"name": "triggerEl",
|
|
7080
7108
|
"type": {
|
|
7081
|
-
"text": "
|
|
7109
|
+
"text": "HTMLElement | null"
|
|
7082
7110
|
},
|
|
7083
7111
|
"privacy": "private",
|
|
7084
7112
|
"default": "null"
|
|
7085
7113
|
},
|
|
7086
7114
|
{
|
|
7087
7115
|
"kind": "field",
|
|
7088
|
-
"name": "
|
|
7116
|
+
"name": "previewShellEl",
|
|
7089
7117
|
"type": {
|
|
7090
|
-
"text": "
|
|
7118
|
+
"text": "HTMLElement | null"
|
|
7091
7119
|
},
|
|
7092
7120
|
"privacy": "private",
|
|
7093
7121
|
"default": "null"
|
|
7094
7122
|
},
|
|
7095
7123
|
{
|
|
7096
|
-
"kind": "
|
|
7097
|
-
"name": "
|
|
7124
|
+
"kind": "field",
|
|
7125
|
+
"name": "previewRowEl",
|
|
7126
|
+
"type": {
|
|
7127
|
+
"text": "HTMLElement | null"
|
|
7128
|
+
},
|
|
7129
|
+
"privacy": "private",
|
|
7130
|
+
"default": "null"
|
|
7098
7131
|
},
|
|
7099
7132
|
{
|
|
7100
|
-
"kind": "
|
|
7101
|
-
"name": "
|
|
7102
|
-
"
|
|
7103
|
-
|
|
7104
|
-
|
|
7105
|
-
|
|
7133
|
+
"kind": "field",
|
|
7134
|
+
"name": "previewSlotEl",
|
|
7135
|
+
"type": {
|
|
7136
|
+
"text": "HTMLSlotElement | null"
|
|
7137
|
+
},
|
|
7138
|
+
"privacy": "private",
|
|
7139
|
+
"default": "null"
|
|
7140
|
+
},
|
|
7106
7141
|
{
|
|
7107
|
-
"
|
|
7142
|
+
"kind": "field",
|
|
7143
|
+
"name": "previewResizeObserver",
|
|
7144
|
+
"type": {
|
|
7145
|
+
"text": "ResizeObserver | null"
|
|
7146
|
+
},
|
|
7147
|
+
"privacy": "private",
|
|
7148
|
+
"default": "null"
|
|
7108
7149
|
},
|
|
7109
7150
|
{
|
|
7110
|
-
"
|
|
7111
|
-
|
|
7112
|
-
|
|
7113
|
-
"
|
|
7114
|
-
}
|
|
7115
|
-
],
|
|
7116
|
-
"superclass": {
|
|
7117
|
-
"name": "HTMLElement"
|
|
7118
|
-
},
|
|
7119
|
-
"tagName": "mui-prompt-message",
|
|
7120
|
-
"customElement": true
|
|
7121
|
-
}
|
|
7122
|
-
],
|
|
7123
|
-
"exports": [
|
|
7124
|
-
{
|
|
7125
|
-
"kind": "custom-element-definition",
|
|
7126
|
-
"name": "mui-prompt-message",
|
|
7127
|
-
"declaration": {
|
|
7128
|
-
"name": "MuiPromptMessage",
|
|
7129
|
-
"module": "src/components/mui-prompt-message/index.ts"
|
|
7130
|
-
}
|
|
7131
|
-
}
|
|
7132
|
-
]
|
|
7133
|
-
},
|
|
7134
|
-
{
|
|
7135
|
-
"kind": "javascript-module",
|
|
7136
|
-
"path": "src/components/mui-prompt-preview/doc.ts",
|
|
7137
|
-
"declarations": [
|
|
7138
|
-
{
|
|
7139
|
-
"kind": "variable",
|
|
7140
|
-
"name": "muiDocs",
|
|
7141
|
-
"type": {
|
|
7142
|
-
"text": "MuiDocs"
|
|
7143
|
-
},
|
|
7144
|
-
"default": "{ PromptPreview: { title: \"Prompt Preview\", description: \"Prompt Preview shows long pasted content in a structured box with title and badge context.\", hero: [\"\"], figma: [\"\"], storybook: [\"https://stories.muibook.com\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-prompt-preview/index.ts\"], website: [\"https://muibook.com/#/prompt-preview\"], guides: [\"https://guides.muibook.com/input\"], usage: { list: [ \"Use before prompt submission when users paste long content.\", \"Show first-line identity and concise snippet for fast scanning.\", \"Use badge to classify payload types like JSON, CSS, or Insightful.\", \"Use `bg-image` to render a visual source and `image-tint` to tune color tone.\", \"Use `inverted` for high-contrast white-on-dark surfaces.\", \"Use `loading` during async enrichment flows (metadata, URL checks, or media probing).\", \"Set `loading-label` to provide clear accessible loading feedback.\", \"Use the `dismiss` event to track analytics/API updates before removing a preview.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"Keep preview text readable and avoid replacing the editable source input.\"], }, anatomy: { image: \"\", list: [\"Preview box\", \"Image surface (optional)\", \"Name line\", \"Type badge\", \"Snippet body\"] }, variants: { items: [{ key: \"\", title: \"\", description: \"\", image: \"\" }] }, compositions: { description: \"\", items: [] }, related: { items: [ { name: \"Prompt\", link: \"https://guides.muibook.com/input\" }, { name: \"Badge\", link: \"https://guides.muibook.com/badge\" }, { name: \"Body\", link: \"https://guides.muibook.com/body\" }, ], }, rules: [{ heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }] }], behaviour: { list: [\"\"] }, writing: { list: [\"\"] }, }, }"
|
|
7145
|
-
}
|
|
7146
|
-
],
|
|
7147
|
-
"exports": [
|
|
7148
|
-
{
|
|
7149
|
-
"kind": "js",
|
|
7150
|
-
"name": "muiDocs",
|
|
7151
|
-
"declaration": {
|
|
7152
|
-
"name": "muiDocs",
|
|
7153
|
-
"module": "src/components/mui-prompt-preview/doc.ts"
|
|
7154
|
-
}
|
|
7155
|
-
}
|
|
7156
|
-
]
|
|
7157
|
-
},
|
|
7158
|
-
{
|
|
7159
|
-
"kind": "javascript-module",
|
|
7160
|
-
"path": "src/components/mui-prompt-preview/index.ts",
|
|
7161
|
-
"declarations": [
|
|
7162
|
-
{
|
|
7163
|
-
"kind": "class",
|
|
7164
|
-
"description": "",
|
|
7165
|
-
"name": "MuiPromptPreview",
|
|
7166
|
-
"members": [
|
|
7167
|
-
{
|
|
7168
|
-
"kind": "field",
|
|
7169
|
-
"name": "onDismiss",
|
|
7170
|
-
"privacy": "private"
|
|
7171
|
-
},
|
|
7172
|
-
{
|
|
7173
|
-
"kind": "field",
|
|
7174
|
-
"name": "onOpenPreview",
|
|
7175
|
-
"privacy": "private"
|
|
7151
|
+
"kind": "field",
|
|
7152
|
+
"name": "fanAnimations",
|
|
7153
|
+
"privacy": "private",
|
|
7154
|
+
"default": "new Map<HTMLElement, Animation>()"
|
|
7176
7155
|
},
|
|
7177
7156
|
{
|
|
7178
7157
|
"kind": "field",
|
|
7179
|
-
"name": "
|
|
7180
|
-
"
|
|
7158
|
+
"name": "pendingColorFade",
|
|
7159
|
+
"type": {
|
|
7160
|
+
"text": "boolean"
|
|
7161
|
+
},
|
|
7162
|
+
"privacy": "private",
|
|
7163
|
+
"default": "false"
|
|
7181
7164
|
},
|
|
7182
7165
|
{
|
|
7183
7166
|
"kind": "field",
|
|
7184
|
-
"name": "
|
|
7167
|
+
"name": "lastDebugPayload",
|
|
7168
|
+
"type": {
|
|
7169
|
+
"text": "string"
|
|
7170
|
+
},
|
|
7171
|
+
"privacy": "private",
|
|
7172
|
+
"default": "'{\"event\":\"idle\"}'"
|
|
7185
7173
|
},
|
|
7186
7174
|
{
|
|
7187
7175
|
"kind": "field",
|
|
7188
|
-
"name": "
|
|
7176
|
+
"name": "lightDomObserver",
|
|
7177
|
+
"type": {
|
|
7178
|
+
"text": "MutationObserver | null"
|
|
7179
|
+
},
|
|
7180
|
+
"privacy": "private",
|
|
7181
|
+
"default": "null"
|
|
7189
7182
|
},
|
|
7190
7183
|
{
|
|
7191
7184
|
"kind": "field",
|
|
7192
|
-
"name": "
|
|
7185
|
+
"name": "onActionsSlotChange",
|
|
7186
|
+
"privacy": "private",
|
|
7187
|
+
"readonly": true
|
|
7193
7188
|
},
|
|
7194
7189
|
{
|
|
7195
7190
|
"kind": "field",
|
|
7196
|
-
"name": "
|
|
7191
|
+
"name": "enforceActionVariants",
|
|
7192
|
+
"privacy": "private",
|
|
7193
|
+
"readonly": true
|
|
7197
7194
|
},
|
|
7198
7195
|
{
|
|
7199
7196
|
"kind": "field",
|
|
7200
|
-
"name": "
|
|
7197
|
+
"name": "onDefaultSubmitClick",
|
|
7198
|
+
"privacy": "private"
|
|
7201
7199
|
},
|
|
7202
7200
|
{
|
|
7203
|
-
"kind": "
|
|
7204
|
-
"name": "
|
|
7201
|
+
"kind": "method",
|
|
7202
|
+
"name": "syncLoadingState",
|
|
7203
|
+
"privacy": "private"
|
|
7205
7204
|
},
|
|
7206
7205
|
{
|
|
7207
7206
|
"kind": "method",
|
|
7208
|
-
"name": "
|
|
7207
|
+
"name": "setDebugState",
|
|
7209
7208
|
"privacy": "private",
|
|
7210
7209
|
"parameters": [
|
|
7211
7210
|
{
|
|
7212
|
-
"name": "
|
|
7211
|
+
"name": "status",
|
|
7213
7212
|
"type": {
|
|
7214
7213
|
"text": "string"
|
|
7215
7214
|
}
|
|
7215
|
+
},
|
|
7216
|
+
{
|
|
7217
|
+
"name": "payload",
|
|
7218
|
+
"optional": true,
|
|
7219
|
+
"type": {
|
|
7220
|
+
"text": "Record<string, unknown>"
|
|
7221
|
+
}
|
|
7216
7222
|
}
|
|
7217
7223
|
]
|
|
7218
7224
|
},
|
|
7219
7225
|
{
|
|
7220
7226
|
"kind": "method",
|
|
7221
|
-
"name": "
|
|
7227
|
+
"name": "emitPromptItems",
|
|
7222
7228
|
"privacy": "private",
|
|
7223
7229
|
"parameters": [
|
|
7224
7230
|
{
|
|
7225
|
-
"name": "
|
|
7226
|
-
"type": {
|
|
7227
|
-
"text": "string"
|
|
7228
|
-
}
|
|
7229
|
-
},
|
|
7230
|
-
{
|
|
7231
|
-
"name": "badge",
|
|
7231
|
+
"name": "{\n items,\n text,\n textBadge,\n overflowed,\n thresholdChars,\n source,\n }",
|
|
7232
7232
|
"type": {
|
|
7233
|
-
"text": "string"
|
|
7233
|
+
"text": "{\n items: PromptItem[];\n text: string;\n textBadge: string;\n overflowed: boolean;\n thresholdChars: number;\n source: \"paste\" | \"upload\";\n }"
|
|
7234
7234
|
}
|
|
7235
7235
|
}
|
|
7236
7236
|
]
|
|
7237
7237
|
},
|
|
7238
|
+
{
|
|
7239
|
+
"kind": "field",
|
|
7240
|
+
"name": "onPaste",
|
|
7241
|
+
"privacy": "private"
|
|
7242
|
+
},
|
|
7243
|
+
{
|
|
7244
|
+
"kind": "field",
|
|
7245
|
+
"name": "onInput",
|
|
7246
|
+
"privacy": "private"
|
|
7247
|
+
},
|
|
7248
|
+
{
|
|
7249
|
+
"kind": "field",
|
|
7250
|
+
"name": "onTextareaFocus",
|
|
7251
|
+
"privacy": "private"
|
|
7252
|
+
},
|
|
7253
|
+
{
|
|
7254
|
+
"kind": "field",
|
|
7255
|
+
"name": "onKeyDown",
|
|
7256
|
+
"privacy": "private"
|
|
7257
|
+
},
|
|
7258
|
+
{
|
|
7259
|
+
"kind": "field",
|
|
7260
|
+
"name": "onPreviewScroll",
|
|
7261
|
+
"privacy": "private"
|
|
7262
|
+
},
|
|
7263
|
+
{
|
|
7264
|
+
"kind": "field",
|
|
7265
|
+
"name": "onPreviewSlotChange",
|
|
7266
|
+
"privacy": "private"
|
|
7267
|
+
},
|
|
7268
|
+
{
|
|
7269
|
+
"kind": "field",
|
|
7270
|
+
"name": "onPreviewOpen",
|
|
7271
|
+
"privacy": "private"
|
|
7272
|
+
},
|
|
7238
7273
|
{
|
|
7239
7274
|
"kind": "method",
|
|
7240
|
-
"name": "
|
|
7275
|
+
"name": "normalizeContextMode",
|
|
7241
7276
|
"privacy": "private",
|
|
7242
7277
|
"parameters": [
|
|
7243
7278
|
{
|
|
7244
|
-
"name": "
|
|
7279
|
+
"name": "mode",
|
|
7245
7280
|
"type": {
|
|
7246
|
-
"text": "string"
|
|
7281
|
+
"text": "string | null"
|
|
7247
7282
|
}
|
|
7248
7283
|
}
|
|
7249
7284
|
]
|
|
7250
7285
|
},
|
|
7251
7286
|
{
|
|
7252
7287
|
"kind": "method",
|
|
7253
|
-
"name": "
|
|
7288
|
+
"name": "setContextMode",
|
|
7254
7289
|
"privacy": "private",
|
|
7255
7290
|
"parameters": [
|
|
7256
7291
|
{
|
|
7257
|
-
"name": "
|
|
7292
|
+
"name": "mode",
|
|
7258
7293
|
"type": {
|
|
7259
|
-
"text": "
|
|
7294
|
+
"text": "\"icon\" | \"chip\""
|
|
7295
|
+
}
|
|
7296
|
+
},
|
|
7297
|
+
{
|
|
7298
|
+
"name": "source",
|
|
7299
|
+
"default": "\"api\"",
|
|
7300
|
+
"type": {
|
|
7301
|
+
"text": "\"api\" | \"click\" | \"dismiss\""
|
|
7260
7302
|
}
|
|
7261
7303
|
}
|
|
7262
7304
|
]
|
|
7263
7305
|
},
|
|
7264
7306
|
{
|
|
7265
7307
|
"kind": "method",
|
|
7266
|
-
"name": "
|
|
7308
|
+
"name": "syncContextModeUI",
|
|
7309
|
+
"privacy": "private"
|
|
7310
|
+
},
|
|
7311
|
+
{
|
|
7312
|
+
"kind": "field",
|
|
7313
|
+
"name": "onContextToggleClick",
|
|
7314
|
+
"privacy": "private"
|
|
7315
|
+
},
|
|
7316
|
+
{
|
|
7317
|
+
"kind": "field",
|
|
7318
|
+
"name": "onContextChipDismiss",
|
|
7319
|
+
"privacy": "private"
|
|
7320
|
+
},
|
|
7321
|
+
{
|
|
7322
|
+
"kind": "method",
|
|
7323
|
+
"name": "hasTruthyFlagAttribute",
|
|
7267
7324
|
"privacy": "private",
|
|
7268
7325
|
"parameters": [
|
|
7269
7326
|
{
|
|
7270
|
-
"name": "
|
|
7327
|
+
"name": "name",
|
|
7271
7328
|
"type": {
|
|
7272
7329
|
"text": "string"
|
|
7273
7330
|
}
|
|
@@ -7276,402 +7333,65 @@
|
|
|
7276
7333
|
},
|
|
7277
7334
|
{
|
|
7278
7335
|
"kind": "method",
|
|
7279
|
-
"name": "
|
|
7336
|
+
"name": "shouldUseFanModeByActions",
|
|
7280
7337
|
"privacy": "private"
|
|
7281
7338
|
},
|
|
7282
7339
|
{
|
|
7283
7340
|
"kind": "method",
|
|
7284
|
-
"name": "
|
|
7285
|
-
|
|
7286
|
-
],
|
|
7287
|
-
"attributes": [
|
|
7288
|
-
{
|
|
7289
|
-
"name": "value"
|
|
7290
|
-
},
|
|
7291
|
-
{
|
|
7292
|
-
"name": "badge"
|
|
7341
|
+
"name": "isFanModeEnabled",
|
|
7342
|
+
"privacy": "private"
|
|
7293
7343
|
},
|
|
7294
7344
|
{
|
|
7295
|
-
"
|
|
7345
|
+
"kind": "method",
|
|
7346
|
+
"name": "ensureFanMode",
|
|
7347
|
+
"privacy": "private"
|
|
7296
7348
|
},
|
|
7297
7349
|
{
|
|
7298
|
-
"
|
|
7350
|
+
"kind": "method",
|
|
7351
|
+
"name": "runColorFade",
|
|
7352
|
+
"privacy": "private"
|
|
7299
7353
|
},
|
|
7300
7354
|
{
|
|
7301
|
-
"
|
|
7355
|
+
"kind": "method",
|
|
7356
|
+
"name": "getValue",
|
|
7357
|
+
"privacy": "private"
|
|
7302
7358
|
},
|
|
7303
7359
|
{
|
|
7304
|
-
"
|
|
7360
|
+
"kind": "field",
|
|
7361
|
+
"name": "value"
|
|
7305
7362
|
},
|
|
7306
7363
|
{
|
|
7307
|
-
"
|
|
7364
|
+
"kind": "method",
|
|
7365
|
+
"name": "submit",
|
|
7366
|
+
"parameters": [
|
|
7367
|
+
{
|
|
7368
|
+
"name": "source",
|
|
7369
|
+
"default": "\"api\"",
|
|
7370
|
+
"type": {
|
|
7371
|
+
"text": "\"api\" | \"keyboard\""
|
|
7372
|
+
}
|
|
7373
|
+
}
|
|
7374
|
+
]
|
|
7308
7375
|
},
|
|
7309
7376
|
{
|
|
7310
|
-
"
|
|
7377
|
+
"kind": "method",
|
|
7378
|
+
"name": "clear"
|
|
7311
7379
|
},
|
|
7312
7380
|
{
|
|
7313
|
-
"
|
|
7381
|
+
"kind": "field",
|
|
7382
|
+
"name": "errorMessage"
|
|
7314
7383
|
},
|
|
7315
7384
|
{
|
|
7316
|
-
"
|
|
7317
|
-
|
|
7318
|
-
|
|
7319
|
-
|
|
7320
|
-
|
|
7321
|
-
|
|
7322
|
-
|
|
7323
|
-
|
|
7324
|
-
|
|
7325
|
-
|
|
7326
|
-
},
|
|
7327
|
-
{
|
|
7328
|
-
"name": "loading"
|
|
7329
|
-
},
|
|
7330
|
-
{
|
|
7331
|
-
"name": "loading-label"
|
|
7332
|
-
}
|
|
7333
|
-
],
|
|
7334
|
-
"superclass": {
|
|
7335
|
-
"name": "HTMLElement"
|
|
7336
|
-
},
|
|
7337
|
-
"tagName": "mui-prompt-preview",
|
|
7338
|
-
"customElement": true
|
|
7339
|
-
}
|
|
7340
|
-
],
|
|
7341
|
-
"exports": [
|
|
7342
|
-
{
|
|
7343
|
-
"kind": "custom-element-definition",
|
|
7344
|
-
"name": "mui-prompt-preview",
|
|
7345
|
-
"declaration": {
|
|
7346
|
-
"name": "MuiPromptPreview",
|
|
7347
|
-
"module": "src/components/mui-prompt-preview/index.ts"
|
|
7348
|
-
}
|
|
7349
|
-
}
|
|
7350
|
-
]
|
|
7351
|
-
},
|
|
7352
|
-
{
|
|
7353
|
-
"kind": "javascript-module",
|
|
7354
|
-
"path": "src/components/mui-prompt/doc.ts",
|
|
7355
|
-
"declarations": [
|
|
7356
|
-
{
|
|
7357
|
-
"kind": "variable",
|
|
7358
|
-
"name": "muiDocs",
|
|
7359
|
-
"type": {
|
|
7360
|
-
"text": "MuiDocs"
|
|
7361
|
-
},
|
|
7362
|
-
"default": "{ Prompt: { title: \"Prompt\", description: \"Prompt provides a reusable prompt surface with floating actions and Enter-to-submit behavior.\", hero: [\"\"], figma: [\"\"], storybook: [\"https://stories.muibook.com\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-prompt/index.ts\"], website: [\"https://muibook.com/#/prompt\"], guides: [\"https://guides.muibook.com/input\"], usage: { list: [ \"Use for AI/chat prompt entry surfaces with action controls.\", \"In Muibook stories, use the Interactive Prompt story at the top of the page as the primary end-to-end reference (paste/upload/context/submit).\", \"This component is extracted from composition patterns to standardize prompt behavior across experiences.\", \"Keep prompt as a controlled input in app state: write value via attribute/property and sync from input events.\", \"Use Enter submit for fast send flows; keep Shift+Enter for multiline authoring.\", \"Press Enter to submit and Shift+Enter to add a newline.\", \"Set enter-submit='false' to disable Enter submit behavior.\", \"Use slot='actions' for utility actions (attach, source, tools).\", \"Prompt includes a default submit control in actions-right; override by slotting your own actions-right control when needed.\", \"All utility actions are intended to be slotted so product teams can wire behavior from app state.\", \"A default fan trigger is included out-of-the-box for action fan behavior.\", \"Use slot='actions-right' when you need a custom submit/toggle action instead of the default.\", \"Prompt no longer renders a built-in action divider; slot your own <mui-rule slot='actions'> when needed (for example with inline margin style).\", \"Set loading to show built-in async feedback spinner beside actions-right while requests are in flight.\", \"Use loading-label to provide accessible status text for the spinner.\", \"Fan behavior derives from slotted actions by default; use fan-open when you want the fan open by default.\", \"fan-open normalizes fan behavior in composed trees by enabling fan mode when needed.\", \"Use context-mode='icon|chip' with slotted <mui-prompt-toggle> for app-driven context state.\", \"Fan spread, speed, and amplitude are fixed to system defaults; tune through component tokens/CSS where needed.\", \"Built-in preview dialog handling is enabled for prompt-preview-open events.\", \"Set preview-threshold-chars to control when pasted text is converted into preview attachments.\", \"Set preview-overflow-to-preview='false' to always paste text directly into the textarea.\", \"When internal preview dialog handling is enabled, slotted prompt previews are auto-clickable by default.\", \"Set preview-auto-clickable='false' to keep previews non-clickable unless explicitly configured.\", \"Set preview-loading to force slotted previews into loading state while async metadata resolves.\", \"Set preview-loading='auto' to mirror prompt loading state onto slotted previews.\", \"Use preview-loading-label to provide accessible loading text for preview spinners.\", \"Use error-message for direct prompt-level error feedback rendered below the input.\", \"Set debug to render built-in submit debug telemetry (status + JSON payload) below the prompt.\", \"Use slot='error' to render fully custom error content when product needs bespoke treatment.\", \"Use setError(message) and clearError() for app-driven validation and transport error handling.\", \"Use prompt-paste to ingest user clipboard payloads and convert them into prompt-preview items.\", \"Use prompt-preview-open to react to preview activation and update app-level analytics/state.\", \"For native media previews, use direct .mp4/.mp3 values so the built-in dialog opens with native media controls.\", \"Prefer system/semantic tokens for color-top-* values when theming prompt color surfaces.\", \"For React wrappers, map CustomEvent handlers to props (onSubmit, onPromptPaste, onPromptPreviewOpen, onEscape).\", \"Mark the trigger action with fan-trigger; if omitted, the first action is used.\", \"Prefer this component instead of ad hoc prompt wrappers when the same interaction model is needed.\", ], }, accessibility: { designerList: [ \"Provide clear prompt intent through nearby heading/body context; placeholder alone should not carry all instruction.\", \"Ensure action icons are understandable and consistently positioned (utility actions left, submit/state action right).\", \"Keep status text low-emphasis visually, but persistent enough to communicate send state changes.\", ], engineerList: [ \"Support keyboard parity: Enter submits, Shift+Enter adds newline.\", \"If showing send status, use an aria-live region so updates are announced to assistive tech.\", \"Do not trap focus; users must be able to tab into and out of the prompt and actions naturally.\", \"Ensure a clear placeholder or label context for prompt intent.\", \"Provide aria-label values for icon-only action buttons slotted into actions.\", \"When authoring themes, rely on public --prompt-* tokens and attributes rather than internal prompt CSS variables.\", ], }, anatomy: { image: \"\", list: [\"Prompt surface\", \"Input area\", \"Action slot\"] }, variants: { items: [{ key: \"\", title: \"\", description: \"\", image: \"\" }] }, compositions: { description: \"\", items: [] }, related: { items: [ { name: \"Input\", link: \"https://guides.muibook.com/input\" }, { name: \"Button\", link: \"https://guides.muibook.com/button\" }, ], }, rules: [ { heading: \"Pattern Rule\", description: \"Use Prompt as the shared prompt-surface primitive; keep product-specific flows in compositions.\", doContent: [ { description: \"Reuse this component when Enter submit + floating actions are expected.\", image: \"\" }, ], dontContent: [ { description: \"Do not rebuild the prompt shell in each composition with custom wrappers.\", image: \"\" }, ], }, ], behaviour: { list: [ \"Enter emits a submit event with current value.\", \"Shift+Enter inserts a newline.\", \"Pasting emits prompt-paste with detected payload metadata for consumers to store and render previews.\", \"Short text paste remains in the textarea; long text and binary paste can be converted to preview items based on threshold settings.\", \"Clicking a preview emits prompt-preview-open with normalized preview payload (badge, value, image metadata).\", \"Escape emits escape and closes fan actions when open.\", \"Error feedback supports dismiss and optional expand/collapse for long copy.\", \"Clicking content inside a slotted <mui-prompt-toggle> emits prompt-context-change and switches to context chip mode.\", \"Dismissing content marked with [context-chip] emits prompt-context-dismiss and returns to icon mode.\", \"Actions remain anchored at the prompt edge while text grows.\", \"Action behavior should be equivalent whether triggered by keyboard submit or click.\", \"When loading is set, prompt shows async spinner feedback near submit and blocks additional submits.\", ], }, writing: { list: [\"Use clear placeholder prompts that describe expected user input.\"], }, }, }"
|
|
7363
|
-
}
|
|
7364
|
-
],
|
|
7365
|
-
"exports": [
|
|
7366
|
-
{
|
|
7367
|
-
"kind": "js",
|
|
7368
|
-
"name": "muiDocs",
|
|
7369
|
-
"declaration": {
|
|
7370
|
-
"name": "muiDocs",
|
|
7371
|
-
"module": "src/components/mui-prompt/doc.ts"
|
|
7372
|
-
}
|
|
7373
|
-
}
|
|
7374
|
-
]
|
|
7375
|
-
},
|
|
7376
|
-
{
|
|
7377
|
-
"kind": "javascript-module",
|
|
7378
|
-
"path": "src/components/mui-prompt/index.ts",
|
|
7379
|
-
"declarations": [
|
|
7380
|
-
{
|
|
7381
|
-
"kind": "class",
|
|
7382
|
-
"description": "",
|
|
7383
|
-
"name": "MuiPrompt",
|
|
7384
|
-
"members": [
|
|
7385
|
-
{
|
|
7386
|
-
"kind": "field",
|
|
7387
|
-
"name": "triggerEl",
|
|
7388
|
-
"type": {
|
|
7389
|
-
"text": "HTMLElement | null"
|
|
7390
|
-
},
|
|
7391
|
-
"privacy": "private",
|
|
7392
|
-
"default": "null"
|
|
7393
|
-
},
|
|
7394
|
-
{
|
|
7395
|
-
"kind": "field",
|
|
7396
|
-
"name": "previewShellEl",
|
|
7397
|
-
"type": {
|
|
7398
|
-
"text": "HTMLElement | null"
|
|
7399
|
-
},
|
|
7400
|
-
"privacy": "private",
|
|
7401
|
-
"default": "null"
|
|
7402
|
-
},
|
|
7403
|
-
{
|
|
7404
|
-
"kind": "field",
|
|
7405
|
-
"name": "previewRowEl",
|
|
7406
|
-
"type": {
|
|
7407
|
-
"text": "HTMLElement | null"
|
|
7408
|
-
},
|
|
7409
|
-
"privacy": "private",
|
|
7410
|
-
"default": "null"
|
|
7411
|
-
},
|
|
7412
|
-
{
|
|
7413
|
-
"kind": "field",
|
|
7414
|
-
"name": "previewSlotEl",
|
|
7415
|
-
"type": {
|
|
7416
|
-
"text": "HTMLSlotElement | null"
|
|
7417
|
-
},
|
|
7418
|
-
"privacy": "private",
|
|
7419
|
-
"default": "null"
|
|
7420
|
-
},
|
|
7421
|
-
{
|
|
7422
|
-
"kind": "field",
|
|
7423
|
-
"name": "previewResizeObserver",
|
|
7424
|
-
"type": {
|
|
7425
|
-
"text": "ResizeObserver | null"
|
|
7426
|
-
},
|
|
7427
|
-
"privacy": "private",
|
|
7428
|
-
"default": "null"
|
|
7429
|
-
},
|
|
7430
|
-
{
|
|
7431
|
-
"kind": "field",
|
|
7432
|
-
"name": "fanAnimations",
|
|
7433
|
-
"privacy": "private",
|
|
7434
|
-
"default": "new Map<HTMLElement, Animation>()"
|
|
7435
|
-
},
|
|
7436
|
-
{
|
|
7437
|
-
"kind": "field",
|
|
7438
|
-
"name": "pendingColorFade",
|
|
7439
|
-
"type": {
|
|
7440
|
-
"text": "boolean"
|
|
7441
|
-
},
|
|
7442
|
-
"privacy": "private",
|
|
7443
|
-
"default": "false"
|
|
7444
|
-
},
|
|
7445
|
-
{
|
|
7446
|
-
"kind": "field",
|
|
7447
|
-
"name": "lastDebugPayload",
|
|
7448
|
-
"type": {
|
|
7449
|
-
"text": "string"
|
|
7450
|
-
},
|
|
7451
|
-
"privacy": "private",
|
|
7452
|
-
"default": "'{\"event\":\"idle\"}'"
|
|
7453
|
-
},
|
|
7454
|
-
{
|
|
7455
|
-
"kind": "field",
|
|
7456
|
-
"name": "lightDomObserver",
|
|
7457
|
-
"type": {
|
|
7458
|
-
"text": "MutationObserver | null"
|
|
7459
|
-
},
|
|
7460
|
-
"privacy": "private",
|
|
7461
|
-
"default": "null"
|
|
7462
|
-
},
|
|
7463
|
-
{
|
|
7464
|
-
"kind": "field",
|
|
7465
|
-
"name": "onActionsSlotChange",
|
|
7466
|
-
"privacy": "private",
|
|
7467
|
-
"readonly": true
|
|
7468
|
-
},
|
|
7469
|
-
{
|
|
7470
|
-
"kind": "field",
|
|
7471
|
-
"name": "enforceActionVariants",
|
|
7472
|
-
"privacy": "private",
|
|
7473
|
-
"readonly": true
|
|
7474
|
-
},
|
|
7475
|
-
{
|
|
7476
|
-
"kind": "field",
|
|
7477
|
-
"name": "onDefaultSubmitClick",
|
|
7478
|
-
"privacy": "private"
|
|
7479
|
-
},
|
|
7480
|
-
{
|
|
7481
|
-
"kind": "method",
|
|
7482
|
-
"name": "syncLoadingState",
|
|
7483
|
-
"privacy": "private"
|
|
7484
|
-
},
|
|
7485
|
-
{
|
|
7486
|
-
"kind": "method",
|
|
7487
|
-
"name": "setDebugState",
|
|
7488
|
-
"privacy": "private",
|
|
7489
|
-
"parameters": [
|
|
7490
|
-
{
|
|
7491
|
-
"name": "status",
|
|
7492
|
-
"type": {
|
|
7493
|
-
"text": "string"
|
|
7494
|
-
}
|
|
7495
|
-
},
|
|
7496
|
-
{
|
|
7497
|
-
"name": "payload",
|
|
7498
|
-
"optional": true,
|
|
7499
|
-
"type": {
|
|
7500
|
-
"text": "Record<string, unknown>"
|
|
7501
|
-
}
|
|
7502
|
-
}
|
|
7503
|
-
]
|
|
7504
|
-
},
|
|
7505
|
-
{
|
|
7506
|
-
"kind": "method",
|
|
7507
|
-
"name": "emitPromptItems",
|
|
7508
|
-
"privacy": "private",
|
|
7509
|
-
"parameters": [
|
|
7510
|
-
{
|
|
7511
|
-
"name": "{\n items,\n text,\n textBadge,\n overflowed,\n thresholdChars,\n source,\n }",
|
|
7512
|
-
"type": {
|
|
7513
|
-
"text": "{\n items: PromptItem[];\n text: string;\n textBadge: string;\n overflowed: boolean;\n thresholdChars: number;\n source: \"paste\" | \"upload\";\n }"
|
|
7514
|
-
}
|
|
7515
|
-
}
|
|
7516
|
-
]
|
|
7517
|
-
},
|
|
7518
|
-
{
|
|
7519
|
-
"kind": "field",
|
|
7520
|
-
"name": "onPaste",
|
|
7521
|
-
"privacy": "private"
|
|
7522
|
-
},
|
|
7523
|
-
{
|
|
7524
|
-
"kind": "field",
|
|
7525
|
-
"name": "onInput",
|
|
7526
|
-
"privacy": "private"
|
|
7527
|
-
},
|
|
7528
|
-
{
|
|
7529
|
-
"kind": "field",
|
|
7530
|
-
"name": "onTextareaFocus",
|
|
7531
|
-
"privacy": "private"
|
|
7532
|
-
},
|
|
7533
|
-
{
|
|
7534
|
-
"kind": "field",
|
|
7535
|
-
"name": "onKeyDown",
|
|
7536
|
-
"privacy": "private"
|
|
7537
|
-
},
|
|
7538
|
-
{
|
|
7539
|
-
"kind": "field",
|
|
7540
|
-
"name": "onPreviewScroll",
|
|
7541
|
-
"privacy": "private"
|
|
7542
|
-
},
|
|
7543
|
-
{
|
|
7544
|
-
"kind": "field",
|
|
7545
|
-
"name": "onPreviewSlotChange",
|
|
7546
|
-
"privacy": "private"
|
|
7547
|
-
},
|
|
7548
|
-
{
|
|
7549
|
-
"kind": "field",
|
|
7550
|
-
"name": "onPreviewOpen",
|
|
7551
|
-
"privacy": "private"
|
|
7552
|
-
},
|
|
7553
|
-
{
|
|
7554
|
-
"kind": "method",
|
|
7555
|
-
"name": "normalizeContextMode",
|
|
7556
|
-
"privacy": "private",
|
|
7557
|
-
"parameters": [
|
|
7558
|
-
{
|
|
7559
|
-
"name": "mode",
|
|
7560
|
-
"type": {
|
|
7561
|
-
"text": "string | null"
|
|
7562
|
-
}
|
|
7563
|
-
}
|
|
7564
|
-
]
|
|
7565
|
-
},
|
|
7566
|
-
{
|
|
7567
|
-
"kind": "method",
|
|
7568
|
-
"name": "setContextMode",
|
|
7569
|
-
"privacy": "private",
|
|
7570
|
-
"parameters": [
|
|
7571
|
-
{
|
|
7572
|
-
"name": "mode",
|
|
7573
|
-
"type": {
|
|
7574
|
-
"text": "\"icon\" | \"chip\""
|
|
7575
|
-
}
|
|
7576
|
-
},
|
|
7577
|
-
{
|
|
7578
|
-
"name": "source",
|
|
7579
|
-
"default": "\"api\"",
|
|
7580
|
-
"type": {
|
|
7581
|
-
"text": "\"api\" | \"click\" | \"dismiss\""
|
|
7582
|
-
}
|
|
7583
|
-
}
|
|
7584
|
-
]
|
|
7585
|
-
},
|
|
7586
|
-
{
|
|
7587
|
-
"kind": "method",
|
|
7588
|
-
"name": "syncContextModeUI",
|
|
7589
|
-
"privacy": "private"
|
|
7590
|
-
},
|
|
7591
|
-
{
|
|
7592
|
-
"kind": "field",
|
|
7593
|
-
"name": "onContextToggleClick",
|
|
7594
|
-
"privacy": "private"
|
|
7595
|
-
},
|
|
7596
|
-
{
|
|
7597
|
-
"kind": "field",
|
|
7598
|
-
"name": "onContextChipDismiss",
|
|
7599
|
-
"privacy": "private"
|
|
7600
|
-
},
|
|
7601
|
-
{
|
|
7602
|
-
"kind": "method",
|
|
7603
|
-
"name": "hasTruthyFlagAttribute",
|
|
7604
|
-
"privacy": "private",
|
|
7605
|
-
"parameters": [
|
|
7606
|
-
{
|
|
7607
|
-
"name": "name",
|
|
7608
|
-
"type": {
|
|
7609
|
-
"text": "string"
|
|
7610
|
-
}
|
|
7611
|
-
}
|
|
7612
|
-
]
|
|
7613
|
-
},
|
|
7614
|
-
{
|
|
7615
|
-
"kind": "method",
|
|
7616
|
-
"name": "shouldUseFanModeByActions",
|
|
7617
|
-
"privacy": "private"
|
|
7618
|
-
},
|
|
7619
|
-
{
|
|
7620
|
-
"kind": "method",
|
|
7621
|
-
"name": "isFanModeEnabled",
|
|
7622
|
-
"privacy": "private"
|
|
7623
|
-
},
|
|
7624
|
-
{
|
|
7625
|
-
"kind": "method",
|
|
7626
|
-
"name": "ensureFanMode",
|
|
7627
|
-
"privacy": "private"
|
|
7628
|
-
},
|
|
7629
|
-
{
|
|
7630
|
-
"kind": "method",
|
|
7631
|
-
"name": "runColorFade",
|
|
7632
|
-
"privacy": "private"
|
|
7633
|
-
},
|
|
7634
|
-
{
|
|
7635
|
-
"kind": "method",
|
|
7636
|
-
"name": "getValue",
|
|
7637
|
-
"privacy": "private"
|
|
7638
|
-
},
|
|
7639
|
-
{
|
|
7640
|
-
"kind": "field",
|
|
7641
|
-
"name": "value"
|
|
7642
|
-
},
|
|
7643
|
-
{
|
|
7644
|
-
"kind": "method",
|
|
7645
|
-
"name": "submit",
|
|
7646
|
-
"parameters": [
|
|
7647
|
-
{
|
|
7648
|
-
"name": "source",
|
|
7649
|
-
"default": "\"api\"",
|
|
7650
|
-
"type": {
|
|
7651
|
-
"text": "\"api\" | \"keyboard\""
|
|
7652
|
-
}
|
|
7653
|
-
}
|
|
7654
|
-
]
|
|
7655
|
-
},
|
|
7656
|
-
{
|
|
7657
|
-
"kind": "method",
|
|
7658
|
-
"name": "clear"
|
|
7659
|
-
},
|
|
7660
|
-
{
|
|
7661
|
-
"kind": "field",
|
|
7662
|
-
"name": "errorMessage"
|
|
7663
|
-
},
|
|
7664
|
-
{
|
|
7665
|
-
"kind": "method",
|
|
7666
|
-
"name": "setError",
|
|
7667
|
-
"parameters": [
|
|
7668
|
-
{
|
|
7669
|
-
"name": "message",
|
|
7670
|
-
"type": {
|
|
7671
|
-
"text": "string"
|
|
7672
|
-
}
|
|
7673
|
-
}
|
|
7674
|
-
]
|
|
7385
|
+
"kind": "method",
|
|
7386
|
+
"name": "setError",
|
|
7387
|
+
"parameters": [
|
|
7388
|
+
{
|
|
7389
|
+
"name": "message",
|
|
7390
|
+
"type": {
|
|
7391
|
+
"text": "string"
|
|
7392
|
+
}
|
|
7393
|
+
}
|
|
7394
|
+
]
|
|
7675
7395
|
},
|
|
7676
7396
|
{
|
|
7677
7397
|
"kind": "method",
|
|
@@ -7952,79 +7672,387 @@
|
|
|
7952
7672
|
"name": "value"
|
|
7953
7673
|
},
|
|
7954
7674
|
{
|
|
7955
|
-
"name": "disabled"
|
|
7675
|
+
"name": "disabled"
|
|
7676
|
+
},
|
|
7677
|
+
{
|
|
7678
|
+
"name": "rows"
|
|
7679
|
+
},
|
|
7680
|
+
{
|
|
7681
|
+
"name": "enter-submit"
|
|
7682
|
+
},
|
|
7683
|
+
{
|
|
7684
|
+
"name": "actions-fan"
|
|
7685
|
+
},
|
|
7686
|
+
{
|
|
7687
|
+
"name": "fan-open"
|
|
7688
|
+
},
|
|
7689
|
+
{
|
|
7690
|
+
"name": "preview-overflow-to-preview"
|
|
7691
|
+
},
|
|
7692
|
+
{
|
|
7693
|
+
"name": "preview-scrollbar"
|
|
7694
|
+
},
|
|
7695
|
+
{
|
|
7696
|
+
"name": "preview-threshold-chars"
|
|
7697
|
+
},
|
|
7698
|
+
{
|
|
7699
|
+
"name": "preview-auto-clickable"
|
|
7700
|
+
},
|
|
7701
|
+
{
|
|
7702
|
+
"name": "preview-loading"
|
|
7703
|
+
},
|
|
7704
|
+
{
|
|
7705
|
+
"name": "preview-loading-label"
|
|
7706
|
+
},
|
|
7707
|
+
{
|
|
7708
|
+
"name": "preview-dialog-width"
|
|
7709
|
+
},
|
|
7710
|
+
{
|
|
7711
|
+
"name": "preview-dialog-title"
|
|
7712
|
+
},
|
|
7713
|
+
{
|
|
7714
|
+
"name": "context-mode"
|
|
7715
|
+
},
|
|
7716
|
+
{
|
|
7717
|
+
"name": "effects-off"
|
|
7718
|
+
},
|
|
7719
|
+
{
|
|
7720
|
+
"name": "color-layout"
|
|
7721
|
+
},
|
|
7722
|
+
{
|
|
7723
|
+
"name": "color-top-start"
|
|
7724
|
+
},
|
|
7725
|
+
{
|
|
7726
|
+
"name": "color-top-mid"
|
|
7727
|
+
},
|
|
7728
|
+
{
|
|
7729
|
+
"name": "color-top-end"
|
|
7730
|
+
},
|
|
7731
|
+
{
|
|
7732
|
+
"name": "color-top-accent"
|
|
7733
|
+
},
|
|
7734
|
+
{
|
|
7735
|
+
"name": "aria-label"
|
|
7736
|
+
},
|
|
7737
|
+
{
|
|
7738
|
+
"name": "aria-labelledby"
|
|
7739
|
+
},
|
|
7740
|
+
{
|
|
7741
|
+
"name": "aria-describedby"
|
|
7742
|
+
},
|
|
7743
|
+
{
|
|
7744
|
+
"name": "error-message"
|
|
7745
|
+
},
|
|
7746
|
+
{
|
|
7747
|
+
"name": "debug"
|
|
7748
|
+
},
|
|
7749
|
+
{
|
|
7750
|
+
"name": "loading"
|
|
7751
|
+
},
|
|
7752
|
+
{
|
|
7753
|
+
"name": "loading-label"
|
|
7754
|
+
}
|
|
7755
|
+
],
|
|
7756
|
+
"superclass": {
|
|
7757
|
+
"name": "HTMLElement"
|
|
7758
|
+
},
|
|
7759
|
+
"tagName": "mui-prompt",
|
|
7760
|
+
"customElement": true
|
|
7761
|
+
}
|
|
7762
|
+
],
|
|
7763
|
+
"exports": [
|
|
7764
|
+
{
|
|
7765
|
+
"kind": "custom-element-definition",
|
|
7766
|
+
"name": "mui-prompt",
|
|
7767
|
+
"declaration": {
|
|
7768
|
+
"name": "MuiPrompt",
|
|
7769
|
+
"module": "src/components/mui-prompt/index.ts"
|
|
7770
|
+
}
|
|
7771
|
+
}
|
|
7772
|
+
]
|
|
7773
|
+
},
|
|
7774
|
+
{
|
|
7775
|
+
"kind": "javascript-module",
|
|
7776
|
+
"path": "src/components/mui-prompt-message/doc.ts",
|
|
7777
|
+
"declarations": [
|
|
7778
|
+
{
|
|
7779
|
+
"kind": "variable",
|
|
7780
|
+
"name": "muiDocs",
|
|
7781
|
+
"type": {
|
|
7782
|
+
"text": "MuiDocs"
|
|
7783
|
+
},
|
|
7784
|
+
"default": "{ PromptMessage: { title: \"Prompt Message\", description: \"Prompt Message provides a consistent conversation row shell with avatar and message content slots.\", hero: [\"\"], figma: [\"\"], storybook: [\"https://stories.muibook.com\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-prompt-message/index.ts\"], website: [\"https://muibook.com/#/prompt-message\"], guides: [\"https://guides.muibook.com/body\"], usage: { list: [ \"Use for chat-style reply rows in assistant and support interfaces.\", \"This component is extracted from composition patterns to keep conversation shells consistent.\", \"Slot avatar content into slot='avatar'.\", \"Use body/content components for message text.\", \"Use size='x-small|small|medium|large' to scale avatar/text rhythm across dense and spacious layouts.\", \"Use variant='ghost' when the message row should render without surface treatment.\", \"Use density='compact' when padding should be removed for tight compositions.\", \"Prefer this component over ad hoc grid wrappers when building threaded chat content.\", ], }, accessibility: { designerList: [ \"Maintain clear speaker distinction through avatar + message pairing.\", \"Keep contrast and typography readable in long conversation threads.\", ], engineerList: [ \"Provide meaningful avatar labels where identity context matters.\", \"Preserve DOM reading order (identity first, then message content).\", \"Avoid injecting decorative-only text into message content; keep semantics focused on conversation copy.\", ], }, anatomy: { image: \"\", list: [\"Bubble container\", \"Avatar slot\", \"Message content slot\"] }, variants: { items: [{ key: \"\", title: \"\", description: \"\", image: \"\" }] }, compositions: { description: \"\", items: [] }, related: { items: [ { name: \"Avatar\", link: \"https://guides.muibook.com/avatar\" }, { name: \"Body\", link: \"https://guides.muibook.com/body\" }, ], }, rules: [ { heading: \"Pattern Rule\", description: \"Use Prompt Message as the base conversation row primitive.\", doContent: [{ description: \"Compose identity + message content through avatar and body slots.\", image: \"\" }], dontContent: [{ description: \"Avoid custom one-off bubble containers per page.\", image: \"\" }], }, ], behaviour: { list: [ \"Avatar and message content align consistently across rows.\", ], }, writing: { list: [ \"Keep message copy concise and scannable in multi-row threads.\", ], }, }, }"
|
|
7785
|
+
}
|
|
7786
|
+
],
|
|
7787
|
+
"exports": [
|
|
7788
|
+
{
|
|
7789
|
+
"kind": "js",
|
|
7790
|
+
"name": "muiDocs",
|
|
7791
|
+
"declaration": {
|
|
7792
|
+
"name": "muiDocs",
|
|
7793
|
+
"module": "src/components/mui-prompt-message/doc.ts"
|
|
7794
|
+
}
|
|
7795
|
+
}
|
|
7796
|
+
]
|
|
7797
|
+
},
|
|
7798
|
+
{
|
|
7799
|
+
"kind": "javascript-module",
|
|
7800
|
+
"path": "src/components/mui-prompt-message/index.ts",
|
|
7801
|
+
"declarations": [
|
|
7802
|
+
{
|
|
7803
|
+
"kind": "class",
|
|
7804
|
+
"description": "",
|
|
7805
|
+
"name": "MuiPromptMessage",
|
|
7806
|
+
"members": [
|
|
7807
|
+
{
|
|
7808
|
+
"kind": "field",
|
|
7809
|
+
"name": "avatarSlotEl",
|
|
7810
|
+
"type": {
|
|
7811
|
+
"text": "HTMLSlotElement | null"
|
|
7812
|
+
},
|
|
7813
|
+
"privacy": "private",
|
|
7814
|
+
"default": "null"
|
|
7815
|
+
},
|
|
7816
|
+
{
|
|
7817
|
+
"kind": "field",
|
|
7818
|
+
"name": "contentSlotEl",
|
|
7819
|
+
"type": {
|
|
7820
|
+
"text": "HTMLSlotElement | null"
|
|
7821
|
+
},
|
|
7822
|
+
"privacy": "private",
|
|
7823
|
+
"default": "null"
|
|
7824
|
+
},
|
|
7825
|
+
{
|
|
7826
|
+
"kind": "method",
|
|
7827
|
+
"name": "render"
|
|
7828
|
+
},
|
|
7829
|
+
{
|
|
7830
|
+
"kind": "method",
|
|
7831
|
+
"name": "bindSlotSync",
|
|
7832
|
+
"privacy": "private"
|
|
7833
|
+
}
|
|
7834
|
+
],
|
|
7835
|
+
"attributes": [
|
|
7836
|
+
{
|
|
7837
|
+
"name": "size"
|
|
7838
|
+
},
|
|
7839
|
+
{
|
|
7840
|
+
"name": "variant"
|
|
7841
|
+
},
|
|
7842
|
+
{
|
|
7843
|
+
"name": "density"
|
|
7844
|
+
}
|
|
7845
|
+
],
|
|
7846
|
+
"superclass": {
|
|
7847
|
+
"name": "HTMLElement"
|
|
7848
|
+
},
|
|
7849
|
+
"tagName": "mui-prompt-message",
|
|
7850
|
+
"customElement": true
|
|
7851
|
+
}
|
|
7852
|
+
],
|
|
7853
|
+
"exports": [
|
|
7854
|
+
{
|
|
7855
|
+
"kind": "custom-element-definition",
|
|
7856
|
+
"name": "mui-prompt-message",
|
|
7857
|
+
"declaration": {
|
|
7858
|
+
"name": "MuiPromptMessage",
|
|
7859
|
+
"module": "src/components/mui-prompt-message/index.ts"
|
|
7860
|
+
}
|
|
7861
|
+
}
|
|
7862
|
+
]
|
|
7863
|
+
},
|
|
7864
|
+
{
|
|
7865
|
+
"kind": "javascript-module",
|
|
7866
|
+
"path": "src/components/mui-prompt-preview/doc.ts",
|
|
7867
|
+
"declarations": [
|
|
7868
|
+
{
|
|
7869
|
+
"kind": "variable",
|
|
7870
|
+
"name": "muiDocs",
|
|
7871
|
+
"type": {
|
|
7872
|
+
"text": "MuiDocs"
|
|
7873
|
+
},
|
|
7874
|
+
"default": "{ PromptPreview: { title: \"Prompt Preview\", description: \"Prompt Preview shows long pasted content in a structured box with title and badge context.\", hero: [\"\"], figma: [\"\"], storybook: [\"https://stories.muibook.com\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-prompt-preview/index.ts\"], website: [\"https://muibook.com/#/prompt-preview\"], guides: [\"https://guides.muibook.com/input\"], usage: { list: [ \"Use before prompt submission when users paste long content.\", \"Show first-line identity and concise snippet for fast scanning.\", \"Use badge to classify payload types like JSON, CSS, or Insightful.\", \"Use `bg-image` to render a visual source and `image-tint` to tune color tone.\", \"Use `inverted` for high-contrast white-on-dark surfaces.\", \"Use `loading` during async enrichment flows (metadata, URL checks, or media probing).\", \"Set `loading-label` to provide clear accessible loading feedback.\", \"Use the `dismiss` event to track analytics/API updates before removing a preview.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"Keep preview text readable and avoid replacing the editable source input.\"], }, anatomy: { image: \"\", list: [\"Preview box\", \"Image surface (optional)\", \"Name line\", \"Type badge\", \"Snippet body\"] }, variants: { items: [{ key: \"\", title: \"\", description: \"\", image: \"\" }] }, compositions: { description: \"\", items: [] }, related: { items: [ { name: \"Prompt\", link: \"https://guides.muibook.com/input\" }, { name: \"Badge\", link: \"https://guides.muibook.com/badge\" }, { name: \"Body\", link: \"https://guides.muibook.com/body\" }, ], }, rules: [{ heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }] }], behaviour: { list: [\"\"] }, writing: { list: [\"\"] }, }, }"
|
|
7875
|
+
}
|
|
7876
|
+
],
|
|
7877
|
+
"exports": [
|
|
7878
|
+
{
|
|
7879
|
+
"kind": "js",
|
|
7880
|
+
"name": "muiDocs",
|
|
7881
|
+
"declaration": {
|
|
7882
|
+
"name": "muiDocs",
|
|
7883
|
+
"module": "src/components/mui-prompt-preview/doc.ts"
|
|
7884
|
+
}
|
|
7885
|
+
}
|
|
7886
|
+
]
|
|
7887
|
+
},
|
|
7888
|
+
{
|
|
7889
|
+
"kind": "javascript-module",
|
|
7890
|
+
"path": "src/components/mui-prompt-preview/index.ts",
|
|
7891
|
+
"declarations": [
|
|
7892
|
+
{
|
|
7893
|
+
"kind": "class",
|
|
7894
|
+
"description": "",
|
|
7895
|
+
"name": "MuiPromptPreview",
|
|
7896
|
+
"members": [
|
|
7897
|
+
{
|
|
7898
|
+
"kind": "field",
|
|
7899
|
+
"name": "onDismiss",
|
|
7900
|
+
"privacy": "private"
|
|
7901
|
+
},
|
|
7902
|
+
{
|
|
7903
|
+
"kind": "field",
|
|
7904
|
+
"name": "onOpenPreview",
|
|
7905
|
+
"privacy": "private"
|
|
7906
|
+
},
|
|
7907
|
+
{
|
|
7908
|
+
"kind": "field",
|
|
7909
|
+
"name": "onKeyOpenPreview",
|
|
7910
|
+
"privacy": "private"
|
|
7911
|
+
},
|
|
7912
|
+
{
|
|
7913
|
+
"kind": "field",
|
|
7914
|
+
"name": "value"
|
|
7915
|
+
},
|
|
7916
|
+
{
|
|
7917
|
+
"kind": "field",
|
|
7918
|
+
"name": "badge"
|
|
7956
7919
|
},
|
|
7957
7920
|
{
|
|
7958
|
-
"
|
|
7921
|
+
"kind": "field",
|
|
7922
|
+
"name": "label"
|
|
7959
7923
|
},
|
|
7960
7924
|
{
|
|
7961
|
-
"
|
|
7925
|
+
"kind": "field",
|
|
7926
|
+
"name": "accent"
|
|
7962
7927
|
},
|
|
7963
7928
|
{
|
|
7964
|
-
"
|
|
7929
|
+
"kind": "field",
|
|
7930
|
+
"name": "bgImage"
|
|
7965
7931
|
},
|
|
7966
7932
|
{
|
|
7967
|
-
"
|
|
7933
|
+
"kind": "field",
|
|
7934
|
+
"name": "imageTint"
|
|
7968
7935
|
},
|
|
7969
7936
|
{
|
|
7970
|
-
"
|
|
7937
|
+
"kind": "method",
|
|
7938
|
+
"name": "getBadge",
|
|
7939
|
+
"privacy": "private",
|
|
7940
|
+
"parameters": [
|
|
7941
|
+
{
|
|
7942
|
+
"name": "value",
|
|
7943
|
+
"type": {
|
|
7944
|
+
"text": "string"
|
|
7945
|
+
}
|
|
7946
|
+
}
|
|
7947
|
+
]
|
|
7971
7948
|
},
|
|
7972
7949
|
{
|
|
7973
|
-
"
|
|
7950
|
+
"kind": "method",
|
|
7951
|
+
"name": "getAccessibleSummary",
|
|
7952
|
+
"privacy": "private",
|
|
7953
|
+
"parameters": [
|
|
7954
|
+
{
|
|
7955
|
+
"name": "value",
|
|
7956
|
+
"type": {
|
|
7957
|
+
"text": "string"
|
|
7958
|
+
}
|
|
7959
|
+
},
|
|
7960
|
+
{
|
|
7961
|
+
"name": "badge",
|
|
7962
|
+
"type": {
|
|
7963
|
+
"text": "string"
|
|
7964
|
+
}
|
|
7965
|
+
}
|
|
7966
|
+
]
|
|
7974
7967
|
},
|
|
7975
7968
|
{
|
|
7976
|
-
"
|
|
7969
|
+
"kind": "method",
|
|
7970
|
+
"name": "extractUrl",
|
|
7971
|
+
"privacy": "private",
|
|
7972
|
+
"parameters": [
|
|
7973
|
+
{
|
|
7974
|
+
"name": "value",
|
|
7975
|
+
"type": {
|
|
7976
|
+
"text": "string"
|
|
7977
|
+
}
|
|
7978
|
+
}
|
|
7979
|
+
]
|
|
7977
7980
|
},
|
|
7978
7981
|
{
|
|
7979
|
-
"
|
|
7982
|
+
"kind": "method",
|
|
7983
|
+
"name": "isImageUrl",
|
|
7984
|
+
"privacy": "private",
|
|
7985
|
+
"parameters": [
|
|
7986
|
+
{
|
|
7987
|
+
"name": "url",
|
|
7988
|
+
"type": {
|
|
7989
|
+
"text": "string"
|
|
7990
|
+
}
|
|
7991
|
+
}
|
|
7992
|
+
]
|
|
7980
7993
|
},
|
|
7981
7994
|
{
|
|
7982
|
-
"
|
|
7995
|
+
"kind": "method",
|
|
7996
|
+
"name": "escapeHtml",
|
|
7997
|
+
"privacy": "private",
|
|
7998
|
+
"parameters": [
|
|
7999
|
+
{
|
|
8000
|
+
"name": "value",
|
|
8001
|
+
"type": {
|
|
8002
|
+
"text": "string"
|
|
8003
|
+
}
|
|
8004
|
+
}
|
|
8005
|
+
]
|
|
7983
8006
|
},
|
|
7984
8007
|
{
|
|
7985
|
-
"
|
|
8008
|
+
"kind": "method",
|
|
8009
|
+
"name": "applyAnimationDelayOffset",
|
|
8010
|
+
"privacy": "private"
|
|
7986
8011
|
},
|
|
7987
8012
|
{
|
|
7988
|
-
"
|
|
7989
|
-
|
|
8013
|
+
"kind": "method",
|
|
8014
|
+
"name": "render"
|
|
8015
|
+
}
|
|
8016
|
+
],
|
|
8017
|
+
"attributes": [
|
|
7990
8018
|
{
|
|
7991
|
-
"name": "
|
|
8019
|
+
"name": "value"
|
|
7992
8020
|
},
|
|
7993
8021
|
{
|
|
7994
|
-
"name": "
|
|
8022
|
+
"name": "badge"
|
|
7995
8023
|
},
|
|
7996
8024
|
{
|
|
7997
|
-
"name": "
|
|
8025
|
+
"name": "label"
|
|
7998
8026
|
},
|
|
7999
8027
|
{
|
|
8000
|
-
"name": "
|
|
8028
|
+
"name": "accent"
|
|
8001
8029
|
},
|
|
8002
8030
|
{
|
|
8003
|
-
"name": "
|
|
8031
|
+
"name": "bg-image"
|
|
8004
8032
|
},
|
|
8005
8033
|
{
|
|
8006
|
-
"name": "
|
|
8034
|
+
"name": "image-tint"
|
|
8007
8035
|
},
|
|
8008
8036
|
{
|
|
8009
|
-
"name": "
|
|
8037
|
+
"name": "inverted"
|
|
8010
8038
|
},
|
|
8011
8039
|
{
|
|
8012
|
-
"name": "
|
|
8040
|
+
"name": "badge-only"
|
|
8013
8041
|
},
|
|
8014
8042
|
{
|
|
8015
|
-
"name": "
|
|
8043
|
+
"name": "show-text"
|
|
8016
8044
|
},
|
|
8017
8045
|
{
|
|
8018
|
-
"name": "
|
|
8046
|
+
"name": "animated"
|
|
8019
8047
|
},
|
|
8020
8048
|
{
|
|
8021
|
-
"name": "
|
|
8049
|
+
"name": "animation-mode"
|
|
8022
8050
|
},
|
|
8023
8051
|
{
|
|
8024
|
-
"name": "
|
|
8052
|
+
"name": "variant"
|
|
8025
8053
|
},
|
|
8026
8054
|
{
|
|
8027
|
-
"name": "
|
|
8055
|
+
"name": "clickable"
|
|
8028
8056
|
},
|
|
8029
8057
|
{
|
|
8030
8058
|
"name": "loading"
|
|
@@ -8036,17 +8064,17 @@
|
|
|
8036
8064
|
"superclass": {
|
|
8037
8065
|
"name": "HTMLElement"
|
|
8038
8066
|
},
|
|
8039
|
-
"tagName": "mui-prompt",
|
|
8067
|
+
"tagName": "mui-prompt-preview",
|
|
8040
8068
|
"customElement": true
|
|
8041
8069
|
}
|
|
8042
8070
|
],
|
|
8043
8071
|
"exports": [
|
|
8044
8072
|
{
|
|
8045
8073
|
"kind": "custom-element-definition",
|
|
8046
|
-
"name": "mui-prompt",
|
|
8074
|
+
"name": "mui-prompt-preview",
|
|
8047
8075
|
"declaration": {
|
|
8048
|
-
"name": "
|
|
8049
|
-
"module": "src/components/mui-prompt/index.ts"
|
|
8076
|
+
"name": "MuiPromptPreview",
|
|
8077
|
+
"module": "src/components/mui-prompt-preview/index.ts"
|
|
8050
8078
|
}
|
|
8051
8079
|
}
|
|
8052
8080
|
]
|
|
@@ -8157,111 +8185,6 @@
|
|
|
8157
8185
|
}
|
|
8158
8186
|
]
|
|
8159
8187
|
},
|
|
8160
|
-
{
|
|
8161
|
-
"kind": "javascript-module",
|
|
8162
|
-
"path": "src/components/mui-radio/doc.ts",
|
|
8163
|
-
"declarations": [
|
|
8164
|
-
{
|
|
8165
|
-
"kind": "variable",
|
|
8166
|
-
"name": "muiDocs",
|
|
8167
|
-
"type": {
|
|
8168
|
-
"text": "MuiDocs"
|
|
8169
|
-
},
|
|
8170
|
-
"default": "{ Radio: { title: \"Radio\", description: \"A radio control for selecting exactly one option from a set.\", hero: [\"\"], figma: [\"\"], storybook: [\"\"], github: [\"https://github.com/michaeltrilford/muibook/tree/main/src/components/mui-radio\"], website: [\"https://muibook.com/#/radio\"], guides: [\"\"], usage: { list: [ \"Use radio when users must choose one option from a known set.\", \"Group related radios using mui-radio-group for shared name and state handling.\", \"Use label / hide-label / optional on mui-radio-group to align with other fielded controls.\", \"Use size='x-small|small|medium|large' on radio or radio-group to scale controls consistently.\", ], }, accessibility: { designerList: [\"\"], engineerList: [ \"Use mui-radio-group to provide radiogroup semantics and shared selection state.\", \"Each radio should include visible text or aria-label when no visible label is present.\", ], }, anatomy: { image: \"\", list: [\"Unchecked\", \"Checked\", \"Disabled\"], }, variants: { items: [{ key: \"\", title: \"\", description: \"\", image: \"\" }], }, compositions: { description: \"\", items: [], }, related: { items: [ { name: \"Checkbox\", link: \"https://guides.muibook.com/checkbox\" }, { name: \"Field\", link: \"https://guides.muibook.com/field\" }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"] }, writing: { list: [\"\"] }, }, }"
|
|
8171
|
-
}
|
|
8172
|
-
],
|
|
8173
|
-
"exports": [
|
|
8174
|
-
{
|
|
8175
|
-
"kind": "js",
|
|
8176
|
-
"name": "muiDocs",
|
|
8177
|
-
"declaration": {
|
|
8178
|
-
"name": "muiDocs",
|
|
8179
|
-
"module": "src/components/mui-radio/doc.ts"
|
|
8180
|
-
}
|
|
8181
|
-
}
|
|
8182
|
-
]
|
|
8183
|
-
},
|
|
8184
|
-
{
|
|
8185
|
-
"kind": "javascript-module",
|
|
8186
|
-
"path": "src/components/mui-radio/index.ts",
|
|
8187
|
-
"declarations": [
|
|
8188
|
-
{
|
|
8189
|
-
"kind": "class",
|
|
8190
|
-
"description": "",
|
|
8191
|
-
"name": "MuiRadio",
|
|
8192
|
-
"members": [
|
|
8193
|
-
{
|
|
8194
|
-
"kind": "field",
|
|
8195
|
-
"name": "_changeHandler",
|
|
8196
|
-
"type": {
|
|
8197
|
-
"text": "(e: Event) => void | undefined"
|
|
8198
|
-
},
|
|
8199
|
-
"privacy": "private"
|
|
8200
|
-
},
|
|
8201
|
-
{
|
|
8202
|
-
"kind": "method",
|
|
8203
|
-
"name": "cleanupListeners",
|
|
8204
|
-
"privacy": "private"
|
|
8205
|
-
},
|
|
8206
|
-
{
|
|
8207
|
-
"kind": "method",
|
|
8208
|
-
"name": "setupListener",
|
|
8209
|
-
"privacy": "private"
|
|
8210
|
-
},
|
|
8211
|
-
{
|
|
8212
|
-
"kind": "method",
|
|
8213
|
-
"name": "render"
|
|
8214
|
-
}
|
|
8215
|
-
],
|
|
8216
|
-
"events": [
|
|
8217
|
-
{
|
|
8218
|
-
"name": "change",
|
|
8219
|
-
"type": {
|
|
8220
|
-
"text": "CustomEvent"
|
|
8221
|
-
}
|
|
8222
|
-
}
|
|
8223
|
-
],
|
|
8224
|
-
"attributes": [
|
|
8225
|
-
{
|
|
8226
|
-
"name": "checked"
|
|
8227
|
-
},
|
|
8228
|
-
{
|
|
8229
|
-
"name": "disabled"
|
|
8230
|
-
},
|
|
8231
|
-
{
|
|
8232
|
-
"name": "id"
|
|
8233
|
-
},
|
|
8234
|
-
{
|
|
8235
|
-
"name": "name"
|
|
8236
|
-
},
|
|
8237
|
-
{
|
|
8238
|
-
"name": "value"
|
|
8239
|
-
},
|
|
8240
|
-
{
|
|
8241
|
-
"name": "aria-label"
|
|
8242
|
-
},
|
|
8243
|
-
{
|
|
8244
|
-
"name": "size"
|
|
8245
|
-
}
|
|
8246
|
-
],
|
|
8247
|
-
"superclass": {
|
|
8248
|
-
"name": "HTMLElement"
|
|
8249
|
-
},
|
|
8250
|
-
"tagName": "mui-radio",
|
|
8251
|
-
"customElement": true
|
|
8252
|
-
}
|
|
8253
|
-
],
|
|
8254
|
-
"exports": [
|
|
8255
|
-
{
|
|
8256
|
-
"kind": "custom-element-definition",
|
|
8257
|
-
"name": "mui-radio",
|
|
8258
|
-
"declaration": {
|
|
8259
|
-
"name": "MuiRadio",
|
|
8260
|
-
"module": "src/components/mui-radio/index.ts"
|
|
8261
|
-
}
|
|
8262
|
-
}
|
|
8263
|
-
]
|
|
8264
|
-
},
|
|
8265
8188
|
{
|
|
8266
8189
|
"kind": "javascript-module",
|
|
8267
8190
|
"path": "src/components/mui-radio-group/index.ts",
|
|
@@ -8591,7 +8514,7 @@
|
|
|
8591
8514
|
},
|
|
8592
8515
|
{
|
|
8593
8516
|
"kind": "javascript-module",
|
|
8594
|
-
"path": "src/components/mui-
|
|
8517
|
+
"path": "src/components/mui-radio/doc.ts",
|
|
8595
8518
|
"declarations": [
|
|
8596
8519
|
{
|
|
8597
8520
|
"kind": "variable",
|
|
@@ -8599,7 +8522,7 @@
|
|
|
8599
8522
|
"type": {
|
|
8600
8523
|
"text": "MuiDocs"
|
|
8601
8524
|
},
|
|
8602
|
-
"default": "{
|
|
8525
|
+
"default": "{ Radio: { title: \"Radio\", description: \"A radio control for selecting exactly one option from a set.\", hero: [\"\"], figma: [\"\"], storybook: [\"\"], github: [\"https://github.com/michaeltrilford/muibook/tree/main/src/components/mui-radio\"], website: [\"https://muibook.com/#/radio\"], guides: [\"\"], usage: { list: [ \"Use radio when users must choose one option from a known set.\", \"Group related radios using mui-radio-group for shared name and state handling.\", \"Use label / hide-label / optional on mui-radio-group to align with other fielded controls.\", \"Use size='x-small|small|medium|large' on radio or radio-group to scale controls consistently.\", ], }, accessibility: { designerList: [\"\"], engineerList: [ \"Use mui-radio-group to provide radiogroup semantics and shared selection state.\", \"Each radio should include visible text or aria-label when no visible label is present.\", ], }, anatomy: { image: \"\", list: [\"Unchecked\", \"Checked\", \"Disabled\"], }, variants: { items: [{ key: \"\", title: \"\", description: \"\", image: \"\" }], }, compositions: { description: \"\", items: [], }, related: { items: [ { name: \"Checkbox\", link: \"https://guides.muibook.com/checkbox\" }, { name: \"Field\", link: \"https://guides.muibook.com/field\" }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"] }, writing: { list: [\"\"] }, }, }"
|
|
8603
8526
|
}
|
|
8604
8527
|
],
|
|
8605
8528
|
"exports": [
|
|
@@ -8608,55 +8531,88 @@
|
|
|
8608
8531
|
"name": "muiDocs",
|
|
8609
8532
|
"declaration": {
|
|
8610
8533
|
"name": "muiDocs",
|
|
8611
|
-
"module": "src/components/mui-
|
|
8534
|
+
"module": "src/components/mui-radio/doc.ts"
|
|
8612
8535
|
}
|
|
8613
8536
|
}
|
|
8614
8537
|
]
|
|
8615
8538
|
},
|
|
8616
8539
|
{
|
|
8617
8540
|
"kind": "javascript-module",
|
|
8618
|
-
"path": "src/components/mui-
|
|
8541
|
+
"path": "src/components/mui-radio/index.ts",
|
|
8619
8542
|
"declarations": [
|
|
8620
8543
|
{
|
|
8621
8544
|
"kind": "class",
|
|
8622
8545
|
"description": "",
|
|
8623
|
-
"name": "
|
|
8546
|
+
"name": "MuiRadio",
|
|
8624
8547
|
"members": [
|
|
8548
|
+
{
|
|
8549
|
+
"kind": "field",
|
|
8550
|
+
"name": "_changeHandler",
|
|
8551
|
+
"type": {
|
|
8552
|
+
"text": "(e: Event) => void | undefined"
|
|
8553
|
+
},
|
|
8554
|
+
"privacy": "private"
|
|
8555
|
+
},
|
|
8556
|
+
{
|
|
8557
|
+
"kind": "method",
|
|
8558
|
+
"name": "cleanupListeners",
|
|
8559
|
+
"privacy": "private"
|
|
8560
|
+
},
|
|
8625
8561
|
{
|
|
8626
8562
|
"kind": "method",
|
|
8627
|
-
"name": "
|
|
8563
|
+
"name": "setupListener",
|
|
8628
8564
|
"privacy": "private"
|
|
8629
8565
|
},
|
|
8630
8566
|
{
|
|
8631
8567
|
"kind": "method",
|
|
8632
|
-
"name": "
|
|
8568
|
+
"name": "render"
|
|
8569
|
+
}
|
|
8570
|
+
],
|
|
8571
|
+
"events": [
|
|
8572
|
+
{
|
|
8573
|
+
"name": "change",
|
|
8574
|
+
"type": {
|
|
8575
|
+
"text": "CustomEvent"
|
|
8576
|
+
}
|
|
8633
8577
|
}
|
|
8634
8578
|
],
|
|
8635
8579
|
"attributes": [
|
|
8636
8580
|
{
|
|
8637
|
-
"name": "
|
|
8581
|
+
"name": "checked"
|
|
8638
8582
|
},
|
|
8639
8583
|
{
|
|
8640
|
-
"name": "
|
|
8584
|
+
"name": "disabled"
|
|
8641
8585
|
},
|
|
8642
8586
|
{
|
|
8643
|
-
"name": "
|
|
8587
|
+
"name": "id"
|
|
8588
|
+
},
|
|
8589
|
+
{
|
|
8590
|
+
"name": "name"
|
|
8591
|
+
},
|
|
8592
|
+
{
|
|
8593
|
+
"name": "value"
|
|
8594
|
+
},
|
|
8595
|
+
{
|
|
8596
|
+
"name": "aria-label"
|
|
8597
|
+
},
|
|
8598
|
+
{
|
|
8599
|
+
"name": "size"
|
|
8644
8600
|
}
|
|
8645
8601
|
],
|
|
8646
8602
|
"superclass": {
|
|
8647
8603
|
"name": "HTMLElement"
|
|
8648
8604
|
},
|
|
8649
|
-
"tagName": "mui-
|
|
8605
|
+
"tagName": "mui-radio",
|
|
8650
8606
|
"customElement": true
|
|
8651
8607
|
}
|
|
8652
8608
|
],
|
|
8653
8609
|
"exports": [
|
|
8654
8610
|
{
|
|
8655
8611
|
"kind": "custom-element-definition",
|
|
8656
|
-
"name": "mui-
|
|
8612
|
+
"name": "mui-radio",
|
|
8657
8613
|
"declaration": {
|
|
8658
|
-
"name": "
|
|
8659
|
-
"module": "src/components/mui-
|
|
8614
|
+
"name": "MuiRadio",
|
|
8615
|
+
"module": "src/components/mui-radio/index.ts"
|
|
8660
8616
|
}
|
|
8661
8617
|
}
|
|
8662
8618
|
]
|
|
@@ -8945,6 +8901,78 @@
|
|
|
8945
8901
|
}
|
|
8946
8902
|
]
|
|
8947
8903
|
},
|
|
8904
|
+
{
|
|
8905
|
+
"kind": "javascript-module",
|
|
8906
|
+
"path": "src/components/mui-rule/doc.ts",
|
|
8907
|
+
"declarations": [
|
|
8908
|
+
{
|
|
8909
|
+
"kind": "variable",
|
|
8910
|
+
"name": "muiDocs",
|
|
8911
|
+
"type": {
|
|
8912
|
+
"text": "MuiDocs"
|
|
8913
|
+
},
|
|
8914
|
+
"default": "{ Rule: { title: \"Rule\", description: \"A styling rule that visually separates or divides page elements.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/1MLQoDYuXhKOBDZQRZtBH7/6cd51d6b04fb62f1e04b0383c38d4cce/Rule_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=1059-12617&t=BwezUSymTClm00wJ-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/layout-rule--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-rule/index.ts\"], website: [\"https://muibook.com/#/rule\"], guides: [\"https://guides.muibook.com/rule\"], usage: { list: [ \"Use horizontal rules to separate sections or create visual breaks in flows.\", \"Use vertical rules to divide elements within a row or dense layout.\", \"Align with spacing and layout conventions to maintain visual rhythm.\", \"Avoid using as decoration—rules should support clarity and structure.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, 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: [\"\"], }, }, }"
|
|
8915
|
+
}
|
|
8916
|
+
],
|
|
8917
|
+
"exports": [
|
|
8918
|
+
{
|
|
8919
|
+
"kind": "js",
|
|
8920
|
+
"name": "muiDocs",
|
|
8921
|
+
"declaration": {
|
|
8922
|
+
"name": "muiDocs",
|
|
8923
|
+
"module": "src/components/mui-rule/doc.ts"
|
|
8924
|
+
}
|
|
8925
|
+
}
|
|
8926
|
+
]
|
|
8927
|
+
},
|
|
8928
|
+
{
|
|
8929
|
+
"kind": "javascript-module",
|
|
8930
|
+
"path": "src/components/mui-rule/index.ts",
|
|
8931
|
+
"declarations": [
|
|
8932
|
+
{
|
|
8933
|
+
"kind": "class",
|
|
8934
|
+
"description": "",
|
|
8935
|
+
"name": "MuiRule",
|
|
8936
|
+
"members": [
|
|
8937
|
+
{
|
|
8938
|
+
"kind": "method",
|
|
8939
|
+
"name": "syncContextAttributes",
|
|
8940
|
+
"privacy": "private"
|
|
8941
|
+
},
|
|
8942
|
+
{
|
|
8943
|
+
"kind": "method",
|
|
8944
|
+
"name": "updateStyles"
|
|
8945
|
+
}
|
|
8946
|
+
],
|
|
8947
|
+
"attributes": [
|
|
8948
|
+
{
|
|
8949
|
+
"name": "length"
|
|
8950
|
+
},
|
|
8951
|
+
{
|
|
8952
|
+
"name": "weight"
|
|
8953
|
+
},
|
|
8954
|
+
{
|
|
8955
|
+
"name": "direction"
|
|
8956
|
+
}
|
|
8957
|
+
],
|
|
8958
|
+
"superclass": {
|
|
8959
|
+
"name": "HTMLElement"
|
|
8960
|
+
},
|
|
8961
|
+
"tagName": "mui-rule",
|
|
8962
|
+
"customElement": true
|
|
8963
|
+
}
|
|
8964
|
+
],
|
|
8965
|
+
"exports": [
|
|
8966
|
+
{
|
|
8967
|
+
"kind": "custom-element-definition",
|
|
8968
|
+
"name": "mui-rule",
|
|
8969
|
+
"declaration": {
|
|
8970
|
+
"name": "MuiRule",
|
|
8971
|
+
"module": "src/components/mui-rule/index.ts"
|
|
8972
|
+
}
|
|
8973
|
+
}
|
|
8974
|
+
]
|
|
8975
|
+
},
|
|
8948
8976
|
{
|
|
8949
8977
|
"kind": "javascript-module",
|
|
8950
8978
|
"path": "src/components/mui-skeleton/doc.ts",
|
|
@@ -9108,6 +9136,39 @@
|
|
|
9108
9136
|
"declarations": [],
|
|
9109
9137
|
"exports": []
|
|
9110
9138
|
},
|
|
9139
|
+
{
|
|
9140
|
+
"kind": "javascript-module",
|
|
9141
|
+
"path": "src/components/mui-slide-section/index.ts",
|
|
9142
|
+
"declarations": [
|
|
9143
|
+
{
|
|
9144
|
+
"kind": "class",
|
|
9145
|
+
"description": "",
|
|
9146
|
+
"name": "MuiSlideSection",
|
|
9147
|
+
"members": [
|
|
9148
|
+
{
|
|
9149
|
+
"kind": "method",
|
|
9150
|
+
"name": "render",
|
|
9151
|
+
"privacy": "private"
|
|
9152
|
+
}
|
|
9153
|
+
],
|
|
9154
|
+
"superclass": {
|
|
9155
|
+
"name": "HTMLElement"
|
|
9156
|
+
},
|
|
9157
|
+
"tagName": "mui-slide-section",
|
|
9158
|
+
"customElement": true
|
|
9159
|
+
}
|
|
9160
|
+
],
|
|
9161
|
+
"exports": [
|
|
9162
|
+
{
|
|
9163
|
+
"kind": "custom-element-definition",
|
|
9164
|
+
"name": "mui-slide-section",
|
|
9165
|
+
"declaration": {
|
|
9166
|
+
"name": "MuiSlideSection",
|
|
9167
|
+
"module": "src/components/mui-slide-section/index.ts"
|
|
9168
|
+
}
|
|
9169
|
+
}
|
|
9170
|
+
]
|
|
9171
|
+
},
|
|
9111
9172
|
{
|
|
9112
9173
|
"kind": "javascript-module",
|
|
9113
9174
|
"path": "src/components/mui-slide-frame/doc.ts",
|
|
@@ -9520,39 +9581,6 @@
|
|
|
9520
9581
|
}
|
|
9521
9582
|
]
|
|
9522
9583
|
},
|
|
9523
|
-
{
|
|
9524
|
-
"kind": "javascript-module",
|
|
9525
|
-
"path": "src/components/mui-slide-section/index.ts",
|
|
9526
|
-
"declarations": [
|
|
9527
|
-
{
|
|
9528
|
-
"kind": "class",
|
|
9529
|
-
"description": "",
|
|
9530
|
-
"name": "MuiSlideSection",
|
|
9531
|
-
"members": [
|
|
9532
|
-
{
|
|
9533
|
-
"kind": "method",
|
|
9534
|
-
"name": "render",
|
|
9535
|
-
"privacy": "private"
|
|
9536
|
-
}
|
|
9537
|
-
],
|
|
9538
|
-
"superclass": {
|
|
9539
|
-
"name": "HTMLElement"
|
|
9540
|
-
},
|
|
9541
|
-
"tagName": "mui-slide-section",
|
|
9542
|
-
"customElement": true
|
|
9543
|
-
}
|
|
9544
|
-
],
|
|
9545
|
-
"exports": [
|
|
9546
|
-
{
|
|
9547
|
-
"kind": "custom-element-definition",
|
|
9548
|
-
"name": "mui-slide-section",
|
|
9549
|
-
"declaration": {
|
|
9550
|
-
"name": "MuiSlideSection",
|
|
9551
|
-
"module": "src/components/mui-slide-section/index.ts"
|
|
9552
|
-
}
|
|
9553
|
-
}
|
|
9554
|
-
]
|
|
9555
|
-
},
|
|
9556
9584
|
{
|
|
9557
9585
|
"kind": "javascript-module",
|
|
9558
9586
|
"path": "src/components/mui-smart-card/doc.ts",
|
|
@@ -10077,23 +10105,104 @@
|
|
|
10077
10105
|
"name": "max-length"
|
|
10078
10106
|
},
|
|
10079
10107
|
{
|
|
10080
|
-
"name": "size"
|
|
10108
|
+
"name": "size"
|
|
10109
|
+
}
|
|
10110
|
+
],
|
|
10111
|
+
"superclass": {
|
|
10112
|
+
"name": "HTMLElement"
|
|
10113
|
+
},
|
|
10114
|
+
"tagName": "mui-textarea",
|
|
10115
|
+
"customElement": true
|
|
10116
|
+
}
|
|
10117
|
+
],
|
|
10118
|
+
"exports": [
|
|
10119
|
+
{
|
|
10120
|
+
"kind": "custom-element-definition",
|
|
10121
|
+
"name": "mui-textarea",
|
|
10122
|
+
"declaration": {
|
|
10123
|
+
"name": "MuiTextarea",
|
|
10124
|
+
"module": "src/components/mui-textarea/index.ts"
|
|
10125
|
+
}
|
|
10126
|
+
}
|
|
10127
|
+
]
|
|
10128
|
+
},
|
|
10129
|
+
{
|
|
10130
|
+
"kind": "javascript-module",
|
|
10131
|
+
"path": "src/components/mui-accordion/core/index.ts",
|
|
10132
|
+
"declarations": [
|
|
10133
|
+
{
|
|
10134
|
+
"kind": "class",
|
|
10135
|
+
"description": "",
|
|
10136
|
+
"name": "MuiAccordionCore",
|
|
10137
|
+
"members": [
|
|
10138
|
+
{
|
|
10139
|
+
"kind": "field",
|
|
10140
|
+
"name": "summaryEl",
|
|
10141
|
+
"type": {
|
|
10142
|
+
"text": "HTMLElement | null"
|
|
10143
|
+
},
|
|
10144
|
+
"privacy": "private"
|
|
10145
|
+
},
|
|
10146
|
+
{
|
|
10147
|
+
"kind": "field",
|
|
10148
|
+
"name": "detailEl",
|
|
10149
|
+
"type": {
|
|
10150
|
+
"text": "HTMLElement | null"
|
|
10151
|
+
},
|
|
10152
|
+
"privacy": "private"
|
|
10153
|
+
},
|
|
10154
|
+
{
|
|
10155
|
+
"kind": "field",
|
|
10156
|
+
"name": "chevronEl",
|
|
10157
|
+
"type": {
|
|
10158
|
+
"text": "HTMLElement | null"
|
|
10159
|
+
},
|
|
10160
|
+
"privacy": "private"
|
|
10161
|
+
},
|
|
10162
|
+
{
|
|
10163
|
+
"kind": "field",
|
|
10164
|
+
"name": "iconToggleEl",
|
|
10165
|
+
"type": {
|
|
10166
|
+
"text": "HTMLElement | null"
|
|
10167
|
+
},
|
|
10168
|
+
"privacy": "private"
|
|
10169
|
+
},
|
|
10170
|
+
{
|
|
10171
|
+
"kind": "field",
|
|
10172
|
+
"name": "open"
|
|
10173
|
+
},
|
|
10174
|
+
{
|
|
10175
|
+
"kind": "method",
|
|
10176
|
+
"name": "toggleAccordion"
|
|
10177
|
+
},
|
|
10178
|
+
{
|
|
10179
|
+
"kind": "method",
|
|
10180
|
+
"name": "openAccordion"
|
|
10181
|
+
},
|
|
10182
|
+
{
|
|
10183
|
+
"kind": "method",
|
|
10184
|
+
"name": "closeAccordion"
|
|
10185
|
+
}
|
|
10186
|
+
],
|
|
10187
|
+
"attributes": [
|
|
10188
|
+
{
|
|
10189
|
+
"name": "open"
|
|
10081
10190
|
}
|
|
10082
10191
|
],
|
|
10083
10192
|
"superclass": {
|
|
10084
10193
|
"name": "HTMLElement"
|
|
10085
10194
|
},
|
|
10086
|
-
"tagName": "mui-
|
|
10195
|
+
"tagName": "mui-accordion-core",
|
|
10087
10196
|
"customElement": true
|
|
10088
10197
|
}
|
|
10089
10198
|
],
|
|
10090
10199
|
"exports": [
|
|
10091
10200
|
{
|
|
10092
10201
|
"kind": "custom-element-definition",
|
|
10093
|
-
"name": "mui-
|
|
10202
|
+
"name": "mui-accordion-core",
|
|
10094
10203
|
"declaration": {
|
|
10095
|
-
"name": "
|
|
10096
|
-
"module": "src/components/mui-
|
|
10204
|
+
"name": "MuiAccordionCore",
|
|
10205
|
+
"module": "src/components/mui-accordion/core/index.ts"
|
|
10097
10206
|
}
|
|
10098
10207
|
}
|
|
10099
10208
|
]
|
|
@@ -10202,12 +10311,12 @@
|
|
|
10202
10311
|
},
|
|
10203
10312
|
{
|
|
10204
10313
|
"kind": "javascript-module",
|
|
10205
|
-
"path": "src/components/mui-accordion/
|
|
10314
|
+
"path": "src/components/mui-accordion/inline/index.ts",
|
|
10206
10315
|
"declarations": [
|
|
10207
10316
|
{
|
|
10208
10317
|
"kind": "class",
|
|
10209
10318
|
"description": "",
|
|
10210
|
-
"name": "
|
|
10319
|
+
"name": "MuiAccordionInline",
|
|
10211
10320
|
"members": [
|
|
10212
10321
|
{
|
|
10213
10322
|
"kind": "field",
|
|
@@ -10233,50 +10342,25 @@
|
|
|
10233
10342
|
},
|
|
10234
10343
|
"privacy": "private"
|
|
10235
10344
|
},
|
|
10236
|
-
{
|
|
10237
|
-
"kind": "field",
|
|
10238
|
-
"name": "iconToggleEl",
|
|
10239
|
-
"type": {
|
|
10240
|
-
"text": "HTMLElement | null"
|
|
10241
|
-
},
|
|
10242
|
-
"privacy": "private"
|
|
10243
|
-
},
|
|
10244
|
-
{
|
|
10245
|
-
"kind": "field",
|
|
10246
|
-
"name": "open"
|
|
10247
|
-
},
|
|
10248
10345
|
{
|
|
10249
10346
|
"kind": "method",
|
|
10250
10347
|
"name": "toggleAccordion"
|
|
10251
|
-
},
|
|
10252
|
-
{
|
|
10253
|
-
"kind": "method",
|
|
10254
|
-
"name": "openAccordion"
|
|
10255
|
-
},
|
|
10256
|
-
{
|
|
10257
|
-
"kind": "method",
|
|
10258
|
-
"name": "closeAccordion"
|
|
10259
|
-
}
|
|
10260
|
-
],
|
|
10261
|
-
"attributes": [
|
|
10262
|
-
{
|
|
10263
|
-
"name": "open"
|
|
10264
10348
|
}
|
|
10265
10349
|
],
|
|
10266
10350
|
"superclass": {
|
|
10267
10351
|
"name": "HTMLElement"
|
|
10268
10352
|
},
|
|
10269
|
-
"tagName": "mui-accordion-
|
|
10353
|
+
"tagName": "mui-accordion-inline",
|
|
10270
10354
|
"customElement": true
|
|
10271
10355
|
}
|
|
10272
10356
|
],
|
|
10273
10357
|
"exports": [
|
|
10274
10358
|
{
|
|
10275
10359
|
"kind": "custom-element-definition",
|
|
10276
|
-
"name": "mui-accordion-
|
|
10360
|
+
"name": "mui-accordion-inline",
|
|
10277
10361
|
"declaration": {
|
|
10278
|
-
"name": "
|
|
10279
|
-
"module": "src/components/mui-accordion/
|
|
10362
|
+
"name": "MuiAccordionInline",
|
|
10363
|
+
"module": "src/components/mui-accordion/inline/index.ts"
|
|
10280
10364
|
}
|
|
10281
10365
|
}
|
|
10282
10366
|
]
|
|
@@ -10320,136 +10404,106 @@
|
|
|
10320
10404
|
},
|
|
10321
10405
|
{
|
|
10322
10406
|
"kind": "javascript-module",
|
|
10323
|
-
"path": "src/components/mui-card/
|
|
10407
|
+
"path": "src/components/mui-card/card/index.ts",
|
|
10324
10408
|
"declarations": [
|
|
10325
10409
|
{
|
|
10326
10410
|
"kind": "class",
|
|
10327
10411
|
"description": "",
|
|
10328
|
-
"name": "
|
|
10329
|
-
"
|
|
10412
|
+
"name": "MuiCard",
|
|
10413
|
+
"attributes": [
|
|
10330
10414
|
{
|
|
10331
|
-
"
|
|
10332
|
-
"name": "updateSlottedContent",
|
|
10333
|
-
"return": {
|
|
10334
|
-
"type": {
|
|
10335
|
-
"text": "void"
|
|
10336
|
-
}
|
|
10337
|
-
}
|
|
10415
|
+
"name": "footer"
|
|
10338
10416
|
},
|
|
10339
10417
|
{
|
|
10340
|
-
"
|
|
10341
|
-
"name": "render"
|
|
10342
|
-
}
|
|
10343
|
-
],
|
|
10344
|
-
"attributes": [
|
|
10345
|
-
{
|
|
10346
|
-
"name": "condensed"
|
|
10418
|
+
"name": "borderless"
|
|
10347
10419
|
}
|
|
10348
10420
|
],
|
|
10349
10421
|
"superclass": {
|
|
10350
10422
|
"name": "HTMLElement"
|
|
10351
10423
|
},
|
|
10352
|
-
"tagName": "mui-card
|
|
10424
|
+
"tagName": "mui-card",
|
|
10353
10425
|
"customElement": true
|
|
10354
10426
|
}
|
|
10355
10427
|
],
|
|
10356
10428
|
"exports": [
|
|
10357
10429
|
{
|
|
10358
10430
|
"kind": "custom-element-definition",
|
|
10359
|
-
"name": "mui-card
|
|
10431
|
+
"name": "mui-card",
|
|
10360
10432
|
"declaration": {
|
|
10361
|
-
"name": "
|
|
10362
|
-
"module": "src/components/mui-card/
|
|
10433
|
+
"name": "MuiCard",
|
|
10434
|
+
"module": "src/components/mui-card/card/index.ts"
|
|
10363
10435
|
}
|
|
10364
10436
|
}
|
|
10365
10437
|
]
|
|
10366
10438
|
},
|
|
10367
10439
|
{
|
|
10368
10440
|
"kind": "javascript-module",
|
|
10369
|
-
"path": "src/components/mui-
|
|
10441
|
+
"path": "src/components/mui-card/body/index.ts",
|
|
10370
10442
|
"declarations": [
|
|
10371
10443
|
{
|
|
10372
10444
|
"kind": "class",
|
|
10373
10445
|
"description": "",
|
|
10374
|
-
"name": "
|
|
10446
|
+
"name": "MuiCardBody",
|
|
10375
10447
|
"members": [
|
|
10376
10448
|
{
|
|
10377
|
-
"kind": "
|
|
10378
|
-
"name": "
|
|
10379
|
-
"
|
|
10380
|
-
"
|
|
10381
|
-
|
|
10382
|
-
|
|
10383
|
-
|
|
10384
|
-
{
|
|
10385
|
-
"kind": "field",
|
|
10386
|
-
"name": "detailEl",
|
|
10387
|
-
"type": {
|
|
10388
|
-
"text": "HTMLElement | null"
|
|
10389
|
-
},
|
|
10390
|
-
"privacy": "private"
|
|
10391
|
-
},
|
|
10392
|
-
{
|
|
10393
|
-
"kind": "field",
|
|
10394
|
-
"name": "chevronEl",
|
|
10395
|
-
"type": {
|
|
10396
|
-
"text": "HTMLElement | null"
|
|
10397
|
-
},
|
|
10398
|
-
"privacy": "private"
|
|
10449
|
+
"kind": "method",
|
|
10450
|
+
"name": "updateSlottedContent",
|
|
10451
|
+
"return": {
|
|
10452
|
+
"type": {
|
|
10453
|
+
"text": "void"
|
|
10454
|
+
}
|
|
10455
|
+
}
|
|
10399
10456
|
},
|
|
10400
10457
|
{
|
|
10401
10458
|
"kind": "method",
|
|
10402
|
-
"name": "
|
|
10459
|
+
"name": "render"
|
|
10460
|
+
}
|
|
10461
|
+
],
|
|
10462
|
+
"attributes": [
|
|
10463
|
+
{
|
|
10464
|
+
"name": "condensed"
|
|
10403
10465
|
}
|
|
10404
10466
|
],
|
|
10405
10467
|
"superclass": {
|
|
10406
10468
|
"name": "HTMLElement"
|
|
10407
10469
|
},
|
|
10408
|
-
"tagName": "mui-
|
|
10470
|
+
"tagName": "mui-card-body",
|
|
10409
10471
|
"customElement": true
|
|
10410
10472
|
}
|
|
10411
10473
|
],
|
|
10412
10474
|
"exports": [
|
|
10413
10475
|
{
|
|
10414
10476
|
"kind": "custom-element-definition",
|
|
10415
|
-
"name": "mui-
|
|
10477
|
+
"name": "mui-card-body",
|
|
10416
10478
|
"declaration": {
|
|
10417
|
-
"name": "
|
|
10418
|
-
"module": "src/components/mui-
|
|
10479
|
+
"name": "MuiCardBody",
|
|
10480
|
+
"module": "src/components/mui-card/body/index.ts"
|
|
10419
10481
|
}
|
|
10420
10482
|
}
|
|
10421
10483
|
]
|
|
10422
10484
|
},
|
|
10423
10485
|
{
|
|
10424
10486
|
"kind": "javascript-module",
|
|
10425
|
-
"path": "src/components/mui-card/
|
|
10487
|
+
"path": "src/components/mui-card/header/index.ts",
|
|
10426
10488
|
"declarations": [
|
|
10427
10489
|
{
|
|
10428
10490
|
"kind": "class",
|
|
10429
10491
|
"description": "",
|
|
10430
|
-
"name": "
|
|
10431
|
-
"attributes": [
|
|
10432
|
-
{
|
|
10433
|
-
"name": "footer"
|
|
10434
|
-
},
|
|
10435
|
-
{
|
|
10436
|
-
"name": "borderless"
|
|
10437
|
-
}
|
|
10438
|
-
],
|
|
10492
|
+
"name": "MuiCardHeader",
|
|
10439
10493
|
"superclass": {
|
|
10440
10494
|
"name": "HTMLElement"
|
|
10441
10495
|
},
|
|
10442
|
-
"tagName": "mui-card",
|
|
10496
|
+
"tagName": "mui-card-header",
|
|
10443
10497
|
"customElement": true
|
|
10444
10498
|
}
|
|
10445
10499
|
],
|
|
10446
10500
|
"exports": [
|
|
10447
10501
|
{
|
|
10448
10502
|
"kind": "custom-element-definition",
|
|
10449
|
-
"name": "mui-card",
|
|
10503
|
+
"name": "mui-card-header",
|
|
10450
10504
|
"declaration": {
|
|
10451
|
-
"name": "
|
|
10452
|
-
"module": "src/components/mui-card/
|
|
10505
|
+
"name": "MuiCardHeader",
|
|
10506
|
+
"module": "src/components/mui-card/header/index.ts"
|
|
10453
10507
|
}
|
|
10454
10508
|
}
|
|
10455
10509
|
]
|
|
@@ -10482,26 +10536,42 @@
|
|
|
10482
10536
|
},
|
|
10483
10537
|
{
|
|
10484
10538
|
"kind": "javascript-module",
|
|
10485
|
-
"path": "src/components/mui-
|
|
10539
|
+
"path": "src/components/mui-carousel/panel/index.ts",
|
|
10486
10540
|
"declarations": [
|
|
10487
10541
|
{
|
|
10488
10542
|
"kind": "class",
|
|
10489
10543
|
"description": "",
|
|
10490
|
-
"name": "
|
|
10544
|
+
"name": "MuiCarouselPanel",
|
|
10545
|
+
"members": [
|
|
10546
|
+
{
|
|
10547
|
+
"kind": "field",
|
|
10548
|
+
"name": "item"
|
|
10549
|
+
},
|
|
10550
|
+
{
|
|
10551
|
+
"kind": "field",
|
|
10552
|
+
"name": "innerHTML",
|
|
10553
|
+
"default": "` <style> :host { display: block; box-sizing: border-box; overflow: hidden; } </style> <slot></slot> `"
|
|
10554
|
+
}
|
|
10555
|
+
],
|
|
10556
|
+
"attributes": [
|
|
10557
|
+
{
|
|
10558
|
+
"name": "item"
|
|
10559
|
+
}
|
|
10560
|
+
],
|
|
10491
10561
|
"superclass": {
|
|
10492
10562
|
"name": "HTMLElement"
|
|
10493
10563
|
},
|
|
10494
|
-
"tagName": "mui-
|
|
10564
|
+
"tagName": "mui-carousel-panel",
|
|
10495
10565
|
"customElement": true
|
|
10496
10566
|
}
|
|
10497
10567
|
],
|
|
10498
10568
|
"exports": [
|
|
10499
10569
|
{
|
|
10500
10570
|
"kind": "custom-element-definition",
|
|
10501
|
-
"name": "mui-
|
|
10571
|
+
"name": "mui-carousel-panel",
|
|
10502
10572
|
"declaration": {
|
|
10503
|
-
"name": "
|
|
10504
|
-
"module": "src/components/mui-
|
|
10573
|
+
"name": "MuiCarouselPanel",
|
|
10574
|
+
"module": "src/components/mui-carousel/panel/index.ts"
|
|
10505
10575
|
}
|
|
10506
10576
|
}
|
|
10507
10577
|
]
|
|
@@ -10640,48 +10710,6 @@
|
|
|
10640
10710
|
}
|
|
10641
10711
|
]
|
|
10642
10712
|
},
|
|
10643
|
-
{
|
|
10644
|
-
"kind": "javascript-module",
|
|
10645
|
-
"path": "src/components/mui-carousel/panel/index.ts",
|
|
10646
|
-
"declarations": [
|
|
10647
|
-
{
|
|
10648
|
-
"kind": "class",
|
|
10649
|
-
"description": "",
|
|
10650
|
-
"name": "MuiCarouselPanel",
|
|
10651
|
-
"members": [
|
|
10652
|
-
{
|
|
10653
|
-
"kind": "field",
|
|
10654
|
-
"name": "item"
|
|
10655
|
-
},
|
|
10656
|
-
{
|
|
10657
|
-
"kind": "field",
|
|
10658
|
-
"name": "innerHTML",
|
|
10659
|
-
"default": "` <style> :host { display: block; box-sizing: border-box; overflow: hidden; } </style> <slot></slot> `"
|
|
10660
|
-
}
|
|
10661
|
-
],
|
|
10662
|
-
"attributes": [
|
|
10663
|
-
{
|
|
10664
|
-
"name": "item"
|
|
10665
|
-
}
|
|
10666
|
-
],
|
|
10667
|
-
"superclass": {
|
|
10668
|
-
"name": "HTMLElement"
|
|
10669
|
-
},
|
|
10670
|
-
"tagName": "mui-carousel-panel",
|
|
10671
|
-
"customElement": true
|
|
10672
|
-
}
|
|
10673
|
-
],
|
|
10674
|
-
"exports": [
|
|
10675
|
-
{
|
|
10676
|
-
"kind": "custom-element-definition",
|
|
10677
|
-
"name": "mui-carousel-panel",
|
|
10678
|
-
"declaration": {
|
|
10679
|
-
"name": "MuiCarouselPanel",
|
|
10680
|
-
"module": "src/components/mui-carousel/panel/index.ts"
|
|
10681
|
-
}
|
|
10682
|
-
}
|
|
10683
|
-
]
|
|
10684
|
-
},
|
|
10685
10713
|
{
|
|
10686
10714
|
"kind": "javascript-module",
|
|
10687
10715
|
"path": "src/components/mui-list/item/index.ts",
|
|
@@ -10725,32 +10753,6 @@
|
|
|
10725
10753
|
}
|
|
10726
10754
|
]
|
|
10727
10755
|
},
|
|
10728
|
-
{
|
|
10729
|
-
"kind": "javascript-module",
|
|
10730
|
-
"path": "src/components/mui-list/list/index.ts",
|
|
10731
|
-
"declarations": [
|
|
10732
|
-
{
|
|
10733
|
-
"kind": "class",
|
|
10734
|
-
"description": "",
|
|
10735
|
-
"name": "MuiList",
|
|
10736
|
-
"superclass": {
|
|
10737
|
-
"name": "HTMLElement"
|
|
10738
|
-
},
|
|
10739
|
-
"tagName": "mui-list",
|
|
10740
|
-
"customElement": true
|
|
10741
|
-
}
|
|
10742
|
-
],
|
|
10743
|
-
"exports": [
|
|
10744
|
-
{
|
|
10745
|
-
"kind": "custom-element-definition",
|
|
10746
|
-
"name": "mui-list",
|
|
10747
|
-
"declaration": {
|
|
10748
|
-
"name": "MuiList",
|
|
10749
|
-
"module": "src/components/mui-list/list/index.ts"
|
|
10750
|
-
}
|
|
10751
|
-
}
|
|
10752
|
-
]
|
|
10753
|
-
},
|
|
10754
10756
|
{
|
|
10755
10757
|
"kind": "javascript-module",
|
|
10756
10758
|
"path": "src/components/mui-slat/group/index.ts",
|
|
@@ -10801,17 +10803,43 @@
|
|
|
10801
10803
|
"superclass": {
|
|
10802
10804
|
"name": "HTMLElement"
|
|
10803
10805
|
},
|
|
10804
|
-
"tagName": "mui-slat-group",
|
|
10806
|
+
"tagName": "mui-slat-group",
|
|
10807
|
+
"customElement": true
|
|
10808
|
+
}
|
|
10809
|
+
],
|
|
10810
|
+
"exports": [
|
|
10811
|
+
{
|
|
10812
|
+
"kind": "custom-element-definition",
|
|
10813
|
+
"name": "mui-slat-group",
|
|
10814
|
+
"declaration": {
|
|
10815
|
+
"name": "MuiSlatGroup",
|
|
10816
|
+
"module": "src/components/mui-slat/group/index.ts"
|
|
10817
|
+
}
|
|
10818
|
+
}
|
|
10819
|
+
]
|
|
10820
|
+
},
|
|
10821
|
+
{
|
|
10822
|
+
"kind": "javascript-module",
|
|
10823
|
+
"path": "src/components/mui-list/list/index.ts",
|
|
10824
|
+
"declarations": [
|
|
10825
|
+
{
|
|
10826
|
+
"kind": "class",
|
|
10827
|
+
"description": "",
|
|
10828
|
+
"name": "MuiList",
|
|
10829
|
+
"superclass": {
|
|
10830
|
+
"name": "HTMLElement"
|
|
10831
|
+
},
|
|
10832
|
+
"tagName": "mui-list",
|
|
10805
10833
|
"customElement": true
|
|
10806
10834
|
}
|
|
10807
10835
|
],
|
|
10808
10836
|
"exports": [
|
|
10809
10837
|
{
|
|
10810
10838
|
"kind": "custom-element-definition",
|
|
10811
|
-
"name": "mui-
|
|
10839
|
+
"name": "mui-list",
|
|
10812
10840
|
"declaration": {
|
|
10813
|
-
"name": "
|
|
10814
|
-
"module": "src/components/mui-
|
|
10841
|
+
"name": "MuiList",
|
|
10842
|
+
"module": "src/components/mui-list/list/index.ts"
|
|
10815
10843
|
}
|
|
10816
10844
|
}
|
|
10817
10845
|
]
|
|
@@ -10892,241 +10920,7 @@
|
|
|
10892
10920
|
{
|
|
10893
10921
|
"kind": "class",
|
|
10894
10922
|
"description": "",
|
|
10895
|
-
"name": "MuiHStack",
|
|
10896
|
-
"members": [
|
|
10897
|
-
{
|
|
10898
|
-
"kind": "field",
|
|
10899
|
-
"name": "space",
|
|
10900
|
-
"type": {
|
|
10901
|
-
"text": "string"
|
|
10902
|
-
},
|
|
10903
|
-
"privacy": "private",
|
|
10904
|
-
"default": "`var(--space-500)`"
|
|
10905
|
-
},
|
|
10906
|
-
{
|
|
10907
|
-
"kind": "field",
|
|
10908
|
-
"name": "alignX",
|
|
10909
|
-
"type": {
|
|
10910
|
-
"text": "string"
|
|
10911
|
-
},
|
|
10912
|
-
"privacy": "private",
|
|
10913
|
-
"default": "`flex-start`"
|
|
10914
|
-
},
|
|
10915
|
-
{
|
|
10916
|
-
"kind": "field",
|
|
10917
|
-
"name": "alignY",
|
|
10918
|
-
"type": {
|
|
10919
|
-
"text": "string"
|
|
10920
|
-
},
|
|
10921
|
-
"privacy": "private",
|
|
10922
|
-
"default": "`flex-start`"
|
|
10923
|
-
},
|
|
10924
|
-
{
|
|
10925
|
-
"kind": "field",
|
|
10926
|
-
"name": "styles",
|
|
10927
|
-
"type": {
|
|
10928
|
-
"text": "string"
|
|
10929
|
-
},
|
|
10930
|
-
"privacy": "private",
|
|
10931
|
-
"default": "` :host { display: block; } slot { display: flex; gap: var(--space); align-items: var(--alignY); justify-content: var(--alignX); } `"
|
|
10932
|
-
},
|
|
10933
|
-
{
|
|
10934
|
-
"kind": "method",
|
|
10935
|
-
"name": "waitForPartMap",
|
|
10936
|
-
"return": {
|
|
10937
|
-
"type": {
|
|
10938
|
-
"text": "Promise<void>"
|
|
10939
|
-
}
|
|
10940
|
-
}
|
|
10941
|
-
}
|
|
10942
|
-
],
|
|
10943
|
-
"attributes": [
|
|
10944
|
-
{
|
|
10945
|
-
"name": "space"
|
|
10946
|
-
},
|
|
10947
|
-
{
|
|
10948
|
-
"name": "aligny"
|
|
10949
|
-
},
|
|
10950
|
-
{
|
|
10951
|
-
"name": "alignx"
|
|
10952
|
-
}
|
|
10953
|
-
],
|
|
10954
|
-
"superclass": {
|
|
10955
|
-
"name": "HTMLElement"
|
|
10956
|
-
},
|
|
10957
|
-
"tagName": "mui-h-stack",
|
|
10958
|
-
"customElement": true,
|
|
10959
|
-
"cssParts": [
|
|
10960
|
-
{
|
|
10961
|
-
"name": "color",
|
|
10962
|
-
"description": "Style hook from part-map"
|
|
10963
|
-
},
|
|
10964
|
-
{
|
|
10965
|
-
"name": "font-family",
|
|
10966
|
-
"description": "Style hook from part-map"
|
|
10967
|
-
},
|
|
10968
|
-
{
|
|
10969
|
-
"name": "font-size",
|
|
10970
|
-
"description": "Style hook from part-map"
|
|
10971
|
-
},
|
|
10972
|
-
{
|
|
10973
|
-
"name": "font-weight",
|
|
10974
|
-
"description": "Style hook from part-map"
|
|
10975
|
-
},
|
|
10976
|
-
{
|
|
10977
|
-
"name": "letter-spacing",
|
|
10978
|
-
"description": "Style hook from part-map"
|
|
10979
|
-
},
|
|
10980
|
-
{
|
|
10981
|
-
"name": "line-height",
|
|
10982
|
-
"description": "Style hook from part-map"
|
|
10983
|
-
},
|
|
10984
|
-
{
|
|
10985
|
-
"name": "text-transform",
|
|
10986
|
-
"description": "Style hook from part-map"
|
|
10987
|
-
},
|
|
10988
|
-
{
|
|
10989
|
-
"name": "text-decoration",
|
|
10990
|
-
"description": "Style hook from part-map"
|
|
10991
|
-
},
|
|
10992
|
-
{
|
|
10993
|
-
"name": "text-align",
|
|
10994
|
-
"description": "Style hook from part-map"
|
|
10995
|
-
},
|
|
10996
|
-
{
|
|
10997
|
-
"name": "padding",
|
|
10998
|
-
"description": "Style hook from part-map"
|
|
10999
|
-
},
|
|
11000
|
-
{
|
|
11001
|
-
"name": "margin",
|
|
11002
|
-
"description": "Style hook from part-map"
|
|
11003
|
-
},
|
|
11004
|
-
{
|
|
11005
|
-
"name": "gap",
|
|
11006
|
-
"description": "Style hook from part-map"
|
|
11007
|
-
},
|
|
11008
|
-
{
|
|
11009
|
-
"name": "width",
|
|
11010
|
-
"description": "Style hook from part-map"
|
|
11011
|
-
},
|
|
11012
|
-
{
|
|
11013
|
-
"name": "height",
|
|
11014
|
-
"description": "Style hook from part-map"
|
|
11015
|
-
},
|
|
11016
|
-
{
|
|
11017
|
-
"name": "box-sizing",
|
|
11018
|
-
"description": "Style hook from part-map"
|
|
11019
|
-
},
|
|
11020
|
-
{
|
|
11021
|
-
"name": "display",
|
|
11022
|
-
"description": "Style hook from part-map"
|
|
11023
|
-
},
|
|
11024
|
-
{
|
|
11025
|
-
"name": "flex",
|
|
11026
|
-
"description": "Style hook from part-map"
|
|
11027
|
-
},
|
|
11028
|
-
{
|
|
11029
|
-
"name": "flex-direction",
|
|
11030
|
-
"description": "Style hook from part-map"
|
|
11031
|
-
},
|
|
11032
|
-
{
|
|
11033
|
-
"name": "flex-wrap",
|
|
11034
|
-
"description": "Style hook from part-map"
|
|
11035
|
-
},
|
|
11036
|
-
{
|
|
11037
|
-
"name": "justify-content",
|
|
11038
|
-
"description": "Style hook from part-map"
|
|
11039
|
-
},
|
|
11040
|
-
{
|
|
11041
|
-
"name": "align-items",
|
|
11042
|
-
"description": "Style hook from part-map"
|
|
11043
|
-
},
|
|
11044
|
-
{
|
|
11045
|
-
"name": "align-content",
|
|
11046
|
-
"description": "Style hook from part-map"
|
|
11047
|
-
},
|
|
11048
|
-
{
|
|
11049
|
-
"name": "align-self",
|
|
11050
|
-
"description": "Style hook from part-map"
|
|
11051
|
-
},
|
|
11052
|
-
{
|
|
11053
|
-
"name": "grid-template-columns",
|
|
11054
|
-
"description": "Style hook from part-map"
|
|
11055
|
-
},
|
|
11056
|
-
{
|
|
11057
|
-
"name": "grid-template-rows",
|
|
11058
|
-
"description": "Style hook from part-map"
|
|
11059
|
-
},
|
|
11060
|
-
{
|
|
11061
|
-
"name": "grid-column",
|
|
11062
|
-
"description": "Style hook from part-map"
|
|
11063
|
-
},
|
|
11064
|
-
{
|
|
11065
|
-
"name": "grid-row",
|
|
11066
|
-
"description": "Style hook from part-map"
|
|
11067
|
-
},
|
|
11068
|
-
{
|
|
11069
|
-
"name": "place-items",
|
|
11070
|
-
"description": "Style hook from part-map"
|
|
11071
|
-
},
|
|
11072
|
-
{
|
|
11073
|
-
"name": "place-content",
|
|
11074
|
-
"description": "Style hook from part-map"
|
|
11075
|
-
},
|
|
11076
|
-
{
|
|
11077
|
-
"name": "vertical-align",
|
|
11078
|
-
"description": "Style hook from part-map"
|
|
11079
|
-
},
|
|
11080
|
-
{
|
|
11081
|
-
"name": "background",
|
|
11082
|
-
"description": "Style hook from part-map"
|
|
11083
|
-
},
|
|
11084
|
-
{
|
|
11085
|
-
"name": "border",
|
|
11086
|
-
"description": "Style hook from part-map"
|
|
11087
|
-
},
|
|
11088
|
-
{
|
|
11089
|
-
"name": "border-radius",
|
|
11090
|
-
"description": "Style hook from part-map"
|
|
11091
|
-
},
|
|
11092
|
-
{
|
|
11093
|
-
"name": "box-shadow",
|
|
11094
|
-
"description": "Style hook from part-map"
|
|
11095
|
-
},
|
|
11096
|
-
{
|
|
11097
|
-
"name": "opacity",
|
|
11098
|
-
"description": "Style hook from part-map"
|
|
11099
|
-
},
|
|
11100
|
-
{
|
|
11101
|
-
"name": "transition",
|
|
11102
|
-
"description": "Style hook from part-map"
|
|
11103
|
-
},
|
|
11104
|
-
{
|
|
11105
|
-
"name": "outline",
|
|
11106
|
-
"description": "Style hook from part-map"
|
|
11107
|
-
}
|
|
11108
|
-
]
|
|
11109
|
-
}
|
|
11110
|
-
],
|
|
11111
|
-
"exports": [
|
|
11112
|
-
{
|
|
11113
|
-
"kind": "custom-element-definition",
|
|
11114
|
-
"name": "mui-h-stack",
|
|
11115
|
-
"declaration": {
|
|
11116
|
-
"name": "MuiHStack",
|
|
11117
|
-
"module": "src/components/mui-stack/hstack/index.ts"
|
|
11118
|
-
}
|
|
11119
|
-
}
|
|
11120
|
-
]
|
|
11121
|
-
},
|
|
11122
|
-
{
|
|
11123
|
-
"kind": "javascript-module",
|
|
11124
|
-
"path": "src/components/mui-stack/vstack/index.ts",
|
|
11125
|
-
"declarations": [
|
|
11126
|
-
{
|
|
11127
|
-
"kind": "class",
|
|
11128
|
-
"description": "",
|
|
11129
|
-
"name": "MuiVStack",
|
|
10923
|
+
"name": "MuiHStack",
|
|
11130
10924
|
"members": [
|
|
11131
10925
|
{
|
|
11132
10926
|
"kind": "field",
|
|
@@ -11144,7 +10938,7 @@
|
|
|
11144
10938
|
"text": "string"
|
|
11145
10939
|
},
|
|
11146
10940
|
"privacy": "private",
|
|
11147
|
-
"default": "`
|
|
10941
|
+
"default": "`flex-start`"
|
|
11148
10942
|
},
|
|
11149
10943
|
{
|
|
11150
10944
|
"kind": "field",
|
|
@@ -11153,7 +10947,7 @@
|
|
|
11153
10947
|
"text": "string"
|
|
11154
10948
|
},
|
|
11155
10949
|
"privacy": "private",
|
|
11156
|
-
"default": "`
|
|
10950
|
+
"default": "`flex-start`"
|
|
11157
10951
|
},
|
|
11158
10952
|
{
|
|
11159
10953
|
"kind": "field",
|
|
@@ -11162,7 +10956,7 @@
|
|
|
11162
10956
|
"text": "string"
|
|
11163
10957
|
},
|
|
11164
10958
|
"privacy": "private",
|
|
11165
|
-
"default": "` :host { display: block; } slot { display:
|
|
10959
|
+
"default": "` :host { display: block; } slot { display: flex; gap: var(--space); align-items: var(--alignY); justify-content: var(--alignX); } `"
|
|
11166
10960
|
},
|
|
11167
10961
|
{
|
|
11168
10962
|
"kind": "method",
|
|
@@ -11179,16 +10973,16 @@
|
|
|
11179
10973
|
"name": "space"
|
|
11180
10974
|
},
|
|
11181
10975
|
{
|
|
11182
|
-
"name": "
|
|
10976
|
+
"name": "aligny"
|
|
11183
10977
|
},
|
|
11184
10978
|
{
|
|
11185
|
-
"name": "
|
|
10979
|
+
"name": "alignx"
|
|
11186
10980
|
}
|
|
11187
10981
|
],
|
|
11188
10982
|
"superclass": {
|
|
11189
10983
|
"name": "HTMLElement"
|
|
11190
10984
|
},
|
|
11191
|
-
"tagName": "mui-
|
|
10985
|
+
"tagName": "mui-h-stack",
|
|
11192
10986
|
"customElement": true,
|
|
11193
10987
|
"cssParts": [
|
|
11194
10988
|
{
|
|
@@ -11345,10 +11139,10 @@
|
|
|
11345
11139
|
"exports": [
|
|
11346
11140
|
{
|
|
11347
11141
|
"kind": "custom-element-definition",
|
|
11348
|
-
"name": "mui-
|
|
11142
|
+
"name": "mui-h-stack",
|
|
11349
11143
|
"declaration": {
|
|
11350
|
-
"name": "
|
|
11351
|
-
"module": "src/components/mui-stack/
|
|
11144
|
+
"name": "MuiHStack",
|
|
11145
|
+
"module": "src/components/mui-stack/hstack/index.ts"
|
|
11352
11146
|
}
|
|
11353
11147
|
}
|
|
11354
11148
|
]
|
|
@@ -11537,43 +11331,277 @@
|
|
|
11537
11331
|
],
|
|
11538
11332
|
"events": [
|
|
11539
11333
|
{
|
|
11540
|
-
"name": "step-change",
|
|
11541
|
-
"type": {
|
|
11542
|
-
"text": "CustomEvent"
|
|
11543
|
-
}
|
|
11544
|
-
}
|
|
11545
|
-
],
|
|
11546
|
-
"attributes": [
|
|
11334
|
+
"name": "step-change",
|
|
11335
|
+
"type": {
|
|
11336
|
+
"text": "CustomEvent"
|
|
11337
|
+
}
|
|
11338
|
+
}
|
|
11339
|
+
],
|
|
11340
|
+
"attributes": [
|
|
11341
|
+
{
|
|
11342
|
+
"name": "direction"
|
|
11343
|
+
},
|
|
11344
|
+
{
|
|
11345
|
+
"name": "active-step"
|
|
11346
|
+
},
|
|
11347
|
+
{
|
|
11348
|
+
"name": "linear"
|
|
11349
|
+
},
|
|
11350
|
+
{
|
|
11351
|
+
"name": "interactive"
|
|
11352
|
+
},
|
|
11353
|
+
{
|
|
11354
|
+
"name": "size"
|
|
11355
|
+
}
|
|
11356
|
+
],
|
|
11357
|
+
"superclass": {
|
|
11358
|
+
"name": "HTMLElement"
|
|
11359
|
+
},
|
|
11360
|
+
"tagName": "mui-stepper",
|
|
11361
|
+
"customElement": true
|
|
11362
|
+
}
|
|
11363
|
+
],
|
|
11364
|
+
"exports": [
|
|
11365
|
+
{
|
|
11366
|
+
"kind": "custom-element-definition",
|
|
11367
|
+
"name": "mui-stepper",
|
|
11368
|
+
"declaration": {
|
|
11369
|
+
"name": "MuiStepper",
|
|
11370
|
+
"module": "src/components/mui-stepper/stepper/index.ts"
|
|
11371
|
+
}
|
|
11372
|
+
}
|
|
11373
|
+
]
|
|
11374
|
+
},
|
|
11375
|
+
{
|
|
11376
|
+
"kind": "javascript-module",
|
|
11377
|
+
"path": "src/components/mui-stack/vstack/index.ts",
|
|
11378
|
+
"declarations": [
|
|
11379
|
+
{
|
|
11380
|
+
"kind": "class",
|
|
11381
|
+
"description": "",
|
|
11382
|
+
"name": "MuiVStack",
|
|
11383
|
+
"members": [
|
|
11384
|
+
{
|
|
11385
|
+
"kind": "field",
|
|
11386
|
+
"name": "space",
|
|
11387
|
+
"type": {
|
|
11388
|
+
"text": "string"
|
|
11389
|
+
},
|
|
11390
|
+
"privacy": "private",
|
|
11391
|
+
"default": "`var(--space-500)`"
|
|
11392
|
+
},
|
|
11393
|
+
{
|
|
11394
|
+
"kind": "field",
|
|
11395
|
+
"name": "alignX",
|
|
11396
|
+
"type": {
|
|
11397
|
+
"text": "string"
|
|
11398
|
+
},
|
|
11399
|
+
"privacy": "private",
|
|
11400
|
+
"default": "`normal`"
|
|
11401
|
+
},
|
|
11402
|
+
{
|
|
11403
|
+
"kind": "field",
|
|
11404
|
+
"name": "alignY",
|
|
11405
|
+
"type": {
|
|
11406
|
+
"text": "string"
|
|
11407
|
+
},
|
|
11408
|
+
"privacy": "private",
|
|
11409
|
+
"default": "`normal`"
|
|
11410
|
+
},
|
|
11411
|
+
{
|
|
11412
|
+
"kind": "field",
|
|
11413
|
+
"name": "styles",
|
|
11414
|
+
"type": {
|
|
11415
|
+
"text": "string"
|
|
11416
|
+
},
|
|
11417
|
+
"privacy": "private",
|
|
11418
|
+
"default": "` :host { display: block; } slot { display: grid; gap: var(--space); justify-items: var(--alignX); align-items: var(--alignY); } `"
|
|
11419
|
+
},
|
|
11420
|
+
{
|
|
11421
|
+
"kind": "method",
|
|
11422
|
+
"name": "waitForPartMap",
|
|
11423
|
+
"return": {
|
|
11424
|
+
"type": {
|
|
11425
|
+
"text": "Promise<void>"
|
|
11426
|
+
}
|
|
11427
|
+
}
|
|
11428
|
+
}
|
|
11429
|
+
],
|
|
11430
|
+
"attributes": [
|
|
11431
|
+
{
|
|
11432
|
+
"name": "space"
|
|
11433
|
+
},
|
|
11434
|
+
{
|
|
11435
|
+
"name": "alignx"
|
|
11436
|
+
},
|
|
11437
|
+
{
|
|
11438
|
+
"name": "aligny"
|
|
11439
|
+
}
|
|
11440
|
+
],
|
|
11441
|
+
"superclass": {
|
|
11442
|
+
"name": "HTMLElement"
|
|
11443
|
+
},
|
|
11444
|
+
"tagName": "mui-v-stack",
|
|
11445
|
+
"customElement": true,
|
|
11446
|
+
"cssParts": [
|
|
11447
|
+
{
|
|
11448
|
+
"name": "color",
|
|
11449
|
+
"description": "Style hook from part-map"
|
|
11450
|
+
},
|
|
11451
|
+
{
|
|
11452
|
+
"name": "font-family",
|
|
11453
|
+
"description": "Style hook from part-map"
|
|
11454
|
+
},
|
|
11455
|
+
{
|
|
11456
|
+
"name": "font-size",
|
|
11457
|
+
"description": "Style hook from part-map"
|
|
11458
|
+
},
|
|
11459
|
+
{
|
|
11460
|
+
"name": "font-weight",
|
|
11461
|
+
"description": "Style hook from part-map"
|
|
11462
|
+
},
|
|
11463
|
+
{
|
|
11464
|
+
"name": "letter-spacing",
|
|
11465
|
+
"description": "Style hook from part-map"
|
|
11466
|
+
},
|
|
11467
|
+
{
|
|
11468
|
+
"name": "line-height",
|
|
11469
|
+
"description": "Style hook from part-map"
|
|
11470
|
+
},
|
|
11471
|
+
{
|
|
11472
|
+
"name": "text-transform",
|
|
11473
|
+
"description": "Style hook from part-map"
|
|
11474
|
+
},
|
|
11475
|
+
{
|
|
11476
|
+
"name": "text-decoration",
|
|
11477
|
+
"description": "Style hook from part-map"
|
|
11478
|
+
},
|
|
11479
|
+
{
|
|
11480
|
+
"name": "text-align",
|
|
11481
|
+
"description": "Style hook from part-map"
|
|
11482
|
+
},
|
|
11483
|
+
{
|
|
11484
|
+
"name": "padding",
|
|
11485
|
+
"description": "Style hook from part-map"
|
|
11486
|
+
},
|
|
11487
|
+
{
|
|
11488
|
+
"name": "margin",
|
|
11489
|
+
"description": "Style hook from part-map"
|
|
11490
|
+
},
|
|
11491
|
+
{
|
|
11492
|
+
"name": "gap",
|
|
11493
|
+
"description": "Style hook from part-map"
|
|
11494
|
+
},
|
|
11495
|
+
{
|
|
11496
|
+
"name": "width",
|
|
11497
|
+
"description": "Style hook from part-map"
|
|
11498
|
+
},
|
|
11499
|
+
{
|
|
11500
|
+
"name": "height",
|
|
11501
|
+
"description": "Style hook from part-map"
|
|
11502
|
+
},
|
|
11503
|
+
{
|
|
11504
|
+
"name": "box-sizing",
|
|
11505
|
+
"description": "Style hook from part-map"
|
|
11506
|
+
},
|
|
11507
|
+
{
|
|
11508
|
+
"name": "display",
|
|
11509
|
+
"description": "Style hook from part-map"
|
|
11510
|
+
},
|
|
11511
|
+
{
|
|
11512
|
+
"name": "flex",
|
|
11513
|
+
"description": "Style hook from part-map"
|
|
11514
|
+
},
|
|
11515
|
+
{
|
|
11516
|
+
"name": "flex-direction",
|
|
11517
|
+
"description": "Style hook from part-map"
|
|
11518
|
+
},
|
|
11519
|
+
{
|
|
11520
|
+
"name": "flex-wrap",
|
|
11521
|
+
"description": "Style hook from part-map"
|
|
11522
|
+
},
|
|
11523
|
+
{
|
|
11524
|
+
"name": "justify-content",
|
|
11525
|
+
"description": "Style hook from part-map"
|
|
11526
|
+
},
|
|
11527
|
+
{
|
|
11528
|
+
"name": "align-items",
|
|
11529
|
+
"description": "Style hook from part-map"
|
|
11530
|
+
},
|
|
11531
|
+
{
|
|
11532
|
+
"name": "align-content",
|
|
11533
|
+
"description": "Style hook from part-map"
|
|
11534
|
+
},
|
|
11535
|
+
{
|
|
11536
|
+
"name": "align-self",
|
|
11537
|
+
"description": "Style hook from part-map"
|
|
11538
|
+
},
|
|
11539
|
+
{
|
|
11540
|
+
"name": "grid-template-columns",
|
|
11541
|
+
"description": "Style hook from part-map"
|
|
11542
|
+
},
|
|
11543
|
+
{
|
|
11544
|
+
"name": "grid-template-rows",
|
|
11545
|
+
"description": "Style hook from part-map"
|
|
11546
|
+
},
|
|
11547
|
+
{
|
|
11548
|
+
"name": "grid-column",
|
|
11549
|
+
"description": "Style hook from part-map"
|
|
11550
|
+
},
|
|
11551
|
+
{
|
|
11552
|
+
"name": "grid-row",
|
|
11553
|
+
"description": "Style hook from part-map"
|
|
11554
|
+
},
|
|
11555
|
+
{
|
|
11556
|
+
"name": "place-items",
|
|
11557
|
+
"description": "Style hook from part-map"
|
|
11558
|
+
},
|
|
11559
|
+
{
|
|
11560
|
+
"name": "place-content",
|
|
11561
|
+
"description": "Style hook from part-map"
|
|
11562
|
+
},
|
|
11563
|
+
{
|
|
11564
|
+
"name": "vertical-align",
|
|
11565
|
+
"description": "Style hook from part-map"
|
|
11566
|
+
},
|
|
11567
|
+
{
|
|
11568
|
+
"name": "background",
|
|
11569
|
+
"description": "Style hook from part-map"
|
|
11570
|
+
},
|
|
11571
|
+
{
|
|
11572
|
+
"name": "border",
|
|
11573
|
+
"description": "Style hook from part-map"
|
|
11574
|
+
},
|
|
11547
11575
|
{
|
|
11548
|
-
"name": "
|
|
11576
|
+
"name": "border-radius",
|
|
11577
|
+
"description": "Style hook from part-map"
|
|
11549
11578
|
},
|
|
11550
11579
|
{
|
|
11551
|
-
"name": "
|
|
11580
|
+
"name": "box-shadow",
|
|
11581
|
+
"description": "Style hook from part-map"
|
|
11552
11582
|
},
|
|
11553
11583
|
{
|
|
11554
|
-
"name": "
|
|
11584
|
+
"name": "opacity",
|
|
11585
|
+
"description": "Style hook from part-map"
|
|
11555
11586
|
},
|
|
11556
11587
|
{
|
|
11557
|
-
"name": "
|
|
11588
|
+
"name": "transition",
|
|
11589
|
+
"description": "Style hook from part-map"
|
|
11558
11590
|
},
|
|
11559
11591
|
{
|
|
11560
|
-
"name": "
|
|
11592
|
+
"name": "outline",
|
|
11593
|
+
"description": "Style hook from part-map"
|
|
11561
11594
|
}
|
|
11562
|
-
]
|
|
11563
|
-
"superclass": {
|
|
11564
|
-
"name": "HTMLElement"
|
|
11565
|
-
},
|
|
11566
|
-
"tagName": "mui-stepper",
|
|
11567
|
-
"customElement": true
|
|
11595
|
+
]
|
|
11568
11596
|
}
|
|
11569
11597
|
],
|
|
11570
11598
|
"exports": [
|
|
11571
11599
|
{
|
|
11572
11600
|
"kind": "custom-element-definition",
|
|
11573
|
-
"name": "mui-
|
|
11601
|
+
"name": "mui-v-stack",
|
|
11574
11602
|
"declaration": {
|
|
11575
|
-
"name": "
|
|
11576
|
-
"module": "src/components/mui-
|
|
11603
|
+
"name": "MuiVStack",
|
|
11604
|
+
"module": "src/components/mui-stack/vstack/index.ts"
|
|
11577
11605
|
}
|
|
11578
11606
|
}
|
|
11579
11607
|
]
|
|
@@ -11617,43 +11645,26 @@
|
|
|
11617
11645
|
},
|
|
11618
11646
|
{
|
|
11619
11647
|
"kind": "javascript-module",
|
|
11620
|
-
"path": "src/components/mui-table/
|
|
11648
|
+
"path": "src/components/mui-table/table/index.ts",
|
|
11621
11649
|
"declarations": [
|
|
11622
11650
|
{
|
|
11623
11651
|
"kind": "class",
|
|
11624
11652
|
"description": "",
|
|
11625
|
-
"name": "
|
|
11626
|
-
"members": [
|
|
11627
|
-
{
|
|
11628
|
-
"kind": "method",
|
|
11629
|
-
"name": "syncContextAttributes",
|
|
11630
|
-
"privacy": "private"
|
|
11631
|
-
},
|
|
11632
|
-
{
|
|
11633
|
-
"kind": "method",
|
|
11634
|
-
"name": "render",
|
|
11635
|
-
"privacy": "private"
|
|
11636
|
-
}
|
|
11637
|
-
],
|
|
11638
|
-
"attributes": [
|
|
11639
|
-
{
|
|
11640
|
-
"name": "columns"
|
|
11641
|
-
}
|
|
11642
|
-
],
|
|
11653
|
+
"name": "MuiTable",
|
|
11643
11654
|
"superclass": {
|
|
11644
11655
|
"name": "HTMLElement"
|
|
11645
11656
|
},
|
|
11646
|
-
"tagName": "mui-
|
|
11657
|
+
"tagName": "mui-table",
|
|
11647
11658
|
"customElement": true
|
|
11648
11659
|
}
|
|
11649
11660
|
],
|
|
11650
11661
|
"exports": [
|
|
11651
11662
|
{
|
|
11652
11663
|
"kind": "custom-element-definition",
|
|
11653
|
-
"name": "mui-
|
|
11664
|
+
"name": "mui-table",
|
|
11654
11665
|
"declaration": {
|
|
11655
|
-
"name": "
|
|
11656
|
-
"module": "src/components/mui-table/
|
|
11666
|
+
"name": "MuiTable",
|
|
11667
|
+
"module": "src/components/mui-table/table/index.ts"
|
|
11657
11668
|
}
|
|
11658
11669
|
}
|
|
11659
11670
|
]
|
|
@@ -11684,32 +11695,6 @@
|
|
|
11684
11695
|
}
|
|
11685
11696
|
]
|
|
11686
11697
|
},
|
|
11687
|
-
{
|
|
11688
|
-
"kind": "javascript-module",
|
|
11689
|
-
"path": "src/components/mui-table/table/index.ts",
|
|
11690
|
-
"declarations": [
|
|
11691
|
-
{
|
|
11692
|
-
"kind": "class",
|
|
11693
|
-
"description": "",
|
|
11694
|
-
"name": "MuiTable",
|
|
11695
|
-
"superclass": {
|
|
11696
|
-
"name": "HTMLElement"
|
|
11697
|
-
},
|
|
11698
|
-
"tagName": "mui-table",
|
|
11699
|
-
"customElement": true
|
|
11700
|
-
}
|
|
11701
|
-
],
|
|
11702
|
-
"exports": [
|
|
11703
|
-
{
|
|
11704
|
-
"kind": "custom-element-definition",
|
|
11705
|
-
"name": "mui-table",
|
|
11706
|
-
"declaration": {
|
|
11707
|
-
"name": "MuiTable",
|
|
11708
|
-
"module": "src/components/mui-table/table/index.ts"
|
|
11709
|
-
}
|
|
11710
|
-
}
|
|
11711
|
-
]
|
|
11712
|
-
},
|
|
11713
11698
|
{
|
|
11714
11699
|
"kind": "javascript-module",
|
|
11715
11700
|
"path": "src/components/mui-tabs/controller/index.ts",
|
|
@@ -11784,105 +11769,77 @@
|
|
|
11784
11769
|
},
|
|
11785
11770
|
{
|
|
11786
11771
|
"kind": "javascript-module",
|
|
11787
|
-
"path": "src/components/mui-
|
|
11772
|
+
"path": "src/components/mui-table/row/index.ts",
|
|
11788
11773
|
"declarations": [
|
|
11789
11774
|
{
|
|
11790
11775
|
"kind": "class",
|
|
11791
11776
|
"description": "",
|
|
11792
|
-
"name": "
|
|
11777
|
+
"name": "MuiRow",
|
|
11793
11778
|
"members": [
|
|
11794
11779
|
{
|
|
11795
11780
|
"kind": "field",
|
|
11796
|
-
"name": "
|
|
11797
|
-
"type": {
|
|
11798
|
-
"text": "HTMLSlotElement | null | undefined"
|
|
11799
|
-
},
|
|
11800
|
-
"privacy": "private"
|
|
11801
|
-
},
|
|
11802
|
-
{
|
|
11803
|
-
"kind": "field",
|
|
11804
|
-
"name": "afterSlot",
|
|
11781
|
+
"name": "tableObserver",
|
|
11805
11782
|
"type": {
|
|
11806
|
-
"text": "
|
|
11783
|
+
"text": "MutationObserver | undefined"
|
|
11807
11784
|
},
|
|
11808
11785
|
"privacy": "private"
|
|
11809
11786
|
},
|
|
11810
11787
|
{
|
|
11811
11788
|
"kind": "method",
|
|
11812
|
-
"name": "
|
|
11789
|
+
"name": "syncContextAttributes",
|
|
11813
11790
|
"privacy": "private"
|
|
11814
11791
|
},
|
|
11815
11792
|
{
|
|
11816
11793
|
"kind": "method",
|
|
11817
|
-
"name": "
|
|
11794
|
+
"name": "observeTableChanges",
|
|
11818
11795
|
"privacy": "private"
|
|
11819
11796
|
},
|
|
11820
11797
|
{
|
|
11821
11798
|
"kind": "method",
|
|
11822
|
-
"name": "
|
|
11823
|
-
"privacy": "private",
|
|
11824
|
-
"return": {
|
|
11825
|
-
"type": {
|
|
11826
|
-
"text": "boolean"
|
|
11827
|
-
}
|
|
11828
|
-
},
|
|
11829
|
-
"parameters": [
|
|
11830
|
-
{
|
|
11831
|
-
"name": "slot",
|
|
11832
|
-
"type": {
|
|
11833
|
-
"text": "HTMLSlotElement | null | undefined"
|
|
11834
|
-
}
|
|
11835
|
-
}
|
|
11836
|
-
]
|
|
11837
|
-
},
|
|
11838
|
-
{
|
|
11839
|
-
"kind": "method",
|
|
11840
|
-
"name": "syncSlottedAffordances",
|
|
11799
|
+
"name": "clearActionPlaceholderStyles",
|
|
11841
11800
|
"privacy": "private",
|
|
11842
11801
|
"parameters": [
|
|
11843
11802
|
{
|
|
11844
|
-
"name": "
|
|
11803
|
+
"name": "cell",
|
|
11845
11804
|
"type": {
|
|
11846
|
-
"text": "
|
|
11805
|
+
"text": "Element"
|
|
11847
11806
|
}
|
|
11848
11807
|
}
|
|
11849
11808
|
]
|
|
11850
11809
|
},
|
|
11851
11810
|
{
|
|
11852
11811
|
"kind": "method",
|
|
11853
|
-
"name": "
|
|
11812
|
+
"name": "syncActionColumnState",
|
|
11854
11813
|
"privacy": "private"
|
|
11855
11814
|
},
|
|
11856
11815
|
{
|
|
11857
11816
|
"kind": "method",
|
|
11858
|
-
"name": "
|
|
11817
|
+
"name": "render",
|
|
11818
|
+
"privacy": "private"
|
|
11859
11819
|
}
|
|
11860
11820
|
],
|
|
11861
11821
|
"attributes": [
|
|
11862
11822
|
{
|
|
11863
|
-
"name": "
|
|
11823
|
+
"name": "columns"
|
|
11864
11824
|
},
|
|
11865
11825
|
{
|
|
11866
11826
|
"name": "size"
|
|
11867
|
-
},
|
|
11868
|
-
{
|
|
11869
|
-
"name": "variant"
|
|
11870
11827
|
}
|
|
11871
11828
|
],
|
|
11872
11829
|
"superclass": {
|
|
11873
11830
|
"name": "HTMLElement"
|
|
11874
11831
|
},
|
|
11875
|
-
"tagName": "mui-
|
|
11832
|
+
"tagName": "mui-row",
|
|
11876
11833
|
"customElement": true
|
|
11877
11834
|
}
|
|
11878
11835
|
],
|
|
11879
11836
|
"exports": [
|
|
11880
11837
|
{
|
|
11881
11838
|
"kind": "custom-element-definition",
|
|
11882
|
-
"name": "mui-
|
|
11839
|
+
"name": "mui-row",
|
|
11883
11840
|
"declaration": {
|
|
11884
|
-
"name": "
|
|
11885
|
-
"module": "src/components/mui-
|
|
11841
|
+
"name": "MuiRow",
|
|
11842
|
+
"module": "src/components/mui-table/row/index.ts"
|
|
11886
11843
|
}
|
|
11887
11844
|
}
|
|
11888
11845
|
]
|
|
@@ -11932,6 +11889,111 @@
|
|
|
11932
11889
|
}
|
|
11933
11890
|
]
|
|
11934
11891
|
},
|
|
11892
|
+
{
|
|
11893
|
+
"kind": "javascript-module",
|
|
11894
|
+
"path": "src/components/mui-tabs/item/index.ts",
|
|
11895
|
+
"declarations": [
|
|
11896
|
+
{
|
|
11897
|
+
"kind": "class",
|
|
11898
|
+
"description": "",
|
|
11899
|
+
"name": "MuiTabItem",
|
|
11900
|
+
"members": [
|
|
11901
|
+
{
|
|
11902
|
+
"kind": "field",
|
|
11903
|
+
"name": "beforeSlot",
|
|
11904
|
+
"type": {
|
|
11905
|
+
"text": "HTMLSlotElement | null | undefined"
|
|
11906
|
+
},
|
|
11907
|
+
"privacy": "private"
|
|
11908
|
+
},
|
|
11909
|
+
{
|
|
11910
|
+
"kind": "field",
|
|
11911
|
+
"name": "afterSlot",
|
|
11912
|
+
"type": {
|
|
11913
|
+
"text": "HTMLSlotElement | null | undefined"
|
|
11914
|
+
},
|
|
11915
|
+
"privacy": "private"
|
|
11916
|
+
},
|
|
11917
|
+
{
|
|
11918
|
+
"kind": "method",
|
|
11919
|
+
"name": "getIconSizeFromTabSize",
|
|
11920
|
+
"privacy": "private"
|
|
11921
|
+
},
|
|
11922
|
+
{
|
|
11923
|
+
"kind": "method",
|
|
11924
|
+
"name": "getBadgeSizeFromTabSize",
|
|
11925
|
+
"privacy": "private"
|
|
11926
|
+
},
|
|
11927
|
+
{
|
|
11928
|
+
"kind": "method",
|
|
11929
|
+
"name": "hasAssignedContent",
|
|
11930
|
+
"privacy": "private",
|
|
11931
|
+
"return": {
|
|
11932
|
+
"type": {
|
|
11933
|
+
"text": "boolean"
|
|
11934
|
+
}
|
|
11935
|
+
},
|
|
11936
|
+
"parameters": [
|
|
11937
|
+
{
|
|
11938
|
+
"name": "slot",
|
|
11939
|
+
"type": {
|
|
11940
|
+
"text": "HTMLSlotElement | null | undefined"
|
|
11941
|
+
}
|
|
11942
|
+
}
|
|
11943
|
+
]
|
|
11944
|
+
},
|
|
11945
|
+
{
|
|
11946
|
+
"kind": "method",
|
|
11947
|
+
"name": "syncSlottedAffordances",
|
|
11948
|
+
"privacy": "private",
|
|
11949
|
+
"parameters": [
|
|
11950
|
+
{
|
|
11951
|
+
"name": "slot",
|
|
11952
|
+
"type": {
|
|
11953
|
+
"text": "HTMLSlotElement | null | undefined"
|
|
11954
|
+
}
|
|
11955
|
+
}
|
|
11956
|
+
]
|
|
11957
|
+
},
|
|
11958
|
+
{
|
|
11959
|
+
"kind": "method",
|
|
11960
|
+
"name": "updateSlotState",
|
|
11961
|
+
"privacy": "private"
|
|
11962
|
+
},
|
|
11963
|
+
{
|
|
11964
|
+
"kind": "method",
|
|
11965
|
+
"name": "updateActiveState"
|
|
11966
|
+
}
|
|
11967
|
+
],
|
|
11968
|
+
"attributes": [
|
|
11969
|
+
{
|
|
11970
|
+
"name": "active"
|
|
11971
|
+
},
|
|
11972
|
+
{
|
|
11973
|
+
"name": "size"
|
|
11974
|
+
},
|
|
11975
|
+
{
|
|
11976
|
+
"name": "variant"
|
|
11977
|
+
}
|
|
11978
|
+
],
|
|
11979
|
+
"superclass": {
|
|
11980
|
+
"name": "HTMLElement"
|
|
11981
|
+
},
|
|
11982
|
+
"tagName": "mui-tab-item",
|
|
11983
|
+
"customElement": true
|
|
11984
|
+
}
|
|
11985
|
+
],
|
|
11986
|
+
"exports": [
|
|
11987
|
+
{
|
|
11988
|
+
"kind": "custom-element-definition",
|
|
11989
|
+
"name": "mui-tab-item",
|
|
11990
|
+
"declaration": {
|
|
11991
|
+
"name": "MuiTabItem",
|
|
11992
|
+
"module": "src/components/mui-tabs/item/index.ts"
|
|
11993
|
+
}
|
|
11994
|
+
}
|
|
11995
|
+
]
|
|
11996
|
+
},
|
|
11935
11997
|
{
|
|
11936
11998
|
"kind": "javascript-module",
|
|
11937
11999
|
"path": "src/components/mui-tabs/tab-bar/index.ts",
|