@universal-material/web 3.6.17 → 3.6.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/custom-elements.json +1479 -1473
- package/overflow-menu/overflow-menu-item.d.ts +3 -2
- package/overflow-menu/overflow-menu-item.d.ts.map +1 -1
- package/overflow-menu/overflow-menu-item.js +15 -8
- package/overflow-menu/overflow-menu-item.js.map +1 -1
- package/package.json +1 -1
- package/vscode.html-custom-data.json +302 -302
package/custom-elements.json
CHANGED
|
@@ -706,6 +706,106 @@
|
|
|
706
706
|
}
|
|
707
707
|
]
|
|
708
708
|
},
|
|
709
|
+
{
|
|
710
|
+
"kind": "javascript-module",
|
|
711
|
+
"path": "src/badge/badge.styles.ts",
|
|
712
|
+
"declarations": [
|
|
713
|
+
{
|
|
714
|
+
"kind": "variable",
|
|
715
|
+
"name": "styles",
|
|
716
|
+
"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); } `"
|
|
717
|
+
}
|
|
718
|
+
],
|
|
719
|
+
"exports": [
|
|
720
|
+
{
|
|
721
|
+
"kind": "js",
|
|
722
|
+
"name": "styles",
|
|
723
|
+
"declaration": {
|
|
724
|
+
"name": "styles",
|
|
725
|
+
"module": "src/badge/badge.styles.ts"
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
]
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"kind": "javascript-module",
|
|
732
|
+
"path": "src/badge/badge.ts",
|
|
733
|
+
"declarations": [
|
|
734
|
+
{
|
|
735
|
+
"kind": "class",
|
|
736
|
+
"description": "",
|
|
737
|
+
"name": "UmBadge",
|
|
738
|
+
"members": [
|
|
739
|
+
{
|
|
740
|
+
"kind": "field",
|
|
741
|
+
"name": "static",
|
|
742
|
+
"type": {
|
|
743
|
+
"text": "boolean"
|
|
744
|
+
},
|
|
745
|
+
"default": "false",
|
|
746
|
+
"attribute": "static",
|
|
747
|
+
"reflects": true
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"kind": "field",
|
|
751
|
+
"name": "_empty",
|
|
752
|
+
"type": {
|
|
753
|
+
"text": "boolean"
|
|
754
|
+
},
|
|
755
|
+
"privacy": "private",
|
|
756
|
+
"default": "true"
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"kind": "method",
|
|
760
|
+
"name": "#handleSlotChange",
|
|
761
|
+
"privacy": "private",
|
|
762
|
+
"parameters": [
|
|
763
|
+
{
|
|
764
|
+
"name": "e",
|
|
765
|
+
"type": {
|
|
766
|
+
"text": "Event"
|
|
767
|
+
}
|
|
768
|
+
}
|
|
769
|
+
]
|
|
770
|
+
}
|
|
771
|
+
],
|
|
772
|
+
"attributes": [
|
|
773
|
+
{
|
|
774
|
+
"name": "static",
|
|
775
|
+
"type": {
|
|
776
|
+
"text": "boolean"
|
|
777
|
+
},
|
|
778
|
+
"default": "false",
|
|
779
|
+
"fieldName": "static"
|
|
780
|
+
}
|
|
781
|
+
],
|
|
782
|
+
"superclass": {
|
|
783
|
+
"name": "LitElement",
|
|
784
|
+
"package": "lit"
|
|
785
|
+
},
|
|
786
|
+
"tagName": "u-badge",
|
|
787
|
+
"customElement": true
|
|
788
|
+
}
|
|
789
|
+
],
|
|
790
|
+
"exports": [
|
|
791
|
+
{
|
|
792
|
+
"kind": "js",
|
|
793
|
+
"name": "UmBadge",
|
|
794
|
+
"declaration": {
|
|
795
|
+
"name": "UmBadge",
|
|
796
|
+
"module": "src/badge/badge.ts"
|
|
797
|
+
}
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
"kind": "custom-element-definition",
|
|
801
|
+
"name": "u-badge",
|
|
802
|
+
"declaration": {
|
|
803
|
+
"name": "UmBadge",
|
|
804
|
+
"module": "src/badge/badge.ts"
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
]
|
|
808
|
+
},
|
|
709
809
|
{
|
|
710
810
|
"kind": "javascript-module",
|
|
711
811
|
"path": "src/button-field/button-field.styles.ts",
|
|
@@ -1376,106 +1476,6 @@
|
|
|
1376
1476
|
}
|
|
1377
1477
|
]
|
|
1378
1478
|
},
|
|
1379
|
-
{
|
|
1380
|
-
"kind": "javascript-module",
|
|
1381
|
-
"path": "src/badge/badge.styles.ts",
|
|
1382
|
-
"declarations": [
|
|
1383
|
-
{
|
|
1384
|
-
"kind": "variable",
|
|
1385
|
-
"name": "styles",
|
|
1386
|
-
"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); } `"
|
|
1387
|
-
}
|
|
1388
|
-
],
|
|
1389
|
-
"exports": [
|
|
1390
|
-
{
|
|
1391
|
-
"kind": "js",
|
|
1392
|
-
"name": "styles",
|
|
1393
|
-
"declaration": {
|
|
1394
|
-
"name": "styles",
|
|
1395
|
-
"module": "src/badge/badge.styles.ts"
|
|
1396
|
-
}
|
|
1397
|
-
}
|
|
1398
|
-
]
|
|
1399
|
-
},
|
|
1400
|
-
{
|
|
1401
|
-
"kind": "javascript-module",
|
|
1402
|
-
"path": "src/badge/badge.ts",
|
|
1403
|
-
"declarations": [
|
|
1404
|
-
{
|
|
1405
|
-
"kind": "class",
|
|
1406
|
-
"description": "",
|
|
1407
|
-
"name": "UmBadge",
|
|
1408
|
-
"members": [
|
|
1409
|
-
{
|
|
1410
|
-
"kind": "field",
|
|
1411
|
-
"name": "static",
|
|
1412
|
-
"type": {
|
|
1413
|
-
"text": "boolean"
|
|
1414
|
-
},
|
|
1415
|
-
"default": "false",
|
|
1416
|
-
"attribute": "static",
|
|
1417
|
-
"reflects": true
|
|
1418
|
-
},
|
|
1419
|
-
{
|
|
1420
|
-
"kind": "field",
|
|
1421
|
-
"name": "_empty",
|
|
1422
|
-
"type": {
|
|
1423
|
-
"text": "boolean"
|
|
1424
|
-
},
|
|
1425
|
-
"privacy": "private",
|
|
1426
|
-
"default": "true"
|
|
1427
|
-
},
|
|
1428
|
-
{
|
|
1429
|
-
"kind": "method",
|
|
1430
|
-
"name": "#handleSlotChange",
|
|
1431
|
-
"privacy": "private",
|
|
1432
|
-
"parameters": [
|
|
1433
|
-
{
|
|
1434
|
-
"name": "e",
|
|
1435
|
-
"type": {
|
|
1436
|
-
"text": "Event"
|
|
1437
|
-
}
|
|
1438
|
-
}
|
|
1439
|
-
]
|
|
1440
|
-
}
|
|
1441
|
-
],
|
|
1442
|
-
"attributes": [
|
|
1443
|
-
{
|
|
1444
|
-
"name": "static",
|
|
1445
|
-
"type": {
|
|
1446
|
-
"text": "boolean"
|
|
1447
|
-
},
|
|
1448
|
-
"default": "false",
|
|
1449
|
-
"fieldName": "static"
|
|
1450
|
-
}
|
|
1451
|
-
],
|
|
1452
|
-
"superclass": {
|
|
1453
|
-
"name": "LitElement",
|
|
1454
|
-
"package": "lit"
|
|
1455
|
-
},
|
|
1456
|
-
"tagName": "u-badge",
|
|
1457
|
-
"customElement": true
|
|
1458
|
-
}
|
|
1459
|
-
],
|
|
1460
|
-
"exports": [
|
|
1461
|
-
{
|
|
1462
|
-
"kind": "js",
|
|
1463
|
-
"name": "UmBadge",
|
|
1464
|
-
"declaration": {
|
|
1465
|
-
"name": "UmBadge",
|
|
1466
|
-
"module": "src/badge/badge.ts"
|
|
1467
|
-
}
|
|
1468
|
-
},
|
|
1469
|
-
{
|
|
1470
|
-
"kind": "custom-element-definition",
|
|
1471
|
-
"name": "u-badge",
|
|
1472
|
-
"declaration": {
|
|
1473
|
-
"name": "UmBadge",
|
|
1474
|
-
"module": "src/badge/badge.ts"
|
|
1475
|
-
}
|
|
1476
|
-
}
|
|
1477
|
-
]
|
|
1478
|
-
},
|
|
1479
1479
|
{
|
|
1480
1480
|
"kind": "javascript-module",
|
|
1481
1481
|
"path": "src/button/button-base.styles.ts",
|
|
@@ -6762,45 +6762,294 @@
|
|
|
6762
6762
|
},
|
|
6763
6763
|
{
|
|
6764
6764
|
"kind": "javascript-module",
|
|
6765
|
-
"path": "src/
|
|
6765
|
+
"path": "src/card/card-content.styles.ts",
|
|
6766
|
+
"declarations": [
|
|
6767
|
+
{
|
|
6768
|
+
"kind": "variable",
|
|
6769
|
+
"name": "styles",
|
|
6770
|
+
"default": "css ` :host { display: block; } :host(:has(slot > *)) { display: none; } :host([has-content]) { padding: var(--u-card-padding, 16px); } slot { border-radius: inherit; } `"
|
|
6771
|
+
}
|
|
6772
|
+
],
|
|
6773
|
+
"exports": [
|
|
6774
|
+
{
|
|
6775
|
+
"kind": "js",
|
|
6776
|
+
"name": "styles",
|
|
6777
|
+
"declaration": {
|
|
6778
|
+
"name": "styles",
|
|
6779
|
+
"module": "src/card/card-content.styles.ts"
|
|
6780
|
+
}
|
|
6781
|
+
}
|
|
6782
|
+
]
|
|
6783
|
+
},
|
|
6784
|
+
{
|
|
6785
|
+
"kind": "javascript-module",
|
|
6786
|
+
"path": "src/card/card-content.ts",
|
|
6766
6787
|
"declarations": [
|
|
6767
6788
|
{
|
|
6768
6789
|
"kind": "class",
|
|
6769
6790
|
"description": "",
|
|
6770
|
-
"name": "
|
|
6771
|
-
"
|
|
6772
|
-
{
|
|
6773
|
-
"name": "mixinSelectionControlListItem",
|
|
6774
|
-
"module": "/src/shared/selection-control/selection-control-list-item.js"
|
|
6775
|
-
}
|
|
6776
|
-
],
|
|
6777
|
-
"superclass": {
|
|
6778
|
-
"name": "UmCheckbox",
|
|
6779
|
-
"module": "/src/checkbox/checkbox.js"
|
|
6780
|
-
},
|
|
6781
|
-
"tagName": "u-checkbox-list-item",
|
|
6782
|
-
"customElement": true,
|
|
6783
|
-
"attributes": [
|
|
6791
|
+
"name": "UmCardContent",
|
|
6792
|
+
"members": [
|
|
6784
6793
|
{
|
|
6785
|
-
"
|
|
6794
|
+
"kind": "field",
|
|
6795
|
+
"name": "hasContent",
|
|
6786
6796
|
"type": {
|
|
6787
6797
|
"text": "boolean"
|
|
6788
6798
|
},
|
|
6789
6799
|
"default": "false",
|
|
6790
|
-
"
|
|
6791
|
-
"
|
|
6792
|
-
"name": "mixinSelectionControlListItem",
|
|
6793
|
-
"module": "src/shared/selection-control/selection-control-list-item.ts"
|
|
6794
|
-
}
|
|
6800
|
+
"attribute": "has-content",
|
|
6801
|
+
"reflects": true
|
|
6795
6802
|
},
|
|
6796
6803
|
{
|
|
6797
|
-
"
|
|
6798
|
-
"
|
|
6799
|
-
|
|
6800
|
-
|
|
6801
|
-
|
|
6802
|
-
|
|
6803
|
-
|
|
6804
|
+
"kind": "method",
|
|
6805
|
+
"name": "handleSlotChange",
|
|
6806
|
+
"privacy": "private",
|
|
6807
|
+
"parameters": [
|
|
6808
|
+
{
|
|
6809
|
+
"name": "e",
|
|
6810
|
+
"type": {
|
|
6811
|
+
"text": "Event"
|
|
6812
|
+
}
|
|
6813
|
+
}
|
|
6814
|
+
]
|
|
6815
|
+
}
|
|
6816
|
+
],
|
|
6817
|
+
"attributes": [
|
|
6818
|
+
{
|
|
6819
|
+
"name": "has-content",
|
|
6820
|
+
"type": {
|
|
6821
|
+
"text": "boolean"
|
|
6822
|
+
},
|
|
6823
|
+
"default": "false",
|
|
6824
|
+
"fieldName": "hasContent"
|
|
6825
|
+
}
|
|
6826
|
+
],
|
|
6827
|
+
"superclass": {
|
|
6828
|
+
"name": "LitElement",
|
|
6829
|
+
"package": "lit"
|
|
6830
|
+
},
|
|
6831
|
+
"tagName": "u-card-content",
|
|
6832
|
+
"customElement": true
|
|
6833
|
+
}
|
|
6834
|
+
],
|
|
6835
|
+
"exports": [
|
|
6836
|
+
{
|
|
6837
|
+
"kind": "js",
|
|
6838
|
+
"name": "UmCardContent",
|
|
6839
|
+
"declaration": {
|
|
6840
|
+
"name": "UmCardContent",
|
|
6841
|
+
"module": "src/card/card-content.ts"
|
|
6842
|
+
}
|
|
6843
|
+
},
|
|
6844
|
+
{
|
|
6845
|
+
"kind": "custom-element-definition",
|
|
6846
|
+
"name": "u-card-content",
|
|
6847
|
+
"declaration": {
|
|
6848
|
+
"name": "UmCardContent",
|
|
6849
|
+
"module": "src/card/card-content.ts"
|
|
6850
|
+
}
|
|
6851
|
+
}
|
|
6852
|
+
]
|
|
6853
|
+
},
|
|
6854
|
+
{
|
|
6855
|
+
"kind": "javascript-module",
|
|
6856
|
+
"path": "src/card/card-media.styles.ts",
|
|
6857
|
+
"declarations": [
|
|
6858
|
+
{
|
|
6859
|
+
"kind": "variable",
|
|
6860
|
+
"name": "styles",
|
|
6861
|
+
"default": "css ` :host { display: block; aspect-ratio: 1; border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px)); } :host([wide]) { aspect-ratio: 16/9; } `"
|
|
6862
|
+
}
|
|
6863
|
+
],
|
|
6864
|
+
"exports": [
|
|
6865
|
+
{
|
|
6866
|
+
"kind": "js",
|
|
6867
|
+
"name": "styles",
|
|
6868
|
+
"declaration": {
|
|
6869
|
+
"name": "styles",
|
|
6870
|
+
"module": "src/card/card-media.styles.ts"
|
|
6871
|
+
}
|
|
6872
|
+
}
|
|
6873
|
+
]
|
|
6874
|
+
},
|
|
6875
|
+
{
|
|
6876
|
+
"kind": "javascript-module",
|
|
6877
|
+
"path": "src/card/card-media.ts",
|
|
6878
|
+
"declarations": [
|
|
6879
|
+
{
|
|
6880
|
+
"kind": "class",
|
|
6881
|
+
"description": "",
|
|
6882
|
+
"name": "UmCardMedia",
|
|
6883
|
+
"members": [
|
|
6884
|
+
{
|
|
6885
|
+
"kind": "field",
|
|
6886
|
+
"name": "wide",
|
|
6887
|
+
"type": {
|
|
6888
|
+
"text": "boolean"
|
|
6889
|
+
},
|
|
6890
|
+
"default": "false",
|
|
6891
|
+
"attribute": "wide",
|
|
6892
|
+
"reflects": true
|
|
6893
|
+
}
|
|
6894
|
+
],
|
|
6895
|
+
"attributes": [
|
|
6896
|
+
{
|
|
6897
|
+
"name": "wide",
|
|
6898
|
+
"type": {
|
|
6899
|
+
"text": "boolean"
|
|
6900
|
+
},
|
|
6901
|
+
"default": "false",
|
|
6902
|
+
"fieldName": "wide"
|
|
6903
|
+
}
|
|
6904
|
+
],
|
|
6905
|
+
"superclass": {
|
|
6906
|
+
"name": "LitElement",
|
|
6907
|
+
"package": "lit"
|
|
6908
|
+
},
|
|
6909
|
+
"tagName": "u-card-media",
|
|
6910
|
+
"customElement": true
|
|
6911
|
+
}
|
|
6912
|
+
],
|
|
6913
|
+
"exports": [
|
|
6914
|
+
{
|
|
6915
|
+
"kind": "js",
|
|
6916
|
+
"name": "UmCardMedia",
|
|
6917
|
+
"declaration": {
|
|
6918
|
+
"name": "UmCardMedia",
|
|
6919
|
+
"module": "src/card/card-media.ts"
|
|
6920
|
+
}
|
|
6921
|
+
},
|
|
6922
|
+
{
|
|
6923
|
+
"kind": "custom-element-definition",
|
|
6924
|
+
"name": "u-card-media",
|
|
6925
|
+
"declaration": {
|
|
6926
|
+
"name": "UmCardMedia",
|
|
6927
|
+
"module": "src/card/card-media.ts"
|
|
6928
|
+
}
|
|
6929
|
+
}
|
|
6930
|
+
]
|
|
6931
|
+
},
|
|
6932
|
+
{
|
|
6933
|
+
"kind": "javascript-module",
|
|
6934
|
+
"path": "src/card/card.styles.ts",
|
|
6935
|
+
"declarations": [
|
|
6936
|
+
{
|
|
6937
|
+
"kind": "variable",
|
|
6938
|
+
"name": "styles",
|
|
6939
|
+
"default": "css ` :host { display: block; position: relative; border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px)); } :host([variant=elevated]) { --u-current-bg-color: var(--u-card-elevated-bg-color, var(--u-color-surface-container-low, rgb(247, 242, 250))); background-color: var(--u-current-bg-color); } :host([variant=elevated]) u-elevation { --u-elevation-level: var(--u-elevated-card-elevation-level, 1); } :host([variant=filled]) { --u-current-bg-color: var(--u-card-filled-bg-color, var(--u-color-surface-container-highest, rgb(230, 224, 233))); background-color: var(--u-current-bg-color); } :host([variant=outlined]) { --u-current-bg-color: var(--u-card-outlined-bg-color, var(--u-color-surface, rgb(254, 247, 255))); background-color: var(--u-current-bg-color); border: var(--u-outlined-card-outline-width, 1px) solid var(--u-outlined-card-outline-color, var(--u-color-outline-variant, rgb(202, 196, 208))); } u-card-content, slot { border-radius: inherit; } `"
|
|
6940
|
+
}
|
|
6941
|
+
],
|
|
6942
|
+
"exports": [
|
|
6943
|
+
{
|
|
6944
|
+
"kind": "js",
|
|
6945
|
+
"name": "styles",
|
|
6946
|
+
"declaration": {
|
|
6947
|
+
"name": "styles",
|
|
6948
|
+
"module": "src/card/card.styles.ts"
|
|
6949
|
+
}
|
|
6950
|
+
}
|
|
6951
|
+
]
|
|
6952
|
+
},
|
|
6953
|
+
{
|
|
6954
|
+
"kind": "javascript-module",
|
|
6955
|
+
"path": "src/card/card.ts",
|
|
6956
|
+
"declarations": [
|
|
6957
|
+
{
|
|
6958
|
+
"kind": "class",
|
|
6959
|
+
"description": "",
|
|
6960
|
+
"name": "UmCard",
|
|
6961
|
+
"members": [
|
|
6962
|
+
{
|
|
6963
|
+
"kind": "field",
|
|
6964
|
+
"name": "variant",
|
|
6965
|
+
"type": {
|
|
6966
|
+
"text": "UmCardVariant"
|
|
6967
|
+
},
|
|
6968
|
+
"default": "'filled'",
|
|
6969
|
+
"description": "The Card variant to render.",
|
|
6970
|
+
"attribute": "variant",
|
|
6971
|
+
"reflects": true
|
|
6972
|
+
}
|
|
6973
|
+
],
|
|
6974
|
+
"attributes": [
|
|
6975
|
+
{
|
|
6976
|
+
"name": "variant",
|
|
6977
|
+
"type": {
|
|
6978
|
+
"text": "UmCardVariant"
|
|
6979
|
+
},
|
|
6980
|
+
"default": "'filled'",
|
|
6981
|
+
"description": "The Card variant to render.",
|
|
6982
|
+
"fieldName": "variant"
|
|
6983
|
+
}
|
|
6984
|
+
],
|
|
6985
|
+
"superclass": {
|
|
6986
|
+
"name": "LitElement",
|
|
6987
|
+
"package": "lit"
|
|
6988
|
+
},
|
|
6989
|
+
"tagName": "u-card",
|
|
6990
|
+
"customElement": true
|
|
6991
|
+
}
|
|
6992
|
+
],
|
|
6993
|
+
"exports": [
|
|
6994
|
+
{
|
|
6995
|
+
"kind": "js",
|
|
6996
|
+
"name": "UmCard",
|
|
6997
|
+
"declaration": {
|
|
6998
|
+
"name": "UmCard",
|
|
6999
|
+
"module": "src/card/card.ts"
|
|
7000
|
+
}
|
|
7001
|
+
},
|
|
7002
|
+
{
|
|
7003
|
+
"kind": "custom-element-definition",
|
|
7004
|
+
"name": "u-card",
|
|
7005
|
+
"declaration": {
|
|
7006
|
+
"name": "UmCard",
|
|
7007
|
+
"module": "src/card/card.ts"
|
|
7008
|
+
}
|
|
7009
|
+
}
|
|
7010
|
+
]
|
|
7011
|
+
},
|
|
7012
|
+
{
|
|
7013
|
+
"kind": "javascript-module",
|
|
7014
|
+
"path": "src/checkbox/checkbox-list-item.ts",
|
|
7015
|
+
"declarations": [
|
|
7016
|
+
{
|
|
7017
|
+
"kind": "class",
|
|
7018
|
+
"description": "",
|
|
7019
|
+
"name": "UmCheckboxListItem",
|
|
7020
|
+
"mixins": [
|
|
7021
|
+
{
|
|
7022
|
+
"name": "mixinSelectionControlListItem",
|
|
7023
|
+
"module": "/src/shared/selection-control/selection-control-list-item.js"
|
|
7024
|
+
}
|
|
7025
|
+
],
|
|
7026
|
+
"superclass": {
|
|
7027
|
+
"name": "UmCheckbox",
|
|
7028
|
+
"module": "/src/checkbox/checkbox.js"
|
|
7029
|
+
},
|
|
7030
|
+
"tagName": "u-checkbox-list-item",
|
|
7031
|
+
"customElement": true,
|
|
7032
|
+
"attributes": [
|
|
7033
|
+
{
|
|
7034
|
+
"name": "leading",
|
|
7035
|
+
"type": {
|
|
7036
|
+
"text": "boolean"
|
|
7037
|
+
},
|
|
7038
|
+
"default": "false",
|
|
7039
|
+
"fieldName": "leading",
|
|
7040
|
+
"inheritedFrom": {
|
|
7041
|
+
"name": "mixinSelectionControlListItem",
|
|
7042
|
+
"module": "src/shared/selection-control/selection-control-list-item.ts"
|
|
7043
|
+
}
|
|
7044
|
+
},
|
|
7045
|
+
{
|
|
7046
|
+
"name": "hide-state-layer",
|
|
7047
|
+
"type": {
|
|
7048
|
+
"text": "boolean"
|
|
7049
|
+
},
|
|
7050
|
+
"default": "false",
|
|
7051
|
+
"fieldName": "hideStateLayer",
|
|
7052
|
+
"inheritedFrom": {
|
|
6804
7053
|
"name": "UmCheckbox",
|
|
6805
7054
|
"module": "src/checkbox/checkbox.ts"
|
|
6806
7055
|
}
|
|
@@ -7701,12 +7950,12 @@
|
|
|
7701
7950
|
},
|
|
7702
7951
|
{
|
|
7703
7952
|
"kind": "javascript-module",
|
|
7704
|
-
"path": "src/
|
|
7953
|
+
"path": "src/chip/chip-set.styles.ts",
|
|
7705
7954
|
"declarations": [
|
|
7706
7955
|
{
|
|
7707
7956
|
"kind": "variable",
|
|
7708
7957
|
"name": "styles",
|
|
7709
|
-
"default": "css ` :host {
|
|
7958
|
+
"default": "css ` :host { flex-wrap: wrap; } `"
|
|
7710
7959
|
}
|
|
7711
7960
|
],
|
|
7712
7961
|
"exports": [
|
|
@@ -7715,256 +7964,7 @@
|
|
|
7715
7964
|
"name": "styles",
|
|
7716
7965
|
"declaration": {
|
|
7717
7966
|
"name": "styles",
|
|
7718
|
-
"module": "src/
|
|
7719
|
-
}
|
|
7720
|
-
}
|
|
7721
|
-
]
|
|
7722
|
-
},
|
|
7723
|
-
{
|
|
7724
|
-
"kind": "javascript-module",
|
|
7725
|
-
"path": "src/card/card-content.ts",
|
|
7726
|
-
"declarations": [
|
|
7727
|
-
{
|
|
7728
|
-
"kind": "class",
|
|
7729
|
-
"description": "",
|
|
7730
|
-
"name": "UmCardContent",
|
|
7731
|
-
"members": [
|
|
7732
|
-
{
|
|
7733
|
-
"kind": "field",
|
|
7734
|
-
"name": "hasContent",
|
|
7735
|
-
"type": {
|
|
7736
|
-
"text": "boolean"
|
|
7737
|
-
},
|
|
7738
|
-
"default": "false",
|
|
7739
|
-
"attribute": "has-content",
|
|
7740
|
-
"reflects": true
|
|
7741
|
-
},
|
|
7742
|
-
{
|
|
7743
|
-
"kind": "method",
|
|
7744
|
-
"name": "handleSlotChange",
|
|
7745
|
-
"privacy": "private",
|
|
7746
|
-
"parameters": [
|
|
7747
|
-
{
|
|
7748
|
-
"name": "e",
|
|
7749
|
-
"type": {
|
|
7750
|
-
"text": "Event"
|
|
7751
|
-
}
|
|
7752
|
-
}
|
|
7753
|
-
]
|
|
7754
|
-
}
|
|
7755
|
-
],
|
|
7756
|
-
"attributes": [
|
|
7757
|
-
{
|
|
7758
|
-
"name": "has-content",
|
|
7759
|
-
"type": {
|
|
7760
|
-
"text": "boolean"
|
|
7761
|
-
},
|
|
7762
|
-
"default": "false",
|
|
7763
|
-
"fieldName": "hasContent"
|
|
7764
|
-
}
|
|
7765
|
-
],
|
|
7766
|
-
"superclass": {
|
|
7767
|
-
"name": "LitElement",
|
|
7768
|
-
"package": "lit"
|
|
7769
|
-
},
|
|
7770
|
-
"tagName": "u-card-content",
|
|
7771
|
-
"customElement": true
|
|
7772
|
-
}
|
|
7773
|
-
],
|
|
7774
|
-
"exports": [
|
|
7775
|
-
{
|
|
7776
|
-
"kind": "js",
|
|
7777
|
-
"name": "UmCardContent",
|
|
7778
|
-
"declaration": {
|
|
7779
|
-
"name": "UmCardContent",
|
|
7780
|
-
"module": "src/card/card-content.ts"
|
|
7781
|
-
}
|
|
7782
|
-
},
|
|
7783
|
-
{
|
|
7784
|
-
"kind": "custom-element-definition",
|
|
7785
|
-
"name": "u-card-content",
|
|
7786
|
-
"declaration": {
|
|
7787
|
-
"name": "UmCardContent",
|
|
7788
|
-
"module": "src/card/card-content.ts"
|
|
7789
|
-
}
|
|
7790
|
-
}
|
|
7791
|
-
]
|
|
7792
|
-
},
|
|
7793
|
-
{
|
|
7794
|
-
"kind": "javascript-module",
|
|
7795
|
-
"path": "src/card/card-media.styles.ts",
|
|
7796
|
-
"declarations": [
|
|
7797
|
-
{
|
|
7798
|
-
"kind": "variable",
|
|
7799
|
-
"name": "styles",
|
|
7800
|
-
"default": "css ` :host { display: block; aspect-ratio: 1; border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px)); } :host([wide]) { aspect-ratio: 16/9; } `"
|
|
7801
|
-
}
|
|
7802
|
-
],
|
|
7803
|
-
"exports": [
|
|
7804
|
-
{
|
|
7805
|
-
"kind": "js",
|
|
7806
|
-
"name": "styles",
|
|
7807
|
-
"declaration": {
|
|
7808
|
-
"name": "styles",
|
|
7809
|
-
"module": "src/card/card-media.styles.ts"
|
|
7810
|
-
}
|
|
7811
|
-
}
|
|
7812
|
-
]
|
|
7813
|
-
},
|
|
7814
|
-
{
|
|
7815
|
-
"kind": "javascript-module",
|
|
7816
|
-
"path": "src/card/card-media.ts",
|
|
7817
|
-
"declarations": [
|
|
7818
|
-
{
|
|
7819
|
-
"kind": "class",
|
|
7820
|
-
"description": "",
|
|
7821
|
-
"name": "UmCardMedia",
|
|
7822
|
-
"members": [
|
|
7823
|
-
{
|
|
7824
|
-
"kind": "field",
|
|
7825
|
-
"name": "wide",
|
|
7826
|
-
"type": {
|
|
7827
|
-
"text": "boolean"
|
|
7828
|
-
},
|
|
7829
|
-
"default": "false",
|
|
7830
|
-
"attribute": "wide",
|
|
7831
|
-
"reflects": true
|
|
7832
|
-
}
|
|
7833
|
-
],
|
|
7834
|
-
"attributes": [
|
|
7835
|
-
{
|
|
7836
|
-
"name": "wide",
|
|
7837
|
-
"type": {
|
|
7838
|
-
"text": "boolean"
|
|
7839
|
-
},
|
|
7840
|
-
"default": "false",
|
|
7841
|
-
"fieldName": "wide"
|
|
7842
|
-
}
|
|
7843
|
-
],
|
|
7844
|
-
"superclass": {
|
|
7845
|
-
"name": "LitElement",
|
|
7846
|
-
"package": "lit"
|
|
7847
|
-
},
|
|
7848
|
-
"tagName": "u-card-media",
|
|
7849
|
-
"customElement": true
|
|
7850
|
-
}
|
|
7851
|
-
],
|
|
7852
|
-
"exports": [
|
|
7853
|
-
{
|
|
7854
|
-
"kind": "js",
|
|
7855
|
-
"name": "UmCardMedia",
|
|
7856
|
-
"declaration": {
|
|
7857
|
-
"name": "UmCardMedia",
|
|
7858
|
-
"module": "src/card/card-media.ts"
|
|
7859
|
-
}
|
|
7860
|
-
},
|
|
7861
|
-
{
|
|
7862
|
-
"kind": "custom-element-definition",
|
|
7863
|
-
"name": "u-card-media",
|
|
7864
|
-
"declaration": {
|
|
7865
|
-
"name": "UmCardMedia",
|
|
7866
|
-
"module": "src/card/card-media.ts"
|
|
7867
|
-
}
|
|
7868
|
-
}
|
|
7869
|
-
]
|
|
7870
|
-
},
|
|
7871
|
-
{
|
|
7872
|
-
"kind": "javascript-module",
|
|
7873
|
-
"path": "src/card/card.styles.ts",
|
|
7874
|
-
"declarations": [
|
|
7875
|
-
{
|
|
7876
|
-
"kind": "variable",
|
|
7877
|
-
"name": "styles",
|
|
7878
|
-
"default": "css ` :host { display: block; position: relative; border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px)); } :host([variant=elevated]) { --u-current-bg-color: var(--u-card-elevated-bg-color, var(--u-color-surface-container-low, rgb(247, 242, 250))); background-color: var(--u-current-bg-color); } :host([variant=elevated]) u-elevation { --u-elevation-level: var(--u-elevated-card-elevation-level, 1); } :host([variant=filled]) { --u-current-bg-color: var(--u-card-filled-bg-color, var(--u-color-surface-container-highest, rgb(230, 224, 233))); background-color: var(--u-current-bg-color); } :host([variant=outlined]) { --u-current-bg-color: var(--u-card-outlined-bg-color, var(--u-color-surface, rgb(254, 247, 255))); background-color: var(--u-current-bg-color); border: var(--u-outlined-card-outline-width, 1px) solid var(--u-outlined-card-outline-color, var(--u-color-outline-variant, rgb(202, 196, 208))); } u-card-content, slot { border-radius: inherit; } `"
|
|
7879
|
-
}
|
|
7880
|
-
],
|
|
7881
|
-
"exports": [
|
|
7882
|
-
{
|
|
7883
|
-
"kind": "js",
|
|
7884
|
-
"name": "styles",
|
|
7885
|
-
"declaration": {
|
|
7886
|
-
"name": "styles",
|
|
7887
|
-
"module": "src/card/card.styles.ts"
|
|
7888
|
-
}
|
|
7889
|
-
}
|
|
7890
|
-
]
|
|
7891
|
-
},
|
|
7892
|
-
{
|
|
7893
|
-
"kind": "javascript-module",
|
|
7894
|
-
"path": "src/card/card.ts",
|
|
7895
|
-
"declarations": [
|
|
7896
|
-
{
|
|
7897
|
-
"kind": "class",
|
|
7898
|
-
"description": "",
|
|
7899
|
-
"name": "UmCard",
|
|
7900
|
-
"members": [
|
|
7901
|
-
{
|
|
7902
|
-
"kind": "field",
|
|
7903
|
-
"name": "variant",
|
|
7904
|
-
"type": {
|
|
7905
|
-
"text": "UmCardVariant"
|
|
7906
|
-
},
|
|
7907
|
-
"default": "'filled'",
|
|
7908
|
-
"description": "The Card variant to render.",
|
|
7909
|
-
"attribute": "variant",
|
|
7910
|
-
"reflects": true
|
|
7911
|
-
}
|
|
7912
|
-
],
|
|
7913
|
-
"attributes": [
|
|
7914
|
-
{
|
|
7915
|
-
"name": "variant",
|
|
7916
|
-
"type": {
|
|
7917
|
-
"text": "UmCardVariant"
|
|
7918
|
-
},
|
|
7919
|
-
"default": "'filled'",
|
|
7920
|
-
"description": "The Card variant to render.",
|
|
7921
|
-
"fieldName": "variant"
|
|
7922
|
-
}
|
|
7923
|
-
],
|
|
7924
|
-
"superclass": {
|
|
7925
|
-
"name": "LitElement",
|
|
7926
|
-
"package": "lit"
|
|
7927
|
-
},
|
|
7928
|
-
"tagName": "u-card",
|
|
7929
|
-
"customElement": true
|
|
7930
|
-
}
|
|
7931
|
-
],
|
|
7932
|
-
"exports": [
|
|
7933
|
-
{
|
|
7934
|
-
"kind": "js",
|
|
7935
|
-
"name": "UmCard",
|
|
7936
|
-
"declaration": {
|
|
7937
|
-
"name": "UmCard",
|
|
7938
|
-
"module": "src/card/card.ts"
|
|
7939
|
-
}
|
|
7940
|
-
},
|
|
7941
|
-
{
|
|
7942
|
-
"kind": "custom-element-definition",
|
|
7943
|
-
"name": "u-card",
|
|
7944
|
-
"declaration": {
|
|
7945
|
-
"name": "UmCard",
|
|
7946
|
-
"module": "src/card/card.ts"
|
|
7947
|
-
}
|
|
7948
|
-
}
|
|
7949
|
-
]
|
|
7950
|
-
},
|
|
7951
|
-
{
|
|
7952
|
-
"kind": "javascript-module",
|
|
7953
|
-
"path": "src/chip/chip-set.styles.ts",
|
|
7954
|
-
"declarations": [
|
|
7955
|
-
{
|
|
7956
|
-
"kind": "variable",
|
|
7957
|
-
"name": "styles",
|
|
7958
|
-
"default": "css ` :host { flex-wrap: wrap; } `"
|
|
7959
|
-
}
|
|
7960
|
-
],
|
|
7961
|
-
"exports": [
|
|
7962
|
-
{
|
|
7963
|
-
"kind": "js",
|
|
7964
|
-
"name": "styles",
|
|
7965
|
-
"declaration": {
|
|
7966
|
-
"name": "styles",
|
|
7967
|
-
"module": "src/chip/chip-set.styles.ts"
|
|
7967
|
+
"module": "src/chip/chip-set.styles.ts"
|
|
7968
7968
|
}
|
|
7969
7969
|
}
|
|
7970
7970
|
]
|
|
@@ -13435,12 +13435,10 @@
|
|
|
13435
13435
|
"members": [
|
|
13436
13436
|
{
|
|
13437
13437
|
"kind": "field",
|
|
13438
|
-
"name": "#
|
|
13438
|
+
"name": "#mutationObserver",
|
|
13439
13439
|
"privacy": "private",
|
|
13440
|
-
"
|
|
13441
|
-
|
|
13442
|
-
},
|
|
13443
|
-
"default": "''"
|
|
13440
|
+
"readonly": true,
|
|
13441
|
+
"default": "new MutationObserver(() => this.#parent?._renderMenuItems())"
|
|
13444
13442
|
},
|
|
13445
13443
|
{
|
|
13446
13444
|
"kind": "field",
|
|
@@ -13454,8 +13452,12 @@
|
|
|
13454
13452
|
{
|
|
13455
13453
|
"kind": "field",
|
|
13456
13454
|
"name": "label",
|
|
13457
|
-
"
|
|
13458
|
-
|
|
13455
|
+
"type": {
|
|
13456
|
+
"text": "string"
|
|
13457
|
+
},
|
|
13458
|
+
"default": "''",
|
|
13459
|
+
"attribute": "label"
|
|
13460
|
+
},
|
|
13459
13461
|
{
|
|
13460
13462
|
"kind": "field",
|
|
13461
13463
|
"name": "collapse",
|
|
@@ -13477,6 +13479,10 @@
|
|
|
13477
13479
|
"attributes": [
|
|
13478
13480
|
{
|
|
13479
13481
|
"name": "label",
|
|
13482
|
+
"type": {
|
|
13483
|
+
"text": "string"
|
|
13484
|
+
},
|
|
13485
|
+
"default": "''",
|
|
13480
13486
|
"fieldName": "label"
|
|
13481
13487
|
},
|
|
13482
13488
|
{
|
|
@@ -20781,12 +20787,12 @@
|
|
|
20781
20787
|
},
|
|
20782
20788
|
{
|
|
20783
20789
|
"kind": "javascript-module",
|
|
20784
|
-
"path": "src/
|
|
20790
|
+
"path": "src/typeahead/highlight.styles.ts",
|
|
20785
20791
|
"declarations": [
|
|
20786
20792
|
{
|
|
20787
20793
|
"kind": "variable",
|
|
20788
20794
|
"name": "styles",
|
|
20789
|
-
"default": "css `
|
|
20795
|
+
"default": "css ` :host { display: inline-block; } `"
|
|
20790
20796
|
}
|
|
20791
20797
|
],
|
|
20792
20798
|
"exports": [
|
|
@@ -20795,875 +20801,787 @@
|
|
|
20795
20801
|
"name": "styles",
|
|
20796
20802
|
"declaration": {
|
|
20797
20803
|
"name": "styles",
|
|
20798
|
-
"module": "src/
|
|
20804
|
+
"module": "src/typeahead/highlight.styles.ts"
|
|
20799
20805
|
}
|
|
20800
20806
|
}
|
|
20801
20807
|
]
|
|
20802
20808
|
},
|
|
20803
20809
|
{
|
|
20804
20810
|
"kind": "javascript-module",
|
|
20805
|
-
"path": "src/
|
|
20811
|
+
"path": "src/typeahead/highlight.ts",
|
|
20806
20812
|
"declarations": [
|
|
20807
20813
|
{
|
|
20808
20814
|
"kind": "class",
|
|
20809
20815
|
"description": "",
|
|
20810
|
-
"name": "
|
|
20816
|
+
"name": "UmHighlight",
|
|
20811
20817
|
"members": [
|
|
20812
20818
|
{
|
|
20813
20819
|
"kind": "field",
|
|
20814
|
-
"name": "
|
|
20820
|
+
"name": "#result",
|
|
20821
|
+
"privacy": "private",
|
|
20815
20822
|
"type": {
|
|
20816
|
-
"text": "string"
|
|
20817
|
-
}
|
|
20818
|
-
"default": "'text'",
|
|
20819
|
-
"attribute": "type"
|
|
20823
|
+
"text": "string | undefined"
|
|
20824
|
+
}
|
|
20820
20825
|
},
|
|
20821
20826
|
{
|
|
20822
20827
|
"kind": "field",
|
|
20823
|
-
"name": "
|
|
20828
|
+
"name": "#term",
|
|
20829
|
+
"privacy": "private",
|
|
20824
20830
|
"type": {
|
|
20825
20831
|
"text": "string | undefined"
|
|
20832
|
+
}
|
|
20833
|
+
},
|
|
20834
|
+
{
|
|
20835
|
+
"kind": "field",
|
|
20836
|
+
"name": "parts",
|
|
20837
|
+
"type": {
|
|
20838
|
+
"text": "string[] | undefined"
|
|
20826
20839
|
},
|
|
20827
|
-
"
|
|
20840
|
+
"privacy": "private"
|
|
20828
20841
|
},
|
|
20829
20842
|
{
|
|
20830
20843
|
"kind": "field",
|
|
20831
|
-
"name": "
|
|
20844
|
+
"name": "result",
|
|
20832
20845
|
"type": {
|
|
20833
20846
|
"text": "string | undefined"
|
|
20834
20847
|
},
|
|
20835
|
-
"
|
|
20848
|
+
"description": "The result text to display. If the term is found inside this text, it's highlighted",
|
|
20849
|
+
"attribute": "result"
|
|
20836
20850
|
},
|
|
20837
20851
|
{
|
|
20838
20852
|
"kind": "field",
|
|
20839
|
-
"name": "
|
|
20853
|
+
"name": "term",
|
|
20840
20854
|
"type": {
|
|
20841
|
-
"text": "
|
|
20855
|
+
"text": "string | undefined"
|
|
20842
20856
|
},
|
|
20843
|
-
"
|
|
20844
|
-
"attribute": "
|
|
20845
|
-
"reflects": true
|
|
20857
|
+
"description": "The searched term",
|
|
20858
|
+
"attribute": "term"
|
|
20846
20859
|
},
|
|
20847
20860
|
{
|
|
20848
|
-
"kind": "
|
|
20849
|
-
"name": "
|
|
20861
|
+
"kind": "method",
|
|
20862
|
+
"name": "setParts",
|
|
20863
|
+
"privacy": "private"
|
|
20864
|
+
}
|
|
20865
|
+
],
|
|
20866
|
+
"attributes": [
|
|
20867
|
+
{
|
|
20868
|
+
"name": "result",
|
|
20850
20869
|
"type": {
|
|
20851
|
-
"text": "string"
|
|
20870
|
+
"text": "string | undefined"
|
|
20852
20871
|
},
|
|
20853
|
-
"
|
|
20854
|
-
"
|
|
20872
|
+
"description": "The result text to display. If the term is found inside this text, it's highlighted",
|
|
20873
|
+
"fieldName": "result"
|
|
20855
20874
|
},
|
|
20875
|
+
{
|
|
20876
|
+
"name": "term",
|
|
20877
|
+
"type": {
|
|
20878
|
+
"text": "string | undefined"
|
|
20879
|
+
},
|
|
20880
|
+
"description": "The searched term",
|
|
20881
|
+
"fieldName": "term"
|
|
20882
|
+
}
|
|
20883
|
+
],
|
|
20884
|
+
"superclass": {
|
|
20885
|
+
"name": "LitElement",
|
|
20886
|
+
"package": "lit"
|
|
20887
|
+
},
|
|
20888
|
+
"tagName": "u-highlight",
|
|
20889
|
+
"customElement": true
|
|
20890
|
+
}
|
|
20891
|
+
],
|
|
20892
|
+
"exports": [
|
|
20893
|
+
{
|
|
20894
|
+
"kind": "js",
|
|
20895
|
+
"name": "UmHighlight",
|
|
20896
|
+
"declaration": {
|
|
20897
|
+
"name": "UmHighlight",
|
|
20898
|
+
"module": "src/typeahead/highlight.ts"
|
|
20899
|
+
}
|
|
20900
|
+
},
|
|
20901
|
+
{
|
|
20902
|
+
"kind": "custom-element-definition",
|
|
20903
|
+
"name": "u-highlight",
|
|
20904
|
+
"declaration": {
|
|
20905
|
+
"name": "UmHighlight",
|
|
20906
|
+
"module": "src/typeahead/highlight.ts"
|
|
20907
|
+
}
|
|
20908
|
+
}
|
|
20909
|
+
]
|
|
20910
|
+
},
|
|
20911
|
+
{
|
|
20912
|
+
"kind": "javascript-module",
|
|
20913
|
+
"path": "src/typeahead/typeahead-template-render.ts",
|
|
20914
|
+
"declarations": [
|
|
20915
|
+
{
|
|
20916
|
+
"kind": "class",
|
|
20917
|
+
"description": "",
|
|
20918
|
+
"name": "TypeaheadTemplateRender",
|
|
20919
|
+
"members": [
|
|
20856
20920
|
{
|
|
20857
20921
|
"kind": "field",
|
|
20858
|
-
"name": "
|
|
20922
|
+
"name": "content",
|
|
20859
20923
|
"type": {
|
|
20860
|
-
"text": "
|
|
20924
|
+
"text": "string | HTMLElement | null"
|
|
20861
20925
|
},
|
|
20862
|
-
"
|
|
20863
|
-
|
|
20864
|
-
|
|
20865
|
-
|
|
20866
|
-
|
|
20926
|
+
"default": "null",
|
|
20927
|
+
"attribute": "content"
|
|
20928
|
+
}
|
|
20929
|
+
],
|
|
20930
|
+
"attributes": [
|
|
20867
20931
|
{
|
|
20868
|
-
"
|
|
20869
|
-
"
|
|
20870
|
-
|
|
20871
|
-
"return": {
|
|
20872
|
-
"type": {
|
|
20873
|
-
"text": "HTMLTemplateResult"
|
|
20874
|
-
}
|
|
20932
|
+
"name": "content",
|
|
20933
|
+
"type": {
|
|
20934
|
+
"text": "string | HTMLElement | null"
|
|
20875
20935
|
},
|
|
20876
|
-
"
|
|
20877
|
-
|
|
20878
|
-
|
|
20879
|
-
|
|
20880
|
-
|
|
20936
|
+
"default": "null",
|
|
20937
|
+
"fieldName": "content"
|
|
20938
|
+
}
|
|
20939
|
+
],
|
|
20940
|
+
"superclass": {
|
|
20941
|
+
"name": "LitElement",
|
|
20942
|
+
"package": "lit"
|
|
20943
|
+
},
|
|
20944
|
+
"tagName": "u-typeahead-template-render",
|
|
20945
|
+
"customElement": true
|
|
20946
|
+
}
|
|
20947
|
+
],
|
|
20948
|
+
"exports": [
|
|
20949
|
+
{
|
|
20950
|
+
"kind": "js",
|
|
20951
|
+
"name": "TypeaheadTemplateRender",
|
|
20952
|
+
"declaration": {
|
|
20953
|
+
"name": "TypeaheadTemplateRender",
|
|
20954
|
+
"module": "src/typeahead/typeahead-template-render.ts"
|
|
20955
|
+
}
|
|
20956
|
+
},
|
|
20957
|
+
{
|
|
20958
|
+
"kind": "custom-element-definition",
|
|
20959
|
+
"name": "u-typeahead-template-render",
|
|
20960
|
+
"declaration": {
|
|
20961
|
+
"name": "TypeaheadTemplateRender",
|
|
20962
|
+
"module": "src/typeahead/typeahead-template-render.ts"
|
|
20963
|
+
}
|
|
20964
|
+
}
|
|
20965
|
+
]
|
|
20966
|
+
},
|
|
20967
|
+
{
|
|
20968
|
+
"kind": "javascript-module",
|
|
20969
|
+
"path": "src/typeahead/typeahead.styles.ts",
|
|
20970
|
+
"declarations": [
|
|
20971
|
+
{
|
|
20972
|
+
"kind": "variable",
|
|
20973
|
+
"name": "styles",
|
|
20974
|
+
"default": "css ` :host { display: block; --u-menu-item-label-font-weight: var(--u-typeahead-item-font-weight, var(--u-font-weight-regular, 400)); } :host([fit-target]) u-menu::part(menu) { width: var(--_menu-width); max-width: none; } `"
|
|
20975
|
+
}
|
|
20976
|
+
],
|
|
20977
|
+
"exports": [
|
|
20978
|
+
{
|
|
20979
|
+
"kind": "js",
|
|
20980
|
+
"name": "styles",
|
|
20981
|
+
"declaration": {
|
|
20982
|
+
"name": "styles",
|
|
20983
|
+
"module": "src/typeahead/typeahead.styles.ts"
|
|
20984
|
+
}
|
|
20985
|
+
}
|
|
20986
|
+
]
|
|
20987
|
+
},
|
|
20988
|
+
{
|
|
20989
|
+
"kind": "javascript-module",
|
|
20990
|
+
"path": "src/typeahead/typeahead.ts",
|
|
20991
|
+
"declarations": [
|
|
20992
|
+
{
|
|
20993
|
+
"kind": "class",
|
|
20994
|
+
"description": "",
|
|
20995
|
+
"name": "UmTypeahead",
|
|
20996
|
+
"members": [
|
|
20881
20997
|
{
|
|
20882
20998
|
"kind": "field",
|
|
20883
|
-
"name": "
|
|
20999
|
+
"name": "formAssociated",
|
|
20884
21000
|
"type": {
|
|
20885
|
-
"text": "
|
|
21001
|
+
"text": "boolean"
|
|
20886
21002
|
},
|
|
20887
|
-
"
|
|
20888
|
-
"
|
|
20889
|
-
"
|
|
20890
|
-
"name": "UmNativeTextFieldWrapper",
|
|
20891
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
20892
|
-
}
|
|
21003
|
+
"static": true,
|
|
21004
|
+
"readonly": true,
|
|
21005
|
+
"default": "true"
|
|
20893
21006
|
},
|
|
20894
21007
|
{
|
|
20895
21008
|
"kind": "field",
|
|
20896
|
-
"name": "
|
|
20897
|
-
"
|
|
20898
|
-
"
|
|
20899
|
-
"
|
|
20900
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
21009
|
+
"name": "#targetId",
|
|
21010
|
+
"privacy": "private",
|
|
21011
|
+
"type": {
|
|
21012
|
+
"text": "string | undefined"
|
|
20901
21013
|
}
|
|
20902
21014
|
},
|
|
20903
21015
|
{
|
|
20904
21016
|
"kind": "field",
|
|
20905
|
-
"name": "
|
|
21017
|
+
"name": "#connected",
|
|
21018
|
+
"privacy": "private",
|
|
20906
21019
|
"type": {
|
|
20907
|
-
"text": "
|
|
21020
|
+
"text": "boolean"
|
|
20908
21021
|
},
|
|
20909
|
-
"
|
|
20910
|
-
"reflects": true,
|
|
20911
|
-
"inheritedFrom": {
|
|
20912
|
-
"name": "UmNativeTextFieldWrapper",
|
|
20913
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
20914
|
-
}
|
|
21022
|
+
"default": "false"
|
|
20915
21023
|
},
|
|
20916
21024
|
{
|
|
20917
21025
|
"kind": "field",
|
|
20918
|
-
"name": "#
|
|
21026
|
+
"name": "#target",
|
|
20919
21027
|
"privacy": "private",
|
|
20920
21028
|
"type": {
|
|
20921
|
-
"text": "
|
|
21029
|
+
"text": "| (HTMLElement & {\n autocomplete: 'on' | 'off' | string | null;\n input?: HTMLInputElement;\n _container?: HTMLElement;\n value: string;\n })\n | null"
|
|
20922
21030
|
},
|
|
20923
|
-
"
|
|
20924
|
-
"name": "UmNativeTextFieldWrapper",
|
|
20925
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
20926
|
-
}
|
|
21031
|
+
"default": "null"
|
|
20927
21032
|
},
|
|
20928
21033
|
{
|
|
20929
21034
|
"kind": "field",
|
|
20930
|
-
"name": "
|
|
21035
|
+
"name": "#documentMutationObserver",
|
|
21036
|
+
"privacy": "private",
|
|
20931
21037
|
"type": {
|
|
20932
|
-
"text": "
|
|
21038
|
+
"text": "MutationObserver | null"
|
|
20933
21039
|
},
|
|
20934
|
-
"
|
|
20935
|
-
"reflects": true,
|
|
20936
|
-
"inheritedFrom": {
|
|
20937
|
-
"name": "UmNativeTextFieldWrapper",
|
|
20938
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
20939
|
-
}
|
|
21040
|
+
"default": "null"
|
|
20940
21041
|
},
|
|
20941
21042
|
{
|
|
20942
21043
|
"kind": "field",
|
|
20943
|
-
"name": "
|
|
21044
|
+
"name": "#targetResizeObserver",
|
|
21045
|
+
"privacy": "private",
|
|
20944
21046
|
"type": {
|
|
20945
|
-
"text": "
|
|
21047
|
+
"text": "ResizeObserver | null"
|
|
20946
21048
|
},
|
|
20947
|
-
"default": "null"
|
|
20948
|
-
"attribute": "role",
|
|
20949
|
-
"reflects": true,
|
|
20950
|
-
"inheritedFrom": {
|
|
20951
|
-
"name": "UmNativeTextFieldWrapper",
|
|
20952
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
20953
|
-
}
|
|
20954
|
-
},
|
|
20955
|
-
{
|
|
20956
|
-
"kind": "method",
|
|
20957
|
-
"name": "focus",
|
|
20958
|
-
"inheritedFrom": {
|
|
20959
|
-
"name": "UmNativeTextFieldWrapper",
|
|
20960
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
20961
|
-
}
|
|
20962
|
-
},
|
|
20963
|
-
{
|
|
20964
|
-
"kind": "method",
|
|
20965
|
-
"name": "_handleKeyDown",
|
|
20966
|
-
"privacy": "protected",
|
|
20967
|
-
"parameters": [
|
|
20968
|
-
{
|
|
20969
|
-
"name": "e",
|
|
20970
|
-
"type": {
|
|
20971
|
-
"text": "KeyboardEvent"
|
|
20972
|
-
}
|
|
20973
|
-
}
|
|
20974
|
-
],
|
|
20975
|
-
"inheritedFrom": {
|
|
20976
|
-
"name": "UmNativeTextFieldWrapper",
|
|
20977
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
20978
|
-
}
|
|
20979
|
-
},
|
|
20980
|
-
{
|
|
20981
|
-
"kind": "method",
|
|
20982
|
-
"name": "_handleInput",
|
|
20983
|
-
"privacy": "protected",
|
|
20984
|
-
"inheritedFrom": {
|
|
20985
|
-
"name": "UmNativeTextFieldWrapper",
|
|
20986
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
20987
|
-
}
|
|
21049
|
+
"default": "null"
|
|
20988
21050
|
},
|
|
20989
21051
|
{
|
|
20990
|
-
"kind": "
|
|
20991
|
-
"name": "#
|
|
21052
|
+
"kind": "field",
|
|
21053
|
+
"name": "#navigationController",
|
|
20992
21054
|
"privacy": "private",
|
|
20993
|
-
"
|
|
20994
|
-
|
|
20995
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
20996
|
-
}
|
|
21055
|
+
"readonly": true,
|
|
21056
|
+
"default": "new MenuFieldNavigationController(this)"
|
|
20997
21057
|
},
|
|
20998
21058
|
{
|
|
20999
21059
|
"kind": "field",
|
|
21000
|
-
"name": "
|
|
21060
|
+
"name": "#termNormalized",
|
|
21061
|
+
"privacy": "private",
|
|
21001
21062
|
"type": {
|
|
21002
|
-
"text": "
|
|
21063
|
+
"text": "string"
|
|
21003
21064
|
},
|
|
21004
|
-
"
|
|
21005
|
-
"readonly": true,
|
|
21006
|
-
"default": "true",
|
|
21007
|
-
"inheritedFrom": {
|
|
21008
|
-
"name": "UmTextFieldBase",
|
|
21009
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
21010
|
-
}
|
|
21065
|
+
"default": "''"
|
|
21011
21066
|
},
|
|
21012
21067
|
{
|
|
21013
21068
|
"kind": "field",
|
|
21014
|
-
"name": "
|
|
21069
|
+
"name": "#debounceTimeout",
|
|
21070
|
+
"privacy": "private",
|
|
21015
21071
|
"type": {
|
|
21016
|
-
"text": "
|
|
21072
|
+
"text": "number | null"
|
|
21017
21073
|
},
|
|
21018
|
-
"
|
|
21019
|
-
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }",
|
|
21020
|
-
"inheritedFrom": {
|
|
21021
|
-
"name": "UmTextFieldBase",
|
|
21022
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
21023
|
-
}
|
|
21074
|
+
"default": "null"
|
|
21024
21075
|
},
|
|
21025
21076
|
{
|
|
21026
21077
|
"kind": "field",
|
|
21027
|
-
"name": "
|
|
21078
|
+
"name": "#value",
|
|
21079
|
+
"privacy": "private",
|
|
21028
21080
|
"type": {
|
|
21029
|
-
"text": "
|
|
21030
|
-
},
|
|
21031
|
-
"default": "true",
|
|
21032
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
21033
|
-
"attribute": "empty",
|
|
21034
|
-
"reflects": true,
|
|
21035
|
-
"inheritedFrom": {
|
|
21036
|
-
"name": "UmFieldBase",
|
|
21037
|
-
"module": "src/field/field-base.ts"
|
|
21081
|
+
"text": "any"
|
|
21038
21082
|
}
|
|
21039
21083
|
},
|
|
21040
21084
|
{
|
|
21041
21085
|
"kind": "field",
|
|
21042
|
-
"name": "
|
|
21086
|
+
"name": "#elementInternals",
|
|
21087
|
+
"privacy": "private",
|
|
21043
21088
|
"type": {
|
|
21044
|
-
"text": "
|
|
21089
|
+
"text": "ElementInternals"
|
|
21045
21090
|
},
|
|
21046
|
-
"
|
|
21047
|
-
"attribute": "placeholder",
|
|
21048
|
-
"reflects": true,
|
|
21049
|
-
"inheritedFrom": {
|
|
21050
|
-
"name": "UmTextFieldBase",
|
|
21051
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
21052
|
-
}
|
|
21091
|
+
"readonly": true
|
|
21053
21092
|
},
|
|
21054
21093
|
{
|
|
21055
21094
|
"kind": "field",
|
|
21056
|
-
"name": "
|
|
21095
|
+
"name": "results",
|
|
21057
21096
|
"type": {
|
|
21058
|
-
"text": "
|
|
21097
|
+
"text": "Data[]"
|
|
21059
21098
|
},
|
|
21060
|
-
"
|
|
21061
|
-
"inheritedFrom": {
|
|
21062
|
-
"name": "UmTextFieldBase",
|
|
21063
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
21064
|
-
}
|
|
21099
|
+
"privacy": "private"
|
|
21065
21100
|
},
|
|
21066
21101
|
{
|
|
21067
21102
|
"kind": "field",
|
|
21068
|
-
"name": "
|
|
21103
|
+
"name": "source",
|
|
21069
21104
|
"type": {
|
|
21070
|
-
"text": "
|
|
21105
|
+
"text": "(any[] | ((term: string) => Promise<any[]>)) | undefined"
|
|
21071
21106
|
},
|
|
21072
|
-
"
|
|
21073
|
-
"readonly": true,
|
|
21074
|
-
"inheritedFrom": {
|
|
21075
|
-
"name": "UmTextFieldBase",
|
|
21076
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
21077
|
-
}
|
|
21107
|
+
"description": "The datasource of the typeahead. Accepts an `Array` or a `Promise<[]>`."
|
|
21078
21108
|
},
|
|
21079
21109
|
{
|
|
21080
21110
|
"kind": "field",
|
|
21081
|
-
"name": "
|
|
21111
|
+
"name": "formatter",
|
|
21082
21112
|
"type": {
|
|
21083
|
-
"text": "
|
|
21113
|
+
"text": "((value: any) => string) | undefined"
|
|
21084
21114
|
},
|
|
21085
|
-
"
|
|
21086
|
-
"readonly": true,
|
|
21087
|
-
"inheritedFrom": {
|
|
21088
|
-
"name": "UmFieldBase",
|
|
21089
|
-
"module": "src/field/field-base.ts"
|
|
21090
|
-
}
|
|
21115
|
+
"description": "A function return a string based on a result from the `source`. Useful when the source results are objects."
|
|
21091
21116
|
},
|
|
21092
21117
|
{
|
|
21093
21118
|
"kind": "field",
|
|
21094
|
-
"name": "
|
|
21119
|
+
"name": "template",
|
|
21095
21120
|
"type": {
|
|
21096
|
-
"text": "
|
|
21121
|
+
"text": "((term: string, value: any) => string | HTMLElement | TemplateResult) | undefined"
|
|
21097
21122
|
},
|
|
21098
|
-
"
|
|
21099
|
-
"attribute": "variant",
|
|
21100
|
-
"inheritedFrom": {
|
|
21101
|
-
"name": "UmFieldBase",
|
|
21102
|
-
"module": "src/field/field-base.ts"
|
|
21103
|
-
}
|
|
21123
|
+
"description": "A string representing an HTML to be rendered inside the menu item. If set, it will replace the `u-highlight`.\n\n_Note:_ Subject to signature change"
|
|
21104
21124
|
},
|
|
21105
21125
|
{
|
|
21106
21126
|
"kind": "field",
|
|
21107
|
-
"name": "
|
|
21127
|
+
"name": "debounce",
|
|
21108
21128
|
"type": {
|
|
21109
|
-
"text": "
|
|
21129
|
+
"text": "number"
|
|
21110
21130
|
},
|
|
21111
|
-
"
|
|
21112
|
-
"
|
|
21113
|
-
"
|
|
21114
|
-
|
|
21115
|
-
"module": "src/field/field-base.ts"
|
|
21116
|
-
}
|
|
21131
|
+
"default": "300",
|
|
21132
|
+
"description": "The time in milliseconds before triggering an update in the results.",
|
|
21133
|
+
"attribute": "debounce",
|
|
21134
|
+
"reflects": true
|
|
21117
21135
|
},
|
|
21118
21136
|
{
|
|
21119
21137
|
"kind": "field",
|
|
21120
|
-
"name": "
|
|
21138
|
+
"name": "limit",
|
|
21121
21139
|
"type": {
|
|
21122
|
-
"text": "
|
|
21140
|
+
"text": "number"
|
|
21123
21141
|
},
|
|
21124
|
-
"
|
|
21125
|
-
"
|
|
21126
|
-
|
|
21127
|
-
|
|
21128
|
-
}
|
|
21142
|
+
"default": "10",
|
|
21143
|
+
"description": "The number of suggestions to show",
|
|
21144
|
+
"attribute": "limit",
|
|
21145
|
+
"reflects": true
|
|
21129
21146
|
},
|
|
21130
21147
|
{
|
|
21131
21148
|
"kind": "field",
|
|
21132
|
-
"name": "
|
|
21149
|
+
"name": "minLength",
|
|
21133
21150
|
"type": {
|
|
21134
|
-
"text": "
|
|
21151
|
+
"text": "number"
|
|
21135
21152
|
},
|
|
21136
|
-
"
|
|
21137
|
-
"
|
|
21138
|
-
|
|
21139
|
-
|
|
21140
|
-
}
|
|
21153
|
+
"default": "2",
|
|
21154
|
+
"description": "How many characters must be typed before show suggestions\n\n_Note:_ Not used when the source is a `Promise`",
|
|
21155
|
+
"attribute": "minLength",
|
|
21156
|
+
"reflects": true
|
|
21141
21157
|
},
|
|
21142
21158
|
{
|
|
21143
21159
|
"kind": "field",
|
|
21144
|
-
"name": "
|
|
21160
|
+
"name": "openOnFocus",
|
|
21145
21161
|
"type": {
|
|
21146
21162
|
"text": "boolean"
|
|
21147
21163
|
},
|
|
21148
21164
|
"default": "false",
|
|
21149
|
-
"
|
|
21150
|
-
"
|
|
21151
|
-
|
|
21152
|
-
"module": "src/field/field-base.ts"
|
|
21153
|
-
}
|
|
21165
|
+
"description": "Whether the menu will be show when the target get focus.\n\n_Note:_ The `minLength` will still be applied",
|
|
21166
|
+
"attribute": "open-on-focus",
|
|
21167
|
+
"reflects": true
|
|
21154
21168
|
},
|
|
21155
21169
|
{
|
|
21156
21170
|
"kind": "field",
|
|
21157
|
-
"name": "
|
|
21171
|
+
"name": "editable",
|
|
21158
21172
|
"type": {
|
|
21159
|
-
"text": "
|
|
21173
|
+
"text": "boolean"
|
|
21160
21174
|
},
|
|
21161
|
-
"
|
|
21162
|
-
"
|
|
21163
|
-
"
|
|
21164
|
-
|
|
21165
|
-
"module": "src/field/field-base.ts"
|
|
21166
|
-
}
|
|
21175
|
+
"default": "false",
|
|
21176
|
+
"description": "If `true`, model values will not be restricted only to items selected from the menu.",
|
|
21177
|
+
"attribute": "editable",
|
|
21178
|
+
"reflects": true
|
|
21167
21179
|
},
|
|
21168
21180
|
{
|
|
21169
21181
|
"kind": "field",
|
|
21170
|
-
"name": "
|
|
21182
|
+
"name": "autocomplete",
|
|
21171
21183
|
"type": {
|
|
21172
|
-
"text": "
|
|
21184
|
+
"text": "'on' | 'off' | string"
|
|
21173
21185
|
},
|
|
21174
|
-
"
|
|
21175
|
-
"
|
|
21176
|
-
"
|
|
21177
|
-
|
|
21178
|
-
"module": "src/field/field-base.ts"
|
|
21179
|
-
}
|
|
21186
|
+
"default": "'off'",
|
|
21187
|
+
"description": "The value for the `autocomplete` attribute for the target element.",
|
|
21188
|
+
"attribute": "autocomplete",
|
|
21189
|
+
"reflects": true
|
|
21180
21190
|
},
|
|
21181
21191
|
{
|
|
21182
21192
|
"kind": "field",
|
|
21183
|
-
"name": "
|
|
21193
|
+
"name": "spellcheck",
|
|
21184
21194
|
"type": {
|
|
21185
21195
|
"text": "boolean"
|
|
21186
21196
|
},
|
|
21187
21197
|
"default": "false",
|
|
21188
|
-
"
|
|
21189
|
-
"
|
|
21190
|
-
"
|
|
21191
|
-
"name": "UmFieldBase",
|
|
21192
|
-
"module": "src/field/field-base.ts"
|
|
21193
|
-
}
|
|
21198
|
+
"description": "The value for the `spellcheck` attribute for the target element.",
|
|
21199
|
+
"attribute": "spellcheck",
|
|
21200
|
+
"reflects": true
|
|
21194
21201
|
},
|
|
21195
21202
|
{
|
|
21196
21203
|
"kind": "field",
|
|
21197
|
-
"name": "
|
|
21204
|
+
"name": "fitTarget",
|
|
21198
21205
|
"type": {
|
|
21199
21206
|
"text": "boolean"
|
|
21200
21207
|
},
|
|
21201
21208
|
"default": "false",
|
|
21202
|
-
"
|
|
21203
|
-
"
|
|
21204
|
-
"reflects": true,
|
|
21205
|
-
"inheritedFrom": {
|
|
21206
|
-
"name": "UmFieldBase",
|
|
21207
|
-
"module": "src/field/field-base.ts"
|
|
21208
|
-
}
|
|
21209
|
+
"attribute": "fit-target",
|
|
21210
|
+
"reflects": true
|
|
21209
21211
|
},
|
|
21210
21212
|
{
|
|
21211
|
-
"kind": "
|
|
21212
|
-
"name": "
|
|
21213
|
-
"
|
|
21214
|
-
|
|
21215
|
-
"type": {
|
|
21216
|
-
"text": "ContextProvider<Context<HTMLElement, UmFieldDefaults>>"
|
|
21217
|
-
}
|
|
21213
|
+
"kind": "field",
|
|
21214
|
+
"name": "positioning",
|
|
21215
|
+
"type": {
|
|
21216
|
+
"text": "'relative' | 'fixed'"
|
|
21218
21217
|
},
|
|
21219
|
-
"
|
|
21220
|
-
|
|
21221
|
-
|
|
21222
|
-
"type": {
|
|
21223
|
-
"text": "HTMLElement"
|
|
21224
|
-
}
|
|
21225
|
-
},
|
|
21226
|
-
{
|
|
21227
|
-
"name": "config",
|
|
21228
|
-
"type": {
|
|
21229
|
-
"text": "UmFieldDefaults"
|
|
21230
|
-
}
|
|
21231
|
-
}
|
|
21232
|
-
],
|
|
21233
|
-
"inheritedFrom": {
|
|
21234
|
-
"name": "UmFieldBase",
|
|
21235
|
-
"module": "src/field/field-base.ts"
|
|
21236
|
-
}
|
|
21218
|
+
"default": "'relative'",
|
|
21219
|
+
"attribute": "positioning",
|
|
21220
|
+
"reflects": true
|
|
21237
21221
|
},
|
|
21238
21222
|
{
|
|
21239
21223
|
"kind": "field",
|
|
21240
|
-
"name": "
|
|
21224
|
+
"name": "form",
|
|
21241
21225
|
"type": {
|
|
21242
|
-
"text": "
|
|
21226
|
+
"text": "HTMLFormElement | null"
|
|
21243
21227
|
},
|
|
21244
|
-
"
|
|
21245
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
21246
|
-
"attribute": "has-leading-icon",
|
|
21247
|
-
"reflects": true,
|
|
21248
|
-
"inheritedFrom": {
|
|
21249
|
-
"name": "UmFieldBase",
|
|
21250
|
-
"module": "src/field/field-base.ts"
|
|
21251
|
-
}
|
|
21228
|
+
"readonly": true
|
|
21252
21229
|
},
|
|
21253
21230
|
{
|
|
21254
21231
|
"kind": "field",
|
|
21255
|
-
"name": "
|
|
21232
|
+
"name": "value",
|
|
21256
21233
|
"type": {
|
|
21257
|
-
"text": "
|
|
21234
|
+
"text": "any"
|
|
21258
21235
|
},
|
|
21259
|
-
"
|
|
21260
|
-
|
|
21261
|
-
|
|
21262
|
-
"
|
|
21263
|
-
"
|
|
21264
|
-
|
|
21265
|
-
|
|
21266
|
-
|
|
21236
|
+
"description": "Gets or sets the current value of the typeahead."
|
|
21237
|
+
},
|
|
21238
|
+
{
|
|
21239
|
+
"kind": "method",
|
|
21240
|
+
"name": "focus"
|
|
21241
|
+
},
|
|
21242
|
+
{
|
|
21243
|
+
"kind": "method",
|
|
21244
|
+
"name": "clear"
|
|
21267
21245
|
},
|
|
21268
21246
|
{
|
|
21269
21247
|
"kind": "field",
|
|
21270
|
-
"name": "
|
|
21248
|
+
"name": "targetId",
|
|
21271
21249
|
"type": {
|
|
21272
|
-
"text": "
|
|
21250
|
+
"text": "string | undefined"
|
|
21273
21251
|
},
|
|
21274
|
-
"
|
|
21275
|
-
"
|
|
21276
|
-
"
|
|
21277
|
-
"reflects": true,
|
|
21278
|
-
"inheritedFrom": {
|
|
21279
|
-
"name": "UmFieldBase",
|
|
21280
|
-
"module": "src/field/field-base.ts"
|
|
21281
|
-
}
|
|
21252
|
+
"description": "The id of the target element to attach the typeahead.",
|
|
21253
|
+
"attribute": "target-id",
|
|
21254
|
+
"reflects": true
|
|
21282
21255
|
},
|
|
21283
21256
|
{
|
|
21284
21257
|
"kind": "field",
|
|
21285
|
-
"name": "
|
|
21258
|
+
"name": "_menu",
|
|
21286
21259
|
"type": {
|
|
21287
|
-
"text": "
|
|
21288
|
-
},
|
|
21289
|
-
"privacy": "protected",
|
|
21290
|
-
"readonly": true,
|
|
21291
|
-
"inheritedFrom": {
|
|
21292
|
-
"name": "UmFieldBase",
|
|
21293
|
-
"module": "src/field/field-base.ts"
|
|
21260
|
+
"text": "UmMenu"
|
|
21294
21261
|
}
|
|
21295
21262
|
},
|
|
21296
21263
|
{
|
|
21297
21264
|
"kind": "field",
|
|
21298
|
-
"name": "
|
|
21265
|
+
"name": "menuItems",
|
|
21299
21266
|
"type": {
|
|
21300
|
-
"text": "
|
|
21301
|
-
},
|
|
21302
|
-
"privacy": "protected",
|
|
21303
|
-
"readonly": true,
|
|
21304
|
-
"inheritedFrom": {
|
|
21305
|
-
"name": "UmFieldBase",
|
|
21306
|
-
"module": "src/field/field-base.ts"
|
|
21267
|
+
"text": "NodeListOf<UmMenuItem>"
|
|
21307
21268
|
}
|
|
21308
21269
|
},
|
|
21309
21270
|
{
|
|
21310
21271
|
"kind": "field",
|
|
21311
|
-
"name": "
|
|
21272
|
+
"name": "_menuItems",
|
|
21312
21273
|
"type": {
|
|
21313
|
-
"text": "
|
|
21274
|
+
"text": "UmMenuItem[]"
|
|
21314
21275
|
},
|
|
21276
|
+
"readonly": true
|
|
21277
|
+
},
|
|
21278
|
+
{
|
|
21279
|
+
"kind": "method",
|
|
21280
|
+
"name": "#attach",
|
|
21281
|
+
"privacy": "private"
|
|
21282
|
+
},
|
|
21283
|
+
{
|
|
21284
|
+
"kind": "method",
|
|
21285
|
+
"name": "#detach",
|
|
21286
|
+
"privacy": "private"
|
|
21287
|
+
},
|
|
21288
|
+
{
|
|
21289
|
+
"kind": "method",
|
|
21290
|
+
"name": "#handleItemMouseDown",
|
|
21315
21291
|
"privacy": "private",
|
|
21316
|
-
"
|
|
21317
|
-
|
|
21318
|
-
|
|
21319
|
-
|
|
21320
|
-
|
|
21292
|
+
"parameters": [
|
|
21293
|
+
{
|
|
21294
|
+
"name": "e",
|
|
21295
|
+
"type": {
|
|
21296
|
+
"text": "Event"
|
|
21297
|
+
}
|
|
21298
|
+
}
|
|
21299
|
+
]
|
|
21300
|
+
},
|
|
21301
|
+
{
|
|
21302
|
+
"kind": "method",
|
|
21303
|
+
"name": "#handleClick",
|
|
21304
|
+
"privacy": "private",
|
|
21305
|
+
"parameters": [
|
|
21306
|
+
{
|
|
21307
|
+
"name": "e",
|
|
21308
|
+
"type": {
|
|
21309
|
+
"text": "Event"
|
|
21310
|
+
}
|
|
21311
|
+
}
|
|
21312
|
+
]
|
|
21321
21313
|
},
|
|
21322
21314
|
{
|
|
21323
21315
|
"kind": "field",
|
|
21324
|
-
"name": "
|
|
21325
|
-
"type": {
|
|
21326
|
-
"text": "HTMLElement"
|
|
21327
|
-
},
|
|
21316
|
+
"name": "#handleFocus",
|
|
21328
21317
|
"privacy": "private",
|
|
21329
|
-
"readonly": true
|
|
21330
|
-
"inheritedFrom": {
|
|
21331
|
-
"name": "UmFieldBase",
|
|
21332
|
-
"module": "src/field/field-base.ts"
|
|
21333
|
-
}
|
|
21318
|
+
"readonly": true
|
|
21334
21319
|
},
|
|
21335
21320
|
{
|
|
21336
21321
|
"kind": "field",
|
|
21337
|
-
"name": "
|
|
21338
|
-
"
|
|
21339
|
-
|
|
21340
|
-
},
|
|
21341
|
-
"privacy": "protected",
|
|
21342
|
-
"inheritedFrom": {
|
|
21343
|
-
"name": "UmFieldBase",
|
|
21344
|
-
"module": "src/field/field-base.ts"
|
|
21345
|
-
}
|
|
21322
|
+
"name": "#handleInput",
|
|
21323
|
+
"privacy": "private",
|
|
21324
|
+
"readonly": true
|
|
21346
21325
|
},
|
|
21347
21326
|
{
|
|
21348
21327
|
"kind": "method",
|
|
21349
|
-
"name": "
|
|
21350
|
-
"privacy": "
|
|
21328
|
+
"name": "#getItemClickHandler",
|
|
21329
|
+
"privacy": "private",
|
|
21330
|
+
"parameters": [
|
|
21331
|
+
{
|
|
21332
|
+
"name": "data",
|
|
21333
|
+
"type": {
|
|
21334
|
+
"text": "Data"
|
|
21335
|
+
}
|
|
21336
|
+
}
|
|
21337
|
+
]
|
|
21338
|
+
},
|
|
21339
|
+
{
|
|
21340
|
+
"kind": "method",
|
|
21341
|
+
"name": "#setValueAndDispatchEvents",
|
|
21342
|
+
"privacy": "private",
|
|
21343
|
+
"parameters": [
|
|
21344
|
+
{
|
|
21345
|
+
"name": "value",
|
|
21346
|
+
"type": {
|
|
21347
|
+
"text": "any"
|
|
21348
|
+
}
|
|
21349
|
+
},
|
|
21350
|
+
{
|
|
21351
|
+
"name": "direct",
|
|
21352
|
+
"default": "false"
|
|
21353
|
+
}
|
|
21354
|
+
]
|
|
21355
|
+
},
|
|
21356
|
+
{
|
|
21357
|
+
"kind": "method",
|
|
21358
|
+
"name": "#renderTemplate",
|
|
21359
|
+
"privacy": "private",
|
|
21351
21360
|
"return": {
|
|
21352
21361
|
"type": {
|
|
21353
21362
|
"text": "TemplateResult"
|
|
21354
21363
|
}
|
|
21355
21364
|
},
|
|
21356
|
-
"
|
|
21357
|
-
|
|
21358
|
-
|
|
21359
|
-
|
|
21365
|
+
"parameters": [
|
|
21366
|
+
{
|
|
21367
|
+
"name": "value",
|
|
21368
|
+
"type": {
|
|
21369
|
+
"text": "any"
|
|
21370
|
+
}
|
|
21371
|
+
}
|
|
21372
|
+
]
|
|
21360
21373
|
},
|
|
21361
21374
|
{
|
|
21362
21375
|
"kind": "method",
|
|
21363
|
-
"name": "
|
|
21376
|
+
"name": "#updateResults",
|
|
21364
21377
|
"privacy": "private",
|
|
21365
|
-
"
|
|
21366
|
-
|
|
21367
|
-
|
|
21368
|
-
|
|
21378
|
+
"parameters": [
|
|
21379
|
+
{
|
|
21380
|
+
"name": "lazy",
|
|
21381
|
+
"default": "false"
|
|
21382
|
+
}
|
|
21383
|
+
]
|
|
21369
21384
|
},
|
|
21370
21385
|
{
|
|
21371
21386
|
"kind": "method",
|
|
21372
|
-
"name": "
|
|
21387
|
+
"name": "#getData",
|
|
21373
21388
|
"privacy": "private",
|
|
21374
|
-
"
|
|
21375
|
-
"
|
|
21376
|
-
|
|
21389
|
+
"return": {
|
|
21390
|
+
"type": {
|
|
21391
|
+
"text": "Promise<Data[]>"
|
|
21392
|
+
}
|
|
21377
21393
|
}
|
|
21378
21394
|
},
|
|
21379
21395
|
{
|
|
21380
21396
|
"kind": "method",
|
|
21381
|
-
"name": "
|
|
21397
|
+
"name": "#setValueOnTarget",
|
|
21398
|
+
"privacy": "private"
|
|
21399
|
+
},
|
|
21400
|
+
{
|
|
21401
|
+
"kind": "method",
|
|
21402
|
+
"name": "#getTargetValue",
|
|
21382
21403
|
"privacy": "private",
|
|
21383
|
-
"
|
|
21384
|
-
"
|
|
21385
|
-
|
|
21404
|
+
"return": {
|
|
21405
|
+
"type": {
|
|
21406
|
+
"text": "string"
|
|
21407
|
+
}
|
|
21386
21408
|
}
|
|
21387
21409
|
},
|
|
21388
21410
|
{
|
|
21389
21411
|
"kind": "method",
|
|
21390
|
-
"name": "
|
|
21391
|
-
"privacy": "
|
|
21412
|
+
"name": "#setTargetValue",
|
|
21413
|
+
"privacy": "private",
|
|
21392
21414
|
"return": {
|
|
21393
21415
|
"type": {
|
|
21394
|
-
"text": "
|
|
21416
|
+
"text": "void"
|
|
21395
21417
|
}
|
|
21396
21418
|
},
|
|
21397
|
-
"
|
|
21398
|
-
|
|
21399
|
-
|
|
21400
|
-
|
|
21401
|
-
|
|
21402
|
-
|
|
21403
|
-
|
|
21404
|
-
|
|
21405
|
-
"name": "type",
|
|
21406
|
-
"type": {
|
|
21407
|
-
"text": "string"
|
|
21408
|
-
},
|
|
21409
|
-
"default": "'text'",
|
|
21410
|
-
"fieldName": "type"
|
|
21411
|
-
},
|
|
21412
|
-
{
|
|
21413
|
-
"name": "prefix-text",
|
|
21414
|
-
"type": {
|
|
21415
|
-
"text": "string | undefined"
|
|
21416
|
-
},
|
|
21417
|
-
"fieldName": "prefixText"
|
|
21418
|
-
},
|
|
21419
|
-
{
|
|
21420
|
-
"name": "suffix-text",
|
|
21421
|
-
"type": {
|
|
21422
|
-
"text": "string | undefined"
|
|
21423
|
-
},
|
|
21424
|
-
"fieldName": "suffixText"
|
|
21425
|
-
},
|
|
21426
|
-
{
|
|
21427
|
-
"name": "readOnly",
|
|
21428
|
-
"type": {
|
|
21429
|
-
"text": "boolean"
|
|
21430
|
-
},
|
|
21431
|
-
"default": "false",
|
|
21432
|
-
"fieldName": "readOnly"
|
|
21419
|
+
"parameters": [
|
|
21420
|
+
{
|
|
21421
|
+
"name": "value",
|
|
21422
|
+
"type": {
|
|
21423
|
+
"text": "string"
|
|
21424
|
+
}
|
|
21425
|
+
}
|
|
21426
|
+
]
|
|
21433
21427
|
},
|
|
21434
21428
|
{
|
|
21435
|
-
"
|
|
21436
|
-
"
|
|
21437
|
-
|
|
21438
|
-
},
|
|
21439
|
-
"fieldName": "autocapitalize"
|
|
21429
|
+
"kind": "method",
|
|
21430
|
+
"name": "#setMenuAnchor",
|
|
21431
|
+
"privacy": "private"
|
|
21440
21432
|
},
|
|
21441
21433
|
{
|
|
21442
|
-
"
|
|
21443
|
-
"
|
|
21444
|
-
"
|
|
21445
|
-
"name": "UmNativeTextFieldWrapper",
|
|
21446
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
21447
|
-
}
|
|
21434
|
+
"kind": "method",
|
|
21435
|
+
"name": "#getMenuAnchor",
|
|
21436
|
+
"privacy": "private"
|
|
21448
21437
|
},
|
|
21449
21438
|
{
|
|
21450
|
-
"
|
|
21451
|
-
"
|
|
21452
|
-
|
|
21453
|
-
|
|
21454
|
-
|
|
21455
|
-
|
|
21456
|
-
|
|
21457
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
21439
|
+
"kind": "method",
|
|
21440
|
+
"name": "#getTextValue",
|
|
21441
|
+
"privacy": "private",
|
|
21442
|
+
"return": {
|
|
21443
|
+
"type": {
|
|
21444
|
+
"text": "string"
|
|
21445
|
+
}
|
|
21458
21446
|
}
|
|
21459
21447
|
},
|
|
21460
21448
|
{
|
|
21461
|
-
"
|
|
21462
|
-
"
|
|
21463
|
-
|
|
21464
|
-
|
|
21465
|
-
|
|
21466
|
-
|
|
21467
|
-
|
|
21468
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
21449
|
+
"kind": "method",
|
|
21450
|
+
"name": "#setMenuWidthProperty",
|
|
21451
|
+
"privacy": "private",
|
|
21452
|
+
"return": {
|
|
21453
|
+
"type": {
|
|
21454
|
+
"text": "void"
|
|
21455
|
+
}
|
|
21469
21456
|
}
|
|
21470
|
-
}
|
|
21457
|
+
}
|
|
21458
|
+
],
|
|
21459
|
+
"events": [
|
|
21471
21460
|
{
|
|
21472
|
-
"name": "
|
|
21461
|
+
"name": "input",
|
|
21473
21462
|
"type": {
|
|
21474
|
-
"text": "
|
|
21475
|
-
},
|
|
21476
|
-
"default": "null",
|
|
21477
|
-
"fieldName": "role",
|
|
21478
|
-
"inheritedFrom": {
|
|
21479
|
-
"name": "UmNativeTextFieldWrapper",
|
|
21480
|
-
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
21463
|
+
"text": "InputEvent"
|
|
21481
21464
|
}
|
|
21482
21465
|
},
|
|
21483
21466
|
{
|
|
21484
|
-
"name": "
|
|
21467
|
+
"name": "change",
|
|
21485
21468
|
"type": {
|
|
21486
|
-
"text": "
|
|
21487
|
-
},
|
|
21488
|
-
"default": "''",
|
|
21489
|
-
"fieldName": "placeholder",
|
|
21490
|
-
"inheritedFrom": {
|
|
21491
|
-
"name": "UmTextFieldBase",
|
|
21492
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
21469
|
+
"text": "Event"
|
|
21493
21470
|
}
|
|
21494
|
-
}
|
|
21471
|
+
}
|
|
21472
|
+
],
|
|
21473
|
+
"attributes": [
|
|
21495
21474
|
{
|
|
21496
|
-
"name": "
|
|
21475
|
+
"name": "debounce",
|
|
21497
21476
|
"type": {
|
|
21498
|
-
"text": "
|
|
21477
|
+
"text": "number"
|
|
21499
21478
|
},
|
|
21500
|
-
"default": "
|
|
21501
|
-
"
|
|
21502
|
-
"
|
|
21503
|
-
"name": "UmFieldBase",
|
|
21504
|
-
"module": "src/field/field-base.ts"
|
|
21505
|
-
}
|
|
21479
|
+
"default": "300",
|
|
21480
|
+
"description": "The time in milliseconds before triggering an update in the results.",
|
|
21481
|
+
"fieldName": "debounce"
|
|
21506
21482
|
},
|
|
21507
21483
|
{
|
|
21508
|
-
"name": "
|
|
21484
|
+
"name": "limit",
|
|
21509
21485
|
"type": {
|
|
21510
|
-
"text": "
|
|
21486
|
+
"text": "number"
|
|
21511
21487
|
},
|
|
21512
|
-
"
|
|
21513
|
-
"
|
|
21514
|
-
"
|
|
21515
|
-
"name": "UmFieldBase",
|
|
21516
|
-
"module": "src/field/field-base.ts"
|
|
21517
|
-
}
|
|
21488
|
+
"default": "10",
|
|
21489
|
+
"description": "The number of suggestions to show",
|
|
21490
|
+
"fieldName": "limit"
|
|
21518
21491
|
},
|
|
21519
21492
|
{
|
|
21520
|
-
"name": "
|
|
21493
|
+
"name": "minLength",
|
|
21521
21494
|
"type": {
|
|
21522
|
-
"text": "
|
|
21495
|
+
"text": "number"
|
|
21523
21496
|
},
|
|
21524
|
-
"
|
|
21525
|
-
"
|
|
21526
|
-
|
|
21527
|
-
"module": "src/field/field-base.ts"
|
|
21528
|
-
}
|
|
21497
|
+
"default": "2",
|
|
21498
|
+
"description": "How many characters must be typed before show suggestions\n\n_Note:_ Not used when the source is a `Promise`",
|
|
21499
|
+
"fieldName": "minLength"
|
|
21529
21500
|
},
|
|
21530
21501
|
{
|
|
21531
|
-
"name": "
|
|
21502
|
+
"name": "open-on-focus",
|
|
21532
21503
|
"type": {
|
|
21533
21504
|
"text": "boolean"
|
|
21534
21505
|
},
|
|
21535
21506
|
"default": "false",
|
|
21536
|
-
"
|
|
21537
|
-
"
|
|
21538
|
-
"name": "UmFieldBase",
|
|
21539
|
-
"module": "src/field/field-base.ts"
|
|
21540
|
-
}
|
|
21541
|
-
},
|
|
21542
|
-
{
|
|
21543
|
-
"name": "supporting-text",
|
|
21544
|
-
"type": {
|
|
21545
|
-
"text": "string | undefined"
|
|
21546
|
-
},
|
|
21547
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
21548
|
-
"fieldName": "supportingText",
|
|
21549
|
-
"inheritedFrom": {
|
|
21550
|
-
"name": "UmFieldBase",
|
|
21551
|
-
"module": "src/field/field-base.ts"
|
|
21552
|
-
}
|
|
21553
|
-
},
|
|
21554
|
-
{
|
|
21555
|
-
"name": "error-text",
|
|
21556
|
-
"type": {
|
|
21557
|
-
"text": "string | undefined"
|
|
21558
|
-
},
|
|
21559
|
-
"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`",
|
|
21560
|
-
"fieldName": "errorText",
|
|
21561
|
-
"inheritedFrom": {
|
|
21562
|
-
"name": "UmFieldBase",
|
|
21563
|
-
"module": "src/field/field-base.ts"
|
|
21564
|
-
}
|
|
21507
|
+
"description": "Whether the menu will be show when the target get focus.\n\n_Note:_ The `minLength` will still be applied",
|
|
21508
|
+
"fieldName": "openOnFocus"
|
|
21565
21509
|
},
|
|
21566
21510
|
{
|
|
21567
|
-
"name": "
|
|
21511
|
+
"name": "editable",
|
|
21568
21512
|
"type": {
|
|
21569
21513
|
"text": "boolean"
|
|
21570
21514
|
},
|
|
21571
21515
|
"default": "false",
|
|
21572
|
-
"description": "
|
|
21573
|
-
"fieldName": "
|
|
21574
|
-
"inheritedFrom": {
|
|
21575
|
-
"name": "UmFieldBase",
|
|
21576
|
-
"module": "src/field/field-base.ts"
|
|
21577
|
-
}
|
|
21516
|
+
"description": "If `true`, model values will not be restricted only to items selected from the menu.",
|
|
21517
|
+
"fieldName": "editable"
|
|
21578
21518
|
},
|
|
21579
21519
|
{
|
|
21580
|
-
"name": "
|
|
21520
|
+
"name": "autocomplete",
|
|
21581
21521
|
"type": {
|
|
21582
|
-
"text": "
|
|
21522
|
+
"text": "'on' | 'off' | string"
|
|
21583
21523
|
},
|
|
21584
|
-
"default": "
|
|
21585
|
-
"
|
|
21586
|
-
"
|
|
21587
|
-
"name": "UmFieldBase",
|
|
21588
|
-
"module": "src/field/field-base.ts"
|
|
21589
|
-
}
|
|
21524
|
+
"default": "'off'",
|
|
21525
|
+
"description": "The value for the `autocomplete` attribute for the target element.",
|
|
21526
|
+
"fieldName": "autocomplete"
|
|
21590
21527
|
},
|
|
21591
21528
|
{
|
|
21592
|
-
"name": "
|
|
21529
|
+
"name": "spellcheck",
|
|
21593
21530
|
"type": {
|
|
21594
21531
|
"text": "boolean"
|
|
21595
21532
|
},
|
|
21596
21533
|
"default": "false",
|
|
21597
|
-
"description": "
|
|
21598
|
-
"fieldName": "
|
|
21599
|
-
"inheritedFrom": {
|
|
21600
|
-
"name": "UmFieldBase",
|
|
21601
|
-
"module": "src/field/field-base.ts"
|
|
21602
|
-
}
|
|
21534
|
+
"description": "The value for the `spellcheck` attribute for the target element.",
|
|
21535
|
+
"fieldName": "spellcheck"
|
|
21603
21536
|
},
|
|
21604
21537
|
{
|
|
21605
|
-
"name": "
|
|
21538
|
+
"name": "fit-target",
|
|
21606
21539
|
"type": {
|
|
21607
21540
|
"text": "boolean"
|
|
21608
21541
|
},
|
|
21609
21542
|
"default": "false",
|
|
21610
|
-
"
|
|
21611
|
-
"fieldName": "hasLeadingIcon",
|
|
21612
|
-
"inheritedFrom": {
|
|
21613
|
-
"name": "UmFieldBase",
|
|
21614
|
-
"module": "src/field/field-base.ts"
|
|
21615
|
-
}
|
|
21543
|
+
"fieldName": "fitTarget"
|
|
21616
21544
|
},
|
|
21617
21545
|
{
|
|
21618
|
-
"name": "
|
|
21546
|
+
"name": "positioning",
|
|
21619
21547
|
"type": {
|
|
21620
|
-
"text": "
|
|
21548
|
+
"text": "'relative' | 'fixed'"
|
|
21621
21549
|
},
|
|
21622
|
-
"default": "
|
|
21623
|
-
"
|
|
21624
|
-
"fieldName": "hasTrailingIcon",
|
|
21625
|
-
"inheritedFrom": {
|
|
21626
|
-
"name": "UmFieldBase",
|
|
21627
|
-
"module": "src/field/field-base.ts"
|
|
21628
|
-
}
|
|
21550
|
+
"default": "'relative'",
|
|
21551
|
+
"fieldName": "positioning"
|
|
21629
21552
|
},
|
|
21630
21553
|
{
|
|
21631
|
-
"name": "
|
|
21554
|
+
"name": "target-id",
|
|
21632
21555
|
"type": {
|
|
21633
|
-
"text": "
|
|
21556
|
+
"text": "string | undefined"
|
|
21634
21557
|
},
|
|
21635
|
-
"
|
|
21636
|
-
"
|
|
21637
|
-
"fieldName": "hasErrorText",
|
|
21638
|
-
"inheritedFrom": {
|
|
21639
|
-
"name": "UmFieldBase",
|
|
21640
|
-
"module": "src/field/field-base.ts"
|
|
21641
|
-
}
|
|
21558
|
+
"description": "The id of the target element to attach the typeahead.",
|
|
21559
|
+
"fieldName": "targetId"
|
|
21642
21560
|
}
|
|
21643
21561
|
],
|
|
21644
21562
|
"superclass": {
|
|
21645
|
-
"name": "
|
|
21646
|
-
"
|
|
21563
|
+
"name": "LitElement",
|
|
21564
|
+
"package": "lit"
|
|
21647
21565
|
},
|
|
21648
|
-
"tagName": "u-
|
|
21566
|
+
"tagName": "u-typeahead",
|
|
21649
21567
|
"customElement": true
|
|
21650
21568
|
}
|
|
21651
21569
|
],
|
|
21652
21570
|
"exports": [
|
|
21653
21571
|
{
|
|
21654
21572
|
"kind": "js",
|
|
21655
|
-
"name": "
|
|
21573
|
+
"name": "UmTypeahead",
|
|
21656
21574
|
"declaration": {
|
|
21657
|
-
"name": "
|
|
21658
|
-
"module": "src/
|
|
21575
|
+
"name": "UmTypeahead",
|
|
21576
|
+
"module": "src/typeahead/typeahead.ts"
|
|
21659
21577
|
}
|
|
21660
21578
|
},
|
|
21661
21579
|
{
|
|
21662
21580
|
"kind": "custom-element-definition",
|
|
21663
|
-
"name": "u-
|
|
21581
|
+
"name": "u-typeahead",
|
|
21664
21582
|
"declaration": {
|
|
21665
|
-
"name": "
|
|
21666
|
-
"module": "src/
|
|
21583
|
+
"name": "UmTypeahead",
|
|
21584
|
+
"module": "src/typeahead/typeahead.ts"
|
|
21667
21585
|
}
|
|
21668
21586
|
}
|
|
21669
21587
|
]
|
|
@@ -22195,12 +22113,12 @@
|
|
|
22195
22113
|
},
|
|
22196
22114
|
{
|
|
22197
22115
|
"kind": "javascript-module",
|
|
22198
|
-
"path": "src/
|
|
22116
|
+
"path": "src/text-field/text-field.styles.ts",
|
|
22199
22117
|
"declarations": [
|
|
22200
22118
|
{
|
|
22201
22119
|
"kind": "variable",
|
|
22202
22120
|
"name": "styles",
|
|
22203
|
-
"default": "css ` :
|
|
22121
|
+
"default": "css ` .prefix::slotted(*), .prefix span, .suffix::slotted(*), .suffix span { transition: opacity 150ms 100ms; } .prefix span:empty, .suffix span:empty { display: none; } .prefix::slotted(*), .prefix span { color: var(--u-field-prefix-color, var(--u-field-affix-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)))); margin-inline-end: var(--u-prefix-margin, var(--u-affix-margin, 2px)); } .suffix::slotted(*), .suffix span { color: var(--u-field-suffix-color, var(--u-field-affix-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)))); margin-inline-start: var(--u-suffix-margin, var(--u-affix-margin, 2px)); } :host([disabled]) .prefix span, :host([disabled]) .prefix::slotted(*) { color: var(--u-text-field-prefix-color, var(--u-text-field-affix-color, color-mix(in srgb, var(--u-color-on-surface, rgb(29, 27, 32)) var(--u-field-disabled-opacity, 38%), transparent))); } :host([disabled]) .suffix span, :host([disabled]) .suffix::slotted(*) { color: var(--u-text-field-suffix-color, var(--u-text-field-affix-color, color-mix(in srgb, var(--u-color-on-surface, rgb(29, 27, 32)) var(--u-field-disabled-opacity, 38%), transparent))); } :host([empty]:not(:focus-within)) .container:not(.no-label) .suffix::slotted(*), :host([empty]:not(:focus-within)) .container:not(.no-label) .suffix span, :host([empty]:not(:focus-within)) .container:not(.no-label) .prefix::slotted(*), :host([empty]:not(:focus-within)) .container:not(.no-label) .prefix span { opacity: 0; transition: opacity 150ms; } `"
|
|
22204
22122
|
}
|
|
22205
22123
|
],
|
|
22206
22124
|
"exports": [
|
|
@@ -22209,787 +22127,875 @@
|
|
|
22209
22127
|
"name": "styles",
|
|
22210
22128
|
"declaration": {
|
|
22211
22129
|
"name": "styles",
|
|
22212
|
-
"module": "src/
|
|
22130
|
+
"module": "src/text-field/text-field.styles.ts"
|
|
22213
22131
|
}
|
|
22214
22132
|
}
|
|
22215
22133
|
]
|
|
22216
22134
|
},
|
|
22217
22135
|
{
|
|
22218
22136
|
"kind": "javascript-module",
|
|
22219
|
-
"path": "src/
|
|
22137
|
+
"path": "src/text-field/text-field.ts",
|
|
22220
22138
|
"declarations": [
|
|
22221
22139
|
{
|
|
22222
22140
|
"kind": "class",
|
|
22223
22141
|
"description": "",
|
|
22224
|
-
"name": "
|
|
22142
|
+
"name": "UmTextField",
|
|
22225
22143
|
"members": [
|
|
22226
22144
|
{
|
|
22227
22145
|
"kind": "field",
|
|
22228
|
-
"name": "
|
|
22229
|
-
"privacy": "private",
|
|
22146
|
+
"name": "type",
|
|
22230
22147
|
"type": {
|
|
22231
|
-
"text": "string
|
|
22232
|
-
}
|
|
22148
|
+
"text": "string"
|
|
22149
|
+
},
|
|
22150
|
+
"default": "'text'",
|
|
22151
|
+
"attribute": "type"
|
|
22233
22152
|
},
|
|
22234
22153
|
{
|
|
22235
22154
|
"kind": "field",
|
|
22236
|
-
"name": "
|
|
22237
|
-
"privacy": "private",
|
|
22155
|
+
"name": "prefixText",
|
|
22238
22156
|
"type": {
|
|
22239
22157
|
"text": "string | undefined"
|
|
22240
|
-
}
|
|
22241
|
-
},
|
|
22242
|
-
{
|
|
22243
|
-
"kind": "field",
|
|
22244
|
-
"name": "parts",
|
|
22245
|
-
"type": {
|
|
22246
|
-
"text": "string[] | undefined"
|
|
22247
22158
|
},
|
|
22248
|
-
"
|
|
22159
|
+
"attribute": "prefix-text"
|
|
22249
22160
|
},
|
|
22250
22161
|
{
|
|
22251
22162
|
"kind": "field",
|
|
22252
|
-
"name": "
|
|
22163
|
+
"name": "suffixText",
|
|
22253
22164
|
"type": {
|
|
22254
22165
|
"text": "string | undefined"
|
|
22255
22166
|
},
|
|
22256
|
-
"
|
|
22257
|
-
"attribute": "result"
|
|
22167
|
+
"attribute": "suffix-text"
|
|
22258
22168
|
},
|
|
22259
22169
|
{
|
|
22260
22170
|
"kind": "field",
|
|
22261
|
-
"name": "
|
|
22171
|
+
"name": "readOnly",
|
|
22262
22172
|
"type": {
|
|
22263
|
-
"text": "
|
|
22173
|
+
"text": "boolean"
|
|
22264
22174
|
},
|
|
22265
|
-
"
|
|
22266
|
-
"attribute": "
|
|
22175
|
+
"default": "false",
|
|
22176
|
+
"attribute": "readOnly",
|
|
22177
|
+
"reflects": true
|
|
22267
22178
|
},
|
|
22268
22179
|
{
|
|
22269
|
-
"kind": "
|
|
22270
|
-
"name": "
|
|
22271
|
-
"privacy": "private"
|
|
22272
|
-
}
|
|
22273
|
-
],
|
|
22274
|
-
"attributes": [
|
|
22275
|
-
{
|
|
22276
|
-
"name": "result",
|
|
22180
|
+
"kind": "field",
|
|
22181
|
+
"name": "autocapitalize",
|
|
22277
22182
|
"type": {
|
|
22278
|
-
"text": "string
|
|
22183
|
+
"text": "string"
|
|
22279
22184
|
},
|
|
22280
|
-
"
|
|
22281
|
-
"
|
|
22185
|
+
"attribute": "autocapitalize",
|
|
22186
|
+
"reflects": true
|
|
22282
22187
|
},
|
|
22283
|
-
{
|
|
22284
|
-
"name": "term",
|
|
22285
|
-
"type": {
|
|
22286
|
-
"text": "string | undefined"
|
|
22287
|
-
},
|
|
22288
|
-
"description": "The searched term",
|
|
22289
|
-
"fieldName": "term"
|
|
22290
|
-
}
|
|
22291
|
-
],
|
|
22292
|
-
"superclass": {
|
|
22293
|
-
"name": "LitElement",
|
|
22294
|
-
"package": "lit"
|
|
22295
|
-
},
|
|
22296
|
-
"tagName": "u-highlight",
|
|
22297
|
-
"customElement": true
|
|
22298
|
-
}
|
|
22299
|
-
],
|
|
22300
|
-
"exports": [
|
|
22301
|
-
{
|
|
22302
|
-
"kind": "js",
|
|
22303
|
-
"name": "UmHighlight",
|
|
22304
|
-
"declaration": {
|
|
22305
|
-
"name": "UmHighlight",
|
|
22306
|
-
"module": "src/typeahead/highlight.ts"
|
|
22307
|
-
}
|
|
22308
|
-
},
|
|
22309
|
-
{
|
|
22310
|
-
"kind": "custom-element-definition",
|
|
22311
|
-
"name": "u-highlight",
|
|
22312
|
-
"declaration": {
|
|
22313
|
-
"name": "UmHighlight",
|
|
22314
|
-
"module": "src/typeahead/highlight.ts"
|
|
22315
|
-
}
|
|
22316
|
-
}
|
|
22317
|
-
]
|
|
22318
|
-
},
|
|
22319
|
-
{
|
|
22320
|
-
"kind": "javascript-module",
|
|
22321
|
-
"path": "src/typeahead/typeahead-template-render.ts",
|
|
22322
|
-
"declarations": [
|
|
22323
|
-
{
|
|
22324
|
-
"kind": "class",
|
|
22325
|
-
"description": "",
|
|
22326
|
-
"name": "TypeaheadTemplateRender",
|
|
22327
|
-
"members": [
|
|
22328
22188
|
{
|
|
22329
22189
|
"kind": "field",
|
|
22330
|
-
"name": "
|
|
22190
|
+
"name": "input",
|
|
22331
22191
|
"type": {
|
|
22332
|
-
"text": "
|
|
22192
|
+
"text": "HTMLInputElement | HTMLTextAreaElement"
|
|
22333
22193
|
},
|
|
22334
|
-
"
|
|
22335
|
-
|
|
22336
|
-
|
|
22337
|
-
|
|
22338
|
-
|
|
22194
|
+
"inheritedFrom": {
|
|
22195
|
+
"name": "UmNativeTextFieldWrapper",
|
|
22196
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
22197
|
+
}
|
|
22198
|
+
},
|
|
22339
22199
|
{
|
|
22340
|
-
"
|
|
22341
|
-
"
|
|
22342
|
-
|
|
22200
|
+
"kind": "method",
|
|
22201
|
+
"name": "renderControl",
|
|
22202
|
+
"privacy": "protected",
|
|
22203
|
+
"return": {
|
|
22204
|
+
"type": {
|
|
22205
|
+
"text": "HTMLTemplateResult"
|
|
22206
|
+
}
|
|
22343
22207
|
},
|
|
22344
|
-
"
|
|
22345
|
-
|
|
22346
|
-
|
|
22347
|
-
|
|
22348
|
-
|
|
22349
|
-
"name": "LitElement",
|
|
22350
|
-
"package": "lit"
|
|
22351
|
-
},
|
|
22352
|
-
"tagName": "u-typeahead-template-render",
|
|
22353
|
-
"customElement": true
|
|
22354
|
-
}
|
|
22355
|
-
],
|
|
22356
|
-
"exports": [
|
|
22357
|
-
{
|
|
22358
|
-
"kind": "js",
|
|
22359
|
-
"name": "TypeaheadTemplateRender",
|
|
22360
|
-
"declaration": {
|
|
22361
|
-
"name": "TypeaheadTemplateRender",
|
|
22362
|
-
"module": "src/typeahead/typeahead-template-render.ts"
|
|
22363
|
-
}
|
|
22364
|
-
},
|
|
22365
|
-
{
|
|
22366
|
-
"kind": "custom-element-definition",
|
|
22367
|
-
"name": "u-typeahead-template-render",
|
|
22368
|
-
"declaration": {
|
|
22369
|
-
"name": "TypeaheadTemplateRender",
|
|
22370
|
-
"module": "src/typeahead/typeahead-template-render.ts"
|
|
22371
|
-
}
|
|
22372
|
-
}
|
|
22373
|
-
]
|
|
22374
|
-
},
|
|
22375
|
-
{
|
|
22376
|
-
"kind": "javascript-module",
|
|
22377
|
-
"path": "src/typeahead/typeahead.styles.ts",
|
|
22378
|
-
"declarations": [
|
|
22379
|
-
{
|
|
22380
|
-
"kind": "variable",
|
|
22381
|
-
"name": "styles",
|
|
22382
|
-
"default": "css ` :host { display: block; --u-menu-item-label-font-weight: var(--u-typeahead-item-font-weight, var(--u-font-weight-regular, 400)); } :host([fit-target]) u-menu::part(menu) { width: var(--_menu-width); max-width: none; } `"
|
|
22383
|
-
}
|
|
22384
|
-
],
|
|
22385
|
-
"exports": [
|
|
22386
|
-
{
|
|
22387
|
-
"kind": "js",
|
|
22388
|
-
"name": "styles",
|
|
22389
|
-
"declaration": {
|
|
22390
|
-
"name": "styles",
|
|
22391
|
-
"module": "src/typeahead/typeahead.styles.ts"
|
|
22392
|
-
}
|
|
22393
|
-
}
|
|
22394
|
-
]
|
|
22395
|
-
},
|
|
22396
|
-
{
|
|
22397
|
-
"kind": "javascript-module",
|
|
22398
|
-
"path": "src/typeahead/typeahead.ts",
|
|
22399
|
-
"declarations": [
|
|
22400
|
-
{
|
|
22401
|
-
"kind": "class",
|
|
22402
|
-
"description": "",
|
|
22403
|
-
"name": "UmTypeahead",
|
|
22404
|
-
"members": [
|
|
22208
|
+
"inheritedFrom": {
|
|
22209
|
+
"name": "UmFieldBase",
|
|
22210
|
+
"module": "src/field/field-base.ts"
|
|
22211
|
+
}
|
|
22212
|
+
},
|
|
22405
22213
|
{
|
|
22406
22214
|
"kind": "field",
|
|
22407
|
-
"name": "
|
|
22215
|
+
"name": "_value",
|
|
22408
22216
|
"type": {
|
|
22409
|
-
"text": "
|
|
22217
|
+
"text": "string"
|
|
22410
22218
|
},
|
|
22411
|
-
"
|
|
22412
|
-
"
|
|
22413
|
-
"
|
|
22219
|
+
"privacy": "protected",
|
|
22220
|
+
"default": "''",
|
|
22221
|
+
"inheritedFrom": {
|
|
22222
|
+
"name": "UmNativeTextFieldWrapper",
|
|
22223
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
22224
|
+
}
|
|
22414
22225
|
},
|
|
22415
22226
|
{
|
|
22416
22227
|
"kind": "field",
|
|
22417
|
-
"name": "
|
|
22418
|
-
"
|
|
22419
|
-
"
|
|
22420
|
-
"
|
|
22228
|
+
"name": "value",
|
|
22229
|
+
"attribute": "value",
|
|
22230
|
+
"inheritedFrom": {
|
|
22231
|
+
"name": "UmNativeTextFieldWrapper",
|
|
22232
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
22421
22233
|
}
|
|
22422
22234
|
},
|
|
22423
22235
|
{
|
|
22424
22236
|
"kind": "field",
|
|
22425
|
-
"name": "
|
|
22426
|
-
"privacy": "private",
|
|
22237
|
+
"name": "autocomplete",
|
|
22427
22238
|
"type": {
|
|
22428
|
-
"text": "
|
|
22239
|
+
"text": "'on' | 'off' | string | undefined"
|
|
22429
22240
|
},
|
|
22430
|
-
"
|
|
22241
|
+
"attribute": "autocomplete",
|
|
22242
|
+
"reflects": true,
|
|
22243
|
+
"inheritedFrom": {
|
|
22244
|
+
"name": "UmNativeTextFieldWrapper",
|
|
22245
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
22246
|
+
}
|
|
22431
22247
|
},
|
|
22432
22248
|
{
|
|
22433
22249
|
"kind": "field",
|
|
22434
|
-
"name": "#
|
|
22250
|
+
"name": "#maxlength",
|
|
22435
22251
|
"privacy": "private",
|
|
22436
22252
|
"type": {
|
|
22437
|
-
"text": "
|
|
22253
|
+
"text": "number | undefined"
|
|
22438
22254
|
},
|
|
22439
|
-
"
|
|
22440
|
-
|
|
22255
|
+
"inheritedFrom": {
|
|
22256
|
+
"name": "UmNativeTextFieldWrapper",
|
|
22257
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
22258
|
+
}
|
|
22259
|
+
},
|
|
22441
22260
|
{
|
|
22442
22261
|
"kind": "field",
|
|
22443
|
-
"name": "
|
|
22444
|
-
"privacy": "private",
|
|
22262
|
+
"name": "maxlength",
|
|
22445
22263
|
"type": {
|
|
22446
|
-
"text": "
|
|
22264
|
+
"text": "number | undefined"
|
|
22447
22265
|
},
|
|
22448
|
-
"
|
|
22266
|
+
"attribute": "maxlength",
|
|
22267
|
+
"reflects": true,
|
|
22268
|
+
"inheritedFrom": {
|
|
22269
|
+
"name": "UmNativeTextFieldWrapper",
|
|
22270
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
22271
|
+
}
|
|
22449
22272
|
},
|
|
22450
22273
|
{
|
|
22451
22274
|
"kind": "field",
|
|
22452
|
-
"name": "
|
|
22453
|
-
"privacy": "private",
|
|
22275
|
+
"name": "role",
|
|
22454
22276
|
"type": {
|
|
22455
|
-
"text": "
|
|
22277
|
+
"text": "string | null"
|
|
22456
22278
|
},
|
|
22457
|
-
"default": "null"
|
|
22279
|
+
"default": "null",
|
|
22280
|
+
"attribute": "role",
|
|
22281
|
+
"reflects": true,
|
|
22282
|
+
"inheritedFrom": {
|
|
22283
|
+
"name": "UmNativeTextFieldWrapper",
|
|
22284
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
22285
|
+
}
|
|
22458
22286
|
},
|
|
22459
22287
|
{
|
|
22460
|
-
"kind": "
|
|
22461
|
-
"name": "
|
|
22462
|
-
"
|
|
22463
|
-
|
|
22464
|
-
|
|
22288
|
+
"kind": "method",
|
|
22289
|
+
"name": "focus",
|
|
22290
|
+
"inheritedFrom": {
|
|
22291
|
+
"name": "UmNativeTextFieldWrapper",
|
|
22292
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
22293
|
+
}
|
|
22465
22294
|
},
|
|
22466
22295
|
{
|
|
22467
|
-
"kind": "
|
|
22468
|
-
"name": "
|
|
22296
|
+
"kind": "method",
|
|
22297
|
+
"name": "_handleKeyDown",
|
|
22298
|
+
"privacy": "protected",
|
|
22299
|
+
"parameters": [
|
|
22300
|
+
{
|
|
22301
|
+
"name": "e",
|
|
22302
|
+
"type": {
|
|
22303
|
+
"text": "KeyboardEvent"
|
|
22304
|
+
}
|
|
22305
|
+
}
|
|
22306
|
+
],
|
|
22307
|
+
"inheritedFrom": {
|
|
22308
|
+
"name": "UmNativeTextFieldWrapper",
|
|
22309
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
22310
|
+
}
|
|
22311
|
+
},
|
|
22312
|
+
{
|
|
22313
|
+
"kind": "method",
|
|
22314
|
+
"name": "_handleInput",
|
|
22315
|
+
"privacy": "protected",
|
|
22316
|
+
"inheritedFrom": {
|
|
22317
|
+
"name": "UmNativeTextFieldWrapper",
|
|
22318
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
22319
|
+
}
|
|
22320
|
+
},
|
|
22321
|
+
{
|
|
22322
|
+
"kind": "method",
|
|
22323
|
+
"name": "#updateCounter",
|
|
22469
22324
|
"privacy": "private",
|
|
22470
|
-
"
|
|
22471
|
-
"
|
|
22472
|
-
|
|
22473
|
-
|
|
22325
|
+
"inheritedFrom": {
|
|
22326
|
+
"name": "UmNativeTextFieldWrapper",
|
|
22327
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
22328
|
+
}
|
|
22474
22329
|
},
|
|
22475
22330
|
{
|
|
22476
22331
|
"kind": "field",
|
|
22477
|
-
"name": "
|
|
22478
|
-
"privacy": "private",
|
|
22332
|
+
"name": "formAssociated",
|
|
22479
22333
|
"type": {
|
|
22480
|
-
"text": "
|
|
22334
|
+
"text": "boolean"
|
|
22481
22335
|
},
|
|
22482
|
-
"
|
|
22336
|
+
"static": true,
|
|
22337
|
+
"readonly": true,
|
|
22338
|
+
"default": "true",
|
|
22339
|
+
"inheritedFrom": {
|
|
22340
|
+
"name": "UmTextFieldBase",
|
|
22341
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
22342
|
+
}
|
|
22483
22343
|
},
|
|
22484
22344
|
{
|
|
22485
22345
|
"kind": "field",
|
|
22486
|
-
"name": "
|
|
22487
|
-
"privacy": "private",
|
|
22346
|
+
"name": "shadowRootOptions",
|
|
22488
22347
|
"type": {
|
|
22489
|
-
"text": "
|
|
22348
|
+
"text": "ShadowRootInit"
|
|
22349
|
+
},
|
|
22350
|
+
"static": true,
|
|
22351
|
+
"default": "{ ...LitElement.shadowRootOptions, delegatesFocus: true, }",
|
|
22352
|
+
"inheritedFrom": {
|
|
22353
|
+
"name": "UmTextFieldBase",
|
|
22354
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
22490
22355
|
}
|
|
22491
22356
|
},
|
|
22492
22357
|
{
|
|
22493
22358
|
"kind": "field",
|
|
22494
|
-
"name": "
|
|
22495
|
-
"privacy": "private",
|
|
22359
|
+
"name": "empty",
|
|
22496
22360
|
"type": {
|
|
22497
|
-
"text": "
|
|
22361
|
+
"text": "boolean"
|
|
22498
22362
|
},
|
|
22499
|
-
"
|
|
22363
|
+
"default": "true",
|
|
22364
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
22365
|
+
"attribute": "empty",
|
|
22366
|
+
"reflects": true,
|
|
22367
|
+
"inheritedFrom": {
|
|
22368
|
+
"name": "UmFieldBase",
|
|
22369
|
+
"module": "src/field/field-base.ts"
|
|
22370
|
+
}
|
|
22500
22371
|
},
|
|
22501
22372
|
{
|
|
22502
22373
|
"kind": "field",
|
|
22503
|
-
"name": "
|
|
22374
|
+
"name": "placeholder",
|
|
22504
22375
|
"type": {
|
|
22505
|
-
"text": "
|
|
22376
|
+
"text": "string"
|
|
22506
22377
|
},
|
|
22507
|
-
"
|
|
22378
|
+
"default": "''",
|
|
22379
|
+
"attribute": "placeholder",
|
|
22380
|
+
"reflects": true,
|
|
22381
|
+
"inheritedFrom": {
|
|
22382
|
+
"name": "UmTextFieldBase",
|
|
22383
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
22384
|
+
}
|
|
22508
22385
|
},
|
|
22509
22386
|
{
|
|
22510
22387
|
"kind": "field",
|
|
22511
|
-
"name": "
|
|
22388
|
+
"name": "form",
|
|
22512
22389
|
"type": {
|
|
22513
|
-
"text": "
|
|
22390
|
+
"text": "HTMLFormElement | null"
|
|
22514
22391
|
},
|
|
22515
|
-
"
|
|
22392
|
+
"readonly": true,
|
|
22393
|
+
"inheritedFrom": {
|
|
22394
|
+
"name": "UmTextFieldBase",
|
|
22395
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
22396
|
+
}
|
|
22516
22397
|
},
|
|
22517
22398
|
{
|
|
22518
22399
|
"kind": "field",
|
|
22519
|
-
"name": "
|
|
22400
|
+
"name": "elementInternals",
|
|
22520
22401
|
"type": {
|
|
22521
|
-
"text": "
|
|
22402
|
+
"text": "ElementInternals"
|
|
22522
22403
|
},
|
|
22523
|
-
"
|
|
22404
|
+
"privacy": "protected",
|
|
22405
|
+
"readonly": true,
|
|
22406
|
+
"inheritedFrom": {
|
|
22407
|
+
"name": "UmTextFieldBase",
|
|
22408
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
22409
|
+
}
|
|
22524
22410
|
},
|
|
22525
22411
|
{
|
|
22526
22412
|
"kind": "field",
|
|
22527
|
-
"name": "
|
|
22413
|
+
"name": "config",
|
|
22528
22414
|
"type": {
|
|
22529
|
-
"text": "
|
|
22415
|
+
"text": "UmFieldDefaults | undefined"
|
|
22530
22416
|
},
|
|
22531
|
-
"
|
|
22417
|
+
"privacy": "private",
|
|
22418
|
+
"readonly": true,
|
|
22419
|
+
"inheritedFrom": {
|
|
22420
|
+
"name": "UmFieldBase",
|
|
22421
|
+
"module": "src/field/field-base.ts"
|
|
22422
|
+
}
|
|
22532
22423
|
},
|
|
22533
22424
|
{
|
|
22534
22425
|
"kind": "field",
|
|
22535
|
-
"name": "
|
|
22426
|
+
"name": "variant",
|
|
22536
22427
|
"type": {
|
|
22537
|
-
"text": "
|
|
22428
|
+
"text": "'filled' | 'outlined' | undefined"
|
|
22538
22429
|
},
|
|
22539
|
-
"default": "
|
|
22540
|
-
"
|
|
22541
|
-
"
|
|
22542
|
-
|
|
22430
|
+
"default": "undefined",
|
|
22431
|
+
"attribute": "variant",
|
|
22432
|
+
"inheritedFrom": {
|
|
22433
|
+
"name": "UmFieldBase",
|
|
22434
|
+
"module": "src/field/field-base.ts"
|
|
22435
|
+
}
|
|
22543
22436
|
},
|
|
22544
22437
|
{
|
|
22545
22438
|
"kind": "field",
|
|
22546
|
-
"name": "
|
|
22439
|
+
"name": "label",
|
|
22547
22440
|
"type": {
|
|
22548
|
-
"text": "
|
|
22441
|
+
"text": "string | undefined"
|
|
22549
22442
|
},
|
|
22550
|
-
"
|
|
22551
|
-
"
|
|
22552
|
-
"
|
|
22553
|
-
|
|
22443
|
+
"description": "The floating label for the field",
|
|
22444
|
+
"attribute": "label",
|
|
22445
|
+
"inheritedFrom": {
|
|
22446
|
+
"name": "UmFieldBase",
|
|
22447
|
+
"module": "src/field/field-base.ts"
|
|
22448
|
+
}
|
|
22554
22449
|
},
|
|
22555
22450
|
{
|
|
22556
22451
|
"kind": "field",
|
|
22557
|
-
"name": "
|
|
22452
|
+
"name": "_innerCounter",
|
|
22558
22453
|
"type": {
|
|
22559
|
-
"text": "
|
|
22454
|
+
"text": "string | undefined"
|
|
22560
22455
|
},
|
|
22561
|
-
"
|
|
22562
|
-
"
|
|
22563
|
-
|
|
22564
|
-
|
|
22456
|
+
"privacy": "protected",
|
|
22457
|
+
"inheritedFrom": {
|
|
22458
|
+
"name": "UmFieldBase",
|
|
22459
|
+
"module": "src/field/field-base.ts"
|
|
22460
|
+
}
|
|
22565
22461
|
},
|
|
22566
22462
|
{
|
|
22567
22463
|
"kind": "field",
|
|
22568
|
-
"name": "
|
|
22464
|
+
"name": "counter",
|
|
22569
22465
|
"type": {
|
|
22570
|
-
"text": "
|
|
22466
|
+
"text": "string | undefined"
|
|
22571
22467
|
},
|
|
22572
|
-
"
|
|
22573
|
-
"
|
|
22574
|
-
|
|
22575
|
-
|
|
22468
|
+
"attribute": "counter",
|
|
22469
|
+
"inheritedFrom": {
|
|
22470
|
+
"name": "UmFieldBase",
|
|
22471
|
+
"module": "src/field/field-base.ts"
|
|
22472
|
+
}
|
|
22576
22473
|
},
|
|
22577
22474
|
{
|
|
22578
22475
|
"kind": "field",
|
|
22579
|
-
"name": "
|
|
22476
|
+
"name": "hideCounter",
|
|
22580
22477
|
"type": {
|
|
22581
22478
|
"text": "boolean"
|
|
22582
22479
|
},
|
|
22583
22480
|
"default": "false",
|
|
22584
|
-
"
|
|
22585
|
-
"
|
|
22586
|
-
|
|
22481
|
+
"attribute": "hide-counter",
|
|
22482
|
+
"inheritedFrom": {
|
|
22483
|
+
"name": "UmFieldBase",
|
|
22484
|
+
"module": "src/field/field-base.ts"
|
|
22485
|
+
}
|
|
22587
22486
|
},
|
|
22588
22487
|
{
|
|
22589
22488
|
"kind": "field",
|
|
22590
|
-
"name": "
|
|
22489
|
+
"name": "supportingText",
|
|
22591
22490
|
"type": {
|
|
22592
|
-
"text": "
|
|
22491
|
+
"text": "string | undefined"
|
|
22593
22492
|
},
|
|
22594
|
-
"
|
|
22595
|
-
"
|
|
22596
|
-
"
|
|
22597
|
-
|
|
22493
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
22494
|
+
"attribute": "supporting-text",
|
|
22495
|
+
"inheritedFrom": {
|
|
22496
|
+
"name": "UmFieldBase",
|
|
22497
|
+
"module": "src/field/field-base.ts"
|
|
22498
|
+
}
|
|
22598
22499
|
},
|
|
22599
22500
|
{
|
|
22600
22501
|
"kind": "field",
|
|
22601
|
-
"name": "
|
|
22502
|
+
"name": "errorText",
|
|
22602
22503
|
"type": {
|
|
22603
|
-
"text": "
|
|
22504
|
+
"text": "string | undefined"
|
|
22604
22505
|
},
|
|
22605
|
-
"
|
|
22606
|
-
"
|
|
22607
|
-
"
|
|
22608
|
-
|
|
22506
|
+
"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`",
|
|
22507
|
+
"attribute": "error-text",
|
|
22508
|
+
"inheritedFrom": {
|
|
22509
|
+
"name": "UmFieldBase",
|
|
22510
|
+
"module": "src/field/field-base.ts"
|
|
22511
|
+
}
|
|
22609
22512
|
},
|
|
22610
22513
|
{
|
|
22611
22514
|
"kind": "field",
|
|
22612
|
-
"name": "
|
|
22515
|
+
"name": "disabled",
|
|
22613
22516
|
"type": {
|
|
22614
22517
|
"text": "boolean"
|
|
22615
22518
|
},
|
|
22616
22519
|
"default": "false",
|
|
22617
|
-
"attribute": "
|
|
22618
|
-
"reflects": true
|
|
22520
|
+
"attribute": "disabled",
|
|
22521
|
+
"reflects": true,
|
|
22522
|
+
"inheritedFrom": {
|
|
22523
|
+
"name": "UmFieldBase",
|
|
22524
|
+
"module": "src/field/field-base.ts"
|
|
22525
|
+
}
|
|
22619
22526
|
},
|
|
22620
22527
|
{
|
|
22621
22528
|
"kind": "field",
|
|
22622
|
-
"name": "
|
|
22529
|
+
"name": "invalid",
|
|
22623
22530
|
"type": {
|
|
22624
|
-
"text": "
|
|
22531
|
+
"text": "boolean"
|
|
22625
22532
|
},
|
|
22626
|
-
"default": "
|
|
22627
|
-
"
|
|
22628
|
-
"
|
|
22533
|
+
"default": "false",
|
|
22534
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
22535
|
+
"attribute": "invalid",
|
|
22536
|
+
"reflects": true,
|
|
22537
|
+
"inheritedFrom": {
|
|
22538
|
+
"name": "UmFieldBase",
|
|
22539
|
+
"module": "src/field/field-base.ts"
|
|
22540
|
+
}
|
|
22629
22541
|
},
|
|
22630
22542
|
{
|
|
22631
|
-
"kind": "
|
|
22632
|
-
"name": "
|
|
22633
|
-
"
|
|
22634
|
-
|
|
22543
|
+
"kind": "method",
|
|
22544
|
+
"name": "setDefaults",
|
|
22545
|
+
"static": true,
|
|
22546
|
+
"return": {
|
|
22547
|
+
"type": {
|
|
22548
|
+
"text": "ContextProvider<Context<HTMLElement, UmFieldDefaults>>"
|
|
22549
|
+
}
|
|
22635
22550
|
},
|
|
22636
|
-
"
|
|
22551
|
+
"parameters": [
|
|
22552
|
+
{
|
|
22553
|
+
"name": "contextRoot",
|
|
22554
|
+
"type": {
|
|
22555
|
+
"text": "HTMLElement"
|
|
22556
|
+
}
|
|
22557
|
+
},
|
|
22558
|
+
{
|
|
22559
|
+
"name": "config",
|
|
22560
|
+
"type": {
|
|
22561
|
+
"text": "UmFieldDefaults"
|
|
22562
|
+
}
|
|
22563
|
+
}
|
|
22564
|
+
],
|
|
22565
|
+
"inheritedFrom": {
|
|
22566
|
+
"name": "UmFieldBase",
|
|
22567
|
+
"module": "src/field/field-base.ts"
|
|
22568
|
+
}
|
|
22637
22569
|
},
|
|
22638
22570
|
{
|
|
22639
22571
|
"kind": "field",
|
|
22640
|
-
"name": "
|
|
22572
|
+
"name": "hasLeadingIcon",
|
|
22641
22573
|
"type": {
|
|
22642
|
-
"text": "
|
|
22574
|
+
"text": "boolean"
|
|
22643
22575
|
},
|
|
22644
|
-
"
|
|
22645
|
-
|
|
22646
|
-
|
|
22647
|
-
"
|
|
22648
|
-
"
|
|
22649
|
-
|
|
22650
|
-
|
|
22651
|
-
|
|
22652
|
-
"name": "clear"
|
|
22576
|
+
"default": "false",
|
|
22577
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
22578
|
+
"attribute": "has-leading-icon",
|
|
22579
|
+
"reflects": true,
|
|
22580
|
+
"inheritedFrom": {
|
|
22581
|
+
"name": "UmFieldBase",
|
|
22582
|
+
"module": "src/field/field-base.ts"
|
|
22583
|
+
}
|
|
22653
22584
|
},
|
|
22654
22585
|
{
|
|
22655
22586
|
"kind": "field",
|
|
22656
|
-
"name": "
|
|
22587
|
+
"name": "hasTrailingIcon",
|
|
22657
22588
|
"type": {
|
|
22658
|
-
"text": "
|
|
22589
|
+
"text": "boolean"
|
|
22659
22590
|
},
|
|
22660
|
-
"
|
|
22661
|
-
"
|
|
22662
|
-
"
|
|
22591
|
+
"default": "false",
|
|
22592
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
22593
|
+
"attribute": "has-trailing-icon",
|
|
22594
|
+
"reflects": true,
|
|
22595
|
+
"inheritedFrom": {
|
|
22596
|
+
"name": "UmFieldBase",
|
|
22597
|
+
"module": "src/field/field-base.ts"
|
|
22598
|
+
}
|
|
22663
22599
|
},
|
|
22664
22600
|
{
|
|
22665
22601
|
"kind": "field",
|
|
22666
|
-
"name": "
|
|
22602
|
+
"name": "hasErrorText",
|
|
22667
22603
|
"type": {
|
|
22668
|
-
"text": "
|
|
22604
|
+
"text": "boolean"
|
|
22605
|
+
},
|
|
22606
|
+
"default": "false",
|
|
22607
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
22608
|
+
"attribute": "has-error-text",
|
|
22609
|
+
"reflects": true,
|
|
22610
|
+
"inheritedFrom": {
|
|
22611
|
+
"name": "UmFieldBase",
|
|
22612
|
+
"module": "src/field/field-base.ts"
|
|
22669
22613
|
}
|
|
22670
22614
|
},
|
|
22671
22615
|
{
|
|
22672
22616
|
"kind": "field",
|
|
22673
|
-
"name": "
|
|
22617
|
+
"name": "assignedLeadingIcons",
|
|
22674
22618
|
"type": {
|
|
22675
|
-
"text": "
|
|
22619
|
+
"text": "HTMLElement[]"
|
|
22620
|
+
},
|
|
22621
|
+
"privacy": "protected",
|
|
22622
|
+
"readonly": true,
|
|
22623
|
+
"inheritedFrom": {
|
|
22624
|
+
"name": "UmFieldBase",
|
|
22625
|
+
"module": "src/field/field-base.ts"
|
|
22676
22626
|
}
|
|
22677
22627
|
},
|
|
22678
22628
|
{
|
|
22679
22629
|
"kind": "field",
|
|
22680
|
-
"name": "
|
|
22630
|
+
"name": "assignedTrailingIcons",
|
|
22681
22631
|
"type": {
|
|
22682
|
-
"text": "
|
|
22632
|
+
"text": "HTMLElement[]"
|
|
22683
22633
|
},
|
|
22684
|
-
"
|
|
22685
|
-
|
|
22686
|
-
|
|
22687
|
-
|
|
22688
|
-
|
|
22689
|
-
|
|
22690
|
-
},
|
|
22691
|
-
{
|
|
22692
|
-
"kind": "method",
|
|
22693
|
-
"name": "#detach",
|
|
22694
|
-
"privacy": "private"
|
|
22695
|
-
},
|
|
22696
|
-
{
|
|
22697
|
-
"kind": "method",
|
|
22698
|
-
"name": "#handleItemMouseDown",
|
|
22699
|
-
"privacy": "private",
|
|
22700
|
-
"parameters": [
|
|
22701
|
-
{
|
|
22702
|
-
"name": "e",
|
|
22703
|
-
"type": {
|
|
22704
|
-
"text": "Event"
|
|
22705
|
-
}
|
|
22706
|
-
}
|
|
22707
|
-
]
|
|
22708
|
-
},
|
|
22709
|
-
{
|
|
22710
|
-
"kind": "method",
|
|
22711
|
-
"name": "#handleClick",
|
|
22712
|
-
"privacy": "private",
|
|
22713
|
-
"parameters": [
|
|
22714
|
-
{
|
|
22715
|
-
"name": "e",
|
|
22716
|
-
"type": {
|
|
22717
|
-
"text": "Event"
|
|
22718
|
-
}
|
|
22719
|
-
}
|
|
22720
|
-
]
|
|
22634
|
+
"privacy": "protected",
|
|
22635
|
+
"readonly": true,
|
|
22636
|
+
"inheritedFrom": {
|
|
22637
|
+
"name": "UmFieldBase",
|
|
22638
|
+
"module": "src/field/field-base.ts"
|
|
22639
|
+
}
|
|
22721
22640
|
},
|
|
22722
22641
|
{
|
|
22723
22642
|
"kind": "field",
|
|
22724
|
-
"name": "
|
|
22643
|
+
"name": "assignedErrorTexts",
|
|
22644
|
+
"type": {
|
|
22645
|
+
"text": "HTMLElement[]"
|
|
22646
|
+
},
|
|
22725
22647
|
"privacy": "private",
|
|
22726
|
-
"readonly": true
|
|
22648
|
+
"readonly": true,
|
|
22649
|
+
"inheritedFrom": {
|
|
22650
|
+
"name": "UmFieldBase",
|
|
22651
|
+
"module": "src/field/field-base.ts"
|
|
22652
|
+
}
|
|
22727
22653
|
},
|
|
22728
22654
|
{
|
|
22729
22655
|
"kind": "field",
|
|
22730
|
-
"name": "
|
|
22731
|
-
"
|
|
22732
|
-
|
|
22733
|
-
|
|
22734
|
-
{
|
|
22735
|
-
"kind": "method",
|
|
22736
|
-
"name": "#getItemClickHandler",
|
|
22656
|
+
"name": "_labelElement",
|
|
22657
|
+
"type": {
|
|
22658
|
+
"text": "HTMLElement"
|
|
22659
|
+
},
|
|
22737
22660
|
"privacy": "private",
|
|
22738
|
-
"
|
|
22739
|
-
|
|
22740
|
-
|
|
22741
|
-
|
|
22742
|
-
|
|
22743
|
-
}
|
|
22744
|
-
}
|
|
22745
|
-
]
|
|
22661
|
+
"readonly": true,
|
|
22662
|
+
"inheritedFrom": {
|
|
22663
|
+
"name": "UmFieldBase",
|
|
22664
|
+
"module": "src/field/field-base.ts"
|
|
22665
|
+
}
|
|
22746
22666
|
},
|
|
22747
22667
|
{
|
|
22748
|
-
"kind": "
|
|
22749
|
-
"name": "
|
|
22750
|
-
"
|
|
22751
|
-
|
|
22752
|
-
|
|
22753
|
-
|
|
22754
|
-
|
|
22755
|
-
|
|
22756
|
-
|
|
22757
|
-
|
|
22758
|
-
{
|
|
22759
|
-
"name": "direct",
|
|
22760
|
-
"default": "false"
|
|
22761
|
-
}
|
|
22762
|
-
]
|
|
22668
|
+
"kind": "field",
|
|
22669
|
+
"name": "_container",
|
|
22670
|
+
"type": {
|
|
22671
|
+
"text": "HTMLElement"
|
|
22672
|
+
},
|
|
22673
|
+
"privacy": "protected",
|
|
22674
|
+
"inheritedFrom": {
|
|
22675
|
+
"name": "UmFieldBase",
|
|
22676
|
+
"module": "src/field/field-base.ts"
|
|
22677
|
+
}
|
|
22763
22678
|
},
|
|
22764
22679
|
{
|
|
22765
22680
|
"kind": "method",
|
|
22766
|
-
"name": "
|
|
22767
|
-
"privacy": "
|
|
22681
|
+
"name": "renderAfterContent",
|
|
22682
|
+
"privacy": "protected",
|
|
22768
22683
|
"return": {
|
|
22769
22684
|
"type": {
|
|
22770
22685
|
"text": "TemplateResult"
|
|
22771
22686
|
}
|
|
22772
22687
|
},
|
|
22773
|
-
"
|
|
22774
|
-
|
|
22775
|
-
|
|
22776
|
-
|
|
22777
|
-
"text": "any"
|
|
22778
|
-
}
|
|
22779
|
-
}
|
|
22780
|
-
]
|
|
22688
|
+
"inheritedFrom": {
|
|
22689
|
+
"name": "UmFieldBase",
|
|
22690
|
+
"module": "src/field/field-base.ts"
|
|
22691
|
+
}
|
|
22781
22692
|
},
|
|
22782
22693
|
{
|
|
22783
22694
|
"kind": "method",
|
|
22784
|
-
"name": "
|
|
22695
|
+
"name": "handleLeadingIconSlotChange",
|
|
22785
22696
|
"privacy": "private",
|
|
22786
|
-
"
|
|
22787
|
-
|
|
22788
|
-
|
|
22789
|
-
|
|
22790
|
-
}
|
|
22791
|
-
]
|
|
22697
|
+
"inheritedFrom": {
|
|
22698
|
+
"name": "UmFieldBase",
|
|
22699
|
+
"module": "src/field/field-base.ts"
|
|
22700
|
+
}
|
|
22792
22701
|
},
|
|
22793
22702
|
{
|
|
22794
22703
|
"kind": "method",
|
|
22795
|
-
"name": "
|
|
22704
|
+
"name": "handleTrailingIconSlotChange",
|
|
22796
22705
|
"privacy": "private",
|
|
22797
|
-
"
|
|
22798
|
-
"
|
|
22799
|
-
|
|
22800
|
-
}
|
|
22706
|
+
"inheritedFrom": {
|
|
22707
|
+
"name": "UmFieldBase",
|
|
22708
|
+
"module": "src/field/field-base.ts"
|
|
22801
22709
|
}
|
|
22802
22710
|
},
|
|
22803
22711
|
{
|
|
22804
22712
|
"kind": "method",
|
|
22805
|
-
"name": "
|
|
22806
|
-
"privacy": "private"
|
|
22713
|
+
"name": "handleErrorTextSlotChange",
|
|
22714
|
+
"privacy": "private",
|
|
22715
|
+
"inheritedFrom": {
|
|
22716
|
+
"name": "UmFieldBase",
|
|
22717
|
+
"module": "src/field/field-base.ts"
|
|
22718
|
+
}
|
|
22807
22719
|
},
|
|
22808
22720
|
{
|
|
22809
22721
|
"kind": "method",
|
|
22810
|
-
"name": "
|
|
22811
|
-
"privacy": "
|
|
22722
|
+
"name": "renderDefaultTrailingIcon",
|
|
22723
|
+
"privacy": "protected",
|
|
22812
22724
|
"return": {
|
|
22813
22725
|
"type": {
|
|
22814
|
-
"text": "
|
|
22726
|
+
"text": "TemplateResult | typeof nothing"
|
|
22815
22727
|
}
|
|
22728
|
+
},
|
|
22729
|
+
"inheritedFrom": {
|
|
22730
|
+
"name": "UmFieldBase",
|
|
22731
|
+
"module": "src/field/field-base.ts"
|
|
22816
22732
|
}
|
|
22733
|
+
}
|
|
22734
|
+
],
|
|
22735
|
+
"attributes": [
|
|
22736
|
+
{
|
|
22737
|
+
"name": "type",
|
|
22738
|
+
"type": {
|
|
22739
|
+
"text": "string"
|
|
22740
|
+
},
|
|
22741
|
+
"default": "'text'",
|
|
22742
|
+
"fieldName": "type"
|
|
22817
22743
|
},
|
|
22818
22744
|
{
|
|
22819
|
-
"
|
|
22820
|
-
"
|
|
22821
|
-
|
|
22822
|
-
"return": {
|
|
22823
|
-
"type": {
|
|
22824
|
-
"text": "void"
|
|
22825
|
-
}
|
|
22745
|
+
"name": "prefix-text",
|
|
22746
|
+
"type": {
|
|
22747
|
+
"text": "string | undefined"
|
|
22826
22748
|
},
|
|
22827
|
-
"
|
|
22828
|
-
{
|
|
22829
|
-
"name": "value",
|
|
22830
|
-
"type": {
|
|
22831
|
-
"text": "string"
|
|
22832
|
-
}
|
|
22833
|
-
}
|
|
22834
|
-
]
|
|
22749
|
+
"fieldName": "prefixText"
|
|
22835
22750
|
},
|
|
22836
22751
|
{
|
|
22837
|
-
"
|
|
22838
|
-
"
|
|
22839
|
-
|
|
22752
|
+
"name": "suffix-text",
|
|
22753
|
+
"type": {
|
|
22754
|
+
"text": "string | undefined"
|
|
22755
|
+
},
|
|
22756
|
+
"fieldName": "suffixText"
|
|
22840
22757
|
},
|
|
22841
22758
|
{
|
|
22842
|
-
"
|
|
22843
|
-
"
|
|
22844
|
-
|
|
22759
|
+
"name": "readOnly",
|
|
22760
|
+
"type": {
|
|
22761
|
+
"text": "boolean"
|
|
22762
|
+
},
|
|
22763
|
+
"default": "false",
|
|
22764
|
+
"fieldName": "readOnly"
|
|
22845
22765
|
},
|
|
22846
22766
|
{
|
|
22847
|
-
"
|
|
22848
|
-
"
|
|
22849
|
-
|
|
22850
|
-
|
|
22851
|
-
|
|
22852
|
-
|
|
22853
|
-
|
|
22767
|
+
"name": "autocapitalize",
|
|
22768
|
+
"type": {
|
|
22769
|
+
"text": "string"
|
|
22770
|
+
},
|
|
22771
|
+
"fieldName": "autocapitalize"
|
|
22772
|
+
},
|
|
22773
|
+
{
|
|
22774
|
+
"name": "value",
|
|
22775
|
+
"fieldName": "value",
|
|
22776
|
+
"inheritedFrom": {
|
|
22777
|
+
"name": "UmNativeTextFieldWrapper",
|
|
22778
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
22854
22779
|
}
|
|
22855
22780
|
},
|
|
22856
22781
|
{
|
|
22857
|
-
"
|
|
22858
|
-
"
|
|
22859
|
-
|
|
22860
|
-
|
|
22861
|
-
|
|
22862
|
-
|
|
22863
|
-
|
|
22782
|
+
"name": "autocomplete",
|
|
22783
|
+
"type": {
|
|
22784
|
+
"text": "'on' | 'off' | string | undefined"
|
|
22785
|
+
},
|
|
22786
|
+
"fieldName": "autocomplete",
|
|
22787
|
+
"inheritedFrom": {
|
|
22788
|
+
"name": "UmNativeTextFieldWrapper",
|
|
22789
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
22864
22790
|
}
|
|
22865
|
-
}
|
|
22866
|
-
|
|
22867
|
-
|
|
22791
|
+
},
|
|
22792
|
+
{
|
|
22793
|
+
"name": "maxlength",
|
|
22794
|
+
"type": {
|
|
22795
|
+
"text": "number | undefined"
|
|
22796
|
+
},
|
|
22797
|
+
"fieldName": "maxlength",
|
|
22798
|
+
"inheritedFrom": {
|
|
22799
|
+
"name": "UmNativeTextFieldWrapper",
|
|
22800
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
22801
|
+
}
|
|
22802
|
+
},
|
|
22803
|
+
{
|
|
22804
|
+
"name": "role",
|
|
22805
|
+
"type": {
|
|
22806
|
+
"text": "string | null"
|
|
22807
|
+
},
|
|
22808
|
+
"default": "null",
|
|
22809
|
+
"fieldName": "role",
|
|
22810
|
+
"inheritedFrom": {
|
|
22811
|
+
"name": "UmNativeTextFieldWrapper",
|
|
22812
|
+
"module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
|
|
22813
|
+
}
|
|
22814
|
+
},
|
|
22815
|
+
{
|
|
22816
|
+
"name": "placeholder",
|
|
22817
|
+
"type": {
|
|
22818
|
+
"text": "string"
|
|
22819
|
+
},
|
|
22820
|
+
"default": "''",
|
|
22821
|
+
"fieldName": "placeholder",
|
|
22822
|
+
"inheritedFrom": {
|
|
22823
|
+
"name": "UmTextFieldBase",
|
|
22824
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
22825
|
+
}
|
|
22826
|
+
},
|
|
22868
22827
|
{
|
|
22869
|
-
"name": "
|
|
22828
|
+
"name": "variant",
|
|
22870
22829
|
"type": {
|
|
22871
|
-
"text": "
|
|
22830
|
+
"text": "'filled' | 'outlined' | undefined"
|
|
22831
|
+
},
|
|
22832
|
+
"default": "undefined",
|
|
22833
|
+
"fieldName": "variant",
|
|
22834
|
+
"inheritedFrom": {
|
|
22835
|
+
"name": "UmFieldBase",
|
|
22836
|
+
"module": "src/field/field-base.ts"
|
|
22872
22837
|
}
|
|
22873
22838
|
},
|
|
22874
22839
|
{
|
|
22875
|
-
"name": "
|
|
22840
|
+
"name": "label",
|
|
22876
22841
|
"type": {
|
|
22877
|
-
"text": "
|
|
22842
|
+
"text": "string | undefined"
|
|
22843
|
+
},
|
|
22844
|
+
"description": "The floating label for the field",
|
|
22845
|
+
"fieldName": "label",
|
|
22846
|
+
"inheritedFrom": {
|
|
22847
|
+
"name": "UmFieldBase",
|
|
22848
|
+
"module": "src/field/field-base.ts"
|
|
22878
22849
|
}
|
|
22879
|
-
}
|
|
22880
|
-
],
|
|
22881
|
-
"attributes": [
|
|
22850
|
+
},
|
|
22882
22851
|
{
|
|
22883
|
-
"name": "
|
|
22852
|
+
"name": "counter",
|
|
22884
22853
|
"type": {
|
|
22885
|
-
"text": "
|
|
22854
|
+
"text": "string | undefined"
|
|
22886
22855
|
},
|
|
22887
|
-
"
|
|
22888
|
-
"
|
|
22889
|
-
|
|
22856
|
+
"fieldName": "counter",
|
|
22857
|
+
"inheritedFrom": {
|
|
22858
|
+
"name": "UmFieldBase",
|
|
22859
|
+
"module": "src/field/field-base.ts"
|
|
22860
|
+
}
|
|
22890
22861
|
},
|
|
22891
22862
|
{
|
|
22892
|
-
"name": "
|
|
22863
|
+
"name": "hide-counter",
|
|
22893
22864
|
"type": {
|
|
22894
|
-
"text": "
|
|
22865
|
+
"text": "boolean"
|
|
22895
22866
|
},
|
|
22896
|
-
"default": "
|
|
22897
|
-
"
|
|
22898
|
-
"
|
|
22867
|
+
"default": "false",
|
|
22868
|
+
"fieldName": "hideCounter",
|
|
22869
|
+
"inheritedFrom": {
|
|
22870
|
+
"name": "UmFieldBase",
|
|
22871
|
+
"module": "src/field/field-base.ts"
|
|
22872
|
+
}
|
|
22899
22873
|
},
|
|
22900
22874
|
{
|
|
22901
|
-
"name": "
|
|
22875
|
+
"name": "supporting-text",
|
|
22902
22876
|
"type": {
|
|
22903
|
-
"text": "
|
|
22877
|
+
"text": "string | undefined"
|
|
22904
22878
|
},
|
|
22905
|
-
"
|
|
22906
|
-
"
|
|
22907
|
-
"
|
|
22879
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
22880
|
+
"fieldName": "supportingText",
|
|
22881
|
+
"inheritedFrom": {
|
|
22882
|
+
"name": "UmFieldBase",
|
|
22883
|
+
"module": "src/field/field-base.ts"
|
|
22884
|
+
}
|
|
22908
22885
|
},
|
|
22909
22886
|
{
|
|
22910
|
-
"name": "
|
|
22887
|
+
"name": "error-text",
|
|
22911
22888
|
"type": {
|
|
22912
|
-
"text": "
|
|
22889
|
+
"text": "string | undefined"
|
|
22913
22890
|
},
|
|
22914
|
-
"
|
|
22915
|
-
"
|
|
22916
|
-
"
|
|
22891
|
+
"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`",
|
|
22892
|
+
"fieldName": "errorText",
|
|
22893
|
+
"inheritedFrom": {
|
|
22894
|
+
"name": "UmFieldBase",
|
|
22895
|
+
"module": "src/field/field-base.ts"
|
|
22896
|
+
}
|
|
22917
22897
|
},
|
|
22918
22898
|
{
|
|
22919
|
-
"name": "
|
|
22899
|
+
"name": "empty",
|
|
22920
22900
|
"type": {
|
|
22921
22901
|
"text": "boolean"
|
|
22922
22902
|
},
|
|
22923
22903
|
"default": "false",
|
|
22924
|
-
"description": "
|
|
22925
|
-
"fieldName": "
|
|
22904
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
22905
|
+
"fieldName": "empty",
|
|
22906
|
+
"inheritedFrom": {
|
|
22907
|
+
"name": "UmFieldBase",
|
|
22908
|
+
"module": "src/field/field-base.ts"
|
|
22909
|
+
}
|
|
22926
22910
|
},
|
|
22927
22911
|
{
|
|
22928
|
-
"name": "
|
|
22912
|
+
"name": "disabled",
|
|
22929
22913
|
"type": {
|
|
22930
|
-
"text": "
|
|
22914
|
+
"text": "boolean"
|
|
22931
22915
|
},
|
|
22932
|
-
"default": "
|
|
22933
|
-
"
|
|
22934
|
-
"
|
|
22916
|
+
"default": "false",
|
|
22917
|
+
"fieldName": "disabled",
|
|
22918
|
+
"inheritedFrom": {
|
|
22919
|
+
"name": "UmFieldBase",
|
|
22920
|
+
"module": "src/field/field-base.ts"
|
|
22921
|
+
}
|
|
22935
22922
|
},
|
|
22936
22923
|
{
|
|
22937
|
-
"name": "
|
|
22924
|
+
"name": "invalid",
|
|
22938
22925
|
"type": {
|
|
22939
22926
|
"text": "boolean"
|
|
22940
22927
|
},
|
|
22941
22928
|
"default": "false",
|
|
22942
|
-
"description": "
|
|
22943
|
-
"fieldName": "
|
|
22929
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
22930
|
+
"fieldName": "invalid",
|
|
22931
|
+
"inheritedFrom": {
|
|
22932
|
+
"name": "UmFieldBase",
|
|
22933
|
+
"module": "src/field/field-base.ts"
|
|
22934
|
+
}
|
|
22944
22935
|
},
|
|
22945
22936
|
{
|
|
22946
|
-
"name": "
|
|
22937
|
+
"name": "has-leading-icon",
|
|
22947
22938
|
"type": {
|
|
22948
22939
|
"text": "boolean"
|
|
22949
22940
|
},
|
|
22950
22941
|
"default": "false",
|
|
22951
|
-
"
|
|
22942
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
22943
|
+
"fieldName": "hasLeadingIcon",
|
|
22944
|
+
"inheritedFrom": {
|
|
22945
|
+
"name": "UmFieldBase",
|
|
22946
|
+
"module": "src/field/field-base.ts"
|
|
22947
|
+
}
|
|
22952
22948
|
},
|
|
22953
22949
|
{
|
|
22954
|
-
"name": "
|
|
22950
|
+
"name": "has-trailing-icon",
|
|
22955
22951
|
"type": {
|
|
22956
|
-
"text": "
|
|
22952
|
+
"text": "boolean"
|
|
22957
22953
|
},
|
|
22958
|
-
"default": "
|
|
22959
|
-
"
|
|
22954
|
+
"default": "false",
|
|
22955
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
22956
|
+
"fieldName": "hasTrailingIcon",
|
|
22957
|
+
"inheritedFrom": {
|
|
22958
|
+
"name": "UmFieldBase",
|
|
22959
|
+
"module": "src/field/field-base.ts"
|
|
22960
|
+
}
|
|
22960
22961
|
},
|
|
22961
22962
|
{
|
|
22962
|
-
"name": "
|
|
22963
|
+
"name": "has-error-text",
|
|
22963
22964
|
"type": {
|
|
22964
|
-
"text": "
|
|
22965
|
+
"text": "boolean"
|
|
22965
22966
|
},
|
|
22966
|
-
"
|
|
22967
|
-
"
|
|
22967
|
+
"default": "false",
|
|
22968
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
22969
|
+
"fieldName": "hasErrorText",
|
|
22970
|
+
"inheritedFrom": {
|
|
22971
|
+
"name": "UmFieldBase",
|
|
22972
|
+
"module": "src/field/field-base.ts"
|
|
22973
|
+
}
|
|
22968
22974
|
}
|
|
22969
22975
|
],
|
|
22970
22976
|
"superclass": {
|
|
22971
|
-
"name": "
|
|
22972
|
-
"
|
|
22977
|
+
"name": "UmNativeTextFieldWrapper",
|
|
22978
|
+
"module": "/src/shared/char-count-text-field/native-text-field-wrapper.js"
|
|
22973
22979
|
},
|
|
22974
|
-
"tagName": "u-
|
|
22980
|
+
"tagName": "u-text-field",
|
|
22975
22981
|
"customElement": true
|
|
22976
22982
|
}
|
|
22977
22983
|
],
|
|
22978
22984
|
"exports": [
|
|
22979
22985
|
{
|
|
22980
22986
|
"kind": "js",
|
|
22981
|
-
"name": "
|
|
22987
|
+
"name": "UmTextField",
|
|
22982
22988
|
"declaration": {
|
|
22983
|
-
"name": "
|
|
22984
|
-
"module": "src/
|
|
22989
|
+
"name": "UmTextField",
|
|
22990
|
+
"module": "src/text-field/text-field.ts"
|
|
22985
22991
|
}
|
|
22986
22992
|
},
|
|
22987
22993
|
{
|
|
22988
22994
|
"kind": "custom-element-definition",
|
|
22989
|
-
"name": "u-
|
|
22995
|
+
"name": "u-text-field",
|
|
22990
22996
|
"declaration": {
|
|
22991
|
-
"name": "
|
|
22992
|
-
"module": "src/
|
|
22997
|
+
"name": "UmTextField",
|
|
22998
|
+
"module": "src/text-field/text-field.ts"
|
|
22993
22999
|
}
|
|
22994
23000
|
}
|
|
22995
23001
|
]
|
|
@@ -23711,53 +23717,6 @@
|
|
|
23711
23717
|
}
|
|
23712
23718
|
]
|
|
23713
23719
|
},
|
|
23714
|
-
{
|
|
23715
|
-
"kind": "javascript-module",
|
|
23716
|
-
"path": "src/shared/events/dispatch-event.ts",
|
|
23717
|
-
"declarations": [],
|
|
23718
|
-
"exports": []
|
|
23719
|
-
},
|
|
23720
|
-
{
|
|
23721
|
-
"kind": "javascript-module",
|
|
23722
|
-
"path": "src/shared/events/redispatch-event.ts",
|
|
23723
|
-
"declarations": [
|
|
23724
|
-
{
|
|
23725
|
-
"kind": "function",
|
|
23726
|
-
"name": "redispatchEvent",
|
|
23727
|
-
"parameters": [
|
|
23728
|
-
{
|
|
23729
|
-
"name": "element",
|
|
23730
|
-
"type": {
|
|
23731
|
-
"text": "Element"
|
|
23732
|
-
}
|
|
23733
|
-
},
|
|
23734
|
-
{
|
|
23735
|
-
"name": "event",
|
|
23736
|
-
"type": {
|
|
23737
|
-
"text": "Event"
|
|
23738
|
-
}
|
|
23739
|
-
},
|
|
23740
|
-
{
|
|
23741
|
-
"name": "newType",
|
|
23742
|
-
"default": "null",
|
|
23743
|
-
"type": {
|
|
23744
|
-
"text": "string | null"
|
|
23745
|
-
}
|
|
23746
|
-
}
|
|
23747
|
-
]
|
|
23748
|
-
}
|
|
23749
|
-
],
|
|
23750
|
-
"exports": [
|
|
23751
|
-
{
|
|
23752
|
-
"kind": "js",
|
|
23753
|
-
"name": "redispatchEvent",
|
|
23754
|
-
"declaration": {
|
|
23755
|
-
"name": "redispatchEvent",
|
|
23756
|
-
"module": "src/shared/events/redispatch-event.ts"
|
|
23757
|
-
}
|
|
23758
|
-
}
|
|
23759
|
-
]
|
|
23760
|
-
},
|
|
23761
23720
|
{
|
|
23762
23721
|
"kind": "javascript-module",
|
|
23763
23722
|
"path": "src/shared/menu-field/menu-field-navigation-controller.ts",
|
|
@@ -23974,6 +23933,53 @@
|
|
|
23974
23933
|
"declarations": [],
|
|
23975
23934
|
"exports": []
|
|
23976
23935
|
},
|
|
23936
|
+
{
|
|
23937
|
+
"kind": "javascript-module",
|
|
23938
|
+
"path": "src/shared/events/dispatch-event.ts",
|
|
23939
|
+
"declarations": [],
|
|
23940
|
+
"exports": []
|
|
23941
|
+
},
|
|
23942
|
+
{
|
|
23943
|
+
"kind": "javascript-module",
|
|
23944
|
+
"path": "src/shared/events/redispatch-event.ts",
|
|
23945
|
+
"declarations": [
|
|
23946
|
+
{
|
|
23947
|
+
"kind": "function",
|
|
23948
|
+
"name": "redispatchEvent",
|
|
23949
|
+
"parameters": [
|
|
23950
|
+
{
|
|
23951
|
+
"name": "element",
|
|
23952
|
+
"type": {
|
|
23953
|
+
"text": "Element"
|
|
23954
|
+
}
|
|
23955
|
+
},
|
|
23956
|
+
{
|
|
23957
|
+
"name": "event",
|
|
23958
|
+
"type": {
|
|
23959
|
+
"text": "Event"
|
|
23960
|
+
}
|
|
23961
|
+
},
|
|
23962
|
+
{
|
|
23963
|
+
"name": "newType",
|
|
23964
|
+
"default": "null",
|
|
23965
|
+
"type": {
|
|
23966
|
+
"text": "string | null"
|
|
23967
|
+
}
|
|
23968
|
+
}
|
|
23969
|
+
]
|
|
23970
|
+
}
|
|
23971
|
+
],
|
|
23972
|
+
"exports": [
|
|
23973
|
+
{
|
|
23974
|
+
"kind": "js",
|
|
23975
|
+
"name": "redispatchEvent",
|
|
23976
|
+
"declaration": {
|
|
23977
|
+
"name": "redispatchEvent",
|
|
23978
|
+
"module": "src/shared/events/redispatch-event.ts"
|
|
23979
|
+
}
|
|
23980
|
+
}
|
|
23981
|
+
]
|
|
23982
|
+
},
|
|
23977
23983
|
{
|
|
23978
23984
|
"kind": "javascript-module",
|
|
23979
23985
|
"path": "src/shared/selection-control/selection-control-list-item.ts",
|