@m3e/web 2.5.7 → 2.5.8
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/all.js +3599 -863
- package/dist/all.js.map +1 -1
- package/dist/all.min.js +120 -57
- package/dist/all.min.js.map +1 -1
- package/dist/card.js +2 -2
- package/dist/card.js.map +1 -1
- package/dist/card.min.js +1 -1
- package/dist/card.min.js.map +1 -1
- package/dist/content-pane.js +1 -1
- package/dist/content-pane.js.map +1 -1
- package/dist/content-pane.min.js +1 -1
- package/dist/content-pane.min.js.map +1 -1
- package/dist/core.js +20 -4
- package/dist/core.js.map +1 -1
- package/dist/core.min.js +1 -1
- package/dist/core.min.js.map +1 -1
- package/dist/css-custom-data.json +496 -481
- package/dist/custom-elements.json +5642 -5588
- package/dist/drawer-container.js +13 -7
- package/dist/drawer-container.js.map +1 -1
- package/dist/drawer-container.min.js +1 -1
- package/dist/drawer-container.min.js.map +1 -1
- package/dist/html-custom-data.json +292 -292
- package/dist/loading-indicator.js +8 -8
- package/dist/loading-indicator.js.map +1 -1
- package/dist/loading-indicator.min.js +1 -1
- package/dist/loading-indicator.min.js.map +1 -1
- package/dist/slide-group.js +1 -1
- package/dist/slide-group.js.map +1 -1
- package/dist/slide-group.min.js.map +1 -1
- package/dist/snackbar.js +2 -2
- package/dist/snackbar.js.map +1 -1
- package/dist/snackbar.min.js +1 -1
- package/dist/snackbar.min.js.map +1 -1
- package/dist/src/card/styles/CardStyle.d.ts.map +1 -1
- package/dist/src/content-pane/ContentPaneElement.d.ts.map +1 -1
- package/dist/src/core/shared/controllers/ScrollController.d.ts.map +1 -1
- package/dist/src/drawer-container/DrawerContainerElement.d.ts.map +1 -1
- package/dist/src/drawer-container/DrawerToggleElement.d.ts.map +1 -1
- package/dist/src/loading-indicator/LoadingIndicatorElement.d.ts +1 -1
- package/dist/src/loading-indicator/LoadingIndicatorElement.d.ts.map +1 -1
- package/dist/src/snackbar/SnackbarElement.d.ts.map +1 -1
- package/dist/src/theme/ThemeElement.d.ts.map +1 -1
- package/dist/src/toc/TocElement.d.ts +4 -0
- package/dist/src/toc/TocElement.d.ts.map +1 -1
- package/dist/theme.js +3529 -832
- package/dist/theme.js.map +1 -1
- package/dist/theme.min.js +94 -31
- package/dist/theme.min.js.map +1 -1
- package/dist/toc.js +23 -6
- package/dist/toc.js.map +1 -1
- package/dist/toc.min.js +1 -1
- package/dist/toc.min.js.map +1 -1
- package/package.json +2 -2
|
@@ -106,91 +106,22 @@
|
|
|
106
106
|
"references": []
|
|
107
107
|
},
|
|
108
108
|
{
|
|
109
|
-
"name": "m3e-
|
|
110
|
-
"description": "
|
|
111
|
-
"attributes": [
|
|
112
|
-
{
|
|
113
|
-
"name": "wrap",
|
|
114
|
-
"description": "Whether items wrap to a new line.",
|
|
115
|
-
"values": []
|
|
116
|
-
}
|
|
117
|
-
],
|
|
118
|
-
"references": []
|
|
119
|
-
},
|
|
120
|
-
{
|
|
121
|
-
"name": "m3e-breadcrumb-item-button",
|
|
122
|
-
"description": "\n---\n\n\n### **Events:**\n - **click**",
|
|
123
|
-
"attributes": [
|
|
124
|
-
{
|
|
125
|
-
"name": "current",
|
|
126
|
-
"description": "Indicates the current item in the breadcrumb path.",
|
|
127
|
-
"values": [{ "name": "BreadcrumbItemCurrent" }]
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
"name": "href",
|
|
131
|
-
"description": "The URL to which the link button points.",
|
|
132
|
-
"values": []
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"name": "target",
|
|
136
|
-
"description": "The target of the link button.",
|
|
137
|
-
"values": [{ "name": "LinkTarget" }]
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"name": "rel",
|
|
141
|
-
"description": "The relationship between the `target` of the link button and the document.",
|
|
142
|
-
"values": []
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
"name": "download",
|
|
146
|
-
"description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
|
|
147
|
-
"values": []
|
|
148
|
-
},
|
|
149
|
-
{
|
|
150
|
-
"name": "disabled",
|
|
151
|
-
"description": "Whether the element is disabled.",
|
|
152
|
-
"values": []
|
|
153
|
-
}
|
|
154
|
-
],
|
|
155
|
-
"references": []
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"name": "m3e-breadcrumb-item",
|
|
159
|
-
"description": "An item in a breadcrumb.\n---\n\n\n### **Events:**\n - **click** - Dispatched when the element is clicked.\n\n### **Slots:**\n - _default_ - Renders the content of the breadcrumb item.\n- **icon** - Renders an icon before the item's label.\n\n### **CSS Properties:**\n - **--m3e-breadcrumb-item-shape** - Shape of the internal breadcrumb item button. _(default: undefined)_\n- **--m3e-breadcrumb-item-container-height** - Height of the internal breadcrumb item button container. _(default: undefined)_\n- **--m3e-breadcrumb-item-icon-color** - Color of breadcrumb item icon-only content. _(default: undefined)_\n- **--m3e-breadcrumb-item-icon-padding-inline** - Horizontal padding for icon-only breadcrumb items. _(default: undefined)_\n- **--m3e-breadcrumb-item-icon-hover-state-layer-color** - Hover state layer color for icon-only breadcrumb items. _(default: undefined)_\n- **--m3e-breadcrumb-item-icon-focus-state-layer-color** - Focus state layer color for icon-only breadcrumb items. _(default: undefined)_\n- **--m3e-breadcrumb-item-icon-pressed-state-layer-color** - Pressed state layer color for icon-only breadcrumb items. _(default: undefined)_\n- **--m3e-breadcrumb-item-label-color** - Color of breadcrumb item label content. _(default: undefined)_\n- **--m3e-breadcrumb-item-label-font-size** - Font size of breadcrumb item label content. _(default: undefined)_\n- **--m3e-breadcrumb-item-label-font-weight** - Font weight of breadcrumb item label content. _(default: undefined)_\n- **--m3e-breadcrumb-item-label-line-height** - Line height of breadcrumb item label content. _(default: undefined)_\n- **--m3e-breadcrumb-item-label-tracking** - Letter spacing of breadcrumb item label content. _(default: undefined)_\n- **--m3e-breadcrumb-item-label-padding-inline** - Horizontal padding for label breadcrumb items. _(default: undefined)_\n- **--m3e-breadcrumb-item-label-hover-state-layer-color** - Hover state layer color for label breadcrumb items. _(default: undefined)_\n- **--m3e-breadcrumb-item-label-focus-state-layer-color** - Focus state layer color for label breadcrumb items. _(default: undefined)_\n- **--m3e-breadcrumb-item-label-pressed-state-layer-color** - Pressed state layer color for label breadcrumb items. _(default: undefined)_\n- **--m3e-breadcrumb-item-last-color** - Color used for the current breadcrumb item. _(default: undefined)_\n- **--m3e-breadcrumb-item-icon-label-space** - Space between icon and label. _(default: undefined)_\n- **--m3e-breadcrumb-item-icon-size** - Size of the icon. _(default: undefined)_\n- **--m3e-breadcrumb-item-disabled-color** - Disabled color used by the breadcrumb item button. _(default: undefined)_\n- **--m3e-breadcrumb-item-disabled-opacity** - Disabled opacity used by the breadcrumb item button. _(default: undefined)_",
|
|
109
|
+
"name": "m3e-badge",
|
|
110
|
+
"description": "A visual indicator used to label content.\n---\n\n\n### **Methods:**\n - **attach(control: _HTMLElement_): _void_** - Attaches the element to an interactive control.\n- **detach(): _void_** - Detaches the element from its current interactive control.\n\n### **Slots:**\n - _default_ - Renders the content of the badge.\n\n### **CSS Properties:**\n - **--m3e-badge-shape** - Corner radius of the badge. _(default: undefined)_\n- **--m3e-badge-color** - Foreground color of badge content. _(default: undefined)_\n- **--m3e-badge-container-color** - Background color of the badge. _(default: undefined)_\n- **--m3e-badge-small-size** - Fixed dimensions for small badge. Used for minimal indicators (e.g. dot). _(default: undefined)_\n- **--m3e-badge-medium-size** - Height and min-width for medium badge. _(default: undefined)_\n- **--m3e-badge-medium-font-size** - Font size for medium badge label. _(default: undefined)_\n- **--m3e-badge-medium-font-weight** - Font weight for medium badge label. _(default: undefined)_\n- **--m3e-badge-medium-line-height** - Line height for medium badge label. _(default: undefined)_\n- **--m3e-badge-medium-tracking** - Letter spacing for medium badge label. _(default: undefined)_\n- **--m3e-badge-large-size** - Height and min-width for large badge. _(default: undefined)_\n- **--m3e-badge-large-font-size** - Font size for large badge label. _(default: undefined)_\n- **--m3e-badge-large-font-weight** - Font weight for large badge label. _(default: undefined)_\n- **--m3e-badge-large-line-height** - Line height for large badge label. _(default: undefined)_\n- **--m3e-badge-large-tracking** - Letter spacing for large badge label. _(default: undefined)_",
|
|
160
111
|
"attributes": [
|
|
161
112
|
{
|
|
162
|
-
"name": "
|
|
163
|
-
"description": "The
|
|
164
|
-
"values": []
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"name": "disabled",
|
|
168
|
-
"description": "Whether the element is disabled.",
|
|
169
|
-
"values": []
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"name": "current",
|
|
173
|
-
"description": "Indicates the current item in the breadcrumb path.",
|
|
174
|
-
"values": [{ "name": "BreadcrumbItemCurrent" }]
|
|
175
|
-
},
|
|
176
|
-
{
|
|
177
|
-
"name": "href",
|
|
178
|
-
"description": "The URL to which the internal breadcrumb link button points.",
|
|
179
|
-
"values": []
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"name": "target",
|
|
183
|
-
"description": "The target of the internal breadcrumb link button.",
|
|
184
|
-
"values": [{ "name": "LinkTarget" }]
|
|
113
|
+
"name": "size",
|
|
114
|
+
"description": "The size of the badge.",
|
|
115
|
+
"values": [{ "name": "BadgeSize" }]
|
|
185
116
|
},
|
|
186
117
|
{
|
|
187
|
-
"name": "
|
|
188
|
-
"description": "
|
|
189
|
-
"values": []
|
|
118
|
+
"name": "position",
|
|
119
|
+
"description": "The position of the badge, when attached to another element.",
|
|
120
|
+
"values": [{ "name": "BadgePosition" }]
|
|
190
121
|
},
|
|
191
122
|
{
|
|
192
|
-
"name": "
|
|
193
|
-
"description": "The
|
|
123
|
+
"name": "for",
|
|
124
|
+
"description": "The identifier of the interactive control to which this element is attached.",
|
|
194
125
|
"values": []
|
|
195
126
|
}
|
|
196
127
|
],
|
|
@@ -277,22 +208,91 @@
|
|
|
277
208
|
"references": []
|
|
278
209
|
},
|
|
279
210
|
{
|
|
280
|
-
"name": "m3e-
|
|
281
|
-
"description": "
|
|
211
|
+
"name": "m3e-breadcrumb",
|
|
212
|
+
"description": "Displays a hierarchical navigation path and identifies the user's\r\ncurrent location within an application.\n---\n\n\n### **Slots:**\n - _default_ - Renders breadcrumb items.\n- **separator** - Renders a custom separator between breadcrumb items.",
|
|
282
213
|
"attributes": [
|
|
283
214
|
{
|
|
284
|
-
"name": "
|
|
285
|
-
"description": "
|
|
286
|
-
"values": [
|
|
215
|
+
"name": "wrap",
|
|
216
|
+
"description": "Whether items wrap to a new line.",
|
|
217
|
+
"values": []
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"references": []
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "m3e-breadcrumb-item-button",
|
|
224
|
+
"description": "\n---\n\n\n### **Events:**\n - **click**",
|
|
225
|
+
"attributes": [
|
|
226
|
+
{
|
|
227
|
+
"name": "current",
|
|
228
|
+
"description": "Indicates the current item in the breadcrumb path.",
|
|
229
|
+
"values": [{ "name": "BreadcrumbItemCurrent" }]
|
|
287
230
|
},
|
|
288
231
|
{
|
|
289
|
-
"name": "
|
|
290
|
-
"description": "The
|
|
291
|
-
"values": [
|
|
232
|
+
"name": "href",
|
|
233
|
+
"description": "The URL to which the link button points.",
|
|
234
|
+
"values": []
|
|
292
235
|
},
|
|
293
236
|
{
|
|
294
|
-
"name": "
|
|
295
|
-
"description": "The
|
|
237
|
+
"name": "target",
|
|
238
|
+
"description": "The target of the link button.",
|
|
239
|
+
"values": [{ "name": "LinkTarget" }]
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"name": "rel",
|
|
243
|
+
"description": "The relationship between the `target` of the link button and the document.",
|
|
244
|
+
"values": []
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
"name": "download",
|
|
248
|
+
"description": "A value indicating whether the `target` of the link button will be downloaded,\r\noptionally specifying the new name of the file.",
|
|
249
|
+
"values": []
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"name": "disabled",
|
|
253
|
+
"description": "Whether the element is disabled.",
|
|
254
|
+
"values": []
|
|
255
|
+
}
|
|
256
|
+
],
|
|
257
|
+
"references": []
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"name": "m3e-breadcrumb-item",
|
|
261
|
+
"description": "An item in a breadcrumb.\n---\n\n\n### **Events:**\n - **click** - Dispatched when the element is clicked.\n\n### **Slots:**\n - _default_ - Renders the content of the breadcrumb item.\n- **icon** - Renders an icon before the item's label.\n\n### **CSS Properties:**\n - **--m3e-breadcrumb-item-shape** - Shape of the internal breadcrumb item button. _(default: undefined)_\n- **--m3e-breadcrumb-item-container-height** - Height of the internal breadcrumb item button container. _(default: undefined)_\n- **--m3e-breadcrumb-item-icon-color** - Color of breadcrumb item icon-only content. _(default: undefined)_\n- **--m3e-breadcrumb-item-icon-padding-inline** - Horizontal padding for icon-only breadcrumb items. _(default: undefined)_\n- **--m3e-breadcrumb-item-icon-hover-state-layer-color** - Hover state layer color for icon-only breadcrumb items. _(default: undefined)_\n- **--m3e-breadcrumb-item-icon-focus-state-layer-color** - Focus state layer color for icon-only breadcrumb items. _(default: undefined)_\n- **--m3e-breadcrumb-item-icon-pressed-state-layer-color** - Pressed state layer color for icon-only breadcrumb items. _(default: undefined)_\n- **--m3e-breadcrumb-item-label-color** - Color of breadcrumb item label content. _(default: undefined)_\n- **--m3e-breadcrumb-item-label-font-size** - Font size of breadcrumb item label content. _(default: undefined)_\n- **--m3e-breadcrumb-item-label-font-weight** - Font weight of breadcrumb item label content. _(default: undefined)_\n- **--m3e-breadcrumb-item-label-line-height** - Line height of breadcrumb item label content. _(default: undefined)_\n- **--m3e-breadcrumb-item-label-tracking** - Letter spacing of breadcrumb item label content. _(default: undefined)_\n- **--m3e-breadcrumb-item-label-padding-inline** - Horizontal padding for label breadcrumb items. _(default: undefined)_\n- **--m3e-breadcrumb-item-label-hover-state-layer-color** - Hover state layer color for label breadcrumb items. _(default: undefined)_\n- **--m3e-breadcrumb-item-label-focus-state-layer-color** - Focus state layer color for label breadcrumb items. _(default: undefined)_\n- **--m3e-breadcrumb-item-label-pressed-state-layer-color** - Pressed state layer color for label breadcrumb items. _(default: undefined)_\n- **--m3e-breadcrumb-item-last-color** - Color used for the current breadcrumb item. _(default: undefined)_\n- **--m3e-breadcrumb-item-icon-label-space** - Space between icon and label. _(default: undefined)_\n- **--m3e-breadcrumb-item-icon-size** - Size of the icon. _(default: undefined)_\n- **--m3e-breadcrumb-item-disabled-color** - Disabled color used by the breadcrumb item button. _(default: undefined)_\n- **--m3e-breadcrumb-item-disabled-opacity** - Disabled opacity used by the breadcrumb item button. _(default: undefined)_",
|
|
262
|
+
"attributes": [
|
|
263
|
+
{
|
|
264
|
+
"name": "item-label",
|
|
265
|
+
"description": "The accessible label given to the item's internal button.",
|
|
266
|
+
"values": []
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": "disabled",
|
|
270
|
+
"description": "Whether the element is disabled.",
|
|
271
|
+
"values": []
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
"name": "current",
|
|
275
|
+
"description": "Indicates the current item in the breadcrumb path.",
|
|
276
|
+
"values": [{ "name": "BreadcrumbItemCurrent" }]
|
|
277
|
+
},
|
|
278
|
+
{
|
|
279
|
+
"name": "href",
|
|
280
|
+
"description": "The URL to which the internal breadcrumb link button points.",
|
|
281
|
+
"values": []
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"name": "target",
|
|
285
|
+
"description": "The target of the internal breadcrumb link button.",
|
|
286
|
+
"values": [{ "name": "LinkTarget" }]
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"name": "download",
|
|
290
|
+
"description": "A value indicating whether the internal link target will be downloaded, optionally specifying a file name.",
|
|
291
|
+
"values": []
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"name": "rel",
|
|
295
|
+
"description": "The relationship between the internal link target and the document.",
|
|
296
296
|
"values": []
|
|
297
297
|
}
|
|
298
298
|
],
|
|
@@ -1141,6 +1141,33 @@
|
|
|
1141
1141
|
],
|
|
1142
1142
|
"references": []
|
|
1143
1143
|
},
|
|
1144
|
+
{
|
|
1145
|
+
"name": "m3e-divider",
|
|
1146
|
+
"description": "A thin line that separates content in lists or other containers.\n---\n\n\n### **CSS Properties:**\n - **--m3e-divider-thickness** - Thickness of the divider line. _(default: undefined)_\n- **--m3e-divider-color** - Color of the divider line. _(default: undefined)_\n- **--m3e-divider-inset-size** - When inset, fallback inset size used when no specific start or end inset is provided. _(default: undefined)_\n- **--m3e-divider-inset-start-size** - When inset, leading inset size. _(default: undefined)_\n- **--m3e-divider-inset-end-size** - When inset, trailing inset size. _(default: undefined)_",
|
|
1147
|
+
"attributes": [
|
|
1148
|
+
{
|
|
1149
|
+
"name": "inset",
|
|
1150
|
+
"description": "Whether the divider is indented with equal padding on both sides.",
|
|
1151
|
+
"values": []
|
|
1152
|
+
},
|
|
1153
|
+
{
|
|
1154
|
+
"name": "inset-start",
|
|
1155
|
+
"description": "Whether the divider is indented with padding on the leading side.",
|
|
1156
|
+
"values": []
|
|
1157
|
+
},
|
|
1158
|
+
{
|
|
1159
|
+
"name": "inset-end",
|
|
1160
|
+
"description": "Whether the divider is indented with padding on the trailing side.",
|
|
1161
|
+
"values": []
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"name": "vertical",
|
|
1165
|
+
"description": "Whether the divider is vertically aligned with adjacent content.",
|
|
1166
|
+
"values": []
|
|
1167
|
+
}
|
|
1168
|
+
],
|
|
1169
|
+
"references": []
|
|
1170
|
+
},
|
|
1144
1171
|
{
|
|
1145
1172
|
"name": "m3e-drawer-container",
|
|
1146
1173
|
"description": "A container for one or two sliding drawers.\n---\n\n\n### **Events:**\n - **change** - Dispatched when the state of the start or end drawers change.\n\n### **Slots:**\n - _default_ - Renders the main content.\n- **start** - Renders the start drawer.\n- **end** - Renders the end drawer.\n\n### **CSS Properties:**\n - **--m3e-drawer-container-color** - The background color of the drawer container. _(default: undefined)_\n- **--m3e-drawer-container-elevation** - The elevation level of the drawer container. _(default: undefined)_\n- **--m3e-drawer-container-width** - The width of the drawer container. _(default: undefined)_\n- **--m3e-drawer-container-scrim-opacity** - The opacity of the scrim behind the drawer. _(default: undefined)_\n- **--m3e-modal-drawer-start-shape** - The shape of the drawer's start edge (typically left in LTR). _(default: undefined)_\n- **--m3e-modal-drawer-end-shape** - The shape of the drawer's end edge (typically right in LTR). _(default: undefined)_\n- **--m3e-modal-drawer-container-color** - The background color of the modal drawer container. _(default: undefined)_\n- **--m3e-modal-drawer-elevation** - The elevation level of the modal drawer container. _(default: undefined)_\n- **--m3e-drawer-divider-color** - The color of the divider between drawer sections. _(default: undefined)_\n- **--m3e-drawer-divider-thickness** - The thickness of the divider line. _(default: undefined)_",
|
|
@@ -1190,33 +1217,6 @@
|
|
|
1190
1217
|
],
|
|
1191
1218
|
"references": []
|
|
1192
1219
|
},
|
|
1193
|
-
{
|
|
1194
|
-
"name": "m3e-divider",
|
|
1195
|
-
"description": "A thin line that separates content in lists or other containers.\n---\n\n\n### **CSS Properties:**\n - **--m3e-divider-thickness** - Thickness of the divider line. _(default: undefined)_\n- **--m3e-divider-color** - Color of the divider line. _(default: undefined)_\n- **--m3e-divider-inset-size** - When inset, fallback inset size used when no specific start or end inset is provided. _(default: undefined)_\n- **--m3e-divider-inset-start-size** - When inset, leading inset size. _(default: undefined)_\n- **--m3e-divider-inset-end-size** - When inset, trailing inset size. _(default: undefined)_",
|
|
1196
|
-
"attributes": [
|
|
1197
|
-
{
|
|
1198
|
-
"name": "inset",
|
|
1199
|
-
"description": "Whether the divider is indented with equal padding on both sides.",
|
|
1200
|
-
"values": []
|
|
1201
|
-
},
|
|
1202
|
-
{
|
|
1203
|
-
"name": "inset-start",
|
|
1204
|
-
"description": "Whether the divider is indented with padding on the leading side.",
|
|
1205
|
-
"values": []
|
|
1206
|
-
},
|
|
1207
|
-
{
|
|
1208
|
-
"name": "inset-end",
|
|
1209
|
-
"description": "Whether the divider is indented with padding on the trailing side.",
|
|
1210
|
-
"values": []
|
|
1211
|
-
},
|
|
1212
|
-
{
|
|
1213
|
-
"name": "vertical",
|
|
1214
|
-
"description": "Whether the divider is vertically aligned with adjacent content.",
|
|
1215
|
-
"values": []
|
|
1216
|
-
}
|
|
1217
|
-
],
|
|
1218
|
-
"references": []
|
|
1219
|
-
},
|
|
1220
1220
|
{
|
|
1221
1221
|
"name": "m3e-accordion",
|
|
1222
1222
|
"description": "Combines multiple expansion panels in to an accordion.\n---\n\n\n### **Slots:**\n - _default_ - Renders the panels of the accordion.",
|
|
@@ -1754,6 +1754,18 @@
|
|
|
1754
1754
|
],
|
|
1755
1755
|
"references": []
|
|
1756
1756
|
},
|
|
1757
|
+
{
|
|
1758
|
+
"name": "m3e-loading-indicator",
|
|
1759
|
+
"description": "Shows indeterminate progress for a short wait time.\n---\n\n\n### **CSS Properties:**\n - **--m3e-loading-indicator-active-indicator-color** - Uncontained active indicator color. _(default: undefined)_\n- **--m3e-loading-indicator-contained-active-indicator-color** - Contained active indicator color. _(default: undefined)_\n- **--m3e-loading-indicator-contained-container-color** - Contained container (background) color. _(default: undefined)_\n- **--m3e-loading-indicator-active-indicator-size** - Size of the active indicator. _(default: undefined)_\n- **--m3e-loading-indicator-container-shape** - Container shape. _(default: undefined)_\n- **--m3e-loading-indicator-container-size** - Container size. _(default: undefined)_",
|
|
1760
|
+
"attributes": [
|
|
1761
|
+
{
|
|
1762
|
+
"name": "variant",
|
|
1763
|
+
"description": "The appearance variant of the indicator.",
|
|
1764
|
+
"values": [{ "name": "LoadingIndicatorVariant" }]
|
|
1765
|
+
}
|
|
1766
|
+
],
|
|
1767
|
+
"references": []
|
|
1768
|
+
},
|
|
1757
1769
|
{
|
|
1758
1770
|
"name": "m3e-menu",
|
|
1759
1771
|
"description": "Presents a list of choices on a temporary surface.\n---\n\n\n### **Events:**\n - **beforetoggle** - Dispatched before the toggle state changes.\n- **toggle** - Dispatched after the toggle state has changed.\n\n### **Methods:**\n - **show(trigger: _HTMLElement_): _Promise<void>_** - Opens the menu.\n- **hide(restoreFocus: _boolean_): _void_** - Hides the menu.\n- **hideAll(restoreFocus: _boolean_): _void_** - Closes this menu and any parenting menus.\n- **toggle(trigger: _HTMLElement_): _Promise<void>_** - Toggles the menu.\n\n### **Slots:**\n - _default_ - Renders the contents of the menu.\n\n### **CSS Properties:**\n - **--m3e-menu-container-shape** - Controls the corner radius of the menu container. _(default: undefined)_\n- **--m3e-menu-active-container-shape** - Controls the corner radius of the menu container when active. _(default: undefined)_\n- **--m3e-menu-container-min-width** - Minimum width of the menu container. _(default: undefined)_\n- **--m3e-menu-container-max-width** - Maximum width of the menu container. _(default: undefined)_\n- **--m3e-menu-container-max-height** - Maximum height of the menu container. _(default: undefined)_\n- **--m3e-menu-container-padding-block** - Vertical padding inside the menu container. _(default: undefined)_\n- **--m3e-menu-container-padding-inline** - Horizontal padding inside the menu container. _(default: undefined)_\n- **--m3e-menu-container-color** - Background color of the menu container. _(default: undefined)_\n- **--m3e-menu-container-elevation** - Box shadow elevation of the menu container. _(default: undefined)_\n- **--m3e-vibrant-menu-container-color** - Background color of the menu container for vibrant variant. _(default: undefined)_\n- **--m3e-menu-divider-spacing** - Vertical spacing around slotted `m3e-divider` elements. _(default: undefined)_\n- **--m3e-menu-gap** - Gap between content in the menu. _(default: undefined)_",
|
|
@@ -1865,18 +1877,6 @@
|
|
|
1865
1877
|
],
|
|
1866
1878
|
"references": []
|
|
1867
1879
|
},
|
|
1868
|
-
{
|
|
1869
|
-
"name": "m3e-loading-indicator",
|
|
1870
|
-
"description": "Shows indeterminate progress for a short wait time.\n---\n\n\n### **CSS Properties:**\n - **--m3e-loading-indicator-active-indicator-color** - Uncontained active indicator color. _(default: undefined)_\n- **--m3e-loading-indicator-contained-active-indicator-color** - Contained active indicator color. _(default: undefined)_\n- **--m3e-loading-indicator-contained-container-color** - Contained container (background) color. _(default: undefined)_\n- **--m3e-loading-indicator-active-indicator-size** - Size of the active indicator. _(default: undefined)_\n- **--m3e-loading-indicator-container-shape** - Container shape. _(default: undefined)_\n- **--m3e-loading-indicator-container-size** - Container size. _(default: undefined)_",
|
|
1871
|
-
"attributes": [
|
|
1872
|
-
{
|
|
1873
|
-
"name": "variant",
|
|
1874
|
-
"description": "The appearance variant of the indicator.",
|
|
1875
|
-
"values": [{ "name": "LoadingIndicatorVariant" }]
|
|
1876
|
-
}
|
|
1877
|
-
],
|
|
1878
|
-
"references": []
|
|
1879
|
-
},
|
|
1880
1880
|
{
|
|
1881
1881
|
"name": "m3e-nav-bar",
|
|
1882
1882
|
"description": "A horizontal bar, typically used on smaller devices, that allows a user to switch between 3-5 views.\n---\n\n\n### **Events:**\n - **change** - Dispatched when the selected state of an item changes.\n- **beforeinput** - Dispatched before the selected state of an item changes.\n- **input** - Dispatched when the selected state of an item changes.\n\n### **Slots:**\n - _default_ - Renders the items of the bar.\n\n### **CSS Properties:**\n - **--m3e-nav-bar-height** - Height of the navigation bar. _(default: undefined)_\n- **--m3e-nav-bar-container-color** - Background color of the navigation bar container. _(default: undefined)_\n- **--m3e-nav-bar-vertical-item-width** - Minimum width of vertical nav items. _(default: undefined)_",
|
|
@@ -2353,6 +2353,18 @@
|
|
|
2353
2353
|
],
|
|
2354
2354
|
"references": []
|
|
2355
2355
|
},
|
|
2356
|
+
{
|
|
2357
|
+
"name": "m3e-shape",
|
|
2358
|
+
"description": "A shape used to add emphasis and decorative flair.\n---\n\n\n### **Slots:**\n - _default_ - Renders the clipped content of the shape.\n\n### **CSS Properties:**\n - **--m3e-shape-size** - Default size of the shape. _(default: undefined)_\n- **--m3e-shape-container-color** - Container (background) color of the shape. _(default: undefined)_\n- **--m3e-shape-transition** - Transition used to morph between shapes. _(default: undefined)_",
|
|
2359
|
+
"attributes": [
|
|
2360
|
+
{
|
|
2361
|
+
"name": "name",
|
|
2362
|
+
"description": "The name of the shape.",
|
|
2363
|
+
"values": [{ "name": "ShapeName" }]
|
|
2364
|
+
}
|
|
2365
|
+
],
|
|
2366
|
+
"references": []
|
|
2367
|
+
},
|
|
2356
2368
|
{
|
|
2357
2369
|
"name": "m3e-select",
|
|
2358
2370
|
"description": "A form control that allows users to select a value from a set of predefined options.\n---\n\n\n### **Events:**\n - **change** - Dispatched when the selected state changes.\n- **toggle**\n- **beforeinput** - Dispatched before the selected state changes.\n- **input** - Dispatched when the selected state changes.\n\n### **Methods:**\n - **clear(restoreFocus): _void_** - Clears the value of the element.\n- **markAsPristine(): _void_** - Marks the element as pristine.\n- **markAsDirty(): _void_** - Marks the element as dirty.\n- **markAsTouched(): _void_** - Marks the element as touched.\n- **markAsUntouched(): _void_** - Marks the element as untouched.\n- **reportValidity(): _boolean_** - Returns `true` if the element has no validity problems; otherwise, returns `false`, fires\r\nan invalid event, and (if the event isn't canceled) reports the problem to the user.\n- **checkValidity(): _boolean_** - Returns `true` if the element has no validity problems; otherwise,\r\nreturns `false`, fires an invalid event.\n- **setCustomValidity(error: _string_): _void_** - Sets a custom validity message for the element.\n- **formDisabledCallback(disabled: _boolean_): _void_** - Called when the element is disabled or enabled via its form association.\n- **formResetCallback(): _void_** - Called when the associated form is reset.\n\n### **Slots:**\n - _default_ - Renders the options of the select.\n- **arrow** - Renders the dropdown arrow.\n- **value** - Renders the selected value(s).\n\n### **CSS Properties:**\n - **--m3e-form-field-font-size** - The font size of the select control. _(default: undefined)_\n- **--m3e-form-field-font-weight** - The font weight of the select control. _(default: undefined)_\n- **--m3e-form-field-line-height** - The line height of the select control. _(default: undefined)_\n- **--m3e-form-field-tracking** - The letter spacing of the select control. _(default: undefined)_\n- **--m3e-select-container-shape** - The corner radius of the select container. _(default: undefined)_\n- **--m3e-select-disabled-color** - The text color when the select is disabled. _(default: undefined)_\n- **--m3e-select-disabled-color-opacity** - The opacity level applied to the disabled text color. _(default: undefined)_\n- **--m3e-select-icon-size** - The size of the dropdown arrow icon. _(default: undefined)_",
|
|
@@ -2390,18 +2402,6 @@
|
|
|
2390
2402
|
],
|
|
2391
2403
|
"references": []
|
|
2392
2404
|
},
|
|
2393
|
-
{
|
|
2394
|
-
"name": "m3e-shape",
|
|
2395
|
-
"description": "A shape used to add emphasis and decorative flair.\n---\n\n\n### **Slots:**\n - _default_ - Renders the clipped content of the shape.\n\n### **CSS Properties:**\n - **--m3e-shape-size** - Default size of the shape. _(default: undefined)_\n- **--m3e-shape-container-color** - Container (background) color of the shape. _(default: undefined)_\n- **--m3e-shape-transition** - Transition used to morph between shapes. _(default: undefined)_",
|
|
2396
|
-
"attributes": [
|
|
2397
|
-
{
|
|
2398
|
-
"name": "name",
|
|
2399
|
-
"description": "The name of the shape.",
|
|
2400
|
-
"values": [{ "name": "ShapeName" }]
|
|
2401
|
-
}
|
|
2402
|
-
],
|
|
2403
|
-
"references": []
|
|
2404
|
-
},
|
|
2405
2405
|
{
|
|
2406
2406
|
"name": "m3e-skeleton",
|
|
2407
2407
|
"description": "A visual placeholder that mimics the layout of content while it's still loading.\n---\n\n\n### **Slots:**\n - _default_ - Renders the content to be mimicked by the skeleton.\n\n### **CSS Properties:**\n - **--m3e-skeleton-color** - Base fill color for the skeleton surface. _(default: undefined)_\n- **--m3e-skeleton-tint-color** - Tint fill color for the skeleton surface. _(default: undefined)_\n- **--m3e-skeleton-tint-opacity** - Tint Opacity applied when the skeleton animation is not pulsating. _(default: undefined)_\n- **--m3e-skeleton-accent-color** - Accent color used in wave animation. _(default: undefined)_\n- **--m3e-skeleton-accent-opacity** - Opacity of the accent effect in animations. _(default: undefined)_\n- **--m3e-skeleton-rounded-shape** - Corner radius for the rounded skeleton shape. _(default: undefined)_\n- **--m3e-skeleton-circular-shape** - Corner radius for the circular skeleton shape. _(default: undefined)_\n- **--m3e-skeleton-square-shape** - Corner radius for the square skeleton shape. _(default: undefined)_\n- **--m3e-skeleton-shape** - Corner radius for the skeleton shape. _(default: undefined)_",
|
|
@@ -2424,38 +2424,6 @@
|
|
|
2424
2424
|
],
|
|
2425
2425
|
"references": []
|
|
2426
2426
|
},
|
|
2427
|
-
{
|
|
2428
|
-
"name": "m3e-slide-group",
|
|
2429
|
-
"description": "Presents pagination controls used to scroll overflowing content.\n---\n\n\n### **Events:**\n - **pagination-changed**\n\n### **Slots:**\n - _default_ - Renders the content to paginate.\n- **next-icon** - Renders the icon to present for the next button.\n- **prev-icon** - Renders the icon to present for the previous button.\n\n### **CSS Properties:**\n - **--m3e-slide-group-button-icon-size** - Sets icon size for scroll buttons; overrides default small icon size. _(default: undefined)_\n- **--m3e-slide-group-button-size** - Defines scroll button size; used for width (horizontal) or height (vertical). _(default: undefined)_\n- **--m3e-slide-group-divider-top** - Adds top border to content container for visual separation. _(default: undefined)_\n- **--m3e-slide-group-divider-bottom** - Adds bottom border to content container for visual separation. _(default: undefined)_",
|
|
2430
|
-
"attributes": [
|
|
2431
|
-
{
|
|
2432
|
-
"name": "disabled",
|
|
2433
|
-
"description": "Whether scroll buttons are disabled.",
|
|
2434
|
-
"values": []
|
|
2435
|
-
},
|
|
2436
|
-
{
|
|
2437
|
-
"name": "next-page-label",
|
|
2438
|
-
"description": "The accessible label given to the button used to move to the next page.",
|
|
2439
|
-
"values": []
|
|
2440
|
-
},
|
|
2441
|
-
{
|
|
2442
|
-
"name": "previous-page-label",
|
|
2443
|
-
"description": "The accessible label given to the button used to move to the previous page.",
|
|
2444
|
-
"values": []
|
|
2445
|
-
},
|
|
2446
|
-
{
|
|
2447
|
-
"name": "threshold",
|
|
2448
|
-
"description": "A value, in pixels, indicating the scroll threshold at which to begin showing pagination controls.",
|
|
2449
|
-
"values": []
|
|
2450
|
-
},
|
|
2451
|
-
{
|
|
2452
|
-
"name": "vertical",
|
|
2453
|
-
"description": "Whether content is oriented vertically.",
|
|
2454
|
-
"values": []
|
|
2455
|
-
}
|
|
2456
|
-
],
|
|
2457
|
-
"references": []
|
|
2458
|
-
},
|
|
2459
2427
|
{
|
|
2460
2428
|
"name": "m3e-slider",
|
|
2461
2429
|
"description": "Allows for the selection of numeric values from a range.\n---\n\n\n### **Events:**\n - **beforeinput** - Dispatched before the value of a thumb changes.\n- **input** - Dispatched when the value of a thumb changes.\n- **change** - Dispatched when the value of a thumb changes.\n\n### **Slots:**\n - _default_ - Renders the thumbs of the slider.\n\n### **CSS Properties:**\n - **--m3e-slider-min-width** - Minimum inline size of the slider host. _(default: undefined)_\n- **--m3e-slider-small-height** - Height of the slider when size is small or extra-small. _(default: undefined)_\n- **--m3e-slider-medium-height** - Height of the slider when size is medium. _(default: undefined)_\n- **--m3e-slider-large-height** - Height of the slider when size is large. _(default: undefined)_\n- **--m3e-slider-extra-large-height** - Height of the slider when size is extra-large. _(default: undefined)_\n- **--m3e-slider-small-active-track-shape** - Corner shape of the active track for small sliders. _(default: undefined)_\n- **--m3e-slider-small-inactive-active-track-start-shape** - Corner shape of the inactive track start for small sliders. _(default: undefined)_\n- **--m3e-slider-small-inactive-track-end-shape** - Corner shape of the inactive track end for small sliders. _(default: undefined)_\n- **--m3e-slider-medium-active-track-shape** - Corner shape of the active track for medium sliders. _(default: undefined)_\n- **--m3e-slider-medium-inactive-active-track-start-shape** - Corner shape of the inactive track start for medium sliders. _(default: undefined)_\n- **--m3e-slider-medium-inactive-track-end-shape** - Corner shape of the inactive track end for medium sliders. _(default: undefined)_\n- **--m3e-slider-large-active-track-shape** - Corner shape of the active track for large sliders. _(default: undefined)_\n- **--m3e-slider-large-inactive-active-track-start-shape** - Corner shape of the inactive track start for large sliders. _(default: undefined)_\n- **--m3e-slider-large-inactive-track-end-shape** - Corner shape of the inactive track end for large sliders. _(default: undefined)_\n- **--m3e-slider-extra-large-active-track-shape** - Corner shape of the active track for extra-large sliders. _(default: undefined)_\n- **--m3e-slider-extra-large-inactive-active-track-start-shape** - Corner shape of the inactive track start for extra-large sliders. _(default: undefined)_\n- **--m3e-slider-extra-large-inactive-track-end-shape** - Corner shape of the inactive track end for extra-large sliders. _(default: undefined)_\n- **--m3e-slider-extra-small-track-height** - Height of the track for extra-small sliders. _(default: undefined)_\n- **--m3e-slider-small-track-height** - Height of the track for small sliders. _(default: undefined)_\n- **--m3e-slider-medium-track-height** - Height of the track for medium sliders. _(default: undefined)_\n- **--m3e-slider-large-track-height** - Height of the track for large sliders. _(default: undefined)_\n- **--m3e-slider-extra-large-track-height** - Height of the track for extra-large sliders. _(default: undefined)_\n- **--m3e-slider-tick-size** - Size of each tick mark. _(default: undefined)_\n- **--m3e-slider-tick-shape** - Corner shape of each tick mark. _(default: undefined)_\n- **--m3e-slider-inactive-track-color** - Background color of the inactive track when enabled. _(default: undefined)_\n- **--m3e-slider-disabled-inactive-track-color** - Base color of the inactive track when disabled. _(default: undefined)_\n- **--m3e-slider-disabled-inactive-track-opacity** - Opacity of the inactive track when disabled. _(default: undefined)_\n- **--m3e-slider-active-track-color** - Background color of the active track when enabled. _(default: undefined)_\n- **--m3e-slider-disabled-active-track-color** - Base color of the active track when disabled. _(default: undefined)_\n- **--m3e-slider-disabled-active-track-opacity** - Opacity of the active track when disabled. _(default: undefined)_\n- **--m3e-slider-tick-active-color** - Color of active ticks when enabled. _(default: undefined)_\n- **--m3e-slider-disabled-tick-active-color** - Color of active ticks when disabled. _(default: undefined)_\n- **--m3e-slider-tick-inactive-color** - Color of inactive ticks when enabled. _(default: undefined)_\n- **--m3e-slider-disabled-tick-inactive-color** - Color of inactive ticks when disabled. _(default: undefined)_",
|
|
@@ -2521,142 +2489,81 @@
|
|
|
2521
2489
|
"references": []
|
|
2522
2490
|
},
|
|
2523
2491
|
{
|
|
2524
|
-
"name": "m3e-
|
|
2525
|
-
"description": "
|
|
2492
|
+
"name": "m3e-slide-group",
|
|
2493
|
+
"description": "Presents pagination controls used to scroll overflowing content.\n---\n\n\n### **Slots:**\n - _default_ - Renders the content to paginate.\n- **next-icon** - Renders the icon to present for the next button.\n- **prev-icon** - Renders the icon to present for the previous button.\n\n### **CSS Properties:**\n - **--m3e-slide-group-button-icon-size** - Sets icon size for scroll buttons; overrides default small icon size. _(default: undefined)_\n- **--m3e-slide-group-button-size** - Defines scroll button size; used for width (horizontal) or height (vertical). _(default: undefined)_\n- **--m3e-slide-group-divider-top** - Adds top border to content container for visual separation. _(default: undefined)_\n- **--m3e-slide-group-divider-bottom** - Adds bottom border to content container for visual separation. _(default: undefined)_",
|
|
2526
2494
|
"attributes": [
|
|
2527
2495
|
{
|
|
2528
|
-
"name": "
|
|
2529
|
-
"description": "
|
|
2530
|
-
"values": [
|
|
2496
|
+
"name": "disabled",
|
|
2497
|
+
"description": "Whether scroll buttons are disabled.",
|
|
2498
|
+
"values": []
|
|
2531
2499
|
},
|
|
2532
2500
|
{
|
|
2533
|
-
"name": "
|
|
2534
|
-
"description": "The
|
|
2535
|
-
"values": [{ "name": "ButtonSize" }]
|
|
2536
|
-
}
|
|
2537
|
-
],
|
|
2538
|
-
"references": []
|
|
2539
|
-
},
|
|
2540
|
-
{
|
|
2541
|
-
"name": "m3e-snackbar",
|
|
2542
|
-
"description": "Presents short updates about application processes at the bottom of the screen.\n---\n\n\n### **Events:**\n - **beforetoggle** - Dispatched before the toggle state changes.\n- **toggle** - Dispatched after the toggle state has changed.\n\n### **Slots:**\n - _default_ - Renders the content of the snackbar.\n- **close-icon** - Renders the icon of the button used to close the snackbar.\n\n### **CSS Properties:**\n - **--m3e-snackbar-margin** - Vertical offset from the bottom of the viewport. _(default: undefined)_\n- **--m3e-snackbar-container-shape** - Border radius of the snackbar container. _(default: undefined)_\n- **--m3e-snackbar-container-color** - Background color of the snackbar. _(default: undefined)_\n- **--m3e-snackbar-padding** - Internal spacing of the snackbar container. _(default: undefined)_\n- **--m3e-snackbar-min-width** - Minimum width of the snackbar. _(default: undefined)_\n- **--m3e-snackbar-max-width** - Maximum width of the snackbar. _(default: undefined)_",
|
|
2543
|
-
"attributes": [
|
|
2544
|
-
{
|
|
2545
|
-
"name": "action",
|
|
2546
|
-
"description": "The label of the snackbar's action.",
|
|
2501
|
+
"name": "next-page-label",
|
|
2502
|
+
"description": "The accessible label given to the button used to move to the next page.",
|
|
2547
2503
|
"values": []
|
|
2548
2504
|
},
|
|
2549
2505
|
{
|
|
2550
|
-
"name": "
|
|
2551
|
-
"description": "The accessible label given to the button used to
|
|
2506
|
+
"name": "previous-page-label",
|
|
2507
|
+
"description": "The accessible label given to the button used to move to the previous page.",
|
|
2552
2508
|
"values": []
|
|
2553
2509
|
},
|
|
2554
2510
|
{
|
|
2555
|
-
"name": "
|
|
2556
|
-
"description": "
|
|
2511
|
+
"name": "threshold",
|
|
2512
|
+
"description": "A value, in pixels, indicating the scroll threshold at which to begin showing pagination controls.",
|
|
2557
2513
|
"values": []
|
|
2558
2514
|
},
|
|
2559
2515
|
{
|
|
2560
|
-
"name": "
|
|
2561
|
-
"description": "
|
|
2516
|
+
"name": "vertical",
|
|
2517
|
+
"description": "Whether content is oriented vertically.",
|
|
2562
2518
|
"values": []
|
|
2563
2519
|
}
|
|
2564
2520
|
],
|
|
2565
2521
|
"references": []
|
|
2566
2522
|
},
|
|
2567
2523
|
{
|
|
2568
|
-
"name": "m3e-
|
|
2569
|
-
"description": "
|
|
2524
|
+
"name": "m3e-snackbar",
|
|
2525
|
+
"description": "Presents short updates about application processes at the bottom of the screen.\n---\n\n\n### **Events:**\n - **beforetoggle** - Dispatched before the toggle state changes.\n- **toggle** - Dispatched after the toggle state has changed.\n\n### **Slots:**\n - _default_ - Renders the content of the snackbar.\n- **close-icon** - Renders the icon of the button used to close the snackbar.\n\n### **CSS Properties:**\n - **--m3e-snackbar-margin** - Vertical offset from the bottom of the viewport. _(default: undefined)_\n- **--m3e-snackbar-container-shape** - Border radius of the snackbar container. _(default: undefined)_\n- **--m3e-snackbar-container-color** - Background color of the snackbar. _(default: undefined)_\n- **--m3e-snackbar-padding** - Internal spacing of the snackbar container. _(default: undefined)_\n- **--m3e-snackbar-min-width** - Minimum width of the snackbar. _(default: undefined)_\n- **--m3e-snackbar-max-width** - Maximum width of the snackbar. _(default: undefined)_",
|
|
2570
2526
|
"attributes": [
|
|
2571
2527
|
{
|
|
2572
|
-
"name": "
|
|
2573
|
-
"description": "
|
|
2574
|
-
"values": []
|
|
2575
|
-
},
|
|
2576
|
-
{
|
|
2577
|
-
"name": "disabled",
|
|
2578
|
-
"description": "Whether the element is disabled.",
|
|
2579
|
-
"values": []
|
|
2580
|
-
},
|
|
2581
|
-
{
|
|
2582
|
-
"name": "editable",
|
|
2583
|
-
"description": "Whether the step is editable and users can return to it after completion.",
|
|
2584
|
-
"values": []
|
|
2585
|
-
},
|
|
2586
|
-
{
|
|
2587
|
-
"name": "for",
|
|
2588
|
-
"description": "The identifier of the interactive control to which this element is attached.",
|
|
2528
|
+
"name": "action",
|
|
2529
|
+
"description": "The label of the snackbar's action.",
|
|
2589
2530
|
"values": []
|
|
2590
2531
|
},
|
|
2591
2532
|
{
|
|
2592
|
-
"name": "
|
|
2593
|
-
"description": "
|
|
2533
|
+
"name": "close-label",
|
|
2534
|
+
"description": "The accessible label given to the button used to dismiss the snackbar.",
|
|
2594
2535
|
"values": []
|
|
2595
2536
|
},
|
|
2596
2537
|
{
|
|
2597
|
-
"name": "
|
|
2598
|
-
"description": "Whether
|
|
2538
|
+
"name": "dismissible",
|
|
2539
|
+
"description": "Whether a button is presented that can be used to close the snackbar.",
|
|
2599
2540
|
"values": []
|
|
2600
2541
|
},
|
|
2601
2542
|
{
|
|
2602
|
-
"name": "
|
|
2603
|
-
"description": "
|
|
2543
|
+
"name": "duration",
|
|
2544
|
+
"description": "The length of time, in milliseconds, to wait before automatically dismissing the snackbar.",
|
|
2604
2545
|
"values": []
|
|
2605
2546
|
}
|
|
2606
2547
|
],
|
|
2607
2548
|
"references": []
|
|
2608
2549
|
},
|
|
2609
2550
|
{
|
|
2610
|
-
"name": "m3e-
|
|
2611
|
-
"description": "A
|
|
2612
|
-
"attributes": [],
|
|
2613
|
-
"references": []
|
|
2614
|
-
},
|
|
2615
|
-
{
|
|
2616
|
-
"name": "m3e-stepper",
|
|
2617
|
-
"description": "Provides a wizard-like workflow by dividing content into logical steps.\n---\n\n\n### **Events:**\n - **change** - Dispatched when the selected step changes.\n- **beforeinput** - Dispatched before the selected state of a step changes.\n- **input** - Dispatched when the selected state of a step changes.\n\n### **Methods:**\n - **movePrevious(): _boolean_** - Moves the stepper to the previous step.\n- **moveNext(): _boolean_** - Moves the stepper to the next step.\n- **moveTo(index: _number_): _boolean_** - Moves the stepper to the step with the specified index.\n- **reset(): _void_** - Resets the stepper to its initial state, clearing any form data.\n\n### **Slots:**\n - **step** - Renders a step.\n- **panel** - Renders a panel.\n\n### **CSS Properties:**\n - **--m3e-step-divider-thickness** - Thickness of the divider line between steps. _(default: undefined)_\n- **--m3e-step-divider-color** - Color of the divider line between steps. _(default: undefined)_\n- **--m3e-step-divider-inset** - Inset offset for divider alignment within step layout. _(default: undefined)_",
|
|
2551
|
+
"name": "m3e-split-button",
|
|
2552
|
+
"description": "A button used to show an action with a menu of related actions.\n---\n\n\n### **Slots:**\n - **leading-button** - The leading button used to perform the primary action.\n- **trailing-button** - The trailing icon button used to open a menu of related actions.\n\n### **CSS Properties:**\n - **--m3e-split-button-extra-small-trailing-button-unselected-leading-space** - Leading space for the trailing button (extra-small, unselected). _(default: undefined)_\n- **--m3e-split-button-extra-small-trailing-button-unselected-trailing-space** - Trailing space for the trailing button (extra-small, unselected). _(default: undefined)_\n- **--m3e-split-button-small-trailing-button-unselected-leading-space** - Leading space for the trailing button (small, unselected). _(default: undefined)_\n- **--m3e-split-button-small-trailing-button-unselected-trailing-space** - Trailing space for the trailing button (small, unselected). _(default: undefined)_\n- **--m3e-split-button-medium-trailing-button-unselected-leading-space** - Leading space for the trailing button (medium, unselected). _(default: undefined)_\n- **--m3e-split-button-medium-trailing-button-unselected-trailing-space** - Trailing space for the trailing button (medium, unselected). _(default: undefined)_\n- **--m3e-split-button-large-trailing-button-unselected-leading-space** - Leading space for the trailing button (large, unselected). _(default: undefined)_\n- **--m3e-split-button-large-trailing-button-unselected-trailing-space** - Trailing space for the trailing button (large, unselected). _(default: undefined)_\n- **--m3e-split-button-extra-large-trailing-button-unselected-leading-space** - Leading space for the trailing button (extra-large, unselected). _(default: undefined)_\n- **--m3e-split-button-extra-large-trailing-button-unselected-trailing-space** - Trailing space for the trailing button (extra-large, unselected). _(default: undefined)_\n- **--m3e-split-button-extra-small-trailing-button-selected-leading-space** - Leading space for the trailing button (extra-small, selected). _(default: undefined)_\n- **--m3e-split-button-extra-small-trailing-button-selected-trailing-space** - Trailing space for the trailing button (extra-small, selected). _(default: undefined)_\n- **--m3e-split-button-small-trailing-button-selected-leading-space** - Leading space for the trailing button (small, selected). _(default: undefined)_\n- **--m3e-split-button-small-trailing-button-selected-trailing-space** - Trailing space for the trailing button (small, selected). _(default: undefined)_\n- **--m3e-split-button-medium-trailing-button-selected-leading-space** - Leading space for the trailing button (medium, selected). _(default: undefined)_\n- **--m3e-split-button-medium-trailing-button-selected-trailing-space** - Trailing space for the trailing button (medium, selected). _(default: undefined)_\n- **--m3e-split-button-large-trailing-button-selected-leading-space** - Leading space for the trailing button (large, selected). _(default: undefined)_\n- **--m3e-split-button-large-trailing-button-selected-trailing-space** - Trailing space for the trailing button (large, selected). _(default: undefined)_\n- **--m3e-split-button-extra-large-trailing-button-selected-leading-space** - Leading space for the trailing button (extra-large, selected). _(default: undefined)_\n- **--m3e-split-button-extra-large-trailing-button-selected-trailing-space** - Trailing space for the trailing button (extra-large, selected). _(default: undefined)_\n- **--m3e-split-button-extra-small-inner-corner-size** - Inner corner size for the leading/trailing button (extra-small). _(default: undefined)_\n- **--m3e-split-button-small-inner-corner-size** - Inner corner size for the leading/trailing button (small). _(default: undefined)_\n- **--m3e-split-button-medium-inner-corner-size** - Inner corner size for the leading/trailing button (medium). _(default: undefined)_\n- **--m3e-split-button-large-inner-corner-size** - Inner corner size for the leading/trailing button (large). _(default: undefined)_\n- **--m3e-split-button-extra-large-inner-corner-size** - Inner corner size for the leading/trailing button (extra-large). _(default: undefined)_\n- **--m3e-split-button-extra-small-inner-corner-hover-size** - Inner corner size on hover (extra-small). _(default: undefined)_\n- **--m3e-split-button-small-inner-corner-hover-size** - Inner corner size on hover (small). _(default: undefined)_\n- **--m3e-split-button-medium-inner-corner-hover-size** - Inner corner size on hover (medium). _(default: undefined)_\n- **--m3e-split-button-large-inner-corner-hover-size** - Inner corner size on hover (large). _(default: undefined)_\n- **--m3e-split-button-extra-large-inner-corner-hover-size** - Inner corner size on hover (extra-large). _(default: undefined)_\n- **--m3e-split-button-extra-small-inner-corner-pressed-size** - Inner corner size on press (extra-small). _(default: undefined)_\n- **--m3e-split-button-small-inner-corner-pressed-size** - Inner corner size on press (small). _(default: undefined)_\n- **--m3e-split-button-medium-inner-corner-pressed-size** - Inner corner size on press (medium). _(default: undefined)_\n- **--m3e-split-button-large-inner-corner-pressed-size** - Inner corner size on press (large). _(default: undefined)_\n- **--m3e-split-button-extra-large-inner-corner-pressed-size** - Inner corner size on press (extra-large). _(default: undefined)_\n- **--m3e-split-button-extra-small-between-spacing** - Spacing between leading and trailing buttons (extra-small). _(default: undefined)_\n- **--m3e-split-button-small-between-spacing** - Spacing between leading and trailing buttons (small). _(default: undefined)_\n- **--m3e-split-button-medium-between-spacing** - Spacing between leading and trailing buttons (medium). _(default: undefined)_\n- **--m3e-split-button-large-between-spacing** - Spacing between leading and trailing buttons (large). _(default: undefined)_\n- **--m3e-split-button-extra-large-between-spacing** - Spacing between leading and trailing buttons (extra-large). _(default: undefined)_",
|
|
2618
2553
|
"attributes": [
|
|
2619
2554
|
{
|
|
2620
|
-
"name": "
|
|
2621
|
-
"description": "The
|
|
2622
|
-
"values": [{ "name": "
|
|
2623
|
-
},
|
|
2624
|
-
{
|
|
2625
|
-
"name": "label-position",
|
|
2626
|
-
"description": "The position of the step labels, when oriented horizontally.",
|
|
2627
|
-
"values": [{ "name": "StepLabelPosition" }]
|
|
2628
|
-
},
|
|
2629
|
-
{
|
|
2630
|
-
"name": "linear",
|
|
2631
|
-
"description": "Whether the validity of previous steps should be checked or not.",
|
|
2632
|
-
"values": []
|
|
2555
|
+
"name": "variant",
|
|
2556
|
+
"description": "The appearance variant of the button.",
|
|
2557
|
+
"values": [{ "name": "SplitButtonVariant" }]
|
|
2633
2558
|
},
|
|
2634
2559
|
{
|
|
2635
|
-
"name": "
|
|
2636
|
-
"description": "The
|
|
2637
|
-
"values": [{ "name": "
|
|
2560
|
+
"name": "size",
|
|
2561
|
+
"description": "The size of the button.",
|
|
2562
|
+
"values": [{ "name": "ButtonSize" }]
|
|
2638
2563
|
}
|
|
2639
2564
|
],
|
|
2640
2565
|
"references": []
|
|
2641
2566
|
},
|
|
2642
|
-
{
|
|
2643
|
-
"name": "m3e-stepper-previous",
|
|
2644
|
-
"description": "An element, nested within a clickable element, used to move a stepper to the next step.\n---\n\n\n### **Methods:**\n \n\n### **Slots:**\n - _default_ - Renders the content of the action.",
|
|
2645
|
-
"attributes": [],
|
|
2646
|
-
"references": []
|
|
2647
|
-
},
|
|
2648
|
-
{
|
|
2649
|
-
"name": "m3e-stepper-previous",
|
|
2650
|
-
"description": "An element, nested within a clickable element, used to move a stepper to the previous step.\n---\n\n\n### **Methods:**\n \n\n### **Slots:**\n - _default_ - Renders the content of the action.",
|
|
2651
|
-
"attributes": [],
|
|
2652
|
-
"references": []
|
|
2653
|
-
},
|
|
2654
|
-
{
|
|
2655
|
-
"name": "m3e-stepper-reset",
|
|
2656
|
-
"description": "An element, nested within a clickable element, used to reset a stepper to its initial state.\n---\n\n\n### **Methods:**\n \n\n### **Slots:**\n - _default_ - Renders the content of the action.",
|
|
2657
|
-
"attributes": [],
|
|
2658
|
-
"references": []
|
|
2659
|
-
},
|
|
2660
2567
|
{
|
|
2661
2568
|
"name": "m3e-split-pane",
|
|
2662
2569
|
"description": "A dual-view layout that separates content with a movable drag handle.\n---\n\n\n### **Events:**\n - **change** - Dispatched when the user finishes adjusting the drag handle.\n- **beforeinput** - Dispatched continuously before the user adjusts the drag handle.\n- **input** - Dispatched continuously while the user adjusts the drag handle.\n\n### **Methods:**\n - **collapse(): _void_** - Moves the drag handle to the collapsed position. If detents exist, snaps to the collapsed detent.\r\nIf no detents exist, moves to the minimum allowed value.\n- **expand(): _void_** - Moves the drag handle to the expanded position. If detents exist, snaps to the expanded detent.\r\nIf no detents exist, moves to the maximum allowed value.\n- **snapToValue(value: _number_): _void_** - Moves the drag handle to the specified position. If detents exist, snaps to the closest detent.\r\nIf no detents exist, moves to the specified value.\n- **formDisabledCallback(disabled: _boolean_): _void_** - Called when the element is disabled or enabled via its form association.\n- **formResetCallback(): _void_** - Called when the associated form is reset.\n\n### **Slots:**\n - **start** - Renders content at the logical start side of the pane.\n- **end** - Renders content at the logical end side of the pane.\n\n### **CSS Properties:**\n - **--m3e-split-pane-drag-handle-hover-color** - Color used for the drag handle hover state. _(default: undefined)_\n- **--m3e-split-pane-drag-handle-hover-opacity** - Opacity used for the drag handle hover state. _(default: undefined)_\n- **--m3e-split-pane-drag-handle-focus-color** - Color used for the drag handle focus state. _(default: undefined)_\n- **--m3e-split-pane-drag-handle-focus-opacity** - Opacity used for the drag handle focus state. _(default: undefined)_\n- **--m3e-split-pane-drag-handle-color** - Background color of the drag handle when not pressed. _(default: undefined)_\n- **--m3e-split-pane-drag-handle-shape** - Corner shape of the drag handle when not pressed. _(default: undefined)_\n- **--m3e-split-pane-drag-handle-pressed-color** - Background color of the drag handle when pressed. _(default: undefined)_\n- **--m3e-split-pane-drag-handle-pressed-shape** - Corner shape of the drag handle when pressed. _(default: undefined)_\n- **--m3e-split-pane-drag-handle-container-width** - Width of the drag handle container. _(default: undefined)_\n- **--m3e-split-pane-drag-handle-width** - Thickness of the drag handle when not pressed. _(default: undefined)_\n- **--m3e-split-pane-drag-handle-height** - Length of the drag handle when not pressed. _(default: undefined)_\n- **--m3e-split-pane-drag-handle-pressed-width** - Thickness of the drag handle when pressed. _(default: undefined)_\n- **--m3e-split-pane-drag-handle-pressed-height** - Length of the drag handle when pressed. _(default: undefined)_",
|
|
@@ -2760,6 +2667,99 @@
|
|
|
2760
2667
|
],
|
|
2761
2668
|
"references": []
|
|
2762
2669
|
},
|
|
2670
|
+
{
|
|
2671
|
+
"name": "m3e-step",
|
|
2672
|
+
"description": "A step in a wizard-like workflow.\n---\n\n\n### **Events:**\n - **beforeinput** - Dispatched before the selected state changes.\n- **input** - Dispatched when the selected state changes.\n- **change** - Dispatched when the selected state changes.\n- **click** - Dispatched when the element is clicked.\n\n### **Methods:**\n - **reset(): _void_** - Resets the step to its initial state, clearing any form data.\n- **attach(control: _HTMLElement_): _void_** - Attaches the element to an interactive control.\n- **detach(): _void_** - Detaches the element from its current interactive control.\n\n### **Slots:**\n - _default_ - Renders the label of the step.\n- **icon** - Renders the icon of the step.\n- **done-icon** - Renders the icon of a completed step.\n- **edit-icon** - Renders the icon of a completed editable step.\n- **error-icon** - Renders icon of an invalid step.\n- **hint** - Renders the hint text of the step.\n- **error** - Renders the error message for an invalid step.\n\n### **CSS Properties:**\n - **--m3e-step-shape** - Border radius of the step container, defining its visual shape. _(default: undefined)_\n- **--m3e-step-padding** - Internal padding of the step container, used for layout spacing. _(default: undefined)_\n- **--m3e-step-icon-shape** - Border radius of the icon container, controlling its geometric form. _(default: undefined)_\n- **--m3e-step-icon-size** - Width and height of the icon container and icon glyph. _(default: undefined)_\n- **--m3e-step-selected-icon-container-color** - Background color of the icon when the step is selected. _(default: undefined)_\n- **--m3e-step-selected-icon-color** - Foreground color of the icon when the step is selected. _(default: undefined)_\n- **--m3e-step-completed-icon-container-color** - Background color of the icon when the step is completed. _(default: undefined)_\n- **--m3e-step-completed-icon-color** - Foreground color of the icon when the step is completed. _(default: undefined)_\n- **--m3e-step-unselected-icon-container-color** - Background color of the icon when the step is inactive. _(default: undefined)_\n- **--m3e-step-unselected-icon-color** - Foreground color of the icon when the step is inactive. _(default: undefined)_\n- **--m3e-step-icon-error-color** - Foreground color of the icon when the step is invalid. _(default: undefined)_\n- **--m3e-step-disabled-icon-container-color** - Base color used to mix the disabled icon background. _(default: undefined)_\n- **--m3e-step-disabled-icon-color** - Base color used to mix the disabled icon foreground. _(default: undefined)_\n- **--m3e-step-label-color** - Text color of the step label in its default state. _(default: undefined)_\n- **--m3e-step-label-error-color** - Text color of the step label when the step is invalid. _(default: undefined)_\n- **--m3e-step-disabled-label-color** - Base color used to mix the disabled label foreground. _(default: undefined)_\n- **--m3e-step-font-size** - Font size of the step label. _(default: undefined)_\n- **--m3e-step-font-weight** - Font weight of the step label. _(default: undefined)_\n- **--m3e-step-line-height** - Line height of the step label. _(default: undefined)_\n- **--m3e-step-tracking** - Letter spacing of the step label. _(default: undefined)_\n- **--m3e-step-icon-label-space** - Gap between icon and label. _(default: undefined)_\n- **--m3e-step-hint-font-size** - Font size of hint and error messages. _(default: undefined)_\n- **--m3e-step-hint-font-weight** - Font weight of hint and error messages. _(default: undefined)_\n- **--m3e-step-hint-line-height** - Line height of hint and error messages. _(default: undefined)_\n- **--m3e-step-hint-tracking** - Letter spacing of hint and error messages. _(default: undefined)_\n- **--m3e-step-hint-color** - Text color of hint messages in valid state. _(default: undefined)_\n- **--m3e-step-disabled-hint-color** - Base color used to mix the disabled hint foreground. _(default: undefined)_",
|
|
2673
|
+
"attributes": [
|
|
2674
|
+
{
|
|
2675
|
+
"name": "completed",
|
|
2676
|
+
"description": "Whether the step has been completed.",
|
|
2677
|
+
"values": []
|
|
2678
|
+
},
|
|
2679
|
+
{
|
|
2680
|
+
"name": "disabled",
|
|
2681
|
+
"description": "Whether the element is disabled.",
|
|
2682
|
+
"values": []
|
|
2683
|
+
},
|
|
2684
|
+
{
|
|
2685
|
+
"name": "editable",
|
|
2686
|
+
"description": "Whether the step is editable and users can return to it after completion.",
|
|
2687
|
+
"values": []
|
|
2688
|
+
},
|
|
2689
|
+
{
|
|
2690
|
+
"name": "for",
|
|
2691
|
+
"description": "The identifier of the interactive control to which this element is attached.",
|
|
2692
|
+
"values": []
|
|
2693
|
+
},
|
|
2694
|
+
{
|
|
2695
|
+
"name": "optional",
|
|
2696
|
+
"description": "Whether the step is optional.",
|
|
2697
|
+
"values": []
|
|
2698
|
+
},
|
|
2699
|
+
{
|
|
2700
|
+
"name": "selected",
|
|
2701
|
+
"description": "Whether the element is selected.",
|
|
2702
|
+
"values": []
|
|
2703
|
+
},
|
|
2704
|
+
{
|
|
2705
|
+
"name": "invalid",
|
|
2706
|
+
"description": "Whether the step has an error.",
|
|
2707
|
+
"values": []
|
|
2708
|
+
}
|
|
2709
|
+
],
|
|
2710
|
+
"references": []
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"name": "m3e-step-panel",
|
|
2714
|
+
"description": "A panel presented for a step in a wizard-like workflow.\n---\n\n\n### **Slots:**\n - _default_ - Renders the content of the panel.\n- **actions-** - Renders the actions bar of the panel.\n\n### **CSS Properties:**\n - **--m3e-step-panel-padding** - Padding inside the step panel container, defining internal spacing around content. _(default: undefined)_\n- **--m3e-step-panel-spacing** - Vertical gap between stacked elements within the step panel. _(default: undefined)_\n- **--m3e-step-panel-actions-height** - Minimum height of the slotted actions container. _(default: undefined)_",
|
|
2715
|
+
"attributes": [],
|
|
2716
|
+
"references": []
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"name": "m3e-stepper",
|
|
2720
|
+
"description": "Provides a wizard-like workflow by dividing content into logical steps.\n---\n\n\n### **Events:**\n - **change** - Dispatched when the selected step changes.\n- **beforeinput** - Dispatched before the selected state of a step changes.\n- **input** - Dispatched when the selected state of a step changes.\n\n### **Methods:**\n - **movePrevious(): _boolean_** - Moves the stepper to the previous step.\n- **moveNext(): _boolean_** - Moves the stepper to the next step.\n- **moveTo(index: _number_): _boolean_** - Moves the stepper to the step with the specified index.\n- **reset(): _void_** - Resets the stepper to its initial state, clearing any form data.\n\n### **Slots:**\n - **step** - Renders a step.\n- **panel** - Renders a panel.\n\n### **CSS Properties:**\n - **--m3e-step-divider-thickness** - Thickness of the divider line between steps. _(default: undefined)_\n- **--m3e-step-divider-color** - Color of the divider line between steps. _(default: undefined)_\n- **--m3e-step-divider-inset** - Inset offset for divider alignment within step layout. _(default: undefined)_",
|
|
2721
|
+
"attributes": [
|
|
2722
|
+
{
|
|
2723
|
+
"name": "header-position",
|
|
2724
|
+
"description": "The position of the step header, when oriented horizontally.",
|
|
2725
|
+
"values": [{ "name": "StepHeaderPosition" }]
|
|
2726
|
+
},
|
|
2727
|
+
{
|
|
2728
|
+
"name": "label-position",
|
|
2729
|
+
"description": "The position of the step labels, when oriented horizontally.",
|
|
2730
|
+
"values": [{ "name": "StepLabelPosition" }]
|
|
2731
|
+
},
|
|
2732
|
+
{
|
|
2733
|
+
"name": "linear",
|
|
2734
|
+
"description": "Whether the validity of previous steps should be checked or not.",
|
|
2735
|
+
"values": []
|
|
2736
|
+
},
|
|
2737
|
+
{
|
|
2738
|
+
"name": "orientation",
|
|
2739
|
+
"description": "The orientation of the stepper.",
|
|
2740
|
+
"values": [{ "name": "StepperOrientation" }]
|
|
2741
|
+
}
|
|
2742
|
+
],
|
|
2743
|
+
"references": []
|
|
2744
|
+
},
|
|
2745
|
+
{
|
|
2746
|
+
"name": "m3e-stepper-previous",
|
|
2747
|
+
"description": "An element, nested within a clickable element, used to move a stepper to the next step.\n---\n\n\n### **Methods:**\n \n\n### **Slots:**\n - _default_ - Renders the content of the action.",
|
|
2748
|
+
"attributes": [],
|
|
2749
|
+
"references": []
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"name": "m3e-stepper-previous",
|
|
2753
|
+
"description": "An element, nested within a clickable element, used to move a stepper to the previous step.\n---\n\n\n### **Methods:**\n \n\n### **Slots:**\n - _default_ - Renders the content of the action.",
|
|
2754
|
+
"attributes": [],
|
|
2755
|
+
"references": []
|
|
2756
|
+
},
|
|
2757
|
+
{
|
|
2758
|
+
"name": "m3e-stepper-reset",
|
|
2759
|
+
"description": "An element, nested within a clickable element, used to reset a stepper to its initial state.\n---\n\n\n### **Methods:**\n \n\n### **Slots:**\n - _default_ - Renders the content of the action.",
|
|
2760
|
+
"attributes": [],
|
|
2761
|
+
"references": []
|
|
2762
|
+
},
|
|
2763
2763
|
{
|
|
2764
2764
|
"name": "m3e-tab",
|
|
2765
2765
|
"description": "An interactive element that, when activated, presents an associated tab panel.\n---\n\n\n### **Events:**\n - **beforeinput** - Dispatched before the selected state changes.\n- **input** - Dispatched when the selected state changes.\n- **change** - Dispatched when the selected state changes.\n- **click** - Dispatched when the element is clicked.\n\n### **Methods:**\n - **attach(control: _HTMLElement_): _void_** - Attaches the element to an interactive control.\n- **detach(): _void_** - Detaches the element from its current interactive control.\n\n### **Slots:**\n - _default_ - Renders the label of the tab.\n- **icon** - Renders an icon before the tab's label.\n\n### **CSS Properties:**\n - **--m3e-tab-font-size** - Font size for tab label. _(default: undefined)_\n- **--m3e-tab-font-weight** - Font weight for tab label. _(default: undefined)_\n- **--m3e-tab-line-height** - Line height for tab label. _(default: undefined)_\n- **--m3e-tab-tracking** - Letter spacing for tab label. _(default: undefined)_\n- **--m3e-tab-padding-start** - Padding on the inline start of the tab. _(default: undefined)_\n- **--m3e-tab-padding-end** - Padding on the inline end of the tab. _(default: undefined)_\n- **--m3e-tab-focus-ring-shape** - Border radius for the focus ring. _(default: undefined)_\n- **--m3e-tab-selected-color** - Text color for selected tab. _(default: undefined)_\n- **--m3e-tab-selected-container-hover-color** - Hover state-layer color for selected tab. _(default: undefined)_\n- **--m3e-tab-selected-container-focus-color** - Focus state-layer color for selected tab. _(default: undefined)_\n- **--m3e-tab-selected-ripple-color** - Ripple color for selected tab. _(default: undefined)_\n- **--m3e-tab-unselected-color** - Text color for unselected tab. _(default: undefined)_\n- **--m3e-tab-unselected-container-hover-color** - Hover state-layer color for unselected tab. _(default: undefined)_\n- **--m3e-tab-unselected-container-focus-color** - Focus state-layer color for unselected tab. _(default: undefined)_\n- **--m3e-tab-unselected-ripple-color** - Ripple color for unselected tab. _(default: undefined)_\n- **--m3e-tab-disabled-color** - Text color for disabled tab. _(default: undefined)_\n- **--m3e-tab-disabled-opacity** - Text opacity for disabled tab. _(default: undefined)_\n- **--m3e-tab-spacing** - Column gap between icon and label. _(default: undefined)_\n- **--m3e-tab-icon-size** - Font size for slotted icon. _(default: undefined)_",
|
|
@@ -2891,7 +2891,7 @@
|
|
|
2891
2891
|
},
|
|
2892
2892
|
{
|
|
2893
2893
|
"name": "m3e-toc",
|
|
2894
|
-
"description": "A table of contents that provides in-page scroll navigation.\n---\n\n\n### **Methods:**\n - **attach(control: _HTMLElement_): _void_** - Attaches the element to an interactive control.\n- **detach(): _void_** - Detaches the element from its current interactive control.\n\n### **Slots:**\n - _default_ - Renders content between the header and items.\n- **overline** - Renders the overline of the table of contents.\n- **title** - Renders the title of the table of contents.\n\n### **CSS Properties:**\n - **--m3e-toc-width** - Width of the table of contents. _(default: undefined)_\n- **--m3e-toc-item-shape** - Border radius of TOC items and active indicator. _(default: undefined)_\n- **--m3e-toc-active-indicator-color** - Border color of the active indicator. _(default: undefined)_\n- **--m3e-toc-active-indicator-animation-duration** - Animation duration for the active indicator. _(default: undefined)_\n- **--m3e-toc-item-padding** - Inline padding for TOC items and header. _(default: undefined)_\n- **--m3e-toc-header-space** - Block space below and between header elements. _(default: undefined)_\n- **--m3e-toc-overline-font-size** - Font size for the overline slot. _(default: undefined)_\n- **--m3e-toc-overline-font-weight** - Font weight for the overline slot. _(default: undefined)_\n- **--m3e-toc-overline-line-height** - Line height for the overline slot. _(default: undefined)_\n- **--m3e-toc-overline-tracking** - Letter spacing for the overline slot. _(default: undefined)_\n- **--m3e-toc-overline-color** - Text color for the overline slot. _(default: undefined)_\n- **--m3e-toc-title-font-size** - Font size for the title slot. _(default: undefined)_\n- **--m3e-toc-title-font-weight** - Font weight for the title slot. _(default: undefined)_\n- **--m3e-toc-title-line-height** - Line height for the title slot. _(default: undefined)_\n- **--m3e-toc-title-tracking** - Letter spacing for the title slot. _(default: undefined)_\n- **--m3e-toc-title-color** - Text color for the title slot. _(default: undefined)_",
|
|
2894
|
+
"description": "A table of contents that provides in-page scroll navigation.\n---\n\n\n### **Methods:**\n - **attach(control: _HTMLElement_): _void_** - Attaches the element to an interactive control.\n- **detach(): _void_** - Detaches the element from its current interactive control.\n\n### **Slots:**\n - _default_ - Renders content between the header and items.\n- **overline** - Renders the overline of the table of contents.\n- **title** - Renders the title of the table of contents.\n\n### **CSS Properties:**\n - **--m3e-toc-width** - Width of the table of contents. _(default: undefined)_\n- **--m3e-toc-container-color** - Background color of the table of contents container. _(default: undefined)_\n- **--m3e-toc-container-padding-inline** - Inline padding of the table of contents container. _(default: undefined)_\n- **--m3e-toc-container-padding-block** - Block padding of the table of contents container. _(default: undefined)_\n- **--m3e-toc-item-shape** - Border radius of TOC items and active indicator. _(default: undefined)_\n- **--m3e-toc-active-indicator-color** - Border color of the active indicator. _(default: undefined)_\n- **--m3e-toc-active-indicator-animation-duration** - Animation duration for the active indicator. _(default: undefined)_\n- **--m3e-toc-item-padding** - Inline padding for TOC items and header. _(default: undefined)_\n- **--m3e-toc-header-space** - Block space below and between header elements. _(default: undefined)_\n- **--m3e-toc-overline-font-size** - Font size for the overline slot. _(default: undefined)_\n- **--m3e-toc-overline-font-weight** - Font weight for the overline slot. _(default: undefined)_\n- **--m3e-toc-overline-line-height** - Line height for the overline slot. _(default: undefined)_\n- **--m3e-toc-overline-tracking** - Letter spacing for the overline slot. _(default: undefined)_\n- **--m3e-toc-overline-color** - Text color for the overline slot. _(default: undefined)_\n- **--m3e-toc-title-font-size** - Font size for the title slot. _(default: undefined)_\n- **--m3e-toc-title-font-weight** - Font weight for the title slot. _(default: undefined)_\n- **--m3e-toc-title-line-height** - Line height for the title slot. _(default: undefined)_\n- **--m3e-toc-title-tracking** - Letter spacing for the title slot. _(default: undefined)_\n- **--m3e-toc-title-color** - Text color for the title slot. _(default: undefined)_",
|
|
2895
2895
|
"attributes": [
|
|
2896
2896
|
{
|
|
2897
2897
|
"name": "for",
|
|
@@ -2923,6 +2923,33 @@
|
|
|
2923
2923
|
],
|
|
2924
2924
|
"references": []
|
|
2925
2925
|
},
|
|
2926
|
+
{
|
|
2927
|
+
"name": "m3e-toolbar",
|
|
2928
|
+
"description": "Presents frequently used actions relevant to the current page.\n---\n\n\n### **Slots:**\n - _default_ - Renders the content of the toolbar.\n\n### **CSS Properties:**\n - **--m3e-toolbar-size** - The size (height or width) of the toolbar. _(default: undefined)_\n- **--m3e-toolbar-spacing** - The gap between toolbar items. _(default: undefined)_\n- **--m3e-toolbar-rounded-shape** - Border radius for rounded shape. _(default: undefined)_\n- **--m3e-toolbar-rounded-padding** - Padding for rounded shape. _(default: undefined)_\n- **--m3e-toolbar-square-padding** - Padding for square shape. _(default: undefined)_\n- **--m3e-toolbar-standard-container-color** - Container color for the standard variant. _(default: undefined)_\n- **--m3e-toolbar-standard-color** - Foreground color for the standard variant. _(default: undefined)_\n- **--m3e-toolbar-vibrant-container-color** - Container color for the vibrant variant. _(default: undefined)_\n- **--m3e-toolbar-vibrant-color** - Foreground color for the vibrant variant. _(default: undefined)_",
|
|
2929
|
+
"attributes": [
|
|
2930
|
+
{
|
|
2931
|
+
"name": "elevated",
|
|
2932
|
+
"description": "Whether the toolbar is elevated.",
|
|
2933
|
+
"values": []
|
|
2934
|
+
},
|
|
2935
|
+
{
|
|
2936
|
+
"name": "shape",
|
|
2937
|
+
"description": "The shape of the toolbar.",
|
|
2938
|
+
"values": [{ "name": "ToolbarShape" }]
|
|
2939
|
+
},
|
|
2940
|
+
{
|
|
2941
|
+
"name": "variant",
|
|
2942
|
+
"description": "The appearance variant of the toolbar.",
|
|
2943
|
+
"values": [{ "name": "ToolbarVariant" }]
|
|
2944
|
+
},
|
|
2945
|
+
{
|
|
2946
|
+
"name": "vertical",
|
|
2947
|
+
"description": "Whether the element is oriented vertically.",
|
|
2948
|
+
"values": []
|
|
2949
|
+
}
|
|
2950
|
+
],
|
|
2951
|
+
"references": []
|
|
2952
|
+
},
|
|
2926
2953
|
{
|
|
2927
2954
|
"name": "m3e-rich-tooltip-action",
|
|
2928
2955
|
"description": "An element, nested within a clickable element, used to dismiss a parenting rich tooltip.\n---\n\n\n### **Methods:**\n \n\n### **Slots:**\n - _default_ - Renders the content of the action.",
|
|
@@ -3009,33 +3036,6 @@
|
|
|
3009
3036
|
],
|
|
3010
3037
|
"references": []
|
|
3011
3038
|
},
|
|
3012
|
-
{
|
|
3013
|
-
"name": "m3e-toolbar",
|
|
3014
|
-
"description": "Presents frequently used actions relevant to the current page.\n---\n\n\n### **Slots:**\n - _default_ - Renders the content of the toolbar.\n\n### **CSS Properties:**\n - **--m3e-toolbar-size** - The size (height or width) of the toolbar. _(default: undefined)_\n- **--m3e-toolbar-spacing** - The gap between toolbar items. _(default: undefined)_\n- **--m3e-toolbar-rounded-shape** - Border radius for rounded shape. _(default: undefined)_\n- **--m3e-toolbar-rounded-padding** - Padding for rounded shape. _(default: undefined)_\n- **--m3e-toolbar-square-padding** - Padding for square shape. _(default: undefined)_\n- **--m3e-toolbar-standard-container-color** - Container color for the standard variant. _(default: undefined)_\n- **--m3e-toolbar-standard-color** - Foreground color for the standard variant. _(default: undefined)_\n- **--m3e-toolbar-vibrant-container-color** - Container color for the vibrant variant. _(default: undefined)_\n- **--m3e-toolbar-vibrant-color** - Foreground color for the vibrant variant. _(default: undefined)_",
|
|
3015
|
-
"attributes": [
|
|
3016
|
-
{
|
|
3017
|
-
"name": "elevated",
|
|
3018
|
-
"description": "Whether the toolbar is elevated.",
|
|
3019
|
-
"values": []
|
|
3020
|
-
},
|
|
3021
|
-
{
|
|
3022
|
-
"name": "shape",
|
|
3023
|
-
"description": "The shape of the toolbar.",
|
|
3024
|
-
"values": [{ "name": "ToolbarShape" }]
|
|
3025
|
-
},
|
|
3026
|
-
{
|
|
3027
|
-
"name": "variant",
|
|
3028
|
-
"description": "The appearance variant of the toolbar.",
|
|
3029
|
-
"values": [{ "name": "ToolbarVariant" }]
|
|
3030
|
-
},
|
|
3031
|
-
{
|
|
3032
|
-
"name": "vertical",
|
|
3033
|
-
"description": "Whether the element is oriented vertically.",
|
|
3034
|
-
"values": []
|
|
3035
|
-
}
|
|
3036
|
-
],
|
|
3037
|
-
"references": []
|
|
3038
|
-
},
|
|
3039
3039
|
{
|
|
3040
3040
|
"name": "m3e-tree",
|
|
3041
3041
|
"description": "Presents hierarchical data in a tree structure.\n---\n\n\n### **Events:**\n - **change** - Dispatched when the selected state changes.\n\n### **Methods:**\n - **expand(descendants: _boolean_): _void_** - Expands all items, and optionally, all descendants.\n- **expand(items: _M3eTreeItemElement[]_, descendants: _boolean_): _void_** - Expands the specified items, and optionally, all descendants.\n- **collapse(descendants: _boolean_): _void_** - Collapses all items, and optionally, all descendants.\n- **collapse(items: _M3eTreeItemElement[]_, descendants: _boolean_): _void_** - Collapses the specified items, and optionally, all descendants.\n- **select(item: _M3eTreeItemElement_, activate: _boolean_): _void_** - Selects the specified item.\n- **deselect(item: _M3eTreeItemElement_): _void_** - Deselects the specified item.\n\n### **Slots:**\n - _default_ - Renders the items of the tree.\n\n### **CSS Properties:**\n - **--m3e-tree-scrollbar-width** - Width of the tree scrollbar. _(default: undefined)_\n- **--m3e-tree-scrollbar-color** - Color of the tree scrollbar. _(default: undefined)_",
|