@genesislcap/foundation-ui 14.181.0 → 14.181.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/custom-elements.json +987 -987
  2. package/package.json +16 -16
@@ -862,6 +862,37 @@
862
862
  }
863
863
  ]
864
864
  },
865
+ {
866
+ "kind": "javascript-module",
867
+ "path": "src/_config/index.ts",
868
+ "declarations": [],
869
+ "exports": [
870
+ {
871
+ "kind": "js",
872
+ "name": "*",
873
+ "declaration": {
874
+ "name": "*",
875
+ "package": "./styles"
876
+ }
877
+ },
878
+ {
879
+ "kind": "js",
880
+ "name": "*",
881
+ "declaration": {
882
+ "name": "*",
883
+ "package": "./tokens"
884
+ }
885
+ },
886
+ {
887
+ "kind": "js",
888
+ "name": "*",
889
+ "declaration": {
890
+ "name": "*",
891
+ "package": "./values"
892
+ }
893
+ }
894
+ ]
895
+ },
865
896
  {
866
897
  "kind": "javascript-module",
867
898
  "path": "src/accordion/accordion.styles.ts",
@@ -1044,6 +1075,400 @@
1044
1075
  }
1045
1076
  ]
1046
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
+ },
1047
1472
  {
1048
1473
  "kind": "javascript-module",
1049
1474
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -2123,431 +2548,6 @@
2123
2548
  }
2124
2549
  ]
2125
2550
  },
