@universal-material/web 3.3.11 → 3.3.13
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 +1611 -1546
- package/icon/icon.d.ts +11 -0
- package/icon/icon.d.ts.map +1 -0
- package/icon/icon.js +17 -0
- package/icon/icon.js.map +1 -0
- package/icon/icon.styles.d.ts +2 -0
- package/icon/icon.styles.d.ts.map +1 -0
- package/icon/icon.styles.js +13 -0
- package/icon/icon.styles.js.map +1 -0
- package/index.d.ts +1 -0
- package/index.d.ts.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/typeahead/typeahead.d.ts.map +1 -1
- package/typeahead/typeahead.js +3 -0
- package/typeahead/typeahead.js.map +1 -1
- package/vscode.html-custom-data.json +244 -238
package/custom-elements.json
CHANGED
|
@@ -292,6 +292,14 @@
|
|
|
292
292
|
"package": "./list/list-item.js"
|
|
293
293
|
}
|
|
294
294
|
},
|
|
295
|
+
{
|
|
296
|
+
"kind": "js",
|
|
297
|
+
"name": "*",
|
|
298
|
+
"declaration": {
|
|
299
|
+
"name": "*",
|
|
300
|
+
"package": "./icon/icon.js"
|
|
301
|
+
}
|
|
302
|
+
},
|
|
295
303
|
{
|
|
296
304
|
"kind": "js",
|
|
297
305
|
"name": "*",
|
|
@@ -430,84 +438,6 @@
|
|
|
430
438
|
}
|
|
431
439
|
]
|
|
432
440
|
},
|
|
433
|
-
{
|
|
434
|
-
"kind": "javascript-module",
|
|
435
|
-
"path": "src/badge/badge.styles.ts",
|
|
436
|
-
"declarations": [
|
|
437
|
-
{
|
|
438
|
-
"kind": "variable",
|
|
439
|
-
"name": "styles",
|
|
440
|
-
"default": "css ` :host { --_badge-size: var(--u-badge-small-size, 6px); font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")); line-height: var(--u-badge-line-height, var(--u-label-s-line-height, 1rem)); font-size: var(--u-badge-font-size, var(--u-label-s-font-size, 0.6875rem)); letter-spacing: var(--u-badge-letter-spacing, var(--u-label-s-letter-spacing, 0.0454545455rem)); font-weight: var(--u-badge-font-weight, var(--u-label-s-font-weight, var(--u-font-weight-medium, 500))); display: inline-flex; align-items: center; justify-content: center; min-width: var(--_badge-size); height: var(--_badge-size); line-height: var(--_badge-size); background-color: var(--u-badge-color, var(--u-color-error, rgb(179, 38, 30))); color: var(--u-badge-color, var(--u-color-on-error, rgb(255, 255, 255))); border-radius: calc(var(--_badge-size) / 2); } :host(:not([static])) { --_badge-inline-start: calc(100% - var(--_badge-size)); position: absolute; top: 0; inset-inline-start: var(--_badge-inline-start); } :host(:not(:empty)) { --_badge-size: var(--u-badge-large-size, 16px); top: var(--u-badge-top-offset, -2px); inset-inline-start: calc(var(--_badge-inline-start) - var(--u-badge-inline-offset, -4px)); padding-inline: var(--u-badge-padding, 4px); } `"
|
|
441
|
-
}
|
|
442
|
-
],
|
|
443
|
-
"exports": [
|
|
444
|
-
{
|
|
445
|
-
"kind": "js",
|
|
446
|
-
"name": "styles",
|
|
447
|
-
"declaration": {
|
|
448
|
-
"name": "styles",
|
|
449
|
-
"module": "src/badge/badge.styles.ts"
|
|
450
|
-
}
|
|
451
|
-
}
|
|
452
|
-
]
|
|
453
|
-
},
|
|
454
|
-
{
|
|
455
|
-
"kind": "javascript-module",
|
|
456
|
-
"path": "src/badge/badge.ts",
|
|
457
|
-
"declarations": [
|
|
458
|
-
{
|
|
459
|
-
"kind": "class",
|
|
460
|
-
"description": "",
|
|
461
|
-
"name": "UmBadge",
|
|
462
|
-
"members": [
|
|
463
|
-
{
|
|
464
|
-
"kind": "field",
|
|
465
|
-
"name": "static",
|
|
466
|
-
"type": {
|
|
467
|
-
"text": "boolean"
|
|
468
|
-
},
|
|
469
|
-
"default": "false",
|
|
470
|
-
"attribute": "static",
|
|
471
|
-
"reflects": true
|
|
472
|
-
}
|
|
473
|
-
],
|
|
474
|
-
"attributes": [
|
|
475
|
-
{
|
|
476
|
-
"name": "static",
|
|
477
|
-
"type": {
|
|
478
|
-
"text": "boolean"
|
|
479
|
-
},
|
|
480
|
-
"default": "false",
|
|
481
|
-
"fieldName": "static"
|
|
482
|
-
}
|
|
483
|
-
],
|
|
484
|
-
"superclass": {
|
|
485
|
-
"name": "LitElement",
|
|
486
|
-
"package": "lit"
|
|
487
|
-
},
|
|
488
|
-
"tagName": "u-badge",
|
|
489
|
-
"customElement": true
|
|
490
|
-
}
|
|
491
|
-
],
|
|
492
|
-
"exports": [
|
|
493
|
-
{
|
|
494
|
-
"kind": "js",
|
|
495
|
-
"name": "UmBadge",
|
|
496
|
-
"declaration": {
|
|
497
|
-
"name": "UmBadge",
|
|
498
|
-
"module": "src/badge/badge.ts"
|
|
499
|
-
}
|
|
500
|
-
},
|
|
501
|
-
{
|
|
502
|
-
"kind": "custom-element-definition",
|
|
503
|
-
"name": "u-badge",
|
|
504
|
-
"declaration": {
|
|
505
|
-
"name": "UmBadge",
|
|
506
|
-
"module": "src/badge/badge.ts"
|
|
507
|
-
}
|
|
508
|
-
}
|
|
509
|
-
]
|
|
510
|
-
},
|
|
511
441
|
{
|
|
512
442
|
"kind": "javascript-module",
|
|
513
443
|
"path": "src/app-bar/top-app-bar.styles.ts",
|
|
@@ -1486,6 +1416,84 @@
|
|
|
1486
1416
|
}
|
|
1487
1417
|
]
|
|
1488
1418
|
},
|
|
1419
|
+
{
|
|
1420
|
+
"kind": "javascript-module",
|
|
1421
|
+
"path": "src/badge/badge.styles.ts",
|
|
1422
|
+
"declarations": [
|
|
1423
|
+
{
|
|
1424
|
+
"kind": "variable",
|
|
1425
|
+
"name": "styles",
|
|
1426
|
+
"default": "css ` :host { --_badge-size: var(--u-badge-small-size, 6px); font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")); line-height: var(--u-badge-line-height, var(--u-label-s-line-height, 1rem)); font-size: var(--u-badge-font-size, var(--u-label-s-font-size, 0.6875rem)); letter-spacing: var(--u-badge-letter-spacing, var(--u-label-s-letter-spacing, 0.0454545455rem)); font-weight: var(--u-badge-font-weight, var(--u-label-s-font-weight, var(--u-font-weight-medium, 500))); display: inline-flex; align-items: center; justify-content: center; min-width: var(--_badge-size); height: var(--_badge-size); line-height: var(--_badge-size); background-color: var(--u-badge-color, var(--u-color-error, rgb(179, 38, 30))); color: var(--u-badge-color, var(--u-color-on-error, rgb(255, 255, 255))); border-radius: calc(var(--_badge-size) / 2); } :host(:not([static])) { --_badge-inline-start: calc(100% - var(--_badge-size)); position: absolute; top: 0; inset-inline-start: var(--_badge-inline-start); } :host(:not(:empty)) { --_badge-size: var(--u-badge-large-size, 16px); top: var(--u-badge-top-offset, -2px); inset-inline-start: calc(var(--_badge-inline-start) - var(--u-badge-inline-offset, -4px)); padding-inline: var(--u-badge-padding, 4px); } `"
|
|
1427
|
+
}
|
|
1428
|
+
],
|
|
1429
|
+
"exports": [
|
|
1430
|
+
{
|
|
1431
|
+
"kind": "js",
|
|
1432
|
+
"name": "styles",
|
|
1433
|
+
"declaration": {
|
|
1434
|
+
"name": "styles",
|
|
1435
|
+
"module": "src/badge/badge.styles.ts"
|
|
1436
|
+
}
|
|
1437
|
+
}
|
|
1438
|
+
]
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
"kind": "javascript-module",
|
|
1442
|
+
"path": "src/badge/badge.ts",
|
|
1443
|
+
"declarations": [
|
|
1444
|
+
{
|
|
1445
|
+
"kind": "class",
|
|
1446
|
+
"description": "",
|
|
1447
|
+
"name": "UmBadge",
|
|
1448
|
+
"members": [
|
|
1449
|
+
{
|
|
1450
|
+
"kind": "field",
|
|
1451
|
+
"name": "static",
|
|
1452
|
+
"type": {
|
|
1453
|
+
"text": "boolean"
|
|
1454
|
+
},
|
|
1455
|
+
"default": "false",
|
|
1456
|
+
"attribute": "static",
|
|
1457
|
+
"reflects": true
|
|
1458
|
+
}
|
|
1459
|
+
],
|
|
1460
|
+
"attributes": [
|
|
1461
|
+
{
|
|
1462
|
+
"name": "static",
|
|
1463
|
+
"type": {
|
|
1464
|
+
"text": "boolean"
|
|
1465
|
+
},
|
|
1466
|
+
"default": "false",
|
|
1467
|
+
"fieldName": "static"
|
|
1468
|
+
}
|
|
1469
|
+
],
|
|
1470
|
+
"superclass": {
|
|
1471
|
+
"name": "LitElement",
|
|
1472
|
+
"package": "lit"
|
|
1473
|
+
},
|
|
1474
|
+
"tagName": "u-badge",
|
|
1475
|
+
"customElement": true
|
|
1476
|
+
}
|
|
1477
|
+
],
|
|
1478
|
+
"exports": [
|
|
1479
|
+
{
|
|
1480
|
+
"kind": "js",
|
|
1481
|
+
"name": "UmBadge",
|
|
1482
|
+
"declaration": {
|
|
1483
|
+
"name": "UmBadge",
|
|
1484
|
+
"module": "src/badge/badge.ts"
|
|
1485
|
+
}
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
"kind": "custom-element-definition",
|
|
1489
|
+
"name": "u-badge",
|
|
1490
|
+
"declaration": {
|
|
1491
|
+
"name": "UmBadge",
|
|
1492
|
+
"module": "src/badge/badge.ts"
|
|
1493
|
+
}
|
|
1494
|
+
}
|
|
1495
|
+
]
|
|
1496
|
+
},
|
|
1489
1497
|
{
|
|
1490
1498
|
"kind": "javascript-module",
|
|
1491
1499
|
"path": "src/button/button-base.styles.ts",
|
|
@@ -7241,12 +7249,12 @@
|
|
|
7241
7249
|
},
|
|
7242
7250
|
{
|
|
7243
7251
|
"kind": "javascript-module",
|
|
7244
|
-
"path": "src/chip
|
|
7252
|
+
"path": "src/chip/chip-set.styles.ts",
|
|
7245
7253
|
"declarations": [
|
|
7246
7254
|
{
|
|
7247
7255
|
"kind": "variable",
|
|
7248
7256
|
"name": "styles",
|
|
7249
|
-
"default": "css `
|
|
7257
|
+
"default": "css ` :host { flex-wrap: wrap; } `"
|
|
7250
7258
|
}
|
|
7251
7259
|
],
|
|
7252
7260
|
"exports": [
|
|
@@ -7255,623 +7263,517 @@
|
|
|
7255
7263
|
"name": "styles",
|
|
7256
7264
|
"declaration": {
|
|
7257
7265
|
"name": "styles",
|
|
7258
|
-
"module": "src/chip
|
|
7266
|
+
"module": "src/chip/chip-set.styles.ts"
|
|
7259
7267
|
}
|
|
7260
7268
|
}
|
|
7261
7269
|
]
|
|
7262
7270
|
},
|
|
7263
7271
|
{
|
|
7264
7272
|
"kind": "javascript-module",
|
|
7265
|
-
"path": "src/chip
|
|
7273
|
+
"path": "src/chip/chip-set.ts",
|
|
7266
7274
|
"declarations": [
|
|
7267
7275
|
{
|
|
7268
7276
|
"kind": "class",
|
|
7269
7277
|
"description": "",
|
|
7270
|
-
"name": "
|
|
7278
|
+
"name": "UmChipSet",
|
|
7271
7279
|
"members": [
|
|
7272
7280
|
{
|
|
7273
7281
|
"kind": "field",
|
|
7274
|
-
"name": "
|
|
7275
|
-
"type": {
|
|
7276
|
-
"text": "HTMLInputElement"
|
|
7277
|
-
}
|
|
7278
|
-
},
|
|
7279
|
-
{
|
|
7280
|
-
"kind": "field",
|
|
7281
|
-
"name": "name",
|
|
7282
|
-
"type": {
|
|
7283
|
-
"text": "string"
|
|
7284
|
-
},
|
|
7285
|
-
"attribute": "name"
|
|
7286
|
-
},
|
|
7287
|
-
{
|
|
7288
|
-
"kind": "field",
|
|
7289
|
-
"name": "manual",
|
|
7290
|
-
"type": {
|
|
7291
|
-
"text": "boolean"
|
|
7292
|
-
},
|
|
7293
|
-
"default": "false",
|
|
7294
|
-
"description": "If true, ignore enter key input",
|
|
7295
|
-
"attribute": "manual"
|
|
7296
|
-
},
|
|
7297
|
-
{
|
|
7298
|
-
"kind": "field",
|
|
7299
|
-
"name": "formatter",
|
|
7300
|
-
"type": {
|
|
7301
|
-
"text": "((value: any) => string) | undefined"
|
|
7302
|
-
},
|
|
7303
|
-
"description": "A function return a string based on a item from the `value`. Useful when the items of value are objects."
|
|
7304
|
-
},
|
|
7305
|
-
{
|
|
7306
|
-
"kind": "field",
|
|
7307
|
-
"name": "leadingIconTemplate",
|
|
7308
|
-
"type": {
|
|
7309
|
-
"text": "((value: any) => string) | undefined"
|
|
7310
|
-
},
|
|
7311
|
-
"description": "A string representing an HTML to be rendered inside as leading icon of each chip.\n\n_Note:_ Subject to signature change"
|
|
7312
|
-
},
|
|
7313
|
-
{
|
|
7314
|
-
"kind": "field",
|
|
7315
|
-
"name": "#value",
|
|
7316
|
-
"privacy": "private",
|
|
7282
|
+
"name": "alignment",
|
|
7317
7283
|
"type": {
|
|
7318
|
-
"text": "
|
|
7284
|
+
"text": "'start' | 'center' | 'end'"
|
|
7319
7285
|
},
|
|
7320
|
-
"default": "
|
|
7321
|
-
|
|
7286
|
+
"default": "'start'",
|
|
7287
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
7288
|
+
"attribute": "alignment",
|
|
7289
|
+
"reflects": true,
|
|
7290
|
+
"inheritedFrom": {
|
|
7291
|
+
"name": "UmSetBase",
|
|
7292
|
+
"module": "src/shared/sets/set-base.ts"
|
|
7293
|
+
}
|
|
7294
|
+
}
|
|
7295
|
+
],
|
|
7296
|
+
"superclass": {
|
|
7297
|
+
"name": "UmSetBase",
|
|
7298
|
+
"module": "/src/shared/sets/set-base.js"
|
|
7299
|
+
},
|
|
7300
|
+
"tagName": "u-chip-set",
|
|
7301
|
+
"customElement": true,
|
|
7302
|
+
"attributes": [
|
|
7322
7303
|
{
|
|
7323
|
-
"
|
|
7324
|
-
"name": "value",
|
|
7304
|
+
"name": "alignment",
|
|
7325
7305
|
"type": {
|
|
7326
|
-
"text": "
|
|
7327
|
-
},
|
|
7328
|
-
"description": "An array containing the value representation of each chip.\n\n_Note:_ Add or remove items directly from value array won't trigger a render on Chip Field. Use the methods `add` or `removeAt`."
|
|
7329
|
-
},
|
|
7330
|
-
{
|
|
7331
|
-
"kind": "method",
|
|
7332
|
-
"name": "setFormValue",
|
|
7333
|
-
"privacy": "private"
|
|
7334
|
-
},
|
|
7335
|
-
{
|
|
7336
|
-
"kind": "method",
|
|
7337
|
-
"name": "focus"
|
|
7338
|
-
},
|
|
7339
|
-
{
|
|
7340
|
-
"kind": "method",
|
|
7341
|
-
"name": "renderControl",
|
|
7342
|
-
"privacy": "protected",
|
|
7343
|
-
"return": {
|
|
7344
|
-
"type": {
|
|
7345
|
-
"text": "HTMLTemplateResult"
|
|
7346
|
-
}
|
|
7306
|
+
"text": "'start' | 'center' | 'end'"
|
|
7347
7307
|
},
|
|
7308
|
+
"default": "'start'",
|
|
7309
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
7310
|
+
"fieldName": "alignment",
|
|
7348
7311
|
"inheritedFrom": {
|
|
7349
|
-
"name": "
|
|
7350
|
-
"module": "src/
|
|
7312
|
+
"name": "UmSetBase",
|
|
7313
|
+
"module": "src/shared/sets/set-base.ts"
|
|
7351
7314
|
}
|
|
7352
|
-
}
|
|
7353
|
-
|
|
7354
|
-
|
|
7355
|
-
|
|
7356
|
-
|
|
7357
|
-
|
|
7358
|
-
|
|
7359
|
-
|
|
7360
|
-
|
|
7361
|
-
|
|
7362
|
-
|
|
7363
|
-
|
|
7364
|
-
|
|
7365
|
-
|
|
7366
|
-
|
|
7367
|
-
|
|
7368
|
-
|
|
7369
|
-
|
|
7370
|
-
|
|
7371
|
-
|
|
7372
|
-
|
|
7373
|
-
|
|
7374
|
-
|
|
7375
|
-
|
|
7376
|
-
|
|
7377
|
-
|
|
7378
|
-
|
|
7379
|
-
|
|
7380
|
-
|
|
7381
|
-
|
|
7382
|
-
|
|
7383
|
-
|
|
7384
|
-
|
|
7385
|
-
|
|
7386
|
-
|
|
7387
|
-
|
|
7388
|
-
|
|
7389
|
-
|
|
7390
|
-
|
|
7391
|
-
|
|
7392
|
-
|
|
7393
|
-
|
|
7394
|
-
|
|
7395
|
-
|
|
7396
|
-
|
|
7397
|
-
|
|
7398
|
-
|
|
7399
|
-
|
|
7400
|
-
|
|
7401
|
-
|
|
7402
|
-
|
|
7403
|
-
|
|
7404
|
-
|
|
7405
|
-
}
|
|
7406
|
-
},
|
|
7407
|
-
{
|
|
7408
|
-
"name": "triggerChange",
|
|
7409
|
-
"default": "false"
|
|
7410
|
-
}
|
|
7411
|
-
]
|
|
7412
|
-
},
|
|
7315
|
+
}
|
|
7316
|
+
]
|
|
7317
|
+
}
|
|
7318
|
+
],
|
|
7319
|
+
"exports": [
|
|
7320
|
+
{
|
|
7321
|
+
"kind": "js",
|
|
7322
|
+
"name": "UmChipSet",
|
|
7323
|
+
"declaration": {
|
|
7324
|
+
"name": "UmChipSet",
|
|
7325
|
+
"module": "src/chip/chip-set.ts"
|
|
7326
|
+
}
|
|
7327
|
+
},
|
|
7328
|
+
{
|
|
7329
|
+
"kind": "custom-element-definition",
|
|
7330
|
+
"name": "u-chip-set",
|
|
7331
|
+
"declaration": {
|
|
7332
|
+
"name": "UmChipSet",
|
|
7333
|
+
"module": "src/chip/chip-set.ts"
|
|
7334
|
+
}
|
|
7335
|
+
}
|
|
7336
|
+
]
|
|
7337
|
+
},
|
|
7338
|
+
{
|
|
7339
|
+
"kind": "javascript-module",
|
|
7340
|
+
"path": "src/chip/chip.styles.ts",
|
|
7341
|
+
"declarations": [
|
|
7342
|
+
{
|
|
7343
|
+
"kind": "variable",
|
|
7344
|
+
"name": "styles",
|
|
7345
|
+
"default": "css ` :host { --_height: var(--u-chip-height, 32px); --_outline-width: var(--u-chip-outline-width, 1px); --_outline-color: var(--u-chip-outline-color, var(--u-color-outline, rgb(121, 116, 126))); --_shape: var(--u-chip-shape, var(--u-shape-corner-small, 8px)); --_gap: var(--u-chip-gap, 8px); --_icon-size: var(--u-chip-icon-size, 1.125rem); --_remove-button-margin: var(--u-chip-remove-button-margin, 2px); --_remove-button-size: calc(var(--_height) - var(--_remove-button-margin) * 2); --_selected-icon-color: var(--u-chip-selected-icon-color, var(--u-color-on-secondary-container, rgb(29, 25, 43))); display: inline-block; height: var(--_height); border-radius: var(--_shape); } :host(:not([disabled]):not([elevated]):not([selected])) .outline { border: var(--_outline-width) solid var(--_outline-color); } :host([elevated]:not([disabled])) { --u-elevation-level: var(--u-elevated-chip-elevation-level, 1); } @media (hover: hover) { :host([elevated]:not([disabled]):hover) { --u-elevation-level: var(--u-elevated-chip-hover-elevation-level, 2); } } .outline { position: absolute; inset: 0; border-radius: inherit; pointer-events: none; } .container { display: flex; align-items: center; border-radius: inherit; height: 100%; padding-inline: var(--u-chip-padding, 16px); gap: var(--_gap); } .icon { width: 1em; height: var(--_icon-size); display: flex; align-items: center; justify-content: center; font-size: var(--_icon-size); } .leading { color: var(--u-chip-leading-icon-color, var(--u-color-primary, rgb(103, 80, 164))); } .selected { color: var(--_selected-icon-color); } .trailing { color: var(--u-chip-trailing-icon-color, var(--u-color-on-surface-variant, rgb(73, 69, 79))); } .label { font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")); line-height: var(--u-chip-label-line-height, var(--u-label-l-line-height, 1.25rem)); font-size: var(--u-chip-label-font-size, var(--u-label-l-font-size, 0.875rem)); letter-spacing: var(--u-chip-label-letter-spacing, var(--u-label-l-letter-spacing, 0.0071428571rem)); font-weight: var(--u-chip-label-font-weight, var(--u-label-l-font-weight, var(--u-font-weight-medium, 500))); } .remove-button { display: flex; align-items: center; justify-content: center; position: relative; width: var(--_remove-button-size); height: var(--_remove-button-size); cursor: pointer; padding: 0; margin: 0; margin-inline: calc((var(--_remove-button-size) - var(--_icon-size)) * -0.5); background: gray; border: none; border-radius: var(--u-chip-remove-button-border-radius, var(--u-shape-corner-full, 9999px)); background: none; appearance: none; outline: 0; outline-offset: 0; z-index: 1; } ::slotted([slot=remove-icon]), ::slotted([slot=selected-icon]), ::slotted([slot=leading-icon]), ::slotted([slot=trailing-icon]) { font-size: inherit !important; } slot[name=selected-icon] { display: none; } :host(:not([clickable]):not([toggle])) .button { cursor: auto; } :host([selected]:not([hide-selected-icon])) .leading { display: none; } :host([selected]:not([hide-selected-icon])) slot[name=selected-icon] { display: contents; } .default-select-icon { display: contents; } :host([has-selected-icon]) .default-select-icon { display: none; } :host([selected]:not([disabled])) { background-color: var(--u-chip-selected-bg-color, var(--u-color-secondary-container, rgb(232, 222, 248))); } :host([selected]:not([disabled])) .leading { color: var(--u-chip-selected-leading-icon-color, var(--_selected-icon-color)); } :host([selected]:not([disabled])) .trailing { color: var(--u-chip-selected-trailing-icon-color, var(--_selected-icon-color)); } :host([has-leading-icon]) .container, :host([selected]:not([hide-selected-icon])) .container { padding-inline-start: var(--_gap); } :host([has-trailing-icon]) .container, :host([removable]) .container { padding-inline-end: var(--_gap); } :host(:not([has-leading-icon])) .leading { display: none; } :host([hide-selected-icon]) .selected, :host(:not([selected])) .selected { display: none; } :host(:not([has-trailing-icon])) .trailing { display: none; } [part=default-selected-icon] { display: contents; } :host([disabled]) .remove-button { cursor: default; } `"
|
|
7346
|
+
}
|
|
7347
|
+
],
|
|
7348
|
+
"exports": [
|
|
7349
|
+
{
|
|
7350
|
+
"kind": "js",
|
|
7351
|
+
"name": "styles",
|
|
7352
|
+
"declaration": {
|
|
7353
|
+
"name": "styles",
|
|
7354
|
+
"module": "src/chip/chip.styles.ts"
|
|
7355
|
+
}
|
|
7356
|
+
}
|
|
7357
|
+
]
|
|
7358
|
+
},
|
|
7359
|
+
{
|
|
7360
|
+
"kind": "javascript-module",
|
|
7361
|
+
"path": "src/chip/chip.ts",
|
|
7362
|
+
"declarations": [
|
|
7363
|
+
{
|
|
7364
|
+
"kind": "class",
|
|
7365
|
+
"description": "",
|
|
7366
|
+
"name": "UmChip",
|
|
7367
|
+
"members": [
|
|
7413
7368
|
{
|
|
7414
7369
|
"kind": "field",
|
|
7415
|
-
"name": "#
|
|
7416
|
-
"privacy": "private",
|
|
7417
|
-
"readonly": true
|
|
7418
|
-
},
|
|
7419
|
-
{
|
|
7420
|
-
"kind": "method",
|
|
7421
|
-
"name": "#changed",
|
|
7422
|
-
"privacy": "private",
|
|
7423
|
-
"parameters": [
|
|
7424
|
-
{
|
|
7425
|
-
"name": "triggerChange",
|
|
7426
|
-
"type": {
|
|
7427
|
-
"text": "boolean"
|
|
7428
|
-
}
|
|
7429
|
-
}
|
|
7430
|
-
]
|
|
7431
|
-
},
|
|
7432
|
-
{
|
|
7433
|
-
"kind": "method",
|
|
7434
|
-
"name": "#valueUpdate",
|
|
7435
|
-
"privacy": "private"
|
|
7436
|
-
},
|
|
7437
|
-
{
|
|
7438
|
-
"kind": "method",
|
|
7439
|
-
"name": "#setEmpty",
|
|
7440
|
-
"privacy": "private"
|
|
7441
|
-
},
|
|
7442
|
-
{
|
|
7443
|
-
"kind": "method",
|
|
7444
|
-
"name": "#dispatchRemoveEvent",
|
|
7445
|
-
"privacy": "private",
|
|
7446
|
-
"return": {
|
|
7447
|
-
"type": {
|
|
7448
|
-
"text": "boolean"
|
|
7449
|
-
}
|
|
7450
|
-
},
|
|
7451
|
-
"parameters": [
|
|
7452
|
-
{
|
|
7453
|
-
"name": "index",
|
|
7454
|
-
"type": {
|
|
7455
|
-
"text": "number"
|
|
7456
|
-
}
|
|
7457
|
-
}
|
|
7458
|
-
]
|
|
7459
|
-
},
|
|
7460
|
-
{
|
|
7461
|
-
"kind": "method",
|
|
7462
|
-
"name": "getItemLabel",
|
|
7370
|
+
"name": "#clickable",
|
|
7463
7371
|
"privacy": "private",
|
|
7464
|
-
"parameters": [
|
|
7465
|
-
{
|
|
7466
|
-
"name": "item",
|
|
7467
|
-
"type": {
|
|
7468
|
-
"text": "any"
|
|
7469
|
-
}
|
|
7470
|
-
}
|
|
7471
|
-
]
|
|
7472
|
-
},
|
|
7473
|
-
{
|
|
7474
|
-
"kind": "field",
|
|
7475
|
-
"name": "formAssociated",
|
|
7476
7372
|
"type": {
|
|
7477
7373
|
"text": "boolean"
|
|
7478
7374
|
},
|
|
7479
|
-
"
|
|
7480
|
-
"readonly": true,
|
|
7481
|
-
"default": "true",
|
|
7482
|
-
"inheritedFrom": {
|
|
7483
|
-
"name": "UmTextFieldBase",
|
|
7484
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
7485
|
-
}
|
|
7486
|
-
},
|
|
7487
|
-
{
|
|
7488
|
-
"kind": "field",
|
|
7489
|
-
"name": "shadowRootOptions",
|
|
7490
|
-
"type": {
|
|
7491
|
-
"text": "ShadowRootInit"
|
|
7492
|
-
},
|
|
7493
|
-
"static": true,
|
|
7494
|
-
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }",
|
|
7495
|
-
"inheritedFrom": {
|
|
7496
|
-
"name": "UmTextFieldBase",
|
|
7497
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
7498
|
-
}
|
|
7375
|
+
"default": "false"
|
|
7499
7376
|
},
|
|
7500
7377
|
{
|
|
7501
7378
|
"kind": "field",
|
|
7502
|
-
"name": "
|
|
7379
|
+
"name": "#toggle",
|
|
7380
|
+
"privacy": "private",
|
|
7503
7381
|
"type": {
|
|
7504
7382
|
"text": "boolean"
|
|
7505
7383
|
},
|
|
7506
|
-
"default": "
|
|
7507
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
7508
|
-
"attribute": "empty",
|
|
7509
|
-
"reflects": true,
|
|
7510
|
-
"inheritedFrom": {
|
|
7511
|
-
"name": "UmFieldBase",
|
|
7512
|
-
"module": "src/field/field-base.ts"
|
|
7513
|
-
}
|
|
7384
|
+
"default": "false"
|
|
7514
7385
|
},
|
|
7515
7386
|
{
|
|
7516
7387
|
"kind": "field",
|
|
7517
|
-
"name": "
|
|
7388
|
+
"name": "selected",
|
|
7518
7389
|
"type": {
|
|
7519
|
-
"text": "
|
|
7390
|
+
"text": "boolean"
|
|
7520
7391
|
},
|
|
7521
|
-
"default": "
|
|
7522
|
-
"
|
|
7523
|
-
"
|
|
7524
|
-
"
|
|
7525
|
-
"name": "UmTextFieldBase",
|
|
7526
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
7527
|
-
}
|
|
7392
|
+
"default": "false",
|
|
7393
|
+
"description": "Whether the chip is selected or not",
|
|
7394
|
+
"attribute": "selected",
|
|
7395
|
+
"reflects": true
|
|
7528
7396
|
},
|
|
7529
7397
|
{
|
|
7530
7398
|
"kind": "field",
|
|
7531
|
-
"name": "
|
|
7399
|
+
"name": "clickable",
|
|
7532
7400
|
"type": {
|
|
7533
|
-
"text": "
|
|
7401
|
+
"text": "boolean"
|
|
7534
7402
|
},
|
|
7535
|
-
"
|
|
7536
|
-
"
|
|
7537
|
-
"name": "UmTextFieldBase",
|
|
7538
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
7539
|
-
}
|
|
7403
|
+
"attribute": "clickable",
|
|
7404
|
+
"reflects": true
|
|
7540
7405
|
},
|
|
7541
7406
|
{
|
|
7542
7407
|
"kind": "field",
|
|
7543
|
-
"name": "
|
|
7408
|
+
"name": "elevated",
|
|
7544
7409
|
"type": {
|
|
7545
|
-
"text": "
|
|
7410
|
+
"text": "boolean"
|
|
7546
7411
|
},
|
|
7547
|
-
"
|
|
7548
|
-
"
|
|
7549
|
-
"
|
|
7550
|
-
|
|
7551
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
7552
|
-
}
|
|
7412
|
+
"default": "false",
|
|
7413
|
+
"description": "Adds elevation to the chip",
|
|
7414
|
+
"attribute": "elevated",
|
|
7415
|
+
"reflects": true
|
|
7553
7416
|
},
|
|
7554
7417
|
{
|
|
7555
7418
|
"kind": "field",
|
|
7556
|
-
"name": "
|
|
7419
|
+
"name": "toggle",
|
|
7557
7420
|
"type": {
|
|
7558
|
-
"text": "
|
|
7421
|
+
"text": "boolean"
|
|
7559
7422
|
},
|
|
7560
|
-
"
|
|
7561
|
-
"
|
|
7562
|
-
"
|
|
7563
|
-
"name": "UmFieldBase",
|
|
7564
|
-
"module": "src/field/field-base.ts"
|
|
7565
|
-
}
|
|
7423
|
+
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
7424
|
+
"attribute": "toggle",
|
|
7425
|
+
"reflects": true
|
|
7566
7426
|
},
|
|
7567
7427
|
{
|
|
7568
7428
|
"kind": "field",
|
|
7569
|
-
"name": "
|
|
7429
|
+
"name": "removable",
|
|
7570
7430
|
"type": {
|
|
7571
|
-
"text": "
|
|
7431
|
+
"text": "boolean"
|
|
7572
7432
|
},
|
|
7573
|
-
"default": "
|
|
7574
|
-
"
|
|
7575
|
-
"
|
|
7576
|
-
|
|
7577
|
-
"module": "src/field/field-base.ts"
|
|
7578
|
-
}
|
|
7433
|
+
"default": "false",
|
|
7434
|
+
"description": "Add the remove icon",
|
|
7435
|
+
"attribute": "removable",
|
|
7436
|
+
"reflects": true
|
|
7579
7437
|
},
|
|
7580
7438
|
{
|
|
7581
7439
|
"kind": "field",
|
|
7582
|
-
"name": "
|
|
7440
|
+
"name": "hideSelectedIcon",
|
|
7583
7441
|
"type": {
|
|
7584
|
-
"text": "
|
|
7442
|
+
"text": "boolean"
|
|
7585
7443
|
},
|
|
7586
|
-
"
|
|
7587
|
-
"
|
|
7588
|
-
"
|
|
7589
|
-
|
|
7590
|
-
"module": "src/field/field-base.ts"
|
|
7591
|
-
}
|
|
7444
|
+
"default": "false",
|
|
7445
|
+
"description": "Hide the selected icon",
|
|
7446
|
+
"attribute": "hide-selected-icon",
|
|
7447
|
+
"reflects": true
|
|
7592
7448
|
},
|
|
7593
7449
|
{
|
|
7594
7450
|
"kind": "field",
|
|
7595
|
-
"name": "
|
|
7451
|
+
"name": "hasLeadingIcon",
|
|
7596
7452
|
"type": {
|
|
7597
|
-
"text": "
|
|
7453
|
+
"text": "boolean"
|
|
7598
7454
|
},
|
|
7599
|
-
"
|
|
7600
|
-
"
|
|
7601
|
-
|
|
7602
|
-
|
|
7603
|
-
}
|
|
7455
|
+
"default": "false",
|
|
7456
|
+
"description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
|
|
7457
|
+
"attribute": "has-leading-icon",
|
|
7458
|
+
"reflects": true
|
|
7604
7459
|
},
|
|
7605
7460
|
{
|
|
7606
7461
|
"kind": "field",
|
|
7607
|
-
"name": "
|
|
7462
|
+
"name": "hasSelectedIcon",
|
|
7608
7463
|
"type": {
|
|
7609
|
-
"text": "
|
|
7464
|
+
"text": "boolean"
|
|
7610
7465
|
},
|
|
7611
|
-
"
|
|
7612
|
-
"
|
|
7613
|
-
|
|
7614
|
-
|
|
7615
|
-
}
|
|
7466
|
+
"default": "false",
|
|
7467
|
+
"description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
|
|
7468
|
+
"attribute": "has-selected-icon",
|
|
7469
|
+
"reflects": true
|
|
7616
7470
|
},
|
|
7617
7471
|
{
|
|
7618
7472
|
"kind": "field",
|
|
7619
|
-
"name": "
|
|
7473
|
+
"name": "hasTrailingIcon",
|
|
7620
7474
|
"type": {
|
|
7621
7475
|
"text": "boolean"
|
|
7622
7476
|
},
|
|
7623
7477
|
"default": "false",
|
|
7624
|
-
"
|
|
7625
|
-
"
|
|
7626
|
-
|
|
7627
|
-
"module": "src/field/field-base.ts"
|
|
7628
|
-
}
|
|
7478
|
+
"description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
|
|
7479
|
+
"attribute": "has-trailing-icon",
|
|
7480
|
+
"reflects": true
|
|
7629
7481
|
},
|
|
7630
7482
|
{
|
|
7631
7483
|
"kind": "field",
|
|
7632
|
-
"name": "
|
|
7484
|
+
"name": "assignedLeadingIcons",
|
|
7633
7485
|
"type": {
|
|
7634
|
-
"text": "
|
|
7486
|
+
"text": "HTMLElement[]"
|
|
7635
7487
|
},
|
|
7636
|
-
"
|
|
7637
|
-
"
|
|
7638
|
-
"inheritedFrom": {
|
|
7639
|
-
"name": "UmFieldBase",
|
|
7640
|
-
"module": "src/field/field-base.ts"
|
|
7641
|
-
}
|
|
7488
|
+
"privacy": "private",
|
|
7489
|
+
"readonly": true
|
|
7642
7490
|
},
|
|
7643
7491
|
{
|
|
7644
7492
|
"kind": "field",
|
|
7645
|
-
"name": "
|
|
7493
|
+
"name": "assignedSelectedIcons",
|
|
7646
7494
|
"type": {
|
|
7647
|
-
"text": "
|
|
7495
|
+
"text": "HTMLElement[]"
|
|
7648
7496
|
},
|
|
7649
|
-
"
|
|
7650
|
-
"
|
|
7651
|
-
"inheritedFrom": {
|
|
7652
|
-
"name": "UmFieldBase",
|
|
7653
|
-
"module": "src/field/field-base.ts"
|
|
7654
|
-
}
|
|
7497
|
+
"privacy": "private",
|
|
7498
|
+
"readonly": true
|
|
7655
7499
|
},
|
|
7656
7500
|
{
|
|
7657
7501
|
"kind": "field",
|
|
7658
|
-
"name": "
|
|
7502
|
+
"name": "assignedTrailingIcons",
|
|
7659
7503
|
"type": {
|
|
7660
|
-
"text": "
|
|
7504
|
+
"text": "HTMLElement[]"
|
|
7661
7505
|
},
|
|
7662
|
-
"
|
|
7663
|
-
"
|
|
7664
|
-
"reflects": true,
|
|
7665
|
-
"inheritedFrom": {
|
|
7666
|
-
"name": "UmFieldBase",
|
|
7667
|
-
"module": "src/field/field-base.ts"
|
|
7668
|
-
}
|
|
7506
|
+
"privacy": "private",
|
|
7507
|
+
"readonly": true
|
|
7669
7508
|
},
|
|
7670
7509
|
{
|
|
7671
7510
|
"kind": "field",
|
|
7672
|
-
"name": "
|
|
7511
|
+
"name": "removeRipple",
|
|
7673
7512
|
"type": {
|
|
7674
|
-
"text": "
|
|
7675
|
-
},
|
|
7676
|
-
"default": "false",
|
|
7677
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
7678
|
-
"attribute": "invalid",
|
|
7679
|
-
"reflects": true,
|
|
7680
|
-
"inheritedFrom": {
|
|
7681
|
-
"name": "UmFieldBase",
|
|
7682
|
-
"module": "src/field/field-base.ts"
|
|
7513
|
+
"text": "UmRipple"
|
|
7683
7514
|
}
|
|
7684
7515
|
},
|
|
7685
7516
|
{
|
|
7686
7517
|
"kind": "method",
|
|
7687
|
-
"name": "
|
|
7688
|
-
"
|
|
7518
|
+
"name": "#handleRemoveClick",
|
|
7519
|
+
"privacy": "private",
|
|
7520
|
+
"parameters": [
|
|
7521
|
+
{
|
|
7522
|
+
"name": "e",
|
|
7523
|
+
"type": {
|
|
7524
|
+
"text": "Event"
|
|
7525
|
+
}
|
|
7526
|
+
}
|
|
7527
|
+
]
|
|
7528
|
+
},
|
|
7529
|
+
{
|
|
7530
|
+
"kind": "method",
|
|
7531
|
+
"name": "#handleTrailingIconSlotChange",
|
|
7532
|
+
"privacy": "private"
|
|
7533
|
+
},
|
|
7534
|
+
{
|
|
7535
|
+
"kind": "method",
|
|
7536
|
+
"name": "#handleLeadingIconSlotChange",
|
|
7537
|
+
"privacy": "private"
|
|
7538
|
+
},
|
|
7539
|
+
{
|
|
7540
|
+
"kind": "method",
|
|
7541
|
+
"name": "#handleSelectedIconSlotChange",
|
|
7542
|
+
"privacy": "private"
|
|
7543
|
+
},
|
|
7544
|
+
{
|
|
7545
|
+
"kind": "method",
|
|
7546
|
+
"name": "handleClick",
|
|
7547
|
+
"privacy": "protected",
|
|
7689
7548
|
"return": {
|
|
7690
7549
|
"type": {
|
|
7691
|
-
"text": "
|
|
7550
|
+
"text": "void"
|
|
7692
7551
|
}
|
|
7693
7552
|
},
|
|
7694
7553
|
"parameters": [
|
|
7695
7554
|
{
|
|
7696
|
-
"name": "
|
|
7697
|
-
"type": {
|
|
7698
|
-
"text": "HTMLElement"
|
|
7699
|
-
}
|
|
7700
|
-
},
|
|
7701
|
-
{
|
|
7702
|
-
"name": "config",
|
|
7555
|
+
"name": "event",
|
|
7703
7556
|
"type": {
|
|
7704
|
-
"text": "
|
|
7557
|
+
"text": "UIEvent"
|
|
7705
7558
|
}
|
|
7706
7559
|
}
|
|
7707
7560
|
],
|
|
7708
7561
|
"inheritedFrom": {
|
|
7709
|
-
"name": "
|
|
7710
|
-
"module": "src/
|
|
7562
|
+
"name": "UmButtonWrapper",
|
|
7563
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7564
|
+
}
|
|
7565
|
+
},
|
|
7566
|
+
{
|
|
7567
|
+
"kind": "method",
|
|
7568
|
+
"name": "renderContent",
|
|
7569
|
+
"privacy": "protected",
|
|
7570
|
+
"return": {
|
|
7571
|
+
"type": {
|
|
7572
|
+
"text": "HTMLTemplateResult"
|
|
7573
|
+
}
|
|
7574
|
+
},
|
|
7575
|
+
"inheritedFrom": {
|
|
7576
|
+
"name": "UmButtonWrapper",
|
|
7577
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7711
7578
|
}
|
|
7712
7579
|
},
|
|
7713
7580
|
{
|
|
7714
7581
|
"kind": "field",
|
|
7715
|
-
"name": "
|
|
7582
|
+
"name": "disabled",
|
|
7716
7583
|
"type": {
|
|
7717
7584
|
"text": "boolean"
|
|
7718
7585
|
},
|
|
7719
7586
|
"default": "false",
|
|
7720
|
-
"description": "Whether the
|
|
7721
|
-
"attribute": "
|
|
7587
|
+
"description": "Whether the button is disabled or not.",
|
|
7588
|
+
"attribute": "disabled",
|
|
7722
7589
|
"reflects": true,
|
|
7723
7590
|
"inheritedFrom": {
|
|
7724
|
-
"name": "
|
|
7725
|
-
"module": "src/
|
|
7591
|
+
"name": "UmButtonWrapper",
|
|
7592
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7726
7593
|
}
|
|
7727
7594
|
},
|
|
7728
7595
|
{
|
|
7729
7596
|
"kind": "field",
|
|
7730
|
-
"name": "
|
|
7597
|
+
"name": "renderRipple",
|
|
7731
7598
|
"type": {
|
|
7732
7599
|
"text": "boolean"
|
|
7733
7600
|
},
|
|
7734
|
-
"default": "
|
|
7735
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
7736
|
-
"attribute": "has-trailing-icon",
|
|
7737
|
-
"reflects": true,
|
|
7601
|
+
"default": "true",
|
|
7738
7602
|
"inheritedFrom": {
|
|
7739
|
-
"name": "
|
|
7740
|
-
"module": "src/
|
|
7603
|
+
"name": "UmButtonWrapper",
|
|
7604
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7741
7605
|
}
|
|
7742
7606
|
},
|
|
7743
7607
|
{
|
|
7744
7608
|
"kind": "field",
|
|
7745
|
-
"name": "
|
|
7609
|
+
"name": "href",
|
|
7746
7610
|
"type": {
|
|
7747
|
-
"text": "
|
|
7611
|
+
"text": "string | undefined"
|
|
7748
7612
|
},
|
|
7749
|
-
"
|
|
7750
|
-
"
|
|
7751
|
-
"attribute": "has-error-text",
|
|
7752
|
-
"reflects": true,
|
|
7613
|
+
"description": "The URL that the link button points to.",
|
|
7614
|
+
"attribute": "href",
|
|
7753
7615
|
"inheritedFrom": {
|
|
7754
|
-
"name": "
|
|
7755
|
-
"module": "src/
|
|
7616
|
+
"name": "UmButtonWrapper",
|
|
7617
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7756
7618
|
}
|
|
7757
7619
|
},
|
|
7758
7620
|
{
|
|
7759
7621
|
"kind": "field",
|
|
7760
|
-
"name": "
|
|
7622
|
+
"name": "target",
|
|
7761
7623
|
"type": {
|
|
7762
|
-
"text": "
|
|
7624
|
+
"text": "string | undefined"
|
|
7763
7625
|
},
|
|
7764
|
-
"
|
|
7765
|
-
"
|
|
7626
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
7627
|
+
"attribute": "target",
|
|
7766
7628
|
"inheritedFrom": {
|
|
7767
|
-
"name": "
|
|
7768
|
-
"module": "src/
|
|
7629
|
+
"name": "UmButtonWrapper",
|
|
7630
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7769
7631
|
}
|
|
7770
7632
|
},
|
|
7771
7633
|
{
|
|
7772
7634
|
"kind": "field",
|
|
7773
|
-
"name": "
|
|
7635
|
+
"name": "name",
|
|
7774
7636
|
"type": {
|
|
7775
|
-
"text": "
|
|
7637
|
+
"text": "string | undefined"
|
|
7776
7638
|
},
|
|
7777
|
-
"
|
|
7778
|
-
"readonly": true,
|
|
7639
|
+
"attribute": "name",
|
|
7779
7640
|
"inheritedFrom": {
|
|
7780
|
-
"name": "
|
|
7781
|
-
"module": "src/
|
|
7641
|
+
"name": "UmButtonWrapper",
|
|
7642
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7782
7643
|
}
|
|
7783
7644
|
},
|
|
7784
7645
|
{
|
|
7785
7646
|
"kind": "field",
|
|
7786
|
-
"name": "
|
|
7647
|
+
"name": "buttonElement",
|
|
7787
7648
|
"type": {
|
|
7788
|
-
"text": "HTMLElement
|
|
7649
|
+
"text": "HTMLElement"
|
|
7789
7650
|
},
|
|
7790
|
-
"privacy": "private",
|
|
7791
7651
|
"readonly": true,
|
|
7792
7652
|
"inheritedFrom": {
|
|
7793
|
-
"name": "
|
|
7794
|
-
"module": "src/
|
|
7653
|
+
"name": "UmButtonWrapper",
|
|
7654
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7795
7655
|
}
|
|
7796
7656
|
},
|
|
7797
7657
|
{
|
|
7798
7658
|
"kind": "field",
|
|
7799
|
-
"name": "
|
|
7659
|
+
"name": "ripple",
|
|
7800
7660
|
"type": {
|
|
7801
|
-
"text": "
|
|
7661
|
+
"text": "UmRipple"
|
|
7802
7662
|
},
|
|
7803
7663
|
"privacy": "private",
|
|
7804
7664
|
"readonly": true,
|
|
7805
7665
|
"inheritedFrom": {
|
|
7806
|
-
"name": "
|
|
7807
|
-
"module": "src/
|
|
7666
|
+
"name": "UmButtonWrapper",
|
|
7667
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7808
7668
|
}
|
|
7809
7669
|
},
|
|
7810
7670
|
{
|
|
7811
7671
|
"kind": "field",
|
|
7812
|
-
"name": "
|
|
7672
|
+
"name": "innerRole",
|
|
7813
7673
|
"type": {
|
|
7814
|
-
"text": "
|
|
7674
|
+
"text": "string | null"
|
|
7815
7675
|
},
|
|
7816
7676
|
"privacy": "protected",
|
|
7677
|
+
"default": "null",
|
|
7817
7678
|
"inheritedFrom": {
|
|
7818
|
-
"name": "
|
|
7819
|
-
"module": "src/
|
|
7679
|
+
"name": "UmButtonWrapper",
|
|
7680
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7820
7681
|
}
|
|
7821
7682
|
},
|
|
7822
7683
|
{
|
|
7823
|
-
"kind": "
|
|
7824
|
-
"name": "
|
|
7825
|
-
"
|
|
7826
|
-
|
|
7827
|
-
"type": {
|
|
7828
|
-
"text": "TemplateResult"
|
|
7829
|
-
}
|
|
7684
|
+
"kind": "field",
|
|
7685
|
+
"name": "pathname",
|
|
7686
|
+
"type": {
|
|
7687
|
+
"text": "string"
|
|
7830
7688
|
},
|
|
7689
|
+
"readonly": true,
|
|
7831
7690
|
"inheritedFrom": {
|
|
7832
|
-
"name": "
|
|
7833
|
-
"module": "src/
|
|
7691
|
+
"name": "UmButtonWrapper",
|
|
7692
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7834
7693
|
}
|
|
7835
7694
|
},
|
|
7836
7695
|
{
|
|
7837
7696
|
"kind": "method",
|
|
7838
|
-
"name": "
|
|
7697
|
+
"name": "renderButton",
|
|
7839
7698
|
"privacy": "private",
|
|
7840
7699
|
"inheritedFrom": {
|
|
7841
|
-
"name": "
|
|
7842
|
-
"module": "src/
|
|
7700
|
+
"name": "UmButtonWrapper",
|
|
7701
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7843
7702
|
}
|
|
7844
7703
|
},
|
|
7845
7704
|
{
|
|
7846
7705
|
"kind": "method",
|
|
7847
|
-
"name": "
|
|
7706
|
+
"name": "renderLink",
|
|
7848
7707
|
"privacy": "private",
|
|
7849
7708
|
"inheritedFrom": {
|
|
7850
|
-
"name": "
|
|
7851
|
-
"module": "src/
|
|
7709
|
+
"name": "UmButtonWrapper",
|
|
7710
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7711
|
+
}
|
|
7712
|
+
},
|
|
7713
|
+
{
|
|
7714
|
+
"kind": "method",
|
|
7715
|
+
"name": "focus",
|
|
7716
|
+
"inheritedFrom": {
|
|
7717
|
+
"name": "UmButtonWrapper",
|
|
7718
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7719
|
+
}
|
|
7720
|
+
},
|
|
7721
|
+
{
|
|
7722
|
+
"kind": "method",
|
|
7723
|
+
"name": "blur",
|
|
7724
|
+
"inheritedFrom": {
|
|
7725
|
+
"name": "UmButtonWrapper",
|
|
7726
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7727
|
+
}
|
|
7728
|
+
},
|
|
7729
|
+
{
|
|
7730
|
+
"kind": "method",
|
|
7731
|
+
"name": "getAriaLabel",
|
|
7732
|
+
"privacy": "protected",
|
|
7733
|
+
"return": {
|
|
7734
|
+
"type": {
|
|
7735
|
+
"text": "string | null"
|
|
7736
|
+
}
|
|
7737
|
+
},
|
|
7738
|
+
"inheritedFrom": {
|
|
7739
|
+
"name": "UmButtonWrapper",
|
|
7740
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7852
7741
|
}
|
|
7853
7742
|
},
|
|
7854
7743
|
{
|
|
7855
7744
|
"kind": "method",
|
|
7856
|
-
"name": "
|
|
7745
|
+
"name": "innerFocusHandler",
|
|
7857
7746
|
"privacy": "private",
|
|
7747
|
+
"return": {
|
|
7748
|
+
"type": {
|
|
7749
|
+
"text": "void"
|
|
7750
|
+
}
|
|
7751
|
+
},
|
|
7858
7752
|
"inheritedFrom": {
|
|
7859
|
-
"name": "
|
|
7860
|
-
"module": "src/
|
|
7753
|
+
"name": "UmButtonWrapper",
|
|
7754
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7861
7755
|
}
|
|
7862
7756
|
},
|
|
7863
7757
|
{
|
|
7864
7758
|
"kind": "method",
|
|
7865
|
-
"name": "
|
|
7866
|
-
"privacy": "
|
|
7759
|
+
"name": "#innerClickHandler",
|
|
7760
|
+
"privacy": "private",
|
|
7867
7761
|
"return": {
|
|
7868
7762
|
"type": {
|
|
7869
|
-
"text": "
|
|
7763
|
+
"text": "void"
|
|
7870
7764
|
}
|
|
7871
7765
|
},
|
|
7766
|
+
"parameters": [
|
|
7767
|
+
{
|
|
7768
|
+
"name": "event",
|
|
7769
|
+
"type": {
|
|
7770
|
+
"text": "MouseEvent"
|
|
7771
|
+
}
|
|
7772
|
+
}
|
|
7773
|
+
],
|
|
7872
7774
|
"inheritedFrom": {
|
|
7873
|
-
"name": "
|
|
7874
|
-
"module": "src/
|
|
7775
|
+
"name": "UmButtonWrapper",
|
|
7776
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7875
7777
|
}
|
|
7876
7778
|
}
|
|
7877
7779
|
],
|
|
@@ -7885,305 +7787,167 @@
|
|
|
7885
7787
|
],
|
|
7886
7788
|
"attributes": [
|
|
7887
7789
|
{
|
|
7888
|
-
"name": "
|
|
7889
|
-
"type": {
|
|
7890
|
-
"text": "string"
|
|
7891
|
-
},
|
|
7892
|
-
"fieldName": "name"
|
|
7893
|
-
},
|
|
7894
|
-
{
|
|
7895
|
-
"name": "manual",
|
|
7790
|
+
"name": "selected",
|
|
7896
7791
|
"type": {
|
|
7897
7792
|
"text": "boolean"
|
|
7898
7793
|
},
|
|
7899
7794
|
"default": "false",
|
|
7900
|
-
"description": "
|
|
7901
|
-
"fieldName": "
|
|
7902
|
-
},
|
|
7903
|
-
{
|
|
7904
|
-
"name": "placeholder",
|
|
7905
|
-
"type": {
|
|
7906
|
-
"text": "string"
|
|
7907
|
-
},
|
|
7908
|
-
"default": "''",
|
|
7909
|
-
"fieldName": "placeholder",
|
|
7910
|
-
"inheritedFrom": {
|
|
7911
|
-
"name": "UmTextFieldBase",
|
|
7912
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
7913
|
-
}
|
|
7795
|
+
"description": "Whether the chip is selected or not",
|
|
7796
|
+
"fieldName": "selected"
|
|
7914
7797
|
},
|
|
7915
7798
|
{
|
|
7916
|
-
"name": "
|
|
7799
|
+
"name": "clickable",
|
|
7917
7800
|
"type": {
|
|
7918
|
-
"text": "
|
|
7801
|
+
"text": "boolean"
|
|
7919
7802
|
},
|
|
7920
|
-
"
|
|
7921
|
-
"fieldName": "variant",
|
|
7922
|
-
"inheritedFrom": {
|
|
7923
|
-
"name": "UmFieldBase",
|
|
7924
|
-
"module": "src/field/field-base.ts"
|
|
7925
|
-
}
|
|
7803
|
+
"fieldName": "clickable"
|
|
7926
7804
|
},
|
|
7927
7805
|
{
|
|
7928
|
-
"name": "
|
|
7806
|
+
"name": "elevated",
|
|
7929
7807
|
"type": {
|
|
7930
|
-
"text": "
|
|
7808
|
+
"text": "boolean"
|
|
7931
7809
|
},
|
|
7932
|
-
"
|
|
7933
|
-
"
|
|
7934
|
-
"
|
|
7935
|
-
"name": "UmFieldBase",
|
|
7936
|
-
"module": "src/field/field-base.ts"
|
|
7937
|
-
}
|
|
7810
|
+
"default": "false",
|
|
7811
|
+
"description": "Adds elevation to the chip",
|
|
7812
|
+
"fieldName": "elevated"
|
|
7938
7813
|
},
|
|
7939
7814
|
{
|
|
7940
|
-
"name": "
|
|
7815
|
+
"name": "toggle",
|
|
7941
7816
|
"type": {
|
|
7942
|
-
"text": "
|
|
7817
|
+
"text": "boolean"
|
|
7943
7818
|
},
|
|
7944
|
-
"
|
|
7945
|
-
"
|
|
7946
|
-
"name": "UmFieldBase",
|
|
7947
|
-
"module": "src/field/field-base.ts"
|
|
7948
|
-
}
|
|
7819
|
+
"description": "When true, the chip will toggle between selected and unselected\nstates",
|
|
7820
|
+
"fieldName": "toggle"
|
|
7949
7821
|
},
|
|
7950
7822
|
{
|
|
7951
|
-
"name": "
|
|
7823
|
+
"name": "removable",
|
|
7952
7824
|
"type": {
|
|
7953
7825
|
"text": "boolean"
|
|
7954
7826
|
},
|
|
7955
7827
|
"default": "false",
|
|
7956
|
-
"
|
|
7957
|
-
"
|
|
7958
|
-
"name": "UmFieldBase",
|
|
7959
|
-
"module": "src/field/field-base.ts"
|
|
7960
|
-
}
|
|
7961
|
-
},
|
|
7962
|
-
{
|
|
7963
|
-
"name": "supporting-text",
|
|
7964
|
-
"type": {
|
|
7965
|
-
"text": "string | undefined"
|
|
7966
|
-
},
|
|
7967
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
7968
|
-
"fieldName": "supportingText",
|
|
7969
|
-
"inheritedFrom": {
|
|
7970
|
-
"name": "UmFieldBase",
|
|
7971
|
-
"module": "src/field/field-base.ts"
|
|
7972
|
-
}
|
|
7828
|
+
"description": "Add the remove icon",
|
|
7829
|
+
"fieldName": "removable"
|
|
7973
7830
|
},
|
|
7974
7831
|
{
|
|
7975
|
-
"name": "
|
|
7832
|
+
"name": "hide-selected-icon",
|
|
7976
7833
|
"type": {
|
|
7977
|
-
"text": "
|
|
7834
|
+
"text": "boolean"
|
|
7978
7835
|
},
|
|
7979
|
-
"
|
|
7980
|
-
"
|
|
7981
|
-
"
|
|
7982
|
-
"name": "UmFieldBase",
|
|
7983
|
-
"module": "src/field/field-base.ts"
|
|
7984
|
-
}
|
|
7836
|
+
"default": "false",
|
|
7837
|
+
"description": "Hide the selected icon",
|
|
7838
|
+
"fieldName": "hideSelectedIcon"
|
|
7985
7839
|
},
|
|
7986
7840
|
{
|
|
7987
|
-
"name": "
|
|
7841
|
+
"name": "has-leading-icon",
|
|
7988
7842
|
"type": {
|
|
7989
7843
|
"text": "boolean"
|
|
7990
7844
|
},
|
|
7991
7845
|
"default": "false",
|
|
7992
|
-
"description": "Whether the
|
|
7993
|
-
"fieldName": "
|
|
7994
|
-
"inheritedFrom": {
|
|
7995
|
-
"name": "UmFieldBase",
|
|
7996
|
-
"module": "src/field/field-base.ts"
|
|
7997
|
-
}
|
|
7846
|
+
"description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
|
|
7847
|
+
"fieldName": "hasLeadingIcon"
|
|
7998
7848
|
},
|
|
7999
7849
|
{
|
|
8000
|
-
"name": "
|
|
7850
|
+
"name": "has-selected-icon",
|
|
8001
7851
|
"type": {
|
|
8002
7852
|
"text": "boolean"
|
|
8003
7853
|
},
|
|
8004
7854
|
"default": "false",
|
|
8005
|
-
"
|
|
8006
|
-
"
|
|
8007
|
-
"name": "UmFieldBase",
|
|
8008
|
-
"module": "src/field/field-base.ts"
|
|
8009
|
-
}
|
|
7855
|
+
"description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
|
|
7856
|
+
"fieldName": "hasSelectedIcon"
|
|
8010
7857
|
},
|
|
8011
7858
|
{
|
|
8012
|
-
"name": "
|
|
7859
|
+
"name": "has-trailing-icon",
|
|
8013
7860
|
"type": {
|
|
8014
7861
|
"text": "boolean"
|
|
8015
7862
|
},
|
|
8016
7863
|
"default": "false",
|
|
8017
|
-
"description": "
|
|
8018
|
-
"fieldName": "
|
|
8019
|
-
"inheritedFrom": {
|
|
8020
|
-
"name": "UmFieldBase",
|
|
8021
|
-
"module": "src/field/field-base.ts"
|
|
8022
|
-
}
|
|
7864
|
+
"description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
|
|
7865
|
+
"fieldName": "hasTrailingIcon"
|
|
8023
7866
|
},
|
|
8024
7867
|
{
|
|
8025
|
-
"name": "
|
|
7868
|
+
"name": "disabled",
|
|
8026
7869
|
"type": {
|
|
8027
7870
|
"text": "boolean"
|
|
8028
7871
|
},
|
|
8029
7872
|
"default": "false",
|
|
8030
|
-
"description": "Whether the
|
|
8031
|
-
"fieldName": "
|
|
7873
|
+
"description": "Whether the button is disabled or not.",
|
|
7874
|
+
"fieldName": "disabled",
|
|
8032
7875
|
"inheritedFrom": {
|
|
8033
|
-
"name": "
|
|
8034
|
-
"module": "src/
|
|
7876
|
+
"name": "UmButtonWrapper",
|
|
7877
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8035
7878
|
}
|
|
8036
7879
|
},
|
|
8037
7880
|
{
|
|
8038
|
-
"name": "
|
|
7881
|
+
"name": "href",
|
|
8039
7882
|
"type": {
|
|
8040
|
-
"text": "
|
|
7883
|
+
"text": "string | undefined"
|
|
8041
7884
|
},
|
|
8042
|
-
"
|
|
8043
|
-
"
|
|
8044
|
-
"fieldName": "hasTrailingIcon",
|
|
7885
|
+
"description": "The URL that the link button points to.",
|
|
7886
|
+
"fieldName": "href",
|
|
8045
7887
|
"inheritedFrom": {
|
|
8046
|
-
"name": "
|
|
8047
|
-
"module": "src/
|
|
7888
|
+
"name": "UmButtonWrapper",
|
|
7889
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8048
7890
|
}
|
|
8049
7891
|
},
|
|
8050
7892
|
{
|
|
8051
|
-
"name": "
|
|
7893
|
+
"name": "target",
|
|
8052
7894
|
"type": {
|
|
8053
|
-
"text": "
|
|
7895
|
+
"text": "string | undefined"
|
|
8054
7896
|
},
|
|
8055
|
-
"
|
|
8056
|
-
"
|
|
8057
|
-
"fieldName": "hasErrorText",
|
|
7897
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
7898
|
+
"fieldName": "target",
|
|
8058
7899
|
"inheritedFrom": {
|
|
8059
|
-
"name": "
|
|
8060
|
-
"module": "src/
|
|
8061
|
-
}
|
|
8062
|
-
}
|
|
8063
|
-
],
|
|
8064
|
-
"superclass": {
|
|
8065
|
-
"name": "UmTextFieldBase",
|
|
8066
|
-
"module": "/src/shared/text-field-base/text-field-base.js"
|
|
8067
|
-
},
|
|
8068
|
-
"tagName": "u-chip-field",
|
|
8069
|
-
"customElement": true
|
|
8070
|
-
}
|
|
8071
|
-
],
|
|
8072
|
-
"exports": [
|
|
8073
|
-
{
|
|
8074
|
-
"kind": "js",
|
|
8075
|
-
"name": "UmChipField",
|
|
8076
|
-
"declaration": {
|
|
8077
|
-
"name": "UmChipField",
|
|
8078
|
-
"module": "src/chip-field/chip-field.ts"
|
|
8079
|
-
}
|
|
8080
|
-
},
|
|
8081
|
-
{
|
|
8082
|
-
"kind": "custom-element-definition",
|
|
8083
|
-
"name": "u-chip-field",
|
|
8084
|
-
"declaration": {
|
|
8085
|
-
"name": "UmChipField",
|
|
8086
|
-
"module": "src/chip-field/chip-field.ts"
|
|
8087
|
-
}
|
|
8088
|
-
}
|
|
8089
|
-
]
|
|
8090
|
-
},
|
|
8091
|
-
{
|
|
8092
|
-
"kind": "javascript-module",
|
|
8093
|
-
"path": "src/chip/chip-set.styles.ts",
|
|
8094
|
-
"declarations": [
|
|
8095
|
-
{
|
|
8096
|
-
"kind": "variable",
|
|
8097
|
-
"name": "styles",
|
|
8098
|
-
"default": "css ` :host { flex-wrap: wrap; } `"
|
|
8099
|
-
}
|
|
8100
|
-
],
|
|
8101
|
-
"exports": [
|
|
8102
|
-
{
|
|
8103
|
-
"kind": "js",
|
|
8104
|
-
"name": "styles",
|
|
8105
|
-
"declaration": {
|
|
8106
|
-
"name": "styles",
|
|
8107
|
-
"module": "src/chip/chip-set.styles.ts"
|
|
8108
|
-
}
|
|
8109
|
-
}
|
|
8110
|
-
]
|
|
8111
|
-
},
|
|
8112
|
-
{
|
|
8113
|
-
"kind": "javascript-module",
|
|
8114
|
-
"path": "src/chip/chip-set.ts",
|
|
8115
|
-
"declarations": [
|
|
8116
|
-
{
|
|
8117
|
-
"kind": "class",
|
|
8118
|
-
"description": "",
|
|
8119
|
-
"name": "UmChipSet",
|
|
8120
|
-
"members": [
|
|
7900
|
+
"name": "UmButtonWrapper",
|
|
7901
|
+
"module": "src/shared/button-wrapper.ts"
|
|
7902
|
+
}
|
|
7903
|
+
},
|
|
8121
7904
|
{
|
|
8122
|
-
"
|
|
8123
|
-
"name": "alignment",
|
|
7905
|
+
"name": "name",
|
|
8124
7906
|
"type": {
|
|
8125
|
-
"text": "
|
|
7907
|
+
"text": "string | undefined"
|
|
8126
7908
|
},
|
|
8127
|
-
"
|
|
8128
|
-
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
8129
|
-
"attribute": "alignment",
|
|
8130
|
-
"reflects": true,
|
|
7909
|
+
"fieldName": "name",
|
|
8131
7910
|
"inheritedFrom": {
|
|
8132
|
-
"name": "
|
|
8133
|
-
"module": "src/shared/
|
|
7911
|
+
"name": "UmButtonWrapper",
|
|
7912
|
+
"module": "src/shared/button-wrapper.ts"
|
|
8134
7913
|
}
|
|
8135
7914
|
}
|
|
8136
7915
|
],
|
|
8137
7916
|
"superclass": {
|
|
8138
|
-
"name": "
|
|
8139
|
-
"module": "/src/shared/
|
|
7917
|
+
"name": "UmButtonWrapper",
|
|
7918
|
+
"module": "/src/shared/button-wrapper.js"
|
|
8140
7919
|
},
|
|
8141
|
-
"tagName": "u-chip
|
|
8142
|
-
"customElement": true
|
|
8143
|
-
"attributes": [
|
|
8144
|
-
{
|
|
8145
|
-
"name": "alignment",
|
|
8146
|
-
"type": {
|
|
8147
|
-
"text": "'start' | 'center' | 'end'"
|
|
8148
|
-
},
|
|
8149
|
-
"default": "'start'",
|
|
8150
|
-
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
8151
|
-
"fieldName": "alignment",
|
|
8152
|
-
"inheritedFrom": {
|
|
8153
|
-
"name": "UmSetBase",
|
|
8154
|
-
"module": "src/shared/sets/set-base.ts"
|
|
8155
|
-
}
|
|
8156
|
-
}
|
|
8157
|
-
]
|
|
7920
|
+
"tagName": "u-chip",
|
|
7921
|
+
"customElement": true
|
|
8158
7922
|
}
|
|
8159
7923
|
],
|
|
8160
7924
|
"exports": [
|
|
8161
7925
|
{
|
|
8162
7926
|
"kind": "js",
|
|
8163
|
-
"name": "
|
|
7927
|
+
"name": "UmChip",
|
|
8164
7928
|
"declaration": {
|
|
8165
|
-
"name": "
|
|
8166
|
-
"module": "src/chip/chip
|
|
7929
|
+
"name": "UmChip",
|
|
7930
|
+
"module": "src/chip/chip.ts"
|
|
8167
7931
|
}
|
|
8168
7932
|
},
|
|
8169
7933
|
{
|
|
8170
7934
|
"kind": "custom-element-definition",
|
|
8171
|
-
"name": "u-chip
|
|
7935
|
+
"name": "u-chip",
|
|
8172
7936
|
"declaration": {
|
|
8173
|
-
"name": "
|
|
8174
|
-
"module": "src/chip/chip
|
|
7937
|
+
"name": "UmChip",
|
|
7938
|
+
"module": "src/chip/chip.ts"
|
|
8175
7939
|
}
|
|
8176
7940
|
}
|
|
8177
7941
|
]
|
|
8178
7942
|
},
|
|
8179
7943
|
{
|
|
8180
7944
|
"kind": "javascript-module",
|
|
8181
|
-
"path": "src/chip/chip.styles.ts",
|
|
7945
|
+
"path": "src/chip-field/chip-field.styles.ts",
|
|
8182
7946
|
"declarations": [
|
|
8183
7947
|
{
|
|
8184
7948
|
"kind": "variable",
|
|
8185
7949
|
"name": "styles",
|
|
8186
|
-
"default": "css `
|
|
7950
|
+
"default": "css ` u-chip { flex-basis: 0; } .input { display: flex; gap: var(--u-chip-field-chips-gap, var(--u-spacing-extra-small, 4px)); flex-wrap: wrap; } .input:has(u-chip) { margin-top: var(--u-chip-field-chips-margin, var(--u-spacing-extra-small, 4px)); } .input input { width: auto; flex-basis: 200px; padding: 4px 0; margin-block: -4px; } `"
|
|
8187
7951
|
}
|
|
8188
7952
|
],
|
|
8189
7953
|
"exports": [
|
|
@@ -8192,429 +7956,623 @@
|
|
|
8192
7956
|
"name": "styles",
|
|
8193
7957
|
"declaration": {
|
|
8194
7958
|
"name": "styles",
|
|
8195
|
-
"module": "src/chip/chip.styles.ts"
|
|
7959
|
+
"module": "src/chip-field/chip-field.styles.ts"
|
|
8196
7960
|
}
|
|
8197
7961
|
}
|
|
8198
7962
|
]
|
|
8199
7963
|
},
|
|
8200
7964
|
{
|
|
8201
7965
|
"kind": "javascript-module",
|
|
8202
|
-
"path": "src/chip/chip.ts",
|
|
7966
|
+
"path": "src/chip-field/chip-field.ts",
|
|
8203
7967
|
"declarations": [
|
|
8204
7968
|
{
|
|
8205
7969
|
"kind": "class",
|
|
8206
7970
|
"description": "",
|
|
8207
|
-
"name": "
|
|
7971
|
+
"name": "UmChipField",
|
|
8208
7972
|
"members": [
|
|
8209
7973
|
{
|
|
8210
7974
|
"kind": "field",
|
|
8211
|
-
"name": "
|
|
8212
|
-
"
|
|
7975
|
+
"name": "input",
|
|
7976
|
+
"type": {
|
|
7977
|
+
"text": "HTMLInputElement"
|
|
7978
|
+
}
|
|
7979
|
+
},
|
|
7980
|
+
{
|
|
7981
|
+
"kind": "field",
|
|
7982
|
+
"name": "name",
|
|
7983
|
+
"type": {
|
|
7984
|
+
"text": "string"
|
|
7985
|
+
},
|
|
7986
|
+
"attribute": "name"
|
|
7987
|
+
},
|
|
7988
|
+
{
|
|
7989
|
+
"kind": "field",
|
|
7990
|
+
"name": "manual",
|
|
7991
|
+
"type": {
|
|
7992
|
+
"text": "boolean"
|
|
7993
|
+
},
|
|
7994
|
+
"default": "false",
|
|
7995
|
+
"description": "If true, ignore enter key input",
|
|
7996
|
+
"attribute": "manual"
|
|
7997
|
+
},
|
|
7998
|
+
{
|
|
7999
|
+
"kind": "field",
|
|
8000
|
+
"name": "formatter",
|
|
8001
|
+
"type": {
|
|
8002
|
+
"text": "((value: any) => string) | undefined"
|
|
8003
|
+
},
|
|
8004
|
+
"description": "A function return a string based on a item from the `value`. Useful when the items of value are objects."
|
|
8005
|
+
},
|
|
8006
|
+
{
|
|
8007
|
+
"kind": "field",
|
|
8008
|
+
"name": "leadingIconTemplate",
|
|
8009
|
+
"type": {
|
|
8010
|
+
"text": "((value: any) => string) | undefined"
|
|
8011
|
+
},
|
|
8012
|
+
"description": "A string representing an HTML to be rendered inside as leading icon of each chip.\n\n_Note:_ Subject to signature change"
|
|
8013
|
+
},
|
|
8014
|
+
{
|
|
8015
|
+
"kind": "field",
|
|
8016
|
+
"name": "#value",
|
|
8017
|
+
"privacy": "private",
|
|
8018
|
+
"type": {
|
|
8019
|
+
"text": "any[]"
|
|
8020
|
+
},
|
|
8021
|
+
"default": "[]"
|
|
8022
|
+
},
|
|
8023
|
+
{
|
|
8024
|
+
"kind": "field",
|
|
8025
|
+
"name": "value",
|
|
8026
|
+
"type": {
|
|
8027
|
+
"text": "any[]"
|
|
8028
|
+
},
|
|
8029
|
+
"description": "An array containing the value representation of each chip.\n\n_Note:_ Add or remove items directly from value array won't trigger a render on Chip Field. Use the methods `add` or `removeAt`."
|
|
8030
|
+
},
|
|
8031
|
+
{
|
|
8032
|
+
"kind": "method",
|
|
8033
|
+
"name": "setFormValue",
|
|
8034
|
+
"privacy": "private"
|
|
8035
|
+
},
|
|
8036
|
+
{
|
|
8037
|
+
"kind": "method",
|
|
8038
|
+
"name": "focus"
|
|
8039
|
+
},
|
|
8040
|
+
{
|
|
8041
|
+
"kind": "method",
|
|
8042
|
+
"name": "renderControl",
|
|
8043
|
+
"privacy": "protected",
|
|
8044
|
+
"return": {
|
|
8045
|
+
"type": {
|
|
8046
|
+
"text": "HTMLTemplateResult"
|
|
8047
|
+
}
|
|
8048
|
+
},
|
|
8049
|
+
"inheritedFrom": {
|
|
8050
|
+
"name": "UmFieldBase",
|
|
8051
|
+
"module": "src/field/field-base.ts"
|
|
8052
|
+
}
|
|
8053
|
+
},
|
|
8054
|
+
{
|
|
8055
|
+
"kind": "method",
|
|
8056
|
+
"name": "#getChips",
|
|
8057
|
+
"privacy": "private"
|
|
8058
|
+
},
|
|
8059
|
+
{
|
|
8060
|
+
"kind": "method",
|
|
8061
|
+
"name": "#handleBlur",
|
|
8062
|
+
"privacy": "private"
|
|
8063
|
+
},
|
|
8064
|
+
{
|
|
8065
|
+
"kind": "method",
|
|
8066
|
+
"name": "#handleInput",
|
|
8067
|
+
"privacy": "private"
|
|
8068
|
+
},
|
|
8069
|
+
{
|
|
8070
|
+
"kind": "method",
|
|
8071
|
+
"name": "#handleKeyDown",
|
|
8072
|
+
"privacy": "private",
|
|
8073
|
+
"parameters": [
|
|
8074
|
+
{
|
|
8075
|
+
"name": "e",
|
|
8076
|
+
"type": {
|
|
8077
|
+
"text": "KeyboardEvent"
|
|
8078
|
+
}
|
|
8079
|
+
}
|
|
8080
|
+
]
|
|
8081
|
+
},
|
|
8082
|
+
{
|
|
8083
|
+
"kind": "method",
|
|
8084
|
+
"name": "add",
|
|
8085
|
+
"parameters": [
|
|
8086
|
+
{
|
|
8087
|
+
"name": "value",
|
|
8088
|
+
"type": {
|
|
8089
|
+
"text": "any"
|
|
8090
|
+
}
|
|
8091
|
+
},
|
|
8092
|
+
{
|
|
8093
|
+
"name": "triggerChange",
|
|
8094
|
+
"default": "false"
|
|
8095
|
+
}
|
|
8096
|
+
]
|
|
8097
|
+
},
|
|
8098
|
+
{
|
|
8099
|
+
"kind": "method",
|
|
8100
|
+
"name": "removeAt",
|
|
8101
|
+
"parameters": [
|
|
8102
|
+
{
|
|
8103
|
+
"name": "index",
|
|
8104
|
+
"type": {
|
|
8105
|
+
"text": "number"
|
|
8106
|
+
}
|
|
8107
|
+
},
|
|
8108
|
+
{
|
|
8109
|
+
"name": "triggerChange",
|
|
8110
|
+
"default": "false"
|
|
8111
|
+
}
|
|
8112
|
+
]
|
|
8113
|
+
},
|
|
8114
|
+
{
|
|
8115
|
+
"kind": "field",
|
|
8116
|
+
"name": "#removeChip",
|
|
8117
|
+
"privacy": "private",
|
|
8118
|
+
"readonly": true
|
|
8119
|
+
},
|
|
8120
|
+
{
|
|
8121
|
+
"kind": "method",
|
|
8122
|
+
"name": "#changed",
|
|
8123
|
+
"privacy": "private",
|
|
8124
|
+
"parameters": [
|
|
8125
|
+
{
|
|
8126
|
+
"name": "triggerChange",
|
|
8127
|
+
"type": {
|
|
8128
|
+
"text": "boolean"
|
|
8129
|
+
}
|
|
8130
|
+
}
|
|
8131
|
+
]
|
|
8132
|
+
},
|
|
8133
|
+
{
|
|
8134
|
+
"kind": "method",
|
|
8135
|
+
"name": "#valueUpdate",
|
|
8136
|
+
"privacy": "private"
|
|
8137
|
+
},
|
|
8138
|
+
{
|
|
8139
|
+
"kind": "method",
|
|
8140
|
+
"name": "#setEmpty",
|
|
8141
|
+
"privacy": "private"
|
|
8142
|
+
},
|
|
8143
|
+
{
|
|
8144
|
+
"kind": "method",
|
|
8145
|
+
"name": "#dispatchRemoveEvent",
|
|
8146
|
+
"privacy": "private",
|
|
8147
|
+
"return": {
|
|
8148
|
+
"type": {
|
|
8149
|
+
"text": "boolean"
|
|
8150
|
+
}
|
|
8151
|
+
},
|
|
8152
|
+
"parameters": [
|
|
8153
|
+
{
|
|
8154
|
+
"name": "index",
|
|
8155
|
+
"type": {
|
|
8156
|
+
"text": "number"
|
|
8157
|
+
}
|
|
8158
|
+
}
|
|
8159
|
+
]
|
|
8160
|
+
},
|
|
8161
|
+
{
|
|
8162
|
+
"kind": "method",
|
|
8163
|
+
"name": "getItemLabel",
|
|
8164
|
+
"privacy": "private",
|
|
8165
|
+
"parameters": [
|
|
8166
|
+
{
|
|
8167
|
+
"name": "item",
|
|
8168
|
+
"type": {
|
|
8169
|
+
"text": "any"
|
|
8170
|
+
}
|
|
8171
|
+
}
|
|
8172
|
+
]
|
|
8173
|
+
},
|
|
8174
|
+
{
|
|
8175
|
+
"kind": "field",
|
|
8176
|
+
"name": "formAssociated",
|
|
8213
8177
|
"type": {
|
|
8214
8178
|
"text": "boolean"
|
|
8215
8179
|
},
|
|
8216
|
-
"
|
|
8180
|
+
"static": true,
|
|
8181
|
+
"readonly": true,
|
|
8182
|
+
"default": "true",
|
|
8183
|
+
"inheritedFrom": {
|
|
8184
|
+
"name": "UmTextFieldBase",
|
|
8185
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
8186
|
+
}
|
|
8217
8187
|
},
|
|
8218
8188
|
{
|
|
8219
8189
|
"kind": "field",
|
|
8220
|
-
"name": "
|
|
8221
|
-
"privacy": "private",
|
|
8190
|
+
"name": "shadowRootOptions",
|
|
8222
8191
|
"type": {
|
|
8223
|
-
"text": "
|
|
8192
|
+
"text": "ShadowRootInit"
|
|
8224
8193
|
},
|
|
8225
|
-
"
|
|
8194
|
+
"static": true,
|
|
8195
|
+
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }",
|
|
8196
|
+
"inheritedFrom": {
|
|
8197
|
+
"name": "UmTextFieldBase",
|
|
8198
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
8199
|
+
}
|
|
8226
8200
|
},
|
|
8227
8201
|
{
|
|
8228
8202
|
"kind": "field",
|
|
8229
|
-
"name": "
|
|
8203
|
+
"name": "empty",
|
|
8230
8204
|
"type": {
|
|
8231
8205
|
"text": "boolean"
|
|
8232
8206
|
},
|
|
8233
|
-
"default": "
|
|
8234
|
-
"description": "Whether the
|
|
8235
|
-
"attribute": "
|
|
8236
|
-
"reflects": true
|
|
8207
|
+
"default": "true",
|
|
8208
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
8209
|
+
"attribute": "empty",
|
|
8210
|
+
"reflects": true,
|
|
8211
|
+
"inheritedFrom": {
|
|
8212
|
+
"name": "UmFieldBase",
|
|
8213
|
+
"module": "src/field/field-base.ts"
|
|
8214
|
+
}
|
|
8237
8215
|
},
|
|
8238
8216
|
{
|
|
8239
8217
|
"kind": "field",
|
|
8240
|
-
"name": "
|
|
8218
|
+
"name": "placeholder",
|
|
8241
8219
|
"type": {
|
|
8242
|
-
"text": "
|
|
8220
|
+
"text": "string"
|
|
8243
8221
|
},
|
|
8244
|
-
"
|
|
8245
|
-
"
|
|
8222
|
+
"default": "''",
|
|
8223
|
+
"attribute": "placeholder",
|
|
8224
|
+
"reflects": true,
|
|
8225
|
+
"inheritedFrom": {
|
|
8226
|
+
"name": "UmTextFieldBase",
|
|
8227
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
8228
|
+
}
|
|
8246
8229
|
},
|
|
8247
8230
|
{
|
|
8248
8231
|
"kind": "field",
|
|
8249
|
-
"name": "
|
|
8232
|
+
"name": "form",
|
|
8250
8233
|
"type": {
|
|
8251
|
-
"text": "
|
|
8234
|
+
"text": "HTMLFormElement | null"
|
|
8252
8235
|
},
|
|
8253
|
-
"
|
|
8254
|
-
"
|
|
8255
|
-
|
|
8256
|
-
|
|
8236
|
+
"readonly": true,
|
|
8237
|
+
"inheritedFrom": {
|
|
8238
|
+
"name": "UmTextFieldBase",
|
|
8239
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
8240
|
+
}
|
|
8257
8241
|
},
|
|
8258
8242
|
{
|
|
8259
8243
|
"kind": "field",
|
|
8260
|
-
"name": "
|
|
8244
|
+
"name": "elementInternals",
|
|
8261
8245
|
"type": {
|
|
8262
|
-
"text": "
|
|
8246
|
+
"text": "ElementInternals"
|
|
8263
8247
|
},
|
|
8264
|
-
"
|
|
8265
|
-
"
|
|
8266
|
-
"
|
|
8248
|
+
"privacy": "protected",
|
|
8249
|
+
"readonly": true,
|
|
8250
|
+
"inheritedFrom": {
|
|
8251
|
+
"name": "UmTextFieldBase",
|
|
8252
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
8253
|
+
}
|
|
8267
8254
|
},
|
|
8268
8255
|
{
|
|
8269
8256
|
"kind": "field",
|
|
8270
|
-
"name": "
|
|
8257
|
+
"name": "config",
|
|
8271
8258
|
"type": {
|
|
8272
|
-
"text": "
|
|
8259
|
+
"text": "UmFieldDefaults | undefined"
|
|
8273
8260
|
},
|
|
8274
|
-
"
|
|
8275
|
-
"
|
|
8276
|
-
"
|
|
8277
|
-
|
|
8261
|
+
"privacy": "private",
|
|
8262
|
+
"readonly": true,
|
|
8263
|
+
"inheritedFrom": {
|
|
8264
|
+
"name": "UmFieldBase",
|
|
8265
|
+
"module": "src/field/field-base.ts"
|
|
8266
|
+
}
|
|
8278
8267
|
},
|
|
8279
8268
|
{
|
|
8280
8269
|
"kind": "field",
|
|
8281
|
-
"name": "
|
|
8270
|
+
"name": "variant",
|
|
8282
8271
|
"type": {
|
|
8283
|
-
"text": "
|
|
8272
|
+
"text": "'filled' | 'outlined' | undefined"
|
|
8284
8273
|
},
|
|
8285
|
-
"default": "
|
|
8286
|
-
"
|
|
8287
|
-
"
|
|
8288
|
-
|
|
8274
|
+
"default": "undefined",
|
|
8275
|
+
"attribute": "variant",
|
|
8276
|
+
"inheritedFrom": {
|
|
8277
|
+
"name": "UmFieldBase",
|
|
8278
|
+
"module": "src/field/field-base.ts"
|
|
8279
|
+
}
|
|
8289
8280
|
},
|
|
8290
8281
|
{
|
|
8291
8282
|
"kind": "field",
|
|
8292
|
-
"name": "
|
|
8283
|
+
"name": "label",
|
|
8293
8284
|
"type": {
|
|
8294
|
-
"text": "
|
|
8285
|
+
"text": "string | undefined"
|
|
8295
8286
|
},
|
|
8296
|
-
"
|
|
8297
|
-
"
|
|
8298
|
-
"
|
|
8299
|
-
|
|
8287
|
+
"description": "The floating label for the field",
|
|
8288
|
+
"attribute": "label",
|
|
8289
|
+
"inheritedFrom": {
|
|
8290
|
+
"name": "UmFieldBase",
|
|
8291
|
+
"module": "src/field/field-base.ts"
|
|
8292
|
+
}
|
|
8300
8293
|
},
|
|
8301
8294
|
{
|
|
8302
8295
|
"kind": "field",
|
|
8303
|
-
"name": "
|
|
8296
|
+
"name": "_innerCounter",
|
|
8304
8297
|
"type": {
|
|
8305
|
-
"text": "
|
|
8298
|
+
"text": "string | undefined"
|
|
8306
8299
|
},
|
|
8307
|
-
"
|
|
8308
|
-
"
|
|
8309
|
-
|
|
8310
|
-
|
|
8300
|
+
"privacy": "protected",
|
|
8301
|
+
"inheritedFrom": {
|
|
8302
|
+
"name": "UmFieldBase",
|
|
8303
|
+
"module": "src/field/field-base.ts"
|
|
8304
|
+
}
|
|
8311
8305
|
},
|
|
8312
8306
|
{
|
|
8313
8307
|
"kind": "field",
|
|
8314
|
-
"name": "
|
|
8308
|
+
"name": "counter",
|
|
8315
8309
|
"type": {
|
|
8316
|
-
"text": "
|
|
8310
|
+
"text": "string | undefined"
|
|
8317
8311
|
},
|
|
8318
|
-
"
|
|
8319
|
-
"
|
|
8320
|
-
|
|
8321
|
-
|
|
8312
|
+
"attribute": "counter",
|
|
8313
|
+
"inheritedFrom": {
|
|
8314
|
+
"name": "UmFieldBase",
|
|
8315
|
+
"module": "src/field/field-base.ts"
|
|
8316
|
+
}
|
|
8322
8317
|
},
|
|
8323
8318
|
{
|
|
8324
8319
|
"kind": "field",
|
|
8325
|
-
"name": "
|
|
8320
|
+
"name": "hideCounter",
|
|
8326
8321
|
"type": {
|
|
8327
|
-
"text": "
|
|
8322
|
+
"text": "boolean"
|
|
8328
8323
|
},
|
|
8329
|
-
"
|
|
8330
|
-
"
|
|
8324
|
+
"default": "false",
|
|
8325
|
+
"attribute": "hide-counter",
|
|
8326
|
+
"inheritedFrom": {
|
|
8327
|
+
"name": "UmFieldBase",
|
|
8328
|
+
"module": "src/field/field-base.ts"
|
|
8329
|
+
}
|
|
8331
8330
|
},
|
|
8332
8331
|
{
|
|
8333
8332
|
"kind": "field",
|
|
8334
|
-
"name": "
|
|
8333
|
+
"name": "supportingText",
|
|
8335
8334
|
"type": {
|
|
8336
|
-
"text": "
|
|
8335
|
+
"text": "string | undefined"
|
|
8337
8336
|
},
|
|
8338
|
-
"
|
|
8339
|
-
"
|
|
8337
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
8338
|
+
"attribute": "supporting-text",
|
|
8339
|
+
"inheritedFrom": {
|
|
8340
|
+
"name": "UmFieldBase",
|
|
8341
|
+
"module": "src/field/field-base.ts"
|
|
8342
|
+
}
|
|
8340
8343
|
},
|
|
8341
8344
|
{
|
|
8342
8345
|
"kind": "field",
|
|
8343
|
-
"name": "
|
|
8346
|
+
"name": "errorText",
|
|
8344
8347
|
"type": {
|
|
8345
|
-
"text": "
|
|
8348
|
+
"text": "string | undefined"
|
|
8346
8349
|
},
|
|
8347
|
-
"
|
|
8348
|
-
"
|
|
8350
|
+
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
|
|
8351
|
+
"attribute": "error-text",
|
|
8352
|
+
"inheritedFrom": {
|
|
8353
|
+
"name": "UmFieldBase",
|
|
8354
|
+
"module": "src/field/field-base.ts"
|
|
8355
|
+
}
|
|
8349
8356
|
},
|
|
8350
8357
|
{
|
|
8351
8358
|
"kind": "field",
|
|
8352
|
-
"name": "
|
|
8359
|
+
"name": "disabled",
|
|
8353
8360
|
"type": {
|
|
8354
|
-
"text": "
|
|
8361
|
+
"text": "boolean"
|
|
8362
|
+
},
|
|
8363
|
+
"default": "false",
|
|
8364
|
+
"attribute": "disabled",
|
|
8365
|
+
"reflects": true,
|
|
8366
|
+
"inheritedFrom": {
|
|
8367
|
+
"name": "UmFieldBase",
|
|
8368
|
+
"module": "src/field/field-base.ts"
|
|
8355
8369
|
}
|
|
8356
8370
|
},
|
|
8357
8371
|
{
|
|
8358
|
-
"kind": "
|
|
8359
|
-
"name": "
|
|
8360
|
-
"
|
|
8361
|
-
|
|
8362
|
-
{
|
|
8363
|
-
"name": "e",
|
|
8364
|
-
"type": {
|
|
8365
|
-
"text": "Event"
|
|
8366
|
-
}
|
|
8367
|
-
}
|
|
8368
|
-
]
|
|
8369
|
-
},
|
|
8370
|
-
{
|
|
8371
|
-
"kind": "method",
|
|
8372
|
-
"name": "#handleTrailingIconSlotChange",
|
|
8373
|
-
"privacy": "private"
|
|
8374
|
-
},
|
|
8375
|
-
{
|
|
8376
|
-
"kind": "method",
|
|
8377
|
-
"name": "#handleLeadingIconSlotChange",
|
|
8378
|
-
"privacy": "private"
|
|
8379
|
-
},
|
|
8380
|
-
{
|
|
8381
|
-
"kind": "method",
|
|
8382
|
-
"name": "#handleSelectedIconSlotChange",
|
|
8383
|
-
"privacy": "private"
|
|
8384
|
-
},
|
|
8385
|
-
{
|
|
8386
|
-
"kind": "method",
|
|
8387
|
-
"name": "handleClick",
|
|
8388
|
-
"privacy": "protected",
|
|
8389
|
-
"return": {
|
|
8390
|
-
"type": {
|
|
8391
|
-
"text": "void"
|
|
8392
|
-
}
|
|
8372
|
+
"kind": "field",
|
|
8373
|
+
"name": "invalid",
|
|
8374
|
+
"type": {
|
|
8375
|
+
"text": "boolean"
|
|
8393
8376
|
},
|
|
8394
|
-
"
|
|
8395
|
-
|
|
8396
|
-
|
|
8397
|
-
|
|
8398
|
-
"text": "UIEvent"
|
|
8399
|
-
}
|
|
8400
|
-
}
|
|
8401
|
-
],
|
|
8377
|
+
"default": "false",
|
|
8378
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
8379
|
+
"attribute": "invalid",
|
|
8380
|
+
"reflects": true,
|
|
8402
8381
|
"inheritedFrom": {
|
|
8403
|
-
"name": "
|
|
8404
|
-
"module": "src/
|
|
8382
|
+
"name": "UmFieldBase",
|
|
8383
|
+
"module": "src/field/field-base.ts"
|
|
8405
8384
|
}
|
|
8406
8385
|
},
|
|
8407
8386
|
{
|
|
8408
8387
|
"kind": "method",
|
|
8409
|
-
"name": "
|
|
8410
|
-
"
|
|
8388
|
+
"name": "setDefaults",
|
|
8389
|
+
"static": true,
|
|
8411
8390
|
"return": {
|
|
8412
8391
|
"type": {
|
|
8413
|
-
"text": "
|
|
8392
|
+
"text": "ContextProvider<Context<HTMLElement, UmFieldDefaults>>"
|
|
8414
8393
|
}
|
|
8415
8394
|
},
|
|
8395
|
+
"parameters": [
|
|
8396
|
+
{
|
|
8397
|
+
"name": "contextRoot",
|
|
8398
|
+
"type": {
|
|
8399
|
+
"text": "HTMLElement"
|
|
8400
|
+
}
|
|
8401
|
+
},
|
|
8402
|
+
{
|
|
8403
|
+
"name": "config",
|
|
8404
|
+
"type": {
|
|
8405
|
+
"text": "UmFieldDefaults"
|
|
8406
|
+
}
|
|
8407
|
+
}
|
|
8408
|
+
],
|
|
8416
8409
|
"inheritedFrom": {
|
|
8417
|
-
"name": "
|
|
8418
|
-
"module": "src/
|
|
8410
|
+
"name": "UmFieldBase",
|
|
8411
|
+
"module": "src/field/field-base.ts"
|
|
8419
8412
|
}
|
|
8420
8413
|
},
|
|
8421
8414
|
{
|
|
8422
8415
|
"kind": "field",
|
|
8423
|
-
"name": "
|
|
8416
|
+
"name": "hasLeadingIcon",
|
|
8424
8417
|
"type": {
|
|
8425
8418
|
"text": "boolean"
|
|
8426
8419
|
},
|
|
8427
8420
|
"default": "false",
|
|
8428
|
-
"description": "Whether the
|
|
8429
|
-
"attribute": "
|
|
8421
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
8422
|
+
"attribute": "has-leading-icon",
|
|
8430
8423
|
"reflects": true,
|
|
8431
8424
|
"inheritedFrom": {
|
|
8432
|
-
"name": "
|
|
8433
|
-
"module": "src/
|
|
8425
|
+
"name": "UmFieldBase",
|
|
8426
|
+
"module": "src/field/field-base.ts"
|
|
8434
8427
|
}
|
|
8435
8428
|
},
|
|
8436
8429
|
{
|
|
8437
8430
|
"kind": "field",
|
|
8438
|
-
"name": "
|
|
8431
|
+
"name": "hasTrailingIcon",
|
|
8439
8432
|
"type": {
|
|
8440
8433
|
"text": "boolean"
|
|
8441
8434
|
},
|
|
8442
|
-
"default": "
|
|
8435
|
+
"default": "false",
|
|
8436
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
8437
|
+
"attribute": "has-trailing-icon",
|
|
8438
|
+
"reflects": true,
|
|
8443
8439
|
"inheritedFrom": {
|
|
8444
|
-
"name": "
|
|
8445
|
-
"module": "src/
|
|
8440
|
+
"name": "UmFieldBase",
|
|
8441
|
+
"module": "src/field/field-base.ts"
|
|
8446
8442
|
}
|
|
8447
8443
|
},
|
|
8448
8444
|
{
|
|
8449
8445
|
"kind": "field",
|
|
8450
|
-
"name": "
|
|
8446
|
+
"name": "hasErrorText",
|
|
8451
8447
|
"type": {
|
|
8452
|
-
"text": "
|
|
8448
|
+
"text": "boolean"
|
|
8453
8449
|
},
|
|
8454
|
-
"
|
|
8455
|
-
"
|
|
8450
|
+
"default": "false",
|
|
8451
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
8452
|
+
"attribute": "has-error-text",
|
|
8453
|
+
"reflects": true,
|
|
8456
8454
|
"inheritedFrom": {
|
|
8457
|
-
"name": "
|
|
8458
|
-
"module": "src/
|
|
8455
|
+
"name": "UmFieldBase",
|
|
8456
|
+
"module": "src/field/field-base.ts"
|
|
8459
8457
|
}
|
|
8460
8458
|
},
|
|
8461
8459
|
{
|
|
8462
8460
|
"kind": "field",
|
|
8463
|
-
"name": "
|
|
8461
|
+
"name": "assignedLeadingIcons",
|
|
8464
8462
|
"type": {
|
|
8465
|
-
"text": "
|
|
8463
|
+
"text": "HTMLElement[]"
|
|
8466
8464
|
},
|
|
8467
|
-
"
|
|
8468
|
-
"
|
|
8465
|
+
"privacy": "protected",
|
|
8466
|
+
"readonly": true,
|
|
8469
8467
|
"inheritedFrom": {
|
|
8470
|
-
"name": "
|
|
8471
|
-
"module": "src/
|
|
8468
|
+
"name": "UmFieldBase",
|
|
8469
|
+
"module": "src/field/field-base.ts"
|
|
8472
8470
|
}
|
|
8473
8471
|
},
|
|
8474
8472
|
{
|
|
8475
8473
|
"kind": "field",
|
|
8476
|
-
"name": "
|
|
8474
|
+
"name": "assignedTrailingIcons",
|
|
8477
8475
|
"type": {
|
|
8478
|
-
"text": "
|
|
8476
|
+
"text": "HTMLElement[]"
|
|
8479
8477
|
},
|
|
8480
|
-
"
|
|
8478
|
+
"privacy": "protected",
|
|
8479
|
+
"readonly": true,
|
|
8481
8480
|
"inheritedFrom": {
|
|
8482
|
-
"name": "
|
|
8483
|
-
"module": "src/
|
|
8481
|
+
"name": "UmFieldBase",
|
|
8482
|
+
"module": "src/field/field-base.ts"
|
|
8484
8483
|
}
|
|
8485
8484
|
},
|
|
8486
8485
|
{
|
|
8487
8486
|
"kind": "field",
|
|
8488
|
-
"name": "
|
|
8487
|
+
"name": "assignedErrorTexts",
|
|
8489
8488
|
"type": {
|
|
8490
|
-
"text": "HTMLElement"
|
|
8489
|
+
"text": "HTMLElement[]"
|
|
8491
8490
|
},
|
|
8491
|
+
"privacy": "private",
|
|
8492
8492
|
"readonly": true,
|
|
8493
8493
|
"inheritedFrom": {
|
|
8494
|
-
"name": "
|
|
8495
|
-
"module": "src/
|
|
8494
|
+
"name": "UmFieldBase",
|
|
8495
|
+
"module": "src/field/field-base.ts"
|
|
8496
8496
|
}
|
|
8497
8497
|
},
|
|
8498
8498
|
{
|
|
8499
8499
|
"kind": "field",
|
|
8500
|
-
"name": "
|
|
8500
|
+
"name": "_labelElement",
|
|
8501
8501
|
"type": {
|
|
8502
|
-
"text": "
|
|
8502
|
+
"text": "HTMLElement"
|
|
8503
8503
|
},
|
|
8504
8504
|
"privacy": "private",
|
|
8505
8505
|
"readonly": true,
|
|
8506
8506
|
"inheritedFrom": {
|
|
8507
|
-
"name": "
|
|
8508
|
-
"module": "src/
|
|
8507
|
+
"name": "UmFieldBase",
|
|
8508
|
+
"module": "src/field/field-base.ts"
|
|
8509
8509
|
}
|
|
8510
8510
|
},
|
|
8511
8511
|
{
|
|
8512
8512
|
"kind": "field",
|
|
8513
|
-
"name": "
|
|
8513
|
+
"name": "_container",
|
|
8514
8514
|
"type": {
|
|
8515
|
-
"text": "
|
|
8515
|
+
"text": "HTMLElement"
|
|
8516
8516
|
},
|
|
8517
8517
|
"privacy": "protected",
|
|
8518
|
-
"default": "null",
|
|
8519
8518
|
"inheritedFrom": {
|
|
8520
|
-
"name": "
|
|
8521
|
-
"module": "src/
|
|
8519
|
+
"name": "UmFieldBase",
|
|
8520
|
+
"module": "src/field/field-base.ts"
|
|
8522
8521
|
}
|
|
8523
8522
|
},
|
|
8524
8523
|
{
|
|
8525
|
-
"kind": "
|
|
8526
|
-
"name": "
|
|
8527
|
-
"
|
|
8528
|
-
|
|
8524
|
+
"kind": "method",
|
|
8525
|
+
"name": "renderAfterContent",
|
|
8526
|
+
"privacy": "protected",
|
|
8527
|
+
"return": {
|
|
8528
|
+
"type": {
|
|
8529
|
+
"text": "TemplateResult"
|
|
8530
|
+
}
|
|
8529
8531
|
},
|
|
8530
|
-
"readonly": true,
|
|
8531
8532
|
"inheritedFrom": {
|
|
8532
|
-
"name": "
|
|
8533
|
-
"module": "src/
|
|
8533
|
+
"name": "UmFieldBase",
|
|
8534
|
+
"module": "src/field/field-base.ts"
|
|
8534
8535
|
}
|
|
8535
8536
|
},
|
|
8536
8537
|
{
|
|
8537
8538
|
"kind": "method",
|
|
8538
|
-
"name": "
|
|
8539
|
+
"name": "handleLeadingIconSlotChange",
|
|
8539
8540
|
"privacy": "private",
|
|
8540
8541
|
"inheritedFrom": {
|
|
8541
|
-
"name": "
|
|
8542
|
-
"module": "src/
|
|
8542
|
+
"name": "UmFieldBase",
|
|
8543
|
+
"module": "src/field/field-base.ts"
|
|
8543
8544
|
}
|
|
8544
8545
|
},
|
|
8545
8546
|
{
|
|
8546
8547
|
"kind": "method",
|
|
8547
|
-
"name": "
|
|
8548
|
+
"name": "handleTrailingIconSlotChange",
|
|
8548
8549
|
"privacy": "private",
|
|
8549
8550
|
"inheritedFrom": {
|
|
8550
|
-
"name": "
|
|
8551
|
-
"module": "src/
|
|
8552
|
-
}
|
|
8553
|
-
},
|
|
8554
|
-
{
|
|
8555
|
-
"kind": "method",
|
|
8556
|
-
"name": "focus",
|
|
8557
|
-
"inheritedFrom": {
|
|
8558
|
-
"name": "UmButtonWrapper",
|
|
8559
|
-
"module": "src/shared/button-wrapper.ts"
|
|
8560
|
-
}
|
|
8561
|
-
},
|
|
8562
|
-
{
|
|
8563
|
-
"kind": "method",
|
|
8564
|
-
"name": "blur",
|
|
8565
|
-
"inheritedFrom": {
|
|
8566
|
-
"name": "UmButtonWrapper",
|
|
8567
|
-
"module": "src/shared/button-wrapper.ts"
|
|
8568
|
-
}
|
|
8569
|
-
},
|
|
8570
|
-
{
|
|
8571
|
-
"kind": "method",
|
|
8572
|
-
"name": "getAriaLabel",
|
|
8573
|
-
"privacy": "protected",
|
|
8574
|
-
"return": {
|
|
8575
|
-
"type": {
|
|
8576
|
-
"text": "string | null"
|
|
8577
|
-
}
|
|
8578
|
-
},
|
|
8579
|
-
"inheritedFrom": {
|
|
8580
|
-
"name": "UmButtonWrapper",
|
|
8581
|
-
"module": "src/shared/button-wrapper.ts"
|
|
8551
|
+
"name": "UmFieldBase",
|
|
8552
|
+
"module": "src/field/field-base.ts"
|
|
8582
8553
|
}
|
|
8583
8554
|
},
|
|
8584
8555
|
{
|
|
8585
8556
|
"kind": "method",
|
|
8586
|
-
"name": "
|
|
8557
|
+
"name": "handleErrorTextSlotChange",
|
|
8587
8558
|
"privacy": "private",
|
|
8588
|
-
"return": {
|
|
8589
|
-
"type": {
|
|
8590
|
-
"text": "void"
|
|
8591
|
-
}
|
|
8592
|
-
},
|
|
8593
8559
|
"inheritedFrom": {
|
|
8594
|
-
"name": "
|
|
8595
|
-
"module": "src/
|
|
8560
|
+
"name": "UmFieldBase",
|
|
8561
|
+
"module": "src/field/field-base.ts"
|
|
8596
8562
|
}
|
|
8597
8563
|
},
|
|
8598
8564
|
{
|
|
8599
8565
|
"kind": "method",
|
|
8600
|
-
"name": "
|
|
8601
|
-
"privacy": "
|
|
8566
|
+
"name": "renderDefaultTrailingIcon",
|
|
8567
|
+
"privacy": "protected",
|
|
8602
8568
|
"return": {
|
|
8603
8569
|
"type": {
|
|
8604
|
-
"text": "
|
|
8570
|
+
"text": "TemplateResult | typeof nothing"
|
|
8605
8571
|
}
|
|
8606
8572
|
},
|
|
8607
|
-
"parameters": [
|
|
8608
|
-
{
|
|
8609
|
-
"name": "event",
|
|
8610
|
-
"type": {
|
|
8611
|
-
"text": "MouseEvent"
|
|
8612
|
-
}
|
|
8613
|
-
}
|
|
8614
|
-
],
|
|
8615
8573
|
"inheritedFrom": {
|
|
8616
|
-
"name": "
|
|
8617
|
-
"module": "src/
|
|
8574
|
+
"name": "UmFieldBase",
|
|
8575
|
+
"module": "src/field/field-base.ts"
|
|
8618
8576
|
}
|
|
8619
8577
|
}
|
|
8620
8578
|
],
|
|
@@ -8628,159 +8586,236 @@
|
|
|
8628
8586
|
],
|
|
8629
8587
|
"attributes": [
|
|
8630
8588
|
{
|
|
8631
|
-
"name": "
|
|
8589
|
+
"name": "name",
|
|
8590
|
+
"type": {
|
|
8591
|
+
"text": "string"
|
|
8592
|
+
},
|
|
8593
|
+
"fieldName": "name"
|
|
8594
|
+
},
|
|
8595
|
+
{
|
|
8596
|
+
"name": "manual",
|
|
8632
8597
|
"type": {
|
|
8633
8598
|
"text": "boolean"
|
|
8634
8599
|
},
|
|
8635
8600
|
"default": "false",
|
|
8636
|
-
"description": "
|
|
8637
|
-
"fieldName": "
|
|
8601
|
+
"description": "If true, ignore enter key input",
|
|
8602
|
+
"fieldName": "manual"
|
|
8638
8603
|
},
|
|
8639
8604
|
{
|
|
8640
|
-
"name": "
|
|
8605
|
+
"name": "placeholder",
|
|
8641
8606
|
"type": {
|
|
8642
|
-
"text": "
|
|
8607
|
+
"text": "string"
|
|
8643
8608
|
},
|
|
8644
|
-
"
|
|
8609
|
+
"default": "''",
|
|
8610
|
+
"fieldName": "placeholder",
|
|
8611
|
+
"inheritedFrom": {
|
|
8612
|
+
"name": "UmTextFieldBase",
|
|
8613
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
8614
|
+
}
|
|
8645
8615
|
},
|
|
8646
8616
|
{
|
|
8647
|
-
"name": "
|
|
8617
|
+
"name": "variant",
|
|
8648
8618
|
"type": {
|
|
8649
|
-
"text": "
|
|
8619
|
+
"text": "'filled' | 'outlined' | undefined"
|
|
8650
8620
|
},
|
|
8651
|
-
"default": "
|
|
8652
|
-
"
|
|
8653
|
-
"
|
|
8621
|
+
"default": "undefined",
|
|
8622
|
+
"fieldName": "variant",
|
|
8623
|
+
"inheritedFrom": {
|
|
8624
|
+
"name": "UmFieldBase",
|
|
8625
|
+
"module": "src/field/field-base.ts"
|
|
8626
|
+
}
|
|
8654
8627
|
},
|
|
8655
8628
|
{
|
|
8656
|
-
"name": "
|
|
8629
|
+
"name": "label",
|
|
8657
8630
|
"type": {
|
|
8658
|
-
"text": "
|
|
8631
|
+
"text": "string | undefined"
|
|
8659
8632
|
},
|
|
8660
|
-
"description": "
|
|
8661
|
-
"fieldName": "
|
|
8633
|
+
"description": "The floating label for the field",
|
|
8634
|
+
"fieldName": "label",
|
|
8635
|
+
"inheritedFrom": {
|
|
8636
|
+
"name": "UmFieldBase",
|
|
8637
|
+
"module": "src/field/field-base.ts"
|
|
8638
|
+
}
|
|
8662
8639
|
},
|
|
8663
8640
|
{
|
|
8664
|
-
"name": "
|
|
8641
|
+
"name": "counter",
|
|
8642
|
+
"type": {
|
|
8643
|
+
"text": "string | undefined"
|
|
8644
|
+
},
|
|
8645
|
+
"fieldName": "counter",
|
|
8646
|
+
"inheritedFrom": {
|
|
8647
|
+
"name": "UmFieldBase",
|
|
8648
|
+
"module": "src/field/field-base.ts"
|
|
8649
|
+
}
|
|
8650
|
+
},
|
|
8651
|
+
{
|
|
8652
|
+
"name": "hide-counter",
|
|
8665
8653
|
"type": {
|
|
8666
8654
|
"text": "boolean"
|
|
8667
8655
|
},
|
|
8668
8656
|
"default": "false",
|
|
8669
|
-
"
|
|
8670
|
-
"
|
|
8657
|
+
"fieldName": "hideCounter",
|
|
8658
|
+
"inheritedFrom": {
|
|
8659
|
+
"name": "UmFieldBase",
|
|
8660
|
+
"module": "src/field/field-base.ts"
|
|
8661
|
+
}
|
|
8671
8662
|
},
|
|
8672
8663
|
{
|
|
8673
|
-
"name": "
|
|
8664
|
+
"name": "supporting-text",
|
|
8674
8665
|
"type": {
|
|
8675
|
-
"text": "
|
|
8666
|
+
"text": "string | undefined"
|
|
8676
8667
|
},
|
|
8677
|
-
"
|
|
8678
|
-
"
|
|
8679
|
-
"
|
|
8668
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
8669
|
+
"fieldName": "supportingText",
|
|
8670
|
+
"inheritedFrom": {
|
|
8671
|
+
"name": "UmFieldBase",
|
|
8672
|
+
"module": "src/field/field-base.ts"
|
|
8673
|
+
}
|
|
8680
8674
|
},
|
|
8681
8675
|
{
|
|
8682
|
-
"name": "
|
|
8676
|
+
"name": "error-text",
|
|
8683
8677
|
"type": {
|
|
8684
|
-
"text": "
|
|
8678
|
+
"text": "string | undefined"
|
|
8685
8679
|
},
|
|
8686
|
-
"
|
|
8687
|
-
"
|
|
8688
|
-
"
|
|
8680
|
+
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
|
|
8681
|
+
"fieldName": "errorText",
|
|
8682
|
+
"inheritedFrom": {
|
|
8683
|
+
"name": "UmFieldBase",
|
|
8684
|
+
"module": "src/field/field-base.ts"
|
|
8685
|
+
}
|
|
8689
8686
|
},
|
|
8690
8687
|
{
|
|
8691
|
-
"name": "
|
|
8688
|
+
"name": "empty",
|
|
8692
8689
|
"type": {
|
|
8693
8690
|
"text": "boolean"
|
|
8694
8691
|
},
|
|
8695
8692
|
"default": "false",
|
|
8696
|
-
"description": "Whether the
|
|
8697
|
-
"fieldName": "
|
|
8693
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
8694
|
+
"fieldName": "empty",
|
|
8695
|
+
"inheritedFrom": {
|
|
8696
|
+
"name": "UmFieldBase",
|
|
8697
|
+
"module": "src/field/field-base.ts"
|
|
8698
|
+
}
|
|
8698
8699
|
},
|
|
8699
8700
|
{
|
|
8700
|
-
"name": "
|
|
8701
|
+
"name": "disabled",
|
|
8701
8702
|
"type": {
|
|
8702
8703
|
"text": "boolean"
|
|
8703
8704
|
},
|
|
8704
8705
|
"default": "false",
|
|
8705
|
-
"
|
|
8706
|
-
"
|
|
8706
|
+
"fieldName": "disabled",
|
|
8707
|
+
"inheritedFrom": {
|
|
8708
|
+
"name": "UmFieldBase",
|
|
8709
|
+
"module": "src/field/field-base.ts"
|
|
8710
|
+
}
|
|
8707
8711
|
},
|
|
8708
8712
|
{
|
|
8709
|
-
"name": "
|
|
8713
|
+
"name": "invalid",
|
|
8710
8714
|
"type": {
|
|
8711
8715
|
"text": "boolean"
|
|
8712
8716
|
},
|
|
8713
8717
|
"default": "false",
|
|
8714
|
-
"description": "
|
|
8715
|
-
"fieldName": "
|
|
8718
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
8719
|
+
"fieldName": "invalid",
|
|
8716
8720
|
"inheritedFrom": {
|
|
8717
|
-
"name": "
|
|
8718
|
-
"module": "src/
|
|
8721
|
+
"name": "UmFieldBase",
|
|
8722
|
+
"module": "src/field/field-base.ts"
|
|
8719
8723
|
}
|
|
8720
8724
|
},
|
|
8721
8725
|
{
|
|
8722
|
-
"name": "
|
|
8726
|
+
"name": "has-leading-icon",
|
|
8723
8727
|
"type": {
|
|
8724
|
-
"text": "
|
|
8728
|
+
"text": "boolean"
|
|
8725
8729
|
},
|
|
8726
|
-
"
|
|
8727
|
-
"
|
|
8730
|
+
"default": "false",
|
|
8731
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
8732
|
+
"fieldName": "hasLeadingIcon",
|
|
8728
8733
|
"inheritedFrom": {
|
|
8729
|
-
"name": "
|
|
8730
|
-
"module": "src/
|
|
8734
|
+
"name": "UmFieldBase",
|
|
8735
|
+
"module": "src/field/field-base.ts"
|
|
8731
8736
|
}
|
|
8732
8737
|
},
|
|
8733
8738
|
{
|
|
8734
|
-
"name": "
|
|
8739
|
+
"name": "has-trailing-icon",
|
|
8735
8740
|
"type": {
|
|
8736
|
-
"text": "
|
|
8741
|
+
"text": "boolean"
|
|
8737
8742
|
},
|
|
8738
|
-
"
|
|
8739
|
-
"
|
|
8743
|
+
"default": "false",
|
|
8744
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
8745
|
+
"fieldName": "hasTrailingIcon",
|
|
8740
8746
|
"inheritedFrom": {
|
|
8741
|
-
"name": "
|
|
8742
|
-
"module": "src/
|
|
8747
|
+
"name": "UmFieldBase",
|
|
8748
|
+
"module": "src/field/field-base.ts"
|
|
8743
8749
|
}
|
|
8744
8750
|
},
|
|
8745
8751
|
{
|
|
8746
|
-
"name": "
|
|
8752
|
+
"name": "has-error-text",
|
|
8747
8753
|
"type": {
|
|
8748
|
-
"text": "
|
|
8754
|
+
"text": "boolean"
|
|
8749
8755
|
},
|
|
8750
|
-
"
|
|
8756
|
+
"default": "false",
|
|
8757
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
8758
|
+
"fieldName": "hasErrorText",
|
|
8751
8759
|
"inheritedFrom": {
|
|
8752
|
-
"name": "
|
|
8753
|
-
"module": "src/
|
|
8760
|
+
"name": "UmFieldBase",
|
|
8761
|
+
"module": "src/field/field-base.ts"
|
|
8754
8762
|
}
|
|
8755
8763
|
}
|
|
8756
8764
|
],
|
|
8757
8765
|
"superclass": {
|
|
8758
|
-
"name": "
|
|
8759
|
-
"module": "/src/shared/
|
|
8766
|
+
"name": "UmTextFieldBase",
|
|
8767
|
+
"module": "/src/shared/text-field-base/text-field-base.js"
|
|
8760
8768
|
},
|
|
8761
|
-
"tagName": "u-chip",
|
|
8769
|
+
"tagName": "u-chip-field",
|
|
8762
8770
|
"customElement": true
|
|
8763
8771
|
}
|
|
8764
8772
|
],
|
|
8765
8773
|
"exports": [
|
|
8766
8774
|
{
|
|
8767
8775
|
"kind": "js",
|
|
8768
|
-
"name": "
|
|
8776
|
+
"name": "UmChipField",
|
|
8769
8777
|
"declaration": {
|
|
8770
|
-
"name": "
|
|
8771
|
-
"module": "src/chip/chip.ts"
|
|
8778
|
+
"name": "UmChipField",
|
|
8779
|
+
"module": "src/chip-field/chip-field.ts"
|
|
8772
8780
|
}
|
|
8773
8781
|
},
|
|
8774
8782
|
{
|
|
8775
8783
|
"kind": "custom-element-definition",
|
|
8776
|
-
"name": "u-chip",
|
|
8784
|
+
"name": "u-chip-field",
|
|
8777
8785
|
"declaration": {
|
|
8778
|
-
"name": "
|
|
8779
|
-
"module": "src/chip/chip.ts"
|
|
8786
|
+
"name": "UmChipField",
|
|
8787
|
+
"module": "src/chip-field/chip-field.ts"
|
|
8788
|
+
}
|
|
8789
|
+
}
|
|
8790
|
+
]
|
|
8791
|
+
},
|
|
8792
|
+
{
|
|
8793
|
+
"kind": "javascript-module",
|
|
8794
|
+
"path": "src/datepicker/datepicker.styles.ts",
|
|
8795
|
+
"declarations": [
|
|
8796
|
+
{
|
|
8797
|
+
"kind": "variable",
|
|
8798
|
+
"name": "styles",
|
|
8799
|
+
"default": "css ` `"
|
|
8800
|
+
}
|
|
8801
|
+
],
|
|
8802
|
+
"exports": [
|
|
8803
|
+
{
|
|
8804
|
+
"kind": "js",
|
|
8805
|
+
"name": "styles",
|
|
8806
|
+
"declaration": {
|
|
8807
|
+
"name": "styles",
|
|
8808
|
+
"module": "src/datepicker/datepicker.styles.ts"
|
|
8780
8809
|
}
|
|
8781
8810
|
}
|
|
8782
8811
|
]
|
|
8783
8812
|
},
|
|
8813
|
+
{
|
|
8814
|
+
"kind": "javascript-module",
|
|
8815
|
+
"path": "src/datepicker/datepicker.ts",
|
|
8816
|
+
"declarations": [],
|
|
8817
|
+
"exports": []
|
|
8818
|
+
},
|
|
8784
8819
|
{
|
|
8785
8820
|
"kind": "javascript-module",
|
|
8786
8821
|
"path": "src/dialog/confirm-dialog-builder.ts",
|
|
@@ -9724,12 +9759,12 @@
|
|
|
9724
9759
|
},
|
|
9725
9760
|
{
|
|
9726
9761
|
"kind": "javascript-module",
|
|
9727
|
-
"path": "src/
|
|
9762
|
+
"path": "src/icon/icon.styles.ts",
|
|
9728
9763
|
"declarations": [
|
|
9729
9764
|
{
|
|
9730
9765
|
"kind": "variable",
|
|
9731
9766
|
"name": "styles",
|
|
9732
|
-
"default": "css ` `"
|
|
9767
|
+
"default": "css ` :host { --_container-size: var(--u-icon-container-size, 40px); display: inline-flex; align-items: center; justify-content: center; width: var(--_container-size); height: var(--_container-size); font-size: var(--u-icon-size, 24px); } `"
|
|
9733
9768
|
}
|
|
9734
9769
|
],
|
|
9735
9770
|
"exports": [
|
|
@@ -9738,16 +9773,46 @@
|
|
|
9738
9773
|
"name": "styles",
|
|
9739
9774
|
"declaration": {
|
|
9740
9775
|
"name": "styles",
|
|
9741
|
-
"module": "src/
|
|
9776
|
+
"module": "src/icon/icon.styles.ts"
|
|
9742
9777
|
}
|
|
9743
9778
|
}
|
|
9744
9779
|
]
|
|
9745
9780
|
},
|
|
9746
9781
|
{
|
|
9747
9782
|
"kind": "javascript-module",
|
|
9748
|
-
"path": "src/
|
|
9749
|
-
"declarations": [
|
|
9750
|
-
|
|
9783
|
+
"path": "src/icon/icon.ts",
|
|
9784
|
+
"declarations": [
|
|
9785
|
+
{
|
|
9786
|
+
"kind": "class",
|
|
9787
|
+
"description": "",
|
|
9788
|
+
"name": "UmIcon",
|
|
9789
|
+
"members": [],
|
|
9790
|
+
"superclass": {
|
|
9791
|
+
"name": "LitElement",
|
|
9792
|
+
"package": "lit"
|
|
9793
|
+
},
|
|
9794
|
+
"tagName": "u-icon",
|
|
9795
|
+
"customElement": true
|
|
9796
|
+
}
|
|
9797
|
+
],
|
|
9798
|
+
"exports": [
|
|
9799
|
+
{
|
|
9800
|
+
"kind": "js",
|
|
9801
|
+
"name": "UmIcon",
|
|
9802
|
+
"declaration": {
|
|
9803
|
+
"name": "UmIcon",
|
|
9804
|
+
"module": "src/icon/icon.ts"
|
|
9805
|
+
}
|
|
9806
|
+
},
|
|
9807
|
+
{
|
|
9808
|
+
"kind": "custom-element-definition",
|
|
9809
|
+
"name": "u-icon",
|
|
9810
|
+
"declaration": {
|
|
9811
|
+
"name": "UmIcon",
|
|
9812
|
+
"module": "src/icon/icon.ts"
|
|
9813
|
+
}
|
|
9814
|
+
}
|
|
9815
|
+
]
|
|
9751
9816
|
},
|
|
9752
9817
|
{
|
|
9753
9818
|
"kind": "javascript-module",
|
|
@@ -10703,50 +10768,185 @@
|
|
|
10703
10768
|
"text": "boolean"
|
|
10704
10769
|
},
|
|
10705
10770
|
"default": "false",
|
|
10706
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
10707
|
-
"fieldName": "hasTrailingIcon",
|
|
10708
|
-
"inheritedFrom": {
|
|
10709
|
-
"name": "UmFieldBase",
|
|
10710
|
-
"module": "src/field/field-base.ts"
|
|
10711
|
-
}
|
|
10712
|
-
},
|
|
10771
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
10772
|
+
"fieldName": "hasTrailingIcon",
|
|
10773
|
+
"inheritedFrom": {
|
|
10774
|
+
"name": "UmFieldBase",
|
|
10775
|
+
"module": "src/field/field-base.ts"
|
|
10776
|
+
}
|
|
10777
|
+
},
|
|
10778
|
+
{
|
|
10779
|
+
"name": "has-error-text",
|
|
10780
|
+
"type": {
|
|
10781
|
+
"text": "boolean"
|
|
10782
|
+
},
|
|
10783
|
+
"default": "false",
|
|
10784
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
10785
|
+
"fieldName": "hasErrorText",
|
|
10786
|
+
"inheritedFrom": {
|
|
10787
|
+
"name": "UmFieldBase",
|
|
10788
|
+
"module": "src/field/field-base.ts"
|
|
10789
|
+
}
|
|
10790
|
+
}
|
|
10791
|
+
],
|
|
10792
|
+
"superclass": {
|
|
10793
|
+
"name": "UmFieldBase",
|
|
10794
|
+
"module": "/src/field/field-base.js"
|
|
10795
|
+
},
|
|
10796
|
+
"tagName": "u-field",
|
|
10797
|
+
"customElement": true
|
|
10798
|
+
}
|
|
10799
|
+
],
|
|
10800
|
+
"exports": [
|
|
10801
|
+
{
|
|
10802
|
+
"kind": "js",
|
|
10803
|
+
"name": "UmField",
|
|
10804
|
+
"declaration": {
|
|
10805
|
+
"name": "UmField",
|
|
10806
|
+
"module": "src/field/field.ts"
|
|
10807
|
+
}
|
|
10808
|
+
},
|
|
10809
|
+
{
|
|
10810
|
+
"kind": "custom-element-definition",
|
|
10811
|
+
"name": "u-field",
|
|
10812
|
+
"declaration": {
|
|
10813
|
+
"name": "UmField",
|
|
10814
|
+
"module": "src/field/field.ts"
|
|
10815
|
+
}
|
|
10816
|
+
}
|
|
10817
|
+
]
|
|
10818
|
+
},
|
|
10819
|
+
{
|
|
10820
|
+
"kind": "javascript-module",
|
|
10821
|
+
"path": "src/list/list-item.styles.ts",
|
|
10822
|
+
"declarations": [
|
|
10823
|
+
{
|
|
10824
|
+
"kind": "variable",
|
|
10825
|
+
"name": "styles",
|
|
10826
|
+
"default": "css ` :host { position: relative; display: flex; align-items: center; min-height: var(--u-list-item-min-height, 56px); padding-block: var(--u-list-item-block-padding, 8px); padding-inline: var(--u-list-item-inline-padding, 16px); gap: var(--u-list-item-gap, 16px); } :host([selectable]) { cursor: pointer; } slot:not([name]) { display: block; margin-inline-end: auto; } slot { flex-shrink: 0; } .content { flex: 1; min-width: 0; } .headline { font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")); line-height: var(--u-list-item-headline-line-height, var(--u-body-l-line-height, 1.5rem)); font-size: var(--u-list-item-headline-font-size, var(--u-body-l-font-size, 1rem)); letter-spacing: var(--u-list-item-headline-letter-spacing, var(--u-body-l-letter-spacing, 0.03125rem)); font-weight: var(--u-list-item-headline-font-weight, var(--u-body-l-font-weight, var(--u-font-weight-regular, 400))); } .supporting-text { font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")); line-height: var(--u-list-item-supporting-text-line-height, var(--u-body-m-line-height, 1.25rem)); font-size: var(--u-list-item-supporting-text-font-size, var(--u-body-m-font-size, 0.875rem)); letter-spacing: var(--u-list-item-supporting-text-letter-spacing, var(--u-body-m-letter-spacing, 0.0178571429rem)); font-weight: var(--u-list-item-supporting-text-font-weight, var(--u-body-m-font-weight, var(--u-font-weight-regular, 400))); color: var(--u-list-item-supporting-text-color, var(--u-color-on-surface-variant, rgb(73, 69, 79))); } `"
|
|
10827
|
+
}
|
|
10828
|
+
],
|
|
10829
|
+
"exports": [
|
|
10830
|
+
{
|
|
10831
|
+
"kind": "js",
|
|
10832
|
+
"name": "styles",
|
|
10833
|
+
"declaration": {
|
|
10834
|
+
"name": "styles",
|
|
10835
|
+
"module": "src/list/list-item.styles.ts"
|
|
10836
|
+
}
|
|
10837
|
+
}
|
|
10838
|
+
]
|
|
10839
|
+
},
|
|
10840
|
+
{
|
|
10841
|
+
"kind": "javascript-module",
|
|
10842
|
+
"path": "src/list/list-item.ts",
|
|
10843
|
+
"declarations": [
|
|
10844
|
+
{
|
|
10845
|
+
"kind": "class",
|
|
10846
|
+
"description": "",
|
|
10847
|
+
"name": "UmListItem",
|
|
10848
|
+
"members": [
|
|
10849
|
+
{
|
|
10850
|
+
"kind": "field",
|
|
10851
|
+
"name": "selectable",
|
|
10852
|
+
"type": {
|
|
10853
|
+
"text": "boolean"
|
|
10854
|
+
},
|
|
10855
|
+
"default": "false",
|
|
10856
|
+
"attribute": "selectable",
|
|
10857
|
+
"reflects": true
|
|
10858
|
+
}
|
|
10859
|
+
],
|
|
10860
|
+
"attributes": [
|
|
10713
10861
|
{
|
|
10714
|
-
"name": "
|
|
10862
|
+
"name": "selectable",
|
|
10715
10863
|
"type": {
|
|
10716
10864
|
"text": "boolean"
|
|
10717
10865
|
},
|
|
10718
10866
|
"default": "false",
|
|
10719
|
-
"
|
|
10720
|
-
"fieldName": "hasErrorText",
|
|
10721
|
-
"inheritedFrom": {
|
|
10722
|
-
"name": "UmFieldBase",
|
|
10723
|
-
"module": "src/field/field-base.ts"
|
|
10724
|
-
}
|
|
10867
|
+
"fieldName": "selectable"
|
|
10725
10868
|
}
|
|
10726
10869
|
],
|
|
10727
10870
|
"superclass": {
|
|
10728
|
-
"name": "
|
|
10729
|
-
"
|
|
10871
|
+
"name": "LitElement",
|
|
10872
|
+
"package": "lit"
|
|
10730
10873
|
},
|
|
10731
|
-
"tagName": "u-
|
|
10874
|
+
"tagName": "u-list-item",
|
|
10732
10875
|
"customElement": true
|
|
10733
10876
|
}
|
|
10734
10877
|
],
|
|
10735
10878
|
"exports": [
|
|
10736
10879
|
{
|
|
10737
10880
|
"kind": "js",
|
|
10738
|
-
"name": "
|
|
10881
|
+
"name": "UmListItem",
|
|
10739
10882
|
"declaration": {
|
|
10740
|
-
"name": "
|
|
10741
|
-
"module": "src/
|
|
10883
|
+
"name": "UmListItem",
|
|
10884
|
+
"module": "src/list/list-item.ts"
|
|
10742
10885
|
}
|
|
10743
10886
|
},
|
|
10744
10887
|
{
|
|
10745
10888
|
"kind": "custom-element-definition",
|
|
10746
|
-
"name": "u-
|
|
10889
|
+
"name": "u-list-item",
|
|
10747
10890
|
"declaration": {
|
|
10748
|
-
"name": "
|
|
10749
|
-
"module": "src/
|
|
10891
|
+
"name": "UmListItem",
|
|
10892
|
+
"module": "src/list/list-item.ts"
|
|
10893
|
+
}
|
|
10894
|
+
}
|
|
10895
|
+
]
|
|
10896
|
+
},
|
|
10897
|
+
{
|
|
10898
|
+
"kind": "javascript-module",
|
|
10899
|
+
"path": "src/list/list.styles.ts",
|
|
10900
|
+
"declarations": [
|
|
10901
|
+
{
|
|
10902
|
+
"kind": "variable",
|
|
10903
|
+
"name": "styles",
|
|
10904
|
+
"default": "css ` :host { display: block; padding-block: var(--u-list-padding, 8px); } `"
|
|
10905
|
+
}
|
|
10906
|
+
],
|
|
10907
|
+
"exports": [
|
|
10908
|
+
{
|
|
10909
|
+
"kind": "js",
|
|
10910
|
+
"name": "styles",
|
|
10911
|
+
"declaration": {
|
|
10912
|
+
"name": "styles",
|
|
10913
|
+
"module": "src/list/list.styles.ts"
|
|
10914
|
+
}
|
|
10915
|
+
}
|
|
10916
|
+
]
|
|
10917
|
+
},
|
|
10918
|
+
{
|
|
10919
|
+
"kind": "javascript-module",
|
|
10920
|
+
"path": "src/list/list.ts",
|
|
10921
|
+
"declarations": [
|
|
10922
|
+
{
|
|
10923
|
+
"kind": "class",
|
|
10924
|
+
"description": "",
|
|
10925
|
+
"name": "UmList",
|
|
10926
|
+
"members": [],
|
|
10927
|
+
"superclass": {
|
|
10928
|
+
"name": "LitElement",
|
|
10929
|
+
"package": "lit"
|
|
10930
|
+
},
|
|
10931
|
+
"tagName": "u-list",
|
|
10932
|
+
"customElement": true
|
|
10933
|
+
}
|
|
10934
|
+
],
|
|
10935
|
+
"exports": [
|
|
10936
|
+
{
|
|
10937
|
+
"kind": "js",
|
|
10938
|
+
"name": "UmList",
|
|
10939
|
+
"declaration": {
|
|
10940
|
+
"name": "UmList",
|
|
10941
|
+
"module": "src/list/list.ts"
|
|
10942
|
+
}
|
|
10943
|
+
},
|
|
10944
|
+
{
|
|
10945
|
+
"kind": "custom-element-definition",
|
|
10946
|
+
"name": "u-list",
|
|
10947
|
+
"declaration": {
|
|
10948
|
+
"name": "UmList",
|
|
10949
|
+
"module": "src/list/list.ts"
|
|
10750
10950
|
}
|
|
10751
10951
|
}
|
|
10752
10952
|
]
|
|
@@ -11694,188 +11894,53 @@
|
|
|
11694
11894
|
"name": "anchor-corner",
|
|
11695
11895
|
"type": {
|
|
11696
11896
|
"text": "'auto-start' | 'auto-end' | 'start-start' | 'start-end' | 'end-start' | 'end-end'"
|
|
11697
|
-
},
|
|
11698
|
-
"default": "'end-start'",
|
|
11699
|
-
"description": "The corner of the anchor which to align the menu in the standard logical\nproperty style of <block>-<inline> e.g. `'end-start'`.",
|
|
11700
|
-
"fieldName": "anchorCorner"
|
|
11701
|
-
},
|
|
11702
|
-
{
|
|
11703
|
-
"name": "direction",
|
|
11704
|
-
"type": {
|
|
11705
|
-
"text": "'up-start' | 'up-end' | 'down-start' | 'down-end'"
|
|
11706
|
-
},
|
|
11707
|
-
"default": "'down-end'",
|
|
11708
|
-
"description": "The direction of the menu. e.g. `'down-end'`.\n\nNOTE: This value may not be respected by the menu positioning algorithm\nif the menu would render outside the viewport.",
|
|
11709
|
-
"fieldName": "direction"
|
|
11710
|
-
},
|
|
11711
|
-
{
|
|
11712
|
-
"name": "allow-overflow",
|
|
11713
|
-
"type": {
|
|
11714
|
-
"text": "boolean"
|
|
11715
|
-
},
|
|
11716
|
-
"default": "false",
|
|
11717
|
-
"description": "Don't limit the height of the menu",
|
|
11718
|
-
"fieldName": "allowOverflow"
|
|
11719
|
-
}
|
|
11720
|
-
],
|
|
11721
|
-
"superclass": {
|
|
11722
|
-
"name": "LitElement",
|
|
11723
|
-
"package": "lit"
|
|
11724
|
-
},
|
|
11725
|
-
"tagName": "u-menu",
|
|
11726
|
-
"customElement": true
|
|
11727
|
-
}
|
|
11728
|
-
],
|
|
11729
|
-
"exports": [
|
|
11730
|
-
{
|
|
11731
|
-
"kind": "js",
|
|
11732
|
-
"name": "UmMenu",
|
|
11733
|
-
"declaration": {
|
|
11734
|
-
"name": "UmMenu",
|
|
11735
|
-
"module": "src/menu/menu.ts"
|
|
11736
|
-
}
|
|
11737
|
-
},
|
|
11738
|
-
{
|
|
11739
|
-
"kind": "custom-element-definition",
|
|
11740
|
-
"name": "u-menu",
|
|
11741
|
-
"declaration": {
|
|
11742
|
-
"name": "UmMenu",
|
|
11743
|
-
"module": "src/menu/menu.ts"
|
|
11744
|
-
}
|
|
11745
|
-
}
|
|
11746
|
-
]
|
|
11747
|
-
},
|
|
11748
|
-
{
|
|
11749
|
-
"kind": "javascript-module",
|
|
11750
|
-
"path": "src/list/list-item.styles.ts",
|
|
11751
|
-
"declarations": [
|
|
11752
|
-
{
|
|
11753
|
-
"kind": "variable",
|
|
11754
|
-
"name": "styles",
|
|
11755
|
-
"default": "css ` :host { position: relative; display: flex; align-items: center; min-height: var(--u-list-item-min-height, 56px); padding-block: var(--u-list-item-block-padding, 8px); padding-inline: var(--u-list-item-inline-padding, 16px); gap: var(--u-list-item-gap, 16px); } :host([selectable]) { cursor: pointer; } slot:not([name]) { display: block; margin-inline-end: auto; } slot { flex-shrink: 0; } .content { flex: 1; min-width: 0; } .headline { font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")); line-height: var(--u-list-item-headline-line-height, var(--u-body-l-line-height, 1.5rem)); font-size: var(--u-list-item-headline-font-size, var(--u-body-l-font-size, 1rem)); letter-spacing: var(--u-list-item-headline-letter-spacing, var(--u-body-l-letter-spacing, 0.03125rem)); font-weight: var(--u-list-item-headline-font-weight, var(--u-body-l-font-weight, var(--u-font-weight-regular, 400))); } .supporting-text { font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\")); line-height: var(--u-list-item-supporting-text-line-height, var(--u-body-m-line-height, 1.25rem)); font-size: var(--u-list-item-supporting-text-font-size, var(--u-body-m-font-size, 0.875rem)); letter-spacing: var(--u-list-item-supporting-text-letter-spacing, var(--u-body-m-letter-spacing, 0.0178571429rem)); font-weight: var(--u-list-item-supporting-text-font-weight, var(--u-body-m-font-weight, var(--u-font-weight-regular, 400))); color: var(--u-list-item-supporting-text-color, var(--u-color-on-surface-variant, rgb(73, 69, 79))); } `"
|
|
11756
|
-
}
|
|
11757
|
-
],
|
|
11758
|
-
"exports": [
|
|
11759
|
-
{
|
|
11760
|
-
"kind": "js",
|
|
11761
|
-
"name": "styles",
|
|
11762
|
-
"declaration": {
|
|
11763
|
-
"name": "styles",
|
|
11764
|
-
"module": "src/list/list-item.styles.ts"
|
|
11765
|
-
}
|
|
11766
|
-
}
|
|
11767
|
-
]
|
|
11768
|
-
},
|
|
11769
|
-
{
|
|
11770
|
-
"kind": "javascript-module",
|
|
11771
|
-
"path": "src/list/list-item.ts",
|
|
11772
|
-
"declarations": [
|
|
11773
|
-
{
|
|
11774
|
-
"kind": "class",
|
|
11775
|
-
"description": "",
|
|
11776
|
-
"name": "UmListItem",
|
|
11777
|
-
"members": [
|
|
11778
|
-
{
|
|
11779
|
-
"kind": "field",
|
|
11780
|
-
"name": "selectable",
|
|
11781
|
-
"type": {
|
|
11782
|
-
"text": "boolean"
|
|
11783
|
-
},
|
|
11784
|
-
"default": "false",
|
|
11785
|
-
"attribute": "selectable",
|
|
11786
|
-
"reflects": true
|
|
11787
|
-
}
|
|
11788
|
-
],
|
|
11789
|
-
"attributes": [
|
|
11790
|
-
{
|
|
11791
|
-
"name": "selectable",
|
|
11792
|
-
"type": {
|
|
11793
|
-
"text": "boolean"
|
|
11794
|
-
},
|
|
11795
|
-
"default": "false",
|
|
11796
|
-
"fieldName": "selectable"
|
|
11797
|
-
}
|
|
11798
|
-
],
|
|
11799
|
-
"superclass": {
|
|
11800
|
-
"name": "LitElement",
|
|
11801
|
-
"package": "lit"
|
|
11802
|
-
},
|
|
11803
|
-
"tagName": "u-list-item",
|
|
11804
|
-
"customElement": true
|
|
11805
|
-
}
|
|
11806
|
-
],
|
|
11807
|
-
"exports": [
|
|
11808
|
-
{
|
|
11809
|
-
"kind": "js",
|
|
11810
|
-
"name": "UmListItem",
|
|
11811
|
-
"declaration": {
|
|
11812
|
-
"name": "UmListItem",
|
|
11813
|
-
"module": "src/list/list-item.ts"
|
|
11814
|
-
}
|
|
11815
|
-
},
|
|
11816
|
-
{
|
|
11817
|
-
"kind": "custom-element-definition",
|
|
11818
|
-
"name": "u-list-item",
|
|
11819
|
-
"declaration": {
|
|
11820
|
-
"name": "UmListItem",
|
|
11821
|
-
"module": "src/list/list-item.ts"
|
|
11822
|
-
}
|
|
11823
|
-
}
|
|
11824
|
-
]
|
|
11825
|
-
},
|
|
11826
|
-
{
|
|
11827
|
-
"kind": "javascript-module",
|
|
11828
|
-
"path": "src/list/list.styles.ts",
|
|
11829
|
-
"declarations": [
|
|
11830
|
-
{
|
|
11831
|
-
"kind": "variable",
|
|
11832
|
-
"name": "styles",
|
|
11833
|
-
"default": "css ` :host { display: block; padding-block: var(--u-list-padding, 8px); } `"
|
|
11834
|
-
}
|
|
11835
|
-
],
|
|
11836
|
-
"exports": [
|
|
11837
|
-
{
|
|
11838
|
-
"kind": "js",
|
|
11839
|
-
"name": "styles",
|
|
11840
|
-
"declaration": {
|
|
11841
|
-
"name": "styles",
|
|
11842
|
-
"module": "src/list/list.styles.ts"
|
|
11843
|
-
}
|
|
11844
|
-
}
|
|
11845
|
-
]
|
|
11846
|
-
},
|
|
11847
|
-
{
|
|
11848
|
-
"kind": "javascript-module",
|
|
11849
|
-
"path": "src/list/list.ts",
|
|
11850
|
-
"declarations": [
|
|
11851
|
-
{
|
|
11852
|
-
"kind": "class",
|
|
11853
|
-
"description": "",
|
|
11854
|
-
"name": "UmList",
|
|
11855
|
-
"members": [],
|
|
11897
|
+
},
|
|
11898
|
+
"default": "'end-start'",
|
|
11899
|
+
"description": "The corner of the anchor which to align the menu in the standard logical\nproperty style of <block>-<inline> e.g. `'end-start'`.",
|
|
11900
|
+
"fieldName": "anchorCorner"
|
|
11901
|
+
},
|
|
11902
|
+
{
|
|
11903
|
+
"name": "direction",
|
|
11904
|
+
"type": {
|
|
11905
|
+
"text": "'up-start' | 'up-end' | 'down-start' | 'down-end'"
|
|
11906
|
+
},
|
|
11907
|
+
"default": "'down-end'",
|
|
11908
|
+
"description": "The direction of the menu. e.g. `'down-end'`.\n\nNOTE: This value may not be respected by the menu positioning algorithm\nif the menu would render outside the viewport.",
|
|
11909
|
+
"fieldName": "direction"
|
|
11910
|
+
},
|
|
11911
|
+
{
|
|
11912
|
+
"name": "allow-overflow",
|
|
11913
|
+
"type": {
|
|
11914
|
+
"text": "boolean"
|
|
11915
|
+
},
|
|
11916
|
+
"default": "false",
|
|
11917
|
+
"description": "Don't limit the height of the menu",
|
|
11918
|
+
"fieldName": "allowOverflow"
|
|
11919
|
+
}
|
|
11920
|
+
],
|
|
11856
11921
|
"superclass": {
|
|
11857
11922
|
"name": "LitElement",
|
|
11858
11923
|
"package": "lit"
|
|
11859
11924
|
},
|
|
11860
|
-
"tagName": "u-
|
|
11925
|
+
"tagName": "u-menu",
|
|
11861
11926
|
"customElement": true
|
|
11862
11927
|
}
|
|
11863
11928
|
],
|
|
11864
11929
|
"exports": [
|
|
11865
11930
|
{
|
|
11866
11931
|
"kind": "js",
|
|
11867
|
-
"name": "
|
|
11932
|
+
"name": "UmMenu",
|
|
11868
11933
|
"declaration": {
|
|
11869
|
-
"name": "
|
|
11870
|
-
"module": "src/
|
|
11934
|
+
"name": "UmMenu",
|
|
11935
|
+
"module": "src/menu/menu.ts"
|
|
11871
11936
|
}
|
|
11872
11937
|
},
|
|
11873
11938
|
{
|
|
11874
11939
|
"kind": "custom-element-definition",
|
|
11875
|
-
"name": "u-
|
|
11940
|
+
"name": "u-menu",
|
|
11876
11941
|
"declaration": {
|
|
11877
|
-
"name": "
|
|
11878
|
-
"module": "src/
|
|
11942
|
+
"name": "UmMenu",
|
|
11943
|
+
"module": "src/menu/menu.ts"
|
|
11879
11944
|
}
|
|
11880
11945
|
}
|
|
11881
11946
|
]
|
|
@@ -12573,7 +12638,232 @@
|
|
|
12573
12638
|
},
|
|
12574
12639
|
{
|
|
12575
12640
|
"kind": "method",
|
|
12576
|
-
"name": "swiperSliderMove",
|
|
12641
|
+
"name": "swiperSliderMove",
|
|
12642
|
+
"privacy": "private",
|
|
12643
|
+
"parameters": [
|
|
12644
|
+
{
|
|
12645
|
+
"name": "e",
|
|
12646
|
+
"type": {
|
|
12647
|
+
"text": "Event"
|
|
12648
|
+
}
|
|
12649
|
+
}
|
|
12650
|
+
]
|
|
12651
|
+
},
|
|
12652
|
+
{
|
|
12653
|
+
"kind": "method",
|
|
12654
|
+
"name": "scrimClick",
|
|
12655
|
+
"privacy": "private"
|
|
12656
|
+
}
|
|
12657
|
+
],
|
|
12658
|
+
"attributes": [
|
|
12659
|
+
{
|
|
12660
|
+
"name": "toggle-drawer",
|
|
12661
|
+
"description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
|
|
12662
|
+
"fieldName": "toggleDrawer"
|
|
12663
|
+
}
|
|
12664
|
+
],
|
|
12665
|
+
"superclass": {
|
|
12666
|
+
"name": "LitElement",
|
|
12667
|
+
"package": "lit"
|
|
12668
|
+
},
|
|
12669
|
+
"tagName": "u-side-navigation",
|
|
12670
|
+
"customElement": true
|
|
12671
|
+
}
|
|
12672
|
+
],
|
|
12673
|
+
"exports": [
|
|
12674
|
+
{
|
|
12675
|
+
"kind": "js",
|
|
12676
|
+
"name": "UmSideNavigation",
|
|
12677
|
+
"declaration": {
|
|
12678
|
+
"name": "UmSideNavigation",
|
|
12679
|
+
"module": "src/navigation/side-navigation.ts"
|
|
12680
|
+
}
|
|
12681
|
+
},
|
|
12682
|
+
{
|
|
12683
|
+
"kind": "custom-element-definition",
|
|
12684
|
+
"name": "u-side-navigation",
|
|
12685
|
+
"declaration": {
|
|
12686
|
+
"name": "UmSideNavigation",
|
|
12687
|
+
"module": "src/navigation/side-navigation.ts"
|
|
12688
|
+
}
|
|
12689
|
+
}
|
|
12690
|
+
]
|
|
12691
|
+
},
|
|
12692
|
+
{
|
|
12693
|
+
"kind": "javascript-module",
|
|
12694
|
+
"path": "src/overflow-menu/overflow-menu-item.ts",
|
|
12695
|
+
"declarations": [
|
|
12696
|
+
{
|
|
12697
|
+
"kind": "class",
|
|
12698
|
+
"description": "",
|
|
12699
|
+
"name": "OverflowMenuItem",
|
|
12700
|
+
"members": [
|
|
12701
|
+
{
|
|
12702
|
+
"kind": "field",
|
|
12703
|
+
"name": "label",
|
|
12704
|
+
"type": {
|
|
12705
|
+
"text": "string"
|
|
12706
|
+
},
|
|
12707
|
+
"default": "''",
|
|
12708
|
+
"attribute": "label"
|
|
12709
|
+
},
|
|
12710
|
+
{
|
|
12711
|
+
"kind": "field",
|
|
12712
|
+
"name": "priority",
|
|
12713
|
+
"type": {
|
|
12714
|
+
"text": "boolean"
|
|
12715
|
+
},
|
|
12716
|
+
"default": "false",
|
|
12717
|
+
"attribute": "priority"
|
|
12718
|
+
},
|
|
12719
|
+
{
|
|
12720
|
+
"kind": "field",
|
|
12721
|
+
"name": "icons",
|
|
12722
|
+
"type": {
|
|
12723
|
+
"text": "HTMLElement[]"
|
|
12724
|
+
}
|
|
12725
|
+
}
|
|
12726
|
+
],
|
|
12727
|
+
"attributes": [
|
|
12728
|
+
{
|
|
12729
|
+
"name": "label",
|
|
12730
|
+
"type": {
|
|
12731
|
+
"text": "string"
|
|
12732
|
+
},
|
|
12733
|
+
"default": "''",
|
|
12734
|
+
"fieldName": "label"
|
|
12735
|
+
},
|
|
12736
|
+
{
|
|
12737
|
+
"name": "priority",
|
|
12738
|
+
"type": {
|
|
12739
|
+
"text": "boolean"
|
|
12740
|
+
},
|
|
12741
|
+
"default": "false",
|
|
12742
|
+
"fieldName": "priority"
|
|
12743
|
+
}
|
|
12744
|
+
],
|
|
12745
|
+
"superclass": {
|
|
12746
|
+
"name": "LitElement",
|
|
12747
|
+
"package": "lit"
|
|
12748
|
+
},
|
|
12749
|
+
"tagName": "u-overflow-menu-item",
|
|
12750
|
+
"customElement": true
|
|
12751
|
+
}
|
|
12752
|
+
],
|
|
12753
|
+
"exports": [
|
|
12754
|
+
{
|
|
12755
|
+
"kind": "js",
|
|
12756
|
+
"name": "OverflowMenuItem",
|
|
12757
|
+
"declaration": {
|
|
12758
|
+
"name": "OverflowMenuItem",
|
|
12759
|
+
"module": "src/overflow-menu/overflow-menu-item.ts"
|
|
12760
|
+
}
|
|
12761
|
+
},
|
|
12762
|
+
{
|
|
12763
|
+
"kind": "custom-element-definition",
|
|
12764
|
+
"name": "u-overflow-menu-item",
|
|
12765
|
+
"declaration": {
|
|
12766
|
+
"name": "OverflowMenuItem",
|
|
12767
|
+
"module": "src/overflow-menu/overflow-menu-item.ts"
|
|
12768
|
+
}
|
|
12769
|
+
}
|
|
12770
|
+
]
|
|
12771
|
+
},
|
|
12772
|
+
{
|
|
12773
|
+
"kind": "javascript-module",
|
|
12774
|
+
"path": "src/overflow-menu/overflow-menu.styles.ts",
|
|
12775
|
+
"declarations": [
|
|
12776
|
+
{
|
|
12777
|
+
"kind": "variable",
|
|
12778
|
+
"name": "styles",
|
|
12779
|
+
"default": "css ` .grid { --_cell-size: var(--u-icon-button-small-height, 40px); display: grid; column-gap: 8px; grid-template-columns: repeat(auto-fit, var(--_cell-size)); justify-content: end; height: var(--_cell-size); overflow: hidden; } .items-set { flex-wrap: wrap; max-height: var(--u-icon-button-small-height, 40px); overflow: hidden; } .inner-menu { position: relative; grid-row: 1; grid-column: -2; } `"
|
|
12780
|
+
}
|
|
12781
|
+
],
|
|
12782
|
+
"exports": [
|
|
12783
|
+
{
|
|
12784
|
+
"kind": "js",
|
|
12785
|
+
"name": "styles",
|
|
12786
|
+
"declaration": {
|
|
12787
|
+
"name": "styles",
|
|
12788
|
+
"module": "src/overflow-menu/overflow-menu.styles.ts"
|
|
12789
|
+
}
|
|
12790
|
+
}
|
|
12791
|
+
]
|
|
12792
|
+
},
|
|
12793
|
+
{
|
|
12794
|
+
"kind": "javascript-module",
|
|
12795
|
+
"path": "src/overflow-menu/overflow-menu.ts",
|
|
12796
|
+
"declarations": [
|
|
12797
|
+
{
|
|
12798
|
+
"kind": "class",
|
|
12799
|
+
"description": "",
|
|
12800
|
+
"name": "OverflowMenu",
|
|
12801
|
+
"members": [
|
|
12802
|
+
{
|
|
12803
|
+
"kind": "field",
|
|
12804
|
+
"name": "#resizeObserver",
|
|
12805
|
+
"privacy": "private",
|
|
12806
|
+
"type": {
|
|
12807
|
+
"text": "ResizeObserver | null"
|
|
12808
|
+
},
|
|
12809
|
+
"default": "null"
|
|
12810
|
+
},
|
|
12811
|
+
{
|
|
12812
|
+
"kind": "field",
|
|
12813
|
+
"name": "#items",
|
|
12814
|
+
"privacy": "private",
|
|
12815
|
+
"type": {
|
|
12816
|
+
"text": "OverflowMenuItem[]"
|
|
12817
|
+
},
|
|
12818
|
+
"default": "[]"
|
|
12819
|
+
},
|
|
12820
|
+
{
|
|
12821
|
+
"kind": "field",
|
|
12822
|
+
"name": "#collapsedItems",
|
|
12823
|
+
"privacy": "private",
|
|
12824
|
+
"type": {
|
|
12825
|
+
"text": "OverflowMenuItem[]"
|
|
12826
|
+
},
|
|
12827
|
+
"readonly": true,
|
|
12828
|
+
"default": "[]"
|
|
12829
|
+
},
|
|
12830
|
+
{
|
|
12831
|
+
"kind": "field",
|
|
12832
|
+
"name": "_showMenu",
|
|
12833
|
+
"type": {
|
|
12834
|
+
"text": "boolean"
|
|
12835
|
+
},
|
|
12836
|
+
"default": "false"
|
|
12837
|
+
},
|
|
12838
|
+
{
|
|
12839
|
+
"kind": "field",
|
|
12840
|
+
"name": "menu",
|
|
12841
|
+
"type": {
|
|
12842
|
+
"text": "UmMenu | undefined"
|
|
12843
|
+
}
|
|
12844
|
+
},
|
|
12845
|
+
{
|
|
12846
|
+
"kind": "field",
|
|
12847
|
+
"name": "#updateMenusTimeout",
|
|
12848
|
+
"privacy": "private",
|
|
12849
|
+
"type": {
|
|
12850
|
+
"text": "number"
|
|
12851
|
+
},
|
|
12852
|
+
"default": "0"
|
|
12853
|
+
},
|
|
12854
|
+
{
|
|
12855
|
+
"kind": "method",
|
|
12856
|
+
"name": "#updateMenus",
|
|
12857
|
+
"privacy": "private",
|
|
12858
|
+
"return": {
|
|
12859
|
+
"type": {
|
|
12860
|
+
"text": "void"
|
|
12861
|
+
}
|
|
12862
|
+
}
|
|
12863
|
+
},
|
|
12864
|
+
{
|
|
12865
|
+
"kind": "method",
|
|
12866
|
+
"name": "#handleSlotChange",
|
|
12577
12867
|
"privacy": "private",
|
|
12578
12868
|
"parameters": [
|
|
12579
12869
|
{
|
|
@@ -12583,43 +12873,31 @@
|
|
|
12583
12873
|
}
|
|
12584
12874
|
}
|
|
12585
12875
|
]
|
|
12586
|
-
},
|
|
12587
|
-
{
|
|
12588
|
-
"kind": "method",
|
|
12589
|
-
"name": "scrimClick",
|
|
12590
|
-
"privacy": "private"
|
|
12591
|
-
}
|
|
12592
|
-
],
|
|
12593
|
-
"attributes": [
|
|
12594
|
-
{
|
|
12595
|
-
"name": "toggle-drawer",
|
|
12596
|
-
"description": "Toggle the navigation drawer visibility\n\n_Modal drawer_: Open if `true`, closed if `false`\n_Standard drawer_: Collapsed if `true`, visible if `false`",
|
|
12597
|
-
"fieldName": "toggleDrawer"
|
|
12598
12876
|
}
|
|
12599
12877
|
],
|
|
12600
12878
|
"superclass": {
|
|
12601
12879
|
"name": "LitElement",
|
|
12602
12880
|
"package": "lit"
|
|
12603
12881
|
},
|
|
12604
|
-
"tagName": "u-
|
|
12882
|
+
"tagName": "u-overflow-menu",
|
|
12605
12883
|
"customElement": true
|
|
12606
12884
|
}
|
|
12607
12885
|
],
|
|
12608
12886
|
"exports": [
|
|
12609
12887
|
{
|
|
12610
12888
|
"kind": "js",
|
|
12611
|
-
"name": "
|
|
12889
|
+
"name": "OverflowMenu",
|
|
12612
12890
|
"declaration": {
|
|
12613
|
-
"name": "
|
|
12614
|
-
"module": "src/
|
|
12891
|
+
"name": "OverflowMenu",
|
|
12892
|
+
"module": "src/overflow-menu/overflow-menu.ts"
|
|
12615
12893
|
}
|
|
12616
12894
|
},
|
|
12617
12895
|
{
|
|
12618
12896
|
"kind": "custom-element-definition",
|
|
12619
|
-
"name": "u-
|
|
12897
|
+
"name": "u-overflow-menu",
|
|
12620
12898
|
"declaration": {
|
|
12621
|
-
"name": "
|
|
12622
|
-
"module": "src/
|
|
12899
|
+
"name": "OverflowMenu",
|
|
12900
|
+
"module": "src/overflow-menu/overflow-menu.ts"
|
|
12623
12901
|
}
|
|
12624
12902
|
}
|
|
12625
12903
|
]
|
|
@@ -13717,317 +13995,104 @@
|
|
|
13717
13995
|
{
|
|
13718
13996
|
"kind": "method",
|
|
13719
13997
|
"name": "_handleClick",
|
|
13720
|
-
"privacy": "protected",
|
|
13721
|
-
"parameters": [
|
|
13722
|
-
{
|
|
13723
|
-
"name": "e",
|
|
13724
|
-
"type": {
|
|
13725
|
-
"text": "Event"
|
|
13726
|
-
}
|
|
13727
|
-
}
|
|
13728
|
-
],
|
|
13729
|
-
"inheritedFrom": {
|
|
13730
|
-
"name": "UmSelectionControl",
|
|
13731
|
-
"module": "src/shared/selection-control/selection-control.ts"
|
|
13732
|
-
}
|
|
13733
|
-
}
|
|
13734
|
-
],
|
|
13735
|
-
"attributes": [
|
|
13736
|
-
{
|
|
13737
|
-
"name": "hide-state-layer",
|
|
13738
|
-
"type": {
|
|
13739
|
-
"text": "boolean"
|
|
13740
|
-
},
|
|
13741
|
-
"default": "false",
|
|
13742
|
-
"fieldName": "hideStateLayer"
|
|
13743
|
-
},
|
|
13744
|
-
{
|
|
13745
|
-
"name": "name",
|
|
13746
|
-
"type": {
|
|
13747
|
-
"text": "string | undefined"
|
|
13748
|
-
},
|
|
13749
|
-
"default": "''",
|
|
13750
|
-
"fieldName": "name",
|
|
13751
|
-
"inheritedFrom": {
|
|
13752
|
-
"name": "UmSelectionControl",
|
|
13753
|
-
"module": "src/shared/selection-control/selection-control.ts"
|
|
13754
|
-
}
|
|
13755
|
-
},
|
|
13756
|
-
{
|
|
13757
|
-
"name": "disabled",
|
|
13758
|
-
"type": {
|
|
13759
|
-
"text": "boolean"
|
|
13760
|
-
},
|
|
13761
|
-
"default": "false",
|
|
13762
|
-
"fieldName": "disabled",
|
|
13763
|
-
"inheritedFrom": {
|
|
13764
|
-
"name": "UmSelectionControl",
|
|
13765
|
-
"module": "src/shared/selection-control/selection-control.ts"
|
|
13766
|
-
}
|
|
13767
|
-
},
|
|
13768
|
-
{
|
|
13769
|
-
"name": "value",
|
|
13770
|
-
"type": {
|
|
13771
|
-
"text": "string"
|
|
13772
|
-
},
|
|
13773
|
-
"default": "'on'",
|
|
13774
|
-
"description": "The element value to use in form submission when checked.",
|
|
13775
|
-
"fieldName": "value",
|
|
13776
|
-
"inheritedFrom": {
|
|
13777
|
-
"name": "UmSelectionControl",
|
|
13778
|
-
"module": "src/shared/selection-control/selection-control.ts"
|
|
13779
|
-
}
|
|
13780
|
-
},
|
|
13781
|
-
{
|
|
13782
|
-
"name": "checked",
|
|
13783
|
-
"fieldName": "_checkedAttribute",
|
|
13784
|
-
"type": {
|
|
13785
|
-
"text": "boolean"
|
|
13786
|
-
},
|
|
13787
|
-
"readonly": true,
|
|
13788
|
-
"default": "false",
|
|
13789
|
-
"inheritedFrom": {
|
|
13790
|
-
"name": "UmSelectionControl",
|
|
13791
|
-
"module": "src/shared/selection-control/selection-control.ts"
|
|
13792
|
-
}
|
|
13793
|
-
}
|
|
13794
|
-
],
|
|
13795
|
-
"superclass": {
|
|
13796
|
-
"name": "UmSelectionControl",
|
|
13797
|
-
"module": "/src/shared/selection-control/selection-control.js"
|
|
13798
|
-
},
|
|
13799
|
-
"tagName": "u-radio",
|
|
13800
|
-
"customElement": true
|
|
13801
|
-
}
|
|
13802
|
-
],
|
|
13803
|
-
"exports": [
|
|
13804
|
-
{
|
|
13805
|
-
"kind": "js",
|
|
13806
|
-
"name": "UmRadio",
|
|
13807
|
-
"declaration": {
|
|
13808
|
-
"name": "UmRadio",
|
|
13809
|
-
"module": "src/radio/radio.ts"
|
|
13810
|
-
}
|
|
13811
|
-
},
|
|
13812
|
-
{
|
|
13813
|
-
"kind": "custom-element-definition",
|
|
13814
|
-
"name": "u-radio",
|
|
13815
|
-
"declaration": {
|
|
13816
|
-
"name": "UmRadio",
|
|
13817
|
-
"module": "src/radio/radio.ts"
|
|
13818
|
-
}
|
|
13819
|
-
}
|
|
13820
|
-
]
|
|
13821
|
-
},
|
|
13822
|
-
{
|
|
13823
|
-
"kind": "javascript-module",
|
|
13824
|
-
"path": "src/overflow-menu/overflow-menu-item.ts",
|
|
13825
|
-
"declarations": [
|
|
13826
|
-
{
|
|
13827
|
-
"kind": "class",
|
|
13828
|
-
"description": "",
|
|
13829
|
-
"name": "OverflowMenuItem",
|
|
13830
|
-
"members": [
|
|
13831
|
-
{
|
|
13832
|
-
"kind": "field",
|
|
13833
|
-
"name": "label",
|
|
13834
|
-
"type": {
|
|
13835
|
-
"text": "string"
|
|
13836
|
-
},
|
|
13837
|
-
"default": "''",
|
|
13838
|
-
"attribute": "label"
|
|
13839
|
-
},
|
|
13840
|
-
{
|
|
13841
|
-
"kind": "field",
|
|
13842
|
-
"name": "priority",
|
|
13843
|
-
"type": {
|
|
13844
|
-
"text": "boolean"
|
|
13845
|
-
},
|
|
13846
|
-
"default": "false",
|
|
13847
|
-
"attribute": "priority"
|
|
13848
|
-
},
|
|
13849
|
-
{
|
|
13850
|
-
"kind": "field",
|
|
13851
|
-
"name": "icons",
|
|
13852
|
-
"type": {
|
|
13853
|
-
"text": "HTMLElement[]"
|
|
13854
|
-
}
|
|
13855
|
-
}
|
|
13856
|
-
],
|
|
13857
|
-
"attributes": [
|
|
13858
|
-
{
|
|
13859
|
-
"name": "label",
|
|
13860
|
-
"type": {
|
|
13861
|
-
"text": "string"
|
|
13862
|
-
},
|
|
13863
|
-
"default": "''",
|
|
13864
|
-
"fieldName": "label"
|
|
13865
|
-
},
|
|
13866
|
-
{
|
|
13867
|
-
"name": "priority",
|
|
13868
|
-
"type": {
|
|
13869
|
-
"text": "boolean"
|
|
13870
|
-
},
|
|
13871
|
-
"default": "false",
|
|
13872
|
-
"fieldName": "priority"
|
|
13873
|
-
}
|
|
13874
|
-
],
|
|
13875
|
-
"superclass": {
|
|
13876
|
-
"name": "LitElement",
|
|
13877
|
-
"package": "lit"
|
|
13878
|
-
},
|
|
13879
|
-
"tagName": "u-overflow-menu-item",
|
|
13880
|
-
"customElement": true
|
|
13881
|
-
}
|
|
13882
|
-
],
|
|
13883
|
-
"exports": [
|
|
13884
|
-
{
|
|
13885
|
-
"kind": "js",
|
|
13886
|
-
"name": "OverflowMenuItem",
|
|
13887
|
-
"declaration": {
|
|
13888
|
-
"name": "OverflowMenuItem",
|
|
13889
|
-
"module": "src/overflow-menu/overflow-menu-item.ts"
|
|
13890
|
-
}
|
|
13891
|
-
},
|
|
13892
|
-
{
|
|
13893
|
-
"kind": "custom-element-definition",
|
|
13894
|
-
"name": "u-overflow-menu-item",
|
|
13895
|
-
"declaration": {
|
|
13896
|
-
"name": "OverflowMenuItem",
|
|
13897
|
-
"module": "src/overflow-menu/overflow-menu-item.ts"
|
|
13898
|
-
}
|
|
13899
|
-
}
|
|
13900
|
-
]
|
|
13901
|
-
},
|
|
13902
|
-
{
|
|
13903
|
-
"kind": "javascript-module",
|
|
13904
|
-
"path": "src/overflow-menu/overflow-menu.styles.ts",
|
|
13905
|
-
"declarations": [
|
|
13906
|
-
{
|
|
13907
|
-
"kind": "variable",
|
|
13908
|
-
"name": "styles",
|
|
13909
|
-
"default": "css ` .grid { --_cell-size: var(--u-icon-button-small-height, 40px); display: grid; column-gap: 8px; grid-template-columns: repeat(auto-fit, var(--_cell-size)); justify-content: end; height: var(--_cell-size); overflow: hidden; } .items-set { flex-wrap: wrap; max-height: var(--u-icon-button-small-height, 40px); overflow: hidden; } .inner-menu { position: relative; grid-row: 1; grid-column: -2; } `"
|
|
13910
|
-
}
|
|
13911
|
-
],
|
|
13912
|
-
"exports": [
|
|
13913
|
-
{
|
|
13914
|
-
"kind": "js",
|
|
13915
|
-
"name": "styles",
|
|
13916
|
-
"declaration": {
|
|
13917
|
-
"name": "styles",
|
|
13918
|
-
"module": "src/overflow-menu/overflow-menu.styles.ts"
|
|
13919
|
-
}
|
|
13920
|
-
}
|
|
13921
|
-
]
|
|
13922
|
-
},
|
|
13923
|
-
{
|
|
13924
|
-
"kind": "javascript-module",
|
|
13925
|
-
"path": "src/overflow-menu/overflow-menu.ts",
|
|
13926
|
-
"declarations": [
|
|
13927
|
-
{
|
|
13928
|
-
"kind": "class",
|
|
13929
|
-
"description": "",
|
|
13930
|
-
"name": "OverflowMenu",
|
|
13931
|
-
"members": [
|
|
13932
|
-
{
|
|
13933
|
-
"kind": "field",
|
|
13934
|
-
"name": "#resizeObserver",
|
|
13935
|
-
"privacy": "private",
|
|
13936
|
-
"type": {
|
|
13937
|
-
"text": "ResizeObserver | null"
|
|
13938
|
-
},
|
|
13939
|
-
"default": "null"
|
|
13940
|
-
},
|
|
13998
|
+
"privacy": "protected",
|
|
13999
|
+
"parameters": [
|
|
14000
|
+
{
|
|
14001
|
+
"name": "e",
|
|
14002
|
+
"type": {
|
|
14003
|
+
"text": "Event"
|
|
14004
|
+
}
|
|
14005
|
+
}
|
|
14006
|
+
],
|
|
14007
|
+
"inheritedFrom": {
|
|
14008
|
+
"name": "UmSelectionControl",
|
|
14009
|
+
"module": "src/shared/selection-control/selection-control.ts"
|
|
14010
|
+
}
|
|
14011
|
+
}
|
|
14012
|
+
],
|
|
14013
|
+
"attributes": [
|
|
13941
14014
|
{
|
|
13942
|
-
"
|
|
13943
|
-
"name": "#items",
|
|
13944
|
-
"privacy": "private",
|
|
14015
|
+
"name": "hide-state-layer",
|
|
13945
14016
|
"type": {
|
|
13946
|
-
"text": "
|
|
14017
|
+
"text": "boolean"
|
|
13947
14018
|
},
|
|
13948
|
-
"default": "
|
|
14019
|
+
"default": "false",
|
|
14020
|
+
"fieldName": "hideStateLayer"
|
|
13949
14021
|
},
|
|
13950
14022
|
{
|
|
13951
|
-
"
|
|
13952
|
-
"name": "#collapsedItems",
|
|
13953
|
-
"privacy": "private",
|
|
14023
|
+
"name": "name",
|
|
13954
14024
|
"type": {
|
|
13955
|
-
"text": "
|
|
14025
|
+
"text": "string | undefined"
|
|
13956
14026
|
},
|
|
13957
|
-
"
|
|
13958
|
-
"
|
|
14027
|
+
"default": "''",
|
|
14028
|
+
"fieldName": "name",
|
|
14029
|
+
"inheritedFrom": {
|
|
14030
|
+
"name": "UmSelectionControl",
|
|
14031
|
+
"module": "src/shared/selection-control/selection-control.ts"
|
|
14032
|
+
}
|
|
13959
14033
|
},
|
|
13960
14034
|
{
|
|
13961
|
-
"
|
|
13962
|
-
"name": "_showMenu",
|
|
14035
|
+
"name": "disabled",
|
|
13963
14036
|
"type": {
|
|
13964
14037
|
"text": "boolean"
|
|
13965
14038
|
},
|
|
13966
|
-
"default": "false"
|
|
14039
|
+
"default": "false",
|
|
14040
|
+
"fieldName": "disabled",
|
|
14041
|
+
"inheritedFrom": {
|
|
14042
|
+
"name": "UmSelectionControl",
|
|
14043
|
+
"module": "src/shared/selection-control/selection-control.ts"
|
|
14044
|
+
}
|
|
13967
14045
|
},
|
|
13968
14046
|
{
|
|
13969
|
-
"
|
|
13970
|
-
"name": "menu",
|
|
14047
|
+
"name": "value",
|
|
13971
14048
|
"type": {
|
|
13972
|
-
"text": "
|
|
14049
|
+
"text": "string"
|
|
14050
|
+
},
|
|
14051
|
+
"default": "'on'",
|
|
14052
|
+
"description": "The element value to use in form submission when checked.",
|
|
14053
|
+
"fieldName": "value",
|
|
14054
|
+
"inheritedFrom": {
|
|
14055
|
+
"name": "UmSelectionControl",
|
|
14056
|
+
"module": "src/shared/selection-control/selection-control.ts"
|
|
13973
14057
|
}
|
|
13974
14058
|
},
|
|
13975
14059
|
{
|
|
13976
|
-
"
|
|
13977
|
-
"
|
|
13978
|
-
"privacy": "private",
|
|
14060
|
+
"name": "checked",
|
|
14061
|
+
"fieldName": "_checkedAttribute",
|
|
13979
14062
|
"type": {
|
|
13980
|
-
"text": "
|
|
14063
|
+
"text": "boolean"
|
|
13981
14064
|
},
|
|
13982
|
-
"
|
|
13983
|
-
|
|
13984
|
-
|
|
13985
|
-
|
|
13986
|
-
|
|
13987
|
-
"privacy": "private",
|
|
13988
|
-
"return": {
|
|
13989
|
-
"type": {
|
|
13990
|
-
"text": "void"
|
|
13991
|
-
}
|
|
14065
|
+
"readonly": true,
|
|
14066
|
+
"default": "false",
|
|
14067
|
+
"inheritedFrom": {
|
|
14068
|
+
"name": "UmSelectionControl",
|
|
14069
|
+
"module": "src/shared/selection-control/selection-control.ts"
|
|
13992
14070
|
}
|
|
13993
|
-
},
|
|
13994
|
-
{
|
|
13995
|
-
"kind": "method",
|
|
13996
|
-
"name": "#handleSlotChange",
|
|
13997
|
-
"privacy": "private",
|
|
13998
|
-
"parameters": [
|
|
13999
|
-
{
|
|
14000
|
-
"name": "e",
|
|
14001
|
-
"type": {
|
|
14002
|
-
"text": "Event"
|
|
14003
|
-
}
|
|
14004
|
-
}
|
|
14005
|
-
]
|
|
14006
14071
|
}
|
|
14007
14072
|
],
|
|
14008
14073
|
"superclass": {
|
|
14009
|
-
"name": "
|
|
14010
|
-
"
|
|
14074
|
+
"name": "UmSelectionControl",
|
|
14075
|
+
"module": "/src/shared/selection-control/selection-control.js"
|
|
14011
14076
|
},
|
|
14012
|
-
"tagName": "u-
|
|
14077
|
+
"tagName": "u-radio",
|
|
14013
14078
|
"customElement": true
|
|
14014
14079
|
}
|
|
14015
14080
|
],
|
|
14016
14081
|
"exports": [
|
|
14017
14082
|
{
|
|
14018
14083
|
"kind": "js",
|
|
14019
|
-
"name": "
|
|
14084
|
+
"name": "UmRadio",
|
|
14020
14085
|
"declaration": {
|
|
14021
|
-
"name": "
|
|
14022
|
-
"module": "src/
|
|
14086
|
+
"name": "UmRadio",
|
|
14087
|
+
"module": "src/radio/radio.ts"
|
|
14023
14088
|
}
|
|
14024
14089
|
},
|
|
14025
14090
|
{
|
|
14026
14091
|
"kind": "custom-element-definition",
|
|
14027
|
-
"name": "u-
|
|
14092
|
+
"name": "u-radio",
|
|
14028
14093
|
"declaration": {
|
|
14029
|
-
"name": "
|
|
14030
|
-
"module": "src/
|
|
14094
|
+
"name": "UmRadio",
|
|
14095
|
+
"module": "src/radio/radio.ts"
|
|
14031
14096
|
}
|
|
14032
14097
|
}
|
|
14033
14098
|
]
|
|
@@ -23369,77 +23434,6 @@
|
|
|
23369
23434
|
}
|
|
23370
23435
|
]
|
|
23371
23436
|
},
|
|
23372
|
-
{
|
|
23373
|
-
"kind": "javascript-module",
|
|
23374
|
-
"path": "src/shared/sets/set-base.styles.ts",
|
|
23375
|
-
"declarations": [
|
|
23376
|
-
{
|
|
23377
|
-
"kind": "variable",
|
|
23378
|
-
"name": "styles",
|
|
23379
|
-
"default": "css ` :host { display: flex; gap: 8px; align-items: center; flex-wrap: nowrap; } :host([alignment=start]) { justify-content: flex-start; } :host([alignment=center]) { justify-content: center; } :host([alignment=end]) { justify-content: flex-end; } `"
|
|
23380
|
-
}
|
|
23381
|
-
],
|
|
23382
|
-
"exports": [
|
|
23383
|
-
{
|
|
23384
|
-
"kind": "js",
|
|
23385
|
-
"name": "styles",
|
|
23386
|
-
"declaration": {
|
|
23387
|
-
"name": "styles",
|
|
23388
|
-
"module": "src/shared/sets/set-base.styles.ts"
|
|
23389
|
-
}
|
|
23390
|
-
}
|
|
23391
|
-
]
|
|
23392
|
-
},
|
|
23393
|
-
{
|
|
23394
|
-
"kind": "javascript-module",
|
|
23395
|
-
"path": "src/shared/sets/set-base.ts",
|
|
23396
|
-
"declarations": [
|
|
23397
|
-
{
|
|
23398
|
-
"kind": "class",
|
|
23399
|
-
"description": "",
|
|
23400
|
-
"name": "UmSetBase",
|
|
23401
|
-
"members": [
|
|
23402
|
-
{
|
|
23403
|
-
"kind": "field",
|
|
23404
|
-
"name": "alignment",
|
|
23405
|
-
"type": {
|
|
23406
|
-
"text": "'start' | 'center' | 'end'"
|
|
23407
|
-
},
|
|
23408
|
-
"default": "'start'",
|
|
23409
|
-
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
23410
|
-
"attribute": "alignment",
|
|
23411
|
-
"reflects": true
|
|
23412
|
-
}
|
|
23413
|
-
],
|
|
23414
|
-
"attributes": [
|
|
23415
|
-
{
|
|
23416
|
-
"name": "alignment",
|
|
23417
|
-
"type": {
|
|
23418
|
-
"text": "'start' | 'center' | 'end'"
|
|
23419
|
-
},
|
|
23420
|
-
"default": "'start'",
|
|
23421
|
-
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
23422
|
-
"fieldName": "alignment"
|
|
23423
|
-
}
|
|
23424
|
-
],
|
|
23425
|
-
"superclass": {
|
|
23426
|
-
"name": "LitElement",
|
|
23427
|
-
"package": "lit"
|
|
23428
|
-
},
|
|
23429
|
-
"customElement": true
|
|
23430
|
-
}
|
|
23431
|
-
],
|
|
23432
|
-
"exports": [
|
|
23433
|
-
{
|
|
23434
|
-
"kind": "js",
|
|
23435
|
-
"name": "UmSetBase",
|
|
23436
|
-
"declaration": {
|
|
23437
|
-
"name": "UmSetBase",
|
|
23438
|
-
"module": "src/shared/sets/set-base.ts"
|
|
23439
|
-
}
|
|
23440
|
-
}
|
|
23441
|
-
]
|
|
23442
|
-
},
|
|
23443
23437
|
{
|
|
23444
23438
|
"kind": "javascript-module",
|
|
23445
23439
|
"path": "src/shared/text-field-base/text-field-base.styles.ts",
|
|
@@ -24043,6 +24037,77 @@
|
|
|
24043
24037
|
}
|
|
24044
24038
|
}
|
|
24045
24039
|
]
|
|
24040
|
+
},
|
|
24041
|
+
{
|
|
24042
|
+
"kind": "javascript-module",
|
|
24043
|
+
"path": "src/shared/sets/set-base.styles.ts",
|
|
24044
|
+
"declarations": [
|
|
24045
|
+
{
|
|
24046
|
+
"kind": "variable",
|
|
24047
|
+
"name": "styles",
|
|
24048
|
+
"default": "css ` :host { display: flex; gap: 8px; align-items: center; flex-wrap: nowrap; } :host([alignment=start]) { justify-content: flex-start; } :host([alignment=center]) { justify-content: center; } :host([alignment=end]) { justify-content: flex-end; } `"
|
|
24049
|
+
}
|
|
24050
|
+
],
|
|
24051
|
+
"exports": [
|
|
24052
|
+
{
|
|
24053
|
+
"kind": "js",
|
|
24054
|
+
"name": "styles",
|
|
24055
|
+
"declaration": {
|
|
24056
|
+
"name": "styles",
|
|
24057
|
+
"module": "src/shared/sets/set-base.styles.ts"
|
|
24058
|
+
}
|
|
24059
|
+
}
|
|
24060
|
+
]
|
|
24061
|
+
},
|
|
24062
|
+
{
|
|
24063
|
+
"kind": "javascript-module",
|
|
24064
|
+
"path": "src/shared/sets/set-base.ts",
|
|
24065
|
+
"declarations": [
|
|
24066
|
+
{
|
|
24067
|
+
"kind": "class",
|
|
24068
|
+
"description": "",
|
|
24069
|
+
"name": "UmSetBase",
|
|
24070
|
+
"members": [
|
|
24071
|
+
{
|
|
24072
|
+
"kind": "field",
|
|
24073
|
+
"name": "alignment",
|
|
24074
|
+
"type": {
|
|
24075
|
+
"text": "'start' | 'center' | 'end'"
|
|
24076
|
+
},
|
|
24077
|
+
"default": "'start'",
|
|
24078
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
24079
|
+
"attribute": "alignment",
|
|
24080
|
+
"reflects": true
|
|
24081
|
+
}
|
|
24082
|
+
],
|
|
24083
|
+
"attributes": [
|
|
24084
|
+
{
|
|
24085
|
+
"name": "alignment",
|
|
24086
|
+
"type": {
|
|
24087
|
+
"text": "'start' | 'center' | 'end'"
|
|
24088
|
+
},
|
|
24089
|
+
"default": "'start'",
|
|
24090
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
24091
|
+
"fieldName": "alignment"
|
|
24092
|
+
}
|
|
24093
|
+
],
|
|
24094
|
+
"superclass": {
|
|
24095
|
+
"name": "LitElement",
|
|
24096
|
+
"package": "lit"
|
|
24097
|
+
},
|
|
24098
|
+
"customElement": true
|
|
24099
|
+
}
|
|
24100
|
+
],
|
|
24101
|
+
"exports": [
|
|
24102
|
+
{
|
|
24103
|
+
"kind": "js",
|
|
24104
|
+
"name": "UmSetBase",
|
|
24105
|
+
"declaration": {
|
|
24106
|
+
"name": "UmSetBase",
|
|
24107
|
+
"module": "src/shared/sets/set-base.ts"
|
|
24108
|
+
}
|
|
24109
|
+
}
|
|
24110
|
+
]
|
|
24046
24111
|
}
|
|
24047
24112
|
]
|
|
24048
24113
|
}
|