@universal-material/web 3.0.104 → 3.0.105

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.
@@ -644,255 +644,6 @@
644
644
  }
645
645
  ]
646
646
  },
647
- {
648
- "kind": "javascript-module",
649
- "path": "src/card/card-content.styles.ts",
650
- "declarations": [
651
- {
652
- "kind": "variable",
653
- "name": "styles",
654
- "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`"
655
- }
656
- ],
657
- "exports": [
658
- {
659
- "kind": "js",
660
- "name": "styles",
661
- "declaration": {
662
- "name": "styles",
663
- "module": "src/card/card-content.styles.ts"
664
- }
665
- }
666
- ]
667
- },
668
- {
669
- "kind": "javascript-module",
670
- "path": "src/card/card-content.ts",
671
- "declarations": [
672
- {
673
- "kind": "class",
674
- "description": "",
675
- "name": "UmCardContent",
676
- "members": [
677
- {
678
- "kind": "field",
679
- "name": "hasContent",
680
- "type": {
681
- "text": "boolean"
682
- },
683
- "default": "false",
684
- "attribute": "has-content",
685
- "reflects": true
686
- },
687
- {
688
- "kind": "method",
689
- "name": "handleSlotChange",
690
- "privacy": "private",
691
- "parameters": [
692
- {
693
- "name": "e",
694
- "type": {
695
- "text": "Event"
696
- }
697
- }
698
- ]
699
- }
700
- ],
701
- "attributes": [
702
- {
703
- "name": "has-content",
704
- "type": {
705
- "text": "boolean"
706
- },
707
- "default": "false",
708
- "fieldName": "hasContent"
709
- }
710
- ],
711
- "superclass": {
712
- "name": "LitElement",
713
- "package": "lit"
714
- },
715
- "tagName": "u-card-content",
716
- "customElement": true
717
- }
718
- ],
719
- "exports": [
720
- {
721
- "kind": "js",
722
- "name": "UmCardContent",
723
- "declaration": {
724
- "name": "UmCardContent",
725
- "module": "src/card/card-content.ts"
726
- }
727
- },
728
- {
729
- "kind": "custom-element-definition",
730
- "name": "u-card-content",
731
- "declaration": {
732
- "name": "UmCardContent",
733
- "module": "src/card/card-content.ts"
734
- }
735
- }
736
- ]
737
- },
738
- {
739
- "kind": "javascript-module",
740
- "path": "src/card/card-media.styles.ts",
741
- "declarations": [
742
- {
743
- "kind": "variable",
744
- "name": "styles",
745
- "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`"
746
- }
747
- ],
748
- "exports": [
749
- {
750
- "kind": "js",
751
- "name": "styles",
752
- "declaration": {
753
- "name": "styles",
754
- "module": "src/card/card-media.styles.ts"
755
- }
756
- }
757
- ]
758
- },
759
- {
760
- "kind": "javascript-module",
761
- "path": "src/card/card-media.ts",
762
- "declarations": [
763
- {
764
- "kind": "class",
765
- "description": "",
766
- "name": "UmCardMedia",
767
- "members": [
768
- {
769
- "kind": "field",
770
- "name": "wide",
771
- "type": {
772
- "text": "boolean"
773
- },
774
- "default": "false",
775
- "attribute": "wide",
776
- "reflects": true
777
- }
778
- ],
779
- "attributes": [
780
- {
781
- "name": "wide",
782
- "type": {
783
- "text": "boolean"
784
- },
785
- "default": "false",
786
- "fieldName": "wide"
787
- }
788
- ],
789
- "superclass": {
790
- "name": "LitElement",
791
- "package": "lit"
792
- },
793
- "tagName": "u-card-media",
794
- "customElement": true
795
- }
796
- ],
797
- "exports": [
798
- {
799
- "kind": "js",
800
- "name": "UmCardMedia",
801
- "declaration": {
802
- "name": "UmCardMedia",
803
- "module": "src/card/card-media.ts"
804
- }
805
- },
806
- {
807
- "kind": "custom-element-definition",
808
- "name": "u-card-media",
809
- "declaration": {
810
- "name": "UmCardMedia",
811
- "module": "src/card/card-media.ts"
812
- }
813
- }
814
- ]
815
- },
816
- {
817
- "kind": "javascript-module",
818
- "path": "src/card/card.styles.ts",
819
- "declarations": [
820
- {
821
- "kind": "variable",
822
- "name": "styles",
823
- "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`"
824
- }
825
- ],
826
- "exports": [
827
- {
828
- "kind": "js",
829
- "name": "styles",
830
- "declaration": {
831
- "name": "styles",
832
- "module": "src/card/card.styles.ts"
833
- }
834
- }
835
- ]
836
- },
837
- {
838
- "kind": "javascript-module",
839
- "path": "src/card/card.ts",
840
- "declarations": [
841
- {
842
- "kind": "class",
843
- "description": "",
844
- "name": "UmCard",
845
- "members": [
846
- {
847
- "kind": "field",
848
- "name": "variant",
849
- "type": {
850
- "text": "UmCardVariant"
851
- },
852
- "default": "'filled'",
853
- "description": "The Card variant to render.",
854
- "attribute": "variant",
855
- "reflects": true
856
- }
857
- ],
858
- "attributes": [
859
- {
860
- "name": "variant",
861
- "type": {
862
- "text": "UmCardVariant"
863
- },
864
- "default": "'filled'",
865
- "description": "The Card variant to render.",
866
- "fieldName": "variant"
867
- }
868
- ],
869
- "superclass": {
870
- "name": "LitElement",
871
- "package": "lit"
872
- },
873
- "tagName": "u-card",
874
- "customElement": true
875
- }
876
- ],
877
- "exports": [
878
- {
879
- "kind": "js",
880
- "name": "UmCard",
881
- "declaration": {
882
- "name": "UmCard",
883
- "module": "src/card/card.ts"
884
- }
885
- },
886
- {
887
- "kind": "custom-element-definition",
888
- "name": "u-card",
889
- "declaration": {
890
- "name": "UmCard",
891
- "module": "src/card/card.ts"
892
- }
893
- }
894
- ]
895
- },
896
647
  {
897
648
  "kind": "javascript-module",
898
649
  "path": "src/button/button-base.styles.ts",
@@ -3712,12 +3463,12 @@
3712
3463
  },
