@universal-material/web 3.0.121 → 3.0.122

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.
@@ -2718,6 +2718,255 @@
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
+ },
2721
2970
  {
2722
2971
  "kind": "javascript-module",
2723
2972
  "path": "src/checkbox/checkbox-list-item.ts",
@@ -2843,6 +3092,19 @@
2843
3092
  "module": "src/shared/selection-control/selection-control.ts"
2844
3093
  }
2845
3094
  },
3095
+ {
3096
+ "kind": "field",
3097
+ "name": "shadowRootOptions",
3098
+ "type": {
3099
+ "text": "ShadowRootInit"
3100
+ },
3101
+ "static": true,
3102
+ "default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
3103
+ "inheritedFrom": {
3104
+ "name": "UmSelectionControl",
3105
+ "module": "src/shared/selection-control/selection-control.ts"
3106
+ }
3107
+ },
2846
3108
  {
2847
3109
  "kind": "field",
2848
3110
  "name": "elementInternals",
@@ -2863,6 +3125,7 @@
2863
3125
  },
2864
3126
  "default": "''",
2865
3127
  "attribute": "name",
3128
+ "reflects": true,
2866
3129
  "inheritedFrom": {
2867
3130
  "name": "UmSelectionControl",
2868
3131
  "module": "src/shared/selection-control/selection-control.ts"
@@ -2904,6 +3167,23 @@
2904
3167
  "module": "src/shared/selection-control/selection-control.ts"
2905
3168
  }
2906
3169
  },
3170
+ {
3171
+ "kind": "method",
3172
+ "name": "focus",
3173
+ "parameters": [
3174
+ {
3175
+ "name": "options",
3176
+ "optional": true,
3177
+ "type": {
3178
+ "text": "FocusOptions"
3179
+ }
3180
+ }
3181
+ ],
3182
+ "inheritedFrom": {
3183
+ "name": "UmSelectionControl",
3184
+ "module": "src/shared/selection-control/selection-control.ts"
3185
+ }
3186
+ },
2907
3187
  {
2908
3188
  "kind": "field",
2909
3189
  "name": "#checked",
@@ -3192,10 +3472,23 @@
3192
3472
  "kind": "field",
3193
3473
  "name": "formAssociated",
3194
3474
  "type": {
3195
- "text": "boolean"
3475
+ "text": "boolean"
3476
+ },
3477
+ "static": true,
3478
+ "default": "true",
3479
+ "inheritedFrom": {
3480
+ "name": "UmSelectionControl",
3481
+ "module": "src/shared/selection-control/selection-control.ts"
3482
+ }
3483
+ },
3484
+ {
3485
+ "kind": "field",
3486
+ "name": "shadowRootOptions",
3487
+ "type": {
3488
+ "text": "ShadowRootInit"
3196
3489
  },
3197
3490
  "static": true,
3198
- "default": "true",
3491
+ "default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
3199
3492
  "inheritedFrom": {
3200
3493
  "name": "UmSelectionControl",
3201
3494
  "module": "src/shared/selection-control/selection-control.ts"
@@ -3221,6 +3514,7 @@
3221
3514
  },
3222
3515
  "default": "''",
3223
3516
  "attribute": "name",
3517
+ "reflects": true,
3224
3518
  "inheritedFrom": {
3225
3519
  "name": "UmSelectionControl",
3226
3520
  "module": "src/shared/selection-control/selection-control.ts"
@@ -3262,6 +3556,23 @@
3262
3556
  "module": "src/shared/selection-control/selection-control.ts"
3263
3557
  }
3264
3558
  },
3559
+ {
3560
+ "kind": "method",
3561
+ "name": "focus",
3562
+ "parameters": [
3563
+ {
3564
+ "name": "options",
3565
+ "optional": true,
3566
+ "type": {
3567
+ "text": "FocusOptions"
3568
+ }
3569
+ }
3570
+ ],
3571
+ "inheritedFrom": {
3572
+ "name": "UmSelectionControl",
3573
+ "module": "src/shared/selection-control/selection-control.ts"
3574
+ }
3575
+ },
3265
3576
  {
3266
3577
  "kind": "field",
3267
3578
  "name": "#checked",
@@ -3346,366 +3657,117 @@
3346
3657
  }
3347
3658
  }
3348
3659
  ],
