@genesislcap/foundation-ui 14.217.2 → 14.217.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +1034 -1034
  2. package/package.json +17 -17
@@ -1256,6 +1256,188 @@
1256
1256
  }
1257
1257
  ]
1258
1258
  },
1259
+ {
1260
+ "kind": "javascript-module",
1261
+ "path": "src/accordion/accordion.styles.ts",
1262
+ "declarations": [
1263
+ {
1264
+ "kind": "function",
1265
+ "name": "foundationAccordionStyles",
1266
+ "return": {
1267
+ "type": {
1268
+ "text": "ElementStyles"
1269
+ }
1270
+ },
1271
+ "parameters": [
1272
+ {
1273
+ "name": "context",
1274
+ "type": {
1275
+ "text": "ElementDefinitionContext"
1276
+ }
1277
+ },
1278
+ {
1279
+ "name": "definition",
1280
+ "type": {
1281
+ "text": "FoundationElementDefinition"
1282
+ }
1283
+ }
1284
+ ]
1285
+ }
1286
+ ],
1287
+ "exports": [
1288
+ {
1289
+ "kind": "js",
1290
+ "name": "foundationAccordionStyles",
1291
+ "declaration": {
1292
+ "name": "foundationAccordionStyles",
1293
+ "module": "src/accordion/accordion.styles.ts"
1294
+ }
1295
+ }
1296
+ ]
1297
+ },
1298
+ {
1299
+ "kind": "javascript-module",
1300
+ "path": "src/accordion/accordion.template.ts",
1301
+ "declarations": [
1302
+ {
1303
+ "kind": "function",
1304
+ "name": "foundationAccordionTemplate",
1305
+ "return": {
1306
+ "type": {
1307
+ "text": "ViewTemplate<Accordion>"
1308
+ }
1309
+ },
1310
+ "parameters": [
1311
+ {
1312
+ "name": "context",
1313
+ "type": {
1314
+ "text": "ElementDefinitionContext"
1315
+ }
1316
+ },
1317
+ {
1318
+ "name": "definition",
1319
+ "type": {
1320
+ "text": "FoundationElementDefinition"
1321
+ }
1322
+ }
1323
+ ]
1324
+ }
1325
+ ],
1326
+ "exports": [
1327
+ {
1328
+ "kind": "js",
1329
+ "name": "foundationAccordionTemplate",
1330
+ "declaration": {
1331
+ "name": "foundationAccordionTemplate",
1332
+ "module": "src/accordion/accordion.template.ts"
1333
+ }
1334
+ }
1335
+ ]
1336
+ },
1337
+ {
1338
+ "kind": "javascript-module",
1339
+ "path": "src/accordion/accordion.ts",
1340
+ "declarations": [
1341
+ {
1342
+ "kind": "class",
1343
+ "description": "",
1344
+ "name": "Accordion",
1345
+ "superclass": {
1346
+ "name": "FASTAccordion",
1347
+ "package": "@microsoft/fast-foundation"
1348
+ },
1349
+ "tagName": "%%prefix%%-accordion",
1350
+ "customElement": true
1351
+ },
1352
+ {
1353
+ "kind": "variable",
1354
+ "name": "foundationAccordionShadowOptions",
1355
+ "type": {
1356
+ "text": "ShadowRootInit"
1357
+ },
1358
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1359
+ },
1360
+ {
1361
+ "kind": "variable",
1362
+ "name": "defaultAccordionConfig",
1363
+ "type": {
1364
+ "text": "object"
1365
+ },
1366
+ "default": "{}"
1367
+ },
1368
+ {
1369
+ "kind": "variable",
1370
+ "name": "foundationAccordion",
1371
+ "description": "The Foundation Accordion",
1372
+ "privacy": "public"
1373
+ }
1374
+ ],
1375
+ "exports": [
1376
+ {
1377
+ "kind": "js",
1378
+ "name": "Accordion",
1379
+ "declaration": {
1380
+ "name": "Accordion",
1381
+ "module": "src/accordion/accordion.ts"
1382
+ }
1383
+ },
1384
+ {
1385
+ "kind": "js",
1386
+ "name": "foundationAccordionShadowOptions",
1387
+ "declaration": {
1388
+ "name": "foundationAccordionShadowOptions",
1389
+ "module": "src/accordion/accordion.ts"
1390
+ }
1391
+ },
1392
+ {
1393
+ "kind": "js",
1394
+ "name": "defaultAccordionConfig",
1395
+ "declaration": {
1396
+ "name": "defaultAccordionConfig",
1397
+ "module": "src/accordion/accordion.ts"
1398
+ }
1399
+ },
1400
+ {
1401
+ "kind": "js",
1402
+ "name": "foundationAccordion",
1403
+ "declaration": {
1404
+ "name": "foundationAccordion",
1405
+ "module": "src/accordion/accordion.ts"
1406
+ }
1407
+ }
1408
+ ]
1409
+ },
1410
+ {
1411
+ "kind": "javascript-module",
1412
+ "path": "src/accordion/index.ts",
1413
+ "declarations": [],
1414
+ "exports": [
1415
+ {
1416
+ "kind": "js",
1417
+ "name": "*",
1418
+ "declaration": {
1419
+ "name": "*",
1420
+ "package": "./accordion.template"
1421
+ }
1422
+ },
1423
+ {
1424
+ "kind": "js",
1425
+ "name": "*",
1426
+ "declaration": {
1427
+ "name": "*",
1428
+ "package": "./accordion.styles"
1429
+ }
1430
+ },
1431
+ {
1432
+ "kind": "js",
1433
+ "name": "*",
1434
+ "declaration": {
1435
+ "name": "*",
1436
+ "package": "./accordion"
1437
+ }
1438
+ }
1439
+ ]
1440
+ },
1259
1441
  {
1260
1442
  "kind": "javascript-module",
1261
1443
  "path": "src/_config/index.ts",
@@ -2366,188 +2548,6 @@
2366
2548
  }
2367
2549
  ]
2368
2550
  },
2369
- {
2370
- "kind": "javascript-module",
2371
- "path": "src/accordion/accordion.styles.ts",
2372
- "declarations": [
2373
- {
2374
- "kind": "function",
2375
- "name": "foundationAccordionStyles",
2376
- "return": {
2377
- "type": {
2378
- "text": "ElementStyles"
2379
- }
2380
- },
2381
- "parameters": [
2382
- {
2383
- "name": "context",
2384
- "type": {
2385
- "text": "ElementDefinitionContext"
2386
- }
2387
- },
2388
- {
2389
- "name": "definition",
2390
- "type": {
2391
- "text": "FoundationElementDefinition"
2392
- }
2393
- }
2394
- ]
2395
- }
2396
- ],
2397
- "exports": [
2398
- {
2399
- "kind": "js",
2400
- "name": "foundationAccordionStyles",
2401
- "declaration": {
2402
- "name": "foundationAccordionStyles",
2403
- "module": "src/accordion/accordion.styles.ts"
2404
- }
2405
- }
2406
- ]
2407
- },
2408
- {
2409
- "kind": "javascript-module",
2410
- "path": "src/accordion/accordion.template.ts",
2411
- "declarations": [
2412
- {
2413
- "kind": "function",
2414
- "name": "foundationAccordionTemplate",
2415
- "return": {
2416
- "type": {
2417
- "text": "ViewTemplate<Accordion>"
2418
- }
2419
- },
2420
- "parameters": [
2421
- {
2422
- "name": "context",
2423
- "type": {
2424
- "text": "ElementDefinitionContext"
2425
- }
2426
- },
2427
- {
2428
- "name": "definition",
2429
- "type": {
2430
- "text": "FoundationElementDefinition"
2431
- }
2432
- }
2433
- ]
2434
- }
2435
- ],
2436
- "exports": [
2437
- {
2438
- "kind": "js",
2439
- "name": "foundationAccordionTemplate",
2440
- "declaration": {
2441
- "name": "foundationAccordionTemplate",
2442
- "module": "src/accordion/accordion.template.ts"
2443
- }
2444
- }
2445
- ]
2446
- },
2447
- {
2448
- "kind": "javascript-module",
2449
- "path": "src/accordion/accordion.ts",
2450
- "declarations": [
2451
- {
2452
- "kind": "class",
2453
- "description": "",
2454
- "name": "Accordion",
2455
- "superclass": {
2456
- "name": "FASTAccordion",
2457
- "package": "@microsoft/fast-foundation"
2458
- },
2459
- "tagName": "%%prefix%%-accordion",
2460
- "customElement": true
2461
- },
2462
- {
2463
- "kind": "variable",
2464
- "name": "foundationAccordionShadowOptions",
2465
- "type": {
2466
- "text": "ShadowRootInit"
2467
- },
2468
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
2469
- },
2470
- {
2471
- "kind": "variable",
2472
- "name": "defaultAccordionConfig",
2473
- "type": {
2474
- "text": "object"
2475
- },
2476
- "default": "{}"
2477
- },
2478
- {
2479
- "kind": "variable",
2480
- "name": "foundationAccordion",
2481
- "description": "The Foundation Accordion",
2482
- "privacy": "public"
2483
- }
2484
- ],
2485
- "exports": [
2486
- {
2487
- "kind": "js",
2488
- "name": "Accordion",
2489
- "declaration": {
2490
- "name": "Accordion",
2491
- "module": "src/accordion/accordion.ts"
2492
- }
2493
- },
2494
- {
2495
- "kind": "js",
2496
- "name": "foundationAccordionShadowOptions",
2497
- "declaration": {
2498
- "name": "foundationAccordionShadowOptions",
2499
- "module": "src/accordion/accordion.ts"
2500
- }
2501
- },
2502
- {
2503
- "kind": "js",
2504
- "name": "defaultAccordionConfig",
2505
- "declaration": {
2506
- "name": "defaultAccordionConfig",
2507
- "module": "src/accordion/accordion.ts"
2508
- }
2509
- },
2510
- {
2511
- "kind": "js",
2512
- "name": "foundationAccordion",
2513
- "declaration": {
2514
- "name": "foundationAccordion",
2515
- "module": "src/accordion/accordion.ts"
2516
- }
2517
- }
2518
- ]
2519
- },
2520
- {
2521
- "kind": "javascript-module",
2522
- "path": "src/accordion/index.ts",
2523
- "declarations": [],
2524
- "exports": [
2525
- {
2526
- "kind": "js",
2527
- "name": "*",
2528
- "declaration": {
2529
- "name": "*",
2530
- "package": "./accordion.template"
2531
- }
2532
- },
2533
- {
2534
- "kind": "js",
2535
- "name": "*",
2536
- "declaration": {
2537
- "name": "*",
2538
- "package": "./accordion.styles"
2539
- }
2540
- },
2541
- {
2542
- "kind": "js",
2543
- "name": "*",
2544
- "declaration": {
2545
- "name": "*",
2546
- "package": "./accordion"
2547
- }
2548
- }
2549
- ]
2550
- },
2551
2551
  {
2552
2552
  "kind": "javascript-module",
2553
2553
  "path": "src/anchored-region/anchor-region.template.ts",
@@ -5236,11 +5236,11 @@
5236
5236
  },
