@genesislcap/rapid-design-system 14.165.2 → 14.166.0
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 +1239 -1239
- package/package.json +10 -10
|
@@ -739,194 +739,6 @@
|
|
|
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
|
-
},
|
|
930
742
|
{
|
|
931
743
|
"kind": "javascript-module",
|
|
932
744
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1705,7 +1517,7 @@
|
|
|
1705
1517
|
},
|
|
1706
1518
|
{
|
|
1707
1519
|
"kind": "javascript-module",
|
|
1708
|
-
"path": "src/
|
|
1520
|
+
"path": "src/accordion/accordion.stories.ts",
|
|
1709
1521
|
"declarations": [
|
|
1710
1522
|
{
|
|
1711
1523
|
"kind": "variable",
|
|
@@ -1713,31 +1525,15 @@
|
|
|
1713
1525
|
"type": {
|
|
1714
1526
|
"text": "Meta"
|
|
1715
1527
|
},
|
|
1716
|
-
"default": "{\n title: '
|
|
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}"
|
|
1528
|
+
"default": "{\n title: 'Accordion',\n component: 'rapid-accordion',\n}"
|
|
1733
1529
|
},
|
|
1734
1530
|
{
|
|
1735
1531
|
"kind": "variable",
|
|
1736
|
-
"name": "
|
|
1532
|
+
"name": "Primary",
|
|
1737
1533
|
"type": {
|
|
1738
1534
|
"text": "StoryObj"
|
|
1739
1535
|
},
|
|
1740
|
-
"default": "{\n
|
|
1536
|
+
"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}"
|
|
1741
1537
|
}
|
|
1742
1538
|
],
|
|
1743
1539
|
"exports": [
|
|
@@ -1746,42 +1542,26 @@
|
|
|
1746
1542
|
"name": "default",
|
|
1747
1543
|
"declaration": {
|
|
1748
1544
|
"name": "meta",
|
|
1749
|
-
"module": "src/
|
|
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"
|
|
1545
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
1766
1546
|
}
|
|
1767
1547
|
},
|
|
1768
1548
|
{
|
|
1769
1549
|
"kind": "js",
|
|
1770
|
-
"name": "
|
|
1550
|
+
"name": "Primary",
|
|
1771
1551
|
"declaration": {
|
|
1772
|
-
"name": "
|
|
1773
|
-
"module": "src/
|
|
1552
|
+
"name": "Primary",
|
|
1553
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
1774
1554
|
}
|
|
1775
1555
|
}
|
|
1776
1556
|
]
|
|
1777
1557
|
},
|
|
1778
1558
|
{
|
|
1779
1559
|
"kind": "javascript-module",
|
|
1780
|
-
"path": "src/
|
|
1560
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1781
1561
|
"declarations": [
|
|
1782
1562
|
{
|
|
1783
1563
|
"kind": "function",
|
|
1784
|
-
"name": "
|
|
1564
|
+
"name": "rapidAccordionStyles",
|
|
1785
1565
|
"return": {
|
|
1786
1566
|
"type": {
|
|
1787
1567
|
"text": "ElementStyles"
|
|
@@ -1806,24 +1586,24 @@
|
|
|
1806
1586
|
"exports": [
|
|
1807
1587
|
{
|
|
1808
1588
|
"kind": "js",
|
|
1809
|
-
"name": "
|
|
1589
|
+
"name": "rapidAccordionStyles",
|
|
1810
1590
|
"declaration": {
|
|
1811
|
-
"name": "
|
|
1812
|
-
"module": "src/
|
|
1591
|
+
"name": "rapidAccordionStyles",
|
|
1592
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1813
1593
|
}
|
|
1814
1594
|
}
|
|
1815
1595
|
]
|
|
1816
1596
|
},
|
|
1817
1597
|
{
|
|
1818
1598
|
"kind": "javascript-module",
|
|
1819
|
-
"path": "src/
|
|
1599
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1820
1600
|
"declarations": [
|
|
1821
1601
|
{
|
|
1822
1602
|
"kind": "function",
|
|
1823
|
-
"name": "
|
|
1603
|
+
"name": "rapidAccordionTemplate",
|
|
1824
1604
|
"return": {
|
|
1825
1605
|
"type": {
|
|
1826
|
-
"text": "ViewTemplate<
|
|
1606
|
+
"text": "ViewTemplate<Accordion>"
|
|
1827
1607
|
}
|
|
1828
1608
|
},
|
|
1829
1609
|
"parameters": [
|
|
@@ -1845,10 +1625,230 @@
|
|
|
1845
1625
|
"exports": [
|
|
1846
1626
|
{
|
|
1847
1627
|
"kind": "js",
|
|
1848
|
-
"name": "
|
|
1628
|
+
"name": "rapidAccordionTemplate",
|
|
1849
1629
|
"declaration": {
|
|
1850
|
-
"name": "
|
|
1851
|
-
"module": "src/
|
|
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",
|
|
1849
|
+
"declaration": {
|
|
1850
|
+
"name": "rapidAnchorTemplate",
|
|
1851
|
+
"module": "src/anchor/anchor.template.ts"
|
|
1852
1852
|
}
|
|
1853
1853
|
}
|
|
1854
1854
|
]
|
|
@@ -5031,53 +5031,70 @@
|
|
|
5031
5031
|
},
|
|
5032
5032
|
{
|
|
5033
5033
|
"kind": "javascript-module",
|
|
5034
|
-
"path": "src/breadcrumb
|
|
5034
|
+
"path": "src/breadcrumb/breadcrumb.stories.ts",
|
|
5035
5035
|
"declarations": [
|
|
5036
5036
|
{
|
|
5037
|
-
"kind": "
|
|
5038
|
-
"name": "
|
|
5039
|
-
"
|
|
5040
|
-
"
|
|
5041
|
-
"text": "ElementStyles"
|
|
5042
|
-
}
|
|
5037
|
+
"kind": "variable",
|
|
5038
|
+
"name": "meta",
|
|
5039
|
+
"type": {
|
|
5040
|
+
"text": "Meta"
|
|
5043
5041
|
},
|
|
5044
|
-
"
|
|
5045
|
-
|
|
5046
|
-
"name": "context",
|
|
5047
|
-
"type": {
|
|
5048
|
-
"text": "ElementDefinitionContext"
|
|
5049
|
-
}
|
|
5050
|
-
},
|
|
5051
|
-
{
|
|
5052
|
-
"name": "definition",
|
|
5053
|
-
"type": {
|
|
5054
|
-
"text": "FoundationElementDefinition"
|
|
5055
|
-
}
|
|
5056
|
-
}
|
|
5057
|
-
]
|
|
5058
|
-
}
|
|
5059
|
-
],
|
|
5060
|
-
"exports": [
|
|
5042
|
+
"default": "{\n title: 'Breadcrumb',\n component: 'rapid-breadcrumb',\n}"
|
|
5043
|
+
},
|
|
5061
5044
|
{
|
|
5062
|
-
"kind": "
|
|
5063
|
-
"name": "
|
|
5064
|
-
"
|
|
5065
|
-
"
|
|
5066
|
-
|
|
5045
|
+
"kind": "variable",
|
|
5046
|
+
"name": "Default",
|
|
5047
|
+
"type": {
|
|
5048
|
+
"text": "StoryObj"
|
|
5049
|
+
},
|
|
5050
|
+
"default": "{\n args: {\n breadcrumbItemsText: 'Breadcrumb Item',\n breadcrumbCurrentItemText: 'Current Page',\n },\n render: ({ breadcrumbItemsText, breadcrumbCurrentItemText }) => html`\n <rapid-breadcrumb>\n <rapid-breadcrumb-item href=\"#\">${breadcrumbItemsText} 1</rapid-breadcrumb-item>\n <rapid-breadcrumb-item href=\"#\">${breadcrumbItemsText} 2</rapid-breadcrumb-item>\n <rapid-breadcrumb-item>${breadcrumbCurrentItemText}</rapid-breadcrumb-item>\n </rapid-breadcrumb>\n `,\n}"
|
|
5051
|
+
},
|
|
5052
|
+
{
|
|
5053
|
+
"kind": "variable",
|
|
5054
|
+
"name": "WithIcon",
|
|
5055
|
+
"type": {
|
|
5056
|
+
"text": "StoryObj"
|
|
5057
|
+
},
|
|
5058
|
+
"default": "{\n args: {\n breadcrumbItemsText: 'Breadcrumb Item',\n breadcrumbCurrentItemText: 'Current Page',\n },\n render: ({ breadcrumbItemsText, breadcrumbCurrentItemText }) => html`\n <rapid-breadcrumb>\n <rapid-breadcrumb-item href=\"#\">\n <rapid-icon name=\"folder\" size=\"md\" variant=\"regular\" slot=\"start\"></rapid-icon>\n </rapid-breadcrumb-item>\n <rapid-breadcrumb-item href=\"#\">${breadcrumbItemsText} 1</rapid-breadcrumb-item>\n <rapid-breadcrumb-item href=\"#\">${breadcrumbItemsText} 2</rapid-breadcrumb-item>\n <rapid-breadcrumb-item>${breadcrumbCurrentItemText}</rapid-breadcrumb-item>\n </rapid-breadcrumb>\n `,\n}"
|
|
5059
|
+
}
|
|
5060
|
+
],
|
|
5061
|
+
"exports": [
|
|
5062
|
+
{
|
|
5063
|
+
"kind": "js",
|
|
5064
|
+
"name": "default",
|
|
5065
|
+
"declaration": {
|
|
5066
|
+
"name": "meta",
|
|
5067
|
+
"module": "src/breadcrumb/breadcrumb.stories.ts"
|
|
5068
|
+
}
|
|
5069
|
+
},
|
|
5070
|
+
{
|
|
5071
|
+
"kind": "js",
|
|
5072
|
+
"name": "Default",
|
|
5073
|
+
"declaration": {
|
|
5074
|
+
"name": "Default",
|
|
5075
|
+
"module": "src/breadcrumb/breadcrumb.stories.ts"
|
|
5076
|
+
}
|
|
5077
|
+
},
|
|
5078
|
+
{
|
|
5079
|
+
"kind": "js",
|
|
5080
|
+
"name": "WithIcon",
|
|
5081
|
+
"declaration": {
|
|
5082
|
+
"name": "WithIcon",
|
|
5083
|
+
"module": "src/breadcrumb/breadcrumb.stories.ts"
|
|
5067
5084
|
}
|
|
5068
5085
|
}
|
|
5069
5086
|
]
|
|
5070
5087
|
},
|
|
5071
5088
|
{
|
|
5072
5089
|
"kind": "javascript-module",
|
|
5073
|
-
"path": "src/breadcrumb
|
|
5090
|
+
"path": "src/breadcrumb/breadcrumb.styles.ts",
|
|
5074
5091
|
"declarations": [
|
|
5075
5092
|
{
|
|
5076
5093
|
"kind": "function",
|
|
5077
|
-
"name": "
|
|
5094
|
+
"name": "rapidBreadcrumbStyles",
|
|
5078
5095
|
"return": {
|
|
5079
5096
|
"type": {
|
|
5080
|
-
"text": "
|
|
5097
|
+
"text": "ElementStyles"
|
|
5081
5098
|
}
|
|
5082
5099
|
},
|
|
5083
5100
|
"parameters": [
|
|
@@ -5099,250 +5116,155 @@
|
|
|
5099
5116
|
"exports": [
|
|
5100
5117
|
{
|
|
5101
5118
|
"kind": "js",
|
|
5102
|
-
"name": "
|
|
5119
|
+
"name": "rapidBreadcrumbStyles",
|
|
5103
5120
|
"declaration": {
|
|
5104
|
-
"name": "
|
|
5105
|
-
"module": "src/breadcrumb
|
|
5121
|
+
"name": "rapidBreadcrumbStyles",
|
|
5122
|
+
"module": "src/breadcrumb/breadcrumb.styles.ts"
|
|
5106
5123
|
}
|
|
5107
5124
|
}
|
|
5108
5125
|
]
|
|
5109
5126
|
},
|
|
5110
5127
|
{
|
|
5111
5128
|
"kind": "javascript-module",
|
|
5112
|
-
"path": "src/breadcrumb
|
|
5129
|
+
"path": "src/breadcrumb/breadcrumb.template.ts",
|
|
5113
5130
|
"declarations": [
|
|
5114
5131
|
{
|
|
5115
|
-
"kind": "
|
|
5116
|
-
"
|
|
5117
|
-
"
|
|
5118
|
-
|
|
5119
|
-
|
|
5120
|
-
|
|
5132
|
+
"kind": "function",
|
|
5133
|
+
"name": "rapidBreadcrumbTemplate",
|
|
5134
|
+
"return": {
|
|
5135
|
+
"type": {
|
|
5136
|
+
"text": "ViewTemplate<Breadcrumb>"
|
|
5137
|
+
}
|
|
5121
5138
|
},
|
|
5122
|
-
"
|
|
5123
|
-
{
|
|
5124
|
-
"name": "download",
|
|
5125
|
-
"type": {
|
|
5126
|
-
"text": "string"
|
|
5127
|
-
},
|
|
5128
|
-
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5129
|
-
"fieldName": "download",
|
|
5130
|
-
"inheritedFrom": {
|
|
5131
|
-
"name": "BreadcrumbItem",
|
|
5132
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5133
|
-
}
|
|
5134
|
-
},
|
|
5135
|
-
{
|
|
5136
|
-
"name": "href",
|
|
5137
|
-
"type": {
|
|
5138
|
-
"text": "string"
|
|
5139
|
-
},
|
|
5140
|
-
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5141
|
-
"fieldName": "href",
|
|
5142
|
-
"inheritedFrom": {
|
|
5143
|
-
"name": "BreadcrumbItem",
|
|
5144
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5145
|
-
}
|
|
5146
|
-
},
|
|
5147
|
-
{
|
|
5148
|
-
"name": "hreflang",
|
|
5149
|
-
"type": {
|
|
5150
|
-
"text": "string"
|
|
5151
|
-
},
|
|
5152
|
-
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5153
|
-
"fieldName": "hreflang",
|
|
5154
|
-
"inheritedFrom": {
|
|
5155
|
-
"name": "BreadcrumbItem",
|
|
5156
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5157
|
-
}
|
|
5158
|
-
},
|
|
5159
|
-
{
|
|
5160
|
-
"name": "ping",
|
|
5161
|
-
"type": {
|
|
5162
|
-
"text": "string"
|
|
5163
|
-
},
|
|
5164
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5165
|
-
"fieldName": "ping",
|
|
5166
|
-
"inheritedFrom": {
|
|
5167
|
-
"name": "BreadcrumbItem",
|
|
5168
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5169
|
-
}
|
|
5170
|
-
},
|
|
5171
|
-
{
|
|
5172
|
-
"name": "referrerpolicy",
|
|
5173
|
-
"type": {
|
|
5174
|
-
"text": "string"
|
|
5175
|
-
},
|
|
5176
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5177
|
-
"fieldName": "referrerpolicy",
|
|
5178
|
-
"inheritedFrom": {
|
|
5179
|
-
"name": "BreadcrumbItem",
|
|
5180
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5181
|
-
}
|
|
5182
|
-
},
|
|
5183
|
-
{
|
|
5184
|
-
"name": "rel",
|
|
5185
|
-
"type": {
|
|
5186
|
-
"text": "string"
|
|
5187
|
-
},
|
|
5188
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5189
|
-
"fieldName": "rel",
|
|
5190
|
-
"inheritedFrom": {
|
|
5191
|
-
"name": "BreadcrumbItem",
|
|
5192
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5193
|
-
}
|
|
5194
|
-
},
|
|
5139
|
+
"parameters": [
|
|
5195
5140
|
{
|
|
5196
|
-
"name": "
|
|
5141
|
+
"name": "context",
|
|
5197
5142
|
"type": {
|
|
5198
|
-
"text": "
|
|
5199
|
-
},
|
|
5200
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5201
|
-
"fieldName": "target",
|
|
5202
|
-
"inheritedFrom": {
|
|
5203
|
-
"name": "BreadcrumbItem",
|
|
5204
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5143
|
+
"text": "ElementDefinitionContext"
|
|
5205
5144
|
}
|
|
5206
5145
|
},
|
|
5207
5146
|
{
|
|
5208
|
-
"name": "
|
|
5147
|
+
"name": "definition",
|
|
5209
5148
|
"type": {
|
|
5210
|
-
"text": "
|
|
5211
|
-
},
|
|
5212
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5213
|
-
"fieldName": "type",
|
|
5214
|
-
"inheritedFrom": {
|
|
5215
|
-
"name": "BreadcrumbItem",
|
|
5216
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5149
|
+
"text": "FoundationElementDefinition"
|
|
5217
5150
|
}
|
|
5218
5151
|
}
|
|
5219
|
-
]
|
|
5152
|
+
]
|
|
5153
|
+
}
|
|
5154
|
+
],
|
|
5155
|
+
"exports": [
|
|
5156
|
+
{
|
|
5157
|
+
"kind": "js",
|
|
5158
|
+
"name": "rapidBreadcrumbTemplate",
|
|
5159
|
+
"declaration": {
|
|
5160
|
+
"name": "rapidBreadcrumbTemplate",
|
|
5161
|
+
"module": "src/breadcrumb/breadcrumb.template.ts"
|
|
5162
|
+
}
|
|
5163
|
+
}
|
|
5164
|
+
]
|
|
5165
|
+
},
|
|
5166
|
+
{
|
|
5167
|
+
"kind": "javascript-module",
|
|
5168
|
+
"path": "src/breadcrumb/breadcrumb.ts",
|
|
5169
|
+
"declarations": [
|
|
5170
|
+
{
|
|
5171
|
+
"kind": "class",
|
|
5172
|
+
"description": "",
|
|
5173
|
+
"name": "Breadcrumb",
|
|
5174
|
+
"superclass": {
|
|
5175
|
+
"name": "FoundationBreadcrumb",
|
|
5176
|
+
"package": "@genesislcap/foundation-ui"
|
|
5177
|
+
},
|
|
5178
|
+
"tagName": "%%prefix%%-breadcrumb",
|
|
5179
|
+
"customElement": true,
|
|
5220
5180
|
"members": [
|
|
5221
5181
|
{
|
|
5222
|
-
"kind": "
|
|
5223
|
-
"name": "
|
|
5224
|
-
"type": {
|
|
5225
|
-
"text": "string"
|
|
5226
|
-
},
|
|
5227
|
-
"privacy": "public",
|
|
5228
|
-
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5229
|
-
"inheritedFrom": {
|
|
5230
|
-
"name": "BreadcrumbItem",
|
|
5231
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5232
|
-
}
|
|
5233
|
-
},
|
|
5234
|
-
{
|
|
5235
|
-
"kind": "field",
|
|
5236
|
-
"name": "href",
|
|
5237
|
-
"type": {
|
|
5238
|
-
"text": "string"
|
|
5239
|
-
},
|
|
5240
|
-
"privacy": "public",
|
|
5241
|
-
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5242
|
-
"inheritedFrom": {
|
|
5243
|
-
"name": "BreadcrumbItem",
|
|
5244
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5245
|
-
}
|
|
5246
|
-
},
|
|
5247
|
-
{
|
|
5248
|
-
"kind": "field",
|
|
5249
|
-
"name": "hreflang",
|
|
5250
|
-
"type": {
|
|
5251
|
-
"text": "string"
|
|
5252
|
-
},
|
|
5253
|
-
"privacy": "public",
|
|
5254
|
-
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5255
|
-
"inheritedFrom": {
|
|
5256
|
-
"name": "BreadcrumbItem",
|
|
5257
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5258
|
-
}
|
|
5259
|
-
},
|
|
5260
|
-
{
|
|
5261
|
-
"kind": "field",
|
|
5262
|
-
"name": "ping",
|
|
5263
|
-
"type": {
|
|
5264
|
-
"text": "string"
|
|
5265
|
-
},
|
|
5266
|
-
"privacy": "public",
|
|
5267
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5268
|
-
"inheritedFrom": {
|
|
5269
|
-
"name": "BreadcrumbItem",
|
|
5270
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5271
|
-
}
|
|
5272
|
-
},
|
|
5273
|
-
{
|
|
5274
|
-
"kind": "field",
|
|
5275
|
-
"name": "referrerpolicy",
|
|
5276
|
-
"type": {
|
|
5277
|
-
"text": "string"
|
|
5278
|
-
},
|
|
5279
|
-
"privacy": "public",
|
|
5280
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5281
|
-
"inheritedFrom": {
|
|
5282
|
-
"name": "BreadcrumbItem",
|
|
5283
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5284
|
-
}
|
|
5285
|
-
},
|
|
5286
|
-
{
|
|
5287
|
-
"kind": "field",
|
|
5288
|
-
"name": "rel",
|
|
5289
|
-
"type": {
|
|
5290
|
-
"text": "string"
|
|
5291
|
-
},
|
|
5292
|
-
"privacy": "public",
|
|
5293
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5294
|
-
"inheritedFrom": {
|
|
5295
|
-
"name": "BreadcrumbItem",
|
|
5296
|
-
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5297
|
-
}
|
|
5298
|
-
},
|
|
5299
|
-
{
|
|
5300
|
-
"kind": "field",
|
|
5301
|
-
"name": "target",
|
|
5302
|
-
"type": {
|
|
5303
|
-
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
5304
|
-
},
|
|
5182
|
+
"kind": "method",
|
|
5183
|
+
"name": "slottedBreadcrumbItemsChanged",
|
|
5305
5184
|
"privacy": "public",
|
|
5306
|
-
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5307
5185
|
"inheritedFrom": {
|
|
5308
|
-
"name": "
|
|
5309
|
-
"module": "src/breadcrumb
|
|
5186
|
+
"name": "Breadcrumb",
|
|
5187
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5310
5188
|
}
|
|
5311
5189
|
},
|
|
5312
5190
|
{
|
|
5313
|
-
"kind": "
|
|
5314
|
-
"name": "
|
|
5315
|
-
"
|
|
5316
|
-
|
|
5191
|
+
"kind": "method",
|
|
5192
|
+
"name": "setItemSeparator",
|
|
5193
|
+
"privacy": "private",
|
|
5194
|
+
"return": {
|
|
5195
|
+
"type": {
|
|
5196
|
+
"text": "void"
|
|
5197
|
+
}
|
|
5317
5198
|
},
|
|
5318
|
-
"
|
|
5319
|
-
|
|
5199
|
+
"parameters": [
|
|
5200
|
+
{
|
|
5201
|
+
"name": "item",
|
|
5202
|
+
"type": {
|
|
5203
|
+
"text": "HTMLElement"
|
|
5204
|
+
}
|
|
5205
|
+
},
|
|
5206
|
+
{
|
|
5207
|
+
"name": "isLastNode",
|
|
5208
|
+
"type": {
|
|
5209
|
+
"text": "boolean"
|
|
5210
|
+
}
|
|
5211
|
+
}
|
|
5212
|
+
],
|
|
5320
5213
|
"inheritedFrom": {
|
|
5321
|
-
"name": "
|
|
5322
|
-
"module": "src/breadcrumb
|
|
5214
|
+
"name": "Breadcrumb",
|
|
5215
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5323
5216
|
}
|
|
5324
5217
|
},
|
|
5325
5218
|
{
|
|
5326
|
-
"kind": "
|
|
5327
|
-
"name": "
|
|
5328
|
-
"
|
|
5329
|
-
|
|
5219
|
+
"kind": "method",
|
|
5220
|
+
"name": "findChildWithHref",
|
|
5221
|
+
"privacy": "private",
|
|
5222
|
+
"return": {
|
|
5223
|
+
"type": {
|
|
5224
|
+
"text": "HTMLElement | null"
|
|
5225
|
+
}
|
|
5330
5226
|
},
|
|
5331
|
-
"
|
|
5332
|
-
|
|
5227
|
+
"parameters": [
|
|
5228
|
+
{
|
|
5229
|
+
"name": "node",
|
|
5230
|
+
"type": {
|
|
5231
|
+
"text": "HTMLElement"
|
|
5232
|
+
}
|
|
5233
|
+
}
|
|
5234
|
+
],
|
|
5235
|
+
"description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
|
|
5333
5236
|
"inheritedFrom": {
|
|
5334
|
-
"name": "
|
|
5335
|
-
"module": "src/breadcrumb
|
|
5237
|
+
"name": "Breadcrumb",
|
|
5238
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5336
5239
|
}
|
|
5337
5240
|
},
|
|
5338
5241
|
{
|
|
5339
|
-
"kind": "
|
|
5340
|
-
"name": "
|
|
5242
|
+
"kind": "method",
|
|
5243
|
+
"name": "setAriaCurrent",
|
|
5341
5244
|
"privacy": "private",
|
|
5342
|
-
"
|
|
5245
|
+
"return": {
|
|
5246
|
+
"type": {
|
|
5247
|
+
"text": "void"
|
|
5248
|
+
}
|
|
5249
|
+
},
|
|
5250
|
+
"parameters": [
|
|
5251
|
+
{
|
|
5252
|
+
"name": "item",
|
|
5253
|
+
"type": {
|
|
5254
|
+
"text": "HTMLElement"
|
|
5255
|
+
}
|
|
5256
|
+
},
|
|
5257
|
+
{
|
|
5258
|
+
"name": "isLastNode",
|
|
5259
|
+
"type": {
|
|
5260
|
+
"text": "boolean"
|
|
5261
|
+
}
|
|
5262
|
+
}
|
|
5263
|
+
],
|
|
5264
|
+
"description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
|
|
5343
5265
|
"inheritedFrom": {
|
|
5344
|
-
"name": "
|
|
5345
|
-
"module": "src/breadcrumb
|
|
5266
|
+
"name": "Breadcrumb",
|
|
5267
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5346
5268
|
}
|
|
5347
5269
|
},
|
|
5348
5270
|
{
|
|
@@ -5354,8 +5276,8 @@
|
|
|
5354
5276
|
"privacy": "private",
|
|
5355
5277
|
"default": "void 0",
|
|
5356
5278
|
"inheritedFrom": {
|
|
5357
|
-
"name": "
|
|
5358
|
-
"module": "src/breadcrumb
|
|
5279
|
+
"name": "Breadcrumb",
|
|
5280
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5359
5281
|
}
|
|
5360
5282
|
},
|
|
5361
5283
|
{
|
|
@@ -5367,8 +5289,8 @@
|
|
|
5367
5289
|
"privacy": "public",
|
|
5368
5290
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5369
5291
|
"inheritedFrom": {
|
|
5370
|
-
"name": "
|
|
5371
|
-
"module": "src/breadcrumb
|
|
5292
|
+
"name": "Breadcrumb",
|
|
5293
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5372
5294
|
}
|
|
5373
5295
|
},
|
|
5374
5296
|
{
|
|
@@ -5380,8 +5302,8 @@
|
|
|
5380
5302
|
"privacy": "public",
|
|
5381
5303
|
"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.",
|
|
5382
5304
|
"inheritedFrom": {
|
|
5383
|
-
"name": "
|
|
5384
|
-
"module": "src/breadcrumb
|
|
5305
|
+
"name": "Breadcrumb",
|
|
5306
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5385
5307
|
}
|
|
5386
5308
|
},
|
|
5387
5309
|
{
|
|
@@ -5394,8 +5316,8 @@
|
|
|
5394
5316
|
}
|
|
5395
5317
|
},
|
|
5396
5318
|
"inheritedFrom": {
|
|
5397
|
-
"name": "
|
|
5398
|
-
"module": "src/breadcrumb
|
|
5319
|
+
"name": "Breadcrumb",
|
|
5320
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5399
5321
|
}
|
|
5400
5322
|
},
|
|
5401
5323
|
{
|
|
@@ -5407,8 +5329,8 @@
|
|
|
5407
5329
|
"privacy": "public",
|
|
5408
5330
|
"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.",
|
|
5409
5331
|
"inheritedFrom": {
|
|
5410
|
-
"name": "
|
|
5411
|
-
"module": "src/breadcrumb
|
|
5332
|
+
"name": "Breadcrumb",
|
|
5333
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5412
5334
|
}
|
|
5413
5335
|
},
|
|
5414
5336
|
{
|
|
@@ -5421,8 +5343,8 @@
|
|
|
5421
5343
|
}
|
|
5422
5344
|
},
|
|
5423
5345
|
"inheritedFrom": {
|
|
5424
|
-
"name": "
|
|
5425
|
-
"module": "src/breadcrumb
|
|
5346
|
+
"name": "Breadcrumb",
|
|
5347
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5426
5348
|
}
|
|
5427
5349
|
},
|
|
5428
5350
|
{
|
|
@@ -5452,41 +5374,73 @@
|
|
|
5452
5374
|
],
|
|
5453
5375
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5454
5376
|
"inheritedFrom": {
|
|
5455
|
-
"name": "
|
|
5456
|
-
"module": "src/breadcrumb
|
|
5377
|
+
"name": "Breadcrumb",
|
|
5378
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5457
5379
|
}
|
|
5458
5380
|
}
|
|
5459
5381
|
]
|
|
5460
5382
|
},
|
|
5461
5383
|
{
|
|
5462
5384
|
"kind": "variable",
|
|
5463
|
-
"name": "
|
|
5464
|
-
"
|
|
5385
|
+
"name": "rapidBreadcrumbShadowOptions",
|
|
5386
|
+
"type": {
|
|
5387
|
+
"text": "ShadowRootInit"
|
|
5388
|
+
},
|
|
5389
|
+
"default": "undefined"
|
|
5390
|
+
},
|
|
5391
|
+
{
|
|
5392
|
+
"kind": "variable",
|
|
5393
|
+
"name": "defaultBreadcrumbConfig",
|
|
5394
|
+
"type": {
|
|
5395
|
+
"text": "object"
|
|
5396
|
+
},
|
|
5397
|
+
"default": "{}"
|
|
5398
|
+
},
|
|
5399
|
+
{
|
|
5400
|
+
"kind": "variable",
|
|
5401
|
+
"name": "rapidBreadcrumb",
|
|
5402
|
+
"description": "The rapid Breadcrumb",
|
|
5465
5403
|
"privacy": "public"
|
|
5466
5404
|
}
|
|
5467
5405
|
],
|
|
5468
5406
|
"exports": [
|
|
5469
5407
|
{
|
|
5470
5408
|
"kind": "js",
|
|
5471
|
-
"name": "
|
|
5409
|
+
"name": "Breadcrumb",
|
|
5410
|
+
"declaration": {
|
|
5411
|
+
"name": "Breadcrumb",
|
|
5412
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5413
|
+
}
|
|
5414
|
+
},
|
|
5415
|
+
{
|
|
5416
|
+
"kind": "js",
|
|
5417
|
+
"name": "rapidBreadcrumbShadowOptions",
|
|
5418
|
+
"declaration": {
|
|
5419
|
+
"name": "rapidBreadcrumbShadowOptions",
|
|
5420
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5421
|
+
}
|
|
5422
|
+
},
|
|
5423
|
+
{
|
|
5424
|
+
"kind": "js",
|
|
5425
|
+
"name": "defaultBreadcrumbConfig",
|
|
5472
5426
|
"declaration": {
|
|
5473
|
-
"name": "
|
|
5474
|
-
"module": "src/breadcrumb
|
|
5427
|
+
"name": "defaultBreadcrumbConfig",
|
|
5428
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5475
5429
|
}
|
|
5476
5430
|
},
|
|
5477
5431
|
{
|
|
5478
5432
|
"kind": "js",
|
|
5479
|
-
"name": "
|
|
5433
|
+
"name": "rapidBreadcrumb",
|
|
5480
5434
|
"declaration": {
|
|
5481
|
-
"name": "
|
|
5482
|
-
"module": "src/breadcrumb
|
|
5435
|
+
"name": "rapidBreadcrumb",
|
|
5436
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5483
5437
|
}
|
|
5484
5438
|
}
|
|
5485
5439
|
]
|
|
5486
5440
|
},
|
|
5487
5441
|
{
|
|
5488
5442
|
"kind": "javascript-module",
|
|
5489
|
-
"path": "src/breadcrumb
|
|
5443
|
+
"path": "src/breadcrumb/index.ts",
|
|
5490
5444
|
"declarations": [],
|
|
5491
5445
|
"exports": [
|
|
5492
5446
|
{
|
|
@@ -5494,7 +5448,7 @@
|
|
|
5494
5448
|
"name": "*",
|
|
5495
5449
|
"declaration": {
|
|
5496
5450
|
"name": "*",
|
|
5497
|
-
"package": "./breadcrumb
|
|
5451
|
+
"package": "./breadcrumb.template"
|
|
5498
5452
|
}
|
|
5499
5453
|
},
|
|
5500
5454
|
{
|
|
@@ -5502,7 +5456,7 @@
|
|
|
5502
5456
|
"name": "*",
|
|
5503
5457
|
"declaration": {
|
|
5504
5458
|
"name": "*",
|
|
5505
|
-
"package": "./breadcrumb
|
|
5459
|
+
"package": "./breadcrumb.styles"
|
|
5506
5460
|
}
|
|
5507
5461
|
},
|
|
5508
5462
|
{
|
|
@@ -5510,77 +5464,60 @@
|
|
|
5510
5464
|
"name": "*",
|
|
5511
5465
|
"declaration": {
|
|
5512
5466
|
"name": "*",
|
|
5513
|
-
"package": "./breadcrumb
|
|
5467
|
+
"package": "./breadcrumb"
|
|
5514
5468
|
}
|
|
5515
5469
|
}
|
|
5516
5470
|
]
|
|
5517
5471
|
},
|
|
5518
5472
|
{
|
|
5519
5473
|
"kind": "javascript-module",
|
|
5520
|
-
"path": "src/breadcrumb/breadcrumb.
|
|
5474
|
+
"path": "src/breadcrumb-item/breadcrumb-item.styles.ts",
|
|
5521
5475
|
"declarations": [
|
|
5522
5476
|
{
|
|
5523
|
-
"kind": "
|
|
5524
|
-
"name": "
|
|
5525
|
-
"
|
|
5526
|
-
"
|
|
5527
|
-
|
|
5528
|
-
|
|
5529
|
-
},
|
|
5530
|
-
{
|
|
5531
|
-
"kind": "variable",
|
|
5532
|
-
"name": "Default",
|
|
5533
|
-
"type": {
|
|
5534
|
-
"text": "StoryObj"
|
|
5535
|
-
},
|
|
5536
|
-
"default": "{\n args: {\n breadcrumbItemsText: 'Breadcrumb Item',\n breadcrumbCurrentItemText: 'Current Page',\n },\n render: ({ breadcrumbItemsText, breadcrumbCurrentItemText }) => html`\n <rapid-breadcrumb>\n <rapid-breadcrumb-item href=\"#\">${breadcrumbItemsText} 1</rapid-breadcrumb-item>\n <rapid-breadcrumb-item href=\"#\">${breadcrumbItemsText} 2</rapid-breadcrumb-item>\n <rapid-breadcrumb-item>${breadcrumbCurrentItemText}</rapid-breadcrumb-item>\n </rapid-breadcrumb>\n `,\n}"
|
|
5537
|
-
},
|
|
5538
|
-
{
|
|
5539
|
-
"kind": "variable",
|
|
5540
|
-
"name": "WithIcon",
|
|
5541
|
-
"type": {
|
|
5542
|
-
"text": "StoryObj"
|
|
5477
|
+
"kind": "function",
|
|
5478
|
+
"name": "rapidBreadcrumbItemStyles",
|
|
5479
|
+
"return": {
|
|
5480
|
+
"type": {
|
|
5481
|
+
"text": "ElementStyles"
|
|
5482
|
+
}
|
|
5543
5483
|
},
|
|
5544
|
-
"
|
|
5484
|
+
"parameters": [
|
|
5485
|
+
{
|
|
5486
|
+
"name": "context",
|
|
5487
|
+
"type": {
|
|
5488
|
+
"text": "ElementDefinitionContext"
|
|
5489
|
+
}
|
|
5490
|
+
},
|
|
5491
|
+
{
|
|
5492
|
+
"name": "definition",
|
|
5493
|
+
"type": {
|
|
5494
|
+
"text": "FoundationElementDefinition"
|
|
5495
|
+
}
|
|
5496
|
+
}
|
|
5497
|
+
]
|
|
5545
5498
|
}
|
|
5546
5499
|
],
|
|
5547
5500
|
"exports": [
|
|
5548
5501
|
{
|
|
5549
5502
|
"kind": "js",
|
|
5550
|
-
"name": "
|
|
5551
|
-
"declaration": {
|
|
5552
|
-
"name": "meta",
|
|
5553
|
-
"module": "src/breadcrumb/breadcrumb.stories.ts"
|
|
5554
|
-
}
|
|
5555
|
-
},
|
|
5556
|
-
{
|
|
5557
|
-
"kind": "js",
|
|
5558
|
-
"name": "Default",
|
|
5559
|
-
"declaration": {
|
|
5560
|
-
"name": "Default",
|
|
5561
|
-
"module": "src/breadcrumb/breadcrumb.stories.ts"
|
|
5562
|
-
}
|
|
5563
|
-
},
|
|
5564
|
-
{
|
|
5565
|
-
"kind": "js",
|
|
5566
|
-
"name": "WithIcon",
|
|
5503
|
+
"name": "rapidBreadcrumbItemStyles",
|
|
5567
5504
|
"declaration": {
|
|
5568
|
-
"name": "
|
|
5569
|
-
"module": "src/breadcrumb/breadcrumb.
|
|
5505
|
+
"name": "rapidBreadcrumbItemStyles",
|
|
5506
|
+
"module": "src/breadcrumb-item/breadcrumb-item.styles.ts"
|
|
5570
5507
|
}
|
|
5571
5508
|
}
|
|
5572
5509
|
]
|
|
5573
5510
|
},
|
|
5574
5511
|
{
|
|
5575
5512
|
"kind": "javascript-module",
|
|
5576
|
-
"path": "src/breadcrumb/breadcrumb.
|
|
5513
|
+
"path": "src/breadcrumb-item/breadcrumb-item.template.ts",
|
|
5577
5514
|
"declarations": [
|
|
5578
5515
|
{
|
|
5579
5516
|
"kind": "function",
|
|
5580
|
-
"name": "
|
|
5517
|
+
"name": "rapidBreadcrumbItemTemplate",
|
|
5581
5518
|
"return": {
|
|
5582
5519
|
"type": {
|
|
5583
|
-
"text": "
|
|
5520
|
+
"text": "ViewTemplate<BreadcrumbItem>"
|
|
5584
5521
|
}
|
|
5585
5522
|
},
|
|
5586
5523
|
"parameters": [
|
|
@@ -5602,155 +5539,250 @@
|
|
|
5602
5539
|
"exports": [
|
|
5603
5540
|
{
|
|
5604
5541
|
"kind": "js",
|
|
5605
|
-
"name": "
|
|
5542
|
+
"name": "rapidBreadcrumbItemTemplate",
|
|
5606
5543
|
"declaration": {
|
|
5607
|
-
"name": "
|
|
5608
|
-
"module": "src/breadcrumb/breadcrumb.
|
|
5544
|
+
"name": "rapidBreadcrumbItemTemplate",
|
|
5545
|
+
"module": "src/breadcrumb-item/breadcrumb-item.template.ts"
|
|
5609
5546
|
}
|
|
5610
5547
|
}
|
|
5611
5548
|
]
|
|
5612
5549
|
},
|
|
5613
5550
|
{
|
|
5614
5551
|
"kind": "javascript-module",
|
|
5615
|
-
"path": "src/breadcrumb/breadcrumb.
|
|
5552
|
+
"path": "src/breadcrumb-item/breadcrumb-item.ts",
|
|
5616
5553
|
"declarations": [
|
|
5617
5554
|
{
|
|
5618
|
-
"kind": "
|
|
5619
|
-
"
|
|
5620
|
-
"
|
|
5621
|
-
|
|
5622
|
-
|
|
5623
|
-
|
|
5555
|
+
"kind": "class",
|
|
5556
|
+
"description": "",
|
|
5557
|
+
"name": "BreadcrumbItem",
|
|
5558
|
+
"superclass": {
|
|
5559
|
+
"name": "FoundationBreadcrumbItem",
|
|
5560
|
+
"package": "@genesislcap/foundation-ui"
|
|
5624
5561
|
},
|
|
5625
|
-
"
|
|
5562
|
+
"attributes": [
|
|
5563
|
+
{
|
|
5564
|
+
"name": "download",
|
|
5565
|
+
"type": {
|
|
5566
|
+
"text": "string"
|
|
5567
|
+
},
|
|
5568
|
+
"description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5569
|
+
"fieldName": "download",
|
|
5570
|
+
"inheritedFrom": {
|
|
5571
|
+
"name": "BreadcrumbItem",
|
|
5572
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5573
|
+
}
|
|
5574
|
+
},
|
|
5575
|
+
{
|
|
5576
|
+
"name": "href",
|
|
5577
|
+
"type": {
|
|
5578
|
+
"text": "string"
|
|
5579
|
+
},
|
|
5580
|
+
"description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5581
|
+
"fieldName": "href",
|
|
5582
|
+
"inheritedFrom": {
|
|
5583
|
+
"name": "BreadcrumbItem",
|
|
5584
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5585
|
+
}
|
|
5586
|
+
},
|
|
5587
|
+
{
|
|
5588
|
+
"name": "hreflang",
|
|
5589
|
+
"type": {
|
|
5590
|
+
"text": "string"
|
|
5591
|
+
},
|
|
5592
|
+
"description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5593
|
+
"fieldName": "hreflang",
|
|
5594
|
+
"inheritedFrom": {
|
|
5595
|
+
"name": "BreadcrumbItem",
|
|
5596
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5597
|
+
}
|
|
5598
|
+
},
|
|
5599
|
+
{
|
|
5600
|
+
"name": "ping",
|
|
5601
|
+
"type": {
|
|
5602
|
+
"text": "string"
|
|
5603
|
+
},
|
|
5604
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5605
|
+
"fieldName": "ping",
|
|
5606
|
+
"inheritedFrom": {
|
|
5607
|
+
"name": "BreadcrumbItem",
|
|
5608
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5609
|
+
}
|
|
5610
|
+
},
|
|
5611
|
+
{
|
|
5612
|
+
"name": "referrerpolicy",
|
|
5613
|
+
"type": {
|
|
5614
|
+
"text": "string"
|
|
5615
|
+
},
|
|
5616
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5617
|
+
"fieldName": "referrerpolicy",
|
|
5618
|
+
"inheritedFrom": {
|
|
5619
|
+
"name": "BreadcrumbItem",
|
|
5620
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5621
|
+
}
|
|
5622
|
+
},
|
|
5623
|
+
{
|
|
5624
|
+
"name": "rel",
|
|
5625
|
+
"type": {
|
|
5626
|
+
"text": "string"
|
|
5627
|
+
},
|
|
5628
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5629
|
+
"fieldName": "rel",
|
|
5630
|
+
"inheritedFrom": {
|
|
5631
|
+
"name": "BreadcrumbItem",
|
|
5632
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5633
|
+
}
|
|
5634
|
+
},
|
|
5635
|
+
{
|
|
5636
|
+
"name": "target",
|
|
5637
|
+
"type": {
|
|
5638
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
5639
|
+
},
|
|
5640
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5641
|
+
"fieldName": "target",
|
|
5642
|
+
"inheritedFrom": {
|
|
5643
|
+
"name": "BreadcrumbItem",
|
|
5644
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5645
|
+
}
|
|
5646
|
+
},
|
|
5647
|
+
{
|
|
5648
|
+
"name": "type",
|
|
5649
|
+
"type": {
|
|
5650
|
+
"text": "string"
|
|
5651
|
+
},
|
|
5652
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
|
|
5653
|
+
"fieldName": "type",
|
|
5654
|
+
"inheritedFrom": {
|
|
5655
|
+
"name": "BreadcrumbItem",
|
|
5656
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5657
|
+
}
|
|
5658
|
+
}
|
|
5659
|
+
],
|
|
5660
|
+
"members": [
|
|
5661
|
+
{
|
|
5662
|
+
"kind": "field",
|
|
5663
|
+
"name": "download",
|
|
5664
|
+
"type": {
|
|
5665
|
+
"text": "string"
|
|
5666
|
+
},
|
|
5667
|
+
"privacy": "public",
|
|
5668
|
+
"description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5669
|
+
"inheritedFrom": {
|
|
5670
|
+
"name": "BreadcrumbItem",
|
|
5671
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5672
|
+
}
|
|
5673
|
+
},
|
|
5674
|
+
{
|
|
5675
|
+
"kind": "field",
|
|
5676
|
+
"name": "href",
|
|
5677
|
+
"type": {
|
|
5678
|
+
"text": "string"
|
|
5679
|
+
},
|
|
5680
|
+
"privacy": "public",
|
|
5681
|
+
"description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5682
|
+
"inheritedFrom": {
|
|
5683
|
+
"name": "BreadcrumbItem",
|
|
5684
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5685
|
+
}
|
|
5686
|
+
},
|
|
5687
|
+
{
|
|
5688
|
+
"kind": "field",
|
|
5689
|
+
"name": "hreflang",
|
|
5690
|
+
"type": {
|
|
5691
|
+
"text": "string"
|
|
5692
|
+
},
|
|
5693
|
+
"privacy": "public",
|
|
5694
|
+
"description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5695
|
+
"inheritedFrom": {
|
|
5696
|
+
"name": "BreadcrumbItem",
|
|
5697
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5698
|
+
}
|
|
5699
|
+
},
|
|
5700
|
+
{
|
|
5701
|
+
"kind": "field",
|
|
5702
|
+
"name": "ping",
|
|
5703
|
+
"type": {
|
|
5704
|
+
"text": "string"
|
|
5705
|
+
},
|
|
5706
|
+
"privacy": "public",
|
|
5707
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5708
|
+
"inheritedFrom": {
|
|
5709
|
+
"name": "BreadcrumbItem",
|
|
5710
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5711
|
+
}
|
|
5712
|
+
},
|
|
5626
5713
|
{
|
|
5627
|
-
"
|
|
5714
|
+
"kind": "field",
|
|
5715
|
+
"name": "referrerpolicy",
|
|
5628
5716
|
"type": {
|
|
5629
|
-
"text": "
|
|
5717
|
+
"text": "string"
|
|
5718
|
+
},
|
|
5719
|
+
"privacy": "public",
|
|
5720
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5721
|
+
"inheritedFrom": {
|
|
5722
|
+
"name": "BreadcrumbItem",
|
|
5723
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5630
5724
|
}
|
|
5631
5725
|
},
|
|
5632
5726
|
{
|
|
5633
|
-
"
|
|
5727
|
+
"kind": "field",
|
|
5728
|
+
"name": "rel",
|
|
5634
5729
|
"type": {
|
|
5635
|
-
"text": "
|
|
5730
|
+
"text": "string"
|
|
5731
|
+
},
|
|
5732
|
+
"privacy": "public",
|
|
5733
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5734
|
+
"inheritedFrom": {
|
|
5735
|
+
"name": "BreadcrumbItem",
|
|
5736
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5636
5737
|
}
|
|
5637
|
-
}
|
|
5638
|
-
]
|
|
5639
|
-
}
|
|
5640
|
-
],
|
|
5641
|
-
"exports": [
|
|
5642
|
-
{
|
|
5643
|
-
"kind": "js",
|
|
5644
|
-
"name": "rapidBreadcrumbTemplate",
|
|
5645
|
-
"declaration": {
|
|
5646
|
-
"name": "rapidBreadcrumbTemplate",
|
|
5647
|
-
"module": "src/breadcrumb/breadcrumb.template.ts"
|
|
5648
|
-
}
|
|
5649
|
-
}
|
|
5650
|
-
]
|
|
5651
|
-
},
|
|
5652
|
-
{
|
|
5653
|
-
"kind": "javascript-module",
|
|
5654
|
-
"path": "src/breadcrumb/breadcrumb.ts",
|
|
5655
|
-
"declarations": [
|
|
5656
|
-
{
|
|
5657
|
-
"kind": "class",
|
|
5658
|
-
"description": "",
|
|
5659
|
-
"name": "Breadcrumb",
|
|
5660
|
-
"superclass": {
|
|
5661
|
-
"name": "FoundationBreadcrumb",
|
|
5662
|
-
"package": "@genesislcap/foundation-ui"
|
|
5663
|
-
},
|
|
5664
|
-
"tagName": "%%prefix%%-breadcrumb",
|
|
5665
|
-
"customElement": true,
|
|
5666
|
-
"members": [
|
|
5738
|
+
},
|
|
5667
5739
|
{
|
|
5668
|
-
"kind": "
|
|
5669
|
-
"name": "
|
|
5740
|
+
"kind": "field",
|
|
5741
|
+
"name": "target",
|
|
5742
|
+
"type": {
|
|
5743
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
5744
|
+
},
|
|
5670
5745
|
"privacy": "public",
|
|
5746
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5671
5747
|
"inheritedFrom": {
|
|
5672
|
-
"name": "
|
|
5673
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5748
|
+
"name": "BreadcrumbItem",
|
|
5749
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5674
5750
|
}
|
|
5675
5751
|
},
|
|
5676
5752
|
{
|
|
5677
|
-
"kind": "
|
|
5678
|
-
"name": "
|
|
5679
|
-
"
|
|
5680
|
-
|
|
5681
|
-
"type": {
|
|
5682
|
-
"text": "void"
|
|
5683
|
-
}
|
|
5753
|
+
"kind": "field",
|
|
5754
|
+
"name": "type",
|
|
5755
|
+
"type": {
|
|
5756
|
+
"text": "string"
|
|
5684
5757
|
},
|
|
5685
|
-
"
|
|
5686
|
-
|
|
5687
|
-
"name": "item",
|
|
5688
|
-
"type": {
|
|
5689
|
-
"text": "HTMLElement"
|
|
5690
|
-
}
|
|
5691
|
-
},
|
|
5692
|
-
{
|
|
5693
|
-
"name": "isLastNode",
|
|
5694
|
-
"type": {
|
|
5695
|
-
"text": "boolean"
|
|
5696
|
-
}
|
|
5697
|
-
}
|
|
5698
|
-
],
|
|
5758
|
+
"privacy": "public",
|
|
5759
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
|
|
5699
5760
|
"inheritedFrom": {
|
|
5700
|
-
"name": "
|
|
5701
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5761
|
+
"name": "BreadcrumbItem",
|
|
5762
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5702
5763
|
}
|
|
5703
5764
|
},
|
|
5704
5765
|
{
|
|
5705
|
-
"kind": "
|
|
5706
|
-
"name": "
|
|
5707
|
-
"
|
|
5708
|
-
|
|
5709
|
-
"type": {
|
|
5710
|
-
"text": "HTMLElement | null"
|
|
5711
|
-
}
|
|
5766
|
+
"kind": "field",
|
|
5767
|
+
"name": "control",
|
|
5768
|
+
"type": {
|
|
5769
|
+
"text": "HTMLAnchorElement | undefined"
|
|
5712
5770
|
},
|
|
5713
|
-
"
|
|
5714
|
-
|
|
5715
|
-
"name": "node",
|
|
5716
|
-
"type": {
|
|
5717
|
-
"text": "HTMLElement"
|
|
5718
|
-
}
|
|
5719
|
-
}
|
|
5720
|
-
],
|
|
5721
|
-
"description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
|
|
5771
|
+
"privacy": "public",
|
|
5772
|
+
"description": "References the root element",
|
|
5722
5773
|
"inheritedFrom": {
|
|
5723
|
-
"name": "
|
|
5724
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5774
|
+
"name": "BreadcrumbItem",
|
|
5775
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5725
5776
|
}
|
|
5726
5777
|
},
|
|
5727
5778
|
{
|
|
5728
|
-
"kind": "
|
|
5729
|
-
"name": "
|
|
5779
|
+
"kind": "field",
|
|
5780
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
5730
5781
|
"privacy": "private",
|
|
5731
|
-
"
|
|
5732
|
-
"type": {
|
|
5733
|
-
"text": "void"
|
|
5734
|
-
}
|
|
5735
|
-
},
|
|
5736
|
-
"parameters": [
|
|
5737
|
-
{
|
|
5738
|
-
"name": "item",
|
|
5739
|
-
"type": {
|
|
5740
|
-
"text": "HTMLElement"
|
|
5741
|
-
}
|
|
5742
|
-
},
|
|
5743
|
-
{
|
|
5744
|
-
"name": "isLastNode",
|
|
5745
|
-
"type": {
|
|
5746
|
-
"text": "boolean"
|
|
5747
|
-
}
|
|
5748
|
-
}
|
|
5749
|
-
],
|
|
5750
|
-
"description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
|
|
5782
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
5751
5783
|
"inheritedFrom": {
|
|
5752
|
-
"name": "
|
|
5753
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5784
|
+
"name": "BreadcrumbItem",
|
|
5785
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5754
5786
|
}
|
|
5755
5787
|
},
|
|
5756
5788
|
{
|
|
@@ -5762,8 +5794,8 @@
|
|
|
5762
5794
|
"privacy": "private",
|
|
5763
5795
|
"default": "void 0",
|
|
5764
5796
|
"inheritedFrom": {
|
|
5765
|
-
"name": "
|
|
5766
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5797
|
+
"name": "BreadcrumbItem",
|
|
5798
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5767
5799
|
}
|
|
5768
5800
|
},
|
|
5769
5801
|
{
|
|
@@ -5775,8 +5807,8 @@
|
|
|
5775
5807
|
"privacy": "public",
|
|
5776
5808
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5777
5809
|
"inheritedFrom": {
|
|
5778
|
-
"name": "
|
|
5779
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5810
|
+
"name": "BreadcrumbItem",
|
|
5811
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5780
5812
|
}
|
|
5781
5813
|
},
|
|
5782
5814
|
{
|
|
@@ -5788,8 +5820,8 @@
|
|
|
5788
5820
|
"privacy": "public",
|
|
5789
5821
|
"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.",
|
|
5790
5822
|
"inheritedFrom": {
|
|
5791
|
-
"name": "
|
|
5792
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5823
|
+
"name": "BreadcrumbItem",
|
|
5824
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5793
5825
|
}
|
|
5794
5826
|
},
|
|
5795
5827
|
{
|
|
@@ -5802,8 +5834,8 @@
|
|
|
5802
5834
|
}
|
|
5803
5835
|
},
|
|
5804
5836
|
"inheritedFrom": {
|
|
5805
|
-
"name": "
|
|
5806
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5837
|
+
"name": "BreadcrumbItem",
|
|
5838
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5807
5839
|
}
|
|
5808
5840
|
},
|
|
5809
5841
|
{
|
|
@@ -5815,8 +5847,8 @@
|
|
|
5815
5847
|
"privacy": "public",
|
|
5816
5848
|
"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.",
|
|
5817
5849
|
"inheritedFrom": {
|
|
5818
|
-
"name": "
|
|
5819
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5850
|
+
"name": "BreadcrumbItem",
|
|
5851
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5820
5852
|
}
|
|
5821
5853
|
},
|
|
5822
5854
|
{
|
|
@@ -5829,8 +5861,8 @@
|
|
|
5829
5861
|
}
|
|
5830
5862
|
},
|
|
5831
5863
|
"inheritedFrom": {
|
|
5832
|
-
"name": "
|
|
5833
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5864
|
+
"name": "BreadcrumbItem",
|
|
5865
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5834
5866
|
}
|
|
5835
5867
|
},
|
|
5836
5868
|
{
|
|
@@ -5860,73 +5892,41 @@
|
|
|
5860
5892
|
],
|
|
5861
5893
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5862
5894
|
"inheritedFrom": {
|
|
5863
|
-
"name": "
|
|
5864
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5895
|
+
"name": "BreadcrumbItem",
|
|
5896
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5865
5897
|
}
|
|
5866
5898
|
}
|
|
5867
5899
|
]
|
|
5868
5900
|
},
|
|
5869
5901
|
{
|
|
5870
5902
|
"kind": "variable",
|
|
5871
|
-
"name": "
|
|
5872
|
-
"
|
|
5873
|
-
"text": "ShadowRootInit"
|
|
5874
|
-
},
|
|
5875
|
-
"default": "undefined"
|
|
5876
|
-
},
|
|
5877
|
-
{
|
|
5878
|
-
"kind": "variable",
|
|
5879
|
-
"name": "defaultBreadcrumbConfig",
|
|
5880
|
-
"type": {
|
|
5881
|
-
"text": "object"
|
|
5882
|
-
},
|
|
5883
|
-
"default": "{}"
|
|
5884
|
-
},
|
|
5885
|
-
{
|
|
5886
|
-
"kind": "variable",
|
|
5887
|
-
"name": "rapidBreadcrumb",
|
|
5888
|
-
"description": "The rapid Breadcrumb",
|
|
5903
|
+
"name": "rapidBreadcrumbItem",
|
|
5904
|
+
"description": "The rapid Breadcrumb Item",
|
|
5889
5905
|
"privacy": "public"
|
|
5890
5906
|
}
|
|
5891
5907
|
],
|
|
5892
5908
|
"exports": [
|
|
5893
5909
|
{
|
|
5894
5910
|
"kind": "js",
|
|
5895
|
-
"name": "
|
|
5896
|
-
"declaration": {
|
|
5897
|
-
"name": "Breadcrumb",
|
|
5898
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5899
|
-
}
|
|
5900
|
-
},
|
|
5901
|
-
{
|
|
5902
|
-
"kind": "js",
|
|
5903
|
-
"name": "rapidBreadcrumbShadowOptions",
|
|
5904
|
-
"declaration": {
|
|
5905
|
-
"name": "rapidBreadcrumbShadowOptions",
|
|
5906
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5907
|
-
}
|
|
5908
|
-
},
|
|
5909
|
-
{
|
|
5910
|
-
"kind": "js",
|
|
5911
|
-
"name": "defaultBreadcrumbConfig",
|
|
5911
|
+
"name": "BreadcrumbItem",
|
|
5912
5912
|
"declaration": {
|
|
5913
|
-
"name": "
|
|
5914
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5913
|
+
"name": "BreadcrumbItem",
|
|
5914
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5915
5915
|
}
|
|
5916
5916
|
},
|
|
5917
5917
|
{
|
|
5918
5918
|
"kind": "js",
|
|
5919
|
-
"name": "
|
|
5919
|
+
"name": "rapidBreadcrumbItem",
|
|
5920
5920
|
"declaration": {
|
|
5921
|
-
"name": "
|
|
5922
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5921
|
+
"name": "rapidBreadcrumbItem",
|
|
5922
|
+
"module": "src/breadcrumb-item/breadcrumb-item.ts"
|
|
5923
5923
|
}
|
|
5924
5924
|
}
|
|
5925
5925
|
]
|
|
5926
5926
|
},
|
|
5927
5927
|
{
|
|
5928
5928
|
"kind": "javascript-module",
|
|
5929
|
-
"path": "src/breadcrumb/index.ts",
|
|
5929
|
+
"path": "src/breadcrumb-item/index.ts",
|
|
5930
5930
|
"declarations": [],
|
|
5931
5931
|
"exports": [
|
|
5932
5932
|
{
|
|
@@ -5934,7 +5934,7 @@
|
|
|
5934
5934
|
"name": "*",
|
|
5935
5935
|
"declaration": {
|
|
5936
5936
|
"name": "*",
|
|
5937
|
-
"package": "./breadcrumb.template"
|
|
5937
|
+
"package": "./breadcrumb-item.template"
|
|
5938
5938
|
}
|
|
5939
5939
|
},
|
|
5940
5940
|
{
|
|
@@ -5942,7 +5942,7 @@
|
|
|
5942
5942
|
"name": "*",
|
|
5943
5943
|
"declaration": {
|
|
5944
5944
|
"name": "*",
|
|
5945
|
-
"package": "./breadcrumb.styles"
|
|
5945
|
+
"package": "./breadcrumb-item.styles"
|
|
5946
5946
|
}
|
|
5947
5947
|
},
|
|
5948
5948
|
{
|
|
@@ -5950,7 +5950,7 @@
|
|
|
5950
5950
|
"name": "*",
|
|
5951
5951
|
"declaration": {
|
|
5952
5952
|
"name": "*",
|
|
5953
|
-
"package": "./breadcrumb"
|
|
5953
|
+
"package": "./breadcrumb-item"
|
|
5954
5954
|
}
|
|
5955
5955
|
}
|
|
5956
5956
|
]
|
|
@@ -12256,7 +12256,7 @@
|
|
|
12256
12256
|
},
|
|
12257
12257
|
{
|
|
12258
12258
|
"kind": "javascript-module",
|
|
12259
|
-
"path": "src/filter
|
|
12259
|
+
"path": "src/filter/filter.stories.ts",
|
|
12260
12260
|
"declarations": [
|
|
12261
12261
|
{
|
|
12262
12262
|
"kind": "variable",
|
|
@@ -12264,15 +12264,23 @@
|
|
|
12264
12264
|
"type": {
|
|
12265
12265
|
"text": "Meta"
|
|
12266
12266
|
},
|
|
12267
|
-
"default": "{\n title: 'Filter
|
|
12267
|
+
"default": "{\n title: 'Filter',\n component: 'rapid-filter',\n}"
|
|
12268
12268
|
},
|
|
12269
12269
|
{
|
|
12270
12270
|
"kind": "variable",
|
|
12271
|
-
"name": "
|
|
12271
|
+
"name": "Default",
|
|
12272
|
+
"type": {
|
|
12273
|
+
"text": "StoryObj"
|
|
12274
|
+
},
|
|
12275
|
+
"default": "{\n args: {\n type: 'boolean',\n fieldName: 'SOME_FIELD',\n },\n argTypes: {\n type: {\n control: 'select',\n options: ['text', 'boolean', 'date', 'number'],\n },\n },\n render: ({ type, fieldName }) => html`\n <rapid-filter type=\"${type}\" fieldName=\"${fieldName}\"></rapid-filter>\n `,\n}"
|
|
12276
|
+
},
|
|
12277
|
+
{
|
|
12278
|
+
"kind": "variable",
|
|
12279
|
+
"name": "Multiple",
|
|
12272
12280
|
"type": {
|
|
12273
12281
|
"text": "StoryObj"
|
|
12274
12282
|
},
|
|
12275
|
-
"default": "{\n render: () => html`\n <rapid-filter-
|
|
12283
|
+
"default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <rapid-filter type=\"text\" fieldName=\"SOME_TEXT_FIELD\"></rapid-filter>\n <rapid-filter type=\"boolean\" fieldName=\"SOME_BOOLEAN_FIELD\"></rapid-filter>\n <rapid-filter type=\"date\" fieldName=\"SOME_DATE_FIELD\"></rapid-filter>\n <rapid-filter type=\"number\" fieldName=\"SOME_NUMERIC_FIELD\"></rapid-filter>\n </div>\n `,\n}"
|
|
12276
12284
|
}
|
|
12277
12285
|
],
|
|
12278
12286
|
"exports": [
|
|
@@ -12281,26 +12289,34 @@
|
|
|
12281
12289
|
"name": "default",
|
|
12282
12290
|
"declaration": {
|
|
12283
12291
|
"name": "meta",
|
|
12284
|
-
"module": "src/filter
|
|
12292
|
+
"module": "src/filter/filter.stories.ts"
|
|
12285
12293
|
}
|
|
12286
12294
|
},
|
|
12287
12295
|
{
|
|
12288
12296
|
"kind": "js",
|
|
12289
|
-
"name": "
|
|
12297
|
+
"name": "Default",
|
|
12290
12298
|
"declaration": {
|
|
12291
|
-
"name": "
|
|
12292
|
-
"module": "src/filter
|
|
12299
|
+
"name": "Default",
|
|
12300
|
+
"module": "src/filter/filter.stories.ts"
|
|
12301
|
+
}
|
|
12302
|
+
},
|
|
12303
|
+
{
|
|
12304
|
+
"kind": "js",
|
|
12305
|
+
"name": "Multiple",
|
|
12306
|
+
"declaration": {
|
|
12307
|
+
"name": "Multiple",
|
|
12308
|
+
"module": "src/filter/filter.stories.ts"
|
|
12293
12309
|
}
|
|
12294
12310
|
}
|
|
12295
12311
|
]
|
|
12296
12312
|
},
|
|
12297
12313
|
{
|
|
12298
12314
|
"kind": "javascript-module",
|
|
12299
|
-
"path": "src/filter
|
|
12315
|
+
"path": "src/filter/filter.styles.ts",
|
|
12300
12316
|
"declarations": [
|
|
12301
12317
|
{
|
|
12302
12318
|
"kind": "function",
|
|
12303
|
-
"name": "
|
|
12319
|
+
"name": "rapidFilterStyles",
|
|
12304
12320
|
"return": {
|
|
12305
12321
|
"type": {
|
|
12306
12322
|
"text": "ElementStyles"
|
|
@@ -12325,86 +12341,85 @@
|
|
|
12325
12341
|
"exports": [
|
|
12326
12342
|
{
|
|
12327
12343
|
"kind": "js",
|
|
12328
|
-
"name": "
|
|
12344
|
+
"name": "rapidFilterStyles",
|
|
12329
12345
|
"declaration": {
|
|
12330
|
-
"name": "
|
|
12331
|
-
"module": "src/filter
|
|
12346
|
+
"name": "rapidFilterStyles",
|
|
12347
|
+
"module": "src/filter/filter.styles.ts"
|
|
12332
12348
|
}
|
|
12333
12349
|
}
|
|
12334
12350
|
]
|
|
12335
12351
|
},
|
|
12336
12352
|
{
|
|
12337
12353
|
"kind": "javascript-module",
|
|
12338
|
-
"path": "src/filter
|
|
12354
|
+
"path": "src/filter/filter.template.ts",
|
|
12339
12355
|
"declarations": [
|
|
12340
12356
|
{
|
|
12341
12357
|
"kind": "variable",
|
|
12342
|
-
"name": "
|
|
12358
|
+
"name": "rapidFilterTemplate",
|
|
12343
12359
|
"type": {
|
|
12344
|
-
"text": "ViewTemplate<
|
|
12360
|
+
"text": "ViewTemplate<Filter>"
|
|
12345
12361
|
},
|
|
12346
|
-
"default": "html`\n ${
|
|
12362
|
+
"default": "html`\n ${getPrefixedFilterTemplate('rapid')}\n`"
|
|
12347
12363
|
}
|
|
12348
12364
|
],
|
|
12349
12365
|
"exports": [
|
|
12350
12366
|
{
|
|
12351
12367
|
"kind": "js",
|
|
12352
|
-
"name": "
|
|
12368
|
+
"name": "rapidFilterTemplate",
|
|
12353
12369
|
"declaration": {
|
|
12354
|
-
"name": "
|
|
12355
|
-
"module": "src/filter
|
|
12370
|
+
"name": "rapidFilterTemplate",
|
|
12371
|
+
"module": "src/filter/filter.template.ts"
|
|
12356
12372
|
}
|
|
12357
12373
|
}
|
|
12358
12374
|
]
|
|
12359
12375
|
},
|
|
12360
12376
|
{
|
|
12361
12377
|
"kind": "javascript-module",
|
|
12362
|
-
"path": "src/filter
|
|
12378
|
+
"path": "src/filter/filter.ts",
|
|
12363
12379
|
"declarations": [
|
|
12364
12380
|
{
|
|
12365
12381
|
"kind": "class",
|
|
12366
12382
|
"description": "",
|
|
12367
|
-
"name": "
|
|
12383
|
+
"name": "Filter",
|
|
12368
12384
|
"superclass": {
|
|
12369
|
-
"name": "
|
|
12385
|
+
"name": "FoundationFilter",
|
|
12370
12386
|
"package": "@genesislcap/foundation-ui"
|
|
12371
12387
|
},
|
|
12372
|
-
"tagName": "%%prefix%%-filter
|
|
12388
|
+
"tagName": "%%prefix%%-filter",
|
|
12373
12389
|
"customElement": true,
|
|
12374
12390
|
"attributes": [
|
|
12375
12391
|
{
|
|
12376
|
-
"name": "
|
|
12392
|
+
"name": "fieldName",
|
|
12377
12393
|
"type": {
|
|
12378
12394
|
"text": "string"
|
|
12379
12395
|
},
|
|
12380
|
-
"fieldName": "
|
|
12396
|
+
"fieldName": "fieldName",
|
|
12381
12397
|
"inheritedFrom": {
|
|
12382
|
-
"name": "
|
|
12383
|
-
"module": "src/filter
|
|
12398
|
+
"name": "Filter",
|
|
12399
|
+
"module": "src/filter/filter.ts"
|
|
12384
12400
|
}
|
|
12385
12401
|
},
|
|
12386
12402
|
{
|
|
12387
|
-
"name": "
|
|
12403
|
+
"name": "type",
|
|
12388
12404
|
"type": {
|
|
12389
|
-
"text": "
|
|
12405
|
+
"text": "'text' | 'number' | 'date' | 'boolean' | 'enum'"
|
|
12390
12406
|
},
|
|
12391
|
-
"
|
|
12392
|
-
"fieldName": "
|
|
12407
|
+
"default": "'text'",
|
|
12408
|
+
"fieldName": "type",
|
|
12393
12409
|
"inheritedFrom": {
|
|
12394
|
-
"name": "
|
|
12395
|
-
"module": "src/filter
|
|
12410
|
+
"name": "Filter",
|
|
12411
|
+
"module": "src/filter/filter.ts"
|
|
12396
12412
|
}
|
|
12397
12413
|
},
|
|
12398
12414
|
{
|
|
12399
|
-
"name": "
|
|
12415
|
+
"name": "label",
|
|
12400
12416
|
"type": {
|
|
12401
12417
|
"text": "string"
|
|
12402
12418
|
},
|
|
12403
|
-
"
|
|
12404
|
-
"fieldName": "labels",
|
|
12419
|
+
"fieldName": "label",
|
|
12405
12420
|
"inheritedFrom": {
|
|
12406
|
-
"name": "
|
|
12407
|
-
"module": "src/filter
|
|
12421
|
+
"name": "Filter",
|
|
12422
|
+
"module": "src/filter/filter.ts"
|
|
12408
12423
|
}
|
|
12409
12424
|
},
|
|
12410
12425
|
{
|
|
@@ -12415,60 +12430,115 @@
|
|
|
12415
12430
|
"description": "Will be included in event emmissions.\nUsually set to the id of the target datasource.\nUsefull when we have multiple grids in the same page.",
|
|
12416
12431
|
"fieldName": "target",
|
|
12417
12432
|
"inheritedFrom": {
|
|
12418
|
-
"name": "
|
|
12419
|
-
"module": "src/filter
|
|
12433
|
+
"name": "Filter",
|
|
12434
|
+
"module": "src/filter/filter.ts"
|
|
12420
12435
|
}
|
|
12421
12436
|
},
|
|
12422
12437
|
{
|
|
12423
|
-
"name": "
|
|
12438
|
+
"name": "enumOptions",
|
|
12424
12439
|
"type": {
|
|
12425
|
-
"text": "
|
|
12426
|
-
},
|
|
12427
|
-
"default": "DEFUALT_FILTER_BAR_COLUMNS",
|
|
12428
|
-
"resolveInitializer": {
|
|
12429
|
-
"module": "src/filter-bar/filter-bar.ts"
|
|
12440
|
+
"text": "string"
|
|
12430
12441
|
},
|
|
12431
|
-
"fieldName": "
|
|
12442
|
+
"fieldName": "enumOptions",
|
|
12432
12443
|
"inheritedFrom": {
|
|
12433
|
-
"name": "
|
|
12434
|
-
"module": "src/filter
|
|
12444
|
+
"name": "Filter",
|
|
12445
|
+
"module": "src/filter/filter.ts"
|
|
12435
12446
|
}
|
|
12436
12447
|
}
|
|
12437
12448
|
],
|
|
12438
12449
|
"members": [
|
|
12439
12450
|
{
|
|
12440
12451
|
"kind": "field",
|
|
12441
|
-
"name": "
|
|
12452
|
+
"name": "textFilterField",
|
|
12442
12453
|
"type": {
|
|
12443
|
-
"text": "
|
|
12454
|
+
"text": "TextField"
|
|
12444
12455
|
},
|
|
12456
|
+
"privacy": "public",
|
|
12445
12457
|
"inheritedFrom": {
|
|
12446
|
-
"name": "
|
|
12447
|
-
"module": "src/filter
|
|
12458
|
+
"name": "Filter",
|
|
12459
|
+
"module": "src/filter/filter.ts"
|
|
12448
12460
|
}
|
|
12449
12461
|
},
|
|
12450
12462
|
{
|
|
12451
12463
|
"kind": "field",
|
|
12452
|
-
"name": "
|
|
12464
|
+
"name": "numFilterFieldMin",
|
|
12465
|
+
"type": {
|
|
12466
|
+
"text": "TextField"
|
|
12467
|
+
},
|
|
12468
|
+
"privacy": "public",
|
|
12469
|
+
"inheritedFrom": {
|
|
12470
|
+
"name": "Filter",
|
|
12471
|
+
"module": "src/filter/filter.ts"
|
|
12472
|
+
}
|
|
12473
|
+
},
|
|
12474
|
+
{
|
|
12475
|
+
"kind": "field",
|
|
12476
|
+
"name": "numFilterFieldMax",
|
|
12477
|
+
"type": {
|
|
12478
|
+
"text": "TextField"
|
|
12479
|
+
},
|
|
12480
|
+
"privacy": "public",
|
|
12481
|
+
"inheritedFrom": {
|
|
12482
|
+
"name": "Filter",
|
|
12483
|
+
"module": "src/filter/filter.ts"
|
|
12484
|
+
}
|
|
12485
|
+
},
|
|
12486
|
+
{
|
|
12487
|
+
"kind": "field",
|
|
12488
|
+
"name": "dateFilterFieldMin",
|
|
12489
|
+
"type": {
|
|
12490
|
+
"text": "TextField"
|
|
12491
|
+
},
|
|
12492
|
+
"privacy": "public",
|
|
12493
|
+
"inheritedFrom": {
|
|
12494
|
+
"name": "Filter",
|
|
12495
|
+
"module": "src/filter/filter.ts"
|
|
12496
|
+
}
|
|
12497
|
+
},
|
|
12498
|
+
{
|
|
12499
|
+
"kind": "field",
|
|
12500
|
+
"name": "dateFilterFieldMax",
|
|
12501
|
+
"type": {
|
|
12502
|
+
"text": "TextField"
|
|
12503
|
+
},
|
|
12504
|
+
"privacy": "public",
|
|
12505
|
+
"inheritedFrom": {
|
|
12506
|
+
"name": "Filter",
|
|
12507
|
+
"module": "src/filter/filter.ts"
|
|
12508
|
+
}
|
|
12509
|
+
},
|
|
12510
|
+
{
|
|
12511
|
+
"kind": "field",
|
|
12512
|
+
"name": "fieldName",
|
|
12453
12513
|
"type": {
|
|
12454
12514
|
"text": "string"
|
|
12455
12515
|
},
|
|
12456
|
-
"description": "Only generate filters for the specified fields, provided as a comma separated list.\nDefault behavior (if \"only\" is not set) is to generate filters for all fields based on metadata.",
|
|
12457
12516
|
"inheritedFrom": {
|
|
12458
|
-
"name": "
|
|
12459
|
-
"module": "src/filter
|
|
12517
|
+
"name": "Filter",
|
|
12518
|
+
"module": "src/filter/filter.ts"
|
|
12460
12519
|
}
|
|
12461
12520
|
},
|
|
12462
12521
|
{
|
|
12463
12522
|
"kind": "field",
|
|
12464
|
-
"name": "
|
|
12523
|
+
"name": "type",
|
|
12524
|
+
"type": {
|
|
12525
|
+
"text": "'text' | 'number' | 'date' | 'boolean' | 'enum'"
|
|
12526
|
+
},
|
|
12527
|
+
"default": "'text'",
|
|
12528
|
+
"inheritedFrom": {
|
|
12529
|
+
"name": "Filter",
|
|
12530
|
+
"module": "src/filter/filter.ts"
|
|
12531
|
+
}
|
|
12532
|
+
},
|
|
12533
|
+
{
|
|
12534
|
+
"kind": "field",
|
|
12535
|
+
"name": "label",
|
|
12465
12536
|
"type": {
|
|
12466
12537
|
"text": "string"
|
|
12467
12538
|
},
|
|
12468
|
-
"description": "Labels for the specified fields, to be used alongside \"only\" prop.",
|
|
12469
12539
|
"inheritedFrom": {
|
|
12470
|
-
"name": "
|
|
12471
|
-
"module": "src/filter
|
|
12540
|
+
"name": "Filter",
|
|
12541
|
+
"module": "src/filter/filter.ts"
|
|
12472
12542
|
}
|
|
12473
12543
|
},
|
|
12474
12544
|
{
|
|
@@ -12479,152 +12549,332 @@
|
|
|
12479
12549
|
},
|
|
12480
12550
|
"description": "Will be included in event emmissions.\nUsually set to the id of the target datasource.\nUsefull when we have multiple grids in the same page.",
|
|
12481
12551
|
"inheritedFrom": {
|
|
12482
|
-
"name": "
|
|
12483
|
-
"module": "src/filter
|
|
12552
|
+
"name": "Filter",
|
|
12553
|
+
"module": "src/filter/filter.ts"
|
|
12484
12554
|
}
|
|
12485
12555
|
},
|
|
12486
12556
|
{
|
|
12487
12557
|
"kind": "field",
|
|
12488
|
-
"name": "
|
|
12558
|
+
"name": "textFilter",
|
|
12559
|
+
"type": {
|
|
12560
|
+
"text": "string"
|
|
12561
|
+
},
|
|
12562
|
+
"default": "''",
|
|
12563
|
+
"inheritedFrom": {
|
|
12564
|
+
"name": "Filter",
|
|
12565
|
+
"module": "src/filter/filter.ts"
|
|
12566
|
+
}
|
|
12567
|
+
},
|
|
12568
|
+
{
|
|
12569
|
+
"kind": "field",
|
|
12570
|
+
"name": "numFilterMin",
|
|
12489
12571
|
"type": {
|
|
12490
12572
|
"text": "number"
|
|
12491
12573
|
},
|
|
12492
|
-
"default": "5",
|
|
12493
12574
|
"inheritedFrom": {
|
|
12494
|
-
"name": "
|
|
12495
|
-
"module": "src/filter
|
|
12575
|
+
"name": "Filter",
|
|
12576
|
+
"module": "src/filter/filter.ts"
|
|
12496
12577
|
}
|
|
12497
12578
|
},
|
|
12498
12579
|
{
|
|
12499
12580
|
"kind": "field",
|
|
12500
|
-
"name": "
|
|
12581
|
+
"name": "numFilterMax",
|
|
12501
12582
|
"type": {
|
|
12502
|
-
"text": "
|
|
12583
|
+
"text": "number"
|
|
12503
12584
|
},
|
|
12504
|
-
"default": "false",
|
|
12505
12585
|
"inheritedFrom": {
|
|
12506
|
-
"name": "
|
|
12507
|
-
"module": "src/filter
|
|
12586
|
+
"name": "Filter",
|
|
12587
|
+
"module": "src/filter/filter.ts"
|
|
12588
|
+
}
|
|
12589
|
+
},
|
|
12590
|
+
{
|
|
12591
|
+
"kind": "field",
|
|
12592
|
+
"name": "dateFilterMin",
|
|
12593
|
+
"type": {
|
|
12594
|
+
"text": "string"
|
|
12595
|
+
},
|
|
12596
|
+
"inheritedFrom": {
|
|
12597
|
+
"name": "Filter",
|
|
12598
|
+
"module": "src/filter/filter.ts"
|
|
12599
|
+
}
|
|
12600
|
+
},
|
|
12601
|
+
{
|
|
12602
|
+
"kind": "field",
|
|
12603
|
+
"name": "dateFilterMax",
|
|
12604
|
+
"type": {
|
|
12605
|
+
"text": "string"
|
|
12606
|
+
},
|
|
12607
|
+
"inheritedFrom": {
|
|
12608
|
+
"name": "Filter",
|
|
12609
|
+
"module": "src/filter/filter.ts"
|
|
12610
|
+
}
|
|
12611
|
+
},
|
|
12612
|
+
{
|
|
12613
|
+
"kind": "field",
|
|
12614
|
+
"name": "dateMinMS",
|
|
12615
|
+
"type": {
|
|
12616
|
+
"text": "number"
|
|
12617
|
+
},
|
|
12618
|
+
"inheritedFrom": {
|
|
12619
|
+
"name": "Filter",
|
|
12620
|
+
"module": "src/filter/filter.ts"
|
|
12621
|
+
}
|
|
12622
|
+
},
|
|
12623
|
+
{
|
|
12624
|
+
"kind": "field",
|
|
12625
|
+
"name": "dateMaxMS",
|
|
12626
|
+
"type": {
|
|
12627
|
+
"text": "number"
|
|
12628
|
+
},
|
|
12629
|
+
"inheritedFrom": {
|
|
12630
|
+
"name": "Filter",
|
|
12631
|
+
"module": "src/filter/filter.ts"
|
|
12508
12632
|
}
|
|
12509
12633
|
},
|
|
12510
12634
|
{
|
|
12511
12635
|
"kind": "field",
|
|
12512
|
-
"name": "
|
|
12636
|
+
"name": "enumOptions",
|
|
12513
12637
|
"type": {
|
|
12514
|
-
"text": "
|
|
12638
|
+
"text": "string"
|
|
12515
12639
|
},
|
|
12516
12640
|
"inheritedFrom": {
|
|
12517
|
-
"name": "
|
|
12518
|
-
"module": "src/filter
|
|
12641
|
+
"name": "Filter",
|
|
12642
|
+
"module": "src/filter/filter.ts"
|
|
12519
12643
|
}
|
|
12520
12644
|
},
|
|
12521
12645
|
{
|
|
12522
12646
|
"kind": "field",
|
|
12523
|
-
"name": "
|
|
12647
|
+
"name": "enumFilterOptions",
|
|
12524
12648
|
"type": {
|
|
12525
|
-
"text": "
|
|
12649
|
+
"text": "any[]"
|
|
12526
12650
|
},
|
|
12651
|
+
"default": "[{ name: 'All', value: 'all', selected: true }]",
|
|
12527
12652
|
"inheritedFrom": {
|
|
12528
|
-
"name": "
|
|
12529
|
-
"module": "src/filter
|
|
12653
|
+
"name": "Filter",
|
|
12654
|
+
"module": "src/filter/filter.ts"
|
|
12530
12655
|
}
|
|
12531
12656
|
},
|
|
12532
12657
|
{
|
|
12533
|
-
"kind": "
|
|
12534
|
-
"name": "
|
|
12535
|
-
"
|
|
12536
|
-
|
|
12537
|
-
|
|
12538
|
-
|
|
12658
|
+
"kind": "method",
|
|
12659
|
+
"name": "textFilterChanged",
|
|
12660
|
+
"parameters": [
|
|
12661
|
+
{
|
|
12662
|
+
"name": "oldCriteria",
|
|
12663
|
+
"type": {
|
|
12664
|
+
"text": "string"
|
|
12665
|
+
}
|
|
12666
|
+
},
|
|
12667
|
+
{
|
|
12668
|
+
"name": "newCriteria",
|
|
12669
|
+
"type": {
|
|
12670
|
+
"text": "string"
|
|
12671
|
+
}
|
|
12672
|
+
}
|
|
12673
|
+
],
|
|
12539
12674
|
"inheritedFrom": {
|
|
12540
|
-
"name": "
|
|
12541
|
-
"module": "src/filter
|
|
12675
|
+
"name": "Filter",
|
|
12676
|
+
"module": "src/filter/filter.ts"
|
|
12542
12677
|
}
|
|
12543
12678
|
},
|
|
12544
12679
|
{
|
|
12545
|
-
"kind": "
|
|
12546
|
-
"name": "
|
|
12547
|
-
"
|
|
12548
|
-
|
|
12549
|
-
|
|
12550
|
-
|
|
12680
|
+
"kind": "method",
|
|
12681
|
+
"name": "numFilterMinChanged",
|
|
12682
|
+
"parameters": [
|
|
12683
|
+
{
|
|
12684
|
+
"name": "oldMin",
|
|
12685
|
+
"type": {
|
|
12686
|
+
"text": "string"
|
|
12687
|
+
}
|
|
12688
|
+
},
|
|
12689
|
+
{
|
|
12690
|
+
"name": "newMin",
|
|
12691
|
+
"type": {
|
|
12692
|
+
"text": "string"
|
|
12693
|
+
}
|
|
12694
|
+
}
|
|
12695
|
+
],
|
|
12551
12696
|
"inheritedFrom": {
|
|
12552
|
-
"name": "
|
|
12553
|
-
"module": "src/filter
|
|
12697
|
+
"name": "Filter",
|
|
12698
|
+
"module": "src/filter/filter.ts"
|
|
12554
12699
|
}
|
|
12555
12700
|
},
|
|
12556
12701
|
{
|
|
12557
12702
|
"kind": "method",
|
|
12558
|
-
"name": "
|
|
12703
|
+
"name": "numFilterMaxChanged",
|
|
12704
|
+
"parameters": [
|
|
12705
|
+
{
|
|
12706
|
+
"name": "oldMax",
|
|
12707
|
+
"type": {
|
|
12708
|
+
"text": "string"
|
|
12709
|
+
}
|
|
12710
|
+
},
|
|
12711
|
+
{
|
|
12712
|
+
"name": "newMax",
|
|
12713
|
+
"type": {
|
|
12714
|
+
"text": "string"
|
|
12715
|
+
}
|
|
12716
|
+
}
|
|
12717
|
+
],
|
|
12718
|
+
"inheritedFrom": {
|
|
12719
|
+
"name": "Filter",
|
|
12720
|
+
"module": "src/filter/filter.ts"
|
|
12721
|
+
}
|
|
12722
|
+
},
|
|
12723
|
+
{
|
|
12724
|
+
"kind": "method",
|
|
12725
|
+
"name": "handleNumericFilter",
|
|
12559
12726
|
"privacy": "private",
|
|
12727
|
+
"parameters": [
|
|
12728
|
+
{
|
|
12729
|
+
"name": "min",
|
|
12730
|
+
"type": {
|
|
12731
|
+
"text": "number"
|
|
12732
|
+
}
|
|
12733
|
+
},
|
|
12734
|
+
{
|
|
12735
|
+
"name": "max",
|
|
12736
|
+
"type": {
|
|
12737
|
+
"text": "number"
|
|
12738
|
+
}
|
|
12739
|
+
}
|
|
12740
|
+
],
|
|
12560
12741
|
"inheritedFrom": {
|
|
12561
|
-
"name": "
|
|
12562
|
-
"module": "src/filter
|
|
12742
|
+
"name": "Filter",
|
|
12743
|
+
"module": "src/filter/filter.ts"
|
|
12563
12744
|
}
|
|
12564
12745
|
},
|
|
12565
12746
|
{
|
|
12566
12747
|
"kind": "method",
|
|
12567
|
-
"name": "
|
|
12748
|
+
"name": "formatDate",
|
|
12568
12749
|
"privacy": "private",
|
|
12750
|
+
"return": {
|
|
12751
|
+
"type": {
|
|
12752
|
+
"text": ""
|
|
12753
|
+
}
|
|
12754
|
+
},
|
|
12569
12755
|
"parameters": [
|
|
12570
12756
|
{
|
|
12571
|
-
"name": "
|
|
12757
|
+
"name": "epoch",
|
|
12758
|
+
"type": {
|
|
12759
|
+
"text": "number"
|
|
12760
|
+
},
|
|
12761
|
+
"description": "ms since unix epoch"
|
|
12762
|
+
}
|
|
12763
|
+
],
|
|
12764
|
+
"description": "Example: 1634083200000 -> '20211013-00:00:00'",
|
|
12765
|
+
"inheritedFrom": {
|
|
12766
|
+
"name": "Filter",
|
|
12767
|
+
"module": "src/filter/filter.ts"
|
|
12768
|
+
}
|
|
12769
|
+
},
|
|
12770
|
+
{
|
|
12771
|
+
"kind": "method",
|
|
12772
|
+
"name": "dateFilterMinChanged",
|
|
12773
|
+
"parameters": [
|
|
12774
|
+
{
|
|
12775
|
+
"name": "oldMin",
|
|
12776
|
+
"type": {
|
|
12777
|
+
"text": "string"
|
|
12778
|
+
}
|
|
12779
|
+
},
|
|
12780
|
+
{
|
|
12781
|
+
"name": "newMin",
|
|
12572
12782
|
"type": {
|
|
12573
12783
|
"text": "string"
|
|
12574
12784
|
}
|
|
12575
12785
|
}
|
|
12576
12786
|
],
|
|
12577
12787
|
"inheritedFrom": {
|
|
12578
|
-
"name": "
|
|
12579
|
-
"module": "src/filter
|
|
12788
|
+
"name": "Filter",
|
|
12789
|
+
"module": "src/filter/filter.ts"
|
|
12580
12790
|
}
|
|
12581
12791
|
},
|
|
12582
12792
|
{
|
|
12583
12793
|
"kind": "method",
|
|
12584
|
-
"name": "
|
|
12794
|
+
"name": "dateFilterMaxChanged",
|
|
12585
12795
|
"parameters": [
|
|
12586
12796
|
{
|
|
12587
|
-
"name": "
|
|
12797
|
+
"name": "oldMax",
|
|
12588
12798
|
"type": {
|
|
12589
12799
|
"text": "string"
|
|
12590
12800
|
}
|
|
12591
12801
|
},
|
|
12592
12802
|
{
|
|
12593
|
-
"name": "
|
|
12803
|
+
"name": "newMax",
|
|
12594
12804
|
"type": {
|
|
12595
12805
|
"text": "string"
|
|
12596
12806
|
}
|
|
12597
12807
|
}
|
|
12598
12808
|
],
|
|
12599
12809
|
"inheritedFrom": {
|
|
12600
|
-
"name": "
|
|
12601
|
-
"module": "src/filter
|
|
12810
|
+
"name": "Filter",
|
|
12811
|
+
"module": "src/filter/filter.ts"
|
|
12602
12812
|
}
|
|
12603
12813
|
},
|
|
12604
12814
|
{
|
|
12605
12815
|
"kind": "method",
|
|
12606
|
-
"name": "
|
|
12816
|
+
"name": "handleDateFilter",
|
|
12607
12817
|
"privacy": "private",
|
|
12818
|
+
"parameters": [
|
|
12819
|
+
{
|
|
12820
|
+
"name": "min",
|
|
12821
|
+
"type": {
|
|
12822
|
+
"text": "number"
|
|
12823
|
+
}
|
|
12824
|
+
},
|
|
12825
|
+
{
|
|
12826
|
+
"name": "max",
|
|
12827
|
+
"type": {
|
|
12828
|
+
"text": "number"
|
|
12829
|
+
}
|
|
12830
|
+
}
|
|
12831
|
+
],
|
|
12608
12832
|
"inheritedFrom": {
|
|
12609
|
-
"name": "
|
|
12610
|
-
"module": "src/filter
|
|
12833
|
+
"name": "Filter",
|
|
12834
|
+
"module": "src/filter/filter.ts"
|
|
12611
12835
|
}
|
|
12612
12836
|
},
|
|
12613
12837
|
{
|
|
12614
12838
|
"kind": "method",
|
|
12615
|
-
"name": "
|
|
12616
|
-
"privacy": "
|
|
12839
|
+
"name": "clear",
|
|
12840
|
+
"privacy": "public",
|
|
12617
12841
|
"inheritedFrom": {
|
|
12618
|
-
"name": "
|
|
12619
|
-
"module": "src/filter
|
|
12842
|
+
"name": "Filter",
|
|
12843
|
+
"module": "src/filter/filter.ts"
|
|
12620
12844
|
}
|
|
12621
12845
|
},
|
|
12622
12846
|
{
|
|
12623
12847
|
"kind": "method",
|
|
12624
|
-
"name": "
|
|
12848
|
+
"name": "onBooleanFilterSelection",
|
|
12849
|
+
"privacy": "public",
|
|
12850
|
+
"parameters": [
|
|
12851
|
+
{
|
|
12852
|
+
"name": "selection",
|
|
12853
|
+
"type": {
|
|
12854
|
+
"text": "'all' | 'true' | 'false' | 'null'"
|
|
12855
|
+
}
|
|
12856
|
+
}
|
|
12857
|
+
],
|
|
12625
12858
|
"inheritedFrom": {
|
|
12626
|
-
"name": "
|
|
12627
|
-
"module": "src/filter
|
|
12859
|
+
"name": "Filter",
|
|
12860
|
+
"module": "src/filter/filter.ts"
|
|
12861
|
+
}
|
|
12862
|
+
},
|
|
12863
|
+
{
|
|
12864
|
+
"kind": "method",
|
|
12865
|
+
"name": "onEnumFilterSelection",
|
|
12866
|
+
"privacy": "public",
|
|
12867
|
+
"parameters": [
|
|
12868
|
+
{
|
|
12869
|
+
"name": "selection",
|
|
12870
|
+
"type": {
|
|
12871
|
+
"text": "string"
|
|
12872
|
+
}
|
|
12873
|
+
}
|
|
12874
|
+
],
|
|
12875
|
+
"inheritedFrom": {
|
|
12876
|
+
"name": "Filter",
|
|
12877
|
+
"module": "src/filter/filter.ts"
|
|
12628
12878
|
}
|
|
12629
12879
|
},
|
|
12630
12880
|
{
|
|
@@ -12742,33 +12992,31 @@
|
|
|
12742
12992
|
},
|
|
12743
12993
|
{
|
|
12744
12994
|
"kind": "variable",
|
|
12745
|
-
"name": "
|
|
12746
|
-
"description": "The Rapid Filter",
|
|
12747
|
-
"privacy": "public"
|
|
12995
|
+
"name": "rapidFilter"
|
|
12748
12996
|
}
|
|
12749
12997
|
],
|
|
12750
12998
|
"exports": [
|
|
12751
12999
|
{
|
|
12752
13000
|
"kind": "js",
|
|
12753
|
-
"name": "
|
|
13001
|
+
"name": "Filter",
|
|
12754
13002
|
"declaration": {
|
|
12755
|
-
"name": "
|
|
12756
|
-
"module": "src/filter
|
|
13003
|
+
"name": "Filter",
|
|
13004
|
+
"module": "src/filter/filter.ts"
|
|
12757
13005
|
}
|
|
12758
13006
|
},
|
|
12759
13007
|
{
|
|
12760
13008
|
"kind": "js",
|
|
12761
|
-
"name": "
|
|
13009
|
+
"name": "rapidFilter",
|
|
12762
13010
|
"declaration": {
|
|
12763
|
-
"name": "
|
|
12764
|
-
"module": "src/filter
|
|
13011
|
+
"name": "rapidFilter",
|
|
13012
|
+
"module": "src/filter/filter.ts"
|
|
12765
13013
|
}
|
|
12766
13014
|
}
|
|
12767
13015
|
]
|
|
12768
13016
|
},
|
|
12769
13017
|
{
|
|
12770
13018
|
"kind": "javascript-module",
|
|
12771
|
-
"path": "src/filter
|
|
13019
|
+
"path": "src/filter/index.ts",
|
|
12772
13020
|
"declarations": [],
|
|
12773
13021
|
"exports": [
|
|
12774
13022
|
{
|
|
@@ -12776,7 +13024,7 @@
|
|
|
12776
13024
|
"name": "*",
|
|
12777
13025
|
"declaration": {
|
|
12778
13026
|
"name": "*",
|
|
12779
|
-
"package": "./filter
|
|
13027
|
+
"package": "./filter"
|
|
12780
13028
|
}
|
|
12781
13029
|
},
|
|
12782
13030
|
{
|
|
@@ -12784,22 +13032,22 @@
|
|
|
12784
13032
|
"name": "*",
|
|
12785
13033
|
"declaration": {
|
|
12786
13034
|
"name": "*",
|
|
12787
|
-
"package": "./filter
|
|
13035
|
+
"package": "./filter.template"
|
|
12788
13036
|
}
|
|
12789
13037
|
},
|
|
12790
13038
|
{
|
|
12791
13039
|
"kind": "js",
|
|
12792
|
-
"name": "
|
|
13040
|
+
"name": "zeroFilterStyles",
|
|
12793
13041
|
"declaration": {
|
|
12794
|
-
"name": "
|
|
12795
|
-
"package": "
|
|
13042
|
+
"name": "foundationFilterStyles",
|
|
13043
|
+
"package": "@genesislcap/foundation-ui"
|
|
12796
13044
|
}
|
|
12797
13045
|
}
|
|
12798
13046
|
]
|
|
12799
13047
|
},
|
|
12800
13048
|
{
|
|
12801
13049
|
"kind": "javascript-module",
|
|
12802
|
-
"path": "src/filter/filter.stories.ts",
|
|
13050
|
+
"path": "src/filter-bar/filter-bar.stories.ts",
|
|
12803
13051
|
"declarations": [
|
|
12804
13052
|
{
|
|
12805
13053
|
"kind": "variable",
|
|
@@ -12807,23 +13055,15 @@
|
|
|
12807
13055
|
"type": {
|
|
12808
13056
|
"text": "Meta"
|
|
12809
13057
|
},
|
|
12810
|
-
"default": "{\n title: 'Filter',\n component: 'rapid-filter',\n}"
|
|
12811
|
-
},
|
|
12812
|
-
{
|
|
12813
|
-
"kind": "variable",
|
|
12814
|
-
"name": "Default",
|
|
12815
|
-
"type": {
|
|
12816
|
-
"text": "StoryObj"
|
|
12817
|
-
},
|
|
12818
|
-
"default": "{\n args: {\n type: 'boolean',\n fieldName: 'SOME_FIELD',\n },\n argTypes: {\n type: {\n control: 'select',\n options: ['text', 'boolean', 'date', 'number'],\n },\n },\n render: ({ type, fieldName }) => html`\n <rapid-filter type=\"${type}\" fieldName=\"${fieldName}\"></rapid-filter>\n `,\n}"
|
|
13058
|
+
"default": "{\n title: 'Filter Bar',\n component: 'rapid-filter-bar',\n}"
|
|
12819
13059
|
},
|
|
12820
13060
|
{
|
|
12821
13061
|
"kind": "variable",
|
|
12822
|
-
"name": "
|
|
13062
|
+
"name": "Primary",
|
|
12823
13063
|
"type": {
|
|
12824
13064
|
"text": "StoryObj"
|
|
12825
13065
|
},
|
|
12826
|
-
"default": "{\n render: () => html`\n <
|
|
13066
|
+
"default": "{\n render: () => html`\n <rapid-filter-bar\n resource=\"ALL_PROCESSES_STATUS\"\n only=\"PROCESS_PORT, START_TIME, PROCESS_NAME, DATADUMP\"\n ></rapid-filter-bar>\n `,\n}"
|
|
12827
13067
|
}
|
|
12828
13068
|
],
|
|
12829
13069
|
"exports": [
|
|
@@ -12832,34 +13072,26 @@
|
|
|
12832
13072
|
"name": "default",
|
|
12833
13073
|
"declaration": {
|
|
12834
13074
|
"name": "meta",
|
|
12835
|
-
"module": "src/filter/filter.stories.ts"
|
|
12836
|
-
}
|
|
12837
|
-
},
|
|
12838
|
-
{
|
|
12839
|
-
"kind": "js",
|
|
12840
|
-
"name": "Default",
|
|
12841
|
-
"declaration": {
|
|
12842
|
-
"name": "Default",
|
|
12843
|
-
"module": "src/filter/filter.stories.ts"
|
|
13075
|
+
"module": "src/filter-bar/filter-bar.stories.ts"
|
|
12844
13076
|
}
|
|
12845
13077
|
},
|
|
12846
13078
|
{
|
|
12847
13079
|
"kind": "js",
|
|
12848
|
-
"name": "
|
|
13080
|
+
"name": "Primary",
|
|
12849
13081
|
"declaration": {
|
|
12850
|
-
"name": "
|
|
12851
|
-
"module": "src/filter/filter.stories.ts"
|
|
13082
|
+
"name": "Primary",
|
|
13083
|
+
"module": "src/filter-bar/filter-bar.stories.ts"
|
|
12852
13084
|
}
|
|
12853
13085
|
}
|
|
12854
13086
|
]
|
|
12855
13087
|
},
|
|
12856
13088
|
{
|
|
12857
13089
|
"kind": "javascript-module",
|
|
12858
|
-
"path": "src/filter/filter.styles.ts",
|
|
13090
|
+
"path": "src/filter-bar/filter-bar.styles.ts",
|
|
12859
13091
|
"declarations": [
|
|
12860
13092
|
{
|
|
12861
13093
|
"kind": "function",
|
|
12862
|
-
"name": "
|
|
13094
|
+
"name": "rapidFilterBarStyles",
|
|
12863
13095
|
"return": {
|
|
12864
13096
|
"type": {
|
|
12865
13097
|
"text": "ElementStyles"
|
|
@@ -12884,85 +13116,86 @@
|
|
|
12884
13116
|
"exports": [
|
|
12885
13117
|
{
|
|
12886
13118
|
"kind": "js",
|
|
12887
|
-
"name": "
|
|
13119
|
+
"name": "rapidFilterBarStyles",
|
|
12888
13120
|
"declaration": {
|
|
12889
|
-
"name": "
|
|
12890
|
-
"module": "src/filter/filter.styles.ts"
|
|
13121
|
+
"name": "rapidFilterBarStyles",
|
|
13122
|
+
"module": "src/filter-bar/filter-bar.styles.ts"
|
|
12891
13123
|
}
|
|
12892
13124
|
}
|
|
12893
13125
|
]
|
|
12894
13126
|
},
|
|
12895
13127
|
{
|
|
12896
13128
|
"kind": "javascript-module",
|
|
12897
|
-
"path": "src/filter/filter.template.ts",
|
|
13129
|
+
"path": "src/filter-bar/filter-bar.template.ts",
|
|
12898
13130
|
"declarations": [
|
|
12899
13131
|
{
|
|
12900
13132
|
"kind": "variable",
|
|
12901
|
-
"name": "
|
|
13133
|
+
"name": "rapidFilterBarTemplate",
|
|
12902
13134
|
"type": {
|
|
12903
|
-
"text": "ViewTemplate<
|
|
13135
|
+
"text": "ViewTemplate<FilterBar>"
|
|
12904
13136
|
},
|
|
12905
|
-
"default": "html`\n ${
|
|
13137
|
+
"default": "html`\n ${filterBarTemplate('rapid')}\n`"
|
|
12906
13138
|
}
|
|
12907
13139
|
],
|
|
12908
13140
|
"exports": [
|
|
12909
13141
|
{
|
|
12910
13142
|
"kind": "js",
|
|
12911
|
-
"name": "
|
|
13143
|
+
"name": "rapidFilterBarTemplate",
|
|
12912
13144
|
"declaration": {
|
|
12913
|
-
"name": "
|
|
12914
|
-
"module": "src/filter/filter.template.ts"
|
|
13145
|
+
"name": "rapidFilterBarTemplate",
|
|
13146
|
+
"module": "src/filter-bar/filter-bar.template.ts"
|
|
12915
13147
|
}
|
|
12916
13148
|
}
|
|
12917
13149
|
]
|
|
12918
13150
|
},
|
|
12919
13151
|
{
|
|
12920
13152
|
"kind": "javascript-module",
|
|
12921
|
-
"path": "src/filter/filter.ts",
|
|
13153
|
+
"path": "src/filter-bar/filter-bar.ts",
|
|
12922
13154
|
"declarations": [
|
|
12923
13155
|
{
|
|
12924
13156
|
"kind": "class",
|
|
12925
13157
|
"description": "",
|
|
12926
|
-
"name": "
|
|
13158
|
+
"name": "FilterBar",
|
|
12927
13159
|
"superclass": {
|
|
12928
|
-
"name": "
|
|
13160
|
+
"name": "FoundationFilterBar",
|
|
12929
13161
|
"package": "@genesislcap/foundation-ui"
|
|
12930
13162
|
},
|
|
12931
|
-
"tagName": "%%prefix%%-filter",
|
|
13163
|
+
"tagName": "%%prefix%%-filter-bar",
|
|
12932
13164
|
"customElement": true,
|
|
12933
13165
|
"attributes": [
|
|
12934
13166
|
{
|
|
12935
|
-
"name": "
|
|
13167
|
+
"name": "resource",
|
|
12936
13168
|
"type": {
|
|
12937
13169
|
"text": "string"
|
|
12938
13170
|
},
|
|
12939
|
-
"fieldName": "
|
|
13171
|
+
"fieldName": "resource",
|
|
12940
13172
|
"inheritedFrom": {
|
|
12941
|
-
"name": "
|
|
12942
|
-
"module": "src/filter/filter.ts"
|
|
13173
|
+
"name": "FilterBar",
|
|
13174
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
12943
13175
|
}
|
|
12944
13176
|
},
|
|
12945
13177
|
{
|
|
12946
|
-
"name": "
|
|
13178
|
+
"name": "only",
|
|
12947
13179
|
"type": {
|
|
12948
|
-
"text": "
|
|
13180
|
+
"text": "string"
|
|
12949
13181
|
},
|
|
12950
|
-
"
|
|
12951
|
-
"fieldName": "
|
|
13182
|
+
"description": "Only generate filters for the specified fields, provided as a comma separated list.\nDefault behavior (if \"only\" is not set) is to generate filters for all fields based on metadata.",
|
|
13183
|
+
"fieldName": "only",
|
|
12952
13184
|
"inheritedFrom": {
|
|
12953
|
-
"name": "
|
|
12954
|
-
"module": "src/filter/filter.ts"
|
|
13185
|
+
"name": "FilterBar",
|
|
13186
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
12955
13187
|
}
|
|
12956
13188
|
},
|
|
12957
13189
|
{
|
|
12958
|
-
"name": "
|
|
13190
|
+
"name": "labels",
|
|
12959
13191
|
"type": {
|
|
12960
13192
|
"text": "string"
|
|
12961
13193
|
},
|
|
12962
|
-
"
|
|
13194
|
+
"description": "Labels for the specified fields, to be used alongside \"only\" prop.",
|
|
13195
|
+
"fieldName": "labels",
|
|
12963
13196
|
"inheritedFrom": {
|
|
12964
|
-
"name": "
|
|
12965
|
-
"module": "src/filter/filter.ts"
|
|
13197
|
+
"name": "FilterBar",
|
|
13198
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
12966
13199
|
}
|
|
12967
13200
|
},
|
|
12968
13201
|
{
|
|
@@ -12973,115 +13206,60 @@
|
|
|
12973
13206
|
"description": "Will be included in event emmissions.\nUsually set to the id of the target datasource.\nUsefull when we have multiple grids in the same page.",
|
|
12974
13207
|
"fieldName": "target",
|
|
12975
13208
|
"inheritedFrom": {
|
|
12976
|
-
"name": "
|
|
12977
|
-
"module": "src/filter/filter.ts"
|
|
13209
|
+
"name": "FilterBar",
|
|
13210
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
12978
13211
|
}
|
|
12979
13212
|
},
|
|
12980
13213
|
{
|
|
12981
|
-
"name": "
|
|
13214
|
+
"name": "columns",
|
|
12982
13215
|
"type": {
|
|
12983
|
-
"text": "
|
|
13216
|
+
"text": "number"
|
|
12984
13217
|
},
|
|
12985
|
-
"
|
|
13218
|
+
"default": "DEFUALT_FILTER_BAR_COLUMNS",
|
|
13219
|
+
"resolveInitializer": {
|
|
13220
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
13221
|
+
},
|
|
13222
|
+
"fieldName": "columns",
|
|
12986
13223
|
"inheritedFrom": {
|
|
12987
|
-
"name": "
|
|
12988
|
-
"module": "src/filter/filter.ts"
|
|
13224
|
+
"name": "FilterBar",
|
|
13225
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
12989
13226
|
}
|
|
12990
13227
|
}
|
|
12991
13228
|
],
|
|
12992
13229
|
"members": [
|
|
12993
13230
|
{
|
|
12994
13231
|
"kind": "field",
|
|
12995
|
-
"name": "
|
|
12996
|
-
"type": {
|
|
12997
|
-
"text": "TextField"
|
|
12998
|
-
},
|
|
12999
|
-
"privacy": "public",
|
|
13000
|
-
"inheritedFrom": {
|
|
13001
|
-
"name": "Filter",
|
|
13002
|
-
"module": "src/filter/filter.ts"
|
|
13003
|
-
}
|
|
13004
|
-
},
|
|
13005
|
-
{
|
|
13006
|
-
"kind": "field",
|
|
13007
|
-
"name": "numFilterFieldMin",
|
|
13008
|
-
"type": {
|
|
13009
|
-
"text": "TextField"
|
|
13010
|
-
},
|
|
13011
|
-
"privacy": "public",
|
|
13012
|
-
"inheritedFrom": {
|
|
13013
|
-
"name": "Filter",
|
|
13014
|
-
"module": "src/filter/filter.ts"
|
|
13015
|
-
}
|
|
13016
|
-
},
|
|
13017
|
-
{
|
|
13018
|
-
"kind": "field",
|
|
13019
|
-
"name": "numFilterFieldMax",
|
|
13020
|
-
"type": {
|
|
13021
|
-
"text": "TextField"
|
|
13022
|
-
},
|
|
13023
|
-
"privacy": "public",
|
|
13024
|
-
"inheritedFrom": {
|
|
13025
|
-
"name": "Filter",
|
|
13026
|
-
"module": "src/filter/filter.ts"
|
|
13027
|
-
}
|
|
13028
|
-
},
|
|
13029
|
-
{
|
|
13030
|
-
"kind": "field",
|
|
13031
|
-
"name": "dateFilterFieldMin",
|
|
13032
|
-
"type": {
|
|
13033
|
-
"text": "TextField"
|
|
13034
|
-
},
|
|
13035
|
-
"privacy": "public",
|
|
13036
|
-
"inheritedFrom": {
|
|
13037
|
-
"name": "Filter",
|
|
13038
|
-
"module": "src/filter/filter.ts"
|
|
13039
|
-
}
|
|
13040
|
-
},
|
|
13041
|
-
{
|
|
13042
|
-
"kind": "field",
|
|
13043
|
-
"name": "dateFilterFieldMax",
|
|
13044
|
-
"type": {
|
|
13045
|
-
"text": "TextField"
|
|
13046
|
-
},
|
|
13047
|
-
"privacy": "public",
|
|
13048
|
-
"inheritedFrom": {
|
|
13049
|
-
"name": "Filter",
|
|
13050
|
-
"module": "src/filter/filter.ts"
|
|
13051
|
-
}
|
|
13052
|
-
},
|
|
13053
|
-
{
|
|
13054
|
-
"kind": "field",
|
|
13055
|
-
"name": "fieldName",
|
|
13232
|
+
"name": "resource",
|
|
13056
13233
|
"type": {
|
|
13057
13234
|
"text": "string"
|
|
13058
13235
|
},
|
|
13059
13236
|
"inheritedFrom": {
|
|
13060
|
-
"name": "
|
|
13061
|
-
"module": "src/filter/filter.ts"
|
|
13237
|
+
"name": "FilterBar",
|
|
13238
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
13062
13239
|
}
|
|
13063
13240
|
},
|
|
13064
13241
|
{
|
|
13065
13242
|
"kind": "field",
|
|
13066
|
-
"name": "
|
|
13243
|
+
"name": "only",
|
|
13067
13244
|
"type": {
|
|
13068
|
-
"text": "
|
|
13245
|
+
"text": "string"
|
|
13069
13246
|
},
|
|
13070
|
-
"
|
|
13247
|
+
"description": "Only generate filters for the specified fields, provided as a comma separated list.\nDefault behavior (if \"only\" is not set) is to generate filters for all fields based on metadata.",
|
|
13071
13248
|
"inheritedFrom": {
|
|
13072
|
-
"name": "
|
|
13073
|
-
"module": "src/filter/filter.ts"
|
|
13249
|
+
"name": "FilterBar",
|
|
13250
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
13074
13251
|
}
|
|
13075
13252
|
},
|
|
13076
13253
|
{
|
|
13077
13254
|
"kind": "field",
|
|
13078
|
-
"name": "
|
|
13255
|
+
"name": "labels",
|
|
13079
13256
|
"type": {
|
|
13080
13257
|
"text": "string"
|
|
13081
13258
|
},
|
|
13259
|
+
"description": "Labels for the specified fields, to be used alongside \"only\" prop.",
|
|
13082
13260
|
"inheritedFrom": {
|
|
13083
|
-
"name": "
|
|
13084
|
-
"module": "src/filter/filter.ts"
|
|
13261
|
+
"name": "FilterBar",
|
|
13262
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
13085
13263
|
}
|
|
13086
13264
|
},
|
|
13087
13265
|
{
|
|
@@ -13092,332 +13270,152 @@
|
|
|
13092
13270
|
},
|
|
13093
13271
|
"description": "Will be included in event emmissions.\nUsually set to the id of the target datasource.\nUsefull when we have multiple grids in the same page.",
|
|
13094
13272
|
"inheritedFrom": {
|
|
13095
|
-
"name": "
|
|
13096
|
-
"module": "src/filter/filter.ts"
|
|
13097
|
-
}
|
|
13098
|
-
},
|
|
13099
|
-
{
|
|
13100
|
-
"kind": "field",
|
|
13101
|
-
"name": "textFilter",
|
|
13102
|
-
"type": {
|
|
13103
|
-
"text": "string"
|
|
13104
|
-
},
|
|
13105
|
-
"default": "''",
|
|
13106
|
-
"inheritedFrom": {
|
|
13107
|
-
"name": "Filter",
|
|
13108
|
-
"module": "src/filter/filter.ts"
|
|
13109
|
-
}
|
|
13110
|
-
},
|
|
13111
|
-
{
|
|
13112
|
-
"kind": "field",
|
|
13113
|
-
"name": "numFilterMin",
|
|
13114
|
-
"type": {
|
|
13115
|
-
"text": "number"
|
|
13116
|
-
},
|
|
13117
|
-
"inheritedFrom": {
|
|
13118
|
-
"name": "Filter",
|
|
13119
|
-
"module": "src/filter/filter.ts"
|
|
13120
|
-
}
|
|
13121
|
-
},
|
|
13122
|
-
{
|
|
13123
|
-
"kind": "field",
|
|
13124
|
-
"name": "numFilterMax",
|
|
13125
|
-
"type": {
|
|
13126
|
-
"text": "number"
|
|
13127
|
-
},
|
|
13128
|
-
"inheritedFrom": {
|
|
13129
|
-
"name": "Filter",
|
|
13130
|
-
"module": "src/filter/filter.ts"
|
|
13131
|
-
}
|
|
13132
|
-
},
|
|
13133
|
-
{
|
|
13134
|
-
"kind": "field",
|
|
13135
|
-
"name": "dateFilterMin",
|
|
13136
|
-
"type": {
|
|
13137
|
-
"text": "string"
|
|
13138
|
-
},
|
|
13139
|
-
"inheritedFrom": {
|
|
13140
|
-
"name": "Filter",
|
|
13141
|
-
"module": "src/filter/filter.ts"
|
|
13142
|
-
}
|
|
13143
|
-
},
|
|
13144
|
-
{
|
|
13145
|
-
"kind": "field",
|
|
13146
|
-
"name": "dateFilterMax",
|
|
13147
|
-
"type": {
|
|
13148
|
-
"text": "string"
|
|
13149
|
-
},
|
|
13150
|
-
"inheritedFrom": {
|
|
13151
|
-
"name": "Filter",
|
|
13152
|
-
"module": "src/filter/filter.ts"
|
|
13153
|
-
}
|
|
13154
|
-
},
|
|
13155
|
-
{
|
|
13156
|
-
"kind": "field",
|
|
13157
|
-
"name": "dateMinMS",
|
|
13158
|
-
"type": {
|
|
13159
|
-
"text": "number"
|
|
13160
|
-
},
|
|
13161
|
-
"inheritedFrom": {
|
|
13162
|
-
"name": "Filter",
|
|
13163
|
-
"module": "src/filter/filter.ts"
|
|
13273
|
+
"name": "FilterBar",
|
|
13274
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
13164
13275
|
}
|
|
13165
13276
|
},
|
|
13166
13277
|
{
|
|
13167
13278
|
"kind": "field",
|
|
13168
|
-
"name": "
|
|
13279
|
+
"name": "columns",
|
|
13169
13280
|
"type": {
|
|
13170
13281
|
"text": "number"
|
|
13171
13282
|
},
|
|
13283
|
+
"default": "5",
|
|
13172
13284
|
"inheritedFrom": {
|
|
13173
|
-
"name": "
|
|
13174
|
-
"module": "src/filter/filter.ts"
|
|
13285
|
+
"name": "FilterBar",
|
|
13286
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
13175
13287
|
}
|
|
13176
13288
|
},
|
|
13177
13289
|
{
|
|
13178
13290
|
"kind": "field",
|
|
13179
|
-
"name": "
|
|
13291
|
+
"name": "ready",
|
|
13180
13292
|
"type": {
|
|
13181
|
-
"text": "
|
|
13293
|
+
"text": "boolean"
|
|
13182
13294
|
},
|
|
13295
|
+
"default": "false",
|
|
13183
13296
|
"inheritedFrom": {
|
|
13184
|
-
"name": "
|
|
13185
|
-
"module": "src/filter/filter.ts"
|
|
13297
|
+
"name": "FilterBar",
|
|
13298
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
13186
13299
|
}
|
|
13187
13300
|
},
|
|
13188
13301
|
{
|
|
13189
13302
|
"kind": "field",
|
|
13190
|
-
"name": "
|
|
13303
|
+
"name": "fields",
|
|
13191
13304
|
"type": {
|
|
13192
|
-
"text": "
|
|
13305
|
+
"text": "MetadataDetail[]"
|
|
13193
13306
|
},
|
|
13194
|
-
"default": "[{ name: 'All', value: 'all', selected: true }]",
|
|
13195
13307
|
"inheritedFrom": {
|
|
13196
|
-
"name": "
|
|
13197
|
-
"module": "src/filter/filter.ts"
|
|
13308
|
+
"name": "FilterBar",
|
|
13309
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
13198
13310
|
}
|
|
13199
13311
|
},
|
|
13200
13312
|
{
|
|
13201
|
-
"kind": "
|
|
13202
|
-
"name": "
|
|
13203
|
-
"
|
|
13204
|
-
|
|
13205
|
-
|
|
13206
|
-
"type": {
|
|
13207
|
-
"text": "string"
|
|
13208
|
-
}
|
|
13209
|
-
},
|
|
13210
|
-
{
|
|
13211
|
-
"name": "newCriteria",
|
|
13212
|
-
"type": {
|
|
13213
|
-
"text": "string"
|
|
13214
|
-
}
|
|
13215
|
-
}
|
|
13216
|
-
],
|
|
13313
|
+
"kind": "field",
|
|
13314
|
+
"name": "connect",
|
|
13315
|
+
"type": {
|
|
13316
|
+
"text": "Connect"
|
|
13317
|
+
},
|
|
13217
13318
|
"inheritedFrom": {
|
|
13218
|
-
"name": "
|
|
13219
|
-
"module": "src/filter/filter.ts"
|
|
13319
|
+
"name": "FilterBar",
|
|
13320
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
13220
13321
|
}
|
|
13221
13322
|
},
|
|
13222
13323
|
{
|
|
13223
|
-
"kind": "
|
|
13224
|
-
"name": "
|
|
13225
|
-
"
|
|
13226
|
-
|
|
13227
|
-
|
|
13228
|
-
|
|
13229
|
-
"text": "string"
|
|
13230
|
-
}
|
|
13231
|
-
},
|
|
13232
|
-
{
|
|
13233
|
-
"name": "newMin",
|
|
13234
|
-
"type": {
|
|
13235
|
-
"text": "string"
|
|
13236
|
-
}
|
|
13237
|
-
}
|
|
13238
|
-
],
|
|
13324
|
+
"kind": "field",
|
|
13325
|
+
"name": "filterGrid",
|
|
13326
|
+
"type": {
|
|
13327
|
+
"text": "HTMLDivElement"
|
|
13328
|
+
},
|
|
13329
|
+
"privacy": "public",
|
|
13239
13330
|
"inheritedFrom": {
|
|
13240
|
-
"name": "
|
|
13241
|
-
"module": "src/filter/filter.ts"
|
|
13331
|
+
"name": "FilterBar",
|
|
13332
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
13242
13333
|
}
|
|
13243
13334
|
},
|
|
13244
13335
|
{
|
|
13245
|
-
"kind": "
|
|
13246
|
-
"name": "
|
|
13247
|
-
"
|
|
13248
|
-
|
|
13249
|
-
|
|
13250
|
-
|
|
13251
|
-
"text": "string"
|
|
13252
|
-
}
|
|
13253
|
-
},
|
|
13254
|
-
{
|
|
13255
|
-
"name": "newMax",
|
|
13256
|
-
"type": {
|
|
13257
|
-
"text": "string"
|
|
13258
|
-
}
|
|
13259
|
-
}
|
|
13260
|
-
],
|
|
13336
|
+
"kind": "field",
|
|
13337
|
+
"name": "collapsed",
|
|
13338
|
+
"type": {
|
|
13339
|
+
"text": "boolean"
|
|
13340
|
+
},
|
|
13341
|
+
"default": "true",
|
|
13261
13342
|
"inheritedFrom": {
|
|
13262
|
-
"name": "
|
|
13263
|
-
"module": "src/filter/filter.ts"
|
|
13343
|
+
"name": "FilterBar",
|
|
13344
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
13264
13345
|
}
|
|
13265
13346
|
},
|
|
13266
13347
|
{
|
|
13267
13348
|
"kind": "method",
|
|
13268
|
-
"name": "
|
|
13349
|
+
"name": "initLabels",
|
|
13269
13350
|
"privacy": "private",
|
|
13270
|
-
"parameters": [
|
|
13271
|
-
{
|
|
13272
|
-
"name": "min",
|
|
13273
|
-
"type": {
|
|
13274
|
-
"text": "number"
|
|
13275
|
-
}
|
|
13276
|
-
},
|
|
13277
|
-
{
|
|
13278
|
-
"name": "max",
|
|
13279
|
-
"type": {
|
|
13280
|
-
"text": "number"
|
|
13281
|
-
}
|
|
13282
|
-
}
|
|
13283
|
-
],
|
|
13284
13351
|
"inheritedFrom": {
|
|
13285
|
-
"name": "
|
|
13286
|
-
"module": "src/filter/filter.ts"
|
|
13352
|
+
"name": "FilterBar",
|
|
13353
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
13287
13354
|
}
|
|
13288
13355
|
},
|
|
13289
13356
|
{
|
|
13290
13357
|
"kind": "method",
|
|
13291
|
-
"name": "
|
|
13358
|
+
"name": "camelCasePreserveWhitespace",
|
|
13292
13359
|
"privacy": "private",
|
|
13293
|
-
"return": {
|
|
13294
|
-
"type": {
|
|
13295
|
-
"text": ""
|
|
13296
|
-
}
|
|
13297
|
-
},
|
|
13298
13360
|
"parameters": [
|
|
13299
13361
|
{
|
|
13300
|
-
"name": "
|
|
13301
|
-
"type": {
|
|
13302
|
-
"text": "number"
|
|
13303
|
-
},
|
|
13304
|
-
"description": "ms since unix epoch"
|
|
13305
|
-
}
|
|
13306
|
-
],
|
|
13307
|
-
"description": "Example: 1634083200000 -> '20211013-00:00:00'",
|
|
13308
|
-
"inheritedFrom": {
|
|
13309
|
-
"name": "Filter",
|
|
13310
|
-
"module": "src/filter/filter.ts"
|
|
13311
|
-
}
|
|
13312
|
-
},
|
|
13313
|
-
{
|
|
13314
|
-
"kind": "method",
|
|
13315
|
-
"name": "dateFilterMinChanged",
|
|
13316
|
-
"parameters": [
|
|
13317
|
-
{
|
|
13318
|
-
"name": "oldMin",
|
|
13319
|
-
"type": {
|
|
13320
|
-
"text": "string"
|
|
13321
|
-
}
|
|
13322
|
-
},
|
|
13323
|
-
{
|
|
13324
|
-
"name": "newMin",
|
|
13362
|
+
"name": "input",
|
|
13325
13363
|
"type": {
|
|
13326
13364
|
"text": "string"
|
|
13327
13365
|
}
|
|
13328
13366
|
}
|
|
13329
13367
|
],
|
|
13330
13368
|
"inheritedFrom": {
|
|
13331
|
-
"name": "
|
|
13332
|
-
"module": "src/filter/filter.ts"
|
|
13369
|
+
"name": "FilterBar",
|
|
13370
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
13333
13371
|
}
|
|
13334
13372
|
},
|
|
13335
13373
|
{
|
|
13336
13374
|
"kind": "method",
|
|
13337
|
-
"name": "
|
|
13375
|
+
"name": "resourceChanged",
|
|
13338
13376
|
"parameters": [
|
|
13339
13377
|
{
|
|
13340
|
-
"name": "
|
|
13378
|
+
"name": "oldResource",
|
|
13341
13379
|
"type": {
|
|
13342
13380
|
"text": "string"
|
|
13343
13381
|
}
|
|
13344
13382
|
},
|
|
13345
13383
|
{
|
|
13346
|
-
"name": "
|
|
13384
|
+
"name": "newResource",
|
|
13347
13385
|
"type": {
|
|
13348
13386
|
"text": "string"
|
|
13349
13387
|
}
|
|
13350
13388
|
}
|
|
13351
13389
|
],
|
|
13352
13390
|
"inheritedFrom": {
|
|
13353
|
-
"name": "
|
|
13354
|
-
"module": "src/filter/filter.ts"
|
|
13391
|
+
"name": "FilterBar",
|
|
13392
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
13355
13393
|
}
|
|
13356
13394
|
},
|
|
13357
13395
|
{
|
|
13358
13396
|
"kind": "method",
|
|
13359
|
-
"name": "
|
|
13397
|
+
"name": "init",
|
|
13360
13398
|
"privacy": "private",
|
|
13361
|
-
"parameters": [
|
|
13362
|
-
{
|
|
13363
|
-
"name": "min",
|
|
13364
|
-
"type": {
|
|
13365
|
-
"text": "number"
|
|
13366
|
-
}
|
|
13367
|
-
},
|
|
13368
|
-
{
|
|
13369
|
-
"name": "max",
|
|
13370
|
-
"type": {
|
|
13371
|
-
"text": "number"
|
|
13372
|
-
}
|
|
13373
|
-
}
|
|
13374
|
-
],
|
|
13375
|
-
"inheritedFrom": {
|
|
13376
|
-
"name": "Filter",
|
|
13377
|
-
"module": "src/filter/filter.ts"
|
|
13378
|
-
}
|
|
13379
|
-
},
|
|
13380
|
-
{
|
|
13381
|
-
"kind": "method",
|
|
13382
|
-
"name": "clear",
|
|
13383
|
-
"privacy": "public",
|
|
13384
13399
|
"inheritedFrom": {
|
|
13385
|
-
"name": "
|
|
13386
|
-
"module": "src/filter/filter.ts"
|
|
13400
|
+
"name": "FilterBar",
|
|
13401
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
13387
13402
|
}
|
|
13388
13403
|
},
|
|
13389
13404
|
{
|
|
13390
13405
|
"kind": "method",
|
|
13391
|
-
"name": "
|
|
13392
|
-
"privacy": "
|
|
13393
|
-
"parameters": [
|
|
13394
|
-
{
|
|
13395
|
-
"name": "selection",
|
|
13396
|
-
"type": {
|
|
13397
|
-
"text": "'all' | 'true' | 'false' | 'null'"
|
|
13398
|
-
}
|
|
13399
|
-
}
|
|
13400
|
-
],
|
|
13406
|
+
"name": "adjustColumnStyles",
|
|
13407
|
+
"privacy": "private",
|
|
13401
13408
|
"inheritedFrom": {
|
|
13402
|
-
"name": "
|
|
13403
|
-
"module": "src/filter/filter.ts"
|
|
13409
|
+
"name": "FilterBar",
|
|
13410
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
13404
13411
|
}
|
|
13405
13412
|
},
|
|
13406
13413
|
{
|
|
13407
13414
|
"kind": "method",
|
|
13408
|
-
"name": "
|
|
13409
|
-
"privacy": "public",
|
|
13410
|
-
"parameters": [
|
|
13411
|
-
{
|
|
13412
|
-
"name": "selection",
|
|
13413
|
-
"type": {
|
|
13414
|
-
"text": "string"
|
|
13415
|
-
}
|
|
13416
|
-
}
|
|
13417
|
-
],
|
|
13415
|
+
"name": "toggle",
|
|
13418
13416
|
"inheritedFrom": {
|
|
13419
|
-
"name": "
|
|
13420
|
-
"module": "src/filter/filter.ts"
|
|
13417
|
+
"name": "FilterBar",
|
|
13418
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
13421
13419
|
}
|
|
13422
13420
|
},
|
|
13423
13421
|
{
|
|
@@ -13535,31 +13533,33 @@
|
|
|
13535
13533
|
},
|
|
13536
13534
|
{
|
|
13537
13535
|
"kind": "variable",
|
|
13538
|
-
"name": "
|
|
13536
|
+
"name": "rapidFilterBar",
|
|
13537
|
+
"description": "The Rapid Filter",
|
|
13538
|
+
"privacy": "public"
|
|
13539
13539
|
}
|
|
13540
13540
|
],
|
|
13541
13541
|
"exports": [
|
|
13542
13542
|
{
|
|
13543
13543
|
"kind": "js",
|
|
13544
|
-
"name": "
|
|
13544
|
+
"name": "FilterBar",
|
|
13545
13545
|
"declaration": {
|
|
13546
|
-
"name": "
|
|
13547
|
-
"module": "src/filter/filter.ts"
|
|
13546
|
+
"name": "FilterBar",
|
|
13547
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
13548
13548
|
}
|
|
13549
13549
|
},
|
|
13550
13550
|
{
|
|
13551
13551
|
"kind": "js",
|
|
13552
|
-
"name": "
|
|
13552
|
+
"name": "rapidFilterBar",
|
|
13553
13553
|
"declaration": {
|
|
13554
|
-
"name": "
|
|
13555
|
-
"module": "src/filter/filter.ts"
|
|
13554
|
+
"name": "rapidFilterBar",
|
|
13555
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
13556
13556
|
}
|
|
13557
13557
|
}
|
|
13558
13558
|
]
|
|
13559
13559
|
},
|
|
13560
13560
|
{
|
|
13561
13561
|
"kind": "javascript-module",
|
|
13562
|
-
"path": "src/filter/index.ts",
|
|
13562
|
+
"path": "src/filter-bar/index.ts",
|
|
13563
13563
|
"declarations": [],
|
|
13564
13564
|
"exports": [
|
|
13565
13565
|
{
|
|
@@ -13567,7 +13567,7 @@
|
|
|
13567
13567
|
"name": "*",
|
|
13568
13568
|
"declaration": {
|
|
13569
13569
|
"name": "*",
|
|
13570
|
-
"package": "./filter"
|
|
13570
|
+
"package": "./filter-bar.styles"
|
|
13571
13571
|
}
|
|
13572
13572
|
},
|
|
13573
13573
|
{
|
|
@@ -13575,15 +13575,15 @@
|
|
|
13575
13575
|
"name": "*",
|
|
13576
13576
|
"declaration": {
|
|
13577
13577
|
"name": "*",
|
|
13578
|
-
"package": "./filter.template"
|
|
13578
|
+
"package": "./filter-bar.template"
|
|
13579
13579
|
}
|
|
13580
13580
|
},
|
|
13581
13581
|
{
|
|
13582
13582
|
"kind": "js",
|
|
13583
|
-
"name": "
|
|
13583
|
+
"name": "*",
|
|
13584
13584
|
"declaration": {
|
|
13585
|
-
"name": "
|
|
13586
|
-
"package": "
|
|
13585
|
+
"name": "*",
|
|
13586
|
+
"package": "./filter-bar"
|
|
13587
13587
|
}
|
|
13588
13588
|
}
|
|
13589
13589
|
]
|