3713
3464
  {
3714
3465
  "kind": "javascript-module",
3715
- "path": "src/chip-field/chip-field.styles.ts",
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 u-chip {\n flex-basis: 0;\n }\n\n .input {\n display: flex;\n gap: var(--u-chip-field-chips-gap, var(--u-spacing-extra-small, 4px));\n flex-wrap: wrap;\n }\n .input:has(u-chip) {\n margin-top: var(--u-chip-field-chips-margin, var(--u-spacing-extra-small, 4px));\n }\n .input input {\n width: auto;\n flex-basis: 200px;\n padding: 4px 0;\n margin-block: -4px;\n }\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,641 +3477,755 @@
3726
3477
  "name": "styles",
3727
3478
  "declaration": {
3728
3479
  "name": "styles",
3729
- "module": "src/chip-field/chip-field.styles.ts"
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/chip-field/chip-field.ts",
3487
+ "path": "src/card/card-content.ts",
3737
3488
  "declarations": [
3738
3489
  {
3739
3490
  "kind": "class",
3740
3491
  "description": "",
3741
- "name": "UmChipField",
3492
+ "name": "UmCardContent",
3742
3493
  "members": [
3743
3494
  {
3744
3495
  "kind": "field",
3745
- "name": "input",
3496
+ "name": "hasContent",
3746
3497
  "type": {
3747
- "text": "HTMLInputElement"
3748
- }
3498
+ "text": "boolean"
3499
+ },
3500
+ "default": "false",
3501
+ "attribute": "has-content",
3502
+ "reflects": true
3749
3503
  },
3750
3504
  {
3751
- "kind": "field",
3752
- "name": "name",
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",
3753
3521
  "type": {
3754
- "text": "string"
3522
+ "text": "boolean"
3755
3523
  },
3756
- "attribute": "name"
3757
- },
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": [
3758
3585
  {
3759
3586
  "kind": "field",
3760
- "name": "manual",
3587
+ "name": "wide",
3761
3588
  "type": {
3762
3589
  "text": "boolean"
3763
3590
  },
3764
3591
  "default": "false",
3765
- "description": "If true, ignore enter key input",
3766
- "attribute": "manual"
3767
- },
3592
+ "attribute": "wide",
3593
+ "reflects": true
3594
+ }
3595
+ ],
3596
+ "attributes": [
3768
3597
  {
3769
- "kind": "field",
3770
- "name": "formatter",
3598
+ "name": "wide",
3771
3599
  "type": {
3772
- "text": "((value: any) => string) | undefined"
3600
+ "text": "boolean"
3773
3601
  },
3774
- "description": "A function return a string based on a item from the `value`. Useful when the items of value are objects."
3775
- },
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": [
3776
3663
  {
3777
3664
  "kind": "field",
3778
- "name": "leadingIconTemplate",
3665
+ "name": "variant",
3779
3666
  "type": {
3780
- "text": "((value: any) => string) | undefined"
3667
+ "text": "UmCardVariant"
3781
3668
  },
3782
- "description": "A string representing an HTML to be rendered inside as leading icon of each chip.\n\n_Note:_ Subject to signature change"
3783
- },
3669
+ "default": "'filled'",
3670
+ "description": "The Card variant to render.",
3671
+ "attribute": "variant",
3672
+ "reflects": true
3673
+ }
3674
+ ],
3675
+ "attributes": [
3784
3676
  {
3785
- "kind": "field",
3786
- "name": "#value",
3787
- "privacy": "private",
3677
+ "name": "variant",
3788
3678
  "type": {
3789
- "text": "any[]"
3679
+ "text": "UmCardVariant"
3790
3680
  },
3791
- "default": "[]"
3792
- },
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
+ "declarations": [
3738
+ {
3739
+ "kind": "class",
3740
+ "description": "",
3741
+ "name": "UmChipSet",
3742
+ "members": [
3793
3743
  {
3794
3744
  "kind": "field",
3795
- "name": "value",
3745
+ "name": "alignment",
3796
3746
  "type": {
3797
- "text": "any[]"
3798
- },
3799
- "description": "An array containing the value representation of each chip.\n\n_Note:_ Add or remove items directly from value array won't trigger a render on Chip Field. Use the methods `add` or `removeAt`."
3800
- },
3801
- {
3802
- "kind": "method",
3803
- "name": "setFormValue",
3804
- "privacy": "private"
3805
- },
3806
- {
3807
- "kind": "method",
3808
- "name": "focus"
3809
- },
3810
- {
3811
- "kind": "method",
3812
- "name": "renderControl",
3813
- "privacy": "protected",
3814
- "return": {
3815
- "type": {
3816
- "text": "HTMLTemplateResult"
3817
- }
3747
+ "text": "'start' | 'center' | 'end'"
3818
3748
  },
3749
+ "default": "'start'",
3750
+ "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
3751
+ "attribute": "alignment",
3752
+ "reflects": true,
3819
3753
  "inheritedFrom": {
3820
- "name": "UmFieldBase",
3821
- "module": "src/field/field-base.ts"
3754
+ "name": "UmSetBase",
3755
+ "module": "src/shared/sets/set-base.ts"
3822
3756
  }
3823
- },
3824
- {
3825
- "kind": "method",
3826
- "name": "#getChips"
3827
- },
3828
- {
3829
- "kind": "method",
3830
- "name": "#handleBlur"
3831
- },
3832
- {
3833
- "kind": "method",
3834
- "name": "#handleInput"
3835
- },
3836
- {
3837
- "kind": "method",
3838
- "name": "#handleKeyDown",
3839
- "parameters": [
3840
- {
3841
- "name": "e",
3842
- "type": {
3843
- "text": "KeyboardEvent"
3844
- }
3845
- }
3846
- ]
3847
- },
3848
- {
3849
- "kind": "method",
3850
- "name": "add",
3851
- "parameters": [
3852
- {
3853
- "name": "value",
3854
- "type": {
3855
- "text": "any"
3856
- }
3857
- },
3858
- {
3859
- "name": "triggerChange",
3860
- "default": "false"
3861
- }
3862
- ]
3863
- },
3864
- {
3865
- "kind": "method",
3866
- "name": "removeAt",
3867
- "parameters": [
3868
- {
3869
- "name": "index",
3870
- "type": {
3871
- "text": "number"
3872
- }
3873
- },
3874
- {
3875
- "name": "triggerChange",
3876
- "default": "false"
3877
- }
3878
- ]
3879
- },
3880
- {
3881
- "kind": "field",
3882
- "name": "#removeChip",
3883
- "privacy": "private"
3884
- },
3885
- {
3886
- "kind": "method",
3887
- "name": "#changed",
3888
- "parameters": [
3889
- {
3890
- "name": "triggerChange",
3891
- "type": {
3892
- "text": "boolean"
3893
- }
3894
- }
3895
- ]
3896
- },
3897
- {
3898
- "kind": "method",
3899
- "name": "#valueUpdate"
3900
- },
3901
- {
3902
- "kind": "method",
3903
- "name": "#setEmpty"
3904
- },
3757
+ }
3758
+ ],
3759
+ "superclass": {
3760
+ "name": "UmSetBase",
3761
+ "module": "/src/shared/sets/set-base.js"
3762
+ },
3763
+ "tagName": "u-chip-set",
3764
+ "customElement": true,
3765
+ "attributes": [
3905
3766
  {
3906
- "kind": "method",
3907
- "name": "#dispatchRemoveEvent",
3908
- "return": {
3909
- "type": {
3910
- "text": "boolean"
3911
- }
3767
+ "name": "alignment",
3768
+ "type": {
3769
+ "text": "'start' | 'center' | 'end'"
3912
3770
  },
3913
- "parameters": [
3914
- {
3915
- "name": "index",
3916
- "type": {
3917
- "text": "number"
3918
- }
3919
- }
3920
- ]
3921
- },
3922
- {
3923
- "kind": "method",
3924
- "name": "getItemLabel",
3925
- "privacy": "private",
3926
- "parameters": [
3927
- {
3928
- "name": "item",
3929
- "type": {
3930
- "text": "any"
3931
- }
3932
- }
3933
- ]
3934
- },
3771
+ "default": "'start'",
3772
+ "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
3773
+ "fieldName": "alignment",
3774
+ "inheritedFrom": {
3775
+ "name": "UmSetBase",
3776
+ "module": "src/shared/sets/set-base.ts"
3777
+ }
3778
+ }
3779
+ ]
3780
+ }
3781
+ ],
3782
+ "exports": [
3783
+ {
3784
+ "kind": "js",
3785
+ "name": "UmChipSet",
3786
+ "declaration": {
3787
+ "name": "UmChipSet",
3788
+ "module": "src/chip/chip-set.ts"
3789
+ }
3790
+ },
3791
+ {
3792
+ "kind": "custom-element-definition",
3793
+ "name": "u-chip-set",
3794
+ "declaration": {
3795
+ "name": "UmChipSet",
3796
+ "module": "src/chip/chip-set.ts"
3797
+ }
3798
+ }
3799
+ ]
3800
+ },
3801
+ {
3802
+ "kind": "javascript-module",
3803
+ "path": "src/chip/chip.styles.ts",
3804
+ "declarations": [
3805
+ {
3806
+ "kind": "variable",
3807
+ "name": "styles",
3808
+ "default": "css `\n :host {\n --_height: var(--u-chip-height, 32px);\n --_outline-width: var(--u-chip-outline-width, 1px);\n --_outline-color: var(--u-chip-outline-color, var(--u-color-outline, rgb(121, 116, 126)));\n --_shape: var(--u-chip-shape, var(--u-shape-corner-small, 8px));\n --_gap: var(--u-chip-gap, 8px);\n --_icon-size: var(--u-chip-icon-size, 1.125rem);\n --_remove-button-margin: var(--u-chip-remove-button-margin, 2px);\n --_remove-button-size: calc(var(--_height) - var(--_remove-button-margin) * 2);\n --_selected-icon-color: var(--u-chip-selected-icon-color, var(--u-color-on-secondary-container, rgb(29, 25, 43)));\n display: inline-block;\n height: var(--_height);\n border-radius: var(--_shape);\n }\n\n :host(:not([disabled]):not([elevated]):not([selected])) .outline {\n border: var(--_outline-width) solid var(--_outline-color);\n }\n\n :host([elevated]:not([disabled])) {\n --u-elevation-level: var(--u-elevated-chip-elevation-level, 1);\n }\n\n @media (hover: hover) {\n :host([elevated]:not([disabled]):hover) {\n --u-elevation-level: var(--u-elevated-chip-hover-elevation-level, 2);\n }\n }\n .outline {\n position: absolute;\n inset: 0;\n border-radius: inherit;\n pointer-events: none;\n }\n\n .container {\n display: flex;\n align-items: center;\n border-radius: inherit;\n height: 100%;\n padding-inline: var(--u-chip-padding, 16px);\n gap: var(--_gap);\n }\n\n .icon {\n width: 1em;\n height: var(--_icon-size);\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: var(--_icon-size);\n }\n\n .leading {\n color: var(--u-chip-leading-icon-color, var(--u-color-primary, rgb(103, 80, 164)));\n }\n\n .selected {\n color: var(--_selected-icon-color);\n }\n\n .trailing {\n color: var(--u-chip-trailing-icon-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n }\n\n .label {\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-chip-label-line-height, var(--u-label-l-line-height, 1.25rem));\n font-size: var(--u-chip-label-font-size, var(--u-label-l-font-size, 0.875rem));\n letter-spacing: var(--u-chip-label-letter-spacing, var(--u-label-l-letter-spacing, 0.0071428571rem));\n font-weight: var(--u-chip-label-font-weight, var(--u-label-l-font-weight, var(--u-font-weight-medium, 500)));\n }\n\n .remove-button {\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n width: var(--_remove-button-size);\n height: var(--_remove-button-size);\n cursor: pointer;\n padding: 0;\n margin: 0;\n margin-inline: calc((var(--_remove-button-size) - var(--_icon-size)) * -0.5);\n background: gray;\n border: none;\n border-radius: var(--u-chip-remove-button-border-radius, var(--u-shape-corner-full, 9999px));\n background: none;\n appearance: none;\n outline: 0;\n outline-offset: 0;\n z-index: 1;\n }\n\n ::slotted([slot=remove-icon]),\n ::slotted([slot=selected-icon]),\n ::slotted([slot=leading-icon]),\n ::slotted([slot=trailing-icon]) {\n font-size: inherit !important;\n }\n\n slot[name=selected-icon] {\n display: none;\n }\n\n :host(:not([clickable]):not([toggle])) .button {\n cursor: auto;\n }\n\n :host([selected]:not([hide-selected-icon])) .leading {\n display: none;\n }\n :host([selected]:not([hide-selected-icon])) slot[name=selected-icon] {\n display: contents;\n }\n\n .default-select-icon {\n display: contents;\n }\n\n :host([has-selected-icon]) .default-select-icon {\n display: none;\n }\n\n :host([selected]:not([disabled])) {\n background-color: var(--u-chip-selected-bg-color, var(--u-color-secondary-container, rgb(232, 222, 248)));\n }\n :host([selected]:not([disabled])) .leading {\n color: var(--u-chip-selected-leading-icon-color, var(--_selected-icon-color));\n }\n :host([selected]:not([disabled])) .trailing {\n color: var(--u-chip-selected-trailing-icon-color, var(--_selected-icon-color));\n }\n\n :host([has-leading-icon]) .container,\n :host([selected]:not([hide-selected-icon])) .container {\n padding-inline-start: var(--_gap);\n }\n\n :host([has-trailing-icon]) .container,\n :host([removable]) .container {\n padding-inline-end: var(--_gap);\n }\n\n :host(:not([has-leading-icon])) .leading {\n display: none;\n }\n\n :host([hide-selected-icon]) .selected,\n :host(:not([selected])) .selected {\n display: none;\n }\n\n :host(:not([has-trailing-icon])) .trailing {\n display: none;\n }\n\n [part=default-selected-icon] {\n display: contents;\n }\n`"
3809
+ }
3810
+ ],
3811
+ "exports": [
3812
+ {
3813
+ "kind": "js",
3814
+ "name": "styles",
3815
+ "declaration": {
3816
+ "name": "styles",
3817
+ "module": "src/chip/chip.styles.ts"
3818
+ }
3819
+ }
3820
+ ]
3821
+ },
3822
+ {
3823
+ "kind": "javascript-module",
3824
+ "path": "src/chip/chip.ts",
3825
+ "declarations": [
3826
+ {
3827
+ "kind": "class",
3828
+ "description": "",
3829
+ "name": "UmChip",
3830
+ "members": [
3935
3831
  {
3936
3832
  "kind": "field",
3937
- "name": "formAssociated",
3833
+ "name": "#clickable",
3834
+ "privacy": "private",
3938
3835
  "type": {
3939
3836
  "text": "boolean"
3940
3837
  },
3941
- "static": true,
3942
- "default": "true",
3943
- "inheritedFrom": {
3944
- "name": "UmTextFieldBase",
3945
- "module": "src/shared/text-field-base/text-field-base.ts"
3946
- }
3947
- },
3948
- {
3949
- "kind": "field",
3950
- "name": "shadowRootOptions",
3951
- "type": {
3952
- "text": "ShadowRootInit"
3953
- },
3954
- "static": true,
3955
- "default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
3956
- "inheritedFrom": {
3957
- "name": "UmTextFieldBase",
3958
- "module": "src/shared/text-field-base/text-field-base.ts"
3959
- }
3838
+ "default": "false"
3960
3839
  },
3961
3840
  {
3962
3841
  "kind": "field",
3963
- "name": "empty",
3842
+ "name": "#toggle",
3843
+ "privacy": "private",
3964
3844
  "type": {
3965
3845
  "text": "boolean"
3966
3846
  },
3967
- "default": "true",
3968
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
3969
- "attribute": "empty",
3970
- "reflects": true,
3971
- "inheritedFrom": {
3972
- "name": "UmFieldBase",
3973
- "module": "src/field/field-base.ts"
3974
- }
3847
+ "default": "false"
3975
3848
  },
3976
3849
  {
3977
3850
  "kind": "field",
3978
- "name": "placeholder",
3851
+ "name": "selected",
3979
3852
  "type": {
3980
- "text": "string"
3853
+ "text": "boolean"
3981
3854
  },
3982
- "default": "''",
3983
- "attribute": "placeholder",
3984
- "reflects": true,
3985
- "inheritedFrom": {
3986
- "name": "UmTextFieldBase",
3987
- "module": "src/shared/text-field-base/text-field-base.ts"
3988
- }
3855
+ "default": "false",
3856
+ "description": "Whether the chip is selected or not",
3857
+ "attribute": "selected",
3858
+ "reflects": true
3989
3859
  },
3990
3860
  {
3991
3861
  "kind": "field",
3992
- "name": "form",
3862
+ "name": "clickable",
3993
3863
  "type": {
3994
- "text": "HTMLFormElement | null"
3864
+ "text": "boolean"
3995
3865
  },
3996
- "inheritedFrom": {
3997
- "name": "UmTextFieldBase",
3998
- "module": "src/shared/text-field-base/text-field-base.ts"
3999
- }
3866
+ "attribute": "clickable",
3867
+ "reflects": true
4000
3868
  },
4001
3869
  {
4002
3870
  "kind": "field",
4003
- "name": "elementInternals",
3871
+ "name": "elevated",
4004
3872
  "type": {
4005
- "text": "ElementInternals"
3873
+ "text": "boolean"
4006
3874
  },
4007
- "privacy": "protected",
4008
- "inheritedFrom": {
4009
- "name": "UmTextFieldBase",
4010
- "module": "src/shared/text-field-base/text-field-base.ts"
4011
- }
3875
+ "default": "false",
3876
+ "description": "Adds elevation to the chip",
3877
+ "attribute": "elevated",
3878
+ "reflects": true
4012
3879
  },
4013
3880
  {
4014
3881
  "kind": "field",
4015
- "name": "config",
3882
+ "name": "toggle",
4016
3883
  "type": {
4017
- "text": "UmFieldDefaults | undefined"
3884
+ "text": "boolean"
4018
3885
  },
4019
- "privacy": "private",
4020
- "inheritedFrom": {
4021
- "name": "UmFieldBase",
4022
- "module": "src/field/field-base.ts"
4023
- }
3886
+ "description": "When true, the chip will toggle between selected and unselected\nstates",
3887
+ "attribute": "toggle",
3888
+ "reflects": true
4024
3889
  },
4025
3890
  {
4026
3891
  "kind": "field",
4027
- "name": "variant",
3892
+ "name": "removable",
4028
3893
  "type": {
4029
- "text": "'filled' | 'outlined' | undefined"
3894
+ "text": "boolean"
4030
3895
  },
4031
- "default": "undefined",
4032
- "attribute": "variant",
4033
- "inheritedFrom": {
4034
- "name": "UmFieldBase",
4035
- "module": "src/field/field-base.ts"
4036
- }
3896
+ "default": "false",
3897
+ "description": "Add the remove icon",
3898
+ "attribute": "removable",
3899
+ "reflects": true
4037
3900
  },
4038
3901
  {
4039
3902
  "kind": "field",
4040
- "name": "label",
3903
+ "name": "hideSelectedIcon",
4041
3904
  "type": {
4042
- "text": "string | undefined"
3905
+ "text": "boolean"
4043
3906
  },
4044
- "description": "The floating label for the field",
4045
- "attribute": "label",
4046
- "inheritedFrom": {
4047
- "name": "UmFieldBase",
4048
- "module": "src/field/field-base.ts"
4049
- }
3907
+ "default": "false",
3908
+ "description": "Hide the selected icon",
3909
+ "attribute": "hide-selected-icon",
3910
+ "reflects": true
4050
3911
  },
4051
3912
  {
4052
3913
  "kind": "field",
4053
- "name": "_innerCounter",
3914
+ "name": "hasLeadingIcon",
4054
3915
  "type": {
4055
- "text": "string | undefined"
3916
+ "text": "boolean"
4056
3917
  },
4057
- "privacy": "protected",
4058
- "inheritedFrom": {
4059
- "name": "UmFieldBase",
4060
- "module": "src/field/field-base.ts"
4061
- }
3918
+ "default": "false",
3919
+ "description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
3920
+ "attribute": "has-leading-icon",
3921
+ "reflects": true
4062
3922
  },
4063
3923
  {
4064
3924
  "kind": "field",
4065
- "name": "counter",
3925
+ "name": "hasSelectedIcon",
4066
3926
  "type": {
4067
- "text": "string | undefined"
3927
+ "text": "boolean"
4068
3928
  },
4069
- "attribute": "counter",
4070
- "inheritedFrom": {
4071
- "name": "UmFieldBase",
4072
- "module": "src/field/field-base.ts"
4073
- }
3929
+ "default": "false",
3930
+ "description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
3931
+ "attribute": "has-selected-icon",
3932
+ "reflects": true
4074
3933
  },
4075
3934
  {
4076
3935
  "kind": "field",
4077
- "name": "hideCounter",
3936
+ "name": "hasTrailingIcon",
4078
3937
  "type": {
4079
3938
  "text": "boolean"
4080
3939
  },
4081
3940
  "default": "false",
4082
- "attribute": "hide-counter",
4083
- "inheritedFrom": {
4084
- "name": "UmFieldBase",
4085
- "module": "src/field/field-base.ts"
4086
- }
3941
+ "description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
3942
+ "attribute": "has-trailing-icon",
3943
+ "reflects": true
4087
3944
  },
4088
3945
  {
4089
3946
  "kind": "field",
4090
- "name": "supportingText",
3947
+ "name": "assignedLeadingIcons",
4091
3948
  "type": {
4092
- "text": "| string\n | undefined"
3949
+ "text": "HTMLElement[]"
4093
3950
  },
4094
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
4095
- "attribute": "supporting-text",
4096
- "inheritedFrom": {
4097
- "name": "UmFieldBase",
4098
- "module": "src/field/field-base.ts"
4099
- }
3951
+ "privacy": "private"
4100
3952
  },
4101
3953
  {
4102
3954
  "kind": "field",
4103
- "name": "errorText",
3955
+ "name": "assignedSelectedIcons",
4104
3956
  "type": {
4105
- "text": "string | undefined"
3957
+ "text": "HTMLElement[]"
4106
3958
  },
4107
- "description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
4108
- "attribute": "error-text",
4109
- "inheritedFrom": {
4110
- "name": "UmFieldBase",
4111
- "module": "src/field/field-base.ts"
4112
- }
3959
+ "privacy": "private"
4113
3960
  },
4114
3961
  {
4115
3962
  "kind": "field",
4116
- "name": "disabled",
3963
+ "name": "assignedTrailingIcons",
4117
3964
  "type": {
4118
- "text": "boolean"
3965
+ "text": "HTMLElement[]"
4119
3966
  },
4120
- "default": "false",
4121
- "attribute": "disabled",
4122
- "reflects": true,
4123
- "inheritedFrom": {
4124
- "name": "UmFieldBase",
4125
- "module": "src/field/field-base.ts"
4126
- }
3967
+ "privacy": "private"
4127
3968
  },
4128
3969
  {
4129
3970
  "kind": "field",
4130
- "name": "invalid",
3971
+ "name": "removeRipple",
4131
3972
  "type": {
4132
- "text": "boolean"
4133
- },
4134
- "default": "false",
4135
- "description": "Get or sets where or not the field is in a visually invalid state.",
4136
- "attribute": "invalid",
4137
- "reflects": true,
4138
- "inheritedFrom": {
4139
- "name": "UmFieldBase",
4140
- "module": "src/field/field-base.ts"
3973
+ "text": "UmRipple"
4141
3974
  }
4142
3975
  },
4143
3976
  {
4144
3977
  "kind": "method",
4145
- "name": "setDefaults",
4146
- "static": true,
3978
+ "name": "#handleRemoveClick",
3979
+ "parameters": [
3980
+ {
3981
+ "name": "e",
3982
+ "type": {
3983
+ "text": "Event"
3984
+ }
3985
+ }
3986
+ ]
3987
+ },
3988
+ {
3989
+ "kind": "method",
3990
+ "name": "#handleTrailingIconSlotChange"
3991
+ },
3992
+ {
3993
+ "kind": "method",
3994
+ "name": "#handleLeadingIconSlotChange"
3995
+ },
3996
+ {
3997
+ "kind": "method",
3998
+ "name": "#handleSelectedIconSlotChange"
3999
+ },
4000
+ {
4001
+ "kind": "method",
4002
+ "name": "handleClick",
4003
+ "privacy": "protected",
4147
4004
  "return": {
4148
4005
  "type": {
4149
- "text": "ContextProvider<Context<HTMLElement, UmFieldDefaults>>"
4006
+ "text": "void"
4150
4007
  }
4151
4008
  },
4152
4009
  "parameters": [
4153
4010
  {
4154
- "name": "contextRoot",
4155
- "type": {
4156
- "text": "HTMLElement"
4157
- }
4158
- },
4159
- {
4160
- "name": "config",
4011
+ "name": "event",
4161
4012
  "type": {
4162
- "text": "UmFieldDefaults"
4013
+ "text": "UIEvent"
4163
4014
  }
4164
4015
  }
4165
4016
  ],
4166
4017
  "inheritedFrom": {
4167
- "name": "UmFieldBase",
4168
- "module": "src/field/field-base.ts"
4018
+ "name": "UmButtonWrapper",
4019
+ "module": "src/shared/button-wrapper.ts"
4020
+ }
4021
+ },
4022
+ {
4023
+ "kind": "method",
4024
+ "name": "renderContent",
4025
+ "privacy": "protected",
4026
+ "return": {
4027
+ "type": {
4028
+ "text": "HTMLTemplateResult"
4029
+ }
4030
+ },
4031
+ "inheritedFrom": {
4032
+ "name": "UmButtonWrapper",
4033
+ "module": "src/shared/button-wrapper.ts"
4169
4034
  }
4170
4035
  },
4171
4036
  {
4172
4037
  "kind": "field",
4173
- "name": "hasLeadingIcon",
4038
+ "name": "disabled",
4174
4039
  "type": {
4175
4040
  "text": "boolean"
4176
4041
  },
4177
4042
  "default": "false",
4178
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
4179
- "attribute": "has-leading-icon",
4043
+ "description": "Whether the button is disabled or not.",
4044
+ "attribute": "disabled",
4180
4045
  "reflects": true,
4181
4046
  "inheritedFrom": {
4182
- "name": "UmFieldBase",
4183
- "module": "src/field/field-base.ts"
4047
+ "name": "UmButtonWrapper",
4048
+ "module": "src/shared/button-wrapper.ts"
4184
4049
  }
4185
4050
  },
4186
4051
  {
4187
4052
  "kind": "field",
4188
- "name": "hasTrailingIcon",
4053
+ "name": "renderRipple",
4189
4054
  "type": {
4190
4055
  "text": "boolean"
4191
4056
  },
4192
- "default": "false",
4193
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
4194
- "attribute": "has-trailing-icon",
4195
- "reflects": true,
4057
+ "default": "true",
4196
4058
  "inheritedFrom": {
4197
- "name": "UmFieldBase",
4198
- "module": "src/field/field-base.ts"
4059
+ "name": "UmButtonWrapper",
4060
+ "module": "src/shared/button-wrapper.ts"
4199
4061
  }
4200
4062
  },
4201
4063
  {
4202
4064
  "kind": "field",
4203
- "name": "hasErrorText",
4065
+ "name": "href",
4204
4066
  "type": {
4205
- "text": "boolean"
4067
+ "text": "string | undefined"
4206
4068
  },
4207
- "default": "false",
4208
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
4209
- "attribute": "has-error-text",
4210
- "reflects": true,
4069
+ "description": "The URL that the link button points to.",
4070
+ "attribute": "href",
4211
4071
  "inheritedFrom": {
4212
- "name": "UmFieldBase",
4213
- "module": "src/field/field-base.ts"
4072
+ "name": "UmButtonWrapper",
4073
+ "module": "src/shared/button-wrapper.ts"
4214
4074
  }
4215
4075
  },
4216
4076
  {
4217
4077
  "kind": "field",
4218
- "name": "assignedLeadingIcons",
4078
+ "name": "target",
4219
4079
  "type": {
4220
- "text": "HTMLElement[]"
4080
+ "text": "string | undefined"
4221
4081
  },
4222
- "privacy": "private",
4082
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
4083
+ "attribute": "target",
4223
4084
  "inheritedFrom": {
4224
- "name": "UmFieldBase",
4225
- "module": "src/field/field-base.ts"
4085
+ "name": "UmButtonWrapper",
4086
+ "module": "src/shared/button-wrapper.ts"
4226
4087
  }
4227
4088
  },
4228
4089
  {
4229
4090
  "kind": "field",
4230
- "name": "assignedTrailingIcons",
4091
+ "name": "name",
4231
4092
  "type": {
4232
- "text": "HTMLElement[]"
4093
+ "text": "string | undefined"
4233
4094
  },
4234
- "privacy": "private",
4095
+ "attribute": "name",
4235
4096
  "inheritedFrom": {
4236
- "name": "UmFieldBase",
4237
- "module": "src/field/field-base.ts"
4097
+ "name": "UmButtonWrapper",
4098
+ "module": "src/shared/button-wrapper.ts"
4238
4099
  }
4239
4100
  },
4240
4101
  {
4241
4102
  "kind": "field",
4242
- "name": "assignedErrorTexts",
4103
+ "name": "buttonElement",
4243
4104
  "type": {
4244
- "text": "HTMLElement[]"
4105
+ "text": "HTMLElement"
4245
4106
  },
4246
- "privacy": "private",
4247
4107
  "inheritedFrom": {
4248
- "name": "UmFieldBase",
4249
- "module": "src/field/field-base.ts"
4108
+ "name": "UmButtonWrapper",
4109
+ "module": "src/shared/button-wrapper.ts"
4250
4110
  }
4251
4111
  },
4252
4112
  {
4253
4113
  "kind": "field",
4254
- "name": "_labelElement",
4114
+ "name": "ripple",
4255
4115
  "type": {
4256
- "text": "HTMLElement"
4116
+ "text": "UmRipple"
4257
4117
  },
4258
4118
  "privacy": "private",
4259
4119
  "inheritedFrom": {
4260
- "name": "UmFieldBase",
4261
- "module": "src/field/field-base.ts"
4120
+ "name": "UmButtonWrapper",
4121
+ "module": "src/shared/button-wrapper.ts"
4262
4122
  }
4263
4123
  },
4264
4124
  {
4265
4125
  "kind": "field",
4266
- "name": "_container",
4126
+ "name": "innerRole",
4267
4127
  "type": {
4268
- "text": "HTMLElement"
4128
+ "text": "string | null"
4269
4129
  },
4270
4130
  "privacy": "protected",
4131
+ "default": "null",
4271
4132
  "inheritedFrom": {
4272
- "name": "UmFieldBase",
4273
- "module": "src/field/field-base.ts"
4133
+ "name": "UmButtonWrapper",
4134
+ "module": "src/shared/button-wrapper.ts"
4274
4135
  }
4275
4136
  },
4276
4137
  {
4277
4138
  "kind": "field",
4278
- "name": "labelSizeObserver",
4139
+ "name": "pathname",
4279
4140
  "type": {
4280
- "text": "ResizeObserver | null"
4141
+ "text": "string"
4281
4142
  },
4282
- "privacy": "private",
4283
- "default": "null",
4284
4143
  "inheritedFrom": {
4285
- "name": "UmFieldBase",
4286
- "module": "src/field/field-base.ts"
4144
+ "name": "UmButtonWrapper",
4145
+ "module": "src/shared/button-wrapper.ts"
4287
4146
  }
4288
4147
  },
4289
4148
  {
4290
4149
  "kind": "method",
4291
- "name": "renderAfterContent",
4292
- "privacy": "protected",
4293
- "return": {
4294
- "type": {
4295
- "text": "TemplateResult"
4296
- }
4297
- },
4150
+ "name": "renderButton",
4151
+ "privacy": "private",
4298
4152
  "inheritedFrom": {
4299
- "name": "UmFieldBase",
4300
- "module": "src/field/field-base.ts"
4153
+ "name": "UmButtonWrapper",
4154
+ "module": "src/shared/button-wrapper.ts"
4301
4155
  }
4302
4156
  },
4303
4157
  {
4304
4158
  "kind": "method",
4305
- "name": "#attach",
4306
- "return": {
4307
- "type": {
4308
- "text": "Promise<void>"
4309
- }
4310
- },
4159
+ "name": "renderLink",
4160
+ "privacy": "private",
4311
4161
  "inheritedFrom": {
4312
- "name": "UmFieldBase",
4313
- "module": "src/field/field-base.ts"
4162
+ "name": "UmButtonWrapper",
4163
+ "module": "src/shared/button-wrapper.ts"
4314
4164
  }
4315
4165
  },
4316
4166
  {
4317
4167
  "kind": "method",
4318
- "name": "handleLeadingIconSlotChange",
4319
- "privacy": "private",
4168
+ "name": "focus",
4320
4169
  "inheritedFrom": {
4321
- "name": "UmFieldBase",
4322
- "module": "src/field/field-base.ts"
4170
+ "name": "UmButtonWrapper",
4171
+ "module": "src/shared/button-wrapper.ts"
4323
4172
  }
4324
4173
  },
4325
4174
  {
4326
4175
  "kind": "method",
4327
- "name": "handleTrailingIconSlotChange",
4328
- "privacy": "private",
4176
+ "name": "blur",
4329
4177
  "inheritedFrom": {
4330
- "name": "UmFieldBase",
4331
- "module": "src/field/field-base.ts"
4178
+ "name": "UmButtonWrapper",
4179
+ "module": "src/shared/button-wrapper.ts"
4332
4180
  }
4333
4181
  },
4334
4182
  {
4335
4183
  "kind": "method",
4336
- "name": "handleErrorTextSlotChange",
4337
- "privacy": "private",
4184
+ "name": "getAriaLabel",
4185
+ "privacy": "protected",
4186
+ "return": {
4187
+ "type": {
4188
+ "text": "string | null"
4189
+ }
4190
+ },
4338
4191
  "inheritedFrom": {
4339
- "name": "UmFieldBase",
4340
- "module": "src/field/field-base.ts"
4192
+ "name": "UmButtonWrapper",
4193
+ "module": "src/shared/button-wrapper.ts"
4341
4194
  }
4342
4195
  },
4343
4196
  {
4344
4197
  "kind": "method",
4345
- "name": "setLabelWidthProperties",
4198
+ "name": "innerFocusHandler",
4346
4199
  "privacy": "private",
4200
+ "return": {
4201
+ "type": {
4202
+ "text": "void"
4203
+ }
4204
+ },
4347
4205
  "inheritedFrom": {
4348
- "name": "UmFieldBase",
4349
- "module": "src/field/field-base.ts"
4206
+ "name": "UmButtonWrapper",
4207
+ "module": "src/shared/button-wrapper.ts"
4350
4208
  }
4351
4209
  },
4352
4210
  {
4353
4211
  "kind": "method",
4354
- "name": "renderDefaultTrailingIcon",
4355
- "privacy": "protected",
4212
+ "name": "#innerClickHandler",
4356
4213
  "return": {
4357
4214
  "type": {
4358
- "text": "TemplateResult | typeof nothing"
4215
+ "text": "void"
4359
4216
  }
4360
4217
  },
4218
+ "parameters": [
4219
+ {
4220
+ "name": "event",
4221
+ "type": {
4222
+ "text": "MouseEvent"
4223
+ }
4224
+ }
4225
+ ],
4361
4226
  "inheritedFrom": {
4362
- "name": "UmFieldBase",
4363
- "module": "src/field/field-base.ts"
4227
+ "name": "UmButtonWrapper",
4228
+ "module": "src/shared/button-wrapper.ts"
4364
4229
  }
4365
4230
  }
4366
4231
  ],
@@ -4374,220 +4239,167 @@
4374
4239
  ],
4375
4240
  "attributes": [
4376
4241
  {
4377
- "name": "name",
4378
- "type": {
4379
- "text": "string"
4380
- },
4381
- "fieldName": "name"
4382
- },
4383
- {
4384
- "name": "manual",
4242
+ "name": "selected",
4385
4243
  "type": {
4386
4244
  "text": "boolean"
4387
4245
  },
4388
4246
  "default": "false",
4389
- "description": "If true, ignore enter key input",
4390
- "fieldName": "manual"
4391
- },
4392
- {
4393
- "name": "placeholder",
4394
- "type": {
4395
- "text": "string"
4396
- },
4397
- "default": "''",
4398
- "fieldName": "placeholder",
4399
- "inheritedFrom": {
4400
- "name": "UmTextFieldBase",
4401
- "module": "src/shared/text-field-base/text-field-base.ts"
4402
- }
4247
+ "description": "Whether the chip is selected or not",
4248
+ "fieldName": "selected"
4403
4249
  },
4404
4250
  {
4405
- "name": "variant",
4251
+ "name": "clickable",
4406
4252
  "type": {
4407
- "text": "'filled' | 'outlined' | undefined"
4408
- },
4409
- "default": "undefined",
4410
- "resolveInitializer": {
4411
- "module": "src/field/field-base.ts"
4253
+ "text": "boolean"
4412
4254
  },
4413
- "fieldName": "variant",
4414
- "inheritedFrom": {
4415
- "name": "UmFieldBase",
4416
- "module": "src/field/field-base.ts"
4417
- }
4255
+ "fieldName": "clickable"
4418
4256
  },
4419
4257
  {
4420
- "name": "label",
4258
+ "name": "elevated",
4421
4259
  "type": {
4422
- "text": "string | undefined"
4260
+ "text": "boolean"
4423
4261
  },
4424
- "description": "The floating label for the field",
4425
- "fieldName": "label",
4426
- "inheritedFrom": {
4427
- "name": "UmFieldBase",
4428
- "module": "src/field/field-base.ts"
4429
- }
4262
+ "default": "false",
4263
+ "description": "Adds elevation to the chip",
4264
+ "fieldName": "elevated"
4430
4265
  },
4431
4266
  {
4432
- "name": "counter",
4267
+ "name": "toggle",
4433
4268
  "type": {
4434
- "text": "string | undefined"
4269
+ "text": "boolean"
4435
4270
  },
4436
- "fieldName": "counter",
4437
- "inheritedFrom": {
4438
- "name": "UmFieldBase",
4439
- "module": "src/field/field-base.ts"
4440
- }
4271
+ "description": "When true, the chip will toggle between selected and unselected\nstates",
4272
+ "fieldName": "toggle"
4441
4273
  },
4442
4274
  {
4443
- "name": "hide-counter",
4275
+ "name": "removable",
4444
4276
  "type": {
4445
4277
  "text": "boolean"
4446
4278
  },
4447
4279
  "default": "false",
4448
- "fieldName": "hideCounter",
4449
- "inheritedFrom": {
4450
- "name": "UmFieldBase",
4451
- "module": "src/field/field-base.ts"
4452
- }
4280
+ "description": "Add the remove icon",
4281
+ "fieldName": "removable"
4453
4282
  },
4454
4283
  {
4455
- "name": "supporting-text",
4284
+ "name": "hide-selected-icon",
4456
4285
  "type": {
4457
- "text": "| string\n | undefined"
4286
+ "text": "boolean"
4458
4287
  },
4459
- "description": "Supporting text conveys additional information about the field, such as how it will be used",
4460
- "fieldName": "supportingText",
4461
- "inheritedFrom": {
4462
- "name": "UmFieldBase",
4463
- "module": "src/field/field-base.ts"
4464
- }
4288
+ "default": "false",
4289
+ "description": "Hide the selected icon",
4290
+ "fieldName": "hideSelectedIcon"
4465
4291
  },
4466
4292
  {
4467
- "name": "error-text",
4293
+ "name": "has-leading-icon",
4468
4294
  "type": {
4469
- "text": "string | undefined"
4295
+ "text": "boolean"
4470
4296
  },
4471
- "description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
4472
- "fieldName": "errorText",
4473
- "inheritedFrom": {
4474
- "name": "UmFieldBase",
4475
- "module": "src/field/field-base.ts"
4476
- }
4297
+ "default": "false",
4298
+ "description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
4299
+ "fieldName": "hasLeadingIcon"
4477
4300
  },
4478
4301
  {
4479
- "name": "empty",
4302
+ "name": "has-selected-icon",
4480
4303
  "type": {
4481
4304
  "text": "boolean"
4482
4305
  },
4483
4306
  "default": "false",
4484
- "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
4485
- "fieldName": "empty",
4486
- "inheritedFrom": {
4487
- "name": "UmFieldBase",
4488
- "module": "src/field/field-base.ts"
4489
- }
4307
+ "description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
4308
+ "fieldName": "hasSelectedIcon"
4490
4309
  },
4491
4310
  {
4492
- "name": "disabled",
4311
+ "name": "has-trailing-icon",
4493
4312
  "type": {
4494
4313
  "text": "boolean"
4495
4314
  },
4496
4315
  "default": "false",
4497
- "fieldName": "disabled",
4498
- "inheritedFrom": {
4499
- "name": "UmFieldBase",
4500
- "module": "src/field/field-base.ts"
4501
- }
4316
+ "description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
4317
+ "fieldName": "hasTrailingIcon"
4502
4318
  },
4503
4319
  {
4504
- "name": "invalid",
4320
+ "name": "disabled",
4505
4321
  "type": {
4506
4322
  "text": "boolean"
4507
4323
  },
4508
4324
  "default": "false",
4509
- "description": "Get or sets where or not the field is in a visually invalid state.",
4510
- "fieldName": "invalid",
4325
+ "description": "Whether the button is disabled or not.",
4326
+ "fieldName": "disabled",
4511
4327
  "inheritedFrom": {
4512
- "name": "UmFieldBase",
4513
- "module": "src/field/field-base.ts"
4328
+ "name": "UmButtonWrapper",
4329
+ "module": "src/shared/button-wrapper.ts"
4514
4330
  }
4515
4331
  },
4516
4332
  {
4517
- "name": "has-leading-icon",
4333
+ "name": "href",
4518
4334
  "type": {
4519
- "text": "boolean"
4335
+ "text": "string | undefined"
4520
4336
  },
4521
- "default": "false",
4522
- "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
4523
- "fieldName": "hasLeadingIcon",
4337
+ "description": "The URL that the link button points to.",
4338
+ "fieldName": "href",
4524
4339
  "inheritedFrom": {
4525
- "name": "UmFieldBase",
4526
- "module": "src/field/field-base.ts"
4340
+ "name": "UmButtonWrapper",
4341
+ "module": "src/shared/button-wrapper.ts"
4527
4342
  }
4528
4343
  },
4529
4344
  {
4530
- "name": "has-trailing-icon",
4345
+ "name": "target",
4531
4346
  "type": {
4532
- "text": "boolean"
4347
+ "text": "string | undefined"
4533
4348
  },
4534
- "default": "false",
4535
- "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
4536
- "fieldName": "hasTrailingIcon",
4349
+ "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
4350
+ "fieldName": "target",
4537
4351
  "inheritedFrom": {
4538
- "name": "UmFieldBase",
4539
- "module": "src/field/field-base.ts"
4352
+ "name": "UmButtonWrapper",
4353
+ "module": "src/shared/button-wrapper.ts"
4540
4354
  }
4541
4355
  },
4542
4356
  {
4543
- "name": "has-error-text",
4357
+ "name": "name",
4544
4358
  "type": {
4545
- "text": "boolean"
4359
+ "text": "string | undefined"
4546
4360
  },
4547
- "default": "false",
4548
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
4549
- "fieldName": "hasErrorText",
4361
+ "fieldName": "name",
4550
4362
  "inheritedFrom": {
4551
- "name": "UmFieldBase",
4552
- "module": "src/field/field-base.ts"
4363
+ "name": "UmButtonWrapper",
4364
+ "module": "src/shared/button-wrapper.ts"
4553
4365
  }
4554
4366
  }
4555
4367
  ],
4556
4368
  "superclass": {
4557
- "name": "UmTextFieldBase",
4558
- "module": "/src/shared/text-field-base/text-field-base.js"
4369
+ "name": "UmButtonWrapper",
4370
+ "module": "/src/shared/button-wrapper.js"
4559
4371
  },
4560
- "tagName": "u-chip-field",
4372
+ "tagName": "u-chip",
4561
4373
  "customElement": true
4562
4374
  }
4563
4375
  ],