5237
5237
  {
5238
5238
  "kind": "javascript-module",
5239
- "path": "src/breadcrumb-item/breadcrumb-item.styles.ts",
5239
+ "path": "src/breadcrumb/breadcrumb.styles.ts",
5240
5240
  "declarations": [
5241
5241
  {
5242
5242
  "kind": "function",
5243
- "name": "foundationBreadcrumbItemStyles",
5243
+ "name": "foundationBreadcrumbStyles",
5244
5244
  "return": {
5245
5245
  "type": {
5246
5246
  "text": "ElementStyles"
@@ -5265,24 +5265,24 @@
5265
5265
  "exports": [
5266
5266
  {
5267
5267
  "kind": "js",
5268
- "name": "foundationBreadcrumbItemStyles",
5268
+ "name": "foundationBreadcrumbStyles",
5269
5269
  "declaration": {
5270
- "name": "foundationBreadcrumbItemStyles",
5271
- "module": "src/breadcrumb-item/breadcrumb-item.styles.ts"
5270
+ "name": "foundationBreadcrumbStyles",
5271
+ "module": "src/breadcrumb/breadcrumb.styles.ts"
5272
5272
  }
5273
5273
  }
5274
5274
  ]
5275
5275
  },
5276
5276
  {
5277
5277
  "kind": "javascript-module",
5278
- "path": "src/breadcrumb-item/breadcrumb-item.template.ts",
5278
+ "path": "src/breadcrumb/breadcrumb.template.ts",
5279
5279
  "declarations": [
5280
5280
  {
5281
5281
  "kind": "function",
5282
- "name": "foundationBreadcrumbItemTemplate",
5282
+ "name": "foundationBreadcrumbTemplate",
5283
5283
  "return": {
5284
5284
  "type": {
5285
- "text": "ViewTemplate<BreadcrumbItem>"
5285
+ "text": "ViewTemplate<Breadcrumb>"
5286
5286
  }
5287
5287
  },
5288
5288
  "parameters": [
@@ -5304,252 +5304,116 @@
5304
5304
  "exports": [
5305
5305
  {
5306
5306
  "kind": "js",
5307
- "name": "foundationBreadcrumbItemTemplate",
5307
+ "name": "foundationBreadcrumbTemplate",
5308
5308
  "declaration": {
5309
- "name": "foundationBreadcrumbItemTemplate",
5310
- "module": "src/breadcrumb-item/breadcrumb-item.template.ts"
5309
+ "name": "foundationBreadcrumbTemplate",
5310
+ "module": "src/breadcrumb/breadcrumb.template.ts"
5311
5311
  }
5312
5312
  }
5313
5313
  ]
5314
5314
  },
5315
5315
  {
5316
5316
  "kind": "javascript-module",
5317
- "path": "src/breadcrumb-item/breadcrumb-item.ts",
5317
+ "path": "src/breadcrumb/breadcrumb.ts",
5318
5318
  "declarations": [
5319
5319
  {
5320
5320
  "kind": "class",
5321
5321
  "description": "",
5322
- "name": "BreadcrumbItem",
5322
+ "name": "Breadcrumb",
5323
5323
  "superclass": {
5324
- "name": "FASTBreadcrumbItem",
5324
+ "name": "FASTBreadcrumb",
5325
5325
  "package": "@microsoft/fast-components"
5326
5326
  },
5327
- "tagName": "%%prefix%%-breadcrumb-item",
5327
+ "tagName": "%%prefix%%-breadcrumb",
5328
5328
  "customElement": true,
5329
- "attributes": [
5330
- {
5331
- "name": "download",
5332
- "type": {
5333
- "text": "string"
5334
- },
5335
- "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5336
- "fieldName": "download",
5337
- "inheritedFrom": {
5338
- "name": "Anchor",
5339
- "module": "src/anchor/anchor.ts"
5340
- }
5341
- },
5342
- {
5343
- "name": "href",
5344
- "type": {
5345
- "text": "string"
5346
- },
5347
- "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5348
- "fieldName": "href",
5349
- "inheritedFrom": {
5350
- "name": "Anchor",
5351
- "module": "src/anchor/anchor.ts"
5352
- }
5353
- },
5354
- {
5355
- "name": "hreflang",
5356
- "type": {
5357
- "text": "string"
5358
- },
5359
- "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5360
- "fieldName": "hreflang",
5361
- "inheritedFrom": {
5362
- "name": "Anchor",
5363
- "module": "src/anchor/anchor.ts"
5364
- }
5365
- },
5366
- {
5367
- "name": "ping",
5368
- "type": {
5369
- "text": "string"
5370
- },
5371
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5372
- "fieldName": "ping",
5373
- "inheritedFrom": {
5374
- "name": "Anchor",
5375
- "module": "src/anchor/anchor.ts"
5376
- }
5377
- },
5378
- {
5379
- "name": "referrerpolicy",
5380
- "type": {
5381
- "text": "string"
5382
- },
5383
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5384
- "fieldName": "referrerpolicy",
5385
- "inheritedFrom": {
5386
- "name": "Anchor",
5387
- "module": "src/anchor/anchor.ts"
5388
- }
5389
- },
5390
- {
5391
- "name": "rel",
5392
- "type": {
5393
- "text": "string"
5394
- },
5395
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5396
- "fieldName": "rel",
5397
- "inheritedFrom": {
5398
- "name": "Anchor",
5399
- "module": "src/anchor/anchor.ts"
5400
- }
5401
- },
5402
- {
5403
- "name": "target",
5404
- "type": {
5405
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
5406
- },
5407
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5408
- "fieldName": "target",
5409
- "inheritedFrom": {
5410
- "name": "Anchor",
5411
- "module": "src/anchor/anchor.ts"
5412
- }
5413
- },
5414
- {
5415
- "name": "type",
5416
- "type": {
5417
- "text": "string"
5418
- },
5419
- "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5420
- "fieldName": "type",
5421
- "inheritedFrom": {
5422
- "name": "Anchor",
5423
- "module": "src/anchor/anchor.ts"
5424
- }
5425
- }
5426
- ],
5427
5329
  "members": [
5428
5330
  {
5429
- "kind": "field",
5430
- "name": "download",
5431
- "type": {
5432
- "text": "string"
5433
- },
5434
- "privacy": "public",
5435
- "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5436
- "inheritedFrom": {
5437
- "name": "Anchor",
5438
- "module": "src/anchor/anchor.ts"
5439
- }
5440
- },
5441
- {
5442
- "kind": "field",
5443
- "name": "href",
5444
- "type": {
5445
- "text": "string"
5446
- },
5447
- "privacy": "public",
5448
- "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5449
- "inheritedFrom": {
5450
- "name": "Anchor",
5451
- "module": "src/anchor/anchor.ts"
5452
- }
5453
- },
5454
- {
5455
- "kind": "field",
5456
- "name": "hreflang",
5457
- "type": {
5458
- "text": "string"
5459
- },
5460
- "privacy": "public",
5461
- "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5462
- "inheritedFrom": {
5463
- "name": "Anchor",
5464
- "module": "src/anchor/anchor.ts"
5465
- }
5466
- },
5467
- {
5468
- "kind": "field",
5469
- "name": "ping",
5470
- "type": {
5471
- "text": "string"
5472
- },
5473
- "privacy": "public",
5474
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5475
- "inheritedFrom": {
5476
- "name": "Anchor",
5477
- "module": "src/anchor/anchor.ts"
5478
- }
5479
- },
5480
- {
5481
- "kind": "field",
5482
- "name": "referrerpolicy",
5483
- "type": {
5484
- "text": "string"
5485
- },
5486
- "privacy": "public",
5487
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5488
- "inheritedFrom": {
5489
- "name": "Anchor",
5490
- "module": "src/anchor/anchor.ts"
5491
- }
5492
- },
5493
- {
5494
- "kind": "field",
5495
- "name": "rel",
5496
- "type": {
5497
- "text": "string"
5498
- },
5499
- "privacy": "public",
5500
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5501
- "inheritedFrom": {
5502
- "name": "Anchor",
5503
- "module": "src/anchor/anchor.ts"
5504
- }
5505
- },
5506
- {
5507
- "kind": "field",
5508
- "name": "target",
5509
- "type": {
5510
- "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
5511
- },
5331
+ "kind": "method",
5332
+ "name": "slottedBreadcrumbItemsChanged",
5512
5333
  "privacy": "public",
5513
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5514
5334
  "inheritedFrom": {
5515
- "name": "Anchor",
5516
- "module": "src/anchor/anchor.ts"
5335
+ "name": "Breadcrumb",
5336
+ "module": "src/breadcrumb/breadcrumb.ts"
5517
5337
  }
5518
5338
  },
5519
5339
  {
5520
- "kind": "field",
5521
- "name": "type",
5522
- "type": {
5523
- "text": "string"
5340
+ "kind": "method",
5341
+ "name": "setItemSeparator",
5342
+ "privacy": "private",
5343
+ "return": {
5344
+ "type": {
5345
+ "text": "void"
5346
+ }
5524
5347
  },
5525
- "privacy": "public",
5526
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5348
+ "parameters": [
5349
+ {
5350
+ "name": "item",
5351
+ "type": {
5352
+ "text": "HTMLElement"
5353
+ }
5354
+ },
5355
+ {
5356
+ "name": "isLastNode",
5357
+ "type": {
5358
+ "text": "boolean"
5359
+ }
5360
+ }
5361
+ ],
5527
5362
  "inheritedFrom": {
5528
- "name": "Anchor",
5529
- "module": "src/anchor/anchor.ts"
5363
+ "name": "Breadcrumb",
5364
+ "module": "src/breadcrumb/breadcrumb.ts"
5530
5365
  }
5531
5366
  },
5532
5367
  {
5533
- "kind": "field",
5534
- "name": "control",
5535
- "type": {
5536
- "text": "HTMLAnchorElement | undefined"
5368
+ "kind": "method",
5369
+ "name": "findChildWithHref",
5370
+ "privacy": "private",
5371
+ "return": {
5372
+ "type": {
5373
+ "text": "HTMLElement | null"
5374
+ }
5537
5375
  },
5538
- "privacy": "public",
5539
- "description": "References the root element",
5376
+ "parameters": [
5377
+ {
5378
+ "name": "node",
5379
+ "type": {
5380
+ "text": "HTMLElement"
5381
+ }
5382
+ }
5383
+ ],
5384
+ "description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
5540
5385
  "inheritedFrom": {
5541
- "name": "Anchor",
5542
- "module": "src/anchor/anchor.ts"
5386
+ "name": "Breadcrumb",
5387
+ "module": "src/breadcrumb/breadcrumb.ts"
5543
5388
  }
5544
5389
  },
5545
5390
  {
5546
- "kind": "field",
5547
- "name": "handleUnsupportedDelegatesFocus",
5391
+ "kind": "method",
5392
+ "name": "setAriaCurrent",
5548
5393
  "privacy": "private",
5549
- "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
5394
+ "return": {
5395
+ "type": {
5396
+ "text": "void"
5397
+ }
5398
+ },
5399
+ "parameters": [
5400
+ {
5401
+ "name": "item",
5402
+ "type": {
5403
+ "text": "HTMLElement"
5404
+ }
5405
+ },
5406
+ {
5407
+ "name": "isLastNode",
5408
+ "type": {
5409
+ "text": "boolean"
5410
+ }
5411
+ }
5412
+ ],
5413
+ "description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
5550
5414
  "inheritedFrom": {
5551
- "name": "Anchor",
5552
- "module": "src/anchor/anchor.ts"
5415
+ "name": "Breadcrumb",
5416
+ "module": "src/breadcrumb/breadcrumb.ts"
5553
5417
  }
5554
5418
  },
5555
5419
  {
@@ -5667,7 +5531,7 @@
5667
5531
  },
5668
5532
  {
5669
5533
  "kind": "variable",
5670
- "name": "foundationBreadcrumbItemShadowOptions",
5534
+ "name": "foundationBreadcrumbShadowOptions",
5671
5535
  "type": {
5672
5536
  "text": "ShadowRootInit"
5673
5537
  },
@@ -5675,57 +5539,57 @@
5675
5539
  },
5676
5540
  {
5677
5541
  "kind": "variable",
5678
- "name": "defaultBreadcrumbItemConfig",
5542
+ "name": "defaultBreadcrumbConfig",
5679
5543
  "type": {
5680
5544
  "text": "object"
5681
5545
  },
5682
- "default": "{\n separator: '/',\n}"
5546
+ "default": "{}"
5683
5547
  },
5684
5548
  {
5685
5549
  "kind": "variable",
5686
- "name": "foundationBreadcrumbItem",
5687
- "description": "The Foundation Breadcrumb Item",
5550
+ "name": "foundationBreadcrumb",
5551
+ "description": "The Foundation Breadcrumb",
5688
5552
  "privacy": "public"
5689
5553
  }
5690
5554
  ],
5691
5555
  "exports": [
5692
5556
  {
5693
5557
  "kind": "js",
5694
- "name": "BreadcrumbItem",
5558
+ "name": "Breadcrumb",
5695
5559
  "declaration": {
5696
- "name": "BreadcrumbItem",
5697
- "module": "src/breadcrumb-item/breadcrumb-item.ts"
5560
+ "name": "Breadcrumb",
5561
+ "module": "src/breadcrumb/breadcrumb.ts"
5698
5562
  }
5699
5563
  },
5700
5564
  {
5701
5565
  "kind": "js",
5702
- "name": "foundationBreadcrumbItemShadowOptions",
5566
+ "name": "foundationBreadcrumbShadowOptions",
5703
5567
  "declaration": {
5704
- "name": "foundationBreadcrumbItemShadowOptions",
5705
- "module": "src/breadcrumb-item/breadcrumb-item.ts"
5568
+ "name": "foundationBreadcrumbShadowOptions",
5569
+ "module": "src/breadcrumb/breadcrumb.ts"
5706
5570
  }
5707
5571
  },
5708
5572
  {
5709
5573
  "kind": "js",
5710
- "name": "defaultBreadcrumbItemConfig",
5574
+ "name": "defaultBreadcrumbConfig",
5711
5575
  "declaration": {
5712
- "name": "defaultBreadcrumbItemConfig",
5713
- "module": "src/breadcrumb-item/breadcrumb-item.ts"
5576
+ "name": "defaultBreadcrumbConfig",
5577
+ "module": "src/breadcrumb/breadcrumb.ts"
5714
5578
  }
5715
5579
  },
5716
5580
  {
5717
5581
  "kind": "js",
5718
- "name": "foundationBreadcrumbItem",
5582
+ "name": "foundationBreadcrumb",
5719
5583
  "declaration": {
5720
- "name": "foundationBreadcrumbItem",
5721
- "module": "src/breadcrumb-item/breadcrumb-item.ts"
5584
+ "name": "foundationBreadcrumb",
5585
+ "module": "src/breadcrumb/breadcrumb.ts"
5722
5586
  }
5723
5587
  }
5724
5588
  ]
5725
5589
  },
5726
5590
  {
5727
5591
  "kind": "javascript-module",
5728
- "path": "src/breadcrumb-item/index.ts",
5592
+ "path": "src/breadcrumb/index.ts",
5729
5593
  "declarations": [],
5730
5594
  "exports": [
5731
5595
  {
@@ -5733,7 +5597,7 @@
5733
5597
  "name": "*",
5734
5598
  "declaration": {
5735
5599
  "name": "*",
5736
- "package": "./breadcrumb-item.template"
5600
+ "package": "./breadcrumb.template"
5737
5601
  }
5738
5602
  },
5739
5603
  {
@@ -5741,7 +5605,7 @@
5741
5605
  "name": "*",
5742
5606
  "declaration": {
5743
5607
  "name": "*",
5744
- "package": "./breadcrumb-item.styles"
5608
+ "package": "./breadcrumb.styles"
5745
5609
  }
5746
5610
  },
5747
5611
  {
@@ -5749,18 +5613,18 @@
5749
5613
  "name": "*",
5750
5614
  "declaration": {
5751
5615
  "name": "*",
5752
- "package": "./breadcrumb-item"
5616
+ "package": "./breadcrumb"
5753
5617
  }
5754
5618
  }
5755
5619
  ]
5756
5620
  },
5757
5621
  {
5758
5622
  "kind": "javascript-module",
5759
- "path": "src/breadcrumb/breadcrumb.styles.ts",
5623
+ "path": "src/breadcrumb-item/breadcrumb-item.styles.ts",
5760
5624
  "declarations": [
5761
5625
  {
5762
5626
  "kind": "function",
5763
- "name": "foundationBreadcrumbStyles",
5627
+ "name": "foundationBreadcrumbItemStyles",
5764
5628
  "return": {
5765
5629
  "type": {
5766
5630
  "text": "ElementStyles"
@@ -5785,24 +5649,24 @@
5785
5649
  "exports": [
5786
5650
  {
5787
5651
  "kind": "js",
5788
- "name": "foundationBreadcrumbStyles",
5652
+ "name": "foundationBreadcrumbItemStyles",
5789
5653
  "declaration": {
5790
- "name": "foundationBreadcrumbStyles",
5791
- "module": "src/breadcrumb/breadcrumb.styles.ts"
5654
+ "name": "foundationBreadcrumbItemStyles",
5655
+ "module": "src/breadcrumb-item/breadcrumb-item.styles.ts"
5792
5656
  }
5793
5657
  }
5794
5658
  ]
5795
5659
  },
5796
5660
  {
5797
5661
  "kind": "javascript-module",
5798
- "path": "src/breadcrumb/breadcrumb.template.ts",
5662
+ "path": "src/breadcrumb-item/breadcrumb-item.template.ts",
5799
5663
  "declarations": [
5800
5664
  {
5801
5665
  "kind": "function",
5802
- "name": "foundationBreadcrumbTemplate",
5666
+ "name": "foundationBreadcrumbItemTemplate",
5803
5667
  "return": {
5804
5668
  "type": {
5805
- "text": "ViewTemplate<Breadcrumb>"
5669
+ "text": "ViewTemplate<BreadcrumbItem>"
5806
5670
  }
5807
5671
  },
5808
5672
  "parameters": [
@@ -5824,116 +5688,252 @@
5824
5688
  "exports": [
5825
5689
  {
5826
5690
  "kind": "js",
5827
- "name": "foundationBreadcrumbTemplate",
5691
+ "name": "foundationBreadcrumbItemTemplate",
5828
5692
  "declaration": {
5829
- "name": "foundationBreadcrumbTemplate",
5830
- "module": "src/breadcrumb/breadcrumb.template.ts"
5693
+ "name": "foundationBreadcrumbItemTemplate",
5694
+ "module": "src/breadcrumb-item/breadcrumb-item.template.ts"
5831
5695
  }
5832
5696
  }
5833
5697
  ]
5834
5698
  },
5835
5699
  {
5836
5700
  "kind": "javascript-module",
5837
- "path": "src/breadcrumb/breadcrumb.ts",
5701
+ "path": "src/breadcrumb-item/breadcrumb-item.ts",
5838
5702
  "declarations": [
5839
5703
  {
5840
5704
  "kind": "class",
5841
5705
  "description": "",
5842
- "name": "Breadcrumb",
5706
+ "name": "BreadcrumbItem",
5843
5707
  "superclass": {
5844
- "name": "FASTBreadcrumb",
5708
+ "name": "FASTBreadcrumbItem",
5845
5709
  "package": "@microsoft/fast-components"
5846
5710
  },
5847
- "tagName": "%%prefix%%-breadcrumb",
5711
+ "tagName": "%%prefix%%-breadcrumb-item",
5848
5712
  "customElement": true,
5713
+ "attributes": [
5714
+ {
5715
+ "name": "download",
5716
+ "type": {
5717
+ "text": "string"
5718
+ },
5719
+ "description": "Prompts the user to save the linked URL. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5720
+ "fieldName": "download",
5721
+ "inheritedFrom": {
5722
+ "name": "Anchor",
5723
+ "module": "src/anchor/anchor.ts"
5724
+ }
5725
+ },
5726
+ {
5727
+ "name": "href",
5728
+ "type": {
5729
+ "text": "string"
5730
+ },
5731
+ "description": "The URL the hyperlink references. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5732
+ "fieldName": "href",
5733
+ "inheritedFrom": {
5734
+ "name": "Anchor",
5735
+ "module": "src/anchor/anchor.ts"
5736
+ }
5737
+ },
5738
+ {
5739
+ "name": "hreflang",
5740
+ "type": {
5741
+ "text": "string"
5742
+ },
5743
+ "description": "Hints at the language of the referenced resource. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5744
+ "fieldName": "hreflang",
5745
+ "inheritedFrom": {
5746
+ "name": "Anchor",
5747
+ "module": "src/anchor/anchor.ts"
5748
+ }
5749
+ },
5750
+ {
5751
+ "name": "ping",
5752
+ "type": {
5753
+ "text": "string"
5754
+ },
5755
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5756
+ "fieldName": "ping",
5757
+ "inheritedFrom": {
5758
+ "name": "Anchor",
5759
+ "module": "src/anchor/anchor.ts"
5760
+ }
5761
+ },
5762
+ {
5763
+ "name": "referrerpolicy",
5764
+ "type": {
5765
+ "text": "string"
5766
+ },
5767
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5768
+ "fieldName": "referrerpolicy",
5769
+ "inheritedFrom": {
5770
+ "name": "Anchor",
5771
+ "module": "src/anchor/anchor.ts"
5772
+ }
5773
+ },
5774
+ {
5775
+ "name": "rel",
5776
+ "type": {
5777
+ "text": "string"
5778
+ },
5779
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5780
+ "fieldName": "rel",
5781
+ "inheritedFrom": {
5782
+ "name": "Anchor",
5783
+ "module": "src/anchor/anchor.ts"
5784
+ }
5785
+ },
5786
+ {
5787
+ "name": "target",
5788
+ "type": {
5789
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
5790
+ },
5791
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5792
+ "fieldName": "target",
5793
+ "inheritedFrom": {
5794
+ "name": "Anchor",
5795
+ "module": "src/anchor/anchor.ts"
5796
+ }
5797
+ },
5798
+ {
5799
+ "name": "type",
5800
+ "type": {
5801
+ "text": "string"
5802
+ },
5803
+ "description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element for more information.",
5804
+ "fieldName": "type",
5805
+ "inheritedFrom": {
5806
+ "name": "Anchor",
5807
+ "module": "src/anchor/anchor.ts"
5808
+ }
5809
+ }
5810
+ ],
5849
5811
  "members": [
5850
5812
  {
5851
- "kind": "method",
5852
- "name": "slottedBreadcrumbItemsChanged",
5813
+ "kind": "field",
5814
+ "name": "download",
5815
+ "type": {
5816
+ "text": "string"
5817
+ },
5853
5818
  "privacy": "public",
5819
+ "description": "Prompts the user to save the linked URL. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5854
5820
  "inheritedFrom": {
5855
- "name": "Breadcrumb",
5856
- "module": "src/breadcrumb/breadcrumb.ts"
5821
+ "name": "Anchor",
5822
+ "module": "src/anchor/anchor.ts"
5857
5823
  }
5858
5824
  },
5859
5825
  {
5860
- "kind": "method",
5861
- "name": "setItemSeparator",
5862
- "privacy": "private",
5863
- "return": {
5864
- "type": {
5865
- "text": "void"
5866
- }
5826
+ "kind": "field",
5827
+ "name": "href",
5828
+ "type": {
5829
+ "text": "string"
5867
5830
  },
5868
- "parameters": [
5869
- {
5870
- "name": "item",
5871
- "type": {
5872
- "text": "HTMLElement"
5873
- }
5874
- },
5875
- {
5876
- "name": "isLastNode",
5877
- "type": {
5878
- "text": "boolean"
5879
- }
5880
- }
5881
- ],
5831
+ "privacy": "public",
5832
+ "description": "The URL the hyperlink references. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5882
5833
  "inheritedFrom": {
5883
- "name": "Breadcrumb",
5884
- "module": "src/breadcrumb/breadcrumb.ts"
5834
+ "name": "Anchor",
5835
+ "module": "src/anchor/anchor.ts"
5885
5836
  }
5886
5837
  },
5887
5838
  {
5888
- "kind": "method",
5889
- "name": "findChildWithHref",
5890
- "privacy": "private",
5891
- "return": {
5892
- "type": {
5893
- "text": "HTMLElement | null"
5894
- }
5839
+ "kind": "field",
5840
+ "name": "hreflang",
5841
+ "type": {
5842
+ "text": "string"
5895
5843
  },
5896
- "parameters": [
5897
- {
5898
- "name": "node",
5899
- "type": {
5900
- "text": "HTMLElement"
5901
- }
5902
- }
5903
- ],
5904
- "description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
5844
+ "privacy": "public",
5845
+ "description": "Hints at the language of the referenced resource. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5905
5846
  "inheritedFrom": {
5906
- "name": "Breadcrumb",
5907
- "module": "src/breadcrumb/breadcrumb.ts"
5847
+ "name": "Anchor",
5848
+ "module": "src/anchor/anchor.ts"
5908
5849
  }
5909
5850
  },
5910
5851
  {
5911
- "kind": "method",
5912
- "name": "setAriaCurrent",
5913
- "privacy": "private",
5914
- "return": {
5915
- "type": {
5916
- "text": "void"
5917
- }
5852
+ "kind": "field",
5853
+ "name": "ping",
5854
+ "type": {
5855
+ "text": "string"
5918
5856
  },
5919
- "parameters": [
5920
- {
5921
- "name": "item",
5922
- "type": {
5923
- "text": "HTMLElement"
5924
- }
5925
- },
5926
- {
5927
- "name": "isLastNode",
5928
- "type": {
5929
- "text": "boolean"
5930
- }
5931
- }
5932
- ],
5933
- "description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
5857
+ "privacy": "public",
5858
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5934
5859
  "inheritedFrom": {
5935
- "name": "Breadcrumb",
5936
- "module": "src/breadcrumb/breadcrumb.ts"
5860
+ "name": "Anchor",
5861
+ "module": "src/anchor/anchor.ts"
5862
+ }
5863
+ },
5864
+ {
5865
+ "kind": "field",
5866
+ "name": "referrerpolicy",
5867
+ "type": {
5868
+ "text": "string"
5869
+ },
5870
+ "privacy": "public",
5871
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5872
+ "inheritedFrom": {
5873
+ "name": "Anchor",
5874
+ "module": "src/anchor/anchor.ts"
5875
+ }
5876
+ },
5877
+ {
5878
+ "kind": "field",
5879
+ "name": "rel",
5880
+ "type": {
5881
+ "text": "string"
5882
+ },
5883
+ "privacy": "public",
5884
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5885
+ "inheritedFrom": {
5886
+ "name": "Anchor",
5887
+ "module": "src/anchor/anchor.ts"
5888
+ }
5889
+ },
5890
+ {
5891
+ "kind": "field",
5892
+ "name": "target",
5893
+ "type": {
5894
+ "text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
5895
+ },
5896
+ "privacy": "public",
5897
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5898
+ "inheritedFrom": {
5899
+ "name": "Anchor",
5900
+ "module": "src/anchor/anchor.ts"
5901
+ }
5902
+ },
5903
+ {
5904
+ "kind": "field",
5905
+ "name": "type",
5906
+ "type": {
5907
+ "text": "string"
5908
+ },
5909
+ "privacy": "public",
5910
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5911
+ "inheritedFrom": {
5912
+ "name": "Anchor",
5913
+ "module": "src/anchor/anchor.ts"
5914
+ }
5915
+ },
5916
+ {
5917
+ "kind": "field",
5918
+ "name": "control",
5919
+ "type": {
5920
+ "text": "HTMLAnchorElement | undefined"
5921
+ },
5922
+ "privacy": "public",
5923
+ "description": "References the root element",
5924
+ "inheritedFrom": {
5925
+ "name": "Anchor",
5926
+ "module": "src/anchor/anchor.ts"
5927
+ }
5928
+ },
5929
+ {
5930
+ "kind": "field",
5931
+ "name": "handleUnsupportedDelegatesFocus",
5932
+ "privacy": "private",
5933
+ "description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
5934
+ "inheritedFrom": {
5935
+ "name": "Anchor",
5936
+ "module": "src/anchor/anchor.ts"
5937
5937
  }
5938
5938
  },
5939
5939
  {
@@ -6051,7 +6051,7 @@
6051
6051
  },
6052
6052
  {
6053
6053
  "kind": "variable",
6054
- "name": "foundationBreadcrumbShadowOptions",
6054
+ "name": "foundationBreadcrumbItemShadowOptions",
6055
6055
  "type": {
6056
6056
  "text": "ShadowRootInit"
6057
6057
  },
@@ -6059,57 +6059,57 @@
6059
6059
  },
6060
6060
  {
6061
6061
  "kind": "variable",
6062
- "name": "defaultBreadcrumbConfig",
6062
+ "name": "defaultBreadcrumbItemConfig",
6063
6063
  "type": {
6064
6064
  "text": "object"
6065
6065
  },
6066
- "default": "{}"
6066
+ "default": "{\n separator: '/',\n}"
6067
6067
  },
6068
6068
  {
6069
6069
  "kind": "variable",
6070
- "name": "foundationBreadcrumb",
6071
- "description": "The Foundation Breadcrumb",
6070
+ "name": "foundationBreadcrumbItem",
6071
+ "description": "The Foundation Breadcrumb Item",
6072
6072
  "privacy": "public"
6073
6073
  }
6074
6074
  ],
6075
6075
  "exports": [
6076
6076
  {
6077
6077
  "kind": "js",
6078
- "name": "Breadcrumb",
6078
+ "name": "BreadcrumbItem",
6079
6079
  "declaration": {
6080
- "name": "Breadcrumb",
6081
- "module": "src/breadcrumb/breadcrumb.ts"
6080
+ "name": "BreadcrumbItem",
6081
+ "module": "src/breadcrumb-item/breadcrumb-item.ts"
6082
6082
  }
6083
6083
  },
6084
6084
  {
6085
6085
  "kind": "js",
6086
- "name": "foundationBreadcrumbShadowOptions",
6086
+ "name": "foundationBreadcrumbItemShadowOptions",
6087
6087
  "declaration": {
6088
- "name": "foundationBreadcrumbShadowOptions",
6089
- "module": "src/breadcrumb/breadcrumb.ts"
6088
+ "name": "foundationBreadcrumbItemShadowOptions",
6089
+ "module": "src/breadcrumb-item/breadcrumb-item.ts"
6090
6090
  }
6091
6091
  },
6092
6092
  {
6093
6093
  "kind": "js",
6094
- "name": "defaultBreadcrumbConfig",
6094
+ "name": "defaultBreadcrumbItemConfig",
6095
6095
  "declaration": {
6096
- "name": "defaultBreadcrumbConfig",
6097
- "module": "src/breadcrumb/breadcrumb.ts"
6096
+ "name": "defaultBreadcrumbItemConfig",
6097
+ "module": "src/breadcrumb-item/breadcrumb-item.ts"
6098
6098
  }
6099
6099
  },
6100
6100
  {
6101
6101
  "kind": "js",
6102
- "name": "foundationBreadcrumb",
6102
+ "name": "foundationBreadcrumbItem",
6103
6103
  "declaration": {
6104
- "name": "foundationBreadcrumb",
6105
- "module": "src/breadcrumb/breadcrumb.ts"
6104
+ "name": "foundationBreadcrumbItem",
6105
+ "module": "src/breadcrumb-item/breadcrumb-item.ts"
6106
6106
  }
6107
6107
  }
6108
6108
  ]
6109
6109
  },
6110
6110
  {
6111
6111
  "kind": "javascript-module",
6112
- "path": "src/breadcrumb/index.ts",
6112
+ "path": "src/breadcrumb-item/index.ts",
6113
6113
  "declarations": [],
6114
6114
  "exports": [
6115
6115
  {
@@ -6117,7 +6117,7 @@
6117
6117
  "name": "*",
6118
6118
  "declaration": {
6119
6119
  "name": "*",
6120
- "package": "./breadcrumb.template"
6120
+ "package": "./breadcrumb-item.template"
6121
6121
  }
6122
6122
  },
6123
6123
  {
@@ -6125,7 +6125,7 @@
6125
6125
  "name": "*",
6126
6126
  "declaration": {
6127
6127
  "name": "*",
6128
- "package": "./breadcrumb.styles"
6128
+ "package": "./breadcrumb-item.styles"
6129
6129
  }
6130
6130
  },
6131
6131
  {
@@ -6133,7 +6133,7 @@
6133
6133
  "name": "*",
6134
6134
  "declaration": {
6135
6135
  "name": "*",
6136
- "package": "./breadcrumb"
6136
+ "package": "./breadcrumb-item"
6137
6137
  }
6138
6138
  }
6139
6139
  ]
@@ -12554,330 +12554,6 @@
12554
12554
  }
12555
12555
  ]
12556
12556
  },
12557
- {
12558
- "kind": "javascript-module",
12559
- "path": "src/design-system-provider/design-system-provider.styles.ts",
12560
- "declarations": [
12561
- {
12562
- "kind": "function",
12563
- "name": "designSystemProviderStyles",
12564
- "parameters": [
12565
- {
12566
- "name": "context",
12567
- "type": {
12568
- "text": "ElementDefinitionContext"
12569
- }
12570
- }
12571
- ]
12572
- }
12573
- ],
12574
- "exports": [
12575
- {
12576
- "kind": "js",
12577
- "name": "designSystemProviderStyles",
12578
- "declaration": {
12579
- "name": "designSystemProviderStyles",
12580
- "module": "src/design-system-provider/design-system-provider.styles.ts"
12581
- }
12582
- }
12583
- ]
12584
- },
12585
- {
12586
- "kind": "javascript-module",
12587
- "path": "src/design-system-provider/design-system-provider.ts",
12588
- "declarations": [
12589
- {
12590
- "kind": "class",
12591
- "description": "The Foundation Design System Provider",
12592
- "name": "FoundationDesignSystemProvider",
12593
- "members": [
12594
- {
12595
- "kind": "field",
12596
- "name": "cardFillColor",
12597
- "type": {
12598
- "text": "Swatch"
12599
- },
12600
- "privacy": "public"
12601
- },
12602
- {
12603
- "kind": "field",
12604
- "name": "cardForegroundColor",
12605
- "type": {
12606
- "text": "Swatch"
12607
- },
12608
- "privacy": "public"
12609
- }
12610
- ],
12611
- "attributes": [
12612
- {
12613
- "name": "card-fill-color",
12614
- "type": {
12615
- "text": "Swatch"
12616
- },
12617
- "fieldName": "cardFillColor"
12618
- },
12619
- {
12620
- "name": "card-foreground-color",
12621
- "type": {
12622
- "text": "Swatch"
12623
- },
12624
- "fieldName": "cardForegroundColor"
12625
- }
12626
- ],
12627
- "superclass": {
12628
- "name": "FASTDesignSystemProvider",
12629
- "package": "@microsoft/fast-components"
12630
- },
12631
- "tagName": "%%prefix%%-design-system-provider",
12632
- "customElement": true
12633
- },
12634
- {
12635
- "kind": "variable",
12636
- "name": "foundationDesignSystemProvider",
12637
- "description": "The Foundation Design System Provider composed element",
12638
- "privacy": "public"
12639
- }
12640
- ],
12641
- "exports": [
12642
- {
12643
- "kind": "js",
12644
- "name": "FoundationDesignSystemProvider",
12645
- "declaration": {
12646
- "name": "FoundationDesignSystemProvider",
12647
- "module": "src/design-system-provider/design-system-provider.ts"
12648
- }
12649
- },
12650
- {
12651
- "kind": "js",
12652
- "name": "foundationDesignSystemProvider",
12653
- "declaration": {
12654
- "name": "foundationDesignSystemProvider",
12655
- "module": "src/design-system-provider/design-system-provider.ts"
12656
- }
12657
- }
12658
- ]
12659
- },
12660
- {
12661
- "kind": "javascript-module",
12662
- "path": "src/design-system-provider/design-system-provider.utils.ts",
12663
- "declarations": [
12664
- {
12665
- "kind": "function",
12666
- "name": "provideTokens",
12667
- "parameters": [
12668
- {
12669
- "name": "tokens"
12670
- },
12671
- {
12672
- "name": "values"
12673
- },
12674
- {
12675
- "name": "element",
12676
- "optional": true,
12677
- "type": {
12678
- "text": "HTMLElement"
12679
- }
12680
- }
12681
- ]
12682
- },
12683
- {
12684
- "kind": "function",
12685
- "name": "designToken",
12686
- "parameters": [
12687
- {
12688
- "name": "token",
12689
- "type": {
12690
- "text": "DesignToken<T>"
12691
- }
12692
- }
12693
- ]
12694
- },
12695
- {
12696
- "kind": "variable",
12697
- "name": "swatchConverter",
12698
- "type": {
12699
- "text": "ValueConverter"
12700
- },
12701
- "default": "{\n toView(value: any): string | null {\n if (value === null || value === undefined) {\n return null;\n }\n return (value as Swatch)?.toColorString();\n },\n\n fromView(value: any): any {\n if (value === null || value === undefined) {\n return null;\n }\n const color = parseColorHexRGB(value);\n return color ? SwatchRGB.create(color!.r, color!.g, color!.b) : null;\n },\n}"
12702
- },
12703
- {
12704
- "kind": "function",
12705
- "name": "paletteFromHex",
12706
- "parameters": [
12707
- {
12708
- "name": "hexColor",
12709
- "type": {
12710
- "text": "string"
12711
- }
12712
- }
12713
- ]
12714
- },
12715
- {
12716
- "kind": "function",
12717
- "name": "getDefaultConfig",
12718
- "parameters": [
12719
- {
12720
- "name": "definition",
12721
- "type": {
12722
- "text": "Partial<FoundationElementDefinition>"
12723
- }
12724
- },
12725
- {
12726
- "name": "exclusions",
12727
- "default": "defaultExclusions"
12728
- }
12729
- ]
12730
- },
12731
- {
12732
- "kind": "function",
12733
- "name": "getExports",
12734
- "parameters": [
12735
- {
12736
- "name": "registrationFunction"
12737
- }
12738
- ]
12739
- },
12740
- {
12741
- "kind": "function",
12742
- "name": "getTypeRampValue",
12743
- "parameters": [
12744
- {
12745
- "name": "baseTypeRamp",
12746
- "type": {
12747
- "text": "string"
12748
- }
12749
- },
12750
- {
12751
- "name": "value",
12752
- "type": {
12753
- "text": "number"
12754
- }
12755
- }
12756
- ]
12757
- },
12758
- {
12759
- "kind": "function",
12760
- "name": "configureDesignSystem",
12761
- "parameters": [
12762
- {
12763
- "name": "provider",
12764
- "type": {
12765
- "text": "HTMLElement"
12766
- }
12767
- },
12768
- {
12769
- "name": "config",
12770
- "type": {
12771
- "text": "DesignTokensConfig"
12772
- }
12773
- }
12774
- ]
12775
- }
12776
- ],
12777
- "exports": [
12778
- {
12779
- "kind": "js",
12780
- "name": "provideTokens",
12781
- "declaration": {
12782
- "name": "provideTokens",
12783
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12784
- }
12785
- },
12786
- {
12787
- "kind": "js",
12788
- "name": "designToken",
12789
- "declaration": {
12790
- "name": "designToken",
12791
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12792
- }
12793
- },
12794
- {
12795
- "kind": "js",
12796
- "name": "swatchConverter",
12797
- "declaration": {
12798
- "name": "swatchConverter",
12799
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12800
- }
12801
- },
12802
- {
12803
- "kind": "js",
12804
- "name": "paletteFromHex",
12805
- "declaration": {
12806
- "name": "paletteFromHex",
12807
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12808
- }
12809
- },
12810
- {
12811
- "kind": "js",
12812
- "name": "getDefaultConfig",
12813
- "declaration": {
12814
- "name": "getDefaultConfig",
12815
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12816
- }
12817
- },
12818
- {
12819
- "kind": "js",
12820
- "name": "getExports",
12821
- "declaration": {
12822
- "name": "getExports",
12823
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12824
- }
12825
- },
12826
- {
12827
- "kind": "js",
12828
- "name": "getTypeRampValue",
12829
- "declaration": {
12830
- "name": "getTypeRampValue",
12831
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12832
- }
12833
- },
12834
- {
12835
- "kind": "js",
12836
- "name": "configureDesignSystem",
12837
- "declaration": {
12838
- "name": "configureDesignSystem",
12839
- "module": "src/design-system-provider/design-system-provider.utils.ts"
12840
- }
12841
- }
12842
- ]
12843
- },
12844
- {
12845
- "kind": "javascript-module",
12846
- "path": "src/design-system-provider/index.ts",
12847
- "declarations": [],
12848
- "exports": [
12849
- {
12850
- "kind": "js",
12851
- "name": "*",
12852
- "declaration": {
12853
- "name": "*",
12854
- "package": "./design-system-provider.utils"
12855
- }
12856
- },
12857
- {
12858
- "kind": "js",
12859
- "name": "*",
12860
- "declaration": {
12861
- "name": "*",
12862
- "package": "./design-system-provider"
12863
- }
12864
- },
12865
- {
12866
- "kind": "js",
12867
- "name": "*",
12868
- "declaration": {
12869
- "name": "*",
12870
- "package": "./types"
12871
- }
12872
- }
12873
- ]
12874
- },
12875
- {
12876
- "kind": "javascript-module",
12877
- "path": "src/design-system-provider/types.ts",
12878
- "declarations": [],
12879
- "exports": []
12880
- },
12881
12557
  {
12882
12558
  "kind": "javascript-module",
12883
12559
  "path": "src/date-picker/calendar.ts",
@@ -13824,6 +13500,330 @@
13824
13500
  }
13825
13501
  ]
13826
13502
  },
13503
+ {
13504
+ "kind": "javascript-module",
13505
+ "path": "src/design-system-provider/design-system-provider.styles.ts",
13506
+ "declarations": [
13507
+ {
13508
+ "kind": "function",
13509
+ "name": "designSystemProviderStyles",
13510
+ "parameters": [
13511
+ {
13512
+ "name": "context",
13513
+ "type": {
13514
+ "text": "ElementDefinitionContext"
13515
+ }
13516
+ }
13517
+ ]
13518
+ }
13519
+ ],
13520
+ "exports": [
13521
+ {
13522
+ "kind": "js",
13523
+ "name": "designSystemProviderStyles",
13524
+ "declaration": {
13525
+ "name": "designSystemProviderStyles",
13526
+ "module": "src/design-system-provider/design-system-provider.styles.ts"
13527
+ }
13528
+ }
13529
+ ]
13530
+ },
13531
+ {
13532
+ "kind": "javascript-module",
13533
+ "path": "src/design-system-provider/design-system-provider.ts",
13534
+ "declarations": [
13535
+ {
13536
+ "kind": "class",
13537
+ "description": "The Foundation Design System Provider",
13538
+ "name": "FoundationDesignSystemProvider",
13539
+ "members": [
13540
+ {
13541
+ "kind": "field",
13542
+ "name": "cardFillColor",
13543
+ "type": {
13544
+ "text": "Swatch"
13545
+ },
13546
+ "privacy": "public"
13547
+ },
13548
+ {
13549
+ "kind": "field",
13550
+ "name": "cardForegroundColor",
13551
+ "type": {
13552
+ "text": "Swatch"
13553
+ },
13554
+ "privacy": "public"
13555
+ }
13556
+ ],
13557
+ "attributes": [
13558
+ {
13559
+ "name": "card-fill-color",
13560
+ "type": {
13561
+ "text": "Swatch"
13562
+ },
13563
+ "fieldName": "cardFillColor"
13564
+ },
13565
+ {
13566
+ "name": "card-foreground-color",
13567
+ "type": {
13568
+ "text": "Swatch"
13569
+ },
13570
+ "fieldName": "cardForegroundColor"
13571
+ }
13572
+ ],
13573
+ "superclass": {
13574
+ "name": "FASTDesignSystemProvider",
13575
+ "package": "@microsoft/fast-components"
13576
+ },
13577
+ "tagName": "%%prefix%%-design-system-provider",
13578
+ "customElement": true
13579
+ },
13580
+ {
13581
+ "kind": "variable",
13582
+ "name": "foundationDesignSystemProvider",
13583
+ "description": "The Foundation Design System Provider composed element",
13584
+ "privacy": "public"
13585
+ }
13586
+ ],
13587
+ "exports": [
13588
+ {
13589
+ "kind": "js",
13590
+ "name": "FoundationDesignSystemProvider",
13591
+ "declaration": {
13592
+ "name": "FoundationDesignSystemProvider",
13593
+ "module": "src/design-system-provider/design-system-provider.ts"
13594
+ }
13595
+ },
13596
+ {
13597
+ "kind": "js",
13598
+ "name": "foundationDesignSystemProvider",
13599
+ "declaration": {
13600
+ "name": "foundationDesignSystemProvider",
13601
+ "module": "src/design-system-provider/design-system-provider.ts"
13602
+ }
13603
+ }
13604
+ ]
13605
+ },
13606
+ {
13607
+ "kind": "javascript-module",
13608
+ "path": "src/design-system-provider/design-system-provider.utils.ts",
13609
+ "declarations": [
13610
+ {
13611
+ "kind": "function",
13612
+ "name": "provideTokens",
13613
+ "parameters": [
13614
+ {
13615
+ "name": "tokens"
13616
+ },
13617
+ {
13618
+ "name": "values"
13619
+ },
13620
+ {
13621
+ "name": "element",
13622
+ "optional": true,
13623
+ "type": {
13624
+ "text": "HTMLElement"
13625
+ }
13626
+ }
13627
+ ]
13628
+ },
13629
+ {
13630
+ "kind": "function",
13631
+ "name": "designToken",
13632
+ "parameters": [
13633
+ {
13634
+ "name": "token",
13635
+ "type": {
13636
+ "text": "DesignToken<T>"
13637
+ }
13638
+ }
13639
+ ]
13640
+ },
13641
+ {
13642
+ "kind": "variable",
13643
+ "name": "swatchConverter",
13644
+ "type": {
13645
+ "text": "ValueConverter"
13646
+ },
13647
+ "default": "{\n toView(value: any): string | null {\n if (value === null || value === undefined) {\n return null;\n }\n return (value as Swatch)?.toColorString();\n },\n\n fromView(value: any): any {\n if (value === null || value === undefined) {\n return null;\n }\n const color = parseColorHexRGB(value);\n return color ? SwatchRGB.create(color!.r, color!.g, color!.b) : null;\n },\n}"
13648
+ },
13649
+ {
13650
+ "kind": "function",
13651
+ "name": "paletteFromHex",
13652
+ "parameters": [
13653
+ {
13654
+ "name": "hexColor",
13655
+ "type": {
13656
+ "text": "string"
13657
+ }
13658
+ }
13659
+ ]
13660
+ },
13661
+ {
13662
+ "kind": "function",
13663
+ "name": "getDefaultConfig",
13664
+ "parameters": [
13665
+ {
13666
+ "name": "definition",
13667
+ "type": {
13668
+ "text": "Partial<FoundationElementDefinition>"
13669
+ }
13670
+ },
13671
+ {
13672
+ "name": "exclusions",
13673
+ "default": "defaultExclusions"
13674
+ }
13675
+ ]
13676
+ },
13677
+ {
13678
+ "kind": "function",
13679
+ "name": "getExports",
13680
+ "parameters": [
13681
+ {
13682
+ "name": "registrationFunction"
13683
+ }
13684
+ ]
13685
+ },
13686
+ {
13687
+ "kind": "function",
13688
+ "name": "getTypeRampValue",
13689
+ "parameters": [
13690
+ {
13691
+ "name": "baseTypeRamp",
13692
+ "type": {
13693
+ "text": "string"
13694
+ }
13695
+ },
13696
+ {
13697
+ "name": "value",
13698
+ "type": {
13699
+ "text": "number"
13700
+ }
13701
+ }
13702
+ ]
13703
+ },
13704
+ {
13705
+ "kind": "function",
13706
+ "name": "configureDesignSystem",
13707
+ "parameters": [
13708
+ {
13709
+ "name": "provider",
13710
+ "type": {
13711
+ "text": "HTMLElement"
13712
+ }
13713
+ },
13714
+ {
13715
+ "name": "config",
13716
+ "type": {
13717
+ "text": "DesignTokensConfig"
13718
+ }
13719
+ }
13720
+ ]
13721
+ }
13722
+ ],
13723
+ "exports": [
13724
+ {
13725
+ "kind": "js",
13726
+ "name": "provideTokens",
13727
+ "declaration": {
13728
+ "name": "provideTokens",
13729
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13730
+ }
13731
+ },
13732
+ {
13733
+ "kind": "js",
13734
+ "name": "designToken",
13735
+ "declaration": {
13736
+ "name": "designToken",
13737
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13738
+ }
13739
+ },
13740
+ {
13741
+ "kind": "js",
13742
+ "name": "swatchConverter",
13743
+ "declaration": {
13744
+ "name": "swatchConverter",
13745
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13746
+ }
13747
+ },
13748
+ {
13749
+ "kind": "js",
13750
+ "name": "paletteFromHex",
13751
+ "declaration": {
13752
+ "name": "paletteFromHex",
13753
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13754
+ }
13755
+ },
13756
+ {
13757
+ "kind": "js",
13758
+ "name": "getDefaultConfig",
13759
+ "declaration": {
13760
+ "name": "getDefaultConfig",
13761
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13762
+ }
13763
+ },
13764
+ {
13765
+ "kind": "js",
13766
+ "name": "getExports",
13767
+ "declaration": {
13768
+ "name": "getExports",
13769
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13770
+ }
13771
+ },
13772
+ {
13773
+ "kind": "js",
13774
+ "name": "getTypeRampValue",
13775
+ "declaration": {
13776
+ "name": "getTypeRampValue",
13777
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13778
+ }
13779
+ },
13780
+ {
13781
+ "kind": "js",
13782
+ "name": "configureDesignSystem",
13783
+ "declaration": {
13784
+ "name": "configureDesignSystem",
13785
+ "module": "src/design-system-provider/design-system-provider.utils.ts"
13786
+ }
13787
+ }
13788
+ ]
13789
+ },
13790
+ {
13791
+ "kind": "javascript-module",
13792
+ "path": "src/design-system-provider/index.ts",
13793
+ "declarations": [],
13794
+ "exports": [
13795
+ {
13796
+ "kind": "js",
13797
+ "name": "*",
13798
+ "declaration": {
13799
+ "name": "*",
13800
+ "package": "./design-system-provider.utils"
13801
+ }
13802
+ },
13803
+ {
13804
+ "kind": "js",
13805
+ "name": "*",
13806
+ "declaration": {
13807
+ "name": "*",
13808
+ "package": "./design-system-provider"
13809
+ }
13810
+ },
13811
+ {
13812
+ "kind": "js",
13813
+ "name": "*",
13814
+ "declaration": {
13815
+ "name": "*",
13816
+ "package": "./types"
13817
+ }
13818
+ }
13819
+ ]
13820
+ },
13821
+ {
13822
+ "kind": "javascript-module",
13823
+ "path": "src/design-system-provider/types.ts",
13824
+ "declarations": [],
13825
+ "exports": []
13826
+ },
13827
13827
  {
13828
13828
  "kind": "javascript-module",
13829
13829
  "path": "src/dialog/dialog.styles.ts",
@@ -39797,6 +39797,188 @@
39797
39797
  }
39798
39798
  ]
39799
39799
  },
39800
+ {
39801
+ "kind": "javascript-module",
39802
+ "path": "src/tree-view/index.ts",
39803
+ "declarations": [],
39804
+ "exports": [
39805
+ {
39806
+ "kind": "js",
39807
+ "name": "*",
39808
+ "declaration": {
39809
+ "name": "*",
39810
+ "package": "./tree-view.template"
39811
+ }
39812
+ },
39813
+ {
39814
+ "kind": "js",
39815
+ "name": "*",
39816
+ "declaration": {
39817
+ "name": "*",
39818
+ "package": "./tree-view.styles"
39819
+ }
39820
+ },
39821
+ {
39822
+ "kind": "js",
39823
+ "name": "*",
39824
+ "declaration": {
39825
+ "name": "*",
39826
+ "package": "./tree-view"
39827
+ }
39828
+ }
39829
+ ]
39830
+ },
39831
+ {
39832
+ "kind": "javascript-module",
39833
+ "path": "src/tree-view/tree-view.styles.ts",
39834
+ "declarations": [
39835
+ {
39836
+ "kind": "function",
39837
+ "name": "foundationTreeViewStyles",
39838
+ "return": {
39839
+ "type": {
39840
+ "text": "ElementStyles"
39841
+ }
39842
+ },
39843
+ "parameters": [
39844
+ {
39845
+ "name": "context",
39846
+ "type": {
39847
+ "text": "ElementDefinitionContext"
39848
+ }
39849
+ },
39850
+ {
39851
+ "name": "definition",
39852
+ "type": {
39853
+ "text": "FoundationElementDefinition"
39854
+ }
39855
+ }
39856
+ ]
39857
+ }
39858
+ ],
39859
+ "exports": [
39860
+ {
39861
+ "kind": "js",
39862
+ "name": "foundationTreeViewStyles",
39863
+ "declaration": {
39864
+ "name": "foundationTreeViewStyles",
39865
+ "module": "src/tree-view/tree-view.styles.ts"
39866
+ }
39867
+ }
39868
+ ]
39869
+ },
39870
+ {
39871
+ "kind": "javascript-module",
39872
+ "path": "src/tree-view/tree-view.template.ts",
39873
+ "declarations": [
39874
+ {
39875
+ "kind": "function",
39876
+ "name": "foundationTreeViewTemplate",
39877
+ "return": {
39878
+ "type": {
39879
+ "text": "ViewTemplate<TreeView>"
39880
+ }
39881
+ },
39882
+ "parameters": [
39883
+ {
39884
+ "name": "context",
39885
+ "type": {
39886
+ "text": "ElementDefinitionContext"
39887
+ }
39888
+ },
39889
+ {
39890
+ "name": "definition",
39891
+ "type": {
39892
+ "text": "FoundationElementDefinition"
39893
+ }
39894
+ }
39895
+ ]
39896
+ }
39897
+ ],
39898
+ "exports": [
39899
+ {
39900
+ "kind": "js",
39901
+ "name": "foundationTreeViewTemplate",
39902
+ "declaration": {
39903
+ "name": "foundationTreeViewTemplate",
39904
+ "module": "src/tree-view/tree-view.template.ts"
39905
+ }
39906
+ }
39907
+ ]
39908
+ },
39909
+ {
39910
+ "kind": "javascript-module",
39911
+ "path": "src/tree-view/tree-view.ts",
39912
+ "declarations": [
39913
+ {
39914
+ "kind": "class",
39915
+ "description": "",
39916
+ "name": "TreeView",
39917
+ "superclass": {
39918
+ "name": "FASTTreeView",
39919
+ "package": "@microsoft/fast-foundation"
39920
+ },
39921
+ "tagName": "%%prefix%%-tree-view",
39922
+ "customElement": true
39923
+ },
39924
+ {
39925
+ "kind": "variable",
39926
+ "name": "foundationTreeViewShadowOptions",
39927
+ "type": {
39928
+ "text": "ShadowRootInit"
39929
+ },
39930
+ "default": "undefined"
39931
+ },
39932
+ {
39933
+ "kind": "variable",
39934
+ "name": "defaultTreeViewConfig",
39935
+ "type": {
39936
+ "text": "object"
39937
+ },
39938
+ "default": "{}"
39939
+ },
39940
+ {
39941
+ "kind": "variable",
39942
+ "name": "foundationTreeView",
39943
+ "description": "The Foundation Tree View",
39944
+ "privacy": "public"
39945
+ }
39946
+ ],
39947
+ "exports": [
39948
+ {
39949
+ "kind": "js",
39950
+ "name": "TreeView",
39951
+ "declaration": {
39952
+ "name": "TreeView",
39953
+ "module": "src/tree-view/tree-view.ts"
39954
+ }
39955
+ },
39956
+ {
39957
+ "kind": "js",
39958
+ "name": "foundationTreeViewShadowOptions",
39959
+ "declaration": {
39960
+ "name": "foundationTreeViewShadowOptions",
39961
+ "module": "src/tree-view/tree-view.ts"
39962
+ }
39963
+ },
39964
+ {
39965
+ "kind": "js",
39966
+ "name": "defaultTreeViewConfig",
39967
+ "declaration": {
39968
+ "name": "defaultTreeViewConfig",
39969
+ "module": "src/tree-view/tree-view.ts"
39970
+ }
39971
+ },
39972
+ {
39973
+ "kind": "js",
39974
+ "name": "foundationTreeView",
39975
+ "declaration": {
39976
+ "name": "foundationTreeView",
39977
+ "module": "src/tree-view/tree-view.ts"
39978
+ }
39979
+ }
39980
+ ]
39981
+ },
39800
39982
  {
39801
39983
  "kind": "javascript-module",
39802
39984
  "path": "src/tooltip/index.ts",
@@ -41068,188 +41250,6 @@
41068
41250
  }
41069
41251
  ]
41070
41252
  },
41071
- {
41072
- "kind": "javascript-module",
41073
- "path": "src/tree-view/index.ts",
41074
- "declarations": [],
41075
- "exports": [
41076
- {
41077
- "kind": "js",
41078
- "name": "*",
41079
- "declaration": {
41080
- "name": "*",
41081
- "package": "./tree-view.template"
41082
- }
41083
- },
41084
- {
41085
- "kind": "js",
41086
- "name": "*",
41087
- "declaration": {
41088
- "name": "*",
41089
- "package": "./tree-view.styles"
41090
- }
41091
- },
41092
- {
41093
- "kind": "js",
41094
- "name": "*",
41095
- "declaration": {
41096
- "name": "*",
41097
- "package": "./tree-view"
41098
- }
41099
- }
41100
- ]
41101
- },
41102
- {
41103
- "kind": "javascript-module",
41104
- "path": "src/tree-view/tree-view.styles.ts",
41105
- "declarations": [
41106
- {
41107
- "kind": "function",
41108
- "name": "foundationTreeViewStyles",
41109
- "return": {
41110
- "type": {
41111
- "text": "ElementStyles"
41112
- }
41113
- },
41114
- "parameters": [
41115
- {
41116
- "name": "context",
41117
- "type": {
41118
- "text": "ElementDefinitionContext"
41119
- }
41120
- },
41121
- {
41122
- "name": "definition",
41123
- "type": {
41124
- "text": "FoundationElementDefinition"
41125
- }
41126
- }
41127
- ]
41128
- }
41129
- ],
41130
- "exports": [
41131
- {
41132
- "kind": "js",
41133
- "name": "foundationTreeViewStyles",
41134
- "declaration": {
41135
- "name": "foundationTreeViewStyles",
41136
- "module": "src/tree-view/tree-view.styles.ts"
41137
- }
41138
- }
41139
- ]
41140
- },
41141
- {
41142
- "kind": "javascript-module",
41143
- "path": "src/tree-view/tree-view.template.ts",
41144
- "declarations": [
41145
- {
41146
- "kind": "function",
41147
- "name": "foundationTreeViewTemplate",
41148
- "return": {
41149
- "type": {
41150
- "text": "ViewTemplate<TreeView>"
41151
- }
41152
- },
41153
- "parameters": [
41154
- {
41155
- "name": "context",
41156
- "type": {
41157
- "text": "ElementDefinitionContext"
41158
- }
41159
- },
41160
- {
41161
- "name": "definition",
41162
- "type": {
41163
- "text": "FoundationElementDefinition"
41164
- }
41165
- }
41166
- ]
41167
- }
41168
- ],
41169
- "exports": [
41170
- {
41171
- "kind": "js",
41172
- "name": "foundationTreeViewTemplate",
41173
- "declaration": {
41174
- "name": "foundationTreeViewTemplate",
41175
- "module": "src/tree-view/tree-view.template.ts"
41176
- }
41177
- }
41178
- ]
41179
- },
41180
- {
41181
- "kind": "javascript-module",
41182
- "path": "src/tree-view/tree-view.ts",
41183
- "declarations": [
41184
- {
41185
- "kind": "class",
41186
- "description": "",
41187
- "name": "TreeView",
41188
- "superclass": {
41189
- "name": "FASTTreeView",
41190
- "package": "@microsoft/fast-foundation"
41191
- },
41192
- "tagName": "%%prefix%%-tree-view",
41193
- "customElement": true
41194
- },
41195
- {
41196
- "kind": "variable",
41197
- "name": "foundationTreeViewShadowOptions",
41198
- "type": {
41199
- "text": "ShadowRootInit"
41200
- },
41201
- "default": "undefined"
41202
- },
41203
- {
41204
- "kind": "variable",
41205
- "name": "defaultTreeViewConfig",
41206
- "type": {
41207
- "text": "object"
41208
- },
41209
- "default": "{}"
41210
- },
41211
- {
41212
- "kind": "variable",
41213
- "name": "foundationTreeView",
41214
- "description": "The Foundation Tree View",
41215
- "privacy": "public"
41216
- }
41217
- ],
41218
- "exports": [
41219
- {
41220
- "kind": "js",
41221
- "name": "TreeView",
41222
- "declaration": {
41223
- "name": "TreeView",
41224
- "module": "src/tree-view/tree-view.ts"
41225
- }
41226
- },
41227
- {
41228
- "kind": "js",
41229
- "name": "foundationTreeViewShadowOptions",
41230
- "declaration": {
41231
- "name": "foundationTreeViewShadowOptions",
41232
- "module": "src/tree-view/tree-view.ts"
41233
- }
41234
- },
41235
- {
41236
- "kind": "js",
41237
- "name": "defaultTreeViewConfig",
41238
- "declaration": {
41239
- "name": "defaultTreeViewConfig",
41240
- "module": "src/tree-view/tree-view.ts"
41241
- }
41242
- },
41243
- {
41244
- "kind": "js",
41245
- "name": "foundationTreeView",
41246
- "declaration": {
41247
- "name": "foundationTreeView",
41248
- "module": "src/tree-view/tree-view.ts"
41249
- }
41250
- }
41251
- ]
41252
- },
41253
41253
  {
41254
41254
  "kind": "javascript-module",
41255
41255
  "path": "src/url-input/index.ts",