@genesislcap/foundation-ui 14.180.7 → 14.180.8

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.
@@ -817,6 +817,82 @@
817
817
  }
818
818
  ]
819
819
  },
820
+ {
821
+ "kind": "javascript-module",
822
+ "path": "src/_config/index.ts",
823
+ "declarations": [],
824
+ "exports": [
825
+ {
826
+ "kind": "js",
827
+ "name": "*",
828
+ "declaration": {
829
+ "name": "*",
830
+ "package": "./styles"
831
+ }
832
+ },
833
+ {
834
+ "kind": "js",
835
+ "name": "*",
836
+ "declaration": {
837
+ "name": "*",
838
+ "package": "./tokens"
839
+ }
840
+ },
841
+ {
842
+ "kind": "js",
843
+ "name": "*",
844
+ "declaration": {
845
+ "name": "*",
846
+ "package": "./values"
847
+ }
848
+ }
849
+ ]
850
+ },
851
+ {
852
+ "kind": "javascript-module",
853
+ "path": "src/_common/icons.ts",
854
+ "declarations": [
855
+ {
856
+ "kind": "function",
857
+ "name": "closeIcon",
858
+ "parameters": [
859
+ {
860
+ "name": "slot",
861
+ "default": "'start'"
862
+ },
863
+ {
864
+ "name": "fill",
865
+ "default": "'#879ba6'"
866
+ }
867
+ ]
868
+ }
869
+ ],
870
+ "exports": [
871
+ {
872
+ "kind": "js",
873
+ "name": "closeIcon",
874
+ "declaration": {
875
+ "name": "closeIcon",
876
+ "module": "src/_common/icons.ts"
877
+ }
878
+ }
879
+ ]
880
+ },
881
+ {
882
+ "kind": "javascript-module",
883
+ "path": "src/_common/index.ts",
884
+ "declarations": [],
885
+ "exports": [
886
+ {
887
+ "kind": "js",
888
+ "name": "*",
889
+ "declaration": {
890
+ "name": "*",
891
+ "package": "./icons"
892
+ }
893
+ }
894
+ ]
895
+ },
820
896
  {
821
897
  "kind": "javascript-module",
822
898
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1211,6 +1287,188 @@
1211
1287
  }
1212
1288
  ]
1213
1289
  },
1290
+ {
1291
+ "kind": "javascript-module",
1292
+ "path": "src/accordion/accordion.styles.ts",
1293
+ "declarations": [
1294
+ {
1295
+ "kind": "function",
1296
+ "name": "foundationAccordionStyles",
1297
+ "return": {
1298
+ "type": {
1299
+ "text": "ElementStyles"
1300
+ }
1301
+ },
1302
+ "parameters": [
1303
+ {
1304
+ "name": "context",
1305
+ "type": {
1306
+ "text": "ElementDefinitionContext"
1307
+ }
1308
+ },
1309
+ {
1310
+ "name": "definition",
1311
+ "type": {
1312
+ "text": "FoundationElementDefinition"
1313
+ }
1314
+ }
1315
+ ]
1316
+ }
1317
+ ],
1318
+ "exports": [
1319
+ {
1320
+ "kind": "js",
1321
+ "name": "foundationAccordionStyles",
1322
+ "declaration": {
1323
+ "name": "foundationAccordionStyles",
1324
+ "module": "src/accordion/accordion.styles.ts"
1325
+ }
1326
+ }
1327
+ ]
1328
+ },
1329
+ {
1330
+ "kind": "javascript-module",
1331
+ "path": "src/accordion/accordion.template.ts",
1332
+ "declarations": [
1333
+ {
1334
+ "kind": "function",
1335
+ "name": "foundationAccordionTemplate",
1336
+ "return": {
1337
+ "type": {
1338
+ "text": "ViewTemplate<Accordion>"
1339
+ }
1340
+ },
1341
+ "parameters": [
1342
+ {
1343
+ "name": "context",
1344
+ "type": {
1345
+ "text": "ElementDefinitionContext"
1346
+ }
1347
+ },
1348
+ {
1349
+ "name": "definition",
1350
+ "type": {
1351
+ "text": "FoundationElementDefinition"
1352
+ }
1353
+ }
1354
+ ]
1355
+ }
1356
+ ],
1357
+ "exports": [
1358
+ {
1359
+ "kind": "js",
1360
+ "name": "foundationAccordionTemplate",
1361
+ "declaration": {
1362
+ "name": "foundationAccordionTemplate",
1363
+ "module": "src/accordion/accordion.template.ts"
1364
+ }
1365
+ }
1366
+ ]
1367
+ },
1368
+ {
1369
+ "kind": "javascript-module",
1370
+ "path": "src/accordion/accordion.ts",
1371
+ "declarations": [
1372
+ {
1373
+ "kind": "class",
1374
+ "description": "",
1375
+ "name": "Accordion",
1376
+ "superclass": {
1377
+ "name": "FASTAccordion",
1378
+ "package": "@microsoft/fast-foundation"
1379
+ },
1380
+ "tagName": "%%prefix%%-accordion",
1381
+ "customElement": true
1382
+ },
1383
+ {
1384
+ "kind": "variable",
1385
+ "name": "foundationAccordionShadowOptions",
1386
+ "type": {
1387
+ "text": "ShadowRootInit"
1388
+ },
1389
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1390
+ },
1391
+ {
1392
+ "kind": "variable",
1393
+ "name": "defaultAccordionConfig",
1394
+ "type": {
1395
+ "text": "object"
1396
+ },
1397
+ "default": "{}"
1398
+ },
1399
+ {
1400
+ "kind": "variable",
1401
+ "name": "foundationAccordion",
1402
+ "description": "The Foundation Accordion",
1403
+ "privacy": "public"
1404
+ }
1405
+ ],
1406
+ "exports": [
1407
+ {
1408
+ "kind": "js",
1409
+ "name": "Accordion",
1410
+ "declaration": {
1411
+ "name": "Accordion",
1412
+ "module": "src/accordion/accordion.ts"
1413
+ }
1414
+ },
1415
+ {
1416
+ "kind": "js",
1417
+ "name": "foundationAccordionShadowOptions",
1418
+ "declaration": {
1419
+ "name": "foundationAccordionShadowOptions",
1420
+ "module": "src/accordion/accordion.ts"
1421
+ }
1422
+ },
1423
+ {
1424
+ "kind": "js",
1425
+ "name": "defaultAccordionConfig",
1426
+ "declaration": {
1427
+ "name": "defaultAccordionConfig",
1428
+ "module": "src/accordion/accordion.ts"
1429
+ }
1430
+ },
1431
+ {
1432
+ "kind": "js",
1433
+ "name": "foundationAccordion",
1434
+ "declaration": {
1435
+ "name": "foundationAccordion",
1436
+ "module": "src/accordion/accordion.ts"
1437
+ }
1438
+ }
1439
+ ]
1440
+ },
1441
+ {
1442
+ "kind": "javascript-module",
1443
+ "path": "src/accordion/index.ts",
1444
+ "declarations": [],
1445
+ "exports": [
1446
+ {
1447
+ "kind": "js",
1448
+ "name": "*",
1449
+ "declaration": {
1450
+ "name": "*",
1451
+ "package": "./accordion.template"
1452
+ }
1453
+ },
1454
+ {
1455
+ "kind": "js",
1456
+ "name": "*",
1457
+ "declaration": {
1458
+ "name": "*",
1459
+ "package": "./accordion.styles"
1460
+ }
1461
+ },
1462
+ {
1463
+ "kind": "js",
1464
+ "name": "*",
1465
+ "declaration": {
1466
+ "name": "*",
1467
+ "package": "./accordion"
1468
+ }
1469
+ }
1470
+ ]
1471
+ },
1214
1472
  {
1215
1473
  "kind": "javascript-module",
1216
1474
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -1770,51 +2028,6 @@
1770
2028
  }
1771
2029
  ]
1772
2030
  },
1773
- {
1774
- "kind": "javascript-module",
1775
- "path": "src/_common/icons.ts",
1776
- "declarations": [
1777
- {
1778
- "kind": "function",
1779
- "name": "closeIcon",
1780
- "parameters": [
1781
- {
1782
- "name": "slot",
1783
- "default": "'start'"
1784
- },
1785
- {
1786
- "name": "fill",
1787
- "default": "'#879ba6'"
1788
- }
1789
- ]
1790
- }
1791
- ],
1792
- "exports": [
1793
- {
1794
- "kind": "js",
1795
- "name": "closeIcon",
1796
- "declaration": {
1797
- "name": "closeIcon",
1798
- "module": "src/_common/icons.ts"
1799
- }
1800
- }
1801
- ]
1802
- },
1803
- {
1804
- "kind": "javascript-module",
1805
- "path": "src/_common/index.ts",
1806
- "declarations": [],
1807
- "exports": [
1808
- {
1809
- "kind": "js",
1810
- "name": "*",
1811
- "declaration": {
1812
- "name": "*",
1813
- "package": "./icons"
1814
- }
1815
- }
1816
- ]
1817
- },
1818
2031
  {
1819
2032
  "kind": "javascript-module",
1820
2033
  "path": "src/anchor/anchor.styles.ts",
@@ -2335,37 +2548,6 @@
2335
2548
  }
2336
2549
  ]
2337
2550
  },
2338
- {
2339
- "kind": "javascript-module",
2340
- "path": "src/_config/index.ts",
2341
- "declarations": [],
2342
- "exports": [
2343
- {
2344
- "kind": "js",
2345
- "name": "*",
2346
- "declaration": {
2347
- "name": "*",
2348
- "package": "./styles"
2349
- }
2350
- },
2351
- {
2352
- "kind": "js",
2353
- "name": "*",
2354
- "declaration": {
2355
- "name": "*",
2356
- "package": "./tokens"
2357
- }
2358
- },
2359
- {
2360
- "kind": "js",
2361
- "name": "*",
2362
- "declaration": {
2363
- "name": "*",
2364
- "package": "./values"
2365
- }
2366
- }
2367
- ]
2368
- },
2369
2551
  {
2370
2552
  "kind": "javascript-module",
2371
2553
  "path": "src/anchored-region/anchor-region.template.ts",
@@ -3956,188 +4138,6 @@
3956
4138
  }
3957
4139
  ]
3958
4140
  },
3959
- {
3960
- "kind": "javascript-module",
3961
- "path": "src/accordion/accordion.styles.ts",
3962
- "declarations": [
3963
- {
3964
- "kind": "function",
3965
- "name": "foundationAccordionStyles",
3966
- "return": {
3967
- "type": {
3968
- "text": "ElementStyles"
3969
- }
3970
- },
3971
- "parameters": [
3972
- {
3973
- "name": "context",
3974
- "type": {
3975
- "text": "ElementDefinitionContext"
3976
- }
3977
- },
3978
- {
3979
- "name": "definition",
3980
- "type": {
3981
- "text": "FoundationElementDefinition"
3982
- }
3983
- }
3984
- ]
3985
- }
3986
- ],
3987
- "exports": [
3988
- {
3989
- "kind": "js",
3990
- "name": "foundationAccordionStyles",
3991
- "declaration": {
3992
- "name": "foundationAccordionStyles",
3993
- "module": "src/accordion/accordion.styles.ts"
3994
- }
3995
- }
3996
- ]
3997
- },
3998
- {
3999
- "kind": "javascript-module",
4000
- "path": "src/accordion/accordion.template.ts",
4001
- "declarations": [
4002
- {
4003
- "kind": "function",
4004
- "name": "foundationAccordionTemplate",
4005
- "return": {
4006
- "type": {
4007
- "text": "ViewTemplate<Accordion>"
4008
- }
4009
- },
4010
- "parameters": [
4011
- {
4012
- "name": "context",
4013
- "type": {
4014
- "text": "ElementDefinitionContext"
4015
- }
4016
- },
4017
- {
4018
- "name": "definition",
4019
- "type": {
4020
- "text": "FoundationElementDefinition"
4021
- }
4022
- }
4023
- ]
4024
- }
4025
- ],
4026
- "exports": [
4027
- {
4028
- "kind": "js",
4029
- "name": "foundationAccordionTemplate",
4030
- "declaration": {
4031
- "name": "foundationAccordionTemplate",
4032
- "module": "src/accordion/accordion.template.ts"
4033
- }
4034
- }
4035
- ]
4036
- },
4037
- {
4038
- "kind": "javascript-module",
4039
- "path": "src/accordion/accordion.ts",
4040
- "declarations": [
4041
- {
4042
- "kind": "class",
4043
- "description": "",
4044
- "name": "Accordion",
4045
- "superclass": {
4046
- "name": "FASTAccordion",
4047
- "package": "@microsoft/fast-foundation"
4048
- },
4049
- "tagName": "%%prefix%%-accordion",
4050
- "customElement": true
4051
- },
4052
- {
4053
- "kind": "variable",
4054
- "name": "foundationAccordionShadowOptions",
4055
- "type": {
4056
- "text": "ShadowRootInit"
4057
- },
4058
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
4059
- },
4060
- {
4061
- "kind": "variable",
4062
- "name": "defaultAccordionConfig",
4063
- "type": {
4064
- "text": "object"
4065
- },
4066
- "default": "{}"
4067
- },
4068
- {
4069
- "kind": "variable",
4070
- "name": "foundationAccordion",
4071
- "description": "The Foundation Accordion",
4072
- "privacy": "public"
4073
- }
4074
- ],
4075
- "exports": [
4076
- {
4077
- "kind": "js",
4078
- "name": "Accordion",
4079
- "declaration": {
4080
- "name": "Accordion",
4081
- "module": "src/accordion/accordion.ts"
4082
- }
4083
- },
4084
- {
4085
- "kind": "js",
4086
- "name": "foundationAccordionShadowOptions",
4087
- "declaration": {
4088
- "name": "foundationAccordionShadowOptions",
4089
- "module": "src/accordion/accordion.ts"
4090
- }
4091
- },
4092
- {
4093
- "kind": "js",
4094
- "name": "defaultAccordionConfig",
4095
- "declaration": {
4096
- "name": "defaultAccordionConfig",
4097
- "module": "src/accordion/accordion.ts"
4098
- }
4099
- },
4100
- {
4101
- "kind": "js",
4102
- "name": "foundationAccordion",
4103
- "declaration": {
4104
- "name": "foundationAccordion",
4105
- "module": "src/accordion/accordion.ts"
4106
- }
4107
- }
4108
- ]
4109
- },
4110
- {
4111
- "kind": "javascript-module",
4112
- "path": "src/accordion/index.ts",
4113
- "declarations": [],
4114
- "exports": [
4115
- {
4116
- "kind": "js",
4117
- "name": "*",
4118
- "declaration": {
4119
- "name": "*",
4120
- "package": "./accordion.template"
4121
- }
4122
- },
4123
- {
4124
- "kind": "js",
4125
- "name": "*",
4126
- "declaration": {
4127
- "name": "*",
4128
- "package": "./accordion.styles"
4129
- }
4130
- },
4131
- {
4132
- "kind": "js",
4133
- "name": "*",
4134
- "declaration": {
4135
- "name": "*",
4136
- "package": "./accordion"
4137
- }
4138
- }
4139
- ]
4140
- },
4141
4141
  {
4142
4142
  "kind": "javascript-module",
4143
4143
  "path": "src/avatar/avatar.styles.ts",
@@ -22749,7 +22749,7 @@
22749
22749
  },