2126
- {
2127
- "kind": "javascript-module",
2128
- "path": "src/_config/index.ts",
2129
- "declarations": [],
2130
- "exports": [
2131
- {
2132
- "kind": "js",
2133
- "name": "*",
2134
- "declaration": {
2135
- "name": "*",
2136
- "package": "./styles"
2137
- }
2138
- },
2139
- {
2140
- "kind": "js",
2141
- "name": "*",
2142
- "declaration": {
2143
- "name": "*",
2144
- "package": "./tokens"
2145
- }
2146
- },
2147
- {
2148
- "kind": "js",
2149
- "name": "*",
2150
- "declaration": {
2151
- "name": "*",
2152
- "package": "./values"
2153
- }
2154
- }
2155
- ]
2156
- },
2157
- {
2158
- "kind": "javascript-module",
2159
- "path": "src/accordion-item/accordion-item.styles.ts",
2160
- "declarations": [
2161
- {
2162
- "kind": "function",
2163
- "name": "foundationAccordionItemStyles",
2164
- "return": {
2165
- "type": {
2166
- "text": "ElementStyles"
2167
- }
2168
- },
2169
- "parameters": [
2170
- {
2171
- "name": "context",
2172
- "type": {
2173
- "text": "ElementDefinitionContext"
2174
- }
2175
- },
2176
- {
2177
- "name": "definition",
2178
- "type": {
2179
- "text": "FoundationElementDefinition"
2180
- }
2181
- }
2182
- ]
2183
- }
2184
- ],
2185
- "exports": [
2186
- {
2187
- "kind": "js",
2188
- "name": "foundationAccordionItemStyles",
2189
- "declaration": {
2190
- "name": "foundationAccordionItemStyles",
2191
- "module": "src/accordion-item/accordion-item.styles.ts"
2192
- }
2193
- }
2194
- ]
2195
- },
2196
- {
2197
- "kind": "javascript-module",
2198
- "path": "src/accordion-item/accordion-item.template.ts",
2199
- "declarations": [
2200
- {
2201
- "kind": "function",
2202
- "name": "foundationAccordionItemTemplate",
2203
- "return": {
2204
- "type": {
2205
- "text": "ViewTemplate<AccordionItem>"
2206
- }
2207
- },
2208
- "parameters": [
2209
- {
2210
- "name": "context",
2211
- "type": {
2212
- "text": "ElementDefinitionContext"
2213
- }
2214
- },
2215
- {
2216
- "name": "definition",
2217
- "type": {
2218
- "text": "FoundationElementDefinition"
2219
- }
2220
- }
2221
- ]
2222
- }
2223
- ],
2224
- "exports": [
2225
- {
2226
- "kind": "js",
2227
- "name": "foundationAccordionItemTemplate",
2228
- "declaration": {
2229
- "name": "foundationAccordionItemTemplate",
2230
- "module": "src/accordion-item/accordion-item.template.ts"
2231
- }
2232
- }
2233
- ]
2234
- },
2235
- {
2236
- "kind": "javascript-module",
2237
- "path": "src/accordion-item/accordion-item.ts",
2238
- "declarations": [
2239
- {
2240
- "kind": "class",
2241
- "description": "",
2242
- "name": "AccordionItem",
2243
- "superclass": {
2244
- "name": "FASTAccordionItem",
2245
- "package": "@microsoft/fast-components"
2246
- },
2247
- "tagName": "%%prefix%%-accordion-item",
2248
- "customElement": true,
2249
- "attributes": [
2250
- {
2251
- "name": "heading-level",
2252
- "type": {
2253
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2254
- },
2255
- "default": "2",
2256
- "description": "Configures the https://www.w3.org/TR/wai-aria-1.1/#aria-level | level of the\nheading element.",
2257
- "fieldName": "headinglevel",
2258
- "inheritedFrom": {
2259
- "name": "AccordionItem",
2260
- "module": "src/accordion-item/accordion-item.ts"
2261
- }
2262
- },
2263
- {
2264
- "type": {
2265
- "text": "boolean"
2266
- },
2267
- "default": "false",
2268
- "description": "Expands or collapses the item.",
2269
- "fieldName": "expanded",
2270
- "inheritedFrom": {
2271
- "name": "AccordionItem",
2272
- "module": "src/accordion-item/accordion-item.ts"
2273
- }
2274
- },
2275
- {
2276
- "name": "id",
2277
- "type": {
2278
- "text": "string"
2279
- },
2280
- "description": "The item ID",
2281
- "fieldName": "id",
2282
- "inheritedFrom": {
2283
- "name": "AccordionItem",
2284
- "module": "src/accordion-item/accordion-item.ts"
2285
- }
2286
- }
2287
- ],
2288
- "members": [
2289
- {
2290
- "kind": "field",
2291
- "name": "headinglevel",
2292
- "type": {
2293
- "text": "1 | 2 | 3 | 4 | 5 | 6"
2294
- },
2295
- "privacy": "public",
2296
- "default": "2",
2297
- "description": "Configures the {@link https://www.w3.org/TR/wai-aria-1.1/#aria-level | level} of the heading element.",
2298
- "inheritedFrom": {
2299
- "name": "AccordionItem",
2300
- "module": "src/accordion-item/accordion-item.ts"
2301
- }
2302
- },
2303
- {
2304
- "kind": "field",
2305
- "name": "expanded",
2306
- "type": {
2307
- "text": "boolean"
2308
- },
2309
- "privacy": "public",
2310
- "default": "false",
2311
- "description": "Expands or collapses the item.",
2312
- "inheritedFrom": {
2313
- "name": "AccordionItem",
2314
- "module": "src/accordion-item/accordion-item.ts"
2315
- }
2316
- },
2317
- {
2318
- "kind": "field",
2319
- "name": "id",
2320
- "type": {
2321
- "text": "string"
2322
- },
2323
- "privacy": "public",
2324
- "description": "The item ID",
2325
- "inheritedFrom": {
2326
- "name": "AccordionItem",
2327
- "module": "src/accordion-item/accordion-item.ts"
2328
- }
2329
- },
2330
- {
2331
- "kind": "field",
2332
- "name": "change",
2333
- "privacy": "private",
2334
- "inheritedFrom": {
2335
- "name": "AccordionItem",
2336
- "module": "src/accordion-item/accordion-item.ts"
2337
- }
2338
- },
2339
- {
2340
- "kind": "field",
2341
- "name": "_presentation",
2342
- "type": {
2343
- "text": "ComponentPresentation | null | undefined"
2344
- },
2345
- "privacy": "private",
2346
- "default": "void 0",
2347
- "inheritedFrom": {
2348
- "name": "FoundationElement",
2349
- "module": "src/foundation-element/foundation-element.ts"
2350
- }
2351
- },
2352
- {
2353
- "kind": "field",
2354
- "name": "$presentation",
2355
- "type": {
2356
- "text": "ComponentPresentation | null"
2357
- },
2358
- "privacy": "public",
2359
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2360
- "inheritedFrom": {
2361
- "name": "FoundationElement",
2362
- "module": "src/foundation-element/foundation-element.ts"
2363
- }
2364
- },
2365
- {
2366
- "kind": "field",
2367
- "name": "template",
2368
- "type": {
2369
- "text": "ElementViewTemplate | void | null"
2370
- },
2371
- "privacy": "public",
2372
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
2373
- "inheritedFrom": {
2374
- "name": "FoundationElement",
2375
- "module": "src/foundation-element/foundation-element.ts"
2376
- }
2377
- },
2378
- {
2379
- "kind": "method",
2380
- "name": "templateChanged",
2381
- "privacy": "protected",
2382
- "return": {
2383
- "type": {
2384
- "text": "void"
2385
- }
2386
- },
2387
- "inheritedFrom": {
2388
- "name": "FoundationElement",
2389
- "module": "src/foundation-element/foundation-element.ts"
2390
- }
2391
- },
2392
- {
2393
- "kind": "field",
2394
- "name": "styles",
2395
- "type": {
2396
- "text": "ElementStyles | void | null"
2397
- },
2398
- "privacy": "public",
2399
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
2400
- "inheritedFrom": {
2401
- "name": "FoundationElement",
2402
- "module": "src/foundation-element/foundation-element.ts"
2403
- }
2404
- },
2405
- {
2406
- "kind": "method",
2407
- "name": "stylesChanged",
2408
- "privacy": "protected",
2409
- "return": {
2410
- "type": {
2411
- "text": "void"
2412
- }
2413
- },
2414
- "inheritedFrom": {
2415
- "name": "FoundationElement",
2416
- "module": "src/foundation-element/foundation-element.ts"
2417
- }
2418
- },
2419
- {
2420
- "kind": "method",
2421
- "name": "compose",
2422
- "privacy": "public",
2423
- "static": true,
2424
- "return": {
2425
- "type": {
2426
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2427
- }
2428
- },
2429
- "parameters": [
2430
- {
2431
- "name": "this",
2432
- "type": {
2433
- "text": "K"
2434
- }
2435
- },
2436
- {
2437
- "name": "elementDefinition",
2438
- "type": {
2439
- "text": "T"
2440
- },
2441
- "description": "The definition of the element to create the registry\nfunction for."
2442
- }
2443
- ],
2444
- "description": "Defines an element registry function with a set of element definition defaults.",
2445
- "inheritedFrom": {
2446
- "name": "FoundationElement",
2447
- "module": "src/foundation-element/foundation-element.ts"
2448
- }
2449
- }
2450
- ],
2451
- "events": [
2452
- {
2453
- "description": "Fires a custom 'change' event when the button is invoked",
2454
- "name": "change",
2455
- "inheritedFrom": {
2456
- "name": "AccordionItem",
2457
- "module": "src/accordion-item/accordion-item.ts"
2458
- }
2459
- }
2460
- ]
2461
- },
2462
- {
2463
- "kind": "variable",
2464
- "name": "foundationAccordionItemShadowOptions",
2465
- "type": {
2466
- "text": "ShadowRootInit"
2467
- },
2468
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2469
- },
2470
- {
2471
- "kind": "variable",
2472
- "name": "defaultAccordionItemConfig",
2473
- "type": {
2474
- "text": "object"
2475
- },
2476
- "default": "{\n collapsedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"collapsed-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M9 5.44446V12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"plus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n expandedIcon: `<svg width=\"16\" height=\"16\" viewBox=\"0 0 18 18\" xmlns=\"http://www.w3.org/2000/svg\" slot=\"expanded-icon\">\n <path d=\"M15.2222 1H2.77778C1.79594 1 1 1.79594 1 2.77778V15.2222C1 16.2041 1.79594 17 2.77778 17H15.2222C16.2041 17 17 16.2041 17 15.2222V2.77778C17 1.79594 16.2041 1 15.2222 1Z\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n <path class=\"minus-sign\" d=\"M5.44446 9H12.5556\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path>\n </svg>`,\n}"
2477
- },
2478
- {
2479
- "kind": "variable",
2480
- "name": "foundationAccordionItem",
2481
- "description": "The Foundation Accordion Item",
2482
- "privacy": "public"
2483
- }
2484
- ],
2485
- "exports": [
2486
- {
2487
- "kind": "js",
2488
- "name": "AccordionItem",
2489
- "declaration": {
2490
- "name": "AccordionItem",
2491
- "module": "src/accordion-item/accordion-item.ts"
2492
- }
2493
- },
2494
- {
2495
- "kind": "js",
2496
- "name": "foundationAccordionItemShadowOptions",
2497
- "declaration": {
2498
- "name": "foundationAccordionItemShadowOptions",
2499
- "module": "src/accordion-item/accordion-item.ts"
2500
- }
2501
- },
2502
- {
2503
- "kind": "js",
2504
- "name": "defaultAccordionItemConfig",
2505
- "declaration": {
2506
- "name": "defaultAccordionItemConfig",
2507
- "module": "src/accordion-item/accordion-item.ts"
2508
- }
2509
- },
2510
- {
2511
- "kind": "js",
2512
- "name": "foundationAccordionItem",
2513
- "declaration": {
2514
- "name": "foundationAccordionItem",
2515
- "module": "src/accordion-item/accordion-item.ts"
2516
- }
2517
- }
2518
- ]
2519
- },
2520
- {
2521
- "kind": "javascript-module",
2522
- "path": "src/accordion-item/index.ts",
2523
- "declarations": [],
2524
- "exports": [
2525
- {
2526
- "kind": "js",
2527
- "name": "*",
2528
- "declaration": {
2529
- "name": "*",
2530
- "package": "./accordion-item.template"
2531
- }
2532
- },
2533
- {
2534
- "kind": "js",
2535
- "name": "*",
2536
- "declaration": {
2537
- "name": "*",
2538
- "package": "./accordion-item.styles"
2539
- }
2540
- },
2541
- {
2542
- "kind": "js",
2543
- "name": "*",
2544
- "declaration": {
2545
- "name": "*",
2546
- "package": "./accordion-item"
2547
- }
2548
- }
2549
- ]
2550
- },
2551
2551
  {
2552
2552
  "kind": "javascript-module",
2553
2553
  "path": "src/anchored-region/anchor-region.template.ts",
@@ -15855,323 +15855,6 @@
15855
15855
  }
