@genesislcap/rapid-design-system 14.158.2 → 14.159.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 +941 -919
- package/package.json +10 -10
|
@@ -695,238 +695,6 @@
|
|
|
695
695
|
}
|
|
696
696
|
]
|
|
697
697
|
},
|
|
698
|
-
{
|
|
699
|
-
"kind": "javascript-module",
|
|
700
|
-
"path": "src/_common/color.hex.ts",
|
|
701
|
-
"declarations": [],
|
|
702
|
-
"exports": []
|
|
703
|
-
},
|
|
704
|
-
{
|
|
705
|
-
"kind": "javascript-module",
|
|
706
|
-
"path": "src/_common/index.ts",
|
|
707
|
-
"declarations": [],
|
|
708
|
-
"exports": [
|
|
709
|
-
{
|
|
710
|
-
"kind": "js",
|
|
711
|
-
"name": "*",
|
|
712
|
-
"declaration": {
|
|
713
|
-
"name": "*",
|
|
714
|
-
"package": "./color.hex"
|
|
715
|
-
}
|
|
716
|
-
}
|
|
717
|
-
]
|
|
718
|
-
},
|
|
719
|
-
{
|
|
720
|
-
"kind": "javascript-module",
|
|
721
|
-
"path": "src/_config/index.ts",
|
|
722
|
-
"declarations": [],
|
|
723
|
-
"exports": [
|
|
724
|
-
{
|
|
725
|
-
"kind": "js",
|
|
726
|
-
"name": "*",
|
|
727
|
-
"declaration": {
|
|
728
|
-
"name": "*",
|
|
729
|
-
"package": "./tokens"
|
|
730
|
-
}
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"kind": "js",
|
|
734
|
-
"name": "*",
|
|
735
|
-
"declaration": {
|
|
736
|
-
"name": "*",
|
|
737
|
-
"package": "./values"
|
|
738
|
-
}
|
|
739
|
-
}
|
|
740
|
-
]
|
|
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
698
|
{
|
|
931
699
|
"kind": "javascript-module",
|
|
932
700
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -2261,6 +2029,29 @@
|
|
|
2261
2029
|
}
|
|
2262
2030
|
]
|
|
2263
2031
|
},
|
|
2032
|
+
{
|
|
2033
|
+
"kind": "javascript-module",
|
|
2034
|
+
"path": "src/_config/index.ts",
|
|
2035
|
+
"declarations": [],
|
|
2036
|
+
"exports": [
|
|
2037
|
+
{
|
|
2038
|
+
"kind": "js",
|
|
2039
|
+
"name": "*",
|
|
2040
|
+
"declaration": {
|
|
2041
|
+
"name": "*",
|
|
2042
|
+
"package": "./tokens"
|
|
2043
|
+
}
|
|
2044
|
+
},
|
|
2045
|
+
{
|
|
2046
|
+
"kind": "js",
|
|
2047
|
+
"name": "*",
|
|
2048
|
+
"declaration": {
|
|
2049
|
+
"name": "*",
|
|
2050
|
+
"package": "./values"
|
|
2051
|
+
}
|
|
2052
|
+
}
|
|
2053
|
+
]
|
|
2054
|
+
},
|
|
2264
2055
|
{
|
|
2265
2056
|
"kind": "javascript-module",
|
|
2266
2057
|
"path": "src/anchored-region/anchored-region.stories.ts",
|
|
@@ -3875,7 +3666,216 @@
|
|
|
3875
3666
|
},
|
|
3876
3667
|
{
|
|
3877
3668
|
"kind": "javascript-module",
|
|
3878
|
-
"path": "src/
|
|
3669
|
+
"path": "src/accordion/accordion.stories.ts",
|
|
3670
|
+
"declarations": [
|
|
3671
|
+
{
|
|
3672
|
+
"kind": "variable",
|
|
3673
|
+
"name": "meta",
|
|
3674
|
+
"type": {
|
|
3675
|
+
"text": "Meta"
|
|
3676
|
+
},
|
|
3677
|
+
"default": "{\n title: 'Accordion',\n component: 'rapid-accordion',\n}"
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
"kind": "variable",
|
|
3681
|
+
"name": "Primary",
|
|
3682
|
+
"type": {
|
|
3683
|
+
"text": "StoryObj"
|
|
3684
|
+
},
|
|
3685
|
+
"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}"
|
|
3686
|
+
}
|
|
3687
|
+
],
|
|
3688
|
+
"exports": [
|
|
3689
|
+
{
|
|
3690
|
+
"kind": "js",
|
|
3691
|
+
"name": "default",
|
|
3692
|
+
"declaration": {
|
|
3693
|
+
"name": "meta",
|
|
3694
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
3695
|
+
}
|
|
3696
|
+
},
|
|
3697
|
+
{
|
|
3698
|
+
"kind": "js",
|
|
3699
|
+
"name": "Primary",
|
|
3700
|
+
"declaration": {
|
|
3701
|
+
"name": "Primary",
|
|
3702
|
+
"module": "src/accordion/accordion.stories.ts"
|
|
3703
|
+
}
|
|
3704
|
+
}
|
|
3705
|
+
]
|
|
3706
|
+
},
|
|
3707
|
+
{
|
|
3708
|
+
"kind": "javascript-module",
|
|
3709
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
3710
|
+
"declarations": [
|
|
3711
|
+
{
|
|
3712
|
+
"kind": "function",
|
|
3713
|
+
"name": "rapidAccordionStyles",
|
|
3714
|
+
"return": {
|
|
3715
|
+
"type": {
|
|
3716
|
+
"text": "ElementStyles"
|
|
3717
|
+
}
|
|
3718
|
+
},
|
|
3719
|
+
"parameters": [
|
|
3720
|
+
{
|
|
3721
|
+
"name": "context",
|
|
3722
|
+
"type": {
|
|
3723
|
+
"text": "ElementDefinitionContext"
|
|
3724
|
+
}
|
|
3725
|
+
},
|
|
3726
|
+
{
|
|
3727
|
+
"name": "definition",
|
|
3728
|
+
"type": {
|
|
3729
|
+
"text": "FoundationElementDefinition"
|
|
3730
|
+
}
|
|
3731
|
+
}
|
|
3732
|
+
]
|
|
3733
|
+
}
|
|
3734
|
+
],
|
|
3735
|
+
"exports": [
|
|
3736
|
+
{
|
|
3737
|
+
"kind": "js",
|
|
3738
|
+
"name": "rapidAccordionStyles",
|
|
3739
|
+
"declaration": {
|
|
3740
|
+
"name": "rapidAccordionStyles",
|
|
3741
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3742
|
+
}
|
|
3743
|
+
}
|
|
3744
|
+
]
|
|
3745
|
+
},
|
|
3746
|
+
{
|
|
3747
|
+
"kind": "javascript-module",
|
|
3748
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3749
|
+
"declarations": [
|
|
3750
|
+
{
|
|
3751
|
+
"kind": "function",
|
|
3752
|
+
"name": "rapidAccordionTemplate",
|
|
3753
|
+
"return": {
|
|
3754
|
+
"type": {
|
|
3755
|
+
"text": "ViewTemplate<Accordion>"
|
|
3756
|
+
}
|
|
3757
|
+
},
|
|
3758
|
+
"parameters": [
|
|
3759
|
+
{
|
|
3760
|
+
"name": "context",
|
|
3761
|
+
"type": {
|
|
3762
|
+
"text": "ElementDefinitionContext"
|
|
3763
|
+
}
|
|
3764
|
+
},
|
|
3765
|
+
{
|
|
3766
|
+
"name": "definition",
|
|
3767
|
+
"type": {
|
|
3768
|
+
"text": "FoundationElementDefinition"
|
|
3769
|
+
}
|
|
3770
|
+
}
|
|
3771
|
+
]
|
|
3772
|
+
}
|
|
3773
|
+
],
|
|
3774
|
+
"exports": [
|
|
3775
|
+
{
|
|
3776
|
+
"kind": "js",
|
|
3777
|
+
"name": "rapidAccordionTemplate",
|
|
3778
|
+
"declaration": {
|
|
3779
|
+
"name": "rapidAccordionTemplate",
|
|
3780
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3781
|
+
}
|
|
3782
|
+
}
|
|
3783
|
+
]
|
|
3784
|
+
},
|
|
3785
|
+
{
|
|
3786
|
+
"kind": "javascript-module",
|
|
3787
|
+
"path": "src/accordion/accordion.ts",
|
|
3788
|
+
"declarations": [
|
|
3789
|
+
{
|
|
3790
|
+
"kind": "class",
|
|
3791
|
+
"description": "",
|
|
3792
|
+
"name": "Accordion",
|
|
3793
|
+
"superclass": {
|
|
3794
|
+
"name": "foundationAccordion",
|
|
3795
|
+
"package": "@genesislcap/foundation-ui"
|
|
3796
|
+
},
|
|
3797
|
+
"tagName": "%%prefix%%-accordion",
|
|
3798
|
+
"customElement": true
|
|
3799
|
+
},
|
|
3800
|
+
{
|
|
3801
|
+
"kind": "variable",
|
|
3802
|
+
"name": "rapidAccordion"
|
|
3803
|
+
}
|
|
3804
|
+
],
|
|
3805
|
+
"exports": [
|
|
3806
|
+
{
|
|
3807
|
+
"kind": "js",
|
|
3808
|
+
"name": "Accordion",
|
|
3809
|
+
"declaration": {
|
|
3810
|
+
"name": "Accordion",
|
|
3811
|
+
"module": "src/accordion/accordion.ts"
|
|
3812
|
+
}
|
|
3813
|
+
},
|
|
3814
|
+
{
|
|
3815
|
+
"kind": "js",
|
|
3816
|
+
"name": "rapidAccordion",
|
|
3817
|
+
"declaration": {
|
|
3818
|
+
"name": "rapidAccordion",
|
|
3819
|
+
"module": "src/accordion/accordion.ts"
|
|
3820
|
+
}
|
|
3821
|
+
}
|
|
3822
|
+
]
|
|
3823
|
+
},
|
|
3824
|
+
{
|
|
3825
|
+
"kind": "javascript-module",
|
|
3826
|
+
"path": "src/accordion/index.ts",
|
|
3827
|
+
"declarations": [],
|
|
3828
|
+
"exports": [
|
|
3829
|
+
{
|
|
3830
|
+
"kind": "js",
|
|
3831
|
+
"name": "*",
|
|
3832
|
+
"declaration": {
|
|
3833
|
+
"name": "*",
|
|
3834
|
+
"package": "./accordion"
|
|
3835
|
+
}
|
|
3836
|
+
},
|
|
3837
|
+
{
|
|
3838
|
+
"kind": "js",
|
|
3839
|
+
"name": "*",
|
|
3840
|
+
"declaration": {
|
|
3841
|
+
"name": "*",
|
|
3842
|
+
"package": "./accordion.styles"
|
|
3843
|
+
}
|
|
3844
|
+
},
|
|
3845
|
+
{
|
|
3846
|
+
"kind": "js",
|
|
3847
|
+
"name": "*",
|
|
3848
|
+
"declaration": {
|
|
3849
|
+
"name": "*",
|
|
3850
|
+
"package": "./accordion.template"
|
|
3851
|
+
}
|
|
3852
|
+
}
|
|
3853
|
+
]
|
|
3854
|
+
},
|
|
3855
|
+
{
|
|
3856
|
+
"kind": "javascript-module",
|
|
3857
|
+
"path": "src/_common/color.hex.ts",
|
|
3858
|
+
"declarations": [],
|
|
3859
|
+
"exports": []
|
|
3860
|
+
},
|
|
3861
|
+
{
|
|
3862
|
+
"kind": "javascript-module",
|
|
3863
|
+
"path": "src/_common/index.ts",
|
|
3864
|
+
"declarations": [],
|
|
3865
|
+
"exports": [
|
|
3866
|
+
{
|
|
3867
|
+
"kind": "js",
|
|
3868
|
+
"name": "*",
|
|
3869
|
+
"declaration": {
|
|
3870
|
+
"name": "*",
|
|
3871
|
+
"package": "./color.hex"
|
|
3872
|
+
}
|
|
3873
|
+
}
|
|
3874
|
+
]
|
|
3875
|
+
},
|
|
3876
|
+
{
|
|
3877
|
+
"kind": "javascript-module",
|
|
3878
|
+
"path": "src/avatar/avatar.stories.ts",
|
|
3879
3879
|
"declarations": [
|
|
3880
3880
|
{
|
|
3881
3881
|
"kind": "variable",
|
|
@@ -14655,7 +14655,7 @@
|
|
|
14655
14655
|
},
|
|
14656
14656
|
{
|
|
14657
14657
|
"kind": "javascript-module",
|
|
14658
|
-
"path": "src/
|
|
14658
|
+
"path": "src/horizontal-scroll/horizontal-scroll.stories.ts",
|
|
14659
14659
|
"declarations": [
|
|
14660
14660
|
{
|
|
14661
14661
|
"kind": "variable",
|
|
@@ -14663,23 +14663,15 @@
|
|
|
14663
14663
|
"type": {
|
|
14664
14664
|
"text": "Meta"
|
|
14665
14665
|
},
|
|
14666
|
-
"default": "{\n title: '
|
|
14667
|
-
},
|
|
14668
|
-
{
|
|
14669
|
-
"kind": "variable",
|
|
14670
|
-
"name": "Default",
|
|
14671
|
-
"type": {
|
|
14672
|
-
"text": "StoryObj"
|
|
14673
|
-
},
|
|
14674
|
-
"default": "{\n argTypes: {\n size: {\n control: 'select',\n options: [\n '2xs',\n 'xs',\n 'sm',\n 'lg',\n 'xl',\n '2xl',\n '1x',\n '2x',\n '3x',\n '4x',\n '5x',\n '6x',\n '7x',\n '8x',\n '9x',\n '10x',\n ],\n },\n variant: {\n control: 'select',\n options: ['solid', 'regular', 'brand'],\n },\n },\n args: {\n name: 'glasses',\n size: 'lg',\n variant: 'solid',\n },\n render: ({ name, size, variant }) => html`\n <rapid-icon\n style=\"color: white;\"\n name=\"${name}\"\n size=\"${size}\"\n variant=\"${variant}\"\n ></rapid-icon>\n `,\n}"
|
|
14666
|
+
"default": "{\n title: 'Horizontal Scroll',\n component: 'rapid-horizontal-scroll',\n}"
|
|
14675
14667
|
},
|
|
14676
14668
|
{
|
|
14677
14669
|
"kind": "variable",
|
|
14678
|
-
"name": "
|
|
14670
|
+
"name": "Primary",
|
|
14679
14671
|
"type": {
|
|
14680
14672
|
"text": "StoryObj"
|
|
14681
14673
|
},
|
|
14682
|
-
"default": "{\n render: () => html`\n <
|
|
14674
|
+
"default": "{\n render: () => html`\n <rapid-horizontal-scroll style=${horizontalScrollStyle}>\n ${repeat(\n cards,\n (item) => item,\n (item) => html`\n <rapid-card style=${cardStyle}>\n Card number ${item}\n <rapid-button>A button</rapid-button>\n </rapid-card>\n `,\n )}\n </rapid-horizontal-scroll>\n `,\n}"
|
|
14683
14675
|
}
|
|
14684
14676
|
],
|
|
14685
14677
|
"exports": [
|
|
@@ -14688,34 +14680,26 @@
|
|
|
14688
14680
|
"name": "default",
|
|
14689
14681
|
"declaration": {
|
|
14690
14682
|
"name": "meta",
|
|
14691
|
-
"module": "src/
|
|
14692
|
-
}
|
|
14693
|
-
},
|
|
14694
|
-
{
|
|
14695
|
-
"kind": "js",
|
|
14696
|
-
"name": "Default",
|
|
14697
|
-
"declaration": {
|
|
14698
|
-
"name": "Default",
|
|
14699
|
-
"module": "src/icon/icon.stories.ts"
|
|
14683
|
+
"module": "src/horizontal-scroll/horizontal-scroll.stories.ts"
|
|
14700
14684
|
}
|
|
14701
14685
|
},
|
|
14702
14686
|
{
|
|
14703
14687
|
"kind": "js",
|
|
14704
|
-
"name": "
|
|
14688
|
+
"name": "Primary",
|
|
14705
14689
|
"declaration": {
|
|
14706
|
-
"name": "
|
|
14707
|
-
"module": "src/
|
|
14690
|
+
"name": "Primary",
|
|
14691
|
+
"module": "src/horizontal-scroll/horizontal-scroll.stories.ts"
|
|
14708
14692
|
}
|
|
14709
14693
|
}
|
|
14710
14694
|
]
|
|
14711
14695
|
},
|
|
14712
14696
|
{
|
|
14713
14697
|
"kind": "javascript-module",
|
|
14714
|
-
"path": "src/
|
|
14698
|
+
"path": "src/horizontal-scroll/horizontal-scroll.styles.ts",
|
|
14715
14699
|
"declarations": [
|
|
14716
14700
|
{
|
|
14717
14701
|
"kind": "function",
|
|
14718
|
-
"name": "
|
|
14702
|
+
"name": "rapidHorizontalScrollStyles",
|
|
14719
14703
|
"return": {
|
|
14720
14704
|
"type": {
|
|
14721
14705
|
"text": "ElementStyles"
|
|
@@ -14740,578 +14724,507 @@
|
|
|
14740
14724
|
"exports": [
|
|
14741
14725
|
{
|
|
14742
14726
|
"kind": "js",
|
|
14743
|
-
"name": "
|
|
14727
|
+
"name": "rapidHorizontalScrollStyles",
|
|
14744
14728
|
"declaration": {
|
|
14745
|
-
"name": "
|
|
14746
|
-
"module": "src/
|
|
14729
|
+
"name": "rapidHorizontalScrollStyles",
|
|
14730
|
+
"module": "src/horizontal-scroll/horizontal-scroll.styles.ts"
|
|
14747
14731
|
}
|
|
14748
14732
|
}
|
|
14749
14733
|
]
|
|
14750
14734
|
},
|
|
14751
14735
|
{
|
|
14752
14736
|
"kind": "javascript-module",
|
|
14753
|
-
"path": "src/
|
|
14737
|
+
"path": "src/horizontal-scroll/horizontal-scroll.template.ts",
|
|
14754
14738
|
"declarations": [
|
|
14755
14739
|
{
|
|
14756
|
-
"kind": "
|
|
14757
|
-
"
|
|
14758
|
-
"
|
|
14740
|
+
"kind": "function",
|
|
14741
|
+
"name": "rapidHorizontalScrollTemplate",
|
|
14742
|
+
"return": {
|
|
14743
|
+
"type": {
|
|
14744
|
+
"text": "ViewTemplate<HorizontalScroll>"
|
|
14745
|
+
}
|
|
14746
|
+
},
|
|
14747
|
+
"parameters": [
|
|
14748
|
+
{
|
|
14749
|
+
"name": "context",
|
|
14750
|
+
"type": {
|
|
14751
|
+
"text": "ElementDefinitionContext"
|
|
14752
|
+
}
|
|
14753
|
+
},
|
|
14754
|
+
{
|
|
14755
|
+
"name": "definition",
|
|
14756
|
+
"type": {
|
|
14757
|
+
"text": "FoundationElementDefinition"
|
|
14758
|
+
}
|
|
14759
|
+
}
|
|
14760
|
+
]
|
|
14761
|
+
}
|
|
14762
|
+
],
|
|
14763
|
+
"exports": [
|
|
14764
|
+
{
|
|
14765
|
+
"kind": "js",
|
|
14766
|
+
"name": "rapidHorizontalScrollTemplate",
|
|
14767
|
+
"declaration": {
|
|
14768
|
+
"name": "rapidHorizontalScrollTemplate",
|
|
14769
|
+
"module": "src/horizontal-scroll/horizontal-scroll.template.ts"
|
|
14770
|
+
}
|
|
14771
|
+
}
|
|
14772
|
+
]
|
|
14773
|
+
},
|
|
14774
|
+
{
|
|
14775
|
+
"kind": "javascript-module",
|
|
14776
|
+
"path": "src/horizontal-scroll/horizontal-scroll.ts",
|
|
14777
|
+
"declarations": [
|
|
14778
|
+
{
|
|
14779
|
+
"kind": "class",
|
|
14780
|
+
"description": "",
|
|
14781
|
+
"name": "HorizontalScroll",
|
|
14759
14782
|
"superclass": {
|
|
14760
|
-
"name": "
|
|
14783
|
+
"name": "FoundationHorizontalScroll",
|
|
14761
14784
|
"package": "@genesislcap/foundation-ui"
|
|
14762
14785
|
},
|
|
14763
|
-
"tagName": "%%prefix%%-
|
|
14786
|
+
"tagName": "%%prefix%%-horizontal-scroll",
|
|
14764
14787
|
"customElement": true,
|
|
14765
14788
|
"attributes": [
|
|
14766
14789
|
{
|
|
14767
|
-
"name": "name",
|
|
14768
14790
|
"type": {
|
|
14769
|
-
"text": "
|
|
14791
|
+
"text": "number"
|
|
14770
14792
|
},
|
|
14771
|
-
"
|
|
14793
|
+
"default": "600",
|
|
14794
|
+
"description": "Speed of scroll in pixels per second",
|
|
14795
|
+
"fieldName": "speed",
|
|
14772
14796
|
"inheritedFrom": {
|
|
14773
|
-
"name": "
|
|
14774
|
-
"module": "src/
|
|
14797
|
+
"name": "HorizontalScroll",
|
|
14798
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14775
14799
|
}
|
|
14776
14800
|
},
|
|
14777
14801
|
{
|
|
14778
|
-
"name": "
|
|
14802
|
+
"name": "duration",
|
|
14779
14803
|
"type": {
|
|
14780
|
-
"text": "
|
|
14804
|
+
"text": "string"
|
|
14781
14805
|
},
|
|
14782
|
-
"
|
|
14783
|
-
"fieldName": "
|
|
14806
|
+
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
14807
|
+
"fieldName": "duration",
|
|
14784
14808
|
"inheritedFrom": {
|
|
14785
|
-
"name": "
|
|
14786
|
-
"module": "src/
|
|
14809
|
+
"name": "HorizontalScroll",
|
|
14810
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14787
14811
|
}
|
|
14788
14812
|
},
|
|
14789
14813
|
{
|
|
14790
|
-
"name": "
|
|
14814
|
+
"name": "easing",
|
|
14791
14815
|
"type": {
|
|
14792
|
-
"text": "
|
|
14816
|
+
"text": "ScrollEasing"
|
|
14793
14817
|
},
|
|
14794
|
-
"default": "
|
|
14795
|
-
"
|
|
14818
|
+
"default": "\"ease-in-out\"",
|
|
14819
|
+
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
14820
|
+
"fieldName": "easing",
|
|
14796
14821
|
"inheritedFrom": {
|
|
14797
|
-
"name": "
|
|
14798
|
-
"module": "src/
|
|
14822
|
+
"name": "HorizontalScroll",
|
|
14823
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14799
14824
|
}
|
|
14800
|
-
}
|
|
14801
|
-
],
|
|
14802
|
-
"members": [
|
|
14825
|
+
},
|
|
14803
14826
|
{
|
|
14804
|
-
"
|
|
14805
|
-
"name": "iElement",
|
|
14827
|
+
"name": "flippers-hidden-from-at",
|
|
14806
14828
|
"type": {
|
|
14807
|
-
"text": "
|
|
14829
|
+
"text": "boolean"
|
|
14808
14830
|
},
|
|
14831
|
+
"default": "false",
|
|
14832
|
+
"description": "Attribute to hide flippers from assistive technology",
|
|
14833
|
+
"fieldName": "flippersHiddenFromAT",
|
|
14809
14834
|
"inheritedFrom": {
|
|
14810
|
-
"name": "
|
|
14811
|
-
"module": "src/
|
|
14835
|
+
"name": "HorizontalScroll",
|
|
14836
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14812
14837
|
}
|
|
14813
14838
|
},
|
|
14814
14839
|
{
|
|
14815
|
-
"
|
|
14816
|
-
"name": "name",
|
|
14840
|
+
"name": "view",
|
|
14817
14841
|
"type": {
|
|
14818
|
-
"text": "
|
|
14842
|
+
"text": "HorizontalScrollView"
|
|
14819
14843
|
},
|
|
14844
|
+
"description": "View: default | mobile",
|
|
14845
|
+
"fieldName": "view",
|
|
14820
14846
|
"inheritedFrom": {
|
|
14821
|
-
"name": "
|
|
14822
|
-
"module": "src/
|
|
14847
|
+
"name": "HorizontalScroll",
|
|
14848
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14823
14849
|
}
|
|
14824
|
-
}
|
|
14850
|
+
}
|
|
14851
|
+
],
|
|
14852
|
+
"members": [
|
|
14825
14853
|
{
|
|
14826
|
-
"kind": "
|
|
14827
|
-
"name": "
|
|
14828
|
-
"
|
|
14829
|
-
|
|
14830
|
-
|
|
14831
|
-
|
|
14832
|
-
|
|
14833
|
-
}
|
|
14834
|
-
},
|
|
14835
|
-
{
|
|
14836
|
-
"name": "newValue",
|
|
14837
|
-
"type": {
|
|
14838
|
-
"text": "string"
|
|
14839
|
-
}
|
|
14840
|
-
}
|
|
14841
|
-
],
|
|
14854
|
+
"kind": "field",
|
|
14855
|
+
"name": "scrollContainer",
|
|
14856
|
+
"type": {
|
|
14857
|
+
"text": "HTMLDivElement"
|
|
14858
|
+
},
|
|
14859
|
+
"privacy": "public",
|
|
14860
|
+
"description": "Reference to DOM element that scrolls the content",
|
|
14842
14861
|
"inheritedFrom": {
|
|
14843
|
-
"name": "
|
|
14844
|
-
"module": "src/
|
|
14862
|
+
"name": "HorizontalScroll",
|
|
14863
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14845
14864
|
}
|
|
14846
14865
|
},
|
|
14847
14866
|
{
|
|
14848
14867
|
"kind": "field",
|
|
14849
|
-
"name": "
|
|
14868
|
+
"name": "content",
|
|
14850
14869
|
"type": {
|
|
14851
|
-
"text": "
|
|
14870
|
+
"text": "HTMLDivElement"
|
|
14852
14871
|
},
|
|
14853
|
-
"
|
|
14872
|
+
"privacy": "public",
|
|
14873
|
+
"description": "Reference to DOM element that holds the slotted content",
|
|
14854
14874
|
"inheritedFrom": {
|
|
14855
|
-
"name": "
|
|
14856
|
-
"module": "src/
|
|
14875
|
+
"name": "HorizontalScroll",
|
|
14876
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14857
14877
|
}
|
|
14858
14878
|
},
|
|
14859
14879
|
{
|
|
14860
|
-
"kind": "
|
|
14861
|
-
"name": "
|
|
14862
|
-
"
|
|
14863
|
-
|
|
14864
|
-
|
|
14865
|
-
|
|
14866
|
-
|
|
14867
|
-
}
|
|
14868
|
-
},
|
|
14869
|
-
{
|
|
14870
|
-
"name": "newValue",
|
|
14871
|
-
"type": {
|
|
14872
|
-
"text": "string"
|
|
14873
|
-
}
|
|
14874
|
-
}
|
|
14875
|
-
],
|
|
14880
|
+
"kind": "field",
|
|
14881
|
+
"name": "previousFlipperContainer",
|
|
14882
|
+
"type": {
|
|
14883
|
+
"text": "HTMLDivElement"
|
|
14884
|
+
},
|
|
14885
|
+
"privacy": "public",
|
|
14886
|
+
"description": "Reference to flipper to scroll to previous content",
|
|
14876
14887
|
"inheritedFrom": {
|
|
14877
|
-
"name": "
|
|
14878
|
-
"module": "src/
|
|
14888
|
+
"name": "HorizontalScroll",
|
|
14889
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14879
14890
|
}
|
|
14880
14891
|
},
|
|
14881
14892
|
{
|
|
14882
14893
|
"kind": "field",
|
|
14883
|
-
"name": "
|
|
14894
|
+
"name": "nextFlipperContainer",
|
|
14884
14895
|
"type": {
|
|
14885
|
-
"text": "
|
|
14896
|
+
"text": "HTMLDivElement"
|
|
14886
14897
|
},
|
|
14887
|
-
"
|
|
14898
|
+
"privacy": "public",
|
|
14899
|
+
"description": "Reference to flipper to scroll to the next content",
|
|
14888
14900
|
"inheritedFrom": {
|
|
14889
|
-
"name": "
|
|
14890
|
-
"module": "src/
|
|
14901
|
+
"name": "HorizontalScroll",
|
|
14902
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14891
14903
|
}
|
|
14892
14904
|
},
|
|
14893
14905
|
{
|
|
14894
|
-
"kind": "
|
|
14895
|
-
"name": "
|
|
14896
|
-
"
|
|
14897
|
-
|
|
14898
|
-
|
|
14899
|
-
|
|
14900
|
-
|
|
14901
|
-
|
|
14902
|
-
},
|
|
14903
|
-
{
|
|
14904
|
-
"name": "newValue",
|
|
14905
|
-
"type": {
|
|
14906
|
-
"text": "string"
|
|
14907
|
-
}
|
|
14908
|
-
}
|
|
14909
|
-
],
|
|
14906
|
+
"kind": "field",
|
|
14907
|
+
"name": "speed",
|
|
14908
|
+
"type": {
|
|
14909
|
+
"text": "number"
|
|
14910
|
+
},
|
|
14911
|
+
"privacy": "public",
|
|
14912
|
+
"default": "600",
|
|
14913
|
+
"description": "Speed of scroll in pixels per second",
|
|
14910
14914
|
"inheritedFrom": {
|
|
14911
|
-
"name": "
|
|
14912
|
-
"module": "src/
|
|
14915
|
+
"name": "HorizontalScroll",
|
|
14916
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14913
14917
|
}
|
|
14914
14918
|
},
|
|
14915
14919
|
{
|
|
14916
|
-
"kind": "
|
|
14917
|
-
"name": "
|
|
14920
|
+
"kind": "field",
|
|
14921
|
+
"name": "duration",
|
|
14922
|
+
"type": {
|
|
14923
|
+
"text": "string"
|
|
14924
|
+
},
|
|
14918
14925
|
"privacy": "public",
|
|
14926
|
+
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
14919
14927
|
"inheritedFrom": {
|
|
14920
|
-
"name": "
|
|
14921
|
-
"module": "src/
|
|
14928
|
+
"name": "HorizontalScroll",
|
|
14929
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14922
14930
|
}
|
|
14923
14931
|
},
|
|
14924
14932
|
{
|
|
14925
14933
|
"kind": "field",
|
|
14926
|
-
"name": "
|
|
14934
|
+
"name": "easing",
|
|
14927
14935
|
"type": {
|
|
14928
|
-
"text": "
|
|
14936
|
+
"text": "ScrollEasing"
|
|
14929
14937
|
},
|
|
14930
|
-
"privacy": "
|
|
14931
|
-
"default": "
|
|
14938
|
+
"privacy": "public",
|
|
14939
|
+
"default": "\"ease-in-out\"",
|
|
14940
|
+
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
14932
14941
|
"inheritedFrom": {
|
|
14933
|
-
"name": "
|
|
14934
|
-
"module": "src/
|
|
14942
|
+
"name": "HorizontalScroll",
|
|
14943
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14935
14944
|
}
|
|
14936
14945
|
},
|
|
14937
14946
|
{
|
|
14938
14947
|
"kind": "field",
|
|
14939
|
-
"name": "
|
|
14948
|
+
"name": "flippersHiddenFromAT",
|
|
14940
14949
|
"type": {
|
|
14941
|
-
"text": "
|
|
14950
|
+
"text": "boolean"
|
|
14942
14951
|
},
|
|
14943
14952
|
"privacy": "public",
|
|
14944
|
-
"
|
|
14953
|
+
"default": "false",
|
|
14954
|
+
"description": "Attribute to hide flippers from assistive technology",
|
|
14945
14955
|
"inheritedFrom": {
|
|
14946
|
-
"name": "
|
|
14947
|
-
"module": "src/
|
|
14956
|
+
"name": "HorizontalScroll",
|
|
14957
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14948
14958
|
}
|
|
14949
14959
|
},
|
|
14950
14960
|
{
|
|
14951
14961
|
"kind": "field",
|
|
14952
|
-
"name": "
|
|
14962
|
+
"name": "scrollItems",
|
|
14953
14963
|
"type": {
|
|
14954
|
-
"text": "
|
|
14964
|
+
"text": "HTMLElement[]"
|
|
14955
14965
|
},
|
|
14956
14966
|
"privacy": "public",
|
|
14957
|
-
"description": "
|
|
14967
|
+
"description": "The default slotted items placed in the scrolling container.",
|
|
14958
14968
|
"inheritedFrom": {
|
|
14959
|
-
"name": "
|
|
14960
|
-
"module": "src/
|
|
14969
|
+
"name": "HorizontalScroll",
|
|
14970
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14971
|
+
}
|
|
14972
|
+
},
|
|
14973
|
+
{
|
|
14974
|
+
"kind": "field",
|
|
14975
|
+
"name": "view",
|
|
14976
|
+
"type": {
|
|
14977
|
+
"text": "HorizontalScrollView"
|
|
14978
|
+
},
|
|
14979
|
+
"privacy": "public",
|
|
14980
|
+
"description": "View: default | mobile",
|
|
14981
|
+
"inheritedFrom": {
|
|
14982
|
+
"name": "HorizontalScroll",
|
|
14983
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14961
14984
|
}
|
|
14962
14985
|
},
|
|
14963
14986
|
{
|
|
14964
14987
|
"kind": "method",
|
|
14965
|
-
"name": "
|
|
14966
|
-
"privacy": "
|
|
14988
|
+
"name": "scrollItemsChanged",
|
|
14989
|
+
"privacy": "public",
|
|
14990
|
+
"parameters": [
|
|
14991
|
+
{
|
|
14992
|
+
"name": "previous",
|
|
14993
|
+
"type": {
|
|
14994
|
+
"text": "HTMLElement[]"
|
|
14995
|
+
},
|
|
14996
|
+
"description": "current scroll items"
|
|
14997
|
+
},
|
|
14998
|
+
{
|
|
14999
|
+
"name": "next",
|
|
15000
|
+
"type": {
|
|
15001
|
+
"text": "HTMLElement[]"
|
|
15002
|
+
},
|
|
15003
|
+
"description": "new updated scroll items"
|
|
15004
|
+
}
|
|
15005
|
+
],
|
|
15006
|
+
"description": "Updates scroll stops and flippers when scroll items change",
|
|
15007
|
+
"inheritedFrom": {
|
|
15008
|
+
"name": "HorizontalScroll",
|
|
15009
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15010
|
+
}
|
|
15011
|
+
},
|
|
15012
|
+
{
|
|
15013
|
+
"kind": "method",
|
|
15014
|
+
"name": "fixScrollMisalign",
|
|
15015
|
+
"privacy": "private",
|
|
15016
|
+
"parameters": [
|
|
15017
|
+
{
|
|
15018
|
+
"name": "stops",
|
|
15019
|
+
"type": {
|
|
15020
|
+
"text": "number[]"
|
|
15021
|
+
}
|
|
15022
|
+
}
|
|
15023
|
+
],
|
|
15024
|
+
"inheritedFrom": {
|
|
15025
|
+
"name": "HorizontalScroll",
|
|
15026
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15027
|
+
}
|
|
15028
|
+
},
|
|
15029
|
+
{
|
|
15030
|
+
"kind": "method",
|
|
15031
|
+
"name": "scrollInView",
|
|
15032
|
+
"privacy": "public",
|
|
14967
15033
|
"return": {
|
|
14968
15034
|
"type": {
|
|
14969
15035
|
"text": "void"
|
|
14970
15036
|
}
|
|
14971
15037
|
},
|
|
15038
|
+
"parameters": [
|
|
15039
|
+
{
|
|
15040
|
+
"name": "item",
|
|
15041
|
+
"type": {
|
|
15042
|
+
"text": "HTMLElement | number"
|
|
15043
|
+
},
|
|
15044
|
+
"description": "An item index, a scroll item or a child of one of the scroll items"
|
|
15045
|
+
},
|
|
15046
|
+
{
|
|
15047
|
+
"name": "padding",
|
|
15048
|
+
"default": "0",
|
|
15049
|
+
"type": {
|
|
15050
|
+
"text": "number"
|
|
15051
|
+
},
|
|
15052
|
+
"description": "Padding of the viewport where the active item shouldn't be"
|
|
15053
|
+
},
|
|
15054
|
+
{
|
|
15055
|
+
"name": "rightPadding",
|
|
15056
|
+
"optional": true,
|
|
15057
|
+
"type": {
|
|
15058
|
+
"text": "number"
|
|
15059
|
+
},
|
|
15060
|
+
"description": "Optional right padding. Uses the padding if not defined"
|
|
15061
|
+
}
|
|
15062
|
+
],
|
|
15063
|
+
"description": "Function that can scroll an item into view.",
|
|
14972
15064
|
"inheritedFrom": {
|
|
14973
|
-
"name": "
|
|
14974
|
-
"module": "src/
|
|
15065
|
+
"name": "HorizontalScroll",
|
|
15066
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14975
15067
|
}
|
|
14976
15068
|
},
|
|
14977
15069
|
{
|
|
14978
|
-
"kind": "
|
|
14979
|
-
"name": "
|
|
14980
|
-
"type": {
|
|
14981
|
-
"text": "ElementStyles | void | null"
|
|
14982
|
-
},
|
|
15070
|
+
"kind": "method",
|
|
15071
|
+
"name": "keyupHandler",
|
|
14983
15072
|
"privacy": "public",
|
|
14984
|
-
"
|
|
15073
|
+
"parameters": [
|
|
15074
|
+
{
|
|
15075
|
+
"name": "e",
|
|
15076
|
+
"type": {
|
|
15077
|
+
"text": "Event & KeyboardEvent"
|
|
15078
|
+
},
|
|
15079
|
+
"description": "Keyboard event"
|
|
15080
|
+
}
|
|
15081
|
+
],
|
|
15082
|
+
"description": "Lets the user arrow left and right through the horizontal scroll",
|
|
14985
15083
|
"inheritedFrom": {
|
|
14986
|
-
"name": "
|
|
14987
|
-
"module": "src/
|
|
15084
|
+
"name": "HorizontalScroll",
|
|
15085
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
14988
15086
|
}
|
|
14989
15087
|
},
|
|
14990
15088
|
{
|
|
14991
15089
|
"kind": "method",
|
|
14992
|
-
"name": "
|
|
14993
|
-
"privacy": "
|
|
15090
|
+
"name": "scrollToPrevious",
|
|
15091
|
+
"privacy": "public",
|
|
14994
15092
|
"return": {
|
|
14995
15093
|
"type": {
|
|
14996
15094
|
"text": "void"
|
|
14997
15095
|
}
|
|
14998
15096
|
},
|
|
15097
|
+
"description": "Scrolls items to the left",
|
|
14999
15098
|
"inheritedFrom": {
|
|
15000
|
-
"name": "
|
|
15001
|
-
"module": "src/
|
|
15099
|
+
"name": "HorizontalScroll",
|
|
15100
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15002
15101
|
}
|
|
15003
15102
|
},
|
|
15004
15103
|
{
|
|
15005
15104
|
"kind": "method",
|
|
15006
|
-
"name": "
|
|
15105
|
+
"name": "scrollToNext",
|
|
15007
15106
|
"privacy": "public",
|
|
15008
|
-
"static": true,
|
|
15009
15107
|
"return": {
|
|
15010
15108
|
"type": {
|
|
15011
|
-
"text": "
|
|
15109
|
+
"text": "void"
|
|
15110
|
+
}
|
|
15111
|
+
},
|
|
15112
|
+
"description": "Scrolls items to the right",
|
|
15113
|
+
"inheritedFrom": {
|
|
15114
|
+
"name": "HorizontalScroll",
|
|
15115
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15116
|
+
}
|
|
15117
|
+
},
|
|
15118
|
+
{
|
|
15119
|
+
"kind": "method",
|
|
15120
|
+
"name": "scrollToPosition",
|
|
15121
|
+
"privacy": "public",
|
|
15122
|
+
"return": {
|
|
15123
|
+
"type": {
|
|
15124
|
+
"text": "void"
|
|
15012
15125
|
}
|
|
15013
15126
|
},
|
|
15014
15127
|
"parameters": [
|
|
15015
15128
|
{
|
|
15016
|
-
"name": "
|
|
15129
|
+
"name": "newPosition",
|
|
15017
15130
|
"type": {
|
|
15018
|
-
"text": "
|
|
15019
|
-
}
|
|
15131
|
+
"text": "number"
|
|
15132
|
+
},
|
|
15133
|
+
"description": "position to scroll to"
|
|
15020
15134
|
},
|
|
15021
15135
|
{
|
|
15022
|
-
"name": "
|
|
15136
|
+
"name": "position",
|
|
15137
|
+
"default": "this.scrollContainer.scrollLeft",
|
|
15023
15138
|
"type": {
|
|
15024
|
-
"text": "
|
|
15139
|
+
"text": "number"
|
|
15025
15140
|
},
|
|
15026
|
-
"description": "
|
|
15141
|
+
"description": "starting position"
|
|
15027
15142
|
}
|
|
15028
15143
|
],
|
|
15029
|
-
"description": "
|
|
15144
|
+
"description": "Handles scrolling with easing",
|
|
15030
15145
|
"inheritedFrom": {
|
|
15031
|
-
"name": "
|
|
15032
|
-
"module": "src/
|
|
15033
|
-
}
|
|
15034
|
-
}
|
|
15035
|
-
]
|
|
15036
|
-
},
|
|
15037
|
-
{
|
|
15038
|
-
"kind": "variable",
|
|
15039
|
-
"name": "defaultIconConfig",
|
|
15040
|
-
"default": "foundationIconConfig"
|
|
15041
|
-
},
|
|
15042
|
-
{
|
|
15043
|
-
"kind": "variable",
|
|
15044
|
-
"name": "rapidIconShadowOptions",
|
|
15045
|
-
"default": "foundationIconShadowOptions"
|
|
15046
|
-
},
|
|
15047
|
-
{
|
|
15048
|
-
"kind": "variable",
|
|
15049
|
-
"name": "rapidIcon"
|
|
15050
|
-
}
|
|
15051
|
-
],
|
|
15052
|
-
"exports": [
|
|
15053
|
-
{
|
|
15054
|
-
"kind": "js",
|
|
15055
|
-
"name": "Icon",
|
|
15056
|
-
"declaration": {
|
|
15057
|
-
"name": "Icon",
|
|
15058
|
-
"module": "src/icon/icon.ts"
|
|
15059
|
-
}
|
|
15060
|
-
},
|
|
15061
|
-
{
|
|
15062
|
-
"kind": "js",
|
|
15063
|
-
"name": "defaultIconConfig",
|
|
15064
|
-
"declaration": {
|
|
15065
|
-
"name": "defaultIconConfig",
|
|
15066
|
-
"module": "src/icon/icon.ts"
|
|
15067
|
-
}
|
|
15068
|
-
},
|
|
15069
|
-
{
|
|
15070
|
-
"kind": "js",
|
|
15071
|
-
"name": "rapidIconShadowOptions",
|
|
15072
|
-
"declaration": {
|
|
15073
|
-
"name": "rapidIconShadowOptions",
|
|
15074
|
-
"module": "src/icon/icon.ts"
|
|
15075
|
-
}
|
|
15076
|
-
},
|
|
15077
|
-
{
|
|
15078
|
-
"kind": "js",
|
|
15079
|
-
"name": "rapidIcon",
|
|
15080
|
-
"declaration": {
|
|
15081
|
-
"name": "rapidIcon",
|
|
15082
|
-
"module": "src/icon/icon.ts"
|
|
15083
|
-
}
|
|
15084
|
-
}
|
|
15085
|
-
]
|
|
15086
|
-
},
|
|
15087
|
-
{
|
|
15088
|
-
"kind": "javascript-module",
|
|
15089
|
-
"path": "src/icon/index.ts",
|
|
15090
|
-
"declarations": [],
|
|
15091
|
-
"exports": [
|
|
15092
|
-
{
|
|
15093
|
-
"kind": "js",
|
|
15094
|
-
"name": "*",
|
|
15095
|
-
"declaration": {
|
|
15096
|
-
"name": "*",
|
|
15097
|
-
"package": "./icon"
|
|
15098
|
-
}
|
|
15099
|
-
},
|
|
15100
|
-
{
|
|
15101
|
-
"kind": "js",
|
|
15102
|
-
"name": "*",
|
|
15103
|
-
"declaration": {
|
|
15104
|
-
"name": "*",
|
|
15105
|
-
"package": "./icon.styles"
|
|
15106
|
-
}
|
|
15107
|
-
}
|
|
15108
|
-
]
|
|
15109
|
-
},
|
|
15110
|
-
{
|
|
15111
|
-
"kind": "javascript-module",
|
|
15112
|
-
"path": "src/horizontal-scroll/horizontal-scroll.stories.ts",
|
|
15113
|
-
"declarations": [
|
|
15114
|
-
{
|
|
15115
|
-
"kind": "variable",
|
|
15116
|
-
"name": "meta",
|
|
15117
|
-
"type": {
|
|
15118
|
-
"text": "Meta"
|
|
15119
|
-
},
|
|
15120
|
-
"default": "{\n title: 'Horizontal Scroll',\n component: 'rapid-horizontal-scroll',\n}"
|
|
15121
|
-
},
|
|
15122
|
-
{
|
|
15123
|
-
"kind": "variable",
|
|
15124
|
-
"name": "Primary",
|
|
15125
|
-
"type": {
|
|
15126
|
-
"text": "StoryObj"
|
|
15127
|
-
},
|
|
15128
|
-
"default": "{\n render: () => html`\n <rapid-horizontal-scroll style=${horizontalScrollStyle}>\n ${repeat(\n cards,\n (item) => item,\n (item) => html`\n <rapid-card style=${cardStyle}>\n Card number ${item}\n <rapid-button>A button</rapid-button>\n </rapid-card>\n `,\n )}\n </rapid-horizontal-scroll>\n `,\n}"
|
|
15129
|
-
}
|
|
15130
|
-
],
|
|
15131
|
-
"exports": [
|
|
15132
|
-
{
|
|
15133
|
-
"kind": "js",
|
|
15134
|
-
"name": "default",
|
|
15135
|
-
"declaration": {
|
|
15136
|
-
"name": "meta",
|
|
15137
|
-
"module": "src/horizontal-scroll/horizontal-scroll.stories.ts"
|
|
15138
|
-
}
|
|
15139
|
-
},
|
|
15140
|
-
{
|
|
15141
|
-
"kind": "js",
|
|
15142
|
-
"name": "Primary",
|
|
15143
|
-
"declaration": {
|
|
15144
|
-
"name": "Primary",
|
|
15145
|
-
"module": "src/horizontal-scroll/horizontal-scroll.stories.ts"
|
|
15146
|
-
}
|
|
15147
|
-
}
|
|
15148
|
-
]
|
|
15149
|
-
},
|
|
15150
|
-
{
|
|
15151
|
-
"kind": "javascript-module",
|
|
15152
|
-
"path": "src/horizontal-scroll/horizontal-scroll.styles.ts",
|
|
15153
|
-
"declarations": [
|
|
15154
|
-
{
|
|
15155
|
-
"kind": "function",
|
|
15156
|
-
"name": "rapidHorizontalScrollStyles",
|
|
15157
|
-
"return": {
|
|
15158
|
-
"type": {
|
|
15159
|
-
"text": "ElementStyles"
|
|
15160
|
-
}
|
|
15161
|
-
},
|
|
15162
|
-
"parameters": [
|
|
15163
|
-
{
|
|
15164
|
-
"name": "context",
|
|
15165
|
-
"type": {
|
|
15166
|
-
"text": "ElementDefinitionContext"
|
|
15167
|
-
}
|
|
15168
|
-
},
|
|
15169
|
-
{
|
|
15170
|
-
"name": "definition",
|
|
15171
|
-
"type": {
|
|
15172
|
-
"text": "FoundationElementDefinition"
|
|
15173
|
-
}
|
|
15174
|
-
}
|
|
15175
|
-
]
|
|
15176
|
-
}
|
|
15177
|
-
],
|
|
15178
|
-
"exports": [
|
|
15179
|
-
{
|
|
15180
|
-
"kind": "js",
|
|
15181
|
-
"name": "rapidHorizontalScrollStyles",
|
|
15182
|
-
"declaration": {
|
|
15183
|
-
"name": "rapidHorizontalScrollStyles",
|
|
15184
|
-
"module": "src/horizontal-scroll/horizontal-scroll.styles.ts"
|
|
15185
|
-
}
|
|
15186
|
-
}
|
|
15187
|
-
]
|
|
15188
|
-
},
|
|
15189
|
-
{
|
|
15190
|
-
"kind": "javascript-module",
|
|
15191
|
-
"path": "src/horizontal-scroll/horizontal-scroll.template.ts",
|
|
15192
|
-
"declarations": [
|
|
15193
|
-
{
|
|
15194
|
-
"kind": "function",
|
|
15195
|
-
"name": "rapidHorizontalScrollTemplate",
|
|
15196
|
-
"return": {
|
|
15197
|
-
"type": {
|
|
15198
|
-
"text": "ViewTemplate<HorizontalScroll>"
|
|
15199
|
-
}
|
|
15200
|
-
},
|
|
15201
|
-
"parameters": [
|
|
15202
|
-
{
|
|
15203
|
-
"name": "context",
|
|
15204
|
-
"type": {
|
|
15205
|
-
"text": "ElementDefinitionContext"
|
|
15146
|
+
"name": "HorizontalScroll",
|
|
15147
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15206
15148
|
}
|
|
15207
15149
|
},
|
|
15208
15150
|
{
|
|
15209
|
-
"
|
|
15210
|
-
"
|
|
15211
|
-
|
|
15212
|
-
|
|
15213
|
-
|
|
15214
|
-
|
|
15215
|
-
|
|
15216
|
-
],
|
|
15217
|
-
"exports": [
|
|
15218
|
-
{
|
|
15219
|
-
"kind": "js",
|
|
15220
|
-
"name": "rapidHorizontalScrollTemplate",
|
|
15221
|
-
"declaration": {
|
|
15222
|
-
"name": "rapidHorizontalScrollTemplate",
|
|
15223
|
-
"module": "src/horizontal-scroll/horizontal-scroll.template.ts"
|
|
15224
|
-
}
|
|
15225
|
-
}
|
|
15226
|
-
]
|
|
15227
|
-
},
|
|
15228
|
-
{
|
|
15229
|
-
"kind": "javascript-module",
|
|
15230
|
-
"path": "src/horizontal-scroll/horizontal-scroll.ts",
|
|
15231
|
-
"declarations": [
|
|
15232
|
-
{
|
|
15233
|
-
"kind": "class",
|
|
15234
|
-
"description": "",
|
|
15235
|
-
"name": "HorizontalScroll",
|
|
15236
|
-
"superclass": {
|
|
15237
|
-
"name": "FoundationHorizontalScroll",
|
|
15238
|
-
"package": "@genesislcap/foundation-ui"
|
|
15239
|
-
},
|
|
15240
|
-
"tagName": "%%prefix%%-horizontal-scroll",
|
|
15241
|
-
"customElement": true,
|
|
15242
|
-
"attributes": [
|
|
15243
|
-
{
|
|
15244
|
-
"type": {
|
|
15245
|
-
"text": "number"
|
|
15151
|
+
"kind": "method",
|
|
15152
|
+
"name": "resized",
|
|
15153
|
+
"privacy": "public",
|
|
15154
|
+
"return": {
|
|
15155
|
+
"type": {
|
|
15156
|
+
"text": "void"
|
|
15157
|
+
}
|
|
15246
15158
|
},
|
|
15247
|
-
"
|
|
15248
|
-
"description": "Speed of scroll in pixels per second",
|
|
15249
|
-
"fieldName": "speed",
|
|
15159
|
+
"description": "Monitors resize event on the horizontal-scroll element",
|
|
15250
15160
|
"inheritedFrom": {
|
|
15251
15161
|
"name": "HorizontalScroll",
|
|
15252
15162
|
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15253
15163
|
}
|
|
15254
15164
|
},
|
|
15255
15165
|
{
|
|
15256
|
-
"
|
|
15257
|
-
"
|
|
15258
|
-
|
|
15166
|
+
"kind": "method",
|
|
15167
|
+
"name": "scrolled",
|
|
15168
|
+
"privacy": "public",
|
|
15169
|
+
"return": {
|
|
15170
|
+
"type": {
|
|
15171
|
+
"text": "void"
|
|
15172
|
+
}
|
|
15259
15173
|
},
|
|
15260
|
-
"description": "
|
|
15261
|
-
"fieldName": "duration",
|
|
15174
|
+
"description": "Monitors scrolled event on the content container",
|
|
15262
15175
|
"inheritedFrom": {
|
|
15263
15176
|
"name": "HorizontalScroll",
|
|
15264
15177
|
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15265
15178
|
}
|
|
15266
15179
|
},
|
|
15267
15180
|
{
|
|
15268
|
-
"
|
|
15181
|
+
"kind": "field",
|
|
15182
|
+
"name": "_presentation",
|
|
15269
15183
|
"type": {
|
|
15270
|
-
"text": "
|
|
15184
|
+
"text": "ComponentPresentation | null | undefined"
|
|
15271
15185
|
},
|
|
15272
|
-
"
|
|
15273
|
-
"
|
|
15274
|
-
"fieldName": "easing",
|
|
15186
|
+
"privacy": "private",
|
|
15187
|
+
"default": "void 0",
|
|
15275
15188
|
"inheritedFrom": {
|
|
15276
15189
|
"name": "HorizontalScroll",
|
|
15277
15190
|
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15278
15191
|
}
|
|
15279
15192
|
},
|
|
15280
15193
|
{
|
|
15281
|
-
"
|
|
15194
|
+
"kind": "field",
|
|
15195
|
+
"name": "$presentation",
|
|
15282
15196
|
"type": {
|
|
15283
|
-
"text": "
|
|
15197
|
+
"text": "ComponentPresentation | null"
|
|
15284
15198
|
},
|
|
15285
|
-
"
|
|
15286
|
-
"description": "
|
|
15287
|
-
"fieldName": "flippersHiddenFromAT",
|
|
15199
|
+
"privacy": "public",
|
|
15200
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
15288
15201
|
"inheritedFrom": {
|
|
15289
15202
|
"name": "HorizontalScroll",
|
|
15290
15203
|
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15291
15204
|
}
|
|
15292
15205
|
},
|
|
15293
15206
|
{
|
|
15294
|
-
"
|
|
15207
|
+
"kind": "field",
|
|
15208
|
+
"name": "template",
|
|
15295
15209
|
"type": {
|
|
15296
|
-
"text": "
|
|
15210
|
+
"text": "ElementViewTemplate | void | null"
|
|
15297
15211
|
},
|
|
15298
|
-
"
|
|
15299
|
-
"
|
|
15212
|
+
"privacy": "public",
|
|
15213
|
+
"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.",
|
|
15300
15214
|
"inheritedFrom": {
|
|
15301
15215
|
"name": "HorizontalScroll",
|
|
15302
15216
|
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15303
15217
|
}
|
|
15304
|
-
}
|
|
15305
|
-
],
|
|
15306
|
-
"members": [
|
|
15218
|
+
},
|
|
15307
15219
|
{
|
|
15308
|
-
"kind": "
|
|
15309
|
-
"name": "
|
|
15310
|
-
"
|
|
15311
|
-
|
|
15220
|
+
"kind": "method",
|
|
15221
|
+
"name": "templateChanged",
|
|
15222
|
+
"privacy": "protected",
|
|
15223
|
+
"return": {
|
|
15224
|
+
"type": {
|
|
15225
|
+
"text": "void"
|
|
15226
|
+
}
|
|
15312
15227
|
},
|
|
15313
|
-
"privacy": "public",
|
|
15314
|
-
"description": "Reference to DOM element that scrolls the content",
|
|
15315
15228
|
"inheritedFrom": {
|
|
15316
15229
|
"name": "HorizontalScroll",
|
|
15317
15230
|
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
@@ -15319,316 +15232,419 @@
|
|
|
15319
15232
|
},
|
|
15320
15233
|
{
|
|
15321
15234
|
"kind": "field",
|
|
15322
|
-
"name": "
|
|
15235
|
+
"name": "styles",
|
|
15323
15236
|
"type": {
|
|
15324
|
-
"text": "
|
|
15237
|
+
"text": "ElementStyles | void | null"
|
|
15325
15238
|
},
|
|
15326
15239
|
"privacy": "public",
|
|
15327
|
-
"description": "
|
|
15240
|
+
"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.",
|
|
15328
15241
|
"inheritedFrom": {
|
|
15329
15242
|
"name": "HorizontalScroll",
|
|
15330
15243
|
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15331
15244
|
}
|
|
15332
15245
|
},
|
|
15333
15246
|
{
|
|
15334
|
-
"kind": "
|
|
15335
|
-
"name": "
|
|
15336
|
-
"
|
|
15337
|
-
|
|
15247
|
+
"kind": "method",
|
|
15248
|
+
"name": "stylesChanged",
|
|
15249
|
+
"privacy": "protected",
|
|
15250
|
+
"return": {
|
|
15251
|
+
"type": {
|
|
15252
|
+
"text": "void"
|
|
15253
|
+
}
|
|
15338
15254
|
},
|
|
15339
|
-
"privacy": "public",
|
|
15340
|
-
"description": "Reference to flipper to scroll to previous content",
|
|
15341
15255
|
"inheritedFrom": {
|
|
15342
15256
|
"name": "HorizontalScroll",
|
|
15343
15257
|
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15344
15258
|
}
|
|
15345
15259
|
},
|
|
15346
15260
|
{
|
|
15347
|
-
"kind": "
|
|
15348
|
-
"name": "
|
|
15349
|
-
"type": {
|
|
15350
|
-
"text": "HTMLDivElement"
|
|
15351
|
-
},
|
|
15261
|
+
"kind": "method",
|
|
15262
|
+
"name": "compose",
|
|
15352
15263
|
"privacy": "public",
|
|
15353
|
-
"
|
|
15264
|
+
"static": true,
|
|
15265
|
+
"return": {
|
|
15266
|
+
"type": {
|
|
15267
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
15268
|
+
}
|
|
15269
|
+
},
|
|
15270
|
+
"parameters": [
|
|
15271
|
+
{
|
|
15272
|
+
"name": "this",
|
|
15273
|
+
"type": {
|
|
15274
|
+
"text": "K"
|
|
15275
|
+
}
|
|
15276
|
+
},
|
|
15277
|
+
{
|
|
15278
|
+
"name": "elementDefinition",
|
|
15279
|
+
"type": {
|
|
15280
|
+
"text": "T"
|
|
15281
|
+
},
|
|
15282
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
15283
|
+
}
|
|
15284
|
+
],
|
|
15285
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
15354
15286
|
"inheritedFrom": {
|
|
15355
15287
|
"name": "HorizontalScroll",
|
|
15356
15288
|
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15357
15289
|
}
|
|
15358
|
-
}
|
|
15290
|
+
}
|
|
15291
|
+
],
|
|
15292
|
+
"events": [
|
|
15359
15293
|
{
|
|
15360
|
-
"
|
|
15361
|
-
"name": "
|
|
15362
|
-
"type": {
|
|
15363
|
-
"text": "number"
|
|
15364
|
-
},
|
|
15365
|
-
"privacy": "public",
|
|
15366
|
-
"default": "600",
|
|
15367
|
-
"description": "Speed of scroll in pixels per second",
|
|
15294
|
+
"description": "Fires a custom 'scrollstart' event when scrolling",
|
|
15295
|
+
"name": "scrollstart",
|
|
15368
15296
|
"inheritedFrom": {
|
|
15369
15297
|
"name": "HorizontalScroll",
|
|
15370
15298
|
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15371
15299
|
}
|
|
15372
15300
|
},
|
|
15373
15301
|
{
|
|
15374
|
-
"
|
|
15375
|
-
"name": "
|
|
15376
|
-
"type": {
|
|
15377
|
-
"text": "string"
|
|
15378
|
-
},
|
|
15379
|
-
"privacy": "public",
|
|
15380
|
-
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
15302
|
+
"description": "Fires a custom 'scrollend' event when scrolling stops",
|
|
15303
|
+
"name": "scrollend",
|
|
15381
15304
|
"inheritedFrom": {
|
|
15382
15305
|
"name": "HorizontalScroll",
|
|
15383
15306
|
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15384
15307
|
}
|
|
15385
|
-
}
|
|
15308
|
+
}
|
|
15309
|
+
]
|
|
15310
|
+
},
|
|
15311
|
+
{
|
|
15312
|
+
"kind": "variable",
|
|
15313
|
+
"name": "defaultHorizontalScrollConfig",
|
|
15314
|
+
"type": {
|
|
15315
|
+
"text": "object"
|
|
15316
|
+
},
|
|
15317
|
+
"default": "{\n nextFlipper: html`\n <rapid-flipper\n @click=\"${(x) => x.scrollToNext()}\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></rapid-flipper>\n `,\n previousFlipper: html`\n <rapid-flipper\n @click=\"${(x) => x.scrollToPrevious()}\"\n direction=\"previous\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></rapid-flipper>\n `,\n}"
|
|
15318
|
+
},
|
|
15319
|
+
{
|
|
15320
|
+
"kind": "variable",
|
|
15321
|
+
"name": "rapidHorizontalScroll"
|
|
15322
|
+
}
|
|
15323
|
+
],
|
|
15324
|
+
"exports": [
|
|
15325
|
+
{
|
|
15326
|
+
"kind": "js",
|
|
15327
|
+
"name": "HorizontalScroll",
|
|
15328
|
+
"declaration": {
|
|
15329
|
+
"name": "HorizontalScroll",
|
|
15330
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15331
|
+
}
|
|
15332
|
+
},
|
|
15333
|
+
{
|
|
15334
|
+
"kind": "js",
|
|
15335
|
+
"name": "defaultHorizontalScrollConfig",
|
|
15336
|
+
"declaration": {
|
|
15337
|
+
"name": "defaultHorizontalScrollConfig",
|
|
15338
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15339
|
+
}
|
|
15340
|
+
},
|
|
15341
|
+
{
|
|
15342
|
+
"kind": "js",
|
|
15343
|
+
"name": "rapidHorizontalScroll",
|
|
15344
|
+
"declaration": {
|
|
15345
|
+
"name": "rapidHorizontalScroll",
|
|
15346
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15347
|
+
}
|
|
15348
|
+
}
|
|
15349
|
+
]
|
|
15350
|
+
},
|
|
15351
|
+
{
|
|
15352
|
+
"kind": "javascript-module",
|
|
15353
|
+
"path": "src/horizontal-scroll/index.ts",
|
|
15354
|
+
"declarations": [],
|
|
15355
|
+
"exports": [
|
|
15356
|
+
{
|
|
15357
|
+
"kind": "js",
|
|
15358
|
+
"name": "*",
|
|
15359
|
+
"declaration": {
|
|
15360
|
+
"name": "*",
|
|
15361
|
+
"package": "./horizontal-scroll"
|
|
15362
|
+
}
|
|
15363
|
+
},
|
|
15364
|
+
{
|
|
15365
|
+
"kind": "js",
|
|
15366
|
+
"name": "*",
|
|
15367
|
+
"declaration": {
|
|
15368
|
+
"name": "*",
|
|
15369
|
+
"package": "./horizontal-scroll.styles"
|
|
15370
|
+
}
|
|
15371
|
+
},
|
|
15372
|
+
{
|
|
15373
|
+
"kind": "js",
|
|
15374
|
+
"name": "*",
|
|
15375
|
+
"declaration": {
|
|
15376
|
+
"name": "*",
|
|
15377
|
+
"package": "./horizontal-scroll.template"
|
|
15378
|
+
}
|
|
15379
|
+
}
|
|
15380
|
+
]
|
|
15381
|
+
},
|
|
15382
|
+
{
|
|
15383
|
+
"kind": "javascript-module",
|
|
15384
|
+
"path": "src/icon/icon.stories.ts",
|
|
15385
|
+
"declarations": [
|
|
15386
|
+
{
|
|
15387
|
+
"kind": "variable",
|
|
15388
|
+
"name": "meta",
|
|
15389
|
+
"type": {
|
|
15390
|
+
"text": "Meta"
|
|
15391
|
+
},
|
|
15392
|
+
"default": "{\n title: 'Icon',\n component: 'rapid-icon',\n}"
|
|
15393
|
+
},
|
|
15394
|
+
{
|
|
15395
|
+
"kind": "variable",
|
|
15396
|
+
"name": "Default",
|
|
15397
|
+
"type": {
|
|
15398
|
+
"text": "StoryObj"
|
|
15399
|
+
},
|
|
15400
|
+
"default": "{\n argTypes: {\n size: {\n control: 'select',\n options: [\n '2xs',\n 'xs',\n 'sm',\n 'lg',\n 'xl',\n '2xl',\n '1x',\n '2x',\n '3x',\n '4x',\n '5x',\n '6x',\n '7x',\n '8x',\n '9x',\n '10x',\n ],\n },\n variant: {\n control: 'select',\n options: ['solid', 'regular', 'brand'],\n },\n },\n args: {\n name: 'glasses',\n size: 'lg',\n variant: 'solid',\n },\n render: ({ name, size, variant }) => html`\n <rapid-icon\n style=\"color: white;\"\n name=\"${name}\"\n size=\"${size}\"\n variant=\"${variant}\"\n ></rapid-icon>\n `,\n}"
|
|
15401
|
+
},
|
|
15402
|
+
{
|
|
15403
|
+
"kind": "variable",
|
|
15404
|
+
"name": "Multiple",
|
|
15405
|
+
"type": {
|
|
15406
|
+
"text": "StoryObj"
|
|
15407
|
+
},
|
|
15408
|
+
"default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <rapid-icon name=\"glasses\" size=\"1x\"></rapid-icon>\n <rapid-icon name=\"amazon\" size=\"2x\" variant=\"brand\"></rapid-icon>\n <rapid-icon name=\"amazon-pay\" size=\"3x\" variant=\"brand\"></rapid-icon>\n <rapid-icon name=\"apple\" size=\"4x\" variant=\"brand\"></rapid-icon>\n <rapid-icon name=\"chrome\" size=\"5x\" variant=\"brand\"></rapid-icon>\n <rapid-icon name=\"ambulance\" size=\"xs\"></rapid-icon>\n <rapid-icon name=\"angry\" size=\"1x\"></rapid-icon>\n <rapid-icon variant=\"regular\" name=\"angry\" size=\"sm\"></rapid-icon>\n <rapid-icon name=\"address-book\" size=\"lg\"></rapid-icon>\n <rapid-icon variant=\"regular\" name=\"address-book\" size=\"xl\"></rapid-icon>\n <rapid-icon name=\"bookmark\" size=\"2xl;\"></rapid-icon>\n <rapid-icon variant=\"regular\" name=\"bookmark\" size=\"2xs\"></rapid-icon>\n </div>\n `,\n}"
|
|
15409
|
+
}
|
|
15410
|
+
],
|
|
15411
|
+
"exports": [
|
|
15412
|
+
{
|
|
15413
|
+
"kind": "js",
|
|
15414
|
+
"name": "default",
|
|
15415
|
+
"declaration": {
|
|
15416
|
+
"name": "meta",
|
|
15417
|
+
"module": "src/icon/icon.stories.ts"
|
|
15418
|
+
}
|
|
15419
|
+
},
|
|
15420
|
+
{
|
|
15421
|
+
"kind": "js",
|
|
15422
|
+
"name": "Default",
|
|
15423
|
+
"declaration": {
|
|
15424
|
+
"name": "Default",
|
|
15425
|
+
"module": "src/icon/icon.stories.ts"
|
|
15426
|
+
}
|
|
15427
|
+
},
|
|
15428
|
+
{
|
|
15429
|
+
"kind": "js",
|
|
15430
|
+
"name": "Multiple",
|
|
15431
|
+
"declaration": {
|
|
15432
|
+
"name": "Multiple",
|
|
15433
|
+
"module": "src/icon/icon.stories.ts"
|
|
15434
|
+
}
|
|
15435
|
+
}
|
|
15436
|
+
]
|
|
15437
|
+
},
|
|
15438
|
+
{
|
|
15439
|
+
"kind": "javascript-module",
|
|
15440
|
+
"path": "src/icon/icon.styles.ts",
|
|
15441
|
+
"declarations": [
|
|
15442
|
+
{
|
|
15443
|
+
"kind": "function",
|
|
15444
|
+
"name": "rapidIconStyles",
|
|
15445
|
+
"return": {
|
|
15446
|
+
"type": {
|
|
15447
|
+
"text": "ElementStyles"
|
|
15448
|
+
}
|
|
15449
|
+
},
|
|
15450
|
+
"parameters": [
|
|
15386
15451
|
{
|
|
15387
|
-
"
|
|
15388
|
-
"name": "easing",
|
|
15452
|
+
"name": "context",
|
|
15389
15453
|
"type": {
|
|
15390
|
-
"text": "
|
|
15391
|
-
},
|
|
15392
|
-
"privacy": "public",
|
|
15393
|
-
"default": "\"ease-in-out\"",
|
|
15394
|
-
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
15395
|
-
"inheritedFrom": {
|
|
15396
|
-
"name": "HorizontalScroll",
|
|
15397
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15454
|
+
"text": "ElementDefinitionContext"
|
|
15398
15455
|
}
|
|
15399
15456
|
},
|
|
15400
15457
|
{
|
|
15401
|
-
"
|
|
15402
|
-
"name": "flippersHiddenFromAT",
|
|
15458
|
+
"name": "definition",
|
|
15403
15459
|
"type": {
|
|
15404
|
-
"text": "
|
|
15405
|
-
},
|
|
15406
|
-
"privacy": "public",
|
|
15407
|
-
"default": "false",
|
|
15408
|
-
"description": "Attribute to hide flippers from assistive technology",
|
|
15409
|
-
"inheritedFrom": {
|
|
15410
|
-
"name": "HorizontalScroll",
|
|
15411
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15460
|
+
"text": "FoundationElementDefinition"
|
|
15412
15461
|
}
|
|
15413
|
-
}
|
|
15462
|
+
}
|
|
15463
|
+
]
|
|
15464
|
+
}
|
|
15465
|
+
],
|
|
15466
|
+
"exports": [
|
|
15467
|
+
{
|
|
15468
|
+
"kind": "js",
|
|
15469
|
+
"name": "rapidIconStyles",
|
|
15470
|
+
"declaration": {
|
|
15471
|
+
"name": "rapidIconStyles",
|
|
15472
|
+
"module": "src/icon/icon.styles.ts"
|
|
15473
|
+
}
|
|
15474
|
+
}
|
|
15475
|
+
]
|
|
15476
|
+
},
|
|
15477
|
+
{
|
|
15478
|
+
"kind": "javascript-module",
|
|
15479
|
+
"path": "src/icon/icon.ts",
|
|
15480
|
+
"declarations": [
|
|
15481
|
+
{
|
|
15482
|
+
"kind": "class",
|
|
15483
|
+
"description": "",
|
|
15484
|
+
"name": "Icon",
|
|
15485
|
+
"superclass": {
|
|
15486
|
+
"name": "FoundationIcon",
|
|
15487
|
+
"package": "@genesislcap/foundation-ui"
|
|
15488
|
+
},
|
|
15489
|
+
"tagName": "%%prefix%%-icon",
|
|
15490
|
+
"customElement": true,
|
|
15491
|
+
"attributes": [
|
|
15414
15492
|
{
|
|
15415
|
-
"
|
|
15416
|
-
"name": "scrollItems",
|
|
15493
|
+
"name": "name",
|
|
15417
15494
|
"type": {
|
|
15418
|
-
"text": "
|
|
15495
|
+
"text": "IconName"
|
|
15419
15496
|
},
|
|
15420
|
-
"
|
|
15421
|
-
"description": "The default slotted items placed in the scrolling container.",
|
|
15497
|
+
"fieldName": "name",
|
|
15422
15498
|
"inheritedFrom": {
|
|
15423
|
-
"name": "
|
|
15424
|
-
"module": "src/
|
|
15499
|
+
"name": "Icon",
|
|
15500
|
+
"module": "src/icon/icon.ts"
|
|
15425
15501
|
}
|
|
15426
15502
|
},
|
|
15427
15503
|
{
|
|
15428
|
-
"
|
|
15429
|
-
"name": "view",
|
|
15504
|
+
"name": "size",
|
|
15430
15505
|
"type": {
|
|
15431
|
-
"text": "
|
|
15506
|
+
"text": "FaSize"
|
|
15432
15507
|
},
|
|
15433
|
-
"
|
|
15434
|
-
"
|
|
15508
|
+
"default": "'sm'",
|
|
15509
|
+
"fieldName": "size",
|
|
15435
15510
|
"inheritedFrom": {
|
|
15436
|
-
"name": "
|
|
15437
|
-
"module": "src/
|
|
15511
|
+
"name": "Icon",
|
|
15512
|
+
"module": "src/icon/icon.ts"
|
|
15438
15513
|
}
|
|
15439
15514
|
},
|
|
15440
15515
|
{
|
|
15441
|
-
"
|
|
15442
|
-
"
|
|
15443
|
-
|
|
15444
|
-
|
|
15445
|
-
|
|
15446
|
-
|
|
15447
|
-
"type": {
|
|
15448
|
-
"text": "HTMLElement[]"
|
|
15449
|
-
},
|
|
15450
|
-
"description": "current scroll items"
|
|
15451
|
-
},
|
|
15452
|
-
{
|
|
15453
|
-
"name": "next",
|
|
15454
|
-
"type": {
|
|
15455
|
-
"text": "HTMLElement[]"
|
|
15456
|
-
},
|
|
15457
|
-
"description": "new updated scroll items"
|
|
15458
|
-
}
|
|
15459
|
-
],
|
|
15460
|
-
"description": "Updates scroll stops and flippers when scroll items change",
|
|
15516
|
+
"name": "variant",
|
|
15517
|
+
"type": {
|
|
15518
|
+
"text": "IconStyle"
|
|
15519
|
+
},
|
|
15520
|
+
"default": "'solid'",
|
|
15521
|
+
"fieldName": "variant",
|
|
15461
15522
|
"inheritedFrom": {
|
|
15462
|
-
"name": "
|
|
15463
|
-
"module": "src/
|
|
15523
|
+
"name": "Icon",
|
|
15524
|
+
"module": "src/icon/icon.ts"
|
|
15464
15525
|
}
|
|
15465
|
-
}
|
|
15526
|
+
}
|
|
15527
|
+
],
|
|
15528
|
+
"members": [
|
|
15466
15529
|
{
|
|
15467
|
-
"kind": "
|
|
15468
|
-
"name": "
|
|
15469
|
-
"
|
|
15470
|
-
|
|
15471
|
-
|
|
15472
|
-
"name": "stops",
|
|
15473
|
-
"type": {
|
|
15474
|
-
"text": "number[]"
|
|
15475
|
-
}
|
|
15476
|
-
}
|
|
15477
|
-
],
|
|
15530
|
+
"kind": "field",
|
|
15531
|
+
"name": "iElement",
|
|
15532
|
+
"type": {
|
|
15533
|
+
"text": "HTMLElement"
|
|
15534
|
+
},
|
|
15478
15535
|
"inheritedFrom": {
|
|
15479
|
-
"name": "
|
|
15480
|
-
"module": "src/
|
|
15536
|
+
"name": "Icon",
|
|
15537
|
+
"module": "src/icon/icon.ts"
|
|
15481
15538
|
}
|
|
15482
15539
|
},
|
|
15483
15540
|
{
|
|
15484
|
-
"kind": "
|
|
15485
|
-
"name": "
|
|
15486
|
-
"
|
|
15487
|
-
|
|
15488
|
-
|
|
15489
|
-
"text": "void"
|
|
15490
|
-
}
|
|
15491
|
-
},
|
|
15492
|
-
"parameters": [
|
|
15493
|
-
{
|
|
15494
|
-
"name": "item",
|
|
15495
|
-
"type": {
|
|
15496
|
-
"text": "HTMLElement | number"
|
|
15497
|
-
},
|
|
15498
|
-
"description": "An item index, a scroll item or a child of one of the scroll items"
|
|
15499
|
-
},
|
|
15500
|
-
{
|
|
15501
|
-
"name": "padding",
|
|
15502
|
-
"default": "0",
|
|
15503
|
-
"type": {
|
|
15504
|
-
"text": "number"
|
|
15505
|
-
},
|
|
15506
|
-
"description": "Padding of the viewport where the active item shouldn't be"
|
|
15507
|
-
},
|
|
15508
|
-
{
|
|
15509
|
-
"name": "rightPadding",
|
|
15510
|
-
"optional": true,
|
|
15511
|
-
"type": {
|
|
15512
|
-
"text": "number"
|
|
15513
|
-
},
|
|
15514
|
-
"description": "Optional right padding. Uses the padding if not defined"
|
|
15515
|
-
}
|
|
15516
|
-
],
|
|
15517
|
-
"description": "Function that can scroll an item into view.",
|
|
15541
|
+
"kind": "field",
|
|
15542
|
+
"name": "name",
|
|
15543
|
+
"type": {
|
|
15544
|
+
"text": "IconName"
|
|
15545
|
+
},
|
|
15518
15546
|
"inheritedFrom": {
|
|
15519
|
-
"name": "
|
|
15520
|
-
"module": "src/
|
|
15547
|
+
"name": "Icon",
|
|
15548
|
+
"module": "src/icon/icon.ts"
|
|
15521
15549
|
}
|
|
15522
15550
|
},
|
|
15523
15551
|
{
|
|
15524
15552
|
"kind": "method",
|
|
15525
|
-
"name": "
|
|
15526
|
-
"privacy": "public",
|
|
15553
|
+
"name": "nameChanged",
|
|
15527
15554
|
"parameters": [
|
|
15528
15555
|
{
|
|
15529
|
-
"name": "
|
|
15556
|
+
"name": "oldValue",
|
|
15530
15557
|
"type": {
|
|
15531
|
-
"text": "
|
|
15532
|
-
}
|
|
15533
|
-
|
|
15558
|
+
"text": "string"
|
|
15559
|
+
}
|
|
15560
|
+
},
|
|
15561
|
+
{
|
|
15562
|
+
"name": "newValue",
|
|
15563
|
+
"type": {
|
|
15564
|
+
"text": "string"
|
|
15565
|
+
}
|
|
15534
15566
|
}
|
|
15535
15567
|
],
|
|
15536
|
-
"description": "Lets the user arrow left and right through the horizontal scroll",
|
|
15537
15568
|
"inheritedFrom": {
|
|
15538
|
-
"name": "
|
|
15539
|
-
"module": "src/
|
|
15569
|
+
"name": "Icon",
|
|
15570
|
+
"module": "src/icon/icon.ts"
|
|
15540
15571
|
}
|
|
15541
15572
|
},
|
|
15542
15573
|
{
|
|
15543
|
-
"kind": "
|
|
15544
|
-
"name": "
|
|
15545
|
-
"
|
|
15546
|
-
|
|
15547
|
-
"type": {
|
|
15548
|
-
"text": "void"
|
|
15549
|
-
}
|
|
15574
|
+
"kind": "field",
|
|
15575
|
+
"name": "size",
|
|
15576
|
+
"type": {
|
|
15577
|
+
"text": "FaSize"
|
|
15550
15578
|
},
|
|
15551
|
-
"
|
|
15579
|
+
"default": "'sm'",
|
|
15552
15580
|
"inheritedFrom": {
|
|
15553
|
-
"name": "
|
|
15554
|
-
"module": "src/
|
|
15581
|
+
"name": "Icon",
|
|
15582
|
+
"module": "src/icon/icon.ts"
|
|
15555
15583
|
}
|
|
15556
15584
|
},
|
|
15557
15585
|
{
|
|
15558
15586
|
"kind": "method",
|
|
15559
|
-
"name": "
|
|
15560
|
-
"
|
|
15561
|
-
|
|
15562
|
-
|
|
15563
|
-
"
|
|
15587
|
+
"name": "sizeChanged",
|
|
15588
|
+
"parameters": [
|
|
15589
|
+
{
|
|
15590
|
+
"name": "oldValue",
|
|
15591
|
+
"type": {
|
|
15592
|
+
"text": "string"
|
|
15593
|
+
}
|
|
15594
|
+
},
|
|
15595
|
+
{
|
|
15596
|
+
"name": "newValue",
|
|
15597
|
+
"type": {
|
|
15598
|
+
"text": "string"
|
|
15599
|
+
}
|
|
15564
15600
|
}
|
|
15601
|
+
],
|
|
15602
|
+
"inheritedFrom": {
|
|
15603
|
+
"name": "Icon",
|
|
15604
|
+
"module": "src/icon/icon.ts"
|
|
15605
|
+
}
|
|
15606
|
+
},
|
|
15607
|
+
{
|
|
15608
|
+
"kind": "field",
|
|
15609
|
+
"name": "variant",
|
|
15610
|
+
"type": {
|
|
15611
|
+
"text": "IconStyle"
|
|
15565
15612
|
},
|
|
15566
|
-
"
|
|
15613
|
+
"default": "'solid'",
|
|
15567
15614
|
"inheritedFrom": {
|
|
15568
|
-
"name": "
|
|
15569
|
-
"module": "src/
|
|
15615
|
+
"name": "Icon",
|
|
15616
|
+
"module": "src/icon/icon.ts"
|
|
15570
15617
|
}
|
|
15571
15618
|
},
|
|
15572
15619
|
{
|
|
15573
15620
|
"kind": "method",
|
|
15574
|
-
"name": "
|
|
15575
|
-
"privacy": "public",
|
|
15576
|
-
"return": {
|
|
15577
|
-
"type": {
|
|
15578
|
-
"text": "void"
|
|
15579
|
-
}
|
|
15580
|
-
},
|
|
15621
|
+
"name": "variantChanged",
|
|
15581
15622
|
"parameters": [
|
|
15582
15623
|
{
|
|
15583
|
-
"name": "
|
|
15624
|
+
"name": "oldValue",
|
|
15584
15625
|
"type": {
|
|
15585
|
-
"text": "
|
|
15586
|
-
}
|
|
15587
|
-
"description": "position to scroll to"
|
|
15626
|
+
"text": "string"
|
|
15627
|
+
}
|
|
15588
15628
|
},
|
|
15589
15629
|
{
|
|
15590
|
-
"name": "
|
|
15591
|
-
"default": "this.scrollContainer.scrollLeft",
|
|
15630
|
+
"name": "newValue",
|
|
15592
15631
|
"type": {
|
|
15593
|
-
"text": "
|
|
15594
|
-
}
|
|
15595
|
-
"description": "starting position"
|
|
15632
|
+
"text": "string"
|
|
15633
|
+
}
|
|
15596
15634
|
}
|
|
15597
15635
|
],
|
|
15598
|
-
"description": "Handles scrolling with easing",
|
|
15599
|
-
"inheritedFrom": {
|
|
15600
|
-
"name": "HorizontalScroll",
|
|
15601
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15602
|
-
}
|
|
15603
|
-
},
|
|
15604
|
-
{
|
|
15605
|
-
"kind": "method",
|
|
15606
|
-
"name": "resized",
|
|
15607
|
-
"privacy": "public",
|
|
15608
|
-
"return": {
|
|
15609
|
-
"type": {
|
|
15610
|
-
"text": "void"
|
|
15611
|
-
}
|
|
15612
|
-
},
|
|
15613
|
-
"description": "Monitors resize event on the horizontal-scroll element",
|
|
15614
15636
|
"inheritedFrom": {
|
|
15615
|
-
"name": "
|
|
15616
|
-
"module": "src/
|
|
15637
|
+
"name": "Icon",
|
|
15638
|
+
"module": "src/icon/icon.ts"
|
|
15617
15639
|
}
|
|
15618
15640
|
},
|
|
15619
15641
|
{
|
|
15620
15642
|
"kind": "method",
|
|
15621
|
-
"name": "
|
|
15643
|
+
"name": "loadIcon",
|
|
15622
15644
|
"privacy": "public",
|
|
15623
|
-
"return": {
|
|
15624
|
-
"type": {
|
|
15625
|
-
"text": "void"
|
|
15626
|
-
}
|
|
15627
|
-
},
|
|
15628
|
-
"description": "Monitors scrolled event on the content container",
|
|
15629
15645
|
"inheritedFrom": {
|
|
15630
|
-
"name": "
|
|
15631
|
-
"module": "src/
|
|
15646
|
+
"name": "Icon",
|
|
15647
|
+
"module": "src/icon/icon.ts"
|
|
15632
15648
|
}
|
|
15633
15649
|
},
|
|
15634
15650
|
{
|
|
@@ -15640,8 +15656,8 @@
|
|
|
15640
15656
|
"privacy": "private",
|
|
15641
15657
|
"default": "void 0",
|
|
15642
15658
|
"inheritedFrom": {
|
|
15643
|
-
"name": "
|
|
15644
|
-
"module": "src/
|
|
15659
|
+
"name": "FoundationElement",
|
|
15660
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15645
15661
|
}
|
|
15646
15662
|
},
|
|
15647
15663
|
{
|
|
@@ -15653,8 +15669,8 @@
|
|
|
15653
15669
|
"privacy": "public",
|
|
15654
15670
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
15655
15671
|
"inheritedFrom": {
|
|
15656
|
-
"name": "
|
|
15657
|
-
"module": "src/
|
|
15672
|
+
"name": "FoundationElement",
|
|
15673
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15658
15674
|
}
|
|
15659
15675
|
},
|
|
15660
15676
|
{
|
|
@@ -15666,8 +15682,8 @@
|
|
|
15666
15682
|
"privacy": "public",
|
|
15667
15683
|
"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.",
|
|
15668
15684
|
"inheritedFrom": {
|
|
15669
|
-
"name": "
|
|
15670
|
-
"module": "src/
|
|
15685
|
+
"name": "FoundationElement",
|
|
15686
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15671
15687
|
}
|
|
15672
15688
|
},
|
|
15673
15689
|
{
|
|
@@ -15680,8 +15696,8 @@
|
|
|
15680
15696
|
}
|
|
15681
15697
|
},
|
|
15682
15698
|
"inheritedFrom": {
|
|
15683
|
-
"name": "
|
|
15684
|
-
"module": "src/
|
|
15699
|
+
"name": "FoundationElement",
|
|
15700
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15685
15701
|
}
|
|
15686
15702
|
},
|
|
15687
15703
|
{
|
|
@@ -15693,8 +15709,8 @@
|
|
|
15693
15709
|
"privacy": "public",
|
|
15694
15710
|
"description": "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.",
|
|
15695
15711
|
"inheritedFrom": {
|
|
15696
|
-
"name": "
|
|
15697
|
-
"module": "src/
|
|
15712
|
+
"name": "FoundationElement",
|
|
15713
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15698
15714
|
}
|
|
15699
15715
|
},
|
|
15700
15716
|
{
|
|
@@ -15707,8 +15723,8 @@
|
|
|
15707
15723
|
}
|
|
15708
15724
|
},
|
|
15709
15725
|
"inheritedFrom": {
|
|
15710
|
-
"name": "
|
|
15711
|
-
"module": "src/
|
|
15726
|
+
"name": "FoundationElement",
|
|
15727
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15712
15728
|
}
|
|
15713
15729
|
},
|
|
15714
15730
|
{
|
|
@@ -15738,73 +15754,65 @@
|
|
|
15738
15754
|
],
|
|
15739
15755
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
15740
15756
|
"inheritedFrom": {
|
|
15741
|
-
"name": "
|
|
15742
|
-
"module": "src/
|
|
15743
|
-
}
|
|
15744
|
-
}
|
|
15745
|
-
],
|
|
15746
|
-
"events": [
|
|
15747
|
-
{
|
|
15748
|
-
"description": "Fires a custom 'scrollstart' event when scrolling",
|
|
15749
|
-
"name": "scrollstart",
|
|
15750
|
-
"inheritedFrom": {
|
|
15751
|
-
"name": "HorizontalScroll",
|
|
15752
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15753
|
-
}
|
|
15754
|
-
},
|
|
15755
|
-
{
|
|
15756
|
-
"description": "Fires a custom 'scrollend' event when scrolling stops",
|
|
15757
|
-
"name": "scrollend",
|
|
15758
|
-
"inheritedFrom": {
|
|
15759
|
-
"name": "HorizontalScroll",
|
|
15760
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
15757
|
+
"name": "FoundationElement",
|
|
15758
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
15761
15759
|
}
|
|
15762
15760
|
}
|
|
15763
15761
|
]
|
|
15764
15762
|
},
|
|
15765
15763
|
{
|
|
15766
15764
|
"kind": "variable",
|
|
15767
|
-
"name": "
|
|
15768
|
-
"
|
|
15769
|
-
"text": "object"
|
|
15770
|
-
},
|
|
15771
|
-
"default": "{\n nextFlipper: html`\n <rapid-flipper\n @click=\"${(x) => x.scrollToNext()}\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></rapid-flipper>\n `,\n previousFlipper: html`\n <rapid-flipper\n @click=\"${(x) => x.scrollToPrevious()}\"\n direction=\"previous\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></rapid-flipper>\n `,\n}"
|
|
15765
|
+
"name": "defaultIconConfig",
|
|
15766
|
+
"default": "foundationIconConfig"
|
|
15772
15767
|
},
|
|
15773
15768
|
{
|
|
15774
15769
|
"kind": "variable",
|
|
15775
|
-
"name": "
|
|
15770
|
+
"name": "rapidIconShadowOptions",
|
|
15771
|
+
"default": "foundationIconShadowOptions"
|
|
15772
|
+
},
|
|
15773
|
+
{
|
|
15774
|
+
"kind": "variable",
|
|
15775
|
+
"name": "rapidIcon"
|
|
15776
15776
|
}
|
|
15777
15777
|
],
|
|
15778
15778
|
"exports": [
|
|
15779
15779
|
{
|
|
15780
15780
|
"kind": "js",
|
|
15781
|
-
"name": "
|
|
15781
|
+
"name": "Icon",
|
|
15782
15782
|
"declaration": {
|
|
15783
|
-
"name": "
|
|
15784
|
-
"module": "src/
|
|
15783
|
+
"name": "Icon",
|
|
15784
|
+
"module": "src/icon/icon.ts"
|
|
15785
15785
|
}
|
|
15786
15786
|
},
|
|
15787
15787
|
{
|
|
15788
15788
|
"kind": "js",
|
|
15789
|
-
"name": "
|
|
15789
|
+
"name": "defaultIconConfig",
|
|
15790
15790
|
"declaration": {
|
|
15791
|
-
"name": "
|
|
15792
|
-
"module": "src/
|
|
15791
|
+
"name": "defaultIconConfig",
|
|
15792
|
+
"module": "src/icon/icon.ts"
|
|
15793
15793
|
}
|
|
15794
15794
|
},
|
|
15795
15795
|
{
|
|
15796
15796
|
"kind": "js",
|
|
15797
|
-
"name": "
|
|
15797
|
+
"name": "rapidIconShadowOptions",
|
|
15798
15798
|
"declaration": {
|
|
15799
|
-
"name": "
|
|
15800
|
-
"module": "src/
|
|
15799
|
+
"name": "rapidIconShadowOptions",
|
|
15800
|
+
"module": "src/icon/icon.ts"
|
|
15801
|
+
}
|
|
15802
|
+
},
|
|
15803
|
+
{
|
|
15804
|
+
"kind": "js",
|
|
15805
|
+
"name": "rapidIcon",
|
|
15806
|
+
"declaration": {
|
|
15807
|
+
"name": "rapidIcon",
|
|
15808
|
+
"module": "src/icon/icon.ts"
|
|
15801
15809
|
}
|
|
15802
15810
|
}
|
|
15803
15811
|
]
|
|
15804
15812
|
},
|
|
15805
15813
|
{
|
|
15806
15814
|
"kind": "javascript-module",
|
|
15807
|
-
"path": "src/
|
|
15815
|
+
"path": "src/icon/index.ts",
|
|
15808
15816
|
"declarations": [],
|
|
15809
15817
|
"exports": [
|
|
15810
15818
|
{
|
|
@@ -15812,15 +15820,7 @@
|
|
|
15812
15820
|
"name": "*",
|
|
15813
15821
|
"declaration": {
|
|
15814
15822
|
"name": "*",
|
|
15815
|
-
"package": "./
|
|
15816
|
-
}
|
|
15817
|
-
},
|
|
15818
|
-
{
|
|
15819
|
-
"kind": "js",
|
|
15820
|
-
"name": "*",
|
|
15821
|
-
"declaration": {
|
|
15822
|
-
"name": "*",
|
|
15823
|
-
"package": "./horizontal-scroll.styles"
|
|
15823
|
+
"package": "./icon"
|
|
15824
15824
|
}
|
|
15825
15825
|
},
|
|
15826
15826
|
{
|
|
@@ -15828,7 +15828,7 @@
|
|
|
15828
15828
|
"name": "*",
|
|
15829
15829
|
"declaration": {
|
|
15830
15830
|
"name": "*",
|
|
15831
|
-
"package": "./
|
|
15831
|
+
"package": "./icon.styles"
|
|
15832
15832
|
}
|
|
15833
15833
|
}
|
|
15834
15834
|
]
|
|
@@ -26921,6 +26921,17 @@
|
|
|
26921
26921
|
"tagName": "%%prefix%%-stepper",
|
|
26922
26922
|
"customElement": true,
|
|
26923
26923
|
"attributes": [
|
|
26924
|
+
{
|
|
26925
|
+
"name": "hide-submit-button",
|
|
26926
|
+
"type": {
|
|
26927
|
+
"text": "boolean"
|
|
26928
|
+
},
|
|
26929
|
+
"fieldName": "hideSubmitButton",
|
|
26930
|
+
"inheritedFrom": {
|
|
26931
|
+
"name": "Stepper",
|
|
26932
|
+
"module": "src/stepper/stepper.ts"
|
|
26933
|
+
}
|
|
26934
|
+
},
|
|
26924
26935
|
{
|
|
26925
26936
|
"name": "orientation",
|
|
26926
26937
|
"type": {
|
|
@@ -26945,6 +26956,17 @@
|
|
|
26945
26956
|
}
|
|
26946
26957
|
],
|
|
26947
26958
|
"members": [
|
|
26959
|
+
{
|
|
26960
|
+
"kind": "field",
|
|
26961
|
+
"name": "hideSubmitButton",
|
|
26962
|
+
"type": {
|
|
26963
|
+
"text": "boolean"
|
|
26964
|
+
},
|
|
26965
|
+
"inheritedFrom": {
|
|
26966
|
+
"name": "Stepper",
|
|
26967
|
+
"module": "src/stepper/stepper.ts"
|
|
26968
|
+
}
|
|
26969
|
+
},
|
|
26948
26970
|
{
|
|
26949
26971
|
"kind": "field",
|
|
26950
26972
|
"name": "orientation",
|