@universal-material/web 3.5.8 → 3.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app-bar/top-app-bar.styles.js +2 -2
- package/app-bar/top-app-bar.styles.js.map +1 -1
- package/css/universal-material.css +128 -595
- package/css/universal-material.min.css +128 -595
- package/custom-elements.json +1368 -1368
- package/package.json +1 -1
- package/scss/_css-vars.scss +5 -1
- package/scss/_reboot.scss +3 -4
- package/scss/mixins/_text-bg.scss +2 -12
- package/scss/table/_table.scss +3 -3
- package/scss/utilities/_divider.scss +1 -1
- package/theme/theme-builder.d.ts.map +1 -1
- package/theme/theme-builder.js +1 -2
- package/theme/theme-builder.js.map +1 -1
- package/vscode.html-custom-data.json +315 -325
package/custom-elements.json
CHANGED
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
{
|
|
446
446
|
"kind": "variable",
|
|
447
447
|
"name": "styles",
|
|
448
|
-
"default": "css ` :host { display: block; } .leading-icon, .trailing-icon { align-items: center; gap: var(--u-top-app-bar-icons-gap, 8px); } slot[name=leading-icon]::slotted(u-icon-button) { color: inherit; } .container { background-color: var(--u-top-app-bar-
|
|
448
|
+
"default": "css ` :host { display: block; } .leading-icon, .trailing-icon { align-items: center; gap: var(--u-top-app-bar-icons-gap, 8px); } slot[name=leading-icon]::slotted(u-icon-button) { color: inherit; } .container { background-color: var(--u-top-app-bar-container-color, var(--u-color-body, var(--u-color-surface, rgb(254, 247, 255)))); color: var(--u-top-app-bar-text-color, var(--u-color-on-surface, rgb(29, 27, 32))); transition: background-color 100ms, inset 375ms cubic-bezier(0.19, 1, 0.22, 1); } .scrolled { background-color: var(--u-top-app-bar-on-scroll-container-color, var(--u-color-surface-container, rgb(243, 237, 247))); } .has-leading-icon .leading-icon { display: inline-flex; } .has-trailing-icon .trailing-icon { display: inline-flex; } .absolute { position: absolute; } .fixed { position: fixed; inset-inline: 0; inset-block-start: 0; inset-inline-start: var(--u-app-bar-offset, 0); } .absolute, .fixed { z-index: var(--u-fixed-app-bar-z-index, 1010); } .spacing { padding-top: var(--_content-height); } .extended-content { display: flex; align-items: flex-end; padding-inline: var(--u-extended-content-inline-padding, 16px); } .medium + .extended-content { 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-extended-content-medium-line-height, var(--u-headline-s-line-height, 2rem)); font-size: var(--u-extended-content-medium-font-size, var(--u-headline-s-font-size, 1.5rem)); letter-spacing: var(--u-extended-content-medium-letter-spacing, var(--u-headline-s-letter-spacing, 0rem)); font-weight: var(--u-extended-content-medium-font-weight, var(--u-headline-s-font-weight, var(--u-font-weight-regular, 400))); height: var(--u-extended-content-medium-height, 3.5rem); padding-bottom: var(--u-extended-content-medium-padding-bottom, 24px); } .large + .extended-content { 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-extended-content-large-line-height, var(--u-headline-m-line-height, 2.25rem)); font-size: var(--u-extended-content-large-font-size, var(--u-headline-m-font-size, 1.75rem)); letter-spacing: var(--u-extended-content-large-letter-spacing, var(--u-headline-m-letter-spacing, 0rem)); font-weight: var(--u-extended-content-large-font-weight, var(--u-headline-m-font-weight, var(--u-font-weight-regular, 400))); height: var(--u-extended-content-medium-large, 6rem); padding-bottom: var(--u-extended-content-large-padding-bottom, 28px); } .content { display: flex; align-items: center; background-color: inherit; transition: inherit; min-height: var(--u-top-app-bar-min-height, 56px); } @media (min-width: 840px) { .content { min-height: var(--u-top-app-bar-extended-min-height, 64px); } } .headline { overflow: hidden; 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-top-app-bar-headline-line-height, var(--u-title-l-line-height, 1.75rem)); font-size: var(--u-top-app-bar-headline-font-size, var(--u-title-l-font-size, 1.375rem)); letter-spacing: var(--u-top-app-bar-headline-letter-spacing, var(--u-title-l-letter-spacing, 0rem)); font-weight: var(--u-top-app-bar-headline-font-weight, var(--u-title-l-font-weight, var(--u-font-weight-regular, 400))); margin-inline: var(--u-headline-margin, 16px); } .has-leading-icon .headline { margin-inline-start: 0; } .leading-icon { margin-inline: var(--u-leading-icon-margin, 8px); } .trailing-icon { padding-inline: var(--u-trailing-icon-margin, 8px); margin-inline-start: auto; } `"
|
|
449
449
|
}
|
|
450
450
|
],
|
|
451
451
|
"exports": [
|
|
@@ -4564,6 +4564,106 @@
|
|
|
4564
4564
|
}
|
|
4565
4565
|
]
|
|
4566
4566
|
},
|
|
4567
|
+
{
|
|
4568
|
+
"kind": "javascript-module",
|
|
4569
|
+
"path": "src/badge/badge.styles.ts",
|
|
4570
|
+
"declarations": [
|
|
4571
|
+
{
|
|
4572
|
+
"kind": "variable",
|
|
4573
|
+
"name": "styles",
|
|
4574
|
+
"default": "css ` .container { --_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); } .container:not(.static) { --_badge-inline-start: calc(100% - var(--_badge-size)); position: absolute; top: 0; inset-inline-start: var(--_badge-inline-start); } .container: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); } `"
|
|
4575
|
+
}
|
|
4576
|
+
],
|
|
4577
|
+
"exports": [
|
|
4578
|
+
{
|
|
4579
|
+
"kind": "js",
|
|
4580
|
+
"name": "styles",
|
|
4581
|
+
"declaration": {
|
|
4582
|
+
"name": "styles",
|
|
4583
|
+
"module": "src/badge/badge.styles.ts"
|
|
4584
|
+
}
|
|
4585
|
+
}
|
|
4586
|
+
]
|
|
4587
|
+
},
|
|
4588
|
+
{
|
|
4589
|
+
"kind": "javascript-module",
|
|
4590
|
+
"path": "src/badge/badge.ts",
|
|
4591
|
+
"declarations": [
|
|
4592
|
+
{
|
|
4593
|
+
"kind": "class",
|
|
4594
|
+
"description": "",
|
|
4595
|
+
"name": "UmBadge",
|
|
4596
|
+
"members": [
|
|
4597
|
+
{
|
|
4598
|
+
"kind": "field",
|
|
4599
|
+
"name": "static",
|
|
4600
|
+
"type": {
|
|
4601
|
+
"text": "boolean"
|
|
4602
|
+
},
|
|
4603
|
+
"default": "false",
|
|
4604
|
+
"attribute": "static",
|
|
4605
|
+
"reflects": true
|
|
4606
|
+
},
|
|
4607
|
+
{
|
|
4608
|
+
"kind": "field",
|
|
4609
|
+
"name": "_empty",
|
|
4610
|
+
"type": {
|
|
4611
|
+
"text": "boolean"
|
|
4612
|
+
},
|
|
4613
|
+
"privacy": "private",
|
|
4614
|
+
"default": "true"
|
|
4615
|
+
},
|
|
4616
|
+
{
|
|
4617
|
+
"kind": "method",
|
|
4618
|
+
"name": "#handleSlotChange",
|
|
4619
|
+
"privacy": "private",
|
|
4620
|
+
"parameters": [
|
|
4621
|
+
{
|
|
4622
|
+
"name": "e",
|
|
4623
|
+
"type": {
|
|
4624
|
+
"text": "Event"
|
|
4625
|
+
}
|
|
4626
|
+
}
|
|
4627
|
+
]
|
|
4628
|
+
}
|
|
4629
|
+
],
|
|
4630
|
+
"attributes": [
|
|
4631
|
+
{
|
|
4632
|
+
"name": "static",
|
|
4633
|
+
"type": {
|
|
4634
|
+
"text": "boolean"
|
|
4635
|
+
},
|
|
4636
|
+
"default": "false",
|
|
4637
|
+
"fieldName": "static"
|
|
4638
|
+
}
|
|
4639
|
+
],
|
|
4640
|
+
"superclass": {
|
|
4641
|
+
"name": "LitElement",
|
|
4642
|
+
"package": "lit"
|
|
4643
|
+
},
|
|
4644
|
+
"tagName": "u-badge",
|
|
4645
|
+
"customElement": true
|
|
4646
|
+
}
|
|
4647
|
+
],
|
|
4648
|
+
"exports": [
|
|
4649
|
+
{
|
|
4650
|
+
"kind": "js",
|
|
4651
|
+
"name": "UmBadge",
|
|
4652
|
+
"declaration": {
|
|
4653
|
+
"name": "UmBadge",
|
|
4654
|
+
"module": "src/badge/badge.ts"
|
|
4655
|
+
}
|
|
4656
|
+
},
|
|
4657
|
+
{
|
|
4658
|
+
"kind": "custom-element-definition",
|
|
4659
|
+
"name": "u-badge",
|
|
4660
|
+
"declaration": {
|
|
4661
|
+
"name": "UmBadge",
|
|
4662
|
+
"module": "src/badge/badge.ts"
|
|
4663
|
+
}
|
|
4664
|
+
}
|
|
4665
|
+
]
|
|
4666
|
+
},
|
|
4567
4667
|
{
|
|
4568
4668
|
"kind": "javascript-module",
|
|
4569
4669
|
"path": "src/button-field/button-field.styles.ts",
|
|
@@ -5234,106 +5334,6 @@
|
|
|
5234
5334
|
}
|
|
5235
5335
|
]
|
|
5236
5336
|
},
|
|
5237
|
-
{
|
|
5238
|
-
"kind": "javascript-module",
|
|
5239
|
-
"path": "src/badge/badge.styles.ts",
|
|
5240
|
-
"declarations": [
|
|
5241
|
-
{
|
|
5242
|
-
"kind": "variable",
|
|
5243
|
-
"name": "styles",
|
|
5244
|
-
"default": "css ` .container { --_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); } .container:not(.static) { --_badge-inline-start: calc(100% - var(--_badge-size)); position: absolute; top: 0; inset-inline-start: var(--_badge-inline-start); } .container: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); } `"
|
|
5245
|
-
}
|
|
5246
|
-
],
|
|
5247
|
-
"exports": [
|
|
5248
|
-
{
|
|
5249
|
-
"kind": "js",
|
|
5250
|
-
"name": "styles",
|
|
5251
|
-
"declaration": {
|
|
5252
|
-
"name": "styles",
|
|
5253
|
-
"module": "src/badge/badge.styles.ts"
|
|
5254
|
-
}
|
|
5255
|
-
}
|
|
5256
|
-
]
|
|
5257
|
-
},
|
|
5258
|
-
{
|
|
5259
|
-
"kind": "javascript-module",
|
|
5260
|
-
"path": "src/badge/badge.ts",
|
|
5261
|
-
"declarations": [
|
|
5262
|
-
{
|
|
5263
|
-
"kind": "class",
|
|
5264
|
-
"description": "",
|
|
5265
|
-
"name": "UmBadge",
|
|
5266
|
-
"members": [
|
|
5267
|
-
{
|
|
5268
|
-
"kind": "field",
|
|
5269
|
-
"name": "static",
|
|
5270
|
-
"type": {
|
|
5271
|
-
"text": "boolean"
|
|
5272
|
-
},
|
|
5273
|
-
"default": "false",
|
|
5274
|
-
"attribute": "static",
|
|
5275
|
-
"reflects": true
|
|
5276
|
-
},
|
|
5277
|
-
{
|
|
5278
|
-
"kind": "field",
|
|
5279
|
-
"name": "_empty",
|
|
5280
|
-
"type": {
|
|
5281
|
-
"text": "boolean"
|
|
5282
|
-
},
|
|
5283
|
-
"privacy": "private",
|
|
5284
|
-
"default": "true"
|
|
5285
|
-
},
|
|
5286
|
-
{
|
|
5287
|
-
"kind": "method",
|
|
5288
|
-
"name": "#handleSlotChange",
|
|
5289
|
-
"privacy": "private",
|
|
5290
|
-
"parameters": [
|
|
5291
|
-
{
|
|
5292
|
-
"name": "e",
|
|
5293
|
-
"type": {
|
|
5294
|
-
"text": "Event"
|
|
5295
|
-
}
|
|
5296
|
-
}
|
|
5297
|
-
]
|
|
5298
|
-
}
|
|
5299
|
-
],
|
|
5300
|
-
"attributes": [
|
|
5301
|
-
{
|
|
5302
|
-
"name": "static",
|
|
5303
|
-
"type": {
|
|
5304
|
-
"text": "boolean"
|
|
5305
|
-
},
|
|
5306
|
-
"default": "false",
|
|
5307
|
-
"fieldName": "static"
|
|
5308
|
-
}
|
|
5309
|
-
],
|
|
5310
|
-
"superclass": {
|
|
5311
|
-
"name": "LitElement",
|
|
5312
|
-
"package": "lit"
|
|
5313
|
-
},
|
|
5314
|
-
"tagName": "u-badge",
|
|
5315
|
-
"customElement": true
|
|
5316
|
-
}
|
|
5317
|
-
],
|
|
5318
|
-
"exports": [
|
|
5319
|
-
{
|
|
5320
|
-
"kind": "js",
|
|
5321
|
-
"name": "UmBadge",
|
|
5322
|
-
"declaration": {
|
|
5323
|
-
"name": "UmBadge",
|
|
5324
|
-
"module": "src/badge/badge.ts"
|
|
5325
|
-
}
|
|
5326
|
-
},
|
|
5327
|
-
{
|
|
5328
|
-
"kind": "custom-element-definition",
|
|
5329
|
-
"name": "u-badge",
|
|
5330
|
-
"declaration": {
|
|
5331
|
-
"name": "UmBadge",
|
|
5332
|
-
"module": "src/badge/badge.ts"
|
|
5333
|
-
}
|
|
5334
|
-
}
|
|
5335
|
-
]
|
|
5336
|
-
},
|
|
5337
5337
|
{
|
|
5338
5338
|
"kind": "javascript-module",
|
|
5339
5339
|
"path": "src/calendar/calendar-adapter.ts",
|
|
@@ -9479,33 +9479,6 @@
|
|
|
9479
9479
|
}
|
|
9480
9480
|
]
|
|
9481
9481
|
},
|
|
9482
|
-
{
|
|
9483
|
-
"kind": "javascript-module",
|
|
9484
|
-
"path": "src/datepicker/datepicker.styles.ts",
|
|
9485
|
-
"declarations": [
|
|
9486
|
-
{
|
|
9487
|
-
"kind": "variable",
|
|
9488
|
-
"name": "styles",
|
|
9489
|
-
"default": "css ` `"
|
|
9490
|
-
}
|
|
9491
|
-
],
|
|
9492
|
-
"exports": [
|
|
9493
|
-
{
|
|
9494
|
-
"kind": "js",
|
|
9495
|
-
"name": "styles",
|
|
9496
|
-
"declaration": {
|
|
9497
|
-
"name": "styles",
|
|
9498
|
-
"module": "src/datepicker/datepicker.styles.ts"
|
|
9499
|
-
}
|
|
9500
|
-
}
|
|
9501
|
-
]
|
|
9502
|
-
},
|
|
9503
|
-
{
|
|
9504
|
-
"kind": "javascript-module",
|
|
9505
|
-
"path": "src/datepicker/datepicker.ts",
|
|
9506
|
-
"declarations": [],
|
|
9507
|
-
"exports": []
|
|
9508
|
-
},
|
|
9509
9482
|
{
|
|
9510
9483
|
"kind": "javascript-module",
|
|
9511
9484
|
"path": "src/dialog/confirm-dialog-builder.ts",
|
|
@@ -10447,6 +10420,33 @@
|
|
|
10447
10420
|
}
|
|
10448
10421
|
]
|
|
10449
10422
|
},
|
|
10423
|
+
{
|
|
10424
|
+
"kind": "javascript-module",
|
|
10425
|
+
"path": "src/datepicker/datepicker.styles.ts",
|
|
10426
|
+
"declarations": [
|
|
10427
|
+
{
|
|
10428
|
+
"kind": "variable",
|
|
10429
|
+
"name": "styles",
|
|
10430
|
+
"default": "css ` `"
|
|
10431
|
+
}
|
|
10432
|
+
],
|
|
10433
|
+
"exports": [
|
|
10434
|
+
{
|
|
10435
|
+
"kind": "js",
|
|
10436
|
+
"name": "styles",
|
|
10437
|
+
"declaration": {
|
|
10438
|
+
"name": "styles",
|
|
10439
|
+
"module": "src/datepicker/datepicker.styles.ts"
|
|
10440
|
+
}
|
|
10441
|
+
}
|
|
10442
|
+
]
|
|
10443
|
+
},
|
|
10444
|
+
{
|
|
10445
|
+
"kind": "javascript-module",
|
|
10446
|
+
"path": "src/datepicker/datepicker.ts",
|
|
10447
|
+
"declarations": [],
|
|
10448
|
+
"exports": []
|
|
10449
|
+
},
|
|
10450
10450
|
{
|
|
10451
10451
|
"kind": "javascript-module",
|
|
10452
10452
|
"path": "src/field/field-base.styles.ts",
|
|
@@ -19244,12 +19244,12 @@
|
|
|
19244
19244
|
},
|
|
19245
19245
|
{
|
|
19246
19246
|
"kind": "javascript-module",
|
|
19247
|
-
"path": "src/
|
|
19247
|
+
"path": "src/text-area/text-area.styles.ts",
|
|
19248
19248
|
"declarations": [
|
|
19249
19249
|
{
|
|
19250
19250
|
"kind": "variable",
|
|
19251
19251
|
"name": "styles",
|
|
19252
|
-
"default": "css ` :host {
|
|
19252
|
+
"default": "css ` :host { resize: both; } .container, .input-wrapper { resize: inherit; } .input-wrapper, .input, textarea, .container { height: 100%; } .input-wrapper { padding: 0 !important; overflow: hidden; } textarea { margin: 0; resize: none; } .input textarea { border-block: var(--_vertical-padding) solid transparent; padding-inline: var(--_field-control-inline-padding); } .container.filled:not(.no-label) textarea { border-top: calc(var(--_vertical-padding) + var(--_label-line-height)) solid transparent; border-bottom: var(--_vertical-padding) solid transparent; } `"
|
|
19253
19253
|
}
|
|
19254
19254
|
],
|
|
19255
19255
|
"exports": [
|
|
@@ -19258,632 +19258,823 @@
|
|
|
19258
19258
|
"name": "styles",
|
|
19259
19259
|
"declaration": {
|
|
19260
19260
|
"name": "styles",
|
|
19261
|
-
"module": "src/
|
|
19261
|
+
"module": "src/text-area/text-area.styles.ts"
|
|
19262
19262
|
}
|
|
19263
19263
|
}
|
|
19264
19264
|
]
|
|
19265
19265
|
},
|
|
19266
19266
|
{
|
|
19267
19267
|
"kind": "javascript-module",
|
|
19268
|
-
"path": "src/
|
|
19268
|
+
"path": "src/text-area/text-area.ts",
|
|
19269
19269
|
"declarations": [
|
|
19270
19270
|
{
|
|
19271
19271
|
"kind": "class",
|
|
19272
19272
|
"description": "",
|
|
19273
|
-
"name": "
|
|
19273
|
+
"name": "UmTextArea",
|
|
19274
19274
|
"members": [
|
|
19275
19275
|
{
|
|
19276
19276
|
"kind": "field",
|
|
19277
|
-
"name": "
|
|
19278
|
-
"privacy": "private",
|
|
19277
|
+
"name": "rows",
|
|
19279
19278
|
"type": {
|
|
19280
|
-
"text": "
|
|
19279
|
+
"text": "number"
|
|
19281
19280
|
},
|
|
19282
|
-
"default": "
|
|
19281
|
+
"default": "2",
|
|
19282
|
+
"attribute": "rows"
|
|
19283
19283
|
},
|
|
19284
19284
|
{
|
|
19285
19285
|
"kind": "field",
|
|
19286
|
-
"name": "
|
|
19287
|
-
"privacy": "private",
|
|
19286
|
+
"name": "input",
|
|
19288
19287
|
"type": {
|
|
19289
|
-
"text": "
|
|
19288
|
+
"text": "HTMLInputElement | HTMLTextAreaElement"
|
|
19290
19289
|
},
|
|
19291
|
-
"
|
|
19290
|
+
"inheritedFrom": {
|
|
19291
|
+
"name": "UmNativeTextFieldWrapper",
|
|
19292
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
19293
|
+
}
|
|
19292
19294
|
},
|
|
19293
19295
|
{
|
|
19294
|
-
"kind": "
|
|
19295
|
-
"name": "
|
|
19296
|
-
"privacy": "
|
|
19297
|
-
"
|
|
19298
|
-
"
|
|
19296
|
+
"kind": "method",
|
|
19297
|
+
"name": "renderControl",
|
|
19298
|
+
"privacy": "protected",
|
|
19299
|
+
"return": {
|
|
19300
|
+
"type": {
|
|
19301
|
+
"text": "HTMLTemplateResult"
|
|
19302
|
+
}
|
|
19299
19303
|
},
|
|
19300
|
-
"
|
|
19301
|
-
|
|
19304
|
+
"inheritedFrom": {
|
|
19305
|
+
"name": "UmFieldBase",
|
|
19306
|
+
"module": "src/field/field-base.ts"
|
|
19307
|
+
}
|
|
19302
19308
|
},
|
|
19303
19309
|
{
|
|
19304
19310
|
"kind": "field",
|
|
19305
|
-
"name": "
|
|
19311
|
+
"name": "_value",
|
|
19306
19312
|
"type": {
|
|
19307
|
-
"text": "
|
|
19313
|
+
"text": "string"
|
|
19308
19314
|
},
|
|
19309
|
-
"
|
|
19310
|
-
"
|
|
19311
|
-
"
|
|
19315
|
+
"privacy": "protected",
|
|
19316
|
+
"default": "''",
|
|
19317
|
+
"inheritedFrom": {
|
|
19318
|
+
"name": "UmNativeTextFieldWrapper",
|
|
19319
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
19320
|
+
}
|
|
19312
19321
|
},
|
|
19313
19322
|
{
|
|
19314
19323
|
"kind": "field",
|
|
19315
|
-
"name": "
|
|
19324
|
+
"name": "value",
|
|
19325
|
+
"attribute": "value",
|
|
19326
|
+
"inheritedFrom": {
|
|
19327
|
+
"name": "UmNativeTextFieldWrapper",
|
|
19328
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
19329
|
+
}
|
|
19330
|
+
},
|
|
19331
|
+
{
|
|
19332
|
+
"kind": "field",
|
|
19333
|
+
"name": "autocomplete",
|
|
19316
19334
|
"type": {
|
|
19317
|
-
"text": "
|
|
19335
|
+
"text": "'on' | 'off' | string | undefined"
|
|
19318
19336
|
},
|
|
19319
|
-
"
|
|
19320
|
-
"
|
|
19337
|
+
"attribute": "autocomplete",
|
|
19338
|
+
"reflects": true,
|
|
19339
|
+
"inheritedFrom": {
|
|
19340
|
+
"name": "UmNativeTextFieldWrapper",
|
|
19341
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
19342
|
+
}
|
|
19321
19343
|
},
|
|
19322
19344
|
{
|
|
19323
19345
|
"kind": "field",
|
|
19324
|
-
"name": "
|
|
19346
|
+
"name": "#maxlength",
|
|
19347
|
+
"privacy": "private",
|
|
19325
19348
|
"type": {
|
|
19326
|
-
"text": "
|
|
19349
|
+
"text": "number | undefined"
|
|
19327
19350
|
},
|
|
19328
|
-
"
|
|
19329
|
-
|
|
19351
|
+
"inheritedFrom": {
|
|
19352
|
+
"name": "UmNativeTextFieldWrapper",
|
|
19353
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
19354
|
+
}
|
|
19330
19355
|
},
|
|
19331
19356
|
{
|
|
19332
19357
|
"kind": "field",
|
|
19333
|
-
"name": "
|
|
19358
|
+
"name": "maxlength",
|
|
19334
19359
|
"type": {
|
|
19335
|
-
"text": "
|
|
19360
|
+
"text": "number | undefined"
|
|
19336
19361
|
},
|
|
19337
|
-
"
|
|
19338
|
-
"
|
|
19362
|
+
"attribute": "maxlength",
|
|
19363
|
+
"reflects": true,
|
|
19364
|
+
"inheritedFrom": {
|
|
19365
|
+
"name": "UmNativeTextFieldWrapper",
|
|
19366
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
19367
|
+
}
|
|
19339
19368
|
},
|
|
19340
19369
|
{
|
|
19341
19370
|
"kind": "field",
|
|
19342
|
-
"name": "
|
|
19371
|
+
"name": "role",
|
|
19343
19372
|
"type": {
|
|
19344
|
-
"text": "
|
|
19373
|
+
"text": "string | null"
|
|
19345
19374
|
},
|
|
19375
|
+
"default": "null",
|
|
19376
|
+
"attribute": "role",
|
|
19377
|
+
"reflects": true,
|
|
19378
|
+
"inheritedFrom": {
|
|
19379
|
+
"name": "UmNativeTextFieldWrapper",
|
|
19380
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
19381
|
+
}
|
|
19382
|
+
},
|
|
19383
|
+
{
|
|
19384
|
+
"kind": "method",
|
|
19385
|
+
"name": "focus",
|
|
19386
|
+
"inheritedFrom": {
|
|
19387
|
+
"name": "UmNativeTextFieldWrapper",
|
|
19388
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
19389
|
+
}
|
|
19390
|
+
},
|
|
19391
|
+
{
|
|
19392
|
+
"kind": "method",
|
|
19393
|
+
"name": "_handleKeyDown",
|
|
19394
|
+
"privacy": "protected",
|
|
19395
|
+
"parameters": [
|
|
19396
|
+
{
|
|
19397
|
+
"name": "e",
|
|
19398
|
+
"type": {
|
|
19399
|
+
"text": "KeyboardEvent"
|
|
19400
|
+
}
|
|
19401
|
+
}
|
|
19402
|
+
],
|
|
19403
|
+
"inheritedFrom": {
|
|
19404
|
+
"name": "UmNativeTextFieldWrapper",
|
|
19405
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
19406
|
+
}
|
|
19407
|
+
},
|
|
19408
|
+
{
|
|
19409
|
+
"kind": "method",
|
|
19410
|
+
"name": "_handleInput",
|
|
19411
|
+
"privacy": "protected",
|
|
19412
|
+
"inheritedFrom": {
|
|
19413
|
+
"name": "UmNativeTextFieldWrapper",
|
|
19414
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
19415
|
+
}
|
|
19416
|
+
},
|
|
19417
|
+
{
|
|
19418
|
+
"kind": "method",
|
|
19419
|
+
"name": "#updateCounter",
|
|
19346
19420
|
"privacy": "private",
|
|
19347
|
-
"
|
|
19421
|
+
"inheritedFrom": {
|
|
19422
|
+
"name": "UmNativeTextFieldWrapper",
|
|
19423
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
19424
|
+
}
|
|
19348
19425
|
},
|
|
19349
19426
|
{
|
|
19350
19427
|
"kind": "field",
|
|
19351
|
-
"name": "
|
|
19428
|
+
"name": "formAssociated",
|
|
19352
19429
|
"type": {
|
|
19353
|
-
"text": "
|
|
19430
|
+
"text": "boolean"
|
|
19431
|
+
},
|
|
19432
|
+
"static": true,
|
|
19433
|
+
"readonly": true,
|
|
19434
|
+
"default": "true",
|
|
19435
|
+
"inheritedFrom": {
|
|
19436
|
+
"name": "UmTextFieldBase",
|
|
19437
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
19354
19438
|
}
|
|
19355
19439
|
},
|
|
19356
19440
|
{
|
|
19357
19441
|
"kind": "field",
|
|
19358
|
-
"name": "
|
|
19442
|
+
"name": "shadowRootOptions",
|
|
19359
19443
|
"type": {
|
|
19360
|
-
"text": "
|
|
19444
|
+
"text": "ShadowRootInit"
|
|
19445
|
+
},
|
|
19446
|
+
"static": true,
|
|
19447
|
+
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }",
|
|
19448
|
+
"inheritedFrom": {
|
|
19449
|
+
"name": "UmTextFieldBase",
|
|
19450
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
19361
19451
|
}
|
|
19362
19452
|
},
|
|
19363
19453
|
{
|
|
19364
19454
|
"kind": "field",
|
|
19365
|
-
"name": "
|
|
19455
|
+
"name": "empty",
|
|
19366
19456
|
"type": {
|
|
19367
|
-
"text": "
|
|
19457
|
+
"text": "boolean"
|
|
19458
|
+
},
|
|
19459
|
+
"default": "true",
|
|
19460
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
19461
|
+
"attribute": "empty",
|
|
19462
|
+
"reflects": true,
|
|
19463
|
+
"inheritedFrom": {
|
|
19464
|
+
"name": "UmFieldBase",
|
|
19465
|
+
"module": "src/field/field-base.ts"
|
|
19368
19466
|
}
|
|
19369
19467
|
},
|
|
19370
19468
|
{
|
|
19371
19469
|
"kind": "field",
|
|
19372
|
-
"name": "
|
|
19373
|
-
"
|
|
19374
|
-
|
|
19470
|
+
"name": "placeholder",
|
|
19471
|
+
"type": {
|
|
19472
|
+
"text": "string"
|
|
19473
|
+
},
|
|
19474
|
+
"default": "''",
|
|
19475
|
+
"attribute": "placeholder",
|
|
19476
|
+
"reflects": true,
|
|
19477
|
+
"inheritedFrom": {
|
|
19478
|
+
"name": "UmTextFieldBase",
|
|
19479
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
19480
|
+
}
|
|
19375
19481
|
},
|
|
19376
19482
|
{
|
|
19377
19483
|
"kind": "field",
|
|
19378
|
-
"name": "
|
|
19379
|
-
"
|
|
19380
|
-
|
|
19381
|
-
|
|
19382
|
-
|
|
19383
|
-
"
|
|
19384
|
-
|
|
19484
|
+
"name": "form",
|
|
19485
|
+
"type": {
|
|
19486
|
+
"text": "HTMLFormElement | null"
|
|
19487
|
+
},
|
|
19488
|
+
"readonly": true,
|
|
19489
|
+
"inheritedFrom": {
|
|
19490
|
+
"name": "UmTextFieldBase",
|
|
19491
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
19492
|
+
}
|
|
19385
19493
|
},
|
|
19386
19494
|
{
|
|
19387
19495
|
"kind": "field",
|
|
19388
|
-
"name": "
|
|
19389
|
-
"
|
|
19390
|
-
|
|
19496
|
+
"name": "elementInternals",
|
|
19497
|
+
"type": {
|
|
19498
|
+
"text": "ElementInternals"
|
|
19499
|
+
},
|
|
19500
|
+
"privacy": "protected",
|
|
19501
|
+
"readonly": true,
|
|
19502
|
+
"inheritedFrom": {
|
|
19503
|
+
"name": "UmTextFieldBase",
|
|
19504
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
19505
|
+
}
|
|
19391
19506
|
},
|
|
19392
19507
|
{
|
|
19393
19508
|
"kind": "field",
|
|
19394
|
-
"name": "
|
|
19509
|
+
"name": "config",
|
|
19510
|
+
"type": {
|
|
19511
|
+
"text": "UmFieldDefaults | undefined"
|
|
19512
|
+
},
|
|
19395
19513
|
"privacy": "private",
|
|
19396
|
-
"readonly": true
|
|
19514
|
+
"readonly": true,
|
|
19515
|
+
"inheritedFrom": {
|
|
19516
|
+
"name": "UmFieldBase",
|
|
19517
|
+
"module": "src/field/field-base.ts"
|
|
19518
|
+
}
|
|
19397
19519
|
},
|
|
19398
19520
|
{
|
|
19399
|
-
"kind": "
|
|
19400
|
-
"name": "
|
|
19521
|
+
"kind": "field",
|
|
19522
|
+
"name": "variant",
|
|
19523
|
+
"type": {
|
|
19524
|
+
"text": "'filled' | 'outlined' | undefined"
|
|
19525
|
+
},
|
|
19526
|
+
"default": "undefined",
|
|
19527
|
+
"attribute": "variant",
|
|
19528
|
+
"inheritedFrom": {
|
|
19529
|
+
"name": "UmFieldBase",
|
|
19530
|
+
"module": "src/field/field-base.ts"
|
|
19531
|
+
}
|
|
19401
19532
|
},
|
|
19402
19533
|
{
|
|
19403
|
-
"kind": "
|
|
19404
|
-
"name": "
|
|
19405
|
-
"privacy": "private",
|
|
19406
|
-
"return": {
|
|
19407
|
-
"type": {
|
|
19408
|
-
"text": "Promise<void>"
|
|
19409
|
-
}
|
|
19410
|
-
}
|
|
19411
|
-
}
|
|
19412
|
-
],
|
|
19413
|
-
"attributes": [
|
|
19414
|
-
{
|
|
19415
|
-
"name": "variant",
|
|
19534
|
+
"kind": "field",
|
|
19535
|
+
"name": "label",
|
|
19416
19536
|
"type": {
|
|
19417
|
-
"text": "
|
|
19537
|
+
"text": "string | undefined"
|
|
19418
19538
|
},
|
|
19419
|
-
"
|
|
19420
|
-
"
|
|
19421
|
-
|
|
19422
|
-
|
|
19423
|
-
|
|
19424
|
-
|
|
19425
|
-
|
|
19426
|
-
},
|
|
19427
|
-
"tagName": "u-tab-bar",
|
|
19428
|
-
"customElement": true
|
|
19429
|
-
}
|
|
19430
|
-
],
|
|
19431
|
-
"exports": [
|
|
19432
|
-
{
|
|
19433
|
-
"kind": "js",
|
|
19434
|
-
"name": "UmTabBar",
|
|
19435
|
-
"declaration": {
|
|
19436
|
-
"name": "UmTabBar",
|
|
19437
|
-
"module": "src/tab-bar/tab-bar.ts"
|
|
19438
|
-
}
|
|
19439
|
-
},
|
|
19440
|
-
{
|
|
19441
|
-
"kind": "custom-element-definition",
|
|
19442
|
-
"name": "u-tab-bar",
|
|
19443
|
-
"declaration": {
|
|
19444
|
-
"name": "UmTabBar",
|
|
19445
|
-
"module": "src/tab-bar/tab-bar.ts"
|
|
19446
|
-
}
|
|
19447
|
-
}
|
|
19448
|
-
]
|
|
19449
|
-
},
|
|
19450
|
-
{
|
|
19451
|
-
"kind": "javascript-module",
|
|
19452
|
-
"path": "src/tab-bar/tab.styles.ts",
|
|
19453
|
-
"declarations": [
|
|
19454
|
-
{
|
|
19455
|
-
"kind": "variable",
|
|
19456
|
-
"name": "styles",
|
|
19457
|
-
"default": "css ` .container { --u-focus-ring-outline-offset: -4px; --_tab-height: var(--u-tab-height, 48px); display: block; flex: 0.5; padding-inline: var(--u-tab-padding, 16px); } .tab-content { display: flex; flex-direction: var(--_tab-content-direction, column); align-items: center; justify-content: center; max-width: 100%; height: var(--_tab-height); gap: var(--_tab-content-gap, 0); } .has-icon { --_tab-height: var(--u-tab-with-icon-height, 64px); } .force-focus-ring .button, .button:focus-visible { border-radius: var(--u-spacing-small, 8px); } .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-tab-label-line-height, var(--u-title-s-line-height, 1.25rem)); font-size: var(--u-tab-label-font-size, var(--u-title-s-font-size, 0.875rem)); letter-spacing: var(--u-tab-label-letter-spacing, var(--u-title-s-letter-spacing, 0.0071428571rem)); font-weight: var(--u-tab-label-font-weight, var(--u-title-s-font-weight, var(--u-font-weight-medium, 500))); color: var(--u-tab-label-text-color, var(--u-color-on-surface-variant, rgb(73, 69, 79))); max-width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .icon { display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--u-tab-label-text-color, var(--u-color-on-surface-variant, rgb(73, 69, 79))); } .active .icon, .active .label { color: var(--_active-label-color); } `"
|
|
19458
|
-
}
|
|
19459
|
-
],
|
|
19460
|
-
"exports": [
|
|
19461
|
-
{
|
|
19462
|
-
"kind": "js",
|
|
19463
|
-
"name": "styles",
|
|
19464
|
-
"declaration": {
|
|
19465
|
-
"name": "styles",
|
|
19466
|
-
"module": "src/tab-bar/tab.styles.ts"
|
|
19467
|
-
}
|
|
19468
|
-
}
|
|
19469
|
-
]
|
|
19470
|
-
},
|
|
19471
|
-
{
|
|
19472
|
-
"kind": "javascript-module",
|
|
19473
|
-
"path": "src/tab-bar/tab.ts",
|
|
19474
|
-
"declarations": [
|
|
19475
|
-
{
|
|
19476
|
-
"kind": "class",
|
|
19477
|
-
"description": "",
|
|
19478
|
-
"name": "UmTab",
|
|
19479
|
-
"members": [
|
|
19539
|
+
"description": "The floating label for the field",
|
|
19540
|
+
"attribute": "label",
|
|
19541
|
+
"inheritedFrom": {
|
|
19542
|
+
"name": "UmFieldBase",
|
|
19543
|
+
"module": "src/field/field-base.ts"
|
|
19544
|
+
}
|
|
19545
|
+
},
|
|
19480
19546
|
{
|
|
19481
19547
|
"kind": "field",
|
|
19482
|
-
"name": "
|
|
19548
|
+
"name": "_innerCounter",
|
|
19483
19549
|
"type": {
|
|
19484
|
-
"text": "
|
|
19550
|
+
"text": "string | undefined"
|
|
19485
19551
|
},
|
|
19486
|
-
"
|
|
19552
|
+
"privacy": "protected",
|
|
19553
|
+
"inheritedFrom": {
|
|
19554
|
+
"name": "UmFieldBase",
|
|
19555
|
+
"module": "src/field/field-base.ts"
|
|
19556
|
+
}
|
|
19487
19557
|
},
|
|
19488
19558
|
{
|
|
19489
19559
|
"kind": "field",
|
|
19490
|
-
"name": "
|
|
19491
|
-
"privacy": "private",
|
|
19560
|
+
"name": "counter",
|
|
19492
19561
|
"type": {
|
|
19493
|
-
"text": "
|
|
19562
|
+
"text": "string | undefined"
|
|
19494
19563
|
},
|
|
19495
|
-
"
|
|
19496
|
-
"
|
|
19564
|
+
"attribute": "counter",
|
|
19565
|
+
"inheritedFrom": {
|
|
19566
|
+
"name": "UmFieldBase",
|
|
19567
|
+
"module": "src/field/field-base.ts"
|
|
19568
|
+
}
|
|
19497
19569
|
},
|
|
19498
19570
|
{
|
|
19499
19571
|
"kind": "field",
|
|
19500
|
-
"name": "
|
|
19572
|
+
"name": "hideCounter",
|
|
19501
19573
|
"type": {
|
|
19502
19574
|
"text": "boolean"
|
|
19575
|
+
},
|
|
19576
|
+
"default": "false",
|
|
19577
|
+
"attribute": "hide-counter",
|
|
19578
|
+
"inheritedFrom": {
|
|
19579
|
+
"name": "UmFieldBase",
|
|
19580
|
+
"module": "src/field/field-base.ts"
|
|
19503
19581
|
}
|
|
19504
19582
|
},
|
|
19505
19583
|
{
|
|
19506
19584
|
"kind": "field",
|
|
19507
|
-
"name": "
|
|
19585
|
+
"name": "supportingText",
|
|
19508
19586
|
"type": {
|
|
19509
|
-
"text": "
|
|
19587
|
+
"text": "string | undefined"
|
|
19510
19588
|
},
|
|
19511
|
-
"
|
|
19512
|
-
"attribute": "
|
|
19589
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
19590
|
+
"attribute": "supporting-text",
|
|
19591
|
+
"inheritedFrom": {
|
|
19592
|
+
"name": "UmFieldBase",
|
|
19593
|
+
"module": "src/field/field-base.ts"
|
|
19594
|
+
}
|
|
19513
19595
|
},
|
|
19514
19596
|
{
|
|
19515
19597
|
"kind": "field",
|
|
19516
|
-
"name": "
|
|
19598
|
+
"name": "errorText",
|
|
19517
19599
|
"type": {
|
|
19518
|
-
"text": "
|
|
19600
|
+
"text": "string | undefined"
|
|
19519
19601
|
},
|
|
19520
|
-
"
|
|
19521
|
-
"
|
|
19602
|
+
"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`",
|
|
19603
|
+
"attribute": "error-text",
|
|
19604
|
+
"inheritedFrom": {
|
|
19605
|
+
"name": "UmFieldBase",
|
|
19606
|
+
"module": "src/field/field-base.ts"
|
|
19607
|
+
}
|
|
19522
19608
|
},
|
|
19523
19609
|
{
|
|
19524
19610
|
"kind": "field",
|
|
19525
|
-
"name": "
|
|
19611
|
+
"name": "disabled",
|
|
19526
19612
|
"type": {
|
|
19527
|
-
"text": "
|
|
19613
|
+
"text": "boolean"
|
|
19528
19614
|
},
|
|
19529
|
-
"
|
|
19615
|
+
"default": "false",
|
|
19616
|
+
"attribute": "disabled",
|
|
19617
|
+
"reflects": true,
|
|
19618
|
+
"inheritedFrom": {
|
|
19619
|
+
"name": "UmFieldBase",
|
|
19620
|
+
"module": "src/field/field-base.ts"
|
|
19621
|
+
}
|
|
19530
19622
|
},
|
|
19531
19623
|
{
|
|
19532
|
-
"kind": "
|
|
19533
|
-
"name": "
|
|
19534
|
-
"
|
|
19535
|
-
|
|
19536
|
-
"type": {
|
|
19537
|
-
"text": "HTMLTemplateResult"
|
|
19538
|
-
}
|
|
19624
|
+
"kind": "field",
|
|
19625
|
+
"name": "invalid",
|
|
19626
|
+
"type": {
|
|
19627
|
+
"text": "boolean"
|
|
19539
19628
|
},
|
|
19629
|
+
"default": "false",
|
|
19630
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
19631
|
+
"attribute": "invalid",
|
|
19632
|
+
"reflects": true,
|
|
19540
19633
|
"inheritedFrom": {
|
|
19541
|
-
"name": "
|
|
19542
|
-
"module": "src/
|
|
19634
|
+
"name": "UmFieldBase",
|
|
19635
|
+
"module": "src/field/field-base.ts"
|
|
19543
19636
|
}
|
|
19544
19637
|
},
|
|
19545
19638
|
{
|
|
19546
19639
|
"kind": "method",
|
|
19547
|
-
"name": "
|
|
19548
|
-
"
|
|
19640
|
+
"name": "setDefaults",
|
|
19641
|
+
"static": true,
|
|
19549
19642
|
"return": {
|
|
19550
19643
|
"type": {
|
|
19551
|
-
"text": "
|
|
19644
|
+
"text": "ContextProvider<Context<HTMLElement, UmFieldDefaults>>"
|
|
19552
19645
|
}
|
|
19553
19646
|
},
|
|
19554
19647
|
"parameters": [
|
|
19555
19648
|
{
|
|
19556
|
-
"name": "
|
|
19649
|
+
"name": "contextRoot",
|
|
19557
19650
|
"type": {
|
|
19558
|
-
"text": "
|
|
19651
|
+
"text": "HTMLElement"
|
|
19559
19652
|
}
|
|
19560
|
-
}
|
|
19561
|
-
],
|
|
19562
|
-
"inheritedFrom": {
|
|
19563
|
-
"name": "UmButtonWrapper",
|
|
19564
|
-
"module": "src/shared/button-wrapper.ts"
|
|
19565
|
-
}
|
|
19566
|
-
},
|
|
19567
|
-
{
|
|
19568
|
-
"kind": "method",
|
|
19569
|
-
"name": "#iconSlotChange",
|
|
19570
|
-
"privacy": "private",
|
|
19571
|
-
"parameters": [
|
|
19653
|
+
},
|
|
19572
19654
|
{
|
|
19573
|
-
"name": "
|
|
19655
|
+
"name": "config",
|
|
19574
19656
|
"type": {
|
|
19575
|
-
"text": "
|
|
19657
|
+
"text": "UmFieldDefaults"
|
|
19576
19658
|
}
|
|
19577
19659
|
}
|
|
19578
|
-
]
|
|
19660
|
+
],
|
|
19661
|
+
"inheritedFrom": {
|
|
19662
|
+
"name": "UmFieldBase",
|
|
19663
|
+
"module": "src/field/field-base.ts"
|
|
19664
|
+
}
|
|
19579
19665
|
},
|
|
19580
19666
|
{
|
|
19581
19667
|
"kind": "field",
|
|
19582
|
-
"name": "
|
|
19668
|
+
"name": "hasLeadingIcon",
|
|
19583
19669
|
"type": {
|
|
19584
19670
|
"text": "boolean"
|
|
19585
19671
|
},
|
|
19586
19672
|
"default": "false",
|
|
19587
|
-
"description": "Whether the
|
|
19588
|
-
"attribute": "
|
|
19673
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
19674
|
+
"attribute": "has-leading-icon",
|
|
19589
19675
|
"reflects": true,
|
|
19590
19676
|
"inheritedFrom": {
|
|
19591
|
-
"name": "
|
|
19592
|
-
"module": "src/
|
|
19677
|
+
"name": "UmFieldBase",
|
|
19678
|
+
"module": "src/field/field-base.ts"
|
|
19593
19679
|
}
|
|
19594
19680
|
},
|
|
19595
19681
|
{
|
|
19596
19682
|
"kind": "field",
|
|
19597
|
-
"name": "
|
|
19683
|
+
"name": "hasTrailingIcon",
|
|
19598
19684
|
"type": {
|
|
19599
19685
|
"text": "boolean"
|
|
19600
19686
|
},
|
|
19601
|
-
"default": "
|
|
19687
|
+
"default": "false",
|
|
19688
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
19689
|
+
"attribute": "has-trailing-icon",
|
|
19690
|
+
"reflects": true,
|
|
19602
19691
|
"inheritedFrom": {
|
|
19603
|
-
"name": "
|
|
19604
|
-
"module": "src/
|
|
19692
|
+
"name": "UmFieldBase",
|
|
19693
|
+
"module": "src/field/field-base.ts"
|
|
19605
19694
|
}
|
|
19606
19695
|
},
|
|
19607
19696
|
{
|
|
19608
19697
|
"kind": "field",
|
|
19609
|
-
"name": "
|
|
19698
|
+
"name": "hasErrorText",
|
|
19610
19699
|
"type": {
|
|
19611
|
-
"text": "
|
|
19700
|
+
"text": "boolean"
|
|
19612
19701
|
},
|
|
19613
|
-
"
|
|
19614
|
-
"
|
|
19702
|
+
"default": "false",
|
|
19703
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
19704
|
+
"attribute": "has-error-text",
|
|
19705
|
+
"reflects": true,
|
|
19615
19706
|
"inheritedFrom": {
|
|
19616
|
-
"name": "
|
|
19617
|
-
"module": "src/
|
|
19707
|
+
"name": "UmFieldBase",
|
|
19708
|
+
"module": "src/field/field-base.ts"
|
|
19618
19709
|
}
|
|
19619
19710
|
},
|
|
19620
19711
|
{
|
|
19621
19712
|
"kind": "field",
|
|
19622
|
-
"name": "
|
|
19713
|
+
"name": "assignedLeadingIcons",
|
|
19623
19714
|
"type": {
|
|
19624
|
-
"text": "
|
|
19715
|
+
"text": "HTMLElement[]"
|
|
19625
19716
|
},
|
|
19626
|
-
"
|
|
19627
|
-
"
|
|
19717
|
+
"privacy": "protected",
|
|
19718
|
+
"readonly": true,
|
|
19628
19719
|
"inheritedFrom": {
|
|
19629
|
-
"name": "
|
|
19630
|
-
"module": "src/
|
|
19720
|
+
"name": "UmFieldBase",
|
|
19721
|
+
"module": "src/field/field-base.ts"
|
|
19631
19722
|
}
|
|
19632
19723
|
},
|
|
19633
19724
|
{
|
|
19634
19725
|
"kind": "field",
|
|
19635
|
-
"name": "
|
|
19726
|
+
"name": "assignedTrailingIcons",
|
|
19636
19727
|
"type": {
|
|
19637
|
-
"text": "
|
|
19728
|
+
"text": "HTMLElement[]"
|
|
19638
19729
|
},
|
|
19639
|
-
"
|
|
19730
|
+
"privacy": "protected",
|
|
19731
|
+
"readonly": true,
|
|
19640
19732
|
"inheritedFrom": {
|
|
19641
|
-
"name": "
|
|
19642
|
-
"module": "src/
|
|
19733
|
+
"name": "UmFieldBase",
|
|
19734
|
+
"module": "src/field/field-base.ts"
|
|
19643
19735
|
}
|
|
19644
19736
|
},
|
|
19645
19737
|
{
|
|
19646
19738
|
"kind": "field",
|
|
19647
|
-
"name": "
|
|
19739
|
+
"name": "assignedErrorTexts",
|
|
19648
19740
|
"type": {
|
|
19649
|
-
"text": "HTMLElement"
|
|
19741
|
+
"text": "HTMLElement[]"
|
|
19650
19742
|
},
|
|
19743
|
+
"privacy": "private",
|
|
19651
19744
|
"readonly": true,
|
|
19652
19745
|
"inheritedFrom": {
|
|
19653
|
-
"name": "
|
|
19654
|
-
"module": "src/
|
|
19746
|
+
"name": "UmFieldBase",
|
|
19747
|
+
"module": "src/field/field-base.ts"
|
|
19655
19748
|
}
|
|
19656
19749
|
},
|
|
19657
19750
|
{
|
|
19658
19751
|
"kind": "field",
|
|
19659
|
-
"name": "
|
|
19752
|
+
"name": "_labelElement",
|
|
19660
19753
|
"type": {
|
|
19661
|
-
"text": "
|
|
19754
|
+
"text": "HTMLElement"
|
|
19662
19755
|
},
|
|
19663
19756
|
"privacy": "private",
|
|
19664
19757
|
"readonly": true,
|
|
19665
19758
|
"inheritedFrom": {
|
|
19666
|
-
"name": "
|
|
19667
|
-
"module": "src/
|
|
19759
|
+
"name": "UmFieldBase",
|
|
19760
|
+
"module": "src/field/field-base.ts"
|
|
19668
19761
|
}
|
|
19669
19762
|
},
|
|
19670
19763
|
{
|
|
19671
19764
|
"kind": "field",
|
|
19672
|
-
"name": "
|
|
19765
|
+
"name": "_container",
|
|
19673
19766
|
"type": {
|
|
19674
|
-
"text": "
|
|
19767
|
+
"text": "HTMLElement"
|
|
19675
19768
|
},
|
|
19676
19769
|
"privacy": "protected",
|
|
19677
|
-
"default": "null",
|
|
19678
|
-
"inheritedFrom": {
|
|
19679
|
-
"name": "UmButtonWrapper",
|
|
19680
|
-
"module": "src/shared/button-wrapper.ts"
|
|
19681
|
-
}
|
|
19682
|
-
},
|
|
19683
|
-
{
|
|
19684
|
-
"kind": "field",
|
|
19685
|
-
"name": "pathname",
|
|
19686
|
-
"type": {
|
|
19687
|
-
"text": "string"
|
|
19688
|
-
},
|
|
19689
|
-
"readonly": true,
|
|
19690
19770
|
"inheritedFrom": {
|
|
19691
|
-
"name": "
|
|
19692
|
-
"module": "src/
|
|
19771
|
+
"name": "UmFieldBase",
|
|
19772
|
+
"module": "src/field/field-base.ts"
|
|
19693
19773
|
}
|
|
19694
19774
|
},
|
|
19695
19775
|
{
|
|
19696
19776
|
"kind": "method",
|
|
19697
|
-
"name": "
|
|
19777
|
+
"name": "renderAfterContent",
|
|
19698
19778
|
"privacy": "protected",
|
|
19699
19779
|
"return": {
|
|
19700
19780
|
"type": {
|
|
19701
|
-
"text": "
|
|
19781
|
+
"text": "TemplateResult"
|
|
19702
19782
|
}
|
|
19703
19783
|
},
|
|
19704
19784
|
"inheritedFrom": {
|
|
19705
|
-
"name": "
|
|
19706
|
-
"module": "src/
|
|
19785
|
+
"name": "UmFieldBase",
|
|
19786
|
+
"module": "src/field/field-base.ts"
|
|
19707
19787
|
}
|
|
19708
19788
|
},
|
|
19709
19789
|
{
|
|
19710
19790
|
"kind": "method",
|
|
19711
|
-
"name": "
|
|
19791
|
+
"name": "handleLeadingIconSlotChange",
|
|
19712
19792
|
"privacy": "private",
|
|
19713
19793
|
"inheritedFrom": {
|
|
19714
|
-
"name": "
|
|
19715
|
-
"module": "src/
|
|
19794
|
+
"name": "UmFieldBase",
|
|
19795
|
+
"module": "src/field/field-base.ts"
|
|
19716
19796
|
}
|
|
19717
19797
|
},
|
|
19718
19798
|
{
|
|
19719
19799
|
"kind": "method",
|
|
19720
|
-
"name": "
|
|
19800
|
+
"name": "handleTrailingIconSlotChange",
|
|
19721
19801
|
"privacy": "private",
|
|
19722
19802
|
"inheritedFrom": {
|
|
19723
|
-
"name": "
|
|
19724
|
-
"module": "src/
|
|
19725
|
-
}
|
|
19726
|
-
},
|
|
19727
|
-
{
|
|
19728
|
-
"kind": "method",
|
|
19729
|
-
"name": "focus",
|
|
19730
|
-
"inheritedFrom": {
|
|
19731
|
-
"name": "UmButtonWrapper",
|
|
19732
|
-
"module": "src/shared/button-wrapper.ts"
|
|
19803
|
+
"name": "UmFieldBase",
|
|
19804
|
+
"module": "src/field/field-base.ts"
|
|
19733
19805
|
}
|
|
19734
19806
|
},
|
|
19735
19807
|
{
|
|
19736
19808
|
"kind": "method",
|
|
19737
|
-
"name": "
|
|
19809
|
+
"name": "handleErrorTextSlotChange",
|
|
19810
|
+
"privacy": "private",
|
|
19738
19811
|
"inheritedFrom": {
|
|
19739
|
-
"name": "
|
|
19740
|
-
"module": "src/
|
|
19812
|
+
"name": "UmFieldBase",
|
|
19813
|
+
"module": "src/field/field-base.ts"
|
|
19741
19814
|
}
|
|
19742
19815
|
},
|
|
19743
19816
|
{
|
|
19744
19817
|
"kind": "method",
|
|
19745
|
-
"name": "
|
|
19818
|
+
"name": "renderDefaultTrailingIcon",
|
|
19746
19819
|
"privacy": "protected",
|
|
19747
19820
|
"return": {
|
|
19748
19821
|
"type": {
|
|
19749
|
-
"text": "
|
|
19822
|
+
"text": "TemplateResult | typeof nothing"
|
|
19750
19823
|
}
|
|
19751
19824
|
},
|
|
19752
19825
|
"inheritedFrom": {
|
|
19753
|
-
"name": "
|
|
19754
|
-
"module": "src/
|
|
19826
|
+
"name": "UmFieldBase",
|
|
19827
|
+
"module": "src/field/field-base.ts"
|
|
19755
19828
|
}
|
|
19829
|
+
}
|
|
19830
|
+
],
|
|
19831
|
+
"attributes": [
|
|
19832
|
+
{
|
|
19833
|
+
"name": "rows",
|
|
19834
|
+
"type": {
|
|
19835
|
+
"text": "number"
|
|
19836
|
+
},
|
|
19837
|
+
"default": "2",
|
|
19838
|
+
"fieldName": "rows"
|
|
19756
19839
|
},
|
|
19757
19840
|
{
|
|
19758
|
-
"
|
|
19759
|
-
"
|
|
19760
|
-
"
|
|
19761
|
-
|
|
19762
|
-
"
|
|
19763
|
-
|
|
19764
|
-
|
|
19841
|
+
"name": "value",
|
|
19842
|
+
"fieldName": "value",
|
|
19843
|
+
"inheritedFrom": {
|
|
19844
|
+
"name": "UmNativeTextFieldWrapper",
|
|
19845
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
19846
|
+
}
|
|
19847
|
+
},
|
|
19848
|
+
{
|
|
19849
|
+
"name": "autocomplete",
|
|
19850
|
+
"type": {
|
|
19851
|
+
"text": "'on' | 'off' | string | undefined"
|
|
19765
19852
|
},
|
|
19853
|
+
"fieldName": "autocomplete",
|
|
19766
19854
|
"inheritedFrom": {
|
|
19767
|
-
"name": "
|
|
19768
|
-
"module": "src/shared/
|
|
19855
|
+
"name": "UmNativeTextFieldWrapper",
|
|
19856
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
19769
19857
|
}
|
|
19770
19858
|
},
|
|
19771
19859
|
{
|
|
19772
|
-
"
|
|
19773
|
-
"
|
|
19774
|
-
|
|
19775
|
-
"return": {
|
|
19776
|
-
"type": {
|
|
19777
|
-
"text": "void"
|
|
19778
|
-
}
|
|
19860
|
+
"name": "maxlength",
|
|
19861
|
+
"type": {
|
|
19862
|
+
"text": "number | undefined"
|
|
19779
19863
|
},
|
|
19780
|
-
"
|
|
19781
|
-
{
|
|
19782
|
-
"name": "event",
|
|
19783
|
-
"type": {
|
|
19784
|
-
"text": "MouseEvent"
|
|
19785
|
-
}
|
|
19786
|
-
}
|
|
19787
|
-
],
|
|
19864
|
+
"fieldName": "maxlength",
|
|
19788
19865
|
"inheritedFrom": {
|
|
19789
|
-
"name": "
|
|
19790
|
-
"module": "src/shared/
|
|
19866
|
+
"name": "UmNativeTextFieldWrapper",
|
|
19867
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
19791
19868
|
}
|
|
19792
|
-
}
|
|
19793
|
-
],
|
|
19794
|
-
"attributes": [
|
|
19869
|
+
},
|
|
19795
19870
|
{
|
|
19796
|
-
"name": "
|
|
19871
|
+
"name": "role",
|
|
19797
19872
|
"type": {
|
|
19798
|
-
"text": "
|
|
19873
|
+
"text": "string | null"
|
|
19799
19874
|
},
|
|
19800
|
-
"default": "
|
|
19801
|
-
"fieldName": "
|
|
19875
|
+
"default": "null",
|
|
19876
|
+
"fieldName": "role",
|
|
19877
|
+
"inheritedFrom": {
|
|
19878
|
+
"name": "UmNativeTextFieldWrapper",
|
|
19879
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
19880
|
+
}
|
|
19802
19881
|
},
|
|
19803
19882
|
{
|
|
19804
|
-
"name": "
|
|
19883
|
+
"name": "placeholder",
|
|
19884
|
+
"type": {
|
|
19885
|
+
"text": "string"
|
|
19886
|
+
},
|
|
19887
|
+
"default": "''",
|
|
19888
|
+
"fieldName": "placeholder",
|
|
19889
|
+
"inheritedFrom": {
|
|
19890
|
+
"name": "UmTextFieldBase",
|
|
19891
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
19892
|
+
}
|
|
19893
|
+
},
|
|
19894
|
+
{
|
|
19895
|
+
"name": "variant",
|
|
19896
|
+
"type": {
|
|
19897
|
+
"text": "'filled' | 'outlined' | undefined"
|
|
19898
|
+
},
|
|
19899
|
+
"default": "undefined",
|
|
19900
|
+
"fieldName": "variant",
|
|
19901
|
+
"inheritedFrom": {
|
|
19902
|
+
"name": "UmFieldBase",
|
|
19903
|
+
"module": "src/field/field-base.ts"
|
|
19904
|
+
}
|
|
19905
|
+
},
|
|
19906
|
+
{
|
|
19907
|
+
"name": "label",
|
|
19908
|
+
"type": {
|
|
19909
|
+
"text": "string | undefined"
|
|
19910
|
+
},
|
|
19911
|
+
"description": "The floating label for the field",
|
|
19912
|
+
"fieldName": "label",
|
|
19913
|
+
"inheritedFrom": {
|
|
19914
|
+
"name": "UmFieldBase",
|
|
19915
|
+
"module": "src/field/field-base.ts"
|
|
19916
|
+
}
|
|
19917
|
+
},
|
|
19918
|
+
{
|
|
19919
|
+
"name": "counter",
|
|
19920
|
+
"type": {
|
|
19921
|
+
"text": "string | undefined"
|
|
19922
|
+
},
|
|
19923
|
+
"fieldName": "counter",
|
|
19924
|
+
"inheritedFrom": {
|
|
19925
|
+
"name": "UmFieldBase",
|
|
19926
|
+
"module": "src/field/field-base.ts"
|
|
19927
|
+
}
|
|
19928
|
+
},
|
|
19929
|
+
{
|
|
19930
|
+
"name": "hide-counter",
|
|
19805
19931
|
"type": {
|
|
19806
19932
|
"text": "boolean"
|
|
19807
19933
|
},
|
|
19808
19934
|
"default": "false",
|
|
19809
|
-
"
|
|
19810
|
-
"fieldName": "disabled",
|
|
19935
|
+
"fieldName": "hideCounter",
|
|
19811
19936
|
"inheritedFrom": {
|
|
19812
|
-
"name": "
|
|
19813
|
-
"module": "src/
|
|
19937
|
+
"name": "UmFieldBase",
|
|
19938
|
+
"module": "src/field/field-base.ts"
|
|
19814
19939
|
}
|
|
19815
19940
|
},
|
|
19816
19941
|
{
|
|
19817
|
-
"name": "
|
|
19942
|
+
"name": "supporting-text",
|
|
19818
19943
|
"type": {
|
|
19819
19944
|
"text": "string | undefined"
|
|
19820
19945
|
},
|
|
19821
|
-
"description": "
|
|
19822
|
-
"fieldName": "
|
|
19946
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
19947
|
+
"fieldName": "supportingText",
|
|
19823
19948
|
"inheritedFrom": {
|
|
19824
|
-
"name": "
|
|
19825
|
-
"module": "src/
|
|
19949
|
+
"name": "UmFieldBase",
|
|
19950
|
+
"module": "src/field/field-base.ts"
|
|
19826
19951
|
}
|
|
19827
19952
|
},
|
|
19828
19953
|
{
|
|
19829
|
-
"name": "
|
|
19954
|
+
"name": "error-text",
|
|
19830
19955
|
"type": {
|
|
19831
19956
|
"text": "string | undefined"
|
|
19832
19957
|
},
|
|
19833
|
-
"description": "
|
|
19834
|
-
"fieldName": "
|
|
19958
|
+
"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`",
|
|
19959
|
+
"fieldName": "errorText",
|
|
19835
19960
|
"inheritedFrom": {
|
|
19836
|
-
"name": "
|
|
19837
|
-
"module": "src/
|
|
19961
|
+
"name": "UmFieldBase",
|
|
19962
|
+
"module": "src/field/field-base.ts"
|
|
19838
19963
|
}
|
|
19839
19964
|
},
|
|
19840
19965
|
{
|
|
19841
|
-
"name": "
|
|
19966
|
+
"name": "empty",
|
|
19842
19967
|
"type": {
|
|
19843
|
-
"text": "
|
|
19968
|
+
"text": "boolean"
|
|
19844
19969
|
},
|
|
19845
|
-
"
|
|
19970
|
+
"default": "false",
|
|
19971
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
19972
|
+
"fieldName": "empty",
|
|
19846
19973
|
"inheritedFrom": {
|
|
19847
|
-
"name": "
|
|
19848
|
-
"module": "src/
|
|
19974
|
+
"name": "UmFieldBase",
|
|
19975
|
+
"module": "src/field/field-base.ts"
|
|
19849
19976
|
}
|
|
19850
|
-
}
|
|
19851
|
-
|
|
19852
|
-
|
|
19853
|
-
|
|
19854
|
-
|
|
19855
|
-
|
|
19856
|
-
|
|
19857
|
-
|
|
19858
|
-
|
|
19859
|
-
|
|
19860
|
-
|
|
19977
|
+
},
|
|
19978
|
+
{
|
|
19979
|
+
"name": "disabled",
|
|
19980
|
+
"type": {
|
|
19981
|
+
"text": "boolean"
|
|
19982
|
+
},
|
|
19983
|
+
"default": "false",
|
|
19984
|
+
"fieldName": "disabled",
|
|
19985
|
+
"inheritedFrom": {
|
|
19986
|
+
"name": "UmFieldBase",
|
|
19987
|
+
"module": "src/field/field-base.ts"
|
|
19988
|
+
}
|
|
19989
|
+
},
|
|
19990
|
+
{
|
|
19991
|
+
"name": "invalid",
|
|
19992
|
+
"type": {
|
|
19993
|
+
"text": "boolean"
|
|
19994
|
+
},
|
|
19995
|
+
"default": "false",
|
|
19996
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
19997
|
+
"fieldName": "invalid",
|
|
19998
|
+
"inheritedFrom": {
|
|
19999
|
+
"name": "UmFieldBase",
|
|
20000
|
+
"module": "src/field/field-base.ts"
|
|
20001
|
+
}
|
|
20002
|
+
},
|
|
20003
|
+
{
|
|
20004
|
+
"name": "has-leading-icon",
|
|
20005
|
+
"type": {
|
|
20006
|
+
"text": "boolean"
|
|
20007
|
+
},
|
|
20008
|
+
"default": "false",
|
|
20009
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
20010
|
+
"fieldName": "hasLeadingIcon",
|
|
20011
|
+
"inheritedFrom": {
|
|
20012
|
+
"name": "UmFieldBase",
|
|
20013
|
+
"module": "src/field/field-base.ts"
|
|
20014
|
+
}
|
|
20015
|
+
},
|
|
20016
|
+
{
|
|
20017
|
+
"name": "has-trailing-icon",
|
|
20018
|
+
"type": {
|
|
20019
|
+
"text": "boolean"
|
|
20020
|
+
},
|
|
20021
|
+
"default": "false",
|
|
20022
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
20023
|
+
"fieldName": "hasTrailingIcon",
|
|
20024
|
+
"inheritedFrom": {
|
|
20025
|
+
"name": "UmFieldBase",
|
|
20026
|
+
"module": "src/field/field-base.ts"
|
|
20027
|
+
}
|
|
20028
|
+
},
|
|
20029
|
+
{
|
|
20030
|
+
"name": "has-error-text",
|
|
20031
|
+
"type": {
|
|
20032
|
+
"text": "boolean"
|
|
20033
|
+
},
|
|
20034
|
+
"default": "false",
|
|
20035
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
20036
|
+
"fieldName": "hasErrorText",
|
|
20037
|
+
"inheritedFrom": {
|
|
20038
|
+
"name": "UmFieldBase",
|
|
20039
|
+
"module": "src/field/field-base.ts"
|
|
20040
|
+
}
|
|
20041
|
+
}
|
|
20042
|
+
],
|
|
20043
|
+
"superclass": {
|
|
20044
|
+
"name": "UmNativeTextFieldWrapper",
|
|
20045
|
+
"module": "/src/shared/char-count-text-field/native-text-field-wrapper.js"
|
|
20046
|
+
},
|
|
20047
|
+
"tagName": "u-text-area",
|
|
20048
|
+
"customElement": true
|
|
20049
|
+
}
|
|
20050
|
+
],
|
|
20051
|
+
"exports": [
|
|
19861
20052
|
{
|
|
19862
20053
|
"kind": "js",
|
|
19863
|
-
"name": "
|
|
20054
|
+
"name": "UmTextArea",
|
|
19864
20055
|
"declaration": {
|
|
19865
|
-
"name": "
|
|
19866
|
-
"module": "src/
|
|
20056
|
+
"name": "UmTextArea",
|
|
20057
|
+
"module": "src/text-area/text-area.ts"
|
|
19867
20058
|
}
|
|
19868
20059
|
},
|
|
19869
20060
|
{
|
|
19870
20061
|
"kind": "custom-element-definition",
|
|
19871
|
-
"name": "u-
|
|
20062
|
+
"name": "u-text-area",
|
|
19872
20063
|
"declaration": {
|
|
19873
|
-
"name": "
|
|
19874
|
-
"module": "src/
|
|
20064
|
+
"name": "UmTextArea",
|
|
20065
|
+
"module": "src/text-area/text-area.ts"
|
|
19875
20066
|
}
|
|
19876
20067
|
}
|
|
19877
20068
|
]
|
|
19878
20069
|
},
|
|
19879
20070
|
{
|
|
19880
20071
|
"kind": "javascript-module",
|
|
19881
|
-
"path": "src/
|
|
20072
|
+
"path": "src/tab-bar/tab-bar.styles.ts",
|
|
19882
20073
|
"declarations": [
|
|
19883
20074
|
{
|
|
19884
20075
|
"kind": "variable",
|
|
19885
20076
|
"name": "styles",
|
|
19886
|
-
"default": "css ` :host {
|
|
20077
|
+
"default": "css ` :host { position: relative; display: block; --_active-color: var(--u-tab-active-color, var(--u-color-primary, rgb(103, 80, 164))); --_active-label-color: var(--u-tab-active-label-color, var(--u-color-primary, rgb(103, 80, 164))); overflow: hidden; } .container { position: relative; display: flex; flex-direction: row; width: 100%; min-height: var(--u-tab-bar-min-height, 48px); overflow: auto; scroll-padding-inline: 128px; scrollbar-width: none; } .container::-webkit-scrollbar { display: none; } .scroll-indicator { --u-elevation-level: 2; cursor: pointer; position: absolute; display: none; align-items: center; justify-content: center; top: 0; width: var(--u-tab-bar-scroll-indicator-size, 32px); background-color: var(--u-scroll-indicator-bg-color, var(--u-current-bg-color, var(--u-color-surface, rgb(254, 247, 255)))); font-size: 1.5rem; height: 100%; z-index: 1; } @media (hover: hover) { :host(:hover) .scroll-indicator.active { display: flex; } } .scroll-left { left: 0; } .scroll-right { right: 0; } .tab-indicator { position: absolute; background-color: var(--_active-color); height: 3px; bottom: 0; transition: inset 200ms ease-out, width 200ms ease-out; } .container:not(.secondary) .tab-indicator { border-radius: var(--u-tab-bar-primary-border-radius, 9999px 9999px 0 0); } .secondary { --_active-label-color: var(--u-tab-secondary-active-label-color, var(--u-color-on-surface, rgb(29, 27, 32))); --_tab-content-direction: row; --_tab-content-gap: 8px; --u-tab-with-icon-height: var(--u-tab-secondary-with-icon-height, 48px); } `"
|
|
19887
20078
|
}
|
|
19888
20079
|
],
|
|
19889
20080
|
"exports": [
|
|
@@ -19892,811 +20083,620 @@
|
|
|
19892
20083
|
"name": "styles",
|
|
19893
20084
|
"declaration": {
|
|
19894
20085
|
"name": "styles",
|
|
19895
|
-
"module": "src/
|
|
20086
|
+
"module": "src/tab-bar/tab-bar.styles.ts"
|
|
19896
20087
|
}
|
|
19897
20088
|
}
|
|
19898
20089
|
]
|
|
19899
20090
|
},
|
|
19900
20091
|
{
|
|
19901
20092
|
"kind": "javascript-module",
|
|
19902
|
-
"path": "src/
|
|
20093
|
+
"path": "src/tab-bar/tab-bar.ts",
|
|
19903
20094
|
"declarations": [
|
|
19904
20095
|
{
|
|
19905
20096
|
"kind": "class",
|
|
19906
20097
|
"description": "",
|
|
19907
|
-
"name": "
|
|
20098
|
+
"name": "UmTabBar",
|
|
19908
20099
|
"members": [
|
|
19909
20100
|
{
|
|
19910
20101
|
"kind": "field",
|
|
19911
|
-
"name": "
|
|
20102
|
+
"name": "#tabs",
|
|
20103
|
+
"privacy": "private",
|
|
19912
20104
|
"type": {
|
|
19913
|
-
"text": "
|
|
20105
|
+
"text": "UmTab[]"
|
|
19914
20106
|
},
|
|
19915
|
-
"default": "
|
|
19916
|
-
"attribute": "rows"
|
|
20107
|
+
"default": "[]"
|
|
19917
20108
|
},
|
|
19918
20109
|
{
|
|
19919
20110
|
"kind": "field",
|
|
19920
|
-
"name": "
|
|
20111
|
+
"name": "#activeTab",
|
|
20112
|
+
"privacy": "private",
|
|
19921
20113
|
"type": {
|
|
19922
|
-
"text": "
|
|
20114
|
+
"text": "UmTab | null"
|
|
19923
20115
|
},
|
|
19924
|
-
"
|
|
19925
|
-
"name": "UmNativeTextFieldWrapper",
|
|
19926
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
19927
|
-
}
|
|
20116
|
+
"default": "null"
|
|
19928
20117
|
},
|
|
19929
20118
|
{
|
|
19930
|
-
"kind": "
|
|
19931
|
-
"name": "
|
|
19932
|
-
"privacy": "
|
|
19933
|
-
"
|
|
19934
|
-
"
|
|
19935
|
-
"text": "HTMLTemplateResult"
|
|
19936
|
-
}
|
|
20119
|
+
"kind": "field",
|
|
20120
|
+
"name": "#resizeObserver",
|
|
20121
|
+
"privacy": "private",
|
|
20122
|
+
"type": {
|
|
20123
|
+
"text": "ResizeObserver"
|
|
19937
20124
|
},
|
|
19938
|
-
"
|
|
19939
|
-
|
|
19940
|
-
"module": "src/field/field-base.ts"
|
|
19941
|
-
}
|
|
20125
|
+
"readonly": true,
|
|
20126
|
+
"default": "new ResizeObserver(() => { this._setScrollIndicatorsActive(); this._updateTabIndicator(); })"
|
|
19942
20127
|
},
|
|
19943
20128
|
{
|
|
19944
20129
|
"kind": "field",
|
|
19945
|
-
"name": "
|
|
20130
|
+
"name": "variant",
|
|
19946
20131
|
"type": {
|
|
19947
|
-
"text": "
|
|
20132
|
+
"text": "'primary' | 'secondary'"
|
|
19948
20133
|
},
|
|
19949
|
-
"
|
|
19950
|
-
"
|
|
19951
|
-
"
|
|
19952
|
-
"name": "UmNativeTextFieldWrapper",
|
|
19953
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
19954
|
-
}
|
|
20134
|
+
"default": "'primary'",
|
|
20135
|
+
"attribute": "variant",
|
|
20136
|
+
"reflects": true
|
|
19955
20137
|
},
|
|
19956
20138
|
{
|
|
19957
20139
|
"kind": "field",
|
|
19958
|
-
"name": "
|
|
19959
|
-
"
|
|
19960
|
-
|
|
19961
|
-
|
|
19962
|
-
|
|
19963
|
-
|
|
20140
|
+
"name": "_scrollLeft",
|
|
20141
|
+
"type": {
|
|
20142
|
+
"text": "HTMLElement"
|
|
20143
|
+
},
|
|
20144
|
+
"privacy": "private",
|
|
20145
|
+
"readonly": true
|
|
19964
20146
|
},
|
|
19965
20147
|
{
|
|
19966
20148
|
"kind": "field",
|
|
19967
|
-
"name": "
|
|
20149
|
+
"name": "_scrollRight",
|
|
19968
20150
|
"type": {
|
|
19969
|
-
"text": "
|
|
20151
|
+
"text": "HTMLElement"
|
|
19970
20152
|
},
|
|
19971
|
-
"
|
|
19972
|
-
"
|
|
19973
|
-
"inheritedFrom": {
|
|
19974
|
-
"name": "UmNativeTextFieldWrapper",
|
|
19975
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
19976
|
-
}
|
|
20153
|
+
"privacy": "private",
|
|
20154
|
+
"readonly": true
|
|
19977
20155
|
},
|
|
19978
20156
|
{
|
|
19979
20157
|
"kind": "field",
|
|
19980
|
-
"name": "
|
|
19981
|
-
"privacy": "private",
|
|
20158
|
+
"name": "_container",
|
|
19982
20159
|
"type": {
|
|
19983
|
-
"text": "
|
|
20160
|
+
"text": "HTMLElement"
|
|
19984
20161
|
},
|
|
19985
|
-
"
|
|
19986
|
-
|
|
19987
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
19988
|
-
}
|
|
20162
|
+
"privacy": "private",
|
|
20163
|
+
"readonly": true
|
|
19989
20164
|
},
|
|
19990
20165
|
{
|
|
19991
20166
|
"kind": "field",
|
|
19992
|
-
"name": "
|
|
20167
|
+
"name": "_tabIndicator",
|
|
19993
20168
|
"type": {
|
|
19994
|
-
"text": "
|
|
20169
|
+
"text": "HTMLElement | undefined"
|
|
19995
20170
|
},
|
|
19996
|
-
"
|
|
19997
|
-
"
|
|
19998
|
-
"inheritedFrom": {
|
|
19999
|
-
"name": "UmNativeTextFieldWrapper",
|
|
20000
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
20001
|
-
}
|
|
20171
|
+
"privacy": "private",
|
|
20172
|
+
"readonly": true
|
|
20002
20173
|
},
|
|
20003
20174
|
{
|
|
20004
20175
|
"kind": "field",
|
|
20005
|
-
"name": "
|
|
20176
|
+
"name": "assignedElements",
|
|
20006
20177
|
"type": {
|
|
20007
|
-
"text": "
|
|
20008
|
-
},
|
|
20009
|
-
"default": "null",
|
|
20010
|
-
"attribute": "role",
|
|
20011
|
-
"reflects": true,
|
|
20012
|
-
"inheritedFrom": {
|
|
20013
|
-
"name": "UmNativeTextFieldWrapper",
|
|
20014
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
20178
|
+
"text": "HTMLElement[]"
|
|
20015
20179
|
}
|
|
20016
20180
|
},
|
|
20017
20181
|
{
|
|
20018
|
-
"kind": "
|
|
20019
|
-
"name": "
|
|
20020
|
-
"
|
|
20021
|
-
"
|
|
20022
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
20182
|
+
"kind": "field",
|
|
20183
|
+
"name": "activeTabIndex",
|
|
20184
|
+
"type": {
|
|
20185
|
+
"text": "number"
|
|
20023
20186
|
}
|
|
20024
20187
|
},
|
|
20025
20188
|
{
|
|
20026
|
-
"kind": "
|
|
20027
|
-
"name": "
|
|
20028
|
-
"
|
|
20029
|
-
|
|
20030
|
-
{
|
|
20031
|
-
"name": "e",
|
|
20032
|
-
"type": {
|
|
20033
|
-
"text": "KeyboardEvent"
|
|
20034
|
-
}
|
|
20035
|
-
}
|
|
20036
|
-
],
|
|
20037
|
-
"inheritedFrom": {
|
|
20038
|
-
"name": "UmNativeTextFieldWrapper",
|
|
20039
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
20189
|
+
"kind": "field",
|
|
20190
|
+
"name": "activeTab",
|
|
20191
|
+
"type": {
|
|
20192
|
+
"text": "UmTab | null"
|
|
20040
20193
|
}
|
|
20041
20194
|
},
|
|
20042
20195
|
{
|
|
20043
|
-
"kind": "
|
|
20044
|
-
"name": "
|
|
20045
|
-
"privacy": "
|
|
20046
|
-
"
|
|
20047
|
-
"name": "UmNativeTextFieldWrapper",
|
|
20048
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
20049
|
-
}
|
|
20196
|
+
"kind": "field",
|
|
20197
|
+
"name": "#handleSlotChange",
|
|
20198
|
+
"privacy": "private",
|
|
20199
|
+
"readonly": true
|
|
20050
20200
|
},
|
|
20051
20201
|
{
|
|
20052
|
-
"kind": "
|
|
20053
|
-
"name": "#
|
|
20202
|
+
"kind": "field",
|
|
20203
|
+
"name": "#handleContainerScrollEnd",
|
|
20054
20204
|
"privacy": "private",
|
|
20055
|
-
"
|
|
20056
|
-
|
|
20057
|
-
|
|
20058
|
-
|
|
20205
|
+
"readonly": true
|
|
20206
|
+
},
|
|
20207
|
+
{
|
|
20208
|
+
"kind": "method",
|
|
20209
|
+
"name": "_updateTabIndicator"
|
|
20059
20210
|
},
|
|
20060
20211
|
{
|
|
20061
20212
|
"kind": "field",
|
|
20062
|
-
"name": "
|
|
20063
|
-
"
|
|
20064
|
-
|
|
20065
|
-
},
|
|
20066
|
-
"static": true,
|
|
20067
|
-
"readonly": true,
|
|
20068
|
-
"default": "true",
|
|
20069
|
-
"inheritedFrom": {
|
|
20070
|
-
"name": "UmTextFieldBase",
|
|
20071
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
20072
|
-
}
|
|
20073
|
-
},
|
|
20074
|
-
{
|
|
20075
|
-
"kind": "field",
|
|
20076
|
-
"name": "shadowRootOptions",
|
|
20077
|
-
"type": {
|
|
20078
|
-
"text": "ShadowRootInit"
|
|
20079
|
-
},
|
|
20080
|
-
"static": true,
|
|
20081
|
-
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }",
|
|
20082
|
-
"inheritedFrom": {
|
|
20083
|
-
"name": "UmTextFieldBase",
|
|
20084
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
20085
|
-
}
|
|
20086
|
-
},
|
|
20087
|
-
{
|
|
20088
|
-
"kind": "field",
|
|
20089
|
-
"name": "empty",
|
|
20090
|
-
"type": {
|
|
20091
|
-
"text": "boolean"
|
|
20092
|
-
},
|
|
20093
|
-
"default": "true",
|
|
20094
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
20095
|
-
"attribute": "empty",
|
|
20096
|
-
"reflects": true,
|
|
20097
|
-
"inheritedFrom": {
|
|
20098
|
-
"name": "UmFieldBase",
|
|
20099
|
-
"module": "src/field/field-base.ts"
|
|
20100
|
-
}
|
|
20101
|
-
},
|
|
20102
|
-
{
|
|
20103
|
-
"kind": "field",
|
|
20104
|
-
"name": "placeholder",
|
|
20105
|
-
"type": {
|
|
20106
|
-
"text": "string"
|
|
20107
|
-
},
|
|
20108
|
-
"default": "''",
|
|
20109
|
-
"attribute": "placeholder",
|
|
20110
|
-
"reflects": true,
|
|
20111
|
-
"inheritedFrom": {
|
|
20112
|
-
"name": "UmTextFieldBase",
|
|
20113
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
20114
|
-
}
|
|
20213
|
+
"name": "#scrollToLeft",
|
|
20214
|
+
"privacy": "private",
|
|
20215
|
+
"readonly": true
|
|
20115
20216
|
},
|
|
20116
20217
|
{
|
|
20117
20218
|
"kind": "field",
|
|
20118
|
-
"name": "
|
|
20119
|
-
"
|
|
20120
|
-
|
|
20121
|
-
},
|
|
20122
|
-
"readonly": true,
|
|
20123
|
-
"inheritedFrom": {
|
|
20124
|
-
"name": "UmTextFieldBase",
|
|
20125
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
20126
|
-
}
|
|
20219
|
+
"name": "#scrollToRight",
|
|
20220
|
+
"privacy": "private",
|
|
20221
|
+
"readonly": true
|
|
20127
20222
|
},
|
|
20128
20223
|
{
|
|
20129
|
-
"kind": "
|
|
20130
|
-
"name": "
|
|
20131
|
-
"type": {
|
|
20132
|
-
"text": "ElementInternals"
|
|
20133
|
-
},
|
|
20134
|
-
"privacy": "protected",
|
|
20135
|
-
"readonly": true,
|
|
20136
|
-
"inheritedFrom": {
|
|
20137
|
-
"name": "UmTextFieldBase",
|
|
20138
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
20139
|
-
}
|
|
20224
|
+
"kind": "method",
|
|
20225
|
+
"name": "_setScrollIndicatorsActive"
|
|
20140
20226
|
},
|
|
20141
20227
|
{
|
|
20142
|
-
"kind": "
|
|
20143
|
-
"name": "
|
|
20144
|
-
"type": {
|
|
20145
|
-
"text": "UmFieldDefaults | undefined"
|
|
20146
|
-
},
|
|
20228
|
+
"kind": "method",
|
|
20229
|
+
"name": "#attach",
|
|
20147
20230
|
"privacy": "private",
|
|
20148
|
-
"
|
|
20149
|
-
|
|
20150
|
-
|
|
20151
|
-
|
|
20231
|
+
"return": {
|
|
20232
|
+
"type": {
|
|
20233
|
+
"text": "Promise<void>"
|
|
20234
|
+
}
|
|
20152
20235
|
}
|
|
20153
|
-
}
|
|
20236
|
+
}
|
|
20237
|
+
],
|
|
20238
|
+
"attributes": [
|
|
20154
20239
|
{
|
|
20155
|
-
"kind": "field",
|
|
20156
20240
|
"name": "variant",
|
|
20157
20241
|
"type": {
|
|
20158
|
-
"text": "'
|
|
20242
|
+
"text": "'primary' | 'secondary'"
|
|
20159
20243
|
},
|
|
20160
|
-
"default": "
|
|
20161
|
-
"
|
|
20162
|
-
|
|
20163
|
-
|
|
20164
|
-
|
|
20165
|
-
|
|
20166
|
-
|
|
20244
|
+
"default": "'primary'",
|
|
20245
|
+
"fieldName": "variant"
|
|
20246
|
+
}
|
|
20247
|
+
],
|
|
20248
|
+
"superclass": {
|
|
20249
|
+
"name": "LitElement",
|
|
20250
|
+
"package": "lit"
|
|
20251
|
+
},
|
|
20252
|
+
"tagName": "u-tab-bar",
|
|
20253
|
+
"customElement": true
|
|
20254
|
+
}
|
|
20255
|
+
],
|
|
20256
|
+
"exports": [
|
|
20257
|
+
{
|
|
20258
|
+
"kind": "js",
|
|
20259
|
+
"name": "UmTabBar",
|
|
20260
|
+
"declaration": {
|
|
20261
|
+
"name": "UmTabBar",
|
|
20262
|
+
"module": "src/tab-bar/tab-bar.ts"
|
|
20263
|
+
}
|
|
20264
|
+
},
|
|
20265
|
+
{
|
|
20266
|
+
"kind": "custom-element-definition",
|
|
20267
|
+
"name": "u-tab-bar",
|
|
20268
|
+
"declaration": {
|
|
20269
|
+
"name": "UmTabBar",
|
|
20270
|
+
"module": "src/tab-bar/tab-bar.ts"
|
|
20271
|
+
}
|
|
20272
|
+
}
|
|
20273
|
+
]
|
|
20274
|
+
},
|
|
20275
|
+
{
|
|
20276
|
+
"kind": "javascript-module",
|
|
20277
|
+
"path": "src/tab-bar/tab.styles.ts",
|
|
20278
|
+
"declarations": [
|
|
20279
|
+
{
|
|
20280
|
+
"kind": "variable",
|
|
20281
|
+
"name": "styles",
|
|
20282
|
+
"default": "css ` .container { --u-focus-ring-outline-offset: -4px; --_tab-height: var(--u-tab-height, 48px); display: block; flex: 0.5; padding-inline: var(--u-tab-padding, 16px); } .tab-content { display: flex; flex-direction: var(--_tab-content-direction, column); align-items: center; justify-content: center; max-width: 100%; height: var(--_tab-height); gap: var(--_tab-content-gap, 0); } .has-icon { --_tab-height: var(--u-tab-with-icon-height, 64px); } .force-focus-ring .button, .button:focus-visible { border-radius: var(--u-spacing-small, 8px); } .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-tab-label-line-height, var(--u-title-s-line-height, 1.25rem)); font-size: var(--u-tab-label-font-size, var(--u-title-s-font-size, 0.875rem)); letter-spacing: var(--u-tab-label-letter-spacing, var(--u-title-s-letter-spacing, 0.0071428571rem)); font-weight: var(--u-tab-label-font-weight, var(--u-title-s-font-weight, var(--u-font-weight-medium, 500))); color: var(--u-tab-label-text-color, var(--u-color-on-surface-variant, rgb(73, 69, 79))); max-width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } .icon { display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--u-tab-label-text-color, var(--u-color-on-surface-variant, rgb(73, 69, 79))); } .active .icon, .active .label { color: var(--_active-label-color); } `"
|
|
20283
|
+
}
|
|
20284
|
+
],
|
|
20285
|
+
"exports": [
|
|
20286
|
+
{
|
|
20287
|
+
"kind": "js",
|
|
20288
|
+
"name": "styles",
|
|
20289
|
+
"declaration": {
|
|
20290
|
+
"name": "styles",
|
|
20291
|
+
"module": "src/tab-bar/tab.styles.ts"
|
|
20292
|
+
}
|
|
20293
|
+
}
|
|
20294
|
+
]
|
|
20295
|
+
},
|
|
20296
|
+
{
|
|
20297
|
+
"kind": "javascript-module",
|
|
20298
|
+
"path": "src/tab-bar/tab.ts",
|
|
20299
|
+
"declarations": [
|
|
20300
|
+
{
|
|
20301
|
+
"kind": "class",
|
|
20302
|
+
"description": "",
|
|
20303
|
+
"name": "UmTab",
|
|
20304
|
+
"members": [
|
|
20167
20305
|
{
|
|
20168
20306
|
"kind": "field",
|
|
20169
|
-
"name": "
|
|
20307
|
+
"name": "_bar",
|
|
20170
20308
|
"type": {
|
|
20171
|
-
"text": "
|
|
20309
|
+
"text": "UmTabBar | null"
|
|
20172
20310
|
},
|
|
20173
|
-
"
|
|
20174
|
-
"attribute": "label",
|
|
20175
|
-
"inheritedFrom": {
|
|
20176
|
-
"name": "UmFieldBase",
|
|
20177
|
-
"module": "src/field/field-base.ts"
|
|
20178
|
-
}
|
|
20311
|
+
"default": "null"
|
|
20179
20312
|
},
|
|
20180
20313
|
{
|
|
20181
20314
|
"kind": "field",
|
|
20182
|
-
"name": "
|
|
20315
|
+
"name": "#resizeObserver",
|
|
20316
|
+
"privacy": "private",
|
|
20183
20317
|
"type": {
|
|
20184
|
-
"text": "
|
|
20318
|
+
"text": "ResizeObserver"
|
|
20185
20319
|
},
|
|
20186
|
-
"
|
|
20187
|
-
"
|
|
20188
|
-
"name": "UmFieldBase",
|
|
20189
|
-
"module": "src/field/field-base.ts"
|
|
20190
|
-
}
|
|
20320
|
+
"readonly": true,
|
|
20321
|
+
"default": "new ResizeObserver(() => { if (this.active) { this._bar?._updateTabIndicator(); } })"
|
|
20191
20322
|
},
|
|
20192
20323
|
{
|
|
20193
20324
|
"kind": "field",
|
|
20194
|
-
"name": "
|
|
20325
|
+
"name": "active",
|
|
20195
20326
|
"type": {
|
|
20196
|
-
"text": "
|
|
20197
|
-
},
|
|
20198
|
-
"attribute": "counter",
|
|
20199
|
-
"inheritedFrom": {
|
|
20200
|
-
"name": "UmFieldBase",
|
|
20201
|
-
"module": "src/field/field-base.ts"
|
|
20327
|
+
"text": "boolean"
|
|
20202
20328
|
}
|
|
20203
20329
|
},
|
|
20204
20330
|
{
|
|
20205
20331
|
"kind": "field",
|
|
20206
|
-
"name": "
|
|
20332
|
+
"name": "hasIcon",
|
|
20207
20333
|
"type": {
|
|
20208
20334
|
"text": "boolean"
|
|
20209
20335
|
},
|
|
20210
20336
|
"default": "false",
|
|
20211
|
-
"attribute": "
|
|
20212
|
-
"inheritedFrom": {
|
|
20213
|
-
"name": "UmFieldBase",
|
|
20214
|
-
"module": "src/field/field-base.ts"
|
|
20215
|
-
}
|
|
20216
|
-
},
|
|
20217
|
-
{
|
|
20218
|
-
"kind": "field",
|
|
20219
|
-
"name": "supportingText",
|
|
20220
|
-
"type": {
|
|
20221
|
-
"text": "string | undefined"
|
|
20222
|
-
},
|
|
20223
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
20224
|
-
"attribute": "supporting-text",
|
|
20225
|
-
"inheritedFrom": {
|
|
20226
|
-
"name": "UmFieldBase",
|
|
20227
|
-
"module": "src/field/field-base.ts"
|
|
20228
|
-
}
|
|
20337
|
+
"attribute": "hasIcon"
|
|
20229
20338
|
},
|
|
20230
20339
|
{
|
|
20231
20340
|
"kind": "field",
|
|
20232
|
-
"name": "
|
|
20341
|
+
"name": "_container",
|
|
20233
20342
|
"type": {
|
|
20234
|
-
"text": "
|
|
20343
|
+
"text": "HTMLElement"
|
|
20235
20344
|
},
|
|
20236
|
-
"
|
|
20237
|
-
"
|
|
20238
|
-
"inheritedFrom": {
|
|
20239
|
-
"name": "UmFieldBase",
|
|
20240
|
-
"module": "src/field/field-base.ts"
|
|
20241
|
-
}
|
|
20345
|
+
"privacy": "private",
|
|
20346
|
+
"readonly": true
|
|
20242
20347
|
},
|
|
20243
20348
|
{
|
|
20244
20349
|
"kind": "field",
|
|
20245
|
-
"name": "
|
|
20350
|
+
"name": "_paddingInline",
|
|
20246
20351
|
"type": {
|
|
20247
|
-
"text": "
|
|
20352
|
+
"text": "string"
|
|
20248
20353
|
},
|
|
20249
|
-
"
|
|
20250
|
-
"attribute": "disabled",
|
|
20251
|
-
"reflects": true,
|
|
20252
|
-
"inheritedFrom": {
|
|
20253
|
-
"name": "UmFieldBase",
|
|
20254
|
-
"module": "src/field/field-base.ts"
|
|
20255
|
-
}
|
|
20354
|
+
"readonly": true
|
|
20256
20355
|
},
|
|
20257
20356
|
{
|
|
20258
|
-
"kind": "
|
|
20259
|
-
"name": "
|
|
20260
|
-
"
|
|
20261
|
-
|
|
20357
|
+
"kind": "method",
|
|
20358
|
+
"name": "_renderContent",
|
|
20359
|
+
"privacy": "protected",
|
|
20360
|
+
"return": {
|
|
20361
|
+
"type": {
|
|
20362
|
+
"text": "HTMLTemplateResult"
|
|
20363
|
+
}
|
|
20262
20364
|
},
|
|
20263
|
-
"default": "false",
|
|
20264
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
20265
|
-
"attribute": "invalid",
|
|
20266
|
-
"reflects": true,
|
|
20267
20365
|
"inheritedFrom": {
|
|
20268
|
-
"name": "
|
|
20269
|
-
"module": "src/
|
|
20366
|
+
"name": "UmButtonWrapper",
|
|
20367
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20270
20368
|
}
|
|
20271
20369
|
},
|
|
20272
20370
|
{
|
|
20273
20371
|
"kind": "method",
|
|
20274
|
-
"name": "
|
|
20275
|
-
"
|
|
20372
|
+
"name": "_handleClick",
|
|
20373
|
+
"privacy": "protected",
|
|
20276
20374
|
"return": {
|
|
20277
20375
|
"type": {
|
|
20278
|
-
"text": "
|
|
20376
|
+
"text": "void"
|
|
20279
20377
|
}
|
|
20280
20378
|
},
|
|
20281
20379
|
"parameters": [
|
|
20282
20380
|
{
|
|
20283
|
-
"name": "
|
|
20284
|
-
"type": {
|
|
20285
|
-
"text": "HTMLElement"
|
|
20286
|
-
}
|
|
20287
|
-
},
|
|
20288
|
-
{
|
|
20289
|
-
"name": "config",
|
|
20381
|
+
"name": "_",
|
|
20290
20382
|
"type": {
|
|
20291
|
-
"text": "
|
|
20383
|
+
"text": "UIEvent"
|
|
20292
20384
|
}
|
|
20293
20385
|
}
|
|
20294
20386
|
],
|
|
20295
20387
|
"inheritedFrom": {
|
|
20296
|
-
"name": "
|
|
20297
|
-
"module": "src/
|
|
20298
|
-
}
|
|
20299
|
-
},
|
|
20300
|
-
{
|
|
20301
|
-
"kind": "field",
|
|
20302
|
-
"name": "hasLeadingIcon",
|
|
20303
|
-
"type": {
|
|
20304
|
-
"text": "boolean"
|
|
20305
|
-
},
|
|
20306
|
-
"default": "false",
|
|
20307
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
20308
|
-
"attribute": "has-leading-icon",
|
|
20309
|
-
"reflects": true,
|
|
20310
|
-
"inheritedFrom": {
|
|
20311
|
-
"name": "UmFieldBase",
|
|
20312
|
-
"module": "src/field/field-base.ts"
|
|
20388
|
+
"name": "UmButtonWrapper",
|
|
20389
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20313
20390
|
}
|
|
20314
20391
|
},
|
|
20315
20392
|
{
|
|
20316
|
-
"kind": "
|
|
20317
|
-
"name": "
|
|
20318
|
-
"
|
|
20319
|
-
|
|
20320
|
-
|
|
20321
|
-
|
|
20322
|
-
|
|
20323
|
-
|
|
20324
|
-
|
|
20325
|
-
|
|
20326
|
-
|
|
20327
|
-
"module": "src/field/field-base.ts"
|
|
20328
|
-
}
|
|
20393
|
+
"kind": "method",
|
|
20394
|
+
"name": "#iconSlotChange",
|
|
20395
|
+
"privacy": "private",
|
|
20396
|
+
"parameters": [
|
|
20397
|
+
{
|
|
20398
|
+
"name": "e",
|
|
20399
|
+
"type": {
|
|
20400
|
+
"text": "Event"
|
|
20401
|
+
}
|
|
20402
|
+
}
|
|
20403
|
+
]
|
|
20329
20404
|
},
|
|
20330
20405
|
{
|
|
20331
20406
|
"kind": "field",
|
|
20332
|
-
"name": "
|
|
20407
|
+
"name": "disabled",
|
|
20333
20408
|
"type": {
|
|
20334
20409
|
"text": "boolean"
|
|
20335
20410
|
},
|
|
20336
20411
|
"default": "false",
|
|
20337
|
-
"description": "Whether the
|
|
20338
|
-
"attribute": "
|
|
20412
|
+
"description": "Whether the button is disabled or not.",
|
|
20413
|
+
"attribute": "disabled",
|
|
20339
20414
|
"reflects": true,
|
|
20340
|
-
"inheritedFrom": {
|
|
20341
|
-
"name": "
|
|
20342
|
-
"module": "src/
|
|
20343
|
-
}
|
|
20344
|
-
},
|
|
20345
|
-
{
|
|
20346
|
-
"kind": "field",
|
|
20347
|
-
"name": "assignedLeadingIcons",
|
|
20348
|
-
"type": {
|
|
20349
|
-
"text": "HTMLElement[]"
|
|
20350
|
-
},
|
|
20351
|
-
"privacy": "protected",
|
|
20352
|
-
"readonly": true,
|
|
20353
|
-
"inheritedFrom": {
|
|
20354
|
-
"name": "UmFieldBase",
|
|
20355
|
-
"module": "src/field/field-base.ts"
|
|
20356
|
-
}
|
|
20357
|
-
},
|
|
20358
|
-
{
|
|
20359
|
-
"kind": "field",
|
|
20360
|
-
"name": "assignedTrailingIcons",
|
|
20361
|
-
"type": {
|
|
20362
|
-
"text": "HTMLElement[]"
|
|
20363
|
-
},
|
|
20364
|
-
"privacy": "protected",
|
|
20365
|
-
"readonly": true,
|
|
20366
|
-
"inheritedFrom": {
|
|
20367
|
-
"name": "UmFieldBase",
|
|
20368
|
-
"module": "src/field/field-base.ts"
|
|
20369
|
-
}
|
|
20370
|
-
},
|
|
20371
|
-
{
|
|
20372
|
-
"kind": "field",
|
|
20373
|
-
"name": "assignedErrorTexts",
|
|
20374
|
-
"type": {
|
|
20375
|
-
"text": "HTMLElement[]"
|
|
20376
|
-
},
|
|
20377
|
-
"privacy": "private",
|
|
20378
|
-
"readonly": true,
|
|
20379
|
-
"inheritedFrom": {
|
|
20380
|
-
"name": "UmFieldBase",
|
|
20381
|
-
"module": "src/field/field-base.ts"
|
|
20382
|
-
}
|
|
20383
|
-
},
|
|
20384
|
-
{
|
|
20385
|
-
"kind": "field",
|
|
20386
|
-
"name": "_labelElement",
|
|
20387
|
-
"type": {
|
|
20388
|
-
"text": "HTMLElement"
|
|
20389
|
-
},
|
|
20390
|
-
"privacy": "private",
|
|
20391
|
-
"readonly": true,
|
|
20392
|
-
"inheritedFrom": {
|
|
20393
|
-
"name": "UmFieldBase",
|
|
20394
|
-
"module": "src/field/field-base.ts"
|
|
20395
|
-
}
|
|
20396
|
-
},
|
|
20397
|
-
{
|
|
20398
|
-
"kind": "field",
|
|
20399
|
-
"name": "_container",
|
|
20400
|
-
"type": {
|
|
20401
|
-
"text": "HTMLElement"
|
|
20402
|
-
},
|
|
20403
|
-
"privacy": "protected",
|
|
20404
|
-
"inheritedFrom": {
|
|
20405
|
-
"name": "UmFieldBase",
|
|
20406
|
-
"module": "src/field/field-base.ts"
|
|
20407
|
-
}
|
|
20408
|
-
},
|
|
20409
|
-
{
|
|
20410
|
-
"kind": "method",
|
|
20411
|
-
"name": "renderAfterContent",
|
|
20412
|
-
"privacy": "protected",
|
|
20413
|
-
"return": {
|
|
20414
|
-
"type": {
|
|
20415
|
-
"text": "TemplateResult"
|
|
20416
|
-
}
|
|
20417
|
-
},
|
|
20418
|
-
"inheritedFrom": {
|
|
20419
|
-
"name": "UmFieldBase",
|
|
20420
|
-
"module": "src/field/field-base.ts"
|
|
20421
|
-
}
|
|
20422
|
-
},
|
|
20423
|
-
{
|
|
20424
|
-
"kind": "method",
|
|
20425
|
-
"name": "handleLeadingIconSlotChange",
|
|
20426
|
-
"privacy": "private",
|
|
20427
|
-
"inheritedFrom": {
|
|
20428
|
-
"name": "UmFieldBase",
|
|
20429
|
-
"module": "src/field/field-base.ts"
|
|
20430
|
-
}
|
|
20431
|
-
},
|
|
20432
|
-
{
|
|
20433
|
-
"kind": "method",
|
|
20434
|
-
"name": "handleTrailingIconSlotChange",
|
|
20435
|
-
"privacy": "private",
|
|
20436
|
-
"inheritedFrom": {
|
|
20437
|
-
"name": "UmFieldBase",
|
|
20438
|
-
"module": "src/field/field-base.ts"
|
|
20415
|
+
"inheritedFrom": {
|
|
20416
|
+
"name": "UmButtonWrapper",
|
|
20417
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20439
20418
|
}
|
|
20440
20419
|
},
|
|
20441
20420
|
{
|
|
20442
|
-
"kind": "
|
|
20443
|
-
"name": "
|
|
20444
|
-
"
|
|
20421
|
+
"kind": "field",
|
|
20422
|
+
"name": "renderRipple",
|
|
20423
|
+
"type": {
|
|
20424
|
+
"text": "boolean"
|
|
20425
|
+
},
|
|
20426
|
+
"default": "true",
|
|
20445
20427
|
"inheritedFrom": {
|
|
20446
|
-
"name": "
|
|
20447
|
-
"module": "src/
|
|
20428
|
+
"name": "UmButtonWrapper",
|
|
20429
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20448
20430
|
}
|
|
20449
20431
|
},
|
|
20450
20432
|
{
|
|
20451
|
-
"kind": "
|
|
20452
|
-
"name": "
|
|
20453
|
-
"
|
|
20454
|
-
|
|
20455
|
-
"type": {
|
|
20456
|
-
"text": "TemplateResult | typeof nothing"
|
|
20457
|
-
}
|
|
20433
|
+
"kind": "field",
|
|
20434
|
+
"name": "href",
|
|
20435
|
+
"type": {
|
|
20436
|
+
"text": "string | undefined"
|
|
20458
20437
|
},
|
|
20438
|
+
"description": "The URL that the link button points to.",
|
|
20439
|
+
"attribute": "href",
|
|
20459
20440
|
"inheritedFrom": {
|
|
20460
|
-
"name": "
|
|
20461
|
-
"module": "src/
|
|
20441
|
+
"name": "UmButtonWrapper",
|
|
20442
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20462
20443
|
}
|
|
20463
|
-
}
|
|
20464
|
-
],
|
|
20465
|
-
"attributes": [
|
|
20444
|
+
},
|
|
20466
20445
|
{
|
|
20467
|
-
"
|
|
20446
|
+
"kind": "field",
|
|
20447
|
+
"name": "target",
|
|
20468
20448
|
"type": {
|
|
20469
|
-
"text": "
|
|
20449
|
+
"text": "string | undefined"
|
|
20470
20450
|
},
|
|
20471
|
-
"
|
|
20472
|
-
"
|
|
20451
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
20452
|
+
"attribute": "target",
|
|
20453
|
+
"inheritedFrom": {
|
|
20454
|
+
"name": "UmButtonWrapper",
|
|
20455
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20456
|
+
}
|
|
20473
20457
|
},
|
|
20474
20458
|
{
|
|
20475
|
-
"
|
|
20476
|
-
"
|
|
20459
|
+
"kind": "field",
|
|
20460
|
+
"name": "name",
|
|
20461
|
+
"type": {
|
|
20462
|
+
"text": "string | undefined"
|
|
20463
|
+
},
|
|
20464
|
+
"attribute": "name",
|
|
20477
20465
|
"inheritedFrom": {
|
|
20478
|
-
"name": "
|
|
20479
|
-
"module": "src/shared/
|
|
20466
|
+
"name": "UmButtonWrapper",
|
|
20467
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20480
20468
|
}
|
|
20481
20469
|
},
|
|
20482
20470
|
{
|
|
20483
|
-
"
|
|
20471
|
+
"kind": "field",
|
|
20472
|
+
"name": "buttonElement",
|
|
20484
20473
|
"type": {
|
|
20485
|
-
"text": "
|
|
20474
|
+
"text": "HTMLElement"
|
|
20486
20475
|
},
|
|
20487
|
-
"
|
|
20476
|
+
"readonly": true,
|
|
20488
20477
|
"inheritedFrom": {
|
|
20489
|
-
"name": "
|
|
20490
|
-
"module": "src/shared/
|
|
20478
|
+
"name": "UmButtonWrapper",
|
|
20479
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20491
20480
|
}
|
|
20492
20481
|
},
|
|
20493
20482
|
{
|
|
20494
|
-
"
|
|
20483
|
+
"kind": "field",
|
|
20484
|
+
"name": "_ripple",
|
|
20495
20485
|
"type": {
|
|
20496
|
-
"text": "
|
|
20486
|
+
"text": "UmRipple"
|
|
20497
20487
|
},
|
|
20498
|
-
"
|
|
20488
|
+
"privacy": "private",
|
|
20489
|
+
"readonly": true,
|
|
20499
20490
|
"inheritedFrom": {
|
|
20500
|
-
"name": "
|
|
20501
|
-
"module": "src/shared/
|
|
20491
|
+
"name": "UmButtonWrapper",
|
|
20492
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20502
20493
|
}
|
|
20503
20494
|
},
|
|
20504
20495
|
{
|
|
20505
|
-
"
|
|
20496
|
+
"kind": "field",
|
|
20497
|
+
"name": "innerRole",
|
|
20506
20498
|
"type": {
|
|
20507
20499
|
"text": "string | null"
|
|
20508
20500
|
},
|
|
20501
|
+
"privacy": "protected",
|
|
20509
20502
|
"default": "null",
|
|
20510
|
-
"fieldName": "role",
|
|
20511
20503
|
"inheritedFrom": {
|
|
20512
|
-
"name": "
|
|
20513
|
-
"module": "src/shared/
|
|
20504
|
+
"name": "UmButtonWrapper",
|
|
20505
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20514
20506
|
}
|
|
20515
20507
|
},
|
|
20516
20508
|
{
|
|
20517
|
-
"
|
|
20509
|
+
"kind": "field",
|
|
20510
|
+
"name": "pathname",
|
|
20518
20511
|
"type": {
|
|
20519
20512
|
"text": "string"
|
|
20520
20513
|
},
|
|
20521
|
-
"
|
|
20522
|
-
"fieldName": "placeholder",
|
|
20514
|
+
"readonly": true,
|
|
20523
20515
|
"inheritedFrom": {
|
|
20524
|
-
"name": "
|
|
20525
|
-
"module": "src/shared/
|
|
20516
|
+
"name": "UmButtonWrapper",
|
|
20517
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20526
20518
|
}
|
|
20527
20519
|
},
|
|
20528
20520
|
{
|
|
20529
|
-
"
|
|
20530
|
-
"
|
|
20531
|
-
|
|
20521
|
+
"kind": "method",
|
|
20522
|
+
"name": "_getContainerClasses",
|
|
20523
|
+
"privacy": "protected",
|
|
20524
|
+
"return": {
|
|
20525
|
+
"type": {
|
|
20526
|
+
"text": "Record<string, boolean>"
|
|
20527
|
+
}
|
|
20532
20528
|
},
|
|
20533
|
-
"default": "undefined",
|
|
20534
|
-
"fieldName": "variant",
|
|
20535
20529
|
"inheritedFrom": {
|
|
20536
|
-
"name": "
|
|
20537
|
-
"module": "src/
|
|
20530
|
+
"name": "UmButtonWrapper",
|
|
20531
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20538
20532
|
}
|
|
20539
20533
|
},
|
|
20540
20534
|
{
|
|
20541
|
-
"
|
|
20542
|
-
"
|
|
20543
|
-
|
|
20544
|
-
},
|
|
20545
|
-
"description": "The floating label for the field",
|
|
20546
|
-
"fieldName": "label",
|
|
20535
|
+
"kind": "method",
|
|
20536
|
+
"name": "#renderButton",
|
|
20537
|
+
"privacy": "private",
|
|
20547
20538
|
"inheritedFrom": {
|
|
20548
|
-
"name": "
|
|
20549
|
-
"module": "src/
|
|
20539
|
+
"name": "UmButtonWrapper",
|
|
20540
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20550
20541
|
}
|
|
20551
20542
|
},
|
|
20552
20543
|
{
|
|
20553
|
-
"
|
|
20554
|
-
"
|
|
20555
|
-
|
|
20556
|
-
},
|
|
20557
|
-
"fieldName": "counter",
|
|
20544
|
+
"kind": "method",
|
|
20545
|
+
"name": "#renderLink",
|
|
20546
|
+
"privacy": "private",
|
|
20558
20547
|
"inheritedFrom": {
|
|
20559
|
-
"name": "
|
|
20560
|
-
"module": "src/
|
|
20548
|
+
"name": "UmButtonWrapper",
|
|
20549
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20561
20550
|
}
|
|
20562
20551
|
},
|
|
20563
20552
|
{
|
|
20564
|
-
"
|
|
20565
|
-
"
|
|
20566
|
-
"text": "boolean"
|
|
20567
|
-
},
|
|
20568
|
-
"default": "false",
|
|
20569
|
-
"fieldName": "hideCounter",
|
|
20553
|
+
"kind": "method",
|
|
20554
|
+
"name": "focus",
|
|
20570
20555
|
"inheritedFrom": {
|
|
20571
|
-
"name": "
|
|
20572
|
-
"module": "src/
|
|
20556
|
+
"name": "UmButtonWrapper",
|
|
20557
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20573
20558
|
}
|
|
20574
20559
|
},
|
|
20575
20560
|
{
|
|
20576
|
-
"
|
|
20577
|
-
"
|
|
20578
|
-
"text": "string | undefined"
|
|
20579
|
-
},
|
|
20580
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
20581
|
-
"fieldName": "supportingText",
|
|
20561
|
+
"kind": "method",
|
|
20562
|
+
"name": "blur",
|
|
20582
20563
|
"inheritedFrom": {
|
|
20583
|
-
"name": "
|
|
20584
|
-
"module": "src/
|
|
20564
|
+
"name": "UmButtonWrapper",
|
|
20565
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20585
20566
|
}
|
|
20586
20567
|
},
|
|
20587
20568
|
{
|
|
20588
|
-
"
|
|
20589
|
-
"
|
|
20590
|
-
|
|
20569
|
+
"kind": "method",
|
|
20570
|
+
"name": "getAriaLabel",
|
|
20571
|
+
"privacy": "protected",
|
|
20572
|
+
"return": {
|
|
20573
|
+
"type": {
|
|
20574
|
+
"text": "string | null"
|
|
20575
|
+
}
|
|
20591
20576
|
},
|
|
20592
|
-
"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`",
|
|
20593
|
-
"fieldName": "errorText",
|
|
20594
20577
|
"inheritedFrom": {
|
|
20595
|
-
"name": "
|
|
20596
|
-
"module": "src/
|
|
20578
|
+
"name": "UmButtonWrapper",
|
|
20579
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20597
20580
|
}
|
|
20598
20581
|
},
|
|
20599
20582
|
{
|
|
20600
|
-
"
|
|
20601
|
-
"
|
|
20602
|
-
|
|
20583
|
+
"kind": "method",
|
|
20584
|
+
"name": "#innerFocusHandler",
|
|
20585
|
+
"privacy": "private",
|
|
20586
|
+
"return": {
|
|
20587
|
+
"type": {
|
|
20588
|
+
"text": "void"
|
|
20589
|
+
}
|
|
20603
20590
|
},
|
|
20604
|
-
"default": "false",
|
|
20605
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
20606
|
-
"fieldName": "empty",
|
|
20607
20591
|
"inheritedFrom": {
|
|
20608
|
-
"name": "
|
|
20609
|
-
"module": "src/
|
|
20592
|
+
"name": "UmButtonWrapper",
|
|
20593
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20610
20594
|
}
|
|
20611
20595
|
},
|
|
20612
20596
|
{
|
|
20613
|
-
"
|
|
20597
|
+
"kind": "method",
|
|
20598
|
+
"name": "#innerClickHandler",
|
|
20599
|
+
"privacy": "private",
|
|
20600
|
+
"return": {
|
|
20601
|
+
"type": {
|
|
20602
|
+
"text": "void"
|
|
20603
|
+
}
|
|
20604
|
+
},
|
|
20605
|
+
"parameters": [
|
|
20606
|
+
{
|
|
20607
|
+
"name": "event",
|
|
20608
|
+
"type": {
|
|
20609
|
+
"text": "MouseEvent"
|
|
20610
|
+
}
|
|
20611
|
+
}
|
|
20612
|
+
],
|
|
20613
|
+
"inheritedFrom": {
|
|
20614
|
+
"name": "UmButtonWrapper",
|
|
20615
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20616
|
+
}
|
|
20617
|
+
}
|
|
20618
|
+
],
|
|
20619
|
+
"attributes": [
|
|
20620
|
+
{
|
|
20621
|
+
"name": "hasIcon",
|
|
20614
20622
|
"type": {
|
|
20615
20623
|
"text": "boolean"
|
|
20616
20624
|
},
|
|
20617
20625
|
"default": "false",
|
|
20618
|
-
"fieldName": "
|
|
20619
|
-
"inheritedFrom": {
|
|
20620
|
-
"name": "UmFieldBase",
|
|
20621
|
-
"module": "src/field/field-base.ts"
|
|
20622
|
-
}
|
|
20626
|
+
"fieldName": "hasIcon"
|
|
20623
20627
|
},
|
|
20624
20628
|
{
|
|
20625
|
-
"name": "
|
|
20629
|
+
"name": "disabled",
|
|
20626
20630
|
"type": {
|
|
20627
20631
|
"text": "boolean"
|
|
20628
20632
|
},
|
|
20629
20633
|
"default": "false",
|
|
20630
|
-
"description": "
|
|
20631
|
-
"fieldName": "
|
|
20634
|
+
"description": "Whether the button is disabled or not.",
|
|
20635
|
+
"fieldName": "disabled",
|
|
20632
20636
|
"inheritedFrom": {
|
|
20633
|
-
"name": "
|
|
20634
|
-
"module": "src/
|
|
20637
|
+
"name": "UmButtonWrapper",
|
|
20638
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20635
20639
|
}
|
|
20636
20640
|
},
|
|
20637
20641
|
{
|
|
20638
|
-
"name": "
|
|
20642
|
+
"name": "href",
|
|
20639
20643
|
"type": {
|
|
20640
|
-
"text": "
|
|
20644
|
+
"text": "string | undefined"
|
|
20641
20645
|
},
|
|
20642
|
-
"
|
|
20643
|
-
"
|
|
20644
|
-
"
|
|
20645
|
-
|
|
20646
|
-
"
|
|
20647
|
-
"module": "src/field/field-base.ts"
|
|
20646
|
+
"description": "The URL that the link button points to.",
|
|
20647
|
+
"fieldName": "href",
|
|
20648
|
+
"inheritedFrom": {
|
|
20649
|
+
"name": "UmButtonWrapper",
|
|
20650
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20648
20651
|
}
|
|
20649
20652
|
},
|
|
20650
20653
|
{
|
|
20651
|
-
"name": "
|
|
20654
|
+
"name": "target",
|
|
20652
20655
|
"type": {
|
|
20653
|
-
"text": "
|
|
20656
|
+
"text": "string | undefined"
|
|
20654
20657
|
},
|
|
20655
|
-
"
|
|
20656
|
-
"
|
|
20657
|
-
"fieldName": "hasTrailingIcon",
|
|
20658
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
20659
|
+
"fieldName": "target",
|
|
20658
20660
|
"inheritedFrom": {
|
|
20659
|
-
"name": "
|
|
20660
|
-
"module": "src/
|
|
20661
|
+
"name": "UmButtonWrapper",
|
|
20662
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20661
20663
|
}
|
|
20662
20664
|
},
|
|
20663
20665
|
{
|
|
20664
|
-
"name": "
|
|
20666
|
+
"name": "name",
|
|
20665
20667
|
"type": {
|
|
20666
|
-
"text": "
|
|
20668
|
+
"text": "string | undefined"
|
|
20667
20669
|
},
|
|
20668
|
-
"
|
|
20669
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
20670
|
-
"fieldName": "hasErrorText",
|
|
20670
|
+
"fieldName": "name",
|
|
20671
20671
|
"inheritedFrom": {
|
|
20672
|
-
"name": "
|
|
20673
|
-
"module": "src/
|
|
20672
|
+
"name": "UmButtonWrapper",
|
|
20673
|
+
"module": "src/shared/button-wrapper.ts"
|
|
20674
20674
|
}
|
|
20675
20675
|
}
|
|
20676
20676
|
],
|
|
20677
20677
|
"superclass": {
|
|
20678
|
-
"name": "
|
|
20679
|
-
"module": "/src/shared/
|
|
20678
|
+
"name": "UmButtonWrapper",
|
|
20679
|
+
"module": "/src/shared/button-wrapper.js"
|
|
20680
20680
|
},
|
|
20681
|
-
"tagName": "u-
|
|
20681
|
+
"tagName": "u-tab",
|
|
20682
20682
|
"customElement": true
|
|
20683
20683
|
}
|
|
20684
20684
|
],
|
|
20685
20685
|
"exports": [
|
|
20686
20686
|
{
|
|
20687
20687
|
"kind": "js",
|
|
20688
|
-
"name": "
|
|
20688
|
+
"name": "UmTab",
|
|
20689
20689
|
"declaration": {
|
|
20690
|
-
"name": "
|
|
20691
|
-
"module": "src/
|
|
20690
|
+
"name": "UmTab",
|
|
20691
|
+
"module": "src/tab-bar/tab.ts"
|
|
20692
20692
|
}
|
|
20693
20693
|
},
|
|
20694
20694
|
{
|
|
20695
20695
|
"kind": "custom-element-definition",
|
|
20696
|
-
"name": "u-
|
|
20696
|
+
"name": "u-tab",
|
|
20697
20697
|
"declaration": {
|
|
20698
|
-
"name": "
|
|
20699
|
-
"module": "src/
|
|
20698
|
+
"name": "UmTab",
|
|
20699
|
+
"module": "src/tab-bar/tab.ts"
|
|
20700
20700
|
}
|
|
20701
20701
|
}
|
|
20702
20702
|
]
|
|
@@ -23615,24 +23615,241 @@
|
|
|
23615
23615
|
"module": "src/field/field-base.ts"
|
|
23616
23616
|
}
|
|
23617
23617
|
}
|
|
23618
|
-
],
|
|
23619
|
-
"superclass": {
|
|
23620
|
-
"name": "UmTextFieldBase",
|
|
23621
|
-
"module": "/src/shared/text-field-base/text-field-base.js"
|
|
23622
|
-
}
|
|
23618
|
+
],
|
|
23619
|
+
"superclass": {
|
|
23620
|
+
"name": "UmTextFieldBase",
|
|
23621
|
+
"module": "/src/shared/text-field-base/text-field-base.js"
|
|
23622
|
+
}
|
|
23623
|
+
}
|
|
23624
|
+
],
|
|
23625
|
+
"exports": [
|
|
23626
|
+
{
|
|
23627
|
+
"kind": "js",
|
|
23628
|
+
"name": "UmNativeTextFieldWrapper",
|
|
23629
|
+
"declaration": {
|
|
23630
|
+
"name": "UmNativeTextFieldWrapper",
|
|
23631
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
23632
|
+
}
|
|
23633
|
+
}
|
|
23634
|
+
]
|
|
23635
|
+
},
|
|
23636
|
+
{
|
|
23637
|
+
"kind": "javascript-module",
|
|
23638
|
+
"path": "src/shared/menu-field/menu-field-navigation-controller.ts",
|
|
23639
|
+
"declarations": [
|
|
23640
|
+
{
|
|
23641
|
+
"kind": "class",
|
|
23642
|
+
"description": "",
|
|
23643
|
+
"name": "MenuFieldNavigationController",
|
|
23644
|
+
"members": [
|
|
23645
|
+
{
|
|
23646
|
+
"kind": "field",
|
|
23647
|
+
"name": "#element",
|
|
23648
|
+
"privacy": "private",
|
|
23649
|
+
"type": {
|
|
23650
|
+
"text": "HTMLElement | null"
|
|
23651
|
+
},
|
|
23652
|
+
"default": "null"
|
|
23653
|
+
},
|
|
23654
|
+
{
|
|
23655
|
+
"kind": "field",
|
|
23656
|
+
"name": "focusedMenu",
|
|
23657
|
+
"type": {
|
|
23658
|
+
"text": "TMenuItem | null"
|
|
23659
|
+
},
|
|
23660
|
+
"privacy": "protected",
|
|
23661
|
+
"default": "null"
|
|
23662
|
+
},
|
|
23663
|
+
{
|
|
23664
|
+
"kind": "field",
|
|
23665
|
+
"name": "host",
|
|
23666
|
+
"type": {
|
|
23667
|
+
"text": "TField"
|
|
23668
|
+
},
|
|
23669
|
+
"privacy": "protected",
|
|
23670
|
+
"readonly": true,
|
|
23671
|
+
"default": "host"
|
|
23672
|
+
},
|
|
23673
|
+
{
|
|
23674
|
+
"kind": "field",
|
|
23675
|
+
"name": "_bindHandleKeyDown",
|
|
23676
|
+
"type": {
|
|
23677
|
+
"text": "(event: KeyboardEvent) => void"
|
|
23678
|
+
},
|
|
23679
|
+
"privacy": "private",
|
|
23680
|
+
"readonly": true
|
|
23681
|
+
},
|
|
23682
|
+
{
|
|
23683
|
+
"kind": "method",
|
|
23684
|
+
"name": "attach",
|
|
23685
|
+
"parameters": [
|
|
23686
|
+
{
|
|
23687
|
+
"name": "element",
|
|
23688
|
+
"type": {
|
|
23689
|
+
"text": "HTMLElement"
|
|
23690
|
+
}
|
|
23691
|
+
}
|
|
23692
|
+
]
|
|
23693
|
+
},
|
|
23694
|
+
{
|
|
23695
|
+
"kind": "method",
|
|
23696
|
+
"name": "detach"
|
|
23697
|
+
},
|
|
23698
|
+
{
|
|
23699
|
+
"kind": "field",
|
|
23700
|
+
"name": "#handleMenuClose",
|
|
23701
|
+
"privacy": "private",
|
|
23702
|
+
"readonly": true
|
|
23703
|
+
},
|
|
23704
|
+
{
|
|
23705
|
+
"kind": "method",
|
|
23706
|
+
"name": "handleKeyDown",
|
|
23707
|
+
"privacy": "protected",
|
|
23708
|
+
"return": {
|
|
23709
|
+
"type": {
|
|
23710
|
+
"text": "boolean"
|
|
23711
|
+
}
|
|
23712
|
+
},
|
|
23713
|
+
"parameters": [
|
|
23714
|
+
{
|
|
23715
|
+
"name": "event",
|
|
23716
|
+
"type": {
|
|
23717
|
+
"text": "KeyboardEvent"
|
|
23718
|
+
}
|
|
23719
|
+
}
|
|
23720
|
+
]
|
|
23721
|
+
},
|
|
23722
|
+
{
|
|
23723
|
+
"kind": "method",
|
|
23724
|
+
"name": "navigate",
|
|
23725
|
+
"privacy": "private",
|
|
23726
|
+
"parameters": [
|
|
23727
|
+
{
|
|
23728
|
+
"name": "event",
|
|
23729
|
+
"type": {
|
|
23730
|
+
"text": "KeyboardEvent"
|
|
23731
|
+
}
|
|
23732
|
+
},
|
|
23733
|
+
{
|
|
23734
|
+
"name": "forwards",
|
|
23735
|
+
"type": {
|
|
23736
|
+
"text": "boolean"
|
|
23737
|
+
}
|
|
23738
|
+
}
|
|
23739
|
+
]
|
|
23740
|
+
},
|
|
23741
|
+
{
|
|
23742
|
+
"kind": "method",
|
|
23743
|
+
"name": "navigateTo",
|
|
23744
|
+
"privacy": "protected",
|
|
23745
|
+
"parameters": [
|
|
23746
|
+
{
|
|
23747
|
+
"name": "event",
|
|
23748
|
+
"type": {
|
|
23749
|
+
"text": "KeyboardEvent"
|
|
23750
|
+
}
|
|
23751
|
+
},
|
|
23752
|
+
{
|
|
23753
|
+
"name": "menu",
|
|
23754
|
+
"type": {
|
|
23755
|
+
"text": "TMenuItem | undefined"
|
|
23756
|
+
}
|
|
23757
|
+
},
|
|
23758
|
+
{
|
|
23759
|
+
"name": "index",
|
|
23760
|
+
"type": {
|
|
23761
|
+
"text": "number"
|
|
23762
|
+
}
|
|
23763
|
+
}
|
|
23764
|
+
]
|
|
23765
|
+
},
|
|
23766
|
+
{
|
|
23767
|
+
"kind": "method",
|
|
23768
|
+
"name": "focusMenu",
|
|
23769
|
+
"parameters": [
|
|
23770
|
+
{
|
|
23771
|
+
"name": "menu",
|
|
23772
|
+
"type": {
|
|
23773
|
+
"text": "TMenuItem"
|
|
23774
|
+
}
|
|
23775
|
+
},
|
|
23776
|
+
{
|
|
23777
|
+
"name": "index",
|
|
23778
|
+
"type": {
|
|
23779
|
+
"text": "number"
|
|
23780
|
+
}
|
|
23781
|
+
},
|
|
23782
|
+
{
|
|
23783
|
+
"name": "active",
|
|
23784
|
+
"default": "true"
|
|
23785
|
+
},
|
|
23786
|
+
{
|
|
23787
|
+
"name": "scroll",
|
|
23788
|
+
"default": "true"
|
|
23789
|
+
}
|
|
23790
|
+
]
|
|
23791
|
+
},
|
|
23792
|
+
{
|
|
23793
|
+
"kind": "method",
|
|
23794
|
+
"name": "blurMenu"
|
|
23795
|
+
},
|
|
23796
|
+
{
|
|
23797
|
+
"kind": "method",
|
|
23798
|
+
"name": "selectActiveItem",
|
|
23799
|
+
"privacy": "private",
|
|
23800
|
+
"parameters": [
|
|
23801
|
+
{
|
|
23802
|
+
"name": "event",
|
|
23803
|
+
"type": {
|
|
23804
|
+
"text": "KeyboardEvent"
|
|
23805
|
+
}
|
|
23806
|
+
}
|
|
23807
|
+
]
|
|
23808
|
+
},
|
|
23809
|
+
{
|
|
23810
|
+
"kind": "method",
|
|
23811
|
+
"name": "afterFocus",
|
|
23812
|
+
"privacy": "protected",
|
|
23813
|
+
"parameters": [
|
|
23814
|
+
{
|
|
23815
|
+
"name": "_",
|
|
23816
|
+
"type": {
|
|
23817
|
+
"text": "TMenuItem"
|
|
23818
|
+
}
|
|
23819
|
+
},
|
|
23820
|
+
{
|
|
23821
|
+
"name": "__",
|
|
23822
|
+
"type": {
|
|
23823
|
+
"text": "number"
|
|
23824
|
+
}
|
|
23825
|
+
}
|
|
23826
|
+
]
|
|
23827
|
+
},
|
|
23828
|
+
{
|
|
23829
|
+
"kind": "method",
|
|
23830
|
+
"name": "afterBlur",
|
|
23831
|
+
"privacy": "protected"
|
|
23832
|
+
}
|
|
23833
|
+
]
|
|
23623
23834
|
}
|
|
23624
23835
|
],
|
|
23625
23836
|
"exports": [
|
|
23626
23837
|
{
|
|
23627
23838
|
"kind": "js",
|
|
23628
|
-
"name": "
|
|
23839
|
+
"name": "MenuFieldNavigationController",
|
|
23629
23840
|
"declaration": {
|
|
23630
|
-
"name": "
|
|
23631
|
-
"module": "src/shared/
|
|
23841
|
+
"name": "MenuFieldNavigationController",
|
|
23842
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
23632
23843
|
}
|
|
23633
23844
|
}
|
|
23634
23845
|
]
|
|
23635
23846
|
},
|
|
23847
|
+
{
|
|
23848
|
+
"kind": "javascript-module",
|
|
23849
|
+
"path": "src/shared/menu-field/menu-field.ts",
|
|
23850
|
+
"declarations": [],
|
|
23851
|
+
"exports": []
|
|
23852
|
+
},
|
|
23636
23853
|
{
|
|
23637
23854
|
"kind": "javascript-module",
|
|
23638
23855
|
"path": "src/shared/events/dispatch-event.ts",
|
|
@@ -23942,403 +24159,107 @@
|
|
|
23942
24159
|
},
|
|
23943
24160
|
{
|
|
23944
24161
|
"kind": "field",
|
|
23945
|
-
"name": "checked",
|
|
23946
|
-
"attribute": "checked"
|
|
23947
|
-
},
|
|
23948
|
-
{
|
|
23949
|
-
"kind": "field",
|
|
23950
|
-
"name": "_checkedAttribute",
|
|
23951
|
-
"type": {
|
|
23952
|
-
"text": "boolean"
|
|
23953
|
-
},
|
|
23954
|
-
"privacy": "private",
|
|
23955
|
-
"readonly": true,
|
|
23956
|
-
"default": "false",
|
|
23957
|
-
"attribute": "checked"
|
|
23958
|
-
},
|
|
23959
|
-
{
|
|
23960
|
-
"kind": "method",
|
|
23961
|
-
"name": "#handleInput",
|
|
23962
|
-
"privacy": "private",
|
|
23963
|
-
"parameters": [
|
|
23964
|
-
{
|
|
23965
|
-
"name": "event",
|
|
23966
|
-
"type": {
|
|
23967
|
-
"text": "Event"
|
|
23968
|
-
}
|
|
23969
|
-
}
|
|
23970
|
-
]
|
|
23971
|
-
},
|
|
23972
|
-
{
|
|
23973
|
-
"kind": "method",
|
|
23974
|
-
"name": "#handleChange",
|
|
23975
|
-
"privacy": "private",
|
|
23976
|
-
"parameters": [
|
|
23977
|
-
{
|
|
23978
|
-
"name": "event",
|
|
23979
|
-
"type": {
|
|
23980
|
-
"text": "Event"
|
|
23981
|
-
}
|
|
23982
|
-
}
|
|
23983
|
-
]
|
|
23984
|
-
},
|
|
23985
|
-
{
|
|
23986
|
-
"kind": "method",
|
|
23987
|
-
"name": "#handleRippleClick",
|
|
23988
|
-
"privacy": "private",
|
|
23989
|
-
"parameters": [
|
|
23990
|
-
{
|
|
23991
|
-
"name": "e",
|
|
23992
|
-
"type": {
|
|
23993
|
-
"text": "Event"
|
|
23994
|
-
}
|
|
23995
|
-
}
|
|
23996
|
-
]
|
|
23997
|
-
},
|
|
23998
|
-
{
|
|
23999
|
-
"kind": "method",
|
|
24000
|
-
"name": "_handleClick",
|
|
24001
|
-
"privacy": "protected",
|
|
24002
|
-
"parameters": [
|
|
24003
|
-
{
|
|
24004
|
-
"name": "e",
|
|
24005
|
-
"type": {
|
|
24006
|
-
"text": "Event"
|
|
24007
|
-
}
|
|
24008
|
-
}
|
|
24009
|
-
]
|
|
24010
|
-
}
|
|
24011
|
-
],
|
|
24012
|
-
"attributes": [
|
|
24013
|
-
{
|
|
24014
|
-
"name": "name",
|
|
24015
|
-
"type": {
|
|
24016
|
-
"text": "string | undefined"
|
|
24017
|
-
},
|
|
24018
|
-
"default": "''",
|
|
24019
|
-
"fieldName": "name"
|
|
24020
|
-
},
|
|
24021
|
-
{
|
|
24022
|
-
"name": "disabled",
|
|
24023
|
-
"type": {
|
|
24024
|
-
"text": "boolean"
|
|
24025
|
-
},
|
|
24026
|
-
"default": "false",
|
|
24027
|
-
"fieldName": "disabled"
|
|
24028
|
-
},
|
|
24029
|
-
{
|
|
24030
|
-
"name": "value",
|
|
24031
|
-
"type": {
|
|
24032
|
-
"text": "string"
|
|
24033
|
-
},
|
|
24034
|
-
"default": "'on'",
|
|
24035
|
-
"description": "The element value to use in form submission when checked.",
|
|
24036
|
-
"fieldName": "value"
|
|
24037
|
-
},
|
|
24038
|
-
{
|
|
24039
|
-
"name": "checked",
|
|
24040
|
-
"fieldName": "_checkedAttribute",
|
|
24041
|
-
"type": {
|
|
24042
|
-
"text": "boolean"
|
|
24043
|
-
},
|
|
24044
|
-
"readonly": true,
|
|
24045
|
-
"default": "false"
|
|
24046
|
-
}
|
|
24047
|
-
],
|
|
24048
|
-
"superclass": {
|
|
24049
|
-
"name": "LitElement",
|
|
24050
|
-
"package": "lit"
|
|
24051
|
-
},
|
|
24052
|
-
"customElement": true
|
|
24053
|
-
}
|
|
24054
|
-
],
|
|
24055
|
-
"exports": [
|
|
24056
|
-
{
|
|
24057
|
-
"kind": "js",
|
|
24058
|
-
"name": "isActivationClick",
|
|
24059
|
-
"declaration": {
|
|
24060
|
-
"name": "isActivationClick",
|
|
24061
|
-
"module": "src/shared/selection-control/selection-control.ts"
|
|
24062
|
-
}
|
|
24063
|
-
},
|
|
24064
|
-
{
|
|
24065
|
-
"kind": "js",
|
|
24066
|
-
"name": "UmSelectionControl",
|
|
24067
|
-
"declaration": {
|
|
24068
|
-
"name": "UmSelectionControl",
|
|
24069
|
-
"module": "src/shared/selection-control/selection-control.ts"
|
|
24070
|
-
}
|
|
24071
|
-
}
|
|
24072
|
-
]
|
|
24073
|
-
},
|
|
24074
|
-
{
|
|
24075
|
-
"kind": "javascript-module",
|
|
24076
|
-
"path": "src/shared/menu-field/menu-field-navigation-controller.ts",
|
|
24077
|
-
"declarations": [
|
|
24078
|
-
{
|
|
24079
|
-
"kind": "class",
|
|
24080
|
-
"description": "",
|
|
24081
|
-
"name": "MenuFieldNavigationController",
|
|
24082
|
-
"members": [
|
|
24083
|
-
{
|
|
24084
|
-
"kind": "field",
|
|
24085
|
-
"name": "#element",
|
|
24086
|
-
"privacy": "private",
|
|
24087
|
-
"type": {
|
|
24088
|
-
"text": "HTMLElement | null"
|
|
24089
|
-
},
|
|
24090
|
-
"default": "null"
|
|
24091
|
-
},
|
|
24092
|
-
{
|
|
24093
|
-
"kind": "field",
|
|
24094
|
-
"name": "focusedMenu",
|
|
24095
|
-
"type": {
|
|
24096
|
-
"text": "TMenuItem | null"
|
|
24097
|
-
},
|
|
24098
|
-
"privacy": "protected",
|
|
24099
|
-
"default": "null"
|
|
24100
|
-
},
|
|
24101
|
-
{
|
|
24102
|
-
"kind": "field",
|
|
24103
|
-
"name": "host",
|
|
24104
|
-
"type": {
|
|
24105
|
-
"text": "TField"
|
|
24106
|
-
},
|
|
24107
|
-
"privacy": "protected",
|
|
24108
|
-
"readonly": true,
|
|
24109
|
-
"default": "host"
|
|
24110
|
-
},
|
|
24111
|
-
{
|
|
24112
|
-
"kind": "field",
|
|
24113
|
-
"name": "_bindHandleKeyDown",
|
|
24114
|
-
"type": {
|
|
24115
|
-
"text": "(event: KeyboardEvent) => void"
|
|
24116
|
-
},
|
|
24117
|
-
"privacy": "private",
|
|
24118
|
-
"readonly": true
|
|
24119
|
-
},
|
|
24120
|
-
{
|
|
24121
|
-
"kind": "method",
|
|
24122
|
-
"name": "attach",
|
|
24123
|
-
"parameters": [
|
|
24124
|
-
{
|
|
24125
|
-
"name": "element",
|
|
24126
|
-
"type": {
|
|
24127
|
-
"text": "HTMLElement"
|
|
24128
|
-
}
|
|
24129
|
-
}
|
|
24130
|
-
]
|
|
24131
|
-
},
|
|
24132
|
-
{
|
|
24133
|
-
"kind": "method",
|
|
24134
|
-
"name": "detach"
|
|
24135
|
-
},
|
|
24136
|
-
{
|
|
24137
|
-
"kind": "field",
|
|
24138
|
-
"name": "#handleMenuClose",
|
|
24139
|
-
"privacy": "private",
|
|
24140
|
-
"readonly": true
|
|
24141
|
-
},
|
|
24142
|
-
{
|
|
24143
|
-
"kind": "method",
|
|
24144
|
-
"name": "handleKeyDown",
|
|
24145
|
-
"privacy": "protected",
|
|
24146
|
-
"return": {
|
|
24147
|
-
"type": {
|
|
24148
|
-
"text": "boolean"
|
|
24149
|
-
}
|
|
24150
|
-
},
|
|
24151
|
-
"parameters": [
|
|
24152
|
-
{
|
|
24153
|
-
"name": "event",
|
|
24154
|
-
"type": {
|
|
24155
|
-
"text": "KeyboardEvent"
|
|
24156
|
-
}
|
|
24157
|
-
}
|
|
24158
|
-
]
|
|
24159
|
-
},
|
|
24160
|
-
{
|
|
24161
|
-
"kind": "method",
|
|
24162
|
-
"name": "navigate",
|
|
24163
|
-
"privacy": "private",
|
|
24164
|
-
"parameters": [
|
|
24165
|
-
{
|
|
24166
|
-
"name": "event",
|
|
24167
|
-
"type": {
|
|
24168
|
-
"text": "KeyboardEvent"
|
|
24169
|
-
}
|
|
24170
|
-
},
|
|
24171
|
-
{
|
|
24172
|
-
"name": "forwards",
|
|
24173
|
-
"type": {
|
|
24174
|
-
"text": "boolean"
|
|
24175
|
-
}
|
|
24176
|
-
}
|
|
24177
|
-
]
|
|
24162
|
+
"name": "checked",
|
|
24163
|
+
"attribute": "checked"
|
|
24164
|
+
},
|
|
24165
|
+
{
|
|
24166
|
+
"kind": "field",
|
|
24167
|
+
"name": "_checkedAttribute",
|
|
24168
|
+
"type": {
|
|
24169
|
+
"text": "boolean"
|
|
24170
|
+
},
|
|
24171
|
+
"privacy": "private",
|
|
24172
|
+
"readonly": true,
|
|
24173
|
+
"default": "false",
|
|
24174
|
+
"attribute": "checked"
|
|
24178
24175
|
},
|
|
24179
24176
|
{
|
|
24180
24177
|
"kind": "method",
|
|
24181
|
-
"name": "
|
|
24182
|
-
"privacy": "
|
|
24178
|
+
"name": "#handleInput",
|
|
24179
|
+
"privacy": "private",
|
|
24183
24180
|
"parameters": [
|
|
24184
24181
|
{
|
|
24185
24182
|
"name": "event",
|
|
24186
24183
|
"type": {
|
|
24187
|
-
"text": "
|
|
24188
|
-
}
|
|
24189
|
-
},
|
|
24190
|
-
{
|
|
24191
|
-
"name": "menu",
|
|
24192
|
-
"type": {
|
|
24193
|
-
"text": "TMenuItem | undefined"
|
|
24194
|
-
}
|
|
24195
|
-
},
|
|
24196
|
-
{
|
|
24197
|
-
"name": "index",
|
|
24198
|
-
"type": {
|
|
24199
|
-
"text": "number"
|
|
24184
|
+
"text": "Event"
|
|
24200
24185
|
}
|
|
24201
24186
|
}
|
|
24202
24187
|
]
|
|
24203
24188
|
},
|
|
24204
24189
|
{
|
|
24205
24190
|
"kind": "method",
|
|
24206
|
-
"name": "
|
|
24191
|
+
"name": "#handleChange",
|
|
24192
|
+
"privacy": "private",
|
|
24207
24193
|
"parameters": [
|
|
24208
24194
|
{
|
|
24209
|
-
"name": "
|
|
24210
|
-
"type": {
|
|
24211
|
-
"text": "TMenuItem"
|
|
24212
|
-
}
|
|
24213
|
-
},
|
|
24214
|
-
{
|
|
24215
|
-
"name": "index",
|
|
24195
|
+
"name": "event",
|
|
24216
24196
|
"type": {
|
|
24217
|
-
"text": "
|
|
24197
|
+
"text": "Event"
|
|
24218
24198
|
}
|
|
24219
|
-
},
|
|
24220
|
-
{
|
|
24221
|
-
"name": "active",
|
|
24222
|
-
"default": "true"
|
|
24223
|
-
},
|
|
24224
|
-
{
|
|
24225
|
-
"name": "scroll",
|
|
24226
|
-
"default": "true"
|
|
24227
24199
|
}
|
|
24228
24200
|
]
|
|
24229
24201
|
},
|
|
24230
24202
|
{
|
|
24231
24203
|
"kind": "method",
|
|
24232
|
-
"name": "
|
|
24233
|
-
},
|
|
24234
|
-
{
|
|
24235
|
-
"kind": "method",
|
|
24236
|
-
"name": "selectActiveItem",
|
|
24204
|
+
"name": "#handleRippleClick",
|
|
24237
24205
|
"privacy": "private",
|
|
24238
24206
|
"parameters": [
|
|
24239
24207
|
{
|
|
24240
|
-
"name": "
|
|
24208
|
+
"name": "e",
|
|
24241
24209
|
"type": {
|
|
24242
|
-
"text": "
|
|
24210
|
+
"text": "Event"
|
|
24243
24211
|
}
|
|
24244
24212
|
}
|
|
24245
24213
|
]
|
|
24246
24214
|
},
|
|
24247
24215
|
{
|
|
24248
24216
|
"kind": "method",
|
|
24249
|
-
"name": "
|
|
24217
|
+
"name": "_handleClick",
|
|
24250
24218
|
"privacy": "protected",
|
|
24251
24219
|
"parameters": [
|
|
24252
24220
|
{
|
|
24253
|
-
"name": "
|
|
24254
|
-
"type": {
|
|
24255
|
-
"text": "TMenuItem"
|
|
24256
|
-
}
|
|
24257
|
-
},
|
|
24258
|
-
{
|
|
24259
|
-
"name": "__",
|
|
24221
|
+
"name": "e",
|
|
24260
24222
|
"type": {
|
|
24261
|
-
"text": "
|
|
24223
|
+
"text": "Event"
|
|
24262
24224
|
}
|
|
24263
24225
|
}
|
|
24264
24226
|
]
|
|
24227
|
+
}
|
|
24228
|
+
],
|
|
24229
|
+
"attributes": [
|
|
24230
|
+
{
|
|
24231
|
+
"name": "name",
|
|
24232
|
+
"type": {
|
|
24233
|
+
"text": "string | undefined"
|
|
24234
|
+
},
|
|
24235
|
+
"default": "''",
|
|
24236
|
+
"fieldName": "name"
|
|
24265
24237
|
},
|
|
24266
24238
|
{
|
|
24267
|
-
"
|
|
24268
|
-
"
|
|
24269
|
-
|
|
24270
|
-
|
|
24271
|
-
|
|
24272
|
-
|
|
24273
|
-
|
|
24274
|
-
"exports": [
|
|
24275
|
-
{
|
|
24276
|
-
"kind": "js",
|
|
24277
|
-
"name": "MenuFieldNavigationController",
|
|
24278
|
-
"declaration": {
|
|
24279
|
-
"name": "MenuFieldNavigationController",
|
|
24280
|
-
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
24281
|
-
}
|
|
24282
|
-
}
|
|
24283
|
-
]
|
|
24284
|
-
},
|
|
24285
|
-
{
|
|
24286
|
-
"kind": "javascript-module",
|
|
24287
|
-
"path": "src/shared/menu-field/menu-field.ts",
|
|
24288
|
-
"declarations": [],
|
|
24289
|
-
"exports": []
|
|
24290
|
-
},
|
|
24291
|
-
{
|
|
24292
|
-
"kind": "javascript-module",
|
|
24293
|
-
"path": "src/shared/sets/set-base.styles.ts",
|
|
24294
|
-
"declarations": [
|
|
24295
|
-
{
|
|
24296
|
-
"kind": "variable",
|
|
24297
|
-
"name": "styles",
|
|
24298
|
-
"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; } `"
|
|
24299
|
-
}
|
|
24300
|
-
],
|
|
24301
|
-
"exports": [
|
|
24302
|
-
{
|
|
24303
|
-
"kind": "js",
|
|
24304
|
-
"name": "styles",
|
|
24305
|
-
"declaration": {
|
|
24306
|
-
"name": "styles",
|
|
24307
|
-
"module": "src/shared/sets/set-base.styles.ts"
|
|
24308
|
-
}
|
|
24309
|
-
}
|
|
24310
|
-
]
|
|
24311
|
-
},
|
|
24312
|
-
{
|
|
24313
|
-
"kind": "javascript-module",
|
|
24314
|
-
"path": "src/shared/sets/set-base.ts",
|
|
24315
|
-
"declarations": [
|
|
24316
|
-
{
|
|
24317
|
-
"kind": "class",
|
|
24318
|
-
"description": "",
|
|
24319
|
-
"name": "UmSetBase",
|
|
24320
|
-
"members": [
|
|
24239
|
+
"name": "disabled",
|
|
24240
|
+
"type": {
|
|
24241
|
+
"text": "boolean"
|
|
24242
|
+
},
|
|
24243
|
+
"default": "false",
|
|
24244
|
+
"fieldName": "disabled"
|
|
24245
|
+
},
|
|
24321
24246
|
{
|
|
24322
|
-
"
|
|
24323
|
-
"name": "alignment",
|
|
24247
|
+
"name": "value",
|
|
24324
24248
|
"type": {
|
|
24325
|
-
"text": "
|
|
24249
|
+
"text": "string"
|
|
24326
24250
|
},
|
|
24327
|
-
"default": "'
|
|
24328
|
-
"description": "
|
|
24329
|
-
"
|
|
24330
|
-
|
|
24331
|
-
}
|
|
24332
|
-
],
|
|
24333
|
-
"attributes": [
|
|
24251
|
+
"default": "'on'",
|
|
24252
|
+
"description": "The element value to use in form submission when checked.",
|
|
24253
|
+
"fieldName": "value"
|
|
24254
|
+
},
|
|
24334
24255
|
{
|
|
24335
|
-
"name": "
|
|
24256
|
+
"name": "checked",
|
|
24257
|
+
"fieldName": "_checkedAttribute",
|
|
24336
24258
|
"type": {
|
|
24337
|
-
"text": "
|
|
24259
|
+
"text": "boolean"
|
|
24338
24260
|
},
|
|
24339
|
-
"
|
|
24340
|
-
"
|
|
24341
|
-
"fieldName": "alignment"
|
|
24261
|
+
"readonly": true,
|
|
24262
|
+
"default": "false"
|
|
24342
24263
|
}
|
|
24343
24264
|
],
|
|
24344
24265
|
"superclass": {
|
|
@@ -24351,10 +24272,18 @@
|
|
|
24351
24272
|
"exports": [
|
|
24352
24273
|
{
|
|
24353
24274
|
"kind": "js",
|
|
24354
|
-
"name": "
|
|
24275
|
+
"name": "isActivationClick",
|
|
24355
24276
|
"declaration": {
|
|
24356
|
-
"name": "
|
|
24357
|
-
"module": "src/shared/
|
|
24277
|
+
"name": "isActivationClick",
|
|
24278
|
+
"module": "src/shared/selection-control/selection-control.ts"
|
|
24279
|
+
}
|
|
24280
|
+
},
|
|
24281
|
+
{
|
|
24282
|
+
"kind": "js",
|
|
24283
|
+
"name": "UmSelectionControl",
|
|
24284
|
+
"declaration": {
|
|
24285
|
+
"name": "UmSelectionControl",
|
|
24286
|
+
"module": "src/shared/selection-control/selection-control.ts"
|
|
24358
24287
|
}
|
|
24359
24288
|
}
|
|
24360
24289
|
]
|
|
@@ -24962,6 +24891,77 @@
|
|
|
24962
24891
|
}
|
|
24963
24892
|
}
|
|
24964
24893
|
]
|
|
24894
|
+
},
|
|
24895
|
+
{
|
|
24896
|
+
"kind": "javascript-module",
|
|
24897
|
+
"path": "src/shared/sets/set-base.styles.ts",
|
|
24898
|
+
"declarations": [
|
|
24899
|
+
{
|
|
24900
|
+
"kind": "variable",
|
|
24901
|
+
"name": "styles",
|
|
24902
|
+
"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; } `"
|
|
24903
|
+
}
|
|
24904
|
+
],
|
|
24905
|
+
"exports": [
|
|
24906
|
+
{
|
|
24907
|
+
"kind": "js",
|
|
24908
|
+
"name": "styles",
|
|
24909
|
+
"declaration": {
|
|
24910
|
+
"name": "styles",
|
|
24911
|
+
"module": "src/shared/sets/set-base.styles.ts"
|
|
24912
|
+
}
|
|
24913
|
+
}
|
|
24914
|
+
]
|
|
24915
|
+
},
|
|
24916
|
+
{
|
|
24917
|
+
"kind": "javascript-module",
|
|
24918
|
+
"path": "src/shared/sets/set-base.ts",
|
|
24919
|
+
"declarations": [
|
|
24920
|
+
{
|
|
24921
|
+
"kind": "class",
|
|
24922
|
+
"description": "",
|
|
24923
|
+
"name": "UmSetBase",
|
|
24924
|
+
"members": [
|
|
24925
|
+
{
|
|
24926
|
+
"kind": "field",
|
|
24927
|
+
"name": "alignment",
|
|
24928
|
+
"type": {
|
|
24929
|
+
"text": "'start' | 'center' | 'end'"
|
|
24930
|
+
},
|
|
24931
|
+
"default": "'start'",
|
|
24932
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
24933
|
+
"attribute": "alignment",
|
|
24934
|
+
"reflects": true
|
|
24935
|
+
}
|
|
24936
|
+
],
|
|
24937
|
+
"attributes": [
|
|
24938
|
+
{
|
|
24939
|
+
"name": "alignment",
|
|
24940
|
+
"type": {
|
|
24941
|
+
"text": "'start' | 'center' | 'end'"
|
|
24942
|
+
},
|
|
24943
|
+
"default": "'start'",
|
|
24944
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
24945
|
+
"fieldName": "alignment"
|
|
24946
|
+
}
|
|
24947
|
+
],
|
|
24948
|
+
"superclass": {
|
|
24949
|
+
"name": "LitElement",
|
|
24950
|
+
"package": "lit"
|
|
24951
|
+
},
|
|
24952
|
+
"customElement": true
|
|
24953
|
+
}
|
|
24954
|
+
],
|
|
24955
|
+
"exports": [
|
|
24956
|
+
{
|
|
24957
|
+
"kind": "js",
|
|
24958
|
+
"name": "UmSetBase",
|
|
24959
|
+
"declaration": {
|
|
24960
|
+
"name": "UmSetBase",
|
|
24961
|
+
"module": "src/shared/sets/set-base.ts"
|
|
24962
|
+
}
|
|
24963
|
+
}
|
|
24964
|
+
]
|
|
24965
24965
|
}
|
|
24966
24966
|
]
|
|
24967
24967
|
}
|