15856
15856
  ]
15857
15857
  },
15858
- {
15859
- "kind": "javascript-module",
15860
- "path": "src/error-dialog/error-dialog.styles.ts",
15861
- "declarations": [
15862
- {
15863
- "kind": "variable",
15864
- "name": "foundationErrorDialogStyles",
15865
- "type": {
15866
- "text": "ElementStyles"
15867
- },
15868
- "default": "css`\n :host {\n --design-unit: 3;\n --dialog-max-width: 358px;\n --dialog-min-width: 358px;\n --dialog-max-height: 128px;\n --error-details-min-height: 40px;\n }\n\n .title {\n margin-top: calc(var(--design-unit) * 2px);\n font-size: 14px;\n }\n\n .details {\n font-size: 12px;\n overflow: hidden;\n min-height: var(--error-details-min-height);\n }\n`"
15869
- }
15870
- ],
15871
- "exports": [
15872
- {
15873
- "kind": "js",
15874
- "name": "foundationErrorDialogStyles",
15875
- "declaration": {
15876
- "name": "foundationErrorDialogStyles",
15877
- "module": "src/error-dialog/error-dialog.styles.ts"
15878
- }
15879
- }
15880
- ]
15881
- },
15882
- {
15883
- "kind": "javascript-module",
15884
- "path": "src/error-dialog/error-dialog.template.ts",
15885
- "declarations": [
15886
- {
15887
- "kind": "function",
15888
- "name": "getErrorDialogTemplate",
15889
- "parameters": [
15890
- {
15891
- "name": "prefix",
15892
- "type": {
15893
- "text": "string"
15894
- }
15895
- }
15896
- ]
15897
- },
15898
- {
15899
- "kind": "variable",
15900
- "name": "errorDialogTemplate",
15901
- "default": "html<ErrorDialog>`\n ${(x) => getErrorDialogTemplate(getPrefix(x))}\n`"
15902
- }
15903
- ],
15904
- "exports": [
15905
- {
15906
- "kind": "js",
15907
- "name": "getErrorDialogTemplate",
15908
- "declaration": {
15909
- "name": "getErrorDialogTemplate",
15910
- "module": "src/error-dialog/error-dialog.template.ts"
15911
- }
15912
- },
15913
- {
15914
- "kind": "js",
15915
- "name": "errorDialogTemplate",
15916
- "declaration": {
15917
- "name": "errorDialogTemplate",
15918
- "module": "src/error-dialog/error-dialog.template.ts"
15919
- }
15920
- }
15921
- ]
15922
- },
15923
- {
15924
- "kind": "javascript-module",
15925
- "path": "src/error-dialog/error-dialog.ts",
15926
- "declarations": [
15927
- {
15928
- "kind": "variable",
15929
- "name": "foundationErrorDialogShadowOptions",
15930
- "type": {
15931
- "text": "ShadowRootInit"
15932
- },
15933
- "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
15934
- },
15935
- {
15936
- "kind": "class",
15937
- "description": "",
15938
- "name": "ErrorDialog",
15939
- "members": [
15940
- {
15941
- "kind": "field",
15942
- "name": "dialog",
15943
- "type": {
15944
- "text": "HTMLElement & { close: () => void; show: () => void }"
15945
- },
15946
- "privacy": "public"
15947
- },
15948
- {
15949
- "kind": "field",
15950
- "name": "error",
15951
- "type": {
15952
- "text": "ErrorStructure"
15953
- }
15954
- },
15955
- {
15956
- "kind": "field",
15957
- "name": "notification",
15958
- "type": {
15959
- "text": "NotificationStructure"
15960
- }
15961
- },
15962
- {
15963
- "kind": "method",
15964
- "name": "show",
15965
- "privacy": "public",
15966
- "return": {
15967
- "type": {
15968
- "text": "void"
15969
- }
15970
- },
15971
- "description": "Show the Error Dialog."
15972
- },
15973
- {
15974
- "kind": "method",
15975
- "name": "dismiss",
15976
- "privacy": "public",
15977
- "description": "Dismiss the Error Dialog from display and calls the dismissing action."
15978
- },
15979
- {
15980
- "kind": "method",
15981
- "name": "closeDialog",
15982
- "privacy": "public",
15983
- "return": {
15984
- "type": {
15985
- "text": "void"
15986
- }
15987
- },
15988
- "description": "Dismiss the Error Dialog from display."
15989
- },
15990
- {
15991
- "kind": "field",
15992
- "name": "_presentation",
15993
- "type": {
15994
- "text": "ComponentPresentation | null | undefined"
15995
- },
15996
- "privacy": "private",
15997
- "default": "void 0",
15998
- "inheritedFrom": {
15999
- "name": "FoundationElement",
16000
- "module": "src/foundation-element/foundation-element.ts"
16001
- }
16002
- },
16003
- {
16004
- "kind": "field",
16005
- "name": "$presentation",
16006
- "type": {
16007
- "text": "ComponentPresentation | null"
16008
- },
16009
- "privacy": "public",
16010
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
16011
- "inheritedFrom": {
16012
- "name": "FoundationElement",
16013
- "module": "src/foundation-element/foundation-element.ts"
16014
- }
16015
- },
16016
- {
16017
- "kind": "field",
16018
- "name": "template",
16019
- "type": {
16020
- "text": "ElementViewTemplate | void | null"
16021
- },
16022
- "privacy": "public",
16023
- "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.",
16024
- "inheritedFrom": {
16025
- "name": "FoundationElement",
16026
- "module": "src/foundation-element/foundation-element.ts"
16027
- }
16028
- },
16029
- {
16030
- "kind": "method",
16031
- "name": "templateChanged",
16032
- "privacy": "protected",
16033
- "return": {
16034
- "type": {
16035
- "text": "void"
16036
- }
16037
- },
16038
- "inheritedFrom": {
16039
- "name": "FoundationElement",
16040
- "module": "src/foundation-element/foundation-element.ts"
16041
- }
16042
- },
16043
- {
16044
- "kind": "field",
16045
- "name": "styles",
16046
- "type": {
16047
- "text": "ElementStyles | void | null"
16048
- },
16049
- "privacy": "public",
16050
- "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.",
16051
- "inheritedFrom": {
16052
- "name": "FoundationElement",
16053
- "module": "src/foundation-element/foundation-element.ts"
16054
- }
16055
- },
16056
- {
16057
- "kind": "method",
16058
- "name": "stylesChanged",
16059
- "privacy": "protected",
16060
- "return": {
16061
- "type": {
16062
- "text": "void"
16063
- }
16064
- },
16065
- "inheritedFrom": {
16066
- "name": "FoundationElement",
16067
- "module": "src/foundation-element/foundation-element.ts"
16068
- }
16069
- },
16070
- {
16071
- "kind": "method",
16072
- "name": "compose",
16073
- "privacy": "public",
16074
- "static": true,
16075
- "return": {
16076
- "type": {
16077
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
16078
- }
16079
- },
16080
- "parameters": [
16081
- {
16082
- "name": "this",
16083
- "type": {
16084
- "text": "K"
16085
- }
16086
- },
16087
- {
16088
- "name": "elementDefinition",
16089
- "type": {
16090
- "text": "T"
16091
- },
16092
- "description": "The definition of the element to create the registry\nfunction for."
16093
- }
16094
- ],
16095
- "description": "Defines an element registry function with a set of element definition defaults.",
16096
- "inheritedFrom": {
16097
- "name": "FoundationElement",
16098
- "module": "src/foundation-element/foundation-element.ts"
16099
- }
16100
- }
16101
- ],
16102
- "superclass": {
16103
- "name": "FoundationElement",
16104
- "package": "@microsoft/fast-foundation"
16105
- },
16106
- "tagName": "%%prefix%%-error-dialog",
16107
- "deprecated": "true",
16108
- "customElement": true
16109
- },
16110
- {
16111
- "kind": "variable",
16112
- "name": "foundationErrorDialog",
16113
- "description": "The Foundation Error Dialog",
16114
- "privacy": "public"
16115
- }
16116
- ],
16117
- "exports": [
16118
- {
16119
- "kind": "js",
16120
- "name": "foundationErrorDialogShadowOptions",
16121
- "declaration": {
16122
- "name": "foundationErrorDialogShadowOptions",
16123
- "module": "src/error-dialog/error-dialog.ts"
16124
- }
16125
- },
16126
- {
16127
- "kind": "js",
16128
- "name": "ErrorDialog",
16129
- "declaration": {
16130
- "name": "ErrorDialog",
16131
- "module": "src/error-dialog/error-dialog.ts"
16132
- }
16133
- },
16134
- {
16135
- "kind": "js",
16136
- "name": "foundationErrorDialog",
16137
- "declaration": {
16138
- "name": "foundationErrorDialog",
16139
- "module": "src/error-dialog/error-dialog.ts"
16140
- }
16141
- }
16142
- ]
16143
- },
16144
- {
16145
- "kind": "javascript-module",
16146
- "path": "src/error-dialog/index.ts",
16147
- "declarations": [],
16148
- "exports": [
16149
- {
16150
- "kind": "js",
16151
- "name": "*",
16152
- "declaration": {
16153
- "name": "*",
16154
- "package": "./error-dialog.template"
16155
- }
16156
- },
16157
- {
16158
- "kind": "js",
16159
- "name": "*",
16160
- "declaration": {
16161
- "name": "*",
16162
- "package": "./error-dialog"
16163
- }
16164
- },
16165
- {
16166
- "kind": "js",
16167
- "name": "*",
16168
- "declaration": {
16169
- "name": "*",
16170
- "package": "./error-dialog.styles"
16171
- }
16172
- }
16173
- ]
16174
- },
16175
15858
  {
16176
15859
  "kind": "javascript-module",
16177
15860
  "path": "src/file-upload/file-upload.styles.ts",
@@ -16894,6 +16577,323 @@
16894
16577
  }
