@momentum-design/components 0.127.5 → 0.127.7

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.
@@ -2092,6 +2092,10 @@
2092
2092
  "name": "renderBody",
2093
2093
  "privacy": "protected"
2094
2094
  },
2095
+ {
2096
+ "kind": "field",
2097
+ "name": "internalSize"
2098
+ },
2095
2099
  {
2096
2100
  "kind": "field",
2097
2101
  "name": "zIndex",
@@ -4842,6 +4846,77 @@
4842
4846
  }
4843
4847
  ]
4844
4848
  },
4849
+ {
4850
+ "kind": "javascript-module",
4851
+ "path": "components/bullet/bullet.component.js",
4852
+ "declarations": [
4853
+ {
4854
+ "kind": "class",
4855
+ "description": "Bullet component, which is a visual marker\nand be used to organize and present items in a list format.",
4856
+ "name": "Bullet",
4857
+ "cssProperties": [
4858
+ {
4859
+ "description": "background color of the bullet",
4860
+ "name": "--mdc-bullet-background-color"
4861
+ },
4862
+ {
4863
+ "description": "small size value of the bullet",
4864
+ "name": "--mdc-bullet-size-small"
4865
+ },
4866
+ {
4867
+ "description": "medium size value of the bullet",
4868
+ "name": "--mdc-bullet-size-medium"
4869
+ },
4870
+ {
4871
+ "description": "large size value of the bullet",
4872
+ "name": "--mdc-bullet-size-large"
4873
+ }
4874
+ ],
4875
+ "members": [
4876
+ {
4877
+ "kind": "field",
4878
+ "name": "size",
4879
+ "type": {
4880
+ "text": "Size"
4881
+ },
4882
+ "privacy": "public",
4883
+ "description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
4884
+ "default": "small",
4885
+ "attribute": "size",
4886
+ "reflects": true
4887
+ }
4888
+ ],
4889
+ "attributes": [
4890
+ {
4891
+ "name": "size",
4892
+ "type": {
4893
+ "text": "Size"
4894
+ },
4895
+ "description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
4896
+ "default": "small",
4897
+ "fieldName": "size"
4898
+ }
4899
+ ],
4900
+ "superclass": {
4901
+ "name": "Component",
4902
+ "module": "/src/models"
4903
+ },
4904
+ "tagName": "mdc-bullet",
4905
+ "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 */",
4906
+ "customElement": true
4907
+ }
4908
+ ],
4909
+ "exports": [
4910
+ {
4911
+ "kind": "js",
4912
+ "name": "default",
4913
+ "declaration": {
4914
+ "name": "Bullet",
4915
+ "module": "components/bullet/bullet.component.js"
4916
+ }
4917
+ }
4918
+ ]
4919
+ },
4845
4920
  {
4846
4921
  "kind": "javascript-module",
4847
4922
  "path": "components/brandvisual/brandvisual.component.js",
@@ -5018,77 +5093,6 @@
5018
5093
  }
5019
5094
  ]
5020
5095
  },
5021
- {
5022
- "kind": "javascript-module",
5023
- "path": "components/bullet/bullet.component.js",
5024
- "declarations": [
5025
- {
5026
- "kind": "class",
5027
- "description": "Bullet component, which is a visual marker\nand be used to organize and present items in a list format.",
5028
- "name": "Bullet",
5029
- "cssProperties": [
5030
- {
5031
- "description": "background color of the bullet",
5032
- "name": "--mdc-bullet-background-color"
5033
- },
5034
- {
5035
- "description": "small size value of the bullet",
5036
- "name": "--mdc-bullet-size-small"
5037
- },
5038
- {
5039
- "description": "medium size value of the bullet",
5040
- "name": "--mdc-bullet-size-medium"
5041
- },
5042
- {
5043
- "description": "large size value of the bullet",
5044
- "name": "--mdc-bullet-size-large"
5045
- }
5046
- ],
5047
- "members": [
5048
- {
5049
- "kind": "field",
5050
- "name": "size",
5051
- "type": {
5052
- "text": "Size"
5053
- },
5054
- "privacy": "public",
5055
- "description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
5056
- "default": "small",
5057
- "attribute": "size",
5058
- "reflects": true
5059
- }
5060
- ],
5061
- "attributes": [
5062
- {
5063
- "name": "size",
5064
- "type": {
5065
- "text": "Size"
5066
- },
5067
- "description": "Size of the bullet\n\nPossible values: 'small', 'medium', 'large'",
5068
- "default": "small",
5069
- "fieldName": "size"
5070
- }
5071
- ],
5072
- "superclass": {
5073
- "name": "Component",
5074
- "module": "/src/models"
5075
- },
5076
- "tagName": "mdc-bullet",
5077
- "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 */",
5078
- "customElement": true
5079
- }
5080
- ],
5081
- "exports": [
5082
- {
5083
- "kind": "js",
5084
- "name": "default",
5085
- "declaration": {
5086
- "name": "Bullet",
5087
- "module": "components/bullet/bullet.component.js"
5088
- }
5089
- }
5090
- ]
5091
- },
5092
5096
  {
5093
5097
  "kind": "javascript-module",
5094
5098
  "path": "components/button/button.component.js",
@@ -22855,435 +22859,6 @@
22855
22859
  }
22856
22860
  ]
22857
22861
  },