4564
4376
  "exports": [
4565
4377
  {
4566
4378
  "kind": "js",
4567
- "name": "UmChipField",
4379
+ "name": "UmChip",
4568
4380
  "declaration": {
4569
- "name": "UmChipField",
4570
- "module": "src/chip-field/chip-field.ts"
4381
+ "name": "UmChip",
4382
+ "module": "src/chip/chip.ts"
4571
4383
  }
4572
4384
  },
4573
4385
  {
4574
4386
  "kind": "custom-element-definition",
4575
- "name": "u-chip-field",
4387
+ "name": "u-chip",
4576
4388
  "declaration": {
4577
- "name": "UmChipField",
4578
- "module": "src/chip-field/chip-field.ts"
4389
+ "name": "UmChip",
4390
+ "module": "src/chip/chip.ts"
4579
4391
  }
4580
4392
  }
4581
4393
  ]
4582
4394
  },
4583
4395
  {
4584
4396
  "kind": "javascript-module",
4585
- "path": "src/chip/chip-set.styles.ts",
4397
+ "path": "src/chip-field/chip-field.styles.ts",
4586
4398
  "declarations": [
4587
4399
  {
4588
4400
  "kind": "variable",
4589
4401
  "name": "styles",
4590
- "default": "css `\n :host {\n flex-wrap: wrap;\n }\n`"
4402
+ "default": "css `\n u-chip {\n flex-basis: 0;\n }\n\n .input {\n display: flex;\n gap: var(--u-chip-field-chips-gap, var(--u-spacing-extra-small, 4px));\n flex-wrap: wrap;\n }\n .input:has(u-chip) {\n margin-top: var(--u-chip-field-chips-margin, var(--u-spacing-extra-small, 4px));\n }\n .input input {\n width: auto;\n flex-basis: 200px;\n padding: 4px 0;\n margin-block: -4px;\n }\n`"
4591
4403
  }
4592
4404
  ],
4593
4405
  "exports": [
@@ -4596,506 +4408,641 @@
4596
4408
  "name": "styles",
4597
4409
  "declaration": {
4598
4410
  "name": "styles",
4599
- "module": "src/chip/chip-set.styles.ts"
4411
+ "module": "src/chip-field/chip-field.styles.ts"
4600
4412
  }
4601
4413
  }
4602
4414
  ]
4603
4415
  },
