@genesislcap/foundation-ui 14.259.1 → 14.260.1-RPT-0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -882,11 +882,42 @@
|
|
|
882
882
|
},
|
|
883
883
|
{
|
|
884
884
|
"kind": "javascript-module",
|
|
885
|
-
"path": "src/
|
|
885
|
+
"path": "src/_config/index.ts",
|
|
886
|
+
"declarations": [],
|
|
887
|
+
"exports": [
|
|
888
|
+
{
|
|
889
|
+
"kind": "js",
|
|
890
|
+
"name": "*",
|
|
891
|
+
"declaration": {
|
|
892
|
+
"name": "*",
|
|
893
|
+
"package": "./styles"
|
|
894
|
+
}
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"kind": "js",
|
|
898
|
+
"name": "*",
|
|
899
|
+
"declaration": {
|
|
900
|
+
"name": "*",
|
|
901
|
+
"package": "./tokens"
|
|
902
|
+
}
|
|
903
|
+
},
|
|
904
|
+
{
|
|
905
|
+
"kind": "js",
|
|
906
|
+
"name": "*",
|
|
907
|
+
"declaration": {
|
|
908
|
+
"name": "*",
|
|
909
|
+
"package": "./values"
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
]
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"kind": "javascript-module",
|
|
916
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
886
917
|
"declarations": [
|
|
887
918
|
{
|
|
888
919
|
"kind": "function",
|
|
889
|
-
"name": "
|
|
920
|
+
"name": "foundationAccordionStyles",
|
|
890
921
|
"return": {
|
|
891
922
|
"type": {
|
|
892
923
|
"text": "ElementStyles"
|
|
@@ -906,13 +937,29 @@
|
|
|
906
937
|
}
|
|
907
938
|
}
|
|
908
939
|
]
|
|
909
|
-
}
|
|
940
|
+
}
|
|
941
|
+
],
|
|
942
|
+
"exports": [
|
|
943
|
+
{
|
|
944
|
+
"kind": "js",
|
|
945
|
+
"name": "foundationAccordionStyles",
|
|
946
|
+
"declaration": {
|
|
947
|
+
"name": "foundationAccordionStyles",
|
|
948
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
]
|
|
952
|
+
},
|
|
953
|
+
{
|
|
954
|
+
"kind": "javascript-module",
|
|
955
|
+
"path": "src/accordion/accordion.template.ts",
|
|
956
|
+
"declarations": [
|
|
910
957
|
{
|
|
911
958
|
"kind": "function",
|
|
912
|
-
"name": "
|
|
959
|
+
"name": "foundationAccordionTemplate",
|
|
913
960
|
"return": {
|
|
914
961
|
"type": {
|
|
915
|
-
"text": "
|
|
962
|
+
"text": "ViewTemplate<Accordion>"
|
|
916
963
|
}
|
|
917
964
|
},
|
|
918
965
|
"parameters": [
|
|
@@ -934,269 +981,299 @@
|
|
|
934
981
|
"exports": [
|
|
935
982
|
{
|
|
936
983
|
"kind": "js",
|
|
937
|
-
"name": "
|
|
938
|
-
"declaration": {
|
|
939
|
-
"name": "actionsMenuBaseStyles",
|
|
940
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
941
|
-
}
|
|
942
|
-
},
|
|
943
|
-
{
|
|
944
|
-
"kind": "js",
|
|
945
|
-
"name": "foundationActionsMenuStyles",
|
|
984
|
+
"name": "foundationAccordionTemplate",
|
|
946
985
|
"declaration": {
|
|
947
|
-
"name": "
|
|
948
|
-
"module": "src/
|
|
986
|
+
"name": "foundationAccordionTemplate",
|
|
987
|
+
"module": "src/accordion/accordion.template.ts"
|
|
949
988
|
}
|
|
950
989
|
}
|
|
951
990
|
]
|
|
952
991
|
},
|
|
953
992
|
{
|
|
954
993
|
"kind": "javascript-module",
|
|
955
|
-
"path": "src/
|
|
994
|
+
"path": "src/accordion/accordion.ts",
|
|
956
995
|
"declarations": [
|
|
957
996
|
{
|
|
958
|
-
"kind": "
|
|
959
|
-
"
|
|
960
|
-
"
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
]
|
|
997
|
+
"kind": "class",
|
|
998
|
+
"description": "",
|
|
999
|
+
"name": "Accordion",
|
|
1000
|
+
"superclass": {
|
|
1001
|
+
"name": "FASTAccordion",
|
|
1002
|
+
"package": "@microsoft/fast-foundation"
|
|
1003
|
+
},
|
|
1004
|
+
"tagName": "%%prefix%%-accordion",
|
|
1005
|
+
"customElement": true
|
|
968
1006
|
},
|
|
969
1007
|
{
|
|
970
|
-
"kind": "
|
|
971
|
-
"name": "
|
|
972
|
-
"
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
"text": "string"
|
|
977
|
-
}
|
|
978
|
-
}
|
|
979
|
-
]
|
|
1008
|
+
"kind": "variable",
|
|
1009
|
+
"name": "foundationAccordionShadowOptions",
|
|
1010
|
+
"type": {
|
|
1011
|
+
"text": "ShadowRootInit"
|
|
1012
|
+
},
|
|
1013
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
980
1014
|
},
|
|
981
1015
|
{
|
|
982
1016
|
"kind": "variable",
|
|
983
|
-
"name": "
|
|
1017
|
+
"name": "defaultAccordionConfig",
|
|
984
1018
|
"type": {
|
|
985
|
-
"text": "
|
|
1019
|
+
"text": "object"
|
|
986
1020
|
},
|
|
987
|
-
"default": "
|
|
1021
|
+
"default": "{}"
|
|
1022
|
+
},
|
|
1023
|
+
{
|
|
1024
|
+
"kind": "variable",
|
|
1025
|
+
"name": "foundationAccordion",
|
|
1026
|
+
"description": "The Foundation Accordion",
|
|
1027
|
+
"privacy": "public"
|
|
988
1028
|
}
|
|
989
1029
|
],
|
|
990
1030
|
"exports": [
|
|
991
1031
|
{
|
|
992
1032
|
"kind": "js",
|
|
993
|
-
"name": "
|
|
1033
|
+
"name": "Accordion",
|
|
994
1034
|
"declaration": {
|
|
995
|
-
"name": "
|
|
996
|
-
"module": "src/
|
|
1035
|
+
"name": "Accordion",
|
|
1036
|
+
"module": "src/accordion/accordion.ts"
|
|
997
1037
|
}
|
|
998
1038
|
},
|
|
999
1039
|
{
|
|
1000
1040
|
"kind": "js",
|
|
1001
|
-
"name": "
|
|
1041
|
+
"name": "foundationAccordionShadowOptions",
|
|
1002
1042
|
"declaration": {
|
|
1003
|
-
"name": "
|
|
1004
|
-
"module": "src/
|
|
1043
|
+
"name": "foundationAccordionShadowOptions",
|
|
1044
|
+
"module": "src/accordion/accordion.ts"
|
|
1005
1045
|
}
|
|
1006
1046
|
},
|
|
1007
1047
|
{
|
|
1008
1048
|
"kind": "js",
|
|
1009
|
-
"name": "
|
|
1049
|
+
"name": "defaultAccordionConfig",
|
|
1010
1050
|
"declaration": {
|
|
1011
|
-
"name": "
|
|
1012
|
-
"module": "src/
|
|
1051
|
+
"name": "defaultAccordionConfig",
|
|
1052
|
+
"module": "src/accordion/accordion.ts"
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"kind": "js",
|
|
1057
|
+
"name": "foundationAccordion",
|
|
1058
|
+
"declaration": {
|
|
1059
|
+
"name": "foundationAccordion",
|
|
1060
|
+
"module": "src/accordion/accordion.ts"
|
|
1013
1061
|
}
|
|
1014
1062
|
}
|
|
1015
1063
|
]
|
|
1016
1064
|
},
|
|
1017
1065
|
{
|
|
1018
1066
|
"kind": "javascript-module",
|
|
1019
|
-
"path": "src/
|
|
1067
|
+
"path": "src/accordion/index.ts",
|
|
1068
|
+
"declarations": [],
|
|
1069
|
+
"exports": [
|
|
1070
|
+
{
|
|
1071
|
+
"kind": "js",
|
|
1072
|
+
"name": "*",
|
|
1073
|
+
"declaration": {
|
|
1074
|
+
"name": "*",
|
|
1075
|
+
"package": "./accordion.template"
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"kind": "js",
|
|
1080
|
+
"name": "*",
|
|
1081
|
+
"declaration": {
|
|
1082
|
+
"name": "*",
|
|
1083
|
+
"package": "./accordion.styles"
|
|
1084
|
+
}
|
|
1085
|
+
},
|
|
1086
|
+
{
|
|
1087
|
+
"kind": "js",
|
|
1088
|
+
"name": "*",
|
|
1089
|
+
"declaration": {
|
|
1090
|
+
"name": "*",
|
|
1091
|
+
"package": "./accordion"
|
|
1092
|
+
}
|
|
1093
|
+
}
|
|
1094
|
+
]
|
|
1095
|
+
},
|
|
1096
|
+
{
|
|
1097
|
+
"kind": "javascript-module",
|
|
1098
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1020
1099
|
"declarations": [
|
|
1021
1100
|
{
|
|
1022
|
-
"kind": "
|
|
1023
|
-
"
|
|
1024
|
-
"
|
|
1025
|
-
|
|
1101
|
+
"kind": "function",
|
|
1102
|
+
"name": "foundationAccordionItemStyles",
|
|
1103
|
+
"return": {
|
|
1104
|
+
"type": {
|
|
1105
|
+
"text": "ElementStyles"
|
|
1106
|
+
}
|
|
1107
|
+
},
|
|
1108
|
+
"parameters": [
|
|
1026
1109
|
{
|
|
1027
|
-
"
|
|
1028
|
-
"name": "actions",
|
|
1110
|
+
"name": "context",
|
|
1029
1111
|
"type": {
|
|
1030
|
-
"text": "
|
|
1112
|
+
"text": "ElementDefinitionContext"
|
|
1031
1113
|
}
|
|
1032
1114
|
},
|
|
1033
1115
|
{
|
|
1034
|
-
"
|
|
1035
|
-
"name": "isVertical",
|
|
1036
|
-
"type": {
|
|
1037
|
-
"text": "boolean"
|
|
1038
|
-
},
|
|
1039
|
-
"default": "false"
|
|
1040
|
-
},
|
|
1041
|
-
{
|
|
1042
|
-
"kind": "field",
|
|
1043
|
-
"name": "addDefaultActions",
|
|
1044
|
-
"type": {
|
|
1045
|
-
"text": "boolean"
|
|
1046
|
-
},
|
|
1047
|
-
"default": "true"
|
|
1048
|
-
},
|
|
1049
|
-
{
|
|
1050
|
-
"kind": "field",
|
|
1051
|
-
"name": "autoCloseOnAction",
|
|
1116
|
+
"name": "definition",
|
|
1052
1117
|
"type": {
|
|
1053
|
-
"text": "
|
|
1054
|
-
}
|
|
1055
|
-
|
|
1056
|
-
|
|
1118
|
+
"text": "FoundationElementDefinition"
|
|
1119
|
+
}
|
|
1120
|
+
}
|
|
1121
|
+
]
|
|
1122
|
+
}
|
|
1123
|
+
],
|
|
1124
|
+
"exports": [
|
|
1125
|
+
{
|
|
1126
|
+
"kind": "js",
|
|
1127
|
+
"name": "foundationAccordionItemStyles",
|
|
1128
|
+
"declaration": {
|
|
1129
|
+
"name": "foundationAccordionItemStyles",
|
|
1130
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1131
|
+
}
|
|
1132
|
+
}
|
|
1133
|
+
]
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"kind": "javascript-module",
|
|
1137
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1138
|
+
"declarations": [
|
|
1139
|
+
{
|
|
1140
|
+
"kind": "function",
|
|
1141
|
+
"name": "foundationAccordionItemTemplate",
|
|
1142
|
+
"return": {
|
|
1143
|
+
"type": {
|
|
1144
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1145
|
+
}
|
|
1146
|
+
},
|
|
1147
|
+
"parameters": [
|
|
1057
1148
|
{
|
|
1058
|
-
"
|
|
1059
|
-
"name": "classNames",
|
|
1149
|
+
"name": "context",
|
|
1060
1150
|
"type": {
|
|
1061
|
-
"text": "
|
|
1151
|
+
"text": "ElementDefinitionContext"
|
|
1062
1152
|
}
|
|
1063
1153
|
},
|
|
1064
1154
|
{
|
|
1065
|
-
"kind": "field",
|
|
1066
1155
|
"name": "definition",
|
|
1067
1156
|
"type": {
|
|
1068
|
-
"text": "
|
|
1157
|
+
"text": "FoundationElementDefinition"
|
|
1069
1158
|
}
|
|
1070
|
-
}
|
|
1159
|
+
}
|
|
1160
|
+
]
|
|
1161
|
+
}
|
|
1162
|
+
],
|
|
1163
|
+
"exports": [
|
|
1164
|
+
{
|
|
1165
|
+
"kind": "js",
|
|
1166
|
+
"name": "foundationAccordionItemTemplate",
|
|
1167
|
+
"declaration": {
|
|
1168
|
+
"name": "foundationAccordionItemTemplate",
|
|
1169
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1170
|
+
}
|
|
1171
|
+
}
|
|
1172
|
+
]
|
|
1173
|
+
},
|
|
1174
|
+
{
|
|
1175
|
+
"kind": "javascript-module",
|
|
1176
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1177
|
+
"declarations": [
|
|
1178
|
+
{
|
|
1179
|
+
"kind": "class",
|
|
1180
|
+
"description": "",
|
|
1181
|
+
"name": "AccordionItem",
|
|
1182
|
+
"superclass": {
|
|
1183
|
+
"name": "FASTAccordionItem",
|
|
1184
|
+
"package": "@microsoft/fast-components"
|
|
1185
|
+
},
|
|
1186
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1187
|
+
"customElement": true,
|
|
1188
|
+
"attributes": [
|
|
1071
1189
|
{
|
|
1072
|
-
"
|
|
1073
|
-
"name": "name",
|
|
1190
|
+
"name": "heading-level",
|
|
1074
1191
|
"type": {
|
|
1075
|
-
"text": "
|
|
1192
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1076
1193
|
},
|
|
1077
|
-
"default": "
|
|
1194
|
+
"default": "2",
|
|
1195
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1196
|
+
"fieldName": "headinglevel",
|
|
1197
|
+
"inheritedFrom": {
|
|
1198
|
+
"name": "AccordionItem",
|
|
1199
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1200
|
+
}
|
|
1078
1201
|
},
|
|
1079
1202
|
{
|
|
1080
|
-
"kind": "field",
|
|
1081
|
-
"name": "open",
|
|
1082
1203
|
"type": {
|
|
1083
1204
|
"text": "boolean"
|
|
1084
1205
|
},
|
|
1085
|
-
"default": "false"
|
|
1206
|
+
"default": "false",
|
|
1207
|
+
"description": "Expands or collapses the item.",
|
|
1208
|
+
"fieldName": "expanded",
|
|
1209
|
+
"inheritedFrom": {
|
|
1210
|
+
"name": "AccordionItem",
|
|
1211
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1212
|
+
}
|
|
1086
1213
|
},
|
|
1087
1214
|
{
|
|
1088
|
-
"
|
|
1089
|
-
"name": "buttonAppearance",
|
|
1215
|
+
"name": "id",
|
|
1090
1216
|
"type": {
|
|
1091
1217
|
"text": "string"
|
|
1218
|
+
},
|
|
1219
|
+
"description": "The item ID",
|
|
1220
|
+
"fieldName": "id",
|
|
1221
|
+
"inheritedFrom": {
|
|
1222
|
+
"name": "AccordionItem",
|
|
1223
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1092
1224
|
}
|
|
1093
|
-
}
|
|
1225
|
+
}
|
|
1226
|
+
],
|
|
1227
|
+
"members": [
|
|
1094
1228
|
{
|
|
1095
1229
|
"kind": "field",
|
|
1096
|
-
"name": "
|
|
1230
|
+
"name": "headinglevel",
|
|
1097
1231
|
"type": {
|
|
1098
|
-
"text": "
|
|
1232
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1099
1233
|
},
|
|
1100
|
-
"
|
|
1234
|
+
"privacy": "public",
|
|
1235
|
+
"default": "2",
|
|
1236
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1237
|
+
"inheritedFrom": {
|
|
1238
|
+
"name": "AccordionItem",
|
|
1239
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1240
|
+
}
|
|
1101
1241
|
},
|
|
1102
1242
|
{
|
|
1103
1243
|
"kind": "field",
|
|
1104
|
-
"name": "
|
|
1244
|
+
"name": "expanded",
|
|
1105
1245
|
"type": {
|
|
1106
1246
|
"text": "boolean"
|
|
1107
1247
|
},
|
|
1108
|
-
"
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
"
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
"text": "ActionMenuItem"
|
|
1115
|
-
}
|
|
1116
|
-
},
|
|
1117
|
-
{
|
|
1118
|
-
"kind": "field",
|
|
1119
|
-
"name": "actionsMenu",
|
|
1120
|
-
"type": {
|
|
1121
|
-
"text": "HTMLElement"
|
|
1248
|
+
"privacy": "public",
|
|
1249
|
+
"default": "false",
|
|
1250
|
+
"description": "Expands or collapses the item.",
|
|
1251
|
+
"inheritedFrom": {
|
|
1252
|
+
"name": "AccordionItem",
|
|
1253
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1122
1254
|
}
|
|
1123
1255
|
},
|
|
1124
|
-
{
|
|
1125
|
-
"kind": "method",
|
|
1126
|
-
"name": "definitionChanged",
|
|
1127
|
-
"privacy": "protected",
|
|
1128
|
-
"parameters": [
|
|
1129
|
-
{
|
|
1130
|
-
"name": "oldValue",
|
|
1131
|
-
"type": {
|
|
1132
|
-
"text": "any"
|
|
1133
|
-
}
|
|
1134
|
-
},
|
|
1135
|
-
{
|
|
1136
|
-
"name": "newValue",
|
|
1137
|
-
"type": {
|
|
1138
|
-
"text": "any"
|
|
1139
|
-
}
|
|
1140
|
-
}
|
|
1141
|
-
]
|
|
1142
|
-
},
|
|
1143
|
-
{
|
|
1144
|
-
"kind": "method",
|
|
1145
|
-
"name": "openChanged",
|
|
1146
|
-
"privacy": "protected"
|
|
1147
|
-
},
|
|
1148
|
-
{
|
|
1149
|
-
"kind": "method",
|
|
1150
|
-
"name": "toggleActionsMenuVisibility"
|
|
1151
|
-
},
|
|
1152
|
-
{
|
|
1153
|
-
"kind": "method",
|
|
1154
|
-
"name": "onActionMenuItemClick",
|
|
1155
|
-
"parameters": [
|
|
1156
|
-
{
|
|
1157
|
-
"name": "callback",
|
|
1158
|
-
"type": {
|
|
1159
|
-
"text": "(rowData) => void | any"
|
|
1160
|
-
}
|
|
1161
|
-
}
|
|
1162
|
-
]
|
|
1163
|
-
},
|
|
1164
1256
|
{
|
|
1165
1257
|
"kind": "field",
|
|
1166
|
-
"name": "
|
|
1258
|
+
"name": "id",
|
|
1167
1259
|
"type": {
|
|
1168
|
-
"text": "
|
|
1260
|
+
"text": "string"
|
|
1169
1261
|
},
|
|
1170
|
-
"
|
|
1262
|
+
"privacy": "public",
|
|
1263
|
+
"description": "The item ID",
|
|
1264
|
+
"inheritedFrom": {
|
|
1265
|
+
"name": "AccordionItem",
|
|
1266
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1267
|
+
}
|
|
1171
1268
|
},
|
|
1172
1269
|
{
|
|
1173
1270
|
"kind": "field",
|
|
1174
|
-
"name": "
|
|
1175
|
-
"
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
"parameters": [
|
|
1181
|
-
{
|
|
1182
|
-
"name": "name",
|
|
1183
|
-
"type": {
|
|
1184
|
-
"text": "string | ((rowData: any) => string)"
|
|
1185
|
-
}
|
|
1186
|
-
}
|
|
1187
|
-
]
|
|
1188
|
-
},
|
|
1189
|
-
{
|
|
1190
|
-
"kind": "method",
|
|
1191
|
-
"name": "getTemplate",
|
|
1192
|
-
"parameters": [
|
|
1193
|
-
{
|
|
1194
|
-
"name": "prefix",
|
|
1195
|
-
"type": {
|
|
1196
|
-
"text": "string"
|
|
1197
|
-
}
|
|
1198
|
-
}
|
|
1199
|
-
]
|
|
1271
|
+
"name": "change",
|
|
1272
|
+
"privacy": "private",
|
|
1273
|
+
"inheritedFrom": {
|
|
1274
|
+
"name": "AccordionItem",
|
|
1275
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1276
|
+
}
|
|
1200
1277
|
},
|
|
1201
1278
|
{
|
|
1202
1279
|
"kind": "field",
|
|
@@ -1263,154 +1340,125 @@
|
|
|
1263
1340
|
"name": "FoundationElement",
|
|
1264
1341
|
"module": "src/foundation-element/foundation-element.ts"
|
|
1265
1342
|
}
|
|
1266
|
-
},
|
|
1267
|
-
{
|
|
1268
|
-
"kind": "method",
|
|
1269
|
-
"name": "stylesChanged",
|
|
1270
|
-
"privacy": "protected",
|
|
1271
|
-
"return": {
|
|
1272
|
-
"type": {
|
|
1273
|
-
"text": "void"
|
|
1274
|
-
}
|
|
1275
|
-
},
|
|
1276
|
-
"inheritedFrom": {
|
|
1277
|
-
"name": "FoundationElement",
|
|
1278
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1279
|
-
}
|
|
1280
|
-
},
|
|
1281
|
-
{
|
|
1282
|
-
"kind": "method",
|
|
1283
|
-
"name": "compose",
|
|
1284
|
-
"privacy": "public",
|
|
1285
|
-
"static": true,
|
|
1286
|
-
"return": {
|
|
1287
|
-
"type": {
|
|
1288
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1289
|
-
}
|
|
1290
|
-
},
|
|
1291
|
-
"parameters": [
|
|
1292
|
-
{
|
|
1293
|
-
"name": "this",
|
|
1294
|
-
"type": {
|
|
1295
|
-
"text": "K"
|
|
1296
|
-
}
|
|
1297
|
-
},
|
|
1298
|
-
{
|
|
1299
|
-
"name": "elementDefinition",
|
|
1300
|
-
"type": {
|
|
1301
|
-
"text": "T"
|
|
1302
|
-
},
|
|
1303
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1304
|
-
}
|
|
1305
|
-
],
|
|
1306
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1307
|
-
"inheritedFrom": {
|
|
1308
|
-
"name": "FoundationElement",
|
|
1309
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1310
|
-
}
|
|
1311
|
-
}
|
|
1312
|
-
],
|
|
1313
|
-
"attributes": [
|
|
1314
|
-
{
|
|
1315
|
-
"name": "is-vertical",
|
|
1316
|
-
"type": {
|
|
1317
|
-
"text": "boolean"
|
|
1318
|
-
},
|
|
1319
|
-
"default": "false",
|
|
1320
|
-
"fieldName": "isVertical"
|
|
1321
|
-
},
|
|
1322
|
-
{
|
|
1323
|
-
"name": "add-default-actions",
|
|
1324
|
-
"type": {
|
|
1325
|
-
"text": "boolean"
|
|
1326
|
-
},
|
|
1327
|
-
"default": "true",
|
|
1328
|
-
"fieldName": "addDefaultActions"
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
"name": "auto-close-on-action",
|
|
1332
|
-
"type": {
|
|
1333
|
-
"text": "boolean"
|
|
1334
|
-
},
|
|
1335
|
-
"default": "true",
|
|
1336
|
-
"fieldName": "autoCloseOnAction"
|
|
1337
|
-
},
|
|
1338
|
-
{
|
|
1339
|
-
"name": "name",
|
|
1340
|
-
"type": {
|
|
1341
|
-
"text": "string"
|
|
1342
|
-
},
|
|
1343
|
-
"default": "'Actions'",
|
|
1344
|
-
"fieldName": "name"
|
|
1345
|
-
},
|
|
1346
|
-
{
|
|
1347
|
-
"name": "open",
|
|
1348
|
-
"type": {
|
|
1349
|
-
"text": "boolean"
|
|
1350
|
-
},
|
|
1351
|
-
"default": "false",
|
|
1352
|
-
"fieldName": "open"
|
|
1353
|
-
},
|
|
1354
|
-
{
|
|
1355
|
-
"name": "buttonAppearance",
|
|
1356
|
-
"type": {
|
|
1357
|
-
"text": "string"
|
|
1358
|
-
},
|
|
1359
|
-
"fieldName": "buttonAppearance"
|
|
1360
|
-
},
|
|
1361
|
-
{
|
|
1362
|
-
"name": "hide-disabled",
|
|
1363
|
-
"type": {
|
|
1364
|
-
"text": "boolean"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"kind": "method",
|
|
1346
|
+
"name": "stylesChanged",
|
|
1347
|
+
"privacy": "protected",
|
|
1348
|
+
"return": {
|
|
1349
|
+
"type": {
|
|
1350
|
+
"text": "void"
|
|
1351
|
+
}
|
|
1365
1352
|
},
|
|
1366
|
-
"
|
|
1367
|
-
|
|
1353
|
+
"inheritedFrom": {
|
|
1354
|
+
"name": "FoundationElement",
|
|
1355
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1356
|
+
}
|
|
1368
1357
|
},
|
|
1369
1358
|
{
|
|
1370
|
-
"
|
|
1371
|
-
"
|
|
1372
|
-
|
|
1359
|
+
"kind": "method",
|
|
1360
|
+
"name": "compose",
|
|
1361
|
+
"privacy": "public",
|
|
1362
|
+
"static": true,
|
|
1363
|
+
"return": {
|
|
1364
|
+
"type": {
|
|
1365
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1366
|
+
}
|
|
1373
1367
|
},
|
|
1374
|
-
"
|
|
1375
|
-
|
|
1368
|
+
"parameters": [
|
|
1369
|
+
{
|
|
1370
|
+
"name": "this",
|
|
1371
|
+
"type": {
|
|
1372
|
+
"text": "K"
|
|
1373
|
+
}
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"name": "elementDefinition",
|
|
1377
|
+
"type": {
|
|
1378
|
+
"text": "T"
|
|
1379
|
+
},
|
|
1380
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1381
|
+
}
|
|
1382
|
+
],
|
|
1383
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1384
|
+
"inheritedFrom": {
|
|
1385
|
+
"name": "FoundationElement",
|
|
1386
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1387
|
+
}
|
|
1376
1388
|
}
|
|
1377
1389
|
],
|
|
1378
|
-
"
|
|
1379
|
-
|
|
1380
|
-
|
|
1390
|
+
"events": [
|
|
1391
|
+
{
|
|
1392
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1393
|
+
"name": "change",
|
|
1394
|
+
"inheritedFrom": {
|
|
1395
|
+
"name": "AccordionItem",
|
|
1396
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1397
|
+
}
|
|
1398
|
+
}
|
|
1399
|
+
]
|
|
1400
|
+
},
|
|
1401
|
+
{
|
|
1402
|
+
"kind": "variable",
|
|
1403
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1404
|
+
"type": {
|
|
1405
|
+
"text": "ShadowRootInit"
|
|
1381
1406
|
},
|
|
1382
|
-
"
|
|
1383
|
-
"customElement": true
|
|
1407
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1384
1408
|
},
|
|
1385
1409
|
{
|
|
1386
1410
|
"kind": "variable",
|
|
1387
|
-
"name": "
|
|
1388
|
-
"
|
|
1411
|
+
"name": "defaultAccordionItemConfig",
|
|
1412
|
+
"type": {
|
|
1413
|
+
"text": "object"
|
|
1414
|
+
},
|
|
1415
|
+
"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}"
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"kind": "variable",
|
|
1419
|
+
"name": "foundationAccordionItem",
|
|
1420
|
+
"description": "The Foundation Accordion Item",
|
|
1389
1421
|
"privacy": "public"
|
|
1390
1422
|
}
|
|
1391
1423
|
],
|
|
1392
1424
|
"exports": [
|
|
1393
1425
|
{
|
|
1394
1426
|
"kind": "js",
|
|
1395
|
-
"name": "
|
|
1427
|
+
"name": "AccordionItem",
|
|
1396
1428
|
"declaration": {
|
|
1397
|
-
"name": "
|
|
1398
|
-
"module": "src/
|
|
1429
|
+
"name": "AccordionItem",
|
|
1430
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1399
1431
|
}
|
|
1400
1432
|
},
|
|
1401
1433
|
{
|
|
1402
1434
|
"kind": "js",
|
|
1403
|
-
"name": "
|
|
1435
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1404
1436
|
"declaration": {
|
|
1405
|
-
"name": "
|
|
1406
|
-
"module": "src/
|
|
1437
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1438
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1439
|
+
}
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"kind": "js",
|
|
1443
|
+
"name": "defaultAccordionItemConfig",
|
|
1444
|
+
"declaration": {
|
|
1445
|
+
"name": "defaultAccordionItemConfig",
|
|
1446
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1447
|
+
}
|
|
1448
|
+
},
|
|
1449
|
+
{
|
|
1450
|
+
"kind": "js",
|
|
1451
|
+
"name": "foundationAccordionItem",
|
|
1452
|
+
"declaration": {
|
|
1453
|
+
"name": "foundationAccordionItem",
|
|
1454
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1407
1455
|
}
|
|
1408
1456
|
}
|
|
1409
1457
|
]
|
|
1410
1458
|
},
|
|
1411
1459
|
{
|
|
1412
1460
|
"kind": "javascript-module",
|
|
1413
|
-
"path": "src/
|
|
1461
|
+
"path": "src/accordion-item/index.ts",
|
|
1414
1462
|
"declarations": [],
|
|
1415
1463
|
"exports": [
|
|
1416
1464
|
{
|
|
@@ -1418,7 +1466,7 @@
|
|
|
1418
1466
|
"name": "*",
|
|
1419
1467
|
"declaration": {
|
|
1420
1468
|
"name": "*",
|
|
1421
|
-
"package": "./
|
|
1469
|
+
"package": "./accordion-item.template"
|
|
1422
1470
|
}
|
|
1423
1471
|
},
|
|
1424
1472
|
{
|
|
@@ -1426,7 +1474,7 @@
|
|
|
1426
1474
|
"name": "*",
|
|
1427
1475
|
"declaration": {
|
|
1428
1476
|
"name": "*",
|
|
1429
|
-
"package": "./
|
|
1477
|
+
"package": "./accordion-item.styles"
|
|
1430
1478
|
}
|
|
1431
1479
|
},
|
|
1432
1480
|
{
|
|
@@ -1434,18 +1482,41 @@
|
|
|
1434
1482
|
"name": "*",
|
|
1435
1483
|
"declaration": {
|
|
1436
1484
|
"name": "*",
|
|
1437
|
-
"package": "./
|
|
1485
|
+
"package": "./accordion-item"
|
|
1438
1486
|
}
|
|
1439
1487
|
}
|
|
1440
1488
|
]
|
|
1441
1489
|
},
|
|
1442
1490
|
{
|
|
1443
1491
|
"kind": "javascript-module",
|
|
1444
|
-
"path": "src/
|
|
1492
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1445
1493
|
"declarations": [
|
|
1446
1494
|
{
|
|
1447
1495
|
"kind": "function",
|
|
1448
|
-
"name": "
|
|
1496
|
+
"name": "actionsMenuBaseStyles",
|
|
1497
|
+
"return": {
|
|
1498
|
+
"type": {
|
|
1499
|
+
"text": "ElementStyles"
|
|
1500
|
+
}
|
|
1501
|
+
},
|
|
1502
|
+
"parameters": [
|
|
1503
|
+
{
|
|
1504
|
+
"name": "context",
|
|
1505
|
+
"type": {
|
|
1506
|
+
"text": "ElementDefinitionContext"
|
|
1507
|
+
}
|
|
1508
|
+
},
|
|
1509
|
+
{
|
|
1510
|
+
"name": "definition",
|
|
1511
|
+
"type": {
|
|
1512
|
+
"text": "FoundationElementDefinition"
|
|
1513
|
+
}
|
|
1514
|
+
}
|
|
1515
|
+
]
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"kind": "function",
|
|
1519
|
+
"name": "foundationActionsMenuStyles",
|
|
1449
1520
|
"return": {
|
|
1450
1521
|
"type": {
|
|
1451
1522
|
"text": "ElementStyles"
|
|
@@ -1470,157 +1541,270 @@
|
|
|
1470
1541
|
"exports": [
|
|
1471
1542
|
{
|
|
1472
1543
|
"kind": "js",
|
|
1473
|
-
"name": "
|
|
1544
|
+
"name": "actionsMenuBaseStyles",
|
|
1474
1545
|
"declaration": {
|
|
1475
|
-
"name": "
|
|
1476
|
-
"module": "src/
|
|
1546
|
+
"name": "actionsMenuBaseStyles",
|
|
1547
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"kind": "js",
|
|
1552
|
+
"name": "foundationActionsMenuStyles",
|
|
1553
|
+
"declaration": {
|
|
1554
|
+
"name": "foundationActionsMenuStyles",
|
|
1555
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1477
1556
|
}
|
|
1478
1557
|
}
|
|
1479
1558
|
]
|
|
1480
1559
|
},
|
|
1481
1560
|
{
|
|
1482
1561
|
"kind": "javascript-module",
|
|
1483
|
-
"path": "src/
|
|
1562
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1484
1563
|
"declarations": [
|
|
1485
1564
|
{
|
|
1486
1565
|
"kind": "function",
|
|
1487
|
-
"name": "
|
|
1488
|
-
"return": {
|
|
1489
|
-
"type": {
|
|
1490
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1491
|
-
}
|
|
1492
|
-
},
|
|
1566
|
+
"name": "menuTemplate",
|
|
1493
1567
|
"parameters": [
|
|
1494
1568
|
{
|
|
1495
|
-
"name": "
|
|
1569
|
+
"name": "prefix",
|
|
1496
1570
|
"type": {
|
|
1497
|
-
"text": "
|
|
1571
|
+
"text": "string"
|
|
1498
1572
|
}
|
|
1499
|
-
}
|
|
1573
|
+
}
|
|
1574
|
+
]
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"kind": "function",
|
|
1578
|
+
"name": "singleOptionTemplate",
|
|
1579
|
+
"parameters": [
|
|
1500
1580
|
{
|
|
1501
|
-
"name": "
|
|
1581
|
+
"name": "prefix",
|
|
1502
1582
|
"type": {
|
|
1503
|
-
"text": "
|
|
1583
|
+
"text": "string"
|
|
1504
1584
|
}
|
|
1505
1585
|
}
|
|
1506
1586
|
]
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"kind": "variable",
|
|
1590
|
+
"name": "foundationActionsMenuTemplate",
|
|
1591
|
+
"type": {
|
|
1592
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1593
|
+
},
|
|
1594
|
+
"default": "html`\n <div\n class=\"actions-container${(x) => (x.isVertical ? ' actions-vertical' : '')}\"\n part=\"actions-container\"\n >\n ${(x) => x.getTemplate(getPrefix(x))}\n </div>\n`"
|
|
1507
1595
|
}
|
|
1508
1596
|
],
|
|
1509
1597
|
"exports": [
|
|
1510
1598
|
{
|
|
1511
1599
|
"kind": "js",
|
|
1512
|
-
"name": "
|
|
1600
|
+
"name": "menuTemplate",
|
|
1513
1601
|
"declaration": {
|
|
1514
|
-
"name": "
|
|
1515
|
-
"module": "src/
|
|
1602
|
+
"name": "menuTemplate",
|
|
1603
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1604
|
+
}
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"kind": "js",
|
|
1608
|
+
"name": "singleOptionTemplate",
|
|
1609
|
+
"declaration": {
|
|
1610
|
+
"name": "singleOptionTemplate",
|
|
1611
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1612
|
+
}
|
|
1613
|
+
},
|
|
1614
|
+
{
|
|
1615
|
+
"kind": "js",
|
|
1616
|
+
"name": "foundationActionsMenuTemplate",
|
|
1617
|
+
"declaration": {
|
|
1618
|
+
"name": "foundationActionsMenuTemplate",
|
|
1619
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1516
1620
|
}
|
|
1517
1621
|
}
|
|
1518
1622
|
]
|
|
1519
1623
|
},
|
|
1520
1624
|
{
|
|
1521
1625
|
"kind": "javascript-module",
|
|
1522
|
-
"path": "src/
|
|
1626
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1523
1627
|
"declarations": [
|
|
1524
1628
|
{
|
|
1525
1629
|
"kind": "class",
|
|
1526
1630
|
"description": "",
|
|
1527
|
-
"name": "
|
|
1528
|
-
"
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1631
|
+
"name": "ActionsMenu",
|
|
1632
|
+
"members": [
|
|
1633
|
+
{
|
|
1634
|
+
"kind": "field",
|
|
1635
|
+
"name": "actions",
|
|
1636
|
+
"type": {
|
|
1637
|
+
"text": "ActionMenuItem[]"
|
|
1638
|
+
}
|
|
1639
|
+
},
|
|
1640
|
+
{
|
|
1641
|
+
"kind": "field",
|
|
1642
|
+
"name": "isVertical",
|
|
1643
|
+
"type": {
|
|
1644
|
+
"text": "boolean"
|
|
1645
|
+
},
|
|
1646
|
+
"default": "false"
|
|
1647
|
+
},
|
|
1648
|
+
{
|
|
1649
|
+
"kind": "field",
|
|
1650
|
+
"name": "addDefaultActions",
|
|
1651
|
+
"type": {
|
|
1652
|
+
"text": "boolean"
|
|
1653
|
+
},
|
|
1654
|
+
"default": "true"
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"kind": "field",
|
|
1658
|
+
"name": "autoCloseOnAction",
|
|
1659
|
+
"type": {
|
|
1660
|
+
"text": "boolean"
|
|
1661
|
+
},
|
|
1662
|
+
"default": "true"
|
|
1663
|
+
},
|
|
1535
1664
|
{
|
|
1536
|
-
"
|
|
1665
|
+
"kind": "field",
|
|
1666
|
+
"name": "classNames",
|
|
1537
1667
|
"type": {
|
|
1538
|
-
"text": "
|
|
1539
|
-
},
|
|
1540
|
-
"default": "2",
|
|
1541
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1542
|
-
"fieldName": "headinglevel",
|
|
1543
|
-
"inheritedFrom": {
|
|
1544
|
-
"name": "AccordionItem",
|
|
1545
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1668
|
+
"text": "string"
|
|
1546
1669
|
}
|
|
1547
1670
|
},
|
|
1548
1671
|
{
|
|
1672
|
+
"kind": "field",
|
|
1673
|
+
"name": "definition",
|
|
1549
1674
|
"type": {
|
|
1550
|
-
"text": "
|
|
1551
|
-
},
|
|
1552
|
-
"default": "false",
|
|
1553
|
-
"description": "Expands or collapses the item.",
|
|
1554
|
-
"fieldName": "expanded",
|
|
1555
|
-
"inheritedFrom": {
|
|
1556
|
-
"name": "AccordionItem",
|
|
1557
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1675
|
+
"text": "any"
|
|
1558
1676
|
}
|
|
1559
1677
|
},
|
|
1560
1678
|
{
|
|
1561
|
-
"
|
|
1679
|
+
"kind": "field",
|
|
1680
|
+
"name": "name",
|
|
1562
1681
|
"type": {
|
|
1563
1682
|
"text": "string"
|
|
1564
1683
|
},
|
|
1565
|
-
"
|
|
1566
|
-
|
|
1567
|
-
"inheritedFrom": {
|
|
1568
|
-
"name": "AccordionItem",
|
|
1569
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1570
|
-
}
|
|
1571
|
-
}
|
|
1572
|
-
],
|
|
1573
|
-
"members": [
|
|
1684
|
+
"default": "'Actions'"
|
|
1685
|
+
},
|
|
1574
1686
|
{
|
|
1575
1687
|
"kind": "field",
|
|
1576
|
-
"name": "
|
|
1688
|
+
"name": "open",
|
|
1577
1689
|
"type": {
|
|
1578
|
-
"text": "
|
|
1690
|
+
"text": "boolean"
|
|
1579
1691
|
},
|
|
1580
|
-
"
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
"
|
|
1584
|
-
|
|
1585
|
-
|
|
1692
|
+
"default": "false"
|
|
1693
|
+
},
|
|
1694
|
+
{
|
|
1695
|
+
"kind": "field",
|
|
1696
|
+
"name": "buttonAppearance",
|
|
1697
|
+
"type": {
|
|
1698
|
+
"text": "string"
|
|
1586
1699
|
}
|
|
1587
1700
|
},
|
|
1588
1701
|
{
|
|
1589
1702
|
"kind": "field",
|
|
1590
|
-
"name": "
|
|
1703
|
+
"name": "hideDisabled",
|
|
1591
1704
|
"type": {
|
|
1592
1705
|
"text": "boolean"
|
|
1593
1706
|
},
|
|
1594
|
-
"
|
|
1595
|
-
"default": "false",
|
|
1596
|
-
"description": "Expands or collapses the item.",
|
|
1597
|
-
"inheritedFrom": {
|
|
1598
|
-
"name": "AccordionItem",
|
|
1599
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1600
|
-
}
|
|
1707
|
+
"default": "false"
|
|
1601
1708
|
},
|
|
1602
1709
|
{
|
|
1603
1710
|
"kind": "field",
|
|
1604
|
-
"name": "
|
|
1711
|
+
"name": "hideMenuSingleOption",
|
|
1605
1712
|
"type": {
|
|
1606
|
-
"text": "
|
|
1713
|
+
"text": "boolean"
|
|
1607
1714
|
},
|
|
1608
|
-
"
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1715
|
+
"default": "false"
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"kind": "field",
|
|
1719
|
+
"name": "singleOption",
|
|
1720
|
+
"type": {
|
|
1721
|
+
"text": "ActionMenuItem"
|
|
1613
1722
|
}
|
|
1614
1723
|
},
|
|
1615
1724
|
{
|
|
1616
1725
|
"kind": "field",
|
|
1617
|
-
"name": "
|
|
1618
|
-
"
|
|
1619
|
-
|
|
1620
|
-
"name": "AccordionItem",
|
|
1621
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1726
|
+
"name": "actionsMenu",
|
|
1727
|
+
"type": {
|
|
1728
|
+
"text": "HTMLElement"
|
|
1622
1729
|
}
|
|
1623
1730
|
},
|
|
1731
|
+
{
|
|
1732
|
+
"kind": "method",
|
|
1733
|
+
"name": "definitionChanged",
|
|
1734
|
+
"privacy": "protected",
|
|
1735
|
+
"parameters": [
|
|
1736
|
+
{
|
|
1737
|
+
"name": "oldValue",
|
|
1738
|
+
"type": {
|
|
1739
|
+
"text": "any"
|
|
1740
|
+
}
|
|
1741
|
+
},
|
|
1742
|
+
{
|
|
1743
|
+
"name": "newValue",
|
|
1744
|
+
"type": {
|
|
1745
|
+
"text": "any"
|
|
1746
|
+
}
|
|
1747
|
+
}
|
|
1748
|
+
]
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"kind": "method",
|
|
1752
|
+
"name": "openChanged",
|
|
1753
|
+
"privacy": "protected"
|
|
1754
|
+
},
|
|
1755
|
+
{
|
|
1756
|
+
"kind": "method",
|
|
1757
|
+
"name": "toggleActionsMenuVisibility"
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"kind": "method",
|
|
1761
|
+
"name": "onActionMenuItemClick",
|
|
1762
|
+
"parameters": [
|
|
1763
|
+
{
|
|
1764
|
+
"name": "callback",
|
|
1765
|
+
"type": {
|
|
1766
|
+
"text": "(rowData) => void | any"
|
|
1767
|
+
}
|
|
1768
|
+
}
|
|
1769
|
+
]
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"kind": "field",
|
|
1773
|
+
"name": "allActions",
|
|
1774
|
+
"type": {
|
|
1775
|
+
"text": "ActionMenuItem[]"
|
|
1776
|
+
},
|
|
1777
|
+
"readonly": true
|
|
1778
|
+
},
|
|
1779
|
+
{
|
|
1780
|
+
"kind": "field",
|
|
1781
|
+
"name": "rowData",
|
|
1782
|
+
"readonly": true
|
|
1783
|
+
},
|
|
1784
|
+
{
|
|
1785
|
+
"kind": "method",
|
|
1786
|
+
"name": "getLabel",
|
|
1787
|
+
"parameters": [
|
|
1788
|
+
{
|
|
1789
|
+
"name": "name",
|
|
1790
|
+
"type": {
|
|
1791
|
+
"text": "string | ((rowData: any) => string)"
|
|
1792
|
+
}
|
|
1793
|
+
}
|
|
1794
|
+
]
|
|
1795
|
+
},
|
|
1796
|
+
{
|
|
1797
|
+
"kind": "method",
|
|
1798
|
+
"name": "getTemplate",
|
|
1799
|
+
"parameters": [
|
|
1800
|
+
{
|
|
1801
|
+
"name": "prefix",
|
|
1802
|
+
"type": {
|
|
1803
|
+
"text": "string"
|
|
1804
|
+
}
|
|
1805
|
+
}
|
|
1806
|
+
]
|
|
1807
|
+
},
|
|
1624
1808
|
{
|
|
1625
1809
|
"kind": "field",
|
|
1626
1810
|
"name": "_presentation",
|
|
@@ -1733,78 +1917,107 @@
|
|
|
1733
1917
|
}
|
|
1734
1918
|
}
|
|
1735
1919
|
],
|
|
1736
|
-
"
|
|
1920
|
+
"attributes": [
|
|
1737
1921
|
{
|
|
1738
|
-
"
|
|
1739
|
-
"
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1922
|
+
"name": "is-vertical",
|
|
1923
|
+
"type": {
|
|
1924
|
+
"text": "boolean"
|
|
1925
|
+
},
|
|
1926
|
+
"default": "false",
|
|
1927
|
+
"fieldName": "isVertical"
|
|
1928
|
+
},
|
|
1929
|
+
{
|
|
1930
|
+
"name": "add-default-actions",
|
|
1931
|
+
"type": {
|
|
1932
|
+
"text": "boolean"
|
|
1933
|
+
},
|
|
1934
|
+
"default": "true",
|
|
1935
|
+
"fieldName": "addDefaultActions"
|
|
1936
|
+
},
|
|
1937
|
+
{
|
|
1938
|
+
"name": "auto-close-on-action",
|
|
1939
|
+
"type": {
|
|
1940
|
+
"text": "boolean"
|
|
1941
|
+
},
|
|
1942
|
+
"default": "true",
|
|
1943
|
+
"fieldName": "autoCloseOnAction"
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"name": "name",
|
|
1947
|
+
"type": {
|
|
1948
|
+
"text": "string"
|
|
1949
|
+
},
|
|
1950
|
+
"default": "'Actions'",
|
|
1951
|
+
"fieldName": "name"
|
|
1952
|
+
},
|
|
1953
|
+
{
|
|
1954
|
+
"name": "open",
|
|
1955
|
+
"type": {
|
|
1956
|
+
"text": "boolean"
|
|
1957
|
+
},
|
|
1958
|
+
"default": "false",
|
|
1959
|
+
"fieldName": "open"
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"name": "buttonAppearance",
|
|
1963
|
+
"type": {
|
|
1964
|
+
"text": "string"
|
|
1965
|
+
},
|
|
1966
|
+
"fieldName": "buttonAppearance"
|
|
1967
|
+
},
|
|
1968
|
+
{
|
|
1969
|
+
"name": "hide-disabled",
|
|
1970
|
+
"type": {
|
|
1971
|
+
"text": "boolean"
|
|
1972
|
+
},
|
|
1973
|
+
"default": "false",
|
|
1974
|
+
"fieldName": "hideDisabled"
|
|
1975
|
+
},
|
|
1976
|
+
{
|
|
1977
|
+
"name": "hide-menu-single-option",
|
|
1978
|
+
"type": {
|
|
1979
|
+
"text": "boolean"
|
|
1980
|
+
},
|
|
1981
|
+
"default": "false",
|
|
1982
|
+
"fieldName": "hideMenuSingleOption"
|
|
1744
1983
|
}
|
|
1745
|
-
]
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1750
|
-
"type": {
|
|
1751
|
-
"text": "ShadowRootInit"
|
|
1752
|
-
},
|
|
1753
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1754
|
-
},
|
|
1755
|
-
{
|
|
1756
|
-
"kind": "variable",
|
|
1757
|
-
"name": "defaultAccordionItemConfig",
|
|
1758
|
-
"type": {
|
|
1759
|
-
"text": "object"
|
|
1984
|
+
],
|
|
1985
|
+
"superclass": {
|
|
1986
|
+
"name": "FoundationElement",
|
|
1987
|
+
"package": "@microsoft/fast-foundation"
|
|
1760
1988
|
},
|
|
1761
|
-
"
|
|
1989
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1990
|
+
"customElement": true
|
|
1762
1991
|
},
|
|
1763
1992
|
{
|
|
1764
1993
|
"kind": "variable",
|
|
1765
|
-
"name": "
|
|
1766
|
-
"description": "The Foundation
|
|
1994
|
+
"name": "foundationActionsMenu",
|
|
1995
|
+
"description": "The Foundation Actions Menu",
|
|
1767
1996
|
"privacy": "public"
|
|
1768
1997
|
}
|
|
1769
1998
|
],
|
|
1770
1999
|
"exports": [
|
|
1771
2000
|
{
|
|
1772
2001
|
"kind": "js",
|
|
1773
|
-
"name": "
|
|
1774
|
-
"declaration": {
|
|
1775
|
-
"name": "AccordionItem",
|
|
1776
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1777
|
-
}
|
|
1778
|
-
},
|
|
1779
|
-
{
|
|
1780
|
-
"kind": "js",
|
|
1781
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1782
|
-
"declaration": {
|
|
1783
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1784
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1785
|
-
}
|
|
1786
|
-
},
|
|
1787
|
-
{
|
|
1788
|
-
"kind": "js",
|
|
1789
|
-
"name": "defaultAccordionItemConfig",
|
|
2002
|
+
"name": "ActionsMenu",
|
|
1790
2003
|
"declaration": {
|
|
1791
|
-
"name": "
|
|
1792
|
-
"module": "src/
|
|
2004
|
+
"name": "ActionsMenu",
|
|
2005
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1793
2006
|
}
|
|
1794
2007
|
},
|
|
1795
2008
|
{
|
|
1796
2009
|
"kind": "js",
|
|
1797
|
-
"name": "
|
|
2010
|
+
"name": "foundationActionsMenu",
|
|
1798
2011
|
"declaration": {
|
|
1799
|
-
"name": "
|
|
1800
|
-
"module": "src/
|
|
2012
|
+
"name": "foundationActionsMenu",
|
|
2013
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1801
2014
|
}
|
|
1802
2015
|
}
|
|
1803
2016
|
]
|
|
1804
2017
|
},
|
|
1805
2018
|
{
|
|
1806
2019
|
"kind": "javascript-module",
|
|
1807
|
-
"path": "src/
|
|
2020
|
+
"path": "src/actions-menu/index.ts",
|
|
1808
2021
|
"declarations": [],
|
|
1809
2022
|
"exports": [
|
|
1810
2023
|
{
|
|
@@ -1812,7 +2025,7 @@
|
|
|
1812
2025
|
"name": "*",
|
|
1813
2026
|
"declaration": {
|
|
1814
2027
|
"name": "*",
|
|
1815
|
-
"package": "./
|
|
2028
|
+
"package": "./actions-menu.styles"
|
|
1816
2029
|
}
|
|
1817
2030
|
},
|
|
1818
2031
|
{
|
|
@@ -1820,7 +2033,7 @@
|
|
|
1820
2033
|
"name": "*",
|
|
1821
2034
|
"declaration": {
|
|
1822
2035
|
"name": "*",
|
|
1823
|
-
"package": "./
|
|
2036
|
+
"package": "./actions-menu.template"
|
|
1824
2037
|
}
|
|
1825
2038
|
},
|
|
1826
2039
|
{
|
|
@@ -1828,7 +2041,7 @@
|
|
|
1828
2041
|
"name": "*",
|
|
1829
2042
|
"declaration": {
|
|
1830
2043
|
"name": "*",
|
|
1831
|
-
"package": "./
|
|
2044
|
+
"package": "./actions-menu"
|
|
1832
2045
|
}
|
|
1833
2046
|
}
|
|
1834
2047
|
]
|
|
@@ -2353,37 +2566,6 @@
|
|
|
2353
2566
|
}
|
|
2354
2567
|
]
|
|
2355
2568
|
},
|
|
2356
|
-
{
|
|
2357
|
-
"kind": "javascript-module",
|
|
2358
|
-
"path": "src/_config/index.ts",
|
|
2359
|
-
"declarations": [],
|
|
2360
|
-
"exports": [
|
|
2361
|
-
{
|
|
2362
|
-
"kind": "js",
|
|
2363
|
-
"name": "*",
|
|
2364
|
-
"declaration": {
|
|
2365
|
-
"name": "*",
|
|
2366
|
-
"package": "./styles"
|
|
2367
|
-
}
|
|
2368
|
-
},
|
|
2369
|
-
{
|
|
2370
|
-
"kind": "js",
|
|
2371
|
-
"name": "*",
|
|
2372
|
-
"declaration": {
|
|
2373
|
-
"name": "*",
|
|
2374
|
-
"package": "./tokens"
|
|
2375
|
-
}
|
|
2376
|
-
},
|
|
2377
|
-
{
|
|
2378
|
-
"kind": "js",
|
|
2379
|
-
"name": "*",
|
|
2380
|
-
"declaration": {
|
|
2381
|
-
"name": "*",
|
|
2382
|
-
"package": "./values"
|
|
2383
|
-
}
|
|
2384
|
-
}
|
|
2385
|
-
]
|
|
2386
|
-
},
|
|
2387
2569
|
{
|
|
2388
2570
|
"kind": "javascript-module",
|
|
2389
2571
|
"path": "src/anchored-region/anchor-region.template.ts",
|
|
@@ -3803,273 +3985,91 @@
|
|
|
3803
3985
|
}
|
|
3804
3986
|
},
|
|
3805
3987
|
"inheritedFrom": {
|
|
3806
|
-
"name": "FoundationElement",
|
|
3807
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3808
|
-
}
|
|
3809
|
-
},
|
|
3810
|
-
{
|
|
3811
|
-
"kind": "field",
|
|
3812
|
-
"name": "styles",
|
|
3813
|
-
"type": {
|
|
3814
|
-
"text": "ElementStyles | void | null"
|
|
3815
|
-
},
|
|
3816
|
-
"privacy": "public",
|
|
3817
|
-
"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.",
|
|
3818
|
-
"inheritedFrom": {
|
|
3819
|
-
"name": "FoundationElement",
|
|
3820
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3821
|
-
}
|
|
3822
|
-
},
|
|
3823
|
-
{
|
|
3824
|
-
"kind": "method",
|
|
3825
|
-
"name": "stylesChanged",
|
|
3826
|
-
"privacy": "protected",
|
|
3827
|
-
"return": {
|
|
3828
|
-
"type": {
|
|
3829
|
-
"text": "void"
|
|
3830
|
-
}
|
|
3831
|
-
},
|
|
3832
|
-
"inheritedFrom": {
|
|
3833
|
-
"name": "FoundationElement",
|
|
3834
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3835
|
-
}
|
|
3836
|
-
},
|
|
3837
|
-
{
|
|
3838
|
-
"kind": "method",
|
|
3839
|
-
"name": "compose",
|
|
3840
|
-
"privacy": "public",
|
|
3841
|
-
"static": true,
|
|
3842
|
-
"return": {
|
|
3843
|
-
"type": {
|
|
3844
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3845
|
-
}
|
|
3846
|
-
},
|
|
3847
|
-
"parameters": [
|
|
3848
|
-
{
|
|
3849
|
-
"name": "this",
|
|
3850
|
-
"type": {
|
|
3851
|
-
"text": "K"
|
|
3852
|
-
}
|
|
3853
|
-
},
|
|
3854
|
-
{
|
|
3855
|
-
"name": "elementDefinition",
|
|
3856
|
-
"type": {
|
|
3857
|
-
"text": "T"
|
|
3858
|
-
},
|
|
3859
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3860
|
-
}
|
|
3861
|
-
],
|
|
3862
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3863
|
-
"inheritedFrom": {
|
|
3864
|
-
"name": "FoundationElement",
|
|
3865
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3866
|
-
}
|
|
3867
|
-
}
|
|
3868
|
-
],
|
|
3869
|
-
"events": [
|
|
3870
|
-
{
|
|
3871
|
-
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
3872
|
-
"name": "loaded",
|
|
3873
|
-
"inheritedFrom": {
|
|
3874
|
-
"name": "AnchoredRegion",
|
|
3875
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3876
|
-
}
|
|
3877
|
-
},
|
|
3878
|
-
{
|
|
3879
|
-
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
3880
|
-
"name": "positionchange",
|
|
3881
|
-
"inheritedFrom": {
|
|
3882
|
-
"name": "AnchoredRegion",
|
|
3883
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3884
|
-
}
|
|
3885
|
-
}
|
|
3886
|
-
]
|
|
3887
|
-
},
|
|
3888
|
-
{
|
|
3889
|
-
"kind": "variable",
|
|
3890
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3891
|
-
"type": {
|
|
3892
|
-
"text": "ShadowRootInit"
|
|
3893
|
-
},
|
|
3894
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3895
|
-
},
|
|
3896
|
-
{
|
|
3897
|
-
"kind": "variable",
|
|
3898
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3899
|
-
"type": {
|
|
3900
|
-
"text": "object"
|
|
3901
|
-
},
|
|
3902
|
-
"default": "{}"
|
|
3903
|
-
},
|
|
3904
|
-
{
|
|
3905
|
-
"kind": "variable",
|
|
3906
|
-
"name": "foundationAnchoredRegion",
|
|
3907
|
-
"description": "The Foundation Anchored Region",
|
|
3908
|
-
"privacy": "public"
|
|
3909
|
-
}
|
|
3910
|
-
],
|
|
3911
|
-
"exports": [
|
|
3912
|
-
{
|
|
3913
|
-
"kind": "js",
|
|
3914
|
-
"name": "AnchoredRegion",
|
|
3915
|
-
"declaration": {
|
|
3916
|
-
"name": "AnchoredRegion",
|
|
3917
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3918
|
-
}
|
|
3919
|
-
},
|
|
3920
|
-
{
|
|
3921
|
-
"kind": "js",
|
|
3922
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3923
|
-
"declaration": {
|
|
3924
|
-
"name": "foundationAnchoredRegionShadowOptions",
|
|
3925
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3926
|
-
}
|
|
3927
|
-
},
|
|
3928
|
-
{
|
|
3929
|
-
"kind": "js",
|
|
3930
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3931
|
-
"declaration": {
|
|
3932
|
-
"name": "defaultAnchoredRegionConfig",
|
|
3933
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3934
|
-
}
|
|
3935
|
-
},
|
|
3936
|
-
{
|
|
3937
|
-
"kind": "js",
|
|
3938
|
-
"name": "foundationAnchoredRegion",
|
|
3939
|
-
"declaration": {
|
|
3940
|
-
"name": "foundationAnchoredRegion",
|
|
3941
|
-
"module": "src/anchored-region/anchored-region.ts"
|
|
3942
|
-
}
|
|
3943
|
-
}
|
|
3944
|
-
]
|
|
3945
|
-
},
|
|
3946
|
-
{
|
|
3947
|
-
"kind": "javascript-module",
|
|
3948
|
-
"path": "src/anchored-region/index.ts",
|
|
3949
|
-
"declarations": [],
|
|
3950
|
-
"exports": [
|
|
3951
|
-
{
|
|
3952
|
-
"kind": "js",
|
|
3953
|
-
"name": "*",
|
|
3954
|
-
"declaration": {
|
|
3955
|
-
"name": "*",
|
|
3956
|
-
"package": "./anchor-region.template"
|
|
3957
|
-
}
|
|
3958
|
-
},
|
|
3959
|
-
{
|
|
3960
|
-
"kind": "js",
|
|
3961
|
-
"name": "*",
|
|
3962
|
-
"declaration": {
|
|
3963
|
-
"name": "*",
|
|
3964
|
-
"package": "./anchored-region.styles"
|
|
3965
|
-
}
|
|
3966
|
-
},
|
|
3967
|
-
{
|
|
3968
|
-
"kind": "js",
|
|
3969
|
-
"name": "*",
|
|
3970
|
-
"declaration": {
|
|
3971
|
-
"name": "*",
|
|
3972
|
-
"package": "./anchored-region"
|
|
3973
|
-
}
|
|
3974
|
-
}
|
|
3975
|
-
]
|
|
3976
|
-
},
|
|
3977
|
-
{
|
|
3978
|
-
"kind": "javascript-module",
|
|
3979
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
3980
|
-
"declarations": [
|
|
3981
|
-
{
|
|
3982
|
-
"kind": "function",
|
|
3983
|
-
"name": "foundationAccordionStyles",
|
|
3984
|
-
"return": {
|
|
3985
|
-
"type": {
|
|
3986
|
-
"text": "ElementStyles"
|
|
3987
|
-
}
|
|
3988
|
-
},
|
|
3989
|
-
"parameters": [
|
|
3988
|
+
"name": "FoundationElement",
|
|
3989
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3990
|
+
}
|
|
3991
|
+
},
|
|
3990
3992
|
{
|
|
3991
|
-
"
|
|
3993
|
+
"kind": "field",
|
|
3994
|
+
"name": "styles",
|
|
3992
3995
|
"type": {
|
|
3993
|
-
"text": "
|
|
3996
|
+
"text": "ElementStyles | void | null"
|
|
3997
|
+
},
|
|
3998
|
+
"privacy": "public",
|
|
3999
|
+
"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.",
|
|
4000
|
+
"inheritedFrom": {
|
|
4001
|
+
"name": "FoundationElement",
|
|
4002
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3994
4003
|
}
|
|
3995
4004
|
},
|
|
3996
4005
|
{
|
|
3997
|
-
"
|
|
3998
|
-
"
|
|
3999
|
-
|
|
4006
|
+
"kind": "method",
|
|
4007
|
+
"name": "stylesChanged",
|
|
4008
|
+
"privacy": "protected",
|
|
4009
|
+
"return": {
|
|
4010
|
+
"type": {
|
|
4011
|
+
"text": "void"
|
|
4012
|
+
}
|
|
4013
|
+
},
|
|
4014
|
+
"inheritedFrom": {
|
|
4015
|
+
"name": "FoundationElement",
|
|
4016
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4017
|
+
}
|
|
4018
|
+
},
|
|
4019
|
+
{
|
|
4020
|
+
"kind": "method",
|
|
4021
|
+
"name": "compose",
|
|
4022
|
+
"privacy": "public",
|
|
4023
|
+
"static": true,
|
|
4024
|
+
"return": {
|
|
4025
|
+
"type": {
|
|
4026
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4027
|
+
}
|
|
4028
|
+
},
|
|
4029
|
+
"parameters": [
|
|
4030
|
+
{
|
|
4031
|
+
"name": "this",
|
|
4032
|
+
"type": {
|
|
4033
|
+
"text": "K"
|
|
4034
|
+
}
|
|
4035
|
+
},
|
|
4036
|
+
{
|
|
4037
|
+
"name": "elementDefinition",
|
|
4038
|
+
"type": {
|
|
4039
|
+
"text": "T"
|
|
4040
|
+
},
|
|
4041
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4042
|
+
}
|
|
4043
|
+
],
|
|
4044
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4045
|
+
"inheritedFrom": {
|
|
4046
|
+
"name": "FoundationElement",
|
|
4047
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4000
4048
|
}
|
|
4001
4049
|
}
|
|
4002
|
-
]
|
|
4003
|
-
|
|
4004
|
-
],
|
|
4005
|
-
"exports": [
|
|
4006
|
-
{
|
|
4007
|
-
"kind": "js",
|
|
4008
|
-
"name": "foundationAccordionStyles",
|
|
4009
|
-
"declaration": {
|
|
4010
|
-
"name": "foundationAccordionStyles",
|
|
4011
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
4012
|
-
}
|
|
4013
|
-
}
|
|
4014
|
-
]
|
|
4015
|
-
},
|
|
4016
|
-
{
|
|
4017
|
-
"kind": "javascript-module",
|
|
4018
|
-
"path": "src/accordion/accordion.template.ts",
|
|
4019
|
-
"declarations": [
|
|
4020
|
-
{
|
|
4021
|
-
"kind": "function",
|
|
4022
|
-
"name": "foundationAccordionTemplate",
|
|
4023
|
-
"return": {
|
|
4024
|
-
"type": {
|
|
4025
|
-
"text": "ViewTemplate<Accordion>"
|
|
4026
|
-
}
|
|
4027
|
-
},
|
|
4028
|
-
"parameters": [
|
|
4050
|
+
],
|
|
4051
|
+
"events": [
|
|
4029
4052
|
{
|
|
4030
|
-
"
|
|
4031
|
-
"
|
|
4032
|
-
|
|
4053
|
+
"description": "Fires a custom 'loaded' event when the region is loaded and visible",
|
|
4054
|
+
"name": "loaded",
|
|
4055
|
+
"inheritedFrom": {
|
|
4056
|
+
"name": "AnchoredRegion",
|
|
4057
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4033
4058
|
}
|
|
4034
4059
|
},
|
|
4035
4060
|
{
|
|
4036
|
-
"
|
|
4037
|
-
"
|
|
4038
|
-
|
|
4061
|
+
"description": "Fires a custom 'positionchange' event when the position has changed",
|
|
4062
|
+
"name": "positionchange",
|
|
4063
|
+
"inheritedFrom": {
|
|
4064
|
+
"name": "AnchoredRegion",
|
|
4065
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4039
4066
|
}
|
|
4040
4067
|
}
|
|
4041
4068
|
]
|
|
4042
|
-
}
|
|
4043
|
-
],
|
|
4044
|
-
"exports": [
|
|
4045
|
-
{
|
|
4046
|
-
"kind": "js",
|
|
4047
|
-
"name": "foundationAccordionTemplate",
|
|
4048
|
-
"declaration": {
|
|
4049
|
-
"name": "foundationAccordionTemplate",
|
|
4050
|
-
"module": "src/accordion/accordion.template.ts"
|
|
4051
|
-
}
|
|
4052
|
-
}
|
|
4053
|
-
]
|
|
4054
|
-
},
|
|
4055
|
-
{
|
|
4056
|
-
"kind": "javascript-module",
|
|
4057
|
-
"path": "src/accordion/accordion.ts",
|
|
4058
|
-
"declarations": [
|
|
4059
|
-
{
|
|
4060
|
-
"kind": "class",
|
|
4061
|
-
"description": "",
|
|
4062
|
-
"name": "Accordion",
|
|
4063
|
-
"superclass": {
|
|
4064
|
-
"name": "FASTAccordion",
|
|
4065
|
-
"package": "@microsoft/fast-foundation"
|
|
4066
|
-
},
|
|
4067
|
-
"tagName": "%%prefix%%-accordion",
|
|
4068
|
-
"customElement": true
|
|
4069
4069
|
},
|
|
4070
4070
|
{
|
|
4071
4071
|
"kind": "variable",
|
|
4072
|
-
"name": "
|
|
4072
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4073
4073
|
"type": {
|
|
4074
4074
|
"text": "ShadowRootInit"
|
|
4075
4075
|
},
|
|
@@ -4077,7 +4077,7 @@
|
|
|
4077
4077
|
},
|
|
4078
4078
|
{
|
|
4079
4079
|
"kind": "variable",
|
|
4080
|
-
"name": "
|
|
4080
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4081
4081
|
"type": {
|
|
4082
4082
|
"text": "object"
|
|
4083
4083
|
},
|
|
@@ -4085,49 +4085,49 @@
|
|
|
4085
4085
|
},
|
|
4086
4086
|
{
|
|
4087
4087
|
"kind": "variable",
|
|
4088
|
-
"name": "
|
|
4089
|
-
"description": "The Foundation
|
|
4088
|
+
"name": "foundationAnchoredRegion",
|
|
4089
|
+
"description": "The Foundation Anchored Region",
|
|
4090
4090
|
"privacy": "public"
|
|
4091
4091
|
}
|
|
4092
4092
|
],
|
|
4093
4093
|
"exports": [
|
|
4094
4094
|
{
|
|
4095
4095
|
"kind": "js",
|
|
4096
|
-
"name": "
|
|
4096
|
+
"name": "AnchoredRegion",
|
|
4097
4097
|
"declaration": {
|
|
4098
|
-
"name": "
|
|
4099
|
-
"module": "src/
|
|
4098
|
+
"name": "AnchoredRegion",
|
|
4099
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4100
4100
|
}
|
|
4101
4101
|
},
|
|
4102
4102
|
{
|
|
4103
4103
|
"kind": "js",
|
|
4104
|
-
"name": "
|
|
4104
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4105
4105
|
"declaration": {
|
|
4106
|
-
"name": "
|
|
4107
|
-
"module": "src/
|
|
4106
|
+
"name": "foundationAnchoredRegionShadowOptions",
|
|
4107
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4108
4108
|
}
|
|
4109
4109
|
},
|
|
4110
4110
|
{
|
|
4111
4111
|
"kind": "js",
|
|
4112
|
-
"name": "
|
|
4112
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4113
4113
|
"declaration": {
|
|
4114
|
-
"name": "
|
|
4115
|
-
"module": "src/
|
|
4114
|
+
"name": "defaultAnchoredRegionConfig",
|
|
4115
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4116
4116
|
}
|
|
4117
4117
|
},
|
|
4118
4118
|
{
|
|
4119
4119
|
"kind": "js",
|
|
4120
|
-
"name": "
|
|
4120
|
+
"name": "foundationAnchoredRegion",
|
|
4121
4121
|
"declaration": {
|
|
4122
|
-
"name": "
|
|
4123
|
-
"module": "src/
|
|
4122
|
+
"name": "foundationAnchoredRegion",
|
|
4123
|
+
"module": "src/anchored-region/anchored-region.ts"
|
|
4124
4124
|
}
|
|
4125
4125
|
}
|
|
4126
4126
|
]
|
|
4127
4127
|
},
|
|
4128
4128
|
{
|
|
4129
4129
|
"kind": "javascript-module",
|
|
4130
|
-
"path": "src/
|
|
4130
|
+
"path": "src/anchored-region/index.ts",
|
|
4131
4131
|
"declarations": [],
|
|
4132
4132
|
"exports": [
|
|
4133
4133
|
{
|
|
@@ -4135,7 +4135,7 @@
|
|
|
4135
4135
|
"name": "*",
|
|
4136
4136
|
"declaration": {
|
|
4137
4137
|
"name": "*",
|
|
4138
|
-
"package": "./
|
|
4138
|
+
"package": "./anchor-region.template"
|
|
4139
4139
|
}
|
|
4140
4140
|
},
|
|
4141
4141
|
{
|
|
@@ -4143,7 +4143,7 @@
|
|
|
4143
4143
|
"name": "*",
|
|
4144
4144
|
"declaration": {
|
|
4145
4145
|
"name": "*",
|
|
4146
|
-
"package": "./
|
|
4146
|
+
"package": "./anchored-region.styles"
|
|
4147
4147
|
}
|
|
4148
4148
|
},
|
|
4149
4149
|
{
|
|
@@ -4151,7 +4151,7 @@
|
|
|
4151
4151
|
"name": "*",
|
|
4152
4152
|
"declaration": {
|
|
4153
4153
|
"name": "*",
|
|
4154
|
-
"package": "./
|
|
4154
|
+
"package": "./anchored-region"
|
|
4155
4155
|
}
|
|
4156
4156
|
}
|
|
4157
4157
|
]
|
|
@@ -16744,6 +16744,37 @@
|
|
|
16744
16744
|
"module": "src/main/expression-builder.ts"
|
|
16745
16745
|
}
|
|
16746
16746
|
},
|
|
16747
|
+
{
|
|
16748
|
+
"kind": "method",
|
|
16749
|
+
"name": "isValidConfig",
|
|
16750
|
+
"privacy": "private",
|
|
16751
|
+
"return": {
|
|
16752
|
+
"type": {
|
|
16753
|
+
"text": "boolean"
|
|
16754
|
+
}
|
|
16755
|
+
},
|
|
16756
|
+
"parameters": [
|
|
16757
|
+
{
|
|
16758
|
+
"name": "config",
|
|
16759
|
+
"type": {
|
|
16760
|
+
"text": "Config"
|
|
16761
|
+
}
|
|
16762
|
+
}
|
|
16763
|
+
],
|
|
16764
|
+
"inheritedFrom": {
|
|
16765
|
+
"name": "ExpressionBuilder",
|
|
16766
|
+
"module": "src/main/expression-builder.ts"
|
|
16767
|
+
}
|
|
16768
|
+
},
|
|
16769
|
+
{
|
|
16770
|
+
"kind": "method",
|
|
16771
|
+
"name": "initBaseModel",
|
|
16772
|
+
"privacy": "private",
|
|
16773
|
+
"inheritedFrom": {
|
|
16774
|
+
"name": "ExpressionBuilder",
|
|
16775
|
+
"module": "src/main/expression-builder.ts"
|
|
16776
|
+
}
|
|
16777
|
+
},
|
|
16747
16778
|
{
|
|
16748
16779
|
"kind": "field",
|
|
16749
16780
|
"name": "handleAddGroup",
|
|
@@ -17227,6 +17258,37 @@
|
|
|
17227
17258
|
"module": "src/main/expression-builder.ts"
|
|
17228
17259
|
}
|
|
17229
17260
|
},
|
|
17261
|
+
{
|
|
17262
|
+
"kind": "method",
|
|
17263
|
+
"name": "isValidConfig",
|
|
17264
|
+
"privacy": "private",
|
|
17265
|
+
"return": {
|
|
17266
|
+
"type": {
|
|
17267
|
+
"text": "boolean"
|
|
17268
|
+
}
|
|
17269
|
+
},
|
|
17270
|
+
"parameters": [
|
|
17271
|
+
{
|
|
17272
|
+
"name": "config",
|
|
17273
|
+
"type": {
|
|
17274
|
+
"text": "Config"
|
|
17275
|
+
}
|
|
17276
|
+
}
|
|
17277
|
+
],
|
|
17278
|
+
"inheritedFrom": {
|
|
17279
|
+
"name": "ExpressionBuilder",
|
|
17280
|
+
"module": "src/main/expression-builder.ts"
|
|
17281
|
+
}
|
|
17282
|
+
},
|
|
17283
|
+
{
|
|
17284
|
+
"kind": "method",
|
|
17285
|
+
"name": "initBaseModel",
|
|
17286
|
+
"privacy": "private",
|
|
17287
|
+
"inheritedFrom": {
|
|
17288
|
+
"name": "ExpressionBuilder",
|
|
17289
|
+
"module": "src/main/expression-builder.ts"
|
|
17290
|
+
}
|
|
17291
|
+
},
|
|
17230
17292
|
{
|
|
17231
17293
|
"kind": "field",
|
|
17232
17294
|
"name": "handleAddGroup",
|
|
@@ -17643,6 +17705,37 @@
|
|
|
17643
17705
|
"module": "src/main/expression-builder.ts"
|
|
17644
17706
|
}
|
|
17645
17707
|
},
|
|
17708
|
+
{
|
|
17709
|
+
"kind": "method",
|
|
17710
|
+
"name": "isValidConfig",
|
|
17711
|
+
"privacy": "private",
|
|
17712
|
+
"return": {
|
|
17713
|
+
"type": {
|
|
17714
|
+
"text": "boolean"
|
|
17715
|
+
}
|
|
17716
|
+
},
|
|
17717
|
+
"parameters": [
|
|
17718
|
+
{
|
|
17719
|
+
"name": "config",
|
|
17720
|
+
"type": {
|
|
17721
|
+
"text": "Config"
|
|
17722
|
+
}
|
|
17723
|
+
}
|
|
17724
|
+
],
|
|
17725
|
+
"inheritedFrom": {
|
|
17726
|
+
"name": "ExpressionBuilder",
|
|
17727
|
+
"module": "src/main/expression-builder.ts"
|
|
17728
|
+
}
|
|
17729
|
+
},
|
|
17730
|
+
{
|
|
17731
|
+
"kind": "method",
|
|
17732
|
+
"name": "initBaseModel",
|
|
17733
|
+
"privacy": "private",
|
|
17734
|
+
"inheritedFrom": {
|
|
17735
|
+
"name": "ExpressionBuilder",
|
|
17736
|
+
"module": "src/main/expression-builder.ts"
|
|
17737
|
+
}
|
|
17738
|
+
},
|
|
17646
17739
|
{
|
|
17647
17740
|
"kind": "field",
|
|
17648
17741
|
"name": "handleAddGroup",
|