3349
- "attributes": [
3350
- {
3351
- "name": "hide-state-layer",
3352
- "type": {
3353
- "text": "boolean"
3354
- },
3355
- "default": "false",
3356
- "fieldName": "hideStateLayer"
3357
- },
3358
- {
3359
- "name": "indeterminate",
3360
- "type": {
3361
- "text": "boolean"
3362
- },
3363
- "fieldName": "indeterminate"
3364
- },
3365
- {
3366
- "name": "name",
3367
- "type": {
3368
- "text": "string | undefined"
3369
- },
3370
- "default": "''",
3371
- "fieldName": "name",
3372
- "inheritedFrom": {
3373
- "name": "UmSelectionControl",
3374
- "module": "src/shared/selection-control/selection-control.ts"
3375
- }
3376
- },
3377
- {
3378
- "name": "disabled",
3379
- "type": {
3380
- "text": "boolean"
3381
- },
3382
- "default": "false",
3383
- "fieldName": "disabled",
3384
- "inheritedFrom": {
3385
- "name": "UmSelectionControl",
3386
- "module": "src/shared/selection-control/selection-control.ts"
3387
- }
3388
- },
3389
- {
3390
- "name": "value",
3391
- "type": {
3392
- "text": "string"
3393
- },
3394
- "default": "'on'",
3395
- "description": "The element value to use in form submission when checked.",
3396
- "fieldName": "value",
3397
- "inheritedFrom": {
3398
- "name": "UmSelectionControl",
3399
- "module": "src/shared/selection-control/selection-control.ts"
3400
- }
3401
- },
3402
- {
3403
- "name": "checked",
3404
- "fieldName": "_checkedAttribute",
3405
- "type": {
3406
- "text": "boolean"
3407
- },
3408
- "default": "false",
3409
- "inheritedFrom": {
3410
- "name": "UmSelectionControl",
3411
- "module": "src/shared/selection-control/selection-control.ts"
3412
- }
3413
- }
3414
- ],
3415
- "superclass": {
3416
- "name": "UmSelectionControl",
3417
- "module": "/src/shared/selection-control/selection-control.js"
3418
- },
3419
- "tagName": "u-checkbox",
3420
- "customElement": true,
3421
- "events": [
3422
- {
3423
- "name": "input",
3424
- "type": {
3425
- "text": "InputEvent"
3426
- },
3427
- "inheritedFrom": {
3428
- "name": "UmSelectionControl",
3429
- "module": "src/shared/selection-control/selection-control.ts"
3430
- }
3431
- },
3432
- {
3433
- "name": "change",
3434
- "type": {
3435
- "text": "Event"
3436
- },
3437
- "inheritedFrom": {
3438
- "name": "UmSelectionControl",
3439
- "module": "src/shared/selection-control/selection-control.ts"
3440
- }
3441
- }
3442
- ]
3443
- }
3444
- ],
3445
- "exports": [
3446
- {
3447
- "kind": "js",
3448
- "name": "UmCheckbox",
3449
- "declaration": {
3450
- "name": "UmCheckbox",
3451
- "module": "src/checkbox/checkbox.ts"
3452
- }
3453
- },
3454
- {
3455
- "kind": "custom-element-definition",
3456
- "name": "u-checkbox",
3457
- "declaration": {
3458
- "name": "UmCheckbox",
3459
- "module": "src/checkbox/checkbox.ts"
3460
- }
3461
- }
3462
- ]
3463
- },
3464
- {
3465
- "kind": "javascript-module",
3466
- "path": "src/card/card-content.styles.ts",
3467
- "declarations": [
3468
- {
3469
- "kind": "variable",
3470
- "name": "styles",
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`"
3472
- }
3473
- ],
3474
- "exports": [
3475
- {
3476
- "kind": "js",
3477
- "name": "styles",
3478
- "declaration": {
3479
- "name": "styles",
3480
- "module": "src/card/card-content.styles.ts"
3481
- }
3482
- }
3483
- ]
3484
- },
3485
- {
3486
- "kind": "javascript-module",
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": [
3660
+ "attributes": [
3585
3661
  {
3586
- "kind": "field",
3587
- "name": "wide",
3662
+ "name": "hide-state-layer",
3588
3663
  "type": {
3589
3664
  "text": "boolean"
3590
3665
  },
3591
3666
  "default": "false",
3592
- "attribute": "wide",
3593
- "reflects": true
3594
- }
3595
- ],
3596
- "attributes": [
3667
+ "fieldName": "hideStateLayer"
3668
+ },
3597
3669
  {
3598
- "name": "wide",
3670
+ "name": "indeterminate",
3671
+ "type": {
3672
+ "text": "boolean"
3673
+ },
3674
+ "fieldName": "indeterminate"
3675
+ },
3676
+ {
3677
+ "name": "name",
3678
+ "type": {
3679
+ "text": "string | undefined"
3680
+ },
3681
+ "default": "''",
3682
+ "fieldName": "name",
3683
+ "inheritedFrom": {
3684
+ "name": "UmSelectionControl",
3685
+ "module": "src/shared/selection-control/selection-control.ts"
3686
+ }
3687
+ },
3688
+ {
3689
+ "name": "disabled",
3599
3690
  "type": {
3600
3691
  "text": "boolean"
3601
3692
  },
3602
3693
  "default": "false",
3603
- "fieldName": "wide"
3694
+ "fieldName": "disabled",
3695
+ "inheritedFrom": {
3696
+ "name": "UmSelectionControl",
3697
+ "module": "src/shared/selection-control/selection-control.ts"
3698
+ }
3699
+ },
3700
+ {
3701
+ "name": "value",
3702
+ "type": {
3703
+ "text": "string"
3704
+ },
3705
+ "default": "'on'",
3706
+ "description": "The element value to use in form submission when checked.",
3707
+ "fieldName": "value",
3708
+ "inheritedFrom": {
3709
+ "name": "UmSelectionControl",
3710
+ "module": "src/shared/selection-control/selection-control.ts"
3711
+ }
3712
+ },
3713
+ {
3714
+ "name": "checked",
3715
+ "fieldName": "_checkedAttribute",
3716
+ "type": {
3717
+ "text": "boolean"
3718
+ },
3719
+ "default": "false",
3720
+ "inheritedFrom": {
3721
+ "name": "UmSelectionControl",
3722
+ "module": "src/shared/selection-control/selection-control.ts"
3723
+ }
3604
3724
  }
3605
3725
  ],
3606
3726
  "superclass": {
3607
- "name": "LitElement",
3608
- "package": "lit"
3727
+ "name": "UmSelectionControl",
3728
+ "module": "/src/shared/selection-control/selection-control.js"
3609
3729
  },
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": [
3730
+ "tagName": "u-checkbox",
3731
+ "customElement": true,
3732
+ "events": [
3663
3733
  {
3664
- "kind": "field",
3665
- "name": "variant",
3734
+ "name": "input",
3666
3735
  "type": {
3667
- "text": "UmCardVariant"
3736
+ "text": "InputEvent"
3668
3737
  },
3669
- "default": "'filled'",
3670
- "description": "The Card variant to render.",
3671
- "attribute": "variant",
3672
- "reflects": true
3673
- }
3674
- ],
3675
- "attributes": [
3738
+ "inheritedFrom": {
3739
+ "name": "UmSelectionControl",
3740
+ "module": "src/shared/selection-control/selection-control.ts"
3741
+ }
3742
+ },
3676
3743
  {
3677
- "name": "variant",
3744
+ "name": "change",
3678
3745
  "type": {
3679
- "text": "UmCardVariant"
3746
+ "text": "Event"
3680
3747
  },
3681
- "default": "'filled'",
3682
- "description": "The Card variant to render.",
3683
- "fieldName": "variant"
3748
+ "inheritedFrom": {
3749
+ "name": "UmSelectionControl",
3750
+ "module": "src/shared/selection-control/selection-control.ts"
3751
+ }
3684
3752
  }
3685
- ],
3686
- "superclass": {
3687
- "name": "LitElement",
3688
- "package": "lit"
3689
- },
3690
- "tagName": "u-card",
3691
- "customElement": true
3753
+ ]
3692
3754
  }
3693
3755
  ],
3694
3756
  "exports": [
3695
3757
  {
3696
3758
  "kind": "js",
3697
- "name": "UmCard",
3759
+ "name": "UmCheckbox",
3698
3760
  "declaration": {
3699
- "name": "UmCard",
3700
- "module": "src/card/card.ts"
3761
+ "name": "UmCheckbox",
3762
+ "module": "src/checkbox/checkbox.ts"
3701
3763
  }
3702
3764
  },
3703
3765
  {
3704
3766
  "kind": "custom-element-definition",
3705
- "name": "u-card",
3767
+ "name": "u-checkbox",
3706
3768
  "declaration": {
3707
- "name": "UmCard",
3708
- "module": "src/card/card.ts"
3769
+ "name": "UmCheckbox",
3770
+ "module": "src/checkbox/checkbox.ts"
3709
3771
  }
3710
3772
  }
3711
3773
  ]
@@ -7105,50 +7167,185 @@
7105
7167
  "text": "boolean"
7106
7168
  },
7107
7169
  "default": "false",
7108
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
7109
- "fieldName": "hasTrailingIcon",
7110
- "inheritedFrom": {
7111
- "name": "UmFieldBase",
7112
- "module": "src/field/field-base.ts"
7113
- }
7114
- },
7170
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
7171
+ "fieldName": "hasTrailingIcon",
7172
+ "inheritedFrom": {
7173
+ "name": "UmFieldBase",
7174
+ "module": "src/field/field-base.ts"
7175
+ }
7176
+ },
7177
+ {
7178
+ "name": "has-error-text",
7179
+ "type": {
7180
+ "text": "boolean"
7181
+ },
7182
+ "default": "false",
7183
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
7184
+ "fieldName": "hasErrorText",
7185
+ "inheritedFrom": {
7186
+ "name": "UmFieldBase",
7187
+ "module": "src/field/field-base.ts"
7188
+ }
7189
+ }
7190
+ ],
7191
+ "superclass": {
7192
+ "name": "UmFieldBase",
7193
+ "module": "/src/field/field-base.js"
7194
+ },
7195
+ "tagName": "u-field",
7196
+ "customElement": true
7197
+ }
7198
+ ],
7199
+ "exports": [
7200
+ {
7201
+ "kind": "js",
7202
+ "name": "UmField",
7203
+ "declaration": {
7204
+ "name": "UmField",
7205
+ "module": "src/field/field.ts"
7206
+ }
7207
+ },
7208
+ {
7209
+ "kind": "custom-element-definition",
7210
+ "name": "u-field",
7211
+ "declaration": {
7212
+ "name": "UmField",
7213
+ "module": "src/field/field.ts"
7214
+ }
7215
+ }
7216
+ ]
7217
+ },
7218
+ {
7219
+ "kind": "javascript-module",
7220
+ "path": "src/list/list-item.styles.ts",
7221
+ "declarations": [
7222
+ {
7223
+ "kind": "variable",
7224
+ "name": "styles",
7225
+ "default": "css `\n :host {\n position: relative;\n display: flex;\n align-items: center;\n min-height: var(--u-list-item-min-height, 56px);\n padding-block: var(--u-list-item-block-padding, 8px);\n padding-inline: var(--u-list-item-inline-padding, 16px);\n gap: var(--u-list-item-gap, 16px);\n }\n\n slot:not([name]) {\n display: block;\n margin-inline-end: auto;\n }\n\n slot {\n flex-shrink: 0;\n }\n\n .content {\n flex: 1;\n min-width: 0;\n }\n\n .headline {\n font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"));\n line-height: var(--u-list-item-headline-line-height, var(--u-body-l-line-height, 1.5rem));\n font-size: var(--u-list-item-headline-font-size, var(--u-body-l-font-size, 1rem));\n letter-spacing: var(--u-list-item-headline-letter-spacing, var(--u-body-l-letter-spacing, 0.03125rem));\n font-weight: var(--u-list-item-headline-font-weight, var(--u-body-l-font-weight, var(--u-font-weight-regular, 400)));\n }\n\n .supporting-text {\n font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"));\n line-height: var(--u-list-item-supporting-text-line-height, var(--u-body-m-line-height, 1.25rem));\n font-size: var(--u-list-item-supporting-text-font-size, var(--u-body-m-font-size, 0.875rem));\n letter-spacing: var(--u-list-item-supporting-text-letter-spacing, var(--u-body-m-letter-spacing, 0.0178571429rem));\n font-weight: var(--u-list-item-supporting-text-font-weight, var(--u-body-m-font-weight, var(--u-font-weight-regular, 400)));\n color: var(--u-list-item-supporting-text-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n }\n`"
7226
+ }
7227
+ ],
7228
+ "exports": [
7229
+ {
7230
+ "kind": "js",
7231
+ "name": "styles",
7232
+ "declaration": {
7233
+ "name": "styles",
7234
+ "module": "src/list/list-item.styles.ts"
7235
+ }
7236
+ }
7237
+ ]
7238
+ },
7239
+ {
7240
+ "kind": "javascript-module",
7241
+ "path": "src/list/list-item.ts",
7242
+ "declarations": [
7243
+ {
7244
+ "kind": "class",
7245
+ "description": "",
7246
+ "name": "UmListItem",
7247
+ "members": [
7248
+ {
7249
+ "kind": "field",
7250
+ "name": "selectable",
7251
+ "type": {
7252
+ "text": "boolean"
7253
+ },
7254
+ "default": "false",
7255
+ "attribute": "selectable",
7256
+ "reflects": true
7257
+ }
7258
+ ],
7259
+ "attributes": [
7115
7260
  {
7116
- "name": "has-error-text",
7261
+ "name": "selectable",
7117
7262
  "type": {
7118
7263
  "text": "boolean"
7119
7264
  },
7120
7265
  "default": "false",
7121
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
7122
- "fieldName": "hasErrorText",
7123
- "inheritedFrom": {
7124
- "name": "UmFieldBase",
7125
- "module": "src/field/field-base.ts"
7126
- }
7266
+ "fieldName": "selectable"
7127
7267
  }
7128
7268
  ],
7129
7269
  "superclass": {
7130
- "name": "UmFieldBase",
7131
- "module": "/src/field/field-base.js"
7270
+ "name": "LitElement",
7271
+ "package": "lit"
7132
7272
  },
7133
- "tagName": "u-field",
7273
+ "tagName": "u-list-item",
7134
7274
  "customElement": true
7135
7275
  }
7136
7276
  ],
7137
7277
  "exports": [
7138
7278
  {
7139
7279
  "kind": "js",
7140
- "name": "UmField",
7280
+ "name": "UmListItem",
7141
7281
  "declaration": {
7142
- "name": "UmField",
7143
- "module": "src/field/field.ts"
7282
+ "name": "UmListItem",
7283
+ "module": "src/list/list-item.ts"
7144
7284
  }
7145
7285
  },
7146
7286
  {
7147
7287
  "kind": "custom-element-definition",
7148
- "name": "u-field",
7288
+ "name": "u-list-item",
7149
7289
  "declaration": {
7150
- "name": "UmField",
7151
- "module": "src/field/field.ts"
7290
+ "name": "UmListItem",
7291
+ "module": "src/list/list-item.ts"
7292
+ }
7293
+ }
7294
+ ]
7295
+ },
7296
+ {
7297
+ "kind": "javascript-module",
7298
+ "path": "src/list/list.styles.ts",
7299
+ "declarations": [
7300
+ {
7301
+ "kind": "variable",
7302
+ "name": "styles",
7303
+ "default": "css `\n :host {\n display: block;\n padding-block: var(--u-list-padding, 8px);\n }\n`"
7304
+ }
7305
+ ],
7306
+ "exports": [
7307
+ {
7308
+ "kind": "js",
7309
+ "name": "styles",
7310
+ "declaration": {
7311
+ "name": "styles",
7312
+ "module": "src/list/list.styles.ts"
7313
+ }
7314
+ }
7315
+ ]
7316
+ },
7317
+ {
7318
+ "kind": "javascript-module",
7319
+ "path": "src/list/list.ts",
7320
+ "declarations": [
7321
+ {
7322
+ "kind": "class",
7323
+ "description": "",
7324
+ "name": "UmList",
7325
+ "members": [],
7326
+ "superclass": {
7327
+ "name": "LitElement",
7328
+ "package": "lit"
7329
+ },
7330
+ "tagName": "u-list",
7331
+ "customElement": true
7332
+ }
7333
+ ],
7334
+ "exports": [
7335
+ {
7336
+ "kind": "js",
7337
+ "name": "UmList",
7338
+ "declaration": {
7339
+ "name": "UmList",
7340
+ "module": "src/list/list.ts"
7341
+ }
7342
+ },
7343
+ {
7344
+ "kind": "custom-element-definition",
7345
+ "name": "u-list",
7346
+ "declaration": {
7347
+ "name": "UmList",
7348
+ "module": "src/list/list.ts"
7152
7349
  }
7153
7350
  }
7154
7351
  ]
@@ -8091,141 +8288,6 @@
8091
8288
  }
8092
8289
  ]
8093
8290
  },
8094
- {
8095
- "kind": "javascript-module",
8096
- "path": "src/list/list-item.styles.ts",
8097
- "declarations": [
8098
- {
8099
- "kind": "variable",
8100
- "name": "styles",
8101
- "default": "css `\n :host {\n position: relative;\n display: flex;\n align-items: center;\n min-height: var(--u-list-item-min-height, 56px);\n padding-block: var(--u-list-item-block-padding, 8px);\n padding-inline: var(--u-list-item-inline-padding, 16px);\n gap: var(--u-list-item-gap, 16px);\n }\n\n slot:not([name]) {\n display: block;\n margin-inline-end: auto;\n }\n\n slot {\n flex-shrink: 0;\n }\n\n .content {\n flex: 1;\n min-width: 0;\n }\n\n .headline {\n font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"));\n line-height: var(--u-list-item-headline-line-height, var(--u-body-l-line-height, 1.5rem));\n font-size: var(--u-list-item-headline-font-size, var(--u-body-l-font-size, 1rem));\n letter-spacing: var(--u-list-item-headline-letter-spacing, var(--u-body-l-letter-spacing, 0.03125rem));\n font-weight: var(--u-list-item-headline-font-weight, var(--u-body-l-font-weight, var(--u-font-weight-regular, 400)));\n }\n\n .supporting-text {\n font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"));\n line-height: var(--u-list-item-supporting-text-line-height, var(--u-body-m-line-height, 1.25rem));\n font-size: var(--u-list-item-supporting-text-font-size, var(--u-body-m-font-size, 0.875rem));\n letter-spacing: var(--u-list-item-supporting-text-letter-spacing, var(--u-body-m-letter-spacing, 0.0178571429rem));\n font-weight: var(--u-list-item-supporting-text-font-weight, var(--u-body-m-font-weight, var(--u-font-weight-regular, 400)));\n color: var(--u-list-item-supporting-text-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n }\n`"
8102
- }
8103
- ],
8104
- "exports": [
8105
- {
8106
- "kind": "js",
8107
- "name": "styles",
8108
- "declaration": {
8109
- "name": "styles",
8110
- "module": "src/list/list-item.styles.ts"
8111
- }
8112
- }
8113
- ]
8114
- },
8115
- {
8116
- "kind": "javascript-module",
8117
- "path": "src/list/list-item.ts",
8118
- "declarations": [
8119
- {
8120
- "kind": "class",
8121
- "description": "",
8122
- "name": "UmListItem",
8123
- "members": [
8124
- {
8125
- "kind": "field",
8126
- "name": "selectable",
8127
- "type": {
8128
- "text": "boolean"
8129
- },
8130
- "default": "false",
8131
- "attribute": "selectable",
8132
- "reflects": true
8133
- }
8134
- ],
8135
- "attributes": [
8136
- {
8137
- "name": "selectable",
8138
- "type": {
8139
- "text": "boolean"
8140
- },
8141
- "default": "false",
8142
- "fieldName": "selectable"
8143
- }
8144
- ],
8145
- "superclass": {
8146
- "name": "LitElement",
8147
- "package": "lit"
8148
- },
8149
- "tagName": "u-list-item",
8150
- "customElement": true
8151
- }
8152
- ],
8153
- "exports": [
8154
- {
8155
- "kind": "js",
8156
- "name": "UmListItem",
8157
- "declaration": {
8158
- "name": "UmListItem",
8159
- "module": "src/list/list-item.ts"
8160
- }
8161
- },
8162
- {
8163
- "kind": "custom-element-definition",
8164
- "name": "u-list-item",
8165
- "declaration": {
8166
- "name": "UmListItem",
8167
- "module": "src/list/list-item.ts"
8168
- }
8169
- }
8170
- ]
8171
- },
8172
- {
8173
- "kind": "javascript-module",
8174
- "path": "src/list/list.styles.ts",
8175
- "declarations": [
8176
- {
8177
- "kind": "variable",
8178
- "name": "styles",
8179
- "default": "css `\n :host {\n display: block;\n padding-block: var(--u-list-padding, 8px);\n }\n`"
8180
- }
8181
- ],
8182
- "exports": [
8183
- {
8184
- "kind": "js",
8185
- "name": "styles",
8186
- "declaration": {
8187
- "name": "styles",
8188
- "module": "src/list/list.styles.ts"
8189
- }
8190
- }
8191
- ]
8192
- },
8193
- {
8194
- "kind": "javascript-module",
8195
- "path": "src/list/list.ts",
8196
- "declarations": [
8197
- {
8198
- "kind": "class",
8199
- "description": "",
8200
- "name": "UmList",
8201
- "members": [],
8202
- "superclass": {
8203
- "name": "LitElement",
8204
- "package": "lit"
8205
- },
8206
- "tagName": "u-list",
8207
- "customElement": true
8208
- }
8209
- ],
8210
- "exports": [
8211
- {
8212
- "kind": "js",
8213
- "name": "UmList",
8214
- "declaration": {
8215
- "name": "UmList",
8216
- "module": "src/list/list.ts"
8217
- }
8218
- },
8219
- {
8220
- "kind": "custom-element-definition",
8221
- "name": "u-list",
8222
- "declaration": {
8223
- "name": "UmList",
8224
- "module": "src/list/list.ts"
8225
- }
8226
- }
8227
- ]
8228
- },
8229
8291
  {
8230
8292
  "kind": "javascript-module",
8231
8293
  "path": "src/navigation/drawer-item.styles.ts",
@@ -9300,6 +9362,19 @@
9300
9362
  "module": "src/shared/selection-control/selection-control.ts"
9301
9363
  }
9302
9364
  },
9365
+ {
9366
+ "kind": "field",
9367
+ "name": "shadowRootOptions",
9368
+ "type": {
9369
+ "text": "ShadowRootInit"
9370
+ },
9371
+ "static": true,
9372
+ "default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
9373
+ "inheritedFrom": {
9374
+ "name": "UmSelectionControl",
9375
+ "module": "src/shared/selection-control/selection-control.ts"
9376
+ }
9377
+ },
9303
9378
  {
9304
9379
  "kind": "field",
9305
9380
  "name": "elementInternals",
@@ -9320,6 +9395,7 @@
9320
9395
  },
9321
9396
  "default": "''",
9322
9397
  "attribute": "name",
9398
+ "reflects": true,
9323
9399
  "inheritedFrom": {
9324
9400
  "name": "UmSelectionControl",
9325
9401
  "module": "src/shared/selection-control/selection-control.ts"
@@ -9361,6 +9437,23 @@
9361
9437
  "module": "src/shared/selection-control/selection-control.ts"
9362
9438
  }
9363
9439
  },
9440
+ {
9441
+ "kind": "method",
9442
+ "name": "focus",
9443
+ "parameters": [
9444
+ {
9445
+ "name": "options",
9446
+ "optional": true,
9447
+ "type": {
9448
+ "text": "FocusOptions"
9449
+ }
9450
+ }
9451
+ ],
9452
+ "inheritedFrom": {
9453
+ "name": "UmSelectionControl",
9454
+ "module": "src/shared/selection-control/selection-control.ts"
9455
+ }
9456
+ },
9364
9457
  {
9365
9458
  "kind": "field",
9366
9459
  "name": "#checked",
@@ -9657,6 +9750,19 @@
9657
9750
  "module": "src/shared/selection-control/selection-control.ts"
9658
9751
  }
9659
9752
  },
9753
+ {
9754
+ "kind": "field",
9755
+ "name": "shadowRootOptions",
9756
+ "type": {
9757
+ "text": "ShadowRootInit"
9758
+ },
9759
+ "static": true,
9760
+ "default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
9761
+ "inheritedFrom": {
9762
+ "name": "UmSelectionControl",
9763
+ "module": "src/shared/selection-control/selection-control.ts"
9764
+ }
9765
+ },
9660
9766
  {
9661
9767
  "kind": "field",
9662
9768
  "name": "elementInternals",
@@ -9677,6 +9783,7 @@
9677
9783
  },
9678
9784
  "default": "''",
9679
9785
  "attribute": "name",
9786
+ "reflects": true,
9680
9787
  "inheritedFrom": {
9681
9788
  "name": "UmSelectionControl",
9682
9789
  "module": "src/shared/selection-control/selection-control.ts"
@@ -9718,6 +9825,23 @@
9718
9825
  "module": "src/shared/selection-control/selection-control.ts"
9719
9826
  }
9720
9827
  },
9828
+ {
9829
+ "kind": "method",
9830
+ "name": "focus",
9831
+ "parameters": [
9832
+ {
9833
+ "name": "options",
9834
+ "optional": true,
9835
+ "type": {
9836
+ "text": "FocusOptions"
9837
+ }
9838
+ }
9839
+ ],
9840
+ "inheritedFrom": {
9841
+ "name": "UmSelectionControl",
9842
+ "module": "src/shared/selection-control/selection-control.ts"
9843
+ }
9844
+ },
9721
9845
  {
9722
9846
  "kind": "field",
9723
9847
  "name": "#checked",
@@ -12667,6 +12791,19 @@
12667
12791
  "module": "src/shared/selection-control/selection-control.ts"
12668
12792
  }
12669
12793
  },
12794
+ {
12795
+ "kind": "field",
12796
+ "name": "shadowRootOptions",
12797
+ "type": {
12798
+ "text": "ShadowRootInit"
12799
+ },
12800
+ "static": true,
12801
+ "default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
12802
+ "inheritedFrom": {
12803
+ "name": "UmSelectionControl",
12804
+ "module": "src/shared/selection-control/selection-control.ts"
12805
+ }
12806
+ },
12670
12807
  {
12671
12808
  "kind": "field",
12672
12809
  "name": "elementInternals",
@@ -12687,6 +12824,7 @@
12687
12824
  },
12688
12825
  "default": "''",
12689
12826
  "attribute": "name",
12827
+ "reflects": true,
12690
12828
  "inheritedFrom": {
12691
12829
  "name": "UmSelectionControl",
12692
12830
  "module": "src/shared/selection-control/selection-control.ts"
@@ -12728,6 +12866,23 @@
12728
12866
  "module": "src/shared/selection-control/selection-control.ts"
12729
12867
  }
12730
12868
  },
12869
+ {
12870
+ "kind": "method",
12871
+ "name": "focus",
12872
+ "parameters": [
12873
+ {
12874
+ "name": "options",
12875
+ "optional": true,
12876
+ "type": {
12877
+ "text": "FocusOptions"
12878
+ }
12879
+ }
12880
+ ],
12881
+ "inheritedFrom": {
12882
+ "name": "UmSelectionControl",
12883
+ "module": "src/shared/selection-control/selection-control.ts"
12884
+ }
12885
+ },
12731
12886
  {
12732
12887
  "kind": "field",
12733
12888
  "name": "#checked",
@@ -12972,6 +13127,19 @@
12972
13127
  "module": "src/shared/selection-control/selection-control.ts"
12973
13128
  }
12974
13129
  },
13130
+ {
13131
+ "kind": "field",
13132
+ "name": "shadowRootOptions",
13133
+ "type": {
13134
+ "text": "ShadowRootInit"
13135
+ },
13136
+ "static": true,
13137
+ "default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
13138
+ "inheritedFrom": {
13139
+ "name": "UmSelectionControl",
13140
+ "module": "src/shared/selection-control/selection-control.ts"
13141
+ }
13142
+ },
12975
13143
  {
12976
13144
  "kind": "field",
12977
13145
  "name": "elementInternals",
@@ -12992,6 +13160,7 @@
12992
13160
  },
12993
13161
  "default": "''",
12994
13162
  "attribute": "name",
13163
+ "reflects": true,
12995
13164
  "inheritedFrom": {
12996
13165
  "name": "UmSelectionControl",
12997
13166
  "module": "src/shared/selection-control/selection-control.ts"
@@ -13033,6 +13202,23 @@
13033
13202
  "module": "src/shared/selection-control/selection-control.ts"
13034
13203
  }
13035
13204
  },
13205
+ {
13206
+ "kind": "method",
13207
+ "name": "focus",
13208
+ "parameters": [
13209
+ {
13210
+ "name": "options",
13211
+ "optional": true,
13212
+ "type": {
13213
+ "text": "FocusOptions"
13214
+ }
13215
+ }
13216
+ ],
13217
+ "inheritedFrom": {
13218
+ "name": "UmSelectionControl",
13219
+ "module": "src/shared/selection-control/selection-control.ts"
13220
+ }
13221
+ },
13036
13222
  {
13037
13223
  "kind": "field",
13038
13224
  "name": "#checked",
@@ -17658,6 +17844,15 @@
17658
17844
  "static": true,
17659
17845
  "default": "true"
17660
17846
  },
17847
+ {
17848
+ "kind": "field",
17849
+ "name": "shadowRootOptions",
17850
+ "type": {
17851
+ "text": "ShadowRootInit"
17852
+ },
17853
+ "static": true,
17854
+ "default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }"
17855
+ },
17661
17856
  {
17662
17857
  "kind": "field",
17663
17858
  "name": "elementInternals",
@@ -17673,7 +17868,8 @@
17673
17868
  "text": "string | undefined"
17674
17869
  },
17675
17870
  "default": "''",
17676
- "attribute": "name"
17871
+ "attribute": "name",
17872
+ "reflects": true
17677
17873
  },
17678
17874
  {
17679
17875
  "kind": "field",
@@ -17699,6 +17895,19 @@
17699
17895
  "text": "HTMLFormElement | null"
17700
17896
  }
17701
17897
  },
17898
+ {
17899
+ "kind": "method",
17900
+ "name": "focus",
17901
+ "parameters": [
17902
+ {
17903
+ "name": "options",
17904
+ "optional": true,
17905
+ "type": {
17906
+ "text": "FocusOptions"
17907
+ }
17908
+ }
17909
+ ]
17910
+ },
17702
17911
  {
17703
17912
  "kind": "field",
17704
17913
  "name": "#checked",
@@ -17841,6 +18050,77 @@
17841
18050
  }
17842
18051
  ]
17843
18052
  },
18053
+ {
18054
+ "kind": "javascript-module",
18055
+ "path": "src/shared/sets/set-base.styles.ts",
18056
+ "declarations": [
18057
+ {
18058
+ "kind": "variable",
18059
+ "name": "styles",
18060
+ "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`"
18061
+ }
18062
+ ],
18063
+ "exports": [
18064
+ {
18065
+ "kind": "js",
18066
+ "name": "styles",
18067
+ "declaration": {
18068
+ "name": "styles",
18069
+ "module": "src/shared/sets/set-base.styles.ts"
18070
+ }
18071
+ }
18072
+ ]
18073
+ },
18074
+ {
18075
+ "kind": "javascript-module",
18076
+ "path": "src/shared/sets/set-base.ts",
18077
+ "declarations": [
18078
+ {
18079
+ "kind": "class",
18080
+ "description": "",
18081
+ "name": "UmSetBase",
18082
+ "members": [
18083
+ {
18084
+ "kind": "field",
18085
+ "name": "alignment",
18086
+ "type": {
18087
+ "text": "'start' | 'center' | 'end'"
18088
+ },
18089
+ "default": "'start'",
18090
+ "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
18091
+ "attribute": "alignment",
18092
+ "reflects": true
18093
+ }
18094
+ ],
18095
+ "attributes": [
18096
+ {
18097
+ "name": "alignment",
18098
+ "type": {
18099
+ "text": "'start' | 'center' | 'end'"
18100
+ },
18101
+ "default": "'start'",
18102
+ "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
18103
+ "fieldName": "alignment"
18104
+ }
18105
+ ],
18106
+ "superclass": {
18107
+ "name": "LitElement",
18108
+ "package": "lit"
18109
+ },
18110
+ "customElement": true
18111
+ }
18112
+ ],
18113
+ "exports": [
18114
+ {
18115
+ "kind": "js",
18116
+ "name": "UmSetBase",
18117
+ "declaration": {
18118
+ "name": "UmSetBase",
18119
+ "module": "src/shared/sets/set-base.ts"
18120
+ }
18121
+ }
18122
+ ]
18123
+ },
17844
18124
  {
17845
18125
  "kind": "javascript-module",
17846
18126
  "path": "src/shared/text-field-base/text-field-base.styles.ts",
@@ -18439,77 +18719,6 @@
18439
18719
  }
