@universal-material/web 3.0.112 → 3.0.113
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/css/universal-material.css +529 -239
- package/css/universal-material.min.css +2 -2
- package/custom-elements.json +677 -667
- package/package.json +1 -1
- package/scss/_global.scss +6 -5
- package/scss/mixins/_text-bg.scss +15 -2
- package/scss/universal-material.scss +2 -0
- package/scss/utilities/_text.scss +24 -6
- package/theme/theme-builder.d.ts +4 -5
- package/theme/theme-builder.d.ts.map +1 -1
- package/theme/theme-builder.js +21 -31
- package/theme/theme-builder.js.map +1 -1
package/custom-elements.json
CHANGED
|
@@ -2718,255 +2718,6 @@
|
|
|
2718
2718
|
}
|
|
2719
2719
|
]
|
|
2720
2720
|
},
|
|
2721
|
-
{
|
|
2722
|
-
"kind": "javascript-module",
|
|
2723
|
-
"path": "src/card/card-content.styles.ts",
|
|
2724
|
-
"declarations": [
|
|
2725
|
-
{
|
|
2726
|
-
"kind": "variable",
|
|
2727
|
-
"name": "styles",
|
|
2728
|
-
"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`"
|
|
2729
|
-
}
|
|
2730
|
-
],
|
|
2731
|
-
"exports": [
|
|
2732
|
-
{
|
|
2733
|
-
"kind": "js",
|
|
2734
|
-
"name": "styles",
|
|
2735
|
-
"declaration": {
|
|
2736
|
-
"name": "styles",
|
|
2737
|
-
"module": "src/card/card-content.styles.ts"
|
|
2738
|
-
}
|
|
2739
|
-
}
|
|
2740
|
-
]
|
|
2741
|
-
},
|
|
2742
|
-
{
|
|
2743
|
-
"kind": "javascript-module",
|
|
2744
|
-
"path": "src/card/card-content.ts",
|
|
2745
|
-
"declarations": [
|
|
2746
|
-
{
|
|
2747
|
-
"kind": "class",
|
|
2748
|
-
"description": "",
|
|
2749
|
-
"name": "UmCardContent",
|
|
2750
|
-
"members": [
|
|
2751
|
-
{
|
|
2752
|
-
"kind": "field",
|
|
2753
|
-
"name": "hasContent",
|
|
2754
|
-
"type": {
|
|
2755
|
-
"text": "boolean"
|
|
2756
|
-
},
|
|
2757
|
-
"default": "false",
|
|
2758
|
-
"attribute": "has-content",
|
|
2759
|
-
"reflects": true
|
|
2760
|
-
},
|
|
2761
|
-
{
|
|
2762
|
-
"kind": "method",
|
|
2763
|
-
"name": "handleSlotChange",
|
|
2764
|
-
"privacy": "private",
|
|
2765
|
-
"parameters": [
|
|
2766
|
-
{
|
|
2767
|
-
"name": "e",
|
|
2768
|
-
"type": {
|
|
2769
|
-
"text": "Event"
|
|
2770
|
-
}
|
|
2771
|
-
}
|
|
2772
|
-
]
|
|
2773
|
-
}
|
|
2774
|
-
],
|
|
2775
|
-
"attributes": [
|
|
2776
|
-
{
|
|
2777
|
-
"name": "has-content",
|
|
2778
|
-
"type": {
|
|
2779
|
-
"text": "boolean"
|
|
2780
|
-
},
|
|
2781
|
-
"default": "false",
|
|
2782
|
-
"fieldName": "hasContent"
|
|
2783
|
-
}
|
|
2784
|
-
],
|
|
2785
|
-
"superclass": {
|
|
2786
|
-
"name": "LitElement",
|
|
2787
|
-
"package": "lit"
|
|
2788
|
-
},
|
|
2789
|
-
"tagName": "u-card-content",
|
|
2790
|
-
"customElement": true
|
|
2791
|
-
}
|
|
2792
|
-
],
|
|
2793
|
-
"exports": [
|
|
2794
|
-
{
|
|
2795
|
-
"kind": "js",
|
|
2796
|
-
"name": "UmCardContent",
|
|
2797
|
-
"declaration": {
|
|
2798
|
-
"name": "UmCardContent",
|
|
2799
|
-
"module": "src/card/card-content.ts"
|
|
2800
|
-
}
|
|
2801
|
-
},
|
|
2802
|
-
{
|
|
2803
|
-
"kind": "custom-element-definition",
|
|
2804
|
-
"name": "u-card-content",
|
|
2805
|
-
"declaration": {
|
|
2806
|
-
"name": "UmCardContent",
|
|
2807
|
-
"module": "src/card/card-content.ts"
|
|
2808
|
-
}
|
|
2809
|
-
}
|
|
2810
|
-
]
|
|
2811
|
-
},
|
|
2812
|
-
{
|
|
2813
|
-
"kind": "javascript-module",
|
|
2814
|
-
"path": "src/card/card-media.styles.ts",
|
|
2815
|
-
"declarations": [
|
|
2816
|
-
{
|
|
2817
|
-
"kind": "variable",
|
|
2818
|
-
"name": "styles",
|
|
2819
|
-
"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`"
|
|
2820
|
-
}
|
|
2821
|
-
],
|
|
2822
|
-
"exports": [
|
|
2823
|
-
{
|
|
2824
|
-
"kind": "js",
|
|
2825
|
-
"name": "styles",
|
|
2826
|
-
"declaration": {
|
|
2827
|
-
"name": "styles",
|
|
2828
|
-
"module": "src/card/card-media.styles.ts"
|
|
2829
|
-
}
|
|
2830
|
-
}
|
|
2831
|
-
]
|
|
2832
|
-
},
|
|
2833
|
-
{
|
|
2834
|
-
"kind": "javascript-module",
|
|
2835
|
-
"path": "src/card/card-media.ts",
|
|
2836
|
-
"declarations": [
|
|
2837
|
-
{
|
|
2838
|
-
"kind": "class",
|
|
2839
|
-
"description": "",
|
|
2840
|
-
"name": "UmCardMedia",
|
|
2841
|
-
"members": [
|
|
2842
|
-
{
|
|
2843
|
-
"kind": "field",
|
|
2844
|
-
"name": "wide",
|
|
2845
|
-
"type": {
|
|
2846
|
-
"text": "boolean"
|
|
2847
|
-
},
|
|
2848
|
-
"default": "false",
|
|
2849
|
-
"attribute": "wide",
|
|
2850
|
-
"reflects": true
|
|
2851
|
-
}
|
|
2852
|
-
],
|
|
2853
|
-
"attributes": [
|
|
2854
|
-
{
|
|
2855
|
-
"name": "wide",
|
|
2856
|
-
"type": {
|
|
2857
|
-
"text": "boolean"
|
|
2858
|
-
},
|
|
2859
|
-
"default": "false",
|
|
2860
|
-
"fieldName": "wide"
|
|
2861
|
-
}
|
|
2862
|
-
],
|
|
2863
|
-
"superclass": {
|
|
2864
|
-
"name": "LitElement",
|
|
2865
|
-
"package": "lit"
|
|
2866
|
-
},
|
|
2867
|
-
"tagName": "u-card-media",
|
|
2868
|
-
"customElement": true
|
|
2869
|
-
}
|
|
2870
|
-
],
|
|
2871
|
-
"exports": [
|
|
2872
|
-
{
|
|
2873
|
-
"kind": "js",
|
|
2874
|
-
"name": "UmCardMedia",
|
|
2875
|
-
"declaration": {
|
|
2876
|
-
"name": "UmCardMedia",
|
|
2877
|
-
"module": "src/card/card-media.ts"
|
|
2878
|
-
}
|
|
2879
|
-
},
|
|
2880
|
-
{
|
|
2881
|
-
"kind": "custom-element-definition",
|
|
2882
|
-
"name": "u-card-media",
|
|
2883
|
-
"declaration": {
|
|
2884
|
-
"name": "UmCardMedia",
|
|
2885
|
-
"module": "src/card/card-media.ts"
|
|
2886
|
-
}
|
|
2887
|
-
}
|
|
2888
|
-
]
|
|
2889
|
-
},
|
|
2890
|
-
{
|
|
2891
|
-
"kind": "javascript-module",
|
|
2892
|
-
"path": "src/card/card.styles.ts",
|
|
2893
|
-
"declarations": [
|
|
2894
|
-
{
|
|
2895
|
-
"kind": "variable",
|
|
2896
|
-
"name": "styles",
|
|
2897
|
-
"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`"
|
|
2898
|
-
}
|
|
2899
|
-
],
|
|
2900
|
-
"exports": [
|
|
2901
|
-
{
|
|
2902
|
-
"kind": "js",
|
|
2903
|
-
"name": "styles",
|
|
2904
|
-
"declaration": {
|
|
2905
|
-
"name": "styles",
|
|
2906
|
-
"module": "src/card/card.styles.ts"
|
|
2907
|
-
}
|
|
2908
|
-
}
|
|
2909
|
-
]
|
|
2910
|
-
},
|
|
2911
|
-
{
|
|
2912
|
-
"kind": "javascript-module",
|
|
2913
|
-
"path": "src/card/card.ts",
|
|
2914
|
-
"declarations": [
|
|
2915
|
-
{
|
|
2916
|
-
"kind": "class",
|
|
2917
|
-
"description": "",
|
|
2918
|
-
"name": "UmCard",
|
|
2919
|
-
"members": [
|
|
2920
|
-
{
|
|
2921
|
-
"kind": "field",
|
|
2922
|
-
"name": "variant",
|
|
2923
|
-
"type": {
|
|
2924
|
-
"text": "UmCardVariant"
|
|
2925
|
-
},
|
|
2926
|
-
"default": "'filled'",
|
|
2927
|
-
"description": "The Card variant to render.",
|
|
2928
|
-
"attribute": "variant",
|
|
2929
|
-
"reflects": true
|
|
2930
|
-
}
|
|
2931
|
-
],
|
|
2932
|
-
"attributes": [
|
|
2933
|
-
{
|
|
2934
|
-
"name": "variant",
|
|
2935
|
-
"type": {
|
|
2936
|
-
"text": "UmCardVariant"
|
|
2937
|
-
},
|
|
2938
|
-
"default": "'filled'",
|
|
2939
|
-
"description": "The Card variant to render.",
|
|
2940
|
-
"fieldName": "variant"
|
|
2941
|
-
}
|
|
2942
|
-
],
|
|
2943
|
-
"superclass": {
|
|
2944
|
-
"name": "LitElement",
|
|
2945
|
-
"package": "lit"
|
|
2946
|
-
},
|
|
2947
|
-
"tagName": "u-card",
|
|
2948
|
-
"customElement": true
|
|
2949
|
-
}
|
|
2950
|
-
],
|
|
2951
|
-
"exports": [
|
|
2952
|
-
{
|
|
2953
|
-
"kind": "js",
|
|
2954
|
-
"name": "UmCard",
|
|
2955
|
-
"declaration": {
|
|
2956
|
-
"name": "UmCard",
|
|
2957
|
-
"module": "src/card/card.ts"
|
|
2958
|
-
}
|
|
2959
|
-
},
|
|
2960
|
-
{
|
|
2961
|
-
"kind": "custom-element-definition",
|
|
2962
|
-
"name": "u-card",
|
|
2963
|
-
"declaration": {
|
|
2964
|
-
"name": "UmCard",
|
|
2965
|
-
"module": "src/card/card.ts"
|
|
2966
|
-
}
|
|
2967
|
-
}
|
|
2968
|
-
]
|
|
2969
|
-
},
|
|
2970
2721
|
{
|
|
2971
2722
|
"kind": "javascript-module",
|
|
2972
2723
|
"path": "src/checkbox/checkbox-list-item.ts",
|
|
@@ -3712,12 +3463,12 @@
|
|
|
3712
3463
|
},
|
|
3713
3464
|
{
|
|
3714
3465
|
"kind": "javascript-module",
|
|
3715
|
-
"path": "src/
|
|
3466
|
+
"path": "src/card/card-content.styles.ts",
|
|
3716
3467
|
"declarations": [
|
|
3717
3468
|
{
|
|
3718
3469
|
"kind": "variable",
|
|
3719
3470
|
"name": "styles",
|
|
3720
|
-
"default": "css `\n :host {\n
|
|
3471
|
+
"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`"
|
|
3721
3472
|
}
|
|
3722
3473
|
],
|
|
3723
3474
|
"exports": [
|
|
@@ -3726,14 +3477,263 @@
|
|
|
3726
3477
|
"name": "styles",
|
|
3727
3478
|
"declaration": {
|
|
3728
3479
|
"name": "styles",
|
|
3729
|
-
"module": "src/
|
|
3480
|
+
"module": "src/card/card-content.styles.ts"
|
|
3730
3481
|
}
|
|
3731
3482
|
}
|
|
3732
3483
|
]
|
|
3733
3484
|
},
|
|
3734
3485
|
{
|
|
3735
3486
|
"kind": "javascript-module",
|
|
3736
|
-
"path": "src/
|
|
3487
|
+
"path": "src/card/card-content.ts",
|
|
3488
|
+
"declarations": [
|
|
3489
|
+
{
|
|
3490
|
+
"kind": "class",
|
|
3491
|
+
"description": "",
|
|
3492
|
+
"name": "UmCardContent",
|
|
3493
|
+
"members": [
|
|
3494
|
+
{
|
|
3495
|
+
"kind": "field",
|
|
3496
|
+
"name": "hasContent",
|
|
3497
|
+
"type": {
|
|
3498
|
+
"text": "boolean"
|
|
3499
|
+
},
|
|
3500
|
+
"default": "false",
|
|
3501
|
+
"attribute": "has-content",
|
|
3502
|
+
"reflects": true
|
|
3503
|
+
},
|
|
3504
|
+
{
|
|
3505
|
+
"kind": "method",
|
|
3506
|
+
"name": "handleSlotChange",
|
|
3507
|
+
"privacy": "private",
|
|
3508
|
+
"parameters": [
|
|
3509
|
+
{
|
|
3510
|
+
"name": "e",
|
|
3511
|
+
"type": {
|
|
3512
|
+
"text": "Event"
|
|
3513
|
+
}
|
|
3514
|
+
}
|
|
3515
|
+
]
|
|
3516
|
+
}
|
|
3517
|
+
],
|
|
3518
|
+
"attributes": [
|
|
3519
|
+
{
|
|
3520
|
+
"name": "has-content",
|
|
3521
|
+
"type": {
|
|
3522
|
+
"text": "boolean"
|
|
3523
|
+
},
|
|
3524
|
+
"default": "false",
|
|
3525
|
+
"fieldName": "hasContent"
|
|
3526
|
+
}
|
|
3527
|
+
],
|
|
3528
|
+
"superclass": {
|
|
3529
|
+
"name": "LitElement",
|
|
3530
|
+
"package": "lit"
|
|
3531
|
+
},
|
|
3532
|
+
"tagName": "u-card-content",
|
|
3533
|
+
"customElement": true
|
|
3534
|
+
}
|
|
3535
|
+
],
|
|
3536
|
+
"exports": [
|
|
3537
|
+
{
|
|
3538
|
+
"kind": "js",
|
|
3539
|
+
"name": "UmCardContent",
|
|
3540
|
+
"declaration": {
|
|
3541
|
+
"name": "UmCardContent",
|
|
3542
|
+
"module": "src/card/card-content.ts"
|
|
3543
|
+
}
|
|
3544
|
+
},
|
|
3545
|
+
{
|
|
3546
|
+
"kind": "custom-element-definition",
|
|
3547
|
+
"name": "u-card-content",
|
|
3548
|
+
"declaration": {
|
|
3549
|
+
"name": "UmCardContent",
|
|
3550
|
+
"module": "src/card/card-content.ts"
|
|
3551
|
+
}
|
|
3552
|
+
}
|
|
3553
|
+
]
|
|
3554
|
+
},
|
|
3555
|
+
{
|
|
3556
|
+
"kind": "javascript-module",
|
|
3557
|
+
"path": "src/card/card-media.styles.ts",
|
|
3558
|
+
"declarations": [
|
|
3559
|
+
{
|
|
3560
|
+
"kind": "variable",
|
|
3561
|
+
"name": "styles",
|
|
3562
|
+
"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`"
|
|
3563
|
+
}
|
|
3564
|
+
],
|
|
3565
|
+
"exports": [
|
|
3566
|
+
{
|
|
3567
|
+
"kind": "js",
|
|
3568
|
+
"name": "styles",
|
|
3569
|
+
"declaration": {
|
|
3570
|
+
"name": "styles",
|
|
3571
|
+
"module": "src/card/card-media.styles.ts"
|
|
3572
|
+
}
|
|
3573
|
+
}
|
|
3574
|
+
]
|
|
3575
|
+
},
|
|
3576
|
+
{
|
|
3577
|
+
"kind": "javascript-module",
|
|
3578
|
+
"path": "src/card/card-media.ts",
|
|
3579
|
+
"declarations": [
|
|
3580
|
+
{
|
|
3581
|
+
"kind": "class",
|
|
3582
|
+
"description": "",
|
|
3583
|
+
"name": "UmCardMedia",
|
|
3584
|
+
"members": [
|
|
3585
|
+
{
|
|
3586
|
+
"kind": "field",
|
|
3587
|
+
"name": "wide",
|
|
3588
|
+
"type": {
|
|
3589
|
+
"text": "boolean"
|
|
3590
|
+
},
|
|
3591
|
+
"default": "false",
|
|
3592
|
+
"attribute": "wide",
|
|
3593
|
+
"reflects": true
|
|
3594
|
+
}
|
|
3595
|
+
],
|
|
3596
|
+
"attributes": [
|
|
3597
|
+
{
|
|
3598
|
+
"name": "wide",
|
|
3599
|
+
"type": {
|
|
3600
|
+
"text": "boolean"
|
|
3601
|
+
},
|
|
3602
|
+
"default": "false",
|
|
3603
|
+
"fieldName": "wide"
|
|
3604
|
+
}
|
|
3605
|
+
],
|
|
3606
|
+
"superclass": {
|
|
3607
|
+
"name": "LitElement",
|
|
3608
|
+
"package": "lit"
|
|
3609
|
+
},
|
|
3610
|
+
"tagName": "u-card-media",
|
|
3611
|
+
"customElement": true
|
|
3612
|
+
}
|
|
3613
|
+
],
|
|
3614
|
+
"exports": [
|
|
3615
|
+
{
|
|
3616
|
+
"kind": "js",
|
|
3617
|
+
"name": "UmCardMedia",
|
|
3618
|
+
"declaration": {
|
|
3619
|
+
"name": "UmCardMedia",
|
|
3620
|
+
"module": "src/card/card-media.ts"
|
|
3621
|
+
}
|
|
3622
|
+
},
|
|
3623
|
+
{
|
|
3624
|
+
"kind": "custom-element-definition",
|
|
3625
|
+
"name": "u-card-media",
|
|
3626
|
+
"declaration": {
|
|
3627
|
+
"name": "UmCardMedia",
|
|
3628
|
+
"module": "src/card/card-media.ts"
|
|
3629
|
+
}
|
|
3630
|
+
}
|
|
3631
|
+
]
|
|
3632
|
+
},
|
|
3633
|
+
{
|
|
3634
|
+
"kind": "javascript-module",
|
|
3635
|
+
"path": "src/card/card.styles.ts",
|
|
3636
|
+
"declarations": [
|
|
3637
|
+
{
|
|
3638
|
+
"kind": "variable",
|
|
3639
|
+
"name": "styles",
|
|
3640
|
+
"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`"
|
|
3641
|
+
}
|
|
3642
|
+
],
|
|
3643
|
+
"exports": [
|
|
3644
|
+
{
|
|
3645
|
+
"kind": "js",
|
|
3646
|
+
"name": "styles",
|
|
3647
|
+
"declaration": {
|
|
3648
|
+
"name": "styles",
|
|
3649
|
+
"module": "src/card/card.styles.ts"
|
|
3650
|
+
}
|
|
3651
|
+
}
|
|
3652
|
+
]
|
|
3653
|
+
},
|
|
3654
|
+
{
|
|
3655
|
+
"kind": "javascript-module",
|
|
3656
|
+
"path": "src/card/card.ts",
|
|
3657
|
+
"declarations": [
|
|
3658
|
+
{
|
|
3659
|
+
"kind": "class",
|
|
3660
|
+
"description": "",
|
|
3661
|
+
"name": "UmCard",
|
|
3662
|
+
"members": [
|
|
3663
|
+
{
|
|
3664
|
+
"kind": "field",
|
|
3665
|
+
"name": "variant",
|
|
3666
|
+
"type": {
|
|
3667
|
+
"text": "UmCardVariant"
|
|
3668
|
+
},
|
|
3669
|
+
"default": "'filled'",
|
|
3670
|
+
"description": "The Card variant to render.",
|
|
3671
|
+
"attribute": "variant",
|
|
3672
|
+
"reflects": true
|
|
3673
|
+
}
|
|
3674
|
+
],
|
|
3675
|
+
"attributes": [
|
|
3676
|
+
{
|
|
3677
|
+
"name": "variant",
|
|
3678
|
+
"type": {
|
|
3679
|
+
"text": "UmCardVariant"
|
|
3680
|
+
},
|
|
3681
|
+
"default": "'filled'",
|
|
3682
|
+
"description": "The Card variant to render.",
|
|
3683
|
+
"fieldName": "variant"
|
|
3684
|
+
}
|
|
3685
|
+
],
|
|
3686
|
+
"superclass": {
|
|
3687
|
+
"name": "LitElement",
|
|
3688
|
+
"package": "lit"
|
|
3689
|
+
},
|
|
3690
|
+
"tagName": "u-card",
|
|
3691
|
+
"customElement": true
|
|
3692
|
+
}
|
|
3693
|
+
],
|
|
3694
|
+
"exports": [
|
|
3695
|
+
{
|
|
3696
|
+
"kind": "js",
|
|
3697
|
+
"name": "UmCard",
|
|
3698
|
+
"declaration": {
|
|
3699
|
+
"name": "UmCard",
|
|
3700
|
+
"module": "src/card/card.ts"
|
|
3701
|
+
}
|
|
3702
|
+
},
|
|
3703
|
+
{
|
|
3704
|
+
"kind": "custom-element-definition",
|
|
3705
|
+
"name": "u-card",
|
|
3706
|
+
"declaration": {
|
|
3707
|
+
"name": "UmCard",
|
|
3708
|
+
"module": "src/card/card.ts"
|
|
3709
|
+
}
|
|
3710
|
+
}
|
|
3711
|
+
]
|
|
3712
|
+
},
|
|
3713
|
+
{
|
|
3714
|
+
"kind": "javascript-module",
|
|
3715
|
+
"path": "src/chip/chip-set.styles.ts",
|
|
3716
|
+
"declarations": [
|
|
3717
|
+
{
|
|
3718
|
+
"kind": "variable",
|
|
3719
|
+
"name": "styles",
|
|
3720
|
+
"default": "css `\n :host {\n flex-wrap: wrap;\n }\n`"
|
|
3721
|
+
}
|
|
3722
|
+
],
|
|
3723
|
+
"exports": [
|
|
3724
|
+
{
|
|
3725
|
+
"kind": "js",
|
|
3726
|
+
"name": "styles",
|
|
3727
|
+
"declaration": {
|
|
3728
|
+
"name": "styles",
|
|
3729
|
+
"module": "src/chip/chip-set.styles.ts"
|
|
3730
|
+
}
|
|
3731
|
+
}
|
|
3732
|
+
]
|
|
3733
|
+
},
|
|
3734
|
+
{
|
|
3735
|
+
"kind": "javascript-module",
|
|
3736
|
+
"path": "src/chip/chip-set.ts",
|
|
3737
3737
|
"declarations": [
|
|
3738
3738
|
{
|
|
3739
3739
|
"kind": "class",
|
|
@@ -15819,35 +15819,20 @@
|
|
|
15819
15819
|
},
|
|
15820
15820
|
{
|
|
15821
15821
|
"kind": "field",
|
|
15822
|
-
"name": "
|
|
15822
|
+
"name": "partial",
|
|
15823
15823
|
"type": {
|
|
15824
|
-
"text": "
|
|
15825
|
-
}
|
|
15824
|
+
"text": "boolean"
|
|
15825
|
+
},
|
|
15826
|
+
"privacy": "private",
|
|
15827
|
+
"default": "false"
|
|
15826
15828
|
},
|
|
15827
15829
|
{
|
|
15828
15830
|
"kind": "field",
|
|
15829
|
-
"name": "
|
|
15830
|
-
"type": {
|
|
15831
|
-
"text": "TonalPalette"
|
|
15832
|
-
}
|
|
15833
|
-
},
|
|
15834
|
-
{
|
|
15835
|
-
"kind": "field",
|
|
15836
|
-
"name": "partial",
|
|
15837
|
-
"type": {
|
|
15838
|
-
"text": "boolean"
|
|
15839
|
-
},
|
|
15831
|
+
"name": "#corePalette",
|
|
15840
15832
|
"privacy": "private",
|
|
15841
|
-
"default": "false"
|
|
15842
|
-
},
|
|
15843
|
-
{
|
|
15844
|
-
"kind": "field",
|
|
15845
|
-
"name": "scheme",
|
|
15846
15833
|
"type": {
|
|
15847
|
-
"text": "
|
|
15848
|
-
}
|
|
15849
|
-
"privacy": "private",
|
|
15850
|
-
"default": "new SchemeContent(Hct.fromInt(argbFromHex(primaryColorHex)), false, 0)"
|
|
15834
|
+
"text": "CorePalette"
|
|
15835
|
+
}
|
|
15851
15836
|
},
|
|
15852
15837
|
{
|
|
15853
15838
|
"kind": "method",
|
|
@@ -15875,7 +15860,15 @@
|
|
|
15875
15860
|
"type": {
|
|
15876
15861
|
"text": "ThemeBuilder"
|
|
15877
15862
|
}
|
|
15878
|
-
}
|
|
15863
|
+
},
|
|
15864
|
+
"parameters": [
|
|
15865
|
+
{
|
|
15866
|
+
"name": "primaryColorHex",
|
|
15867
|
+
"type": {
|
|
15868
|
+
"text": "string"
|
|
15869
|
+
}
|
|
15870
|
+
}
|
|
15871
|
+
]
|
|
15879
15872
|
},
|
|
15880
15873
|
{
|
|
15881
15874
|
"kind": "method",
|
|
@@ -15925,7 +15918,7 @@
|
|
|
15925
15918
|
},
|
|
15926
15919
|
{
|
|
15927
15920
|
"kind": "method",
|
|
15928
|
-
"name": "
|
|
15921
|
+
"name": "addStaticColor",
|
|
15929
15922
|
"return": {
|
|
15930
15923
|
"type": {
|
|
15931
15924
|
"text": "ThemeBuilder"
|
|
@@ -15943,6 +15936,13 @@
|
|
|
15943
15936
|
"type": {
|
|
15944
15937
|
"text": "string"
|
|
15945
15938
|
}
|
|
15939
|
+
},
|
|
15940
|
+
{
|
|
15941
|
+
"name": "tone",
|
|
15942
|
+
"default": "80",
|
|
15943
|
+
"type": {
|
|
15944
|
+
"text": "number"
|
|
15945
|
+
}
|
|
15946
15946
|
}
|
|
15947
15947
|
]
|
|
15948
15948
|
},
|
|
@@ -15983,6 +15983,16 @@
|
|
|
15983
15983
|
}
|
|
15984
15984
|
}
|
|
15985
15985
|
},
|
|
15986
|
+
{
|
|
15987
|
+
"kind": "method",
|
|
15988
|
+
"name": "ensureStatusColors",
|
|
15989
|
+
"privacy": "private",
|
|
15990
|
+
"return": {
|
|
15991
|
+
"type": {
|
|
15992
|
+
"text": "void"
|
|
15993
|
+
}
|
|
15994
|
+
}
|
|
15995
|
+
},
|
|
15986
15996
|
{
|
|
15987
15997
|
"kind": "method",
|
|
15988
15998
|
"name": "getNeutralVariables",
|
|
@@ -17510,108 +17520,28 @@
|
|
|
17510
17520
|
},
|
|
17511
17521
|
{
|
|
17512
17522
|
"kind": "javascript-module",
|
|
17513
|
-
"path": "src/shared/
|
|
17514
|
-
"declarations": [
|
|
17515
|
-
|
|
17516
|
-
"kind": "variable",
|
|
17517
|
-
"name": "styles",
|
|
17518
|
-
"default": "css `\n :host {\n display: flex;\n gap: 8px;\n align-items: center;\n flex-wrap: nowrap;\n }\n\n :host([alignment=start]) {\n justify-content: flex-start;\n }\n\n :host([alignment=center]) {\n justify-content: center;\n }\n\n :host([alignment=end]) {\n justify-content: flex-end;\n }\n`"
|
|
17519
|
-
}
|
|
17520
|
-
],
|
|
17521
|
-
"exports": [
|
|
17522
|
-
{
|
|
17523
|
-
"kind": "js",
|
|
17524
|
-
"name": "styles",
|
|
17525
|
-
"declaration": {
|
|
17526
|
-
"name": "styles",
|
|
17527
|
-
"module": "src/shared/sets/set-base.styles.ts"
|
|
17528
|
-
}
|
|
17529
|
-
}
|
|
17530
|
-
]
|
|
17531
|
-
},
|
|
17532
|
-
{
|
|
17533
|
-
"kind": "javascript-module",
|
|
17534
|
-
"path": "src/shared/sets/set-base.ts",
|
|
17535
|
-
"declarations": [
|
|
17536
|
-
{
|
|
17537
|
-
"kind": "class",
|
|
17538
|
-
"description": "",
|
|
17539
|
-
"name": "UmSetBase",
|
|
17540
|
-
"members": [
|
|
17541
|
-
{
|
|
17542
|
-
"kind": "field",
|
|
17543
|
-
"name": "alignment",
|
|
17544
|
-
"type": {
|
|
17545
|
-
"text": "'start' | 'center' | 'end'"
|
|
17546
|
-
},
|
|
17547
|
-
"default": "'start'",
|
|
17548
|
-
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
17549
|
-
"attribute": "alignment",
|
|
17550
|
-
"reflects": true
|
|
17551
|
-
}
|
|
17552
|
-
],
|
|
17553
|
-
"attributes": [
|
|
17554
|
-
{
|
|
17555
|
-
"name": "alignment",
|
|
17556
|
-
"type": {
|
|
17557
|
-
"text": "'start' | 'center' | 'end'"
|
|
17558
|
-
},
|
|
17559
|
-
"default": "'start'",
|
|
17560
|
-
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
17561
|
-
"fieldName": "alignment"
|
|
17562
|
-
}
|
|
17563
|
-
],
|
|
17564
|
-
"superclass": {
|
|
17565
|
-
"name": "LitElement",
|
|
17566
|
-
"package": "lit"
|
|
17567
|
-
},
|
|
17568
|
-
"customElement": true
|
|
17569
|
-
}
|
|
17570
|
-
],
|
|
17571
|
-
"exports": [
|
|
17572
|
-
{
|
|
17573
|
-
"kind": "js",
|
|
17574
|
-
"name": "UmSetBase",
|
|
17575
|
-
"declaration": {
|
|
17576
|
-
"name": "UmSetBase",
|
|
17577
|
-
"module": "src/shared/sets/set-base.ts"
|
|
17578
|
-
}
|
|
17579
|
-
}
|
|
17580
|
-
]
|
|
17523
|
+
"path": "src/shared/events/dispatch-event.ts",
|
|
17524
|
+
"declarations": [],
|
|
17525
|
+
"exports": []
|
|
17581
17526
|
},
|
|
17582
17527
|
{
|
|
17583
17528
|
"kind": "javascript-module",
|
|
17584
|
-
"path": "src/shared/
|
|
17529
|
+
"path": "src/shared/events/redispatch-event.ts",
|
|
17585
17530
|
"declarations": [
|
|
17586
17531
|
{
|
|
17587
|
-
"kind": "
|
|
17588
|
-
"
|
|
17589
|
-
"
|
|
17590
|
-
"members": [
|
|
17532
|
+
"kind": "function",
|
|
17533
|
+
"name": "redispatchEvent",
|
|
17534
|
+
"parameters": [
|
|
17591
17535
|
{
|
|
17592
|
-
"
|
|
17593
|
-
"name": "styles",
|
|
17536
|
+
"name": "element",
|
|
17594
17537
|
"type": {
|
|
17595
|
-
"text": "
|
|
17596
|
-
},
|
|
17597
|
-
"static": true,
|
|
17598
|
-
"default": "[\n (base as unknown as typeof LitElement).styles ?? [],\n css`:host {\n --u-list-item-block-padding: 0;\n display: block;\n }`\n ]"
|
|
17599
|
-
},
|
|
17600
|
-
{
|
|
17601
|
-
"kind": "method",
|
|
17602
|
-
"name": "render",
|
|
17603
|
-
"return": {
|
|
17604
|
-
"type": {
|
|
17605
|
-
"text": "HTMLTemplateResult"
|
|
17606
|
-
}
|
|
17538
|
+
"text": "Element"
|
|
17607
17539
|
}
|
|
17608
|
-
}
|
|
17609
|
-
],
|
|
17610
|
-
"parameters": [
|
|
17540
|
+
},
|
|
17611
17541
|
{
|
|
17612
|
-
"name": "
|
|
17542
|
+
"name": "event",
|
|
17613
17543
|
"type": {
|
|
17614
|
-
"text": "
|
|
17544
|
+
"text": "Event"
|
|
17615
17545
|
}
|
|
17616
17546
|
}
|
|
17617
17547
|
]
|
|
@@ -17620,124 +17550,369 @@
|
|
|
17620
17550
|
"exports": [
|
|
17621
17551
|
{
|
|
17622
17552
|
"kind": "js",
|
|
17623
|
-
"name": "
|
|
17624
|
-
"declaration": {
|
|
17625
|
-
"name": "mixinSelectionControlListItem",
|
|
17626
|
-
"module": "src/shared/selection-control/selection-control-list-item.ts"
|
|
17627
|
-
}
|
|
17628
|
-
}
|
|
17629
|
-
]
|
|
17630
|
-
},
|
|
17631
|
-
{
|
|
17632
|
-
"kind": "javascript-module",
|
|
17633
|
-
"path": "src/shared/selection-control/selection-control.styles.ts",
|
|
17634
|
-
"declarations": [
|
|
17635
|
-
{
|
|
17636
|
-
"kind": "variable",
|
|
17637
|
-
"name": "styles",
|
|
17638
|
-
"default": "css `\n :host {\n --_state-layer-padding: var(--u--state-layer-padding, 4px);\n --_input-size: calc(var(--_width) - var(--_state-layer-padding) * 2);\n --_indicator-color: var(--u--indicator-unselected-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n display: inline-block;\n vertical-align: middle;\n }\n\n .container {\n cursor: pointer;\n position: relative;\n width: var(--_width);\n height: var(--_height);\n padding: var(--_state-layer-padding);\n border-radius: var(--u-shape-corner-full, 9999px);\n }\n\n :host([hide-state-layer]) .container {\n width: var(--_indicator-size);\n height: var(--_indicator-size);\n padding: 0;\n }\n :host([hide-state-layer]) u-ripple {\n display: none;\n }\n\n input {\n cursor: pointer;\n width: 100%;\n height: 100%;\n padding: 0;\n margin: 0;\n border-radius: inherit;\n appearance: none;\n pointer-events: none;\n }\n\n u-ripple {\n padding: var(--_state-layer-padding);\n }\n\n .indicator-container {\n position: absolute;\n display: flex;\n align-items: center;\n justify-content: center;\n inset: 0;\n pointer-events: none;\n }\n\n input:checked ~ .indicator-container {\n --_indicator-color: var(--u--indicator-selected-color, var(--u-color-primary, rgb(103, 80, 164)));\n }\n\n :host([disabled]) {\n opacity: var(--u--disabled-state-opacity, 0.38);\n }\n :host([disabled]) input,\n :host([disabled]) .container {\n cursor: default;\n }\n :host([disabled]) .indicator-container {\n --_indicator-color: var(--u--indicator-disabled-color, var(--u-color-on-surface, rgb(29, 27, 32)));\n }\n`"
|
|
17639
|
-
}
|
|
17640
|
-
],
|
|
17641
|
-
"exports": [
|
|
17642
|
-
{
|
|
17643
|
-
"kind": "js",
|
|
17644
|
-
"name": "styles",
|
|
17553
|
+
"name": "redispatchEvent",
|
|
17645
17554
|
"declaration": {
|
|
17646
|
-
"name": "
|
|
17647
|
-
"module": "src/shared/
|
|
17555
|
+
"name": "redispatchEvent",
|
|
17556
|
+
"module": "src/shared/events/redispatch-event.ts"
|
|
17648
17557
|
}
|
|
17649
17558
|
}
|
|
17650
17559
|
]
|
|
17651
17560
|
},
|
|
17652
17561
|
{
|
|
17653
17562
|
"kind": "javascript-module",
|
|
17654
|
-
"path": "src/shared/
|
|
17563
|
+
"path": "src/shared/menu-field/menu-field-navigation-controller.ts",
|
|
17655
17564
|
"declarations": [
|
|
17656
17565
|
{
|
|
17657
17566
|
"kind": "class",
|
|
17658
17567
|
"description": "",
|
|
17659
|
-
"name": "
|
|
17568
|
+
"name": "MenuFieldNavigationController",
|
|
17660
17569
|
"members": [
|
|
17661
17570
|
{
|
|
17662
17571
|
"kind": "field",
|
|
17663
|
-
"name": "
|
|
17572
|
+
"name": "#element",
|
|
17573
|
+
"privacy": "private",
|
|
17664
17574
|
"type": {
|
|
17665
|
-
"text": "
|
|
17575
|
+
"text": "HTMLElement | null"
|
|
17666
17576
|
},
|
|
17667
|
-
"
|
|
17668
|
-
"default": "true"
|
|
17577
|
+
"default": "null"
|
|
17669
17578
|
},
|
|
17670
17579
|
{
|
|
17671
17580
|
"kind": "field",
|
|
17672
|
-
"name": "
|
|
17581
|
+
"name": "focusedMenu",
|
|
17673
17582
|
"type": {
|
|
17674
|
-
"text": "
|
|
17583
|
+
"text": "TMenuItem | null"
|
|
17675
17584
|
},
|
|
17676
|
-
"privacy": "protected"
|
|
17585
|
+
"privacy": "protected",
|
|
17586
|
+
"default": "null"
|
|
17677
17587
|
},
|
|
17678
17588
|
{
|
|
17679
17589
|
"kind": "field",
|
|
17680
|
-
"name": "
|
|
17590
|
+
"name": "host",
|
|
17681
17591
|
"type": {
|
|
17682
|
-
"text": "
|
|
17592
|
+
"text": "TField"
|
|
17683
17593
|
},
|
|
17684
|
-
"
|
|
17685
|
-
"
|
|
17594
|
+
"privacy": "protected",
|
|
17595
|
+
"default": "host"
|
|
17686
17596
|
},
|
|
17687
17597
|
{
|
|
17688
17598
|
"kind": "field",
|
|
17689
|
-
"name": "
|
|
17599
|
+
"name": "bindHandleKeyDown",
|
|
17690
17600
|
"type": {
|
|
17691
|
-
"text": "
|
|
17601
|
+
"text": "(event: KeyboardEvent) => void"
|
|
17692
17602
|
},
|
|
17693
|
-
"
|
|
17694
|
-
"attribute": "disabled",
|
|
17695
|
-
"reflects": true
|
|
17696
|
-
},
|
|
17697
|
-
{
|
|
17698
|
-
"kind": "field",
|
|
17699
|
-
"name": "input",
|
|
17700
|
-
"type": {
|
|
17701
|
-
"text": "HTMLInputElement"
|
|
17702
|
-
}
|
|
17703
|
-
},
|
|
17704
|
-
{
|
|
17705
|
-
"kind": "field",
|
|
17706
|
-
"name": "form",
|
|
17707
|
-
"type": {
|
|
17708
|
-
"text": "HTMLFormElement | null"
|
|
17709
|
-
}
|
|
17603
|
+
"privacy": "private"
|
|
17710
17604
|
},
|
|
17711
17605
|
{
|
|
17712
|
-
"kind": "
|
|
17713
|
-
"name": "
|
|
17714
|
-
"
|
|
17715
|
-
|
|
17716
|
-
|
|
17717
|
-
|
|
17718
|
-
|
|
17606
|
+
"kind": "method",
|
|
17607
|
+
"name": "attach",
|
|
17608
|
+
"parameters": [
|
|
17609
|
+
{
|
|
17610
|
+
"name": "element",
|
|
17611
|
+
"type": {
|
|
17612
|
+
"text": "HTMLElement"
|
|
17613
|
+
}
|
|
17614
|
+
}
|
|
17615
|
+
]
|
|
17719
17616
|
},
|
|
17720
17617
|
{
|
|
17721
|
-
"kind": "
|
|
17722
|
-
"name": "
|
|
17723
|
-
"type": {
|
|
17724
|
-
"text": "'checkbox' | 'radio'"
|
|
17725
|
-
},
|
|
17726
|
-
"privacy": "protected",
|
|
17727
|
-
"default": "'checkbox'"
|
|
17618
|
+
"kind": "method",
|
|
17619
|
+
"name": "detach"
|
|
17728
17620
|
},
|
|
17729
17621
|
{
|
|
17730
17622
|
"kind": "field",
|
|
17731
|
-
"name": "
|
|
17732
|
-
"
|
|
17733
|
-
"text": "boolean"
|
|
17734
|
-
},
|
|
17735
|
-
"privacy": "protected",
|
|
17736
|
-
"default": "true"
|
|
17623
|
+
"name": "#handleMenuClose",
|
|
17624
|
+
"privacy": "private"
|
|
17737
17625
|
},
|
|
17738
17626
|
{
|
|
17739
17627
|
"kind": "method",
|
|
17740
|
-
"name": "
|
|
17628
|
+
"name": "handleKeyDown",
|
|
17629
|
+
"privacy": "protected",
|
|
17630
|
+
"return": {
|
|
17631
|
+
"type": {
|
|
17632
|
+
"text": "boolean"
|
|
17633
|
+
}
|
|
17634
|
+
},
|
|
17635
|
+
"parameters": [
|
|
17636
|
+
{
|
|
17637
|
+
"name": "event",
|
|
17638
|
+
"type": {
|
|
17639
|
+
"text": "KeyboardEvent"
|
|
17640
|
+
}
|
|
17641
|
+
}
|
|
17642
|
+
]
|
|
17643
|
+
},
|
|
17644
|
+
{
|
|
17645
|
+
"kind": "method",
|
|
17646
|
+
"name": "navigate",
|
|
17647
|
+
"privacy": "private",
|
|
17648
|
+
"parameters": [
|
|
17649
|
+
{
|
|
17650
|
+
"name": "event",
|
|
17651
|
+
"type": {
|
|
17652
|
+
"text": "KeyboardEvent"
|
|
17653
|
+
}
|
|
17654
|
+
},
|
|
17655
|
+
{
|
|
17656
|
+
"name": "forwards",
|
|
17657
|
+
"type": {
|
|
17658
|
+
"text": "boolean"
|
|
17659
|
+
}
|
|
17660
|
+
}
|
|
17661
|
+
]
|
|
17662
|
+
},
|
|
17663
|
+
{
|
|
17664
|
+
"kind": "method",
|
|
17665
|
+
"name": "navigateTo",
|
|
17666
|
+
"privacy": "protected",
|
|
17667
|
+
"parameters": [
|
|
17668
|
+
{
|
|
17669
|
+
"name": "event",
|
|
17670
|
+
"type": {
|
|
17671
|
+
"text": "KeyboardEvent"
|
|
17672
|
+
}
|
|
17673
|
+
},
|
|
17674
|
+
{
|
|
17675
|
+
"name": "menu",
|
|
17676
|
+
"type": {
|
|
17677
|
+
"text": "TMenuItem | undefined"
|
|
17678
|
+
}
|
|
17679
|
+
}
|
|
17680
|
+
]
|
|
17681
|
+
},
|
|
17682
|
+
{
|
|
17683
|
+
"kind": "method",
|
|
17684
|
+
"name": "focusMenu",
|
|
17685
|
+
"parameters": [
|
|
17686
|
+
{
|
|
17687
|
+
"name": "menu",
|
|
17688
|
+
"type": {
|
|
17689
|
+
"text": "TMenuItem"
|
|
17690
|
+
}
|
|
17691
|
+
},
|
|
17692
|
+
{
|
|
17693
|
+
"name": "active",
|
|
17694
|
+
"default": "true"
|
|
17695
|
+
},
|
|
17696
|
+
{
|
|
17697
|
+
"name": "scroll",
|
|
17698
|
+
"default": "true"
|
|
17699
|
+
}
|
|
17700
|
+
]
|
|
17701
|
+
},
|
|
17702
|
+
{
|
|
17703
|
+
"kind": "method",
|
|
17704
|
+
"name": "blurMenu"
|
|
17705
|
+
},
|
|
17706
|
+
{
|
|
17707
|
+
"kind": "method",
|
|
17708
|
+
"name": "selectActiveItem",
|
|
17709
|
+
"privacy": "private",
|
|
17710
|
+
"parameters": [
|
|
17711
|
+
{
|
|
17712
|
+
"name": "event",
|
|
17713
|
+
"type": {
|
|
17714
|
+
"text": "KeyboardEvent"
|
|
17715
|
+
}
|
|
17716
|
+
}
|
|
17717
|
+
]
|
|
17718
|
+
},
|
|
17719
|
+
{
|
|
17720
|
+
"kind": "method",
|
|
17721
|
+
"name": "afterFocus",
|
|
17722
|
+
"privacy": "protected",
|
|
17723
|
+
"parameters": [
|
|
17724
|
+
{
|
|
17725
|
+
"name": "_",
|
|
17726
|
+
"type": {
|
|
17727
|
+
"text": "TMenuItem"
|
|
17728
|
+
}
|
|
17729
|
+
}
|
|
17730
|
+
]
|
|
17731
|
+
},
|
|
17732
|
+
{
|
|
17733
|
+
"kind": "method",
|
|
17734
|
+
"name": "afterBlur",
|
|
17735
|
+
"privacy": "protected"
|
|
17736
|
+
}
|
|
17737
|
+
]
|
|
17738
|
+
}
|
|
17739
|
+
],
|
|
17740
|
+
"exports": [
|
|
17741
|
+
{
|
|
17742
|
+
"kind": "js",
|
|
17743
|
+
"name": "MenuFieldNavigationController",
|
|
17744
|
+
"declaration": {
|
|
17745
|
+
"name": "MenuFieldNavigationController",
|
|
17746
|
+
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
17747
|
+
}
|
|
17748
|
+
}
|
|
17749
|
+
]
|
|
17750
|
+
},
|
|
17751
|
+
{
|
|
17752
|
+
"kind": "javascript-module",
|
|
17753
|
+
"path": "src/shared/menu-field/menu-field.ts",
|
|
17754
|
+
"declarations": [],
|
|
17755
|
+
"exports": []
|
|
17756
|
+
},
|
|
17757
|
+
{
|
|
17758
|
+
"kind": "javascript-module",
|
|
17759
|
+
"path": "src/shared/selection-control/selection-control-list-item.ts",
|
|
17760
|
+
"declarations": [
|
|
17761
|
+
{
|
|
17762
|
+
"kind": "mixin",
|
|
17763
|
+
"description": "",
|
|
17764
|
+
"name": "mixinSelectionControlListItem",
|
|
17765
|
+
"members": [
|
|
17766
|
+
{
|
|
17767
|
+
"kind": "field",
|
|
17768
|
+
"name": "styles",
|
|
17769
|
+
"type": {
|
|
17770
|
+
"text": "array"
|
|
17771
|
+
},
|
|
17772
|
+
"static": true,
|
|
17773
|
+
"default": "[\n (base as unknown as typeof LitElement).styles ?? [],\n css`:host {\n --u-list-item-block-padding: 0;\n display: block;\n }`\n ]"
|
|
17774
|
+
},
|
|
17775
|
+
{
|
|
17776
|
+
"kind": "method",
|
|
17777
|
+
"name": "render",
|
|
17778
|
+
"return": {
|
|
17779
|
+
"type": {
|
|
17780
|
+
"text": "HTMLTemplateResult"
|
|
17781
|
+
}
|
|
17782
|
+
}
|
|
17783
|
+
}
|
|
17784
|
+
],
|
|
17785
|
+
"parameters": [
|
|
17786
|
+
{
|
|
17787
|
+
"name": "base",
|
|
17788
|
+
"type": {
|
|
17789
|
+
"text": "T"
|
|
17790
|
+
}
|
|
17791
|
+
}
|
|
17792
|
+
]
|
|
17793
|
+
}
|
|
17794
|
+
],
|
|
17795
|
+
"exports": [
|
|
17796
|
+
{
|
|
17797
|
+
"kind": "js",
|
|
17798
|
+
"name": "mixinSelectionControlListItem",
|
|
17799
|
+
"declaration": {
|
|
17800
|
+
"name": "mixinSelectionControlListItem",
|
|
17801
|
+
"module": "src/shared/selection-control/selection-control-list-item.ts"
|
|
17802
|
+
}
|
|
17803
|
+
}
|
|
17804
|
+
]
|
|
17805
|
+
},
|
|
17806
|
+
{
|
|
17807
|
+
"kind": "javascript-module",
|
|
17808
|
+
"path": "src/shared/selection-control/selection-control.styles.ts",
|
|
17809
|
+
"declarations": [
|
|
17810
|
+
{
|
|
17811
|
+
"kind": "variable",
|
|
17812
|
+
"name": "styles",
|
|
17813
|
+
"default": "css `\n :host {\n --_state-layer-padding: var(--u--state-layer-padding, 4px);\n --_input-size: calc(var(--_width) - var(--_state-layer-padding) * 2);\n --_indicator-color: var(--u--indicator-unselected-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n display: inline-block;\n vertical-align: middle;\n }\n\n .container {\n cursor: pointer;\n position: relative;\n width: var(--_width);\n height: var(--_height);\n padding: var(--_state-layer-padding);\n border-radius: var(--u-shape-corner-full, 9999px);\n }\n\n :host([hide-state-layer]) .container {\n width: var(--_indicator-size);\n height: var(--_indicator-size);\n padding: 0;\n }\n :host([hide-state-layer]) u-ripple {\n display: none;\n }\n\n input {\n cursor: pointer;\n width: 100%;\n height: 100%;\n padding: 0;\n margin: 0;\n border-radius: inherit;\n appearance: none;\n pointer-events: none;\n }\n\n u-ripple {\n padding: var(--_state-layer-padding);\n }\n\n .indicator-container {\n position: absolute;\n display: flex;\n align-items: center;\n justify-content: center;\n inset: 0;\n pointer-events: none;\n }\n\n input:checked ~ .indicator-container {\n --_indicator-color: var(--u--indicator-selected-color, var(--u-color-primary, rgb(103, 80, 164)));\n }\n\n :host([disabled]) {\n opacity: var(--u--disabled-state-opacity, 0.38);\n }\n :host([disabled]) input,\n :host([disabled]) .container {\n cursor: default;\n }\n :host([disabled]) .indicator-container {\n --_indicator-color: var(--u--indicator-disabled-color, var(--u-color-on-surface, rgb(29, 27, 32)));\n }\n`"
|
|
17814
|
+
}
|
|
17815
|
+
],
|
|
17816
|
+
"exports": [
|
|
17817
|
+
{
|
|
17818
|
+
"kind": "js",
|
|
17819
|
+
"name": "styles",
|
|
17820
|
+
"declaration": {
|
|
17821
|
+
"name": "styles",
|
|
17822
|
+
"module": "src/shared/selection-control/selection-control.styles.ts"
|
|
17823
|
+
}
|
|
17824
|
+
}
|
|
17825
|
+
]
|
|
17826
|
+
},
|
|
17827
|
+
{
|
|
17828
|
+
"kind": "javascript-module",
|
|
17829
|
+
"path": "src/shared/selection-control/selection-control.ts",
|
|
17830
|
+
"declarations": [
|
|
17831
|
+
{
|
|
17832
|
+
"kind": "class",
|
|
17833
|
+
"description": "",
|
|
17834
|
+
"name": "UmSelectionControl",
|
|
17835
|
+
"members": [
|
|
17836
|
+
{
|
|
17837
|
+
"kind": "field",
|
|
17838
|
+
"name": "formAssociated",
|
|
17839
|
+
"type": {
|
|
17840
|
+
"text": "boolean"
|
|
17841
|
+
},
|
|
17842
|
+
"static": true,
|
|
17843
|
+
"default": "true"
|
|
17844
|
+
},
|
|
17845
|
+
{
|
|
17846
|
+
"kind": "field",
|
|
17847
|
+
"name": "elementInternals",
|
|
17848
|
+
"type": {
|
|
17849
|
+
"text": "ElementInternals"
|
|
17850
|
+
},
|
|
17851
|
+
"privacy": "protected"
|
|
17852
|
+
},
|
|
17853
|
+
{
|
|
17854
|
+
"kind": "field",
|
|
17855
|
+
"name": "name",
|
|
17856
|
+
"type": {
|
|
17857
|
+
"text": "string | undefined"
|
|
17858
|
+
},
|
|
17859
|
+
"default": "''",
|
|
17860
|
+
"attribute": "name"
|
|
17861
|
+
},
|
|
17862
|
+
{
|
|
17863
|
+
"kind": "field",
|
|
17864
|
+
"name": "disabled",
|
|
17865
|
+
"type": {
|
|
17866
|
+
"text": "boolean"
|
|
17867
|
+
},
|
|
17868
|
+
"default": "false",
|
|
17869
|
+
"attribute": "disabled",
|
|
17870
|
+
"reflects": true
|
|
17871
|
+
},
|
|
17872
|
+
{
|
|
17873
|
+
"kind": "field",
|
|
17874
|
+
"name": "input",
|
|
17875
|
+
"type": {
|
|
17876
|
+
"text": "HTMLInputElement"
|
|
17877
|
+
}
|
|
17878
|
+
},
|
|
17879
|
+
{
|
|
17880
|
+
"kind": "field",
|
|
17881
|
+
"name": "form",
|
|
17882
|
+
"type": {
|
|
17883
|
+
"text": "HTMLFormElement | null"
|
|
17884
|
+
}
|
|
17885
|
+
},
|
|
17886
|
+
{
|
|
17887
|
+
"kind": "field",
|
|
17888
|
+
"name": "#checked",
|
|
17889
|
+
"privacy": "private",
|
|
17890
|
+
"type": {
|
|
17891
|
+
"text": "boolean"
|
|
17892
|
+
},
|
|
17893
|
+
"default": "false"
|
|
17894
|
+
},
|
|
17895
|
+
{
|
|
17896
|
+
"kind": "field",
|
|
17897
|
+
"name": "inputType",
|
|
17898
|
+
"type": {
|
|
17899
|
+
"text": "'checkbox' | 'radio'"
|
|
17900
|
+
},
|
|
17901
|
+
"privacy": "protected",
|
|
17902
|
+
"default": "'checkbox'"
|
|
17903
|
+
},
|
|
17904
|
+
{
|
|
17905
|
+
"kind": "field",
|
|
17906
|
+
"name": "renderRipple",
|
|
17907
|
+
"type": {
|
|
17908
|
+
"text": "boolean"
|
|
17909
|
+
},
|
|
17910
|
+
"privacy": "protected",
|
|
17911
|
+
"default": "true"
|
|
17912
|
+
},
|
|
17913
|
+
{
|
|
17914
|
+
"kind": "method",
|
|
17915
|
+
"name": "renderIndicator",
|
|
17741
17916
|
"privacy": "protected",
|
|
17742
17917
|
"return": {
|
|
17743
17918
|
"type": {
|
|
@@ -17842,50 +18017,81 @@
|
|
|
17842
18017
|
"exports": [
|
|
17843
18018
|
{
|
|
17844
18019
|
"kind": "js",
|
|
17845
|
-
"name": "UmSelectionControl",
|
|
18020
|
+
"name": "UmSelectionControl",
|
|
18021
|
+
"declaration": {
|
|
18022
|
+
"name": "UmSelectionControl",
|
|
18023
|
+
"module": "src/shared/selection-control/selection-control.ts"
|
|
18024
|
+
}
|
|
18025
|
+
}
|
|
18026
|
+
]
|
|
18027
|
+
},
|
|
18028
|
+
{
|
|
18029
|
+
"kind": "javascript-module",
|
|
18030
|
+
"path": "src/shared/sets/set-base.styles.ts",
|
|
18031
|
+
"declarations": [
|
|
18032
|
+
{
|
|
18033
|
+
"kind": "variable",
|
|
18034
|
+
"name": "styles",
|
|
18035
|
+
"default": "css `\n :host {\n display: flex;\n gap: 8px;\n align-items: center;\n flex-wrap: nowrap;\n }\n\n :host([alignment=start]) {\n justify-content: flex-start;\n }\n\n :host([alignment=center]) {\n justify-content: center;\n }\n\n :host([alignment=end]) {\n justify-content: flex-end;\n }\n`"
|
|
18036
|
+
}
|
|
18037
|
+
],
|
|
18038
|
+
"exports": [
|
|
18039
|
+
{
|
|
18040
|
+
"kind": "js",
|
|
18041
|
+
"name": "styles",
|
|
17846
18042
|
"declaration": {
|
|
17847
|
-
"name": "
|
|
17848
|
-
"module": "src/shared/
|
|
18043
|
+
"name": "styles",
|
|
18044
|
+
"module": "src/shared/sets/set-base.styles.ts"
|
|
17849
18045
|
}
|
|
17850
18046
|
}
|
|
17851
18047
|
]
|
|
17852
18048
|
},
|
|
17853
18049
|
{
|
|
17854
18050
|
"kind": "javascript-module",
|
|
17855
|
-
"path": "src/shared/
|
|
17856
|
-
"declarations": [],
|
|
17857
|
-
"exports": []
|
|
17858
|
-
},
|
|
17859
|
-
{
|
|
17860
|
-
"kind": "javascript-module",
|
|
17861
|
-
"path": "src/shared/events/redispatch-event.ts",
|
|
18051
|
+
"path": "src/shared/sets/set-base.ts",
|
|
17862
18052
|
"declarations": [
|
|
17863
18053
|
{
|
|
17864
|
-
"kind": "
|
|
17865
|
-
"
|
|
17866
|
-
"
|
|
18054
|
+
"kind": "class",
|
|
18055
|
+
"description": "",
|
|
18056
|
+
"name": "UmSetBase",
|
|
18057
|
+
"members": [
|
|
17867
18058
|
{
|
|
17868
|
-
"
|
|
18059
|
+
"kind": "field",
|
|
18060
|
+
"name": "alignment",
|
|
17869
18061
|
"type": {
|
|
17870
|
-
"text": "
|
|
17871
|
-
}
|
|
17872
|
-
|
|
18062
|
+
"text": "'start' | 'center' | 'end'"
|
|
18063
|
+
},
|
|
18064
|
+
"default": "'start'",
|
|
18065
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
18066
|
+
"attribute": "alignment",
|
|
18067
|
+
"reflects": true
|
|
18068
|
+
}
|
|
18069
|
+
],
|
|
18070
|
+
"attributes": [
|
|
17873
18071
|
{
|
|
17874
|
-
"name": "
|
|
18072
|
+
"name": "alignment",
|
|
17875
18073
|
"type": {
|
|
17876
|
-
"text": "
|
|
17877
|
-
}
|
|
18074
|
+
"text": "'start' | 'center' | 'end'"
|
|
18075
|
+
},
|
|
18076
|
+
"default": "'start'",
|
|
18077
|
+
"description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
|
|
18078
|
+
"fieldName": "alignment"
|
|
17878
18079
|
}
|
|
17879
|
-
]
|
|
18080
|
+
],
|
|
18081
|
+
"superclass": {
|
|
18082
|
+
"name": "LitElement",
|
|
18083
|
+
"package": "lit"
|
|
18084
|
+
},
|
|
18085
|
+
"customElement": true
|
|
17880
18086
|
}
|
|
17881
18087
|
],
|
|
17882
18088
|
"exports": [
|
|
17883
18089
|
{
|
|
17884
18090
|
"kind": "js",
|
|
17885
|
-
"name": "
|
|
18091
|
+
"name": "UmSetBase",
|
|
17886
18092
|
"declaration": {
|
|
17887
|
-
"name": "
|
|
17888
|
-
"module": "src/shared/
|
|
18093
|
+
"name": "UmSetBase",
|
|
18094
|
+
"module": "src/shared/sets/set-base.ts"
|
|
17889
18095
|
}
|
|
17890
18096
|
}
|
|
17891
18097
|
]
|
|
@@ -18523,202 +18729,6 @@
|
|
|
18523
18729
|
}
|
|
18524
18730
|
}
|
|
18525
18731
|
]
|
|
18526
|
-
},
|
|
18527
|
-
{
|
|
18528
|
-
"kind": "javascript-module",
|
|
18529
|
-
"path": "src/shared/menu-field/menu-field-navigation-controller.ts",
|
|
18530
|
-
"declarations": [
|
|
18531
|
-
{
|
|
18532
|
-
"kind": "class",
|
|
18533
|
-
"description": "",
|
|
18534
|
-
"name": "MenuFieldNavigationController",
|
|
18535
|
-
"members": [
|
|
18536
|
-
{
|
|
18537
|
-
"kind": "field",
|
|
18538
|
-
"name": "#element",
|
|
18539
|
-
"privacy": "private",
|
|
18540
|
-
"type": {
|
|
18541
|
-
"text": "HTMLElement | null"
|
|
18542
|
-
},
|
|
18543
|
-
"default": "null"
|
|
18544
|
-
},
|
|
18545
|
-
{
|
|
18546
|
-
"kind": "field",
|
|
18547
|
-
"name": "focusedMenu",
|
|
18548
|
-
"type": {
|
|
18549
|
-
"text": "TMenuItem | null"
|
|
18550
|
-
},
|
|
18551
|
-
"privacy": "protected",
|
|
18552
|
-
"default": "null"
|
|
18553
|
-
},
|
|
18554
|
-
{
|
|
18555
|
-
"kind": "field",
|
|
18556
|
-
"name": "host",
|
|
18557
|
-
"type": {
|
|
18558
|
-
"text": "TField"
|
|
18559
|
-
},
|
|
18560
|
-
"privacy": "protected",
|
|
18561
|
-
"default": "host"
|
|
18562
|
-
},
|
|
18563
|
-
{
|
|
18564
|
-
"kind": "field",
|
|
18565
|
-
"name": "bindHandleKeyDown",
|
|
18566
|
-
"type": {
|
|
18567
|
-
"text": "(event: KeyboardEvent) => void"
|
|
18568
|
-
},
|
|
18569
|
-
"privacy": "private"
|
|
18570
|
-
},
|
|
18571
|
-
{
|
|
18572
|
-
"kind": "method",
|
|
18573
|
-
"name": "attach",
|
|
18574
|
-
"parameters": [
|
|
18575
|
-
{
|
|
18576
|
-
"name": "element",
|
|
18577
|
-
"type": {
|
|
18578
|
-
"text": "HTMLElement"
|
|
18579
|
-
}
|
|
18580
|
-
}
|
|
18581
|
-
]
|
|
18582
|
-
},
|
|
18583
|
-
{
|
|
18584
|
-
"kind": "method",
|
|
18585
|
-
"name": "detach"
|
|
18586
|
-
},
|
|
18587
|
-
{
|
|
18588
|
-
"kind": "field",
|
|
18589
|
-
"name": "#handleMenuClose",
|
|
18590
|
-
"privacy": "private"
|
|
18591
|
-
},
|
|
18592
|
-
{
|
|
18593
|
-
"kind": "method",
|
|
18594
|
-
"name": "handleKeyDown",
|
|
18595
|
-
"privacy": "protected",
|
|
18596
|
-
"return": {
|
|
18597
|
-
"type": {
|
|
18598
|
-
"text": "boolean"
|
|
18599
|
-
}
|
|
18600
|
-
},
|
|
18601
|
-
"parameters": [
|
|
18602
|
-
{
|
|
18603
|
-
"name": "event",
|
|
18604
|
-
"type": {
|
|
18605
|
-
"text": "KeyboardEvent"
|
|
18606
|
-
}
|
|
18607
|
-
}
|
|
18608
|
-
]
|
|
18609
|
-
},
|
|
18610
|
-
{
|
|
18611
|
-
"kind": "method",
|
|
18612
|
-
"name": "navigate",
|
|
18613
|
-
"privacy": "private",
|
|
18614
|
-
"parameters": [
|
|
18615
|
-
{
|
|
18616
|
-
"name": "event",
|
|
18617
|
-
"type": {
|
|
18618
|
-
"text": "KeyboardEvent"
|
|
18619
|
-
}
|
|
18620
|
-
},
|
|
18621
|
-
{
|
|
18622
|
-
"name": "forwards",
|
|
18623
|
-
"type": {
|
|
18624
|
-
"text": "boolean"
|
|
18625
|
-
}
|
|
18626
|
-
}
|
|
18627
|
-
]
|
|
18628
|
-
},
|
|
18629
|
-
{
|
|
18630
|
-
"kind": "method",
|
|
18631
|
-
"name": "navigateTo",
|
|
18632
|
-
"privacy": "protected",
|
|
18633
|
-
"parameters": [
|
|
18634
|
-
{
|
|
18635
|
-
"name": "event",
|
|
18636
|
-
"type": {
|
|
18637
|
-
"text": "KeyboardEvent"
|
|
18638
|
-
}
|
|
18639
|
-
},
|
|
18640
|
-
{
|
|
18641
|
-
"name": "menu",
|
|
18642
|
-
"type": {
|
|
18643
|
-
"text": "TMenuItem | undefined"
|
|
18644
|
-
}
|
|
18645
|
-
}
|
|
18646
|
-
]
|
|
18647
|
-
},
|
|
18648
|
-
{
|
|
18649
|
-
"kind": "method",
|
|
18650
|
-
"name": "focusMenu",
|
|
18651
|
-
"parameters": [
|
|
18652
|
-
{
|
|
18653
|
-
"name": "menu",
|
|
18654
|
-
"type": {
|
|
18655
|
-
"text": "TMenuItem"
|
|
18656
|
-
}
|
|
18657
|
-
},
|
|
18658
|
-
{
|
|
18659
|
-
"name": "active",
|
|
18660
|
-
"default": "true"
|
|
18661
|
-
},
|
|
18662
|
-
{
|
|
18663
|
-
"name": "scroll",
|
|
18664
|
-
"default": "true"
|
|
18665
|
-
}
|
|
18666
|
-
]
|
|
18667
|
-
},
|
|
18668
|
-
{
|
|
18669
|
-
"kind": "method",
|
|
18670
|
-
"name": "blurMenu"
|
|
18671
|
-
},
|
|
18672
|
-
{
|
|
18673
|
-
"kind": "method",
|
|
18674
|
-
"name": "selectActiveItem",
|
|
18675
|
-
"privacy": "private",
|
|
18676
|
-
"parameters": [
|
|
18677
|
-
{
|
|
18678
|
-
"name": "event",
|
|
18679
|
-
"type": {
|
|
18680
|
-
"text": "KeyboardEvent"
|
|
18681
|
-
}
|
|
18682
|
-
}
|
|
18683
|
-
]
|
|
18684
|
-
},
|
|
18685
|
-
{
|
|
18686
|
-
"kind": "method",
|
|
18687
|
-
"name": "afterFocus",
|
|
18688
|
-
"privacy": "protected",
|
|
18689
|
-
"parameters": [
|
|
18690
|
-
{
|
|
18691
|
-
"name": "_",
|
|
18692
|
-
"type": {
|
|
18693
|
-
"text": "TMenuItem"
|
|
18694
|
-
}
|
|
18695
|
-
}
|
|
18696
|
-
]
|
|
18697
|
-
},
|
|
18698
|
-
{
|
|
18699
|
-
"kind": "method",
|
|
18700
|
-
"name": "afterBlur",
|
|
18701
|
-
"privacy": "protected"
|
|
18702
|
-
}
|
|
18703
|
-
]
|
|
18704
|
-
}
|
|
18705
|
-
],
|
|
18706
|
-
"exports": [
|
|
18707
|
-
{
|
|
18708
|
-
"kind": "js",
|
|
18709
|
-
"name": "MenuFieldNavigationController",
|
|
18710
|
-
"declaration": {
|
|
18711
|
-
"name": "MenuFieldNavigationController",
|
|
18712
|
-
"module": "src/shared/menu-field/menu-field-navigation-controller.ts"
|
|
18713
|
-
}
|
|
18714
|
-
}
|
|
18715
|
-
]
|
|
18716
|
-
},
|
|
18717
|
-
{
|
|
18718
|
-
"kind": "javascript-module",
|
|
18719
|
-
"path": "src/shared/menu-field/menu-field.ts",
|
|
18720
|
-
"declarations": [],
|
|
18721
|
-
"exports": []
|
|
18722
18732
|
}
|
|
18723
18733
|
]
|
|
18724
18734
|
}
|