@genesislcap/foundation-ui 14.162.5 → 14.163.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1353 -1353
- package/package.json +15 -15
|
@@ -842,37 +842,6 @@
|
|
|
842
842
|
}
|
|
843
843
|
]
|
|
844
844
|
},
|
|
845
|
-
{
|
|
846
|
-
"kind": "javascript-module",
|
|
847
|
-
"path": "src/_config/index.ts",
|
|
848
|
-
"declarations": [],
|
|
849
|
-
"exports": [
|
|
850
|
-
{
|
|
851
|
-
"kind": "js",
|
|
852
|
-
"name": "*",
|
|
853
|
-
"declaration": {
|
|
854
|
-
"name": "*",
|
|
855
|
-
"package": "./styles"
|
|
856
|
-
}
|
|
857
|
-
},
|
|
858
|
-
{
|
|
859
|
-
"kind": "js",
|
|
860
|
-
"name": "*",
|
|
861
|
-
"declaration": {
|
|
862
|
-
"name": "*",
|
|
863
|
-
"package": "./tokens"
|
|
864
|
-
}
|
|
865
|
-
},
|
|
866
|
-
{
|
|
867
|
-
"kind": "js",
|
|
868
|
-
"name": "*",
|
|
869
|
-
"declaration": {
|
|
870
|
-
"name": "*",
|
|
871
|
-
"package": "./values"
|
|
872
|
-
}
|
|
873
|
-
}
|
|
874
|
-
]
|
|
875
|
-
},
|
|
876
845
|
{
|
|
877
846
|
"kind": "javascript-module",
|
|
878
847
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -1057,34 +1026,11 @@
|
|
|
1057
1026
|
},
|
|
1058
1027
|
{
|
|
1059
1028
|
"kind": "javascript-module",
|
|
1060
|
-
"path": "src/
|
|
1029
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1061
1030
|
"declarations": [
|
|
1062
1031
|
{
|
|
1063
1032
|
"kind": "function",
|
|
1064
|
-
"name": "
|
|
1065
|
-
"return": {
|
|
1066
|
-
"type": {
|
|
1067
|
-
"text": "ElementStyles"
|
|
1068
|
-
}
|
|
1069
|
-
},
|
|
1070
|
-
"parameters": [
|
|
1071
|
-
{
|
|
1072
|
-
"name": "context",
|
|
1073
|
-
"type": {
|
|
1074
|
-
"text": "ElementDefinitionContext"
|
|
1075
|
-
}
|
|
1076
|
-
},
|
|
1077
|
-
{
|
|
1078
|
-
"name": "definition",
|
|
1079
|
-
"type": {
|
|
1080
|
-
"text": "FoundationElementDefinition"
|
|
1081
|
-
}
|
|
1082
|
-
}
|
|
1083
|
-
]
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"kind": "function",
|
|
1087
|
-
"name": "foundationActionsMenuStyles",
|
|
1033
|
+
"name": "foundationAccordionItemStyles",
|
|
1088
1034
|
"return": {
|
|
1089
1035
|
"type": {
|
|
1090
1036
|
"text": "ElementStyles"
|
|
@@ -1109,308 +1055,195 @@
|
|
|
1109
1055
|
"exports": [
|
|
1110
1056
|
{
|
|
1111
1057
|
"kind": "js",
|
|
1112
|
-
"name": "
|
|
1113
|
-
"declaration": {
|
|
1114
|
-
"name": "actionsMenuBaseStyles",
|
|
1115
|
-
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1116
|
-
}
|
|
1117
|
-
},
|
|
1118
|
-
{
|
|
1119
|
-
"kind": "js",
|
|
1120
|
-
"name": "foundationActionsMenuStyles",
|
|
1058
|
+
"name": "foundationAccordionItemStyles",
|
|
1121
1059
|
"declaration": {
|
|
1122
|
-
"name": "
|
|
1123
|
-
"module": "src/
|
|
1060
|
+
"name": "foundationAccordionItemStyles",
|
|
1061
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1124
1062
|
}
|
|
1125
1063
|
}
|
|
1126
1064
|
]
|
|
1127
1065
|
},
|
|
1128
1066
|
{
|
|
1129
1067
|
"kind": "javascript-module",
|
|
1130
|
-
"path": "src/
|
|
1068
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1131
1069
|
"declarations": [
|
|
1132
1070
|
{
|
|
1133
1071
|
"kind": "function",
|
|
1134
|
-
"name": "
|
|
1072
|
+
"name": "foundationAccordionItemTemplate",
|
|
1073
|
+
"return": {
|
|
1074
|
+
"type": {
|
|
1075
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1135
1078
|
"parameters": [
|
|
1136
1079
|
{
|
|
1137
|
-
"name": "
|
|
1080
|
+
"name": "context",
|
|
1138
1081
|
"type": {
|
|
1139
|
-
"text": "
|
|
1082
|
+
"text": "ElementDefinitionContext"
|
|
1140
1083
|
}
|
|
1141
|
-
}
|
|
1142
|
-
]
|
|
1143
|
-
},
|
|
1144
|
-
{
|
|
1145
|
-
"kind": "function",
|
|
1146
|
-
"name": "singleOptionTemplate",
|
|
1147
|
-
"parameters": [
|
|
1084
|
+
},
|
|
1148
1085
|
{
|
|
1149
|
-
"name": "
|
|
1086
|
+
"name": "definition",
|
|
1150
1087
|
"type": {
|
|
1151
|
-
"text": "
|
|
1088
|
+
"text": "FoundationElementDefinition"
|
|
1152
1089
|
}
|
|
1153
1090
|
}
|
|
1154
1091
|
]
|
|
1155
|
-
},
|
|
1156
|
-
{
|
|
1157
|
-
"kind": "variable",
|
|
1158
|
-
"name": "foundationActionsMenuTemplate",
|
|
1159
|
-
"type": {
|
|
1160
|
-
"text": "ViewTemplate<ActionsMenu>"
|
|
1161
|
-
},
|
|
1162
|
-
"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`"
|
|
1163
1092
|
}
|
|
1164
1093
|
],
|
|
1165
1094
|
"exports": [
|
|
1166
1095
|
{
|
|
1167
1096
|
"kind": "js",
|
|
1168
|
-
"name": "
|
|
1169
|
-
"declaration": {
|
|
1170
|
-
"name": "menuTemplate",
|
|
1171
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1172
|
-
}
|
|
1173
|
-
},
|
|
1174
|
-
{
|
|
1175
|
-
"kind": "js",
|
|
1176
|
-
"name": "singleOptionTemplate",
|
|
1177
|
-
"declaration": {
|
|
1178
|
-
"name": "singleOptionTemplate",
|
|
1179
|
-
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1180
|
-
}
|
|
1181
|
-
},
|
|
1182
|
-
{
|
|
1183
|
-
"kind": "js",
|
|
1184
|
-
"name": "foundationActionsMenuTemplate",
|
|
1097
|
+
"name": "foundationAccordionItemTemplate",
|
|
1185
1098
|
"declaration": {
|
|
1186
|
-
"name": "
|
|
1187
|
-
"module": "src/
|
|
1099
|
+
"name": "foundationAccordionItemTemplate",
|
|
1100
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1188
1101
|
}
|
|
1189
1102
|
}
|
|
1190
1103
|
]
|
|
1191
1104
|
},
|
|
1192
1105
|
{
|
|
1193
1106
|
"kind": "javascript-module",
|
|
1194
|
-
"path": "src/
|
|
1107
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1195
1108
|
"declarations": [
|
|
1196
1109
|
{
|
|
1197
1110
|
"kind": "class",
|
|
1198
1111
|
"description": "",
|
|
1199
|
-
"name": "
|
|
1200
|
-
"
|
|
1112
|
+
"name": "AccordionItem",
|
|
1113
|
+
"superclass": {
|
|
1114
|
+
"name": "FASTAccordionItem",
|
|
1115
|
+
"package": "@microsoft/fast-components"
|
|
1116
|
+
},
|
|
1117
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1118
|
+
"customElement": true,
|
|
1119
|
+
"attributes": [
|
|
1201
1120
|
{
|
|
1202
|
-
"
|
|
1203
|
-
"name": "actions",
|
|
1121
|
+
"name": "heading-level",
|
|
1204
1122
|
"type": {
|
|
1205
|
-
"text": "
|
|
1123
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1124
|
+
},
|
|
1125
|
+
"default": "2",
|
|
1126
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1127
|
+
"fieldName": "headinglevel",
|
|
1128
|
+
"inheritedFrom": {
|
|
1129
|
+
"name": "AccordionItem",
|
|
1130
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1206
1131
|
}
|
|
1207
1132
|
},
|
|
1208
1133
|
{
|
|
1209
|
-
"kind": "field",
|
|
1210
|
-
"name": "isVertical",
|
|
1211
1134
|
"type": {
|
|
1212
1135
|
"text": "boolean"
|
|
1213
1136
|
},
|
|
1214
|
-
"default": "false"
|
|
1137
|
+
"default": "false",
|
|
1138
|
+
"description": "Expands or collapses the item.",
|
|
1139
|
+
"fieldName": "expanded",
|
|
1140
|
+
"inheritedFrom": {
|
|
1141
|
+
"name": "AccordionItem",
|
|
1142
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1143
|
+
}
|
|
1215
1144
|
},
|
|
1145
|
+
{
|
|
1146
|
+
"name": "id",
|
|
1147
|
+
"type": {
|
|
1148
|
+
"text": "string"
|
|
1149
|
+
},
|
|
1150
|
+
"description": "The item ID",
|
|
1151
|
+
"fieldName": "id",
|
|
1152
|
+
"inheritedFrom": {
|
|
1153
|
+
"name": "AccordionItem",
|
|
1154
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1155
|
+
}
|
|
1156
|
+
}
|
|
1157
|
+
],
|
|
1158
|
+
"members": [
|
|
1216
1159
|
{
|
|
1217
1160
|
"kind": "field",
|
|
1218
|
-
"name": "
|
|
1161
|
+
"name": "headinglevel",
|
|
1219
1162
|
"type": {
|
|
1220
|
-
"text": "
|
|
1163
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1221
1164
|
},
|
|
1222
|
-
"
|
|
1165
|
+
"privacy": "public",
|
|
1166
|
+
"default": "2",
|
|
1167
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1168
|
+
"inheritedFrom": {
|
|
1169
|
+
"name": "AccordionItem",
|
|
1170
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1171
|
+
}
|
|
1223
1172
|
},
|
|
1224
1173
|
{
|
|
1225
1174
|
"kind": "field",
|
|
1226
|
-
"name": "
|
|
1175
|
+
"name": "expanded",
|
|
1227
1176
|
"type": {
|
|
1228
1177
|
"text": "boolean"
|
|
1229
1178
|
},
|
|
1230
|
-
"
|
|
1179
|
+
"privacy": "public",
|
|
1180
|
+
"default": "false",
|
|
1181
|
+
"description": "Expands or collapses the item.",
|
|
1182
|
+
"inheritedFrom": {
|
|
1183
|
+
"name": "AccordionItem",
|
|
1184
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1185
|
+
}
|
|
1231
1186
|
},
|
|
1232
1187
|
{
|
|
1233
1188
|
"kind": "field",
|
|
1234
|
-
"name": "
|
|
1189
|
+
"name": "id",
|
|
1235
1190
|
"type": {
|
|
1236
1191
|
"text": "string"
|
|
1192
|
+
},
|
|
1193
|
+
"privacy": "public",
|
|
1194
|
+
"description": "The item ID",
|
|
1195
|
+
"inheritedFrom": {
|
|
1196
|
+
"name": "AccordionItem",
|
|
1197
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1237
1198
|
}
|
|
1238
1199
|
},
|
|
1239
1200
|
{
|
|
1240
1201
|
"kind": "field",
|
|
1241
|
-
"name": "
|
|
1242
|
-
"
|
|
1243
|
-
|
|
1202
|
+
"name": "change",
|
|
1203
|
+
"privacy": "private",
|
|
1204
|
+
"inheritedFrom": {
|
|
1205
|
+
"name": "AccordionItem",
|
|
1206
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1244
1207
|
}
|
|
1245
1208
|
},
|
|
1246
1209
|
{
|
|
1247
1210
|
"kind": "field",
|
|
1248
|
-
"name": "
|
|
1211
|
+
"name": "_presentation",
|
|
1249
1212
|
"type": {
|
|
1250
|
-
"text": "
|
|
1213
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1251
1214
|
},
|
|
1252
|
-
"
|
|
1215
|
+
"privacy": "private",
|
|
1216
|
+
"default": "void 0",
|
|
1217
|
+
"inheritedFrom": {
|
|
1218
|
+
"name": "FoundationElement",
|
|
1219
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1220
|
+
}
|
|
1253
1221
|
},
|
|
1254
1222
|
{
|
|
1255
1223
|
"kind": "field",
|
|
1256
|
-
"name": "
|
|
1224
|
+
"name": "$presentation",
|
|
1257
1225
|
"type": {
|
|
1258
|
-
"text": "
|
|
1226
|
+
"text": "ComponentPresentation | null"
|
|
1259
1227
|
},
|
|
1260
|
-
"
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
"type": {
|
|
1266
|
-
"text": "string"
|
|
1228
|
+
"privacy": "public",
|
|
1229
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1230
|
+
"inheritedFrom": {
|
|
1231
|
+
"name": "FoundationElement",
|
|
1232
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1267
1233
|
}
|
|
1268
1234
|
},
|
|
1269
1235
|
{
|
|
1270
1236
|
"kind": "field",
|
|
1271
|
-
"name": "
|
|
1237
|
+
"name": "template",
|
|
1272
1238
|
"type": {
|
|
1273
|
-
"text": "
|
|
1239
|
+
"text": "ElementViewTemplate | void | null"
|
|
1274
1240
|
},
|
|
1275
|
-
"
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
"text": "boolean"
|
|
1282
|
-
},
|
|
1283
|
-
"default": "false"
|
|
1284
|
-
},
|
|
1285
|
-
{
|
|
1286
|
-
"kind": "field",
|
|
1287
|
-
"name": "singleOption",
|
|
1288
|
-
"type": {
|
|
1289
|
-
"text": "ActionMenuItem"
|
|
1290
|
-
}
|
|
1291
|
-
},
|
|
1292
|
-
{
|
|
1293
|
-
"kind": "field",
|
|
1294
|
-
"name": "actionsMenu",
|
|
1295
|
-
"type": {
|
|
1296
|
-
"text": "HTMLElement"
|
|
1297
|
-
}
|
|
1298
|
-
},
|
|
1299
|
-
{
|
|
1300
|
-
"kind": "method",
|
|
1301
|
-
"name": "definitionChanged",
|
|
1302
|
-
"privacy": "protected",
|
|
1303
|
-
"parameters": [
|
|
1304
|
-
{
|
|
1305
|
-
"name": "oldValue",
|
|
1306
|
-
"type": {
|
|
1307
|
-
"text": "any"
|
|
1308
|
-
}
|
|
1309
|
-
},
|
|
1310
|
-
{
|
|
1311
|
-
"name": "newValue",
|
|
1312
|
-
"type": {
|
|
1313
|
-
"text": "any"
|
|
1314
|
-
}
|
|
1315
|
-
}
|
|
1316
|
-
]
|
|
1317
|
-
},
|
|
1318
|
-
{
|
|
1319
|
-
"kind": "method",
|
|
1320
|
-
"name": "openChanged",
|
|
1321
|
-
"privacy": "protected"
|
|
1322
|
-
},
|
|
1323
|
-
{
|
|
1324
|
-
"kind": "method",
|
|
1325
|
-
"name": "toggleActionsMenuVisibility"
|
|
1326
|
-
},
|
|
1327
|
-
{
|
|
1328
|
-
"kind": "method",
|
|
1329
|
-
"name": "onActionMenuItemClick",
|
|
1330
|
-
"parameters": [
|
|
1331
|
-
{
|
|
1332
|
-
"name": "callback",
|
|
1333
|
-
"type": {
|
|
1334
|
-
"text": "(rowData) => void | any"
|
|
1335
|
-
}
|
|
1336
|
-
}
|
|
1337
|
-
]
|
|
1338
|
-
},
|
|
1339
|
-
{
|
|
1340
|
-
"kind": "field",
|
|
1341
|
-
"name": "allActions",
|
|
1342
|
-
"type": {
|
|
1343
|
-
"text": "ActionMenuItem[]"
|
|
1344
|
-
},
|
|
1345
|
-
"readonly": true
|
|
1346
|
-
},
|
|
1347
|
-
{
|
|
1348
|
-
"kind": "field",
|
|
1349
|
-
"name": "rowData",
|
|
1350
|
-
"readonly": true
|
|
1351
|
-
},
|
|
1352
|
-
{
|
|
1353
|
-
"kind": "method",
|
|
1354
|
-
"name": "getLabel",
|
|
1355
|
-
"parameters": [
|
|
1356
|
-
{
|
|
1357
|
-
"name": "name",
|
|
1358
|
-
"type": {
|
|
1359
|
-
"text": "string | ((rowData: any) => string)"
|
|
1360
|
-
}
|
|
1361
|
-
}
|
|
1362
|
-
]
|
|
1363
|
-
},
|
|
1364
|
-
{
|
|
1365
|
-
"kind": "method",
|
|
1366
|
-
"name": "getTemplate",
|
|
1367
|
-
"parameters": [
|
|
1368
|
-
{
|
|
1369
|
-
"name": "prefix",
|
|
1370
|
-
"type": {
|
|
1371
|
-
"text": "string"
|
|
1372
|
-
}
|
|
1373
|
-
}
|
|
1374
|
-
]
|
|
1375
|
-
},
|
|
1376
|
-
{
|
|
1377
|
-
"kind": "field",
|
|
1378
|
-
"name": "_presentation",
|
|
1379
|
-
"type": {
|
|
1380
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1381
|
-
},
|
|
1382
|
-
"privacy": "private",
|
|
1383
|
-
"default": "void 0",
|
|
1384
|
-
"inheritedFrom": {
|
|
1385
|
-
"name": "FoundationElement",
|
|
1386
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1387
|
-
}
|
|
1388
|
-
},
|
|
1389
|
-
{
|
|
1390
|
-
"kind": "field",
|
|
1391
|
-
"name": "$presentation",
|
|
1392
|
-
"type": {
|
|
1393
|
-
"text": "ComponentPresentation | null"
|
|
1394
|
-
},
|
|
1395
|
-
"privacy": "public",
|
|
1396
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1397
|
-
"inheritedFrom": {
|
|
1398
|
-
"name": "FoundationElement",
|
|
1399
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1400
|
-
}
|
|
1401
|
-
},
|
|
1402
|
-
{
|
|
1403
|
-
"kind": "field",
|
|
1404
|
-
"name": "template",
|
|
1405
|
-
"type": {
|
|
1406
|
-
"text": "ElementViewTemplate | void | null"
|
|
1407
|
-
},
|
|
1408
|
-
"privacy": "public",
|
|
1409
|
-
"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.",
|
|
1410
|
-
"inheritedFrom": {
|
|
1411
|
-
"name": "FoundationElement",
|
|
1412
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1413
|
-
}
|
|
1241
|
+
"privacy": "public",
|
|
1242
|
+
"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.",
|
|
1243
|
+
"inheritedFrom": {
|
|
1244
|
+
"name": "FoundationElement",
|
|
1245
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1246
|
+
}
|
|
1414
1247
|
},
|
|
1415
1248
|
{
|
|
1416
1249
|
"kind": "method",
|
|
@@ -1485,123 +1318,86 @@
|
|
|
1485
1318
|
}
|
|
1486
1319
|
}
|
|
1487
1320
|
],
|
|
1488
|
-
"
|
|
1489
|
-
{
|
|
1490
|
-
"name": "is-vertical",
|
|
1491
|
-
"type": {
|
|
1492
|
-
"text": "boolean"
|
|
1493
|
-
},
|
|
1494
|
-
"default": "false",
|
|
1495
|
-
"fieldName": "isVertical"
|
|
1496
|
-
},
|
|
1497
|
-
{
|
|
1498
|
-
"name": "add-default-actions",
|
|
1499
|
-
"type": {
|
|
1500
|
-
"text": "boolean"
|
|
1501
|
-
},
|
|
1502
|
-
"default": "true",
|
|
1503
|
-
"fieldName": "addDefaultActions"
|
|
1504
|
-
},
|
|
1505
|
-
{
|
|
1506
|
-
"name": "auto-close-on-action",
|
|
1507
|
-
"type": {
|
|
1508
|
-
"text": "boolean"
|
|
1509
|
-
},
|
|
1510
|
-
"default": "true",
|
|
1511
|
-
"fieldName": "autoCloseOnAction"
|
|
1512
|
-
},
|
|
1513
|
-
{
|
|
1514
|
-
"name": "name",
|
|
1515
|
-
"type": {
|
|
1516
|
-
"text": "string"
|
|
1517
|
-
},
|
|
1518
|
-
"default": "'Actions'",
|
|
1519
|
-
"fieldName": "name"
|
|
1520
|
-
},
|
|
1521
|
-
{
|
|
1522
|
-
"name": "open",
|
|
1523
|
-
"type": {
|
|
1524
|
-
"text": "boolean"
|
|
1525
|
-
},
|
|
1526
|
-
"default": "false",
|
|
1527
|
-
"fieldName": "open"
|
|
1528
|
-
},
|
|
1529
|
-
{
|
|
1530
|
-
"name": "buttonAppearance",
|
|
1531
|
-
"type": {
|
|
1532
|
-
"text": "string"
|
|
1533
|
-
},
|
|
1534
|
-
"fieldName": "buttonAppearance"
|
|
1535
|
-
},
|
|
1536
|
-
{
|
|
1537
|
-
"name": "hide-disabled",
|
|
1538
|
-
"type": {
|
|
1539
|
-
"text": "boolean"
|
|
1540
|
-
},
|
|
1541
|
-
"default": "false",
|
|
1542
|
-
"fieldName": "hideDisabled"
|
|
1543
|
-
},
|
|
1321
|
+
"events": [
|
|
1544
1322
|
{
|
|
1545
|
-
"
|
|
1546
|
-
"
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1323
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1324
|
+
"name": "change",
|
|
1325
|
+
"inheritedFrom": {
|
|
1326
|
+
"name": "AccordionItem",
|
|
1327
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1328
|
+
}
|
|
1551
1329
|
}
|
|
1552
|
-
]
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1330
|
+
]
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
"kind": "variable",
|
|
1334
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1335
|
+
"type": {
|
|
1336
|
+
"text": "ShadowRootInit"
|
|
1556
1337
|
},
|
|
1557
|
-
"
|
|
1558
|
-
"customElement": true
|
|
1338
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1559
1339
|
},
|
|
1560
1340
|
{
|
|
1561
1341
|
"kind": "variable",
|
|
1562
|
-
"name": "
|
|
1563
|
-
"
|
|
1342
|
+
"name": "defaultAccordionItemConfig",
|
|
1343
|
+
"type": {
|
|
1344
|
+
"text": "object"
|
|
1345
|
+
},
|
|
1346
|
+
"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}"
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"kind": "variable",
|
|
1350
|
+
"name": "foundationAccordionItem",
|
|
1351
|
+
"description": "The Foundation Accordion Item",
|
|
1564
1352
|
"privacy": "public"
|
|
1565
1353
|
}
|
|
1566
1354
|
],
|
|
1567
1355
|
"exports": [
|
|
1568
1356
|
{
|
|
1569
1357
|
"kind": "js",
|
|
1570
|
-
"name": "
|
|
1358
|
+
"name": "AccordionItem",
|
|
1571
1359
|
"declaration": {
|
|
1572
|
-
"name": "
|
|
1573
|
-
"module": "src/
|
|
1360
|
+
"name": "AccordionItem",
|
|
1361
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1574
1362
|
}
|
|
1575
1363
|
},
|
|
1576
1364
|
{
|
|
1577
1365
|
"kind": "js",
|
|
1578
|
-
"name": "
|
|
1366
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1579
1367
|
"declaration": {
|
|
1580
|
-
"name": "
|
|
1581
|
-
"module": "src/
|
|
1368
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1369
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1582
1370
|
}
|
|
1583
|
-
}
|
|
1584
|
-
]
|
|
1585
|
-
},
|
|
1586
|
-
{
|
|
1587
|
-
"kind": "javascript-module",
|
|
1588
|
-
"path": "src/actions-menu/index.ts",
|
|
1589
|
-
"declarations": [],
|
|
1590
|
-
"exports": [
|
|
1371
|
+
},
|
|
1591
1372
|
{
|
|
1592
1373
|
"kind": "js",
|
|
1593
|
-
"name": "
|
|
1374
|
+
"name": "defaultAccordionItemConfig",
|
|
1594
1375
|
"declaration": {
|
|
1595
|
-
"name": "
|
|
1596
|
-
"
|
|
1376
|
+
"name": "defaultAccordionItemConfig",
|
|
1377
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1597
1378
|
}
|
|
1598
1379
|
},
|
|
1599
1380
|
{
|
|
1600
1381
|
"kind": "js",
|
|
1601
|
-
"name": "
|
|
1382
|
+
"name": "foundationAccordionItem",
|
|
1383
|
+
"declaration": {
|
|
1384
|
+
"name": "foundationAccordionItem",
|
|
1385
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1386
|
+
}
|
|
1387
|
+
}
|
|
1388
|
+
]
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
"kind": "javascript-module",
|
|
1392
|
+
"path": "src/accordion-item/index.ts",
|
|
1393
|
+
"declarations": [],
|
|
1394
|
+
"exports": [
|
|
1395
|
+
{
|
|
1396
|
+
"kind": "js",
|
|
1397
|
+
"name": "*",
|
|
1602
1398
|
"declaration": {
|
|
1603
1399
|
"name": "*",
|
|
1604
|
-
"package": "./
|
|
1400
|
+
"package": "./accordion-item.template"
|
|
1605
1401
|
}
|
|
1606
1402
|
},
|
|
1607
1403
|
{
|
|
@@ -1609,18 +1405,80 @@
|
|
|
1609
1405
|
"name": "*",
|
|
1610
1406
|
"declaration": {
|
|
1611
1407
|
"name": "*",
|
|
1612
|
-
"package": "./
|
|
1408
|
+
"package": "./accordion-item.styles"
|
|
1409
|
+
}
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"kind": "js",
|
|
1413
|
+
"name": "*",
|
|
1414
|
+
"declaration": {
|
|
1415
|
+
"name": "*",
|
|
1416
|
+
"package": "./accordion-item"
|
|
1613
1417
|
}
|
|
1614
1418
|
}
|
|
1615
1419
|
]
|
|
1616
1420
|
},
|
|
1617
1421
|
{
|
|
1618
1422
|
"kind": "javascript-module",
|
|
1619
|
-
"path": "src/
|
|
1423
|
+
"path": "src/_config/index.ts",
|
|
1424
|
+
"declarations": [],
|
|
1425
|
+
"exports": [
|
|
1426
|
+
{
|
|
1427
|
+
"kind": "js",
|
|
1428
|
+
"name": "*",
|
|
1429
|
+
"declaration": {
|
|
1430
|
+
"name": "*",
|
|
1431
|
+
"package": "./styles"
|
|
1432
|
+
}
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"kind": "js",
|
|
1436
|
+
"name": "*",
|
|
1437
|
+
"declaration": {
|
|
1438
|
+
"name": "*",
|
|
1439
|
+
"package": "./tokens"
|
|
1440
|
+
}
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"kind": "js",
|
|
1444
|
+
"name": "*",
|
|
1445
|
+
"declaration": {
|
|
1446
|
+
"name": "*",
|
|
1447
|
+
"package": "./values"
|
|
1448
|
+
}
|
|
1449
|
+
}
|
|
1450
|
+
]
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
"kind": "javascript-module",
|
|
1454
|
+
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
1620
1455
|
"declarations": [
|
|
1621
1456
|
{
|
|
1622
1457
|
"kind": "function",
|
|
1623
|
-
"name": "
|
|
1458
|
+
"name": "actionsMenuBaseStyles",
|
|
1459
|
+
"return": {
|
|
1460
|
+
"type": {
|
|
1461
|
+
"text": "ElementStyles"
|
|
1462
|
+
}
|
|
1463
|
+
},
|
|
1464
|
+
"parameters": [
|
|
1465
|
+
{
|
|
1466
|
+
"name": "context",
|
|
1467
|
+
"type": {
|
|
1468
|
+
"text": "ElementDefinitionContext"
|
|
1469
|
+
}
|
|
1470
|
+
},
|
|
1471
|
+
{
|
|
1472
|
+
"name": "definition",
|
|
1473
|
+
"type": {
|
|
1474
|
+
"text": "FoundationElementDefinition"
|
|
1475
|
+
}
|
|
1476
|
+
}
|
|
1477
|
+
]
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"kind": "function",
|
|
1481
|
+
"name": "foundationActionsMenuStyles",
|
|
1624
1482
|
"return": {
|
|
1625
1483
|
"type": {
|
|
1626
1484
|
"text": "ElementStyles"
|
|
@@ -1645,175 +1503,288 @@
|
|
|
1645
1503
|
"exports": [
|
|
1646
1504
|
{
|
|
1647
1505
|
"kind": "js",
|
|
1648
|
-
"name": "
|
|
1506
|
+
"name": "actionsMenuBaseStyles",
|
|
1649
1507
|
"declaration": {
|
|
1650
|
-
"name": "
|
|
1651
|
-
"module": "src/
|
|
1508
|
+
"name": "actionsMenuBaseStyles",
|
|
1509
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1510
|
+
}
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
"kind": "js",
|
|
1514
|
+
"name": "foundationActionsMenuStyles",
|
|
1515
|
+
"declaration": {
|
|
1516
|
+
"name": "foundationActionsMenuStyles",
|
|
1517
|
+
"module": "src/actions-menu/actions-menu.styles.ts"
|
|
1652
1518
|
}
|
|
1653
1519
|
}
|
|
1654
1520
|
]
|
|
1655
1521
|
},
|
|
1656
1522
|
{
|
|
1657
1523
|
"kind": "javascript-module",
|
|
1658
|
-
"path": "src/
|
|
1524
|
+
"path": "src/actions-menu/actions-menu.template.ts",
|
|
1659
1525
|
"declarations": [
|
|
1660
1526
|
{
|
|
1661
1527
|
"kind": "function",
|
|
1662
|
-
"name": "
|
|
1663
|
-
"return": {
|
|
1664
|
-
"type": {
|
|
1665
|
-
"text": "ViewTemplate<AccordionItem>"
|
|
1666
|
-
}
|
|
1667
|
-
},
|
|
1528
|
+
"name": "menuTemplate",
|
|
1668
1529
|
"parameters": [
|
|
1669
1530
|
{
|
|
1670
|
-
"name": "
|
|
1531
|
+
"name": "prefix",
|
|
1671
1532
|
"type": {
|
|
1672
|
-
"text": "
|
|
1533
|
+
"text": "string"
|
|
1673
1534
|
}
|
|
1674
|
-
}
|
|
1535
|
+
}
|
|
1536
|
+
]
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"kind": "function",
|
|
1540
|
+
"name": "singleOptionTemplate",
|
|
1541
|
+
"parameters": [
|
|
1675
1542
|
{
|
|
1676
|
-
"name": "
|
|
1543
|
+
"name": "prefix",
|
|
1677
1544
|
"type": {
|
|
1678
|
-
"text": "
|
|
1545
|
+
"text": "string"
|
|
1679
1546
|
}
|
|
1680
1547
|
}
|
|
1681
1548
|
]
|
|
1549
|
+
},
|
|
1550
|
+
{
|
|
1551
|
+
"kind": "variable",
|
|
1552
|
+
"name": "foundationActionsMenuTemplate",
|
|
1553
|
+
"type": {
|
|
1554
|
+
"text": "ViewTemplate<ActionsMenu>"
|
|
1555
|
+
},
|
|
1556
|
+
"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`"
|
|
1682
1557
|
}
|
|
1683
1558
|
],
|
|
1684
1559
|
"exports": [
|
|
1685
1560
|
{
|
|
1686
1561
|
"kind": "js",
|
|
1687
|
-
"name": "
|
|
1562
|
+
"name": "menuTemplate",
|
|
1688
1563
|
"declaration": {
|
|
1689
|
-
"name": "
|
|
1690
|
-
"module": "src/
|
|
1564
|
+
"name": "menuTemplate",
|
|
1565
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1566
|
+
}
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"kind": "js",
|
|
1570
|
+
"name": "singleOptionTemplate",
|
|
1571
|
+
"declaration": {
|
|
1572
|
+
"name": "singleOptionTemplate",
|
|
1573
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"kind": "js",
|
|
1578
|
+
"name": "foundationActionsMenuTemplate",
|
|
1579
|
+
"declaration": {
|
|
1580
|
+
"name": "foundationActionsMenuTemplate",
|
|
1581
|
+
"module": "src/actions-menu/actions-menu.template.ts"
|
|
1691
1582
|
}
|
|
1692
1583
|
}
|
|
1693
1584
|
]
|
|
1694
1585
|
},
|
|
1695
1586
|
{
|
|
1696
1587
|
"kind": "javascript-module",
|
|
1697
|
-
"path": "src/
|
|
1588
|
+
"path": "src/actions-menu/actions-menu.ts",
|
|
1698
1589
|
"declarations": [
|
|
1699
1590
|
{
|
|
1700
1591
|
"kind": "class",
|
|
1701
1592
|
"description": "",
|
|
1702
|
-
"name": "
|
|
1703
|
-
"
|
|
1704
|
-
"name": "FASTAccordionItem",
|
|
1705
|
-
"package": "@microsoft/fast-components"
|
|
1706
|
-
},
|
|
1707
|
-
"tagName": "%%prefix%%-accordion-item",
|
|
1708
|
-
"customElement": true,
|
|
1709
|
-
"attributes": [
|
|
1593
|
+
"name": "ActionsMenu",
|
|
1594
|
+
"members": [
|
|
1710
1595
|
{
|
|
1711
|
-
"
|
|
1596
|
+
"kind": "field",
|
|
1597
|
+
"name": "actions",
|
|
1712
1598
|
"type": {
|
|
1713
|
-
"text": "
|
|
1714
|
-
},
|
|
1715
|
-
"default": "2",
|
|
1716
|
-
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1717
|
-
"fieldName": "headinglevel",
|
|
1718
|
-
"inheritedFrom": {
|
|
1719
|
-
"name": "AccordionItem",
|
|
1720
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1599
|
+
"text": "ActionMenuItem[]"
|
|
1721
1600
|
}
|
|
1722
1601
|
},
|
|
1723
1602
|
{
|
|
1603
|
+
"kind": "field",
|
|
1604
|
+
"name": "isVertical",
|
|
1724
1605
|
"type": {
|
|
1725
1606
|
"text": "boolean"
|
|
1726
1607
|
},
|
|
1727
|
-
"default": "false"
|
|
1728
|
-
"description": "Expands or collapses the item.",
|
|
1729
|
-
"fieldName": "expanded",
|
|
1730
|
-
"inheritedFrom": {
|
|
1731
|
-
"name": "AccordionItem",
|
|
1732
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1733
|
-
}
|
|
1608
|
+
"default": "false"
|
|
1734
1609
|
},
|
|
1735
|
-
{
|
|
1736
|
-
"name": "id",
|
|
1737
|
-
"type": {
|
|
1738
|
-
"text": "string"
|
|
1739
|
-
},
|
|
1740
|
-
"description": "The item ID",
|
|
1741
|
-
"fieldName": "id",
|
|
1742
|
-
"inheritedFrom": {
|
|
1743
|
-
"name": "AccordionItem",
|
|
1744
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1745
|
-
}
|
|
1746
|
-
}
|
|
1747
|
-
],
|
|
1748
|
-
"members": [
|
|
1749
1610
|
{
|
|
1750
1611
|
"kind": "field",
|
|
1751
|
-
"name": "
|
|
1612
|
+
"name": "addDefaultActions",
|
|
1752
1613
|
"type": {
|
|
1753
|
-
"text": "
|
|
1614
|
+
"text": "boolean"
|
|
1754
1615
|
},
|
|
1755
|
-
"
|
|
1756
|
-
"default": "2",
|
|
1757
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1758
|
-
"inheritedFrom": {
|
|
1759
|
-
"name": "AccordionItem",
|
|
1760
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1761
|
-
}
|
|
1616
|
+
"default": "true"
|
|
1762
1617
|
},
|
|
1763
1618
|
{
|
|
1764
1619
|
"kind": "field",
|
|
1765
|
-
"name": "
|
|
1620
|
+
"name": "autoCloseOnAction",
|
|
1766
1621
|
"type": {
|
|
1767
1622
|
"text": "boolean"
|
|
1768
1623
|
},
|
|
1769
|
-
"
|
|
1770
|
-
"default": "false",
|
|
1771
|
-
"description": "Expands or collapses the item.",
|
|
1772
|
-
"inheritedFrom": {
|
|
1773
|
-
"name": "AccordionItem",
|
|
1774
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1775
|
-
}
|
|
1624
|
+
"default": "true"
|
|
1776
1625
|
},
|
|
1777
1626
|
{
|
|
1778
1627
|
"kind": "field",
|
|
1779
|
-
"name": "
|
|
1628
|
+
"name": "classNames",
|
|
1780
1629
|
"type": {
|
|
1781
1630
|
"text": "string"
|
|
1782
|
-
},
|
|
1783
|
-
"privacy": "public",
|
|
1784
|
-
"description": "The item ID",
|
|
1785
|
-
"inheritedFrom": {
|
|
1786
|
-
"name": "AccordionItem",
|
|
1787
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1788
1631
|
}
|
|
1789
1632
|
},
|
|
1790
1633
|
{
|
|
1791
1634
|
"kind": "field",
|
|
1792
|
-
"name": "
|
|
1793
|
-
"
|
|
1794
|
-
|
|
1795
|
-
"name": "AccordionItem",
|
|
1796
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1635
|
+
"name": "definition",
|
|
1636
|
+
"type": {
|
|
1637
|
+
"text": "any"
|
|
1797
1638
|
}
|
|
1798
1639
|
},
|
|
1799
1640
|
{
|
|
1800
1641
|
"kind": "field",
|
|
1801
|
-
"name": "
|
|
1642
|
+
"name": "name",
|
|
1802
1643
|
"type": {
|
|
1803
|
-
"text": "
|
|
1644
|
+
"text": "string"
|
|
1804
1645
|
},
|
|
1805
|
-
"
|
|
1806
|
-
"default": "void 0",
|
|
1807
|
-
"inheritedFrom": {
|
|
1808
|
-
"name": "FoundationElement",
|
|
1809
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1810
|
-
}
|
|
1646
|
+
"default": "'Actions'"
|
|
1811
1647
|
},
|
|
1812
1648
|
{
|
|
1813
1649
|
"kind": "field",
|
|
1814
|
-
"name": "
|
|
1650
|
+
"name": "open",
|
|
1815
1651
|
"type": {
|
|
1816
|
-
"text": "
|
|
1652
|
+
"text": "boolean"
|
|
1653
|
+
},
|
|
1654
|
+
"default": "false"
|
|
1655
|
+
},
|
|
1656
|
+
{
|
|
1657
|
+
"kind": "field",
|
|
1658
|
+
"name": "buttonAppearance",
|
|
1659
|
+
"type": {
|
|
1660
|
+
"text": "string"
|
|
1661
|
+
}
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"kind": "field",
|
|
1665
|
+
"name": "hideDisabled",
|
|
1666
|
+
"type": {
|
|
1667
|
+
"text": "boolean"
|
|
1668
|
+
},
|
|
1669
|
+
"default": "false"
|
|
1670
|
+
},
|
|
1671
|
+
{
|
|
1672
|
+
"kind": "field",
|
|
1673
|
+
"name": "hideMenuSingleOption",
|
|
1674
|
+
"type": {
|
|
1675
|
+
"text": "boolean"
|
|
1676
|
+
},
|
|
1677
|
+
"default": "false"
|
|
1678
|
+
},
|
|
1679
|
+
{
|
|
1680
|
+
"kind": "field",
|
|
1681
|
+
"name": "singleOption",
|
|
1682
|
+
"type": {
|
|
1683
|
+
"text": "ActionMenuItem"
|
|
1684
|
+
}
|
|
1685
|
+
},
|
|
1686
|
+
{
|
|
1687
|
+
"kind": "field",
|
|
1688
|
+
"name": "actionsMenu",
|
|
1689
|
+
"type": {
|
|
1690
|
+
"text": "HTMLElement"
|
|
1691
|
+
}
|
|
1692
|
+
},
|
|
1693
|
+
{
|
|
1694
|
+
"kind": "method",
|
|
1695
|
+
"name": "definitionChanged",
|
|
1696
|
+
"privacy": "protected",
|
|
1697
|
+
"parameters": [
|
|
1698
|
+
{
|
|
1699
|
+
"name": "oldValue",
|
|
1700
|
+
"type": {
|
|
1701
|
+
"text": "any"
|
|
1702
|
+
}
|
|
1703
|
+
},
|
|
1704
|
+
{
|
|
1705
|
+
"name": "newValue",
|
|
1706
|
+
"type": {
|
|
1707
|
+
"text": "any"
|
|
1708
|
+
}
|
|
1709
|
+
}
|
|
1710
|
+
]
|
|
1711
|
+
},
|
|
1712
|
+
{
|
|
1713
|
+
"kind": "method",
|
|
1714
|
+
"name": "openChanged",
|
|
1715
|
+
"privacy": "protected"
|
|
1716
|
+
},
|
|
1717
|
+
{
|
|
1718
|
+
"kind": "method",
|
|
1719
|
+
"name": "toggleActionsMenuVisibility"
|
|
1720
|
+
},
|
|
1721
|
+
{
|
|
1722
|
+
"kind": "method",
|
|
1723
|
+
"name": "onActionMenuItemClick",
|
|
1724
|
+
"parameters": [
|
|
1725
|
+
{
|
|
1726
|
+
"name": "callback",
|
|
1727
|
+
"type": {
|
|
1728
|
+
"text": "(rowData) => void | any"
|
|
1729
|
+
}
|
|
1730
|
+
}
|
|
1731
|
+
]
|
|
1732
|
+
},
|
|
1733
|
+
{
|
|
1734
|
+
"kind": "field",
|
|
1735
|
+
"name": "allActions",
|
|
1736
|
+
"type": {
|
|
1737
|
+
"text": "ActionMenuItem[]"
|
|
1738
|
+
},
|
|
1739
|
+
"readonly": true
|
|
1740
|
+
},
|
|
1741
|
+
{
|
|
1742
|
+
"kind": "field",
|
|
1743
|
+
"name": "rowData",
|
|
1744
|
+
"readonly": true
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"kind": "method",
|
|
1748
|
+
"name": "getLabel",
|
|
1749
|
+
"parameters": [
|
|
1750
|
+
{
|
|
1751
|
+
"name": "name",
|
|
1752
|
+
"type": {
|
|
1753
|
+
"text": "string | ((rowData: any) => string)"
|
|
1754
|
+
}
|
|
1755
|
+
}
|
|
1756
|
+
]
|
|
1757
|
+
},
|
|
1758
|
+
{
|
|
1759
|
+
"kind": "method",
|
|
1760
|
+
"name": "getTemplate",
|
|
1761
|
+
"parameters": [
|
|
1762
|
+
{
|
|
1763
|
+
"name": "prefix",
|
|
1764
|
+
"type": {
|
|
1765
|
+
"text": "string"
|
|
1766
|
+
}
|
|
1767
|
+
}
|
|
1768
|
+
]
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"kind": "field",
|
|
1772
|
+
"name": "_presentation",
|
|
1773
|
+
"type": {
|
|
1774
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1775
|
+
},
|
|
1776
|
+
"privacy": "private",
|
|
1777
|
+
"default": "void 0",
|
|
1778
|
+
"inheritedFrom": {
|
|
1779
|
+
"name": "FoundationElement",
|
|
1780
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1781
|
+
}
|
|
1782
|
+
},
|
|
1783
|
+
{
|
|
1784
|
+
"kind": "field",
|
|
1785
|
+
"name": "$presentation",
|
|
1786
|
+
"type": {
|
|
1787
|
+
"text": "ComponentPresentation | null"
|
|
1817
1788
|
},
|
|
1818
1789
|
"privacy": "public",
|
|
1819
1790
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
@@ -1908,86 +1879,115 @@
|
|
|
1908
1879
|
}
|
|
1909
1880
|
}
|
|
1910
1881
|
],
|
|
1911
|
-
"
|
|
1882
|
+
"attributes": [
|
|
1912
1883
|
{
|
|
1913
|
-
"
|
|
1914
|
-
"
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1884
|
+
"name": "is-vertical",
|
|
1885
|
+
"type": {
|
|
1886
|
+
"text": "boolean"
|
|
1887
|
+
},
|
|
1888
|
+
"default": "false",
|
|
1889
|
+
"fieldName": "isVertical"
|
|
1890
|
+
},
|
|
1891
|
+
{
|
|
1892
|
+
"name": "add-default-actions",
|
|
1893
|
+
"type": {
|
|
1894
|
+
"text": "boolean"
|
|
1895
|
+
},
|
|
1896
|
+
"default": "true",
|
|
1897
|
+
"fieldName": "addDefaultActions"
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
"name": "auto-close-on-action",
|
|
1901
|
+
"type": {
|
|
1902
|
+
"text": "boolean"
|
|
1903
|
+
},
|
|
1904
|
+
"default": "true",
|
|
1905
|
+
"fieldName": "autoCloseOnAction"
|
|
1906
|
+
},
|
|
1907
|
+
{
|
|
1908
|
+
"name": "name",
|
|
1909
|
+
"type": {
|
|
1910
|
+
"text": "string"
|
|
1911
|
+
},
|
|
1912
|
+
"default": "'Actions'",
|
|
1913
|
+
"fieldName": "name"
|
|
1914
|
+
},
|
|
1915
|
+
{
|
|
1916
|
+
"name": "open",
|
|
1917
|
+
"type": {
|
|
1918
|
+
"text": "boolean"
|
|
1919
|
+
},
|
|
1920
|
+
"default": "false",
|
|
1921
|
+
"fieldName": "open"
|
|
1922
|
+
},
|
|
1923
|
+
{
|
|
1924
|
+
"name": "buttonAppearance",
|
|
1925
|
+
"type": {
|
|
1926
|
+
"text": "string"
|
|
1927
|
+
},
|
|
1928
|
+
"fieldName": "buttonAppearance"
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"name": "hide-disabled",
|
|
1932
|
+
"type": {
|
|
1933
|
+
"text": "boolean"
|
|
1934
|
+
},
|
|
1935
|
+
"default": "false",
|
|
1936
|
+
"fieldName": "hideDisabled"
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"name": "hide-menu-single-option",
|
|
1940
|
+
"type": {
|
|
1941
|
+
"text": "boolean"
|
|
1942
|
+
},
|
|
1943
|
+
"default": "false",
|
|
1944
|
+
"fieldName": "hideMenuSingleOption"
|
|
1919
1945
|
}
|
|
1920
|
-
]
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
"name": "foundationAccordionItemShadowOptions",
|
|
1925
|
-
"type": {
|
|
1926
|
-
"text": "ShadowRootInit"
|
|
1927
|
-
},
|
|
1928
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1929
|
-
},
|
|
1930
|
-
{
|
|
1931
|
-
"kind": "variable",
|
|
1932
|
-
"name": "defaultAccordionItemConfig",
|
|
1933
|
-
"type": {
|
|
1934
|
-
"text": "object"
|
|
1946
|
+
],
|
|
1947
|
+
"superclass": {
|
|
1948
|
+
"name": "FoundationElement",
|
|
1949
|
+
"package": "@microsoft/fast-foundation"
|
|
1935
1950
|
},
|
|
1936
|
-
"
|
|
1951
|
+
"tagName": "%%prefix%%-actions-menu",
|
|
1952
|
+
"customElement": true
|
|
1937
1953
|
},
|
|
1938
1954
|
{
|
|
1939
1955
|
"kind": "variable",
|
|
1940
|
-
"name": "
|
|
1941
|
-
"description": "The Foundation
|
|
1956
|
+
"name": "foundationActionsMenu",
|
|
1957
|
+
"description": "The Foundation Actions Menu",
|
|
1942
1958
|
"privacy": "public"
|
|
1943
1959
|
}
|
|
1944
1960
|
],
|
|
1945
1961
|
"exports": [
|
|
1946
1962
|
{
|
|
1947
1963
|
"kind": "js",
|
|
1948
|
-
"name": "
|
|
1964
|
+
"name": "ActionsMenu",
|
|
1949
1965
|
"declaration": {
|
|
1950
|
-
"name": "
|
|
1951
|
-
"module": "src/
|
|
1966
|
+
"name": "ActionsMenu",
|
|
1967
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1952
1968
|
}
|
|
1953
1969
|
},
|
|
1954
1970
|
{
|
|
1955
1971
|
"kind": "js",
|
|
1956
|
-
"name": "
|
|
1972
|
+
"name": "foundationActionsMenu",
|
|
1957
1973
|
"declaration": {
|
|
1958
|
-
"name": "
|
|
1959
|
-
"module": "src/
|
|
1974
|
+
"name": "foundationActionsMenu",
|
|
1975
|
+
"module": "src/actions-menu/actions-menu.ts"
|
|
1960
1976
|
}
|
|
1961
|
-
}
|
|
1977
|
+
}
|
|
1978
|
+
]
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
"kind": "javascript-module",
|
|
1982
|
+
"path": "src/actions-menu/index.ts",
|
|
1983
|
+
"declarations": [],
|
|
1984
|
+
"exports": [
|
|
1962
1985
|
{
|
|
1963
1986
|
"kind": "js",
|
|
1964
|
-
"name": "
|
|
1965
|
-
"declaration": {
|
|
1966
|
-
"name": "defaultAccordionItemConfig",
|
|
1967
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1968
|
-
}
|
|
1969
|
-
},
|
|
1970
|
-
{
|
|
1971
|
-
"kind": "js",
|
|
1972
|
-
"name": "foundationAccordionItem",
|
|
1973
|
-
"declaration": {
|
|
1974
|
-
"name": "foundationAccordionItem",
|
|
1975
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
1976
|
-
}
|
|
1977
|
-
}
|
|
1978
|
-
]
|
|
1979
|
-
},
|
|
1980
|
-
{
|
|
1981
|
-
"kind": "javascript-module",
|
|
1982
|
-
"path": "src/accordion-item/index.ts",
|
|
1983
|
-
"declarations": [],
|
|
1984
|
-
"exports": [
|
|
1985
|
-
{
|
|
1986
|
-
"kind": "js",
|
|
1987
|
-
"name": "*",
|
|
1987
|
+
"name": "*",
|
|
1988
1988
|
"declaration": {
|
|
1989
1989
|
"name": "*",
|
|
1990
|
-
"package": "./
|
|
1990
|
+
"package": "./actions-menu.styles"
|
|
1991
1991
|
}
|
|
1992
1992
|
},
|
|
1993
1993
|
{
|
|
@@ -1995,7 +1995,7 @@
|
|
|
1995
1995
|
"name": "*",
|
|
1996
1996
|
"declaration": {
|
|
1997
1997
|
"name": "*",
|
|
1998
|
-
"package": "./
|
|
1998
|
+
"package": "./actions-menu.template"
|
|
1999
1999
|
}
|
|
2000
2000
|
},
|
|
2001
2001
|
{
|
|
@@ -2003,7 +2003,7 @@
|
|
|
2003
2003
|
"name": "*",
|
|
2004
2004
|
"declaration": {
|
|
2005
2005
|
"name": "*",
|
|
2006
|
-
"package": "./
|
|
2006
|
+
"package": "./actions-menu"
|
|
2007
2007
|
}
|
|
2008
2008
|
}
|
|
2009
2009
|
]
|
|
@@ -19471,182 +19471,487 @@
|
|
|
19471
19471
|
},
|
|
19472
19472
|
{
|
|
19473
19473
|
"kind": "javascript-module",
|
|
19474
|
-
"path": "src/
|
|
19474
|
+
"path": "src/horizontal-scroll/horizontal-scroll.styles.ts",
|
|
19475
19475
|
"declarations": [
|
|
19476
19476
|
{
|
|
19477
|
-
"kind": "
|
|
19478
|
-
"name": "
|
|
19479
|
-
"
|
|
19480
|
-
"
|
|
19477
|
+
"kind": "function",
|
|
19478
|
+
"name": "foundationHorizontalScrollStyles",
|
|
19479
|
+
"return": {
|
|
19480
|
+
"type": {
|
|
19481
|
+
"text": "ElementStyles"
|
|
19482
|
+
}
|
|
19481
19483
|
},
|
|
19482
|
-
"
|
|
19484
|
+
"parameters": [
|
|
19485
|
+
{
|
|
19486
|
+
"name": "context",
|
|
19487
|
+
"type": {
|
|
19488
|
+
"text": "ElementDefinitionContext"
|
|
19489
|
+
}
|
|
19490
|
+
},
|
|
19491
|
+
{
|
|
19492
|
+
"name": "definition",
|
|
19493
|
+
"type": {
|
|
19494
|
+
"text": "FoundationElementDefinition"
|
|
19495
|
+
}
|
|
19496
|
+
}
|
|
19497
|
+
]
|
|
19483
19498
|
}
|
|
19484
19499
|
],
|
|
19485
19500
|
"exports": [
|
|
19486
19501
|
{
|
|
19487
19502
|
"kind": "js",
|
|
19488
|
-
"name": "
|
|
19503
|
+
"name": "foundationHorizontalScrollStyles",
|
|
19489
19504
|
"declaration": {
|
|
19490
|
-
"name": "
|
|
19491
|
-
"module": "src/
|
|
19505
|
+
"name": "foundationHorizontalScrollStyles",
|
|
19506
|
+
"module": "src/horizontal-scroll/horizontal-scroll.styles.ts"
|
|
19492
19507
|
}
|
|
19493
19508
|
}
|
|
19494
19509
|
]
|
|
19495
19510
|
},
|
|
19496
19511
|
{
|
|
19497
19512
|
"kind": "javascript-module",
|
|
19498
|
-
"path": "src/
|
|
19513
|
+
"path": "src/horizontal-scroll/horizontal-scroll.template.ts",
|
|
19499
19514
|
"declarations": [
|
|
19500
19515
|
{
|
|
19501
|
-
"kind": "
|
|
19502
|
-
"name": "
|
|
19503
|
-
"
|
|
19504
|
-
"
|
|
19516
|
+
"kind": "function",
|
|
19517
|
+
"name": "foundationHorizontalScrollTemplate",
|
|
19518
|
+
"return": {
|
|
19519
|
+
"type": {
|
|
19520
|
+
"text": "ViewTemplate<HorizontalScroll>"
|
|
19521
|
+
}
|
|
19505
19522
|
},
|
|
19506
|
-
"
|
|
19507
|
-
|
|
19523
|
+
"parameters": [
|
|
19524
|
+
{
|
|
19525
|
+
"name": "context",
|
|
19526
|
+
"type": {
|
|
19527
|
+
"text": "ElementDefinitionContext"
|
|
19528
|
+
}
|
|
19529
|
+
},
|
|
19530
|
+
{
|
|
19531
|
+
"name": "definition",
|
|
19532
|
+
"type": {
|
|
19533
|
+
"text": "FoundationElementDefinition"
|
|
19534
|
+
}
|
|
19535
|
+
}
|
|
19536
|
+
]
|
|
19537
|
+
}
|
|
19538
|
+
],
|
|
19539
|
+
"exports": [
|
|
19508
19540
|
{
|
|
19509
|
-
"kind": "
|
|
19510
|
-
"name": "
|
|
19511
|
-
"
|
|
19512
|
-
"
|
|
19513
|
-
|
|
19514
|
-
|
|
19515
|
-
}
|
|
19541
|
+
"kind": "js",
|
|
19542
|
+
"name": "foundationHorizontalScrollTemplate",
|
|
19543
|
+
"declaration": {
|
|
19544
|
+
"name": "foundationHorizontalScrollTemplate",
|
|
19545
|
+
"module": "src/horizontal-scroll/horizontal-scroll.template.ts"
|
|
19546
|
+
}
|
|
19547
|
+
}
|
|
19548
|
+
]
|
|
19549
|
+
},
|
|
19550
|
+
{
|
|
19551
|
+
"kind": "javascript-module",
|
|
19552
|
+
"path": "src/horizontal-scroll/horizontal-scroll.ts",
|
|
19553
|
+
"declarations": [
|
|
19516
19554
|
{
|
|
19517
19555
|
"kind": "class",
|
|
19518
19556
|
"description": "",
|
|
19519
|
-
"name": "
|
|
19520
|
-
"
|
|
19557
|
+
"name": "HorizontalScroll",
|
|
19558
|
+
"superclass": {
|
|
19559
|
+
"name": "FASTHorizontalScroll",
|
|
19560
|
+
"package": "@microsoft/fast-components"
|
|
19561
|
+
},
|
|
19562
|
+
"tagName": "%%prefix%%-horizontal-scroll",
|
|
19563
|
+
"customElement": true,
|
|
19564
|
+
"attributes": [
|
|
19521
19565
|
{
|
|
19522
|
-
"kind": "field",
|
|
19523
|
-
"name": "colNumber",
|
|
19524
19566
|
"type": {
|
|
19525
19567
|
"text": "number"
|
|
19568
|
+
},
|
|
19569
|
+
"default": "600",
|
|
19570
|
+
"description": "Speed of scroll in pixels per second",
|
|
19571
|
+
"fieldName": "speed",
|
|
19572
|
+
"inheritedFrom": {
|
|
19573
|
+
"name": "HorizontalScroll",
|
|
19574
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19526
19575
|
}
|
|
19527
19576
|
},
|
|
19528
19577
|
{
|
|
19529
|
-
"
|
|
19530
|
-
"name": "colSmNumber",
|
|
19578
|
+
"name": "duration",
|
|
19531
19579
|
"type": {
|
|
19532
|
-
"text": "
|
|
19580
|
+
"text": "string"
|
|
19581
|
+
},
|
|
19582
|
+
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
19583
|
+
"fieldName": "duration",
|
|
19584
|
+
"inheritedFrom": {
|
|
19585
|
+
"name": "HorizontalScroll",
|
|
19586
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19533
19587
|
}
|
|
19534
19588
|
},
|
|
19535
19589
|
{
|
|
19536
|
-
"
|
|
19537
|
-
"name": "colMdNumber",
|
|
19590
|
+
"name": "easing",
|
|
19538
19591
|
"type": {
|
|
19539
|
-
"text": "
|
|
19592
|
+
"text": "ScrollEasing"
|
|
19593
|
+
},
|
|
19594
|
+
"default": "\"ease-in-out\"",
|
|
19595
|
+
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
19596
|
+
"fieldName": "easing",
|
|
19597
|
+
"inheritedFrom": {
|
|
19598
|
+
"name": "HorizontalScroll",
|
|
19599
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19540
19600
|
}
|
|
19541
19601
|
},
|
|
19542
19602
|
{
|
|
19543
|
-
"
|
|
19544
|
-
"name": "colLgNumber",
|
|
19603
|
+
"name": "flippers-hidden-from-at",
|
|
19545
19604
|
"type": {
|
|
19546
|
-
"text": "
|
|
19605
|
+
"text": "boolean"
|
|
19606
|
+
},
|
|
19607
|
+
"default": "false",
|
|
19608
|
+
"description": "Attribute to hide flippers from assistive technology",
|
|
19609
|
+
"fieldName": "flippersHiddenFromAT",
|
|
19610
|
+
"inheritedFrom": {
|
|
19611
|
+
"name": "HorizontalScroll",
|
|
19612
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19547
19613
|
}
|
|
19548
19614
|
},
|
|
19549
19615
|
{
|
|
19550
|
-
"
|
|
19551
|
-
"name": "rowNumber",
|
|
19616
|
+
"name": "view",
|
|
19552
19617
|
"type": {
|
|
19553
|
-
"text": "
|
|
19618
|
+
"text": "HorizontalScrollView"
|
|
19619
|
+
},
|
|
19620
|
+
"description": "View: default | mobile",
|
|
19621
|
+
"fieldName": "view",
|
|
19622
|
+
"inheritedFrom": {
|
|
19623
|
+
"name": "HorizontalScroll",
|
|
19624
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19554
19625
|
}
|
|
19555
|
-
}
|
|
19626
|
+
}
|
|
19627
|
+
],
|
|
19628
|
+
"members": [
|
|
19556
19629
|
{
|
|
19557
19630
|
"kind": "field",
|
|
19558
|
-
"name": "
|
|
19631
|
+
"name": "scrollContainer",
|
|
19559
19632
|
"type": {
|
|
19560
|
-
"text": "
|
|
19633
|
+
"text": "HTMLDivElement"
|
|
19634
|
+
},
|
|
19635
|
+
"privacy": "public",
|
|
19636
|
+
"description": "Reference to DOM element that scrolls the content",
|
|
19637
|
+
"inheritedFrom": {
|
|
19638
|
+
"name": "HorizontalScroll",
|
|
19639
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19561
19640
|
}
|
|
19562
19641
|
},
|
|
19563
19642
|
{
|
|
19564
19643
|
"kind": "field",
|
|
19565
|
-
"name": "
|
|
19644
|
+
"name": "content",
|
|
19566
19645
|
"type": {
|
|
19567
|
-
"text": "
|
|
19646
|
+
"text": "HTMLDivElement"
|
|
19647
|
+
},
|
|
19648
|
+
"privacy": "public",
|
|
19649
|
+
"description": "Reference to DOM element that holds the slotted content",
|
|
19650
|
+
"inheritedFrom": {
|
|
19651
|
+
"name": "HorizontalScroll",
|
|
19652
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19568
19653
|
}
|
|
19569
19654
|
},
|
|
19570
19655
|
{
|
|
19571
19656
|
"kind": "field",
|
|
19572
|
-
"name": "
|
|
19657
|
+
"name": "previousFlipperContainer",
|
|
19573
19658
|
"type": {
|
|
19574
|
-
"text": "
|
|
19659
|
+
"text": "HTMLDivElement"
|
|
19660
|
+
},
|
|
19661
|
+
"privacy": "public",
|
|
19662
|
+
"description": "Reference to flipper to scroll to previous content",
|
|
19663
|
+
"inheritedFrom": {
|
|
19664
|
+
"name": "HorizontalScroll",
|
|
19665
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19575
19666
|
}
|
|
19576
19667
|
},
|
|
19577
19668
|
{
|
|
19578
19669
|
"kind": "field",
|
|
19579
|
-
"name": "
|
|
19670
|
+
"name": "nextFlipperContainer",
|
|
19580
19671
|
"type": {
|
|
19581
|
-
"text": "
|
|
19672
|
+
"text": "HTMLDivElement"
|
|
19673
|
+
},
|
|
19674
|
+
"privacy": "public",
|
|
19675
|
+
"description": "Reference to flipper to scroll to the next content",
|
|
19676
|
+
"inheritedFrom": {
|
|
19677
|
+
"name": "HorizontalScroll",
|
|
19678
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19582
19679
|
}
|
|
19583
19680
|
},
|
|
19584
19681
|
{
|
|
19585
19682
|
"kind": "field",
|
|
19586
|
-
"name": "
|
|
19683
|
+
"name": "speed",
|
|
19587
19684
|
"type": {
|
|
19588
19685
|
"text": "number"
|
|
19686
|
+
},
|
|
19687
|
+
"privacy": "public",
|
|
19688
|
+
"default": "600",
|
|
19689
|
+
"description": "Speed of scroll in pixels per second",
|
|
19690
|
+
"inheritedFrom": {
|
|
19691
|
+
"name": "HorizontalScroll",
|
|
19692
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19589
19693
|
}
|
|
19590
19694
|
},
|
|
19591
19695
|
{
|
|
19592
19696
|
"kind": "field",
|
|
19593
|
-
"name": "
|
|
19697
|
+
"name": "duration",
|
|
19594
19698
|
"type": {
|
|
19595
|
-
"text": "
|
|
19699
|
+
"text": "string"
|
|
19700
|
+
},
|
|
19701
|
+
"privacy": "public",
|
|
19702
|
+
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
19703
|
+
"inheritedFrom": {
|
|
19704
|
+
"name": "HorizontalScroll",
|
|
19705
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19596
19706
|
}
|
|
19597
19707
|
},
|
|
19598
19708
|
{
|
|
19599
19709
|
"kind": "field",
|
|
19600
|
-
"name": "
|
|
19710
|
+
"name": "easing",
|
|
19601
19711
|
"type": {
|
|
19602
|
-
"text": "
|
|
19712
|
+
"text": "ScrollEasing"
|
|
19713
|
+
},
|
|
19714
|
+
"privacy": "public",
|
|
19715
|
+
"default": "\"ease-in-out\"",
|
|
19716
|
+
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
19717
|
+
"inheritedFrom": {
|
|
19718
|
+
"name": "HorizontalScroll",
|
|
19719
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19603
19720
|
}
|
|
19604
19721
|
},
|
|
19605
19722
|
{
|
|
19606
19723
|
"kind": "field",
|
|
19607
|
-
"name": "
|
|
19724
|
+
"name": "flippersHiddenFromAT",
|
|
19608
19725
|
"type": {
|
|
19609
|
-
"text": "
|
|
19610
|
-
}
|
|
19611
|
-
|
|
19612
|
-
|
|
19613
|
-
"
|
|
19614
|
-
"
|
|
19615
|
-
|
|
19616
|
-
"
|
|
19726
|
+
"text": "boolean"
|
|
19727
|
+
},
|
|
19728
|
+
"privacy": "public",
|
|
19729
|
+
"default": "false",
|
|
19730
|
+
"description": "Attribute to hide flippers from assistive technology",
|
|
19731
|
+
"inheritedFrom": {
|
|
19732
|
+
"name": "HorizontalScroll",
|
|
19733
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19617
19734
|
}
|
|
19618
19735
|
},
|
|
19619
19736
|
{
|
|
19620
19737
|
"kind": "field",
|
|
19621
|
-
"name": "
|
|
19738
|
+
"name": "scrollItems",
|
|
19622
19739
|
"type": {
|
|
19623
|
-
"text": "
|
|
19740
|
+
"text": "HTMLElement[]"
|
|
19741
|
+
},
|
|
19742
|
+
"privacy": "public",
|
|
19743
|
+
"description": "The default slotted items placed in the scrolling container.",
|
|
19744
|
+
"inheritedFrom": {
|
|
19745
|
+
"name": "HorizontalScroll",
|
|
19746
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19624
19747
|
}
|
|
19625
19748
|
},
|
|
19626
19749
|
{
|
|
19627
19750
|
"kind": "field",
|
|
19628
|
-
"name": "
|
|
19751
|
+
"name": "view",
|
|
19629
19752
|
"type": {
|
|
19630
|
-
"text": "
|
|
19753
|
+
"text": "HorizontalScrollView"
|
|
19754
|
+
},
|
|
19755
|
+
"privacy": "public",
|
|
19756
|
+
"description": "View: default | mobile",
|
|
19757
|
+
"inheritedFrom": {
|
|
19758
|
+
"name": "HorizontalScroll",
|
|
19759
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19631
19760
|
}
|
|
19632
19761
|
},
|
|
19633
19762
|
{
|
|
19634
19763
|
"kind": "method",
|
|
19635
|
-
"name": "
|
|
19764
|
+
"name": "scrollItemsChanged",
|
|
19765
|
+
"privacy": "public",
|
|
19636
19766
|
"parameters": [
|
|
19637
19767
|
{
|
|
19638
|
-
"name": "
|
|
19768
|
+
"name": "previous",
|
|
19769
|
+
"type": {
|
|
19770
|
+
"text": "HTMLElement[]"
|
|
19771
|
+
},
|
|
19772
|
+
"description": "current scroll items"
|
|
19639
19773
|
},
|
|
19640
19774
|
{
|
|
19641
|
-
"name": "
|
|
19775
|
+
"name": "next",
|
|
19776
|
+
"type": {
|
|
19777
|
+
"text": "HTMLElement[]"
|
|
19778
|
+
},
|
|
19779
|
+
"description": "new updated scroll items"
|
|
19780
|
+
}
|
|
19781
|
+
],
|
|
19782
|
+
"description": "Updates scroll stops and flippers when scroll items change",
|
|
19783
|
+
"inheritedFrom": {
|
|
19784
|
+
"name": "HorizontalScroll",
|
|
19785
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19786
|
+
}
|
|
19787
|
+
},
|
|
19788
|
+
{
|
|
19789
|
+
"kind": "method",
|
|
19790
|
+
"name": "fixScrollMisalign",
|
|
19791
|
+
"privacy": "private",
|
|
19792
|
+
"parameters": [
|
|
19793
|
+
{
|
|
19794
|
+
"name": "stops",
|
|
19795
|
+
"type": {
|
|
19796
|
+
"text": "number[]"
|
|
19797
|
+
}
|
|
19798
|
+
}
|
|
19799
|
+
],
|
|
19800
|
+
"inheritedFrom": {
|
|
19801
|
+
"name": "HorizontalScroll",
|
|
19802
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19803
|
+
}
|
|
19804
|
+
},
|
|
19805
|
+
{
|
|
19806
|
+
"kind": "method",
|
|
19807
|
+
"name": "scrollInView",
|
|
19808
|
+
"privacy": "public",
|
|
19809
|
+
"return": {
|
|
19810
|
+
"type": {
|
|
19811
|
+
"text": "void"
|
|
19812
|
+
}
|
|
19813
|
+
},
|
|
19814
|
+
"parameters": [
|
|
19815
|
+
{
|
|
19816
|
+
"name": "item",
|
|
19817
|
+
"type": {
|
|
19818
|
+
"text": "HTMLElement | number"
|
|
19819
|
+
},
|
|
19820
|
+
"description": "An item index, a scroll item or a child of one of the scroll items"
|
|
19642
19821
|
},
|
|
19643
19822
|
{
|
|
19644
|
-
"name": "
|
|
19823
|
+
"name": "padding",
|
|
19824
|
+
"default": "0",
|
|
19825
|
+
"type": {
|
|
19826
|
+
"text": "number"
|
|
19827
|
+
},
|
|
19828
|
+
"description": "Padding of the viewport where the active item shouldn't be"
|
|
19645
19829
|
},
|
|
19646
19830
|
{
|
|
19647
|
-
"name": "
|
|
19831
|
+
"name": "rightPadding",
|
|
19832
|
+
"optional": true,
|
|
19833
|
+
"type": {
|
|
19834
|
+
"text": "number"
|
|
19835
|
+
},
|
|
19836
|
+
"description": "Optional right padding. Uses the padding if not defined"
|
|
19648
19837
|
}
|
|
19649
|
-
]
|
|
19838
|
+
],
|
|
19839
|
+
"description": "Function that can scroll an item into view.",
|
|
19840
|
+
"inheritedFrom": {
|
|
19841
|
+
"name": "HorizontalScroll",
|
|
19842
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19843
|
+
}
|
|
19844
|
+
},
|
|
19845
|
+
{
|
|
19846
|
+
"kind": "method",
|
|
19847
|
+
"name": "keyupHandler",
|
|
19848
|
+
"privacy": "public",
|
|
19849
|
+
"parameters": [
|
|
19850
|
+
{
|
|
19851
|
+
"name": "e",
|
|
19852
|
+
"type": {
|
|
19853
|
+
"text": "Event & KeyboardEvent"
|
|
19854
|
+
},
|
|
19855
|
+
"description": "Keyboard event"
|
|
19856
|
+
}
|
|
19857
|
+
],
|
|
19858
|
+
"description": "Lets the user arrow left and right through the horizontal scroll",
|
|
19859
|
+
"inheritedFrom": {
|
|
19860
|
+
"name": "HorizontalScroll",
|
|
19861
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19862
|
+
}
|
|
19863
|
+
},
|
|
19864
|
+
{
|
|
19865
|
+
"kind": "method",
|
|
19866
|
+
"name": "scrollToPrevious",
|
|
19867
|
+
"privacy": "public",
|
|
19868
|
+
"return": {
|
|
19869
|
+
"type": {
|
|
19870
|
+
"text": "void"
|
|
19871
|
+
}
|
|
19872
|
+
},
|
|
19873
|
+
"description": "Scrolls items to the left",
|
|
19874
|
+
"inheritedFrom": {
|
|
19875
|
+
"name": "HorizontalScroll",
|
|
19876
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19877
|
+
}
|
|
19878
|
+
},
|
|
19879
|
+
{
|
|
19880
|
+
"kind": "method",
|
|
19881
|
+
"name": "scrollToNext",
|
|
19882
|
+
"privacy": "public",
|
|
19883
|
+
"return": {
|
|
19884
|
+
"type": {
|
|
19885
|
+
"text": "void"
|
|
19886
|
+
}
|
|
19887
|
+
},
|
|
19888
|
+
"description": "Scrolls items to the right",
|
|
19889
|
+
"inheritedFrom": {
|
|
19890
|
+
"name": "HorizontalScroll",
|
|
19891
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19892
|
+
}
|
|
19893
|
+
},
|
|
19894
|
+
{
|
|
19895
|
+
"kind": "method",
|
|
19896
|
+
"name": "scrollToPosition",
|
|
19897
|
+
"privacy": "public",
|
|
19898
|
+
"return": {
|
|
19899
|
+
"type": {
|
|
19900
|
+
"text": "void"
|
|
19901
|
+
}
|
|
19902
|
+
},
|
|
19903
|
+
"parameters": [
|
|
19904
|
+
{
|
|
19905
|
+
"name": "newPosition",
|
|
19906
|
+
"type": {
|
|
19907
|
+
"text": "number"
|
|
19908
|
+
},
|
|
19909
|
+
"description": "position to scroll to"
|
|
19910
|
+
},
|
|
19911
|
+
{
|
|
19912
|
+
"name": "position",
|
|
19913
|
+
"default": "this.scrollContainer.scrollLeft",
|
|
19914
|
+
"type": {
|
|
19915
|
+
"text": "number"
|
|
19916
|
+
},
|
|
19917
|
+
"description": "starting position"
|
|
19918
|
+
}
|
|
19919
|
+
],
|
|
19920
|
+
"description": "Handles scrolling with easing",
|
|
19921
|
+
"inheritedFrom": {
|
|
19922
|
+
"name": "HorizontalScroll",
|
|
19923
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19924
|
+
}
|
|
19925
|
+
},
|
|
19926
|
+
{
|
|
19927
|
+
"kind": "method",
|
|
19928
|
+
"name": "resized",
|
|
19929
|
+
"privacy": "public",
|
|
19930
|
+
"return": {
|
|
19931
|
+
"type": {
|
|
19932
|
+
"text": "void"
|
|
19933
|
+
}
|
|
19934
|
+
},
|
|
19935
|
+
"description": "Monitors resize event on the horizontal-scroll element",
|
|
19936
|
+
"inheritedFrom": {
|
|
19937
|
+
"name": "HorizontalScroll",
|
|
19938
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19939
|
+
}
|
|
19940
|
+
},
|
|
19941
|
+
{
|
|
19942
|
+
"kind": "method",
|
|
19943
|
+
"name": "scrolled",
|
|
19944
|
+
"privacy": "public",
|
|
19945
|
+
"return": {
|
|
19946
|
+
"type": {
|
|
19947
|
+
"text": "void"
|
|
19948
|
+
}
|
|
19949
|
+
},
|
|
19950
|
+
"description": "Monitors scrolled event on the content container",
|
|
19951
|
+
"inheritedFrom": {
|
|
19952
|
+
"name": "HorizontalScroll",
|
|
19953
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19954
|
+
}
|
|
19650
19955
|
},
|
|
19651
19956
|
{
|
|
19652
19957
|
"kind": "field",
|
|
@@ -19760,172 +20065,86 @@
|
|
|
19760
20065
|
}
|
|
19761
20066
|
}
|
|
19762
20067
|
],
|
|
19763
|
-
"
|
|
19764
|
-
{
|
|
19765
|
-
"name": "col-number",
|
|
19766
|
-
"type": {
|
|
19767
|
-
"text": "number"
|
|
19768
|
-
},
|
|
19769
|
-
"fieldName": "colNumber"
|
|
19770
|
-
},
|
|
19771
|
-
{
|
|
19772
|
-
"name": "col-sm-number",
|
|
19773
|
-
"type": {
|
|
19774
|
-
"text": "number"
|
|
19775
|
-
},
|
|
19776
|
-
"fieldName": "colSmNumber"
|
|
19777
|
-
},
|
|
19778
|
-
{
|
|
19779
|
-
"name": "col-md-number",
|
|
19780
|
-
"type": {
|
|
19781
|
-
"text": "number"
|
|
19782
|
-
},
|
|
19783
|
-
"fieldName": "colMdNumber"
|
|
19784
|
-
},
|
|
20068
|
+
"events": [
|
|
19785
20069
|
{
|
|
19786
|
-
"
|
|
19787
|
-
"
|
|
19788
|
-
|
|
19789
|
-
|
|
19790
|
-
|
|
20070
|
+
"description": "Fires a custom 'scrollstart' event when scrolling",
|
|
20071
|
+
"name": "scrollstart",
|
|
20072
|
+
"inheritedFrom": {
|
|
20073
|
+
"name": "HorizontalScroll",
|
|
20074
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20075
|
+
}
|
|
19791
20076
|
},
|
|
19792
20077
|
{
|
|
19793
|
-
"
|
|
19794
|
-
"
|
|
19795
|
-
|
|
19796
|
-
|
|
19797
|
-
|
|
19798
|
-
|
|
19799
|
-
{
|
|
19800
|
-
"name": "row-sm-number",
|
|
19801
|
-
"type": {
|
|
19802
|
-
"text": "number"
|
|
19803
|
-
},
|
|
19804
|
-
"fieldName": "rowSmNumber"
|
|
19805
|
-
},
|
|
19806
|
-
{
|
|
19807
|
-
"name": "row-md-number",
|
|
19808
|
-
"type": {
|
|
19809
|
-
"text": "number"
|
|
19810
|
-
},
|
|
19811
|
-
"fieldName": "rowMdNumber"
|
|
19812
|
-
},
|
|
19813
|
-
{
|
|
19814
|
-
"name": "row-lg-number",
|
|
19815
|
-
"type": {
|
|
19816
|
-
"text": "number"
|
|
19817
|
-
},
|
|
19818
|
-
"fieldName": "rowLgNumber"
|
|
19819
|
-
},
|
|
19820
|
-
{
|
|
19821
|
-
"name": "width",
|
|
19822
|
-
"type": {
|
|
19823
|
-
"text": "number"
|
|
19824
|
-
},
|
|
19825
|
-
"fieldName": "width"
|
|
19826
|
-
},
|
|
19827
|
-
{
|
|
19828
|
-
"name": "width-sm",
|
|
19829
|
-
"type": {
|
|
19830
|
-
"text": "number"
|
|
19831
|
-
},
|
|
19832
|
-
"fieldName": "widthSm"
|
|
19833
|
-
},
|
|
19834
|
-
{
|
|
19835
|
-
"name": "width-md",
|
|
19836
|
-
"type": {
|
|
19837
|
-
"text": "number"
|
|
19838
|
-
},
|
|
19839
|
-
"fieldName": "widthMd"
|
|
19840
|
-
},
|
|
19841
|
-
{
|
|
19842
|
-
"name": "width-lg",
|
|
19843
|
-
"type": {
|
|
19844
|
-
"text": "number"
|
|
19845
|
-
},
|
|
19846
|
-
"fieldName": "widthLg"
|
|
19847
|
-
},
|
|
19848
|
-
{
|
|
19849
|
-
"name": "height",
|
|
19850
|
-
"type": {
|
|
19851
|
-
"text": "number"
|
|
19852
|
-
},
|
|
19853
|
-
"fieldName": "height"
|
|
19854
|
-
},
|
|
19855
|
-
{
|
|
19856
|
-
"name": "height-sm",
|
|
19857
|
-
"type": {
|
|
19858
|
-
"text": "number"
|
|
19859
|
-
},
|
|
19860
|
-
"fieldName": "heightSm"
|
|
19861
|
-
},
|
|
19862
|
-
{
|
|
19863
|
-
"name": "height-md",
|
|
19864
|
-
"type": {
|
|
19865
|
-
"text": "number"
|
|
19866
|
-
},
|
|
19867
|
-
"fieldName": "heightMd"
|
|
19868
|
-
},
|
|
19869
|
-
{
|
|
19870
|
-
"name": "height-lg",
|
|
19871
|
-
"type": {
|
|
19872
|
-
"text": "number"
|
|
19873
|
-
},
|
|
19874
|
-
"fieldName": "heightLg"
|
|
20078
|
+
"description": "Fires a custom 'scrollend' event when scrolling stops",
|
|
20079
|
+
"name": "scrollend",
|
|
20080
|
+
"inheritedFrom": {
|
|
20081
|
+
"name": "HorizontalScroll",
|
|
20082
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20083
|
+
}
|
|
19875
20084
|
}
|
|
19876
|
-
]
|
|
19877
|
-
|
|
19878
|
-
|
|
19879
|
-
|
|
20085
|
+
]
|
|
20086
|
+
},
|
|
20087
|
+
{
|
|
20088
|
+
"kind": "variable",
|
|
20089
|
+
"name": "foundationHorizontalScrollShadowOptions",
|
|
20090
|
+
"type": {
|
|
20091
|
+
"text": "ShadowRootInit"
|
|
19880
20092
|
},
|
|
19881
|
-
"
|
|
19882
|
-
"customElement": true
|
|
20093
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
19883
20094
|
},
|
|
19884
20095
|
{
|
|
19885
20096
|
"kind": "variable",
|
|
19886
|
-
"name": "
|
|
19887
|
-
"
|
|
20097
|
+
"name": "defaultHorizontalScrollConfig",
|
|
20098
|
+
"type": {
|
|
20099
|
+
"text": "object"
|
|
20100
|
+
},
|
|
20101
|
+
"default": "{\n nextFlipper: html`\n <foundation-flipper\n @click=\"${(x) => x.scrollToNext()}\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></foundation-flipper>\n `,\n previousFlipper: html`\n <foundation-flipper\n @click=\"${(x) => x.scrollToPrevious()}\"\n direction=\"previous\"\n aria-hidden=\"${(x) => x.flippersHiddenFromAT}\"\n ></foundation-flipper>\n `,\n}"
|
|
20102
|
+
},
|
|
20103
|
+
{
|
|
20104
|
+
"kind": "variable",
|
|
20105
|
+
"name": "foundationHorizontalScroll",
|
|
20106
|
+
"description": "The Foundation HorizontalScroll",
|
|
19888
20107
|
"privacy": "public"
|
|
19889
20108
|
}
|
|
19890
20109
|
],
|
|
19891
20110
|
"exports": [
|
|
19892
20111
|
{
|
|
19893
20112
|
"kind": "js",
|
|
19894
|
-
"name": "
|
|
20113
|
+
"name": "HorizontalScroll",
|
|
19895
20114
|
"declaration": {
|
|
19896
|
-
"name": "
|
|
19897
|
-
"module": "src/
|
|
20115
|
+
"name": "HorizontalScroll",
|
|
20116
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19898
20117
|
}
|
|
19899
20118
|
},
|
|
19900
20119
|
{
|
|
19901
20120
|
"kind": "js",
|
|
19902
|
-
"name": "
|
|
20121
|
+
"name": "foundationHorizontalScrollShadowOptions",
|
|
19903
20122
|
"declaration": {
|
|
19904
|
-
"name": "
|
|
19905
|
-
"module": "src/
|
|
20123
|
+
"name": "foundationHorizontalScrollShadowOptions",
|
|
20124
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19906
20125
|
}
|
|
19907
20126
|
},
|
|
19908
20127
|
{
|
|
19909
20128
|
"kind": "js",
|
|
19910
|
-
"name": "
|
|
20129
|
+
"name": "defaultHorizontalScrollConfig",
|
|
19911
20130
|
"declaration": {
|
|
19912
|
-
"name": "
|
|
19913
|
-
"module": "src/
|
|
20131
|
+
"name": "defaultHorizontalScrollConfig",
|
|
20132
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19914
20133
|
}
|
|
19915
20134
|
},
|
|
19916
20135
|
{
|
|
19917
20136
|
"kind": "js",
|
|
19918
|
-
"name": "
|
|
20137
|
+
"name": "foundationHorizontalScroll",
|
|
19919
20138
|
"declaration": {
|
|
19920
|
-
"name": "
|
|
19921
|
-
"module": "src/
|
|
20139
|
+
"name": "foundationHorizontalScroll",
|
|
20140
|
+
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
19922
20141
|
}
|
|
19923
20142
|
}
|
|
19924
20143
|
]
|
|
19925
20144
|
},
|
|
19926
20145
|
{
|
|
19927
20146
|
"kind": "javascript-module",
|
|
19928
|
-
"path": "src/
|
|
20147
|
+
"path": "src/horizontal-scroll/index.ts",
|
|
19929
20148
|
"declarations": [],
|
|
19930
20149
|
"exports": [
|
|
19931
20150
|
{
|
|
@@ -19933,7 +20152,7 @@
|
|
|
19933
20152
|
"name": "*",
|
|
19934
20153
|
"declaration": {
|
|
19935
20154
|
"name": "*",
|
|
19936
|
-
"package": "./
|
|
20155
|
+
"package": "./horizontal-scroll.template"
|
|
19937
20156
|
}
|
|
19938
20157
|
},
|
|
19939
20158
|
{
|
|
@@ -19941,18 +20160,26 @@
|
|
|
19941
20160
|
"name": "*",
|
|
19942
20161
|
"declaration": {
|
|
19943
20162
|
"name": "*",
|
|
19944
|
-
"package": "./
|
|
20163
|
+
"package": "./horizontal-scroll.styles"
|
|
20164
|
+
}
|
|
20165
|
+
},
|
|
20166
|
+
{
|
|
20167
|
+
"kind": "js",
|
|
20168
|
+
"name": "*",
|
|
20169
|
+
"declaration": {
|
|
20170
|
+
"name": "*",
|
|
20171
|
+
"package": "./horizontal-scroll"
|
|
19945
20172
|
}
|
|
19946
20173
|
}
|
|
19947
20174
|
]
|
|
19948
20175
|
},
|
|
19949
20176
|
{
|
|
19950
20177
|
"kind": "javascript-module",
|
|
19951
|
-
"path": "src/
|
|
20178
|
+
"path": "src/icon/icon.styles.ts",
|
|
19952
20179
|
"declarations": [
|
|
19953
20180
|
{
|
|
19954
20181
|
"kind": "function",
|
|
19955
|
-
"name": "
|
|
20182
|
+
"name": "foundationIconStyles",
|
|
19956
20183
|
"return": {
|
|
19957
20184
|
"type": {
|
|
19958
20185
|
"text": "ElementStyles"
|
|
@@ -19977,458 +20204,167 @@
|
|
|
19977
20204
|
"exports": [
|
|
19978
20205
|
{
|
|
19979
20206
|
"kind": "js",
|
|
19980
|
-
"name": "
|
|
20207
|
+
"name": "foundationIconStyles",
|
|
19981
20208
|
"declaration": {
|
|
19982
|
-
"name": "
|
|
19983
|
-
"module": "src/
|
|
20209
|
+
"name": "foundationIconStyles",
|
|
20210
|
+
"module": "src/icon/icon.styles.ts"
|
|
19984
20211
|
}
|
|
19985
20212
|
}
|
|
19986
20213
|
]
|
|
19987
20214
|
},
|
|
19988
20215
|
{
|
|
19989
20216
|
"kind": "javascript-module",
|
|
19990
|
-
"path": "src/
|
|
20217
|
+
"path": "src/icon/icon.template.ts",
|
|
19991
20218
|
"declarations": [
|
|
19992
20219
|
{
|
|
19993
|
-
"kind": "
|
|
19994
|
-
"name": "
|
|
19995
|
-
"
|
|
19996
|
-
"
|
|
19997
|
-
"text": "ViewTemplate<HorizontalScroll>"
|
|
19998
|
-
}
|
|
20220
|
+
"kind": "variable",
|
|
20221
|
+
"name": "foundationIconTemplate",
|
|
20222
|
+
"type": {
|
|
20223
|
+
"text": "ViewTemplate"
|
|
19999
20224
|
},
|
|
20000
|
-
"
|
|
20001
|
-
{
|
|
20002
|
-
"name": "context",
|
|
20003
|
-
"type": {
|
|
20004
|
-
"text": "ElementDefinitionContext"
|
|
20005
|
-
}
|
|
20006
|
-
},
|
|
20007
|
-
{
|
|
20008
|
-
"name": "definition",
|
|
20009
|
-
"type": {
|
|
20010
|
-
"text": "FoundationElementDefinition"
|
|
20011
|
-
}
|
|
20012
|
-
}
|
|
20013
|
-
]
|
|
20225
|
+
"default": "html<Icon>`\n <template>\n <i\n ${ref('iElement')}\n class=${(x) => `fa-${x.name} fa-${x.size} fa-${x.variant}`}\n part=${(x) => `icon-${x.name}-${x.size}-${x.variant}`}\n >\n <slot></slot>\n </i>\n </template>\n`"
|
|
20014
20226
|
}
|
|
20015
20227
|
],
|
|
20016
20228
|
"exports": [
|
|
20017
20229
|
{
|
|
20018
20230
|
"kind": "js",
|
|
20019
|
-
"name": "
|
|
20231
|
+
"name": "foundationIconTemplate",
|
|
20020
20232
|
"declaration": {
|
|
20021
|
-
"name": "
|
|
20022
|
-
"module": "src/
|
|
20233
|
+
"name": "foundationIconTemplate",
|
|
20234
|
+
"module": "src/icon/icon.template.ts"
|
|
20023
20235
|
}
|
|
20024
20236
|
}
|
|
20025
20237
|
]
|
|
20026
20238
|
},
|
|
20027
20239
|
{
|
|
20028
20240
|
"kind": "javascript-module",
|
|
20029
|
-
"path": "src/
|
|
20241
|
+
"path": "src/icon/icon.ts",
|
|
20030
20242
|
"declarations": [
|
|
20031
20243
|
{
|
|
20032
|
-
"kind": "
|
|
20033
|
-
"
|
|
20034
|
-
"
|
|
20035
|
-
|
|
20036
|
-
"name": "FASTHorizontalScroll",
|
|
20037
|
-
"package": "@microsoft/fast-components"
|
|
20244
|
+
"kind": "variable",
|
|
20245
|
+
"name": "foundationIconShadowOptions",
|
|
20246
|
+
"type": {
|
|
20247
|
+
"text": "ShadowRootInit"
|
|
20038
20248
|
},
|
|
20039
|
-
"
|
|
20040
|
-
|
|
20041
|
-
|
|
20042
|
-
|
|
20043
|
-
|
|
20044
|
-
|
|
20045
|
-
|
|
20046
|
-
|
|
20047
|
-
|
|
20048
|
-
|
|
20049
|
-
|
|
20050
|
-
|
|
20051
|
-
|
|
20052
|
-
|
|
20053
|
-
|
|
20054
|
-
|
|
20055
|
-
|
|
20056
|
-
|
|
20057
|
-
|
|
20058
|
-
|
|
20059
|
-
|
|
20060
|
-
|
|
20061
|
-
|
|
20062
|
-
|
|
20063
|
-
|
|
20064
|
-
|
|
20065
|
-
|
|
20066
|
-
|
|
20067
|
-
|
|
20068
|
-
|
|
20069
|
-
|
|
20070
|
-
},
|
|
20071
|
-
"default": "\"ease-in-out\"",
|
|
20072
|
-
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
20073
|
-
"fieldName": "easing",
|
|
20074
|
-
"inheritedFrom": {
|
|
20075
|
-
"name": "HorizontalScroll",
|
|
20076
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20077
|
-
}
|
|
20078
|
-
},
|
|
20079
|
-
{
|
|
20080
|
-
"name": "flippers-hidden-from-at",
|
|
20081
|
-
"type": {
|
|
20082
|
-
"text": "boolean"
|
|
20083
|
-
},
|
|
20084
|
-
"default": "false",
|
|
20085
|
-
"description": "Attribute to hide flippers from assistive technology",
|
|
20086
|
-
"fieldName": "flippersHiddenFromAT",
|
|
20087
|
-
"inheritedFrom": {
|
|
20088
|
-
"name": "HorizontalScroll",
|
|
20089
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20090
|
-
}
|
|
20091
|
-
},
|
|
20092
|
-
{
|
|
20093
|
-
"name": "view",
|
|
20094
|
-
"type": {
|
|
20095
|
-
"text": "HorizontalScrollView"
|
|
20096
|
-
},
|
|
20097
|
-
"description": "View: default | mobile",
|
|
20098
|
-
"fieldName": "view",
|
|
20099
|
-
"inheritedFrom": {
|
|
20100
|
-
"name": "HorizontalScroll",
|
|
20101
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20102
|
-
}
|
|
20103
|
-
}
|
|
20104
|
-
],
|
|
20105
|
-
"members": [
|
|
20106
|
-
{
|
|
20107
|
-
"kind": "field",
|
|
20108
|
-
"name": "scrollContainer",
|
|
20109
|
-
"type": {
|
|
20110
|
-
"text": "HTMLDivElement"
|
|
20111
|
-
},
|
|
20112
|
-
"privacy": "public",
|
|
20113
|
-
"description": "Reference to DOM element that scrolls the content",
|
|
20114
|
-
"inheritedFrom": {
|
|
20115
|
-
"name": "HorizontalScroll",
|
|
20116
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20117
|
-
}
|
|
20118
|
-
},
|
|
20119
|
-
{
|
|
20120
|
-
"kind": "field",
|
|
20121
|
-
"name": "content",
|
|
20122
|
-
"type": {
|
|
20123
|
-
"text": "HTMLDivElement"
|
|
20124
|
-
},
|
|
20125
|
-
"privacy": "public",
|
|
20126
|
-
"description": "Reference to DOM element that holds the slotted content",
|
|
20127
|
-
"inheritedFrom": {
|
|
20128
|
-
"name": "HorizontalScroll",
|
|
20129
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20130
|
-
}
|
|
20131
|
-
},
|
|
20132
|
-
{
|
|
20133
|
-
"kind": "field",
|
|
20134
|
-
"name": "previousFlipperContainer",
|
|
20135
|
-
"type": {
|
|
20136
|
-
"text": "HTMLDivElement"
|
|
20137
|
-
},
|
|
20138
|
-
"privacy": "public",
|
|
20139
|
-
"description": "Reference to flipper to scroll to previous content",
|
|
20140
|
-
"inheritedFrom": {
|
|
20141
|
-
"name": "HorizontalScroll",
|
|
20142
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20143
|
-
}
|
|
20144
|
-
},
|
|
20145
|
-
{
|
|
20146
|
-
"kind": "field",
|
|
20147
|
-
"name": "nextFlipperContainer",
|
|
20148
|
-
"type": {
|
|
20149
|
-
"text": "HTMLDivElement"
|
|
20150
|
-
},
|
|
20151
|
-
"privacy": "public",
|
|
20152
|
-
"description": "Reference to flipper to scroll to the next content",
|
|
20153
|
-
"inheritedFrom": {
|
|
20154
|
-
"name": "HorizontalScroll",
|
|
20155
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20156
|
-
}
|
|
20157
|
-
},
|
|
20158
|
-
{
|
|
20159
|
-
"kind": "field",
|
|
20160
|
-
"name": "speed",
|
|
20161
|
-
"type": {
|
|
20162
|
-
"text": "number"
|
|
20163
|
-
},
|
|
20164
|
-
"privacy": "public",
|
|
20165
|
-
"default": "600",
|
|
20166
|
-
"description": "Speed of scroll in pixels per second",
|
|
20167
|
-
"inheritedFrom": {
|
|
20168
|
-
"name": "HorizontalScroll",
|
|
20169
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20170
|
-
}
|
|
20171
|
-
},
|
|
20172
|
-
{
|
|
20173
|
-
"kind": "field",
|
|
20174
|
-
"name": "duration",
|
|
20175
|
-
"type": {
|
|
20176
|
-
"text": "string"
|
|
20177
|
-
},
|
|
20178
|
-
"privacy": "public",
|
|
20179
|
-
"description": "The CSS time value for the scroll transition duration. Overrides the `speed` attribute.",
|
|
20180
|
-
"inheritedFrom": {
|
|
20181
|
-
"name": "HorizontalScroll",
|
|
20182
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20183
|
-
}
|
|
20184
|
-
},
|
|
20185
|
-
{
|
|
20186
|
-
"kind": "field",
|
|
20187
|
-
"name": "easing",
|
|
20188
|
-
"type": {
|
|
20189
|
-
"text": "ScrollEasing"
|
|
20190
|
-
},
|
|
20191
|
-
"privacy": "public",
|
|
20192
|
-
"default": "\"ease-in-out\"",
|
|
20193
|
-
"description": "Attribute used for easing, defaults to ease-in-out",
|
|
20194
|
-
"inheritedFrom": {
|
|
20195
|
-
"name": "HorizontalScroll",
|
|
20196
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20197
|
-
}
|
|
20198
|
-
},
|
|
20199
|
-
{
|
|
20200
|
-
"kind": "field",
|
|
20201
|
-
"name": "flippersHiddenFromAT",
|
|
20202
|
-
"type": {
|
|
20203
|
-
"text": "boolean"
|
|
20204
|
-
},
|
|
20205
|
-
"privacy": "public",
|
|
20206
|
-
"default": "false",
|
|
20207
|
-
"description": "Attribute to hide flippers from assistive technology",
|
|
20208
|
-
"inheritedFrom": {
|
|
20209
|
-
"name": "HorizontalScroll",
|
|
20210
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20211
|
-
}
|
|
20212
|
-
},
|
|
20249
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
20250
|
+
},
|
|
20251
|
+
{
|
|
20252
|
+
"kind": "variable",
|
|
20253
|
+
"name": "defaultIconConfig",
|
|
20254
|
+
"type": {
|
|
20255
|
+
"text": "object"
|
|
20256
|
+
},
|
|
20257
|
+
"default": "{}"
|
|
20258
|
+
},
|
|
20259
|
+
{
|
|
20260
|
+
"kind": "variable",
|
|
20261
|
+
"name": "faSizeValueDefault",
|
|
20262
|
+
"type": {
|
|
20263
|
+
"text": "'1x'"
|
|
20264
|
+
},
|
|
20265
|
+
"default": "'1x'"
|
|
20266
|
+
},
|
|
20267
|
+
{
|
|
20268
|
+
"kind": "variable",
|
|
20269
|
+
"name": "faSizeValues",
|
|
20270
|
+
"type": {
|
|
20271
|
+
"text": "[\n '2xs',\n 'xs',\n 'sm',\n 'lg',\n 'xl',\n '2xl',\n faSizeValueDefault,\n '2x',\n '3x',\n '4x',\n '5x',\n '6x',\n '7x',\n '8x',\n '9x',\n '10x',\n 'stack-1x',\n 'stack-2x',\n]"
|
|
20272
|
+
},
|
|
20273
|
+
"default": "[\n '2xs',\n 'xs',\n 'sm',\n 'lg',\n 'xl',\n '2xl',\n faSizeValueDefault,\n '2x',\n '3x',\n '4x',\n '5x',\n '6x',\n '7x',\n '8x',\n '9x',\n '10x',\n 'stack-1x',\n 'stack-2x',\n]"
|
|
20274
|
+
},
|
|
20275
|
+
{
|
|
20276
|
+
"kind": "class",
|
|
20277
|
+
"description": "",
|
|
20278
|
+
"name": "Icon",
|
|
20279
|
+
"members": [
|
|
20213
20280
|
{
|
|
20214
20281
|
"kind": "field",
|
|
20215
|
-
"name": "
|
|
20282
|
+
"name": "iElement",
|
|
20216
20283
|
"type": {
|
|
20217
|
-
"text": "HTMLElement
|
|
20218
|
-
},
|
|
20219
|
-
"privacy": "public",
|
|
20220
|
-
"description": "The default slotted items placed in the scrolling container.",
|
|
20221
|
-
"inheritedFrom": {
|
|
20222
|
-
"name": "HorizontalScroll",
|
|
20223
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20284
|
+
"text": "HTMLElement"
|
|
20224
20285
|
}
|
|
20225
20286
|
},
|
|
20226
20287
|
{
|
|
20227
20288
|
"kind": "field",
|
|
20228
|
-
"name": "
|
|
20289
|
+
"name": "name",
|
|
20229
20290
|
"type": {
|
|
20230
|
-
"text": "
|
|
20231
|
-
},
|
|
20232
|
-
"privacy": "public",
|
|
20233
|
-
"description": "View: default | mobile",
|
|
20234
|
-
"inheritedFrom": {
|
|
20235
|
-
"name": "HorizontalScroll",
|
|
20236
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20291
|
+
"text": "IconName"
|
|
20237
20292
|
}
|
|
20238
20293
|
},
|
|
20239
20294
|
{
|
|
20240
20295
|
"kind": "method",
|
|
20241
|
-
"name": "
|
|
20242
|
-
"privacy": "public",
|
|
20296
|
+
"name": "nameChanged",
|
|
20243
20297
|
"parameters": [
|
|
20244
20298
|
{
|
|
20245
|
-
"name": "
|
|
20299
|
+
"name": "oldValue",
|
|
20246
20300
|
"type": {
|
|
20247
|
-
"text": "
|
|
20248
|
-
}
|
|
20249
|
-
"description": "current scroll items"
|
|
20301
|
+
"text": "string"
|
|
20302
|
+
}
|
|
20250
20303
|
},
|
|
20251
20304
|
{
|
|
20252
|
-
"name": "
|
|
20305
|
+
"name": "newValue",
|
|
20253
20306
|
"type": {
|
|
20254
|
-
"text": "
|
|
20255
|
-
}
|
|
20256
|
-
"description": "new updated scroll items"
|
|
20307
|
+
"text": "string"
|
|
20308
|
+
}
|
|
20257
20309
|
}
|
|
20258
|
-
]
|
|
20259
|
-
"description": "Updates scroll stops and flippers when scroll items change",
|
|
20260
|
-
"inheritedFrom": {
|
|
20261
|
-
"name": "HorizontalScroll",
|
|
20262
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20263
|
-
}
|
|
20310
|
+
]
|
|
20264
20311
|
},
|
|
20265
20312
|
{
|
|
20266
|
-
"kind": "
|
|
20267
|
-
"name": "
|
|
20268
|
-
"
|
|
20269
|
-
|
|
20270
|
-
|
|
20271
|
-
|
|
20272
|
-
"type": {
|
|
20273
|
-
"text": "number[]"
|
|
20274
|
-
}
|
|
20275
|
-
}
|
|
20276
|
-
],
|
|
20277
|
-
"inheritedFrom": {
|
|
20278
|
-
"name": "HorizontalScroll",
|
|
20279
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20280
|
-
}
|
|
20313
|
+
"kind": "field",
|
|
20314
|
+
"name": "size",
|
|
20315
|
+
"type": {
|
|
20316
|
+
"text": "FaSize"
|
|
20317
|
+
},
|
|
20318
|
+
"default": "'sm'"
|
|
20281
20319
|
},
|
|
20282
20320
|
{
|
|
20283
20321
|
"kind": "method",
|
|
20284
|
-
"name": "
|
|
20285
|
-
"privacy": "public",
|
|
20286
|
-
"return": {
|
|
20287
|
-
"type": {
|
|
20288
|
-
"text": "void"
|
|
20289
|
-
}
|
|
20290
|
-
},
|
|
20322
|
+
"name": "sizeChanged",
|
|
20291
20323
|
"parameters": [
|
|
20292
20324
|
{
|
|
20293
|
-
"name": "
|
|
20294
|
-
"type": {
|
|
20295
|
-
"text": "HTMLElement | number"
|
|
20296
|
-
},
|
|
20297
|
-
"description": "An item index, a scroll item or a child of one of the scroll items"
|
|
20298
|
-
},
|
|
20299
|
-
{
|
|
20300
|
-
"name": "padding",
|
|
20301
|
-
"default": "0",
|
|
20325
|
+
"name": "oldValue",
|
|
20302
20326
|
"type": {
|
|
20303
|
-
"text": "
|
|
20304
|
-
}
|
|
20305
|
-
"description": "Padding of the viewport where the active item shouldn't be"
|
|
20327
|
+
"text": "string"
|
|
20328
|
+
}
|
|
20306
20329
|
},
|
|
20307
20330
|
{
|
|
20308
|
-
"name": "
|
|
20309
|
-
"optional": true,
|
|
20310
|
-
"type": {
|
|
20311
|
-
"text": "number"
|
|
20312
|
-
},
|
|
20313
|
-
"description": "Optional right padding. Uses the padding if not defined"
|
|
20314
|
-
}
|
|
20315
|
-
],
|
|
20316
|
-
"description": "Function that can scroll an item into view.",
|
|
20317
|
-
"inheritedFrom": {
|
|
20318
|
-
"name": "HorizontalScroll",
|
|
20319
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20320
|
-
}
|
|
20321
|
-
},
|
|
20322
|
-
{
|
|
20323
|
-
"kind": "method",
|
|
20324
|
-
"name": "keyupHandler",
|
|
20325
|
-
"privacy": "public",
|
|
20326
|
-
"parameters": [
|
|
20327
|
-
{
|
|
20328
|
-
"name": "e",
|
|
20331
|
+
"name": "newValue",
|
|
20329
20332
|
"type": {
|
|
20330
|
-
"text": "
|
|
20331
|
-
}
|
|
20332
|
-
"description": "Keyboard event"
|
|
20333
|
-
}
|
|
20334
|
-
],
|
|
20335
|
-
"description": "Lets the user arrow left and right through the horizontal scroll",
|
|
20336
|
-
"inheritedFrom": {
|
|
20337
|
-
"name": "HorizontalScroll",
|
|
20338
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20339
|
-
}
|
|
20340
|
-
},
|
|
20341
|
-
{
|
|
20342
|
-
"kind": "method",
|
|
20343
|
-
"name": "scrollToPrevious",
|
|
20344
|
-
"privacy": "public",
|
|
20345
|
-
"return": {
|
|
20346
|
-
"type": {
|
|
20347
|
-
"text": "void"
|
|
20333
|
+
"text": "string"
|
|
20334
|
+
}
|
|
20348
20335
|
}
|
|
20349
|
-
|
|
20350
|
-
"description": "Scrolls items to the left",
|
|
20351
|
-
"inheritedFrom": {
|
|
20352
|
-
"name": "HorizontalScroll",
|
|
20353
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20354
|
-
}
|
|
20336
|
+
]
|
|
20355
20337
|
},
|
|
20356
20338
|
{
|
|
20357
|
-
"kind": "
|
|
20358
|
-
"name": "
|
|
20359
|
-
"
|
|
20360
|
-
|
|
20361
|
-
"type": {
|
|
20362
|
-
"text": "void"
|
|
20363
|
-
}
|
|
20339
|
+
"kind": "field",
|
|
20340
|
+
"name": "variant",
|
|
20341
|
+
"type": {
|
|
20342
|
+
"text": "IconStyle"
|
|
20364
20343
|
},
|
|
20365
|
-
"
|
|
20366
|
-
"inheritedFrom": {
|
|
20367
|
-
"name": "HorizontalScroll",
|
|
20368
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20369
|
-
}
|
|
20344
|
+
"default": "'solid'"
|
|
20370
20345
|
},
|
|
20371
20346
|
{
|
|
20372
20347
|
"kind": "method",
|
|
20373
|
-
"name": "
|
|
20374
|
-
"privacy": "public",
|
|
20375
|
-
"return": {
|
|
20376
|
-
"type": {
|
|
20377
|
-
"text": "void"
|
|
20378
|
-
}
|
|
20379
|
-
},
|
|
20348
|
+
"name": "variantChanged",
|
|
20380
20349
|
"parameters": [
|
|
20381
20350
|
{
|
|
20382
|
-
"name": "
|
|
20351
|
+
"name": "oldValue",
|
|
20383
20352
|
"type": {
|
|
20384
|
-
"text": "
|
|
20385
|
-
}
|
|
20386
|
-
"description": "position to scroll to"
|
|
20353
|
+
"text": "string"
|
|
20354
|
+
}
|
|
20387
20355
|
},
|
|
20388
20356
|
{
|
|
20389
|
-
"name": "
|
|
20390
|
-
"default": "this.scrollContainer.scrollLeft",
|
|
20357
|
+
"name": "newValue",
|
|
20391
20358
|
"type": {
|
|
20392
|
-
"text": "
|
|
20393
|
-
}
|
|
20394
|
-
"description": "starting position"
|
|
20395
|
-
}
|
|
20396
|
-
],
|
|
20397
|
-
"description": "Handles scrolling with easing",
|
|
20398
|
-
"inheritedFrom": {
|
|
20399
|
-
"name": "HorizontalScroll",
|
|
20400
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20401
|
-
}
|
|
20402
|
-
},
|
|
20403
|
-
{
|
|
20404
|
-
"kind": "method",
|
|
20405
|
-
"name": "resized",
|
|
20406
|
-
"privacy": "public",
|
|
20407
|
-
"return": {
|
|
20408
|
-
"type": {
|
|
20409
|
-
"text": "void"
|
|
20359
|
+
"text": "string"
|
|
20360
|
+
}
|
|
20410
20361
|
}
|
|
20411
|
-
|
|
20412
|
-
"description": "Monitors resize event on the horizontal-scroll element",
|
|
20413
|
-
"inheritedFrom": {
|
|
20414
|
-
"name": "HorizontalScroll",
|
|
20415
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20416
|
-
}
|
|
20362
|
+
]
|
|
20417
20363
|
},
|
|
20418
20364
|
{
|
|
20419
20365
|
"kind": "method",
|
|
20420
|
-
"name": "
|
|
20421
|
-
"privacy": "public"
|
|
20422
|
-
"return": {
|
|
20423
|
-
"type": {
|
|
20424
|
-
"text": "void"
|
|
20425
|
-
}
|
|
20426
|
-
},
|
|
20427
|
-
"description": "Monitors scrolled event on the content container",
|
|
20428
|
-
"inheritedFrom": {
|
|
20429
|
-
"name": "HorizontalScroll",
|
|
20430
|
-
"module": "src/horizontal-scroll/horizontal-scroll.ts"
|
|
20431
|
-
}
|
|
20366
|
+
"name": "loadIcon",
|
|
20367
|
+
"privacy": "public"
|
|
20432
20368
|
},
|
|
20433
20369
|
{
|
|
20434
20370
|
"kind": "field",
|
|
@@ -20542,86 +20478,115 @@
|
|
|
20542
20478
|
}
|
|
20543
20479
|
}
|
|
20544
20480
|
],
|
|
20545
|
-
"
|
|
20481
|
+
"attributes": [
|
|
20546
20482
|
{
|
|
20547
|
-
"
|
|
20548
|
-
"
|
|
20549
|
-
|
|
20550
|
-
|
|
20551
|
-
|
|
20552
|
-
}
|
|
20483
|
+
"name": "name",
|
|
20484
|
+
"type": {
|
|
20485
|
+
"text": "IconName"
|
|
20486
|
+
},
|
|
20487
|
+
"fieldName": "name"
|
|
20553
20488
|
},
|
|
20554
20489
|
{
|
|
20555
|
-
"
|
|
20556
|
-
"
|
|
20557
|
-
|
|
20558
|
-
|
|
20559
|
-
|
|
20560
|
-
|
|
20561
|
-
}
|
|
20562
|
-
|
|
20563
|
-
|
|
20564
|
-
|
|
20565
|
-
|
|
20566
|
-
|
|
20567
|
-
|
|
20568
|
-
|
|
20569
|
-
|
|
20570
|
-
|
|
20571
|
-
|
|
20572
|
-
|
|
20573
|
-
|
|
20574
|
-
"name": "defaultHorizontalScrollConfig",
|
|
20575
|
-
"type": {
|
|
20576
|
-
"text": "object"
|
|
20490
|
+
"name": "size",
|
|
20491
|
+
"type": {
|
|
20492
|
+
"text": "FaSize"
|
|
20493
|
+
},
|
|
20494
|
+
"default": "'sm'",
|
|
20495
|
+
"fieldName": "size"
|
|
20496
|
+
},
|
|
20497
|
+
{
|
|
20498
|
+
"name": "variant",
|
|
20499
|
+
"type": {
|
|
20500
|
+
"text": "IconStyle"
|
|
20501
|
+
},
|
|
20502
|
+
"default": "'solid'",
|
|
20503
|
+
"fieldName": "variant"
|
|
20504
|
+
}
|
|
20505
|
+
],
|
|
20506
|
+
"superclass": {
|
|
20507
|
+
"name": "FoundationElement",
|
|
20508
|
+
"package": "@microsoft/fast-foundation"
|
|
20577
20509
|
},
|
|
20578
|
-
"
|
|
20510
|
+
"tagName": "%%prefix%%-icon",
|
|
20511
|
+
"customElement": true
|
|
20579
20512
|
},
|
|
20580
20513
|
{
|
|
20581
20514
|
"kind": "variable",
|
|
20582
|
-
"name": "
|
|
20583
|
-
"description": "The Foundation
|
|
20515
|
+
"name": "foundationIcon",
|
|
20516
|
+
"description": "The Foundation Icon",
|
|
20584
20517
|
"privacy": "public"
|
|
20585
20518
|
}
|
|
20586
20519
|
],
|
|
20587
20520
|
"exports": [
|
|
20588
20521
|
{
|
|
20589
20522
|
"kind": "js",
|
|
20590
|
-
"name": "
|
|
20523
|
+
"name": "IconName",
|
|
20591
20524
|
"declaration": {
|
|
20592
|
-
"name": "
|
|
20593
|
-
"module": "src/
|
|
20525
|
+
"name": "IconName",
|
|
20526
|
+
"module": "src/icon/icon.ts"
|
|
20594
20527
|
}
|
|
20595
20528
|
},
|
|
20596
20529
|
{
|
|
20597
20530
|
"kind": "js",
|
|
20598
|
-
"name": "
|
|
20531
|
+
"name": "IconStyle",
|
|
20599
20532
|
"declaration": {
|
|
20600
|
-
"name": "
|
|
20601
|
-
"module": "src/
|
|
20533
|
+
"name": "IconStyle",
|
|
20534
|
+
"module": "src/icon/icon.ts"
|
|
20602
20535
|
}
|
|
20603
20536
|
},
|
|
20604
20537
|
{
|
|
20605
20538
|
"kind": "js",
|
|
20606
|
-
"name": "
|
|
20539
|
+
"name": "foundationIconShadowOptions",
|
|
20607
20540
|
"declaration": {
|
|
20608
|
-
"name": "
|
|
20609
|
-
"module": "src/
|
|
20541
|
+
"name": "foundationIconShadowOptions",
|
|
20542
|
+
"module": "src/icon/icon.ts"
|
|
20610
20543
|
}
|
|
20611
20544
|
},
|
|
20612
20545
|
{
|
|
20613
20546
|
"kind": "js",
|
|
20614
|
-
"name": "
|
|
20547
|
+
"name": "defaultIconConfig",
|
|
20615
20548
|
"declaration": {
|
|
20616
|
-
"name": "
|
|
20617
|
-
"module": "src/
|
|
20549
|
+
"name": "defaultIconConfig",
|
|
20550
|
+
"module": "src/icon/icon.ts"
|
|
20551
|
+
}
|
|
20552
|
+
},
|
|
20553
|
+
{
|
|
20554
|
+
"kind": "js",
|
|
20555
|
+
"name": "faSizeValueDefault",
|
|
20556
|
+
"declaration": {
|
|
20557
|
+
"name": "faSizeValueDefault",
|
|
20558
|
+
"module": "src/icon/icon.ts"
|
|
20559
|
+
}
|
|
20560
|
+
},
|
|
20561
|
+
{
|
|
20562
|
+
"kind": "js",
|
|
20563
|
+
"name": "faSizeValues",
|
|
20564
|
+
"declaration": {
|
|
20565
|
+
"name": "faSizeValues",
|
|
20566
|
+
"module": "src/icon/icon.ts"
|
|
20567
|
+
}
|
|
20568
|
+
},
|
|
20569
|
+
{
|
|
20570
|
+
"kind": "js",
|
|
20571
|
+
"name": "Icon",
|
|
20572
|
+
"declaration": {
|
|
20573
|
+
"name": "Icon",
|
|
20574
|
+
"module": "src/icon/icon.ts"
|
|
20575
|
+
}
|
|
20576
|
+
},
|
|
20577
|
+
{
|
|
20578
|
+
"kind": "js",
|
|
20579
|
+
"name": "foundationIcon",
|
|
20580
|
+
"declaration": {
|
|
20581
|
+
"name": "foundationIcon",
|
|
20582
|
+
"module": "src/icon/icon.ts"
|
|
20618
20583
|
}
|
|
20619
20584
|
}
|
|
20620
20585
|
]
|
|
20621
20586
|
},
|
|
20622
20587
|
{
|
|
20623
20588
|
"kind": "javascript-module",
|
|
20624
|
-
"path": "src/
|
|
20589
|
+
"path": "src/icon/index.ts",
|
|
20625
20590
|
"declarations": [],
|
|
20626
20591
|
"exports": [
|
|
20627
20592
|
{
|
|
@@ -20629,7 +20594,7 @@
|
|
|
20629
20594
|
"name": "*",
|
|
20630
20595
|
"declaration": {
|
|
20631
20596
|
"name": "*",
|
|
20632
|
-
"package": "./
|
|
20597
|
+
"package": "./icon.styles"
|
|
20633
20598
|
}
|
|
20634
20599
|
},
|
|
20635
20600
|
{
|
|
@@ -20637,7 +20602,7 @@
|
|
|
20637
20602
|
"name": "*",
|
|
20638
20603
|
"declaration": {
|
|
20639
20604
|
"name": "*",
|
|
20640
|
-
"package": "./
|
|
20605
|
+
"package": "./icon.template"
|
|
20641
20606
|
}
|
|
20642
20607
|
},
|
|
20643
20608
|
{
|
|
@@ -20645,204 +20610,190 @@
|
|
|
20645
20610
|
"name": "*",
|
|
20646
20611
|
"declaration": {
|
|
20647
20612
|
"name": "*",
|
|
20648
|
-
"package": "./
|
|
20649
|
-
}
|
|
20650
|
-
}
|
|
20651
|
-
]
|
|
20652
|
-
},
|
|
20653
|
-
{
|
|
20654
|
-
"kind": "javascript-module",
|
|
20655
|
-
"path": "src/icon/icon.styles.ts",
|
|
20656
|
-
"declarations": [
|
|
20657
|
-
{
|
|
20658
|
-
"kind": "function",
|
|
20659
|
-
"name": "foundationIconStyles",
|
|
20660
|
-
"return": {
|
|
20661
|
-
"type": {
|
|
20662
|
-
"text": "ElementStyles"
|
|
20663
|
-
}
|
|
20664
|
-
},
|
|
20665
|
-
"parameters": [
|
|
20666
|
-
{
|
|
20667
|
-
"name": "context",
|
|
20668
|
-
"type": {
|
|
20669
|
-
"text": "ElementDefinitionContext"
|
|
20670
|
-
}
|
|
20671
|
-
},
|
|
20672
|
-
{
|
|
20673
|
-
"name": "definition",
|
|
20674
|
-
"type": {
|
|
20675
|
-
"text": "FoundationElementDefinition"
|
|
20676
|
-
}
|
|
20677
|
-
}
|
|
20678
|
-
]
|
|
20679
|
-
}
|
|
20680
|
-
],
|
|
20681
|
-
"exports": [
|
|
20682
|
-
{
|
|
20683
|
-
"kind": "js",
|
|
20684
|
-
"name": "foundationIconStyles",
|
|
20685
|
-
"declaration": {
|
|
20686
|
-
"name": "foundationIconStyles",
|
|
20687
|
-
"module": "src/icon/icon.styles.ts"
|
|
20613
|
+
"package": "./icon"
|
|
20688
20614
|
}
|
|
20689
20615
|
}
|
|
20690
20616
|
]
|
|
20691
20617
|
},
|
|
20692
20618
|
{
|
|
20693
20619
|
"kind": "javascript-module",
|
|
20694
|
-
"path": "src/
|
|
20620
|
+
"path": "src/grid-layout-item/grid-layout-item.template.ts",
|
|
20695
20621
|
"declarations": [
|
|
20696
20622
|
{
|
|
20697
20623
|
"kind": "variable",
|
|
20698
|
-
"name": "
|
|
20624
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
20699
20625
|
"type": {
|
|
20700
|
-
"text": "ViewTemplate"
|
|
20626
|
+
"text": "ViewTemplate<GridLayoutItem>"
|
|
20701
20627
|
},
|
|
20702
|
-
"default": "html
|
|
20628
|
+
"default": "html`\n <template>\n <style>\n :host {\n width: 100%;\n height: 100%;\n ${(x) => x.setGridItemProperties(x.colNumber, x.rowNumber, x.width, x.height)}\n }\n\n @media only screen and (min-width: 1025px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colLgNumber, x.rowLgNumber, x.widthLg, x.heightLg)}\n }\n }\n\n @media only screen and (min-width: 641px) and (max-width: 1024px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colMdNumber, x.rowMdNumber, x.widthSm, x.heightMd)}\n }\n }\n\n @media only screen and (max-width: 640px) {\n :host {\n ${(x) => x.setGridItemProperties(x.colSmNumber, x.rowSmNumber, x.widthSm, x.heightSm)}\n }\n }\n </style>\n <slot></slot>\n </template>\n`"
|
|
20703
20629
|
}
|
|
20704
20630
|
],
|
|
20705
20631
|
"exports": [
|
|
20706
20632
|
{
|
|
20707
20633
|
"kind": "js",
|
|
20708
|
-
"name": "
|
|
20634
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
20709
20635
|
"declaration": {
|
|
20710
|
-
"name": "
|
|
20711
|
-
"module": "src/
|
|
20636
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
20637
|
+
"module": "src/grid-layout-item/grid-layout-item.template.ts"
|
|
20712
20638
|
}
|
|
20713
20639
|
}
|
|
20714
20640
|
]
|
|
20715
20641
|
},
|
|
20716
20642
|
{
|
|
20717
20643
|
"kind": "javascript-module",
|
|
20718
|
-
"path": "src/
|
|
20644
|
+
"path": "src/grid-layout-item/grid-layout-item.ts",
|
|
20719
20645
|
"declarations": [
|
|
20720
20646
|
{
|
|
20721
20647
|
"kind": "variable",
|
|
20722
|
-
"name": "
|
|
20648
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
20723
20649
|
"type": {
|
|
20724
20650
|
"text": "ShadowRootInit"
|
|
20725
20651
|
},
|
|
20726
|
-
"default": "
|
|
20652
|
+
"default": "undefined"
|
|
20727
20653
|
},
|
|
20728
20654
|
{
|
|
20729
20655
|
"kind": "variable",
|
|
20730
|
-
"name": "
|
|
20656
|
+
"name": "defaultGridLayoutItemConfig",
|
|
20731
20657
|
"type": {
|
|
20732
20658
|
"text": "object"
|
|
20733
20659
|
},
|
|
20734
20660
|
"default": "{}"
|
|
20735
20661
|
},
|
|
20736
|
-
{
|
|
20737
|
-
"kind": "variable",
|
|
20738
|
-
"name": "faSizeValueDefault",
|
|
20739
|
-
"type": {
|
|
20740
|
-
"text": "'1x'"
|
|
20741
|
-
},
|
|
20742
|
-
"default": "'1x'"
|
|
20743
|
-
},
|
|
20744
|
-
{
|
|
20745
|
-
"kind": "variable",
|
|
20746
|
-
"name": "faSizeValues",
|
|
20747
|
-
"type": {
|
|
20748
|
-
"text": "[\n '2xs',\n 'xs',\n 'sm',\n 'lg',\n 'xl',\n '2xl',\n faSizeValueDefault,\n '2x',\n '3x',\n '4x',\n '5x',\n '6x',\n '7x',\n '8x',\n '9x',\n '10x',\n 'stack-1x',\n 'stack-2x',\n]"
|
|
20749
|
-
},
|
|
20750
|
-
"default": "[\n '2xs',\n 'xs',\n 'sm',\n 'lg',\n 'xl',\n '2xl',\n faSizeValueDefault,\n '2x',\n '3x',\n '4x',\n '5x',\n '6x',\n '7x',\n '8x',\n '9x',\n '10x',\n 'stack-1x',\n 'stack-2x',\n]"
|
|
20751
|
-
},
|
|
20752
20662
|
{
|
|
20753
20663
|
"kind": "class",
|
|
20754
20664
|
"description": "",
|
|
20755
|
-
"name": "
|
|
20665
|
+
"name": "GridLayoutItem",
|
|
20756
20666
|
"members": [
|
|
20757
20667
|
{
|
|
20758
20668
|
"kind": "field",
|
|
20759
|
-
"name": "
|
|
20669
|
+
"name": "colNumber",
|
|
20760
20670
|
"type": {
|
|
20761
|
-
"text": "
|
|
20671
|
+
"text": "number"
|
|
20762
20672
|
}
|
|
20763
20673
|
},
|
|
20764
20674
|
{
|
|
20765
20675
|
"kind": "field",
|
|
20766
|
-
"name": "
|
|
20676
|
+
"name": "colSmNumber",
|
|
20767
20677
|
"type": {
|
|
20768
|
-
"text": "
|
|
20678
|
+
"text": "number"
|
|
20769
20679
|
}
|
|
20770
20680
|
},
|
|
20771
20681
|
{
|
|
20772
|
-
"kind": "
|
|
20773
|
-
"name": "
|
|
20774
|
-
"
|
|
20775
|
-
|
|
20776
|
-
|
|
20777
|
-
|
|
20778
|
-
|
|
20779
|
-
|
|
20780
|
-
|
|
20781
|
-
|
|
20782
|
-
|
|
20783
|
-
|
|
20784
|
-
|
|
20785
|
-
|
|
20786
|
-
|
|
20787
|
-
|
|
20682
|
+
"kind": "field",
|
|
20683
|
+
"name": "colMdNumber",
|
|
20684
|
+
"type": {
|
|
20685
|
+
"text": "number"
|
|
20686
|
+
}
|
|
20687
|
+
},
|
|
20688
|
+
{
|
|
20689
|
+
"kind": "field",
|
|
20690
|
+
"name": "colLgNumber",
|
|
20691
|
+
"type": {
|
|
20692
|
+
"text": "number"
|
|
20693
|
+
}
|
|
20694
|
+
},
|
|
20695
|
+
{
|
|
20696
|
+
"kind": "field",
|
|
20697
|
+
"name": "rowNumber",
|
|
20698
|
+
"type": {
|
|
20699
|
+
"text": "number"
|
|
20700
|
+
}
|
|
20701
|
+
},
|
|
20702
|
+
{
|
|
20703
|
+
"kind": "field",
|
|
20704
|
+
"name": "rowSmNumber",
|
|
20705
|
+
"type": {
|
|
20706
|
+
"text": "number"
|
|
20707
|
+
}
|
|
20708
|
+
},
|
|
20709
|
+
{
|
|
20710
|
+
"kind": "field",
|
|
20711
|
+
"name": "rowMdNumber",
|
|
20712
|
+
"type": {
|
|
20713
|
+
"text": "number"
|
|
20714
|
+
}
|
|
20715
|
+
},
|
|
20716
|
+
{
|
|
20717
|
+
"kind": "field",
|
|
20718
|
+
"name": "rowLgNumber",
|
|
20719
|
+
"type": {
|
|
20720
|
+
"text": "number"
|
|
20721
|
+
}
|
|
20722
|
+
},
|
|
20723
|
+
{
|
|
20724
|
+
"kind": "field",
|
|
20725
|
+
"name": "width",
|
|
20726
|
+
"type": {
|
|
20727
|
+
"text": "number"
|
|
20728
|
+
}
|
|
20729
|
+
},
|
|
20730
|
+
{
|
|
20731
|
+
"kind": "field",
|
|
20732
|
+
"name": "widthSm",
|
|
20733
|
+
"type": {
|
|
20734
|
+
"text": "number"
|
|
20735
|
+
}
|
|
20736
|
+
},
|
|
20737
|
+
{
|
|
20738
|
+
"kind": "field",
|
|
20739
|
+
"name": "widthMd",
|
|
20740
|
+
"type": {
|
|
20741
|
+
"text": "number"
|
|
20742
|
+
}
|
|
20743
|
+
},
|
|
20744
|
+
{
|
|
20745
|
+
"kind": "field",
|
|
20746
|
+
"name": "widthLg",
|
|
20747
|
+
"type": {
|
|
20748
|
+
"text": "number"
|
|
20749
|
+
}
|
|
20788
20750
|
},
|
|
20789
20751
|
{
|
|
20790
20752
|
"kind": "field",
|
|
20791
|
-
"name": "
|
|
20753
|
+
"name": "height",
|
|
20792
20754
|
"type": {
|
|
20793
|
-
"text": "
|
|
20794
|
-
}
|
|
20795
|
-
"default": "'sm'"
|
|
20755
|
+
"text": "number"
|
|
20756
|
+
}
|
|
20796
20757
|
},
|
|
20797
20758
|
{
|
|
20798
|
-
"kind": "
|
|
20799
|
-
"name": "
|
|
20800
|
-
"
|
|
20801
|
-
|
|
20802
|
-
|
|
20803
|
-
"type": {
|
|
20804
|
-
"text": "string"
|
|
20805
|
-
}
|
|
20806
|
-
},
|
|
20807
|
-
{
|
|
20808
|
-
"name": "newValue",
|
|
20809
|
-
"type": {
|
|
20810
|
-
"text": "string"
|
|
20811
|
-
}
|
|
20812
|
-
}
|
|
20813
|
-
]
|
|
20759
|
+
"kind": "field",
|
|
20760
|
+
"name": "heightSm",
|
|
20761
|
+
"type": {
|
|
20762
|
+
"text": "number"
|
|
20763
|
+
}
|
|
20814
20764
|
},
|
|
20815
20765
|
{
|
|
20816
20766
|
"kind": "field",
|
|
20817
|
-
"name": "
|
|
20767
|
+
"name": "heightMd",
|
|
20818
20768
|
"type": {
|
|
20819
|
-
"text": "
|
|
20820
|
-
}
|
|
20821
|
-
|
|
20769
|
+
"text": "number"
|
|
20770
|
+
}
|
|
20771
|
+
},
|
|
20772
|
+
{
|
|
20773
|
+
"kind": "field",
|
|
20774
|
+
"name": "heightLg",
|
|
20775
|
+
"type": {
|
|
20776
|
+
"text": "number"
|
|
20777
|
+
}
|
|
20822
20778
|
},
|
|
20823
20779
|
{
|
|
20824
20780
|
"kind": "method",
|
|
20825
|
-
"name": "
|
|
20781
|
+
"name": "setGridItemProperties",
|
|
20826
20782
|
"parameters": [
|
|
20827
20783
|
{
|
|
20828
|
-
"name": "
|
|
20829
|
-
"type": {
|
|
20830
|
-
"text": "string"
|
|
20831
|
-
}
|
|
20784
|
+
"name": "column"
|
|
20832
20785
|
},
|
|
20833
20786
|
{
|
|
20834
|
-
"name": "
|
|
20835
|
-
|
|
20836
|
-
|
|
20837
|
-
|
|
20787
|
+
"name": "row"
|
|
20788
|
+
},
|
|
20789
|
+
{
|
|
20790
|
+
"name": "width"
|
|
20791
|
+
},
|
|
20792
|
+
{
|
|
20793
|
+
"name": "height"
|
|
20838
20794
|
}
|
|
20839
20795
|
]
|
|
20840
20796
|
},
|
|
20841
|
-
{
|
|
20842
|
-
"kind": "method",
|
|
20843
|
-
"name": "loadIcon",
|
|
20844
|
-
"privacy": "public"
|
|
20845
|
-
},
|
|
20846
20797
|
{
|
|
20847
20798
|
"kind": "field",
|
|
20848
20799
|
"name": "_presentation",
|
|
@@ -20957,113 +20908,170 @@
|
|
|
20957
20908
|
],
|
|
20958
20909
|
"attributes": [
|
|
20959
20910
|
{
|
|
20960
|
-
"name": "
|
|
20911
|
+
"name": "col-number",
|
|
20961
20912
|
"type": {
|
|
20962
|
-
"text": "
|
|
20913
|
+
"text": "number"
|
|
20963
20914
|
},
|
|
20964
|
-
"fieldName": "
|
|
20915
|
+
"fieldName": "colNumber"
|
|
20965
20916
|
},
|
|
20966
20917
|
{
|
|
20967
|
-
"name": "
|
|
20918
|
+
"name": "col-sm-number",
|
|
20968
20919
|
"type": {
|
|
20969
|
-
"text": "
|
|
20920
|
+
"text": "number"
|
|
20970
20921
|
},
|
|
20971
|
-
"
|
|
20972
|
-
"fieldName": "size"
|
|
20922
|
+
"fieldName": "colSmNumber"
|
|
20973
20923
|
},
|
|
20974
20924
|
{
|
|
20975
|
-
"name": "
|
|
20925
|
+
"name": "col-md-number",
|
|
20976
20926
|
"type": {
|
|
20977
|
-
"text": "
|
|
20927
|
+
"text": "number"
|
|
20978
20928
|
},
|
|
20979
|
-
"
|
|
20980
|
-
|
|
20929
|
+
"fieldName": "colMdNumber"
|
|
20930
|
+
},
|
|
20931
|
+
{
|
|
20932
|
+
"name": "col-lg-number",
|
|
20933
|
+
"type": {
|
|
20934
|
+
"text": "number"
|
|
20935
|
+
},
|
|
20936
|
+
"fieldName": "colLgNumber"
|
|
20937
|
+
},
|
|
20938
|
+
{
|
|
20939
|
+
"name": "row-number",
|
|
20940
|
+
"type": {
|
|
20941
|
+
"text": "number"
|
|
20942
|
+
},
|
|
20943
|
+
"fieldName": "rowNumber"
|
|
20944
|
+
},
|
|
20945
|
+
{
|
|
20946
|
+
"name": "row-sm-number",
|
|
20947
|
+
"type": {
|
|
20948
|
+
"text": "number"
|
|
20949
|
+
},
|
|
20950
|
+
"fieldName": "rowSmNumber"
|
|
20951
|
+
},
|
|
20952
|
+
{
|
|
20953
|
+
"name": "row-md-number",
|
|
20954
|
+
"type": {
|
|
20955
|
+
"text": "number"
|
|
20956
|
+
},
|
|
20957
|
+
"fieldName": "rowMdNumber"
|
|
20958
|
+
},
|
|
20959
|
+
{
|
|
20960
|
+
"name": "row-lg-number",
|
|
20961
|
+
"type": {
|
|
20962
|
+
"text": "number"
|
|
20963
|
+
},
|
|
20964
|
+
"fieldName": "rowLgNumber"
|
|
20965
|
+
},
|
|
20966
|
+
{
|
|
20967
|
+
"name": "width",
|
|
20968
|
+
"type": {
|
|
20969
|
+
"text": "number"
|
|
20970
|
+
},
|
|
20971
|
+
"fieldName": "width"
|
|
20972
|
+
},
|
|
20973
|
+
{
|
|
20974
|
+
"name": "width-sm",
|
|
20975
|
+
"type": {
|
|
20976
|
+
"text": "number"
|
|
20977
|
+
},
|
|
20978
|
+
"fieldName": "widthSm"
|
|
20979
|
+
},
|
|
20980
|
+
{
|
|
20981
|
+
"name": "width-md",
|
|
20982
|
+
"type": {
|
|
20983
|
+
"text": "number"
|
|
20984
|
+
},
|
|
20985
|
+
"fieldName": "widthMd"
|
|
20986
|
+
},
|
|
20987
|
+
{
|
|
20988
|
+
"name": "width-lg",
|
|
20989
|
+
"type": {
|
|
20990
|
+
"text": "number"
|
|
20991
|
+
},
|
|
20992
|
+
"fieldName": "widthLg"
|
|
20993
|
+
},
|
|
20994
|
+
{
|
|
20995
|
+
"name": "height",
|
|
20996
|
+
"type": {
|
|
20997
|
+
"text": "number"
|
|
20998
|
+
},
|
|
20999
|
+
"fieldName": "height"
|
|
21000
|
+
},
|
|
21001
|
+
{
|
|
21002
|
+
"name": "height-sm",
|
|
21003
|
+
"type": {
|
|
21004
|
+
"text": "number"
|
|
21005
|
+
},
|
|
21006
|
+
"fieldName": "heightSm"
|
|
21007
|
+
},
|
|
21008
|
+
{
|
|
21009
|
+
"name": "height-md",
|
|
21010
|
+
"type": {
|
|
21011
|
+
"text": "number"
|
|
21012
|
+
},
|
|
21013
|
+
"fieldName": "heightMd"
|
|
21014
|
+
},
|
|
21015
|
+
{
|
|
21016
|
+
"name": "height-lg",
|
|
21017
|
+
"type": {
|
|
21018
|
+
"text": "number"
|
|
21019
|
+
},
|
|
21020
|
+
"fieldName": "heightLg"
|
|
20981
21021
|
}
|
|
20982
21022
|
],
|
|
20983
21023
|
"superclass": {
|
|
20984
21024
|
"name": "FoundationElement",
|
|
20985
21025
|
"package": "@microsoft/fast-foundation"
|
|
20986
21026
|
},
|
|
20987
|
-
"tagName": "%%prefix%%-
|
|
21027
|
+
"tagName": "%%prefix%%-grid-layout-item",
|
|
20988
21028
|
"customElement": true
|
|
20989
21029
|
},
|
|
20990
21030
|
{
|
|
20991
21031
|
"kind": "variable",
|
|
20992
|
-
"name": "
|
|
20993
|
-
"description": "The Foundation
|
|
21032
|
+
"name": "foundationGridLayoutItem",
|
|
21033
|
+
"description": "The Foundation Grid Layout Item",
|
|
20994
21034
|
"privacy": "public"
|
|
20995
21035
|
}
|
|
20996
21036
|
],
|
|
20997
21037
|
"exports": [
|
|
20998
21038
|
{
|
|
20999
21039
|
"kind": "js",
|
|
21000
|
-
"name": "
|
|
21001
|
-
"declaration": {
|
|
21002
|
-
"name": "IconName",
|
|
21003
|
-
"module": "src/icon/icon.ts"
|
|
21004
|
-
}
|
|
21005
|
-
},
|
|
21006
|
-
{
|
|
21007
|
-
"kind": "js",
|
|
21008
|
-
"name": "IconStyle",
|
|
21009
|
-
"declaration": {
|
|
21010
|
-
"name": "IconStyle",
|
|
21011
|
-
"module": "src/icon/icon.ts"
|
|
21012
|
-
}
|
|
21013
|
-
},
|
|
21014
|
-
{
|
|
21015
|
-
"kind": "js",
|
|
21016
|
-
"name": "foundationIconShadowOptions",
|
|
21017
|
-
"declaration": {
|
|
21018
|
-
"name": "foundationIconShadowOptions",
|
|
21019
|
-
"module": "src/icon/icon.ts"
|
|
21020
|
-
}
|
|
21021
|
-
},
|
|
21022
|
-
{
|
|
21023
|
-
"kind": "js",
|
|
21024
|
-
"name": "defaultIconConfig",
|
|
21025
|
-
"declaration": {
|
|
21026
|
-
"name": "defaultIconConfig",
|
|
21027
|
-
"module": "src/icon/icon.ts"
|
|
21028
|
-
}
|
|
21029
|
-
},
|
|
21030
|
-
{
|
|
21031
|
-
"kind": "js",
|
|
21032
|
-
"name": "faSizeValueDefault",
|
|
21040
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
21033
21041
|
"declaration": {
|
|
21034
|
-
"name": "
|
|
21035
|
-
"module": "src/
|
|
21042
|
+
"name": "foundationGridLayoutItemShadowOptions",
|
|
21043
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
21036
21044
|
}
|
|
21037
21045
|
},
|
|
21038
21046
|
{
|
|
21039
21047
|
"kind": "js",
|
|
21040
|
-
"name": "
|
|
21048
|
+
"name": "defaultGridLayoutItemConfig",
|
|
21041
21049
|
"declaration": {
|
|
21042
|
-
"name": "
|
|
21043
|
-
"module": "src/
|
|
21050
|
+
"name": "defaultGridLayoutItemConfig",
|
|
21051
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
21044
21052
|
}
|
|
21045
21053
|
},
|
|
21046
21054
|
{
|
|
21047
21055
|
"kind": "js",
|
|
21048
|
-
"name": "
|
|
21056
|
+
"name": "GridLayoutItem",
|
|
21049
21057
|
"declaration": {
|
|
21050
|
-
"name": "
|
|
21051
|
-
"module": "src/
|
|
21058
|
+
"name": "GridLayoutItem",
|
|
21059
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
21052
21060
|
}
|
|
21053
21061
|
},
|
|
21054
21062
|
{
|
|
21055
21063
|
"kind": "js",
|
|
21056
|
-
"name": "
|
|
21064
|
+
"name": "foundationGridLayoutItem",
|
|
21057
21065
|
"declaration": {
|
|
21058
|
-
"name": "
|
|
21059
|
-
"module": "src/
|
|
21066
|
+
"name": "foundationGridLayoutItem",
|
|
21067
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
21060
21068
|
}
|
|
21061
21069
|
}
|
|
21062
21070
|
]
|
|
21063
21071
|
},
|
|
21064
21072
|
{
|
|
21065
21073
|
"kind": "javascript-module",
|
|
21066
|
-
"path": "src/
|
|
21074
|
+
"path": "src/grid-layout-item/index.ts",
|
|
21067
21075
|
"declarations": [],
|
|
21068
21076
|
"exports": [
|
|
21069
21077
|
{
|
|
@@ -21071,15 +21079,7 @@
|
|
|
21071
21079
|
"name": "*",
|
|
21072
21080
|
"declaration": {
|
|
21073
21081
|
"name": "*",
|
|
21074
|
-
"package": "./
|
|
21075
|
-
}
|
|
21076
|
-
},
|
|
21077
|
-
{
|
|
21078
|
-
"kind": "js",
|
|
21079
|
-
"name": "*",
|
|
21080
|
-
"declaration": {
|
|
21081
|
-
"name": "*",
|
|
21082
|
-
"package": "./icon.template"
|
|
21082
|
+
"package": "./grid-layout-item.template"
|
|
21083
21083
|
}
|
|
21084
21084
|
},
|
|
21085
21085
|
{
|
|
@@ -21087,7 +21087,7 @@
|
|
|
21087
21087
|
"name": "*",
|
|
21088
21088
|
"declaration": {
|
|
21089
21089
|
"name": "*",
|
|
21090
|
-
"package": "./
|
|
21090
|
+
"package": "./grid-layout-item"
|
|
21091
21091
|
}
|
|
21092
21092
|
}
|
|
21093
21093
|
]
|