16895
16578
  ]
16896
16579
  },
16580
+ {
16581
+ "kind": "javascript-module",
16582
+ "path": "src/error-dialog/error-dialog.styles.ts",
16583
+ "declarations": [
16584
+ {
16585
+ "kind": "variable",
16586
+ "name": "foundationErrorDialogStyles",
16587
+ "type": {
16588
+ "text": "ElementStyles"
16589
+ },
16590
+ "default": "css`\n :host {\n --design-unit: 3;\n --dialog-max-width: 358px;\n --dialog-min-width: 358px;\n --dialog-max-height: 128px;\n --error-details-min-height: 40px;\n }\n\n .title {\n margin-top: calc(var(--design-unit) * 2px);\n font-size: 14px;\n }\n\n .details {\n font-size: 12px;\n overflow: hidden;\n min-height: var(--error-details-min-height);\n }\n`"
16591
+ }
16592
+ ],
16593
+ "exports": [
16594
+ {
16595
+ "kind": "js",
16596
+ "name": "foundationErrorDialogStyles",
16597
+ "declaration": {
16598
+ "name": "foundationErrorDialogStyles",
16599
+ "module": "src/error-dialog/error-dialog.styles.ts"
16600
+ }
16601
+ }
16602
+ ]
16603
+ },
16604
+ {
16605
+ "kind": "javascript-module",
16606
+ "path": "src/error-dialog/error-dialog.template.ts",
16607
+ "declarations": [
16608
+ {
16609
+ "kind": "function",
16610
+ "name": "getErrorDialogTemplate",
16611
+ "parameters": [
16612
+ {
16613
+ "name": "prefix",
16614
+ "type": {
16615
+ "text": "string"
16616
+ }
16617
+ }
16618
+ ]
16619
+ },
16620
+ {
16621
+ "kind": "variable",
16622
+ "name": "errorDialogTemplate",
16623
+ "default": "html<ErrorDialog>`\n ${(x) => getErrorDialogTemplate(getPrefix(x))}\n`"
16624
+ }
16625
+ ],
16626
+ "exports": [
16627
+ {
16628
+ "kind": "js",
16629
+ "name": "getErrorDialogTemplate",
16630
+ "declaration": {
16631
+ "name": "getErrorDialogTemplate",
16632
+ "module": "src/error-dialog/error-dialog.template.ts"
16633
+ }
16634
+ },
16635
+ {
16636
+ "kind": "js",
16637
+ "name": "errorDialogTemplate",
16638
+ "declaration": {
16639
+ "name": "errorDialogTemplate",
16640
+ "module": "src/error-dialog/error-dialog.template.ts"
16641
+ }
16642
+ }
16643
+ ]
16644
+ },
16645
+ {
16646
+ "kind": "javascript-module",
16647
+ "path": "src/error-dialog/error-dialog.ts",
16648
+ "declarations": [
16649
+ {
16650
+ "kind": "variable",
16651
+ "name": "foundationErrorDialogShadowOptions",
16652
+ "type": {
16653
+ "text": "ShadowRootInit"
16654
+ },
16655
+ "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
16656
+ },
16657
+ {
16658
+ "kind": "class",
16659
+ "description": "",
16660
+ "name": "ErrorDialog",
16661
+ "members": [
16662
+ {
16663
+ "kind": "field",
16664
+ "name": "dialog",
16665
+ "type": {
16666
+ "text": "HTMLElement & { close: () => void; show: () => void }"
16667
+ },
16668
+ "privacy": "public"
16669
+ },
16670
+ {
16671
+ "kind": "field",
16672
+ "name": "error",
16673
+ "type": {
16674
+ "text": "ErrorStructure"
16675
+ }
16676
+ },
16677
+ {
16678
+ "kind": "field",
16679
+ "name": "notification",
16680
+ "type": {
16681
+ "text": "NotificationStructure"
16682
+ }
16683
+ },
16684
+ {
16685
+ "kind": "method",
16686
+ "name": "show",
16687
+ "privacy": "public",
16688
+ "return": {
16689
+ "type": {
16690
+ "text": "void"
16691
+ }
16692
+ },
16693
+ "description": "Show the Error Dialog."
16694
+ },
16695
+ {
16696
+ "kind": "method",
16697
+ "name": "dismiss",
16698
+ "privacy": "public",
16699
+ "description": "Dismiss the Error Dialog from display and calls the dismissing action."
16700
+ },
16701
+ {
16702
+ "kind": "method",
16703
+ "name": "closeDialog",
16704
+ "privacy": "public",
16705
+ "return": {
16706
+ "type": {
16707
+ "text": "void"
16708
+ }
16709
+ },
16710
+ "description": "Dismiss the Error Dialog from display."
16711
+ },
16712
+ {
16713
+ "kind": "field",
16714
+ "name": "_presentation",
16715
+ "type": {
16716
+ "text": "ComponentPresentation | null | undefined"
16717
+ },
16718
+ "privacy": "private",
16719
+ "default": "void 0",
16720
+ "inheritedFrom": {
16721
+ "name": "FoundationElement",
16722
+ "module": "src/foundation-element/foundation-element.ts"
16723
+ }
16724
+ },
16725
+ {
16726
+ "kind": "field",
16727
+ "name": "$presentation",
16728
+ "type": {
16729
+ "text": "ComponentPresentation | null"
16730
+ },
16731
+ "privacy": "public",
16732
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
16733
+ "inheritedFrom": {
16734
+ "name": "FoundationElement",
16735
+ "module": "src/foundation-element/foundation-element.ts"
16736
+ }
16737
+ },
16738
+ {
16739
+ "kind": "field",
16740
+ "name": "template",
16741
+ "type": {
16742
+ "text": "ElementViewTemplate | void | null"
16743
+ },
16744
+ "privacy": "public",
16745
+ "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.",
16746
+ "inheritedFrom": {
16747
+ "name": "FoundationElement",
16748
+ "module": "src/foundation-element/foundation-element.ts"
16749
+ }
16750
+ },
16751
+ {
16752
+ "kind": "method",
16753
+ "name": "templateChanged",
16754
+ "privacy": "protected",
16755
+ "return": {
16756
+ "type": {
16757
+ "text": "void"
16758
+ }
16759
+ },
16760
+ "inheritedFrom": {
16761
+ "name": "FoundationElement",
16762
+ "module": "src/foundation-element/foundation-element.ts"
16763
+ }
16764
+ },
16765
+ {
16766
+ "kind": "field",
16767
+ "name": "styles",
16768
+ "type": {
16769
+ "text": "ElementStyles | void | null"
16770
+ },
16771
+ "privacy": "public",
16772
+ "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.",
16773
+ "inheritedFrom": {
16774
+ "name": "FoundationElement",
16775
+ "module": "src/foundation-element/foundation-element.ts"
16776
+ }
16777
+ },
16778
+ {
16779
+ "kind": "method",
16780
+ "name": "stylesChanged",
16781
+ "privacy": "protected",
16782
+ "return": {
16783
+ "type": {
16784
+ "text": "void"
16785
+ }
16786
+ },
16787
+ "inheritedFrom": {
16788
+ "name": "FoundationElement",
16789
+ "module": "src/foundation-element/foundation-element.ts"
16790
+ }
16791
+ },
16792
+ {
16793
+ "kind": "method",
16794
+ "name": "compose",
16795
+ "privacy": "public",
16796
+ "static": true,
16797
+ "return": {
16798
+ "type": {
16799
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
16800
+ }
16801
+ },
16802
+ "parameters": [
16803
+ {
16804
+ "name": "this",
16805
+ "type": {
16806
+ "text": "K"
16807
+ }
16808
+ },
16809
+ {
16810
+ "name": "elementDefinition",
16811
+ "type": {
16812
+ "text": "T"
16813
+ },
16814
+ "description": "The definition of the element to create the registry\nfunction for."
16815
+ }
16816
+ ],
16817
+ "description": "Defines an element registry function with a set of element definition defaults.",
16818
+ "inheritedFrom": {
16819
+ "name": "FoundationElement",
16820
+ "module": "src/foundation-element/foundation-element.ts"
16821
+ }
16822
+ }
16823
+ ],
16824
+ "superclass": {
16825
+ "name": "FoundationElement",
16826
+ "package": "@microsoft/fast-foundation"
16827
+ },
16828
+ "tagName": "%%prefix%%-error-dialog",
16829
+ "deprecated": "true",
16830
+ "customElement": true
16831
+ },
16832
+ {
16833
+ "kind": "variable",
16834
+ "name": "foundationErrorDialog",
16835
+ "description": "The Foundation Error Dialog",
16836
+ "privacy": "public"
16837
+ }
16838
+ ],
16839
+ "exports": [
16840
+ {
16841
+ "kind": "js",
16842
+ "name": "foundationErrorDialogShadowOptions",
16843
+ "declaration": {
16844
+ "name": "foundationErrorDialogShadowOptions",
16845
+ "module": "src/error-dialog/error-dialog.ts"
16846
+ }
16847
+ },
16848
+ {
16849
+ "kind": "js",
16850
+ "name": "ErrorDialog",
16851
+ "declaration": {
16852
+ "name": "ErrorDialog",
16853
+ "module": "src/error-dialog/error-dialog.ts"
16854
+ }
16855
+ },
16856
+ {
16857
+ "kind": "js",
16858
+ "name": "foundationErrorDialog",
16859
+ "declaration": {
16860
+ "name": "foundationErrorDialog",
16861
+ "module": "src/error-dialog/error-dialog.ts"
16862
+ }
16863
+ }
16864
+ ]
16865
+ },
16866
+ {
16867
+ "kind": "javascript-module",
16868
+ "path": "src/error-dialog/index.ts",
16869
+ "declarations": [],
16870
+ "exports": [
16871
+ {
16872
+ "kind": "js",
16873
+ "name": "*",
16874
+ "declaration": {
16875
+ "name": "*",
16876
+ "package": "./error-dialog.template"
16877
+ }
16878
+ },
16879
+ {
16880
+ "kind": "js",
16881
+ "name": "*",
16882
+ "declaration": {
16883
+ "name": "*",
16884
+ "package": "./error-dialog"
16885
+ }
16886
+ },
16887
+ {
16888
+ "kind": "js",
16889
+ "name": "*",
16890
+ "declaration": {
16891
+ "name": "*",
16892
+ "package": "./error-dialog.styles"
16893
+ }
16894
+ }
16895
+ ]
16896
+ },
16897
16897
  {
16898
16898
  "kind": "javascript-module",
16899
16899
  "path": "src/filter/filter.styles.ts",
@@ -35471,6 +35471,235 @@
35471
35471
  }
