@genesislcap/foundation-ui 14.214.2 → 14.214.4
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 +1324 -1324
- package/package.json +16 -16
|
@@ -1075,6 +1075,400 @@
|
|
|
1075
1075
|
}
|
|
1076
1076
|
]
|
|
1077
1077
|
},
|
|
1078
|
+
{
|
|
1079
|
+
"kind": "javascript-module",
|
|
1080
|
+
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
1081
|
+
"declarations": [
|
|
1082
|
+
{
|
|
1083
|
+
"kind": "function",
|
|
1084
|
+
"name": "foundationAccordionItemStyles",
|
|
1085
|
+
"return": {
|
|
1086
|
+
"type": {
|
|
1087
|
+
"text": "ElementStyles"
|
|
1088
|
+
}
|
|
1089
|
+
},
|
|
1090
|
+
"parameters": [
|
|
1091
|
+
{
|
|
1092
|
+
"name": "context",
|
|
1093
|
+
"type": {
|
|
1094
|
+
"text": "ElementDefinitionContext"
|
|
1095
|
+
}
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
"name": "definition",
|
|
1099
|
+
"type": {
|
|
1100
|
+
"text": "FoundationElementDefinition"
|
|
1101
|
+
}
|
|
1102
|
+
}
|
|
1103
|
+
]
|
|
1104
|
+
}
|
|
1105
|
+
],
|
|
1106
|
+
"exports": [
|
|
1107
|
+
{
|
|
1108
|
+
"kind": "js",
|
|
1109
|
+
"name": "foundationAccordionItemStyles",
|
|
1110
|
+
"declaration": {
|
|
1111
|
+
"name": "foundationAccordionItemStyles",
|
|
1112
|
+
"module": "src/accordion-item/accordion-item.styles.ts"
|
|
1113
|
+
}
|
|
1114
|
+
}
|
|
1115
|
+
]
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"kind": "javascript-module",
|
|
1119
|
+
"path": "src/accordion-item/accordion-item.template.ts",
|
|
1120
|
+
"declarations": [
|
|
1121
|
+
{
|
|
1122
|
+
"kind": "function",
|
|
1123
|
+
"name": "foundationAccordionItemTemplate",
|
|
1124
|
+
"return": {
|
|
1125
|
+
"type": {
|
|
1126
|
+
"text": "ViewTemplate<AccordionItem>"
|
|
1127
|
+
}
|
|
1128
|
+
},
|
|
1129
|
+
"parameters": [
|
|
1130
|
+
{
|
|
1131
|
+
"name": "context",
|
|
1132
|
+
"type": {
|
|
1133
|
+
"text": "ElementDefinitionContext"
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
{
|
|
1137
|
+
"name": "definition",
|
|
1138
|
+
"type": {
|
|
1139
|
+
"text": "FoundationElementDefinition"
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
]
|
|
1143
|
+
}
|
|
1144
|
+
],
|
|
1145
|
+
"exports": [
|
|
1146
|
+
{
|
|
1147
|
+
"kind": "js",
|
|
1148
|
+
"name": "foundationAccordionItemTemplate",
|
|
1149
|
+
"declaration": {
|
|
1150
|
+
"name": "foundationAccordionItemTemplate",
|
|
1151
|
+
"module": "src/accordion-item/accordion-item.template.ts"
|
|
1152
|
+
}
|
|
1153
|
+
}
|
|
1154
|
+
]
|
|
1155
|
+
},
|
|
1156
|
+
{
|
|
1157
|
+
"kind": "javascript-module",
|
|
1158
|
+
"path": "src/accordion-item/accordion-item.ts",
|
|
1159
|
+
"declarations": [
|
|
1160
|
+
{
|
|
1161
|
+
"kind": "class",
|
|
1162
|
+
"description": "",
|
|
1163
|
+
"name": "AccordionItem",
|
|
1164
|
+
"superclass": {
|
|
1165
|
+
"name": "FASTAccordionItem",
|
|
1166
|
+
"package": "@microsoft/fast-components"
|
|
1167
|
+
},
|
|
1168
|
+
"tagName": "%%prefix%%-accordion-item",
|
|
1169
|
+
"customElement": true,
|
|
1170
|
+
"attributes": [
|
|
1171
|
+
{
|
|
1172
|
+
"name": "heading-level",
|
|
1173
|
+
"type": {
|
|
1174
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1175
|
+
},
|
|
1176
|
+
"default": "2",
|
|
1177
|
+
"description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
|
|
1178
|
+
"fieldName": "headinglevel",
|
|
1179
|
+
"inheritedFrom": {
|
|
1180
|
+
"name": "AccordionItem",
|
|
1181
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1182
|
+
}
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
"type": {
|
|
1186
|
+
"text": "boolean"
|
|
1187
|
+
},
|
|
1188
|
+
"default": "false",
|
|
1189
|
+
"description": "Expands or collapses the item.",
|
|
1190
|
+
"fieldName": "expanded",
|
|
1191
|
+
"inheritedFrom": {
|
|
1192
|
+
"name": "AccordionItem",
|
|
1193
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1194
|
+
}
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"name": "id",
|
|
1198
|
+
"type": {
|
|
1199
|
+
"text": "string"
|
|
1200
|
+
},
|
|
1201
|
+
"description": "The item ID",
|
|
1202
|
+
"fieldName": "id",
|
|
1203
|
+
"inheritedFrom": {
|
|
1204
|
+
"name": "AccordionItem",
|
|
1205
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1206
|
+
}
|
|
1207
|
+
}
|
|
1208
|
+
],
|
|
1209
|
+
"members": [
|
|
1210
|
+
{
|
|
1211
|
+
"kind": "field",
|
|
1212
|
+
"name": "headinglevel",
|
|
1213
|
+
"type": {
|
|
1214
|
+
"text": "1 | 2 | 3 | 4 | 5 | 6"
|
|
1215
|
+
},
|
|
1216
|
+
"privacy": "public",
|
|
1217
|
+
"default": "2",
|
|
1218
|
+
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
1219
|
+
"inheritedFrom": {
|
|
1220
|
+
"name": "AccordionItem",
|
|
1221
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1222
|
+
}
|
|
1223
|
+
},
|
|
1224
|
+
{
|
|
1225
|
+
"kind": "field",
|
|
1226
|
+
"name": "expanded",
|
|
1227
|
+
"type": {
|
|
1228
|
+
"text": "boolean"
|
|
1229
|
+
},
|
|
1230
|
+
"privacy": "public",
|
|
1231
|
+
"default": "false",
|
|
1232
|
+
"description": "Expands or collapses the item.",
|
|
1233
|
+
"inheritedFrom": {
|
|
1234
|
+
"name": "AccordionItem",
|
|
1235
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1236
|
+
}
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
"kind": "field",
|
|
1240
|
+
"name": "id",
|
|
1241
|
+
"type": {
|
|
1242
|
+
"text": "string"
|
|
1243
|
+
},
|
|
1244
|
+
"privacy": "public",
|
|
1245
|
+
"description": "The item ID",
|
|
1246
|
+
"inheritedFrom": {
|
|
1247
|
+
"name": "AccordionItem",
|
|
1248
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1249
|
+
}
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"kind": "field",
|
|
1253
|
+
"name": "change",
|
|
1254
|
+
"privacy": "private",
|
|
1255
|
+
"inheritedFrom": {
|
|
1256
|
+
"name": "AccordionItem",
|
|
1257
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1258
|
+
}
|
|
1259
|
+
},
|
|
1260
|
+
{
|
|
1261
|
+
"kind": "field",
|
|
1262
|
+
"name": "_presentation",
|
|
1263
|
+
"type": {
|
|
1264
|
+
"text": "ComponentPresentation | null | undefined"
|
|
1265
|
+
},
|
|
1266
|
+
"privacy": "private",
|
|
1267
|
+
"default": "void 0",
|
|
1268
|
+
"inheritedFrom": {
|
|
1269
|
+
"name": "FoundationElement",
|
|
1270
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
"kind": "field",
|
|
1275
|
+
"name": "$presentation",
|
|
1276
|
+
"type": {
|
|
1277
|
+
"text": "ComponentPresentation | null"
|
|
1278
|
+
},
|
|
1279
|
+
"privacy": "public",
|
|
1280
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1281
|
+
"inheritedFrom": {
|
|
1282
|
+
"name": "FoundationElement",
|
|
1283
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1284
|
+
}
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
"kind": "field",
|
|
1288
|
+
"name": "template",
|
|
1289
|
+
"type": {
|
|
1290
|
+
"text": "ElementViewTemplate | void | null"
|
|
1291
|
+
},
|
|
1292
|
+
"privacy": "public",
|
|
1293
|
+
"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.",
|
|
1294
|
+
"inheritedFrom": {
|
|
1295
|
+
"name": "FoundationElement",
|
|
1296
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1297
|
+
}
|
|
1298
|
+
},
|
|
1299
|
+
{
|
|
1300
|
+
"kind": "method",
|
|
1301
|
+
"name": "templateChanged",
|
|
1302
|
+
"privacy": "protected",
|
|
1303
|
+
"return": {
|
|
1304
|
+
"type": {
|
|
1305
|
+
"text": "void"
|
|
1306
|
+
}
|
|
1307
|
+
},
|
|
1308
|
+
"inheritedFrom": {
|
|
1309
|
+
"name": "FoundationElement",
|
|
1310
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1311
|
+
}
|
|
1312
|
+
},
|
|
1313
|
+
{
|
|
1314
|
+
"kind": "field",
|
|
1315
|
+
"name": "styles",
|
|
1316
|
+
"type": {
|
|
1317
|
+
"text": "ElementStyles | void | null"
|
|
1318
|
+
},
|
|
1319
|
+
"privacy": "public",
|
|
1320
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
1321
|
+
"inheritedFrom": {
|
|
1322
|
+
"name": "FoundationElement",
|
|
1323
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1324
|
+
}
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"kind": "method",
|
|
1328
|
+
"name": "stylesChanged",
|
|
1329
|
+
"privacy": "protected",
|
|
1330
|
+
"return": {
|
|
1331
|
+
"type": {
|
|
1332
|
+
"text": "void"
|
|
1333
|
+
}
|
|
1334
|
+
},
|
|
1335
|
+
"inheritedFrom": {
|
|
1336
|
+
"name": "FoundationElement",
|
|
1337
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1338
|
+
}
|
|
1339
|
+
},
|
|
1340
|
+
{
|
|
1341
|
+
"kind": "method",
|
|
1342
|
+
"name": "compose",
|
|
1343
|
+
"privacy": "public",
|
|
1344
|
+
"static": true,
|
|
1345
|
+
"return": {
|
|
1346
|
+
"type": {
|
|
1347
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1348
|
+
}
|
|
1349
|
+
},
|
|
1350
|
+
"parameters": [
|
|
1351
|
+
{
|
|
1352
|
+
"name": "this",
|
|
1353
|
+
"type": {
|
|
1354
|
+
"text": "K"
|
|
1355
|
+
}
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"name": "elementDefinition",
|
|
1359
|
+
"type": {
|
|
1360
|
+
"text": "T"
|
|
1361
|
+
},
|
|
1362
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
1363
|
+
}
|
|
1364
|
+
],
|
|
1365
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1366
|
+
"inheritedFrom": {
|
|
1367
|
+
"name": "FoundationElement",
|
|
1368
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
1369
|
+
}
|
|
1370
|
+
}
|
|
1371
|
+
],
|
|
1372
|
+
"events": [
|
|
1373
|
+
{
|
|
1374
|
+
"description": "Fires a custom 'change' event when the button is invoked",
|
|
1375
|
+
"name": "change",
|
|
1376
|
+
"inheritedFrom": {
|
|
1377
|
+
"name": "AccordionItem",
|
|
1378
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1379
|
+
}
|
|
1380
|
+
}
|
|
1381
|
+
]
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"kind": "variable",
|
|
1385
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1386
|
+
"type": {
|
|
1387
|
+
"text": "ShadowRootInit"
|
|
1388
|
+
},
|
|
1389
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"kind": "variable",
|
|
1393
|
+
"name": "defaultAccordionItemConfig",
|
|
1394
|
+
"type": {
|
|
1395
|
+
"text": "object"
|
|
1396
|
+
},
|
|
1397
|
+
"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}"
|
|
1398
|
+
},
|
|
1399
|
+
{
|
|
1400
|
+
"kind": "variable",
|
|
1401
|
+
"name": "foundationAccordionItem",
|
|
1402
|
+
"description": "The Foundation Accordion Item",
|
|
1403
|
+
"privacy": "public"
|
|
1404
|
+
}
|
|
1405
|
+
],
|
|
1406
|
+
"exports": [
|
|
1407
|
+
{
|
|
1408
|
+
"kind": "js",
|
|
1409
|
+
"name": "AccordionItem",
|
|
1410
|
+
"declaration": {
|
|
1411
|
+
"name": "AccordionItem",
|
|
1412
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1413
|
+
}
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
"kind": "js",
|
|
1417
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1418
|
+
"declaration": {
|
|
1419
|
+
"name": "foundationAccordionItemShadowOptions",
|
|
1420
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1421
|
+
}
|
|
1422
|
+
},
|
|
1423
|
+
{
|
|
1424
|
+
"kind": "js",
|
|
1425
|
+
"name": "defaultAccordionItemConfig",
|
|
1426
|
+
"declaration": {
|
|
1427
|
+
"name": "defaultAccordionItemConfig",
|
|
1428
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1429
|
+
}
|
|
1430
|
+
},
|
|
1431
|
+
{
|
|
1432
|
+
"kind": "js",
|
|
1433
|
+
"name": "foundationAccordionItem",
|
|
1434
|
+
"declaration": {
|
|
1435
|
+
"name": "foundationAccordionItem",
|
|
1436
|
+
"module": "src/accordion-item/accordion-item.ts"
|
|
1437
|
+
}
|
|
1438
|
+
}
|
|
1439
|
+
]
|
|
1440
|
+
},
|
|
1441
|
+
{
|
|
1442
|
+
"kind": "javascript-module",
|
|
1443
|
+
"path": "src/accordion-item/index.ts",
|
|
1444
|
+
"declarations": [],
|
|
1445
|
+
"exports": [
|
|
1446
|
+
{
|
|
1447
|
+
"kind": "js",
|
|
1448
|
+
"name": "*",
|
|
1449
|
+
"declaration": {
|
|
1450
|
+
"name": "*",
|
|
1451
|
+
"package": "./accordion-item.template"
|
|
1452
|
+
}
|
|
1453
|
+
},
|
|
1454
|
+
{
|
|
1455
|
+
"kind": "js",
|
|
1456
|
+
"name": "*",
|
|
1457
|
+
"declaration": {
|
|
1458
|
+
"name": "*",
|
|
1459
|
+
"package": "./accordion-item.styles"
|
|
1460
|
+
}
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"kind": "js",
|
|
1464
|
+
"name": "*",
|
|
1465
|
+
"declaration": {
|
|
1466
|
+
"name": "*",
|
|
1467
|
+
"package": "./accordion-item"
|
|
1468
|
+
}
|
|
1469
|
+
}
|
|
1470
|
+
]
|
|
1471
|
+
},
|
|
1078
1472
|
{
|
|
1079
1473
|
"kind": "javascript-module",
|
|
1080
1474
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -3746,11 +4140,11 @@
|
|
|
3746
4140
|
},
|
|
3747
4141
|
{
|
|
3748
4142
|
"kind": "javascript-module",
|
|
3749
|
-
"path": "src/
|
|
4143
|
+
"path": "src/avatar/avatar.styles.ts",
|
|
3750
4144
|
"declarations": [
|
|
3751
4145
|
{
|
|
3752
4146
|
"kind": "function",
|
|
3753
|
-
"name": "
|
|
4147
|
+
"name": "foundationAvatarStyles",
|
|
3754
4148
|
"return": {
|
|
3755
4149
|
"type": {
|
|
3756
4150
|
"text": "ElementStyles"
|
|
@@ -3775,24 +4169,24 @@
|
|
|
3775
4169
|
"exports": [
|
|
3776
4170
|
{
|
|
3777
4171
|
"kind": "js",
|
|
3778
|
-
"name": "
|
|
4172
|
+
"name": "foundationAvatarStyles",
|
|
3779
4173
|
"declaration": {
|
|
3780
|
-
"name": "
|
|
3781
|
-
"module": "src/
|
|
4174
|
+
"name": "foundationAvatarStyles",
|
|
4175
|
+
"module": "src/avatar/avatar.styles.ts"
|
|
3782
4176
|
}
|
|
3783
4177
|
}
|
|
3784
4178
|
]
|
|
3785
4179
|
},
|
|
3786
4180
|
{
|
|
3787
4181
|
"kind": "javascript-module",
|
|
3788
|
-
"path": "src/
|
|
4182
|
+
"path": "src/avatar/avatar.template.ts",
|
|
3789
4183
|
"declarations": [
|
|
3790
4184
|
{
|
|
3791
4185
|
"kind": "function",
|
|
3792
|
-
"name": "
|
|
4186
|
+
"name": "foundationAvatarTemplate",
|
|
3793
4187
|
"return": {
|
|
3794
4188
|
"type": {
|
|
3795
|
-
"text": "ViewTemplate<
|
|
4189
|
+
"text": "ViewTemplate<Avatar>"
|
|
3796
4190
|
}
|
|
3797
4191
|
},
|
|
3798
4192
|
"parameters": [
|
|
@@ -3809,121 +4203,147 @@
|
|
|
3809
4203
|
}
|
|
3810
4204
|
}
|
|
3811
4205
|
]
|
|
4206
|
+
},
|
|
4207
|
+
{
|
|
4208
|
+
"kind": "variable",
|
|
4209
|
+
"name": "media",
|
|
4210
|
+
"default": "html<Avatar>`\n ${when(\n (x) => x.imgSrc,\n html<Avatar>`\n <img src=\"${(x) => x.imgSrc}\" alt=\"${(x) => x.alt}\" slot=\"media\" class=\"media\" part=\"media\" />\n `,\n )}\n`"
|
|
3812
4211
|
}
|
|
3813
4212
|
],
|
|
3814
4213
|
"exports": [
|
|
3815
4214
|
{
|
|
3816
4215
|
"kind": "js",
|
|
3817
|
-
"name": "
|
|
4216
|
+
"name": "foundationAvatarTemplate",
|
|
3818
4217
|
"declaration": {
|
|
3819
|
-
"name": "
|
|
3820
|
-
"module": "src/
|
|
4218
|
+
"name": "foundationAvatarTemplate",
|
|
4219
|
+
"module": "src/avatar/avatar.template.ts"
|
|
4220
|
+
}
|
|
4221
|
+
},
|
|
4222
|
+
{
|
|
4223
|
+
"kind": "js",
|
|
4224
|
+
"name": "media",
|
|
4225
|
+
"declaration": {
|
|
4226
|
+
"name": "media",
|
|
4227
|
+
"module": "src/avatar/avatar.template.ts"
|
|
3821
4228
|
}
|
|
3822
4229
|
}
|
|
3823
4230
|
]
|
|
3824
4231
|
},
|
|
3825
4232
|
{
|
|
3826
4233
|
"kind": "javascript-module",
|
|
3827
|
-
"path": "src/
|
|
4234
|
+
"path": "src/avatar/avatar.ts",
|
|
3828
4235
|
"declarations": [
|
|
3829
4236
|
{
|
|
3830
4237
|
"kind": "class",
|
|
3831
4238
|
"description": "",
|
|
3832
|
-
"name": "
|
|
4239
|
+
"name": "Avatar",
|
|
3833
4240
|
"superclass": {
|
|
3834
|
-
"name": "
|
|
4241
|
+
"name": "FASTAvatar",
|
|
3835
4242
|
"package": "@microsoft/fast-components"
|
|
3836
4243
|
},
|
|
3837
|
-
"tagName": "%%prefix%%-
|
|
4244
|
+
"tagName": "%%prefix%%-avatar",
|
|
3838
4245
|
"customElement": true,
|
|
3839
4246
|
"attributes": [
|
|
3840
4247
|
{
|
|
3841
|
-
"name": "
|
|
4248
|
+
"name": "fill",
|
|
3842
4249
|
"type": {
|
|
3843
|
-
"text": "
|
|
4250
|
+
"text": "string"
|
|
3844
4251
|
},
|
|
3845
|
-
"
|
|
3846
|
-
"
|
|
3847
|
-
"fieldName": "headinglevel",
|
|
4252
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
4253
|
+
"fieldName": "fill",
|
|
3848
4254
|
"inheritedFrom": {
|
|
3849
|
-
"name": "
|
|
3850
|
-
"module": "src/
|
|
4255
|
+
"name": "Avatar",
|
|
4256
|
+
"module": "src/avatar/avatar.ts"
|
|
3851
4257
|
}
|
|
3852
4258
|
},
|
|
3853
4259
|
{
|
|
4260
|
+
"name": "color",
|
|
3854
4261
|
"type": {
|
|
3855
|
-
"text": "
|
|
4262
|
+
"text": "string"
|
|
3856
4263
|
},
|
|
3857
|
-
"
|
|
3858
|
-
"
|
|
3859
|
-
"fieldName": "expanded",
|
|
4264
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
4265
|
+
"fieldName": "color",
|
|
3860
4266
|
"inheritedFrom": {
|
|
3861
|
-
"name": "
|
|
3862
|
-
"module": "src/
|
|
4267
|
+
"name": "Avatar",
|
|
4268
|
+
"module": "src/avatar/avatar.ts"
|
|
3863
4269
|
}
|
|
3864
4270
|
},
|
|
3865
4271
|
{
|
|
3866
|
-
"name": "
|
|
4272
|
+
"name": "link",
|
|
3867
4273
|
"type": {
|
|
3868
4274
|
"text": "string"
|
|
3869
4275
|
},
|
|
3870
|
-
"description": "
|
|
3871
|
-
"fieldName": "
|
|
4276
|
+
"description": "Indicates the Avatar should have url link",
|
|
4277
|
+
"fieldName": "link",
|
|
3872
4278
|
"inheritedFrom": {
|
|
3873
|
-
"name": "
|
|
3874
|
-
"module": "src/
|
|
4279
|
+
"name": "Avatar",
|
|
4280
|
+
"module": "src/avatar/avatar.ts"
|
|
4281
|
+
}
|
|
4282
|
+
},
|
|
4283
|
+
{
|
|
4284
|
+
"name": "shape",
|
|
4285
|
+
"type": {
|
|
4286
|
+
"text": "AvatarShape"
|
|
4287
|
+
},
|
|
4288
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
4289
|
+
"fieldName": "shape",
|
|
4290
|
+
"inheritedFrom": {
|
|
4291
|
+
"name": "Avatar",
|
|
4292
|
+
"module": "src/avatar/avatar.ts"
|
|
3875
4293
|
}
|
|
3876
4294
|
}
|
|
3877
4295
|
],
|
|
3878
4296
|
"members": [
|
|
3879
4297
|
{
|
|
3880
4298
|
"kind": "field",
|
|
3881
|
-
"name": "
|
|
4299
|
+
"name": "fill",
|
|
3882
4300
|
"type": {
|
|
3883
|
-
"text": "
|
|
4301
|
+
"text": "string"
|
|
3884
4302
|
},
|
|
3885
4303
|
"privacy": "public",
|
|
3886
|
-
"
|
|
3887
|
-
"description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
|
|
4304
|
+
"description": "Indicates the Avatar should have a color fill.",
|
|
3888
4305
|
"inheritedFrom": {
|
|
3889
|
-
"name": "
|
|
3890
|
-
"module": "src/
|
|
4306
|
+
"name": "Avatar",
|
|
4307
|
+
"module": "src/avatar/avatar.ts"
|
|
3891
4308
|
}
|
|
3892
4309
|
},
|
|
3893
4310
|
{
|
|
3894
4311
|
"kind": "field",
|
|
3895
|
-
"name": "
|
|
4312
|
+
"name": "color",
|
|
3896
4313
|
"type": {
|
|
3897
|
-
"text": "
|
|
4314
|
+
"text": "string"
|
|
3898
4315
|
},
|
|
3899
4316
|
"privacy": "public",
|
|
3900
|
-
"
|
|
3901
|
-
"description": "Expands or collapses the item.",
|
|
4317
|
+
"description": "Indicates the Avatar should have a text color.",
|
|
3902
4318
|
"inheritedFrom": {
|
|
3903
|
-
"name": "
|
|
3904
|
-
"module": "src/
|
|
4319
|
+
"name": "Avatar",
|
|
4320
|
+
"module": "src/avatar/avatar.ts"
|
|
3905
4321
|
}
|
|
3906
4322
|
},
|
|
3907
4323
|
{
|
|
3908
4324
|
"kind": "field",
|
|
3909
|
-
"name": "
|
|
4325
|
+
"name": "link",
|
|
3910
4326
|
"type": {
|
|
3911
4327
|
"text": "string"
|
|
3912
4328
|
},
|
|
3913
4329
|
"privacy": "public",
|
|
3914
|
-
"description": "
|
|
4330
|
+
"description": "Indicates the Avatar should have url link",
|
|
3915
4331
|
"inheritedFrom": {
|
|
3916
|
-
"name": "
|
|
3917
|
-
"module": "src/
|
|
4332
|
+
"name": "Avatar",
|
|
4333
|
+
"module": "src/avatar/avatar.ts"
|
|
3918
4334
|
}
|
|
3919
4335
|
},
|
|
3920
4336
|
{
|
|
3921
4337
|
"kind": "field",
|
|
3922
|
-
"name": "
|
|
3923
|
-
"
|
|
4338
|
+
"name": "shape",
|
|
4339
|
+
"type": {
|
|
4340
|
+
"text": "AvatarShape"
|
|
4341
|
+
},
|
|
4342
|
+
"privacy": "public",
|
|
4343
|
+
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
3924
4344
|
"inheritedFrom": {
|
|
3925
|
-
"name": "
|
|
3926
|
-
"module": "src/
|
|
4345
|
+
"name": "Avatar",
|
|
4346
|
+
"module": "src/avatar/avatar.ts"
|
|
3927
4347
|
}
|
|
3928
4348
|
},
|
|
3929
4349
|
{
|
|
@@ -4037,21 +4457,11 @@
|
|
|
4037
4457
|
"module": "src/foundation-element/foundation-element.ts"
|
|
4038
4458
|
}
|
|
4039
4459
|
}
|
|
4040
|
-
],
|
|
4041
|
-
"events": [
|
|
4042
|
-
{
|
|
4043
|
-
"description": "Fires a custom 'change' event when the button is invoked",
|
|
4044
|
-
"name": "change",
|
|
4045
|
-
"inheritedFrom": {
|
|
4046
|
-
"name": "AccordionItem",
|
|
4047
|
-
"module": "src/accordion-item/accordion-item.ts"
|
|
4048
|
-
}
|
|
4049
|
-
}
|
|
4050
4460
|
]
|
|
4051
4461
|
},
|
|
4052
4462
|
{
|
|
4053
4463
|
"kind": "variable",
|
|
4054
|
-
"name": "
|
|
4464
|
+
"name": "foundationAvatarShadowOptions",
|
|
4055
4465
|
"type": {
|
|
4056
4466
|
"text": "ShadowRootInit"
|
|
4057
4467
|
},
|
|
@@ -4059,57 +4469,57 @@
|
|
|
4059
4469
|
},
|
|
4060
4470
|
{
|
|
4061
4471
|
"kind": "variable",
|
|
4062
|
-
"name": "
|
|
4472
|
+
"name": "defaultAvatarConfig",
|
|
4063
4473
|
"type": {
|
|
4064
4474
|
"text": "object"
|
|
4065
4475
|
},
|
|
4066
|
-
"default": "{\n
|
|
4476
|
+
"default": "{\n media: mediaTemplate,\n}"
|
|
4067
4477
|
},
|
|
4068
4478
|
{
|
|
4069
4479
|
"kind": "variable",
|
|
4070
|
-
"name": "
|
|
4071
|
-
"description": "The Foundation
|
|
4480
|
+
"name": "foundationAvatar",
|
|
4481
|
+
"description": "The Foundation Avatar",
|
|
4072
4482
|
"privacy": "public"
|
|
4073
4483
|
}
|
|
4074
4484
|
],
|
|
4075
4485
|
"exports": [
|
|
4076
4486
|
{
|
|
4077
4487
|
"kind": "js",
|
|
4078
|
-
"name": "
|
|
4488
|
+
"name": "Avatar",
|
|
4079
4489
|
"declaration": {
|
|
4080
|
-
"name": "
|
|
4081
|
-
"module": "src/
|
|
4490
|
+
"name": "Avatar",
|
|
4491
|
+
"module": "src/avatar/avatar.ts"
|
|
4082
4492
|
}
|
|
4083
4493
|
},
|
|
4084
4494
|
{
|
|
4085
4495
|
"kind": "js",
|
|
4086
|
-
"name": "
|
|
4496
|
+
"name": "foundationAvatarShadowOptions",
|
|
4087
4497
|
"declaration": {
|
|
4088
|
-
"name": "
|
|
4089
|
-
"module": "src/
|
|
4498
|
+
"name": "foundationAvatarShadowOptions",
|
|
4499
|
+
"module": "src/avatar/avatar.ts"
|
|
4090
4500
|
}
|
|
4091
4501
|
},
|
|
4092
4502
|
{
|
|
4093
4503
|
"kind": "js",
|
|
4094
|
-
"name": "
|
|
4504
|
+
"name": "defaultAvatarConfig",
|
|
4095
4505
|
"declaration": {
|
|
4096
|
-
"name": "
|
|
4097
|
-
"module": "src/
|
|
4506
|
+
"name": "defaultAvatarConfig",
|
|
4507
|
+
"module": "src/avatar/avatar.ts"
|
|
4098
4508
|
}
|
|
4099
4509
|
},
|
|
4100
4510
|
{
|
|
4101
4511
|
"kind": "js",
|
|
4102
|
-
"name": "
|
|
4512
|
+
"name": "foundationAvatar",
|
|
4103
4513
|
"declaration": {
|
|
4104
|
-
"name": "
|
|
4105
|
-
"module": "src/
|
|
4514
|
+
"name": "foundationAvatar",
|
|
4515
|
+
"module": "src/avatar/avatar.ts"
|
|
4106
4516
|
}
|
|
4107
4517
|
}
|
|
4108
4518
|
]
|
|
4109
4519
|
},
|
|
4110
4520
|
{
|
|
4111
4521
|
"kind": "javascript-module",
|
|
4112
|
-
"path": "src/
|
|
4522
|
+
"path": "src/avatar/index.ts",
|
|
4113
4523
|
"declarations": [],
|
|
4114
4524
|
"exports": [
|
|
4115
4525
|
{
|
|
@@ -4117,7 +4527,7 @@
|
|
|
4117
4527
|
"name": "*",
|
|
4118
4528
|
"declaration": {
|
|
4119
4529
|
"name": "*",
|
|
4120
|
-
"package": "./
|
|
4530
|
+
"package": "./avatar.template"
|
|
4121
4531
|
}
|
|
4122
4532
|
},
|
|
4123
4533
|
{
|
|
@@ -4125,7 +4535,7 @@
|
|
|
4125
4535
|
"name": "*",
|
|
4126
4536
|
"declaration": {
|
|
4127
4537
|
"name": "*",
|
|
4128
|
-
"package": "./
|
|
4538
|
+
"package": "./avatar.styles"
|
|
4129
4539
|
}
|
|
4130
4540
|
},
|
|
4131
4541
|
{
|
|
@@ -4133,18 +4543,18 @@
|
|
|
4133
4543
|
"name": "*",
|
|
4134
4544
|
"declaration": {
|
|
4135
4545
|
"name": "*",
|
|
4136
|
-
"package": "./
|
|
4546
|
+
"package": "./avatar"
|
|
4137
4547
|
}
|
|
4138
4548
|
}
|
|
4139
4549
|
]
|
|
4140
4550
|
},
|
|
4141
4551
|
{
|
|
4142
4552
|
"kind": "javascript-module",
|
|
4143
|
-
"path": "src/
|
|
4553
|
+
"path": "src/badge/badge.styles.ts",
|
|
4144
4554
|
"declarations": [
|
|
4145
4555
|
{
|
|
4146
4556
|
"kind": "function",
|
|
4147
|
-
"name": "
|
|
4557
|
+
"name": "foundationBadgeStyles",
|
|
4148
4558
|
"return": {
|
|
4149
4559
|
"type": {
|
|
4150
4560
|
"text": "ElementStyles"
|
|
@@ -4169,24 +4579,24 @@
|
|
|
4169
4579
|
"exports": [
|
|
4170
4580
|
{
|
|
4171
4581
|
"kind": "js",
|
|
4172
|
-
"name": "
|
|
4582
|
+
"name": "foundationBadgeStyles",
|
|
4173
4583
|
"declaration": {
|
|
4174
|
-
"name": "
|
|
4175
|
-
"module": "src/
|
|
4584
|
+
"name": "foundationBadgeStyles",
|
|
4585
|
+
"module": "src/badge/badge.styles.ts"
|
|
4176
4586
|
}
|
|
4177
4587
|
}
|
|
4178
4588
|
]
|
|
4179
4589
|
},
|
|
4180
4590
|
{
|
|
4181
4591
|
"kind": "javascript-module",
|
|
4182
|
-
"path": "src/
|
|
4592
|
+
"path": "src/badge/badge.template.ts",
|
|
4183
4593
|
"declarations": [
|
|
4184
4594
|
{
|
|
4185
4595
|
"kind": "function",
|
|
4186
|
-
"name": "
|
|
4596
|
+
"name": "foundationBadgeTemplate",
|
|
4187
4597
|
"return": {
|
|
4188
4598
|
"type": {
|
|
4189
|
-
"text": "ViewTemplate<
|
|
4599
|
+
"text": "ViewTemplate<Badge>"
|
|
4190
4600
|
}
|
|
4191
4601
|
},
|
|
4192
4602
|
"parameters": [
|
|
@@ -4203,45 +4613,32 @@
|
|
|
4203
4613
|
}
|
|
4204
4614
|
}
|
|
4205
4615
|
]
|
|
4206
|
-
},
|
|
4207
|
-
{
|
|
4208
|
-
"kind": "variable",
|
|
4209
|
-
"name": "media",
|
|
4210
|
-
"default": "html<Avatar>`\n ${when(\n (x) => x.imgSrc,\n html<Avatar>`\n <img src=\"${(x) => x.imgSrc}\" alt=\"${(x) => x.alt}\" slot=\"media\" class=\"media\" part=\"media\" />\n `,\n )}\n`"
|
|
4211
4616
|
}
|
|
4212
4617
|
],
|
|
4213
4618
|
"exports": [
|
|
4214
4619
|
{
|
|
4215
4620
|
"kind": "js",
|
|
4216
|
-
"name": "
|
|
4217
|
-
"declaration": {
|
|
4218
|
-
"name": "foundationAvatarTemplate",
|
|
4219
|
-
"module": "src/avatar/avatar.template.ts"
|
|
4220
|
-
}
|
|
4221
|
-
},
|
|
4222
|
-
{
|
|
4223
|
-
"kind": "js",
|
|
4224
|
-
"name": "media",
|
|
4621
|
+
"name": "foundationBadgeTemplate",
|
|
4225
4622
|
"declaration": {
|
|
4226
|
-
"name": "
|
|
4227
|
-
"module": "src/
|
|
4623
|
+
"name": "foundationBadgeTemplate",
|
|
4624
|
+
"module": "src/badge/badge.template.ts"
|
|
4228
4625
|
}
|
|
4229
4626
|
}
|
|
4230
4627
|
]
|
|
4231
4628
|
},
|
|
4232
4629
|
{
|
|
4233
4630
|
"kind": "javascript-module",
|
|
4234
|
-
"path": "src/
|
|
4631
|
+
"path": "src/badge/badge.ts",
|
|
4235
4632
|
"declarations": [
|
|
4236
4633
|
{
|
|
4237
4634
|
"kind": "class",
|
|
4238
4635
|
"description": "",
|
|
4239
|
-
"name": "
|
|
4636
|
+
"name": "Badge",
|
|
4240
4637
|
"superclass": {
|
|
4241
|
-
"name": "
|
|
4638
|
+
"name": "FASTBadge",
|
|
4242
4639
|
"package": "@microsoft/fast-components"
|
|
4243
4640
|
},
|
|
4244
|
-
"tagName": "%%prefix%%-
|
|
4641
|
+
"tagName": "%%prefix%%-badge",
|
|
4245
4642
|
"customElement": true,
|
|
4246
4643
|
"attributes": [
|
|
4247
4644
|
{
|
|
@@ -4249,11 +4646,11 @@
|
|
|
4249
4646
|
"type": {
|
|
4250
4647
|
"text": "string"
|
|
4251
4648
|
},
|
|
4252
|
-
"description": "Indicates the
|
|
4649
|
+
"description": "Indicates the badge should have a filled style.",
|
|
4253
4650
|
"fieldName": "fill",
|
|
4254
4651
|
"inheritedFrom": {
|
|
4255
|
-
"name": "
|
|
4256
|
-
"module": "src/
|
|
4652
|
+
"name": "Badge",
|
|
4653
|
+
"module": "src/badge/badge.ts"
|
|
4257
4654
|
}
|
|
4258
4655
|
},
|
|
4259
4656
|
{
|
|
@@ -4261,35 +4658,22 @@
|
|
|
4261
4658
|
"type": {
|
|
4262
4659
|
"text": "string"
|
|
4263
4660
|
},
|
|
4264
|
-
"description": "Indicates the
|
|
4661
|
+
"description": "Indicates the badge should have a filled style.",
|
|
4265
4662
|
"fieldName": "color",
|
|
4266
4663
|
"inheritedFrom": {
|
|
4267
|
-
"name": "
|
|
4268
|
-
"module": "src/
|
|
4269
|
-
}
|
|
4270
|
-
},
|
|
4271
|
-
{
|
|
4272
|
-
"name": "link",
|
|
4273
|
-
"type": {
|
|
4274
|
-
"text": "string"
|
|
4275
|
-
},
|
|
4276
|
-
"description": "Indicates the Avatar should have url link",
|
|
4277
|
-
"fieldName": "link",
|
|
4278
|
-
"inheritedFrom": {
|
|
4279
|
-
"name": "Avatar",
|
|
4280
|
-
"module": "src/avatar/avatar.ts"
|
|
4664
|
+
"name": "Badge",
|
|
4665
|
+
"module": "src/badge/badge.ts"
|
|
4281
4666
|
}
|
|
4282
4667
|
},
|
|
4283
4668
|
{
|
|
4284
|
-
"name": "shape",
|
|
4285
4669
|
"type": {
|
|
4286
|
-
"text": "
|
|
4670
|
+
"text": "boolean"
|
|
4287
4671
|
},
|
|
4288
|
-
"description": "Indicates the
|
|
4289
|
-
"fieldName": "
|
|
4672
|
+
"description": "Indicates the element should be circular",
|
|
4673
|
+
"fieldName": "circular",
|
|
4290
4674
|
"inheritedFrom": {
|
|
4291
|
-
"name": "
|
|
4292
|
-
"module": "src/
|
|
4675
|
+
"name": "Badge",
|
|
4676
|
+
"module": "src/badge/badge.ts"
|
|
4293
4677
|
}
|
|
4294
4678
|
}
|
|
4295
4679
|
],
|
|
@@ -4301,10 +4685,10 @@
|
|
|
4301
4685
|
"text": "string"
|
|
4302
4686
|
},
|
|
4303
4687
|
"privacy": "public",
|
|
4304
|
-
"description": "Indicates the
|
|
4688
|
+
"description": "Indicates the badge should have a filled style.",
|
|
4305
4689
|
"inheritedFrom": {
|
|
4306
|
-
"name": "
|
|
4307
|
-
"module": "src/
|
|
4690
|
+
"name": "Badge",
|
|
4691
|
+
"module": "src/badge/badge.ts"
|
|
4308
4692
|
}
|
|
4309
4693
|
},
|
|
4310
4694
|
{
|
|
@@ -4314,416 +4698,32 @@
|
|
|
4314
4698
|
"text": "string"
|
|
4315
4699
|
},
|
|
4316
4700
|
"privacy": "public",
|
|
4317
|
-
"description": "Indicates the
|
|
4701
|
+
"description": "Indicates the badge should have a filled style.",
|
|
4318
4702
|
"inheritedFrom": {
|
|
4319
|
-
"name": "
|
|
4320
|
-
"module": "src/
|
|
4703
|
+
"name": "Badge",
|
|
4704
|
+
"module": "src/badge/badge.ts"
|
|
4321
4705
|
}
|
|
4322
4706
|
},
|
|
4323
4707
|
{
|
|
4324
4708
|
"kind": "field",
|
|
4325
|
-
"name": "
|
|
4709
|
+
"name": "circular",
|
|
4326
4710
|
"type": {
|
|
4327
|
-
"text": "
|
|
4711
|
+
"text": "boolean"
|
|
4328
4712
|
},
|
|
4329
4713
|
"privacy": "public",
|
|
4330
|
-
"description": "Indicates the
|
|
4714
|
+
"description": "Indicates the element should be circular",
|
|
4331
4715
|
"inheritedFrom": {
|
|
4332
|
-
"name": "
|
|
4333
|
-
"module": "src/
|
|
4716
|
+
"name": "Badge",
|
|
4717
|
+
"module": "src/badge/badge.ts"
|
|
4334
4718
|
}
|
|
4335
4719
|
},
|
|
4336
4720
|
{
|
|
4337
4721
|
"kind": "field",
|
|
4338
|
-
"name": "
|
|
4339
|
-
"type": {
|
|
4340
|
-
"text": "AvatarShape"
|
|
4341
|
-
},
|
|
4722
|
+
"name": "generateBadgeStyle",
|
|
4342
4723
|
"privacy": "public",
|
|
4343
|
-
"description": "Indicates the Avatar shape should be. By default it will be set to \"circle\".",
|
|
4344
4724
|
"inheritedFrom": {
|
|
4345
|
-
"name": "
|
|
4346
|
-
"module": "src/
|
|
4347
|
-
}
|
|
4348
|
-
},
|
|
4349
|
-
{
|
|
4350
|
-
"kind": "field",
|
|
4351
|
-
"name": "_presentation",
|
|
4352
|
-
"type": {
|
|
4353
|
-
"text": "ComponentPresentation | null | undefined"
|
|
4354
|
-
},
|
|
4355
|
-
"privacy": "private",
|
|
4356
|
-
"default": "void 0",
|
|
4357
|
-
"inheritedFrom": {
|
|
4358
|
-
"name": "FoundationElement",
|
|
4359
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4360
|
-
}
|
|
4361
|
-
},
|
|
4362
|
-
{
|
|
4363
|
-
"kind": "field",
|
|
4364
|
-
"name": "$presentation",
|
|
4365
|
-
"type": {
|
|
4366
|
-
"text": "ComponentPresentation | null"
|
|
4367
|
-
},
|
|
4368
|
-
"privacy": "public",
|
|
4369
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4370
|
-
"inheritedFrom": {
|
|
4371
|
-
"name": "FoundationElement",
|
|
4372
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4373
|
-
}
|
|
4374
|
-
},
|
|
4375
|
-
{
|
|
4376
|
-
"kind": "field",
|
|
4377
|
-
"name": "template",
|
|
4378
|
-
"type": {
|
|
4379
|
-
"text": "ElementViewTemplate | void | null"
|
|
4380
|
-
},
|
|
4381
|
-
"privacy": "public",
|
|
4382
|
-
"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.",
|
|
4383
|
-
"inheritedFrom": {
|
|
4384
|
-
"name": "FoundationElement",
|
|
4385
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4386
|
-
}
|
|
4387
|
-
},
|
|
4388
|
-
{
|
|
4389
|
-
"kind": "method",
|
|
4390
|
-
"name": "templateChanged",
|
|
4391
|
-
"privacy": "protected",
|
|
4392
|
-
"return": {
|
|
4393
|
-
"type": {
|
|
4394
|
-
"text": "void"
|
|
4395
|
-
}
|
|
4396
|
-
},
|
|
4397
|
-
"inheritedFrom": {
|
|
4398
|
-
"name": "FoundationElement",
|
|
4399
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4400
|
-
}
|
|
4401
|
-
},
|
|
4402
|
-
{
|
|
4403
|
-
"kind": "field",
|
|
4404
|
-
"name": "styles",
|
|
4405
|
-
"type": {
|
|
4406
|
-
"text": "ElementStyles | void | null"
|
|
4407
|
-
},
|
|
4408
|
-
"privacy": "public",
|
|
4409
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
4410
|
-
"inheritedFrom": {
|
|
4411
|
-
"name": "FoundationElement",
|
|
4412
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4413
|
-
}
|
|
4414
|
-
},
|
|
4415
|
-
{
|
|
4416
|
-
"kind": "method",
|
|
4417
|
-
"name": "stylesChanged",
|
|
4418
|
-
"privacy": "protected",
|
|
4419
|
-
"return": {
|
|
4420
|
-
"type": {
|
|
4421
|
-
"text": "void"
|
|
4422
|
-
}
|
|
4423
|
-
},
|
|
4424
|
-
"inheritedFrom": {
|
|
4425
|
-
"name": "FoundationElement",
|
|
4426
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4427
|
-
}
|
|
4428
|
-
},
|
|
4429
|
-
{
|
|
4430
|
-
"kind": "method",
|
|
4431
|
-
"name": "compose",
|
|
4432
|
-
"privacy": "public",
|
|
4433
|
-
"static": true,
|
|
4434
|
-
"return": {
|
|
4435
|
-
"type": {
|
|
4436
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4437
|
-
}
|
|
4438
|
-
},
|
|
4439
|
-
"parameters": [
|
|
4440
|
-
{
|
|
4441
|
-
"name": "this",
|
|
4442
|
-
"type": {
|
|
4443
|
-
"text": "K"
|
|
4444
|
-
}
|
|
4445
|
-
},
|
|
4446
|
-
{
|
|
4447
|
-
"name": "elementDefinition",
|
|
4448
|
-
"type": {
|
|
4449
|
-
"text": "T"
|
|
4450
|
-
},
|
|
4451
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
4452
|
-
}
|
|
4453
|
-
],
|
|
4454
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4455
|
-
"inheritedFrom": {
|
|
4456
|
-
"name": "FoundationElement",
|
|
4457
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
4458
|
-
}
|
|
4459
|
-
}
|
|
4460
|
-
]
|
|
4461
|
-
},
|
|
4462
|
-
{
|
|
4463
|
-
"kind": "variable",
|
|
4464
|
-
"name": "foundationAvatarShadowOptions",
|
|
4465
|
-
"type": {
|
|
4466
|
-
"text": "ShadowRootInit"
|
|
4467
|
-
},
|
|
4468
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
4469
|
-
},
|
|
4470
|
-
{
|
|
4471
|
-
"kind": "variable",
|
|
4472
|
-
"name": "defaultAvatarConfig",
|
|
4473
|
-
"type": {
|
|
4474
|
-
"text": "object"
|
|
4475
|
-
},
|
|
4476
|
-
"default": "{\n media: mediaTemplate,\n}"
|
|
4477
|
-
},
|
|
4478
|
-
{
|
|
4479
|
-
"kind": "variable",
|
|
4480
|
-
"name": "foundationAvatar",
|
|
4481
|
-
"description": "The Foundation Avatar",
|
|
4482
|
-
"privacy": "public"
|
|
4483
|
-
}
|
|
4484
|
-
],
|
|
4485
|
-
"exports": [
|
|
4486
|
-
{
|
|
4487
|
-
"kind": "js",
|
|
4488
|
-
"name": "Avatar",
|
|
4489
|
-
"declaration": {
|
|
4490
|
-
"name": "Avatar",
|
|
4491
|
-
"module": "src/avatar/avatar.ts"
|
|
4492
|
-
}
|
|
4493
|
-
},
|
|
4494
|
-
{
|
|
4495
|
-
"kind": "js",
|
|
4496
|
-
"name": "foundationAvatarShadowOptions",
|
|
4497
|
-
"declaration": {
|
|
4498
|
-
"name": "foundationAvatarShadowOptions",
|
|
4499
|
-
"module": "src/avatar/avatar.ts"
|
|
4500
|
-
}
|
|
4501
|
-
},
|
|
4502
|
-
{
|
|
4503
|
-
"kind": "js",
|
|
4504
|
-
"name": "defaultAvatarConfig",
|
|
4505
|
-
"declaration": {
|
|
4506
|
-
"name": "defaultAvatarConfig",
|
|
4507
|
-
"module": "src/avatar/avatar.ts"
|
|
4508
|
-
}
|
|
4509
|
-
},
|
|
4510
|
-
{
|
|
4511
|
-
"kind": "js",
|
|
4512
|
-
"name": "foundationAvatar",
|
|
4513
|
-
"declaration": {
|
|
4514
|
-
"name": "foundationAvatar",
|
|
4515
|
-
"module": "src/avatar/avatar.ts"
|
|
4516
|
-
}
|
|
4517
|
-
}
|
|
4518
|
-
]
|
|
4519
|
-
},
|
|
4520
|
-
{
|
|
4521
|
-
"kind": "javascript-module",
|
|
4522
|
-
"path": "src/avatar/index.ts",
|
|
4523
|
-
"declarations": [],
|
|
4524
|
-
"exports": [
|
|
4525
|
-
{
|
|
4526
|
-
"kind": "js",
|
|
4527
|
-
"name": "*",
|
|
4528
|
-
"declaration": {
|
|
4529
|
-
"name": "*",
|
|
4530
|
-
"package": "./avatar.template"
|
|
4531
|
-
}
|
|
4532
|
-
},
|
|
4533
|
-
{
|
|
4534
|
-
"kind": "js",
|
|
4535
|
-
"name": "*",
|
|
4536
|
-
"declaration": {
|
|
4537
|
-
"name": "*",
|
|
4538
|
-
"package": "./avatar.styles"
|
|
4539
|
-
}
|
|
4540
|
-
},
|
|
4541
|
-
{
|
|
4542
|
-
"kind": "js",
|
|
4543
|
-
"name": "*",
|
|
4544
|
-
"declaration": {
|
|
4545
|
-
"name": "*",
|
|
4546
|
-
"package": "./avatar"
|
|
4547
|
-
}
|
|
4548
|
-
}
|
|
4549
|
-
]
|
|
4550
|
-
},
|
|
4551
|
-
{
|
|
4552
|
-
"kind": "javascript-module",
|
|
4553
|
-
"path": "src/badge/badge.styles.ts",
|
|
4554
|
-
"declarations": [
|
|
4555
|
-
{
|
|
4556
|
-
"kind": "function",
|
|
4557
|
-
"name": "foundationBadgeStyles",
|
|
4558
|
-
"return": {
|
|
4559
|
-
"type": {
|
|
4560
|
-
"text": "ElementStyles"
|
|
4561
|
-
}
|
|
4562
|
-
},
|
|
4563
|
-
"parameters": [
|
|
4564
|
-
{
|
|
4565
|
-
"name": "context",
|
|
4566
|
-
"type": {
|
|
4567
|
-
"text": "ElementDefinitionContext"
|
|
4568
|
-
}
|
|
4569
|
-
},
|
|
4570
|
-
{
|
|
4571
|
-
"name": "definition",
|
|
4572
|
-
"type": {
|
|
4573
|
-
"text": "FoundationElementDefinition"
|
|
4574
|
-
}
|
|
4575
|
-
}
|
|
4576
|
-
]
|
|
4577
|
-
}
|
|
4578
|
-
],
|
|
4579
|
-
"exports": [
|
|
4580
|
-
{
|
|
4581
|
-
"kind": "js",
|
|
4582
|
-
"name": "foundationBadgeStyles",
|
|
4583
|
-
"declaration": {
|
|
4584
|
-
"name": "foundationBadgeStyles",
|
|
4585
|
-
"module": "src/badge/badge.styles.ts"
|
|
4586
|
-
}
|
|
4587
|
-
}
|
|
4588
|
-
]
|
|
4589
|
-
},
|
|
4590
|
-
{
|
|
4591
|
-
"kind": "javascript-module",
|
|
4592
|
-
"path": "src/badge/badge.template.ts",
|
|
4593
|
-
"declarations": [
|
|
4594
|
-
{
|
|
4595
|
-
"kind": "function",
|
|
4596
|
-
"name": "foundationBadgeTemplate",
|
|
4597
|
-
"return": {
|
|
4598
|
-
"type": {
|
|
4599
|
-
"text": "ViewTemplate<Badge>"
|
|
4600
|
-
}
|
|
4601
|
-
},
|
|
4602
|
-
"parameters": [
|
|
4603
|
-
{
|
|
4604
|
-
"name": "context",
|
|
4605
|
-
"type": {
|
|
4606
|
-
"text": "ElementDefinitionContext"
|
|
4607
|
-
}
|
|
4608
|
-
},
|
|
4609
|
-
{
|
|
4610
|
-
"name": "definition",
|
|
4611
|
-
"type": {
|
|
4612
|
-
"text": "FoundationElementDefinition"
|
|
4613
|
-
}
|
|
4614
|
-
}
|
|
4615
|
-
]
|
|
4616
|
-
}
|
|
4617
|
-
],
|
|
4618
|
-
"exports": [
|
|
4619
|
-
{
|
|
4620
|
-
"kind": "js",
|
|
4621
|
-
"name": "foundationBadgeTemplate",
|
|
4622
|
-
"declaration": {
|
|
4623
|
-
"name": "foundationBadgeTemplate",
|
|
4624
|
-
"module": "src/badge/badge.template.ts"
|
|
4625
|
-
}
|
|
4626
|
-
}
|
|
4627
|
-
]
|
|
4628
|
-
},
|
|
4629
|
-
{
|
|
4630
|
-
"kind": "javascript-module",
|
|
4631
|
-
"path": "src/badge/badge.ts",
|
|
4632
|
-
"declarations": [
|
|
4633
|
-
{
|
|
4634
|
-
"kind": "class",
|
|
4635
|
-
"description": "",
|
|
4636
|
-
"name": "Badge",
|
|
4637
|
-
"superclass": {
|
|
4638
|
-
"name": "FASTBadge",
|
|
4639
|
-
"package": "@microsoft/fast-components"
|
|
4640
|
-
},
|
|
4641
|
-
"tagName": "%%prefix%%-badge",
|
|
4642
|
-
"customElement": true,
|
|
4643
|
-
"attributes": [
|
|
4644
|
-
{
|
|
4645
|
-
"name": "fill",
|
|
4646
|
-
"type": {
|
|
4647
|
-
"text": "string"
|
|
4648
|
-
},
|
|
4649
|
-
"description": "Indicates the badge should have a filled style.",
|
|
4650
|
-
"fieldName": "fill",
|
|
4651
|
-
"inheritedFrom": {
|
|
4652
|
-
"name": "Badge",
|
|
4653
|
-
"module": "src/badge/badge.ts"
|
|
4654
|
-
}
|
|
4655
|
-
},
|
|
4656
|
-
{
|
|
4657
|
-
"name": "color",
|
|
4658
|
-
"type": {
|
|
4659
|
-
"text": "string"
|
|
4660
|
-
},
|
|
4661
|
-
"description": "Indicates the badge should have a filled style.",
|
|
4662
|
-
"fieldName": "color",
|
|
4663
|
-
"inheritedFrom": {
|
|
4664
|
-
"name": "Badge",
|
|
4665
|
-
"module": "src/badge/badge.ts"
|
|
4666
|
-
}
|
|
4667
|
-
},
|
|
4668
|
-
{
|
|
4669
|
-
"type": {
|
|
4670
|
-
"text": "boolean"
|
|
4671
|
-
},
|
|
4672
|
-
"description": "Indicates the element should be circular",
|
|
4673
|
-
"fieldName": "circular",
|
|
4674
|
-
"inheritedFrom": {
|
|
4675
|
-
"name": "Badge",
|
|
4676
|
-
"module": "src/badge/badge.ts"
|
|
4677
|
-
}
|
|
4678
|
-
}
|
|
4679
|
-
],
|
|
4680
|
-
"members": [
|
|
4681
|
-
{
|
|
4682
|
-
"kind": "field",
|
|
4683
|
-
"name": "fill",
|
|
4684
|
-
"type": {
|
|
4685
|
-
"text": "string"
|
|
4686
|
-
},
|
|
4687
|
-
"privacy": "public",
|
|
4688
|
-
"description": "Indicates the badge should have a filled style.",
|
|
4689
|
-
"inheritedFrom": {
|
|
4690
|
-
"name": "Badge",
|
|
4691
|
-
"module": "src/badge/badge.ts"
|
|
4692
|
-
}
|
|
4693
|
-
},
|
|
4694
|
-
{
|
|
4695
|
-
"kind": "field",
|
|
4696
|
-
"name": "color",
|
|
4697
|
-
"type": {
|
|
4698
|
-
"text": "string"
|
|
4699
|
-
},
|
|
4700
|
-
"privacy": "public",
|
|
4701
|
-
"description": "Indicates the badge should have a filled style.",
|
|
4702
|
-
"inheritedFrom": {
|
|
4703
|
-
"name": "Badge",
|
|
4704
|
-
"module": "src/badge/badge.ts"
|
|
4705
|
-
}
|
|
4706
|
-
},
|
|
4707
|
-
{
|
|
4708
|
-
"kind": "field",
|
|
4709
|
-
"name": "circular",
|
|
4710
|
-
"type": {
|
|
4711
|
-
"text": "boolean"
|
|
4712
|
-
},
|
|
4713
|
-
"privacy": "public",
|
|
4714
|
-
"description": "Indicates the element should be circular",
|
|
4715
|
-
"inheritedFrom": {
|
|
4716
|
-
"name": "Badge",
|
|
4717
|
-
"module": "src/badge/badge.ts"
|
|
4718
|
-
}
|
|
4719
|
-
},
|
|
4720
|
-
{
|
|
4721
|
-
"kind": "field",
|
|
4722
|
-
"name": "generateBadgeStyle",
|
|
4723
|
-
"privacy": "public",
|
|
4724
|
-
"inheritedFrom": {
|
|
4725
|
-
"name": "Badge",
|
|
4726
|
-
"module": "src/badge/badge.ts"
|
|
4725
|
+
"name": "Badge",
|
|
4726
|
+
"module": "src/badge/badge.ts"
|
|
4727
4727
|
}
|
|
4728
4728
|
},
|
|
4729
4729
|
{
|
|
@@ -8884,6 +8884,327 @@
|
|
|
8884
8884
|
}
|
|
8885
8885
|
]
|
|
8886
8886
|
},
|
|
8887
|
+
{
|
|
8888
|
+
"kind": "javascript-module",
|
|
8889
|
+
"path": "src/connection-indicator/connection-indicator.styles.ts",
|
|
8890
|
+
"declarations": [
|
|
8891
|
+
{
|
|
8892
|
+
"kind": "function",
|
|
8893
|
+
"name": "foundationConnectionIndicatorStyles",
|
|
8894
|
+
"return": {
|
|
8895
|
+
"type": {
|
|
8896
|
+
"text": "ElementStyles"
|
|
8897
|
+
}
|
|
8898
|
+
},
|
|
8899
|
+
"parameters": [
|
|
8900
|
+
{
|
|
8901
|
+
"name": "context",
|
|
8902
|
+
"type": {
|
|
8903
|
+
"text": "ElementDefinitionContext"
|
|
8904
|
+
}
|
|
8905
|
+
},
|
|
8906
|
+
{
|
|
8907
|
+
"name": "definition",
|
|
8908
|
+
"type": {
|
|
8909
|
+
"text": "FoundationElementDefinition"
|
|
8910
|
+
}
|
|
8911
|
+
}
|
|
8912
|
+
]
|
|
8913
|
+
}
|
|
8914
|
+
],
|
|
8915
|
+
"exports": [
|
|
8916
|
+
{
|
|
8917
|
+
"kind": "js",
|
|
8918
|
+
"name": "foundationConnectionIndicatorStyles",
|
|
8919
|
+
"declaration": {
|
|
8920
|
+
"name": "foundationConnectionIndicatorStyles",
|
|
8921
|
+
"module": "src/connection-indicator/connection-indicator.styles.ts"
|
|
8922
|
+
}
|
|
8923
|
+
}
|
|
8924
|
+
]
|
|
8925
|
+
},
|
|
8926
|
+
{
|
|
8927
|
+
"kind": "javascript-module",
|
|
8928
|
+
"path": "src/connection-indicator/connection-indicator.template.ts",
|
|
8929
|
+
"declarations": [
|
|
8930
|
+
{
|
|
8931
|
+
"kind": "variable",
|
|
8932
|
+
"name": "foundationConnectionIndicatorTemplate",
|
|
8933
|
+
"type": {
|
|
8934
|
+
"text": "ViewTemplate"
|
|
8935
|
+
},
|
|
8936
|
+
"default": "html<ConnectionIndicator>`\n <div class=${(x) => classNames(['light', true], [x.colour, true])}></div>\n ${when(\n (x) => x.showLabel,\n html<ConnectionIndicator>`\n <div class=\"label\">${(x) => x.label}</div>\n `,\n )}\n`"
|
|
8937
|
+
}
|
|
8938
|
+
],
|
|
8939
|
+
"exports": [
|
|
8940
|
+
{
|
|
8941
|
+
"kind": "js",
|
|
8942
|
+
"name": "foundationConnectionIndicatorTemplate",
|
|
8943
|
+
"declaration": {
|
|
8944
|
+
"name": "foundationConnectionIndicatorTemplate",
|
|
8945
|
+
"module": "src/connection-indicator/connection-indicator.template.ts"
|
|
8946
|
+
}
|
|
8947
|
+
}
|
|
8948
|
+
]
|
|
8949
|
+
},
|
|
8950
|
+
{
|
|
8951
|
+
"kind": "javascript-module",
|
|
8952
|
+
"path": "src/connection-indicator/connection-indicator.ts",
|
|
8953
|
+
"declarations": [
|
|
8954
|
+
{
|
|
8955
|
+
"kind": "class",
|
|
8956
|
+
"description": "",
|
|
8957
|
+
"name": "ConnectionIndicator",
|
|
8958
|
+
"members": [
|
|
8959
|
+
{
|
|
8960
|
+
"kind": "field",
|
|
8961
|
+
"name": "connect",
|
|
8962
|
+
"type": {
|
|
8963
|
+
"text": "Connect"
|
|
8964
|
+
}
|
|
8965
|
+
},
|
|
8966
|
+
{
|
|
8967
|
+
"kind": "field",
|
|
8968
|
+
"name": "session",
|
|
8969
|
+
"type": {
|
|
8970
|
+
"text": "Session"
|
|
8971
|
+
}
|
|
8972
|
+
},
|
|
8973
|
+
{
|
|
8974
|
+
"kind": "field",
|
|
8975
|
+
"name": "showLabel",
|
|
8976
|
+
"type": {
|
|
8977
|
+
"text": "boolean"
|
|
8978
|
+
},
|
|
8979
|
+
"default": "false"
|
|
8980
|
+
},
|
|
8981
|
+
{
|
|
8982
|
+
"kind": "field",
|
|
8983
|
+
"name": "label",
|
|
8984
|
+
"type": {
|
|
8985
|
+
"text": "string"
|
|
8986
|
+
},
|
|
8987
|
+
"default": "'disconnected'"
|
|
8988
|
+
},
|
|
8989
|
+
{
|
|
8990
|
+
"kind": "field",
|
|
8991
|
+
"name": "colour",
|
|
8992
|
+
"type": {
|
|
8993
|
+
"text": "'red' | 'green'"
|
|
8994
|
+
},
|
|
8995
|
+
"default": "'red'"
|
|
8996
|
+
},
|
|
8997
|
+
{
|
|
8998
|
+
"kind": "field",
|
|
8999
|
+
"name": "subscription",
|
|
9000
|
+
"type": {
|
|
9001
|
+
"text": "Subscription"
|
|
9002
|
+
},
|
|
9003
|
+
"privacy": "private"
|
|
9004
|
+
},
|
|
9005
|
+
{
|
|
9006
|
+
"kind": "method",
|
|
9007
|
+
"name": "getLabel",
|
|
9008
|
+
"return": {
|
|
9009
|
+
"type": {
|
|
9010
|
+
"text": "string"
|
|
9011
|
+
}
|
|
9012
|
+
},
|
|
9013
|
+
"parameters": [
|
|
9014
|
+
{
|
|
9015
|
+
"name": "connected",
|
|
9016
|
+
"type": {
|
|
9017
|
+
"text": "boolean"
|
|
9018
|
+
}
|
|
9019
|
+
}
|
|
9020
|
+
]
|
|
9021
|
+
},
|
|
9022
|
+
{
|
|
9023
|
+
"kind": "field",
|
|
9024
|
+
"name": "_presentation",
|
|
9025
|
+
"type": {
|
|
9026
|
+
"text": "ComponentPresentation | null | undefined"
|
|
9027
|
+
},
|
|
9028
|
+
"privacy": "private",
|
|
9029
|
+
"default": "void 0",
|
|
9030
|
+
"inheritedFrom": {
|
|
9031
|
+
"name": "FoundationElement",
|
|
9032
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9033
|
+
}
|
|
9034
|
+
},
|
|
9035
|
+
{
|
|
9036
|
+
"kind": "field",
|
|
9037
|
+
"name": "$presentation",
|
|
9038
|
+
"type": {
|
|
9039
|
+
"text": "ComponentPresentation | null"
|
|
9040
|
+
},
|
|
9041
|
+
"privacy": "public",
|
|
9042
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
9043
|
+
"inheritedFrom": {
|
|
9044
|
+
"name": "FoundationElement",
|
|
9045
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9046
|
+
}
|
|
9047
|
+
},
|
|
9048
|
+
{
|
|
9049
|
+
"kind": "field",
|
|
9050
|
+
"name": "template",
|
|
9051
|
+
"type": {
|
|
9052
|
+
"text": "ElementViewTemplate | void | null"
|
|
9053
|
+
},
|
|
9054
|
+
"privacy": "public",
|
|
9055
|
+
"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.",
|
|
9056
|
+
"inheritedFrom": {
|
|
9057
|
+
"name": "FoundationElement",
|
|
9058
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9059
|
+
}
|
|
9060
|
+
},
|
|
9061
|
+
{
|
|
9062
|
+
"kind": "method",
|
|
9063
|
+
"name": "templateChanged",
|
|
9064
|
+
"privacy": "protected",
|
|
9065
|
+
"return": {
|
|
9066
|
+
"type": {
|
|
9067
|
+
"text": "void"
|
|
9068
|
+
}
|
|
9069
|
+
},
|
|
9070
|
+
"inheritedFrom": {
|
|
9071
|
+
"name": "FoundationElement",
|
|
9072
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9073
|
+
}
|
|
9074
|
+
},
|
|
9075
|
+
{
|
|
9076
|
+
"kind": "field",
|
|
9077
|
+
"name": "styles",
|
|
9078
|
+
"type": {
|
|
9079
|
+
"text": "ElementStyles | void | null"
|
|
9080
|
+
},
|
|
9081
|
+
"privacy": "public",
|
|
9082
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
9083
|
+
"inheritedFrom": {
|
|
9084
|
+
"name": "FoundationElement",
|
|
9085
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9086
|
+
}
|
|
9087
|
+
},
|
|
9088
|
+
{
|
|
9089
|
+
"kind": "method",
|
|
9090
|
+
"name": "stylesChanged",
|
|
9091
|
+
"privacy": "protected",
|
|
9092
|
+
"return": {
|
|
9093
|
+
"type": {
|
|
9094
|
+
"text": "void"
|
|
9095
|
+
}
|
|
9096
|
+
},
|
|
9097
|
+
"inheritedFrom": {
|
|
9098
|
+
"name": "FoundationElement",
|
|
9099
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9100
|
+
}
|
|
9101
|
+
},
|
|
9102
|
+
{
|
|
9103
|
+
"kind": "method",
|
|
9104
|
+
"name": "compose",
|
|
9105
|
+
"privacy": "public",
|
|
9106
|
+
"static": true,
|
|
9107
|
+
"return": {
|
|
9108
|
+
"type": {
|
|
9109
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
9110
|
+
}
|
|
9111
|
+
},
|
|
9112
|
+
"parameters": [
|
|
9113
|
+
{
|
|
9114
|
+
"name": "this",
|
|
9115
|
+
"type": {
|
|
9116
|
+
"text": "K"
|
|
9117
|
+
}
|
|
9118
|
+
},
|
|
9119
|
+
{
|
|
9120
|
+
"name": "elementDefinition",
|
|
9121
|
+
"type": {
|
|
9122
|
+
"text": "T"
|
|
9123
|
+
},
|
|
9124
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
9125
|
+
}
|
|
9126
|
+
],
|
|
9127
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
9128
|
+
"inheritedFrom": {
|
|
9129
|
+
"name": "FoundationElement",
|
|
9130
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
9131
|
+
}
|
|
9132
|
+
}
|
|
9133
|
+
],
|
|
9134
|
+
"attributes": [
|
|
9135
|
+
{
|
|
9136
|
+
"name": "show-label",
|
|
9137
|
+
"type": {
|
|
9138
|
+
"text": "boolean"
|
|
9139
|
+
},
|
|
9140
|
+
"default": "false",
|
|
9141
|
+
"fieldName": "showLabel"
|
|
9142
|
+
}
|
|
9143
|
+
],
|
|
9144
|
+
"superclass": {
|
|
9145
|
+
"name": "FoundationElement",
|
|
9146
|
+
"package": "@microsoft/fast-foundation"
|
|
9147
|
+
},
|
|
9148
|
+
"tagName": "%%prefix%%-connection-indicator",
|
|
9149
|
+
"customElement": true
|
|
9150
|
+
},
|
|
9151
|
+
{
|
|
9152
|
+
"kind": "variable",
|
|
9153
|
+
"name": "foundationConnectionIndicator",
|
|
9154
|
+
"description": "The Connection Indicator",
|
|
9155
|
+
"privacy": "public"
|
|
9156
|
+
}
|
|
9157
|
+
],
|
|
9158
|
+
"exports": [
|
|
9159
|
+
{
|
|
9160
|
+
"kind": "js",
|
|
9161
|
+
"name": "ConnectionIndicator",
|
|
9162
|
+
"declaration": {
|
|
9163
|
+
"name": "ConnectionIndicator",
|
|
9164
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9165
|
+
}
|
|
9166
|
+
},
|
|
9167
|
+
{
|
|
9168
|
+
"kind": "js",
|
|
9169
|
+
"name": "foundationConnectionIndicator",
|
|
9170
|
+
"declaration": {
|
|
9171
|
+
"name": "foundationConnectionIndicator",
|
|
9172
|
+
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9173
|
+
}
|
|
9174
|
+
}
|
|
9175
|
+
]
|
|
9176
|
+
},
|
|
9177
|
+
{
|
|
9178
|
+
"kind": "javascript-module",
|
|
9179
|
+
"path": "src/connection-indicator/index.ts",
|
|
9180
|
+
"declarations": [],
|
|
9181
|
+
"exports": [
|
|
9182
|
+
{
|
|
9183
|
+
"kind": "js",
|
|
9184
|
+
"name": "*",
|
|
9185
|
+
"declaration": {
|
|
9186
|
+
"name": "*",
|
|
9187
|
+
"package": "./connection-indicator"
|
|
9188
|
+
}
|
|
9189
|
+
},
|
|
9190
|
+
{
|
|
9191
|
+
"kind": "js",
|
|
9192
|
+
"name": "*",
|
|
9193
|
+
"declaration": {
|
|
9194
|
+
"name": "*",
|
|
9195
|
+
"package": "./connection-indicator.styles"
|
|
9196
|
+
}
|
|
9197
|
+
},
|
|
9198
|
+
{
|
|
9199
|
+
"kind": "js",
|
|
9200
|
+
"name": "*",
|
|
9201
|
+
"declaration": {
|
|
9202
|
+
"name": "*",
|
|
9203
|
+
"package": "./connection-indicator.template"
|
|
9204
|
+
}
|
|
9205
|
+
}
|
|
9206
|
+
]
|
|
9207
|
+
},
|
|
8887
9208
|
{
|
|
8888
9209
|
"kind": "javascript-module",
|
|
8889
9210
|
"path": "src/combobox/combobox.styles.ts",
|
|
@@ -9435,327 +9756,6 @@
|
|
|
9435
9756
|
}
|
|
9436
9757
|
]
|
|
9437
9758
|
},
|
|
9438
|
-
{
|
|
9439
|
-
"kind": "javascript-module",
|
|
9440
|
-
"path": "src/connection-indicator/connection-indicator.styles.ts",
|
|
9441
|
-
"declarations": [
|
|
9442
|
-
{
|
|
9443
|
-
"kind": "function",
|
|
9444
|
-
"name": "foundationConnectionIndicatorStyles",
|
|
9445
|
-
"return": {
|
|
9446
|
-
"type": {
|
|
9447
|
-
"text": "ElementStyles"
|
|
9448
|
-
}
|
|
9449
|
-
},
|
|
9450
|
-
"parameters": [
|
|
9451
|
-
{
|
|
9452
|
-
"name": "context",
|
|
9453
|
-
"type": {
|
|
9454
|
-
"text": "ElementDefinitionContext"
|
|
9455
|
-
}
|
|
9456
|
-
},
|
|
9457
|
-
{
|
|
9458
|
-
"name": "definition",
|
|
9459
|
-
"type": {
|
|
9460
|
-
"text": "FoundationElementDefinition"
|
|
9461
|
-
}
|
|
9462
|
-
}
|
|
9463
|
-
]
|
|
9464
|
-
}
|
|
9465
|
-
],
|
|
9466
|
-
"exports": [
|
|
9467
|
-
{
|
|
9468
|
-
"kind": "js",
|
|
9469
|
-
"name": "foundationConnectionIndicatorStyles",
|
|
9470
|
-
"declaration": {
|
|
9471
|
-
"name": "foundationConnectionIndicatorStyles",
|
|
9472
|
-
"module": "src/connection-indicator/connection-indicator.styles.ts"
|
|
9473
|
-
}
|
|
9474
|
-
}
|
|
9475
|
-
]
|
|
9476
|
-
},
|
|
9477
|
-
{
|
|
9478
|
-
"kind": "javascript-module",
|
|
9479
|
-
"path": "src/connection-indicator/connection-indicator.template.ts",
|
|
9480
|
-
"declarations": [
|
|
9481
|
-
{
|
|
9482
|
-
"kind": "variable",
|
|
9483
|
-
"name": "foundationConnectionIndicatorTemplate",
|
|
9484
|
-
"type": {
|
|
9485
|
-
"text": "ViewTemplate"
|
|
9486
|
-
},
|
|
9487
|
-
"default": "html<ConnectionIndicator>`\n <div class=${(x) => classNames(['light', true], [x.colour, true])}></div>\n ${when(\n (x) => x.showLabel,\n html<ConnectionIndicator>`\n <div class=\"label\">${(x) => x.label}</div>\n `,\n )}\n`"
|
|
9488
|
-
}
|
|
9489
|
-
],
|
|
9490
|
-
"exports": [
|
|
9491
|
-
{
|
|
9492
|
-
"kind": "js",
|
|
9493
|
-
"name": "foundationConnectionIndicatorTemplate",
|
|
9494
|
-
"declaration": {
|
|
9495
|
-
"name": "foundationConnectionIndicatorTemplate",
|
|
9496
|
-
"module": "src/connection-indicator/connection-indicator.template.ts"
|
|
9497
|
-
}
|
|
9498
|
-
}
|
|
9499
|
-
]
|
|
9500
|
-
},
|
|
9501
|
-
{
|
|
9502
|
-
"kind": "javascript-module",
|
|
9503
|
-
"path": "src/connection-indicator/connection-indicator.ts",
|
|
9504
|
-
"declarations": [
|
|
9505
|
-
{
|
|
9506
|
-
"kind": "class",
|
|
9507
|
-
"description": "",
|
|
9508
|
-
"name": "ConnectionIndicator",
|
|
9509
|
-
"members": [
|
|
9510
|
-
{
|
|
9511
|
-
"kind": "field",
|
|
9512
|
-
"name": "connect",
|
|
9513
|
-
"type": {
|
|
9514
|
-
"text": "Connect"
|
|
9515
|
-
}
|
|
9516
|
-
},
|
|
9517
|
-
{
|
|
9518
|
-
"kind": "field",
|
|
9519
|
-
"name": "session",
|
|
9520
|
-
"type": {
|
|
9521
|
-
"text": "Session"
|
|
9522
|
-
}
|
|
9523
|
-
},
|
|
9524
|
-
{
|
|
9525
|
-
"kind": "field",
|
|
9526
|
-
"name": "showLabel",
|
|
9527
|
-
"type": {
|
|
9528
|
-
"text": "boolean"
|
|
9529
|
-
},
|
|
9530
|
-
"default": "false"
|
|
9531
|
-
},
|
|
9532
|
-
{
|
|
9533
|
-
"kind": "field",
|
|
9534
|
-
"name": "label",
|
|
9535
|
-
"type": {
|
|
9536
|
-
"text": "string"
|
|
9537
|
-
},
|
|
9538
|
-
"default": "'disconnected'"
|
|
9539
|
-
},
|
|
9540
|
-
{
|
|
9541
|
-
"kind": "field",
|
|
9542
|
-
"name": "colour",
|
|
9543
|
-
"type": {
|
|
9544
|
-
"text": "'red' | 'green'"
|
|
9545
|
-
},
|
|
9546
|
-
"default": "'red'"
|
|
9547
|
-
},
|
|
9548
|
-
{
|
|
9549
|
-
"kind": "field",
|
|
9550
|
-
"name": "subscription",
|
|
9551
|
-
"type": {
|
|
9552
|
-
"text": "Subscription"
|
|
9553
|
-
},
|
|
9554
|
-
"privacy": "private"
|
|
9555
|
-
},
|
|
9556
|
-
{
|
|
9557
|
-
"kind": "method",
|
|
9558
|
-
"name": "getLabel",
|
|
9559
|
-
"return": {
|
|
9560
|
-
"type": {
|
|
9561
|
-
"text": "string"
|
|
9562
|
-
}
|
|
9563
|
-
},
|
|
9564
|
-
"parameters": [
|
|
9565
|
-
{
|
|
9566
|
-
"name": "connected",
|
|
9567
|
-
"type": {
|
|
9568
|
-
"text": "boolean"
|
|
9569
|
-
}
|
|
9570
|
-
}
|
|
9571
|
-
]
|
|
9572
|
-
},
|
|
9573
|
-
{
|
|
9574
|
-
"kind": "field",
|
|
9575
|
-
"name": "_presentation",
|
|
9576
|
-
"type": {
|
|
9577
|
-
"text": "ComponentPresentation | null | undefined"
|
|
9578
|
-
},
|
|
9579
|
-
"privacy": "private",
|
|
9580
|
-
"default": "void 0",
|
|
9581
|
-
"inheritedFrom": {
|
|
9582
|
-
"name": "FoundationElement",
|
|
9583
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
9584
|
-
}
|
|
9585
|
-
},
|
|
9586
|
-
{
|
|
9587
|
-
"kind": "field",
|
|
9588
|
-
"name": "$presentation",
|
|
9589
|
-
"type": {
|
|
9590
|
-
"text": "ComponentPresentation | null"
|
|
9591
|
-
},
|
|
9592
|
-
"privacy": "public",
|
|
9593
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
9594
|
-
"inheritedFrom": {
|
|
9595
|
-
"name": "FoundationElement",
|
|
9596
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
9597
|
-
}
|
|
9598
|
-
},
|
|
9599
|
-
{
|
|
9600
|
-
"kind": "field",
|
|
9601
|
-
"name": "template",
|
|
9602
|
-
"type": {
|
|
9603
|
-
"text": "ElementViewTemplate | void | null"
|
|
9604
|
-
},
|
|
9605
|
-
"privacy": "public",
|
|
9606
|
-
"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.",
|
|
9607
|
-
"inheritedFrom": {
|
|
9608
|
-
"name": "FoundationElement",
|
|
9609
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
9610
|
-
}
|
|
9611
|
-
},
|
|
9612
|
-
{
|
|
9613
|
-
"kind": "method",
|
|
9614
|
-
"name": "templateChanged",
|
|
9615
|
-
"privacy": "protected",
|
|
9616
|
-
"return": {
|
|
9617
|
-
"type": {
|
|
9618
|
-
"text": "void"
|
|
9619
|
-
}
|
|
9620
|
-
},
|
|
9621
|
-
"inheritedFrom": {
|
|
9622
|
-
"name": "FoundationElement",
|
|
9623
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
9624
|
-
}
|
|
9625
|
-
},
|
|
9626
|
-
{
|
|
9627
|
-
"kind": "field",
|
|
9628
|
-
"name": "styles",
|
|
9629
|
-
"type": {
|
|
9630
|
-
"text": "ElementStyles | void | null"
|
|
9631
|
-
},
|
|
9632
|
-
"privacy": "public",
|
|
9633
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
9634
|
-
"inheritedFrom": {
|
|
9635
|
-
"name": "FoundationElement",
|
|
9636
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
9637
|
-
}
|
|
9638
|
-
},
|
|
9639
|
-
{
|
|
9640
|
-
"kind": "method",
|
|
9641
|
-
"name": "stylesChanged",
|
|
9642
|
-
"privacy": "protected",
|
|
9643
|
-
"return": {
|
|
9644
|
-
"type": {
|
|
9645
|
-
"text": "void"
|
|
9646
|
-
}
|
|
9647
|
-
},
|
|
9648
|
-
"inheritedFrom": {
|
|
9649
|
-
"name": "FoundationElement",
|
|
9650
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
9651
|
-
}
|
|
9652
|
-
},
|
|
9653
|
-
{
|
|
9654
|
-
"kind": "method",
|
|
9655
|
-
"name": "compose",
|
|
9656
|
-
"privacy": "public",
|
|
9657
|
-
"static": true,
|
|
9658
|
-
"return": {
|
|
9659
|
-
"type": {
|
|
9660
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
9661
|
-
}
|
|
9662
|
-
},
|
|
9663
|
-
"parameters": [
|
|
9664
|
-
{
|
|
9665
|
-
"name": "this",
|
|
9666
|
-
"type": {
|
|
9667
|
-
"text": "K"
|
|
9668
|
-
}
|
|
9669
|
-
},
|
|
9670
|
-
{
|
|
9671
|
-
"name": "elementDefinition",
|
|
9672
|
-
"type": {
|
|
9673
|
-
"text": "T"
|
|
9674
|
-
},
|
|
9675
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
9676
|
-
}
|
|
9677
|
-
],
|
|
9678
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
9679
|
-
"inheritedFrom": {
|
|
9680
|
-
"name": "FoundationElement",
|
|
9681
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
9682
|
-
}
|
|
9683
|
-
}
|
|
9684
|
-
],
|
|
9685
|
-
"attributes": [
|
|
9686
|
-
{
|
|
9687
|
-
"name": "show-label",
|
|
9688
|
-
"type": {
|
|
9689
|
-
"text": "boolean"
|
|
9690
|
-
},
|
|
9691
|
-
"default": "false",
|
|
9692
|
-
"fieldName": "showLabel"
|
|
9693
|
-
}
|
|
9694
|
-
],
|
|
9695
|
-
"superclass": {
|
|
9696
|
-
"name": "FoundationElement",
|
|
9697
|
-
"package": "@microsoft/fast-foundation"
|
|
9698
|
-
},
|
|
9699
|
-
"tagName": "%%prefix%%-connection-indicator",
|
|
9700
|
-
"customElement": true
|
|
9701
|
-
},
|
|
9702
|
-
{
|
|
9703
|
-
"kind": "variable",
|
|
9704
|
-
"name": "foundationConnectionIndicator",
|
|
9705
|
-
"description": "The Connection Indicator",
|
|
9706
|
-
"privacy": "public"
|
|
9707
|
-
}
|
|
9708
|
-
],
|
|
9709
|
-
"exports": [
|
|
9710
|
-
{
|
|
9711
|
-
"kind": "js",
|
|
9712
|
-
"name": "ConnectionIndicator",
|
|
9713
|
-
"declaration": {
|
|
9714
|
-
"name": "ConnectionIndicator",
|
|
9715
|
-
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9716
|
-
}
|
|
9717
|
-
},
|
|
9718
|
-
{
|
|
9719
|
-
"kind": "js",
|
|
9720
|
-
"name": "foundationConnectionIndicator",
|
|
9721
|
-
"declaration": {
|
|
9722
|
-
"name": "foundationConnectionIndicator",
|
|
9723
|
-
"module": "src/connection-indicator/connection-indicator.ts"
|
|
9724
|
-
}
|
|
9725
|
-
}
|
|
9726
|
-
]
|
|
9727
|
-
},
|
|
9728
|
-
{
|
|
9729
|
-
"kind": "javascript-module",
|
|
9730
|
-
"path": "src/connection-indicator/index.ts",
|
|
9731
|
-
"declarations": [],
|
|
9732
|
-
"exports": [
|
|
9733
|
-
{
|
|
9734
|
-
"kind": "js",
|
|
9735
|
-
"name": "*",
|
|
9736
|
-
"declaration": {
|
|
9737
|
-
"name": "*",
|
|
9738
|
-
"package": "./connection-indicator"
|
|
9739
|
-
}
|
|
9740
|
-
},
|
|
9741
|
-
{
|
|
9742
|
-
"kind": "js",
|
|
9743
|
-
"name": "*",
|
|
9744
|
-
"declaration": {
|
|
9745
|
-
"name": "*",
|
|
9746
|
-
"package": "./connection-indicator.styles"
|
|
9747
|
-
}
|
|
9748
|
-
},
|
|
9749
|
-
{
|
|
9750
|
-
"kind": "js",
|
|
9751
|
-
"name": "*",
|
|
9752
|
-
"declaration": {
|
|
9753
|
-
"name": "*",
|
|
9754
|
-
"package": "./connection-indicator.template"
|
|
9755
|
-
}
|
|
9756
|
-
}
|
|
9757
|
-
]
|
|
9758
|
-
},
|
|
9759
9759
|
{
|
|
9760
9760
|
"kind": "javascript-module",
|
|
9761
9761
|
"path": "src/data-grid/data-grid.styles.ts",
|
|
@@ -34081,6 +34081,475 @@
|
|
|
34081
34081
|
}
|
|
34082
34082
|
]
|
|
34083
34083
|
},
|
|
34084
|
+
{
|
|
34085
|
+
"kind": "javascript-module",
|
|
34086
|
+
"path": "src/snackbar/index.ts",
|
|
34087
|
+
"declarations": [],
|
|
34088
|
+
"exports": [
|
|
34089
|
+
{
|
|
34090
|
+
"kind": "js",
|
|
34091
|
+
"name": "*",
|
|
34092
|
+
"declaration": {
|
|
34093
|
+
"name": "*",
|
|
34094
|
+
"package": "./snackbar.types"
|
|
34095
|
+
}
|
|
34096
|
+
},
|
|
34097
|
+
{
|
|
34098
|
+
"kind": "js",
|
|
34099
|
+
"name": "*",
|
|
34100
|
+
"declaration": {
|
|
34101
|
+
"name": "*",
|
|
34102
|
+
"package": "./snackbar.config"
|
|
34103
|
+
}
|
|
34104
|
+
},
|
|
34105
|
+
{
|
|
34106
|
+
"kind": "js",
|
|
34107
|
+
"name": "*",
|
|
34108
|
+
"declaration": {
|
|
34109
|
+
"name": "*",
|
|
34110
|
+
"package": "./snackbar.styles"
|
|
34111
|
+
}
|
|
34112
|
+
},
|
|
34113
|
+
{
|
|
34114
|
+
"kind": "js",
|
|
34115
|
+
"name": "*",
|
|
34116
|
+
"declaration": {
|
|
34117
|
+
"name": "*",
|
|
34118
|
+
"package": "./snackbar.template"
|
|
34119
|
+
}
|
|
34120
|
+
},
|
|
34121
|
+
{
|
|
34122
|
+
"kind": "js",
|
|
34123
|
+
"name": "*",
|
|
34124
|
+
"declaration": {
|
|
34125
|
+
"name": "*",
|
|
34126
|
+
"package": "./snackbar"
|
|
34127
|
+
}
|
|
34128
|
+
}
|
|
34129
|
+
]
|
|
34130
|
+
},
|
|
34131
|
+
{
|
|
34132
|
+
"kind": "javascript-module",
|
|
34133
|
+
"path": "src/snackbar/snackbar.styles.ts",
|
|
34134
|
+
"declarations": [
|
|
34135
|
+
{
|
|
34136
|
+
"kind": "variable",
|
|
34137
|
+
"name": "foundationSnackbarStyles",
|
|
34138
|
+
"type": {
|
|
34139
|
+
"text": "ElementStyles"
|
|
34140
|
+
},
|
|
34141
|
+
"default": "css`\n @keyframes append-from-left-animate {\n from {\n transform: translateX(100%);\n opacity: 0%;\n }\n\n to {\n transform: translateX(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-left-animate {\n from {\n transform: translateX(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateX(100%);\n opacity: 0%;\n }\n }\n\n @keyframes append-from-top-animate {\n from {\n transform: translateY(-100%);\n opacity: 0%;\n }\n\n to {\n transform: translateY(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-top-animate {\n from {\n transform: translateY(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateY(-100%);\n opacity: 0%;\n }\n }\n\n @keyframes delete-fade-animate {\n from {\n opacity: 100%;\n }\n\n to {\n opacity: 0%;\n }\n }\n\n :host {\n --snackbar-min-width: 356px;\n --snackbar-min-height: 55px;\n --snackbar-max-width: 496px;\n --snackbar-max-height: auto;\n --snackbar-animation-name: append-from-left-animate;\n --snackbar-animation-delete-name: delete-from-left-animate;\n }\n\n .snackbar {\n animation: var(--snackbar-animation-name) 0.3s linear;\n max-width: var(--snackbar-max-width);\n min-width: var(--snackbar-min-width);\n min-height: var(--snackbar-min-height);\n max-height: var(--snackbar-max-height);\n background-color: var(--fill-color);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border-width: thin;\n border-color: var(--neutral-fill-rest);\n box-shadow: 0 2px 5px 0 rgb(0 0 0 / 35%);\n box-sizing: border-box;\n display: flex;\n position: relative;\n bottom: 5px;\n flex-direction: row;\n padding: 2px 16px;\n }\n\n .snackbar-delete {\n animation: var(--snackbar-animation-delete-name) 0.3s linear;\n opacity: 0%;\n }\n\n .snackbar::after {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 0;\n height: calc(100% - 2px);\n width: 2px;\n border-radius: 2px;\n }\n\n .content {\n display: flex;\n align-items: center;\n flex: 2;\n font-size: 12px;\n overflow: hidden;\n overflow-wrap: anywhere;\n }\n\n .action {\n display: flex;\n flex-direction: row-reverse;\n align-items: center;\n gap: 10px;\n flex: 1;\n overflow: hidden;\n }\n`"
|
|
34142
|
+
}
|
|
34143
|
+
],
|
|
34144
|
+
"exports": [
|
|
34145
|
+
{
|
|
34146
|
+
"kind": "js",
|
|
34147
|
+
"name": "foundationSnackbarStyles",
|
|
34148
|
+
"declaration": {
|
|
34149
|
+
"name": "foundationSnackbarStyles",
|
|
34150
|
+
"module": "src/snackbar/snackbar.styles.ts"
|
|
34151
|
+
}
|
|
34152
|
+
}
|
|
34153
|
+
]
|
|
34154
|
+
},
|
|
34155
|
+
{
|
|
34156
|
+
"kind": "javascript-module",
|
|
34157
|
+
"path": "src/snackbar/snackbar.template.ts",
|
|
34158
|
+
"declarations": [
|
|
34159
|
+
{
|
|
34160
|
+
"kind": "function",
|
|
34161
|
+
"name": "getPrefixedSnackbar",
|
|
34162
|
+
"parameters": [
|
|
34163
|
+
{
|
|
34164
|
+
"name": "prefix",
|
|
34165
|
+
"type": {
|
|
34166
|
+
"text": "string"
|
|
34167
|
+
}
|
|
34168
|
+
}
|
|
34169
|
+
]
|
|
34170
|
+
},
|
|
34171
|
+
{
|
|
34172
|
+
"kind": "variable",
|
|
34173
|
+
"name": "foundationSnackbarTemplate",
|
|
34174
|
+
"default": "html<Snackbar>`\n ${(x) => getPrefixedSnackbar(getPrefix(x))}\n`"
|
|
34175
|
+
}
|
|
34176
|
+
],
|
|
34177
|
+
"exports": [
|
|
34178
|
+
{
|
|
34179
|
+
"kind": "js",
|
|
34180
|
+
"name": "getPrefixedSnackbar",
|
|
34181
|
+
"declaration": {
|
|
34182
|
+
"name": "getPrefixedSnackbar",
|
|
34183
|
+
"module": "src/snackbar/snackbar.template.ts"
|
|
34184
|
+
}
|
|
34185
|
+
},
|
|
34186
|
+
{
|
|
34187
|
+
"kind": "js",
|
|
34188
|
+
"name": "foundationSnackbarTemplate",
|
|
34189
|
+
"declaration": {
|
|
34190
|
+
"name": "foundationSnackbarTemplate",
|
|
34191
|
+
"module": "src/snackbar/snackbar.template.ts"
|
|
34192
|
+
}
|
|
34193
|
+
}
|
|
34194
|
+
]
|
|
34195
|
+
},
|
|
34196
|
+
{
|
|
34197
|
+
"kind": "javascript-module",
|
|
34198
|
+
"path": "src/snackbar/snackbar.ts",
|
|
34199
|
+
"declarations": [
|
|
34200
|
+
{
|
|
34201
|
+
"kind": "variable",
|
|
34202
|
+
"name": "foundationSnackbarShadowOptions",
|
|
34203
|
+
"type": {
|
|
34204
|
+
"text": "ShadowRootInit"
|
|
34205
|
+
},
|
|
34206
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
34207
|
+
},
|
|
34208
|
+
{
|
|
34209
|
+
"kind": "class",
|
|
34210
|
+
"description": "",
|
|
34211
|
+
"name": "Snackbar",
|
|
34212
|
+
"members": [
|
|
34213
|
+
{
|
|
34214
|
+
"kind": "field",
|
|
34215
|
+
"name": "snackbar",
|
|
34216
|
+
"type": {
|
|
34217
|
+
"text": "HTMLElement"
|
|
34218
|
+
},
|
|
34219
|
+
"privacy": "public"
|
|
34220
|
+
},
|
|
34221
|
+
{
|
|
34222
|
+
"kind": "field",
|
|
34223
|
+
"name": "error",
|
|
34224
|
+
"type": {
|
|
34225
|
+
"text": "ErrorStructure"
|
|
34226
|
+
}
|
|
34227
|
+
},
|
|
34228
|
+
{
|
|
34229
|
+
"kind": "field",
|
|
34230
|
+
"name": "notification",
|
|
34231
|
+
"type": {
|
|
34232
|
+
"text": "NotificationStructure"
|
|
34233
|
+
}
|
|
34234
|
+
},
|
|
34235
|
+
{
|
|
34236
|
+
"kind": "field",
|
|
34237
|
+
"name": "deleteAnimation",
|
|
34238
|
+
"type": {
|
|
34239
|
+
"text": "string"
|
|
34240
|
+
},
|
|
34241
|
+
"default": "''"
|
|
34242
|
+
},
|
|
34243
|
+
{
|
|
34244
|
+
"kind": "field",
|
|
34245
|
+
"name": "identifier",
|
|
34246
|
+
"type": {
|
|
34247
|
+
"text": "string"
|
|
34248
|
+
}
|
|
34249
|
+
},
|
|
34250
|
+
{
|
|
34251
|
+
"kind": "field",
|
|
34252
|
+
"name": "closeTimeout",
|
|
34253
|
+
"type": {
|
|
34254
|
+
"text": "number"
|
|
34255
|
+
},
|
|
34256
|
+
"default": "SNACKBAR_CLOSE_TIMEOUT"
|
|
34257
|
+
},
|
|
34258
|
+
{
|
|
34259
|
+
"kind": "field",
|
|
34260
|
+
"name": "autoClose",
|
|
34261
|
+
"type": {
|
|
34262
|
+
"text": "boolean"
|
|
34263
|
+
},
|
|
34264
|
+
"default": "true"
|
|
34265
|
+
},
|
|
34266
|
+
{
|
|
34267
|
+
"kind": "method",
|
|
34268
|
+
"name": "autoCloseChanged"
|
|
34269
|
+
},
|
|
34270
|
+
{
|
|
34271
|
+
"kind": "field",
|
|
34272
|
+
"name": "type",
|
|
34273
|
+
"type": {
|
|
34274
|
+
"text": "SnackbarType"
|
|
34275
|
+
},
|
|
34276
|
+
"default": "SNACKBAR_TYPE_DEFAULT"
|
|
34277
|
+
},
|
|
34278
|
+
{
|
|
34279
|
+
"kind": "field",
|
|
34280
|
+
"name": "timeoutRef",
|
|
34281
|
+
"type": {
|
|
34282
|
+
"text": "ReturnType<typeof setTimeout>"
|
|
34283
|
+
},
|
|
34284
|
+
"privacy": "private"
|
|
34285
|
+
},
|
|
34286
|
+
{
|
|
34287
|
+
"kind": "field",
|
|
34288
|
+
"name": "dismissEventListener",
|
|
34289
|
+
"privacy": "private"
|
|
34290
|
+
},
|
|
34291
|
+
{
|
|
34292
|
+
"kind": "method",
|
|
34293
|
+
"name": "errorChanged",
|
|
34294
|
+
"parameters": [
|
|
34295
|
+
{
|
|
34296
|
+
"name": "oldValue",
|
|
34297
|
+
"type": {
|
|
34298
|
+
"text": "ErrorStructure"
|
|
34299
|
+
}
|
|
34300
|
+
},
|
|
34301
|
+
{
|
|
34302
|
+
"name": "newValue",
|
|
34303
|
+
"type": {
|
|
34304
|
+
"text": "ErrorStructure"
|
|
34305
|
+
}
|
|
34306
|
+
}
|
|
34307
|
+
]
|
|
34308
|
+
},
|
|
34309
|
+
{
|
|
34310
|
+
"kind": "method",
|
|
34311
|
+
"name": "notificationChanged",
|
|
34312
|
+
"parameters": [
|
|
34313
|
+
{
|
|
34314
|
+
"name": "oldValue",
|
|
34315
|
+
"type": {
|
|
34316
|
+
"text": "NotificationStructure"
|
|
34317
|
+
}
|
|
34318
|
+
},
|
|
34319
|
+
{
|
|
34320
|
+
"name": "newValue",
|
|
34321
|
+
"type": {
|
|
34322
|
+
"text": "NotificationStructure"
|
|
34323
|
+
}
|
|
34324
|
+
}
|
|
34325
|
+
]
|
|
34326
|
+
},
|
|
34327
|
+
{
|
|
34328
|
+
"kind": "method",
|
|
34329
|
+
"name": "handleDissmis",
|
|
34330
|
+
"privacy": "public",
|
|
34331
|
+
"parameters": [
|
|
34332
|
+
{
|
|
34333
|
+
"name": "autoDissmis",
|
|
34334
|
+
"default": "false",
|
|
34335
|
+
"type": {
|
|
34336
|
+
"text": "boolean"
|
|
34337
|
+
}
|
|
34338
|
+
}
|
|
34339
|
+
],
|
|
34340
|
+
"description": "Helper for remove snackbar from display with animation"
|
|
34341
|
+
},
|
|
34342
|
+
{
|
|
34343
|
+
"kind": "method",
|
|
34344
|
+
"name": "dismiss",
|
|
34345
|
+
"privacy": "public",
|
|
34346
|
+
"description": "Remove the snackbar from display."
|
|
34347
|
+
},
|
|
34348
|
+
{
|
|
34349
|
+
"kind": "field",
|
|
34350
|
+
"name": "_presentation",
|
|
34351
|
+
"type": {
|
|
34352
|
+
"text": "ComponentPresentation | null | undefined"
|
|
34353
|
+
},
|
|
34354
|
+
"privacy": "private",
|
|
34355
|
+
"default": "void 0",
|
|
34356
|
+
"inheritedFrom": {
|
|
34357
|
+
"name": "FoundationElement",
|
|
34358
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
34359
|
+
}
|
|
34360
|
+
},
|
|
34361
|
+
{
|
|
34362
|
+
"kind": "field",
|
|
34363
|
+
"name": "$presentation",
|
|
34364
|
+
"type": {
|
|
34365
|
+
"text": "ComponentPresentation | null"
|
|
34366
|
+
},
|
|
34367
|
+
"privacy": "public",
|
|
34368
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
34369
|
+
"inheritedFrom": {
|
|
34370
|
+
"name": "FoundationElement",
|
|
34371
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
34372
|
+
}
|
|
34373
|
+
},
|
|
34374
|
+
{
|
|
34375
|
+
"kind": "field",
|
|
34376
|
+
"name": "template",
|
|
34377
|
+
"type": {
|
|
34378
|
+
"text": "ElementViewTemplate | void | null"
|
|
34379
|
+
},
|
|
34380
|
+
"privacy": "public",
|
|
34381
|
+
"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.",
|
|
34382
|
+
"inheritedFrom": {
|
|
34383
|
+
"name": "FoundationElement",
|
|
34384
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
34385
|
+
}
|
|
34386
|
+
},
|
|
34387
|
+
{
|
|
34388
|
+
"kind": "method",
|
|
34389
|
+
"name": "templateChanged",
|
|
34390
|
+
"privacy": "protected",
|
|
34391
|
+
"return": {
|
|
34392
|
+
"type": {
|
|
34393
|
+
"text": "void"
|
|
34394
|
+
}
|
|
34395
|
+
},
|
|
34396
|
+
"inheritedFrom": {
|
|
34397
|
+
"name": "FoundationElement",
|
|
34398
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
34399
|
+
}
|
|
34400
|
+
},
|
|
34401
|
+
{
|
|
34402
|
+
"kind": "field",
|
|
34403
|
+
"name": "styles",
|
|
34404
|
+
"type": {
|
|
34405
|
+
"text": "ElementStyles | void | null"
|
|
34406
|
+
},
|
|
34407
|
+
"privacy": "public",
|
|
34408
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
34409
|
+
"inheritedFrom": {
|
|
34410
|
+
"name": "FoundationElement",
|
|
34411
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
34412
|
+
}
|
|
34413
|
+
},
|
|
34414
|
+
{
|
|
34415
|
+
"kind": "method",
|
|
34416
|
+
"name": "stylesChanged",
|
|
34417
|
+
"privacy": "protected",
|
|
34418
|
+
"return": {
|
|
34419
|
+
"type": {
|
|
34420
|
+
"text": "void"
|
|
34421
|
+
}
|
|
34422
|
+
},
|
|
34423
|
+
"inheritedFrom": {
|
|
34424
|
+
"name": "FoundationElement",
|
|
34425
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
34426
|
+
}
|
|
34427
|
+
},
|
|
34428
|
+
{
|
|
34429
|
+
"kind": "method",
|
|
34430
|
+
"name": "compose",
|
|
34431
|
+
"privacy": "public",
|
|
34432
|
+
"static": true,
|
|
34433
|
+
"return": {
|
|
34434
|
+
"type": {
|
|
34435
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
34436
|
+
}
|
|
34437
|
+
},
|
|
34438
|
+
"parameters": [
|
|
34439
|
+
{
|
|
34440
|
+
"name": "this",
|
|
34441
|
+
"type": {
|
|
34442
|
+
"text": "K"
|
|
34443
|
+
}
|
|
34444
|
+
},
|
|
34445
|
+
{
|
|
34446
|
+
"name": "elementDefinition",
|
|
34447
|
+
"type": {
|
|
34448
|
+
"text": "T"
|
|
34449
|
+
},
|
|
34450
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
34451
|
+
}
|
|
34452
|
+
],
|
|
34453
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
34454
|
+
"inheritedFrom": {
|
|
34455
|
+
"name": "FoundationElement",
|
|
34456
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
34457
|
+
}
|
|
34458
|
+
}
|
|
34459
|
+
],
|
|
34460
|
+
"events": [
|
|
34461
|
+
{
|
|
34462
|
+
"type": {
|
|
34463
|
+
"text": "CustomEvent"
|
|
34464
|
+
}
|
|
34465
|
+
}
|
|
34466
|
+
],
|
|
34467
|
+
"attributes": [
|
|
34468
|
+
{
|
|
34469
|
+
"name": "identifier",
|
|
34470
|
+
"type": {
|
|
34471
|
+
"text": "string"
|
|
34472
|
+
},
|
|
34473
|
+
"fieldName": "identifier"
|
|
34474
|
+
},
|
|
34475
|
+
{
|
|
34476
|
+
"name": "close-timeout",
|
|
34477
|
+
"type": {
|
|
34478
|
+
"text": "number"
|
|
34479
|
+
},
|
|
34480
|
+
"default": "SNACKBAR_CLOSE_TIMEOUT",
|
|
34481
|
+
"resolveInitializer": {
|
|
34482
|
+
"module": "/src/snackbar/snackbar.config"
|
|
34483
|
+
},
|
|
34484
|
+
"fieldName": "closeTimeout"
|
|
34485
|
+
},
|
|
34486
|
+
{
|
|
34487
|
+
"name": "auto-close",
|
|
34488
|
+
"type": {
|
|
34489
|
+
"text": "boolean"
|
|
34490
|
+
},
|
|
34491
|
+
"default": "true",
|
|
34492
|
+
"fieldName": "autoClose"
|
|
34493
|
+
},
|
|
34494
|
+
{
|
|
34495
|
+
"name": "type",
|
|
34496
|
+
"type": {
|
|
34497
|
+
"text": "SnackbarType"
|
|
34498
|
+
},
|
|
34499
|
+
"default": "SNACKBAR_TYPE_DEFAULT",
|
|
34500
|
+
"resolveInitializer": {
|
|
34501
|
+
"module": "/src/snackbar/snackbar.config"
|
|
34502
|
+
},
|
|
34503
|
+
"fieldName": "type"
|
|
34504
|
+
}
|
|
34505
|
+
],
|
|
34506
|
+
"superclass": {
|
|
34507
|
+
"name": "FoundationElement",
|
|
34508
|
+
"package": "@microsoft/fast-foundation"
|
|
34509
|
+
},
|
|
34510
|
+
"tagName": "%%prefix%%-snackbar",
|
|
34511
|
+
"customElement": true
|
|
34512
|
+
},
|
|
34513
|
+
{
|
|
34514
|
+
"kind": "variable",
|
|
34515
|
+
"name": "foundationSnackbar",
|
|
34516
|
+
"description": "The Foundation Snackbar",
|
|
34517
|
+
"privacy": "public"
|
|
34518
|
+
}
|
|
34519
|
+
],
|
|
34520
|
+
"exports": [
|
|
34521
|
+
{
|
|
34522
|
+
"kind": "js",
|
|
34523
|
+
"name": "foundationSnackbarShadowOptions",
|
|
34524
|
+
"declaration": {
|
|
34525
|
+
"name": "foundationSnackbarShadowOptions",
|
|
34526
|
+
"module": "src/snackbar/snackbar.ts"
|
|
34527
|
+
}
|
|
34528
|
+
},
|
|
34529
|
+
{
|
|
34530
|
+
"kind": "js",
|
|
34531
|
+
"name": "Snackbar",
|
|
34532
|
+
"declaration": {
|
|
34533
|
+
"name": "Snackbar",
|
|
34534
|
+
"module": "src/snackbar/snackbar.ts"
|
|
34535
|
+
}
|
|
34536
|
+
},
|
|
34537
|
+
{
|
|
34538
|
+
"kind": "js",
|
|
34539
|
+
"name": "foundationSnackbar",
|
|
34540
|
+
"declaration": {
|
|
34541
|
+
"name": "foundationSnackbar",
|
|
34542
|
+
"module": "src/snackbar/snackbar.ts"
|
|
34543
|
+
}
|
|
34544
|
+
}
|
|
34545
|
+
]
|
|
34546
|
+
},
|
|
34547
|
+
{
|
|
34548
|
+
"kind": "javascript-module",
|
|
34549
|
+
"path": "src/snackbar/snackbar.types.ts",
|
|
34550
|
+
"declarations": [],
|
|
34551
|
+
"exports": []
|
|
34552
|
+
},
|
|
34084
34553
|
{
|
|
34085
34554
|
"kind": "javascript-module",
|
|
34086
34555
|
"path": "src/stacking-icons/index.ts",
|
|
@@ -35300,475 +35769,6 @@
|
|
|
35300
35769
|
}
|
|
35301
35770
|
]
|
|
35302
35771
|
},
|
|
35303
|
-
{
|
|
35304
|
-
"kind": "javascript-module",
|
|
35305
|
-
"path": "src/snackbar/index.ts",
|
|
35306
|
-
"declarations": [],
|
|
35307
|
-
"exports": [
|
|
35308
|
-
{
|
|
35309
|
-
"kind": "js",
|
|
35310
|
-
"name": "*",
|
|
35311
|
-
"declaration": {
|
|
35312
|
-
"name": "*",
|
|
35313
|
-
"package": "./snackbar.types"
|
|
35314
|
-
}
|
|
35315
|
-
},
|
|
35316
|
-
{
|
|
35317
|
-
"kind": "js",
|
|
35318
|
-
"name": "*",
|
|
35319
|
-
"declaration": {
|
|
35320
|
-
"name": "*",
|
|
35321
|
-
"package": "./snackbar.config"
|
|
35322
|
-
}
|
|
35323
|
-
},
|
|
35324
|
-
{
|
|
35325
|
-
"kind": "js",
|
|
35326
|
-
"name": "*",
|
|
35327
|
-
"declaration": {
|
|
35328
|
-
"name": "*",
|
|
35329
|
-
"package": "./snackbar.styles"
|
|
35330
|
-
}
|
|
35331
|
-
},
|
|
35332
|
-
{
|
|
35333
|
-
"kind": "js",
|
|
35334
|
-
"name": "*",
|
|
35335
|
-
"declaration": {
|
|
35336
|
-
"name": "*",
|
|
35337
|
-
"package": "./snackbar.template"
|
|
35338
|
-
}
|
|
35339
|
-
},
|
|
35340
|
-
{
|
|
35341
|
-
"kind": "js",
|
|
35342
|
-
"name": "*",
|
|
35343
|
-
"declaration": {
|
|
35344
|
-
"name": "*",
|
|
35345
|
-
"package": "./snackbar"
|
|
35346
|
-
}
|
|
35347
|
-
}
|
|
35348
|
-
]
|
|
35349
|
-
},
|
|
35350
|
-
{
|
|
35351
|
-
"kind": "javascript-module",
|
|
35352
|
-
"path": "src/snackbar/snackbar.styles.ts",
|
|
35353
|
-
"declarations": [
|
|
35354
|
-
{
|
|
35355
|
-
"kind": "variable",
|
|
35356
|
-
"name": "foundationSnackbarStyles",
|
|
35357
|
-
"type": {
|
|
35358
|
-
"text": "ElementStyles"
|
|
35359
|
-
},
|
|
35360
|
-
"default": "css`\n @keyframes append-from-left-animate {\n from {\n transform: translateX(100%);\n opacity: 0%;\n }\n\n to {\n transform: translateX(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-left-animate {\n from {\n transform: translateX(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateX(100%);\n opacity: 0%;\n }\n }\n\n @keyframes append-from-top-animate {\n from {\n transform: translateY(-100%);\n opacity: 0%;\n }\n\n to {\n transform: translateY(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-top-animate {\n from {\n transform: translateY(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateY(-100%);\n opacity: 0%;\n }\n }\n\n @keyframes delete-fade-animate {\n from {\n opacity: 100%;\n }\n\n to {\n opacity: 0%;\n }\n }\n\n :host {\n --snackbar-min-width: 356px;\n --snackbar-min-height: 55px;\n --snackbar-max-width: 496px;\n --snackbar-max-height: auto;\n --snackbar-animation-name: append-from-left-animate;\n --snackbar-animation-delete-name: delete-from-left-animate;\n }\n\n .snackbar {\n animation: var(--snackbar-animation-name) 0.3s linear;\n max-width: var(--snackbar-max-width);\n min-width: var(--snackbar-min-width);\n min-height: var(--snackbar-min-height);\n max-height: var(--snackbar-max-height);\n background-color: var(--fill-color);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border-width: thin;\n border-color: var(--neutral-fill-rest);\n box-shadow: 0 2px 5px 0 rgb(0 0 0 / 35%);\n box-sizing: border-box;\n display: flex;\n position: relative;\n bottom: 5px;\n flex-direction: row;\n padding: 2px 16px;\n }\n\n .snackbar-delete {\n animation: var(--snackbar-animation-delete-name) 0.3s linear;\n opacity: 0%;\n }\n\n .snackbar::after {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 0;\n height: calc(100% - 2px);\n width: 2px;\n border-radius: 2px;\n }\n\n .content {\n display: flex;\n align-items: center;\n flex: 2;\n font-size: 12px;\n overflow: hidden;\n overflow-wrap: anywhere;\n }\n\n .action {\n display: flex;\n flex-direction: row-reverse;\n align-items: center;\n gap: 10px;\n flex: 1;\n overflow: hidden;\n }\n`"
|
|
35361
|
-
}
|
|
35362
|
-
],
|
|
35363
|
-
"exports": [
|
|
35364
|
-
{
|
|
35365
|
-
"kind": "js",
|
|
35366
|
-
"name": "foundationSnackbarStyles",
|
|
35367
|
-
"declaration": {
|
|
35368
|
-
"name": "foundationSnackbarStyles",
|
|
35369
|
-
"module": "src/snackbar/snackbar.styles.ts"
|
|
35370
|
-
}
|
|
35371
|
-
}
|
|
35372
|
-
]
|
|
35373
|
-
},
|
|
35374
|
-
{
|
|
35375
|
-
"kind": "javascript-module",
|
|
35376
|
-
"path": "src/snackbar/snackbar.template.ts",
|
|
35377
|
-
"declarations": [
|
|
35378
|
-
{
|
|
35379
|
-
"kind": "function",
|
|
35380
|
-
"name": "getPrefixedSnackbar",
|
|
35381
|
-
"parameters": [
|
|
35382
|
-
{
|
|
35383
|
-
"name": "prefix",
|
|
35384
|
-
"type": {
|
|
35385
|
-
"text": "string"
|
|
35386
|
-
}
|
|
35387
|
-
}
|
|
35388
|
-
]
|
|
35389
|
-
},
|
|
35390
|
-
{
|
|
35391
|
-
"kind": "variable",
|
|
35392
|
-
"name": "foundationSnackbarTemplate",
|
|
35393
|
-
"default": "html<Snackbar>`\n ${(x) => getPrefixedSnackbar(getPrefix(x))}\n`"
|
|
35394
|
-
}
|
|
35395
|
-
],
|
|
35396
|
-
"exports": [
|
|
35397
|
-
{
|
|
35398
|
-
"kind": "js",
|
|
35399
|
-
"name": "getPrefixedSnackbar",
|
|
35400
|
-
"declaration": {
|
|
35401
|
-
"name": "getPrefixedSnackbar",
|
|
35402
|
-
"module": "src/snackbar/snackbar.template.ts"
|
|
35403
|
-
}
|
|
35404
|
-
},
|
|
35405
|
-
{
|
|
35406
|
-
"kind": "js",
|
|
35407
|
-
"name": "foundationSnackbarTemplate",
|
|
35408
|
-
"declaration": {
|
|
35409
|
-
"name": "foundationSnackbarTemplate",
|
|
35410
|
-
"module": "src/snackbar/snackbar.template.ts"
|
|
35411
|
-
}
|
|
35412
|
-
}
|
|
35413
|
-
]
|
|
35414
|
-
},
|
|
35415
|
-
{
|
|
35416
|
-
"kind": "javascript-module",
|
|
35417
|
-
"path": "src/snackbar/snackbar.ts",
|
|
35418
|
-
"declarations": [
|
|
35419
|
-
{
|
|
35420
|
-
"kind": "variable",
|
|
35421
|
-
"name": "foundationSnackbarShadowOptions",
|
|
35422
|
-
"type": {
|
|
35423
|
-
"text": "ShadowRootInit"
|
|
35424
|
-
},
|
|
35425
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
35426
|
-
},
|
|
35427
|
-
{
|
|
35428
|
-
"kind": "class",
|
|
35429
|
-
"description": "",
|
|
35430
|
-
"name": "Snackbar",
|
|
35431
|
-
"members": [
|
|
35432
|
-
{
|
|
35433
|
-
"kind": "field",
|
|
35434
|
-
"name": "snackbar",
|
|
35435
|
-
"type": {
|
|
35436
|
-
"text": "HTMLElement"
|
|
35437
|
-
},
|
|
35438
|
-
"privacy": "public"
|
|
35439
|
-
},
|
|
35440
|
-
{
|
|
35441
|
-
"kind": "field",
|
|
35442
|
-
"name": "error",
|
|
35443
|
-
"type": {
|
|
35444
|
-
"text": "ErrorStructure"
|
|
35445
|
-
}
|
|
35446
|
-
},
|
|
35447
|
-
{
|
|
35448
|
-
"kind": "field",
|
|
35449
|
-
"name": "notification",
|
|
35450
|
-
"type": {
|
|
35451
|
-
"text": "NotificationStructure"
|
|
35452
|
-
}
|
|
35453
|
-
},
|
|
35454
|
-
{
|
|
35455
|
-
"kind": "field",
|
|
35456
|
-
"name": "deleteAnimation",
|
|
35457
|
-
"type": {
|
|
35458
|
-
"text": "string"
|
|
35459
|
-
},
|
|
35460
|
-
"default": "''"
|
|
35461
|
-
},
|
|
35462
|
-
{
|
|
35463
|
-
"kind": "field",
|
|
35464
|
-
"name": "identifier",
|
|
35465
|
-
"type": {
|
|
35466
|
-
"text": "string"
|
|
35467
|
-
}
|
|
35468
|
-
},
|
|
35469
|
-
{
|
|
35470
|
-
"kind": "field",
|
|
35471
|
-
"name": "closeTimeout",
|
|
35472
|
-
"type": {
|
|
35473
|
-
"text": "number"
|
|
35474
|
-
},
|
|
35475
|
-
"default": "SNACKBAR_CLOSE_TIMEOUT"
|
|
35476
|
-
},
|
|
35477
|
-
{
|
|
35478
|
-
"kind": "field",
|
|
35479
|
-
"name": "autoClose",
|
|
35480
|
-
"type": {
|
|
35481
|
-
"text": "boolean"
|
|
35482
|
-
},
|
|
35483
|
-
"default": "true"
|
|
35484
|
-
},
|
|
35485
|
-
{
|
|
35486
|
-
"kind": "method",
|
|
35487
|
-
"name": "autoCloseChanged"
|
|
35488
|
-
},
|
|
35489
|
-
{
|
|
35490
|
-
"kind": "field",
|
|
35491
|
-
"name": "type",
|
|
35492
|
-
"type": {
|
|
35493
|
-
"text": "SnackbarType"
|
|
35494
|
-
},
|
|
35495
|
-
"default": "SNACKBAR_TYPE_DEFAULT"
|
|
35496
|
-
},
|
|
35497
|
-
{
|
|
35498
|
-
"kind": "field",
|
|
35499
|
-
"name": "timeoutRef",
|
|
35500
|
-
"type": {
|
|
35501
|
-
"text": "ReturnType<typeof setTimeout>"
|
|
35502
|
-
},
|
|
35503
|
-
"privacy": "private"
|
|
35504
|
-
},
|
|
35505
|
-
{
|
|
35506
|
-
"kind": "field",
|
|
35507
|
-
"name": "dismissEventListener",
|
|
35508
|
-
"privacy": "private"
|
|
35509
|
-
},
|
|
35510
|
-
{
|
|
35511
|
-
"kind": "method",
|
|
35512
|
-
"name": "errorChanged",
|
|
35513
|
-
"parameters": [
|
|
35514
|
-
{
|
|
35515
|
-
"name": "oldValue",
|
|
35516
|
-
"type": {
|
|
35517
|
-
"text": "ErrorStructure"
|
|
35518
|
-
}
|
|
35519
|
-
},
|
|
35520
|
-
{
|
|
35521
|
-
"name": "newValue",
|
|
35522
|
-
"type": {
|
|
35523
|
-
"text": "ErrorStructure"
|
|
35524
|
-
}
|
|
35525
|
-
}
|
|
35526
|
-
]
|
|
35527
|
-
},
|
|
35528
|
-
{
|
|
35529
|
-
"kind": "method",
|
|
35530
|
-
"name": "notificationChanged",
|
|
35531
|
-
"parameters": [
|
|
35532
|
-
{
|
|
35533
|
-
"name": "oldValue",
|
|
35534
|
-
"type": {
|
|
35535
|
-
"text": "NotificationStructure"
|
|
35536
|
-
}
|
|
35537
|
-
},
|
|
35538
|
-
{
|
|
35539
|
-
"name": "newValue",
|
|
35540
|
-
"type": {
|
|
35541
|
-
"text": "NotificationStructure"
|
|
35542
|
-
}
|
|
35543
|
-
}
|
|
35544
|
-
]
|
|
35545
|
-
},
|
|
35546
|
-
{
|
|
35547
|
-
"kind": "method",
|
|
35548
|
-
"name": "handleDissmis",
|
|
35549
|
-
"privacy": "public",
|
|
35550
|
-
"parameters": [
|
|
35551
|
-
{
|
|
35552
|
-
"name": "autoDissmis",
|
|
35553
|
-
"default": "false",
|
|
35554
|
-
"type": {
|
|
35555
|
-
"text": "boolean"
|
|
35556
|
-
}
|
|
35557
|
-
}
|
|
35558
|
-
],
|
|
35559
|
-
"description": "Helper for remove snackbar from display with animation"
|
|
35560
|
-
},
|
|
35561
|
-
{
|
|
35562
|
-
"kind": "method",
|
|
35563
|
-
"name": "dismiss",
|
|
35564
|
-
"privacy": "public",
|
|
35565
|
-
"description": "Remove the snackbar from display."
|
|
35566
|
-
},
|
|
35567
|
-
{
|
|
35568
|
-
"kind": "field",
|
|
35569
|
-
"name": "_presentation",
|
|
35570
|
-
"type": {
|
|
35571
|
-
"text": "ComponentPresentation | null | undefined"
|
|
35572
|
-
},
|
|
35573
|
-
"privacy": "private",
|
|
35574
|
-
"default": "void 0",
|
|
35575
|
-
"inheritedFrom": {
|
|
35576
|
-
"name": "FoundationElement",
|
|
35577
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
35578
|
-
}
|
|
35579
|
-
},
|
|
35580
|
-
{
|
|
35581
|
-
"kind": "field",
|
|
35582
|
-
"name": "$presentation",
|
|
35583
|
-
"type": {
|
|
35584
|
-
"text": "ComponentPresentation | null"
|
|
35585
|
-
},
|
|
35586
|
-
"privacy": "public",
|
|
35587
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
35588
|
-
"inheritedFrom": {
|
|
35589
|
-
"name": "FoundationElement",
|
|
35590
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
35591
|
-
}
|
|
35592
|
-
},
|
|
35593
|
-
{
|
|
35594
|
-
"kind": "field",
|
|
35595
|
-
"name": "template",
|
|
35596
|
-
"type": {
|
|
35597
|
-
"text": "ElementViewTemplate | void | null"
|
|
35598
|
-
},
|
|
35599
|
-
"privacy": "public",
|
|
35600
|
-
"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.",
|
|
35601
|
-
"inheritedFrom": {
|
|
35602
|
-
"name": "FoundationElement",
|
|
35603
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
35604
|
-
}
|
|
35605
|
-
},
|
|
35606
|
-
{
|
|
35607
|
-
"kind": "method",
|
|
35608
|
-
"name": "templateChanged",
|
|
35609
|
-
"privacy": "protected",
|
|
35610
|
-
"return": {
|
|
35611
|
-
"type": {
|
|
35612
|
-
"text": "void"
|
|
35613
|
-
}
|
|
35614
|
-
},
|
|
35615
|
-
"inheritedFrom": {
|
|
35616
|
-
"name": "FoundationElement",
|
|
35617
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
35618
|
-
}
|
|
35619
|
-
},
|
|
35620
|
-
{
|
|
35621
|
-
"kind": "field",
|
|
35622
|
-
"name": "styles",
|
|
35623
|
-
"type": {
|
|
35624
|
-
"text": "ElementStyles | void | null"
|
|
35625
|
-
},
|
|
35626
|
-
"privacy": "public",
|
|
35627
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
35628
|
-
"inheritedFrom": {
|
|
35629
|
-
"name": "FoundationElement",
|
|
35630
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
35631
|
-
}
|
|
35632
|
-
},
|
|
35633
|
-
{
|
|
35634
|
-
"kind": "method",
|
|
35635
|
-
"name": "stylesChanged",
|
|
35636
|
-
"privacy": "protected",
|
|
35637
|
-
"return": {
|
|
35638
|
-
"type": {
|
|
35639
|
-
"text": "void"
|
|
35640
|
-
}
|
|
35641
|
-
},
|
|
35642
|
-
"inheritedFrom": {
|
|
35643
|
-
"name": "FoundationElement",
|
|
35644
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
35645
|
-
}
|
|
35646
|
-
},
|
|
35647
|
-
{
|
|
35648
|
-
"kind": "method",
|
|
35649
|
-
"name": "compose",
|
|
35650
|
-
"privacy": "public",
|
|
35651
|
-
"static": true,
|
|
35652
|
-
"return": {
|
|
35653
|
-
"type": {
|
|
35654
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
35655
|
-
}
|
|
35656
|
-
},
|
|
35657
|
-
"parameters": [
|
|
35658
|
-
{
|
|
35659
|
-
"name": "this",
|
|
35660
|
-
"type": {
|
|
35661
|
-
"text": "K"
|
|
35662
|
-
}
|
|
35663
|
-
},
|
|
35664
|
-
{
|
|
35665
|
-
"name": "elementDefinition",
|
|
35666
|
-
"type": {
|
|
35667
|
-
"text": "T"
|
|
35668
|
-
},
|
|
35669
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
35670
|
-
}
|
|
35671
|
-
],
|
|
35672
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
35673
|
-
"inheritedFrom": {
|
|
35674
|
-
"name": "FoundationElement",
|
|
35675
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
35676
|
-
}
|
|
35677
|
-
}
|
|
35678
|
-
],
|
|
35679
|
-
"events": [
|
|
35680
|
-
{
|
|
35681
|
-
"type": {
|
|
35682
|
-
"text": "CustomEvent"
|
|
35683
|
-
}
|
|
35684
|
-
}
|
|
35685
|
-
],
|
|
35686
|
-
"attributes": [
|
|
35687
|
-
{
|
|
35688
|
-
"name": "identifier",
|
|
35689
|
-
"type": {
|
|
35690
|
-
"text": "string"
|
|
35691
|
-
},
|
|
35692
|
-
"fieldName": "identifier"
|
|
35693
|
-
},
|
|
35694
|
-
{
|
|
35695
|
-
"name": "close-timeout",
|
|
35696
|
-
"type": {
|
|
35697
|
-
"text": "number"
|
|
35698
|
-
},
|
|
35699
|
-
"default": "SNACKBAR_CLOSE_TIMEOUT",
|
|
35700
|
-
"resolveInitializer": {
|
|
35701
|
-
"module": "/src/snackbar/snackbar.config"
|
|
35702
|
-
},
|
|
35703
|
-
"fieldName": "closeTimeout"
|
|
35704
|
-
},
|
|
35705
|
-
{
|
|
35706
|
-
"name": "auto-close",
|
|
35707
|
-
"type": {
|
|
35708
|
-
"text": "boolean"
|
|
35709
|
-
},
|
|
35710
|
-
"default": "true",
|
|
35711
|
-
"fieldName": "autoClose"
|
|
35712
|
-
},
|
|
35713
|
-
{
|
|
35714
|
-
"name": "type",
|
|
35715
|
-
"type": {
|
|
35716
|
-
"text": "SnackbarType"
|
|
35717
|
-
},
|
|
35718
|
-
"default": "SNACKBAR_TYPE_DEFAULT",
|
|
35719
|
-
"resolveInitializer": {
|
|
35720
|
-
"module": "/src/snackbar/snackbar.config"
|
|
35721
|
-
},
|
|
35722
|
-
"fieldName": "type"
|
|
35723
|
-
}
|
|
35724
|
-
],
|
|
35725
|
-
"superclass": {
|
|
35726
|
-
"name": "FoundationElement",
|
|
35727
|
-
"package": "@microsoft/fast-foundation"
|
|
35728
|
-
},
|
|
35729
|
-
"tagName": "%%prefix%%-snackbar",
|
|
35730
|
-
"customElement": true
|
|
35731
|
-
},
|
|
35732
|
-
{
|
|
35733
|
-
"kind": "variable",
|
|
35734
|
-
"name": "foundationSnackbar",
|
|
35735
|
-
"description": "The Foundation Snackbar",
|
|
35736
|
-
"privacy": "public"
|
|
35737
|
-
}
|
|
35738
|
-
],
|
|
35739
|
-
"exports": [
|
|
35740
|
-
{
|
|
35741
|
-
"kind": "js",
|
|
35742
|
-
"name": "foundationSnackbarShadowOptions",
|
|
35743
|
-
"declaration": {
|
|
35744
|
-
"name": "foundationSnackbarShadowOptions",
|
|
35745
|
-
"module": "src/snackbar/snackbar.ts"
|
|
35746
|
-
}
|
|
35747
|
-
},
|
|
35748
|
-
{
|
|
35749
|
-
"kind": "js",
|
|
35750
|
-
"name": "Snackbar",
|
|
35751
|
-
"declaration": {
|
|
35752
|
-
"name": "Snackbar",
|
|
35753
|
-
"module": "src/snackbar/snackbar.ts"
|
|
35754
|
-
}
|
|
35755
|
-
},
|
|
35756
|
-
{
|
|
35757
|
-
"kind": "js",
|
|
35758
|
-
"name": "foundationSnackbar",
|
|
35759
|
-
"declaration": {
|
|
35760
|
-
"name": "foundationSnackbar",
|
|
35761
|
-
"module": "src/snackbar/snackbar.ts"
|
|
35762
|
-
}
|
|
35763
|
-
}
|
|
35764
|
-
]
|
|
35765
|
-
},
|
|
35766
|
-
{
|
|
35767
|
-
"kind": "javascript-module",
|
|
35768
|
-
"path": "src/snackbar/snackbar.types.ts",
|
|
35769
|
-
"declarations": [],
|
|
35770
|
-
"exports": []
|
|
35771
|
-
},
|
|
35772
35772
|
{
|
|
35773
35773
|
"kind": "javascript-module",
|
|
35774
35774
|
"path": "src/stepper-tab-panel/index.ts",
|