@genesislcap/foundation-ui 14.213.0 → 14.214.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 +1041 -1011
- package/dist/dts/options-datasource/options-datasource.d.ts +5 -0
- package/dist/dts/options-datasource/options-datasource.d.ts.map +1 -1
- package/dist/esm/dialog/dialog.styles.js +1 -1
- package/dist/esm/options-datasource/options-datasource.js +27 -5
- package/package.json +16 -16
|
@@ -13834,7 +13834,7 @@
|
|
|
13834
13834
|
"type": {
|
|
13835
13835
|
"text": "ElementStyles"
|
|
13836
13836
|
},
|
|
13837
|
-
"default": "css`\n :host {\n --dialog-close-icon-display: flex;\n --dialog-min-width: 358px;\n --notification-details-min-height: 40px;\n }\n\n dialog[type='error'],\n dialog[type='success'] {\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px)\n calc(var(--design-unit) * 2px) calc(var(--design-unit) * 6px);\n }\n\n dialog[type='error']::before,\n dialog[type='success']::before {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: calc(var(--design-unit) * 3px - 2px);\n height: calc(100% - (var(--design-unit) * 4px));\n width: 4px;\n border-radius: 2px;\n }\n\n dialog[type='error']::before {\n background-color: var(--error-color);\n }\n\n dialog[type='success']::before {\n background-color: var(--color
|
|
13837
|
+
"default": "css`\n :host {\n --dialog-close-icon-display: flex;\n --dialog-min-width: 358px;\n --notification-details-min-height: 40px;\n }\n\n dialog[type='error'],\n dialog[type='success'] {\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px)\n calc(var(--design-unit) * 2px) calc(var(--design-unit) * 6px);\n }\n\n dialog[type='error']::before,\n dialog[type='success']::before {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: calc(var(--design-unit) * 3px - 2px);\n height: calc(100% - (var(--design-unit) * 4px));\n width: 4px;\n border-radius: 2px;\n }\n\n dialog[type='error']::before {\n background-color: var(--error-color);\n }\n\n dialog[type='success']::before {\n background-color: var(--success-color);\n }\n\n .close-icon {\n display: var(--dialog-close-icon-display);\n }\n\n dialog {\n background-color: var(--dialog-background, var(--fill-color));\n padding: calc(var(--design-unit) * 2px) calc(var(--design-unit) * 4px)\n calc(var(--design-unit) * 4px);\n outline: none;\n overflow: inherit;\n }\n\n :host([position='right']) dialog .content-wrapper,\n :host([position='left']) dialog .content-wrapper,\n :host([position='left']) dialog,\n :host([position='right']) dialog {\n height: 100%;\n }\n\n :host([position='left']) dialog {\n margin-left: 0;\n }\n\n :host([position='right']) dialog {\n margin-right: 0;\n }\n\n ::slotted(zero-divider) {\n width: 100%;\n }\n\n .title {\n margin-top: calc(var(--design-unit) * 2px);\n font-size: 14px;\n }\n\n .details {\n font-size: 12px;\n overflow: hidden;\n min-height: var(--notification-details-min-height);\n }\n`"
|
|
13838
13838
|
}
|
|
13839
13839
|
],
|
|
13840
13840
|
"exports": [
|
|
@@ -18776,149 +18776,205 @@
|
|
|
18776
18776
|
},
|
|
18777
18777
|
{
|
|
18778
18778
|
"kind": "javascript-module",
|
|
18779
|
-
"path": "src/
|
|
18779
|
+
"path": "src/grid-layout/grid-layout.styles.ts",
|
|
18780
18780
|
"declarations": [
|
|
18781
18781
|
{
|
|
18782
18782
|
"kind": "variable",
|
|
18783
|
-
"name": "
|
|
18784
|
-
"type": {
|
|
18785
|
-
"text": "number"
|
|
18786
|
-
},
|
|
18787
|
-
"default": "225"
|
|
18788
|
-
},
|
|
18789
|
-
{
|
|
18790
|
-
"kind": "variable",
|
|
18791
|
-
"name": "foundationFlyoutStyles",
|
|
18783
|
+
"name": "foundationGridLayoutStyles",
|
|
18792
18784
|
"type": {
|
|
18793
18785
|
"text": "ElementStyles"
|
|
18794
18786
|
},
|
|
18795
|
-
"default": "css`\n
|
|
18787
|
+
"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`"
|
|
18796
18788
|
}
|
|
18797
18789
|
],
|
|
18798
18790
|
"exports": [
|
|
18799
18791
|
{
|
|
18800
18792
|
"kind": "js",
|
|
18801
|
-
"name": "
|
|
18802
|
-
"declaration": {
|
|
18803
|
-
"name": "flyoutAnimationTime",
|
|
18804
|
-
"module": "src/flyout/flyout.styles.ts"
|
|
18805
|
-
}
|
|
18806
|
-
},
|
|
18807
|
-
{
|
|
18808
|
-
"kind": "js",
|
|
18809
|
-
"name": "foundationFlyoutStyles",
|
|
18793
|
+
"name": "foundationGridLayoutStyles",
|
|
18810
18794
|
"declaration": {
|
|
18811
|
-
"name": "
|
|
18812
|
-
"module": "src/
|
|
18795
|
+
"name": "foundationGridLayoutStyles",
|
|
18796
|
+
"module": "src/grid-layout/grid-layout.styles.ts"
|
|
18813
18797
|
}
|
|
18814
18798
|
}
|
|
18815
18799
|
]
|
|
18816
18800
|
},
|
|
18817
18801
|
{
|
|
18818
18802
|
"kind": "javascript-module",
|
|
18819
|
-
"path": "src/
|
|
18803
|
+
"path": "src/grid-layout/grid-layout.template.ts",
|
|
18820
18804
|
"declarations": [
|
|
18821
|
-
{
|
|
18822
|
-
"kind": "function",
|
|
18823
|
-
"name": "getPrefixedFlyout",
|
|
18824
|
-
"parameters": [
|
|
18825
|
-
{
|
|
18826
|
-
"name": "prefix",
|
|
18827
|
-
"type": {
|
|
18828
|
-
"text": "string"
|
|
18829
|
-
}
|
|
18830
|
-
}
|
|
18831
|
-
]
|
|
18832
|
-
},
|
|
18833
18805
|
{
|
|
18834
18806
|
"kind": "variable",
|
|
18835
|
-
"name": "
|
|
18836
|
-
"
|
|
18807
|
+
"name": "foundationGridLayoutTemplate",
|
|
18808
|
+
"type": {
|
|
18809
|
+
"text": "ViewTemplate<GridLayout>"
|
|
18810
|
+
},
|
|
18811
|
+
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
18837
18812
|
}
|
|
18838
18813
|
],
|
|
18839
18814
|
"exports": [
|
|
18840
18815
|
{
|
|
18841
18816
|
"kind": "js",
|
|
18842
|
-
"name": "
|
|
18843
|
-
"declaration": {
|
|
18844
|
-
"name": "getPrefixedFlyout",
|
|
18845
|
-
"module": "src/flyout/flyout.template.ts"
|
|
18846
|
-
}
|
|
18847
|
-
},
|
|
18848
|
-
{
|
|
18849
|
-
"kind": "js",
|
|
18850
|
-
"name": "foundationFlyoutTemplate",
|
|
18817
|
+
"name": "foundationGridLayoutTemplate",
|
|
18851
18818
|
"declaration": {
|
|
18852
|
-
"name": "
|
|
18853
|
-
"module": "src/
|
|
18819
|
+
"name": "foundationGridLayoutTemplate",
|
|
18820
|
+
"module": "src/grid-layout/grid-layout.template.ts"
|
|
18854
18821
|
}
|
|
18855
18822
|
}
|
|
18856
18823
|
]
|
|
18857
18824
|
},
|
|
18858
18825
|
{
|
|
18859
18826
|
"kind": "javascript-module",
|
|
18860
|
-
"path": "src/
|
|
18827
|
+
"path": "src/grid-layout/grid-layout.ts",
|
|
18861
18828
|
"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
|
+
},
|
|
18862
18845
|
{
|
|
18863
18846
|
"kind": "class",
|
|
18864
18847
|
"description": "",
|
|
18865
|
-
"name": "
|
|
18848
|
+
"name": "GridLayout",
|
|
18866
18849
|
"members": [
|
|
18867
18850
|
{
|
|
18868
18851
|
"kind": "field",
|
|
18869
|
-
"name": "
|
|
18852
|
+
"name": "['col-count']",
|
|
18870
18853
|
"type": {
|
|
18871
|
-
"text": "
|
|
18872
|
-
}
|
|
18873
|
-
"privacy": "public"
|
|
18854
|
+
"text": "string"
|
|
18855
|
+
}
|
|
18874
18856
|
},
|
|
18875
18857
|
{
|
|
18876
18858
|
"kind": "field",
|
|
18877
|
-
"name": "
|
|
18859
|
+
"name": "['col-width']",
|
|
18878
18860
|
"type": {
|
|
18879
18861
|
"text": "string"
|
|
18880
|
-
}
|
|
18881
|
-
"default": "'right'"
|
|
18862
|
+
}
|
|
18882
18863
|
},
|
|
18883
18864
|
{
|
|
18884
18865
|
"kind": "field",
|
|
18885
|
-
"name": "
|
|
18866
|
+
"name": "['col-lg-count']",
|
|
18886
18867
|
"type": {
|
|
18887
|
-
"text": "
|
|
18888
|
-
}
|
|
18889
|
-
"default": "true"
|
|
18868
|
+
"text": "string"
|
|
18869
|
+
}
|
|
18890
18870
|
},
|
|
18891
18871
|
{
|
|
18892
18872
|
"kind": "field",
|
|
18893
|
-
"name": "
|
|
18873
|
+
"name": "['col-lg-width']",
|
|
18894
18874
|
"type": {
|
|
18895
|
-
"text": "
|
|
18896
|
-
}
|
|
18897
|
-
"default": "true"
|
|
18875
|
+
"text": "string"
|
|
18876
|
+
}
|
|
18898
18877
|
},
|
|
18899
18878
|
{
|
|
18900
|
-
"kind": "
|
|
18901
|
-
"name": "
|
|
18879
|
+
"kind": "field",
|
|
18880
|
+
"name": "['col-md-count']",
|
|
18881
|
+
"type": {
|
|
18882
|
+
"text": "string"
|
|
18883
|
+
}
|
|
18902
18884
|
},
|
|
18903
18885
|
{
|
|
18904
18886
|
"kind": "field",
|
|
18905
|
-
"name": "
|
|
18887
|
+
"name": "['col-md-width']",
|
|
18906
18888
|
"type": {
|
|
18907
|
-
"text": "
|
|
18908
|
-
}
|
|
18909
|
-
"default": "true"
|
|
18889
|
+
"text": "string"
|
|
18890
|
+
}
|
|
18910
18891
|
},
|
|
18911
18892
|
{
|
|
18912
|
-
"kind": "
|
|
18913
|
-
"name": "
|
|
18893
|
+
"kind": "field",
|
|
18894
|
+
"name": "['col-sm-count']",
|
|
18895
|
+
"type": {
|
|
18896
|
+
"text": "string"
|
|
18897
|
+
}
|
|
18914
18898
|
},
|
|
18915
18899
|
{
|
|
18916
|
-
"kind": "
|
|
18917
|
-
"name": "
|
|
18900
|
+
"kind": "field",
|
|
18901
|
+
"name": "['col-sm-width']",
|
|
18902
|
+
"type": {
|
|
18903
|
+
"text": "string"
|
|
18904
|
+
}
|
|
18918
18905
|
},
|
|
18919
18906
|
{
|
|
18920
|
-
"kind": "
|
|
18921
|
-
"name": "
|
|
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
|
+
}
|
|
18940
|
+
},
|
|
18941
|
+
{
|
|
18942
|
+
"kind": "field",
|
|
18943
|
+
"name": "['row-md-height']",
|
|
18944
|
+
"type": {
|
|
18945
|
+
"text": "string"
|
|
18946
|
+
}
|
|
18947
|
+
},
|
|
18948
|
+
{
|
|
18949
|
+
"kind": "field",
|
|
18950
|
+
"name": "['row-sm-count']",
|
|
18951
|
+
"type": {
|
|
18952
|
+
"text": "string"
|
|
18953
|
+
}
|
|
18954
|
+
},
|
|
18955
|
+
{
|
|
18956
|
+
"kind": "field",
|
|
18957
|
+
"name": "['row-sm-height']",
|
|
18958
|
+
"type": {
|
|
18959
|
+
"text": "string"
|
|
18960
|
+
}
|
|
18961
|
+
},
|
|
18962
|
+
{
|
|
18963
|
+
"kind": "field",
|
|
18964
|
+
"name": "behaviors",
|
|
18965
|
+
"type": {
|
|
18966
|
+
"text": "Behavior[]"
|
|
18967
|
+
},
|
|
18968
|
+
"privacy": "private",
|
|
18969
|
+
"default": "[]"
|
|
18970
|
+
},
|
|
18971
|
+
{
|
|
18972
|
+
"kind": "field",
|
|
18973
|
+
"name": "baseStyles",
|
|
18974
|
+
"type": {
|
|
18975
|
+
"text": "ElementStyles"
|
|
18976
|
+
},
|
|
18977
|
+
"privacy": "private"
|
|
18922
18978
|
},
|
|
18923
18979
|
{
|
|
18924
18980
|
"kind": "field",
|
|
@@ -19034,103 +19090,176 @@
|
|
|
19034
19090
|
],
|
|
19035
19091
|
"attributes": [
|
|
19036
19092
|
{
|
|
19037
|
-
"name": "
|
|
19093
|
+
"name": "['col-count']",
|
|
19038
19094
|
"type": {
|
|
19039
19095
|
"text": "string"
|
|
19040
19096
|
},
|
|
19041
|
-
"
|
|
19042
|
-
"fieldName": "position"
|
|
19097
|
+
"fieldName": "['col-count']"
|
|
19043
19098
|
},
|
|
19044
19099
|
{
|
|
19100
|
+
"name": "['col-width']",
|
|
19045
19101
|
"type": {
|
|
19046
|
-
"text": "
|
|
19102
|
+
"text": "string"
|
|
19047
19103
|
},
|
|
19048
|
-
"
|
|
19049
|
-
"fieldName": "displayHeader"
|
|
19104
|
+
"fieldName": "['col-width']"
|
|
19050
19105
|
},
|
|
19051
19106
|
{
|
|
19107
|
+
"name": "['col-lg-count']",
|
|
19052
19108
|
"type": {
|
|
19053
|
-
"text": "
|
|
19109
|
+
"text": "string"
|
|
19054
19110
|
},
|
|
19055
|
-
"
|
|
19056
|
-
"fieldName": "closed"
|
|
19111
|
+
"fieldName": "['col-lg-count']"
|
|
19057
19112
|
},
|
|
19058
19113
|
{
|
|
19114
|
+
"name": "['col-lg-width']",
|
|
19059
19115
|
"type": {
|
|
19060
|
-
"text": "
|
|
19116
|
+
"text": "string"
|
|
19061
19117
|
},
|
|
19062
|
-
"
|
|
19063
|
-
|
|
19064
|
-
|
|
19065
|
-
|
|
19066
|
-
|
|
19067
|
-
|
|
19068
|
-
|
|
19069
|
-
|
|
19070
|
-
|
|
19071
|
-
|
|
19072
|
-
|
|
19073
|
-
|
|
19074
|
-
|
|
19075
|
-
|
|
19076
|
-
|
|
19077
|
-
|
|
19078
|
-
|
|
19079
|
-
|
|
19080
|
-
|
|
19081
|
-
|
|
19082
|
-
|
|
19083
|
-
|
|
19084
|
-
|
|
19085
|
-
|
|
19086
|
-
|
|
19087
|
-
|
|
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']",
|
|
19178
|
+
"type": {
|
|
19179
|
+
"text": "string"
|
|
19180
|
+
},
|
|
19181
|
+
"fieldName": "['row-md-count']"
|
|
19182
|
+
},
|
|
19183
|
+
{
|
|
19184
|
+
"name": "['row-md-height']",
|
|
19185
|
+
"type": {
|
|
19186
|
+
"text": "string"
|
|
19187
|
+
},
|
|
19188
|
+
"fieldName": "['row-md-height']"
|
|
19189
|
+
},
|
|
19190
|
+
{
|
|
19191
|
+
"name": "['row-sm-count']",
|
|
19192
|
+
"type": {
|
|
19193
|
+
"text": "string"
|
|
19194
|
+
},
|
|
19195
|
+
"fieldName": "['row-sm-count']"
|
|
19196
|
+
},
|
|
19197
|
+
{
|
|
19198
|
+
"name": "['row-sm-height']",
|
|
19199
|
+
"type": {
|
|
19200
|
+
"text": "string"
|
|
19201
|
+
},
|
|
19202
|
+
"fieldName": "['row-sm-height']"
|
|
19203
|
+
}
|
|
19204
|
+
],
|
|
19205
|
+
"superclass": {
|
|
19206
|
+
"name": "FoundationElement",
|
|
19207
|
+
"package": "@microsoft/fast-foundation"
|
|
19208
|
+
},
|
|
19209
|
+
"tagName": "%%prefix%%-grid-layout",
|
|
19210
|
+
"customElement": true
|
|
19088
19211
|
},
|
|
19089
19212
|
{
|
|
19090
19213
|
"kind": "variable",
|
|
19091
|
-
"name": "
|
|
19092
|
-
"description": "The Foundation
|
|
19214
|
+
"name": "foundationGridLayout",
|
|
19215
|
+
"description": "The Foundation Grid Layout",
|
|
19093
19216
|
"privacy": "public"
|
|
19094
19217
|
}
|
|
19095
19218
|
],
|
|
19096
19219
|
"exports": [
|
|
19097
19220
|
{
|
|
19098
19221
|
"kind": "js",
|
|
19099
|
-
"name": "
|
|
19222
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
19100
19223
|
"declaration": {
|
|
19101
|
-
"name": "
|
|
19102
|
-
"module": "src/
|
|
19224
|
+
"name": "foundationGridLayoutShadowOptions",
|
|
19225
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19103
19226
|
}
|
|
19104
19227
|
},
|
|
19105
19228
|
{
|
|
19106
19229
|
"kind": "js",
|
|
19107
|
-
"name": "
|
|
19230
|
+
"name": "defaultGridLayoutConfig",
|
|
19108
19231
|
"declaration": {
|
|
19109
|
-
"name": "
|
|
19110
|
-
"module": "src/
|
|
19232
|
+
"name": "defaultGridLayoutConfig",
|
|
19233
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19111
19234
|
}
|
|
19112
19235
|
},
|
|
19113
19236
|
{
|
|
19114
19237
|
"kind": "js",
|
|
19115
|
-
"name": "
|
|
19238
|
+
"name": "GridLayout",
|
|
19116
19239
|
"declaration": {
|
|
19117
|
-
"name": "
|
|
19118
|
-
"module": "src/
|
|
19240
|
+
"name": "GridLayout",
|
|
19241
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19119
19242
|
}
|
|
19120
19243
|
},
|
|
19121
19244
|
{
|
|
19122
19245
|
"kind": "js",
|
|
19123
|
-
"name": "
|
|
19246
|
+
"name": "foundationGridLayout",
|
|
19124
19247
|
"declaration": {
|
|
19125
|
-
"name": "
|
|
19126
|
-
"module": "src/
|
|
19248
|
+
"name": "foundationGridLayout",
|
|
19249
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
19127
19250
|
}
|
|
19128
19251
|
}
|
|
19129
19252
|
]
|
|
19130
19253
|
},
|
|
19131
19254
|
{
|
|
19132
19255
|
"kind": "javascript-module",
|
|
19133
|
-
"path": "src/
|
|
19256
|
+
"path": "src/grid-layout/grid-layout.types.ts",
|
|
19257
|
+
"declarations": [],
|
|
19258
|
+
"exports": []
|
|
19259
|
+
},
|
|
19260
|
+
{
|
|
19261
|
+
"kind": "javascript-module",
|
|
19262
|
+
"path": "src/grid-layout/index.ts",
|
|
19134
19263
|
"declarations": [],
|
|
19135
19264
|
"exports": [
|
|
19136
19265
|
{
|
|
@@ -19138,7 +19267,7 @@
|
|
|
19138
19267
|
"name": "*",
|
|
19139
19268
|
"declaration": {
|
|
19140
19269
|
"name": "*",
|
|
19141
|
-
"package": "./
|
|
19270
|
+
"package": "./grid-layout.template"
|
|
19142
19271
|
}
|
|
19143
19272
|
},
|
|
19144
19273
|
{
|
|
@@ -19146,7 +19275,7 @@
|
|
|
19146
19275
|
"name": "*",
|
|
19147
19276
|
"declaration": {
|
|
19148
19277
|
"name": "*",
|
|
19149
|
-
"package": "./
|
|
19278
|
+
"package": "./grid-layout.styles"
|
|
19150
19279
|
}
|
|
19151
19280
|
},
|
|
19152
19281
|
{
|
|
@@ -19154,66 +19283,50 @@
|
|
|
19154
19283
|
"name": "*",
|
|
19155
19284
|
"declaration": {
|
|
19156
19285
|
"name": "*",
|
|
19157
|
-
"package": "./
|
|
19286
|
+
"package": "./grid-layout"
|
|
19158
19287
|
}
|
|
19159
|
-
}
|
|
19160
|
-
]
|
|
19161
|
-
},
|
|
19162
|
-
{
|
|
19163
|
-
"kind": "javascript-module",
|
|
19164
|
-
"path": "src/grid-layout/grid-layout.styles.ts",
|
|
19165
|
-
"declarations": [
|
|
19166
|
-
{
|
|
19167
|
-
"kind": "variable",
|
|
19168
|
-
"name": "foundationGridLayoutStyles",
|
|
19169
|
-
"type": {
|
|
19170
|
-
"text": "ElementStyles"
|
|
19171
|
-
},
|
|
19172
|
-
"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`"
|
|
19173
|
-
}
|
|
19174
|
-
],
|
|
19175
|
-
"exports": [
|
|
19288
|
+
},
|
|
19176
19289
|
{
|
|
19177
19290
|
"kind": "js",
|
|
19178
|
-
"name": "
|
|
19291
|
+
"name": "*",
|
|
19179
19292
|
"declaration": {
|
|
19180
|
-
"name": "
|
|
19181
|
-
"
|
|
19293
|
+
"name": "*",
|
|
19294
|
+
"package": "./grid-layout.types"
|
|
19182
19295
|
}
|
|
19183
19296
|
}
|
|
19184
19297
|
]
|
|
19185
19298
|
},
|
|
19186
19299
|
{
|
|
19187
19300
|
"kind": "javascript-module",
|
|
19188
|
-
"path": "src/grid-layout/grid-layout.template.ts",
|
|
19301
|
+
"path": "src/grid-layout-item/grid-layout-item.template.ts",
|
|
19189
19302
|
"declarations": [
|
|
19190
19303
|
{
|
|
19191
19304
|
"kind": "variable",
|
|
19192
|
-
"name": "
|
|
19305
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19193
19306
|
"type": {
|
|
19194
|
-
"text": "ViewTemplate<
|
|
19307
|
+
"text": "ViewTemplate<GridLayoutItem>"
|
|
19195
19308
|
},
|
|
19196
|
-
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
19309
|
+
"default": "html`\n <template>\n <style>\n :host {\n width: 100%;\n height: 100%;\n ${(x) => x.setGridItemProperties(x.colNumber, x.rowNumber, x.width, x.height)}\n }\n\n @media only screen and (min-width: 1025px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colLgNumber, x.rowLgNumber, x.widthLg, x.heightLg)}\n }\n }\n\n @media only screen and (min-width: 641px) and (max-width: 1024px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colMdNumber, x.rowMdNumber, x.widthSm, x.heightMd)}\n }\n }\n\n @media only screen and (max-width: 640px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colSmNumber, x.rowSmNumber, x.widthSm, x.heightSm)}\n }\n }\n </style>\n <slot></slot>\n </template>\n`"
|
|
19197
19310
|
}
|
|
19198
19311
|
],
|
|
19199
19312
|
"exports": [
|
|
19200
19313
|
{
|
|
19201
19314
|
"kind": "js",
|
|
19202
|
-
"name": "
|
|
19315
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19203
19316
|
"declaration": {
|
|
19204
|
-
"name": "
|
|
19205
|
-
"module": "src/grid-layout/grid-layout.template.ts"
|
|
19317
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
19318
|
+
"module": "src/grid-layout-item/grid-layout-item.template.ts"
|
|
19206
19319
|
}
|
|
19207
19320
|
}
|
|
19208
19321
|
]
|
|
19209
19322
|
},
|
|
19210
19323
|
{
|
|
19211
19324
|
"kind": "javascript-module",
|
|
19212
|
-
"path": "src/grid-layout/grid-layout.ts",
|
|
19325
|
+
"path": "src/grid-layout-item/grid-layout-item.ts",
|
|
19213
19326
|
"declarations": [
|
|
19214
19327
|
{
|
|
19215
19328
|
"kind": "variable",
|
|
19216
|
-
"name": "
|
|
19329
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
19217
19330
|
"type": {
|
|
19218
19331
|
"text": "ShadowRootInit"
|
|
19219
19332
|
},
|
|
@@ -19221,7 +19334,7 @@
|
|
|
19221
19334
|
},
|
|
19222
19335
|
{
|
|
19223
19336
|
"kind": "variable",
|
|
19224
|
-
"name": "
|
|
19337
|
+
"name": "defaultGridLayoutItemConfig",
|
|
19225
19338
|
"type": {
|
|
19226
19339
|
"text": "object"
|
|
19227
19340
|
},
|
|
@@ -19230,136 +19343,137 @@
|
|
|
19230
19343
|
{
|
|
19231
19344
|
"kind": "class",
|
|
19232
19345
|
"description": "",
|
|
19233
|
-
"name": "
|
|
19346
|
+
"name": "GridLayoutItem",
|
|
19234
19347
|
"members": [
|
|
19235
19348
|
{
|
|
19236
19349
|
"kind": "field",
|
|
19237
|
-
"name": "
|
|
19350
|
+
"name": "colNumber",
|
|
19238
19351
|
"type": {
|
|
19239
|
-
"text": "
|
|
19352
|
+
"text": "number"
|
|
19240
19353
|
}
|
|
19241
19354
|
},
|
|
19242
19355
|
{
|
|
19243
19356
|
"kind": "field",
|
|
19244
|
-
"name": "
|
|
19357
|
+
"name": "colSmNumber",
|
|
19245
19358
|
"type": {
|
|
19246
|
-
"text": "
|
|
19359
|
+
"text": "number"
|
|
19247
19360
|
}
|
|
19248
19361
|
},
|
|
19249
19362
|
{
|
|
19250
19363
|
"kind": "field",
|
|
19251
|
-
"name": "
|
|
19364
|
+
"name": "colMdNumber",
|
|
19252
19365
|
"type": {
|
|
19253
|
-
"text": "
|
|
19366
|
+
"text": "number"
|
|
19254
19367
|
}
|
|
19255
19368
|
},
|
|
19256
19369
|
{
|
|
19257
19370
|
"kind": "field",
|
|
19258
|
-
"name": "
|
|
19371
|
+
"name": "colLgNumber",
|
|
19259
19372
|
"type": {
|
|
19260
|
-
"text": "
|
|
19373
|
+
"text": "number"
|
|
19261
19374
|
}
|
|
19262
19375
|
},
|
|
19263
19376
|
{
|
|
19264
19377
|
"kind": "field",
|
|
19265
|
-
"name": "
|
|
19378
|
+
"name": "rowNumber",
|
|
19266
19379
|
"type": {
|
|
19267
|
-
"text": "
|
|
19380
|
+
"text": "number"
|
|
19268
19381
|
}
|
|
19269
19382
|
},
|
|
19270
19383
|
{
|
|
19271
19384
|
"kind": "field",
|
|
19272
|
-
"name": "
|
|
19385
|
+
"name": "rowSmNumber",
|
|
19273
19386
|
"type": {
|
|
19274
|
-
"text": "
|
|
19387
|
+
"text": "number"
|
|
19275
19388
|
}
|
|
19276
19389
|
},
|
|
19277
19390
|
{
|
|
19278
19391
|
"kind": "field",
|
|
19279
|
-
"name": "
|
|
19392
|
+
"name": "rowMdNumber",
|
|
19280
19393
|
"type": {
|
|
19281
|
-
"text": "
|
|
19394
|
+
"text": "number"
|
|
19282
19395
|
}
|
|
19283
19396
|
},
|
|
19284
19397
|
{
|
|
19285
19398
|
"kind": "field",
|
|
19286
|
-
"name": "
|
|
19399
|
+
"name": "rowLgNumber",
|
|
19287
19400
|
"type": {
|
|
19288
|
-
"text": "
|
|
19401
|
+
"text": "number"
|
|
19289
19402
|
}
|
|
19290
19403
|
},
|
|
19291
19404
|
{
|
|
19292
19405
|
"kind": "field",
|
|
19293
|
-
"name": "
|
|
19406
|
+
"name": "width",
|
|
19294
19407
|
"type": {
|
|
19295
|
-
"text": "
|
|
19408
|
+
"text": "number"
|
|
19296
19409
|
}
|
|
19297
19410
|
},
|
|
19298
19411
|
{
|
|
19299
19412
|
"kind": "field",
|
|
19300
|
-
"name": "
|
|
19413
|
+
"name": "widthSm",
|
|
19301
19414
|
"type": {
|
|
19302
|
-
"text": "
|
|
19415
|
+
"text": "number"
|
|
19303
19416
|
}
|
|
19304
19417
|
},
|
|
19305
19418
|
{
|
|
19306
19419
|
"kind": "field",
|
|
19307
|
-
"name": "
|
|
19420
|
+
"name": "widthMd",
|
|
19308
19421
|
"type": {
|
|
19309
|
-
"text": "
|
|
19422
|
+
"text": "number"
|
|
19310
19423
|
}
|
|
19311
19424
|
},
|
|
19312
19425
|
{
|
|
19313
19426
|
"kind": "field",
|
|
19314
|
-
"name": "
|
|
19427
|
+
"name": "widthLg",
|
|
19315
19428
|
"type": {
|
|
19316
|
-
"text": "
|
|
19429
|
+
"text": "number"
|
|
19317
19430
|
}
|
|
19318
19431
|
},
|
|
19319
19432
|
{
|
|
19320
19433
|
"kind": "field",
|
|
19321
|
-
"name": "
|
|
19434
|
+
"name": "height",
|
|
19322
19435
|
"type": {
|
|
19323
|
-
"text": "
|
|
19436
|
+
"text": "number"
|
|
19324
19437
|
}
|
|
19325
19438
|
},
|
|
19326
19439
|
{
|
|
19327
19440
|
"kind": "field",
|
|
19328
|
-
"name": "
|
|
19441
|
+
"name": "heightSm",
|
|
19329
19442
|
"type": {
|
|
19330
|
-
"text": "
|
|
19443
|
+
"text": "number"
|
|
19331
19444
|
}
|
|
19332
19445
|
},
|
|
19333
19446
|
{
|
|
19334
19447
|
"kind": "field",
|
|
19335
|
-
"name": "
|
|
19448
|
+
"name": "heightMd",
|
|
19336
19449
|
"type": {
|
|
19337
|
-
"text": "
|
|
19450
|
+
"text": "number"
|
|
19338
19451
|
}
|
|
19339
19452
|
},
|
|
19340
19453
|
{
|
|
19341
19454
|
"kind": "field",
|
|
19342
|
-
"name": "
|
|
19455
|
+
"name": "heightLg",
|
|
19343
19456
|
"type": {
|
|
19344
|
-
"text": "
|
|
19457
|
+
"text": "number"
|
|
19345
19458
|
}
|
|
19346
19459
|
},
|
|
19347
19460
|
{
|
|
19348
|
-
"kind": "
|
|
19349
|
-
"name": "
|
|
19350
|
-
"
|
|
19351
|
-
|
|
19352
|
-
|
|
19353
|
-
|
|
19354
|
-
|
|
19355
|
-
|
|
19356
|
-
|
|
19357
|
-
|
|
19358
|
-
|
|
19359
|
-
|
|
19360
|
-
|
|
19361
|
-
|
|
19362
|
-
|
|
19461
|
+
"kind": "method",
|
|
19462
|
+
"name": "setGridItemProperties",
|
|
19463
|
+
"parameters": [
|
|
19464
|
+
{
|
|
19465
|
+
"name": "column"
|
|
19466
|
+
},
|
|
19467
|
+
{
|
|
19468
|
+
"name": "row"
|
|
19469
|
+
},
|
|
19470
|
+
{
|
|
19471
|
+
"name": "width"
|
|
19472
|
+
},
|
|
19473
|
+
{
|
|
19474
|
+
"name": "height"
|
|
19475
|
+
}
|
|
19476
|
+
]
|
|
19363
19477
|
},
|
|
19364
19478
|
{
|
|
19365
19479
|
"kind": "field",
|
|
@@ -19475,176 +19589,170 @@
|
|
|
19475
19589
|
],
|
|
19476
19590
|
"attributes": [
|
|
19477
19591
|
{
|
|
19478
|
-
"name": "
|
|
19592
|
+
"name": "col-number",
|
|
19479
19593
|
"type": {
|
|
19480
|
-
"text": "
|
|
19594
|
+
"text": "number"
|
|
19481
19595
|
},
|
|
19482
|
-
"fieldName": "
|
|
19596
|
+
"fieldName": "colNumber"
|
|
19483
19597
|
},
|
|
19484
19598
|
{
|
|
19485
|
-
"name": "
|
|
19599
|
+
"name": "col-sm-number",
|
|
19486
19600
|
"type": {
|
|
19487
|
-
"text": "
|
|
19601
|
+
"text": "number"
|
|
19488
19602
|
},
|
|
19489
|
-
"fieldName": "
|
|
19603
|
+
"fieldName": "colSmNumber"
|
|
19490
19604
|
},
|
|
19491
19605
|
{
|
|
19492
|
-
"name": "
|
|
19606
|
+
"name": "col-md-number",
|
|
19493
19607
|
"type": {
|
|
19494
|
-
"text": "
|
|
19608
|
+
"text": "number"
|
|
19495
19609
|
},
|
|
19496
|
-
"fieldName": "
|
|
19610
|
+
"fieldName": "colMdNumber"
|
|
19497
19611
|
},
|
|
19498
19612
|
{
|
|
19499
|
-
"name": "
|
|
19613
|
+
"name": "col-lg-number",
|
|
19500
19614
|
"type": {
|
|
19501
|
-
"text": "
|
|
19615
|
+
"text": "number"
|
|
19502
19616
|
},
|
|
19503
|
-
"fieldName": "
|
|
19617
|
+
"fieldName": "colLgNumber"
|
|
19504
19618
|
},
|
|
19505
19619
|
{
|
|
19506
|
-
"name": "
|
|
19620
|
+
"name": "row-number",
|
|
19507
19621
|
"type": {
|
|
19508
|
-
"text": "
|
|
19622
|
+
"text": "number"
|
|
19509
19623
|
},
|
|
19510
|
-
"fieldName": "
|
|
19624
|
+
"fieldName": "rowNumber"
|
|
19511
19625
|
},
|
|
19512
19626
|
{
|
|
19513
|
-
"name": "
|
|
19627
|
+
"name": "row-sm-number",
|
|
19514
19628
|
"type": {
|
|
19515
|
-
"text": "
|
|
19629
|
+
"text": "number"
|
|
19516
19630
|
},
|
|
19517
|
-
"fieldName": "
|
|
19631
|
+
"fieldName": "rowSmNumber"
|
|
19518
19632
|
},
|
|
19519
19633
|
{
|
|
19520
|
-
"name": "
|
|
19634
|
+
"name": "row-md-number",
|
|
19521
19635
|
"type": {
|
|
19522
|
-
"text": "
|
|
19636
|
+
"text": "number"
|
|
19523
19637
|
},
|
|
19524
|
-
"fieldName": "
|
|
19638
|
+
"fieldName": "rowMdNumber"
|
|
19525
19639
|
},
|
|
19526
19640
|
{
|
|
19527
|
-
"name": "
|
|
19641
|
+
"name": "row-lg-number",
|
|
19528
19642
|
"type": {
|
|
19529
|
-
"text": "
|
|
19643
|
+
"text": "number"
|
|
19530
19644
|
},
|
|
19531
|
-
"fieldName": "
|
|
19645
|
+
"fieldName": "rowLgNumber"
|
|
19532
19646
|
},
|
|
19533
19647
|
{
|
|
19534
|
-
"name": "
|
|
19648
|
+
"name": "width",
|
|
19535
19649
|
"type": {
|
|
19536
|
-
"text": "
|
|
19650
|
+
"text": "number"
|
|
19537
19651
|
},
|
|
19538
|
-
"fieldName": "
|
|
19652
|
+
"fieldName": "width"
|
|
19539
19653
|
},
|
|
19540
19654
|
{
|
|
19541
|
-
"name": "
|
|
19655
|
+
"name": "width-sm",
|
|
19542
19656
|
"type": {
|
|
19543
|
-
"text": "
|
|
19657
|
+
"text": "number"
|
|
19544
19658
|
},
|
|
19545
|
-
"fieldName": "
|
|
19659
|
+
"fieldName": "widthSm"
|
|
19546
19660
|
},
|
|
19547
19661
|
{
|
|
19548
|
-
"name": "
|
|
19662
|
+
"name": "width-md",
|
|
19549
19663
|
"type": {
|
|
19550
|
-
"text": "
|
|
19664
|
+
"text": "number"
|
|
19551
19665
|
},
|
|
19552
|
-
"fieldName": "
|
|
19666
|
+
"fieldName": "widthMd"
|
|
19553
19667
|
},
|
|
19554
19668
|
{
|
|
19555
|
-
"name": "
|
|
19669
|
+
"name": "width-lg",
|
|
19556
19670
|
"type": {
|
|
19557
|
-
"text": "
|
|
19671
|
+
"text": "number"
|
|
19558
19672
|
},
|
|
19559
|
-
"fieldName": "
|
|
19673
|
+
"fieldName": "widthLg"
|
|
19560
19674
|
},
|
|
19561
19675
|
{
|
|
19562
|
-
"name": "
|
|
19676
|
+
"name": "height",
|
|
19563
19677
|
"type": {
|
|
19564
|
-
"text": "
|
|
19678
|
+
"text": "number"
|
|
19565
19679
|
},
|
|
19566
|
-
"fieldName": "
|
|
19680
|
+
"fieldName": "height"
|
|
19567
19681
|
},
|
|
19568
19682
|
{
|
|
19569
|
-
"name": "
|
|
19683
|
+
"name": "height-sm",
|
|
19570
19684
|
"type": {
|
|
19571
|
-
"text": "
|
|
19685
|
+
"text": "number"
|
|
19572
19686
|
},
|
|
19573
|
-
"fieldName": "
|
|
19687
|
+
"fieldName": "heightSm"
|
|
19574
19688
|
},
|
|
19575
19689
|
{
|
|
19576
|
-
"name": "
|
|
19690
|
+
"name": "height-md",
|
|
19577
19691
|
"type": {
|
|
19578
|
-
"text": "
|
|
19692
|
+
"text": "number"
|
|
19579
19693
|
},
|
|
19580
|
-
"fieldName": "
|
|
19694
|
+
"fieldName": "heightMd"
|
|
19581
19695
|
},
|
|
19582
19696
|
{
|
|
19583
|
-
"name": "
|
|
19697
|
+
"name": "height-lg",
|
|
19584
19698
|
"type": {
|
|
19585
|
-
"text": "
|
|
19699
|
+
"text": "number"
|
|
19586
19700
|
},
|
|
19587
|
-
"fieldName": "
|
|
19701
|
+
"fieldName": "heightLg"
|
|
19588
19702
|
}
|
|
19589
19703
|
],
|
|
19590
19704
|
"superclass": {
|
|
19591
19705
|
"name": "FoundationElement",
|
|
19592
19706
|
"package": "@microsoft/fast-foundation"
|
|
19593
19707
|
},
|
|
19594
|
-
"tagName": "%%prefix%%-grid-layout",
|
|
19708
|
+
"tagName": "%%prefix%%-grid-layout-item",
|
|
19595
19709
|
"customElement": true
|
|
19596
19710
|
},
|
|
19597
19711
|
{
|
|
19598
19712
|
"kind": "variable",
|
|
19599
|
-
"name": "
|
|
19600
|
-
"description": "The Foundation Grid Layout",
|
|
19713
|
+
"name": "foundationGridLayoutItem",
|
|
19714
|
+
"description": "The Foundation Grid Layout Item",
|
|
19601
19715
|
"privacy": "public"
|
|
19602
19716
|
}
|
|
19603
19717
|
],
|
|
19604
19718
|
"exports": [
|
|
19605
19719
|
{
|
|
19606
19720
|
"kind": "js",
|
|
19607
|
-
"name": "
|
|
19721
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
19608
19722
|
"declaration": {
|
|
19609
|
-
"name": "
|
|
19610
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
19723
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
19724
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19611
19725
|
}
|
|
19612
19726
|
},
|
|
19613
19727
|
{
|
|
19614
19728
|
"kind": "js",
|
|
19615
|
-
"name": "
|
|
19729
|
+
"name": "defaultGridLayoutItemConfig",
|
|
19616
19730
|
"declaration": {
|
|
19617
|
-
"name": "
|
|
19618
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
19731
|
+
"name": "defaultGridLayoutItemConfig",
|
|
19732
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19619
19733
|
}
|
|
19620
19734
|
},
|
|
19621
19735
|
{
|
|
19622
19736
|
"kind": "js",
|
|
19623
|
-
"name": "
|
|
19737
|
+
"name": "GridLayoutItem",
|
|
19624
19738
|
"declaration": {
|
|
19625
|
-
"name": "
|
|
19626
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
19739
|
+
"name": "GridLayoutItem",
|
|
19740
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19627
19741
|
}
|
|
19628
19742
|
},
|
|
19629
19743
|
{
|
|
19630
19744
|
"kind": "js",
|
|
19631
|
-
"name": "
|
|
19745
|
+
"name": "foundationGridLayoutItem",
|
|
19632
19746
|
"declaration": {
|
|
19633
|
-
"name": "
|
|
19634
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
19747
|
+
"name": "foundationGridLayoutItem",
|
|
19748
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
19635
19749
|
}
|
|
19636
19750
|
}
|
|
19637
19751
|
]
|
|
19638
19752
|
},
|
|
19639
19753
|
{
|
|
19640
19754
|
"kind": "javascript-module",
|
|
19641
|
-
"path": "src/grid-layout/
|
|
19642
|
-
"declarations": [],
|
|
19643
|
-
"exports": []
|
|
19644
|
-
},
|
|
19645
|
-
{
|
|
19646
|
-
"kind": "javascript-module",
|
|
19647
|
-
"path": "src/grid-layout/index.ts",
|
|
19755
|
+
"path": "src/grid-layout-item/index.ts",
|
|
19648
19756
|
"declarations": [],
|
|
19649
19757
|
"exports": [
|
|
19650
19758
|
{
|
|
@@ -19652,23 +19760,7 @@
|
|
|
19652
19760
|
"name": "*",
|
|
19653
19761
|
"declaration": {
|
|
19654
19762
|
"name": "*",
|
|
19655
|
-
"package": "./grid-layout.template"
|
|
19656
|
-
}
|
|
19657
|
-
},
|
|
19658
|
-
{
|
|
19659
|
-
"kind": "js",
|
|
19660
|
-
"name": "*",
|
|
19661
|
-
"declaration": {
|
|
19662
|
-
"name": "*",
|
|
19663
|
-
"package": "./grid-layout.styles"
|
|
19664
|
-
}
|
|
19665
|
-
},
|
|
19666
|
-
{
|
|
19667
|
-
"kind": "js",
|
|
19668
|
-
"name": "*",
|
|
19669
|
-
"declaration": {
|
|
19670
|
-
"name": "*",
|
|
19671
|
-
"package": "./grid-layout"
|
|
19763
|
+
"package": "./grid-layout-item.template"
|
|
19672
19764
|
}
|
|
19673
19765
|
},
|
|
19674
19766
|
{
|
|
@@ -19676,468 +19768,687 @@
|
|
|
19676
19768
|
"name": "*",
|
|
19677
19769
|
"declaration": {
|
|
19678
19770
|
"name": "*",
|
|
19679
|
-
"package": "./grid-layout
|
|
19771
|
+
"package": "./grid-layout-item"
|
|
19680
19772
|
}
|
|
19681
19773
|
}
|
|
19682
19774
|
]
|
|
19683
19775
|
},
|
|
19684
19776
|
{
|
|
19685
19777
|
"kind": "javascript-module",
|
|
19686
|
-
"path": "src/
|
|
19778
|
+
"path": "src/horizontal-scroll/horizontal-scroll.styles.ts",
|
|
19687
19779
|
"declarations": [
|
|
19688
19780
|
{
|
|
19689
|
-
"kind": "
|
|
19690
|
-
"name": "
|
|
19691
|
-
"
|
|
19692
|
-
"
|
|
19781
|
+
"kind": "function",
|
|
19782
|
+
"name": "foundationHorizontalScrollStyles",
|
|
19783
|
+
"return": {
|
|
19784
|
+
"type": {
|
|
19785
|
+
"text": "ElementStyles"
|
|
19786
|
+
}
|
|
19693
19787
|
},
|
|
19694
|
-
"
|
|
19788
|
+
"parameters": [
|
|
19789
|
+
{
|
|
19790
|
+
"name": "context",
|
|
19791
|
+
"type": {
|
|
19792
|
+
"text": "ElementDefinitionContext"
|
|
19793
|
+
}
|
|
19794
|
+
},
|
|
19795
|
+
{
|
|
19796
|
+
"name": "definition",
|
|
19797
|
+
"type": {
|
|
19798
|
+
"text": "FoundationElementDefinition"
|
|
19799
|
+
}
|
|
19800
|
+
}
|
|
19801
|
+
]
|
|
19695
19802
|
}
|
|
19696
19803
|
],
|
|
19697
19804
|
"exports": [
|
|
19698
19805
|
{
|
|
19699
19806
|
"kind": "js",
|
|
19700
|
-
"name": "
|
|
19807
|
+
"name": "foundationHorizontalScrollStyles",
|
|
19701
19808
|
"declaration": {
|
|
19702
|
-
"name": "
|
|
19703
|
-
"module": "src/
|
|
19809
|
+
"name": "foundationHorizontalScrollStyles",
|
|
19810
|
+
"module": "src/horizontal-scroll/horizontal-scroll.styles.ts"
|
|
19704
19811
|
}
|
|
19705
19812
|
}
|
|
19706
19813
|
]
|
|
19707
19814
|
},
|
|
19708
19815
|
{
|
|
19709
19816
|
"kind": "javascript-module",
|
|
19710
|
-
"path": "src/
|
|
19817
|
+
"path": "src/horizontal-scroll/horizontal-scroll.template.ts",
|
|
19711
19818
|
"declarations": [
|
|
19712
19819
|
{
|
|
19713
|
-
"kind": "
|
|
19714
|
-
"name": "
|
|
19715
|
-
"
|
|
19716
|
-
"
|
|
19717
|
-
|
|
19718
|
-
|
|
19719
|
-
},
|
|
19720
|
-
{
|
|
19721
|
-
"kind": "variable",
|
|
19722
|
-
"name": "defaultGridLayoutItemConfig",
|
|
19723
|
-
"type": {
|
|
19724
|
-
"text": "object"
|
|
19820
|
+
"kind": "function",
|
|
19821
|
+
"name": "foundationHorizontalScrollTemplate",
|
|
19822
|
+
"return": {
|
|
19823
|
+
"type": {
|
|
19824
|
+
"text": "ViewTemplate<HorizontalScroll>"
|
|
19825
|
+
}
|
|
19725
19826
|
},
|
|
19726
|
-
"
|
|
19727
|
-
},
|
|
19728
|
-
{
|
|
19729
|
-
"kind": "class",
|
|
19730
|
-
"description": "",
|
|
19731
|
-
"name": "GridLayoutItem",
|
|
19732
|
-
"members": [
|
|
19733
|
-
{
|
|
19734
|
-
"kind": "field",
|
|
19735
|
-
"name": "colNumber",
|
|
19736
|
-
"type": {
|
|
19737
|
-
"text": "number"
|
|
19738
|
-
}
|
|
19739
|
-
},
|
|
19827
|
+
"parameters": [
|
|
19740
19828
|
{
|
|
19741
|
-
"
|
|
19742
|
-
"name": "colSmNumber",
|
|
19829
|
+
"name": "context",
|
|
19743
19830
|
"type": {
|
|
19744
|
-
"text": "
|
|
19831
|
+
"text": "ElementDefinitionContext"
|
|
19745
19832
|
}
|
|
19746
19833
|
},
|
|
19747
19834
|
{
|
|
19748
|
-
"
|
|
19749
|
-
"name": "colMdNumber",
|
|
19835
|
+
"name": "definition",
|
|
19750
19836
|
"type": {
|
|
19751
|
-
"text": "
|
|
19837
|
+
"text": "FoundationElementDefinition"
|
|
19752
19838
|
}
|
|
19753
|
-
}
|
|
19754
|
-
|
|
19755
|
-
|
|
19756
|
-
|
|
19757
|
-
|
|
19758
|
-
|
|
19759
|
-
|
|
19760
|
-
|
|
19839
|
+
}
|
|
19840
|
+
]
|
|
19841
|
+
}
|
|
19842
|
+
],
|
|
19843
|
+
"exports": [
|
|
19844
|
+
{
|
|
19845
|
+
"kind": "js",
|
|
19846
|
+
"name": "foundationHorizontalScrollTemplate",
|
|
19847
|
+
"declaration": {
|
|
19848
|
+
"name": "foundationHorizontalScrollTemplate",
|
|
19849
|
+
"module": "src/horizontal-scroll/horizontal-scroll.template.ts"
|
|
19850
|
+
}
|
|
19851
|
+
}
|
|
19852
|
+
]
|
|
19853
|
+
},
|
|
19854
|
+
{
|
|
19855
|
+
"kind": "javascript-module",
|
|
19856
|
+
"path": "src/horizontal-scroll/horizontal-scroll.ts",
|
|
19857
|
+
"declarations": [
|
|
19858
|
+
{
|
|
19859
|
+
"kind": "class",
|
|
19860
|
+
"description": "",
|
|
19861
|
+
"name": "HorizontalScroll",
|
|
19862
|
+
"superclass": {
|
|
19863
|
+
"name": "FASTHorizontalScroll",
|
|
19864
|
+
"package": "@microsoft/fast-components"
|
|
19865
|
+
},
|
|
19866
|
+
"tagName": "%%prefix%%-horizontal-scroll",
|
|
19867
|
+
"customElement": true,
|
|
19868
|
+
"attributes": [
|
|
19761
19869
|
{
|
|
19762
|
-
"kind": "field",
|
|
19763
|
-
"name": "rowNumber",
|
|
19764
19870
|
"type": {
|
|
19765
19871
|
"text": "number"
|
|
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"
|
|
19766
19879
|
}
|
|
19767
19880
|
},
|
|
19768
19881
|
{
|
|
19769
|
-
"
|
|
19770
|
-
"name": "rowSmNumber",
|
|
19882
|
+
"name": "duration",
|
|
19771
19883
|
"type": {
|
|
19772
|
-
"text": "
|
|
19884
|
+
"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"
|
|
19773
19891
|
}
|
|
19774
19892
|
},
|
|
19775
19893
|
{
|
|
19776
|
-
"
|
|
19777
|
-
"name": "rowMdNumber",
|
|
19894
|
+
"name": "easing",
|
|
19778
19895
|
"type": {
|
|
19779
|
-
"text": "
|
|
19896
|
+
"text": "ScrollEasing"
|
|
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"
|
|
19780
19904
|
}
|
|
19781
19905
|
},
|
|
19782
19906
|
{
|
|
19783
|
-
"
|
|
19784
|
-
"name": "rowLgNumber",
|
|
19907
|
+
"name": "flippers-hidden-from-at",
|
|
19785
19908
|
"type": {
|
|
19786
|
-
"text": "
|
|
19909
|
+
"text": "boolean"
|
|
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"
|
|
19787
19917
|
}
|
|
19788
19918
|
},
|
|
19789
19919
|
{
|
|
19790
|
-
"
|
|
19791
|
-
"name": "width",
|
|
19920
|
+
"name": "view",
|
|
19792
19921
|
"type": {
|
|
19793
|
-
"text": "
|
|
19922
|
+
"text": "HorizontalScrollView"
|
|
19923
|
+
},
|
|
19924
|
+
"description": "View: default | mobile",
|
|
19925
|
+
"fieldName": "view",
|
|
19926
|
+
"inheritedFrom": {
|
|
19927
|
+
"name": "HorizontalScroll",
|
|
19928
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19794
19929
|
}
|
|
19795
|
-
}
|
|
19930
|
+
}
|
|
19931
|
+
],
|
|
19932
|
+
"members": [
|
|
19796
19933
|
{
|
|
19797
19934
|
"kind": "field",
|
|
19798
|
-
"name": "
|
|
19935
|
+
"name": "scrollContainer",
|
|
19799
19936
|
"type": {
|
|
19800
|
-
"text": "
|
|
19937
|
+
"text": "HTMLDivElement"
|
|
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"
|
|
19801
19944
|
}
|
|
19802
19945
|
},
|
|
19803
19946
|
{
|
|
19804
19947
|
"kind": "field",
|
|
19805
|
-
"name": "
|
|
19948
|
+
"name": "content",
|
|
19806
19949
|
"type": {
|
|
19807
|
-
"text": "
|
|
19950
|
+
"text": "HTMLDivElement"
|
|
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"
|
|
19808
19957
|
}
|
|
19809
19958
|
},
|
|
19810
19959
|
{
|
|
19811
19960
|
"kind": "field",
|
|
19812
|
-
"name": "
|
|
19961
|
+
"name": "previousFlipperContainer",
|
|
19813
19962
|
"type": {
|
|
19814
|
-
"text": "
|
|
19963
|
+
"text": "HTMLDivElement"
|
|
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"
|
|
19815
19970
|
}
|
|
19816
19971
|
},
|
|
19817
19972
|
{
|
|
19818
19973
|
"kind": "field",
|
|
19819
|
-
"name": "
|
|
19974
|
+
"name": "nextFlipperContainer",
|
|
19820
19975
|
"type": {
|
|
19821
|
-
"text": "
|
|
19976
|
+
"text": "HTMLDivElement"
|
|
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"
|
|
19822
19983
|
}
|
|
19823
19984
|
},
|
|
19824
19985
|
{
|
|
19825
19986
|
"kind": "field",
|
|
19826
|
-
"name": "
|
|
19987
|
+
"name": "speed",
|
|
19827
19988
|
"type": {
|
|
19828
19989
|
"text": "number"
|
|
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"
|
|
19829
19997
|
}
|
|
19830
19998
|
},
|
|
19831
19999
|
{
|
|
19832
20000
|
"kind": "field",
|
|
19833
|
-
"name": "
|
|
20001
|
+
"name": "duration",
|
|
19834
20002
|
"type": {
|
|
19835
|
-
"text": "
|
|
20003
|
+
"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"
|
|
19836
20010
|
}
|
|
19837
20011
|
},
|
|
19838
20012
|
{
|
|
19839
20013
|
"kind": "field",
|
|
19840
|
-
"name": "
|
|
20014
|
+
"name": "easing",
|
|
19841
20015
|
"type": {
|
|
19842
|
-
"text": "
|
|
20016
|
+
"text": "ScrollEasing"
|
|
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"
|
|
19843
20024
|
}
|
|
19844
20025
|
},
|
|
19845
|
-
{
|
|
19846
|
-
"kind": "method",
|
|
19847
|
-
"name": "setGridItemProperties",
|
|
19848
|
-
"parameters": [
|
|
19849
|
-
{
|
|
19850
|
-
"name": "column"
|
|
19851
|
-
},
|
|
19852
|
-
{
|
|
19853
|
-
"name": "row"
|
|
19854
|
-
},
|
|
19855
|
-
{
|
|
19856
|
-
"name": "width"
|
|
19857
|
-
},
|
|
19858
|
-
{
|
|
19859
|
-
"name": "height"
|
|
19860
|
-
}
|
|
19861
|
-
]
|
|
19862
|
-
},
|
|
19863
20026
|
{
|
|
19864
20027
|
"kind": "field",
|
|
19865
|
-
"name": "
|
|
20028
|
+
"name": "flippersHiddenFromAT",
|
|
19866
20029
|
"type": {
|
|
19867
|
-
"text": "
|
|
20030
|
+
"text": "boolean"
|
|
19868
20031
|
},
|
|
19869
|
-
"privacy": "
|
|
19870
|
-
"default": "
|
|
20032
|
+
"privacy": "public",
|
|
20033
|
+
"default": "false",
|
|
20034
|
+
"description": "Attribute to hide flippers from assistive technology",
|
|
19871
20035
|
"inheritedFrom": {
|
|
19872
|
-
"name": "
|
|
19873
|
-
"module": "src/
|
|
20036
|
+
"name": "HorizontalScroll",
|
|
20037
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19874
20038
|
}
|
|
19875
20039
|
},
|
|
19876
20040
|
{
|
|
19877
20041
|
"kind": "field",
|
|
19878
|
-
"name": "
|
|
20042
|
+
"name": "scrollItems",
|
|
19879
20043
|
"type": {
|
|
19880
|
-
"text": "
|
|
20044
|
+
"text": "HTMLElement[]"
|
|
19881
20045
|
},
|
|
19882
20046
|
"privacy": "public",
|
|
19883
|
-
"description": "
|
|
20047
|
+
"description": "The default slotted items placed in the scrolling container.",
|
|
19884
20048
|
"inheritedFrom": {
|
|
19885
|
-
"name": "
|
|
19886
|
-
"module": "src/
|
|
20049
|
+
"name": "HorizontalScroll",
|
|
20050
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19887
20051
|
}
|
|
19888
20052
|
},
|
|
19889
20053
|
{
|
|
19890
20054
|
"kind": "field",
|
|
19891
|
-
"name": "
|
|
20055
|
+
"name": "view",
|
|
19892
20056
|
"type": {
|
|
19893
|
-
"text": "
|
|
20057
|
+
"text": "HorizontalScrollView"
|
|
19894
20058
|
},
|
|
19895
20059
|
"privacy": "public",
|
|
19896
|
-
"description": "
|
|
20060
|
+
"description": "View: default | mobile",
|
|
19897
20061
|
"inheritedFrom": {
|
|
19898
|
-
"name": "
|
|
19899
|
-
"module": "src/
|
|
20062
|
+
"name": "HorizontalScroll",
|
|
20063
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19900
20064
|
}
|
|
19901
20065
|
},
|
|
19902
20066
|
{
|
|
19903
20067
|
"kind": "method",
|
|
19904
|
-
"name": "
|
|
19905
|
-
"privacy": "protected",
|
|
19906
|
-
"return": {
|
|
19907
|
-
"type": {
|
|
19908
|
-
"text": "void"
|
|
19909
|
-
}
|
|
19910
|
-
},
|
|
19911
|
-
"inheritedFrom": {
|
|
19912
|
-
"name": "FoundationElement",
|
|
19913
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
19914
|
-
}
|
|
19915
|
-
},
|
|
19916
|
-
{
|
|
19917
|
-
"kind": "field",
|
|
19918
|
-
"name": "styles",
|
|
19919
|
-
"type": {
|
|
19920
|
-
"text": "ElementStyles | void | null"
|
|
19921
|
-
},
|
|
20068
|
+
"name": "scrollItemsChanged",
|
|
19922
20069
|
"privacy": "public",
|
|
19923
|
-
"
|
|
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",
|
|
19924
20087
|
"inheritedFrom": {
|
|
19925
|
-
"name": "
|
|
19926
|
-
"module": "src/
|
|
20088
|
+
"name": "HorizontalScroll",
|
|
20089
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19927
20090
|
}
|
|
19928
20091
|
},
|
|
19929
20092
|
{
|
|
19930
20093
|
"kind": "method",
|
|
19931
|
-
"name": "
|
|
19932
|
-
"privacy": "
|
|
19933
|
-
"
|
|
19934
|
-
|
|
19935
|
-
"
|
|
20094
|
+
"name": "fixScrollMisalign",
|
|
20095
|
+
"privacy": "private",
|
|
20096
|
+
"parameters": [
|
|
20097
|
+
{
|
|
20098
|
+
"name": "stops",
|
|
20099
|
+
"type": {
|
|
20100
|
+
"text": "number[]"
|
|
20101
|
+
}
|
|
19936
20102
|
}
|
|
19937
|
-
|
|
20103
|
+
],
|
|
19938
20104
|
"inheritedFrom": {
|
|
19939
|
-
"name": "
|
|
19940
|
-
"module": "src/
|
|
20105
|
+
"name": "HorizontalScroll",
|
|
20106
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19941
20107
|
}
|
|
19942
20108
|
},
|
|
19943
20109
|
{
|
|
19944
20110
|
"kind": "method",
|
|
19945
|
-
"name": "
|
|
20111
|
+
"name": "scrollInView",
|
|
19946
20112
|
"privacy": "public",
|
|
19947
|
-
"static": true,
|
|
19948
20113
|
"return": {
|
|
19949
20114
|
"type": {
|
|
19950
|
-
"text": "
|
|
20115
|
+
"text": "void"
|
|
19951
20116
|
}
|
|
19952
20117
|
},
|
|
19953
20118
|
"parameters": [
|
|
19954
20119
|
{
|
|
19955
|
-
"name": "
|
|
20120
|
+
"name": "item",
|
|
19956
20121
|
"type": {
|
|
19957
|
-
"text": "
|
|
19958
|
-
}
|
|
20122
|
+
"text": "HTMLElement | number"
|
|
20123
|
+
},
|
|
20124
|
+
"description": "An item index, a scroll item or a child of one of the scroll items"
|
|
19959
20125
|
},
|
|
19960
20126
|
{
|
|
19961
|
-
"name": "
|
|
20127
|
+
"name": "padding",
|
|
20128
|
+
"default": "0",
|
|
19962
20129
|
"type": {
|
|
19963
|
-
"text": "
|
|
20130
|
+
"text": "number"
|
|
19964
20131
|
},
|
|
19965
|
-
"description": "
|
|
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"
|
|
19966
20141
|
}
|
|
19967
20142
|
],
|
|
19968
|
-
"description": "
|
|
20143
|
+
"description": "Function that can scroll an item into view.",
|
|
19969
20144
|
"inheritedFrom": {
|
|
19970
|
-
"name": "
|
|
19971
|
-
"module": "src/
|
|
20145
|
+
"name": "HorizontalScroll",
|
|
20146
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19972
20147
|
}
|
|
19973
|
-
}
|
|
19974
|
-
],
|
|
19975
|
-
"attributes": [
|
|
20148
|
+
},
|
|
19976
20149
|
{
|
|
19977
|
-
"
|
|
19978
|
-
"
|
|
19979
|
-
|
|
19980
|
-
|
|
19981
|
-
|
|
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
|
+
}
|
|
19982
20167
|
},
|
|
19983
20168
|
{
|
|
19984
|
-
"
|
|
19985
|
-
"
|
|
19986
|
-
|
|
20169
|
+
"kind": "method",
|
|
20170
|
+
"name": "scrollToPrevious",
|
|
20171
|
+
"privacy": "public",
|
|
20172
|
+
"return": {
|
|
20173
|
+
"type": {
|
|
20174
|
+
"text": "void"
|
|
20175
|
+
}
|
|
19987
20176
|
},
|
|
19988
|
-
"
|
|
20177
|
+
"description": "Scrolls items to the left",
|
|
20178
|
+
"inheritedFrom": {
|
|
20179
|
+
"name": "HorizontalScroll",
|
|
20180
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20181
|
+
}
|
|
19989
20182
|
},
|
|
19990
20183
|
{
|
|
19991
|
-
"
|
|
19992
|
-
"
|
|
19993
|
-
|
|
20184
|
+
"kind": "method",
|
|
20185
|
+
"name": "scrollToNext",
|
|
20186
|
+
"privacy": "public",
|
|
20187
|
+
"return": {
|
|
20188
|
+
"type": {
|
|
20189
|
+
"text": "void"
|
|
20190
|
+
}
|
|
19994
20191
|
},
|
|
19995
|
-
"
|
|
20192
|
+
"description": "Scrolls items to the right",
|
|
20193
|
+
"inheritedFrom": {
|
|
20194
|
+
"name": "HorizontalScroll",
|
|
20195
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20196
|
+
}
|
|
19996
20197
|
},
|
|
19997
20198
|
{
|
|
19998
|
-
"
|
|
19999
|
-
"
|
|
20000
|
-
|
|
20199
|
+
"kind": "method",
|
|
20200
|
+
"name": "scrollToPosition",
|
|
20201
|
+
"privacy": "public",
|
|
20202
|
+
"return": {
|
|
20203
|
+
"type": {
|
|
20204
|
+
"text": "void"
|
|
20205
|
+
}
|
|
20001
20206
|
},
|
|
20002
|
-
"
|
|
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"
|
|
20228
|
+
}
|
|
20003
20229
|
},
|
|
20004
20230
|
{
|
|
20005
|
-
"
|
|
20006
|
-
"
|
|
20007
|
-
|
|
20231
|
+
"kind": "method",
|
|
20232
|
+
"name": "resized",
|
|
20233
|
+
"privacy": "public",
|
|
20234
|
+
"return": {
|
|
20235
|
+
"type": {
|
|
20236
|
+
"text": "void"
|
|
20237
|
+
}
|
|
20008
20238
|
},
|
|
20009
|
-
"
|
|
20239
|
+
"description": "Monitors resize event on the horizontal-scroll element",
|
|
20240
|
+
"inheritedFrom": {
|
|
20241
|
+
"name": "HorizontalScroll",
|
|
20242
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20243
|
+
}
|
|
20010
20244
|
},
|
|
20011
20245
|
{
|
|
20012
|
-
"
|
|
20013
|
-
"
|
|
20014
|
-
|
|
20246
|
+
"kind": "method",
|
|
20247
|
+
"name": "scrolled",
|
|
20248
|
+
"privacy": "public",
|
|
20249
|
+
"return": {
|
|
20250
|
+
"type": {
|
|
20251
|
+
"text": "void"
|
|
20252
|
+
}
|
|
20015
20253
|
},
|
|
20016
|
-
"
|
|
20254
|
+
"description": "Monitors scrolled event on the content container",
|
|
20255
|
+
"inheritedFrom": {
|
|
20256
|
+
"name": "HorizontalScroll",
|
|
20257
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20258
|
+
}
|
|
20017
20259
|
},
|
|
20018
20260
|
{
|
|
20019
|
-
"
|
|
20261
|
+
"kind": "field",
|
|
20262
|
+
"name": "_presentation",
|
|
20020
20263
|
"type": {
|
|
20021
|
-
"text": "
|
|
20264
|
+
"text": "ComponentPresentation | null | undefined"
|
|
20022
20265
|
},
|
|
20023
|
-
"
|
|
20266
|
+
"privacy": "private",
|
|
20267
|
+
"default": "void 0",
|
|
20268
|
+
"inheritedFrom": {
|
|
20269
|
+
"name": "FoundationElement",
|
|
20270
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20271
|
+
}
|
|
20024
20272
|
},
|
|
20025
20273
|
{
|
|
20026
|
-
"
|
|
20274
|
+
"kind": "field",
|
|
20275
|
+
"name": "$presentation",
|
|
20027
20276
|
"type": {
|
|
20028
|
-
"text": "
|
|
20277
|
+
"text": "ComponentPresentation | null"
|
|
20029
20278
|
},
|
|
20030
|
-
"
|
|
20279
|
+
"privacy": "public",
|
|
20280
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
20281
|
+
"inheritedFrom": {
|
|
20282
|
+
"name": "FoundationElement",
|
|
20283
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20284
|
+
}
|
|
20031
20285
|
},
|
|
20032
20286
|
{
|
|
20033
|
-
"
|
|
20287
|
+
"kind": "field",
|
|
20288
|
+
"name": "template",
|
|
20034
20289
|
"type": {
|
|
20035
|
-
"text": "
|
|
20290
|
+
"text": "ElementViewTemplate | void | null"
|
|
20036
20291
|
},
|
|
20037
|
-
"
|
|
20292
|
+
"privacy": "public",
|
|
20293
|
+
"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.",
|
|
20294
|
+
"inheritedFrom": {
|
|
20295
|
+
"name": "FoundationElement",
|
|
20296
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20297
|
+
}
|
|
20038
20298
|
},
|
|
20039
20299
|
{
|
|
20040
|
-
"
|
|
20041
|
-
"
|
|
20042
|
-
|
|
20300
|
+
"kind": "method",
|
|
20301
|
+
"name": "templateChanged",
|
|
20302
|
+
"privacy": "protected",
|
|
20303
|
+
"return": {
|
|
20304
|
+
"type": {
|
|
20305
|
+
"text": "void"
|
|
20306
|
+
}
|
|
20043
20307
|
},
|
|
20044
|
-
"
|
|
20308
|
+
"inheritedFrom": {
|
|
20309
|
+
"name": "FoundationElement",
|
|
20310
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20311
|
+
}
|
|
20045
20312
|
},
|
|
20046
20313
|
{
|
|
20047
|
-
"
|
|
20314
|
+
"kind": "field",
|
|
20315
|
+
"name": "styles",
|
|
20048
20316
|
"type": {
|
|
20049
|
-
"text": "
|
|
20317
|
+
"text": "ElementStyles | void | null"
|
|
20050
20318
|
},
|
|
20051
|
-
"
|
|
20319
|
+
"privacy": "public",
|
|
20320
|
+
"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.",
|
|
20321
|
+
"inheritedFrom": {
|
|
20322
|
+
"name": "FoundationElement",
|
|
20323
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20324
|
+
}
|
|
20052
20325
|
},
|
|
20053
20326
|
{
|
|
20054
|
-
"
|
|
20055
|
-
"
|
|
20056
|
-
|
|
20327
|
+
"kind": "method",
|
|
20328
|
+
"name": "stylesChanged",
|
|
20329
|
+
"privacy": "protected",
|
|
20330
|
+
"return": {
|
|
20331
|
+
"type": {
|
|
20332
|
+
"text": "void"
|
|
20333
|
+
}
|
|
20057
20334
|
},
|
|
20058
|
-
"
|
|
20335
|
+
"inheritedFrom": {
|
|
20336
|
+
"name": "FoundationElement",
|
|
20337
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20338
|
+
}
|
|
20059
20339
|
},
|
|
20060
20340
|
{
|
|
20061
|
-
"
|
|
20062
|
-
"
|
|
20063
|
-
|
|
20064
|
-
|
|
20065
|
-
"
|
|
20066
|
-
|
|
20067
|
-
|
|
20068
|
-
|
|
20069
|
-
"type": {
|
|
20070
|
-
"text": "number"
|
|
20341
|
+
"kind": "method",
|
|
20342
|
+
"name": "compose",
|
|
20343
|
+
"privacy": "public",
|
|
20344
|
+
"static": true,
|
|
20345
|
+
"return": {
|
|
20346
|
+
"type": {
|
|
20347
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
20348
|
+
}
|
|
20071
20349
|
},
|
|
20072
|
-
"
|
|
20073
|
-
|
|
20350
|
+
"parameters": [
|
|
20351
|
+
{
|
|
20352
|
+
"name": "this",
|
|
20353
|
+
"type": {
|
|
20354
|
+
"text": "K"
|
|
20355
|
+
}
|
|
20356
|
+
},
|
|
20357
|
+
{
|
|
20358
|
+
"name": "elementDefinition",
|
|
20359
|
+
"type": {
|
|
20360
|
+
"text": "T"
|
|
20361
|
+
},
|
|
20362
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
20363
|
+
}
|
|
20364
|
+
],
|
|
20365
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
20366
|
+
"inheritedFrom": {
|
|
20367
|
+
"name": "FoundationElement",
|
|
20368
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
20369
|
+
}
|
|
20370
|
+
}
|
|
20371
|
+
],
|
|
20372
|
+
"events": [
|
|
20074
20373
|
{
|
|
20075
|
-
"
|
|
20076
|
-
"
|
|
20077
|
-
|
|
20078
|
-
|
|
20079
|
-
|
|
20374
|
+
"description": "Fires a custom 'scrollstart' event when scrolling",
|
|
20375
|
+
"name": "scrollstart",
|
|
20376
|
+
"inheritedFrom": {
|
|
20377
|
+
"name": "HorizontalScroll",
|
|
20378
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20379
|
+
}
|
|
20080
20380
|
},
|
|
20081
20381
|
{
|
|
20082
|
-
"
|
|
20083
|
-
"
|
|
20084
|
-
|
|
20085
|
-
|
|
20086
|
-
|
|
20382
|
+
"description": "Fires a custom 'scrollend' event when scrolling stops",
|
|
20383
|
+
"name": "scrollend",
|
|
20384
|
+
"inheritedFrom": {
|
|
20385
|
+
"name": "HorizontalScroll",
|
|
20386
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20387
|
+
}
|
|
20087
20388
|
}
|
|
20088
|
-
]
|
|
20089
|
-
|
|
20090
|
-
|
|
20091
|
-
|
|
20389
|
+
]
|
|
20390
|
+
},
|
|
20391
|
+
{
|
|
20392
|
+
"kind": "variable",
|
|
20393
|
+
"name": "foundationHorizontalScrollShadowOptions",
|
|
20394
|
+
"type": {
|
|
20395
|
+
"text": "ShadowRootInit"
|
|
20092
20396
|
},
|
|
20093
|
-
"
|
|
20094
|
-
"customElement": true
|
|
20397
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
20095
20398
|
},
|
|
20096
20399
|
{
|
|
20097
20400
|
"kind": "variable",
|
|
20098
|
-
"name": "
|
|
20099
|
-
"
|
|
20401
|
+
"name": "defaultHorizontalScrollConfig",
|
|
20402
|
+
"type": {
|
|
20403
|
+
"text": "object"
|
|
20404
|
+
},
|
|
20405
|
+
"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}"
|
|
20406
|
+
},
|
|
20407
|
+
{
|
|
20408
|
+
"kind": "variable",
|
|
20409
|
+
"name": "foundationHorizontalScroll",
|
|
20410
|
+
"description": "The Foundation HorizontalScroll",
|
|
20100
20411
|
"privacy": "public"
|
|
20101
20412
|
}
|
|
20102
20413
|
],
|
|
20103
20414
|
"exports": [
|
|
20104
20415
|
{
|
|
20105
20416
|
"kind": "js",
|
|
20106
|
-
"name": "
|
|
20417
|
+
"name": "HorizontalScroll",
|
|
20107
20418
|
"declaration": {
|
|
20108
|
-
"name": "
|
|
20109
|
-
"module": "src/
|
|
20419
|
+
"name": "HorizontalScroll",
|
|
20420
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20110
20421
|
}
|
|
20111
20422
|
},
|
|
20112
20423
|
{
|
|
20113
20424
|
"kind": "js",
|
|
20114
|
-
"name": "
|
|
20425
|
+
"name": "foundationHorizontalScrollShadowOptions",
|
|
20115
20426
|
"declaration": {
|
|
20116
|
-
"name": "
|
|
20117
|
-
"module": "src/
|
|
20427
|
+
"name": "foundationHorizontalScrollShadowOptions",
|
|
20428
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20118
20429
|
}
|
|
20119
20430
|
},
|
|
20120
20431
|
{
|
|
20121
20432
|
"kind": "js",
|
|
20122
|
-
"name": "
|
|
20433
|
+
"name": "defaultHorizontalScrollConfig",
|
|
20123
20434
|
"declaration": {
|
|
20124
|
-
"name": "
|
|
20125
|
-
"module": "src/
|
|
20435
|
+
"name": "defaultHorizontalScrollConfig",
|
|
20436
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20126
20437
|
}
|
|
20127
20438
|
},
|
|
20128
20439
|
{
|
|
20129
20440
|
"kind": "js",
|
|
20130
|
-
"name": "
|
|
20441
|
+
"name": "foundationHorizontalScroll",
|
|
20131
20442
|
"declaration": {
|
|
20132
|
-
"name": "
|
|
20133
|
-
"module": "src/
|
|
20443
|
+
"name": "foundationHorizontalScroll",
|
|
20444
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20134
20445
|
}
|
|
20135
20446
|
}
|
|
20136
20447
|
]
|
|
20137
20448
|
},
|
|
20138
20449
|
{
|
|
20139
20450
|
"kind": "javascript-module",
|
|
20140
|
-
"path": "src/
|
|
20451
|
+
"path": "src/horizontal-scroll/index.ts",
|
|
20141
20452
|
"declarations": [],
|
|
20142
20453
|
"exports": [
|
|
20143
20454
|
{
|
|
@@ -20145,7 +20456,7 @@
|
|
|
20145
20456
|
"name": "*",
|
|
20146
20457
|
"declaration": {
|
|
20147
20458
|
"name": "*",
|
|
20148
|
-
"package": "./
|
|
20459
|
+
"package": "./horizontal-scroll.template"
|
|
20149
20460
|
}
|
|
20150
20461
|
},
|
|
20151
20462
|
{
|
|
@@ -20153,494 +20464,164 @@
|
|
|
20153
20464
|
"name": "*",
|
|
20154
20465
|
"declaration": {
|
|
20155
20466
|
"name": "*",
|
|
20156
|
-
"package": "./
|
|
20467
|
+
"package": "./horizontal-scroll.styles"
|
|
20468
|
+
}
|
|
20469
|
+
},
|
|
20470
|
+
{
|
|
20471
|
+
"kind": "js",
|
|
20472
|
+
"name": "*",
|
|
20473
|
+
"declaration": {
|
|
20474
|
+
"name": "*",
|
|
20475
|
+
"package": "./horizontal-scroll"
|
|
20157
20476
|
}
|
|
20158
20477
|
}
|
|
20159
20478
|
]
|
|
20160
20479
|
},
|
|
20161
20480
|
{
|
|
20162
20481
|
"kind": "javascript-module",
|
|
20163
|
-
"path": "src/
|
|
20482
|
+
"path": "src/flyout/flyout.styles.ts",
|
|
20164
20483
|
"declarations": [
|
|
20165
20484
|
{
|
|
20166
|
-
"kind": "
|
|
20167
|
-
"name": "
|
|
20168
|
-
"
|
|
20169
|
-
"
|
|
20170
|
-
"text": "ElementStyles"
|
|
20171
|
-
}
|
|
20485
|
+
"kind": "variable",
|
|
20486
|
+
"name": "flyoutAnimationTime",
|
|
20487
|
+
"type": {
|
|
20488
|
+
"text": "number"
|
|
20172
20489
|
},
|
|
20173
|
-
"
|
|
20174
|
-
|
|
20175
|
-
|
|
20176
|
-
|
|
20177
|
-
|
|
20178
|
-
|
|
20179
|
-
|
|
20180
|
-
|
|
20181
|
-
|
|
20182
|
-
"type": {
|
|
20183
|
-
"text": "FoundationElementDefinition"
|
|
20184
|
-
}
|
|
20185
|
-
}
|
|
20186
|
-
]
|
|
20490
|
+
"default": "225"
|
|
20491
|
+
},
|
|
20492
|
+
{
|
|
20493
|
+
"kind": "variable",
|
|
20494
|
+
"name": "foundationFlyoutStyles",
|
|
20495
|
+
"type": {
|
|
20496
|
+
"text": "ElementStyles"
|
|
20497
|
+
},
|
|
20498
|
+
"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`"
|
|
20187
20499
|
}
|
|
20188
20500
|
],
|
|
20189
20501
|
"exports": [
|
|
20190
20502
|
{
|
|
20191
20503
|
"kind": "js",
|
|
20192
|
-
"name": "
|
|
20504
|
+
"name": "flyoutAnimationTime",
|
|
20193
20505
|
"declaration": {
|
|
20194
|
-
"name": "
|
|
20195
|
-
"module": "src/
|
|
20506
|
+
"name": "flyoutAnimationTime",
|
|
20507
|
+
"module": "src/flyout/flyout.styles.ts"
|
|
20508
|
+
}
|
|
20509
|
+
},
|
|
20510
|
+
{
|
|
20511
|
+
"kind": "js",
|
|
20512
|
+
"name": "foundationFlyoutStyles",
|
|
20513
|
+
"declaration": {
|
|
20514
|
+
"name": "foundationFlyoutStyles",
|
|
20515
|
+
"module": "src/flyout/flyout.styles.ts"
|
|
20196
20516
|
}
|
|
20197
20517
|
}
|
|
20198
20518
|
]
|
|
20199
20519
|
},
|
|
20200
20520
|
{
|
|
20201
20521
|
"kind": "javascript-module",
|
|
20202
|
-
"path": "src/
|
|
20522
|
+
"path": "src/flyout/flyout.template.ts",
|
|
20203
20523
|
"declarations": [
|
|
20204
20524
|
{
|
|
20205
20525
|
"kind": "function",
|
|
20206
|
-
"name": "
|
|
20207
|
-
"return": {
|
|
20208
|
-
"type": {
|
|
20209
|
-
"text": "ViewTemplate<HorizontalScroll>"
|
|
20210
|
-
}
|
|
20211
|
-
},
|
|
20526
|
+
"name": "getPrefixedFlyout",
|
|
20212
20527
|
"parameters": [
|
|
20213
20528
|
{
|
|
20214
|
-
"name": "
|
|
20215
|
-
"type": {
|
|
20216
|
-
"text": "ElementDefinitionContext"
|
|
20217
|
-
}
|
|
20218
|
-
},
|
|
20219
|
-
{
|
|
20220
|
-
"name": "definition",
|
|
20529
|
+
"name": "prefix",
|
|
20221
20530
|
"type": {
|
|
20222
|
-
"text": "
|
|
20531
|
+
"text": "string"
|
|
20223
20532
|
}
|
|
20224
20533
|
}
|
|
20225
20534
|
]
|
|
20535
|
+
},
|
|
20536
|
+
{
|
|
20537
|
+
"kind": "variable",
|
|
20538
|
+
"name": "foundationFlyoutTemplate",
|
|
20539
|
+
"default": "html<Flyout>`\n ${(x) => getPrefixedFlyout(getPrefix(x))}\n`"
|
|
20226
20540
|
}
|
|
20227
20541
|
],
|
|
20228
20542
|
"exports": [
|
|
20229
20543
|
{
|
|
20230
20544
|
"kind": "js",
|
|
20231
|
-
"name": "
|
|
20545
|
+
"name": "getPrefixedFlyout",
|
|
20232
20546
|
"declaration": {
|
|
20233
|
-
"name": "
|
|
20234
|
-
"module": "src/
|
|
20547
|
+
"name": "getPrefixedFlyout",
|
|
20548
|
+
"module": "src/flyout/flyout.template.ts"
|
|
20235
20549
|
}
|
|
20236
|
-
}
|
|
20237
|
-
]
|
|
20238
|
-
},
|
|
20239
|
-
{
|
|
20240
|
-
"kind": "javascript-module",
|
|
20241
|
-
"path": "src/horizontal-scroll/horizontal-scroll.ts",
|
|
20242
|
-
"declarations": [
|
|
20550
|
+
},
|
|
20243
20551
|
{
|
|
20244
|
-
"kind": "
|
|
20245
|
-
"
|
|
20246
|
-
"
|
|
20247
|
-
|
|
20248
|
-
"
|
|
20249
|
-
|
|
20250
|
-
|
|
20251
|
-
|
|
20252
|
-
|
|
20253
|
-
|
|
20254
|
-
|
|
20255
|
-
|
|
20256
|
-
|
|
20257
|
-
|
|
20258
|
-
|
|
20259
|
-
|
|
20260
|
-
|
|
20261
|
-
|
|
20262
|
-
|
|
20263
|
-
|
|
20264
|
-
|
|
20265
|
-
|
|
20266
|
-
|
|
20267
|
-
|
|
20268
|
-
"
|
|
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
|
-
],
|
|
20317
|
-
"members": [
|
|
20318
|
-
{
|
|
20319
|
-
"kind": "field",
|
|
20320
|
-
"name": "scrollContainer",
|
|
20321
|
-
"type": {
|
|
20322
|
-
"text": "HTMLDivElement"
|
|
20323
|
-
},
|
|
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
|
-
}
|
|
20493
|
-
},
|
|
20494
|
-
{
|
|
20495
|
-
"kind": "method",
|
|
20496
|
-
"name": "scrollInView",
|
|
20497
|
-
"privacy": "public",
|
|
20498
|
-
"return": {
|
|
20499
|
-
"type": {
|
|
20500
|
-
"text": "void"
|
|
20501
|
-
}
|
|
20502
|
-
},
|
|
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
|
-
}
|
|
20552
|
+
"kind": "js",
|
|
20553
|
+
"name": "foundationFlyoutTemplate",
|
|
20554
|
+
"declaration": {
|
|
20555
|
+
"name": "foundationFlyoutTemplate",
|
|
20556
|
+
"module": "src/flyout/flyout.template.ts"
|
|
20557
|
+
}
|
|
20558
|
+
}
|
|
20559
|
+
]
|
|
20560
|
+
},
|
|
20561
|
+
{
|
|
20562
|
+
"kind": "javascript-module",
|
|
20563
|
+
"path": "src/flyout/flyout.ts",
|
|
20564
|
+
"declarations": [
|
|
20565
|
+
{
|
|
20566
|
+
"kind": "class",
|
|
20567
|
+
"description": "",
|
|
20568
|
+
"name": "Flyout",
|
|
20569
|
+
"members": [
|
|
20570
|
+
{
|
|
20571
|
+
"kind": "field",
|
|
20572
|
+
"name": "exit",
|
|
20573
|
+
"type": {
|
|
20574
|
+
"text": "HTMLDivElement"
|
|
20575
|
+
},
|
|
20576
|
+
"privacy": "public"
|
|
20533
20577
|
},
|
|
20534
20578
|
{
|
|
20535
|
-
"kind": "
|
|
20536
|
-
"name": "
|
|
20537
|
-
"
|
|
20538
|
-
|
|
20539
|
-
|
|
20540
|
-
|
|
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
|
-
}
|
|
20579
|
+
"kind": "field",
|
|
20580
|
+
"name": "position",
|
|
20581
|
+
"type": {
|
|
20582
|
+
"text": "string"
|
|
20583
|
+
},
|
|
20584
|
+
"default": "'right'"
|
|
20552
20585
|
},
|
|
20553
20586
|
{
|
|
20554
|
-
"kind": "
|
|
20555
|
-
"name": "
|
|
20556
|
-
"
|
|
20557
|
-
|
|
20558
|
-
"type": {
|
|
20559
|
-
"text": "void"
|
|
20560
|
-
}
|
|
20587
|
+
"kind": "field",
|
|
20588
|
+
"name": "displayHeader",
|
|
20589
|
+
"type": {
|
|
20590
|
+
"text": "boolean"
|
|
20561
20591
|
},
|
|
20562
|
-
"
|
|
20563
|
-
"inheritedFrom": {
|
|
20564
|
-
"name": "HorizontalScroll",
|
|
20565
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20566
|
-
}
|
|
20592
|
+
"default": "true"
|
|
20567
20593
|
},
|
|
20568
20594
|
{
|
|
20569
|
-
"kind": "
|
|
20570
|
-
"name": "
|
|
20571
|
-
"
|
|
20572
|
-
|
|
20573
|
-
"type": {
|
|
20574
|
-
"text": "void"
|
|
20575
|
-
}
|
|
20595
|
+
"kind": "field",
|
|
20596
|
+
"name": "closed",
|
|
20597
|
+
"type": {
|
|
20598
|
+
"text": "boolean"
|
|
20576
20599
|
},
|
|
20577
|
-
"
|
|
20578
|
-
"inheritedFrom": {
|
|
20579
|
-
"name": "HorizontalScroll",
|
|
20580
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20581
|
-
}
|
|
20600
|
+
"default": "true"
|
|
20582
20601
|
},
|
|
20583
20602
|
{
|
|
20584
20603
|
"kind": "method",
|
|
20585
|
-
"name": "
|
|
20586
|
-
|
|
20587
|
-
|
|
20588
|
-
|
|
20589
|
-
|
|
20590
|
-
|
|
20604
|
+
"name": "closedChanged"
|
|
20605
|
+
},
|
|
20606
|
+
{
|
|
20607
|
+
"kind": "field",
|
|
20608
|
+
"name": "visuallyhidden",
|
|
20609
|
+
"type": {
|
|
20610
|
+
"text": "boolean"
|
|
20591
20611
|
},
|
|
20592
|
-
"
|
|
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
|
-
}
|
|
20612
|
+
"default": "true"
|
|
20614
20613
|
},
|
|
20615
20614
|
{
|
|
20616
20615
|
"kind": "method",
|
|
20617
|
-
"name": "
|
|
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
|
-
}
|
|
20616
|
+
"name": "closeFlyout"
|
|
20629
20617
|
},
|
|
20630
20618
|
{
|
|
20631
20619
|
"kind": "method",
|
|
20632
|
-
"name": "
|
|
20633
|
-
|
|
20634
|
-
|
|
20635
|
-
|
|
20636
|
-
|
|
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
|
-
}
|
|
20620
|
+
"name": "closingFinished"
|
|
20621
|
+
},
|
|
20622
|
+
{
|
|
20623
|
+
"kind": "method",
|
|
20624
|
+
"name": "focusExit"
|
|
20644
20625
|
},
|
|
20645
20626
|
{
|
|
20646
20627
|
"kind": "field",
|
|
@@ -20754,86 +20735,105 @@
|
|
|
20754
20735
|
}
|
|
20755
20736
|
}
|
|
20756
20737
|
],
|
|
20757
|
-
"
|
|
20738
|
+
"attributes": [
|
|
20758
20739
|
{
|
|
20759
|
-
"
|
|
20760
|
-
"
|
|
20761
|
-
|
|
20762
|
-
|
|
20763
|
-
|
|
20764
|
-
|
|
20740
|
+
"name": "position",
|
|
20741
|
+
"type": {
|
|
20742
|
+
"text": "string"
|
|
20743
|
+
},
|
|
20744
|
+
"default": "'right'",
|
|
20745
|
+
"fieldName": "position"
|
|
20765
20746
|
},
|
|
20766
20747
|
{
|
|
20767
|
-
"
|
|
20768
|
-
|
|
20769
|
-
|
|
20770
|
-
|
|
20771
|
-
|
|
20772
|
-
|
|
20748
|
+
"type": {
|
|
20749
|
+
"text": "boolean"
|
|
20750
|
+
},
|
|
20751
|
+
"default": "true",
|
|
20752
|
+
"fieldName": "displayHeader"
|
|
20753
|
+
},
|
|
20754
|
+
{
|
|
20755
|
+
"type": {
|
|
20756
|
+
"text": "boolean"
|
|
20757
|
+
},
|
|
20758
|
+
"default": "true",
|
|
20759
|
+
"fieldName": "closed"
|
|
20760
|
+
},
|
|
20761
|
+
{
|
|
20762
|
+
"type": {
|
|
20763
|
+
"text": "boolean"
|
|
20764
|
+
},
|
|
20765
|
+
"default": "true",
|
|
20766
|
+
"fieldName": "visuallyhidden"
|
|
20773
20767
|
}
|
|
20774
|
-
]
|
|
20768
|
+
],
|
|
20769
|
+
"superclass": {
|
|
20770
|
+
"name": "FoundationElement",
|
|
20771
|
+
"package": "@microsoft/fast-foundation"
|
|
20772
|
+
},
|
|
20773
|
+
"tagName": "%%prefix%%-flyout",
|
|
20774
|
+
"customElement": true
|
|
20775
20775
|
},
|
|
20776
20776
|
{
|
|
20777
20777
|
"kind": "variable",
|
|
20778
|
-
"name": "
|
|
20778
|
+
"name": "foundationFlyoutShadowOptions",
|
|
20779
20779
|
"type": {
|
|
20780
20780
|
"text": "ShadowRootInit"
|
|
20781
20781
|
},
|
|
20782
|
-
"default": "
|
|
20782
|
+
"default": "undefined"
|
|
20783
20783
|
},
|
|
20784
20784
|
{
|
|
20785
20785
|
"kind": "variable",
|
|
20786
|
-
"name": "
|
|
20786
|
+
"name": "defaultFlyoutConfig",
|
|
20787
20787
|
"type": {
|
|
20788
20788
|
"text": "object"
|
|
20789
20789
|
},
|
|
20790
|
-
"default": "{
|
|
20790
|
+
"default": "{}"
|
|
20791
20791
|
},
|
|
20792
20792
|
{
|
|
20793
20793
|
"kind": "variable",
|
|
20794
|
-
"name": "
|
|
20795
|
-
"description": "The Foundation
|
|
20794
|
+
"name": "foundationFlyout",
|
|
20795
|
+
"description": "The Foundation Flyout",
|
|
20796
20796
|
"privacy": "public"
|
|
20797
20797
|
}
|
|
20798
20798
|
],
|
|
20799
20799
|
"exports": [
|
|
20800
20800
|
{
|
|
20801
20801
|
"kind": "js",
|
|
20802
|
-
"name": "
|
|
20802
|
+
"name": "Flyout",
|
|
20803
20803
|
"declaration": {
|
|
20804
|
-
"name": "
|
|
20805
|
-
"module": "src/
|
|
20804
|
+
"name": "Flyout",
|
|
20805
|
+
"module": "src/flyout/flyout.ts"
|
|
20806
20806
|
}
|
|
20807
20807
|
},
|
|
20808
20808
|
{
|
|
20809
20809
|
"kind": "js",
|
|
20810
|
-
"name": "
|
|
20810
|
+
"name": "foundationFlyoutShadowOptions",
|
|
20811
20811
|
"declaration": {
|
|
20812
|
-
"name": "
|
|
20813
|
-
"module": "src/
|
|
20812
|
+
"name": "foundationFlyoutShadowOptions",
|
|
20813
|
+
"module": "src/flyout/flyout.ts"
|
|
20814
20814
|
}
|
|
20815
20815
|
},
|
|
20816
20816
|
{
|
|
20817
20817
|
"kind": "js",
|
|
20818
|
-
"name": "
|
|
20818
|
+
"name": "defaultFlyoutConfig",
|
|
20819
20819
|
"declaration": {
|
|
20820
|
-
"name": "
|
|
20821
|
-
"module": "src/
|
|
20820
|
+
"name": "defaultFlyoutConfig",
|
|
20821
|
+
"module": "src/flyout/flyout.ts"
|
|
20822
20822
|
}
|
|
20823
20823
|
},
|
|
20824
20824
|
{
|
|
20825
20825
|
"kind": "js",
|
|
20826
|
-
"name": "
|
|
20826
|
+
"name": "foundationFlyout",
|
|
20827
20827
|
"declaration": {
|
|
20828
|
-
"name": "
|
|
20829
|
-
"module": "src/
|
|
20828
|
+
"name": "foundationFlyout",
|
|
20829
|
+
"module": "src/flyout/flyout.ts"
|
|
20830
20830
|
}
|
|
20831
20831
|
}
|
|
20832
20832
|
]
|
|
20833
20833
|
},
|
|
20834
20834
|
{
|
|
20835
20835
|
"kind": "javascript-module",
|
|
20836
|
-
"path": "src/
|
|
20836
|
+
"path": "src/flyout/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": "./flyout"
|
|
20845
20845
|
}
|
|
20846
20846
|
},
|
|
20847
20847
|
{
|
|
@@ -20849,7 +20849,7 @@
|
|
|
20849
20849
|
"name": "*",
|
|
20850
20850
|
"declaration": {
|
|
20851
20851
|
"name": "*",
|
|
20852
|
-
"package": "./
|
|
20852
|
+
"package": "./flyout.template"
|
|
20853
20853
|
}
|
|
20854
20854
|
},
|
|
20855
20855
|
{
|
|
@@ -20857,7 +20857,7 @@
|
|
|
20857
20857
|
"name": "*",
|
|
20858
20858
|
"declaration": {
|
|
20859
20859
|
"name": "*",
|
|
20860
|
-
"package": "./
|
|
20860
|
+
"package": "./flyout.styles"
|
|
20861
20861
|
}
|
|
20862
20862
|
}
|
|
20863
20863
|
]
|
|
@@ -26801,6 +26801,23 @@
|
|
|
26801
26801
|
},
|
|
26802
26802
|
"privacy": "protected"
|
|
26803
26803
|
},
|
|
26804
|
+
{
|
|
26805
|
+
"kind": "field",
|
|
26806
|
+
"name": "resizeObserver",
|
|
26807
|
+
"type": {
|
|
26808
|
+
"text": "ResizeObserver"
|
|
26809
|
+
},
|
|
26810
|
+
"privacy": "private"
|
|
26811
|
+
},
|
|
26812
|
+
{
|
|
26813
|
+
"kind": "field",
|
|
26814
|
+
"name": "resizeObserverCallback",
|
|
26815
|
+
"privacy": "private"
|
|
26816
|
+
},
|
|
26817
|
+
{
|
|
26818
|
+
"kind": "field",
|
|
26819
|
+
"name": "selectChangeHandler"
|
|
26820
|
+
},
|
|
26804
26821
|
{
|
|
26805
26822
|
"kind": "method",
|
|
26806
26823
|
"name": "fetchData"
|
|
@@ -26822,6 +26839,19 @@
|
|
|
26822
26839
|
"module": "src/utils/base-datasource.ts"
|
|
26823
26840
|
}
|
|
26824
26841
|
},
|
|
26842
|
+
{
|
|
26843
|
+
"kind": "method",
|
|
26844
|
+
"name": "checkOverflow",
|
|
26845
|
+
"privacy": "private",
|
|
26846
|
+
"parameters": [
|
|
26847
|
+
{
|
|
26848
|
+
"name": "element",
|
|
26849
|
+
"type": {
|
|
26850
|
+
"text": "Element"
|
|
26851
|
+
}
|
|
26852
|
+
}
|
|
26853
|
+
]
|
|
26854
|
+
},
|
|
26825
26855
|
{
|
|
26826
26856
|
"kind": "method",
|
|
26827
26857
|
"name": "syncComponentData",
|