35472
35472
  ]
35473
35473
  },
35474
+ {
35475
+ "kind": "javascript-module",
35476
+ "path": "src/stepper-tab-panel/index.ts",
35477
+ "declarations": [],
35478
+ "exports": [
35479
+ {
35480
+ "kind": "js",
35481
+ "name": "*",
35482
+ "declaration": {
35483
+ "name": "*",
35484
+ "package": "./stepper-tab-panel.template"
35485
+ }
35486
+ },
35487
+ {
35488
+ "kind": "js",
35489
+ "name": "*",
35490
+ "declaration": {
35491
+ "name": "*",
35492
+ "package": "./stepper-tab-panel"
35493
+ }
35494
+ }
35495
+ ]
35496
+ },
35497
+ {
35498
+ "kind": "javascript-module",
35499
+ "path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
35500
+ "declarations": [
35501
+ {
35502
+ "kind": "function",
35503
+ "name": "foundationStepperTabPanelTemplate"
35504
+ }
35505
+ ],
35506
+ "exports": [
35507
+ {
35508
+ "kind": "js",
35509
+ "name": "foundationStepperTabPanelTemplate",
35510
+ "declaration": {
35511
+ "name": "foundationStepperTabPanelTemplate",
35512
+ "module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
35513
+ }
35514
+ }
35515
+ ]
35516
+ },
35517
+ {
35518
+ "kind": "javascript-module",
35519
+ "path": "src/stepper-tab-panel/stepper-tab-panel.ts",
35520
+ "declarations": [
35521
+ {
35522
+ "kind": "class",
35523
+ "description": "",
35524
+ "name": "StepperTabPanel",
35525
+ "superclass": {
35526
+ "name": "FoundationElement",
35527
+ "package": "@microsoft/fast-foundation"
35528
+ },
35529
+ "tagName": "%%prefix%%-stepper-tab-panel",
35530
+ "customElement": true,
35531
+ "members": [
35532
+ {
35533
+ "kind": "field",
35534
+ "name": "_presentation",
35535
+ "type": {
35536
+ "text": "ComponentPresentation | null | undefined"
35537
+ },
35538
+ "privacy": "private",
35539
+ "default": "void 0",
35540
+ "inheritedFrom": {
35541
+ "name": "FoundationElement",
35542
+ "module": "src/foundation-element/foundation-element.ts"
35543
+ }
35544
+ },
35545
+ {
35546
+ "kind": "field",
35547
+ "name": "$presentation",
35548
+ "type": {
35549
+ "text": "ComponentPresentation | null"
35550
+ },
35551
+ "privacy": "public",
35552
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
35553
+ "inheritedFrom": {
35554
+ "name": "FoundationElement",
35555
+ "module": "src/foundation-element/foundation-element.ts"
35556
+ }
35557
+ },
35558
+ {
35559
+ "kind": "field",
35560
+ "name": "template",
35561
+ "type": {
35562
+ "text": "ElementViewTemplate | void | null"
35563
+ },
35564
+ "privacy": "public",
35565
+ "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.",
35566
+ "inheritedFrom": {
35567
+ "name": "FoundationElement",
35568
+ "module": "src/foundation-element/foundation-element.ts"
35569
+ }
35570
+ },
35571
+ {
35572
+ "kind": "method",
35573
+ "name": "templateChanged",
35574
+ "privacy": "protected",
35575
+ "return": {
35576
+ "type": {
35577
+ "text": "void"
35578
+ }
35579
+ },
35580
+ "inheritedFrom": {
35581
+ "name": "FoundationElement",
35582
+ "module": "src/foundation-element/foundation-element.ts"
35583
+ }
35584
+ },
35585
+ {
35586
+ "kind": "field",
35587
+ "name": "styles",
35588
+ "type": {
35589
+ "text": "ElementStyles | void | null"
35590
+ },
35591
+ "privacy": "public",
35592
+ "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.",
35593
+ "inheritedFrom": {
35594
+ "name": "FoundationElement",
35595
+ "module": "src/foundation-element/foundation-element.ts"
35596
+ }
35597
+ },
35598
+ {
35599
+ "kind": "method",
35600
+ "name": "stylesChanged",
35601
+ "privacy": "protected",
35602
+ "return": {
35603
+ "type": {
35604
+ "text": "void"
35605
+ }
35606
+ },
35607
+ "inheritedFrom": {
35608
+ "name": "FoundationElement",
35609
+ "module": "src/foundation-element/foundation-element.ts"
35610
+ }
35611
+ },
35612
+ {
35613
+ "kind": "method",
35614
+ "name": "compose",
35615
+ "privacy": "public",
35616
+ "static": true,
35617
+ "return": {
35618
+ "type": {
35619
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
35620
+ }
35621
+ },
35622
+ "parameters": [
35623
+ {
35624
+ "name": "this",
35625
+ "type": {
35626
+ "text": "K"
35627
+ }
35628
+ },
35629
+ {
35630
+ "name": "elementDefinition",
35631
+ "type": {
35632
+ "text": "T"
35633
+ },
35634
+ "description": "The definition of the element to create the registry\nfunction for."
35635
+ }
35636
+ ],
35637
+ "description": "Defines an element registry function with a set of element definition defaults.",
35638
+ "inheritedFrom": {
35639
+ "name": "FoundationElement",
35640
+ "module": "src/foundation-element/foundation-element.ts"
35641
+ }
35642
+ }
35643
+ ]
35644
+ },
35645
+ {
35646
+ "kind": "variable",
35647
+ "name": "foundationStepperTabPanelShadowOptions",
35648
+ "type": {
35649
+ "text": "ShadowRootInit"
35650
+ },
35651
+ "default": "undefined"
35652
+ },
35653
+ {
35654
+ "kind": "variable",
35655
+ "name": "defaultStepperTabPanelConfig",
35656
+ "type": {
35657
+ "text": "object"
35658
+ },
35659
+ "default": "{}"
35660
+ },
35661
+ {
35662
+ "kind": "variable",
35663
+ "name": "foundationStepperTabPanel",
35664
+ "description": "The Foundation Stepper Tab Panel",
35665
+ "privacy": "public"
35666
+ }
35667
+ ],
35668
+ "exports": [
35669
+ {
35670
+ "kind": "js",
35671
+ "name": "StepperTabPanel",
35672
+ "declaration": {
35673
+ "name": "StepperTabPanel",
35674
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
35675
+ }
35676
+ },
35677
+ {
35678
+ "kind": "js",
35679
+ "name": "foundationStepperTabPanelShadowOptions",
35680
+ "declaration": {
35681
+ "name": "foundationStepperTabPanelShadowOptions",
35682
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
35683
+ }
35684
+ },
35685
+ {
35686
+ "kind": "js",
35687
+ "name": "defaultStepperTabPanelConfig",
35688
+ "declaration": {
35689
+ "name": "defaultStepperTabPanelConfig",
35690
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
35691
+ }
35692
+ },
35693
+ {
35694
+ "kind": "js",
35695
+ "name": "foundationStepperTabPanel",
35696
+ "declaration": {
35697
+ "name": "foundationStepperTabPanel",
35698
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
35699
+ }
35700
+ }
35701
+ ]
35702
+ },
35474
35703
  {
35475
35704
  "kind": "javascript-module",
35476
35705
  "path": "src/switch/index.ts",
@@ -35825,235 +36054,6 @@
35825
36054
  }
