@material/web 2.4.2-nightly.d7503be.0 → 2.4.2-nightly.e58e4e8.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 +2253 -1201
- package/labs/gb/components/badge/_badge-tokens.scss +18 -0
- package/labs/gb/components/badge/badge-element.d.ts +15 -0
- package/labs/gb/components/badge/badge-element.js +49 -0
- package/labs/gb/components/badge/badge-element.js.map +1 -0
- package/labs/gb/components/badge/badge.css +4 -0
- package/labs/gb/components/badge/badge.css.map +1 -0
- package/labs/gb/components/badge/badge.cssresult.d.ts +3 -0
- package/labs/gb/components/badge/badge.cssresult.js +14 -0
- package/labs/gb/components/badge/badge.cssresult.js.map +1 -0
- package/labs/gb/components/badge/badge.d.ts +32 -0
- package/labs/gb/components/badge/badge.js +35 -0
- package/labs/gb/components/badge/badge.js.map +1 -0
- package/labs/gb/components/badge/badge.scss +49 -0
- package/labs/gb/components/badge/md-gb-badge.d.ts +12 -0
- package/labs/gb/components/badge/md-gb-badge.js +8 -0
- package/labs/gb/components/badge/md-gb-badge.js.map +1 -0
- package/labs/gb/components/button/_button-tokens.scss +2 -0
- package/labs/gb/components/button/{md-button.d.ts → button-element.d.ts} +22 -7
- package/labs/gb/components/button/{md-button.js → button-element.js} +37 -20
- package/labs/gb/components/button/button-element.js.map +1 -0
- package/labs/gb/components/button/button.css.map +1 -1
- package/labs/gb/components/button/md-gb-button.d.ts +12 -0
- package/labs/gb/components/button/md-gb-button.js +8 -0
- package/labs/gb/components/button/md-gb-button.js.map +1 -0
- package/labs/gb/components/card/_card-tokens.scss +2 -0
- package/labs/gb/components/card/{md-card.d.ts → card-element.d.ts} +12 -7
- package/labs/gb/components/card/{md-card.js → card-element.js} +21 -14
- package/labs/gb/components/card/card-element.js.map +1 -0
- package/labs/gb/components/card/card.css.map +1 -1
- package/labs/gb/components/card/md-gb-card.d.ts +12 -0
- package/labs/gb/components/card/md-gb-card.js +8 -0
- package/labs/gb/components/card/md-gb-card.js.map +1 -0
- package/labs/gb/components/checkbox/_checkbox-tokens.scss +2 -0
- package/labs/gb/components/checkbox/{md-checkbox.d.ts → checkbox-element.d.ts} +15 -7
- package/labs/gb/components/checkbox/{md-checkbox.js → checkbox-element.js} +26 -16
- package/labs/gb/components/checkbox/checkbox-element.js.map +1 -0
- package/labs/gb/components/checkbox/checkbox.css.map +1 -1
- package/labs/gb/components/checkbox/md-gb-checkbox.d.ts +12 -0
- package/labs/gb/components/checkbox/md-gb-checkbox.js +8 -0
- package/labs/gb/components/checkbox/md-gb-checkbox.js.map +1 -0
- package/labs/gb/components/divider/_divider-tokens.scss +2 -0
- package/labs/gb/components/divider/{md-divider.d.ts → divider-element.d.ts} +5 -7
- package/labs/gb/components/divider/{md-divider.js → divider-element.js} +10 -10
- package/labs/gb/components/divider/divider-element.js.map +1 -0
- package/labs/gb/components/divider/divider.css.map +1 -1
- package/labs/gb/components/divider/md-gb-divider.d.ts +12 -0
- package/labs/gb/components/divider/md-gb-divider.js +8 -0
- package/labs/gb/components/divider/md-gb-divider.js.map +1 -0
- package/labs/gb/components/fab/_fab-tokens.scss +2 -0
- package/labs/gb/components/fab/fab-element.d.ts +31 -0
- package/labs/gb/components/fab/{md-fab.js → fab-element.js} +22 -11
- package/labs/gb/components/fab/fab-element.js.map +1 -0
- package/labs/gb/components/fab/fab.css.map +1 -1
- package/labs/gb/components/fab/md-gb-fab.d.ts +12 -0
- package/labs/gb/components/fab/md-gb-fab.js +8 -0
- package/labs/gb/components/fab/md-gb-fab.js.map +1 -0
- package/labs/gb/components/iconbutton/_icon-button-tokens.scss +2 -0
- package/labs/gb/components/iconbutton/{md-icon-button.d.ts → icon-button-element.d.ts} +15 -7
- package/labs/gb/components/iconbutton/{md-icon-button.js → icon-button-element.js} +30 -20
- package/labs/gb/components/iconbutton/icon-button-element.js.map +1 -0
- package/labs/gb/components/iconbutton/icon-button.css.map +1 -1
- package/labs/gb/components/iconbutton/md-gb-icon-button.d.ts +12 -0
- package/labs/gb/components/iconbutton/md-gb-icon-button.js +8 -0
- package/labs/gb/components/iconbutton/md-gb-icon-button.js.map +1 -0
- package/labs/gb/components/list/_list-tokens.scss +4 -0
- package/labs/gb/components/list/{md-list.d.ts → list-element.d.ts} +6 -7
- package/labs/gb/components/list/{md-list.js → list-element.js} +11 -10
- package/labs/gb/components/list/list-element.js.map +1 -0
- package/labs/gb/components/list/list-item-element.d.ts +77 -0
- package/labs/gb/components/list/{md-list-item.js → list-item-element.js} +48 -13
- package/labs/gb/components/list/list-item-element.js.map +1 -0
- package/labs/gb/components/list/list.css.map +1 -1
- package/labs/gb/components/list/md-gb-list-item.d.ts +12 -0
- package/labs/gb/components/list/md-gb-list-item.js +8 -0
- package/labs/gb/components/list/md-gb-list-item.js.map +1 -0
- package/labs/gb/components/list/md-gb-list.d.ts +12 -0
- package/labs/gb/components/list/md-gb-list.js +8 -0
- package/labs/gb/components/list/md-gb-list.js.map +1 -0
- package/labs/gb/components/menu/_menu-tokens.scss +4 -0
- package/labs/gb/components/menu/md-gb-menu-group.d.ts +12 -0
- package/labs/gb/components/menu/md-gb-menu-group.js +8 -0
- package/labs/gb/components/menu/md-gb-menu-group.js.map +1 -0
- package/labs/gb/components/menu/md-gb-menu-item.d.ts +12 -0
- package/labs/gb/components/menu/md-gb-menu-item.js +8 -0
- package/labs/gb/components/menu/md-gb-menu-item.js.map +1 -0
- package/labs/gb/components/menu/md-gb-menu.d.ts +12 -0
- package/labs/gb/components/menu/md-gb-menu.js +8 -0
- package/labs/gb/components/menu/md-gb-menu.js.map +1 -0
- package/labs/gb/components/menu/{md-menu.d.ts → menu-element.d.ts} +11 -7
- package/labs/gb/components/menu/{md-menu.js → menu-element.js} +16 -10
- package/labs/gb/components/menu/menu-element.js.map +1 -0
- package/labs/gb/components/menu/{md-menu-group.d.ts → menu-group-element.d.ts} +3 -6
- package/labs/gb/components/menu/{md-menu-group.js → menu-group-element.js} +11 -11
- package/labs/gb/components/menu/menu-group-element.js.map +1 -0
- package/labs/gb/components/menu/menu-item-element.d.ts +56 -0
- package/labs/gb/components/menu/{md-menu-item.js → menu-item-element.js} +41 -13
- package/labs/gb/components/menu/menu-item-element.js.map +1 -0
- package/labs/gb/components/menu/menu.css.map +1 -1
- package/labs/gb/components/radio/_radio-tokens.scss +2 -0
- package/labs/gb/components/radio/md-gb-radio.d.ts +12 -0
- package/labs/gb/components/radio/md-gb-radio.js +8 -0
- package/labs/gb/components/radio/md-gb-radio.js.map +1 -0
- package/labs/gb/components/radio/{md-radio.d.ts → radio-element.d.ts} +10 -7
- package/labs/gb/components/radio/{md-radio.js → radio-element.js} +19 -14
- package/labs/gb/components/radio/radio-element.js.map +1 -0
- package/labs/gb/components/radio/radio.css.map +1 -1
- package/labs/gb/components/splitbutton/_split-button-tokens.scss +4 -0
- package/labs/gb/components/splitbutton/md-gb-split-button.d.ts +12 -0
- package/labs/gb/components/splitbutton/md-gb-split-button.js +8 -0
- package/labs/gb/components/splitbutton/md-gb-split-button.js.map +1 -0
- package/labs/gb/components/splitbutton/split-button-element.d.ts +33 -0
- package/labs/gb/components/splitbutton/{md-split-button.js → split-button-element.js} +21 -12
- package/labs/gb/components/splitbutton/split-button-element.js.map +1 -0
- package/labs/gb/components/splitbutton/split-button.css.map +1 -1
- package/labs/gb/components/switch/_switch-tokens.scss +2 -0
- package/labs/gb/components/switch/md-gb-switch.d.ts +12 -0
- package/labs/gb/components/switch/md-gb-switch.js +8 -0
- package/labs/gb/components/switch/md-gb-switch.js.map +1 -0
- package/labs/gb/components/switch/{md-switch.d.ts → switch-element.d.ts} +19 -7
- package/labs/gb/components/switch/{md-switch.js → switch-element.js} +28 -14
- package/labs/gb/components/switch/switch-element.js.map +1 -0
- package/labs/gb/components/switch/switch.css.map +1 -1
- package/labs/gb/styles/icon/{md-icon.d.ts → icon-element.d.ts} +1 -7
- package/labs/gb/styles/icon/{md-icon.js → icon-element.js} +5 -10
- package/labs/gb/styles/icon/icon-element.js.map +1 -0
- package/labs/gb/styles/icon/md-gb-icon.d.ts +12 -0
- package/labs/gb/styles/icon/md-gb-icon.js +8 -0
- package/labs/gb/styles/icon/md-gb-icon.js.map +1 -0
- package/package.json +2 -2
- package/labs/gb/components/button/md-button.js.map +0 -1
- package/labs/gb/components/card/md-card.js.map +0 -1
- package/labs/gb/components/checkbox/md-checkbox.js.map +0 -1
- package/labs/gb/components/divider/md-divider.js.map +0 -1
- package/labs/gb/components/fab/md-fab.d.ts +0 -22
- package/labs/gb/components/fab/md-fab.js.map +0 -1
- package/labs/gb/components/iconbutton/md-icon-button.js.map +0 -1
- package/labs/gb/components/list/md-list-item.d.ts +0 -44
- package/labs/gb/components/list/md-list-item.js.map +0 -1
- package/labs/gb/components/list/md-list.js.map +0 -1
- package/labs/gb/components/menu/md-menu-group.js.map +0 -1
- package/labs/gb/components/menu/md-menu-item.d.ts +0 -30
- package/labs/gb/components/menu/md-menu-item.js.map +0 -1
- package/labs/gb/components/menu/md-menu.js.map +0 -1
- package/labs/gb/components/radio/md-radio.js.map +0 -1
- package/labs/gb/components/splitbutton/md-split-button.d.ts +0 -26
- package/labs/gb/components/splitbutton/md-split-button.js.map +0 -1
- package/labs/gb/components/switch/md-switch.js.map +0 -1
- package/labs/gb/styles/icon/md-icon.js.map +0 -1
package/custom-elements.json
CHANGED
|
@@ -36221,7 +36221,106 @@
|
|
|
36221
36221
|
},
|
|
36222
36222
|
{
|
|
36223
36223
|
"kind": "javascript-module",
|
|
36224
|
-
"path": "labs/gb/components/
|
|
36224
|
+
"path": "labs/gb/components/badge/badge-element.js",
|
|
36225
|
+
"declarations": [
|
|
36226
|
+
{
|
|
36227
|
+
"kind": "class",
|
|
36228
|
+
"name": "BadgeElement",
|
|
36229
|
+
"description": "A Material Design badge component.",
|
|
36230
|
+
"superclass": {
|
|
36231
|
+
"name": "LitElement",
|
|
36232
|
+
"package": "lit"
|
|
36233
|
+
},
|
|
36234
|
+
"members": [
|
|
36235
|
+
{
|
|
36236
|
+
"kind": "field",
|
|
36237
|
+
"name": "hasContent",
|
|
36238
|
+
"privacy": "private",
|
|
36239
|
+
"type": {
|
|
36240
|
+
"text": "boolean"
|
|
36241
|
+
},
|
|
36242
|
+
"default": "false"
|
|
36243
|
+
},
|
|
36244
|
+
{
|
|
36245
|
+
"kind": "field",
|
|
36246
|
+
"name": "styles",
|
|
36247
|
+
"static": true,
|
|
36248
|
+
"privacy": "public",
|
|
36249
|
+
"type": {
|
|
36250
|
+
"text": "CSSResultOrNative[]",
|
|
36251
|
+
"references": [
|
|
36252
|
+
{
|
|
36253
|
+
"name": "CSSResultOrNative",
|
|
36254
|
+
"package": "lit",
|
|
36255
|
+
"start": 0,
|
|
36256
|
+
"end": 17
|
|
36257
|
+
}
|
|
36258
|
+
]
|
|
36259
|
+
},
|
|
36260
|
+
"default": "[\n badgeStyles,\n css`\n :host {\n display: inline-flex;\n }\n .badge {\n flex: 1;\n }\n `,\n ]"
|
|
36261
|
+
},
|
|
36262
|
+
{
|
|
36263
|
+
"kind": "method",
|
|
36264
|
+
"name": "render",
|
|
36265
|
+
"privacy": "protected",
|
|
36266
|
+
"return": {
|
|
36267
|
+
"type": {
|
|
36268
|
+
"text": "TemplateResult<1>",
|
|
36269
|
+
"references": [
|
|
36270
|
+
{
|
|
36271
|
+
"name": "TemplateResult",
|
|
36272
|
+
"package": "lit-html",
|
|
36273
|
+
"module": "development/lit-html.js",
|
|
36274
|
+
"start": 0,
|
|
36275
|
+
"end": 14
|
|
36276
|
+
}
|
|
36277
|
+
]
|
|
36278
|
+
}
|
|
36279
|
+
}
|
|
36280
|
+
},
|
|
36281
|
+
{
|
|
36282
|
+
"kind": "method",
|
|
36283
|
+
"name": "handleSlotChange",
|
|
36284
|
+
"privacy": "private",
|
|
36285
|
+
"parameters": [
|
|
36286
|
+
{
|
|
36287
|
+
"name": "e",
|
|
36288
|
+
"type": {
|
|
36289
|
+
"text": "Event",
|
|
36290
|
+
"references": [
|
|
36291
|
+
{
|
|
36292
|
+
"name": "Event",
|
|
36293
|
+
"package": "global:",
|
|
36294
|
+
"start": 0,
|
|
36295
|
+
"end": 5
|
|
36296
|
+
}
|
|
36297
|
+
]
|
|
36298
|
+
}
|
|
36299
|
+
}
|
|
36300
|
+
],
|
|
36301
|
+
"return": {
|
|
36302
|
+
"type": {
|
|
36303
|
+
"text": "void"
|
|
36304
|
+
}
|
|
36305
|
+
}
|
|
36306
|
+
}
|
|
36307
|
+
],
|
|
36308
|
+
"customElement": true
|
|
36309
|
+
}
|
|
36310
|
+
],
|
|
36311
|
+
"exports": [
|
|
36312
|
+
{
|
|
36313
|
+
"kind": "js",
|
|
36314
|
+
"name": "BadgeElement",
|
|
36315
|
+
"declaration": {
|
|
36316
|
+
"name": "BadgeElement"
|
|
36317
|
+
}
|
|
36318
|
+
}
|
|
36319
|
+
]
|
|
36320
|
+
},
|
|
36321
|
+
{
|
|
36322
|
+
"kind": "javascript-module",
|
|
36323
|
+
"path": "labs/gb/components/badge/badge.cssresult.js",
|
|
36225
36324
|
"declarations": [
|
|
36226
36325
|
{
|
|
36227
36326
|
"kind": "variable",
|
|
@@ -36274,49 +36373,33 @@
|
|
|
36274
36373
|
},
|
|
36275
36374
|
{
|
|
36276
36375
|
"kind": "javascript-module",
|
|
36277
|
-
"path": "labs/gb/components/
|
|
36376
|
+
"path": "labs/gb/components/badge/badge.js",
|
|
36278
36377
|
"declarations": [
|
|
36279
36378
|
{
|
|
36280
36379
|
"kind": "variable",
|
|
36281
|
-
"name": "
|
|
36282
|
-
"description": "
|
|
36283
|
-
"type": {
|
|
36284
|
-
"text": "{ readonly filled: \"filled\"; readonly elevated: \"elevated\"; readonly tonal: \"tonal\"; readonly outlined: \"outlined\"; readonly text: \"text\"; }"
|
|
36285
|
-
}
|
|
36286
|
-
},
|
|
36287
|
-
{
|
|
36288
|
-
"kind": "variable",
|
|
36289
|
-
"name": "BUTTON_SIZES",
|
|
36290
|
-
"description": "Button size configurations.",
|
|
36291
|
-
"type": {
|
|
36292
|
-
"text": "{ readonly xs: \"xs\"; readonly sm: \"sm\"; readonly md: \"md\"; readonly lg: \"lg\"; readonly xl: \"xl\"; }"
|
|
36293
|
-
}
|
|
36294
|
-
},
|
|
36295
|
-
{
|
|
36296
|
-
"kind": "variable",
|
|
36297
|
-
"name": "BUTTON_CLASSES",
|
|
36298
|
-
"description": "Button classes.",
|
|
36380
|
+
"name": "BADGE_CLASSES",
|
|
36381
|
+
"description": "Badge classes.",
|
|
36299
36382
|
"type": {
|
|
36300
|
-
"text": "{
|
|
36383
|
+
"text": "{ readonly badge: \"badge\"; readonly badgeLarge: \"badge-large\"; }"
|
|
36301
36384
|
}
|
|
36302
36385
|
},
|
|
36303
36386
|
{
|
|
36304
36387
|
"kind": "function",
|
|
36305
|
-
"name": "
|
|
36306
|
-
"description": "Returns the
|
|
36388
|
+
"name": "badgeClasses",
|
|
36389
|
+
"description": "Returns the badge classes to apply to an element.",
|
|
36307
36390
|
"parameters": [
|
|
36308
36391
|
{
|
|
36309
|
-
"name": "{\n
|
|
36310
|
-
"description": "The state of the
|
|
36392
|
+
"name": "{\n large = false,\n}",
|
|
36393
|
+
"description": "The state of the badge.",
|
|
36311
36394
|
"type": {
|
|
36312
|
-
"text": "
|
|
36395
|
+
"text": "BadgeClassesState",
|
|
36313
36396
|
"references": [
|
|
36314
36397
|
{
|
|
36315
|
-
"name": "
|
|
36398
|
+
"name": "BadgeClassesState",
|
|
36316
36399
|
"package": "@material/web",
|
|
36317
|
-
"module": "labs/gb/components/
|
|
36400
|
+
"module": "labs/gb/components/badge/badge.js",
|
|
36318
36401
|
"start": 0,
|
|
36319
|
-
"end":
|
|
36402
|
+
"end": 17
|
|
36320
36403
|
}
|
|
36321
36404
|
]
|
|
36322
36405
|
},
|
|
@@ -36340,76 +36423,33 @@
|
|
|
36340
36423
|
"description": "An object of class names and truthy values if they apply."
|
|
36341
36424
|
}
|
|
36342
36425
|
},
|
|
36343
|
-
{
|
|
36344
|
-
"kind": "function",
|
|
36345
|
-
"name": "setupButton",
|
|
36346
|
-
"description": "Sets up button functionality for the given element.",
|
|
36347
|
-
"parameters": [
|
|
36348
|
-
{
|
|
36349
|
-
"name": "button",
|
|
36350
|
-
"description": "The element on which to set up button functionality.",
|
|
36351
|
-
"type": {
|
|
36352
|
-
"text": "HTMLElement",
|
|
36353
|
-
"references": [
|
|
36354
|
-
{
|
|
36355
|
-
"name": "HTMLElement",
|
|
36356
|
-
"package": "global:",
|
|
36357
|
-
"start": 0,
|
|
36358
|
-
"end": 11
|
|
36359
|
-
}
|
|
36360
|
-
]
|
|
36361
|
-
}
|
|
36362
|
-
},
|
|
36363
|
-
{
|
|
36364
|
-
"name": "opts",
|
|
36365
|
-
"description": "Setup options, supports a cleanup `signal`.",
|
|
36366
|
-
"type": {
|
|
36367
|
-
"text": "{ signal?: AbortSignal; }",
|
|
36368
|
-
"references": [
|
|
36369
|
-
{
|
|
36370
|
-
"name": "AbortSignal",
|
|
36371
|
-
"package": "global:",
|
|
36372
|
-
"start": 11,
|
|
36373
|
-
"end": 22
|
|
36374
|
-
}
|
|
36375
|
-
]
|
|
36376
|
-
},
|
|
36377
|
-
"optional": true
|
|
36378
|
-
}
|
|
36379
|
-
],
|
|
36380
|
-
"return": {
|
|
36381
|
-
"type": {
|
|
36382
|
-
"text": "void"
|
|
36383
|
-
}
|
|
36384
|
-
}
|
|
36385
|
-
},
|
|
36386
36426
|
{
|
|
36387
36427
|
"kind": "variable",
|
|
36388
|
-
"name": "
|
|
36389
|
-
"description": "A Lit directive that adds
|
|
36428
|
+
"name": "badge",
|
|
36429
|
+
"description": "A Lit directive that adds badge styling to its element.",
|
|
36390
36430
|
"type": {
|
|
36391
|
-
"text": "(state?:
|
|
36431
|
+
"text": "(state?: BadgeClassesState & AdditionalClasses) => DirectiveResult<DirectiveClass>",
|
|
36392
36432
|
"references": [
|
|
36393
36433
|
{
|
|
36394
|
-
"name": "
|
|
36434
|
+
"name": "BadgeClassesState",
|
|
36395
36435
|
"package": "@material/web",
|
|
36396
|
-
"module": "labs/gb/components/
|
|
36436
|
+
"module": "labs/gb/components/badge/badge.js",
|
|
36397
36437
|
"start": 9,
|
|
36398
|
-
"end":
|
|
36438
|
+
"end": 26
|
|
36399
36439
|
},
|
|
36400
36440
|
{
|
|
36401
36441
|
"name": "AdditionalClasses",
|
|
36402
36442
|
"package": "@material/web",
|
|
36403
36443
|
"module": "labs/gb/components/shared/directives.js",
|
|
36404
|
-
"start":
|
|
36405
|
-
"end":
|
|
36444
|
+
"start": 29,
|
|
36445
|
+
"end": 46
|
|
36406
36446
|
},
|
|
36407
36447
|
{
|
|
36408
36448
|
"name": "DirectiveResult",
|
|
36409
36449
|
"package": "lit-html",
|
|
36410
36450
|
"module": "development/directive.js",
|
|
36411
|
-
"start":
|
|
36412
|
-
"end":
|
|
36451
|
+
"start": 51,
|
|
36452
|
+
"end": 66
|
|
36413
36453
|
}
|
|
36414
36454
|
]
|
|
36415
36455
|
}
|
|
@@ -36418,51 +36458,34 @@
|
|
|
36418
36458
|
"exports": [
|
|
36419
36459
|
{
|
|
36420
36460
|
"kind": "js",
|
|
36421
|
-
"name": "
|
|
36422
|
-
"declaration": {
|
|
36423
|
-
"name": "BUTTON_COLORS"
|
|
36424
|
-
}
|
|
36425
|
-
},
|
|
36426
|
-
{
|
|
36427
|
-
"kind": "js",
|
|
36428
|
-
"name": "BUTTON_SIZES",
|
|
36429
|
-
"declaration": {
|
|
36430
|
-
"name": "BUTTON_SIZES"
|
|
36431
|
-
}
|
|
36432
|
-
},
|
|
36433
|
-
{
|
|
36434
|
-
"kind": "js",
|
|
36435
|
-
"name": "BUTTON_CLASSES",
|
|
36436
|
-
"declaration": {
|
|
36437
|
-
"name": "BUTTON_CLASSES"
|
|
36438
|
-
}
|
|
36439
|
-
},
|
|
36440
|
-
{
|
|
36441
|
-
"kind": "js",
|
|
36442
|
-
"name": "buttonClasses",
|
|
36461
|
+
"name": "BADGE_CLASSES",
|
|
36443
36462
|
"declaration": {
|
|
36444
|
-
"name": "
|
|
36463
|
+
"name": "BADGE_CLASSES"
|
|
36445
36464
|
}
|
|
36446
36465
|
},
|
|
36447
36466
|
{
|
|
36448
36467
|
"kind": "js",
|
|
36449
|
-
"name": "
|
|
36468
|
+
"name": "badgeClasses",
|
|
36450
36469
|
"declaration": {
|
|
36451
|
-
"name": "
|
|
36470
|
+
"name": "badgeClasses"
|
|
36452
36471
|
}
|
|
36453
36472
|
},
|
|
36454
36473
|
{
|
|
36455
36474
|
"kind": "js",
|
|
36456
|
-
"name": "
|
|
36475
|
+
"name": "badge",
|
|
36457
36476
|
"declaration": {
|
|
36458
|
-
"name": "
|
|
36477
|
+
"name": "badge"
|
|
36459
36478
|
}
|
|
36460
36479
|
}
|
|
36461
36480
|
]
|
|
36462
36481
|
},
|
|
36463
36482
|
{
|
|
36464
36483
|
"kind": "javascript-module",
|
|
36465
|
-
"path": "labs/gb/components/
|
|
36484
|
+
"path": "labs/gb/components/badge/md-gb-badge.js"
|
|
36485
|
+
},
|
|
36486
|
+
{
|
|
36487
|
+
"kind": "javascript-module",
|
|
36488
|
+
"path": "labs/gb/components/button/button-element.js",
|
|
36466
36489
|
"declarations": [
|
|
36467
36490
|
{
|
|
36468
36491
|
"kind": "variable",
|
|
@@ -36524,12 +36547,12 @@
|
|
|
36524
36547
|
},
|
|
36525
36548
|
{
|
|
36526
36549
|
"kind": "class",
|
|
36527
|
-
"name": "
|
|
36550
|
+
"name": "ButtonElement",
|
|
36528
36551
|
"description": "A Material Design button.",
|
|
36529
36552
|
"superclass": {
|
|
36530
36553
|
"name": "baseClass",
|
|
36531
36554
|
"package": "@material/web",
|
|
36532
|
-
"module": "labs/gb/components/button/
|
|
36555
|
+
"module": "labs/gb/components/button/button-element.js"
|
|
36533
36556
|
},
|
|
36534
36557
|
"members": [
|
|
36535
36558
|
{
|
|
@@ -36841,7 +36864,6 @@
|
|
|
36841
36864
|
}
|
|
36842
36865
|
}
|
|
36843
36866
|
],
|
|
36844
|
-
"tagName": "md-gb-button",
|
|
36845
36867
|
"customElement": true,
|
|
36846
36868
|
"attributes": [
|
|
36847
36869
|
{
|
|
@@ -36907,52 +36929,140 @@
|
|
|
36907
36929
|
},
|
|
36908
36930
|
"fieldName": "target"
|
|
36909
36931
|
}
|
|
36910
|
-
]
|
|
36911
|
-
|
|
36912
|
-
|
|
36913
|
-
|
|
36914
|
-
|
|
36915
|
-
|
|
36916
|
-
|
|
36917
|
-
|
|
36918
|
-
|
|
36919
|
-
|
|
36920
|
-
|
|
36921
|
-
|
|
36922
|
-
|
|
36923
|
-
|
|
36924
|
-
|
|
36925
|
-
|
|
36926
|
-
|
|
36927
|
-
|
|
36928
|
-
|
|
36929
|
-
|
|
36930
|
-
|
|
36931
|
-
|
|
36932
|
-
|
|
36933
|
-
|
|
36934
|
-
|
|
36935
|
-
|
|
36936
|
-
|
|
36937
|
-
|
|
36938
|
-
|
|
36939
|
-
|
|
36940
|
-
|
|
36941
|
-
|
|
36942
|
-
|
|
36943
|
-
|
|
36944
|
-
|
|
36945
|
-
|
|
36946
|
-
|
|
36947
|
-
|
|
36948
|
-
|
|
36949
|
-
|
|
36950
|
-
|
|
36951
|
-
|
|
36952
|
-
|
|
36953
|
-
"
|
|
36954
|
-
|
|
36955
|
-
|
|
36932
|
+
],
|
|
36933
|
+
"events": [
|
|
36934
|
+
{
|
|
36935
|
+
"name": "input",
|
|
36936
|
+
"type": {
|
|
36937
|
+
"text": "InputEvent",
|
|
36938
|
+
"references": [
|
|
36939
|
+
{
|
|
36940
|
+
"name": "InputEvent",
|
|
36941
|
+
"package": "global:",
|
|
36942
|
+
"start": 0,
|
|
36943
|
+
"end": 10
|
|
36944
|
+
}
|
|
36945
|
+
]
|
|
36946
|
+
},
|
|
36947
|
+
"description": "Fired when a toggle button is selected or unselected. --bubbles --composed"
|
|
36948
|
+
},
|
|
36949
|
+
{
|
|
36950
|
+
"name": "change",
|
|
36951
|
+
"type": {
|
|
36952
|
+
"text": "Event",
|
|
36953
|
+
"references": [
|
|
36954
|
+
{
|
|
36955
|
+
"name": "Event",
|
|
36956
|
+
"package": "global:",
|
|
36957
|
+
"start": 0,
|
|
36958
|
+
"end": 5
|
|
36959
|
+
}
|
|
36960
|
+
]
|
|
36961
|
+
},
|
|
36962
|
+
"description": "Fired when a toggle button is selected or unselected. --bubbles"
|
|
36963
|
+
}
|
|
36964
|
+
],
|
|
36965
|
+
"slots": [
|
|
36966
|
+
{
|
|
36967
|
+
"name": "-",
|
|
36968
|
+
"description": "Used to display a label and optional icon."
|
|
36969
|
+
},
|
|
36970
|
+
{
|
|
36971
|
+
"name": "container",
|
|
36972
|
+
"description": "Used to set a custom background container for the button."
|
|
36973
|
+
}
|
|
36974
|
+
],
|
|
36975
|
+
"cssParts": [
|
|
36976
|
+
{
|
|
36977
|
+
"name": "btn",
|
|
36978
|
+
"description": "The button's root element."
|
|
36979
|
+
}
|
|
36980
|
+
],
|
|
36981
|
+
"cssProperties": [
|
|
36982
|
+
{
|
|
36983
|
+
"name": "--container-color"
|
|
36984
|
+
},
|
|
36985
|
+
{
|
|
36986
|
+
"name": "--container-height"
|
|
36987
|
+
},
|
|
36988
|
+
{
|
|
36989
|
+
"name": "--container-elevation"
|
|
36990
|
+
},
|
|
36991
|
+
{
|
|
36992
|
+
"name": "--container-shape"
|
|
36993
|
+
},
|
|
36994
|
+
{
|
|
36995
|
+
"name": "--outline-width"
|
|
36996
|
+
},
|
|
36997
|
+
{
|
|
36998
|
+
"name": "--outline-color"
|
|
36999
|
+
},
|
|
37000
|
+
{
|
|
37001
|
+
"name": "--icon-label-space"
|
|
37002
|
+
},
|
|
37003
|
+
{
|
|
37004
|
+
"name": "--icon-color"
|
|
37005
|
+
},
|
|
37006
|
+
{
|
|
37007
|
+
"name": "--icon-size"
|
|
37008
|
+
},
|
|
37009
|
+
{
|
|
37010
|
+
"name": "--label-text"
|
|
37011
|
+
},
|
|
37012
|
+
{
|
|
37013
|
+
"name": "--label-text-tracking"
|
|
37014
|
+
},
|
|
37015
|
+
{
|
|
37016
|
+
"name": "--label-text-color"
|
|
37017
|
+
},
|
|
37018
|
+
{
|
|
37019
|
+
"name": "--leading-space"
|
|
37020
|
+
},
|
|
37021
|
+
{
|
|
37022
|
+
"name": "--state-layer-color"
|
|
37023
|
+
},
|
|
37024
|
+
{
|
|
37025
|
+
"name": "--trailing-space"
|
|
37026
|
+
}
|
|
37027
|
+
]
|
|
37028
|
+
}
|
|
37029
|
+
],
|
|
37030
|
+
"exports": [
|
|
37031
|
+
{
|
|
37032
|
+
"kind": "js",
|
|
37033
|
+
"name": "ButtonElement",
|
|
37034
|
+
"declaration": {
|
|
37035
|
+
"name": "ButtonElement"
|
|
37036
|
+
}
|
|
37037
|
+
}
|
|
37038
|
+
]
|
|
37039
|
+
},
|
|
37040
|
+
{
|
|
37041
|
+
"kind": "javascript-module",
|
|
37042
|
+
"path": "labs/gb/components/button/button.cssresult.js",
|
|
37043
|
+
"declarations": [
|
|
37044
|
+
{
|
|
37045
|
+
"kind": "variable",
|
|
37046
|
+
"name": "styles",
|
|
37047
|
+
"type": {
|
|
37048
|
+
"text": "CSSResult",
|
|
37049
|
+
"references": [
|
|
37050
|
+
{
|
|
37051
|
+
"name": "CSSResult",
|
|
37052
|
+
"package": "lit",
|
|
37053
|
+
"module": "development/index.js",
|
|
37054
|
+
"start": 0,
|
|
37055
|
+
"end": 9
|
|
37056
|
+
}
|
|
37057
|
+
]
|
|
37058
|
+
}
|
|
37059
|
+
},
|
|
37060
|
+
{
|
|
37061
|
+
"kind": "variable",
|
|
37062
|
+
"name": "default",
|
|
37063
|
+
"type": {
|
|
37064
|
+
"text": "CSSStyleSheet",
|
|
37065
|
+
"references": [
|
|
36956
37066
|
{
|
|
36957
37067
|
"name": "CSSStyleSheet",
|
|
36958
37068
|
"package": "global:",
|
|
@@ -36982,41 +37092,49 @@
|
|
|
36982
37092
|
},
|
|
36983
37093
|
{
|
|
36984
37094
|
"kind": "javascript-module",
|
|
36985
|
-
"path": "labs/gb/components/
|
|
37095
|
+
"path": "labs/gb/components/button/button.js",
|
|
36986
37096
|
"declarations": [
|
|
36987
37097
|
{
|
|
36988
37098
|
"kind": "variable",
|
|
36989
|
-
"name": "
|
|
36990
|
-
"description": "
|
|
37099
|
+
"name": "BUTTON_COLORS",
|
|
37100
|
+
"description": "Button color configurations.",
|
|
36991
37101
|
"type": {
|
|
36992
|
-
"text": "{ readonly elevated: \"elevated\"; readonly
|
|
37102
|
+
"text": "{ readonly filled: \"filled\"; readonly elevated: \"elevated\"; readonly tonal: \"tonal\"; readonly outlined: \"outlined\"; readonly text: \"text\"; }"
|
|
36993
37103
|
}
|
|
36994
37104
|
},
|
|
36995
37105
|
{
|
|
36996
37106
|
"kind": "variable",
|
|
36997
|
-
"name": "
|
|
36998
|
-
"description": "
|
|
37107
|
+
"name": "BUTTON_SIZES",
|
|
37108
|
+
"description": "Button size configurations.",
|
|
36999
37109
|
"type": {
|
|
37000
|
-
"text": "{ readonly
|
|
37110
|
+
"text": "{ readonly xs: \"xs\"; readonly sm: \"sm\"; readonly md: \"md\"; readonly lg: \"lg\"; readonly xl: \"xl\"; }"
|
|
37111
|
+
}
|
|
37112
|
+
},
|
|
37113
|
+
{
|
|
37114
|
+
"kind": "variable",
|
|
37115
|
+
"name": "BUTTON_CLASSES",
|
|
37116
|
+
"description": "Button classes.",
|
|
37117
|
+
"type": {
|
|
37118
|
+
"text": "{ btn: string; btnFilled: string; btnElevated: string; btnTonal: string; btnOutlined: string; btnText: string; btnXs: string; btnSm: string; btnMd: string; btnLg: string; btnXl: string; btnSquare: string; btnUnselected: string; btnSelected: string; active: string; disabled: string; }"
|
|
37001
37119
|
}
|
|
37002
37120
|
},
|
|
37003
37121
|
{
|
|
37004
37122
|
"kind": "function",
|
|
37005
|
-
"name": "
|
|
37006
|
-
"description": "Returns the
|
|
37123
|
+
"name": "buttonClasses",
|
|
37124
|
+
"description": "Returns the button classes to apply to an element based on the given state.",
|
|
37007
37125
|
"parameters": [
|
|
37008
37126
|
{
|
|
37009
|
-
"name": "{\n color,\n
|
|
37010
|
-
"description": "The state of the
|
|
37127
|
+
"name": "{\n color,\n size,\n square = false,\n selected,\n active = false,\n disabled = false,\n}",
|
|
37128
|
+
"description": "The state of the button.",
|
|
37011
37129
|
"type": {
|
|
37012
|
-
"text": "
|
|
37130
|
+
"text": "ButtonClassesState",
|
|
37013
37131
|
"references": [
|
|
37014
37132
|
{
|
|
37015
|
-
"name": "
|
|
37133
|
+
"name": "ButtonClassesState",
|
|
37016
37134
|
"package": "@material/web",
|
|
37017
|
-
"module": "labs/gb/components/
|
|
37135
|
+
"module": "labs/gb/components/button/button.js",
|
|
37018
37136
|
"start": 0,
|
|
37019
|
-
"end":
|
|
37137
|
+
"end": 18
|
|
37020
37138
|
}
|
|
37021
37139
|
]
|
|
37022
37140
|
},
|
|
@@ -37040,33 +37158,76 @@
|
|
|
37040
37158
|
"description": "An object of class names and truthy values if they apply."
|
|
37041
37159
|
}
|
|
37042
37160
|
},
|
|
37161
|
+
{
|
|
37162
|
+
"kind": "function",
|
|
37163
|
+
"name": "setupButton",
|
|
37164
|
+
"description": "Sets up button functionality for the given element.",
|
|
37165
|
+
"parameters": [
|
|
37166
|
+
{
|
|
37167
|
+
"name": "button",
|
|
37168
|
+
"description": "The element on which to set up button functionality.",
|
|
37169
|
+
"type": {
|
|
37170
|
+
"text": "HTMLElement",
|
|
37171
|
+
"references": [
|
|
37172
|
+
{
|
|
37173
|
+
"name": "HTMLElement",
|
|
37174
|
+
"package": "global:",
|
|
37175
|
+
"start": 0,
|
|
37176
|
+
"end": 11
|
|
37177
|
+
}
|
|
37178
|
+
]
|
|
37179
|
+
}
|
|
37180
|
+
},
|
|
37181
|
+
{
|
|
37182
|
+
"name": "opts",
|
|
37183
|
+
"description": "Setup options, supports a cleanup `signal`.",
|
|
37184
|
+
"type": {
|
|
37185
|
+
"text": "{ signal?: AbortSignal; }",
|
|
37186
|
+
"references": [
|
|
37187
|
+
{
|
|
37188
|
+
"name": "AbortSignal",
|
|
37189
|
+
"package": "global:",
|
|
37190
|
+
"start": 11,
|
|
37191
|
+
"end": 22
|
|
37192
|
+
}
|
|
37193
|
+
]
|
|
37194
|
+
},
|
|
37195
|
+
"optional": true
|
|
37196
|
+
}
|
|
37197
|
+
],
|
|
37198
|
+
"return": {
|
|
37199
|
+
"type": {
|
|
37200
|
+
"text": "void"
|
|
37201
|
+
}
|
|
37202
|
+
}
|
|
37203
|
+
},
|
|
37043
37204
|
{
|
|
37044
37205
|
"kind": "variable",
|
|
37045
|
-
"name": "
|
|
37046
|
-
"description": "A Lit directive that adds
|
|
37206
|
+
"name": "button",
|
|
37207
|
+
"description": "A Lit directive that adds button styling and functionality to its element.",
|
|
37047
37208
|
"type": {
|
|
37048
|
-
"text": "(state?:
|
|
37209
|
+
"text": "(state?: ButtonClassesState & AdditionalClasses) => DirectiveResult<DirectiveClass>",
|
|
37049
37210
|
"references": [
|
|
37050
37211
|
{
|
|
37051
|
-
"name": "
|
|
37212
|
+
"name": "ButtonClassesState",
|
|
37052
37213
|
"package": "@material/web",
|
|
37053
|
-
"module": "labs/gb/components/
|
|
37214
|
+
"module": "labs/gb/components/button/button.js",
|
|
37054
37215
|
"start": 9,
|
|
37055
|
-
"end":
|
|
37216
|
+
"end": 27
|
|
37056
37217
|
},
|
|
37057
37218
|
{
|
|
37058
37219
|
"name": "AdditionalClasses",
|
|
37059
37220
|
"package": "@material/web",
|
|
37060
37221
|
"module": "labs/gb/components/shared/directives.js",
|
|
37061
|
-
"start":
|
|
37062
|
-
"end":
|
|
37222
|
+
"start": 30,
|
|
37223
|
+
"end": 47
|
|
37063
37224
|
},
|
|
37064
37225
|
{
|
|
37065
37226
|
"name": "DirectiveResult",
|
|
37066
37227
|
"package": "lit-html",
|
|
37067
37228
|
"module": "development/directive.js",
|
|
37068
|
-
"start":
|
|
37069
|
-
"end":
|
|
37229
|
+
"start": 52,
|
|
37230
|
+
"end": 67
|
|
37070
37231
|
}
|
|
37071
37232
|
]
|
|
37072
37233
|
}
|
|
@@ -37075,37 +37236,55 @@
|
|
|
37075
37236
|
"exports": [
|
|
37076
37237
|
{
|
|
37077
37238
|
"kind": "js",
|
|
37078
|
-
"name": "
|
|
37239
|
+
"name": "BUTTON_COLORS",
|
|
37079
37240
|
"declaration": {
|
|
37080
|
-
"name": "
|
|
37241
|
+
"name": "BUTTON_COLORS"
|
|
37081
37242
|
}
|
|
37082
37243
|
},
|
|
37083
37244
|
{
|
|
37084
37245
|
"kind": "js",
|
|
37085
|
-
"name": "
|
|
37246
|
+
"name": "BUTTON_SIZES",
|
|
37086
37247
|
"declaration": {
|
|
37087
|
-
"name": "
|
|
37248
|
+
"name": "BUTTON_SIZES"
|
|
37088
37249
|
}
|
|
37089
37250
|
},
|
|
37090
37251
|
{
|
|
37091
37252
|
"kind": "js",
|
|
37092
|
-
"name": "
|
|
37253
|
+
"name": "BUTTON_CLASSES",
|
|
37093
37254
|
"declaration": {
|
|
37094
|
-
"name": "
|
|
37255
|
+
"name": "BUTTON_CLASSES"
|
|
37095
37256
|
}
|
|
37096
37257
|
},
|
|
37097
37258
|
{
|
|
37098
37259
|
"kind": "js",
|
|
37099
|
-
"name": "
|
|
37260
|
+
"name": "buttonClasses",
|
|
37100
37261
|
"declaration": {
|
|
37101
|
-
"name": "
|
|
37262
|
+
"name": "buttonClasses"
|
|
37263
|
+
}
|
|
37264
|
+
},
|
|
37265
|
+
{
|
|
37266
|
+
"kind": "js",
|
|
37267
|
+
"name": "setupButton",
|
|
37268
|
+
"declaration": {
|
|
37269
|
+
"name": "setupButton"
|
|
37270
|
+
}
|
|
37271
|
+
},
|
|
37272
|
+
{
|
|
37273
|
+
"kind": "js",
|
|
37274
|
+
"name": "button",
|
|
37275
|
+
"declaration": {
|
|
37276
|
+
"name": "button"
|
|
37102
37277
|
}
|
|
37103
37278
|
}
|
|
37104
37279
|
]
|
|
37105
37280
|
},
|
|
37106
37281
|
{
|
|
37107
37282
|
"kind": "javascript-module",
|
|
37108
|
-
"path": "labs/gb/components/
|
|
37283
|
+
"path": "labs/gb/components/button/md-gb-button.js"
|
|
37284
|
+
},
|
|
37285
|
+
{
|
|
37286
|
+
"kind": "javascript-module",
|
|
37287
|
+
"path": "labs/gb/components/card/card-element.js",
|
|
37109
37288
|
"declarations": [
|
|
37110
37289
|
{
|
|
37111
37290
|
"kind": "variable",
|
|
@@ -37125,12 +37304,12 @@
|
|
|
37125
37304
|
},
|
|
37126
37305
|
{
|
|
37127
37306
|
"kind": "class",
|
|
37128
|
-
"name": "
|
|
37307
|
+
"name": "CardElement",
|
|
37129
37308
|
"description": "A Material Design card.",
|
|
37130
37309
|
"superclass": {
|
|
37131
37310
|
"name": "baseClass",
|
|
37132
37311
|
"package": "@material/web",
|
|
37133
|
-
"module": "labs/gb/components/card/
|
|
37312
|
+
"module": "labs/gb/components/card/card-element.js"
|
|
37134
37313
|
},
|
|
37135
37314
|
"members": [
|
|
37136
37315
|
{
|
|
@@ -37360,7 +37539,6 @@
|
|
|
37360
37539
|
}
|
|
37361
37540
|
}
|
|
37362
37541
|
],
|
|
37363
|
-
"tagName": "md-gb-card",
|
|
37364
37542
|
"customElement": true,
|
|
37365
37543
|
"attributes": [
|
|
37366
37544
|
{
|
|
@@ -37384,29 +37562,62 @@
|
|
|
37384
37562
|
},
|
|
37385
37563
|
"fieldName": "interactive"
|
|
37386
37564
|
}
|
|
37387
|
-
]
|
|
37388
|
-
|
|
37389
|
-
|
|
37390
|
-
|
|
37391
|
-
|
|
37392
|
-
|
|
37393
|
-
|
|
37394
|
-
|
|
37395
|
-
|
|
37396
|
-
|
|
37397
|
-
|
|
37398
|
-
|
|
37399
|
-
|
|
37400
|
-
|
|
37401
|
-
|
|
37402
|
-
|
|
37565
|
+
],
|
|
37566
|
+
"slots": [
|
|
37567
|
+
{
|
|
37568
|
+
"name": "-",
|
|
37569
|
+
"description": "Used to display the card's content. Note: add padding to content, not the host <md-gb-card> element."
|
|
37570
|
+
},
|
|
37571
|
+
{
|
|
37572
|
+
"name": "container",
|
|
37573
|
+
"description": "Used to set a custom background container for the card."
|
|
37574
|
+
}
|
|
37575
|
+
],
|
|
37576
|
+
"cssParts": [
|
|
37577
|
+
{
|
|
37578
|
+
"name": "card",
|
|
37579
|
+
"description": "The card's root element."
|
|
37580
|
+
},
|
|
37581
|
+
{
|
|
37582
|
+
"name": "card-btn",
|
|
37583
|
+
"description": "The card's main action button, when interactive."
|
|
37584
|
+
}
|
|
37585
|
+
],
|
|
37586
|
+
"cssProperties": [
|
|
37587
|
+
{
|
|
37588
|
+
"name": "--container-color"
|
|
37589
|
+
},
|
|
37590
|
+
{
|
|
37591
|
+
"name": "--container-elevation"
|
|
37592
|
+
},
|
|
37593
|
+
{
|
|
37594
|
+
"name": "--container-shape"
|
|
37595
|
+
},
|
|
37596
|
+
{
|
|
37597
|
+
"name": "--outline-color"
|
|
37598
|
+
},
|
|
37599
|
+
{
|
|
37600
|
+
"name": "--outline-width"
|
|
37601
|
+
},
|
|
37602
|
+
{
|
|
37603
|
+
"name": "--state-layer-color"
|
|
37604
|
+
}
|
|
37605
|
+
]
|
|
37606
|
+
}
|
|
37607
|
+
],
|
|
37608
|
+
"exports": [
|
|
37609
|
+
{
|
|
37610
|
+
"kind": "js",
|
|
37611
|
+
"name": "CardElement",
|
|
37612
|
+
"declaration": {
|
|
37613
|
+
"name": "CardElement"
|
|
37403
37614
|
}
|
|
37404
37615
|
}
|
|
37405
37616
|
]
|
|
37406
37617
|
},
|
|
37407
37618
|
{
|
|
37408
37619
|
"kind": "javascript-module",
|
|
37409
|
-
"path": "labs/gb/components/
|
|
37620
|
+
"path": "labs/gb/components/card/card.cssresult.js",
|
|
37410
37621
|
"declarations": [
|
|
37411
37622
|
{
|
|
37412
37623
|
"kind": "variable",
|
|
@@ -37459,33 +37670,41 @@
|
|
|
37459
37670
|
},
|
|
37460
37671
|
{
|
|
37461
37672
|
"kind": "javascript-module",
|
|
37462
|
-
"path": "labs/gb/components/
|
|
37673
|
+
"path": "labs/gb/components/card/card.js",
|
|
37463
37674
|
"declarations": [
|
|
37464
37675
|
{
|
|
37465
37676
|
"kind": "variable",
|
|
37466
|
-
"name": "
|
|
37467
|
-
"description": "
|
|
37677
|
+
"name": "CARD_COLORS",
|
|
37678
|
+
"description": "Card color configurations.",
|
|
37468
37679
|
"type": {
|
|
37469
|
-
"text": "{ readonly
|
|
37680
|
+
"text": "{ readonly elevated: \"elevated\"; readonly filled: \"filled\"; readonly outlined: \"outlined\"; }"
|
|
37681
|
+
}
|
|
37682
|
+
},
|
|
37683
|
+
{
|
|
37684
|
+
"kind": "variable",
|
|
37685
|
+
"name": "CARD_CLASSES",
|
|
37686
|
+
"description": "Card classes.",
|
|
37687
|
+
"type": {
|
|
37688
|
+
"text": "{ readonly card: \"card\"; readonly cardElevated: \"card-elevated\"; readonly cardFilled: \"card-filled\"; readonly cardOutlined: \"card-outlined\"; readonly hover: string; readonly focus: string; readonly disabled: string; }"
|
|
37470
37689
|
}
|
|
37471
37690
|
},
|
|
37472
37691
|
{
|
|
37473
37692
|
"kind": "function",
|
|
37474
|
-
"name": "
|
|
37475
|
-
"description": "Returns the
|
|
37693
|
+
"name": "cardClasses",
|
|
37694
|
+
"description": "Returns the card classes to apply to an element based on the given state.",
|
|
37476
37695
|
"parameters": [
|
|
37477
37696
|
{
|
|
37478
|
-
"name": "{\n
|
|
37479
|
-
"description": "The state of the
|
|
37697
|
+
"name": "{\n color,\n interactive = false,\n hover = false,\n focus = false,\n disabled = false,\n}",
|
|
37698
|
+
"description": "The state of the card.",
|
|
37480
37699
|
"type": {
|
|
37481
|
-
"text": "
|
|
37700
|
+
"text": "CardClassesState",
|
|
37482
37701
|
"references": [
|
|
37483
37702
|
{
|
|
37484
|
-
"name": "
|
|
37703
|
+
"name": "CardClassesState",
|
|
37485
37704
|
"package": "@material/web",
|
|
37486
|
-
"module": "labs/gb/components/
|
|
37705
|
+
"module": "labs/gb/components/card/card.js",
|
|
37487
37706
|
"start": 0,
|
|
37488
|
-
"end":
|
|
37707
|
+
"end": 16
|
|
37489
37708
|
}
|
|
37490
37709
|
]
|
|
37491
37710
|
},
|
|
@@ -37509,76 +37728,33 @@
|
|
|
37509
37728
|
"description": "An object of class names and truthy values if they apply."
|
|
37510
37729
|
}
|
|
37511
37730
|
},
|
|
37512
|
-
{
|
|
37513
|
-
"kind": "function",
|
|
37514
|
-
"name": "setupCheckbox",
|
|
37515
|
-
"description": "Sets up checkbox functionality for the given element.",
|
|
37516
|
-
"parameters": [
|
|
37517
|
-
{
|
|
37518
|
-
"name": "checkbox",
|
|
37519
|
-
"description": "The element on which to set up checkbox functionality.",
|
|
37520
|
-
"type": {
|
|
37521
|
-
"text": "HTMLElement",
|
|
37522
|
-
"references": [
|
|
37523
|
-
{
|
|
37524
|
-
"name": "HTMLElement",
|
|
37525
|
-
"package": "global:",
|
|
37526
|
-
"start": 0,
|
|
37527
|
-
"end": 11
|
|
37528
|
-
}
|
|
37529
|
-
]
|
|
37530
|
-
}
|
|
37531
|
-
},
|
|
37532
|
-
{
|
|
37533
|
-
"name": "opts",
|
|
37534
|
-
"description": "Setup options, supports a cleanup `signal`.",
|
|
37535
|
-
"type": {
|
|
37536
|
-
"text": "{ signal?: AbortSignal; }",
|
|
37537
|
-
"references": [
|
|
37538
|
-
{
|
|
37539
|
-
"name": "AbortSignal",
|
|
37540
|
-
"package": "global:",
|
|
37541
|
-
"start": 11,
|
|
37542
|
-
"end": 22
|
|
37543
|
-
}
|
|
37544
|
-
]
|
|
37545
|
-
},
|
|
37546
|
-
"optional": true
|
|
37547
|
-
}
|
|
37548
|
-
],
|
|
37549
|
-
"return": {
|
|
37550
|
-
"type": {
|
|
37551
|
-
"text": "void"
|
|
37552
|
-
}
|
|
37553
|
-
}
|
|
37554
|
-
},
|
|
37555
37731
|
{
|
|
37556
37732
|
"kind": "variable",
|
|
37557
|
-
"name": "
|
|
37558
|
-
"description": "A Lit directive that adds
|
|
37733
|
+
"name": "card",
|
|
37734
|
+
"description": "A Lit directive that adds card styling and functionality to its element.",
|
|
37559
37735
|
"type": {
|
|
37560
|
-
"text": "(state?:
|
|
37736
|
+
"text": "(state?: CardClassesState & AdditionalClasses) => DirectiveResult<DirectiveClass>",
|
|
37561
37737
|
"references": [
|
|
37562
37738
|
{
|
|
37563
|
-
"name": "
|
|
37739
|
+
"name": "CardClassesState",
|
|
37564
37740
|
"package": "@material/web",
|
|
37565
|
-
"module": "labs/gb/components/
|
|
37741
|
+
"module": "labs/gb/components/card/card.js",
|
|
37566
37742
|
"start": 9,
|
|
37567
|
-
"end":
|
|
37743
|
+
"end": 25
|
|
37568
37744
|
},
|
|
37569
37745
|
{
|
|
37570
37746
|
"name": "AdditionalClasses",
|
|
37571
37747
|
"package": "@material/web",
|
|
37572
37748
|
"module": "labs/gb/components/shared/directives.js",
|
|
37573
|
-
"start":
|
|
37574
|
-
"end":
|
|
37749
|
+
"start": 28,
|
|
37750
|
+
"end": 45
|
|
37575
37751
|
},
|
|
37576
37752
|
{
|
|
37577
37753
|
"name": "DirectiveResult",
|
|
37578
37754
|
"package": "lit-html",
|
|
37579
37755
|
"module": "development/directive.js",
|
|
37580
|
-
"start":
|
|
37581
|
-
"end":
|
|
37756
|
+
"start": 50,
|
|
37757
|
+
"end": 65
|
|
37582
37758
|
}
|
|
37583
37759
|
]
|
|
37584
37760
|
}
|
|
@@ -37587,37 +37763,41 @@
|
|
|
37587
37763
|
"exports": [
|
|
37588
37764
|
{
|
|
37589
37765
|
"kind": "js",
|
|
37590
|
-
"name": "
|
|
37766
|
+
"name": "CARD_COLORS",
|
|
37591
37767
|
"declaration": {
|
|
37592
|
-
"name": "
|
|
37768
|
+
"name": "CARD_COLORS"
|
|
37593
37769
|
}
|
|
37594
37770
|
},
|
|
37595
37771
|
{
|
|
37596
37772
|
"kind": "js",
|
|
37597
|
-
"name": "
|
|
37773
|
+
"name": "CARD_CLASSES",
|
|
37598
37774
|
"declaration": {
|
|
37599
|
-
"name": "
|
|
37775
|
+
"name": "CARD_CLASSES"
|
|
37600
37776
|
}
|
|
37601
37777
|
},
|
|
37602
37778
|
{
|
|
37603
37779
|
"kind": "js",
|
|
37604
|
-
"name": "
|
|
37780
|
+
"name": "cardClasses",
|
|
37605
37781
|
"declaration": {
|
|
37606
|
-
"name": "
|
|
37782
|
+
"name": "cardClasses"
|
|
37607
37783
|
}
|
|
37608
37784
|
},
|
|
37609
37785
|
{
|
|
37610
37786
|
"kind": "js",
|
|
37611
|
-
"name": "
|
|
37787
|
+
"name": "card",
|
|
37612
37788
|
"declaration": {
|
|
37613
|
-
"name": "
|
|
37789
|
+
"name": "card"
|
|
37614
37790
|
}
|
|
37615
37791
|
}
|
|
37616
37792
|
]
|
|
37617
37793
|
},
|
|
37618
37794
|
{
|
|
37619
37795
|
"kind": "javascript-module",
|
|
37620
|
-
"path": "labs/gb/components/
|
|
37796
|
+
"path": "labs/gb/components/card/md-gb-card.js"
|
|
37797
|
+
},
|
|
37798
|
+
{
|
|
37799
|
+
"kind": "javascript-module",
|
|
37800
|
+
"path": "labs/gb/components/checkbox/checkbox-element.js",
|
|
37621
37801
|
"declarations": [
|
|
37622
37802
|
{
|
|
37623
37803
|
"kind": "variable",
|
|
@@ -37679,12 +37859,12 @@
|
|
|
37679
37859
|
},
|
|
37680
37860
|
{
|
|
37681
37861
|
"kind": "class",
|
|
37682
|
-
"name": "
|
|
37862
|
+
"name": "CheckboxElement",
|
|
37683
37863
|
"description": "A Material Design checkbox component.",
|
|
37684
37864
|
"superclass": {
|
|
37685
37865
|
"name": "baseClass",
|
|
37686
37866
|
"package": "@material/web",
|
|
37687
|
-
"module": "labs/gb/components/checkbox/
|
|
37867
|
+
"module": "labs/gb/components/checkbox/checkbox-element.js"
|
|
37688
37868
|
},
|
|
37689
37869
|
"members": [
|
|
37690
37870
|
{
|
|
@@ -37999,7 +38179,6 @@
|
|
|
37999
38179
|
}
|
|
38000
38180
|
}
|
|
38001
38181
|
],
|
|
38002
|
-
"tagName": "md-gb-checkbox",
|
|
38003
38182
|
"customElement": true,
|
|
38004
38183
|
"attributes": [
|
|
38005
38184
|
{
|
|
@@ -38037,29 +38216,92 @@
|
|
|
38037
38216
|
},
|
|
38038
38217
|
"fieldName": "value"
|
|
38039
38218
|
}
|
|
38219
|
+
],
|
|
38220
|
+
"events": [
|
|
38221
|
+
{
|
|
38222
|
+
"name": "input",
|
|
38223
|
+
"type": {
|
|
38224
|
+
"text": "InputEvent",
|
|
38225
|
+
"references": [
|
|
38226
|
+
{
|
|
38227
|
+
"name": "InputEvent",
|
|
38228
|
+
"package": "global:",
|
|
38229
|
+
"start": 0,
|
|
38230
|
+
"end": 10
|
|
38231
|
+
}
|
|
38232
|
+
]
|
|
38233
|
+
},
|
|
38234
|
+
"description": "Fired when the checkbox is checked or unchecked. --bubbles --composed"
|
|
38235
|
+
},
|
|
38236
|
+
{
|
|
38237
|
+
"name": "change",
|
|
38238
|
+
"type": {
|
|
38239
|
+
"text": "Event",
|
|
38240
|
+
"references": [
|
|
38241
|
+
{
|
|
38242
|
+
"name": "Event",
|
|
38243
|
+
"package": "global:",
|
|
38244
|
+
"start": 0,
|
|
38245
|
+
"end": 5
|
|
38246
|
+
}
|
|
38247
|
+
]
|
|
38248
|
+
},
|
|
38249
|
+
"description": "Fired when the checkbox is checked or unchecked. --bubbles"
|
|
38250
|
+
}
|
|
38251
|
+
],
|
|
38252
|
+
"cssParts": [
|
|
38253
|
+
{
|
|
38254
|
+
"name": "checkbox",
|
|
38255
|
+
"description": "The checkbox's root element."
|
|
38256
|
+
}
|
|
38257
|
+
],
|
|
38258
|
+
"cssProperties": [
|
|
38259
|
+
{
|
|
38260
|
+
"name": "--container-color"
|
|
38261
|
+
},
|
|
38262
|
+
{
|
|
38263
|
+
"name": "--container-shape"
|
|
38264
|
+
},
|
|
38265
|
+
{
|
|
38266
|
+
"name": "--container-size"
|
|
38267
|
+
},
|
|
38268
|
+
{
|
|
38269
|
+
"name": "--icon-color"
|
|
38270
|
+
},
|
|
38271
|
+
{
|
|
38272
|
+
"name": "--icon-size"
|
|
38273
|
+
},
|
|
38274
|
+
{
|
|
38275
|
+
"name": "--outline-color"
|
|
38276
|
+
},
|
|
38277
|
+
{
|
|
38278
|
+
"name": "--outline-width"
|
|
38279
|
+
},
|
|
38280
|
+
{
|
|
38281
|
+
"name": "--state-layer-color"
|
|
38282
|
+
},
|
|
38283
|
+
{
|
|
38284
|
+
"name": "--state-layer-shape"
|
|
38285
|
+
},
|
|
38286
|
+
{
|
|
38287
|
+
"name": "--state-layer-size"
|
|
38288
|
+
}
|
|
38040
38289
|
]
|
|
38041
38290
|
}
|
|
38042
38291
|
],
|
|
38043
38292
|
"exports": [
|
|
38044
38293
|
{
|
|
38045
38294
|
"kind": "js",
|
|
38046
|
-
"name": "
|
|
38047
|
-
"declaration": {
|
|
38048
|
-
"name": "Checkbox"
|
|
38049
|
-
}
|
|
38050
|
-
},
|
|
38051
|
-
{
|
|
38052
|
-
"kind": "custom-element-definition",
|
|
38053
|
-
"name": "md-gb-checkbox",
|
|
38295
|
+
"name": "CheckboxElement",
|
|
38054
38296
|
"declaration": {
|
|
38055
|
-
"name": "
|
|
38297
|
+
"name": "CheckboxElement"
|
|
38056
38298
|
}
|
|
38057
38299
|
}
|
|
38058
38300
|
]
|
|
38059
38301
|
},
|
|
38060
38302
|
{
|
|
38061
38303
|
"kind": "javascript-module",
|
|
38062
|
-
"path": "labs/gb/components/
|
|
38304
|
+
"path": "labs/gb/components/checkbox/checkbox.cssresult.js",
|
|
38063
38305
|
"declarations": [
|
|
38064
38306
|
{
|
|
38065
38307
|
"kind": "variable",
|
|
@@ -38112,33 +38354,33 @@
|
|
|
38112
38354
|
},
|
|
38113
38355
|
{
|
|
38114
38356
|
"kind": "javascript-module",
|
|
38115
|
-
"path": "labs/gb/components/
|
|
38357
|
+
"path": "labs/gb/components/checkbox/checkbox.js",
|
|
38116
38358
|
"declarations": [
|
|
38117
38359
|
{
|
|
38118
38360
|
"kind": "variable",
|
|
38119
|
-
"name": "
|
|
38120
|
-
"description": "
|
|
38361
|
+
"name": "CHECKBOX_CLASSES",
|
|
38362
|
+
"description": "Checkbox classes.",
|
|
38121
38363
|
"type": {
|
|
38122
|
-
"text": "{ readonly
|
|
38364
|
+
"text": "{ readonly checkbox: \"checkbox\"; readonly invalid: string; readonly hover: string; readonly focus: string; readonly active: string; readonly checked: string; readonly indeterminate: string; readonly disabled: string; }"
|
|
38123
38365
|
}
|
|
38124
38366
|
},
|
|
38125
38367
|
{
|
|
38126
38368
|
"kind": "function",
|
|
38127
|
-
"name": "
|
|
38128
|
-
"description": "Returns the
|
|
38369
|
+
"name": "checkboxClasses",
|
|
38370
|
+
"description": "Returns the checkbox classes to apply to an element based on the given state.",
|
|
38129
38371
|
"parameters": [
|
|
38130
38372
|
{
|
|
38131
|
-
"name": "{\n
|
|
38132
|
-
"description": "The state of the
|
|
38373
|
+
"name": "{\n invalid = false,\n hover = false,\n focus = false,\n active = false,\n checked = false,\n indeterminate = false,\n disabled = false,\n}",
|
|
38374
|
+
"description": "The state of the checkbox.",
|
|
38133
38375
|
"type": {
|
|
38134
|
-
"text": "
|
|
38376
|
+
"text": "CheckboxClassesState",
|
|
38135
38377
|
"references": [
|
|
38136
38378
|
{
|
|
38137
|
-
"name": "
|
|
38379
|
+
"name": "CheckboxClassesState",
|
|
38138
38380
|
"package": "@material/web",
|
|
38139
|
-
"module": "labs/gb/components/
|
|
38381
|
+
"module": "labs/gb/components/checkbox/checkbox.js",
|
|
38140
38382
|
"start": 0,
|
|
38141
|
-
"end":
|
|
38383
|
+
"end": 20
|
|
38142
38384
|
}
|
|
38143
38385
|
]
|
|
38144
38386
|
},
|
|
@@ -38163,32 +38405,75 @@
|
|
|
38163
38405
|
}
|
|
38164
38406
|
},
|
|
38165
38407
|
{
|
|
38166
|
-
"kind": "
|
|
38167
|
-
"name": "
|
|
38168
|
-
"description": "
|
|
38169
|
-
"
|
|
38170
|
-
|
|
38171
|
-
|
|
38172
|
-
|
|
38173
|
-
|
|
38174
|
-
"
|
|
38175
|
-
"
|
|
38176
|
-
|
|
38177
|
-
|
|
38178
|
-
|
|
38179
|
-
|
|
38180
|
-
|
|
38181
|
-
|
|
38182
|
-
|
|
38183
|
-
|
|
38184
|
-
|
|
38408
|
+
"kind": "function",
|
|
38409
|
+
"name": "setupCheckbox",
|
|
38410
|
+
"description": "Sets up checkbox functionality for the given element.",
|
|
38411
|
+
"parameters": [
|
|
38412
|
+
{
|
|
38413
|
+
"name": "checkbox",
|
|
38414
|
+
"description": "The element on which to set up checkbox functionality.",
|
|
38415
|
+
"type": {
|
|
38416
|
+
"text": "HTMLElement",
|
|
38417
|
+
"references": [
|
|
38418
|
+
{
|
|
38419
|
+
"name": "HTMLElement",
|
|
38420
|
+
"package": "global:",
|
|
38421
|
+
"start": 0,
|
|
38422
|
+
"end": 11
|
|
38423
|
+
}
|
|
38424
|
+
]
|
|
38425
|
+
}
|
|
38426
|
+
},
|
|
38427
|
+
{
|
|
38428
|
+
"name": "opts",
|
|
38429
|
+
"description": "Setup options, supports a cleanup `signal`.",
|
|
38430
|
+
"type": {
|
|
38431
|
+
"text": "{ signal?: AbortSignal; }",
|
|
38432
|
+
"references": [
|
|
38433
|
+
{
|
|
38434
|
+
"name": "AbortSignal",
|
|
38435
|
+
"package": "global:",
|
|
38436
|
+
"start": 11,
|
|
38437
|
+
"end": 22
|
|
38438
|
+
}
|
|
38439
|
+
]
|
|
38440
|
+
},
|
|
38441
|
+
"optional": true
|
|
38442
|
+
}
|
|
38443
|
+
],
|
|
38444
|
+
"return": {
|
|
38445
|
+
"type": {
|
|
38446
|
+
"text": "void"
|
|
38447
|
+
}
|
|
38448
|
+
}
|
|
38449
|
+
},
|
|
38450
|
+
{
|
|
38451
|
+
"kind": "variable",
|
|
38452
|
+
"name": "checkbox",
|
|
38453
|
+
"description": "A Lit directive that adds checkbox styling and functionality to its element.",
|
|
38454
|
+
"type": {
|
|
38455
|
+
"text": "(state?: CheckboxClassesState & AdditionalClasses) => DirectiveResult<DirectiveClass>",
|
|
38456
|
+
"references": [
|
|
38457
|
+
{
|
|
38458
|
+
"name": "CheckboxClassesState",
|
|
38459
|
+
"package": "@material/web",
|
|
38460
|
+
"module": "labs/gb/components/checkbox/checkbox.js",
|
|
38461
|
+
"start": 9,
|
|
38462
|
+
"end": 29
|
|
38463
|
+
},
|
|
38464
|
+
{
|
|
38465
|
+
"name": "AdditionalClasses",
|
|
38466
|
+
"package": "@material/web",
|
|
38467
|
+
"module": "labs/gb/components/shared/directives.js",
|
|
38468
|
+
"start": 32,
|
|
38469
|
+
"end": 49
|
|
38185
38470
|
},
|
|
38186
38471
|
{
|
|
38187
38472
|
"name": "DirectiveResult",
|
|
38188
38473
|
"package": "lit-html",
|
|
38189
38474
|
"module": "development/directive.js",
|
|
38190
|
-
"start":
|
|
38191
|
-
"end":
|
|
38475
|
+
"start": 54,
|
|
38476
|
+
"end": 69
|
|
38192
38477
|
}
|
|
38193
38478
|
]
|
|
38194
38479
|
}
|
|
@@ -38197,34 +38482,45 @@
|
|
|
38197
38482
|
"exports": [
|
|
38198
38483
|
{
|
|
38199
38484
|
"kind": "js",
|
|
38200
|
-
"name": "
|
|
38485
|
+
"name": "CHECKBOX_CLASSES",
|
|
38201
38486
|
"declaration": {
|
|
38202
|
-
"name": "
|
|
38487
|
+
"name": "CHECKBOX_CLASSES"
|
|
38203
38488
|
}
|
|
38204
38489
|
},
|
|
38205
38490
|
{
|
|
38206
38491
|
"kind": "js",
|
|
38207
|
-
"name": "
|
|
38492
|
+
"name": "checkboxClasses",
|
|
38208
38493
|
"declaration": {
|
|
38209
|
-
"name": "
|
|
38494
|
+
"name": "checkboxClasses"
|
|
38210
38495
|
}
|
|
38211
38496
|
},
|
|
38212
38497
|
{
|
|
38213
38498
|
"kind": "js",
|
|
38214
|
-
"name": "
|
|
38499
|
+
"name": "setupCheckbox",
|
|
38215
38500
|
"declaration": {
|
|
38216
|
-
"name": "
|
|
38501
|
+
"name": "setupCheckbox"
|
|
38502
|
+
}
|
|
38503
|
+
},
|
|
38504
|
+
{
|
|
38505
|
+
"kind": "js",
|
|
38506
|
+
"name": "checkbox",
|
|
38507
|
+
"declaration": {
|
|
38508
|
+
"name": "checkbox"
|
|
38217
38509
|
}
|
|
38218
38510
|
}
|
|
38219
38511
|
]
|
|
38220
38512
|
},
|
|
38221
38513
|
{
|
|
38222
38514
|
"kind": "javascript-module",
|
|
38223
|
-
"path": "labs/gb/components/
|
|
38515
|
+
"path": "labs/gb/components/checkbox/md-gb-checkbox.js"
|
|
38516
|
+
},
|
|
38517
|
+
{
|
|
38518
|
+
"kind": "javascript-module",
|
|
38519
|
+
"path": "labs/gb/components/divider/divider-element.js",
|
|
38224
38520
|
"declarations": [
|
|
38225
38521
|
{
|
|
38226
38522
|
"kind": "class",
|
|
38227
|
-
"name": "
|
|
38523
|
+
"name": "DividerElement",
|
|
38228
38524
|
"description": "A Material Design divider component.",
|
|
38229
38525
|
"superclass": {
|
|
38230
38526
|
"name": "LitElement",
|
|
@@ -38281,7 +38577,6 @@
|
|
|
38281
38577
|
}
|
|
38282
38578
|
}
|
|
38283
38579
|
],
|
|
38284
|
-
"tagName": "md-gb-divider",
|
|
38285
38580
|
"customElement": true,
|
|
38286
38581
|
"attributes": [
|
|
38287
38582
|
{
|
|
@@ -38291,29 +38586,36 @@
|
|
|
38291
38586
|
},
|
|
38292
38587
|
"fieldName": "vertical"
|
|
38293
38588
|
}
|
|
38589
|
+
],
|
|
38590
|
+
"cssParts": [
|
|
38591
|
+
{
|
|
38592
|
+
"name": "divider",
|
|
38593
|
+
"description": "The divider element."
|
|
38594
|
+
}
|
|
38595
|
+
],
|
|
38596
|
+
"cssProperties": [
|
|
38597
|
+
{
|
|
38598
|
+
"name": "--color"
|
|
38599
|
+
},
|
|
38600
|
+
{
|
|
38601
|
+
"name": "--thickness"
|
|
38602
|
+
}
|
|
38294
38603
|
]
|
|
38295
38604
|
}
|
|
38296
38605
|
],
|
|
38297
38606
|
"exports": [
|
|
38298
38607
|
{
|
|
38299
38608
|
"kind": "js",
|
|
38300
|
-
"name": "
|
|
38301
|
-
"declaration": {
|
|
38302
|
-
"name": "Divider"
|
|
38303
|
-
}
|
|
38304
|
-
},
|
|
38305
|
-
{
|
|
38306
|
-
"kind": "custom-element-definition",
|
|
38307
|
-
"name": "md-gb-divider",
|
|
38609
|
+
"name": "DividerElement",
|
|
38308
38610
|
"declaration": {
|
|
38309
|
-
"name": "
|
|
38611
|
+
"name": "DividerElement"
|
|
38310
38612
|
}
|
|
38311
38613
|
}
|
|
38312
38614
|
]
|
|
38313
38615
|
},
|
|
38314
38616
|
{
|
|
38315
38617
|
"kind": "javascript-module",
|
|
38316
|
-
"path": "labs/gb/components/
|
|
38618
|
+
"path": "labs/gb/components/divider/divider.cssresult.js",
|
|
38317
38619
|
"declarations": [
|
|
38318
38620
|
{
|
|
38319
38621
|
"kind": "variable",
|
|
@@ -38366,49 +38668,33 @@
|
|
|
38366
38668
|
},
|
|
38367
38669
|
{
|
|
38368
38670
|
"kind": "javascript-module",
|
|
38369
|
-
"path": "labs/gb/components/
|
|
38671
|
+
"path": "labs/gb/components/divider/divider.js",
|
|
38370
38672
|
"declarations": [
|
|
38371
38673
|
{
|
|
38372
38674
|
"kind": "variable",
|
|
38373
|
-
"name": "
|
|
38374
|
-
"description": "
|
|
38375
|
-
"type": {
|
|
38376
|
-
"text": "{ readonly primary: \"primary\"; readonly primaryContainer: \"primary-container\"; readonly secondary: \"secondary\"; readonly secondaryContainer: \"secondary-container\"; readonly tertiary: \"tertiary\"; readonly tertiaryContainer: \"tertiary-container\"; }"
|
|
38377
|
-
}
|
|
38378
|
-
},
|
|
38379
|
-
{
|
|
38380
|
-
"kind": "variable",
|
|
38381
|
-
"name": "FAB_SIZES",
|
|
38382
|
-
"description": "Fab size configurations.",
|
|
38383
|
-
"type": {
|
|
38384
|
-
"text": "{ readonly default: \"default\"; readonly md: \"md\"; readonly lg: \"lg\"; }"
|
|
38385
|
-
}
|
|
38386
|
-
},
|
|
38387
|
-
{
|
|
38388
|
-
"kind": "variable",
|
|
38389
|
-
"name": "FAB_CLASSES",
|
|
38390
|
-
"description": "Fab classes.",
|
|
38675
|
+
"name": "DIVIDER_CLASSES",
|
|
38676
|
+
"description": "Divider classes.",
|
|
38391
38677
|
"type": {
|
|
38392
|
-
"text": "{ readonly
|
|
38678
|
+
"text": "{ readonly divider: \"divider\"; readonly dividerVertical: \"divider-vertical\"; }"
|
|
38393
38679
|
}
|
|
38394
38680
|
},
|
|
38395
38681
|
{
|
|
38396
38682
|
"kind": "function",
|
|
38397
|
-
"name": "
|
|
38398
|
-
"description": "Returns the
|
|
38683
|
+
"name": "dividerClasses",
|
|
38684
|
+
"description": "Returns the divider classes to apply to an element based on the given state.",
|
|
38399
38685
|
"parameters": [
|
|
38400
38686
|
{
|
|
38401
|
-
"name": "{\n
|
|
38402
|
-
"description": "The state of the
|
|
38687
|
+
"name": "{\n vertical = false,\n}",
|
|
38688
|
+
"description": "The state of the divider.",
|
|
38403
38689
|
"type": {
|
|
38404
|
-
"text": "
|
|
38690
|
+
"text": "DividerClassesState",
|
|
38405
38691
|
"references": [
|
|
38406
38692
|
{
|
|
38407
|
-
"name": "
|
|
38693
|
+
"name": "DividerClassesState",
|
|
38408
38694
|
"package": "@material/web",
|
|
38409
|
-
"module": "labs/gb/components/
|
|
38695
|
+
"module": "labs/gb/components/divider/divider.js",
|
|
38410
38696
|
"start": 0,
|
|
38411
|
-
"end":
|
|
38697
|
+
"end": 19
|
|
38412
38698
|
}
|
|
38413
38699
|
]
|
|
38414
38700
|
},
|
|
@@ -38432,76 +38718,33 @@
|
|
|
38432
38718
|
"description": "An object of class names and truthy values if they apply."
|
|
38433
38719
|
}
|
|
38434
38720
|
},
|
|
38435
|
-
{
|
|
38436
|
-
"kind": "function",
|
|
38437
|
-
"name": "setupFab",
|
|
38438
|
-
"description": "Sets up fab functionality for the given element.",
|
|
38439
|
-
"parameters": [
|
|
38440
|
-
{
|
|
38441
|
-
"name": "fab",
|
|
38442
|
-
"description": "The element on which to set up fab functionality.",
|
|
38443
|
-
"type": {
|
|
38444
|
-
"text": "HTMLElement",
|
|
38445
|
-
"references": [
|
|
38446
|
-
{
|
|
38447
|
-
"name": "HTMLElement",
|
|
38448
|
-
"package": "global:",
|
|
38449
|
-
"start": 0,
|
|
38450
|
-
"end": 11
|
|
38451
|
-
}
|
|
38452
|
-
]
|
|
38453
|
-
}
|
|
38454
|
-
},
|
|
38455
|
-
{
|
|
38456
|
-
"name": "opts",
|
|
38457
|
-
"description": "Setup options, supports a cleanup `signal`.",
|
|
38458
|
-
"type": {
|
|
38459
|
-
"text": "{ signal?: AbortSignal; }",
|
|
38460
|
-
"references": [
|
|
38461
|
-
{
|
|
38462
|
-
"name": "AbortSignal",
|
|
38463
|
-
"package": "global:",
|
|
38464
|
-
"start": 11,
|
|
38465
|
-
"end": 22
|
|
38466
|
-
}
|
|
38467
|
-
]
|
|
38468
|
-
},
|
|
38469
|
-
"optional": true
|
|
38470
|
-
}
|
|
38471
|
-
],
|
|
38472
|
-
"return": {
|
|
38473
|
-
"type": {
|
|
38474
|
-
"text": "void"
|
|
38475
|
-
}
|
|
38476
|
-
}
|
|
38477
|
-
},
|
|
38478
38721
|
{
|
|
38479
38722
|
"kind": "variable",
|
|
38480
|
-
"name": "
|
|
38481
|
-
"description": "A Lit directive that adds
|
|
38723
|
+
"name": "divider",
|
|
38724
|
+
"description": "A Lit directive that adds divider styling to its element.",
|
|
38482
38725
|
"type": {
|
|
38483
|
-
"text": "(state?:
|
|
38726
|
+
"text": "(state?: DividerClassesState & AdditionalClasses) => DirectiveResult<DirectiveClass>",
|
|
38484
38727
|
"references": [
|
|
38485
38728
|
{
|
|
38486
|
-
"name": "
|
|
38729
|
+
"name": "DividerClassesState",
|
|
38487
38730
|
"package": "@material/web",
|
|
38488
|
-
"module": "labs/gb/components/
|
|
38731
|
+
"module": "labs/gb/components/divider/divider.js",
|
|
38489
38732
|
"start": 9,
|
|
38490
|
-
"end":
|
|
38733
|
+
"end": 28
|
|
38491
38734
|
},
|
|
38492
38735
|
{
|
|
38493
38736
|
"name": "AdditionalClasses",
|
|
38494
38737
|
"package": "@material/web",
|
|
38495
38738
|
"module": "labs/gb/components/shared/directives.js",
|
|
38496
|
-
"start":
|
|
38497
|
-
"end":
|
|
38739
|
+
"start": 31,
|
|
38740
|
+
"end": 48
|
|
38498
38741
|
},
|
|
38499
38742
|
{
|
|
38500
38743
|
"name": "DirectiveResult",
|
|
38501
38744
|
"package": "lit-html",
|
|
38502
38745
|
"module": "development/directive.js",
|
|
38503
|
-
"start":
|
|
38504
|
-
"end":
|
|
38746
|
+
"start": 53,
|
|
38747
|
+
"end": 68
|
|
38505
38748
|
}
|
|
38506
38749
|
]
|
|
38507
38750
|
}
|
|
@@ -38510,55 +38753,38 @@
|
|
|
38510
38753
|
"exports": [
|
|
38511
38754
|
{
|
|
38512
38755
|
"kind": "js",
|
|
38513
|
-
"name": "
|
|
38514
|
-
"declaration": {
|
|
38515
|
-
"name": "FAB_COLORS"
|
|
38516
|
-
}
|
|
38517
|
-
},
|
|
38518
|
-
{
|
|
38519
|
-
"kind": "js",
|
|
38520
|
-
"name": "FAB_SIZES",
|
|
38521
|
-
"declaration": {
|
|
38522
|
-
"name": "FAB_SIZES"
|
|
38523
|
-
}
|
|
38524
|
-
},
|
|
38525
|
-
{
|
|
38526
|
-
"kind": "js",
|
|
38527
|
-
"name": "FAB_CLASSES",
|
|
38528
|
-
"declaration": {
|
|
38529
|
-
"name": "FAB_CLASSES"
|
|
38530
|
-
}
|
|
38531
|
-
},
|
|
38532
|
-
{
|
|
38533
|
-
"kind": "js",
|
|
38534
|
-
"name": "fabClasses",
|
|
38756
|
+
"name": "DIVIDER_CLASSES",
|
|
38535
38757
|
"declaration": {
|
|
38536
|
-
"name": "
|
|
38758
|
+
"name": "DIVIDER_CLASSES"
|
|
38537
38759
|
}
|
|
38538
38760
|
},
|
|
38539
38761
|
{
|
|
38540
38762
|
"kind": "js",
|
|
38541
|
-
"name": "
|
|
38763
|
+
"name": "dividerClasses",
|
|
38542
38764
|
"declaration": {
|
|
38543
|
-
"name": "
|
|
38765
|
+
"name": "dividerClasses"
|
|
38544
38766
|
}
|
|
38545
38767
|
},
|
|
38546
38768
|
{
|
|
38547
38769
|
"kind": "js",
|
|
38548
|
-
"name": "
|
|
38770
|
+
"name": "divider",
|
|
38549
38771
|
"declaration": {
|
|
38550
|
-
"name": "
|
|
38772
|
+
"name": "divider"
|
|
38551
38773
|
}
|
|
38552
38774
|
}
|
|
38553
38775
|
]
|
|
38554
38776
|
},
|
|
38555
38777
|
{
|
|
38556
38778
|
"kind": "javascript-module",
|
|
38557
|
-
"path": "labs/gb/components/
|
|
38779
|
+
"path": "labs/gb/components/divider/md-gb-divider.js"
|
|
38780
|
+
},
|
|
38781
|
+
{
|
|
38782
|
+
"kind": "javascript-module",
|
|
38783
|
+
"path": "labs/gb/components/fab/fab-element.js",
|
|
38558
38784
|
"declarations": [
|
|
38559
38785
|
{
|
|
38560
38786
|
"kind": "class",
|
|
38561
|
-
"name": "
|
|
38787
|
+
"name": "FabElement",
|
|
38562
38788
|
"description": "A Material Design fab component.",
|
|
38563
38789
|
"superclass": {
|
|
38564
38790
|
"name": "LitElement",
|
|
@@ -38641,7 +38867,6 @@
|
|
|
38641
38867
|
}
|
|
38642
38868
|
}
|
|
38643
38869
|
],
|
|
38644
|
-
"tagName": "md-gb-fab",
|
|
38645
38870
|
"customElement": true,
|
|
38646
38871
|
"attributes": [
|
|
38647
38872
|
{
|
|
@@ -38658,29 +38883,72 @@
|
|
|
38658
38883
|
},
|
|
38659
38884
|
"fieldName": "size"
|
|
38660
38885
|
}
|
|
38661
|
-
]
|
|
38662
|
-
|
|
38663
|
-
|
|
38664
|
-
|
|
38665
|
-
|
|
38666
|
-
|
|
38667
|
-
|
|
38668
|
-
"
|
|
38669
|
-
|
|
38670
|
-
|
|
38671
|
-
|
|
38886
|
+
],
|
|
38887
|
+
"slots": [
|
|
38888
|
+
{
|
|
38889
|
+
"name": "-",
|
|
38890
|
+
"description": "Used to display an icon and optional label."
|
|
38891
|
+
}
|
|
38892
|
+
],
|
|
38893
|
+
"cssParts": [
|
|
38894
|
+
{
|
|
38895
|
+
"name": "fab",
|
|
38896
|
+
"description": "The FAB's root element."
|
|
38897
|
+
}
|
|
38898
|
+
],
|
|
38899
|
+
"cssProperties": [
|
|
38900
|
+
{
|
|
38901
|
+
"name": "--container-color"
|
|
38902
|
+
},
|
|
38903
|
+
{
|
|
38904
|
+
"name": "--container-elevation"
|
|
38905
|
+
},
|
|
38906
|
+
{
|
|
38907
|
+
"name": "--container-height"
|
|
38908
|
+
},
|
|
38909
|
+
{
|
|
38910
|
+
"name": "--container-shape"
|
|
38911
|
+
},
|
|
38912
|
+
{
|
|
38913
|
+
"name": "--icon-color"
|
|
38914
|
+
},
|
|
38915
|
+
{
|
|
38916
|
+
"name": "--icon-label-space"
|
|
38917
|
+
},
|
|
38918
|
+
{
|
|
38919
|
+
"name": "--icon-size"
|
|
38920
|
+
},
|
|
38921
|
+
{
|
|
38922
|
+
"name": "--label-text"
|
|
38923
|
+
},
|
|
38924
|
+
{
|
|
38925
|
+
"name": "--label-text-color"
|
|
38926
|
+
},
|
|
38927
|
+
{
|
|
38928
|
+
"name": "--label-text-tracking"
|
|
38929
|
+
},
|
|
38930
|
+
{
|
|
38931
|
+
"name": "--leading-space"
|
|
38932
|
+
},
|
|
38933
|
+
{
|
|
38934
|
+
"name": "--trailing-space"
|
|
38935
|
+
}
|
|
38936
|
+
]
|
|
38937
|
+
}
|
|
38938
|
+
],
|
|
38939
|
+
"exports": [
|
|
38672
38940
|
{
|
|
38673
|
-
"kind": "
|
|
38674
|
-
"name": "
|
|
38941
|
+
"kind": "js",
|
|
38942
|
+
"name": "FabElement",
|
|
38675
38943
|
"declaration": {
|
|
38676
|
-
"name": "
|
|
38944
|
+
"name": "FabElement"
|
|
38677
38945
|
}
|
|
38678
38946
|
}
|
|
38679
38947
|
]
|
|
38680
38948
|
},
|
|
38681
38949
|
{
|
|
38682
38950
|
"kind": "javascript-module",
|
|
38683
|
-
"path": "labs/gb/components/
|
|
38951
|
+
"path": "labs/gb/components/fab/fab.cssresult.js",
|
|
38684
38952
|
"declarations": [
|
|
38685
38953
|
{
|
|
38686
38954
|
"kind": "variable",
|
|
@@ -38733,41 +39001,49 @@
|
|
|
38733
39001
|
},
|
|
38734
39002
|
{
|
|
38735
39003
|
"kind": "javascript-module",
|
|
38736
|
-
"path": "labs/gb/components/
|
|
39004
|
+
"path": "labs/gb/components/fab/fab.js",
|
|
38737
39005
|
"declarations": [
|
|
38738
39006
|
{
|
|
38739
39007
|
"kind": "variable",
|
|
38740
|
-
"name": "
|
|
38741
|
-
"description": "
|
|
39008
|
+
"name": "FAB_COLORS",
|
|
39009
|
+
"description": "Fab color configurations.",
|
|
38742
39010
|
"type": {
|
|
38743
|
-
"text": "{ readonly
|
|
39011
|
+
"text": "{ readonly primary: \"primary\"; readonly primaryContainer: \"primary-container\"; readonly secondary: \"secondary\"; readonly secondaryContainer: \"secondary-container\"; readonly tertiary: \"tertiary\"; readonly tertiaryContainer: \"tertiary-container\"; }"
|
|
38744
39012
|
}
|
|
38745
39013
|
},
|
|
38746
39014
|
{
|
|
38747
39015
|
"kind": "variable",
|
|
38748
|
-
"name": "
|
|
38749
|
-
"description": "
|
|
39016
|
+
"name": "FAB_SIZES",
|
|
39017
|
+
"description": "Fab size configurations.",
|
|
38750
39018
|
"type": {
|
|
38751
|
-
"text": "{
|
|
39019
|
+
"text": "{ readonly default: \"default\"; readonly md: \"md\"; readonly lg: \"lg\"; }"
|
|
39020
|
+
}
|
|
39021
|
+
},
|
|
39022
|
+
{
|
|
39023
|
+
"kind": "variable",
|
|
39024
|
+
"name": "FAB_CLASSES",
|
|
39025
|
+
"description": "Fab classes.",
|
|
39026
|
+
"type": {
|
|
39027
|
+
"text": "{ readonly fab: \"fab\"; readonly fabPrimary: \"fab-primary\"; readonly fabPrimaryContainer: \"fab-primary-container\"; readonly fabSecondary: \"fab-secondary\"; readonly fabSecondaryContainer: \"fab-secondary-container\"; ... 5 more ...; readonly active: string; }"
|
|
38752
39028
|
}
|
|
38753
39029
|
},
|
|
38754
39030
|
{
|
|
38755
39031
|
"kind": "function",
|
|
38756
|
-
"name": "
|
|
38757
|
-
"description": "Returns the
|
|
39032
|
+
"name": "fabClasses",
|
|
39033
|
+
"description": "Returns the fab classes to apply to an element based on the given state.",
|
|
38758
39034
|
"parameters": [
|
|
38759
39035
|
{
|
|
38760
|
-
"name": "{\n
|
|
38761
|
-
"description": "The state of the
|
|
39036
|
+
"name": "{\n color,\n size,\n hover = false,\n active = false,\n}",
|
|
39037
|
+
"description": "The state of the fab.",
|
|
38762
39038
|
"type": {
|
|
38763
|
-
"text": "
|
|
39039
|
+
"text": "FabClassesState",
|
|
38764
39040
|
"references": [
|
|
38765
39041
|
{
|
|
38766
|
-
"name": "
|
|
39042
|
+
"name": "FabClassesState",
|
|
38767
39043
|
"package": "@material/web",
|
|
38768
|
-
"module": "labs/gb/components/
|
|
39044
|
+
"module": "labs/gb/components/fab/fab.js",
|
|
38769
39045
|
"start": 0,
|
|
38770
|
-
"end":
|
|
39046
|
+
"end": 15
|
|
38771
39047
|
}
|
|
38772
39048
|
]
|
|
38773
39049
|
},
|
|
@@ -38790,35 +39066,134 @@
|
|
|
38790
39066
|
},
|
|
38791
39067
|
"description": "An object of class names and truthy values if they apply."
|
|
38792
39068
|
}
|
|
39069
|
+
},
|
|
39070
|
+
{
|
|
39071
|
+
"kind": "function",
|
|
39072
|
+
"name": "setupFab",
|
|
39073
|
+
"description": "Sets up fab functionality for the given element.",
|
|
39074
|
+
"parameters": [
|
|
39075
|
+
{
|
|
39076
|
+
"name": "fab",
|
|
39077
|
+
"description": "The element on which to set up fab functionality.",
|
|
39078
|
+
"type": {
|
|
39079
|
+
"text": "HTMLElement",
|
|
39080
|
+
"references": [
|
|
39081
|
+
{
|
|
39082
|
+
"name": "HTMLElement",
|
|
39083
|
+
"package": "global:",
|
|
39084
|
+
"start": 0,
|
|
39085
|
+
"end": 11
|
|
39086
|
+
}
|
|
39087
|
+
]
|
|
39088
|
+
}
|
|
39089
|
+
},
|
|
39090
|
+
{
|
|
39091
|
+
"name": "opts",
|
|
39092
|
+
"description": "Setup options, supports a cleanup `signal`.",
|
|
39093
|
+
"type": {
|
|
39094
|
+
"text": "{ signal?: AbortSignal; }",
|
|
39095
|
+
"references": [
|
|
39096
|
+
{
|
|
39097
|
+
"name": "AbortSignal",
|
|
39098
|
+
"package": "global:",
|
|
39099
|
+
"start": 11,
|
|
39100
|
+
"end": 22
|
|
39101
|
+
}
|
|
39102
|
+
]
|
|
39103
|
+
},
|
|
39104
|
+
"optional": true
|
|
39105
|
+
}
|
|
39106
|
+
],
|
|
39107
|
+
"return": {
|
|
39108
|
+
"type": {
|
|
39109
|
+
"text": "void"
|
|
39110
|
+
}
|
|
39111
|
+
}
|
|
39112
|
+
},
|
|
39113
|
+
{
|
|
39114
|
+
"kind": "variable",
|
|
39115
|
+
"name": "fab",
|
|
39116
|
+
"description": "A Lit directive that adds fab styling and functionality to its element.",
|
|
39117
|
+
"type": {
|
|
39118
|
+
"text": "(state?: FabClassesState & AdditionalClasses) => DirectiveResult<DirectiveClass>",
|
|
39119
|
+
"references": [
|
|
39120
|
+
{
|
|
39121
|
+
"name": "FabClassesState",
|
|
39122
|
+
"package": "@material/web",
|
|
39123
|
+
"module": "labs/gb/components/fab/fab.js",
|
|
39124
|
+
"start": 9,
|
|
39125
|
+
"end": 24
|
|
39126
|
+
},
|
|
39127
|
+
{
|
|
39128
|
+
"name": "AdditionalClasses",
|
|
39129
|
+
"package": "@material/web",
|
|
39130
|
+
"module": "labs/gb/components/shared/directives.js",
|
|
39131
|
+
"start": 27,
|
|
39132
|
+
"end": 44
|
|
39133
|
+
},
|
|
39134
|
+
{
|
|
39135
|
+
"name": "DirectiveResult",
|
|
39136
|
+
"package": "lit-html",
|
|
39137
|
+
"module": "development/directive.js",
|
|
39138
|
+
"start": 49,
|
|
39139
|
+
"end": 64
|
|
39140
|
+
}
|
|
39141
|
+
]
|
|
39142
|
+
}
|
|
38793
39143
|
}
|
|
38794
39144
|
],
|
|
38795
39145
|
"exports": [
|
|
38796
39146
|
{
|
|
38797
39147
|
"kind": "js",
|
|
38798
|
-
"name": "
|
|
39148
|
+
"name": "FAB_COLORS",
|
|
38799
39149
|
"declaration": {
|
|
38800
|
-
"name": "
|
|
39150
|
+
"name": "FAB_COLORS"
|
|
38801
39151
|
}
|
|
38802
39152
|
},
|
|
38803
39153
|
{
|
|
38804
39154
|
"kind": "js",
|
|
38805
|
-
"name": "
|
|
39155
|
+
"name": "FAB_SIZES",
|
|
38806
39156
|
"declaration": {
|
|
38807
|
-
"name": "
|
|
39157
|
+
"name": "FAB_SIZES"
|
|
38808
39158
|
}
|
|
38809
39159
|
},
|
|
38810
39160
|
{
|
|
38811
39161
|
"kind": "js",
|
|
38812
|
-
"name": "
|
|
39162
|
+
"name": "FAB_CLASSES",
|
|
38813
39163
|
"declaration": {
|
|
38814
|
-
"name": "
|
|
39164
|
+
"name": "FAB_CLASSES"
|
|
39165
|
+
}
|
|
39166
|
+
},
|
|
39167
|
+
{
|
|
39168
|
+
"kind": "js",
|
|
39169
|
+
"name": "fabClasses",
|
|
39170
|
+
"declaration": {
|
|
39171
|
+
"name": "fabClasses"
|
|
39172
|
+
}
|
|
39173
|
+
},
|
|
39174
|
+
{
|
|
39175
|
+
"kind": "js",
|
|
39176
|
+
"name": "setupFab",
|
|
39177
|
+
"declaration": {
|
|
39178
|
+
"name": "setupFab"
|
|
39179
|
+
}
|
|
39180
|
+
},
|
|
39181
|
+
{
|
|
39182
|
+
"kind": "js",
|
|
39183
|
+
"name": "fab",
|
|
39184
|
+
"declaration": {
|
|
39185
|
+
"name": "fab"
|
|
38815
39186
|
}
|
|
38816
39187
|
}
|
|
38817
39188
|
]
|
|
38818
39189
|
},
|
|
38819
39190
|
{
|
|
38820
39191
|
"kind": "javascript-module",
|
|
38821
|
-
"path": "labs/gb/components/
|
|
39192
|
+
"path": "labs/gb/components/fab/md-gb-fab.js"
|
|
39193
|
+
},
|
|
39194
|
+
{
|
|
39195
|
+
"kind": "javascript-module",
|
|
39196
|
+
"path": "labs/gb/components/focus/focus-ring.cssresult.js",
|
|
38822
39197
|
"declarations": [
|
|
38823
39198
|
{
|
|
38824
39199
|
"kind": "variable",
|
|
@@ -38871,57 +39246,41 @@
|
|
|
38871
39246
|
},
|
|
38872
39247
|
{
|
|
38873
39248
|
"kind": "javascript-module",
|
|
38874
|
-
"path": "labs/gb/components/
|
|
39249
|
+
"path": "labs/gb/components/focus/focus-ring.js",
|
|
38875
39250
|
"declarations": [
|
|
38876
39251
|
{
|
|
38877
39252
|
"kind": "variable",
|
|
38878
|
-
"name": "
|
|
38879
|
-
"description": "
|
|
38880
|
-
"type": {
|
|
38881
|
-
"text": "{ readonly filled: \"filled\"; readonly tonal: \"tonal\"; readonly outlined: \"outlined\"; readonly standard: \"standard\"; }"
|
|
38882
|
-
}
|
|
38883
|
-
},
|
|
38884
|
-
{
|
|
38885
|
-
"kind": "variable",
|
|
38886
|
-
"name": "ICON_BUTTON_SIZES",
|
|
38887
|
-
"description": "Icon Button size configurations.",
|
|
38888
|
-
"type": {
|
|
38889
|
-
"text": "{ readonly xs: \"xs\"; readonly sm: \"sm\"; readonly md: \"md\"; readonly lg: \"lg\"; readonly xl: \"xl\"; }"
|
|
38890
|
-
}
|
|
38891
|
-
},
|
|
38892
|
-
{
|
|
38893
|
-
"kind": "variable",
|
|
38894
|
-
"name": "ICON_BUTTON_WIDTHS",
|
|
38895
|
-
"description": "Icon Button width configurations.",
|
|
39253
|
+
"name": "FOCUS_RING_TYPES",
|
|
39254
|
+
"description": "Focus ring type configurations.",
|
|
38896
39255
|
"type": {
|
|
38897
|
-
"text": "{ readonly
|
|
39256
|
+
"text": "{ readonly outer: \"outer\"; readonly inner: \"inner\"; }"
|
|
38898
39257
|
}
|
|
38899
39258
|
},
|
|
38900
39259
|
{
|
|
38901
39260
|
"kind": "variable",
|
|
38902
|
-
"name": "
|
|
38903
|
-
"description": "
|
|
39261
|
+
"name": "FOCUS_RING_CLASSES",
|
|
39262
|
+
"description": "Focus ring classes.",
|
|
38904
39263
|
"type": {
|
|
38905
|
-
"text": "{
|
|
39264
|
+
"text": "{ focusRingOuter: string; focusRingInner: string; focusRingTarget: string; focusRingHost: string; focusVisible: string; }"
|
|
38906
39265
|
}
|
|
38907
39266
|
},
|
|
38908
39267
|
{
|
|
38909
39268
|
"kind": "function",
|
|
38910
|
-
"name": "
|
|
38911
|
-
"description": "Returns the
|
|
39269
|
+
"name": "focusRingClasses",
|
|
39270
|
+
"description": "Returns the focus ring classes to apply to an element based on the given\nstate.",
|
|
38912
39271
|
"parameters": [
|
|
38913
39272
|
{
|
|
38914
|
-
"name": "{\n
|
|
38915
|
-
"description": "The state of the
|
|
39273
|
+
"name": "{\n type = FOCUS_RING_TYPES.outer,\n focusVisible = false,\n}",
|
|
39274
|
+
"description": "The state of the focus ring.",
|
|
38916
39275
|
"type": {
|
|
38917
|
-
"text": "
|
|
39276
|
+
"text": "FocusRingClassesState",
|
|
38918
39277
|
"references": [
|
|
38919
39278
|
{
|
|
38920
|
-
"name": "
|
|
39279
|
+
"name": "FocusRingClassesState",
|
|
38921
39280
|
"package": "@material/web",
|
|
38922
|
-
"module": "labs/gb/components/
|
|
39281
|
+
"module": "labs/gb/components/focus/focus-ring.js",
|
|
38923
39282
|
"start": 0,
|
|
38924
|
-
"end":
|
|
39283
|
+
"end": 21
|
|
38925
39284
|
}
|
|
38926
39285
|
]
|
|
38927
39286
|
},
|
|
@@ -38944,137 +39303,35 @@
|
|
|
38944
39303
|
},
|
|
38945
39304
|
"description": "An object of class names and truthy values if they apply."
|
|
38946
39305
|
}
|
|
38947
|
-
}
|
|
38948
|
-
|
|
38949
|
-
|
|
38950
|
-
|
|
38951
|
-
"
|
|
38952
|
-
"
|
|
38953
|
-
|
|
38954
|
-
|
|
38955
|
-
|
|
38956
|
-
"type": {
|
|
38957
|
-
"text": "HTMLElement",
|
|
38958
|
-
"references": [
|
|
38959
|
-
{
|
|
38960
|
-
"name": "HTMLElement",
|
|
38961
|
-
"package": "global:",
|
|
38962
|
-
"start": 0,
|
|
38963
|
-
"end": 11
|
|
38964
|
-
}
|
|
38965
|
-
]
|
|
38966
|
-
}
|
|
38967
|
-
},
|
|
38968
|
-
{
|
|
38969
|
-
"name": "opts",
|
|
38970
|
-
"description": "Setup options, supports a cleanup `signal`.",
|
|
38971
|
-
"type": {
|
|
38972
|
-
"text": "{ signal?: AbortSignal; }",
|
|
38973
|
-
"references": [
|
|
38974
|
-
{
|
|
38975
|
-
"name": "AbortSignal",
|
|
38976
|
-
"package": "global:",
|
|
38977
|
-
"start": 11,
|
|
38978
|
-
"end": 22
|
|
38979
|
-
}
|
|
38980
|
-
]
|
|
38981
|
-
},
|
|
38982
|
-
"optional": true
|
|
38983
|
-
}
|
|
38984
|
-
],
|
|
38985
|
-
"return": {
|
|
38986
|
-
"type": {
|
|
38987
|
-
"text": "void"
|
|
38988
|
-
}
|
|
38989
|
-
}
|
|
38990
|
-
},
|
|
38991
|
-
{
|
|
38992
|
-
"kind": "variable",
|
|
38993
|
-
"name": "iconButton",
|
|
38994
|
-
"description": "A Lit directive that adds icon button styling and functionality to its element.",
|
|
38995
|
-
"type": {
|
|
38996
|
-
"text": "(state?: IconButtonClassesState & AdditionalClasses) => DirectiveResult<DirectiveClass>",
|
|
38997
|
-
"references": [
|
|
38998
|
-
{
|
|
38999
|
-
"name": "IconButtonClassesState",
|
|
39000
|
-
"package": "@material/web",
|
|
39001
|
-
"module": "labs/gb/components/iconbutton/icon-button.js",
|
|
39002
|
-
"start": 9,
|
|
39003
|
-
"end": 31
|
|
39004
|
-
},
|
|
39005
|
-
{
|
|
39006
|
-
"name": "AdditionalClasses",
|
|
39007
|
-
"package": "@material/web",
|
|
39008
|
-
"module": "labs/gb/components/shared/directives.js",
|
|
39009
|
-
"start": 34,
|
|
39010
|
-
"end": 51
|
|
39011
|
-
},
|
|
39012
|
-
{
|
|
39013
|
-
"name": "DirectiveResult",
|
|
39014
|
-
"package": "lit-html",
|
|
39015
|
-
"module": "development/directive.js",
|
|
39016
|
-
"start": 56,
|
|
39017
|
-
"end": 71
|
|
39018
|
-
}
|
|
39019
|
-
]
|
|
39020
|
-
}
|
|
39021
|
-
}
|
|
39022
|
-
],
|
|
39023
|
-
"exports": [
|
|
39024
|
-
{
|
|
39025
|
-
"kind": "js",
|
|
39026
|
-
"name": "ICON_BUTTON_COLORS",
|
|
39027
|
-
"declaration": {
|
|
39028
|
-
"name": "ICON_BUTTON_COLORS"
|
|
39029
|
-
}
|
|
39030
|
-
},
|
|
39031
|
-
{
|
|
39032
|
-
"kind": "js",
|
|
39033
|
-
"name": "ICON_BUTTON_SIZES",
|
|
39034
|
-
"declaration": {
|
|
39035
|
-
"name": "ICON_BUTTON_SIZES"
|
|
39036
|
-
}
|
|
39037
|
-
},
|
|
39038
|
-
{
|
|
39039
|
-
"kind": "js",
|
|
39040
|
-
"name": "ICON_BUTTON_WIDTHS",
|
|
39041
|
-
"declaration": {
|
|
39042
|
-
"name": "ICON_BUTTON_WIDTHS"
|
|
39043
|
-
}
|
|
39044
|
-
},
|
|
39045
|
-
{
|
|
39046
|
-
"kind": "js",
|
|
39047
|
-
"name": "ICON_BUTTON_CLASSES",
|
|
39048
|
-
"declaration": {
|
|
39049
|
-
"name": "ICON_BUTTON_CLASSES"
|
|
39050
|
-
}
|
|
39051
|
-
},
|
|
39052
|
-
{
|
|
39053
|
-
"kind": "js",
|
|
39054
|
-
"name": "iconButtonClasses",
|
|
39055
|
-
"declaration": {
|
|
39056
|
-
"name": "iconButtonClasses"
|
|
39057
|
-
}
|
|
39306
|
+
}
|
|
39307
|
+
],
|
|
39308
|
+
"exports": [
|
|
39309
|
+
{
|
|
39310
|
+
"kind": "js",
|
|
39311
|
+
"name": "FOCUS_RING_TYPES",
|
|
39312
|
+
"declaration": {
|
|
39313
|
+
"name": "FOCUS_RING_TYPES"
|
|
39314
|
+
}
|
|
39058
39315
|
},
|
|
39059
39316
|
{
|
|
39060
39317
|
"kind": "js",
|
|
39061
|
-
"name": "
|
|
39318
|
+
"name": "FOCUS_RING_CLASSES",
|
|
39062
39319
|
"declaration": {
|
|
39063
|
-
"name": "
|
|
39320
|
+
"name": "FOCUS_RING_CLASSES"
|
|
39064
39321
|
}
|
|
39065
39322
|
},
|
|
39066
39323
|
{
|
|
39067
39324
|
"kind": "js",
|
|
39068
|
-
"name": "
|
|
39325
|
+
"name": "focusRingClasses",
|
|
39069
39326
|
"declaration": {
|
|
39070
|
-
"name": "
|
|
39327
|
+
"name": "focusRingClasses"
|
|
39071
39328
|
}
|
|
39072
39329
|
}
|
|
39073
39330
|
]
|
|
39074
39331
|
},
|
|
39075
39332
|
{
|
|
39076
39333
|
"kind": "javascript-module",
|
|
39077
|
-
"path": "labs/gb/components/iconbutton/
|
|
39334
|
+
"path": "labs/gb/components/iconbutton/icon-button-element.js",
|
|
39078
39335
|
"declarations": [
|
|
39079
39336
|
{
|
|
39080
39337
|
"kind": "variable",
|
|
@@ -39136,12 +39393,12 @@
|
|
|
39136
39393
|
},
|
|
39137
39394
|
{
|
|
39138
39395
|
"kind": "class",
|
|
39139
|
-
"name": "
|
|
39396
|
+
"name": "IconButtonElement",
|
|
39140
39397
|
"description": "A Material Design icon button component.",
|
|
39141
39398
|
"superclass": {
|
|
39142
39399
|
"name": "baseClass",
|
|
39143
39400
|
"package": "@material/web",
|
|
39144
|
-
"module": "labs/gb/components/iconbutton/
|
|
39401
|
+
"module": "labs/gb/components/iconbutton/icon-button-element.js"
|
|
39145
39402
|
},
|
|
39146
39403
|
"members": [
|
|
39147
39404
|
{
|
|
@@ -39362,7 +39619,6 @@
|
|
|
39362
39619
|
}
|
|
39363
39620
|
}
|
|
39364
39621
|
],
|
|
39365
|
-
"tagName": "md-gb-icon-button",
|
|
39366
39622
|
"customElement": true,
|
|
39367
39623
|
"attributes": [
|
|
39368
39624
|
{
|
|
@@ -39435,29 +39691,95 @@
|
|
|
39435
39691
|
},
|
|
39436
39692
|
"fieldName": "target"
|
|
39437
39693
|
}
|
|
39694
|
+
],
|
|
39695
|
+
"events": [
|
|
39696
|
+
{
|
|
39697
|
+
"name": "input",
|
|
39698
|
+
"type": {
|
|
39699
|
+
"text": "InputEvent",
|
|
39700
|
+
"references": [
|
|
39701
|
+
{
|
|
39702
|
+
"name": "InputEvent",
|
|
39703
|
+
"package": "global:",
|
|
39704
|
+
"start": 0,
|
|
39705
|
+
"end": 10
|
|
39706
|
+
}
|
|
39707
|
+
]
|
|
39708
|
+
},
|
|
39709
|
+
"description": "Fired when a toggle icon button is selected or unselected. --bubbles --composed"
|
|
39710
|
+
},
|
|
39711
|
+
{
|
|
39712
|
+
"name": "change",
|
|
39713
|
+
"type": {
|
|
39714
|
+
"text": "Event",
|
|
39715
|
+
"references": [
|
|
39716
|
+
{
|
|
39717
|
+
"name": "Event",
|
|
39718
|
+
"package": "global:",
|
|
39719
|
+
"start": 0,
|
|
39720
|
+
"end": 5
|
|
39721
|
+
}
|
|
39722
|
+
]
|
|
39723
|
+
},
|
|
39724
|
+
"description": "Fired when a toggle button is selected or unselected. --bubbles"
|
|
39725
|
+
}
|
|
39726
|
+
],
|
|
39727
|
+
"slots": [
|
|
39728
|
+
{
|
|
39729
|
+
"name": "-",
|
|
39730
|
+
"description": "Used to display an icon."
|
|
39731
|
+
}
|
|
39732
|
+
],
|
|
39733
|
+
"cssParts": [
|
|
39734
|
+
{
|
|
39735
|
+
"name": "icon-btn",
|
|
39736
|
+
"description": "The icon button's root element."
|
|
39737
|
+
}
|
|
39738
|
+
],
|
|
39739
|
+
"cssProperties": [
|
|
39740
|
+
{
|
|
39741
|
+
"name": "--container-color"
|
|
39742
|
+
},
|
|
39743
|
+
{
|
|
39744
|
+
"name": "--container-height"
|
|
39745
|
+
},
|
|
39746
|
+
{
|
|
39747
|
+
"name": "--container-shape"
|
|
39748
|
+
},
|
|
39749
|
+
{
|
|
39750
|
+
"name": "--icon-color"
|
|
39751
|
+
},
|
|
39752
|
+
{
|
|
39753
|
+
"name": "--icon-size"
|
|
39754
|
+
},
|
|
39755
|
+
{
|
|
39756
|
+
"name": "--outline-color"
|
|
39757
|
+
},
|
|
39758
|
+
{
|
|
39759
|
+
"name": "--outline-width"
|
|
39760
|
+
},
|
|
39761
|
+
{
|
|
39762
|
+
"name": "--leading-space"
|
|
39763
|
+
},
|
|
39764
|
+
{
|
|
39765
|
+
"name": "--trailing-space"
|
|
39766
|
+
}
|
|
39438
39767
|
]
|
|
39439
39768
|
}
|
|
39440
39769
|
],
|
|
39441
39770
|
"exports": [
|
|
39442
39771
|
{
|
|
39443
39772
|
"kind": "js",
|
|
39444
|
-
"name": "
|
|
39445
|
-
"declaration": {
|
|
39446
|
-
"name": "IconButton"
|
|
39447
|
-
}
|
|
39448
|
-
},
|
|
39449
|
-
{
|
|
39450
|
-
"kind": "custom-element-definition",
|
|
39451
|
-
"name": "md-gb-icon-button",
|
|
39773
|
+
"name": "IconButtonElement",
|
|
39452
39774
|
"declaration": {
|
|
39453
|
-
"name": "
|
|
39775
|
+
"name": "IconButtonElement"
|
|
39454
39776
|
}
|
|
39455
39777
|
}
|
|
39456
39778
|
]
|
|
39457
39779
|
},
|
|
39458
39780
|
{
|
|
39459
39781
|
"kind": "javascript-module",
|
|
39460
|
-
"path": "labs/gb/components/
|
|
39782
|
+
"path": "labs/gb/components/iconbutton/icon-button.cssresult.js",
|
|
39461
39783
|
"declarations": [
|
|
39462
39784
|
{
|
|
39463
39785
|
"kind": "variable",
|
|
@@ -39510,112 +39832,57 @@
|
|
|
39510
39832
|
},
|
|
39511
39833
|
{
|
|
39512
39834
|
"kind": "javascript-module",
|
|
39513
|
-
"path": "labs/gb/components/
|
|
39835
|
+
"path": "labs/gb/components/iconbutton/icon-button.js",
|
|
39514
39836
|
"declarations": [
|
|
39515
39837
|
{
|
|
39516
39838
|
"kind": "variable",
|
|
39517
|
-
"name": "
|
|
39518
|
-
"description": "
|
|
39839
|
+
"name": "ICON_BUTTON_COLORS",
|
|
39840
|
+
"description": "Icon Button color configurations.",
|
|
39519
39841
|
"type": {
|
|
39520
|
-
"text": "{ readonly
|
|
39842
|
+
"text": "{ readonly filled: \"filled\"; readonly tonal: \"tonal\"; readonly outlined: \"outlined\"; readonly standard: \"standard\"; }"
|
|
39843
|
+
}
|
|
39844
|
+
},
|
|
39845
|
+
{
|
|
39846
|
+
"kind": "variable",
|
|
39847
|
+
"name": "ICON_BUTTON_SIZES",
|
|
39848
|
+
"description": "Icon Button size configurations.",
|
|
39849
|
+
"type": {
|
|
39850
|
+
"text": "{ readonly xs: \"xs\"; readonly sm: \"sm\"; readonly md: \"md\"; readonly lg: \"lg\"; readonly xl: \"xl\"; }"
|
|
39851
|
+
}
|
|
39852
|
+
},
|
|
39853
|
+
{
|
|
39854
|
+
"kind": "variable",
|
|
39855
|
+
"name": "ICON_BUTTON_WIDTHS",
|
|
39856
|
+
"description": "Icon Button width configurations.",
|
|
39857
|
+
"type": {
|
|
39858
|
+
"text": "{ readonly narrow: \"narrow\"; readonly wide: \"wide\"; }"
|
|
39859
|
+
}
|
|
39860
|
+
},
|
|
39861
|
+
{
|
|
39862
|
+
"kind": "variable",
|
|
39863
|
+
"name": "ICON_BUTTON_CLASSES",
|
|
39864
|
+
"description": "Icon Button classes.",
|
|
39865
|
+
"type": {
|
|
39866
|
+
"text": "{ iconBtn: string; iconBtnFilled: string; iconBtnTonal: string; iconBtnOutlined: string; iconBtnStandard: string; iconBtnXs: string; iconBtnSm: string; iconBtnMd: string; iconBtnLg: string; ... 7 more ...; disabled: string; }"
|
|
39521
39867
|
}
|
|
39522
39868
|
},
|
|
39523
39869
|
{
|
|
39524
39870
|
"kind": "function",
|
|
39525
|
-
"name": "
|
|
39526
|
-
"description": "Returns the
|
|
39871
|
+
"name": "iconButtonClasses",
|
|
39872
|
+
"description": "Returns the icon button classes to apply to an element based on the given\nstate.",
|
|
39527
39873
|
"parameters": [
|
|
39528
39874
|
{
|
|
39529
|
-
"name": "{\n
|
|
39530
|
-
"description": "The state of the
|
|
39875
|
+
"name": "{\n color,\n size,\n width,\n square = false,\n selected,\n active = false,\n disabled = false,\n}",
|
|
39876
|
+
"description": "The state of the icon button.",
|
|
39531
39877
|
"type": {
|
|
39532
|
-
"text": "
|
|
39878
|
+
"text": "IconButtonClassesState",
|
|
39533
39879
|
"references": [
|
|
39534
39880
|
{
|
|
39535
|
-
"name": "
|
|
39881
|
+
"name": "IconButtonClassesState",
|
|
39536
39882
|
"package": "@material/web",
|
|
39537
|
-
"module": "labs/gb/components/
|
|
39883
|
+
"module": "labs/gb/components/iconbutton/icon-button.js",
|
|
39538
39884
|
"start": 0,
|
|
39539
|
-
"end":
|
|
39540
|
-
}
|
|
39541
|
-
]
|
|
39542
|
-
},
|
|
39543
|
-
"default": "{}",
|
|
39544
|
-
"optional": true
|
|
39545
|
-
}
|
|
39546
|
-
],
|
|
39547
|
-
"return": {
|
|
39548
|
-
"type": {
|
|
39549
|
-
"text": "ClassInfo",
|
|
39550
|
-
"references": [
|
|
39551
|
-
{
|
|
39552
|
-
"name": "ClassInfo",
|
|
39553
|
-
"package": "lit",
|
|
39554
|
-
"module": "directives/class-map.js",
|
|
39555
|
-
"start": 0,
|
|
39556
|
-
"end": 9
|
|
39557
|
-
}
|
|
39558
|
-
]
|
|
39559
|
-
},
|
|
39560
|
-
"description": "An object of class names and truthy values if they apply."
|
|
39561
|
-
}
|
|
39562
|
-
},
|
|
39563
|
-
{
|
|
39564
|
-
"kind": "variable",
|
|
39565
|
-
"name": "list",
|
|
39566
|
-
"description": "A Lit directive that adds list styling and functionality to its element.",
|
|
39567
|
-
"type": {
|
|
39568
|
-
"text": "(state?: ListClassesState & AdditionalClasses) => DirectiveResult<DirectiveClass>",
|
|
39569
|
-
"references": [
|
|
39570
|
-
{
|
|
39571
|
-
"name": "ListClassesState",
|
|
39572
|
-
"package": "@material/web",
|
|
39573
|
-
"module": "labs/gb/components/list/list.js",
|
|
39574
|
-
"start": 9,
|
|
39575
|
-
"end": 25
|
|
39576
|
-
},
|
|
39577
|
-
{
|
|
39578
|
-
"name": "AdditionalClasses",
|
|
39579
|
-
"package": "@material/web",
|
|
39580
|
-
"module": "labs/gb/components/shared/directives.js",
|
|
39581
|
-
"start": 28,
|
|
39582
|
-
"end": 45
|
|
39583
|
-
},
|
|
39584
|
-
{
|
|
39585
|
-
"name": "DirectiveResult",
|
|
39586
|
-
"package": "lit-html",
|
|
39587
|
-
"module": "development/directive.js",
|
|
39588
|
-
"start": 50,
|
|
39589
|
-
"end": 65
|
|
39590
|
-
}
|
|
39591
|
-
]
|
|
39592
|
-
}
|
|
39593
|
-
},
|
|
39594
|
-
{
|
|
39595
|
-
"kind": "variable",
|
|
39596
|
-
"name": "LIST_ITEM_CLASSES",
|
|
39597
|
-
"description": "List item classes.",
|
|
39598
|
-
"type": {
|
|
39599
|
-
"text": "{ readonly listItem: \"list-item\"; readonly listItemStatic: \"list-item-static\"; readonly listItemContent: \"list-item-content\"; readonly listItemLeading: \"list-item-leading\"; readonly listItemTrailing: \"list-item-trailing\"; ... 8 more ...; readonly disabled: string; }"
|
|
39600
|
-
}
|
|
39601
|
-
},
|
|
39602
|
-
{
|
|
39603
|
-
"kind": "function",
|
|
39604
|
-
"name": "listItemClasses",
|
|
39605
|
-
"description": "Returns the list item classes to apply to an element based on the given\nstate.",
|
|
39606
|
-
"parameters": [
|
|
39607
|
-
{
|
|
39608
|
-
"name": "{\n static: staticItem = false,\n checked = false,\n hover = false,\n focus = false,\n active = false,\n disabled = false,\n}",
|
|
39609
|
-
"description": "The state of the list item.",
|
|
39610
|
-
"type": {
|
|
39611
|
-
"text": "ListItemClassesState",
|
|
39612
|
-
"references": [
|
|
39613
|
-
{
|
|
39614
|
-
"name": "ListItemClassesState",
|
|
39615
|
-
"package": "@material/web",
|
|
39616
|
-
"module": "labs/gb/components/list/list.js",
|
|
39617
|
-
"start": 0,
|
|
39618
|
-
"end": 20
|
|
39885
|
+
"end": 22
|
|
39619
39886
|
}
|
|
39620
39887
|
]
|
|
39621
39888
|
},
|
|
@@ -39641,12 +39908,12 @@
|
|
|
39641
39908
|
},
|
|
39642
39909
|
{
|
|
39643
39910
|
"kind": "function",
|
|
39644
|
-
"name": "
|
|
39645
|
-
"description": "Sets up
|
|
39911
|
+
"name": "setupIconButton",
|
|
39912
|
+
"description": "Sets up icon button functionality for the given element.",
|
|
39646
39913
|
"parameters": [
|
|
39647
39914
|
{
|
|
39648
|
-
"name": "
|
|
39649
|
-
"description": "The element on which to set up
|
|
39915
|
+
"name": "iconButton",
|
|
39916
|
+
"description": "The element on which to set up icon button functionality.",
|
|
39650
39917
|
"type": {
|
|
39651
39918
|
"text": "HTMLElement",
|
|
39652
39919
|
"references": [
|
|
@@ -39684,31 +39951,31 @@
|
|
|
39684
39951
|
},
|
|
39685
39952
|
{
|
|
39686
39953
|
"kind": "variable",
|
|
39687
|
-
"name": "
|
|
39688
|
-
"description": "A Lit directive that adds
|
|
39954
|
+
"name": "iconButton",
|
|
39955
|
+
"description": "A Lit directive that adds icon button styling and functionality to its element.",
|
|
39689
39956
|
"type": {
|
|
39690
|
-
"text": "(state?:
|
|
39957
|
+
"text": "(state?: IconButtonClassesState & AdditionalClasses) => DirectiveResult<DirectiveClass>",
|
|
39691
39958
|
"references": [
|
|
39692
39959
|
{
|
|
39693
|
-
"name": "
|
|
39960
|
+
"name": "IconButtonClassesState",
|
|
39694
39961
|
"package": "@material/web",
|
|
39695
|
-
"module": "labs/gb/components/
|
|
39962
|
+
"module": "labs/gb/components/iconbutton/icon-button.js",
|
|
39696
39963
|
"start": 9,
|
|
39697
|
-
"end":
|
|
39964
|
+
"end": 31
|
|
39698
39965
|
},
|
|
39699
39966
|
{
|
|
39700
39967
|
"name": "AdditionalClasses",
|
|
39701
39968
|
"package": "@material/web",
|
|
39702
39969
|
"module": "labs/gb/components/shared/directives.js",
|
|
39703
|
-
"start":
|
|
39704
|
-
"end":
|
|
39970
|
+
"start": 34,
|
|
39971
|
+
"end": 51
|
|
39705
39972
|
},
|
|
39706
39973
|
{
|
|
39707
39974
|
"name": "DirectiveResult",
|
|
39708
39975
|
"package": "lit-html",
|
|
39709
39976
|
"module": "development/directive.js",
|
|
39710
|
-
"start":
|
|
39711
|
-
"end":
|
|
39977
|
+
"start": 56,
|
|
39978
|
+
"end": 71
|
|
39712
39979
|
}
|
|
39713
39980
|
]
|
|
39714
39981
|
}
|
|
@@ -39717,58 +39984,190 @@
|
|
|
39717
39984
|
"exports": [
|
|
39718
39985
|
{
|
|
39719
39986
|
"kind": "js",
|
|
39720
|
-
"name": "
|
|
39987
|
+
"name": "ICON_BUTTON_COLORS",
|
|
39721
39988
|
"declaration": {
|
|
39722
|
-
"name": "
|
|
39989
|
+
"name": "ICON_BUTTON_COLORS"
|
|
39723
39990
|
}
|
|
39724
39991
|
},
|
|
39725
39992
|
{
|
|
39726
39993
|
"kind": "js",
|
|
39727
|
-
"name": "
|
|
39994
|
+
"name": "ICON_BUTTON_SIZES",
|
|
39728
39995
|
"declaration": {
|
|
39729
|
-
"name": "
|
|
39996
|
+
"name": "ICON_BUTTON_SIZES"
|
|
39730
39997
|
}
|
|
39731
39998
|
},
|
|
39732
39999
|
{
|
|
39733
40000
|
"kind": "js",
|
|
39734
|
-
"name": "
|
|
40001
|
+
"name": "ICON_BUTTON_WIDTHS",
|
|
39735
40002
|
"declaration": {
|
|
39736
|
-
"name": "
|
|
40003
|
+
"name": "ICON_BUTTON_WIDTHS"
|
|
39737
40004
|
}
|
|
39738
40005
|
},
|
|
39739
40006
|
{
|
|
39740
40007
|
"kind": "js",
|
|
39741
|
-
"name": "
|
|
40008
|
+
"name": "ICON_BUTTON_CLASSES",
|
|
39742
40009
|
"declaration": {
|
|
39743
|
-
"name": "
|
|
40010
|
+
"name": "ICON_BUTTON_CLASSES"
|
|
39744
40011
|
}
|
|
39745
40012
|
},
|
|
39746
40013
|
{
|
|
39747
40014
|
"kind": "js",
|
|
39748
|
-
"name": "
|
|
40015
|
+
"name": "iconButtonClasses",
|
|
39749
40016
|
"declaration": {
|
|
39750
|
-
"name": "
|
|
40017
|
+
"name": "iconButtonClasses"
|
|
39751
40018
|
}
|
|
39752
40019
|
},
|
|
39753
40020
|
{
|
|
39754
40021
|
"kind": "js",
|
|
39755
|
-
"name": "
|
|
40022
|
+
"name": "setupIconButton",
|
|
39756
40023
|
"declaration": {
|
|
39757
|
-
"name": "
|
|
40024
|
+
"name": "setupIconButton"
|
|
39758
40025
|
}
|
|
39759
40026
|
},
|
|
39760
40027
|
{
|
|
39761
40028
|
"kind": "js",
|
|
39762
|
-
"name": "
|
|
40029
|
+
"name": "iconButton",
|
|
39763
40030
|
"declaration": {
|
|
39764
|
-
"name": "
|
|
40031
|
+
"name": "iconButton"
|
|
40032
|
+
}
|
|
40033
|
+
}
|
|
40034
|
+
]
|
|
40035
|
+
},
|
|
40036
|
+
{
|
|
40037
|
+
"kind": "javascript-module",
|
|
40038
|
+
"path": "labs/gb/components/iconbutton/md-gb-icon-button.js"
|
|
40039
|
+
},
|
|
40040
|
+
{
|
|
40041
|
+
"kind": "javascript-module",
|
|
40042
|
+
"path": "labs/gb/components/list/list-element.js",
|
|
40043
|
+
"declarations": [
|
|
40044
|
+
{
|
|
40045
|
+
"kind": "variable",
|
|
40046
|
+
"name": "baseClass",
|
|
40047
|
+
"type": {
|
|
40048
|
+
"text": "MixinReturn<typeof LitElement, WithElementInternals>",
|
|
40049
|
+
"references": [
|
|
40050
|
+
{
|
|
40051
|
+
"name": "MixinReturn",
|
|
40052
|
+
"package": "@material/web",
|
|
40053
|
+
"module": "labs/behaviors/mixin.js",
|
|
40054
|
+
"start": 0,
|
|
40055
|
+
"end": 11
|
|
40056
|
+
},
|
|
40057
|
+
{
|
|
40058
|
+
"name": "WithElementInternals",
|
|
40059
|
+
"package": "@material/web",
|
|
40060
|
+
"module": "labs/behaviors/element-internals.js",
|
|
40061
|
+
"start": 31,
|
|
40062
|
+
"end": 51
|
|
40063
|
+
}
|
|
40064
|
+
]
|
|
40065
|
+
}
|
|
40066
|
+
},
|
|
40067
|
+
{
|
|
40068
|
+
"kind": "class",
|
|
40069
|
+
"name": "ListElement",
|
|
40070
|
+
"description": "A Material Design list component.",
|
|
40071
|
+
"superclass": {
|
|
40072
|
+
"name": "baseClass",
|
|
40073
|
+
"package": "@material/web",
|
|
40074
|
+
"module": "labs/gb/components/list/list-element.js"
|
|
40075
|
+
},
|
|
40076
|
+
"members": [
|
|
40077
|
+
{
|
|
40078
|
+
"kind": "field",
|
|
40079
|
+
"name": "segmented",
|
|
40080
|
+
"description": "Whether to render the list with segmented items.",
|
|
40081
|
+
"privacy": "public",
|
|
40082
|
+
"type": {
|
|
40083
|
+
"text": "boolean"
|
|
40084
|
+
},
|
|
40085
|
+
"default": "false",
|
|
40086
|
+
"attribute": "segmented"
|
|
40087
|
+
},
|
|
40088
|
+
{
|
|
40089
|
+
"kind": "field",
|
|
40090
|
+
"name": "styles",
|
|
40091
|
+
"static": true,
|
|
40092
|
+
"privacy": "public",
|
|
40093
|
+
"type": {
|
|
40094
|
+
"text": "CSSResultOrNative[]",
|
|
40095
|
+
"references": [
|
|
40096
|
+
{
|
|
40097
|
+
"name": "CSSResultOrNative",
|
|
40098
|
+
"package": "lit",
|
|
40099
|
+
"start": 0,
|
|
40100
|
+
"end": 17
|
|
40101
|
+
}
|
|
40102
|
+
]
|
|
40103
|
+
},
|
|
40104
|
+
"default": "[\n listStyles,\n css`\n :host {\n display: flex;\n }\n .list {\n flex: 1;\n }\n `,\n ]"
|
|
40105
|
+
},
|
|
40106
|
+
{
|
|
40107
|
+
"kind": "method",
|
|
40108
|
+
"name": "render",
|
|
40109
|
+
"privacy": "protected",
|
|
40110
|
+
"return": {
|
|
40111
|
+
"type": {
|
|
40112
|
+
"text": "TemplateResult<1>",
|
|
40113
|
+
"references": [
|
|
40114
|
+
{
|
|
40115
|
+
"name": "TemplateResult",
|
|
40116
|
+
"package": "lit-html",
|
|
40117
|
+
"module": "development/lit-html.js",
|
|
40118
|
+
"start": 0,
|
|
40119
|
+
"end": 14
|
|
40120
|
+
}
|
|
40121
|
+
]
|
|
40122
|
+
}
|
|
40123
|
+
}
|
|
40124
|
+
}
|
|
40125
|
+
],
|
|
40126
|
+
"customElement": true,
|
|
40127
|
+
"attributes": [
|
|
40128
|
+
{
|
|
40129
|
+
"name": "segmented",
|
|
40130
|
+
"type": {
|
|
40131
|
+
"text": "boolean"
|
|
40132
|
+
},
|
|
40133
|
+
"fieldName": "segmented"
|
|
40134
|
+
}
|
|
40135
|
+
],
|
|
40136
|
+
"slots": [
|
|
40137
|
+
{
|
|
40138
|
+
"name": "-",
|
|
40139
|
+
"description": "Used to display list items."
|
|
40140
|
+
}
|
|
40141
|
+
],
|
|
40142
|
+
"cssParts": [
|
|
40143
|
+
{
|
|
40144
|
+
"name": "list",
|
|
40145
|
+
"description": "The list's root element."
|
|
40146
|
+
}
|
|
40147
|
+
],
|
|
40148
|
+
"cssProperties": [
|
|
40149
|
+
{
|
|
40150
|
+
"name": "--container-shape"
|
|
40151
|
+
},
|
|
40152
|
+
{
|
|
40153
|
+
"name": "--gap"
|
|
40154
|
+
}
|
|
40155
|
+
]
|
|
40156
|
+
}
|
|
40157
|
+
],
|
|
40158
|
+
"exports": [
|
|
40159
|
+
{
|
|
40160
|
+
"kind": "js",
|
|
40161
|
+
"name": "ListElement",
|
|
40162
|
+
"declaration": {
|
|
40163
|
+
"name": "ListElement"
|
|
39765
40164
|
}
|
|
39766
40165
|
}
|
|
39767
40166
|
]
|
|
39768
40167
|
},
|
|
39769
40168
|
{
|
|
39770
40169
|
"kind": "javascript-module",
|
|
39771
|
-
"path": "labs/gb/components/list/
|
|
40170
|
+
"path": "labs/gb/components/list/list-item-element.js",
|
|
39772
40171
|
"declarations": [
|
|
39773
40172
|
{
|
|
39774
40173
|
"kind": "variable",
|
|
@@ -39802,12 +40201,12 @@
|
|
|
39802
40201
|
},
|
|
39803
40202
|
{
|
|
39804
40203
|
"kind": "class",
|
|
39805
|
-
"name": "
|
|
40204
|
+
"name": "ListItemElement",
|
|
39806
40205
|
"description": "A Material Design list item component.",
|
|
39807
40206
|
"superclass": {
|
|
39808
40207
|
"name": "baseClass",
|
|
39809
40208
|
"package": "@material/web",
|
|
39810
|
-
"module": "labs/gb/components/list/
|
|
40209
|
+
"module": "labs/gb/components/list/list-item-element.js"
|
|
39811
40210
|
},
|
|
39812
40211
|
"members": [
|
|
39813
40212
|
{
|
|
@@ -39931,7 +40330,6 @@
|
|
|
39931
40330
|
}
|
|
39932
40331
|
}
|
|
39933
40332
|
],
|
|
39934
|
-
"tagName": "md-gb-list-item",
|
|
39935
40333
|
"customElement": true,
|
|
39936
40334
|
"attributes": [
|
|
39937
40335
|
{
|
|
@@ -39955,151 +40353,487 @@
|
|
|
39955
40353
|
},
|
|
39956
40354
|
"fieldName": "nonInteractive"
|
|
39957
40355
|
}
|
|
39958
|
-
]
|
|
39959
|
-
|
|
39960
|
-
|
|
39961
|
-
|
|
39962
|
-
|
|
39963
|
-
|
|
39964
|
-
|
|
39965
|
-
|
|
39966
|
-
|
|
39967
|
-
|
|
39968
|
-
|
|
39969
|
-
|
|
39970
|
-
|
|
39971
|
-
|
|
39972
|
-
|
|
39973
|
-
|
|
39974
|
-
|
|
39975
|
-
|
|
39976
|
-
|
|
39977
|
-
|
|
39978
|
-
|
|
39979
|
-
|
|
39980
|
-
|
|
39981
|
-
|
|
39982
|
-
|
|
39983
|
-
|
|
39984
|
-
|
|
39985
|
-
|
|
39986
|
-
|
|
39987
|
-
|
|
39988
|
-
|
|
39989
|
-
|
|
39990
|
-
|
|
39991
|
-
|
|
39992
|
-
|
|
39993
|
-
|
|
39994
|
-
|
|
40356
|
+
],
|
|
40357
|
+
"slots": [
|
|
40358
|
+
{
|
|
40359
|
+
"name": "-",
|
|
40360
|
+
"description": "Used to display the item's primary label."
|
|
40361
|
+
},
|
|
40362
|
+
{
|
|
40363
|
+
"name": "avatar",
|
|
40364
|
+
"description": "Used to display a circular avatar before the item's content."
|
|
40365
|
+
},
|
|
40366
|
+
{
|
|
40367
|
+
"name": "leading",
|
|
40368
|
+
"description": "Used to display icons and content before the item's main content."
|
|
40369
|
+
},
|
|
40370
|
+
{
|
|
40371
|
+
"name": "overline",
|
|
40372
|
+
"description": "Used to display overline text above the main label."
|
|
40373
|
+
},
|
|
40374
|
+
{
|
|
40375
|
+
"name": "supporting-text",
|
|
40376
|
+
"description": "Used to display supporting text below the main label."
|
|
40377
|
+
},
|
|
40378
|
+
{
|
|
40379
|
+
"name": "trailing-text",
|
|
40380
|
+
"description": "Used to display metadata or text after the item's main content."
|
|
40381
|
+
},
|
|
40382
|
+
{
|
|
40383
|
+
"name": "trailing",
|
|
40384
|
+
"description": "Used to display icons and content after the item's main content."
|
|
40385
|
+
}
|
|
40386
|
+
],
|
|
40387
|
+
"cssParts": [
|
|
40388
|
+
{
|
|
40389
|
+
"name": "list-item",
|
|
40390
|
+
"description": "The list item's root element."
|
|
40391
|
+
}
|
|
40392
|
+
],
|
|
40393
|
+
"cssProperties": [
|
|
40394
|
+
{
|
|
40395
|
+
"name": "--container-height"
|
|
40396
|
+
},
|
|
40397
|
+
{
|
|
40398
|
+
"name": "--container-color"
|
|
40399
|
+
},
|
|
40400
|
+
{
|
|
40401
|
+
"name": "--container-shape"
|
|
40402
|
+
},
|
|
40403
|
+
{
|
|
40404
|
+
"name": "--label-text-color"
|
|
40405
|
+
},
|
|
40406
|
+
{
|
|
40407
|
+
"name": "--label-text"
|
|
40408
|
+
},
|
|
40409
|
+
{
|
|
40410
|
+
"name": "--label-text-tracking"
|
|
40411
|
+
},
|
|
40412
|
+
{
|
|
40413
|
+
"name": "--leading-space"
|
|
40414
|
+
},
|
|
40415
|
+
{
|
|
40416
|
+
"name": "--trailing-space"
|
|
40417
|
+
},
|
|
40418
|
+
{
|
|
40419
|
+
"name": "--between-space"
|
|
40420
|
+
},
|
|
40421
|
+
{
|
|
40422
|
+
"name": "--top-space"
|
|
40423
|
+
},
|
|
40424
|
+
{
|
|
40425
|
+
"name": "--bottom-space"
|
|
40426
|
+
},
|
|
40427
|
+
{
|
|
40428
|
+
"name": "--avatar-size"
|
|
40429
|
+
},
|
|
40430
|
+
{
|
|
40431
|
+
"name": "--avatar-shape"
|
|
40432
|
+
},
|
|
40433
|
+
{
|
|
40434
|
+
"name": "--avatar-color"
|
|
40435
|
+
},
|
|
40436
|
+
{
|
|
40437
|
+
"name": "--avatar-label"
|
|
40438
|
+
},
|
|
40439
|
+
{
|
|
40440
|
+
"name": "--avatar-label-tracking"
|
|
40441
|
+
},
|
|
40442
|
+
{
|
|
40443
|
+
"name": "--avatar-label-color"
|
|
40444
|
+
},
|
|
40445
|
+
{
|
|
40446
|
+
"name": "--leading-icon-color"
|
|
40447
|
+
},
|
|
40448
|
+
{
|
|
40449
|
+
"name": "--leading-icon-size"
|
|
40450
|
+
},
|
|
40451
|
+
{
|
|
40452
|
+
"name": "--trailing-icon-color"
|
|
40453
|
+
},
|
|
40454
|
+
{
|
|
40455
|
+
"name": "--trailing-icon-size"
|
|
40456
|
+
},
|
|
40457
|
+
{
|
|
40458
|
+
"name": "--overline"
|
|
40459
|
+
},
|
|
40460
|
+
{
|
|
40461
|
+
"name": "--overline-tracking"
|
|
40462
|
+
},
|
|
40463
|
+
{
|
|
40464
|
+
"name": "--overline-color"
|
|
40465
|
+
},
|
|
40466
|
+
{
|
|
40467
|
+
"name": "--supporting-text"
|
|
40468
|
+
},
|
|
40469
|
+
{
|
|
40470
|
+
"name": "--supporting-text-tracking"
|
|
40471
|
+
},
|
|
40472
|
+
{
|
|
40473
|
+
"name": "--supporting-text-color"
|
|
40474
|
+
},
|
|
40475
|
+
{
|
|
40476
|
+
"name": "--trailing-supporting-text"
|
|
40477
|
+
},
|
|
40478
|
+
{
|
|
40479
|
+
"name": "--trailing-supporting-text-tracking"
|
|
40480
|
+
},
|
|
40481
|
+
{
|
|
40482
|
+
"name": "--trailing-supporting-text-color"
|
|
40483
|
+
}
|
|
40484
|
+
]
|
|
40485
|
+
}
|
|
40486
|
+
],
|
|
40487
|
+
"exports": [
|
|
40488
|
+
{
|
|
40489
|
+
"kind": "js",
|
|
40490
|
+
"name": "ListItemElement",
|
|
40491
|
+
"declaration": {
|
|
40492
|
+
"name": "ListItemElement"
|
|
40493
|
+
}
|
|
40494
|
+
}
|
|
40495
|
+
]
|
|
40496
|
+
},
|
|
40497
|
+
{
|
|
40498
|
+
"kind": "javascript-module",
|
|
40499
|
+
"path": "labs/gb/components/list/list.cssresult.js",
|
|
40500
|
+
"declarations": [
|
|
40501
|
+
{
|
|
40502
|
+
"kind": "variable",
|
|
40503
|
+
"name": "styles",
|
|
40504
|
+
"type": {
|
|
40505
|
+
"text": "CSSResult",
|
|
40506
|
+
"references": [
|
|
39995
40507
|
{
|
|
39996
|
-
"name": "
|
|
39997
|
-
"package": "
|
|
39998
|
-
"module": "
|
|
39999
|
-
"start":
|
|
40000
|
-
"end":
|
|
40508
|
+
"name": "CSSResult",
|
|
40509
|
+
"package": "lit",
|
|
40510
|
+
"module": "development/index.js",
|
|
40511
|
+
"start": 0,
|
|
40512
|
+
"end": 9
|
|
40001
40513
|
}
|
|
40002
40514
|
]
|
|
40003
40515
|
}
|
|
40004
40516
|
},
|
|
40005
40517
|
{
|
|
40006
|
-
"kind": "
|
|
40007
|
-
"name": "
|
|
40008
|
-
"
|
|
40009
|
-
|
|
40010
|
-
"
|
|
40011
|
-
|
|
40012
|
-
|
|
40013
|
-
|
|
40014
|
-
|
|
40518
|
+
"kind": "variable",
|
|
40519
|
+
"name": "default",
|
|
40520
|
+
"type": {
|
|
40521
|
+
"text": "CSSStyleSheet",
|
|
40522
|
+
"references": [
|
|
40523
|
+
{
|
|
40524
|
+
"name": "CSSStyleSheet",
|
|
40525
|
+
"package": "global:",
|
|
40526
|
+
"start": 0,
|
|
40527
|
+
"end": 13
|
|
40528
|
+
}
|
|
40529
|
+
]
|
|
40530
|
+
}
|
|
40531
|
+
}
|
|
40532
|
+
],
|
|
40533
|
+
"exports": [
|
|
40534
|
+
{
|
|
40535
|
+
"kind": "js",
|
|
40536
|
+
"name": "styles",
|
|
40537
|
+
"declaration": {
|
|
40538
|
+
"name": "styles"
|
|
40539
|
+
}
|
|
40540
|
+
},
|
|
40541
|
+
{
|
|
40542
|
+
"kind": "js",
|
|
40543
|
+
"name": "default",
|
|
40544
|
+
"declaration": {
|
|
40545
|
+
"name": "default"
|
|
40546
|
+
}
|
|
40547
|
+
}
|
|
40548
|
+
]
|
|
40549
|
+
},
|
|
40550
|
+
{
|
|
40551
|
+
"kind": "javascript-module",
|
|
40552
|
+
"path": "labs/gb/components/list/list.js",
|
|
40553
|
+
"declarations": [
|
|
40554
|
+
{
|
|
40555
|
+
"kind": "variable",
|
|
40556
|
+
"name": "LIST_CLASSES",
|
|
40557
|
+
"description": "List classes.",
|
|
40558
|
+
"type": {
|
|
40559
|
+
"text": "{ readonly list: \"list\"; readonly listSegmented: \"list-segmented\"; }"
|
|
40560
|
+
}
|
|
40561
|
+
},
|
|
40562
|
+
{
|
|
40563
|
+
"kind": "function",
|
|
40564
|
+
"name": "listClasses",
|
|
40565
|
+
"description": "Returns the list classes to apply to an element based on the given state.",
|
|
40566
|
+
"parameters": [
|
|
40015
40567
|
{
|
|
40016
|
-
"
|
|
40017
|
-
"
|
|
40018
|
-
"description": "Whether to render the list with segmented items.",
|
|
40019
|
-
"privacy": "public",
|
|
40568
|
+
"name": "{\n segmented = false,\n}",
|
|
40569
|
+
"description": "The state of the list.",
|
|
40020
40570
|
"type": {
|
|
40021
|
-
"text": "
|
|
40571
|
+
"text": "ListClassesState",
|
|
40572
|
+
"references": [
|
|
40573
|
+
{
|
|
40574
|
+
"name": "ListClassesState",
|
|
40575
|
+
"package": "@material/web",
|
|
40576
|
+
"module": "labs/gb/components/list/list.js",
|
|
40577
|
+
"start": 0,
|
|
40578
|
+
"end": 16
|
|
40579
|
+
}
|
|
40580
|
+
]
|
|
40022
40581
|
},
|
|
40023
|
-
"default": "
|
|
40024
|
-
"
|
|
40582
|
+
"default": "{}",
|
|
40583
|
+
"optional": true
|
|
40584
|
+
}
|
|
40585
|
+
],
|
|
40586
|
+
"return": {
|
|
40587
|
+
"type": {
|
|
40588
|
+
"text": "ClassInfo",
|
|
40589
|
+
"references": [
|
|
40590
|
+
{
|
|
40591
|
+
"name": "ClassInfo",
|
|
40592
|
+
"package": "lit",
|
|
40593
|
+
"module": "directives/class-map.js",
|
|
40594
|
+
"start": 0,
|
|
40595
|
+
"end": 9
|
|
40596
|
+
}
|
|
40597
|
+
]
|
|
40025
40598
|
},
|
|
40599
|
+
"description": "An object of class names and truthy values if they apply."
|
|
40600
|
+
}
|
|
40601
|
+
},
|
|
40602
|
+
{
|
|
40603
|
+
"kind": "variable",
|
|
40604
|
+
"name": "list",
|
|
40605
|
+
"description": "A Lit directive that adds list styling and functionality to its element.",
|
|
40606
|
+
"type": {
|
|
40607
|
+
"text": "(state?: ListClassesState & AdditionalClasses) => DirectiveResult<DirectiveClass>",
|
|
40608
|
+
"references": [
|
|
40609
|
+
{
|
|
40610
|
+
"name": "ListClassesState",
|
|
40611
|
+
"package": "@material/web",
|
|
40612
|
+
"module": "labs/gb/components/list/list.js",
|
|
40613
|
+
"start": 9,
|
|
40614
|
+
"end": 25
|
|
40615
|
+
},
|
|
40616
|
+
{
|
|
40617
|
+
"name": "AdditionalClasses",
|
|
40618
|
+
"package": "@material/web",
|
|
40619
|
+
"module": "labs/gb/components/shared/directives.js",
|
|
40620
|
+
"start": 28,
|
|
40621
|
+
"end": 45
|
|
40622
|
+
},
|
|
40623
|
+
{
|
|
40624
|
+
"name": "DirectiveResult",
|
|
40625
|
+
"package": "lit-html",
|
|
40626
|
+
"module": "development/directive.js",
|
|
40627
|
+
"start": 50,
|
|
40628
|
+
"end": 65
|
|
40629
|
+
}
|
|
40630
|
+
]
|
|
40631
|
+
}
|
|
40632
|
+
},
|
|
40633
|
+
{
|
|
40634
|
+
"kind": "variable",
|
|
40635
|
+
"name": "LIST_ITEM_CLASSES",
|
|
40636
|
+
"description": "List item classes.",
|
|
40637
|
+
"type": {
|
|
40638
|
+
"text": "{ readonly listItem: \"list-item\"; readonly listItemStatic: \"list-item-static\"; readonly listItemContent: \"list-item-content\"; readonly listItemLeading: \"list-item-leading\"; readonly listItemTrailing: \"list-item-trailing\"; ... 8 more ...; readonly disabled: string; }"
|
|
40639
|
+
}
|
|
40640
|
+
},
|
|
40641
|
+
{
|
|
40642
|
+
"kind": "function",
|
|
40643
|
+
"name": "listItemClasses",
|
|
40644
|
+
"description": "Returns the list item classes to apply to an element based on the given\nstate.",
|
|
40645
|
+
"parameters": [
|
|
40026
40646
|
{
|
|
40027
|
-
"
|
|
40028
|
-
"
|
|
40029
|
-
"static": true,
|
|
40030
|
-
"privacy": "public",
|
|
40647
|
+
"name": "{\n static: staticItem = false,\n checked = false,\n hover = false,\n focus = false,\n active = false,\n disabled = false,\n}",
|
|
40648
|
+
"description": "The state of the list item.",
|
|
40031
40649
|
"type": {
|
|
40032
|
-
"text": "
|
|
40650
|
+
"text": "ListItemClassesState",
|
|
40033
40651
|
"references": [
|
|
40034
40652
|
{
|
|
40035
|
-
"name": "
|
|
40036
|
-
"package": "
|
|
40653
|
+
"name": "ListItemClassesState",
|
|
40654
|
+
"package": "@material/web",
|
|
40655
|
+
"module": "labs/gb/components/list/list.js",
|
|
40037
40656
|
"start": 0,
|
|
40038
|
-
"end":
|
|
40657
|
+
"end": 20
|
|
40039
40658
|
}
|
|
40040
40659
|
]
|
|
40041
40660
|
},
|
|
40042
|
-
"default": "
|
|
40661
|
+
"default": "{}",
|
|
40662
|
+
"optional": true
|
|
40663
|
+
}
|
|
40664
|
+
],
|
|
40665
|
+
"return": {
|
|
40666
|
+
"type": {
|
|
40667
|
+
"text": "ClassInfo",
|
|
40668
|
+
"references": [
|
|
40669
|
+
{
|
|
40670
|
+
"name": "ClassInfo",
|
|
40671
|
+
"package": "lit",
|
|
40672
|
+
"module": "directives/class-map.js",
|
|
40673
|
+
"start": 0,
|
|
40674
|
+
"end": 9
|
|
40675
|
+
}
|
|
40676
|
+
]
|
|
40043
40677
|
},
|
|
40678
|
+
"description": "An object of class names and truthy values if they apply."
|
|
40679
|
+
}
|
|
40680
|
+
},
|
|
40681
|
+
{
|
|
40682
|
+
"kind": "function",
|
|
40683
|
+
"name": "setupListItem",
|
|
40684
|
+
"description": "Sets up list item functionality for the given element.",
|
|
40685
|
+
"parameters": [
|
|
40044
40686
|
{
|
|
40045
|
-
"
|
|
40046
|
-
"
|
|
40047
|
-
"
|
|
40048
|
-
|
|
40049
|
-
"
|
|
40050
|
-
|
|
40051
|
-
|
|
40052
|
-
|
|
40053
|
-
|
|
40054
|
-
|
|
40055
|
-
|
|
40056
|
-
|
|
40057
|
-
"end": 14
|
|
40058
|
-
}
|
|
40059
|
-
]
|
|
40060
|
-
}
|
|
40687
|
+
"name": "listItem",
|
|
40688
|
+
"description": "The element on which to set up list item functionality.",
|
|
40689
|
+
"type": {
|
|
40690
|
+
"text": "HTMLElement",
|
|
40691
|
+
"references": [
|
|
40692
|
+
{
|
|
40693
|
+
"name": "HTMLElement",
|
|
40694
|
+
"package": "global:",
|
|
40695
|
+
"start": 0,
|
|
40696
|
+
"end": 11
|
|
40697
|
+
}
|
|
40698
|
+
]
|
|
40061
40699
|
}
|
|
40062
|
-
}
|
|
40063
|
-
],
|
|
40064
|
-
"tagName": "md-gb-list",
|
|
40065
|
-
"customElement": true,
|
|
40066
|
-
"attributes": [
|
|
40700
|
+
},
|
|
40067
40701
|
{
|
|
40068
|
-
"name": "
|
|
40702
|
+
"name": "opts",
|
|
40703
|
+
"description": "Setup options, supports a cleanup `signal`.",
|
|
40069
40704
|
"type": {
|
|
40070
|
-
"text": "
|
|
40705
|
+
"text": "{ signal?: AbortSignal; }",
|
|
40706
|
+
"references": [
|
|
40707
|
+
{
|
|
40708
|
+
"name": "AbortSignal",
|
|
40709
|
+
"package": "global:",
|
|
40710
|
+
"start": 11,
|
|
40711
|
+
"end": 22
|
|
40712
|
+
}
|
|
40713
|
+
]
|
|
40071
40714
|
},
|
|
40072
|
-
"
|
|
40715
|
+
"optional": true
|
|
40073
40716
|
}
|
|
40074
|
-
]
|
|
40717
|
+
],
|
|
40718
|
+
"return": {
|
|
40719
|
+
"type": {
|
|
40720
|
+
"text": "void"
|
|
40721
|
+
}
|
|
40722
|
+
}
|
|
40723
|
+
},
|
|
40724
|
+
{
|
|
40725
|
+
"kind": "variable",
|
|
40726
|
+
"name": "listItem",
|
|
40727
|
+
"description": "A Lit directive that adds list item styling and functionality to its element.",
|
|
40728
|
+
"type": {
|
|
40729
|
+
"text": "(state?: ListItemClassesState & AdditionalClasses) => DirectiveResult<DirectiveClass>",
|
|
40730
|
+
"references": [
|
|
40731
|
+
{
|
|
40732
|
+
"name": "ListItemClassesState",
|
|
40733
|
+
"package": "@material/web",
|
|
40734
|
+
"module": "labs/gb/components/list/list.js",
|
|
40735
|
+
"start": 9,
|
|
40736
|
+
"end": 29
|
|
40737
|
+
},
|
|
40738
|
+
{
|
|
40739
|
+
"name": "AdditionalClasses",
|
|
40740
|
+
"package": "@material/web",
|
|
40741
|
+
"module": "labs/gb/components/shared/directives.js",
|
|
40742
|
+
"start": 32,
|
|
40743
|
+
"end": 49
|
|
40744
|
+
},
|
|
40745
|
+
{
|
|
40746
|
+
"name": "DirectiveResult",
|
|
40747
|
+
"package": "lit-html",
|
|
40748
|
+
"module": "development/directive.js",
|
|
40749
|
+
"start": 54,
|
|
40750
|
+
"end": 69
|
|
40751
|
+
}
|
|
40752
|
+
]
|
|
40753
|
+
}
|
|
40075
40754
|
}
|
|
40076
40755
|
],
|
|
40077
40756
|
"exports": [
|
|
40078
40757
|
{
|
|
40079
40758
|
"kind": "js",
|
|
40080
|
-
"name": "
|
|
40759
|
+
"name": "LIST_CLASSES",
|
|
40081
40760
|
"declaration": {
|
|
40082
|
-
"name": "
|
|
40761
|
+
"name": "LIST_CLASSES"
|
|
40083
40762
|
}
|
|
40084
40763
|
},
|
|
40085
40764
|
{
|
|
40086
|
-
"kind": "
|
|
40087
|
-
"name": "
|
|
40765
|
+
"kind": "js",
|
|
40766
|
+
"name": "listClasses",
|
|
40088
40767
|
"declaration": {
|
|
40089
|
-
"name": "
|
|
40768
|
+
"name": "listClasses"
|
|
40769
|
+
}
|
|
40770
|
+
},
|
|
40771
|
+
{
|
|
40772
|
+
"kind": "js",
|
|
40773
|
+
"name": "list",
|
|
40774
|
+
"declaration": {
|
|
40775
|
+
"name": "list"
|
|
40776
|
+
}
|
|
40777
|
+
},
|
|
40778
|
+
{
|
|
40779
|
+
"kind": "js",
|
|
40780
|
+
"name": "LIST_ITEM_CLASSES",
|
|
40781
|
+
"declaration": {
|
|
40782
|
+
"name": "LIST_ITEM_CLASSES"
|
|
40783
|
+
}
|
|
40784
|
+
},
|
|
40785
|
+
{
|
|
40786
|
+
"kind": "js",
|
|
40787
|
+
"name": "listItemClasses",
|
|
40788
|
+
"declaration": {
|
|
40789
|
+
"name": "listItemClasses"
|
|
40790
|
+
}
|
|
40791
|
+
},
|
|
40792
|
+
{
|
|
40793
|
+
"kind": "js",
|
|
40794
|
+
"name": "setupListItem",
|
|
40795
|
+
"declaration": {
|
|
40796
|
+
"name": "setupListItem"
|
|
40797
|
+
}
|
|
40798
|
+
},
|
|
40799
|
+
{
|
|
40800
|
+
"kind": "js",
|
|
40801
|
+
"name": "listItem",
|
|
40802
|
+
"declaration": {
|
|
40803
|
+
"name": "listItem"
|
|
40090
40804
|
}
|
|
40091
40805
|
}
|
|
40092
40806
|
]
|
|
40093
40807
|
},
|
|
40094
40808
|
{
|
|
40095
40809
|
"kind": "javascript-module",
|
|
40096
|
-
"path": "labs/gb/components/
|
|
40810
|
+
"path": "labs/gb/components/list/md-gb-list-item.js"
|
|
40811
|
+
},
|
|
40812
|
+
{
|
|
40813
|
+
"kind": "javascript-module",
|
|
40814
|
+
"path": "labs/gb/components/list/md-gb-list.js"
|
|
40815
|
+
},
|
|
40816
|
+
{
|
|
40817
|
+
"kind": "javascript-module",
|
|
40818
|
+
"path": "labs/gb/components/menu/md-gb-menu-group.js"
|
|
40819
|
+
},
|
|
40820
|
+
{
|
|
40821
|
+
"kind": "javascript-module",
|
|
40822
|
+
"path": "labs/gb/components/menu/md-gb-menu-item.js"
|
|
40823
|
+
},
|
|
40824
|
+
{
|
|
40825
|
+
"kind": "javascript-module",
|
|
40826
|
+
"path": "labs/gb/components/menu/md-gb-menu.js"
|
|
40827
|
+
},
|
|
40828
|
+
{
|
|
40829
|
+
"kind": "javascript-module",
|
|
40830
|
+
"path": "labs/gb/components/menu/menu-element.js",
|
|
40097
40831
|
"declarations": [
|
|
40098
40832
|
{
|
|
40099
40833
|
"kind": "variable",
|
|
40100
40834
|
"name": "baseClass",
|
|
40101
40835
|
"type": {
|
|
40102
|
-
"text": "MixinReturn<typeof LitElement, WithElementInternals>",
|
|
40836
|
+
"text": "MixinReturn<MixinReturn<typeof LitElement, Focusable>, WithElementInternals>",
|
|
40103
40837
|
"references": [
|
|
40104
40838
|
{
|
|
40105
40839
|
"name": "MixinReturn",
|
|
@@ -40108,79 +40842,97 @@
|
|
|
40108
40842
|
"start": 0,
|
|
40109
40843
|
"end": 11
|
|
40110
40844
|
},
|
|
40845
|
+
{
|
|
40846
|
+
"name": "MixinReturn",
|
|
40847
|
+
"package": "@material/web",
|
|
40848
|
+
"module": "labs/behaviors/mixin.js",
|
|
40849
|
+
"start": 12,
|
|
40850
|
+
"end": 23
|
|
40851
|
+
},
|
|
40852
|
+
{
|
|
40853
|
+
"name": "Focusable",
|
|
40854
|
+
"package": "@material/web",
|
|
40855
|
+
"module": "labs/behaviors/focusable.js",
|
|
40856
|
+
"start": 43,
|
|
40857
|
+
"end": 52
|
|
40858
|
+
},
|
|
40111
40859
|
{
|
|
40112
40860
|
"name": "WithElementInternals",
|
|
40113
40861
|
"package": "@material/web",
|
|
40114
40862
|
"module": "labs/behaviors/element-internals.js",
|
|
40115
|
-
"start":
|
|
40116
|
-
"end":
|
|
40863
|
+
"start": 55,
|
|
40864
|
+
"end": 75
|
|
40117
40865
|
}
|
|
40118
40866
|
]
|
|
40119
40867
|
}
|
|
40120
40868
|
},
|
|
40121
40869
|
{
|
|
40122
40870
|
"kind": "class",
|
|
40123
|
-
"name": "
|
|
40124
|
-
"description": "A Material Design menu
|
|
40871
|
+
"name": "MenuElement",
|
|
40872
|
+
"description": "A Material Design menu component.",
|
|
40125
40873
|
"superclass": {
|
|
40126
40874
|
"name": "baseClass",
|
|
40127
40875
|
"package": "@material/web",
|
|
40128
|
-
"module": "labs/gb/components/menu/
|
|
40876
|
+
"module": "labs/gb/components/menu/menu-element.js"
|
|
40129
40877
|
},
|
|
40130
40878
|
"members": [
|
|
40131
40879
|
{
|
|
40132
40880
|
"kind": "field",
|
|
40133
|
-
"name": "
|
|
40881
|
+
"name": "color",
|
|
40134
40882
|
"privacy": "public",
|
|
40135
40883
|
"type": {
|
|
40136
|
-
"text": "
|
|
40884
|
+
"text": "MenuColor",
|
|
40137
40885
|
"references": [
|
|
40138
40886
|
{
|
|
40139
|
-
"name": "
|
|
40887
|
+
"name": "MenuColor",
|
|
40140
40888
|
"package": "@material/web",
|
|
40141
40889
|
"module": "labs/gb/components/menu/menu.js",
|
|
40142
40890
|
"start": 0,
|
|
40143
|
-
"end":
|
|
40891
|
+
"end": 9
|
|
40144
40892
|
}
|
|
40145
40893
|
]
|
|
40146
40894
|
},
|
|
40147
|
-
"default": "
|
|
40148
|
-
"attribute": "
|
|
40149
|
-
"reflects": true
|
|
40895
|
+
"default": "MENU_COLORS.standard",
|
|
40896
|
+
"attribute": "color"
|
|
40150
40897
|
},
|
|
40151
40898
|
{
|
|
40152
40899
|
"kind": "field",
|
|
40153
|
-
"name": "
|
|
40900
|
+
"name": "previouslyFocused",
|
|
40154
40901
|
"privacy": "private",
|
|
40155
40902
|
"type": {
|
|
40156
|
-
"text": "
|
|
40903
|
+
"text": "HTMLElement",
|
|
40157
40904
|
"references": [
|
|
40158
40905
|
{
|
|
40159
|
-
"name": "
|
|
40160
|
-
"package": "
|
|
40161
|
-
"module": "labs/gb/components/menu/menu.js",
|
|
40906
|
+
"name": "HTMLElement",
|
|
40907
|
+
"package": "global:",
|
|
40162
40908
|
"start": 0,
|
|
40163
40909
|
"end": 11
|
|
40164
40910
|
}
|
|
40165
40911
|
]
|
|
40166
|
-
}
|
|
40167
|
-
"default": "null"
|
|
40912
|
+
}
|
|
40168
40913
|
},
|
|
40169
40914
|
{
|
|
40170
40915
|
"kind": "field",
|
|
40171
|
-
"name": "
|
|
40172
|
-
"privacy": "
|
|
40916
|
+
"name": "itemsSet",
|
|
40917
|
+
"privacy": "private",
|
|
40173
40918
|
"type": {
|
|
40174
|
-
"text": "HTMLElement",
|
|
40919
|
+
"text": "Set<HTMLElement>",
|
|
40175
40920
|
"references": [
|
|
40176
40921
|
{
|
|
40177
|
-
"name": "
|
|
40922
|
+
"name": "Set",
|
|
40178
40923
|
"package": "global:",
|
|
40179
40924
|
"start": 0,
|
|
40180
|
-
"end":
|
|
40925
|
+
"end": 3
|
|
40926
|
+
},
|
|
40927
|
+
{
|
|
40928
|
+
"name": "HTMLElement",
|
|
40929
|
+
"package": "global:",
|
|
40930
|
+
"start": 4,
|
|
40931
|
+
"end": 15
|
|
40181
40932
|
}
|
|
40182
40933
|
]
|
|
40183
|
-
}
|
|
40934
|
+
},
|
|
40935
|
+
"default": "new Set<HTMLElement>()"
|
|
40184
40936
|
},
|
|
40185
40937
|
{
|
|
40186
40938
|
"kind": "field",
|
|
@@ -40214,7 +40966,17 @@
|
|
|
40214
40966
|
}
|
|
40215
40967
|
]
|
|
40216
40968
|
},
|
|
40217
|
-
"default": "[
|
|
40969
|
+
"default": "[menuStyles, css``]"
|
|
40970
|
+
},
|
|
40971
|
+
{
|
|
40972
|
+
"kind": "method",
|
|
40973
|
+
"name": "connectedCallback",
|
|
40974
|
+
"privacy": "public",
|
|
40975
|
+
"return": {
|
|
40976
|
+
"type": {
|
|
40977
|
+
"text": "void"
|
|
40978
|
+
}
|
|
40979
|
+
}
|
|
40218
40980
|
},
|
|
40219
40981
|
{
|
|
40220
40982
|
"kind": "method",
|
|
@@ -40236,15 +40998,49 @@
|
|
|
40236
40998
|
}
|
|
40237
40999
|
}
|
|
40238
41000
|
],
|
|
40239
|
-
"tagName": "md-gb-menu-group",
|
|
40240
41001
|
"customElement": true,
|
|
40241
41002
|
"attributes": [
|
|
40242
41003
|
{
|
|
40243
|
-
"name": "
|
|
41004
|
+
"name": "color",
|
|
40244
41005
|
"type": {
|
|
40245
41006
|
"text": "string"
|
|
40246
41007
|
},
|
|
40247
|
-
"fieldName": "
|
|
41008
|
+
"fieldName": "color"
|
|
41009
|
+
}
|
|
41010
|
+
],
|
|
41011
|
+
"slots": [
|
|
41012
|
+
{
|
|
41013
|
+
"name": "-",
|
|
41014
|
+
"description": "Used to display the menu's items."
|
|
41015
|
+
}
|
|
41016
|
+
],
|
|
41017
|
+
"cssParts": [
|
|
41018
|
+
{
|
|
41019
|
+
"name": "menu",
|
|
41020
|
+
"description": "The menu's root element."
|
|
41021
|
+
}
|
|
41022
|
+
],
|
|
41023
|
+
"cssProperties": [
|
|
41024
|
+
{
|
|
41025
|
+
"name": "--container-color"
|
|
41026
|
+
},
|
|
41027
|
+
{
|
|
41028
|
+
"name": "--container-elevation"
|
|
41029
|
+
},
|
|
41030
|
+
{
|
|
41031
|
+
"name": "--container-shape"
|
|
41032
|
+
},
|
|
41033
|
+
{
|
|
41034
|
+
"name": "--gap"
|
|
41035
|
+
},
|
|
41036
|
+
{
|
|
41037
|
+
"name": "--group-padding"
|
|
41038
|
+
},
|
|
41039
|
+
{
|
|
41040
|
+
"name": "--group-shape"
|
|
41041
|
+
},
|
|
41042
|
+
{
|
|
41043
|
+
"name": "--section-label-text-color"
|
|
40248
41044
|
}
|
|
40249
41045
|
]
|
|
40250
41046
|
}
|
|
@@ -40252,29 +41048,22 @@
|
|
|
40252
41048
|
"exports": [
|
|
40253
41049
|
{
|
|
40254
41050
|
"kind": "js",
|
|
40255
|
-
"name": "
|
|
40256
|
-
"declaration": {
|
|
40257
|
-
"name": "MenuGroup"
|
|
40258
|
-
}
|
|
40259
|
-
},
|
|
40260
|
-
{
|
|
40261
|
-
"kind": "custom-element-definition",
|
|
40262
|
-
"name": "md-gb-menu-group",
|
|
41051
|
+
"name": "MenuElement",
|
|
40263
41052
|
"declaration": {
|
|
40264
|
-
"name": "
|
|
41053
|
+
"name": "MenuElement"
|
|
40265
41054
|
}
|
|
40266
41055
|
}
|
|
40267
41056
|
]
|
|
40268
41057
|
},
|
|
40269
41058
|
{
|
|
40270
41059
|
"kind": "javascript-module",
|
|
40271
|
-
"path": "labs/gb/components/menu/
|
|
41060
|
+
"path": "labs/gb/components/menu/menu-group-element.js",
|
|
40272
41061
|
"declarations": [
|
|
40273
41062
|
{
|
|
40274
41063
|
"kind": "variable",
|
|
40275
41064
|
"name": "baseClass",
|
|
40276
41065
|
"type": {
|
|
40277
|
-
"text": "MixinReturn<
|
|
41066
|
+
"text": "MixinReturn<typeof LitElement, WithElementInternals>",
|
|
40278
41067
|
"references": [
|
|
40279
41068
|
{
|
|
40280
41069
|
"name": "MixinReturn",
|
|
@@ -40283,60 +41072,44 @@
|
|
|
40283
41072
|
"start": 0,
|
|
40284
41073
|
"end": 11
|
|
40285
41074
|
},
|
|
40286
|
-
{
|
|
40287
|
-
"name": "MixinReturn",
|
|
40288
|
-
"package": "@material/web",
|
|
40289
|
-
"module": "labs/behaviors/mixin.js",
|
|
40290
|
-
"start": 12,
|
|
40291
|
-
"end": 23
|
|
40292
|
-
},
|
|
40293
|
-
{
|
|
40294
|
-
"name": "Focusable",
|
|
40295
|
-
"package": "@material/web",
|
|
40296
|
-
"module": "labs/behaviors/focusable.js",
|
|
40297
|
-
"start": 43,
|
|
40298
|
-
"end": 52
|
|
40299
|
-
},
|
|
40300
41075
|
{
|
|
40301
41076
|
"name": "WithElementInternals",
|
|
40302
41077
|
"package": "@material/web",
|
|
40303
41078
|
"module": "labs/behaviors/element-internals.js",
|
|
40304
|
-
"start":
|
|
40305
|
-
"end":
|
|
41079
|
+
"start": 31,
|
|
41080
|
+
"end": 51
|
|
40306
41081
|
}
|
|
40307
41082
|
]
|
|
40308
41083
|
}
|
|
40309
41084
|
},
|
|
40310
41085
|
{
|
|
40311
41086
|
"kind": "class",
|
|
40312
|
-
"name": "
|
|
40313
|
-
"description": "A Material Design menu
|
|
41087
|
+
"name": "MenuGroupElement",
|
|
41088
|
+
"description": "A Material Design menu group component.",
|
|
40314
41089
|
"superclass": {
|
|
40315
41090
|
"name": "baseClass",
|
|
40316
41091
|
"package": "@material/web",
|
|
40317
|
-
"module": "labs/gb/components/menu/
|
|
41092
|
+
"module": "labs/gb/components/menu/menu-group-element.js"
|
|
40318
41093
|
},
|
|
40319
41094
|
"members": [
|
|
40320
41095
|
{
|
|
40321
41096
|
"kind": "field",
|
|
40322
|
-
"name": "
|
|
40323
|
-
"privacy": "public",
|
|
40324
|
-
"type": {
|
|
40325
|
-
"text": "boolean"
|
|
40326
|
-
},
|
|
40327
|
-
"default": "false",
|
|
40328
|
-
"attribute": "checked",
|
|
40329
|
-
"reflects": true
|
|
40330
|
-
},
|
|
40331
|
-
{
|
|
40332
|
-
"kind": "field",
|
|
40333
|
-
"name": "disabled",
|
|
41097
|
+
"name": "checkable",
|
|
40334
41098
|
"privacy": "public",
|
|
40335
41099
|
"type": {
|
|
40336
|
-
"text": "
|
|
41100
|
+
"text": "MenuItemCheckable",
|
|
41101
|
+
"references": [
|
|
41102
|
+
{
|
|
41103
|
+
"name": "MenuItemCheckable",
|
|
41104
|
+
"package": "@material/web",
|
|
41105
|
+
"module": "labs/gb/components/menu/menu.js",
|
|
41106
|
+
"start": 0,
|
|
41107
|
+
"end": 17
|
|
41108
|
+
}
|
|
41109
|
+
]
|
|
40337
41110
|
},
|
|
40338
|
-
"default": "
|
|
40339
|
-
"attribute": "
|
|
41111
|
+
"default": "null",
|
|
41112
|
+
"attribute": "checkable",
|
|
40340
41113
|
"reflects": true
|
|
40341
41114
|
},
|
|
40342
41115
|
{
|
|
@@ -40354,31 +41127,31 @@
|
|
|
40354
41127
|
"end": 11
|
|
40355
41128
|
}
|
|
40356
41129
|
]
|
|
40357
|
-
}
|
|
41130
|
+
},
|
|
41131
|
+
"default": "null"
|
|
40358
41132
|
},
|
|
40359
41133
|
{
|
|
40360
41134
|
"kind": "field",
|
|
40361
|
-
"name": "
|
|
40362
|
-
"privacy": "
|
|
41135
|
+
"name": "menu",
|
|
41136
|
+
"privacy": "public",
|
|
40363
41137
|
"type": {
|
|
40364
|
-
"text": "
|
|
41138
|
+
"text": "HTMLElement",
|
|
40365
41139
|
"references": [
|
|
40366
41140
|
{
|
|
40367
|
-
"name": "
|
|
40368
|
-
"package": "
|
|
40369
|
-
"module": "labs/gb/components/menu/menu.js",
|
|
41141
|
+
"name": "HTMLElement",
|
|
41142
|
+
"package": "global:",
|
|
40370
41143
|
"start": 0,
|
|
40371
|
-
"end":
|
|
41144
|
+
"end": 11
|
|
40372
41145
|
}
|
|
40373
41146
|
]
|
|
40374
41147
|
}
|
|
40375
41148
|
},
|
|
40376
41149
|
{
|
|
40377
41150
|
"kind": "field",
|
|
40378
|
-
"name": "
|
|
41151
|
+
"name": "items",
|
|
40379
41152
|
"privacy": "public",
|
|
40380
41153
|
"type": {
|
|
40381
|
-
"text": "HTMLElement",
|
|
41154
|
+
"text": "HTMLElement[]",
|
|
40382
41155
|
"references": [
|
|
40383
41156
|
{
|
|
40384
41157
|
"name": "HTMLElement",
|
|
@@ -40405,27 +41178,7 @@
|
|
|
40405
41178
|
}
|
|
40406
41179
|
]
|
|
40407
41180
|
},
|
|
40408
|
-
"default": "[\n
|
|
40409
|
-
},
|
|
40410
|
-
{
|
|
40411
|
-
"kind": "method",
|
|
40412
|
-
"name": "connectedCallback",
|
|
40413
|
-
"privacy": "public",
|
|
40414
|
-
"return": {
|
|
40415
|
-
"type": {
|
|
40416
|
-
"text": "void"
|
|
40417
|
-
}
|
|
40418
|
-
}
|
|
40419
|
-
},
|
|
40420
|
-
{
|
|
40421
|
-
"kind": "method",
|
|
40422
|
-
"name": "disconnectedCallback",
|
|
40423
|
-
"privacy": "public",
|
|
40424
|
-
"return": {
|
|
40425
|
-
"type": {
|
|
40426
|
-
"text": "void"
|
|
40427
|
-
}
|
|
40428
|
-
}
|
|
41181
|
+
"default": "[\n css`\n :host {\n display: contents;\n }\n `,\n ]"
|
|
40429
41182
|
},
|
|
40430
41183
|
{
|
|
40431
41184
|
"kind": "method",
|
|
@@ -40445,53 +41198,22 @@
|
|
|
40445
41198
|
]
|
|
40446
41199
|
}
|
|
40447
41200
|
}
|
|
40448
|
-
},
|
|
40449
|
-
{
|
|
40450
|
-
"kind": "method",
|
|
40451
|
-
"name": "renderContent",
|
|
40452
|
-
"privacy": "private",
|
|
40453
|
-
"return": {
|
|
40454
|
-
"type": {
|
|
40455
|
-
"text": "TemplateResult<1>",
|
|
40456
|
-
"references": [
|
|
40457
|
-
{
|
|
40458
|
-
"name": "TemplateResult",
|
|
40459
|
-
"package": "lit-html",
|
|
40460
|
-
"module": "development/lit-html.js",
|
|
40461
|
-
"start": 0,
|
|
40462
|
-
"end": 14
|
|
40463
|
-
}
|
|
40464
|
-
]
|
|
40465
|
-
}
|
|
40466
|
-
}
|
|
40467
|
-
},
|
|
40468
|
-
{
|
|
40469
|
-
"kind": "method",
|
|
40470
|
-
"name": "updated",
|
|
40471
|
-
"privacy": "protected",
|
|
40472
|
-
"return": {
|
|
40473
|
-
"type": {
|
|
40474
|
-
"text": "void"
|
|
40475
|
-
}
|
|
40476
|
-
}
|
|
40477
41201
|
}
|
|
40478
41202
|
],
|
|
40479
|
-
"tagName": "md-gb-menu-item",
|
|
40480
41203
|
"customElement": true,
|
|
40481
41204
|
"attributes": [
|
|
40482
41205
|
{
|
|
40483
|
-
"name": "
|
|
41206
|
+
"name": "checkable",
|
|
40484
41207
|
"type": {
|
|
40485
|
-
"text": "
|
|
41208
|
+
"text": "string"
|
|
40486
41209
|
},
|
|
40487
|
-
"fieldName": "
|
|
40488
|
-
}
|
|
41210
|
+
"fieldName": "checkable"
|
|
41211
|
+
}
|
|
41212
|
+
],
|
|
41213
|
+
"slots": [
|
|
40489
41214
|
{
|
|
40490
|
-
"name": "
|
|
40491
|
-
"
|
|
40492
|
-
"text": "boolean"
|
|
40493
|
-
},
|
|
40494
|
-
"fieldName": "disabled"
|
|
41215
|
+
"name": "-",
|
|
41216
|
+
"description": "Used to display the menu group's items."
|
|
40495
41217
|
}
|
|
40496
41218
|
]
|
|
40497
41219
|
}
|
|
@@ -40499,23 +41221,16 @@
|
|
|
40499
41221
|
"exports": [
|
|
40500
41222
|
{
|
|
40501
41223
|
"kind": "js",
|
|
40502
|
-
"name": "
|
|
40503
|
-
"declaration": {
|
|
40504
|
-
"name": "MenuItem"
|
|
40505
|
-
}
|
|
40506
|
-
},
|
|
40507
|
-
{
|
|
40508
|
-
"kind": "custom-element-definition",
|
|
40509
|
-
"name": "md-gb-menu-item",
|
|
41224
|
+
"name": "MenuGroupElement",
|
|
40510
41225
|
"declaration": {
|
|
40511
|
-
"name": "
|
|
41226
|
+
"name": "MenuGroupElement"
|
|
40512
41227
|
}
|
|
40513
41228
|
}
|
|
40514
41229
|
]
|
|
40515
41230
|
},
|
|
40516
41231
|
{
|
|
40517
41232
|
"kind": "javascript-module",
|
|
40518
|
-
"path": "labs/gb/components/menu/
|
|
41233
|
+
"path": "labs/gb/components/menu/menu-item-element.js",
|
|
40519
41234
|
"declarations": [
|
|
40520
41235
|
{
|
|
40521
41236
|
"kind": "variable",
|
|
@@ -40556,43 +41271,47 @@
|
|
|
40556
41271
|
},
|
|
40557
41272
|
{
|
|
40558
41273
|
"kind": "class",
|
|
40559
|
-
"name": "
|
|
40560
|
-
"description": "A Material Design menu component.",
|
|
41274
|
+
"name": "MenuItemElement",
|
|
41275
|
+
"description": "A Material Design menu item component.",
|
|
40561
41276
|
"superclass": {
|
|
40562
41277
|
"name": "baseClass",
|
|
40563
41278
|
"package": "@material/web",
|
|
40564
|
-
"module": "labs/gb/components/menu/
|
|
41279
|
+
"module": "labs/gb/components/menu/menu-item-element.js"
|
|
40565
41280
|
},
|
|
40566
41281
|
"members": [
|
|
40567
41282
|
{
|
|
40568
41283
|
"kind": "field",
|
|
40569
|
-
"name": "
|
|
41284
|
+
"name": "checked",
|
|
41285
|
+
"privacy": "public",
|
|
41286
|
+
"type": {
|
|
41287
|
+
"text": "boolean"
|
|
41288
|
+
},
|
|
41289
|
+
"default": "false",
|
|
41290
|
+
"attribute": "checked",
|
|
41291
|
+
"reflects": true
|
|
41292
|
+
},
|
|
41293
|
+
{
|
|
41294
|
+
"kind": "field",
|
|
41295
|
+
"name": "disabled",
|
|
40570
41296
|
"privacy": "public",
|
|
40571
41297
|
"type": {
|
|
40572
|
-
"text": "
|
|
40573
|
-
"references": [
|
|
40574
|
-
{
|
|
40575
|
-
"name": "MenuColor",
|
|
40576
|
-
"package": "@material/web",
|
|
40577
|
-
"module": "labs/gb/components/menu/menu.js",
|
|
40578
|
-
"start": 0,
|
|
40579
|
-
"end": 9
|
|
40580
|
-
}
|
|
40581
|
-
]
|
|
41298
|
+
"text": "boolean"
|
|
40582
41299
|
},
|
|
40583
|
-
"default": "
|
|
40584
|
-
"attribute": "
|
|
41300
|
+
"default": "false",
|
|
41301
|
+
"attribute": "disabled",
|
|
41302
|
+
"reflects": true
|
|
40585
41303
|
},
|
|
40586
41304
|
{
|
|
40587
41305
|
"kind": "field",
|
|
40588
|
-
"name": "
|
|
41306
|
+
"name": "menuContext",
|
|
40589
41307
|
"privacy": "private",
|
|
40590
41308
|
"type": {
|
|
40591
|
-
"text": "
|
|
41309
|
+
"text": "MenuContext",
|
|
40592
41310
|
"references": [
|
|
40593
41311
|
{
|
|
40594
|
-
"name": "
|
|
40595
|
-
"package": "
|
|
41312
|
+
"name": "MenuContext",
|
|
41313
|
+
"package": "@material/web",
|
|
41314
|
+
"module": "labs/gb/components/menu/menu.js",
|
|
40596
41315
|
"start": 0,
|
|
40597
41316
|
"end": 11
|
|
40598
41317
|
}
|
|
@@ -40601,33 +41320,27 @@
|
|
|
40601
41320
|
},
|
|
40602
41321
|
{
|
|
40603
41322
|
"kind": "field",
|
|
40604
|
-
"name": "
|
|
41323
|
+
"name": "checkable",
|
|
40605
41324
|
"privacy": "private",
|
|
40606
41325
|
"type": {
|
|
40607
|
-
"text": "
|
|
41326
|
+
"text": "MenuItemCheckable",
|
|
40608
41327
|
"references": [
|
|
40609
41328
|
{
|
|
40610
|
-
"name": "
|
|
40611
|
-
"package": "
|
|
41329
|
+
"name": "MenuItemCheckable",
|
|
41330
|
+
"package": "@material/web",
|
|
41331
|
+
"module": "labs/gb/components/menu/menu.js",
|
|
40612
41332
|
"start": 0,
|
|
40613
|
-
"end":
|
|
40614
|
-
},
|
|
40615
|
-
{
|
|
40616
|
-
"name": "HTMLElement",
|
|
40617
|
-
"package": "global:",
|
|
40618
|
-
"start": 4,
|
|
40619
|
-
"end": 15
|
|
41333
|
+
"end": 17
|
|
40620
41334
|
}
|
|
40621
41335
|
]
|
|
40622
|
-
}
|
|
40623
|
-
"default": "new Set<HTMLElement>()"
|
|
41336
|
+
}
|
|
40624
41337
|
},
|
|
40625
41338
|
{
|
|
40626
41339
|
"kind": "field",
|
|
40627
|
-
"name": "
|
|
41340
|
+
"name": "menu",
|
|
40628
41341
|
"privacy": "public",
|
|
40629
41342
|
"type": {
|
|
40630
|
-
"text": "HTMLElement
|
|
41343
|
+
"text": "HTMLElement",
|
|
40631
41344
|
"references": [
|
|
40632
41345
|
{
|
|
40633
41346
|
"name": "HTMLElement",
|
|
@@ -40654,7 +41367,7 @@
|
|
|
40654
41367
|
}
|
|
40655
41368
|
]
|
|
40656
41369
|
},
|
|
40657
|
-
"default": "[menuStyles,
|
|
41370
|
+
"default": "[\n focusRingStyles,\n rippleStyles,\n menuStyles,\n css`\n :host {\n display: flex;\n outline: none;\n }\n .menu-item {\n flex: 1;\n }\n :is(.menu-item-leading, .menu-item-trailing):not(\n :has(.has-slotted, .checkmark)\n ) {\n display: none;\n }\n slot:not(.has-slotted) {\n display: contents;\n }\n .checkmark {\n display: flex;\n font: var(--md-icon-size) var(--md-icon-font);\n }\n `,\n ]"
|
|
40658
41371
|
},
|
|
40659
41372
|
{
|
|
40660
41373
|
"kind": "method",
|
|
@@ -40666,6 +41379,16 @@
|
|
|
40666
41379
|
}
|
|
40667
41380
|
}
|
|
40668
41381
|
},
|
|
41382
|
+
{
|
|
41383
|
+
"kind": "method",
|
|
41384
|
+
"name": "disconnectedCallback",
|
|
41385
|
+
"privacy": "public",
|
|
41386
|
+
"return": {
|
|
41387
|
+
"type": {
|
|
41388
|
+
"text": "void"
|
|
41389
|
+
}
|
|
41390
|
+
}
|
|
41391
|
+
},
|
|
40669
41392
|
{
|
|
40670
41393
|
"kind": "method",
|
|
40671
41394
|
"name": "render",
|
|
@@ -40684,17 +41407,180 @@
|
|
|
40684
41407
|
]
|
|
40685
41408
|
}
|
|
40686
41409
|
}
|
|
41410
|
+
},
|
|
41411
|
+
{
|
|
41412
|
+
"kind": "method",
|
|
41413
|
+
"name": "renderContent",
|
|
41414
|
+
"privacy": "private",
|
|
41415
|
+
"return": {
|
|
41416
|
+
"type": {
|
|
41417
|
+
"text": "TemplateResult<1>",
|
|
41418
|
+
"references": [
|
|
41419
|
+
{
|
|
41420
|
+
"name": "TemplateResult",
|
|
41421
|
+
"package": "lit-html",
|
|
41422
|
+
"module": "development/lit-html.js",
|
|
41423
|
+
"start": 0,
|
|
41424
|
+
"end": 14
|
|
41425
|
+
}
|
|
41426
|
+
]
|
|
41427
|
+
}
|
|
41428
|
+
}
|
|
41429
|
+
},
|
|
41430
|
+
{
|
|
41431
|
+
"kind": "method",
|
|
41432
|
+
"name": "updated",
|
|
41433
|
+
"privacy": "protected",
|
|
41434
|
+
"return": {
|
|
41435
|
+
"type": {
|
|
41436
|
+
"text": "void"
|
|
41437
|
+
}
|
|
41438
|
+
}
|
|
40687
41439
|
}
|
|
40688
41440
|
],
|
|
40689
|
-
"tagName": "md-gb-menu",
|
|
40690
41441
|
"customElement": true,
|
|
40691
41442
|
"attributes": [
|
|
40692
41443
|
{
|
|
40693
|
-
"name": "
|
|
41444
|
+
"name": "checked",
|
|
40694
41445
|
"type": {
|
|
40695
|
-
"text": "
|
|
41446
|
+
"text": "boolean"
|
|
40696
41447
|
},
|
|
40697
|
-
"fieldName": "
|
|
41448
|
+
"fieldName": "checked"
|
|
41449
|
+
},
|
|
41450
|
+
{
|
|
41451
|
+
"name": "disabled",
|
|
41452
|
+
"type": {
|
|
41453
|
+
"text": "boolean"
|
|
41454
|
+
},
|
|
41455
|
+
"fieldName": "disabled"
|
|
41456
|
+
}
|
|
41457
|
+
],
|
|
41458
|
+
"events": [
|
|
41459
|
+
{
|
|
41460
|
+
"name": "change",
|
|
41461
|
+
"type": {
|
|
41462
|
+
"text": "Event",
|
|
41463
|
+
"references": [
|
|
41464
|
+
{
|
|
41465
|
+
"name": "Event",
|
|
41466
|
+
"package": "global:",
|
|
41467
|
+
"start": 0,
|
|
41468
|
+
"end": 5
|
|
41469
|
+
}
|
|
41470
|
+
]
|
|
41471
|
+
},
|
|
41472
|
+
"description": "Fired when a checkbox or menu item is checked or unchecked. --bubbles"
|
|
41473
|
+
},
|
|
41474
|
+
{
|
|
41475
|
+
"name": "input",
|
|
41476
|
+
"type": {
|
|
41477
|
+
"text": "InputEvent",
|
|
41478
|
+
"references": [
|
|
41479
|
+
{
|
|
41480
|
+
"name": "InputEvent",
|
|
41481
|
+
"package": "global:",
|
|
41482
|
+
"start": 0,
|
|
41483
|
+
"end": 10
|
|
41484
|
+
}
|
|
41485
|
+
]
|
|
41486
|
+
},
|
|
41487
|
+
"description": "Fired when a checkbox or menu item is checked or unchecked. --bubbles --composed"
|
|
41488
|
+
}
|
|
41489
|
+
],
|
|
41490
|
+
"slots": [
|
|
41491
|
+
{
|
|
41492
|
+
"name": "-",
|
|
41493
|
+
"description": "Used to display the item's primary label."
|
|
41494
|
+
},
|
|
41495
|
+
{
|
|
41496
|
+
"name": "leading",
|
|
41497
|
+
"description": "Used to display icons and content before the item's main content."
|
|
41498
|
+
},
|
|
41499
|
+
{
|
|
41500
|
+
"name": "supporting-text",
|
|
41501
|
+
"description": "Used to display supporting text below the main label."
|
|
41502
|
+
},
|
|
41503
|
+
{
|
|
41504
|
+
"name": "trailing-text",
|
|
41505
|
+
"description": "Used to display metadata or text after the item's main content."
|
|
41506
|
+
},
|
|
41507
|
+
{
|
|
41508
|
+
"name": "trailing",
|
|
41509
|
+
"description": "Used to display icons and content after the item's main content."
|
|
41510
|
+
}
|
|
41511
|
+
],
|
|
41512
|
+
"cssParts": [
|
|
41513
|
+
{
|
|
41514
|
+
"name": "menu-item",
|
|
41515
|
+
"description": "The menu item's root element."
|
|
41516
|
+
}
|
|
41517
|
+
],
|
|
41518
|
+
"cssProperties": [
|
|
41519
|
+
{
|
|
41520
|
+
"name": "--between-space"
|
|
41521
|
+
},
|
|
41522
|
+
{
|
|
41523
|
+
"name": "--bottom-space"
|
|
41524
|
+
},
|
|
41525
|
+
{
|
|
41526
|
+
"name": "--container-color"
|
|
41527
|
+
},
|
|
41528
|
+
{
|
|
41529
|
+
"name": "--height"
|
|
41530
|
+
},
|
|
41531
|
+
{
|
|
41532
|
+
"name": "--inner-corner-corner-size"
|
|
41533
|
+
},
|
|
41534
|
+
{
|
|
41535
|
+
"name": "--label-text-color"
|
|
41536
|
+
},
|
|
41537
|
+
{
|
|
41538
|
+
"name": "--label-text"
|
|
41539
|
+
},
|
|
41540
|
+
{
|
|
41541
|
+
"name": "--label-text-tracking"
|
|
41542
|
+
},
|
|
41543
|
+
{
|
|
41544
|
+
"name": "--leading-icon-color"
|
|
41545
|
+
},
|
|
41546
|
+
{
|
|
41547
|
+
"name": "--leading-icon-size"
|
|
41548
|
+
},
|
|
41549
|
+
{
|
|
41550
|
+
"name": "--leading-space"
|
|
41551
|
+
},
|
|
41552
|
+
{
|
|
41553
|
+
"name": "--shape"
|
|
41554
|
+
},
|
|
41555
|
+
{
|
|
41556
|
+
"name": "--supporting-text-color"
|
|
41557
|
+
},
|
|
41558
|
+
{
|
|
41559
|
+
"name": "--supporting-text"
|
|
41560
|
+
},
|
|
41561
|
+
{
|
|
41562
|
+
"name": "--supporting-text-tracking"
|
|
41563
|
+
},
|
|
41564
|
+
{
|
|
41565
|
+
"name": "--top-space"
|
|
41566
|
+
},
|
|
41567
|
+
{
|
|
41568
|
+
"name": "--trailing-icon-color"
|
|
41569
|
+
},
|
|
41570
|
+
{
|
|
41571
|
+
"name": "--trailing-icon-size"
|
|
41572
|
+
},
|
|
41573
|
+
{
|
|
41574
|
+
"name": "--trailing-space"
|
|
41575
|
+
},
|
|
41576
|
+
{
|
|
41577
|
+
"name": "--trailing-supporting-text-color"
|
|
41578
|
+
},
|
|
41579
|
+
{
|
|
41580
|
+
"name": "--trailing-supporting-text"
|
|
41581
|
+
},
|
|
41582
|
+
{
|
|
41583
|
+
"name": "--trailing-supporting-text-tracking"
|
|
40698
41584
|
}
|
|
40699
41585
|
]
|
|
40700
41586
|
}
|
|
@@ -40702,16 +41588,9 @@
|
|
|
40702
41588
|
"exports": [
|
|
40703
41589
|
{
|
|
40704
41590
|
"kind": "js",
|
|
40705
|
-
"name": "
|
|
40706
|
-
"declaration": {
|
|
40707
|
-
"name": "Menu"
|
|
40708
|
-
}
|
|
40709
|
-
},
|
|
40710
|
-
{
|
|
40711
|
-
"kind": "custom-element-definition",
|
|
40712
|
-
"name": "md-gb-menu",
|
|
41591
|
+
"name": "MenuItemElement",
|
|
40713
41592
|
"declaration": {
|
|
40714
|
-
"name": "
|
|
41593
|
+
"name": "MenuItemElement"
|
|
40715
41594
|
}
|
|
40716
41595
|
}
|
|
40717
41596
|
]
|
|
@@ -41142,7 +42021,11 @@
|
|
|
41142
42021
|
},
|
|
41143
42022
|
{
|
|
41144
42023
|
"kind": "javascript-module",
|
|
41145
|
-
"path": "labs/gb/components/radio/md-radio.js"
|
|
42024
|
+
"path": "labs/gb/components/radio/md-gb-radio.js"
|
|
42025
|
+
},
|
|
42026
|
+
{
|
|
42027
|
+
"kind": "javascript-module",
|
|
42028
|
+
"path": "labs/gb/components/radio/radio-element.js",
|
|
41146
42029
|
"declarations": [
|
|
41147
42030
|
{
|
|
41148
42031
|
"kind": "variable",
|
|
@@ -41204,12 +42087,12 @@
|
|
|
41204
42087
|
},
|
|
41205
42088
|
{
|
|
41206
42089
|
"kind": "class",
|
|
41207
|
-
"name": "
|
|
42090
|
+
"name": "RadioElement",
|
|
41208
42091
|
"description": "A Material Design radio component.",
|
|
41209
42092
|
"superclass": {
|
|
41210
42093
|
"name": "radioBaseClass",
|
|
41211
42094
|
"package": "@material/web",
|
|
41212
|
-
"module": "labs/gb/components/radio/
|
|
42095
|
+
"module": "labs/gb/components/radio/radio-element.js"
|
|
41213
42096
|
},
|
|
41214
42097
|
"members": [
|
|
41215
42098
|
{
|
|
@@ -41457,29 +42340,83 @@
|
|
|
41457
42340
|
}
|
|
41458
42341
|
}
|
|
41459
42342
|
],
|
|
41460
|
-
"
|
|
41461
|
-
"
|
|
41462
|
-
|
|
42343
|
+
"customElement": true,
|
|
42344
|
+
"attributes": [
|
|
42345
|
+
{
|
|
42346
|
+
"name": "checked",
|
|
42347
|
+
"type": {
|
|
42348
|
+
"text": "boolean"
|
|
42349
|
+
},
|
|
42350
|
+
"fieldName": "checked"
|
|
42351
|
+
},
|
|
42352
|
+
{
|
|
42353
|
+
"name": "required",
|
|
42354
|
+
"type": {
|
|
42355
|
+
"text": "boolean"
|
|
42356
|
+
},
|
|
42357
|
+
"fieldName": "required"
|
|
42358
|
+
},
|
|
42359
|
+
{
|
|
42360
|
+
"name": "value",
|
|
42361
|
+
"type": {
|
|
42362
|
+
"text": "string"
|
|
42363
|
+
},
|
|
42364
|
+
"fieldName": "value"
|
|
42365
|
+
}
|
|
42366
|
+
],
|
|
42367
|
+
"events": [
|
|
42368
|
+
{
|
|
42369
|
+
"name": "input",
|
|
42370
|
+
"type": {
|
|
42371
|
+
"text": "InputEvent",
|
|
42372
|
+
"references": [
|
|
42373
|
+
{
|
|
42374
|
+
"name": "InputEvent",
|
|
42375
|
+
"package": "global:",
|
|
42376
|
+
"start": 0,
|
|
42377
|
+
"end": 10
|
|
42378
|
+
}
|
|
42379
|
+
]
|
|
42380
|
+
},
|
|
42381
|
+
"description": "Fired when the radio is checked (but not unchecked). --bubbles --composed"
|
|
42382
|
+
},
|
|
42383
|
+
{
|
|
42384
|
+
"name": "change",
|
|
42385
|
+
"type": {
|
|
42386
|
+
"text": "Event",
|
|
42387
|
+
"references": [
|
|
42388
|
+
{
|
|
42389
|
+
"name": "Event",
|
|
42390
|
+
"package": "global:",
|
|
42391
|
+
"start": 0,
|
|
42392
|
+
"end": 5
|
|
42393
|
+
}
|
|
42394
|
+
]
|
|
42395
|
+
},
|
|
42396
|
+
"description": "Fired when the radio is checked (but not unchecked). --bubbles"
|
|
42397
|
+
}
|
|
42398
|
+
],
|
|
42399
|
+
"cssParts": [
|
|
41463
42400
|
{
|
|
41464
|
-
"name": "
|
|
41465
|
-
"
|
|
41466
|
-
|
|
41467
|
-
|
|
41468
|
-
|
|
42401
|
+
"name": "radio",
|
|
42402
|
+
"description": "The radio's root element."
|
|
42403
|
+
}
|
|
42404
|
+
],
|
|
42405
|
+
"cssProperties": [
|
|
42406
|
+
{
|
|
42407
|
+
"name": "--icon-color"
|
|
41469
42408
|
},
|
|
41470
42409
|
{
|
|
41471
|
-
"name": "
|
|
41472
|
-
"type": {
|
|
41473
|
-
"text": "boolean"
|
|
41474
|
-
},
|
|
41475
|
-
"fieldName": "required"
|
|
42410
|
+
"name": "--icon-size"
|
|
41476
42411
|
},
|
|
41477
42412
|
{
|
|
41478
|
-
"name": "
|
|
41479
|
-
|
|
41480
|
-
|
|
41481
|
-
|
|
41482
|
-
|
|
42413
|
+
"name": "--state-layer-color"
|
|
42414
|
+
},
|
|
42415
|
+
{
|
|
42416
|
+
"name": "--state-layer-shape"
|
|
42417
|
+
},
|
|
42418
|
+
{
|
|
42419
|
+
"name": "--state-layer-size"
|
|
41483
42420
|
}
|
|
41484
42421
|
]
|
|
41485
42422
|
}
|
|
@@ -41487,16 +42424,9 @@
|
|
|
41487
42424
|
"exports": [
|
|
41488
42425
|
{
|
|
41489
42426
|
"kind": "js",
|
|
41490
|
-
"name": "
|
|
41491
|
-
"declaration": {
|
|
41492
|
-
"name": "Radio"
|
|
41493
|
-
}
|
|
41494
|
-
},
|
|
41495
|
-
{
|
|
41496
|
-
"kind": "custom-element-definition",
|
|
41497
|
-
"name": "md-gb-radio",
|
|
42427
|
+
"name": "RadioElement",
|
|
41498
42428
|
"declaration": {
|
|
41499
|
-
"name": "
|
|
42429
|
+
"name": "RadioElement"
|
|
41500
42430
|
}
|
|
41501
42431
|
}
|
|
41502
42432
|
]
|
|
@@ -42261,11 +43191,15 @@
|
|
|
42261
43191
|
},
|
|
42262
43192
|
{
|
|
42263
43193
|
"kind": "javascript-module",
|
|
42264
|
-
"path": "labs/gb/components/splitbutton/md-split-button.js"
|
|
43194
|
+
"path": "labs/gb/components/splitbutton/md-gb-split-button.js"
|
|
43195
|
+
},
|
|
43196
|
+
{
|
|
43197
|
+
"kind": "javascript-module",
|
|
43198
|
+
"path": "labs/gb/components/splitbutton/split-button-element.js",
|
|
42265
43199
|
"declarations": [
|
|
42266
43200
|
{
|
|
42267
43201
|
"kind": "class",
|
|
42268
|
-
"name": "
|
|
43202
|
+
"name": "SplitButtonElement",
|
|
42269
43203
|
"description": "A Material Design split button component.",
|
|
42270
43204
|
"superclass": {
|
|
42271
43205
|
"name": "LitElement",
|
|
@@ -42426,7 +43360,6 @@
|
|
|
42426
43360
|
}
|
|
42427
43361
|
}
|
|
42428
43362
|
],
|
|
42429
|
-
"tagName": "md-gb-split-button",
|
|
42430
43363
|
"customElement": true,
|
|
42431
43364
|
"attributes": [
|
|
42432
43365
|
{
|
|
@@ -42450,22 +43383,63 @@
|
|
|
42450
43383
|
},
|
|
42451
43384
|
"fieldName": "selected"
|
|
42452
43385
|
}
|
|
43386
|
+
],
|
|
43387
|
+
"slots": [
|
|
43388
|
+
{
|
|
43389
|
+
"name": "leading",
|
|
43390
|
+
"description": "Requires a `<button>` for the main action."
|
|
43391
|
+
},
|
|
43392
|
+
{
|
|
43393
|
+
"name": "trailing",
|
|
43394
|
+
"description": "Requires a `<button>` for the menu action. Use `popovertarget` to display a menu."
|
|
43395
|
+
},
|
|
43396
|
+
{
|
|
43397
|
+
"name": "-",
|
|
43398
|
+
"description": "Used to render the trailing button's popover menu."
|
|
43399
|
+
}
|
|
43400
|
+
],
|
|
43401
|
+
"cssParts": [
|
|
43402
|
+
{
|
|
43403
|
+
"name": "split-btn",
|
|
43404
|
+
"description": "The split button's root element."
|
|
43405
|
+
},
|
|
43406
|
+
{
|
|
43407
|
+
"name": "leading-btn",
|
|
43408
|
+
"description": "The split button's main action."
|
|
43409
|
+
},
|
|
43410
|
+
{
|
|
43411
|
+
"name": "trailing-btn",
|
|
43412
|
+
"description": "The split button's menu action."
|
|
43413
|
+
}
|
|
43414
|
+
],
|
|
43415
|
+
"cssProperties": [
|
|
43416
|
+
{
|
|
43417
|
+
"name": "--between-space"
|
|
43418
|
+
},
|
|
43419
|
+
{
|
|
43420
|
+
"name": "--icon-size"
|
|
43421
|
+
},
|
|
43422
|
+
{
|
|
43423
|
+
"name": "--inner-corner-size"
|
|
43424
|
+
},
|
|
43425
|
+
{
|
|
43426
|
+
"name": "--outer-corner-size"
|
|
43427
|
+
},
|
|
43428
|
+
{
|
|
43429
|
+
"name": "--leading-space"
|
|
43430
|
+
},
|
|
43431
|
+
{
|
|
43432
|
+
"name": "--trailing-space"
|
|
43433
|
+
}
|
|
42453
43434
|
]
|
|
42454
43435
|
}
|
|
42455
43436
|
],
|
|
42456
43437
|
"exports": [
|
|
42457
43438
|
{
|
|
42458
43439
|
"kind": "js",
|
|
42459
|
-
"name": "
|
|
42460
|
-
"declaration": {
|
|
42461
|
-
"name": "SplitButton"
|
|
42462
|
-
}
|
|
42463
|
-
},
|
|
42464
|
-
{
|
|
42465
|
-
"kind": "custom-element-definition",
|
|
42466
|
-
"name": "md-gb-split-button",
|
|
43440
|
+
"name": "SplitButtonElement",
|
|
42467
43441
|
"declaration": {
|
|
42468
|
-
"name": "
|
|
43442
|
+
"name": "SplitButtonElement"
|
|
42469
43443
|
}
|
|
42470
43444
|
}
|
|
42471
43445
|
]
|
|
@@ -42633,7 +43607,11 @@
|
|
|
42633
43607
|
},
|
|
42634
43608
|
{
|
|
42635
43609
|
"kind": "javascript-module",
|
|
42636
|
-
"path": "labs/gb/components/switch/md-switch.js"
|
|
43610
|
+
"path": "labs/gb/components/switch/md-gb-switch.js"
|
|
43611
|
+
},
|
|
43612
|
+
{
|
|
43613
|
+
"kind": "javascript-module",
|
|
43614
|
+
"path": "labs/gb/components/switch/switch-element.js",
|
|
42637
43615
|
"declarations": [
|
|
42638
43616
|
{
|
|
42639
43617
|
"kind": "variable",
|
|
@@ -42702,12 +43680,12 @@
|
|
|
42702
43680
|
},
|
|
42703
43681
|
{
|
|
42704
43682
|
"kind": "class",
|
|
42705
|
-
"name": "
|
|
43683
|
+
"name": "SwitchElement",
|
|
42706
43684
|
"description": "A Material Design switch component.",
|
|
42707
43685
|
"superclass": {
|
|
42708
43686
|
"name": "baseClass",
|
|
42709
43687
|
"package": "@material/web",
|
|
42710
|
-
"module": "labs/gb/components/switch/
|
|
43688
|
+
"module": "labs/gb/components/switch/switch-element.js"
|
|
42711
43689
|
},
|
|
42712
43690
|
"members": [
|
|
42713
43691
|
{
|
|
@@ -42972,7 +43950,6 @@
|
|
|
42972
43950
|
}
|
|
42973
43951
|
}
|
|
42974
43952
|
],
|
|
42975
|
-
"tagName": "md-gb-switch",
|
|
42976
43953
|
"customElement": true,
|
|
42977
43954
|
"attributes": [
|
|
42978
43955
|
{
|
|
@@ -42996,22 +43973,101 @@
|
|
|
42996
43973
|
},
|
|
42997
43974
|
"fieldName": "value"
|
|
42998
43975
|
}
|
|
43976
|
+
],
|
|
43977
|
+
"events": [
|
|
43978
|
+
{
|
|
43979
|
+
"name": "input",
|
|
43980
|
+
"type": {
|
|
43981
|
+
"text": "InputEvent",
|
|
43982
|
+
"references": [
|
|
43983
|
+
{
|
|
43984
|
+
"name": "InputEvent",
|
|
43985
|
+
"package": "global:",
|
|
43986
|
+
"start": 0,
|
|
43987
|
+
"end": 10
|
|
43988
|
+
}
|
|
43989
|
+
]
|
|
43990
|
+
},
|
|
43991
|
+
"description": "Fired when the switch is selected or unselected. --bubbles --composed"
|
|
43992
|
+
},
|
|
43993
|
+
{
|
|
43994
|
+
"name": "change",
|
|
43995
|
+
"type": {
|
|
43996
|
+
"text": "Event",
|
|
43997
|
+
"references": [
|
|
43998
|
+
{
|
|
43999
|
+
"name": "Event",
|
|
44000
|
+
"package": "global:",
|
|
44001
|
+
"start": 0,
|
|
44002
|
+
"end": 5
|
|
44003
|
+
}
|
|
44004
|
+
]
|
|
44005
|
+
},
|
|
44006
|
+
"description": "Fired when the switch is selected or unselected. --bubbles"
|
|
44007
|
+
}
|
|
44008
|
+
],
|
|
44009
|
+
"slots": [
|
|
44010
|
+
{
|
|
44011
|
+
"name": "off-icon",
|
|
44012
|
+
"description": "Used to show an icon when the switch is unselected."
|
|
44013
|
+
},
|
|
44014
|
+
{
|
|
44015
|
+
"name": "on-icon",
|
|
44016
|
+
"description": "Used to show an icon when the switch is selected."
|
|
44017
|
+
}
|
|
44018
|
+
],
|
|
44019
|
+
"cssParts": [
|
|
44020
|
+
{
|
|
44021
|
+
"name": "switch",
|
|
44022
|
+
"description": "The switch's root element."
|
|
44023
|
+
}
|
|
44024
|
+
],
|
|
44025
|
+
"cssProperties": [
|
|
44026
|
+
{
|
|
44027
|
+
"name": "--handle-color"
|
|
44028
|
+
},
|
|
44029
|
+
{
|
|
44030
|
+
"name": "--handle-size"
|
|
44031
|
+
},
|
|
44032
|
+
{
|
|
44033
|
+
"name": "--with-icon-handle-size"
|
|
44034
|
+
},
|
|
44035
|
+
{
|
|
44036
|
+
"name": "--icon-color"
|
|
44037
|
+
},
|
|
44038
|
+
{
|
|
44039
|
+
"name": "--icon-size"
|
|
44040
|
+
},
|
|
44041
|
+
{
|
|
44042
|
+
"name": "--state-layer-color"
|
|
44043
|
+
},
|
|
44044
|
+
{
|
|
44045
|
+
"name": "--state-layer-size"
|
|
44046
|
+
},
|
|
44047
|
+
{
|
|
44048
|
+
"name": "--track-color"
|
|
44049
|
+
},
|
|
44050
|
+
{
|
|
44051
|
+
"name": "--track-height"
|
|
44052
|
+
},
|
|
44053
|
+
{
|
|
44054
|
+
"name": "--track-outline-color"
|
|
44055
|
+
},
|
|
44056
|
+
{
|
|
44057
|
+
"name": "--track-outline-width"
|
|
44058
|
+
},
|
|
44059
|
+
{
|
|
44060
|
+
"name": "--track-width"
|
|
44061
|
+
}
|
|
42999
44062
|
]
|
|
43000
44063
|
}
|
|
43001
44064
|
],
|
|
43002
44065
|
"exports": [
|
|
43003
44066
|
{
|
|
43004
44067
|
"kind": "js",
|
|
43005
|
-
"name": "
|
|
43006
|
-
"declaration": {
|
|
43007
|
-
"name": "Switch"
|
|
43008
|
-
}
|
|
43009
|
-
},
|
|
43010
|
-
{
|
|
43011
|
-
"kind": "custom-element-definition",
|
|
43012
|
-
"name": "md-gb-switch",
|
|
44068
|
+
"name": "SwitchElement",
|
|
43013
44069
|
"declaration": {
|
|
43014
|
-
"name": "
|
|
44070
|
+
"name": "SwitchElement"
|
|
43015
44071
|
}
|
|
43016
44072
|
}
|
|
43017
44073
|
]
|
|
@@ -43603,64 +44659,11 @@
|
|
|
43603
44659
|
},
|
|
43604
44660
|
{
|
|
43605
44661
|
"kind": "javascript-module",
|
|
43606
|
-
"path": "labs/gb/styles/icon/
|
|
43607
|
-
"declarations": [
|
|
43608
|
-
{
|
|
43609
|
-
"kind": "variable",
|
|
43610
|
-
"name": "styles",
|
|
43611
|
-
"type": {
|
|
43612
|
-
"text": "CSSResult",
|
|
43613
|
-
"references": [
|
|
43614
|
-
{
|
|
43615
|
-
"name": "CSSResult",
|
|
43616
|
-
"package": "lit",
|
|
43617
|
-
"module": "development/index.js",
|
|
43618
|
-
"start": 0,
|
|
43619
|
-
"end": 9
|
|
43620
|
-
}
|
|
43621
|
-
]
|
|
43622
|
-
}
|
|
43623
|
-
},
|
|
43624
|
-
{
|
|
43625
|
-
"kind": "variable",
|
|
43626
|
-
"name": "default",
|
|
43627
|
-
"type": {
|
|
43628
|
-
"text": "CSSStyleSheet",
|
|
43629
|
-
"references": [
|
|
43630
|
-
{
|
|
43631
|
-
"name": "CSSStyleSheet",
|
|
43632
|
-
"package": "global:",
|
|
43633
|
-
"start": 0,
|
|
43634
|
-
"end": 13
|
|
43635
|
-
}
|
|
43636
|
-
]
|
|
43637
|
-
}
|
|
43638
|
-
}
|
|
43639
|
-
],
|
|
43640
|
-
"exports": [
|
|
43641
|
-
{
|
|
43642
|
-
"kind": "js",
|
|
43643
|
-
"name": "styles",
|
|
43644
|
-
"declaration": {
|
|
43645
|
-
"name": "styles"
|
|
43646
|
-
}
|
|
43647
|
-
},
|
|
43648
|
-
{
|
|
43649
|
-
"kind": "js",
|
|
43650
|
-
"name": "default",
|
|
43651
|
-
"declaration": {
|
|
43652
|
-
"name": "default"
|
|
43653
|
-
}
|
|
43654
|
-
}
|
|
43655
|
-
]
|
|
43656
|
-
},
|
|
43657
|
-
{
|
|
43658
|
-
"kind": "javascript-module",
|
|
43659
|
-
"path": "labs/gb/styles/icon/md-icon.js",
|
|
44662
|
+
"path": "labs/gb/styles/icon/icon-element.js",
|
|
43660
44663
|
"declarations": [
|
|
43661
44664
|
{
|
|
43662
44665
|
"kind": "class",
|
|
43663
|
-
"name": "
|
|
44666
|
+
"name": "IconElement",
|
|
43664
44667
|
"description": "A Material Design icon component.",
|
|
43665
44668
|
"superclass": {
|
|
43666
44669
|
"name": "Icon",
|
|
@@ -43697,23 +44700,72 @@
|
|
|
43697
44700
|
}
|
|
43698
44701
|
}
|
|
43699
44702
|
],
|
|
43700
|
-
"tagName": "md-gb-icon",
|
|
43701
44703
|
"customElement": true
|
|
43702
44704
|
}
|
|
43703
44705
|
],
|
|
43704
44706
|
"exports": [
|
|
43705
44707
|
{
|
|
43706
44708
|
"kind": "js",
|
|
43707
|
-
"name": "
|
|
44709
|
+
"name": "IconElement",
|
|
43708
44710
|
"declaration": {
|
|
43709
|
-
"name": "
|
|
44711
|
+
"name": "IconElement"
|
|
44712
|
+
}
|
|
44713
|
+
}
|
|
44714
|
+
]
|
|
44715
|
+
},
|
|
44716
|
+
{
|
|
44717
|
+
"kind": "javascript-module",
|
|
44718
|
+
"path": "labs/gb/styles/icon/md-gb-icon.js"
|
|
44719
|
+
},
|
|
44720
|
+
{
|
|
44721
|
+
"kind": "javascript-module",
|
|
44722
|
+
"path": "labs/gb/styles/icon/md-icon.cssresult.js",
|
|
44723
|
+
"declarations": [
|
|
44724
|
+
{
|
|
44725
|
+
"kind": "variable",
|
|
44726
|
+
"name": "styles",
|
|
44727
|
+
"type": {
|
|
44728
|
+
"text": "CSSResult",
|
|
44729
|
+
"references": [
|
|
44730
|
+
{
|
|
44731
|
+
"name": "CSSResult",
|
|
44732
|
+
"package": "lit",
|
|
44733
|
+
"module": "development/index.js",
|
|
44734
|
+
"start": 0,
|
|
44735
|
+
"end": 9
|
|
44736
|
+
}
|
|
44737
|
+
]
|
|
43710
44738
|
}
|
|
43711
44739
|
},
|
|
43712
44740
|
{
|
|
43713
|
-
"kind": "
|
|
43714
|
-
"name": "
|
|
44741
|
+
"kind": "variable",
|
|
44742
|
+
"name": "default",
|
|
44743
|
+
"type": {
|
|
44744
|
+
"text": "CSSStyleSheet",
|
|
44745
|
+
"references": [
|
|
44746
|
+
{
|
|
44747
|
+
"name": "CSSStyleSheet",
|
|
44748
|
+
"package": "global:",
|
|
44749
|
+
"start": 0,
|
|
44750
|
+
"end": 13
|
|
44751
|
+
}
|
|
44752
|
+
]
|
|
44753
|
+
}
|
|
44754
|
+
}
|
|
44755
|
+
],
|
|
44756
|
+
"exports": [
|
|
44757
|
+
{
|
|
44758
|
+
"kind": "js",
|
|
44759
|
+
"name": "styles",
|
|
43715
44760
|
"declaration": {
|
|
43716
|
-
"name": "
|
|
44761
|
+
"name": "styles"
|
|
44762
|
+
}
|
|
44763
|
+
},
|
|
44764
|
+
{
|
|
44765
|
+
"kind": "js",
|
|
44766
|
+
"name": "default",
|
|
44767
|
+
"declaration": {
|
|
44768
|
+
"name": "default"
|
|
43717
44769
|
}
|
|
43718
44770
|
}
|
|
43719
44771
|
]
|