@genesislcap/foundation-ui 14.221.0 → 14.223.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5236,11 +5236,11 @@
5236
5236
  },
5237
5237
  {
5238
5238
  "kind": "javascript-module",
5239
- "path": "src/breadcrumb/breadcrumb.styles.ts",
5239
+ "path": "src/breadcrumb-item/breadcrumb-item.styles.ts",
5240
5240
  "declarations": [
5241
5241
  {
5242
5242
  "kind": "function",
5243
- "name": "foundationBreadcrumbStyles",
5243
+ "name": "foundationBreadcrumbItemStyles",
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": "foundationBreadcrumbStyles",
5268
+ "name": "foundationBreadcrumbItemStyles",
5269
5269
  "declaration": {
5270
- "name": "foundationBreadcrumbStyles",
5271
- "module": "src/breadcrumb/breadcrumb.styles.ts"
5270
+ "name": "foundationBreadcrumbItemStyles",
5271
+ "module": "src/breadcrumb-item/breadcrumb-item.styles.ts"
5272
5272
  }
5273
5273
  }
5274
5274
  ]
5275
5275
  },
5276
5276
  {
5277
5277
  "kind": "javascript-module",
5278
- "path": "src/breadcrumb/breadcrumb.template.ts",
5278
+ "path": "src/breadcrumb-item/breadcrumb-item.template.ts",
5279
5279
  "declarations": [
5280
5280
  {
5281
5281
  "kind": "function",
5282
- "name": "foundationBreadcrumbTemplate",
5282
+ "name": "foundationBreadcrumbItemTemplate",
5283
5283
  "return": {
5284
5284
  "type": {
5285
- "text": "ViewTemplate<Breadcrumb>"
5285
+ "text": "ViewTemplate<BreadcrumbItem>"
5286
5286
  }
5287
5287
  },
5288
5288
  "parameters": [
@@ -5304,116 +5304,252 @@
5304
5304
  "exports": [
5305
5305
  {
5306
5306
  "kind": "js",
5307
- "name": "foundationBreadcrumbTemplate",
5307
+ "name": "foundationBreadcrumbItemTemplate",
5308
5308
  "declaration": {
5309
- "name": "foundationBreadcrumbTemplate",
5310
- "module": "src/breadcrumb/breadcrumb.template.ts"
5309
+ "name": "foundationBreadcrumbItemTemplate",
5310
+ "module": "src/breadcrumb-item/breadcrumb-item.template.ts"
5311
5311
  }
5312
5312
  }
5313
5313
  ]
5314
5314
  },
5315
5315
  {
5316
5316
  "kind": "javascript-module",
5317
- "path": "src/breadcrumb/breadcrumb.ts",
5317
+ "path": "src/breadcrumb-item/breadcrumb-item.ts",
5318
5318
  "declarations": [
5319
5319
  {
5320
5320
  "kind": "class",
5321
5321
  "description": "",
5322
- "name": "Breadcrumb",
5322
+ "name": "BreadcrumbItem",
5323
5323
  "superclass": {
5324
- "name": "FASTBreadcrumb",
5324
+ "name": "FASTBreadcrumbItem",
5325
5325
  "package": "@microsoft/fast-components"
5326
5326
  },
5327
- "tagName": "%%prefix%%-breadcrumb",
5327
+ "tagName": "%%prefix%%-breadcrumb-item",
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
+ ],
5329
5427
  "members": [
5330
5428
  {
5331
- "kind": "method",
5332
- "name": "slottedBreadcrumbItemsChanged",
5429
+ "kind": "field",
5430
+ "name": "download",
5431
+ "type": {
5432
+ "text": "string"
5433
+ },
5333
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.",
5334
5436
  "inheritedFrom": {
5335
- "name": "Breadcrumb",
5336
- "module": "src/breadcrumb/breadcrumb.ts"
5437
+ "name": "Anchor",
5438
+ "module": "src/anchor/anchor.ts"
5337
5439
  }
5338
5440
  },
5339
5441
  {
5340
- "kind": "method",
5341
- "name": "setItemSeparator",
5342
- "privacy": "private",
5343
- "return": {
5344
- "type": {
5345
- "text": "void"
5346
- }
5442
+ "kind": "field",
5443
+ "name": "href",
5444
+ "type": {
5445
+ "text": "string"
5347
5446
  },
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
- ],
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.",
5362
5449
  "inheritedFrom": {
5363
- "name": "Breadcrumb",
5364
- "module": "src/breadcrumb/breadcrumb.ts"
5450
+ "name": "Anchor",
5451
+ "module": "src/anchor/anchor.ts"
5365
5452
  }
5366
5453
  },
5367
5454
  {
5368
- "kind": "method",
5369
- "name": "findChildWithHref",
5370
- "privacy": "private",
5371
- "return": {
5372
- "type": {
5373
- "text": "HTMLElement | null"
5374
- }
5455
+ "kind": "field",
5456
+ "name": "hreflang",
5457
+ "type": {
5458
+ "text": "string"
5375
5459
  },
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.",
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.",
5385
5462
  "inheritedFrom": {
5386
- "name": "Breadcrumb",
5387
- "module": "src/breadcrumb/breadcrumb.ts"
5463
+ "name": "Anchor",
5464
+ "module": "src/anchor/anchor.ts"
5388
5465
  }
5389
5466
  },
5390
5467
  {
5391
- "kind": "method",
5392
- "name": "setAriaCurrent",
5393
- "privacy": "private",
5394
- "return": {
5395
- "type": {
5396
- "text": "void"
5397
- }
5468
+ "kind": "field",
5469
+ "name": "ping",
5470
+ "type": {
5471
+ "text": "string"
5398
5472
  },
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",
5473
+ "privacy": "public",
5474
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5414
5475
  "inheritedFrom": {
5415
- "name": "Breadcrumb",
5416
- "module": "src/breadcrumb/breadcrumb.ts"
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
+ },
5512
+ "privacy": "public",
5513
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5514
+ "inheritedFrom": {
5515
+ "name": "Anchor",
5516
+ "module": "src/anchor/anchor.ts"
5517
+ }
5518
+ },
5519
+ {
5520
+ "kind": "field",
5521
+ "name": "type",
5522
+ "type": {
5523
+ "text": "string"
5524
+ },
5525
+ "privacy": "public",
5526
+ "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5527
+ "inheritedFrom": {
5528
+ "name": "Anchor",
5529
+ "module": "src/anchor/anchor.ts"
5530
+ }
5531
+ },
5532
+ {
5533
+ "kind": "field",
5534
+ "name": "control",
5535
+ "type": {
5536
+ "text": "HTMLAnchorElement | undefined"
5537
+ },
5538
+ "privacy": "public",
5539
+ "description": "References the root element",
5540
+ "inheritedFrom": {
5541
+ "name": "Anchor",
5542
+ "module": "src/anchor/anchor.ts"
5543
+ }
5544
+ },
5545
+ {
5546
+ "kind": "field",
5547
+ "name": "handleUnsupportedDelegatesFocus",
5548
+ "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",
5550
+ "inheritedFrom": {
5551
+ "name": "Anchor",
5552
+ "module": "src/anchor/anchor.ts"
5417
5553
  }
5418
5554
  },
5419
5555
  {
@@ -5531,7 +5667,7 @@
5531
5667
  },
5532
5668
  {
5533
5669
  "kind": "variable",
5534
- "name": "foundationBreadcrumbShadowOptions",
5670
+ "name": "foundationBreadcrumbItemShadowOptions",
5535
5671
  "type": {
5536
5672
  "text": "ShadowRootInit"
5537
5673
  },
@@ -5539,57 +5675,57 @@
5539
5675
  },
5540
5676
  {
5541
5677
  "kind": "variable",
5542
- "name": "defaultBreadcrumbConfig",
5678
+ "name": "defaultBreadcrumbItemConfig",
5543
5679
  "type": {
5544
5680
  "text": "object"
5545
5681
  },
5546
- "default": "{}"
5682
+ "default": "{\n separator: '/',\n}"
5547
5683
  },
5548
5684
  {
5549
5685
  "kind": "variable",
5550
- "name": "foundationBreadcrumb",
5551
- "description": "The Foundation Breadcrumb",
5686
+ "name": "foundationBreadcrumbItem",
5687
+ "description": "The Foundation Breadcrumb Item",
5552
5688
  "privacy": "public"
5553
5689
  }
5554
5690
  ],
5555
5691
  "exports": [
5556
5692
  {
5557
5693
  "kind": "js",
5558
- "name": "Breadcrumb",
5694
+ "name": "BreadcrumbItem",
5559
5695
  "declaration": {
5560
- "name": "Breadcrumb",
5561
- "module": "src/breadcrumb/breadcrumb.ts"
5696
+ "name": "BreadcrumbItem",
5697
+ "module": "src/breadcrumb-item/breadcrumb-item.ts"
5562
5698
  }
5563
5699
  },
5564
5700
  {
5565
5701
  "kind": "js",
5566
- "name": "foundationBreadcrumbShadowOptions",
5702
+ "name": "foundationBreadcrumbItemShadowOptions",
5567
5703
  "declaration": {
5568
- "name": "foundationBreadcrumbShadowOptions",
5569
- "module": "src/breadcrumb/breadcrumb.ts"
5704
+ "name": "foundationBreadcrumbItemShadowOptions",
5705
+ "module": "src/breadcrumb-item/breadcrumb-item.ts"
5570
5706
  }
5571
5707
  },
5572
5708
  {
5573
5709
  "kind": "js",
5574
- "name": "defaultBreadcrumbConfig",
5710
+ "name": "defaultBreadcrumbItemConfig",
5575
5711
  "declaration": {
5576
- "name": "defaultBreadcrumbConfig",
5577
- "module": "src/breadcrumb/breadcrumb.ts"
5712
+ "name": "defaultBreadcrumbItemConfig",
5713
+ "module": "src/breadcrumb-item/breadcrumb-item.ts"
5578
5714
  }
5579
5715
  },
5580
5716
  {
5581
5717
  "kind": "js",
5582
- "name": "foundationBreadcrumb",
5718
+ "name": "foundationBreadcrumbItem",
5583
5719
  "declaration": {
5584
- "name": "foundationBreadcrumb",
5585
- "module": "src/breadcrumb/breadcrumb.ts"
5720
+ "name": "foundationBreadcrumbItem",
5721
+ "module": "src/breadcrumb-item/breadcrumb-item.ts"
5586
5722
  }
5587
5723
  }
5588
5724
  ]
5589
5725
  },
5590
5726
  {
5591
5727
  "kind": "javascript-module",
5592
- "path": "src/breadcrumb/index.ts",
5728
+ "path": "src/breadcrumb-item/index.ts",
5593
5729
  "declarations": [],
5594
5730
  "exports": [
5595
5731
  {
@@ -5597,7 +5733,7 @@
5597
5733
  "name": "*",
5598
5734
  "declaration": {
5599
5735
  "name": "*",
5600
- "package": "./breadcrumb.template"
5736
+ "package": "./breadcrumb-item.template"
5601
5737
  }
5602
5738
  },
5603
5739
  {
@@ -5605,7 +5741,7 @@
5605
5741
  "name": "*",
5606
5742
  "declaration": {
5607
5743
  "name": "*",
5608
- "package": "./breadcrumb.styles"
5744
+ "package": "./breadcrumb-item.styles"
5609
5745
  }
5610
5746
  },
5611
5747
  {
@@ -5613,18 +5749,18 @@
5613
5749
  "name": "*",
5614
5750
  "declaration": {
5615
5751
  "name": "*",
5616
- "package": "./breadcrumb"
5752
+ "package": "./breadcrumb-item"
5617
5753
  }
5618
5754
  }
5619
5755
  ]
5620
5756
  },
5621
5757
  {
5622
5758
  "kind": "javascript-module",
5623
- "path": "src/breadcrumb-item/breadcrumb-item.styles.ts",
5759
+ "path": "src/breadcrumb/breadcrumb.styles.ts",
5624
5760
  "declarations": [
5625
5761
  {
5626
5762
  "kind": "function",
5627
- "name": "foundationBreadcrumbItemStyles",
5763
+ "name": "foundationBreadcrumbStyles",
5628
5764
  "return": {
5629
5765
  "type": {
5630
5766
  "text": "ElementStyles"
@@ -5649,24 +5785,24 @@
5649
5785
  "exports": [
5650
5786
  {
5651
5787
  "kind": "js",
5652
- "name": "foundationBreadcrumbItemStyles",
5788
+ "name": "foundationBreadcrumbStyles",
5653
5789
  "declaration": {
5654
- "name": "foundationBreadcrumbItemStyles",
5655
- "module": "src/breadcrumb-item/breadcrumb-item.styles.ts"
5790
+ "name": "foundationBreadcrumbStyles",
5791
+ "module": "src/breadcrumb/breadcrumb.styles.ts"
5656
5792
  }
5657
5793
  }
5658
5794
  ]
5659
5795
  },
5660
5796
  {
5661
5797
  "kind": "javascript-module",
5662
- "path": "src/breadcrumb-item/breadcrumb-item.template.ts",
5798
+ "path": "src/breadcrumb/breadcrumb.template.ts",
5663
5799
  "declarations": [
5664
5800
  {
5665
5801
  "kind": "function",
5666
- "name": "foundationBreadcrumbItemTemplate",
5802
+ "name": "foundationBreadcrumbTemplate",
5667
5803
  "return": {
5668
5804
  "type": {
5669
- "text": "ViewTemplate<BreadcrumbItem>"
5805
+ "text": "ViewTemplate<Breadcrumb>"
5670
5806
  }
5671
5807
  },
5672
5808
  "parameters": [
@@ -5688,252 +5824,116 @@
5688
5824
  "exports": [
5689
5825
  {
5690
5826
  "kind": "js",
5691
- "name": "foundationBreadcrumbItemTemplate",
5827
+ "name": "foundationBreadcrumbTemplate",
5692
5828
  "declaration": {
5693
- "name": "foundationBreadcrumbItemTemplate",
5694
- "module": "src/breadcrumb-item/breadcrumb-item.template.ts"
5829
+ "name": "foundationBreadcrumbTemplate",
5830
+ "module": "src/breadcrumb/breadcrumb.template.ts"
5695
5831
  }
5696
5832
  }
5697
5833
  ]
5698
5834
  },
5699
5835
  {
5700
5836
  "kind": "javascript-module",
5701
- "path": "src/breadcrumb-item/breadcrumb-item.ts",
5837
+ "path": "src/breadcrumb/breadcrumb.ts",
5702
5838
  "declarations": [
5703
5839
  {
5704
5840
  "kind": "class",
5705
5841
  "description": "",
5706
- "name": "BreadcrumbItem",
5842
+ "name": "Breadcrumb",
5707
5843
  "superclass": {
5708
- "name": "FASTBreadcrumbItem",
5844
+ "name": "FASTBreadcrumb",
5709
5845
  "package": "@microsoft/fast-components"
5710
5846
  },
5711
- "tagName": "%%prefix%%-breadcrumb-item",
5847
+ "tagName": "%%prefix%%-breadcrumb",
5712
5848
  "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
- ],
5811
5849
  "members": [
5812
5850
  {
5813
- "kind": "field",
5814
- "name": "download",
5815
- "type": {
5816
- "text": "string"
5817
- },
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.",
5820
- "inheritedFrom": {
5821
- "name": "Anchor",
5822
- "module": "src/anchor/anchor.ts"
5823
- }
5824
- },
5825
- {
5826
- "kind": "field",
5827
- "name": "href",
5828
- "type": {
5829
- "text": "string"
5830
- },
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.",
5833
- "inheritedFrom": {
5834
- "name": "Anchor",
5835
- "module": "src/anchor/anchor.ts"
5836
- }
5837
- },
5838
- {
5839
- "kind": "field",
5840
- "name": "hreflang",
5841
- "type": {
5842
- "text": "string"
5843
- },
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.",
5846
- "inheritedFrom": {
5847
- "name": "Anchor",
5848
- "module": "src/anchor/anchor.ts"
5849
- }
5850
- },
5851
- {
5852
- "kind": "field",
5853
- "name": "ping",
5854
- "type": {
5855
- "text": "string"
5856
- },
5857
- "privacy": "public",
5858
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5859
- "inheritedFrom": {
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
- },
5851
+ "kind": "method",
5852
+ "name": "slottedBreadcrumbItemsChanged",
5896
5853
  "privacy": "public",
5897
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
5898
5854
  "inheritedFrom": {
5899
- "name": "Anchor",
5900
- "module": "src/anchor/anchor.ts"
5855
+ "name": "Breadcrumb",
5856
+ "module": "src/breadcrumb/breadcrumb.ts"
5901
5857
  }
5902
5858
  },
5903
5859
  {
5904
- "kind": "field",
5905
- "name": "type",
5906
- "type": {
5907
- "text": "string"
5860
+ "kind": "method",
5861
+ "name": "setItemSeparator",
5862
+ "privacy": "private",
5863
+ "return": {
5864
+ "type": {
5865
+ "text": "void"
5866
+ }
5908
5867
  },
5909
- "privacy": "public",
5910
- "description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a | <a> element } for more information.",
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
+ ],
5911
5882
  "inheritedFrom": {
5912
- "name": "Anchor",
5913
- "module": "src/anchor/anchor.ts"
5883
+ "name": "Breadcrumb",
5884
+ "module": "src/breadcrumb/breadcrumb.ts"
5914
5885
  }
5915
5886
  },
5916
5887
  {
5917
- "kind": "field",
5918
- "name": "control",
5919
- "type": {
5920
- "text": "HTMLAnchorElement | undefined"
5888
+ "kind": "method",
5889
+ "name": "findChildWithHref",
5890
+ "privacy": "private",
5891
+ "return": {
5892
+ "type": {
5893
+ "text": "HTMLElement | null"
5894
+ }
5921
5895
  },
5922
- "privacy": "public",
5923
- "description": "References the root element",
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.",
5924
5905
  "inheritedFrom": {
5925
- "name": "Anchor",
5926
- "module": "src/anchor/anchor.ts"
5906
+ "name": "Breadcrumb",
5907
+ "module": "src/breadcrumb/breadcrumb.ts"
5927
5908
  }
5928
5909
  },
5929
5910
  {
5930
- "kind": "field",
5931
- "name": "handleUnsupportedDelegatesFocus",
5911
+ "kind": "method",
5912
+ "name": "setAriaCurrent",
5932
5913
  "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",
5914
+ "return": {
5915
+ "type": {
5916
+ "text": "void"
5917
+ }
5918
+ },
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",
5934
5934
  "inheritedFrom": {
5935
- "name": "Anchor",
5936
- "module": "src/anchor/anchor.ts"
5935
+ "name": "Breadcrumb",
5936
+ "module": "src/breadcrumb/breadcrumb.ts"
5937
5937
  }
5938
5938
  },
5939
5939
  {
@@ -6051,7 +6051,7 @@
6051
6051
  },
6052
6052
  {
6053
6053
  "kind": "variable",
6054
- "name": "foundationBreadcrumbItemShadowOptions",
6054
+ "name": "foundationBreadcrumbShadowOptions",
6055
6055
  "type": {
6056
6056
  "text": "ShadowRootInit"
6057
6057
  },
@@ -6059,57 +6059,57 @@
6059
6059
  },
6060
6060
  {
6061
6061
  "kind": "variable",
6062
- "name": "defaultBreadcrumbItemConfig",
6062
+ "name": "defaultBreadcrumbConfig",
6063
6063
  "type": {
6064
6064
  "text": "object"
6065
6065
  },
6066
- "default": "{\n separator: '/',\n}"
6066
+ "default": "{}"
6067
6067
  },
6068
6068
  {
6069
6069
  "kind": "variable",
6070
- "name": "foundationBreadcrumbItem",
6071
- "description": "The Foundation Breadcrumb Item",
6070
+ "name": "foundationBreadcrumb",
6071
+ "description": "The Foundation Breadcrumb",
6072
6072
  "privacy": "public"
6073
6073
  }
6074
6074
  ],
6075
6075
  "exports": [
6076
6076
  {
6077
6077
  "kind": "js",
6078
- "name": "BreadcrumbItem",
6078
+ "name": "Breadcrumb",
6079
6079
  "declaration": {
6080
- "name": "BreadcrumbItem",
6081
- "module": "src/breadcrumb-item/breadcrumb-item.ts"
6080
+ "name": "Breadcrumb",
6081
+ "module": "src/breadcrumb/breadcrumb.ts"
6082
6082
  }
6083
6083
  },
6084
6084
  {
6085
6085
  "kind": "js",
6086
- "name": "foundationBreadcrumbItemShadowOptions",
6086
+ "name": "foundationBreadcrumbShadowOptions",
6087
6087
  "declaration": {
6088
- "name": "foundationBreadcrumbItemShadowOptions",
6089
- "module": "src/breadcrumb-item/breadcrumb-item.ts"
6088
+ "name": "foundationBreadcrumbShadowOptions",
6089
+ "module": "src/breadcrumb/breadcrumb.ts"
6090
6090
  }
6091
6091
  },
6092
6092
  {
6093
6093
  "kind": "js",
6094
- "name": "defaultBreadcrumbItemConfig",
6094
+ "name": "defaultBreadcrumbConfig",
6095
6095
  "declaration": {
6096
- "name": "defaultBreadcrumbItemConfig",
6097
- "module": "src/breadcrumb-item/breadcrumb-item.ts"
6096
+ "name": "defaultBreadcrumbConfig",
6097
+ "module": "src/breadcrumb/breadcrumb.ts"
6098
6098
  }
6099
6099
  },
6100
6100
  {
6101
6101
  "kind": "js",
6102
- "name": "foundationBreadcrumbItem",
6102
+ "name": "foundationBreadcrumb",
6103
6103
  "declaration": {
6104
- "name": "foundationBreadcrumbItem",
6105
- "module": "src/breadcrumb-item/breadcrumb-item.ts"
6104
+ "name": "foundationBreadcrumb",
6105
+ "module": "src/breadcrumb/breadcrumb.ts"
6106
6106
  }
6107
6107
  }
6108
6108
  ]
6109
6109
  },
6110
6110
  {
6111
6111
  "kind": "javascript-module",
6112
- "path": "src/breadcrumb-item/index.ts",
6112
+ "path": "src/breadcrumb/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-item.template"
6120
+ "package": "./breadcrumb.template"
6121
6121
  }
6122
6122
  },
6123
6123
  {
@@ -6125,7 +6125,7 @@
6125
6125
  "name": "*",
6126
6126
  "declaration": {
6127
6127
  "name": "*",
6128
- "package": "./breadcrumb-item.styles"
6128
+ "package": "./breadcrumb.styles"
6129
6129
  }
6130
6130
  },
6131
6131
  {
@@ -6133,7 +6133,7 @@
6133
6133
  "name": "*",
6134
6134
  "declaration": {
6135
6135
  "name": "*",
6136
- "package": "./breadcrumb-item"
6136
+ "package": "./breadcrumb"
6137
6137
  }
6138
6138
  }
6139
6139
  ]
@@ -11715,6 +11715,49 @@
11715
11715
  "module": "src/utils/base-datasource.ts"
11716
11716
  }
11717
11717
  },
11718
+ {
11719
+ "kind": "method",
11720
+ "name": "getFieldMetadata",
11721
+ "return": {
11722
+ "type": {
11723
+ "text": "FieldMetadata"
11724
+ }
11725
+ },
11726
+ "parameters": [
11727
+ {
11728
+ "name": "fieldName",
11729
+ "type": {
11730
+ "text": "string"
11731
+ }
11732
+ }
11733
+ ],
11734
+ "inheritedFrom": {
11735
+ "name": "<local>_BaseDatasource",
11736
+ "module": "src/utils/base-datasource.ts"
11737
+ }
11738
+ },
11739
+ {
11740
+ "kind": "method",
11741
+ "name": "getDefaultLabelFormat",
11742
+ "parameters": [
11743
+ {
11744
+ "name": "field",
11745
+ "type": {
11746
+ "text": "any"
11747
+ }
11748
+ },
11749
+ {
11750
+ "name": "type",
11751
+ "type": {
11752
+ "text": "FieldTypeEnum"
11753
+ }
11754
+ }
11755
+ ],
11756
+ "inheritedFrom": {
11757
+ "name": "<local>_BaseDatasource",
11758
+ "module": "src/utils/base-datasource.ts"
11759
+ }
11760
+ },
11718
11761
  {
11719
11762
  "kind": "field",
11720
11763
  "name": "_presentation",
@@ -14755,188 +14798,6 @@
14755
14798
  }
14756
14799
  ]
14757
14800
  },
14758
- {
14759
- "kind": "javascript-module",
14760
- "path": "src/divider/divider.styles.ts",
14761
- "declarations": [
14762
- {
14763
- "kind": "function",
14764
- "name": "foundationDividerStyles",
14765
- "return": {
14766
- "type": {
14767
- "text": "ElementStyles"
14768
- }
14769
- },
14770
- "parameters": [
14771
- {
14772
- "name": "context",
14773
- "type": {
14774
- "text": "ElementDefinitionContext"
14775
- }
14776
- },
14777
- {
14778
- "name": "definition",
14779
- "type": {
14780
- "text": "FoundationElementDefinition"
14781
- }
14782
- }
14783
- ]
14784
- }
14785
- ],
14786
- "exports": [
14787
- {
14788
- "kind": "js",
14789
- "name": "foundationDividerStyles",
14790
- "declaration": {
14791
- "name": "foundationDividerStyles",
14792
- "module": "src/divider/divider.styles.ts"
14793
- }
14794
- }
14795
- ]
14796
- },
14797
- {
14798
- "kind": "javascript-module",
14799
- "path": "src/divider/divider.template.ts",
14800
- "declarations": [
14801
- {
14802
- "kind": "function",
14803
- "name": "foundationDividerTemplate",
14804
- "return": {
14805
- "type": {
14806
- "text": "ViewTemplate<Divider>"
14807
- }
14808
- },
14809
- "parameters": [
14810
- {
14811
- "name": "context",
14812
- "type": {
14813
- "text": "ElementDefinitionContext"
14814
- }
14815
- },
14816
- {
14817
- "name": "definition",
14818
- "type": {
14819
- "text": "FoundationElementDefinition"
14820
- }
14821
- }
14822
- ]
14823
- }
14824
- ],
14825
- "exports": [
14826
- {
14827
- "kind": "js",
14828
- "name": "foundationDividerTemplate",
14829
- "declaration": {
14830
- "name": "foundationDividerTemplate",
14831
- "module": "src/divider/divider.template.ts"
14832
- }
14833
- }
14834
- ]
14835
- },
14836
- {
14837
- "kind": "javascript-module",
14838
- "path": "src/divider/divider.ts",
14839
- "declarations": [
14840
- {
14841
- "kind": "class",
14842
- "description": "",
14843
- "name": "Divider",
14844
- "superclass": {
14845
- "name": "FASTDivider",
14846
- "package": "@microsoft/fast-foundation"
14847
- },
14848
- "tagName": "%%prefix%%-divider",
14849
- "customElement": true
14850
- },
14851
- {
14852
- "kind": "variable",
14853
- "name": "foundationDividerShadowOptions",
14854
- "type": {
14855
- "text": "ShadowRootInit"
14856
- },
14857
- "default": "undefined"
14858
- },
14859
- {
14860
- "kind": "variable",
14861
- "name": "defaultDividerConfig",
14862
- "type": {
14863
- "text": "object"
14864
- },
14865
- "default": "{}"
14866
- },
14867
- {
14868
- "kind": "variable",
14869
- "name": "foundationDivider",
14870
- "description": "The Foundation Divider",
14871
- "privacy": "public"
14872
- }
14873
- ],
14874
- "exports": [
14875
- {
14876
- "kind": "js",
14877
- "name": "Divider",
14878
- "declaration": {
14879
- "name": "Divider",
14880
- "module": "src/divider/divider.ts"
14881
- }
14882
- },
14883
- {
14884
- "kind": "js",
14885
- "name": "foundationDividerShadowOptions",
14886
- "declaration": {
14887
- "name": "foundationDividerShadowOptions",
14888
- "module": "src/divider/divider.ts"
14889
- }
14890
- },
14891
- {
14892
- "kind": "js",
14893
- "name": "defaultDividerConfig",
14894
- "declaration": {
14895
- "name": "defaultDividerConfig",
14896
- "module": "src/divider/divider.ts"
14897
- }
14898
- },
14899
- {
14900
- "kind": "js",
14901
- "name": "foundationDivider",
14902
- "declaration": {
14903
- "name": "foundationDivider",
14904
- "module": "src/divider/divider.ts"
14905
- }
14906
- }
14907
- ]
14908
- },
14909
- {
14910
- "kind": "javascript-module",
14911
- "path": "src/divider/index.ts",
14912
- "declarations": [],
14913
- "exports": [
14914
- {
14915
- "kind": "js",
14916
- "name": "*",
14917
- "declaration": {
14918
- "name": "*",
14919
- "package": "./divider.template"
14920
- }
14921
- },
14922
- {
14923
- "kind": "js",
14924
- "name": "*",
14925
- "declaration": {
14926
- "name": "*",
14927
- "package": "./divider.styles"
14928
- }
14929
- },
14930
- {
14931
- "kind": "js",
14932
- "name": "*",
14933
- "declaration": {
14934
- "name": "*",
14935
- "package": "./divider"
14936
- }
14937
- }
14938
- ]
14939
- },
14940
14801
  {
14941
14802
  "kind": "javascript-module",
14942
14803
  "path": "src/dropdown-menu/dropdown-menu.styles.ts",
@@ -15665,6 +15526,188 @@
15665
15526
  }
15666
15527
  ]
15667
15528
  },
15529
+ {
15530
+ "kind": "javascript-module",
15531
+ "path": "src/divider/divider.styles.ts",
15532
+ "declarations": [
15533
+ {
15534
+ "kind": "function",
15535
+ "name": "foundationDividerStyles",
15536
+ "return": {
15537
+ "type": {
15538
+ "text": "ElementStyles"
15539
+ }
15540
+ },
15541
+ "parameters": [
15542
+ {
15543
+ "name": "context",
15544
+ "type": {
15545
+ "text": "ElementDefinitionContext"
15546
+ }
15547
+ },
15548
+ {
15549
+ "name": "definition",
15550
+ "type": {
15551
+ "text": "FoundationElementDefinition"
15552
+ }
15553
+ }
15554
+ ]
15555
+ }
15556
+ ],
15557
+ "exports": [
15558
+ {
15559
+ "kind": "js",
15560
+ "name": "foundationDividerStyles",
15561
+ "declaration": {
15562
+ "name": "foundationDividerStyles",
15563
+ "module": "src/divider/divider.styles.ts"
15564
+ }
15565
+ }
15566
+ ]
15567
+ },
15568
+ {
15569
+ "kind": "javascript-module",
15570
+ "path": "src/divider/divider.template.ts",
15571
+ "declarations": [
15572
+ {
15573
+ "kind": "function",
15574
+ "name": "foundationDividerTemplate",
15575
+ "return": {
15576
+ "type": {
15577
+ "text": "ViewTemplate<Divider>"
15578
+ }
15579
+ },
15580
+ "parameters": [
15581
+ {
15582
+ "name": "context",
15583
+ "type": {
15584
+ "text": "ElementDefinitionContext"
15585
+ }
15586
+ },
15587
+ {
15588
+ "name": "definition",
15589
+ "type": {
15590
+ "text": "FoundationElementDefinition"
15591
+ }
15592
+ }
15593
+ ]
15594
+ }
15595
+ ],
15596
+ "exports": [
15597
+ {
15598
+ "kind": "js",
15599
+ "name": "foundationDividerTemplate",
15600
+ "declaration": {
15601
+ "name": "foundationDividerTemplate",
15602
+ "module": "src/divider/divider.template.ts"
15603
+ }
15604
+ }
15605
+ ]
15606
+ },
15607
+ {
15608
+ "kind": "javascript-module",
15609
+ "path": "src/divider/divider.ts",
15610
+ "declarations": [
15611
+ {
15612
+ "kind": "class",
15613
+ "description": "",
15614
+ "name": "Divider",
15615
+ "superclass": {
15616
+ "name": "FASTDivider",
15617
+ "package": "@microsoft/fast-foundation"
15618
+ },
15619
+ "tagName": "%%prefix%%-divider",
15620
+ "customElement": true
15621
+ },
15622
+ {
15623
+ "kind": "variable",
15624
+ "name": "foundationDividerShadowOptions",
15625
+ "type": {
15626
+ "text": "ShadowRootInit"
15627
+ },
15628
+ "default": "undefined"
15629
+ },
15630
+ {
15631
+ "kind": "variable",
15632
+ "name": "defaultDividerConfig",
15633
+ "type": {
15634
+ "text": "object"
15635
+ },
15636
+ "default": "{}"
15637
+ },
15638
+ {
15639
+ "kind": "variable",
15640
+ "name": "foundationDivider",
15641
+ "description": "The Foundation Divider",
15642
+ "privacy": "public"
15643
+ }
15644
+ ],
15645
+ "exports": [
15646
+ {
15647
+ "kind": "js",
15648
+ "name": "Divider",
15649
+ "declaration": {
15650
+ "name": "Divider",
15651
+ "module": "src/divider/divider.ts"
15652
+ }
15653
+ },
15654
+ {
15655
+ "kind": "js",
15656
+ "name": "foundationDividerShadowOptions",
15657
+ "declaration": {
15658
+ "name": "foundationDividerShadowOptions",
15659
+ "module": "src/divider/divider.ts"
15660
+ }
15661
+ },
15662
+ {
15663
+ "kind": "js",
15664
+ "name": "defaultDividerConfig",
15665
+ "declaration": {
15666
+ "name": "defaultDividerConfig",
15667
+ "module": "src/divider/divider.ts"
15668
+ }
15669
+ },
15670
+ {
15671
+ "kind": "js",
15672
+ "name": "foundationDivider",
15673
+ "declaration": {
15674
+ "name": "foundationDivider",
15675
+ "module": "src/divider/divider.ts"
15676
+ }
15677
+ }
15678
+ ]
15679
+ },
15680
+ {
15681
+ "kind": "javascript-module",
15682
+ "path": "src/divider/index.ts",
15683
+ "declarations": [],
15684
+ "exports": [
15685
+ {
15686
+ "kind": "js",
15687
+ "name": "*",
15688
+ "declaration": {
15689
+ "name": "*",
15690
+ "package": "./divider.template"
15691
+ }
15692
+ },
15693
+ {
15694
+ "kind": "js",
15695
+ "name": "*",
15696
+ "declaration": {
15697
+ "name": "*",
15698
+ "package": "./divider.styles"
15699
+ }
15700
+ },
15701
+ {
15702
+ "kind": "js",
15703
+ "name": "*",
15704
+ "declaration": {
15705
+ "name": "*",
15706
+ "package": "./divider"
15707
+ }
15708
+ }
15709
+ ]
15710
+ },
15668
15711
  {
15669
15712
  "kind": "javascript-module",
15670
15713
  "path": "src/error-boundary/error-boundary.template.ts",
@@ -18774,391 +18817,6 @@
18774
18817
  }
18775
18818
  ]
18776
18819
  },
18777
- {
18778
- "kind": "javascript-module",
18779
- "path": "src/flyout/flyout.styles.ts",
18780
- "declarations": [
18781
- {
18782
- "kind": "variable",
18783
- "name": "flyoutAnimationTime",
18784
- "type": {
18785
- "text": "number"
18786
- },
18787
- "default": "225"
18788
- },
18789
- {
18790
- "kind": "variable",
18791
- "name": "foundationFlyoutStyles",
18792
- "type": {
18793
- "text": "ElementStyles"
18794
- },
18795
- "default": "css`\n /* Host */\n :host {\n display: inline-block;\n height: 100vh;\n position: absolute;\n width: 100vw;\n }\n\n :host([closed]) {\n display: none;\n }\n\n div.container {\n height: 100%;\n width: 100%;\n }\n\n /* flyout */\n div.flyout {\n background-color: white;\n color: black;\n height: 100%;\n position: absolute;\n /* stylelint-disable-next-line function-name-case */\n transition: transform ${flyoutAnimationTime.toString()}ms ease-in;\n width: 20%;\n z-index: 2001;\n }\n\n :host([position='left']) div.flyout {\n left: 0;\n transform: translateX(0%);\n }\n\n :host([position='right']) div.flyout {\n right: 0;\n transform: translateX(0%);\n }\n\n :host([visuallyhidden][position='left']) div.flyout {\n left: 0;\n transform: translateX(-100%);\n }\n\n :host([visuallyhidden][position='right']) div.flyout {\n right: 0;\n transform: translateX(100%);\n }\n\n div.header {\n align-items: center;\n display: flex;\n padding: calc(var(--design-unit) * 3px) calc(var(--design-unit) * 2px);\n }\n\n div.title {\n flex-grow: 1;\n }\n\n div.footer {\n bottom: 0;\n position: absolute;\n width: 100%;\n }\n\n /* Background */\n div.background {\n background-color: black;\n height: 100%;\n opacity: 50%;\n position: absolute;\n /* stylelint-disable-next-line function-name-case */\n transition: opacity ${flyoutAnimationTime.toString()}ms linear;\n width: 100%;\n z-index: 2000;\n }\n\n :host([visuallyhidden]) div.background {\n opacity: 0%;\n }\n`"
18796
- }
18797
- ],
18798
- "exports": [
18799
- {
18800
- "kind": "js",
18801
- "name": "flyoutAnimationTime",
18802
- "declaration": {
18803
- "name": "flyoutAnimationTime",
18804
- "module": "src/flyout/flyout.styles.ts"
18805
- }
18806
- },
18807
- {
18808
- "kind": "js",
18809
- "name": "foundationFlyoutStyles",
18810
- "declaration": {
18811
- "name": "foundationFlyoutStyles",
18812
- "module": "src/flyout/flyout.styles.ts"
18813
- }
18814
- }
18815
- ]
18816
- },
18817
- {
18818
- "kind": "javascript-module",
18819
- "path": "src/flyout/flyout.template.ts",
18820
- "declarations": [
18821
- {
18822
- "kind": "function",
18823
- "name": "getPrefixedFlyout",
18824
- "parameters": [
18825
- {
18826
- "name": "prefix",
18827
- "type": {
18828
- "text": "string"
18829
- }
18830
- }
18831
- ]
18832
- },
18833
- {
18834
- "kind": "variable",
18835
- "name": "foundationFlyoutTemplate",
18836
- "default": "html<Flyout>`\n ${(x) => getPrefixedFlyout(getPrefix(x))}\n`"
18837
- }
18838
- ],
18839
- "exports": [
18840
- {
18841
- "kind": "js",
18842
- "name": "getPrefixedFlyout",
18843
- "declaration": {
18844
- "name": "getPrefixedFlyout",
18845
- "module": "src/flyout/flyout.template.ts"
18846
- }
18847
- },
18848
- {
18849
- "kind": "js",
18850
- "name": "foundationFlyoutTemplate",
18851
- "declaration": {
18852
- "name": "foundationFlyoutTemplate",
18853
- "module": "src/flyout/flyout.template.ts"
18854
- }
18855
- }
18856
- ]
18857
- },
18858
- {
18859
- "kind": "javascript-module",
18860
- "path": "src/flyout/flyout.ts",
18861
- "declarations": [
18862
- {
18863
- "kind": "class",
18864
- "description": "",
18865
- "name": "Flyout",
18866
- "members": [
18867
- {
18868
- "kind": "field",
18869
- "name": "exit",
18870
- "type": {
18871
- "text": "HTMLDivElement"
18872
- },
18873
- "privacy": "public"
18874
- },
18875
- {
18876
- "kind": "field",
18877
- "name": "position",
18878
- "type": {
18879
- "text": "string"
18880
- },
18881
- "default": "'right'"
18882
- },
18883
- {
18884
- "kind": "field",
18885
- "name": "displayHeader",
18886
- "type": {
18887
- "text": "boolean"
18888
- },
18889
- "default": "true"
18890
- },
18891
- {
18892
- "kind": "field",
18893
- "name": "closed",
18894
- "type": {
18895
- "text": "boolean"
18896
- },
18897
- "default": "true"
18898
- },
18899
- {
18900
- "kind": "method",
18901
- "name": "closedChanged"
18902
- },
18903
- {
18904
- "kind": "field",
18905
- "name": "visuallyhidden",
18906
- "type": {
18907
- "text": "boolean"
18908
- },
18909
- "default": "true"
18910
- },
18911
- {
18912
- "kind": "method",
18913
- "name": "closeFlyout"
18914
- },
18915
- {
18916
- "kind": "method",
18917
- "name": "closingFinished"
18918
- },
18919
- {
18920
- "kind": "method",
18921
- "name": "focusExit"
18922
- },
18923
- {
18924
- "kind": "field",
18925
- "name": "_presentation",
18926
- "type": {
18927
- "text": "ComponentPresentation | null | undefined"
18928
- },
18929
- "privacy": "private",
18930
- "default": "void 0",
18931
- "inheritedFrom": {
18932
- "name": "FoundationElement",
18933
- "module": "src/foundation-element/foundation-element.ts"
18934
- }
18935
- },
18936
- {
18937
- "kind": "field",
18938
- "name": "$presentation",
18939
- "type": {
18940
- "text": "ComponentPresentation | null"
18941
- },
18942
- "privacy": "public",
18943
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
18944
- "inheritedFrom": {
18945
- "name": "FoundationElement",
18946
- "module": "src/foundation-element/foundation-element.ts"
18947
- }
18948
- },
18949
- {
18950
- "kind": "field",
18951
- "name": "template",
18952
- "type": {
18953
- "text": "ElementViewTemplate | void | null"
18954
- },
18955
- "privacy": "public",
18956
- "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.",
18957
- "inheritedFrom": {
18958
- "name": "FoundationElement",
18959
- "module": "src/foundation-element/foundation-element.ts"
18960
- }
18961
- },
18962
- {
18963
- "kind": "method",
18964
- "name": "templateChanged",
18965
- "privacy": "protected",
18966
- "return": {
18967
- "type": {
18968
- "text": "void"
18969
- }
18970
- },
18971
- "inheritedFrom": {
18972
- "name": "FoundationElement",
18973
- "module": "src/foundation-element/foundation-element.ts"
18974
- }
18975
- },
18976
- {
18977
- "kind": "field",
18978
- "name": "styles",
18979
- "type": {
18980
- "text": "ElementStyles | void | null"
18981
- },
18982
- "privacy": "public",
18983
- "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.",
18984
- "inheritedFrom": {
18985
- "name": "FoundationElement",
18986
- "module": "src/foundation-element/foundation-element.ts"
18987
- }
18988
- },
18989
- {
18990
- "kind": "method",
18991
- "name": "stylesChanged",
18992
- "privacy": "protected",
18993
- "return": {
18994
- "type": {
18995
- "text": "void"
18996
- }
18997
- },
18998
- "inheritedFrom": {
18999
- "name": "FoundationElement",
19000
- "module": "src/foundation-element/foundation-element.ts"
19001
- }
19002
- },
19003
- {
19004
- "kind": "method",
19005
- "name": "compose",
19006
- "privacy": "public",
19007
- "static": true,
19008
- "return": {
19009
- "type": {
19010
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
19011
- }
19012
- },
19013
- "parameters": [
19014
- {
19015
- "name": "this",
19016
- "type": {
19017
- "text": "K"
19018
- }
19019
- },
19020
- {
19021
- "name": "elementDefinition",
19022
- "type": {
19023
- "text": "T"
19024
- },
19025
- "description": "The definition of the element to create the registry\nfunction for."
19026
- }
19027
- ],
19028
- "description": "Defines an element registry function with a set of element definition defaults.",
19029
- "inheritedFrom": {
19030
- "name": "FoundationElement",
19031
- "module": "src/foundation-element/foundation-element.ts"
19032
- }
19033
- }
19034
- ],
19035
- "attributes": [
19036
- {
19037
- "name": "position",
19038
- "type": {
19039
- "text": "string"
19040
- },
19041
- "default": "'right'",
19042
- "fieldName": "position"
19043
- },
19044
- {
19045
- "type": {
19046
- "text": "boolean"
19047
- },
19048
- "default": "true",
19049
- "fieldName": "displayHeader"
19050
- },
19051
- {
19052
- "type": {
19053
- "text": "boolean"
19054
- },
19055
- "default": "true",
19056
- "fieldName": "closed"
19057
- },
19058
- {
19059
- "type": {
19060
- "text": "boolean"
19061
- },
19062
- "default": "true",
19063
- "fieldName": "visuallyhidden"
19064
- }
19065
- ],
19066
- "superclass": {
19067
- "name": "FoundationElement",
19068
- "package": "@microsoft/fast-foundation"
19069
- },
19070
- "tagName": "%%prefix%%-flyout",
19071
- "customElement": true
19072
- },
19073
- {
19074
- "kind": "variable",
19075
- "name": "foundationFlyoutShadowOptions",
19076
- "type": {
19077
- "text": "ShadowRootInit"
19078
- },
19079
- "default": "undefined"
19080
- },
19081
- {
19082
- "kind": "variable",
19083
- "name": "defaultFlyoutConfig",
19084
- "type": {
19085
- "text": "object"
19086
- },
19087
- "default": "{}"
19088
- },
19089
- {
19090
- "kind": "variable",
19091
- "name": "foundationFlyout",
19092
- "description": "The Foundation Flyout",
19093
- "privacy": "public"
19094
- }
19095
- ],
19096
- "exports": [
19097
- {
19098
- "kind": "js",
19099
- "name": "Flyout",
19100
- "declaration": {
19101
- "name": "Flyout",
19102
- "module": "src/flyout/flyout.ts"
19103
- }
19104
- },
19105
- {
19106
- "kind": "js",
19107
- "name": "foundationFlyoutShadowOptions",
19108
- "declaration": {
19109
- "name": "foundationFlyoutShadowOptions",
19110
- "module": "src/flyout/flyout.ts"
19111
- }
19112
- },
19113
- {
19114
- "kind": "js",
19115
- "name": "defaultFlyoutConfig",
19116
- "declaration": {
19117
- "name": "defaultFlyoutConfig",
19118
- "module": "src/flyout/flyout.ts"
19119
- }
19120
- },
19121
- {
19122
- "kind": "js",
19123
- "name": "foundationFlyout",
19124
- "declaration": {
19125
- "name": "foundationFlyout",
19126
- "module": "src/flyout/flyout.ts"
19127
- }
19128
- }
19129
- ]
19130
- },
19131
- {
19132
- "kind": "javascript-module",
19133
- "path": "src/flyout/index.ts",
19134
- "declarations": [],
19135
- "exports": [
19136
- {
19137
- "kind": "js",
19138
- "name": "*",
19139
- "declaration": {
19140
- "name": "*",
19141
- "package": "./flyout"
19142
- }
19143
- },
19144
- {
19145
- "kind": "js",
19146
- "name": "*",
19147
- "declaration": {
19148
- "name": "*",
19149
- "package": "./flyout.template"
19150
- }
19151
- },
19152
- {
19153
- "kind": "js",
19154
- "name": "*",
19155
- "declaration": {
19156
- "name": "*",
19157
- "package": "./flyout.styles"
19158
- }
19159
- }
19160
- ]
19161
- },
19162
18820
  {
19163
18821
  "kind": "javascript-module",
19164
18822
  "path": "src/grid-layout/grid-layout.styles.ts",
@@ -20862,6 +20520,391 @@
20862
20520
  }
20863
20521
  ]
20864
20522
  },
20523
+ {
20524
+ "kind": "javascript-module",
20525
+ "path": "src/flyout/flyout.styles.ts",
20526
+ "declarations": [
20527
+ {
20528
+ "kind": "variable",
20529
+ "name": "flyoutAnimationTime",
20530
+ "type": {
20531
+ "text": "number"
20532
+ },
20533
+ "default": "225"
20534
+ },
20535
+ {
20536
+ "kind": "variable",
20537
+ "name": "foundationFlyoutStyles",
20538
+ "type": {
20539
+ "text": "ElementStyles"
20540
+ },
20541
+ "default": "css`\n /* Host */\n :host {\n display: inline-block;\n height: 100vh;\n position: absolute;\n width: 100vw;\n }\n\n :host([closed]) {\n display: none;\n }\n\n div.container {\n height: 100%;\n width: 100%;\n }\n\n /* flyout */\n div.flyout {\n background-color: white;\n color: black;\n height: 100%;\n position: absolute;\n /* stylelint-disable-next-line function-name-case */\n transition: transform ${flyoutAnimationTime.toString()}ms ease-in;\n width: 20%;\n z-index: 2001;\n }\n\n :host([position='left']) div.flyout {\n left: 0;\n transform: translateX(0%);\n }\n\n :host([position='right']) div.flyout {\n right: 0;\n transform: translateX(0%);\n }\n\n :host([visuallyhidden][position='left']) div.flyout {\n left: 0;\n transform: translateX(-100%);\n }\n\n :host([visuallyhidden][position='right']) div.flyout {\n right: 0;\n transform: translateX(100%);\n }\n\n div.header {\n align-items: center;\n display: flex;\n padding: calc(var(--design-unit) * 3px) calc(var(--design-unit) * 2px);\n }\n\n div.title {\n flex-grow: 1;\n }\n\n div.footer {\n bottom: 0;\n position: absolute;\n width: 100%;\n }\n\n /* Background */\n div.background {\n background-color: black;\n height: 100%;\n opacity: 50%;\n position: absolute;\n /* stylelint-disable-next-line function-name-case */\n transition: opacity ${flyoutAnimationTime.toString()}ms linear;\n width: 100%;\n z-index: 2000;\n }\n\n :host([visuallyhidden]) div.background {\n opacity: 0%;\n }\n`"
20542
+ }
20543
+ ],
20544
+ "exports": [
20545
+ {
20546
+ "kind": "js",
20547
+ "name": "flyoutAnimationTime",
20548
+ "declaration": {
20549
+ "name": "flyoutAnimationTime",
20550
+ "module": "src/flyout/flyout.styles.ts"
20551
+ }
20552
+ },
20553
+ {
20554
+ "kind": "js",
20555
+ "name": "foundationFlyoutStyles",
20556
+ "declaration": {
20557
+ "name": "foundationFlyoutStyles",
20558
+ "module": "src/flyout/flyout.styles.ts"
20559
+ }
20560
+ }
20561
+ ]
20562
+ },
20563
+ {
20564
+ "kind": "javascript-module",
20565
+ "path": "src/flyout/flyout.template.ts",
20566
+ "declarations": [
20567
+ {
20568
+ "kind": "function",
20569
+ "name": "getPrefixedFlyout",
20570
+ "parameters": [
20571
+ {
20572
+ "name": "prefix",
20573
+ "type": {
20574
+ "text": "string"
20575
+ }
20576
+ }
20577
+ ]
20578
+ },
20579
+ {
20580
+ "kind": "variable",
20581
+ "name": "foundationFlyoutTemplate",
20582
+ "default": "html<Flyout>`\n ${(x) => getPrefixedFlyout(getPrefix(x))}\n`"
20583
+ }
20584
+ ],
20585
+ "exports": [
20586
+ {
20587
+ "kind": "js",
20588
+ "name": "getPrefixedFlyout",
20589
+ "declaration": {
20590
+ "name": "getPrefixedFlyout",
20591
+ "module": "src/flyout/flyout.template.ts"
20592
+ }
20593
+ },
20594
+ {
20595
+ "kind": "js",
20596
+ "name": "foundationFlyoutTemplate",
20597
+ "declaration": {
20598
+ "name": "foundationFlyoutTemplate",
20599
+ "module": "src/flyout/flyout.template.ts"
20600
+ }
20601
+ }
20602
+ ]
20603
+ },
20604
+ {
20605
+ "kind": "javascript-module",
20606
+ "path": "src/flyout/flyout.ts",
20607
+ "declarations": [
20608
+ {
20609
+ "kind": "class",
20610
+ "description": "",
20611
+ "name": "Flyout",
20612
+ "members": [
20613
+ {
20614
+ "kind": "field",
20615
+ "name": "exit",
20616
+ "type": {
20617
+ "text": "HTMLDivElement"
20618
+ },
20619
+ "privacy": "public"
20620
+ },
20621
+ {
20622
+ "kind": "field",
20623
+ "name": "position",
20624
+ "type": {
20625
+ "text": "string"
20626
+ },
20627
+ "default": "'right'"
20628
+ },
20629
+ {
20630
+ "kind": "field",
20631
+ "name": "displayHeader",
20632
+ "type": {
20633
+ "text": "boolean"
20634
+ },
20635
+ "default": "true"
20636
+ },
20637
+ {
20638
+ "kind": "field",
20639
+ "name": "closed",
20640
+ "type": {
20641
+ "text": "boolean"
20642
+ },
20643
+ "default": "true"
20644
+ },
20645
+ {
20646
+ "kind": "method",
20647
+ "name": "closedChanged"
20648
+ },
20649
+ {
20650
+ "kind": "field",
20651
+ "name": "visuallyhidden",
20652
+ "type": {
20653
+ "text": "boolean"
20654
+ },
20655
+ "default": "true"
20656
+ },
20657
+ {
20658
+ "kind": "method",
20659
+ "name": "closeFlyout"
20660
+ },
20661
+ {
20662
+ "kind": "method",
20663
+ "name": "closingFinished"
20664
+ },
20665
+ {
20666
+ "kind": "method",
20667
+ "name": "focusExit"
20668
+ },
20669
+ {
20670
+ "kind": "field",
20671
+ "name": "_presentation",
20672
+ "type": {
20673
+ "text": "ComponentPresentation | null | undefined"
20674
+ },
20675
+ "privacy": "private",
20676
+ "default": "void 0",
20677
+ "inheritedFrom": {
20678
+ "name": "FoundationElement",
20679
+ "module": "src/foundation-element/foundation-element.ts"
20680
+ }
20681
+ },
20682
+ {
20683
+ "kind": "field",
20684
+ "name": "$presentation",
20685
+ "type": {
20686
+ "text": "ComponentPresentation | null"
20687
+ },
20688
+ "privacy": "public",
20689
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
20690
+ "inheritedFrom": {
20691
+ "name": "FoundationElement",
20692
+ "module": "src/foundation-element/foundation-element.ts"
20693
+ }
20694
+ },
20695
+ {
20696
+ "kind": "field",
20697
+ "name": "template",
20698
+ "type": {
20699
+ "text": "ElementViewTemplate | void | null"
20700
+ },
20701
+ "privacy": "public",
20702
+ "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.",
20703
+ "inheritedFrom": {
20704
+ "name": "FoundationElement",
20705
+ "module": "src/foundation-element/foundation-element.ts"
20706
+ }
20707
+ },
20708
+ {
20709
+ "kind": "method",
20710
+ "name": "templateChanged",
20711
+ "privacy": "protected",
20712
+ "return": {
20713
+ "type": {
20714
+ "text": "void"
20715
+ }
20716
+ },
20717
+ "inheritedFrom": {
20718
+ "name": "FoundationElement",
20719
+ "module": "src/foundation-element/foundation-element.ts"
20720
+ }
20721
+ },
20722
+ {
20723
+ "kind": "field",
20724
+ "name": "styles",
20725
+ "type": {
20726
+ "text": "ElementStyles | void | null"
20727
+ },
20728
+ "privacy": "public",
20729
+ "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.",
20730
+ "inheritedFrom": {
20731
+ "name": "FoundationElement",
20732
+ "module": "src/foundation-element/foundation-element.ts"
20733
+ }
20734
+ },
20735
+ {
20736
+ "kind": "method",
20737
+ "name": "stylesChanged",
20738
+ "privacy": "protected",
20739
+ "return": {
20740
+ "type": {
20741
+ "text": "void"
20742
+ }
20743
+ },
20744
+ "inheritedFrom": {
20745
+ "name": "FoundationElement",
20746
+ "module": "src/foundation-element/foundation-element.ts"
20747
+ }
20748
+ },
20749
+ {
20750
+ "kind": "method",
20751
+ "name": "compose",
20752
+ "privacy": "public",
20753
+ "static": true,
20754
+ "return": {
20755
+ "type": {
20756
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
20757
+ }
20758
+ },
20759
+ "parameters": [
20760
+ {
20761
+ "name": "this",
20762
+ "type": {
20763
+ "text": "K"
20764
+ }
20765
+ },
20766
+ {
20767
+ "name": "elementDefinition",
20768
+ "type": {
20769
+ "text": "T"
20770
+ },
20771
+ "description": "The definition of the element to create the registry\nfunction for."
20772
+ }
20773
+ ],
20774
+ "description": "Defines an element registry function with a set of element definition defaults.",
20775
+ "inheritedFrom": {
20776
+ "name": "FoundationElement",
20777
+ "module": "src/foundation-element/foundation-element.ts"
20778
+ }
20779
+ }
20780
+ ],
20781
+ "attributes": [
20782
+ {
20783
+ "name": "position",
20784
+ "type": {
20785
+ "text": "string"
20786
+ },
20787
+ "default": "'right'",
20788
+ "fieldName": "position"
20789
+ },
20790
+ {
20791
+ "type": {
20792
+ "text": "boolean"
20793
+ },
20794
+ "default": "true",
20795
+ "fieldName": "displayHeader"
20796
+ },
20797
+ {
20798
+ "type": {
20799
+ "text": "boolean"
20800
+ },
20801
+ "default": "true",
20802
+ "fieldName": "closed"
20803
+ },
20804
+ {
20805
+ "type": {
20806
+ "text": "boolean"
20807
+ },
20808
+ "default": "true",
20809
+ "fieldName": "visuallyhidden"
20810
+ }
20811
+ ],
20812
+ "superclass": {
20813
+ "name": "FoundationElement",
20814
+ "package": "@microsoft/fast-foundation"
20815
+ },
20816
+ "tagName": "%%prefix%%-flyout",
20817
+ "customElement": true
20818
+ },
20819
+ {
20820
+ "kind": "variable",
20821
+ "name": "foundationFlyoutShadowOptions",
20822
+ "type": {
20823
+ "text": "ShadowRootInit"
20824
+ },
20825
+ "default": "undefined"
20826
+ },
20827
+ {
20828
+ "kind": "variable",
20829
+ "name": "defaultFlyoutConfig",
20830
+ "type": {
20831
+ "text": "object"
20832
+ },
20833
+ "default": "{}"
20834
+ },
20835
+ {
20836
+ "kind": "variable",
20837
+ "name": "foundationFlyout",
20838
+ "description": "The Foundation Flyout",
20839
+ "privacy": "public"
20840
+ }
20841
+ ],
20842
+ "exports": [
20843
+ {
20844
+ "kind": "js",
20845
+ "name": "Flyout",
20846
+ "declaration": {
20847
+ "name": "Flyout",
20848
+ "module": "src/flyout/flyout.ts"
20849
+ }
20850
+ },
20851
+ {
20852
+ "kind": "js",
20853
+ "name": "foundationFlyoutShadowOptions",
20854
+ "declaration": {
20855
+ "name": "foundationFlyoutShadowOptions",
20856
+ "module": "src/flyout/flyout.ts"
20857
+ }
20858
+ },
20859
+ {
20860
+ "kind": "js",
20861
+ "name": "defaultFlyoutConfig",
20862
+ "declaration": {
20863
+ "name": "defaultFlyoutConfig",
20864
+ "module": "src/flyout/flyout.ts"
20865
+ }
20866
+ },
20867
+ {
20868
+ "kind": "js",
20869
+ "name": "foundationFlyout",
20870
+ "declaration": {
20871
+ "name": "foundationFlyout",
20872
+ "module": "src/flyout/flyout.ts"
20873
+ }
20874
+ }
20875
+ ]
20876
+ },
20877
+ {
20878
+ "kind": "javascript-module",
20879
+ "path": "src/flyout/index.ts",
20880
+ "declarations": [],
20881
+ "exports": [
20882
+ {
20883
+ "kind": "js",
20884
+ "name": "*",
20885
+ "declaration": {
20886
+ "name": "*",
20887
+ "package": "./flyout"
20888
+ }
20889
+ },
20890
+ {
20891
+ "kind": "js",
20892
+ "name": "*",
20893
+ "declaration": {
20894
+ "name": "*",
20895
+ "package": "./flyout.template"
20896
+ }
20897
+ },
20898
+ {
20899
+ "kind": "js",
20900
+ "name": "*",
20901
+ "declaration": {
20902
+ "name": "*",
20903
+ "package": "./flyout.styles"
20904
+ }
20905
+ }
20906
+ ]
20907
+ },
20865
20908
  {
20866
20909
  "kind": "javascript-module",
20867
20910
  "path": "src/icon/icon.styles.ts",
@@ -22942,7 +22985,7 @@
22942
22985
  },
22943
22986
  {
22944
22987
  "kind": "javascript-module",
22945
- "path": "src/menu-item/index.ts",
22988
+ "path": "src/modal/index.ts",
22946
22989
  "declarations": [],
22947
22990
  "exports": [
22948
22991
  {
@@ -22950,7 +22993,7 @@
22950
22993
  "name": "*",
22951
22994
  "declaration": {
22952
22995
  "name": "*",
22953
- "package": "./menu-item.template"
22996
+ "package": "./modal.styles"
22954
22997
  }
22955
22998
  },
22956
22999
  {
@@ -22958,7 +23001,7 @@
22958
23001
  "name": "*",
22959
23002
  "declaration": {
22960
23003
  "name": "*",
22961
- "package": "./menu-item.styles"
23004
+ "package": "./modal.template"
22962
23005
  }
22963
23006
  },
22964
23007
  {
@@ -22966,269 +23009,240 @@
22966
23009
  "name": "*",
22967
23010
  "declaration": {
22968
23011
  "name": "*",
22969
- "package": "./menu-item"
23012
+ "package": "./modal"
22970
23013
  }
22971
23014
  }
22972
23015
  ]
22973
23016
  },
22974
23017
  {
22975
23018
  "kind": "javascript-module",
22976
- "path": "src/menu-item/menu-item.styles.ts",
23019
+ "path": "src/modal/modal.styles.ts",
22977
23020
  "declarations": [
22978
23021
  {
22979
- "kind": "function",
22980
- "name": "foundationMenuItemStyles",
22981
- "return": {
22982
- "type": {
22983
- "text": "ElementStyles"
22984
- }
23022
+ "kind": "variable",
23023
+ "name": "foundationModalStyles",
23024
+ "type": {
23025
+ "text": "ElementStyles"
22985
23026
  },
22986
- "parameters": [
22987
- {
22988
- "name": "context",
22989
- "type": {
22990
- "text": "ElementDefinitionContext"
22991
- }
22992
- },
22993
- {
22994
- "name": "definition",
22995
- "type": {
22996
- "text": "MenuItemOptions"
22997
- }
22998
- }
22999
- ]
23027
+ "default": "css`\n ${foundationDialogStyles}\n`"
23000
23028
  }
23001
23029
  ],
23002
23030
  "exports": [
23003
23031
  {
23004
23032
  "kind": "js",
23005
- "name": "foundationMenuItemStyles",
23033
+ "name": "foundationModalStyles",
23006
23034
  "declaration": {
23007
- "name": "foundationMenuItemStyles",
23008
- "module": "src/menu-item/menu-item.styles.ts"
23035
+ "name": "foundationModalStyles",
23036
+ "module": "src/modal/modal.styles.ts"
23009
23037
  }
23010
23038
  }
23011
23039
  ]
23012
23040
  },
23013
23041
  {
23014
23042
  "kind": "javascript-module",
23015
- "path": "src/menu-item/menu-item.template.ts",
23043
+ "path": "src/modal/modal.template.ts",
23016
23044
  "declarations": [
23017
23045
  {
23018
- "kind": "function",
23019
- "name": "foundationMenuItemTemplate",
23020
- "return": {
23021
- "type": {
23022
- "text": "ViewTemplate<MenuItem>"
23023
- }
23046
+ "kind": "variable",
23047
+ "name": "foundationModalTemplate",
23048
+ "type": {
23049
+ "text": "ViewTemplate<Modal>"
23024
23050
  },
23025
- "parameters": [
23026
- {
23027
- "name": "context",
23028
- "type": {
23029
- "text": "ElementDefinitionContext"
23030
- }
23031
- },
23032
- {
23033
- "name": "definition",
23034
- "type": {
23035
- "text": "MenuItemOptions"
23036
- }
23037
- }
23038
- ]
23051
+ "default": "html`\n ${foundationDialogTemplate}\n`"
23039
23052
  }
23040
23053
  ],
23041
23054
  "exports": [
23042
23055
  {
23043
23056
  "kind": "js",
23044
- "name": "foundationMenuItemTemplate",
23057
+ "name": "foundationModalTemplate",
23045
23058
  "declaration": {
23046
- "name": "foundationMenuItemTemplate",
23047
- "module": "src/menu-item/menu-item.template.ts"
23059
+ "name": "foundationModalTemplate",
23060
+ "module": "src/modal/modal.template.ts"
23048
23061
  }
23049
23062
  }
23050
23063
  ]
23051
23064
  },
23052
23065
  {
23053
23066
  "kind": "javascript-module",
23054
- "path": "src/menu-item/menu-item.ts",
23067
+ "path": "src/modal/modal.ts",
23055
23068
  "declarations": [
23069
+ {
23070
+ "kind": "variable",
23071
+ "name": "foundationModalShadowOptions",
23072
+ "type": {
23073
+ "text": "ShadowRootInit"
23074
+ },
23075
+ "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
23076
+ },
23077
+ {
23078
+ "kind": "variable",
23079
+ "name": "defaultModalConfig",
23080
+ "type": {
23081
+ "text": "object"
23082
+ },
23083
+ "default": "{}"
23084
+ },
23056
23085
  {
23057
23086
  "kind": "class",
23058
23087
  "description": "",
23059
- "name": "MenuItem",
23060
- "superclass": {
23061
- "name": "FASTMenuItem",
23062
- "package": "@microsoft/fast-components"
23063
- },
23064
- "tagName": "%%prefix%%-menu-item",
23065
- "customElement": true,
23066
- "attributes": [
23088
+ "name": "Modal",
23089
+ "members": [
23067
23090
  {
23068
- "type": {
23069
- "text": "boolean"
23091
+ "kind": "method",
23092
+ "name": "show",
23093
+ "return": {
23094
+ "type": {
23095
+ "text": "void"
23096
+ }
23070
23097
  },
23071
- "description": "The disabled state of the element.",
23072
- "fieldName": "disabled",
23098
+ "description": "Show the HTMLDialogElement and its contents",
23073
23099
  "inheritedFrom": {
23074
- "name": "MenuItem",
23075
- "module": "src/menu-item/menu-item.ts"
23100
+ "name": "<local>_DialogElement",
23101
+ "module": "src/dialog/dialog.ts"
23076
23102
  }
23077
23103
  },
23078
23104
  {
23079
- "name": "role",
23105
+ "kind": "field",
23106
+ "name": "mainElement",
23080
23107
  "type": {
23081
- "text": "MenuItemRole"
23108
+ "text": "HTMLDialogElement"
23082
23109
  },
23083
- "description": "The role of the element.",
23084
- "fieldName": "role",
23110
+ "description": "A reference to the dialog element\nin the component Shadow DOM.",
23085
23111
  "inheritedFrom": {
23086
- "name": "MenuItem",
23087
- "module": "src/menu-item/menu-item.ts"
23112
+ "name": "<local>_DialogElement",
23113
+ "module": "src/dialog/dialog.ts"
23088
23114
  }
23089
- }
23090
- ],
23091
- "members": [
23115
+ },
23092
23116
  {
23093
23117
  "kind": "field",
23094
- "name": "disabled",
23118
+ "name": "notification",
23095
23119
  "type": {
23096
- "text": "boolean"
23120
+ "text": "NotificationStructure"
23097
23121
  },
23098
- "privacy": "public",
23099
- "description": "The disabled state of the element.",
23100
23122
  "inheritedFrom": {
23101
- "name": "MenuItem",
23102
- "module": "src/menu-item/menu-item.ts"
23123
+ "name": "<local>_DialogElement",
23124
+ "module": "src/dialog/dialog.ts"
23125
+ }
23126
+ },
23127
+ {
23128
+ "kind": "method",
23129
+ "name": "notificationChanged",
23130
+ "inheritedFrom": {
23131
+ "name": "<local>_DialogElement",
23132
+ "module": "src/dialog/dialog.ts"
23103
23133
  }
23104
23134
  },
23105
23135
  {
23106
23136
  "kind": "field",
23107
- "name": "expanded",
23137
+ "name": "type",
23108
23138
  "type": {
23109
- "text": "boolean"
23139
+ "text": "DialogType"
23110
23140
  },
23111
- "privacy": "public",
23112
- "description": "The expanded state of the element.",
23141
+ "default": "'default'",
23113
23142
  "inheritedFrom": {
23114
- "name": "MenuItem",
23115
- "module": "src/menu-item/menu-item.ts"
23143
+ "name": "<local>_DialogElement",
23144
+ "module": "src/dialog/dialog.ts"
23116
23145
  }
23117
23146
  },
23118
23147
  {
23119
- "kind": "method",
23120
- "name": "expandedChanged",
23121
- "privacy": "private",
23122
- "return": {
23123
- "type": {
23124
- "text": "void"
23125
- }
23148
+ "kind": "field",
23149
+ "name": "position",
23150
+ "type": {
23151
+ "text": "DialogPosition"
23126
23152
  },
23127
- "parameters": [
23128
- {
23129
- "name": "oldValue",
23130
- "type": {
23131
- "text": "boolean"
23132
- }
23133
- }
23134
- ],
23153
+ "default": "'center'",
23135
23154
  "inheritedFrom": {
23136
- "name": "MenuItem",
23137
- "module": "src/menu-item/menu-item.ts"
23155
+ "name": "<local>_DialogElement",
23156
+ "module": "src/dialog/dialog.ts"
23138
23157
  }
23139
23158
  },
23140
23159
  {
23141
23160
  "kind": "field",
23142
- "name": "role",
23161
+ "name": "showCloseIcon",
23143
23162
  "type": {
23144
- "text": "MenuItemRole"
23163
+ "text": "boolean"
23145
23164
  },
23146
- "privacy": "public",
23147
- "description": "The role of the element.",
23165
+ "default": "true",
23166
+ "description": "Whether or not to show the close icon",
23148
23167
  "inheritedFrom": {
23149
- "name": "MenuItem",
23150
- "module": "src/menu-item/menu-item.ts"
23168
+ "name": "<local>_DialogElement",
23169
+ "module": "src/dialog/dialog.ts"
23151
23170
  }
23152
23171
  },
23153
23172
  {
23154
23173
  "kind": "field",
23155
- "name": "checked",
23174
+ "name": "onShowCallback",
23156
23175
  "type": {
23157
- "text": "boolean"
23176
+ "text": "() => void"
23158
23177
  },
23159
- "privacy": "public",
23160
- "description": "The checked value of the element.",
23178
+ "description": "Callback to run *before* HTMLDialogElement is shown",
23161
23179
  "inheritedFrom": {
23162
- "name": "MenuItem",
23163
- "module": "src/menu-item/menu-item.ts"
23180
+ "name": "<local>_DialogElement",
23181
+ "module": "src/dialog/dialog.ts"
23164
23182
  }
23165
23183
  },
23166
23184
  {
23167
- "kind": "method",
23168
- "name": "checkedChanged",
23169
- "privacy": "private",
23170
- "return": {
23171
- "type": {
23172
- "text": "void"
23173
- }
23185
+ "kind": "field",
23186
+ "name": "onCloseCallback",
23187
+ "type": {
23188
+ "text": "() => void"
23174
23189
  },
23175
- "parameters": [
23176
- {
23177
- "name": "oldValue",
23178
- "type": {
23179
- "text": "boolean"
23180
- }
23181
- },
23182
- {
23183
- "name": "newValue",
23184
- "type": {
23185
- "text": "boolean"
23186
- }
23187
- }
23188
- ],
23190
+ "description": "Callback to run *after* HTMLDialogElement is closed",
23189
23191
  "inheritedFrom": {
23190
- "name": "MenuItem",
23191
- "module": "src/menu-item/menu-item.ts"
23192
+ "name": "<local>_DialogElement",
23193
+ "module": "src/dialog/dialog.ts"
23192
23194
  }
23193
23195
  },
23194
23196
  {
23195
23197
  "kind": "field",
23196
- "name": "focusSubmenuOnLoad",
23198
+ "name": "open",
23197
23199
  "type": {
23198
23200
  "text": "boolean"
23199
23201
  },
23200
- "privacy": "private",
23201
- "default": "false",
23202
+ "description": "Determine if the dialog is showing or closed.",
23203
+ "readonly": true,
23202
23204
  "inheritedFrom": {
23203
- "name": "MenuItem",
23204
- "module": "src/menu-item/menu-item.ts"
23205
+ "name": "<local>_DialogElement",
23206
+ "module": "src/dialog/dialog.ts"
23205
23207
  }
23206
23208
  },
23207
23209
  {
23208
- "kind": "field",
23209
- "name": "observer",
23210
- "type": {
23211
- "text": "MutationObserver | undefined"
23210
+ "kind": "method",
23211
+ "name": "close",
23212
+ "return": {
23213
+ "type": {
23214
+ "text": "void"
23215
+ }
23212
23216
  },
23213
- "privacy": "private",
23217
+ "description": "Remove the HTMLDialogElement from display",
23214
23218
  "inheritedFrom": {
23215
- "name": "MenuItem",
23216
- "module": "src/menu-item/menu-item.ts"
23219
+ "name": "<local>_DialogElement",
23220
+ "module": "src/dialog/dialog.ts"
23217
23221
  }
23218
23222
  },
23219
23223
  {
23220
23224
  "kind": "method",
23221
- "name": "domChildren",
23222
- "privacy": "private",
23225
+ "name": "dismiss",
23226
+ "privacy": "public",
23227
+ "description": "Dismiss the Dialog from display and calls the dismissing action.",
23228
+ "inheritedFrom": {
23229
+ "name": "<local>_DialogElement",
23230
+ "module": "src/dialog/dialog.ts"
23231
+ }
23232
+ },
23233
+ {
23234
+ "kind": "method",
23235
+ "name": "closeDialog",
23236
+ "privacy": "public",
23223
23237
  "return": {
23224
23238
  "type": {
23225
- "text": "Element[]"
23239
+ "text": "void"
23226
23240
  }
23227
23241
  },
23228
- "description": "get an array of valid DOM children",
23242
+ "description": "Dismiss the Dialog from display.",
23229
23243
  "inheritedFrom": {
23230
- "name": "MenuItem",
23231
- "module": "src/menu-item/menu-item.ts"
23244
+ "name": "<local>_DialogElement",
23245
+ "module": "src/dialog/dialog.ts"
23232
23246
  }
23233
23247
  },
23234
23248
  {
@@ -23343,86 +23357,97 @@
23343
23357
  }
23344
23358
  }
23345
23359
  ],
23346
- "events": [
23360
+ "superclass": {
23361
+ "name": "DialogElement",
23362
+ "module": "/src/dialog"
23363
+ },
23364
+ "tagName": "%%prefix%%-modal",
23365
+ "customElement": true,
23366
+ "attributes": [
23347
23367
  {
23348
- "description": "Fires a custom 'expanded-change' event when the expanded state changes",
23349
- "name": "expanded-change",
23368
+ "name": "type",
23369
+ "type": {
23370
+ "text": "DialogType"
23371
+ },
23372
+ "default": "'default'",
23373
+ "fieldName": "type",
23350
23374
  "inheritedFrom": {
23351
- "name": "MenuItem",
23352
- "module": "src/menu-item/menu-item.ts"
23375
+ "name": "<local>_DialogElement",
23376
+ "module": "src/dialog/dialog.ts"
23353
23377
  }
23354
23378
  },
23355
23379
  {
23356
- "description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
23357
- "name": "change",
23380
+ "name": "position",
23381
+ "type": {
23382
+ "text": "DialogPosition"
23383
+ },
23384
+ "default": "'center'",
23385
+ "fieldName": "position",
23358
23386
  "inheritedFrom": {
23359
- "name": "MenuItem",
23360
- "module": "src/menu-item/menu-item.ts"
23387
+ "name": "<local>_DialogElement",
23388
+ "module": "src/dialog/dialog.ts"
23361
23389
  }
23362
- }
23363
- ]
23364
- },
23365
- {
23366
- "kind": "variable",
23367
- "name": "foundationMenuItemShadowOptions",
23368
- "type": {
23369
- "text": "ShadowRootInit"
23370
- },
23371
- "default": "undefined"
23372
- },
23373
- {
23374
- "kind": "variable",
23375
- "name": "defaultMenuItemConfig",
23376
- "type": {
23377
- "text": "object"
23378
- },
23379
- "default": "{\n expandCollapseGlyph: `\n <svg\n class=\"expand-collapse-glyph\"\n part=\"expand-collapse-glyph\"\n viewBox=\"0 0 16 16\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n}"
23390
+ },
23391
+ {
23392
+ "name": "show-close-icon",
23393
+ "type": {
23394
+ "text": "boolean"
23395
+ },
23396
+ "default": "true",
23397
+ "description": "Whether or not to show the close icon",
23398
+ "fieldName": "showCloseIcon",
23399
+ "inheritedFrom": {
23400
+ "name": "<local>_DialogElement",
23401
+ "module": "src/dialog/dialog.ts"
23402
+ }
23403
+ }
23404
+ ]
23380
23405
  },
23381
23406
  {
23382
23407
  "kind": "variable",
23383
- "name": "foundationMenuItem",
23384
- "description": "The Foundation Menu Item",
23408
+ "name": "foundationModal",
23409
+ "description": "The Foundation Modal",
23385
23410
  "privacy": "public"
23386
23411
  }
23387
23412
  ],
23388
23413
  "exports": [
23389
23414
  {
23390
23415
  "kind": "js",
23391
- "name": "MenuItem",
23416
+ "name": "foundationModalShadowOptions",
23392
23417
  "declaration": {
23393
- "name": "MenuItem",
23394
- "module": "src/menu-item/menu-item.ts"
23418
+ "name": "foundationModalShadowOptions",
23419
+ "module": "src/modal/modal.ts"
23395
23420
  }
23396
23421
  },
23397
23422
  {
23398
23423
  "kind": "js",
23399
- "name": "foundationMenuItemShadowOptions",
23424
+ "name": "defaultModalConfig",
23400
23425
  "declaration": {
23401
- "name": "foundationMenuItemShadowOptions",
23402
- "module": "src/menu-item/menu-item.ts"
23426
+ "name": "defaultModalConfig",
23427
+ "module": "src/modal/modal.ts"
23403
23428
  }
23404
23429
  },
23405
23430
  {
23406
23431
  "kind": "js",
23407
- "name": "defaultMenuItemConfig",
23432
+ "name": "Modal",
23408
23433
  "declaration": {
23409
- "name": "defaultMenuItemConfig",
23410
- "module": "src/menu-item/menu-item.ts"
23434
+ "name": "Modal",
23435
+ "module": "src/modal/modal.ts"
23411
23436
  }
23412
23437
  },
23413
23438
  {
23414
23439
  "kind": "js",
23415
- "name": "foundationMenuItem",
23440
+ "name": "foundationModal",
23416
23441
  "declaration": {
23417
- "name": "foundationMenuItem",
23418
- "module": "src/menu-item/menu-item.ts"
23442
+ "name": "foundationModal",
23443
+ "module": "src/modal/modal.ts"
23419
23444
  }
23420
23445
  }
23421
23446
  ]
23422
23447
  },
23423
23448
  {
23424
23449
  "kind": "javascript-module",
23425
- "path": "src/modal/index.ts",
23450
+ "path": "src/menu-item/index.ts",
23426
23451
  "declarations": [],
23427
23452
  "exports": [
23428
23453
  {
@@ -23430,7 +23455,7 @@
23430
23455
  "name": "*",
23431
23456
  "declaration": {
23432
23457
  "name": "*",
23433
- "package": "./modal.styles"
23458
+ "package": "./menu-item.template"
23434
23459
  }
23435
23460
  },
23436
23461
  {
@@ -23438,7 +23463,7 @@
23438
23463
  "name": "*",
23439
23464
  "declaration": {
23440
23465
  "name": "*",
23441
- "package": "./modal.template"
23466
+ "package": "./menu-item.styles"
23442
23467
  }
23443
23468
  },
23444
23469
  {
@@ -23446,240 +23471,269 @@
23446
23471
  "name": "*",
23447
23472
  "declaration": {
23448
23473
  "name": "*",
23449
- "package": "./modal"
23474
+ "package": "./menu-item"
23450
23475
  }
23451
23476
  }
23452
23477
  ]
23453
23478
  },
23454
23479
  {
23455
23480
  "kind": "javascript-module",
23456
- "path": "src/modal/modal.styles.ts",
23481
+ "path": "src/menu-item/menu-item.styles.ts",
23457
23482
  "declarations": [
23458
23483
  {
23459
- "kind": "variable",
23460
- "name": "foundationModalStyles",
23461
- "type": {
23462
- "text": "ElementStyles"
23484
+ "kind": "function",
23485
+ "name": "foundationMenuItemStyles",
23486
+ "return": {
23487
+ "type": {
23488
+ "text": "ElementStyles"
23489
+ }
23463
23490
  },
23464
- "default": "css`\n ${foundationDialogStyles}\n`"
23491
+ "parameters": [
23492
+ {
23493
+ "name": "context",
23494
+ "type": {
23495
+ "text": "ElementDefinitionContext"
23496
+ }
23497
+ },
23498
+ {
23499
+ "name": "definition",
23500
+ "type": {
23501
+ "text": "MenuItemOptions"
23502
+ }
23503
+ }
23504
+ ]
23465
23505
  }
23466
23506
  ],
23467
23507
  "exports": [
23468
23508
  {
23469
23509
  "kind": "js",
23470
- "name": "foundationModalStyles",
23510
+ "name": "foundationMenuItemStyles",
23471
23511
  "declaration": {
23472
- "name": "foundationModalStyles",
23473
- "module": "src/modal/modal.styles.ts"
23512
+ "name": "foundationMenuItemStyles",
23513
+ "module": "src/menu-item/menu-item.styles.ts"
23474
23514
  }
23475
23515
  }
23476
23516
  ]
23477
23517
  },
23478
23518
  {
23479
23519
  "kind": "javascript-module",
23480
- "path": "src/modal/modal.template.ts",
23520
+ "path": "src/menu-item/menu-item.template.ts",
23481
23521
  "declarations": [
23482
23522
  {
23483
- "kind": "variable",
23484
- "name": "foundationModalTemplate",
23485
- "type": {
23486
- "text": "ViewTemplate<Modal>"
23523
+ "kind": "function",
23524
+ "name": "foundationMenuItemTemplate",
23525
+ "return": {
23526
+ "type": {
23527
+ "text": "ViewTemplate<MenuItem>"
23528
+ }
23487
23529
  },
23488
- "default": "html`\n ${foundationDialogTemplate}\n`"
23530
+ "parameters": [
23531
+ {
23532
+ "name": "context",
23533
+ "type": {
23534
+ "text": "ElementDefinitionContext"
23535
+ }
23536
+ },
23537
+ {
23538
+ "name": "definition",
23539
+ "type": {
23540
+ "text": "MenuItemOptions"
23541
+ }
23542
+ }
23543
+ ]
23489
23544
  }
23490
23545
  ],
23491
23546
  "exports": [
23492
23547
  {
23493
23548
  "kind": "js",
23494
- "name": "foundationModalTemplate",
23549
+ "name": "foundationMenuItemTemplate",
23495
23550
  "declaration": {
23496
- "name": "foundationModalTemplate",
23497
- "module": "src/modal/modal.template.ts"
23551
+ "name": "foundationMenuItemTemplate",
23552
+ "module": "src/menu-item/menu-item.template.ts"
23498
23553
  }
23499
23554
  }
23500
23555
  ]
23501
23556
  },
23502
23557
  {
23503
23558
  "kind": "javascript-module",
23504
- "path": "src/modal/modal.ts",
23559
+ "path": "src/menu-item/menu-item.ts",
23505
23560
  "declarations": [
23506
- {
23507
- "kind": "variable",
23508
- "name": "foundationModalShadowOptions",
23509
- "type": {
23510
- "text": "ShadowRootInit"
23511
- },
23512
- "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
23513
- },
23514
- {
23515
- "kind": "variable",
23516
- "name": "defaultModalConfig",
23517
- "type": {
23518
- "text": "object"
23519
- },
23520
- "default": "{}"
23521
- },
23522
23561
  {
23523
23562
  "kind": "class",
23524
23563
  "description": "",
23525
- "name": "Modal",
23526
- "members": [
23564
+ "name": "MenuItem",
23565
+ "superclass": {
23566
+ "name": "FASTMenuItem",
23567
+ "package": "@microsoft/fast-components"
23568
+ },
23569
+ "tagName": "%%prefix%%-menu-item",
23570
+ "customElement": true,
23571
+ "attributes": [
23527
23572
  {
23528
- "kind": "method",
23529
- "name": "show",
23530
- "return": {
23531
- "type": {
23532
- "text": "void"
23533
- }
23573
+ "type": {
23574
+ "text": "boolean"
23534
23575
  },
23535
- "description": "Show the HTMLDialogElement and its contents",
23576
+ "description": "The disabled state of the element.",
23577
+ "fieldName": "disabled",
23536
23578
  "inheritedFrom": {
23537
- "name": "<local>_DialogElement",
23538
- "module": "src/dialog/dialog.ts"
23579
+ "name": "MenuItem",
23580
+ "module": "src/menu-item/menu-item.ts"
23539
23581
  }
23540
23582
  },
23541
23583
  {
23542
- "kind": "field",
23543
- "name": "mainElement",
23584
+ "name": "role",
23544
23585
  "type": {
23545
- "text": "HTMLDialogElement"
23586
+ "text": "MenuItemRole"
23546
23587
  },
23547
- "description": "A reference to the dialog element\nin the component Shadow DOM.",
23588
+ "description": "The role of the element.",
23589
+ "fieldName": "role",
23548
23590
  "inheritedFrom": {
23549
- "name": "<local>_DialogElement",
23550
- "module": "src/dialog/dialog.ts"
23591
+ "name": "MenuItem",
23592
+ "module": "src/menu-item/menu-item.ts"
23551
23593
  }
23552
- },
23594
+ }
23595
+ ],
23596
+ "members": [
23553
23597
  {
23554
23598
  "kind": "field",
23555
- "name": "notification",
23599
+ "name": "disabled",
23556
23600
  "type": {
23557
- "text": "NotificationStructure"
23601
+ "text": "boolean"
23558
23602
  },
23603
+ "privacy": "public",
23604
+ "description": "The disabled state of the element.",
23559
23605
  "inheritedFrom": {
23560
- "name": "<local>_DialogElement",
23561
- "module": "src/dialog/dialog.ts"
23562
- }
23563
- },
23564
- {
23565
- "kind": "method",
23566
- "name": "notificationChanged",
23567
- "inheritedFrom": {
23568
- "name": "<local>_DialogElement",
23569
- "module": "src/dialog/dialog.ts"
23606
+ "name": "MenuItem",
23607
+ "module": "src/menu-item/menu-item.ts"
23570
23608
  }
23571
23609
  },
23572
23610
  {
23573
23611
  "kind": "field",
23574
- "name": "type",
23612
+ "name": "expanded",
23575
23613
  "type": {
23576
- "text": "DialogType"
23614
+ "text": "boolean"
23577
23615
  },
23578
- "default": "'default'",
23616
+ "privacy": "public",
23617
+ "description": "The expanded state of the element.",
23579
23618
  "inheritedFrom": {
23580
- "name": "<local>_DialogElement",
23581
- "module": "src/dialog/dialog.ts"
23619
+ "name": "MenuItem",
23620
+ "module": "src/menu-item/menu-item.ts"
23582
23621
  }
23583
23622
  },
23584
23623
  {
23585
- "kind": "field",
23586
- "name": "position",
23587
- "type": {
23588
- "text": "DialogPosition"
23624
+ "kind": "method",
23625
+ "name": "expandedChanged",
23626
+ "privacy": "private",
23627
+ "return": {
23628
+ "type": {
23629
+ "text": "void"
23630
+ }
23589
23631
  },
23590
- "default": "'center'",
23632
+ "parameters": [
23633
+ {
23634
+ "name": "oldValue",
23635
+ "type": {
23636
+ "text": "boolean"
23637
+ }
23638
+ }
23639
+ ],
23591
23640
  "inheritedFrom": {
23592
- "name": "<local>_DialogElement",
23593
- "module": "src/dialog/dialog.ts"
23641
+ "name": "MenuItem",
23642
+ "module": "src/menu-item/menu-item.ts"
23594
23643
  }
23595
23644
  },
23596
23645
  {
23597
23646
  "kind": "field",
23598
- "name": "showCloseIcon",
23647
+ "name": "role",
23599
23648
  "type": {
23600
- "text": "boolean"
23649
+ "text": "MenuItemRole"
23601
23650
  },
23602
- "default": "true",
23603
- "description": "Whether or not to show the close icon",
23651
+ "privacy": "public",
23652
+ "description": "The role of the element.",
23604
23653
  "inheritedFrom": {
23605
- "name": "<local>_DialogElement",
23606
- "module": "src/dialog/dialog.ts"
23654
+ "name": "MenuItem",
23655
+ "module": "src/menu-item/menu-item.ts"
23607
23656
  }
23608
23657
  },
23609
23658
  {
23610
23659
  "kind": "field",
23611
- "name": "onShowCallback",
23660
+ "name": "checked",
23612
23661
  "type": {
23613
- "text": "() => void"
23662
+ "text": "boolean"
23614
23663
  },
23615
- "description": "Callback to run *before* HTMLDialogElement is shown",
23664
+ "privacy": "public",
23665
+ "description": "The checked value of the element.",
23616
23666
  "inheritedFrom": {
23617
- "name": "<local>_DialogElement",
23618
- "module": "src/dialog/dialog.ts"
23667
+ "name": "MenuItem",
23668
+ "module": "src/menu-item/menu-item.ts"
23619
23669
  }
23620
23670
  },
23621
23671
  {
23622
- "kind": "field",
23623
- "name": "onCloseCallback",
23624
- "type": {
23625
- "text": "() => void"
23672
+ "kind": "method",
23673
+ "name": "checkedChanged",
23674
+ "privacy": "private",
23675
+ "return": {
23676
+ "type": {
23677
+ "text": "void"
23678
+ }
23626
23679
  },
23627
- "description": "Callback to run *after* HTMLDialogElement is closed",
23680
+ "parameters": [
23681
+ {
23682
+ "name": "oldValue",
23683
+ "type": {
23684
+ "text": "boolean"
23685
+ }
23686
+ },
23687
+ {
23688
+ "name": "newValue",
23689
+ "type": {
23690
+ "text": "boolean"
23691
+ }
23692
+ }
23693
+ ],
23628
23694
  "inheritedFrom": {
23629
- "name": "<local>_DialogElement",
23630
- "module": "src/dialog/dialog.ts"
23695
+ "name": "MenuItem",
23696
+ "module": "src/menu-item/menu-item.ts"
23631
23697
  }
23632
23698
  },
23633
23699
  {
23634
23700
  "kind": "field",
23635
- "name": "open",
23701
+ "name": "focusSubmenuOnLoad",
23636
23702
  "type": {
23637
23703
  "text": "boolean"
23638
23704
  },
23639
- "description": "Determine if the dialog is showing or closed.",
23640
- "readonly": true,
23705
+ "privacy": "private",
23706
+ "default": "false",
23641
23707
  "inheritedFrom": {
23642
- "name": "<local>_DialogElement",
23643
- "module": "src/dialog/dialog.ts"
23708
+ "name": "MenuItem",
23709
+ "module": "src/menu-item/menu-item.ts"
23644
23710
  }
23645
23711
  },
23646
23712
  {
23647
- "kind": "method",
23648
- "name": "close",
23649
- "return": {
23650
- "type": {
23651
- "text": "void"
23652
- }
23713
+ "kind": "field",
23714
+ "name": "observer",
23715
+ "type": {
23716
+ "text": "MutationObserver | undefined"
23653
23717
  },
23654
- "description": "Remove the HTMLDialogElement from display",
23655
- "inheritedFrom": {
23656
- "name": "<local>_DialogElement",
23657
- "module": "src/dialog/dialog.ts"
23658
- }
23659
- },
23660
- {
23661
- "kind": "method",
23662
- "name": "dismiss",
23663
- "privacy": "public",
23664
- "description": "Dismiss the Dialog from display and calls the dismissing action.",
23718
+ "privacy": "private",
23665
23719
  "inheritedFrom": {
23666
- "name": "<local>_DialogElement",
23667
- "module": "src/dialog/dialog.ts"
23720
+ "name": "MenuItem",
23721
+ "module": "src/menu-item/menu-item.ts"
23668
23722
  }
23669
23723
  },
23670
23724
  {
23671
23725
  "kind": "method",
23672
- "name": "closeDialog",
23673
- "privacy": "public",
23726
+ "name": "domChildren",
23727
+ "privacy": "private",
23674
23728
  "return": {
23675
23729
  "type": {
23676
- "text": "void"
23730
+ "text": "Element[]"
23677
23731
  }
23678
23732
  },
23679
- "description": "Dismiss the Dialog from display.",
23733
+ "description": "get an array of valid DOM children",
23680
23734
  "inheritedFrom": {
23681
- "name": "<local>_DialogElement",
23682
- "module": "src/dialog/dialog.ts"
23735
+ "name": "MenuItem",
23736
+ "module": "src/menu-item/menu-item.ts"
23683
23737
  }
23684
23738
  },
23685
23739
  {
@@ -23794,90 +23848,79 @@
23794
23848
  }
23795
23849
  }
23796
23850
  ],
23797
- "superclass": {
23798
- "name": "DialogElement",
23799
- "module": "/src/dialog"
23800
- },
23801
- "tagName": "%%prefix%%-modal",
23802
- "customElement": true,
23803
- "attributes": [
23804
- {
23805
- "name": "type",
23806
- "type": {
23807
- "text": "DialogType"
23808
- },
23809
- "default": "'default'",
23810
- "fieldName": "type",
23811
- "inheritedFrom": {
23812
- "name": "<local>_DialogElement",
23813
- "module": "src/dialog/dialog.ts"
23814
- }
23815
- },
23851
+ "events": [
23816
23852
  {
23817
- "name": "position",
23818
- "type": {
23819
- "text": "DialogPosition"
23820
- },
23821
- "default": "'center'",
23822
- "fieldName": "position",
23853
+ "description": "Fires a custom 'expanded-change' event when the expanded state changes",
23854
+ "name": "expanded-change",
23823
23855
  "inheritedFrom": {
23824
- "name": "<local>_DialogElement",
23825
- "module": "src/dialog/dialog.ts"
23856
+ "name": "MenuItem",
23857
+ "module": "src/menu-item/menu-item.ts"
23826
23858
  }
23827
23859
  },
23828
23860
  {
23829
- "name": "show-close-icon",
23830
- "type": {
23831
- "text": "boolean"
23832
- },
23833
- "default": "true",
23834
- "description": "Whether or not to show the close icon",
23835
- "fieldName": "showCloseIcon",
23861
+ "description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
23862
+ "name": "change",
23836
23863
  "inheritedFrom": {
23837
- "name": "<local>_DialogElement",
23838
- "module": "src/dialog/dialog.ts"
23864
+ "name": "MenuItem",
23865
+ "module": "src/menu-item/menu-item.ts"
23839
23866
  }
23840
23867
  }
23841
23868
  ]
23842
23869
  },
23843
23870
  {
23844
23871
  "kind": "variable",
23845
- "name": "foundationModal",
23846
- "description": "The Foundation Modal",
23872
+ "name": "foundationMenuItemShadowOptions",
23873
+ "type": {
23874
+ "text": "ShadowRootInit"
23875
+ },
23876
+ "default": "undefined"
23877
+ },
23878
+ {
23879
+ "kind": "variable",
23880
+ "name": "defaultMenuItemConfig",
23881
+ "type": {
23882
+ "text": "object"
23883
+ },
23884
+ "default": "{\n expandCollapseGlyph: `\n <svg\n class=\"expand-collapse-glyph\"\n part=\"expand-collapse-glyph\"\n viewBox=\"0 0 16 16\"\n xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n}"
23885
+ },
23886
+ {
23887
+ "kind": "variable",
23888
+ "name": "foundationMenuItem",
23889
+ "description": "The Foundation Menu Item",
23847
23890
  "privacy": "public"
23848
23891
  }
23849
23892
  ],
23850
23893
  "exports": [
23851
23894
  {
23852
23895
  "kind": "js",
23853
- "name": "foundationModalShadowOptions",
23896
+ "name": "MenuItem",
23854
23897
  "declaration": {
23855
- "name": "foundationModalShadowOptions",
23856
- "module": "src/modal/modal.ts"
23898
+ "name": "MenuItem",
23899
+ "module": "src/menu-item/menu-item.ts"
23857
23900
  }
23858
23901
  },
23859
23902
  {
23860
23903
  "kind": "js",
23861
- "name": "defaultModalConfig",
23904
+ "name": "foundationMenuItemShadowOptions",
23862
23905
  "declaration": {
23863
- "name": "defaultModalConfig",
23864
- "module": "src/modal/modal.ts"
23906
+ "name": "foundationMenuItemShadowOptions",
23907
+ "module": "src/menu-item/menu-item.ts"
23865
23908
  }
23866
23909
  },
23867
23910
  {
23868
23911
  "kind": "js",
23869
- "name": "Modal",
23912
+ "name": "defaultMenuItemConfig",
23870
23913
  "declaration": {
23871
- "name": "Modal",
23872
- "module": "src/modal/modal.ts"
23914
+ "name": "defaultMenuItemConfig",
23915
+ "module": "src/menu-item/menu-item.ts"
23873
23916
  }
23874
23917
  },
23875
23918
  {
23876
23919
  "kind": "js",
23877
- "name": "foundationModal",
23920
+ "name": "foundationMenuItem",
23878
23921
  "declaration": {
23879
- "name": "foundationModal",
23880
- "module": "src/modal/modal.ts"
23922
+ "name": "foundationMenuItem",
23923
+ "module": "src/menu-item/menu-item.ts"
23881
23924
  }
23882
23925
  }
23883
23926
  ]
@@ -26448,6 +26491,49 @@
26448
26491
  "module": "src/utils/base-datasource.ts"
26449
26492
  }
26450
26493
  },
26494
+ {
26495
+ "kind": "method",
26496
+ "name": "getFieldMetadata",
26497
+ "return": {
26498
+ "type": {
26499
+ "text": "FieldMetadata"
26500
+ }
26501
+ },
26502
+ "parameters": [
26503
+ {
26504
+ "name": "fieldName",
26505
+ "type": {
26506
+ "text": "string"
26507
+ }
26508
+ }
26509
+ ],
26510
+ "inheritedFrom": {
26511
+ "name": "<local>_BaseDatasource",
26512
+ "module": "src/utils/base-datasource.ts"
26513
+ }
26514
+ },
26515
+ {
26516
+ "kind": "method",
26517
+ "name": "getDefaultLabelFormat",
26518
+ "parameters": [
26519
+ {
26520
+ "name": "field",
26521
+ "type": {
26522
+ "text": "any"
26523
+ }
26524
+ },
26525
+ {
26526
+ "name": "type",
26527
+ "type": {
26528
+ "text": "FieldTypeEnum"
26529
+ }
26530
+ }
26531
+ ],
26532
+ "inheritedFrom": {
26533
+ "name": "<local>_BaseDatasource",
26534
+ "module": "src/utils/base-datasource.ts"
26535
+ }
26536
+ },
26451
26537
  {
26452
26538
  "kind": "field",
26453
26539
  "name": "_presentation",
@@ -27406,6 +27492,49 @@
27406
27492
  "module": "src/utils/base-datasource.ts"
27407
27493
  }
27408
27494
  },
27495
+ {
27496
+ "kind": "method",
27497
+ "name": "getFieldMetadata",
27498
+ "return": {
27499
+ "type": {
27500
+ "text": "FieldMetadata"
27501
+ }
27502
+ },
27503
+ "parameters": [
27504
+ {
27505
+ "name": "fieldName",
27506
+ "type": {
27507
+ "text": "string"
27508
+ }
27509
+ }
27510
+ ],
27511
+ "inheritedFrom": {
27512
+ "name": "<local>_BaseDatasource",
27513
+ "module": "src/utils/base-datasource.ts"
27514
+ }
27515
+ },
27516
+ {
27517
+ "kind": "method",
27518
+ "name": "getDefaultLabelFormat",
27519
+ "parameters": [
27520
+ {
27521
+ "name": "field",
27522
+ "type": {
27523
+ "text": "any"
27524
+ }
27525
+ },
27526
+ {
27527
+ "name": "type",
27528
+ "type": {
27529
+ "text": "FieldTypeEnum"
27530
+ }
27531
+ }
27532
+ ],
27533
+ "inheritedFrom": {
27534
+ "name": "<local>_BaseDatasource",
27535
+ "module": "src/utils/base-datasource.ts"
27536
+ }
27537
+ },
27409
27538
  {
27410
27539
  "kind": "field",
27411
27540
  "name": "_presentation",
@@ -42405,6 +42534,41 @@
42405
42534
  }
42406
42535
  ]
42407
42536
  },
42537
+ {
42538
+ "kind": "method",
42539
+ "name": "getFieldMetadata",
42540
+ "return": {
42541
+ "type": {
42542
+ "text": "FieldMetadata"
42543
+ }
42544
+ },
42545
+ "parameters": [
42546
+ {
42547
+ "name": "fieldName",
42548
+ "type": {
42549
+ "text": "string"
42550
+ }
42551
+ }
42552
+ ]
42553
+ },
42554
+ {
42555
+ "kind": "method",
42556
+ "name": "getDefaultLabelFormat",
42557
+ "parameters": [
42558
+ {
42559
+ "name": "field",
42560
+ "type": {
42561
+ "text": "any"
42562
+ }
42563
+ },
42564
+ {
42565
+ "name": "type",
42566
+ "type": {
42567
+ "text": "FieldTypeEnum"
42568
+ }
42569
+ }
42570
+ ]
42571
+ },
42408
42572
  {
42409
42573
  "kind": "field",
42410
42574
  "name": "_presentation",