4604
4416
  {
4605
4417
  "kind": "javascript-module",
4606
- "path": "src/chip/chip-set.ts",
4418
+ "path": "src/chip-field/chip-field.ts",
4607
4419
  "declarations": [
4608
4420
  {
4609
4421
  "kind": "class",
4610
4422
  "description": "",
4611
- "name": "UmChipSet",
4423
+ "name": "UmChipField",
4612
4424
  "members": [
4613
4425
  {
4614
4426
  "kind": "field",
4615
- "name": "alignment",
4616
- "type": {
4617
- "text": "'start' | 'center' | 'end'"
4427
+ "name": "input",
4428
+ "type": {
4429
+ "text": "HTMLInputElement"
4430
+ }
4431
+ },
4432
+ {
4433
+ "kind": "field",
4434
+ "name": "name",
4435
+ "type": {
4436
+ "text": "string"
4437
+ },
4438
+ "attribute": "name"
4439
+ },
4440
+ {
4441
+ "kind": "field",
4442
+ "name": "manual",
4443
+ "type": {
4444
+ "text": "boolean"
4445
+ },
4446
+ "default": "false",
4447
+ "description": "If true, ignore enter key input",
4448
+ "attribute": "manual"
4449
+ },
4450
+ {
4451
+ "kind": "field",
4452
+ "name": "formatter",
4453
+ "type": {
4454
+ "text": "((value: any) => string) | undefined"
4455
+ },
4456
+ "description": "A function return a string based on a item from the `value`. Useful when the items of value are objects."
4457
+ },
4458
+ {
4459
+ "kind": "field",
4460
+ "name": "leadingIconTemplate",
4461
+ "type": {
4462
+ "text": "((value: any) => string) | undefined"
4463
+ },
4464
+ "description": "A string representing an HTML to be rendered inside as leading icon of each chip.\n\n_Note:_ Subject to signature change"
4465
+ },
4466
+ {
4467
+ "kind": "field",
4468
+ "name": "#value",
4469
+ "privacy": "private",
4470
+ "type": {
4471
+ "text": "any[]"
4472
+ },
4473
+ "default": "[]"
4474
+ },
4475
+ {
4476
+ "kind": "field",
4477
+ "name": "value",
4478
+ "type": {
4479
+ "text": "any[]"
4480
+ },
4481
+ "description": "An array containing the value representation of each chip.\n\n_Note:_ Add or remove items directly from value array won't trigger a render on Chip Field. Use the methods `add` or `removeAt`."
4482
+ },
4483
+ {
4484
+ "kind": "method",
4485
+ "name": "setFormValue",
4486
+ "privacy": "private"
4487
+ },
4488
+ {
4489
+ "kind": "method",
4490
+ "name": "focus"
4491
+ },
4492
+ {
4493
+ "kind": "method",
4494
+ "name": "renderControl",
4495
+ "privacy": "protected",
4496
+ "return": {
4497
+ "type": {
4498
+ "text": "HTMLTemplateResult"
4499
+ }
4500
+ },
4501
+ "inheritedFrom": {
4502
+ "name": "UmFieldBase",
4503
+ "module": "src/field/field-base.ts"
4504
+ }
4505
+ },
4506
+ {
4507
+ "kind": "method",
4508
+ "name": "#getChips"
4509
+ },
4510
+ {
4511
+ "kind": "method",
4512
+ "name": "#handleBlur"
4513
+ },
4514
+ {
4515
+ "kind": "method",
4516
+ "name": "#handleInput"
4517
+ },
4518
+ {
4519
+ "kind": "method",
4520
+ "name": "#handleKeyDown",
4521
+ "parameters": [
4522
+ {
4523
+ "name": "e",
4524
+ "type": {
4525
+ "text": "KeyboardEvent"
4526
+ }
4527
+ }
4528
+ ]
4529
+ },
4530
+ {
4531
+ "kind": "method",
4532
+ "name": "add",
4533
+ "parameters": [
4534
+ {
4535
+ "name": "value",
4536
+ "type": {
4537
+ "text": "any"
4538
+ }
4539
+ },
4540
+ {
4541
+ "name": "triggerChange",
4542
+ "default": "false"
4543
+ }
4544
+ ]
4545
+ },
4546
+ {
4547
+ "kind": "method",
4548
+ "name": "removeAt",
4549
+ "parameters": [
4550
+ {
4551
+ "name": "index",
4552
+ "type": {
4553
+ "text": "number"
4554
+ }
4555
+ },
4556
+ {
4557
+ "name": "triggerChange",
4558
+ "default": "false"
4559
+ }
4560
+ ]
4561
+ },
4562
+ {
4563
+ "kind": "field",
4564
+ "name": "#removeChip",
4565
+ "privacy": "private"
4566
+ },
4567
+ {
4568
+ "kind": "method",
4569
+ "name": "#changed",
4570
+ "parameters": [
4571
+ {
4572
+ "name": "triggerChange",
4573
+ "type": {
4574
+ "text": "boolean"
4575
+ }
4576
+ }
4577
+ ]
4578
+ },
4579
+ {
4580
+ "kind": "method",
4581
+ "name": "#valueUpdate"
4582
+ },
4583
+ {
4584
+ "kind": "method",
4585
+ "name": "#setEmpty"
4586
+ },
4587
+ {
4588
+ "kind": "method",
4589
+ "name": "#dispatchRemoveEvent",
4590
+ "return": {
4591
+ "type": {
4592
+ "text": "boolean"
4593
+ }
4618
4594
  },
4619
- "default": "'start'",
4620
- "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
4621
- "attribute": "alignment",
4622
- "reflects": true,
4623
- "inheritedFrom": {
4624
- "name": "UmSetBase",
4625
- "module": "src/shared/sets/set-base.ts"
4626
- }
4627
- }
4628
- ],
4629
- "superclass": {
4630
- "name": "UmSetBase",
4631
- "module": "/src/shared/sets/set-base.js"
4632
- },
4633
- "tagName": "u-chip-set",
4634
- "customElement": true,
4635
- "attributes": [
4595
+ "parameters": [
4596
+ {
4597
+ "name": "index",
4598
+ "type": {
4599
+ "text": "number"
4600
+ }
4601
+ }
4602
+ ]
4603
+ },
4636
4604
  {
4637
- "name": "alignment",
4605
+ "kind": "method",
4606
+ "name": "getItemLabel",
4607
+ "privacy": "private",
4608
+ "parameters": [
4609
+ {
4610
+ "name": "item",
4611
+ "type": {
4612
+ "text": "any"
4613
+ }
4614
+ }
4615
+ ]
4616
+ },
4617
+ {
4618
+ "kind": "field",
4619
+ "name": "formAssociated",
4638
4620
  "type": {
4639
- "text": "'start' | 'center' | 'end'"
4621
+ "text": "boolean"
4640
4622
  },
4641
- "default": "'start'",
4642
- "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
4643
- "fieldName": "alignment",
4623
+ "static": true,
4624
+ "default": "true",
4644
4625
  "inheritedFrom": {
4645
- "name": "UmSetBase",
4646
- "module": "src/shared/sets/set-base.ts"
4626
+ "name": "UmTextFieldBase",
4627
+ "module": "src/shared/text-field-base/text-field-base.ts"
4647
4628
  }
4648
- }
4649
- ]
4650
- }
4651
- ],
4652
- "exports": [
4653
- {
4654
- "kind": "js",
4655
- "name": "UmChipSet",
4656
- "declaration": {
4657
- "name": "UmChipSet",
4658
- "module": "src/chip/chip-set.ts"
4659
- }
4660
- },
4661
- {
4662
- "kind": "custom-element-definition",
4663
- "name": "u-chip-set",
4664
- "declaration": {
4665
- "name": "UmChipSet",
4666
- "module": "src/chip/chip-set.ts"
4667
- }
4668
- }
4669
- ]
4670
- },
4671
- {
4672
- "kind": "javascript-module",
4673
- "path": "src/chip/chip.styles.ts",
4674
- "declarations": [
4675
- {
4676
- "kind": "variable",
4677
- "name": "styles",
4678
- "default": "css `\n :host {\n --_height: var(--u-chip-height, 32px);\n --_outline-width: var(--u-chip-outline-width, 1px);\n --_outline-color: var(--u-chip-outline-color, var(--u-color-outline, rgb(121, 116, 126)));\n --_shape: var(--u-chip-shape, var(--u-shape-corner-small, 8px));\n --_gap: var(--u-chip-gap, 8px);\n --_icon-size: var(--u-chip-icon-size, 1.125rem);\n --_remove-button-margin: var(--u-chip-remove-button-margin, 2px);\n --_remove-button-size: calc(var(--_height) - var(--_remove-button-margin) * 2);\n --_selected-icon-color: var(--u-chip-selected-icon-color, var(--u-color-on-secondary-container, rgb(29, 25, 43)));\n display: inline-block;\n height: var(--_height);\n border-radius: var(--_shape);\n }\n\n :host(:not([disabled]):not([elevated]):not([selected])) .outline {\n border: var(--_outline-width) solid var(--_outline-color);\n }\n\n :host([elevated]:not([disabled])) {\n --u-elevation-level: var(--u-elevated-chip-elevation-level, 1);\n }\n\n @media (hover: hover) {\n :host([elevated]:not([disabled]):hover) {\n --u-elevation-level: var(--u-elevated-chip-hover-elevation-level, 2);\n }\n }\n .outline {\n position: absolute;\n inset: 0;\n border-radius: inherit;\n pointer-events: none;\n }\n\n .container {\n display: flex;\n align-items: center;\n border-radius: inherit;\n height: 100%;\n padding-inline: var(--u-chip-padding, 16px);\n gap: var(--_gap);\n }\n\n .icon {\n width: 1em;\n height: var(--_icon-size);\n display: flex;\n align-items: center;\n justify-content: center;\n font-size: var(--_icon-size);\n }\n\n .leading {\n color: var(--u-chip-leading-icon-color, var(--u-color-primary, rgb(103, 80, 164)));\n }\n\n .selected {\n color: var(--_selected-icon-color);\n }\n\n .trailing {\n color: var(--u-chip-trailing-icon-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n }\n\n .label {\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-chip-label-line-height, var(--u-label-l-line-height, 1.25rem));\n font-size: var(--u-chip-label-font-size, var(--u-label-l-font-size, 0.875rem));\n letter-spacing: var(--u-chip-label-letter-spacing, var(--u-label-l-letter-spacing, 0.0071428571rem));\n font-weight: var(--u-chip-label-font-weight, var(--u-label-l-font-weight, var(--u-font-weight-medium, 500)));\n }\n\n .remove-button {\n display: flex;\n align-items: center;\n justify-content: center;\n position: relative;\n width: var(--_remove-button-size);\n height: var(--_remove-button-size);\n cursor: pointer;\n padding: 0;\n margin: 0;\n margin-inline: calc((var(--_remove-button-size) - var(--_icon-size)) * -0.5);\n background: gray;\n border: none;\n border-radius: var(--u-chip-remove-button-border-radius, var(--u-shape-corner-full, 9999px));\n background: none;\n appearance: none;\n outline: 0;\n outline-offset: 0;\n z-index: 1;\n }\n\n ::slotted([slot=remove-icon]),\n ::slotted([slot=selected-icon]),\n ::slotted([slot=leading-icon]),\n ::slotted([slot=trailing-icon]) {\n font-size: inherit !important;\n }\n\n slot[name=selected-icon] {\n display: none;\n }\n\n :host(:not([clickable]):not([toggle])) .button {\n cursor: auto;\n }\n\n :host([selected]:not([hide-selected-icon])) .leading {\n display: none;\n }\n :host([selected]:not([hide-selected-icon])) slot[name=selected-icon] {\n display: contents;\n }\n\n .default-select-icon {\n display: contents;\n }\n\n :host([has-selected-icon]) .default-select-icon {\n display: none;\n }\n\n :host([selected]:not([disabled])) {\n background-color: var(--u-chip-selected-bg-color, var(--u-color-secondary-container, rgb(232, 222, 248)));\n }\n :host([selected]:not([disabled])) .leading {\n color: var(--u-chip-selected-leading-icon-color, var(--_selected-icon-color));\n }\n :host([selected]:not([disabled])) .trailing {\n color: var(--u-chip-selected-trailing-icon-color, var(--_selected-icon-color));\n }\n\n :host([has-leading-icon]) .container,\n :host([selected]:not([hide-selected-icon])) .container {\n padding-inline-start: var(--_gap);\n }\n\n :host([has-trailing-icon]) .container,\n :host([removable]) .container {\n padding-inline-end: var(--_gap);\n }\n\n :host(:not([has-leading-icon])) .leading {\n display: none;\n }\n\n :host([hide-selected-icon]) .selected,\n :host(:not([selected])) .selected {\n display: none;\n }\n\n :host(:not([has-trailing-icon])) .trailing {\n display: none;\n }\n\n [part=default-selected-icon] {\n display: contents;\n }\n`"
4679
- }
4680
- ],
4681
- "exports": [
4682
- {
4683
- "kind": "js",
4684
- "name": "styles",
4685
- "declaration": {
4686
- "name": "styles",
4687
- "module": "src/chip/chip.styles.ts"
4688
- }
4689
- }
4690
- ]
4691
- },
4692
- {
4693
- "kind": "javascript-module",
4694
- "path": "src/chip/chip.ts",
4695
- "declarations": [
4696
- {
4697
- "kind": "class",
4698
- "description": "",
4699
- "name": "UmChip",
4700
- "members": [
4629
+ },
4701
4630
  {
4702
4631
  "kind": "field",
4703
- "name": "#clickable",
4704
- "privacy": "private",
4632
+ "name": "shadowRootOptions",
4705
4633
  "type": {
4706
- "text": "boolean"
4634
+ "text": "ShadowRootInit"
4707
4635
  },
4708
- "default": "false"
4636
+ "static": true,
4637
+ "default": "{\n ...LitElement.shadowRootOptions,\n delegatesFocus: true,\n }",
4638
+ "inheritedFrom": {
4639
+ "name": "UmTextFieldBase",
4640
+ "module": "src/shared/text-field-base/text-field-base.ts"
4641
+ }
4709
4642
  },
4710
4643
  {
4711
4644
  "kind": "field",
4712
- "name": "#toggle",
4713
- "privacy": "private",
4645
+ "name": "empty",
4714
4646
  "type": {
4715
4647
  "text": "boolean"
4716
4648
  },
4717
- "default": "false"
4649
+ "default": "true",
4650
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
4651
+ "attribute": "empty",
4652
+ "reflects": true,
4653
+ "inheritedFrom": {
4654
+ "name": "UmFieldBase",
4655
+ "module": "src/field/field-base.ts"
4656
+ }
4718
4657
  },
4719
4658
  {
4720
4659
  "kind": "field",
4721
- "name": "selected",
4660
+ "name": "placeholder",
4722
4661
  "type": {
4723
- "text": "boolean"
4662
+ "text": "string"
4724
4663
  },
4725
- "default": "false",
4726
- "description": "Whether the chip is selected or not",
4727
- "attribute": "selected",
4728
- "reflects": true
4664
+ "default": "''",
4665
+ "attribute": "placeholder",
4666
+ "reflects": true,
4667
+ "inheritedFrom": {
4668
+ "name": "UmTextFieldBase",
4669
+ "module": "src/shared/text-field-base/text-field-base.ts"
4670
+ }
4729
4671
  },
4730
4672
  {
4731
4673
  "kind": "field",
4732
- "name": "clickable",
4674
+ "name": "form",
4733
4675
  "type": {
4734
- "text": "boolean"
4676
+ "text": "HTMLFormElement | null"
4735
4677
  },
4736
- "attribute": "clickable",
4737
- "reflects": true
4678
+ "inheritedFrom": {
4679
+ "name": "UmTextFieldBase",
4680
+ "module": "src/shared/text-field-base/text-field-base.ts"
4681
+ }
4738
4682
  },
4739
4683
  {
4740
4684
  "kind": "field",
4741
- "name": "elevated",
4685
+ "name": "elementInternals",
4742
4686
  "type": {
4743
- "text": "boolean"
4687
+ "text": "ElementInternals"
4744
4688
  },
4745
- "default": "false",
4746
- "description": "Adds elevation to the chip",
4747
- "attribute": "elevated",
4748
- "reflects": true
4689
+ "privacy": "protected",
4690
+ "inheritedFrom": {
4691
+ "name": "UmTextFieldBase",
4692
+ "module": "src/shared/text-field-base/text-field-base.ts"
4693
+ }
4749
4694
  },
4750
4695
  {
4751
4696
  "kind": "field",
4752
- "name": "toggle",
4697
+ "name": "config",
4753
4698
  "type": {
4754
- "text": "boolean"
4699
+ "text": "UmFieldDefaults | undefined"
4755
4700
  },
4756
- "description": "When true, the chip will toggle between selected and unselected\nstates",
4757
- "attribute": "toggle",
4758
- "reflects": true
4701
+ "privacy": "private",
4702
+ "inheritedFrom": {
4703
+ "name": "UmFieldBase",
4704
+ "module": "src/field/field-base.ts"
4705
+ }
4759
4706
  },
4760
4707
  {
4761
4708
  "kind": "field",
4762
- "name": "removable",
4709
+ "name": "variant",
4763
4710
  "type": {
4764
- "text": "boolean"
4711
+ "text": "'filled' | 'outlined' | undefined"
4765
4712
  },
4766
- "default": "false",
4767
- "description": "Add the remove icon",
4768
- "attribute": "removable",
4769
- "reflects": true
4713
+ "default": "undefined",
4714
+ "attribute": "variant",
4715
+ "inheritedFrom": {
4716
+ "name": "UmFieldBase",
4717
+ "module": "src/field/field-base.ts"
4718
+ }
4770
4719
  },
4771
4720
  {
4772
4721
  "kind": "field",
4773
- "name": "hideSelectedIcon",
4722
+ "name": "label",
4774
4723
  "type": {
4775
- "text": "boolean"
4724
+ "text": "string | undefined"
4776
4725
  },
4777
- "default": "false",
4778
- "description": "Hide the selected icon",
4779
- "attribute": "hide-selected-icon",
4780
- "reflects": true
4726
+ "description": "The floating label for the field",
4727
+ "attribute": "label",
4728
+ "inheritedFrom": {
4729
+ "name": "UmFieldBase",
4730
+ "module": "src/field/field-base.ts"
4731
+ }
4781
4732
  },
4782
4733
  {
4783
4734
  "kind": "field",
4784
- "name": "hasLeadingIcon",
4735
+ "name": "_innerCounter",
4785
4736
  "type": {
4786
- "text": "boolean"
4737
+ "text": "string | undefined"
4787
4738
  },
4788
- "default": "false",
4789
- "description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
4790
- "attribute": "has-leading-icon",
4791
- "reflects": true
4739
+ "privacy": "protected",
4740
+ "inheritedFrom": {
4741
+ "name": "UmFieldBase",
4742
+ "module": "src/field/field-base.ts"
4743
+ }
4792
4744
  },
4793
4745
  {
4794
4746
  "kind": "field",
4795
- "name": "hasSelectedIcon",
4747
+ "name": "counter",
4796
4748
  "type": {
4797
- "text": "boolean"
4749
+ "text": "string | undefined"
4798
4750
  },
4799
- "default": "false",
4800
- "description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
4801
- "attribute": "has-selected-icon",
4802
- "reflects": true
4751
+ "attribute": "counter",
4752
+ "inheritedFrom": {
4753
+ "name": "UmFieldBase",
4754
+ "module": "src/field/field-base.ts"
4755
+ }
4803
4756
  },
4804
4757
  {
4805
4758
  "kind": "field",
4806
- "name": "hasTrailingIcon",
4759
+ "name": "hideCounter",
4807
4760
  "type": {
4808
4761
  "text": "boolean"
4809
4762
  },
4810
4763
  "default": "false",
4811
- "description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
4812
- "attribute": "has-trailing-icon",
4813
- "reflects": true
4764
+ "attribute": "hide-counter",
4765
+ "inheritedFrom": {
4766
+ "name": "UmFieldBase",
4767
+ "module": "src/field/field-base.ts"
4768
+ }
4814
4769
  },
4815
4770
  {
4816
4771
  "kind": "field",
4817
- "name": "assignedLeadingIcons",
4772
+ "name": "supportingText",
4818
4773
  "type": {
4819
- "text": "HTMLElement[]"
4774
+ "text": "| string\n | undefined"
4820
4775
  },
4821
- "privacy": "private"
4776
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
4777
+ "attribute": "supporting-text",
4778
+ "inheritedFrom": {
4779
+ "name": "UmFieldBase",
4780
+ "module": "src/field/field-base.ts"
4781
+ }
4822
4782
  },
4823
4783
  {
4824
4784
  "kind": "field",
4825
- "name": "assignedSelectedIcons",
4785
+ "name": "errorText",
4826
4786
  "type": {
4827
- "text": "HTMLElement[]"
4787
+ "text": "string | undefined"
4828
4788
  },
4829
- "privacy": "private"
4789
+ "description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
4790
+ "attribute": "error-text",
4791
+ "inheritedFrom": {
4792
+ "name": "UmFieldBase",
4793
+ "module": "src/field/field-base.ts"
4794
+ }
4830
4795
  },
4831
4796
  {
4832
4797
  "kind": "field",
4833
- "name": "assignedTrailingIcons",
4798
+ "name": "disabled",
4834
4799
  "type": {
4835
- "text": "HTMLElement[]"
4800
+ "text": "boolean"
4836
4801
  },
4837
- "privacy": "private"
4802
+ "default": "false",
4803
+ "attribute": "disabled",
4804
+ "reflects": true,
4805
+ "inheritedFrom": {
4806
+ "name": "UmFieldBase",
4807
+ "module": "src/field/field-base.ts"
4808
+ }
4838
4809
  },
4839
4810
  {
4840
4811
  "kind": "field",
4841
- "name": "removeRipple",
4812
+ "name": "invalid",
4842
4813
  "type": {
4843
- "text": "UmRipple"
4814
+ "text": "boolean"
4815
+ },
4816
+ "default": "false",
4817
+ "description": "Get or sets where or not the field is in a visually invalid state.",
4818
+ "attribute": "invalid",
4819
+ "reflects": true,
4820
+ "inheritedFrom": {
4821
+ "name": "UmFieldBase",
4822
+ "module": "src/field/field-base.ts"
4844
4823
  }
4845
4824
  },
4846
4825
  {
4847
4826
  "kind": "method",
4848
- "name": "#handleRemoveClick",
4849
- "parameters": [
4850
- {
4851
- "name": "e",
4852
- "type": {
4853
- "text": "Event"
4854
- }
4855
- }
4856
- ]
4857
- },
4858
- {
4859
- "kind": "method",
4860
- "name": "#handleTrailingIconSlotChange"
4861
- },
4862
- {
4863
- "kind": "method",
4864
- "name": "#handleLeadingIconSlotChange"
4865
- },
4866
- {
4867
- "kind": "method",
4868
- "name": "#handleSelectedIconSlotChange"
4869
- },
4870
- {
4871
- "kind": "method",
4872
- "name": "handleClick",
4873
- "privacy": "protected",
4827
+ "name": "setDefaults",
4828
+ "static": true,
4874
4829
  "return": {
4875
4830
  "type": {
4876
- "text": "void"
4831
+ "text": "ContextProvider<Context<HTMLElement, UmFieldDefaults>>"
4877
4832
  }
4878
4833
  },
4879
4834
  "parameters": [
4880
4835
  {
4881
- "name": "event",
4836
+ "name": "contextRoot",
4882
4837
  "type": {
4883
- "text": "UIEvent"
4838
+ "text": "HTMLElement"
4839
+ }
4840
+ },
4841
+ {
4842
+ "name": "config",
4843
+ "type": {
4844
+ "text": "UmFieldDefaults"
4884
4845
  }
4885
4846
  }
4886
4847
  ],
4887
4848
  "inheritedFrom": {
4888
- "name": "UmButtonWrapper",
4889
- "module": "src/shared/button-wrapper.ts"
4890
- }
4891
- },
4892
- {
4893
- "kind": "method",
4894
- "name": "renderContent",
4895
- "privacy": "protected",
4896
- "return": {
4897
- "type": {
4898
- "text": "HTMLTemplateResult"
4899
- }
4900
- },
4901
- "inheritedFrom": {
4902
- "name": "UmButtonWrapper",
4903
- "module": "src/shared/button-wrapper.ts"
4849
+ "name": "UmFieldBase",
4850
+ "module": "src/field/field-base.ts"
4904
4851
  }
4905
4852
  },
4906
4853
  {
4907
4854
  "kind": "field",
4908
- "name": "disabled",
4855
+ "name": "hasLeadingIcon",
4909
4856
  "type": {
4910
4857
  "text": "boolean"
4911
4858
  },
4912
4859
  "default": "false",
4913
- "description": "Whether the button is disabled or not.",
4914
- "attribute": "disabled",
4860
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
4861
+ "attribute": "has-leading-icon",
4915
4862
  "reflects": true,
4916
4863
  "inheritedFrom": {
4917
- "name": "UmButtonWrapper",
4918
- "module": "src/shared/button-wrapper.ts"
4864
+ "name": "UmFieldBase",
4865
+ "module": "src/field/field-base.ts"
4919
4866
  }
4920
4867
  },
4921
4868
  {
4922
4869
  "kind": "field",
4923
- "name": "renderRipple",
4870
+ "name": "hasTrailingIcon",
4924
4871
  "type": {
4925
4872
  "text": "boolean"
4926
4873
  },
4927
- "default": "true",
4874
+ "default": "false",
4875
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
4876
+ "attribute": "has-trailing-icon",
4877
+ "reflects": true,
4928
4878
  "inheritedFrom": {
4929
- "name": "UmButtonWrapper",
4930
- "module": "src/shared/button-wrapper.ts"
4879
+ "name": "UmFieldBase",
4880
+ "module": "src/field/field-base.ts"
4931
4881
  }
4932
4882
  },
4933
4883
  {
4934
4884
  "kind": "field",
4935
- "name": "href",
4885
+ "name": "hasErrorText",
4936
4886
  "type": {
4937
- "text": "string | undefined"
4887
+ "text": "boolean"
4938
4888
  },
4939
- "description": "The URL that the link button points to.",
4940
- "attribute": "href",
4889
+ "default": "false",
4890
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
4891
+ "attribute": "has-error-text",
4892
+ "reflects": true,
4941
4893
  "inheritedFrom": {
4942
- "name": "UmButtonWrapper",
4943
- "module": "src/shared/button-wrapper.ts"
4894
+ "name": "UmFieldBase",
4895
+ "module": "src/field/field-base.ts"
4944
4896
  }
4945
4897
  },
4946
4898
  {
4947
4899
  "kind": "field",
4948
- "name": "target",
4900
+ "name": "assignedLeadingIcons",
4949
4901
  "type": {
4950
- "text": "string | undefined"
4902
+ "text": "HTMLElement[]"
4951
4903
  },
4952
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
4953
- "attribute": "target",
4904
+ "privacy": "private",
4954
4905
  "inheritedFrom": {
4955
- "name": "UmButtonWrapper",
4956
- "module": "src/shared/button-wrapper.ts"
4906
+ "name": "UmFieldBase",
4907
+ "module": "src/field/field-base.ts"
4957
4908
  }
4958
4909
  },
4959
4910
  {
4960
4911
  "kind": "field",
4961
- "name": "name",
4912
+ "name": "assignedTrailingIcons",
4962
4913
  "type": {
4963
- "text": "string | undefined"
4914
+ "text": "HTMLElement[]"
4964
4915
  },
4965
- "attribute": "name",
4916
+ "privacy": "private",
4966
4917
  "inheritedFrom": {
4967
- "name": "UmButtonWrapper",
4968
- "module": "src/shared/button-wrapper.ts"
4918
+ "name": "UmFieldBase",
4919
+ "module": "src/field/field-base.ts"
4969
4920
  }
4970
4921
  },
4971
4922
  {
4972
4923
  "kind": "field",
4973
- "name": "buttonElement",
4924
+ "name": "assignedErrorTexts",
4974
4925
  "type": {
4975
- "text": "HTMLElement"
4926
+ "text": "HTMLElement[]"
4976
4927
  },
4928
+ "privacy": "private",
4977
4929
  "inheritedFrom": {
4978
- "name": "UmButtonWrapper",
4979
- "module": "src/shared/button-wrapper.ts"
4930
+ "name": "UmFieldBase",
4931
+ "module": "src/field/field-base.ts"
4980
4932
  }
4981
4933
  },
4982
4934
  {
4983
4935
  "kind": "field",
4984
- "name": "ripple",
4936
+ "name": "_labelElement",
4985
4937
  "type": {
4986
- "text": "UmRipple"
4938
+ "text": "HTMLElement"
4987
4939
  },
4988
4940
  "privacy": "private",
4989
4941
  "inheritedFrom": {
4990
- "name": "UmButtonWrapper",
4991
- "module": "src/shared/button-wrapper.ts"
4942
+ "name": "UmFieldBase",
4943
+ "module": "src/field/field-base.ts"
4992
4944
  }
4993
4945
  },
4994
4946
  {
4995
4947
  "kind": "field",
4996
- "name": "innerRole",
4948
+ "name": "_container",
4997
4949
  "type": {
4998
- "text": "string | null"
4950
+ "text": "HTMLElement"
4999
4951
  },
5000
4952
  "privacy": "protected",
5001
- "default": "null",
5002
4953
  "inheritedFrom": {
5003
- "name": "UmButtonWrapper",
5004
- "module": "src/shared/button-wrapper.ts"
4954
+ "name": "UmFieldBase",
4955
+ "module": "src/field/field-base.ts"
5005
4956
  }
5006
4957
  },
5007
4958
  {
5008
4959
  "kind": "field",
5009
- "name": "pathname",
4960
+ "name": "labelSizeObserver",
5010
4961
  "type": {
5011
- "text": "string"
4962
+ "text": "ResizeObserver | null"
5012
4963
  },
4964
+ "privacy": "private",
4965
+ "default": "null",
5013
4966
  "inheritedFrom": {
5014
- "name": "UmButtonWrapper",
5015
- "module": "src/shared/button-wrapper.ts"
4967
+ "name": "UmFieldBase",
4968
+ "module": "src/field/field-base.ts"
5016
4969
  }
5017
4970
  },
5018
4971
  {
5019
4972
  "kind": "method",
5020
- "name": "renderButton",
5021
- "privacy": "private",
4973
+ "name": "renderAfterContent",
4974
+ "privacy": "protected",
4975
+ "return": {
4976
+ "type": {
4977
+ "text": "TemplateResult"
4978
+ }
4979
+ },
5022
4980
  "inheritedFrom": {
5023
- "name": "UmButtonWrapper",
5024
- "module": "src/shared/button-wrapper.ts"
4981
+ "name": "UmFieldBase",
4982
+ "module": "src/field/field-base.ts"
5025
4983
  }
5026
4984
  },
5027
4985
  {
5028
4986
  "kind": "method",
5029
- "name": "renderLink",
5030
- "privacy": "private",
4987
+ "name": "#attach",
4988
+ "return": {
4989
+ "type": {
4990
+ "text": "Promise<void>"
4991
+ }
4992
+ },
5031
4993
  "inheritedFrom": {
5032
- "name": "UmButtonWrapper",
5033
- "module": "src/shared/button-wrapper.ts"
4994
+ "name": "UmFieldBase",
4995
+ "module": "src/field/field-base.ts"
5034
4996
  }
5035
4997
  },
5036
4998
  {
5037
4999
  "kind": "method",
5038
- "name": "focus",
5000
+ "name": "handleLeadingIconSlotChange",
5001
+ "privacy": "private",
5039
5002
  "inheritedFrom": {
5040
- "name": "UmButtonWrapper",
5041
- "module": "src/shared/button-wrapper.ts"
5003
+ "name": "UmFieldBase",
5004
+ "module": "src/field/field-base.ts"
5042
5005
  }
5043
5006
  },
5044
5007
  {
5045
5008
  "kind": "method",
5046
- "name": "blur",
5009
+ "name": "handleTrailingIconSlotChange",
5010
+ "privacy": "private",
5047
5011
  "inheritedFrom": {
5048
- "name": "UmButtonWrapper",
5049
- "module": "src/shared/button-wrapper.ts"
5012
+ "name": "UmFieldBase",
5013
+ "module": "src/field/field-base.ts"
5050
5014
  }
5051
5015
  },
5052
5016
  {
5053
5017
  "kind": "method",
5054
- "name": "getAriaLabel",
5055
- "privacy": "protected",
5056
- "return": {
5057
- "type": {
5058
- "text": "string | null"
5059
- }
5060
- },
5018
+ "name": "handleErrorTextSlotChange",
5019
+ "privacy": "private",
5061
5020
  "inheritedFrom": {
5062
- "name": "UmButtonWrapper",
5063
- "module": "src/shared/button-wrapper.ts"
5021
+ "name": "UmFieldBase",
5022
+ "module": "src/field/field-base.ts"
5064
5023
  }
5065
5024
  },
5066
5025
  {
5067
5026
  "kind": "method",
5068
- "name": "innerFocusHandler",
5027
+ "name": "setLabelWidthProperties",
5069
5028
  "privacy": "private",
5070
- "return": {
5071
- "type": {
5072
- "text": "void"
5073
- }
5074
- },
5075
5029
  "inheritedFrom": {
5076
- "name": "UmButtonWrapper",
5077
- "module": "src/shared/button-wrapper.ts"
5030
+ "name": "UmFieldBase",
5031
+ "module": "src/field/field-base.ts"
5078
5032
  }
5079
5033
  },
5080
5034
  {
5081
5035
  "kind": "method",
5082
- "name": "#innerClickHandler",
5036
+ "name": "renderDefaultTrailingIcon",
5037
+ "privacy": "protected",
5083
5038
  "return": {
5084
5039
  "type": {
5085
- "text": "void"
5040
+ "text": "TemplateResult | typeof nothing"
5086
5041
  }
5087
5042
  },
5088
- "parameters": [
5089
- {
5090
- "name": "event",
5091
- "type": {
5092
- "text": "MouseEvent"
5093
- }
5094
- }
5095
- ],
5096
5043
  "inheritedFrom": {
5097
- "name": "UmButtonWrapper",
5098
- "module": "src/shared/button-wrapper.ts"
5044
+ "name": "UmFieldBase",
5045
+ "module": "src/field/field-base.ts"
5099
5046
  }
5100
5047
  }
5101
5048
  ],
@@ -5109,82 +5056,119 @@
5109
5056
  ],
5110
5057
  "attributes": [
5111
5058
  {
5112
- "name": "selected",
5059
+ "name": "name",
5060
+ "type": {
5061
+ "text": "string"
5062
+ },
5063
+ "fieldName": "name"
5064
+ },
5065
+ {
5066
+ "name": "manual",
5113
5067
  "type": {
5114
5068
  "text": "boolean"
5115
5069
  },
5116
5070
  "default": "false",
5117
- "description": "Whether the chip is selected or not",
5118
- "fieldName": "selected"
5071
+ "description": "If true, ignore enter key input",
5072
+ "fieldName": "manual"
5119
5073
  },
5120
5074
  {
5121
- "name": "clickable",
5075
+ "name": "placeholder",
5122
5076
  "type": {
5123
- "text": "boolean"
5077
+ "text": "string"
5124
5078
  },
5125
- "fieldName": "clickable"
5079
+ "default": "''",
5080
+ "fieldName": "placeholder",
5081
+ "inheritedFrom": {
5082
+ "name": "UmTextFieldBase",
5083
+ "module": "src/shared/text-field-base/text-field-base.ts"
5084
+ }
5126
5085
  },
5127
5086
  {
5128
- "name": "elevated",
5087
+ "name": "variant",
5129
5088
  "type": {
5130
- "text": "boolean"
5089
+ "text": "'filled' | 'outlined' | undefined"
5131
5090
  },
5132
- "default": "false",
5133
- "description": "Adds elevation to the chip",
5134
- "fieldName": "elevated"
5091
+ "default": "undefined",
5092
+ "resolveInitializer": {
5093
+ "module": "src/field/field-base.ts"
5094
+ },
5095
+ "fieldName": "variant",
5096
+ "inheritedFrom": {
5097
+ "name": "UmFieldBase",
5098
+ "module": "src/field/field-base.ts"
5099
+ }
5135
5100
  },
5136
5101
  {
5137
- "name": "toggle",
5102
+ "name": "label",
5138
5103
  "type": {
5139
- "text": "boolean"
5104
+ "text": "string | undefined"
5140
5105
  },
5141
- "description": "When true, the chip will toggle between selected and unselected\nstates",
5142
- "fieldName": "toggle"
5106
+ "description": "The floating label for the field",
5107
+ "fieldName": "label",
5108
+ "inheritedFrom": {
5109
+ "name": "UmFieldBase",
5110
+ "module": "src/field/field-base.ts"
5111
+ }
5143
5112
  },
5144
5113
  {
5145
- "name": "removable",
5114
+ "name": "counter",
5146
5115
  "type": {
5147
- "text": "boolean"
5116
+ "text": "string | undefined"
5148
5117
  },
5149
- "default": "false",
5150
- "description": "Add the remove icon",
5151
- "fieldName": "removable"
5118
+ "fieldName": "counter",
5119
+ "inheritedFrom": {
5120
+ "name": "UmFieldBase",
5121
+ "module": "src/field/field-base.ts"
5122
+ }
5152
5123
  },
5153
5124
  {
5154
- "name": "hide-selected-icon",
5125
+ "name": "hide-counter",
5155
5126
  "type": {
5156
5127
  "text": "boolean"
5157
5128
  },
5158
5129
  "default": "false",
5159
- "description": "Hide the selected icon",
5160
- "fieldName": "hideSelectedIcon"
5130
+ "fieldName": "hideCounter",
5131
+ "inheritedFrom": {
5132
+ "name": "UmFieldBase",
5133
+ "module": "src/field/field-base.ts"
5134
+ }
5161
5135
  },
5162
5136
  {
5163
- "name": "has-leading-icon",
5137
+ "name": "supporting-text",
5164
5138
  "type": {
5165
- "text": "boolean"
5139
+ "text": "| string\n | undefined"
5166
5140
  },
5167
- "default": "false",
5168
- "description": "Whether the chip has a leading icon or not\n\n_Note:_ Readonly",
5169
- "fieldName": "hasLeadingIcon"
5141
+ "description": "Supporting text conveys additional information about the field, such as how it will be used",
5142
+ "fieldName": "supportingText",
5143
+ "inheritedFrom": {
5144
+ "name": "UmFieldBase",
5145
+ "module": "src/field/field-base.ts"
5146
+ }
5170
5147
  },
5171
5148
  {
5172
- "name": "has-selected-icon",
5149
+ "name": "error-text",
5173
5150
  "type": {
5174
- "text": "boolean"
5151
+ "text": "string | undefined"
5175
5152
  },
5176
- "default": "false",
5177
- "description": "Whether the chip has a selected icon or not\n\n_Note:_ Readonly",
5178
- "fieldName": "hasSelectedIcon"
5153
+ "description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
5154
+ "fieldName": "errorText",
5155
+ "inheritedFrom": {
5156
+ "name": "UmFieldBase",
5157
+ "module": "src/field/field-base.ts"
5158
+ }
5179
5159
  },
5180
5160
  {
5181
- "name": "has-trailing-icon",
5161
+ "name": "empty",
5182
5162
  "type": {
5183
5163
  "text": "boolean"
5184
5164
  },
5185
5165
  "default": "false",
5186
- "description": "Whether the chip has a trailing icon or not\n\n_Note:_ Readonly",
5187
- "fieldName": "hasTrailingIcon"
5166
+ "description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
5167
+ "fieldName": "empty",
5168
+ "inheritedFrom": {
5169
+ "name": "UmFieldBase",
5170
+ "module": "src/field/field-base.ts"
5171
+ }
5188
5172
  },
5189
5173
  {
5190
5174
  "name": "disabled",
@@ -5192,72 +5176,88 @@
5192
5176
  "text": "boolean"
5193
5177
  },
5194
5178
  "default": "false",
5195
- "description": "Whether the button is disabled or not.",
5196
5179
  "fieldName": "disabled",
5197
5180
  "inheritedFrom": {
5198
- "name": "UmButtonWrapper",
5199
- "module": "src/shared/button-wrapper.ts"
5181
+ "name": "UmFieldBase",
5182
+ "module": "src/field/field-base.ts"
5200
5183
  }
5201
5184
  },
5202
5185
  {
5203
- "name": "href",
5186
+ "name": "invalid",
5204
5187
  "type": {
5205
- "text": "string | undefined"
5188
+ "text": "boolean"
5206
5189
  },
5207
- "description": "The URL that the link button points to.",
5208
- "fieldName": "href",
5190
+ "default": "false",
5191
+ "description": "Get or sets where or not the field is in a visually invalid state.",
5192
+ "fieldName": "invalid",
5209
5193
  "inheritedFrom": {
5210
- "name": "UmButtonWrapper",
5211
- "module": "src/shared/button-wrapper.ts"
5194
+ "name": "UmFieldBase",
5195
+ "module": "src/field/field-base.ts"
5212
5196
  }
5213
5197
  },
5214
5198
  {
5215
- "name": "target",
5199
+ "name": "has-leading-icon",
5216
5200
  "type": {
5217
- "text": "string | undefined"
5201
+ "text": "boolean"
5218
5202
  },
5219
- "description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
5220
- "fieldName": "target",
5203
+ "default": "false",
5204
+ "description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
5205
+ "fieldName": "hasLeadingIcon",
5221
5206
  "inheritedFrom": {
5222
- "name": "UmButtonWrapper",
5223
- "module": "src/shared/button-wrapper.ts"
5207
+ "name": "UmFieldBase",
5208
+ "module": "src/field/field-base.ts"
5224
5209
  }
5225
5210
  },
5226
5211
  {
5227
- "name": "name",
5212
+ "name": "has-trailing-icon",
5228
5213
  "type": {
5229
- "text": "string | undefined"
5214
+ "text": "boolean"
5230
5215
  },
5231
- "fieldName": "name",
5216
+ "default": "false",
5217
+ "description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
5218
+ "fieldName": "hasTrailingIcon",
5232
5219
  "inheritedFrom": {
5233
- "name": "UmButtonWrapper",
5234
- "module": "src/shared/button-wrapper.ts"
5220
+ "name": "UmFieldBase",
5221
+ "module": "src/field/field-base.ts"
5222
+ }
5223
+ },
5224
+ {
5225
+ "name": "has-error-text",
5226
+ "type": {
5227
+ "text": "boolean"
5228
+ },
5229
+ "default": "false",
5230
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
5231
+ "fieldName": "hasErrorText",
5232
+ "inheritedFrom": {
5233
+ "name": "UmFieldBase",
5234
+ "module": "src/field/field-base.ts"
5235
5235
  }
5236
5236
  }
5237
5237
  ],
