@muibook/components 8.0.2 → 9.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/README.md +8 -1
- package/dist/esm/agent/prompts/index.js +1 -1
- package/dist/esm/components/mui-alert/index.js +48 -40
- package/dist/esm/components/mui-button/index.js +1 -1
- 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 +35 -38
- package/dist/esm/components/mui-select/index.js +34 -30
- 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 +29 -219
- package/dist/esm/css/readme.md +129 -0
- package/dist/esm/custom-elements.json +273 -98
- package/dist/esm/tokens/js/index.js +140 -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
|
@@ -226,6 +226,25 @@
|
|
|
226
226
|
"kind": "class",
|
|
227
227
|
"description": "",
|
|
228
228
|
"name": "MuiAlert",
|
|
229
|
+
"members": [
|
|
230
|
+
{
|
|
231
|
+
"kind": "field",
|
|
232
|
+
"name": "actionSlotListener",
|
|
233
|
+
"type": {
|
|
234
|
+
"text": "(() => void) | null"
|
|
235
|
+
},
|
|
236
|
+
"privacy": "private",
|
|
237
|
+
"default": "null"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"kind": "method",
|
|
241
|
+
"name": "render"
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"kind": "method",
|
|
245
|
+
"name": "setupActionSlot"
|
|
246
|
+
}
|
|
247
|
+
],
|
|
229
248
|
"attributes": [
|
|
230
249
|
{
|
|
231
250
|
"name": "variant"
|
|
@@ -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
|
}
|
|
@@ -4036,7 +4140,7 @@
|
|
|
4036
4140
|
},
|
|
4037
4141
|
{
|
|
4038
4142
|
"kind": "javascript-module",
|
|
4039
|
-
"path": "src/components/mui-
|
|
4143
|
+
"path": "src/components/mui-progress/doc.ts",
|
|
4040
4144
|
"declarations": [
|
|
4041
4145
|
{
|
|
4042
4146
|
"kind": "variable",
|
|
@@ -4044,7 +4148,7 @@
|
|
|
4044
4148
|
"type": {
|
|
4045
4149
|
"text": "MuiDocs"
|
|
4046
4150
|
},
|
|
4047
|
-
"default": "{
|
|
4151
|
+
"default": "{ Progress: { title: \"Progress\", description: \"A Progress Bar visually represents completion status by filling a bar based on a percentage value. It gives users a clear indication of progress for a given task or process.\", hero: [ \"https://images.ctfassets.net/i5uwscj4pkk2/2NPcL7tA0zGUWFLShr66fS/23d0050dce8c8379afc6deb8e351d049/Progress_-_Home_Image.png\", ], figma: [ \"https://www.figma.com/design/l0mt1lXu97XoHJCEdnrWLp/Mui-Design-System?node-id=948-4161&t=0ytskb8cxriEmdz2-1\", ], storybook: [\"https://stories.muibook.com/?path=/docs/inputs-progress--docs\"], github: [\"https://github.com/michaeltrilford/muibook/blob/main/src/components/mui-progress/index.ts\"], website: [\"https://muibook.com/#/progress\"], guides: [\"https://guides.muibook.com/progress\"], usage: { list: [ \"Show task progress – Indicate how much of a task or process has been completed.\", \"Display loading states – Represent the progress of a background operation, such as file uploads.\", \"Track step completion – Show progress in multi-step workflows or onboarding processes.\", ], }, accessibility: { designerList: [\"\"], engineerList: [\"\"], }, anatomy: { image: \"https://images.ctfassets.net/i5uwscj4pkk2/1iPll53Pmtgjh50qYwhsgY/908da9c51dd605895bd6306290fc6bd9/Progress_-_Anatomy.png\", list: [ \"Fill (Indicator) – The colored portion inside the track that represents the progress percentage.\", \"Track – The background of the progress bar, providing the visual boundary for progress.\", ], }, variants: { items: [ { key: \"\", title: \"\", description: \"\", image: \"\", }, ], }, compositions: { description: \"Showcases actual use cases, demonstrating how the component fits into real-world UI scenarios.\", items: [ { key: \"outcome-based-roadmap\", name: \"Outcome-Based Roadmap\", description: \"Example of an Outcome-Based Roadmap page showing objectives organised into Upcoming, Doing, and Finished columns. Progress bars indicate the completion status of each task, providing a clear view of overall progress.\", image: \"https://images.ctfassets.net/i5uwscj4pkk2/3w5htPtfEz7QMCH9alVcwf/de35725fb4542b891bd695b900195291/Outcomes-Progress-Composition.png\", }, ], }, related: { items: [ { name: \"\", link: \"\", }, ], }, rules: [ { heading: \"\", description: \"\", doContent: [{ description: \"\", image: \"\" }], dontContent: [{ description: \"\", image: \"\" }], }, ], behaviour: { list: [\"\"], }, writing: { list: [\"\"], }, }, }"
|
|
4048
4152
|
}
|
|
4049
4153
|
],
|
|
4050
4154
|
"exports": [
|
|
@@ -4053,40 +4157,54 @@
|
|
|
4053
4157
|
"name": "muiDocs",
|
|
4054
4158
|
"declaration": {
|
|
4055
4159
|
"name": "muiDocs",
|
|
4056
|
-
"module": "src/components/mui-
|
|
4160
|
+
"module": "src/components/mui-progress/doc.ts"
|
|
4057
4161
|
}
|
|
4058
4162
|
}
|
|
4059
4163
|
]
|
|
4060
4164
|
},
|
|
4061
4165
|
{
|
|
4062
4166
|
"kind": "javascript-module",
|
|
4063
|
-
"path": "src/components/mui-
|
|
4167
|
+
"path": "src/components/mui-progress/index.ts",
|
|
4064
4168
|
"declarations": [
|
|
4065
4169
|
{
|
|
4066
4170
|
"kind": "class",
|
|
4067
4171
|
"description": "",
|
|
4068
|
-
"name": "
|
|
4172
|
+
"name": "MuiProgress",
|
|
4173
|
+
"members": [
|
|
4174
|
+
{
|
|
4175
|
+
"kind": "method",
|
|
4176
|
+
"name": "render"
|
|
4177
|
+
}
|
|
4178
|
+
],
|
|
4179
|
+
"attributes": [
|
|
4180
|
+
{
|
|
4181
|
+
"name": "progress"
|
|
4182
|
+
},
|
|
4183
|
+
{
|
|
4184
|
+
"name": "state"
|
|
4185
|
+
}
|
|
4186
|
+
],
|
|
4069
4187
|
"superclass": {
|
|
4070
4188
|
"name": "HTMLElement"
|
|
4071
4189
|
},
|
|
4072
|
-
"tagName": "mui-
|
|
4190
|
+
"tagName": "mui-progress",
|
|
4073
4191
|
"customElement": true
|
|
4074
4192
|
}
|
|
4075
4193
|
],
|
|
4076
4194
|
"exports": [
|
|
4077
4195
|
{
|
|
4078
4196
|
"kind": "custom-element-definition",
|
|
4079
|
-
"name": "mui-
|
|
4197
|
+
"name": "mui-progress",
|
|
4080
4198
|
"declaration": {
|
|
4081
|
-
"name": "
|
|
4082
|
-
"module": "src/components/mui-
|
|
4199
|
+
"name": "MuiProgress",
|
|
4200
|
+
"module": "src/components/mui-progress/index.ts"
|
|
4083
4201
|
}
|
|
4084
4202
|
}
|
|
4085
4203
|
]
|
|
4086
4204
|
},
|
|
4087
4205
|
{
|
|
4088
4206
|
"kind": "javascript-module",
|
|
4089
|
-
"path": "src/components/mui-
|
|
4207
|
+
"path": "src/components/mui-message/doc.ts",
|
|
4090
4208
|
"declarations": [
|
|
4091
4209
|
{
|
|
4092
4210
|
"kind": "variable",
|
|
@@ -4094,7 +4212,7 @@
|
|
|
4094
4212
|
"type": {
|
|
4095
4213
|
"text": "MuiDocs"
|
|
4096
4214
|
},
|
|
4097
|
-
"default": "{
|
|
4215
|
+
"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: [\"\"], }, }, }"
|
|
4098
4216
|
}
|
|
4099
4217
|
],
|
|
4100
4218
|
"exports": [
|
|
@@ -4103,47 +4221,33 @@
|
|
|
4103
4221
|
"name": "muiDocs",
|
|
4104
4222
|
"declaration": {
|
|
4105
4223
|
"name": "muiDocs",
|
|
4106
|
-
"module": "src/components/mui-
|
|
4224
|
+
"module": "src/components/mui-message/doc.ts"
|
|
4107
4225
|
}
|
|
4108
4226
|
}
|
|
4109
4227
|
]
|
|
4110
4228
|
},
|
|
4111
4229
|
{
|
|
4112
4230
|
"kind": "javascript-module",
|
|
4113
|
-
"path": "src/components/mui-
|
|
4231
|
+
"path": "src/components/mui-message/index.ts",
|
|
4114
4232
|
"declarations": [
|
|
4115
4233
|
{
|
|
4116
4234
|
"kind": "class",
|
|
4117
4235
|
"description": "",
|
|
4118
|
-
"name": "
|
|
4119
|
-
"members": [
|
|
4120
|
-
{
|
|
4121
|
-
"kind": "method",
|
|
4122
|
-
"name": "render"
|
|
4123
|
-
}
|
|
4124
|
-
],
|
|
4125
|
-
"attributes": [
|
|
4126
|
-
{
|
|
4127
|
-
"name": "progress"
|
|
4128
|
-
},
|
|
4129
|
-
{
|
|
4130
|
-
"name": "state"
|
|
4131
|
-
}
|
|
4132
|
-
],
|
|
4236
|
+
"name": "MuiMessage",
|
|
4133
4237
|
"superclass": {
|
|
4134
4238
|
"name": "HTMLElement"
|
|
4135
4239
|
},
|
|
4136
|
-
"tagName": "mui-
|
|
4240
|
+
"tagName": "mui-message",
|
|
4137
4241
|
"customElement": true
|
|
4138
4242
|
}
|
|
4139
4243
|
],
|
|
4140
4244
|
"exports": [
|
|
4141
4245
|
{
|
|
4142
4246
|
"kind": "custom-element-definition",
|
|
4143
|
-
"name": "mui-
|
|
4247
|
+
"name": "mui-message",
|
|
4144
4248
|
"declaration": {
|
|
4145
|
-
"name": "
|
|
4146
|
-
"module": "src/components/mui-
|
|
4249
|
+
"name": "MuiMessage",
|
|
4250
|
+
"module": "src/components/mui-message/index.ts"
|
|
4147
4251
|
}
|
|
4148
4252
|
}
|
|
4149
4253
|
]
|
|
@@ -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": {
|
|
@@ -5786,6 +5945,43 @@
|
|
|
5786
5945
|
}
|
|
5787
5946
|
]
|
|
5788
5947
|
},
|
|
5948
|
+
{
|
|
5949
|
+
"kind": "javascript-module",
|
|
5950
|
+
"path": "src/components/mui-table/cell/index.ts",
|
|
5951
|
+
"declarations": [
|
|
5952
|
+
{
|
|
5953
|
+
"kind": "class",
|
|
5954
|
+
"description": "",
|
|
5955
|
+
"name": "MuiCell",
|
|
5956
|
+
"members": [
|
|
5957
|
+
{
|
|
5958
|
+
"kind": "method",
|
|
5959
|
+
"name": "render"
|
|
5960
|
+
}
|
|
5961
|
+
],
|
|
5962
|
+
"attributes": [
|
|
5963
|
+
{
|
|
5964
|
+
"name": "align-y"
|
|
5965
|
+
}
|
|
5966
|
+
],
|
|
5967
|
+
"superclass": {
|
|
5968
|
+
"name": "HTMLElement"
|
|
5969
|
+
},
|
|
5970
|
+
"tagName": "mui-cell",
|
|
5971
|
+
"customElement": true
|
|
5972
|
+
}
|
|
5973
|
+
],
|
|
5974
|
+
"exports": [
|
|
5975
|
+
{
|
|
5976
|
+
"kind": "custom-element-definition",
|
|
5977
|
+
"name": "mui-cell",
|
|
5978
|
+
"declaration": {
|
|
5979
|
+
"name": "MuiCell",
|
|
5980
|
+
"module": "src/components/mui-table/cell/index.ts"
|
|
5981
|
+
}
|
|
5982
|
+
}
|
|
5983
|
+
]
|
|
5984
|
+
},
|
|
5789
5985
|
{
|
|
5790
5986
|
"kind": "javascript-module",
|
|
5791
5987
|
"path": "src/components/mui-table/row/index.ts",
|
|
@@ -5931,51 +6127,6 @@
|
|
|
5931
6127
|
}
|
|
5932
6128
|
]
|
|
5933
6129
|
},
|
|
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
6130
|
{
|
|
5980
6131
|
"kind": "javascript-module",
|
|
5981
6132
|
"path": "src/components/mui-tabs/item/index.ts",
|
|
@@ -5993,6 +6144,19 @@
|
|
|
5993
6144
|
},
|
|
5994
6145
|
"privacy": "private"
|
|
5995
6146
|
},
|
|
6147
|
+
{
|
|
6148
|
+
"kind": "method",
|
|
6149
|
+
"name": "updateIcon",
|
|
6150
|
+
"privacy": "private",
|
|
6151
|
+
"parameters": [
|
|
6152
|
+
{
|
|
6153
|
+
"name": "iconTag",
|
|
6154
|
+
"type": {
|
|
6155
|
+
"text": "string | null"
|
|
6156
|
+
}
|
|
6157
|
+
}
|
|
6158
|
+
]
|
|
6159
|
+
},
|
|
5996
6160
|
{
|
|
5997
6161
|
"kind": "method",
|
|
5998
6162
|
"name": "updateActiveState"
|
|
@@ -6001,6 +6165,9 @@
|
|
|
6001
6165
|
"attributes": [
|
|
6002
6166
|
{
|
|
6003
6167
|
"name": "active"
|
|
6168
|
+
},
|
|
6169
|
+
{
|
|
6170
|
+
"name": "icon"
|
|
6004
6171
|
}
|
|
6005
6172
|
],
|
|
6006
6173
|
"superclass": {
|
|
@@ -6023,37 +6190,45 @@
|
|
|
6023
6190
|
},
|
|
6024
6191
|
{
|
|
6025
6192
|
"kind": "javascript-module",
|
|
6026
|
-
"path": "src/components/mui-
|
|
6193
|
+
"path": "src/components/mui-tabs/panel/index.ts",
|
|
6027
6194
|
"declarations": [
|
|
6028
6195
|
{
|
|
6029
6196
|
"kind": "class",
|
|
6030
6197
|
"description": "",
|
|
6031
|
-
"name": "
|
|
6198
|
+
"name": "MuiTabPanel",
|
|
6032
6199
|
"members": [
|
|
6033
6200
|
{
|
|
6034
|
-
"kind": "
|
|
6035
|
-
"name": "
|
|
6201
|
+
"kind": "field",
|
|
6202
|
+
"name": "item",
|
|
6203
|
+
"type": {
|
|
6204
|
+
"text": "string | null"
|
|
6205
|
+
}
|
|
6206
|
+
},
|
|
6207
|
+
{
|
|
6208
|
+
"kind": "field",
|
|
6209
|
+
"name": "innerHTML",
|
|
6210
|
+
"default": "` <style> :host { display: block; } .inner { padding: var(--tab-panel-padding, 0); } </style> <div class=\"inner\"> <slot></slot> </div> `"
|
|
6036
6211
|
}
|
|
6037
6212
|
],
|
|
6038
6213
|
"attributes": [
|
|
6039
6214
|
{
|
|
6040
|
-
"name": "
|
|
6215
|
+
"name": "item"
|
|
6041
6216
|
}
|
|
6042
6217
|
],
|
|
6043
6218
|
"superclass": {
|
|
6044
6219
|
"name": "HTMLElement"
|
|
6045
6220
|
},
|
|
6046
|
-
"tagName": "mui-
|
|
6221
|
+
"tagName": "mui-tab-panel",
|
|
6047
6222
|
"customElement": true
|
|
6048
6223
|
}
|
|
6049
6224
|
],
|
|
6050
6225
|
"exports": [
|
|
6051
6226
|
{
|
|
6052
6227
|
"kind": "custom-element-definition",
|
|
6053
|
-
"name": "mui-
|
|
6228
|
+
"name": "mui-tab-panel",
|
|
6054
6229
|
"declaration": {
|
|
6055
|
-
"name": "
|
|
6056
|
-
"module": "src/components/mui-
|
|
6230
|
+
"name": "MuiTabPanel",
|
|
6231
|
+
"module": "src/components/mui-tabs/panel/index.ts"
|
|
6057
6232
|
}
|
|
6058
6233
|
}
|
|
6059
6234
|
]
|