35826
36055
  ]
35827
36056
  },
35828
- {
35829
- "kind": "javascript-module",
35830
- "path": "src/stepper-tab-panel/index.ts",
35831
- "declarations": [],
35832
- "exports": [
35833
- {
35834
- "kind": "js",
35835
- "name": "*",
35836
- "declaration": {
35837
- "name": "*",
35838
- "package": "./stepper-tab-panel.template"
35839
- }
35840
- },
35841
- {
35842
- "kind": "js",
35843
- "name": "*",
35844
- "declaration": {
35845
- "name": "*",
35846
- "package": "./stepper-tab-panel"
35847
- }
35848
- }
35849
- ]
35850
- },
35851
- {
35852
- "kind": "javascript-module",
35853
- "path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
35854
- "declarations": [
35855
- {
35856
- "kind": "function",
35857
- "name": "foundationStepperTabPanelTemplate"
35858
- }
35859
- ],
35860
- "exports": [
35861
- {
35862
- "kind": "js",
35863
- "name": "foundationStepperTabPanelTemplate",
35864
- "declaration": {
35865
- "name": "foundationStepperTabPanelTemplate",
35866
- "module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
35867
- }
35868
- }
35869
- ]
35870
- },
35871
- {
35872
- "kind": "javascript-module",
35873
- "path": "src/stepper-tab-panel/stepper-tab-panel.ts",
35874
- "declarations": [
35875
- {
35876
- "kind": "class",
35877
- "description": "",
35878
- "name": "StepperTabPanel",
35879
- "superclass": {
35880
- "name": "FoundationElement",
35881
- "package": "@microsoft/fast-foundation"
35882
- },
35883
- "tagName": "%%prefix%%-stepper-tab-panel",
35884
- "customElement": true,
35885
- "members": [
35886
- {
35887
- "kind": "field",
35888
- "name": "_presentation",
35889
- "type": {
35890
- "text": "ComponentPresentation | null | undefined"
35891
- },
35892
- "privacy": "private",
35893
- "default": "void 0",
35894
- "inheritedFrom": {
35895
- "name": "FoundationElement",
35896
- "module": "src/foundation-element/foundation-element.ts"
35897
- }
35898
- },
35899
- {
35900
- "kind": "field",
35901
- "name": "$presentation",
35902
- "type": {
35903
- "text": "ComponentPresentation | null"
35904
- },
35905
- "privacy": "public",
35906
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
35907
- "inheritedFrom": {
35908
- "name": "FoundationElement",
35909
- "module": "src/foundation-element/foundation-element.ts"
35910
- }
35911
- },
35912
- {
35913
- "kind": "field",
35914
- "name": "template",
35915
- "type": {
35916
- "text": "ElementViewTemplate | void | null"
35917
- },
35918
- "privacy": "public",
35919
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
35920
- "inheritedFrom": {
35921
- "name": "FoundationElement",
35922
- "module": "src/foundation-element/foundation-element.ts"
35923
- }
35924
- },
35925
- {
35926
- "kind": "method",
35927
- "name": "templateChanged",
35928
- "privacy": "protected",
35929
- "return": {
35930
- "type": {
35931
- "text": "void"
35932
- }
35933
- },
35934
- "inheritedFrom": {
35935
- "name": "FoundationElement",
35936
- "module": "src/foundation-element/foundation-element.ts"
35937
- }
35938
- },
35939
- {
35940
- "kind": "field",
35941
- "name": "styles",
35942
- "type": {
35943
- "text": "ElementStyles | void | null"
35944
- },
35945
- "privacy": "public",
35946
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
35947
- "inheritedFrom": {
35948
- "name": "FoundationElement",
35949
- "module": "src/foundation-element/foundation-element.ts"
35950
- }
35951
- },
35952
- {
35953
- "kind": "method",
35954
- "name": "stylesChanged",
35955
- "privacy": "protected",
35956
- "return": {
35957
- "type": {
35958
- "text": "void"
35959
- }
35960
- },
35961
- "inheritedFrom": {
35962
- "name": "FoundationElement",
35963
- "module": "src/foundation-element/foundation-element.ts"
35964
- }
35965
- },
35966
- {
35967
- "kind": "method",
35968
- "name": "compose",
35969
- "privacy": "public",
35970
- "static": true,
35971
- "return": {
35972
- "type": {
35973
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
35974
- }
35975
- },
35976
- "parameters": [
35977
- {
35978
- "name": "this",
35979
- "type": {
35980
- "text": "K"
35981
- }
35982
- },
35983
- {
35984
- "name": "elementDefinition",
35985
- "type": {
35986
- "text": "T"
35987
- },
35988
- "description": "The definition of the element to create the registry\nfunction for."
35989
- }
35990
- ],
35991
- "description": "Defines an element registry function with a set of element definition defaults.",
35992
- "inheritedFrom": {
35993
- "name": "FoundationElement",
35994
- "module": "src/foundation-element/foundation-element.ts"
35995
- }
35996
- }
35997
- ]
35998
- },
35999
- {
36000
- "kind": "variable",
36001
- "name": "foundationStepperTabPanelShadowOptions",
36002
- "type": {
36003
- "text": "ShadowRootInit"
36004
- },
36005
- "default": "undefined"
36006
- },
36007
- {
36008
- "kind": "variable",
36009
- "name": "defaultStepperTabPanelConfig",
36010
- "type": {
36011
- "text": "object"
36012
- },
36013
- "default": "{}"
36014
- },
36015
- {
36016
- "kind": "variable",
36017
- "name": "foundationStepperTabPanel",
36018
- "description": "The Foundation Stepper Tab Panel",
36019
- "privacy": "public"
36020
- }
36021
- ],
36022
- "exports": [
36023
- {
36024
- "kind": "js",
36025
- "name": "StepperTabPanel",
36026
- "declaration": {
36027
- "name": "StepperTabPanel",
36028
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36029
- }
36030
- },
36031
- {
36032
- "kind": "js",
36033
- "name": "foundationStepperTabPanelShadowOptions",
36034
- "declaration": {
36035
- "name": "foundationStepperTabPanelShadowOptions",
36036
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36037
- }
36038
- },
36039
- {
36040
- "kind": "js",
36041
- "name": "defaultStepperTabPanelConfig",
36042
- "declaration": {
36043
- "name": "defaultStepperTabPanelConfig",
36044
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36045
- }
36046
- },
36047
- {
36048
- "kind": "js",
36049
- "name": "foundationStepperTabPanel",
36050
- "declaration": {
36051
- "name": "foundationStepperTabPanel",
36052
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
36053
- }
36054
- }
36055
- ]
36056
- },
36057
36057
  {
36058
36058
  "kind": "javascript-module",
36059
36059
  "path": "src/tab/index.ts",
@@ -43925,11 +43925,11 @@
43925
43925
  },