5238
5238
  "superclass": {
5239
- "name": "UmButtonWrapper",
5240
- "module": "/src/shared/button-wrapper.js"
5239
+ "name": "UmTextFieldBase",
5240
+ "module": "/src/shared/text-field-base/text-field-base.js"
5241
5241
  },
5242
- "tagName": "u-chip",
5242
+ "tagName": "u-chip-field",
5243
5243
  "customElement": true
5244
5244
  }
5245
5245
  ],
5246
5246
  "exports": [
5247
5247
  {
5248
5248
  "kind": "js",
5249
- "name": "UmChip",
5249
+ "name": "UmChipField",
5250
5250
  "declaration": {
5251
- "name": "UmChip",
5252
- "module": "src/chip/chip.ts"
5251
+ "name": "UmChipField",
5252
+ "module": "src/chip-field/chip-field.ts"
5253
5253
  }
5254
5254
  },
5255
5255
  {
5256
5256
  "kind": "custom-element-definition",
5257
- "name": "u-chip",
5257
+ "name": "u-chip-field",
5258
5258
  "declaration": {
5259
- "name": "UmChip",
5260
- "module": "src/chip/chip.ts"
5259
+ "name": "UmChipField",
5260
+ "module": "src/chip-field/chip-field.ts"
5261
5261
  }
5262
5262
  }
5263
5263
  ]
