@genesislcap/rapid-design-system 14.172.1 → 14.172.2
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/dist/custom-elements.json +942 -888
- package/dist/dts/multiselect/multiselect.stories.d.ts +1 -0
- package/dist/dts/multiselect/multiselect.stories.d.ts.map +1 -1
- package/dist/esm/dialog/dialog.styles.js +1 -1
- package/dist/esm/multiselect/multiselect.stories.js +40 -5
- package/package.json +10 -10
|
@@ -739,6 +739,194 @@
|
|
|
739
739
|
}
|
|
740
740
|
]
|
|
741
741
|
},
|
|
742
|
+
{
|
|
743
|
+
"kind": "javascript-module",
|
|
744
|
+
"path": "src/accordion/accordion.stories.ts",
|
|
745
|
+
"declarations": [
|
|
746
|
+
{
|
|
747
|
+
"kind": "variable",
|
|
748
|
+
"name": "meta",
|
|
749
|
+
"type": {
|
|
750
|
+
"text": "Meta"
|
|
751
|
+
},
|
|
752
|
+
"default": "{\n title: 'Accordion',\n component: 'rapid-accordion',\n}"
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"kind": "variable",
|
|
756
|
+
"name": "Primary",
|
|
757
|
+
"type": {
|
|
758
|
+
"text": "StoryObj"
|
|
759
|
+
},
|
|
760
|
+
"default": "{\n render: () => html`\n <rapid-accordion>\n <rapid-accordion-item slot=\"item\" id=\"accordion-1\" class=\"expanded\">\n Accordion one content\n <div slot=\"heading\">Accordion one</div>\n </rapid-accordion-item>\n <rapid-accordion-item slot=\"item\" id=\"accordion-2\">\n Accordion two content\n <div slot=\"heading\">Accordion two</div>\n </rapid-accordion-item>\n <rapid-accordion-item slot=\"item\" id=\"accordion-3\">\n Accordion three content\n <div slot=\"heading\">Accordion three</div>\n </rapid-accordion-item>\n <rapid-accordion-item slot=\"item\" id=\"accordion-4\">\n Accordion four content\n <div slot=\"heading\">Accordion four</div>\n </rapid-accordion-item>\n </rapid-accordion>\n `,\n}"
|
|
761
|
+
}
|
|
762
|
+
],
|
|
763
|
+
"exports": [
|
|
764
|
+
{
|
|
765
|
+
"kind": "js",
|
|
766
|
+
"name": "default",
|
|
767
|
+
"declaration": {
|
|
768
|
+
"name": "meta",
|
|
769
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"kind": "js",
|
|
774
|
+
"name": "Primary",
|
|
775
|
+
"declaration": {
|
|
776
|
+
"name": "Primary",
|
|
777
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
778
|
+
}
|
|
779
|
+
}
|
|
780
|
+
]
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
"kind": "javascript-module",
|
|
784
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
785
|
+
"declarations": [
|
|
786
|
+
{
|
|
787
|
+
"kind": "function",
|
|
788
|
+
"name": "rapidAccordionStyles",
|
|
789
|
+
"return": {
|
|
790
|
+
"type": {
|
|
791
|
+
"text": "ElementStyles"
|
|
792
|
+
}
|
|
793
|
+
},
|
|
794
|
+
"parameters": [
|
|
795
|
+
{
|
|
796
|
+
"name": "context",
|
|
797
|
+
"type": {
|
|
798
|
+
"text": "ElementDefinitionContext"
|
|
799
|
+
}
|
|
800
|
+
},
|
|
801
|
+
{
|
|
802
|
+
"name": "definition",
|
|
803
|
+
"type": {
|
|
804
|
+
"text": "FoundationElementDefinition"
|
|
805
|
+
}
|
|
806
|
+
}
|
|
807
|
+
]
|
|
808
|
+
}
|
|
809
|
+
],
|
|
810
|
+
"exports": [
|
|
811
|
+
{
|
|
812
|
+
"kind": "js",
|
|
813
|
+
"name": "rapidAccordionStyles",
|
|
814
|
+
"declaration": {
|
|
815
|
+
"name": "rapidAccordionStyles",
|
|
816
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
]
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"kind": "javascript-module",
|
|
823
|
+
"path": "src/accordion/accordion.template.ts",
|
|
824
|
+
"declarations": [
|
|
825
|
+
{
|
|
826
|
+
"kind": "function",
|
|
827
|
+
"name": "rapidAccordionTemplate",
|
|
828
|
+
"return": {
|
|
829
|
+
"type": {
|
|
830
|
+
"text": "ViewTemplate<Accordion>"
|
|
831
|
+
}
|
|
832
|
+
},
|
|
833
|
+
"parameters": [
|
|
834
|
+
{
|
|
835
|
+
"name": "context",
|
|
836
|
+
"type": {
|
|
837
|
+
"text": "ElementDefinitionContext"
|
|
838
|
+
}
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"name": "definition",
|
|
842
|
+
"type": {
|
|
843
|
+
"text": "FoundationElementDefinition"
|
|
844
|
+
}
|
|
845
|
+
}
|
|
846
|
+
]
|
|
847
|
+
}
|
|
848
|
+
],
|
|
849
|
+
"exports": [
|
|
850
|
+
{
|
|
851
|
+
"kind": "js",
|
|
852
|
+
"name": "rapidAccordionTemplate",
|
|
853
|
+
"declaration": {
|
|
854
|
+
"name": "rapidAccordionTemplate",
|
|
855
|
+
"module": "src/accordion/accordion.template.ts"
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
]
|
|
859
|
+
},
|
|
860
|
+
{
|
|
861
|
+
"kind": "javascript-module",
|
|
862
|
+
"path": "src/accordion/accordion.ts",
|
|
863
|
+
"declarations": [
|
|
864
|
+
{
|
|
865
|
+
"kind": "class",
|
|
866
|
+
"description": "",
|
|
867
|
+
"name": "Accordion",
|
|
868
|
+
"superclass": {
|
|
869
|
+
"name": "foundationAccordion",
|
|
870
|
+
"package": "@genesislcap/foundation-ui"
|
|
871
|
+
},
|
|
872
|
+
"tagName": "%%prefix%%-accordion",
|
|
873
|
+
"customElement": true
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"kind": "variable",
|
|
877
|
+
"name": "rapidAccordion"
|
|
878
|
+
}
|
|
879
|
+
],
|
|
880
|
+
"exports": [
|
|
881
|
+
{
|
|
882
|
+
"kind": "js",
|
|
883
|
+
"name": "Accordion",
|
|
884
|
+
"declaration": {
|
|
885
|
+
"name": "Accordion",
|
|
886
|
+
"module": "src/accordion/accordion.ts"
|
|
887
|
+
}
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"kind": "js",
|
|
891
|
+
"name": "rapidAccordion",
|
|
892
|
+
"declaration": {
|
|
893
|
+
"name": "rapidAccordion",
|
|
894
|
+
"module": "src/accordion/accordion.ts"
|
|
895
|
+
}
|
|
896
|
+
}
|
|
897
|
+
]
|
|
898
|
+
},
|
|
899
|
+
{
|
|
900
|
+
"kind": "javascript-module",
|
|
901
|
+
"path": "src/accordion/index.ts",
|
|
902
|
+
"declarations": [],
|
|
903
|
+
"exports": [
|
|
904
|
+
{
|
|
905
|
+
"kind": "js",
|
|
906
|
+
"name": "*",
|
|
907
|
+
"declaration": {
|
|
908
|
+
"name": "*",
|
|
909
|
+
"package": "./accordion"
|
|
910
|
+
}
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"kind": "js",
|
|
914
|
+
"name": "*",
|
|
915
|
+
"declaration": {
|
|
916
|
+
"name": "*",
|
|
917
|
+
"package": "./accordion.styles"
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"kind": "js",
|
|
922
|
+
"name": "*",
|
|
923
|
+
"declaration": {
|
|
924
|
+
"name": "*",
|
|
925
|
+
"package": "./accordion.template"
|
|
926
|
+
}
|
|
927
|
+
}
|
|
928
|
+
]
|
|
929
|
+
},
|
|
742
930
|
{
|
|
743
931
|
"kind": "javascript-module",
|
|
744
932
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1517,7 +1705,7 @@
|
|
|
1517
1705
|
},
|
|
1518
1706
|
{
|
|
1519
1707
|
"kind": "javascript-module",
|
|
1520
|
-
"path": "src/
|
|
1708
|
+
"path": "src/anchor/anchor.stories.ts",
|
|
1521
1709
|
"declarations": [
|
|
1522
1710
|
{
|
|
1523
1711
|
"kind": "variable",
|
|
@@ -1525,15 +1713,31 @@
|
|
|
1525
1713
|
"type": {
|
|
1526
1714
|
"text": "Meta"
|
|
1527
1715
|
},
|
|
1528
|
-
"default": "{\n title: '
|
|
1716
|
+
"default": "{\n title: 'Anchor',\n component: 'rapid-anchor',\n}"
|
|
1529
1717
|
},
|
|
1530
1718
|
{
|
|
1531
1719
|
"kind": "variable",
|
|
1532
|
-
"name": "
|
|
1720
|
+
"name": "Default",
|
|
1533
1721
|
"type": {
|
|
1534
1722
|
"text": "StoryObj"
|
|
1535
1723
|
},
|
|
1536
|
-
"default": "{\n render: () => html`\n <
|
|
1724
|
+
"default": "{\n args: {\n appearance: 'primary',\n target: '_blank',\n href: 'https://www.microsoft.com',\n },\n argTypes: {\n appearance: {\n control: 'select',\n options: [...RapidAppearanceValues, ...FastAppearanceValues],\n },\n },\n render: ({ appearance, target, href }) => html`\n <div style=\"${wrapperStyle}\">\n <h3 style=\"${textStyle}\">${appearance}</div>\n <div style=\"display: flex; flex-direction: row; gap:16px;margin: 8px 0;\">\n <rapid-anchor appearance=\"${appearance}\" target=\"${target}\" href=\"${href}\" >Anchor</rapid-anchor>\n <rapid-anchor appearance=\"${appearance}\">\n Anchor\n <rapid-icon name=\"check\" size=\"md\" slot=\"end\"></rapid-icon>\n </rapid-anchor>\n </div>\n </div>`,\n}"
|
|
1725
|
+
},
|
|
1726
|
+
{
|
|
1727
|
+
"kind": "variable",
|
|
1728
|
+
"name": "RapidAnchorAppearances",
|
|
1729
|
+
"type": {
|
|
1730
|
+
"text": "StoryObj"
|
|
1731
|
+
},
|
|
1732
|
+
"default": "{\n args: {\n appearances: RapidAppearanceValues,\n anchorText: 'Anchor',\n },\n ...StylesMapperTemplate,\n}"
|
|
1733
|
+
},
|
|
1734
|
+
{
|
|
1735
|
+
"kind": "variable",
|
|
1736
|
+
"name": "FastAnchorAppearances",
|
|
1737
|
+
"type": {
|
|
1738
|
+
"text": "StoryObj"
|
|
1739
|
+
},
|
|
1740
|
+
"default": "{\n args: {\n appearances: FastAppearanceValues,\n anchorText: 'Anchor',\n },\n ...StylesMapperTemplate,\n}"
|
|
1537
1741
|
}
|
|
1538
1742
|
],
|
|
1539
1743
|
"exports": [
|
|
@@ -1542,26 +1746,42 @@
|
|
|
1542
1746
|
"name": "default",
|
|
1543
1747
|
"declaration": {
|
|
1544
1748
|
"name": "meta",
|
|
1545
|
-
"module": "src/
|
|
1749
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1546
1750
|
}
|
|
1547
1751
|
},
|
|
1548
1752
|
{
|
|
1549
1753
|
"kind": "js",
|
|
1550
|
-
"name": "
|
|
1754
|
+
"name": "Default",
|
|
1551
1755
|
"declaration": {
|
|
1552
|
-
"name": "
|
|
1553
|
-
"module": "src/
|
|
1756
|
+
"name": "Default",
|
|
1757
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1758
|
+
}
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"kind": "js",
|
|
1762
|
+
"name": "RapidAnchorAppearances",
|
|
1763
|
+
"declaration": {
|
|
1764
|
+
"name": "RapidAnchorAppearances",
|
|
1765
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1766
|
+
}
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"kind": "js",
|
|
1770
|
+
"name": "FastAnchorAppearances",
|
|
1771
|
+
"declaration": {
|
|
1772
|
+
"name": "FastAnchorAppearances",
|
|
1773
|
+
"module": "src/anchor/anchor.stories.ts"
|
|
1554
1774
|
}
|
|
1555
1775
|
}
|
|
1556
1776
|
]
|
|
1557
1777
|
},
|
|
1558
1778
|
{
|
|
1559
1779
|
"kind": "javascript-module",
|
|
1560
|
-
"path": "src/
|
|
1780
|
+
"path": "src/anchor/anchor.styles.ts",
|
|
1561
1781
|
"declarations": [
|
|
1562
1782
|
{
|
|
1563
1783
|
"kind": "function",
|
|
1564
|
-
"name": "
|
|
1784
|
+
"name": "rapidAnchorStyles",
|
|
1565
1785
|
"return": {
|
|
1566
1786
|
"type": {
|
|
1567
1787
|
"text": "ElementStyles"
|
|
@@ -1586,24 +1806,24 @@
|
|
|
1586
1806
|
"exports": [
|
|
1587
1807
|
{
|
|
1588
1808
|
"kind": "js",
|
|
1589
|
-
"name": "
|
|
1809
|
+
"name": "rapidAnchorStyles",
|
|
1590
1810
|
"declaration": {
|
|
1591
|
-
"name": "
|
|
1592
|
-
"module": "src/
|
|
1811
|
+
"name": "rapidAnchorStyles",
|
|
1812
|
+
"module": "src/anchor/anchor.styles.ts"
|
|
1593
1813
|
}
|
|
1594
1814
|
}
|
|
1595
1815
|
]
|
|
1596
1816
|
},
|
|
1597
1817
|
{
|
|
1598
1818
|
"kind": "javascript-module",
|
|
1599
|
-
"path": "src/
|
|
1819
|
+
"path": "src/anchor/anchor.template.ts",
|
|
1600
1820
|
"declarations": [
|
|
1601
1821
|
{
|
|
1602
1822
|
"kind": "function",
|
|
1603
|
-
"name": "
|
|
1823
|
+
"name": "rapidAnchorTemplate",
|
|
1604
1824
|
"return": {
|
|
1605
1825
|
"type": {
|
|
1606
|
-
"text": "ViewTemplate<
|
|
1826
|
+
"text": "ViewTemplate<Anchor>"
|
|
1607
1827
|
}
|
|
1608
1828
|
},
|
|
1609
1829
|
"parameters": [
|
|
@@ -1625,227 +1845,7 @@
|
|
|
1625
1845
|
"exports": [
|
|
1626
1846
|
{
|
|
1627
1847
|
"kind": "js",
|
|
1628
|
-
"name": "
|
|
1629
|
-
"declaration": {
|
|
1630
|
-
"name": "rapidAccordionTemplate",
|
|
1631
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1632
|
-
}
|
|
1633
|
-
}
|
|
1634
|
-
]
|
|
1635
|
-
},
|
|
1636
|
-
{
|
|
1637
|
-
"kind": "javascript-module",
|
|
1638
|
-
"path": "src/accordion/accordion.ts",
|
|
1639
|
-
"declarations": [
|
|
1640
|
-
{
|
|
1641
|
-
"kind": "class",
|
|
1642
|
-
"description": "",
|
|
1643
|
-
"name": "Accordion",
|
|
1644
|
-
"superclass": {
|
|
1645
|
-
"name": "foundationAccordion",
|
|
1646
|
-
"package": "@genesislcap/foundation-ui"
|
|
1647
|
-
},
|
|
1648
|
-
"tagName": "%%prefix%%-accordion",
|
|
1649
|
-
"customElement": true
|
|
1650
|
-
},
|
|
1651
|
-
{
|
|
1652
|
-
"kind": "variable",
|
|
1653
|
-
"name": "rapidAccordion"
|
|
1654
|
-
}
|
|
1655
|
-
],
|
|
1656
|
-
"exports": [
|
|
1657
|
-
{
|
|
1658
|
-
"kind": "js",
|
|
1659
|
-
"name": "Accordion",
|
|
1660
|
-
"declaration": {
|
|
1661
|
-
"name": "Accordion",
|
|
1662
|
-
"module": "src/accordion/accordion.ts"
|
|
1663
|
-
}
|
|
1664
|
-
},
|
|
1665
|
-
{
|
|
1666
|
-
"kind": "js",
|
|
1667
|
-
"name": "rapidAccordion",
|
|
1668
|
-
"declaration": {
|
|
1669
|
-
"name": "rapidAccordion",
|
|
1670
|
-
"module": "src/accordion/accordion.ts"
|
|
1671
|
-
}
|
|
1672
|
-
}
|
|
1673
|
-
]
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
"kind": "javascript-module",
|
|
1677
|
-
"path": "src/accordion/index.ts",
|
|
1678
|
-
"declarations": [],
|
|
1679
|
-
"exports": [
|
|
1680
|
-
{
|
|
1681
|
-
"kind": "js",
|
|
1682
|
-
"name": "*",
|
|
1683
|
-
"declaration": {
|
|
1684
|
-
"name": "*",
|
|
1685
|
-
"package": "./accordion"
|
|
1686
|
-
}
|
|
1687
|
-
},
|
|
1688
|
-
{
|
|
1689
|
-
"kind": "js",
|
|
1690
|
-
"name": "*",
|
|
1691
|
-
"declaration": {
|
|
1692
|
-
"name": "*",
|
|
1693
|
-
"package": "./accordion.styles"
|
|
1694
|
-
}
|
|
1695
|
-
},
|
|
1696
|
-
{
|
|
1697
|
-
"kind": "js",
|
|
1698
|
-
"name": "*",
|
|
1699
|
-
"declaration": {
|
|
1700
|
-
"name": "*",
|
|
1701
|
-
"package": "./accordion.template"
|
|
1702
|
-
}
|
|
1703
|
-
}
|
|
1704
|
-
]
|
|
1705
|
-
},
|
|
1706
|
-
{
|
|
1707
|
-
"kind": "javascript-module",
|
|
1708
|
-
"path": "src/anchor/anchor.stories.ts",
|
|
1709
|
-
"declarations": [
|
|
1710
|
-
{
|
|
1711
|
-
"kind": "variable",
|
|
1712
|
-
"name": "meta",
|
|
1713
|
-
"type": {
|
|
1714
|
-
"text": "Meta"
|
|
1715
|
-
},
|
|
1716
|
-
"default": "{\n title: 'Anchor',\n component: 'rapid-anchor',\n}"
|
|
1717
|
-
},
|
|
1718
|
-
{
|
|
1719
|
-
"kind": "variable",
|
|
1720
|
-
"name": "Default",
|
|
1721
|
-
"type": {
|
|
1722
|
-
"text": "StoryObj"
|
|
1723
|
-
},
|
|
1724
|
-
"default": "{\n args: {\n appearance: 'primary',\n target: '_blank',\n href: 'https://www.microsoft.com',\n },\n argTypes: {\n appearance: {\n control: 'select',\n options: [...RapidAppearanceValues, ...FastAppearanceValues],\n },\n },\n render: ({ appearance, target, href }) => html`\n <div style=\"${wrapperStyle}\">\n <h3 style=\"${textStyle}\">${appearance}</div>\n <div style=\"display: flex; flex-direction: row; gap:16px;margin: 8px 0;\">\n <rapid-anchor appearance=\"${appearance}\" target=\"${target}\" href=\"${href}\" >Anchor</rapid-anchor>\n <rapid-anchor appearance=\"${appearance}\">\n Anchor\n <rapid-icon name=\"check\" size=\"md\" slot=\"end\"></rapid-icon>\n </rapid-anchor>\n </div>\n </div>`,\n}"
|
|
1725
|
-
},
|
|
1726
|
-
{
|
|
1727
|
-
"kind": "variable",
|
|
1728
|
-
"name": "RapidAnchorAppearances",
|
|
1729
|
-
"type": {
|
|
1730
|
-
"text": "StoryObj"
|
|
1731
|
-
},
|
|
1732
|
-
"default": "{\n args: {\n appearances: RapidAppearanceValues,\n anchorText: 'Anchor',\n },\n ...StylesMapperTemplate,\n}"
|
|
1733
|
-
},
|
|
1734
|
-
{
|
|
1735
|
-
"kind": "variable",
|
|
1736
|
-
"name": "FastAnchorAppearances",
|
|
1737
|
-
"type": {
|
|
1738
|
-
"text": "StoryObj"
|
|
1739
|
-
},
|
|
1740
|
-
"default": "{\n args: {\n appearances: FastAppearanceValues,\n anchorText: 'Anchor',\n },\n ...StylesMapperTemplate,\n}"
|
|
1741
|
-
}
|
|
1742
|
-
],
|
|
1743
|
-
"exports": [
|
|
1744
|
-
{
|
|
1745
|
-
"kind": "js",
|
|
1746
|
-
"name": "default",
|
|
1747
|
-
"declaration": {
|
|
1748
|
-
"name": "meta",
|
|
1749
|
-
"module": "src/anchor/anchor.stories.ts"
|
|
1750
|
-
}
|
|
1751
|
-
},
|
|
1752
|
-
{
|
|
1753
|
-
"kind": "js",
|
|
1754
|
-
"name": "Default",
|
|
1755
|
-
"declaration": {
|
|
1756
|
-
"name": "Default",
|
|
1757
|
-
"module": "src/anchor/anchor.stories.ts"
|
|
1758
|
-
}
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"kind": "js",
|
|
1762
|
-
"name": "RapidAnchorAppearances",
|
|
1763
|
-
"declaration": {
|
|
1764
|
-
"name": "RapidAnchorAppearances",
|
|
1765
|
-
"module": "src/anchor/anchor.stories.ts"
|
|
1766
|
-
}
|
|
1767
|
-
},
|
|
1768
|
-
{
|
|
1769
|
-
"kind": "js",
|
|
1770
|
-
"name": "FastAnchorAppearances",
|
|
1771
|
-
"declaration": {
|
|
1772
|
-
"name": "FastAnchorAppearances",
|
|
1773
|
-
"module": "src/anchor/anchor.stories.ts"
|
|
1774
|
-
}
|
|
1775
|
-
}
|
|
1776
|
-
]
|
|
1777
|
-
},
|
|
1778
|
-
{
|
|
1779
|
-
"kind": "javascript-module",
|
|
1780
|
-
"path": "src/anchor/anchor.styles.ts",
|
|
1781
|
-
"declarations": [
|
|
1782
|
-
{
|
|
1783
|
-
"kind": "function",
|
|
1784
|
-
"name": "rapidAnchorStyles",
|
|
1785
|
-
"return": {
|
|
1786
|
-
"type": {
|
|
1787
|
-
"text": "ElementStyles"
|
|
1788
|
-
}
|
|
1789
|
-
},
|
|
1790
|
-
"parameters": [
|
|
1791
|
-
{
|
|
1792
|
-
"name": "context",
|
|
1793
|
-
"type": {
|
|
1794
|
-
"text": "ElementDefinitionContext"
|
|
1795
|
-
}
|
|
1796
|
-
},
|
|
1797
|
-
{
|
|
1798
|
-
"name": "definition",
|
|
1799
|
-
"type": {
|
|
1800
|
-
"text": "FoundationElementDefinition"
|
|
1801
|
-
}
|
|
1802
|
-
}
|
|
1803
|
-
]
|
|
1804
|
-
}
|
|
1805
|
-
],
|
|
1806
|
-
"exports": [
|
|
1807
|
-
{
|
|
1808
|
-
"kind": "js",
|
|
1809
|
-
"name": "rapidAnchorStyles",
|
|
1810
|
-
"declaration": {
|
|
1811
|
-
"name": "rapidAnchorStyles",
|
|
1812
|
-
"module": "src/anchor/anchor.styles.ts"
|
|
1813
|
-
}
|
|
1814
|
-
}
|
|
1815
|
-
]
|
|
1816
|
-
},
|
|
1817
|
-
{
|
|
1818
|
-
"kind": "javascript-module",
|
|
1819
|
-
"path": "src/anchor/anchor.template.ts",
|
|
1820
|
-
"declarations": [
|
|
1821
|
-
{
|
|
1822
|
-
"kind": "function",
|
|
1823
|
-
"name": "rapidAnchorTemplate",
|
|
1824
|
-
"return": {
|
|
1825
|
-
"type": {
|
|
1826
|
-
"text": "ViewTemplate<Anchor>"
|
|
1827
|
-
}
|
|
1828
|
-
},
|
|
1829
|
-
"parameters": [
|
|
1830
|
-
{
|
|
1831
|
-
"name": "context",
|
|
1832
|
-
"type": {
|
|
1833
|
-
"text": "ElementDefinitionContext"
|
|
1834
|
-
}
|
|
1835
|
-
},
|
|
1836
|
-
{
|
|
1837
|
-
"name": "definition",
|
|
1838
|
-
"type": {
|
|
1839
|
-
"text": "FoundationElementDefinition"
|
|
1840
|
-
}
|
|
1841
|
-
}
|
|
1842
|
-
]
|
|
1843
|
-
}
|
|
1844
|
-
],
|
|
1845
|
-
"exports": [
|
|
1846
|
-
{
|
|
1847
|
-
"kind": "js",
|
|
1848
|
-
"name": "rapidAnchorTemplate",
|
|
1848
|
+
"name": "rapidAnchorTemplate",
|
|
1849
1849
|
"declaration": {
|
|
1850
1850
|
"name": "rapidAnchorTemplate",
|
|
1851
1851
|
"module": "src/anchor/anchor.template.ts"
|
|
@@ -10084,7 +10084,7 @@
|
|
|
10084
10084
|
{
|
|
10085
10085
|
"kind": "variable",
|
|
10086
10086
|
"name": "rapidDialogStyles",
|
|
10087
|
-
"default": "css`\n ${foundationDialogStyles}\n :host {\n --color-error: ${ColorHEX.error};\n --color-success: ${ColorHEX.success};\n --dialog-background: ${neutralLayer2};\n\n font-family: var(--body-font);\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n }\n\n dialog {\n position: fixed;\n top: 0;\n bottom: 0;\n border-radius: calc(var(--control-corner-radius) * 1px);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n text-align: left;\n line-height: normal;\n box-shadow: 0 2px 15px 0 rgb(0 0 0 / 35%);\n }\n\n .top {\n display: flex;\n align-items: center;\n justify-content: space-between;\n color: var(--neutral-foreground-rest);\n margin-bottom: calc(var(--design-unit) * 2px);\n font-weight: 500;\n }\n\n .bottom {\n display: flex;\n flex-wrap: wrap;\n justify-content: flex-end;\n color: var(--neutral-foreground-rest);\n }\n\n :host slot:first-of-type {\n color: ${neutralForegroundRest};\n }\n\n ::slotted(rapid-button) {\n margin
|
|
10087
|
+
"default": "css`\n ${foundationDialogStyles}\n :host {\n --color-error: ${ColorHEX.error};\n --color-success: ${ColorHEX.success};\n --dialog-background: ${neutralLayer2};\n\n font-family: var(--body-font);\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n }\n\n dialog {\n position: fixed;\n top: 0;\n bottom: 0;\n border-radius: calc(var(--control-corner-radius) * 1px);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n text-align: left;\n line-height: normal;\n box-shadow: 0 2px 15px 0 rgb(0 0 0 / 35%);\n }\n\n .top {\n display: flex;\n align-items: center;\n justify-content: space-between;\n color: var(--neutral-foreground-rest);\n margin-bottom: calc(var(--design-unit) * 2px);\n font-weight: 500;\n }\n\n .bottom {\n display: flex;\n flex-wrap: wrap;\n justify-content: flex-end;\n color: var(--neutral-foreground-rest);\n }\n\n :host slot:first-of-type {\n color: ${neutralForegroundRest};\n }\n\n ::slotted(rapid-button) {\n margin: calc(var(--design-unit) * 4px - 1px) calc(var(--design-unit) * 1px) 0;\n }\n\n .content-wrapper {\n min-width: var(--dialog-min-width);\n min-height: var(--dialog-min-height);\n height: fit-content;\n width: fit-content;\n max-width: var(--dialog-max-width);\n max-height: var(--dialog-max-height);\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n align-items: stretch;\n }\n\n .close-icon:hover svg {\n background-color: color-mix(in srgb, var(--neutral-foreground-rest), transparent 95%);\n }\n\n .close-icon svg g path {\n fill: color-mix(in srgb, var(--neutral-foreground-rest), transparent 50%);\n }\n\n .close-icon:hover svg g path {\n fill: var(--neutral-foreground-rest);\n }\n\n .close-icon:active svg {\n background-color: var(--neutral-layer-4);\n }\n\n .close-icon:active svg g path {\n fill: color-mix(in srgb, var(--neutral-foreground-rest), transparent 67%);\n }\n`"
|
|
10088
10088
|
}
|
|
10089
10089
|
],
|
|
10090
10090
|
"exports": [
|
|
@@ -14695,7 +14695,7 @@
|
|
|
14695
14695
|
},
|
|
14696
14696
|
{
|
|
14697
14697
|
"kind": "javascript-module",
|
|
14698
|
-
"path": "src/
|
|
14698
|
+
"path": "src/horizontal-scroll/horizontal-scroll.stories.ts",
|
|
14699
14699
|
"declarations": [
|
|
14700
14700
|
{
|
|
14701
14701
|
"kind": "variable",
|
|
@@ -14703,23 +14703,15 @@
|
|
|
14703
14703
|
"type": {
|
|
14704
14704
|
"text": "Meta"
|
|
14705
14705
|
},
|
|
14706
|
-
"default": "{\n title: '
|
|
14707
|
-
},
|
|
14708
|
-
{
|
|
14709
|
-
"kind": "variable",
|
|
14710
|
-
"name": "Default",
|
|
14711
|
-
"type": {
|
|
14712
|
-
"text": "StoryObj"
|
|
14713
|
-
},
|
|
14714
|
-
"default": "{\n argTypes: {\n size: {\n control: 'select',\n options: [\n '2xs',\n 'xs',\n 'sm',\n 'lg',\n 'xl',\n '2xl',\n '1x',\n '2x',\n '3x',\n '4x',\n '5x',\n '6x',\n '7x',\n '8x',\n '9x',\n '10x',\n ],\n },\n variant: {\n control: 'select',\n options: ['solid', 'regular', 'brand'],\n },\n },\n args: {\n name: 'glasses',\n size: 'lg',\n variant: 'solid',\n },\n render: ({ name, size, variant }) => html`\n <rapid-icon\n style=\"color: white;\"\n name=\"${name}\"\n size=\"${size}\"\n variant=\"${variant}\"\n ></rapid-icon>\n `,\n}"
|
|
14706
|
+
"default": "{\n title: 'Horizontal Scroll',\n component: 'rapid-horizontal-scroll',\n}"
|
|
14715
14707
|
},
|
|
14716
14708
|
{
|
|
14717
14709
|
"kind": "variable",
|
|
14718
|
-
"name": "
|
|
14710
|
+
"name": "Primary",
|
|
14719
14711
|
"type": {
|
|
14720
14712
|
"text": "StoryObj"
|
|
14721
14713
|
},
|
|
14722
|
-
"default": "{\n render: () => html`\n <
|
|
14714
|
+
"default": "{\n render: () => html`\n <rapid-horizontal-scroll style=${horizontalScrollStyle}>\n ${repeat(\n cards,\n (item) => item,\n (item) => html`\n <rapid-card style=${cardStyle}>\n Card number ${item}\n <rapid-button>A button</rapid-button>\n </rapid-card>\n `,\n )}\n </rapid-horizontal-scroll>\n `,\n}"
|
|
14723
14715
|
}
|
|
14724
14716
|
],
|
|
14725
14717
|
"exports": [
|
|
@@ -14728,34 +14720,26 @@
|
|
|
14728
14720
|
"name": "default",
|
|
14729
14721
|
"declaration": {
|
|
14730
14722
|
"name": "meta",
|
|
14731
|
-
"module": "src/
|
|
14732
|
-
}
|
|
14733
|
-
},
|
|
14734
|
-
{
|
|
14735
|
-
"kind": "js",
|
|
14736
|
-
"name": "Default",
|
|
14737
|
-
"declaration": {
|
|
14738
|
-
"name": "Default",
|
|
14739
|
-
"module": "src/icon/icon.stories.ts"
|
|
14723
|
+
"module": "src/horizontal-scroll/horizontal-scroll.stories.ts"
|
|
14740
14724
|
}
|
|
14741
14725
|
},
|
|
14742
14726
|
{
|
|
14743
14727
|
"kind": "js",
|
|
14744
|
-
"name": "
|
|
14728
|
+
"name": "Primary",
|
|
14745
14729
|
"declaration": {
|
|
14746
|
-
"name": "
|
|
14747
|
-
"module": "src/
|
|
14730
|
+
"name": "Primary",
|
|
14731
|
+
"module": "src/horizontal-scroll/horizontal-scroll.stories.ts"
|
|
14748
14732
|
}
|
|
14749
14733
|
}
|
|
14750
14734
|
]
|
|
14751
14735
|
},
|
|
14752
14736
|
{
|
|
14753
14737
|
"kind": "javascript-module",
|
|
14754
|
-
"path": "src/
|
|
14738
|
+
"path": "src/horizontal-scroll/horizontal-scroll.styles.ts",
|
|
14755
14739
|
"declarations": [
|
|
14756
14740
|
{
|
|
14757
14741
|
"kind": "function",
|
|
14758
|
-
"name": "
|
|
14742
|
+
"name": "rapidHorizontalScrollStyles",
|
|
14759
14743
|
"return": {
|
|
14760
14744
|
"type": {
|
|
14761
14745
|
"text": "ElementStyles"
|
|
@@ -14780,224 +14764,496 @@
|
|
|
14780
14764
|
"exports": [
|
|
14781
14765
|
{
|
|
14782
14766
|
"kind": "js",
|
|
14783
|
-
"name": "
|
|
14767
|
+
"name": "rapidHorizontalScrollStyles",
|
|
14784
14768
|
"declaration": {
|
|
14785
|
-
"name": "
|
|
14786
|
-
"module": "src/
|
|
14769
|
+
"name": "rapidHorizontalScrollStyles",
|
|
14770
|
+
"module": "src/horizontal-scroll/horizontal-scroll.styles.ts"
|
|
14787
14771
|
}
|
|
14788
14772
|
}
|
|
14789
14773
|
]
|
|
14790
14774
|
},
|
|
14791
14775
|
{
|
|
14792
14776
|
"kind": "javascript-module",
|
|
14793
|
-
"path": "src/
|
|
14777
|
+
"path": "src/horizontal-scroll/horizontal-scroll.template.ts",
|
|
14778
|
+
"declarations": [
|
|
14779
|
+
{
|
|
14780
|
+
"kind": "function",
|
|
14781
|
+
"name": "rapidHorizontalScrollTemplate",
|
|
14782
|
+
"return": {
|
|
14783
|
+
"type": {
|
|
14784
|
+
"text": "ViewTemplate<HorizontalScroll>"
|
|
14785
|
+
}
|
|
14786
|
+
},
|
|
14787
|
+
"parameters": [
|
|
14788
|
+
{
|
|
14789
|
+
"name": "context",
|
|
14790
|
+
"type": {
|
|
14791
|
+
"text": "ElementDefinitionContext"
|
|
14792
|
+
}
|
|
14793
|
+
},
|
|
14794
|
+
{
|
|
14795
|
+
"name": "definition",
|
|
14796
|
+
"type": {
|
|
14797
|
+
"text": "FoundationElementDefinition"
|
|
14798
|
+
}
|
|
14799
|
+
}
|
|
14800
|
+
]
|
|
14801
|
+
}
|
|
14802
|
+
],
|
|
14803
|
+
"exports": [
|
|
14804
|
+
{
|
|
14805
|
+
"kind": "js",
|
|
14806
|
+
"name": "rapidHorizontalScrollTemplate",
|
|
14807
|
+
"declaration": {
|
|
14808
|
+
"name": "rapidHorizontalScrollTemplate",
|
|
14809
|
+
"module": "src/horizontal-scroll/horizontal-scroll.template.ts"
|
|
14810
|
+
}
|
|
14811
|
+
}
|
|
14812
|
+
]
|
|
14813
|
+
},
|
|
14814
|
+
{
|
|
14815
|
+
"kind": "javascript-module",
|
|
14816
|
+
"path": "src/horizontal-scroll/horizontal-scroll.ts",
|
|
14794
14817
|
"declarations": [
|
|
14795
14818
|
{
|
|
14796
14819
|
"kind": "class",
|
|
14797
14820
|
"description": "",
|
|
14798
|
-
"name": "
|
|
14821
|
+
"name": "HorizontalScroll",
|
|
14799
14822
|
"superclass": {
|
|
14800
|
-
"name": "
|
|
14823
|
+
"name": "FoundationHorizontalScroll",
|
|
14801
14824
|
"package": "@genesislcap/foundation-ui"
|
|
14802
14825
|
},
|
|
14803
|
-
"tagName": "%%prefix%%-
|
|
14826
|
+
"tagName": "%%prefix%%-horizontal-scroll",
|
|
14804
14827
|
"customElement": true,
|
|
14805
14828
|
"attributes": [
|
|
14806
14829
|
{
|
|
14807
|
-
"name": "name",
|
|
14808
14830
|
"type": {
|
|
14809
|
-
"text": "
|
|
14831
|
+
"text": "number"
|
|
14810
14832
|
},
|
|
14811
|
-
"
|
|
14833
|
+
"default": "600",
|
|
14834
|
+
"description": "Speed of scroll in pixels per second",
|
|
14835
|
+
"fieldName": "speed",
|
|
14812
14836
|
"inheritedFrom": {
|
|
14813
|
-
"name": "
|
|
14814
|
-
"module": "src/
|
|
14837
|
+
"name": "HorizontalScroll",
|
|
14838
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14815
14839
|
}
|
|
14816
14840
|
},
|
|
14817
14841
|
{
|
|
14818
|
-
"name": "
|
|
14842
|
+
"name": "duration",
|
|
14819
14843
|
"type": {
|
|
14820
|
-
"text": "
|
|
14844
|
+
"text": "string"
|
|
14821
14845
|
},
|
|
14822
|
-
"
|
|
14823
|
-
"fieldName": "
|
|
14846
|
+
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
14847
|
+
"fieldName": "duration",
|
|
14824
14848
|
"inheritedFrom": {
|
|
14825
|
-
"name": "
|
|
14826
|
-
"module": "src/
|
|
14849
|
+
"name": "HorizontalScroll",
|
|
14850
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14827
14851
|
}
|
|
14828
14852
|
},
|
|
14829
14853
|
{
|
|
14830
|
-
"name": "
|
|
14854
|
+
"name": "easing",
|
|
14831
14855
|
"type": {
|
|
14832
|
-
"text": "
|
|
14856
|
+
"text": "ScrollEasing"
|
|
14833
14857
|
},
|
|
14834
|
-
"default": "
|
|
14835
|
-
"
|
|
14858
|
+
"default": "\"ease-in-out\"",
|
|
14859
|
+
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
14860
|
+
"fieldName": "easing",
|
|
14836
14861
|
"inheritedFrom": {
|
|
14837
|
-
"name": "
|
|
14838
|
-
"module": "src/
|
|
14862
|
+
"name": "HorizontalScroll",
|
|
14863
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14839
14864
|
}
|
|
14840
|
-
}
|
|
14841
|
-
],
|
|
14842
|
-
"members": [
|
|
14865
|
+
},
|
|
14843
14866
|
{
|
|
14844
|
-
"
|
|
14845
|
-
"name": "iElement",
|
|
14867
|
+
"name": "flippers-hidden-from-at",
|
|
14846
14868
|
"type": {
|
|
14847
|
-
"text": "
|
|
14869
|
+
"text": "boolean"
|
|
14848
14870
|
},
|
|
14871
|
+
"default": "false",
|
|
14872
|
+
"description": "Attribute to hide flippers from assistive technology",
|
|
14873
|
+
"fieldName": "flippersHiddenFromAT",
|
|
14849
14874
|
"inheritedFrom": {
|
|
14850
|
-
"name": "
|
|
14851
|
-
"module": "src/
|
|
14875
|
+
"name": "HorizontalScroll",
|
|
14876
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14852
14877
|
}
|
|
14853
14878
|
},
|
|
14854
14879
|
{
|
|
14855
|
-
"
|
|
14856
|
-
"name": "name",
|
|
14880
|
+
"name": "view",
|
|
14857
14881
|
"type": {
|
|
14858
|
-
"text": "
|
|
14882
|
+
"text": "HorizontalScrollView"
|
|
14859
14883
|
},
|
|
14884
|
+
"description": "View: default | mobile",
|
|
14885
|
+
"fieldName": "view",
|
|
14860
14886
|
"inheritedFrom": {
|
|
14861
|
-
"name": "
|
|
14862
|
-
"module": "src/
|
|
14863
|
-
}
|
|
14864
|
-
},
|
|
14865
|
-
{
|
|
14866
|
-
"kind": "method",
|
|
14867
|
-
"name": "nameChanged",
|
|
14868
|
-
"parameters": [
|
|
14869
|
-
{
|
|
14870
|
-
"name": "oldValue",
|
|
14871
|
-
"type": {
|
|
14872
|
-
"text": "string"
|
|
14873
|
-
}
|
|
14874
|
-
},
|
|
14875
|
-
{
|
|
14876
|
-
"name": "newValue",
|
|
14877
|
-
"type": {
|
|
14878
|
-
"text": "string"
|
|
14879
|
-
}
|
|
14880
|
-
}
|
|
14881
|
-
],
|
|
14882
|
-
"inheritedFrom": {
|
|
14883
|
-
"name": "Icon",
|
|
14884
|
-
"module": "src/icon/icon.ts"
|
|
14887
|
+
"name": "HorizontalScroll",
|
|
14888
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14885
14889
|
}
|
|
14886
|
-
}
|
|
14890
|
+
}
|
|
14891
|
+
],
|
|
14892
|
+
"members": [
|
|
14887
14893
|
{
|
|
14888
14894
|
"kind": "field",
|
|
14889
|
-
"name": "
|
|
14895
|
+
"name": "scrollContainer",
|
|
14890
14896
|
"type": {
|
|
14891
|
-
"text": "
|
|
14897
|
+
"text": "HTMLDivElement"
|
|
14892
14898
|
},
|
|
14893
|
-
"
|
|
14899
|
+
"privacy": "public",
|
|
14900
|
+
"description": "Reference to DOM element that scrolls the content",
|
|
14894
14901
|
"inheritedFrom": {
|
|
14895
|
-
"name": "
|
|
14896
|
-
"module": "src/
|
|
14902
|
+
"name": "HorizontalScroll",
|
|
14903
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14897
14904
|
}
|
|
14898
14905
|
},
|
|
14899
14906
|
{
|
|
14900
|
-
"kind": "
|
|
14901
|
-
"name": "
|
|
14902
|
-
"
|
|
14903
|
-
|
|
14904
|
-
|
|
14905
|
-
|
|
14906
|
-
|
|
14907
|
-
}
|
|
14908
|
-
},
|
|
14909
|
-
{
|
|
14910
|
-
"name": "newValue",
|
|
14911
|
-
"type": {
|
|
14912
|
-
"text": "string"
|
|
14913
|
-
}
|
|
14914
|
-
}
|
|
14915
|
-
],
|
|
14907
|
+
"kind": "field",
|
|
14908
|
+
"name": "content",
|
|
14909
|
+
"type": {
|
|
14910
|
+
"text": "HTMLDivElement"
|
|
14911
|
+
},
|
|
14912
|
+
"privacy": "public",
|
|
14913
|
+
"description": "Reference to DOM element that holds the slotted content",
|
|
14916
14914
|
"inheritedFrom": {
|
|
14917
|
-
"name": "
|
|
14918
|
-
"module": "src/
|
|
14915
|
+
"name": "HorizontalScroll",
|
|
14916
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14919
14917
|
}
|
|
14920
14918
|
},
|
|
14921
14919
|
{
|
|
14922
14920
|
"kind": "field",
|
|
14923
|
-
"name": "
|
|
14921
|
+
"name": "previousFlipperContainer",
|
|
14924
14922
|
"type": {
|
|
14925
|
-
"text": "
|
|
14923
|
+
"text": "HTMLDivElement"
|
|
14926
14924
|
},
|
|
14927
|
-
"
|
|
14925
|
+
"privacy": "public",
|
|
14926
|
+
"description": "Reference to flipper to scroll to previous content",
|
|
14928
14927
|
"inheritedFrom": {
|
|
14929
|
-
"name": "
|
|
14930
|
-
"module": "src/
|
|
14928
|
+
"name": "HorizontalScroll",
|
|
14929
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14931
14930
|
}
|
|
14932
14931
|
},
|
|
14933
14932
|
{
|
|
14934
|
-
"kind": "
|
|
14935
|
-
"name": "
|
|
14936
|
-
"
|
|
14937
|
-
|
|
14938
|
-
|
|
14939
|
-
|
|
14940
|
-
|
|
14941
|
-
}
|
|
14942
|
-
},
|
|
14943
|
-
{
|
|
14944
|
-
"name": "newValue",
|
|
14945
|
-
"type": {
|
|
14946
|
-
"text": "string"
|
|
14947
|
-
}
|
|
14948
|
-
}
|
|
14949
|
-
],
|
|
14933
|
+
"kind": "field",
|
|
14934
|
+
"name": "nextFlipperContainer",
|
|
14935
|
+
"type": {
|
|
14936
|
+
"text": "HTMLDivElement"
|
|
14937
|
+
},
|
|
14938
|
+
"privacy": "public",
|
|
14939
|
+
"description": "Reference to flipper to scroll to the next content",
|
|
14950
14940
|
"inheritedFrom": {
|
|
14951
|
-
"name": "
|
|
14952
|
-
"module": "src/
|
|
14941
|
+
"name": "HorizontalScroll",
|
|
14942
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14953
14943
|
}
|
|
14954
14944
|
},
|
|
14955
14945
|
{
|
|
14956
|
-
"kind": "
|
|
14957
|
-
"name": "
|
|
14946
|
+
"kind": "field",
|
|
14947
|
+
"name": "speed",
|
|
14948
|
+
"type": {
|
|
14949
|
+
"text": "number"
|
|
14950
|
+
},
|
|
14958
14951
|
"privacy": "public",
|
|
14952
|
+
"default": "600",
|
|
14953
|
+
"description": "Speed of scroll in pixels per second",
|
|
14959
14954
|
"inheritedFrom": {
|
|
14960
|
-
"name": "
|
|
14961
|
-
"module": "src/
|
|
14955
|
+
"name": "HorizontalScroll",
|
|
14956
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14962
14957
|
}
|
|
14963
14958
|
},
|
|
14964
14959
|
{
|
|
14965
14960
|
"kind": "field",
|
|
14966
|
-
"name": "
|
|
14961
|
+
"name": "duration",
|
|
14967
14962
|
"type": {
|
|
14968
|
-
"text": "
|
|
14963
|
+
"text": "string"
|
|
14969
14964
|
},
|
|
14970
|
-
"privacy": "
|
|
14971
|
-
"
|
|
14965
|
+
"privacy": "public",
|
|
14966
|
+
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
14972
14967
|
"inheritedFrom": {
|
|
14973
|
-
"name": "
|
|
14974
|
-
"module": "src/
|
|
14968
|
+
"name": "HorizontalScroll",
|
|
14969
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14975
14970
|
}
|
|
14976
14971
|
},
|
|
14977
14972
|
{
|
|
14978
14973
|
"kind": "field",
|
|
14979
|
-
"name": "
|
|
14974
|
+
"name": "easing",
|
|
14980
14975
|
"type": {
|
|
14981
|
-
"text": "
|
|
14976
|
+
"text": "ScrollEasing"
|
|
14982
14977
|
},
|
|
14983
14978
|
"privacy": "public",
|
|
14984
|
-
"
|
|
14979
|
+
"default": "\"ease-in-out\"",
|
|
14980
|
+
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
14985
14981
|
"inheritedFrom": {
|
|
14986
|
-
"name": "
|
|
14987
|
-
"module": "src/
|
|
14982
|
+
"name": "HorizontalScroll",
|
|
14983
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14988
14984
|
}
|
|
14989
14985
|
},
|
|
14990
14986
|
{
|
|
14991
14987
|
"kind": "field",
|
|
14992
|
-
"name": "
|
|
14988
|
+
"name": "flippersHiddenFromAT",
|
|
14993
14989
|
"type": {
|
|
14994
|
-
"text": "
|
|
14990
|
+
"text": "boolean"
|
|
14991
|
+
},
|
|
14992
|
+
"privacy": "public",
|
|
14993
|
+
"default": "false",
|
|
14994
|
+
"description": "Attribute to hide flippers from assistive technology",
|
|
14995
|
+
"inheritedFrom": {
|
|
14996
|
+
"name": "HorizontalScroll",
|
|
14997
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14998
|
+
}
|
|
14999
|
+
},
|
|
15000
|
+
{
|
|
15001
|
+
"kind": "field",
|
|
15002
|
+
"name": "scrollItems",
|
|
15003
|
+
"type": {
|
|
15004
|
+
"text": "HTMLElement[]"
|
|
15005
|
+
},
|
|
15006
|
+
"privacy": "public",
|
|
15007
|
+
"description": "The default slotted items placed in the scrolling container.",
|
|
15008
|
+
"inheritedFrom": {
|
|
15009
|
+
"name": "HorizontalScroll",
|
|
15010
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15011
|
+
}
|
|
15012
|
+
},
|
|
15013
|
+
{
|
|
15014
|
+
"kind": "field",
|
|
15015
|
+
"name": "view",
|
|
15016
|
+
"type": {
|
|
15017
|
+
"text": "HorizontalScrollView"
|
|
15018
|
+
},
|
|
15019
|
+
"privacy": "public",
|
|
15020
|
+
"description": "View: default | mobile",
|
|
15021
|
+
"inheritedFrom": {
|
|
15022
|
+
"name": "HorizontalScroll",
|
|
15023
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15024
|
+
}
|
|
15025
|
+
},
|
|
15026
|
+
{
|
|
15027
|
+
"kind": "method",
|
|
15028
|
+
"name": "scrollItemsChanged",
|
|
15029
|
+
"privacy": "public",
|
|
15030
|
+
"parameters": [
|
|
15031
|
+
{
|
|
15032
|
+
"name": "previous",
|
|
15033
|
+
"type": {
|
|
15034
|
+
"text": "HTMLElement[]"
|
|
15035
|
+
},
|
|
15036
|
+
"description": "current scroll items"
|
|
15037
|
+
},
|
|
15038
|
+
{
|
|
15039
|
+
"name": "next",
|
|
15040
|
+
"type": {
|
|
15041
|
+
"text": "HTMLElement[]"
|
|
15042
|
+
},
|
|
15043
|
+
"description": "new updated scroll items"
|
|
15044
|
+
}
|
|
15045
|
+
],
|
|
15046
|
+
"description": "Updates scroll stops and flippers when scroll items change",
|
|
15047
|
+
"inheritedFrom": {
|
|
15048
|
+
"name": "HorizontalScroll",
|
|
15049
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15050
|
+
}
|
|
15051
|
+
},
|
|
15052
|
+
{
|
|
15053
|
+
"kind": "method",
|
|
15054
|
+
"name": "fixScrollMisalign",
|
|
15055
|
+
"privacy": "private",
|
|
15056
|
+
"parameters": [
|
|
15057
|
+
{
|
|
15058
|
+
"name": "stops",
|
|
15059
|
+
"type": {
|
|
15060
|
+
"text": "number[]"
|
|
15061
|
+
}
|
|
15062
|
+
}
|
|
15063
|
+
],
|
|
15064
|
+
"inheritedFrom": {
|
|
15065
|
+
"name": "HorizontalScroll",
|
|
15066
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15067
|
+
}
|
|
15068
|
+
},
|
|
15069
|
+
{
|
|
15070
|
+
"kind": "method",
|
|
15071
|
+
"name": "scrollInView",
|
|
15072
|
+
"privacy": "public",
|
|
15073
|
+
"return": {
|
|
15074
|
+
"type": {
|
|
15075
|
+
"text": "void"
|
|
15076
|
+
}
|
|
15077
|
+
},
|
|
15078
|
+
"parameters": [
|
|
15079
|
+
{
|
|
15080
|
+
"name": "item",
|
|
15081
|
+
"type": {
|
|
15082
|
+
"text": "HTMLElement | number"
|
|
15083
|
+
},
|
|
15084
|
+
"description": "An item index, a scroll item or a child of one of the scroll items"
|
|
15085
|
+
},
|
|
15086
|
+
{
|
|
15087
|
+
"name": "padding",
|
|
15088
|
+
"default": "0",
|
|
15089
|
+
"type": {
|
|
15090
|
+
"text": "number"
|
|
15091
|
+
},
|
|
15092
|
+
"description": "Padding of the viewport where the active item shouldn't be"
|
|
15093
|
+
},
|
|
15094
|
+
{
|
|
15095
|
+
"name": "rightPadding",
|
|
15096
|
+
"optional": true,
|
|
15097
|
+
"type": {
|
|
15098
|
+
"text": "number"
|
|
15099
|
+
},
|
|
15100
|
+
"description": "Optional right padding. Uses the padding if not defined"
|
|
15101
|
+
}
|
|
15102
|
+
],
|
|
15103
|
+
"description": "Function that can scroll an item into view.",
|
|
15104
|
+
"inheritedFrom": {
|
|
15105
|
+
"name": "HorizontalScroll",
|
|
15106
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15107
|
+
}
|
|
15108
|
+
},
|
|
15109
|
+
{
|
|
15110
|
+
"kind": "method",
|
|
15111
|
+
"name": "keyupHandler",
|
|
15112
|
+
"privacy": "public",
|
|
15113
|
+
"parameters": [
|
|
15114
|
+
{
|
|
15115
|
+
"name": "e",
|
|
15116
|
+
"type": {
|
|
15117
|
+
"text": "Event & KeyboardEvent"
|
|
15118
|
+
},
|
|
15119
|
+
"description": "Keyboard event"
|
|
15120
|
+
}
|
|
15121
|
+
],
|
|
15122
|
+
"description": "Lets the user arrow left and right through the horizontal scroll",
|
|
15123
|
+
"inheritedFrom": {
|
|
15124
|
+
"name": "HorizontalScroll",
|
|
15125
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15126
|
+
}
|
|
15127
|
+
},
|
|
15128
|
+
{
|
|
15129
|
+
"kind": "method",
|
|
15130
|
+
"name": "scrollToPrevious",
|
|
15131
|
+
"privacy": "public",
|
|
15132
|
+
"return": {
|
|
15133
|
+
"type": {
|
|
15134
|
+
"text": "void"
|
|
15135
|
+
}
|
|
15136
|
+
},
|
|
15137
|
+
"description": "Scrolls items to the left",
|
|
15138
|
+
"inheritedFrom": {
|
|
15139
|
+
"name": "HorizontalScroll",
|
|
15140
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15141
|
+
}
|
|
15142
|
+
},
|
|
15143
|
+
{
|
|
15144
|
+
"kind": "method",
|
|
15145
|
+
"name": "scrollToNext",
|
|
15146
|
+
"privacy": "public",
|
|
15147
|
+
"return": {
|
|
15148
|
+
"type": {
|
|
15149
|
+
"text": "void"
|
|
15150
|
+
}
|
|
15151
|
+
},
|
|
15152
|
+
"description": "Scrolls items to the right",
|
|
15153
|
+
"inheritedFrom": {
|
|
15154
|
+
"name": "HorizontalScroll",
|
|
15155
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15156
|
+
}
|
|
15157
|
+
},
|
|
15158
|
+
{
|
|
15159
|
+
"kind": "method",
|
|
15160
|
+
"name": "scrollToPosition",
|
|
15161
|
+
"privacy": "public",
|
|
15162
|
+
"return": {
|
|
15163
|
+
"type": {
|
|
15164
|
+
"text": "void"
|
|
15165
|
+
}
|
|
15166
|
+
},
|
|
15167
|
+
"parameters": [
|
|
15168
|
+
{
|
|
15169
|
+
"name": "newPosition",
|
|
15170
|
+
"type": {
|
|
15171
|
+
"text": "number"
|
|
15172
|
+
},
|
|
15173
|
+
"description": "position to scroll to"
|
|
15174
|
+
},
|
|
15175
|
+
{
|
|
15176
|
+
"name": "position",
|
|
15177
|
+
"default": "this.scrollContainer.scrollLeft",
|
|
15178
|
+
"type": {
|
|
15179
|
+
"text": "number"
|
|
15180
|
+
},
|
|
15181
|
+
"description": "starting position"
|
|
15182
|
+
}
|
|
15183
|
+
],
|
|
15184
|
+
"description": "Handles scrolling with easing",
|
|
15185
|
+
"inheritedFrom": {
|
|
15186
|
+
"name": "HorizontalScroll",
|
|
15187
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15188
|
+
}
|
|
15189
|
+
},
|
|
15190
|
+
{
|
|
15191
|
+
"kind": "method",
|
|
15192
|
+
"name": "resized",
|
|
15193
|
+
"privacy": "public",
|
|
15194
|
+
"return": {
|
|
15195
|
+
"type": {
|
|
15196
|
+
"text": "void"
|
|
15197
|
+
}
|
|
15198
|
+
},
|
|
15199
|
+
"description": "Monitors resize event on the horizontal-scroll element",
|
|
15200
|
+
"inheritedFrom": {
|
|
15201
|
+
"name": "HorizontalScroll",
|
|
15202
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15203
|
+
}
|
|
15204
|
+
},
|
|
15205
|
+
{
|
|
15206
|
+
"kind": "method",
|
|
15207
|
+
"name": "scrolled",
|
|
15208
|
+
"privacy": "public",
|
|
15209
|
+
"return": {
|
|
15210
|
+
"type": {
|
|
15211
|
+
"text": "void"
|
|
15212
|
+
}
|
|
15213
|
+
},
|
|
15214
|
+
"description": "Monitors scrolled event on the content container",
|
|
15215
|
+
"inheritedFrom": {
|
|
15216
|
+
"name": "HorizontalScroll",
|
|
15217
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15218
|
+
}
|
|
15219
|
+
},
|
|
15220
|
+
{
|
|
15221
|
+
"kind": "field",
|
|
15222
|
+
"name": "_presentation",
|
|
15223
|
+
"type": {
|
|
15224
|
+
"text": "ComponentPresentation | null | undefined"
|
|
15225
|
+
},
|
|
15226
|
+
"privacy": "private",
|
|
15227
|
+
"default": "void 0",
|
|
15228
|
+
"inheritedFrom": {
|
|
15229
|
+
"name": "HorizontalScroll",
|
|
15230
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15231
|
+
}
|
|
15232
|
+
},
|
|
15233
|
+
{
|
|
15234
|
+
"kind": "field",
|
|
15235
|
+
"name": "$presentation",
|
|
15236
|
+
"type": {
|
|
15237
|
+
"text": "ComponentPresentation | null"
|
|
15238
|
+
},
|
|
15239
|
+
"privacy": "public",
|
|
15240
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
15241
|
+
"inheritedFrom": {
|
|
15242
|
+
"name": "HorizontalScroll",
|
|
15243
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15244
|
+
}
|
|
15245
|
+
},
|
|
15246
|
+
{
|
|
15247
|
+
"kind": "field",
|
|
15248
|
+
"name": "template",
|
|
15249
|
+
"type": {
|
|
15250
|
+
"text": "ElementViewTemplate | void | null"
|
|
14995
15251
|
},
|
|
14996
15252
|
"privacy": "public",
|
|
14997
15253
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
14998
15254
|
"inheritedFrom": {
|
|
14999
|
-
"name": "
|
|
15000
|
-
"module": "src/
|
|
15255
|
+
"name": "HorizontalScroll",
|
|
15256
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15001
15257
|
}
|
|
15002
15258
|
},
|
|
15003
15259
|
{
|
|
@@ -15010,8 +15266,8 @@
|
|
|
15010
15266
|
}
|
|
15011
15267
|
},
|
|
15012
15268
|
"inheritedFrom": {
|
|
15013
|
-
"name": "
|
|
15014
|
-
"module": "src/
|
|
15269
|
+
"name": "HorizontalScroll",
|
|
15270
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15015
15271
|
}
|
|
15016
15272
|
},
|
|
15017
15273
|
{
|
|
@@ -15023,8 +15279,8 @@
|
|
|
15023
15279
|
"privacy": "public",
|
|
15024
15280
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
15025
15281
|
"inheritedFrom": {
|
|
15026
|
-
"name": "
|
|
15027
|
-
"module": "src/
|
|
15282
|
+
"name": "HorizontalScroll",
|
|
15283
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15028
15284
|
}
|
|
15029
15285
|
},
|
|
15030
15286
|
{
|
|
@@ -15037,8 +15293,8 @@
|
|
|
15037
15293
|
}
|
|
15038
15294
|
},
|
|
15039
15295
|
"inheritedFrom": {
|
|
15040
|
-
"name": "
|
|
15041
|
-
"module": "src/
|
|
15296
|
+
"name": "HorizontalScroll",
|
|
15297
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15042
15298
|
}
|
|
15043
15299
|
},
|
|
15044
15300
|
{
|
|
@@ -15068,65 +15324,73 @@
|
|
|
15068
15324
|
],
|
|
15069
15325
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
15070
15326
|
"inheritedFrom": {
|
|
15071
|
-
"name": "
|
|
15072
|
-
"module": "src/
|
|
15327
|
+
"name": "HorizontalScroll",
|
|
15328
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15329
|
+
}
|
|
15330
|
+
}
|
|
15331
|
+
],
|
|
15332
|
+
"events": [
|
|
15333
|
+
{
|
|
15334
|
+
"description": "Fires a custom 'scrollstart' event when scrolling",
|
|
15335
|
+
"name": "scrollstart",
|
|
15336
|
+
"inheritedFrom": {
|
|
15337
|
+
"name": "HorizontalScroll",
|
|
15338
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15339
|
+
}
|
|
15340
|
+
},
|
|
15341
|
+
{
|
|
15342
|
+
"description": "Fires a custom 'scrollend' event when scrolling stops",
|
|
15343
|
+
"name": "scrollend",
|
|
15344
|
+
"inheritedFrom": {
|
|
15345
|
+
"name": "HorizontalScroll",
|
|
15346
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15073
15347
|
}
|
|
15074
15348
|
}
|
|
15075
15349
|
]
|
|
15076
15350
|
},
|
|
15077
15351
|
{
|
|
15078
15352
|
"kind": "variable",
|
|
15079
|
-
"name": "
|
|
15080
|
-
"
|
|
15081
|
-
|
|
15082
|
-
|
|
15083
|
-
"
|
|
15084
|
-
"name": "rapidIconShadowOptions",
|
|
15085
|
-
"default": "foundationIconShadowOptions"
|
|
15353
|
+
"name": "defaultHorizontalScrollConfig",
|
|
15354
|
+
"type": {
|
|
15355
|
+
"text": "object"
|
|
15356
|
+
},
|
|
15357
|
+
"default": "{\n nextFlipper: html`\n <rapid-flipper\n @click=\"${(x) => x.scrollToNext()}\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></rapid-flipper>\n `,\n previousFlipper: html`\n <rapid-flipper\n @click=\"${(x) => x.scrollToPrevious()}\"\n direction=\"previous\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></rapid-flipper>\n `,\n}"
|
|
15086
15358
|
},
|
|
15087
15359
|
{
|
|
15088
15360
|
"kind": "variable",
|
|
15089
|
-
"name": "
|
|
15361
|
+
"name": "rapidHorizontalScroll"
|
|
15090
15362
|
}
|
|
15091
15363
|
],
|
|
15092
15364
|
"exports": [
|
|
15093
15365
|
{
|
|
15094
15366
|
"kind": "js",
|
|
15095
|
-
"name": "
|
|
15096
|
-
"declaration": {
|
|
15097
|
-
"name": "Icon",
|
|
15098
|
-
"module": "src/icon/icon.ts"
|
|
15099
|
-
}
|
|
15100
|
-
},
|
|
15101
|
-
{
|
|
15102
|
-
"kind": "js",
|
|
15103
|
-
"name": "defaultIconConfig",
|
|
15367
|
+
"name": "HorizontalScroll",
|
|
15104
15368
|
"declaration": {
|
|
15105
|
-
"name": "
|
|
15106
|
-
"module": "src/
|
|
15369
|
+
"name": "HorizontalScroll",
|
|
15370
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15107
15371
|
}
|
|
15108
15372
|
},
|
|
15109
15373
|
{
|
|
15110
15374
|
"kind": "js",
|
|
15111
|
-
"name": "
|
|
15375
|
+
"name": "defaultHorizontalScrollConfig",
|
|
15112
15376
|
"declaration": {
|
|
15113
|
-
"name": "
|
|
15114
|
-
"module": "src/
|
|
15377
|
+
"name": "defaultHorizontalScrollConfig",
|
|
15378
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15115
15379
|
}
|
|
15116
15380
|
},
|
|
15117
15381
|
{
|
|
15118
15382
|
"kind": "js",
|
|
15119
|
-
"name": "
|
|
15383
|
+
"name": "rapidHorizontalScroll",
|
|
15120
15384
|
"declaration": {
|
|
15121
|
-
"name": "
|
|
15122
|
-
"module": "src/
|
|
15385
|
+
"name": "rapidHorizontalScroll",
|
|
15386
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15123
15387
|
}
|
|
15124
15388
|
}
|
|
15125
15389
|
]
|
|
15126
15390
|
},
|
|
15127
15391
|
{
|
|
15128
15392
|
"kind": "javascript-module",
|
|
15129
|
-
"path": "src/
|
|
15393
|
+
"path": "src/horizontal-scroll/index.ts",
|
|
15130
15394
|
"declarations": [],
|
|
15131
15395
|
"exports": [
|
|
15132
15396
|
{
|
|
@@ -15134,7 +15398,7 @@
|
|
|
15134
15398
|
"name": "*",
|
|
15135
15399
|
"declaration": {
|
|
15136
15400
|
"name": "*",
|
|
15137
|
-
"package": "./
|
|
15401
|
+
"package": "./horizontal-scroll"
|
|
15138
15402
|
}
|
|
15139
15403
|
},
|
|
15140
15404
|
{
|
|
@@ -15142,14 +15406,22 @@
|
|
|
15142
15406
|
"name": "*",
|
|
15143
15407
|
"declaration": {
|
|
15144
15408
|
"name": "*",
|
|
15145
|
-
"package": "./
|
|
15409
|
+
"package": "./horizontal-scroll.styles"
|
|
15410
|
+
}
|
|
15411
|
+
},
|
|
15412
|
+
{
|
|
15413
|
+
"kind": "js",
|
|
15414
|
+
"name": "*",
|
|
15415
|
+
"declaration": {
|
|
15416
|
+
"name": "*",
|
|
15417
|
+
"package": "./horizontal-scroll.template"
|
|
15146
15418
|
}
|
|
15147
15419
|
}
|
|
15148
15420
|
]
|
|
15149
15421
|
},
|
|
15150
15422
|
{
|
|
15151
15423
|
"kind": "javascript-module",
|
|
15152
|
-
"path": "src/
|
|
15424
|
+
"path": "src/icon/icon.stories.ts",
|
|
15153
15425
|
"declarations": [
|
|
15154
15426
|
{
|
|
15155
15427
|
"kind": "variable",
|
|
@@ -15157,15 +15429,23 @@
|
|
|
15157
15429
|
"type": {
|
|
15158
15430
|
"text": "Meta"
|
|
15159
15431
|
},
|
|
15160
|
-
"default": "{\n title: '
|
|
15432
|
+
"default": "{\n title: 'Icon',\n component: 'rapid-icon',\n}"
|
|
15161
15433
|
},
|
|
15162
15434
|
{
|
|
15163
15435
|
"kind": "variable",
|
|
15164
|
-
"name": "
|
|
15436
|
+
"name": "Default",
|
|
15165
15437
|
"type": {
|
|
15166
15438
|
"text": "StoryObj"
|
|
15167
15439
|
},
|
|
15168
|
-
"default": "{\n
|
|
15440
|
+
"default": "{\n argTypes: {\n size: {\n control: 'select',\n options: [\n '2xs',\n 'xs',\n 'sm',\n 'lg',\n 'xl',\n '2xl',\n '1x',\n '2x',\n '3x',\n '4x',\n '5x',\n '6x',\n '7x',\n '8x',\n '9x',\n '10x',\n ],\n },\n variant: {\n control: 'select',\n options: ['solid', 'regular', 'brand'],\n },\n },\n args: {\n name: 'glasses',\n size: 'lg',\n variant: 'solid',\n },\n render: ({ name, size, variant }) => html`\n <rapid-icon\n style=\"color: white;\"\n name=\"${name}\"\n size=\"${size}\"\n variant=\"${variant}\"\n ></rapid-icon>\n `,\n}"
|
|
15441
|
+
},
|
|
15442
|
+
{
|
|
15443
|
+
"kind": "variable",
|
|
15444
|
+
"name": "Multiple",
|
|
15445
|
+
"type": {
|
|
15446
|
+
"text": "StoryObj"
|
|
15447
|
+
},
|
|
15448
|
+
"default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <rapid-icon name=\"glasses\" size=\"1x\"></rapid-icon>\n <rapid-icon name=\"amazon\" size=\"2x\" variant=\"brand\"></rapid-icon>\n <rapid-icon name=\"amazon-pay\" size=\"3x\" variant=\"brand\"></rapid-icon>\n <rapid-icon name=\"apple\" size=\"4x\" variant=\"brand\"></rapid-icon>\n <rapid-icon name=\"chrome\" size=\"5x\" variant=\"brand\"></rapid-icon>\n <rapid-icon name=\"ambulance\" size=\"xs\"></rapid-icon>\n <rapid-icon name=\"angry\" size=\"1x\"></rapid-icon>\n <rapid-icon variant=\"regular\" name=\"angry\" size=\"sm\"></rapid-icon>\n <rapid-icon name=\"address-book\" size=\"lg\"></rapid-icon>\n <rapid-icon variant=\"regular\" name=\"address-book\" size=\"xl\"></rapid-icon>\n <rapid-icon name=\"bookmark\" size=\"2xl;\"></rapid-icon>\n <rapid-icon variant=\"regular\" name=\"bookmark\" size=\"2xs\"></rapid-icon>\n </div>\n `,\n}"
|
|
15169
15449
|
}
|
|
15170
15450
|
],
|
|
15171
15451
|
"exports": [
|
|
@@ -15174,501 +15454,237 @@
|
|
|
15174
15454
|
"name": "default",
|
|
15175
15455
|
"declaration": {
|
|
15176
15456
|
"name": "meta",
|
|
15177
|
-
"module": "src/
|
|
15457
|
+
"module": "src/icon/icon.stories.ts"
|
|
15178
15458
|
}
|
|
15179
15459
|
},
|
|
15180
15460
|
{
|
|
15181
15461
|
"kind": "js",
|
|
15182
|
-
"name": "
|
|
15183
|
-
"declaration": {
|
|
15184
|
-
"name": "Primary",
|
|
15185
|
-
"module": "src/horizontal-scroll/horizontal-scroll.stories.ts"
|
|
15186
|
-
}
|
|
15187
|
-
}
|
|
15188
|
-
]
|
|
15189
|
-
},
|
|
15190
|
-
{
|
|
15191
|
-
"kind": "javascript-module",
|
|
15192
|
-
"path": "src/horizontal-scroll/horizontal-scroll.styles.ts",
|
|
15193
|
-
"declarations": [
|
|
15194
|
-
{
|
|
15195
|
-
"kind": "function",
|
|
15196
|
-
"name": "rapidHorizontalScrollStyles",
|
|
15197
|
-
"return": {
|
|
15198
|
-
"type": {
|
|
15199
|
-
"text": "ElementStyles"
|
|
15200
|
-
}
|
|
15201
|
-
},
|
|
15202
|
-
"parameters": [
|
|
15203
|
-
{
|
|
15204
|
-
"name": "context",
|
|
15205
|
-
"type": {
|
|
15206
|
-
"text": "ElementDefinitionContext"
|
|
15207
|
-
}
|
|
15208
|
-
},
|
|
15209
|
-
{
|
|
15210
|
-
"name": "definition",
|
|
15211
|
-
"type": {
|
|
15212
|
-
"text": "FoundationElementDefinition"
|
|
15213
|
-
}
|
|
15214
|
-
}
|
|
15215
|
-
]
|
|
15216
|
-
}
|
|
15217
|
-
],
|
|
15218
|
-
"exports": [
|
|
15219
|
-
{
|
|
15220
|
-
"kind": "js",
|
|
15221
|
-
"name": "rapidHorizontalScrollStyles",
|
|
15462
|
+
"name": "Default",
|
|
15222
15463
|
"declaration": {
|
|
15223
|
-
"name": "
|
|
15224
|
-
"module": "src/
|
|
15464
|
+
"name": "Default",
|
|
15465
|
+
"module": "src/icon/icon.stories.ts"
|
|
15225
15466
|
}
|
|
15226
|
-
}
|
|
15227
|
-
]
|
|
15228
|
-
},
|
|
15229
|
-
{
|
|
15230
|
-
"kind": "javascript-module",
|
|
15231
|
-
"path": "src/horizontal-scroll/horizontal-scroll.template.ts",
|
|
15232
|
-
"declarations": [
|
|
15233
|
-
{
|
|
15234
|
-
"kind": "function",
|
|
15235
|
-
"name": "rapidHorizontalScrollTemplate",
|
|
15236
|
-
"return": {
|
|
15237
|
-
"type": {
|
|
15238
|
-
"text": "ViewTemplate<HorizontalScroll>"
|
|
15239
|
-
}
|
|
15240
|
-
},
|
|
15241
|
-
"parameters": [
|
|
15242
|
-
{
|
|
15243
|
-
"name": "context",
|
|
15244
|
-
"type": {
|
|
15245
|
-
"text": "ElementDefinitionContext"
|
|
15246
|
-
}
|
|
15247
|
-
},
|
|
15248
|
-
{
|
|
15249
|
-
"name": "definition",
|
|
15250
|
-
"type": {
|
|
15251
|
-
"text": "FoundationElementDefinition"
|
|
15252
|
-
}
|
|
15253
|
-
}
|
|
15254
|
-
]
|
|
15255
|
-
}
|
|
15256
|
-
],
|
|
15257
|
-
"exports": [
|
|
15467
|
+
},
|
|
15258
15468
|
{
|
|
15259
15469
|
"kind": "js",
|
|
15260
|
-
"name": "
|
|
15261
|
-
"declaration": {
|
|
15262
|
-
"name": "
|
|
15263
|
-
"module": "src/
|
|
15264
|
-
}
|
|
15265
|
-
}
|
|
15266
|
-
]
|
|
15267
|
-
},
|
|
15268
|
-
{
|
|
15269
|
-
"kind": "javascript-module",
|
|
15270
|
-
"path": "src/
|
|
15271
|
-
"declarations": [
|
|
15272
|
-
{
|
|
15273
|
-
"kind": "
|
|
15274
|
-
"
|
|
15275
|
-
"
|
|
15276
|
-
|
|
15277
|
-
|
|
15278
|
-
"package": "@genesislcap/foundation-ui"
|
|
15279
|
-
},
|
|
15280
|
-
"tagName": "%%prefix%%-horizontal-scroll",
|
|
15281
|
-
"customElement": true,
|
|
15282
|
-
"attributes": [
|
|
15283
|
-
{
|
|
15284
|
-
"type": {
|
|
15285
|
-
"text": "number"
|
|
15286
|
-
},
|
|
15287
|
-
"default": "600",
|
|
15288
|
-
"description": "Speed of scroll in pixels per second",
|
|
15289
|
-
"fieldName": "speed",
|
|
15290
|
-
"inheritedFrom": {
|
|
15291
|
-
"name": "HorizontalScroll",
|
|
15292
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15293
|
-
}
|
|
15294
|
-
},
|
|
15295
|
-
{
|
|
15296
|
-
"name": "duration",
|
|
15297
|
-
"type": {
|
|
15298
|
-
"text": "string"
|
|
15299
|
-
},
|
|
15300
|
-
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
15301
|
-
"fieldName": "duration",
|
|
15302
|
-
"inheritedFrom": {
|
|
15303
|
-
"name": "HorizontalScroll",
|
|
15304
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15305
|
-
}
|
|
15306
|
-
},
|
|
15307
|
-
{
|
|
15308
|
-
"name": "easing",
|
|
15309
|
-
"type": {
|
|
15310
|
-
"text": "ScrollEasing"
|
|
15311
|
-
},
|
|
15312
|
-
"default": "\"ease-in-out\"",
|
|
15313
|
-
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
15314
|
-
"fieldName": "easing",
|
|
15315
|
-
"inheritedFrom": {
|
|
15316
|
-
"name": "HorizontalScroll",
|
|
15317
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15318
|
-
}
|
|
15319
|
-
},
|
|
15320
|
-
{
|
|
15321
|
-
"name": "flippers-hidden-from-at",
|
|
15322
|
-
"type": {
|
|
15323
|
-
"text": "boolean"
|
|
15324
|
-
},
|
|
15325
|
-
"default": "false",
|
|
15326
|
-
"description": "Attribute to hide flippers from assistive technology",
|
|
15327
|
-
"fieldName": "flippersHiddenFromAT",
|
|
15328
|
-
"inheritedFrom": {
|
|
15329
|
-
"name": "HorizontalScroll",
|
|
15330
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15331
|
-
}
|
|
15332
|
-
},
|
|
15333
|
-
{
|
|
15334
|
-
"name": "view",
|
|
15335
|
-
"type": {
|
|
15336
|
-
"text": "HorizontalScrollView"
|
|
15337
|
-
},
|
|
15338
|
-
"description": "View: default | mobile",
|
|
15339
|
-
"fieldName": "view",
|
|
15340
|
-
"inheritedFrom": {
|
|
15341
|
-
"name": "HorizontalScroll",
|
|
15342
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15343
|
-
}
|
|
15470
|
+
"name": "Multiple",
|
|
15471
|
+
"declaration": {
|
|
15472
|
+
"name": "Multiple",
|
|
15473
|
+
"module": "src/icon/icon.stories.ts"
|
|
15474
|
+
}
|
|
15475
|
+
}
|
|
15476
|
+
]
|
|
15477
|
+
},
|
|
15478
|
+
{
|
|
15479
|
+
"kind": "javascript-module",
|
|
15480
|
+
"path": "src/icon/icon.styles.ts",
|
|
15481
|
+
"declarations": [
|
|
15482
|
+
{
|
|
15483
|
+
"kind": "function",
|
|
15484
|
+
"name": "rapidIconStyles",
|
|
15485
|
+
"return": {
|
|
15486
|
+
"type": {
|
|
15487
|
+
"text": "ElementStyles"
|
|
15344
15488
|
}
|
|
15345
|
-
|
|
15346
|
-
"
|
|
15347
|
-
{
|
|
15348
|
-
"kind": "field",
|
|
15349
|
-
"name": "scrollContainer",
|
|
15350
|
-
"type": {
|
|
15351
|
-
"text": "HTMLDivElement"
|
|
15352
|
-
},
|
|
15353
|
-
"privacy": "public",
|
|
15354
|
-
"description": "Reference to DOM element that scrolls the content",
|
|
15355
|
-
"inheritedFrom": {
|
|
15356
|
-
"name": "HorizontalScroll",
|
|
15357
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15358
|
-
}
|
|
15359
|
-
},
|
|
15360
|
-
{
|
|
15361
|
-
"kind": "field",
|
|
15362
|
-
"name": "content",
|
|
15363
|
-
"type": {
|
|
15364
|
-
"text": "HTMLDivElement"
|
|
15365
|
-
},
|
|
15366
|
-
"privacy": "public",
|
|
15367
|
-
"description": "Reference to DOM element that holds the slotted content",
|
|
15368
|
-
"inheritedFrom": {
|
|
15369
|
-
"name": "HorizontalScroll",
|
|
15370
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15371
|
-
}
|
|
15372
|
-
},
|
|
15373
|
-
{
|
|
15374
|
-
"kind": "field",
|
|
15375
|
-
"name": "previousFlipperContainer",
|
|
15376
|
-
"type": {
|
|
15377
|
-
"text": "HTMLDivElement"
|
|
15378
|
-
},
|
|
15379
|
-
"privacy": "public",
|
|
15380
|
-
"description": "Reference to flipper to scroll to previous content",
|
|
15381
|
-
"inheritedFrom": {
|
|
15382
|
-
"name": "HorizontalScroll",
|
|
15383
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15384
|
-
}
|
|
15385
|
-
},
|
|
15489
|
+
},
|
|
15490
|
+
"parameters": [
|
|
15386
15491
|
{
|
|
15387
|
-
"
|
|
15388
|
-
"name": "nextFlipperContainer",
|
|
15492
|
+
"name": "context",
|
|
15389
15493
|
"type": {
|
|
15390
|
-
"text": "
|
|
15391
|
-
},
|
|
15392
|
-
"privacy": "public",
|
|
15393
|
-
"description": "Reference to flipper to scroll to the next content",
|
|
15394
|
-
"inheritedFrom": {
|
|
15395
|
-
"name": "HorizontalScroll",
|
|
15396
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15494
|
+
"text": "ElementDefinitionContext"
|
|
15397
15495
|
}
|
|
15398
15496
|
},
|
|
15399
15497
|
{
|
|
15400
|
-
"
|
|
15401
|
-
"name": "speed",
|
|
15498
|
+
"name": "definition",
|
|
15402
15499
|
"type": {
|
|
15403
|
-
"text": "
|
|
15404
|
-
},
|
|
15405
|
-
"privacy": "public",
|
|
15406
|
-
"default": "600",
|
|
15407
|
-
"description": "Speed of scroll in pixels per second",
|
|
15408
|
-
"inheritedFrom": {
|
|
15409
|
-
"name": "HorizontalScroll",
|
|
15410
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15500
|
+
"text": "FoundationElementDefinition"
|
|
15411
15501
|
}
|
|
15412
|
-
}
|
|
15502
|
+
}
|
|
15503
|
+
]
|
|
15504
|
+
}
|
|
15505
|
+
],
|
|
15506
|
+
"exports": [
|
|
15507
|
+
{
|
|
15508
|
+
"kind": "js",
|
|
15509
|
+
"name": "rapidIconStyles",
|
|
15510
|
+
"declaration": {
|
|
15511
|
+
"name": "rapidIconStyles",
|
|
15512
|
+
"module": "src/icon/icon.styles.ts"
|
|
15513
|
+
}
|
|
15514
|
+
}
|
|
15515
|
+
]
|
|
15516
|
+
},
|
|
15517
|
+
{
|
|
15518
|
+
"kind": "javascript-module",
|
|
15519
|
+
"path": "src/icon/icon.ts",
|
|
15520
|
+
"declarations": [
|
|
15521
|
+
{
|
|
15522
|
+
"kind": "class",
|
|
15523
|
+
"description": "",
|
|
15524
|
+
"name": "Icon",
|
|
15525
|
+
"superclass": {
|
|
15526
|
+
"name": "FoundationIcon",
|
|
15527
|
+
"package": "@genesislcap/foundation-ui"
|
|
15528
|
+
},
|
|
15529
|
+
"tagName": "%%prefix%%-icon",
|
|
15530
|
+
"customElement": true,
|
|
15531
|
+
"attributes": [
|
|
15413
15532
|
{
|
|
15414
|
-
"
|
|
15415
|
-
"name": "duration",
|
|
15533
|
+
"name": "name",
|
|
15416
15534
|
"type": {
|
|
15417
|
-
"text": "
|
|
15535
|
+
"text": "IconName"
|
|
15418
15536
|
},
|
|
15419
|
-
"
|
|
15420
|
-
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
15537
|
+
"fieldName": "name",
|
|
15421
15538
|
"inheritedFrom": {
|
|
15422
|
-
"name": "
|
|
15423
|
-
"module": "src/
|
|
15539
|
+
"name": "Icon",
|
|
15540
|
+
"module": "src/icon/icon.ts"
|
|
15424
15541
|
}
|
|
15425
15542
|
},
|
|
15426
15543
|
{
|
|
15427
|
-
"
|
|
15428
|
-
"name": "easing",
|
|
15544
|
+
"name": "size",
|
|
15429
15545
|
"type": {
|
|
15430
|
-
"text": "
|
|
15546
|
+
"text": "FaSize"
|
|
15431
15547
|
},
|
|
15432
|
-
"
|
|
15433
|
-
"
|
|
15434
|
-
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
15548
|
+
"default": "'sm'",
|
|
15549
|
+
"fieldName": "size",
|
|
15435
15550
|
"inheritedFrom": {
|
|
15436
|
-
"name": "
|
|
15437
|
-
"module": "src/
|
|
15551
|
+
"name": "Icon",
|
|
15552
|
+
"module": "src/icon/icon.ts"
|
|
15438
15553
|
}
|
|
15439
15554
|
},
|
|
15440
15555
|
{
|
|
15441
|
-
"
|
|
15442
|
-
"name": "flippersHiddenFromAT",
|
|
15556
|
+
"name": "variant",
|
|
15443
15557
|
"type": {
|
|
15444
|
-
"text": "
|
|
15558
|
+
"text": "IconStyle"
|
|
15445
15559
|
},
|
|
15446
|
-
"
|
|
15447
|
-
"
|
|
15448
|
-
"description": "Attribute to hide flippers from assistive technology",
|
|
15560
|
+
"default": "'solid'",
|
|
15561
|
+
"fieldName": "variant",
|
|
15449
15562
|
"inheritedFrom": {
|
|
15450
|
-
"name": "
|
|
15451
|
-
"module": "src/
|
|
15563
|
+
"name": "Icon",
|
|
15564
|
+
"module": "src/icon/icon.ts"
|
|
15452
15565
|
}
|
|
15453
|
-
}
|
|
15566
|
+
}
|
|
15567
|
+
],
|
|
15568
|
+
"members": [
|
|
15454
15569
|
{
|
|
15455
15570
|
"kind": "field",
|
|
15456
|
-
"name": "
|
|
15571
|
+
"name": "iElement",
|
|
15457
15572
|
"type": {
|
|
15458
|
-
"text": "HTMLElement
|
|
15573
|
+
"text": "HTMLElement"
|
|
15459
15574
|
},
|
|
15460
|
-
"privacy": "public",
|
|
15461
|
-
"description": "The default slotted items placed in the scrolling container.",
|
|
15462
15575
|
"inheritedFrom": {
|
|
15463
|
-
"name": "
|
|
15464
|
-
"module": "src/
|
|
15576
|
+
"name": "Icon",
|
|
15577
|
+
"module": "src/icon/icon.ts"
|
|
15465
15578
|
}
|
|
15466
15579
|
},
|
|
15467
15580
|
{
|
|
15468
15581
|
"kind": "field",
|
|
15469
|
-
"name": "
|
|
15582
|
+
"name": "name",
|
|
15470
15583
|
"type": {
|
|
15471
|
-
"text": "
|
|
15584
|
+
"text": "IconName"
|
|
15472
15585
|
},
|
|
15473
|
-
"privacy": "public",
|
|
15474
|
-
"description": "View: default | mobile",
|
|
15475
15586
|
"inheritedFrom": {
|
|
15476
|
-
"name": "
|
|
15477
|
-
"module": "src/
|
|
15587
|
+
"name": "Icon",
|
|
15588
|
+
"module": "src/icon/icon.ts"
|
|
15478
15589
|
}
|
|
15479
15590
|
},
|
|
15480
15591
|
{
|
|
15481
15592
|
"kind": "method",
|
|
15482
|
-
"name": "
|
|
15483
|
-
"privacy": "public",
|
|
15593
|
+
"name": "nameChanged",
|
|
15484
15594
|
"parameters": [
|
|
15485
15595
|
{
|
|
15486
|
-
"name": "
|
|
15596
|
+
"name": "oldValue",
|
|
15487
15597
|
"type": {
|
|
15488
|
-
"text": "
|
|
15489
|
-
}
|
|
15490
|
-
"description": "current scroll items"
|
|
15598
|
+
"text": "string"
|
|
15599
|
+
}
|
|
15491
15600
|
},
|
|
15492
15601
|
{
|
|
15493
|
-
"name": "
|
|
15494
|
-
"type": {
|
|
15495
|
-
"text": "HTMLElement[]"
|
|
15496
|
-
},
|
|
15497
|
-
"description": "new updated scroll items"
|
|
15498
|
-
}
|
|
15499
|
-
],
|
|
15500
|
-
"description": "Updates scroll stops and flippers when scroll items change",
|
|
15501
|
-
"inheritedFrom": {
|
|
15502
|
-
"name": "HorizontalScroll",
|
|
15503
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15504
|
-
}
|
|
15505
|
-
},
|
|
15506
|
-
{
|
|
15507
|
-
"kind": "method",
|
|
15508
|
-
"name": "fixScrollMisalign",
|
|
15509
|
-
"privacy": "private",
|
|
15510
|
-
"parameters": [
|
|
15511
|
-
{
|
|
15512
|
-
"name": "stops",
|
|
15602
|
+
"name": "newValue",
|
|
15513
15603
|
"type": {
|
|
15514
|
-
"text": "
|
|
15604
|
+
"text": "string"
|
|
15515
15605
|
}
|
|
15516
15606
|
}
|
|
15517
15607
|
],
|
|
15518
15608
|
"inheritedFrom": {
|
|
15519
|
-
"name": "
|
|
15520
|
-
"module": "src/
|
|
15609
|
+
"name": "Icon",
|
|
15610
|
+
"module": "src/icon/icon.ts"
|
|
15521
15611
|
}
|
|
15522
15612
|
},
|
|
15523
15613
|
{
|
|
15524
|
-
"kind": "
|
|
15525
|
-
"name": "
|
|
15526
|
-
"
|
|
15527
|
-
|
|
15528
|
-
"type": {
|
|
15529
|
-
"text": "void"
|
|
15530
|
-
}
|
|
15614
|
+
"kind": "field",
|
|
15615
|
+
"name": "size",
|
|
15616
|
+
"type": {
|
|
15617
|
+
"text": "FaSize"
|
|
15531
15618
|
},
|
|
15532
|
-
"
|
|
15533
|
-
{
|
|
15534
|
-
"name": "item",
|
|
15535
|
-
"type": {
|
|
15536
|
-
"text": "HTMLElement | number"
|
|
15537
|
-
},
|
|
15538
|
-
"description": "An item index, a scroll item or a child of one of the scroll items"
|
|
15539
|
-
},
|
|
15540
|
-
{
|
|
15541
|
-
"name": "padding",
|
|
15542
|
-
"default": "0",
|
|
15543
|
-
"type": {
|
|
15544
|
-
"text": "number"
|
|
15545
|
-
},
|
|
15546
|
-
"description": "Padding of the viewport where the active item shouldn't be"
|
|
15547
|
-
},
|
|
15548
|
-
{
|
|
15549
|
-
"name": "rightPadding",
|
|
15550
|
-
"optional": true,
|
|
15551
|
-
"type": {
|
|
15552
|
-
"text": "number"
|
|
15553
|
-
},
|
|
15554
|
-
"description": "Optional right padding. Uses the padding if not defined"
|
|
15555
|
-
}
|
|
15556
|
-
],
|
|
15557
|
-
"description": "Function that can scroll an item into view.",
|
|
15619
|
+
"default": "'sm'",
|
|
15558
15620
|
"inheritedFrom": {
|
|
15559
|
-
"name": "
|
|
15560
|
-
"module": "src/
|
|
15621
|
+
"name": "Icon",
|
|
15622
|
+
"module": "src/icon/icon.ts"
|
|
15561
15623
|
}
|
|
15562
15624
|
},
|
|
15563
15625
|
{
|
|
15564
15626
|
"kind": "method",
|
|
15565
|
-
"name": "
|
|
15566
|
-
"privacy": "public",
|
|
15627
|
+
"name": "sizeChanged",
|
|
15567
15628
|
"parameters": [
|
|
15568
15629
|
{
|
|
15569
|
-
"name": "
|
|
15630
|
+
"name": "oldValue",
|
|
15570
15631
|
"type": {
|
|
15571
|
-
"text": "
|
|
15572
|
-
}
|
|
15573
|
-
|
|
15632
|
+
"text": "string"
|
|
15633
|
+
}
|
|
15634
|
+
},
|
|
15635
|
+
{
|
|
15636
|
+
"name": "newValue",
|
|
15637
|
+
"type": {
|
|
15638
|
+
"text": "string"
|
|
15639
|
+
}
|
|
15574
15640
|
}
|
|
15575
15641
|
],
|
|
15576
|
-
"description": "Lets the user arrow left and right through the horizontal scroll",
|
|
15577
|
-
"inheritedFrom": {
|
|
15578
|
-
"name": "HorizontalScroll",
|
|
15579
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15580
|
-
}
|
|
15581
|
-
},
|
|
15582
|
-
{
|
|
15583
|
-
"kind": "method",
|
|
15584
|
-
"name": "scrollToPrevious",
|
|
15585
|
-
"privacy": "public",
|
|
15586
|
-
"return": {
|
|
15587
|
-
"type": {
|
|
15588
|
-
"text": "void"
|
|
15589
|
-
}
|
|
15590
|
-
},
|
|
15591
|
-
"description": "Scrolls items to the left",
|
|
15592
15642
|
"inheritedFrom": {
|
|
15593
|
-
"name": "
|
|
15594
|
-
"module": "src/
|
|
15643
|
+
"name": "Icon",
|
|
15644
|
+
"module": "src/icon/icon.ts"
|
|
15595
15645
|
}
|
|
15596
15646
|
},
|
|
15597
15647
|
{
|
|
15598
|
-
"kind": "
|
|
15599
|
-
"name": "
|
|
15600
|
-
"
|
|
15601
|
-
|
|
15602
|
-
"type": {
|
|
15603
|
-
"text": "void"
|
|
15604
|
-
}
|
|
15648
|
+
"kind": "field",
|
|
15649
|
+
"name": "variant",
|
|
15650
|
+
"type": {
|
|
15651
|
+
"text": "IconStyle"
|
|
15605
15652
|
},
|
|
15606
|
-
"
|
|
15653
|
+
"default": "'solid'",
|
|
15607
15654
|
"inheritedFrom": {
|
|
15608
|
-
"name": "
|
|
15609
|
-
"module": "src/
|
|
15655
|
+
"name": "Icon",
|
|
15656
|
+
"module": "src/icon/icon.ts"
|
|
15610
15657
|
}
|
|
15611
15658
|
},
|
|
15612
15659
|
{
|
|
15613
15660
|
"kind": "method",
|
|
15614
|
-
"name": "
|
|
15615
|
-
"privacy": "public",
|
|
15616
|
-
"return": {
|
|
15617
|
-
"type": {
|
|
15618
|
-
"text": "void"
|
|
15619
|
-
}
|
|
15620
|
-
},
|
|
15661
|
+
"name": "variantChanged",
|
|
15621
15662
|
"parameters": [
|
|
15622
15663
|
{
|
|
15623
|
-
"name": "
|
|
15664
|
+
"name": "oldValue",
|
|
15624
15665
|
"type": {
|
|
15625
|
-
"text": "
|
|
15626
|
-
}
|
|
15627
|
-
"description": "position to scroll to"
|
|
15666
|
+
"text": "string"
|
|
15667
|
+
}
|
|
15628
15668
|
},
|
|
15629
15669
|
{
|
|
15630
|
-
"name": "
|
|
15631
|
-
"default": "this.scrollContainer.scrollLeft",
|
|
15670
|
+
"name": "newValue",
|
|
15632
15671
|
"type": {
|
|
15633
|
-
"text": "
|
|
15634
|
-
}
|
|
15635
|
-
"description": "starting position"
|
|
15672
|
+
"text": "string"
|
|
15673
|
+
}
|
|
15636
15674
|
}
|
|
15637
15675
|
],
|
|
15638
|
-
"description": "Handles scrolling with easing",
|
|
15639
|
-
"inheritedFrom": {
|
|
15640
|
-
"name": "HorizontalScroll",
|
|
15641
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15642
|
-
}
|
|
15643
|
-
},
|
|
15644
|
-
{
|
|
15645
|
-
"kind": "method",
|
|
15646
|
-
"name": "resized",
|
|
15647
|
-
"privacy": "public",
|
|
15648
|
-
"return": {
|
|
15649
|
-
"type": {
|
|
15650
|
-
"text": "void"
|
|
15651
|
-
}
|
|
15652
|
-
},
|
|
15653
|
-
"description": "Monitors resize event on the horizontal-scroll element",
|
|
15654
15676
|
"inheritedFrom": {
|
|
15655
|
-
"name": "
|
|
15656
|
-
"module": "src/
|
|
15677
|
+
"name": "Icon",
|
|
15678
|
+
"module": "src/icon/icon.ts"
|
|
15657
15679
|
}
|
|
15658
15680
|
},
|
|
15659
15681
|
{
|
|
15660
15682
|
"kind": "method",
|
|
15661
|
-
"name": "
|
|
15683
|
+
"name": "loadIcon",
|
|
15662
15684
|
"privacy": "public",
|
|
15663
|
-
"return": {
|
|
15664
|
-
"type": {
|
|
15665
|
-
"text": "void"
|
|
15666
|
-
}
|
|
15667
|
-
},
|
|
15668
|
-
"description": "Monitors scrolled event on the content container",
|
|
15669
15685
|
"inheritedFrom": {
|
|
15670
|
-
"name": "
|
|
15671
|
-
"module": "src/
|
|
15686
|
+
"name": "Icon",
|
|
15687
|
+
"module": "src/icon/icon.ts"
|
|
15672
15688
|
}
|
|
15673
15689
|
},
|
|
15674
15690
|
{
|
|
@@ -15680,8 +15696,8 @@
|
|
|
15680
15696
|
"privacy": "private",
|
|
15681
15697
|
"default": "void 0",
|
|
15682
15698
|
"inheritedFrom": {
|
|
15683
|
-
"name": "
|
|
15684
|
-
"module": "src/
|
|
15699
|
+
"name": "FoundationElement",
|
|
15700
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15685
15701
|
}
|
|
15686
15702
|
},
|
|
15687
15703
|
{
|
|
@@ -15693,8 +15709,8 @@
|
|
|
15693
15709
|
"privacy": "public",
|
|
15694
15710
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
15695
15711
|
"inheritedFrom": {
|
|
15696
|
-
"name": "
|
|
15697
|
-
"module": "src/
|
|
15712
|
+
"name": "FoundationElement",
|
|
15713
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15698
15714
|
}
|
|
15699
15715
|
},
|
|
15700
15716
|
{
|
|
@@ -15706,8 +15722,8 @@
|
|
|
15706
15722
|
"privacy": "public",
|
|
15707
15723
|
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
15708
15724
|
"inheritedFrom": {
|
|
15709
|
-
"name": "
|
|
15710
|
-
"module": "src/
|
|
15725
|
+
"name": "FoundationElement",
|
|
15726
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15711
15727
|
}
|
|
15712
15728
|
},
|
|
15713
15729
|
{
|
|
@@ -15720,8 +15736,8 @@
|
|
|
15720
15736
|
}
|
|
15721
15737
|
},
|
|
15722
15738
|
"inheritedFrom": {
|
|
15723
|
-
"name": "
|
|
15724
|
-
"module": "src/
|
|
15739
|
+
"name": "FoundationElement",
|
|
15740
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15725
15741
|
}
|
|
15726
15742
|
},
|
|
15727
15743
|
{
|
|
@@ -15733,8 +15749,8 @@
|
|
|
15733
15749
|
"privacy": "public",
|
|
15734
15750
|
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
15735
15751
|
"inheritedFrom": {
|
|
15736
|
-
"name": "
|
|
15737
|
-
"module": "src/
|
|
15752
|
+
"name": "FoundationElement",
|
|
15753
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15738
15754
|
}
|
|
15739
15755
|
},
|
|
15740
15756
|
{
|
|
@@ -15747,8 +15763,8 @@
|
|
|
15747
15763
|
}
|
|
15748
15764
|
},
|
|
15749
15765
|
"inheritedFrom": {
|
|
15750
|
-
"name": "
|
|
15751
|
-
"module": "src/
|
|
15766
|
+
"name": "FoundationElement",
|
|
15767
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15752
15768
|
}
|
|
15753
15769
|
},
|
|
15754
15770
|
{
|
|
@@ -15778,73 +15794,65 @@
|
|
|
15778
15794
|
],
|
|
15779
15795
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
15780
15796
|
"inheritedFrom": {
|
|
15781
|
-
"name": "
|
|
15782
|
-
"module": "src/
|
|
15783
|
-
}
|
|
15784
|
-
}
|
|
15785
|
-
],
|
|
15786
|
-
"events": [
|
|
15787
|
-
{
|
|
15788
|
-
"description": "Fires a custom 'scrollstart' event when scrolling",
|
|
15789
|
-
"name": "scrollstart",
|
|
15790
|
-
"inheritedFrom": {
|
|
15791
|
-
"name": "HorizontalScroll",
|
|
15792
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15793
|
-
}
|
|
15794
|
-
},
|
|
15795
|
-
{
|
|
15796
|
-
"description": "Fires a custom 'scrollend' event when scrolling stops",
|
|
15797
|
-
"name": "scrollend",
|
|
15798
|
-
"inheritedFrom": {
|
|
15799
|
-
"name": "HorizontalScroll",
|
|
15800
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15797
|
+
"name": "FoundationElement",
|
|
15798
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15801
15799
|
}
|
|
15802
15800
|
}
|
|
15803
15801
|
]
|
|
15804
15802
|
},
|
|
15805
15803
|
{
|
|
15806
15804
|
"kind": "variable",
|
|
15807
|
-
"name": "
|
|
15808
|
-
"
|
|
15809
|
-
"text": "object"
|
|
15810
|
-
},
|
|
15811
|
-
"default": "{\n nextFlipper: html`\n <rapid-flipper\n @click=\"${(x) => x.scrollToNext()}\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></rapid-flipper>\n `,\n previousFlipper: html`\n <rapid-flipper\n @click=\"${(x) => x.scrollToPrevious()}\"\n direction=\"previous\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></rapid-flipper>\n `,\n}"
|
|
15805
|
+
"name": "defaultIconConfig",
|
|
15806
|
+
"default": "foundationIconConfig"
|
|
15812
15807
|
},
|
|
15813
15808
|
{
|
|
15814
15809
|
"kind": "variable",
|
|
15815
|
-
"name": "
|
|
15810
|
+
"name": "rapidIconShadowOptions",
|
|
15811
|
+
"default": "foundationIconShadowOptions"
|
|
15812
|
+
},
|
|
15813
|
+
{
|
|
15814
|
+
"kind": "variable",
|
|
15815
|
+
"name": "rapidIcon"
|
|
15816
15816
|
}
|
|
15817
15817
|
],
|
|
15818
15818
|
"exports": [
|
|
15819
15819
|
{
|
|
15820
15820
|
"kind": "js",
|
|
15821
|
-
"name": "
|
|
15821
|
+
"name": "Icon",
|
|
15822
15822
|
"declaration": {
|
|
15823
|
-
"name": "
|
|
15824
|
-
"module": "src/
|
|
15823
|
+
"name": "Icon",
|
|
15824
|
+
"module": "src/icon/icon.ts"
|
|
15825
15825
|
}
|
|
15826
15826
|
},
|
|
15827
15827
|
{
|
|
15828
15828
|
"kind": "js",
|
|
15829
|
-
"name": "
|
|
15829
|
+
"name": "defaultIconConfig",
|
|
15830
15830
|
"declaration": {
|
|
15831
|
-
"name": "
|
|
15832
|
-
"module": "src/
|
|
15831
|
+
"name": "defaultIconConfig",
|
|
15832
|
+
"module": "src/icon/icon.ts"
|
|
15833
15833
|
}
|
|
15834
15834
|
},
|
|
15835
15835
|
{
|
|
15836
15836
|
"kind": "js",
|
|
15837
|
-
"name": "
|
|
15837
|
+
"name": "rapidIconShadowOptions",
|
|
15838
15838
|
"declaration": {
|
|
15839
|
-
"name": "
|
|
15840
|
-
"module": "src/
|
|
15839
|
+
"name": "rapidIconShadowOptions",
|
|
15840
|
+
"module": "src/icon/icon.ts"
|
|
15841
|
+
}
|
|
15842
|
+
},
|
|
15843
|
+
{
|
|
15844
|
+
"kind": "js",
|
|
15845
|
+
"name": "rapidIcon",
|
|
15846
|
+
"declaration": {
|
|
15847
|
+
"name": "rapidIcon",
|
|
15848
|
+
"module": "src/icon/icon.ts"
|
|
15841
15849
|
}
|
|
15842
15850
|
}
|
|
15843
15851
|
]
|
|
15844
15852
|
},
|
|
15845
15853
|
{
|
|
15846
15854
|
"kind": "javascript-module",
|
|
15847
|
-
"path": "src/
|
|
15855
|
+
"path": "src/icon/index.ts",
|
|
15848
15856
|
"declarations": [],
|
|
15849
15857
|
"exports": [
|
|
15850
15858
|
{
|
|
@@ -15852,15 +15860,7 @@
|
|
|
15852
15860
|
"name": "*",
|
|
15853
15861
|
"declaration": {
|
|
15854
15862
|
"name": "*",
|
|
15855
|
-
"package": "./
|
|
15856
|
-
}
|
|
15857
|
-
},
|
|
15858
|
-
{
|
|
15859
|
-
"kind": "js",
|
|
15860
|
-
"name": "*",
|
|
15861
|
-
"declaration": {
|
|
15862
|
-
"name": "*",
|
|
15863
|
-
"package": "./horizontal-scroll.styles"
|
|
15863
|
+
"package": "./icon"
|
|
15864
15864
|
}
|
|
15865
15865
|
},
|
|
15866
15866
|
{
|
|
@@ -15868,7 +15868,7 @@
|
|
|
15868
15868
|
"name": "*",
|
|
15869
15869
|
"declaration": {
|
|
15870
15870
|
"name": "*",
|
|
15871
|
-
"package": "./
|
|
15871
|
+
"package": "./icon.styles"
|
|
15872
15872
|
}
|
|
15873
15873
|
}
|
|
15874
15874
|
]
|
|
@@ -18402,7 +18402,7 @@
|
|
|
18402
18402
|
"type": {
|
|
18403
18403
|
"text": "StoryObj"
|
|
18404
18404
|
},
|
|
18405
|
-
"default": "{\n render: ({ name, text, countries, search, disabled }) => html`\n <div style=\"min-height: 400px;\">\n <rapid-multiselect\n name=\"${name}\"\n .options=\"${countries}\"\n search=\"${search}\"\n disabled=\"${disabled}\"\n >\n <label slot=\"label\">${text}</label>\n </rapid-multiselect>\n </div>\n `,\n args: {\n name: 'Countries',\n text: 'Multiselect',\n search: true,\n disabled: false,\n countries: countriesList,\n autoPosition: true,\n },\n}"
|
|
18405
|
+
"default": "{\n render: ({ name, text, countries, search, disabled, creatable }) => html`\n <div style=\"min-height: 400px;\">\n <rapid-multiselect\n name=\"${name}\"\n .options=\"${countries}\"\n search=\"${search}\"\n disabled=\"${disabled}\"\n creatable=\"${creatable}\"\n >\n <label slot=\"label\">${text}</label>\n </rapid-multiselect>\n </div>\n `,\n args: {\n name: 'Countries',\n text: 'Multiselect',\n search: true,\n disabled: false,\n countries: countriesList,\n autoPosition: true,\n creatable: false,\n },\n}"
|
|
18406
18406
|
},
|
|
18407
18407
|
{
|
|
18408
18408
|
"kind": "variable",
|
|
@@ -18410,7 +18410,7 @@
|
|
|
18410
18410
|
"type": {
|
|
18411
18411
|
"text": "StoryObj"
|
|
18412
18412
|
},
|
|
18413
|
-
"default": "{\n render: ({ name, text, countries, search, disabled }) => html`\n <div style=\"min-height: 400px;\">\n <rapid-multiselect\n name=\"${name}\"\n .options=\"${countries}\"\n search=\"${search}\"\n disabled=\"${disabled}\"\n >\n <label slot=\"label\">${text}</label>\n </rapid-multiselect>\n </div>\n `,\n args: {\n name: 'Countries',\n text: 'Disabled',\n search: true,\n countries: countriesList,\n disabled: true,\n autoPosition: true,\n },\n}"
|
|
18413
|
+
"default": "{\n render: ({ name, text, countries, search, disabled, creatable }) => html`\n <div style=\"min-height: 400px;\">\n <rapid-multiselect\n name=\"${name}\"\n .options=\"${countries}\"\n search=\"${search}\"\n disabled=\"${disabled}\"\n creatable=\"${creatable}\"\n >\n <label slot=\"label\">${text}</label>\n </rapid-multiselect>\n </div>\n `,\n args: {\n name: 'Countries',\n text: 'Disabled',\n search: true,\n countries: countriesList,\n disabled: true,\n autoPosition: true,\n creatable: false,\n },\n}"
|
|
18414
18414
|
},
|
|
18415
18415
|
{
|
|
18416
18416
|
"kind": "variable",
|
|
@@ -18418,7 +18418,7 @@
|
|
|
18418
18418
|
"type": {
|
|
18419
18419
|
"text": "StoryObj"
|
|
18420
18420
|
},
|
|
18421
|
-
"default": "{\n render: ({ name, text, countries, search }) => html`\n <div style=\"min-height: 400px;\">\n <rapid-multiselect
|
|
18421
|
+
"default": "{\n render: ({ name, text, countries, search, creatable }) => html`\n <div style=\"min-height: 400px;\">\n <rapid-multiselect\n name=\"${name}\"\n .options=\"${countries}\"\n search=\"${search}\"\n creatable=\"${creatable}\"\n >\n <label slot=\"label\">${text}</label>\n </rapid-multiselect>\n </div>\n `,\n args: {\n name: 'Countries',\n text: 'Disabled Options',\n search: true,\n countries: disabledCountriesExample,\n creatable: false,\n },\n}"
|
|
18422
18422
|
},
|
|
18423
18423
|
{
|
|
18424
18424
|
"kind": "variable",
|
|
@@ -18426,7 +18426,15 @@
|
|
|
18426
18426
|
"type": {
|
|
18427
18427
|
"text": "StoryObj"
|
|
18428
18428
|
},
|
|
18429
|
-
"default": "{\n render: ({ name, text, countries, search, autoPosition }) => html`\n <div style=\"min-height: 400px;\">\n <rapid-multiselect\n name=\"${name}\"\n .options=\"${countries}\"\n auto-position=\"${autoPosition}\"\n search=\"${search}\"\n >\n <label slot=\"label\">${text}</label>\n </rapid-multiselect>\n </div>\n `,\n args: {\n name: 'Countries',\n text: 'Disabled Auto Position',\n search: true,\n countries: disabledCountriesExample,\n autoPosition: false,\n },\n}"
|
|
18429
|
+
"default": "{\n render: ({ name, text, countries, search, autoPosition, creatable }) => html`\n <div style=\"min-height: 400px;\">\n <rapid-multiselect\n name=\"${name}\"\n .options=\"${countries}\"\n auto-position=\"${autoPosition}\"\n search=\"${search}\"\n creatable=\"${creatable}\"\n >\n <label slot=\"label\">${text}</label>\n </rapid-multiselect>\n </div>\n `,\n args: {\n name: 'Countries',\n text: 'Disabled Auto Position',\n search: true,\n countries: disabledCountriesExample,\n autoPosition: false,\n creatable: false,\n },\n}"
|
|
18430
|
+
},
|
|
18431
|
+
{
|
|
18432
|
+
"kind": "variable",
|
|
18433
|
+
"name": "Creatable",
|
|
18434
|
+
"type": {
|
|
18435
|
+
"text": "StoryObj"
|
|
18436
|
+
},
|
|
18437
|
+
"default": "{\n render: ({ name, text, countries, search, autoPosition, creatable }) => html`\n <div style=\"min-height: 400px;\">\n <rapid-multiselect\n name=\"${name}\"\n .options=\"${countries}\"\n auto-position=\"${autoPosition}\"\n search=\"${search}\"\n creatable=\"${creatable}\"\n >\n <label slot=\"label\">${text}</label>\n </rapid-multiselect>\n </div>\n `,\n args: {\n name: 'Countries',\n text: 'Creatable',\n search: true,\n countries: disabledCountriesExample,\n autoPosition: false,\n creatable: true,\n },\n}"
|
|
18430
18438
|
}
|
|
18431
18439
|
],
|
|
18432
18440
|
"exports": [
|
|
@@ -18469,6 +18477,14 @@
|
|
|
18469
18477
|
"name": "AutoPosition",
|
|
18470
18478
|
"module": "src/multiselect/multiselect.stories.ts"
|
|
18471
18479
|
}
|
|
18480
|
+
},
|
|
18481
|
+
{
|
|
18482
|
+
"kind": "js",
|
|
18483
|
+
"name": "Creatable",
|
|
18484
|
+
"declaration": {
|
|
18485
|
+
"name": "Creatable",
|
|
18486
|
+
"module": "src/multiselect/multiselect.stories.ts"
|
|
18487
|
+
}
|
|
18472
18488
|
}
|
|
18473
18489
|
]
|
|
18474
18490
|
},
|
|
@@ -18653,6 +18669,18 @@
|
|
|
18653
18669
|
"module": "src/multiselect/multiselect.ts"
|
|
18654
18670
|
}
|
|
18655
18671
|
},
|
|
18672
|
+
{
|
|
18673
|
+
"kind": "field",
|
|
18674
|
+
"name": "creatable",
|
|
18675
|
+
"type": {
|
|
18676
|
+
"text": "boolean"
|
|
18677
|
+
},
|
|
18678
|
+
"default": "false",
|
|
18679
|
+
"inheritedFrom": {
|
|
18680
|
+
"name": "Multiselect",
|
|
18681
|
+
"module": "src/multiselect/multiselect.ts"
|
|
18682
|
+
}
|
|
18683
|
+
},
|
|
18656
18684
|
{
|
|
18657
18685
|
"kind": "field",
|
|
18658
18686
|
"name": "async",
|
|
@@ -18751,6 +18779,7 @@
|
|
|
18751
18779
|
"type": {
|
|
18752
18780
|
"text": "string"
|
|
18753
18781
|
},
|
|
18782
|
+
"default": "''",
|
|
18754
18783
|
"inheritedFrom": {
|
|
18755
18784
|
"name": "Multiselect",
|
|
18756
18785
|
"module": "src/multiselect/multiselect.ts"
|
|
@@ -19022,6 +19051,15 @@
|
|
|
19022
19051
|
"module": "src/multiselect/multiselect.ts"
|
|
19023
19052
|
}
|
|
19024
19053
|
},
|
|
19054
|
+
{
|
|
19055
|
+
"kind": "field",
|
|
19056
|
+
"name": "showCreatable",
|
|
19057
|
+
"readonly": true,
|
|
19058
|
+
"inheritedFrom": {
|
|
19059
|
+
"name": "Multiselect",
|
|
19060
|
+
"module": "src/multiselect/multiselect.ts"
|
|
19061
|
+
}
|
|
19062
|
+
},
|
|
19025
19063
|
{
|
|
19026
19064
|
"kind": "method",
|
|
19027
19065
|
"name": "isOptionSelected",
|
|
@@ -19083,6 +19121,14 @@
|
|
|
19083
19121
|
"module": "src/multiselect/multiselect.ts"
|
|
19084
19122
|
}
|
|
19085
19123
|
},
|
|
19124
|
+
{
|
|
19125
|
+
"kind": "method",
|
|
19126
|
+
"name": "findExactMatchOptions",
|
|
19127
|
+
"inheritedFrom": {
|
|
19128
|
+
"name": "Multiselect",
|
|
19129
|
+
"module": "src/multiselect/multiselect.ts"
|
|
19130
|
+
}
|
|
19131
|
+
},
|
|
19086
19132
|
{
|
|
19087
19133
|
"kind": "method",
|
|
19088
19134
|
"name": "setFilter",
|
|
@@ -19091,6 +19137,14 @@
|
|
|
19091
19137
|
"module": "src/multiselect/multiselect.ts"
|
|
19092
19138
|
}
|
|
19093
19139
|
},
|
|
19140
|
+
{
|
|
19141
|
+
"kind": "method",
|
|
19142
|
+
"name": "addOption",
|
|
19143
|
+
"inheritedFrom": {
|
|
19144
|
+
"name": "Multiselect",
|
|
19145
|
+
"module": "src/multiselect/multiselect.ts"
|
|
19146
|
+
}
|
|
19147
|
+
},
|
|
19094
19148
|
{
|
|
19095
19149
|
"kind": "method",
|
|
19096
19150
|
"name": "asyncSetFilter",
|