@genesislcap/foundation-ui 14.214.0 → 14.214.1-FUI-2233.1
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 +885 -885
- package/dist/dts/icon/icon.d.ts +1 -1
- package/dist/dts/icon/icon.d.ts.map +1 -1
- package/dist/esm/dialog/dialog.template.js +1 -1
- package/dist/esm/icon/icon.js +12 -12
- package/package.json +16 -16
|
@@ -817,82 +817,6 @@
|
|
|
817
817
|
}
|
|
818
818
|
]
|
|
819
819
|
},
|
|
820
|
-
{
|
|
821
|
-
"kind": "javascript-module",
|
|
822
|
-
"path": "src/_common/icons.ts",
|
|
823
|
-
"declarations": [
|
|
824
|
-
{
|
|
825
|
-
"kind": "function",
|
|
826
|
-
"name": "closeIcon",
|
|
827
|
-
"parameters": [
|
|
828
|
-
{
|
|
829
|
-
"name": "slot",
|
|
830
|
-
"default": "'start'"
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"name": "fill",
|
|
834
|
-
"default": "'#879ba6'"
|
|
835
|
-
}
|
|
836
|
-
]
|
|
837
|
-
}
|
|
838
|
-
],
|
|
839
|
-
"exports": [
|
|
840
|
-
{
|
|
841
|
-
"kind": "js",
|
|
842
|
-
"name": "closeIcon",
|
|
843
|
-
"declaration": {
|
|
844
|
-
"name": "closeIcon",
|
|
845
|
-
"module": "src/_common/icons.ts"
|
|
846
|
-
}
|
|
847
|
-
}
|
|
848
|
-
]
|
|
849
|
-
},
|
|
850
|
-
{
|
|
851
|
-
"kind": "javascript-module",
|
|
852
|
-
"path": "src/_common/index.ts",
|
|
853
|
-
"declarations": [],
|
|
854
|
-
"exports": [
|
|
855
|
-
{
|
|
856
|
-
"kind": "js",
|
|
857
|
-
"name": "*",
|
|
858
|
-
"declaration": {
|
|
859
|
-
"name": "*",
|
|
860
|
-
"package": "./icons"
|
|
861
|
-
}
|
|
862
|
-
}
|
|
863
|
-
]
|
|
864
|
-
},
|
|
865
|
-
{
|
|
866
|
-
"kind": "javascript-module",
|
|
867
|
-
"path": "src/_config/index.ts",
|
|
868
|
-
"declarations": [],
|
|
869
|
-
"exports": [
|
|
870
|
-
{
|
|
871
|
-
"kind": "js",
|
|
872
|
-
"name": "*",
|
|
873
|
-
"declaration": {
|
|
874
|
-
"name": "*",
|
|
875
|
-
"package": "./styles"
|
|
876
|
-
}
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"kind": "js",
|
|
880
|
-
"name": "*",
|
|
881
|
-
"declaration": {
|
|
882
|
-
"name": "*",
|
|
883
|
-
"package": "./tokens"
|
|
884
|
-
}
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"kind": "js",
|
|
888
|
-
"name": "*",
|
|
889
|
-
"declaration": {
|
|
890
|
-
"name": "*",
|
|
891
|
-
"package": "./values"
|
|
892
|
-
}
|
|
893
|
-
}
|
|
894
|
-
]
|
|
895
|
-
},
|
|
896
820
|
{
|
|
897
821
|
"kind": "javascript-module",
|
|
898
822
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -4138,6 +4062,82 @@
|
|
|
4138
4062
|
}
|
|
4139
4063
|
]
|
|
4140
4064
|
},
|
|
4065
|
+
{
|
|
4066
|
+
"kind": "javascript-module",
|
|
4067
|
+
"path": "src/_common/icons.ts",
|
|
4068
|
+
"declarations": [
|
|
4069
|
+
{
|
|
4070
|
+
"kind": "function",
|
|
4071
|
+
"name": "closeIcon",
|
|
4072
|
+
"parameters": [
|
|
4073
|
+
{
|
|
4074
|
+
"name": "slot",
|
|
4075
|
+
"default": "'start'"
|
|
4076
|
+
},
|
|
4077
|
+
{
|
|
4078
|
+
"name": "fill",
|
|
4079
|
+
"default": "'#879ba6'"
|
|
4080
|
+
}
|
|
4081
|
+
]
|
|
4082
|
+
}
|
|
4083
|
+
],
|
|
4084
|
+
"exports": [
|
|
4085
|
+
{
|
|
4086
|
+
"kind": "js",
|
|
4087
|
+
"name": "closeIcon",
|
|
4088
|
+
"declaration": {
|
|
4089
|
+
"name": "closeIcon",
|
|
4090
|
+
"module": "src/_common/icons.ts"
|
|
4091
|
+
}
|
|
4092
|
+
}
|
|
4093
|
+
]
|
|
4094
|
+
},
|
|
4095
|
+
{
|
|
4096
|
+
"kind": "javascript-module",
|
|
4097
|
+
"path": "src/_common/index.ts",
|
|
4098
|
+
"declarations": [],
|
|
4099
|
+
"exports": [
|
|
4100
|
+
{
|
|
4101
|
+
"kind": "js",
|
|
4102
|
+
"name": "*",
|
|
4103
|
+
"declaration": {
|
|
4104
|
+
"name": "*",
|
|
4105
|
+
"package": "./icons"
|
|
4106
|
+
}
|
|
4107
|
+
}
|
|
4108
|
+
]
|
|
4109
|
+
},
|
|
4110
|
+
{
|
|
4111
|
+
"kind": "javascript-module",
|
|
4112
|
+
"path": "src/_config/index.ts",
|
|
4113
|
+
"declarations": [],
|
|
4114
|
+
"exports": [
|
|
4115
|
+
{
|
|
4116
|
+
"kind": "js",
|
|
4117
|
+
"name": "*",
|
|
4118
|
+
"declaration": {
|
|
4119
|
+
"name": "*",
|
|
4120
|
+
"package": "./styles"
|
|
4121
|
+
}
|
|
4122
|
+
},
|
|
4123
|
+
{
|
|
4124
|
+
"kind": "js",
|
|
4125
|
+
"name": "*",
|
|
4126
|
+
"declaration": {
|
|
4127
|
+
"name": "*",
|
|
4128
|
+
"package": "./tokens"
|
|
4129
|
+
}
|
|
4130
|
+
},
|
|
4131
|
+
{
|
|
4132
|
+
"kind": "js",
|
|
4133
|
+
"name": "*",
|
|
4134
|
+
"declaration": {
|
|
4135
|
+
"name": "*",
|
|
4136
|
+
"package": "./values"
|
|
4137
|
+
}
|
|
4138
|
+
}
|
|
4139
|
+
]
|
|
4140
|
+
},
|
|
4141
4141
|
{
|
|
4142
4142
|
"kind": "javascript-module",
|
|
4143
4143
|
"path": "src/avatar/avatar.styles.ts",
|
|
@@ -18776,205 +18776,149 @@
|
|
|
18776
18776
|
},
|
|
18777
18777
|
{
|
|
18778
18778
|
"kind": "javascript-module",
|
|
18779
|
-
"path": "src/
|
|
18779
|
+
"path": "src/flyout/flyout.styles.ts",
|
|
18780
18780
|
"declarations": [
|
|
18781
18781
|
{
|
|
18782
18782
|
"kind": "variable",
|
|
18783
|
-
"name": "
|
|
18783
|
+
"name": "flyoutAnimationTime",
|
|
18784
|
+
"type": {
|
|
18785
|
+
"text": "number"
|
|
18786
|
+
},
|
|
18787
|
+
"default": "225"
|
|
18788
|
+
},
|
|
18789
|
+
{
|
|
18790
|
+
"kind": "variable",
|
|
18791
|
+
"name": "foundationFlyoutStyles",
|
|
18784
18792
|
"type": {
|
|
18785
18793
|
"text": "ElementStyles"
|
|
18786
18794
|
},
|
|
18787
|
-
"default": "css`\n
|
|
18795
|
+
"default": "css`\n /* Host */\n :host {\n display: inline-block;\n height: 100vh;\n position: absolute;\n width: 100vw;\n }\n\n :host([closed]) {\n display: none;\n }\n\n div.container {\n height: 100%;\n width: 100%;\n }\n\n /* flyout */\n div.flyout {\n background-color: white;\n color: black;\n height: 100%;\n position: absolute;\n /* stylelint-disable-next-line function-name-case */\n transition: transform ${flyoutAnimationTime.toString()}ms ease-in;\n width: 20%;\n z-index: 2001;\n }\n\n :host([position='left']) div.flyout {\n left: 0;\n transform: translateX(0%);\n }\n\n :host([position='right']) div.flyout {\n right: 0;\n transform: translateX(0%);\n }\n\n :host([visuallyhidden][position='left']) div.flyout {\n left: 0;\n transform: translateX(-100%);\n }\n\n :host([visuallyhidden][position='right']) div.flyout {\n right: 0;\n transform: translateX(100%);\n }\n\n div.header {\n align-items: center;\n display: flex;\n padding: calc(var(--design-unit) * 3px) calc(var(--design-unit) * 2px);\n }\n\n div.title {\n flex-grow: 1;\n }\n\n div.footer {\n bottom: 0;\n position: absolute;\n width: 100%;\n }\n\n /* Background */\n div.background {\n background-color: black;\n height: 100%;\n opacity: 50%;\n position: absolute;\n /* stylelint-disable-next-line function-name-case */\n transition: opacity ${flyoutAnimationTime.toString()}ms linear;\n width: 100%;\n z-index: 2000;\n }\n\n :host([visuallyhidden]) div.background {\n opacity: 0%;\n }\n`"
|
|
18788
18796
|
}
|
|
18789
18797
|
],
|
|
18790
18798
|
"exports": [
|
|
18791
18799
|
{
|
|
18792
18800
|
"kind": "js",
|
|
18793
|
-
"name": "
|
|
18801
|
+
"name": "flyoutAnimationTime",
|
|
18794
18802
|
"declaration": {
|
|
18795
|
-
"name": "
|
|
18796
|
-
"module": "src/
|
|
18803
|
+
"name": "flyoutAnimationTime",
|
|
18804
|
+
"module": "src/flyout/flyout.styles.ts"
|
|
18805
|
+
}
|
|
18806
|
+
},
|
|
18807
|
+
{
|
|
18808
|
+
"kind": "js",
|
|
18809
|
+
"name": "foundationFlyoutStyles",
|
|
18810
|
+
"declaration": {
|
|
18811
|
+
"name": "foundationFlyoutStyles",
|
|
18812
|
+
"module": "src/flyout/flyout.styles.ts"
|
|
18797
18813
|
}
|
|
18798
18814
|
}
|
|
18799
18815
|
]
|
|
18800
18816
|
},
|
|
18801
18817
|
{
|
|
18802
18818
|
"kind": "javascript-module",
|
|
18803
|
-
"path": "src/
|
|
18819
|
+
"path": "src/flyout/flyout.template.ts",
|
|
18804
18820
|
"declarations": [
|
|
18821
|
+
{
|
|
18822
|
+
"kind": "function",
|
|
18823
|
+
"name": "getPrefixedFlyout",
|
|
18824
|
+
"parameters": [
|
|
18825
|
+
{
|
|
18826
|
+
"name": "prefix",
|
|
18827
|
+
"type": {
|
|
18828
|
+
"text": "string"
|
|
18829
|
+
}
|
|
18830
|
+
}
|
|
18831
|
+
]
|
|
18832
|
+
},
|
|
18805
18833
|
{
|
|
18806
18834
|
"kind": "variable",
|
|
18807
|
-
"name": "
|
|
18808
|
-
"
|
|
18809
|
-
"text": "ViewTemplate<GridLayout>"
|
|
18810
|
-
},
|
|
18811
|
-
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
18835
|
+
"name": "foundationFlyoutTemplate",
|
|
18836
|
+
"default": "html<Flyout>`\n ${(x) => getPrefixedFlyout(getPrefix(x))}\n`"
|
|
18812
18837
|
}
|
|
18813
18838
|
],
|
|
18814
18839
|
"exports": [
|
|
18815
18840
|
{
|
|
18816
18841
|
"kind": "js",
|
|
18817
|
-
"name": "
|
|
18842
|
+
"name": "getPrefixedFlyout",
|
|
18818
18843
|
"declaration": {
|
|
18819
|
-
"name": "
|
|
18820
|
-
"module": "src/
|
|
18844
|
+
"name": "getPrefixedFlyout",
|
|
18845
|
+
"module": "src/flyout/flyout.template.ts"
|
|
18846
|
+
}
|
|
18847
|
+
},
|
|
18848
|
+
{
|
|
18849
|
+
"kind": "js",
|
|
18850
|
+
"name": "foundationFlyoutTemplate",
|
|
18851
|
+
"declaration": {
|
|
18852
|
+
"name": "foundationFlyoutTemplate",
|
|
18853
|
+
"module": "src/flyout/flyout.template.ts"
|
|
18821
18854
|
}
|
|
18822
18855
|
}
|
|
18823
18856
|
]
|
|
18824
18857
|
},
|
|
18825
18858
|
{
|
|
18826
18859
|
"kind": "javascript-module",
|
|
18827
|
-
"path": "src/
|
|
18860
|
+
"path": "src/flyout/flyout.ts",
|
|
18828
18861
|
"declarations": [
|
|
18829
|
-
{
|
|
18830
|
-
"kind": "variable",
|
|
18831
|
-
"name": "foundationGridLayoutShadowOptions",
|
|
18832
|
-
"type": {
|
|
18833
|
-
"text": "ShadowRootInit"
|
|
18834
|
-
},
|
|
18835
|
-
"default": "undefined"
|
|
18836
|
-
},
|
|
18837
|
-
{
|
|
18838
|
-
"kind": "variable",
|
|
18839
|
-
"name": "defaultGridLayoutConfig",
|
|
18840
|
-
"type": {
|
|
18841
|
-
"text": "object"
|
|
18842
|
-
},
|
|
18843
|
-
"default": "{}"
|
|
18844
|
-
},
|
|
18845
18862
|
{
|
|
18846
18863
|
"kind": "class",
|
|
18847
18864
|
"description": "",
|
|
18848
|
-
"name": "
|
|
18865
|
+
"name": "Flyout",
|
|
18849
18866
|
"members": [
|
|
18850
18867
|
{
|
|
18851
18868
|
"kind": "field",
|
|
18852
|
-
"name": "
|
|
18869
|
+
"name": "exit",
|
|
18853
18870
|
"type": {
|
|
18854
|
-
"text": "
|
|
18855
|
-
}
|
|
18871
|
+
"text": "HTMLDivElement"
|
|
18872
|
+
},
|
|
18873
|
+
"privacy": "public"
|
|
18856
18874
|
},
|
|
18857
18875
|
{
|
|
18858
18876
|
"kind": "field",
|
|
18859
|
-
"name": "
|
|
18877
|
+
"name": "position",
|
|
18860
18878
|
"type": {
|
|
18861
18879
|
"text": "string"
|
|
18862
|
-
}
|
|
18880
|
+
},
|
|
18881
|
+
"default": "'right'"
|
|
18863
18882
|
},
|
|
18864
18883
|
{
|
|
18865
18884
|
"kind": "field",
|
|
18866
|
-
"name": "
|
|
18885
|
+
"name": "displayHeader",
|
|
18867
18886
|
"type": {
|
|
18868
|
-
"text": "
|
|
18869
|
-
}
|
|
18887
|
+
"text": "boolean"
|
|
18888
|
+
},
|
|
18889
|
+
"default": "true"
|
|
18870
18890
|
},
|
|
18871
18891
|
{
|
|
18872
18892
|
"kind": "field",
|
|
18873
|
-
"name": "
|
|
18893
|
+
"name": "closed",
|
|
18874
18894
|
"type": {
|
|
18875
|
-
"text": "
|
|
18876
|
-
}
|
|
18877
|
-
|
|
18878
|
-
{
|
|
18879
|
-
"kind": "field",
|
|
18880
|
-
"name": "['col-md-count']",
|
|
18881
|
-
"type": {
|
|
18882
|
-
"text": "string"
|
|
18883
|
-
}
|
|
18884
|
-
},
|
|
18885
|
-
{
|
|
18886
|
-
"kind": "field",
|
|
18887
|
-
"name": "['col-md-width']",
|
|
18888
|
-
"type": {
|
|
18889
|
-
"text": "string"
|
|
18890
|
-
}
|
|
18891
|
-
},
|
|
18892
|
-
{
|
|
18893
|
-
"kind": "field",
|
|
18894
|
-
"name": "['col-sm-count']",
|
|
18895
|
-
"type": {
|
|
18896
|
-
"text": "string"
|
|
18897
|
-
}
|
|
18898
|
-
},
|
|
18899
|
-
{
|
|
18900
|
-
"kind": "field",
|
|
18901
|
-
"name": "['col-sm-width']",
|
|
18902
|
-
"type": {
|
|
18903
|
-
"text": "string"
|
|
18904
|
-
}
|
|
18905
|
-
},
|
|
18906
|
-
{
|
|
18907
|
-
"kind": "field",
|
|
18908
|
-
"name": "['row-count']",
|
|
18909
|
-
"type": {
|
|
18910
|
-
"text": "string"
|
|
18911
|
-
}
|
|
18912
|
-
},
|
|
18913
|
-
{
|
|
18914
|
-
"kind": "field",
|
|
18915
|
-
"name": "['row-height']",
|
|
18916
|
-
"type": {
|
|
18917
|
-
"text": "string"
|
|
18918
|
-
}
|
|
18919
|
-
},
|
|
18920
|
-
{
|
|
18921
|
-
"kind": "field",
|
|
18922
|
-
"name": "['row-lg-count']",
|
|
18923
|
-
"type": {
|
|
18924
|
-
"text": "string"
|
|
18925
|
-
}
|
|
18926
|
-
},
|
|
18927
|
-
{
|
|
18928
|
-
"kind": "field",
|
|
18929
|
-
"name": "['row-lg-height']",
|
|
18930
|
-
"type": {
|
|
18931
|
-
"text": "string"
|
|
18932
|
-
}
|
|
18933
|
-
},
|
|
18934
|
-
{
|
|
18935
|
-
"kind": "field",
|
|
18936
|
-
"name": "['row-md-count']",
|
|
18937
|
-
"type": {
|
|
18938
|
-
"text": "string"
|
|
18939
|
-
}
|
|
18895
|
+
"text": "boolean"
|
|
18896
|
+
},
|
|
18897
|
+
"default": "true"
|
|
18940
18898
|
},
|
|
18941
18899
|
{
|
|
18942
|
-
"kind": "
|
|
18943
|
-
"name": "
|
|
18944
|
-
"type": {
|
|
18945
|
-
"text": "string"
|
|
18946
|
-
}
|
|
18900
|
+
"kind": "method",
|
|
18901
|
+
"name": "closedChanged"
|
|
18947
18902
|
},
|
|
18948
18903
|
{
|
|
18949
18904
|
"kind": "field",
|
|
18950
|
-
"name": "
|
|
18905
|
+
"name": "visuallyhidden",
|
|
18951
18906
|
"type": {
|
|
18952
|
-
"text": "
|
|
18953
|
-
}
|
|
18907
|
+
"text": "boolean"
|
|
18908
|
+
},
|
|
18909
|
+
"default": "true"
|
|
18954
18910
|
},
|
|
18955
18911
|
{
|
|
18956
|
-
"kind": "
|
|
18957
|
-
"name": "
|
|
18958
|
-
"type": {
|
|
18959
|
-
"text": "string"
|
|
18960
|
-
}
|
|
18912
|
+
"kind": "method",
|
|
18913
|
+
"name": "closeFlyout"
|
|
18961
18914
|
},
|
|
18962
18915
|
{
|
|
18963
|
-
"kind": "
|
|
18964
|
-
"name": "
|
|
18965
|
-
"type": {
|
|
18966
|
-
"text": "Behavior[]"
|
|
18967
|
-
},
|
|
18968
|
-
"privacy": "private",
|
|
18969
|
-
"default": "[]"
|
|
18916
|
+
"kind": "method",
|
|
18917
|
+
"name": "closingFinished"
|
|
18970
18918
|
},
|
|
18971
18919
|
{
|
|
18972
|
-
"kind": "
|
|
18973
|
-
"name": "
|
|
18974
|
-
"type": {
|
|
18975
|
-
"text": "ElementStyles"
|
|
18976
|
-
},
|
|
18977
|
-
"privacy": "private"
|
|
18920
|
+
"kind": "method",
|
|
18921
|
+
"name": "focusExit"
|
|
18978
18922
|
},
|
|
18979
18923
|
{
|
|
18980
18924
|
"kind": "field",
|
|
@@ -19090,176 +19034,103 @@
|
|
|
19090
19034
|
],
|
|
19091
19035
|
"attributes": [
|
|
19092
19036
|
{
|
|
19093
|
-
"name": "
|
|
19094
|
-
"type": {
|
|
19095
|
-
"text": "string"
|
|
19096
|
-
},
|
|
19097
|
-
"fieldName": "['col-count']"
|
|
19098
|
-
},
|
|
19099
|
-
{
|
|
19100
|
-
"name": "['col-width']",
|
|
19101
|
-
"type": {
|
|
19102
|
-
"text": "string"
|
|
19103
|
-
},
|
|
19104
|
-
"fieldName": "['col-width']"
|
|
19105
|
-
},
|
|
19106
|
-
{
|
|
19107
|
-
"name": "['col-lg-count']",
|
|
19108
|
-
"type": {
|
|
19109
|
-
"text": "string"
|
|
19110
|
-
},
|
|
19111
|
-
"fieldName": "['col-lg-count']"
|
|
19112
|
-
},
|
|
19113
|
-
{
|
|
19114
|
-
"name": "['col-lg-width']",
|
|
19115
|
-
"type": {
|
|
19116
|
-
"text": "string"
|
|
19117
|
-
},
|
|
19118
|
-
"fieldName": "['col-lg-width']"
|
|
19119
|
-
},
|
|
19120
|
-
{
|
|
19121
|
-
"name": "['col-md-count']",
|
|
19122
|
-
"type": {
|
|
19123
|
-
"text": "string"
|
|
19124
|
-
},
|
|
19125
|
-
"fieldName": "['col-md-count']"
|
|
19126
|
-
},
|
|
19127
|
-
{
|
|
19128
|
-
"name": "['col-md-width']",
|
|
19129
|
-
"type": {
|
|
19130
|
-
"text": "string"
|
|
19131
|
-
},
|
|
19132
|
-
"fieldName": "['col-md-width']"
|
|
19133
|
-
},
|
|
19134
|
-
{
|
|
19135
|
-
"name": "['col-sm-count']",
|
|
19136
|
-
"type": {
|
|
19137
|
-
"text": "string"
|
|
19138
|
-
},
|
|
19139
|
-
"fieldName": "['col-sm-count']"
|
|
19140
|
-
},
|
|
19141
|
-
{
|
|
19142
|
-
"name": "['col-sm-width']",
|
|
19143
|
-
"type": {
|
|
19144
|
-
"text": "string"
|
|
19145
|
-
},
|
|
19146
|
-
"fieldName": "['col-sm-width']"
|
|
19147
|
-
},
|
|
19148
|
-
{
|
|
19149
|
-
"name": "['row-count']",
|
|
19150
|
-
"type": {
|
|
19151
|
-
"text": "string"
|
|
19152
|
-
},
|
|
19153
|
-
"fieldName": "['row-count']"
|
|
19154
|
-
},
|
|
19155
|
-
{
|
|
19156
|
-
"name": "['row-height']",
|
|
19157
|
-
"type": {
|
|
19158
|
-
"text": "string"
|
|
19159
|
-
},
|
|
19160
|
-
"fieldName": "['row-height']"
|
|
19161
|
-
},
|
|
19162
|
-
{
|
|
19163
|
-
"name": "['row-lg-count']",
|
|
19164
|
-
"type": {
|
|
19165
|
-
"text": "string"
|
|
19166
|
-
},
|
|
19167
|
-
"fieldName": "['row-lg-count']"
|
|
19168
|
-
},
|
|
19169
|
-
{
|
|
19170
|
-
"name": "['row-lg-height']",
|
|
19171
|
-
"type": {
|
|
19172
|
-
"text": "string"
|
|
19173
|
-
},
|
|
19174
|
-
"fieldName": "['row-lg-height']"
|
|
19175
|
-
},
|
|
19176
|
-
{
|
|
19177
|
-
"name": "['row-md-count']",
|
|
19037
|
+
"name": "position",
|
|
19178
19038
|
"type": {
|
|
19179
19039
|
"text": "string"
|
|
19180
19040
|
},
|
|
19181
|
-
"
|
|
19041
|
+
"default": "'right'",
|
|
19042
|
+
"fieldName": "position"
|
|
19182
19043
|
},
|
|
19183
19044
|
{
|
|
19184
|
-
"name": "['row-md-height']",
|
|
19185
19045
|
"type": {
|
|
19186
|
-
"text": "
|
|
19046
|
+
"text": "boolean"
|
|
19187
19047
|
},
|
|
19188
|
-
"
|
|
19048
|
+
"default": "true",
|
|
19049
|
+
"fieldName": "displayHeader"
|
|
19189
19050
|
},
|
|
19190
19051
|
{
|
|
19191
|
-
"name": "['row-sm-count']",
|
|
19192
19052
|
"type": {
|
|
19193
|
-
"text": "
|
|
19053
|
+
"text": "boolean"
|
|
19194
19054
|
},
|
|
19195
|
-
"
|
|
19055
|
+
"default": "true",
|
|
19056
|
+
"fieldName": "closed"
|
|
19196
19057
|
},
|
|
19197
19058
|
{
|
|
19198
|
-
"name": "['row-sm-height']",
|
|
19199
19059
|
"type": {
|
|
19200
|
-
"text": "
|
|
19060
|
+
"text": "boolean"
|
|
19201
19061
|
},
|
|
19202
|
-
"
|
|
19062
|
+
"default": "true",
|
|
19063
|
+
"fieldName": "visuallyhidden"
|
|
19203
19064
|
}
|
|
19204
19065
|
],
|
|
19205
19066
|
"superclass": {
|
|
19206
19067
|
"name": "FoundationElement",
|
|
19207
19068
|
"package": "@microsoft/fast-foundation"
|
|
19208
19069
|
},
|
|
19209
|
-
"tagName": "%%prefix%%-
|
|
19070
|
+
"tagName": "%%prefix%%-flyout",
|
|
19210
19071
|
"customElement": true
|
|
19211
19072
|
},
|
|
19212
19073
|
{
|
|
19213
19074
|
"kind": "variable",
|
|
19214
|
-
"name": "
|
|
19215
|
-
"
|
|
19075
|
+
"name": "foundationFlyoutShadowOptions",
|
|
19076
|
+
"type": {
|
|
19077
|
+
"text": "ShadowRootInit"
|
|
19078
|
+
},
|
|
19079
|
+
"default": "undefined"
|
|
19080
|
+
},
|
|
19081
|
+
{
|
|
19082
|
+
"kind": "variable",
|
|
19083
|
+
"name": "defaultFlyoutConfig",
|
|
19084
|
+
"type": {
|
|
19085
|
+
"text": "object"
|
|
19086
|
+
},
|
|
19087
|
+
"default": "{}"
|
|
19088
|
+
},
|
|
19089
|
+
{
|
|
19090
|
+
"kind": "variable",
|
|
19091
|
+
"name": "foundationFlyout",
|
|
19092
|
+
"description": "The Foundation Flyout",
|
|
19216
19093
|
"privacy": "public"
|
|
19217
19094
|
}
|
|
19218
19095
|
],
|
|
19219
19096
|
"exports": [
|
|
19220
19097
|
{
|
|
19221
19098
|
"kind": "js",
|
|
19222
|
-
"name": "
|
|
19099
|
+
"name": "Flyout",
|
|
19223
19100
|
"declaration": {
|
|
19224
|
-
"name": "
|
|
19225
|
-
"module": "src/
|
|
19101
|
+
"name": "Flyout",
|
|
19102
|
+
"module": "src/flyout/flyout.ts"
|
|
19226
19103
|
}
|
|
19227
19104
|
},
|
|
19228
19105
|
{
|
|
19229
19106
|
"kind": "js",
|
|
19230
|
-
"name": "
|
|
19107
|
+
"name": "foundationFlyoutShadowOptions",
|
|
19231
19108
|
"declaration": {
|
|
19232
|
-
"name": "
|
|
19233
|
-
"module": "src/
|
|
19109
|
+
"name": "foundationFlyoutShadowOptions",
|
|
19110
|
+
"module": "src/flyout/flyout.ts"
|
|
19234
19111
|
}
|
|
19235
19112
|
},
|
|
19236
19113
|
{
|
|
19237
19114
|
"kind": "js",
|
|
19238
|
-
"name": "
|
|
19115
|
+
"name": "defaultFlyoutConfig",
|
|
19239
19116
|
"declaration": {
|
|
19240
|
-
"name": "
|
|
19241
|
-
"module": "src/
|
|
19117
|
+
"name": "defaultFlyoutConfig",
|
|
19118
|
+
"module": "src/flyout/flyout.ts"
|
|
19242
19119
|
}
|
|
19243
19120
|
},
|
|
19244
19121
|
{
|
|
19245
19122
|
"kind": "js",
|
|
19246
|
-
"name": "
|
|
19123
|
+
"name": "foundationFlyout",
|
|
19247
19124
|
"declaration": {
|
|
19248
|
-
"name": "
|
|
19249
|
-
"module": "src/
|
|
19125
|
+
"name": "foundationFlyout",
|
|
19126
|
+
"module": "src/flyout/flyout.ts"
|
|
19250
19127
|
}
|
|
19251
19128
|
}
|
|
19252
19129
|
]
|
|
19253
19130
|
},
|
|
19254
19131
|
{
|
|
19255
19132
|
"kind": "javascript-module",
|
|
19256
|
-
"path": "src/
|
|
19257
|
-
"declarations": [],
|
|
19258
|
-
"exports": []
|
|
19259
|
-
},
|
|
19260
|
-
{
|
|
19261
|
-
"kind": "javascript-module",
|
|
19262
|
-
"path": "src/grid-layout/index.ts",
|
|
19133
|
+
"path": "src/flyout/index.ts",
|
|
19263
19134
|
"declarations": [],
|
|
19264
19135
|
"exports": [
|
|
19265
19136
|
{
|
|
@@ -19267,15 +19138,7 @@
|
|
|
19267
19138
|
"name": "*",
|
|
19268
19139
|
"declaration": {
|
|
19269
19140
|
"name": "*",
|
|
19270
|
-
"package": "./
|
|
19271
|
-
}
|
|
19272
|
-
},
|
|
19273
|
-
{
|
|
19274
|
-
"kind": "js",
|
|
19275
|
-
"name": "*",
|
|
19276
|
-
"declaration": {
|
|
19277
|
-
"name": "*",
|
|
19278
|
-
"package": "./grid-layout.styles"
|
|
19141
|
+
"package": "./flyout"
|
|
19279
19142
|
}
|
|
19280
19143
|
},
|
|
19281
19144
|
{
|
|
@@ -19283,7 +19146,7 @@
|
|
|
19283
19146
|
"name": "*",
|
|
19284
19147
|
"declaration": {
|
|
19285
19148
|
"name": "*",
|
|
19286
|
-
"package": "./
|
|
19149
|
+
"package": "./flyout.template"
|
|
19287
19150
|
}
|
|
19288
19151
|
},
|
|
19289
19152
|
{
|
|
@@ -19291,7 +19154,7 @@
|
|
|
19291
19154
|
"name": "*",
|
|
19292
19155
|
"declaration": {
|
|
19293
19156
|
"name": "*",
|
|
19294
|
-
"package": "./
|
|
19157
|
+
"package": "./flyout.styles"
|
|
19295
19158
|
}
|
|
19296
19159
|
}
|
|
19297
19160
|
]
|
|
@@ -19775,487 +19638,205 @@
|
|
|
19775
19638
|
},
|
|
19776
19639
|
{
|
|
19777
19640
|
"kind": "javascript-module",
|
|
19778
|
-
"path": "src/
|
|
19641
|
+
"path": "src/grid-layout/grid-layout.styles.ts",
|
|
19779
19642
|
"declarations": [
|
|
19780
19643
|
{
|
|
19781
|
-
"kind": "
|
|
19782
|
-
"name": "
|
|
19783
|
-
"
|
|
19784
|
-
"
|
|
19785
|
-
"text": "ElementStyles"
|
|
19786
|
-
}
|
|
19644
|
+
"kind": "variable",
|
|
19645
|
+
"name": "foundationGridLayoutStyles",
|
|
19646
|
+
"type": {
|
|
19647
|
+
"text": "ElementStyles"
|
|
19787
19648
|
},
|
|
19788
|
-
"
|
|
19789
|
-
{
|
|
19790
|
-
"name": "context",
|
|
19791
|
-
"type": {
|
|
19792
|
-
"text": "ElementDefinitionContext"
|
|
19793
|
-
}
|
|
19794
|
-
},
|
|
19795
|
-
{
|
|
19796
|
-
"name": "definition",
|
|
19797
|
-
"type": {
|
|
19798
|
-
"text": "FoundationElementDefinition"
|
|
19799
|
-
}
|
|
19800
|
-
}
|
|
19801
|
-
]
|
|
19649
|
+
"default": "css`\n slot {\n width: 100%;\n height: 100%;\n display: grid;\n }\n\n ${gridLayoutRWDStyles()}\n ${gridLayoutRWDStyles('lg')}\n ${gridLayoutRWDStyles('md')}\n ${gridLayoutRWDStyles('sm')}\n`"
|
|
19802
19650
|
}
|
|
19803
19651
|
],
|
|
19804
19652
|
"exports": [
|
|
19805
19653
|
{
|
|
19806
19654
|
"kind": "js",
|
|
19807
|
-
"name": "
|
|
19655
|
+
"name": "foundationGridLayoutStyles",
|
|
19808
19656
|
"declaration": {
|
|
19809
|
-
"name": "
|
|
19810
|
-
"module": "src/
|
|
19657
|
+
"name": "foundationGridLayoutStyles",
|
|
19658
|
+
"module": "src/grid-layout/grid-layout.styles.ts"
|
|
19811
19659
|
}
|
|
19812
19660
|
}
|
|
19813
19661
|
]
|
|
19814
19662
|
},
|
|
19815
19663
|
{
|
|
19816
19664
|
"kind": "javascript-module",
|
|
19817
|
-
"path": "src/
|
|
19665
|
+
"path": "src/grid-layout/grid-layout.template.ts",
|
|
19818
19666
|
"declarations": [
|
|
19819
19667
|
{
|
|
19820
|
-
"kind": "
|
|
19821
|
-
"name": "
|
|
19822
|
-
"
|
|
19823
|
-
"
|
|
19824
|
-
"text": "ViewTemplate<HorizontalScroll>"
|
|
19825
|
-
}
|
|
19668
|
+
"kind": "variable",
|
|
19669
|
+
"name": "foundationGridLayoutTemplate",
|
|
19670
|
+
"type": {
|
|
19671
|
+
"text": "ViewTemplate<GridLayout>"
|
|
19826
19672
|
},
|
|
19827
|
-
"
|
|
19828
|
-
{
|
|
19829
|
-
"name": "context",
|
|
19830
|
-
"type": {
|
|
19831
|
-
"text": "ElementDefinitionContext"
|
|
19832
|
-
}
|
|
19833
|
-
},
|
|
19834
|
-
{
|
|
19835
|
-
"name": "definition",
|
|
19836
|
-
"type": {
|
|
19837
|
-
"text": "FoundationElementDefinition"
|
|
19838
|
-
}
|
|
19839
|
-
}
|
|
19840
|
-
]
|
|
19673
|
+
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
19841
19674
|
}
|
|
19842
19675
|
],
|
|
19843
19676
|
"exports": [
|
|
19844
19677
|
{
|
|
19845
19678
|
"kind": "js",
|
|
19846
|
-
"name": "
|
|
19679
|
+
"name": "foundationGridLayoutTemplate",
|
|
19847
19680
|
"declaration": {
|
|
19848
|
-
"name": "
|
|
19849
|
-
"module": "src/
|
|
19681
|
+
"name": "foundationGridLayoutTemplate",
|
|
19682
|
+
"module": "src/grid-layout/grid-layout.template.ts"
|
|
19850
19683
|
}
|
|
19851
19684
|
}
|
|
19852
19685
|
]
|
|
19853
19686
|
},
|
|
19854
19687
|
{
|
|
19855
19688
|
"kind": "javascript-module",
|
|
19856
|
-
"path": "src/
|
|
19689
|
+
"path": "src/grid-layout/grid-layout.ts",
|
|
19857
19690
|
"declarations": [
|
|
19691
|
+
{
|
|
19692
|
+
"kind": "variable",
|
|
19693
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
19694
|
+
"type": {
|
|
19695
|
+
"text": "ShadowRootInit"
|
|
19696
|
+
},
|
|
19697
|
+
"default": "undefined"
|
|
19698
|
+
},
|
|
19699
|
+
{
|
|
19700
|
+
"kind": "variable",
|
|
19701
|
+
"name": "defaultGridLayoutConfig",
|
|
19702
|
+
"type": {
|
|
19703
|
+
"text": "object"
|
|
19704
|
+
},
|
|
19705
|
+
"default": "{}"
|
|
19706
|
+
},
|
|
19858
19707
|
{
|
|
19859
19708
|
"kind": "class",
|
|
19860
19709
|
"description": "",
|
|
19861
|
-
"name": "
|
|
19862
|
-
"
|
|
19863
|
-
"name": "FASTHorizontalScroll",
|
|
19864
|
-
"package": "@microsoft/fast-components"
|
|
19865
|
-
},
|
|
19866
|
-
"tagName": "%%prefix%%-horizontal-scroll",
|
|
19867
|
-
"customElement": true,
|
|
19868
|
-
"attributes": [
|
|
19710
|
+
"name": "GridLayout",
|
|
19711
|
+
"members": [
|
|
19869
19712
|
{
|
|
19713
|
+
"kind": "field",
|
|
19714
|
+
"name": "['col-count']",
|
|
19870
19715
|
"type": {
|
|
19871
|
-
"text": "
|
|
19872
|
-
},
|
|
19873
|
-
"default": "600",
|
|
19874
|
-
"description": "Speed of scroll in pixels per second",
|
|
19875
|
-
"fieldName": "speed",
|
|
19876
|
-
"inheritedFrom": {
|
|
19877
|
-
"name": "HorizontalScroll",
|
|
19878
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19716
|
+
"text": "string"
|
|
19879
19717
|
}
|
|
19880
19718
|
},
|
|
19881
19719
|
{
|
|
19882
|
-
"
|
|
19720
|
+
"kind": "field",
|
|
19721
|
+
"name": "['col-width']",
|
|
19883
19722
|
"type": {
|
|
19884
19723
|
"text": "string"
|
|
19885
|
-
},
|
|
19886
|
-
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
19887
|
-
"fieldName": "duration",
|
|
19888
|
-
"inheritedFrom": {
|
|
19889
|
-
"name": "HorizontalScroll",
|
|
19890
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19891
19724
|
}
|
|
19892
19725
|
},
|
|
19893
19726
|
{
|
|
19894
|
-
"
|
|
19727
|
+
"kind": "field",
|
|
19728
|
+
"name": "['col-lg-count']",
|
|
19895
19729
|
"type": {
|
|
19896
|
-
"text": "
|
|
19897
|
-
},
|
|
19898
|
-
"default": "\"ease-in-out\"",
|
|
19899
|
-
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
19900
|
-
"fieldName": "easing",
|
|
19901
|
-
"inheritedFrom": {
|
|
19902
|
-
"name": "HorizontalScroll",
|
|
19903
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19730
|
+
"text": "string"
|
|
19904
19731
|
}
|
|
19905
19732
|
},
|
|
19906
19733
|
{
|
|
19907
|
-
"
|
|
19734
|
+
"kind": "field",
|
|
19735
|
+
"name": "['col-lg-width']",
|
|
19908
19736
|
"type": {
|
|
19909
|
-
"text": "
|
|
19910
|
-
},
|
|
19911
|
-
"default": "false",
|
|
19912
|
-
"description": "Attribute to hide flippers from assistive technology",
|
|
19913
|
-
"fieldName": "flippersHiddenFromAT",
|
|
19914
|
-
"inheritedFrom": {
|
|
19915
|
-
"name": "HorizontalScroll",
|
|
19916
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19737
|
+
"text": "string"
|
|
19917
19738
|
}
|
|
19918
19739
|
},
|
|
19919
19740
|
{
|
|
19920
|
-
"
|
|
19741
|
+
"kind": "field",
|
|
19742
|
+
"name": "['col-md-count']",
|
|
19921
19743
|
"type": {
|
|
19922
|
-
"text": "
|
|
19923
|
-
},
|
|
19924
|
-
"description": "View: default | mobile",
|
|
19925
|
-
"fieldName": "view",
|
|
19926
|
-
"inheritedFrom": {
|
|
19927
|
-
"name": "HorizontalScroll",
|
|
19928
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19744
|
+
"text": "string"
|
|
19929
19745
|
}
|
|
19930
|
-
}
|
|
19931
|
-
],
|
|
19932
|
-
"members": [
|
|
19746
|
+
},
|
|
19933
19747
|
{
|
|
19934
19748
|
"kind": "field",
|
|
19935
|
-
"name": "
|
|
19749
|
+
"name": "['col-md-width']",
|
|
19936
19750
|
"type": {
|
|
19937
|
-
"text": "
|
|
19938
|
-
},
|
|
19939
|
-
"privacy": "public",
|
|
19940
|
-
"description": "Reference to DOM element that scrolls the content",
|
|
19941
|
-
"inheritedFrom": {
|
|
19942
|
-
"name": "HorizontalScroll",
|
|
19943
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19751
|
+
"text": "string"
|
|
19944
19752
|
}
|
|
19945
19753
|
},
|
|
19946
19754
|
{
|
|
19947
19755
|
"kind": "field",
|
|
19948
|
-
"name": "
|
|
19756
|
+
"name": "['col-sm-count']",
|
|
19949
19757
|
"type": {
|
|
19950
|
-
"text": "
|
|
19951
|
-
},
|
|
19952
|
-
"privacy": "public",
|
|
19953
|
-
"description": "Reference to DOM element that holds the slotted content",
|
|
19954
|
-
"inheritedFrom": {
|
|
19955
|
-
"name": "HorizontalScroll",
|
|
19956
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19758
|
+
"text": "string"
|
|
19957
19759
|
}
|
|
19958
19760
|
},
|
|
19959
19761
|
{
|
|
19960
19762
|
"kind": "field",
|
|
19961
|
-
"name": "
|
|
19763
|
+
"name": "['col-sm-width']",
|
|
19962
19764
|
"type": {
|
|
19963
|
-
"text": "
|
|
19964
|
-
},
|
|
19965
|
-
"privacy": "public",
|
|
19966
|
-
"description": "Reference to flipper to scroll to previous content",
|
|
19967
|
-
"inheritedFrom": {
|
|
19968
|
-
"name": "HorizontalScroll",
|
|
19969
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19765
|
+
"text": "string"
|
|
19970
19766
|
}
|
|
19971
19767
|
},
|
|
19972
19768
|
{
|
|
19973
19769
|
"kind": "field",
|
|
19974
|
-
"name": "
|
|
19770
|
+
"name": "['row-count']",
|
|
19975
19771
|
"type": {
|
|
19976
|
-
"text": "
|
|
19977
|
-
},
|
|
19978
|
-
"privacy": "public",
|
|
19979
|
-
"description": "Reference to flipper to scroll to the next content",
|
|
19980
|
-
"inheritedFrom": {
|
|
19981
|
-
"name": "HorizontalScroll",
|
|
19982
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19772
|
+
"text": "string"
|
|
19983
19773
|
}
|
|
19984
19774
|
},
|
|
19985
19775
|
{
|
|
19986
19776
|
"kind": "field",
|
|
19987
|
-
"name": "
|
|
19777
|
+
"name": "['row-height']",
|
|
19988
19778
|
"type": {
|
|
19989
|
-
"text": "
|
|
19990
|
-
},
|
|
19991
|
-
"privacy": "public",
|
|
19992
|
-
"default": "600",
|
|
19993
|
-
"description": "Speed of scroll in pixels per second",
|
|
19994
|
-
"inheritedFrom": {
|
|
19995
|
-
"name": "HorizontalScroll",
|
|
19996
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19779
|
+
"text": "string"
|
|
19997
19780
|
}
|
|
19998
19781
|
},
|
|
19999
19782
|
{
|
|
20000
19783
|
"kind": "field",
|
|
20001
|
-
"name": "
|
|
19784
|
+
"name": "['row-lg-count']",
|
|
20002
19785
|
"type": {
|
|
20003
19786
|
"text": "string"
|
|
20004
|
-
},
|
|
20005
|
-
"privacy": "public",
|
|
20006
|
-
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
20007
|
-
"inheritedFrom": {
|
|
20008
|
-
"name": "HorizontalScroll",
|
|
20009
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20010
19787
|
}
|
|
20011
19788
|
},
|
|
20012
19789
|
{
|
|
20013
19790
|
"kind": "field",
|
|
20014
|
-
"name": "
|
|
19791
|
+
"name": "['row-lg-height']",
|
|
20015
19792
|
"type": {
|
|
20016
|
-
"text": "
|
|
20017
|
-
},
|
|
20018
|
-
"privacy": "public",
|
|
20019
|
-
"default": "\"ease-in-out\"",
|
|
20020
|
-
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
20021
|
-
"inheritedFrom": {
|
|
20022
|
-
"name": "HorizontalScroll",
|
|
20023
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19793
|
+
"text": "string"
|
|
20024
19794
|
}
|
|
20025
19795
|
},
|
|
20026
19796
|
{
|
|
20027
19797
|
"kind": "field",
|
|
20028
|
-
"name": "
|
|
19798
|
+
"name": "['row-md-count']",
|
|
20029
19799
|
"type": {
|
|
20030
|
-
"text": "
|
|
20031
|
-
},
|
|
20032
|
-
"privacy": "public",
|
|
20033
|
-
"default": "false",
|
|
20034
|
-
"description": "Attribute to hide flippers from assistive technology",
|
|
20035
|
-
"inheritedFrom": {
|
|
20036
|
-
"name": "HorizontalScroll",
|
|
20037
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19800
|
+
"text": "string"
|
|
20038
19801
|
}
|
|
20039
19802
|
},
|
|
20040
19803
|
{
|
|
20041
19804
|
"kind": "field",
|
|
20042
|
-
"name": "
|
|
19805
|
+
"name": "['row-md-height']",
|
|
20043
19806
|
"type": {
|
|
20044
|
-
"text": "
|
|
20045
|
-
},
|
|
20046
|
-
"privacy": "public",
|
|
20047
|
-
"description": "The default slotted items placed in the scrolling container.",
|
|
20048
|
-
"inheritedFrom": {
|
|
20049
|
-
"name": "HorizontalScroll",
|
|
20050
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19807
|
+
"text": "string"
|
|
20051
19808
|
}
|
|
20052
19809
|
},
|
|
20053
19810
|
{
|
|
20054
19811
|
"kind": "field",
|
|
20055
|
-
"name": "
|
|
19812
|
+
"name": "['row-sm-count']",
|
|
20056
19813
|
"type": {
|
|
20057
|
-
"text": "
|
|
20058
|
-
},
|
|
20059
|
-
"privacy": "public",
|
|
20060
|
-
"description": "View: default | mobile",
|
|
20061
|
-
"inheritedFrom": {
|
|
20062
|
-
"name": "HorizontalScroll",
|
|
20063
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20064
|
-
}
|
|
20065
|
-
},
|
|
20066
|
-
{
|
|
20067
|
-
"kind": "method",
|
|
20068
|
-
"name": "scrollItemsChanged",
|
|
20069
|
-
"privacy": "public",
|
|
20070
|
-
"parameters": [
|
|
20071
|
-
{
|
|
20072
|
-
"name": "previous",
|
|
20073
|
-
"type": {
|
|
20074
|
-
"text": "HTMLElement[]"
|
|
20075
|
-
},
|
|
20076
|
-
"description": "current scroll items"
|
|
20077
|
-
},
|
|
20078
|
-
{
|
|
20079
|
-
"name": "next",
|
|
20080
|
-
"type": {
|
|
20081
|
-
"text": "HTMLElement[]"
|
|
20082
|
-
},
|
|
20083
|
-
"description": "new updated scroll items"
|
|
20084
|
-
}
|
|
20085
|
-
],
|
|
20086
|
-
"description": "Updates scroll stops and flippers when scroll items change",
|
|
20087
|
-
"inheritedFrom": {
|
|
20088
|
-
"name": "HorizontalScroll",
|
|
20089
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20090
|
-
}
|
|
20091
|
-
},
|
|
20092
|
-
{
|
|
20093
|
-
"kind": "method",
|
|
20094
|
-
"name": "fixScrollMisalign",
|
|
20095
|
-
"privacy": "private",
|
|
20096
|
-
"parameters": [
|
|
20097
|
-
{
|
|
20098
|
-
"name": "stops",
|
|
20099
|
-
"type": {
|
|
20100
|
-
"text": "number[]"
|
|
20101
|
-
}
|
|
20102
|
-
}
|
|
20103
|
-
],
|
|
20104
|
-
"inheritedFrom": {
|
|
20105
|
-
"name": "HorizontalScroll",
|
|
20106
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20107
|
-
}
|
|
20108
|
-
},
|
|
20109
|
-
{
|
|
20110
|
-
"kind": "method",
|
|
20111
|
-
"name": "scrollInView",
|
|
20112
|
-
"privacy": "public",
|
|
20113
|
-
"return": {
|
|
20114
|
-
"type": {
|
|
20115
|
-
"text": "void"
|
|
20116
|
-
}
|
|
20117
|
-
},
|
|
20118
|
-
"parameters": [
|
|
20119
|
-
{
|
|
20120
|
-
"name": "item",
|
|
20121
|
-
"type": {
|
|
20122
|
-
"text": "HTMLElement | number"
|
|
20123
|
-
},
|
|
20124
|
-
"description": "An item index, a scroll item or a child of one of the scroll items"
|
|
20125
|
-
},
|
|
20126
|
-
{
|
|
20127
|
-
"name": "padding",
|
|
20128
|
-
"default": "0",
|
|
20129
|
-
"type": {
|
|
20130
|
-
"text": "number"
|
|
20131
|
-
},
|
|
20132
|
-
"description": "Padding of the viewport where the active item shouldn't be"
|
|
20133
|
-
},
|
|
20134
|
-
{
|
|
20135
|
-
"name": "rightPadding",
|
|
20136
|
-
"optional": true,
|
|
20137
|
-
"type": {
|
|
20138
|
-
"text": "number"
|
|
20139
|
-
},
|
|
20140
|
-
"description": "Optional right padding. Uses the padding if not defined"
|
|
20141
|
-
}
|
|
20142
|
-
],
|
|
20143
|
-
"description": "Function that can scroll an item into view.",
|
|
20144
|
-
"inheritedFrom": {
|
|
20145
|
-
"name": "HorizontalScroll",
|
|
20146
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20147
|
-
}
|
|
20148
|
-
},
|
|
20149
|
-
{
|
|
20150
|
-
"kind": "method",
|
|
20151
|
-
"name": "keyupHandler",
|
|
20152
|
-
"privacy": "public",
|
|
20153
|
-
"parameters": [
|
|
20154
|
-
{
|
|
20155
|
-
"name": "e",
|
|
20156
|
-
"type": {
|
|
20157
|
-
"text": "Event & KeyboardEvent"
|
|
20158
|
-
},
|
|
20159
|
-
"description": "Keyboard event"
|
|
20160
|
-
}
|
|
20161
|
-
],
|
|
20162
|
-
"description": "Lets the user arrow left and right through the horizontal scroll",
|
|
20163
|
-
"inheritedFrom": {
|
|
20164
|
-
"name": "HorizontalScroll",
|
|
20165
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20166
|
-
}
|
|
20167
|
-
},
|
|
20168
|
-
{
|
|
20169
|
-
"kind": "method",
|
|
20170
|
-
"name": "scrollToPrevious",
|
|
20171
|
-
"privacy": "public",
|
|
20172
|
-
"return": {
|
|
20173
|
-
"type": {
|
|
20174
|
-
"text": "void"
|
|
20175
|
-
}
|
|
20176
|
-
},
|
|
20177
|
-
"description": "Scrolls items to the left",
|
|
20178
|
-
"inheritedFrom": {
|
|
20179
|
-
"name": "HorizontalScroll",
|
|
20180
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20181
|
-
}
|
|
20182
|
-
},
|
|
20183
|
-
{
|
|
20184
|
-
"kind": "method",
|
|
20185
|
-
"name": "scrollToNext",
|
|
20186
|
-
"privacy": "public",
|
|
20187
|
-
"return": {
|
|
20188
|
-
"type": {
|
|
20189
|
-
"text": "void"
|
|
20190
|
-
}
|
|
20191
|
-
},
|
|
20192
|
-
"description": "Scrolls items to the right",
|
|
20193
|
-
"inheritedFrom": {
|
|
20194
|
-
"name": "HorizontalScroll",
|
|
20195
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19814
|
+
"text": "string"
|
|
20196
19815
|
}
|
|
20197
19816
|
},
|
|
20198
19817
|
{
|
|
20199
|
-
"kind": "
|
|
20200
|
-
"name": "
|
|
20201
|
-
"
|
|
20202
|
-
|
|
20203
|
-
"type": {
|
|
20204
|
-
"text": "void"
|
|
20205
|
-
}
|
|
20206
|
-
},
|
|
20207
|
-
"parameters": [
|
|
20208
|
-
{
|
|
20209
|
-
"name": "newPosition",
|
|
20210
|
-
"type": {
|
|
20211
|
-
"text": "number"
|
|
20212
|
-
},
|
|
20213
|
-
"description": "position to scroll to"
|
|
20214
|
-
},
|
|
20215
|
-
{
|
|
20216
|
-
"name": "position",
|
|
20217
|
-
"default": "this.scrollContainer.scrollLeft",
|
|
20218
|
-
"type": {
|
|
20219
|
-
"text": "number"
|
|
20220
|
-
},
|
|
20221
|
-
"description": "starting position"
|
|
20222
|
-
}
|
|
20223
|
-
],
|
|
20224
|
-
"description": "Handles scrolling with easing",
|
|
20225
|
-
"inheritedFrom": {
|
|
20226
|
-
"name": "HorizontalScroll",
|
|
20227
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19818
|
+
"kind": "field",
|
|
19819
|
+
"name": "['row-sm-height']",
|
|
19820
|
+
"type": {
|
|
19821
|
+
"text": "string"
|
|
20228
19822
|
}
|
|
20229
19823
|
},
|
|
20230
19824
|
{
|
|
20231
|
-
"kind": "
|
|
20232
|
-
"name": "
|
|
20233
|
-
"
|
|
20234
|
-
|
|
20235
|
-
"type": {
|
|
20236
|
-
"text": "void"
|
|
20237
|
-
}
|
|
19825
|
+
"kind": "field",
|
|
19826
|
+
"name": "behaviors",
|
|
19827
|
+
"type": {
|
|
19828
|
+
"text": "Behavior[]"
|
|
20238
19829
|
},
|
|
20239
|
-
"
|
|
20240
|
-
"
|
|
20241
|
-
"name": "HorizontalScroll",
|
|
20242
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20243
|
-
}
|
|
19830
|
+
"privacy": "private",
|
|
19831
|
+
"default": "[]"
|
|
20244
19832
|
},
|
|
20245
19833
|
{
|
|
20246
|
-
"kind": "
|
|
20247
|
-
"name": "
|
|
20248
|
-
"
|
|
20249
|
-
|
|
20250
|
-
"type": {
|
|
20251
|
-
"text": "void"
|
|
20252
|
-
}
|
|
19834
|
+
"kind": "field",
|
|
19835
|
+
"name": "baseStyles",
|
|
19836
|
+
"type": {
|
|
19837
|
+
"text": "ElementStyles"
|
|
20253
19838
|
},
|
|
20254
|
-
"
|
|
20255
|
-
"inheritedFrom": {
|
|
20256
|
-
"name": "HorizontalScroll",
|
|
20257
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20258
|
-
}
|
|
19839
|
+
"privacy": "private"
|
|
20259
19840
|
},
|
|
20260
19841
|
{
|
|
20261
19842
|
"kind": "field",
|
|
@@ -20369,86 +19950,178 @@
|
|
|
20369
19950
|
}
|
|
20370
19951
|
}
|
|
20371
19952
|
],
|
|
20372
|
-
"
|
|
19953
|
+
"attributes": [
|
|
20373
19954
|
{
|
|
20374
|
-
"
|
|
20375
|
-
"
|
|
20376
|
-
|
|
20377
|
-
|
|
20378
|
-
|
|
20379
|
-
}
|
|
19955
|
+
"name": "['col-count']",
|
|
19956
|
+
"type": {
|
|
19957
|
+
"text": "string"
|
|
19958
|
+
},
|
|
19959
|
+
"fieldName": "['col-count']"
|
|
20380
19960
|
},
|
|
20381
19961
|
{
|
|
20382
|
-
"
|
|
20383
|
-
"
|
|
20384
|
-
|
|
20385
|
-
|
|
20386
|
-
|
|
20387
|
-
|
|
20388
|
-
|
|
20389
|
-
|
|
20390
|
-
|
|
20391
|
-
|
|
20392
|
-
|
|
20393
|
-
|
|
20394
|
-
|
|
20395
|
-
|
|
20396
|
-
|
|
20397
|
-
|
|
20398
|
-
|
|
20399
|
-
|
|
20400
|
-
|
|
20401
|
-
|
|
20402
|
-
|
|
20403
|
-
|
|
19962
|
+
"name": "['col-width']",
|
|
19963
|
+
"type": {
|
|
19964
|
+
"text": "string"
|
|
19965
|
+
},
|
|
19966
|
+
"fieldName": "['col-width']"
|
|
19967
|
+
},
|
|
19968
|
+
{
|
|
19969
|
+
"name": "['col-lg-count']",
|
|
19970
|
+
"type": {
|
|
19971
|
+
"text": "string"
|
|
19972
|
+
},
|
|
19973
|
+
"fieldName": "['col-lg-count']"
|
|
19974
|
+
},
|
|
19975
|
+
{
|
|
19976
|
+
"name": "['col-lg-width']",
|
|
19977
|
+
"type": {
|
|
19978
|
+
"text": "string"
|
|
19979
|
+
},
|
|
19980
|
+
"fieldName": "['col-lg-width']"
|
|
19981
|
+
},
|
|
19982
|
+
{
|
|
19983
|
+
"name": "['col-md-count']",
|
|
19984
|
+
"type": {
|
|
19985
|
+
"text": "string"
|
|
19986
|
+
},
|
|
19987
|
+
"fieldName": "['col-md-count']"
|
|
19988
|
+
},
|
|
19989
|
+
{
|
|
19990
|
+
"name": "['col-md-width']",
|
|
19991
|
+
"type": {
|
|
19992
|
+
"text": "string"
|
|
19993
|
+
},
|
|
19994
|
+
"fieldName": "['col-md-width']"
|
|
19995
|
+
},
|
|
19996
|
+
{
|
|
19997
|
+
"name": "['col-sm-count']",
|
|
19998
|
+
"type": {
|
|
19999
|
+
"text": "string"
|
|
20000
|
+
},
|
|
20001
|
+
"fieldName": "['col-sm-count']"
|
|
20002
|
+
},
|
|
20003
|
+
{
|
|
20004
|
+
"name": "['col-sm-width']",
|
|
20005
|
+
"type": {
|
|
20006
|
+
"text": "string"
|
|
20007
|
+
},
|
|
20008
|
+
"fieldName": "['col-sm-width']"
|
|
20009
|
+
},
|
|
20010
|
+
{
|
|
20011
|
+
"name": "['row-count']",
|
|
20012
|
+
"type": {
|
|
20013
|
+
"text": "string"
|
|
20014
|
+
},
|
|
20015
|
+
"fieldName": "['row-count']"
|
|
20016
|
+
},
|
|
20017
|
+
{
|
|
20018
|
+
"name": "['row-height']",
|
|
20019
|
+
"type": {
|
|
20020
|
+
"text": "string"
|
|
20021
|
+
},
|
|
20022
|
+
"fieldName": "['row-height']"
|
|
20023
|
+
},
|
|
20024
|
+
{
|
|
20025
|
+
"name": "['row-lg-count']",
|
|
20026
|
+
"type": {
|
|
20027
|
+
"text": "string"
|
|
20028
|
+
},
|
|
20029
|
+
"fieldName": "['row-lg-count']"
|
|
20030
|
+
},
|
|
20031
|
+
{
|
|
20032
|
+
"name": "['row-lg-height']",
|
|
20033
|
+
"type": {
|
|
20034
|
+
"text": "string"
|
|
20035
|
+
},
|
|
20036
|
+
"fieldName": "['row-lg-height']"
|
|
20037
|
+
},
|
|
20038
|
+
{
|
|
20039
|
+
"name": "['row-md-count']",
|
|
20040
|
+
"type": {
|
|
20041
|
+
"text": "string"
|
|
20042
|
+
},
|
|
20043
|
+
"fieldName": "['row-md-count']"
|
|
20044
|
+
},
|
|
20045
|
+
{
|
|
20046
|
+
"name": "['row-md-height']",
|
|
20047
|
+
"type": {
|
|
20048
|
+
"text": "string"
|
|
20049
|
+
},
|
|
20050
|
+
"fieldName": "['row-md-height']"
|
|
20051
|
+
},
|
|
20052
|
+
{
|
|
20053
|
+
"name": "['row-sm-count']",
|
|
20054
|
+
"type": {
|
|
20055
|
+
"text": "string"
|
|
20056
|
+
},
|
|
20057
|
+
"fieldName": "['row-sm-count']"
|
|
20058
|
+
},
|
|
20059
|
+
{
|
|
20060
|
+
"name": "['row-sm-height']",
|
|
20061
|
+
"type": {
|
|
20062
|
+
"text": "string"
|
|
20063
|
+
},
|
|
20064
|
+
"fieldName": "['row-sm-height']"
|
|
20065
|
+
}
|
|
20066
|
+
],
|
|
20067
|
+
"superclass": {
|
|
20068
|
+
"name": "FoundationElement",
|
|
20069
|
+
"package": "@microsoft/fast-foundation"
|
|
20404
20070
|
},
|
|
20405
|
-
"
|
|
20071
|
+
"tagName": "%%prefix%%-grid-layout",
|
|
20072
|
+
"customElement": true
|
|
20406
20073
|
},
|
|
20407
20074
|
{
|
|
20408
20075
|
"kind": "variable",
|
|
20409
|
-
"name": "
|
|
20410
|
-
"description": "The Foundation
|
|
20076
|
+
"name": "foundationGridLayout",
|
|
20077
|
+
"description": "The Foundation Grid Layout",
|
|
20411
20078
|
"privacy": "public"
|
|
20412
20079
|
}
|
|
20413
20080
|
],
|
|
20414
20081
|
"exports": [
|
|
20415
20082
|
{
|
|
20416
20083
|
"kind": "js",
|
|
20417
|
-
"name": "
|
|
20084
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
20418
20085
|
"declaration": {
|
|
20419
|
-
"name": "
|
|
20420
|
-
"module": "src/
|
|
20086
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
20087
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
20421
20088
|
}
|
|
20422
20089
|
},
|
|
20423
20090
|
{
|
|
20424
20091
|
"kind": "js",
|
|
20425
|
-
"name": "
|
|
20092
|
+
"name": "defaultGridLayoutConfig",
|
|
20426
20093
|
"declaration": {
|
|
20427
|
-
"name": "
|
|
20428
|
-
"module": "src/
|
|
20094
|
+
"name": "defaultGridLayoutConfig",
|
|
20095
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
20429
20096
|
}
|
|
20430
20097
|
},
|
|
20431
20098
|
{
|
|
20432
20099
|
"kind": "js",
|
|
20433
|
-
"name": "
|
|
20100
|
+
"name": "GridLayout",
|
|
20434
20101
|
"declaration": {
|
|
20435
|
-
"name": "
|
|
20436
|
-
"module": "src/
|
|
20102
|
+
"name": "GridLayout",
|
|
20103
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
20437
20104
|
}
|
|
20438
20105
|
},
|
|
20439
20106
|
{
|
|
20440
20107
|
"kind": "js",
|
|
20441
|
-
"name": "
|
|
20108
|
+
"name": "foundationGridLayout",
|
|
20442
20109
|
"declaration": {
|
|
20443
|
-
"name": "
|
|
20444
|
-
"module": "src/
|
|
20110
|
+
"name": "foundationGridLayout",
|
|
20111
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
20445
20112
|
}
|
|
20446
20113
|
}
|
|
20447
20114
|
]
|
|
20448
20115
|
},
|
|
20449
20116
|
{
|
|
20450
20117
|
"kind": "javascript-module",
|
|
20451
|
-
"path": "src/
|
|
20118
|
+
"path": "src/grid-layout/grid-layout.types.ts",
|
|
20119
|
+
"declarations": [],
|
|
20120
|
+
"exports": []
|
|
20121
|
+
},
|
|
20122
|
+
{
|
|
20123
|
+
"kind": "javascript-module",
|
|
20124
|
+
"path": "src/grid-layout/index.ts",
|
|
20452
20125
|
"declarations": [],
|
|
20453
20126
|
"exports": [
|
|
20454
20127
|
{
|
|
@@ -20456,7 +20129,7 @@
|
|
|
20456
20129
|
"name": "*",
|
|
20457
20130
|
"declaration": {
|
|
20458
20131
|
"name": "*",
|
|
20459
|
-
"package": "./
|
|
20132
|
+
"package": "./grid-layout.template"
|
|
20460
20133
|
}
|
|
20461
20134
|
},
|
|
20462
20135
|
{
|
|
@@ -20464,7 +20137,7 @@
|
|
|
20464
20137
|
"name": "*",
|
|
20465
20138
|
"declaration": {
|
|
20466
20139
|
"name": "*",
|
|
20467
|
-
"package": "./
|
|
20140
|
+
"package": "./grid-layout.styles"
|
|
20468
20141
|
}
|
|
20469
20142
|
},
|
|
20470
20143
|
{
|
|
@@ -20472,156 +20145,502 @@
|
|
|
20472
20145
|
"name": "*",
|
|
20473
20146
|
"declaration": {
|
|
20474
20147
|
"name": "*",
|
|
20475
|
-
"package": "./
|
|
20148
|
+
"package": "./grid-layout"
|
|
20149
|
+
}
|
|
20150
|
+
},
|
|
20151
|
+
{
|
|
20152
|
+
"kind": "js",
|
|
20153
|
+
"name": "*",
|
|
20154
|
+
"declaration": {
|
|
20155
|
+
"name": "*",
|
|
20156
|
+
"package": "./grid-layout.types"
|
|
20476
20157
|
}
|
|
20477
20158
|
}
|
|
20478
20159
|
]
|
|
20479
20160
|
},
|
|
20480
20161
|
{
|
|
20481
20162
|
"kind": "javascript-module",
|
|
20482
|
-
"path": "src/
|
|
20163
|
+
"path": "src/horizontal-scroll/horizontal-scroll.styles.ts",
|
|
20483
20164
|
"declarations": [
|
|
20484
20165
|
{
|
|
20485
|
-
"kind": "
|
|
20486
|
-
"name": "
|
|
20487
|
-
"
|
|
20488
|
-
"
|
|
20489
|
-
|
|
20490
|
-
|
|
20491
|
-
},
|
|
20492
|
-
{
|
|
20493
|
-
"kind": "variable",
|
|
20494
|
-
"name": "foundationFlyoutStyles",
|
|
20495
|
-
"type": {
|
|
20496
|
-
"text": "ElementStyles"
|
|
20166
|
+
"kind": "function",
|
|
20167
|
+
"name": "foundationHorizontalScrollStyles",
|
|
20168
|
+
"return": {
|
|
20169
|
+
"type": {
|
|
20170
|
+
"text": "ElementStyles"
|
|
20171
|
+
}
|
|
20497
20172
|
},
|
|
20498
|
-
"
|
|
20173
|
+
"parameters": [
|
|
20174
|
+
{
|
|
20175
|
+
"name": "context",
|
|
20176
|
+
"type": {
|
|
20177
|
+
"text": "ElementDefinitionContext"
|
|
20178
|
+
}
|
|
20179
|
+
},
|
|
20180
|
+
{
|
|
20181
|
+
"name": "definition",
|
|
20182
|
+
"type": {
|
|
20183
|
+
"text": "FoundationElementDefinition"
|
|
20184
|
+
}
|
|
20185
|
+
}
|
|
20186
|
+
]
|
|
20499
20187
|
}
|
|
20500
20188
|
],
|
|
20501
20189
|
"exports": [
|
|
20502
20190
|
{
|
|
20503
20191
|
"kind": "js",
|
|
20504
|
-
"name": "
|
|
20505
|
-
"declaration": {
|
|
20506
|
-
"name": "flyoutAnimationTime",
|
|
20507
|
-
"module": "src/flyout/flyout.styles.ts"
|
|
20508
|
-
}
|
|
20509
|
-
},
|
|
20510
|
-
{
|
|
20511
|
-
"kind": "js",
|
|
20512
|
-
"name": "foundationFlyoutStyles",
|
|
20192
|
+
"name": "foundationHorizontalScrollStyles",
|
|
20513
20193
|
"declaration": {
|
|
20514
|
-
"name": "
|
|
20515
|
-
"module": "src/
|
|
20194
|
+
"name": "foundationHorizontalScrollStyles",
|
|
20195
|
+
"module": "src/horizontal-scroll/horizontal-scroll.styles.ts"
|
|
20516
20196
|
}
|
|
20517
20197
|
}
|
|
20518
20198
|
]
|
|
20519
20199
|
},
|
|
20520
20200
|
{
|
|
20521
20201
|
"kind": "javascript-module",
|
|
20522
|
-
"path": "src/
|
|
20202
|
+
"path": "src/horizontal-scroll/horizontal-scroll.template.ts",
|
|
20523
20203
|
"declarations": [
|
|
20524
20204
|
{
|
|
20525
20205
|
"kind": "function",
|
|
20526
|
-
"name": "
|
|
20206
|
+
"name": "foundationHorizontalScrollTemplate",
|
|
20207
|
+
"return": {
|
|
20208
|
+
"type": {
|
|
20209
|
+
"text": "ViewTemplate<HorizontalScroll>"
|
|
20210
|
+
}
|
|
20211
|
+
},
|
|
20527
20212
|
"parameters": [
|
|
20528
20213
|
{
|
|
20529
|
-
"name": "
|
|
20214
|
+
"name": "context",
|
|
20530
20215
|
"type": {
|
|
20531
|
-
"text": "
|
|
20216
|
+
"text": "ElementDefinitionContext"
|
|
20217
|
+
}
|
|
20218
|
+
},
|
|
20219
|
+
{
|
|
20220
|
+
"name": "definition",
|
|
20221
|
+
"type": {
|
|
20222
|
+
"text": "FoundationElementDefinition"
|
|
20532
20223
|
}
|
|
20533
20224
|
}
|
|
20534
20225
|
]
|
|
20535
|
-
},
|
|
20536
|
-
{
|
|
20537
|
-
"kind": "variable",
|
|
20538
|
-
"name": "foundationFlyoutTemplate",
|
|
20539
|
-
"default": "html<Flyout>`\n ${(x) => getPrefixedFlyout(getPrefix(x))}\n`"
|
|
20540
20226
|
}
|
|
20541
20227
|
],
|
|
20542
20228
|
"exports": [
|
|
20543
20229
|
{
|
|
20544
20230
|
"kind": "js",
|
|
20545
|
-
"name": "
|
|
20546
|
-
"declaration": {
|
|
20547
|
-
"name": "getPrefixedFlyout",
|
|
20548
|
-
"module": "src/flyout/flyout.template.ts"
|
|
20549
|
-
}
|
|
20550
|
-
},
|
|
20551
|
-
{
|
|
20552
|
-
"kind": "js",
|
|
20553
|
-
"name": "foundationFlyoutTemplate",
|
|
20231
|
+
"name": "foundationHorizontalScrollTemplate",
|
|
20554
20232
|
"declaration": {
|
|
20555
|
-
"name": "
|
|
20556
|
-
"module": "src/
|
|
20233
|
+
"name": "foundationHorizontalScrollTemplate",
|
|
20234
|
+
"module": "src/horizontal-scroll/horizontal-scroll.template.ts"
|
|
20557
20235
|
}
|
|
20558
20236
|
}
|
|
20559
20237
|
]
|
|
20560
20238
|
},
|
|
20561
20239
|
{
|
|
20562
20240
|
"kind": "javascript-module",
|
|
20563
|
-
"path": "src/
|
|
20241
|
+
"path": "src/horizontal-scroll/horizontal-scroll.ts",
|
|
20564
20242
|
"declarations": [
|
|
20565
20243
|
{
|
|
20566
20244
|
"kind": "class",
|
|
20567
20245
|
"description": "",
|
|
20568
|
-
"name": "
|
|
20246
|
+
"name": "HorizontalScroll",
|
|
20247
|
+
"superclass": {
|
|
20248
|
+
"name": "FASTHorizontalScroll",
|
|
20249
|
+
"package": "@microsoft/fast-components"
|
|
20250
|
+
},
|
|
20251
|
+
"tagName": "%%prefix%%-horizontal-scroll",
|
|
20252
|
+
"customElement": true,
|
|
20253
|
+
"attributes": [
|
|
20254
|
+
{
|
|
20255
|
+
"type": {
|
|
20256
|
+
"text": "number"
|
|
20257
|
+
},
|
|
20258
|
+
"default": "600",
|
|
20259
|
+
"description": "Speed of scroll in pixels per second",
|
|
20260
|
+
"fieldName": "speed",
|
|
20261
|
+
"inheritedFrom": {
|
|
20262
|
+
"name": "HorizontalScroll",
|
|
20263
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20264
|
+
}
|
|
20265
|
+
},
|
|
20266
|
+
{
|
|
20267
|
+
"name": "duration",
|
|
20268
|
+
"type": {
|
|
20269
|
+
"text": "string"
|
|
20270
|
+
},
|
|
20271
|
+
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
20272
|
+
"fieldName": "duration",
|
|
20273
|
+
"inheritedFrom": {
|
|
20274
|
+
"name": "HorizontalScroll",
|
|
20275
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20276
|
+
}
|
|
20277
|
+
},
|
|
20278
|
+
{
|
|
20279
|
+
"name": "easing",
|
|
20280
|
+
"type": {
|
|
20281
|
+
"text": "ScrollEasing"
|
|
20282
|
+
},
|
|
20283
|
+
"default": "\"ease-in-out\"",
|
|
20284
|
+
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
20285
|
+
"fieldName": "easing",
|
|
20286
|
+
"inheritedFrom": {
|
|
20287
|
+
"name": "HorizontalScroll",
|
|
20288
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20289
|
+
}
|
|
20290
|
+
},
|
|
20291
|
+
{
|
|
20292
|
+
"name": "flippers-hidden-from-at",
|
|
20293
|
+
"type": {
|
|
20294
|
+
"text": "boolean"
|
|
20295
|
+
},
|
|
20296
|
+
"default": "false",
|
|
20297
|
+
"description": "Attribute to hide flippers from assistive technology",
|
|
20298
|
+
"fieldName": "flippersHiddenFromAT",
|
|
20299
|
+
"inheritedFrom": {
|
|
20300
|
+
"name": "HorizontalScroll",
|
|
20301
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20302
|
+
}
|
|
20303
|
+
},
|
|
20304
|
+
{
|
|
20305
|
+
"name": "view",
|
|
20306
|
+
"type": {
|
|
20307
|
+
"text": "HorizontalScrollView"
|
|
20308
|
+
},
|
|
20309
|
+
"description": "View: default | mobile",
|
|
20310
|
+
"fieldName": "view",
|
|
20311
|
+
"inheritedFrom": {
|
|
20312
|
+
"name": "HorizontalScroll",
|
|
20313
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20314
|
+
}
|
|
20315
|
+
}
|
|
20316
|
+
],
|
|
20569
20317
|
"members": [
|
|
20570
20318
|
{
|
|
20571
20319
|
"kind": "field",
|
|
20572
|
-
"name": "
|
|
20320
|
+
"name": "scrollContainer",
|
|
20573
20321
|
"type": {
|
|
20574
20322
|
"text": "HTMLDivElement"
|
|
20575
20323
|
},
|
|
20576
|
-
"privacy": "public"
|
|
20324
|
+
"privacy": "public",
|
|
20325
|
+
"description": "Reference to DOM element that scrolls the content",
|
|
20326
|
+
"inheritedFrom": {
|
|
20327
|
+
"name": "HorizontalScroll",
|
|
20328
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20329
|
+
}
|
|
20330
|
+
},
|
|
20331
|
+
{
|
|
20332
|
+
"kind": "field",
|
|
20333
|
+
"name": "content",
|
|
20334
|
+
"type": {
|
|
20335
|
+
"text": "HTMLDivElement"
|
|
20336
|
+
},
|
|
20337
|
+
"privacy": "public",
|
|
20338
|
+
"description": "Reference to DOM element that holds the slotted content",
|
|
20339
|
+
"inheritedFrom": {
|
|
20340
|
+
"name": "HorizontalScroll",
|
|
20341
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20342
|
+
}
|
|
20343
|
+
},
|
|
20344
|
+
{
|
|
20345
|
+
"kind": "field",
|
|
20346
|
+
"name": "previousFlipperContainer",
|
|
20347
|
+
"type": {
|
|
20348
|
+
"text": "HTMLDivElement"
|
|
20349
|
+
},
|
|
20350
|
+
"privacy": "public",
|
|
20351
|
+
"description": "Reference to flipper to scroll to previous content",
|
|
20352
|
+
"inheritedFrom": {
|
|
20353
|
+
"name": "HorizontalScroll",
|
|
20354
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20355
|
+
}
|
|
20356
|
+
},
|
|
20357
|
+
{
|
|
20358
|
+
"kind": "field",
|
|
20359
|
+
"name": "nextFlipperContainer",
|
|
20360
|
+
"type": {
|
|
20361
|
+
"text": "HTMLDivElement"
|
|
20362
|
+
},
|
|
20363
|
+
"privacy": "public",
|
|
20364
|
+
"description": "Reference to flipper to scroll to the next content",
|
|
20365
|
+
"inheritedFrom": {
|
|
20366
|
+
"name": "HorizontalScroll",
|
|
20367
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20368
|
+
}
|
|
20369
|
+
},
|
|
20370
|
+
{
|
|
20371
|
+
"kind": "field",
|
|
20372
|
+
"name": "speed",
|
|
20373
|
+
"type": {
|
|
20374
|
+
"text": "number"
|
|
20375
|
+
},
|
|
20376
|
+
"privacy": "public",
|
|
20377
|
+
"default": "600",
|
|
20378
|
+
"description": "Speed of scroll in pixels per second",
|
|
20379
|
+
"inheritedFrom": {
|
|
20380
|
+
"name": "HorizontalScroll",
|
|
20381
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20382
|
+
}
|
|
20383
|
+
},
|
|
20384
|
+
{
|
|
20385
|
+
"kind": "field",
|
|
20386
|
+
"name": "duration",
|
|
20387
|
+
"type": {
|
|
20388
|
+
"text": "string"
|
|
20389
|
+
},
|
|
20390
|
+
"privacy": "public",
|
|
20391
|
+
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
20392
|
+
"inheritedFrom": {
|
|
20393
|
+
"name": "HorizontalScroll",
|
|
20394
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20395
|
+
}
|
|
20396
|
+
},
|
|
20397
|
+
{
|
|
20398
|
+
"kind": "field",
|
|
20399
|
+
"name": "easing",
|
|
20400
|
+
"type": {
|
|
20401
|
+
"text": "ScrollEasing"
|
|
20402
|
+
},
|
|
20403
|
+
"privacy": "public",
|
|
20404
|
+
"default": "\"ease-in-out\"",
|
|
20405
|
+
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
20406
|
+
"inheritedFrom": {
|
|
20407
|
+
"name": "HorizontalScroll",
|
|
20408
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20409
|
+
}
|
|
20410
|
+
},
|
|
20411
|
+
{
|
|
20412
|
+
"kind": "field",
|
|
20413
|
+
"name": "flippersHiddenFromAT",
|
|
20414
|
+
"type": {
|
|
20415
|
+
"text": "boolean"
|
|
20416
|
+
},
|
|
20417
|
+
"privacy": "public",
|
|
20418
|
+
"default": "false",
|
|
20419
|
+
"description": "Attribute to hide flippers from assistive technology",
|
|
20420
|
+
"inheritedFrom": {
|
|
20421
|
+
"name": "HorizontalScroll",
|
|
20422
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20423
|
+
}
|
|
20424
|
+
},
|
|
20425
|
+
{
|
|
20426
|
+
"kind": "field",
|
|
20427
|
+
"name": "scrollItems",
|
|
20428
|
+
"type": {
|
|
20429
|
+
"text": "HTMLElement[]"
|
|
20430
|
+
},
|
|
20431
|
+
"privacy": "public",
|
|
20432
|
+
"description": "The default slotted items placed in the scrolling container.",
|
|
20433
|
+
"inheritedFrom": {
|
|
20434
|
+
"name": "HorizontalScroll",
|
|
20435
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20436
|
+
}
|
|
20437
|
+
},
|
|
20438
|
+
{
|
|
20439
|
+
"kind": "field",
|
|
20440
|
+
"name": "view",
|
|
20441
|
+
"type": {
|
|
20442
|
+
"text": "HorizontalScrollView"
|
|
20443
|
+
},
|
|
20444
|
+
"privacy": "public",
|
|
20445
|
+
"description": "View: default | mobile",
|
|
20446
|
+
"inheritedFrom": {
|
|
20447
|
+
"name": "HorizontalScroll",
|
|
20448
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20449
|
+
}
|
|
20450
|
+
},
|
|
20451
|
+
{
|
|
20452
|
+
"kind": "method",
|
|
20453
|
+
"name": "scrollItemsChanged",
|
|
20454
|
+
"privacy": "public",
|
|
20455
|
+
"parameters": [
|
|
20456
|
+
{
|
|
20457
|
+
"name": "previous",
|
|
20458
|
+
"type": {
|
|
20459
|
+
"text": "HTMLElement[]"
|
|
20460
|
+
},
|
|
20461
|
+
"description": "current scroll items"
|
|
20462
|
+
},
|
|
20463
|
+
{
|
|
20464
|
+
"name": "next",
|
|
20465
|
+
"type": {
|
|
20466
|
+
"text": "HTMLElement[]"
|
|
20467
|
+
},
|
|
20468
|
+
"description": "new updated scroll items"
|
|
20469
|
+
}
|
|
20470
|
+
],
|
|
20471
|
+
"description": "Updates scroll stops and flippers when scroll items change",
|
|
20472
|
+
"inheritedFrom": {
|
|
20473
|
+
"name": "HorizontalScroll",
|
|
20474
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20475
|
+
}
|
|
20476
|
+
},
|
|
20477
|
+
{
|
|
20478
|
+
"kind": "method",
|
|
20479
|
+
"name": "fixScrollMisalign",
|
|
20480
|
+
"privacy": "private",
|
|
20481
|
+
"parameters": [
|
|
20482
|
+
{
|
|
20483
|
+
"name": "stops",
|
|
20484
|
+
"type": {
|
|
20485
|
+
"text": "number[]"
|
|
20486
|
+
}
|
|
20487
|
+
}
|
|
20488
|
+
],
|
|
20489
|
+
"inheritedFrom": {
|
|
20490
|
+
"name": "HorizontalScroll",
|
|
20491
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20492
|
+
}
|
|
20577
20493
|
},
|
|
20578
20494
|
{
|
|
20579
|
-
"kind": "
|
|
20580
|
-
"name": "
|
|
20581
|
-
"
|
|
20582
|
-
|
|
20495
|
+
"kind": "method",
|
|
20496
|
+
"name": "scrollInView",
|
|
20497
|
+
"privacy": "public",
|
|
20498
|
+
"return": {
|
|
20499
|
+
"type": {
|
|
20500
|
+
"text": "void"
|
|
20501
|
+
}
|
|
20583
20502
|
},
|
|
20584
|
-
"
|
|
20503
|
+
"parameters": [
|
|
20504
|
+
{
|
|
20505
|
+
"name": "item",
|
|
20506
|
+
"type": {
|
|
20507
|
+
"text": "HTMLElement | number"
|
|
20508
|
+
},
|
|
20509
|
+
"description": "An item index, a scroll item or a child of one of the scroll items"
|
|
20510
|
+
},
|
|
20511
|
+
{
|
|
20512
|
+
"name": "padding",
|
|
20513
|
+
"default": "0",
|
|
20514
|
+
"type": {
|
|
20515
|
+
"text": "number"
|
|
20516
|
+
},
|
|
20517
|
+
"description": "Padding of the viewport where the active item shouldn't be"
|
|
20518
|
+
},
|
|
20519
|
+
{
|
|
20520
|
+
"name": "rightPadding",
|
|
20521
|
+
"optional": true,
|
|
20522
|
+
"type": {
|
|
20523
|
+
"text": "number"
|
|
20524
|
+
},
|
|
20525
|
+
"description": "Optional right padding. Uses the padding if not defined"
|
|
20526
|
+
}
|
|
20527
|
+
],
|
|
20528
|
+
"description": "Function that can scroll an item into view.",
|
|
20529
|
+
"inheritedFrom": {
|
|
20530
|
+
"name": "HorizontalScroll",
|
|
20531
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20532
|
+
}
|
|
20585
20533
|
},
|
|
20586
20534
|
{
|
|
20587
|
-
"kind": "
|
|
20588
|
-
"name": "
|
|
20589
|
-
"
|
|
20590
|
-
|
|
20591
|
-
|
|
20592
|
-
|
|
20535
|
+
"kind": "method",
|
|
20536
|
+
"name": "keyupHandler",
|
|
20537
|
+
"privacy": "public",
|
|
20538
|
+
"parameters": [
|
|
20539
|
+
{
|
|
20540
|
+
"name": "e",
|
|
20541
|
+
"type": {
|
|
20542
|
+
"text": "Event & KeyboardEvent"
|
|
20543
|
+
},
|
|
20544
|
+
"description": "Keyboard event"
|
|
20545
|
+
}
|
|
20546
|
+
],
|
|
20547
|
+
"description": "Lets the user arrow left and right through the horizontal scroll",
|
|
20548
|
+
"inheritedFrom": {
|
|
20549
|
+
"name": "HorizontalScroll",
|
|
20550
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20551
|
+
}
|
|
20593
20552
|
},
|
|
20594
20553
|
{
|
|
20595
|
-
"kind": "
|
|
20596
|
-
"name": "
|
|
20597
|
-
"
|
|
20598
|
-
|
|
20554
|
+
"kind": "method",
|
|
20555
|
+
"name": "scrollToPrevious",
|
|
20556
|
+
"privacy": "public",
|
|
20557
|
+
"return": {
|
|
20558
|
+
"type": {
|
|
20559
|
+
"text": "void"
|
|
20560
|
+
}
|
|
20599
20561
|
},
|
|
20600
|
-
"
|
|
20562
|
+
"description": "Scrolls items to the left",
|
|
20563
|
+
"inheritedFrom": {
|
|
20564
|
+
"name": "HorizontalScroll",
|
|
20565
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20566
|
+
}
|
|
20601
20567
|
},
|
|
20602
20568
|
{
|
|
20603
20569
|
"kind": "method",
|
|
20604
|
-
"name": "
|
|
20605
|
-
|
|
20606
|
-
|
|
20607
|
-
|
|
20608
|
-
|
|
20609
|
-
|
|
20610
|
-
"text": "boolean"
|
|
20570
|
+
"name": "scrollToNext",
|
|
20571
|
+
"privacy": "public",
|
|
20572
|
+
"return": {
|
|
20573
|
+
"type": {
|
|
20574
|
+
"text": "void"
|
|
20575
|
+
}
|
|
20611
20576
|
},
|
|
20612
|
-
"
|
|
20577
|
+
"description": "Scrolls items to the right",
|
|
20578
|
+
"inheritedFrom": {
|
|
20579
|
+
"name": "HorizontalScroll",
|
|
20580
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20581
|
+
}
|
|
20613
20582
|
},
|
|
20614
20583
|
{
|
|
20615
20584
|
"kind": "method",
|
|
20616
|
-
"name": "
|
|
20585
|
+
"name": "scrollToPosition",
|
|
20586
|
+
"privacy": "public",
|
|
20587
|
+
"return": {
|
|
20588
|
+
"type": {
|
|
20589
|
+
"text": "void"
|
|
20590
|
+
}
|
|
20591
|
+
},
|
|
20592
|
+
"parameters": [
|
|
20593
|
+
{
|
|
20594
|
+
"name": "newPosition",
|
|
20595
|
+
"type": {
|
|
20596
|
+
"text": "number"
|
|
20597
|
+
},
|
|
20598
|
+
"description": "position to scroll to"
|
|
20599
|
+
},
|
|
20600
|
+
{
|
|
20601
|
+
"name": "position",
|
|
20602
|
+
"default": "this.scrollContainer.scrollLeft",
|
|
20603
|
+
"type": {
|
|
20604
|
+
"text": "number"
|
|
20605
|
+
},
|
|
20606
|
+
"description": "starting position"
|
|
20607
|
+
}
|
|
20608
|
+
],
|
|
20609
|
+
"description": "Handles scrolling with easing",
|
|
20610
|
+
"inheritedFrom": {
|
|
20611
|
+
"name": "HorizontalScroll",
|
|
20612
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20613
|
+
}
|
|
20617
20614
|
},
|
|
20618
20615
|
{
|
|
20619
20616
|
"kind": "method",
|
|
20620
|
-
"name": "
|
|
20617
|
+
"name": "resized",
|
|
20618
|
+
"privacy": "public",
|
|
20619
|
+
"return": {
|
|
20620
|
+
"type": {
|
|
20621
|
+
"text": "void"
|
|
20622
|
+
}
|
|
20623
|
+
},
|
|
20624
|
+
"description": "Monitors resize event on the horizontal-scroll element",
|
|
20625
|
+
"inheritedFrom": {
|
|
20626
|
+
"name": "HorizontalScroll",
|
|
20627
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20628
|
+
}
|
|
20621
20629
|
},
|
|
20622
20630
|
{
|
|
20623
20631
|
"kind": "method",
|
|
20624
|
-
"name": "
|
|
20632
|
+
"name": "scrolled",
|
|
20633
|
+
"privacy": "public",
|
|
20634
|
+
"return": {
|
|
20635
|
+
"type": {
|
|
20636
|
+
"text": "void"
|
|
20637
|
+
}
|
|
20638
|
+
},
|
|
20639
|
+
"description": "Monitors scrolled event on the content container",
|
|
20640
|
+
"inheritedFrom": {
|
|
20641
|
+
"name": "HorizontalScroll",
|
|
20642
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20643
|
+
}
|
|
20625
20644
|
},
|
|
20626
20645
|
{
|
|
20627
20646
|
"kind": "field",
|
|
@@ -20735,105 +20754,86 @@
|
|
|
20735
20754
|
}
|
|
20736
20755
|
}
|
|
20737
20756
|
],
|
|
20738
|
-
"
|
|
20739
|
-
{
|
|
20740
|
-
"name": "position",
|
|
20741
|
-
"type": {
|
|
20742
|
-
"text": "string"
|
|
20743
|
-
},
|
|
20744
|
-
"default": "'right'",
|
|
20745
|
-
"fieldName": "position"
|
|
20746
|
-
},
|
|
20747
|
-
{
|
|
20748
|
-
"type": {
|
|
20749
|
-
"text": "boolean"
|
|
20750
|
-
},
|
|
20751
|
-
"default": "true",
|
|
20752
|
-
"fieldName": "displayHeader"
|
|
20753
|
-
},
|
|
20757
|
+
"events": [
|
|
20754
20758
|
{
|
|
20755
|
-
"
|
|
20756
|
-
|
|
20757
|
-
|
|
20758
|
-
|
|
20759
|
-
|
|
20759
|
+
"description": "Fires a custom 'scrollstart' event when scrolling",
|
|
20760
|
+
"name": "scrollstart",
|
|
20761
|
+
"inheritedFrom": {
|
|
20762
|
+
"name": "HorizontalScroll",
|
|
20763
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20764
|
+
}
|
|
20760
20765
|
},
|
|
20761
20766
|
{
|
|
20762
|
-
"
|
|
20763
|
-
|
|
20764
|
-
|
|
20765
|
-
|
|
20766
|
-
|
|
20767
|
+
"description": "Fires a custom 'scrollend' event when scrolling stops",
|
|
20768
|
+
"name": "scrollend",
|
|
20769
|
+
"inheritedFrom": {
|
|
20770
|
+
"name": "HorizontalScroll",
|
|
20771
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20772
|
+
}
|
|
20767
20773
|
}
|
|
20768
|
-
]
|
|
20769
|
-
"superclass": {
|
|
20770
|
-
"name": "FoundationElement",
|
|
20771
|
-
"package": "@microsoft/fast-foundation"
|
|
20772
|
-
},
|
|
20773
|
-
"tagName": "%%prefix%%-flyout",
|
|
20774
|
-
"customElement": true
|
|
20774
|
+
]
|
|
20775
20775
|
},
|
|
20776
20776
|
{
|
|
20777
20777
|
"kind": "variable",
|
|
20778
|
-
"name": "
|
|
20778
|
+
"name": "foundationHorizontalScrollShadowOptions",
|
|
20779
20779
|
"type": {
|
|
20780
20780
|
"text": "ShadowRootInit"
|
|
20781
20781
|
},
|
|
20782
|
-
"default": "
|
|
20782
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
20783
20783
|
},
|
|
20784
20784
|
{
|
|
20785
20785
|
"kind": "variable",
|
|
20786
|
-
"name": "
|
|
20786
|
+
"name": "defaultHorizontalScrollConfig",
|
|
20787
20787
|
"type": {
|
|
20788
20788
|
"text": "object"
|
|
20789
20789
|
},
|
|
20790
|
-
"default": "{}"
|
|
20790
|
+
"default": "{\n nextFlipper: html`\n <foundation-flipper\n @click=\"${(x) => x.scrollToNext()}\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></foundation-flipper>\n `,\n previousFlipper: html`\n <foundation-flipper\n @click=\"${(x) => x.scrollToPrevious()}\"\n direction=\"previous\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></foundation-flipper>\n `,\n}"
|
|
20791
20791
|
},
|
|
20792
20792
|
{
|
|
20793
20793
|
"kind": "variable",
|
|
20794
|
-
"name": "
|
|
20795
|
-
"description": "The Foundation
|
|
20794
|
+
"name": "foundationHorizontalScroll",
|
|
20795
|
+
"description": "The Foundation HorizontalScroll",
|
|
20796
20796
|
"privacy": "public"
|
|
20797
20797
|
}
|
|
20798
20798
|
],
|
|
20799
20799
|
"exports": [
|
|
20800
20800
|
{
|
|
20801
20801
|
"kind": "js",
|
|
20802
|
-
"name": "
|
|
20802
|
+
"name": "HorizontalScroll",
|
|
20803
20803
|
"declaration": {
|
|
20804
|
-
"name": "
|
|
20805
|
-
"module": "src/
|
|
20804
|
+
"name": "HorizontalScroll",
|
|
20805
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20806
20806
|
}
|
|
20807
20807
|
},
|
|
20808
20808
|
{
|
|
20809
20809
|
"kind": "js",
|
|
20810
|
-
"name": "
|
|
20810
|
+
"name": "foundationHorizontalScrollShadowOptions",
|
|
20811
20811
|
"declaration": {
|
|
20812
|
-
"name": "
|
|
20813
|
-
"module": "src/
|
|
20812
|
+
"name": "foundationHorizontalScrollShadowOptions",
|
|
20813
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20814
20814
|
}
|
|
20815
20815
|
},
|
|
20816
20816
|
{
|
|
20817
20817
|
"kind": "js",
|
|
20818
|
-
"name": "
|
|
20818
|
+
"name": "defaultHorizontalScrollConfig",
|
|
20819
20819
|
"declaration": {
|
|
20820
|
-
"name": "
|
|
20821
|
-
"module": "src/
|
|
20820
|
+
"name": "defaultHorizontalScrollConfig",
|
|
20821
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20822
20822
|
}
|
|
20823
20823
|
},
|
|
20824
20824
|
{
|
|
20825
20825
|
"kind": "js",
|
|
20826
|
-
"name": "
|
|
20826
|
+
"name": "foundationHorizontalScroll",
|
|
20827
20827
|
"declaration": {
|
|
20828
|
-
"name": "
|
|
20829
|
-
"module": "src/
|
|
20828
|
+
"name": "foundationHorizontalScroll",
|
|
20829
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20830
20830
|
}
|
|
20831
20831
|
}
|
|
20832
20832
|
]
|
|
20833
20833
|
},
|
|
20834
20834
|
{
|
|
20835
20835
|
"kind": "javascript-module",
|
|
20836
|
-
"path": "src/
|
|
20836
|
+
"path": "src/horizontal-scroll/index.ts",
|
|
20837
20837
|
"declarations": [],
|
|
20838
20838
|
"exports": [
|
|
20839
20839
|
{
|
|
@@ -20841,7 +20841,7 @@
|
|
|
20841
20841
|
"name": "*",
|
|
20842
20842
|
"declaration": {
|
|
20843
20843
|
"name": "*",
|
|
20844
|
-
"package": "./
|
|
20844
|
+
"package": "./horizontal-scroll.template"
|
|
20845
20845
|
}
|
|
20846
20846
|
},
|
|
20847
20847
|
{
|
|
@@ -20849,7 +20849,7 @@
|
|
|
20849
20849
|
"name": "*",
|
|
20850
20850
|
"declaration": {
|
|
20851
20851
|
"name": "*",
|
|
20852
|
-
"package": "./
|
|
20852
|
+
"package": "./horizontal-scroll.styles"
|
|
20853
20853
|
}
|
|
20854
20854
|
},
|
|
20855
20855
|
{
|
|
@@ -20857,7 +20857,7 @@
|
|
|
20857
20857
|
"name": "*",
|
|
20858
20858
|
"declaration": {
|
|
20859
20859
|
"name": "*",
|
|
20860
|
-
"package": "./
|
|
20860
|
+
"package": "./horizontal-scroll"
|
|
20861
20861
|
}
|
|
20862
20862
|
}
|
|
20863
20863
|
]
|
|
@@ -21103,7 +21103,7 @@
|
|
|
21103
21103
|
},
|
|
21104
21104
|
{
|
|
21105
21105
|
"kind": "method",
|
|
21106
|
-
"name": "
|
|
21106
|
+
"name": "getDefaultTooltipConfig"
|
|
21107
21107
|
},
|
|
21108
21108
|
{
|
|
21109
21109
|
"kind": "method",
|