@@ -12398,366 +12398,332 @@
12398
12398
  "exports": [
12399
12399
  {
12400
12400
  "kind": "js",
12401
- "name": "normalizeText",
12401
+ "name": "normalizeText",
12402
+ "declaration": {
12403
+ "name": "normalizeText",
12404
+ "module": "src/shared/normalize-text.ts"
12405
+ }
12406
+ }
12407
+ ]
12408
+ },
12409
+ {
12410
+ "kind": "javascript-module",
12411
+ "path": "src/snackbar/snackbar.styles.ts",
12412
+ "declarations": [
12413
+ {
12414
+ "kind": "variable",
12415
+ "name": "styles",
12416
+ "default": "css `\n :host {\n --u-elevation-level: var(--u-snackbar-elevation-level, 3);\n --_snackbar-margin: var(--u-snackbar-margin, var(--u-spacing-medium, 16px));\n position: fixed;\n inset-inline: 0;\n inset-block-end: 0;\n padding: var(--_snackbar-margin);\n z-index: var(--u-snackbar-z-index, 1070);\n display: flex;\n justify-content: center;\n }\n\n .snackbar {\n display: flex;\n align-items: center;\n min-height: var(--u-snackbar-height, 48px);\n color: var(--u-snackbar-text-color, var(--u-color-on-inverse-surface, rgb(245, 239, 247)));\n background-color: var(--u-snackbar-bg-color, var(--u-color-inverse-surface, rgb(50, 47, 53)));\n border-radius: var(--u-snackbar-shape, var(--u-shape-corner-extra-small, 4px));\n animation-name: snackbar-fade-in;\n animation-duration: 450ms;\n animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);\n animation-fill-mode: forwards;\n min-width: var(--u-snackbar-min-width, 100%);\n max-width: var(--u-snackbar-max-width, 100%);\n }\n .snackbar.dismiss {\n animation-name: snackbar-fade-out;\n }\n\n u-button {\n color: var(--u-color-inverse-primary, );\n margin-inline: var(--u-snackbar-text-button-margin, var(--u-spacing-small, 8px));\n }\n\n u-icon-button {\n color: var(--u-color-on-inverse-surface, rgb(245, 239, 247));\n margin-inline: var(--u-snackbar-close-button-margin, var(--u-spacing-extra-small, 4px));\n }\n\n .label {\n flex: 1;\n overflow: hidden;\n color: var(--u-on-inverse-surface-color);\n padding: var(--u-snackbar-text-margin, var(--u-spacing-medium, 16px));\n line-height: 18px;\n }\n\n @media (min-width: 840px) {\n :host {\n --_snackbar-margin: var(--u-snackbar-margin, var(--u-spacing-large, 24px));\n }\n .snackbar {\n min-width: var(--u-snackbar-min-width, 288px);\n max-width: var(--u-snackbar-max-width, 568px);\n }\n }\n @keyframes snackbar-fade-in {\n 0% {\n opacity: 0;\n transform: scale3d(0.5, 0.5, 1);\n }\n 100% {\n opacity: 1;\n transform: scale3d(1, 1, 1);\n }\n }\n @keyframes snackbar-fade-out {\n 0% {\n opacity: 1;\n transform: scale3d(1, 1, 1);\n }\n 100% {\n opacity: 0;\n transform: scale3d(0.5, 0.5, 1);\n }\n }\n`"
12417
+ }
12418
+ ],
12419
+ "exports": [
12420
+ {
12421
+ "kind": "js",
12422
+ "name": "styles",
12402
12423
  "declaration": {
12403
- "name": "normalizeText",
12404
- "module": "src/shared/normalize-text.ts"
12424
+ "name": "styles",
12425
+ "module": "src/snackbar/snackbar.styles.ts"
12405
12426
  }
12406
12427
  }
12407
12428
  ]
12408
12429
  },