22750
22750
  {
22751
22751
  "kind": "javascript-module",
22752
- "path": "src/modal/index.ts",
22752
+ "path": "src/menu-item/index.ts",
22753
22753
  "declarations": [],
22754
22754
  "exports": [
22755
22755
  {
@@ -22757,7 +22757,7 @@
22757
22757
  "name": "*",
22758
22758
  "declaration": {
22759
22759
  "name": "*",
22760
- "package": "./modal.styles"
22760
+ "package": "./menu-item.template"
22761
22761
  }
22762
22762
  },
22763
22763
  {
@@ -22765,7 +22765,7 @@
22765
22765
  "name": "*",
22766
22766
  "declaration": {
22767
22767
  "name": "*",
22768
- "package": "./modal.template"
22768
+ "package": "./menu-item.styles"
22769
22769
  }
22770
22770
  },
22771
22771
  {
@@ -22773,240 +22773,269 @@
22773
22773
  "name": "*",
22774
22774
  "declaration": {
22775
22775
  "name": "*",
22776
- "package": "./modal"
22776
+ "package": "./menu-item"
22777
22777
  }
22778
22778
  }
22779
22779
  ]
22780
22780
  },
22781
22781
  {
22782
22782
  "kind": "javascript-module",
22783
- "path": "src/modal/modal.styles.ts",
22783
+ "path": "src/menu-item/menu-item.styles.ts",
22784
22784
  "declarations": [
22785
22785
  {
22786
- "kind": "variable",
22787
- "name": "foundationModalStyles",
22788
- "type": {
22789
- "text": "ElementStyles"
22786
+ "kind": "function",
22787
+ "name": "foundationMenuItemStyles",
22788
+ "return": {
22789
+ "type": {
22790
+ "text": "ElementStyles"
22791
+ }
22790
22792
  },
22791
- "default": "css`\n ${foundationDialogStyles}\n`"
22793
+ "parameters": [
22794
+ {
22795
+ "name": "context",
22796
+ "type": {
22797
+ "text": "ElementDefinitionContext"
22798
+ }
22799
+ },
22800
+ {
22801
+ "name": "definition",
22802
+ "type": {
22803
+ "text": "MenuItemOptions"
22804
+ }
22805
+ }
22806
+ ]
22792
22807
  }
22793
22808
  ],
22794
22809
  "exports": [
22795
22810
  {
22796
22811
  "kind": "js",
22797
- "name": "foundationModalStyles",
22812
+ "name": "foundationMenuItemStyles",
22798
22813
  "declaration": {
22799
- "name": "foundationModalStyles",
22800
- "module": "src/modal/modal.styles.ts"
22814
+ "name": "foundationMenuItemStyles",
22815
+ "module": "src/menu-item/menu-item.styles.ts"
22801
22816
  }
22802
22817
  }
22803
22818
  ]
22804
22819
  },
22805
22820
  {
22806
22821
  "kind": "javascript-module",
22807
- "path": "src/modal/modal.template.ts",
22822
+ "path": "src/menu-item/menu-item.template.ts",
22808
22823
  "declarations": [
22809
22824
  {
22810
- "kind": "variable",
22811
- "name": "foundationModalTemplate",
22812
- "type": {
22813
- "text": "ViewTemplate<Modal>"
22825
+ "kind": "function",
22826
+ "name": "foundationMenuItemTemplate",
22827
+ "return": {
22828
+ "type": {
22829
+ "text": "ViewTemplate<MenuItem>"
22830
+ }
22814
22831
  },
22815
- "default": "html`\n ${foundationDialogTemplate}\n`"
22832
+ "parameters": [
22833
+ {
22834
+ "name": "context",
22835
+ "type": {
22836
+ "text": "ElementDefinitionContext"
22837
+ }
22838
+ },
22839
+ {
22840
+ "name": "definition",
22841
+ "type": {
22842
+ "text": "MenuItemOptions"
22843
+ }
22844
+ }
22845
+ ]
22816
22846
  }
22817
22847
  ],
22818
22848
  "exports": [
22819
22849
  {
22820
22850
  "kind": "js",
22821
- "name": "foundationModalTemplate",
22851
+ "name": "foundationMenuItemTemplate",
22822
22852
  "declaration": {
22823
- "name": "foundationModalTemplate",
22824
- "module": "src/modal/modal.template.ts"
22853
+ "name": "foundationMenuItemTemplate",
22854
+ "module": "src/menu-item/menu-item.template.ts"
22825
22855
  }
22826
22856
  }
22827
22857
  ]
22828
22858
  },
22829
22859
  {
22830
22860
  "kind": "javascript-module",
22831
- "path": "src/modal/modal.ts",
22861
+ "path": "src/menu-item/menu-item.ts",
22832
22862
  "declarations": [
22833
- {
22834
- "kind": "variable",
22835
- "name": "foundationModalShadowOptions",
22836
- "type": {
22837
- "text": "ShadowRootInit"
22838
- },
22839
- "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
22840
- },
22841
- {
22842
- "kind": "variable",
22843
- "name": "defaultModalConfig",
22844
- "type": {
22845
- "text": "object"
22846
- },
22847
- "default": "{}"
22848
- },
22849
22863
  {
22850
22864
  "kind": "class",
22851
22865
  "description": "",
22852
- "name": "Modal",
22853
- "members": [
22866
+ "name": "MenuItem",
22867
+ "superclass": {
22868
+ "name": "FASTMenuItem",
22869
+ "package": "@microsoft/fast-components"
22870
+ },
22871
+ "tagName": "%%prefix%%-menu-item",
22872
+ "customElement": true,
22873
+ "attributes": [
22854
22874
  {
22855
- "kind": "method",
22856
- "name": "show",
22857
- "return": {
22858
- "type": {
22859
- "text": "void"
22860
- }
22875
+ "type": {
22876
+ "text": "boolean"
22861
22877
  },
22862
- "description": "Show the HTMLDialogElement and its contents",
22878
+ "description": "The disabled state of the element.",
22879
+ "fieldName": "disabled",
22863
22880
  "inheritedFrom": {
22864
- "name": "<local>_DialogElement",
22865
- "module": "src/dialog/dialog.ts"
22881
+ "name": "MenuItem",
22882
+ "module": "src/menu-item/menu-item.ts"
22866
22883
  }
22867
22884
  },
22868
22885
  {
22869
- "kind": "field",
22870
- "name": "mainElement",
22886
+ "name": "role",
22871
22887
  "type": {
22872
- "text": "HTMLDialogElement"
22888
+ "text": "MenuItemRole"
22873
22889
  },
22874
- "description": "A reference to the dialog element\nin the component Shadow DOM.",
22890
+ "description": "The role of the element.",
22891
+ "fieldName": "role",
22875
22892
  "inheritedFrom": {
22876
- "name": "<local>_DialogElement",
22877
- "module": "src/dialog/dialog.ts"
22893
+ "name": "MenuItem",
22894
+ "module": "src/menu-item/menu-item.ts"
22878
22895
  }
22879
- },
22896
+ }
22897
+ ],
22898
+ "members": [
22880
22899
  {
22881
22900
  "kind": "field",
22882
- "name": "notification",
22901
+ "name": "disabled",
22883
22902
  "type": {
22884
- "text": "NotificationStructure"
22903
+ "text": "boolean"
22885
22904
  },
22905
+ "privacy": "public",
22906
+ "description": "The disabled state of the element.",
22886
22907
  "inheritedFrom": {
22887
- "name": "<local>_DialogElement",
22888
- "module": "src/dialog/dialog.ts"
22889
- }
22890
- },
22891
- {
22892
- "kind": "method",
22893
- "name": "notificationChanged",
22894
- "inheritedFrom": {
22895
- "name": "<local>_DialogElement",
22896
- "module": "src/dialog/dialog.ts"
22908
+ "name": "MenuItem",
22909
+ "module": "src/menu-item/menu-item.ts"
22897
22910
  }
22898
22911
  },
22899
22912
  {
22900
22913
  "kind": "field",
22901
- "name": "type",
22914
+ "name": "expanded",
22902
22915
  "type": {
22903
- "text": "DialogType"
22916
+ "text": "boolean"
22904
22917
  },
22905
- "default": "'default'",
22918
+ "privacy": "public",
22919
+ "description": "The expanded state of the element.",
22906
22920
  "inheritedFrom": {
22907
- "name": "<local>_DialogElement",
22908
- "module": "src/dialog/dialog.ts"
22921
+ "name": "MenuItem",
22922
+ "module": "src/menu-item/menu-item.ts"
22909
22923
  }
22910
22924
  },
22911
22925
  {
22912
- "kind": "field",
22913
- "name": "position",
22914
- "type": {
22915
- "text": "DialogPosition"
22926
+ "kind": "method",
22927
+ "name": "expandedChanged",
22928
+ "privacy": "private",
22929
+ "return": {
22930
+ "type": {
22931
+ "text": "void"
22932
+ }
22916
22933
  },
22917
- "default": "'center'",
22934
+ "parameters": [
22935
+ {
22936
+ "name": "oldValue",
22937
+ "type": {
22938
+ "text": "boolean"
22939
+ }
22940
+ }
22941
+ ],
22918
22942
  "inheritedFrom": {
22919
- "name": "<local>_DialogElement",
22920
- "module": "src/dialog/dialog.ts"
22943
+ "name": "MenuItem",
22944
+ "module": "src/menu-item/menu-item.ts"
22921
22945
  }
22922
22946
  },
22923
22947
  {
22924
22948
  "kind": "field",
22925
- "name": "showCloseIcon",
22949
+ "name": "role",
22926
22950
  "type": {
22927
- "text": "boolean"
22951
+ "text": "MenuItemRole"
22928
22952
  },
22929
- "default": "true",
22930
- "description": "Whether or not to show the close icon",
22953
+ "privacy": "public",
22954
+ "description": "The role of the element.",
22931
22955
  "inheritedFrom": {
22932
- "name": "<local>_DialogElement",
22933
- "module": "src/dialog/dialog.ts"
22956
+ "name": "MenuItem",
22957
+ "module": "src/menu-item/menu-item.ts"
22934
22958
  }
22935
22959
  },
22936
22960
  {
22937
22961
  "kind": "field",
22938
- "name": "onShowCallback",
22962
+ "name": "checked",
22939
22963
  "type": {
22940
- "text": "() => void"
22964
+ "text": "boolean"
22941
22965
  },
22942
- "description": "Callback to run *before* HTMLDialogElement is shown",
22966
+ "privacy": "public",
22967
+ "description": "The checked value of the element.",
22943
22968
  "inheritedFrom": {
22944
- "name": "<local>_DialogElement",
22945
- "module": "src/dialog/dialog.ts"
22969
+ "name": "MenuItem",
22970
+ "module": "src/menu-item/menu-item.ts"
22946
22971
  }
22947
22972
  },
22948
22973
  {
22949
- "kind": "field",
22950
- "name": "onCloseCallback",
22951
- "type": {
22952
- "text": "() => void"
22974
+ "kind": "method",
22975
+ "name": "checkedChanged",
22976
+ "privacy": "private",
22977
+ "return": {
22978
+ "type": {
22979
+ "text": "void"
22980
+ }
22953
22981
  },
22954
- "description": "Callback to run *after* HTMLDialogElement is closed",
22982
+ "parameters": [
22983
+ {
22984
+ "name": "oldValue",
22985
+ "type": {
22986
+ "text": "boolean"
22987
+ }
22988
+ },
22989
+ {
22990
+ "name": "newValue",
22991
+ "type": {
22992
+ "text": "boolean"
22993
+ }
22994
+ }
22995
+ ],
22955
22996
  "inheritedFrom": {
22956
- "name": "<local>_DialogElement",
22957
- "module": "src/dialog/dialog.ts"
22997
+ "name": "MenuItem",
22998
+ "module": "src/menu-item/menu-item.ts"
22958
22999
  }
22959
23000
  },
22960
23001
  {
22961
23002
  "kind": "field",
22962
- "name": "open",
23003
+ "name": "focusSubmenuOnLoad",
22963
23004
  "type": {
22964
23005
  "text": "boolean"
22965
23006
  },
22966
- "description": "Determine if the dialog is showing or closed.",
22967
- "readonly": true,
23007
+ "privacy": "private",
23008
+ "default": "false",
22968
23009
  "inheritedFrom": {
22969
- "name": "<local>_DialogElement",
22970
- "module": "src/dialog/dialog.ts"
23010
+ "name": "MenuItem",
23011
+ "module": "src/menu-item/menu-item.ts"
22971
23012
  }
22972
23013
  },
22973
23014
  {
22974
- "kind": "method",
22975
- "name": "close",
22976
- "return": {
22977
- "type": {
22978
- "text": "void"
22979
- }
23015
+ "kind": "field",
23016
+ "name": "observer",
23017
+ "type": {
23018
+ "text": "MutationObserver | undefined"
22980
23019
  },
22981
- "description": "Remove the HTMLDialogElement from display",
22982
- "inheritedFrom": {
22983
- "name": "<local>_DialogElement",
22984
- "module": "src/dialog/dialog.ts"
22985
- }
22986
- },
22987
- {
22988
- "kind": "method",
22989
- "name": "dismiss",
22990
- "privacy": "public",
22991
- "description": "Dismiss the Dialog from display and calls the dismissing action.",
23020
+ "privacy": "private",
22992
23021
  "inheritedFrom": {
22993
- "name": "<local>_DialogElement",
22994
- "module": "src/dialog/dialog.ts"
23022
+ "name": "MenuItem",
23023
+ "module": "src/menu-item/menu-item.ts"
22995
23024
  }
22996
23025
  },
22997
23026
  {
22998
23027
  "kind": "method",
22999
- "name": "closeDialog",
23000
- "privacy": "public",
23028
+ "name": "domChildren",
23029
+ "privacy": "private",
23001
23030
  "return": {
23002
23031
  "type": {
23003
- "text": "void"
23032
+ "text": "Element[]"
23004
23033
  }
23005
23034
  },
23006
- "description": "Dismiss the Dialog from display.",
23035
+ "description": "get an array of valid DOM children",
23007
23036
  "inheritedFrom": {
23008
- "name": "<local>_DialogElement",
23009
- "module": "src/dialog/dialog.ts"
23037
+ "name": "MenuItem",
23038
+ "module": "src/menu-item/menu-item.ts"
23010
23039
  }
23011
23040
  },
23012
23041
  {
@@ -23121,97 +23150,86 @@
23121
23150
  }
23122
23151
  }
23123
23152
  ],
23124
- "superclass": {
23125
- "name": "DialogElement",
23126
- "module": "/src/dialog"
23127
- },
23128
- "tagName": "%%prefix%%-modal",
23129
- "customElement": true,
23130
- "attributes": [
23131
- {
23132
- "name": "type",
23133
- "type": {
23134
- "text": "DialogType"
23135
- },
23136
- "default": "'default'",
23137
- "fieldName": "type",
23138
- "inheritedFrom": {
23139
- "name": "<local>_DialogElement",
23140
- "module": "src/dialog/dialog.ts"
23141
- }
23142
- },
23153
+ "events": [
23143
23154
  {
23144
- "name": "position",
23145
- "type": {
23146
- "text": "DialogPosition"
23147
- },
23148
- "default": "'center'",
23149
- "fieldName": "position",
23155
+ "description": "Fires a custom 'expanded-change' event when the expanded state changes",
23156
+ "name": "expanded-change",
23150
23157
  "inheritedFrom": {
23151
- "name": "<local>_DialogElement",
23152
- "module": "src/dialog/dialog.ts"
23158
+ "name": "MenuItem",
23159
+ "module": "src/menu-item/menu-item.ts"
23153
23160
  }
23154
23161
  },
23155
23162
  {
23156
- "name": "show-close-icon",
23157
- "type": {
23158
- "text": "boolean"
23159
- },
23160
- "default": "true",
23161
- "description": "Whether or not to show the close icon",
23162
- "fieldName": "showCloseIcon",
23163
+ "description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
23164
+ "name": "change",
23163
23165
  "inheritedFrom": {
23164
- "name": "<local>_DialogElement",
23165
- "module": "src/dialog/dialog.ts"
23166
+ "name": "MenuItem",
23167
+ "module": "src/menu-item/menu-item.ts"
23166
23168
  }
23167
23169
  }
23168
23170
  ]
23169
23171
  },
23170
23172
  {
23171
23173
  "kind": "variable",
23172
- "name": "foundationModal",
23173
- "description": "The Foundation Modal",
23174
+ "name": "foundationMenuItemShadowOptions",
23175
+ "type": {
23176
+ "text": "ShadowRootInit"
23177
+ },
23178
+ "default": "undefined"
23179
+ },
23180
+ {
23181
+ "kind": "variable",
23182
+ "name": "defaultMenuItemConfig",
23183
+ "type": {
23184
+ "text": "object"
23185
+ },
23186
+ "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}"
23187
+ },
23188
+ {
23189
+ "kind": "variable",
23190
+ "name": "foundationMenuItem",
23191
+ "description": "The Foundation Menu Item",
23174
23192
  "privacy": "public"
23175
23193
  }
23176
23194
  ],
23177
23195
  "exports": [
23178
23196
  {
23179
23197
  "kind": "js",
23180
- "name": "foundationModalShadowOptions",
23198
+ "name": "MenuItem",
23181
23199
  "declaration": {
23182
- "name": "foundationModalShadowOptions",
23183
- "module": "src/modal/modal.ts"
23200
+ "name": "MenuItem",
23201
+ "module": "src/menu-item/menu-item.ts"
23184
23202
  }
23185
23203
  },
23186
23204
  {
23187
23205
  "kind": "js",
23188
- "name": "defaultModalConfig",
23206
+ "name": "foundationMenuItemShadowOptions",
23189
23207
  "declaration": {
23190
- "name": "defaultModalConfig",
23191
- "module": "src/modal/modal.ts"
23208
+ "name": "foundationMenuItemShadowOptions",
23209
+ "module": "src/menu-item/menu-item.ts"
23192
23210
  }
23193
23211
  },
23194
23212
  {
23195
23213
  "kind": "js",
23196
- "name": "Modal",
23214
+ "name": "defaultMenuItemConfig",
23197
23215
  "declaration": {
23198
- "name": "Modal",
23199
- "module": "src/modal/modal.ts"
23216
+ "name": "defaultMenuItemConfig",
23217
+ "module": "src/menu-item/menu-item.ts"
23200
23218
  }
23201
23219
  },
23202
23220
  {
23203
23221
  "kind": "js",
23204
- "name": "foundationModal",
23222
+ "name": "foundationMenuItem",
23205
23223
  "declaration": {
23206
- "name": "foundationModal",
23207
- "module": "src/modal/modal.ts"
23224
+ "name": "foundationMenuItem",
23225
+ "module": "src/menu-item/menu-item.ts"
23208
23226
  }
23209
23227
  }
23210
23228
  ]
23211
23229
  },
23212
23230
  {
23213
23231
  "kind": "javascript-module",
23214
- "path": "src/menu-item/index.ts",
23232
+ "path": "src/modal/index.ts",
23215
23233
  "declarations": [],
23216
23234
  "exports": [
23217
23235
  {
@@ -23219,7 +23237,7 @@
23219
23237
  "name": "*",
23220
23238
  "declaration": {
23221
23239
  "name": "*",
23222
- "package": "./menu-item.template"
23240
+ "package": "./modal.styles"
23223
23241
  }
23224
23242
  },
23225
23243
  {
@@ -23227,7 +23245,7 @@
23227
23245
  "name": "*",
23228
23246
  "declaration": {
23229
23247
  "name": "*",
23230
- "package": "./menu-item.styles"
23248
+ "package": "./modal.template"
23231
23249
  }
23232
23250
  },
23233
23251
  {
@@ -23235,269 +23253,240 @@
23235
23253
  "name": "*",
23236
23254
  "declaration": {
23237
23255
  "name": "*",
23238
- "package": "./menu-item"
23256
+ "package": "./modal"
23239
23257
  }
23240
23258
  }
23241
23259
  ]
23242
23260
  },
23243
23261
  {
23244
23262
  "kind": "javascript-module",
23245
- "path": "src/menu-item/menu-item.styles.ts",
23263
+ "path": "src/modal/modal.styles.ts",
23246
23264
  "declarations": [
23247
23265
  {
23248
- "kind": "function",
23249
- "name": "foundationMenuItemStyles",
23250
- "return": {
23251
- "type": {
23252
- "text": "ElementStyles"
23253
- }
23266
+ "kind": "variable",
23267
+ "name": "foundationModalStyles",
23268
+ "type": {
23269
+ "text": "ElementStyles"
23254
23270
  },
23255
- "parameters": [
23256
- {
23257
- "name": "context",
23258
- "type": {
23259
- "text": "ElementDefinitionContext"
23260
- }
23261
- },
23262
- {
23263
- "name": "definition",
23264
- "type": {
23265
- "text": "MenuItemOptions"
23266
- }
23267
- }
23268
- ]
23271
+ "default": "css`\n ${foundationDialogStyles}\n`"
23269
23272
  }
23270
23273
  ],
23271
23274
  "exports": [
23272
23275
  {
23273
23276
  "kind": "js",
23274
- "name": "foundationMenuItemStyles",
23277
+ "name": "foundationModalStyles",
23275
23278
  "declaration": {
23276
- "name": "foundationMenuItemStyles",
23277
- "module": "src/menu-item/menu-item.styles.ts"
23279
+ "name": "foundationModalStyles",
23280
+ "module": "src/modal/modal.styles.ts"
23278
23281
  }
23279
23282
  }
23280
23283
  ]
23281
23284
  },
23282
23285
  {
23283
23286
  "kind": "javascript-module",
23284
- "path": "src/menu-item/menu-item.template.ts",
23287
+ "path": "src/modal/modal.template.ts",
23285
23288
  "declarations": [
23286
23289
  {
23287
- "kind": "function",
23288
- "name": "foundationMenuItemTemplate",
23289
- "return": {
23290
- "type": {
23291
- "text": "ViewTemplate<MenuItem>"
23292
- }
23290
+ "kind": "variable",
23291
+ "name": "foundationModalTemplate",
23292
+ "type": {
23293
+ "text": "ViewTemplate<Modal>"
23293
23294
  },
23294
- "parameters": [
23295
- {
23296
- "name": "context",
23297
- "type": {
23298
- "text": "ElementDefinitionContext"
23299
- }
23300
- },
23301
- {
23302
- "name": "definition",
23303
- "type": {
23304
- "text": "MenuItemOptions"
23305
- }
23306
- }
23307
- ]
23295
+ "default": "html`\n ${foundationDialogTemplate}\n`"
23308
23296
  }
23309
23297
  ],
23310
23298
  "exports": [
23311
23299
  {
23312
23300
  "kind": "js",
23313
- "name": "foundationMenuItemTemplate",
23301
+ "name": "foundationModalTemplate",
23314
23302
  "declaration": {
23315
- "name": "foundationMenuItemTemplate",
23316
- "module": "src/menu-item/menu-item.template.ts"
23303
+ "name": "foundationModalTemplate",
23304
+ "module": "src/modal/modal.template.ts"
23317
23305
  }
23318
23306
  }
23319
23307
  ]
23320
23308
  },
23321
23309
  {
23322
23310
  "kind": "javascript-module",
23323
- "path": "src/menu-item/menu-item.ts",
23311
+ "path": "src/modal/modal.ts",
23324
23312
  "declarations": [
23313
+ {
23314
+ "kind": "variable",
23315
+ "name": "foundationModalShadowOptions",
23316
+ "type": {
23317
+ "text": "ShadowRootInit"
23318
+ },
23319
+ "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
23320
+ },
23321
+ {
23322
+ "kind": "variable",
23323
+ "name": "defaultModalConfig",
23324
+ "type": {
23325
+ "text": "object"
23326
+ },
23327
+ "default": "{}"
23328
+ },
23325
23329
  {
23326
23330
  "kind": "class",
23327
23331
  "description": "",
23328
- "name": "MenuItem",
23329
- "superclass": {
23330
- "name": "FASTMenuItem",
23331
- "package": "@microsoft/fast-components"
23332
- },
23333
- "tagName": "%%prefix%%-menu-item",
23334
- "customElement": true,
23335
- "attributes": [
23332
+ "name": "Modal",
23333
+ "members": [
23336
23334
  {
23337
- "type": {
23338
- "text": "boolean"
23335
+ "kind": "method",
23336
+ "name": "show",
23337
+ "return": {
23338
+ "type": {
23339
+ "text": "void"
23340
+ }
23339
23341
  },
23340
- "description": "The disabled state of the element.",
23341
- "fieldName": "disabled",
23342
+ "description": "Show the HTMLDialogElement and its contents",
23342
23343
  "inheritedFrom": {
23343
- "name": "MenuItem",
23344
- "module": "src/menu-item/menu-item.ts"
23344
+ "name": "<local>_DialogElement",
23345
+ "module": "src/dialog/dialog.ts"
23345
23346
  }
23346
23347
  },
23347
23348
  {
23348
- "name": "role",
23349
+ "kind": "field",
23350
+ "name": "mainElement",
23349
23351
  "type": {
23350
- "text": "MenuItemRole"
23352
+ "text": "HTMLDialogElement"
23351
23353
  },
23352
- "description": "The role of the element.",
23353
- "fieldName": "role",
23354
+ "description": "A reference to the dialog element\nin the component Shadow DOM.",
23354
23355
  "inheritedFrom": {
23355
- "name": "MenuItem",
23356
- "module": "src/menu-item/menu-item.ts"
23356
+ "name": "<local>_DialogElement",
23357
+ "module": "src/dialog/dialog.ts"
23357
23358
  }
23358
- }
23359
- ],
23360
- "members": [
23359
+ },
23361
23360
  {
23362
23361
  "kind": "field",
23363
- "name": "disabled",
23362
+ "name": "notification",
23364
23363
  "type": {
23365
- "text": "boolean"
23364
+ "text": "NotificationStructure"
23366
23365
  },
23367
- "privacy": "public",
23368
- "description": "The disabled state of the element.",
23369
23366
  "inheritedFrom": {
23370
- "name": "MenuItem",
23371
- "module": "src/menu-item/menu-item.ts"
23367
+ "name": "<local>_DialogElement",
23368
+ "module": "src/dialog/dialog.ts"
23369
+ }
23370
+ },
23371
+ {
23372
+ "kind": "method",
23373
+ "name": "notificationChanged",
23374
+ "inheritedFrom": {
23375
+ "name": "<local>_DialogElement",
23376
+ "module": "src/dialog/dialog.ts"
23372
23377
  }
23373
23378
  },
23374
23379
  {
23375
23380
  "kind": "field",
23376
- "name": "expanded",
23381
+ "name": "type",
23377
23382
  "type": {
23378
- "text": "boolean"
23383
+ "text": "DialogType"
23379
23384
  },
23380
- "privacy": "public",
23381
- "description": "The expanded state of the element.",
23385
+ "default": "'default'",
23382
23386
  "inheritedFrom": {
23383
- "name": "MenuItem",
23384
- "module": "src/menu-item/menu-item.ts"
23387
+ "name": "<local>_DialogElement",
23388
+ "module": "src/dialog/dialog.ts"
23385
23389
  }
23386
23390
  },
23387
23391
  {
23388
- "kind": "method",
23389
- "name": "expandedChanged",
23390
- "privacy": "private",
23391
- "return": {
23392
- "type": {
23393
- "text": "void"
23394
- }
23392
+ "kind": "field",
23393
+ "name": "position",
23394
+ "type": {
23395
+ "text": "DialogPosition"
23395
23396
  },
23396
- "parameters": [
23397
- {
23398
- "name": "oldValue",
23399
- "type": {
23400
- "text": "boolean"
23401
- }
23402
- }
23403
- ],
23397
+ "default": "'center'",
23404
23398
  "inheritedFrom": {
23405
- "name": "MenuItem",
23406
- "module": "src/menu-item/menu-item.ts"
23399
+ "name": "<local>_DialogElement",
23400
+ "module": "src/dialog/dialog.ts"
23407
23401
  }
23408
23402
  },
23409
23403
  {
23410
23404
  "kind": "field",
23411
- "name": "role",
23405
+ "name": "showCloseIcon",
23412
23406
  "type": {
23413
- "text": "MenuItemRole"
23407
+ "text": "boolean"
23414
23408
  },
23415
- "privacy": "public",
23416
- "description": "The role of the element.",
23409
+ "default": "true",
23410
+ "description": "Whether or not to show the close icon",
23417
23411
  "inheritedFrom": {
23418
- "name": "MenuItem",
23419
- "module": "src/menu-item/menu-item.ts"
23412
+ "name": "<local>_DialogElement",
23413
+ "module": "src/dialog/dialog.ts"
23420
23414
  }
23421
23415
  },
23422
23416
  {
23423
23417
  "kind": "field",
23424
- "name": "checked",
23418
+ "name": "onShowCallback",
23425
23419
  "type": {
23426
- "text": "boolean"
23420
+ "text": "() => void"
23427
23421
  },
23428
- "privacy": "public",
23429
- "description": "The checked value of the element.",
23422
+ "description": "Callback to run *before* HTMLDialogElement is shown",
23430
23423
  "inheritedFrom": {
23431
- "name": "MenuItem",
23432
- "module": "src/menu-item/menu-item.ts"
23424
+ "name": "<local>_DialogElement",
23425
+ "module": "src/dialog/dialog.ts"
23433
23426
  }
23434
23427
  },
23435
23428
  {
23436
- "kind": "method",
23437
- "name": "checkedChanged",
23438
- "privacy": "private",
23439
- "return": {
23440
- "type": {
23441
- "text": "void"
23442
- }
23429
+ "kind": "field",
23430
+ "name": "onCloseCallback",
23431
+ "type": {
23432
+ "text": "() => void"
23443
23433
  },
23444
- "parameters": [
23445
- {
23446
- "name": "oldValue",
23447
- "type": {
23448
- "text": "boolean"
23449
- }
23450
- },
23451
- {
23452
- "name": "newValue",
23453
- "type": {
23454
- "text": "boolean"
23455
- }
23456
- }
23457
- ],
23434
+ "description": "Callback to run *after* HTMLDialogElement is closed",
23458
23435
  "inheritedFrom": {
23459
- "name": "MenuItem",
23460
- "module": "src/menu-item/menu-item.ts"
23436
+ "name": "<local>_DialogElement",
23437
+ "module": "src/dialog/dialog.ts"
23461
23438
  }
23462
23439
  },
23463
23440
  {
23464
23441
  "kind": "field",
23465
- "name": "focusSubmenuOnLoad",
23442
+ "name": "open",
23466
23443
  "type": {
23467
23444
  "text": "boolean"
23468
23445
  },
23469
- "privacy": "private",
23470
- "default": "false",
23446
+ "description": "Determine if the dialog is showing or closed.",
23447
+ "readonly": true,
23471
23448
  "inheritedFrom": {
23472
- "name": "MenuItem",
23473
- "module": "src/menu-item/menu-item.ts"
23449
+ "name": "<local>_DialogElement",
23450
+ "module": "src/dialog/dialog.ts"
23474
23451
  }
23475
23452
  },
23476
23453
  {
23477
- "kind": "field",
23478
- "name": "observer",
23479
- "type": {
23480
- "text": "MutationObserver | undefined"
23454
+ "kind": "method",
23455
+ "name": "close",
23456
+ "return": {
23457
+ "type": {
23458
+ "text": "void"
23459
+ }
23481
23460
  },
23482
- "privacy": "private",
23461
+ "description": "Remove the HTMLDialogElement from display",
23483
23462
  "inheritedFrom": {
23484
- "name": "MenuItem",
23485
- "module": "src/menu-item/menu-item.ts"
23463
+ "name": "<local>_DialogElement",
23464
+ "module": "src/dialog/dialog.ts"
23486
23465
  }
23487
23466
  },
23488
23467
  {
23489
23468
  "kind": "method",
23490
- "name": "domChildren",
23491
- "privacy": "private",
23469
+ "name": "dismiss",
23470
+ "privacy": "public",
23471
+ "description": "Dismiss the Dialog from display and calls the dismissing action.",
23472
+ "inheritedFrom": {
23473
+ "name": "<local>_DialogElement",
23474
+ "module": "src/dialog/dialog.ts"
23475
+ }
23476
+ },
23477
+ {
23478
+ "kind": "method",
23479
+ "name": "closeDialog",
23480
+ "privacy": "public",
23492
23481
  "return": {
23493
23482
  "type": {
23494
- "text": "Element[]"
23483
+ "text": "void"
23495
23484
  }
23496
23485
  },
23497
- "description": "get an array of valid DOM children",
23486
+ "description": "Dismiss the Dialog from display.",
23498
23487
  "inheritedFrom": {
23499
- "name": "MenuItem",
23500
- "module": "src/menu-item/menu-item.ts"
23488
+ "name": "<local>_DialogElement",
23489
+ "module": "src/dialog/dialog.ts"
23501
23490
  }
23502
23491
  },
23503
23492
  {
@@ -23612,79 +23601,90 @@
23612
23601
  }
23613
23602
  }
23614
23603
  ],
23615
- "events": [
23604
+ "superclass": {
23605
+ "name": "DialogElement",
23606
+ "module": "/src/dialog"
23607
+ },
23608
+ "tagName": "%%prefix%%-modal",
23609
+ "customElement": true,
23610
+ "attributes": [
23616
23611
  {
23617
- "description": "Fires a custom 'expanded-change' event when the expanded state changes",
23618
- "name": "expanded-change",
23612
+ "name": "type",
23613
+ "type": {
23614
+ "text": "DialogType"
23615
+ },
23616
+ "default": "'default'",
23617
+ "fieldName": "type",
23619
23618
  "inheritedFrom": {
23620
- "name": "MenuItem",
23621
- "module": "src/menu-item/menu-item.ts"
23619
+ "name": "<local>_DialogElement",
23620
+ "module": "src/dialog/dialog.ts"
23622
23621
  }
23623
23622
  },
23624
23623
  {
23625
- "description": "Fires a custom 'change' event when a non-submenu item with a role of `menuitemcheckbox`, `menuitemradio`, or `menuitem` is invoked",
23626
- "name": "change",
23624
+ "name": "position",
23625
+ "type": {
23626
+ "text": "DialogPosition"
23627
+ },
23628
+ "default": "'center'",
23629
+ "fieldName": "position",
23627
23630
  "inheritedFrom": {
23628
- "name": "MenuItem",
23629
- "module": "src/menu-item/menu-item.ts"
23631
+ "name": "<local>_DialogElement",
23632
+ "module": "src/dialog/dialog.ts"
23633
+ }
23634
+ },
23635
+ {
23636
+ "name": "show-close-icon",
23637
+ "type": {
23638
+ "text": "boolean"
23639
+ },
23640
+ "default": "true",
23641
+ "description": "Whether or not to show the close icon",
23642
+ "fieldName": "showCloseIcon",
23643
+ "inheritedFrom": {
23644
+ "name": "<local>_DialogElement",
23645
+ "module": "src/dialog/dialog.ts"
23630
23646
  }
23631
23647
  }
23632
23648
  ]
23633
23649
  },
23634
23650
  {
23635
23651
  "kind": "variable",
23636
- "name": "foundationMenuItemShadowOptions",
23637
- "type": {
23638
- "text": "ShadowRootInit"
23639
- },
23640
- "default": "undefined"
23641
- },
23642
- {
23643
- "kind": "variable",
23644
- "name": "defaultMenuItemConfig",
23645
- "type": {
23646
- "text": "object"
23647
- },
23648
- "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}"
23649
- },
23650
- {
23651
- "kind": "variable",
23652
- "name": "foundationMenuItem",
23653
- "description": "The Foundation Menu Item",
23652
+ "name": "foundationModal",
23653
+ "description": "The Foundation Modal",
23654
23654
  "privacy": "public"
23655
23655
  }
23656
23656
  ],
23657
23657
  "exports": [
23658
23658
  {
23659
23659
  "kind": "js",
23660
- "name": "MenuItem",
23660
+ "name": "foundationModalShadowOptions",
23661
23661
  "declaration": {
23662
- "name": "MenuItem",
23663
- "module": "src/menu-item/menu-item.ts"
23662
+ "name": "foundationModalShadowOptions",
23663
+ "module": "src/modal/modal.ts"
23664
23664
  }
23665
23665
  },
23666
23666
  {
23667
23667
  "kind": "js",
23668
- "name": "foundationMenuItemShadowOptions",
23668
+ "name": "defaultModalConfig",
23669
23669
  "declaration": {
23670
- "name": "foundationMenuItemShadowOptions",
23671
- "module": "src/menu-item/menu-item.ts"
23670
+ "name": "defaultModalConfig",
23671
+ "module": "src/modal/modal.ts"
23672
23672
  }
23673
23673
  },
23674
23674
  {
23675
23675
  "kind": "js",
23676
- "name": "defaultMenuItemConfig",
23676
+ "name": "Modal",
23677
23677
  "declaration": {
23678
- "name": "defaultMenuItemConfig",
23679
- "module": "src/menu-item/menu-item.ts"
23678
+ "name": "Modal",
23679
+ "module": "src/modal/modal.ts"
23680
23680
  }
23681
23681
  },
23682
23682
  {
23683
23683
  "kind": "js",
23684
- "name": "foundationMenuItem",
23684
+ "name": "foundationModal",
23685
23685
  "declaration": {
23686
- "name": "foundationMenuItem",
23687
- "module": "src/menu-item/menu-item.ts"
23686
+ "name": "foundationModal",
23687
+ "module": "src/modal/modal.ts"
23688
23688
  }
23689
23689
  }
23690
23690
  ]
@@ -29592,195 +29592,6 @@
29592
29592
  }
29593
29593
  ]
29594
29594
  },
29595
- {
29596
- "kind": "javascript-module",
29597
- "path": "src/segmented-control/index.ts",
29598
- "declarations": [],
29599
- "exports": [
29600
- {
29601
- "kind": "js",
29602
- "name": "*",
29603
- "declaration": {
29604
- "name": "*",
29605
- "package": "./segmented-control.template"
29606
- }
29607
- },
29608
- {
29609
- "kind": "js",
29610
- "name": "*",
29611
- "declaration": {
29612
- "name": "*",
29613
- "package": "./segmented-control.styles"
29614
- }
29615
- },
29616
- {
29617
- "kind": "js",
29618
- "name": "*",
29619
- "declaration": {
29620
- "name": "*",
29621
- "package": "./segmented-control"
29622
- }
29623
- }
29624
- ]
29625
- },
29626
- {
29627
- "kind": "javascript-module",
29628
- "path": "src/segmented-control/segmented-control.styles.ts",
29629
- "declarations": [
29630
- {
29631
- "kind": "function",
29632
- "name": "foundationSegmentedControlStyles",
29633
- "return": {
29634
- "type": {
29635
- "text": "ElementStyles"
29636
- }
29637
- },
29638
- "parameters": [
29639
- {
29640
- "name": "context",
29641
- "type": {
29642
- "text": "ElementDefinitionContext"
29643
- }
29644
- },
29645
- {
29646
- "name": "definition",
29647
- "type": {
29648
- "text": "FoundationElementDefinition"
29649
- }
29650
- }
29651
- ]
29652
- }
29653
- ],
29654
- "exports": [
29655
- {
29656
- "kind": "js",
29657
- "name": "foundationSegmentedControlStyles",
29658
- "declaration": {
29659
- "name": "foundationSegmentedControlStyles",
29660
- "module": "src/segmented-control/segmented-control.styles.ts"
29661
- }
29662
- }
29663
- ]
29664
- },
29665
- {
29666
- "kind": "javascript-module",
29667
- "path": "src/segmented-control/segmented-control.template.ts",
29668
- "declarations": [
29669
- {
29670
- "kind": "function",
29671
- "name": "foundationSegmentedControlTemplate",
29672
- "return": {
29673
- "type": {
29674
- "text": "ViewTemplate<SegmentedControl>"
29675
- }
29676
- },
29677
- "parameters": [
29678
- {
29679
- "name": "context",
29680
- "type": {
29681
- "text": "ElementDefinitionContext"
29682
- }
29683
- },
29684
- {
29685
- "name": "definition",
29686
- "type": {
29687
- "text": "FoundationElementDefinition"
29688
- }
29689
- }
29690
- ]
29691
- }
29692
- ],
29693
- "exports": [
29694
- {
29695
- "kind": "js",
29696
- "name": "foundationSegmentedControlTemplate",
29697
- "declaration": {
29698
- "name": "foundationSegmentedControlTemplate",
29699
- "module": "src/segmented-control/segmented-control.template.ts"
29700
- }
29701
- }
29702
- ]
29703
- },
29704
- {
29705
- "kind": "javascript-module",
29706
- "path": "src/segmented-control/segmented-control.ts",
29707
- "declarations": [
29708
- {
29709
- "kind": "class",
29710
- "description": "",
29711
- "name": "SegmentedControl",
29712
- "members": [
29713
- {
29714
- "kind": "method",
29715
- "name": "valueChanged",
29716
- "privacy": "protected"
29717
- }
29718
- ],
29719
- "superclass": {
29720
- "name": "FASTRadioGroup",
29721
- "package": "@microsoft/fast-foundation"
29722
- },
29723
- "tagName": "%%prefix%%-segmented-control",
29724
- "customElement": true
29725
- },
29726
- {
29727
- "kind": "variable",
29728
- "name": "foundationSegmentedControlShadowOptions",
29729
- "type": {
29730
- "text": "ShadowRootInit"
29731
- },
29732
- "default": "undefined"
29733
- },
29734
- {
29735
- "kind": "variable",
29736
- "name": "defaultSegmentedControlConfig",
29737
- "type": {
29738
- "text": "object"
29739
- },
29740
- "default": "{}"
29741
- },
29742
- {
29743
- "kind": "variable",
29744
- "name": "foundationSegmentedControl",
29745
- "description": "The Foundation Segmented Control",
29746
- "privacy": "public"
29747
- }
29748
- ],
29749
- "exports": [
29750
- {
29751
- "kind": "js",
29752
- "name": "SegmentedControl",
29753
- "declaration": {
29754
- "name": "SegmentedControl",
29755
- "module": "src/segmented-control/segmented-control.ts"
29756
- }
29757
- },
29758
- {
29759
- "kind": "js",
29760
- "name": "foundationSegmentedControlShadowOptions",
29761
- "declaration": {
29762
- "name": "foundationSegmentedControlShadowOptions",
29763
- "module": "src/segmented-control/segmented-control.ts"
29764
- }
29765
- },
29766
- {
29767
- "kind": "js",
29768
- "name": "defaultSegmentedControlConfig",
29769
- "declaration": {
29770
- "name": "defaultSegmentedControlConfig",
29771
- "module": "src/segmented-control/segmented-control.ts"
29772
- }
29773
- },
29774
- {
29775
- "kind": "js",
29776
- "name": "foundationSegmentedControl",
29777
- "declaration": {
29778
- "name": "foundationSegmentedControl",
29779
- "module": "src/segmented-control/segmented-control.ts"
29780
- }
29781
- }
29782
- ]
29783
- },
29784
29595
  {
29785
29596
  "kind": "javascript-module",
29786
29597
  "path": "src/search-bar/index.ts",
@@ -30757,6 +30568,13 @@
30757
30568
  },
30758
30569
  "default": "INPUT_MIN_LENGTH"
30759
30570
  },
30571
+ {
30572
+ "kind": "field",
30573
+ "name": "position",
30574
+ "type": {
30575
+ "text": "Position"
30576
+ }
30577
+ },
30760
30578
  {
30761
30579
  "kind": "field",
30762
30580
  "name": "placeholder",
@@ -31032,6 +30850,13 @@
31032
30850
  },
31033
30851
  "fieldName": "minlength"
31034
30852
  },
30853
+ {
30854
+ "name": "position",
30855
+ "type": {
30856
+ "text": "Position"
30857
+ },
30858
+ "fieldName": "position"
30859
+ },
31035
30860
  {
31036
30861
  "name": "placeholder",
31037
30862
  "type": {
@@ -31189,6 +31014,195 @@
31189
31014
  }
31190
31015
  ]
31191
31016
  },
31017
+ {
31018
+ "kind": "javascript-module",
31019
+ "path": "src/segmented-control/index.ts",
31020
+ "declarations": [],
31021
+ "exports": [
31022
+ {
31023
+ "kind": "js",
31024
+ "name": "*",
31025
+ "declaration": {
31026
+ "name": "*",
31027
+ "package": "./segmented-control.template"
31028
+ }
31029
+ },
31030
+ {
31031
+ "kind": "js",
31032
+ "name": "*",
31033
+ "declaration": {
31034
+ "name": "*",
31035
+ "package": "./segmented-control.styles"
31036
+ }
31037
+ },
31038
+ {
31039
+ "kind": "js",
31040
+ "name": "*",
31041
+ "declaration": {
31042
+ "name": "*",
31043
+ "package": "./segmented-control"
31044
+ }
31045
+ }
31046
+ ]
31047
+ },
31048
+ {
31049
+ "kind": "javascript-module",
31050
+ "path": "src/segmented-control/segmented-control.styles.ts",
31051
+ "declarations": [
31052
+ {
31053
+ "kind": "function",
31054
+ "name": "foundationSegmentedControlStyles",
31055
+ "return": {
31056
+ "type": {
31057
+ "text": "ElementStyles"
31058
+ }
31059
+ },
31060
+ "parameters": [
31061
+ {
31062
+ "name": "context",
31063
+ "type": {
31064
+ "text": "ElementDefinitionContext"
31065
+ }
31066
+ },
31067
+ {
31068
+ "name": "definition",
31069
+ "type": {
31070
+ "text": "FoundationElementDefinition"
31071
+ }
31072
+ }
31073
+ ]
31074
+ }
31075
+ ],
31076
+ "exports": [
31077
+ {
31078
+ "kind": "js",
31079
+ "name": "foundationSegmentedControlStyles",
31080
+ "declaration": {
31081
+ "name": "foundationSegmentedControlStyles",
31082
+ "module": "src/segmented-control/segmented-control.styles.ts"
31083
+ }
31084
+ }
31085
+ ]
31086
+ },
31087
+ {
31088
+ "kind": "javascript-module",
31089
+ "path": "src/segmented-control/segmented-control.template.ts",
31090
+ "declarations": [
31091
+ {
31092
+ "kind": "function",
31093
+ "name": "foundationSegmentedControlTemplate",
31094
+ "return": {
31095
+ "type": {
31096
+ "text": "ViewTemplate<SegmentedControl>"
31097
+ }
31098
+ },
31099
+ "parameters": [
31100
+ {
31101
+ "name": "context",
31102
+ "type": {
31103
+ "text": "ElementDefinitionContext"
31104
+ }
31105
+ },
31106
+ {
31107
+ "name": "definition",
31108
+ "type": {
31109
+ "text": "FoundationElementDefinition"
31110
+ }
31111
+ }
31112
+ ]
31113
+ }
31114
+ ],
31115
+ "exports": [
31116
+ {
31117
+ "kind": "js",
31118
+ "name": "foundationSegmentedControlTemplate",
31119
+ "declaration": {
31120
+ "name": "foundationSegmentedControlTemplate",
31121
+ "module": "src/segmented-control/segmented-control.template.ts"
31122
+ }
31123
+ }
31124
+ ]
31125
+ },
31126
+ {
31127
+ "kind": "javascript-module",
31128
+ "path": "src/segmented-control/segmented-control.ts",
31129
+ "declarations": [
31130
+ {
31131
+ "kind": "class",
31132
+ "description": "",
31133
+ "name": "SegmentedControl",
31134
+ "members": [
31135
+ {
31136
+ "kind": "method",
31137
+ "name": "valueChanged",
31138
+ "privacy": "protected"
31139
+ }
31140
+ ],
31141
+ "superclass": {
31142
+ "name": "FASTRadioGroup",
31143
+ "package": "@microsoft/fast-foundation"
31144
+ },
31145
+ "tagName": "%%prefix%%-segmented-control",
31146
+ "customElement": true
31147
+ },
31148
+ {
31149
+ "kind": "variable",
31150
+ "name": "foundationSegmentedControlShadowOptions",
31151
+ "type": {
31152
+ "text": "ShadowRootInit"
31153
+ },
31154
+ "default": "undefined"
31155
+ },
31156
+ {
31157
+ "kind": "variable",
31158
+ "name": "defaultSegmentedControlConfig",
31159
+ "type": {
31160
+ "text": "object"
31161
+ },
31162
+ "default": "{}"
31163
+ },
31164
+ {
31165
+ "kind": "variable",
31166
+ "name": "foundationSegmentedControl",
31167
+ "description": "The Foundation Segmented Control",
31168
+ "privacy": "public"
31169
+ }
31170
+ ],
31171
+ "exports": [
31172
+ {
31173
+ "kind": "js",
31174
+ "name": "SegmentedControl",
31175
+ "declaration": {
31176
+ "name": "SegmentedControl",
31177
+ "module": "src/segmented-control/segmented-control.ts"
31178
+ }
31179
+ },
31180
+ {
31181
+ "kind": "js",
31182
+ "name": "foundationSegmentedControlShadowOptions",
31183
+ "declaration": {
31184
+ "name": "foundationSegmentedControlShadowOptions",
31185
+ "module": "src/segmented-control/segmented-control.ts"
31186
+ }
31187
+ },
31188
+ {
31189
+ "kind": "js",
31190
+ "name": "defaultSegmentedControlConfig",
31191
+ "declaration": {
31192
+ "name": "defaultSegmentedControlConfig",
31193
+ "module": "src/segmented-control/segmented-control.ts"
31194
+ }
31195
+ },
31196
+ {
31197
+ "kind": "js",
31198
+ "name": "foundationSegmentedControl",
31199
+ "declaration": {
31200
+ "name": "foundationSegmentedControl",
31201
+ "module": "src/segmented-control/segmented-control.ts"
31202
+ }
31203
+ }
31204
+ ]
31205
+ },
31192
31206
  {
31193
31207
  "kind": "javascript-module",
31194
31208
  "path": "src/segmented-item/index.ts",
@@ -33433,460 +33447,170 @@
33433
33447
  "name": "foundationSliderLabelTemplate",
33434
33448
  "declaration": {
33435
33449
  "name": "foundationSliderLabelTemplate",
33436
- "module": "src/slider-label/slider-label.template.ts"
33437
- }
33438
- }
33439
- ]
33440
- },
33441
- {
33442
- "kind": "javascript-module",
33443
- "path": "src/slider-label/slider-label.ts",
33444
- "declarations": [
33445
- {
33446
- "kind": "class",
33447
- "description": "",
33448
- "name": "SliderLabel",
33449
- "superclass": {
33450
- "name": "FASTSliderLabel",
33451
- "package": "@microsoft/fast-components"
33452
- },
33453
- "tagName": "%%prefix%%-slider-label",
33454
- "customElement": true,
33455
- "attributes": [
33456
- {
33457
- "name": "position",
33458
- "type": {
33459
- "text": "string"
33460
- },
33461
- "description": "The position of the label relative to the min and max value of the parent @microsoft/fast-foundation#(Slider:class).",
33462
- "fieldName": "position",
33463
- "inheritedFrom": {
33464
- "name": "SliderLabel",
33465
- "module": "src/slider-label/slider-label.ts"
33466
- }
33467
- },
33468
- {
33469
- "name": "hide-mark",
33470
- "type": {
33471
- "text": "boolean"
33472
- },
33473
- "default": "false",
33474
- "description": "Hides the tick mark.",
33475
- "fieldName": "hideMark",
33476
- "inheritedFrom": {
33477
- "name": "SliderLabel",
33478
- "module": "src/slider-label/slider-label.ts"
33479
- }
33480
- },
33481
- {
33482
- "name": "disabled",
33483
- "type": {
33484
- "text": "boolean"
33485
- },
33486
- "description": "The disabled state of the label. This is generally controlled by the parent @microsoft/fast-foundation#(Slider:class).",
33487
- "fieldName": "disabled",
33488
- "inheritedFrom": {
33489
- "name": "SliderLabel",
33490
- "module": "src/slider-label/slider-label.ts"
33491
- }
33492
- }
33493
- ],
33494
- "members": [
33495
- {
33496
- "kind": "field",
33497
- "name": "position",
33498
- "type": {
33499
- "text": "string"
33500
- },
33501
- "privacy": "public",
33502
- "description": "The position of the label relative to the min and max value of the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
33503
- "inheritedFrom": {
33504
- "name": "SliderLabel",
33505
- "module": "src/slider-label/slider-label.ts"
33506
- }
33507
- },
33508
- {
33509
- "kind": "method",
33510
- "name": "positionChanged",
33511
- "privacy": "private",
33512
- "return": {
33513
- "type": {
33514
- "text": "void"
33515
- }
33516
- },
33517
- "inheritedFrom": {
33518
- "name": "SliderLabel",
33519
- "module": "src/slider-label/slider-label.ts"
33520
- }
33521
- },
33522
- {
33523
- "kind": "field",
33524
- "name": "hideMark",
33525
- "type": {
33526
- "text": "boolean"
33527
- },
33528
- "privacy": "public",
33529
- "default": "false",
33530
- "description": "Hides the tick mark.",
33531
- "inheritedFrom": {
33532
- "name": "SliderLabel",
33533
- "module": "src/slider-label/slider-label.ts"
33534
- }
33535
- },
33536
- {
33537
- "kind": "field",
33538
- "name": "disabled",
33539
- "type": {
33540
- "text": "boolean"
33541
- },
33542
- "privacy": "public",
33543
- "description": "The disabled state of the label. This is generally controlled by the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
33544
- "inheritedFrom": {
33545
- "name": "SliderLabel",
33546
- "module": "src/slider-label/slider-label.ts"
33547
- }
33548
- },
33549
- {
33550
- "kind": "field",
33551
- "name": "notifier",
33552
- "type": {
33553
- "text": "Notifier"
33554
- },
33555
- "privacy": "private",
33556
- "inheritedFrom": {
33557
- "name": "SliderLabel",
33558
- "module": "src/slider-label/slider-label.ts"
33559
- }
33560
- },
33561
- {
33562
- "kind": "method",
33563
- "name": "isSliderConfig",
33564
- "privacy": "private",
33565
- "return": {
33566
- "type": {
33567
- "text": "node is SliderConfiguration"
33568
- }
33569
- },
33570
- "parameters": [
33571
- {
33572
- "name": "node",
33573
- "type": {
33574
- "text": "any"
33575
- }
33576
- }
33577
- ],
33578
- "inheritedFrom": {
33579
- "name": "SliderLabel",
33580
- "module": "src/slider-label/slider-label.ts"
33581
- }
33582
- },
33583
- {
33584
- "kind": "field",
33585
- "name": "getSliderConfiguration",
33586
- "privacy": "private",
33587
- "inheritedFrom": {
33588
- "name": "SliderLabel",
33589
- "module": "src/slider-label/slider-label.ts"
33590
- }
33591
- },
33592
- {
33593
- "kind": "field",
33594
- "name": "positionAsStyle",
33595
- "privacy": "private",
33596
- "inheritedFrom": {
33597
- "name": "SliderLabel",
33598
- "module": "src/slider-label/slider-label.ts"
33599
- }
33600
- },
33601
- {
33602
- "kind": "field",
33603
- "name": "_presentation",
33604
- "type": {
33605
- "text": "ComponentPresentation | null | undefined"
33606
- },
33607
- "privacy": "private",
33608
- "default": "void 0",
33609
- "inheritedFrom": {
33610
- "name": "FoundationElement",
33611
- "module": "src/foundation-element/foundation-element.ts"
33612
- }
33613
- },
33614
- {
33615
- "kind": "field",
33616
- "name": "$presentation",
33617
- "type": {
33618
- "text": "ComponentPresentation | null"
33619
- },
33620
- "privacy": "public",
33621
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
33622
- "inheritedFrom": {
33623
- "name": "FoundationElement",
33624
- "module": "src/foundation-element/foundation-element.ts"
33625
- }
33626
- },
33627
- {
33628
- "kind": "field",
33629
- "name": "template",
33630
- "type": {
33631
- "text": "ElementViewTemplate | void | null"
33632
- },
33633
- "privacy": "public",
33634
- "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.",
33635
- "inheritedFrom": {
33636
- "name": "FoundationElement",
33637
- "module": "src/foundation-element/foundation-element.ts"
33638
- }
33639
- },
33640
- {
33641
- "kind": "method",
33642
- "name": "templateChanged",
33643
- "privacy": "protected",
33644
- "return": {
33645
- "type": {
33646
- "text": "void"
33647
- }
33648
- },
33649
- "inheritedFrom": {
33650
- "name": "FoundationElement",
33651
- "module": "src/foundation-element/foundation-element.ts"
33652
- }
33653
- },
33654
- {
33655
- "kind": "field",
33656
- "name": "styles",
33657
- "type": {
33658
- "text": "ElementStyles | void | null"
33659
- },
33660
- "privacy": "public",
33661
- "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.",
33662
- "inheritedFrom": {
33663
- "name": "FoundationElement",
33664
- "module": "src/foundation-element/foundation-element.ts"
33665
- }
33666
- },
33667
- {
33668
- "kind": "method",
33669
- "name": "stylesChanged",
33670
- "privacy": "protected",
33671
- "return": {
33672
- "type": {
33673
- "text": "void"
33674
- }
33675
- },
33676
- "inheritedFrom": {
33677
- "name": "FoundationElement",
33678
- "module": "src/foundation-element/foundation-element.ts"
33679
- }
33680
- },
33681
- {
33682
- "kind": "method",
33683
- "name": "compose",
33684
- "privacy": "public",
33685
- "static": true,
33686
- "return": {
33687
- "type": {
33688
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
33689
- }
33690
- },
33691
- "parameters": [
33692
- {
33693
- "name": "this",
33694
- "type": {
33695
- "text": "K"
33696
- }
33697
- },
33698
- {
33699
- "name": "elementDefinition",
33700
- "type": {
33701
- "text": "T"
33702
- },
33703
- "description": "The definition of the element to create the registry\nfunction for."
33704
- }
33705
- ],
33706
- "description": "Defines an element registry function with a set of element definition defaults.",
33707
- "inheritedFrom": {
33708
- "name": "FoundationElement",
33709
- "module": "src/foundation-element/foundation-element.ts"
33710
- }
33711
- }
33712
- ]
33713
- },
33714
- {
33715
- "kind": "variable",
33716
- "name": "foundationSliderLabelShadowOptions",
33717
- "type": {
33718
- "text": "ShadowRootInit"
33719
- },
33720
- "default": "undefined"
33721
- },
33722
- {
33723
- "kind": "variable",
33724
- "name": "defaultSliderLabelConfig",
33725
- "type": {
33726
- "text": "object"
33727
- },
33728
- "default": "{}"
33729
- },
33730
- {
33731
- "kind": "variable",
33732
- "name": "foundationSliderLabel",
33733
- "description": "The Foundation Slider Label",
33734
- "privacy": "public"
33735
- }
33736
- ],
33737
- "exports": [
33738
- {
33739
- "kind": "js",
33740
- "name": "SliderLabel",
33741
- "declaration": {
33742
- "name": "SliderLabel",
33743
- "module": "src/slider-label/slider-label.ts"
33744
- }
33745
- },
33746
- {
33747
- "kind": "js",
33748
- "name": "foundationSliderLabelShadowOptions",
33749
- "declaration": {
33750
- "name": "foundationSliderLabelShadowOptions",
33751
- "module": "src/slider-label/slider-label.ts"
33752
- }
33753
- },
33754
- {
33755
- "kind": "js",
33756
- "name": "defaultSliderLabelConfig",
33757
- "declaration": {
33758
- "name": "defaultSliderLabelConfig",
33759
- "module": "src/slider-label/slider-label.ts"
33760
- }
33761
- },
33762
- {
33763
- "kind": "js",
33764
- "name": "foundationSliderLabel",
33765
- "declaration": {
33766
- "name": "foundationSliderLabel",
33767
- "module": "src/slider-label/slider-label.ts"
33768
- }
33769
- }
33770
- ]
33771
- },
33772
- {
33773
- "kind": "javascript-module",
33774
- "path": "src/stacking-icons/index.ts",
33775
- "declarations": [],
33776
- "exports": [
33777
- {
33778
- "kind": "js",
33779
- "name": "*",
33780
- "declaration": {
33781
- "name": "*",
33782
- "package": "./stacking-icons.styles"
33783
- }
33784
- },
33785
- {
33786
- "kind": "js",
33787
- "name": "*",
33788
- "declaration": {
33789
- "name": "*",
33790
- "package": "./stacking-icons.template"
33791
- }
33792
- },
33793
- {
33794
- "kind": "js",
33795
- "name": "*",
33796
- "declaration": {
33797
- "name": "*",
33798
- "package": "./stacking-icons"
33799
- }
33800
- }
33801
- ]
33802
- },
33803
- {
33804
- "kind": "javascript-module",
33805
- "path": "src/stacking-icons/stacking-icons.styles.ts",
33806
- "declarations": [
33807
- {
33808
- "kind": "function",
33809
- "name": "foundationStackingIconsStyles",
33810
- "return": {
33811
- "type": {
33812
- "text": "ElementStyles"
33813
- }
33814
- },
33815
- "parameters": [
33816
- {
33817
- "name": "context",
33818
- "type": {
33819
- "text": "ElementDefinitionContext"
33820
- }
33821
- },
33822
- {
33823
- "name": "definition",
33824
- "type": {
33825
- "text": "FoundationElementDefinition"
33826
- }
33827
- }
33828
- ]
33829
- }
33830
- ],
33831
- "exports": [
33832
- {
33833
- "kind": "js",
33834
- "name": "foundationStackingIconsStyles",
33835
- "declaration": {
33836
- "name": "foundationStackingIconsStyles",
33837
- "module": "src/stacking-icons/stacking-icons.styles.ts"
33838
- }
33839
- }
33840
- ]
33841
- },
33842
- {
33843
- "kind": "javascript-module",
33844
- "path": "src/stacking-icons/stacking-icons.template.ts",
33845
- "declarations": [
33846
- {
33847
- "kind": "variable",
33848
- "name": "foundationStackingIconsTemplate",
33849
- "type": {
33850
- "text": "ViewTemplate"
33851
- },
33852
- "default": "html<StackingIcons>`\n <span\n class=${(x) => `fa-stack fa-${x.size}`}\n style=${(x) => `vertical-align: ${x['vertical-align']};`}\n >\n <slot></slot>\n </span>\n`"
33853
- }
33854
- ],
33855
- "exports": [
33856
- {
33857
- "kind": "js",
33858
- "name": "foundationStackingIconsTemplate",
33859
- "declaration": {
33860
- "name": "foundationStackingIconsTemplate",
33861
- "module": "src/stacking-icons/stacking-icons.template.ts"
33450
+ "module": "src/slider-label/slider-label.template.ts"
33862
33451
  }
33863
33452
  }
33864
33453
  ]
33865
33454
  },
33866
33455
  {
33867
33456
  "kind": "javascript-module",
33868
- "path": "src/stacking-icons/stacking-icons.ts",
33457
+ "path": "src/slider-label/slider-label.ts",
33869
33458
  "declarations": [
33870
33459
  {
33871
33460
  "kind": "class",
33872
33461
  "description": "",
33873
- "name": "StackingIcons",
33462
+ "name": "SliderLabel",
33463
+ "superclass": {
33464
+ "name": "FASTSliderLabel",
33465
+ "package": "@microsoft/fast-components"
33466
+ },
33467
+ "tagName": "%%prefix%%-slider-label",
33468
+ "customElement": true,
33469
+ "attributes": [
33470
+ {
33471
+ "name": "position",
33472
+ "type": {
33473
+ "text": "string"
33474
+ },
33475
+ "description": "The position of the label relative to the min and max value of the parent @microsoft/fast-foundation#(Slider:class).",
33476
+ "fieldName": "position",
33477
+ "inheritedFrom": {
33478
+ "name": "SliderLabel",
33479
+ "module": "src/slider-label/slider-label.ts"
33480
+ }
33481
+ },
33482
+ {
33483
+ "name": "hide-mark",
33484
+ "type": {
33485
+ "text": "boolean"
33486
+ },
33487
+ "default": "false",
33488
+ "description": "Hides the tick mark.",
33489
+ "fieldName": "hideMark",
33490
+ "inheritedFrom": {
33491
+ "name": "SliderLabel",
33492
+ "module": "src/slider-label/slider-label.ts"
33493
+ }
33494
+ },
33495
+ {
33496
+ "name": "disabled",
33497
+ "type": {
33498
+ "text": "boolean"
33499
+ },
33500
+ "description": "The disabled state of the label. This is generally controlled by the parent @microsoft/fast-foundation#(Slider:class).",
33501
+ "fieldName": "disabled",
33502
+ "inheritedFrom": {
33503
+ "name": "SliderLabel",
33504
+ "module": "src/slider-label/slider-label.ts"
33505
+ }
33506
+ }
33507
+ ],
33874
33508
  "members": [
33875
33509
  {
33876
33510
  "kind": "field",
33877
- "name": "size",
33511
+ "name": "position",
33878
33512
  "type": {
33879
- "text": "StackingIconsSize"
33513
+ "text": "string"
33880
33514
  },
33881
- "default": "faSizeValueDefault"
33515
+ "privacy": "public",
33516
+ "description": "The position of the label relative to the min and max value of the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
33517
+ "inheritedFrom": {
33518
+ "name": "SliderLabel",
33519
+ "module": "src/slider-label/slider-label.ts"
33520
+ }
33521
+ },
33522
+ {
33523
+ "kind": "method",
33524
+ "name": "positionChanged",
33525
+ "privacy": "private",
33526
+ "return": {
33527
+ "type": {
33528
+ "text": "void"
33529
+ }
33530
+ },
33531
+ "inheritedFrom": {
33532
+ "name": "SliderLabel",
33533
+ "module": "src/slider-label/slider-label.ts"
33534
+ }
33882
33535
  },
33883
33536
  {
33884
33537
  "kind": "field",
33885
- "name": "['vertical-align']",
33538
+ "name": "hideMark",
33886
33539
  "type": {
33887
- "text": "VerticalAlign"
33540
+ "text": "boolean"
33888
33541
  },
33889
- "default": "'baseline'"
33542
+ "privacy": "public",
33543
+ "default": "false",
33544
+ "description": "Hides the tick mark.",
33545
+ "inheritedFrom": {
33546
+ "name": "SliderLabel",
33547
+ "module": "src/slider-label/slider-label.ts"
33548
+ }
33549
+ },
33550
+ {
33551
+ "kind": "field",
33552
+ "name": "disabled",
33553
+ "type": {
33554
+ "text": "boolean"
33555
+ },
33556
+ "privacy": "public",
33557
+ "description": "The disabled state of the label. This is generally controlled by the parent {@link @microsoft/fast-foundation#(Slider:class)}.",
33558
+ "inheritedFrom": {
33559
+ "name": "SliderLabel",
33560
+ "module": "src/slider-label/slider-label.ts"
33561
+ }
33562
+ },
33563
+ {
33564
+ "kind": "field",
33565
+ "name": "notifier",
33566
+ "type": {
33567
+ "text": "Notifier"
33568
+ },
33569
+ "privacy": "private",
33570
+ "inheritedFrom": {
33571
+ "name": "SliderLabel",
33572
+ "module": "src/slider-label/slider-label.ts"
33573
+ }
33574
+ },
33575
+ {
33576
+ "kind": "method",
33577
+ "name": "isSliderConfig",
33578
+ "privacy": "private",
33579
+ "return": {
33580
+ "type": {
33581
+ "text": "node is SliderConfiguration"
33582
+ }
33583
+ },
33584
+ "parameters": [
33585
+ {
33586
+ "name": "node",
33587
+ "type": {
33588
+ "text": "any"
33589
+ }
33590
+ }
33591
+ ],
33592
+ "inheritedFrom": {
33593
+ "name": "SliderLabel",
33594
+ "module": "src/slider-label/slider-label.ts"
33595
+ }
33596
+ },
33597
+ {
33598
+ "kind": "field",
33599
+ "name": "getSliderConfiguration",
33600
+ "privacy": "private",
33601
+ "inheritedFrom": {
33602
+ "name": "SliderLabel",
33603
+ "module": "src/slider-label/slider-label.ts"
33604
+ }
33605
+ },
33606
+ {
33607
+ "kind": "field",
33608
+ "name": "positionAsStyle",
33609
+ "privacy": "private",
33610
+ "inheritedFrom": {
33611
+ "name": "SliderLabel",
33612
+ "module": "src/slider-label/slider-label.ts"
33613
+ }
33890
33614
  },
33891
33615
  {
33892
33616
  "kind": "field",
@@ -33999,57 +33723,62 @@
33999
33723
  "module": "src/foundation-element/foundation-element.ts"
34000
33724
  }
34001
33725
  }
34002
- ],
34003
- "attributes": [
34004
- {
34005
- "name": "size",
34006
- "type": {
34007
- "text": "StackingIconsSize"
34008
- },
34009
- "default": "faSizeValueDefault",
34010
- "resolveInitializer": {
34011
- "module": "/src/icon"
34012
- },
34013
- "fieldName": "size"
34014
- },
34015
- {
34016
- "name": "['vertical-align']",
34017
- "type": {
34018
- "text": "VerticalAlign"
34019
- },
34020
- "default": "'baseline'",
34021
- "fieldName": "['vertical-align']"
34022
- }
34023
- ],
34024
- "superclass": {
34025
- "name": "FoundationElement",
34026
- "package": "@microsoft/fast-foundation"
33726
+ ]
33727
+ },
33728
+ {
33729
+ "kind": "variable",
33730
+ "name": "foundationSliderLabelShadowOptions",
33731
+ "type": {
33732
+ "text": "ShadowRootInit"
34027
33733
  },
34028
- "tagName": "%%prefix%%-stacking-icons",
34029
- "customElement": true
33734
+ "default": "undefined"
34030
33735
  },
34031
33736
  {
34032
33737
  "kind": "variable",
34033
- "name": "foundationStackingIcons",
34034
- "description": "The Foundation Stacking Icon",
33738
+ "name": "defaultSliderLabelConfig",
33739
+ "type": {
33740
+ "text": "object"
33741
+ },
33742
+ "default": "{}"
33743
+ },
33744
+ {
33745
+ "kind": "variable",
33746
+ "name": "foundationSliderLabel",
33747
+ "description": "The Foundation Slider Label",
34035
33748
  "privacy": "public"
34036
33749
  }
34037
33750
  ],
34038
33751
  "exports": [
34039
33752
  {
34040
33753
  "kind": "js",
34041
- "name": "StackingIcons",
33754
+ "name": "SliderLabel",
34042
33755
  "declaration": {
34043
- "name": "StackingIcons",
34044
- "module": "src/stacking-icons/stacking-icons.ts"
33756
+ "name": "SliderLabel",
33757
+ "module": "src/slider-label/slider-label.ts"
34045
33758
  }
34046
33759
  },
34047
33760
  {
34048
33761
  "kind": "js",
34049
- "name": "foundationStackingIcons",
33762
+ "name": "foundationSliderLabelShadowOptions",
34050
33763
  "declaration": {
34051
- "name": "foundationStackingIcons",
34052
- "module": "src/stacking-icons/stacking-icons.ts"
33764
+ "name": "foundationSliderLabelShadowOptions",
33765
+ "module": "src/slider-label/slider-label.ts"
33766
+ }
33767
+ },
33768
+ {
33769
+ "kind": "js",
33770
+ "name": "defaultSliderLabelConfig",
33771
+ "declaration": {
33772
+ "name": "defaultSliderLabelConfig",
33773
+ "module": "src/slider-label/slider-label.ts"
33774
+ }
33775
+ },
33776
+ {
33777
+ "kind": "js",
33778
+ "name": "foundationSliderLabel",
33779
+ "declaration": {
33780
+ "name": "foundationSliderLabel",
33781
+ "module": "src/slider-label/slider-label.ts"
34053
33782
  }
34054
33783
  }
34055
33784
  ]
@@ -34523,6 +34252,291 @@
34523
34252
  "declarations": [],
34524
34253
  "exports": []
34525
34254
  },
34255
+ {
34256
+ "kind": "javascript-module",
34257
+ "path": "src/stacking-icons/index.ts",
34258
+ "declarations": [],
34259
+ "exports": [
34260
+ {
34261
+ "kind": "js",
34262
+ "name": "*",
34263
+ "declaration": {
34264
+ "name": "*",
34265
+ "package": "./stacking-icons.styles"
34266
+ }
34267
+ },
34268
+ {
34269
+ "kind": "js",
34270
+ "name": "*",
34271
+ "declaration": {
34272
+ "name": "*",
34273
+ "package": "./stacking-icons.template"
34274
+ }
34275
+ },
34276
+ {
34277
+ "kind": "js",
34278
+ "name": "*",
34279
+ "declaration": {
34280
+ "name": "*",
34281
+ "package": "./stacking-icons"
34282
+ }
34283
+ }
34284
+ ]
34285
+ },
34286
+ {
34287
+ "kind": "javascript-module",
34288
+ "path": "src/stacking-icons/stacking-icons.styles.ts",
34289
+ "declarations": [
34290
+ {
34291
+ "kind": "function",
34292
+ "name": "foundationStackingIconsStyles",
34293
+ "return": {
34294
+ "type": {
34295
+ "text": "ElementStyles"
34296
+ }
34297
+ },
34298
+ "parameters": [
34299
+ {
34300
+ "name": "context",
34301
+ "type": {
34302
+ "text": "ElementDefinitionContext"
34303
+ }
34304
+ },
34305
+ {
34306
+ "name": "definition",
34307
+ "type": {
34308
+ "text": "FoundationElementDefinition"
34309
+ }
34310
+ }
34311
+ ]
34312
+ }
34313
+ ],
34314
+ "exports": [
34315
+ {
34316
+ "kind": "js",
34317
+ "name": "foundationStackingIconsStyles",
34318
+ "declaration": {
34319
+ "name": "foundationStackingIconsStyles",
34320
+ "module": "src/stacking-icons/stacking-icons.styles.ts"
34321
+ }
34322
+ }
34323
+ ]
34324
+ },
34325
+ {
34326
+ "kind": "javascript-module",
34327
+ "path": "src/stacking-icons/stacking-icons.template.ts",
34328
+ "declarations": [
34329
+ {
34330
+ "kind": "variable",
34331
+ "name": "foundationStackingIconsTemplate",
34332
+ "type": {
34333
+ "text": "ViewTemplate"
34334
+ },
34335
+ "default": "html<StackingIcons>`\n <span\n class=${(x) => `fa-stack fa-${x.size}`}\n style=${(x) => `vertical-align: ${x['vertical-align']};`}\n >\n <slot></slot>\n </span>\n`"
34336
+ }
34337
+ ],
34338
+ "exports": [
34339
+ {
34340
+ "kind": "js",
34341
+ "name": "foundationStackingIconsTemplate",
34342
+ "declaration": {
34343
+ "name": "foundationStackingIconsTemplate",
34344
+ "module": "src/stacking-icons/stacking-icons.template.ts"
34345
+ }
34346
+ }
34347
+ ]
34348
+ },
34349
+ {
34350
+ "kind": "javascript-module",
34351
+ "path": "src/stacking-icons/stacking-icons.ts",
34352
+ "declarations": [
34353
+ {
34354
+ "kind": "class",
34355
+ "description": "",
34356
+ "name": "StackingIcons",
34357
+ "members": [
34358
+ {
34359
+ "kind": "field",
34360
+ "name": "size",
34361
+ "type": {
34362
+ "text": "StackingIconsSize"
34363
+ },
34364
+ "default": "faSizeValueDefault"
34365
+ },
34366
+ {
34367
+ "kind": "field",
34368
+ "name": "['vertical-align']",
34369
+ "type": {
34370
+ "text": "VerticalAlign"
34371
+ },
34372
+ "default": "'baseline'"
34373
+ },
34374
+ {
34375
+ "kind": "field",
34376
+ "name": "_presentation",
34377
+ "type": {
34378
+ "text": "ComponentPresentation | null | undefined"
34379
+ },
34380
+ "privacy": "private",
34381
+ "default": "void 0",
34382
+ "inheritedFrom": {
34383
+ "name": "FoundationElement",
34384
+ "module": "src/foundation-element/foundation-element.ts"
34385
+ }
34386
+ },
34387
+ {
34388
+ "kind": "field",
34389
+ "name": "$presentation",
34390
+ "type": {
34391
+ "text": "ComponentPresentation | null"
34392
+ },
34393
+ "privacy": "public",
34394
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
34395
+ "inheritedFrom": {
34396
+ "name": "FoundationElement",
34397
+ "module": "src/foundation-element/foundation-element.ts"
34398
+ }
34399
+ },
34400
+ {
34401
+ "kind": "field",
34402
+ "name": "template",
34403
+ "type": {
34404
+ "text": "ElementViewTemplate | void | null"
34405
+ },
34406
+ "privacy": "public",
34407
+ "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.",
34408
+ "inheritedFrom": {
34409
+ "name": "FoundationElement",
34410
+ "module": "src/foundation-element/foundation-element.ts"
34411
+ }
34412
+ },
34413
+ {
34414
+ "kind": "method",
34415
+ "name": "templateChanged",
34416
+ "privacy": "protected",
34417
+ "return": {
34418
+ "type": {
34419
+ "text": "void"
34420
+ }
34421
+ },
34422
+ "inheritedFrom": {
34423
+ "name": "FoundationElement",
34424
+ "module": "src/foundation-element/foundation-element.ts"
34425
+ }
34426
+ },
34427
+ {
34428
+ "kind": "field",
34429
+ "name": "styles",
34430
+ "type": {
34431
+ "text": "ElementStyles | void | null"
34432
+ },
34433
+ "privacy": "public",
34434
+ "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.",
34435
+ "inheritedFrom": {
34436
+ "name": "FoundationElement",
34437
+ "module": "src/foundation-element/foundation-element.ts"
34438
+ }
34439
+ },
34440
+ {
34441
+ "kind": "method",
34442
+ "name": "stylesChanged",
34443
+ "privacy": "protected",
34444
+ "return": {
34445
+ "type": {
34446
+ "text": "void"
34447
+ }
34448
+ },
34449
+ "inheritedFrom": {
34450
+ "name": "FoundationElement",
34451
+ "module": "src/foundation-element/foundation-element.ts"
34452
+ }
34453
+ },
34454
+ {
34455
+ "kind": "method",
34456
+ "name": "compose",
34457
+ "privacy": "public",
34458
+ "static": true,
34459
+ "return": {
34460
+ "type": {
34461
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
34462
+ }
34463
+ },
34464
+ "parameters": [
34465
+ {
34466
+ "name": "this",
34467
+ "type": {
34468
+ "text": "K"
34469
+ }
34470
+ },
34471
+ {
34472
+ "name": "elementDefinition",
34473
+ "type": {
34474
+ "text": "T"
34475
+ },
34476
+ "description": "The definition of the element to create the registry\nfunction for."
34477
+ }
34478
+ ],
34479
+ "description": "Defines an element registry function with a set of element definition defaults.",
34480
+ "inheritedFrom": {
34481
+ "name": "FoundationElement",
34482
+ "module": "src/foundation-element/foundation-element.ts"
34483
+ }
34484
+ }
34485
+ ],
34486
+ "attributes": [
34487
+ {
34488
+ "name": "size",
34489
+ "type": {
34490
+ "text": "StackingIconsSize"
34491
+ },
34492
+ "default": "faSizeValueDefault",
34493
+ "resolveInitializer": {
34494
+ "module": "/src/icon"
34495
+ },
34496
+ "fieldName": "size"
34497
+ },
34498
+ {
34499
+ "name": "['vertical-align']",
34500
+ "type": {
34501
+ "text": "VerticalAlign"
34502
+ },
34503
+ "default": "'baseline'",
34504
+ "fieldName": "['vertical-align']"
34505
+ }
34506
+ ],
34507
+ "superclass": {
34508
+ "name": "FoundationElement",
34509
+ "package": "@microsoft/fast-foundation"
34510
+ },
34511
+ "tagName": "%%prefix%%-stacking-icons",
34512
+ "customElement": true
34513
+ },
34514
+ {
34515
+ "kind": "variable",
34516
+ "name": "foundationStackingIcons",
34517
+ "description": "The Foundation Stacking Icon",
34518
+ "privacy": "public"
34519
+ }
34520
+ ],
34521
+ "exports": [
34522
+ {
34523
+ "kind": "js",
34524
+ "name": "StackingIcons",
34525
+ "declaration": {
34526
+ "name": "StackingIcons",
34527
+ "module": "src/stacking-icons/stacking-icons.ts"
34528
+ }
34529
+ },
34530
+ {
34531
+ "kind": "js",
34532
+ "name": "foundationStackingIcons",
34533
+ "declaration": {
34534
+ "name": "foundationStackingIcons",
34535
+ "module": "src/stacking-icons/stacking-icons.ts"
34536
+ }
34537
+ }
34538
+ ]
34539
+ },
34526
34540
  {
34527
34541
  "kind": "javascript-module",
34528
34542
  "path": "src/stepper/index.ts",
@@ -39052,6 +39066,390 @@
39052
39066
  }
39053
39067
  ]
39054
39068
  },
39069
+ {
39070
+ "kind": "javascript-module",
39071
+ "path": "src/toolbar/index.ts",
39072
+ "declarations": [],
39073
+ "exports": [
39074
+ {
39075
+ "kind": "js",
39076
+ "name": "*",
39077
+ "declaration": {
39078
+ "name": "*",
39079
+ "package": "./toolbar.template"
39080
+ }
39081
+ },
39082
+ {
39083
+ "kind": "js",
39084
+ "name": "*",
39085
+ "declaration": {
39086
+ "name": "*",
39087
+ "package": "./toolbar.styles"
39088
+ }
39089
+ },
39090
+ {
39091
+ "kind": "js",
39092
+ "name": "*",
39093
+ "declaration": {
39094
+ "name": "*",
39095
+ "package": "./toolbar"
39096
+ }
39097
+ }
39098
+ ]
39099
+ },
39100
+ {
39101
+ "kind": "javascript-module",
39102
+ "path": "src/toolbar/toolbar.styles.ts",
39103
+ "declarations": [
39104
+ {
39105
+ "kind": "function",
39106
+ "name": "foundationToolbarStyles",
39107
+ "return": {
39108
+ "type": {
39109
+ "text": "ElementStyles"
39110
+ }
39111
+ },
39112
+ "parameters": [
39113
+ {
39114
+ "name": "context",
39115
+ "type": {
39116
+ "text": "ElementDefinitionContext"
39117
+ }
39118
+ },
39119
+ {
39120
+ "name": "definition",
39121
+ "type": {
39122
+ "text": "FoundationElementDefinition"
39123
+ }
39124
+ }
39125
+ ]
39126
+ }
39127
+ ],
39128
+ "exports": [
39129
+ {
39130
+ "kind": "js",
39131
+ "name": "foundationToolbarStyles",
39132
+ "declaration": {
39133
+ "name": "foundationToolbarStyles",
39134
+ "module": "src/toolbar/toolbar.styles.ts"
39135
+ }
39136
+ }
39137
+ ]
39138
+ },
39139
+ {
39140
+ "kind": "javascript-module",
39141
+ "path": "src/toolbar/toolbar.template.ts",
39142
+ "declarations": [
39143
+ {
39144
+ "kind": "function",
39145
+ "name": "foundationToolbarTemplate",
39146
+ "return": {
39147
+ "type": {
39148
+ "text": "ViewTemplate<Toolbar>"
39149
+ }
39150
+ },
39151
+ "parameters": [
39152
+ {
39153
+ "name": "context",
39154
+ "type": {
39155
+ "text": "ElementDefinitionContext"
39156
+ }
39157
+ },
39158
+ {
39159
+ "name": "definition",
39160
+ "type": {
39161
+ "text": "FoundationElementDefinition"
39162
+ }
39163
+ }
39164
+ ]
39165
+ }
39166
+ ],
39167
+ "exports": [
39168
+ {
39169
+ "kind": "js",
39170
+ "name": "foundationToolbarTemplate",
39171
+ "declaration": {
39172
+ "name": "foundationToolbarTemplate",
39173
+ "module": "src/toolbar/toolbar.template.ts"
39174
+ }
39175
+ }
39176
+ ]
39177
+ },
39178
+ {
39179
+ "kind": "javascript-module",
39180
+ "path": "src/toolbar/toolbar.ts",
39181
+ "declarations": [
39182
+ {
39183
+ "kind": "class",
39184
+ "description": "",
39185
+ "name": "Toolbar",
39186
+ "superclass": {
39187
+ "name": "FASTToolbar",
39188
+ "package": "@microsoft/fast-components"
39189
+ },
39190
+ "tagName": "%%prefix%%-toolbar",
39191
+ "customElement": true,
39192
+ "attributes": [
39193
+ {
39194
+ "name": "orientation",
39195
+ "type": {
39196
+ "text": "Orientation"
39197
+ },
39198
+ "description": "The orientation of the toolbar.",
39199
+ "fieldName": "orientation",
39200
+ "inheritedFrom": {
39201
+ "name": "Toolbar",
39202
+ "module": "src/toolbar/toolbar.ts"
39203
+ }
39204
+ }
39205
+ ],
39206
+ "members": [
39207
+ {
39208
+ "kind": "field",
39209
+ "name": "activeIndex",
39210
+ "inheritedFrom": {
39211
+ "name": "Toolbar",
39212
+ "module": "src/toolbar/toolbar.ts"
39213
+ }
39214
+ },
39215
+ {
39216
+ "kind": "field",
39217
+ "name": "orientation",
39218
+ "type": {
39219
+ "text": "Orientation"
39220
+ },
39221
+ "privacy": "public",
39222
+ "description": "The orientation of the toolbar.",
39223
+ "inheritedFrom": {
39224
+ "name": "Toolbar",
39225
+ "module": "src/toolbar/toolbar.ts"
39226
+ }
39227
+ },
39228
+ {
39229
+ "kind": "method",
39230
+ "name": "slottedItemsChanged",
39231
+ "privacy": "protected",
39232
+ "return": {
39233
+ "type": {
39234
+ "text": "void"
39235
+ }
39236
+ },
39237
+ "inheritedFrom": {
39238
+ "name": "Toolbar",
39239
+ "module": "src/toolbar/toolbar.ts"
39240
+ }
39241
+ },
39242
+ {
39243
+ "kind": "field",
39244
+ "name": "childItems",
39245
+ "type": {
39246
+ "text": "Element[]"
39247
+ },
39248
+ "privacy": "public",
39249
+ "inheritedFrom": {
39250
+ "name": "Toolbar",
39251
+ "module": "src/toolbar/toolbar.ts"
39252
+ }
39253
+ },
39254
+ {
39255
+ "kind": "method",
39256
+ "name": "childItemsChanged",
39257
+ "privacy": "protected",
39258
+ "return": {
39259
+ "type": {
39260
+ "text": "void"
39261
+ }
39262
+ },
39263
+ "parameters": [
39264
+ {
39265
+ "name": "prev",
39266
+ "type": {
39267
+ "text": "undefined | Element[]"
39268
+ }
39269
+ },
39270
+ {
39271
+ "name": "next",
39272
+ "type": {
39273
+ "text": "Element[]"
39274
+ }
39275
+ }
39276
+ ],
39277
+ "inheritedFrom": {
39278
+ "name": "Toolbar",
39279
+ "module": "src/toolbar/toolbar.ts"
39280
+ }
39281
+ },
39282
+ {
39283
+ "kind": "field",
39284
+ "name": "_presentation",
39285
+ "type": {
39286
+ "text": "ComponentPresentation | null | undefined"
39287
+ },
39288
+ "privacy": "private",
39289
+ "default": "void 0",
39290
+ "inheritedFrom": {
39291
+ "name": "FoundationElement",
39292
+ "module": "src/foundation-element/foundation-element.ts"
39293
+ }
39294
+ },
39295
+ {
39296
+ "kind": "field",
39297
+ "name": "$presentation",
39298
+ "type": {
39299
+ "text": "ComponentPresentation | null"
39300
+ },
39301
+ "privacy": "public",
39302
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
39303
+ "inheritedFrom": {
39304
+ "name": "FoundationElement",
39305
+ "module": "src/foundation-element/foundation-element.ts"
39306
+ }
39307
+ },
39308
+ {
39309
+ "kind": "field",
39310
+ "name": "template",
39311
+ "type": {
39312
+ "text": "ElementViewTemplate | void | null"
39313
+ },
39314
+ "privacy": "public",
39315
+ "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.",
39316
+ "inheritedFrom": {
39317
+ "name": "FoundationElement",
39318
+ "module": "src/foundation-element/foundation-element.ts"
39319
+ }
39320
+ },
39321
+ {
39322
+ "kind": "method",
39323
+ "name": "templateChanged",
39324
+ "privacy": "protected",
39325
+ "return": {
39326
+ "type": {
39327
+ "text": "void"
39328
+ }
39329
+ },
39330
+ "inheritedFrom": {
39331
+ "name": "FoundationElement",
39332
+ "module": "src/foundation-element/foundation-element.ts"
39333
+ }
39334
+ },
39335
+ {
39336
+ "kind": "field",
39337
+ "name": "styles",
39338
+ "type": {
39339
+ "text": "ElementStyles | void | null"
39340
+ },
39341
+ "privacy": "public",
39342
+ "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.",
39343
+ "inheritedFrom": {
39344
+ "name": "FoundationElement",
39345
+ "module": "src/foundation-element/foundation-element.ts"
39346
+ }
39347
+ },
39348
+ {
39349
+ "kind": "method",
39350
+ "name": "stylesChanged",
39351
+ "privacy": "protected",
39352
+ "return": {
39353
+ "type": {
39354
+ "text": "void"
39355
+ }
39356
+ },
39357
+ "inheritedFrom": {
39358
+ "name": "FoundationElement",
39359
+ "module": "src/foundation-element/foundation-element.ts"
39360
+ }
39361
+ },
39362
+ {
39363
+ "kind": "method",
39364
+ "name": "compose",
39365
+ "privacy": "public",
39366
+ "static": true,
39367
+ "return": {
39368
+ "type": {
39369
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
39370
+ }
39371
+ },
39372
+ "parameters": [
39373
+ {
39374
+ "name": "this",
39375
+ "type": {
39376
+ "text": "K"
39377
+ }
39378
+ },
39379
+ {
39380
+ "name": "elementDefinition",
39381
+ "type": {
39382
+ "text": "T"
39383
+ },
39384
+ "description": "The definition of the element to create the registry\nfunction for."
39385
+ }
39386
+ ],
39387
+ "description": "Defines an element registry function with a set of element definition defaults.",
39388
+ "inheritedFrom": {
39389
+ "name": "FoundationElement",
39390
+ "module": "src/foundation-element/foundation-element.ts"
39391
+ }
39392
+ }
39393
+ ]
39394
+ },
39395
+ {
39396
+ "kind": "variable",
39397
+ "name": "foundationToolbarShadowOptions",
39398
+ "type": {
39399
+ "text": "ShadowRootInit"
39400
+ },
39401
+ "default": "undefined"
39402
+ },
39403
+ {
39404
+ "kind": "variable",
39405
+ "name": "defaultToolbarConfig",
39406
+ "type": {
39407
+ "text": "object"
39408
+ },
39409
+ "default": "{}"
39410
+ },
39411
+ {
39412
+ "kind": "variable",
39413
+ "name": "foundationToolbar",
39414
+ "description": "The Foundation Toolbar",
39415
+ "privacy": "public"
39416
+ }
39417
+ ],
39418
+ "exports": [
39419
+ {
39420
+ "kind": "js",
39421
+ "name": "Toolbar",
39422
+ "declaration": {
39423
+ "name": "Toolbar",
39424
+ "module": "src/toolbar/toolbar.ts"
39425
+ }
39426
+ },
39427
+ {
39428
+ "kind": "js",
39429
+ "name": "foundationToolbarShadowOptions",
39430
+ "declaration": {
39431
+ "name": "foundationToolbarShadowOptions",
39432
+ "module": "src/toolbar/toolbar.ts"
39433
+ }
39434
+ },
39435
+ {
39436
+ "kind": "js",
39437
+ "name": "defaultToolbarConfig",
39438
+ "declaration": {
39439
+ "name": "defaultToolbarConfig",
39440
+ "module": "src/toolbar/toolbar.ts"
39441
+ }
39442
+ },
39443
+ {
39444
+ "kind": "js",
39445
+ "name": "foundationToolbar",
39446
+ "declaration": {
39447
+ "name": "foundationToolbar",
39448
+ "module": "src/toolbar/toolbar.ts"
39449
+ }
39450
+ }
39451
+ ]
39452
+ },
39055
39453
  {
39056
39454
  "kind": "javascript-module",
39057
39455
  "path": "src/tooltip/index.ts",
@@ -39872,390 +40270,6 @@
39872
40270
  }
39873
40271
  ]
39874
40272
  },
