@muibook/components 8.0.2 → 9.1.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/README.md +8 -1
- package/dist/esm/agent/keywords/index.js +2 -2
- package/dist/esm/agent/prompts/index.js +856 -4
- package/dist/esm/components/mui-alert/index.js +48 -40
- package/dist/esm/components/mui-body/index.js +8 -0
- package/dist/esm/components/mui-button/index.js +47 -42
- package/dist/esm/components/mui-card/body/index.js +42 -29
- package/dist/esm/components/mui-checkbox/index.js +38 -39
- package/dist/esm/components/mui-dialog/index.js +4 -0
- package/dist/esm/components/mui-file-upload/index.js +12 -3
- package/dist/esm/components/mui-grid/index.js +19 -12
- package/dist/esm/components/mui-heading/index.js +11 -5
- package/dist/esm/components/mui-input/index.js +45 -38
- package/dist/esm/components/mui-select/index.js +42 -30
- package/dist/esm/components/mui-smart-card/index.js +1 -0
- package/dist/esm/components/mui-stack/hstack/index.js +13 -13
- package/dist/esm/components/mui-stack/vstack/index.js +13 -13
- package/dist/esm/components/mui-switch/index.js +38 -30
- package/dist/esm/components/mui-tabs/item/index.js +18 -12
- package/dist/esm/css/mui-brand.css +179 -0
- package/dist/esm/css/mui-tokens.css +31 -221
- package/dist/esm/css/readme.md +129 -0
- package/dist/esm/custom-elements.json +308 -133
- package/dist/esm/tokens/js/index.js +140 -0
- package/dist/types/agent/prompts/index.d.ts +9 -0
- package/dist/types/tokens/js/index.d.ts +140 -0
- package/dist/types/tokens/js/mui-brand.d.ts +140 -0
- package/package.json +14 -3
|
@@ -32,6 +32,67 @@
|
|
|
32
32
|
"declarations": [],
|
|
33
33
|
"exports": []
|
|
34
34
|
},
|
|
35
|
+
{
|
|
36
|
+
"kind": "javascript-module",
|
|
37
|
+
"path": "src/components/mui-addon/doc.ts",
|
|
38
|
+
"declarations": [
|
|
39
|
+
{
|
|
40
|
+
"kind": "variable",
|
|
41
|
+
"name": "muiDocs",
|
|
42
|
+
"type": {
|
|
43
|
+
"text": "MuiDocs"
|
|
44
|
+
},
|
|
45
|
+
"default": "{ AddOn: { title: \"Add on\", description: \"Enhances form inputs by displaying supplementary information such as units, prefixes, or suffixes adjacent to the input field. Add Ons improve clarity by providing context without adding clutter to the input area.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/3GH67kZLZAjADf3kTIoSV3/82a1ab87bc13b25e6dc1e81c81f69532/AddOn_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=948-4065&t=rIU93UcpsUxOVNN9-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/inputs-addon--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-addon/index.ts\"], website: [\"https://muibook.com/#/addon\"], guides: [\"https://guides.muibook.com/add-on\"], usage: { list: [ \"Use to display units (e.g. %, $, kg) or fixed prefixes/suffixes alongside inputs.\", \"Ideal for improving data entry accuracy and user understanding.\", \"Ensure Add Ons are visually distinct but do not overpower the main input content.\", \"Avoid overcrowding inputs with multiple Add Ons to maintain clarity.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, anatomy: { list: [ \"Add-on placed before the Input Field\", \"Add-on placed after the Input Field\", \"Short text, an icon, or both to support input context.\", ], image: \"https://images.ctfassets.net/i5uwscj4pkk2/13NH06kdHIzm8hDGNBgihx/f5715279e5ab5e2ce6bfd5d38f5f2d1d/Add_on_-_Anatomy.png\", }, variants: { items: [ { key: \"text\", title: \"Text\", description: \"Use for units, currency, or short static labels.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/VfAoQuP8u7icg5s6Shwd6/f5f838a3ffda0d0839ef062af308fc97/text-variant.png\", }, { key: \"icon\", title: \"Icon\", description: \"Use for symbolic cues or clarification of the input’s intent.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/1LY5GdVijhp7bpfRs3WyFc/6d1708bd25496d7f33acba796b8b2aa6/icon-variant.png\", }, ], }, related: { items: [ { name: \"Field\", link: \"https://guides.muibook.com/field\" }, { name: \"Input\", link: \"https://guides.muibook.com/input\" }, { name: \"Select\", link: \"https://guides.muibook.com/select\" }, { name: \"File Upload\", link: \"https://guides.muibook.com/file-upload\" }, { name: \"Icons\", link: \"https://guides.muibook.com/icons\" }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [ { description: \"\", image: \"\" }, { description: \"\", image: \"\" }, ], dontContent: [{ description: \"\" }, { description: \"\" }], }, ], compositions: { description: \"\", items: [ { key: \"\", name: \"\", description: \"\", image: \"\", }, ], }, behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"exports": [
|
|
49
|
+
{
|
|
50
|
+
"kind": "js",
|
|
51
|
+
"name": "muiDocs",
|
|
52
|
+
"declaration": {
|
|
53
|
+
"name": "muiDocs",
|
|
54
|
+
"module": "src/components/mui-addon/doc.ts"
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
]
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"kind": "javascript-module",
|
|
61
|
+
"path": "src/components/mui-addon/index.ts",
|
|
62
|
+
"declarations": [
|
|
63
|
+
{
|
|
64
|
+
"kind": "class",
|
|
65
|
+
"description": "",
|
|
66
|
+
"name": "MuiAddon",
|
|
67
|
+
"members": [
|
|
68
|
+
{
|
|
69
|
+
"kind": "method",
|
|
70
|
+
"name": "render"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"attributes": [
|
|
74
|
+
{
|
|
75
|
+
"name": "slot"
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"superclass": {
|
|
79
|
+
"name": "HTMLElement"
|
|
80
|
+
},
|
|
81
|
+
"tagName": "mui-addon",
|
|
82
|
+
"customElement": true
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"exports": [
|
|
86
|
+
{
|
|
87
|
+
"kind": "custom-element-definition",
|
|
88
|
+
"name": "mui-addon",
|
|
89
|
+
"declaration": {
|
|
90
|
+
"name": "MuiAddon",
|
|
91
|
+
"module": "src/components/mui-addon/index.ts"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
]
|
|
95
|
+
},
|
|
35
96
|
{
|
|
36
97
|
"kind": "javascript-module",
|
|
37
98
|
"path": "src/components/mui-avatar/doc.ts",
|
|
@@ -135,7 +196,7 @@
|
|
|
135
196
|
},
|
|
136
197
|
{
|
|
137
198
|
"kind": "javascript-module",
|
|
138
|
-
"path": "src/components/mui-
|
|
199
|
+
"path": "src/components/mui-alert/doc.ts",
|
|
139
200
|
"declarations": [
|
|
140
201
|
{
|
|
141
202
|
"kind": "variable",
|
|
@@ -143,7 +204,7 @@
|
|
|
143
204
|
"type": {
|
|
144
205
|
"text": "MuiDocs"
|
|
145
206
|
},
|
|
146
|
-
"default": "{
|
|
207
|
+
"default": "{ Alert: { title: \"Alert\", description: \"Alerts surface meaningful system messages related to the users' current task or action.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/7GnGBCbpMF3wyjCDC06hX7/24739b86a907d15400fe8e9e240a9619/Alert_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=3-4444&t=ZA9uH4LK37tSuk6r-1\", ], guides: [\"https://guides.muibook.com/alert\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-alert/index.ts\"], storybook: [\"https://stories.muibook.com/?path=/docs/feedback-alert--docs\"], website: [\"https://muibook.com/#/alert\"], usage: { list: [ \"Success: Confirm completed actions such as form submissions, data saves, or task completion.\", \"Info: For sharing new features, updates, contextual tips, or non-urgent system statuses.\", \"Warning: Alert users to unsaved changes, deprecated features, or risky actions.\", \"Error: Alert users of form validation issues, system failures, or tasks that need attention.\", ], }, accessibility: { designerList: [ \"ARIA-live is built in, using POLITE + ASSERTIVE for screen readers.\", \"The role is set to ALERT for immediate screen reader feedback.\", ], engineerList: [ \"ARIA-live is built in, using POLITE + ASSERTIVE for screen readers.\", \"The role is set to ALERT for immediate screen reader feedback.\", ], }, anatomy: { list: [ \"Preset icon: Communicates the type of alert visually. E.g. info, success, warning, error.\", \"Preset title: Provides a clear, predefined heading that reflects the alert’s purpose.\", \"Customisable text: Allows for specific details or guidance relevant to the situation.\", ], image: \"https://images.ctfassets.net/i5uwscj4pkk2/17j3DxAFlne6rvMi6QUXqZ/aedab2c349c8f8b0a8414b41132cda51/Alert_-_Anatomy.png\", }, variants: { items: [ { key: \"success\", title: \"Success\", description: \"Indicates that an operation or action has been completed successfully. Use this variant for scenarios such as form submissions processed without errors, successful data updates or saves, and confirmations of completed tasks or actions. For accessibility, this variant uses an aria-live value of polite.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2EbJsP3GZ98WPOiF4PbGh2/bc3e020b37b73f949be745e4e26b6e5a/alert-success.png\", }, { key: \"info\", title: \"Info\", description: \"Provides general information or updates that are helpful but not critical. This variant is used for announcing new features or updates, offering contextual information or tips, and informing users about non-urgent system statuses. For accessibility, it uses an aria-live value of polite.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/1SDh1JVNouysPHylu9lTUj/6793dd8aa854d08045c2159b450b762c/alert-info.png\", }, { key: \"warning\", title: \"Warning\", description: \"Alerts users to potential issues or situations that require caution. Common use cases include notifying about unsaved changes, indicating deprecated features or upcoming changes, and highlighting actions that may have unintended consequences. For accessibility, this variant uses an aria-live value of assertive.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2zympGRb3wlU5P36FsKWsL/dd9bde33646345e65d5bff505d512e22/alert-warning.png\", }, { key: \"error\", title: \"Error\", description: \"Indicates that an error has occurred, requiring user attention or action. This variant is typically used for form validation errors, system failures or exceptions, and failed operations or transactions. For accessibility, it uses an aria-live value of assertive.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/zOH2Xinum4ZjIv3qp6LJM/180a2306dd624b6bc2fa55c0ad81ea0e/alert-error.png\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"ai-playground-error-1\", name: \"AI Playground (Error)\", description: \"Demonstrates the Muiplay AI Playground showing a floating error positioned close to the field where a prompt is required to generate a task.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/40RfRPVAN9dvWO7UFuIiUC/52de3cffd69a5bcc2e457f8de03bb9cf/Play-Alert-Composition.png\", }, { key: \"ai-playground-error-2\", name: \"AI Playground (Error)\", description: \"Demonstrates the Muiplay AI Playground showing a floating error positioned close to the field where a prompt is required to generate a task.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/40RfRPVAN9dvWO7UFuIiUC/52de3cffd69a5bcc2e457f8de03bb9cf/Play-Alert-Composition.png\", }, ], }, related: { items: [ { name: \"Message\", link: \"https://guides.muibook.com/message\" }, { name: \"Link\", link: \"https://guides.muibook.com/link\" }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [ { description: \"\", image: \"\" }, { description: \"\", image: \"\" }, ], dontContent: [{ description: \"\" }, { description: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
147
208
|
}
|
|
148
209
|
],
|
|
149
210
|
"exports": [
|
|
@@ -152,80 +213,38 @@
|
|
|
152
213
|
"name": "muiDocs",
|
|
153
214
|
"declaration": {
|
|
154
215
|
"name": "muiDocs",
|
|
155
|
-
"module": "src/components/mui-
|
|
216
|
+
"module": "src/components/mui-alert/doc.ts"
|
|
156
217
|
}
|
|
157
218
|
}
|
|
158
219
|
]
|
|
159
220
|
},
|
|
160
221
|
{
|
|
161
222
|
"kind": "javascript-module",
|
|
162
|
-
"path": "src/components/mui-
|
|
223
|
+
"path": "src/components/mui-alert/index.ts",
|
|
163
224
|
"declarations": [
|
|
164
225
|
{
|
|
165
226
|
"kind": "class",
|
|
166
227
|
"description": "",
|
|
167
|
-
"name": "
|
|
228
|
+
"name": "MuiAlert",
|
|
168
229
|
"members": [
|
|
230
|
+
{
|
|
231
|
+
"kind": "field",
|
|
232
|
+
"name": "actionSlotListener",
|
|
233
|
+
"type": {
|
|
234
|
+
"text": "(() => void) | null"
|
|
235
|
+
},
|
|
236
|
+
"privacy": "private",
|
|
237
|
+
"default": "null"
|
|
238
|
+
},
|
|
169
239
|
{
|
|
170
240
|
"kind": "method",
|
|
171
241
|
"name": "render"
|
|
172
|
-
}
|
|
173
|
-
],
|
|
174
|
-
"attributes": [
|
|
242
|
+
},
|
|
175
243
|
{
|
|
176
|
-
"
|
|
244
|
+
"kind": "method",
|
|
245
|
+
"name": "setupActionSlot"
|
|
177
246
|
}
|
|
178
247
|
],
|
|
179
|
-
"superclass": {
|
|
180
|
-
"name": "HTMLElement"
|
|
181
|
-
},
|
|
182
|
-
"tagName": "mui-addon",
|
|
183
|
-
"customElement": true
|
|
184
|
-
}
|
|
185
|
-
],
|
|
186
|
-
"exports": [
|
|
187
|
-
{
|
|
188
|
-
"kind": "custom-element-definition",
|
|
189
|
-
"name": "mui-addon",
|
|
190
|
-
"declaration": {
|
|
191
|
-
"name": "MuiAddon",
|
|
192
|
-
"module": "src/components/mui-addon/index.ts"
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
]
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"kind": "javascript-module",
|
|
199
|
-
"path": "src/components/mui-alert/doc.ts",
|
|
200
|
-
"declarations": [
|
|
201
|
-
{
|
|
202
|
-
"kind": "variable",
|
|
203
|
-
"name": "muiDocs",
|
|
204
|
-
"type": {
|
|
205
|
-
"text": "MuiDocs"
|
|
206
|
-
},
|
|
207
|
-
"default": "{ Alert: { title: \"Alert\", description: \"Alerts surface meaningful system messages related to the users' current task or action.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/7GnGBCbpMF3wyjCDC06hX7/24739b86a907d15400fe8e9e240a9619/Alert_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=3-4444&t=ZA9uH4LK37tSuk6r-1\", ], guides: [\"https://guides.muibook.com/alert\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-alert/index.ts\"], storybook: [\"https://stories.muibook.com/?path=/docs/feedback-alert--docs\"], website: [\"https://muibook.com/#/alert\"], usage: { list: [ \"Success: Confirm completed actions such as form submissions, data saves, or task completion.\", \"Info: For sharing new features, updates, contextual tips, or non-urgent system statuses.\", \"Warning: Alert users to unsaved changes, deprecated features, or risky actions.\", \"Error: Alert users of form validation issues, system failures, or tasks that need attention.\", ], }, accessibility: { designerList: [ \"ARIA-live is built in, using POLITE + ASSERTIVE for screen readers.\", \"The role is set to ALERT for immediate screen reader feedback.\", ], engineerList: [ \"ARIA-live is built in, using POLITE + ASSERTIVE for screen readers.\", \"The role is set to ALERT for immediate screen reader feedback.\", ], }, anatomy: { list: [ \"Preset icon: Communicates the type of alert visually. E.g. info, success, warning, error.\", \"Preset title: Provides a clear, predefined heading that reflects the alert’s purpose.\", \"Customisable text: Allows for specific details or guidance relevant to the situation.\", ], image: \"https://images.ctfassets.net/i5uwscj4pkk2/17j3DxAFlne6rvMi6QUXqZ/aedab2c349c8f8b0a8414b41132cda51/Alert_-_Anatomy.png\", }, variants: { items: [ { key: \"success\", title: \"Success\", description: \"Indicates that an operation or action has been completed successfully. Use this variant for scenarios such as form submissions processed without errors, successful data updates or saves, and confirmations of completed tasks or actions. For accessibility, this variant uses an aria-live value of polite.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2EbJsP3GZ98WPOiF4PbGh2/bc3e020b37b73f949be745e4e26b6e5a/alert-success.png\", }, { key: \"info\", title: \"Info\", description: \"Provides general information or updates that are helpful but not critical. This variant is used for announcing new features or updates, offering contextual information or tips, and informing users about non-urgent system statuses. For accessibility, it uses an aria-live value of polite.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/1SDh1JVNouysPHylu9lTUj/6793dd8aa854d08045c2159b450b762c/alert-info.png\", }, { key: \"warning\", title: \"Warning\", description: \"Alerts users to potential issues or situations that require caution. Common use cases include notifying about unsaved changes, indicating deprecated features or upcoming changes, and highlighting actions that may have unintended consequences. For accessibility, this variant uses an aria-live value of assertive.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2zympGRb3wlU5P36FsKWsL/dd9bde33646345e65d5bff505d512e22/alert-warning.png\", }, { key: \"error\", title: \"Error\", description: \"Indicates that an error has occurred, requiring user attention or action. This variant is typically used for form validation errors, system failures or exceptions, and failed operations or transactions. For accessibility, it uses an aria-live value of assertive.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/zOH2Xinum4ZjIv3qp6LJM/180a2306dd624b6bc2fa55c0ad81ea0e/alert-error.png\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"ai-playground-error-1\", name: \"AI Playground (Error)\", description: \"Demonstrates the Muiplay AI Playground showing a floating error positioned close to the field where a prompt is required to generate a task.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/40RfRPVAN9dvWO7UFuIiUC/52de3cffd69a5bcc2e457f8de03bb9cf/Play-Alert-Composition.png\", }, { key: \"ai-playground-error-2\", name: \"AI Playground (Error)\", description: \"Demonstrates the Muiplay AI Playground showing a floating error positioned close to the field where a prompt is required to generate a task.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/40RfRPVAN9dvWO7UFuIiUC/52de3cffd69a5bcc2e457f8de03bb9cf/Play-Alert-Composition.png\", }, ], }, related: { items: [ { name: \"Message\", link: \"https://guides.muibook.com/message\" }, { name: \"Link\", link: \"https://guides.muibook.com/link\" }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [ { description: \"\", image: \"\" }, { description: \"\", image: \"\" }, ], dontContent: [{ description: \"\" }, { description: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
208
|
-
}
|
|
209
|
-
],
|
|
210
|
-
"exports": [
|
|
211
|
-
{
|
|
212
|
-
"kind": "js",
|
|
213
|
-
"name": "muiDocs",
|
|
214
|
-
"declaration": {
|
|
215
|
-
"name": "muiDocs",
|
|
216
|
-
"module": "src/components/mui-alert/doc.ts"
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
]
|
|
220
|
-
},
|
|
221
|
-
{
|
|
222
|
-
"kind": "javascript-module",
|
|
223
|
-
"path": "src/components/mui-alert/index.ts",
|
|
224
|
-
"declarations": [
|
|
225
|
-
{
|
|
226
|
-
"kind": "class",
|
|
227
|
-
"description": "",
|
|
228
|
-
"name": "MuiAlert",
|
|
229
248
|
"attributes": [
|
|
230
249
|
{
|
|
231
250
|
"name": "variant"
|
|
@@ -259,7 +278,7 @@
|
|
|
259
278
|
"type": {
|
|
260
279
|
"text": "MuiDocs"
|
|
261
280
|
},
|
|
262
|
-
"default": "{ Body: { title: \"Body\", description: \"Use the Body component for clear and readable paragraph text across the UI. It’s ideal for longer-form content such as descriptions, explanations, or supporting information. Variant styles are also available for status messages and other contextual needs.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/GGmtyOnGHBMGMrvkPTWSL/2c6ff12702d76c1393b2315b19728aa3/Body_-_Home_Image.png\", ], figma: [\"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=3-892&t=fSFYVey9aCoE5oQa-1\"], storybook: [\"https://stories.muibook.com/?path=/docs/content-body--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-body/index.ts\"], website: [\"https://muibook.com/#/button\"], guides: [\"https://guides.muibook.com/body\"], usage: { list: [ \"Use for supporting content or descriptions.\", \"Use states like Default, Success, Warning and Error to align with feedback or messaging contexts.\", \"Match the body size to the layout’s overall design and readability.\", \"Adjust the size by selecting x-small, small, medium or large.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, anatomy: { image: \"\", list: [\"\"], }, variants: { items: [ { key: \"default\", title: \"Default\", description: \"Standard body text with x-small, small, medium and large for tailored readability. In addition to the size, font weight of regular and bold is available.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2NAalFsBAkeBz69hO093eb/b9390132c50df11749aaa47dafdb2b93/default.png\", }, { key: \"success\", title: \"Success\", description: \"Indicates positive feedback with the option of x-small, small, medium and large for tailored readability. In addition to the size, font weight of regular and bold is available.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/8RChklU9yHSY7PTJH0JLD/c72f630006f2be4e7f1d850d7510c92f/success.png\", }, { key: \"warning\", title: \"Warning\", description: \"Highlights warning messages with the option of x-small, small, medium, and large for tailored readability. In addition to the size, font weight of regular and bold is available.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2UJaVEXU2fbKPi3L7afjt/e82b06ef54e92cf2d6f6e984d8a27079/warning.png\", }, { key: \"error\", title: \"Error\", description: \"Highlights error messages with the option of x-small, small, medium, and large for tailored readability. In addition to the size, font weight of regular and bold is available.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/egb4l4ubM0A6T44xAxDgz/5d94fa59f0069b689da537710650e22b/error.png\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"muibook-resource\", name: \"Muibook Resource\", description: \"The Muibook documentation site uses MUI components to compose its layout, including headings, text, lists, buttons, icons, and image components.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3LVvuYDZWRnMhxNy6GMLNd/c5074a05eacb2c22c50ea172b3567c48/Muibook-List-Composition.png\", }, { key: \"outcomes-roadmap-dashboard\", name: \"Outcomes Roadmap Dashboard\", description: \"Example of the responsive component in the Outcomes Roadmap Dashboard, demonstrating layout, title, and padding adjustments across breakpoints.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3FsXandRr1Z9BAKv33twxT/b0d0e4a8b6237bf7d38660111bceb8ab/responsive-composition.gif\", }, { key: \"outcome-based-roadmap\", name: \"Outcome-Based Roadmap\", description: \"Example of an Outcome-Based Roadmap page showing objectives organised into Upcoming, Doing, and Finished columns. Progress bars indicate the completion status of each task, providing a clear view of overall progress.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3w5htPtfEz7QMCH9alVcwf/de35725fb4542b891bd695b900195291/Outcomes-Progress-Composition.png\", }, ], }, related: { items: [ { name: \"Heading\", link: \"https://guides.muibook.com/heading\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
281
|
+
"default": "{ Body: { title: \"Body\", description: \"Use the Body component for clear and readable paragraph text across the UI. It’s ideal for longer-form content such as descriptions, explanations, or supporting information. Variant styles are also available for status messages and other contextual needs.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/GGmtyOnGHBMGMrvkPTWSL/2c6ff12702d76c1393b2315b19728aa3/Body_-_Home_Image.png\", ], figma: [\"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=3-892&t=fSFYVey9aCoE5oQa-1\"], storybook: [\"https://stories.muibook.com/?path=/docs/content-body--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-body/index.ts\"], website: [\"https://muibook.com/#/button\"], guides: [\"https://guides.muibook.com/body\"], usage: { list: [ \"Use for supporting content or descriptions.\", \"Use states like Default, Success, Warning and Error to align with feedback or messaging contexts.\", \"Match the body size to the layout’s overall design and readability.\", \"Adjust the size by selecting x-small, small, medium or large.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, anatomy: { image: \"\", list: [\"\"], }, variants: { items: [ { key: \"default\", title: \"Default\", description: \"Standard body text with x-small, small, medium and large for tailored readability. In addition to the size, font weight of regular and bold is available.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2NAalFsBAkeBz69hO093eb/b9390132c50df11749aaa47dafdb2b93/default.png\", }, { key: \"optional\", title: \"Optional\", description: \"Optional text is visually lighter, providing subtle contrast to Standard body text. It comes in four sizes—x-small, small, medium, and large—for tailored readability. Font weights of regular and bold are also available, giving flexibility for emphasis or hierarchy.\", image: \"\", }, { key: \"success\", title: \"Success\", description: \"Indicates positive feedback with the option of x-small, small, medium and large for tailored readability. In addition to the size, font weight of regular and bold is available.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/8RChklU9yHSY7PTJH0JLD/c72f630006f2be4e7f1d850d7510c92f/success.png\", }, { key: \"warning\", title: \"Warning\", description: \"Highlights warning messages with the option of x-small, small, medium, and large for tailored readability. In addition to the size, font weight of regular and bold is available.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/2UJaVEXU2fbKPi3L7afjt/e82b06ef54e92cf2d6f6e984d8a27079/warning.png\", }, { key: \"error\", title: \"Error\", description: \"Highlights error messages with the option of x-small, small, medium, and large for tailored readability. In addition to the size, font weight of regular and bold is available.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/egb4l4ubM0A6T44xAxDgz/5d94fa59f0069b689da537710650e22b/error.png\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"muibook-resource\", name: \"Muibook Resource\", description: \"The Muibook documentation site uses MUI components to compose its layout, including headings, text, lists, buttons, icons, and image components.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3LVvuYDZWRnMhxNy6GMLNd/c5074a05eacb2c22c50ea172b3567c48/Muibook-List-Composition.png\", }, { key: \"outcomes-roadmap-dashboard\", name: \"Outcomes Roadmap Dashboard\", description: \"Example of the responsive component in the Outcomes Roadmap Dashboard, demonstrating layout, title, and padding adjustments across breakpoints.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3FsXandRr1Z9BAKv33twxT/b0d0e4a8b6237bf7d38660111bceb8ab/responsive-composition.gif\", }, { key: \"outcome-based-roadmap\", name: \"Outcome-Based Roadmap\", description: \"Example of an Outcome-Based Roadmap page showing objectives organised into Upcoming, Doing, and Finished columns. Progress bars indicate the completion status of each task, providing a clear view of overall progress.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3w5htPtfEz7QMCH9alVcwf/de35725fb4542b891bd695b900195291/Outcomes-Progress-Composition.png\", }, ], }, related: { items: [ { name: \"Heading\", link: \"https://guides.muibook.com/heading\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
263
282
|
}
|
|
264
283
|
],
|
|
265
284
|
"exports": [
|
|
@@ -653,6 +672,17 @@
|
|
|
653
672
|
"description": "",
|
|
654
673
|
"name": "MuiCheckbox",
|
|
655
674
|
"members": [
|
|
675
|
+
{
|
|
676
|
+
"kind": "field",
|
|
677
|
+
"name": "_changeHandler",
|
|
678
|
+
"type": {
|
|
679
|
+
"text": "(e: Event) => void | undefined"
|
|
680
|
+
}
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"kind": "method",
|
|
684
|
+
"name": "cleanupListeners"
|
|
685
|
+
},
|
|
656
686
|
{
|
|
657
687
|
"kind": "method",
|
|
658
688
|
"name": "setupListener",
|
|
@@ -1619,6 +1649,22 @@
|
|
|
1619
1649
|
},
|
|
1620
1650
|
"default": "null"
|
|
1621
1651
|
},
|
|
1652
|
+
{
|
|
1653
|
+
"kind": "field",
|
|
1654
|
+
"name": "_wrapperClickHandler",
|
|
1655
|
+
"type": {
|
|
1656
|
+
"text": "() => void | undefined"
|
|
1657
|
+
},
|
|
1658
|
+
"privacy": "private"
|
|
1659
|
+
},
|
|
1660
|
+
{
|
|
1661
|
+
"kind": "field",
|
|
1662
|
+
"name": "_inputChangeHandler",
|
|
1663
|
+
"type": {
|
|
1664
|
+
"text": "(e: Event) => void | undefined"
|
|
1665
|
+
},
|
|
1666
|
+
"privacy": "private"
|
|
1667
|
+
},
|
|
1622
1668
|
{
|
|
1623
1669
|
"kind": "field",
|
|
1624
1670
|
"name": "shadowRoot",
|
|
@@ -1662,6 +1708,10 @@
|
|
|
1662
1708
|
"kind": "method",
|
|
1663
1709
|
"name": "cacheElements"
|
|
1664
1710
|
},
|
|
1711
|
+
{
|
|
1712
|
+
"kind": "method",
|
|
1713
|
+
"name": "cleanupListeners"
|
|
1714
|
+
},
|
|
1665
1715
|
{
|
|
1666
1716
|
"kind": "method",
|
|
1667
1717
|
"name": "attachEvents"
|
|
@@ -1738,6 +1788,42 @@
|
|
|
1738
1788
|
"description": "",
|
|
1739
1789
|
"name": "MuiGrid",
|
|
1740
1790
|
"members": [
|
|
1791
|
+
{
|
|
1792
|
+
"kind": "field",
|
|
1793
|
+
"name": "col",
|
|
1794
|
+
"type": {
|
|
1795
|
+
"text": "string"
|
|
1796
|
+
},
|
|
1797
|
+
"privacy": "private",
|
|
1798
|
+
"default": "`1fr 1fr`"
|
|
1799
|
+
},
|
|
1800
|
+
{
|
|
1801
|
+
"kind": "field",
|
|
1802
|
+
"name": "space",
|
|
1803
|
+
"type": {
|
|
1804
|
+
"text": "string"
|
|
1805
|
+
},
|
|
1806
|
+
"privacy": "private",
|
|
1807
|
+
"default": "`var(--space-000)`"
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"kind": "field",
|
|
1811
|
+
"name": "alignX",
|
|
1812
|
+
"type": {
|
|
1813
|
+
"text": "string"
|
|
1814
|
+
},
|
|
1815
|
+
"privacy": "private",
|
|
1816
|
+
"default": "`normal`"
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"kind": "field",
|
|
1820
|
+
"name": "alignY",
|
|
1821
|
+
"type": {
|
|
1822
|
+
"text": "string"
|
|
1823
|
+
},
|
|
1824
|
+
"privacy": "private",
|
|
1825
|
+
"default": "`normal`"
|
|
1826
|
+
},
|
|
1741
1827
|
{
|
|
1742
1828
|
"kind": "method",
|
|
1743
1829
|
"name": "waitForPartMap",
|
|
@@ -1754,6 +1840,12 @@
|
|
|
1754
1840
|
},
|
|
1755
1841
|
{
|
|
1756
1842
|
"name": "space"
|
|
1843
|
+
},
|
|
1844
|
+
{
|
|
1845
|
+
"name": "alignx"
|
|
1846
|
+
},
|
|
1847
|
+
{
|
|
1848
|
+
"name": "aligny"
|
|
1757
1849
|
}
|
|
1758
1850
|
],
|
|
1759
1851
|
"superclass": {
|
|
@@ -1806,6 +1898,12 @@
|
|
|
1806
1898
|
"kind": "class",
|
|
1807
1899
|
"description": "",
|
|
1808
1900
|
"name": "MuiHeading",
|
|
1901
|
+
"members": [
|
|
1902
|
+
{
|
|
1903
|
+
"kind": "method",
|
|
1904
|
+
"name": "render"
|
|
1905
|
+
}
|
|
1906
|
+
],
|
|
1809
1907
|
"attributes": [
|
|
1810
1908
|
{
|
|
1811
1909
|
"name": "size"
|
|
@@ -3715,14 +3813,20 @@
|
|
|
3715
3813
|
"name": "MuiInput",
|
|
3716
3814
|
"members": [
|
|
3717
3815
|
{
|
|
3718
|
-
"kind": "
|
|
3719
|
-
"name": "
|
|
3720
|
-
"
|
|
3721
|
-
"
|
|
3722
|
-
"text": "void"
|
|
3723
|
-
}
|
|
3816
|
+
"kind": "field",
|
|
3817
|
+
"name": "_changeHandler",
|
|
3818
|
+
"type": {
|
|
3819
|
+
"text": "(e: Event) => void | undefined"
|
|
3724
3820
|
}
|
|
3725
3821
|
},
|
|
3822
|
+
{
|
|
3823
|
+
"kind": "method",
|
|
3824
|
+
"name": "cleanupListeners"
|
|
3825
|
+
},
|
|
3826
|
+
{
|
|
3827
|
+
"kind": "method",
|
|
3828
|
+
"name": "setupListener"
|
|
3829
|
+
},
|
|
3726
3830
|
{
|
|
3727
3831
|
"kind": "method",
|
|
3728
3832
|
"name": "updateSlottedButtons",
|
|
@@ -3739,13 +3843,13 @@
|
|
|
3739
3843
|
],
|
|
3740
3844
|
"events": [
|
|
3741
3845
|
{
|
|
3742
|
-
"name": "
|
|
3846
|
+
"name": "change",
|
|
3743
3847
|
"type": {
|
|
3744
3848
|
"text": "CustomEvent"
|
|
3745
3849
|
}
|
|
3746
3850
|
},
|
|
3747
3851
|
{
|
|
3748
|
-
"name": "
|
|
3852
|
+
"name": "input",
|
|
3749
3853
|
"type": {
|
|
3750
3854
|
"text": "CustomEvent"
|
|
3751
3855
|
}
|
|
@@ -4410,6 +4514,17 @@
|
|
|
4410
4514
|
},
|
|
4411
4515
|
"default": "\"\""
|
|
4412
4516
|
},
|
|
4517
|
+
{
|
|
4518
|
+
"kind": "field",
|
|
4519
|
+
"name": "_changeHandler",
|
|
4520
|
+
"type": {
|
|
4521
|
+
"text": "(e: Event) => void | undefined"
|
|
4522
|
+
}
|
|
4523
|
+
},
|
|
4524
|
+
{
|
|
4525
|
+
"kind": "method",
|
|
4526
|
+
"name": "cleanupListeners"
|
|
4527
|
+
},
|
|
4413
4528
|
{
|
|
4414
4529
|
"kind": "method",
|
|
4415
4530
|
"name": "setupListener"
|
|
@@ -4434,6 +4549,12 @@
|
|
|
4434
4549
|
"type": {
|
|
4435
4550
|
"text": "CustomEvent"
|
|
4436
4551
|
}
|
|
4552
|
+
},
|
|
4553
|
+
{
|
|
4554
|
+
"name": "input",
|
|
4555
|
+
"type": {
|
|
4556
|
+
"text": "CustomEvent"
|
|
4557
|
+
}
|
|
4437
4558
|
}
|
|
4438
4559
|
],
|
|
4439
4560
|
"attributes": [
|
|
@@ -4712,14 +4833,32 @@
|
|
|
4712
4833
|
"privacy": "private",
|
|
4713
4834
|
"default": "null"
|
|
4714
4835
|
},
|
|
4836
|
+
{
|
|
4837
|
+
"kind": "field",
|
|
4838
|
+
"name": "_changeHandler",
|
|
4839
|
+
"type": {
|
|
4840
|
+
"text": "() => void | undefined"
|
|
4841
|
+
},
|
|
4842
|
+
"privacy": "private"
|
|
4843
|
+
},
|
|
4715
4844
|
{
|
|
4716
4845
|
"kind": "field",
|
|
4717
4846
|
"name": "checked"
|
|
4718
4847
|
},
|
|
4848
|
+
{
|
|
4849
|
+
"kind": "method",
|
|
4850
|
+
"name": "_cleanupListeners",
|
|
4851
|
+
"privacy": "private"
|
|
4852
|
+
},
|
|
4719
4853
|
{
|
|
4720
4854
|
"kind": "method",
|
|
4721
4855
|
"name": "_updateDisabledState"
|
|
4722
4856
|
},
|
|
4857
|
+
{
|
|
4858
|
+
"kind": "method",
|
|
4859
|
+
"name": "_setupListener",
|
|
4860
|
+
"privacy": "private"
|
|
4861
|
+
},
|
|
4723
4862
|
{
|
|
4724
4863
|
"kind": "method",
|
|
4725
4864
|
"name": "_enforceIconSize",
|
|
@@ -5120,6 +5259,26 @@
|
|
|
5120
5259
|
"kind": "class",
|
|
5121
5260
|
"description": "",
|
|
5122
5261
|
"name": "MuiCardBody",
|
|
5262
|
+
"members": [
|
|
5263
|
+
{
|
|
5264
|
+
"kind": "method",
|
|
5265
|
+
"name": "updateSlottedContent",
|
|
5266
|
+
"return": {
|
|
5267
|
+
"type": {
|
|
5268
|
+
"text": "void"
|
|
5269
|
+
}
|
|
5270
|
+
}
|
|
5271
|
+
},
|
|
5272
|
+
{
|
|
5273
|
+
"kind": "method",
|
|
5274
|
+
"name": "render"
|
|
5275
|
+
}
|
|
5276
|
+
],
|
|
5277
|
+
"attributes": [
|
|
5278
|
+
{
|
|
5279
|
+
"name": "condensed"
|
|
5280
|
+
}
|
|
5281
|
+
],
|
|
5123
5282
|
"superclass": {
|
|
5124
5283
|
"name": "HTMLElement"
|
|
5125
5284
|
},
|
|
@@ -5590,10 +5749,10 @@
|
|
|
5590
5749
|
"name": "space"
|
|
5591
5750
|
},
|
|
5592
5751
|
{
|
|
5593
|
-
"name": "
|
|
5752
|
+
"name": "aligny"
|
|
5594
5753
|
},
|
|
5595
5754
|
{
|
|
5596
|
-
"name": "
|
|
5755
|
+
"name": "alignx"
|
|
5597
5756
|
}
|
|
5598
5757
|
],
|
|
5599
5758
|
"superclass": {
|
|
@@ -5674,10 +5833,10 @@
|
|
|
5674
5833
|
"name": "space"
|
|
5675
5834
|
},
|
|
5676
5835
|
{
|
|
5677
|
-
"name": "
|
|
5836
|
+
"name": "alignx"
|
|
5678
5837
|
},
|
|
5679
5838
|
{
|
|
5680
|
-
"name": "
|
|
5839
|
+
"name": "aligny"
|
|
5681
5840
|
}
|
|
5682
5841
|
],
|
|
5683
5842
|
"superclass": {
|
|
@@ -5788,31 +5947,37 @@
|
|
|
5788
5947
|
},
|
|
5789
5948
|
{
|
|
5790
5949
|
"kind": "javascript-module",
|
|
5791
|
-
"path": "src/components/mui-table/
|
|
5950
|
+
"path": "src/components/mui-table/cell/index.ts",
|
|
5792
5951
|
"declarations": [
|
|
5793
5952
|
{
|
|
5794
5953
|
"kind": "class",
|
|
5795
5954
|
"description": "",
|
|
5796
|
-
"name": "
|
|
5955
|
+
"name": "MuiCell",
|
|
5956
|
+
"members": [
|
|
5957
|
+
{
|
|
5958
|
+
"kind": "method",
|
|
5959
|
+
"name": "render"
|
|
5960
|
+
}
|
|
5961
|
+
],
|
|
5797
5962
|
"attributes": [
|
|
5798
5963
|
{
|
|
5799
|
-
"name": "
|
|
5964
|
+
"name": "align-y"
|
|
5800
5965
|
}
|
|
5801
5966
|
],
|
|
5802
5967
|
"superclass": {
|
|
5803
5968
|
"name": "HTMLElement"
|
|
5804
5969
|
},
|
|
5805
|
-
"tagName": "mui-
|
|
5970
|
+
"tagName": "mui-cell",
|
|
5806
5971
|
"customElement": true
|
|
5807
5972
|
}
|
|
5808
5973
|
],
|
|
5809
5974
|
"exports": [
|
|
5810
5975
|
{
|
|
5811
5976
|
"kind": "custom-element-definition",
|
|
5812
|
-
"name": "mui-
|
|
5977
|
+
"name": "mui-cell",
|
|
5813
5978
|
"declaration": {
|
|
5814
|
-
"name": "
|
|
5815
|
-
"module": "src/components/mui-table/
|
|
5979
|
+
"name": "MuiCell",
|
|
5980
|
+
"module": "src/components/mui-table/cell/index.ts"
|
|
5816
5981
|
}
|
|
5817
5982
|
}
|
|
5818
5983
|
]
|
|
@@ -5931,51 +6096,6 @@
|
|
|
5931
6096
|
}
|
|
5932
6097
|
]
|
|
5933
6098
|
},
|
|
5934
|
-
{
|
|
5935
|
-
"kind": "javascript-module",
|
|
5936
|
-
"path": "src/components/mui-tabs/panel/index.ts",
|
|
5937
|
-
"declarations": [
|
|
5938
|
-
{
|
|
5939
|
-
"kind": "class",
|
|
5940
|
-
"description": "",
|
|
5941
|
-
"name": "MuiTabPanel",
|
|
5942
|
-
"members": [
|
|
5943
|
-
{
|
|
5944
|
-
"kind": "field",
|
|
5945
|
-
"name": "item",
|
|
5946
|
-
"type": {
|
|
5947
|
-
"text": "string | null"
|
|
5948
|
-
}
|
|
5949
|
-
},
|
|
5950
|
-
{
|
|
5951
|
-
"kind": "field",
|
|
5952
|
-
"name": "innerHTML",
|
|
5953
|
-
"default": "` <style> :host { display: block; } .inner { padding: var(--tab-panel-padding, 0); } </style> <div class=\"inner\"> <slot></slot> </div> `"
|
|
5954
|
-
}
|
|
5955
|
-
],
|
|
5956
|
-
"attributes": [
|
|
5957
|
-
{
|
|
5958
|
-
"name": "item"
|
|
5959
|
-
}
|
|
5960
|
-
],
|
|
5961
|
-
"superclass": {
|
|
5962
|
-
"name": "HTMLElement"
|
|
5963
|
-
},
|
|
5964
|
-
"tagName": "mui-tab-panel",
|
|
5965
|
-
"customElement": true
|
|
5966
|
-
}
|
|
5967
|
-
],
|
|
5968
|
-
"exports": [
|
|
5969
|
-
{
|
|
5970
|
-
"kind": "custom-element-definition",
|
|
5971
|
-
"name": "mui-tab-panel",
|
|
5972
|
-
"declaration": {
|
|
5973
|
-
"name": "MuiTabPanel",
|
|
5974
|
-
"module": "src/components/mui-tabs/panel/index.ts"
|
|
5975
|
-
}
|
|
5976
|
-
}
|
|
5977
|
-
]
|
|
5978
|
-
},
|
|
5979
6099
|
{
|
|
5980
6100
|
"kind": "javascript-module",
|
|
5981
6101
|
"path": "src/components/mui-tabs/item/index.ts",
|
|
@@ -5993,6 +6113,19 @@
|
|
|
5993
6113
|
},
|
|
5994
6114
|
"privacy": "private"
|
|
5995
6115
|
},
|
|
6116
|
+
{
|
|
6117
|
+
"kind": "method",
|
|
6118
|
+
"name": "updateIcon",
|
|
6119
|
+
"privacy": "private",
|
|
6120
|
+
"parameters": [
|
|
6121
|
+
{
|
|
6122
|
+
"name": "iconTag",
|
|
6123
|
+
"type": {
|
|
6124
|
+
"text": "string | null"
|
|
6125
|
+
}
|
|
6126
|
+
}
|
|
6127
|
+
]
|
|
6128
|
+
},
|
|
5996
6129
|
{
|
|
5997
6130
|
"kind": "method",
|
|
5998
6131
|
"name": "updateActiveState"
|
|
@@ -6001,6 +6134,9 @@
|
|
|
6001
6134
|
"attributes": [
|
|
6002
6135
|
{
|
|
6003
6136
|
"name": "active"
|
|
6137
|
+
},
|
|
6138
|
+
{
|
|
6139
|
+
"name": "icon"
|
|
6004
6140
|
}
|
|
6005
6141
|
],
|
|
6006
6142
|
"superclass": {
|
|
@@ -6023,37 +6159,45 @@
|
|
|
6023
6159
|
},
|
|
6024
6160
|
{
|
|
6025
6161
|
"kind": "javascript-module",
|
|
6026
|
-
"path": "src/components/mui-
|
|
6162
|
+
"path": "src/components/mui-tabs/panel/index.ts",
|
|
6027
6163
|
"declarations": [
|
|
6028
6164
|
{
|
|
6029
6165
|
"kind": "class",
|
|
6030
6166
|
"description": "",
|
|
6031
|
-
"name": "
|
|
6167
|
+
"name": "MuiTabPanel",
|
|
6032
6168
|
"members": [
|
|
6033
6169
|
{
|
|
6034
|
-
"kind": "
|
|
6035
|
-
"name": "
|
|
6170
|
+
"kind": "field",
|
|
6171
|
+
"name": "item",
|
|
6172
|
+
"type": {
|
|
6173
|
+
"text": "string | null"
|
|
6174
|
+
}
|
|
6175
|
+
},
|
|
6176
|
+
{
|
|
6177
|
+
"kind": "field",
|
|
6178
|
+
"name": "innerHTML",
|
|
6179
|
+
"default": "` <style> :host { display: block; } .inner { padding: var(--tab-panel-padding, 0); } </style> <div class=\"inner\"> <slot></slot> </div> `"
|
|
6036
6180
|
}
|
|
6037
6181
|
],
|
|
6038
6182
|
"attributes": [
|
|
6039
6183
|
{
|
|
6040
|
-
"name": "
|
|
6184
|
+
"name": "item"
|
|
6041
6185
|
}
|
|
6042
6186
|
],
|
|
6043
6187
|
"superclass": {
|
|
6044
6188
|
"name": "HTMLElement"
|
|
6045
6189
|
},
|
|
6046
|
-
"tagName": "mui-
|
|
6190
|
+
"tagName": "mui-tab-panel",
|
|
6047
6191
|
"customElement": true
|
|
6048
6192
|
}
|
|
6049
6193
|
],
|
|
6050
6194
|
"exports": [
|
|
6051
6195
|
{
|
|
6052
6196
|
"kind": "custom-element-definition",
|
|
6053
|
-
"name": "mui-
|
|
6197
|
+
"name": "mui-tab-panel",
|
|
6054
6198
|
"declaration": {
|
|
6055
|
-
"name": "
|
|
6056
|
-
"module": "src/components/mui-
|
|
6199
|
+
"name": "MuiTabPanel",
|
|
6200
|
+
"module": "src/components/mui-tabs/panel/index.ts"
|
|
6057
6201
|
}
|
|
6058
6202
|
}
|
|
6059
6203
|
]
|
|
@@ -6181,6 +6325,37 @@
|
|
|
6181
6325
|
}
|
|
6182
6326
|
}
|
|
6183
6327
|
]
|
|
6328
|
+
},
|
|
6329
|
+
{
|
|
6330
|
+
"kind": "javascript-module",
|
|
6331
|
+
"path": "src/components/mui-table/row/index.ts",
|
|
6332
|
+
"declarations": [
|
|
6333
|
+
{
|
|
6334
|
+
"kind": "class",
|
|
6335
|
+
"description": "",
|
|
6336
|
+
"name": "MuiRow",
|
|
6337
|
+
"attributes": [
|
|
6338
|
+
{
|
|
6339
|
+
"name": "columns"
|
|
6340
|
+
}
|
|
6341
|
+
],
|
|
6342
|
+
"superclass": {
|
|
6343
|
+
"name": "HTMLElement"
|
|
6344
|
+
},
|
|
6345
|
+
"tagName": "mui-row",
|
|
6346
|
+
"customElement": true
|
|
6347
|
+
}
|
|
6348
|
+
],
|
|
6349
|
+
"exports": [
|
|
6350
|
+
{
|
|
6351
|
+
"kind": "custom-element-definition",
|
|
6352
|
+
"name": "mui-row",
|
|
6353
|
+
"declaration": {
|
|
6354
|
+
"name": "MuiRow",
|
|
6355
|
+
"module": "src/components/mui-table/row/index.ts"
|
|
6356
|
+
}
|
|
6357
|
+
}
|
|
6358
|
+
]
|
|
6184
6359
|
}
|
|
6185
6360
|
]
|
|
6186
6361
|
}
|