12409
12430
  {
12410
12431
  "kind": "javascript-module",
12411
- "path": "src/switch/switch-list-item.ts",
12432
+ "path": "src/snackbar/snackbar.ts",
12412
12433
  "declarations": [
12413
12434
  {
12414
12435
  "kind": "class",
12415
12436
  "description": "",
12416
- "name": "UmSwitchListItem",
12417
- "mixins": [
12418
- {
12419
- "name": "mixinSelectionControlListItem",
12420
- "module": "/src/shared/selection-control/selection-control-list-item.js"
12421
- }
12422
- ],
12423
- "superclass": {
12424
- "name": "UmSwitch",
12425
- "module": "/src/switch/switch.js"
12426
- },
12427
- "tagName": "u-switch-list-item",
12428
- "customElement": true,
12437
+ "name": "UmSnackbar",
12429
12438
  "members": [
12430
12439
  {
12431
12440
  "kind": "field",
12432
- "name": "styles",
12441
+ "name": "label",
12433
12442
  "type": {
12434
- "text": "array"
12443
+ "text": "string"
12435
12444
  },
12436
- "static": true,
12437
- "default": "[\n (base as unknown as typeof LitElement).styles ?? [],\n css`:host {\n --u-list-item-block-padding: 0;\n display: block;\n }`\n ]",
12438
- "inheritedFrom": {
12439
- "name": "mixinSelectionControlListItem",
12440
- "module": "src/shared/selection-control/selection-control-list-item.ts"
12441
- }
12445
+ "default": "''",
12446
+ "attribute": "label",
12447
+ "reflects": true
12442
12448
  },
12443
12449
  {
12444
- "kind": "method",
12445
- "name": "render",
12446
- "return": {
12447
- "type": {
12448
- "text": "HTMLTemplateResult"
12449
- }
12450
+ "kind": "field",
12451
+ "name": "buttonLabel",
12452
+ "type": {
12453
+ "text": "string"
12450
12454
  },
12451
- "inheritedFrom": {
12452
- "name": "mixinSelectionControlListItem",
12453
- "module": "src/shared/selection-control/selection-control-list-item.ts"
12454
- }
12455
+ "default": "''",
12456
+ "attribute": "buttonLabel",
12457
+ "reflects": true
12455
12458
  },
12456
12459
  {
12457
12460
  "kind": "field",
12458
- "name": "renderRipple",
12461
+ "name": "showClose",
12459
12462
  "type": {
12460
12463
  "text": "boolean"
12461
12464
  },
12462
- "privacy": "protected",
12463
12465
  "default": "false",
12464
- "inheritedFrom": {
12465
- "name": "UmSelectionControl",
12466
- "module": "src/shared/selection-control/selection-control.ts"
12467
- }
12468
- },
12469
- {
12470
- "kind": "method",
12471
- "name": "renderIndicator",
12472
- "privacy": "protected",
12473
- "return": {
12474
- "type": {
12475
- "text": "HTMLTemplateResult"
12476
- }
12477
- },
12478
- "inheritedFrom": {
12479
- "name": "UmSelectionControl",
12480
- "module": "src/shared/selection-control/selection-control.ts"
12481
- }
12466
+ "attribute": "show-close",
12467
+ "reflects": true
12482
12468
  },
12483
12469
  {
12484
12470
  "kind": "field",
12485
- "name": "formAssociated",
12471
+ "name": "dismissed",
12486
12472
  "type": {
12487
12473
  "text": "boolean"
12488
12474
  },
12489
- "static": true,
12490
- "default": "true",
12491
- "inheritedFrom": {
12492
- "name": "UmSelectionControl",
12493
- "module": "src/shared/selection-control/selection-control.ts"
12494
- }
12475
+ "default": "false",
12476
+ "attribute": "dismissed",
12477
+ "reflects": true
12495
12478
  },
12496
12479
  {
12497
12480
  "kind": "field",
12498
- "name": "elementInternals",
12481
+ "name": "duration",
12499
12482
  "type": {
12500
- "text": "ElementInternals"
12483
+ "text": "SnackbarDuration"
12501
12484
  },
12502
- "privacy": "protected",
12503
- "inheritedFrom": {
12504
- "name": "UmSelectionControl",
12505
- "module": "src/shared/selection-control/selection-control.ts"
12506
- }
12485
+ "privacy": "private"
12507
12486
  },
12508
12487
  {
12509
12488
  "kind": "field",
12510
- "name": "name",
12489
+ "name": "snackbar",
12511
12490
  "type": {
12512
- "text": "string | undefined"
12491
+ "text": "HTMLElement"
12513
12492
  },
12514
- "default": "''",
12515
- "attribute": "name",
12516
- "inheritedFrom": {
12517
- "name": "UmSelectionControl",
12518
- "module": "src/shared/selection-control/selection-control.ts"
12519
- }
12493
+ "privacy": "private"
12520
12494
  },
12521
12495
  {
12522
- "kind": "field",
12523
- "name": "disabled",
12524
- "type": {
12525
- "text": "boolean"
12526
- },
12527
- "default": "false",
12528
- "attribute": "disabled",
12529
- "reflects": true,
12530
- "inheritedFrom": {
12531
- "name": "UmSelectionControl",
12532
- "module": "src/shared/selection-control/selection-control.ts"
12533
- }
12496
+ "kind": "method",
12497
+ "name": "renderButton",
12498
+ "privacy": "private"
12534
12499
  },
12535
12500
  {
12536
- "kind": "field",
12537
- "name": "input",
12538
- "type": {
12539
- "text": "HTMLInputElement"
12540
- },
12541
- "inheritedFrom": {
12542
- "name": "UmSelectionControl",
12543
- "module": "src/shared/selection-control/selection-control.ts"
12501
+ "kind": "method",
12502
+ "name": "renderCloseButton",
12503
+ "privacy": "private"
12504
+ },
12505
+ {
12506
+ "kind": "method",
12507
+ "name": "dismiss",
12508
+ "return": {
12509
+ "type": {
12510
+ "text": "void"
12511
+ }
12544
12512
  }
12545
12513
  },
12546
12514
  {
12547
12515
  "kind": "field",
12548
- "name": "form",
12516
+ "name": "_queue",
12549
12517
  "type": {
12550
- "text": "HTMLFormElement | null"
12518
+ "text": "UmSnackbar[]"
12551
12519
  },
12552
- "inheritedFrom": {
12553
- "name": "UmSelectionControl",
12554
- "module": "src/shared/selection-control/selection-control.ts"
12555
- }
12520
+ "privacy": "private",
12521
+ "static": true,
12522
+ "default": "[]"
12556
12523
  },
12557
12524
  {
12558
12525
  "kind": "field",
12559
- "name": "#checked",
12560
- "privacy": "private",
12526
+ "name": "_consuming",
12561
12527
  "type": {
12562
12528
  "text": "boolean"
12563
12529
  },
12564
- "default": "false",
12565
- "inheritedFrom": {
12566
- "name": "UmSelectionControl",
12567
- "module": "src/shared/selection-control/selection-control.ts"
12568
- }
12530
+ "privacy": "private",
12531
+ "static": true
12569
12532
  },
12570
12533
  {
12571
- "kind": "field",
12572
- "name": "inputType",
12573
- "type": {
12574
- "text": "'checkbox' | 'radio'"
12534
+ "kind": "method",
12535
+ "name": "show",
12536
+ "static": true,
12537
+ "return": {
12538
+ "type": {
12539
+ "text": "UmSnackbar"
12540
+ }
12575
12541
  },
12576
- "privacy": "protected",
12577
- "default": "'checkbox'",
12578
- "inheritedFrom": {
12579
- "name": "UmSelectionControl",
12580
- "module": "src/shared/selection-control/selection-control.ts"
12581
- }
12542
+ "parameters": [
12543
+ {
12544
+ "name": "label",
12545
+ "type": {
12546
+ "text": "string"
12547
+ }
12548
+ }
12549
+ ]
12582
12550
  },
12583
12551
  {
12584
- "kind": "field",
12585
- "name": "value",
12586
- "type": {
12587
- "text": "string"
12552
+ "kind": "method",
12553
+ "name": "show",
12554
+ "static": true,
12555
+ "return": {
12556
+ "type": {
12557
+ "text": "UmSnackbar"
12558
+ }
12588
12559
  },
12589
- "default": "'on'",
12590
- "description": "The element value to use in form submission when checked.",
12591
- "attribute": "value",
12592
- "inheritedFrom": {
12593
- "name": "UmSelectionControl",
12594
- "module": "src/shared/selection-control/selection-control.ts"
12595
- }
12560
+ "parameters": [
12561
+ {
12562
+ "name": "config",
12563
+ "type": {
12564
+ "text": "SnackbarConfig"
12565
+ }
12566
+ }
12567
+ ]
12596
12568
  },
12597
12569
  {
12598
- "kind": "field",
12599
- "name": "checked",
12600
- "attribute": "checked",
12601
- "inheritedFrom": {
12602
- "name": "UmSelectionControl",
12603
- "module": "src/shared/selection-control/selection-control.ts"
12604
- }
12570
+ "kind": "method",
12571
+ "name": "show",
12572
+ "static": true,
12573
+ "return": {
12574
+ "type": {
12575
+ "text": "UmSnackbar"
12576
+ }
12577
+ },
12578
+ "parameters": [
12579
+ {
12580
+ "name": "configOrLabel",
12581
+ "type": {
12582
+ "text": "SnackbarConfig | string"
12583
+ }
12584
+ }
12585
+ ]
12605
12586
  },
12606
12587
  {
12607
- "kind": "field",
12608
- "name": "_checkedAttribute",
12609
- "type": {
12610
- "text": "boolean"
12611
- },
12588
+ "kind": "method",
12589
+ "name": "consumeQueue",
12612
12590
  "privacy": "private",
12613
- "default": "false",
12614
- "attribute": "checked",
12615
- "inheritedFrom": {
12616
- "name": "UmSelectionControl",
12617
- "module": "src/shared/selection-control/selection-control.ts"
12618
- }
12591
+ "static": true
12592
+ },
12593
+ {
12594
+ "kind": "method",
12595
+ "name": "showNext",
12596
+ "privacy": "private",
12597
+ "static": true
12619
12598
  },
12620
12599
  {
12621
12600
  "kind": "method",
12622
- "name": "#handleClick",
12601
+ "name": "createSnackbar",
12602
+ "privacy": "private",
12603
+ "static": true,
12604
+ "return": {
12605
+ "type": {
12606
+ "text": "UmSnackbar"
12607
+ }
12608
+ },
12623
12609
  "parameters": [
12624
12610
  {
12625
- "name": "e",
12611
+ "name": "config",
12626
12612
  "type": {
12627
- "text": "Event"
12613
+ "text": "SnackbarConfig"
12628
12614
  }
12629
12615
  }
12630
- ],
12631
- "inheritedFrom": {
12632
- "name": "UmSelectionControl",
12633
- "module": "src/shared/selection-control/selection-control.ts"
12634
- }
12616
+ ]
12635
12617
  }
12636
12618
  ],
12637
12619
  "attributes": [
12638
12620
  {
12639
- "name": "name",
12621
+ "name": "label",
12640
12622
  "type": {
12641
- "text": "string | undefined"
12623
+ "text": "string"
12642
12624
  },
12643
12625
  "default": "''",
12644
- "fieldName": "name",
12645
- "inheritedFrom": {
12646
- "name": "UmSelectionControl",
12647
- "module": "src/shared/selection-control/selection-control.ts"
12648
- }
12649
- },
12650
- {
12651
- "name": "disabled",
12652
- "type": {
12653
- "text": "boolean"
12654
- },
12655
- "default": "false",
12656
- "fieldName": "disabled",
12657
- "inheritedFrom": {
12658
- "name": "UmSelectionControl",
12659
- "module": "src/shared/selection-control/selection-control.ts"
12660
- }
12626
+ "fieldName": "label"
12661
12627
  },
12662
12628
  {
12663
- "name": "value",
12629
+ "name": "buttonLabel",
12664
12630
  "type": {
12665
12631
  "text": "string"
12666
12632
  },
12667
- "default": "'on'",
12668
- "description": "The element value to use in form submission when checked.",
12669
- "fieldName": "value",
12670
- "inheritedFrom": {
12671
- "name": "UmSelectionControl",
12672
- "module": "src/shared/selection-control/selection-control.ts"
12673
- }
12633
+ "default": "''",
12634
+ "fieldName": "buttonLabel"
12674
12635
  },
12675
12636
  {
12676
- "name": "checked",
12677
- "fieldName": "_checkedAttribute",
12637
+ "name": "show-close",
12678
12638
  "type": {
12679
12639
  "text": "boolean"
12680
12640
  },
12681
12641
  "default": "false",
12682
- "inheritedFrom": {
12683
- "name": "UmSelectionControl",
12684
- "module": "src/shared/selection-control/selection-control.ts"
12685
- }
12686
- }
12687
- ],
12688
- "events": [
12689
- {
12690
- "name": "input",
12691
- "type": {
12692
- "text": "InputEvent"
12693
- },
12694
- "inheritedFrom": {
12695
- "name": "UmSelectionControl",
12696
- "module": "src/shared/selection-control/selection-control.ts"
12697
- }
12642
+ "fieldName": "showClose"
12698
12643
  },
12699
12644
  {
12700
- "name": "change",
12645
+ "name": "dismissed",
12701
12646
  "type": {
12702
- "text": "Event"
12647
+ "text": "boolean"
12703
12648
  },
12704
- "inheritedFrom": {
12705
- "name": "UmSelectionControl",
12706
- "module": "src/shared/selection-control/selection-control.ts"
12707
- }
12649
+ "default": "false",
12650
+ "fieldName": "dismissed"
12708
12651
  }
12709
- ]
12652
+ ],
12653
+ "superclass": {
12654
+ "name": "LitElement",
12655
+ "package": "lit"
12656
+ },
12657
+ "tagName": "u-snackbar",
12658
+ "customElement": true
12710
12659
  }
12711
12660
  ],
12712
12661
  "exports": [
12713
12662
  {
12714
12663
  "kind": "js",
12715
- "name": "UmSwitchListItem",
12664
+ "name": "UmSnackbar",
12716
12665
  "declaration": {
12717
- "name": "UmSwitchListItem",
12718
- "module": "src/switch/switch-list-item.ts"
12666
+ "name": "UmSnackbar",
12667
+ "module": "src/snackbar/snackbar.ts"
12719
12668
  }
12720
12669
  },
12721
12670
  {
12722
12671
  "kind": "custom-element-definition",
12723
- "name": "u-switch-list-item",
12724
- "declaration": {
12725
- "name": "UmSwitchListItem",
12726
- "module": "src/switch/switch-list-item.ts"
12727
- }
12728
- }
12729
- ]
12730
- },
12731
- {
12732
- "kind": "javascript-module",
12733
- "path": "src/switch/switch.styles.ts",
12734
- "declarations": [
12735
- {
12736
- "kind": "variable",
12737
- "name": "styles",
12738
- "default": "css `\n :host {\n --_state-layer-padding: var(--u-switch-state-layer-padding, 4px);\n --_input-size: calc(var(--_width) - var(--_state-layer-padding) * 2);\n --_indicator-color: var(--u-switch-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-switch-indicator-selected-color, var(--u-color-primary, rgb(103, 80, 164)));\n }\n\n :host([disabled]) {\n opacity: var(--u-switch-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-switch-indicator-disabled-color, var(--u-color-on-surface, rgb(29, 27, 32)));\n }\n\n :host {\n --_width: 3.25rem;\n --_height: 2rem;\n --_state-layer-padding: 0;\n --_selected-track-background: var(--u-switch-track-bg-color, var(--u-color-primary, rgb(103, 80, 164)));\n --_state-layer-size: var(--u-switch-state-layer-size, 2.5rem);\n --_unselected-color: var(--u-switch-track-outline-color, var(--u-color-outline, rgb(121, 116, 126)));\n --_unselected-handle-size: var(--u-swich-unselected-handle-size, 1rem);\n --_selected-handle-size: var(--u-swich-unselected-handle-size, 1.5rem);\n --_active-handle-size: var(--u-swich-unselected-handle-size, 1.75rem);\n }\n\n .indicator-container {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n width: var(--_height);\n transition: width 200ms;\n }\n\n .state-layer,\n .indicator {\n display: flex;\n justify-content: center;\n align-items: center;\n }\n\n .indicator {\n width: var(--_height);\n height: var(--_height);\n }\n\n .state-layer {\n flex-shrink: 0;\n width: var(--_state-layer-size);\n height: var(--_state-layer-size);\n border-radius: var(--u-shape-corner-full, 9999px);\n }\n\n .handle {\n width: var(--_unselected-handle-size);\n height: var(--_unselected-handle-size);\n background-color: var(--u-switch-unselected-handle-color, var(--_unselected-color));\n border-radius: var(--u-switch-handle-shape-corner, var(--u-shape-corner-full, 9999px));\n transition: background 200ms, width 200ms, height 200ms;\n }\n\n input {\n border: var(--u-switch-track-width, 0.125rem) solid var(--u-switch-unselected-track-outline-color, var(--_unselected-color));\n background-color: var(--u-switch-unselected-track-bg-color, var(--u-color-surface-container-highest, rgb(230, 224, 233)));\n transition: background 200ms, border-color 200ms;\n }\n input:checked {\n background-color: var(--_selected-track-background);\n border-color: var(--_selected-track-background);\n }\n input:checked ~ .indicator-container {\n width: 100%;\n }\n input:checked ~ .indicator-container .handle {\n width: var(--_selected-handle-size);\n height: var(--_selected-handle-size);\n background-color: var(--u-switch-selected-handle-color, var(--u-color-on-primary, rgb(255, 255, 255)));\n }\n\n @media (hover: hover) {\n :host(:not([disabled]):hover) .state-layer {\n background-color: rgba(var(--u-color-on-surface-rgb, ), var(--u-switch-state-layer-hover-opacity, var(--u-state-hover-opacity, 0.08)));\n }\n }\n :host(:not([disabled]):active) .indicator-container .handle {\n width: var(--_active-handle-size);\n height: var(--_active-handle-size);\n }\n`"
12739
- }
12740
- ],
12741
- "exports": [
12742
- {
12743
- "kind": "js",
12744
- "name": "styles",
12672
+ "name": "u-snackbar",
12745
12673
  "declaration": {
12746
- "name": "styles",
12747
- "module": "src/switch/switch.styles.ts"
12674
+ "name": "UmSnackbar",
12675
+ "module": "src/snackbar/snackbar.ts"
12748
12676
  }
12749
12677
  }
12750
12678
  ]
12751
12679
  },
12752
12680
  {
12753
12681
  "kind": "javascript-module",
12754
- "path": "src/switch/switch.ts",
12682
+ "path": "src/switch/switch-list-item.ts",
12755
12683
  "declarations": [
12756
12684
  {
12757
12685
  "kind": "class",
12758
12686
  "description": "",
12759
- "name": "UmSwitch",
12687
+ "name": "UmSwitchListItem",
12688
+ "mixins": [
12689
+ {
12690
+ "name": "mixinSelectionControlListItem",
12691
+ "module": "/src/shared/selection-control/selection-control-list-item.js"
12692
+ }
12693
+ ],
12694
+ "superclass": {
12695
+ "name": "UmSwitch",
12696
+ "module": "/src/switch/switch.js"
12697
+ },
12698
+ "tagName": "u-switch-list-item",
12699
+ "customElement": true,
12760
12700
  "members": [
12701
+ {
12702
+ "kind": "field",
12703
+ "name": "styles",
12704
+ "type": {
12705
+ "text": "array"
12706
+ },
12707
+ "static": true,
12708
+ "default": "[\n (base as unknown as typeof LitElement).styles ?? [],\n css`:host {\n --u-list-item-block-padding: 0;\n display: block;\n }`\n ]",
12709
+ "inheritedFrom": {
12710
+ "name": "mixinSelectionControlListItem",
12711
+ "module": "src/shared/selection-control/selection-control-list-item.ts"
12712
+ }
12713
+ },
12714
+ {
12715
+ "kind": "method",
12716
+ "name": "render",
12717
+ "return": {
12718
+ "type": {
12719
+ "text": "HTMLTemplateResult"
12720
+ }
12721
+ },
12722
+ "inheritedFrom": {
12723
+ "name": "mixinSelectionControlListItem",
12724
+ "module": "src/shared/selection-control/selection-control-list-item.ts"
12725
+ }
12726
+ },
12761
12727
  {
12762
12728
  "kind": "field",
12763
12729
  "name": "renderRipple",
@@ -12939,12 +12905,6 @@
12939
12905
  }
12940
12906
  }
12941
12907
  ],
12942
- "superclass": {
12943
- "name": "UmSelectionControl",
12944
- "module": "/src/shared/selection-control/selection-control.js"
12945
- },
12946
- "tagName": "u-switch",
12947
- "customElement": true,
12948
12908
  "attributes": [
12949
12909
  {
12950
12910
  "name": "name",
@@ -13023,30 +12983,30 @@
13023
12983
  "exports": [
13024
12984
  {
13025
12985
  "kind": "js",
13026
- "name": "UmSwitch",
12986
+ "name": "UmSwitchListItem",
13027
12987
  "declaration": {
13028
- "name": "UmSwitch",
13029
- "module": "src/switch/switch.ts"
12988
+ "name": "UmSwitchListItem",
12989
+ "module": "src/switch/switch-list-item.ts"
13030
12990
  }
13031
12991
  },
13032
12992
  {
13033
12993
  "kind": "custom-element-definition",
13034
- "name": "u-switch",
12994
+ "name": "u-switch-list-item",
13035
12995
  "declaration": {
13036
- "name": "UmSwitch",
13037
- "module": "src/switch/switch.ts"
12996
+ "name": "UmSwitchListItem",
12997
+ "module": "src/switch/switch-list-item.ts"
13038
12998
  }
13039
12999
  }
13040
13000
  ]
13041
13001
  },
13042
13002
  {
13043
13003
  "kind": "javascript-module",
13044
- "path": "src/snackbar/snackbar.styles.ts",
13004
+ "path": "src/switch/switch.styles.ts",
13045
13005
  "declarations": [
13046
13006
  {
13047
13007
  "kind": "variable",
13048
13008
  "name": "styles",
13049
- "default": "css `\n :host {\n --u-elevation-level: var(--u-snackbar-elevation-level, 3);\n --_snackbar-margin: var(--u-snackbar-margin, var(--u-spacing-medium, 16px));\n position: fixed;\n inset-inline: 0;\n inset-block-end: 0;\n padding: var(--_snackbar-margin);\n z-index: var(--u-snackbar-z-index, 1070);\n display: flex;\n justify-content: center;\n }\n\n .snackbar {\n display: flex;\n align-items: center;\n min-height: var(--u-snackbar-height, 48px);\n color: var(--u-snackbar-text-color, var(--u-color-on-inverse-surface, rgb(245, 239, 247)));\n background-color: var(--u-snackbar-bg-color, var(--u-color-inverse-surface, rgb(50, 47, 53)));\n border-radius: var(--u-snackbar-shape, var(--u-shape-corner-extra-small, 4px));\n animation-name: snackbar-fade-in;\n animation-duration: 450ms;\n animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);\n animation-fill-mode: forwards;\n min-width: var(--u-snackbar-min-width, 100%);\n max-width: var(--u-snackbar-max-width, 100%);\n }\n .snackbar.dismiss {\n animation-name: snackbar-fade-out;\n }\n\n u-button {\n color: var(--u-color-inverse-primary, );\n margin-inline: var(--u-snackbar-text-button-margin, var(--u-spacing-small, 8px));\n }\n\n u-icon-button {\n color: var(--u-color-on-inverse-surface, rgb(245, 239, 247));\n margin-inline: var(--u-snackbar-close-button-margin, var(--u-spacing-extra-small, 4px));\n }\n\n .label {\n flex: 1;\n overflow: hidden;\n color: var(--u-on-inverse-surface-color);\n padding: var(--u-snackbar-text-margin, var(--u-spacing-medium, 16px));\n line-height: 18px;\n }\n\n @media (min-width: 840px) {\n :host {\n --_snackbar-margin: var(--u-snackbar-margin, var(--u-spacing-large, 24px));\n }\n .snackbar {\n min-width: var(--u-snackbar-min-width, 288px);\n max-width: var(--u-snackbar-max-width, 568px);\n }\n }\n @keyframes snackbar-fade-in {\n 0% {\n opacity: 0;\n transform: scale3d(0.5, 0.5, 1);\n }\n 100% {\n opacity: 1;\n transform: scale3d(1, 1, 1);\n }\n }\n @keyframes snackbar-fade-out {\n 0% {\n opacity: 1;\n transform: scale3d(1, 1, 1);\n }\n 100% {\n opacity: 0;\n transform: scale3d(0.5, 0.5, 1);\n }\n }\n`"
13009
+ "default": "css `\n :host {\n --_state-layer-padding: var(--u-switch-state-layer-padding, 4px);\n --_input-size: calc(var(--_width) - var(--_state-layer-padding) * 2);\n --_indicator-color: var(--u-switch-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-switch-indicator-selected-color, var(--u-color-primary, rgb(103, 80, 164)));\n }\n\n :host([disabled]) {\n opacity: var(--u-switch-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-switch-indicator-disabled-color, var(--u-color-on-surface, rgb(29, 27, 32)));\n }\n\n :host {\n --_width: 3.25rem;\n --_height: 2rem;\n --_state-layer-padding: 0;\n --_selected-track-background: var(--u-switch-track-bg-color, var(--u-color-primary, rgb(103, 80, 164)));\n --_state-layer-size: var(--u-switch-state-layer-size, 2.5rem);\n --_unselected-color: var(--u-switch-track-outline-color, var(--u-color-outline, rgb(121, 116, 126)));\n --_unselected-handle-size: var(--u-swich-unselected-handle-size, 1rem);\n --_selected-handle-size: var(--u-swich-unselected-handle-size, 1.5rem);\n --_active-handle-size: var(--u-swich-unselected-handle-size, 1.75rem);\n }\n\n .indicator-container {\n display: flex;\n justify-content: flex-end;\n align-items: center;\n width: var(--_height);\n transition: width 200ms;\n }\n\n .state-layer,\n .indicator {\n display: flex;\n justify-content: center;\n align-items: center;\n }\n\n .indicator {\n width: var(--_height);\n height: var(--_height);\n }\n\n .state-layer {\n flex-shrink: 0;\n width: var(--_state-layer-size);\n height: var(--_state-layer-size);\n border-radius: var(--u-shape-corner-full, 9999px);\n }\n\n .handle {\n width: var(--_unselected-handle-size);\n height: var(--_unselected-handle-size);\n background-color: var(--u-switch-unselected-handle-color, var(--_unselected-color));\n border-radius: var(--u-switch-handle-shape-corner, var(--u-shape-corner-full, 9999px));\n transition: background 200ms, width 200ms, height 200ms;\n }\n\n input {\n border: var(--u-switch-track-width, 0.125rem) solid var(--u-switch-unselected-track-outline-color, var(--_unselected-color));\n background-color: var(--u-switch-unselected-track-bg-color, var(--u-color-surface-container-highest, rgb(230, 224, 233)));\n transition: background 200ms, border-color 200ms;\n }\n input:checked {\n background-color: var(--_selected-track-background);\n border-color: var(--_selected-track-background);\n }\n input:checked ~ .indicator-container {\n width: 100%;\n }\n input:checked ~ .indicator-container .handle {\n width: var(--_selected-handle-size);\n height: var(--_selected-handle-size);\n background-color: var(--u-switch-selected-handle-color, var(--u-color-on-primary, rgb(255, 255, 255)));\n }\n\n @media (hover: hover) {\n :host(:not([disabled]):hover) .state-layer {\n background-color: rgba(var(--u-color-on-surface-rgb, ), var(--u-switch-state-layer-hover-opacity, var(--u-state-hover-opacity, 0.08)));\n }\n }\n :host(:not([disabled]):active) .indicator-container .handle {\n width: var(--_active-handle-size);\n height: var(--_active-handle-size);\n }\n`"
13050
13010
  }
13051
13011
  ],
13052
13012
  "exports": [
@@ -13055,257 +13015,297 @@
13055
13015
  "name": "styles",
13056
13016
  "declaration": {
13057
13017
  "name": "styles",
13058
- "module": "src/snackbar/snackbar.styles.ts"
13018
+ "module": "src/switch/switch.styles.ts"
13059
13019
  }
13060
13020
  }
13061
13021
  ]
13062
13022
  },
13063
13023
  {
13064
13024
  "kind": "javascript-module",
13065
- "path": "src/snackbar/snackbar.ts",
13025
+ "path": "src/switch/switch.ts",
13066
13026
  "declarations": [
13067
13027
  {
13068
13028
  "kind": "class",
13069
13029
  "description": "",
13070
- "name": "UmSnackbar",
13030
+ "name": "UmSwitch",
13071
13031
  "members": [
13072
13032
  {
13073
13033
  "kind": "field",
13074
- "name": "label",
13034
+ "name": "renderRipple",
13075
13035
  "type": {
13076
- "text": "string"
13036
+ "text": "boolean"
13077
13037
  },
13078
- "default": "''",
13079
- "attribute": "label",
13080
- "reflects": true
13038
+ "privacy": "protected",
13039
+ "default": "false",
13040
+ "inheritedFrom": {
13041
+ "name": "UmSelectionControl",
13042
+ "module": "src/shared/selection-control/selection-control.ts"
13043
+ }
13044
+ },
13045
+ {
13046
+ "kind": "method",
13047
+ "name": "renderIndicator",
13048
+ "privacy": "protected",
13049
+ "return": {
13050
+ "type": {
13051
+ "text": "HTMLTemplateResult"
13052
+ }
13053
+ },
13054
+ "inheritedFrom": {
13055
+ "name": "UmSelectionControl",
13056
+ "module": "src/shared/selection-control/selection-control.ts"
13057
+ }
13081
13058
  },
13082
13059
  {
13083
13060
  "kind": "field",
13084
- "name": "buttonLabel",
13061
+ "name": "formAssociated",
13085
13062
  "type": {
13086
- "text": "string"
13063
+ "text": "boolean"
13087
13064
  },
13088
- "default": "''",
13089
- "attribute": "buttonLabel",
13090
- "reflects": true
13065
+ "static": true,
13066
+ "default": "true",
13067
+ "inheritedFrom": {
13068
+ "name": "UmSelectionControl",
13069
+ "module": "src/shared/selection-control/selection-control.ts"
13070
+ }
13091
13071
  },
13092
13072
  {
13093
13073
  "kind": "field",
13094
- "name": "showClose",
13074
+ "name": "elementInternals",
13095
13075
  "type": {
13096
- "text": "boolean"
13076
+ "text": "ElementInternals"
13097
13077
  },
13098
- "default": "false",
13099
- "attribute": "show-close",
13100
- "reflects": true
13078
+ "privacy": "protected",
13079
+ "inheritedFrom": {
13080
+ "name": "UmSelectionControl",
13081
+ "module": "src/shared/selection-control/selection-control.ts"
13082
+ }
13083
+ },
13084
+ {
13085
+ "kind": "field",
13086
+ "name": "name",
13087
+ "type": {
13088
+ "text": "string | undefined"
13089
+ },
13090
+ "default": "''",
13091
+ "attribute": "name",
13092
+ "inheritedFrom": {
13093
+ "name": "UmSelectionControl",
13094
+ "module": "src/shared/selection-control/selection-control.ts"
13095
+ }
13101
13096
  },
13102
13097
  {
13103
13098
  "kind": "field",
13104
- "name": "dismissed",
13099
+ "name": "disabled",
13105
13100
  "type": {
13106
13101
  "text": "boolean"
13107
13102
  },
13108
13103
  "default": "false",
13109
- "attribute": "dismissed",
13110
- "reflects": true
13104
+ "attribute": "disabled",
13105
+ "reflects": true,
13106
+ "inheritedFrom": {
13107
+ "name": "UmSelectionControl",
13108
+ "module": "src/shared/selection-control/selection-control.ts"
13109
+ }
13111
13110
  },
13112
13111
  {
13113
13112
  "kind": "field",
13114
- "name": "duration",
13113
+ "name": "input",
13115
13114
  "type": {
13116
- "text": "SnackbarDuration"
13115
+ "text": "HTMLInputElement"
13117
13116
  },
13118
- "privacy": "private"
13117
+ "inheritedFrom": {
13118
+ "name": "UmSelectionControl",
13119
+ "module": "src/shared/selection-control/selection-control.ts"
13120
+ }
13119
13121
  },
13120
13122
  {
13121
13123
  "kind": "field",
13122
- "name": "snackbar",
13124
+ "name": "form",
13123
13125
  "type": {
13124
- "text": "HTMLElement"
13126
+ "text": "HTMLFormElement | null"
13125
13127
  },
13126
- "privacy": "private"
13127
- },
13128
- {
13129
- "kind": "method",
13130
- "name": "renderButton",
13131
- "privacy": "private"
13132
- },
13133
- {
13134
- "kind": "method",
13135
- "name": "renderCloseButton",
13136
- "privacy": "private"
13137
- },
13138
- {
13139
- "kind": "method",
13140
- "name": "dismiss",
13141
- "return": {
13142
- "type": {
13143
- "text": "void"
13144
- }
13128
+ "inheritedFrom": {
13129
+ "name": "UmSelectionControl",
13130
+ "module": "src/shared/selection-control/selection-control.ts"
13145
13131
  }
13146
13132
  },
13147
13133
  {
13148
13134
  "kind": "field",
13149
- "name": "_queue",
13135
+ "name": "#checked",
13136
+ "privacy": "private",
13150
13137
  "type": {
13151
- "text": "UmSnackbar[]"
13138
+ "text": "boolean"
13152
13139
  },
13153
- "privacy": "private",
13154
- "static": true,
13155
- "default": "[]"
13140
+ "default": "false",
13141
+ "inheritedFrom": {
13142
+ "name": "UmSelectionControl",
13143
+ "module": "src/shared/selection-control/selection-control.ts"
13144
+ }
13156
13145
  },
13157
13146
  {
13158
13147
  "kind": "field",
13159
- "name": "_consuming",
13148
+ "name": "inputType",
13160
13149
  "type": {
13161
- "text": "boolean"
13150
+ "text": "'checkbox' | 'radio'"
13162
13151
  },
13163
- "privacy": "private",
13164
- "static": true
13152
+ "privacy": "protected",
13153
+ "default": "'checkbox'",
13154
+ "inheritedFrom": {
13155
+ "name": "UmSelectionControl",
13156
+ "module": "src/shared/selection-control/selection-control.ts"
13157
+ }
13165
13158
  },
13166
13159
  {
13167
- "kind": "method",
13168
- "name": "show",
13169
- "static": true,
13170
- "return": {
13171
- "type": {
13172
- "text": "UmSnackbar"
13173
- }
13160
+ "kind": "field",
13161
+ "name": "value",
13162
+ "type": {
13163
+ "text": "string"
13174
13164
  },
13175
- "parameters": [
13176
- {
13177
- "name": "label",
13178
- "type": {
13179
- "text": "string"
13180
- }
13181
- }
13182
- ]
13165
+ "default": "'on'",
13166
+ "description": "The element value to use in form submission when checked.",
13167
+ "attribute": "value",
13168
+ "inheritedFrom": {
13169
+ "name": "UmSelectionControl",
13170
+ "module": "src/shared/selection-control/selection-control.ts"
13171
+ }
13183
13172
  },
13184
13173
  {
13185
- "kind": "method",
13186
- "name": "show",
13187
- "static": true,
13188
- "return": {
13189
- "type": {
13190
- "text": "UmSnackbar"
13191
- }
13192
- },
13193
- "parameters": [
13194
- {
13195
- "name": "config",
13196
- "type": {
13197
- "text": "SnackbarConfig"
13198
- }
13199
- }
13200
- ]
13174
+ "kind": "field",
13175
+ "name": "checked",
13176
+ "attribute": "checked",
13177
+ "inheritedFrom": {
13178
+ "name": "UmSelectionControl",
13179
+ "module": "src/shared/selection-control/selection-control.ts"
13180
+ }
13201
13181
  },
13202
13182
  {
13203
- "kind": "method",
13204
- "name": "show",
13205
- "static": true,
13206
- "return": {
13207
- "type": {
13208
- "text": "UmSnackbar"
13209
- }
13183
+ "kind": "field",
13184
+ "name": "_checkedAttribute",
13185
+ "type": {
13186
+ "text": "boolean"
13210
13187
  },
13211
- "parameters": [
13212
- {
13213
- "name": "configOrLabel",
13214
- "type": {
13215
- "text": "SnackbarConfig | string"
13216
- }
13217
- }
13218
- ]
13219
- },
13220
- {
13221
- "kind": "method",
13222
- "name": "consumeQueue",
13223
- "privacy": "private",
13224
- "static": true
13225
- },
13226
- {
13227
- "kind": "method",
13228
- "name": "showNext",
13229
13188
  "privacy": "private",
13230
- "static": true
13189
+ "default": "false",
13190
+ "attribute": "checked",
13191
+ "inheritedFrom": {
13192
+ "name": "UmSelectionControl",
13193
+ "module": "src/shared/selection-control/selection-control.ts"
13194
+ }
13231
13195
  },
13232
13196
  {
13233
13197
  "kind": "method",
13234
- "name": "createSnackbar",
13235
- "privacy": "private",
13236
- "static": true,
13237
- "return": {
13238
- "type": {
13239
- "text": "UmSnackbar"
13240
- }
13241
- },
13198
+ "name": "#handleClick",
13242
13199
  "parameters": [
13243
13200
  {
13244
- "name": "config",
13201
+ "name": "e",
13245
13202
  "type": {
13246
- "text": "SnackbarConfig"
13203
+ "text": "Event"
13247
13204
  }
13248
13205
  }
13249
- ]
13206
+ ],
13207
+ "inheritedFrom": {
13208
+ "name": "UmSelectionControl",
13209
+ "module": "src/shared/selection-control/selection-control.ts"
13210
+ }
13250
13211
  }
13251
13212
  ],
13213
+ "superclass": {
13214
+ "name": "UmSelectionControl",
13215
+ "module": "/src/shared/selection-control/selection-control.js"
13216
+ },
13217
+ "tagName": "u-switch",
13218
+ "customElement": true,
13252
13219
  "attributes": [
13253
13220
  {
13254
- "name": "label",
13221
+ "name": "name",
13255
13222
  "type": {
13256
- "text": "string"
13223
+ "text": "string | undefined"
13257
13224
  },
13258
13225
  "default": "''",
13259
- "fieldName": "label"
13226
+ "fieldName": "name",
13227
+ "inheritedFrom": {
13228
+ "name": "UmSelectionControl",
13229
+ "module": "src/shared/selection-control/selection-control.ts"
13230
+ }
13260
13231
  },
13261
13232
  {
13262
- "name": "buttonLabel",
13233
+ "name": "disabled",
13263
13234
  "type": {
13264
- "text": "string"
13235
+ "text": "boolean"
13265
13236
  },
13266
- "default": "''",
13267
- "fieldName": "buttonLabel"
13237
+ "default": "false",
13238
+ "fieldName": "disabled",
13239
+ "inheritedFrom": {
13240
+ "name": "UmSelectionControl",
13241
+ "module": "src/shared/selection-control/selection-control.ts"
13242
+ }
13268
13243
  },
13269
13244
  {
13270
- "name": "show-close",
13245
+ "name": "value",
13271
13246
  "type": {
13272
- "text": "boolean"
13247
+ "text": "string"
13273
13248
  },
13274
- "default": "false",
13275
- "fieldName": "showClose"
13249
+ "default": "'on'",
13250
+ "description": "The element value to use in form submission when checked.",
13251
+ "fieldName": "value",
13252
+ "inheritedFrom": {
13253
+ "name": "UmSelectionControl",
13254
+ "module": "src/shared/selection-control/selection-control.ts"
13255
+ }
13276
13256
  },
13277
13257
  {
13278
- "name": "dismissed",
13258
+ "name": "checked",
13259
+ "fieldName": "_checkedAttribute",
13279
13260
  "type": {
13280
13261
  "text": "boolean"
13281
13262
  },
13282
13263
  "default": "false",
13283
- "fieldName": "dismissed"
13264
+ "inheritedFrom": {
13265
+ "name": "UmSelectionControl",
13266
+ "module": "src/shared/selection-control/selection-control.ts"
13267
+ }
13284
13268
  }
13285
13269
  ],
13286
- "superclass": {
13287
- "name": "LitElement",
13288
- "package": "lit"
13289
- },
13290
- "tagName": "u-snackbar",
13291
- "customElement": true
13270
+ "events": [
13271
+ {
13272
+ "name": "input",
13273
+ "type": {
13274
+ "text": "InputEvent"
13275
+ },
13276
+ "inheritedFrom": {
13277
+ "name": "UmSelectionControl",
13278
+ "module": "src/shared/selection-control/selection-control.ts"
13279
+ }
13280
+ },
13281
+ {
13282
+ "name": "change",
13283
+ "type": {
13284
+ "text": "Event"
13285
+ },
13286
+ "inheritedFrom": {
13287
+ "name": "UmSelectionControl",
13288
+ "module": "src/shared/selection-control/selection-control.ts"
13289
+ }
13290
+ }
13291
+ ]
13292
13292
  }
13293
13293
  ],
13294
13294
  "exports": [
13295
13295
  {
13296
13296
  "kind": "js",
13297
- "name": "UmSnackbar",
13297
+ "name": "UmSwitch",
13298
13298
  "declaration": {
13299
- "name": "UmSnackbar",
13300
- "module": "src/snackbar/snackbar.ts"
13299
+ "name": "UmSwitch",
13300
+ "module": "src/switch/switch.ts"
13301
13301
  }
13302
13302
  },
13303
13303
  {
13304
13304
  "kind": "custom-element-definition",
13305
- "name": "u-snackbar",
13305
+ "name": "u-switch",
13306
13306
  "declaration": {
13307
- "name": "UmSnackbar",
13308
- "module": "src/snackbar/snackbar.ts"
13307
+ "name": "UmSwitch",
13308
+ "module": "src/switch/switch.ts"
13309
13309
  }
13310
13310
  }
13311
13311
  ]
@@ -16793,46 +16793,6 @@
16793
16793
  }
16794
16794
  ]
16795
16795
  },
16796
- {
16797
- "kind": "javascript-module",
16798
- "path": "src/shared/events/dispatch-event.ts",
16799
- "declarations": [],
16800
- "exports": []
16801
- },
16802
- {
16803
- "kind": "javascript-module",
16804
- "path": "src/shared/events/redispatch-event.ts",
16805
- "declarations": [
16806
- {
16807
- "kind": "function",
16808
- "name": "redispatchEvent",
16809
- "parameters": [
16810
- {
16811
- "name": "element",
16812
- "type": {
16813
- "text": "Element"
16814
- }
16815
- },
16816
- {
16817
- "name": "event",
16818
- "type": {
16819
- "text": "Event"
16820
- }
16821
- }
16822
- ]
16823
- }
16824
- ],
16825
- "exports": [
16826
- {
16827
- "kind": "js",
16828
- "name": "redispatchEvent",
16829
- "declaration": {
16830
- "name": "redispatchEvent",
16831
- "module": "src/shared/events/redispatch-event.ts"
16832
- }
16833
- }
16834
- ]
16835
- },
16836
16796
  {
16837
16797
  "kind": "javascript-module",
16838
16798
  "path": "src/shared/char-count-text-field/native-text-field-wrapper.ts",
@@ -17517,233 +17477,77 @@
17517
17477
  "module": "src/field/field-base.ts"
17518
17478
  }
17519
17479
  },
17520
- {
17521
- "name": "has-error-text",
17522
- "type": {
17523
- "text": "boolean"
17524
- },
17525
- "default": "false",
17526
- "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
17527
- "fieldName": "hasErrorText",
17528
- "inheritedFrom": {
17529
- "name": "UmFieldBase",
17530
- "module": "src/field/field-base.ts"
17531
- }
17532
- }
17533
- ],
17534
- "superclass": {
17535
- "name": "UmTextFieldBase",
17536
- "module": "/src/shared/text-field-base/text-field-base.js"
17537
- }
17538
- }
17539
- ],
17540
- "exports": [
17541
- {
17542
- "kind": "js",
17543
- "name": "UmNativeTextFieldWrapper",
17544
- "declaration": {
17545
- "name": "UmNativeTextFieldWrapper",
17546
- "module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
17547
- }
17548
- }
17549
- ]
17550
- },
17551
- {
17552
- "kind": "javascript-module",
17553
- "path": "src/shared/menu-field/menu-field-navigation-controller.ts",
17554
- "declarations": [
17555
- {
17556
- "kind": "class",
17557
- "description": "",
17558
- "name": "MenuFieldNavigationController",
17559
- "members": [
17560
- {
17561
- "kind": "field",
17562
- "name": "#element",
17563
- "privacy": "private",
17564
- "type": {
17565
- "text": "HTMLElement | null"
17566
- },
17567
- "default": "null"
17568
- },
17569
- {
17570
- "kind": "field",
17571
- "name": "focusedMenu",
17572
- "type": {
17573
- "text": "TMenuItem | null"
17574
- },
17575
- "privacy": "protected",
17576
- "default": "null"
17577
- },
17578
- {
17579
- "kind": "field",
17580
- "name": "host",
17581
- "type": {
17582
- "text": "TField"
17583
- },
17584
- "privacy": "protected",
17585
- "default": "host"
17586
- },
17587
- {
17588
- "kind": "field",
17589
- "name": "bindHandleKeyDown",
17590
- "type": {
17591
- "text": "(event: KeyboardEvent) => void"
17592
- },
17593
- "privacy": "private"
17594
- },
17595
- {
17596
- "kind": "method",
17597
- "name": "attach",
17598
- "parameters": [
17599
- {
17600
- "name": "element",
17601
- "type": {
17602
- "text": "HTMLElement"
17603
- }
17604
- }
17605
- ]
17606
- },
17607
- {
17608
- "kind": "method",
17609
- "name": "detach"
17610
- },
17611
- {
17612
- "kind": "field",
17613
- "name": "#handleMenuClose",
17614
- "privacy": "private"
17615
- },
17616
- {
17617
- "kind": "method",
17618
- "name": "handleKeyDown",
17619
- "privacy": "protected",
17620
- "return": {
17621
- "type": {
17622
- "text": "boolean"
17623
- }
17624
- },
17625
- "parameters": [
17626
- {
17627
- "name": "event",
17628
- "type": {
17629
- "text": "KeyboardEvent"
17630
- }
17631
- }
17632
- ]
17633
- },
17634
- {
17635
- "kind": "method",
17636
- "name": "navigate",
17637
- "privacy": "private",
17638
- "parameters": [
17639
- {
17640
- "name": "event",
17641
- "type": {
17642
- "text": "KeyboardEvent"
17643
- }
17644
- },
17645
- {
17646
- "name": "forwards",
17647
- "type": {
17648
- "text": "boolean"
17649
- }
17650
- }
17651
- ]
17652
- },
17653
- {
17654
- "kind": "method",
17655
- "name": "navigateTo",
17656
- "privacy": "protected",
17657
- "parameters": [
17658
- {
17659
- "name": "event",
17660
- "type": {
17661
- "text": "KeyboardEvent"
17662
- }
17663
- },
17664
- {
17665
- "name": "menu",
17666
- "type": {
17667
- "text": "TMenuItem | undefined"
17668
- }
17669
- }
17670
- ]
17671
- },
17672
- {
17673
- "kind": "method",
17674
- "name": "focusMenu",
17675
- "parameters": [
17676
- {
17677
- "name": "menu",
17678
- "type": {
17679
- "text": "TMenuItem"
17680
- }
17681
- },
17682
- {
17683
- "name": "active",
17684
- "default": "true"
17685
- },
17686
- {
17687
- "name": "scroll",
17688
- "default": "true"
17689
- }
17690
- ]
17691
- },
17692
- {
17693
- "kind": "method",
17694
- "name": "blurMenu"
17695
- },
17696
- {
17697
- "kind": "method",
17698
- "name": "selectActiveItem",
17699
- "privacy": "private",
17700
- "parameters": [
17701
- {
17702
- "name": "event",
17703
- "type": {
17704
- "text": "KeyboardEvent"
17705
- }
17706
- }
17707
- ]
17708
- },
17709
- {
17710
- "kind": "method",
17711
- "name": "afterFocus",
17712
- "privacy": "protected",
17713
- "parameters": [
17714
- {
17715
- "name": "_",
17716
- "type": {
17717
- "text": "TMenuItem"
17718
- }
17719
- }
17720
- ]
17721
- },
17722
- {
17723
- "kind": "method",
17724
- "name": "afterBlur",
17725
- "privacy": "protected"
17480
+ {
17481
+ "name": "has-error-text",
17482
+ "type": {
17483
+ "text": "boolean"
17484
+ },
17485
+ "default": "false",
17486
+ "description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
17487
+ "fieldName": "hasErrorText",
17488
+ "inheritedFrom": {
17489
+ "name": "UmFieldBase",
17490
+ "module": "src/field/field-base.ts"
17491
+ }
17726
17492
  }
17727
- ]
17493
+ ],
17494
+ "superclass": {
17495
+ "name": "UmTextFieldBase",
17496
+ "module": "/src/shared/text-field-base/text-field-base.js"
17497
+ }
17728
17498
  }
17729
17499
  ],
17730
17500
  "exports": [
17731
17501
  {
17732
17502
  "kind": "js",
17733
- "name": "MenuFieldNavigationController",
17503
+ "name": "UmNativeTextFieldWrapper",
17734
17504
  "declaration": {
17735
- "name": "MenuFieldNavigationController",
17736
- "module": "src/shared/menu-field/menu-field-navigation-controller.ts"
17505
+ "name": "UmNativeTextFieldWrapper",
17506
+ "module": "src/shared/char-count-text-field/native-text-field-wrapper.ts"
17737
17507
  }
17738
17508
  }
17739
17509
  ]
17740
17510
  },
