@universal-material/web 3.0.25 → 3.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app-bar/top-app-bar.js +1 -1
- package/app-bar/top-app-bar.js.map +1 -1
- package/button/button-base.d.ts +1 -1
- package/button/button-base.d.ts.map +1 -1
- package/button/button-base.js +1 -1
- package/button/button-base.js.map +1 -1
- package/button/button-set.js +1 -1
- package/button/button-set.js.map +1 -1
- package/button/button.d.ts +2 -2
- package/button/button.d.ts.map +1 -1
- package/button/button.js +4 -4
- package/button/button.js.map +1 -1
- package/button/fab.d.ts +1 -1
- package/button/fab.d.ts.map +1 -1
- package/button/fab.js +3 -3
- package/button/fab.js.map +1 -1
- package/button/icon-button.d.ts +2 -2
- package/button/icon-button.d.ts.map +1 -1
- package/button/icon-button.js +4 -4
- package/button/icon-button.js.map +1 -1
- package/card/card-content.js +2 -2
- package/card/card-content.js.map +1 -1
- package/card/card-media.js +2 -2
- package/card/card-media.js.map +1 -1
- package/card/card.d.ts +3 -3
- package/card/card.d.ts.map +1 -1
- package/card/card.js +5 -5
- package/card/card.js.map +1 -1
- package/checkbox/checkbox.js +1 -1
- package/checkbox/checkbox.js.map +1 -1
- package/container/container.d.ts +1 -1
- package/container/container.d.ts.map +1 -1
- package/container/container.js +4 -4
- package/container/container.js.map +1 -1
- package/container/grid.d.ts +2 -2
- package/container/grid.d.ts.map +1 -1
- package/container/grid.js +5 -5
- package/container/grid.js.map +1 -1
- package/custom-elements.json +553 -553
- package/divider/divider.js +1 -1
- package/divider/divider.js.map +1 -1
- package/elevation/elevation.js +1 -1
- package/elevation/elevation.js.map +1 -1
- package/index.d.ts +18 -18
- package/index.d.ts.map +1 -1
- package/index.js +18 -18
- package/index.js.map +1 -1
- package/menu/menu-item.d.ts +1 -1
- package/menu/menu-item.d.ts.map +1 -1
- package/menu/menu-item.js +4 -4
- package/menu/menu-item.js.map +1 -1
- package/menu/menu.d.ts +1 -1
- package/menu/menu.d.ts.map +1 -1
- package/menu/menu.js +3 -3
- package/menu/menu.js.map +1 -1
- package/navigation/drawer-item.d.ts +1 -1
- package/navigation/drawer-item.d.ts.map +1 -1
- package/navigation/drawer-item.js +4 -4
- package/navigation/drawer-item.js.map +1 -1
- package/navigation/drawer.js +2 -2
- package/navigation/drawer.js.map +1 -1
- package/navigation/side-navigation.js +4 -4
- package/navigation/side-navigation.js.map +1 -1
- package/package.json +2 -2
- package/ripple/ripple.js +1 -1
- package/ripple/ripple.js.map +1 -1
- package/shared/button-wrapper.d.ts +2 -2
- package/shared/button-wrapper.d.ts.map +1 -1
- package/shared/button-wrapper.js +2 -2
- package/shared/button-wrapper.js.map +1 -1
- package/snackbar/snackbar.js +2 -2
- package/snackbar/snackbar.js.map +1 -1
- package/theme/css-var-builder.js +1 -1
- package/theme/css-var-builder.js.map +1 -1
- package/theme/neutral-colors.d.ts +1 -1
- package/theme/neutral-colors.d.ts.map +1 -1
- package/theme/neutral-colors.js.map +1 -1
- package/theme/theme-builder.d.ts +1 -1
- package/theme/theme-builder.d.ts.map +1 -1
- package/theme/theme-builder.js +2 -2
- package/theme/theme-builder.js.map +1 -1
- package/theme/theme-color.d.ts +1 -1
- package/theme/theme-color.d.ts.map +1 -1
- package/theme/theme-color.js.map +1 -1
package/custom-elements.json
CHANGED
|
@@ -463,6 +463,331 @@
|
|
|
463
463
|
}
|
|
464
464
|
]
|
|
465
465
|
},
|
|
466
|
+
{
|
|
467
|
+
"kind": "javascript-module",
|
|
468
|
+
"path": "src/card/card-content.styles.ts",
|
|
469
|
+
"declarations": [
|
|
470
|
+
{
|
|
471
|
+
"kind": "variable",
|
|
472
|
+
"name": "styles",
|
|
473
|
+
"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`"
|
|
474
|
+
}
|
|
475
|
+
],
|
|
476
|
+
"exports": [
|
|
477
|
+
{
|
|
478
|
+
"kind": "js",
|
|
479
|
+
"name": "styles",
|
|
480
|
+
"declaration": {
|
|
481
|
+
"name": "styles",
|
|
482
|
+
"module": "src/card/card-content.styles.ts"
|
|
483
|
+
}
|
|
484
|
+
}
|
|
485
|
+
]
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"kind": "javascript-module",
|
|
489
|
+
"path": "src/card/card-content.ts",
|
|
490
|
+
"declarations": [
|
|
491
|
+
{
|
|
492
|
+
"kind": "class",
|
|
493
|
+
"description": "",
|
|
494
|
+
"name": "UmCardContent",
|
|
495
|
+
"members": [
|
|
496
|
+
{
|
|
497
|
+
"kind": "field",
|
|
498
|
+
"name": "hasContent",
|
|
499
|
+
"type": {
|
|
500
|
+
"text": "boolean"
|
|
501
|
+
},
|
|
502
|
+
"default": "false",
|
|
503
|
+
"attribute": "has-content",
|
|
504
|
+
"reflects": true
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"kind": "method",
|
|
508
|
+
"name": "handleSlotChange",
|
|
509
|
+
"privacy": "private",
|
|
510
|
+
"parameters": [
|
|
511
|
+
{
|
|
512
|
+
"name": "e",
|
|
513
|
+
"type": {
|
|
514
|
+
"text": "Event"
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
]
|
|
518
|
+
}
|
|
519
|
+
],
|
|
520
|
+
"attributes": [
|
|
521
|
+
{
|
|
522
|
+
"name": "has-content",
|
|
523
|
+
"type": {
|
|
524
|
+
"text": "boolean"
|
|
525
|
+
},
|
|
526
|
+
"default": "false",
|
|
527
|
+
"fieldName": "hasContent"
|
|
528
|
+
}
|
|
529
|
+
],
|
|
530
|
+
"superclass": {
|
|
531
|
+
"name": "LitElement",
|
|
532
|
+
"package": "lit"
|
|
533
|
+
},
|
|
534
|
+
"tagName": "u-card-content",
|
|
535
|
+
"customElement": true
|
|
536
|
+
}
|
|
537
|
+
],
|
|
538
|
+
"exports": [
|
|
539
|
+
{
|
|
540
|
+
"kind": "js",
|
|
541
|
+
"name": "UmCardContent",
|
|
542
|
+
"declaration": {
|
|
543
|
+
"name": "UmCardContent",
|
|
544
|
+
"module": "src/card/card-content.ts"
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"kind": "custom-element-definition",
|
|
549
|
+
"name": "u-card-content",
|
|
550
|
+
"declaration": {
|
|
551
|
+
"name": "UmCardContent",
|
|
552
|
+
"module": "src/card/card-content.ts"
|
|
553
|
+
}
|
|
554
|
+
}
|
|
555
|
+
]
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
"kind": "javascript-module",
|
|
559
|
+
"path": "src/card/card-media.styles.ts",
|
|
560
|
+
"declarations": [
|
|
561
|
+
{
|
|
562
|
+
"kind": "variable",
|
|
563
|
+
"name": "styles",
|
|
564
|
+
"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`"
|
|
565
|
+
}
|
|
566
|
+
],
|
|
567
|
+
"exports": [
|
|
568
|
+
{
|
|
569
|
+
"kind": "js",
|
|
570
|
+
"name": "styles",
|
|
571
|
+
"declaration": {
|
|
572
|
+
"name": "styles",
|
|
573
|
+
"module": "src/card/card-media.styles.ts"
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
]
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"kind": "javascript-module",
|
|
580
|
+
"path": "src/card/card-media.ts",
|
|
581
|
+
"declarations": [
|
|
582
|
+
{
|
|
583
|
+
"kind": "class",
|
|
584
|
+
"description": "",
|
|
585
|
+
"name": "UmCardMedia",
|
|
586
|
+
"members": [
|
|
587
|
+
{
|
|
588
|
+
"kind": "field",
|
|
589
|
+
"name": "wide",
|
|
590
|
+
"type": {
|
|
591
|
+
"text": "boolean"
|
|
592
|
+
},
|
|
593
|
+
"default": "false",
|
|
594
|
+
"attribute": "wide",
|
|
595
|
+
"reflects": true
|
|
596
|
+
}
|
|
597
|
+
],
|
|
598
|
+
"attributes": [
|
|
599
|
+
{
|
|
600
|
+
"name": "wide",
|
|
601
|
+
"type": {
|
|
602
|
+
"text": "boolean"
|
|
603
|
+
},
|
|
604
|
+
"default": "false",
|
|
605
|
+
"fieldName": "wide"
|
|
606
|
+
}
|
|
607
|
+
],
|
|
608
|
+
"superclass": {
|
|
609
|
+
"name": "LitElement",
|
|
610
|
+
"package": "lit"
|
|
611
|
+
},
|
|
612
|
+
"tagName": "u-card-media",
|
|
613
|
+
"customElement": true
|
|
614
|
+
}
|
|
615
|
+
],
|
|
616
|
+
"exports": [
|
|
617
|
+
{
|
|
618
|
+
"kind": "js",
|
|
619
|
+
"name": "UmCardMedia",
|
|
620
|
+
"declaration": {
|
|
621
|
+
"name": "UmCardMedia",
|
|
622
|
+
"module": "src/card/card-media.ts"
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
"kind": "custom-element-definition",
|
|
627
|
+
"name": "u-card-media",
|
|
628
|
+
"declaration": {
|
|
629
|
+
"name": "UmCardMedia",
|
|
630
|
+
"module": "src/card/card-media.ts"
|
|
631
|
+
}
|
|
632
|
+
}
|
|
633
|
+
]
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
"kind": "javascript-module",
|
|
637
|
+
"path": "src/card/card.styles.ts",
|
|
638
|
+
"declarations": [
|
|
639
|
+
{
|
|
640
|
+
"kind": "variable",
|
|
641
|
+
"name": "styles",
|
|
642
|
+
"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(:not(:first-child)) {\n margin-top: 8px;\n }\n\n :host([variant=elevated]) {\n background-color: var(--u-color-surface-container-low, rgb(247, 242, 250));\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 background-color: var(--u-color-surface-container-highest, rgb(230, 224, 233));\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`"
|
|
643
|
+
}
|
|
644
|
+
],
|
|
645
|
+
"exports": [
|
|
646
|
+
{
|
|
647
|
+
"kind": "js",
|
|
648
|
+
"name": "styles",
|
|
649
|
+
"declaration": {
|
|
650
|
+
"name": "styles",
|
|
651
|
+
"module": "src/card/card.styles.ts"
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
]
|
|
655
|
+
},
|
|
656
|
+
{
|
|
657
|
+
"kind": "javascript-module",
|
|
658
|
+
"path": "src/card/card.ts",
|
|
659
|
+
"declarations": [
|
|
660
|
+
{
|
|
661
|
+
"kind": "class",
|
|
662
|
+
"description": "",
|
|
663
|
+
"name": "UmCard",
|
|
664
|
+
"members": [
|
|
665
|
+
{
|
|
666
|
+
"kind": "field",
|
|
667
|
+
"name": "variant",
|
|
668
|
+
"type": {
|
|
669
|
+
"text": "UmCardVariant"
|
|
670
|
+
},
|
|
671
|
+
"default": "'filled'",
|
|
672
|
+
"description": "The Card variant to render.",
|
|
673
|
+
"attribute": "variant",
|
|
674
|
+
"reflects": true
|
|
675
|
+
}
|
|
676
|
+
],
|
|
677
|
+
"attributes": [
|
|
678
|
+
{
|
|
679
|
+
"name": "variant",
|
|
680
|
+
"type": {
|
|
681
|
+
"text": "UmCardVariant"
|
|
682
|
+
},
|
|
683
|
+
"default": "'filled'",
|
|
684
|
+
"description": "The Card variant to render.",
|
|
685
|
+
"fieldName": "variant"
|
|
686
|
+
}
|
|
687
|
+
],
|
|
688
|
+
"superclass": {
|
|
689
|
+
"name": "LitElement",
|
|
690
|
+
"package": "lit"
|
|
691
|
+
},
|
|
692
|
+
"tagName": "u-card",
|
|
693
|
+
"customElement": true
|
|
694
|
+
}
|
|
695
|
+
],
|
|
696
|
+
"exports": [
|
|
697
|
+
{
|
|
698
|
+
"kind": "js",
|
|
699
|
+
"name": "UmCard",
|
|
700
|
+
"declaration": {
|
|
701
|
+
"name": "UmCard",
|
|
702
|
+
"module": "src/card/card.ts"
|
|
703
|
+
}
|
|
704
|
+
},
|
|
705
|
+
{
|
|
706
|
+
"kind": "custom-element-definition",
|
|
707
|
+
"name": "u-card",
|
|
708
|
+
"declaration": {
|
|
709
|
+
"name": "UmCard",
|
|
710
|
+
"module": "src/card/card.ts"
|
|
711
|
+
}
|
|
712
|
+
}
|
|
713
|
+
]
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
"kind": "javascript-module",
|
|
717
|
+
"path": "src/checkbox/checkbox.ts",
|
|
718
|
+
"declarations": [
|
|
719
|
+
{
|
|
720
|
+
"kind": "class",
|
|
721
|
+
"description": "",
|
|
722
|
+
"name": "UmCheckbox",
|
|
723
|
+
"members": [
|
|
724
|
+
{
|
|
725
|
+
"kind": "field",
|
|
726
|
+
"name": "ripple",
|
|
727
|
+
"type": {
|
|
728
|
+
"text": "UmRipple"
|
|
729
|
+
},
|
|
730
|
+
"privacy": "private"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"kind": "field",
|
|
734
|
+
"name": "assignedInputs",
|
|
735
|
+
"type": {
|
|
736
|
+
"text": "HTMLInputElement[]"
|
|
737
|
+
},
|
|
738
|
+
"privacy": "private"
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"kind": "field",
|
|
742
|
+
"name": "input",
|
|
743
|
+
"type": {
|
|
744
|
+
"text": "HTMLInputElement | undefined"
|
|
745
|
+
},
|
|
746
|
+
"privacy": "private"
|
|
747
|
+
},
|
|
748
|
+
{
|
|
749
|
+
"kind": "method",
|
|
750
|
+
"name": "handleSlotChange",
|
|
751
|
+
"privacy": "private",
|
|
752
|
+
"return": {
|
|
753
|
+
"type": {
|
|
754
|
+
"text": "void"
|
|
755
|
+
}
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
{
|
|
759
|
+
"kind": "field",
|
|
760
|
+
"name": "handleInputChange",
|
|
761
|
+
"privacy": "private"
|
|
762
|
+
}
|
|
763
|
+
],
|
|
764
|
+
"superclass": {
|
|
765
|
+
"name": "LitElement",
|
|
766
|
+
"package": "lit"
|
|
767
|
+
},
|
|
768
|
+
"tagName": "u-checkbox",
|
|
769
|
+
"customElement": true
|
|
770
|
+
}
|
|
771
|
+
],
|
|
772
|
+
"exports": [
|
|
773
|
+
{
|
|
774
|
+
"kind": "js",
|
|
775
|
+
"name": "UmCheckbox",
|
|
776
|
+
"declaration": {
|
|
777
|
+
"name": "UmCheckbox",
|
|
778
|
+
"module": "src/checkbox/checkbox.ts"
|
|
779
|
+
}
|
|
780
|
+
},
|
|
781
|
+
{
|
|
782
|
+
"kind": "custom-element-definition",
|
|
783
|
+
"name": "u-checkbox",
|
|
784
|
+
"declaration": {
|
|
785
|
+
"name": "UmCheckbox",
|
|
786
|
+
"module": "src/checkbox/checkbox.ts"
|
|
787
|
+
}
|
|
788
|
+
}
|
|
789
|
+
]
|
|
790
|
+
},
|
|
466
791
|
{
|
|
467
792
|
"kind": "javascript-module",
|
|
468
793
|
"path": "src/button/button-base.ts",
|
|
@@ -802,7 +1127,7 @@
|
|
|
802
1127
|
],
|
|
803
1128
|
"superclass": {
|
|
804
1129
|
"name": "UmButtonWrapper",
|
|
805
|
-
"module": "/src/shared/button-wrapper"
|
|
1130
|
+
"module": "/src/shared/button-wrapper.js"
|
|
806
1131
|
}
|
|
807
1132
|
}
|
|
808
1133
|
],
|
|
@@ -1398,7 +1723,7 @@
|
|
|
1398
1723
|
],
|
|
1399
1724
|
"superclass": {
|
|
1400
1725
|
"name": "UmButtonBase",
|
|
1401
|
-
"module": "/src/button/button-base"
|
|
1726
|
+
"module": "/src/button/button-base.js"
|
|
1402
1727
|
},
|
|
1403
1728
|
"tagName": "u-button",
|
|
1404
1729
|
"customElement": true
|
|
@@ -1911,7 +2236,7 @@
|
|
|
1911
2236
|
],
|
|
1912
2237
|
"superclass": {
|
|
1913
2238
|
"name": "UmButtonBase",
|
|
1914
|
-
"module": "/src/button/button-base"
|
|
2239
|
+
"module": "/src/button/button-base.js"
|
|
1915
2240
|
},
|
|
1916
2241
|
"tagName": "u-fab",
|
|
1917
2242
|
"customElement": true
|
|
@@ -2114,673 +2439,348 @@
|
|
|
2114
2439
|
},
|
|
2115
2440
|
"default": "''",
|
|
2116
2441
|
"attribute": "value",
|
|
2117
|
-
"reflects": true,
|
|
2118
|
-
"inheritedFrom": {
|
|
2119
|
-
"name": "UmButtonBase",
|
|
2120
|
-
"module": "src/button/button-base.ts"
|
|
2121
|
-
}
|
|
2122
|
-
},
|
|
2123
|
-
{
|
|
2124
|
-
"kind": "field",
|
|
2125
|
-
"name": "form",
|
|
2126
|
-
"type": {
|
|
2127
|
-
"text": "HTMLFormElement | null"
|
|
2128
|
-
},
|
|
2129
|
-
"description": "The `<form>` element to associate the button with (its form owner). The value of this attribute must be the id of a `<form>` in the same document. (If this attribute is not set, the button is associated with its ancestor `<form>` element, if any.)",
|
|
2130
|
-
"attribute": "form",
|
|
2131
|
-
"inheritedFrom": {
|
|
2132
|
-
"name": "UmButtonBase",
|
|
2133
|
-
"module": "src/button/button-base.ts"
|
|
2134
|
-
}
|
|
2135
|
-
},
|
|
2136
|
-
{
|
|
2137
|
-
"kind": "field",
|
|
2138
|
-
"name": "#elementInternals",
|
|
2139
|
-
"privacy": "private",
|
|
2140
|
-
"type": {
|
|
2141
|
-
"text": "ElementInternals"
|
|
2142
|
-
},
|
|
2143
|
-
"inheritedFrom": {
|
|
2144
|
-
"name": "UmButtonBase",
|
|
2145
|
-
"module": "src/button/button-base.ts"
|
|
2146
|
-
}
|
|
2147
|
-
},
|
|
2148
|
-
{
|
|
2149
|
-
"kind": "field",
|
|
2150
|
-
"name": "disabled",
|
|
2151
|
-
"type": {
|
|
2152
|
-
"text": "boolean"
|
|
2153
|
-
},
|
|
2154
|
-
"default": "false",
|
|
2155
|
-
"description": "Whether the button is disabled or not.",
|
|
2156
|
-
"attribute": "disabled",
|
|
2157
|
-
"reflects": true,
|
|
2158
|
-
"inheritedFrom": {
|
|
2159
|
-
"name": "UmButtonWrapper",
|
|
2160
|
-
"module": "src/shared/button-wrapper.ts"
|
|
2161
|
-
}
|
|
2162
|
-
},
|
|
2163
|
-
{
|
|
2164
|
-
"kind": "field",
|
|
2165
|
-
"name": "href",
|
|
2166
|
-
"type": {
|
|
2167
|
-
"text": "string | undefined"
|
|
2168
|
-
},
|
|
2169
|
-
"description": "The URL that the link button points to.",
|
|
2170
|
-
"attribute": "href",
|
|
2171
|
-
"inheritedFrom": {
|
|
2172
|
-
"name": "UmButtonWrapper",
|
|
2173
|
-
"module": "src/shared/button-wrapper.ts"
|
|
2174
|
-
}
|
|
2175
|
-
},
|
|
2176
|
-
{
|
|
2177
|
-
"kind": "field",
|
|
2178
|
-
"name": "target",
|
|
2179
|
-
"type": {
|
|
2180
|
-
"text": "string | undefined"
|
|
2181
|
-
},
|
|
2182
|
-
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
2183
|
-
"attribute": "target",
|
|
2184
|
-
"inheritedFrom": {
|
|
2185
|
-
"name": "UmButtonWrapper",
|
|
2186
|
-
"module": "src/shared/button-wrapper.ts"
|
|
2187
|
-
}
|
|
2188
|
-
},
|
|
2189
|
-
{
|
|
2190
|
-
"kind": "field",
|
|
2191
|
-
"name": "name",
|
|
2192
|
-
"type": {
|
|
2193
|
-
"text": "string | undefined"
|
|
2194
|
-
},
|
|
2195
|
-
"attribute": "name",
|
|
2196
|
-
"inheritedFrom": {
|
|
2197
|
-
"name": "UmButtonWrapper",
|
|
2198
|
-
"module": "src/shared/button-wrapper.ts"
|
|
2199
|
-
}
|
|
2200
|
-
},
|
|
2201
|
-
{
|
|
2202
|
-
"kind": "field",
|
|
2203
|
-
"name": "buttonElement",
|
|
2204
|
-
"type": {
|
|
2205
|
-
"text": "HTMLElement"
|
|
2206
|
-
},
|
|
2207
|
-
"privacy": "private",
|
|
2208
|
-
"inheritedFrom": {
|
|
2209
|
-
"name": "UmButtonWrapper",
|
|
2210
|
-
"module": "src/shared/button-wrapper.ts"
|
|
2211
|
-
}
|
|
2212
|
-
},
|
|
2213
|
-
{
|
|
2214
|
-
"kind": "field",
|
|
2215
|
-
"name": "ripple",
|
|
2216
|
-
"type": {
|
|
2217
|
-
"text": "UmRipple"
|
|
2218
|
-
},
|
|
2219
|
-
"privacy": "private",
|
|
2220
|
-
"inheritedFrom": {
|
|
2221
|
-
"name": "UmButtonWrapper",
|
|
2222
|
-
"module": "src/shared/button-wrapper.ts"
|
|
2223
|
-
}
|
|
2224
|
-
},
|
|
2225
|
-
{
|
|
2226
|
-
"kind": "field",
|
|
2227
|
-
"name": "pathname",
|
|
2228
|
-
"type": {
|
|
2229
|
-
"text": "string"
|
|
2230
|
-
},
|
|
2231
|
-
"inheritedFrom": {
|
|
2232
|
-
"name": "UmButtonWrapper",
|
|
2233
|
-
"module": "src/shared/button-wrapper.ts"
|
|
2234
|
-
}
|
|
2235
|
-
},
|
|
2236
|
-
{
|
|
2237
|
-
"kind": "method",
|
|
2238
|
-
"name": "renderButton",
|
|
2239
|
-
"privacy": "private",
|
|
2240
|
-
"inheritedFrom": {
|
|
2241
|
-
"name": "UmButtonWrapper",
|
|
2242
|
-
"module": "src/shared/button-wrapper.ts"
|
|
2243
|
-
}
|
|
2244
|
-
},
|
|
2245
|
-
{
|
|
2246
|
-
"kind": "method",
|
|
2247
|
-
"name": "renderLink",
|
|
2248
|
-
"privacy": "private",
|
|
2249
|
-
"inheritedFrom": {
|
|
2250
|
-
"name": "UmButtonWrapper",
|
|
2251
|
-
"module": "src/shared/button-wrapper.ts"
|
|
2252
|
-
}
|
|
2253
|
-
},
|
|
2254
|
-
{
|
|
2255
|
-
"kind": "method",
|
|
2256
|
-
"name": "focus",
|
|
2257
|
-
"inheritedFrom": {
|
|
2258
|
-
"name": "UmButtonWrapper",
|
|
2259
|
-
"module": "src/shared/button-wrapper.ts"
|
|
2260
|
-
}
|
|
2261
|
-
},
|
|
2262
|
-
{
|
|
2263
|
-
"kind": "method",
|
|
2264
|
-
"name": "blur",
|
|
2265
|
-
"inheritedFrom": {
|
|
2266
|
-
"name": "UmButtonWrapper",
|
|
2267
|
-
"module": "src/shared/button-wrapper.ts"
|
|
2268
|
-
}
|
|
2269
|
-
},
|
|
2270
|
-
{
|
|
2271
|
-
"kind": "method",
|
|
2272
|
-
"name": "innerFocusHandler",
|
|
2273
|
-
"privacy": "private",
|
|
2274
|
-
"return": {
|
|
2275
|
-
"type": {
|
|
2276
|
-
"text": "void"
|
|
2277
|
-
}
|
|
2278
|
-
},
|
|
2279
|
-
"inheritedFrom": {
|
|
2280
|
-
"name": "UmButtonWrapper",
|
|
2281
|
-
"module": "src/shared/button-wrapper.ts"
|
|
2282
|
-
}
|
|
2283
|
-
},
|
|
2284
|
-
{
|
|
2285
|
-
"kind": "method",
|
|
2286
|
-
"name": "innerClickHandler",
|
|
2287
|
-
"privacy": "private",
|
|
2288
|
-
"return": {
|
|
2289
|
-
"type": {
|
|
2290
|
-
"text": "void"
|
|
2291
|
-
}
|
|
2292
|
-
},
|
|
2293
|
-
"parameters": [
|
|
2294
|
-
{
|
|
2295
|
-
"name": "event",
|
|
2296
|
-
"type": {
|
|
2297
|
-
"text": "MouseEvent"
|
|
2298
|
-
}
|
|
2299
|
-
}
|
|
2300
|
-
],
|
|
2301
|
-
"inheritedFrom": {
|
|
2302
|
-
"name": "UmButtonWrapper",
|
|
2303
|
-
"module": "src/shared/button-wrapper.ts"
|
|
2304
|
-
}
|
|
2305
|
-
}
|
|
2306
|
-
],
|
|
2307
|
-
"attributes": [
|
|
2308
|
-
{
|
|
2309
|
-
"name": "variant",
|
|
2310
|
-
"type": {
|
|
2311
|
-
"text": "UmIconButtonVariant"
|
|
2312
|
-
},
|
|
2313
|
-
"default": "'standard'",
|
|
2314
|
-
"fieldName": "variant"
|
|
2315
|
-
},
|
|
2316
|
-
{
|
|
2317
|
-
"name": "toggle",
|
|
2318
|
-
"type": {
|
|
2319
|
-
"text": "boolean"
|
|
2320
|
-
},
|
|
2321
|
-
"default": "false",
|
|
2322
|
-
"description": "When true, the button will toggle between selected and unselected\nstates",
|
|
2323
|
-
"fieldName": "toggle"
|
|
2324
|
-
},
|
|
2325
|
-
{
|
|
2326
|
-
"name": "has-selection-icon",
|
|
2327
|
-
"type": {
|
|
2328
|
-
"text": "boolean"
|
|
2329
|
-
},
|
|
2330
|
-
"default": "false",
|
|
2331
|
-
"fieldName": "hasSelectionIcon"
|
|
2332
|
-
},
|
|
2333
|
-
{
|
|
2334
|
-
"name": "selected",
|
|
2335
|
-
"type": {
|
|
2336
|
-
"text": "boolean"
|
|
2337
|
-
},
|
|
2338
|
-
"default": "false",
|
|
2339
|
-
"description": "Sets the selected state. When false, displays the default icon. When true,\ndisplays the selected icon, or the default icon If no `slot=\"selected\"`\nicon is provided.",
|
|
2340
|
-
"fieldName": "selected"
|
|
2341
|
-
},
|
|
2342
|
-
{
|
|
2343
|
-
"name": "aria-label-selected",
|
|
2344
|
-
"type": {
|
|
2345
|
-
"text": "string"
|
|
2346
|
-
},
|
|
2347
|
-
"default": "''",
|
|
2348
|
-
"description": "The `aria-label` of the button when the button is toggleable and selected.",
|
|
2349
|
-
"fieldName": "ariaLabelSelected"
|
|
2350
|
-
},
|
|
2351
|
-
{
|
|
2352
|
-
"name": "type",
|
|
2353
|
-
"type": {
|
|
2354
|
-
"text": "string"
|
|
2355
|
-
},
|
|
2356
|
-
"default": "'submit'",
|
|
2357
|
-
"fieldName": "type",
|
|
2358
|
-
"inheritedFrom": {
|
|
2359
|
-
"name": "UmButtonBase",
|
|
2360
|
-
"module": "src/button/button-base.ts"
|
|
2361
|
-
}
|
|
2362
|
-
},
|
|
2363
|
-
{
|
|
2364
|
-
"name": "value",
|
|
2365
|
-
"type": {
|
|
2366
|
-
"text": "string"
|
|
2367
|
-
},
|
|
2368
|
-
"default": "''",
|
|
2369
|
-
"fieldName": "value",
|
|
2442
|
+
"reflects": true,
|
|
2370
2443
|
"inheritedFrom": {
|
|
2371
2444
|
"name": "UmButtonBase",
|
|
2372
2445
|
"module": "src/button/button-base.ts"
|
|
2373
2446
|
}
|
|
2374
2447
|
},
|
|
2375
2448
|
{
|
|
2449
|
+
"kind": "field",
|
|
2376
2450
|
"name": "form",
|
|
2377
2451
|
"type": {
|
|
2378
2452
|
"text": "HTMLFormElement | null"
|
|
2379
2453
|
},
|
|
2380
2454
|
"description": "The `<form>` element to associate the button with (its form owner). The value of this attribute must be the id of a `<form>` in the same document. (If this attribute is not set, the button is associated with its ancestor `<form>` element, if any.)",
|
|
2381
|
-
"
|
|
2455
|
+
"attribute": "form",
|
|
2456
|
+
"inheritedFrom": {
|
|
2457
|
+
"name": "UmButtonBase",
|
|
2458
|
+
"module": "src/button/button-base.ts"
|
|
2459
|
+
}
|
|
2460
|
+
},
|
|
2461
|
+
{
|
|
2462
|
+
"kind": "field",
|
|
2463
|
+
"name": "#elementInternals",
|
|
2464
|
+
"privacy": "private",
|
|
2465
|
+
"type": {
|
|
2466
|
+
"text": "ElementInternals"
|
|
2467
|
+
},
|
|
2382
2468
|
"inheritedFrom": {
|
|
2383
2469
|
"name": "UmButtonBase",
|
|
2384
2470
|
"module": "src/button/button-base.ts"
|
|
2385
2471
|
}
|
|
2386
2472
|
},
|
|
2387
2473
|
{
|
|
2474
|
+
"kind": "field",
|
|
2388
2475
|
"name": "disabled",
|
|
2389
2476
|
"type": {
|
|
2390
2477
|
"text": "boolean"
|
|
2391
2478
|
},
|
|
2392
2479
|
"default": "false",
|
|
2393
2480
|
"description": "Whether the button is disabled or not.",
|
|
2394
|
-
"
|
|
2481
|
+
"attribute": "disabled",
|
|
2482
|
+
"reflects": true,
|
|
2395
2483
|
"inheritedFrom": {
|
|
2396
2484
|
"name": "UmButtonWrapper",
|
|
2397
2485
|
"module": "src/shared/button-wrapper.ts"
|
|
2398
2486
|
}
|
|
2399
2487
|
},
|
|
2400
2488
|
{
|
|
2489
|
+
"kind": "field",
|
|
2401
2490
|
"name": "href",
|
|
2402
2491
|
"type": {
|
|
2403
2492
|
"text": "string | undefined"
|
|
2404
2493
|
},
|
|
2405
2494
|
"description": "The URL that the link button points to.",
|
|
2406
|
-
"
|
|
2495
|
+
"attribute": "href",
|
|
2407
2496
|
"inheritedFrom": {
|
|
2408
2497
|
"name": "UmButtonWrapper",
|
|
2409
2498
|
"module": "src/shared/button-wrapper.ts"
|
|
2410
2499
|
}
|
|
2411
2500
|
},
|
|
2412
2501
|
{
|
|
2502
|
+
"kind": "field",
|
|
2413
2503
|
"name": "target",
|
|
2414
2504
|
"type": {
|
|
2415
2505
|
"text": "string | undefined"
|
|
2416
2506
|
},
|
|
2417
2507
|
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
2418
|
-
"
|
|
2508
|
+
"attribute": "target",
|
|
2419
2509
|
"inheritedFrom": {
|
|
2420
2510
|
"name": "UmButtonWrapper",
|
|
2421
2511
|
"module": "src/shared/button-wrapper.ts"
|
|
2422
2512
|
}
|
|
2423
2513
|
},
|
|
2424
2514
|
{
|
|
2515
|
+
"kind": "field",
|
|
2425
2516
|
"name": "name",
|
|
2426
2517
|
"type": {
|
|
2427
2518
|
"text": "string | undefined"
|
|
2428
2519
|
},
|
|
2429
|
-
"
|
|
2520
|
+
"attribute": "name",
|
|
2430
2521
|
"inheritedFrom": {
|
|
2431
2522
|
"name": "UmButtonWrapper",
|
|
2432
2523
|
"module": "src/shared/button-wrapper.ts"
|
|
2433
2524
|
}
|
|
2434
|
-
}
|
|
2435
|
-
],
|
|
2436
|
-
"superclass": {
|
|
2437
|
-
"name": "UmButtonBase",
|
|
2438
|
-
"module": "/src/button/button-base"
|
|
2439
|
-
},
|
|
2440
|
-
"tagName": "u-icon-button",
|
|
2441
|
-
"customElement": true
|
|
2442
|
-
}
|
|
2443
|
-
],
|
|
2444
|
-
"exports": [
|
|
2445
|
-
{
|
|
2446
|
-
"kind": "js",
|
|
2447
|
-
"name": "UmIconButton",
|
|
2448
|
-
"declaration": {
|
|
2449
|
-
"name": "UmIconButton",
|
|
2450
|
-
"module": "src/button/icon-button.ts"
|
|
2451
|
-
}
|
|
2452
|
-
},
|
|
2453
|
-
{
|
|
2454
|
-
"kind": "custom-element-definition",
|
|
2455
|
-
"name": "u-icon-button",
|
|
2456
|
-
"declaration": {
|
|
2457
|
-
"name": "UmIconButton",
|
|
2458
|
-
"module": "src/button/icon-button.ts"
|
|
2459
|
-
}
|
|
2460
|
-
}
|
|
2461
|
-
]
|
|
2462
|
-
},
|
|
2463
|
-
{
|
|
2464
|
-
"kind": "javascript-module",
|
|
2465
|
-
"path": "src/card/card-content.styles.ts",
|
|
2466
|
-
"declarations": [
|
|
2467
|
-
{
|
|
2468
|
-
"kind": "variable",
|
|
2469
|
-
"name": "styles",
|
|
2470
|
-
"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`"
|
|
2471
|
-
}
|
|
2472
|
-
],
|
|
2473
|
-
"exports": [
|
|
2474
|
-
{
|
|
2475
|
-
"kind": "js",
|
|
2476
|
-
"name": "styles",
|
|
2477
|
-
"declaration": {
|
|
2478
|
-
"name": "styles",
|
|
2479
|
-
"module": "src/card/card-content.styles.ts"
|
|
2480
|
-
}
|
|
2481
|
-
}
|
|
2482
|
-
]
|
|
2483
|
-
},
|
|
2484
|
-
{
|
|
2485
|
-
"kind": "javascript-module",
|
|
2486
|
-
"path": "src/card/card-content.ts",
|
|
2487
|
-
"declarations": [
|
|
2488
|
-
{
|
|
2489
|
-
"kind": "class",
|
|
2490
|
-
"description": "",
|
|
2491
|
-
"name": "UmCardContent",
|
|
2492
|
-
"members": [
|
|
2525
|
+
},
|
|
2493
2526
|
{
|
|
2494
2527
|
"kind": "field",
|
|
2495
|
-
"name": "
|
|
2528
|
+
"name": "buttonElement",
|
|
2496
2529
|
"type": {
|
|
2497
|
-
"text": "
|
|
2530
|
+
"text": "HTMLElement"
|
|
2498
2531
|
},
|
|
2499
|
-
"
|
|
2500
|
-
"
|
|
2501
|
-
|
|
2532
|
+
"privacy": "private",
|
|
2533
|
+
"inheritedFrom": {
|
|
2534
|
+
"name": "UmButtonWrapper",
|
|
2535
|
+
"module": "src/shared/button-wrapper.ts"
|
|
2536
|
+
}
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"kind": "field",
|
|
2540
|
+
"name": "ripple",
|
|
2541
|
+
"type": {
|
|
2542
|
+
"text": "UmRipple"
|
|
2543
|
+
},
|
|
2544
|
+
"privacy": "private",
|
|
2545
|
+
"inheritedFrom": {
|
|
2546
|
+
"name": "UmButtonWrapper",
|
|
2547
|
+
"module": "src/shared/button-wrapper.ts"
|
|
2548
|
+
}
|
|
2549
|
+
},
|
|
2550
|
+
{
|
|
2551
|
+
"kind": "field",
|
|
2552
|
+
"name": "pathname",
|
|
2553
|
+
"type": {
|
|
2554
|
+
"text": "string"
|
|
2555
|
+
},
|
|
2556
|
+
"inheritedFrom": {
|
|
2557
|
+
"name": "UmButtonWrapper",
|
|
2558
|
+
"module": "src/shared/button-wrapper.ts"
|
|
2559
|
+
}
|
|
2502
2560
|
},
|
|
2503
2561
|
{
|
|
2504
2562
|
"kind": "method",
|
|
2505
|
-
"name": "
|
|
2563
|
+
"name": "renderButton",
|
|
2564
|
+
"privacy": "private",
|
|
2565
|
+
"inheritedFrom": {
|
|
2566
|
+
"name": "UmButtonWrapper",
|
|
2567
|
+
"module": "src/shared/button-wrapper.ts"
|
|
2568
|
+
}
|
|
2569
|
+
},
|
|
2570
|
+
{
|
|
2571
|
+
"kind": "method",
|
|
2572
|
+
"name": "renderLink",
|
|
2573
|
+
"privacy": "private",
|
|
2574
|
+
"inheritedFrom": {
|
|
2575
|
+
"name": "UmButtonWrapper",
|
|
2576
|
+
"module": "src/shared/button-wrapper.ts"
|
|
2577
|
+
}
|
|
2578
|
+
},
|
|
2579
|
+
{
|
|
2580
|
+
"kind": "method",
|
|
2581
|
+
"name": "focus",
|
|
2582
|
+
"inheritedFrom": {
|
|
2583
|
+
"name": "UmButtonWrapper",
|
|
2584
|
+
"module": "src/shared/button-wrapper.ts"
|
|
2585
|
+
}
|
|
2586
|
+
},
|
|
2587
|
+
{
|
|
2588
|
+
"kind": "method",
|
|
2589
|
+
"name": "blur",
|
|
2590
|
+
"inheritedFrom": {
|
|
2591
|
+
"name": "UmButtonWrapper",
|
|
2592
|
+
"module": "src/shared/button-wrapper.ts"
|
|
2593
|
+
}
|
|
2594
|
+
},
|
|
2595
|
+
{
|
|
2596
|
+
"kind": "method",
|
|
2597
|
+
"name": "innerFocusHandler",
|
|
2598
|
+
"privacy": "private",
|
|
2599
|
+
"return": {
|
|
2600
|
+
"type": {
|
|
2601
|
+
"text": "void"
|
|
2602
|
+
}
|
|
2603
|
+
},
|
|
2604
|
+
"inheritedFrom": {
|
|
2605
|
+
"name": "UmButtonWrapper",
|
|
2606
|
+
"module": "src/shared/button-wrapper.ts"
|
|
2607
|
+
}
|
|
2608
|
+
},
|
|
2609
|
+
{
|
|
2610
|
+
"kind": "method",
|
|
2611
|
+
"name": "innerClickHandler",
|
|
2506
2612
|
"privacy": "private",
|
|
2613
|
+
"return": {
|
|
2614
|
+
"type": {
|
|
2615
|
+
"text": "void"
|
|
2616
|
+
}
|
|
2617
|
+
},
|
|
2507
2618
|
"parameters": [
|
|
2508
2619
|
{
|
|
2509
|
-
"name": "
|
|
2620
|
+
"name": "event",
|
|
2510
2621
|
"type": {
|
|
2511
|
-
"text": "
|
|
2622
|
+
"text": "MouseEvent"
|
|
2512
2623
|
}
|
|
2513
2624
|
}
|
|
2514
|
-
]
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
"name": "has-content",
|
|
2520
|
-
"type": {
|
|
2521
|
-
"text": "boolean"
|
|
2522
|
-
},
|
|
2523
|
-
"default": "false",
|
|
2524
|
-
"fieldName": "hasContent"
|
|
2625
|
+
],
|
|
2626
|
+
"inheritedFrom": {
|
|
2627
|
+
"name": "UmButtonWrapper",
|
|
2628
|
+
"module": "src/shared/button-wrapper.ts"
|
|
2629
|
+
}
|
|
2525
2630
|
}
|
|
2526
|
-
],
|
|
2527
|
-
"
|
|
2528
|
-
"name": "LitElement",
|
|
2529
|
-
"package": "lit"
|
|
2530
|
-
},
|
|
2531
|
-
"tagName": "u-card-content",
|
|
2532
|
-
"customElement": true
|
|
2533
|
-
}
|
|
2534
|
-
],
|
|
2535
|
-
"exports": [
|
|
2536
|
-
{
|
|
2537
|
-
"kind": "js",
|
|
2538
|
-
"name": "UmCardContent",
|
|
2539
|
-
"declaration": {
|
|
2540
|
-
"name": "UmCardContent",
|
|
2541
|
-
"module": "src/card/card-content.ts"
|
|
2542
|
-
}
|
|
2543
|
-
},
|
|
2544
|
-
{
|
|
2545
|
-
"kind": "custom-element-definition",
|
|
2546
|
-
"name": "u-card-content",
|
|
2547
|
-
"declaration": {
|
|
2548
|
-
"name": "UmCardContent",
|
|
2549
|
-
"module": "src/card/card-content.ts"
|
|
2550
|
-
}
|
|
2551
|
-
}
|
|
2552
|
-
]
|
|
2553
|
-
},
|
|
2554
|
-
{
|
|
2555
|
-
"kind": "javascript-module",
|
|
2556
|
-
"path": "src/card/card-media.styles.ts",
|
|
2557
|
-
"declarations": [
|
|
2558
|
-
{
|
|
2559
|
-
"kind": "variable",
|
|
2560
|
-
"name": "styles",
|
|
2561
|
-
"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`"
|
|
2562
|
-
}
|
|
2563
|
-
],
|
|
2564
|
-
"exports": [
|
|
2565
|
-
{
|
|
2566
|
-
"kind": "js",
|
|
2567
|
-
"name": "styles",
|
|
2568
|
-
"declaration": {
|
|
2569
|
-
"name": "styles",
|
|
2570
|
-
"module": "src/card/card-media.styles.ts"
|
|
2571
|
-
}
|
|
2572
|
-
}
|
|
2573
|
-
]
|
|
2574
|
-
},
|
|
2575
|
-
{
|
|
2576
|
-
"kind": "javascript-module",
|
|
2577
|
-
"path": "src/card/card-media.ts",
|
|
2578
|
-
"declarations": [
|
|
2579
|
-
{
|
|
2580
|
-
"kind": "class",
|
|
2581
|
-
"description": "",
|
|
2582
|
-
"name": "UmCardMedia",
|
|
2583
|
-
"members": [
|
|
2631
|
+
],
|
|
2632
|
+
"attributes": [
|
|
2584
2633
|
{
|
|
2585
|
-
"
|
|
2586
|
-
"
|
|
2634
|
+
"name": "variant",
|
|
2635
|
+
"type": {
|
|
2636
|
+
"text": "UmIconButtonVariant"
|
|
2637
|
+
},
|
|
2638
|
+
"default": "'standard'",
|
|
2639
|
+
"fieldName": "variant"
|
|
2640
|
+
},
|
|
2641
|
+
{
|
|
2642
|
+
"name": "toggle",
|
|
2587
2643
|
"type": {
|
|
2588
2644
|
"text": "boolean"
|
|
2589
2645
|
},
|
|
2590
2646
|
"default": "false",
|
|
2591
|
-
"
|
|
2592
|
-
"
|
|
2593
|
-
}
|
|
2594
|
-
],
|
|
2595
|
-
"attributes": [
|
|
2647
|
+
"description": "When true, the button will toggle between selected and unselected\nstates",
|
|
2648
|
+
"fieldName": "toggle"
|
|
2649
|
+
},
|
|
2596
2650
|
{
|
|
2597
|
-
"name": "
|
|
2651
|
+
"name": "has-selection-icon",
|
|
2598
2652
|
"type": {
|
|
2599
2653
|
"text": "boolean"
|
|
2600
2654
|
},
|
|
2601
2655
|
"default": "false",
|
|
2602
|
-
"fieldName": "
|
|
2603
|
-
}
|
|
2604
|
-
],
|
|
2605
|
-
"superclass": {
|
|
2606
|
-
"name": "LitElement",
|
|
2607
|
-
"package": "lit"
|
|
2608
|
-
},
|
|
2609
|
-
"tagName": "u-card-media",
|
|
2610
|
-
"customElement": true
|
|
2611
|
-
}
|
|
2612
|
-
],
|
|
2613
|
-
"exports": [
|
|
2614
|
-
{
|
|
2615
|
-
"kind": "js",
|
|
2616
|
-
"name": "UmCardMedia",
|
|
2617
|
-
"declaration": {
|
|
2618
|
-
"name": "UmCardMedia",
|
|
2619
|
-
"module": "src/card/card-media.ts"
|
|
2620
|
-
}
|
|
2621
|
-
},
|
|
2622
|
-
{
|
|
2623
|
-
"kind": "custom-element-definition",
|
|
2624
|
-
"name": "u-card-media",
|
|
2625
|
-
"declaration": {
|
|
2626
|
-
"name": "UmCardMedia",
|
|
2627
|
-
"module": "src/card/card-media.ts"
|
|
2628
|
-
}
|
|
2629
|
-
}
|
|
2630
|
-
]
|
|
2631
|
-
},
|
|
2632
|
-
{
|
|
2633
|
-
"kind": "javascript-module",
|
|
2634
|
-
"path": "src/card/card.styles.ts",
|
|
2635
|
-
"declarations": [
|
|
2636
|
-
{
|
|
2637
|
-
"kind": "variable",
|
|
2638
|
-
"name": "styles",
|
|
2639
|
-
"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(:not(:first-child)) {\n margin-top: 8px;\n }\n\n :host([variant=elevated]) {\n background-color: var(--u-color-surface-container-low, rgb(247, 242, 250));\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 background-color: var(--u-color-surface-container-highest, rgb(230, 224, 233));\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`"
|
|
2640
|
-
}
|
|
2641
|
-
],
|
|
2642
|
-
"exports": [
|
|
2643
|
-
{
|
|
2644
|
-
"kind": "js",
|
|
2645
|
-
"name": "styles",
|
|
2646
|
-
"declaration": {
|
|
2647
|
-
"name": "styles",
|
|
2648
|
-
"module": "src/card/card.styles.ts"
|
|
2649
|
-
}
|
|
2650
|
-
}
|
|
2651
|
-
]
|
|
2652
|
-
},
|
|
2653
|
-
{
|
|
2654
|
-
"kind": "javascript-module",
|
|
2655
|
-
"path": "src/card/card.ts",
|
|
2656
|
-
"declarations": [
|
|
2657
|
-
{
|
|
2658
|
-
"kind": "class",
|
|
2659
|
-
"description": "",
|
|
2660
|
-
"name": "UmCard",
|
|
2661
|
-
"members": [
|
|
2656
|
+
"fieldName": "hasSelectionIcon"
|
|
2657
|
+
},
|
|
2662
2658
|
{
|
|
2663
|
-
"
|
|
2664
|
-
"name": "variant",
|
|
2659
|
+
"name": "selected",
|
|
2665
2660
|
"type": {
|
|
2666
|
-
"text": "
|
|
2661
|
+
"text": "boolean"
|
|
2667
2662
|
},
|
|
2668
|
-
"default": "
|
|
2669
|
-
"description": "
|
|
2670
|
-
"
|
|
2671
|
-
|
|
2672
|
-
}
|
|
2673
|
-
],
|
|
2674
|
-
"attributes": [
|
|
2663
|
+
"default": "false",
|
|
2664
|
+
"description": "Sets the selected state. When false, displays the default icon. When true,\ndisplays the selected icon, or the default icon If no `slot=\"selected\"`\nicon is provided.",
|
|
2665
|
+
"fieldName": "selected"
|
|
2666
|
+
},
|
|
2675
2667
|
{
|
|
2676
|
-
"name": "
|
|
2668
|
+
"name": "aria-label-selected",
|
|
2677
2669
|
"type": {
|
|
2678
|
-
"text": "
|
|
2670
|
+
"text": "string"
|
|
2679
2671
|
},
|
|
2680
|
-
"default": "'
|
|
2681
|
-
"description": "The
|
|
2682
|
-
"fieldName": "
|
|
2683
|
-
}
|
|
2684
|
-
],
|
|
2685
|
-
"superclass": {
|
|
2686
|
-
"name": "LitElement",
|
|
2687
|
-
"package": "lit"
|
|
2688
|
-
},
|
|
2689
|
-
"tagName": "u-card",
|
|
2690
|
-
"customElement": true
|
|
2691
|
-
}
|
|
2692
|
-
],
|
|
2693
|
-
"exports": [
|
|
2694
|
-
{
|
|
2695
|
-
"kind": "js",
|
|
2696
|
-
"name": "UmCard",
|
|
2697
|
-
"declaration": {
|
|
2698
|
-
"name": "UmCard",
|
|
2699
|
-
"module": "src/card/card.ts"
|
|
2700
|
-
}
|
|
2701
|
-
},
|
|
2702
|
-
{
|
|
2703
|
-
"kind": "custom-element-definition",
|
|
2704
|
-
"name": "u-card",
|
|
2705
|
-
"declaration": {
|
|
2706
|
-
"name": "UmCard",
|
|
2707
|
-
"module": "src/card/card.ts"
|
|
2708
|
-
}
|
|
2709
|
-
}
|
|
2710
|
-
]
|
|
2711
|
-
},
|
|
2712
|
-
{
|
|
2713
|
-
"kind": "javascript-module",
|
|
2714
|
-
"path": "src/checkbox/checkbox.ts",
|
|
2715
|
-
"declarations": [
|
|
2716
|
-
{
|
|
2717
|
-
"kind": "class",
|
|
2718
|
-
"description": "",
|
|
2719
|
-
"name": "UmCheckbox",
|
|
2720
|
-
"members": [
|
|
2672
|
+
"default": "''",
|
|
2673
|
+
"description": "The `aria-label` of the button when the button is toggleable and selected.",
|
|
2674
|
+
"fieldName": "ariaLabelSelected"
|
|
2675
|
+
},
|
|
2721
2676
|
{
|
|
2722
|
-
"
|
|
2723
|
-
"name": "ripple",
|
|
2677
|
+
"name": "type",
|
|
2724
2678
|
"type": {
|
|
2725
|
-
"text": "
|
|
2679
|
+
"text": "string"
|
|
2726
2680
|
},
|
|
2727
|
-
"
|
|
2681
|
+
"default": "'submit'",
|
|
2682
|
+
"fieldName": "type",
|
|
2683
|
+
"inheritedFrom": {
|
|
2684
|
+
"name": "UmButtonBase",
|
|
2685
|
+
"module": "src/button/button-base.ts"
|
|
2686
|
+
}
|
|
2728
2687
|
},
|
|
2729
2688
|
{
|
|
2730
|
-
"
|
|
2731
|
-
"name": "assignedInputs",
|
|
2689
|
+
"name": "value",
|
|
2732
2690
|
"type": {
|
|
2733
|
-
"text": "
|
|
2691
|
+
"text": "string"
|
|
2734
2692
|
},
|
|
2735
|
-
"
|
|
2693
|
+
"default": "''",
|
|
2694
|
+
"fieldName": "value",
|
|
2695
|
+
"inheritedFrom": {
|
|
2696
|
+
"name": "UmButtonBase",
|
|
2697
|
+
"module": "src/button/button-base.ts"
|
|
2698
|
+
}
|
|
2736
2699
|
},
|
|
2737
2700
|
{
|
|
2738
|
-
"
|
|
2739
|
-
"name": "input",
|
|
2701
|
+
"name": "form",
|
|
2740
2702
|
"type": {
|
|
2741
|
-
"text": "
|
|
2703
|
+
"text": "HTMLFormElement | null"
|
|
2742
2704
|
},
|
|
2743
|
-
"
|
|
2705
|
+
"description": "The `<form>` element to associate the button with (its form owner). The value of this attribute must be the id of a `<form>` in the same document. (If this attribute is not set, the button is associated with its ancestor `<form>` element, if any.)",
|
|
2706
|
+
"fieldName": "form",
|
|
2707
|
+
"inheritedFrom": {
|
|
2708
|
+
"name": "UmButtonBase",
|
|
2709
|
+
"module": "src/button/button-base.ts"
|
|
2710
|
+
}
|
|
2744
2711
|
},
|
|
2745
2712
|
{
|
|
2746
|
-
"
|
|
2747
|
-
"
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2713
|
+
"name": "disabled",
|
|
2714
|
+
"type": {
|
|
2715
|
+
"text": "boolean"
|
|
2716
|
+
},
|
|
2717
|
+
"default": "false",
|
|
2718
|
+
"description": "Whether the button is disabled or not.",
|
|
2719
|
+
"fieldName": "disabled",
|
|
2720
|
+
"inheritedFrom": {
|
|
2721
|
+
"name": "UmButtonWrapper",
|
|
2722
|
+
"module": "src/shared/button-wrapper.ts"
|
|
2753
2723
|
}
|
|
2754
2724
|
},
|
|
2755
2725
|
{
|
|
2756
|
-
"
|
|
2757
|
-
"
|
|
2758
|
-
|
|
2726
|
+
"name": "href",
|
|
2727
|
+
"type": {
|
|
2728
|
+
"text": "string | undefined"
|
|
2729
|
+
},
|
|
2730
|
+
"description": "The URL that the link button points to.",
|
|
2731
|
+
"fieldName": "href",
|
|
2732
|
+
"inheritedFrom": {
|
|
2733
|
+
"name": "UmButtonWrapper",
|
|
2734
|
+
"module": "src/shared/button-wrapper.ts"
|
|
2735
|
+
}
|
|
2736
|
+
},
|
|
2737
|
+
{
|
|
2738
|
+
"name": "target",
|
|
2739
|
+
"type": {
|
|
2740
|
+
"text": "string | undefined"
|
|
2741
|
+
},
|
|
2742
|
+
"description": "Where to display the linked `href` URL for a link button. Common options\ninclude `_blank` to open in a new tab.",
|
|
2743
|
+
"fieldName": "target",
|
|
2744
|
+
"inheritedFrom": {
|
|
2745
|
+
"name": "UmButtonWrapper",
|
|
2746
|
+
"module": "src/shared/button-wrapper.ts"
|
|
2747
|
+
}
|
|
2748
|
+
},
|
|
2749
|
+
{
|
|
2750
|
+
"name": "name",
|
|
2751
|
+
"type": {
|
|
2752
|
+
"text": "string | undefined"
|
|
2753
|
+
},
|
|
2754
|
+
"fieldName": "name",
|
|
2755
|
+
"inheritedFrom": {
|
|
2756
|
+
"name": "UmButtonWrapper",
|
|
2757
|
+
"module": "src/shared/button-wrapper.ts"
|
|
2758
|
+
}
|
|
2759
2759
|
}
|
|
2760
2760
|
],
|
|
2761
2761
|
"superclass": {
|
|
2762
|
-
"name": "
|
|
2763
|
-
"
|
|
2762
|
+
"name": "UmButtonBase",
|
|
2763
|
+
"module": "/src/button/button-base.js"
|
|
2764
2764
|
},
|
|
2765
|
-
"tagName": "u-
|
|
2765
|
+
"tagName": "u-icon-button",
|
|
2766
2766
|
"customElement": true
|
|
2767
2767
|
}
|
|
2768
2768
|
],
|
|
2769
2769
|
"exports": [
|
|
2770
2770
|
{
|
|
2771
2771
|
"kind": "js",
|
|
2772
|
-
"name": "
|
|
2772
|
+
"name": "UmIconButton",
|
|
2773
2773
|
"declaration": {
|
|
2774
|
-
"name": "
|
|
2775
|
-
"module": "src/
|
|
2774
|
+
"name": "UmIconButton",
|
|
2775
|
+
"module": "src/button/icon-button.ts"
|
|
2776
2776
|
}
|
|
2777
2777
|
},
|
|
2778
2778
|
{
|
|
2779
2779
|
"kind": "custom-element-definition",
|
|
2780
|
-
"name": "u-
|
|
2780
|
+
"name": "u-icon-button",
|
|
2781
2781
|
"declaration": {
|
|
2782
|
-
"name": "
|
|
2783
|
-
"module": "src/
|
|
2782
|
+
"name": "UmIconButton",
|
|
2783
|
+
"module": "src/button/icon-button.ts"
|
|
2784
2784
|
}
|
|
2785
2785
|
}
|
|
2786
2786
|
]
|
|
@@ -2897,7 +2897,7 @@
|
|
|
2897
2897
|
],
|
|
2898
2898
|
"superclass": {
|
|
2899
2899
|
"name": "GridBase",
|
|
2900
|
-
"module": "/src/container/grid-base"
|
|
2900
|
+
"module": "/src/container/grid-base.js"
|
|
2901
2901
|
},
|
|
2902
2902
|
"tagName": "u-container",
|
|
2903
2903
|
"customElement": true,
|
|
@@ -3640,7 +3640,7 @@
|
|
|
3640
3640
|
],
|
|
3641
3641
|
"superclass": {
|
|
3642
3642
|
"name": "GridBase",
|
|
3643
|
-
"module": "/src/container/grid-base"
|
|
3643
|
+
"module": "/src/container/grid-base.js"
|
|
3644
3644
|
},
|
|
3645
3645
|
"tagName": "u-grid",
|
|
3646
3646
|
"customElement": true
|
|
@@ -4146,7 +4146,7 @@
|
|
|
4146
4146
|
],
|
|
4147
4147
|
"superclass": {
|
|
4148
4148
|
"name": "UmButtonWrapper",
|
|
4149
|
-
"module": "/src/shared/button-wrapper"
|
|
4149
|
+
"module": "/src/shared/button-wrapper.js"
|
|
4150
4150
|
},
|
|
4151
4151
|
"tagName": "u-menu-item",
|
|
4152
4152
|
"customElement": true
|
|
@@ -4908,7 +4908,7 @@
|
|
|
4908
4908
|
],
|
|
4909
4909
|
"superclass": {
|
|
4910
4910
|
"name": "UmButtonWrapper",
|
|
4911
|
-
"module": "/src/shared/button-wrapper"
|
|
4911
|
+
"module": "/src/shared/button-wrapper.js"
|
|
4912
4912
|
},
|
|
4913
4913
|
"tagName": "u-drawer-item",
|
|
4914
4914
|
"customElement": true
|