@momentum-design/components 0.84.2 → 0.84.4
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 -3
- package/dist/browser/index.js +2281 -2339
- package/dist/browser/index.js.map +4 -4
- package/dist/components/alertchip/alertchip.component.d.ts +1 -1
- package/dist/components/alertchip/alertchip.component.js +2 -2
- package/dist/components/alertchip/alertchip.styles.js +22 -23
- package/dist/components/alertchip/alertchip.types.d.ts +1 -1
- package/dist/components/animation/animation.component.js +1 -1
- package/dist/components/animation/animation.styles.js +8 -5
- package/dist/components/appheader/appheader.component.js +12 -13
- package/dist/components/appheader/appheader.styles.js +0 -1
- package/dist/components/avatar/avatar.component.js +3 -16
- package/dist/components/avatar/avatar.constants.d.ts +1 -1
- package/dist/components/avatar/avatar.constants.js +1 -1
- package/dist/components/avatar/avatar.styles.js +129 -122
- package/dist/components/avatar/avatar.types.d.ts +1 -1
- package/dist/components/avatar/avatar.utils.d.ts +1 -1
- package/dist/components/avatar/avatar.utils.js +1 -1
- package/dist/components/avatarbutton/avatarbutton.component.d.ts +2 -2
- package/dist/components/avatarbutton/avatarbutton.component.js +2 -2
- package/dist/components/avatarbutton/avatarbutton.styles.js +34 -30
- package/dist/components/badge/badge.styles.js +9 -7
- package/dist/components/brandvisual/brandvisual.component.js +4 -4
- package/dist/components/bullet/bullet.component.d.ts +1 -1
- package/dist/components/bullet/bullet.component.js +2 -2
- package/dist/components/bullet/bullet.styles.js +3 -3
- package/dist/components/button/button.component.js +10 -4
- package/dist/components/button/button.utils.js +1 -1
- package/dist/components/buttongroup/buttongroup.component.js +1 -1
- package/dist/components/buttongroup/buttongroup.styles.js +68 -68
- package/dist/components/buttonlink/buttonlink.component.d.ts +5 -5
- package/dist/components/buttonlink/buttonlink.component.js +9 -9
- package/dist/components/buttonsimple/buttonsimple.component.js +2 -2
- package/dist/components/buttonsimple/buttonsimple.constants.d.ts +1 -1
- package/dist/components/buttonsimple/buttonsimple.constants.js +1 -1
- package/dist/components/buttonsimple/buttonsimple.styles.js +62 -57
- package/dist/components/card/card.component.d.ts +6 -6
- package/dist/components/card/card.component.js +15 -16
- package/dist/components/card/card.styles.js +24 -22
- package/dist/components/cardbutton/cardbutton.component.js +9 -12
- package/dist/components/cardbutton/cardbutton.styles.js +1 -1
- package/dist/components/cardcheckbox/cardcheckbox.component.d.ts +6 -6
- package/dist/components/cardcheckbox/cardcheckbox.component.js +30 -29
- package/dist/components/cardcheckbox/cardcheckbox.styles.js +10 -10
- package/dist/components/cardradio/cardradio.component.d.ts +12 -12
- package/dist/components/cardradio/cardradio.component.js +27 -30
- package/dist/components/cardradio/cardradio.styles.js +8 -8
- package/dist/components/checkbox/checkbox.component.js +7 -9
- package/dist/components/checkbox/checkbox.styles.js +62 -60
- package/dist/components/chip/chip.component.d.ts +1 -1
- package/dist/components/chip/chip.component.js +6 -11
- package/dist/components/chip/chip.styles.js +4 -2
- package/dist/components/dialog/dialog.component.js +28 -29
- package/dist/components/dialog/dialog.styles.js +10 -12
- package/dist/components/divider/divider.component.js +6 -8
- package/dist/components/divider/divider.constants.d.ts +1 -1
- package/dist/components/divider/divider.constants.js +1 -1
- package/dist/components/divider/divider.styles.js +5 -20
- package/dist/components/filterchip/filterchip.styles.js +4 -2
- package/dist/components/formfieldgroup/formfieldgroup.component.js +1 -4
- package/dist/components/formfieldgroup/formfieldgroup.styles.js +1 -2
- package/dist/components/formfieldwrapper/formfieldwrapper.component.js +19 -17
- package/dist/components/formfieldwrapper/formfieldwrapper.styles.js +2 -1
- package/dist/components/formfieldwrapper/formfieldwrapper.subcomponent.js +4 -4
- package/dist/components/icon/icon.component.js +7 -7
- package/dist/components/icon/icon.utils.d.ts +1 -1
- package/dist/components/icon/icon.utils.js +7 -7
- package/dist/components/iconprovider/iconprovider.component.js +7 -7
- package/dist/components/input/input.component.d.ts +5 -5
- package/dist/components/input/input.component.js +64 -62
- package/dist/components/input/input.styles.js +128 -117
- package/dist/components/inputchip/inputchip.component.js +14 -19
- package/dist/components/inputchip/inputchip.styles.js +5 -3
- package/dist/components/link/link.component.d.ts +1 -1
- package/dist/components/link/link.component.js +4 -8
- package/dist/components/link/link.constants.d.ts +1 -1
- package/dist/components/link/link.constants.js +1 -1
- package/dist/components/link/link.styles.js +12 -12
- package/dist/components/linksimple/linksimple.component.js +2 -4
- package/dist/components/linksimple/linksimple.styles.js +59 -57
- package/dist/components/list/list.component.js +12 -9
- package/dist/components/listitem/listitem.component.js +15 -11
- package/dist/components/listitem/listitem.styles.js +11 -6
- package/dist/components/marker/marker.component.js +1 -1
- package/dist/components/marker/marker.styles.js +2 -2
- package/dist/components/menubar/menubar.component.d.ts +19 -19
- package/dist/components/menubar/menubar.component.js +19 -19
- package/dist/components/menuitem/menuitem.component.js +15 -15
- package/dist/components/menuitem/menuitem.styles.js +3 -2
- package/dist/components/menuitemcheckbox/menuitemcheckbox.component.d.ts +1 -1
- package/dist/components/menuitemcheckbox/menuitemcheckbox.component.js +4 -11
- package/dist/components/menuitemradio/menuitemradio.component.js +1 -1
- package/dist/components/menupopover/menupopover.component.js +11 -11
- package/dist/components/menupopover/menupopover.utils.d.ts +1 -1
- package/dist/components/menupopover/menupopover.utils.js +3 -8
- package/dist/components/navitem/navitem.component.js +11 -19
- package/dist/components/navitem/navitem.styles.js +147 -143
- package/dist/components/navitemlist/navitemlist.component.js +2 -2
- package/dist/components/optgroup/optgroup.component.js +12 -9
- package/dist/components/option/option.component.js +11 -11
- package/dist/components/option/option.styles.js +1 -1
- package/dist/components/popover/popover.component.js +4 -4
- package/dist/components/popover/popover.stack.js +1 -1
- package/dist/components/popover/popover.styles.js +0 -1
- package/dist/components/popover/popover.utils.js +3 -4
- package/dist/components/presence/presence.component.d.ts +4 -4
- package/dist/components/presence/presence.component.js +4 -4
- package/dist/components/progressbar/progressbar.component.js +3 -4
- package/dist/components/progressbar/progressbar.styles.js +77 -71
- package/dist/components/progressspinner/progressspiner.utils.js +4 -4
- package/dist/components/progressspinner/progressspinner.component.js +38 -37
- package/dist/components/progressspinner/progressspinner.styles.js +1 -1
- package/dist/components/radio/radio.component.d.ts +41 -41
- package/dist/components/radio/radio.component.js +84 -83
- package/dist/components/radio/radio.styles.js +77 -75
- package/dist/components/radiogroup/radiogroup.component.js +1 -1
- package/dist/components/screenreaderannouncer/screenreaderannouncer.component.js +2 -2
- package/dist/components/screenreaderannouncer/screenreaderannouncer.styles.js +8 -6
- package/dist/components/searchfield/searchfield.component.js +23 -17
- package/dist/components/searchfield/searchfield.styles.js +11 -13
- package/dist/components/select/select.component.js +20 -23
- package/dist/components/select/select.styles.js +9 -9
- package/dist/components/sidenavigation/sidenavigation.component.d.ts +6 -6
- package/dist/components/sidenavigation/sidenavigation.component.js +39 -29
- package/dist/components/sidenavigation/sidenavigation.context.js +5 -5
- package/dist/components/sidenavigation/sidenavigation.styles.js +53 -53
- package/dist/components/skeleton/skeleton.component.js +1 -4
- package/dist/components/skeleton/skeleton.constants.d.ts +1 -1
- package/dist/components/skeleton/skeleton.constants.js +1 -1
- package/dist/components/skeleton/skeleton.styles.js +4 -4
- package/dist/components/spinner/spinner.component.d.ts +7 -7
- package/dist/components/spinner/spinner.component.js +9 -9
- package/dist/components/spinner/spinner.styles.js +58 -53
- package/dist/components/staticcheckbox/staticcheckbox.component.js +10 -8
- package/dist/components/staticcheckbox/staticcheckbox.styles.js +52 -51
- package/dist/components/staticradio/staticradio.component.d.ts +8 -8
- package/dist/components/staticradio/staticradio.component.js +10 -11
- package/dist/components/staticradio/staticradio.styles.js +77 -75
- package/dist/components/statictoggle/statictoggle.component.d.ts +3 -3
- package/dist/components/statictoggle/statictoggle.component.js +3 -3
- package/dist/components/statictoggle/statictoggle.styles.js +71 -68
- package/dist/components/tab/tab.component.d.ts +1 -1
- package/dist/components/tab/tab.component.js +2 -2
- package/dist/components/tab/tab.styles.js +247 -245
- package/dist/components/tablist/tablist.component.js +11 -15
- package/dist/components/tablist/tablist.styles.js +27 -25
- package/dist/components/tablist/tablist.types.d.ts +1 -1
- package/dist/components/tablist/tablist.utils.js +4 -4
- package/dist/components/text/fonts.styles.js +49 -49
- package/dist/components/text/text.component.js +21 -11
- package/dist/components/text/text.types.d.ts +1 -1
- package/dist/components/textarea/textarea.component.d.ts +31 -31
- package/dist/components/textarea/textarea.component.js +54 -61
- package/dist/components/textarea/textarea.styles.js +123 -122
- package/dist/components/themeprovider/themeprovider.component.js +1 -1
- package/dist/components/themeprovider/themeprovider.styles.js +4 -4
- package/dist/components/toggle/toggle.component.d.ts +35 -35
- package/dist/components/toggle/toggle.component.js +62 -63
- package/dist/components/toggle/toggle.styles.js +77 -69
- package/dist/components/toggletip/toggletip.component.d.ts +7 -7
- package/dist/components/toggletip/toggletip.component.js +3 -2
- package/dist/components/tooltip/tooltip.component.js +1 -1
- package/dist/components/tooltip/tooltip.styles.js +0 -1
- package/dist/components/virtualizedlist/virtualizedlist.component.js +6 -14
- package/dist/components/virtualizedlist/virtualizedlist.helper.test.d.ts +1 -1
- package/dist/components/virtualizedlist/virtualizedlist.helper.test.js +14 -11
- package/dist/components/virtualizedlist/virtualizedlist.styles.js +4 -4
- package/dist/custom-elements.json +572 -551
- package/dist/index.js +1 -0
- package/dist/models/component/index.d.ts +1 -1
- package/dist/models/index.d.ts +2 -2
- package/dist/models/index.js +1 -1
- package/dist/react/index.d.ts +2 -2
- package/dist/react/index.js +2 -2
- package/dist/utils/mixins/ButtonComponentMixin.js +10 -10
- package/dist/utils/mixins/CardAndDialogFooterMixin.js +21 -22
- package/dist/utils/mixins/FocusTrapMixin.js +26 -16
- package/dist/utils/mixins/IconNameMixin.d.ts +1 -1
- package/dist/utils/mixins/MenuMixin.js +23 -23
- package/dist/utils/mixins/PreventScrollMixin.d.ts +1 -1
- package/dist/utils/styles/index.js +12 -12
- package/package.json +1 -1
@@ -2,279 +2,6 @@
|
|
2
2
|
"schemaVersion": "1.0.0",
|
3
3
|
"readme": "",
|
4
4
|
"modules": [
|
5
|
-
{
|
6
|
-
"kind": "javascript-module",
|
7
|
-
"path": "components/animation/animation.component.js",
|
8
|
-
"declarations": [
|
9
|
-
{
|
10
|
-
"kind": "class",
|
11
|
-
"description": "The `mdc-animation` component is a wrapper around the Lottie animation library.\nIt fetches the animation data dynamically based on the provided name and renders it.\nThis is a display only component that does not have any interactive functionality.\nFrom accessibility perspective, (by default) it is a decorative image component.",
|
12
|
-
"name": "Animation",
|
13
|
-
"members": [
|
14
|
-
{
|
15
|
-
"kind": "field",
|
16
|
-
"name": "name",
|
17
|
-
"type": {
|
18
|
-
"text": "AnimationNames | undefined"
|
19
|
-
},
|
20
|
-
"description": "Name of the animation (= filename)",
|
21
|
-
"attribute": "name",
|
22
|
-
"reflects": true
|
23
|
-
},
|
24
|
-
{
|
25
|
-
"kind": "field",
|
26
|
-
"name": "loop",
|
27
|
-
"type": {
|
28
|
-
"text": "LoopType | undefined"
|
29
|
-
},
|
30
|
-
"description": "How many times to loop the animation\n- \"true\" - infinite\n- \"false\" - no loop\n- number - number of times to loop",
|
31
|
-
"attribute": "loop",
|
32
|
-
"reflects": true
|
33
|
-
},
|
34
|
-
{
|
35
|
-
"kind": "field",
|
36
|
-
"name": "autoplay",
|
37
|
-
"type": {
|
38
|
-
"text": "boolean | undefined"
|
39
|
-
},
|
40
|
-
"description": "Weather start the animation automatically",
|
41
|
-
"attribute": "autoplay",
|
42
|
-
"reflects": true
|
43
|
-
},
|
44
|
-
{
|
45
|
-
"kind": "field",
|
46
|
-
"name": "ariaLabel",
|
47
|
-
"type": {
|
48
|
-
"text": "string | null"
|
49
|
-
},
|
50
|
-
"default": "null",
|
51
|
-
"description": "Aria-label attribute to be set for accessibility",
|
52
|
-
"attribute": "aria-label"
|
53
|
-
},
|
54
|
-
{
|
55
|
-
"kind": "field",
|
56
|
-
"name": "ariaLabelledBy",
|
57
|
-
"type": {
|
58
|
-
"text": "string | null"
|
59
|
-
},
|
60
|
-
"default": "null",
|
61
|
-
"description": "Aria-labelledby attribute to be set for accessibility",
|
62
|
-
"attribute": "aria-labelledby"
|
63
|
-
},
|
64
|
-
{
|
65
|
-
"kind": "field",
|
66
|
-
"name": "lottieInstance",
|
67
|
-
"type": {
|
68
|
-
"text": "AnimationItem | undefined"
|
69
|
-
},
|
70
|
-
"privacy": "private",
|
71
|
-
"description": "Lottie animation instance"
|
72
|
-
},
|
73
|
-
{
|
74
|
-
"kind": "field",
|
75
|
-
"name": "containerRef",
|
76
|
-
"type": {
|
77
|
-
"text": "Ref<HTMLDivElement>"
|
78
|
-
},
|
79
|
-
"privacy": "private",
|
80
|
-
"description": "Container for the animation"
|
81
|
-
},
|
82
|
-
{
|
83
|
-
"kind": "field",
|
84
|
-
"name": "animation",
|
85
|
-
"description": "Exposed API of the animation library (lottie)",
|
86
|
-
"readonly": true
|
87
|
-
},
|
88
|
-
{
|
89
|
-
"kind": "method",
|
90
|
-
"name": "getLoopValue",
|
91
|
-
"privacy": "private"
|
92
|
-
},
|
93
|
-
{
|
94
|
-
"kind": "method",
|
95
|
-
"name": "onLoadSuccessHandler",
|
96
|
-
"privacy": "private",
|
97
|
-
"parameters": [
|
98
|
-
{
|
99
|
-
"name": "animationData",
|
100
|
-
"type": {
|
101
|
-
"text": "any"
|
102
|
-
}
|
103
|
-
}
|
104
|
-
],
|
105
|
-
"description": "Create new lotty instance for the loaded data"
|
106
|
-
},
|
107
|
-
{
|
108
|
-
"kind": "method",
|
109
|
-
"name": "onLoadFailHandler",
|
110
|
-
"privacy": "private",
|
111
|
-
"parameters": [
|
112
|
-
{
|
113
|
-
"name": "error",
|
114
|
-
"type": {
|
115
|
-
"text": "Error"
|
116
|
-
}
|
117
|
-
}
|
118
|
-
],
|
119
|
-
"description": "Error handler for animation loading"
|
120
|
-
},
|
121
|
-
{
|
122
|
-
"kind": "method",
|
123
|
-
"name": "getAnimationData",
|
124
|
-
"privacy": "private",
|
125
|
-
"description": "Import animation data dynamically"
|
126
|
-
},
|
127
|
-
{
|
128
|
-
"kind": "field",
|
129
|
-
"name": "onCompleteHandler",
|
130
|
-
"description": "Re-dispatch the complete event from the animation library\n\nThis handler called with the animation instance instead of the component instance\nso we need to bind it to the component instance. The arrow function just does that."
|
131
|
-
}
|
132
|
-
],
|
133
|
-
"events": [
|
134
|
-
{
|
135
|
-
"name": "load",
|
136
|
-
"type": {
|
137
|
-
"text": "CustomEvent"
|
138
|
-
},
|
139
|
-
"description": "(React: onLoad) This event is dispatched when the animation is loaded",
|
140
|
-
"reactName": "onLoad"
|
141
|
-
},
|
142
|
-
{
|
143
|
-
"description": "(React: onComplete) This event is dispatched when all animation loops completed",
|
144
|
-
"name": "complete",
|
145
|
-
"reactName": "onComplete"
|
146
|
-
},
|
147
|
-
{
|
148
|
-
"description": "(React: onError) This event is dispatched when animation loading failed",
|
149
|
-
"name": "error",
|
150
|
-
"reactName": "onError"
|
151
|
-
}
|
152
|
-
],
|
153
|
-
"attributes": [
|
154
|
-
{
|
155
|
-
"name": "name",
|
156
|
-
"type": {
|
157
|
-
"text": "AnimationNames | undefined"
|
158
|
-
},
|
159
|
-
"description": "Name of the animation (= filename)",
|
160
|
-
"fieldName": "name"
|
161
|
-
},
|
162
|
-
{
|
163
|
-
"name": "loop",
|
164
|
-
"type": {
|
165
|
-
"text": "LoopType | undefined"
|
166
|
-
},
|
167
|
-
"description": "How many times to loop the animation\n- \"true\" - infinite\n- \"false\" - no loop\n- number - number of times to loop",
|
168
|
-
"fieldName": "loop"
|
169
|
-
},
|
170
|
-
{
|
171
|
-
"name": "autoplay",
|
172
|
-
"type": {
|
173
|
-
"text": "boolean | undefined"
|
174
|
-
},
|
175
|
-
"description": "Weather start the animation automatically",
|
176
|
-
"fieldName": "autoplay"
|
177
|
-
},
|
178
|
-
{
|
179
|
-
"name": "aria-label",
|
180
|
-
"type": {
|
181
|
-
"text": "string | null"
|
182
|
-
},
|
183
|
-
"default": "null",
|
184
|
-
"description": "Aria-label attribute to be set for accessibility",
|
185
|
-
"fieldName": "ariaLabel"
|
186
|
-
},
|
187
|
-
{
|
188
|
-
"name": "aria-labelledby",
|
189
|
-
"type": {
|
190
|
-
"text": "string | null"
|
191
|
-
},
|
192
|
-
"default": "null",
|
193
|
-
"description": "Aria-labelledby attribute to be set for accessibility",
|
194
|
-
"fieldName": "ariaLabelledBy"
|
195
|
-
}
|
196
|
-
],
|
197
|
-
"superclass": {
|
198
|
-
"name": "Component",
|
199
|
-
"module": "/src/models"
|
200
|
-
},
|
201
|
-
"tagName": "mdc-animation",
|
202
|
-
"jsDoc": "/**\n * The `mdc-animation` component is a wrapper around the Lottie animation library.\n * It fetches the animation data dynamically based on the provided name and renders it.\n * This is a display only component that does not have any interactive functionality.\n * From accessibility perspective, (by default) it is a decorative image component.\n *\n * @tagname mdc-animation\n *\n * @event load - (React: onLoad) This event is dispatched when the animation is loaded\n * @event complete - (React: onComplete) This event is dispatched when all animation loops completed\n * @event error - (React: onError) This event is dispatched when animation loading failed\n */",
|
203
|
-
"customElement": true
|
204
|
-
}
|
205
|
-
],
|
206
|
-
"exports": [
|
207
|
-
{
|
208
|
-
"kind": "js",
|
209
|
-
"name": "default",
|
210
|
-
"declaration": {
|
211
|
-
"name": "Animation",
|
212
|
-
"module": "components/animation/animation.component.js"
|
213
|
-
}
|
214
|
-
}
|
215
|
-
]
|
216
|
-
},
|
217
|
-
{
|
218
|
-
"kind": "javascript-module",
|
219
|
-
"path": "components/appheader/appheader.component.js",
|
220
|
-
"declarations": [
|
221
|
-
{
|
222
|
-
"kind": "class",
|
223
|
-
"description": "The `mdc-appheader` component provides a structured and accessible app header layout.\nIt consists of three primary sections: leading, center, and trailing.\n\n- The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n- The **center section** can contain a **search bar**, **icons** or action controls.\n- The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.",
|
224
|
-
"name": "Appheader",
|
225
|
-
"cssParts": [
|
226
|
-
{
|
227
|
-
"description": "The main container for styling the header.",
|
228
|
-
"name": "container"
|
229
|
-
},
|
230
|
-
{
|
231
|
-
"description": "The leading section of the header.",
|
232
|
-
"name": "leading-section"
|
233
|
-
},
|
234
|
-
{
|
235
|
-
"description": "The center section of the header.",
|
236
|
-
"name": "center-section"
|
237
|
-
},
|
238
|
-
{
|
239
|
-
"description": "The trailing section of the header.",
|
240
|
-
"name": "trailing-section"
|
241
|
-
}
|
242
|
-
],
|
243
|
-
"slots": [
|
244
|
-
{
|
245
|
-
"description": "Slot for the leading section (e.g., brand logo, brand name).",
|
246
|
-
"name": "leading"
|
247
|
-
},
|
248
|
-
{
|
249
|
-
"description": "Slot for the center section (e.g., search bar, icons).",
|
250
|
-
"name": "center"
|
251
|
-
},
|
252
|
-
{
|
253
|
-
"description": "Slot for the trailing section (e.g., profile avatar, icons).",
|
254
|
-
"name": "trailing"
|
255
|
-
}
|
256
|
-
],
|
257
|
-
"members": [],
|
258
|
-
"superclass": {
|
259
|
-
"name": "Component",
|
260
|
-
"module": "/src/models"
|
261
|
-
},
|
262
|
-
"tagName": "mdc-appheader",
|
263
|
-
"jsDoc": "/**\n * The `mdc-appheader` component provides a structured and accessible app header layout.\n * It consists of three primary sections: leading, center, and trailing.\n *\n * - The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n * - The **center section** can contain a **search bar**, **icons** or action controls.\n * - The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.\n *\n * @tagname mdc-appheader\n *\n * @slot leading - Slot for the leading section (e.g., brand logo, brand name).\n * @slot center - Slot for the center section (e.g., search bar, icons).\n * @slot trailing - Slot for the trailing section (e.g., profile avatar, icons).\n *\n * @csspart container - The main container for styling the header.\n * @csspart leading-section - The leading section of the header.\n * @csspart center-section - The center section of the header.\n * @csspart trailing-section - The trailing section of the header.\n */",
|
264
|
-
"customElement": true
|
265
|
-
}
|
266
|
-
],
|
267
|
-
"exports": [
|
268
|
-
{
|
269
|
-
"kind": "js",
|
270
|
-
"name": "default",
|
271
|
-
"declaration": {
|
272
|
-
"name": "Appheader",
|
273
|
-
"module": "components/appheader/appheader.component.js"
|
274
|
-
}
|
275
|
-
}
|
276
|
-
]
|
277
|
-
},
|
278
5
|
{
|
279
6
|
"kind": "javascript-module",
|
280
7
|
"path": "components/alertchip/alertchip.component.js",
|
@@ -793,6 +520,279 @@
|
|
793
520
|
}
|
794
521
|
]
|
795
522
|
},
|
523
|
+
{
|
524
|
+
"kind": "javascript-module",
|
525
|
+
"path": "components/animation/animation.component.js",
|
526
|
+
"declarations": [
|
527
|
+
{
|
528
|
+
"kind": "class",
|
529
|
+
"description": "The `mdc-animation` component is a wrapper around the Lottie animation library.\nIt fetches the animation data dynamically based on the provided name and renders it.\nThis is a display only component that does not have any interactive functionality.\nFrom accessibility perspective, (by default) it is a decorative image component.",
|
530
|
+
"name": "Animation",
|
531
|
+
"members": [
|
532
|
+
{
|
533
|
+
"kind": "field",
|
534
|
+
"name": "name",
|
535
|
+
"type": {
|
536
|
+
"text": "AnimationNames | undefined"
|
537
|
+
},
|
538
|
+
"description": "Name of the animation (= filename)",
|
539
|
+
"attribute": "name",
|
540
|
+
"reflects": true
|
541
|
+
},
|
542
|
+
{
|
543
|
+
"kind": "field",
|
544
|
+
"name": "loop",
|
545
|
+
"type": {
|
546
|
+
"text": "LoopType | undefined"
|
547
|
+
},
|
548
|
+
"description": "How many times to loop the animation\n- \"true\" - infinite\n- \"false\" - no loop\n- number - number of times to loop",
|
549
|
+
"attribute": "loop",
|
550
|
+
"reflects": true
|
551
|
+
},
|
552
|
+
{
|
553
|
+
"kind": "field",
|
554
|
+
"name": "autoplay",
|
555
|
+
"type": {
|
556
|
+
"text": "boolean | undefined"
|
557
|
+
},
|
558
|
+
"description": "Weather start the animation automatically",
|
559
|
+
"attribute": "autoplay",
|
560
|
+
"reflects": true
|
561
|
+
},
|
562
|
+
{
|
563
|
+
"kind": "field",
|
564
|
+
"name": "ariaLabel",
|
565
|
+
"type": {
|
566
|
+
"text": "string | null"
|
567
|
+
},
|
568
|
+
"default": "null",
|
569
|
+
"description": "Aria-label attribute to be set for accessibility",
|
570
|
+
"attribute": "aria-label"
|
571
|
+
},
|
572
|
+
{
|
573
|
+
"kind": "field",
|
574
|
+
"name": "ariaLabelledBy",
|
575
|
+
"type": {
|
576
|
+
"text": "string | null"
|
577
|
+
},
|
578
|
+
"default": "null",
|
579
|
+
"description": "Aria-labelledby attribute to be set for accessibility",
|
580
|
+
"attribute": "aria-labelledby"
|
581
|
+
},
|
582
|
+
{
|
583
|
+
"kind": "field",
|
584
|
+
"name": "lottieInstance",
|
585
|
+
"type": {
|
586
|
+
"text": "AnimationItem | undefined"
|
587
|
+
},
|
588
|
+
"privacy": "private",
|
589
|
+
"description": "Lottie animation instance"
|
590
|
+
},
|
591
|
+
{
|
592
|
+
"kind": "field",
|
593
|
+
"name": "containerRef",
|
594
|
+
"type": {
|
595
|
+
"text": "Ref<HTMLDivElement>"
|
596
|
+
},
|
597
|
+
"privacy": "private",
|
598
|
+
"description": "Container for the animation"
|
599
|
+
},
|
600
|
+
{
|
601
|
+
"kind": "field",
|
602
|
+
"name": "animation",
|
603
|
+
"description": "Exposed API of the animation library (lottie)",
|
604
|
+
"readonly": true
|
605
|
+
},
|
606
|
+
{
|
607
|
+
"kind": "method",
|
608
|
+
"name": "getLoopValue",
|
609
|
+
"privacy": "private"
|
610
|
+
},
|
611
|
+
{
|
612
|
+
"kind": "method",
|
613
|
+
"name": "onLoadSuccessHandler",
|
614
|
+
"privacy": "private",
|
615
|
+
"parameters": [
|
616
|
+
{
|
617
|
+
"name": "animationData",
|
618
|
+
"type": {
|
619
|
+
"text": "any"
|
620
|
+
}
|
621
|
+
}
|
622
|
+
],
|
623
|
+
"description": "Create new lotty instance for the loaded data"
|
624
|
+
},
|
625
|
+
{
|
626
|
+
"kind": "method",
|
627
|
+
"name": "onLoadFailHandler",
|
628
|
+
"privacy": "private",
|
629
|
+
"parameters": [
|
630
|
+
{
|
631
|
+
"name": "error",
|
632
|
+
"type": {
|
633
|
+
"text": "Error"
|
634
|
+
}
|
635
|
+
}
|
636
|
+
],
|
637
|
+
"description": "Error handler for animation loading"
|
638
|
+
},
|
639
|
+
{
|
640
|
+
"kind": "method",
|
641
|
+
"name": "getAnimationData",
|
642
|
+
"privacy": "private",
|
643
|
+
"description": "Import animation data dynamically"
|
644
|
+
},
|
645
|
+
{
|
646
|
+
"kind": "field",
|
647
|
+
"name": "onCompleteHandler",
|
648
|
+
"description": "Re-dispatch the complete event from the animation library\n\nThis handler called with the animation instance instead of the component instance\nso we need to bind it to the component instance. The arrow function just does that."
|
649
|
+
}
|
650
|
+
],
|
651
|
+
"events": [
|
652
|
+
{
|
653
|
+
"name": "load",
|
654
|
+
"type": {
|
655
|
+
"text": "CustomEvent"
|
656
|
+
},
|
657
|
+
"description": "(React: onLoad) This event is dispatched when the animation is loaded",
|
658
|
+
"reactName": "onLoad"
|
659
|
+
},
|
660
|
+
{
|
661
|
+
"description": "(React: onComplete) This event is dispatched when all animation loops completed",
|
662
|
+
"name": "complete",
|
663
|
+
"reactName": "onComplete"
|
664
|
+
},
|
665
|
+
{
|
666
|
+
"description": "(React: onError) This event is dispatched when animation loading failed",
|
667
|
+
"name": "error",
|
668
|
+
"reactName": "onError"
|
669
|
+
}
|
670
|
+
],
|
671
|
+
"attributes": [
|
672
|
+
{
|
673
|
+
"name": "name",
|
674
|
+
"type": {
|
675
|
+
"text": "AnimationNames | undefined"
|
676
|
+
},
|
677
|
+
"description": "Name of the animation (= filename)",
|
678
|
+
"fieldName": "name"
|
679
|
+
},
|
680
|
+
{
|
681
|
+
"name": "loop",
|
682
|
+
"type": {
|
683
|
+
"text": "LoopType | undefined"
|
684
|
+
},
|
685
|
+
"description": "How many times to loop the animation\n- \"true\" - infinite\n- \"false\" - no loop\n- number - number of times to loop",
|
686
|
+
"fieldName": "loop"
|
687
|
+
},
|
688
|
+
{
|
689
|
+
"name": "autoplay",
|
690
|
+
"type": {
|
691
|
+
"text": "boolean | undefined"
|
692
|
+
},
|
693
|
+
"description": "Weather start the animation automatically",
|
694
|
+
"fieldName": "autoplay"
|
695
|
+
},
|
696
|
+
{
|
697
|
+
"name": "aria-label",
|
698
|
+
"type": {
|
699
|
+
"text": "string | null"
|
700
|
+
},
|
701
|
+
"default": "null",
|
702
|
+
"description": "Aria-label attribute to be set for accessibility",
|
703
|
+
"fieldName": "ariaLabel"
|
704
|
+
},
|
705
|
+
{
|
706
|
+
"name": "aria-labelledby",
|
707
|
+
"type": {
|
708
|
+
"text": "string | null"
|
709
|
+
},
|
710
|
+
"default": "null",
|
711
|
+
"description": "Aria-labelledby attribute to be set for accessibility",
|
712
|
+
"fieldName": "ariaLabelledBy"
|
713
|
+
}
|
714
|
+
],
|
715
|
+
"superclass": {
|
716
|
+
"name": "Component",
|
717
|
+
"module": "/src/models"
|
718
|
+
},
|
719
|
+
"tagName": "mdc-animation",
|
720
|
+
"jsDoc": "/**\n * The `mdc-animation` component is a wrapper around the Lottie animation library.\n * It fetches the animation data dynamically based on the provided name and renders it.\n * This is a display only component that does not have any interactive functionality.\n * From accessibility perspective, (by default) it is a decorative image component.\n *\n * @tagname mdc-animation\n *\n * @event load - (React: onLoad) This event is dispatched when the animation is loaded\n * @event complete - (React: onComplete) This event is dispatched when all animation loops completed\n * @event error - (React: onError) This event is dispatched when animation loading failed\n */",
|
721
|
+
"customElement": true
|
722
|
+
}
|
723
|
+
],
|
724
|
+
"exports": [
|
725
|
+
{
|
726
|
+
"kind": "js",
|
727
|
+
"name": "default",
|
728
|
+
"declaration": {
|
729
|
+
"name": "Animation",
|
730
|
+
"module": "components/animation/animation.component.js"
|
731
|
+
}
|
732
|
+
}
|
733
|
+
]
|
734
|
+
},
|
735
|
+
{
|
736
|
+
"kind": "javascript-module",
|
737
|
+
"path": "components/appheader/appheader.component.js",
|
738
|
+
"declarations": [
|
739
|
+
{
|
740
|
+
"kind": "class",
|
741
|
+
"description": "The `mdc-appheader` component provides a structured and accessible app header layout.\nIt consists of three primary sections: leading, center, and trailing.\n\n- The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n- The **center section** can contain a **search bar**, **icons** or action controls.\n- The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.",
|
742
|
+
"name": "Appheader",
|
743
|
+
"cssParts": [
|
744
|
+
{
|
745
|
+
"description": "The main container for styling the header.",
|
746
|
+
"name": "container"
|
747
|
+
},
|
748
|
+
{
|
749
|
+
"description": "The leading section of the header.",
|
750
|
+
"name": "leading-section"
|
751
|
+
},
|
752
|
+
{
|
753
|
+
"description": "The center section of the header.",
|
754
|
+
"name": "center-section"
|
755
|
+
},
|
756
|
+
{
|
757
|
+
"description": "The trailing section of the header.",
|
758
|
+
"name": "trailing-section"
|
759
|
+
}
|
760
|
+
],
|
761
|
+
"slots": [
|
762
|
+
{
|
763
|
+
"description": "Slot for the leading section (e.g., brand logo, brand name).",
|
764
|
+
"name": "leading"
|
765
|
+
},
|
766
|
+
{
|
767
|
+
"description": "Slot for the center section (e.g., search bar, icons).",
|
768
|
+
"name": "center"
|
769
|
+
},
|
770
|
+
{
|
771
|
+
"description": "Slot for the trailing section (e.g., profile avatar, icons).",
|
772
|
+
"name": "trailing"
|
773
|
+
}
|
774
|
+
],
|
775
|
+
"members": [],
|
776
|
+
"superclass": {
|
777
|
+
"name": "Component",
|
778
|
+
"module": "/src/models"
|
779
|
+
},
|
780
|
+
"tagName": "mdc-appheader",
|
781
|
+
"jsDoc": "/**\n * The `mdc-appheader` component provides a structured and accessible app header layout.\n * It consists of three primary sections: leading, center, and trailing.\n *\n * - The **leading section** typically holds a **brand logo**, **brand name** or **menu icon**.\n * - The **center section** can contain a **search bar**, **icons** or action controls.\n * - The **trailing section** generally includes a **profile avatar**, **additional icons** or **action controls**.\n *\n * @tagname mdc-appheader\n *\n * @slot leading - Slot for the leading section (e.g., brand logo, brand name).\n * @slot center - Slot for the center section (e.g., search bar, icons).\n * @slot trailing - Slot for the trailing section (e.g., profile avatar, icons).\n *\n * @csspart container - The main container for styling the header.\n * @csspart leading-section - The leading section of the header.\n * @csspart center-section - The center section of the header.\n * @csspart trailing-section - The trailing section of the header.\n */",
|
782
|
+
"customElement": true
|
783
|
+
}
|
784
|
+
],
|
785
|
+
"exports": [
|
786
|
+
{
|
787
|
+
"kind": "js",
|
788
|
+
"name": "default",
|
789
|
+
"declaration": {
|
790
|
+
"name": "Appheader",
|
791
|
+
"module": "components/appheader/appheader.component.js"
|
792
|
+
}
|
793
|
+
}
|
794
|
+
]
|
795
|
+
},
|
796
796
|
{
|
797
797
|
"kind": "javascript-module",
|
798
798
|
"path": "components/avatar/avatar.component.js",
|
@@ -2188,7 +2188,7 @@
|
|
2188
2188
|
"module": "/src/models"
|
2189
2189
|
},
|
2190
2190
|
"tagName": "mdc-bullet",
|
2191
|
-
"jsDoc": "/**\n * Bullet component, which is a visual marker\n * and be used to organize and present items in a list format.\n *\n * @tagname mdc-bullet\n *\n * @cssproperty --mdc-bullet-background-color - background color of the bullet\n * @cssproperty --mdc-bullet-size-small - small size value of the bullet\n * @cssproperty --mdc-bullet-size-medium - medium size value of the bullet\n * @cssproperty --mdc-bullet-size-large - large size value of the bullet\n*/",
|
2191
|
+
"jsDoc": "/**\n * Bullet component, which is a visual marker\n * and be used to organize and present items in a list format.\n *\n * @tagname mdc-bullet\n *\n * @cssproperty --mdc-bullet-background-color - background color of the bullet\n * @cssproperty --mdc-bullet-size-small - small size value of the bullet\n * @cssproperty --mdc-bullet-size-medium - medium size value of the bullet\n * @cssproperty --mdc-bullet-size-large - large size value of the bullet\n */",
|
2192
2192
|
"customElement": true
|
2193
2193
|
}
|
2194
2194
|
],
|
@@ -3045,7 +3045,7 @@
|
|
3045
3045
|
"type": {
|
3046
3046
|
"text": "PillButtonSize | IconButtonSize"
|
3047
3047
|
},
|
3048
|
-
"description": "ButtonLink sizing is based on the buttonlink type.\n
|
3048
|
+
"description": "ButtonLink sizing is based on the buttonlink type.\n- **Pill buttonlink**: 40, 32, 28, 24.\n- **Icon buttonlink**: 64, 52, 40, 32, 28, 24.\n- Tertiary icon buttonlink can also be 20.",
|
3049
3049
|
"default": "32",
|
3050
3050
|
"attribute": "size",
|
3051
3051
|
"reflects": true
|
@@ -3390,7 +3390,7 @@
|
|
3390
3390
|
"type": {
|
3391
3391
|
"text": "PillButtonSize | IconButtonSize"
|
3392
3392
|
},
|
3393
|
-
"description": "ButtonLink sizing is based on the buttonlink type.\n
|
3393
|
+
"description": "ButtonLink sizing is based on the buttonlink type.\n- **Pill buttonlink**: 40, 32, 28, 24.\n- **Icon buttonlink**: 64, 52, 40, 32, 28, 24.\n- Tertiary icon buttonlink can also be 20.",
|
3394
3394
|
"default": "32",
|
3395
3395
|
"fieldName": "size"
|
3396
3396
|
},
|
@@ -8371,11 +8371,14 @@
|
|
8371
8371
|
"privacy": "private",
|
8372
8372
|
"parameters": [
|
8373
8373
|
{
|
8374
|
-
"name": "
|
8374
|
+
"name": "event",
|
8375
8375
|
"type": {
|
8376
|
-
"text": "
|
8377
|
-
}
|
8378
|
-
|
8376
|
+
"text": "KeyboardEvent"
|
8377
|
+
}
|
8378
|
+
},
|
8379
|
+
{
|
8380
|
+
"description": "The direction of the focus trap.\nIf true, the focus will be trapped in the previous element.",
|
8381
|
+
"name": "direction"
|
8379
8382
|
}
|
8380
8383
|
],
|
8381
8384
|
"description": "Traps focus within the container.",
|
@@ -10195,11 +10198,14 @@
|
|
10195
10198
|
"privacy": "private",
|
10196
10199
|
"parameters": [
|
10197
10200
|
{
|
10198
|
-
"name": "
|
10201
|
+
"name": "event",
|
10199
10202
|
"type": {
|
10200
|
-
"text": "
|
10201
|
-
}
|
10202
|
-
|
10203
|
+
"text": "KeyboardEvent"
|
10204
|
+
}
|
10205
|
+
},
|
10206
|
+
{
|
10207
|
+
"description": "The direction of the focus trap.\nIf true, the focus will be trapped in the previous element.",
|
10208
|
+
"name": "direction"
|
10203
10209
|
}
|
10204
10210
|
],
|
10205
10211
|
"description": "Traps focus within the container.",
|
@@ -10468,252 +10474,6 @@
|
|
10468
10474
|
}
|
10469
10475
|
]
|
10470
10476
|
},
|
10471
|
-
{
|
10472
|
-
"kind": "javascript-module",
|
10473
|
-
"path": "components/divider/divider.component.js",
|
10474
|
-
"declarations": [
|
10475
|
-
{
|
10476
|
-
"kind": "class",
|
10477
|
-
"description": "`mdc-divider` is a component that provides a line to separate and organize content.\nIt can also include a button or text positioned centrally, allowing users to interact with the layout.\n\n**Divider Orientation:**\n- **Horizontal**: A thin, horizontal line.\n- **Vertical**: A thin, vertical line.\n\n**Divider Variants:**\n- **solid**: Solid line.\n- **gradient**: Gradient Line.\n\n**Divider Types:**\n- The type of divider is inferred based on the kind of slot present.\n - **Primary**: A simple horizontal or vertical divider.\n - **Text**: A horizontal divider with a text label in the center.\n - **Grabber Button**: A horizontal or vertical divider with a styled button in the center.\n\n**Accessibility:**\n- When the slot is replaced by an `mdc-button`:\n - `aria-label` should be passed to the `mdc-button`.\n - `aria-expanded` should be passed to the `mdc-button`.\n\n**Notes:**\n- If the slot is replaced by an invalid tag name or contains multiple elements,\n the divider defaults to the **Primary** type.\n- To override the styles of the divider, use the provided CSS custom properties.",
|
10478
|
-
"name": "Divider",
|
10479
|
-
"cssProperties": [
|
10480
|
-
{
|
10481
|
-
"description": "background color of the divider",
|
10482
|
-
"name": "--mdc-divider-background-color"
|
10483
|
-
},
|
10484
|
-
{
|
10485
|
-
"description": "width of the divider",
|
10486
|
-
"name": "--mdc-divider-width"
|
10487
|
-
},
|
10488
|
-
{
|
10489
|
-
"description": "gradient of the horizontal divider",
|
10490
|
-
"name": "--mdc-divider-horizontal-gradient"
|
10491
|
-
},
|
10492
|
-
{
|
10493
|
-
"description": "gradient of the vertical divider",
|
10494
|
-
"name": "--mdc-divider-vertical-gradient"
|
10495
|
-
},
|
10496
|
-
{
|
10497
|
-
"description": "font size of label in the text divider",
|
10498
|
-
"name": "--mdc-divider-text-size"
|
10499
|
-
},
|
10500
|
-
{
|
10501
|
-
"description": "font color of label in the text divider",
|
10502
|
-
"name": "--mdc-divider-text-color"
|
10503
|
-
},
|
10504
|
-
{
|
10505
|
-
"description": "left and right margin of label in the text divider",
|
10506
|
-
"name": "--mdc-divider-text-margin"
|
10507
|
-
},
|
10508
|
-
{
|
10509
|
-
"description": "line height of label in the text divider",
|
10510
|
-
"name": "--mdc-divider-text-line-height"
|
10511
|
-
},
|
10512
|
-
{
|
10513
|
-
"description": "background color of the grabber button in rest state",
|
10514
|
-
"name": "--mdc-divider-grabber-button-background-color-normal"
|
10515
|
-
},
|
10516
|
-
{
|
10517
|
-
"description": "background color of the grabber button in hover state",
|
10518
|
-
"name": "--mdc-divider-grabber-button-background-color-hover"
|
10519
|
-
},
|
10520
|
-
{
|
10521
|
-
"description": "background color of the grabber button in pressed state",
|
10522
|
-
"name": "--mdc-divider-grabber-button-background-color-pressed"
|
10523
|
-
},
|
10524
|
-
{
|
10525
|
-
"description": "border color of the grabber button",
|
10526
|
-
"name": "--mdc-divider-grabber-button-border-color"
|
10527
|
-
},
|
10528
|
-
{
|
10529
|
-
"description": "border radius of the grabber button",
|
10530
|
-
"name": "--mdc-divider-grabber-button-border-radius"
|
10531
|
-
}
|
10532
|
-
],
|
10533
|
-
"members": [
|
10534
|
-
{
|
10535
|
-
"kind": "field",
|
10536
|
-
"name": "orientation",
|
10537
|
-
"type": {
|
10538
|
-
"text": "DividerOrientation"
|
10539
|
-
},
|
10540
|
-
"description": "Two orientations of divider\n- **horizontal**: A thin, horizontal line with 0.0625rem width.\n- **vertical**: A thin, vertical line with 0.0625rem width.\n\nNote: We do not support \"Vertical Text Divider\" as of now.",
|
10541
|
-
"default": "horizontal",
|
10542
|
-
"attribute": "orientation",
|
10543
|
-
"reflects": true
|
10544
|
-
},
|
10545
|
-
{
|
10546
|
-
"kind": "field",
|
10547
|
-
"name": "variant",
|
10548
|
-
"type": {
|
10549
|
-
"text": "DividerVariant"
|
10550
|
-
},
|
10551
|
-
"description": "Two variants of divider\n- **solid**: Solid line.\n- **gradient**: Gradient Line that fades on either sides of the divider.",
|
10552
|
-
"default": "solid",
|
10553
|
-
"attribute": "variant",
|
10554
|
-
"reflects": true
|
10555
|
-
},
|
10556
|
-
{
|
10557
|
-
"kind": "field",
|
10558
|
-
"name": "arrowDirection",
|
10559
|
-
"type": {
|
10560
|
-
"text": "Directions"
|
10561
|
-
},
|
10562
|
-
"description": "Direction of the arrow icon, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
|
10563
|
-
"default": "'negative'",
|
10564
|
-
"attribute": "arrow-direction",
|
10565
|
-
"reflects": true
|
10566
|
-
},
|
10567
|
-
{
|
10568
|
-
"kind": "field",
|
10569
|
-
"name": "buttonPosition",
|
10570
|
-
"type": {
|
10571
|
-
"text": "Directions"
|
10572
|
-
},
|
10573
|
-
"description": "Position of the button, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
|
10574
|
-
"default": "'negative'",
|
10575
|
-
"attribute": "button-position",
|
10576
|
-
"reflects": true
|
10577
|
-
},
|
10578
|
-
{
|
10579
|
-
"kind": "method",
|
10580
|
-
"name": "setVariant",
|
10581
|
-
"privacy": "private",
|
10582
|
-
"parameters": [
|
10583
|
-
{
|
10584
|
-
"name": "variant",
|
10585
|
-
"type": {
|
10586
|
-
"text": "DividerVariant"
|
10587
|
-
},
|
10588
|
-
"description": "The variant to set."
|
10589
|
-
}
|
10590
|
-
],
|
10591
|
-
"description": "Sets the variant attribute for the divider component.\nIf the provided variant is not included in the DIVIDER_VARIANT,\nit defaults to the value specified in DEFAULTS.VARIANT."
|
10592
|
-
},
|
10593
|
-
{
|
10594
|
-
"kind": "method",
|
10595
|
-
"name": "setOrientation",
|
10596
|
-
"privacy": "private",
|
10597
|
-
"parameters": [
|
10598
|
-
{
|
10599
|
-
"name": "orientation",
|
10600
|
-
"type": {
|
10601
|
-
"text": "DividerOrientation"
|
10602
|
-
},
|
10603
|
-
"description": "The orientation to set."
|
10604
|
-
}
|
10605
|
-
],
|
10606
|
-
"description": "Sets the orientation attribute for the divider component.\nIf the provided orientation is not included in the DIVIDER_ORIENTATION,\nit defaults to the value specified in DEFAULTS.ORIENTATION."
|
10607
|
-
},
|
10608
|
-
{
|
10609
|
-
"kind": "method",
|
10610
|
-
"name": "ensureValidDirections",
|
10611
|
-
"privacy": "private",
|
10612
|
-
"description": "Sets the buttonPosition and arrowDirection attribute for the divider component.\nIf the provided buttonPosition and arrowDirection are not included in the DIRECTIONS,\nit defaults to the value specified in DIRECTIONS based on the ORIENTATION.",
|
10613
|
-
"parameters": [
|
10614
|
-
{
|
10615
|
-
"description": "The buttonPosition to set.",
|
10616
|
-
"name": "buttonPosition"
|
10617
|
-
},
|
10618
|
-
{
|
10619
|
-
"description": "The arrowDirection to set.",
|
10620
|
-
"name": "arrowDirection"
|
10621
|
-
}
|
10622
|
-
]
|
10623
|
-
},
|
10624
|
-
{
|
10625
|
-
"kind": "method",
|
10626
|
-
"name": "setGrabberButton",
|
10627
|
-
"privacy": "private",
|
10628
|
-
"return": {
|
10629
|
-
"type": {
|
10630
|
-
"text": "void"
|
10631
|
-
}
|
10632
|
-
},
|
10633
|
-
"description": "Configures the grabber button within the divider.\n\n- Sets the `prefix-icon` attribute for the grabber button based\non the `arrow-direction` and `orientation` properties.\n\nThis method updates the DOM element dynamically if a grabber button is present."
|
10634
|
-
},
|
10635
|
-
{
|
10636
|
-
"kind": "method",
|
10637
|
-
"name": "getArrowIcon",
|
10638
|
-
"privacy": "private",
|
10639
|
-
"return": {
|
10640
|
-
"type": {
|
10641
|
-
"text": ""
|
10642
|
-
}
|
10643
|
-
},
|
10644
|
-
"description": "Determines the arrow icon based on the consumer-defined `arrowDirection`."
|
10645
|
-
},
|
10646
|
-
{
|
10647
|
-
"kind": "method",
|
10648
|
-
"name": "inferDividerType",
|
10649
|
-
"privacy": "private",
|
10650
|
-
"description": "Infers the type of divider based on the kind of slot present.",
|
10651
|
-
"parameters": [
|
10652
|
-
{
|
10653
|
-
"description": "default slot of divider",
|
10654
|
-
"name": "slot"
|
10655
|
-
}
|
10656
|
-
]
|
10657
|
-
}
|
10658
|
-
],
|
10659
|
-
"attributes": [
|
10660
|
-
{
|
10661
|
-
"name": "orientation",
|
10662
|
-
"type": {
|
10663
|
-
"text": "DividerOrientation"
|
10664
|
-
},
|
10665
|
-
"description": "Two orientations of divider\n- **horizontal**: A thin, horizontal line with 0.0625rem width.\n- **vertical**: A thin, vertical line with 0.0625rem width.\n\nNote: We do not support \"Vertical Text Divider\" as of now.",
|
10666
|
-
"default": "horizontal",
|
10667
|
-
"fieldName": "orientation"
|
10668
|
-
},
|
10669
|
-
{
|
10670
|
-
"name": "variant",
|
10671
|
-
"type": {
|
10672
|
-
"text": "DividerVariant"
|
10673
|
-
},
|
10674
|
-
"description": "Two variants of divider\n- **solid**: Solid line.\n- **gradient**: Gradient Line that fades on either sides of the divider.",
|
10675
|
-
"default": "solid",
|
10676
|
-
"fieldName": "variant"
|
10677
|
-
},
|
10678
|
-
{
|
10679
|
-
"name": "arrow-direction",
|
10680
|
-
"type": {
|
10681
|
-
"text": "Directions"
|
10682
|
-
},
|
10683
|
-
"description": "Direction of the arrow icon, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
|
10684
|
-
"default": "'negative'",
|
10685
|
-
"fieldName": "arrowDirection"
|
10686
|
-
},
|
10687
|
-
{
|
10688
|
-
"name": "button-position",
|
10689
|
-
"type": {
|
10690
|
-
"text": "Directions"
|
10691
|
-
},
|
10692
|
-
"description": "Position of the button, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
|
10693
|
-
"default": "'negative'",
|
10694
|
-
"fieldName": "buttonPosition"
|
10695
|
-
}
|
10696
|
-
],
|
10697
|
-
"superclass": {
|
10698
|
-
"name": "Component",
|
10699
|
-
"module": "/src/models"
|
10700
|
-
},
|
10701
|
-
"tagName": "mdc-divider",
|
10702
|
-
"jsDoc": "/**\n * `mdc-divider` is a component that provides a line to separate and organize content.\n * It can also include a button or text positioned centrally, allowing users to interact with the layout.\n *\n * **Divider Orientation:**\n * - **Horizontal**: A thin, horizontal line.\n * - **Vertical**: A thin, vertical line.\n *\n * **Divider Variants:**\n * - **solid**: Solid line.\n * - **gradient**: Gradient Line.\n *\n * **Divider Types:**\n * - The type of divider is inferred based on the kind of slot present.\n * - **Primary**: A simple horizontal or vertical divider.\n * - **Text**: A horizontal divider with a text label in the center.\n * - **Grabber Button**: A horizontal or vertical divider with a styled button in the center.\n *\n * **Accessibility:**\n * - When the slot is replaced by an `mdc-button`:\n * - `aria-label` should be passed to the `mdc-button`.\n * - `aria-expanded` should be passed to the `mdc-button`.\n *\n * **Notes:**\n * - If the slot is replaced by an invalid tag name or contains multiple elements,\n * the divider defaults to the **Primary** type.\n * - To override the styles of the divider, use the provided CSS custom properties.\n *\n * @tagname mdc-divider\n *\n * @cssproperty --mdc-divider-background-color - background color of the divider\n * @cssproperty --mdc-divider-width - width of the divider\n * @cssproperty --mdc-divider-horizontal-gradient - gradient of the horizontal divider\n * @cssproperty --mdc-divider-vertical-gradient - gradient of the vertical divider\n * @cssproperty --mdc-divider-text-size - font size of label in the text divider\n * @cssproperty --mdc-divider-text-color - font color of label in the text divider\n * @cssproperty --mdc-divider-text-margin - left and right margin of label in the text divider\n * @cssproperty --mdc-divider-text-line-height - line height of label in the text divider\n * @cssproperty --mdc-divider-grabber-button-background-color-normal - background color of the grabber button\n * in rest state\n * @cssproperty --mdc-divider-grabber-button-background-color-hover - background color of the grabber button\n * in hover state\n * @cssproperty --mdc-divider-grabber-button-background-color-pressed - background color of the grabber button\n * in pressed state\n * @cssproperty --mdc-divider-grabber-button-border-color - border color of the grabber button\n * @cssproperty --mdc-divider-grabber-button-border-radius - border radius of the grabber button\n */",
|
10703
|
-
"customElement": true
|
10704
|
-
}
|
10705
|
-
],
|
10706
|
-
"exports": [
|
10707
|
-
{
|
10708
|
-
"kind": "js",
|
10709
|
-
"name": "default",
|
10710
|
-
"declaration": {
|
10711
|
-
"name": "Divider",
|
10712
|
-
"module": "components/divider/divider.component.js"
|
10713
|
-
}
|
10714
|
-
}
|
10715
|
-
]
|
10716
|
-
},
|
10717
10477
|
{
|
10718
10478
|
"kind": "javascript-module",
|
10719
10479
|
"path": "components/filterchip/filterchip.component.js",
|
@@ -11337,6 +11097,252 @@
|
|
11337
11097
|
}
|
11338
11098
|
]
|
11339
11099
|
},
|
11100
|
+
{
|
11101
|
+
"kind": "javascript-module",
|
11102
|
+
"path": "components/divider/divider.component.js",
|
11103
|
+
"declarations": [
|
11104
|
+
{
|
11105
|
+
"kind": "class",
|
11106
|
+
"description": "`mdc-divider` is a component that provides a line to separate and organize content.\nIt can also include a button or text positioned centrally, allowing users to interact with the layout.\n\n**Divider Orientation:**\n- **Horizontal**: A thin, horizontal line.\n- **Vertical**: A thin, vertical line.\n\n**Divider Variants:**\n- **solid**: Solid line.\n- **gradient**: Gradient Line.\n\n**Divider Types:**\n- The type of divider is inferred based on the kind of slot present.\n - **Primary**: A simple horizontal or vertical divider.\n - **Text**: A horizontal divider with a text label in the center.\n - **Grabber Button**: A horizontal or vertical divider with a styled button in the center.\n\n**Accessibility:**\n- When the slot is replaced by an `mdc-button`:\n - `aria-label` should be passed to the `mdc-button`.\n - `aria-expanded` should be passed to the `mdc-button`.\n\n**Notes:**\n- If the slot is replaced by an invalid tag name or contains multiple elements,\n the divider defaults to the **Primary** type.\n- To override the styles of the divider, use the provided CSS custom properties.",
|
11107
|
+
"name": "Divider",
|
11108
|
+
"cssProperties": [
|
11109
|
+
{
|
11110
|
+
"description": "background color of the divider",
|
11111
|
+
"name": "--mdc-divider-background-color"
|
11112
|
+
},
|
11113
|
+
{
|
11114
|
+
"description": "width of the divider",
|
11115
|
+
"name": "--mdc-divider-width"
|
11116
|
+
},
|
11117
|
+
{
|
11118
|
+
"description": "gradient of the horizontal divider",
|
11119
|
+
"name": "--mdc-divider-horizontal-gradient"
|
11120
|
+
},
|
11121
|
+
{
|
11122
|
+
"description": "gradient of the vertical divider",
|
11123
|
+
"name": "--mdc-divider-vertical-gradient"
|
11124
|
+
},
|
11125
|
+
{
|
11126
|
+
"description": "font size of label in the text divider",
|
11127
|
+
"name": "--mdc-divider-text-size"
|
11128
|
+
},
|
11129
|
+
{
|
11130
|
+
"description": "font color of label in the text divider",
|
11131
|
+
"name": "--mdc-divider-text-color"
|
11132
|
+
},
|
11133
|
+
{
|
11134
|
+
"description": "left and right margin of label in the text divider",
|
11135
|
+
"name": "--mdc-divider-text-margin"
|
11136
|
+
},
|
11137
|
+
{
|
11138
|
+
"description": "line height of label in the text divider",
|
11139
|
+
"name": "--mdc-divider-text-line-height"
|
11140
|
+
},
|
11141
|
+
{
|
11142
|
+
"description": "background color of the grabber button in rest state",
|
11143
|
+
"name": "--mdc-divider-grabber-button-background-color-normal"
|
11144
|
+
},
|
11145
|
+
{
|
11146
|
+
"description": "background color of the grabber button in hover state",
|
11147
|
+
"name": "--mdc-divider-grabber-button-background-color-hover"
|
11148
|
+
},
|
11149
|
+
{
|
11150
|
+
"description": "background color of the grabber button in pressed state",
|
11151
|
+
"name": "--mdc-divider-grabber-button-background-color-pressed"
|
11152
|
+
},
|
11153
|
+
{
|
11154
|
+
"description": "border color of the grabber button",
|
11155
|
+
"name": "--mdc-divider-grabber-button-border-color"
|
11156
|
+
},
|
11157
|
+
{
|
11158
|
+
"description": "border radius of the grabber button",
|
11159
|
+
"name": "--mdc-divider-grabber-button-border-radius"
|
11160
|
+
}
|
11161
|
+
],
|
11162
|
+
"members": [
|
11163
|
+
{
|
11164
|
+
"kind": "field",
|
11165
|
+
"name": "orientation",
|
11166
|
+
"type": {
|
11167
|
+
"text": "DividerOrientation"
|
11168
|
+
},
|
11169
|
+
"description": "Two orientations of divider\n- **horizontal**: A thin, horizontal line with 0.0625rem width.\n- **vertical**: A thin, vertical line with 0.0625rem width.\n\nNote: We do not support \"Vertical Text Divider\" as of now.",
|
11170
|
+
"default": "horizontal",
|
11171
|
+
"attribute": "orientation",
|
11172
|
+
"reflects": true
|
11173
|
+
},
|
11174
|
+
{
|
11175
|
+
"kind": "field",
|
11176
|
+
"name": "variant",
|
11177
|
+
"type": {
|
11178
|
+
"text": "DividerVariant"
|
11179
|
+
},
|
11180
|
+
"description": "Two variants of divider\n- **solid**: Solid line.\n- **gradient**: Gradient Line that fades on either sides of the divider.",
|
11181
|
+
"default": "solid",
|
11182
|
+
"attribute": "variant",
|
11183
|
+
"reflects": true
|
11184
|
+
},
|
11185
|
+
{
|
11186
|
+
"kind": "field",
|
11187
|
+
"name": "arrowDirection",
|
11188
|
+
"type": {
|
11189
|
+
"text": "Directions"
|
11190
|
+
},
|
11191
|
+
"description": "Direction of the arrow icon, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
|
11192
|
+
"default": "'negative'",
|
11193
|
+
"attribute": "arrow-direction",
|
11194
|
+
"reflects": true
|
11195
|
+
},
|
11196
|
+
{
|
11197
|
+
"kind": "field",
|
11198
|
+
"name": "buttonPosition",
|
11199
|
+
"type": {
|
11200
|
+
"text": "Directions"
|
11201
|
+
},
|
11202
|
+
"description": "Position of the button, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
|
11203
|
+
"default": "'negative'",
|
11204
|
+
"attribute": "button-position",
|
11205
|
+
"reflects": true
|
11206
|
+
},
|
11207
|
+
{
|
11208
|
+
"kind": "method",
|
11209
|
+
"name": "setVariant",
|
11210
|
+
"privacy": "private",
|
11211
|
+
"parameters": [
|
11212
|
+
{
|
11213
|
+
"name": "variant",
|
11214
|
+
"type": {
|
11215
|
+
"text": "DividerVariant"
|
11216
|
+
},
|
11217
|
+
"description": "The variant to set."
|
11218
|
+
}
|
11219
|
+
],
|
11220
|
+
"description": "Sets the variant attribute for the divider component.\nIf the provided variant is not included in the DIVIDER_VARIANT,\nit defaults to the value specified in DEFAULTS.VARIANT."
|
11221
|
+
},
|
11222
|
+
{
|
11223
|
+
"kind": "method",
|
11224
|
+
"name": "setOrientation",
|
11225
|
+
"privacy": "private",
|
11226
|
+
"parameters": [
|
11227
|
+
{
|
11228
|
+
"name": "orientation",
|
11229
|
+
"type": {
|
11230
|
+
"text": "DividerOrientation"
|
11231
|
+
},
|
11232
|
+
"description": "The orientation to set."
|
11233
|
+
}
|
11234
|
+
],
|
11235
|
+
"description": "Sets the orientation attribute for the divider component.\nIf the provided orientation is not included in the DIVIDER_ORIENTATION,\nit defaults to the value specified in DEFAULTS.ORIENTATION."
|
11236
|
+
},
|
11237
|
+
{
|
11238
|
+
"kind": "method",
|
11239
|
+
"name": "ensureValidDirections",
|
11240
|
+
"privacy": "private",
|
11241
|
+
"description": "Sets the buttonPosition and arrowDirection attribute for the divider component.\nIf the provided buttonPosition and arrowDirection are not included in the DIRECTIONS,\nit defaults to the value specified in DIRECTIONS based on the ORIENTATION.",
|
11242
|
+
"parameters": [
|
11243
|
+
{
|
11244
|
+
"description": "The buttonPosition to set.",
|
11245
|
+
"name": "buttonPosition"
|
11246
|
+
},
|
11247
|
+
{
|
11248
|
+
"description": "The arrowDirection to set.",
|
11249
|
+
"name": "arrowDirection"
|
11250
|
+
}
|
11251
|
+
]
|
11252
|
+
},
|
11253
|
+
{
|
11254
|
+
"kind": "method",
|
11255
|
+
"name": "setGrabberButton",
|
11256
|
+
"privacy": "private",
|
11257
|
+
"return": {
|
11258
|
+
"type": {
|
11259
|
+
"text": "void"
|
11260
|
+
}
|
11261
|
+
},
|
11262
|
+
"description": "Configures the grabber button within the divider.\n\n- Sets the `prefix-icon` attribute for the grabber button based\non the `arrow-direction` and `orientation` properties.\n\nThis method updates the DOM element dynamically if a grabber button is present."
|
11263
|
+
},
|
11264
|
+
{
|
11265
|
+
"kind": "method",
|
11266
|
+
"name": "getArrowIcon",
|
11267
|
+
"privacy": "private",
|
11268
|
+
"return": {
|
11269
|
+
"type": {
|
11270
|
+
"text": ""
|
11271
|
+
}
|
11272
|
+
},
|
11273
|
+
"description": "Determines the arrow icon based on the consumer-defined `arrowDirection`."
|
11274
|
+
},
|
11275
|
+
{
|
11276
|
+
"kind": "method",
|
11277
|
+
"name": "inferDividerType",
|
11278
|
+
"privacy": "private",
|
11279
|
+
"description": "Infers the type of divider based on the kind of slot present.",
|
11280
|
+
"parameters": [
|
11281
|
+
{
|
11282
|
+
"description": "default slot of divider",
|
11283
|
+
"name": "slot"
|
11284
|
+
}
|
11285
|
+
]
|
11286
|
+
}
|
11287
|
+
],
|
11288
|
+
"attributes": [
|
11289
|
+
{
|
11290
|
+
"name": "orientation",
|
11291
|
+
"type": {
|
11292
|
+
"text": "DividerOrientation"
|
11293
|
+
},
|
11294
|
+
"description": "Two orientations of divider\n- **horizontal**: A thin, horizontal line with 0.0625rem width.\n- **vertical**: A thin, vertical line with 0.0625rem width.\n\nNote: We do not support \"Vertical Text Divider\" as of now.",
|
11295
|
+
"default": "horizontal",
|
11296
|
+
"fieldName": "orientation"
|
11297
|
+
},
|
11298
|
+
{
|
11299
|
+
"name": "variant",
|
11300
|
+
"type": {
|
11301
|
+
"text": "DividerVariant"
|
11302
|
+
},
|
11303
|
+
"description": "Two variants of divider\n- **solid**: Solid line.\n- **gradient**: Gradient Line that fades on either sides of the divider.",
|
11304
|
+
"default": "solid",
|
11305
|
+
"fieldName": "variant"
|
11306
|
+
},
|
11307
|
+
{
|
11308
|
+
"name": "arrow-direction",
|
11309
|
+
"type": {
|
11310
|
+
"text": "Directions"
|
11311
|
+
},
|
11312
|
+
"description": "Direction of the arrow icon, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
|
11313
|
+
"default": "'negative'",
|
11314
|
+
"fieldName": "arrowDirection"
|
11315
|
+
},
|
11316
|
+
{
|
11317
|
+
"name": "button-position",
|
11318
|
+
"type": {
|
11319
|
+
"text": "Directions"
|
11320
|
+
},
|
11321
|
+
"description": "Position of the button, if applicable.\n- **positive**\n- **negative**\n\nNote: Positive and Negative directions are defined based on Cartesian plane.",
|
11322
|
+
"default": "'negative'",
|
11323
|
+
"fieldName": "buttonPosition"
|
11324
|
+
}
|
11325
|
+
],
|
11326
|
+
"superclass": {
|
11327
|
+
"name": "Component",
|
11328
|
+
"module": "/src/models"
|
11329
|
+
},
|
11330
|
+
"tagName": "mdc-divider",
|
11331
|
+
"jsDoc": "/**\n * `mdc-divider` is a component that provides a line to separate and organize content.\n * It can also include a button or text positioned centrally, allowing users to interact with the layout.\n *\n * **Divider Orientation:**\n * - **Horizontal**: A thin, horizontal line.\n * - **Vertical**: A thin, vertical line.\n *\n * **Divider Variants:**\n * - **solid**: Solid line.\n * - **gradient**: Gradient Line.\n *\n * **Divider Types:**\n * - The type of divider is inferred based on the kind of slot present.\n * - **Primary**: A simple horizontal or vertical divider.\n * - **Text**: A horizontal divider with a text label in the center.\n * - **Grabber Button**: A horizontal or vertical divider with a styled button in the center.\n *\n * **Accessibility:**\n * - When the slot is replaced by an `mdc-button`:\n * - `aria-label` should be passed to the `mdc-button`.\n * - `aria-expanded` should be passed to the `mdc-button`.\n *\n * **Notes:**\n * - If the slot is replaced by an invalid tag name or contains multiple elements,\n * the divider defaults to the **Primary** type.\n * - To override the styles of the divider, use the provided CSS custom properties.\n *\n * @tagname mdc-divider\n *\n * @cssproperty --mdc-divider-background-color - background color of the divider\n * @cssproperty --mdc-divider-width - width of the divider\n * @cssproperty --mdc-divider-horizontal-gradient - gradient of the horizontal divider\n * @cssproperty --mdc-divider-vertical-gradient - gradient of the vertical divider\n * @cssproperty --mdc-divider-text-size - font size of label in the text divider\n * @cssproperty --mdc-divider-text-color - font color of label in the text divider\n * @cssproperty --mdc-divider-text-margin - left and right margin of label in the text divider\n * @cssproperty --mdc-divider-text-line-height - line height of label in the text divider\n * @cssproperty --mdc-divider-grabber-button-background-color-normal - background color of the grabber button\n * in rest state\n * @cssproperty --mdc-divider-grabber-button-background-color-hover - background color of the grabber button\n * in hover state\n * @cssproperty --mdc-divider-grabber-button-background-color-pressed - background color of the grabber button\n * in pressed state\n * @cssproperty --mdc-divider-grabber-button-border-color - border color of the grabber button\n * @cssproperty --mdc-divider-grabber-button-border-radius - border radius of the grabber button\n */",
|
11332
|
+
"customElement": true
|
11333
|
+
}
|
11334
|
+
],
|
11335
|
+
"exports": [
|
11336
|
+
{
|
11337
|
+
"kind": "js",
|
11338
|
+
"name": "default",
|
11339
|
+
"declaration": {
|
11340
|
+
"name": "Divider",
|
11341
|
+
"module": "components/divider/divider.component.js"
|
11342
|
+
}
|
11343
|
+
}
|
11344
|
+
]
|
11345
|
+
},
|
11340
11346
|
{
|
11341
11347
|
"kind": "javascript-module",
|
11342
11348
|
"path": "components/formfieldgroup/formfieldgroup.component.js",
|
@@ -15750,7 +15756,7 @@
|
|
15750
15756
|
"module": "/src/models"
|
15751
15757
|
},
|
15752
15758
|
"tagName": "mdc-menubar",
|
15753
|
-
"jsDoc": "/**\n
|
15759
|
+
"jsDoc": "/**\n * Menubar is a navigational menu component that provides a horizontal (default) or vertical fixed list of menu items,\n * with support for nested submenus and keyboard navigation. It serves as a container\n * for menu items and manages their interaction patterns, including:\n * - Keyboard navigation (arrow keys, Home, End)\n * - Menu item activation (Enter/Space)\n * - Submenu toggling (Right/Left arrow keys)\n * - Focus management\n * - Support for both horizontal and vertical orientations\n * - Integration with MenuPopover for nested menus\n *\n * A menubar will contain a set of menu items and their associated popovers.\n * Each menu item can have a popover for nested menus.\n *\n * The component automatically handles ARIA attributes and follows WAI-ARIA menu design patterns.\n * It works in conjunction with `mdc-menuitem` and `mdc-menupopover` to create accessible menu structures.\n *\n * @tagname mdc-menubar\n * @slot default - Contains the menu items and their associated popovers\n */",
|
15754
15760
|
"customElement": true,
|
15755
15761
|
"attributes": [
|
15756
15762
|
{
|
@@ -18806,11 +18812,14 @@
|
|
18806
18812
|
"privacy": "private",
|
18807
18813
|
"parameters": [
|
18808
18814
|
{
|
18809
|
-
"name": "
|
18815
|
+
"name": "event",
|
18810
18816
|
"type": {
|
18811
|
-
"text": "
|
18812
|
-
}
|
18813
|
-
|
18817
|
+
"text": "KeyboardEvent"
|
18818
|
+
}
|
18819
|
+
},
|
18820
|
+
{
|
18821
|
+
"description": "The direction of the focus trap.\nIf true, the focus will be trapped in the previous element.",
|
18822
|
+
"name": "direction"
|
18814
18823
|
}
|
18815
18824
|
],
|
18816
18825
|
"description": "Traps focus within the container.",
|
@@ -23733,11 +23742,14 @@
|
|
23733
23742
|
"privacy": "private",
|
23734
23743
|
"parameters": [
|
23735
23744
|
{
|
23736
|
-
"name": "
|
23745
|
+
"name": "event",
|
23737
23746
|
"type": {
|
23738
|
-
"text": "
|
23739
|
-
}
|
23740
|
-
|
23747
|
+
"text": "KeyboardEvent"
|
23748
|
+
}
|
23749
|
+
},
|
23750
|
+
{
|
23751
|
+
"description": "The direction of the focus trap.\nIf true, the focus will be trapped in the previous element.",
|
23752
|
+
"name": "direction"
|
23741
23753
|
}
|
23742
23754
|
],
|
23743
23755
|
"description": "Traps focus within the container.",
|
@@ -33181,11 +33193,14 @@
|
|
33181
33193
|
"privacy": "private",
|
33182
33194
|
"parameters": [
|
33183
33195
|
{
|
33184
|
-
"name": "
|
33196
|
+
"name": "event",
|
33185
33197
|
"type": {
|
33186
|
-
"text": "
|
33187
|
-
}
|
33188
|
-
|
33198
|
+
"text": "KeyboardEvent"
|
33199
|
+
}
|
33200
|
+
},
|
33201
|
+
{
|
33202
|
+
"description": "The direction of the focus trap.\nIf true, the focus will be trapped in the previous element.",
|
33203
|
+
"name": "direction"
|
33189
33204
|
}
|
33190
33205
|
],
|
33191
33206
|
"description": "Traps focus within the container.",
|
@@ -34990,11 +35005,14 @@
|
|
34990
35005
|
"privacy": "private",
|
34991
35006
|
"parameters": [
|
34992
35007
|
{
|
34993
|
-
"name": "
|
35008
|
+
"name": "event",
|
34994
35009
|
"type": {
|
34995
|
-
"text": "
|
34996
|
-
}
|
34997
|
-
|
35010
|
+
"text": "KeyboardEvent"
|
35011
|
+
}
|
35012
|
+
},
|
35013
|
+
{
|
35014
|
+
"description": "The direction of the focus trap.\nIf true, the focus will be trapped in the previous element.",
|
35015
|
+
"name": "direction"
|
34998
35016
|
}
|
34999
35017
|
],
|
35000
35018
|
"description": "Traps focus within the container.",
|
@@ -37772,11 +37790,14 @@
|
|
37772
37790
|
"privacy": "private",
|
37773
37791
|
"parameters": [
|
37774
37792
|
{
|
37775
|
-
"name": "
|
37793
|
+
"name": "event",
|
37776
37794
|
"type": {
|
37777
|
-
"text": "
|
37778
|
-
}
|
37779
|
-
|
37795
|
+
"text": "KeyboardEvent"
|
37796
|
+
}
|
37797
|
+
},
|
37798
|
+
{
|
37799
|
+
"description": "The direction of the focus trap.\nIf true, the focus will be trapped in the previous element.",
|
37800
|
+
"name": "direction"
|
37780
37801
|
}
|
37781
37802
|
],
|
37782
37803
|
"description": "Traps focus within the container."
|