17741
17511
  {
17742
17512
  "kind": "javascript-module",
17743
- "path": "src/shared/menu-field/menu-field.ts",
17513
+ "path": "src/shared/events/dispatch-event.ts",
17744
17514
  "declarations": [],
17745
17515
  "exports": []
17746
17516
  },
17517
+ {
17518
+ "kind": "javascript-module",
17519
+ "path": "src/shared/events/redispatch-event.ts",
17520
+ "declarations": [
17521
+ {
17522
+ "kind": "function",
17523
+ "name": "redispatchEvent",
17524
+ "parameters": [
17525
+ {
17526
+ "name": "element",
17527
+ "type": {
17528
+ "text": "Element"
17529
+ }
17530
+ },
17531
+ {
17532
+ "name": "event",
17533
+ "type": {
17534
+ "text": "Event"
17535
+ }
17536
+ }
17537
+ ]
17538
+ }
17539
+ ],
17540
+ "exports": [
17541
+ {
17542
+ "kind": "js",
17543
+ "name": "redispatchEvent",
17544
+ "declaration": {
17545
+ "name": "redispatchEvent",
17546
+ "module": "src/shared/events/redispatch-event.ts"
17547
+ }
17548
+ }
17549
+ ]
17550
+ },
17747
17551
  {
17748
17552
  "kind": "javascript-module",
17749
17553
  "path": "src/shared/selection-control/selection-control-list-item.ts",
@@ -18086,6 +17890,202 @@
18086
17890
  }
18087
17891
  ]
18088
17892
  },
17893
+ {
17894
+ "kind": "javascript-module",
17895
+ "path": "src/shared/menu-field/menu-field-navigation-controller.ts",
17896
+ "declarations": [
17897
+ {
17898
+ "kind": "class",
17899
+ "description": "",
17900
+ "name": "MenuFieldNavigationController",
17901
+ "members": [
17902
+ {
17903
+ "kind": "field",
17904
+ "name": "#element",
17905
+ "privacy": "private",
17906
+ "type": {
17907
+ "text": "HTMLElement | null"
17908
+ },
17909
+ "default": "null"
17910
+ },
17911
+ {
17912
+ "kind": "field",
17913
+ "name": "focusedMenu",
17914
+ "type": {
17915
+ "text": "TMenuItem | null"
17916
+ },
17917
+ "privacy": "protected",
17918
+ "default": "null"
17919
+ },
17920
+ {
17921
+ "kind": "field",
17922
+ "name": "host",
17923
+ "type": {
17924
+ "text": "TField"
17925
+ },
17926
+ "privacy": "protected",
17927
+ "default": "host"
17928
+ },
17929
+ {
17930
+ "kind": "field",
17931
+ "name": "bindHandleKeyDown",
17932
+ "type": {
17933
+ "text": "(event: KeyboardEvent) => void"
17934
+ },
17935
+ "privacy": "private"
17936
+ },
17937
+ {
17938
+ "kind": "method",
17939
+ "name": "attach",
17940
+ "parameters": [
17941
+ {
17942
+ "name": "element",
17943
+ "type": {
17944
+ "text": "HTMLElement"
17945
+ }
17946
+ }
17947
+ ]
17948
+ },
17949
+ {
17950
+ "kind": "method",
17951
+ "name": "detach"
17952
+ },
17953
+ {
17954
+ "kind": "field",
17955
+ "name": "#handleMenuClose",
17956
+ "privacy": "private"
17957
+ },
17958
+ {
17959
+ "kind": "method",
17960
+ "name": "handleKeyDown",
17961
+ "privacy": "protected",
17962
+ "return": {
17963
+ "type": {
17964
+ "text": "boolean"
17965
+ }
17966
+ },
17967
+ "parameters": [
17968
+ {
17969
+ "name": "event",
17970
+ "type": {
17971
+ "text": "KeyboardEvent"
17972
+ }
17973
+ }
17974
+ ]
17975
+ },
17976
+ {
17977
+ "kind": "method",
17978
+ "name": "navigate",
17979
+ "privacy": "private",
17980
+ "parameters": [
17981
+ {
17982
+ "name": "event",
17983
+ "type": {
17984
+ "text": "KeyboardEvent"
17985
+ }
17986
+ },
17987
+ {
17988
+ "name": "forwards",
17989
+ "type": {
17990
+ "text": "boolean"
17991
+ }
17992
+ }
17993
+ ]
17994
+ },
17995
+ {
17996
+ "kind": "method",
17997
+ "name": "navigateTo",
17998
+ "privacy": "protected",
17999
+ "parameters": [
18000
+ {
18001
+ "name": "event",
18002
+ "type": {
18003
+ "text": "KeyboardEvent"
18004
+ }
18005
+ },
18006
+ {
18007
+ "name": "menu",
18008
+ "type": {
18009
+ "text": "TMenuItem | undefined"
18010
+ }
18011
+ }
18012
+ ]
18013
+ },
18014
+ {
18015
+ "kind": "method",
18016
+ "name": "focusMenu",
18017
+ "parameters": [
18018
+ {
18019
+ "name": "menu",
18020
+ "type": {
18021
+ "text": "TMenuItem"
18022
+ }
18023
+ },
18024
+ {
18025
+ "name": "active",
18026
+ "default": "true"
18027
+ },
18028
+ {
18029
+ "name": "scroll",
18030
+ "default": "true"
18031
+ }
18032
+ ]
18033
+ },
18034
+ {
18035
+ "kind": "method",
18036
+ "name": "blurMenu"
18037
+ },
18038
+ {
18039
+ "kind": "method",
18040
+ "name": "selectActiveItem",
18041
+ "privacy": "private",
18042
+ "parameters": [
18043
+ {
18044
+ "name": "event",
18045
+ "type": {
18046
+ "text": "KeyboardEvent"
18047
+ }
18048
+ }
18049
+ ]
18050
+ },
18051
+ {
18052
+ "kind": "method",
18053
+ "name": "afterFocus",
18054
+ "privacy": "protected",
18055
+ "parameters": [
18056
+ {
18057
+ "name": "_",
18058
+ "type": {
18059
+ "text": "TMenuItem"
18060
+ }
18061
+ }
18062
+ ]
18063
+ },
18064
+ {
18065
+ "kind": "method",
18066
+ "name": "afterBlur",
18067
+ "privacy": "protected"
18068
+ }
18069
+ ]
18070
+ }
18071
+ ],
18072
+ "exports": [
18073
+ {
18074
+ "kind": "js",
18075
+ "name": "MenuFieldNavigationController",
18076
+ "declaration": {
18077
+ "name": "MenuFieldNavigationController",
18078
+ "module": "src/shared/menu-field/menu-field-navigation-controller.ts"
18079
+ }
18080
+ }
18081
+ ]
18082
+ },
18083
+ {
18084
+ "kind": "javascript-module",
18085
+ "path": "src/shared/menu-field/menu-field.ts",
18086
+ "declarations": [],
18087
+ "exports": []
18088
+ },
18089
18089
  {
18090
18090
  "kind": "javascript-module",
18091
18091
  "path": "src/shared/text-field-base/text-field-base.styles.ts",