@genesislcap/foundation-ui 14.180.1 → 14.180.3
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 +950 -950
- package/package.json +16 -16
|
@@ -819,87 +819,11 @@
|
|
|
819
819
|
},
|
|
820
820
|
{
|
|
821
821
|
"kind": "javascript-module",
|
|
822
|
-
"path": "src/
|
|
823
|
-
"declarations": [
|
|
824
|
-
{
|
|
825
|
-
"kind": "function",
|
|
826
|
-
"name": "closeIcon",
|
|
827
|
-
"parameters": [
|
|
828
|
-
{
|
|
829
|
-
"name": "slot",
|
|
830
|
-
"default": "'start'"
|
|
831
|
-
},
|
|
832
|
-
{
|
|
833
|
-
"name": "fill",
|
|
834
|
-
"default": "'#879ba6'"
|
|
835
|
-
}
|
|
836
|
-
]
|
|
837
|
-
}
|
|
838
|
-
],
|
|
839
|
-
"exports": [
|
|
840
|
-
{
|
|
841
|
-
"kind": "js",
|
|
842
|
-
"name": "closeIcon",
|
|
843
|
-
"declaration": {
|
|
844
|
-
"name": "closeIcon",
|
|
845
|
-
"module": "src/_common/icons.ts"
|
|
846
|
-
}
|
|
847
|
-
}
|
|
848
|
-
]
|
|
849
|
-
},
|
|
850
|
-
{
|
|
851
|
-
"kind": "javascript-module",
|
|
852
|
-
"path": "src/_common/index.ts",
|
|
853
|
-
"declarations": [],
|
|
854
|
-
"exports": [
|
|
855
|
-
{
|
|
856
|
-
"kind": "js",
|
|
857
|
-
"name": "*",
|
|
858
|
-
"declaration": {
|
|
859
|
-
"name": "*",
|
|
860
|
-
"package": "./icons"
|
|
861
|
-
}
|
|
862
|
-
}
|
|
863
|
-
]
|
|
864
|
-
},
|
|
865
|
-
{
|
|
866
|
-
"kind": "javascript-module",
|
|
867
|
-
"path": "src/_config/index.ts",
|
|
868
|
-
"declarations": [],
|
|
869
|
-
"exports": [
|
|
870
|
-
{
|
|
871
|
-
"kind": "js",
|
|
872
|
-
"name": "*",
|
|
873
|
-
"declaration": {
|
|
874
|
-
"name": "*",
|
|
875
|
-
"package": "./styles"
|
|
876
|
-
}
|
|
877
|
-
},
|
|
878
|
-
{
|
|
879
|
-
"kind": "js",
|
|
880
|
-
"name": "*",
|
|
881
|
-
"declaration": {
|
|
882
|
-
"name": "*",
|
|
883
|
-
"package": "./tokens"
|
|
884
|
-
}
|
|
885
|
-
},
|
|
886
|
-
{
|
|
887
|
-
"kind": "js",
|
|
888
|
-
"name": "*",
|
|
889
|
-
"declaration": {
|
|
890
|
-
"name": "*",
|
|
891
|
-
"package": "./values"
|
|
892
|
-
}
|
|
893
|
-
}
|
|
894
|
-
]
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
"kind": "javascript-module",
|
|
898
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
822
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
899
823
|
"declarations": [
|
|
900
824
|
{
|
|
901
825
|
"kind": "function",
|
|
902
|
-
"name": "
|
|
826
|
+
"name": "foundationAccordionItemStyles",
|
|
903
827
|
"return": {
|
|
904
828
|
"type": {
|
|
905
829
|
"text": "ElementStyles"
|
|
@@ -924,24 +848,24 @@
|
|
|
924
848
|
"exports": [
|
|
925
849
|
{
|
|
926
850
|
"kind": "js",
|
|
927
|
-
"name": "
|
|
851
|
+
"name": "foundationAccordionItemStyles",
|
|
928
852
|
"declaration": {
|
|
929
|
-
"name": "
|
|
930
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
853
|
+
"name": "foundationAccordionItemStyles",
|
|
854
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
931
855
|
}
|
|
932
856
|
}
|
|
933
857
|
]
|
|
934
858
|
},
|
|
935
859
|
{
|
|
936
860
|
"kind": "javascript-module",
|
|
937
|
-
"path": "src/accordion/accordion.template.ts",
|
|
861
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
938
862
|
"declarations": [
|
|
939
863
|
{
|
|
940
864
|
"kind": "function",
|
|
941
|
-
"name": "
|
|
865
|
+
"name": "foundationAccordionItemTemplate",
|
|
942
866
|
"return": {
|
|
943
867
|
"type": {
|
|
944
|
-
"text": "ViewTemplate<
|
|
868
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
945
869
|
}
|
|
946
870
|
},
|
|
947
871
|
"parameters": [
|
|
@@ -963,246 +887,64 @@
|
|
|
963
887
|
"exports": [
|
|
964
888
|
{
|
|
965
889
|
"kind": "js",
|
|
966
|
-
"name": "
|
|
890
|
+
"name": "foundationAccordionItemTemplate",
|
|
967
891
|
"declaration": {
|
|
968
|
-
"name": "
|
|
969
|
-
"module": "src/accordion/accordion.template.ts"
|
|
892
|
+
"name": "foundationAccordionItemTemplate",
|
|
893
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
970
894
|
}
|
|
971
895
|
}
|
|
972
896
|
]
|
|
973
897
|
},
|
|
974
898
|
{
|
|
975
899
|
"kind": "javascript-module",
|
|
976
|
-
"path": "src/accordion/accordion.ts",
|
|
900
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
977
901
|
"declarations": [
|
|
978
902
|
{
|
|
979
903
|
"kind": "class",
|
|
980
904
|
"description": "",
|
|
981
|
-
"name": "
|
|
905
|
+
"name": "AccordionItem",
|
|
982
906
|
"superclass": {
|
|
983
|
-
"name": "
|
|
984
|
-
"package": "@microsoft/fast-
|
|
985
|
-
},
|
|
986
|
-
"tagName": "%%prefix%%-accordion",
|
|
987
|
-
"customElement": true
|
|
988
|
-
},
|
|
989
|
-
{
|
|
990
|
-
"kind": "variable",
|
|
991
|
-
"name": "foundationAccordionShadowOptions",
|
|
992
|
-
"type": {
|
|
993
|
-
"text": "ShadowRootInit"
|
|
994
|
-
},
|
|
995
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
996
|
-
},
|
|
997
|
-
{
|
|
998
|
-
"kind": "variable",
|
|
999
|
-
"name": "defaultAccordionConfig",
|
|
1000
|
-
"type": {
|
|
1001
|
-
"text": "object"
|
|
1002
|
-
},
|
|
1003
|
-
"default": "{}"
|
|
1004
|
-
},
|
|
1005
|
-
{
|
|
1006
|
-
"kind": "variable",
|
|
1007
|
-
"name": "foundationAccordion",
|
|
1008
|
-
"description": "The Foundation Accordion",
|
|
1009
|
-
"privacy": "public"
|
|
1010
|
-
}
|
|
1011
|
-
],
|
|
1012
|
-
"exports": [
|
|
1013
|
-
{
|
|
1014
|
-
"kind": "js",
|
|
1015
|
-
"name": "Accordion",
|
|
1016
|
-
"declaration": {
|
|
1017
|
-
"name": "Accordion",
|
|
1018
|
-
"module": "src/accordion/accordion.ts"
|
|
1019
|
-
}
|
|
1020
|
-
},
|
|
1021
|
-
{
|
|
1022
|
-
"kind": "js",
|
|
1023
|
-
"name": "foundationAccordionShadowOptions",
|
|
1024
|
-
"declaration": {
|
|
1025
|
-
"name": "foundationAccordionShadowOptions",
|
|
1026
|
-
"module": "src/accordion/accordion.ts"
|
|
1027
|
-
}
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"kind": "js",
|
|
1031
|
-
"name": "defaultAccordionConfig",
|
|
1032
|
-
"declaration": {
|
|
1033
|
-
"name": "defaultAccordionConfig",
|
|
1034
|
-
"module": "src/accordion/accordion.ts"
|
|
1035
|
-
}
|
|
1036
|
-
},
|
|
1037
|
-
{
|
|
1038
|
-
"kind": "js",
|
|
1039
|
-
"name": "foundationAccordion",
|
|
1040
|
-
"declaration": {
|
|
1041
|
-
"name": "foundationAccordion",
|
|
1042
|
-
"module": "src/accordion/accordion.ts"
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
]
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
"kind": "javascript-module",
|
|
1049
|
-
"path": "src/accordion/index.ts",
|
|
1050
|
-
"declarations": [],
|
|
1051
|
-
"exports": [
|
|
1052
|
-
{
|
|
1053
|
-
"kind": "js",
|
|
1054
|
-
"name": "*",
|
|
1055
|
-
"declaration": {
|
|
1056
|
-
"name": "*",
|
|
1057
|
-
"package": "./accordion.template"
|
|
1058
|
-
}
|
|
1059
|
-
},
|
|
1060
|
-
{
|
|
1061
|
-
"kind": "js",
|
|
1062
|
-
"name": "*",
|
|
1063
|
-
"declaration": {
|
|
1064
|
-
"name": "*",
|
|
1065
|
-
"package": "./accordion.styles"
|
|
1066
|
-
}
|
|
1067
|
-
},
|
|
1068
|
-
{
|
|
1069
|
-
"kind": "js",
|
|
1070
|
-
"name": "*",
|
|
1071
|
-
"declaration": {
|
|
1072
|
-
"name": "*",
|
|
1073
|
-
"package": "./accordion"
|
|
1074
|
-
}
|
|
1075
|
-
}
|
|
1076
|
-
]
|
|
1077
|
-
},
|
|
1078
|
-
{
|
|
1079
|
-
"kind": "javascript-module",
|
|
1080
|
-
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1081
|
-
"declarations": [
|
|
1082
|
-
{
|
|
1083
|
-
"kind": "function",
|
|
1084
|
-
"name": "foundationAccordionItemStyles",
|
|
1085
|
-
"return": {
|
|
1086
|
-
"type": {
|
|
1087
|
-
"text": "ElementStyles"
|
|
1088
|
-
}
|
|
907
|
+
"name": "FASTAccordionItem",
|
|
908
|
+
"package": "@microsoft/fast-components"
|
|
1089
909
|
},
|
|
1090
|
-
"
|
|
910
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
911
|
+
"customElement": true,
|
|
912
|
+
"attributes": [
|
|
1091
913
|
{
|
|
1092
|
-
"name": "
|
|
914
|
+
"name": "heading-level",
|
|
1093
915
|
"type": {
|
|
1094
|
-
"text": "
|
|
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"
|
|
1095
924
|
}
|
|
1096
925
|
},
|
|
1097
926
|
{
|
|
1098
|
-
"name": "definition",
|
|
1099
927
|
"type": {
|
|
1100
|
-
"text": "
|
|
1101
|
-
}
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
"declarations": [
|
|
1121
|
-
{
|
|
1122
|
-
"kind": "function",
|
|
1123
|
-
"name": "foundationAccordionItemTemplate",
|
|
1124
|
-
"return": {
|
|
1125
|
-
"type": {
|
|
1126
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1127
|
-
}
|
|
1128
|
-
},
|
|
1129
|
-
"parameters": [
|
|
1130
|
-
{
|
|
1131
|
-
"name": "context",
|
|
1132
|
-
"type": {
|
|
1133
|
-
"text": "ElementDefinitionContext"
|
|
1134
|
-
}
|
|
1135
|
-
},
|
|
1136
|
-
{
|
|
1137
|
-
"name": "definition",
|
|
1138
|
-
"type": {
|
|
1139
|
-
"text": "FoundationElementDefinition"
|
|
1140
|
-
}
|
|
1141
|
-
}
|
|
1142
|
-
]
|
|
1143
|
-
}
|
|
1144
|
-
],
|
|
1145
|
-
"exports": [
|
|
1146
|
-
{
|
|
1147
|
-
"kind": "js",
|
|
1148
|
-
"name": "foundationAccordionItemTemplate",
|
|
1149
|
-
"declaration": {
|
|
1150
|
-
"name": "foundationAccordionItemTemplate",
|
|
1151
|
-
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1152
|
-
}
|
|
1153
|
-
}
|
|
1154
|
-
]
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
"kind": "javascript-module",
|
|
1158
|
-
"path": "src/accordion-item/accordion-item.ts",
|
|
1159
|
-
"declarations": [
|
|
1160
|
-
{
|
|
1161
|
-
"kind": "class",
|
|
1162
|
-
"description": "",
|
|
1163
|
-
"name": "AccordionItem",
|
|
1164
|
-
"superclass": {
|
|
1165
|
-
"name": "FASTAccordionItem",
|
|
1166
|
-
"package": "@microsoft/fast-components"
|
|
1167
|
-
},
|
|
1168
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1169
|
-
"customElement": true,
|
|
1170
|
-
"attributes": [
|
|
1171
|
-
{
|
|
1172
|
-
"name": "heading-level",
|
|
1173
|
-
"type": {
|
|
1174
|
-
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1175
|
-
},
|
|
1176
|
-
"default": "2",
|
|
1177
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1178
|
-
"fieldName": "headinglevel",
|
|
1179
|
-
"inheritedFrom": {
|
|
1180
|
-
"name": "AccordionItem",
|
|
1181
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1182
|
-
}
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"type": {
|
|
1186
|
-
"text": "boolean"
|
|
1187
|
-
},
|
|
1188
|
-
"default": "false",
|
|
1189
|
-
"description": "Expands or collapses the item.",
|
|
1190
|
-
"fieldName": "expanded",
|
|
1191
|
-
"inheritedFrom": {
|
|
1192
|
-
"name": "AccordionItem",
|
|
1193
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1194
|
-
}
|
|
1195
|
-
},
|
|
1196
|
-
{
|
|
1197
|
-
"name": "id",
|
|
1198
|
-
"type": {
|
|
1199
|
-
"text": "string"
|
|
1200
|
-
},
|
|
1201
|
-
"description": "The item ID",
|
|
1202
|
-
"fieldName": "id",
|
|
1203
|
-
"inheritedFrom": {
|
|
1204
|
-
"name": "AccordionItem",
|
|
1205
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
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"
|
|
1206
948
|
}
|
|
1207
949
|
}
|
|
1208
950
|
],
|
|
@@ -1471,34 +1213,87 @@
|
|
|
1471
1213
|
},
|
|
1472
1214
|
{
|
|
1473
1215
|
"kind": "javascript-module",
|
|
1474
|
-
"path": "src/
|
|
1216
|
+
"path": "src/_common/icons.ts",
|
|
1475
1217
|
"declarations": [
|
|
1476
1218
|
{
|
|
1477
1219
|
"kind": "function",
|
|
1478
|
-
"name": "
|
|
1479
|
-
"return": {
|
|
1480
|
-
"type": {
|
|
1481
|
-
"text": "ElementStyles"
|
|
1482
|
-
}
|
|
1483
|
-
},
|
|
1220
|
+
"name": "closeIcon",
|
|
1484
1221
|
"parameters": [
|
|
1485
1222
|
{
|
|
1486
|
-
"name": "
|
|
1487
|
-
"
|
|
1488
|
-
"text": "ElementDefinitionContext"
|
|
1489
|
-
}
|
|
1223
|
+
"name": "slot",
|
|
1224
|
+
"default": "'start'"
|
|
1490
1225
|
},
|
|
1491
1226
|
{
|
|
1492
|
-
"name": "
|
|
1493
|
-
"
|
|
1494
|
-
"text": "FoundationElementDefinition"
|
|
1495
|
-
}
|
|
1227
|
+
"name": "fill",
|
|
1228
|
+
"default": "'#879ba6'"
|
|
1496
1229
|
}
|
|
1497
1230
|
]
|
|
1231
|
+
}
|
|
1232
|
+
],
|
|
1233
|
+
"exports": [
|
|
1234
|
+
{
|
|
1235
|
+
"kind": "js",
|
|
1236
|
+
"name": "closeIcon",
|
|
1237
|
+
"declaration": {
|
|
1238
|
+
"name": "closeIcon",
|
|
1239
|
+
"module": "src/_common/icons.ts"
|
|
1240
|
+
}
|
|
1241
|
+
}
|
|
1242
|
+
]
|
|
1243
|
+
},
|
|
1244
|
+
{
|
|
1245
|
+
"kind": "javascript-module",
|
|
1246
|
+
"path": "src/_common/index.ts",
|
|
1247
|
+
"declarations": [],
|
|
1248
|
+
"exports": [
|
|
1249
|
+
{
|
|
1250
|
+
"kind": "js",
|
|
1251
|
+
"name": "*",
|
|
1252
|
+
"declaration": {
|
|
1253
|
+
"name": "*",
|
|
1254
|
+
"package": "./icons"
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
]
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"kind": "javascript-module",
|
|
1261
|
+
"path": "src/_config/index.ts",
|
|
1262
|
+
"declarations": [],
|
|
1263
|
+
"exports": [
|
|
1264
|
+
{
|
|
1265
|
+
"kind": "js",
|
|
1266
|
+
"name": "*",
|
|
1267
|
+
"declaration": {
|
|
1268
|
+
"name": "*",
|
|
1269
|
+
"package": "./styles"
|
|
1270
|
+
}
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
"kind": "js",
|
|
1274
|
+
"name": "*",
|
|
1275
|
+
"declaration": {
|
|
1276
|
+
"name": "*",
|
|
1277
|
+
"package": "./tokens"
|
|
1278
|
+
}
|
|
1498
1279
|
},
|
|
1280
|
+
{
|
|
1281
|
+
"kind": "js",
|
|
1282
|
+
"name": "*",
|
|
1283
|
+
"declaration": {
|
|
1284
|
+
"name": "*",
|
|
1285
|
+
"package": "./values"
|
|
1286
|
+
}
|
|
1287
|
+
}
|
|
1288
|
+
]
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"kind": "javascript-module",
|
|
1292
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
1293
|
+
"declarations": [
|
|
1499
1294
|
{
|
|
1500
1295
|
"kind": "function",
|
|
1501
|
-
"name": "
|
|
1296
|
+
"name": "foundationAccordionStyles",
|
|
1502
1297
|
"return": {
|
|
1503
1298
|
"type": {
|
|
1504
1299
|
"text": "ElementStyles"
|
|
@@ -1523,97 +1318,302 @@
|
|
|
1523
1318
|
"exports": [
|
|
1524
1319
|
{
|
|
1525
1320
|
"kind": "js",
|
|
1526
|
-
"name": "
|
|
1527
|
-
"declaration": {
|
|
1528
|
-
"name": "actionsMenuBaseStyles",
|
|
1529
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1530
|
-
}
|
|
1531
|
-
},
|
|
1532
|
-
{
|
|
1533
|
-
"kind": "js",
|
|
1534
|
-
"name": "foundationActionsMenuStyles",
|
|
1321
|
+
"name": "foundationAccordionStyles",
|
|
1535
1322
|
"declaration": {
|
|
1536
|
-
"name": "
|
|
1537
|
-
"module": "src/
|
|
1323
|
+
"name": "foundationAccordionStyles",
|
|
1324
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
1538
1325
|
}
|
|
1539
1326
|
}
|
|
1540
1327
|
]
|
|
1541
1328
|
},
|
|
1542
1329
|
{
|
|
1543
1330
|
"kind": "javascript-module",
|
|
1544
|
-
"path": "src/
|
|
1331
|
+
"path": "src/accordion/accordion.template.ts",
|
|
1545
1332
|
"declarations": [
|
|
1546
1333
|
{
|
|
1547
1334
|
"kind": "function",
|
|
1548
|
-
"name": "
|
|
1335
|
+
"name": "foundationAccordionTemplate",
|
|
1336
|
+
"return": {
|
|
1337
|
+
"type": {
|
|
1338
|
+
"text": "ViewTemplate<Accordion>"
|
|
1339
|
+
}
|
|
1340
|
+
},
|
|
1549
1341
|
"parameters": [
|
|
1550
1342
|
{
|
|
1551
|
-
"name": "
|
|
1343
|
+
"name": "context",
|
|
1552
1344
|
"type": {
|
|
1553
|
-
"text": "
|
|
1345
|
+
"text": "ElementDefinitionContext"
|
|
1554
1346
|
}
|
|
1555
|
-
}
|
|
1556
|
-
]
|
|
1557
|
-
},
|
|
1558
|
-
{
|
|
1559
|
-
"kind": "function",
|
|
1560
|
-
"name": "singleOptionTemplate",
|
|
1561
|
-
"parameters": [
|
|
1347
|
+
},
|
|
1562
1348
|
{
|
|
1563
|
-
"name": "
|
|
1349
|
+
"name": "definition",
|
|
1564
1350
|
"type": {
|
|
1565
|
-
"text": "
|
|
1351
|
+
"text": "FoundationElementDefinition"
|
|
1566
1352
|
}
|
|
1567
1353
|
}
|
|
1568
1354
|
]
|
|
1569
|
-
},
|
|
1570
|
-
{
|
|
1571
|
-
"kind": "variable",
|
|
1572
|
-
"name": "foundationActionsMenuTemplate",
|
|
1573
|
-
"type": {
|
|
1574
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1575
|
-
},
|
|
1576
|
-
"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`"
|
|
1577
1355
|
}
|
|
1578
1356
|
],
|
|
1579
1357
|
"exports": [
|
|
1580
1358
|
{
|
|
1581
1359
|
"kind": "js",
|
|
1582
|
-
"name": "
|
|
1583
|
-
"declaration": {
|
|
1584
|
-
"name": "menuTemplate",
|
|
1585
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1586
|
-
}
|
|
1587
|
-
},
|
|
1588
|
-
{
|
|
1589
|
-
"kind": "js",
|
|
1590
|
-
"name": "singleOptionTemplate",
|
|
1591
|
-
"declaration": {
|
|
1592
|
-
"name": "singleOptionTemplate",
|
|
1593
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1594
|
-
}
|
|
1595
|
-
},
|
|
1596
|
-
{
|
|
1597
|
-
"kind": "js",
|
|
1598
|
-
"name": "foundationActionsMenuTemplate",
|
|
1360
|
+
"name": "foundationAccordionTemplate",
|
|
1599
1361
|
"declaration": {
|
|
1600
|
-
"name": "
|
|
1601
|
-
"module": "src/
|
|
1362
|
+
"name": "foundationAccordionTemplate",
|
|
1363
|
+
"module": "src/accordion/accordion.template.ts"
|
|
1602
1364
|
}
|
|
1603
1365
|
}
|
|
1604
1366
|
]
|
|
1605
1367
|
},
|
|
1606
1368
|
{
|
|
1607
1369
|
"kind": "javascript-module",
|
|
1608
|
-
"path": "src/
|
|
1370
|
+
"path": "src/accordion/accordion.ts",
|
|
1609
1371
|
"declarations": [
|
|
1610
1372
|
{
|
|
1611
1373
|
"kind": "class",
|
|
1612
1374
|
"description": "",
|
|
1613
|
-
"name": "
|
|
1614
|
-
"
|
|
1615
|
-
|
|
1616
|
-
|
|
1375
|
+
"name": "Accordion",
|
|
1376
|
+
"superclass": {
|
|
1377
|
+
"name": "FASTAccordion",
|
|
1378
|
+
"package": "@microsoft/fast-foundation"
|
|
1379
|
+
},
|
|
1380
|
+
"tagName": "%%prefix%%-accordion",
|
|
1381
|
+
"customElement": true
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"kind": "variable",
|
|
1385
|
+
"name": "foundationAccordionShadowOptions",
|
|
1386
|
+
"type": {
|
|
1387
|
+
"text": "ShadowRootInit"
|
|
1388
|
+
},
|
|
1389
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "variable",
|
|
1393
|
+
"name": "defaultAccordionConfig",
|
|
1394
|
+
"type": {
|
|
1395
|
+
"text": "object"
|
|
1396
|
+
},
|
|
1397
|
+
"default": "{}"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"kind": "variable",
|
|
1401
|
+
"name": "foundationAccordion",
|
|
1402
|
+
"description": "The Foundation Accordion",
|
|
1403
|
+
"privacy": "public"
|
|
1404
|
+
}
|
|
1405
|
+
],
|
|
1406
|
+
"exports": [
|
|
1407
|
+
{
|
|
1408
|
+
"kind": "js",
|
|
1409
|
+
"name": "Accordion",
|
|
1410
|
+
"declaration": {
|
|
1411
|
+
"name": "Accordion",
|
|
1412
|
+
"module": "src/accordion/accordion.ts"
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"kind": "js",
|
|
1417
|
+
"name": "foundationAccordionShadowOptions",
|
|
1418
|
+
"declaration": {
|
|
1419
|
+
"name": "foundationAccordionShadowOptions",
|
|
1420
|
+
"module": "src/accordion/accordion.ts"
|
|
1421
|
+
}
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"kind": "js",
|
|
1425
|
+
"name": "defaultAccordionConfig",
|
|
1426
|
+
"declaration": {
|
|
1427
|
+
"name": "defaultAccordionConfig",
|
|
1428
|
+
"module": "src/accordion/accordion.ts"
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"kind": "js",
|
|
1433
|
+
"name": "foundationAccordion",
|
|
1434
|
+
"declaration": {
|
|
1435
|
+
"name": "foundationAccordion",
|
|
1436
|
+
"module": "src/accordion/accordion.ts"
|
|
1437
|
+
}
|
|
1438
|
+
}
|
|
1439
|
+
]
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"kind": "javascript-module",
|
|
1443
|
+
"path": "src/accordion/index.ts",
|
|
1444
|
+
"declarations": [],
|
|
1445
|
+
"exports": [
|
|
1446
|
+
{
|
|
1447
|
+
"kind": "js",
|
|
1448
|
+
"name": "*",
|
|
1449
|
+
"declaration": {
|
|
1450
|
+
"name": "*",
|
|
1451
|
+
"package": "./accordion.template"
|
|
1452
|
+
}
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"kind": "js",
|
|
1456
|
+
"name": "*",
|
|
1457
|
+
"declaration": {
|
|
1458
|
+
"name": "*",
|
|
1459
|
+
"package": "./accordion.styles"
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"kind": "js",
|
|
1464
|
+
"name": "*",
|
|
1465
|
+
"declaration": {
|
|
1466
|
+
"name": "*",
|
|
1467
|
+
"package": "./accordion"
|
|
1468
|
+
}
|
|
1469
|
+
}
|
|
1470
|
+
]
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
"kind": "javascript-module",
|
|
1474
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1475
|
+
"declarations": [
|
|
1476
|
+
{
|
|
1477
|
+
"kind": "function",
|
|
1478
|
+
"name": "actionsMenuBaseStyles",
|
|
1479
|
+
"return": {
|
|
1480
|
+
"type": {
|
|
1481
|
+
"text": "ElementStyles"
|
|
1482
|
+
}
|
|
1483
|
+
},
|
|
1484
|
+
"parameters": [
|
|
1485
|
+
{
|
|
1486
|
+
"name": "context",
|
|
1487
|
+
"type": {
|
|
1488
|
+
"text": "ElementDefinitionContext"
|
|
1489
|
+
}
|
|
1490
|
+
},
|
|
1491
|
+
{
|
|
1492
|
+
"name": "definition",
|
|
1493
|
+
"type": {
|
|
1494
|
+
"text": "FoundationElementDefinition"
|
|
1495
|
+
}
|
|
1496
|
+
}
|
|
1497
|
+
]
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"kind": "function",
|
|
1501
|
+
"name": "foundationActionsMenuStyles",
|
|
1502
|
+
"return": {
|
|
1503
|
+
"type": {
|
|
1504
|
+
"text": "ElementStyles"
|
|
1505
|
+
}
|
|
1506
|
+
},
|
|
1507
|
+
"parameters": [
|
|
1508
|
+
{
|
|
1509
|
+
"name": "context",
|
|
1510
|
+
"type": {
|
|
1511
|
+
"text": "ElementDefinitionContext"
|
|
1512
|
+
}
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"name": "definition",
|
|
1516
|
+
"type": {
|
|
1517
|
+
"text": "FoundationElementDefinition"
|
|
1518
|
+
}
|
|
1519
|
+
}
|
|
1520
|
+
]
|
|
1521
|
+
}
|
|
1522
|
+
],
|
|
1523
|
+
"exports": [
|
|
1524
|
+
{
|
|
1525
|
+
"kind": "js",
|
|
1526
|
+
"name": "actionsMenuBaseStyles",
|
|
1527
|
+
"declaration": {
|
|
1528
|
+
"name": "actionsMenuBaseStyles",
|
|
1529
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
"kind": "js",
|
|
1534
|
+
"name": "foundationActionsMenuStyles",
|
|
1535
|
+
"declaration": {
|
|
1536
|
+
"name": "foundationActionsMenuStyles",
|
|
1537
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1538
|
+
}
|
|
1539
|
+
}
|
|
1540
|
+
]
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
"kind": "javascript-module",
|
|
1544
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1545
|
+
"declarations": [
|
|
1546
|
+
{
|
|
1547
|
+
"kind": "function",
|
|
1548
|
+
"name": "menuTemplate",
|
|
1549
|
+
"parameters": [
|
|
1550
|
+
{
|
|
1551
|
+
"name": "prefix",
|
|
1552
|
+
"type": {
|
|
1553
|
+
"text": "string"
|
|
1554
|
+
}
|
|
1555
|
+
}
|
|
1556
|
+
]
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"kind": "function",
|
|
1560
|
+
"name": "singleOptionTemplate",
|
|
1561
|
+
"parameters": [
|
|
1562
|
+
{
|
|
1563
|
+
"name": "prefix",
|
|
1564
|
+
"type": {
|
|
1565
|
+
"text": "string"
|
|
1566
|
+
}
|
|
1567
|
+
}
|
|
1568
|
+
]
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"kind": "variable",
|
|
1572
|
+
"name": "foundationActionsMenuTemplate",
|
|
1573
|
+
"type": {
|
|
1574
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1575
|
+
},
|
|
1576
|
+
"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`"
|
|
1577
|
+
}
|
|
1578
|
+
],
|
|
1579
|
+
"exports": [
|
|
1580
|
+
{
|
|
1581
|
+
"kind": "js",
|
|
1582
|
+
"name": "menuTemplate",
|
|
1583
|
+
"declaration": {
|
|
1584
|
+
"name": "menuTemplate",
|
|
1585
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1586
|
+
}
|
|
1587
|
+
},
|
|
1588
|
+
{
|
|
1589
|
+
"kind": "js",
|
|
1590
|
+
"name": "singleOptionTemplate",
|
|
1591
|
+
"declaration": {
|
|
1592
|
+
"name": "singleOptionTemplate",
|
|
1593
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1594
|
+
}
|
|
1595
|
+
},
|
|
1596
|
+
{
|
|
1597
|
+
"kind": "js",
|
|
1598
|
+
"name": "foundationActionsMenuTemplate",
|
|
1599
|
+
"declaration": {
|
|
1600
|
+
"name": "foundationActionsMenuTemplate",
|
|
1601
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1602
|
+
}
|
|
1603
|
+
}
|
|
1604
|
+
]
|
|
1605
|
+
},
|
|
1606
|
+
{
|
|
1607
|
+
"kind": "javascript-module",
|
|
1608
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1609
|
+
"declarations": [
|
|
1610
|
+
{
|
|
1611
|
+
"kind": "class",
|
|
1612
|
+
"description": "",
|
|
1613
|
+
"name": "ActionsMenu",
|
|
1614
|
+
"members": [
|
|
1615
|
+
{
|
|
1616
|
+
"kind": "field",
|
|
1617
1617
|
"name": "actions",
|
|
1618
1618
|
"type": {
|
|
1619
1619
|
"text": "ActionMenuItem[]"
|
|
@@ -7652,557 +7652,262 @@
|
|
|
7652
7652
|
},
|
|
7653
7653
|
{
|
|
7654
7654
|
"kind": "javascript-module",
|
|
7655
|
-
"path": "src/
|
|
7655
|
+
"path": "src/categorized-multiselect/categorized-multiselect.styles.ts",
|
|
7656
7656
|
"declarations": [
|
|
7657
7657
|
{
|
|
7658
|
-
"kind": "
|
|
7659
|
-
"name": "
|
|
7660
|
-
"
|
|
7661
|
-
"
|
|
7662
|
-
"text": "ElementStyles"
|
|
7663
|
-
}
|
|
7658
|
+
"kind": "variable",
|
|
7659
|
+
"name": "optionsMaxheight",
|
|
7660
|
+
"type": {
|
|
7661
|
+
"text": "number"
|
|
7664
7662
|
},
|
|
7665
|
-
"
|
|
7666
|
-
|
|
7667
|
-
|
|
7668
|
-
|
|
7669
|
-
|
|
7670
|
-
|
|
7671
|
-
},
|
|
7672
|
-
{
|
|
7673
|
-
"name": "definition",
|
|
7674
|
-
"type": {
|
|
7675
|
-
"text": "FoundationElementDefinition"
|
|
7676
|
-
}
|
|
7677
|
-
}
|
|
7678
|
-
]
|
|
7663
|
+
"default": "450"
|
|
7664
|
+
},
|
|
7665
|
+
{
|
|
7666
|
+
"kind": "variable",
|
|
7667
|
+
"name": "categorizedMultiselectStyles",
|
|
7668
|
+
"default": "css`\n .root {\n position: relative;\n width: 100%;\n min-width: 250px;\n }\n\n .control-button {\n display: flex;\n justify-content: center;\n min-width: 31px;\n width: 31px;\n height: 31px;\n margin-left: calc(var(--design-unit) * 2px);\n color: var(--neutral-foreground-hint);\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n justify-content: end;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n .label {\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n font-weight: 700;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n display: none;\n }\n\n .control:hover .control-button,\n .control:hover .label {\n color: var(--neutral-foreground-rest);\n }\n\n button {\n pointer-events: none;\n }\n\n .options {\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin-top: 5px;\n padding: calc((var(--design-unit) + 3) * 2px) calc((var(--design-unit) + 3) * 1px);\n border: 1px solid rgba(46 51 57 / 100%);\n border-radius: 4px;\n background: var(--neutral-fill-input-rest);\n width: 100%;\n max-height: 0;\n visibility: hidden;\n transition:\n max-height 0.4s ease 0s,\n visibility 0.4s ease 0s;\n z-index: 999;\n }\n\n .position-above {\n bottom: 100%;\n }\n\n .checkbox-container {\n display: flex;\n flex-direction: column;\n overflow-y: scroll;\n scrollbar-width: thin;\n scrollbar-color: rgb(46 48 53) rgb(31 33 38);\n }\n\n span {\n border-bottom: calc(var(--stroke-width) * 1px) solid;\n border-color: color-mix(in srgb, var(--neutral-fill-rest), transparent 50%);\n padding: calc((var(--design-unit) + 2) * 2px) calc((var(--design-unit) + 3) * 1px);\n font-size: calc((var(--type-ramp-base-font-size) - 1px));\n color: var(--neutral-foreground-hint);\n }\n\n .multiselect-checkbox {\n min-width: fit-content;\n flex-direction: row-reverse;\n justify-content: space-between;\n align-items: flex-start;\n border-bottom: 1px solid;\n border-color: color-mix(in srgb, var(--neutral-fill-rest), transparent 50%);\n padding: calc((var(--design-unit) + 3) * 1px) calc((var(--design-unit) + 3) * 1px)\n calc((var(--design-unit) + 3) * 1px) 0;\n margin: 0;\n }\n\n .multiselect-checkbox:hover {\n background-color: rgb(45 47 51);\n cursor: pointer;\n }\n\n .multiselect-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n }\n\n .multiselect-checkbox::part(control) {\n min-width: calc(\n (\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) / 2 +\n var(--design-unit)\n ) * 1px\n );\n }\n\n .checkbox-container .multiselect-checkbox[disabled] {\n cursor: not-allowed;\n }\n\n .description {\n text-wrap: wrap;\n font-size: calc((var(--type-ramp-base-font-size) - 1px));\n margin: calc((var(--design-unit) + 3) * 1px) 0;\n }\n\n #filter-search {\n padding: 5px;\n }\n\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: rgb(31 33 38);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: rgb(46 48 53);\n border: 3px solid rgb(31 33 38);\n }\n\n .visible {\n visibility: visible;\n max-height: ${optionsMaxheight.toString()}px;\n }\n`"
|
|
7679
7669
|
}
|
|
7680
7670
|
],
|
|
7681
7671
|
"exports": [
|
|
7682
7672
|
{
|
|
7683
7673
|
"kind": "js",
|
|
7684
|
-
"name": "
|
|
7674
|
+
"name": "optionsMaxheight",
|
|
7685
7675
|
"declaration": {
|
|
7686
|
-
"name": "
|
|
7687
|
-
"module": "src/
|
|
7676
|
+
"name": "optionsMaxheight",
|
|
7677
|
+
"module": "src/categorized-multiselect/categorized-multiselect.styles.ts"
|
|
7678
|
+
}
|
|
7679
|
+
},
|
|
7680
|
+
{
|
|
7681
|
+
"kind": "js",
|
|
7682
|
+
"name": "categorizedMultiselectStyles",
|
|
7683
|
+
"declaration": {
|
|
7684
|
+
"name": "categorizedMultiselectStyles",
|
|
7685
|
+
"module": "src/categorized-multiselect/categorized-multiselect.styles.ts"
|
|
7688
7686
|
}
|
|
7689
7687
|
}
|
|
7690
7688
|
]
|
|
7691
7689
|
},
|
|
7692
7690
|
{
|
|
7693
7691
|
"kind": "javascript-module",
|
|
7694
|
-
"path": "src/
|
|
7692
|
+
"path": "src/categorized-multiselect/categorized-multiselect.template.ts",
|
|
7695
7693
|
"declarations": [
|
|
7696
7694
|
{
|
|
7697
7695
|
"kind": "function",
|
|
7698
|
-
"name": "
|
|
7699
|
-
"return": {
|
|
7700
|
-
"type": {
|
|
7701
|
-
"text": "ViewTemplate<Card>"
|
|
7702
|
-
}
|
|
7703
|
-
},
|
|
7696
|
+
"name": "getPrefixedCategorizedMultiselect",
|
|
7704
7697
|
"parameters": [
|
|
7705
7698
|
{
|
|
7706
|
-
"name": "
|
|
7707
|
-
"
|
|
7708
|
-
"text": "ElementDefinitionContext"
|
|
7709
|
-
}
|
|
7710
|
-
},
|
|
7711
|
-
{
|
|
7712
|
-
"name": "definition",
|
|
7699
|
+
"name": "prefix",
|
|
7700
|
+
"default": "'foundation'",
|
|
7713
7701
|
"type": {
|
|
7714
|
-
"text": "
|
|
7702
|
+
"text": "string"
|
|
7715
7703
|
}
|
|
7716
7704
|
}
|
|
7717
7705
|
]
|
|
7706
|
+
},
|
|
7707
|
+
{
|
|
7708
|
+
"kind": "variable",
|
|
7709
|
+
"name": "categorizedMultiselectTemplate",
|
|
7710
|
+
"default": "html<CategorizedMultiselect>`\n ${getPrefixedCategorizedMultiselect()}\n`"
|
|
7718
7711
|
}
|
|
7719
7712
|
],
|
|
7720
7713
|
"exports": [
|
|
7721
7714
|
{
|
|
7722
7715
|
"kind": "js",
|
|
7723
|
-
"name": "
|
|
7716
|
+
"name": "getPrefixedCategorizedMultiselect",
|
|
7724
7717
|
"declaration": {
|
|
7725
|
-
"name": "
|
|
7726
|
-
"module": "src/
|
|
7718
|
+
"name": "getPrefixedCategorizedMultiselect",
|
|
7719
|
+
"module": "src/categorized-multiselect/categorized-multiselect.template.ts"
|
|
7720
|
+
}
|
|
7721
|
+
},
|
|
7722
|
+
{
|
|
7723
|
+
"kind": "js",
|
|
7724
|
+
"name": "categorizedMultiselectTemplate",
|
|
7725
|
+
"declaration": {
|
|
7726
|
+
"name": "categorizedMultiselectTemplate",
|
|
7727
|
+
"module": "src/categorized-multiselect/categorized-multiselect.template.ts"
|
|
7727
7728
|
}
|
|
7728
7729
|
}
|
|
7729
7730
|
]
|
|
7730
7731
|
},
|
|
7731
7732
|
{
|
|
7732
7733
|
"kind": "javascript-module",
|
|
7733
|
-
"path": "src/
|
|
7734
|
+
"path": "src/categorized-multiselect/categorized-multiselect.ts",
|
|
7734
7735
|
"declarations": [
|
|
7736
|
+
{
|
|
7737
|
+
"kind": "variable",
|
|
7738
|
+
"name": "foundationCategorizedMultiselectShadowOptions",
|
|
7739
|
+
"type": {
|
|
7740
|
+
"text": "ShadowRootInit"
|
|
7741
|
+
},
|
|
7742
|
+
"default": "undefined"
|
|
7743
|
+
},
|
|
7744
|
+
{
|
|
7745
|
+
"kind": "variable",
|
|
7746
|
+
"name": "defaultCategorizedMultiselectConfig",
|
|
7747
|
+
"type": {
|
|
7748
|
+
"text": "object"
|
|
7749
|
+
},
|
|
7750
|
+
"default": "{}"
|
|
7751
|
+
},
|
|
7735
7752
|
{
|
|
7736
7753
|
"kind": "class",
|
|
7737
7754
|
"description": "",
|
|
7738
|
-
"name": "
|
|
7739
|
-
"superclass": {
|
|
7740
|
-
"name": "FASTCard",
|
|
7741
|
-
"package": "@microsoft/fast-components"
|
|
7742
|
-
},
|
|
7743
|
-
"tagName": "%%prefix%%-card",
|
|
7744
|
-
"customElement": true,
|
|
7755
|
+
"name": "CategorizedMultiselect",
|
|
7745
7756
|
"members": [
|
|
7746
7757
|
{
|
|
7747
7758
|
"kind": "field",
|
|
7748
|
-
"name": "
|
|
7759
|
+
"name": "name",
|
|
7749
7760
|
"type": {
|
|
7750
|
-
"text": "
|
|
7761
|
+
"text": "string"
|
|
7751
7762
|
},
|
|
7752
|
-
"
|
|
7753
|
-
"default": "void 0",
|
|
7754
|
-
"inheritedFrom": {
|
|
7755
|
-
"name": "FoundationElement",
|
|
7756
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7757
|
-
}
|
|
7763
|
+
"default": "''"
|
|
7758
7764
|
},
|
|
7759
7765
|
{
|
|
7760
7766
|
"kind": "field",
|
|
7761
|
-
"name": "
|
|
7767
|
+
"name": "autoPosition",
|
|
7762
7768
|
"type": {
|
|
7763
|
-
"text": "
|
|
7769
|
+
"text": "boolean"
|
|
7764
7770
|
},
|
|
7765
|
-
"
|
|
7766
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7767
|
-
"inheritedFrom": {
|
|
7768
|
-
"name": "FoundationElement",
|
|
7769
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7770
|
-
}
|
|
7771
|
+
"default": "true"
|
|
7771
7772
|
},
|
|
7772
7773
|
{
|
|
7773
7774
|
"kind": "field",
|
|
7774
|
-
"name": "
|
|
7775
|
+
"name": "search",
|
|
7775
7776
|
"type": {
|
|
7776
|
-
"text": "
|
|
7777
|
+
"text": "boolean"
|
|
7777
7778
|
},
|
|
7778
|
-
"
|
|
7779
|
-
"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.",
|
|
7780
|
-
"inheritedFrom": {
|
|
7781
|
-
"name": "FoundationElement",
|
|
7782
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7783
|
-
}
|
|
7779
|
+
"default": "true"
|
|
7784
7780
|
},
|
|
7785
7781
|
{
|
|
7786
|
-
"kind": "
|
|
7787
|
-
"name": "
|
|
7788
|
-
"
|
|
7789
|
-
|
|
7790
|
-
"type": {
|
|
7791
|
-
"text": "void"
|
|
7792
|
-
}
|
|
7782
|
+
"kind": "field",
|
|
7783
|
+
"name": "disabled",
|
|
7784
|
+
"type": {
|
|
7785
|
+
"text": "boolean"
|
|
7793
7786
|
},
|
|
7794
|
-
"
|
|
7795
|
-
|
|
7796
|
-
|
|
7787
|
+
"default": "false"
|
|
7788
|
+
},
|
|
7789
|
+
{
|
|
7790
|
+
"kind": "field",
|
|
7791
|
+
"name": "defaultSlottedNodes",
|
|
7792
|
+
"type": {
|
|
7793
|
+
"text": "Node[]"
|
|
7797
7794
|
}
|
|
7798
7795
|
},
|
|
7799
7796
|
{
|
|
7800
7797
|
"kind": "field",
|
|
7801
|
-
"name": "
|
|
7798
|
+
"name": "valueFormatter"
|
|
7799
|
+
},
|
|
7800
|
+
{
|
|
7801
|
+
"kind": "field",
|
|
7802
|
+
"name": "filterSearchValue",
|
|
7802
7803
|
"type": {
|
|
7803
|
-
"text": "
|
|
7804
|
-
},
|
|
7805
|
-
"privacy": "public",
|
|
7806
|
-
"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.",
|
|
7807
|
-
"inheritedFrom": {
|
|
7808
|
-
"name": "FoundationElement",
|
|
7809
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7804
|
+
"text": "string"
|
|
7810
7805
|
}
|
|
7811
7806
|
},
|
|
7812
7807
|
{
|
|
7813
|
-
"kind": "
|
|
7814
|
-
"name": "
|
|
7815
|
-
"privacy": "
|
|
7816
|
-
|
|
7817
|
-
|
|
7818
|
-
|
|
7819
|
-
|
|
7808
|
+
"kind": "field",
|
|
7809
|
+
"name": "clickOutside",
|
|
7810
|
+
"privacy": "private"
|
|
7811
|
+
},
|
|
7812
|
+
{
|
|
7813
|
+
"kind": "field",
|
|
7814
|
+
"name": "open",
|
|
7815
|
+
"type": {
|
|
7816
|
+
"text": "boolean"
|
|
7820
7817
|
},
|
|
7821
|
-
"
|
|
7822
|
-
"name": "FoundationElement",
|
|
7823
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7824
|
-
}
|
|
7818
|
+
"default": "false"
|
|
7825
7819
|
},
|
|
7826
7820
|
{
|
|
7827
7821
|
"kind": "method",
|
|
7828
|
-
"name": "
|
|
7829
|
-
"privacy": "public",
|
|
7830
|
-
"static": true,
|
|
7831
|
-
"return": {
|
|
7832
|
-
"type": {
|
|
7833
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7834
|
-
}
|
|
7835
|
-
},
|
|
7822
|
+
"name": "openChanged",
|
|
7836
7823
|
"parameters": [
|
|
7837
7824
|
{
|
|
7838
|
-
"name": "
|
|
7825
|
+
"name": "previous",
|
|
7839
7826
|
"type": {
|
|
7840
|
-
"text": "
|
|
7827
|
+
"text": "boolean"
|
|
7841
7828
|
}
|
|
7842
7829
|
},
|
|
7843
7830
|
{
|
|
7844
|
-
"name": "
|
|
7831
|
+
"name": "open",
|
|
7845
7832
|
"type": {
|
|
7846
|
-
"text": "
|
|
7847
|
-
}
|
|
7848
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
7833
|
+
"text": "boolean"
|
|
7834
|
+
}
|
|
7849
7835
|
}
|
|
7850
|
-
]
|
|
7851
|
-
|
|
7852
|
-
|
|
7853
|
-
|
|
7854
|
-
|
|
7836
|
+
]
|
|
7837
|
+
},
|
|
7838
|
+
{
|
|
7839
|
+
"kind": "field",
|
|
7840
|
+
"name": "options",
|
|
7841
|
+
"type": {
|
|
7842
|
+
"text": "CategorizedMultiselectOption[]"
|
|
7843
|
+
},
|
|
7844
|
+
"default": "[]"
|
|
7845
|
+
},
|
|
7846
|
+
{
|
|
7847
|
+
"kind": "field",
|
|
7848
|
+
"name": "selectedOptions",
|
|
7849
|
+
"type": {
|
|
7850
|
+
"text": "string[]"
|
|
7851
|
+
},
|
|
7852
|
+
"default": "[]"
|
|
7853
|
+
},
|
|
7854
|
+
{
|
|
7855
|
+
"kind": "field",
|
|
7856
|
+
"name": "filteredAvailableOptions",
|
|
7857
|
+
"type": {
|
|
7858
|
+
"text": "CategorizedMultiselectFilteredOption[]"
|
|
7855
7859
|
}
|
|
7856
|
-
}
|
|
7857
|
-
]
|
|
7858
|
-
},
|
|
7859
|
-
{
|
|
7860
|
-
"kind": "variable",
|
|
7861
|
-
"name": "foundationCardShadowOptions",
|
|
7862
|
-
"type": {
|
|
7863
|
-
"text": "ShadowRootInit"
|
|
7864
|
-
},
|
|
7865
|
-
"default": "undefined"
|
|
7866
|
-
},
|
|
7867
|
-
{
|
|
7868
|
-
"kind": "variable",
|
|
7869
|
-
"name": "defaultCardConfig",
|
|
7870
|
-
"type": {
|
|
7871
|
-
"text": "object"
|
|
7872
|
-
},
|
|
7873
|
-
"default": "{}"
|
|
7874
|
-
},
|
|
7875
|
-
{
|
|
7876
|
-
"kind": "variable",
|
|
7877
|
-
"name": "foundationCard",
|
|
7878
|
-
"description": "The Foundation Card",
|
|
7879
|
-
"privacy": "public"
|
|
7880
|
-
}
|
|
7881
|
-
],
|
|
7882
|
-
"exports": [
|
|
7883
|
-
{
|
|
7884
|
-
"kind": "js",
|
|
7885
|
-
"name": "Card",
|
|
7886
|
-
"declaration": {
|
|
7887
|
-
"name": "Card",
|
|
7888
|
-
"module": "src/card/card.ts"
|
|
7889
|
-
}
|
|
7890
|
-
},
|
|
7891
|
-
{
|
|
7892
|
-
"kind": "js",
|
|
7893
|
-
"name": "foundationCardShadowOptions",
|
|
7894
|
-
"declaration": {
|
|
7895
|
-
"name": "foundationCardShadowOptions",
|
|
7896
|
-
"module": "src/card/card.ts"
|
|
7897
|
-
}
|
|
7898
|
-
},
|
|
7899
|
-
{
|
|
7900
|
-
"kind": "js",
|
|
7901
|
-
"name": "defaultCardConfig",
|
|
7902
|
-
"declaration": {
|
|
7903
|
-
"name": "defaultCardConfig",
|
|
7904
|
-
"module": "src/card/card.ts"
|
|
7905
|
-
}
|
|
7906
|
-
},
|
|
7907
|
-
{
|
|
7908
|
-
"kind": "js",
|
|
7909
|
-
"name": "foundationCard",
|
|
7910
|
-
"declaration": {
|
|
7911
|
-
"name": "foundationCard",
|
|
7912
|
-
"module": "src/card/card.ts"
|
|
7913
|
-
}
|
|
7914
|
-
}
|
|
7915
|
-
]
|
|
7916
|
-
},
|
|
7917
|
-
{
|
|
7918
|
-
"kind": "javascript-module",
|
|
7919
|
-
"path": "src/card/index.ts",
|
|
7920
|
-
"declarations": [],
|
|
7921
|
-
"exports": [
|
|
7922
|
-
{
|
|
7923
|
-
"kind": "js",
|
|
7924
|
-
"name": "*",
|
|
7925
|
-
"declaration": {
|
|
7926
|
-
"name": "*",
|
|
7927
|
-
"package": "./card.template"
|
|
7928
|
-
}
|
|
7929
|
-
},
|
|
7930
|
-
{
|
|
7931
|
-
"kind": "js",
|
|
7932
|
-
"name": "*",
|
|
7933
|
-
"declaration": {
|
|
7934
|
-
"name": "*",
|
|
7935
|
-
"package": "./card.styles"
|
|
7936
|
-
}
|
|
7937
|
-
},
|
|
7938
|
-
{
|
|
7939
|
-
"kind": "js",
|
|
7940
|
-
"name": "*",
|
|
7941
|
-
"declaration": {
|
|
7942
|
-
"name": "*",
|
|
7943
|
-
"package": "./card"
|
|
7944
|
-
}
|
|
7945
|
-
}
|
|
7946
|
-
]
|
|
7947
|
-
},
|
|
7948
|
-
{
|
|
7949
|
-
"kind": "javascript-module",
|
|
7950
|
-
"path": "src/categorized-multiselect/categorized-multiselect.styles.ts",
|
|
7951
|
-
"declarations": [
|
|
7952
|
-
{
|
|
7953
|
-
"kind": "variable",
|
|
7954
|
-
"name": "optionsMaxheight",
|
|
7955
|
-
"type": {
|
|
7956
|
-
"text": "number"
|
|
7957
|
-
},
|
|
7958
|
-
"default": "450"
|
|
7959
|
-
},
|
|
7960
|
-
{
|
|
7961
|
-
"kind": "variable",
|
|
7962
|
-
"name": "categorizedMultiselectStyles",
|
|
7963
|
-
"default": "css`\n .root {\n position: relative;\n width: 100%;\n min-width: 250px;\n }\n\n .control-button {\n display: flex;\n justify-content: center;\n min-width: 31px;\n width: 31px;\n height: 31px;\n margin-left: calc(var(--design-unit) * 2px);\n color: var(--neutral-foreground-hint);\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n justify-content: end;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n .label {\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n font-weight: 700;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n display: none;\n }\n\n .control:hover .control-button,\n .control:hover .label {\n color: var(--neutral-foreground-rest);\n }\n\n button {\n pointer-events: none;\n }\n\n .options {\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin-top: 5px;\n padding: calc((var(--design-unit) + 3) * 2px) calc((var(--design-unit) + 3) * 1px);\n border: 1px solid rgba(46 51 57 / 100%);\n border-radius: 4px;\n background: var(--neutral-fill-input-rest);\n width: 100%;\n max-height: 0;\n visibility: hidden;\n transition:\n max-height 0.4s ease 0s,\n visibility 0.4s ease 0s;\n z-index: 999;\n }\n\n .position-above {\n bottom: 100%;\n }\n\n .checkbox-container {\n display: flex;\n flex-direction: column;\n overflow-y: scroll;\n scrollbar-width: thin;\n scrollbar-color: rgb(46 48 53) rgb(31 33 38);\n }\n\n span {\n border-bottom: calc(var(--stroke-width) * 1px) solid;\n border-color: color-mix(in srgb, var(--neutral-fill-rest), transparent 50%);\n padding: calc((var(--design-unit) + 2) * 2px) calc((var(--design-unit) + 3) * 1px);\n font-size: calc((var(--type-ramp-base-font-size) - 1px));\n color: var(--neutral-foreground-hint);\n }\n\n .multiselect-checkbox {\n min-width: fit-content;\n flex-direction: row-reverse;\n justify-content: space-between;\n align-items: flex-start;\n border-bottom: 1px solid;\n border-color: color-mix(in srgb, var(--neutral-fill-rest), transparent 50%);\n padding: calc((var(--design-unit) + 3) * 1px) calc((var(--design-unit) + 3) * 1px)\n calc((var(--design-unit) + 3) * 1px) 0;\n margin: 0;\n }\n\n .multiselect-checkbox:hover {\n background-color: rgb(45 47 51);\n cursor: pointer;\n }\n\n .multiselect-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n }\n\n .multiselect-checkbox::part(control) {\n min-width: calc(\n (\n (var(--base-height-multiplier) + var(--density)) * var(--design-unit) / 2 +\n var(--design-unit)\n ) * 1px\n );\n }\n\n .checkbox-container .multiselect-checkbox[disabled] {\n cursor: not-allowed;\n }\n\n .description {\n text-wrap: wrap;\n font-size: calc((var(--type-ramp-base-font-size) - 1px));\n margin: calc((var(--design-unit) + 3) * 1px) 0;\n }\n\n #filter-search {\n padding: 5px;\n }\n\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: rgb(31 33 38);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: rgb(46 48 53);\n border: 3px solid rgb(31 33 38);\n }\n\n .visible {\n visibility: visible;\n max-height: ${optionsMaxheight.toString()}px;\n }\n`"
|
|
7964
|
-
}
|
|
7965
|
-
],
|
|
7966
|
-
"exports": [
|
|
7967
|
-
{
|
|
7968
|
-
"kind": "js",
|
|
7969
|
-
"name": "optionsMaxheight",
|
|
7970
|
-
"declaration": {
|
|
7971
|
-
"name": "optionsMaxheight",
|
|
7972
|
-
"module": "src/categorized-multiselect/categorized-multiselect.styles.ts"
|
|
7973
|
-
}
|
|
7974
|
-
},
|
|
7975
|
-
{
|
|
7976
|
-
"kind": "js",
|
|
7977
|
-
"name": "categorizedMultiselectStyles",
|
|
7978
|
-
"declaration": {
|
|
7979
|
-
"name": "categorizedMultiselectStyles",
|
|
7980
|
-
"module": "src/categorized-multiselect/categorized-multiselect.styles.ts"
|
|
7981
|
-
}
|
|
7982
|
-
}
|
|
7983
|
-
]
|
|
7984
|
-
},
|
|
7985
|
-
{
|
|
7986
|
-
"kind": "javascript-module",
|
|
7987
|
-
"path": "src/categorized-multiselect/categorized-multiselect.template.ts",
|
|
7988
|
-
"declarations": [
|
|
7989
|
-
{
|
|
7990
|
-
"kind": "function",
|
|
7991
|
-
"name": "getPrefixedCategorizedMultiselect",
|
|
7992
|
-
"parameters": [
|
|
7993
|
-
{
|
|
7994
|
-
"name": "prefix",
|
|
7995
|
-
"default": "'foundation'",
|
|
7996
|
-
"type": {
|
|
7997
|
-
"text": "string"
|
|
7998
|
-
}
|
|
7999
|
-
}
|
|
8000
|
-
]
|
|
8001
|
-
},
|
|
8002
|
-
{
|
|
8003
|
-
"kind": "variable",
|
|
8004
|
-
"name": "categorizedMultiselectTemplate",
|
|
8005
|
-
"default": "html<CategorizedMultiselect>`\n ${getPrefixedCategorizedMultiselect()}\n`"
|
|
8006
|
-
}
|
|
8007
|
-
],
|
|
8008
|
-
"exports": [
|
|
8009
|
-
{
|
|
8010
|
-
"kind": "js",
|
|
8011
|
-
"name": "getPrefixedCategorizedMultiselect",
|
|
8012
|
-
"declaration": {
|
|
8013
|
-
"name": "getPrefixedCategorizedMultiselect",
|
|
8014
|
-
"module": "src/categorized-multiselect/categorized-multiselect.template.ts"
|
|
8015
|
-
}
|
|
8016
|
-
},
|
|
8017
|
-
{
|
|
8018
|
-
"kind": "js",
|
|
8019
|
-
"name": "categorizedMultiselectTemplate",
|
|
8020
|
-
"declaration": {
|
|
8021
|
-
"name": "categorizedMultiselectTemplate",
|
|
8022
|
-
"module": "src/categorized-multiselect/categorized-multiselect.template.ts"
|
|
8023
|
-
}
|
|
8024
|
-
}
|
|
8025
|
-
]
|
|
8026
|
-
},
|
|
8027
|
-
{
|
|
8028
|
-
"kind": "javascript-module",
|
|
8029
|
-
"path": "src/categorized-multiselect/categorized-multiselect.ts",
|
|
8030
|
-
"declarations": [
|
|
8031
|
-
{
|
|
8032
|
-
"kind": "variable",
|
|
8033
|
-
"name": "foundationCategorizedMultiselectShadowOptions",
|
|
8034
|
-
"type": {
|
|
8035
|
-
"text": "ShadowRootInit"
|
|
8036
|
-
},
|
|
8037
|
-
"default": "undefined"
|
|
8038
|
-
},
|
|
8039
|
-
{
|
|
8040
|
-
"kind": "variable",
|
|
8041
|
-
"name": "defaultCategorizedMultiselectConfig",
|
|
8042
|
-
"type": {
|
|
8043
|
-
"text": "object"
|
|
8044
|
-
},
|
|
8045
|
-
"default": "{}"
|
|
8046
|
-
},
|
|
8047
|
-
{
|
|
8048
|
-
"kind": "class",
|
|
8049
|
-
"description": "",
|
|
8050
|
-
"name": "CategorizedMultiselect",
|
|
8051
|
-
"members": [
|
|
8052
|
-
{
|
|
8053
|
-
"kind": "field",
|
|
8054
|
-
"name": "name",
|
|
8055
|
-
"type": {
|
|
8056
|
-
"text": "string"
|
|
8057
|
-
},
|
|
8058
|
-
"default": "''"
|
|
8059
|
-
},
|
|
8060
|
-
{
|
|
8061
|
-
"kind": "field",
|
|
8062
|
-
"name": "autoPosition",
|
|
8063
|
-
"type": {
|
|
8064
|
-
"text": "boolean"
|
|
8065
|
-
},
|
|
8066
|
-
"default": "true"
|
|
8067
|
-
},
|
|
8068
|
-
{
|
|
8069
|
-
"kind": "field",
|
|
8070
|
-
"name": "search",
|
|
8071
|
-
"type": {
|
|
8072
|
-
"text": "boolean"
|
|
8073
|
-
},
|
|
8074
|
-
"default": "true"
|
|
8075
7860
|
},
|
|
8076
7861
|
{
|
|
8077
7862
|
"kind": "field",
|
|
8078
|
-
"name": "
|
|
7863
|
+
"name": "position",
|
|
8079
7864
|
"type": {
|
|
8080
|
-
"text": "
|
|
7865
|
+
"text": "Position"
|
|
8081
7866
|
},
|
|
8082
|
-
"
|
|
7867
|
+
"description": "Controls the positioning of the multiselect dropdown. Accepts the following values:\n- Position.ABOVE: Forces the dropdown to always open above the input field.\n- Position.BELOW: Forces the dropdown to always open below the input field."
|
|
8083
7868
|
},
|
|
8084
7869
|
{
|
|
8085
7870
|
"kind": "field",
|
|
8086
|
-
"name": "
|
|
7871
|
+
"name": "optionsElement",
|
|
8087
7872
|
"type": {
|
|
8088
|
-
"text": "
|
|
7873
|
+
"text": "HTMLElement"
|
|
8089
7874
|
}
|
|
8090
7875
|
},
|
|
8091
7876
|
{
|
|
8092
|
-
"kind": "
|
|
8093
|
-
"name": "
|
|
7877
|
+
"kind": "method",
|
|
7878
|
+
"name": "toggle"
|
|
8094
7879
|
},
|
|
8095
7880
|
{
|
|
8096
|
-
"kind": "
|
|
8097
|
-
"name": "
|
|
8098
|
-
"
|
|
8099
|
-
|
|
8100
|
-
|
|
7881
|
+
"kind": "method",
|
|
7882
|
+
"name": "sortFilteredOptions",
|
|
7883
|
+
"parameters": [
|
|
7884
|
+
{
|
|
7885
|
+
"name": "options",
|
|
7886
|
+
"optional": true,
|
|
7887
|
+
"type": {
|
|
7888
|
+
"text": "CategorizedMultiselectOption[]"
|
|
7889
|
+
}
|
|
7890
|
+
}
|
|
7891
|
+
]
|
|
8101
7892
|
},
|
|
8102
7893
|
{
|
|
8103
|
-
"kind": "
|
|
8104
|
-
"name": "
|
|
8105
|
-
"privacy": "private"
|
|
7894
|
+
"kind": "method",
|
|
7895
|
+
"name": "optionsChanged"
|
|
8106
7896
|
},
|
|
8107
7897
|
{
|
|
8108
|
-
"kind": "
|
|
8109
|
-
"name": "
|
|
8110
|
-
"
|
|
8111
|
-
|
|
8112
|
-
},
|
|
8113
|
-
"default": "false"
|
|
7898
|
+
"kind": "method",
|
|
7899
|
+
"name": "setDropdownPosition",
|
|
7900
|
+
"privacy": "private",
|
|
7901
|
+
"description": "Sets the dropdown position based on the current configuration."
|
|
8114
7902
|
},
|
|
8115
7903
|
{
|
|
8116
7904
|
"kind": "method",
|
|
8117
|
-
"name": "
|
|
7905
|
+
"name": "optionGetter",
|
|
8118
7906
|
"parameters": [
|
|
8119
7907
|
{
|
|
8120
|
-
"name": "
|
|
8121
|
-
"type": {
|
|
8122
|
-
"text": "boolean"
|
|
8123
|
-
}
|
|
8124
|
-
},
|
|
8125
|
-
{
|
|
8126
|
-
"name": "open",
|
|
7908
|
+
"name": "option",
|
|
8127
7909
|
"type": {
|
|
8128
|
-
"text": "
|
|
8129
|
-
}
|
|
8130
|
-
}
|
|
8131
|
-
]
|
|
8132
|
-
},
|
|
8133
|
-
{
|
|
8134
|
-
"kind": "field",
|
|
8135
|
-
"name": "options",
|
|
8136
|
-
"type": {
|
|
8137
|
-
"text": "CategorizedMultiselectOption[]"
|
|
8138
|
-
},
|
|
8139
|
-
"default": "[]"
|
|
8140
|
-
},
|
|
8141
|
-
{
|
|
8142
|
-
"kind": "field",
|
|
8143
|
-
"name": "selectedOptions",
|
|
8144
|
-
"type": {
|
|
8145
|
-
"text": "string[]"
|
|
8146
|
-
},
|
|
8147
|
-
"default": "[]"
|
|
8148
|
-
},
|
|
8149
|
-
{
|
|
8150
|
-
"kind": "field",
|
|
8151
|
-
"name": "filteredAvailableOptions",
|
|
8152
|
-
"type": {
|
|
8153
|
-
"text": "CategorizedMultiselectFilteredOption[]"
|
|
8154
|
-
}
|
|
8155
|
-
},
|
|
8156
|
-
{
|
|
8157
|
-
"kind": "field",
|
|
8158
|
-
"name": "position",
|
|
8159
|
-
"type": {
|
|
8160
|
-
"text": "Position"
|
|
8161
|
-
},
|
|
8162
|
-
"description": "Controls the positioning of the multiselect dropdown. Accepts the following values:\n- Position.ABOVE: Forces the dropdown to always open above the input field.\n- Position.BELOW: Forces the dropdown to always open below the input field."
|
|
8163
|
-
},
|
|
8164
|
-
{
|
|
8165
|
-
"kind": "field",
|
|
8166
|
-
"name": "optionsElement",
|
|
8167
|
-
"type": {
|
|
8168
|
-
"text": "HTMLElement"
|
|
8169
|
-
}
|
|
8170
|
-
},
|
|
8171
|
-
{
|
|
8172
|
-
"kind": "method",
|
|
8173
|
-
"name": "toggle"
|
|
8174
|
-
},
|
|
8175
|
-
{
|
|
8176
|
-
"kind": "method",
|
|
8177
|
-
"name": "sortFilteredOptions",
|
|
8178
|
-
"parameters": [
|
|
8179
|
-
{
|
|
8180
|
-
"name": "options",
|
|
8181
|
-
"optional": true,
|
|
8182
|
-
"type": {
|
|
8183
|
-
"text": "CategorizedMultiselectOption[]"
|
|
8184
|
-
}
|
|
8185
|
-
}
|
|
8186
|
-
]
|
|
8187
|
-
},
|
|
8188
|
-
{
|
|
8189
|
-
"kind": "method",
|
|
8190
|
-
"name": "optionsChanged"
|
|
8191
|
-
},
|
|
8192
|
-
{
|
|
8193
|
-
"kind": "method",
|
|
8194
|
-
"name": "setDropdownPosition",
|
|
8195
|
-
"privacy": "private",
|
|
8196
|
-
"description": "Sets the dropdown position based on the current configuration."
|
|
8197
|
-
},
|
|
8198
|
-
{
|
|
8199
|
-
"kind": "method",
|
|
8200
|
-
"name": "optionGetter",
|
|
8201
|
-
"parameters": [
|
|
8202
|
-
{
|
|
8203
|
-
"name": "option",
|
|
8204
|
-
"type": {
|
|
8205
|
-
"text": "CategorizedMultiselectOption"
|
|
7910
|
+
"text": "CategorizedMultiselectOption"
|
|
8206
7911
|
}
|
|
8207
7912
|
}
|
|
8208
7913
|
]
|
|
@@ -8405,89 +8110,384 @@
|
|
|
8405
8110
|
"module": "src/foundation-element/foundation-element.ts"
|
|
8406
8111
|
}
|
|
8407
8112
|
}
|
|
8408
|
-
],
|
|
8409
|
-
"attributes": [
|
|
8410
|
-
{
|
|
8411
|
-
"name": "name",
|
|
8412
|
-
"type": {
|
|
8413
|
-
"text": "string"
|
|
8414
|
-
},
|
|
8415
|
-
"default": "''",
|
|
8416
|
-
"fieldName": "name"
|
|
8417
|
-
},
|
|
8418
|
-
{
|
|
8419
|
-
"name": "auto-position",
|
|
8420
|
-
"type": {
|
|
8421
|
-
"text": "boolean"
|
|
8422
|
-
},
|
|
8423
|
-
"default": "true",
|
|
8424
|
-
"fieldName": "autoPosition"
|
|
8425
|
-
},
|
|
8426
|
-
{
|
|
8427
|
-
"type": {
|
|
8428
|
-
"text": "boolean"
|
|
8429
|
-
},
|
|
8430
|
-
"default": "true",
|
|
8431
|
-
"fieldName": "search"
|
|
8432
|
-
},
|
|
8433
|
-
{
|
|
8434
|
-
"type": {
|
|
8435
|
-
"text": "boolean"
|
|
8436
|
-
},
|
|
8437
|
-
"default": "false",
|
|
8438
|
-
"fieldName": "disabled"
|
|
8439
|
-
}
|
|
8440
|
-
],
|
|
8441
|
-
"superclass": {
|
|
8442
|
-
"name": "FoundationElement",
|
|
8443
|
-
"package": "@microsoft/fast-foundation"
|
|
8113
|
+
],
|
|
8114
|
+
"attributes": [
|
|
8115
|
+
{
|
|
8116
|
+
"name": "name",
|
|
8117
|
+
"type": {
|
|
8118
|
+
"text": "string"
|
|
8119
|
+
},
|
|
8120
|
+
"default": "''",
|
|
8121
|
+
"fieldName": "name"
|
|
8122
|
+
},
|
|
8123
|
+
{
|
|
8124
|
+
"name": "auto-position",
|
|
8125
|
+
"type": {
|
|
8126
|
+
"text": "boolean"
|
|
8127
|
+
},
|
|
8128
|
+
"default": "true",
|
|
8129
|
+
"fieldName": "autoPosition"
|
|
8130
|
+
},
|
|
8131
|
+
{
|
|
8132
|
+
"type": {
|
|
8133
|
+
"text": "boolean"
|
|
8134
|
+
},
|
|
8135
|
+
"default": "true",
|
|
8136
|
+
"fieldName": "search"
|
|
8137
|
+
},
|
|
8138
|
+
{
|
|
8139
|
+
"type": {
|
|
8140
|
+
"text": "boolean"
|
|
8141
|
+
},
|
|
8142
|
+
"default": "false",
|
|
8143
|
+
"fieldName": "disabled"
|
|
8144
|
+
}
|
|
8145
|
+
],
|
|
8146
|
+
"superclass": {
|
|
8147
|
+
"name": "FoundationElement",
|
|
8148
|
+
"package": "@microsoft/fast-foundation"
|
|
8149
|
+
},
|
|
8150
|
+
"tagName": "%%prefix%%-categorized-multiselect",
|
|
8151
|
+
"customElement": true
|
|
8152
|
+
},
|
|
8153
|
+
{
|
|
8154
|
+
"kind": "variable",
|
|
8155
|
+
"name": "foundationCategorizedMultiselect"
|
|
8156
|
+
}
|
|
8157
|
+
],
|
|
8158
|
+
"exports": [
|
|
8159
|
+
{
|
|
8160
|
+
"kind": "js",
|
|
8161
|
+
"name": "foundationCategorizedMultiselectShadowOptions",
|
|
8162
|
+
"declaration": {
|
|
8163
|
+
"name": "foundationCategorizedMultiselectShadowOptions",
|
|
8164
|
+
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
8165
|
+
}
|
|
8166
|
+
},
|
|
8167
|
+
{
|
|
8168
|
+
"kind": "js",
|
|
8169
|
+
"name": "defaultCategorizedMultiselectConfig",
|
|
8170
|
+
"declaration": {
|
|
8171
|
+
"name": "defaultCategorizedMultiselectConfig",
|
|
8172
|
+
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
8173
|
+
}
|
|
8174
|
+
},
|
|
8175
|
+
{
|
|
8176
|
+
"kind": "js",
|
|
8177
|
+
"name": "CategorizedMultiselect",
|
|
8178
|
+
"declaration": {
|
|
8179
|
+
"name": "CategorizedMultiselect",
|
|
8180
|
+
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
8181
|
+
}
|
|
8182
|
+
},
|
|
8183
|
+
{
|
|
8184
|
+
"kind": "js",
|
|
8185
|
+
"name": "foundationCategorizedMultiselect",
|
|
8186
|
+
"declaration": {
|
|
8187
|
+
"name": "foundationCategorizedMultiselect",
|
|
8188
|
+
"module": "src/categorized-multiselect/categorized-multiselect.ts"
|
|
8189
|
+
}
|
|
8190
|
+
}
|
|
8191
|
+
]
|
|
8192
|
+
},
|
|
8193
|
+
{
|
|
8194
|
+
"kind": "javascript-module",
|
|
8195
|
+
"path": "src/categorized-multiselect/index.ts",
|
|
8196
|
+
"declarations": [],
|
|
8197
|
+
"exports": [
|
|
8198
|
+
{
|
|
8199
|
+
"kind": "js",
|
|
8200
|
+
"name": "*",
|
|
8201
|
+
"declaration": {
|
|
8202
|
+
"name": "*",
|
|
8203
|
+
"package": "./categorized-multiselect"
|
|
8204
|
+
}
|
|
8205
|
+
},
|
|
8206
|
+
{
|
|
8207
|
+
"kind": "js",
|
|
8208
|
+
"name": "*",
|
|
8209
|
+
"declaration": {
|
|
8210
|
+
"name": "*",
|
|
8211
|
+
"package": "./categorized-multiselect.styles"
|
|
8212
|
+
}
|
|
8213
|
+
},
|
|
8214
|
+
{
|
|
8215
|
+
"kind": "js",
|
|
8216
|
+
"name": "*",
|
|
8217
|
+
"declaration": {
|
|
8218
|
+
"name": "*",
|
|
8219
|
+
"package": "./categorized-multiselect.template"
|
|
8220
|
+
}
|
|
8221
|
+
}
|
|
8222
|
+
]
|
|
8223
|
+
},
|
|
8224
|
+
{
|
|
8225
|
+
"kind": "javascript-module",
|
|
8226
|
+
"path": "src/card/card.styles.ts",
|
|
8227
|
+
"declarations": [
|
|
8228
|
+
{
|
|
8229
|
+
"kind": "function",
|
|
8230
|
+
"name": "foundationCardStyles",
|
|
8231
|
+
"return": {
|
|
8232
|
+
"type": {
|
|
8233
|
+
"text": "ElementStyles"
|
|
8234
|
+
}
|
|
8235
|
+
},
|
|
8236
|
+
"parameters": [
|
|
8237
|
+
{
|
|
8238
|
+
"name": "context",
|
|
8239
|
+
"type": {
|
|
8240
|
+
"text": "ElementDefinitionContext"
|
|
8241
|
+
}
|
|
8242
|
+
},
|
|
8243
|
+
{
|
|
8244
|
+
"name": "definition",
|
|
8245
|
+
"type": {
|
|
8246
|
+
"text": "FoundationElementDefinition"
|
|
8247
|
+
}
|
|
8248
|
+
}
|
|
8249
|
+
]
|
|
8250
|
+
}
|
|
8251
|
+
],
|
|
8252
|
+
"exports": [
|
|
8253
|
+
{
|
|
8254
|
+
"kind": "js",
|
|
8255
|
+
"name": "foundationCardStyles",
|
|
8256
|
+
"declaration": {
|
|
8257
|
+
"name": "foundationCardStyles",
|
|
8258
|
+
"module": "src/card/card.styles.ts"
|
|
8259
|
+
}
|
|
8260
|
+
}
|
|
8261
|
+
]
|
|
8262
|
+
},
|
|
8263
|
+
{
|
|
8264
|
+
"kind": "javascript-module",
|
|
8265
|
+
"path": "src/card/card.template.ts",
|
|
8266
|
+
"declarations": [
|
|
8267
|
+
{
|
|
8268
|
+
"kind": "function",
|
|
8269
|
+
"name": "foundationCardTemplate",
|
|
8270
|
+
"return": {
|
|
8271
|
+
"type": {
|
|
8272
|
+
"text": "ViewTemplate<Card>"
|
|
8273
|
+
}
|
|
8274
|
+
},
|
|
8275
|
+
"parameters": [
|
|
8276
|
+
{
|
|
8277
|
+
"name": "context",
|
|
8278
|
+
"type": {
|
|
8279
|
+
"text": "ElementDefinitionContext"
|
|
8280
|
+
}
|
|
8281
|
+
},
|
|
8282
|
+
{
|
|
8283
|
+
"name": "definition",
|
|
8284
|
+
"type": {
|
|
8285
|
+
"text": "FoundationElementDefinition"
|
|
8286
|
+
}
|
|
8287
|
+
}
|
|
8288
|
+
]
|
|
8289
|
+
}
|
|
8290
|
+
],
|
|
8291
|
+
"exports": [
|
|
8292
|
+
{
|
|
8293
|
+
"kind": "js",
|
|
8294
|
+
"name": "foundationCardTemplate",
|
|
8295
|
+
"declaration": {
|
|
8296
|
+
"name": "foundationCardTemplate",
|
|
8297
|
+
"module": "src/card/card.template.ts"
|
|
8298
|
+
}
|
|
8299
|
+
}
|
|
8300
|
+
]
|
|
8301
|
+
},
|
|
8302
|
+
{
|
|
8303
|
+
"kind": "javascript-module",
|
|
8304
|
+
"path": "src/card/card.ts",
|
|
8305
|
+
"declarations": [
|
|
8306
|
+
{
|
|
8307
|
+
"kind": "class",
|
|
8308
|
+
"description": "",
|
|
8309
|
+
"name": "Card",
|
|
8310
|
+
"superclass": {
|
|
8311
|
+
"name": "FASTCard",
|
|
8312
|
+
"package": "@microsoft/fast-components"
|
|
8313
|
+
},
|
|
8314
|
+
"tagName": "%%prefix%%-card",
|
|
8315
|
+
"customElement": true,
|
|
8316
|
+
"members": [
|
|
8317
|
+
{
|
|
8318
|
+
"kind": "field",
|
|
8319
|
+
"name": "_presentation",
|
|
8320
|
+
"type": {
|
|
8321
|
+
"text": "ComponentPresentation | null | undefined"
|
|
8322
|
+
},
|
|
8323
|
+
"privacy": "private",
|
|
8324
|
+
"default": "void 0",
|
|
8325
|
+
"inheritedFrom": {
|
|
8326
|
+
"name": "FoundationElement",
|
|
8327
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8328
|
+
}
|
|
8329
|
+
},
|
|
8330
|
+
{
|
|
8331
|
+
"kind": "field",
|
|
8332
|
+
"name": "$presentation",
|
|
8333
|
+
"type": {
|
|
8334
|
+
"text": "ComponentPresentation | null"
|
|
8335
|
+
},
|
|
8336
|
+
"privacy": "public",
|
|
8337
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
8338
|
+
"inheritedFrom": {
|
|
8339
|
+
"name": "FoundationElement",
|
|
8340
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8341
|
+
}
|
|
8342
|
+
},
|
|
8343
|
+
{
|
|
8344
|
+
"kind": "field",
|
|
8345
|
+
"name": "template",
|
|
8346
|
+
"type": {
|
|
8347
|
+
"text": "ElementViewTemplate | void | null"
|
|
8348
|
+
},
|
|
8349
|
+
"privacy": "public",
|
|
8350
|
+
"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.",
|
|
8351
|
+
"inheritedFrom": {
|
|
8352
|
+
"name": "FoundationElement",
|
|
8353
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8354
|
+
}
|
|
8355
|
+
},
|
|
8356
|
+
{
|
|
8357
|
+
"kind": "method",
|
|
8358
|
+
"name": "templateChanged",
|
|
8359
|
+
"privacy": "protected",
|
|
8360
|
+
"return": {
|
|
8361
|
+
"type": {
|
|
8362
|
+
"text": "void"
|
|
8363
|
+
}
|
|
8364
|
+
},
|
|
8365
|
+
"inheritedFrom": {
|
|
8366
|
+
"name": "FoundationElement",
|
|
8367
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8368
|
+
}
|
|
8369
|
+
},
|
|
8370
|
+
{
|
|
8371
|
+
"kind": "field",
|
|
8372
|
+
"name": "styles",
|
|
8373
|
+
"type": {
|
|
8374
|
+
"text": "ElementStyles | void | null"
|
|
8375
|
+
},
|
|
8376
|
+
"privacy": "public",
|
|
8377
|
+
"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.",
|
|
8378
|
+
"inheritedFrom": {
|
|
8379
|
+
"name": "FoundationElement",
|
|
8380
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8381
|
+
}
|
|
8382
|
+
},
|
|
8383
|
+
{
|
|
8384
|
+
"kind": "method",
|
|
8385
|
+
"name": "stylesChanged",
|
|
8386
|
+
"privacy": "protected",
|
|
8387
|
+
"return": {
|
|
8388
|
+
"type": {
|
|
8389
|
+
"text": "void"
|
|
8390
|
+
}
|
|
8391
|
+
},
|
|
8392
|
+
"inheritedFrom": {
|
|
8393
|
+
"name": "FoundationElement",
|
|
8394
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8395
|
+
}
|
|
8396
|
+
},
|
|
8397
|
+
{
|
|
8398
|
+
"kind": "method",
|
|
8399
|
+
"name": "compose",
|
|
8400
|
+
"privacy": "public",
|
|
8401
|
+
"static": true,
|
|
8402
|
+
"return": {
|
|
8403
|
+
"type": {
|
|
8404
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
8405
|
+
}
|
|
8406
|
+
},
|
|
8407
|
+
"parameters": [
|
|
8408
|
+
{
|
|
8409
|
+
"name": "this",
|
|
8410
|
+
"type": {
|
|
8411
|
+
"text": "K"
|
|
8412
|
+
}
|
|
8413
|
+
},
|
|
8414
|
+
{
|
|
8415
|
+
"name": "elementDefinition",
|
|
8416
|
+
"type": {
|
|
8417
|
+
"text": "T"
|
|
8418
|
+
},
|
|
8419
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
8420
|
+
}
|
|
8421
|
+
],
|
|
8422
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
8423
|
+
"inheritedFrom": {
|
|
8424
|
+
"name": "FoundationElement",
|
|
8425
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
8426
|
+
}
|
|
8427
|
+
}
|
|
8428
|
+
]
|
|
8429
|
+
},
|
|
8430
|
+
{
|
|
8431
|
+
"kind": "variable",
|
|
8432
|
+
"name": "foundationCardShadowOptions",
|
|
8433
|
+
"type": {
|
|
8434
|
+
"text": "ShadowRootInit"
|
|
8444
8435
|
},
|
|
8445
|
-
"
|
|
8446
|
-
"customElement": true
|
|
8436
|
+
"default": "undefined"
|
|
8447
8437
|
},
|
|
8448
8438
|
{
|
|
8449
8439
|
"kind": "variable",
|
|
8450
|
-
"name": "
|
|
8440
|
+
"name": "defaultCardConfig",
|
|
8441
|
+
"type": {
|
|
8442
|
+
"text": "object"
|
|
8443
|
+
},
|
|
8444
|
+
"default": "{}"
|
|
8445
|
+
},
|
|
8446
|
+
{
|
|
8447
|
+
"kind": "variable",
|
|
8448
|
+
"name": "foundationCard",
|
|
8449
|
+
"description": "The Foundation Card",
|
|
8450
|
+
"privacy": "public"
|
|
8451
8451
|
}
|
|
8452
8452
|
],
|
|
8453
8453
|
"exports": [
|
|
8454
8454
|
{
|
|
8455
8455
|
"kind": "js",
|
|
8456
|
-
"name": "
|
|
8456
|
+
"name": "Card",
|
|
8457
8457
|
"declaration": {
|
|
8458
|
-
"name": "
|
|
8459
|
-
"module": "src/
|
|
8458
|
+
"name": "Card",
|
|
8459
|
+
"module": "src/card/card.ts"
|
|
8460
8460
|
}
|
|
8461
8461
|
},
|
|
8462
8462
|
{
|
|
8463
8463
|
"kind": "js",
|
|
8464
|
-
"name": "
|
|
8464
|
+
"name": "foundationCardShadowOptions",
|
|
8465
8465
|
"declaration": {
|
|
8466
|
-
"name": "
|
|
8467
|
-
"module": "src/
|
|
8466
|
+
"name": "foundationCardShadowOptions",
|
|
8467
|
+
"module": "src/card/card.ts"
|
|
8468
8468
|
}
|
|
8469
8469
|
},
|
|
8470
8470
|
{
|
|
8471
8471
|
"kind": "js",
|
|
8472
|
-
"name": "
|
|
8472
|
+
"name": "defaultCardConfig",
|
|
8473
8473
|
"declaration": {
|
|
8474
|
-
"name": "
|
|
8475
|
-
"module": "src/
|
|
8474
|
+
"name": "defaultCardConfig",
|
|
8475
|
+
"module": "src/card/card.ts"
|
|
8476
8476
|
}
|
|
8477
8477
|
},
|
|
8478
8478
|
{
|
|
8479
8479
|
"kind": "js",
|
|
8480
|
-
"name": "
|
|
8480
|
+
"name": "foundationCard",
|
|
8481
8481
|
"declaration": {
|
|
8482
|
-
"name": "
|
|
8483
|
-
"module": "src/
|
|
8482
|
+
"name": "foundationCard",
|
|
8483
|
+
"module": "src/card/card.ts"
|
|
8484
8484
|
}
|
|
8485
8485
|
}
|
|
8486
8486
|
]
|
|
8487
8487
|
},
|
|
8488
8488
|
{
|
|
8489
8489
|
"kind": "javascript-module",
|
|
8490
|
-
"path": "src/
|
|
8490
|
+
"path": "src/card/index.ts",
|
|
8491
8491
|
"declarations": [],
|
|
8492
8492
|
"exports": [
|
|
8493
8493
|
{
|
|
@@ -8495,7 +8495,7 @@
|
|
|
8495
8495
|
"name": "*",
|
|
8496
8496
|
"declaration": {
|
|
8497
8497
|
"name": "*",
|
|
8498
|
-
"package": "./
|
|
8498
|
+
"package": "./card.template"
|
|
8499
8499
|
}
|
|
8500
8500
|
},
|
|
8501
8501
|
{
|
|
@@ -8503,7 +8503,7 @@
|
|
|
8503
8503
|
"name": "*",
|
|
8504
8504
|
"declaration": {
|
|
8505
8505
|
"name": "*",
|
|
8506
|
-
"package": "./
|
|
8506
|
+
"package": "./card.styles"
|
|
8507
8507
|
}
|
|
8508
8508
|
},
|
|
8509
8509
|
{
|
|
@@ -8511,7 +8511,7 @@
|
|
|
8511
8511
|
"name": "*",
|
|
8512
8512
|
"declaration": {
|
|
8513
8513
|
"name": "*",
|
|
8514
|
-
"package": "./
|
|
8514
|
+
"package": "./card"
|
|
8515
8515
|
}
|
|
8516
8516
|
}
|
|
8517
8517
|
]
|
|
@@ -14471,11 +14471,11 @@
|
|
|
14471
14471
|
},
|
|
14472
14472
|
{
|
|
14473
14473
|
"kind": "javascript-module",
|
|
14474
|
-
"path": "src/
|
|
14474
|
+
"path": "src/divider/divider.styles.ts",
|
|
14475
14475
|
"declarations": [
|
|
14476
14476
|
{
|
|
14477
14477
|
"kind": "function",
|
|
14478
|
-
"name": "
|
|
14478
|
+
"name": "foundationDividerStyles",
|
|
14479
14479
|
"return": {
|
|
14480
14480
|
"type": {
|
|
14481
14481
|
"text": "ElementStyles"
|
|
@@ -14500,24 +14500,24 @@
|
|
|
14500
14500
|
"exports": [
|
|
14501
14501
|
{
|
|
14502
14502
|
"kind": "js",
|
|
14503
|
-
"name": "
|
|
14503
|
+
"name": "foundationDividerStyles",
|
|
14504
14504
|
"declaration": {
|
|
14505
|
-
"name": "
|
|
14506
|
-
"module": "src/
|
|
14505
|
+
"name": "foundationDividerStyles",
|
|
14506
|
+
"module": "src/divider/divider.styles.ts"
|
|
14507
14507
|
}
|
|
14508
14508
|
}
|
|
14509
14509
|
]
|
|
14510
14510
|
},
|
|
14511
14511
|
{
|
|
14512
14512
|
"kind": "javascript-module",
|
|
14513
|
-
"path": "src/
|
|
14513
|
+
"path": "src/divider/divider.template.ts",
|
|
14514
14514
|
"declarations": [
|
|
14515
14515
|
{
|
|
14516
14516
|
"kind": "function",
|
|
14517
|
-
"name": "
|
|
14517
|
+
"name": "foundationDividerTemplate",
|
|
14518
14518
|
"return": {
|
|
14519
14519
|
"type": {
|
|
14520
|
-
"text": "ViewTemplate<
|
|
14520
|
+
"text": "ViewTemplate<Divider>"
|
|
14521
14521
|
}
|
|
14522
14522
|
},
|
|
14523
14523
|
"parameters": [
|
|
@@ -14539,32 +14539,32 @@
|
|
|
14539
14539
|
"exports": [
|
|
14540
14540
|
{
|
|
14541
14541
|
"kind": "js",
|
|
14542
|
-
"name": "
|
|
14542
|
+
"name": "foundationDividerTemplate",
|
|
14543
14543
|
"declaration": {
|
|
14544
|
-
"name": "
|
|
14545
|
-
"module": "src/
|
|
14544
|
+
"name": "foundationDividerTemplate",
|
|
14545
|
+
"module": "src/divider/divider.template.ts"
|
|
14546
14546
|
}
|
|
14547
14547
|
}
|
|
14548
14548
|
]
|
|
14549
14549
|
},
|
|
14550
14550
|
{
|
|
14551
14551
|
"kind": "javascript-module",
|
|
14552
|
-
"path": "src/
|
|
14552
|
+
"path": "src/divider/divider.ts",
|
|
14553
14553
|
"declarations": [
|
|
14554
14554
|
{
|
|
14555
14555
|
"kind": "class",
|
|
14556
14556
|
"description": "",
|
|
14557
|
-
"name": "
|
|
14557
|
+
"name": "Divider",
|
|
14558
14558
|
"superclass": {
|
|
14559
|
-
"name": "
|
|
14559
|
+
"name": "FASTDivider",
|
|
14560
14560
|
"package": "@microsoft/fast-foundation"
|
|
14561
14561
|
},
|
|
14562
|
-
"tagName": "%%prefix%%-
|
|
14562
|
+
"tagName": "%%prefix%%-divider",
|
|
14563
14563
|
"customElement": true
|
|
14564
14564
|
},
|
|
14565
14565
|
{
|
|
14566
14566
|
"kind": "variable",
|
|
14567
|
-
"name": "
|
|
14567
|
+
"name": "foundationDividerShadowOptions",
|
|
14568
14568
|
"type": {
|
|
14569
14569
|
"text": "ShadowRootInit"
|
|
14570
14570
|
},
|
|
@@ -14572,7 +14572,7 @@
|
|
|
14572
14572
|
},
|
|
14573
14573
|
{
|
|
14574
14574
|
"kind": "variable",
|
|
14575
|
-
"name": "
|
|
14575
|
+
"name": "defaultDividerConfig",
|
|
14576
14576
|
"type": {
|
|
14577
14577
|
"text": "object"
|
|
14578
14578
|
},
|
|
@@ -14580,49 +14580,49 @@
|
|
|
14580
14580
|
},
|
|
14581
14581
|
{
|
|
14582
14582
|
"kind": "variable",
|
|
14583
|
-
"name": "
|
|
14584
|
-
"description": "The Foundation
|
|
14583
|
+
"name": "foundationDivider",
|
|
14584
|
+
"description": "The Foundation Divider",
|
|
14585
14585
|
"privacy": "public"
|
|
14586
14586
|
}
|
|
14587
14587
|
],
|
|
14588
14588
|
"exports": [
|
|
14589
14589
|
{
|
|
14590
14590
|
"kind": "js",
|
|
14591
|
-
"name": "
|
|
14591
|
+
"name": "Divider",
|
|
14592
14592
|
"declaration": {
|
|
14593
|
-
"name": "
|
|
14594
|
-
"module": "src/
|
|
14593
|
+
"name": "Divider",
|
|
14594
|
+
"module": "src/divider/divider.ts"
|
|
14595
14595
|
}
|
|
14596
14596
|
},
|
|
14597
14597
|
{
|
|
14598
14598
|
"kind": "js",
|
|
14599
|
-
"name": "
|
|
14599
|
+
"name": "foundationDividerShadowOptions",
|
|
14600
14600
|
"declaration": {
|
|
14601
|
-
"name": "
|
|
14602
|
-
"module": "src/
|
|
14601
|
+
"name": "foundationDividerShadowOptions",
|
|
14602
|
+
"module": "src/divider/divider.ts"
|
|
14603
14603
|
}
|
|
14604
14604
|
},
|
|
14605
14605
|
{
|
|
14606
14606
|
"kind": "js",
|
|
14607
|
-
"name": "
|
|
14607
|
+
"name": "defaultDividerConfig",
|
|
14608
14608
|
"declaration": {
|
|
14609
|
-
"name": "
|
|
14610
|
-
"module": "src/
|
|
14609
|
+
"name": "defaultDividerConfig",
|
|
14610
|
+
"module": "src/divider/divider.ts"
|
|
14611
14611
|
}
|
|
14612
14612
|
},
|
|
14613
14613
|
{
|
|
14614
14614
|
"kind": "js",
|
|
14615
|
-
"name": "
|
|
14615
|
+
"name": "foundationDivider",
|
|
14616
14616
|
"declaration": {
|
|
14617
|
-
"name": "
|
|
14618
|
-
"module": "src/
|
|
14617
|
+
"name": "foundationDivider",
|
|
14618
|
+
"module": "src/divider/divider.ts"
|
|
14619
14619
|
}
|
|
14620
14620
|
}
|
|
14621
14621
|
]
|
|
14622
14622
|
},
|
|
14623
14623
|
{
|
|
14624
14624
|
"kind": "javascript-module",
|
|
14625
|
-
"path": "src/
|
|
14625
|
+
"path": "src/divider/index.ts",
|
|
14626
14626
|
"declarations": [],
|
|
14627
14627
|
"exports": [
|
|
14628
14628
|
{
|
|
@@ -14630,7 +14630,7 @@
|
|
|
14630
14630
|
"name": "*",
|
|
14631
14631
|
"declaration": {
|
|
14632
14632
|
"name": "*",
|
|
14633
|
-
"package": "./
|
|
14633
|
+
"package": "./divider.template"
|
|
14634
14634
|
}
|
|
14635
14635
|
},
|
|
14636
14636
|
{
|
|
@@ -14638,7 +14638,7 @@
|
|
|
14638
14638
|
"name": "*",
|
|
14639
14639
|
"declaration": {
|
|
14640
14640
|
"name": "*",
|
|
14641
|
-
"package": "./
|
|
14641
|
+
"package": "./divider.styles"
|
|
14642
14642
|
}
|
|
14643
14643
|
},
|
|
14644
14644
|
{
|
|
@@ -14646,18 +14646,18 @@
|
|
|
14646
14646
|
"name": "*",
|
|
14647
14647
|
"declaration": {
|
|
14648
14648
|
"name": "*",
|
|
14649
|
-
"package": "./
|
|
14649
|
+
"package": "./divider"
|
|
14650
14650
|
}
|
|
14651
14651
|
}
|
|
14652
14652
|
]
|
|
14653
14653
|
},
|
|
14654
14654
|
{
|
|
14655
14655
|
"kind": "javascript-module",
|
|
14656
|
-
"path": "src/
|
|
14656
|
+
"path": "src/disclosure/disclosure.styles.ts",
|
|
14657
14657
|
"declarations": [
|
|
14658
14658
|
{
|
|
14659
14659
|
"kind": "function",
|
|
14660
|
-
"name": "
|
|
14660
|
+
"name": "foundationDisclosureStyles",
|
|
14661
14661
|
"return": {
|
|
14662
14662
|
"type": {
|
|
14663
14663
|
"text": "ElementStyles"
|
|
@@ -14682,24 +14682,24 @@
|
|
|
14682
14682
|
"exports": [
|
|
14683
14683
|
{
|
|
14684
14684
|
"kind": "js",
|
|
14685
|
-
"name": "
|
|
14685
|
+
"name": "foundationDisclosureStyles",
|
|
14686
14686
|
"declaration": {
|
|
14687
|
-
"name": "
|
|
14688
|
-
"module": "src/
|
|
14687
|
+
"name": "foundationDisclosureStyles",
|
|
14688
|
+
"module": "src/disclosure/disclosure.styles.ts"
|
|
14689
14689
|
}
|
|
14690
14690
|
}
|
|
14691
14691
|
]
|
|
14692
14692
|
},
|
|
14693
14693
|
{
|
|
14694
14694
|
"kind": "javascript-module",
|
|
14695
|
-
"path": "src/
|
|
14695
|
+
"path": "src/disclosure/disclosure.template.ts",
|
|
14696
14696
|
"declarations": [
|
|
14697
14697
|
{
|
|
14698
14698
|
"kind": "function",
|
|
14699
|
-
"name": "
|
|
14699
|
+
"name": "foundationDisclosureTemplate",
|
|
14700
14700
|
"return": {
|
|
14701
14701
|
"type": {
|
|
14702
|
-
"text": "ViewTemplate<
|
|
14702
|
+
"text": "ViewTemplate<Disclosure>"
|
|
14703
14703
|
}
|
|
14704
14704
|
},
|
|
14705
14705
|
"parameters": [
|
|
@@ -14721,32 +14721,32 @@
|
|
|
14721
14721
|
"exports": [
|
|
14722
14722
|
{
|
|
14723
14723
|
"kind": "js",
|
|
14724
|
-
"name": "
|
|
14724
|
+
"name": "foundationDisclosureTemplate",
|
|
14725
14725
|
"declaration": {
|
|
14726
|
-
"name": "
|
|
14727
|
-
"module": "src/
|
|
14726
|
+
"name": "foundationDisclosureTemplate",
|
|
14727
|
+
"module": "src/disclosure/disclosure.template.ts"
|
|
14728
14728
|
}
|
|
14729
14729
|
}
|
|
14730
14730
|
]
|
|
14731
14731
|
},
|
|
14732
14732
|
{
|
|
14733
14733
|
"kind": "javascript-module",
|
|
14734
|
-
"path": "src/
|
|
14734
|
+
"path": "src/disclosure/disclosure.ts",
|
|
14735
14735
|
"declarations": [
|
|
14736
14736
|
{
|
|
14737
14737
|
"kind": "class",
|
|
14738
14738
|
"description": "",
|
|
14739
|
-
"name": "
|
|
14739
|
+
"name": "Disclosure",
|
|
14740
14740
|
"superclass": {
|
|
14741
|
-
"name": "
|
|
14741
|
+
"name": "FASTDisclosure",
|
|
14742
14742
|
"package": "@microsoft/fast-foundation"
|
|
14743
14743
|
},
|
|
14744
|
-
"tagName": "%%prefix%%-
|
|
14744
|
+
"tagName": "%%prefix%%-disclosure",
|
|
14745
14745
|
"customElement": true
|
|
14746
14746
|
},
|
|
14747
14747
|
{
|
|
14748
14748
|
"kind": "variable",
|
|
14749
|
-
"name": "
|
|
14749
|
+
"name": "foundationDisclosureShadowOptions",
|
|
14750
14750
|
"type": {
|
|
14751
14751
|
"text": "ShadowRootInit"
|
|
14752
14752
|
},
|
|
@@ -14754,7 +14754,7 @@
|
|
|
14754
14754
|
},
|
|
14755
14755
|
{
|
|
14756
14756
|
"kind": "variable",
|
|
14757
|
-
"name": "
|
|
14757
|
+
"name": "defaultDisclosureConfig",
|
|
14758
14758
|
"type": {
|
|
14759
14759
|
"text": "object"
|
|
14760
14760
|
},
|
|
@@ -14762,49 +14762,49 @@
|
|
|
14762
14762
|
},
|
|
14763
14763
|
{
|
|
14764
14764
|
"kind": "variable",
|
|
14765
|
-
"name": "
|
|
14766
|
-
"description": "The Foundation
|
|
14765
|
+
"name": "foundationDisclosure",
|
|
14766
|
+
"description": "The Foundation Disclosure",
|
|
14767
14767
|
"privacy": "public"
|
|
14768
14768
|
}
|
|
14769
14769
|
],
|
|
14770
14770
|
"exports": [
|
|
14771
14771
|
{
|
|
14772
14772
|
"kind": "js",
|
|
14773
|
-
"name": "
|
|
14773
|
+
"name": "Disclosure",
|
|
14774
14774
|
"declaration": {
|
|
14775
|
-
"name": "
|
|
14776
|
-
"module": "src/
|
|
14775
|
+
"name": "Disclosure",
|
|
14776
|
+
"module": "src/disclosure/disclosure.ts"
|
|
14777
14777
|
}
|
|
14778
14778
|
},
|
|
14779
14779
|
{
|
|
14780
14780
|
"kind": "js",
|
|
14781
|
-
"name": "
|
|
14781
|
+
"name": "foundationDisclosureShadowOptions",
|
|
14782
14782
|
"declaration": {
|
|
14783
|
-
"name": "
|
|
14784
|
-
"module": "src/
|
|
14783
|
+
"name": "foundationDisclosureShadowOptions",
|
|
14784
|
+
"module": "src/disclosure/disclosure.ts"
|
|
14785
14785
|
}
|
|
14786
14786
|
},
|
|
14787
14787
|
{
|
|
14788
14788
|
"kind": "js",
|
|
14789
|
-
"name": "
|
|
14789
|
+
"name": "defaultDisclosureConfig",
|
|
14790
14790
|
"declaration": {
|
|
14791
|
-
"name": "
|
|
14792
|
-
"module": "src/
|
|
14791
|
+
"name": "defaultDisclosureConfig",
|
|
14792
|
+
"module": "src/disclosure/disclosure.ts"
|
|
14793
14793
|
}
|
|
14794
14794
|
},
|
|
14795
14795
|
{
|
|
14796
14796
|
"kind": "js",
|
|
14797
|
-
"name": "
|
|
14797
|
+
"name": "foundationDisclosure",
|
|
14798
14798
|
"declaration": {
|
|
14799
|
-
"name": "
|
|
14800
|
-
"module": "src/
|
|
14799
|
+
"name": "foundationDisclosure",
|
|
14800
|
+
"module": "src/disclosure/disclosure.ts"
|
|
14801
14801
|
}
|
|
14802
14802
|
}
|
|
14803
14803
|
]
|
|
14804
14804
|
},
|
|
14805
14805
|
{
|
|
14806
14806
|
"kind": "javascript-module",
|
|
14807
|
-
"path": "src/
|
|
14807
|
+
"path": "src/disclosure/index.ts",
|
|
14808
14808
|
"declarations": [],
|
|
14809
14809
|
"exports": [
|
|
14810
14810
|
{
|
|
@@ -14812,7 +14812,7 @@
|
|
|
14812
14812
|
"name": "*",
|
|
14813
14813
|
"declaration": {
|
|
14814
14814
|
"name": "*",
|
|
14815
|
-
"package": "./
|
|
14815
|
+
"package": "./disclosure.template"
|
|
14816
14816
|
}
|
|
14817
14817
|
},
|
|
14818
14818
|
{
|
|
@@ -14820,7 +14820,7 @@
|
|
|
14820
14820
|
"name": "*",
|
|
14821
14821
|
"declaration": {
|
|
14822
14822
|
"name": "*",
|
|
14823
|
-
"package": "./
|
|
14823
|
+
"package": "./disclosure.styles"
|
|
14824
14824
|
}
|
|
14825
14825
|
},
|
|
14826
14826
|
{
|
|
@@ -14828,7 +14828,7 @@
|
|
|
14828
14828
|
"name": "*",
|
|
14829
14829
|
"declaration": {
|
|
14830
14830
|
"name": "*",
|
|
14831
|
-
"package": "./
|
|
14831
|
+
"package": "./disclosure"
|
|
14832
14832
|
}
|
|
14833
14833
|
}
|
|
14834
14834
|
]
|