@m3e/web 2.3.0 → 2.3.2
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/LICENSE +1 -1
- package/dist/all.js +249 -26
- package/dist/all.js.map +1 -1
- package/dist/all.min.js +45 -45
- package/dist/all.min.js.map +1 -1
- package/dist/app-bar.js +1 -1
- package/dist/app-bar.min.js +1 -1
- package/dist/autocomplete.js +27 -7
- package/dist/autocomplete.js.map +1 -1
- package/dist/autocomplete.min.js +2 -2
- package/dist/autocomplete.min.js.map +1 -1
- package/dist/avatar.js +1 -1
- package/dist/avatar.min.js +1 -1
- package/dist/badge.js +1 -1
- package/dist/badge.min.js +1 -1
- package/dist/bottom-sheet.js +1 -1
- package/dist/bottom-sheet.min.js +1 -1
- package/dist/button-group.js +1 -1
- package/dist/button-group.min.js +1 -1
- package/dist/button.js +1 -1
- package/dist/button.min.js +1 -1
- package/dist/calendar.js +1 -1
- package/dist/calendar.min.js +1 -1
- package/dist/card.js +1 -1
- package/dist/card.min.js +1 -1
- package/dist/checkbox.js +1 -1
- package/dist/checkbox.min.js +1 -1
- package/dist/chips.js +1 -1
- package/dist/chips.min.js +1 -1
- package/dist/core-a11y.js +5 -3
- package/dist/core-a11y.js.map +1 -1
- package/dist/core-a11y.min.js +6 -6
- package/dist/core-a11y.min.js.map +1 -1
- package/dist/core-anchoring.js +1 -1
- package/dist/core-anchoring.min.js +1 -1
- package/dist/core-bidi.js +1 -1
- package/dist/core-bidi.min.js +1 -1
- package/dist/core-layout.js +1 -1
- package/dist/core-layout.min.js +1 -1
- package/dist/core-platform.js +1 -1
- package/dist/core-platform.min.js +1 -1
- package/dist/core.js +4 -4
- package/dist/core.js.map +1 -1
- package/dist/core.min.js +1 -1
- package/dist/core.min.js.map +1 -1
- package/dist/css-custom-data.json +60 -60
- package/dist/custom-elements.json +986 -837
- package/dist/datepicker.js +1 -1
- package/dist/datepicker.min.js +1 -1
- package/dist/dialog.js +1 -1
- package/dist/dialog.min.js +1 -1
- package/dist/divider.js +1 -1
- package/dist/divider.min.js +1 -1
- package/dist/drawer-container.js +1 -1
- package/dist/drawer-container.min.js +1 -1
- package/dist/expansion-panel.js +1 -1
- package/dist/expansion-panel.min.js +1 -1
- package/dist/fab-menu.js +1 -1
- package/dist/fab-menu.min.js +1 -1
- package/dist/fab.js +1 -1
- package/dist/fab.min.js +1 -1
- package/dist/form-field.js +1 -1
- package/dist/form-field.min.js +1 -1
- package/dist/heading.js +1 -1
- package/dist/heading.min.js +1 -1
- package/dist/html-custom-data.json +25 -25
- package/dist/icon-button.js +1 -1
- package/dist/icon-button.min.js +1 -1
- package/dist/icon.js +146 -6
- package/dist/icon.js.map +1 -1
- package/dist/icon.min.js +2 -2
- package/dist/icon.min.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.min.js +1 -1
- package/dist/list.js +1 -1
- package/dist/list.min.js +1 -1
- package/dist/loading-indicator.js +1 -1
- package/dist/loading-indicator.min.js +1 -1
- package/dist/menu.js +1 -1
- package/dist/menu.min.js +1 -1
- package/dist/nav-bar.js +1 -1
- package/dist/nav-bar.min.js +1 -1
- package/dist/nav-menu.js +1 -1
- package/dist/nav-menu.min.js +1 -1
- package/dist/nav-rail.js +1 -1
- package/dist/nav-rail.min.js +1 -1
- package/dist/option.js +1 -1
- package/dist/option.min.js +1 -1
- package/dist/paginator.js +1 -1
- package/dist/paginator.min.js +1 -1
- package/dist/progress-indicator.js +1 -1
- package/dist/progress-indicator.min.js +1 -1
- package/dist/radio-group.js +1 -1
- package/dist/radio-group.min.js +1 -1
- package/dist/search.js +1 -1
- package/dist/search.min.js +1 -1
- package/dist/segmented-button.js +1 -1
- package/dist/segmented-button.min.js +1 -1
- package/dist/select.js +29 -10
- package/dist/select.js.map +1 -1
- package/dist/select.min.js +2 -2
- package/dist/select.min.js.map +1 -1
- package/dist/shape.js +1 -1
- package/dist/shape.min.js +1 -1
- package/dist/skeleton.js +48 -4
- package/dist/skeleton.js.map +1 -1
- package/dist/skeleton.min.js +2 -2
- package/dist/skeleton.min.js.map +1 -1
- package/dist/slide-group.js +1 -1
- package/dist/slide-group.min.js +1 -1
- package/dist/slider.js +1 -1
- package/dist/slider.min.js +1 -1
- package/dist/snackbar.js +1 -1
- package/dist/snackbar.min.js +1 -1
- package/dist/split-button.js +1 -1
- package/dist/split-button.min.js +1 -1
- package/dist/split-pane.js +1 -1
- package/dist/split-pane.min.js +1 -1
- package/dist/src/autocomplete/AutocompleteElement.d.ts.map +1 -1
- package/dist/src/core/a11y/list-key/ListKeyManager.d.ts.map +1 -1
- package/dist/src/core/shared/primitives/ElevationElement.d.ts +1 -1
- package/dist/src/core/shared/primitives/FocusRingElement.d.ts +1 -1
- package/dist/src/core/shared/primitives/RippleElement.d.ts +1 -1
- package/dist/src/icon/IconElement.d.ts +7 -1
- package/dist/src/icon/IconElement.d.ts.map +1 -1
- package/dist/src/icon/IconRegistry.d.ts +54 -0
- package/dist/src/icon/IconRegistry.d.ts.map +1 -0
- package/dist/src/icon/IconWeight.d.ts +3 -0
- package/dist/src/icon/IconWeight.d.ts.map +1 -0
- package/dist/src/icon/index.d.ts +1 -0
- package/dist/src/icon/index.d.ts.map +1 -1
- package/dist/src/icon/registerIcon.d.ts +14 -0
- package/dist/src/icon/registerIcon.d.ts.map +1 -0
- package/dist/src/select/SelectElement.d.ts.map +1 -1
- package/dist/src/skeleton/SkeletonElement.d.ts.map +1 -1
- package/dist/stepper.js +1 -1
- package/dist/stepper.min.js +1 -1
- package/dist/switch.js +1 -1
- package/dist/switch.min.js +1 -1
- package/dist/tabs.js +1 -1
- package/dist/tabs.min.js +1 -1
- package/dist/textarea-autosize.js +1 -1
- package/dist/textarea-autosize.min.js +1 -1
- package/dist/theme.js +1 -1
- package/dist/theme.min.js +1 -1
- package/dist/toc.js +1 -1
- package/dist/toc.min.js +1 -1
- package/dist/toolbar.js +1 -1
- package/dist/toolbar.min.js +1 -1
- package/dist/tooltip.js +1 -1
- package/dist/tooltip.min.js +1 -1
- package/package.json +1 -1
|
@@ -1228,6 +1228,20 @@
|
|
|
1228
1228
|
"privacy": "private",
|
|
1229
1229
|
"readonly": true
|
|
1230
1230
|
},
|
|
1231
|
+
{
|
|
1232
|
+
"kind": "field",
|
|
1233
|
+
"name": "#menuPointerUpHandler",
|
|
1234
|
+
"privacy": "private",
|
|
1235
|
+
"readonly": true
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"kind": "field",
|
|
1239
|
+
"name": "#menuPressedOption",
|
|
1240
|
+
"privacy": "private",
|
|
1241
|
+
"type": {
|
|
1242
|
+
"text": "M3eOptionElement | undefined"
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1231
1245
|
{
|
|
1232
1246
|
"kind": "field",
|
|
1233
1247
|
"name": "_listKeyManager",
|
|
@@ -1604,6 +1618,24 @@
|
|
|
1604
1618
|
}
|
|
1605
1619
|
]
|
|
1606
1620
|
},
|
|
1621
|
+
{
|
|
1622
|
+
"kind": "method",
|
|
1623
|
+
"name": "#handleMenuPointerUp",
|
|
1624
|
+
"privacy": "private",
|
|
1625
|
+
"return": {
|
|
1626
|
+
"type": {
|
|
1627
|
+
"text": "void"
|
|
1628
|
+
}
|
|
1629
|
+
},
|
|
1630
|
+
"parameters": [
|
|
1631
|
+
{
|
|
1632
|
+
"name": "e",
|
|
1633
|
+
"type": {
|
|
1634
|
+
"text": "PointerEvent"
|
|
1635
|
+
}
|
|
1636
|
+
}
|
|
1637
|
+
]
|
|
1638
|
+
},
|
|
1607
1639
|
{
|
|
1608
1640
|
"kind": "method",
|
|
1609
1641
|
"name": "#handleMenuToggle",
|
|
@@ -24210,6 +24242,14 @@
|
|
|
24210
24242
|
"privacy": "private",
|
|
24211
24243
|
"readonly": true
|
|
24212
24244
|
},
|
|
24245
|
+
{
|
|
24246
|
+
"kind": "field",
|
|
24247
|
+
"name": "#iconRegistryUnobserve",
|
|
24248
|
+
"privacy": "private",
|
|
24249
|
+
"type": {
|
|
24250
|
+
"text": "() => void | undefined"
|
|
24251
|
+
}
|
|
24252
|
+
},
|
|
24213
24253
|
{
|
|
24214
24254
|
"kind": "field",
|
|
24215
24255
|
"name": "name",
|
|
@@ -24256,7 +24296,7 @@
|
|
|
24256
24296
|
"kind": "field",
|
|
24257
24297
|
"name": "weight",
|
|
24258
24298
|
"type": {
|
|
24259
|
-
"text": "
|
|
24299
|
+
"text": "IconWeight"
|
|
24260
24300
|
},
|
|
24261
24301
|
"default": "400",
|
|
24262
24302
|
"description": "A value from 100 to 700 indicating the weight of the icon.",
|
|
@@ -24323,7 +24363,7 @@
|
|
|
24323
24363
|
"description": "A value from 100 to 700 indicating the weight of the icon.",
|
|
24324
24364
|
"name": "weight",
|
|
24325
24365
|
"type": {
|
|
24326
|
-
"text": "
|
|
24366
|
+
"text": "IconWeight"
|
|
24327
24367
|
},
|
|
24328
24368
|
"default": "400",
|
|
24329
24369
|
"fieldName": "weight"
|
|
@@ -24368,12 +24408,24 @@
|
|
|
24368
24408
|
"declarations": [],
|
|
24369
24409
|
"exports": []
|
|
24370
24410
|
},
|
|
24411
|
+
{
|
|
24412
|
+
"kind": "javascript-module",
|
|
24413
|
+
"path": "src/icon/IconRegistry.ts",
|
|
24414
|
+
"declarations": [],
|
|
24415
|
+
"exports": []
|
|
24416
|
+
},
|
|
24371
24417
|
{
|
|
24372
24418
|
"kind": "javascript-module",
|
|
24373
24419
|
"path": "src/icon/IconVariant.ts",
|
|
24374
24420
|
"declarations": [],
|
|
24375
24421
|
"exports": []
|
|
24376
24422
|
},
|
|
24423
|
+
{
|
|
24424
|
+
"kind": "javascript-module",
|
|
24425
|
+
"path": "src/icon/IconWeight.ts",
|
|
24426
|
+
"declarations": [],
|
|
24427
|
+
"exports": []
|
|
24428
|
+
},
|
|
24377
24429
|
{
|
|
24378
24430
|
"kind": "javascript-module",
|
|
24379
24431
|
"path": "src/icon/index.ts",
|
|
@@ -24402,6 +24454,71 @@
|
|
|
24402
24454
|
"name": "*",
|
|
24403
24455
|
"module": "src/icon/IconVariant"
|
|
24404
24456
|
}
|
|
24457
|
+
},
|
|
24458
|
+
{
|
|
24459
|
+
"kind": "js",
|
|
24460
|
+
"name": "*",
|
|
24461
|
+
"declaration": {
|
|
24462
|
+
"name": "*",
|
|
24463
|
+
"module": "src/icon/registerIcon"
|
|
24464
|
+
}
|
|
24465
|
+
}
|
|
24466
|
+
]
|
|
24467
|
+
},
|
|
24468
|
+
{
|
|
24469
|
+
"kind": "javascript-module",
|
|
24470
|
+
"path": "src/icon/registerIcon.ts",
|
|
24471
|
+
"declarations": [
|
|
24472
|
+
{
|
|
24473
|
+
"kind": "function",
|
|
24474
|
+
"name": "registerIcon",
|
|
24475
|
+
"return": {
|
|
24476
|
+
"type": {
|
|
24477
|
+
"text": "void"
|
|
24478
|
+
}
|
|
24479
|
+
},
|
|
24480
|
+
"parameters": [
|
|
24481
|
+
{
|
|
24482
|
+
"name": "name",
|
|
24483
|
+
"type": {
|
|
24484
|
+
"text": "string"
|
|
24485
|
+
},
|
|
24486
|
+
"description": "The name of the icon."
|
|
24487
|
+
},
|
|
24488
|
+
{
|
|
24489
|
+
"name": "variant",
|
|
24490
|
+
"type": {
|
|
24491
|
+
"text": "IconVariant"
|
|
24492
|
+
},
|
|
24493
|
+
"description": "The variant of the icon."
|
|
24494
|
+
},
|
|
24495
|
+
{
|
|
24496
|
+
"name": "data",
|
|
24497
|
+
"type": {
|
|
24498
|
+
"text": "{ outlined: SvgIconInfo; filled: SvgIconInfo }"
|
|
24499
|
+
},
|
|
24500
|
+
"description": "The outlined and filled SVG information of the icon."
|
|
24501
|
+
}
|
|
24502
|
+
],
|
|
24503
|
+
"description": "Registers an SVG icon to the internal icon registry used by `m3e-icon`."
|
|
24504
|
+
}
|
|
24505
|
+
],
|
|
24506
|
+
"exports": [
|
|
24507
|
+
{
|
|
24508
|
+
"kind": "js",
|
|
24509
|
+
"name": "SvgIconInfo",
|
|
24510
|
+
"declaration": {
|
|
24511
|
+
"name": "SvgIconInfo",
|
|
24512
|
+
"module": "./IconRegistry"
|
|
24513
|
+
}
|
|
24514
|
+
},
|
|
24515
|
+
{
|
|
24516
|
+
"kind": "js",
|
|
24517
|
+
"name": "registerIcon",
|
|
24518
|
+
"declaration": {
|
|
24519
|
+
"name": "registerIcon",
|
|
24520
|
+
"module": "src/icon/registerIcon.ts"
|
|
24521
|
+
}
|
|
24405
24522
|
}
|
|
24406
24523
|
]
|
|
24407
24524
|
},
|
|
@@ -36042,7 +36159,7 @@
|
|
|
36042
36159
|
},
|
|
36043
36160
|
{
|
|
36044
36161
|
"kind": "javascript-module",
|
|
36045
|
-
"path": "src/nav-
|
|
36162
|
+
"path": "src/nav-rail/index.ts",
|
|
36046
36163
|
"declarations": [],
|
|
36047
36164
|
"exports": [
|
|
36048
36165
|
{
|
|
@@ -36050,15 +36167,7 @@
|
|
|
36050
36167
|
"name": "*",
|
|
36051
36168
|
"declaration": {
|
|
36052
36169
|
"name": "*",
|
|
36053
|
-
"module": "src/nav-
|
|
36054
|
-
}
|
|
36055
|
-
},
|
|
36056
|
-
{
|
|
36057
|
-
"kind": "js",
|
|
36058
|
-
"name": "*",
|
|
36059
|
-
"declaration": {
|
|
36060
|
-
"name": "*",
|
|
36061
|
-
"module": "src/nav-menu/NavMenuItemElement"
|
|
36170
|
+
"module": "src/nav-rail/NavRailElement"
|
|
36062
36171
|
}
|
|
36063
36172
|
},
|
|
36064
36173
|
{
|
|
@@ -36066,165 +36175,261 @@
|
|
|
36066
36175
|
"name": "*",
|
|
36067
36176
|
"declaration": {
|
|
36068
36177
|
"name": "*",
|
|
36069
|
-
"module": "src/nav-
|
|
36178
|
+
"module": "src/nav-rail/NavRailToggleElement"
|
|
36070
36179
|
}
|
|
36071
36180
|
}
|
|
36072
36181
|
]
|
|
36073
36182
|
},
|
|
36074
36183
|
{
|
|
36075
36184
|
"kind": "javascript-module",
|
|
36076
|
-
"path": "src/nav-
|
|
36185
|
+
"path": "src/nav-rail/NavRailElement.ts",
|
|
36077
36186
|
"declarations": [
|
|
36078
36187
|
{
|
|
36079
36188
|
"kind": "class",
|
|
36080
|
-
"description": "A
|
|
36081
|
-
"name": "
|
|
36189
|
+
"description": "A vertical bar, typically used on larger devices, that allows a user to switch between views.",
|
|
36190
|
+
"name": "M3eNavRailElement",
|
|
36082
36191
|
"cssProperties": [
|
|
36083
36192
|
{
|
|
36084
|
-
"description": "Top padding for the
|
|
36085
|
-
"name": "--m3e-nav-
|
|
36193
|
+
"description": "Top block padding for the nav rail.",
|
|
36194
|
+
"name": "--m3e-nav-rail-top-space"
|
|
36086
36195
|
},
|
|
36087
36196
|
{
|
|
36088
|
-
"description": "Bottom padding for the
|
|
36089
|
-
"name": "--m3e-nav-
|
|
36197
|
+
"description": "Bottom block padding for the nav rail.",
|
|
36198
|
+
"name": "--m3e-nav-rail-bottom-space"
|
|
36090
36199
|
},
|
|
36091
36200
|
{
|
|
36092
|
-
"description": "
|
|
36093
|
-
"name": "--m3e-nav-
|
|
36201
|
+
"description": "Width of the nav rail in compact mode.",
|
|
36202
|
+
"name": "--m3e-nav-rail-compact-width"
|
|
36094
36203
|
},
|
|
36095
36204
|
{
|
|
36096
|
-
"description": "
|
|
36097
|
-
"name": "--m3e-nav-
|
|
36205
|
+
"description": "Inline padding for expanded nav rail.",
|
|
36206
|
+
"name": "--m3e-nav-rail-expanded-inline-padding"
|
|
36098
36207
|
},
|
|
36099
36208
|
{
|
|
36100
|
-
"description": "
|
|
36101
|
-
"name": "--m3e-nav-
|
|
36209
|
+
"description": "Minimum width of the nav rail in expanded mode.",
|
|
36210
|
+
"name": "--m3e-nav-rail-expanded-min-width"
|
|
36102
36211
|
},
|
|
36103
36212
|
{
|
|
36104
|
-
"description": "
|
|
36105
|
-
"name": "--m3e-nav-
|
|
36213
|
+
"description": "Maximum width of the nav rail in expanded mode.",
|
|
36214
|
+
"name": "--m3e-nav-rail-expanded-max-width"
|
|
36106
36215
|
},
|
|
36107
36216
|
{
|
|
36108
|
-
"description": "
|
|
36109
|
-
"name": "--m3e-nav-
|
|
36110
|
-
}
|
|
36111
|
-
],
|
|
36112
|
-
"slots": [
|
|
36217
|
+
"description": "Height of nav items in expanded mode.",
|
|
36218
|
+
"name": "--m3e-nav-rail-expanded-item-height"
|
|
36219
|
+
},
|
|
36113
36220
|
{
|
|
36114
|
-
"description": "
|
|
36115
|
-
"name": ""
|
|
36221
|
+
"description": "Space below icon buttons and FABs.",
|
|
36222
|
+
"name": "--m3e-nav-rail-button-item-space"
|
|
36223
|
+
},
|
|
36224
|
+
{
|
|
36225
|
+
"description": "Inset for icon buttons in expanded mode.",
|
|
36226
|
+
"name": "--m3e-nav-rail-expanded-icon-button-inset"
|
|
36227
|
+
},
|
|
36228
|
+
{
|
|
36229
|
+
"description": "Height of the navigation bar.",
|
|
36230
|
+
"name": "--m3e-nav-bar-height",
|
|
36231
|
+
"inheritedFrom": {
|
|
36232
|
+
"name": "M3eNavBarElement",
|
|
36233
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36234
|
+
}
|
|
36235
|
+
},
|
|
36236
|
+
{
|
|
36237
|
+
"description": "Background color of the navigation bar container.",
|
|
36238
|
+
"name": "--m3e-nav-bar-container-color",
|
|
36239
|
+
"inheritedFrom": {
|
|
36240
|
+
"name": "M3eNavBarElement",
|
|
36241
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36242
|
+
}
|
|
36243
|
+
},
|
|
36244
|
+
{
|
|
36245
|
+
"description": "Minimum width of vertical nav items.",
|
|
36246
|
+
"name": "--m3e-nav-bar-vertical-item-width",
|
|
36247
|
+
"inheritedFrom": {
|
|
36248
|
+
"name": "M3eNavBarElement",
|
|
36249
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36250
|
+
}
|
|
36116
36251
|
}
|
|
36117
36252
|
],
|
|
36118
36253
|
"members": [
|
|
36119
36254
|
{
|
|
36120
36255
|
"kind": "field",
|
|
36121
|
-
"name": "
|
|
36122
|
-
"
|
|
36123
|
-
"text": "number"
|
|
36124
|
-
},
|
|
36125
|
-
"privacy": "private",
|
|
36126
|
-
"static": true,
|
|
36127
|
-
"default": "0"
|
|
36256
|
+
"name": "#focusKeyManager",
|
|
36257
|
+
"privacy": "private"
|
|
36128
36258
|
},
|
|
36129
36259
|
{
|
|
36130
36260
|
"kind": "field",
|
|
36131
|
-
"name": "#
|
|
36261
|
+
"name": "#keyDownHandler",
|
|
36132
36262
|
"privacy": "private",
|
|
36133
|
-
"
|
|
36134
|
-
|
|
36263
|
+
"readonly": true
|
|
36264
|
+
},
|
|
36265
|
+
{
|
|
36266
|
+
"kind": "method",
|
|
36267
|
+
"name": "#handleKeyDown",
|
|
36268
|
+
"privacy": "private",
|
|
36269
|
+
"return": {
|
|
36270
|
+
"type": {
|
|
36271
|
+
"text": "void"
|
|
36272
|
+
}
|
|
36135
36273
|
},
|
|
36136
|
-
"
|
|
36274
|
+
"parameters": [
|
|
36275
|
+
{
|
|
36276
|
+
"name": "e",
|
|
36277
|
+
"type": {
|
|
36278
|
+
"text": "KeyboardEvent"
|
|
36279
|
+
}
|
|
36280
|
+
}
|
|
36281
|
+
]
|
|
36137
36282
|
},
|
|
36138
36283
|
{
|
|
36139
36284
|
"kind": "field",
|
|
36140
|
-
"name": "
|
|
36141
|
-
"privacy": "private",
|
|
36285
|
+
"name": "[_wasConnected]",
|
|
36142
36286
|
"type": {
|
|
36143
36287
|
"text": "boolean"
|
|
36144
36288
|
},
|
|
36145
|
-
"
|
|
36289
|
+
"privacy": "private",
|
|
36290
|
+
"default": "false",
|
|
36291
|
+
"inheritedFrom": {
|
|
36292
|
+
"name": "M3eNavBarElement",
|
|
36293
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36294
|
+
}
|
|
36295
|
+
},
|
|
36296
|
+
{
|
|
36297
|
+
"kind": "method",
|
|
36298
|
+
"name": "reconnectedCallback",
|
|
36299
|
+
"return": {
|
|
36300
|
+
"type": {
|
|
36301
|
+
"text": "void"
|
|
36302
|
+
}
|
|
36303
|
+
},
|
|
36304
|
+
"inheritedFrom": {
|
|
36305
|
+
"name": "M3eNavBarElement",
|
|
36306
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36307
|
+
}
|
|
36146
36308
|
},
|
|
36147
36309
|
{
|
|
36148
36310
|
"kind": "field",
|
|
36149
|
-
"name": "
|
|
36311
|
+
"name": "formAssociated",
|
|
36312
|
+
"static": true,
|
|
36150
36313
|
"readonly": true,
|
|
36151
|
-
"
|
|
36314
|
+
"default": "formAssociated",
|
|
36315
|
+
"description": "Indicates that this custom element participates in form submission, validation, and form state restoration.",
|
|
36316
|
+
"inheritedFrom": {
|
|
36317
|
+
"name": "M3eNavBarElement",
|
|
36318
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36319
|
+
}
|
|
36152
36320
|
},
|
|
36153
36321
|
{
|
|
36154
36322
|
"kind": "field",
|
|
36155
|
-
"name": "
|
|
36323
|
+
"name": "[_internals]",
|
|
36324
|
+
"type": {
|
|
36325
|
+
"text": "ElementInternals | undefined"
|
|
36326
|
+
},
|
|
36156
36327
|
"privacy": "private",
|
|
36157
|
-
"
|
|
36328
|
+
"inheritedFrom": {
|
|
36329
|
+
"name": "M3eNavBarElement",
|
|
36330
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36331
|
+
}
|
|
36158
36332
|
},
|
|
36159
36333
|
{
|
|
36160
36334
|
"kind": "field",
|
|
36161
|
-
"name": "
|
|
36335
|
+
"name": "[_customState]",
|
|
36336
|
+
"default": "new Set<string>()",
|
|
36162
36337
|
"privacy": "private",
|
|
36163
|
-
"
|
|
36338
|
+
"inheritedFrom": {
|
|
36339
|
+
"name": "M3eNavBarElement",
|
|
36340
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36341
|
+
}
|
|
36164
36342
|
},
|
|
36165
36343
|
{
|
|
36166
36344
|
"kind": "field",
|
|
36167
|
-
"name": "#
|
|
36345
|
+
"name": "#breakpointUnobserve",
|
|
36168
36346
|
"privacy": "private",
|
|
36169
|
-
"
|
|
36347
|
+
"type": {
|
|
36348
|
+
"text": "() => void | undefined"
|
|
36349
|
+
},
|
|
36350
|
+
"inheritedFrom": {
|
|
36351
|
+
"name": "M3eNavBarElement",
|
|
36352
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36353
|
+
}
|
|
36170
36354
|
},
|
|
36171
36355
|
{
|
|
36172
36356
|
"kind": "field",
|
|
36173
|
-
"name": "
|
|
36357
|
+
"name": "_mode",
|
|
36174
36358
|
"type": {
|
|
36175
|
-
"text": "
|
|
36359
|
+
"text": "Exclude<NavBarMode, \"auto\"> | undefined"
|
|
36176
36360
|
},
|
|
36177
|
-
"
|
|
36178
|
-
"
|
|
36361
|
+
"privacy": "private",
|
|
36362
|
+
"inheritedFrom": {
|
|
36363
|
+
"name": "M3eNavBarElement",
|
|
36364
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36365
|
+
}
|
|
36366
|
+
},
|
|
36367
|
+
{
|
|
36368
|
+
"kind": "field",
|
|
36369
|
+
"name": "mode",
|
|
36370
|
+
"type": {
|
|
36371
|
+
"text": "NavBarMode"
|
|
36372
|
+
},
|
|
36373
|
+
"default": "\"compact\"",
|
|
36374
|
+
"description": "The mode in which items in the bar are presented.",
|
|
36375
|
+
"attribute": "mode",
|
|
36376
|
+
"reflects": true,
|
|
36377
|
+
"inheritedFrom": {
|
|
36378
|
+
"name": "M3eNavBarElement",
|
|
36379
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36380
|
+
}
|
|
36179
36381
|
},
|
|
36180
36382
|
{
|
|
36181
36383
|
"kind": "field",
|
|
36182
36384
|
"name": "items",
|
|
36183
36385
|
"type": {
|
|
36184
|
-
"text": "readonly
|
|
36386
|
+
"text": "readonly M3eNavItemElement[]"
|
|
36185
36387
|
},
|
|
36186
|
-
"description": "
|
|
36187
|
-
"readonly": true
|
|
36388
|
+
"description": "The items of the bar.",
|
|
36389
|
+
"readonly": true,
|
|
36390
|
+
"inheritedFrom": {
|
|
36391
|
+
"name": "M3eNavBarElement",
|
|
36392
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36393
|
+
}
|
|
36188
36394
|
},
|
|
36189
36395
|
{
|
|
36190
|
-
"kind": "
|
|
36191
|
-
"name": "
|
|
36192
|
-
"
|
|
36193
|
-
"
|
|
36194
|
-
"text": "void"
|
|
36195
|
-
}
|
|
36396
|
+
"kind": "field",
|
|
36397
|
+
"name": "selected",
|
|
36398
|
+
"type": {
|
|
36399
|
+
"text": "M3eNavItemElement | null"
|
|
36196
36400
|
},
|
|
36197
|
-
"
|
|
36198
|
-
|
|
36199
|
-
|
|
36200
|
-
|
|
36201
|
-
|
|
36202
|
-
|
|
36203
|
-
|
|
36204
|
-
|
|
36205
|
-
|
|
36206
|
-
|
|
36207
|
-
"
|
|
36401
|
+
"description": "The selected item.",
|
|
36402
|
+
"readonly": true,
|
|
36403
|
+
"inheritedFrom": {
|
|
36404
|
+
"name": "M3eNavBarElement",
|
|
36405
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36406
|
+
}
|
|
36407
|
+
},
|
|
36408
|
+
{
|
|
36409
|
+
"kind": "field",
|
|
36410
|
+
"name": "currentMode",
|
|
36411
|
+
"type": {
|
|
36412
|
+
"text": "Exclude<NavBarMode, \"auto\">"
|
|
36413
|
+
},
|
|
36414
|
+
"description": "The current mode applied to the bar.",
|
|
36415
|
+
"inheritedFrom": {
|
|
36416
|
+
"name": "M3eNavBarElement",
|
|
36417
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36418
|
+
}
|
|
36208
36419
|
},
|
|
36209
36420
|
{
|
|
36210
36421
|
"kind": "method",
|
|
36211
|
-
"name": "
|
|
36422
|
+
"name": "#initBreakpointMonitoring",
|
|
36423
|
+
"privacy": "private",
|
|
36212
36424
|
"return": {
|
|
36213
36425
|
"type": {
|
|
36214
36426
|
"text": "void"
|
|
36215
36427
|
}
|
|
36216
36428
|
},
|
|
36217
|
-
"
|
|
36218
|
-
|
|
36219
|
-
|
|
36220
|
-
|
|
36221
|
-
"type": {
|
|
36222
|
-
"text": "M3eNavMenuItemElement | undefined"
|
|
36223
|
-
},
|
|
36224
|
-
"description": "The items to collapse."
|
|
36225
|
-
}
|
|
36226
|
-
],
|
|
36227
|
-
"description": "Collapses the specified items, or all items if no items are provided."
|
|
36429
|
+
"inheritedFrom": {
|
|
36430
|
+
"name": "M3eNavBarElement",
|
|
36431
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36432
|
+
}
|
|
36228
36433
|
},
|
|
36229
36434
|
{
|
|
36230
36435
|
"kind": "method",
|
|
@@ -36234,11 +36439,15 @@
|
|
|
36234
36439
|
"type": {
|
|
36235
36440
|
"text": "void"
|
|
36236
36441
|
}
|
|
36442
|
+
},
|
|
36443
|
+
"inheritedFrom": {
|
|
36444
|
+
"name": "M3eNavBarElement",
|
|
36445
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36237
36446
|
}
|
|
36238
36447
|
},
|
|
36239
36448
|
{
|
|
36240
36449
|
"kind": "method",
|
|
36241
|
-
"name": "#
|
|
36450
|
+
"name": "#handleChange",
|
|
36242
36451
|
"privacy": "private",
|
|
36243
36452
|
"return": {
|
|
36244
36453
|
"type": {
|
|
@@ -36249,15 +36458,100 @@
|
|
|
36249
36458
|
{
|
|
36250
36459
|
"name": "e",
|
|
36251
36460
|
"type": {
|
|
36252
|
-
"text": "
|
|
36461
|
+
"text": "Event"
|
|
36253
36462
|
}
|
|
36254
36463
|
}
|
|
36255
|
-
]
|
|
36464
|
+
],
|
|
36465
|
+
"inheritedFrom": {
|
|
36466
|
+
"name": "M3eNavBarElement",
|
|
36467
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36468
|
+
}
|
|
36469
|
+
}
|
|
36470
|
+
],
|
|
36471
|
+
"events": [
|
|
36472
|
+
{
|
|
36473
|
+
"name": "change",
|
|
36474
|
+
"type": {
|
|
36475
|
+
"text": "Event"
|
|
36476
|
+
},
|
|
36477
|
+
"description": "Emitted when the selected state of an item changes.",
|
|
36478
|
+
"inheritedFrom": {
|
|
36479
|
+
"name": "M3eNavBarElement",
|
|
36480
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36481
|
+
}
|
|
36482
|
+
}
|
|
36483
|
+
],
|
|
36484
|
+
"attributes": [
|
|
36485
|
+
{
|
|
36486
|
+
"description": "The mode in which items in the rail are presented.",
|
|
36487
|
+
"name": "mode",
|
|
36488
|
+
"type": {
|
|
36489
|
+
"text": "NavBarMode"
|
|
36490
|
+
},
|
|
36491
|
+
"default": "\"compact\"",
|
|
36492
|
+
"fieldName": "mode",
|
|
36493
|
+
"inheritedFrom": {
|
|
36494
|
+
"name": "M3eNavBarElement",
|
|
36495
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36496
|
+
}
|
|
36497
|
+
}
|
|
36498
|
+
],
|
|
36499
|
+
"superclass": {
|
|
36500
|
+
"name": "M3eNavBarElement",
|
|
36501
|
+
"package": "@m3e/web/nav-bar"
|
|
36502
|
+
},
|
|
36503
|
+
"tagName": "m3e-nav-rail",
|
|
36504
|
+
"customElement": true,
|
|
36505
|
+
"slots": [
|
|
36506
|
+
{
|
|
36507
|
+
"description": "Renders the items of the bar.",
|
|
36508
|
+
"name": "",
|
|
36509
|
+
"inheritedFrom": {
|
|
36510
|
+
"name": "M3eNavBarElement",
|
|
36511
|
+
"module": "src/nav-bar/NavBarElement.ts"
|
|
36512
|
+
}
|
|
36513
|
+
}
|
|
36514
|
+
]
|
|
36515
|
+
}
|
|
36516
|
+
],
|
|
36517
|
+
"exports": [
|
|
36518
|
+
{
|
|
36519
|
+
"kind": "js",
|
|
36520
|
+
"name": "M3eNavRailElement",
|
|
36521
|
+
"declaration": {
|
|
36522
|
+
"name": "M3eNavRailElement",
|
|
36523
|
+
"module": "src/nav-rail/NavRailElement.ts"
|
|
36524
|
+
}
|
|
36525
|
+
},
|
|
36526
|
+
{
|
|
36527
|
+
"kind": "custom-element-definition",
|
|
36528
|
+
"name": "m3e-nav-rail",
|
|
36529
|
+
"declaration": {
|
|
36530
|
+
"name": "M3eNavRailElement",
|
|
36531
|
+
"module": "src/nav-rail/NavRailElement.ts"
|
|
36532
|
+
}
|
|
36533
|
+
}
|
|
36534
|
+
]
|
|
36535
|
+
},
|
|
36536
|
+
{
|
|
36537
|
+
"kind": "javascript-module",
|
|
36538
|
+
"path": "src/nav-rail/NavRailToggleElement.ts",
|
|
36539
|
+
"declarations": [
|
|
36540
|
+
{
|
|
36541
|
+
"kind": "class",
|
|
36542
|
+
"description": "An element, nested within a clickable element, used to toggle the expanded state of a navigation rail.",
|
|
36543
|
+
"name": "M3eNavRailToggleElement",
|
|
36544
|
+
"members": [
|
|
36545
|
+
{
|
|
36546
|
+
"kind": "field",
|
|
36547
|
+
"name": "#mutationController",
|
|
36548
|
+
"privacy": "private",
|
|
36549
|
+
"readonly": true,
|
|
36550
|
+
"default": "new MutationController(this, { target: null, config: { attributeFilter: [\"class\"] }, callback: () => this.#updateToggle(), })"
|
|
36256
36551
|
},
|
|
36257
36552
|
{
|
|
36258
36553
|
"kind": "method",
|
|
36259
|
-
"name": "
|
|
36260
|
-
"privacy": "private",
|
|
36554
|
+
"name": "attach",
|
|
36261
36555
|
"return": {
|
|
36262
36556
|
"type": {
|
|
36263
36557
|
"text": "void"
|
|
@@ -36265,35 +36559,36 @@
|
|
|
36265
36559
|
},
|
|
36266
36560
|
"parameters": [
|
|
36267
36561
|
{
|
|
36268
|
-
"name": "
|
|
36562
|
+
"name": "control",
|
|
36269
36563
|
"type": {
|
|
36270
|
-
"text": "
|
|
36564
|
+
"text": "HTMLElement"
|
|
36271
36565
|
}
|
|
36272
36566
|
}
|
|
36273
|
-
]
|
|
36567
|
+
],
|
|
36568
|
+
"description": "Attaches the element to an interactive control.",
|
|
36569
|
+
"inheritedFrom": {
|
|
36570
|
+
"name": "HtmlFor",
|
|
36571
|
+
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
36572
|
+
}
|
|
36274
36573
|
},
|
|
36275
36574
|
{
|
|
36276
36575
|
"kind": "method",
|
|
36277
|
-
"name": "
|
|
36278
|
-
"privacy": "private",
|
|
36576
|
+
"name": "detach",
|
|
36279
36577
|
"return": {
|
|
36280
36578
|
"type": {
|
|
36281
36579
|
"text": "void"
|
|
36282
36580
|
}
|
|
36283
36581
|
},
|
|
36284
|
-
"
|
|
36285
|
-
|
|
36286
|
-
|
|
36287
|
-
|
|
36288
|
-
|
|
36289
|
-
}
|
|
36290
|
-
}
|
|
36291
|
-
]
|
|
36582
|
+
"description": "Detaches the element from its current interactive control.",
|
|
36583
|
+
"inheritedFrom": {
|
|
36584
|
+
"name": "HtmlFor",
|
|
36585
|
+
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
36586
|
+
}
|
|
36292
36587
|
},
|
|
36293
36588
|
{
|
|
36294
36589
|
"kind": "method",
|
|
36295
|
-
"name": "
|
|
36296
|
-
"privacy": "
|
|
36590
|
+
"name": "_onClick",
|
|
36591
|
+
"privacy": "protected",
|
|
36297
36592
|
"return": {
|
|
36298
36593
|
"type": {
|
|
36299
36594
|
"text": "void"
|
|
@@ -36301,16 +36596,408 @@
|
|
|
36301
36596
|
},
|
|
36302
36597
|
"parameters": [
|
|
36303
36598
|
{
|
|
36304
|
-
"name": "
|
|
36599
|
+
"name": "e",
|
|
36305
36600
|
"type": {
|
|
36306
|
-
"text": "
|
|
36307
|
-
}
|
|
36601
|
+
"text": "Event"
|
|
36602
|
+
},
|
|
36603
|
+
"description": "The click event to handle."
|
|
36308
36604
|
}
|
|
36309
|
-
]
|
|
36605
|
+
],
|
|
36606
|
+
"description": "When implemented by a derived class, handles the specified click event.",
|
|
36607
|
+
"inheritedFrom": {
|
|
36608
|
+
"name": "ActionElementBase",
|
|
36609
|
+
"module": "src/core/shared/primitives/ActionElementBase.ts"
|
|
36610
|
+
}
|
|
36310
36611
|
},
|
|
36311
36612
|
{
|
|
36312
36613
|
"kind": "method",
|
|
36313
|
-
"name": "#
|
|
36614
|
+
"name": "#updateToggle",
|
|
36615
|
+
"privacy": "private",
|
|
36616
|
+
"return": {
|
|
36617
|
+
"type": {
|
|
36618
|
+
"text": "Promise<void>"
|
|
36619
|
+
}
|
|
36620
|
+
}
|
|
36621
|
+
},
|
|
36622
|
+
{
|
|
36623
|
+
"kind": "field",
|
|
36624
|
+
"name": "[_control]",
|
|
36625
|
+
"type": {
|
|
36626
|
+
"text": "WeakRef<HTMLElement> | undefined"
|
|
36627
|
+
},
|
|
36628
|
+
"privacy": "private",
|
|
36629
|
+
"inheritedFrom": {
|
|
36630
|
+
"name": "HtmlFor",
|
|
36631
|
+
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
36632
|
+
}
|
|
36633
|
+
},
|
|
36634
|
+
{
|
|
36635
|
+
"kind": "field",
|
|
36636
|
+
"name": "[_firstUpdated]",
|
|
36637
|
+
"type": {
|
|
36638
|
+
"text": "boolean"
|
|
36639
|
+
},
|
|
36640
|
+
"privacy": "private",
|
|
36641
|
+
"default": "false",
|
|
36642
|
+
"inheritedFrom": {
|
|
36643
|
+
"name": "HtmlFor",
|
|
36644
|
+
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
36645
|
+
}
|
|
36646
|
+
},
|
|
36647
|
+
{
|
|
36648
|
+
"kind": "field",
|
|
36649
|
+
"name": "htmlFor",
|
|
36650
|
+
"type": {
|
|
36651
|
+
"text": "string | null"
|
|
36652
|
+
},
|
|
36653
|
+
"default": "null",
|
|
36654
|
+
"description": "The identifier of the interactive control to which this element is attached.",
|
|
36655
|
+
"attribute": "for",
|
|
36656
|
+
"inheritedFrom": {
|
|
36657
|
+
"name": "HtmlFor",
|
|
36658
|
+
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
36659
|
+
}
|
|
36660
|
+
},
|
|
36661
|
+
{
|
|
36662
|
+
"kind": "field",
|
|
36663
|
+
"name": "control",
|
|
36664
|
+
"description": "The interactive element to which this element is attached.",
|
|
36665
|
+
"readonly": true,
|
|
36666
|
+
"inheritedFrom": {
|
|
36667
|
+
"name": "HtmlFor",
|
|
36668
|
+
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
36669
|
+
}
|
|
36670
|
+
},
|
|
36671
|
+
{
|
|
36672
|
+
"kind": "field",
|
|
36673
|
+
"name": "#clickHandler",
|
|
36674
|
+
"privacy": "private",
|
|
36675
|
+
"readonly": true,
|
|
36676
|
+
"inheritedFrom": {
|
|
36677
|
+
"name": "ActionElementBase",
|
|
36678
|
+
"module": "src/core/shared/primitives/ActionElementBase.ts"
|
|
36679
|
+
}
|
|
36680
|
+
}
|
|
36681
|
+
],
|
|
36682
|
+
"mixins": [
|
|
36683
|
+
{
|
|
36684
|
+
"name": "HtmlFor",
|
|
36685
|
+
"package": "@m3e/web/core"
|
|
36686
|
+
}
|
|
36687
|
+
],
|
|
36688
|
+
"superclass": {
|
|
36689
|
+
"name": "ActionElementBase",
|
|
36690
|
+
"package": "@m3e/web/core"
|
|
36691
|
+
},
|
|
36692
|
+
"tagName": "m3e-nav-rail-toggle",
|
|
36693
|
+
"customElement": true,
|
|
36694
|
+
"attributes": [
|
|
36695
|
+
{
|
|
36696
|
+
"name": "for",
|
|
36697
|
+
"type": {
|
|
36698
|
+
"text": "string | null"
|
|
36699
|
+
},
|
|
36700
|
+
"default": "null",
|
|
36701
|
+
"description": "The identifier of the interactive control to which this element is attached.",
|
|
36702
|
+
"fieldName": "htmlFor",
|
|
36703
|
+
"inheritedFrom": {
|
|
36704
|
+
"name": "HtmlFor",
|
|
36705
|
+
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
36706
|
+
}
|
|
36707
|
+
}
|
|
36708
|
+
]
|
|
36709
|
+
}
|
|
36710
|
+
],
|
|
36711
|
+
"exports": [
|
|
36712
|
+
{
|
|
36713
|
+
"kind": "js",
|
|
36714
|
+
"name": "M3eNavRailToggleElement",
|
|
36715
|
+
"declaration": {
|
|
36716
|
+
"name": "M3eNavRailToggleElement",
|
|
36717
|
+
"module": "src/nav-rail/NavRailToggleElement.ts"
|
|
36718
|
+
}
|
|
36719
|
+
},
|
|
36720
|
+
{
|
|
36721
|
+
"kind": "custom-element-definition",
|
|
36722
|
+
"name": "m3e-nav-rail-toggle",
|
|
36723
|
+
"declaration": {
|
|
36724
|
+
"name": "M3eNavRailToggleElement",
|
|
36725
|
+
"module": "src/nav-rail/NavRailToggleElement.ts"
|
|
36726
|
+
}
|
|
36727
|
+
}
|
|
36728
|
+
]
|
|
36729
|
+
},
|
|
36730
|
+
{
|
|
36731
|
+
"kind": "javascript-module",
|
|
36732
|
+
"path": "src/nav-menu/index.ts",
|
|
36733
|
+
"declarations": [],
|
|
36734
|
+
"exports": [
|
|
36735
|
+
{
|
|
36736
|
+
"kind": "js",
|
|
36737
|
+
"name": "*",
|
|
36738
|
+
"declaration": {
|
|
36739
|
+
"name": "*",
|
|
36740
|
+
"module": "src/nav-menu/NavMenuElement"
|
|
36741
|
+
}
|
|
36742
|
+
},
|
|
36743
|
+
{
|
|
36744
|
+
"kind": "js",
|
|
36745
|
+
"name": "*",
|
|
36746
|
+
"declaration": {
|
|
36747
|
+
"name": "*",
|
|
36748
|
+
"module": "src/nav-menu/NavMenuItemElement"
|
|
36749
|
+
}
|
|
36750
|
+
},
|
|
36751
|
+
{
|
|
36752
|
+
"kind": "js",
|
|
36753
|
+
"name": "*",
|
|
36754
|
+
"declaration": {
|
|
36755
|
+
"name": "*",
|
|
36756
|
+
"module": "src/nav-menu/NavMenuItemGroupElement"
|
|
36757
|
+
}
|
|
36758
|
+
}
|
|
36759
|
+
]
|
|
36760
|
+
},
|
|
36761
|
+
{
|
|
36762
|
+
"kind": "javascript-module",
|
|
36763
|
+
"path": "src/nav-menu/NavMenuElement.ts",
|
|
36764
|
+
"declarations": [
|
|
36765
|
+
{
|
|
36766
|
+
"kind": "class",
|
|
36767
|
+
"description": "A hierarchical menu, typically used on larger devices, that allows a user to switch between views.",
|
|
36768
|
+
"name": "M3eNavMenuElement",
|
|
36769
|
+
"cssProperties": [
|
|
36770
|
+
{
|
|
36771
|
+
"description": "Top padding for the menu.",
|
|
36772
|
+
"name": "--m3e-nav-menu-padding-top"
|
|
36773
|
+
},
|
|
36774
|
+
{
|
|
36775
|
+
"description": "Bottom padding for the menu.",
|
|
36776
|
+
"name": "--m3e-nav-menu-padding-bottom"
|
|
36777
|
+
},
|
|
36778
|
+
{
|
|
36779
|
+
"description": "Left padding for the menu.",
|
|
36780
|
+
"name": "--m3e-nav-menu-padding-left"
|
|
36781
|
+
},
|
|
36782
|
+
{
|
|
36783
|
+
"description": "Right padding for the menu.",
|
|
36784
|
+
"name": "--m3e-nav-menu-padding-right"
|
|
36785
|
+
},
|
|
36786
|
+
{
|
|
36787
|
+
"description": "Margin for divider elements in the menu.",
|
|
36788
|
+
"name": "--m3e-nav-menu-divider-margin"
|
|
36789
|
+
},
|
|
36790
|
+
{
|
|
36791
|
+
"description": "Width of the menu scrollbar.",
|
|
36792
|
+
"name": "--m3e-nav-menu-scrollbar-width"
|
|
36793
|
+
},
|
|
36794
|
+
{
|
|
36795
|
+
"description": "Color of the menu scrollbar.",
|
|
36796
|
+
"name": "--m3e-nav-menu-scrollbar-color"
|
|
36797
|
+
}
|
|
36798
|
+
],
|
|
36799
|
+
"slots": [
|
|
36800
|
+
{
|
|
36801
|
+
"description": "Renders the items of the menu.",
|
|
36802
|
+
"name": ""
|
|
36803
|
+
}
|
|
36804
|
+
],
|
|
36805
|
+
"members": [
|
|
36806
|
+
{
|
|
36807
|
+
"kind": "field",
|
|
36808
|
+
"name": "__nextId",
|
|
36809
|
+
"type": {
|
|
36810
|
+
"text": "number"
|
|
36811
|
+
},
|
|
36812
|
+
"privacy": "private",
|
|
36813
|
+
"static": true,
|
|
36814
|
+
"default": "0"
|
|
36815
|
+
},
|
|
36816
|
+
{
|
|
36817
|
+
"kind": "field",
|
|
36818
|
+
"name": "#ignoreFocusVisible",
|
|
36819
|
+
"privacy": "private",
|
|
36820
|
+
"type": {
|
|
36821
|
+
"text": "boolean"
|
|
36822
|
+
},
|
|
36823
|
+
"default": "false"
|
|
36824
|
+
},
|
|
36825
|
+
{
|
|
36826
|
+
"kind": "field",
|
|
36827
|
+
"name": "#ignoreFocus",
|
|
36828
|
+
"privacy": "private",
|
|
36829
|
+
"type": {
|
|
36830
|
+
"text": "boolean"
|
|
36831
|
+
},
|
|
36832
|
+
"default": "false"
|
|
36833
|
+
},
|
|
36834
|
+
{
|
|
36835
|
+
"kind": "field",
|
|
36836
|
+
"name": "[selectionManager]",
|
|
36837
|
+
"readonly": true,
|
|
36838
|
+
"privacy": "private"
|
|
36839
|
+
},
|
|
36840
|
+
{
|
|
36841
|
+
"kind": "field",
|
|
36842
|
+
"name": "#keyDownHandler",
|
|
36843
|
+
"privacy": "private",
|
|
36844
|
+
"readonly": true
|
|
36845
|
+
},
|
|
36846
|
+
{
|
|
36847
|
+
"kind": "field",
|
|
36848
|
+
"name": "#keyUpHandler",
|
|
36849
|
+
"privacy": "private",
|
|
36850
|
+
"readonly": true
|
|
36851
|
+
},
|
|
36852
|
+
{
|
|
36853
|
+
"kind": "field",
|
|
36854
|
+
"name": "#pointerDownHandler",
|
|
36855
|
+
"privacy": "private",
|
|
36856
|
+
"readonly": true
|
|
36857
|
+
},
|
|
36858
|
+
{
|
|
36859
|
+
"kind": "field",
|
|
36860
|
+
"name": "selected",
|
|
36861
|
+
"type": {
|
|
36862
|
+
"text": "M3eNavMenuItemElement | null"
|
|
36863
|
+
},
|
|
36864
|
+
"description": "The selected item of the menu.",
|
|
36865
|
+
"readonly": true
|
|
36866
|
+
},
|
|
36867
|
+
{
|
|
36868
|
+
"kind": "field",
|
|
36869
|
+
"name": "items",
|
|
36870
|
+
"type": {
|
|
36871
|
+
"text": "readonly M3eNavMenuItemElement[]"
|
|
36872
|
+
},
|
|
36873
|
+
"description": "All the items of the menu.",
|
|
36874
|
+
"readonly": true
|
|
36875
|
+
},
|
|
36876
|
+
{
|
|
36877
|
+
"kind": "method",
|
|
36878
|
+
"name": "expand",
|
|
36879
|
+
"return": {
|
|
36880
|
+
"type": {
|
|
36881
|
+
"text": "void"
|
|
36882
|
+
}
|
|
36883
|
+
},
|
|
36884
|
+
"parameters": [
|
|
36885
|
+
{
|
|
36886
|
+
"name": "items",
|
|
36887
|
+
"optional": true,
|
|
36888
|
+
"type": {
|
|
36889
|
+
"text": "M3eNavMenuItemElement | undefined"
|
|
36890
|
+
},
|
|
36891
|
+
"description": "The items to expand."
|
|
36892
|
+
}
|
|
36893
|
+
],
|
|
36894
|
+
"description": "Expands the specified items, or all items if no items are provided."
|
|
36895
|
+
},
|
|
36896
|
+
{
|
|
36897
|
+
"kind": "method",
|
|
36898
|
+
"name": "collapse",
|
|
36899
|
+
"return": {
|
|
36900
|
+
"type": {
|
|
36901
|
+
"text": "void"
|
|
36902
|
+
}
|
|
36903
|
+
},
|
|
36904
|
+
"parameters": [
|
|
36905
|
+
{
|
|
36906
|
+
"name": "items",
|
|
36907
|
+
"optional": true,
|
|
36908
|
+
"type": {
|
|
36909
|
+
"text": "M3eNavMenuItemElement | undefined"
|
|
36910
|
+
},
|
|
36911
|
+
"description": "The items to collapse."
|
|
36912
|
+
}
|
|
36913
|
+
],
|
|
36914
|
+
"description": "Collapses the specified items, or all items if no items are provided."
|
|
36915
|
+
},
|
|
36916
|
+
{
|
|
36917
|
+
"kind": "method",
|
|
36918
|
+
"name": "#handleSlotChange",
|
|
36919
|
+
"privacy": "private",
|
|
36920
|
+
"return": {
|
|
36921
|
+
"type": {
|
|
36922
|
+
"text": "void"
|
|
36923
|
+
}
|
|
36924
|
+
}
|
|
36925
|
+
},
|
|
36926
|
+
{
|
|
36927
|
+
"kind": "method",
|
|
36928
|
+
"name": "#handleKeyDown",
|
|
36929
|
+
"privacy": "private",
|
|
36930
|
+
"return": {
|
|
36931
|
+
"type": {
|
|
36932
|
+
"text": "void"
|
|
36933
|
+
}
|
|
36934
|
+
},
|
|
36935
|
+
"parameters": [
|
|
36936
|
+
{
|
|
36937
|
+
"name": "e",
|
|
36938
|
+
"type": {
|
|
36939
|
+
"text": "KeyboardEvent"
|
|
36940
|
+
}
|
|
36941
|
+
}
|
|
36942
|
+
]
|
|
36943
|
+
},
|
|
36944
|
+
{
|
|
36945
|
+
"kind": "method",
|
|
36946
|
+
"name": "#handleKeyUp",
|
|
36947
|
+
"privacy": "private",
|
|
36948
|
+
"return": {
|
|
36949
|
+
"type": {
|
|
36950
|
+
"text": "void"
|
|
36951
|
+
}
|
|
36952
|
+
},
|
|
36953
|
+
"parameters": [
|
|
36954
|
+
{
|
|
36955
|
+
"name": "e",
|
|
36956
|
+
"type": {
|
|
36957
|
+
"text": "KeyboardEvent"
|
|
36958
|
+
}
|
|
36959
|
+
}
|
|
36960
|
+
]
|
|
36961
|
+
},
|
|
36962
|
+
{
|
|
36963
|
+
"kind": "method",
|
|
36964
|
+
"name": "#handlePointerDown",
|
|
36965
|
+
"privacy": "private",
|
|
36966
|
+
"return": {
|
|
36967
|
+
"type": {
|
|
36968
|
+
"text": "void"
|
|
36969
|
+
}
|
|
36970
|
+
},
|
|
36971
|
+
"parameters": [
|
|
36972
|
+
{
|
|
36973
|
+
"name": "e",
|
|
36974
|
+
"type": {
|
|
36975
|
+
"text": "Event"
|
|
36976
|
+
}
|
|
36977
|
+
}
|
|
36978
|
+
]
|
|
36979
|
+
},
|
|
36980
|
+
{
|
|
36981
|
+
"kind": "method",
|
|
36982
|
+
"name": "#activateItem",
|
|
36983
|
+
"privacy": "private",
|
|
36984
|
+
"return": {
|
|
36985
|
+
"type": {
|
|
36986
|
+
"text": "void"
|
|
36987
|
+
}
|
|
36988
|
+
},
|
|
36989
|
+
"parameters": [
|
|
36990
|
+
{
|
|
36991
|
+
"name": "item",
|
|
36992
|
+
"type": {
|
|
36993
|
+
"text": "M3eNavMenuItemElement"
|
|
36994
|
+
}
|
|
36995
|
+
}
|
|
36996
|
+
]
|
|
36997
|
+
},
|
|
36998
|
+
{
|
|
36999
|
+
"kind": "method",
|
|
37000
|
+
"name": "#updateFocusVisible",
|
|
36314
37001
|
"privacy": "private",
|
|
36315
37002
|
"return": {
|
|
36316
37003
|
"type": {
|
|
@@ -37140,576 +37827,6 @@
|
|
|
37140
37827
|
}
|
|
37141
37828
|
]
|
|
37142
37829
|
},
|
|
37143
|
-
{
|
|
37144
|
-
"kind": "javascript-module",
|
|
37145
|
-
"path": "src/nav-rail/index.ts",
|
|
37146
|
-
"declarations": [],
|
|
37147
|
-
"exports": [
|
|
37148
|
-
{
|
|
37149
|
-
"kind": "js",
|
|
37150
|
-
"name": "*",
|
|
37151
|
-
"declaration": {
|
|
37152
|
-
"name": "*",
|
|
37153
|
-
"module": "src/nav-rail/NavRailElement"
|
|
37154
|
-
}
|
|
37155
|
-
},
|
|
37156
|
-
{
|
|
37157
|
-
"kind": "js",
|
|
37158
|
-
"name": "*",
|
|
37159
|
-
"declaration": {
|
|
37160
|
-
"name": "*",
|
|
37161
|
-
"module": "src/nav-rail/NavRailToggleElement"
|
|
37162
|
-
}
|
|
37163
|
-
}
|
|
37164
|
-
]
|
|
37165
|
-
},
|
|
37166
|
-
{
|
|
37167
|
-
"kind": "javascript-module",
|
|
37168
|
-
"path": "src/nav-rail/NavRailElement.ts",
|
|
37169
|
-
"declarations": [
|
|
37170
|
-
{
|
|
37171
|
-
"kind": "class",
|
|
37172
|
-
"description": "A vertical bar, typically used on larger devices, that allows a user to switch between views.",
|
|
37173
|
-
"name": "M3eNavRailElement",
|
|
37174
|
-
"cssProperties": [
|
|
37175
|
-
{
|
|
37176
|
-
"description": "Top block padding for the nav rail.",
|
|
37177
|
-
"name": "--m3e-nav-rail-top-space"
|
|
37178
|
-
},
|
|
37179
|
-
{
|
|
37180
|
-
"description": "Bottom block padding for the nav rail.",
|
|
37181
|
-
"name": "--m3e-nav-rail-bottom-space"
|
|
37182
|
-
},
|
|
37183
|
-
{
|
|
37184
|
-
"description": "Width of the nav rail in compact mode.",
|
|
37185
|
-
"name": "--m3e-nav-rail-compact-width"
|
|
37186
|
-
},
|
|
37187
|
-
{
|
|
37188
|
-
"description": "Inline padding for expanded nav rail.",
|
|
37189
|
-
"name": "--m3e-nav-rail-expanded-inline-padding"
|
|
37190
|
-
},
|
|
37191
|
-
{
|
|
37192
|
-
"description": "Minimum width of the nav rail in expanded mode.",
|
|
37193
|
-
"name": "--m3e-nav-rail-expanded-min-width"
|
|
37194
|
-
},
|
|
37195
|
-
{
|
|
37196
|
-
"description": "Maximum width of the nav rail in expanded mode.",
|
|
37197
|
-
"name": "--m3e-nav-rail-expanded-max-width"
|
|
37198
|
-
},
|
|
37199
|
-
{
|
|
37200
|
-
"description": "Height of nav items in expanded mode.",
|
|
37201
|
-
"name": "--m3e-nav-rail-expanded-item-height"
|
|
37202
|
-
},
|
|
37203
|
-
{
|
|
37204
|
-
"description": "Space below icon buttons and FABs.",
|
|
37205
|
-
"name": "--m3e-nav-rail-button-item-space"
|
|
37206
|
-
},
|
|
37207
|
-
{
|
|
37208
|
-
"description": "Inset for icon buttons in expanded mode.",
|
|
37209
|
-
"name": "--m3e-nav-rail-expanded-icon-button-inset"
|
|
37210
|
-
},
|
|
37211
|
-
{
|
|
37212
|
-
"description": "Height of the navigation bar.",
|
|
37213
|
-
"name": "--m3e-nav-bar-height",
|
|
37214
|
-
"inheritedFrom": {
|
|
37215
|
-
"name": "M3eNavBarElement",
|
|
37216
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37217
|
-
}
|
|
37218
|
-
},
|
|
37219
|
-
{
|
|
37220
|
-
"description": "Background color of the navigation bar container.",
|
|
37221
|
-
"name": "--m3e-nav-bar-container-color",
|
|
37222
|
-
"inheritedFrom": {
|
|
37223
|
-
"name": "M3eNavBarElement",
|
|
37224
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37225
|
-
}
|
|
37226
|
-
},
|
|
37227
|
-
{
|
|
37228
|
-
"description": "Minimum width of vertical nav items.",
|
|
37229
|
-
"name": "--m3e-nav-bar-vertical-item-width",
|
|
37230
|
-
"inheritedFrom": {
|
|
37231
|
-
"name": "M3eNavBarElement",
|
|
37232
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37233
|
-
}
|
|
37234
|
-
}
|
|
37235
|
-
],
|
|
37236
|
-
"members": [
|
|
37237
|
-
{
|
|
37238
|
-
"kind": "field",
|
|
37239
|
-
"name": "#focusKeyManager",
|
|
37240
|
-
"privacy": "private"
|
|
37241
|
-
},
|
|
37242
|
-
{
|
|
37243
|
-
"kind": "field",
|
|
37244
|
-
"name": "#keyDownHandler",
|
|
37245
|
-
"privacy": "private",
|
|
37246
|
-
"readonly": true
|
|
37247
|
-
},
|
|
37248
|
-
{
|
|
37249
|
-
"kind": "method",
|
|
37250
|
-
"name": "#handleKeyDown",
|
|
37251
|
-
"privacy": "private",
|
|
37252
|
-
"return": {
|
|
37253
|
-
"type": {
|
|
37254
|
-
"text": "void"
|
|
37255
|
-
}
|
|
37256
|
-
},
|
|
37257
|
-
"parameters": [
|
|
37258
|
-
{
|
|
37259
|
-
"name": "e",
|
|
37260
|
-
"type": {
|
|
37261
|
-
"text": "KeyboardEvent"
|
|
37262
|
-
}
|
|
37263
|
-
}
|
|
37264
|
-
]
|
|
37265
|
-
},
|
|
37266
|
-
{
|
|
37267
|
-
"kind": "field",
|
|
37268
|
-
"name": "[_wasConnected]",
|
|
37269
|
-
"type": {
|
|
37270
|
-
"text": "boolean"
|
|
37271
|
-
},
|
|
37272
|
-
"privacy": "private",
|
|
37273
|
-
"default": "false",
|
|
37274
|
-
"inheritedFrom": {
|
|
37275
|
-
"name": "M3eNavBarElement",
|
|
37276
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37277
|
-
}
|
|
37278
|
-
},
|
|
37279
|
-
{
|
|
37280
|
-
"kind": "method",
|
|
37281
|
-
"name": "reconnectedCallback",
|
|
37282
|
-
"return": {
|
|
37283
|
-
"type": {
|
|
37284
|
-
"text": "void"
|
|
37285
|
-
}
|
|
37286
|
-
},
|
|
37287
|
-
"inheritedFrom": {
|
|
37288
|
-
"name": "M3eNavBarElement",
|
|
37289
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37290
|
-
}
|
|
37291
|
-
},
|
|
37292
|
-
{
|
|
37293
|
-
"kind": "field",
|
|
37294
|
-
"name": "formAssociated",
|
|
37295
|
-
"static": true,
|
|
37296
|
-
"readonly": true,
|
|
37297
|
-
"default": "formAssociated",
|
|
37298
|
-
"description": "Indicates that this custom element participates in form submission, validation, and form state restoration.",
|
|
37299
|
-
"inheritedFrom": {
|
|
37300
|
-
"name": "M3eNavBarElement",
|
|
37301
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37302
|
-
}
|
|
37303
|
-
},
|
|
37304
|
-
{
|
|
37305
|
-
"kind": "field",
|
|
37306
|
-
"name": "[_internals]",
|
|
37307
|
-
"type": {
|
|
37308
|
-
"text": "ElementInternals | undefined"
|
|
37309
|
-
},
|
|
37310
|
-
"privacy": "private",
|
|
37311
|
-
"inheritedFrom": {
|
|
37312
|
-
"name": "M3eNavBarElement",
|
|
37313
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37314
|
-
}
|
|
37315
|
-
},
|
|
37316
|
-
{
|
|
37317
|
-
"kind": "field",
|
|
37318
|
-
"name": "[_customState]",
|
|
37319
|
-
"default": "new Set<string>()",
|
|
37320
|
-
"privacy": "private",
|
|
37321
|
-
"inheritedFrom": {
|
|
37322
|
-
"name": "M3eNavBarElement",
|
|
37323
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37324
|
-
}
|
|
37325
|
-
},
|
|
37326
|
-
{
|
|
37327
|
-
"kind": "field",
|
|
37328
|
-
"name": "#breakpointUnobserve",
|
|
37329
|
-
"privacy": "private",
|
|
37330
|
-
"type": {
|
|
37331
|
-
"text": "() => void | undefined"
|
|
37332
|
-
},
|
|
37333
|
-
"inheritedFrom": {
|
|
37334
|
-
"name": "M3eNavBarElement",
|
|
37335
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37336
|
-
}
|
|
37337
|
-
},
|
|
37338
|
-
{
|
|
37339
|
-
"kind": "field",
|
|
37340
|
-
"name": "_mode",
|
|
37341
|
-
"type": {
|
|
37342
|
-
"text": "Exclude<NavBarMode, \"auto\"> | undefined"
|
|
37343
|
-
},
|
|
37344
|
-
"privacy": "private",
|
|
37345
|
-
"inheritedFrom": {
|
|
37346
|
-
"name": "M3eNavBarElement",
|
|
37347
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37348
|
-
}
|
|
37349
|
-
},
|
|
37350
|
-
{
|
|
37351
|
-
"kind": "field",
|
|
37352
|
-
"name": "mode",
|
|
37353
|
-
"type": {
|
|
37354
|
-
"text": "NavBarMode"
|
|
37355
|
-
},
|
|
37356
|
-
"default": "\"compact\"",
|
|
37357
|
-
"description": "The mode in which items in the bar are presented.",
|
|
37358
|
-
"attribute": "mode",
|
|
37359
|
-
"reflects": true,
|
|
37360
|
-
"inheritedFrom": {
|
|
37361
|
-
"name": "M3eNavBarElement",
|
|
37362
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37363
|
-
}
|
|
37364
|
-
},
|
|
37365
|
-
{
|
|
37366
|
-
"kind": "field",
|
|
37367
|
-
"name": "items",
|
|
37368
|
-
"type": {
|
|
37369
|
-
"text": "readonly M3eNavItemElement[]"
|
|
37370
|
-
},
|
|
37371
|
-
"description": "The items of the bar.",
|
|
37372
|
-
"readonly": true,
|
|
37373
|
-
"inheritedFrom": {
|
|
37374
|
-
"name": "M3eNavBarElement",
|
|
37375
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37376
|
-
}
|
|
37377
|
-
},
|
|
37378
|
-
{
|
|
37379
|
-
"kind": "field",
|
|
37380
|
-
"name": "selected",
|
|
37381
|
-
"type": {
|
|
37382
|
-
"text": "M3eNavItemElement | null"
|
|
37383
|
-
},
|
|
37384
|
-
"description": "The selected item.",
|
|
37385
|
-
"readonly": true,
|
|
37386
|
-
"inheritedFrom": {
|
|
37387
|
-
"name": "M3eNavBarElement",
|
|
37388
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37389
|
-
}
|
|
37390
|
-
},
|
|
37391
|
-
{
|
|
37392
|
-
"kind": "field",
|
|
37393
|
-
"name": "currentMode",
|
|
37394
|
-
"type": {
|
|
37395
|
-
"text": "Exclude<NavBarMode, \"auto\">"
|
|
37396
|
-
},
|
|
37397
|
-
"description": "The current mode applied to the bar.",
|
|
37398
|
-
"inheritedFrom": {
|
|
37399
|
-
"name": "M3eNavBarElement",
|
|
37400
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37401
|
-
}
|
|
37402
|
-
},
|
|
37403
|
-
{
|
|
37404
|
-
"kind": "method",
|
|
37405
|
-
"name": "#initBreakpointMonitoring",
|
|
37406
|
-
"privacy": "private",
|
|
37407
|
-
"return": {
|
|
37408
|
-
"type": {
|
|
37409
|
-
"text": "void"
|
|
37410
|
-
}
|
|
37411
|
-
},
|
|
37412
|
-
"inheritedFrom": {
|
|
37413
|
-
"name": "M3eNavBarElement",
|
|
37414
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37415
|
-
}
|
|
37416
|
-
},
|
|
37417
|
-
{
|
|
37418
|
-
"kind": "method",
|
|
37419
|
-
"name": "#handleSlotChange",
|
|
37420
|
-
"privacy": "private",
|
|
37421
|
-
"return": {
|
|
37422
|
-
"type": {
|
|
37423
|
-
"text": "void"
|
|
37424
|
-
}
|
|
37425
|
-
},
|
|
37426
|
-
"inheritedFrom": {
|
|
37427
|
-
"name": "M3eNavBarElement",
|
|
37428
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37429
|
-
}
|
|
37430
|
-
},
|
|
37431
|
-
{
|
|
37432
|
-
"kind": "method",
|
|
37433
|
-
"name": "#handleChange",
|
|
37434
|
-
"privacy": "private",
|
|
37435
|
-
"return": {
|
|
37436
|
-
"type": {
|
|
37437
|
-
"text": "void"
|
|
37438
|
-
}
|
|
37439
|
-
},
|
|
37440
|
-
"parameters": [
|
|
37441
|
-
{
|
|
37442
|
-
"name": "e",
|
|
37443
|
-
"type": {
|
|
37444
|
-
"text": "Event"
|
|
37445
|
-
}
|
|
37446
|
-
}
|
|
37447
|
-
],
|
|
37448
|
-
"inheritedFrom": {
|
|
37449
|
-
"name": "M3eNavBarElement",
|
|
37450
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37451
|
-
}
|
|
37452
|
-
}
|
|
37453
|
-
],
|
|
37454
|
-
"events": [
|
|
37455
|
-
{
|
|
37456
|
-
"name": "change",
|
|
37457
|
-
"type": {
|
|
37458
|
-
"text": "Event"
|
|
37459
|
-
},
|
|
37460
|
-
"description": "Emitted when the selected state of an item changes.",
|
|
37461
|
-
"inheritedFrom": {
|
|
37462
|
-
"name": "M3eNavBarElement",
|
|
37463
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37464
|
-
}
|
|
37465
|
-
}
|
|
37466
|
-
],
|
|
37467
|
-
"attributes": [
|
|
37468
|
-
{
|
|
37469
|
-
"description": "The mode in which items in the rail are presented.",
|
|
37470
|
-
"name": "mode",
|
|
37471
|
-
"type": {
|
|
37472
|
-
"text": "NavBarMode"
|
|
37473
|
-
},
|
|
37474
|
-
"default": "\"compact\"",
|
|
37475
|
-
"fieldName": "mode",
|
|
37476
|
-
"inheritedFrom": {
|
|
37477
|
-
"name": "M3eNavBarElement",
|
|
37478
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37479
|
-
}
|
|
37480
|
-
}
|
|
37481
|
-
],
|
|
37482
|
-
"superclass": {
|
|
37483
|
-
"name": "M3eNavBarElement",
|
|
37484
|
-
"package": "@m3e/web/nav-bar"
|
|
37485
|
-
},
|
|
37486
|
-
"tagName": "m3e-nav-rail",
|
|
37487
|
-
"customElement": true,
|
|
37488
|
-
"slots": [
|
|
37489
|
-
{
|
|
37490
|
-
"description": "Renders the items of the bar.",
|
|
37491
|
-
"name": "",
|
|
37492
|
-
"inheritedFrom": {
|
|
37493
|
-
"name": "M3eNavBarElement",
|
|
37494
|
-
"module": "src/nav-bar/NavBarElement.ts"
|
|
37495
|
-
}
|
|
37496
|
-
}
|
|
37497
|
-
]
|
|
37498
|
-
}
|
|
37499
|
-
],
|
|
37500
|
-
"exports": [
|
|
37501
|
-
{
|
|
37502
|
-
"kind": "js",
|
|
37503
|
-
"name": "M3eNavRailElement",
|
|
37504
|
-
"declaration": {
|
|
37505
|
-
"name": "M3eNavRailElement",
|
|
37506
|
-
"module": "src/nav-rail/NavRailElement.ts"
|
|
37507
|
-
}
|
|
37508
|
-
},
|
|
37509
|
-
{
|
|
37510
|
-
"kind": "custom-element-definition",
|
|
37511
|
-
"name": "m3e-nav-rail",
|
|
37512
|
-
"declaration": {
|
|
37513
|
-
"name": "M3eNavRailElement",
|
|
37514
|
-
"module": "src/nav-rail/NavRailElement.ts"
|
|
37515
|
-
}
|
|
37516
|
-
}
|
|
37517
|
-
]
|
|
37518
|
-
},
|
|
37519
|
-
{
|
|
37520
|
-
"kind": "javascript-module",
|
|
37521
|
-
"path": "src/nav-rail/NavRailToggleElement.ts",
|
|
37522
|
-
"declarations": [
|
|
37523
|
-
{
|
|
37524
|
-
"kind": "class",
|
|
37525
|
-
"description": "An element, nested within a clickable element, used to toggle the expanded state of a navigation rail.",
|
|
37526
|
-
"name": "M3eNavRailToggleElement",
|
|
37527
|
-
"members": [
|
|
37528
|
-
{
|
|
37529
|
-
"kind": "field",
|
|
37530
|
-
"name": "#mutationController",
|
|
37531
|
-
"privacy": "private",
|
|
37532
|
-
"readonly": true,
|
|
37533
|
-
"default": "new MutationController(this, { target: null, config: { attributeFilter: [\"class\"] }, callback: () => this.#updateToggle(), })"
|
|
37534
|
-
},
|
|
37535
|
-
{
|
|
37536
|
-
"kind": "method",
|
|
37537
|
-
"name": "attach",
|
|
37538
|
-
"return": {
|
|
37539
|
-
"type": {
|
|
37540
|
-
"text": "void"
|
|
37541
|
-
}
|
|
37542
|
-
},
|
|
37543
|
-
"parameters": [
|
|
37544
|
-
{
|
|
37545
|
-
"name": "control",
|
|
37546
|
-
"type": {
|
|
37547
|
-
"text": "HTMLElement"
|
|
37548
|
-
}
|
|
37549
|
-
}
|
|
37550
|
-
],
|
|
37551
|
-
"description": "Attaches the element to an interactive control.",
|
|
37552
|
-
"inheritedFrom": {
|
|
37553
|
-
"name": "HtmlFor",
|
|
37554
|
-
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
37555
|
-
}
|
|
37556
|
-
},
|
|
37557
|
-
{
|
|
37558
|
-
"kind": "method",
|
|
37559
|
-
"name": "detach",
|
|
37560
|
-
"return": {
|
|
37561
|
-
"type": {
|
|
37562
|
-
"text": "void"
|
|
37563
|
-
}
|
|
37564
|
-
},
|
|
37565
|
-
"description": "Detaches the element from its current interactive control.",
|
|
37566
|
-
"inheritedFrom": {
|
|
37567
|
-
"name": "HtmlFor",
|
|
37568
|
-
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
37569
|
-
}
|
|
37570
|
-
},
|
|
37571
|
-
{
|
|
37572
|
-
"kind": "method",
|
|
37573
|
-
"name": "_onClick",
|
|
37574
|
-
"privacy": "protected",
|
|
37575
|
-
"return": {
|
|
37576
|
-
"type": {
|
|
37577
|
-
"text": "void"
|
|
37578
|
-
}
|
|
37579
|
-
},
|
|
37580
|
-
"parameters": [
|
|
37581
|
-
{
|
|
37582
|
-
"name": "e",
|
|
37583
|
-
"type": {
|
|
37584
|
-
"text": "Event"
|
|
37585
|
-
},
|
|
37586
|
-
"description": "The click event to handle."
|
|
37587
|
-
}
|
|
37588
|
-
],
|
|
37589
|
-
"description": "When implemented by a derived class, handles the specified click event.",
|
|
37590
|
-
"inheritedFrom": {
|
|
37591
|
-
"name": "ActionElementBase",
|
|
37592
|
-
"module": "src/core/shared/primitives/ActionElementBase.ts"
|
|
37593
|
-
}
|
|
37594
|
-
},
|
|
37595
|
-
{
|
|
37596
|
-
"kind": "method",
|
|
37597
|
-
"name": "#updateToggle",
|
|
37598
|
-
"privacy": "private",
|
|
37599
|
-
"return": {
|
|
37600
|
-
"type": {
|
|
37601
|
-
"text": "Promise<void>"
|
|
37602
|
-
}
|
|
37603
|
-
}
|
|
37604
|
-
},
|
|
37605
|
-
{
|
|
37606
|
-
"kind": "field",
|
|
37607
|
-
"name": "[_control]",
|
|
37608
|
-
"type": {
|
|
37609
|
-
"text": "WeakRef<HTMLElement> | undefined"
|
|
37610
|
-
},
|
|
37611
|
-
"privacy": "private",
|
|
37612
|
-
"inheritedFrom": {
|
|
37613
|
-
"name": "HtmlFor",
|
|
37614
|
-
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
37615
|
-
}
|
|
37616
|
-
},
|
|
37617
|
-
{
|
|
37618
|
-
"kind": "field",
|
|
37619
|
-
"name": "[_firstUpdated]",
|
|
37620
|
-
"type": {
|
|
37621
|
-
"text": "boolean"
|
|
37622
|
-
},
|
|
37623
|
-
"privacy": "private",
|
|
37624
|
-
"default": "false",
|
|
37625
|
-
"inheritedFrom": {
|
|
37626
|
-
"name": "HtmlFor",
|
|
37627
|
-
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
37628
|
-
}
|
|
37629
|
-
},
|
|
37630
|
-
{
|
|
37631
|
-
"kind": "field",
|
|
37632
|
-
"name": "htmlFor",
|
|
37633
|
-
"type": {
|
|
37634
|
-
"text": "string | null"
|
|
37635
|
-
},
|
|
37636
|
-
"default": "null",
|
|
37637
|
-
"description": "The identifier of the interactive control to which this element is attached.",
|
|
37638
|
-
"attribute": "for",
|
|
37639
|
-
"inheritedFrom": {
|
|
37640
|
-
"name": "HtmlFor",
|
|
37641
|
-
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
37642
|
-
}
|
|
37643
|
-
},
|
|
37644
|
-
{
|
|
37645
|
-
"kind": "field",
|
|
37646
|
-
"name": "control",
|
|
37647
|
-
"description": "The interactive element to which this element is attached.",
|
|
37648
|
-
"readonly": true,
|
|
37649
|
-
"inheritedFrom": {
|
|
37650
|
-
"name": "HtmlFor",
|
|
37651
|
-
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
37652
|
-
}
|
|
37653
|
-
},
|
|
37654
|
-
{
|
|
37655
|
-
"kind": "field",
|
|
37656
|
-
"name": "#clickHandler",
|
|
37657
|
-
"privacy": "private",
|
|
37658
|
-
"readonly": true,
|
|
37659
|
-
"inheritedFrom": {
|
|
37660
|
-
"name": "ActionElementBase",
|
|
37661
|
-
"module": "src/core/shared/primitives/ActionElementBase.ts"
|
|
37662
|
-
}
|
|
37663
|
-
}
|
|
37664
|
-
],
|
|
37665
|
-
"mixins": [
|
|
37666
|
-
{
|
|
37667
|
-
"name": "HtmlFor",
|
|
37668
|
-
"package": "@m3e/web/core"
|
|
37669
|
-
}
|
|
37670
|
-
],
|
|
37671
|
-
"superclass": {
|
|
37672
|
-
"name": "ActionElementBase",
|
|
37673
|
-
"package": "@m3e/web/core"
|
|
37674
|
-
},
|
|
37675
|
-
"tagName": "m3e-nav-rail-toggle",
|
|
37676
|
-
"customElement": true,
|
|
37677
|
-
"attributes": [
|
|
37678
|
-
{
|
|
37679
|
-
"name": "for",
|
|
37680
|
-
"type": {
|
|
37681
|
-
"text": "string | null"
|
|
37682
|
-
},
|
|
37683
|
-
"default": "null",
|
|
37684
|
-
"description": "The identifier of the interactive control to which this element is attached.",
|
|
37685
|
-
"fieldName": "htmlFor",
|
|
37686
|
-
"inheritedFrom": {
|
|
37687
|
-
"name": "HtmlFor",
|
|
37688
|
-
"module": "src/core/shared/mixins/HtmlFor.ts"
|
|
37689
|
-
}
|
|
37690
|
-
}
|
|
37691
|
-
]
|
|
37692
|
-
}
|
|
37693
|
-
],
|
|
37694
|
-
"exports": [
|
|
37695
|
-
{
|
|
37696
|
-
"kind": "js",
|
|
37697
|
-
"name": "M3eNavRailToggleElement",
|
|
37698
|
-
"declaration": {
|
|
37699
|
-
"name": "M3eNavRailToggleElement",
|
|
37700
|
-
"module": "src/nav-rail/NavRailToggleElement.ts"
|
|
37701
|
-
}
|
|
37702
|
-
},
|
|
37703
|
-
{
|
|
37704
|
-
"kind": "custom-element-definition",
|
|
37705
|
-
"name": "m3e-nav-rail-toggle",
|
|
37706
|
-
"declaration": {
|
|
37707
|
-
"name": "M3eNavRailToggleElement",
|
|
37708
|
-
"module": "src/nav-rail/NavRailToggleElement.ts"
|
|
37709
|
-
}
|
|
37710
|
-
}
|
|
37711
|
-
]
|
|
37712
|
-
},
|
|
37713
37830
|
{
|
|
37714
37831
|
"kind": "javascript-module",
|
|
37715
37832
|
"path": "src/option/index.ts",
|
|
@@ -44296,6 +44413,20 @@
|
|
|
44296
44413
|
"privacy": "private",
|
|
44297
44414
|
"readonly": true
|
|
44298
44415
|
},
|
|
44416
|
+
{
|
|
44417
|
+
"kind": "field",
|
|
44418
|
+
"name": "#menuPointerUpHandler",
|
|
44419
|
+
"privacy": "private",
|
|
44420
|
+
"readonly": true
|
|
44421
|
+
},
|
|
44422
|
+
{
|
|
44423
|
+
"kind": "field",
|
|
44424
|
+
"name": "#menuPressedOption",
|
|
44425
|
+
"privacy": "private",
|
|
44426
|
+
"type": {
|
|
44427
|
+
"text": "M3eOptionElement | undefined"
|
|
44428
|
+
}
|
|
44429
|
+
},
|
|
44299
44430
|
{
|
|
44300
44431
|
"kind": "field",
|
|
44301
44432
|
"name": "_listKeyManager",
|
|
@@ -44507,7 +44638,25 @@
|
|
|
44507
44638
|
{
|
|
44508
44639
|
"name": "e",
|
|
44509
44640
|
"type": {
|
|
44510
|
-
"text": "
|
|
44641
|
+
"text": "PointerEvent"
|
|
44642
|
+
}
|
|
44643
|
+
}
|
|
44644
|
+
]
|
|
44645
|
+
},
|
|
44646
|
+
{
|
|
44647
|
+
"kind": "method",
|
|
44648
|
+
"name": "#handleMenuPointerUp",
|
|
44649
|
+
"privacy": "private",
|
|
44650
|
+
"return": {
|
|
44651
|
+
"type": {
|
|
44652
|
+
"text": "void"
|
|
44653
|
+
}
|
|
44654
|
+
},
|
|
44655
|
+
"parameters": [
|
|
44656
|
+
{
|
|
44657
|
+
"name": "e",
|
|
44658
|
+
"type": {
|
|
44659
|
+
"text": "PointerEvent"
|
|
44511
44660
|
}
|
|
44512
44661
|
}
|
|
44513
44662
|
]
|
|
@@ -56821,6 +56970,53 @@
|
|
|
56821
56970
|
}
|
|
56822
56971
|
]
|
|
56823
56972
|
},
|
|
56973
|
+
{
|
|
56974
|
+
"kind": "javascript-module",
|
|
56975
|
+
"path": "src/card/styles/CardStyle.ts",
|
|
56976
|
+
"declarations": [],
|
|
56977
|
+
"exports": []
|
|
56978
|
+
},
|
|
56979
|
+
{
|
|
56980
|
+
"kind": "javascript-module",
|
|
56981
|
+
"path": "src/card/styles/CardToken.ts",
|
|
56982
|
+
"declarations": [],
|
|
56983
|
+
"exports": []
|
|
56984
|
+
},
|
|
56985
|
+
{
|
|
56986
|
+
"kind": "javascript-module",
|
|
56987
|
+
"path": "src/card/styles/CardVariantStyle.ts",
|
|
56988
|
+
"declarations": [],
|
|
56989
|
+
"exports": []
|
|
56990
|
+
},
|
|
56991
|
+
{
|
|
56992
|
+
"kind": "javascript-module",
|
|
56993
|
+
"path": "src/card/styles/CardVariantToken.ts",
|
|
56994
|
+
"declarations": [],
|
|
56995
|
+
"exports": []
|
|
56996
|
+
},
|
|
56997
|
+
{
|
|
56998
|
+
"kind": "javascript-module",
|
|
56999
|
+
"path": "src/card/styles/index.ts",
|
|
57000
|
+
"declarations": [],
|
|
57001
|
+
"exports": [
|
|
57002
|
+
{
|
|
57003
|
+
"kind": "js",
|
|
57004
|
+
"name": "*",
|
|
57005
|
+
"declaration": {
|
|
57006
|
+
"name": "*",
|
|
57007
|
+
"module": "src/card/styles/CardStyle"
|
|
57008
|
+
}
|
|
57009
|
+
},
|
|
57010
|
+
{
|
|
57011
|
+
"kind": "js",
|
|
57012
|
+
"name": "*",
|
|
57013
|
+
"declaration": {
|
|
57014
|
+
"name": "*",
|
|
57015
|
+
"module": "src/card/styles/CardVariantStyle"
|
|
57016
|
+
}
|
|
57017
|
+
}
|
|
57018
|
+
]
|
|
57019
|
+
},
|
|
56824
57020
|
{
|
|
56825
57021
|
"kind": "javascript-module",
|
|
56826
57022
|
"path": "src/core/a11y/aria-reference.ts",
|
|
@@ -57723,53 +57919,6 @@
|
|
|
57723
57919
|
}
|
|
57724
57920
|
]
|
|
57725
57921
|
},
|
|
57726
|
-
{
|
|
57727
|
-
"kind": "javascript-module",
|
|
57728
|
-
"path": "src/card/styles/CardStyle.ts",
|
|
57729
|
-
"declarations": [],
|
|
57730
|
-
"exports": []
|
|
57731
|
-
},
|
|
57732
|
-
{
|
|
57733
|
-
"kind": "javascript-module",
|
|
57734
|
-
"path": "src/card/styles/CardToken.ts",
|
|
57735
|
-
"declarations": [],
|
|
57736
|
-
"exports": []
|
|
57737
|
-
},
|
|
57738
|
-
{
|
|
57739
|
-
"kind": "javascript-module",
|
|
57740
|
-
"path": "src/card/styles/CardVariantStyle.ts",
|
|
57741
|
-
"declarations": [],
|
|
57742
|
-
"exports": []
|
|
57743
|
-
},
|
|
57744
|
-
{
|
|
57745
|
-
"kind": "javascript-module",
|
|
57746
|
-
"path": "src/card/styles/CardVariantToken.ts",
|
|
57747
|
-
"declarations": [],
|
|
57748
|
-
"exports": []
|
|
57749
|
-
},
|
|
57750
|
-
{
|
|
57751
|
-
"kind": "javascript-module",
|
|
57752
|
-
"path": "src/card/styles/index.ts",
|
|
57753
|
-
"declarations": [],
|
|
57754
|
-
"exports": [
|
|
57755
|
-
{
|
|
57756
|
-
"kind": "js",
|
|
57757
|
-
"name": "*",
|
|
57758
|
-
"declaration": {
|
|
57759
|
-
"name": "*",
|
|
57760
|
-
"module": "src/card/styles/CardStyle"
|
|
57761
|
-
}
|
|
57762
|
-
},
|
|
57763
|
-
{
|
|
57764
|
-
"kind": "js",
|
|
57765
|
-
"name": "*",
|
|
57766
|
-
"declaration": {
|
|
57767
|
-
"name": "*",
|
|
57768
|
-
"module": "src/card/styles/CardVariantStyle"
|
|
57769
|
-
}
|
|
57770
|
-
}
|
|
57771
|
-
]
|
|
57772
|
-
},
|
|
57773
57922
|
{
|
|
57774
57923
|
"kind": "javascript-module",
|
|
57775
57924
|
"path": "src/core/anchoring/AnchorOptions.ts",
|
|
@@ -66331,107 +66480,6 @@
|
|
|
66331
66480
|
}
|
|
66332
66481
|
]
|
|
66333
66482
|
},
|
|
66334
|
-
{
|
|
66335
|
-
"kind": "javascript-module",
|
|
66336
|
-
"path": "src/core/shared/decorators/customElement.ts",
|
|
66337
|
-
"declarations": [
|
|
66338
|
-
{
|
|
66339
|
-
"kind": "function",
|
|
66340
|
-
"name": "customElement",
|
|
66341
|
-
"return": {
|
|
66342
|
-
"type": {
|
|
66343
|
-
"text": "CustomElementDecorator"
|
|
66344
|
-
}
|
|
66345
|
-
},
|
|
66346
|
-
"parameters": [
|
|
66347
|
-
{
|
|
66348
|
-
"name": "tagName",
|
|
66349
|
-
"type": {
|
|
66350
|
-
"text": "string"
|
|
66351
|
-
},
|
|
66352
|
-
"description": "The tag name of the custom element to define."
|
|
66353
|
-
}
|
|
66354
|
-
],
|
|
66355
|
-
"description": "Class decorator factory that defines the decorated class as a custom element.\r\n\r\n```js"
|
|
66356
|
-
}
|
|
66357
|
-
],
|
|
66358
|
-
"exports": [
|
|
66359
|
-
{
|
|
66360
|
-
"kind": "js",
|
|
66361
|
-
"name": "customElement",
|
|
66362
|
-
"declaration": {
|
|
66363
|
-
"name": "customElement",
|
|
66364
|
-
"module": "src/core/shared/decorators/customElement.ts"
|
|
66365
|
-
}
|
|
66366
|
-
},
|
|
66367
|
-
{
|
|
66368
|
-
"kind": "custom-element-definition",
|
|
66369
|
-
"name": "tagName",
|
|
66370
|
-
"declaration": {
|
|
66371
|
-
"name": "anonymous_0",
|
|
66372
|
-
"module": "src/core/shared/decorators/customElement.ts"
|
|
66373
|
-
}
|
|
66374
|
-
}
|
|
66375
|
-
]
|
|
66376
|
-
},
|
|
66377
|
-
{
|
|
66378
|
-
"kind": "javascript-module",
|
|
66379
|
-
"path": "src/core/shared/decorators/debounce.ts",
|
|
66380
|
-
"declarations": [
|
|
66381
|
-
{
|
|
66382
|
-
"kind": "function",
|
|
66383
|
-
"name": "debounce",
|
|
66384
|
-
"return": {
|
|
66385
|
-
"type": {
|
|
66386
|
-
"text": "MethodDecorator"
|
|
66387
|
-
}
|
|
66388
|
-
},
|
|
66389
|
-
"parameters": [
|
|
66390
|
-
{
|
|
66391
|
-
"name": "timeout",
|
|
66392
|
-
"type": {
|
|
66393
|
-
"text": "number"
|
|
66394
|
-
},
|
|
66395
|
-
"description": "The timeout, in milliseconds, after which the function is invoked."
|
|
66396
|
-
}
|
|
66397
|
-
],
|
|
66398
|
-
"description": "A decorator that runs a function once after a given \"cooldown\" period."
|
|
66399
|
-
}
|
|
66400
|
-
],
|
|
66401
|
-
"exports": [
|
|
66402
|
-
{
|
|
66403
|
-
"kind": "js",
|
|
66404
|
-
"name": "debounce",
|
|
66405
|
-
"declaration": {
|
|
66406
|
-
"name": "debounce",
|
|
66407
|
-
"module": "src/core/shared/decorators/debounce.ts"
|
|
66408
|
-
}
|
|
66409
|
-
}
|
|
66410
|
-
]
|
|
66411
|
-
},
|
|
66412
|
-
{
|
|
66413
|
-
"kind": "javascript-module",
|
|
66414
|
-
"path": "src/core/shared/decorators/index.ts",
|
|
66415
|
-
"declarations": [],
|
|
66416
|
-
"exports": [
|
|
66417
|
-
{
|
|
66418
|
-
"kind": "js",
|
|
66419
|
-
"name": "*",
|
|
66420
|
-
"declaration": {
|
|
66421
|
-
"name": "*",
|
|
66422
|
-
"module": "src/core/shared/decorators/customElement"
|
|
66423
|
-
}
|
|
66424
|
-
},
|
|
66425
|
-
{
|
|
66426
|
-
"kind": "js",
|
|
66427
|
-
"name": "*",
|
|
66428
|
-
"declaration": {
|
|
66429
|
-
"name": "*",
|
|
66430
|
-
"module": "src/core/shared/decorators/debounce"
|
|
66431
|
-
}
|
|
66432
|
-
}
|
|
66433
|
-
]
|
|
66434
|
-
},
|
|
66435
66483
|
{
|
|
66436
66484
|
"kind": "javascript-module",
|
|
66437
66485
|
"path": "src/core/shared/converters/dateConverter.ts",
|
|
@@ -66573,6 +66621,107 @@
|
|
|
66573
66621
|
}
|
|
66574
66622
|
]
|
|
66575
66623
|
},
|
|
66624
|
+
{
|
|
66625
|
+
"kind": "javascript-module",
|
|
66626
|
+
"path": "src/core/shared/decorators/customElement.ts",
|
|
66627
|
+
"declarations": [
|
|
66628
|
+
{
|
|
66629
|
+
"kind": "function",
|
|
66630
|
+
"name": "customElement",
|
|
66631
|
+
"return": {
|
|
66632
|
+
"type": {
|
|
66633
|
+
"text": "CustomElementDecorator"
|
|
66634
|
+
}
|
|
66635
|
+
},
|
|
66636
|
+
"parameters": [
|
|
66637
|
+
{
|
|
66638
|
+
"name": "tagName",
|
|
66639
|
+
"type": {
|
|
66640
|
+
"text": "string"
|
|
66641
|
+
},
|
|
66642
|
+
"description": "The tag name of the custom element to define."
|
|
66643
|
+
}
|
|
66644
|
+
],
|
|
66645
|
+
"description": "Class decorator factory that defines the decorated class as a custom element.\r\n\r\n```js"
|
|
66646
|
+
}
|
|
66647
|
+
],
|
|
66648
|
+
"exports": [
|
|
66649
|
+
{
|
|
66650
|
+
"kind": "js",
|
|
66651
|
+
"name": "customElement",
|
|
66652
|
+
"declaration": {
|
|
66653
|
+
"name": "customElement",
|
|
66654
|
+
"module": "src/core/shared/decorators/customElement.ts"
|
|
66655
|
+
}
|
|
66656
|
+
},
|
|
66657
|
+
{
|
|
66658
|
+
"kind": "custom-element-definition",
|
|
66659
|
+
"name": "tagName",
|
|
66660
|
+
"declaration": {
|
|
66661
|
+
"name": "anonymous_0",
|
|
66662
|
+
"module": "src/core/shared/decorators/customElement.ts"
|
|
66663
|
+
}
|
|
66664
|
+
}
|
|
66665
|
+
]
|
|
66666
|
+
},
|
|
66667
|
+
{
|
|
66668
|
+
"kind": "javascript-module",
|
|
66669
|
+
"path": "src/core/shared/decorators/debounce.ts",
|
|
66670
|
+
"declarations": [
|
|
66671
|
+
{
|
|
66672
|
+
"kind": "function",
|
|
66673
|
+
"name": "debounce",
|
|
66674
|
+
"return": {
|
|
66675
|
+
"type": {
|
|
66676
|
+
"text": "MethodDecorator"
|
|
66677
|
+
}
|
|
66678
|
+
},
|
|
66679
|
+
"parameters": [
|
|
66680
|
+
{
|
|
66681
|
+
"name": "timeout",
|
|
66682
|
+
"type": {
|
|
66683
|
+
"text": "number"
|
|
66684
|
+
},
|
|
66685
|
+
"description": "The timeout, in milliseconds, after which the function is invoked."
|
|
66686
|
+
}
|
|
66687
|
+
],
|
|
66688
|
+
"description": "A decorator that runs a function once after a given \"cooldown\" period."
|
|
66689
|
+
}
|
|
66690
|
+
],
|
|
66691
|
+
"exports": [
|
|
66692
|
+
{
|
|
66693
|
+
"kind": "js",
|
|
66694
|
+
"name": "debounce",
|
|
66695
|
+
"declaration": {
|
|
66696
|
+
"name": "debounce",
|
|
66697
|
+
"module": "src/core/shared/decorators/debounce.ts"
|
|
66698
|
+
}
|
|
66699
|
+
}
|
|
66700
|
+
]
|
|
66701
|
+
},
|
|
66702
|
+
{
|
|
66703
|
+
"kind": "javascript-module",
|
|
66704
|
+
"path": "src/core/shared/decorators/index.ts",
|
|
66705
|
+
"declarations": [],
|
|
66706
|
+
"exports": [
|
|
66707
|
+
{
|
|
66708
|
+
"kind": "js",
|
|
66709
|
+
"name": "*",
|
|
66710
|
+
"declaration": {
|
|
66711
|
+
"name": "*",
|
|
66712
|
+
"module": "src/core/shared/decorators/customElement"
|
|
66713
|
+
}
|
|
66714
|
+
},
|
|
66715
|
+
{
|
|
66716
|
+
"kind": "js",
|
|
66717
|
+
"name": "*",
|
|
66718
|
+
"declaration": {
|
|
66719
|
+
"name": "*",
|
|
66720
|
+
"module": "src/core/shared/decorators/debounce"
|
|
66721
|
+
}
|
|
66722
|
+
}
|
|
66723
|
+
]
|
|
66724
|
+
},
|
|
66576
66725
|
{
|
|
66577
66726
|
"kind": "javascript-module",
|
|
66578
66727
|
"path": "src/core/shared/mixins/AttachInternals.ts",
|