@universal-material/web 3.0.87 → 3.0.88
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 +1833 -1833
- package/package.json +1 -1
- package/select/option.js +2 -1
- package/select/option.js.map +1 -1
- package/select/select.d.ts.map +1 -1
- package/select/select.js +2 -2
- package/select/select.js.map +1 -1
package/custom-elements.json
CHANGED
|
@@ -2657,6 +2657,255 @@
|
|
|
2657
2657
|
}
|
|
2658
2658
|
]
|
|
2659
2659
|
},
|
|
2660
|
+
{
|
|
2661
|
+
"kind": "javascript-module",
|
|
2662
|
+
"path": "src/card/card-content.styles.ts",
|
|
2663
|
+
"declarations": [
|
|
2664
|
+
{
|
|
2665
|
+
"kind": "variable",
|
|
2666
|
+
"name": "styles",
|
|
2667
|
+
"default": "css `\n :host {\n display: block;\n }\n\n :host(:has(slot > *)) {\n display: none;\n }\n\n :host([has-content]) {\n padding: var(--u-card-padding, 16px);\n }\n\n slot {\n border-radius: inherit;\n }\n`"
|
|
2668
|
+
}
|
|
2669
|
+
],
|
|
2670
|
+
"exports": [
|
|
2671
|
+
{
|
|
2672
|
+
"kind": "js",
|
|
2673
|
+
"name": "styles",
|
|
2674
|
+
"declaration": {
|
|
2675
|
+
"name": "styles",
|
|
2676
|
+
"module": "src/card/card-content.styles.ts"
|
|
2677
|
+
}
|
|
2678
|
+
}
|
|
2679
|
+
]
|
|
2680
|
+
},
|
|
2681
|
+
{
|
|
2682
|
+
"kind": "javascript-module",
|
|
2683
|
+
"path": "src/card/card-content.ts",
|
|
2684
|
+
"declarations": [
|
|
2685
|
+
{
|
|
2686
|
+
"kind": "class",
|
|
2687
|
+
"description": "",
|
|
2688
|
+
"name": "UmCardContent",
|
|
2689
|
+
"members": [
|
|
2690
|
+
{
|
|
2691
|
+
"kind": "field",
|
|
2692
|
+
"name": "hasContent",
|
|
2693
|
+
"type": {
|
|
2694
|
+
"text": "boolean"
|
|
2695
|
+
},
|
|
2696
|
+
"default": "false",
|
|
2697
|
+
"attribute": "has-content",
|
|
2698
|
+
"reflects": true
|
|
2699
|
+
},
|
|
2700
|
+
{
|
|
2701
|
+
"kind": "method",
|
|
2702
|
+
"name": "handleSlotChange",
|
|
2703
|
+
"privacy": "private",
|
|
2704
|
+
"parameters": [
|
|
2705
|
+
{
|
|
2706
|
+
"name": "e",
|
|
2707
|
+
"type": {
|
|
2708
|
+
"text": "Event"
|
|
2709
|
+
}
|
|
2710
|
+
}
|
|
2711
|
+
]
|
|
2712
|
+
}
|
|
2713
|
+
],
|
|
2714
|
+
"attributes": [
|
|
2715
|
+
{
|
|
2716
|
+
"name": "has-content",
|
|
2717
|
+
"type": {
|
|
2718
|
+
"text": "boolean"
|
|
2719
|
+
},
|
|
2720
|
+
"default": "false",
|
|
2721
|
+
"fieldName": "hasContent"
|
|
2722
|
+
}
|
|
2723
|
+
],
|
|
2724
|
+
"superclass": {
|
|
2725
|
+
"name": "LitElement",
|
|
2726
|
+
"package": "lit"
|
|
2727
|
+
},
|
|
2728
|
+
"tagName": "u-card-content",
|
|
2729
|
+
"customElement": true
|
|
2730
|
+
}
|
|
2731
|
+
],
|
|
2732
|
+
"exports": [
|
|
2733
|
+
{
|
|
2734
|
+
"kind": "js",
|
|
2735
|
+
"name": "UmCardContent",
|
|
2736
|
+
"declaration": {
|
|
2737
|
+
"name": "UmCardContent",
|
|
2738
|
+
"module": "src/card/card-content.ts"
|
|
2739
|
+
}
|
|
2740
|
+
},
|
|
2741
|
+
{
|
|
2742
|
+
"kind": "custom-element-definition",
|
|
2743
|
+
"name": "u-card-content",
|
|
2744
|
+
"declaration": {
|
|
2745
|
+
"name": "UmCardContent",
|
|
2746
|
+
"module": "src/card/card-content.ts"
|
|
2747
|
+
}
|
|
2748
|
+
}
|
|
2749
|
+
]
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"kind": "javascript-module",
|
|
2753
|
+
"path": "src/card/card-media.styles.ts",
|
|
2754
|
+
"declarations": [
|
|
2755
|
+
{
|
|
2756
|
+
"kind": "variable",
|
|
2757
|
+
"name": "styles",
|
|
2758
|
+
"default": "css `\n :host {\n display: block;\n aspect-ratio: 1;\n border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px));\n }\n\n :host([wide]) {\n aspect-ratio: 16/9;\n }\n`"
|
|
2759
|
+
}
|
|
2760
|
+
],
|
|
2761
|
+
"exports": [
|
|
2762
|
+
{
|
|
2763
|
+
"kind": "js",
|
|
2764
|
+
"name": "styles",
|
|
2765
|
+
"declaration": {
|
|
2766
|
+
"name": "styles",
|
|
2767
|
+
"module": "src/card/card-media.styles.ts"
|
|
2768
|
+
}
|
|
2769
|
+
}
|
|
2770
|
+
]
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"kind": "javascript-module",
|
|
2774
|
+
"path": "src/card/card-media.ts",
|
|
2775
|
+
"declarations": [
|
|
2776
|
+
{
|
|
2777
|
+
"kind": "class",
|
|
2778
|
+
"description": "",
|
|
2779
|
+
"name": "UmCardMedia",
|
|
2780
|
+
"members": [
|
|
2781
|
+
{
|
|
2782
|
+
"kind": "field",
|
|
2783
|
+
"name": "wide",
|
|
2784
|
+
"type": {
|
|
2785
|
+
"text": "boolean"
|
|
2786
|
+
},
|
|
2787
|
+
"default": "false",
|
|
2788
|
+
"attribute": "wide",
|
|
2789
|
+
"reflects": true
|
|
2790
|
+
}
|
|
2791
|
+
],
|
|
2792
|
+
"attributes": [
|
|
2793
|
+
{
|
|
2794
|
+
"name": "wide",
|
|
2795
|
+
"type": {
|
|
2796
|
+
"text": "boolean"
|
|
2797
|
+
},
|
|
2798
|
+
"default": "false",
|
|
2799
|
+
"fieldName": "wide"
|
|
2800
|
+
}
|
|
2801
|
+
],
|
|
2802
|
+
"superclass": {
|
|
2803
|
+
"name": "LitElement",
|
|
2804
|
+
"package": "lit"
|
|
2805
|
+
},
|
|
2806
|
+
"tagName": "u-card-media",
|
|
2807
|
+
"customElement": true
|
|
2808
|
+
}
|
|
2809
|
+
],
|
|
2810
|
+
"exports": [
|
|
2811
|
+
{
|
|
2812
|
+
"kind": "js",
|
|
2813
|
+
"name": "UmCardMedia",
|
|
2814
|
+
"declaration": {
|
|
2815
|
+
"name": "UmCardMedia",
|
|
2816
|
+
"module": "src/card/card-media.ts"
|
|
2817
|
+
}
|
|
2818
|
+
},
|
|
2819
|
+
{
|
|
2820
|
+
"kind": "custom-element-definition",
|
|
2821
|
+
"name": "u-card-media",
|
|
2822
|
+
"declaration": {
|
|
2823
|
+
"name": "UmCardMedia",
|
|
2824
|
+
"module": "src/card/card-media.ts"
|
|
2825
|
+
}
|
|
2826
|
+
}
|
|
2827
|
+
]
|
|
2828
|
+
},
|
|
2829
|
+
{
|
|
2830
|
+
"kind": "javascript-module",
|
|
2831
|
+
"path": "src/card/card.styles.ts",
|
|
2832
|
+
"declarations": [
|
|
2833
|
+
{
|
|
2834
|
+
"kind": "variable",
|
|
2835
|
+
"name": "styles",
|
|
2836
|
+
"default": "css `\n :host {\n display: block;\n position: relative;\n border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px));\n }\n\n :host([variant=elevated]) {\n --u-current-bg-color: var(--u-card-elevated-bg-color, var(--u-color-surface-container-low, rgb(247, 242, 250)));\n background-color: var(--u-current-bg-color);\n }\n :host([variant=elevated]) u-elevation {\n --u-elevation-level: var(--u-elevated-card-elevation-level, 1);\n }\n\n :host([variant=filled]) {\n --u-current-bg-color: var(--u-card-filled-bg-color, var(--u-color-surface-container-highest, rgb(230, 224, 233)));\n background-color: var(--u-current-bg-color);\n }\n\n :host([variant=outlined]) {\n border: var(--u-outlined-card-outline-width, 1px) solid var(--u-outlined-card-outline-color, var(--u-color-outline-variant, rgb(202, 196, 208)));\n }\n\n u-card-content,\n slot {\n border-radius: inherit;\n }\n`"
|
|
2837
|
+
}
|
|
2838
|
+
],
|
|
2839
|
+
"exports": [
|
|
2840
|
+
{
|
|
2841
|
+
"kind": "js",
|
|
2842
|
+
"name": "styles",
|
|
2843
|
+
"declaration": {
|
|
2844
|
+
"name": "styles",
|
|
2845
|
+
"module": "src/card/card.styles.ts"
|
|
2846
|
+
}
|
|
2847
|
+
}
|
|
2848
|
+
]
|
|
2849
|
+
},
|
|
2850
|
+
{
|
|
2851
|
+
"kind": "javascript-module",
|
|
2852
|
+
"path": "src/card/card.ts",
|
|
2853
|
+
"declarations": [
|
|
2854
|
+
{
|
|
2855
|
+
"kind": "class",
|
|
2856
|
+
"description": "",
|
|
2857
|
+
"name": "UmCard",
|
|
2858
|
+
"members": [
|
|
2859
|
+
{
|
|
2860
|
+
"kind": "field",
|
|
2861
|
+
"name": "variant",
|
|
2862
|
+
"type": {
|
|
2863
|
+
"text": "UmCardVariant"
|
|
2864
|
+
},
|
|
2865
|
+
"default": "'filled'",
|
|
2866
|
+
"description": "The Card variant to render.",
|
|
2867
|
+
"attribute": "variant",
|
|
2868
|
+
"reflects": true
|
|
2869
|
+
}
|
|
2870
|
+
],
|
|
2871
|
+
"attributes": [
|
|
2872
|
+
{
|
|
2873
|
+
"name": "variant",
|
|
2874
|
+
"type": {
|
|
2875
|
+
"text": "UmCardVariant"
|
|
2876
|
+
},
|
|
2877
|
+
"default": "'filled'",
|
|
2878
|
+
"description": "The Card variant to render.",
|
|
2879
|
+
"fieldName": "variant"
|
|
2880
|
+
}
|
|
2881
|
+
],
|
|
2882
|
+
"superclass": {
|
|
2883
|
+
"name": "LitElement",
|
|
2884
|
+
"package": "lit"
|
|
2885
|
+
},
|
|
2886
|
+
"tagName": "u-card",
|
|
2887
|
+
"customElement": true
|
|
2888
|
+
}
|
|
2889
|
+
],
|
|
2890
|
+
"exports": [
|
|
2891
|
+
{
|
|
2892
|
+
"kind": "js",
|
|
2893
|
+
"name": "UmCard",
|
|
2894
|
+
"declaration": {
|
|
2895
|
+
"name": "UmCard",
|
|
2896
|
+
"module": "src/card/card.ts"
|
|
2897
|
+
}
|
|
2898
|
+
},
|
|
2899
|
+
{
|
|
2900
|
+
"kind": "custom-element-definition",
|
|
2901
|
+
"name": "u-card",
|
|
2902
|
+
"declaration": {
|
|
2903
|
+
"name": "UmCard",
|
|
2904
|
+
"module": "src/card/card.ts"
|
|
2905
|
+
}
|
|
2906
|
+
}
|
|
2907
|
+
]
|
|
2908
|
+
},
|
|
2660
2909
|
{
|
|
2661
2910
|
"kind": "javascript-module",
|
|
2662
2911
|
"path": "src/checkbox/checkbox-list-item.ts",
|
|
@@ -3402,12 +3651,12 @@
|
|
|
3402
3651
|
},
|
|
3403
3652
|
{
|
|
3404
3653
|
"kind": "javascript-module",
|
|
3405
|
-
"path": "src/
|
|
3654
|
+
"path": "src/chip/chip-set.styles.ts",
|
|
3406
3655
|
"declarations": [
|
|
3407
3656
|
{
|
|
3408
3657
|
"kind": "variable",
|
|
3409
3658
|
"name": "styles",
|
|
3410
|
-
"default": "css `\n :host {\n
|
|
3659
|
+
"default": "css `\n :host {\n flex-wrap: wrap;\n }\n`"
|
|
3411
3660
|
}
|
|
3412
3661
|
],
|
|
3413
3662
|
"exports": [
|
|
@@ -3416,256 +3665,7 @@
|
|
|
3416
3665
|
"name": "styles",
|
|
3417
3666
|
"declaration": {
|
|
3418
3667
|
"name": "styles",
|
|
3419
|
-
"module": "src/
|
|
3420
|
-
}
|
|
3421
|
-
}
|
|
3422
|
-
]
|
|
3423
|
-
},
|
|
3424
|
-
{
|
|
3425
|
-
"kind": "javascript-module",
|
|
3426
|
-
"path": "src/card/card-content.ts",
|
|
3427
|
-
"declarations": [
|
|
3428
|
-
{
|
|
3429
|
-
"kind": "class",
|
|
3430
|
-
"description": "",
|
|
3431
|
-
"name": "UmCardContent",
|
|
3432
|
-
"members": [
|
|
3433
|
-
{
|
|
3434
|
-
"kind": "field",
|
|
3435
|
-
"name": "hasContent",
|
|
3436
|
-
"type": {
|
|
3437
|
-
"text": "boolean"
|
|
3438
|
-
},
|
|
3439
|
-
"default": "false",
|
|
3440
|
-
"attribute": "has-content",
|
|
3441
|
-
"reflects": true
|
|
3442
|
-
},
|
|
3443
|
-
{
|
|
3444
|
-
"kind": "method",
|
|
3445
|
-
"name": "handleSlotChange",
|
|
3446
|
-
"privacy": "private",
|
|
3447
|
-
"parameters": [
|
|
3448
|
-
{
|
|
3449
|
-
"name": "e",
|
|
3450
|
-
"type": {
|
|
3451
|
-
"text": "Event"
|
|
3452
|
-
}
|
|
3453
|
-
}
|
|
3454
|
-
]
|
|
3455
|
-
}
|
|
3456
|
-
],
|
|
3457
|
-
"attributes": [
|
|
3458
|
-
{
|
|
3459
|
-
"name": "has-content",
|
|
3460
|
-
"type": {
|
|
3461
|
-
"text": "boolean"
|
|
3462
|
-
},
|
|
3463
|
-
"default": "false",
|
|
3464
|
-
"fieldName": "hasContent"
|
|
3465
|
-
}
|
|
3466
|
-
],
|
|
3467
|
-
"superclass": {
|
|
3468
|
-
"name": "LitElement",
|
|
3469
|
-
"package": "lit"
|
|
3470
|
-
},
|
|
3471
|
-
"tagName": "u-card-content",
|
|
3472
|
-
"customElement": true
|
|
3473
|
-
}
|
|
3474
|
-
],
|
|
3475
|
-
"exports": [
|
|
3476
|
-
{
|
|
3477
|
-
"kind": "js",
|
|
3478
|
-
"name": "UmCardContent",
|
|
3479
|
-
"declaration": {
|
|
3480
|
-
"name": "UmCardContent",
|
|
3481
|
-
"module": "src/card/card-content.ts"
|
|
3482
|
-
}
|
|
3483
|
-
},
|
|
3484
|
-
{
|
|
3485
|
-
"kind": "custom-element-definition",
|
|
3486
|
-
"name": "u-card-content",
|
|
3487
|
-
"declaration": {
|
|
3488
|
-
"name": "UmCardContent",
|
|
3489
|
-
"module": "src/card/card-content.ts"
|
|
3490
|
-
}
|
|
3491
|
-
}
|
|
3492
|
-
]
|
|
3493
|
-
},
|
|
3494
|
-
{
|
|
3495
|
-
"kind": "javascript-module",
|
|
3496
|
-
"path": "src/card/card-media.styles.ts",
|
|
3497
|
-
"declarations": [
|
|
3498
|
-
{
|
|
3499
|
-
"kind": "variable",
|
|
3500
|
-
"name": "styles",
|
|
3501
|
-
"default": "css `\n :host {\n display: block;\n aspect-ratio: 1;\n border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px));\n }\n\n :host([wide]) {\n aspect-ratio: 16/9;\n }\n`"
|
|
3502
|
-
}
|
|
3503
|
-
],
|
|
3504
|
-
"exports": [
|
|
3505
|
-
{
|
|
3506
|
-
"kind": "js",
|
|
3507
|
-
"name": "styles",
|
|
3508
|
-
"declaration": {
|
|
3509
|
-
"name": "styles",
|
|
3510
|
-
"module": "src/card/card-media.styles.ts"
|
|
3511
|
-
}
|
|
3512
|
-
}
|
|
3513
|
-
]
|
|
3514
|
-
},
|
|
3515
|
-
{
|
|
3516
|
-
"kind": "javascript-module",
|
|
3517
|
-
"path": "src/card/card-media.ts",
|
|
3518
|
-
"declarations": [
|
|
3519
|
-
{
|
|
3520
|
-
"kind": "class",
|
|
3521
|
-
"description": "",
|
|
3522
|
-
"name": "UmCardMedia",
|
|
3523
|
-
"members": [
|
|
3524
|
-
{
|
|
3525
|
-
"kind": "field",
|
|
3526
|
-
"name": "wide",
|
|
3527
|
-
"type": {
|
|
3528
|
-
"text": "boolean"
|
|
3529
|
-
},
|
|
3530
|
-
"default": "false",
|
|
3531
|
-
"attribute": "wide",
|
|
3532
|
-
"reflects": true
|
|
3533
|
-
}
|
|
3534
|
-
],
|
|
3535
|
-
"attributes": [
|
|
3536
|
-
{
|
|
3537
|
-
"name": "wide",
|
|
3538
|
-
"type": {
|
|
3539
|
-
"text": "boolean"
|
|
3540
|
-
},
|
|
3541
|
-
"default": "false",
|
|
3542
|
-
"fieldName": "wide"
|
|
3543
|
-
}
|
|
3544
|
-
],
|
|
3545
|
-
"superclass": {
|
|
3546
|
-
"name": "LitElement",
|
|
3547
|
-
"package": "lit"
|
|
3548
|
-
},
|
|
3549
|
-
"tagName": "u-card-media",
|
|
3550
|
-
"customElement": true
|
|
3551
|
-
}
|
|
3552
|
-
],
|
|
3553
|
-
"exports": [
|
|
3554
|
-
{
|
|
3555
|
-
"kind": "js",
|
|
3556
|
-
"name": "UmCardMedia",
|
|
3557
|
-
"declaration": {
|
|
3558
|
-
"name": "UmCardMedia",
|
|
3559
|
-
"module": "src/card/card-media.ts"
|
|
3560
|
-
}
|
|
3561
|
-
},
|
|
3562
|
-
{
|
|
3563
|
-
"kind": "custom-element-definition",
|
|
3564
|
-
"name": "u-card-media",
|
|
3565
|
-
"declaration": {
|
|
3566
|
-
"name": "UmCardMedia",
|
|
3567
|
-
"module": "src/card/card-media.ts"
|
|
3568
|
-
}
|
|
3569
|
-
}
|
|
3570
|
-
]
|
|
3571
|
-
},
|
|
3572
|
-
{
|
|
3573
|
-
"kind": "javascript-module",
|
|
3574
|
-
"path": "src/card/card.styles.ts",
|
|
3575
|
-
"declarations": [
|
|
3576
|
-
{
|
|
3577
|
-
"kind": "variable",
|
|
3578
|
-
"name": "styles",
|
|
3579
|
-
"default": "css `\n :host {\n display: block;\n position: relative;\n border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px));\n }\n\n :host([variant=elevated]) {\n --u-current-bg-color: var(--u-card-elevated-bg-color, var(--u-color-surface-container-low, rgb(247, 242, 250)));\n background-color: var(--u-current-bg-color);\n }\n :host([variant=elevated]) u-elevation {\n --u-elevation-level: var(--u-elevated-card-elevation-level, 1);\n }\n\n :host([variant=filled]) {\n --u-current-bg-color: var(--u-card-filled-bg-color, var(--u-color-surface-container-highest, rgb(230, 224, 233)));\n background-color: var(--u-current-bg-color);\n }\n\n :host([variant=outlined]) {\n border: var(--u-outlined-card-outline-width, 1px) solid var(--u-outlined-card-outline-color, var(--u-color-outline-variant, rgb(202, 196, 208)));\n }\n\n u-card-content,\n slot {\n border-radius: inherit;\n }\n`"
|
|
3580
|
-
}
|
|
3581
|
-
],
|
|
3582
|
-
"exports": [
|
|
3583
|
-
{
|
|
3584
|
-
"kind": "js",
|
|
3585
|
-
"name": "styles",
|
|
3586
|
-
"declaration": {
|
|
3587
|
-
"name": "styles",
|
|
3588
|
-
"module": "src/card/card.styles.ts"
|
|
3589
|
-
}
|
|
3590
|
-
}
|
|
3591
|
-
]
|
|
3592
|
-
},
|
|
3593
|
-
{
|
|
3594
|
-
"kind": "javascript-module",
|
|
3595
|
-
"path": "src/card/card.ts",
|
|
3596
|
-
"declarations": [
|
|
3597
|
-
{
|
|
3598
|
-
"kind": "class",
|
|
3599
|
-
"description": "",
|
|
3600
|
-
"name": "UmCard",
|
|
3601
|
-
"members": [
|
|
3602
|
-
{
|
|
3603
|
-
"kind": "field",
|
|
3604
|
-
"name": "variant",
|
|
3605
|
-
"type": {
|
|
3606
|
-
"text": "UmCardVariant"
|
|
3607
|
-
},
|
|
3608
|
-
"default": "'filled'",
|
|
3609
|
-
"description": "The Card variant to render.",
|
|
3610
|
-
"attribute": "variant",
|
|
3611
|
-
"reflects": true
|
|
3612
|
-
}
|
|
3613
|
-
],
|
|
3614
|
-
"attributes": [
|
|
3615
|
-
{
|
|
3616
|
-
"name": "variant",
|
|
3617
|
-
"type": {
|
|
3618
|
-
"text": "UmCardVariant"
|
|
3619
|
-
},
|
|
3620
|
-
"default": "'filled'",
|
|
3621
|
-
"description": "The Card variant to render.",
|
|
3622
|
-
"fieldName": "variant"
|
|
3623
|
-
}
|
|
3624
|
-
],
|
|
3625
|
-
"superclass": {
|
|
3626
|
-
"name": "LitElement",
|
|
3627
|
-
"package": "lit"
|
|
3628
|
-
},
|
|
3629
|
-
"tagName": "u-card",
|
|
3630
|
-
"customElement": true
|
|
3631
|
-
}
|
|
3632
|
-
],
|
|
3633
|
-
"exports": [
|
|
3634
|
-
{
|
|
3635
|
-
"kind": "js",
|
|
3636
|
-
"name": "UmCard",
|
|
3637
|
-
"declaration": {
|
|
3638
|
-
"name": "UmCard",
|
|
3639
|
-
"module": "src/card/card.ts"
|
|
3640
|
-
}
|
|
3641
|
-
},
|
|
3642
|
-
{
|
|
3643
|
-
"kind": "custom-element-definition",
|
|
3644
|
-
"name": "u-card",
|
|
3645
|
-
"declaration": {
|
|
3646
|
-
"name": "UmCard",
|
|
3647
|
-
"module": "src/card/card.ts"
|
|
3648
|
-
}
|
|
3649
|
-
}
|
|
3650
|
-
]
|
|
3651
|
-
},
|
|
3652
|
-
{
|
|
3653
|
-
"kind": "javascript-module",
|
|
3654
|
-
"path": "src/chip/chip-set.styles.ts",
|
|
3655
|
-
"declarations": [
|
|
3656
|
-
{
|
|
3657
|
-
"kind": "variable",
|
|
3658
|
-
"name": "styles",
|
|
3659
|
-
"default": "css `\n :host {\n flex-wrap: wrap;\n }\n`"
|
|
3660
|
-
}
|
|
3661
|
-
],
|
|
3662
|
-
"exports": [
|
|
3663
|
-
{
|
|
3664
|
-
"kind": "js",
|
|
3665
|
-
"name": "styles",
|
|
3666
|
-
"declaration": {
|
|
3667
|
-
"name": "styles",
|
|
3668
|
-
"module": "src/chip/chip-set.styles.ts"
|
|
3668
|
+
"module": "src/chip/chip-set.styles.ts"
|
|
3669
3669
|
}
|
|
3670
3670
|
}
|
|
3671
3671
|
]
|
|
@@ -10069,33 +10069,24 @@
|
|
|
10069
10069
|
},
|
|
10070
10070
|
{
|
|
10071
10071
|
"kind": "javascript-module",
|
|
10072
|
-
"path": "src/
|
|
10073
|
-
"declarations": [
|
|
10074
|
-
|
|
10075
|
-
"kind": "variable",
|
|
10076
|
-
"name": "styles",
|
|
10077
|
-
"default": "css `\n :host,\n * {\n --_focus-ring-outline-offset: var(--u-focus-ring-outline-offset, 2px);\n 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\");\n box-sizing: border-box;\n outline: 0;\n }\n\n :host(.force-focus-ring) .focus-ring,\n .focus-ring:focus-visible {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n animation: u-focus-pulse 500ms ease;\n animation-fill-mode: forwards;\n outline-offset: var(--_focus-ring-outline-offset);\n }\n\n @keyframes u-focus-pulse {\n 0% {\n outline: 0 solid var(--_color-primary);\n }\n 50% {\n outline: 6px solid var(--_color-primary);\n }\n 100% {\n outline: 4px solid var(--_color-primary);\n }\n }\n`"
|
|
10078
|
-
}
|
|
10079
|
-
],
|
|
10080
|
-
"exports": [
|
|
10081
|
-
{
|
|
10082
|
-
"kind": "js",
|
|
10083
|
-
"name": "styles",
|
|
10084
|
-
"declaration": {
|
|
10085
|
-
"name": "styles",
|
|
10086
|
-
"module": "src/shared/base.styles.ts"
|
|
10087
|
-
}
|
|
10088
|
-
}
|
|
10089
|
-
]
|
|
10072
|
+
"path": "src/select/extended-option.ts",
|
|
10073
|
+
"declarations": [],
|
|
10074
|
+
"exports": []
|
|
10090
10075
|
},
|
|
10091
10076
|
{
|
|
10092
10077
|
"kind": "javascript-module",
|
|
10093
|
-
"path": "src/
|
|
10078
|
+
"path": "src/select/extended-select.ts",
|
|
10079
|
+
"declarations": [],
|
|
10080
|
+
"exports": []
|
|
10081
|
+
},
|
|
10082
|
+
{
|
|
10083
|
+
"kind": "javascript-module",
|
|
10084
|
+
"path": "src/select/option.styles.ts",
|
|
10094
10085
|
"declarations": [
|
|
10095
10086
|
{
|
|
10096
10087
|
"kind": "variable",
|
|
10097
10088
|
"name": "styles",
|
|
10098
|
-
"default": "css `\n :host {\n
|
|
10089
|
+
"default": "css `\n :host(.selected) {\n background-color: var(--u-select-option-selected-bg-color, var(--u-color-primary-container, rgb(234, 221, 255)));\n }\n :host(.selected) .icon,\n :host(.selected) .content {\n color: var(--u-select-option-selected-text-color, var(--u-color-on-primary-container, rgb(33, 0, 93)));\n }\n\n :host(:not(.selected):not([has-trailing-icon])) .trailing {\n display: none;\n }\n`"
|
|
10099
10090
|
}
|
|
10100
10091
|
],
|
|
10101
10092
|
"exports": [
|
|
@@ -10104,2365 +10095,2374 @@
|
|
|
10104
10095
|
"name": "styles",
|
|
10105
10096
|
"declaration": {
|
|
10106
10097
|
"name": "styles",
|
|
10107
|
-
"module": "src/
|
|
10098
|
+
"module": "src/select/option.styles.ts"
|
|
10108
10099
|
}
|
|
10109
10100
|
}
|
|
10110
10101
|
]
|
|
10111
10102
|
},
|
|
10112
10103
|
{
|
|
10113
10104
|
"kind": "javascript-module",
|
|
10114
|
-
"path": "src/
|
|
10105
|
+
"path": "src/select/option.ts",
|
|
10115
10106
|
"declarations": [
|
|
10116
10107
|
{
|
|
10117
10108
|
"kind": "class",
|
|
10118
10109
|
"description": "",
|
|
10119
|
-
"name": "
|
|
10110
|
+
"name": "UmOption",
|
|
10120
10111
|
"members": [
|
|
10121
10112
|
{
|
|
10122
10113
|
"kind": "field",
|
|
10123
|
-
"name": "
|
|
10124
|
-
"type": {
|
|
10125
|
-
"text": "boolean"
|
|
10126
|
-
},
|
|
10127
|
-
"default": "false",
|
|
10128
|
-
"description": "Whether the button is disabled or not.",
|
|
10129
|
-
"attribute": "disabled",
|
|
10130
|
-
"reflects": true
|
|
10131
|
-
},
|
|
10132
|
-
{
|
|
10133
|
-
"kind": "field",
|
|
10134
|
-
"name": "renderRipple",
|
|
10114
|
+
"name": "_nativeOption",
|
|
10135
10115
|
"type": {
|
|
10136
|
-
"text": "
|
|
10137
|
-
}
|
|
10138
|
-
"default": "true"
|
|
10116
|
+
"text": "ExtendedOption"
|
|
10117
|
+
}
|
|
10139
10118
|
},
|
|
10140
10119
|
{
|
|
10141
10120
|
"kind": "field",
|
|
10142
|
-
"name": "
|
|
10143
|
-
"type": {
|
|
10144
|
-
"text": "string | undefined"
|
|
10145
|
-
},
|
|
10146
|
-
"description": "The URL that the link button points to.",
|
|
10147
|
-
"attribute": "href"
|
|
10121
|
+
"name": "_listItem"
|
|
10148
10122
|
},
|
|
10149
10123
|
{
|
|
10150
10124
|
"kind": "field",
|
|
10151
|
-
"name": "
|
|
10125
|
+
"name": "#mutationObserver",
|
|
10126
|
+
"privacy": "private",
|
|
10152
10127
|
"type": {
|
|
10153
|
-
"text": "
|
|
10128
|
+
"text": "MutationObserver"
|
|
10154
10129
|
},
|
|
10155
|
-
"
|
|
10156
|
-
"attribute": "target"
|
|
10130
|
+
"default": "new MutationObserver(() => this.#updateContent())"
|
|
10157
10131
|
},
|
|
10158
10132
|
{
|
|
10159
10133
|
"kind": "field",
|
|
10160
|
-
"name": "
|
|
10134
|
+
"name": "value",
|
|
10161
10135
|
"type": {
|
|
10162
|
-
"text": "string
|
|
10136
|
+
"text": "string"
|
|
10163
10137
|
},
|
|
10164
|
-
"attribute": "
|
|
10138
|
+
"attribute": "value",
|
|
10139
|
+
"reflects": true
|
|
10165
10140
|
},
|
|
10166
10141
|
{
|
|
10167
10142
|
"kind": "field",
|
|
10168
|
-
"name": "
|
|
10143
|
+
"name": "selected",
|
|
10169
10144
|
"type": {
|
|
10170
|
-
"text": "
|
|
10145
|
+
"text": "boolean"
|
|
10171
10146
|
}
|
|
10172
10147
|
},
|
|
10173
10148
|
{
|
|
10174
|
-
"kind": "
|
|
10175
|
-
"name": "
|
|
10176
|
-
"
|
|
10177
|
-
|
|
10149
|
+
"kind": "method",
|
|
10150
|
+
"name": "renderDefaultTrailingIcon",
|
|
10151
|
+
"privacy": "protected",
|
|
10152
|
+
"return": {
|
|
10153
|
+
"type": {
|
|
10154
|
+
"text": "TemplateResult"
|
|
10155
|
+
}
|
|
10178
10156
|
},
|
|
10179
|
-
"
|
|
10157
|
+
"inheritedFrom": {
|
|
10158
|
+
"name": "UmMenuItem",
|
|
10159
|
+
"module": "src/menu/menu-item.ts"
|
|
10160
|
+
}
|
|
10180
10161
|
},
|
|
10181
10162
|
{
|
|
10182
10163
|
"kind": "field",
|
|
10183
|
-
"name": "
|
|
10164
|
+
"name": "_selectedAttribute",
|
|
10184
10165
|
"type": {
|
|
10185
|
-
"text": "
|
|
10166
|
+
"text": "boolean"
|
|
10186
10167
|
},
|
|
10187
|
-
"privacy": "
|
|
10188
|
-
"
|
|
10168
|
+
"privacy": "private",
|
|
10169
|
+
"attribute": "selected"
|
|
10189
10170
|
},
|
|
10190
10171
|
{
|
|
10191
10172
|
"kind": "field",
|
|
10192
|
-
"name": "
|
|
10173
|
+
"name": "_select",
|
|
10193
10174
|
"type": {
|
|
10194
|
-
"text": "
|
|
10175
|
+
"text": "UmSelect | null"
|
|
10195
10176
|
}
|
|
10196
10177
|
},
|
|
10197
10178
|
{
|
|
10198
10179
|
"kind": "method",
|
|
10199
|
-
"name": "
|
|
10200
|
-
"privacy": "private"
|
|
10201
|
-
},
|
|
10202
|
-
{
|
|
10203
|
-
"kind": "method",
|
|
10204
|
-
"name": "renderLink",
|
|
10205
|
-
"privacy": "private"
|
|
10206
|
-
},
|
|
10207
|
-
{
|
|
10208
|
-
"kind": "method",
|
|
10209
|
-
"name": "renderContent",
|
|
10210
|
-
"privacy": "protected",
|
|
10180
|
+
"name": "#attach",
|
|
10211
10181
|
"return": {
|
|
10212
10182
|
"type": {
|
|
10213
|
-
"text": "
|
|
10183
|
+
"text": "Promise<void>"
|
|
10214
10184
|
}
|
|
10215
10185
|
}
|
|
10216
10186
|
},
|
|
10217
10187
|
{
|
|
10218
10188
|
"kind": "method",
|
|
10219
|
-
"name": "
|
|
10189
|
+
"name": "#handleClick",
|
|
10190
|
+
"parameters": [
|
|
10191
|
+
{
|
|
10192
|
+
"name": "e",
|
|
10193
|
+
"type": {
|
|
10194
|
+
"text": "Event"
|
|
10195
|
+
}
|
|
10196
|
+
}
|
|
10197
|
+
]
|
|
10220
10198
|
},
|
|
10221
10199
|
{
|
|
10222
10200
|
"kind": "method",
|
|
10223
|
-
"name": "
|
|
10201
|
+
"name": "setSelectedByUser"
|
|
10224
10202
|
},
|
|
10225
10203
|
{
|
|
10226
10204
|
"kind": "method",
|
|
10227
|
-
"name": "
|
|
10228
|
-
"privacy": "protected",
|
|
10229
|
-
"return": {
|
|
10230
|
-
"type": {
|
|
10231
|
-
"text": "string | null"
|
|
10232
|
-
}
|
|
10233
|
-
}
|
|
10205
|
+
"name": "#updateContent"
|
|
10234
10206
|
},
|
|
10235
10207
|
{
|
|
10236
10208
|
"kind": "method",
|
|
10237
|
-
"name": "
|
|
10238
|
-
"privacy": "private",
|
|
10209
|
+
"name": "#setNativeOption",
|
|
10239
10210
|
"return": {
|
|
10240
10211
|
"type": {
|
|
10241
|
-
"text": "void"
|
|
10212
|
+
"text": "Promise<void>"
|
|
10242
10213
|
}
|
|
10243
10214
|
}
|
|
10244
10215
|
},
|
|
10245
10216
|
{
|
|
10246
|
-
"kind": "
|
|
10247
|
-
"name": "#
|
|
10248
|
-
"
|
|
10249
|
-
|
|
10250
|
-
|
|
10251
|
-
}
|
|
10217
|
+
"kind": "field",
|
|
10218
|
+
"name": "#active",
|
|
10219
|
+
"privacy": "private",
|
|
10220
|
+
"type": {
|
|
10221
|
+
"text": "boolean"
|
|
10252
10222
|
},
|
|
10253
|
-
"
|
|
10254
|
-
|
|
10255
|
-
|
|
10256
|
-
|
|
10257
|
-
|
|
10258
|
-
}
|
|
10259
|
-
}
|
|
10260
|
-
]
|
|
10223
|
+
"default": "false",
|
|
10224
|
+
"inheritedFrom": {
|
|
10225
|
+
"name": "UmMenuItem",
|
|
10226
|
+
"module": "src/menu/menu-item.ts"
|
|
10227
|
+
}
|
|
10261
10228
|
},
|
|
10262
10229
|
{
|
|
10263
|
-
"kind": "
|
|
10264
|
-
"name": "
|
|
10265
|
-
"
|
|
10266
|
-
|
|
10267
|
-
"type": {
|
|
10268
|
-
"text": "void"
|
|
10269
|
-
}
|
|
10230
|
+
"kind": "field",
|
|
10231
|
+
"name": "active",
|
|
10232
|
+
"type": {
|
|
10233
|
+
"text": "boolean"
|
|
10270
10234
|
},
|
|
10271
|
-
"
|
|
10272
|
-
|
|
10273
|
-
|
|
10274
|
-
|
|
10275
|
-
|
|
10276
|
-
|
|
10277
|
-
|
|
10278
|
-
|
|
10279
|
-
}
|
|
10280
|
-
],
|
|
10281
|
-
"attributes": [
|
|
10235
|
+
"description": "Force show focus ring",
|
|
10236
|
+
"attribute": "active",
|
|
10237
|
+
"reflects": true,
|
|
10238
|
+
"inheritedFrom": {
|
|
10239
|
+
"name": "UmMenuItem",
|
|
10240
|
+
"module": "src/menu/menu-item.ts"
|
|
10241
|
+
}
|
|
10242
|
+
},
|
|
10282
10243
|
{
|
|
10283
|
-
"
|
|
10244
|
+
"kind": "field",
|
|
10245
|
+
"name": "hasLeadingIcon",
|
|
10284
10246
|
"type": {
|
|
10285
10247
|
"text": "boolean"
|
|
10286
10248
|
},
|
|
10287
10249
|
"default": "false",
|
|
10288
|
-
"description": "Whether the
|
|
10289
|
-
"
|
|
10250
|
+
"description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
|
|
10251
|
+
"attribute": "has-leading-icon",
|
|
10252
|
+
"reflects": true,
|
|
10253
|
+
"inheritedFrom": {
|
|
10254
|
+
"name": "UmMenuItem",
|
|
10255
|
+
"module": "src/menu/menu-item.ts"
|
|
10256
|
+
}
|
|
10290
10257
|
},
|
|
10291
10258
|
{
|
|
10292
|
-
"
|
|
10259
|
+
"kind": "field",
|
|
10260
|
+
"name": "hasTrailingIcon",
|
|
10293
10261
|
"type": {
|
|
10294
|
-
"text": "
|
|
10262
|
+
"text": "boolean"
|
|
10295
10263
|
},
|
|
10296
|
-
"
|
|
10297
|
-
"
|
|
10264
|
+
"default": "false",
|
|
10265
|
+
"description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
|
|
10266
|
+
"attribute": "has-trailing-icon",
|
|
10267
|
+
"reflects": true,
|
|
10268
|
+
"inheritedFrom": {
|
|
10269
|
+
"name": "UmMenuItem",
|
|
10270
|
+
"module": "src/menu/menu-item.ts"
|
|
10271
|
+
}
|
|
10298
10272
|
},
|
|
10299
10273
|
{
|
|
10300
|
-
"
|
|
10274
|
+
"kind": "field",
|
|
10275
|
+
"name": "hasBadge",
|
|
10301
10276
|
"type": {
|
|
10302
|
-
"text": "
|
|
10277
|
+
"text": "boolean"
|
|
10303
10278
|
},
|
|
10304
|
-
"
|
|
10305
|
-
"
|
|
10279
|
+
"default": "false",
|
|
10280
|
+
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
10281
|
+
"attribute": "has-badge",
|
|
10282
|
+
"reflects": true,
|
|
10283
|
+
"inheritedFrom": {
|
|
10284
|
+
"name": "UmMenuItem",
|
|
10285
|
+
"module": "src/menu/menu-item.ts"
|
|
10286
|
+
}
|
|
10306
10287
|
},
|
|
10307
10288
|
{
|
|
10308
|
-
"
|
|
10289
|
+
"kind": "field",
|
|
10290
|
+
"name": "innerRole",
|
|
10309
10291
|
"type": {
|
|
10310
|
-
"text": "string |
|
|
10292
|
+
"text": "string | null"
|
|
10311
10293
|
},
|
|
10312
|
-
"
|
|
10313
|
-
|
|
10314
|
-
|
|
10315
|
-
|
|
10316
|
-
|
|
10317
|
-
"package": "lit"
|
|
10318
|
-
},
|
|
10319
|
-
"customElement": true
|
|
10320
|
-
}
|
|
10321
|
-
],
|
|
10322
|
-
"exports": [
|
|
10323
|
-
{
|
|
10324
|
-
"kind": "js",
|
|
10325
|
-
"name": "UmButtonWrapper",
|
|
10326
|
-
"declaration": {
|
|
10327
|
-
"name": "UmButtonWrapper",
|
|
10328
|
-
"module": "src/shared/button-wrapper.ts"
|
|
10329
|
-
}
|
|
10330
|
-
}
|
|
10331
|
-
]
|
|
10332
|
-
},
|
|
10333
|
-
{
|
|
10334
|
-
"kind": "javascript-module",
|
|
10335
|
-
"path": "src/shared/compare-text.ts",
|
|
10336
|
-
"declarations": [
|
|
10337
|
-
{
|
|
10338
|
-
"kind": "function",
|
|
10339
|
-
"name": "normalizedStartsWith",
|
|
10340
|
-
"return": {
|
|
10341
|
-
"type": {
|
|
10342
|
-
"text": "boolean"
|
|
10343
|
-
}
|
|
10344
|
-
},
|
|
10345
|
-
"parameters": [
|
|
10346
|
-
{
|
|
10347
|
-
"name": "text",
|
|
10348
|
-
"type": {
|
|
10349
|
-
"text": "string | null"
|
|
10294
|
+
"privacy": "protected",
|
|
10295
|
+
"default": "'menuitem'",
|
|
10296
|
+
"inheritedFrom": {
|
|
10297
|
+
"name": "UmButtonWrapper",
|
|
10298
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10350
10299
|
}
|
|
10351
10300
|
},
|
|
10352
10301
|
{
|
|
10353
|
-
"
|
|
10354
|
-
"
|
|
10355
|
-
|
|
10302
|
+
"kind": "field",
|
|
10303
|
+
"name": "#handleMouseEnter",
|
|
10304
|
+
"privacy": "private",
|
|
10305
|
+
"inheritedFrom": {
|
|
10306
|
+
"name": "UmMenuItem",
|
|
10307
|
+
"module": "src/menu/menu-item.ts"
|
|
10356
10308
|
}
|
|
10357
|
-
}
|
|
10358
|
-
]
|
|
10359
|
-
}
|
|
10360
|
-
],
|
|
10361
|
-
"exports": [
|
|
10362
|
-
{
|
|
10363
|
-
"kind": "js",
|
|
10364
|
-
"name": "normalizedStartsWith",
|
|
10365
|
-
"declaration": {
|
|
10366
|
-
"name": "normalizedStartsWith",
|
|
10367
|
-
"module": "src/shared/compare-text.ts"
|
|
10368
|
-
}
|
|
10369
|
-
}
|
|
10370
|
-
]
|
|
10371
|
-
},
|
|
10372
|
-
{
|
|
10373
|
-
"kind": "javascript-module",
|
|
10374
|
-
"path": "src/shared/extract-template-html.ts",
|
|
10375
|
-
"declarations": [
|
|
10376
|
-
{
|
|
10377
|
-
"kind": "function",
|
|
10378
|
-
"name": "extractTemplateHtml",
|
|
10379
|
-
"parameters": [
|
|
10309
|
+
},
|
|
10380
10310
|
{
|
|
10381
|
-
"
|
|
10382
|
-
"
|
|
10383
|
-
|
|
10311
|
+
"kind": "method",
|
|
10312
|
+
"name": "renderContent",
|
|
10313
|
+
"privacy": "protected",
|
|
10314
|
+
"return": {
|
|
10315
|
+
"type": {
|
|
10316
|
+
"text": "HTMLTemplateResult"
|
|
10317
|
+
}
|
|
10318
|
+
},
|
|
10319
|
+
"inheritedFrom": {
|
|
10320
|
+
"name": "UmButtonWrapper",
|
|
10321
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10384
10322
|
}
|
|
10385
|
-
}
|
|
10386
|
-
]
|
|
10387
|
-
}
|
|
10388
|
-
],
|
|
10389
|
-
"exports": [
|
|
10390
|
-
{
|
|
10391
|
-
"kind": "js",
|
|
10392
|
-
"name": "extractTemplateHtml",
|
|
10393
|
-
"declaration": {
|
|
10394
|
-
"name": "extractTemplateHtml",
|
|
10395
|
-
"module": "src/shared/extract-template-html.ts"
|
|
10396
|
-
}
|
|
10397
|
-
}
|
|
10398
|
-
]
|
|
10399
|
-
},
|
|
10400
|
-
{
|
|
10401
|
-
"kind": "javascript-module",
|
|
10402
|
-
"path": "src/shared/mixin-attribute-properties.ts",
|
|
10403
|
-
"declarations": [
|
|
10404
|
-
{
|
|
10405
|
-
"kind": "mixin",
|
|
10406
|
-
"description": "",
|
|
10407
|
-
"name": "mixinAttributeProperties",
|
|
10408
|
-
"parameters": [
|
|
10323
|
+
},
|
|
10409
10324
|
{
|
|
10410
|
-
"
|
|
10411
|
-
"
|
|
10412
|
-
|
|
10325
|
+
"kind": "method",
|
|
10326
|
+
"name": "#handleLeadingIconSlotChange",
|
|
10327
|
+
"parameters": [
|
|
10328
|
+
{
|
|
10329
|
+
"name": "e",
|
|
10330
|
+
"type": {
|
|
10331
|
+
"text": "Event"
|
|
10332
|
+
}
|
|
10333
|
+
}
|
|
10334
|
+
],
|
|
10335
|
+
"inheritedFrom": {
|
|
10336
|
+
"name": "UmMenuItem",
|
|
10337
|
+
"module": "src/menu/menu-item.ts"
|
|
10413
10338
|
}
|
|
10414
10339
|
},
|
|
10415
10340
|
{
|
|
10416
|
-
"
|
|
10417
|
-
"
|
|
10418
|
-
|
|
10341
|
+
"kind": "method",
|
|
10342
|
+
"name": "#handleTrailingIconSlotChange",
|
|
10343
|
+
"parameters": [
|
|
10344
|
+
{
|
|
10345
|
+
"name": "e",
|
|
10346
|
+
"type": {
|
|
10347
|
+
"text": "Event"
|
|
10348
|
+
}
|
|
10349
|
+
}
|
|
10350
|
+
],
|
|
10351
|
+
"inheritedFrom": {
|
|
10352
|
+
"name": "UmMenuItem",
|
|
10353
|
+
"module": "src/menu/menu-item.ts"
|
|
10419
10354
|
}
|
|
10420
|
-
}
|
|
10421
|
-
]
|
|
10422
|
-
}
|
|
10423
|
-
],
|
|
10424
|
-
"exports": [
|
|
10425
|
-
{
|
|
10426
|
-
"kind": "js",
|
|
10427
|
-
"name": "mixinAttributeProperties",
|
|
10428
|
-
"declaration": {
|
|
10429
|
-
"name": "mixinAttributeProperties",
|
|
10430
|
-
"module": "src/shared/mixin-attribute-properties.ts"
|
|
10431
|
-
}
|
|
10432
|
-
}
|
|
10433
|
-
]
|
|
10434
|
-
},
|
|
10435
|
-
{
|
|
10436
|
-
"kind": "javascript-module",
|
|
10437
|
-
"path": "src/shared/mixin.ts",
|
|
10438
|
-
"declarations": [],
|
|
10439
|
-
"exports": []
|
|
10440
|
-
},
|
|
10441
|
-
{
|
|
10442
|
-
"kind": "javascript-module",
|
|
10443
|
-
"path": "src/shared/normalize-text.ts",
|
|
10444
|
-
"declarations": [
|
|
10445
|
-
{
|
|
10446
|
-
"kind": "function",
|
|
10447
|
-
"name": "normalizeText",
|
|
10448
|
-
"return": {
|
|
10449
|
-
"type": {
|
|
10450
|
-
"text": "string"
|
|
10451
|
-
}
|
|
10452
|
-
},
|
|
10453
|
-
"parameters": [
|
|
10355
|
+
},
|
|
10454
10356
|
{
|
|
10455
|
-
"
|
|
10357
|
+
"kind": "field",
|
|
10358
|
+
"name": "disabled",
|
|
10456
10359
|
"type": {
|
|
10457
|
-
"text": "
|
|
10360
|
+
"text": "boolean"
|
|
10361
|
+
},
|
|
10362
|
+
"default": "false",
|
|
10363
|
+
"description": "Whether the button is disabled or not.",
|
|
10364
|
+
"attribute": "disabled",
|
|
10365
|
+
"reflects": true,
|
|
10366
|
+
"inheritedFrom": {
|
|
10367
|
+
"name": "UmButtonWrapper",
|
|
10368
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10458
10369
|
}
|
|
10459
|
-
}
|
|
10460
|
-
]
|
|
10461
|
-
}
|
|
10462
|
-
],
|
|
10463
|
-
"exports": [
|
|
10464
|
-
{
|
|
10465
|
-
"kind": "js",
|
|
10466
|
-
"name": "normalizeText",
|
|
10467
|
-
"declaration": {
|
|
10468
|
-
"name": "normalizeText",
|
|
10469
|
-
"module": "src/shared/normalize-text.ts"
|
|
10470
|
-
}
|
|
10471
|
-
}
|
|
10472
|
-
]
|
|
10473
|
-
},
|
|
10474
|
-
{
|
|
10475
|
-
"kind": "javascript-module",
|
|
10476
|
-
"path": "src/snackbar/snackbar.styles.ts",
|
|
10477
|
-
"declarations": [
|
|
10478
|
-
{
|
|
10479
|
-
"kind": "variable",
|
|
10480
|
-
"name": "styles",
|
|
10481
|
-
"default": "css `\n :host {\n --u-elevation-level: var(--u-snackbar-elevation-level, 3);\n --_snackbar-margin: var(--u-snackbar-margin, var(--u-spacing-medium, 16px));\n position: fixed;\n inset-inline: 0;\n inset-block-end: 0;\n padding: var(--_snackbar-margin);\n z-index: var(--u-snackbar-z-index, 1070);\n display: flex;\n justify-content: center;\n }\n\n .snackbar {\n display: flex;\n align-items: center;\n min-height: var(--u-snackbar-height, 48px);\n color: var(--u-snackbar-text-color, var(--u-color-on-inverse-surface, rgb(245, 239, 247)));\n background-color: var(--u-snackbar-bg-color, var(--u-color-inverse-surface, rgb(50, 47, 53)));\n border-radius: var(--u-snackbar-shape, var(--u-shape-corner-extra-small, 4px));\n animation-name: snackbar-fade-in;\n animation-duration: 450ms;\n animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);\n animation-fill-mode: forwards;\n min-width: var(--u-snackbar-min-width, 100%);\n max-width: var(--u-snackbar-max-width, 100%);\n }\n .snackbar.dismiss {\n animation-name: snackbar-fade-out;\n }\n\n u-button {\n color: var(--u-color-inverse-primary, );\n margin-inline: var(--u-snackbar-text-button-margin, var(--u-spacing-small, 8px));\n }\n\n u-icon-button {\n color: var(--u-color-on-inverse-surface, rgb(245, 239, 247));\n margin-inline: var(--u-snackbar-close-button-margin, var(--u-spacing-extra-small, 4px));\n }\n\n .label {\n flex: 1;\n overflow: hidden;\n color: var(--u-on-inverse-surface-color);\n padding: var(--u-snackbar-text-margin, var(--u-spacing-medium, 16px));\n line-height: 18px;\n }\n\n @media (min-width: 840px) {\n :host {\n --_snackbar-margin: var(--u-snackbar-margin, var(--u-spacing-large, 24px));\n }\n .snackbar {\n min-width: var(--u-snackbar-min-width, 288px);\n max-width: var(--u-snackbar-max-width, 568px);\n }\n }\n @keyframes snackbar-fade-in {\n 0% {\n opacity: 0;\n transform: scale3d(0.5, 0.5, 1);\n }\n 100% {\n opacity: 1;\n transform: scale3d(1, 1, 1);\n }\n }\n @keyframes snackbar-fade-out {\n 0% {\n opacity: 1;\n transform: scale3d(1, 1, 1);\n }\n 100% {\n opacity: 0;\n transform: scale3d(0.5, 0.5, 1);\n }\n }\n`"
|
|
10482
|
-
}
|
|
10483
|
-
],
|
|
10484
|
-
"exports": [
|
|
10485
|
-
{
|
|
10486
|
-
"kind": "js",
|
|
10487
|
-
"name": "styles",
|
|
10488
|
-
"declaration": {
|
|
10489
|
-
"name": "styles",
|
|
10490
|
-
"module": "src/snackbar/snackbar.styles.ts"
|
|
10491
|
-
}
|
|
10492
|
-
}
|
|
10493
|
-
]
|
|
10494
|
-
},
|
|
10495
|
-
{
|
|
10496
|
-
"kind": "javascript-module",
|
|
10497
|
-
"path": "src/snackbar/snackbar.ts",
|
|
10498
|
-
"declarations": [
|
|
10499
|
-
{
|
|
10500
|
-
"kind": "class",
|
|
10501
|
-
"description": "",
|
|
10502
|
-
"name": "UmSnackbar",
|
|
10503
|
-
"members": [
|
|
10370
|
+
},
|
|
10504
10371
|
{
|
|
10505
10372
|
"kind": "field",
|
|
10506
|
-
"name": "
|
|
10373
|
+
"name": "renderRipple",
|
|
10507
10374
|
"type": {
|
|
10508
|
-
"text": "
|
|
10375
|
+
"text": "boolean"
|
|
10509
10376
|
},
|
|
10510
|
-
"default": "
|
|
10511
|
-
"
|
|
10512
|
-
|
|
10377
|
+
"default": "true",
|
|
10378
|
+
"inheritedFrom": {
|
|
10379
|
+
"name": "UmButtonWrapper",
|
|
10380
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10381
|
+
}
|
|
10513
10382
|
},
|
|
10514
10383
|
{
|
|
10515
10384
|
"kind": "field",
|
|
10516
|
-
"name": "
|
|
10385
|
+
"name": "href",
|
|
10517
10386
|
"type": {
|
|
10518
|
-
"text": "string"
|
|
10387
|
+
"text": "string | undefined"
|
|
10519
10388
|
},
|
|
10520
|
-
"
|
|
10521
|
-
"attribute": "
|
|
10522
|
-
"
|
|
10389
|
+
"description": "The URL that the link button points to.",
|
|
10390
|
+
"attribute": "href",
|
|
10391
|
+
"inheritedFrom": {
|
|
10392
|
+
"name": "UmButtonWrapper",
|
|
10393
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10394
|
+
}
|
|
10523
10395
|
},
|
|
10524
10396
|
{
|
|
10525
10397
|
"kind": "field",
|
|
10526
|
-
"name": "
|
|
10398
|
+
"name": "target",
|
|
10527
10399
|
"type": {
|
|
10528
|
-
"text": "
|
|
10400
|
+
"text": "string | undefined"
|
|
10529
10401
|
},
|
|
10530
|
-
"
|
|
10531
|
-
"attribute": "
|
|
10532
|
-
"
|
|
10402
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
10403
|
+
"attribute": "target",
|
|
10404
|
+
"inheritedFrom": {
|
|
10405
|
+
"name": "UmButtonWrapper",
|
|
10406
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10407
|
+
}
|
|
10533
10408
|
},
|
|
10534
10409
|
{
|
|
10535
10410
|
"kind": "field",
|
|
10536
|
-
"name": "
|
|
10411
|
+
"name": "name",
|
|
10537
10412
|
"type": {
|
|
10538
|
-
"text": "
|
|
10413
|
+
"text": "string | undefined"
|
|
10539
10414
|
},
|
|
10540
|
-
"
|
|
10541
|
-
"
|
|
10542
|
-
|
|
10415
|
+
"attribute": "name",
|
|
10416
|
+
"inheritedFrom": {
|
|
10417
|
+
"name": "UmButtonWrapper",
|
|
10418
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10419
|
+
}
|
|
10543
10420
|
},
|
|
10544
10421
|
{
|
|
10545
10422
|
"kind": "field",
|
|
10546
|
-
"name": "
|
|
10423
|
+
"name": "buttonElement",
|
|
10547
10424
|
"type": {
|
|
10548
|
-
"text": "
|
|
10425
|
+
"text": "HTMLElement"
|
|
10549
10426
|
},
|
|
10550
|
-
"
|
|
10427
|
+
"inheritedFrom": {
|
|
10428
|
+
"name": "UmButtonWrapper",
|
|
10429
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10430
|
+
}
|
|
10551
10431
|
},
|
|
10552
10432
|
{
|
|
10553
10433
|
"kind": "field",
|
|
10554
|
-
"name": "
|
|
10434
|
+
"name": "ripple",
|
|
10555
10435
|
"type": {
|
|
10556
|
-
"text": "
|
|
10436
|
+
"text": "UmRipple"
|
|
10557
10437
|
},
|
|
10558
|
-
"privacy": "private"
|
|
10438
|
+
"privacy": "private",
|
|
10439
|
+
"inheritedFrom": {
|
|
10440
|
+
"name": "UmButtonWrapper",
|
|
10441
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10442
|
+
}
|
|
10559
10443
|
},
|
|
10560
10444
|
{
|
|
10561
|
-
"kind": "
|
|
10562
|
-
"name": "
|
|
10563
|
-
"
|
|
10445
|
+
"kind": "field",
|
|
10446
|
+
"name": "pathname",
|
|
10447
|
+
"type": {
|
|
10448
|
+
"text": "string"
|
|
10449
|
+
},
|
|
10450
|
+
"inheritedFrom": {
|
|
10451
|
+
"name": "UmButtonWrapper",
|
|
10452
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10453
|
+
}
|
|
10564
10454
|
},
|
|
10565
10455
|
{
|
|
10566
10456
|
"kind": "method",
|
|
10567
|
-
"name": "
|
|
10568
|
-
"privacy": "private"
|
|
10457
|
+
"name": "renderButton",
|
|
10458
|
+
"privacy": "private",
|
|
10459
|
+
"inheritedFrom": {
|
|
10460
|
+
"name": "UmButtonWrapper",
|
|
10461
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10462
|
+
}
|
|
10569
10463
|
},
|
|
10570
10464
|
{
|
|
10571
10465
|
"kind": "method",
|
|
10572
|
-
"name": "
|
|
10573
|
-
"
|
|
10574
|
-
|
|
10575
|
-
|
|
10576
|
-
|
|
10466
|
+
"name": "renderLink",
|
|
10467
|
+
"privacy": "private",
|
|
10468
|
+
"inheritedFrom": {
|
|
10469
|
+
"name": "UmButtonWrapper",
|
|
10470
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10577
10471
|
}
|
|
10578
10472
|
},
|
|
10579
10473
|
{
|
|
10580
|
-
"kind": "
|
|
10581
|
-
"name": "
|
|
10582
|
-
"
|
|
10583
|
-
"
|
|
10584
|
-
|
|
10585
|
-
|
|
10586
|
-
"static": true,
|
|
10587
|
-
"default": "[]"
|
|
10474
|
+
"kind": "method",
|
|
10475
|
+
"name": "focus",
|
|
10476
|
+
"inheritedFrom": {
|
|
10477
|
+
"name": "UmButtonWrapper",
|
|
10478
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10479
|
+
}
|
|
10588
10480
|
},
|
|
10589
10481
|
{
|
|
10590
|
-
"kind": "
|
|
10591
|
-
"name": "
|
|
10592
|
-
"
|
|
10593
|
-
"
|
|
10594
|
-
|
|
10595
|
-
|
|
10596
|
-
"static": true
|
|
10482
|
+
"kind": "method",
|
|
10483
|
+
"name": "blur",
|
|
10484
|
+
"inheritedFrom": {
|
|
10485
|
+
"name": "UmButtonWrapper",
|
|
10486
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10487
|
+
}
|
|
10597
10488
|
},
|
|
10598
10489
|
{
|
|
10599
10490
|
"kind": "method",
|
|
10600
|
-
"name": "
|
|
10601
|
-
"
|
|
10491
|
+
"name": "getAriaLabel",
|
|
10492
|
+
"privacy": "protected",
|
|
10602
10493
|
"return": {
|
|
10603
10494
|
"type": {
|
|
10604
|
-
"text": "
|
|
10495
|
+
"text": "string | null"
|
|
10605
10496
|
}
|
|
10606
10497
|
},
|
|
10607
|
-
"
|
|
10608
|
-
|
|
10609
|
-
|
|
10610
|
-
|
|
10611
|
-
"text": "string"
|
|
10612
|
-
}
|
|
10613
|
-
}
|
|
10614
|
-
]
|
|
10498
|
+
"inheritedFrom": {
|
|
10499
|
+
"name": "UmButtonWrapper",
|
|
10500
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10501
|
+
}
|
|
10615
10502
|
},
|
|
10616
10503
|
{
|
|
10617
10504
|
"kind": "method",
|
|
10618
|
-
"name": "
|
|
10619
|
-
"
|
|
10505
|
+
"name": "innerFocusHandler",
|
|
10506
|
+
"privacy": "private",
|
|
10620
10507
|
"return": {
|
|
10621
10508
|
"type": {
|
|
10622
|
-
"text": "
|
|
10509
|
+
"text": "void"
|
|
10623
10510
|
}
|
|
10624
10511
|
},
|
|
10625
|
-
"
|
|
10626
|
-
|
|
10627
|
-
|
|
10628
|
-
|
|
10629
|
-
"text": "SnackbarConfig"
|
|
10630
|
-
}
|
|
10631
|
-
}
|
|
10632
|
-
]
|
|
10512
|
+
"inheritedFrom": {
|
|
10513
|
+
"name": "UmButtonWrapper",
|
|
10514
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10515
|
+
}
|
|
10633
10516
|
},
|
|
10634
10517
|
{
|
|
10635
10518
|
"kind": "method",
|
|
10636
|
-
"name": "
|
|
10637
|
-
"static": true,
|
|
10519
|
+
"name": "#innerClickHandler",
|
|
10638
10520
|
"return": {
|
|
10639
10521
|
"type": {
|
|
10640
|
-
"text": "
|
|
10522
|
+
"text": "void"
|
|
10641
10523
|
}
|
|
10642
10524
|
},
|
|
10643
10525
|
"parameters": [
|
|
10644
10526
|
{
|
|
10645
|
-
"name": "
|
|
10527
|
+
"name": "event",
|
|
10646
10528
|
"type": {
|
|
10647
|
-
"text": "
|
|
10529
|
+
"text": "MouseEvent"
|
|
10648
10530
|
}
|
|
10649
10531
|
}
|
|
10650
|
-
]
|
|
10651
|
-
|
|
10652
|
-
|
|
10653
|
-
|
|
10654
|
-
|
|
10655
|
-
"privacy": "private",
|
|
10656
|
-
"static": true
|
|
10657
|
-
},
|
|
10658
|
-
{
|
|
10659
|
-
"kind": "method",
|
|
10660
|
-
"name": "showNext",
|
|
10661
|
-
"privacy": "private",
|
|
10662
|
-
"static": true
|
|
10532
|
+
],
|
|
10533
|
+
"inheritedFrom": {
|
|
10534
|
+
"name": "UmButtonWrapper",
|
|
10535
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10536
|
+
}
|
|
10663
10537
|
},
|
|
10664
10538
|
{
|
|
10665
10539
|
"kind": "method",
|
|
10666
|
-
"name": "
|
|
10667
|
-
"privacy": "
|
|
10668
|
-
"static": true,
|
|
10540
|
+
"name": "handleClick",
|
|
10541
|
+
"privacy": "protected",
|
|
10669
10542
|
"return": {
|
|
10670
10543
|
"type": {
|
|
10671
|
-
"text": "
|
|
10544
|
+
"text": "void"
|
|
10672
10545
|
}
|
|
10673
10546
|
},
|
|
10674
10547
|
"parameters": [
|
|
10675
10548
|
{
|
|
10676
|
-
"name": "
|
|
10549
|
+
"name": "_",
|
|
10677
10550
|
"type": {
|
|
10678
|
-
"text": "
|
|
10551
|
+
"text": "UIEvent"
|
|
10679
10552
|
}
|
|
10680
10553
|
}
|
|
10681
|
-
]
|
|
10554
|
+
],
|
|
10555
|
+
"inheritedFrom": {
|
|
10556
|
+
"name": "UmButtonWrapper",
|
|
10557
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10558
|
+
}
|
|
10682
10559
|
}
|
|
10683
10560
|
],
|
|
10684
10561
|
"attributes": [
|
|
10685
10562
|
{
|
|
10686
|
-
"name": "
|
|
10563
|
+
"name": "value",
|
|
10687
10564
|
"type": {
|
|
10688
10565
|
"text": "string"
|
|
10689
10566
|
},
|
|
10690
|
-
"
|
|
10691
|
-
"fieldName": "label"
|
|
10567
|
+
"fieldName": "value"
|
|
10692
10568
|
},
|
|
10693
10569
|
{
|
|
10694
|
-
"name": "
|
|
10570
|
+
"name": "selected",
|
|
10695
10571
|
"type": {
|
|
10696
|
-
"text": "
|
|
10572
|
+
"text": "boolean"
|
|
10697
10573
|
},
|
|
10698
|
-
"
|
|
10699
|
-
"fieldName": "buttonLabel"
|
|
10574
|
+
"fieldName": "_selectedAttribute"
|
|
10700
10575
|
},
|
|
10701
10576
|
{
|
|
10702
|
-
"name": "
|
|
10577
|
+
"name": "active",
|
|
10578
|
+
"type": {
|
|
10579
|
+
"text": "boolean"
|
|
10580
|
+
},
|
|
10581
|
+
"description": "Force show focus ring",
|
|
10582
|
+
"fieldName": "active",
|
|
10583
|
+
"inheritedFrom": {
|
|
10584
|
+
"name": "UmMenuItem",
|
|
10585
|
+
"module": "src/menu/menu-item.ts"
|
|
10586
|
+
}
|
|
10587
|
+
},
|
|
10588
|
+
{
|
|
10589
|
+
"name": "has-leading-icon",
|
|
10703
10590
|
"type": {
|
|
10704
10591
|
"text": "boolean"
|
|
10705
10592
|
},
|
|
10706
10593
|
"default": "false",
|
|
10707
|
-
"
|
|
10594
|
+
"description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
|
|
10595
|
+
"fieldName": "hasLeadingIcon",
|
|
10596
|
+
"inheritedFrom": {
|
|
10597
|
+
"name": "UmMenuItem",
|
|
10598
|
+
"module": "src/menu/menu-item.ts"
|
|
10599
|
+
}
|
|
10708
10600
|
},
|
|
10709
10601
|
{
|
|
10710
|
-
"name": "
|
|
10602
|
+
"name": "has-trailing-icon",
|
|
10711
10603
|
"type": {
|
|
10712
10604
|
"text": "boolean"
|
|
10713
10605
|
},
|
|
10714
10606
|
"default": "false",
|
|
10715
|
-
"
|
|
10716
|
-
|
|
10717
|
-
|
|
10718
|
-
|
|
10719
|
-
|
|
10720
|
-
|
|
10721
|
-
|
|
10722
|
-
|
|
10723
|
-
|
|
10724
|
-
|
|
10725
|
-
|
|
10726
|
-
|
|
10727
|
-
|
|
10728
|
-
|
|
10729
|
-
|
|
10730
|
-
|
|
10731
|
-
|
|
10732
|
-
|
|
10733
|
-
|
|
10734
|
-
|
|
10735
|
-
|
|
10736
|
-
|
|
10737
|
-
|
|
10738
|
-
|
|
10739
|
-
|
|
10740
|
-
|
|
10741
|
-
|
|
10742
|
-
|
|
10743
|
-
|
|
10744
|
-
|
|
10745
|
-
|
|
10746
|
-
|
|
10747
|
-
|
|
10748
|
-
|
|
10749
|
-
|
|
10750
|
-
|
|
10751
|
-
|
|
10752
|
-
|
|
10753
|
-
|
|
10754
|
-
|
|
10755
|
-
|
|
10756
|
-
|
|
10757
|
-
|
|
10758
|
-
|
|
10759
|
-
|
|
10760
|
-
|
|
10761
|
-
|
|
10762
|
-
|
|
10763
|
-
|
|
10764
|
-
|
|
10607
|
+
"description": "Whether the menu item has trailing icon or not\n\n_Note:_ Readonly",
|
|
10608
|
+
"fieldName": "hasTrailingIcon",
|
|
10609
|
+
"inheritedFrom": {
|
|
10610
|
+
"name": "UmMenuItem",
|
|
10611
|
+
"module": "src/menu/menu-item.ts"
|
|
10612
|
+
}
|
|
10613
|
+
},
|
|
10614
|
+
{
|
|
10615
|
+
"name": "has-badge",
|
|
10616
|
+
"type": {
|
|
10617
|
+
"text": "boolean"
|
|
10618
|
+
},
|
|
10619
|
+
"default": "false",
|
|
10620
|
+
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
10621
|
+
"fieldName": "hasBadge",
|
|
10622
|
+
"inheritedFrom": {
|
|
10623
|
+
"name": "UmMenuItem",
|
|
10624
|
+
"module": "src/menu/menu-item.ts"
|
|
10625
|
+
}
|
|
10626
|
+
},
|
|
10627
|
+
{
|
|
10628
|
+
"name": "disabled",
|
|
10629
|
+
"type": {
|
|
10630
|
+
"text": "boolean"
|
|
10631
|
+
},
|
|
10632
|
+
"default": "false",
|
|
10633
|
+
"description": "Whether the button is disabled or not.",
|
|
10634
|
+
"fieldName": "disabled",
|
|
10635
|
+
"inheritedFrom": {
|
|
10636
|
+
"name": "UmButtonWrapper",
|
|
10637
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10638
|
+
}
|
|
10639
|
+
},
|
|
10640
|
+
{
|
|
10641
|
+
"name": "href",
|
|
10642
|
+
"type": {
|
|
10643
|
+
"text": "string | undefined"
|
|
10644
|
+
},
|
|
10645
|
+
"description": "The URL that the link button points to.",
|
|
10646
|
+
"fieldName": "href",
|
|
10647
|
+
"inheritedFrom": {
|
|
10648
|
+
"name": "UmButtonWrapper",
|
|
10649
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10650
|
+
}
|
|
10651
|
+
},
|
|
10652
|
+
{
|
|
10653
|
+
"name": "target",
|
|
10654
|
+
"type": {
|
|
10655
|
+
"text": "string | undefined"
|
|
10656
|
+
},
|
|
10657
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
10658
|
+
"fieldName": "target",
|
|
10659
|
+
"inheritedFrom": {
|
|
10660
|
+
"name": "UmButtonWrapper",
|
|
10661
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10662
|
+
}
|
|
10663
|
+
},
|
|
10664
|
+
{
|
|
10665
|
+
"name": "name",
|
|
10666
|
+
"type": {
|
|
10667
|
+
"text": "string | undefined"
|
|
10668
|
+
},
|
|
10669
|
+
"fieldName": "name",
|
|
10670
|
+
"inheritedFrom": {
|
|
10671
|
+
"name": "UmButtonWrapper",
|
|
10672
|
+
"module": "src/shared/button-wrapper.ts"
|
|
10673
|
+
}
|
|
10674
|
+
}
|
|
10675
|
+
],
|
|
10676
|
+
"superclass": {
|
|
10677
|
+
"name": "UmMenuItem",
|
|
10678
|
+
"module": "/src/menu/menu-item.js"
|
|
10679
|
+
},
|
|
10680
|
+
"tagName": "u-option",
|
|
10681
|
+
"customElement": true
|
|
10765
10682
|
}
|
|
10766
10683
|
],
|
|
10767
10684
|
"exports": [
|
|
10768
10685
|
{
|
|
10769
10686
|
"kind": "js",
|
|
10770
|
-
"name": "
|
|
10687
|
+
"name": "UmOption",
|
|
10771
10688
|
"declaration": {
|
|
10772
|
-
"name": "
|
|
10773
|
-
"module": "src/select/option.
|
|
10689
|
+
"name": "UmOption",
|
|
10690
|
+
"module": "src/select/option.ts"
|
|
10691
|
+
}
|
|
10692
|
+
},
|
|
10693
|
+
{
|
|
10694
|
+
"kind": "custom-element-definition",
|
|
10695
|
+
"name": "u-option",
|
|
10696
|
+
"declaration": {
|
|
10697
|
+
"name": "UmOption",
|
|
10698
|
+
"module": "src/select/option.ts"
|
|
10774
10699
|
}
|
|
10775
10700
|
}
|
|
10776
10701
|
]
|
|
10777
10702
|
},
|
|
10778
10703
|
{
|
|
10779
10704
|
"kind": "javascript-module",
|
|
10780
|
-
"path": "src/select/
|
|
10705
|
+
"path": "src/select/select-navigation-controller.ts",
|
|
10781
10706
|
"declarations": [
|
|
10782
10707
|
{
|
|
10783
10708
|
"kind": "class",
|
|
10784
10709
|
"description": "",
|
|
10785
|
-
"name": "
|
|
10710
|
+
"name": "SelectNavigationController",
|
|
10786
10711
|
"members": [
|
|
10787
10712
|
{
|
|
10788
10713
|
"kind": "field",
|
|
10789
|
-
"name": "
|
|
10790
|
-
"
|
|
10791
|
-
"text": "ExtendedOption"
|
|
10792
|
-
}
|
|
10793
|
-
},
|
|
10794
|
-
{
|
|
10795
|
-
"kind": "field",
|
|
10796
|
-
"name": "_listItem"
|
|
10797
|
-
},
|
|
10798
|
-
{
|
|
10799
|
-
"kind": "field",
|
|
10800
|
-
"name": "#mutationObserver",
|
|
10801
|
-
"privacy": "private",
|
|
10802
|
-
"type": {
|
|
10803
|
-
"text": "MutationObserver"
|
|
10804
|
-
},
|
|
10805
|
-
"default": "new MutationObserver(() => this.#updateContent())"
|
|
10806
|
-
},
|
|
10807
|
-
{
|
|
10808
|
-
"kind": "field",
|
|
10809
|
-
"name": "value",
|
|
10810
|
-
"type": {
|
|
10811
|
-
"text": "string"
|
|
10812
|
-
},
|
|
10813
|
-
"attribute": "value",
|
|
10814
|
-
"reflects": true
|
|
10815
|
-
},
|
|
10816
|
-
{
|
|
10817
|
-
"kind": "field",
|
|
10818
|
-
"name": "selected",
|
|
10819
|
-
"type": {
|
|
10820
|
-
"text": "boolean"
|
|
10821
|
-
}
|
|
10714
|
+
"name": "#typeaheadStatus",
|
|
10715
|
+
"privacy": "private"
|
|
10822
10716
|
},
|
|
10823
10717
|
{
|
|
10824
10718
|
"kind": "method",
|
|
10825
|
-
"name": "
|
|
10719
|
+
"name": "handleKeyDown",
|
|
10826
10720
|
"privacy": "protected",
|
|
10827
10721
|
"return": {
|
|
10828
10722
|
"type": {
|
|
10829
|
-
"text": "
|
|
10723
|
+
"text": "boolean"
|
|
10830
10724
|
}
|
|
10831
10725
|
},
|
|
10726
|
+
"parameters": [
|
|
10727
|
+
{
|
|
10728
|
+
"name": "event",
|
|
10729
|
+
"type": {
|
|
10730
|
+
"text": "KeyboardEvent"
|
|
10731
|
+
}
|
|
10732
|
+
}
|
|
10733
|
+
],
|
|
10832
10734
|
"inheritedFrom": {
|
|
10833
|
-
"name": "
|
|
10834
|
-
"module": "src/menu/menu-
|
|
10735
|
+
"name": "MenuFieldNavigationController",
|
|
10736
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10835
10737
|
}
|
|
10836
10738
|
},
|
|
10837
10739
|
{
|
|
10838
|
-
"kind": "
|
|
10839
|
-
"name": "
|
|
10840
|
-
"
|
|
10841
|
-
|
|
10842
|
-
|
|
10843
|
-
|
|
10844
|
-
|
|
10845
|
-
|
|
10846
|
-
|
|
10847
|
-
|
|
10848
|
-
"
|
|
10849
|
-
|
|
10850
|
-
"
|
|
10740
|
+
"kind": "method",
|
|
10741
|
+
"name": "attach",
|
|
10742
|
+
"parameters": [
|
|
10743
|
+
{
|
|
10744
|
+
"name": "element",
|
|
10745
|
+
"type": {
|
|
10746
|
+
"text": "HTMLElement"
|
|
10747
|
+
}
|
|
10748
|
+
}
|
|
10749
|
+
],
|
|
10750
|
+
"inheritedFrom": {
|
|
10751
|
+
"name": "MenuFieldNavigationController",
|
|
10752
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10851
10753
|
}
|
|
10852
10754
|
},
|
|
10853
10755
|
{
|
|
10854
10756
|
"kind": "method",
|
|
10855
|
-
"name": "
|
|
10856
|
-
"
|
|
10857
|
-
"
|
|
10858
|
-
|
|
10859
|
-
}
|
|
10757
|
+
"name": "detach",
|
|
10758
|
+
"inheritedFrom": {
|
|
10759
|
+
"name": "MenuFieldNavigationController",
|
|
10760
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10860
10761
|
}
|
|
10861
10762
|
},
|
|
10763
|
+
{
|
|
10764
|
+
"kind": "field",
|
|
10765
|
+
"name": "#handleMouseFocus",
|
|
10766
|
+
"privacy": "private"
|
|
10767
|
+
},
|
|
10862
10768
|
{
|
|
10863
10769
|
"kind": "method",
|
|
10864
|
-
"name": "
|
|
10770
|
+
"name": "afterFocus",
|
|
10771
|
+
"privacy": "protected",
|
|
10865
10772
|
"parameters": [
|
|
10866
10773
|
{
|
|
10867
|
-
"name": "
|
|
10774
|
+
"name": "option",
|
|
10868
10775
|
"type": {
|
|
10869
|
-
"text": "
|
|
10776
|
+
"text": "UmOption"
|
|
10870
10777
|
}
|
|
10871
10778
|
}
|
|
10872
|
-
]
|
|
10779
|
+
],
|
|
10780
|
+
"inheritedFrom": {
|
|
10781
|
+
"name": "MenuFieldNavigationController",
|
|
10782
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10783
|
+
}
|
|
10873
10784
|
},
|
|
10874
10785
|
{
|
|
10875
10786
|
"kind": "method",
|
|
10876
|
-
"name": "
|
|
10787
|
+
"name": "afterBlur",
|
|
10788
|
+
"privacy": "protected",
|
|
10789
|
+
"inheritedFrom": {
|
|
10790
|
+
"name": "MenuFieldNavigationController",
|
|
10791
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10792
|
+
}
|
|
10877
10793
|
},
|
|
10878
10794
|
{
|
|
10879
10795
|
"kind": "method",
|
|
10880
|
-
"name": "
|
|
10796
|
+
"name": "handleType",
|
|
10797
|
+
"privacy": "private",
|
|
10798
|
+
"parameters": [
|
|
10799
|
+
{
|
|
10800
|
+
"name": "event",
|
|
10801
|
+
"type": {
|
|
10802
|
+
"text": "KeyboardEvent"
|
|
10803
|
+
}
|
|
10804
|
+
}
|
|
10805
|
+
]
|
|
10881
10806
|
},
|
|
10882
10807
|
{
|
|
10883
10808
|
"kind": "method",
|
|
10884
|
-
"name": "
|
|
10809
|
+
"name": "findNextElementByTerm",
|
|
10810
|
+
"privacy": "private",
|
|
10885
10811
|
"return": {
|
|
10886
10812
|
"type": {
|
|
10887
|
-
"text": "
|
|
10813
|
+
"text": "void"
|
|
10888
10814
|
}
|
|
10889
|
-
}
|
|
10815
|
+
},
|
|
10816
|
+
"parameters": [
|
|
10817
|
+
{
|
|
10818
|
+
"name": "term",
|
|
10819
|
+
"type": {
|
|
10820
|
+
"text": "string"
|
|
10821
|
+
}
|
|
10822
|
+
},
|
|
10823
|
+
{
|
|
10824
|
+
"name": "lastFocusedMenu",
|
|
10825
|
+
"type": {
|
|
10826
|
+
"text": "UmOption | null"
|
|
10827
|
+
}
|
|
10828
|
+
}
|
|
10829
|
+
]
|
|
10890
10830
|
},
|
|
10891
10831
|
{
|
|
10892
10832
|
"kind": "field",
|
|
10893
|
-
"name": "#
|
|
10833
|
+
"name": "#element",
|
|
10894
10834
|
"privacy": "private",
|
|
10895
10835
|
"type": {
|
|
10896
|
-
"text": "
|
|
10836
|
+
"text": "HTMLElement | null"
|
|
10897
10837
|
},
|
|
10898
|
-
"default": "
|
|
10838
|
+
"default": "null",
|
|
10899
10839
|
"inheritedFrom": {
|
|
10900
|
-
"name": "
|
|
10901
|
-
"module": "src/menu/menu-
|
|
10840
|
+
"name": "MenuFieldNavigationController",
|
|
10841
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10902
10842
|
}
|
|
10903
10843
|
},
|
|
10904
10844
|
{
|
|
10905
10845
|
"kind": "field",
|
|
10906
|
-
"name": "
|
|
10846
|
+
"name": "focusedMenu",
|
|
10907
10847
|
"type": {
|
|
10908
|
-
"text": "
|
|
10848
|
+
"text": "TMenuItem | null"
|
|
10909
10849
|
},
|
|
10910
|
-
"
|
|
10911
|
-
"
|
|
10912
|
-
"reflects": true,
|
|
10913
|
-
"inheritedFrom": {
|
|
10914
|
-
"name": "UmMenuItem",
|
|
10915
|
-
"module": "src/menu/menu-item.ts"
|
|
10916
|
-
}
|
|
10917
|
-
},
|
|
10918
|
-
{
|
|
10919
|
-
"kind": "field",
|
|
10920
|
-
"name": "hasLeadingIcon",
|
|
10921
|
-
"type": {
|
|
10922
|
-
"text": "boolean"
|
|
10923
|
-
},
|
|
10924
|
-
"default": "false",
|
|
10925
|
-
"description": "Whether the menu item has leading icon or not\n\n_Note:_ Readonly",
|
|
10926
|
-
"attribute": "has-leading-icon",
|
|
10927
|
-
"reflects": true,
|
|
10850
|
+
"privacy": "protected",
|
|
10851
|
+
"default": "null",
|
|
10928
10852
|
"inheritedFrom": {
|
|
10929
|
-
"name": "
|
|
10930
|
-
"module": "src/menu/menu-
|
|
10853
|
+
"name": "MenuFieldNavigationController",
|
|
10854
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10931
10855
|
}
|
|
10932
10856
|
},
|
|
10933
10857
|
{
|
|
10934
10858
|
"kind": "field",
|
|
10935
|
-
"name": "
|
|
10859
|
+
"name": "host",
|
|
10936
10860
|
"type": {
|
|
10937
|
-
"text": "
|
|
10861
|
+
"text": "TField"
|
|
10938
10862
|
},
|
|
10939
|
-
"
|
|
10940
|
-
"
|
|
10941
|
-
"attribute": "has-trailing-icon",
|
|
10942
|
-
"reflects": true,
|
|
10863
|
+
"privacy": "protected",
|
|
10864
|
+
"default": "host",
|
|
10943
10865
|
"inheritedFrom": {
|
|
10944
|
-
"name": "
|
|
10945
|
-
"module": "src/menu/menu-
|
|
10866
|
+
"name": "MenuFieldNavigationController",
|
|
10867
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10946
10868
|
}
|
|
10947
10869
|
},
|
|
10948
10870
|
{
|
|
10949
10871
|
"kind": "field",
|
|
10950
|
-
"name": "
|
|
10872
|
+
"name": "bindHandleKeyDown",
|
|
10951
10873
|
"type": {
|
|
10952
|
-
"text": "
|
|
10874
|
+
"text": "(event: KeyboardEvent) => void"
|
|
10953
10875
|
},
|
|
10954
|
-
"
|
|
10955
|
-
"description": "Whether the drawer item has badge or not\n\n_Note:_ Readonly",
|
|
10956
|
-
"attribute": "has-badge",
|
|
10957
|
-
"reflects": true,
|
|
10876
|
+
"privacy": "private",
|
|
10958
10877
|
"inheritedFrom": {
|
|
10959
|
-
"name": "
|
|
10960
|
-
"module": "src/menu/menu-
|
|
10878
|
+
"name": "MenuFieldNavigationController",
|
|
10879
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10961
10880
|
}
|
|
10962
10881
|
},
|
|
10963
10882
|
{
|
|
10964
10883
|
"kind": "field",
|
|
10965
|
-
"name": "
|
|
10966
|
-
"
|
|
10967
|
-
"text": "string | null"
|
|
10968
|
-
},
|
|
10969
|
-
"privacy": "protected",
|
|
10970
|
-
"default": "'menuitem'",
|
|
10884
|
+
"name": "#handleMenuClose",
|
|
10885
|
+
"privacy": "private",
|
|
10971
10886
|
"inheritedFrom": {
|
|
10972
|
-
"name": "
|
|
10973
|
-
"module": "src/shared/
|
|
10887
|
+
"name": "MenuFieldNavigationController",
|
|
10888
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10974
10889
|
}
|
|
10975
10890
|
},
|
|
10976
10891
|
{
|
|
10977
|
-
"kind": "
|
|
10978
|
-
"name": "
|
|
10892
|
+
"kind": "method",
|
|
10893
|
+
"name": "navigate",
|
|
10979
10894
|
"privacy": "private",
|
|
10895
|
+
"parameters": [
|
|
10896
|
+
{
|
|
10897
|
+
"name": "event",
|
|
10898
|
+
"type": {
|
|
10899
|
+
"text": "KeyboardEvent"
|
|
10900
|
+
}
|
|
10901
|
+
},
|
|
10902
|
+
{
|
|
10903
|
+
"name": "forwards",
|
|
10904
|
+
"type": {
|
|
10905
|
+
"text": "boolean"
|
|
10906
|
+
}
|
|
10907
|
+
}
|
|
10908
|
+
],
|
|
10980
10909
|
"inheritedFrom": {
|
|
10981
|
-
"name": "
|
|
10982
|
-
"module": "src/menu/menu-
|
|
10910
|
+
"name": "MenuFieldNavigationController",
|
|
10911
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10983
10912
|
}
|
|
10984
10913
|
},
|
|
10985
10914
|
{
|
|
10986
10915
|
"kind": "method",
|
|
10987
|
-
"name": "
|
|
10916
|
+
"name": "navigateTo",
|
|
10988
10917
|
"privacy": "protected",
|
|
10989
|
-
"
|
|
10990
|
-
|
|
10991
|
-
"
|
|
10918
|
+
"parameters": [
|
|
10919
|
+
{
|
|
10920
|
+
"name": "event",
|
|
10921
|
+
"type": {
|
|
10922
|
+
"text": "KeyboardEvent"
|
|
10923
|
+
}
|
|
10924
|
+
},
|
|
10925
|
+
{
|
|
10926
|
+
"name": "menu",
|
|
10927
|
+
"type": {
|
|
10928
|
+
"text": "TMenuItem | undefined"
|
|
10929
|
+
}
|
|
10992
10930
|
}
|
|
10993
|
-
|
|
10931
|
+
],
|
|
10994
10932
|
"inheritedFrom": {
|
|
10995
|
-
"name": "
|
|
10996
|
-
"module": "src/shared/
|
|
10933
|
+
"name": "MenuFieldNavigationController",
|
|
10934
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10997
10935
|
}
|
|
10998
10936
|
},
|
|
10999
10937
|
{
|
|
11000
10938
|
"kind": "method",
|
|
11001
|
-
"name": "
|
|
10939
|
+
"name": "focusMenu",
|
|
11002
10940
|
"parameters": [
|
|
11003
10941
|
{
|
|
11004
|
-
"name": "
|
|
10942
|
+
"name": "menu",
|
|
11005
10943
|
"type": {
|
|
11006
|
-
"text": "
|
|
10944
|
+
"text": "TMenuItem"
|
|
11007
10945
|
}
|
|
10946
|
+
},
|
|
10947
|
+
{
|
|
10948
|
+
"name": "active",
|
|
10949
|
+
"default": "true"
|
|
10950
|
+
},
|
|
10951
|
+
{
|
|
10952
|
+
"name": "scroll",
|
|
10953
|
+
"default": "true"
|
|
11008
10954
|
}
|
|
11009
10955
|
],
|
|
11010
10956
|
"inheritedFrom": {
|
|
11011
|
-
"name": "
|
|
11012
|
-
"module": "src/menu/menu-
|
|
10957
|
+
"name": "MenuFieldNavigationController",
|
|
10958
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
11013
10959
|
}
|
|
11014
10960
|
},
|
|
11015
10961
|
{
|
|
11016
10962
|
"kind": "method",
|
|
11017
|
-
"name": "
|
|
10963
|
+
"name": "blurMenu",
|
|
10964
|
+
"inheritedFrom": {
|
|
10965
|
+
"name": "MenuFieldNavigationController",
|
|
10966
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
10967
|
+
}
|
|
10968
|
+
},
|
|
10969
|
+
{
|
|
10970
|
+
"kind": "method",
|
|
10971
|
+
"name": "selectActiveItem",
|
|
10972
|
+
"privacy": "private",
|
|
11018
10973
|
"parameters": [
|
|
11019
10974
|
{
|
|
11020
|
-
"name": "
|
|
10975
|
+
"name": "event",
|
|
11021
10976
|
"type": {
|
|
11022
|
-
"text": "
|
|
10977
|
+
"text": "KeyboardEvent"
|
|
11023
10978
|
}
|
|
11024
10979
|
}
|
|
11025
10980
|
],
|
|
11026
10981
|
"inheritedFrom": {
|
|
11027
|
-
"name": "
|
|
11028
|
-
"module": "src/menu/menu-
|
|
10982
|
+
"name": "MenuFieldNavigationController",
|
|
10983
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
11029
10984
|
}
|
|
11030
|
-
}
|
|
10985
|
+
}
|
|
10986
|
+
],
|
|
10987
|
+
"superclass": {
|
|
10988
|
+
"name": "MenuFieldNavigationController",
|
|
10989
|
+
"module": "/src/shared/menu-field/menu-field-navigation-controller.js"
|
|
10990
|
+
}
|
|
10991
|
+
}
|
|
10992
|
+
],
|
|
10993
|
+
"exports": [
|
|
10994
|
+
{
|
|
10995
|
+
"kind": "js",
|
|
10996
|
+
"name": "SelectNavigationController",
|
|
10997
|
+
"declaration": {
|
|
10998
|
+
"name": "SelectNavigationController",
|
|
10999
|
+
"module": "src/select/select-navigation-controller.ts"
|
|
11000
|
+
}
|
|
11001
|
+
}
|
|
11002
|
+
]
|
|
11003
|
+
},
|
|
11004
|
+
{
|
|
11005
|
+
"kind": "javascript-module",
|
|
11006
|
+
"path": "src/select/select.styles.ts",
|
|
11007
|
+
"declarations": [
|
|
11008
|
+
{
|
|
11009
|
+
"kind": "variable",
|
|
11010
|
+
"name": "styles",
|
|
11011
|
+
"default": "css `\n u-menu {\n display: block;\n width: 100%;\n }\n u-menu::part(menu) {\n min-width: 100%;\n max-width: 50vw;\n }\n\n :host(:not([disabled])) .button {\n cursor: pointer;\n }\n\n .button {\n position: absolute;\n inset: 0;\n margin: 0;\n padding: 0;\n background: transparent;\n border: none;\n appearance: none;\n }\n\n select {\n pointer-events: none;\n white-space: nowrap;\n text-overflow: ellipsis;\n }\n\n .list {\n width: 2px;\n height: 2px;\n margin: -1px;\n overflow: hidden;\n }\n`"
|
|
11012
|
+
}
|
|
11013
|
+
],
|
|
11014
|
+
"exports": [
|
|
11015
|
+
{
|
|
11016
|
+
"kind": "js",
|
|
11017
|
+
"name": "styles",
|
|
11018
|
+
"declaration": {
|
|
11019
|
+
"name": "styles",
|
|
11020
|
+
"module": "src/select/select.styles.ts"
|
|
11021
|
+
}
|
|
11022
|
+
}
|
|
11023
|
+
]
|
|
11024
|
+
},
|
|
11025
|
+
{
|
|
11026
|
+
"kind": "javascript-module",
|
|
11027
|
+
"path": "src/select/select.ts",
|
|
11028
|
+
"declarations": [
|
|
11029
|
+
{
|
|
11030
|
+
"kind": "class",
|
|
11031
|
+
"description": "",
|
|
11032
|
+
"name": "UmSelect",
|
|
11033
|
+
"members": [
|
|
11031
11034
|
{
|
|
11032
11035
|
"kind": "field",
|
|
11033
|
-
"name": "
|
|
11036
|
+
"name": "_nativeSelect",
|
|
11034
11037
|
"type": {
|
|
11035
|
-
"text": "
|
|
11036
|
-
},
|
|
11037
|
-
"default": "false",
|
|
11038
|
-
"description": "Whether the button is disabled or not.",
|
|
11039
|
-
"attribute": "disabled",
|
|
11040
|
-
"reflects": true,
|
|
11041
|
-
"inheritedFrom": {
|
|
11042
|
-
"name": "UmButtonWrapper",
|
|
11043
|
-
"module": "src/shared/button-wrapper.ts"
|
|
11038
|
+
"text": "ExtendedSelect"
|
|
11044
11039
|
}
|
|
11045
11040
|
},
|
|
11046
11041
|
{
|
|
11047
11042
|
"kind": "field",
|
|
11048
|
-
"name": "
|
|
11043
|
+
"name": "#list",
|
|
11044
|
+
"privacy": "private",
|
|
11049
11045
|
"type": {
|
|
11050
|
-
"text": "
|
|
11051
|
-
},
|
|
11052
|
-
"default": "true",
|
|
11053
|
-
"inheritedFrom": {
|
|
11054
|
-
"name": "UmButtonWrapper",
|
|
11055
|
-
"module": "src/shared/button-wrapper.ts"
|
|
11046
|
+
"text": "HTMLElement"
|
|
11056
11047
|
}
|
|
11057
11048
|
},
|
|
11058
11049
|
{
|
|
11059
11050
|
"kind": "field",
|
|
11060
|
-
"name": "
|
|
11061
|
-
"
|
|
11062
|
-
|
|
11063
|
-
},
|
|
11064
|
-
"description": "The URL that the link button points to.",
|
|
11065
|
-
"attribute": "href",
|
|
11066
|
-
"inheritedFrom": {
|
|
11067
|
-
"name": "UmButtonWrapper",
|
|
11068
|
-
"module": "src/shared/button-wrapper.ts"
|
|
11069
|
-
}
|
|
11051
|
+
"name": "#navigationController",
|
|
11052
|
+
"privacy": "private",
|
|
11053
|
+
"default": "new SelectNavigationController(this)"
|
|
11070
11054
|
},
|
|
11071
11055
|
{
|
|
11072
11056
|
"kind": "field",
|
|
11073
|
-
"name": "
|
|
11057
|
+
"name": "#mutationObserver",
|
|
11058
|
+
"privacy": "private",
|
|
11074
11059
|
"type": {
|
|
11075
|
-
"text": "
|
|
11060
|
+
"text": "MutationObserver"
|
|
11076
11061
|
},
|
|
11077
|
-
"
|
|
11078
|
-
"attribute": "target",
|
|
11079
|
-
"inheritedFrom": {
|
|
11080
|
-
"name": "UmButtonWrapper",
|
|
11081
|
-
"module": "src/shared/button-wrapper.ts"
|
|
11082
|
-
}
|
|
11062
|
+
"default": "new MutationObserver(() => this._updateOptions())"
|
|
11083
11063
|
},
|
|
11084
11064
|
{
|
|
11085
11065
|
"kind": "field",
|
|
11086
|
-
"name": "
|
|
11066
|
+
"name": "#connected",
|
|
11067
|
+
"privacy": "private",
|
|
11087
11068
|
"type": {
|
|
11088
|
-
"text": "
|
|
11069
|
+
"text": "boolean"
|
|
11089
11070
|
},
|
|
11090
|
-
"
|
|
11091
|
-
"inheritedFrom": {
|
|
11092
|
-
"name": "UmButtonWrapper",
|
|
11093
|
-
"module": "src/shared/button-wrapper.ts"
|
|
11094
|
-
}
|
|
11071
|
+
"default": "false"
|
|
11095
11072
|
},
|
|
11096
11073
|
{
|
|
11097
11074
|
"kind": "field",
|
|
11098
|
-
"name": "
|
|
11075
|
+
"name": "value",
|
|
11099
11076
|
"type": {
|
|
11100
|
-
"text": "
|
|
11077
|
+
"text": "string"
|
|
11101
11078
|
},
|
|
11102
|
-
"
|
|
11103
|
-
|
|
11104
|
-
|
|
11079
|
+
"description": "The `value` of the selected option"
|
|
11080
|
+
},
|
|
11081
|
+
{
|
|
11082
|
+
"kind": "field",
|
|
11083
|
+
"name": "_menu",
|
|
11084
|
+
"type": {
|
|
11085
|
+
"text": "UmMenu"
|
|
11105
11086
|
}
|
|
11106
11087
|
},
|
|
11107
11088
|
{
|
|
11108
11089
|
"kind": "field",
|
|
11109
|
-
"name": "
|
|
11090
|
+
"name": "_button",
|
|
11110
11091
|
"type": {
|
|
11111
|
-
"text": "
|
|
11112
|
-
},
|
|
11113
|
-
"privacy": "private",
|
|
11114
|
-
"inheritedFrom": {
|
|
11115
|
-
"name": "UmButtonWrapper",
|
|
11116
|
-
"module": "src/shared/button-wrapper.ts"
|
|
11092
|
+
"text": "HTMLButtonElement"
|
|
11117
11093
|
}
|
|
11118
11094
|
},
|
|
11119
11095
|
{
|
|
11120
11096
|
"kind": "field",
|
|
11121
|
-
"name": "
|
|
11097
|
+
"name": "_input",
|
|
11122
11098
|
"type": {
|
|
11123
|
-
"text": "
|
|
11099
|
+
"text": "HTMLElement"
|
|
11100
|
+
}
|
|
11101
|
+
},
|
|
11102
|
+
{
|
|
11103
|
+
"kind": "field",
|
|
11104
|
+
"name": "selectedIndex",
|
|
11105
|
+
"type": {
|
|
11106
|
+
"text": "number"
|
|
11124
11107
|
},
|
|
11125
|
-
"
|
|
11126
|
-
|
|
11127
|
-
|
|
11108
|
+
"description": "The index of the selected option. When there's no selected option the value is `-1`."
|
|
11109
|
+
},
|
|
11110
|
+
{
|
|
11111
|
+
"kind": "field",
|
|
11112
|
+
"name": "selectedOptions",
|
|
11113
|
+
"type": {
|
|
11114
|
+
"text": "UmOption[]"
|
|
11115
|
+
},
|
|
11116
|
+
"description": "An `Array` containing the selected `UmOption` or empty if there's no selected option. Multiple selection is not supported."
|
|
11117
|
+
},
|
|
11118
|
+
{
|
|
11119
|
+
"kind": "field",
|
|
11120
|
+
"name": "_options",
|
|
11121
|
+
"type": {
|
|
11122
|
+
"text": "UmOption[]"
|
|
11128
11123
|
}
|
|
11129
11124
|
},
|
|
11130
11125
|
{
|
|
11131
11126
|
"kind": "method",
|
|
11132
|
-
"name": "
|
|
11133
|
-
"privacy": "private",
|
|
11134
|
-
"inheritedFrom": {
|
|
11135
|
-
"name": "UmButtonWrapper",
|
|
11136
|
-
"module": "src/shared/button-wrapper.ts"
|
|
11137
|
-
}
|
|
11127
|
+
"name": "_updateOptions"
|
|
11138
11128
|
},
|
|
11139
11129
|
{
|
|
11140
11130
|
"kind": "method",
|
|
11141
|
-
"name": "
|
|
11142
|
-
"
|
|
11143
|
-
|
|
11144
|
-
|
|
11145
|
-
|
|
11146
|
-
|
|
11131
|
+
"name": "#updateOptions",
|
|
11132
|
+
"parameters": [
|
|
11133
|
+
{
|
|
11134
|
+
"name": "options",
|
|
11135
|
+
"type": {
|
|
11136
|
+
"text": "UmOption[]"
|
|
11137
|
+
}
|
|
11138
|
+
}
|
|
11139
|
+
]
|
|
11147
11140
|
},
|
|
11148
11141
|
{
|
|
11149
11142
|
"kind": "method",
|
|
11150
|
-
"name": "
|
|
11151
|
-
"
|
|
11152
|
-
|
|
11153
|
-
|
|
11154
|
-
|
|
11143
|
+
"name": "#updateAccessibilityList",
|
|
11144
|
+
"parameters": [
|
|
11145
|
+
{
|
|
11146
|
+
"name": "options",
|
|
11147
|
+
"type": {
|
|
11148
|
+
"text": "UmOption[]"
|
|
11149
|
+
}
|
|
11150
|
+
}
|
|
11151
|
+
]
|
|
11155
11152
|
},
|
|
11156
11153
|
{
|
|
11157
11154
|
"kind": "method",
|
|
11158
|
-
"name": "
|
|
11159
|
-
"inheritedFrom": {
|
|
11160
|
-
"name": "UmButtonWrapper",
|
|
11161
|
-
"module": "src/shared/button-wrapper.ts"
|
|
11162
|
-
}
|
|
11155
|
+
"name": "#setSelectedOption"
|
|
11163
11156
|
},
|
|
11164
11157
|
{
|
|
11165
11158
|
"kind": "method",
|
|
11166
|
-
"name": "
|
|
11159
|
+
"name": "renderControl",
|
|
11167
11160
|
"privacy": "protected",
|
|
11168
11161
|
"return": {
|
|
11169
11162
|
"type": {
|
|
11170
|
-
"text": "
|
|
11163
|
+
"text": "TemplateResult"
|
|
11171
11164
|
}
|
|
11172
11165
|
},
|
|
11173
11166
|
"inheritedFrom": {
|
|
11174
|
-
"name": "
|
|
11175
|
-
"module": "src/
|
|
11167
|
+
"name": "UmFieldBase",
|
|
11168
|
+
"module": "src/field/field-base.ts"
|
|
11176
11169
|
}
|
|
11177
11170
|
},
|
|
11178
11171
|
{
|
|
11179
11172
|
"kind": "method",
|
|
11180
|
-
"name": "
|
|
11181
|
-
"privacy": "
|
|
11173
|
+
"name": "renderAfterContent",
|
|
11174
|
+
"privacy": "protected",
|
|
11182
11175
|
"return": {
|
|
11183
11176
|
"type": {
|
|
11184
|
-
"text": "
|
|
11177
|
+
"text": "TemplateResult"
|
|
11185
11178
|
}
|
|
11186
11179
|
},
|
|
11187
11180
|
"inheritedFrom": {
|
|
11188
|
-
"name": "
|
|
11189
|
-
"module": "src/
|
|
11181
|
+
"name": "UmFieldBase",
|
|
11182
|
+
"module": "src/field/field-base.ts"
|
|
11190
11183
|
}
|
|
11191
11184
|
},
|
|
11192
11185
|
{
|
|
11193
11186
|
"kind": "method",
|
|
11194
|
-
"name": "
|
|
11187
|
+
"name": "renderDefaultTrailingIcon",
|
|
11188
|
+
"privacy": "protected",
|
|
11195
11189
|
"return": {
|
|
11196
11190
|
"type": {
|
|
11197
|
-
"text": "
|
|
11191
|
+
"text": "TemplateResult"
|
|
11198
11192
|
}
|
|
11199
11193
|
},
|
|
11194
|
+
"inheritedFrom": {
|
|
11195
|
+
"name": "UmFieldBase",
|
|
11196
|
+
"module": "src/field/field-base.ts"
|
|
11197
|
+
}
|
|
11198
|
+
},
|
|
11199
|
+
{
|
|
11200
|
+
"kind": "field",
|
|
11201
|
+
"name": "#handleClick",
|
|
11202
|
+
"privacy": "private"
|
|
11203
|
+
},
|
|
11204
|
+
{
|
|
11205
|
+
"kind": "method",
|
|
11206
|
+
"name": "#handleMenuClick",
|
|
11200
11207
|
"parameters": [
|
|
11201
11208
|
{
|
|
11202
|
-
"name": "
|
|
11209
|
+
"name": "e",
|
|
11203
11210
|
"type": {
|
|
11204
|
-
"text": "
|
|
11211
|
+
"text": "Event"
|
|
11205
11212
|
}
|
|
11206
11213
|
}
|
|
11207
|
-
]
|
|
11208
|
-
|
|
11209
|
-
|
|
11210
|
-
|
|
11211
|
-
|
|
11214
|
+
]
|
|
11215
|
+
},
|
|
11216
|
+
{
|
|
11217
|
+
"kind": "field",
|
|
11218
|
+
"name": "#handleMenuOpen",
|
|
11219
|
+
"privacy": "private"
|
|
11220
|
+
},
|
|
11221
|
+
{
|
|
11222
|
+
"kind": "field",
|
|
11223
|
+
"name": "#handleMenuOpened",
|
|
11224
|
+
"privacy": "private"
|
|
11225
|
+
},
|
|
11226
|
+
{
|
|
11227
|
+
"kind": "field",
|
|
11228
|
+
"name": "#handleMenuClose",
|
|
11229
|
+
"privacy": "private"
|
|
11212
11230
|
},
|
|
11213
11231
|
{
|
|
11214
11232
|
"kind": "method",
|
|
11215
|
-
"name": "
|
|
11216
|
-
"privacy": "protected",
|
|
11233
|
+
"name": "#attach",
|
|
11217
11234
|
"return": {
|
|
11218
11235
|
"type": {
|
|
11219
|
-
"text": "void"
|
|
11236
|
+
"text": "Promise<void>"
|
|
11220
11237
|
}
|
|
11221
11238
|
},
|
|
11222
|
-
"parameters": [
|
|
11223
|
-
{
|
|
11224
|
-
"name": "_",
|
|
11225
|
-
"type": {
|
|
11226
|
-
"text": "UIEvent"
|
|
11227
|
-
}
|
|
11228
|
-
}
|
|
11229
|
-
],
|
|
11230
11239
|
"inheritedFrom": {
|
|
11231
|
-
"name": "
|
|
11232
|
-
"module": "src/
|
|
11240
|
+
"name": "UmFieldBase",
|
|
11241
|
+
"module": "src/field/field-base.ts"
|
|
11233
11242
|
}
|
|
11234
|
-
}
|
|
11235
|
-
],
|
|
11236
|
-
"attributes": [
|
|
11237
|
-
{
|
|
11238
|
-
"name": "value",
|
|
11239
|
-
"type": {
|
|
11240
|
-
"text": "string"
|
|
11241
|
-
},
|
|
11242
|
-
"fieldName": "value"
|
|
11243
11243
|
},
|
|
11244
11244
|
{
|
|
11245
|
-
"
|
|
11245
|
+
"kind": "field",
|
|
11246
|
+
"name": "_menuItems",
|
|
11246
11247
|
"type": {
|
|
11247
|
-
"text": "
|
|
11248
|
-
}
|
|
11249
|
-
"fieldName": "_selectedAttribute"
|
|
11248
|
+
"text": "UmOption[]"
|
|
11249
|
+
}
|
|
11250
11250
|
},
|
|
11251
11251
|
{
|
|
11252
|
-
"
|
|
11252
|
+
"kind": "field",
|
|
11253
|
+
"name": "formAssociated",
|
|
11253
11254
|
"type": {
|
|
11254
11255
|
"text": "boolean"
|
|
11255
11256
|
},
|
|
11256
|
-
"
|
|
11257
|
-
"
|
|
11257
|
+
"static": true,
|
|
11258
|
+
"default": "true",
|
|
11258
11259
|
"inheritedFrom": {
|
|
11259
|
-
"name": "
|
|
11260
|
-
"module": "src/
|
|
11260
|
+
"name": "UmTextFieldBase",
|
|
11261
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
11261
11262
|
}
|
|
11262
11263
|
},
|
|
11263
11264
|
{
|
|
11264
|
-
"
|
|
11265
|
+
"kind": "field",
|
|
11266
|
+
"name": "shadowRootOptions",
|
|
11265
11267
|
"type": {
|
|
11266
|
-
"text": "
|
|
11268
|
+
"text": "ShadowRootInit"
|
|
11267
11269
|
},
|
|
11268
|
-
"
|
|
11269
|
-
"
|
|
11270
|
-
"fieldName": "hasLeadingIcon",
|
|
11270
|
+
"static": true,
|
|
11271
|
+
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
11271
11272
|
"inheritedFrom": {
|
|
11272
|
-
"name": "
|
|
11273
|
-
"module": "src/
|
|
11273
|
+
"name": "UmTextFieldBase",
|
|
11274
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
11274
11275
|
}
|
|
11275
11276
|
},
|
|
11276
11277
|
{
|
|
11277
|
-
"
|
|
11278
|
+
"kind": "field",
|
|
11279
|
+
"name": "empty",
|
|
11278
11280
|
"type": {
|
|
11279
11281
|
"text": "boolean"
|
|
11280
11282
|
},
|
|
11281
|
-
"default": "
|
|
11282
|
-
"description": "Whether the
|
|
11283
|
-
"
|
|
11283
|
+
"default": "true",
|
|
11284
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
11285
|
+
"attribute": "empty",
|
|
11286
|
+
"reflects": true,
|
|
11284
11287
|
"inheritedFrom": {
|
|
11285
|
-
"name": "
|
|
11286
|
-
"module": "src/
|
|
11288
|
+
"name": "UmFieldBase",
|
|
11289
|
+
"module": "src/field/field-base.ts"
|
|
11287
11290
|
}
|
|
11288
11291
|
},
|
|
11289
11292
|
{
|
|
11290
|
-
"
|
|
11293
|
+
"kind": "field",
|
|
11294
|
+
"name": "placeholder",
|
|
11291
11295
|
"type": {
|
|
11292
|
-
"text": "
|
|
11296
|
+
"text": "string | undefined"
|
|
11293
11297
|
},
|
|
11294
|
-
"
|
|
11295
|
-
"
|
|
11296
|
-
"fieldName": "hasBadge",
|
|
11298
|
+
"attribute": "placeholder",
|
|
11299
|
+
"reflects": true,
|
|
11297
11300
|
"inheritedFrom": {
|
|
11298
|
-
"name": "
|
|
11299
|
-
"module": "src/
|
|
11301
|
+
"name": "UmTextFieldBase",
|
|
11302
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
11300
11303
|
}
|
|
11301
11304
|
},
|
|
11302
11305
|
{
|
|
11303
|
-
"
|
|
11306
|
+
"kind": "field",
|
|
11307
|
+
"name": "form",
|
|
11304
11308
|
"type": {
|
|
11305
|
-
"text": "
|
|
11309
|
+
"text": "HTMLFormElement | null"
|
|
11306
11310
|
},
|
|
11307
|
-
"default": "false",
|
|
11308
|
-
"description": "Whether the button is disabled or not.",
|
|
11309
|
-
"fieldName": "disabled",
|
|
11310
11311
|
"inheritedFrom": {
|
|
11311
|
-
"name": "
|
|
11312
|
-
"module": "src/shared/
|
|
11312
|
+
"name": "UmTextFieldBase",
|
|
11313
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
11313
11314
|
}
|
|
11314
11315
|
},
|
|
11315
11316
|
{
|
|
11316
|
-
"
|
|
11317
|
+
"kind": "field",
|
|
11318
|
+
"name": "elementInternals",
|
|
11317
11319
|
"type": {
|
|
11318
|
-
"text": "
|
|
11320
|
+
"text": "ElementInternals"
|
|
11319
11321
|
},
|
|
11320
|
-
"
|
|
11321
|
-
"fieldName": "href",
|
|
11322
|
+
"privacy": "protected",
|
|
11322
11323
|
"inheritedFrom": {
|
|
11323
|
-
"name": "
|
|
11324
|
-
"module": "src/shared/
|
|
11324
|
+
"name": "UmTextFieldBase",
|
|
11325
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
11325
11326
|
}
|
|
11326
11327
|
},
|
|
11327
11328
|
{
|
|
11328
|
-
"
|
|
11329
|
+
"kind": "field",
|
|
11330
|
+
"name": "config",
|
|
11329
11331
|
"type": {
|
|
11330
|
-
"text": "
|
|
11332
|
+
"text": "UmFieldDefaults | undefined"
|
|
11331
11333
|
},
|
|
11332
|
-
"
|
|
11333
|
-
"fieldName": "target",
|
|
11334
|
+
"privacy": "private",
|
|
11334
11335
|
"inheritedFrom": {
|
|
11335
|
-
"name": "
|
|
11336
|
-
"module": "src/
|
|
11336
|
+
"name": "UmFieldBase",
|
|
11337
|
+
"module": "src/field/field-base.ts"
|
|
11337
11338
|
}
|
|
11338
11339
|
},
|
|
11339
11340
|
{
|
|
11340
|
-
"
|
|
11341
|
+
"kind": "field",
|
|
11342
|
+
"name": "variant",
|
|
11341
11343
|
"type": {
|
|
11342
|
-
"text": "
|
|
11344
|
+
"text": "'filled' | 'outlined' | undefined"
|
|
11343
11345
|
},
|
|
11344
|
-
"
|
|
11346
|
+
"default": "undefined",
|
|
11347
|
+
"attribute": "variant",
|
|
11345
11348
|
"inheritedFrom": {
|
|
11346
|
-
"name": "
|
|
11347
|
-
"module": "src/
|
|
11349
|
+
"name": "UmFieldBase",
|
|
11350
|
+
"module": "src/field/field-base.ts"
|
|
11348
11351
|
}
|
|
11349
|
-
}
|
|
11350
|
-
],
|
|
11351
|
-
"superclass": {
|
|
11352
|
-
"name": "UmMenuItem",
|
|
11353
|
-
"module": "/src/menu/menu-item.js"
|
|
11354
|
-
},
|
|
11355
|
-
"tagName": "u-option",
|
|
11356
|
-
"customElement": true
|
|
11357
|
-
}
|
|
11358
|
-
],
|
|
11359
|
-
"exports": [
|
|
11360
|
-
{
|
|
11361
|
-
"kind": "js",
|
|
11362
|
-
"name": "UmOption",
|
|
11363
|
-
"declaration": {
|
|
11364
|
-
"name": "UmOption",
|
|
11365
|
-
"module": "src/select/option.ts"
|
|
11366
|
-
}
|
|
11367
|
-
},
|
|
11368
|
-
{
|
|
11369
|
-
"kind": "custom-element-definition",
|
|
11370
|
-
"name": "u-option",
|
|
11371
|
-
"declaration": {
|
|
11372
|
-
"name": "UmOption",
|
|
11373
|
-
"module": "src/select/option.ts"
|
|
11374
|
-
}
|
|
11375
|
-
}
|
|
11376
|
-
]
|
|
11377
|
-
},
|
|
11378
|
-
{
|
|
11379
|
-
"kind": "javascript-module",
|
|
11380
|
-
"path": "src/select/select-navigation-controller.ts",
|
|
11381
|
-
"declarations": [
|
|
11382
|
-
{
|
|
11383
|
-
"kind": "class",
|
|
11384
|
-
"description": "",
|
|
11385
|
-
"name": "SelectNavigationController",
|
|
11386
|
-
"members": [
|
|
11387
|
-
{
|
|
11388
|
-
"kind": "field",
|
|
11389
|
-
"name": "#typeaheadStatus",
|
|
11390
|
-
"privacy": "private"
|
|
11391
11352
|
},
|
|
11392
11353
|
{
|
|
11393
|
-
"kind": "
|
|
11394
|
-
"name": "
|
|
11395
|
-
"
|
|
11396
|
-
|
|
11397
|
-
"type": {
|
|
11398
|
-
"text": "boolean"
|
|
11399
|
-
}
|
|
11354
|
+
"kind": "field",
|
|
11355
|
+
"name": "label",
|
|
11356
|
+
"type": {
|
|
11357
|
+
"text": "string | undefined"
|
|
11400
11358
|
},
|
|
11401
|
-
"
|
|
11402
|
-
|
|
11403
|
-
"name": "event",
|
|
11404
|
-
"type": {
|
|
11405
|
-
"text": "KeyboardEvent"
|
|
11406
|
-
}
|
|
11407
|
-
}
|
|
11408
|
-
],
|
|
11359
|
+
"description": "The floating label for the field",
|
|
11360
|
+
"attribute": "label",
|
|
11409
11361
|
"inheritedFrom": {
|
|
11410
|
-
"name": "
|
|
11411
|
-
"module": "src/
|
|
11362
|
+
"name": "UmFieldBase",
|
|
11363
|
+
"module": "src/field/field-base.ts"
|
|
11412
11364
|
}
|
|
11413
11365
|
},
|
|
11414
11366
|
{
|
|
11415
|
-
"kind": "
|
|
11416
|
-
"name": "
|
|
11417
|
-
"
|
|
11418
|
-
|
|
11419
|
-
|
|
11420
|
-
|
|
11421
|
-
"text": "HTMLElement"
|
|
11422
|
-
}
|
|
11423
|
-
}
|
|
11424
|
-
],
|
|
11367
|
+
"kind": "field",
|
|
11368
|
+
"name": "counter",
|
|
11369
|
+
"type": {
|
|
11370
|
+
"text": "string | undefined"
|
|
11371
|
+
},
|
|
11372
|
+
"attribute": "counter",
|
|
11425
11373
|
"inheritedFrom": {
|
|
11426
|
-
"name": "
|
|
11427
|
-
"module": "src/
|
|
11374
|
+
"name": "UmFieldBase",
|
|
11375
|
+
"module": "src/field/field-base.ts"
|
|
11428
11376
|
}
|
|
11429
11377
|
},
|
|
11430
11378
|
{
|
|
11431
|
-
"kind": "
|
|
11432
|
-
"name": "
|
|
11379
|
+
"kind": "field",
|
|
11380
|
+
"name": "supportingText",
|
|
11381
|
+
"type": {
|
|
11382
|
+
"text": "string | undefined"
|
|
11383
|
+
},
|
|
11384
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
11385
|
+
"attribute": "supporting-text",
|
|
11433
11386
|
"inheritedFrom": {
|
|
11434
|
-
"name": "
|
|
11435
|
-
"module": "src/
|
|
11387
|
+
"name": "UmFieldBase",
|
|
11388
|
+
"module": "src/field/field-base.ts"
|
|
11436
11389
|
}
|
|
11437
11390
|
},
|
|
11438
11391
|
{
|
|
11439
11392
|
"kind": "field",
|
|
11440
|
-
"name": "
|
|
11441
|
-
"
|
|
11442
|
-
|
|
11443
|
-
|
|
11444
|
-
"
|
|
11445
|
-
"
|
|
11446
|
-
"privacy": "protected",
|
|
11447
|
-
"parameters": [
|
|
11448
|
-
{
|
|
11449
|
-
"name": "option",
|
|
11450
|
-
"type": {
|
|
11451
|
-
"text": "UmOption"
|
|
11452
|
-
}
|
|
11453
|
-
}
|
|
11454
|
-
],
|
|
11393
|
+
"name": "errorText",
|
|
11394
|
+
"type": {
|
|
11395
|
+
"text": "string | undefined"
|
|
11396
|
+
},
|
|
11397
|
+
"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`",
|
|
11398
|
+
"attribute": "error-text",
|
|
11455
11399
|
"inheritedFrom": {
|
|
11456
|
-
"name": "
|
|
11457
|
-
"module": "src/
|
|
11400
|
+
"name": "UmFieldBase",
|
|
11401
|
+
"module": "src/field/field-base.ts"
|
|
11458
11402
|
}
|
|
11459
11403
|
},
|
|
11460
11404
|
{
|
|
11461
|
-
"kind": "
|
|
11462
|
-
"name": "
|
|
11463
|
-
"
|
|
11405
|
+
"kind": "field",
|
|
11406
|
+
"name": "disabled",
|
|
11407
|
+
"type": {
|
|
11408
|
+
"text": "boolean"
|
|
11409
|
+
},
|
|
11410
|
+
"default": "false",
|
|
11411
|
+
"attribute": "disabled",
|
|
11412
|
+
"reflects": true,
|
|
11464
11413
|
"inheritedFrom": {
|
|
11465
|
-
"name": "
|
|
11466
|
-
"module": "src/
|
|
11414
|
+
"name": "UmFieldBase",
|
|
11415
|
+
"module": "src/field/field-base.ts"
|
|
11467
11416
|
}
|
|
11468
11417
|
},
|
|
11469
11418
|
{
|
|
11470
|
-
"kind": "
|
|
11471
|
-
"name": "
|
|
11472
|
-
"
|
|
11473
|
-
|
|
11474
|
-
|
|
11475
|
-
|
|
11476
|
-
|
|
11477
|
-
|
|
11478
|
-
|
|
11479
|
-
|
|
11480
|
-
|
|
11419
|
+
"kind": "field",
|
|
11420
|
+
"name": "invalid",
|
|
11421
|
+
"type": {
|
|
11422
|
+
"text": "boolean"
|
|
11423
|
+
},
|
|
11424
|
+
"default": "false",
|
|
11425
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
11426
|
+
"attribute": "invalid",
|
|
11427
|
+
"reflects": true,
|
|
11428
|
+
"inheritedFrom": {
|
|
11429
|
+
"name": "UmFieldBase",
|
|
11430
|
+
"module": "src/field/field-base.ts"
|
|
11431
|
+
}
|
|
11481
11432
|
},
|
|
11482
11433
|
{
|
|
11483
11434
|
"kind": "method",
|
|
11484
|
-
"name": "
|
|
11485
|
-
"
|
|
11435
|
+
"name": "setDefaults",
|
|
11436
|
+
"static": true,
|
|
11486
11437
|
"return": {
|
|
11487
11438
|
"type": {
|
|
11488
|
-
"text": "
|
|
11439
|
+
"text": "ContextProvider<Context<HTMLElement, UmFieldDefaults>>"
|
|
11489
11440
|
}
|
|
11490
11441
|
},
|
|
11491
11442
|
"parameters": [
|
|
11492
11443
|
{
|
|
11493
|
-
"name": "
|
|
11444
|
+
"name": "contextRoot",
|
|
11494
11445
|
"type": {
|
|
11495
|
-
"text": "
|
|
11446
|
+
"text": "HTMLElement"
|
|
11496
11447
|
}
|
|
11497
11448
|
},
|
|
11498
11449
|
{
|
|
11499
|
-
"name": "
|
|
11450
|
+
"name": "config",
|
|
11500
11451
|
"type": {
|
|
11501
|
-
"text": "
|
|
11452
|
+
"text": "UmFieldDefaults"
|
|
11502
11453
|
}
|
|
11503
11454
|
}
|
|
11504
|
-
]
|
|
11505
|
-
},
|
|
11506
|
-
{
|
|
11507
|
-
"kind": "field",
|
|
11508
|
-
"name": "#element",
|
|
11509
|
-
"privacy": "private",
|
|
11510
|
-
"type": {
|
|
11511
|
-
"text": "HTMLElement | null"
|
|
11512
|
-
},
|
|
11513
|
-
"default": "null",
|
|
11455
|
+
],
|
|
11514
11456
|
"inheritedFrom": {
|
|
11515
|
-
"name": "
|
|
11516
|
-
"module": "src/
|
|
11457
|
+
"name": "UmFieldBase",
|
|
11458
|
+
"module": "src/field/field-base.ts"
|
|
11517
11459
|
}
|
|
11518
11460
|
},
|
|
11519
11461
|
{
|
|
11520
11462
|
"kind": "field",
|
|
11521
|
-
"name": "
|
|
11463
|
+
"name": "hasLeadingIcon",
|
|
11522
11464
|
"type": {
|
|
11523
|
-
"text": "
|
|
11465
|
+
"text": "boolean"
|
|
11524
11466
|
},
|
|
11525
|
-
"
|
|
11526
|
-
"
|
|
11467
|
+
"default": "false",
|
|
11468
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
11469
|
+
"attribute": "has-leading-icon",
|
|
11470
|
+
"reflects": true,
|
|
11527
11471
|
"inheritedFrom": {
|
|
11528
|
-
"name": "
|
|
11529
|
-
"module": "src/
|
|
11472
|
+
"name": "UmFieldBase",
|
|
11473
|
+
"module": "src/field/field-base.ts"
|
|
11530
11474
|
}
|
|
11531
11475
|
},
|
|
11532
11476
|
{
|
|
11533
11477
|
"kind": "field",
|
|
11534
|
-
"name": "
|
|
11478
|
+
"name": "hasTrailingIcon",
|
|
11535
11479
|
"type": {
|
|
11536
|
-
"text": "
|
|
11480
|
+
"text": "boolean"
|
|
11537
11481
|
},
|
|
11538
|
-
"
|
|
11539
|
-
"
|
|
11482
|
+
"default": "false",
|
|
11483
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
11484
|
+
"attribute": "has-trailing-icon",
|
|
11485
|
+
"reflects": true,
|
|
11540
11486
|
"inheritedFrom": {
|
|
11541
|
-
"name": "
|
|
11542
|
-
"module": "src/
|
|
11487
|
+
"name": "UmFieldBase",
|
|
11488
|
+
"module": "src/field/field-base.ts"
|
|
11543
11489
|
}
|
|
11544
11490
|
},
|
|
11545
11491
|
{
|
|
11546
11492
|
"kind": "field",
|
|
11547
|
-
"name": "
|
|
11493
|
+
"name": "hasErrorText",
|
|
11548
11494
|
"type": {
|
|
11549
|
-
"text": "
|
|
11495
|
+
"text": "boolean"
|
|
11550
11496
|
},
|
|
11551
|
-
"
|
|
11497
|
+
"default": "false",
|
|
11498
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
11499
|
+
"attribute": "has-error-text",
|
|
11500
|
+
"reflects": true,
|
|
11552
11501
|
"inheritedFrom": {
|
|
11553
|
-
"name": "
|
|
11554
|
-
"module": "src/
|
|
11502
|
+
"name": "UmFieldBase",
|
|
11503
|
+
"module": "src/field/field-base.ts"
|
|
11555
11504
|
}
|
|
11556
11505
|
},
|
|
11557
11506
|
{
|
|
11558
11507
|
"kind": "field",
|
|
11559
|
-
"name": "
|
|
11508
|
+
"name": "assignedLeadingIcons",
|
|
11509
|
+
"type": {
|
|
11510
|
+
"text": "HTMLElement[]"
|
|
11511
|
+
},
|
|
11560
11512
|
"privacy": "private",
|
|
11561
11513
|
"inheritedFrom": {
|
|
11562
|
-
"name": "
|
|
11563
|
-
"module": "src/
|
|
11514
|
+
"name": "UmFieldBase",
|
|
11515
|
+
"module": "src/field/field-base.ts"
|
|
11564
11516
|
}
|
|
11565
11517
|
},
|
|
11566
11518
|
{
|
|
11567
|
-
"kind": "
|
|
11568
|
-
"name": "
|
|
11519
|
+
"kind": "field",
|
|
11520
|
+
"name": "assignedTrailingIcons",
|
|
11521
|
+
"type": {
|
|
11522
|
+
"text": "HTMLElement[]"
|
|
11523
|
+
},
|
|
11569
11524
|
"privacy": "private",
|
|
11570
|
-
"parameters": [
|
|
11571
|
-
{
|
|
11572
|
-
"name": "event",
|
|
11573
|
-
"type": {
|
|
11574
|
-
"text": "KeyboardEvent"
|
|
11575
|
-
}
|
|
11576
|
-
},
|
|
11577
|
-
{
|
|
11578
|
-
"name": "forwards",
|
|
11579
|
-
"type": {
|
|
11580
|
-
"text": "boolean"
|
|
11581
|
-
}
|
|
11582
|
-
}
|
|
11583
|
-
],
|
|
11584
11525
|
"inheritedFrom": {
|
|
11585
|
-
"name": "
|
|
11586
|
-
"module": "src/
|
|
11526
|
+
"name": "UmFieldBase",
|
|
11527
|
+
"module": "src/field/field-base.ts"
|
|
11587
11528
|
}
|
|
11588
11529
|
},
|
|
11589
11530
|
{
|
|
11590
|
-
"kind": "
|
|
11591
|
-
"name": "
|
|
11592
|
-
"
|
|
11593
|
-
|
|
11594
|
-
|
|
11595
|
-
|
|
11596
|
-
"type": {
|
|
11597
|
-
"text": "KeyboardEvent"
|
|
11598
|
-
}
|
|
11599
|
-
},
|
|
11600
|
-
{
|
|
11601
|
-
"name": "menu",
|
|
11602
|
-
"type": {
|
|
11603
|
-
"text": "TMenuItem | undefined"
|
|
11604
|
-
}
|
|
11605
|
-
}
|
|
11606
|
-
],
|
|
11531
|
+
"kind": "field",
|
|
11532
|
+
"name": "assignedErrorTexts",
|
|
11533
|
+
"type": {
|
|
11534
|
+
"text": "HTMLElement[]"
|
|
11535
|
+
},
|
|
11536
|
+
"privacy": "private",
|
|
11607
11537
|
"inheritedFrom": {
|
|
11608
|
-
"name": "
|
|
11609
|
-
"module": "src/
|
|
11538
|
+
"name": "UmFieldBase",
|
|
11539
|
+
"module": "src/field/field-base.ts"
|
|
11610
11540
|
}
|
|
11611
11541
|
},
|
|
11612
11542
|
{
|
|
11613
|
-
"kind": "
|
|
11614
|
-
"name": "
|
|
11615
|
-
"
|
|
11616
|
-
|
|
11617
|
-
|
|
11618
|
-
|
|
11619
|
-
"text": "TMenuItem"
|
|
11620
|
-
}
|
|
11621
|
-
},
|
|
11622
|
-
{
|
|
11623
|
-
"name": "active",
|
|
11624
|
-
"default": "true"
|
|
11625
|
-
},
|
|
11626
|
-
{
|
|
11627
|
-
"name": "scroll",
|
|
11628
|
-
"default": "true"
|
|
11629
|
-
}
|
|
11630
|
-
],
|
|
11543
|
+
"kind": "field",
|
|
11544
|
+
"name": "_labelElement",
|
|
11545
|
+
"type": {
|
|
11546
|
+
"text": "HTMLElement"
|
|
11547
|
+
},
|
|
11548
|
+
"privacy": "private",
|
|
11631
11549
|
"inheritedFrom": {
|
|
11632
|
-
"name": "
|
|
11633
|
-
"module": "src/
|
|
11550
|
+
"name": "UmFieldBase",
|
|
11551
|
+
"module": "src/field/field-base.ts"
|
|
11634
11552
|
}
|
|
11635
11553
|
},
|
|
11636
11554
|
{
|
|
11637
|
-
"kind": "
|
|
11638
|
-
"name": "
|
|
11555
|
+
"kind": "field",
|
|
11556
|
+
"name": "_container",
|
|
11557
|
+
"type": {
|
|
11558
|
+
"text": "HTMLElement"
|
|
11559
|
+
},
|
|
11560
|
+
"privacy": "protected",
|
|
11639
11561
|
"inheritedFrom": {
|
|
11640
|
-
"name": "
|
|
11641
|
-
"module": "src/
|
|
11562
|
+
"name": "UmFieldBase",
|
|
11563
|
+
"module": "src/field/field-base.ts"
|
|
11642
11564
|
}
|
|
11643
11565
|
},
|
|
11644
11566
|
{
|
|
11645
|
-
"kind": "
|
|
11646
|
-
"name": "
|
|
11567
|
+
"kind": "field",
|
|
11568
|
+
"name": "labelSizeObserver",
|
|
11569
|
+
"type": {
|
|
11570
|
+
"text": "ResizeObserver | null"
|
|
11571
|
+
},
|
|
11647
11572
|
"privacy": "private",
|
|
11648
|
-
"
|
|
11649
|
-
{
|
|
11650
|
-
"name": "event",
|
|
11651
|
-
"type": {
|
|
11652
|
-
"text": "KeyboardEvent"
|
|
11653
|
-
}
|
|
11654
|
-
}
|
|
11655
|
-
],
|
|
11573
|
+
"default": "null",
|
|
11656
11574
|
"inheritedFrom": {
|
|
11657
|
-
"name": "
|
|
11658
|
-
"module": "src/
|
|
11575
|
+
"name": "UmFieldBase",
|
|
11576
|
+
"module": "src/field/field-base.ts"
|
|
11659
11577
|
}
|
|
11660
|
-
}
|
|
11661
|
-
],
|
|
11662
|
-
"superclass": {
|
|
11663
|
-
"name": "MenuFieldNavigationController",
|
|
11664
|
-
"module": "/src/shared/menu-field/menu-field-navigation-controller.js"
|
|
11665
|
-
}
|
|
11666
|
-
}
|
|
11667
|
-
],
|
|
11668
|
-
"exports": [
|
|
11669
|
-
{
|
|
11670
|
-
"kind": "js",
|
|
11671
|
-
"name": "SelectNavigationController",
|
|
11672
|
-
"declaration": {
|
|
11673
|
-
"name": "SelectNavigationController",
|
|
11674
|
-
"module": "src/select/select-navigation-controller.ts"
|
|
11675
|
-
}
|
|
11676
|
-
}
|
|
11677
|
-
]
|
|
11678
|
-
},
|
|
11679
|
-
{
|
|
11680
|
-
"kind": "javascript-module",
|
|
11681
|
-
"path": "src/select/select.styles.ts",
|
|
11682
|
-
"declarations": [
|
|
11683
|
-
{
|
|
11684
|
-
"kind": "variable",
|
|
11685
|
-
"name": "styles",
|
|
11686
|
-
"default": "css `\n u-menu {\n display: block;\n width: 100%;\n }\n u-menu::part(menu) {\n min-width: 100%;\n max-width: 50vw;\n }\n\n :host(:not([disabled])) .button {\n cursor: pointer;\n }\n\n .button {\n position: absolute;\n inset: 0;\n margin: 0;\n padding: 0;\n background: transparent;\n border: none;\n appearance: none;\n }\n\n select {\n pointer-events: none;\n white-space: nowrap;\n text-overflow: ellipsis;\n }\n\n .list {\n width: 2px;\n height: 2px;\n margin: -1px;\n overflow: hidden;\n }\n`"
|
|
11687
|
-
}
|
|
11688
|
-
],
|
|
11689
|
-
"exports": [
|
|
11690
|
-
{
|
|
11691
|
-
"kind": "js",
|
|
11692
|
-
"name": "styles",
|
|
11693
|
-
"declaration": {
|
|
11694
|
-
"name": "styles",
|
|
11695
|
-
"module": "src/select/select.styles.ts"
|
|
11696
|
-
}
|
|
11697
|
-
}
|
|
11698
|
-
]
|
|
11699
|
-
},
|
|
11700
|
-
{
|
|
11701
|
-
"kind": "javascript-module",
|
|
11702
|
-
"path": "src/select/select.ts",
|
|
11703
|
-
"declarations": [
|
|
11704
|
-
{
|
|
11705
|
-
"kind": "class",
|
|
11706
|
-
"description": "",
|
|
11707
|
-
"name": "UmSelect",
|
|
11708
|
-
"members": [
|
|
11578
|
+
},
|
|
11709
11579
|
{
|
|
11710
|
-
"kind": "
|
|
11711
|
-
"name": "
|
|
11712
|
-
"
|
|
11713
|
-
|
|
11580
|
+
"kind": "method",
|
|
11581
|
+
"name": "handleLeadingIconSlotChange",
|
|
11582
|
+
"privacy": "private",
|
|
11583
|
+
"inheritedFrom": {
|
|
11584
|
+
"name": "UmFieldBase",
|
|
11585
|
+
"module": "src/field/field-base.ts"
|
|
11714
11586
|
}
|
|
11715
11587
|
},
|
|
11716
11588
|
{
|
|
11717
|
-
"kind": "
|
|
11718
|
-
"name": "
|
|
11589
|
+
"kind": "method",
|
|
11590
|
+
"name": "handleTrailingIconSlotChange",
|
|
11719
11591
|
"privacy": "private",
|
|
11720
|
-
"
|
|
11721
|
-
"
|
|
11592
|
+
"inheritedFrom": {
|
|
11593
|
+
"name": "UmFieldBase",
|
|
11594
|
+
"module": "src/field/field-base.ts"
|
|
11722
11595
|
}
|
|
11723
11596
|
},
|
|
11724
11597
|
{
|
|
11725
|
-
"kind": "
|
|
11726
|
-
"name": "
|
|
11598
|
+
"kind": "method",
|
|
11599
|
+
"name": "handleErrorTextSlotChange",
|
|
11727
11600
|
"privacy": "private",
|
|
11728
|
-
"
|
|
11601
|
+
"inheritedFrom": {
|
|
11602
|
+
"name": "UmFieldBase",
|
|
11603
|
+
"module": "src/field/field-base.ts"
|
|
11604
|
+
}
|
|
11729
11605
|
},
|
|
11730
11606
|
{
|
|
11731
|
-
"kind": "
|
|
11732
|
-
"name": "
|
|
11607
|
+
"kind": "method",
|
|
11608
|
+
"name": "setLabelWidthProperties",
|
|
11733
11609
|
"privacy": "private",
|
|
11610
|
+
"inheritedFrom": {
|
|
11611
|
+
"name": "UmFieldBase",
|
|
11612
|
+
"module": "src/field/field-base.ts"
|
|
11613
|
+
}
|
|
11614
|
+
}
|
|
11615
|
+
],
|
|
11616
|
+
"superclass": {
|
|
11617
|
+
"name": "UmTextFieldBase",
|
|
11618
|
+
"module": "/src/shared/text-field-base/text-field-base.js"
|
|
11619
|
+
},
|
|
11620
|
+
"tagName": "u-select",
|
|
11621
|
+
"customElement": true,
|
|
11622
|
+
"attributes": [
|
|
11623
|
+
{
|
|
11624
|
+
"name": "placeholder",
|
|
11734
11625
|
"type": {
|
|
11735
|
-
"text": "
|
|
11626
|
+
"text": "string | undefined"
|
|
11736
11627
|
},
|
|
11737
|
-
"
|
|
11628
|
+
"fieldName": "placeholder",
|
|
11629
|
+
"inheritedFrom": {
|
|
11630
|
+
"name": "UmTextFieldBase",
|
|
11631
|
+
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
11632
|
+
}
|
|
11738
11633
|
},
|
|
11739
11634
|
{
|
|
11740
|
-
"
|
|
11741
|
-
"name": "#connected",
|
|
11742
|
-
"privacy": "private",
|
|
11635
|
+
"name": "variant",
|
|
11743
11636
|
"type": {
|
|
11744
|
-
"text": "
|
|
11637
|
+
"text": "'filled' | 'outlined' | undefined"
|
|
11745
11638
|
},
|
|
11746
|
-
"default": "
|
|
11639
|
+
"default": "undefined",
|
|
11640
|
+
"resolveInitializer": {
|
|
11641
|
+
"module": "src/field/field-base.ts"
|
|
11642
|
+
},
|
|
11643
|
+
"fieldName": "variant",
|
|
11644
|
+
"inheritedFrom": {
|
|
11645
|
+
"name": "UmFieldBase",
|
|
11646
|
+
"module": "src/field/field-base.ts"
|
|
11647
|
+
}
|
|
11747
11648
|
},
|
|
11748
11649
|
{
|
|
11749
|
-
"
|
|
11750
|
-
"name": "value",
|
|
11650
|
+
"name": "label",
|
|
11751
11651
|
"type": {
|
|
11752
|
-
"text": "string"
|
|
11753
|
-
},
|
|
11754
|
-
"description": "The `value` of the selected option"
|
|
11755
|
-
},
|
|
11756
|
-
{
|
|
11757
|
-
"kind": "field",
|
|
11758
|
-
"name": "_menu",
|
|
11759
|
-
"type": {
|
|
11760
|
-
"text": "UmMenu"
|
|
11761
|
-
}
|
|
11762
|
-
},
|
|
11763
|
-
{
|
|
11764
|
-
"kind": "field",
|
|
11765
|
-
"name": "_button",
|
|
11766
|
-
"type": {
|
|
11767
|
-
"text": "HTMLButtonElement"
|
|
11768
|
-
}
|
|
11769
|
-
},
|
|
11770
|
-
{
|
|
11771
|
-
"kind": "field",
|
|
11772
|
-
"name": "_input",
|
|
11773
|
-
"type": {
|
|
11774
|
-
"text": "HTMLElement"
|
|
11775
|
-
}
|
|
11776
|
-
},
|
|
11777
|
-
{
|
|
11778
|
-
"kind": "field",
|
|
11779
|
-
"name": "selectedIndex",
|
|
11780
|
-
"type": {
|
|
11781
|
-
"text": "number"
|
|
11782
|
-
},
|
|
11783
|
-
"description": "The index of the selected option. When there's no selected option the value is `-1`."
|
|
11784
|
-
},
|
|
11785
|
-
{
|
|
11786
|
-
"kind": "field",
|
|
11787
|
-
"name": "selectedOptions",
|
|
11788
|
-
"type": {
|
|
11789
|
-
"text": "UmOption[]"
|
|
11790
|
-
},
|
|
11791
|
-
"description": "An `Array` containing the selected `UmOption` or empty if there's no selected option. Multiple selection is not supported."
|
|
11792
|
-
},
|
|
11793
|
-
{
|
|
11794
|
-
"kind": "field",
|
|
11795
|
-
"name": "_options",
|
|
11796
|
-
"type": {
|
|
11797
|
-
"text": "UmOption[]"
|
|
11798
|
-
}
|
|
11799
|
-
},
|
|
11800
|
-
{
|
|
11801
|
-
"kind": "method",
|
|
11802
|
-
"name": "_updateOptions"
|
|
11803
|
-
},
|
|
11804
|
-
{
|
|
11805
|
-
"kind": "method",
|
|
11806
|
-
"name": "#updateOptions",
|
|
11807
|
-
"parameters": [
|
|
11808
|
-
{
|
|
11809
|
-
"name": "options",
|
|
11810
|
-
"type": {
|
|
11811
|
-
"text": "UmOption[]"
|
|
11812
|
-
}
|
|
11813
|
-
}
|
|
11814
|
-
]
|
|
11815
|
-
},
|
|
11816
|
-
{
|
|
11817
|
-
"kind": "method",
|
|
11818
|
-
"name": "#updateAccessibilityList",
|
|
11819
|
-
"parameters": [
|
|
11820
|
-
{
|
|
11821
|
-
"name": "options",
|
|
11822
|
-
"type": {
|
|
11823
|
-
"text": "UmOption[]"
|
|
11824
|
-
}
|
|
11825
|
-
}
|
|
11826
|
-
]
|
|
11827
|
-
},
|
|
11828
|
-
{
|
|
11829
|
-
"kind": "method",
|
|
11830
|
-
"name": "#setSelectedOption"
|
|
11831
|
-
},
|
|
11832
|
-
{
|
|
11833
|
-
"kind": "method",
|
|
11834
|
-
"name": "renderControl",
|
|
11835
|
-
"privacy": "protected",
|
|
11836
|
-
"return": {
|
|
11837
|
-
"type": {
|
|
11838
|
-
"text": "TemplateResult"
|
|
11839
|
-
}
|
|
11652
|
+
"text": "string | undefined"
|
|
11840
11653
|
},
|
|
11654
|
+
"description": "The floating label for the field",
|
|
11655
|
+
"fieldName": "label",
|
|
11841
11656
|
"inheritedFrom": {
|
|
11842
11657
|
"name": "UmFieldBase",
|
|
11843
11658
|
"module": "src/field/field-base.ts"
|
|
11844
11659
|
}
|
|
11845
11660
|
},
|
|
11846
11661
|
{
|
|
11847
|
-
"
|
|
11848
|
-
"
|
|
11849
|
-
|
|
11850
|
-
"return": {
|
|
11851
|
-
"type": {
|
|
11852
|
-
"text": "TemplateResult"
|
|
11853
|
-
}
|
|
11662
|
+
"name": "counter",
|
|
11663
|
+
"type": {
|
|
11664
|
+
"text": "string | undefined"
|
|
11854
11665
|
},
|
|
11666
|
+
"fieldName": "counter",
|
|
11855
11667
|
"inheritedFrom": {
|
|
11856
11668
|
"name": "UmFieldBase",
|
|
11857
11669
|
"module": "src/field/field-base.ts"
|
|
11858
11670
|
}
|
|
11859
11671
|
},
|
|
11860
11672
|
{
|
|
11861
|
-
"
|
|
11862
|
-
"
|
|
11863
|
-
|
|
11864
|
-
"return": {
|
|
11865
|
-
"type": {
|
|
11866
|
-
"text": "TemplateResult"
|
|
11867
|
-
}
|
|
11673
|
+
"name": "supporting-text",
|
|
11674
|
+
"type": {
|
|
11675
|
+
"text": "string | undefined"
|
|
11868
11676
|
},
|
|
11677
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
11678
|
+
"fieldName": "supportingText",
|
|
11869
11679
|
"inheritedFrom": {
|
|
11870
11680
|
"name": "UmFieldBase",
|
|
11871
11681
|
"module": "src/field/field-base.ts"
|
|
11872
11682
|
}
|
|
11873
11683
|
},
|
|
11874
11684
|
{
|
|
11875
|
-
"
|
|
11876
|
-
"
|
|
11877
|
-
|
|
11878
|
-
},
|
|
11879
|
-
{
|
|
11880
|
-
"kind": "method",
|
|
11881
|
-
"name": "#handleMenuClick",
|
|
11882
|
-
"parameters": [
|
|
11883
|
-
{
|
|
11884
|
-
"name": "e",
|
|
11885
|
-
"type": {
|
|
11886
|
-
"text": "Event"
|
|
11887
|
-
}
|
|
11888
|
-
}
|
|
11889
|
-
]
|
|
11890
|
-
},
|
|
11891
|
-
{
|
|
11892
|
-
"kind": "field",
|
|
11893
|
-
"name": "#handleMenuOpen",
|
|
11894
|
-
"privacy": "private"
|
|
11895
|
-
},
|
|
11896
|
-
{
|
|
11897
|
-
"kind": "field",
|
|
11898
|
-
"name": "#handleMenuOpened",
|
|
11899
|
-
"privacy": "private"
|
|
11900
|
-
},
|
|
11901
|
-
{
|
|
11902
|
-
"kind": "field",
|
|
11903
|
-
"name": "#handleMenuClose",
|
|
11904
|
-
"privacy": "private"
|
|
11905
|
-
},
|
|
11906
|
-
{
|
|
11907
|
-
"kind": "method",
|
|
11908
|
-
"name": "#attach",
|
|
11909
|
-
"return": {
|
|
11910
|
-
"type": {
|
|
11911
|
-
"text": "Promise<void>"
|
|
11912
|
-
}
|
|
11685
|
+
"name": "error-text",
|
|
11686
|
+
"type": {
|
|
11687
|
+
"text": "string | undefined"
|
|
11913
11688
|
},
|
|
11689
|
+
"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`",
|
|
11690
|
+
"fieldName": "errorText",
|
|
11914
11691
|
"inheritedFrom": {
|
|
11915
11692
|
"name": "UmFieldBase",
|
|
11916
11693
|
"module": "src/field/field-base.ts"
|
|
11917
11694
|
}
|
|
11918
11695
|
},
|
|
11919
11696
|
{
|
|
11920
|
-
"kind": "field",
|
|
11921
|
-
"name": "_menuItems",
|
|
11922
|
-
"type": {
|
|
11923
|
-
"text": "UmOption[]"
|
|
11924
|
-
}
|
|
11925
|
-
},
|
|
11926
|
-
{
|
|
11927
|
-
"kind": "field",
|
|
11928
|
-
"name": "formAssociated",
|
|
11929
|
-
"type": {
|
|
11930
|
-
"text": "boolean"
|
|
11931
|
-
},
|
|
11932
|
-
"static": true,
|
|
11933
|
-
"default": "true",
|
|
11934
|
-
"inheritedFrom": {
|
|
11935
|
-
"name": "UmTextFieldBase",
|
|
11936
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
11937
|
-
}
|
|
11938
|
-
},
|
|
11939
|
-
{
|
|
11940
|
-
"kind": "field",
|
|
11941
|
-
"name": "shadowRootOptions",
|
|
11942
|
-
"type": {
|
|
11943
|
-
"text": "ShadowRootInit"
|
|
11944
|
-
},
|
|
11945
|
-
"static": true,
|
|
11946
|
-
"default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
|
|
11947
|
-
"inheritedFrom": {
|
|
11948
|
-
"name": "UmTextFieldBase",
|
|
11949
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
11950
|
-
}
|
|
11951
|
-
},
|
|
11952
|
-
{
|
|
11953
|
-
"kind": "field",
|
|
11954
11697
|
"name": "empty",
|
|
11955
11698
|
"type": {
|
|
11956
11699
|
"text": "boolean"
|
|
11957
11700
|
},
|
|
11958
|
-
"default": "
|
|
11701
|
+
"default": "false",
|
|
11959
11702
|
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
11960
|
-
"
|
|
11961
|
-
"reflects": true,
|
|
11703
|
+
"fieldName": "empty",
|
|
11962
11704
|
"inheritedFrom": {
|
|
11963
11705
|
"name": "UmFieldBase",
|
|
11964
11706
|
"module": "src/field/field-base.ts"
|
|
11965
11707
|
}
|
|
11966
11708
|
},
|
|
11967
11709
|
{
|
|
11968
|
-
"
|
|
11969
|
-
"name": "placeholder",
|
|
11710
|
+
"name": "disabled",
|
|
11970
11711
|
"type": {
|
|
11971
|
-
"text": "
|
|
11712
|
+
"text": "boolean"
|
|
11972
11713
|
},
|
|
11973
|
-
"
|
|
11974
|
-
"
|
|
11714
|
+
"default": "false",
|
|
11715
|
+
"fieldName": "disabled",
|
|
11975
11716
|
"inheritedFrom": {
|
|
11976
|
-
"name": "
|
|
11977
|
-
"module": "src/
|
|
11717
|
+
"name": "UmFieldBase",
|
|
11718
|
+
"module": "src/field/field-base.ts"
|
|
11978
11719
|
}
|
|
11979
11720
|
},
|
|
11980
11721
|
{
|
|
11981
|
-
"
|
|
11982
|
-
"name": "form",
|
|
11722
|
+
"name": "invalid",
|
|
11983
11723
|
"type": {
|
|
11984
|
-
"text": "
|
|
11724
|
+
"text": "boolean"
|
|
11985
11725
|
},
|
|
11726
|
+
"default": "false",
|
|
11727
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
11728
|
+
"fieldName": "invalid",
|
|
11986
11729
|
"inheritedFrom": {
|
|
11987
|
-
"name": "
|
|
11988
|
-
"module": "src/
|
|
11730
|
+
"name": "UmFieldBase",
|
|
11731
|
+
"module": "src/field/field-base.ts"
|
|
11989
11732
|
}
|
|
11990
11733
|
},
|
|
11991
11734
|
{
|
|
11992
|
-
"
|
|
11993
|
-
"name": "elementInternals",
|
|
11735
|
+
"name": "has-leading-icon",
|
|
11994
11736
|
"type": {
|
|
11995
|
-
"text": "
|
|
11737
|
+
"text": "boolean"
|
|
11996
11738
|
},
|
|
11997
|
-
"
|
|
11739
|
+
"default": "false",
|
|
11740
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
11741
|
+
"fieldName": "hasLeadingIcon",
|
|
11998
11742
|
"inheritedFrom": {
|
|
11999
|
-
"name": "
|
|
12000
|
-
"module": "src/
|
|
11743
|
+
"name": "UmFieldBase",
|
|
11744
|
+
"module": "src/field/field-base.ts"
|
|
12001
11745
|
}
|
|
12002
11746
|
},
|
|
12003
11747
|
{
|
|
12004
|
-
"
|
|
12005
|
-
"name": "config",
|
|
11748
|
+
"name": "has-trailing-icon",
|
|
12006
11749
|
"type": {
|
|
12007
|
-
"text": "
|
|
11750
|
+
"text": "boolean"
|
|
12008
11751
|
},
|
|
12009
|
-
"
|
|
11752
|
+
"default": "false",
|
|
11753
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
11754
|
+
"fieldName": "hasTrailingIcon",
|
|
12010
11755
|
"inheritedFrom": {
|
|
12011
11756
|
"name": "UmFieldBase",
|
|
12012
11757
|
"module": "src/field/field-base.ts"
|
|
12013
11758
|
}
|
|
12014
11759
|
},
|
|
12015
11760
|
{
|
|
12016
|
-
"
|
|
12017
|
-
"name": "variant",
|
|
11761
|
+
"name": "has-error-text",
|
|
12018
11762
|
"type": {
|
|
12019
|
-
"text": "
|
|
11763
|
+
"text": "boolean"
|
|
12020
11764
|
},
|
|
12021
|
-
"default": "
|
|
12022
|
-
"
|
|
11765
|
+
"default": "false",
|
|
11766
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
11767
|
+
"fieldName": "hasErrorText",
|
|
12023
11768
|
"inheritedFrom": {
|
|
12024
11769
|
"name": "UmFieldBase",
|
|
12025
11770
|
"module": "src/field/field-base.ts"
|
|
12026
11771
|
}
|
|
12027
|
-
}
|
|
12028
|
-
|
|
12029
|
-
|
|
12030
|
-
|
|
12031
|
-
|
|
12032
|
-
|
|
12033
|
-
|
|
12034
|
-
|
|
12035
|
-
|
|
12036
|
-
|
|
12037
|
-
|
|
12038
|
-
|
|
12039
|
-
|
|
12040
|
-
|
|
11772
|
+
}
|
|
11773
|
+
]
|
|
11774
|
+
}
|
|
11775
|
+
],
|
|
11776
|
+
"exports": [
|
|
11777
|
+
{
|
|
11778
|
+
"kind": "js",
|
|
11779
|
+
"name": "UmSelect",
|
|
11780
|
+
"declaration": {
|
|
11781
|
+
"name": "UmSelect",
|
|
11782
|
+
"module": "src/select/select.ts"
|
|
11783
|
+
}
|
|
11784
|
+
},
|
|
11785
|
+
{
|
|
11786
|
+
"kind": "custom-element-definition",
|
|
11787
|
+
"name": "u-select",
|
|
11788
|
+
"declaration": {
|
|
11789
|
+
"name": "UmSelect",
|
|
11790
|
+
"module": "src/select/select.ts"
|
|
11791
|
+
}
|
|
11792
|
+
}
|
|
11793
|
+
]
|
|
11794
|
+
},
|
|
11795
|
+
{
|
|
11796
|
+
"kind": "javascript-module",
|
|
11797
|
+
"path": "src/shared/base.styles.ts",
|
|
11798
|
+
"declarations": [
|
|
11799
|
+
{
|
|
11800
|
+
"kind": "variable",
|
|
11801
|
+
"name": "styles",
|
|
11802
|
+
"default": "css `\n :host,\n * {\n --_focus-ring-outline-offset: var(--u-focus-ring-outline-offset, 2px);\n 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\");\n box-sizing: border-box;\n outline: 0;\n }\n\n :host(.force-focus-ring) .focus-ring,\n .focus-ring:focus-visible {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n animation: u-focus-pulse 500ms ease;\n animation-fill-mode: forwards;\n outline-offset: var(--_focus-ring-outline-offset);\n }\n\n @keyframes u-focus-pulse {\n 0% {\n outline: 0 solid var(--_color-primary);\n }\n 50% {\n outline: 6px solid var(--_color-primary);\n }\n 100% {\n outline: 4px solid var(--_color-primary);\n }\n }\n`"
|
|
11803
|
+
}
|
|
11804
|
+
],
|
|
11805
|
+
"exports": [
|
|
11806
|
+
{
|
|
11807
|
+
"kind": "js",
|
|
11808
|
+
"name": "styles",
|
|
11809
|
+
"declaration": {
|
|
11810
|
+
"name": "styles",
|
|
11811
|
+
"module": "src/shared/base.styles.ts"
|
|
11812
|
+
}
|
|
11813
|
+
}
|
|
11814
|
+
]
|
|
11815
|
+
},
|
|
11816
|
+
{
|
|
11817
|
+
"kind": "javascript-module",
|
|
11818
|
+
"path": "src/shared/button-wrapper.styles.ts",
|
|
11819
|
+
"declarations": [
|
|
11820
|
+
{
|
|
11821
|
+
"kind": "variable",
|
|
11822
|
+
"name": "styles",
|
|
11823
|
+
"default": "css `\n :host {\n --_color-primary: var(--u-color-primary, rgb(103, 80, 164));\n -webkit-tap-highlight-color: transparent;\n --u-elevation-level: 0;\n position: relative;\n display: inline-block;\n 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\");\n appearance: none !important;\n }\n\n :host([disabled]) {\n --u-elevation-level: 0 !important;\n background-color: var(--u-button-disabled-bg-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-button-disabled-background-opacity, 0.12))) !important;\n color: var(--u-button-disabled-text-color, rgba(var(--u-color-on-surface-rgb, 29, 27, 32), var(--u-button-disabled-color, 0.38))) !important;\n }\n\n :host([disabled]) .button {\n cursor: default;\n }\n\n * {\n color: inherit;\n }\n\n u-elevation {\n z-index: -1;\n }\n\n .button {\n cursor: pointer;\n position: absolute;\n inset-inline-start: 0;\n inset-block-start: 0;\n width: 100%;\n height: 100%;\n font-family: inherit;\n border-radius: inherit;\n color: inherit;\n border: none;\n margin: 0;\n padding: 0;\n text-align: center;\n white-space: nowrap;\n background: transparent;\n user-select: none;\n text-decoration: none;\n outline: 0;\n z-index: 0;\n }\n\n .content {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n white-space: nowrap;\n border-radius: inherit;\n width: 100%;\n height: 100%;\n }\n`"
|
|
11824
|
+
}
|
|
11825
|
+
],
|
|
11826
|
+
"exports": [
|
|
11827
|
+
{
|
|
11828
|
+
"kind": "js",
|
|
11829
|
+
"name": "styles",
|
|
11830
|
+
"declaration": {
|
|
11831
|
+
"name": "styles",
|
|
11832
|
+
"module": "src/shared/button-wrapper.styles.ts"
|
|
11833
|
+
}
|
|
11834
|
+
}
|
|
11835
|
+
]
|
|
11836
|
+
},
|
|
11837
|
+
{
|
|
11838
|
+
"kind": "javascript-module",
|
|
11839
|
+
"path": "src/shared/button-wrapper.ts",
|
|
11840
|
+
"declarations": [
|
|
11841
|
+
{
|
|
11842
|
+
"kind": "class",
|
|
11843
|
+
"description": "",
|
|
11844
|
+
"name": "UmButtonWrapper",
|
|
11845
|
+
"members": [
|
|
12041
11846
|
{
|
|
12042
11847
|
"kind": "field",
|
|
12043
|
-
"name": "
|
|
11848
|
+
"name": "disabled",
|
|
12044
11849
|
"type": {
|
|
12045
|
-
"text": "
|
|
11850
|
+
"text": "boolean"
|
|
12046
11851
|
},
|
|
12047
|
-
"
|
|
12048
|
-
"
|
|
12049
|
-
|
|
12050
|
-
|
|
12051
|
-
}
|
|
11852
|
+
"default": "false",
|
|
11853
|
+
"description": "Whether the button is disabled or not.",
|
|
11854
|
+
"attribute": "disabled",
|
|
11855
|
+
"reflects": true
|
|
12052
11856
|
},
|
|
12053
11857
|
{
|
|
12054
11858
|
"kind": "field",
|
|
12055
|
-
"name": "
|
|
11859
|
+
"name": "renderRipple",
|
|
12056
11860
|
"type": {
|
|
12057
|
-
"text": "
|
|
11861
|
+
"text": "boolean"
|
|
12058
11862
|
},
|
|
12059
|
-
"
|
|
12060
|
-
"attribute": "supporting-text",
|
|
12061
|
-
"inheritedFrom": {
|
|
12062
|
-
"name": "UmFieldBase",
|
|
12063
|
-
"module": "src/field/field-base.ts"
|
|
12064
|
-
}
|
|
11863
|
+
"default": "true"
|
|
12065
11864
|
},
|
|
12066
11865
|
{
|
|
12067
11866
|
"kind": "field",
|
|
12068
|
-
"name": "
|
|
11867
|
+
"name": "href",
|
|
12069
11868
|
"type": {
|
|
12070
11869
|
"text": "string | undefined"
|
|
12071
11870
|
},
|
|
12072
|
-
"description": "
|
|
12073
|
-
"attribute": "
|
|
12074
|
-
"inheritedFrom": {
|
|
12075
|
-
"name": "UmFieldBase",
|
|
12076
|
-
"module": "src/field/field-base.ts"
|
|
12077
|
-
}
|
|
11871
|
+
"description": "The URL that the link button points to.",
|
|
11872
|
+
"attribute": "href"
|
|
12078
11873
|
},
|
|
12079
11874
|
{
|
|
12080
11875
|
"kind": "field",
|
|
12081
|
-
"name": "
|
|
11876
|
+
"name": "target",
|
|
12082
11877
|
"type": {
|
|
12083
|
-
"text": "
|
|
11878
|
+
"text": "string | undefined"
|
|
12084
11879
|
},
|
|
12085
|
-
"
|
|
12086
|
-
"attribute": "
|
|
12087
|
-
"reflects": true,
|
|
12088
|
-
"inheritedFrom": {
|
|
12089
|
-
"name": "UmFieldBase",
|
|
12090
|
-
"module": "src/field/field-base.ts"
|
|
12091
|
-
}
|
|
11880
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
11881
|
+
"attribute": "target"
|
|
12092
11882
|
},
|
|
12093
11883
|
{
|
|
12094
11884
|
"kind": "field",
|
|
12095
|
-
"name": "
|
|
11885
|
+
"name": "name",
|
|
12096
11886
|
"type": {
|
|
12097
|
-
"text": "
|
|
12098
|
-
},
|
|
12099
|
-
"default": "false",
|
|
12100
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
12101
|
-
"attribute": "invalid",
|
|
12102
|
-
"reflects": true,
|
|
12103
|
-
"inheritedFrom": {
|
|
12104
|
-
"name": "UmFieldBase",
|
|
12105
|
-
"module": "src/field/field-base.ts"
|
|
12106
|
-
}
|
|
12107
|
-
},
|
|
12108
|
-
{
|
|
12109
|
-
"kind": "method",
|
|
12110
|
-
"name": "setDefaults",
|
|
12111
|
-
"static": true,
|
|
12112
|
-
"return": {
|
|
12113
|
-
"type": {
|
|
12114
|
-
"text": "ContextProvider<Context<HTMLElement, UmFieldDefaults>>"
|
|
12115
|
-
}
|
|
11887
|
+
"text": "string | undefined"
|
|
12116
11888
|
},
|
|
12117
|
-
"
|
|
12118
|
-
{
|
|
12119
|
-
"name": "contextRoot",
|
|
12120
|
-
"type": {
|
|
12121
|
-
"text": "HTMLElement"
|
|
12122
|
-
}
|
|
12123
|
-
},
|
|
12124
|
-
{
|
|
12125
|
-
"name": "config",
|
|
12126
|
-
"type": {
|
|
12127
|
-
"text": "UmFieldDefaults"
|
|
12128
|
-
}
|
|
12129
|
-
}
|
|
12130
|
-
],
|
|
12131
|
-
"inheritedFrom": {
|
|
12132
|
-
"name": "UmFieldBase",
|
|
12133
|
-
"module": "src/field/field-base.ts"
|
|
12134
|
-
}
|
|
11889
|
+
"attribute": "name"
|
|
12135
11890
|
},
|
|
12136
11891
|
{
|
|
12137
11892
|
"kind": "field",
|
|
12138
|
-
"name": "
|
|
11893
|
+
"name": "buttonElement",
|
|
12139
11894
|
"type": {
|
|
12140
|
-
"text": "
|
|
12141
|
-
},
|
|
12142
|
-
"default": "false",
|
|
12143
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
12144
|
-
"attribute": "has-leading-icon",
|
|
12145
|
-
"reflects": true,
|
|
12146
|
-
"inheritedFrom": {
|
|
12147
|
-
"name": "UmFieldBase",
|
|
12148
|
-
"module": "src/field/field-base.ts"
|
|
11895
|
+
"text": "HTMLElement"
|
|
12149
11896
|
}
|
|
12150
11897
|
},
|
|
12151
11898
|
{
|
|
12152
11899
|
"kind": "field",
|
|
12153
|
-
"name": "
|
|
11900
|
+
"name": "ripple",
|
|
12154
11901
|
"type": {
|
|
12155
|
-
"text": "
|
|
11902
|
+
"text": "UmRipple"
|
|
12156
11903
|
},
|
|
12157
|
-
"
|
|
12158
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
12159
|
-
"attribute": "has-trailing-icon",
|
|
12160
|
-
"reflects": true,
|
|
12161
|
-
"inheritedFrom": {
|
|
12162
|
-
"name": "UmFieldBase",
|
|
12163
|
-
"module": "src/field/field-base.ts"
|
|
12164
|
-
}
|
|
11904
|
+
"privacy": "private"
|
|
12165
11905
|
},
|
|
12166
11906
|
{
|
|
12167
11907
|
"kind": "field",
|
|
12168
|
-
"name": "
|
|
11908
|
+
"name": "innerRole",
|
|
12169
11909
|
"type": {
|
|
12170
|
-
"text": "
|
|
11910
|
+
"text": "string | null"
|
|
12171
11911
|
},
|
|
12172
|
-
"
|
|
12173
|
-
"
|
|
12174
|
-
"attribute": "has-error-text",
|
|
12175
|
-
"reflects": true,
|
|
12176
|
-
"inheritedFrom": {
|
|
12177
|
-
"name": "UmFieldBase",
|
|
12178
|
-
"module": "src/field/field-base.ts"
|
|
12179
|
-
}
|
|
11912
|
+
"privacy": "protected",
|
|
11913
|
+
"default": "null"
|
|
12180
11914
|
},
|
|
12181
11915
|
{
|
|
12182
11916
|
"kind": "field",
|
|
12183
|
-
"name": "
|
|
11917
|
+
"name": "pathname",
|
|
12184
11918
|
"type": {
|
|
12185
|
-
"text": "
|
|
12186
|
-
},
|
|
12187
|
-
"privacy": "private",
|
|
12188
|
-
"inheritedFrom": {
|
|
12189
|
-
"name": "UmFieldBase",
|
|
12190
|
-
"module": "src/field/field-base.ts"
|
|
11919
|
+
"text": "string"
|
|
12191
11920
|
}
|
|
12192
11921
|
},
|
|
12193
11922
|
{
|
|
12194
|
-
"kind": "
|
|
12195
|
-
"name": "
|
|
12196
|
-
"
|
|
12197
|
-
"text": "HTMLElement[]"
|
|
12198
|
-
},
|
|
12199
|
-
"privacy": "private",
|
|
12200
|
-
"inheritedFrom": {
|
|
12201
|
-
"name": "UmFieldBase",
|
|
12202
|
-
"module": "src/field/field-base.ts"
|
|
12203
|
-
}
|
|
11923
|
+
"kind": "method",
|
|
11924
|
+
"name": "renderButton",
|
|
11925
|
+
"privacy": "private"
|
|
12204
11926
|
},
|
|
12205
11927
|
{
|
|
12206
|
-
"kind": "
|
|
12207
|
-
"name": "
|
|
12208
|
-
"
|
|
12209
|
-
|
|
12210
|
-
|
|
12211
|
-
"
|
|
12212
|
-
"
|
|
12213
|
-
|
|
12214
|
-
|
|
11928
|
+
"kind": "method",
|
|
11929
|
+
"name": "renderLink",
|
|
11930
|
+
"privacy": "private"
|
|
11931
|
+
},
|
|
11932
|
+
{
|
|
11933
|
+
"kind": "method",
|
|
11934
|
+
"name": "renderContent",
|
|
11935
|
+
"privacy": "protected",
|
|
11936
|
+
"return": {
|
|
11937
|
+
"type": {
|
|
11938
|
+
"text": "HTMLTemplateResult"
|
|
11939
|
+
}
|
|
12215
11940
|
}
|
|
12216
11941
|
},
|
|
12217
11942
|
{
|
|
12218
|
-
"kind": "
|
|
12219
|
-
"name": "
|
|
12220
|
-
"type": {
|
|
12221
|
-
"text": "HTMLElement"
|
|
12222
|
-
},
|
|
12223
|
-
"privacy": "private",
|
|
12224
|
-
"inheritedFrom": {
|
|
12225
|
-
"name": "UmFieldBase",
|
|
12226
|
-
"module": "src/field/field-base.ts"
|
|
12227
|
-
}
|
|
11943
|
+
"kind": "method",
|
|
11944
|
+
"name": "focus"
|
|
12228
11945
|
},
|
|
12229
11946
|
{
|
|
12230
|
-
"kind": "
|
|
12231
|
-
"name": "
|
|
12232
|
-
|
|
12233
|
-
|
|
12234
|
-
|
|
11947
|
+
"kind": "method",
|
|
11948
|
+
"name": "blur"
|
|
11949
|
+
},
|
|
11950
|
+
{
|
|
11951
|
+
"kind": "method",
|
|
11952
|
+
"name": "getAriaLabel",
|
|
12235
11953
|
"privacy": "protected",
|
|
12236
|
-
"
|
|
12237
|
-
"
|
|
12238
|
-
|
|
11954
|
+
"return": {
|
|
11955
|
+
"type": {
|
|
11956
|
+
"text": "string | null"
|
|
11957
|
+
}
|
|
12239
11958
|
}
|
|
12240
11959
|
},
|
|
12241
11960
|
{
|
|
12242
|
-
"kind": "
|
|
12243
|
-
"name": "
|
|
12244
|
-
"type": {
|
|
12245
|
-
"text": "ResizeObserver | null"
|
|
12246
|
-
},
|
|
11961
|
+
"kind": "method",
|
|
11962
|
+
"name": "innerFocusHandler",
|
|
12247
11963
|
"privacy": "private",
|
|
12248
|
-
"
|
|
12249
|
-
|
|
12250
|
-
|
|
12251
|
-
|
|
11964
|
+
"return": {
|
|
11965
|
+
"type": {
|
|
11966
|
+
"text": "void"
|
|
11967
|
+
}
|
|
12252
11968
|
}
|
|
12253
11969
|
},
|
|
12254
11970
|
{
|
|
12255
11971
|
"kind": "method",
|
|
12256
|
-
"name": "
|
|
12257
|
-
"
|
|
12258
|
-
|
|
12259
|
-
|
|
12260
|
-
|
|
12261
|
-
}
|
|
11972
|
+
"name": "#innerClickHandler",
|
|
11973
|
+
"return": {
|
|
11974
|
+
"type": {
|
|
11975
|
+
"text": "void"
|
|
11976
|
+
}
|
|
11977
|
+
},
|
|
11978
|
+
"parameters": [
|
|
11979
|
+
{
|
|
11980
|
+
"name": "event",
|
|
11981
|
+
"type": {
|
|
11982
|
+
"text": "MouseEvent"
|
|
11983
|
+
}
|
|
11984
|
+
}
|
|
11985
|
+
]
|
|
12262
11986
|
},
|
|
12263
11987
|
{
|
|
12264
11988
|
"kind": "method",
|
|
12265
|
-
"name": "
|
|
12266
|
-
"privacy": "
|
|
12267
|
-
"
|
|
12268
|
-
"
|
|
12269
|
-
|
|
11989
|
+
"name": "handleClick",
|
|
11990
|
+
"privacy": "protected",
|
|
11991
|
+
"return": {
|
|
11992
|
+
"type": {
|
|
11993
|
+
"text": "void"
|
|
11994
|
+
}
|
|
11995
|
+
},
|
|
11996
|
+
"parameters": [
|
|
11997
|
+
{
|
|
11998
|
+
"name": "_",
|
|
11999
|
+
"type": {
|
|
12000
|
+
"text": "UIEvent"
|
|
12001
|
+
}
|
|
12002
|
+
}
|
|
12003
|
+
]
|
|
12004
|
+
}
|
|
12005
|
+
],
|
|
12006
|
+
"attributes": [
|
|
12007
|
+
{
|
|
12008
|
+
"name": "disabled",
|
|
12009
|
+
"type": {
|
|
12010
|
+
"text": "boolean"
|
|
12011
|
+
},
|
|
12012
|
+
"default": "false",
|
|
12013
|
+
"description": "Whether the button is disabled or not.",
|
|
12014
|
+
"fieldName": "disabled"
|
|
12015
|
+
},
|
|
12016
|
+
{
|
|
12017
|
+
"name": "href",
|
|
12018
|
+
"type": {
|
|
12019
|
+
"text": "string | undefined"
|
|
12020
|
+
},
|
|
12021
|
+
"description": "The URL that the link button points to.",
|
|
12022
|
+
"fieldName": "href"
|
|
12023
|
+
},
|
|
12024
|
+
{
|
|
12025
|
+
"name": "target",
|
|
12026
|
+
"type": {
|
|
12027
|
+
"text": "string | undefined"
|
|
12028
|
+
},
|
|
12029
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
12030
|
+
"fieldName": "target"
|
|
12031
|
+
},
|
|
12032
|
+
{
|
|
12033
|
+
"name": "name",
|
|
12034
|
+
"type": {
|
|
12035
|
+
"text": "string | undefined"
|
|
12036
|
+
},
|
|
12037
|
+
"fieldName": "name"
|
|
12038
|
+
}
|
|
12039
|
+
],
|
|
12040
|
+
"superclass": {
|
|
12041
|
+
"name": "LitElement",
|
|
12042
|
+
"package": "lit"
|
|
12043
|
+
},
|
|
12044
|
+
"customElement": true
|
|
12045
|
+
}
|
|
12046
|
+
],
|
|
12047
|
+
"exports": [
|
|
12048
|
+
{
|
|
12049
|
+
"kind": "js",
|
|
12050
|
+
"name": "UmButtonWrapper",
|
|
12051
|
+
"declaration": {
|
|
12052
|
+
"name": "UmButtonWrapper",
|
|
12053
|
+
"module": "src/shared/button-wrapper.ts"
|
|
12054
|
+
}
|
|
12055
|
+
}
|
|
12056
|
+
]
|
|
12057
|
+
},
|
|
12058
|
+
{
|
|
12059
|
+
"kind": "javascript-module",
|
|
12060
|
+
"path": "src/shared/compare-text.ts",
|
|
12061
|
+
"declarations": [
|
|
12062
|
+
{
|
|
12063
|
+
"kind": "function",
|
|
12064
|
+
"name": "normalizedStartsWith",
|
|
12065
|
+
"return": {
|
|
12066
|
+
"type": {
|
|
12067
|
+
"text": "boolean"
|
|
12068
|
+
}
|
|
12069
|
+
},
|
|
12070
|
+
"parameters": [
|
|
12071
|
+
{
|
|
12072
|
+
"name": "text",
|
|
12073
|
+
"type": {
|
|
12074
|
+
"text": "string | null"
|
|
12270
12075
|
}
|
|
12271
12076
|
},
|
|
12272
12077
|
{
|
|
12273
|
-
"
|
|
12274
|
-
"
|
|
12275
|
-
|
|
12276
|
-
|
|
12277
|
-
|
|
12278
|
-
|
|
12078
|
+
"name": "term",
|
|
12079
|
+
"type": {
|
|
12080
|
+
"text": "string | null"
|
|
12081
|
+
}
|
|
12082
|
+
}
|
|
12083
|
+
]
|
|
12084
|
+
}
|
|
12085
|
+
],
|
|
12086
|
+
"exports": [
|
|
12087
|
+
{
|
|
12088
|
+
"kind": "js",
|
|
12089
|
+
"name": "normalizedStartsWith",
|
|
12090
|
+
"declaration": {
|
|
12091
|
+
"name": "normalizedStartsWith",
|
|
12092
|
+
"module": "src/shared/compare-text.ts"
|
|
12093
|
+
}
|
|
12094
|
+
}
|
|
12095
|
+
]
|
|
12096
|
+
},
|
|
12097
|
+
{
|
|
12098
|
+
"kind": "javascript-module",
|
|
12099
|
+
"path": "src/shared/extract-template-html.ts",
|
|
12100
|
+
"declarations": [
|
|
12101
|
+
{
|
|
12102
|
+
"kind": "function",
|
|
12103
|
+
"name": "extractTemplateHtml",
|
|
12104
|
+
"parameters": [
|
|
12105
|
+
{
|
|
12106
|
+
"name": "template",
|
|
12107
|
+
"type": {
|
|
12108
|
+
"text": "HTMLTemplateElement"
|
|
12109
|
+
}
|
|
12110
|
+
}
|
|
12111
|
+
]
|
|
12112
|
+
}
|
|
12113
|
+
],
|
|
12114
|
+
"exports": [
|
|
12115
|
+
{
|
|
12116
|
+
"kind": "js",
|
|
12117
|
+
"name": "extractTemplateHtml",
|
|
12118
|
+
"declaration": {
|
|
12119
|
+
"name": "extractTemplateHtml",
|
|
12120
|
+
"module": "src/shared/extract-template-html.ts"
|
|
12121
|
+
}
|
|
12122
|
+
}
|
|
12123
|
+
]
|
|
12124
|
+
},
|
|
12125
|
+
{
|
|
12126
|
+
"kind": "javascript-module",
|
|
12127
|
+
"path": "src/shared/mixin-attribute-properties.ts",
|
|
12128
|
+
"declarations": [
|
|
12129
|
+
{
|
|
12130
|
+
"kind": "mixin",
|
|
12131
|
+
"description": "",
|
|
12132
|
+
"name": "mixinAttributeProperties",
|
|
12133
|
+
"parameters": [
|
|
12134
|
+
{
|
|
12135
|
+
"name": "base",
|
|
12136
|
+
"type": {
|
|
12137
|
+
"text": "T"
|
|
12279
12138
|
}
|
|
12280
12139
|
},
|
|
12281
12140
|
{
|
|
12282
|
-
"
|
|
12283
|
-
"
|
|
12284
|
-
|
|
12285
|
-
"inheritedFrom": {
|
|
12286
|
-
"name": "UmFieldBase",
|
|
12287
|
-
"module": "src/field/field-base.ts"
|
|
12141
|
+
"name": "properties",
|
|
12142
|
+
"type": {
|
|
12143
|
+
"text": "string[]"
|
|
12288
12144
|
}
|
|
12289
12145
|
}
|
|
12290
|
-
]
|
|
12291
|
-
|
|
12292
|
-
|
|
12293
|
-
|
|
12146
|
+
]
|
|
12147
|
+
}
|
|
12148
|
+
],
|
|
12149
|
+
"exports": [
|
|
12150
|
+
{
|
|
12151
|
+
"kind": "js",
|
|
12152
|
+
"name": "mixinAttributeProperties",
|
|
12153
|
+
"declaration": {
|
|
12154
|
+
"name": "mixinAttributeProperties",
|
|
12155
|
+
"module": "src/shared/mixin-attribute-properties.ts"
|
|
12156
|
+
}
|
|
12157
|
+
}
|
|
12158
|
+
]
|
|
12159
|
+
},
|
|
12160
|
+
{
|
|
12161
|
+
"kind": "javascript-module",
|
|
12162
|
+
"path": "src/shared/mixin.ts",
|
|
12163
|
+
"declarations": [],
|
|
12164
|
+
"exports": []
|
|
12165
|
+
},
|
|
12166
|
+
{
|
|
12167
|
+
"kind": "javascript-module",
|
|
12168
|
+
"path": "src/shared/normalize-text.ts",
|
|
12169
|
+
"declarations": [
|
|
12170
|
+
{
|
|
12171
|
+
"kind": "function",
|
|
12172
|
+
"name": "normalizeText",
|
|
12173
|
+
"return": {
|
|
12174
|
+
"type": {
|
|
12175
|
+
"text": "string"
|
|
12176
|
+
}
|
|
12294
12177
|
},
|
|
12295
|
-
"
|
|
12296
|
-
"customElement": true,
|
|
12297
|
-
"attributes": [
|
|
12178
|
+
"parameters": [
|
|
12298
12179
|
{
|
|
12299
|
-
"name": "
|
|
12180
|
+
"name": "text",
|
|
12300
12181
|
"type": {
|
|
12301
|
-
"text": "string |
|
|
12302
|
-
},
|
|
12303
|
-
"fieldName": "placeholder",
|
|
12304
|
-
"inheritedFrom": {
|
|
12305
|
-
"name": "UmTextFieldBase",
|
|
12306
|
-
"module": "src/shared/text-field-base/text-field-base.ts"
|
|
12182
|
+
"text": "string | null"
|
|
12307
12183
|
}
|
|
12184
|
+
}
|
|
12185
|
+
]
|
|
12186
|
+
}
|
|
12187
|
+
],
|
|
12188
|
+
"exports": [
|
|
12189
|
+
{
|
|
12190
|
+
"kind": "js",
|
|
12191
|
+
"name": "normalizeText",
|
|
12192
|
+
"declaration": {
|
|
12193
|
+
"name": "normalizeText",
|
|
12194
|
+
"module": "src/shared/normalize-text.ts"
|
|
12195
|
+
}
|
|
12196
|
+
}
|
|
12197
|
+
]
|
|
12198
|
+
},
|
|
12199
|
+
{
|
|
12200
|
+
"kind": "javascript-module",
|
|
12201
|
+
"path": "src/snackbar/snackbar.styles.ts",
|
|
12202
|
+
"declarations": [
|
|
12203
|
+
{
|
|
12204
|
+
"kind": "variable",
|
|
12205
|
+
"name": "styles",
|
|
12206
|
+
"default": "css `\n :host {\n --u-elevation-level: var(--u-snackbar-elevation-level, 3);\n --_snackbar-margin: var(--u-snackbar-margin, var(--u-spacing-medium, 16px));\n position: fixed;\n inset-inline: 0;\n inset-block-end: 0;\n padding: var(--_snackbar-margin);\n z-index: var(--u-snackbar-z-index, 1070);\n display: flex;\n justify-content: center;\n }\n\n .snackbar {\n display: flex;\n align-items: center;\n min-height: var(--u-snackbar-height, 48px);\n color: var(--u-snackbar-text-color, var(--u-color-on-inverse-surface, rgb(245, 239, 247)));\n background-color: var(--u-snackbar-bg-color, var(--u-color-inverse-surface, rgb(50, 47, 53)));\n border-radius: var(--u-snackbar-shape, var(--u-shape-corner-extra-small, 4px));\n animation-name: snackbar-fade-in;\n animation-duration: 450ms;\n animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);\n animation-fill-mode: forwards;\n min-width: var(--u-snackbar-min-width, 100%);\n max-width: var(--u-snackbar-max-width, 100%);\n }\n .snackbar.dismiss {\n animation-name: snackbar-fade-out;\n }\n\n u-button {\n color: var(--u-color-inverse-primary, );\n margin-inline: var(--u-snackbar-text-button-margin, var(--u-spacing-small, 8px));\n }\n\n u-icon-button {\n color: var(--u-color-on-inverse-surface, rgb(245, 239, 247));\n margin-inline: var(--u-snackbar-close-button-margin, var(--u-spacing-extra-small, 4px));\n }\n\n .label {\n flex: 1;\n overflow: hidden;\n color: var(--u-on-inverse-surface-color);\n padding: var(--u-snackbar-text-margin, var(--u-spacing-medium, 16px));\n line-height: 18px;\n }\n\n @media (min-width: 840px) {\n :host {\n --_snackbar-margin: var(--u-snackbar-margin, var(--u-spacing-large, 24px));\n }\n .snackbar {\n min-width: var(--u-snackbar-min-width, 288px);\n max-width: var(--u-snackbar-max-width, 568px);\n }\n }\n @keyframes snackbar-fade-in {\n 0% {\n opacity: 0;\n transform: scale3d(0.5, 0.5, 1);\n }\n 100% {\n opacity: 1;\n transform: scale3d(1, 1, 1);\n }\n }\n @keyframes snackbar-fade-out {\n 0% {\n opacity: 1;\n transform: scale3d(1, 1, 1);\n }\n 100% {\n opacity: 0;\n transform: scale3d(0.5, 0.5, 1);\n }\n }\n`"
|
|
12207
|
+
}
|
|
12208
|
+
],
|
|
12209
|
+
"exports": [
|
|
12210
|
+
{
|
|
12211
|
+
"kind": "js",
|
|
12212
|
+
"name": "styles",
|
|
12213
|
+
"declaration": {
|
|
12214
|
+
"name": "styles",
|
|
12215
|
+
"module": "src/snackbar/snackbar.styles.ts"
|
|
12216
|
+
}
|
|
12217
|
+
}
|
|
12218
|
+
]
|
|
12219
|
+
},
|
|
12220
|
+
{
|
|
12221
|
+
"kind": "javascript-module",
|
|
12222
|
+
"path": "src/snackbar/snackbar.ts",
|
|
12223
|
+
"declarations": [
|
|
12224
|
+
{
|
|
12225
|
+
"kind": "class",
|
|
12226
|
+
"description": "",
|
|
12227
|
+
"name": "UmSnackbar",
|
|
12228
|
+
"members": [
|
|
12229
|
+
{
|
|
12230
|
+
"kind": "field",
|
|
12231
|
+
"name": "label",
|
|
12232
|
+
"type": {
|
|
12233
|
+
"text": "string"
|
|
12234
|
+
},
|
|
12235
|
+
"default": "''",
|
|
12236
|
+
"attribute": "label",
|
|
12237
|
+
"reflects": true
|
|
12238
|
+
},
|
|
12239
|
+
{
|
|
12240
|
+
"kind": "field",
|
|
12241
|
+
"name": "buttonLabel",
|
|
12242
|
+
"type": {
|
|
12243
|
+
"text": "string"
|
|
12244
|
+
},
|
|
12245
|
+
"default": "''",
|
|
12246
|
+
"attribute": "buttonLabel",
|
|
12247
|
+
"reflects": true
|
|
12308
12248
|
},
|
|
12309
12249
|
{
|
|
12310
|
-
"
|
|
12250
|
+
"kind": "field",
|
|
12251
|
+
"name": "showClose",
|
|
12311
12252
|
"type": {
|
|
12312
|
-
"text": "
|
|
12313
|
-
},
|
|
12314
|
-
"default": "undefined",
|
|
12315
|
-
"resolveInitializer": {
|
|
12316
|
-
"module": "src/field/field-base.ts"
|
|
12253
|
+
"text": "boolean"
|
|
12317
12254
|
},
|
|
12318
|
-
"
|
|
12319
|
-
"
|
|
12320
|
-
|
|
12321
|
-
"module": "src/field/field-base.ts"
|
|
12322
|
-
}
|
|
12255
|
+
"default": "false",
|
|
12256
|
+
"attribute": "show-close",
|
|
12257
|
+
"reflects": true
|
|
12323
12258
|
},
|
|
12324
12259
|
{
|
|
12325
|
-
"
|
|
12260
|
+
"kind": "field",
|
|
12261
|
+
"name": "dismissed",
|
|
12326
12262
|
"type": {
|
|
12327
|
-
"text": "
|
|
12263
|
+
"text": "boolean"
|
|
12328
12264
|
},
|
|
12329
|
-
"
|
|
12330
|
-
"
|
|
12331
|
-
"
|
|
12332
|
-
"name": "UmFieldBase",
|
|
12333
|
-
"module": "src/field/field-base.ts"
|
|
12334
|
-
}
|
|
12265
|
+
"default": "false",
|
|
12266
|
+
"attribute": "dismissed",
|
|
12267
|
+
"reflects": true
|
|
12335
12268
|
},
|
|
12336
12269
|
{
|
|
12337
|
-
"
|
|
12270
|
+
"kind": "field",
|
|
12271
|
+
"name": "duration",
|
|
12338
12272
|
"type": {
|
|
12339
|
-
"text": "
|
|
12273
|
+
"text": "SnackbarDuration"
|
|
12340
12274
|
},
|
|
12341
|
-
"
|
|
12342
|
-
"inheritedFrom": {
|
|
12343
|
-
"name": "UmFieldBase",
|
|
12344
|
-
"module": "src/field/field-base.ts"
|
|
12345
|
-
}
|
|
12275
|
+
"privacy": "private"
|
|
12346
12276
|
},
|
|
12347
12277
|
{
|
|
12348
|
-
"
|
|
12278
|
+
"kind": "field",
|
|
12279
|
+
"name": "snackbar",
|
|
12349
12280
|
"type": {
|
|
12350
|
-
"text": "
|
|
12281
|
+
"text": "HTMLElement"
|
|
12351
12282
|
},
|
|
12352
|
-
"
|
|
12353
|
-
|
|
12354
|
-
|
|
12355
|
-
|
|
12356
|
-
|
|
12283
|
+
"privacy": "private"
|
|
12284
|
+
},
|
|
12285
|
+
{
|
|
12286
|
+
"kind": "method",
|
|
12287
|
+
"name": "renderButton",
|
|
12288
|
+
"privacy": "private"
|
|
12289
|
+
},
|
|
12290
|
+
{
|
|
12291
|
+
"kind": "method",
|
|
12292
|
+
"name": "renderCloseButton",
|
|
12293
|
+
"privacy": "private"
|
|
12294
|
+
},
|
|
12295
|
+
{
|
|
12296
|
+
"kind": "method",
|
|
12297
|
+
"name": "dismiss",
|
|
12298
|
+
"return": {
|
|
12299
|
+
"type": {
|
|
12300
|
+
"text": "void"
|
|
12301
|
+
}
|
|
12357
12302
|
}
|
|
12358
12303
|
},
|
|
12359
12304
|
{
|
|
12360
|
-
"
|
|
12305
|
+
"kind": "field",
|
|
12306
|
+
"name": "_queue",
|
|
12361
12307
|
"type": {
|
|
12362
|
-
"text": "
|
|
12308
|
+
"text": "UmSnackbar[]"
|
|
12363
12309
|
},
|
|
12364
|
-
"
|
|
12365
|
-
"
|
|
12366
|
-
"
|
|
12367
|
-
"name": "UmFieldBase",
|
|
12368
|
-
"module": "src/field/field-base.ts"
|
|
12369
|
-
}
|
|
12310
|
+
"privacy": "private",
|
|
12311
|
+
"static": true,
|
|
12312
|
+
"default": "[]"
|
|
12370
12313
|
},
|
|
12371
12314
|
{
|
|
12372
|
-
"
|
|
12315
|
+
"kind": "field",
|
|
12316
|
+
"name": "_consuming",
|
|
12373
12317
|
"type": {
|
|
12374
12318
|
"text": "boolean"
|
|
12375
12319
|
},
|
|
12376
|
-
"
|
|
12377
|
-
"
|
|
12378
|
-
"fieldName": "empty",
|
|
12379
|
-
"inheritedFrom": {
|
|
12380
|
-
"name": "UmFieldBase",
|
|
12381
|
-
"module": "src/field/field-base.ts"
|
|
12382
|
-
}
|
|
12320
|
+
"privacy": "private",
|
|
12321
|
+
"static": true
|
|
12383
12322
|
},
|
|
12384
12323
|
{
|
|
12385
|
-
"
|
|
12386
|
-
"
|
|
12387
|
-
|
|
12324
|
+
"kind": "method",
|
|
12325
|
+
"name": "show",
|
|
12326
|
+
"static": true,
|
|
12327
|
+
"return": {
|
|
12328
|
+
"type": {
|
|
12329
|
+
"text": "UmSnackbar"
|
|
12330
|
+
}
|
|
12388
12331
|
},
|
|
12389
|
-
"
|
|
12390
|
-
|
|
12391
|
-
|
|
12392
|
-
|
|
12393
|
-
|
|
12394
|
-
|
|
12332
|
+
"parameters": [
|
|
12333
|
+
{
|
|
12334
|
+
"name": "label",
|
|
12335
|
+
"type": {
|
|
12336
|
+
"text": "string"
|
|
12337
|
+
}
|
|
12338
|
+
}
|
|
12339
|
+
]
|
|
12395
12340
|
},
|
|
12396
12341
|
{
|
|
12397
|
-
"
|
|
12342
|
+
"kind": "method",
|
|
12343
|
+
"name": "show",
|
|
12344
|
+
"static": true,
|
|
12345
|
+
"return": {
|
|
12346
|
+
"type": {
|
|
12347
|
+
"text": "UmSnackbar"
|
|
12348
|
+
}
|
|
12349
|
+
},
|
|
12350
|
+
"parameters": [
|
|
12351
|
+
{
|
|
12352
|
+
"name": "config",
|
|
12353
|
+
"type": {
|
|
12354
|
+
"text": "SnackbarConfig"
|
|
12355
|
+
}
|
|
12356
|
+
}
|
|
12357
|
+
]
|
|
12358
|
+
},
|
|
12359
|
+
{
|
|
12360
|
+
"kind": "method",
|
|
12361
|
+
"name": "show",
|
|
12362
|
+
"static": true,
|
|
12363
|
+
"return": {
|
|
12364
|
+
"type": {
|
|
12365
|
+
"text": "UmSnackbar"
|
|
12366
|
+
}
|
|
12367
|
+
},
|
|
12368
|
+
"parameters": [
|
|
12369
|
+
{
|
|
12370
|
+
"name": "configOrLabel",
|
|
12371
|
+
"type": {
|
|
12372
|
+
"text": "SnackbarConfig | string"
|
|
12373
|
+
}
|
|
12374
|
+
}
|
|
12375
|
+
]
|
|
12376
|
+
},
|
|
12377
|
+
{
|
|
12378
|
+
"kind": "method",
|
|
12379
|
+
"name": "consumeQueue",
|
|
12380
|
+
"privacy": "private",
|
|
12381
|
+
"static": true
|
|
12382
|
+
},
|
|
12383
|
+
{
|
|
12384
|
+
"kind": "method",
|
|
12385
|
+
"name": "showNext",
|
|
12386
|
+
"privacy": "private",
|
|
12387
|
+
"static": true
|
|
12388
|
+
},
|
|
12389
|
+
{
|
|
12390
|
+
"kind": "method",
|
|
12391
|
+
"name": "createSnackbar",
|
|
12392
|
+
"privacy": "private",
|
|
12393
|
+
"static": true,
|
|
12394
|
+
"return": {
|
|
12395
|
+
"type": {
|
|
12396
|
+
"text": "UmSnackbar"
|
|
12397
|
+
}
|
|
12398
|
+
},
|
|
12399
|
+
"parameters": [
|
|
12400
|
+
{
|
|
12401
|
+
"name": "config",
|
|
12402
|
+
"type": {
|
|
12403
|
+
"text": "SnackbarConfig"
|
|
12404
|
+
}
|
|
12405
|
+
}
|
|
12406
|
+
]
|
|
12407
|
+
}
|
|
12408
|
+
],
|
|
12409
|
+
"attributes": [
|
|
12410
|
+
{
|
|
12411
|
+
"name": "label",
|
|
12398
12412
|
"type": {
|
|
12399
|
-
"text": "
|
|
12413
|
+
"text": "string"
|
|
12400
12414
|
},
|
|
12401
|
-
"default": "
|
|
12402
|
-
"
|
|
12403
|
-
"fieldName": "invalid",
|
|
12404
|
-
"inheritedFrom": {
|
|
12405
|
-
"name": "UmFieldBase",
|
|
12406
|
-
"module": "src/field/field-base.ts"
|
|
12407
|
-
}
|
|
12415
|
+
"default": "''",
|
|
12416
|
+
"fieldName": "label"
|
|
12408
12417
|
},
|
|
12409
12418
|
{
|
|
12410
|
-
"name": "
|
|
12419
|
+
"name": "buttonLabel",
|
|
12411
12420
|
"type": {
|
|
12412
|
-
"text": "
|
|
12421
|
+
"text": "string"
|
|
12413
12422
|
},
|
|
12414
|
-
"default": "
|
|
12415
|
-
"
|
|
12416
|
-
"fieldName": "hasLeadingIcon",
|
|
12417
|
-
"inheritedFrom": {
|
|
12418
|
-
"name": "UmFieldBase",
|
|
12419
|
-
"module": "src/field/field-base.ts"
|
|
12420
|
-
}
|
|
12423
|
+
"default": "''",
|
|
12424
|
+
"fieldName": "buttonLabel"
|
|
12421
12425
|
},
|
|
12422
12426
|
{
|
|
12423
|
-
"name": "
|
|
12427
|
+
"name": "show-close",
|
|
12424
12428
|
"type": {
|
|
12425
12429
|
"text": "boolean"
|
|
12426
12430
|
},
|
|
12427
12431
|
"default": "false",
|
|
12428
|
-
"
|
|
12429
|
-
"fieldName": "hasTrailingIcon",
|
|
12430
|
-
"inheritedFrom": {
|
|
12431
|
-
"name": "UmFieldBase",
|
|
12432
|
-
"module": "src/field/field-base.ts"
|
|
12433
|
-
}
|
|
12432
|
+
"fieldName": "showClose"
|
|
12434
12433
|
},
|
|
12435
12434
|
{
|
|
12436
|
-
"name": "
|
|
12435
|
+
"name": "dismissed",
|
|
12437
12436
|
"type": {
|
|
12438
12437
|
"text": "boolean"
|
|
12439
12438
|
},
|
|
12440
12439
|
"default": "false",
|
|
12441
|
-
"
|
|
12442
|
-
"fieldName": "hasErrorText",
|
|
12443
|
-
"inheritedFrom": {
|
|
12444
|
-
"name": "UmFieldBase",
|
|
12445
|
-
"module": "src/field/field-base.ts"
|
|
12446
|
-
}
|
|
12440
|
+
"fieldName": "dismissed"
|
|
12447
12441
|
}
|
|
12448
|
-
]
|
|
12442
|
+
],
|
|
12443
|
+
"superclass": {
|
|
12444
|
+
"name": "LitElement",
|
|
12445
|
+
"package": "lit"
|
|
12446
|
+
},
|
|
12447
|
+
"tagName": "u-snackbar",
|
|
12448
|
+
"customElement": true
|
|
12449
12449
|
}
|
|
12450
12450
|
],
|
|
12451
12451
|
"exports": [
|
|
12452
12452
|
{
|
|
12453
12453
|
"kind": "js",
|
|
12454
|
-
"name": "
|
|
12454
|
+
"name": "UmSnackbar",
|
|
12455
12455
|
"declaration": {
|
|
12456
|
-
"name": "
|
|
12457
|
-
"module": "src/
|
|
12456
|
+
"name": "UmSnackbar",
|
|
12457
|
+
"module": "src/snackbar/snackbar.ts"
|
|
12458
12458
|
}
|
|
12459
12459
|
},
|
|
12460
12460
|
{
|
|
12461
12461
|
"kind": "custom-element-definition",
|
|
12462
|
-
"name": "u-
|
|
12462
|
+
"name": "u-snackbar",
|
|
12463
12463
|
"declaration": {
|
|
12464
|
-
"name": "
|
|
12465
|
-
"module": "src/
|
|
12464
|
+
"name": "UmSnackbar",
|
|
12465
|
+
"module": "src/snackbar/snackbar.ts"
|
|
12466
12466
|
}
|
|
12467
12467
|
}
|
|
12468
12468
|
]
|