@material/web 2.5.1-nightly.70e259d.0 → 2.5.1-nightly.e7b4db6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +593 -15
- package/labs/aria/command.d.ts +18 -0
- package/labs/aria/command.js +204 -0
- package/labs/aria/command.js.map +1 -0
- package/labs/aria/menu/md-aria-menuitem.d.ts +11 -0
- package/labs/aria/menu/md-aria-menuitem.js +8 -0
- package/labs/aria/menu/md-aria-menuitem.js.map +1 -0
- package/labs/aria/menu/md-aria-menulist.d.ts +11 -0
- package/labs/aria/menu/md-aria-menulist.js +8 -0
- package/labs/aria/menu/md-aria-menulist.js.map +1 -0
- package/labs/aria/menu/menuitem.d.ts +26 -0
- package/labs/aria/menu/menuitem.js +86 -0
- package/labs/aria/menu/menuitem.js.map +1 -0
- package/labs/aria/menu/menulist.d.ts +25 -0
- package/labs/aria/menu/menulist.js +138 -0
- package/labs/aria/menu/menulist.js.map +1 -0
- package/labs/gb/components/appbar/app-bar-element.d.ts +1 -0
- package/labs/gb/components/appbar/app-bar-element.js +1 -0
- package/labs/gb/components/appbar/app-bar-element.js.map +1 -1
- package/labs/gb/components/badge/badge-element.d.ts +1 -0
- package/labs/gb/components/badge/badge-element.js +1 -0
- package/labs/gb/components/badge/badge-element.js.map +1 -1
- package/labs/gb/components/button/_button-tokens.scss +16 -6
- package/labs/gb/components/button/button-element.d.ts +8 -5
- package/labs/gb/components/button/button-element.js +8 -5
- package/labs/gb/components/button/button-element.js.map +1 -1
- package/labs/gb/components/button/button.css +1 -1
- package/labs/gb/components/button/button.css.map +1 -1
- package/labs/gb/components/button/button.cssresult.js +1 -1
- package/labs/gb/components/button/button.cssresult.js.map +1 -1
- package/labs/gb/components/button/button.scss +4 -0
- package/labs/gb/components/card/card-element.d.ts +1 -0
- package/labs/gb/components/card/card-element.js +1 -0
- package/labs/gb/components/card/card-element.js.map +1 -1
- package/labs/gb/components/checkbox/checkbox-element.d.ts +1 -0
- package/labs/gb/components/checkbox/checkbox-element.js +1 -0
- package/labs/gb/components/checkbox/checkbox-element.js.map +1 -1
- package/labs/gb/components/chip/chip-element.d.ts +1 -0
- package/labs/gb/components/chip/chip-element.js +1 -0
- package/labs/gb/components/chip/chip-element.js.map +1 -1
- package/labs/gb/components/chip/chip.css +1 -1
- package/labs/gb/components/chip/chip.css.map +1 -1
- package/labs/gb/components/chip/chip.cssresult.js +1 -1
- package/labs/gb/components/chip/chip.cssresult.js.map +1 -1
- package/labs/gb/components/chip/chip.scss +2 -0
- package/labs/gb/components/divider/divider-element.d.ts +1 -0
- package/labs/gb/components/divider/divider-element.js +1 -0
- package/labs/gb/components/divider/divider-element.js.map +1 -1
- package/labs/gb/components/fab/_fab-tokens.scss +4 -1
- package/labs/gb/components/fab/fab-element.d.ts +2 -0
- package/labs/gb/components/fab/fab-element.js +2 -0
- package/labs/gb/components/fab/fab-element.js.map +1 -1
- package/labs/gb/components/fab/fab.css +1 -1
- package/labs/gb/components/fab/fab.css.map +1 -1
- package/labs/gb/components/fab/fab.cssresult.js +1 -1
- package/labs/gb/components/fab/fab.cssresult.js.map +1 -1
- package/labs/gb/components/fab/fab.scss +1 -0
- package/labs/gb/components/iconbutton/_icon-button-tokens.scss +8 -2
- package/labs/gb/components/iconbutton/icon-button-element.d.ts +3 -1
- package/labs/gb/components/iconbutton/icon-button-element.js +3 -1
- package/labs/gb/components/iconbutton/icon-button-element.js.map +1 -1
- package/labs/gb/components/iconbutton/icon-button.css +1 -1
- package/labs/gb/components/iconbutton/icon-button.css.map +1 -1
- package/labs/gb/components/iconbutton/icon-button.cssresult.js +1 -1
- package/labs/gb/components/iconbutton/icon-button.cssresult.js.map +1 -1
- package/labs/gb/components/iconbutton/icon-button.scss +3 -0
- package/labs/gb/components/list/_list-tokens.scss +11 -14
- package/labs/gb/components/list/list-element.d.ts +1 -0
- package/labs/gb/components/list/list-element.js +1 -0
- package/labs/gb/components/list/list-element.js.map +1 -1
- package/labs/gb/components/list/list-item-element.d.ts +5 -0
- package/labs/gb/components/list/list-item-element.js +5 -0
- package/labs/gb/components/list/list-item-element.js.map +1 -1
- package/labs/gb/components/list/list.css +1 -1
- package/labs/gb/components/list/list.css.map +1 -1
- package/labs/gb/components/list/list.cssresult.js +1 -1
- package/labs/gb/components/list/list.cssresult.js.map +1 -1
- package/labs/gb/components/list/list.scss +5 -0
- package/labs/gb/components/menu/_menu-tokens.scss +45 -16
- package/labs/gb/components/menu/menu-element.d.ts +1 -0
- package/labs/gb/components/menu/menu-element.js +1 -0
- package/labs/gb/components/menu/menu-element.js.map +1 -1
- package/labs/gb/components/menu/menu-group-element.d.ts +1 -0
- package/labs/gb/components/menu/menu-group-element.js +1 -0
- package/labs/gb/components/menu/menu-group-element.js.map +1 -1
- package/labs/gb/components/menu/menu-item-element.d.ts +5 -1
- package/labs/gb/components/menu/menu-item-element.js +5 -1
- package/labs/gb/components/menu/menu-item-element.js.map +1 -1
- package/labs/gb/components/menu/menu.css +1 -1
- package/labs/gb/components/menu/menu.css.map +1 -1
- package/labs/gb/components/menu/menu.cssresult.js +1 -1
- package/labs/gb/components/menu/menu.cssresult.js.map +1 -1
- package/labs/gb/components/menu/menu.scss +3 -0
- package/labs/gb/components/radio/radio-element.d.ts +1 -0
- package/labs/gb/components/radio/radio-element.js +1 -0
- package/labs/gb/components/radio/radio-element.js.map +1 -1
- package/labs/gb/components/splitbutton/split-button-element.d.ts +1 -0
- package/labs/gb/components/splitbutton/split-button-element.js +1 -0
- package/labs/gb/components/splitbutton/split-button-element.js.map +1 -1
- package/labs/gb/components/switch/switch-element.d.ts +1 -0
- package/labs/gb/components/switch/switch-element.js +1 -0
- package/labs/gb/components/switch/switch-element.js.map +1 -1
- package/labs/gb/styles/icon/icon-element.d.ts +1 -0
- package/labs/gb/styles/icon/icon-element.js +1 -0
- package/labs/gb/styles/icon/icon-element.js.map +1 -1
- package/package.json +1 -1
- package/types/command-event.d.ts +22 -0
- package/types/popover.d.ts +22 -0
package/custom-elements.json
CHANGED
|
@@ -10903,6 +10903,194 @@
|
|
|
10903
10903
|
}
|
|
10904
10904
|
]
|
|
10905
10905
|
},
|
|
10906
|
+
{
|
|
10907
|
+
"kind": "javascript-module",
|
|
10908
|
+
"path": "labs/aria/command.js",
|
|
10909
|
+
"declarations": [
|
|
10910
|
+
{
|
|
10911
|
+
"kind": "function",
|
|
10912
|
+
"name": "getCommandState",
|
|
10913
|
+
"description": "Determines an element's `command` attribute state, given the attribute value.",
|
|
10914
|
+
"parameters": [
|
|
10915
|
+
{
|
|
10916
|
+
"name": "attrValue",
|
|
10917
|
+
"type": {
|
|
10918
|
+
"text": "string"
|
|
10919
|
+
}
|
|
10920
|
+
}
|
|
10921
|
+
],
|
|
10922
|
+
"return": {
|
|
10923
|
+
"type": {
|
|
10924
|
+
"text": "CommandState",
|
|
10925
|
+
"references": [
|
|
10926
|
+
{
|
|
10927
|
+
"name": "CommandState",
|
|
10928
|
+
"package": "@material/web",
|
|
10929
|
+
"module": "labs/aria/command.js",
|
|
10930
|
+
"start": 0,
|
|
10931
|
+
"end": 12
|
|
10932
|
+
}
|
|
10933
|
+
]
|
|
10934
|
+
}
|
|
10935
|
+
}
|
|
10936
|
+
},
|
|
10937
|
+
{
|
|
10938
|
+
"kind": "function",
|
|
10939
|
+
"name": "getPopoverState",
|
|
10940
|
+
"description": "Determines the popover state of an element.",
|
|
10941
|
+
"parameters": [
|
|
10942
|
+
{
|
|
10943
|
+
"name": "element",
|
|
10944
|
+
"type": {
|
|
10945
|
+
"text": "HTMLElement",
|
|
10946
|
+
"references": [
|
|
10947
|
+
{
|
|
10948
|
+
"name": "HTMLElement",
|
|
10949
|
+
"package": "global:",
|
|
10950
|
+
"start": 0,
|
|
10951
|
+
"end": 11
|
|
10952
|
+
}
|
|
10953
|
+
]
|
|
10954
|
+
}
|
|
10955
|
+
}
|
|
10956
|
+
],
|
|
10957
|
+
"return": {
|
|
10958
|
+
"type": {
|
|
10959
|
+
"text": "PopoverState",
|
|
10960
|
+
"references": [
|
|
10961
|
+
{
|
|
10962
|
+
"name": "PopoverState",
|
|
10963
|
+
"package": "@material/web",
|
|
10964
|
+
"module": "labs/aria/command.js",
|
|
10965
|
+
"start": 0,
|
|
10966
|
+
"end": 12
|
|
10967
|
+
}
|
|
10968
|
+
]
|
|
10969
|
+
}
|
|
10970
|
+
}
|
|
10971
|
+
},
|
|
10972
|
+
{
|
|
10973
|
+
"kind": "function",
|
|
10974
|
+
"name": "getPopoverTargetActionState",
|
|
10975
|
+
"description": "Determines the popover target action from an element's `popovertargetaction`\nattribute value.",
|
|
10976
|
+
"parameters": [
|
|
10977
|
+
{
|
|
10978
|
+
"name": "attrValue",
|
|
10979
|
+
"type": {
|
|
10980
|
+
"text": "string"
|
|
10981
|
+
}
|
|
10982
|
+
}
|
|
10983
|
+
],
|
|
10984
|
+
"return": {
|
|
10985
|
+
"type": {
|
|
10986
|
+
"text": "PopoverTargetActionState",
|
|
10987
|
+
"references": [
|
|
10988
|
+
{
|
|
10989
|
+
"name": "PopoverTargetActionState",
|
|
10990
|
+
"package": "@material/web",
|
|
10991
|
+
"module": "labs/aria/command.js",
|
|
10992
|
+
"start": 0,
|
|
10993
|
+
"end": 24
|
|
10994
|
+
}
|
|
10995
|
+
]
|
|
10996
|
+
}
|
|
10997
|
+
}
|
|
10998
|
+
},
|
|
10999
|
+
{
|
|
11000
|
+
"kind": "function",
|
|
11001
|
+
"name": "sharedCommandInvokerActivationSteps",
|
|
11002
|
+
"description": "Performs the 'shared command invoker activation steps' for a button or\nmenuitem, to be called when that element is activated: either runs a command\n(i.e. the element has `command` and `commandfor` attributes) or changes a\npopover's state (i.e. the element has the `popovertarget` and possibly\n`popovertargetaction` attributes).\n\nhttps://whatpr.org/html/12011/popover.html#shared-command-invoker-activation-steps",
|
|
11003
|
+
"parameters": [
|
|
11004
|
+
{
|
|
11005
|
+
"name": "element",
|
|
11006
|
+
"description": "The button or menuitem being activated.",
|
|
11007
|
+
"type": {
|
|
11008
|
+
"text": "HTMLElement",
|
|
11009
|
+
"references": [
|
|
11010
|
+
{
|
|
11011
|
+
"name": "HTMLElement",
|
|
11012
|
+
"package": "global:",
|
|
11013
|
+
"start": 0,
|
|
11014
|
+
"end": 11
|
|
11015
|
+
}
|
|
11016
|
+
]
|
|
11017
|
+
}
|
|
11018
|
+
},
|
|
11019
|
+
{
|
|
11020
|
+
"name": "event",
|
|
11021
|
+
"description": "The event that activated `element`.",
|
|
11022
|
+
"type": {
|
|
11023
|
+
"text": "Event",
|
|
11024
|
+
"references": [
|
|
11025
|
+
{
|
|
11026
|
+
"name": "Event",
|
|
11027
|
+
"package": "global:",
|
|
11028
|
+
"start": 0,
|
|
11029
|
+
"end": 5
|
|
11030
|
+
}
|
|
11031
|
+
]
|
|
11032
|
+
}
|
|
11033
|
+
}
|
|
11034
|
+
],
|
|
11035
|
+
"return": {
|
|
11036
|
+
"type": {
|
|
11037
|
+
"text": "void"
|
|
11038
|
+
}
|
|
11039
|
+
}
|
|
11040
|
+
},
|
|
11041
|
+
{
|
|
11042
|
+
"kind": "function",
|
|
11043
|
+
"name": "popoverTargetAttributeActivationBehavior",
|
|
11044
|
+
"description": "Performs the 'popover target attribute activation behavior' for a button or\nmenuitem.\n\nThese steps are taken when a button or menuitem is activated, but doesn't\ntarget an element with a `command` attribute.\n\nhttps://whatpr.org/html/12011/popover.html#popover-target-attribute-activation-behavior",
|
|
11045
|
+
"parameters": [
|
|
11046
|
+
{
|
|
11047
|
+
"name": "element",
|
|
11048
|
+
"description": "The button or menuitem being activated.",
|
|
11049
|
+
"type": {
|
|
11050
|
+
"text": "HTMLElement",
|
|
11051
|
+
"references": [
|
|
11052
|
+
{
|
|
11053
|
+
"name": "HTMLElement",
|
|
11054
|
+
"package": "global:",
|
|
11055
|
+
"start": 0,
|
|
11056
|
+
"end": 11
|
|
11057
|
+
}
|
|
11058
|
+
]
|
|
11059
|
+
}
|
|
11060
|
+
},
|
|
11061
|
+
{
|
|
11062
|
+
"name": "eventTarget",
|
|
11063
|
+
"description": "The target of the event that activated `element`.",
|
|
11064
|
+
"type": {
|
|
11065
|
+
"text": "Node",
|
|
11066
|
+
"references": [
|
|
11067
|
+
{
|
|
11068
|
+
"name": "Node",
|
|
11069
|
+
"package": "global:",
|
|
11070
|
+
"start": 0,
|
|
11071
|
+
"end": 4
|
|
11072
|
+
}
|
|
11073
|
+
]
|
|
11074
|
+
}
|
|
11075
|
+
}
|
|
11076
|
+
],
|
|
11077
|
+
"return": {
|
|
11078
|
+
"type": {
|
|
11079
|
+
"text": "void"
|
|
11080
|
+
}
|
|
11081
|
+
}
|
|
11082
|
+
}
|
|
11083
|
+
],
|
|
11084
|
+
"exports": [
|
|
11085
|
+
{
|
|
11086
|
+
"kind": "js",
|
|
11087
|
+
"name": "sharedCommandInvokerActivationSteps",
|
|
11088
|
+
"declaration": {
|
|
11089
|
+
"name": "sharedCommandInvokerActivationSteps"
|
|
11090
|
+
}
|
|
11091
|
+
}
|
|
11092
|
+
]
|
|
11093
|
+
},
|
|
10906
11094
|
{
|
|
10907
11095
|
"kind": "javascript-module",
|
|
10908
11096
|
"path": "labs/aria/query-associated.js",
|
|
@@ -11011,6 +11199,337 @@
|
|
|
11011
11199
|
}
|
|
11012
11200
|
]
|
|
11013
11201
|
},
|
|
11202
|
+
{
|
|
11203
|
+
"kind": "javascript-module",
|
|
11204
|
+
"path": "labs/aria/menu/md-aria-menuitem.js"
|
|
11205
|
+
},
|
|
11206
|
+
{
|
|
11207
|
+
"kind": "javascript-module",
|
|
11208
|
+
"path": "labs/aria/menu/md-aria-menulist.js"
|
|
11209
|
+
},
|
|
11210
|
+
{
|
|
11211
|
+
"kind": "javascript-module",
|
|
11212
|
+
"path": "labs/aria/menu/menuitem.js",
|
|
11213
|
+
"declarations": [
|
|
11214
|
+
{
|
|
11215
|
+
"kind": "variable",
|
|
11216
|
+
"name": "ancestorMenulist",
|
|
11217
|
+
"description": "Private property key for the `ancestorMenulist` context.",
|
|
11218
|
+
"type": {
|
|
11219
|
+
"text": "unique symbol"
|
|
11220
|
+
}
|
|
11221
|
+
},
|
|
11222
|
+
{
|
|
11223
|
+
"kind": "class",
|
|
11224
|
+
"name": "baseClass",
|
|
11225
|
+
"superclass": {
|
|
11226
|
+
"name": "LitElement",
|
|
11227
|
+
"package": "lit"
|
|
11228
|
+
},
|
|
11229
|
+
"mixins": [
|
|
11230
|
+
{
|
|
11231
|
+
"name": "mixinCustomStateSet",
|
|
11232
|
+
"package": "@material/web",
|
|
11233
|
+
"module": "labs/behaviors/custom-state-set.js"
|
|
11234
|
+
},
|
|
11235
|
+
{
|
|
11236
|
+
"name": "mixinFocusable",
|
|
11237
|
+
"package": "@material/web",
|
|
11238
|
+
"module": "labs/behaviors/focusable.js"
|
|
11239
|
+
},
|
|
11240
|
+
{
|
|
11241
|
+
"name": "mixinElementInternals",
|
|
11242
|
+
"package": "@material/web",
|
|
11243
|
+
"module": "labs/behaviors/element-internals.js"
|
|
11244
|
+
}
|
|
11245
|
+
]
|
|
11246
|
+
},
|
|
11247
|
+
{
|
|
11248
|
+
"kind": "class",
|
|
11249
|
+
"name": "AriaMenuitemElement",
|
|
11250
|
+
"description": "An element implementing the proposed `<menuitem>` built-in element.",
|
|
11251
|
+
"superclass": {
|
|
11252
|
+
"name": "baseClass",
|
|
11253
|
+
"package": "@material/web",
|
|
11254
|
+
"module": "labs/aria/menu/menuitem.js"
|
|
11255
|
+
},
|
|
11256
|
+
"members": [
|
|
11257
|
+
{
|
|
11258
|
+
"kind": "field",
|
|
11259
|
+
"name": "disabled",
|
|
11260
|
+
"privacy": "public",
|
|
11261
|
+
"type": {
|
|
11262
|
+
"text": "boolean"
|
|
11263
|
+
},
|
|
11264
|
+
"attribute": "disabled",
|
|
11265
|
+
"reflects": true
|
|
11266
|
+
},
|
|
11267
|
+
{
|
|
11268
|
+
"kind": "field",
|
|
11269
|
+
"name": "styles",
|
|
11270
|
+
"static": true,
|
|
11271
|
+
"privacy": "public",
|
|
11272
|
+
"type": {
|
|
11273
|
+
"text": "CSSResultOrNative[]",
|
|
11274
|
+
"references": [
|
|
11275
|
+
{
|
|
11276
|
+
"name": "CSSResultOrNative",
|
|
11277
|
+
"package": "lit",
|
|
11278
|
+
"start": 0,
|
|
11279
|
+
"end": 17
|
|
11280
|
+
}
|
|
11281
|
+
]
|
|
11282
|
+
},
|
|
11283
|
+
"default": "[\n css`\n :host {\n display: inline-flex;\n }\n `,\n ]"
|
|
11284
|
+
},
|
|
11285
|
+
{
|
|
11286
|
+
"kind": "method",
|
|
11287
|
+
"name": "render",
|
|
11288
|
+
"privacy": "public",
|
|
11289
|
+
"return": {
|
|
11290
|
+
"type": {
|
|
11291
|
+
"text": "TemplateResult<1>",
|
|
11292
|
+
"references": [
|
|
11293
|
+
{
|
|
11294
|
+
"name": "TemplateResult",
|
|
11295
|
+
"package": "lit-html",
|
|
11296
|
+
"module": "development/lit-html.js",
|
|
11297
|
+
"start": 0,
|
|
11298
|
+
"end": 14
|
|
11299
|
+
}
|
|
11300
|
+
]
|
|
11301
|
+
}
|
|
11302
|
+
}
|
|
11303
|
+
},
|
|
11304
|
+
{
|
|
11305
|
+
"kind": "method",
|
|
11306
|
+
"name": "click",
|
|
11307
|
+
"privacy": "public",
|
|
11308
|
+
"return": {
|
|
11309
|
+
"type": {
|
|
11310
|
+
"text": "void"
|
|
11311
|
+
}
|
|
11312
|
+
}
|
|
11313
|
+
}
|
|
11314
|
+
],
|
|
11315
|
+
"customElement": true,
|
|
11316
|
+
"attributes": [
|
|
11317
|
+
{
|
|
11318
|
+
"name": "disabled",
|
|
11319
|
+
"type": {
|
|
11320
|
+
"text": "boolean"
|
|
11321
|
+
},
|
|
11322
|
+
"fieldName": "disabled"
|
|
11323
|
+
}
|
|
11324
|
+
]
|
|
11325
|
+
}
|
|
11326
|
+
],
|
|
11327
|
+
"exports": [
|
|
11328
|
+
{
|
|
11329
|
+
"kind": "js",
|
|
11330
|
+
"name": "AriaMenuitemElement",
|
|
11331
|
+
"declaration": {
|
|
11332
|
+
"name": "AriaMenuitemElement"
|
|
11333
|
+
}
|
|
11334
|
+
}
|
|
11335
|
+
]
|
|
11336
|
+
},
|
|
11337
|
+
{
|
|
11338
|
+
"kind": "javascript-module",
|
|
11339
|
+
"path": "labs/aria/menu/menulist.js",
|
|
11340
|
+
"declarations": [
|
|
11341
|
+
{
|
|
11342
|
+
"kind": "variable",
|
|
11343
|
+
"name": "ancestorMenulistContext",
|
|
11344
|
+
"description": "The `<md-aria-menulist>` that should own descendant `<md-aria-menuitem>`s.",
|
|
11345
|
+
"type": {
|
|
11346
|
+
"text": "{ __context__: AriaMenulistElement; }",
|
|
11347
|
+
"references": [
|
|
11348
|
+
{
|
|
11349
|
+
"name": "AriaMenulistElement",
|
|
11350
|
+
"package": "@material/web",
|
|
11351
|
+
"module": "labs/aria/menu/menulist.js",
|
|
11352
|
+
"start": 15,
|
|
11353
|
+
"end": 34
|
|
11354
|
+
}
|
|
11355
|
+
]
|
|
11356
|
+
}
|
|
11357
|
+
},
|
|
11358
|
+
{
|
|
11359
|
+
"kind": "class",
|
|
11360
|
+
"name": "baseClass",
|
|
11361
|
+
"superclass": {
|
|
11362
|
+
"name": "LitElement",
|
|
11363
|
+
"package": "lit"
|
|
11364
|
+
},
|
|
11365
|
+
"mixins": [
|
|
11366
|
+
{
|
|
11367
|
+
"name": "mixinElementInternals",
|
|
11368
|
+
"package": "@material/web",
|
|
11369
|
+
"module": "labs/behaviors/element-internals.js"
|
|
11370
|
+
}
|
|
11371
|
+
]
|
|
11372
|
+
},
|
|
11373
|
+
{
|
|
11374
|
+
"kind": "class",
|
|
11375
|
+
"name": "AriaMenulistElement",
|
|
11376
|
+
"description": "An element implementing the proposed `<menulist>` built-in element.",
|
|
11377
|
+
"superclass": {
|
|
11378
|
+
"name": "baseClass",
|
|
11379
|
+
"package": "@material/web",
|
|
11380
|
+
"module": "labs/aria/menu/menulist.js"
|
|
11381
|
+
},
|
|
11382
|
+
"members": [
|
|
11383
|
+
{
|
|
11384
|
+
"kind": "field",
|
|
11385
|
+
"name": "popover",
|
|
11386
|
+
"privacy": "public",
|
|
11387
|
+
"type": {
|
|
11388
|
+
"text": "string"
|
|
11389
|
+
},
|
|
11390
|
+
"default": "'auto'",
|
|
11391
|
+
"attribute": "popover",
|
|
11392
|
+
"reflects": true
|
|
11393
|
+
},
|
|
11394
|
+
{
|
|
11395
|
+
"kind": "field",
|
|
11396
|
+
"name": "focusGroup",
|
|
11397
|
+
"privacy": "public",
|
|
11398
|
+
"type": {
|
|
11399
|
+
"text": "string"
|
|
11400
|
+
},
|
|
11401
|
+
"default": "'menu'",
|
|
11402
|
+
"attribute": "focusgroup",
|
|
11403
|
+
"reflects": true
|
|
11404
|
+
},
|
|
11405
|
+
{
|
|
11406
|
+
"kind": "field",
|
|
11407
|
+
"name": "opener",
|
|
11408
|
+
"privacy": "private",
|
|
11409
|
+
"type": {
|
|
11410
|
+
"text": "MaybeFocusableElement",
|
|
11411
|
+
"references": [
|
|
11412
|
+
{
|
|
11413
|
+
"name": "MaybeFocusableElement",
|
|
11414
|
+
"package": "@material/web",
|
|
11415
|
+
"module": "labs/aria/menu/menulist.js",
|
|
11416
|
+
"start": 0,
|
|
11417
|
+
"end": 21
|
|
11418
|
+
}
|
|
11419
|
+
]
|
|
11420
|
+
},
|
|
11421
|
+
"default": "null"
|
|
11422
|
+
},
|
|
11423
|
+
{
|
|
11424
|
+
"kind": "field",
|
|
11425
|
+
"name": "styles",
|
|
11426
|
+
"static": true,
|
|
11427
|
+
"privacy": "public",
|
|
11428
|
+
"type": {
|
|
11429
|
+
"text": "CSSResultOrNative[]",
|
|
11430
|
+
"references": [
|
|
11431
|
+
{
|
|
11432
|
+
"name": "CSSResultOrNative",
|
|
11433
|
+
"package": "lit",
|
|
11434
|
+
"start": 0,
|
|
11435
|
+
"end": 17
|
|
11436
|
+
}
|
|
11437
|
+
]
|
|
11438
|
+
},
|
|
11439
|
+
"default": "[\n css`\n /* Unset UA |[popover]| styles. */\n @layer {\n :host([popover]) {\n position: unset;\n width: unset;\n height: unset;\n color: unset;\n background-color: unset;\n inset: unset;\n margin: unset;\n border: unset;\n border-image: unset;\n padding: unset;\n overflow: unset;\n }\n\n :host([popover]:popover-open) {\n display: unset;\n overlay: unset;\n }\n }\n\n :host {\n display: block;\n position: fixed;\n width: max-content;\n max-block-size: stretch;\n color: canvastext;\n background-color: canvas;\n margin: 0px;\n inset: auto;\n overflow: auto;\n border: 1px solid currentColor;\n border-image: none;\n padding: 0.25em;\n\n /* This should really only apply when the implicit anchor is a menuitem\n * in a menubar, but applies to buttons too? */\n position-area: block-end span-inline-end;\n }\n\n :host(:not(:popover-open)) {\n display: none;\n }\n\n ::slotted(md-aria-menuitem) {\n display: flex;\n align-items: center;\n user-select: none;\n min-inline-size: 24px;\n min-block-size: max(24px, 1lh);\n font-weight: inherit;\n gap: 0.5em;\n padding-inline: 0.5em;\n }\n\n ::slotted(md-aria-menuitem:state(enabled):hover) {\n background-color: color-mix(in lab, currentColor 10%, transparent);\n }\n\n ::slotted(md-aria-menuitem:state(disabled)) {\n color: color-mix(in lab, currentColor 50%, transparent);\n }\n\n ::slotted(hr) {\n color: inherit;\n margin-inline: 0px;\n border: none;\n border-block-start: 1px solid currentColor;\n border-image: none;\n }\n\n ::slotted(a:any-link),\n ::slotted(img[usemap]) {\n display: none;\n }\n `,\n ]"
|
|
11440
|
+
},
|
|
11441
|
+
{
|
|
11442
|
+
"kind": "method",
|
|
11443
|
+
"name": "render",
|
|
11444
|
+
"privacy": "public",
|
|
11445
|
+
"return": {
|
|
11446
|
+
"type": {
|
|
11447
|
+
"text": "TemplateResult<1>",
|
|
11448
|
+
"references": [
|
|
11449
|
+
{
|
|
11450
|
+
"name": "TemplateResult",
|
|
11451
|
+
"package": "lit-html",
|
|
11452
|
+
"module": "development/lit-html.js",
|
|
11453
|
+
"start": 0,
|
|
11454
|
+
"end": 14
|
|
11455
|
+
}
|
|
11456
|
+
]
|
|
11457
|
+
}
|
|
11458
|
+
}
|
|
11459
|
+
},
|
|
11460
|
+
{
|
|
11461
|
+
"kind": "method",
|
|
11462
|
+
"name": "handleToggle",
|
|
11463
|
+
"privacy": "private",
|
|
11464
|
+
"parameters": [
|
|
11465
|
+
{
|
|
11466
|
+
"name": "event",
|
|
11467
|
+
"type": {
|
|
11468
|
+
"text": "ToggleEvent",
|
|
11469
|
+
"references": [
|
|
11470
|
+
{
|
|
11471
|
+
"name": "ToggleEvent",
|
|
11472
|
+
"package": "global:",
|
|
11473
|
+
"start": 0,
|
|
11474
|
+
"end": 11
|
|
11475
|
+
}
|
|
11476
|
+
]
|
|
11477
|
+
}
|
|
11478
|
+
}
|
|
11479
|
+
],
|
|
11480
|
+
"return": {
|
|
11481
|
+
"type": {
|
|
11482
|
+
"text": "void"
|
|
11483
|
+
}
|
|
11484
|
+
}
|
|
11485
|
+
},
|
|
11486
|
+
{
|
|
11487
|
+
"kind": "method",
|
|
11488
|
+
"name": "handleFocusout",
|
|
11489
|
+
"privacy": "private",
|
|
11490
|
+
"return": {
|
|
11491
|
+
"type": {
|
|
11492
|
+
"text": "void"
|
|
11493
|
+
}
|
|
11494
|
+
}
|
|
11495
|
+
}
|
|
11496
|
+
],
|
|
11497
|
+
"customElement": true,
|
|
11498
|
+
"attributes": [
|
|
11499
|
+
{
|
|
11500
|
+
"name": "popover",
|
|
11501
|
+
"type": {
|
|
11502
|
+
"text": "string"
|
|
11503
|
+
},
|
|
11504
|
+
"fieldName": "popover"
|
|
11505
|
+
},
|
|
11506
|
+
{
|
|
11507
|
+
"name": "focusgroup",
|
|
11508
|
+
"type": {
|
|
11509
|
+
"text": "string"
|
|
11510
|
+
},
|
|
11511
|
+
"fieldName": "focusGroup"
|
|
11512
|
+
}
|
|
11513
|
+
]
|
|
11514
|
+
}
|
|
11515
|
+
],
|
|
11516
|
+
"exports": [
|
|
11517
|
+
{
|
|
11518
|
+
"kind": "js",
|
|
11519
|
+
"name": "ancestorMenulistContext",
|
|
11520
|
+
"declaration": {
|
|
11521
|
+
"name": "ancestorMenulistContext"
|
|
11522
|
+
}
|
|
11523
|
+
},
|
|
11524
|
+
{
|
|
11525
|
+
"kind": "js",
|
|
11526
|
+
"name": "AriaMenulistElement",
|
|
11527
|
+
"declaration": {
|
|
11528
|
+
"name": "AriaMenulistElement"
|
|
11529
|
+
}
|
|
11530
|
+
}
|
|
11531
|
+
]
|
|
11532
|
+
},
|
|
11014
11533
|
{
|
|
11015
11534
|
"kind": "javascript-module",
|
|
11016
11535
|
"path": "labs/aria/tabs/md-aria-tab.js"
|
|
@@ -36990,6 +37509,32 @@
|
|
|
36990
37509
|
}
|
|
36991
37510
|
]
|
|
36992
37511
|
},
|
|
37512
|
+
{
|
|
37513
|
+
"kind": "javascript-module",
|
|
37514
|
+
"path": "not/implemented",
|
|
37515
|
+
"declarations": [
|
|
37516
|
+
{
|
|
37517
|
+
"kind": "variable",
|
|
37518
|
+
"name": "CommandEvent",
|
|
37519
|
+
"type": {
|
|
37520
|
+
"text": "CommandEvent",
|
|
37521
|
+
"references": [
|
|
37522
|
+
{
|
|
37523
|
+
"name": "CommandEvent",
|
|
37524
|
+
"package": "@material/web",
|
|
37525
|
+
"module": "not/implemented",
|
|
37526
|
+
"start": 0,
|
|
37527
|
+
"end": 12
|
|
37528
|
+
}
|
|
37529
|
+
]
|
|
37530
|
+
}
|
|
37531
|
+
}
|
|
37532
|
+
]
|
|
37533
|
+
},
|
|
37534
|
+
{
|
|
37535
|
+
"kind": "javascript-module",
|
|
37536
|
+
"path": "not/implemented"
|
|
37537
|
+
},
|
|
36993
37538
|
{
|
|
36994
37539
|
"kind": "javascript-module",
|
|
36995
37540
|
"path": "not/implemented"
|
|
@@ -38383,27 +38928,21 @@
|
|
|
38383
38928
|
{
|
|
38384
38929
|
"name": "--container-color"
|
|
38385
38930
|
},
|
|
38386
|
-
{
|
|
38387
|
-
"name": "--container-height"
|
|
38388
|
-
},
|
|
38389
38931
|
{
|
|
38390
38932
|
"name": "--container-elevation"
|
|
38391
38933
|
},
|
|
38392
38934
|
{
|
|
38393
|
-
"name": "--container-
|
|
38935
|
+
"name": "--container-height"
|
|
38394
38936
|
},
|
|
38395
38937
|
{
|
|
38396
|
-
"name": "--
|
|
38938
|
+
"name": "--container-shape"
|
|
38397
38939
|
},
|
|
38398
38940
|
{
|
|
38399
|
-
"name": "--
|
|
38941
|
+
"name": "--icon-color"
|
|
38400
38942
|
},
|
|
38401
38943
|
{
|
|
38402
38944
|
"name": "--icon-label-space"
|
|
38403
38945
|
},
|
|
38404
|
-
{
|
|
38405
|
-
"name": "--icon-color"
|
|
38406
|
-
},
|
|
38407
38946
|
{
|
|
38408
38947
|
"name": "--icon-size"
|
|
38409
38948
|
},
|
|
@@ -38411,14 +38950,26 @@
|
|
|
38411
38950
|
"name": "--label-text"
|
|
38412
38951
|
},
|
|
38413
38952
|
{
|
|
38414
|
-
"name": "--label-text-
|
|
38953
|
+
"name": "--label-text-axes"
|
|
38415
38954
|
},
|
|
38416
38955
|
{
|
|
38417
38956
|
"name": "--label-text-color"
|
|
38418
38957
|
},
|
|
38958
|
+
{
|
|
38959
|
+
"name": "--label-text-tracking"
|
|
38960
|
+
},
|
|
38419
38961
|
{
|
|
38420
38962
|
"name": "--leading-space"
|
|
38421
38963
|
},
|
|
38964
|
+
{
|
|
38965
|
+
"name": "--md-icon-fill"
|
|
38966
|
+
},
|
|
38967
|
+
{
|
|
38968
|
+
"name": "--outline-color"
|
|
38969
|
+
},
|
|
38970
|
+
{
|
|
38971
|
+
"name": "--outline-width"
|
|
38972
|
+
},
|
|
38422
38973
|
{
|
|
38423
38974
|
"name": "--state-layer-color"
|
|
38424
38975
|
},
|
|
@@ -41155,6 +41706,9 @@
|
|
|
41155
41706
|
{
|
|
41156
41707
|
"name": "--label-text"
|
|
41157
41708
|
},
|
|
41709
|
+
{
|
|
41710
|
+
"name": "--label-text-axes"
|
|
41711
|
+
},
|
|
41158
41712
|
{
|
|
41159
41713
|
"name": "--label-text-color"
|
|
41160
41714
|
},
|
|
@@ -41987,13 +42541,16 @@
|
|
|
41987
42541
|
"name": "--icon-size"
|
|
41988
42542
|
},
|
|
41989
42543
|
{
|
|
41990
|
-
"name": "--
|
|
42544
|
+
"name": "--leading-space"
|
|
41991
42545
|
},
|
|
41992
42546
|
{
|
|
41993
|
-
"name": "--
|
|
42547
|
+
"name": "--md-icon-fill"
|
|
41994
42548
|
},
|
|
41995
42549
|
{
|
|
41996
|
-
"name": "--
|
|
42550
|
+
"name": "--outline-color"
|
|
42551
|
+
},
|
|
42552
|
+
{
|
|
42553
|
+
"name": "--outline-width"
|
|
41997
42554
|
},
|
|
41998
42555
|
{
|
|
41999
42556
|
"name": "--trailing-space"
|
|
@@ -42670,6 +43227,9 @@
|
|
|
42670
43227
|
{
|
|
42671
43228
|
"name": "--avatar-label"
|
|
42672
43229
|
},
|
|
43230
|
+
{
|
|
43231
|
+
"name": "--avatar-label-axes"
|
|
43232
|
+
},
|
|
42673
43233
|
{
|
|
42674
43234
|
"name": "--avatar-label-tracking"
|
|
42675
43235
|
},
|
|
@@ -42691,6 +43251,9 @@
|
|
|
42691
43251
|
{
|
|
42692
43252
|
"name": "--overline"
|
|
42693
43253
|
},
|
|
43254
|
+
{
|
|
43255
|
+
"name": "--overline-axes"
|
|
43256
|
+
},
|
|
42694
43257
|
{
|
|
42695
43258
|
"name": "--overline-tracking"
|
|
42696
43259
|
},
|
|
@@ -42700,6 +43263,9 @@
|
|
|
42700
43263
|
{
|
|
42701
43264
|
"name": "--supporting-text"
|
|
42702
43265
|
},
|
|
43266
|
+
{
|
|
43267
|
+
"name": "--supporting-text-axes"
|
|
43268
|
+
},
|
|
42703
43269
|
{
|
|
42704
43270
|
"name": "--supporting-text-tracking"
|
|
42705
43271
|
},
|
|
@@ -42709,6 +43275,9 @@
|
|
|
42709
43275
|
{
|
|
42710
43276
|
"name": "--trailing-supporting-text"
|
|
42711
43277
|
},
|
|
43278
|
+
{
|
|
43279
|
+
"name": "--trailing-supporting-text-axes"
|
|
43280
|
+
},
|
|
42712
43281
|
{
|
|
42713
43282
|
"name": "--trailing-supporting-text-tracking"
|
|
42714
43283
|
},
|
|
@@ -43771,6 +44340,9 @@
|
|
|
43771
44340
|
{
|
|
43772
44341
|
"name": "--label-text"
|
|
43773
44342
|
},
|
|
44343
|
+
{
|
|
44344
|
+
"name": "--label-text-axes"
|
|
44345
|
+
},
|
|
43774
44346
|
{
|
|
43775
44347
|
"name": "--label-text-tracking"
|
|
43776
44348
|
},
|
|
@@ -43792,6 +44364,9 @@
|
|
|
43792
44364
|
{
|
|
43793
44365
|
"name": "--supporting-text"
|
|
43794
44366
|
},
|
|
44367
|
+
{
|
|
44368
|
+
"name": "--supporting-text-axes"
|
|
44369
|
+
},
|
|
43795
44370
|
{
|
|
43796
44371
|
"name": "--supporting-text-tracking"
|
|
43797
44372
|
},
|
|
@@ -43808,10 +44383,13 @@
|
|
|
43808
44383
|
"name": "--trailing-space"
|
|
43809
44384
|
},
|
|
43810
44385
|
{
|
|
43811
|
-
"name": "--trailing-supporting-text
|
|
44386
|
+
"name": "--trailing-supporting-text"
|
|
43812
44387
|
},
|
|
43813
44388
|
{
|
|
43814
|
-
"name": "--trailing-supporting-text"
|
|
44389
|
+
"name": "--trailing-supporting-text-axes"
|
|
44390
|
+
},
|
|
44391
|
+
{
|
|
44392
|
+
"name": "--trailing-supporting-text-color"
|
|
43815
44393
|
},
|
|
43816
44394
|
{
|
|
43817
44395
|
"name": "--trailing-supporting-text-tracking"
|