39875
- {
39876
- "kind": "javascript-module",
39877
- "path": "src/toolbar/index.ts",
39878
- "declarations": [],
39879
- "exports": [
39880
- {
39881
- "kind": "js",
39882
- "name": "*",
39883
- "declaration": {
39884
- "name": "*",
39885
- "package": "./toolbar.template"
39886
- }
39887
- },
39888
- {
39889
- "kind": "js",
39890
- "name": "*",
39891
- "declaration": {
39892
- "name": "*",
39893
- "package": "./toolbar.styles"
39894
- }
39895
- },
39896
- {
39897
- "kind": "js",
39898
- "name": "*",
39899
- "declaration": {
39900
- "name": "*",
39901
- "package": "./toolbar"
39902
- }
39903
- }
39904
- ]
39905
- },
39906
- {
39907
- "kind": "javascript-module",
39908
- "path": "src/toolbar/toolbar.styles.ts",
39909
- "declarations": [
39910
- {
39911
- "kind": "function",
39912
- "name": "foundationToolbarStyles",
39913
- "return": {
39914
- "type": {
39915
- "text": "ElementStyles"
39916
- }
39917
- },
39918
- "parameters": [
39919
- {
39920
- "name": "context",
39921
- "type": {
39922
- "text": "ElementDefinitionContext"
39923
- }
39924
- },
39925
- {
39926
- "name": "definition",
39927
- "type": {
39928
- "text": "FoundationElementDefinition"
39929
- }
39930
- }
39931
- ]
39932
- }
39933
- ],
39934
- "exports": [
39935
- {
39936
- "kind": "js",
39937
- "name": "foundationToolbarStyles",
39938
- "declaration": {
39939
- "name": "foundationToolbarStyles",
39940
- "module": "src/toolbar/toolbar.styles.ts"
39941
- }
39942
- }
39943
- ]
39944
- },
39945
- {
39946
- "kind": "javascript-module",
39947
- "path": "src/toolbar/toolbar.template.ts",
39948
- "declarations": [
39949
- {
39950
- "kind": "function",
39951
- "name": "foundationToolbarTemplate",
39952
- "return": {
39953
- "type": {
39954
- "text": "ViewTemplate<Toolbar>"
39955
- }
39956
- },
39957
- "parameters": [
39958
- {
39959
- "name": "context",
39960
- "type": {
39961
- "text": "ElementDefinitionContext"
39962
- }
39963
- },
39964
- {
39965
- "name": "definition",
39966
- "type": {
39967
- "text": "FoundationElementDefinition"
39968
- }
39969
- }
39970
- ]
39971
- }
39972
- ],
39973
- "exports": [
39974
- {
39975
- "kind": "js",
39976
- "name": "foundationToolbarTemplate",
39977
- "declaration": {
39978
- "name": "foundationToolbarTemplate",
39979
- "module": "src/toolbar/toolbar.template.ts"
39980
- }
39981
- }
39982
- ]
39983
- },
39984
- {
39985
- "kind": "javascript-module",
39986
- "path": "src/toolbar/toolbar.ts",
39987
- "declarations": [
39988
- {
39989
- "kind": "class",
39990
- "description": "",
39991
- "name": "Toolbar",
39992
- "superclass": {
39993
- "name": "FASTToolbar",
39994
- "package": "@microsoft/fast-components"
39995
- },
39996
- "tagName": "%%prefix%%-toolbar",
39997
- "customElement": true,
39998
- "attributes": [
39999
- {
40000
- "name": "orientation",
40001
- "type": {
40002
- "text": "Orientation"
40003
- },
40004
- "description": "The orientation of the toolbar.",
40005
- "fieldName": "orientation",
40006
- "inheritedFrom": {
40007
- "name": "Toolbar",
40008
- "module": "src/toolbar/toolbar.ts"
40009
- }
40010
- }
40011
- ],
40012
- "members": [
40013
- {
40014
- "kind": "field",
40015
- "name": "activeIndex",
40016
- "inheritedFrom": {
40017
- "name": "Toolbar",
40018
- "module": "src/toolbar/toolbar.ts"
40019
- }
40020
- },
40021
- {
40022
- "kind": "field",
40023
- "name": "orientation",
40024
- "type": {
40025
- "text": "Orientation"
40026
- },
40027
- "privacy": "public",
40028
- "description": "The orientation of the toolbar.",
40029
- "inheritedFrom": {
40030
- "name": "Toolbar",
40031
- "module": "src/toolbar/toolbar.ts"
40032
- }
40033
- },
40034
- {
40035
- "kind": "method",
40036
- "name": "slottedItemsChanged",
40037
- "privacy": "protected",
40038
- "return": {
40039
- "type": {
40040
- "text": "void"
40041
- }
40042
- },
40043
- "inheritedFrom": {
40044
- "name": "Toolbar",
40045
- "module": "src/toolbar/toolbar.ts"
40046
- }
40047
- },
40048
- {
40049
- "kind": "field",
40050
- "name": "childItems",
40051
- "type": {
40052
- "text": "Element[]"
40053
- },
40054
- "privacy": "public",
40055
- "inheritedFrom": {
40056
- "name": "Toolbar",
40057
- "module": "src/toolbar/toolbar.ts"
40058
- }
40059
- },
40060
- {
40061
- "kind": "method",
40062
- "name": "childItemsChanged",
40063
- "privacy": "protected",
40064
- "return": {
40065
- "type": {
40066
- "text": "void"
40067
- }
40068
- },
40069
- "parameters": [
40070
- {
40071
- "name": "prev",
40072
- "type": {
40073
- "text": "undefined | Element[]"
40074
- }
40075
- },
40076
- {
40077
- "name": "next",
40078
- "type": {
40079
- "text": "Element[]"
40080
- }
40081
- }
40082
- ],
40083
- "inheritedFrom": {
40084
- "name": "Toolbar",
40085
- "module": "src/toolbar/toolbar.ts"
40086
- }
40087
- },
40088
- {
40089
- "kind": "field",
40090
- "name": "_presentation",
40091
- "type": {
40092
- "text": "ComponentPresentation | null | undefined"
40093
- },
40094
- "privacy": "private",
40095
- "default": "void 0",
40096
- "inheritedFrom": {
40097
- "name": "FoundationElement",
40098
- "module": "src/foundation-element/foundation-element.ts"
40099
- }
40100
- },
40101
- {
40102
- "kind": "field",
40103
- "name": "$presentation",
40104
- "type": {
40105
- "text": "ComponentPresentation | null"
40106
- },
40107
- "privacy": "public",
40108
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
40109
- "inheritedFrom": {
40110
- "name": "FoundationElement",
40111
- "module": "src/foundation-element/foundation-element.ts"
40112
- }
40113
- },
40114
- {
40115
- "kind": "field",
40116
- "name": "template",
40117
- "type": {
40118
- "text": "ElementViewTemplate | void | null"
40119
- },
40120
- "privacy": "public",
40121
- "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.",
40122
- "inheritedFrom": {
40123
- "name": "FoundationElement",
40124
- "module": "src/foundation-element/foundation-element.ts"
40125
- }
40126
- },
40127
- {
40128
- "kind": "method",
40129
- "name": "templateChanged",
40130
- "privacy": "protected",
40131
- "return": {
40132
- "type": {
40133
- "text": "void"
40134
- }
40135
- },
40136
- "inheritedFrom": {
40137
- "name": "FoundationElement",
40138
- "module": "src/foundation-element/foundation-element.ts"
40139
- }
40140
- },
40141
- {
40142
- "kind": "field",
40143
- "name": "styles",
40144
- "type": {
40145
- "text": "ElementStyles | void | null"
40146
- },
40147
- "privacy": "public",
40148
- "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.",
40149
- "inheritedFrom": {
40150
- "name": "FoundationElement",
40151
- "module": "src/foundation-element/foundation-element.ts"
40152
- }
40153
- },
40154
- {
40155
- "kind": "method",
40156
- "name": "stylesChanged",
40157
- "privacy": "protected",
40158
- "return": {
40159
- "type": {
40160
- "text": "void"
40161
- }
40162
- },
40163
- "inheritedFrom": {
40164
- "name": "FoundationElement",
40165
- "module": "src/foundation-element/foundation-element.ts"
40166
- }
40167
- },
40168
- {
40169
- "kind": "method",
40170
- "name": "compose",
40171
- "privacy": "public",
40172
- "static": true,
40173
- "return": {
40174
- "type": {
40175
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
40176
- }
40177
- },
40178
- "parameters": [
40179
- {
40180
- "name": "this",
40181
- "type": {
40182
- "text": "K"
40183
- }
40184
- },
40185
- {
40186
- "name": "elementDefinition",
40187
- "type": {
40188
- "text": "T"
40189
- },
40190
- "description": "The definition of the element to create the registry\nfunction for."
40191
- }
40192
- ],
40193
- "description": "Defines an element registry function with a set of element definition defaults.",
40194
- "inheritedFrom": {
40195
- "name": "FoundationElement",
40196
- "module": "src/foundation-element/foundation-element.ts"
40197
- }
40198
- }
40199
- ]
40200
- },
40201
- {
40202
- "kind": "variable",
40203
- "name": "foundationToolbarShadowOptions",
40204
- "type": {
40205
- "text": "ShadowRootInit"
40206
- },
40207
- "default": "undefined"
40208
- },
40209
- {
40210
- "kind": "variable",
40211
- "name": "defaultToolbarConfig",
40212
- "type": {
40213
- "text": "object"
40214
- },
40215
- "default": "{}"
40216
- },
40217
- {
40218
- "kind": "variable",
40219
- "name": "foundationToolbar",
40220
- "description": "The Foundation Toolbar",
40221
- "privacy": "public"
40222
- }
40223
- ],
40224
- "exports": [
40225
- {
40226
- "kind": "js",
40227
- "name": "Toolbar",
40228
- "declaration": {
40229
- "name": "Toolbar",
40230
- "module": "src/toolbar/toolbar.ts"
40231
- }
40232
- },
40233
- {
40234
- "kind": "js",
40235
- "name": "foundationToolbarShadowOptions",
40236
- "declaration": {
40237
- "name": "foundationToolbarShadowOptions",
40238
- "module": "src/toolbar/toolbar.ts"
40239
- }
40240
- },
40241
- {
40242
- "kind": "js",
40243
- "name": "defaultToolbarConfig",
40244
- "declaration": {
40245
- "name": "defaultToolbarConfig",
40246
- "module": "src/toolbar/toolbar.ts"
40247
- }
40248
- },
40249
- {
40250
- "kind": "js",
40251
- "name": "foundationToolbar",
40252
- "declaration": {
40253
- "name": "foundationToolbar",
40254
- "module": "src/toolbar/toolbar.ts"
40255
- }
40256
- }
40257
- ]
40258
- },
40259
40273
  {
40260
40274
  "kind": "javascript-module",
40261
40275
  "path": "src/tree-item/index.ts",