18440
18720
  }
18441
18721
  ]
18442
- },
18443
- {
18444
- "kind": "javascript-module",
18445
- "path": "src/shared/sets/set-base.styles.ts",
18446
- "declarations": [
18447
- {
18448
- "kind": "variable",
18449
- "name": "styles",
18450
- "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`"
18451
- }
18452
- ],
18453
- "exports": [
18454
- {
18455
- "kind": "js",
18456
- "name": "styles",
18457
- "declaration": {
18458
- "name": "styles",
18459
- "module": "src/shared/sets/set-base.styles.ts"
18460
- }
18461
- }
18462
- ]
18463
- },
18464
- {
18465
- "kind": "javascript-module",
18466
- "path": "src/shared/sets/set-base.ts",
18467
- "declarations": [
18468
- {
18469
- "kind": "class",
18470
- "description": "",
18471
- "name": "UmSetBase",
18472
- "members": [
18473
- {
18474
- "kind": "field",
18475
- "name": "alignment",
18476
- "type": {
18477
- "text": "'start' | 'center' | 'end'"
18478
- },
18479
- "default": "'start'",
18480
- "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
18481
- "attribute": "alignment",
18482
- "reflects": true
18483
- }
18484
- ],
18485
- "attributes": [
18486
- {
18487
- "name": "alignment",
18488
- "type": {
18489
- "text": "'start' | 'center' | 'end'"
18490
- },
18491
- "default": "'start'",
18492
- "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
18493
- "fieldName": "alignment"
18494
- }
18495
- ],
18496
- "superclass": {
18497
- "name": "LitElement",
18498
- "package": "lit"
18499
- },
18500
- "customElement": true
18501
- }
18502
- ],
18503
- "exports": [
18504
- {
18505
- "kind": "js",
18506
- "name": "UmSetBase",
18507
- "declaration": {
18508
- "name": "UmSetBase",
18509
- "module": "src/shared/sets/set-base.ts"
18510
- }
18511
- }
18512
- ]
18513
18722
  }
18514
18723
  ]
18515
18724
  }