22858
- {
22859
- "kind": "javascript-module",
22860
- "path": "components/marker/marker.component.js",
22861
- "declarations": [
22862
- {
22863
- "kind": "class",
22864
- "description": "`mdc-marker`, which is a vertical line and\nused to draw attention to specific parts of\nthe content or to signify important information.\n\n**Marker Variants**:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
22865
- "name": "Marker",
22866
- "cssProperties": [
22867
- {
22868
- "description": "Allows customization of the default background color in solid variant.",
22869
- "name": "--mdc-marker-solid-background-color"
22870
- },
22871
- {
22872
- "description": "Allows customization of the default stripes in striped variant.",
22873
- "name": "--mdc-marker-striped-color"
22874
- },
22875
- {
22876
- "description": "Allows customization of the default background color in striped variant.",
22877
- "name": "--mdc-marker-striped-background-color"
22878
- },
22879
- {
22880
- "description": "Allows customization of the default width.",
22881
- "name": "--mdc-marker-width"
22882
- }
22883
- ],
22884
- "members": [
22885
- {
22886
- "kind": "field",
22887
- "name": "variant",
22888
- "type": {
22889
- "text": "MarkerVariants"
22890
- },
22891
- "privacy": "public",
22892
- "description": "There are two variants of markers, each with a width of 0.25rem:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
22893
- "default": "solid",
22894
- "attribute": "variant",
22895
- "reflects": true
22896
- }
22897
- ],
22898
- "attributes": [
22899
- {
22900
- "name": "variant",
22901
- "type": {
22902
- "text": "MarkerVariants"
22903
- },
22904
- "description": "There are two variants of markers, each with a width of 0.25rem:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
22905
- "default": "solid",
22906
- "fieldName": "variant"
22907
- }
22908
- ],
22909
- "superclass": {
22910
- "name": "Component",
22911
- "module": "/src/models"
22912
- },
22913
- "tagName": "mdc-marker",
22914
- "jsDoc": "/**\n * `mdc-marker`, which is a vertical line and\n * used to draw attention to specific parts of\n * the content or to signify important information.\n *\n * **Marker Variants**:\n * - **solid**: Solid marker.\n * - **striped**: Striped marker.\n *\n * @tagname mdc-marker\n *\n * @cssproperty --mdc-marker-solid-background-color - Allows customization of the default background color\n * in solid variant.\n * @cssproperty --mdc-marker-striped-color - Allows customization of the default stripes in striped variant.\n * @cssproperty --mdc-marker-striped-background-color - Allows customization of the default background color\n * in striped variant.\n * @cssproperty --mdc-marker-width - Allows customization of the default width.\n */",
22915
- "customElement": true
22916
- }
22917
- ],
22918
- "exports": [
22919
- {
22920
- "kind": "js",
22921
- "name": "default",
22922
- "declaration": {
22923
- "name": "Marker",
22924
- "module": "components/marker/marker.component.js"
22925
- }
22926
- }
22927
- ]
22928
- },
22929
- {
22930
- "kind": "javascript-module",
22931
- "path": "components/menubar/menubar.component.js",
22932
- "declarations": [
22933
- {
22934
- "kind": "class",
22935
- "description": "Menubar is a navigational menu component that provides a vertical fixed list of menu items,\nwith support for nested submenus and keyboard navigation. It serves as a container\nfor 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- Integration with MenuPopover for nested menus\n\nA menubar will contain a set of menu items and their associated popovers.\nEach menu item can have a popover for nested menus.\n\nThe component automatically handles ARIA attributes and follows WAI-ARIA menu design patterns.\nIt works in conjunction with `mdc-menuitem` and `mdc-menupopover` to create accessible menu structures.\n\n**Note:** A menubar contains three types of menu items, including menuitem, menuitemradio and menuitemcheckbox. These menu items may optionally be nested in one or more group containers. Groups or items may optionally by separated with separator elements.\n\n`mdc-menubar` contains a group that wraps all its chilren passed within the default slot. This has been added to ensure the right accessibility behavior while using screen readers.",
22936
- "name": "MenuBar",
22937
- "slots": [
22938
- {
22939
- "description": "Contains the menu items and their associated popovers",
22940
- "name": "default"
22941
- }
22942
- ],
22943
- "members": [
22944
- {
22945
- "kind": "field",
22946
- "name": "menusections",
22947
- "type": {
22948
- "text": "Array<HTMLElement>"
22949
- }
22950
- },
22951
- {
22952
- "kind": "field",
22953
- "name": "menuItems",
22954
- "type": {
22955
- "text": "Array<HTMLElement>"
22956
- },
22957
- "description": "Returns all menuitem elements, including those nested inside menusection.",
22958
- "readonly": true
22959
- },
22960
- {
22961
- "kind": "method",
22962
- "name": "getAllPopovers",
22963
- "privacy": "private",
22964
- "return": {
22965
- "type": {
22966
- "text": "Element[]"
22967
- }
22968
- },
22969
- "description": "Returns all menupopovers, including direct and slotted ones ."
22970
- },
22971
- {
22972
- "kind": "method",
22973
- "name": "handleClick",
22974
- "privacy": "private",
22975
- "return": {
22976
- "type": {
22977
- "text": "void"
22978
- }
22979
- },
22980
- "parameters": [
22981
- {
22982
- "name": "event",
22983
- "type": {
22984
- "text": "MouseEvent"
22985
- }
22986
- },
22987
- {
22988
- "description": "The target menu item that was clicked.",
22989
- "name": "target"
22990
- }
22991
- ],
22992
- "description": "Closes all other submenus on the top level.\nThis method is used to ensure that only one topolevel submenu is open at a time.\nIt finds all other menu items with submenus and closes their submenus."
22993
- },
22994
- {
22995
- "kind": "method",
22996
- "name": "resetTabIndexAndSetActiveTabIndex",
22997
- "privacy": "private",
22998
- "parameters": [
22999
- {
23000
- "name": "menuItems",
23001
- "type": {
23002
- "text": "Array<HTMLElement>"
23003
- }
23004
- },
23005
- {
23006
- "description": "The index of the new active element in the list.",
23007
- "name": "newIndex"
23008
- }
23009
- ],
23010
- "description": "Resets all list items tabindex to -1 and sets the tabindex of the\nelement at the given index to 0, effectively setting the active\nelement. This is used when navigating the list via keyboard."
23011
- },
23012
- {
23013
- "kind": "method",
23014
- "name": "getCurrentIndex",
23015
- "privacy": "private",
23016
- "return": {
23017
- "type": {
23018
- "text": "number"
23019
- }
23020
- },
23021
- "parameters": [
23022
- {
23023
- "name": "target",
23024
- "type": {
23025
- "text": "EventTarget | null"
23026
- }
23027
- }
23028
- ]
23029
- },
23030
- {
23031
- "kind": "method",
23032
- "name": "getSubmenu",
23033
- "privacy": "private",
23034
- "return": {
23035
- "type": {
23036
- "text": "MenuPopover | undefined"
23037
- }
23038
- },
23039
- "parameters": [
23040
- {
23041
- "name": "triggerId",
23042
- "type": {
23043
- "text": "string | null"
23044
- }
23045
- }
23046
- ]
23047
- },
23048
- {
23049
- "kind": "method",
23050
- "name": "showSubmenu",
23051
- "privacy": "private",
23052
- "return": {
23053
- "type": {
23054
- "text": "void"
23055
- }
23056
- },
23057
- "parameters": [
23058
- {
23059
- "name": "triggerId",
23060
- "type": {
23061
- "text": "string | null"
23062
- }
23063
- }
23064
- ]
23065
- },
23066
- {
23067
- "kind": "method",
23068
- "name": "updatePopoverPlacement",
23069
- "privacy": "private",
23070
- "return": {
23071
- "type": {
23072
- "text": "void"
23073
- }
23074
- }
23075
- },
23076
- {
23077
- "kind": "method",
23078
- "name": "updateTabIndexAndFocus",
23079
- "privacy": "private",
23080
- "return": {
23081
- "type": {
23082
- "text": "void"
23083
- }
23084
- },
23085
- "parameters": [
23086
- {
23087
- "name": "menuItems",
23088
- "type": {
23089
- "text": "HTMLElement[]"
23090
- }
23091
- },
23092
- {
23093
- "name": "currentIndex",
23094
- "type": {
23095
- "text": "number"
23096
- }
23097
- },
23098
- {
23099
- "name": "newIndex",
23100
- "type": {
23101
- "text": "number"
23102
- }
23103
- }
23104
- ]
23105
- },
23106
- {
23107
- "kind": "method",
23108
- "name": "navigateToMenuItem",
23109
- "privacy": "private",
23110
- "return": {
23111
- "type": {
23112
- "text": "void"
23113
- }
23114
- },
23115
- "parameters": [
23116
- {
23117
- "name": "currentIndex",
23118
- "type": {
23119
- "text": "number"
23120
- }
23121
- },
23122
- {
23123
- "name": "direction",
23124
- "type": {
23125
- "text": "'prev' | 'next'"
23126
- }
23127
- },
23128
- {
23129
- "name": "shouldOpenSubmenu",
23130
- "default": "false"
23131
- }
23132
- ]
23133
- },
23134
- {
23135
- "kind": "method",
23136
- "name": "getKeyWithDirectionFix",
23137
- "privacy": "private",
23138
- "return": {
23139
- "type": {
23140
- "text": "string"
23141
- }
23142
- },
23143
- "parameters": [
23144
- {
23145
- "name": "originalKey",
23146
- "type": {
23147
- "text": "string"
23148
- }
23149
- }
23150
- ]
23151
- },
23152
- {
23153
- "kind": "method",
23154
- "name": "isTopLevelMenuItem",
23155
- "privacy": "private",
23156
- "return": {
23157
- "type": {
23158
- "text": "boolean"
23159
- }
23160
- },
23161
- "parameters": [
23162
- {
23163
- "name": "element",
23164
- "type": {
23165
- "text": "HTMLElement"
23166
- }
23167
- }
23168
- ],
23169
- "description": "Determines if a menuitem is a top-level menuitem (direct child of menubar or child of menusection whose parent is menubar)"
23170
- },
23171
- {
23172
- "kind": "method",
23173
- "name": "isNestedMenuItem",
23174
- "privacy": "private",
23175
- "return": {
23176
- "type": {
23177
- "text": "boolean"
23178
- }
23179
- },
23180
- "parameters": [
23181
- {
23182
- "name": "element",
23183
- "type": {
23184
- "text": "HTMLElement"
23185
- }
23186
- }
23187
- ]
23188
- },
23189
- {
23190
- "kind": "method",
23191
- "name": "closeAllMenuPopovers",
23192
- "privacy": "private"
23193
- },
23194
- {
23195
- "kind": "method",
23196
- "name": "crossMenubarNavigationOnLeft",
23197
- "privacy": "private",
23198
- "return": {
23199
- "type": {
23200
- "text": "Promise<void>"
23201
- }
23202
- },
23203
- "parameters": [
23204
- {
23205
- "name": "element",
23206
- "type": {
23207
- "text": "HTMLElement"
23208
- }
23209
- }
23210
- ]
23211
- },
23212
- {
23213
- "kind": "method",
23214
- "name": "crossMenubarNavigationOnRight",
23215
- "privacy": "private",
23216
- "return": {
23217
- "type": {
23218
- "text": "Promise<void>"
23219
- }
23220
- },
23221
- "parameters": [
23222
- {
23223
- "name": "element",
23224
- "type": {
23225
- "text": "HTMLElement"
23226
- }
23227
- }
23228
- ]
23229
- },
23230
- {
23231
- "kind": "method",
23232
- "name": "getParentMenuItemIndex",
23233
- "privacy": "private",
23234
- "return": {
23235
- "type": {
23236
- "text": "number"
23237
- }
23238
- },
23239
- "parameters": [
23240
- {
23241
- "name": "element",
23242
- "type": {
23243
- "text": "HTMLElement"
23244
- }
23245
- }
23246
- ]
23247
- },
23248
- {
23249
- "kind": "method",
23250
- "name": "handleKeyDown",
23251
- "privacy": "private",
23252
- "return": {
23253
- "type": {
23254
- "text": "Promise<void>"
23255
- }
23256
- },
23257
- "parameters": [
23258
- {
23259
- "name": "event",
23260
- "type": {
23261
- "text": "KeyboardEvent"
23262
- }
23263
- }
23264
- ]
23265
- }
23266
- ],
23267
- "superclass": {
23268
- "name": "Component",
23269
- "module": "/src/models"
23270
- },
23271
- "tagName": "mdc-menubar",
23272
- "jsDoc": "/**\n * Menubar is a navigational menu component that provides a 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 * - 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 * **Note:** A menubar contains three types of menu items, including menuitem, menuitemradio and menuitemcheckbox. These menu items may optionally be nested in one or more group containers. Groups or items may optionally by separated with separator elements.\n *\n * `mdc-menubar` contains a group that wraps all its chilren passed within the default slot. This has been added to ensure the right accessibility behavior while using screen readers.\n *\n * @tagname mdc-menubar\n * @slot default - Contains the menu items and their associated popovers\n */",
23273
- "customElement": true
23274
- }
23275
- ],
23276
- "exports": [
23277
- {
23278
- "kind": "js",
23279
- "name": "default",
23280
- "declaration": {
23281
- "name": "MenuBar",
23282
- "module": "components/menubar/menubar.component.js"
23283
- }
23284
- }
23285
- ]
23286
- },
23287
22862
  {
23288
22863
  "kind": "javascript-module",
23289
22864
  "path": "components/listitem/listitem.component.js",
@@ -23858,6 +23433,435 @@
23858
23433
  }
