@genesislcap/foundation-ui 14.180.7 → 14.181.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 +1938 -1924
- package/dist/dts/search-bar/search-bar.d.ts +2 -0
- package/dist/dts/search-bar/search-bar.d.ts.map +1 -1
- package/dist/dts/search-bar/search-bar.template.d.ts.map +1 -1
- package/dist/esm/search-bar/search-bar.js +5 -0
- package/dist/esm/search-bar/search-bar.template.js +1 -0
- package/package.json +16 -16
|
@@ -819,11 +819,56 @@
|
|
|
819
819
|
},
|
|
820
820
|
{
|
|
821
821
|
"kind": "javascript-module",
|
|
822
|
-
"path": "src/
|
|
822
|
+
"path": "src/_common/icons.ts",
|
|
823
823
|
"declarations": [
|
|
824
824
|
{
|
|
825
825
|
"kind": "function",
|
|
826
|
-
"name": "
|
|
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/accordion/accordion.styles.ts",
|
|
868
|
+
"declarations": [
|
|
869
|
+
{
|
|
870
|
+
"kind": "function",
|
|
871
|
+
"name": "foundationAccordionStyles",
|
|
827
872
|
"return": {
|
|
828
873
|
"type": {
|
|
829
874
|
"text": "ElementStyles"
|
|
@@ -848,24 +893,24 @@
|
|
|
848
893
|
"exports": [
|
|
849
894
|
{
|
|
850
895
|
"kind": "js",
|
|
851
|
-
"name": "
|
|
896
|
+
"name": "foundationAccordionStyles",
|
|
852
897
|
"declaration": {
|
|
853
|
-
"name": "
|
|
854
|
-
"module": "src/accordion
|
|
898
|
+
"name": "foundationAccordionStyles",
|
|
899
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
855
900
|
}
|
|
856
901
|
}
|
|
857
902
|
]
|
|
858
903
|
},
|
|
859
904
|
{
|
|
860
905
|
"kind": "javascript-module",
|
|
861
|
-
"path": "src/accordion
|
|
906
|
+
"path": "src/accordion/accordion.template.ts",
|
|
862
907
|
"declarations": [
|
|
863
908
|
{
|
|
864
909
|
"kind": "function",
|
|
865
|
-
"name": "
|
|
910
|
+
"name": "foundationAccordionTemplate",
|
|
866
911
|
"return": {
|
|
867
912
|
"type": {
|
|
868
|
-
"text": "ViewTemplate<
|
|
913
|
+
"text": "ViewTemplate<Accordion>"
|
|
869
914
|
}
|
|
870
915
|
},
|
|
871
916
|
"parameters": [
|
|
@@ -887,244 +932,32 @@
|
|
|
887
932
|
"exports": [
|
|
888
933
|
{
|
|
889
934
|
"kind": "js",
|
|
890
|
-
"name": "
|
|
935
|
+
"name": "foundationAccordionTemplate",
|
|
891
936
|
"declaration": {
|
|
892
|
-
"name": "
|
|
893
|
-
"module": "src/accordion
|
|
937
|
+
"name": "foundationAccordionTemplate",
|
|
938
|
+
"module": "src/accordion/accordion.template.ts"
|
|
894
939
|
}
|
|
895
940
|
}
|
|
896
941
|
]
|
|
897
942
|
},
|
|
898
943
|
{
|
|
899
944
|
"kind": "javascript-module",
|
|
900
|
-
"path": "src/accordion
|
|
945
|
+
"path": "src/accordion/accordion.ts",
|
|
901
946
|
"declarations": [
|
|
902
947
|
{
|
|
903
948
|
"kind": "class",
|
|
904
949
|
"description": "",
|
|
905
|
-
"name": "
|
|
950
|
+
"name": "Accordion",
|
|
906
951
|
"superclass": {
|
|
907
|
-
"name": "
|
|
908
|
-
"package": "@microsoft/fast-
|
|
952
|
+
"name": "FASTAccordion",
|
|
953
|
+
"package": "@microsoft/fast-foundation"
|
|
909
954
|
},
|
|
910
|
-
"tagName": "%%prefix%%-accordion
|
|
911
|
-
"customElement": true
|
|
912
|
-
"attributes": [
|
|
913
|
-
{
|
|
914
|
-
"name": "heading-level",
|
|
915
|
-
"type": {
|
|
916
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
917
|
-
},
|
|
918
|
-
"default": "2",
|
|
919
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
920
|
-
"fieldName": "headinglevel",
|
|
921
|
-
"inheritedFrom": {
|
|
922
|
-
"name": "AccordionItem",
|
|
923
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
924
|
-
}
|
|
925
|
-
},
|
|
926
|
-
{
|
|
927
|
-
"type": {
|
|
928
|
-
"text": "boolean"
|
|
929
|
-
},
|
|
930
|
-
"default": "false",
|
|
931
|
-
"description": "Expands or collapses the item.",
|
|
932
|
-
"fieldName": "expanded",
|
|
933
|
-
"inheritedFrom": {
|
|
934
|
-
"name": "AccordionItem",
|
|
935
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
936
|
-
}
|
|
937
|
-
},
|
|
938
|
-
{
|
|
939
|
-
"name": "id",
|
|
940
|
-
"type": {
|
|
941
|
-
"text": "string"
|
|
942
|
-
},
|
|
943
|
-
"description": "The item ID",
|
|
944
|
-
"fieldName": "id",
|
|
945
|
-
"inheritedFrom": {
|
|
946
|
-
"name": "AccordionItem",
|
|
947
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
948
|
-
}
|
|
949
|
-
}
|
|
950
|
-
],
|
|
951
|
-
"members": [
|
|
952
|
-
{
|
|
953
|
-
"kind": "field",
|
|
954
|
-
"name": "headinglevel",
|
|
955
|
-
"type": {
|
|
956
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
957
|
-
},
|
|
958
|
-
"privacy": "public",
|
|
959
|
-
"default": "2",
|
|
960
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
961
|
-
"inheritedFrom": {
|
|
962
|
-
"name": "AccordionItem",
|
|
963
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
964
|
-
}
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"kind": "field",
|
|
968
|
-
"name": "expanded",
|
|
969
|
-
"type": {
|
|
970
|
-
"text": "boolean"
|
|
971
|
-
},
|
|
972
|
-
"privacy": "public",
|
|
973
|
-
"default": "false",
|
|
974
|
-
"description": "Expands or collapses the item.",
|
|
975
|
-
"inheritedFrom": {
|
|
976
|
-
"name": "AccordionItem",
|
|
977
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
978
|
-
}
|
|
979
|
-
},
|
|
980
|
-
{
|
|
981
|
-
"kind": "field",
|
|
982
|
-
"name": "id",
|
|
983
|
-
"type": {
|
|
984
|
-
"text": "string"
|
|
985
|
-
},
|
|
986
|
-
"privacy": "public",
|
|
987
|
-
"description": "The item ID",
|
|
988
|
-
"inheritedFrom": {
|
|
989
|
-
"name": "AccordionItem",
|
|
990
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
991
|
-
}
|
|
992
|
-
},
|
|
993
|
-
{
|
|
994
|
-
"kind": "field",
|
|
995
|
-
"name": "change",
|
|
996
|
-
"privacy": "private",
|
|
997
|
-
"inheritedFrom": {
|
|
998
|
-
"name": "AccordionItem",
|
|
999
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1000
|
-
}
|
|
1001
|
-
},
|
|
1002
|
-
{
|
|
1003
|
-
"kind": "field",
|
|
1004
|
-
"name": "_presentation",
|
|
1005
|
-
"type": {
|
|
1006
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1007
|
-
},
|
|
1008
|
-
"privacy": "private",
|
|
1009
|
-
"default": "void 0",
|
|
1010
|
-
"inheritedFrom": {
|
|
1011
|
-
"name": "FoundationElement",
|
|
1012
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1013
|
-
}
|
|
1014
|
-
},
|
|
1015
|
-
{
|
|
1016
|
-
"kind": "field",
|
|
1017
|
-
"name": "$presentation",
|
|
1018
|
-
"type": {
|
|
1019
|
-
"text": "ComponentPresentation | null"
|
|
1020
|
-
},
|
|
1021
|
-
"privacy": "public",
|
|
1022
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1023
|
-
"inheritedFrom": {
|
|
1024
|
-
"name": "FoundationElement",
|
|
1025
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1026
|
-
}
|
|
1027
|
-
},
|
|
1028
|
-
{
|
|
1029
|
-
"kind": "field",
|
|
1030
|
-
"name": "template",
|
|
1031
|
-
"type": {
|
|
1032
|
-
"text": "ElementViewTemplate | void | null"
|
|
1033
|
-
},
|
|
1034
|
-
"privacy": "public",
|
|
1035
|
-
"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.",
|
|
1036
|
-
"inheritedFrom": {
|
|
1037
|
-
"name": "FoundationElement",
|
|
1038
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1039
|
-
}
|
|
1040
|
-
},
|
|
1041
|
-
{
|
|
1042
|
-
"kind": "method",
|
|
1043
|
-
"name": "templateChanged",
|
|
1044
|
-
"privacy": "protected",
|
|
1045
|
-
"return": {
|
|
1046
|
-
"type": {
|
|
1047
|
-
"text": "void"
|
|
1048
|
-
}
|
|
1049
|
-
},
|
|
1050
|
-
"inheritedFrom": {
|
|
1051
|
-
"name": "FoundationElement",
|
|
1052
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1053
|
-
}
|
|
1054
|
-
},
|
|
1055
|
-
{
|
|
1056
|
-
"kind": "field",
|
|
1057
|
-
"name": "styles",
|
|
1058
|
-
"type": {
|
|
1059
|
-
"text": "ElementStyles | void | null"
|
|
1060
|
-
},
|
|
1061
|
-
"privacy": "public",
|
|
1062
|
-
"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.",
|
|
1063
|
-
"inheritedFrom": {
|
|
1064
|
-
"name": "FoundationElement",
|
|
1065
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1066
|
-
}
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"kind": "method",
|
|
1070
|
-
"name": "stylesChanged",
|
|
1071
|
-
"privacy": "protected",
|
|
1072
|
-
"return": {
|
|
1073
|
-
"type": {
|
|
1074
|
-
"text": "void"
|
|
1075
|
-
}
|
|
1076
|
-
},
|
|
1077
|
-
"inheritedFrom": {
|
|
1078
|
-
"name": "FoundationElement",
|
|
1079
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1080
|
-
}
|
|
1081
|
-
},
|
|
1082
|
-
{
|
|
1083
|
-
"kind": "method",
|
|
1084
|
-
"name": "compose",
|
|
1085
|
-
"privacy": "public",
|
|
1086
|
-
"static": true,
|
|
1087
|
-
"return": {
|
|
1088
|
-
"type": {
|
|
1089
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1090
|
-
}
|
|
1091
|
-
},
|
|
1092
|
-
"parameters": [
|
|
1093
|
-
{
|
|
1094
|
-
"name": "this",
|
|
1095
|
-
"type": {
|
|
1096
|
-
"text": "K"
|
|
1097
|
-
}
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
"name": "elementDefinition",
|
|
1101
|
-
"type": {
|
|
1102
|
-
"text": "T"
|
|
1103
|
-
},
|
|
1104
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1105
|
-
}
|
|
1106
|
-
],
|
|
1107
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1108
|
-
"inheritedFrom": {
|
|
1109
|
-
"name": "FoundationElement",
|
|
1110
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1111
|
-
}
|
|
1112
|
-
}
|
|
1113
|
-
],
|
|
1114
|
-
"events": [
|
|
1115
|
-
{
|
|
1116
|
-
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1117
|
-
"name": "change",
|
|
1118
|
-
"inheritedFrom": {
|
|
1119
|
-
"name": "AccordionItem",
|
|
1120
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1121
|
-
}
|
|
1122
|
-
}
|
|
1123
|
-
]
|
|
955
|
+
"tagName": "%%prefix%%-accordion",
|
|
956
|
+
"customElement": true
|
|
1124
957
|
},
|
|
1125
958
|
{
|
|
1126
959
|
"kind": "variable",
|
|
1127
|
-
"name": "
|
|
960
|
+
"name": "foundationAccordionShadowOptions",
|
|
1128
961
|
"type": {
|
|
1129
962
|
"text": "ShadowRootInit"
|
|
1130
963
|
},
|
|
@@ -1132,57 +965,57 @@
|
|
|
1132
965
|
},
|
|
1133
966
|
{
|
|
1134
967
|
"kind": "variable",
|
|
1135
|
-
"name": "
|
|
968
|
+
"name": "defaultAccordionConfig",
|
|
1136
969
|
"type": {
|
|
1137
970
|
"text": "object"
|
|
1138
971
|
},
|
|
1139
|
-
"default": "{
|
|
972
|
+
"default": "{}"
|
|
1140
973
|
},
|
|
1141
974
|
{
|
|
1142
975
|
"kind": "variable",
|
|
1143
|
-
"name": "
|
|
1144
|
-
"description": "The Foundation Accordion
|
|
976
|
+
"name": "foundationAccordion",
|
|
977
|
+
"description": "The Foundation Accordion",
|
|
1145
978
|
"privacy": "public"
|
|
1146
979
|
}
|
|
1147
980
|
],
|
|
1148
981
|
"exports": [
|
|
1149
982
|
{
|
|
1150
983
|
"kind": "js",
|
|
1151
|
-
"name": "
|
|
984
|
+
"name": "Accordion",
|
|
1152
985
|
"declaration": {
|
|
1153
|
-
"name": "
|
|
1154
|
-
"module": "src/accordion
|
|
986
|
+
"name": "Accordion",
|
|
987
|
+
"module": "src/accordion/accordion.ts"
|
|
1155
988
|
}
|
|
1156
989
|
},
|
|
1157
990
|
{
|
|
1158
991
|
"kind": "js",
|
|
1159
|
-
"name": "
|
|
992
|
+
"name": "foundationAccordionShadowOptions",
|
|
1160
993
|
"declaration": {
|
|
1161
|
-
"name": "
|
|
1162
|
-
"module": "src/accordion
|
|
994
|
+
"name": "foundationAccordionShadowOptions",
|
|
995
|
+
"module": "src/accordion/accordion.ts"
|
|
1163
996
|
}
|
|
1164
997
|
},
|
|
1165
998
|
{
|
|
1166
999
|
"kind": "js",
|
|
1167
|
-
"name": "
|
|
1000
|
+
"name": "defaultAccordionConfig",
|
|
1168
1001
|
"declaration": {
|
|
1169
|
-
"name": "
|
|
1170
|
-
"module": "src/accordion
|
|
1002
|
+
"name": "defaultAccordionConfig",
|
|
1003
|
+
"module": "src/accordion/accordion.ts"
|
|
1171
1004
|
}
|
|
1172
1005
|
},
|
|
1173
1006
|
{
|
|
1174
1007
|
"kind": "js",
|
|
1175
|
-
"name": "
|
|
1008
|
+
"name": "foundationAccordion",
|
|
1176
1009
|
"declaration": {
|
|
1177
|
-
"name": "
|
|
1178
|
-
"module": "src/accordion
|
|
1010
|
+
"name": "foundationAccordion",
|
|
1011
|
+
"module": "src/accordion/accordion.ts"
|
|
1179
1012
|
}
|
|
1180
1013
|
}
|
|
1181
1014
|
]
|
|
1182
1015
|
},
|
|
1183
1016
|
{
|
|
1184
1017
|
"kind": "javascript-module",
|
|
1185
|
-
"path": "src/accordion
|
|
1018
|
+
"path": "src/accordion/index.ts",
|
|
1186
1019
|
"declarations": [],
|
|
1187
1020
|
"exports": [
|
|
1188
1021
|
{
|
|
@@ -1190,7 +1023,7 @@
|
|
|
1190
1023
|
"name": "*",
|
|
1191
1024
|
"declaration": {
|
|
1192
1025
|
"name": "*",
|
|
1193
|
-
"package": "./accordion
|
|
1026
|
+
"package": "./accordion.template"
|
|
1194
1027
|
}
|
|
1195
1028
|
},
|
|
1196
1029
|
{
|
|
@@ -1198,7 +1031,7 @@
|
|
|
1198
1031
|
"name": "*",
|
|
1199
1032
|
"declaration": {
|
|
1200
1033
|
"name": "*",
|
|
1201
|
-
"package": "./accordion
|
|
1034
|
+
"package": "./accordion.styles"
|
|
1202
1035
|
}
|
|
1203
1036
|
},
|
|
1204
1037
|
{
|
|
@@ -1206,7 +1039,7 @@
|
|
|
1206
1039
|
"name": "*",
|
|
1207
1040
|
"declaration": {
|
|
1208
1041
|
"name": "*",
|
|
1209
|
-
"package": "./accordion
|
|
1042
|
+
"package": "./accordion"
|
|
1210
1043
|
}
|
|
1211
1044
|
}
|
|
1212
1045
|
]
|
|
@@ -1770,51 +1603,6 @@
|
|
|
1770
1603
|
}
|
|
1771
1604
|
]
|
|
1772
1605
|
},
|
|
1773
|
-
{
|
|
1774
|
-
"kind": "javascript-module",
|
|
1775
|
-
"path": "src/_common/icons.ts",
|
|
1776
|
-
"declarations": [
|
|
1777
|
-
{
|
|
1778
|
-
"kind": "function",
|
|
1779
|
-
"name": "closeIcon",
|
|
1780
|
-
"parameters": [
|
|
1781
|
-
{
|
|
1782
|
-
"name": "slot",
|
|
1783
|
-
"default": "'start'"
|
|
1784
|
-
},
|
|
1785
|
-
{
|
|
1786
|
-
"name": "fill",
|
|
1787
|
-
"default": "'#879ba6'"
|
|
1788
|
-
}
|
|
1789
|
-
]
|
|
1790
|
-
}
|
|
1791
|
-
],
|
|
1792
|
-
"exports": [
|
|
1793
|
-
{
|
|
1794
|
-
"kind": "js",
|
|
1795
|
-
"name": "closeIcon",
|
|
1796
|
-
"declaration": {
|
|
1797
|
-
"name": "closeIcon",
|
|
1798
|
-
"module": "src/_common/icons.ts"
|
|
1799
|
-
}
|
|
1800
|
-
}
|
|
1801
|
-
]
|
|
1802
|
-
},
|
|
1803
|
-
{
|
|
1804
|
-
"kind": "javascript-module",
|
|
1805
|
-
"path": "src/_common/index.ts",
|
|
1806
|
-
"declarations": [],
|
|
1807
|
-
"exports": [
|
|
1808
|
-
{
|
|
1809
|
-
"kind": "js",
|
|
1810
|
-
"name": "*",
|
|
1811
|
-
"declaration": {
|
|
1812
|
-
"name": "*",
|
|
1813
|
-
"package": "./icons"
|
|
1814
|
-
}
|
|
1815
|
-
}
|
|
1816
|
-
]
|
|
1817
|
-
},
|
|
1818
1606
|
{
|
|
1819
1607
|
"kind": "javascript-module",
|
|
1820
1608
|
"path": "src/anchor/anchor.styles.ts",
|
|
@@ -2366,6 +2154,400 @@
|
|
|
2366
2154
|
}
|
|
2367
2155
|
]
|
|
2368
2156
|
},
|
|
2157
|
+
{
|
|
2158
|
+
"kind": "javascript-module",
|
|
2159
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
2160
|
+
"declarations": [
|
|
2161
|
+
{
|
|
2162
|
+
"kind": "function",
|
|
2163
|
+
"name": "foundationAccordionItemStyles",
|
|
2164
|
+
"return": {
|
|
2165
|
+
"type": {
|
|
2166
|
+
"text": "ElementStyles"
|
|
2167
|
+
}
|
|
2168
|
+
},
|
|
2169
|
+
"parameters": [
|
|
2170
|
+
{
|
|
2171
|
+
"name": "context",
|
|
2172
|
+
"type": {
|
|
2173
|
+
"text": "ElementDefinitionContext"
|
|
2174
|
+
}
|
|
2175
|
+
},
|
|
2176
|
+
{
|
|
2177
|
+
"name": "definition",
|
|
2178
|
+
"type": {
|
|
2179
|
+
"text": "FoundationElementDefinition"
|
|
2180
|
+
}
|
|
2181
|
+
}
|
|
2182
|
+
]
|
|
2183
|
+
}
|
|
2184
|
+
],
|
|
2185
|
+
"exports": [
|
|
2186
|
+
{
|
|
2187
|
+
"kind": "js",
|
|
2188
|
+
"name": "foundationAccordionItemStyles",
|
|
2189
|
+
"declaration": {
|
|
2190
|
+
"name": "foundationAccordionItemStyles",
|
|
2191
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
2192
|
+
}
|
|
2193
|
+
}
|
|
2194
|
+
]
|
|
2195
|
+
},
|
|
2196
|
+
{
|
|
2197
|
+
"kind": "javascript-module",
|
|
2198
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
2199
|
+
"declarations": [
|
|
2200
|
+
{
|
|
2201
|
+
"kind": "function",
|
|
2202
|
+
"name": "foundationAccordionItemTemplate",
|
|
2203
|
+
"return": {
|
|
2204
|
+
"type": {
|
|
2205
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
2206
|
+
}
|
|
2207
|
+
},
|
|
2208
|
+
"parameters": [
|
|
2209
|
+
{
|
|
2210
|
+
"name": "context",
|
|
2211
|
+
"type": {
|
|
2212
|
+
"text": "ElementDefinitionContext"
|
|
2213
|
+
}
|
|
2214
|
+
},
|
|
2215
|
+
{
|
|
2216
|
+
"name": "definition",
|
|
2217
|
+
"type": {
|
|
2218
|
+
"text": "FoundationElementDefinition"
|
|
2219
|
+
}
|
|
2220
|
+
}
|
|
2221
|
+
]
|
|
2222
|
+
}
|
|
2223
|
+
],
|
|
2224
|
+
"exports": [
|
|
2225
|
+
{
|
|
2226
|
+
"kind": "js",
|
|
2227
|
+
"name": "foundationAccordionItemTemplate",
|
|
2228
|
+
"declaration": {
|
|
2229
|
+
"name": "foundationAccordionItemTemplate",
|
|
2230
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
2231
|
+
}
|
|
2232
|
+
}
|
|
2233
|
+
]
|
|
2234
|
+
},
|
|
2235
|
+
{
|
|
2236
|
+
"kind": "javascript-module",
|
|
2237
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
2238
|
+
"declarations": [
|
|
2239
|
+
{
|
|
2240
|
+
"kind": "class",
|
|
2241
|
+
"description": "",
|
|
2242
|
+
"name": "AccordionItem",
|
|
2243
|
+
"superclass": {
|
|
2244
|
+
"name": "FASTAccordionItem",
|
|
2245
|
+
"package": "@microsoft/fast-components"
|
|
2246
|
+
},
|
|
2247
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
2248
|
+
"customElement": true,
|
|
2249
|
+
"attributes": [
|
|
2250
|
+
{
|
|
2251
|
+
"name": "heading-level",
|
|
2252
|
+
"type": {
|
|
2253
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2254
|
+
},
|
|
2255
|
+
"default": "2",
|
|
2256
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
2257
|
+
"fieldName": "headinglevel",
|
|
2258
|
+
"inheritedFrom": {
|
|
2259
|
+
"name": "AccordionItem",
|
|
2260
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2261
|
+
}
|
|
2262
|
+
},
|
|
2263
|
+
{
|
|
2264
|
+
"type": {
|
|
2265
|
+
"text": "boolean"
|
|
2266
|
+
},
|
|
2267
|
+
"default": "false",
|
|
2268
|
+
"description": "Expands or collapses the item.",
|
|
2269
|
+
"fieldName": "expanded",
|
|
2270
|
+
"inheritedFrom": {
|
|
2271
|
+
"name": "AccordionItem",
|
|
2272
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2273
|
+
}
|
|
2274
|
+
},
|
|
2275
|
+
{
|
|
2276
|
+
"name": "id",
|
|
2277
|
+
"type": {
|
|
2278
|
+
"text": "string"
|
|
2279
|
+
},
|
|
2280
|
+
"description": "The item ID",
|
|
2281
|
+
"fieldName": "id",
|
|
2282
|
+
"inheritedFrom": {
|
|
2283
|
+
"name": "AccordionItem",
|
|
2284
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2285
|
+
}
|
|
2286
|
+
}
|
|
2287
|
+
],
|
|
2288
|
+
"members": [
|
|
2289
|
+
{
|
|
2290
|
+
"kind": "field",
|
|
2291
|
+
"name": "headinglevel",
|
|
2292
|
+
"type": {
|
|
2293
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
2294
|
+
},
|
|
2295
|
+
"privacy": "public",
|
|
2296
|
+
"default": "2",
|
|
2297
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
2298
|
+
"inheritedFrom": {
|
|
2299
|
+
"name": "AccordionItem",
|
|
2300
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2301
|
+
}
|
|
2302
|
+
},
|
|
2303
|
+
{
|
|
2304
|
+
"kind": "field",
|
|
2305
|
+
"name": "expanded",
|
|
2306
|
+
"type": {
|
|
2307
|
+
"text": "boolean"
|
|
2308
|
+
},
|
|
2309
|
+
"privacy": "public",
|
|
2310
|
+
"default": "false",
|
|
2311
|
+
"description": "Expands or collapses the item.",
|
|
2312
|
+
"inheritedFrom": {
|
|
2313
|
+
"name": "AccordionItem",
|
|
2314
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2315
|
+
}
|
|
2316
|
+
},
|
|
2317
|
+
{
|
|
2318
|
+
"kind": "field",
|
|
2319
|
+
"name": "id",
|
|
2320
|
+
"type": {
|
|
2321
|
+
"text": "string"
|
|
2322
|
+
},
|
|
2323
|
+
"privacy": "public",
|
|
2324
|
+
"description": "The item ID",
|
|
2325
|
+
"inheritedFrom": {
|
|
2326
|
+
"name": "AccordionItem",
|
|
2327
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2328
|
+
}
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"kind": "field",
|
|
2332
|
+
"name": "change",
|
|
2333
|
+
"privacy": "private",
|
|
2334
|
+
"inheritedFrom": {
|
|
2335
|
+
"name": "AccordionItem",
|
|
2336
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2337
|
+
}
|
|
2338
|
+
},
|
|
2339
|
+
{
|
|
2340
|
+
"kind": "field",
|
|
2341
|
+
"name": "_presentation",
|
|
2342
|
+
"type": {
|
|
2343
|
+
"text": "ComponentPresentation | null | undefined"
|
|
2344
|
+
},
|
|
2345
|
+
"privacy": "private",
|
|
2346
|
+
"default": "void 0",
|
|
2347
|
+
"inheritedFrom": {
|
|
2348
|
+
"name": "FoundationElement",
|
|
2349
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2350
|
+
}
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"kind": "field",
|
|
2354
|
+
"name": "$presentation",
|
|
2355
|
+
"type": {
|
|
2356
|
+
"text": "ComponentPresentation | null"
|
|
2357
|
+
},
|
|
2358
|
+
"privacy": "public",
|
|
2359
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2360
|
+
"inheritedFrom": {
|
|
2361
|
+
"name": "FoundationElement",
|
|
2362
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2363
|
+
}
|
|
2364
|
+
},
|
|
2365
|
+
{
|
|
2366
|
+
"kind": "field",
|
|
2367
|
+
"name": "template",
|
|
2368
|
+
"type": {
|
|
2369
|
+
"text": "ElementViewTemplate | void | null"
|
|
2370
|
+
},
|
|
2371
|
+
"privacy": "public",
|
|
2372
|
+
"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.",
|
|
2373
|
+
"inheritedFrom": {
|
|
2374
|
+
"name": "FoundationElement",
|
|
2375
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2376
|
+
}
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"kind": "method",
|
|
2380
|
+
"name": "templateChanged",
|
|
2381
|
+
"privacy": "protected",
|
|
2382
|
+
"return": {
|
|
2383
|
+
"type": {
|
|
2384
|
+
"text": "void"
|
|
2385
|
+
}
|
|
2386
|
+
},
|
|
2387
|
+
"inheritedFrom": {
|
|
2388
|
+
"name": "FoundationElement",
|
|
2389
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2390
|
+
}
|
|
2391
|
+
},
|
|
2392
|
+
{
|
|
2393
|
+
"kind": "field",
|
|
2394
|
+
"name": "styles",
|
|
2395
|
+
"type": {
|
|
2396
|
+
"text": "ElementStyles | void | null"
|
|
2397
|
+
},
|
|
2398
|
+
"privacy": "public",
|
|
2399
|
+
"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.",
|
|
2400
|
+
"inheritedFrom": {
|
|
2401
|
+
"name": "FoundationElement",
|
|
2402
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2403
|
+
}
|
|
2404
|
+
},
|
|
2405
|
+
{
|
|
2406
|
+
"kind": "method",
|
|
2407
|
+
"name": "stylesChanged",
|
|
2408
|
+
"privacy": "protected",
|
|
2409
|
+
"return": {
|
|
2410
|
+
"type": {
|
|
2411
|
+
"text": "void"
|
|
2412
|
+
}
|
|
2413
|
+
},
|
|
2414
|
+
"inheritedFrom": {
|
|
2415
|
+
"name": "FoundationElement",
|
|
2416
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2417
|
+
}
|
|
2418
|
+
},
|
|
2419
|
+
{
|
|
2420
|
+
"kind": "method",
|
|
2421
|
+
"name": "compose",
|
|
2422
|
+
"privacy": "public",
|
|
2423
|
+
"static": true,
|
|
2424
|
+
"return": {
|
|
2425
|
+
"type": {
|
|
2426
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2427
|
+
}
|
|
2428
|
+
},
|
|
2429
|
+
"parameters": [
|
|
2430
|
+
{
|
|
2431
|
+
"name": "this",
|
|
2432
|
+
"type": {
|
|
2433
|
+
"text": "K"
|
|
2434
|
+
}
|
|
2435
|
+
},
|
|
2436
|
+
{
|
|
2437
|
+
"name": "elementDefinition",
|
|
2438
|
+
"type": {
|
|
2439
|
+
"text": "T"
|
|
2440
|
+
},
|
|
2441
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2442
|
+
}
|
|
2443
|
+
],
|
|
2444
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2445
|
+
"inheritedFrom": {
|
|
2446
|
+
"name": "FoundationElement",
|
|
2447
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2448
|
+
}
|
|
2449
|
+
}
|
|
2450
|
+
],
|
|
2451
|
+
"events": [
|
|
2452
|
+
{
|
|
2453
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
2454
|
+
"name": "change",
|
|
2455
|
+
"inheritedFrom": {
|
|
2456
|
+
"name": "AccordionItem",
|
|
2457
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2458
|
+
}
|
|
2459
|
+
}
|
|
2460
|
+
]
|
|
2461
|
+
},
|
|
2462
|
+
{
|
|
2463
|
+
"kind": "variable",
|
|
2464
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2465
|
+
"type": {
|
|
2466
|
+
"text": "ShadowRootInit"
|
|
2467
|
+
},
|
|
2468
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
2469
|
+
},
|
|
2470
|
+
{
|
|
2471
|
+
"kind": "variable",
|
|
2472
|
+
"name": "defaultAccordionItemConfig",
|
|
2473
|
+
"type": {
|
|
2474
|
+
"text": "object"
|
|
2475
|
+
},
|
|
2476
|
+
"default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
|
|
2477
|
+
},
|
|
2478
|
+
{
|
|
2479
|
+
"kind": "variable",
|
|
2480
|
+
"name": "foundationAccordionItem",
|
|
2481
|
+
"description": "The Foundation Accordion Item",
|
|
2482
|
+
"privacy": "public"
|
|
2483
|
+
}
|
|
2484
|
+
],
|
|
2485
|
+
"exports": [
|
|
2486
|
+
{
|
|
2487
|
+
"kind": "js",
|
|
2488
|
+
"name": "AccordionItem",
|
|
2489
|
+
"declaration": {
|
|
2490
|
+
"name": "AccordionItem",
|
|
2491
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2492
|
+
}
|
|
2493
|
+
},
|
|
2494
|
+
{
|
|
2495
|
+
"kind": "js",
|
|
2496
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2497
|
+
"declaration": {
|
|
2498
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
2499
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2500
|
+
}
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"kind": "js",
|
|
2504
|
+
"name": "defaultAccordionItemConfig",
|
|
2505
|
+
"declaration": {
|
|
2506
|
+
"name": "defaultAccordionItemConfig",
|
|
2507
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2508
|
+
}
|
|
2509
|
+
},
|
|
2510
|
+
{
|
|
2511
|
+
"kind": "js",
|
|
2512
|
+
"name": "foundationAccordionItem",
|
|
2513
|
+
"declaration": {
|
|
2514
|
+
"name": "foundationAccordionItem",
|
|
2515
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
2516
|
+
}
|
|
2517
|
+
}
|
|
2518
|
+
]
|
|
2519
|
+
},
|
|
2520
|
+
{
|
|
2521
|
+
"kind": "javascript-module",
|
|
2522
|
+
"path": "src/accordion-item/index.ts",
|
|
2523
|
+
"declarations": [],
|
|
2524
|
+
"exports": [
|
|
2525
|
+
{
|
|
2526
|
+
"kind": "js",
|
|
2527
|
+
"name": "*",
|
|
2528
|
+
"declaration": {
|
|
2529
|
+
"name": "*",
|
|
2530
|
+
"package": "./accordion-item.template"
|
|
2531
|
+
}
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"kind": "js",
|
|
2535
|
+
"name": "*",
|
|
2536
|
+
"declaration": {
|
|
2537
|
+
"name": "*",
|
|
2538
|
+
"package": "./accordion-item.styles"
|
|
2539
|
+
}
|
|
2540
|
+
},
|
|
2541
|
+
{
|
|
2542
|
+
"kind": "js",
|
|
2543
|
+
"name": "*",
|
|
2544
|
+
"declaration": {
|
|
2545
|
+
"name": "*",
|
|
2546
|
+
"package": "./accordion-item"
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2549
|
+
]
|
|
2550
|
+
},
|
|
2369
2551
|
{
|
|
2370
2552
|
"kind": "javascript-module",
|
|
2371
2553
|
"path": "src/anchored-region/anchor-region.template.ts",
|
|
@@ -3956,188 +4138,6 @@
|
|
|
3956
4138
|
}
|
|
3957
4139
|
]
|
|
3958
4140
|
},
|
|
3959
|
-
{
|
|
3960
|
-
"kind": "javascript-module",
|
|
3961
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
3962
|
-
"declarations": [
|
|
3963
|
-
{
|
|
3964
|
-
"kind": "function",
|
|
3965
|
-
"name": "foundationAccordionStyles",
|
|
3966
|
-
"return": {
|
|
3967
|
-
"type": {
|
|
3968
|
-
"text": "ElementStyles"
|
|
3969
|
-
}
|
|
3970
|
-
},
|
|
3971
|
-
"parameters": [
|
|
3972
|
-
{
|
|
3973
|
-
"name": "context",
|
|
3974
|
-
"type": {
|
|
3975
|
-
"text": "ElementDefinitionContext"
|
|
3976
|
-
}
|
|
3977
|
-
},
|
|
3978
|
-
{
|
|
3979
|
-
"name": "definition",
|
|
3980
|
-
"type": {
|
|
3981
|
-
"text": "FoundationElementDefinition"
|
|
3982
|
-
}
|
|
3983
|
-
}
|
|
3984
|
-
]
|
|
3985
|
-
}
|
|
3986
|
-
],
|
|
3987
|
-
"exports": [
|
|
3988
|
-
{
|
|
3989
|
-
"kind": "js",
|
|
3990
|
-
"name": "foundationAccordionStyles",
|
|
3991
|
-
"declaration": {
|
|
3992
|
-
"name": "foundationAccordionStyles",
|
|
3993
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
3994
|
-
}
|
|
3995
|
-
}
|
|
3996
|
-
]
|
|
3997
|
-
},
|
|
3998
|
-
{
|
|
3999
|
-
"kind": "javascript-module",
|
|
4000
|
-
"path": "src/accordion/accordion.template.ts",
|
|
4001
|
-
"declarations": [
|
|
4002
|
-
{
|
|
4003
|
-
"kind": "function",
|
|
4004
|
-
"name": "foundationAccordionTemplate",
|
|
4005
|
-
"return": {
|
|
4006
|
-
"type": {
|
|
4007
|
-
"text": "ViewTemplate<Accordion>"
|
|
4008
|
-
}
|
|
4009
|
-
},
|
|
4010
|
-
"parameters": [
|
|
4011
|
-
{
|
|
4012
|
-
"name": "context",
|
|
4013
|
-
"type": {
|
|
4014
|
-
"text": "ElementDefinitionContext"
|
|
4015
|
-
}
|
|
4016
|
-
},
|
|
4017
|
-
{
|
|
4018
|
-
"name": "definition",
|
|
4019
|
-
"type": {
|
|
4020
|
-
"text": "FoundationElementDefinition"
|
|
4021
|
-
}
|
|
4022
|
-
}
|
|
4023
|
-
]
|
|
4024
|
-
}
|
|
4025
|
-
],
|
|
4026
|
-
"exports": [
|
|
4027
|
-
{
|
|
4028
|
-
"kind": "js",
|
|
4029
|
-
"name": "foundationAccordionTemplate",
|
|
4030
|
-
"declaration": {
|
|
4031
|
-
"name": "foundationAccordionTemplate",
|
|
4032
|
-
"module": "src/accordion/accordion.template.ts"
|
|
4033
|
-
}
|
|
4034
|
-
}
|
|
4035
|
-
]
|
|
4036
|
-
},
|
|
4037
|
-
{
|
|
4038
|
-
"kind": "javascript-module",
|
|
4039
|
-
"path": "src/accordion/accordion.ts",
|
|
4040
|
-
"declarations": [
|
|
4041
|
-
{
|
|
4042
|
-
"kind": "class",
|
|
4043
|
-
"description": "",
|
|
4044
|
-
"name": "Accordion",
|
|
4045
|
-
"superclass": {
|
|
4046
|
-
"name": "FASTAccordion",
|
|
4047
|
-
"package": "@microsoft/fast-foundation"
|
|
4048
|
-
},
|
|
4049
|
-
"tagName": "%%prefix%%-accordion",
|
|
4050
|
-
"customElement": true
|
|
4051
|
-
},
|
|
4052
|
-
{
|
|
4053
|
-
"kind": "variable",
|
|
4054
|
-
"name": "foundationAccordionShadowOptions",
|
|
4055
|
-
"type": {
|
|
4056
|
-
"text": "ShadowRootInit"
|
|
4057
|
-
},
|
|
4058
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4059
|
-
},
|
|
4060
|
-
{
|
|
4061
|
-
"kind": "variable",
|
|
4062
|
-
"name": "defaultAccordionConfig",
|
|
4063
|
-
"type": {
|
|
4064
|
-
"text": "object"
|
|
4065
|
-
},
|
|
4066
|
-
"default": "{}"
|
|
4067
|
-
},
|
|
4068
|
-
{
|
|
4069
|
-
"kind": "variable",
|
|
4070
|
-
"name": "foundationAccordion",
|
|
4071
|
-
"description": "The Foundation Accordion",
|
|
4072
|
-
"privacy": "public"
|
|
4073
|
-
}
|
|
4074
|
-
],
|
|
4075
|
-
"exports": [
|
|
4076
|
-
{
|
|
4077
|
-
"kind": "js",
|
|
4078
|
-
"name": "Accordion",
|
|
4079
|
-
"declaration": {
|
|
4080
|
-
"name": "Accordion",
|
|
4081
|
-
"module": "src/accordion/accordion.ts"
|
|
4082
|
-
}
|
|
4083
|
-
},
|
|
4084
|
-
{
|
|
4085
|
-
"kind": "js",
|
|
4086
|
-
"name": "foundationAccordionShadowOptions",
|
|
4087
|
-
"declaration": {
|
|
4088
|
-
"name": "foundationAccordionShadowOptions",
|
|
4089
|
-
"module": "src/accordion/accordion.ts"
|
|
4090
|
-
}
|
|
4091
|
-
},
|
|
4092
|
-
{
|
|
4093
|
-
"kind": "js",
|
|
4094
|
-
"name": "defaultAccordionConfig",
|
|
4095
|
-
"declaration": {
|
|
4096
|
-
"name": "defaultAccordionConfig",
|
|
4097
|
-
"module": "src/accordion/accordion.ts"
|
|
4098
|
-
}
|
|
4099
|
-
},
|
|
4100
|
-
{
|
|
4101
|
-
"kind": "js",
|
|
4102
|
-
"name": "foundationAccordion",
|
|
4103
|
-
"declaration": {
|
|
4104
|
-
"name": "foundationAccordion",
|
|
4105
|
-
"module": "src/accordion/accordion.ts"
|
|
4106
|
-
}
|
|
4107
|
-
}
|
|
4108
|
-
]
|
|
4109
|
-
},
|
|
4110
|
-
{
|
|
4111
|
-
"kind": "javascript-module",
|
|
4112
|
-
"path": "src/accordion/index.ts",
|
|
4113
|
-
"declarations": [],
|
|
4114
|
-
"exports": [
|
|
4115
|
-
{
|
|
4116
|
-
"kind": "js",
|
|
4117
|
-
"name": "*",
|
|
4118
|
-
"declaration": {
|
|
4119
|
-
"name": "*",
|
|
4120
|
-
"package": "./accordion.template"
|
|
4121
|
-
}
|
|
4122
|
-
},
|
|
4123
|
-
{
|
|
4124
|
-
"kind": "js",
|
|
4125
|
-
"name": "*",
|
|
4126
|
-
"declaration": {
|
|
4127
|
-
"name": "*",
|
|
4128
|
-
"package": "./accordion.styles"
|
|
4129
|
-
}
|
|
4130
|
-
},
|
|
4131
|
-
{
|
|
4132
|
-
"kind": "js",
|
|
4133
|
-
"name": "*",
|
|
4134
|
-
"declaration": {
|
|
4135
|
-
"name": "*",
|
|
4136
|
-
"package": "./accordion"
|
|
4137
|
-
}
|
|
4138
|
-
}
|
|
4139
|
-
]
|
|
4140
|
-
},
|
|
4141
4141
|
{
|
|
4142
4142
|
"kind": "javascript-module",
|
|
4143
4143
|
"path": "src/avatar/avatar.styles.ts",
|
|
@@ -22749,7 +22749,7 @@
|
|
|
22749
22749
|
},
|
|
22750
22750
|
{
|
|
22751
22751
|
"kind": "javascript-module",
|
|
22752
|
-
"path": "src/
|
|
22752
|
+
"path": "src/menu-item/index.ts",
|
|
22753
22753
|
"declarations": [],
|
|
22754
22754
|
"exports": [
|
|
22755
22755
|
{
|
|
@@ -22757,7 +22757,7 @@
|
|
|
22757
22757
|
"name": "*",
|
|
22758
22758
|
"declaration": {
|
|
22759
22759
|
"name": "*",
|
|
22760
|
-
"package": "./
|
|
22760
|
+
"package": "./menu-item.template"
|
|
22761
22761
|
}
|
|
22762
22762
|
},
|
|
22763
22763
|
{
|
|
@@ -22765,7 +22765,7 @@
|
|
|
22765
22765
|
"name": "*",
|
|
22766
22766
|
"declaration": {
|
|
22767
22767
|
"name": "*",
|
|
22768
|
-
"package": "./
|
|
22768
|
+
"package": "./menu-item.styles"
|
|
22769
22769
|
}
|
|
22770
22770
|
},
|
|
22771
22771
|
{
|
|
@@ -22773,240 +22773,269 @@
|
|
|
22773
22773
|
"name": "*",
|
|
22774
22774
|
"declaration": {
|
|
22775
22775
|
"name": "*",
|
|
22776
|
-
"package": "./
|
|
22776
|
+
"package": "./menu-item"
|
|
22777
22777
|
}
|
|
22778
22778
|
}
|
|
22779
22779
|
]
|
|
22780
22780
|
},
|
|
22781
22781
|
{
|
|
22782
22782
|
"kind": "javascript-module",
|
|
22783
|
-
"path": "src/
|
|
22783
|
+
"path": "src/menu-item/menu-item.styles.ts",
|
|
22784
22784
|
"declarations": [
|
|
22785
22785
|
{
|
|
22786
|
-
"kind": "
|
|
22787
|
-
"name": "
|
|
22788
|
-
"
|
|
22789
|
-
"
|
|
22786
|
+
"kind": "function",
|
|
22787
|
+
"name": "foundationMenuItemStyles",
|
|
22788
|
+
"return": {
|
|
22789
|
+
"type": {
|
|
22790
|
+
"text": "ElementStyles"
|
|
22791
|
+
}
|
|
22790
22792
|
},
|
|
22791
|
-
"
|
|
22793
|
+
"parameters": [
|
|
22794
|
+
{
|
|
22795
|
+
"name": "context",
|
|
22796
|
+
"type": {
|
|
22797
|
+
"text": "ElementDefinitionContext"
|
|
22798
|
+
}
|
|
22799
|
+
},
|
|
22800
|
+
{
|
|
22801
|
+
"name": "definition",
|
|
22802
|
+
"type": {
|
|
22803
|
+
"text": "MenuItemOptions"
|
|
22804
|
+
}
|
|
22805
|
+
}
|
|
22806
|
+
]
|
|
22792
22807
|
}
|
|
22793
22808
|
],
|
|
22794
22809
|
"exports": [
|
|
22795
22810
|
{
|
|
22796
22811
|
"kind": "js",
|
|
22797
|
-
"name": "
|
|
22812
|
+
"name": "foundationMenuItemStyles",
|
|
22798
22813
|
"declaration": {
|
|
22799
|
-
"name": "
|
|
22800
|
-
"module": "src/
|
|
22814
|
+
"name": "foundationMenuItemStyles",
|
|
22815
|
+
"module": "src/menu-item/menu-item.styles.ts"
|
|
22801
22816
|
}
|
|
22802
22817
|
}
|
|
22803
22818
|
]
|
|
22804
22819
|
},
|
|
22805
22820
|
{
|
|
22806
22821
|
"kind": "javascript-module",
|
|
22807
|
-
"path": "src/
|
|
22822
|
+
"path": "src/menu-item/menu-item.template.ts",
|
|
22808
22823
|
"declarations": [
|
|
22809
22824
|
{
|
|
22810
|
-
"kind": "
|
|
22811
|
-
"name": "
|
|
22812
|
-
"
|
|
22813
|
-
"
|
|
22825
|
+
"kind": "function",
|
|
22826
|
+
"name": "foundationMenuItemTemplate",
|
|
22827
|
+
"return": {
|
|
22828
|
+
"type": {
|
|
22829
|
+
"text": "ViewTemplate<MenuItem>"
|
|
22830
|
+
}
|
|
22814
22831
|
},
|
|
22815
|
-
"
|
|
22832
|
+
"parameters": [
|
|
22833
|
+
{
|
|
22834
|
+
"name": "context",
|
|
22835
|
+
"type": {
|
|
22836
|
+
"text": "ElementDefinitionContext"
|
|
22837
|
+
}
|
|
22838
|
+
},
|
|
22839
|
+
{
|
|
22840
|
+
"name": "definition",
|
|
22841
|
+
"type": {
|
|
22842
|
+
"text": "MenuItemOptions"
|
|
22843
|
+
}
|
|
22844
|
+
}
|
|
22845
|
+
]
|
|
22816
22846
|
}
|
|
22817
22847
|
],
|
|
22818
22848
|
"exports": [
|
|
22819
22849
|
{
|
|
22820
22850
|
"kind": "js",
|
|
22821
|
-
"name": "
|
|
22851
|
+
"name": "foundationMenuItemTemplate",
|
|
22822
22852
|
"declaration": {
|
|
22823
|
-
"name": "
|
|
22824
|
-
"module": "src/
|
|
22853
|
+
"name": "foundationMenuItemTemplate",
|
|
22854
|
+
"module": "src/menu-item/menu-item.template.ts"
|
|
22825
22855
|
}
|
|
22826
22856
|
}
|
|
22827
22857
|
]
|
|
22828
22858
|
},
|
|
22829
22859
|
{
|
|
22830
22860
|
"kind": "javascript-module",
|
|
22831
|
-
"path": "src/
|
|
22861
|
+
"path": "src/menu-item/menu-item.ts",
|
|
22832
22862
|
"declarations": [
|
|
22833
|
-
{
|
|
22834
|
-
"kind": "variable",
|
|
22835
|
-
"name": "foundationModalShadowOptions",
|
|
22836
|
-
"type": {
|
|
22837
|
-
"text": "ShadowRootInit"
|
|
22838
|
-
},
|
|
22839
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
22840
|
-
},
|
|
22841
|
-
{
|
|
22842
|
-
"kind": "variable",
|
|
22843
|
-
"name": "defaultModalConfig",
|
|
22844
|
-
"type": {
|
|
22845
|
-
"text": "object"
|
|
22846
|
-
},
|
|
22847
|
-
"default": "{}"
|
|
22848
|
-
},
|
|
22849
22863
|
{
|
|
22850
22864
|
"kind": "class",
|
|
22851
22865
|
"description": "",
|
|
22852
|
-
"name": "
|
|
22853
|
-
"
|
|
22866
|
+
"name": "MenuItem",
|
|
22867
|
+
"superclass": {
|
|
22868
|
+
"name": "FASTMenuItem",
|
|
22869
|
+
"package": "@microsoft/fast-components"
|
|
22870
|
+
},
|
|
22871
|
+
"tagName": "%%prefix%%-menu-item",
|
|
22872
|
+
"customElement": true,
|
|
22873
|
+
"attributes": [
|
|
22854
22874
|
{
|
|
22855
|
-
"
|
|
22856
|
-
|
|
22857
|
-
"return": {
|
|
22858
|
-
"type": {
|
|
22859
|
-
"text": "void"
|
|
22860
|
-
}
|
|
22875
|
+
"type": {
|
|
22876
|
+
"text": "boolean"
|
|
22861
22877
|
},
|
|
22862
|
-
"description": "
|
|
22878
|
+
"description": "The disabled state of the element.",
|
|
22879
|
+
"fieldName": "disabled",
|
|
22863
22880
|
"inheritedFrom": {
|
|
22864
|
-
"name": "
|
|
22865
|
-
"module": "src/
|
|
22881
|
+
"name": "MenuItem",
|
|
22882
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22866
22883
|
}
|
|
22867
22884
|
},
|
|
22868
22885
|
{
|
|
22869
|
-
"
|
|
22870
|
-
"name": "mainElement",
|
|
22886
|
+
"name": "role",
|
|
22871
22887
|
"type": {
|
|
22872
|
-
"text": "
|
|
22888
|
+
"text": "MenuItemRole"
|
|
22873
22889
|
},
|
|
22874
|
-
"description": "
|
|
22890
|
+
"description": "The role of the element.",
|
|
22891
|
+
"fieldName": "role",
|
|
22875
22892
|
"inheritedFrom": {
|
|
22876
|
-
"name": "
|
|
22877
|
-
"module": "src/
|
|
22893
|
+
"name": "MenuItem",
|
|
22894
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22878
22895
|
}
|
|
22879
|
-
}
|
|
22896
|
+
}
|
|
22897
|
+
],
|
|
22898
|
+
"members": [
|
|
22880
22899
|
{
|
|
22881
22900
|
"kind": "field",
|
|
22882
|
-
"name": "
|
|
22901
|
+
"name": "disabled",
|
|
22883
22902
|
"type": {
|
|
22884
|
-
"text": "
|
|
22903
|
+
"text": "boolean"
|
|
22885
22904
|
},
|
|
22905
|
+
"privacy": "public",
|
|
22906
|
+
"description": "The disabled state of the element.",
|
|
22886
22907
|
"inheritedFrom": {
|
|
22887
|
-
"name": "
|
|
22888
|
-
"module": "src/
|
|
22889
|
-
}
|
|
22890
|
-
},
|
|
22891
|
-
{
|
|
22892
|
-
"kind": "method",
|
|
22893
|
-
"name": "notificationChanged",
|
|
22894
|
-
"inheritedFrom": {
|
|
22895
|
-
"name": "<local>_DialogElement",
|
|
22896
|
-
"module": "src/dialog/dialog.ts"
|
|
22908
|
+
"name": "MenuItem",
|
|
22909
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22897
22910
|
}
|
|
22898
22911
|
},
|
|
22899
22912
|
{
|
|
22900
22913
|
"kind": "field",
|
|
22901
|
-
"name": "
|
|
22914
|
+
"name": "expanded",
|
|
22902
22915
|
"type": {
|
|
22903
|
-
"text": "
|
|
22916
|
+
"text": "boolean"
|
|
22904
22917
|
},
|
|
22905
|
-
"
|
|
22918
|
+
"privacy": "public",
|
|
22919
|
+
"description": "The expanded state of the element.",
|
|
22906
22920
|
"inheritedFrom": {
|
|
22907
|
-
"name": "
|
|
22908
|
-
"module": "src/
|
|
22921
|
+
"name": "MenuItem",
|
|
22922
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22909
22923
|
}
|
|
22910
22924
|
},
|
|
22911
22925
|
{
|
|
22912
|
-
"kind": "
|
|
22913
|
-
"name": "
|
|
22914
|
-
"
|
|
22915
|
-
|
|
22926
|
+
"kind": "method",
|
|
22927
|
+
"name": "expandedChanged",
|
|
22928
|
+
"privacy": "private",
|
|
22929
|
+
"return": {
|
|
22930
|
+
"type": {
|
|
22931
|
+
"text": "void"
|
|
22932
|
+
}
|
|
22916
22933
|
},
|
|
22917
|
-
"
|
|
22934
|
+
"parameters": [
|
|
22935
|
+
{
|
|
22936
|
+
"name": "oldValue",
|
|
22937
|
+
"type": {
|
|
22938
|
+
"text": "boolean"
|
|
22939
|
+
}
|
|
22940
|
+
}
|
|
22941
|
+
],
|
|
22918
22942
|
"inheritedFrom": {
|
|
22919
|
-
"name": "
|
|
22920
|
-
"module": "src/
|
|
22943
|
+
"name": "MenuItem",
|
|
22944
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22921
22945
|
}
|
|
22922
22946
|
},
|
|
22923
22947
|
{
|
|
22924
22948
|
"kind": "field",
|
|
22925
|
-
"name": "
|
|
22949
|
+
"name": "role",
|
|
22926
22950
|
"type": {
|
|
22927
|
-
"text": "
|
|
22951
|
+
"text": "MenuItemRole"
|
|
22928
22952
|
},
|
|
22929
|
-
"
|
|
22930
|
-
"description": "
|
|
22953
|
+
"privacy": "public",
|
|
22954
|
+
"description": "The role of the element.",
|
|
22931
22955
|
"inheritedFrom": {
|
|
22932
|
-
"name": "
|
|
22933
|
-
"module": "src/
|
|
22956
|
+
"name": "MenuItem",
|
|
22957
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22934
22958
|
}
|
|
22935
22959
|
},
|
|
22936
22960
|
{
|
|
22937
22961
|
"kind": "field",
|
|
22938
|
-
"name": "
|
|
22962
|
+
"name": "checked",
|
|
22939
22963
|
"type": {
|
|
22940
|
-
"text": "
|
|
22964
|
+
"text": "boolean"
|
|
22941
22965
|
},
|
|
22942
|
-
"
|
|
22966
|
+
"privacy": "public",
|
|
22967
|
+
"description": "The checked value of the element.",
|
|
22943
22968
|
"inheritedFrom": {
|
|
22944
|
-
"name": "
|
|
22945
|
-
"module": "src/
|
|
22969
|
+
"name": "MenuItem",
|
|
22970
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22946
22971
|
}
|
|
22947
22972
|
},
|
|
22948
22973
|
{
|
|
22949
|
-
"kind": "
|
|
22950
|
-
"name": "
|
|
22951
|
-
"
|
|
22952
|
-
|
|
22974
|
+
"kind": "method",
|
|
22975
|
+
"name": "checkedChanged",
|
|
22976
|
+
"privacy": "private",
|
|
22977
|
+
"return": {
|
|
22978
|
+
"type": {
|
|
22979
|
+
"text": "void"
|
|
22980
|
+
}
|
|
22953
22981
|
},
|
|
22954
|
-
"
|
|
22982
|
+
"parameters": [
|
|
22983
|
+
{
|
|
22984
|
+
"name": "oldValue",
|
|
22985
|
+
"type": {
|
|
22986
|
+
"text": "boolean"
|
|
22987
|
+
}
|
|
22988
|
+
},
|
|
22989
|
+
{
|
|
22990
|
+
"name": "newValue",
|
|
22991
|
+
"type": {
|
|
22992
|
+
"text": "boolean"
|
|
22993
|
+
}
|
|
22994
|
+
}
|
|
22995
|
+
],
|
|
22955
22996
|
"inheritedFrom": {
|
|
22956
|
-
"name": "
|
|
22957
|
-
"module": "src/
|
|
22997
|
+
"name": "MenuItem",
|
|
22998
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22958
22999
|
}
|
|
22959
23000
|
},
|
|
22960
23001
|
{
|
|
22961
23002
|
"kind": "field",
|
|
22962
|
-
"name": "
|
|
23003
|
+
"name": "focusSubmenuOnLoad",
|
|
22963
23004
|
"type": {
|
|
22964
23005
|
"text": "boolean"
|
|
22965
23006
|
},
|
|
22966
|
-
"
|
|
22967
|
-
"
|
|
23007
|
+
"privacy": "private",
|
|
23008
|
+
"default": "false",
|
|
22968
23009
|
"inheritedFrom": {
|
|
22969
|
-
"name": "
|
|
22970
|
-
"module": "src/
|
|
23010
|
+
"name": "MenuItem",
|
|
23011
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22971
23012
|
}
|
|
22972
23013
|
},
|
|
22973
23014
|
{
|
|
22974
|
-
"kind": "
|
|
22975
|
-
"name": "
|
|
22976
|
-
"
|
|
22977
|
-
"
|
|
22978
|
-
"text": "void"
|
|
22979
|
-
}
|
|
23015
|
+
"kind": "field",
|
|
23016
|
+
"name": "observer",
|
|
23017
|
+
"type": {
|
|
23018
|
+
"text": "MutationObserver | undefined"
|
|
22980
23019
|
},
|
|
22981
|
-
"
|
|
22982
|
-
"inheritedFrom": {
|
|
22983
|
-
"name": "<local>_DialogElement",
|
|
22984
|
-
"module": "src/dialog/dialog.ts"
|
|
22985
|
-
}
|
|
22986
|
-
},
|
|
22987
|
-
{
|
|
22988
|
-
"kind": "method",
|
|
22989
|
-
"name": "dismiss",
|
|
22990
|
-
"privacy": "public",
|
|
22991
|
-
"description": "Dismiss the Dialog from display and calls the dismissing action.",
|
|
23020
|
+
"privacy": "private",
|
|
22992
23021
|
"inheritedFrom": {
|
|
22993
|
-
"name": "
|
|
22994
|
-
"module": "src/
|
|
23022
|
+
"name": "MenuItem",
|
|
23023
|
+
"module": "src/menu-item/menu-item.ts"
|
|
22995
23024
|
}
|
|
22996
23025
|
},
|
|
22997
23026
|
{
|
|
22998
23027
|
"kind": "method",
|
|
22999
|
-
"name": "
|
|
23000
|
-
"privacy": "
|
|
23028
|
+
"name": "domChildren",
|
|
23029
|
+
"privacy": "private",
|
|
23001
23030
|
"return": {
|
|
23002
23031
|
"type": {
|
|
23003
|
-
"text": "
|
|
23032
|
+
"text": "Element[]"
|
|
23004
23033
|
}
|
|
23005
23034
|
},
|
|
23006
|
-
"description": "
|
|
23035
|
+
"description": "get an array of valid DOM children",
|
|
23007
23036
|
"inheritedFrom": {
|
|
23008
|
-
"name": "
|
|
23009
|
-
"module": "src/
|
|
23037
|
+
"name": "MenuItem",
|
|
23038
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23010
23039
|
}
|
|
23011
23040
|
},
|
|
23012
23041
|
{
|
|
@@ -23121,97 +23150,86 @@
|
|
|
23121
23150
|
}
|
|
23122
23151
|
}
|
|
23123
23152
|
],
|
|
23124
|
-
"
|
|
23125
|
-
"name": "DialogElement",
|
|
23126
|
-
"module": "/src/dialog"
|
|
23127
|
-
},
|
|
23128
|
-
"tagName": "%%prefix%%-modal",
|
|
23129
|
-
"customElement": true,
|
|
23130
|
-
"attributes": [
|
|
23131
|
-
{
|
|
23132
|
-
"name": "type",
|
|
23133
|
-
"type": {
|
|
23134
|
-
"text": "DialogType"
|
|
23135
|
-
},
|
|
23136
|
-
"default": "'default'",
|
|
23137
|
-
"fieldName": "type",
|
|
23138
|
-
"inheritedFrom": {
|
|
23139
|
-
"name": "<local>_DialogElement",
|
|
23140
|
-
"module": "src/dialog/dialog.ts"
|
|
23141
|
-
}
|
|
23142
|
-
},
|
|
23153
|
+
"events": [
|
|
23143
23154
|
{
|
|
23144
|
-
"
|
|
23145
|
-
"
|
|
23146
|
-
"text": "DialogPosition"
|
|
23147
|
-
},
|
|
23148
|
-
"default": "'center'",
|
|
23149
|
-
"fieldName": "position",
|
|
23155
|
+
"description": "Fires a custom 'expanded-change' event when the expanded state changes",
|
|
23156
|
+
"name": "expanded-change",
|
|
23150
23157
|
"inheritedFrom": {
|
|
23151
|
-
"name": "
|
|
23152
|
-
"module": "src/
|
|
23158
|
+
"name": "MenuItem",
|
|
23159
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23153
23160
|
}
|
|
23154
23161
|
},
|
|
23155
23162
|
{
|
|
23156
|
-
"
|
|
23157
|
-
"
|
|
23158
|
-
"text": "boolean"
|
|
23159
|
-
},
|
|
23160
|
-
"default": "true",
|
|
23161
|
-
"description": "Whether or not to show the close icon",
|
|
23162
|
-
"fieldName": "showCloseIcon",
|
|
23163
|
+
"description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
|
|
23164
|
+
"name": "change",
|
|
23163
23165
|
"inheritedFrom": {
|
|
23164
|
-
"name": "
|
|
23165
|
-
"module": "src/
|
|
23166
|
+
"name": "MenuItem",
|
|
23167
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23166
23168
|
}
|
|
23167
23169
|
}
|
|
23168
23170
|
]
|
|
23169
23171
|
},
|
|
23170
23172
|
{
|
|
23171
23173
|
"kind": "variable",
|
|
23172
|
-
"name": "
|
|
23173
|
-
"
|
|
23174
|
+
"name": "foundationMenuItemShadowOptions",
|
|
23175
|
+
"type": {
|
|
23176
|
+
"text": "ShadowRootInit"
|
|
23177
|
+
},
|
|
23178
|
+
"default": "undefined"
|
|
23179
|
+
},
|
|
23180
|
+
{
|
|
23181
|
+
"kind": "variable",
|
|
23182
|
+
"name": "defaultMenuItemConfig",
|
|
23183
|
+
"type": {
|
|
23184
|
+
"text": "object"
|
|
23185
|
+
},
|
|
23186
|
+
"default": "{\n expandCollapseGlyph: `\n <svg\n class=\"expand-collapse-glyph\"\n part=\"expand-collapse-glyph\"\n viewBox=\"0 0 16 16\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n}"
|
|
23187
|
+
},
|
|
23188
|
+
{
|
|
23189
|
+
"kind": "variable",
|
|
23190
|
+
"name": "foundationMenuItem",
|
|
23191
|
+
"description": "The Foundation Menu Item",
|
|
23174
23192
|
"privacy": "public"
|
|
23175
23193
|
}
|
|
23176
23194
|
],
|
|
23177
23195
|
"exports": [
|
|
23178
23196
|
{
|
|
23179
23197
|
"kind": "js",
|
|
23180
|
-
"name": "
|
|
23198
|
+
"name": "MenuItem",
|
|
23181
23199
|
"declaration": {
|
|
23182
|
-
"name": "
|
|
23183
|
-
"module": "src/
|
|
23200
|
+
"name": "MenuItem",
|
|
23201
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23184
23202
|
}
|
|
23185
23203
|
},
|
|
23186
23204
|
{
|
|
23187
23205
|
"kind": "js",
|
|
23188
|
-
"name": "
|
|
23206
|
+
"name": "foundationMenuItemShadowOptions",
|
|
23189
23207
|
"declaration": {
|
|
23190
|
-
"name": "
|
|
23191
|
-
"module": "src/
|
|
23208
|
+
"name": "foundationMenuItemShadowOptions",
|
|
23209
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23192
23210
|
}
|
|
23193
23211
|
},
|
|
23194
23212
|
{
|
|
23195
23213
|
"kind": "js",
|
|
23196
|
-
"name": "
|
|
23214
|
+
"name": "defaultMenuItemConfig",
|
|
23197
23215
|
"declaration": {
|
|
23198
|
-
"name": "
|
|
23199
|
-
"module": "src/
|
|
23216
|
+
"name": "defaultMenuItemConfig",
|
|
23217
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23200
23218
|
}
|
|
23201
23219
|
},
|
|
23202
23220
|
{
|
|
23203
23221
|
"kind": "js",
|
|
23204
|
-
"name": "
|
|
23222
|
+
"name": "foundationMenuItem",
|
|
23205
23223
|
"declaration": {
|
|
23206
|
-
"name": "
|
|
23207
|
-
"module": "src/
|
|
23224
|
+
"name": "foundationMenuItem",
|
|
23225
|
+
"module": "src/menu-item/menu-item.ts"
|
|
23208
23226
|
}
|
|
23209
23227
|
}
|
|
23210
23228
|
]
|
|
23211
23229
|
},
|
|
23212
23230
|
{
|
|
23213
23231
|
"kind": "javascript-module",
|
|
23214
|
-
"path": "src/
|
|
23232
|
+
"path": "src/modal/index.ts",
|
|
23215
23233
|
"declarations": [],
|
|
23216
23234
|
"exports": [
|
|
23217
23235
|
{
|
|
@@ -23219,7 +23237,7 @@
|
|
|
23219
23237
|
"name": "*",
|
|
23220
23238
|
"declaration": {
|
|
23221
23239
|
"name": "*",
|
|
23222
|
-
"package": "./
|
|
23240
|
+
"package": "./modal.styles"
|
|
23223
23241
|
}
|
|
23224
23242
|
},
|
|
23225
23243
|
{
|
|
@@ -23227,7 +23245,7 @@
|
|
|
23227
23245
|
"name": "*",
|
|
23228
23246
|
"declaration": {
|
|
23229
23247
|
"name": "*",
|
|
23230
|
-
"package": "./
|
|
23248
|
+
"package": "./modal.template"
|
|
23231
23249
|
}
|
|
23232
23250
|
},
|
|
23233
23251
|
{
|
|
@@ -23235,269 +23253,240 @@
|
|
|
23235
23253
|
"name": "*",
|
|
23236
23254
|
"declaration": {
|
|
23237
23255
|
"name": "*",
|
|
23238
|
-
"package": "./
|
|
23256
|
+
"package": "./modal"
|
|
23239
23257
|
}
|
|
23240
23258
|
}
|
|
23241
23259
|
]
|
|
23242
23260
|
},
|
|
23243
23261
|
{
|
|
23244
23262
|
"kind": "javascript-module",
|
|
23245
|
-
"path": "src/
|
|
23263
|
+
"path": "src/modal/modal.styles.ts",
|
|
23246
23264
|
"declarations": [
|
|
23247
23265
|
{
|
|
23248
|
-
"kind": "
|
|
23249
|
-
"name": "
|
|
23250
|
-
"
|
|
23251
|
-
"
|
|
23252
|
-
"text": "ElementStyles"
|
|
23253
|
-
}
|
|
23266
|
+
"kind": "variable",
|
|
23267
|
+
"name": "foundationModalStyles",
|
|
23268
|
+
"type": {
|
|
23269
|
+
"text": "ElementStyles"
|
|
23254
23270
|
},
|
|
23255
|
-
"
|
|
23256
|
-
{
|
|
23257
|
-
"name": "context",
|
|
23258
|
-
"type": {
|
|
23259
|
-
"text": "ElementDefinitionContext"
|
|
23260
|
-
}
|
|
23261
|
-
},
|
|
23262
|
-
{
|
|
23263
|
-
"name": "definition",
|
|
23264
|
-
"type": {
|
|
23265
|
-
"text": "MenuItemOptions"
|
|
23266
|
-
}
|
|
23267
|
-
}
|
|
23268
|
-
]
|
|
23271
|
+
"default": "css`\n ${foundationDialogStyles}\n`"
|
|
23269
23272
|
}
|
|
23270
23273
|
],
|
|
23271
23274
|
"exports": [
|
|
23272
23275
|
{
|
|
23273
23276
|
"kind": "js",
|
|
23274
|
-
"name": "
|
|
23277
|
+
"name": "foundationModalStyles",
|
|
23275
23278
|
"declaration": {
|
|
23276
|
-
"name": "
|
|
23277
|
-
"module": "src/
|
|
23279
|
+
"name": "foundationModalStyles",
|
|
23280
|
+
"module": "src/modal/modal.styles.ts"
|
|
23278
23281
|
}
|
|
23279
23282
|
}
|
|
23280
23283
|
]
|
|
23281
23284
|
},
|
|
23282
23285
|
{
|
|
23283
23286
|
"kind": "javascript-module",
|
|
23284
|
-
"path": "src/
|
|
23287
|
+
"path": "src/modal/modal.template.ts",
|
|
23285
23288
|
"declarations": [
|
|
23286
23289
|
{
|
|
23287
|
-
"kind": "
|
|
23288
|
-
"name": "
|
|
23289
|
-
"
|
|
23290
|
-
"
|
|
23291
|
-
"text": "ViewTemplate<MenuItem>"
|
|
23292
|
-
}
|
|
23290
|
+
"kind": "variable",
|
|
23291
|
+
"name": "foundationModalTemplate",
|
|
23292
|
+
"type": {
|
|
23293
|
+
"text": "ViewTemplate<Modal>"
|
|
23293
23294
|
},
|
|
23294
|
-
"
|
|
23295
|
-
{
|
|
23296
|
-
"name": "context",
|
|
23297
|
-
"type": {
|
|
23298
|
-
"text": "ElementDefinitionContext"
|
|
23299
|
-
}
|
|
23300
|
-
},
|
|
23301
|
-
{
|
|
23302
|
-
"name": "definition",
|
|
23303
|
-
"type": {
|
|
23304
|
-
"text": "MenuItemOptions"
|
|
23305
|
-
}
|
|
23306
|
-
}
|
|
23307
|
-
]
|
|
23295
|
+
"default": "html`\n ${foundationDialogTemplate}\n`"
|
|
23308
23296
|
}
|
|
23309
23297
|
],
|
|
23310
23298
|
"exports": [
|
|
23311
23299
|
{
|
|
23312
23300
|
"kind": "js",
|
|
23313
|
-
"name": "
|
|
23301
|
+
"name": "foundationModalTemplate",
|
|
23314
23302
|
"declaration": {
|
|
23315
|
-
"name": "
|
|
23316
|
-
"module": "src/
|
|
23303
|
+
"name": "foundationModalTemplate",
|
|
23304
|
+
"module": "src/modal/modal.template.ts"
|
|
23317
23305
|
}
|
|
23318
23306
|
}
|
|
23319
23307
|
]
|
|
23320
23308
|
},
|
|
23321
23309
|
{
|
|
23322
23310
|
"kind": "javascript-module",
|
|
23323
|
-
"path": "src/
|
|
23311
|
+
"path": "src/modal/modal.ts",
|
|
23324
23312
|
"declarations": [
|
|
23313
|
+
{
|
|
23314
|
+
"kind": "variable",
|
|
23315
|
+
"name": "foundationModalShadowOptions",
|
|
23316
|
+
"type": {
|
|
23317
|
+
"text": "ShadowRootInit"
|
|
23318
|
+
},
|
|
23319
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
23320
|
+
},
|
|
23321
|
+
{
|
|
23322
|
+
"kind": "variable",
|
|
23323
|
+
"name": "defaultModalConfig",
|
|
23324
|
+
"type": {
|
|
23325
|
+
"text": "object"
|
|
23326
|
+
},
|
|
23327
|
+
"default": "{}"
|
|
23328
|
+
},
|
|
23325
23329
|
{
|
|
23326
23330
|
"kind": "class",
|
|
23327
23331
|
"description": "",
|
|
23328
|
-
"name": "
|
|
23329
|
-
"
|
|
23330
|
-
"name": "FASTMenuItem",
|
|
23331
|
-
"package": "@microsoft/fast-components"
|
|
23332
|
-
},
|
|
23333
|
-
"tagName": "%%prefix%%-menu-item",
|
|
23334
|
-
"customElement": true,
|
|
23335
|
-
"attributes": [
|
|
23332
|
+
"name": "Modal",
|
|
23333
|
+
"members": [
|
|
23336
23334
|
{
|
|
23337
|
-
"
|
|
23338
|
-
|
|
23335
|
+
"kind": "method",
|
|
23336
|
+
"name": "show",
|
|
23337
|
+
"return": {
|
|
23338
|
+
"type": {
|
|
23339
|
+
"text": "void"
|
|
23340
|
+
}
|
|
23339
23341
|
},
|
|
23340
|
-
"description": "
|
|
23341
|
-
"fieldName": "disabled",
|
|
23342
|
+
"description": "Show the HTMLDialogElement and its contents",
|
|
23342
23343
|
"inheritedFrom": {
|
|
23343
|
-
"name": "
|
|
23344
|
-
"module": "src/
|
|
23344
|
+
"name": "<local>_DialogElement",
|
|
23345
|
+
"module": "src/dialog/dialog.ts"
|
|
23345
23346
|
}
|
|
23346
23347
|
},
|
|
23347
23348
|
{
|
|
23348
|
-
"
|
|
23349
|
+
"kind": "field",
|
|
23350
|
+
"name": "mainElement",
|
|
23349
23351
|
"type": {
|
|
23350
|
-
"text": "
|
|
23352
|
+
"text": "HTMLDialogElement"
|
|
23351
23353
|
},
|
|
23352
|
-
"description": "
|
|
23353
|
-
"fieldName": "role",
|
|
23354
|
+
"description": "A reference to the dialog element\nin the component Shadow DOM.",
|
|
23354
23355
|
"inheritedFrom": {
|
|
23355
|
-
"name": "
|
|
23356
|
-
"module": "src/
|
|
23356
|
+
"name": "<local>_DialogElement",
|
|
23357
|
+
"module": "src/dialog/dialog.ts"
|
|
23357
23358
|
}
|
|
23358
|
-
}
|
|
23359
|
-
],
|
|
23360
|
-
"members": [
|
|
23359
|
+
},
|
|
23361
23360
|
{
|
|
23362
23361
|
"kind": "field",
|
|
23363
|
-
"name": "
|
|
23362
|
+
"name": "notification",
|
|
23364
23363
|
"type": {
|
|
23365
|
-
"text": "
|
|
23364
|
+
"text": "NotificationStructure"
|
|
23366
23365
|
},
|
|
23367
|
-
"privacy": "public",
|
|
23368
|
-
"description": "The disabled state of the element.",
|
|
23369
23366
|
"inheritedFrom": {
|
|
23370
|
-
"name": "
|
|
23371
|
-
"module": "src/
|
|
23367
|
+
"name": "<local>_DialogElement",
|
|
23368
|
+
"module": "src/dialog/dialog.ts"
|
|
23369
|
+
}
|
|
23370
|
+
},
|
|
23371
|
+
{
|
|
23372
|
+
"kind": "method",
|
|
23373
|
+
"name": "notificationChanged",
|
|
23374
|
+
"inheritedFrom": {
|
|
23375
|
+
"name": "<local>_DialogElement",
|
|
23376
|
+
"module": "src/dialog/dialog.ts"
|
|
23372
23377
|
}
|
|
23373
23378
|
},
|
|
23374
23379
|
{
|
|
23375
23380
|
"kind": "field",
|
|
23376
|
-
"name": "
|
|
23381
|
+
"name": "type",
|
|
23377
23382
|
"type": {
|
|
23378
|
-
"text": "
|
|
23383
|
+
"text": "DialogType"
|
|
23379
23384
|
},
|
|
23380
|
-
"
|
|
23381
|
-
"description": "The expanded state of the element.",
|
|
23385
|
+
"default": "'default'",
|
|
23382
23386
|
"inheritedFrom": {
|
|
23383
|
-
"name": "
|
|
23384
|
-
"module": "src/
|
|
23387
|
+
"name": "<local>_DialogElement",
|
|
23388
|
+
"module": "src/dialog/dialog.ts"
|
|
23385
23389
|
}
|
|
23386
23390
|
},
|
|
23387
23391
|
{
|
|
23388
|
-
"kind": "
|
|
23389
|
-
"name": "
|
|
23390
|
-
"
|
|
23391
|
-
|
|
23392
|
-
"type": {
|
|
23393
|
-
"text": "void"
|
|
23394
|
-
}
|
|
23392
|
+
"kind": "field",
|
|
23393
|
+
"name": "position",
|
|
23394
|
+
"type": {
|
|
23395
|
+
"text": "DialogPosition"
|
|
23395
23396
|
},
|
|
23396
|
-
"
|
|
23397
|
-
{
|
|
23398
|
-
"name": "oldValue",
|
|
23399
|
-
"type": {
|
|
23400
|
-
"text": "boolean"
|
|
23401
|
-
}
|
|
23402
|
-
}
|
|
23403
|
-
],
|
|
23397
|
+
"default": "'center'",
|
|
23404
23398
|
"inheritedFrom": {
|
|
23405
|
-
"name": "
|
|
23406
|
-
"module": "src/
|
|
23399
|
+
"name": "<local>_DialogElement",
|
|
23400
|
+
"module": "src/dialog/dialog.ts"
|
|
23407
23401
|
}
|
|
23408
23402
|
},
|
|
23409
23403
|
{
|
|
23410
23404
|
"kind": "field",
|
|
23411
|
-
"name": "
|
|
23405
|
+
"name": "showCloseIcon",
|
|
23412
23406
|
"type": {
|
|
23413
|
-
"text": "
|
|
23407
|
+
"text": "boolean"
|
|
23414
23408
|
},
|
|
23415
|
-
"
|
|
23416
|
-
"description": "
|
|
23409
|
+
"default": "true",
|
|
23410
|
+
"description": "Whether or not to show the close icon",
|
|
23417
23411
|
"inheritedFrom": {
|
|
23418
|
-
"name": "
|
|
23419
|
-
"module": "src/
|
|
23412
|
+
"name": "<local>_DialogElement",
|
|
23413
|
+
"module": "src/dialog/dialog.ts"
|
|
23420
23414
|
}
|
|
23421
23415
|
},
|
|
23422
23416
|
{
|
|
23423
23417
|
"kind": "field",
|
|
23424
|
-
"name": "
|
|
23418
|
+
"name": "onShowCallback",
|
|
23425
23419
|
"type": {
|
|
23426
|
-
"text": "
|
|
23420
|
+
"text": "() => void"
|
|
23427
23421
|
},
|
|
23428
|
-
"
|
|
23429
|
-
"description": "The checked value of the element.",
|
|
23422
|
+
"description": "Callback to run *before* HTMLDialogElement is shown",
|
|
23430
23423
|
"inheritedFrom": {
|
|
23431
|
-
"name": "
|
|
23432
|
-
"module": "src/
|
|
23424
|
+
"name": "<local>_DialogElement",
|
|
23425
|
+
"module": "src/dialog/dialog.ts"
|
|
23433
23426
|
}
|
|
23434
23427
|
},
|
|
23435
23428
|
{
|
|
23436
|
-
"kind": "
|
|
23437
|
-
"name": "
|
|
23438
|
-
"
|
|
23439
|
-
|
|
23440
|
-
"type": {
|
|
23441
|
-
"text": "void"
|
|
23442
|
-
}
|
|
23429
|
+
"kind": "field",
|
|
23430
|
+
"name": "onCloseCallback",
|
|
23431
|
+
"type": {
|
|
23432
|
+
"text": "() => void"
|
|
23443
23433
|
},
|
|
23444
|
-
"
|
|
23445
|
-
{
|
|
23446
|
-
"name": "oldValue",
|
|
23447
|
-
"type": {
|
|
23448
|
-
"text": "boolean"
|
|
23449
|
-
}
|
|
23450
|
-
},
|
|
23451
|
-
{
|
|
23452
|
-
"name": "newValue",
|
|
23453
|
-
"type": {
|
|
23454
|
-
"text": "boolean"
|
|
23455
|
-
}
|
|
23456
|
-
}
|
|
23457
|
-
],
|
|
23434
|
+
"description": "Callback to run *after* HTMLDialogElement is closed",
|
|
23458
23435
|
"inheritedFrom": {
|
|
23459
|
-
"name": "
|
|
23460
|
-
"module": "src/
|
|
23436
|
+
"name": "<local>_DialogElement",
|
|
23437
|
+
"module": "src/dialog/dialog.ts"
|
|
23461
23438
|
}
|
|
23462
23439
|
},
|
|
23463
23440
|
{
|
|
23464
23441
|
"kind": "field",
|
|
23465
|
-
"name": "
|
|
23442
|
+
"name": "open",
|
|
23466
23443
|
"type": {
|
|
23467
23444
|
"text": "boolean"
|
|
23468
23445
|
},
|
|
23469
|
-
"
|
|
23470
|
-
"
|
|
23446
|
+
"description": "Determine if the dialog is showing or closed.",
|
|
23447
|
+
"readonly": true,
|
|
23471
23448
|
"inheritedFrom": {
|
|
23472
|
-
"name": "
|
|
23473
|
-
"module": "src/
|
|
23449
|
+
"name": "<local>_DialogElement",
|
|
23450
|
+
"module": "src/dialog/dialog.ts"
|
|
23474
23451
|
}
|
|
23475
23452
|
},
|
|
23476
23453
|
{
|
|
23477
|
-
"kind": "
|
|
23478
|
-
"name": "
|
|
23479
|
-
"
|
|
23480
|
-
"
|
|
23454
|
+
"kind": "method",
|
|
23455
|
+
"name": "close",
|
|
23456
|
+
"return": {
|
|
23457
|
+
"type": {
|
|
23458
|
+
"text": "void"
|
|
23459
|
+
}
|
|
23481
23460
|
},
|
|
23482
|
-
"
|
|
23461
|
+
"description": "Remove the HTMLDialogElement from display",
|
|
23483
23462
|
"inheritedFrom": {
|
|
23484
|
-
"name": "
|
|
23485
|
-
"module": "src/
|
|
23463
|
+
"name": "<local>_DialogElement",
|
|
23464
|
+
"module": "src/dialog/dialog.ts"
|
|
23486
23465
|
}
|
|
23487
23466
|
},
|
|
23488
23467
|
{
|
|
23489
23468
|
"kind": "method",
|
|
23490
|
-
"name": "
|
|
23491
|
-
"privacy": "
|
|
23469
|
+
"name": "dismiss",
|
|
23470
|
+
"privacy": "public",
|
|
23471
|
+
"description": "Dismiss the Dialog from display and calls the dismissing action.",
|
|
23472
|
+
"inheritedFrom": {
|
|
23473
|
+
"name": "<local>_DialogElement",
|
|
23474
|
+
"module": "src/dialog/dialog.ts"
|
|
23475
|
+
}
|
|
23476
|
+
},
|
|
23477
|
+
{
|
|
23478
|
+
"kind": "method",
|
|
23479
|
+
"name": "closeDialog",
|
|
23480
|
+
"privacy": "public",
|
|
23492
23481
|
"return": {
|
|
23493
23482
|
"type": {
|
|
23494
|
-
"text": "
|
|
23483
|
+
"text": "void"
|
|
23495
23484
|
}
|
|
23496
23485
|
},
|
|
23497
|
-
"description": "
|
|
23486
|
+
"description": "Dismiss the Dialog from display.",
|
|
23498
23487
|
"inheritedFrom": {
|
|
23499
|
-
"name": "
|
|
23500
|
-
"module": "src/
|
|
23488
|
+
"name": "<local>_DialogElement",
|
|
23489
|
+
"module": "src/dialog/dialog.ts"
|
|
23501
23490
|
}
|
|
23502
23491
|
},
|
|
23503
23492
|
{
|
|
@@ -23612,79 +23601,90 @@
|
|
|
23612
23601
|
}
|
|
23613
23602
|
}
|
|
23614
23603
|
],
|
|
23615
|
-
"
|
|
23604
|
+
"superclass": {
|
|
23605
|
+
"name": "DialogElement",
|
|
23606
|
+
"module": "/src/dialog"
|
|
23607
|
+
},
|
|
23608
|
+
"tagName": "%%prefix%%-modal",
|
|
23609
|
+
"customElement": true,
|
|
23610
|
+
"attributes": [
|
|
23616
23611
|
{
|
|
23617
|
-
"
|
|
23618
|
-
"
|
|
23612
|
+
"name": "type",
|
|
23613
|
+
"type": {
|
|
23614
|
+
"text": "DialogType"
|
|
23615
|
+
},
|
|
23616
|
+
"default": "'default'",
|
|
23617
|
+
"fieldName": "type",
|
|
23619
23618
|
"inheritedFrom": {
|
|
23620
|
-
"name": "
|
|
23621
|
-
"module": "src/
|
|
23619
|
+
"name": "<local>_DialogElement",
|
|
23620
|
+
"module": "src/dialog/dialog.ts"
|
|
23622
23621
|
}
|
|
23623
23622
|
},
|
|
23624
23623
|
{
|
|
23625
|
-
"
|
|
23626
|
-
"
|
|
23624
|
+
"name": "position",
|
|
23625
|
+
"type": {
|
|
23626
|
+
"text": "DialogPosition"
|
|
23627
|
+
},
|
|
23628
|
+
"default": "'center'",
|
|
23629
|
+
"fieldName": "position",
|
|
23627
23630
|
"inheritedFrom": {
|
|
23628
|
-
"name": "
|
|
23629
|
-
"module": "src/
|
|
23631
|
+
"name": "<local>_DialogElement",
|
|
23632
|
+
"module": "src/dialog/dialog.ts"
|
|
23633
|
+
}
|
|
23634
|
+
},
|
|
23635
|
+
{
|
|
23636
|
+
"name": "show-close-icon",
|
|
23637
|
+
"type": {
|
|
23638
|
+
"text": "boolean"
|
|
23639
|
+
},
|
|
23640
|
+
"default": "true",
|
|
23641
|
+
"description": "Whether or not to show the close icon",
|
|
23642
|
+
"fieldName": "showCloseIcon",
|
|
23643
|
+
"inheritedFrom": {
|
|
23644
|
+
"name": "<local>_DialogElement",
|
|
23645
|
+
"module": "src/dialog/dialog.ts"
|
|
23630
23646
|
}
|
|
23631
23647
|
}
|
|
23632
23648
|
]
|
|
23633
23649
|
},
|
|
23634
23650
|
{
|
|
23635
23651
|
"kind": "variable",
|
|
23636
|
-
"name": "
|
|
23637
|
-
"
|
|
23638
|
-
"text": "ShadowRootInit"
|
|
23639
|
-
},
|
|
23640
|
-
"default": "undefined"
|
|
23641
|
-
},
|
|
23642
|
-
{
|
|
23643
|
-
"kind": "variable",
|
|
23644
|
-
"name": "defaultMenuItemConfig",
|
|
23645
|
-
"type": {
|
|
23646
|
-
"text": "object"
|
|
23647
|
-
},
|
|
23648
|
-
"default": "{\n expandCollapseGlyph: `\n <svg\n class=\"expand-collapse-glyph\"\n part=\"expand-collapse-glyph\"\n viewBox=\"0 0 16 16\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n}"
|
|
23649
|
-
},
|
|
23650
|
-
{
|
|
23651
|
-
"kind": "variable",
|
|
23652
|
-
"name": "foundationMenuItem",
|
|
23653
|
-
"description": "The Foundation Menu Item",
|
|
23652
|
+
"name": "foundationModal",
|
|
23653
|
+
"description": "The Foundation Modal",
|
|
23654
23654
|
"privacy": "public"
|
|
23655
23655
|
}
|
|
23656
23656
|
],
|
|
23657
23657
|
"exports": [
|
|
23658
23658
|
{
|
|
23659
23659
|
"kind": "js",
|
|
23660
|
-
"name": "
|
|
23660
|
+
"name": "foundationModalShadowOptions",
|
|
23661
23661
|
"declaration": {
|
|
23662
|
-
"name": "
|
|
23663
|
-
"module": "src/
|
|
23662
|
+
"name": "foundationModalShadowOptions",
|
|
23663
|
+
"module": "src/modal/modal.ts"
|
|
23664
23664
|
}
|
|
23665
23665
|
},
|
|
23666
23666
|
{
|
|
23667
23667
|
"kind": "js",
|
|
23668
|
-
"name": "
|
|
23668
|
+
"name": "defaultModalConfig",
|
|
23669
23669
|
"declaration": {
|
|
23670
|
-
"name": "
|
|
23671
|
-
"module": "src/
|
|
23670
|
+
"name": "defaultModalConfig",
|
|
23671
|
+
"module": "src/modal/modal.ts"
|
|
23672
23672
|
}
|
|
23673
23673
|
},
|
|
23674
23674
|
{
|
|
23675
23675
|
"kind": "js",
|
|
23676
|
-
"name": "
|
|
23676
|
+
"name": "Modal",
|
|
23677
23677
|
"declaration": {
|
|
23678
|
-
"name": "
|
|
23679
|
-
"module": "src/
|
|
23678
|
+
"name": "Modal",
|
|
23679
|
+
"module": "src/modal/modal.ts"
|
|
23680
23680
|
}
|
|
23681
23681
|
},
|
|
23682
23682
|
{
|
|
23683
23683
|
"kind": "js",
|
|
23684
|
-
"name": "
|
|
23684
|
+
"name": "foundationModal",
|
|
23685
23685
|
"declaration": {
|
|
23686
|
-
"name": "
|
|
23687
|
-
"module": "src/
|
|
23686
|
+
"name": "foundationModal",
|
|
23687
|
+
"module": "src/modal/modal.ts"
|
|
23688
23688
|
}
|
|
23689
23689
|
}
|
|
23690
23690
|
]
|
|
@@ -29592,195 +29592,6 @@
|
|
|
29592
29592
|
}
|
|
29593
29593
|
]
|
|
29594
29594
|
},
|
|
29595
|
-
{
|
|
29596
|
-
"kind": "javascript-module",
|
|
29597
|
-
"path": "src/segmented-control/index.ts",
|
|
29598
|
-
"declarations": [],
|
|
29599
|
-
"exports": [
|
|
29600
|
-
{
|
|
29601
|
-
"kind": "js",
|
|
29602
|
-
"name": "*",
|
|
29603
|
-
"declaration": {
|
|
29604
|
-
"name": "*",
|
|
29605
|
-
"package": "./segmented-control.template"
|
|
29606
|
-
}
|
|
29607
|
-
},
|
|
29608
|
-
{
|
|
29609
|
-
"kind": "js",
|
|
29610
|
-
"name": "*",
|
|
29611
|
-
"declaration": {
|
|
29612
|
-
"name": "*",
|
|
29613
|
-
"package": "./segmented-control.styles"
|
|
29614
|
-
}
|
|
29615
|
-
},
|
|
29616
|
-
{
|
|
29617
|
-
"kind": "js",
|
|
29618
|
-
"name": "*",
|
|
29619
|
-
"declaration": {
|
|
29620
|
-
"name": "*",
|
|
29621
|
-
"package": "./segmented-control"
|
|
29622
|
-
}
|
|
29623
|
-
}
|
|
29624
|
-
]
|
|
29625
|
-
},
|
|
29626
|
-
{
|
|
29627
|
-
"kind": "javascript-module",
|
|
29628
|
-
"path": "src/segmented-control/segmented-control.styles.ts",
|
|
29629
|
-
"declarations": [
|
|
29630
|
-
{
|
|
29631
|
-
"kind": "function",
|
|
29632
|
-
"name": "foundationSegmentedControlStyles",
|
|
29633
|
-
"return": {
|
|
29634
|
-
"type": {
|
|
29635
|
-
"text": "ElementStyles"
|
|
29636
|
-
}
|
|
29637
|
-
},
|
|
29638
|
-
"parameters": [
|
|
29639
|
-
{
|
|
29640
|
-
"name": "context",
|
|
29641
|
-
"type": {
|
|
29642
|
-
"text": "ElementDefinitionContext"
|
|
29643
|
-
}
|
|
29644
|
-
},
|
|
29645
|
-
{
|
|
29646
|
-
"name": "definition",
|
|
29647
|
-
"type": {
|
|
29648
|
-
"text": "FoundationElementDefinition"
|
|
29649
|
-
}
|
|
29650
|
-
}
|
|
29651
|
-
]
|
|
29652
|
-
}
|
|
29653
|
-
],
|
|
29654
|
-
"exports": [
|
|
29655
|
-
{
|
|
29656
|
-
"kind": "js",
|
|
29657
|
-
"name": "foundationSegmentedControlStyles",
|
|
29658
|
-
"declaration": {
|
|
29659
|
-
"name": "foundationSegmentedControlStyles",
|
|
29660
|
-
"module": "src/segmented-control/segmented-control.styles.ts"
|
|
29661
|
-
}
|
|
29662
|
-
}
|
|
29663
|
-
]
|
|
29664
|
-
},
|
|
29665
|
-
{
|
|
29666
|
-
"kind": "javascript-module",
|
|
29667
|
-
"path": "src/segmented-control/segmented-control.template.ts",
|
|
29668
|
-
"declarations": [
|
|
29669
|
-
{
|
|
29670
|
-
"kind": "function",
|
|
29671
|
-
"name": "foundationSegmentedControlTemplate",
|
|
29672
|
-
"return": {
|
|
29673
|
-
"type": {
|
|
29674
|
-
"text": "ViewTemplate<SegmentedControl>"
|
|
29675
|
-
}
|
|
29676
|
-
},
|
|
29677
|
-
"parameters": [
|
|
29678
|
-
{
|
|
29679
|
-
"name": "context",
|
|
29680
|
-
"type": {
|
|
29681
|
-
"text": "ElementDefinitionContext"
|
|
29682
|
-
}
|
|
29683
|
-
},
|
|
29684
|
-
{
|
|
29685
|
-
"name": "definition",
|
|
29686
|
-
"type": {
|
|
29687
|
-
"text": "FoundationElementDefinition"
|
|
29688
|
-
}
|
|
29689
|
-
}
|
|
29690
|
-
]
|
|
29691
|
-
}
|
|
29692
|
-
],
|
|
29693
|
-
"exports": [
|
|
29694
|
-
{
|
|
29695
|
-
"kind": "js",
|
|
29696
|
-
"name": "foundationSegmentedControlTemplate",
|
|
29697
|
-
"declaration": {
|
|
29698
|
-
"name": "foundationSegmentedControlTemplate",
|
|
29699
|
-
"module": "src/segmented-control/segmented-control.template.ts"
|
|
29700
|
-
}
|
|
29701
|
-
}
|
|
29702
|
-
]
|
|
29703
|
-
},
|
|
29704
|
-
{
|
|
29705
|
-
"kind": "javascript-module",
|
|
29706
|
-
"path": "src/segmented-control/segmented-control.ts",
|
|
29707
|
-
"declarations": [
|
|
29708
|
-
{
|
|
29709
|
-
"kind": "class",
|
|
29710
|
-
"description": "",
|
|
29711
|
-
"name": "SegmentedControl",
|
|
29712
|
-
"members": [
|
|
29713
|
-
{
|
|
29714
|
-
"kind": "method",
|
|
29715
|
-
"name": "valueChanged",
|
|
29716
|
-
"privacy": "protected"
|
|
29717
|
-
}
|
|
29718
|
-
],
|
|
29719
|
-
"superclass": {
|
|
29720
|
-
"name": "FASTRadioGroup",
|
|
29721
|
-
"package": "@microsoft/fast-foundation"
|
|
29722
|
-
},
|
|
29723
|
-
"tagName": "%%prefix%%-segmented-control",
|
|
29724
|
-
"customElement": true
|
|
29725
|
-
},
|
|
29726
|
-
{
|
|
29727
|
-
"kind": "variable",
|
|
29728
|
-
"name": "foundationSegmentedControlShadowOptions",
|
|
29729
|
-
"type": {
|
|
29730
|
-
"text": "ShadowRootInit"
|
|
29731
|
-
},
|
|
29732
|
-
"default": "undefined"
|
|
29733
|
-
},
|
|
29734
|
-
{
|
|
29735
|
-
"kind": "variable",
|
|
29736
|
-
"name": "defaultSegmentedControlConfig",
|
|
29737
|
-
"type": {
|
|
29738
|
-
"text": "object"
|
|
29739
|
-
},
|
|
29740
|
-
"default": "{}"
|
|
29741
|
-
},
|
|
29742
|
-
{
|
|
29743
|
-
"kind": "variable",
|
|
29744
|
-
"name": "foundationSegmentedControl",
|
|
29745
|
-
"description": "The Foundation Segmented Control",
|
|
29746
|
-
"privacy": "public"
|
|
29747
|
-
}
|
|
29748
|
-
],
|
|
29749
|
-
"exports": [
|
|
29750
|
-
{
|
|
29751
|
-
"kind": "js",
|
|
29752
|
-
"name": "SegmentedControl",
|
|
29753
|
-
"declaration": {
|
|
29754
|
-
"name": "SegmentedControl",
|
|
29755
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
29756
|
-
}
|
|
29757
|
-
},
|
|
29758
|
-
{
|
|
29759
|
-
"kind": "js",
|
|
29760
|
-
"name": "foundationSegmentedControlShadowOptions",
|
|
29761
|
-
"declaration": {
|
|
29762
|
-
"name": "foundationSegmentedControlShadowOptions",
|
|
29763
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
29764
|
-
}
|
|
29765
|
-
},
|
|
29766
|
-
{
|
|
29767
|
-
"kind": "js",
|
|
29768
|
-
"name": "defaultSegmentedControlConfig",
|
|
29769
|
-
"declaration": {
|
|
29770
|
-
"name": "defaultSegmentedControlConfig",
|
|
29771
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
29772
|
-
}
|
|
29773
|
-
},
|
|
29774
|
-
{
|
|
29775
|
-
"kind": "js",
|
|
29776
|
-
"name": "foundationSegmentedControl",
|
|
29777
|
-
"declaration": {
|
|
29778
|
-
"name": "foundationSegmentedControl",
|
|
29779
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
29780
|
-
}
|
|
29781
|
-
}
|
|
29782
|
-
]
|
|
29783
|
-
},
|
|
29784
29595
|
{
|
|
29785
29596
|
"kind": "javascript-module",
|
|
29786
29597
|
"path": "src/search-bar/index.ts",
|
|
@@ -30757,6 +30568,13 @@
|
|
|
30757
30568
|
},
|
|
30758
30569
|
"default": "INPUT_MIN_LENGTH"
|
|
30759
30570
|
},
|
|
30571
|
+
{
|
|
30572
|
+
"kind": "field",
|
|
30573
|
+
"name": "position",
|
|
30574
|
+
"type": {
|
|
30575
|
+
"text": "Position"
|
|
30576
|
+
}
|
|
30577
|
+
},
|
|
30760
30578
|
{
|
|
30761
30579
|
"kind": "field",
|
|
30762
30580
|
"name": "placeholder",
|
|
@@ -31032,6 +30850,13 @@
|
|
|
31032
30850
|
},
|
|
31033
30851
|
"fieldName": "minlength"
|
|
31034
30852
|
},
|
|
30853
|
+
{
|
|
30854
|
+
"name": "position",
|
|
30855
|
+
"type": {
|
|
30856
|
+
"text": "Position"
|
|
30857
|
+
},
|
|
30858
|
+
"fieldName": "position"
|
|
30859
|
+
},
|
|
31035
30860
|
{
|
|
31036
30861
|
"name": "placeholder",
|
|
31037
30862
|
"type": {
|
|
@@ -31189,6 +31014,195 @@
|
|
|
31189
31014
|
}
|
|
31190
31015
|
]
|
|
31191
31016
|
},
|
|
31017
|
+
{
|
|
31018
|
+
"kind": "javascript-module",
|
|
31019
|
+
"path": "src/segmented-control/index.ts",
|
|
31020
|
+
"declarations": [],
|
|
31021
|
+
"exports": [
|
|
31022
|
+
{
|
|
31023
|
+
"kind": "js",
|
|
31024
|
+
"name": "*",
|
|
31025
|
+
"declaration": {
|
|
31026
|
+
"name": "*",
|
|
31027
|
+
"package": "./segmented-control.template"
|
|
31028
|
+
}
|
|
31029
|
+
},
|
|
31030
|
+
{
|
|
31031
|
+
"kind": "js",
|
|
31032
|
+
"name": "*",
|
|
31033
|
+
"declaration": {
|
|
31034
|
+
"name": "*",
|
|
31035
|
+
"package": "./segmented-control.styles"
|
|
31036
|
+
}
|
|
31037
|
+
},
|
|
31038
|
+
{
|
|
31039
|
+
"kind": "js",
|
|
31040
|
+
"name": "*",
|
|
31041
|
+
"declaration": {
|
|
31042
|
+
"name": "*",
|
|
31043
|
+
"package": "./segmented-control"
|
|
31044
|
+
}
|
|
31045
|
+
}
|
|
31046
|
+
]
|
|
31047
|
+
},
|
|
31048
|
+
{
|
|
31049
|
+
"kind": "javascript-module",
|
|
31050
|
+
"path": "src/segmented-control/segmented-control.styles.ts",
|
|
31051
|
+
"declarations": [
|
|
31052
|
+
{
|
|
31053
|
+
"kind": "function",
|
|
31054
|
+
"name": "foundationSegmentedControlStyles",
|
|
31055
|
+
"return": {
|
|
31056
|
+
"type": {
|
|
31057
|
+
"text": "ElementStyles"
|
|
31058
|
+
}
|
|
31059
|
+
},
|
|
31060
|
+
"parameters": [
|
|
31061
|
+
{
|
|
31062
|
+
"name": "context",
|
|
31063
|
+
"type": {
|
|
31064
|
+
"text": "ElementDefinitionContext"
|
|
31065
|
+
}
|
|
31066
|
+
},
|
|
31067
|
+
{
|
|
31068
|
+
"name": "definition",
|
|
31069
|
+
"type": {
|
|
31070
|
+
"text": "FoundationElementDefinition"
|
|
31071
|
+
}
|
|
31072
|
+
}
|
|
31073
|
+
]
|
|
31074
|
+
}
|
|
31075
|
+
],
|
|
31076
|
+
"exports": [
|
|
31077
|
+
{
|
|
31078
|
+
"kind": "js",
|
|
31079
|
+
"name": "foundationSegmentedControlStyles",
|
|
31080
|
+
"declaration": {
|
|
31081
|
+
"name": "foundationSegmentedControlStyles",
|
|
31082
|
+
"module": "src/segmented-control/segmented-control.styles.ts"
|
|
31083
|
+
}
|
|
31084
|
+
}
|
|
31085
|
+
]
|
|
31086
|
+
},
|
|
31087
|
+
{
|
|
31088
|
+
"kind": "javascript-module",
|
|
31089
|
+
"path": "src/segmented-control/segmented-control.template.ts",
|
|
31090
|
+
"declarations": [
|
|
31091
|
+
{
|
|
31092
|
+
"kind": "function",
|
|
31093
|
+
"name": "foundationSegmentedControlTemplate",
|
|
31094
|
+
"return": {
|
|
31095
|
+
"type": {
|
|
31096
|
+
"text": "ViewTemplate<SegmentedControl>"
|
|
31097
|
+
}
|
|
31098
|
+
},
|
|
31099
|
+
"parameters": [
|
|
31100
|
+
{
|
|
31101
|
+
"name": "context",
|
|
31102
|
+
"type": {
|
|
31103
|
+
"text": "ElementDefinitionContext"
|
|
31104
|
+
}
|
|
31105
|
+
},
|
|
31106
|
+
{
|
|
31107
|
+
"name": "definition",
|
|
31108
|
+
"type": {
|
|
31109
|
+
"text": "FoundationElementDefinition"
|
|
31110
|
+
}
|
|
31111
|
+
}
|
|
31112
|
+
]
|
|
31113
|
+
}
|
|
31114
|
+
],
|
|
31115
|
+
"exports": [
|
|
31116
|
+
{
|
|
31117
|
+
"kind": "js",
|
|
31118
|
+
"name": "foundationSegmentedControlTemplate",
|
|
31119
|
+
"declaration": {
|
|
31120
|
+
"name": "foundationSegmentedControlTemplate",
|
|
31121
|
+
"module": "src/segmented-control/segmented-control.template.ts"
|
|
31122
|
+
}
|
|
31123
|
+
}
|
|
31124
|
+
]
|
|
31125
|
+
},
|
|
31126
|
+
{
|
|
31127
|
+
"kind": "javascript-module",
|
|
31128
|
+
"path": "src/segmented-control/segmented-control.ts",
|
|
31129
|
+
"declarations": [
|
|
31130
|
+
{
|
|
31131
|
+
"kind": "class",
|
|
31132
|
+
"description": "",
|
|
31133
|
+
"name": "SegmentedControl",
|
|
31134
|
+
"members": [
|
|
31135
|
+
{
|
|
31136
|
+
"kind": "method",
|
|
31137
|
+
"name": "valueChanged",
|
|
31138
|
+
"privacy": "protected"
|
|
31139
|
+
}
|
|
31140
|
+
],
|
|
31141
|
+
"superclass": {
|
|
31142
|
+
"name": "FASTRadioGroup",
|
|
31143
|
+
"package": "@microsoft/fast-foundation"
|
|
31144
|
+
},
|
|
31145
|
+
"tagName": "%%prefix%%-segmented-control",
|
|
31146
|
+
"customElement": true
|
|
31147
|
+
},
|
|
31148
|
+
{
|
|
31149
|
+
"kind": "variable",
|
|
31150
|
+
"name": "foundationSegmentedControlShadowOptions",
|
|
31151
|
+
"type": {
|
|
31152
|
+
"text": "ShadowRootInit"
|
|
31153
|
+
},
|
|
31154
|
+
"default": "undefined"
|
|
31155
|
+
},
|
|
31156
|
+
{
|
|
31157
|
+
"kind": "variable",
|
|
31158
|
+
"name": "defaultSegmentedControlConfig",
|
|
31159
|
+
"type": {
|
|
31160
|
+
"text": "object"
|
|
31161
|
+
},
|
|
31162
|
+
"default": "{}"
|
|
31163
|
+
},
|
|
31164
|
+
{
|
|
31165
|
+
"kind": "variable",
|
|
31166
|
+
"name": "foundationSegmentedControl",
|
|
31167
|
+
"description": "The Foundation Segmented Control",
|
|
31168
|
+
"privacy": "public"
|
|
31169
|
+
}
|
|
31170
|
+
],
|
|
31171
|
+
"exports": [
|
|
31172
|
+
{
|
|
31173
|
+
"kind": "js",
|
|
31174
|
+
"name": "SegmentedControl",
|
|
31175
|
+
"declaration": {
|
|
31176
|
+
"name": "SegmentedControl",
|
|
31177
|
+
"module": "src/segmented-control/segmented-control.ts"
|
|
31178
|
+
}
|
|
31179
|
+
},
|
|
31180
|
+
{
|
|
31181
|
+
"kind": "js",
|
|
31182
|
+
"name": "foundationSegmentedControlShadowOptions",
|
|
31183
|
+
"declaration": {
|
|
31184
|
+
"name": "foundationSegmentedControlShadowOptions",
|
|
31185
|
+
"module": "src/segmented-control/segmented-control.ts"
|
|
31186
|
+
}
|
|
31187
|
+
},
|
|
31188
|
+
{
|
|
31189
|
+
"kind": "js",
|
|
31190
|
+
"name": "defaultSegmentedControlConfig",
|
|
31191
|
+
"declaration": {
|
|
31192
|
+
"name": "defaultSegmentedControlConfig",
|
|
31193
|
+
"module": "src/segmented-control/segmented-control.ts"
|
|
31194
|
+
}
|
|
31195
|
+
},
|
|
31196
|
+
{
|
|
31197
|
+
"kind": "js",
|
|
31198
|
+
"name": "foundationSegmentedControl",
|
|
31199
|
+
"declaration": {
|
|
31200
|
+
"name": "foundationSegmentedControl",
|
|
31201
|
+
"module": "src/segmented-control/segmented-control.ts"
|
|
31202
|
+
}
|
|
31203
|
+
}
|
|
31204
|
+
]
|
|
31205
|
+
},
|
|
31192
31206
|
{
|
|
31193
31207
|
"kind": "javascript-module",
|
|
31194
31208
|
"path": "src/segmented-item/index.ts",
|
|
@@ -33769,291 +33783,6 @@
|
|
|
33769
33783
|
}
|
|
33770
33784
|
]
|
|
33771
33785
|
},
|
|
33772
|
-
{
|
|
33773
|
-
"kind": "javascript-module",
|
|
33774
|
-
"path": "src/stacking-icons/index.ts",
|
|
33775
|
-
"declarations": [],
|
|
33776
|
-
"exports": [
|
|
33777
|
-
{
|
|
33778
|
-
"kind": "js",
|
|
33779
|
-
"name": "*",
|
|
33780
|
-
"declaration": {
|
|
33781
|
-
"name": "*",
|
|
33782
|
-
"package": "./stacking-icons.styles"
|
|
33783
|
-
}
|
|
33784
|
-
},
|
|
33785
|
-
{
|
|
33786
|
-
"kind": "js",
|
|
33787
|
-
"name": "*",
|
|
33788
|
-
"declaration": {
|
|
33789
|
-
"name": "*",
|
|
33790
|
-
"package": "./stacking-icons.template"
|
|
33791
|
-
}
|
|
33792
|
-
},
|
|
33793
|
-
{
|
|
33794
|
-
"kind": "js",
|
|
33795
|
-
"name": "*",
|
|
33796
|
-
"declaration": {
|
|
33797
|
-
"name": "*",
|
|
33798
|
-
"package": "./stacking-icons"
|
|
33799
|
-
}
|
|
33800
|
-
}
|
|
33801
|
-
]
|
|
33802
|
-
},
|
|
33803
|
-
{
|
|
33804
|
-
"kind": "javascript-module",
|
|
33805
|
-
"path": "src/stacking-icons/stacking-icons.styles.ts",
|
|
33806
|
-
"declarations": [
|
|
33807
|
-
{
|
|
33808
|
-
"kind": "function",
|
|
33809
|
-
"name": "foundationStackingIconsStyles",
|
|
33810
|
-
"return": {
|
|
33811
|
-
"type": {
|
|
33812
|
-
"text": "ElementStyles"
|
|
33813
|
-
}
|
|
33814
|
-
},
|
|
33815
|
-
"parameters": [
|
|
33816
|
-
{
|
|
33817
|
-
"name": "context",
|
|
33818
|
-
"type": {
|
|
33819
|
-
"text": "ElementDefinitionContext"
|
|
33820
|
-
}
|
|
33821
|
-
},
|
|
33822
|
-
{
|
|
33823
|
-
"name": "definition",
|
|
33824
|
-
"type": {
|
|
33825
|
-
"text": "FoundationElementDefinition"
|
|
33826
|
-
}
|
|
33827
|
-
}
|
|
33828
|
-
]
|
|
33829
|
-
}
|
|
33830
|
-
],
|
|
33831
|
-
"exports": [
|
|
33832
|
-
{
|
|
33833
|
-
"kind": "js",
|
|
33834
|
-
"name": "foundationStackingIconsStyles",
|
|
33835
|
-
"declaration": {
|
|
33836
|
-
"name": "foundationStackingIconsStyles",
|
|
33837
|
-
"module": "src/stacking-icons/stacking-icons.styles.ts"
|
|
33838
|
-
}
|
|
33839
|
-
}
|
|
33840
|
-
]
|
|
33841
|
-
},
|
|
33842
|
-
{
|
|
33843
|
-
"kind": "javascript-module",
|
|
33844
|
-
"path": "src/stacking-icons/stacking-icons.template.ts",
|
|
33845
|
-
"declarations": [
|
|
33846
|
-
{
|
|
33847
|
-
"kind": "variable",
|
|
33848
|
-
"name": "foundationStackingIconsTemplate",
|
|
33849
|
-
"type": {
|
|
33850
|
-
"text": "ViewTemplate"
|
|
33851
|
-
},
|
|
33852
|
-
"default": "html<StackingIcons>`\n <span\n class=${(x) => `fa-stack fa-${x.size}`}\n style=${(x) => `vertical-align: ${x['vertical-align']};`}\n >\n <slot></slot>\n </span>\n`"
|
|
33853
|
-
}
|
|
33854
|
-
],
|
|
33855
|
-
"exports": [
|
|
33856
|
-
{
|
|
33857
|
-
"kind": "js",
|
|
33858
|
-
"name": "foundationStackingIconsTemplate",
|
|
33859
|
-
"declaration": {
|
|
33860
|
-
"name": "foundationStackingIconsTemplate",
|
|
33861
|
-
"module": "src/stacking-icons/stacking-icons.template.ts"
|
|
33862
|
-
}
|
|
33863
|
-
}
|
|
33864
|
-
]
|
|
33865
|
-
},
|
|
33866
|
-
{
|
|
33867
|
-
"kind": "javascript-module",
|
|
33868
|
-
"path": "src/stacking-icons/stacking-icons.ts",
|
|
33869
|
-
"declarations": [
|
|
33870
|
-
{
|
|
33871
|
-
"kind": "class",
|
|
33872
|
-
"description": "",
|
|
33873
|
-
"name": "StackingIcons",
|
|
33874
|
-
"members": [
|
|
33875
|
-
{
|
|
33876
|
-
"kind": "field",
|
|
33877
|
-
"name": "size",
|
|
33878
|
-
"type": {
|
|
33879
|
-
"text": "StackingIconsSize"
|
|
33880
|
-
},
|
|
33881
|
-
"default": "faSizeValueDefault"
|
|
33882
|
-
},
|
|
33883
|
-
{
|
|
33884
|
-
"kind": "field",
|
|
33885
|
-
"name": "['vertical-align']",
|
|
33886
|
-
"type": {
|
|
33887
|
-
"text": "VerticalAlign"
|
|
33888
|
-
},
|
|
33889
|
-
"default": "'baseline'"
|
|
33890
|
-
},
|
|
33891
|
-
{
|
|
33892
|
-
"kind": "field",
|
|
33893
|
-
"name": "_presentation",
|
|
33894
|
-
"type": {
|
|
33895
|
-
"text": "ComponentPresentation | null | undefined"
|
|
33896
|
-
},
|
|
33897
|
-
"privacy": "private",
|
|
33898
|
-
"default": "void 0",
|
|
33899
|
-
"inheritedFrom": {
|
|
33900
|
-
"name": "FoundationElement",
|
|
33901
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
33902
|
-
}
|
|
33903
|
-
},
|
|
33904
|
-
{
|
|
33905
|
-
"kind": "field",
|
|
33906
|
-
"name": "$presentation",
|
|
33907
|
-
"type": {
|
|
33908
|
-
"text": "ComponentPresentation | null"
|
|
33909
|
-
},
|
|
33910
|
-
"privacy": "public",
|
|
33911
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
33912
|
-
"inheritedFrom": {
|
|
33913
|
-
"name": "FoundationElement",
|
|
33914
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
33915
|
-
}
|
|
33916
|
-
},
|
|
33917
|
-
{
|
|
33918
|
-
"kind": "field",
|
|
33919
|
-
"name": "template",
|
|
33920
|
-
"type": {
|
|
33921
|
-
"text": "ElementViewTemplate | void | null"
|
|
33922
|
-
},
|
|
33923
|
-
"privacy": "public",
|
|
33924
|
-
"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.",
|
|
33925
|
-
"inheritedFrom": {
|
|
33926
|
-
"name": "FoundationElement",
|
|
33927
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
33928
|
-
}
|
|
33929
|
-
},
|
|
33930
|
-
{
|
|
33931
|
-
"kind": "method",
|
|
33932
|
-
"name": "templateChanged",
|
|
33933
|
-
"privacy": "protected",
|
|
33934
|
-
"return": {
|
|
33935
|
-
"type": {
|
|
33936
|
-
"text": "void"
|
|
33937
|
-
}
|
|
33938
|
-
},
|
|
33939
|
-
"inheritedFrom": {
|
|
33940
|
-
"name": "FoundationElement",
|
|
33941
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
33942
|
-
}
|
|
33943
|
-
},
|
|
33944
|
-
{
|
|
33945
|
-
"kind": "field",
|
|
33946
|
-
"name": "styles",
|
|
33947
|
-
"type": {
|
|
33948
|
-
"text": "ElementStyles | void | null"
|
|
33949
|
-
},
|
|
33950
|
-
"privacy": "public",
|
|
33951
|
-
"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.",
|
|
33952
|
-
"inheritedFrom": {
|
|
33953
|
-
"name": "FoundationElement",
|
|
33954
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
33955
|
-
}
|
|
33956
|
-
},
|
|
33957
|
-
{
|
|
33958
|
-
"kind": "method",
|
|
33959
|
-
"name": "stylesChanged",
|
|
33960
|
-
"privacy": "protected",
|
|
33961
|
-
"return": {
|
|
33962
|
-
"type": {
|
|
33963
|
-
"text": "void"
|
|
33964
|
-
}
|
|
33965
|
-
},
|
|
33966
|
-
"inheritedFrom": {
|
|
33967
|
-
"name": "FoundationElement",
|
|
33968
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
33969
|
-
}
|
|
33970
|
-
},
|
|
33971
|
-
{
|
|
33972
|
-
"kind": "method",
|
|
33973
|
-
"name": "compose",
|
|
33974
|
-
"privacy": "public",
|
|
33975
|
-
"static": true,
|
|
33976
|
-
"return": {
|
|
33977
|
-
"type": {
|
|
33978
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
33979
|
-
}
|
|
33980
|
-
},
|
|
33981
|
-
"parameters": [
|
|
33982
|
-
{
|
|
33983
|
-
"name": "this",
|
|
33984
|
-
"type": {
|
|
33985
|
-
"text": "K"
|
|
33986
|
-
}
|
|
33987
|
-
},
|
|
33988
|
-
{
|
|
33989
|
-
"name": "elementDefinition",
|
|
33990
|
-
"type": {
|
|
33991
|
-
"text": "T"
|
|
33992
|
-
},
|
|
33993
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
33994
|
-
}
|
|
33995
|
-
],
|
|
33996
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
33997
|
-
"inheritedFrom": {
|
|
33998
|
-
"name": "FoundationElement",
|
|
33999
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
34000
|
-
}
|
|
34001
|
-
}
|
|
34002
|
-
],
|
|
34003
|
-
"attributes": [
|
|
34004
|
-
{
|
|
34005
|
-
"name": "size",
|
|
34006
|
-
"type": {
|
|
34007
|
-
"text": "StackingIconsSize"
|
|
34008
|
-
},
|
|
34009
|
-
"default": "faSizeValueDefault",
|
|
34010
|
-
"resolveInitializer": {
|
|
34011
|
-
"module": "/src/icon"
|
|
34012
|
-
},
|
|
34013
|
-
"fieldName": "size"
|
|
34014
|
-
},
|
|
34015
|
-
{
|
|
34016
|
-
"name": "['vertical-align']",
|
|
34017
|
-
"type": {
|
|
34018
|
-
"text": "VerticalAlign"
|
|
34019
|
-
},
|
|
34020
|
-
"default": "'baseline'",
|
|
34021
|
-
"fieldName": "['vertical-align']"
|
|
34022
|
-
}
|
|
34023
|
-
],
|
|
34024
|
-
"superclass": {
|
|
34025
|
-
"name": "FoundationElement",
|
|
34026
|
-
"package": "@microsoft/fast-foundation"
|
|
34027
|
-
},
|
|
34028
|
-
"tagName": "%%prefix%%-stacking-icons",
|
|
34029
|
-
"customElement": true
|
|
34030
|
-
},
|
|
34031
|
-
{
|
|
34032
|
-
"kind": "variable",
|
|
34033
|
-
"name": "foundationStackingIcons",
|
|
34034
|
-
"description": "The Foundation Stacking Icon",
|
|
34035
|
-
"privacy": "public"
|
|
34036
|
-
}
|
|
34037
|
-
],
|
|
34038
|
-
"exports": [
|
|
34039
|
-
{
|
|
34040
|
-
"kind": "js",
|
|
34041
|
-
"name": "StackingIcons",
|
|
34042
|
-
"declaration": {
|
|
34043
|
-
"name": "StackingIcons",
|
|
34044
|
-
"module": "src/stacking-icons/stacking-icons.ts"
|
|
34045
|
-
}
|
|
34046
|
-
},
|
|
34047
|
-
{
|
|
34048
|
-
"kind": "js",
|
|
34049
|
-
"name": "foundationStackingIcons",
|
|
34050
|
-
"declaration": {
|
|
34051
|
-
"name": "foundationStackingIcons",
|
|
34052
|
-
"module": "src/stacking-icons/stacking-icons.ts"
|
|
34053
|
-
}
|
|
34054
|
-
}
|
|
34055
|
-
]
|
|
34056
|
-
},
|
|
34057
33786
|
{
|
|
34058
33787
|
"kind": "javascript-module",
|
|
34059
33788
|
"path": "src/snackbar/index.ts",
|
|
@@ -34523,6 +34252,291 @@
|
|
|
34523
34252
|
"declarations": [],
|
|
34524
34253
|
"exports": []
|
|
34525
34254
|
},
|
|
34255
|
+
{
|
|
34256
|
+
"kind": "javascript-module",
|
|
34257
|
+
"path": "src/stacking-icons/index.ts",
|
|
34258
|
+
"declarations": [],
|
|
34259
|
+
"exports": [
|
|
34260
|
+
{
|
|
34261
|
+
"kind": "js",
|
|
34262
|
+
"name": "*",
|
|
34263
|
+
"declaration": {
|
|
34264
|
+
"name": "*",
|
|
34265
|
+
"package": "./stacking-icons.styles"
|
|
34266
|
+
}
|
|
34267
|
+
},
|
|
34268
|
+
{
|
|
34269
|
+
"kind": "js",
|
|
34270
|
+
"name": "*",
|
|
34271
|
+
"declaration": {
|
|
34272
|
+
"name": "*",
|
|
34273
|
+
"package": "./stacking-icons.template"
|
|
34274
|
+
}
|
|
34275
|
+
},
|
|
34276
|
+
{
|
|
34277
|
+
"kind": "js",
|
|
34278
|
+
"name": "*",
|
|
34279
|
+
"declaration": {
|
|
34280
|
+
"name": "*",
|
|
34281
|
+
"package": "./stacking-icons"
|
|
34282
|
+
}
|
|
34283
|
+
}
|
|
34284
|
+
]
|
|
34285
|
+
},
|
|
34286
|
+
{
|
|
34287
|
+
"kind": "javascript-module",
|
|
34288
|
+
"path": "src/stacking-icons/stacking-icons.styles.ts",
|
|
34289
|
+
"declarations": [
|
|
34290
|
+
{
|
|
34291
|
+
"kind": "function",
|
|
34292
|
+
"name": "foundationStackingIconsStyles",
|
|
34293
|
+
"return": {
|
|
34294
|
+
"type": {
|
|
34295
|
+
"text": "ElementStyles"
|
|
34296
|
+
}
|
|
34297
|
+
},
|
|
34298
|
+
"parameters": [
|
|
34299
|
+
{
|
|
34300
|
+
"name": "context",
|
|
34301
|
+
"type": {
|
|
34302
|
+
"text": "ElementDefinitionContext"
|
|
34303
|
+
}
|
|
34304
|
+
},
|
|
34305
|
+
{
|
|
34306
|
+
"name": "definition",
|
|
34307
|
+
"type": {
|
|
34308
|
+
"text": "FoundationElementDefinition"
|
|
34309
|
+
}
|
|
34310
|
+
}
|
|
34311
|
+
]
|
|
34312
|
+
}
|
|
34313
|
+
],
|
|
34314
|
+
"exports": [
|
|
34315
|
+
{
|
|
34316
|
+
"kind": "js",
|
|
34317
|
+
"name": "foundationStackingIconsStyles",
|
|
34318
|
+
"declaration": {
|
|
34319
|
+
"name": "foundationStackingIconsStyles",
|
|
34320
|
+
"module": "src/stacking-icons/stacking-icons.styles.ts"
|
|
34321
|
+
}
|
|
34322
|
+
}
|
|
34323
|
+
]
|
|
34324
|
+
},
|
|
34325
|
+
{
|
|
34326
|
+
"kind": "javascript-module",
|
|
34327
|
+
"path": "src/stacking-icons/stacking-icons.template.ts",
|
|
34328
|
+
"declarations": [
|
|
34329
|
+
{
|
|
34330
|
+
"kind": "variable",
|
|
34331
|
+
"name": "foundationStackingIconsTemplate",
|
|
34332
|
+
"type": {
|
|
34333
|
+
"text": "ViewTemplate"
|
|
34334
|
+
},
|
|
34335
|
+
"default": "html<StackingIcons>`\n <span\n class=${(x) => `fa-stack fa-${x.size}`}\n style=${(x) => `vertical-align: ${x['vertical-align']};`}\n >\n <slot></slot>\n </span>\n`"
|
|
34336
|
+
}
|
|
34337
|
+
],
|
|
34338
|
+
"exports": [
|
|
34339
|
+
{
|
|
34340
|
+
"kind": "js",
|
|
34341
|
+
"name": "foundationStackingIconsTemplate",
|
|
34342
|
+
"declaration": {
|
|
34343
|
+
"name": "foundationStackingIconsTemplate",
|
|
34344
|
+
"module": "src/stacking-icons/stacking-icons.template.ts"
|
|
34345
|
+
}
|
|
34346
|
+
}
|
|
34347
|
+
]
|
|
34348
|
+
},
|
|
34349
|
+
{
|
|
34350
|
+
"kind": "javascript-module",
|
|
34351
|
+
"path": "src/stacking-icons/stacking-icons.ts",
|
|
34352
|
+
"declarations": [
|
|
34353
|
+
{
|
|
34354
|
+
"kind": "class",
|
|
34355
|
+
"description": "",
|
|
34356
|
+
"name": "StackingIcons",
|
|
34357
|
+
"members": [
|
|
34358
|
+
{
|
|
34359
|
+
"kind": "field",
|
|
34360
|
+
"name": "size",
|
|
34361
|
+
"type": {
|
|
34362
|
+
"text": "StackingIconsSize"
|
|
34363
|
+
},
|
|
34364
|
+
"default": "faSizeValueDefault"
|
|
34365
|
+
},
|
|
34366
|
+
{
|
|
34367
|
+
"kind": "field",
|
|
34368
|
+
"name": "['vertical-align']",
|
|
34369
|
+
"type": {
|
|
34370
|
+
"text": "VerticalAlign"
|
|
34371
|
+
},
|
|
34372
|
+
"default": "'baseline'"
|
|
34373
|
+
},
|
|
34374
|
+
{
|
|
34375
|
+
"kind": "field",
|
|
34376
|
+
"name": "_presentation",
|
|
34377
|
+
"type": {
|
|
34378
|
+
"text": "ComponentPresentation | null | undefined"
|
|
34379
|
+
},
|
|
34380
|
+
"privacy": "private",
|
|
34381
|
+
"default": "void 0",
|
|
34382
|
+
"inheritedFrom": {
|
|
34383
|
+
"name": "FoundationElement",
|
|
34384
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
34385
|
+
}
|
|
34386
|
+
},
|
|
34387
|
+
{
|
|
34388
|
+
"kind": "field",
|
|
34389
|
+
"name": "$presentation",
|
|
34390
|
+
"type": {
|
|
34391
|
+
"text": "ComponentPresentation | null"
|
|
34392
|
+
},
|
|
34393
|
+
"privacy": "public",
|
|
34394
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
34395
|
+
"inheritedFrom": {
|
|
34396
|
+
"name": "FoundationElement",
|
|
34397
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
34398
|
+
}
|
|
34399
|
+
},
|
|
34400
|
+
{
|
|
34401
|
+
"kind": "field",
|
|
34402
|
+
"name": "template",
|
|
34403
|
+
"type": {
|
|
34404
|
+
"text": "ElementViewTemplate | void | null"
|
|
34405
|
+
},
|
|
34406
|
+
"privacy": "public",
|
|
34407
|
+
"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.",
|
|
34408
|
+
"inheritedFrom": {
|
|
34409
|
+
"name": "FoundationElement",
|
|
34410
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
34411
|
+
}
|
|
34412
|
+
},
|
|
34413
|
+
{
|
|
34414
|
+
"kind": "method",
|
|
34415
|
+
"name": "templateChanged",
|
|
34416
|
+
"privacy": "protected",
|
|
34417
|
+
"return": {
|
|
34418
|
+
"type": {
|
|
34419
|
+
"text": "void"
|
|
34420
|
+
}
|
|
34421
|
+
},
|
|
34422
|
+
"inheritedFrom": {
|
|
34423
|
+
"name": "FoundationElement",
|
|
34424
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
34425
|
+
}
|
|
34426
|
+
},
|
|
34427
|
+
{
|
|
34428
|
+
"kind": "field",
|
|
34429
|
+
"name": "styles",
|
|
34430
|
+
"type": {
|
|
34431
|
+
"text": "ElementStyles | void | null"
|
|
34432
|
+
},
|
|
34433
|
+
"privacy": "public",
|
|
34434
|
+
"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.",
|
|
34435
|
+
"inheritedFrom": {
|
|
34436
|
+
"name": "FoundationElement",
|
|
34437
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
34438
|
+
}
|
|
34439
|
+
},
|
|
34440
|
+
{
|
|
34441
|
+
"kind": "method",
|
|
34442
|
+
"name": "stylesChanged",
|
|
34443
|
+
"privacy": "protected",
|
|
34444
|
+
"return": {
|
|
34445
|
+
"type": {
|
|
34446
|
+
"text": "void"
|
|
34447
|
+
}
|
|
34448
|
+
},
|
|
34449
|
+
"inheritedFrom": {
|
|
34450
|
+
"name": "FoundationElement",
|
|
34451
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
34452
|
+
}
|
|
34453
|
+
},
|
|
34454
|
+
{
|
|
34455
|
+
"kind": "method",
|
|
34456
|
+
"name": "compose",
|
|
34457
|
+
"privacy": "public",
|
|
34458
|
+
"static": true,
|
|
34459
|
+
"return": {
|
|
34460
|
+
"type": {
|
|
34461
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
34462
|
+
}
|
|
34463
|
+
},
|
|
34464
|
+
"parameters": [
|
|
34465
|
+
{
|
|
34466
|
+
"name": "this",
|
|
34467
|
+
"type": {
|
|
34468
|
+
"text": "K"
|
|
34469
|
+
}
|
|
34470
|
+
},
|
|
34471
|
+
{
|
|
34472
|
+
"name": "elementDefinition",
|
|
34473
|
+
"type": {
|
|
34474
|
+
"text": "T"
|
|
34475
|
+
},
|
|
34476
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
34477
|
+
}
|
|
34478
|
+
],
|
|
34479
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
34480
|
+
"inheritedFrom": {
|
|
34481
|
+
"name": "FoundationElement",
|
|
34482
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
34483
|
+
}
|
|
34484
|
+
}
|
|
34485
|
+
],
|
|
34486
|
+
"attributes": [
|
|
34487
|
+
{
|
|
34488
|
+
"name": "size",
|
|
34489
|
+
"type": {
|
|
34490
|
+
"text": "StackingIconsSize"
|
|
34491
|
+
},
|
|
34492
|
+
"default": "faSizeValueDefault",
|
|
34493
|
+
"resolveInitializer": {
|
|
34494
|
+
"module": "/src/icon"
|
|
34495
|
+
},
|
|
34496
|
+
"fieldName": "size"
|
|
34497
|
+
},
|
|
34498
|
+
{
|
|
34499
|
+
"name": "['vertical-align']",
|
|
34500
|
+
"type": {
|
|
34501
|
+
"text": "VerticalAlign"
|
|
34502
|
+
},
|
|
34503
|
+
"default": "'baseline'",
|
|
34504
|
+
"fieldName": "['vertical-align']"
|
|
34505
|
+
}
|
|
34506
|
+
],
|
|
34507
|
+
"superclass": {
|
|
34508
|
+
"name": "FoundationElement",
|
|
34509
|
+
"package": "@microsoft/fast-foundation"
|
|
34510
|
+
},
|
|
34511
|
+
"tagName": "%%prefix%%-stacking-icons",
|
|
34512
|
+
"customElement": true
|
|
34513
|
+
},
|
|
34514
|
+
{
|
|
34515
|
+
"kind": "variable",
|
|
34516
|
+
"name": "foundationStackingIcons",
|
|
34517
|
+
"description": "The Foundation Stacking Icon",
|
|
34518
|
+
"privacy": "public"
|
|
34519
|
+
}
|
|
34520
|
+
],
|
|
34521
|
+
"exports": [
|
|
34522
|
+
{
|
|
34523
|
+
"kind": "js",
|
|
34524
|
+
"name": "StackingIcons",
|
|
34525
|
+
"declaration": {
|
|
34526
|
+
"name": "StackingIcons",
|
|
34527
|
+
"module": "src/stacking-icons/stacking-icons.ts"
|
|
34528
|
+
}
|
|
34529
|
+
},
|
|
34530
|
+
{
|
|
34531
|
+
"kind": "js",
|
|
34532
|
+
"name": "foundationStackingIcons",
|
|
34533
|
+
"declaration": {
|
|
34534
|
+
"name": "foundationStackingIcons",
|
|
34535
|
+
"module": "src/stacking-icons/stacking-icons.ts"
|
|
34536
|
+
}
|
|
34537
|
+
}
|
|
34538
|
+
]
|
|
34539
|
+
},
|
|
34526
34540
|
{
|
|
34527
34541
|
"kind": "javascript-module",
|
|
34528
34542
|
"path": "src/stepper/index.ts",
|
|
@@ -35459,7 +35473,7 @@
|
|
|
35459
35473
|
},
|
|
35460
35474
|
{
|
|
35461
35475
|
"kind": "javascript-module",
|
|
35462
|
-
"path": "src/
|
|
35476
|
+
"path": "src/switch/index.ts",
|
|
35463
35477
|
"declarations": [],
|
|
35464
35478
|
"exports": [
|
|
35465
35479
|
{
|
|
@@ -35467,7 +35481,7 @@
|
|
|
35467
35481
|
"name": "*",
|
|
35468
35482
|
"declaration": {
|
|
35469
35483
|
"name": "*",
|
|
35470
|
-
"package": "./
|
|
35484
|
+
"package": "./switch.template"
|
|
35471
35485
|
}
|
|
35472
35486
|
},
|
|
35473
35487
|
{
|
|
@@ -35475,46 +35489,161 @@
|
|
|
35475
35489
|
"name": "*",
|
|
35476
35490
|
"declaration": {
|
|
35477
35491
|
"name": "*",
|
|
35478
|
-
"package": "./
|
|
35492
|
+
"package": "./switch.styles"
|
|
35493
|
+
}
|
|
35494
|
+
},
|
|
35495
|
+
{
|
|
35496
|
+
"kind": "js",
|
|
35497
|
+
"name": "*",
|
|
35498
|
+
"declaration": {
|
|
35499
|
+
"name": "*",
|
|
35500
|
+
"package": "./switch"
|
|
35479
35501
|
}
|
|
35480
35502
|
}
|
|
35481
35503
|
]
|
|
35482
35504
|
},
|
|
35483
35505
|
{
|
|
35484
35506
|
"kind": "javascript-module",
|
|
35485
|
-
"path": "src/
|
|
35507
|
+
"path": "src/switch/switch.styles.ts",
|
|
35486
35508
|
"declarations": [
|
|
35487
35509
|
{
|
|
35488
35510
|
"kind": "function",
|
|
35489
|
-
"name": "
|
|
35511
|
+
"name": "foundationSwitchStyles",
|
|
35512
|
+
"return": {
|
|
35513
|
+
"type": {
|
|
35514
|
+
"text": "ElementStyles"
|
|
35515
|
+
}
|
|
35516
|
+
},
|
|
35517
|
+
"parameters": [
|
|
35518
|
+
{
|
|
35519
|
+
"name": "context",
|
|
35520
|
+
"type": {
|
|
35521
|
+
"text": "ElementDefinitionContext"
|
|
35522
|
+
}
|
|
35523
|
+
},
|
|
35524
|
+
{
|
|
35525
|
+
"name": "definition",
|
|
35526
|
+
"type": {
|
|
35527
|
+
"text": "SwitchOptions"
|
|
35528
|
+
}
|
|
35529
|
+
}
|
|
35530
|
+
]
|
|
35490
35531
|
}
|
|
35491
35532
|
],
|
|
35492
35533
|
"exports": [
|
|
35493
35534
|
{
|
|
35494
35535
|
"kind": "js",
|
|
35495
|
-
"name": "
|
|
35536
|
+
"name": "foundationSwitchStyles",
|
|
35496
35537
|
"declaration": {
|
|
35497
|
-
"name": "
|
|
35498
|
-
"module": "src/
|
|
35538
|
+
"name": "foundationSwitchStyles",
|
|
35539
|
+
"module": "src/switch/switch.styles.ts"
|
|
35499
35540
|
}
|
|
35500
35541
|
}
|
|
35501
35542
|
]
|
|
35502
35543
|
},
|
|
35503
35544
|
{
|
|
35504
35545
|
"kind": "javascript-module",
|
|
35505
|
-
"path": "src/
|
|
35546
|
+
"path": "src/switch/switch.template.ts",
|
|
35547
|
+
"declarations": [
|
|
35548
|
+
{
|
|
35549
|
+
"kind": "function",
|
|
35550
|
+
"name": "foundationSwitchTemplate",
|
|
35551
|
+
"return": {
|
|
35552
|
+
"type": {
|
|
35553
|
+
"text": "ViewTemplate<Switch>"
|
|
35554
|
+
}
|
|
35555
|
+
},
|
|
35556
|
+
"parameters": [
|
|
35557
|
+
{
|
|
35558
|
+
"name": "context",
|
|
35559
|
+
"type": {
|
|
35560
|
+
"text": "ElementDefinitionContext"
|
|
35561
|
+
}
|
|
35562
|
+
},
|
|
35563
|
+
{
|
|
35564
|
+
"name": "definition",
|
|
35565
|
+
"type": {
|
|
35566
|
+
"text": "FoundationElementDefinition"
|
|
35567
|
+
}
|
|
35568
|
+
}
|
|
35569
|
+
]
|
|
35570
|
+
}
|
|
35571
|
+
],
|
|
35572
|
+
"exports": [
|
|
35573
|
+
{
|
|
35574
|
+
"kind": "js",
|
|
35575
|
+
"name": "foundationSwitchTemplate",
|
|
35576
|
+
"declaration": {
|
|
35577
|
+
"name": "foundationSwitchTemplate",
|
|
35578
|
+
"module": "src/switch/switch.template.ts"
|
|
35579
|
+
}
|
|
35580
|
+
}
|
|
35581
|
+
]
|
|
35582
|
+
},
|
|
35583
|
+
{
|
|
35584
|
+
"kind": "javascript-module",
|
|
35585
|
+
"path": "src/switch/switch.ts",
|
|
35506
35586
|
"declarations": [
|
|
35507
35587
|
{
|
|
35508
35588
|
"kind": "class",
|
|
35509
35589
|
"description": "",
|
|
35510
|
-
"name": "
|
|
35590
|
+
"name": "Switch",
|
|
35511
35591
|
"superclass": {
|
|
35512
|
-
"name": "
|
|
35513
|
-
"package": "@microsoft/fast-
|
|
35592
|
+
"name": "FASTSwitch",
|
|
35593
|
+
"package": "@microsoft/fast-components"
|
|
35514
35594
|
},
|
|
35515
|
-
"tagName": "%%prefix%%-
|
|
35595
|
+
"tagName": "%%prefix%%-switch",
|
|
35516
35596
|
"customElement": true,
|
|
35597
|
+
"attributes": [
|
|
35598
|
+
{
|
|
35599
|
+
"name": "readonly",
|
|
35600
|
+
"type": {
|
|
35601
|
+
"text": "boolean"
|
|
35602
|
+
},
|
|
35603
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
35604
|
+
"fieldName": "readOnly",
|
|
35605
|
+
"inheritedFrom": {
|
|
35606
|
+
"name": "Switch",
|
|
35607
|
+
"module": "src/switch/switch.ts"
|
|
35608
|
+
}
|
|
35609
|
+
}
|
|
35610
|
+
],
|
|
35517
35611
|
"members": [
|
|
35612
|
+
{
|
|
35613
|
+
"kind": "field",
|
|
35614
|
+
"name": "readOnly",
|
|
35615
|
+
"type": {
|
|
35616
|
+
"text": "boolean"
|
|
35617
|
+
},
|
|
35618
|
+
"privacy": "public",
|
|
35619
|
+
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
35620
|
+
"inheritedFrom": {
|
|
35621
|
+
"name": "Switch",
|
|
35622
|
+
"module": "src/switch/switch.ts"
|
|
35623
|
+
}
|
|
35624
|
+
},
|
|
35625
|
+
{
|
|
35626
|
+
"kind": "method",
|
|
35627
|
+
"name": "readOnlyChanged",
|
|
35628
|
+
"privacy": "private",
|
|
35629
|
+
"return": {
|
|
35630
|
+
"type": {
|
|
35631
|
+
"text": "void"
|
|
35632
|
+
}
|
|
35633
|
+
},
|
|
35634
|
+
"inheritedFrom": {
|
|
35635
|
+
"name": "Switch",
|
|
35636
|
+
"module": "src/switch/switch.ts"
|
|
35637
|
+
}
|
|
35638
|
+
},
|
|
35639
|
+
{
|
|
35640
|
+
"kind": "field",
|
|
35641
|
+
"name": "proxy",
|
|
35642
|
+
"inheritedFrom": {
|
|
35643
|
+
"name": "Switch",
|
|
35644
|
+
"module": "src/switch/switch.ts"
|
|
35645
|
+
}
|
|
35646
|
+
},
|
|
35518
35647
|
{
|
|
35519
35648
|
"kind": "field",
|
|
35520
35649
|
"name": "_presentation",
|
|
@@ -35524,8 +35653,8 @@
|
|
|
35524
35653
|
"privacy": "private",
|
|
35525
35654
|
"default": "void 0",
|
|
35526
35655
|
"inheritedFrom": {
|
|
35527
|
-
"name": "
|
|
35528
|
-
"module": "src/
|
|
35656
|
+
"name": "Switch",
|
|
35657
|
+
"module": "src/switch/switch.ts"
|
|
35529
35658
|
}
|
|
35530
35659
|
},
|
|
35531
35660
|
{
|
|
@@ -35537,8 +35666,8 @@
|
|
|
35537
35666
|
"privacy": "public",
|
|
35538
35667
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
35539
35668
|
"inheritedFrom": {
|
|
35540
|
-
"name": "
|
|
35541
|
-
"module": "src/
|
|
35669
|
+
"name": "Switch",
|
|
35670
|
+
"module": "src/switch/switch.ts"
|
|
35542
35671
|
}
|
|
35543
35672
|
},
|
|
35544
35673
|
{
|
|
@@ -35550,8 +35679,8 @@
|
|
|
35550
35679
|
"privacy": "public",
|
|
35551
35680
|
"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.",
|
|
35552
35681
|
"inheritedFrom": {
|
|
35553
|
-
"name": "
|
|
35554
|
-
"module": "src/
|
|
35682
|
+
"name": "Switch",
|
|
35683
|
+
"module": "src/switch/switch.ts"
|
|
35555
35684
|
}
|
|
35556
35685
|
},
|
|
35557
35686
|
{
|
|
@@ -35564,8 +35693,8 @@
|
|
|
35564
35693
|
}
|
|
35565
35694
|
},
|
|
35566
35695
|
"inheritedFrom": {
|
|
35567
|
-
"name": "
|
|
35568
|
-
"module": "src/
|
|
35696
|
+
"name": "Switch",
|
|
35697
|
+
"module": "src/switch/switch.ts"
|
|
35569
35698
|
}
|
|
35570
35699
|
},
|
|
35571
35700
|
{
|
|
@@ -35577,8 +35706,8 @@
|
|
|
35577
35706
|
"privacy": "public",
|
|
35578
35707
|
"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.",
|
|
35579
35708
|
"inheritedFrom": {
|
|
35580
|
-
"name": "
|
|
35581
|
-
"module": "src/
|
|
35709
|
+
"name": "Switch",
|
|
35710
|
+
"module": "src/switch/switch.ts"
|
|
35582
35711
|
}
|
|
35583
35712
|
},
|
|
35584
35713
|
{
|
|
@@ -35591,8 +35720,8 @@
|
|
|
35591
35720
|
}
|
|
35592
35721
|
},
|
|
35593
35722
|
"inheritedFrom": {
|
|
35594
|
-
"name": "
|
|
35595
|
-
"module": "src/
|
|
35723
|
+
"name": "Switch",
|
|
35724
|
+
"module": "src/switch/switch.ts"
|
|
35596
35725
|
}
|
|
35597
35726
|
},
|
|
35598
35727
|
{
|
|
@@ -35622,15 +35751,25 @@
|
|
|
35622
35751
|
],
|
|
35623
35752
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
35624
35753
|
"inheritedFrom": {
|
|
35625
|
-
"name": "
|
|
35626
|
-
"module": "src/
|
|
35754
|
+
"name": "Switch",
|
|
35755
|
+
"module": "src/switch/switch.ts"
|
|
35756
|
+
}
|
|
35757
|
+
}
|
|
35758
|
+
],
|
|
35759
|
+
"events": [
|
|
35760
|
+
{
|
|
35761
|
+
"description": "Emits a custom change event when the checked state changes",
|
|
35762
|
+
"name": "change",
|
|
35763
|
+
"inheritedFrom": {
|
|
35764
|
+
"name": "Switch",
|
|
35765
|
+
"module": "src/switch/switch.ts"
|
|
35627
35766
|
}
|
|
35628
35767
|
}
|
|
35629
35768
|
]
|
|
35630
35769
|
},
|
|
35631
35770
|
{
|
|
35632
35771
|
"kind": "variable",
|
|
35633
|
-
"name": "
|
|
35772
|
+
"name": "foundationSwitchShadowOptions",
|
|
35634
35773
|
"type": {
|
|
35635
35774
|
"text": "ShadowRootInit"
|
|
35636
35775
|
},
|
|
@@ -35638,57 +35777,57 @@
|
|
|
35638
35777
|
},
|
|
35639
35778
|
{
|
|
35640
35779
|
"kind": "variable",
|
|
35641
|
-
"name": "
|
|
35780
|
+
"name": "defaultSwitchConfig",
|
|
35642
35781
|
"type": {
|
|
35643
35782
|
"text": "object"
|
|
35644
35783
|
},
|
|
35645
|
-
"default": "{}"
|
|
35784
|
+
"default": "{\n switch: `<div class=\"checked-indicator\" part=\"checked-indicator\"></div>`,\n}"
|
|
35646
35785
|
},
|
|
35647
35786
|
{
|
|
35648
35787
|
"kind": "variable",
|
|
35649
|
-
"name": "
|
|
35650
|
-
"description": "The Foundation
|
|
35788
|
+
"name": "foundationSwitch",
|
|
35789
|
+
"description": "The Foundation Switch",
|
|
35651
35790
|
"privacy": "public"
|
|
35652
35791
|
}
|
|
35653
35792
|
],
|
|
35654
35793
|
"exports": [
|
|
35655
35794
|
{
|
|
35656
35795
|
"kind": "js",
|
|
35657
|
-
"name": "
|
|
35796
|
+
"name": "Switch",
|
|
35658
35797
|
"declaration": {
|
|
35659
|
-
"name": "
|
|
35660
|
-
"module": "src/
|
|
35798
|
+
"name": "Switch",
|
|
35799
|
+
"module": "src/switch/switch.ts"
|
|
35661
35800
|
}
|
|
35662
35801
|
},
|
|
35663
35802
|
{
|
|
35664
35803
|
"kind": "js",
|
|
35665
|
-
"name": "
|
|
35804
|
+
"name": "foundationSwitchShadowOptions",
|
|
35666
35805
|
"declaration": {
|
|
35667
|
-
"name": "
|
|
35668
|
-
"module": "src/
|
|
35806
|
+
"name": "foundationSwitchShadowOptions",
|
|
35807
|
+
"module": "src/switch/switch.ts"
|
|
35669
35808
|
}
|
|
35670
35809
|
},
|
|
35671
35810
|
{
|
|
35672
35811
|
"kind": "js",
|
|
35673
|
-
"name": "
|
|
35812
|
+
"name": "defaultSwitchConfig",
|
|
35674
35813
|
"declaration": {
|
|
35675
|
-
"name": "
|
|
35676
|
-
"module": "src/
|
|
35814
|
+
"name": "defaultSwitchConfig",
|
|
35815
|
+
"module": "src/switch/switch.ts"
|
|
35677
35816
|
}
|
|
35678
35817
|
},
|
|
35679
35818
|
{
|
|
35680
35819
|
"kind": "js",
|
|
35681
|
-
"name": "
|
|
35820
|
+
"name": "foundationSwitch",
|
|
35682
35821
|
"declaration": {
|
|
35683
|
-
"name": "
|
|
35684
|
-
"module": "src/
|
|
35822
|
+
"name": "foundationSwitch",
|
|
35823
|
+
"module": "src/switch/switch.ts"
|
|
35685
35824
|
}
|
|
35686
35825
|
}
|
|
35687
35826
|
]
|
|
35688
35827
|
},
|
|
35689
35828
|
{
|
|
35690
35829
|
"kind": "javascript-module",
|
|
35691
|
-
"path": "src/
|
|
35830
|
+
"path": "src/stepper-tab-panel/index.ts",
|
|
35692
35831
|
"declarations": [],
|
|
35693
35832
|
"exports": [
|
|
35694
35833
|
{
|
|
@@ -35696,15 +35835,7 @@
|
|
|
35696
35835
|
"name": "*",
|
|
35697
35836
|
"declaration": {
|
|
35698
35837
|
"name": "*",
|
|
35699
|
-
"package": "./
|
|
35700
|
-
}
|
|
35701
|
-
},
|
|
35702
|
-
{
|
|
35703
|
-
"kind": "js",
|
|
35704
|
-
"name": "*",
|
|
35705
|
-
"declaration": {
|
|
35706
|
-
"name": "*",
|
|
35707
|
-
"package": "./switch.styles"
|
|
35838
|
+
"package": "./stepper-tab-panel.template"
|
|
35708
35839
|
}
|
|
35709
35840
|
},
|
|
35710
35841
|
{
|
|
@@ -35712,153 +35843,46 @@
|
|
|
35712
35843
|
"name": "*",
|
|
35713
35844
|
"declaration": {
|
|
35714
35845
|
"name": "*",
|
|
35715
|
-
"package": "./
|
|
35716
|
-
}
|
|
35717
|
-
}
|
|
35718
|
-
]
|
|
35719
|
-
},
|
|
35720
|
-
{
|
|
35721
|
-
"kind": "javascript-module",
|
|
35722
|
-
"path": "src/switch/switch.styles.ts",
|
|
35723
|
-
"declarations": [
|
|
35724
|
-
{
|
|
35725
|
-
"kind": "function",
|
|
35726
|
-
"name": "foundationSwitchStyles",
|
|
35727
|
-
"return": {
|
|
35728
|
-
"type": {
|
|
35729
|
-
"text": "ElementStyles"
|
|
35730
|
-
}
|
|
35731
|
-
},
|
|
35732
|
-
"parameters": [
|
|
35733
|
-
{
|
|
35734
|
-
"name": "context",
|
|
35735
|
-
"type": {
|
|
35736
|
-
"text": "ElementDefinitionContext"
|
|
35737
|
-
}
|
|
35738
|
-
},
|
|
35739
|
-
{
|
|
35740
|
-
"name": "definition",
|
|
35741
|
-
"type": {
|
|
35742
|
-
"text": "SwitchOptions"
|
|
35743
|
-
}
|
|
35744
|
-
}
|
|
35745
|
-
]
|
|
35746
|
-
}
|
|
35747
|
-
],
|
|
35748
|
-
"exports": [
|
|
35749
|
-
{
|
|
35750
|
-
"kind": "js",
|
|
35751
|
-
"name": "foundationSwitchStyles",
|
|
35752
|
-
"declaration": {
|
|
35753
|
-
"name": "foundationSwitchStyles",
|
|
35754
|
-
"module": "src/switch/switch.styles.ts"
|
|
35846
|
+
"package": "./stepper-tab-panel"
|
|
35755
35847
|
}
|
|
35756
35848
|
}
|
|
35757
35849
|
]
|
|
35758
35850
|
},
|
|
35759
35851
|
{
|
|
35760
35852
|
"kind": "javascript-module",
|
|
35761
|
-
"path": "src/
|
|
35853
|
+
"path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
|
|
35762
35854
|
"declarations": [
|
|
35763
35855
|
{
|
|
35764
35856
|
"kind": "function",
|
|
35765
|
-
"name": "
|
|
35766
|
-
"return": {
|
|
35767
|
-
"type": {
|
|
35768
|
-
"text": "ViewTemplate<Switch>"
|
|
35769
|
-
}
|
|
35770
|
-
},
|
|
35771
|
-
"parameters": [
|
|
35772
|
-
{
|
|
35773
|
-
"name": "context",
|
|
35774
|
-
"type": {
|
|
35775
|
-
"text": "ElementDefinitionContext"
|
|
35776
|
-
}
|
|
35777
|
-
},
|
|
35778
|
-
{
|
|
35779
|
-
"name": "definition",
|
|
35780
|
-
"type": {
|
|
35781
|
-
"text": "FoundationElementDefinition"
|
|
35782
|
-
}
|
|
35783
|
-
}
|
|
35784
|
-
]
|
|
35857
|
+
"name": "foundationStepperTabPanelTemplate"
|
|
35785
35858
|
}
|
|
35786
35859
|
],
|
|
35787
35860
|
"exports": [
|
|
35788
35861
|
{
|
|
35789
35862
|
"kind": "js",
|
|
35790
|
-
"name": "
|
|
35863
|
+
"name": "foundationStepperTabPanelTemplate",
|
|
35791
35864
|
"declaration": {
|
|
35792
|
-
"name": "
|
|
35793
|
-
"module": "src/
|
|
35865
|
+
"name": "foundationStepperTabPanelTemplate",
|
|
35866
|
+
"module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
|
|
35794
35867
|
}
|
|
35795
35868
|
}
|
|
35796
35869
|
]
|
|
35797
35870
|
},
|
|
35798
35871
|
{
|
|
35799
35872
|
"kind": "javascript-module",
|
|
35800
|
-
"path": "src/
|
|
35873
|
+
"path": "src/stepper-tab-panel/stepper-tab-panel.ts",
|
|
35801
35874
|
"declarations": [
|
|
35802
35875
|
{
|
|
35803
35876
|
"kind": "class",
|
|
35804
35877
|
"description": "",
|
|
35805
|
-
"name": "
|
|
35878
|
+
"name": "StepperTabPanel",
|
|
35806
35879
|
"superclass": {
|
|
35807
|
-
"name": "
|
|
35808
|
-
"package": "@microsoft/fast-
|
|
35880
|
+
"name": "FoundationElement",
|
|
35881
|
+
"package": "@microsoft/fast-foundation"
|
|
35809
35882
|
},
|
|
35810
|
-
"tagName": "%%prefix%%-
|
|
35883
|
+
"tagName": "%%prefix%%-stepper-tab-panel",
|
|
35811
35884
|
"customElement": true,
|
|
35812
|
-
"attributes": [
|
|
35813
|
-
{
|
|
35814
|
-
"name": "readonly",
|
|
35815
|
-
"type": {
|
|
35816
|
-
"text": "boolean"
|
|
35817
|
-
},
|
|
35818
|
-
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
35819
|
-
"fieldName": "readOnly",
|
|
35820
|
-
"inheritedFrom": {
|
|
35821
|
-
"name": "Switch",
|
|
35822
|
-
"module": "src/switch/switch.ts"
|
|
35823
|
-
}
|
|
35824
|
-
}
|
|
35825
|
-
],
|
|
35826
35885
|
"members": [
|
|
35827
|
-
{
|
|
35828
|
-
"kind": "field",
|
|
35829
|
-
"name": "readOnly",
|
|
35830
|
-
"type": {
|
|
35831
|
-
"text": "boolean"
|
|
35832
|
-
},
|
|
35833
|
-
"privacy": "public",
|
|
35834
|
-
"description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
35835
|
-
"inheritedFrom": {
|
|
35836
|
-
"name": "Switch",
|
|
35837
|
-
"module": "src/switch/switch.ts"
|
|
35838
|
-
}
|
|
35839
|
-
},
|
|
35840
|
-
{
|
|
35841
|
-
"kind": "method",
|
|
35842
|
-
"name": "readOnlyChanged",
|
|
35843
|
-
"privacy": "private",
|
|
35844
|
-
"return": {
|
|
35845
|
-
"type": {
|
|
35846
|
-
"text": "void"
|
|
35847
|
-
}
|
|
35848
|
-
},
|
|
35849
|
-
"inheritedFrom": {
|
|
35850
|
-
"name": "Switch",
|
|
35851
|
-
"module": "src/switch/switch.ts"
|
|
35852
|
-
}
|
|
35853
|
-
},
|
|
35854
|
-
{
|
|
35855
|
-
"kind": "field",
|
|
35856
|
-
"name": "proxy",
|
|
35857
|
-
"inheritedFrom": {
|
|
35858
|
-
"name": "Switch",
|
|
35859
|
-
"module": "src/switch/switch.ts"
|
|
35860
|
-
}
|
|
35861
|
-
},
|
|
35862
35886
|
{
|
|
35863
35887
|
"kind": "field",
|
|
35864
35888
|
"name": "_presentation",
|
|
@@ -35868,8 +35892,8 @@
|
|
|
35868
35892
|
"privacy": "private",
|
|
35869
35893
|
"default": "void 0",
|
|
35870
35894
|
"inheritedFrom": {
|
|
35871
|
-
"name": "
|
|
35872
|
-
"module": "src/
|
|
35895
|
+
"name": "FoundationElement",
|
|
35896
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
35873
35897
|
}
|
|
35874
35898
|
},
|
|
35875
35899
|
{
|
|
@@ -35881,8 +35905,8 @@
|
|
|
35881
35905
|
"privacy": "public",
|
|
35882
35906
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
35883
35907
|
"inheritedFrom": {
|
|
35884
|
-
"name": "
|
|
35885
|
-
"module": "src/
|
|
35908
|
+
"name": "FoundationElement",
|
|
35909
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
35886
35910
|
}
|
|
35887
35911
|
},
|
|
35888
35912
|
{
|
|
@@ -35894,8 +35918,8 @@
|
|
|
35894
35918
|
"privacy": "public",
|
|
35895
35919
|
"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.",
|
|
35896
35920
|
"inheritedFrom": {
|
|
35897
|
-
"name": "
|
|
35898
|
-
"module": "src/
|
|
35921
|
+
"name": "FoundationElement",
|
|
35922
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
35899
35923
|
}
|
|
35900
35924
|
},
|
|
35901
35925
|
{
|
|
@@ -35908,8 +35932,8 @@
|
|
|
35908
35932
|
}
|
|
35909
35933
|
},
|
|
35910
35934
|
"inheritedFrom": {
|
|
35911
|
-
"name": "
|
|
35912
|
-
"module": "src/
|
|
35935
|
+
"name": "FoundationElement",
|
|
35936
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
35913
35937
|
}
|
|
35914
35938
|
},
|
|
35915
35939
|
{
|
|
@@ -35921,8 +35945,8 @@
|
|
|
35921
35945
|
"privacy": "public",
|
|
35922
35946
|
"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.",
|
|
35923
35947
|
"inheritedFrom": {
|
|
35924
|
-
"name": "
|
|
35925
|
-
"module": "src/
|
|
35948
|
+
"name": "FoundationElement",
|
|
35949
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
35926
35950
|
}
|
|
35927
35951
|
},
|
|
35928
35952
|
{
|
|
@@ -35935,8 +35959,8 @@
|
|
|
35935
35959
|
}
|
|
35936
35960
|
},
|
|
35937
35961
|
"inheritedFrom": {
|
|
35938
|
-
"name": "
|
|
35939
|
-
"module": "src/
|
|
35962
|
+
"name": "FoundationElement",
|
|
35963
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
35940
35964
|
}
|
|
35941
35965
|
},
|
|
35942
35966
|
{
|
|
@@ -35966,25 +35990,15 @@
|
|
|
35966
35990
|
],
|
|
35967
35991
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
35968
35992
|
"inheritedFrom": {
|
|
35969
|
-
"name": "
|
|
35970
|
-
"module": "src/
|
|
35971
|
-
}
|
|
35972
|
-
}
|
|
35973
|
-
],
|
|
35974
|
-
"events": [
|
|
35975
|
-
{
|
|
35976
|
-
"description": "Emits a custom change event when the checked state changes",
|
|
35977
|
-
"name": "change",
|
|
35978
|
-
"inheritedFrom": {
|
|
35979
|
-
"name": "Switch",
|
|
35980
|
-
"module": "src/switch/switch.ts"
|
|
35993
|
+
"name": "FoundationElement",
|
|
35994
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
35981
35995
|
}
|
|
35982
35996
|
}
|
|
35983
35997
|
]
|
|
35984
35998
|
},
|
|
35985
35999
|
{
|
|
35986
36000
|
"kind": "variable",
|
|
35987
|
-
"name": "
|
|
36001
|
+
"name": "foundationStepperTabPanelShadowOptions",
|
|
35988
36002
|
"type": {
|
|
35989
36003
|
"text": "ShadowRootInit"
|
|
35990
36004
|
},
|
|
@@ -35992,50 +36006,50 @@
|
|
|
35992
36006
|
},
|
|
35993
36007
|
{
|
|
35994
36008
|
"kind": "variable",
|
|
35995
|
-
"name": "
|
|
36009
|
+
"name": "defaultStepperTabPanelConfig",
|
|
35996
36010
|
"type": {
|
|
35997
36011
|
"text": "object"
|
|
35998
36012
|
},
|
|
35999
|
-
"default": "{
|
|
36013
|
+
"default": "{}"
|
|
36000
36014
|
},
|
|
36001
36015
|
{
|
|
36002
36016
|
"kind": "variable",
|
|
36003
|
-
"name": "
|
|
36004
|
-
"description": "The Foundation
|
|
36017
|
+
"name": "foundationStepperTabPanel",
|
|
36018
|
+
"description": "The Foundation Stepper Tab Panel",
|
|
36005
36019
|
"privacy": "public"
|
|
36006
36020
|
}
|
|
36007
36021
|
],
|
|
36008
36022
|
"exports": [
|
|
36009
36023
|
{
|
|
36010
36024
|
"kind": "js",
|
|
36011
|
-
"name": "
|
|
36025
|
+
"name": "StepperTabPanel",
|
|
36012
36026
|
"declaration": {
|
|
36013
|
-
"name": "
|
|
36014
|
-
"module": "src/
|
|
36027
|
+
"name": "StepperTabPanel",
|
|
36028
|
+
"module": "src/stepper-tab-panel/stepper-tab-panel.ts"
|
|
36015
36029
|
}
|
|
36016
36030
|
},
|
|
36017
36031
|
{
|
|
36018
36032
|
"kind": "js",
|
|
36019
|
-
"name": "
|
|
36033
|
+
"name": "foundationStepperTabPanelShadowOptions",
|
|
36020
36034
|
"declaration": {
|
|
36021
|
-
"name": "
|
|
36022
|
-
"module": "src/
|
|
36035
|
+
"name": "foundationStepperTabPanelShadowOptions",
|
|
36036
|
+
"module": "src/stepper-tab-panel/stepper-tab-panel.ts"
|
|
36023
36037
|
}
|
|
36024
36038
|
},
|
|
36025
36039
|
{
|
|
36026
36040
|
"kind": "js",
|
|
36027
|
-
"name": "
|
|
36041
|
+
"name": "defaultStepperTabPanelConfig",
|
|
36028
36042
|
"declaration": {
|
|
36029
|
-
"name": "
|
|
36030
|
-
"module": "src/
|
|
36043
|
+
"name": "defaultStepperTabPanelConfig",
|
|
36044
|
+
"module": "src/stepper-tab-panel/stepper-tab-panel.ts"
|
|
36031
36045
|
}
|
|
36032
36046
|
},
|
|
36033
36047
|
{
|
|
36034
36048
|
"kind": "js",
|
|
36035
|
-
"name": "
|
|
36049
|
+
"name": "foundationStepperTabPanel",
|
|
36036
36050
|
"declaration": {
|
|
36037
|
-
"name": "
|
|
36038
|
-
"module": "src/
|
|
36051
|
+
"name": "foundationStepperTabPanel",
|
|
36052
|
+
"module": "src/stepper-tab-panel/stepper-tab-panel.ts"
|
|
36039
36053
|
}
|
|
36040
36054
|
}
|
|
36041
36055
|
]
|
|
@@ -39052,6 +39066,390 @@
|
|
|
39052
39066
|
}
|
|
39053
39067
|
]
|
|
39054
39068
|
},
|
|
39069
|
+
{
|
|
39070
|
+
"kind": "javascript-module",
|
|
39071
|
+
"path": "src/toolbar/index.ts",
|
|
39072
|
+
"declarations": [],
|
|
39073
|
+
"exports": [
|
|
39074
|
+
{
|
|
39075
|
+
"kind": "js",
|
|
39076
|
+
"name": "*",
|
|
39077
|
+
"declaration": {
|
|
39078
|
+
"name": "*",
|
|
39079
|
+
"package": "./toolbar.template"
|
|
39080
|
+
}
|
|
39081
|
+
},
|
|
39082
|
+
{
|
|
39083
|
+
"kind": "js",
|
|
39084
|
+
"name": "*",
|
|
39085
|
+
"declaration": {
|
|
39086
|
+
"name": "*",
|
|
39087
|
+
"package": "./toolbar.styles"
|
|
39088
|
+
}
|
|
39089
|
+
},
|
|
39090
|
+
{
|
|
39091
|
+
"kind": "js",
|
|
39092
|
+
"name": "*",
|
|
39093
|
+
"declaration": {
|
|
39094
|
+
"name": "*",
|
|
39095
|
+
"package": "./toolbar"
|
|
39096
|
+
}
|
|
39097
|
+
}
|
|
39098
|
+
]
|
|
39099
|
+
},
|
|
39100
|
+
{
|
|
39101
|
+
"kind": "javascript-module",
|
|
39102
|
+
"path": "src/toolbar/toolbar.styles.ts",
|
|
39103
|
+
"declarations": [
|
|
39104
|
+
{
|
|
39105
|
+
"kind": "function",
|
|
39106
|
+
"name": "foundationToolbarStyles",
|
|
39107
|
+
"return": {
|
|
39108
|
+
"type": {
|
|
39109
|
+
"text": "ElementStyles"
|
|
39110
|
+
}
|
|
39111
|
+
},
|
|
39112
|
+
"parameters": [
|
|
39113
|
+
{
|
|
39114
|
+
"name": "context",
|
|
39115
|
+
"type": {
|
|
39116
|
+
"text": "ElementDefinitionContext"
|
|
39117
|
+
}
|
|
39118
|
+
},
|
|
39119
|
+
{
|
|
39120
|
+
"name": "definition",
|
|
39121
|
+
"type": {
|
|
39122
|
+
"text": "FoundationElementDefinition"
|
|
39123
|
+
}
|
|
39124
|
+
}
|
|
39125
|
+
]
|
|
39126
|
+
}
|
|
39127
|
+
],
|
|
39128
|
+
"exports": [
|
|
39129
|
+
{
|
|
39130
|
+
"kind": "js",
|
|
39131
|
+
"name": "foundationToolbarStyles",
|
|
39132
|
+
"declaration": {
|
|
39133
|
+
"name": "foundationToolbarStyles",
|
|
39134
|
+
"module": "src/toolbar/toolbar.styles.ts"
|
|
39135
|
+
}
|
|
39136
|
+
}
|
|
39137
|
+
]
|
|
39138
|
+
},
|
|
39139
|
+
{
|
|
39140
|
+
"kind": "javascript-module",
|
|
39141
|
+
"path": "src/toolbar/toolbar.template.ts",
|
|
39142
|
+
"declarations": [
|
|
39143
|
+
{
|
|
39144
|
+
"kind": "function",
|
|
39145
|
+
"name": "foundationToolbarTemplate",
|
|
39146
|
+
"return": {
|
|
39147
|
+
"type": {
|
|
39148
|
+
"text": "ViewTemplate<Toolbar>"
|
|
39149
|
+
}
|
|
39150
|
+
},
|
|
39151
|
+
"parameters": [
|
|
39152
|
+
{
|
|
39153
|
+
"name": "context",
|
|
39154
|
+
"type": {
|
|
39155
|
+
"text": "ElementDefinitionContext"
|
|
39156
|
+
}
|
|
39157
|
+
},
|
|
39158
|
+
{
|
|
39159
|
+
"name": "definition",
|
|
39160
|
+
"type": {
|
|
39161
|
+
"text": "FoundationElementDefinition"
|
|
39162
|
+
}
|
|
39163
|
+
}
|
|
39164
|
+
]
|
|
39165
|
+
}
|
|
39166
|
+
],
|
|
39167
|
+
"exports": [
|
|
39168
|
+
{
|
|
39169
|
+
"kind": "js",
|
|
39170
|
+
"name": "foundationToolbarTemplate",
|
|
39171
|
+
"declaration": {
|
|
39172
|
+
"name": "foundationToolbarTemplate",
|
|
39173
|
+
"module": "src/toolbar/toolbar.template.ts"
|
|
39174
|
+
}
|
|
39175
|
+
}
|
|
39176
|
+
]
|
|
39177
|
+
},
|
|
39178
|
+
{
|
|
39179
|
+
"kind": "javascript-module",
|
|
39180
|
+
"path": "src/toolbar/toolbar.ts",
|
|
39181
|
+
"declarations": [
|
|
39182
|
+
{
|
|
39183
|
+
"kind": "class",
|
|
39184
|
+
"description": "",
|
|
39185
|
+
"name": "Toolbar",
|
|
39186
|
+
"superclass": {
|
|
39187
|
+
"name": "FASTToolbar",
|
|
39188
|
+
"package": "@microsoft/fast-components"
|
|
39189
|
+
},
|
|
39190
|
+
"tagName": "%%prefix%%-toolbar",
|
|
39191
|
+
"customElement": true,
|
|
39192
|
+
"attributes": [
|
|
39193
|
+
{
|
|
39194
|
+
"name": "orientation",
|
|
39195
|
+
"type": {
|
|
39196
|
+
"text": "Orientation"
|
|
39197
|
+
},
|
|
39198
|
+
"description": "The orientation of the toolbar.",
|
|
39199
|
+
"fieldName": "orientation",
|
|
39200
|
+
"inheritedFrom": {
|
|
39201
|
+
"name": "Toolbar",
|
|
39202
|
+
"module": "src/toolbar/toolbar.ts"
|
|
39203
|
+
}
|
|
39204
|
+
}
|
|
39205
|
+
],
|
|
39206
|
+
"members": [
|
|
39207
|
+
{
|
|
39208
|
+
"kind": "field",
|
|
39209
|
+
"name": "activeIndex",
|
|
39210
|
+
"inheritedFrom": {
|
|
39211
|
+
"name": "Toolbar",
|
|
39212
|
+
"module": "src/toolbar/toolbar.ts"
|
|
39213
|
+
}
|
|
39214
|
+
},
|
|
39215
|
+
{
|
|
39216
|
+
"kind": "field",
|
|
39217
|
+
"name": "orientation",
|
|
39218
|
+
"type": {
|
|
39219
|
+
"text": "Orientation"
|
|
39220
|
+
},
|
|
39221
|
+
"privacy": "public",
|
|
39222
|
+
"description": "The orientation of the toolbar.",
|
|
39223
|
+
"inheritedFrom": {
|
|
39224
|
+
"name": "Toolbar",
|
|
39225
|
+
"module": "src/toolbar/toolbar.ts"
|
|
39226
|
+
}
|
|
39227
|
+
},
|
|
39228
|
+
{
|
|
39229
|
+
"kind": "method",
|
|
39230
|
+
"name": "slottedItemsChanged",
|
|
39231
|
+
"privacy": "protected",
|
|
39232
|
+
"return": {
|
|
39233
|
+
"type": {
|
|
39234
|
+
"text": "void"
|
|
39235
|
+
}
|
|
39236
|
+
},
|
|
39237
|
+
"inheritedFrom": {
|
|
39238
|
+
"name": "Toolbar",
|
|
39239
|
+
"module": "src/toolbar/toolbar.ts"
|
|
39240
|
+
}
|
|
39241
|
+
},
|
|
39242
|
+
{
|
|
39243
|
+
"kind": "field",
|
|
39244
|
+
"name": "childItems",
|
|
39245
|
+
"type": {
|
|
39246
|
+
"text": "Element[]"
|
|
39247
|
+
},
|
|
39248
|
+
"privacy": "public",
|
|
39249
|
+
"inheritedFrom": {
|
|
39250
|
+
"name": "Toolbar",
|
|
39251
|
+
"module": "src/toolbar/toolbar.ts"
|
|
39252
|
+
}
|
|
39253
|
+
},
|
|
39254
|
+
{
|
|
39255
|
+
"kind": "method",
|
|
39256
|
+
"name": "childItemsChanged",
|
|
39257
|
+
"privacy": "protected",
|
|
39258
|
+
"return": {
|
|
39259
|
+
"type": {
|
|
39260
|
+
"text": "void"
|
|
39261
|
+
}
|
|
39262
|
+
},
|
|
39263
|
+
"parameters": [
|
|
39264
|
+
{
|
|
39265
|
+
"name": "prev",
|
|
39266
|
+
"type": {
|
|
39267
|
+
"text": "undefined | Element[]"
|
|
39268
|
+
}
|
|
39269
|
+
},
|
|
39270
|
+
{
|
|
39271
|
+
"name": "next",
|
|
39272
|
+
"type": {
|
|
39273
|
+
"text": "Element[]"
|
|
39274
|
+
}
|
|
39275
|
+
}
|
|
39276
|
+
],
|
|
39277
|
+
"inheritedFrom": {
|
|
39278
|
+
"name": "Toolbar",
|
|
39279
|
+
"module": "src/toolbar/toolbar.ts"
|
|
39280
|
+
}
|
|
39281
|
+
},
|
|
39282
|
+
{
|
|
39283
|
+
"kind": "field",
|
|
39284
|
+
"name": "_presentation",
|
|
39285
|
+
"type": {
|
|
39286
|
+
"text": "ComponentPresentation | null | undefined"
|
|
39287
|
+
},
|
|
39288
|
+
"privacy": "private",
|
|
39289
|
+
"default": "void 0",
|
|
39290
|
+
"inheritedFrom": {
|
|
39291
|
+
"name": "FoundationElement",
|
|
39292
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39293
|
+
}
|
|
39294
|
+
},
|
|
39295
|
+
{
|
|
39296
|
+
"kind": "field",
|
|
39297
|
+
"name": "$presentation",
|
|
39298
|
+
"type": {
|
|
39299
|
+
"text": "ComponentPresentation | null"
|
|
39300
|
+
},
|
|
39301
|
+
"privacy": "public",
|
|
39302
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
39303
|
+
"inheritedFrom": {
|
|
39304
|
+
"name": "FoundationElement",
|
|
39305
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39306
|
+
}
|
|
39307
|
+
},
|
|
39308
|
+
{
|
|
39309
|
+
"kind": "field",
|
|
39310
|
+
"name": "template",
|
|
39311
|
+
"type": {
|
|
39312
|
+
"text": "ElementViewTemplate | void | null"
|
|
39313
|
+
},
|
|
39314
|
+
"privacy": "public",
|
|
39315
|
+
"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.",
|
|
39316
|
+
"inheritedFrom": {
|
|
39317
|
+
"name": "FoundationElement",
|
|
39318
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39319
|
+
}
|
|
39320
|
+
},
|
|
39321
|
+
{
|
|
39322
|
+
"kind": "method",
|
|
39323
|
+
"name": "templateChanged",
|
|
39324
|
+
"privacy": "protected",
|
|
39325
|
+
"return": {
|
|
39326
|
+
"type": {
|
|
39327
|
+
"text": "void"
|
|
39328
|
+
}
|
|
39329
|
+
},
|
|
39330
|
+
"inheritedFrom": {
|
|
39331
|
+
"name": "FoundationElement",
|
|
39332
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39333
|
+
}
|
|
39334
|
+
},
|
|
39335
|
+
{
|
|
39336
|
+
"kind": "field",
|
|
39337
|
+
"name": "styles",
|
|
39338
|
+
"type": {
|
|
39339
|
+
"text": "ElementStyles | void | null"
|
|
39340
|
+
},
|
|
39341
|
+
"privacy": "public",
|
|
39342
|
+
"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.",
|
|
39343
|
+
"inheritedFrom": {
|
|
39344
|
+
"name": "FoundationElement",
|
|
39345
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39346
|
+
}
|
|
39347
|
+
},
|
|
39348
|
+
{
|
|
39349
|
+
"kind": "method",
|
|
39350
|
+
"name": "stylesChanged",
|
|
39351
|
+
"privacy": "protected",
|
|
39352
|
+
"return": {
|
|
39353
|
+
"type": {
|
|
39354
|
+
"text": "void"
|
|
39355
|
+
}
|
|
39356
|
+
},
|
|
39357
|
+
"inheritedFrom": {
|
|
39358
|
+
"name": "FoundationElement",
|
|
39359
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39360
|
+
}
|
|
39361
|
+
},
|
|
39362
|
+
{
|
|
39363
|
+
"kind": "method",
|
|
39364
|
+
"name": "compose",
|
|
39365
|
+
"privacy": "public",
|
|
39366
|
+
"static": true,
|
|
39367
|
+
"return": {
|
|
39368
|
+
"type": {
|
|
39369
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
39370
|
+
}
|
|
39371
|
+
},
|
|
39372
|
+
"parameters": [
|
|
39373
|
+
{
|
|
39374
|
+
"name": "this",
|
|
39375
|
+
"type": {
|
|
39376
|
+
"text": "K"
|
|
39377
|
+
}
|
|
39378
|
+
},
|
|
39379
|
+
{
|
|
39380
|
+
"name": "elementDefinition",
|
|
39381
|
+
"type": {
|
|
39382
|
+
"text": "T"
|
|
39383
|
+
},
|
|
39384
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
39385
|
+
}
|
|
39386
|
+
],
|
|
39387
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
39388
|
+
"inheritedFrom": {
|
|
39389
|
+
"name": "FoundationElement",
|
|
39390
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
39391
|
+
}
|
|
39392
|
+
}
|
|
39393
|
+
]
|
|
39394
|
+
},
|
|
39395
|
+
{
|
|
39396
|
+
"kind": "variable",
|
|
39397
|
+
"name": "foundationToolbarShadowOptions",
|
|
39398
|
+
"type": {
|
|
39399
|
+
"text": "ShadowRootInit"
|
|
39400
|
+
},
|
|
39401
|
+
"default": "undefined"
|
|
39402
|
+
},
|
|
39403
|
+
{
|
|
39404
|
+
"kind": "variable",
|
|
39405
|
+
"name": "defaultToolbarConfig",
|
|
39406
|
+
"type": {
|
|
39407
|
+
"text": "object"
|
|
39408
|
+
},
|
|
39409
|
+
"default": "{}"
|
|
39410
|
+
},
|
|
39411
|
+
{
|
|
39412
|
+
"kind": "variable",
|
|
39413
|
+
"name": "foundationToolbar",
|
|
39414
|
+
"description": "The Foundation Toolbar",
|
|
39415
|
+
"privacy": "public"
|
|
39416
|
+
}
|
|
39417
|
+
],
|
|
39418
|
+
"exports": [
|
|
39419
|
+
{
|
|
39420
|
+
"kind": "js",
|
|
39421
|
+
"name": "Toolbar",
|
|
39422
|
+
"declaration": {
|
|
39423
|
+
"name": "Toolbar",
|
|
39424
|
+
"module": "src/toolbar/toolbar.ts"
|
|
39425
|
+
}
|
|
39426
|
+
},
|
|
39427
|
+
{
|
|
39428
|
+
"kind": "js",
|
|
39429
|
+
"name": "foundationToolbarShadowOptions",
|
|
39430
|
+
"declaration": {
|
|
39431
|
+
"name": "foundationToolbarShadowOptions",
|
|
39432
|
+
"module": "src/toolbar/toolbar.ts"
|
|
39433
|
+
}
|
|
39434
|
+
},
|
|
39435
|
+
{
|
|
39436
|
+
"kind": "js",
|
|
39437
|
+
"name": "defaultToolbarConfig",
|
|
39438
|
+
"declaration": {
|
|
39439
|
+
"name": "defaultToolbarConfig",
|
|
39440
|
+
"module": "src/toolbar/toolbar.ts"
|
|
39441
|
+
}
|
|
39442
|
+
},
|
|
39443
|
+
{
|
|
39444
|
+
"kind": "js",
|
|
39445
|
+
"name": "foundationToolbar",
|
|
39446
|
+
"declaration": {
|
|
39447
|
+
"name": "foundationToolbar",
|
|
39448
|
+
"module": "src/toolbar/toolbar.ts"
|
|
39449
|
+
}
|
|
39450
|
+
}
|
|
39451
|
+
]
|
|
39452
|
+
},
|
|
39055
39453
|
{
|
|
39056
39454
|
"kind": "javascript-module",
|
|
39057
39455
|
"path": "src/tooltip/index.ts",
|
|
@@ -39872,390 +40270,6 @@
|
|
|
39872
40270
|
}
|
|
39873
40271
|
]
|
|
39874
40272
|
},
|
|
39875
|
-
{
|
|
39876
|
-
"kind": "javascript-module",
|
|
39877
|
-
"path": "src/toolbar/index.ts",
|
|
39878
|
-
"declarations": [],
|
|
39879
|
-
"exports": [
|
|
39880
|
-
{
|
|
39881
|
-
"kind": "js",
|
|
39882
|
-
"name": "*",
|
|
39883
|
-
"declaration": {
|
|
39884
|
-
"name": "*",
|
|
39885
|
-
"package": "./toolbar.template"
|
|
39886
|
-
}
|
|
39887
|
-
},
|
|
39888
|
-
{
|
|
39889
|
-
"kind": "js",
|
|
39890
|
-
"name": "*",
|
|
39891
|
-
"declaration": {
|
|
39892
|
-
"name": "*",
|
|
39893
|
-
"package": "./toolbar.styles"
|
|
39894
|
-
}
|
|
39895
|
-
},
|
|
39896
|
-
{
|
|
39897
|
-
"kind": "js",
|
|
39898
|
-
"name": "*",
|
|
39899
|
-
"declaration": {
|
|
39900
|
-
"name": "*",
|
|
39901
|
-
"package": "./toolbar"
|
|
39902
|
-
}
|
|
39903
|
-
}
|
|
39904
|
-
]
|
|
39905
|
-
},
|
|
39906
|
-
{
|
|
39907
|
-
"kind": "javascript-module",
|
|
39908
|
-
"path": "src/toolbar/toolbar.styles.ts",
|
|
39909
|
-
"declarations": [
|
|
39910
|
-
{
|
|
39911
|
-
"kind": "function",
|
|
39912
|
-
"name": "foundationToolbarStyles",
|
|
39913
|
-
"return": {
|
|
39914
|
-
"type": {
|
|
39915
|
-
"text": "ElementStyles"
|
|
39916
|
-
}
|
|
39917
|
-
},
|
|
39918
|
-
"parameters": [
|
|
39919
|
-
{
|
|
39920
|
-
"name": "context",
|
|
39921
|
-
"type": {
|
|
39922
|
-
"text": "ElementDefinitionContext"
|
|
39923
|
-
}
|
|
39924
|
-
},
|
|
39925
|
-
{
|
|
39926
|
-
"name": "definition",
|
|
39927
|
-
"type": {
|
|
39928
|
-
"text": "FoundationElementDefinition"
|
|
39929
|
-
}
|
|
39930
|
-
}
|
|
39931
|
-
]
|
|
39932
|
-
}
|
|
39933
|
-
],
|
|
39934
|
-
"exports": [
|
|
39935
|
-
{
|
|
39936
|
-
"kind": "js",
|
|
39937
|
-
"name": "foundationToolbarStyles",
|
|
39938
|
-
"declaration": {
|
|
39939
|
-
"name": "foundationToolbarStyles",
|
|
39940
|
-
"module": "src/toolbar/toolbar.styles.ts"
|
|
39941
|
-
}
|
|
39942
|
-
}
|
|
39943
|
-
]
|
|
39944
|
-
},
|
|
39945
|
-
{
|
|
39946
|
-
"kind": "javascript-module",
|
|
39947
|
-
"path": "src/toolbar/toolbar.template.ts",
|
|
39948
|
-
"declarations": [
|
|
39949
|
-
{
|
|
39950
|
-
"kind": "function",
|
|
39951
|
-
"name": "foundationToolbarTemplate",
|
|
39952
|
-
"return": {
|
|
39953
|
-
"type": {
|
|
39954
|
-
"text": "ViewTemplate<Toolbar>"
|
|
39955
|
-
}
|
|
39956
|
-
},
|
|
39957
|
-
"parameters": [
|
|
39958
|
-
{
|
|
39959
|
-
"name": "context",
|
|
39960
|
-
"type": {
|
|
39961
|
-
"text": "ElementDefinitionContext"
|
|
39962
|
-
}
|
|
39963
|
-
},
|
|
39964
|
-
{
|
|
39965
|
-
"name": "definition",
|
|
39966
|
-
"type": {
|
|
39967
|
-
"text": "FoundationElementDefinition"
|
|
39968
|
-
}
|
|
39969
|
-
}
|
|
39970
|
-
]
|
|
39971
|
-
}
|
|
39972
|
-
],
|
|
39973
|
-
"exports": [
|
|
39974
|
-
{
|
|
39975
|
-
"kind": "js",
|
|
39976
|
-
"name": "foundationToolbarTemplate",
|
|
39977
|
-
"declaration": {
|
|
39978
|
-
"name": "foundationToolbarTemplate",
|
|
39979
|
-
"module": "src/toolbar/toolbar.template.ts"
|
|
39980
|
-
}
|
|
39981
|
-
}
|
|
39982
|
-
]
|
|
39983
|
-
},
|
|
39984
|
-
{
|
|
39985
|
-
"kind": "javascript-module",
|
|
39986
|
-
"path": "src/toolbar/toolbar.ts",
|
|
39987
|
-
"declarations": [
|
|
39988
|
-
{
|
|
39989
|
-
"kind": "class",
|
|
39990
|
-
"description": "",
|
|
39991
|
-
"name": "Toolbar",
|
|
39992
|
-
"superclass": {
|
|
39993
|
-
"name": "FASTToolbar",
|
|
39994
|
-
"package": "@microsoft/fast-components"
|
|
39995
|
-
},
|
|
39996
|
-
"tagName": "%%prefix%%-toolbar",
|
|
39997
|
-
"customElement": true,
|
|
39998
|
-
"attributes": [
|
|
39999
|
-
{
|
|
40000
|
-
"name": "orientation",
|
|
40001
|
-
"type": {
|
|
40002
|
-
"text": "Orientation"
|
|
40003
|
-
},
|
|
40004
|
-
"description": "The orientation of the toolbar.",
|
|
40005
|
-
"fieldName": "orientation",
|
|
40006
|
-
"inheritedFrom": {
|
|
40007
|
-
"name": "Toolbar",
|
|
40008
|
-
"module": "src/toolbar/toolbar.ts"
|
|
40009
|
-
}
|
|
40010
|
-
}
|
|
40011
|
-
],
|
|
40012
|
-
"members": [
|
|
40013
|
-
{
|
|
40014
|
-
"kind": "field",
|
|
40015
|
-
"name": "activeIndex",
|
|
40016
|
-
"inheritedFrom": {
|
|
40017
|
-
"name": "Toolbar",
|
|
40018
|
-
"module": "src/toolbar/toolbar.ts"
|
|
40019
|
-
}
|
|
40020
|
-
},
|
|
40021
|
-
{
|
|
40022
|
-
"kind": "field",
|
|
40023
|
-
"name": "orientation",
|
|
40024
|
-
"type": {
|
|
40025
|
-
"text": "Orientation"
|
|
40026
|
-
},
|
|
40027
|
-
"privacy": "public",
|
|
40028
|
-
"description": "The orientation of the toolbar.",
|
|
40029
|
-
"inheritedFrom": {
|
|
40030
|
-
"name": "Toolbar",
|
|
40031
|
-
"module": "src/toolbar/toolbar.ts"
|
|
40032
|
-
}
|
|
40033
|
-
},
|
|
40034
|
-
{
|
|
40035
|
-
"kind": "method",
|
|
40036
|
-
"name": "slottedItemsChanged",
|
|
40037
|
-
"privacy": "protected",
|
|
40038
|
-
"return": {
|
|
40039
|
-
"type": {
|
|
40040
|
-
"text": "void"
|
|
40041
|
-
}
|
|
40042
|
-
},
|
|
40043
|
-
"inheritedFrom": {
|
|
40044
|
-
"name": "Toolbar",
|
|
40045
|
-
"module": "src/toolbar/toolbar.ts"
|
|
40046
|
-
}
|
|
40047
|
-
},
|
|
40048
|
-
{
|
|
40049
|
-
"kind": "field",
|
|
40050
|
-
"name": "childItems",
|
|
40051
|
-
"type": {
|
|
40052
|
-
"text": "Element[]"
|
|
40053
|
-
},
|
|
40054
|
-
"privacy": "public",
|
|
40055
|
-
"inheritedFrom": {
|
|
40056
|
-
"name": "Toolbar",
|
|
40057
|
-
"module": "src/toolbar/toolbar.ts"
|
|
40058
|
-
}
|
|
40059
|
-
},
|
|
40060
|
-
{
|
|
40061
|
-
"kind": "method",
|
|
40062
|
-
"name": "childItemsChanged",
|
|
40063
|
-
"privacy": "protected",
|
|
40064
|
-
"return": {
|
|
40065
|
-
"type": {
|
|
40066
|
-
"text": "void"
|
|
40067
|
-
}
|
|
40068
|
-
},
|
|
40069
|
-
"parameters": [
|
|
40070
|
-
{
|
|
40071
|
-
"name": "prev",
|
|
40072
|
-
"type": {
|
|
40073
|
-
"text": "undefined | Element[]"
|
|
40074
|
-
}
|
|
40075
|
-
},
|
|
40076
|
-
{
|
|
40077
|
-
"name": "next",
|
|
40078
|
-
"type": {
|
|
40079
|
-
"text": "Element[]"
|
|
40080
|
-
}
|
|
40081
|
-
}
|
|
40082
|
-
],
|
|
40083
|
-
"inheritedFrom": {
|
|
40084
|
-
"name": "Toolbar",
|
|
40085
|
-
"module": "src/toolbar/toolbar.ts"
|
|
40086
|
-
}
|
|
40087
|
-
},
|
|
40088
|
-
{
|
|
40089
|
-
"kind": "field",
|
|
40090
|
-
"name": "_presentation",
|
|
40091
|
-
"type": {
|
|
40092
|
-
"text": "ComponentPresentation | null | undefined"
|
|
40093
|
-
},
|
|
40094
|
-
"privacy": "private",
|
|
40095
|
-
"default": "void 0",
|
|
40096
|
-
"inheritedFrom": {
|
|
40097
|
-
"name": "FoundationElement",
|
|
40098
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
40099
|
-
}
|
|
40100
|
-
},
|
|
40101
|
-
{
|
|
40102
|
-
"kind": "field",
|
|
40103
|
-
"name": "$presentation",
|
|
40104
|
-
"type": {
|
|
40105
|
-
"text": "ComponentPresentation | null"
|
|
40106
|
-
},
|
|
40107
|
-
"privacy": "public",
|
|
40108
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
40109
|
-
"inheritedFrom": {
|
|
40110
|
-
"name": "FoundationElement",
|
|
40111
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
40112
|
-
}
|
|
40113
|
-
},
|
|
40114
|
-
{
|
|
40115
|
-
"kind": "field",
|
|
40116
|
-
"name": "template",
|
|
40117
|
-
"type": {
|
|
40118
|
-
"text": "ElementViewTemplate | void | null"
|
|
40119
|
-
},
|
|
40120
|
-
"privacy": "public",
|
|
40121
|
-
"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.",
|
|
40122
|
-
"inheritedFrom": {
|
|
40123
|
-
"name": "FoundationElement",
|
|
40124
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
40125
|
-
}
|
|
40126
|
-
},
|
|
40127
|
-
{
|
|
40128
|
-
"kind": "method",
|
|
40129
|
-
"name": "templateChanged",
|
|
40130
|
-
"privacy": "protected",
|
|
40131
|
-
"return": {
|
|
40132
|
-
"type": {
|
|
40133
|
-
"text": "void"
|
|
40134
|
-
}
|
|
40135
|
-
},
|
|
40136
|
-
"inheritedFrom": {
|
|
40137
|
-
"name": "FoundationElement",
|
|
40138
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
40139
|
-
}
|
|
40140
|
-
},
|
|
40141
|
-
{
|
|
40142
|
-
"kind": "field",
|
|
40143
|
-
"name": "styles",
|
|
40144
|
-
"type": {
|
|
40145
|
-
"text": "ElementStyles | void | null"
|
|
40146
|
-
},
|
|
40147
|
-
"privacy": "public",
|
|
40148
|
-
"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.",
|
|
40149
|
-
"inheritedFrom": {
|
|
40150
|
-
"name": "FoundationElement",
|
|
40151
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
40152
|
-
}
|
|
40153
|
-
},
|
|
40154
|
-
{
|
|
40155
|
-
"kind": "method",
|
|
40156
|
-
"name": "stylesChanged",
|
|
40157
|
-
"privacy": "protected",
|
|
40158
|
-
"return": {
|
|
40159
|
-
"type": {
|
|
40160
|
-
"text": "void"
|
|
40161
|
-
}
|
|
40162
|
-
},
|
|
40163
|
-
"inheritedFrom": {
|
|
40164
|
-
"name": "FoundationElement",
|
|
40165
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
40166
|
-
}
|
|
40167
|
-
},
|
|
40168
|
-
{
|
|
40169
|
-
"kind": "method",
|
|
40170
|
-
"name": "compose",
|
|
40171
|
-
"privacy": "public",
|
|
40172
|
-
"static": true,
|
|
40173
|
-
"return": {
|
|
40174
|
-
"type": {
|
|
40175
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
40176
|
-
}
|
|
40177
|
-
},
|
|
40178
|
-
"parameters": [
|
|
40179
|
-
{
|
|
40180
|
-
"name": "this",
|
|
40181
|
-
"type": {
|
|
40182
|
-
"text": "K"
|
|
40183
|
-
}
|
|
40184
|
-
},
|
|
40185
|
-
{
|
|
40186
|
-
"name": "elementDefinition",
|
|
40187
|
-
"type": {
|
|
40188
|
-
"text": "T"
|
|
40189
|
-
},
|
|
40190
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
40191
|
-
}
|
|
40192
|
-
],
|
|
40193
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
40194
|
-
"inheritedFrom": {
|
|
40195
|
-
"name": "FoundationElement",
|
|
40196
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
40197
|
-
}
|
|
40198
|
-
}
|
|
40199
|
-
]
|
|
40200
|
-
},
|
|
40201
|
-
{
|
|
40202
|
-
"kind": "variable",
|
|
40203
|
-
"name": "foundationToolbarShadowOptions",
|
|
40204
|
-
"type": {
|
|
40205
|
-
"text": "ShadowRootInit"
|
|
40206
|
-
},
|
|
40207
|
-
"default": "undefined"
|
|
40208
|
-
},
|
|
40209
|
-
{
|
|
40210
|
-
"kind": "variable",
|
|
40211
|
-
"name": "defaultToolbarConfig",
|
|
40212
|
-
"type": {
|
|
40213
|
-
"text": "object"
|
|
40214
|
-
},
|
|
40215
|
-
"default": "{}"
|
|
40216
|
-
},
|
|
40217
|
-
{
|
|
40218
|
-
"kind": "variable",
|
|
40219
|
-
"name": "foundationToolbar",
|
|
40220
|
-
"description": "The Foundation Toolbar",
|
|
40221
|
-
"privacy": "public"
|
|
40222
|
-
}
|
|
40223
|
-
],
|
|
40224
|
-
"exports": [
|
|
40225
|
-
{
|
|
40226
|
-
"kind": "js",
|
|
40227
|
-
"name": "Toolbar",
|
|
40228
|
-
"declaration": {
|
|
40229
|
-
"name": "Toolbar",
|
|
40230
|
-
"module": "src/toolbar/toolbar.ts"
|
|
40231
|
-
}
|
|
40232
|
-
},
|
|
40233
|
-
{
|
|
40234
|
-
"kind": "js",
|
|
40235
|
-
"name": "foundationToolbarShadowOptions",
|
|
40236
|
-
"declaration": {
|
|
40237
|
-
"name": "foundationToolbarShadowOptions",
|
|
40238
|
-
"module": "src/toolbar/toolbar.ts"
|
|
40239
|
-
}
|
|
40240
|
-
},
|
|
40241
|
-
{
|
|
40242
|
-
"kind": "js",
|
|
40243
|
-
"name": "defaultToolbarConfig",
|
|
40244
|
-
"declaration": {
|
|
40245
|
-
"name": "defaultToolbarConfig",
|
|
40246
|
-
"module": "src/toolbar/toolbar.ts"
|
|
40247
|
-
}
|
|
40248
|
-
},
|
|
40249
|
-
{
|
|
40250
|
-
"kind": "js",
|
|
40251
|
-
"name": "foundationToolbar",
|
|
40252
|
-
"declaration": {
|
|
40253
|
-
"name": "foundationToolbar",
|
|
40254
|
-
"module": "src/toolbar/toolbar.ts"
|
|
40255
|
-
}
|
|
40256
|
-
}
|
|
40257
|
-
]
|
|
40258
|
-
},
|
|
40259
40273
|
{
|
|
40260
40274
|
"kind": "javascript-module",
|
|
40261
40275
|
"path": "src/tree-item/index.ts",
|