43926
43926
  {
43927
43927
  "kind": "javascript-module",
43928
- "path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
43928
+ "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
43929
43929
  "declarations": [
43930
43930
  {
43931
43931
  "kind": "function",
43932
- "name": "flexLayoutRWDStyles",
43932
+ "name": "gridLayoutRWDStyles",
43933
43933
  "return": {
43934
43934
  "type": {
43935
43935
  "text": "ElementStyles"
@@ -43940,7 +43940,7 @@
43940
43940
  "name": "breakPoint",
43941
43941
  "optional": true,
43942
43942
  "type": {
43943
- "text": "FlexBreakPointType"
43943
+ "text": "GridBreakPointType"
43944
43944
  }
43945
43945
  }
43946
43946
  ]
@@ -43949,17 +43949,17 @@
43949
43949
  "exports": [
43950
43950
  {
43951
43951
  "kind": "js",
43952
- "name": "flexLayoutRWDStyles",
43952
+ "name": "gridLayoutRWDStyles",
43953
43953
  "declaration": {
43954
- "name": "flexLayoutRWDStyles",
43955
- "module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
43954
+ "name": "gridLayoutRWDStyles",
43955
+ "module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
43956
43956
  }
43957
43957
  }
43958
43958
  ]
43959
43959
  },
43960
43960
  {
43961
43961
  "kind": "javascript-module",
43962
- "path": "src/flex-layout/responsiveness/index.ts",
43962
+ "path": "src/grid-layout/responsiveness/index.ts",
43963
43963
  "declarations": [],
43964
43964
  "exports": [
43965
43965
  {
@@ -43967,18 +43967,18 @@
43967
43967
  "name": "*",
43968
43968
  "declaration": {
43969
43969
  "name": "*",
43970
- "package": "./flex-layout-rwd.styles"
43970
+ "package": "./grid-layout-rwd.styles"
43971
43971
  }
43972
43972
  }
43973
43973
  ]
43974
43974
  },
43975
43975
  {
43976
43976
  "kind": "javascript-module",
43977
- "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",
43977
+ "path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
43978
43978
  "declarations": [
43979
43979
  {
43980
43980
  "kind": "function",
43981
- "name": "gridLayoutRWDStyles",
43981
+ "name": "flexLayoutRWDStyles",
43982
43982
  "return": {
43983
43983
  "type": {
43984
43984
  "text": "ElementStyles"
@@ -43989,7 +43989,7 @@
43989
43989
  "name": "breakPoint",
43990
43990
  "optional": true,
43991
43991
  "type": {
43992
- "text": "GridBreakPointType"
43992
+ "text": "FlexBreakPointType"
43993
43993
  }
43994
43994
  }
43995
43995
  ]
@@ -43998,17 +43998,17 @@
43998
43998
  "exports": [
43999
43999
  {
44000
44000
  "kind": "js",
44001
- "name": "gridLayoutRWDStyles",
44001
+ "name": "flexLayoutRWDStyles",
44002
44002
  "declaration": {
44003
- "name": "gridLayoutRWDStyles",
44004
- "module": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts"
44003
+ "name": "flexLayoutRWDStyles",
44004
+ "module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
44005
44005
  }
44006
44006
  }
44007
44007
  ]
44008
44008
  },
44009
44009
  {
44010
44010
  "kind": "javascript-module",
44011
- "path": "src/grid-layout/responsiveness/index.ts",
44011
+ "path": "src/flex-layout/responsiveness/index.ts",
44012
44012
  "declarations": [],
44013
44013
  "exports": [
44014
44014
  {
@@ -44016,7 +44016,7 @@
44016
44016
  "name": "*",
44017
44017
  "declaration": {
44018
44018
  "name": "*",
44019
- "package": "./grid-layout-rwd.styles"
44019
+ "package": "./flex-layout-rwd.styles"
44020
44020
  }
44021
44021
  }
44022
44022
  ]