23859
23434
  ]
23860
23435
  },
23436
+ {
23437
+ "kind": "javascript-module",
23438
+ "path": "components/marker/marker.component.js",
23439
+ "declarations": [
23440
+ {
23441
+ "kind": "class",
23442
+ "description": "`mdc-marker`, which is a vertical line and\nused to draw attention to specific parts of\nthe content or to signify important information.\n\n**Marker Variants**:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
23443
+ "name": "Marker",
23444
+ "cssProperties": [
23445
+ {
23446
+ "description": "Allows customization of the default background color in solid variant.",
23447
+ "name": "--mdc-marker-solid-background-color"
23448
+ },
23449
+ {
23450
+ "description": "Allows customization of the default stripes in striped variant.",
23451
+ "name": "--mdc-marker-striped-color"
23452
+ },
23453
+ {
23454
+ "description": "Allows customization of the default background color in striped variant.",
23455
+ "name": "--mdc-marker-striped-background-color"
23456
+ },
23457
+ {
23458
+ "description": "Allows customization of the default width.",
23459
+ "name": "--mdc-marker-width"
23460
+ }
23461
+ ],
23462
+ "members": [
23463
+ {
23464
+ "kind": "field",
23465
+ "name": "variant",
23466
+ "type": {
23467
+ "text": "MarkerVariants"
23468
+ },
23469
+ "privacy": "public",
23470
+ "description": "There are two variants of markers, each with a width of 0.25rem:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
23471
+ "default": "solid",
23472
+ "attribute": "variant",
23473
+ "reflects": true
23474
+ }
23475
+ ],
23476
+ "attributes": [
23477
+ {
23478
+ "name": "variant",
23479
+ "type": {
23480
+ "text": "MarkerVariants"
23481
+ },
23482
+ "description": "There are two variants of markers, each with a width of 0.25rem:\n- **solid**: Solid marker.\n- **striped**: Striped marker.",
23483
+ "default": "solid",
23484
+ "fieldName": "variant"
23485
+ }
23486
+ ],
23487
+ "superclass": {
23488
+ "name": "Component",
23489
+ "module": "/src/models"
23490
+ },
23491
+ "tagName": "mdc-marker",
23492
+ "jsDoc": "/**\n * `mdc-marker`, which is a vertical line and\n * used to draw attention to specific parts of\n * the content or to signify important information.\n *\n * **Marker Variants**:\n * - **solid**: Solid marker.\n * - **striped**: Striped marker.\n *\n * @tagname mdc-marker\n *\n * @cssproperty --mdc-marker-solid-background-color - Allows customization of the default background color\n * in solid variant.\n * @cssproperty --mdc-marker-striped-color - Allows customization of the default stripes in striped variant.\n * @cssproperty --mdc-marker-striped-background-color - Allows customization of the default background color\n * in striped variant.\n * @cssproperty --mdc-marker-width - Allows customization of the default width.\n */",
23493
+ "customElement": true
23494
+ }
23495
+ ],
23496
+ "exports": [
23497
+ {
23498
+ "kind": "js",
23499
+ "name": "default",
23500
+ "declaration": {
23501
+ "name": "Marker",
23502
+ "module": "components/marker/marker.component.js"
23503
+ }
23504
+ }
23505
+ ]
23506
+ },
23507
+ {
23508
+ "kind": "javascript-module",
23509
+ "path": "components/menubar/menubar.component.js",
23510
+ "declarations": [
23511
+ {
23512
+ "kind": "class",
23513
+ "description": "Menubar is a navigational menu component that provides a vertical fixed list of menu items,\nwith support for nested submenus and keyboard navigation. It serves as a container\nfor 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- Integration with MenuPopover for nested menus\n\nA menubar will contain a set of menu items and their associated popovers.\nEach menu item can have a popover for nested menus.\n\nThe component automatically handles ARIA attributes and follows WAI-ARIA menu design patterns.\nIt works in conjunction with `mdc-menuitem` and `mdc-menupopover` to create accessible menu structures.\n\n**Note:** A menubar contains three types of menu items, including menuitem, menuitemradio and menuitemcheckbox. These menu items may optionally be nested in one or more group containers. Groups or items may optionally by separated with separator elements.\n\n`mdc-menubar` contains a group that wraps all its chilren passed within the default slot. This has been added to ensure the right accessibility behavior while using screen readers.",
23514
+ "name": "MenuBar",
23515
+ "slots": [
23516
+ {
23517
+ "description": "Contains the menu items and their associated popovers",
23518
+ "name": "default"
23519
+ }
23520
+ ],
23521
+ "members": [
23522
+ {
23523
+ "kind": "field",
23524
+ "name": "menusections",
23525
+ "type": {
23526
+ "text": "Array<HTMLElement>"
23527
+ }
23528
+ },
23529
+ {
23530
+ "kind": "field",
23531
+ "name": "menuItems",
23532
+ "type": {
23533
+ "text": "Array<HTMLElement>"
23534
+ },
23535
+ "description": "Returns all menuitem elements, including those nested inside menusection.",
23536
+ "readonly": true
23537
+ },
23538
+ {
23539
+ "kind": "method",
23540
+ "name": "getAllPopovers",
23541
+ "privacy": "private",
23542
+ "return": {
23543
+ "type": {
23544
+ "text": "Element[]"
23545
+ }
23546
+ },
23547
+ "description": "Returns all menupopovers, including direct and slotted ones ."
23548
+ },
23549
+ {
23550
+ "kind": "method",
23551
+ "name": "handleClick",
23552
+ "privacy": "private",
23553
+ "return": {
23554
+ "type": {
23555
+ "text": "void"
23556
+ }
23557
+ },
23558
+ "parameters": [
23559
+ {
23560
+ "name": "event",
23561
+ "type": {
23562
+ "text": "MouseEvent"
23563
+ }
23564
+ },
23565
+ {
23566
+ "description": "The target menu item that was clicked.",
23567
+ "name": "target"
23568
+ }
23569
+ ],
23570
+ "description": "Closes all other submenus on the top level.\nThis method is used to ensure that only one topolevel submenu is open at a time.\nIt finds all other menu items with submenus and closes their submenus."
23571
+ },
23572
+ {
23573
+ "kind": "method",
23574
+ "name": "resetTabIndexAndSetActiveTabIndex",
23575
+ "privacy": "private",
23576
+ "parameters": [
23577
+ {
23578
+ "name": "menuItems",
23579
+ "type": {
23580
+ "text": "Array<HTMLElement>"
23581
+ }
23582
+ },
23583
+ {
23584
+ "description": "The index of the new active element in the list.",
23585
+ "name": "newIndex"
23586
+ }
23587
+ ],
23588
+ "description": "Resets all list items tabindex to -1 and sets the tabindex of the\nelement at the given index to 0, effectively setting the active\nelement. This is used when navigating the list via keyboard."
23589
+ },
23590
+ {
23591
+ "kind": "method",
23592
+ "name": "getCurrentIndex",
23593
+ "privacy": "private",
23594
+ "return": {
23595
+ "type": {
23596
+ "text": "number"
23597
+ }
23598
+ },
23599
+ "parameters": [
23600
+ {
23601
+ "name": "target",
23602
+ "type": {
23603
+ "text": "EventTarget | null"
23604
+ }
23605
+ }
23606
+ ]
23607
+ },
23608
+ {
23609
+ "kind": "method",
23610
+ "name": "getSubmenu",
23611
+ "privacy": "private",
23612
+ "return": {
23613
+ "type": {
23614
+ "text": "MenuPopover | undefined"
23615
+ }
23616
+ },
23617
+ "parameters": [
23618
+ {
23619
+ "name": "triggerId",
23620
+ "type": {
23621
+ "text": "string | null"
23622
+ }
23623
+ }
23624
+ ]
23625
+ },
23626
+ {
23627
+ "kind": "method",
23628
+ "name": "showSubmenu",
23629
+ "privacy": "private",
23630
+ "return": {
23631
+ "type": {
23632
+ "text": "void"
23633
+ }
23634
+ },
23635
+ "parameters": [
23636
+ {
23637
+ "name": "triggerId",
23638
+ "type": {
23639
+ "text": "string | null"
23640
+ }
23641
+ }
23642
+ ]
23643
+ },
23644
+ {
23645
+ "kind": "method",
23646
+ "name": "updatePopoverPlacement",
23647
+ "privacy": "private",
23648
+ "return": {
23649
+ "type": {
23650
+ "text": "void"
23651
+ }
23652
+ }
23653
+ },
23654
+ {
23655
+ "kind": "method",
23656
+ "name": "updateTabIndexAndFocus",
23657
+ "privacy": "private",
23658
+ "return": {
23659
+ "type": {
23660
+ "text": "void"
23661
+ }
23662
+ },
23663
+ "parameters": [
23664
+ {
23665
+ "name": "menuItems",
23666
+ "type": {
23667
+ "text": "HTMLElement[]"
23668
+ }
23669
+ },
23670
+ {
23671
+ "name": "currentIndex",
23672
+ "type": {
23673
+ "text": "number"
23674
+ }
23675
+ },
23676
+ {
23677
+ "name": "newIndex",
23678
+ "type": {
23679
+ "text": "number"
23680
+ }
23681
+ }
23682
+ ]
23683
+ },
23684
+ {
23685
+ "kind": "method",
23686
+ "name": "navigateToMenuItem",
23687
+ "privacy": "private",
23688
+ "return": {
23689
+ "type": {
23690
+ "text": "void"
23691
+ }
23692
+ },
23693
+ "parameters": [
23694
+ {
23695
+ "name": "currentIndex",
23696
+ "type": {
23697
+ "text": "number"
23698
+ }
23699
+ },
23700
+ {
23701
+ "name": "direction",
23702
+ "type": {
23703
+ "text": "'prev' | 'next'"
23704
+ }
23705
+ },
23706
+ {
23707
+ "name": "shouldOpenSubmenu",
23708
+ "default": "false"
23709
+ }
23710
+ ]
23711
+ },
23712
+ {
23713
+ "kind": "method",
23714
+ "name": "getKeyWithDirectionFix",
23715
+ "privacy": "private",
23716
+ "return": {
23717
+ "type": {
23718
+ "text": "string"
23719
+ }
23720
+ },
23721
+ "parameters": [
23722
+ {
23723
+ "name": "originalKey",
23724
+ "type": {
23725
+ "text": "string"
23726
+ }
23727
+ }
23728
+ ]
23729
+ },
23730
+ {
23731
+ "kind": "method",
23732
+ "name": "isTopLevelMenuItem",
23733
+ "privacy": "private",
23734
+ "return": {
23735
+ "type": {
23736
+ "text": "boolean"
23737
+ }
23738
+ },
23739
+ "parameters": [
23740
+ {
23741
+ "name": "element",
23742
+ "type": {
23743
+ "text": "HTMLElement"
23744
+ }
23745
+ }
23746
+ ],
23747
+ "description": "Determines if a menuitem is a top-level menuitem (direct child of menubar or child of menusection whose parent is menubar)"
23748
+ },
23749
+ {
23750
+ "kind": "method",
23751
+ "name": "isNestedMenuItem",
23752
+ "privacy": "private",
23753
+ "return": {
23754
+ "type": {
23755
+ "text": "boolean"
23756
+ }
23757
+ },
23758
+ "parameters": [
23759
+ {
23760
+ "name": "element",
23761
+ "type": {
23762
+ "text": "HTMLElement"
23763
+ }
23764
+ }
23765
+ ]
23766
+ },
23767
+ {
23768
+ "kind": "method",
23769
+ "name": "closeAllMenuPopovers",
23770
+ "privacy": "private"
23771
+ },
23772
+ {
23773
+ "kind": "method",
23774
+ "name": "crossMenubarNavigationOnLeft",
23775
+ "privacy": "private",
23776
+ "return": {
23777
+ "type": {
23778
+ "text": "Promise<void>"
23779
+ }
23780
+ },
23781
+ "parameters": [
23782
+ {
23783
+ "name": "element",
23784
+ "type": {
23785
+ "text": "HTMLElement"
23786
+ }
23787
+ }
23788
+ ]
23789
+ },
23790
+ {
23791
+ "kind": "method",
23792
+ "name": "crossMenubarNavigationOnRight",
23793
+ "privacy": "private",
23794
+ "return": {
23795
+ "type": {
23796
+ "text": "Promise<void>"
23797
+ }
23798
+ },
23799
+ "parameters": [
23800
+ {
23801
+ "name": "element",
23802
+ "type": {
23803
+ "text": "HTMLElement"
23804
+ }
23805
+ }
23806
+ ]
23807
+ },
23808
+ {
23809
+ "kind": "method",
23810
+ "name": "getParentMenuItemIndex",
23811
+ "privacy": "private",
23812
+ "return": {
23813
+ "type": {
23814
+ "text": "number"
23815
+ }
23816
+ },
23817
+ "parameters": [
23818
+ {
23819
+ "name": "element",
23820
+ "type": {
23821
+ "text": "HTMLElement"
23822
+ }
23823
+ }
23824
+ ]
23825
+ },
23826
+ {
23827
+ "kind": "method",
23828
+ "name": "handleKeyDown",
23829
+ "privacy": "private",
23830
+ "return": {
23831
+ "type": {
23832
+ "text": "Promise<void>"
23833
+ }
23834
+ },
23835
+ "parameters": [
23836
+ {
23837
+ "name": "event",
23838
+ "type": {
23839
+ "text": "KeyboardEvent"
23840
+ }
23841
+ }
23842
+ ]
23843
+ }
23844
+ ],
23845
+ "superclass": {
23846
+ "name": "Component",
23847
+ "module": "/src/models"
23848
+ },
23849
+ "tagName": "mdc-menubar",
23850
+ "jsDoc": "/**\n * Menubar is a navigational menu component that provides a 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 * - 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 * **Note:** A menubar contains three types of menu items, including menuitem, menuitemradio and menuitemcheckbox. These menu items may optionally be nested in one or more group containers. Groups or items may optionally by separated with separator elements.\n *\n * `mdc-menubar` contains a group that wraps all its chilren passed within the default slot. This has been added to ensure the right accessibility behavior while using screen readers.\n *\n * @tagname mdc-menubar\n * @slot default - Contains the menu items and their associated popovers\n */",
23851
+ "customElement": true
23852
+ }
23853
+ ],
23854
+ "exports": [
23855
+ {
23856
+ "kind": "js",
23857
+ "name": "default",
23858
+ "declaration": {
23859
+ "name": "MenuBar",
23860
+ "module": "components/menubar/menubar.component.js"
23861
+ }
23862
+ }
23863
+ ]
23864
+ },
23861
23865
  {
23862
23866
  "kind": "javascript-module",
23863
23867
  "path": "components/menuitem/menuitem.component.js",
@@ -46684,7 +46688,7 @@
46684
46688
  "declarations": [
46685
46689
  {
46686
46690
  "kind": "class",
46687
- "description": "mdc-textarea component, which is used to get the multi-line text input from the user.\nIt contains:\n- label: It is the title of the textarea field.\n- required: A boolean attribute depicting that the textarea field is required.\n- Textarea: It is the multi-line text input field.\n- helper-text: It is the text that provides additional information about the textarea field.\n- max-character-limit: It is the text that shows the character count of the textarea field.\n- Error, Warning, Success, Priority Help Text type: It is the text that provides additional information\n about the textarea field based on the validation state.\n- limitexceeded: It is the event that is dispatched when the character limit exceeds or restored.\n This event exposes 3 properties:\n - currentCharacterCount - the current number of characters in the textarea field,\n - maxCharacterLimit - the maximum number of characters allowed in the textarea field,\n - value - the current value of the textarea field,\n\n**Note**: Consumers must set the help-text-type with 'error' and\nhelp-text attribute with the error message using limitexceeded event.\nThe same help-text value will be used for the validation message to be displayed.\n\n### Accessibility \n\n#### Resize\n \nAccessible text area resizing can be turned on with the `resizable`. \nIt is strongly recommended to set the `resize-button-aria-label` attribute as well to describe what it is and what are the shortcuts (up/down arrows) of the button.\n\n#### Best practices\n\n- Always provide a `label` for screen readers to identify the textarea's purpose\n- Use `help-text` to provide additional context or instructions\n- When using `max-character-limit`, consider providing `character-limit-announcement` for screen reader updates\n- Use appropriate `help-text-type` (error, warning, success) to convey validation state\n- Ensure `validation-message` is set for form validation errors",
46691
+ "description": "mdc-textarea component, which is used to get the multi-line text input from the user.\nIt contains:\n- label: It is the title of the textarea field.\n- required: A boolean attribute depicting that the textarea field is required.\n- Textarea: It is the multi-line text input field.\n- helper-text: It is the text that provides additional information about the textarea field.\n- max-character-limit: It is the text that shows the character count of the textarea field.\n- Error, Warning, Success, Priority Help Text type: It is the text that provides additional information\n about the textarea field based on the validation state.\n- limitexceeded: It is the event that is dispatched when the character limit exceeds or restored.\n This event exposes 3 properties:\n - currentCharacterCount - the current number of characters in the textarea field,\n - maxCharacterLimit - the maximum number of characters allowed in the textarea field,\n - value - the current value of the textarea field,\n\n**Note**: Consumers must set the help-text-type with 'error' and\nhelp-text attribute with the error message using limitexceeded event.\nThe same help-text value will be used for the validation message to be displayed.\n\n### Accessibility\n\n#### Resize\n\nAccessible text area resizing can be turned on with the `resizable`.\nIt is strongly recommended to set the `resize-button-aria-label` attribute as well to describe what it is and what are the shortcuts (up/down arrows) of the button.\n\n#### Best practices\n\n- Always provide a `label` for screen readers to identify the textarea's purpose\n- Use `help-text` to provide additional context or instructions\n- When using `max-character-limit`, consider providing `character-limit-announcement` for screen reader updates\n- Use appropriate `help-text-type` (error, warning, success) to convey validation state\n- Ensure `validation-message` is set for form validation errors",
46688
46692
  "name": "Textarea",
46689
46693
  "cssProperties": [
46690
46694
  {
@@ -47905,7 +47909,7 @@
47905
47909
  "module": "/src/components/formfieldwrapper"
47906
47910
  },
47907
47911
  "tagName": "mdc-textarea",
47908
- "jsDoc": "/**\n * mdc-textarea component, which is used to get the multi-line text input from the user.\n * It contains:\n * - label: It is the title of the textarea field.\n * - required: A boolean attribute depicting that the textarea field is required.\n * - Textarea: It is the multi-line text input field.\n * - helper-text: It is the text that provides additional information about the textarea field.\n * - max-character-limit: It is the text that shows the character count of the textarea field.\n * - Error, Warning, Success, Priority Help Text type: It is the text that provides additional information\n * about the textarea field based on the validation state.\n * - limitexceeded: It is the event that is dispatched when the character limit exceeds or restored.\n * This event exposes 3 properties:\n * - currentCharacterCount - the current number of characters in the textarea field,\n * - maxCharacterLimit - the maximum number of characters allowed in the textarea field,\n * - value - the current value of the textarea field,\n *\n * **Note**: Consumers must set the help-text-type with 'error' and\n * help-text attribute with the error message using limitexceeded event.\n * The same help-text value will be used for the validation message to be displayed.\n *\n * ### Accessibility \n * \n * #### Resize\n * \n * Accessible text area resizing can be turned on with the `resizable`. \n * It is strongly recommended to set the `resize-button-aria-label` attribute as well to describe what it is and what are the shortcuts (up/down arrows) of the button.\n * \n * #### Best practices\n * \n * - Always provide a `label` for screen readers to identify the textarea's purpose\n * - Use `help-text` to provide additional context or instructions\n * - When using `max-character-limit`, consider providing `character-limit-announcement` for screen reader updates\n * - Use appropriate `help-text-type` (error, warning, success) to convey validation state\n * - Ensure `validation-message` is set for form validation errors\n *\n * @tagname mdc-textarea\n *\n * @event input - (React: onInput) This event is dispatched when the value of the textarea field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the textarea field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the textarea receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the textarea loses focus.\n * @event limitexceeded - (React: onLimitExceeded) This event is dispatched once when the character limit\n * exceeds or restored.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart textarea - The textarea element.\n * @csspart textarea-container - The container element that wraps the textarea and resize button.\n * @csspart textarea-footer - The footer element that contains the character counter.\n * @csspart character-counter - The character counter element.\n * @csspart resize-button - The resize button element (shown when `resizable` is true).\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-textarea-text-color - Text color for the textarea field\n * @cssproperty --mdc-textarea-background-color - Background color for the textarea field\n * @cssproperty --mdc-textarea-border-color - Border color for the textarea field\n * @cssproperty --mdc-textarea-text-secondary-normal - Text color for the character counter\n * @cssproperty --mdc-textarea-text-font-size - Font size for the textarea field\n * @cssproperty --mdc-textarea-text-line-height - Line height for the textarea field\n * @cssproperty --mdc-textarea-container-background-color - Background color for the textarea container\n */",
47912
+ "jsDoc": "/**\n * mdc-textarea component, which is used to get the multi-line text input from the user.\n * It contains:\n * - label: It is the title of the textarea field.\n * - required: A boolean attribute depicting that the textarea field is required.\n * - Textarea: It is the multi-line text input field.\n * - helper-text: It is the text that provides additional information about the textarea field.\n * - max-character-limit: It is the text that shows the character count of the textarea field.\n * - Error, Warning, Success, Priority Help Text type: It is the text that provides additional information\n * about the textarea field based on the validation state.\n * - limitexceeded: It is the event that is dispatched when the character limit exceeds or restored.\n * This event exposes 3 properties:\n * - currentCharacterCount - the current number of characters in the textarea field,\n * - maxCharacterLimit - the maximum number of characters allowed in the textarea field,\n * - value - the current value of the textarea field,\n *\n * **Note**: Consumers must set the help-text-type with 'error' and\n * help-text attribute with the error message using limitexceeded event.\n * The same help-text value will be used for the validation message to be displayed.\n *\n * ### Accessibility\n *\n * #### Resize\n *\n * Accessible text area resizing can be turned on with the `resizable`.\n * It is strongly recommended to set the `resize-button-aria-label` attribute as well to describe what it is and what are the shortcuts (up/down arrows) of the button.\n *\n * #### Best practices\n *\n * - Always provide a `label` for screen readers to identify the textarea's purpose\n * - Use `help-text` to provide additional context or instructions\n * - When using `max-character-limit`, consider providing `character-limit-announcement` for screen reader updates\n * - Use appropriate `help-text-type` (error, warning, success) to convey validation state\n * - Ensure `validation-message` is set for form validation errors\n *\n * @tagname mdc-textarea\n *\n * @event input - (React: onInput) This event is dispatched when the value of the textarea field changes (every press).\n * @event change - (React: onChange) This event is dispatched when the value of the textarea field changes (on blur).\n * @event focus - (React: onFocus) This event is dispatched when the textarea receives focus.\n * @event blur - (React: onBlur) This event is dispatched when the textarea loses focus.\n * @event limitexceeded - (React: onLimitExceeded) This event is dispatched once when the character limit\n * exceeds or restored.\n *\n * @dependency mdc-button\n * @dependency mdc-icon\n * @dependency mdc-text\n * @dependency mdc-toggletip\n *\n * @slot label - Slot for the label element. If not provided, the `label` property will be used to render the label.\n * @slot toggletip - Slot for the toggletip info icon button. If not provided, the `toggletip-text` property will be used to render the info icon button and toggletip.\n * @slot help-icon - Slot for the helper/validation icon. If not provided, the icon will be rendered based on the `helpTextType` property.\n * @slot help-text - Slot for the helper/validation text. If not provided, the `helpText` property will be used to render the helper/validation text.\n *\n * @csspart label - The label element.\n * @csspart label-text - The container for the label and required indicator elements.\n * @csspart required-indicator - The required indicator element that is displayed next to the label when the `required` property is set to true.\n * @csspart info-icon-btn - The info icon button element that is displayed next to the label when the `toggletip-text` property is set.\n * @csspart label-toggletip - The toggletip element that is displayed when the info icon button is clicked.\n * @csspart textarea - The textarea element.\n * @csspart textarea-container - The container element that wraps the textarea and resize button.\n * @csspart textarea-footer - The footer element that contains the character counter.\n * @csspart character-counter - The character counter element.\n * @csspart resize-button - The resize button element (shown when `resizable` is true).\n * @csspart help-text - The helper/validation text element.\n * @csspart helper-icon - The helper/validation icon element that is displayed next to the helper/validation text.\n * @csspart help-text-container - The container for the helper/validation icon and text elements.\n *\n * @cssproperty --mdc-label-font-size - Font size for the label text.\n * @cssproperty --mdc-label-font-weight - Font weight for the label text.\n * @cssproperty --mdc-label-line-height - Line height for the label text.\n * @cssproperty --mdc-label-color - Color for the label text.\n * @cssproperty --mdc-help-text-font-size - Font size for the help text.\n * @cssproperty --mdc-help-text-font-weight - Font weight for the help text.\n * @cssproperty --mdc-help-text-line-height - Line height for the help text.\n * @cssproperty --mdc-help-text-color - Color for the help text.\n * @cssproperty --mdc-required-indicator-color - Color for the required indicator text.\n * @cssproperty --mdc-textarea-text-color - Text color for the textarea field\n * @cssproperty --mdc-textarea-background-color - Background color for the textarea field\n * @cssproperty --mdc-textarea-border-color - Border color for the textarea field\n * @cssproperty --mdc-textarea-text-secondary-normal - Text color for the character counter\n * @cssproperty --mdc-textarea-text-font-size - Font size for the textarea field\n * @cssproperty --mdc-textarea-text-line-height - Line height for the textarea field\n * @cssproperty --mdc-textarea-container-background-color - Background color for the textarea container\n */",
47909
47913
  "customElement": true
47910
47914
  }
47911
47915
  ],