@genesislcap/foundation-ui 14.227.4 → 14.228.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -895,6 +895,188 @@
895
895
  }
896
896
  ]
897
897
  },
898
+ {
899
+ "kind": "javascript-module",
900
+ "path": "src/accordion/accordion.styles.ts",
901
+ "declarations": [
902
+ {
903
+ "kind": "function",
904
+ "name": "foundationAccordionStyles",
905
+ "return": {
906
+ "type": {
907
+ "text": "ElementStyles"
908
+ }
909
+ },
910
+ "parameters": [
911
+ {
912
+ "name": "context",
913
+ "type": {
914
+ "text": "ElementDefinitionContext"
915
+ }
916
+ },
917
+ {
918
+ "name": "definition",
919
+ "type": {
920
+ "text": "FoundationElementDefinition"
921
+ }
922
+ }
923
+ ]
924
+ }
925
+ ],
926
+ "exports": [
927
+ {
928
+ "kind": "js",
929
+ "name": "foundationAccordionStyles",
930
+ "declaration": {
931
+ "name": "foundationAccordionStyles",
932
+ "module": "src/accordion/accordion.styles.ts"
933
+ }
934
+ }
935
+ ]
936
+ },
937
+ {
938
+ "kind": "javascript-module",
939
+ "path": "src/accordion/accordion.template.ts",
940
+ "declarations": [
941
+ {
942
+ "kind": "function",
943
+ "name": "foundationAccordionTemplate",
944
+ "return": {
945
+ "type": {
946
+ "text": "ViewTemplate<Accordion>"
947
+ }
948
+ },
949
+ "parameters": [
950
+ {
951
+ "name": "context",
952
+ "type": {
953
+ "text": "ElementDefinitionContext"
954
+ }
955
+ },
956
+ {
957
+ "name": "definition",
958
+ "type": {
959
+ "text": "FoundationElementDefinition"
960
+ }
961
+ }
962
+ ]
963
+ }
964
+ ],
965
+ "exports": [
966
+ {
967
+ "kind": "js",
968
+ "name": "foundationAccordionTemplate",
969
+ "declaration": {
970
+ "name": "foundationAccordionTemplate",
971
+ "module": "src/accordion/accordion.template.ts"
972
+ }
973
+ }
974
+ ]
975
+ },
976
+ {
977
+ "kind": "javascript-module",
978
+ "path": "src/accordion/accordion.ts",
979
+ "declarations": [
980
+ {
981
+ "kind": "class",
982
+ "description": "",
983
+ "name": "Accordion",
984
+ "superclass": {
985
+ "name": "FASTAccordion",
986
+ "package": "@microsoft/fast-foundation"
987
+ },
988
+ "tagName": "%%prefix%%-accordion",
989
+ "customElement": true
990
+ },
991
+ {
992
+ "kind": "variable",
993
+ "name": "foundationAccordionShadowOptions",
994
+ "type": {
995
+ "text": "ShadowRootInit"
996
+ },
997
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
998
+ },
999
+ {
1000
+ "kind": "variable",
1001
+ "name": "defaultAccordionConfig",
1002
+ "type": {
1003
+ "text": "object"
1004
+ },
1005
+ "default": "{}"
1006
+ },
1007
+ {
1008
+ "kind": "variable",
1009
+ "name": "foundationAccordion",
1010
+ "description": "The Foundation Accordion",
1011
+ "privacy": "public"
1012
+ }
1013
+ ],
1014
+ "exports": [
1015
+ {
1016
+ "kind": "js",
1017
+ "name": "Accordion",
1018
+ "declaration": {
1019
+ "name": "Accordion",
1020
+ "module": "src/accordion/accordion.ts"
1021
+ }
1022
+ },
1023
+ {
1024
+ "kind": "js",
1025
+ "name": "foundationAccordionShadowOptions",
1026
+ "declaration": {
1027
+ "name": "foundationAccordionShadowOptions",
1028
+ "module": "src/accordion/accordion.ts"
1029
+ }
1030
+ },
1031
+ {
1032
+ "kind": "js",
1033
+ "name": "defaultAccordionConfig",
1034
+ "declaration": {
1035
+ "name": "defaultAccordionConfig",
1036
+ "module": "src/accordion/accordion.ts"
1037
+ }
1038
+ },
1039
+ {
1040
+ "kind": "js",
1041
+ "name": "foundationAccordion",
1042
+ "declaration": {
1043
+ "name": "foundationAccordion",
1044
+ "module": "src/accordion/accordion.ts"
1045
+ }
1046
+ }
1047
+ ]
1048
+ },
1049
+ {
1050
+ "kind": "javascript-module",
1051
+ "path": "src/accordion/index.ts",
1052
+ "declarations": [],
1053
+ "exports": [
1054
+ {
1055
+ "kind": "js",
1056
+ "name": "*",
1057
+ "declaration": {
1058
+ "name": "*",
1059
+ "package": "./accordion.template"
1060
+ }
1061
+ },
1062
+ {
1063
+ "kind": "js",
1064
+ "name": "*",
1065
+ "declaration": {
1066
+ "name": "*",
1067
+ "package": "./accordion.styles"
1068
+ }
1069
+ },
1070
+ {
1071
+ "kind": "js",
1072
+ "name": "*",
1073
+ "declaration": {
1074
+ "name": "*",
1075
+ "package": "./accordion"
1076
+ }
1077
+ }
1078
+ ]
1079
+ },
898
1080
  {
899
1081
  "kind": "javascript-module",
900
1082
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1289,188 +1471,6 @@
1289
1471
  }
1290
1472
  ]
1291
1473
  },
1292
- {
1293
- "kind": "javascript-module",
1294
- "path": "src/accordion/accordion.styles.ts",
1295
- "declarations": [
1296
- {
1297
- "kind": "function",
1298
- "name": "foundationAccordionStyles",
1299
- "return": {
1300
- "type": {
1301
- "text": "ElementStyles"
1302
- }
1303
- },
1304
- "parameters": [
1305
- {
1306
- "name": "context",
1307
- "type": {
1308
- "text": "ElementDefinitionContext"
1309
- }
1310
- },
1311
- {
1312
- "name": "definition",
1313
- "type": {
1314
- "text": "FoundationElementDefinition"
1315
- }
1316
- }
1317
- ]
1318
- }
1319
- ],
1320
- "exports": [
1321
- {
1322
- "kind": "js",
1323
- "name": "foundationAccordionStyles",
1324
- "declaration": {
1325
- "name": "foundationAccordionStyles",
1326
- "module": "src/accordion/accordion.styles.ts"
1327
- }
1328
- }
1329
- ]
1330
- },
1331
- {
1332
- "kind": "javascript-module",
1333
- "path": "src/accordion/accordion.template.ts",
1334
- "declarations": [
1335
- {
1336
- "kind": "function",
1337
- "name": "foundationAccordionTemplate",
1338
- "return": {
1339
- "type": {
1340
- "text": "ViewTemplate<Accordion>"
1341
- }
1342
- },
1343
- "parameters": [
1344
- {
1345
- "name": "context",
1346
- "type": {
1347
- "text": "ElementDefinitionContext"
1348
- }
1349
- },
1350
- {
1351
- "name": "definition",
1352
- "type": {
1353
- "text": "FoundationElementDefinition"
1354
- }
1355
- }
1356
- ]
1357
- }
1358
- ],
1359
- "exports": [
1360
- {
1361
- "kind": "js",
1362
- "name": "foundationAccordionTemplate",
1363
- "declaration": {
1364
- "name": "foundationAccordionTemplate",
1365
- "module": "src/accordion/accordion.template.ts"
1366
- }
1367
- }
1368
- ]
1369
- },
1370
- {
1371
- "kind": "javascript-module",
1372
- "path": "src/accordion/accordion.ts",
1373
- "declarations": [
1374
- {
1375
- "kind": "class",
1376
- "description": "",
1377
- "name": "Accordion",
1378
- "superclass": {
1379
- "name": "FASTAccordion",
1380
- "package": "@microsoft/fast-foundation"
1381
- },
1382
- "tagName": "%%prefix%%-accordion",
1383
- "customElement": true
1384
- },
1385
- {
1386
- "kind": "variable",
1387
- "name": "foundationAccordionShadowOptions",
1388
- "type": {
1389
- "text": "ShadowRootInit"
1390
- },
1391
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
1392
- },
1393
- {
1394
- "kind": "variable",
1395
- "name": "defaultAccordionConfig",
1396
- "type": {
1397
- "text": "object"
1398
- },
1399
- "default": "{}"
1400
- },
1401
- {
1402
- "kind": "variable",
1403
- "name": "foundationAccordion",
1404
- "description": "The Foundation Accordion",
1405
- "privacy": "public"
1406
- }
1407
- ],
1408
- "exports": [
1409
- {
1410
- "kind": "js",
1411
- "name": "Accordion",
1412
- "declaration": {
1413
- "name": "Accordion",
1414
- "module": "src/accordion/accordion.ts"
1415
- }
1416
- },
1417
- {
1418
- "kind": "js",
1419
- "name": "foundationAccordionShadowOptions",
1420
- "declaration": {
1421
- "name": "foundationAccordionShadowOptions",
1422
- "module": "src/accordion/accordion.ts"
1423
- }
1424
- },
1425
- {
1426
- "kind": "js",
1427
- "name": "defaultAccordionConfig",
1428
- "declaration": {
1429
- "name": "defaultAccordionConfig",
1430
- "module": "src/accordion/accordion.ts"
1431
- }
1432
- },
1433
- {
1434
- "kind": "js",
1435
- "name": "foundationAccordion",
1436
- "declaration": {
1437
- "name": "foundationAccordion",
1438
- "module": "src/accordion/accordion.ts"
1439
- }
1440
- }
1441
- ]
1442
- },
1443
- {
1444
- "kind": "javascript-module",
1445
- "path": "src/accordion/index.ts",
1446
- "declarations": [],
1447
- "exports": [
1448
- {
1449
- "kind": "js",
1450
- "name": "*",
1451
- "declaration": {
1452
- "name": "*",
1453
- "package": "./accordion.template"
1454
- }
1455
- },
1456
- {
1457
- "kind": "js",
1458
- "name": "*",
1459
- "declaration": {
1460
- "name": "*",
1461
- "package": "./accordion.styles"
1462
- }
1463
- },
1464
- {
1465
- "kind": "js",
1466
- "name": "*",
1467
- "declaration": {
1468
- "name": "*",
1469
- "package": "./accordion"
1470
- }
1471
- }
1472
- ]
1473
- },
1474
1474
  {
1475
1475
  "kind": "javascript-module",
1476
1476
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -9437,6 +9437,27 @@
9437
9437
  }
9438
9438
  ]
9439
9439
  },
9440
+ {
9441
+ "kind": "javascript-module",
9442
+ "path": "src/context/app.ts",
9443
+ "declarations": [],
9444
+ "exports": []
9445
+ },
9446
+ {
9447
+ "kind": "javascript-module",
9448
+ "path": "src/context/index.ts",
9449
+ "declarations": [],
9450
+ "exports": [
9451
+ {
9452
+ "kind": "js",
9453
+ "name": "*",
9454
+ "declaration": {
9455
+ "name": "*",
9456
+ "package": "./app"
9457
+ }
9458
+ }
9459
+ ]
9460
+ },
9440
9461
  {
9441
9462
  "kind": "javascript-module",
9442
9463
  "path": "src/connection-indicator/connection-indicator.styles.ts",
@@ -9758,27 +9779,6 @@
9758
9779
  }
9759
9780
  ]
9760
9781
  },
9761
- {
9762
- "kind": "javascript-module",
9763
- "path": "src/context/app.ts",
9764
- "declarations": [],
9765
- "exports": []
9766
- },
9767
- {
9768
- "kind": "javascript-module",
9769
- "path": "src/context/index.ts",
9770
- "declarations": [],
9771
- "exports": [
9772
- {
9773
- "kind": "js",
9774
- "name": "*",
9775
- "declaration": {
9776
- "name": "*",
9777
- "package": "./app"
9778
- }
9779
- }
9780
- ]
9781
- },
9782
9782
  {
9783
9783
  "kind": "javascript-module",
9784
9784
  "path": "src/data-grid/data-grid.styles.ts",
@@ -24765,324 +24765,6 @@
24765
24765
  }
24766
24766
  ]
24767
24767
  },
24768
- {
24769
- "kind": "javascript-module",
24770
- "path": "src/notification-listener/index.ts",
24771
- "declarations": [],
24772
- "exports": [
24773
- {
24774
- "kind": "js",
24775
- "name": "*",
24776
- "declaration": {
24777
- "name": "*",
24778
- "package": "./notification-listener.template"
24779
- }
24780
- },
24781
- {
24782
- "kind": "js",
24783
- "name": "*",
24784
- "declaration": {
24785
- "name": "*",
24786
- "package": "./notification-listener"
24787
- }
24788
- }
24789
- ]
24790
- },
24791
- {
24792
- "kind": "javascript-module",
24793
- "path": "src/notification-listener/notification-listener.template.ts",
24794
- "declarations": [
24795
- {
24796
- "kind": "variable",
24797
- "name": "foundationNotificationListenerTemplate",
24798
- "type": {
24799
- "text": "ViewTemplate<NotificationListener>"
24800
- },
24801
- "default": "html<NotificationListener>`\n <template ${ref('notificationListener')}>\n <slot></slot>\n </template>\n`"
24802
- }
24803
- ],
24804
- "exports": [
24805
- {
24806
- "kind": "js",
24807
- "name": "foundationNotificationListenerTemplate",
24808
- "declaration": {
24809
- "name": "foundationNotificationListenerTemplate",
24810
- "module": "src/notification-listener/notification-listener.template.ts"
24811
- }
24812
- }
24813
- ]
24814
- },
24815
- {
24816
- "kind": "javascript-module",
24817
- "path": "src/notification-listener/notification-listener.ts",
24818
- "declarations": [
24819
- {
24820
- "kind": "variable",
24821
- "name": "foundationNotificationListenerShadowOptions",
24822
- "type": {
24823
- "text": "ShadowRootInit"
24824
- },
24825
- "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
24826
- },
24827
- {
24828
- "kind": "class",
24829
- "description": "",
24830
- "name": "NotificationListener",
24831
- "members": [
24832
- {
24833
- "kind": "field",
24834
- "name": "notificationListener",
24835
- "type": {
24836
- "text": "HTMLElement"
24837
- }
24838
- },
24839
- {
24840
- "kind": "field",
24841
- "name": "resourceName",
24842
- "description": "The resource name holding new and existing notifications",
24843
- "privacy": "public"
24844
- },
24845
- {
24846
- "kind": "field",
24847
- "name": "closeTimeout",
24848
- "type": {
24849
- "text": "number"
24850
- },
24851
- "default": "0",
24852
- "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
24853
- "privacy": "public"
24854
- },
24855
- {
24856
- "kind": "field",
24857
- "name": "toastButtons",
24858
- "type": {
24859
- "text": "ToastButton[]"
24860
- },
24861
- "default": "[]",
24862
- "description": "Array of buttons for notification toasts",
24863
- "privacy": "public"
24864
- },
24865
- {
24866
- "kind": "field",
24867
- "name": "dataSub",
24868
- "type": {
24869
- "text": "Subscription"
24870
- },
24871
- "privacy": "protected"
24872
- },
24873
- {
24874
- "kind": "field",
24875
- "name": "datasource",
24876
- "type": {
24877
- "text": "Datasource"
24878
- },
24879
- "privacy": "private"
24880
- },
24881
- {
24882
- "kind": "method",
24883
- "name": "handleStreamUpdate",
24884
- "privacy": "private",
24885
- "return": {
24886
- "type": {
24887
- "text": "void"
24888
- }
24889
- },
24890
- "parameters": [
24891
- {
24892
- "name": "dataServerResult",
24893
- "type": {
24894
- "text": "any"
24895
- }
24896
- }
24897
- ]
24898
- },
24899
- {
24900
- "kind": "method",
24901
- "name": "showNotificationToast",
24902
- "privacy": "protected",
24903
- "return": {
24904
- "type": {
24905
- "text": "void"
24906
- }
24907
- },
24908
- "parameters": [
24909
- {
24910
- "name": "row",
24911
- "type": {
24912
- "text": "NotificationDataRow"
24913
- }
24914
- }
24915
- ]
24916
- },
24917
- {
24918
- "kind": "field",
24919
- "name": "_presentation",
24920
- "type": {
24921
- "text": "ComponentPresentation | null | undefined"
24922
- },
24923
- "privacy": "private",
24924
- "default": "void 0",
24925
- "inheritedFrom": {
24926
- "name": "FoundationElement",
24927
- "module": "src/foundation-element/foundation-element.ts"
24928
- }
24929
- },
24930
- {
24931
- "kind": "field",
24932
- "name": "$presentation",
24933
- "type": {
24934
- "text": "ComponentPresentation | null"
24935
- },
24936
- "privacy": "public",
24937
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
24938
- "inheritedFrom": {
24939
- "name": "FoundationElement",
24940
- "module": "src/foundation-element/foundation-element.ts"
24941
- }
24942
- },
24943
- {
24944
- "kind": "field",
24945
- "name": "template",
24946
- "type": {
24947
- "text": "ElementViewTemplate | void | null"
24948
- },
24949
- "privacy": "public",
24950
- "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.",
24951
- "inheritedFrom": {
24952
- "name": "FoundationElement",
24953
- "module": "src/foundation-element/foundation-element.ts"
24954
- }
24955
- },
24956
- {
24957
- "kind": "method",
24958
- "name": "templateChanged",
24959
- "privacy": "protected",
24960
- "return": {
24961
- "type": {
24962
- "text": "void"
24963
- }
24964
- },
24965
- "inheritedFrom": {
24966
- "name": "FoundationElement",
24967
- "module": "src/foundation-element/foundation-element.ts"
24968
- }
24969
- },
24970
- {
24971
- "kind": "field",
24972
- "name": "styles",
24973
- "type": {
24974
- "text": "ElementStyles | void | null"
24975
- },
24976
- "privacy": "public",
24977
- "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.",
24978
- "inheritedFrom": {
24979
- "name": "FoundationElement",
24980
- "module": "src/foundation-element/foundation-element.ts"
24981
- }
24982
- },
24983
- {
24984
- "kind": "method",
24985
- "name": "stylesChanged",
24986
- "privacy": "protected",
24987
- "return": {
24988
- "type": {
24989
- "text": "void"
24990
- }
24991
- },
24992
- "inheritedFrom": {
24993
- "name": "FoundationElement",
24994
- "module": "src/foundation-element/foundation-element.ts"
24995
- }
24996
- },
24997
- {
24998
- "kind": "method",
24999
- "name": "compose",
25000
- "privacy": "public",
25001
- "static": true,
25002
- "return": {
25003
- "type": {
25004
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
25005
- }
25006
- },
25007
- "parameters": [
25008
- {
25009
- "name": "this",
25010
- "type": {
25011
- "text": "K"
25012
- }
25013
- },
25014
- {
25015
- "name": "elementDefinition",
25016
- "type": {
25017
- "text": "T"
25018
- },
25019
- "description": "The definition of the element to create the registry\nfunction for."
25020
- }
25021
- ],
25022
- "description": "Defines an element registry function with a set of element definition defaults.",
25023
- "inheritedFrom": {
25024
- "name": "FoundationElement",
25025
- "module": "src/foundation-element/foundation-element.ts"
25026
- }
25027
- }
25028
- ],
25029
- "attributes": [
25030
- {
25031
- "name": "resource-name",
25032
- "description": "The resource name holding new and existing notifications",
25033
- "fieldName": "resourceName"
25034
- },
25035
- {
25036
- "name": "close-timeout",
25037
- "type": {
25038
- "text": "number"
25039
- },
25040
- "default": "0",
25041
- "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
25042
- "fieldName": "closeTimeout"
25043
- }
25044
- ],
25045
- "superclass": {
25046
- "name": "FoundationElement",
25047
- "package": "@microsoft/fast-foundation"
25048
- },
25049
- "tagName": "%%prefix%%-notification-listener",
25050
- "customElement": true
25051
- },
25052
- {
25053
- "kind": "variable",
25054
- "name": "foundationNotificationListener",
25055
- "description": "The Foundation Notification Listener",
25056
- "privacy": "public"
25057
- }
25058
- ],
25059
- "exports": [
25060
- {
25061
- "kind": "js",
25062
- "name": "foundationNotificationListenerShadowOptions",
25063
- "declaration": {
25064
- "name": "foundationNotificationListenerShadowOptions",
25065
- "module": "src/notification-listener/notification-listener.ts"
25066
- }
25067
- },
25068
- {
25069
- "kind": "js",
25070
- "name": "NotificationListener",
25071
- "declaration": {
25072
- "name": "NotificationListener",
25073
- "module": "src/notification-listener/notification-listener.ts"
25074
- }
25075
- },
25076
- {
25077
- "kind": "js",
25078
- "name": "foundationNotificationListener",
25079
- "declaration": {
25080
- "name": "foundationNotificationListener",
25081
- "module": "src/notification-listener/notification-listener.ts"
25082
- }
25083
- }
25084
- ]
25085
- },
25086
24768
  {
25087
24769
  "kind": "javascript-module",
25088
24770
  "path": "src/number-field/index.ts",
@@ -25884,6 +25566,324 @@
25884
25566
  }
25885
25567
  ]
25886
25568
  },
25569
+ {
25570
+ "kind": "javascript-module",
25571
+ "path": "src/notification-listener/index.ts",
25572
+ "declarations": [],
25573
+ "exports": [
25574
+ {
25575
+ "kind": "js",
25576
+ "name": "*",
25577
+ "declaration": {
25578
+ "name": "*",
25579
+ "package": "./notification-listener.template"
25580
+ }
25581
+ },
25582
+ {
25583
+ "kind": "js",
25584
+ "name": "*",
25585
+ "declaration": {
25586
+ "name": "*",
25587
+ "package": "./notification-listener"
25588
+ }
25589
+ }
25590
+ ]
25591
+ },
25592
+ {
25593
+ "kind": "javascript-module",
25594
+ "path": "src/notification-listener/notification-listener.template.ts",
25595
+ "declarations": [
25596
+ {
25597
+ "kind": "variable",
25598
+ "name": "foundationNotificationListenerTemplate",
25599
+ "type": {
25600
+ "text": "ViewTemplate<NotificationListener>"
25601
+ },
25602
+ "default": "html<NotificationListener>`\n <template ${ref('notificationListener')}>\n <slot></slot>\n </template>\n`"
25603
+ }
25604
+ ],
25605
+ "exports": [
25606
+ {
25607
+ "kind": "js",
25608
+ "name": "foundationNotificationListenerTemplate",
25609
+ "declaration": {
25610
+ "name": "foundationNotificationListenerTemplate",
25611
+ "module": "src/notification-listener/notification-listener.template.ts"
25612
+ }
25613
+ }
25614
+ ]
25615
+ },
25616
+ {
25617
+ "kind": "javascript-module",
25618
+ "path": "src/notification-listener/notification-listener.ts",
25619
+ "declarations": [
25620
+ {
25621
+ "kind": "variable",
25622
+ "name": "foundationNotificationListenerShadowOptions",
25623
+ "type": {
25624
+ "text": "ShadowRootInit"
25625
+ },
25626
+ "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
25627
+ },
25628
+ {
25629
+ "kind": "class",
25630
+ "description": "",
25631
+ "name": "NotificationListener",
25632
+ "members": [
25633
+ {
25634
+ "kind": "field",
25635
+ "name": "notificationListener",
25636
+ "type": {
25637
+ "text": "HTMLElement"
25638
+ }
25639
+ },
25640
+ {
25641
+ "kind": "field",
25642
+ "name": "resourceName",
25643
+ "description": "The resource name holding new and existing notifications",
25644
+ "privacy": "public"
25645
+ },
25646
+ {
25647
+ "kind": "field",
25648
+ "name": "closeTimeout",
25649
+ "type": {
25650
+ "text": "number"
25651
+ },
25652
+ "default": "0",
25653
+ "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
25654
+ "privacy": "public"
25655
+ },
25656
+ {
25657
+ "kind": "field",
25658
+ "name": "toastButtons",
25659
+ "type": {
25660
+ "text": "ToastButton[]"
25661
+ },
25662
+ "default": "[]",
25663
+ "description": "Array of buttons for notification toasts",
25664
+ "privacy": "public"
25665
+ },
25666
+ {
25667
+ "kind": "field",
25668
+ "name": "dataSub",
25669
+ "type": {
25670
+ "text": "Subscription"
25671
+ },
25672
+ "privacy": "protected"
25673
+ },
25674
+ {
25675
+ "kind": "field",
25676
+ "name": "datasource",
25677
+ "type": {
25678
+ "text": "Datasource"
25679
+ },
25680
+ "privacy": "private"
25681
+ },
25682
+ {
25683
+ "kind": "method",
25684
+ "name": "handleStreamUpdate",
25685
+ "privacy": "private",
25686
+ "return": {
25687
+ "type": {
25688
+ "text": "void"
25689
+ }
25690
+ },
25691
+ "parameters": [
25692
+ {
25693
+ "name": "dataServerResult",
25694
+ "type": {
25695
+ "text": "any"
25696
+ }
25697
+ }
25698
+ ]
25699
+ },
25700
+ {
25701
+ "kind": "method",
25702
+ "name": "showNotificationToast",
25703
+ "privacy": "protected",
25704
+ "return": {
25705
+ "type": {
25706
+ "text": "void"
25707
+ }
25708
+ },
25709
+ "parameters": [
25710
+ {
25711
+ "name": "row",
25712
+ "type": {
25713
+ "text": "NotificationDataRow"
25714
+ }
25715
+ }
25716
+ ]
25717
+ },
25718
+ {
25719
+ "kind": "field",
25720
+ "name": "_presentation",
25721
+ "type": {
25722
+ "text": "ComponentPresentation | null | undefined"
25723
+ },
25724
+ "privacy": "private",
25725
+ "default": "void 0",
25726
+ "inheritedFrom": {
25727
+ "name": "FoundationElement",
25728
+ "module": "src/foundation-element/foundation-element.ts"
25729
+ }
25730
+ },
25731
+ {
25732
+ "kind": "field",
25733
+ "name": "$presentation",
25734
+ "type": {
25735
+ "text": "ComponentPresentation | null"
25736
+ },
25737
+ "privacy": "public",
25738
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
25739
+ "inheritedFrom": {
25740
+ "name": "FoundationElement",
25741
+ "module": "src/foundation-element/foundation-element.ts"
25742
+ }
25743
+ },
25744
+ {
25745
+ "kind": "field",
25746
+ "name": "template",
25747
+ "type": {
25748
+ "text": "ElementViewTemplate | void | null"
25749
+ },
25750
+ "privacy": "public",
25751
+ "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.",
25752
+ "inheritedFrom": {
25753
+ "name": "FoundationElement",
25754
+ "module": "src/foundation-element/foundation-element.ts"
25755
+ }
25756
+ },
25757
+ {
25758
+ "kind": "method",
25759
+ "name": "templateChanged",
25760
+ "privacy": "protected",
25761
+ "return": {
25762
+ "type": {
25763
+ "text": "void"
25764
+ }
25765
+ },
25766
+ "inheritedFrom": {
25767
+ "name": "FoundationElement",
25768
+ "module": "src/foundation-element/foundation-element.ts"
25769
+ }
25770
+ },
25771
+ {
25772
+ "kind": "field",
25773
+ "name": "styles",
25774
+ "type": {
25775
+ "text": "ElementStyles | void | null"
25776
+ },
25777
+ "privacy": "public",
25778
+ "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.",
25779
+ "inheritedFrom": {
25780
+ "name": "FoundationElement",
25781
+ "module": "src/foundation-element/foundation-element.ts"
25782
+ }
25783
+ },
25784
+ {
25785
+ "kind": "method",
25786
+ "name": "stylesChanged",
25787
+ "privacy": "protected",
25788
+ "return": {
25789
+ "type": {
25790
+ "text": "void"
25791
+ }
25792
+ },
25793
+ "inheritedFrom": {
25794
+ "name": "FoundationElement",
25795
+ "module": "src/foundation-element/foundation-element.ts"
25796
+ }
25797
+ },
25798
+ {
25799
+ "kind": "method",
25800
+ "name": "compose",
25801
+ "privacy": "public",
25802
+ "static": true,
25803
+ "return": {
25804
+ "type": {
25805
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
25806
+ }
25807
+ },
25808
+ "parameters": [
25809
+ {
25810
+ "name": "this",
25811
+ "type": {
25812
+ "text": "K"
25813
+ }
25814
+ },
25815
+ {
25816
+ "name": "elementDefinition",
25817
+ "type": {
25818
+ "text": "T"
25819
+ },
25820
+ "description": "The definition of the element to create the registry\nfunction for."
25821
+ }
25822
+ ],
25823
+ "description": "Defines an element registry function with a set of element definition defaults.",
25824
+ "inheritedFrom": {
25825
+ "name": "FoundationElement",
25826
+ "module": "src/foundation-element/foundation-element.ts"
25827
+ }
25828
+ }
25829
+ ],
25830
+ "attributes": [
25831
+ {
25832
+ "name": "resource-name",
25833
+ "description": "The resource name holding new and existing notifications",
25834
+ "fieldName": "resourceName"
25835
+ },
25836
+ {
25837
+ "name": "close-timeout",
25838
+ "type": {
25839
+ "text": "number"
25840
+ },
25841
+ "default": "0",
25842
+ "description": "Number of milliseconds before toast will disappear. Leave empty or set to 0 to keep toast open indefinitely",
25843
+ "fieldName": "closeTimeout"
25844
+ }
25845
+ ],
25846
+ "superclass": {
25847
+ "name": "FoundationElement",
25848
+ "package": "@microsoft/fast-foundation"
25849
+ },
25850
+ "tagName": "%%prefix%%-notification-listener",
25851
+ "customElement": true
25852
+ },
25853
+ {
25854
+ "kind": "variable",
25855
+ "name": "foundationNotificationListener",
25856
+ "description": "The Foundation Notification Listener",
25857
+ "privacy": "public"
25858
+ }
25859
+ ],
25860
+ "exports": [
25861
+ {
25862
+ "kind": "js",
25863
+ "name": "foundationNotificationListenerShadowOptions",
25864
+ "declaration": {
25865
+ "name": "foundationNotificationListenerShadowOptions",
25866
+ "module": "src/notification-listener/notification-listener.ts"
25867
+ }
25868
+ },
25869
+ {
25870
+ "kind": "js",
25871
+ "name": "NotificationListener",
25872
+ "declaration": {
25873
+ "name": "NotificationListener",
25874
+ "module": "src/notification-listener/notification-listener.ts"
25875
+ }
25876
+ },
25877
+ {
25878
+ "kind": "js",
25879
+ "name": "foundationNotificationListener",
25880
+ "declaration": {
25881
+ "name": "foundationNotificationListener",
25882
+ "module": "src/notification-listener/notification-listener.ts"
25883
+ }
25884
+ }
25885
+ ]
25886
+ },
25887
25887
  {
25888
25888
  "kind": "javascript-module",
25889
25889
  "path": "src/options-datasource/index.ts",
@@ -41361,457 +41361,6 @@
41361
41361
  }
41362
41362
  ]
41363
41363
  },
41364
- {
41365
- "kind": "javascript-module",
41366
- "path": "src/tree-item/index.ts",
41367
- "declarations": [],
41368
- "exports": [
41369
- {
41370
- "kind": "js",
41371
- "name": "*",
41372
- "declaration": {
41373
- "name": "*",
41374
- "package": "./tree-item.template"
41375
- }
41376
- },
41377
- {
41378
- "kind": "js",
41379
- "name": "*",
41380
- "declaration": {
41381
- "name": "*",
41382
- "package": "./tree-item.styles"
41383
- }
41384
- },
41385
- {
41386
- "kind": "js",
41387
- "name": "*",
41388
- "declaration": {
41389
- "name": "*",
41390
- "package": "./tree-item"
41391
- }
41392
- }
41393
- ]
41394
- },
41395
- {
41396
- "kind": "javascript-module",
41397
- "path": "src/tree-item/tree-item.styles.ts",
41398
- "declarations": [
41399
- {
41400
- "kind": "function",
41401
- "name": "foundationTreeItemStyles",
41402
- "return": {
41403
- "type": {
41404
- "text": "ElementStyles"
41405
- }
41406
- },
41407
- "parameters": [
41408
- {
41409
- "name": "context",
41410
- "type": {
41411
- "text": "ElementDefinitionContext"
41412
- }
41413
- },
41414
- {
41415
- "name": "definition",
41416
- "type": {
41417
- "text": "FoundationElementDefinition"
41418
- }
41419
- }
41420
- ]
41421
- }
41422
- ],
41423
- "exports": [
41424
- {
41425
- "kind": "js",
41426
- "name": "foundationTreeItemStyles",
41427
- "declaration": {
41428
- "name": "foundationTreeItemStyles",
41429
- "module": "src/tree-item/tree-item.styles.ts"
41430
- }
41431
- }
41432
- ]
41433
- },
41434
- {
41435
- "kind": "javascript-module",
41436
- "path": "src/tree-item/tree-item.template.ts",
41437
- "declarations": [
41438
- {
41439
- "kind": "function",
41440
- "name": "foundationTreeItemTemplate",
41441
- "return": {
41442
- "type": {
41443
- "text": "ViewTemplate<TreeItem>"
41444
- }
41445
- },
41446
- "parameters": [
41447
- {
41448
- "name": "context",
41449
- "type": {
41450
- "text": "ElementDefinitionContext"
41451
- }
41452
- },
41453
- {
41454
- "name": "definition",
41455
- "type": {
41456
- "text": "FoundationElementDefinition"
41457
- }
41458
- }
41459
- ]
41460
- }
41461
- ],
41462
- "exports": [
41463
- {
41464
- "kind": "js",
41465
- "name": "foundationTreeItemTemplate",
41466
- "declaration": {
41467
- "name": "foundationTreeItemTemplate",
41468
- "module": "src/tree-item/tree-item.template.ts"
41469
- }
41470
- }
41471
- ]
41472
- },
41473
- {
41474
- "kind": "javascript-module",
41475
- "path": "src/tree-item/tree-item.ts",
41476
- "declarations": [
41477
- {
41478
- "kind": "class",
41479
- "description": "%%prefix%%-tree-item",
41480
- "name": "TreeItem",
41481
- "superclass": {
41482
- "name": "FASTTreeItem",
41483
- "package": "@microsoft/fast-components"
41484
- },
41485
- "attributes": [
41486
- {
41487
- "type": {
41488
- "text": "boolean"
41489
- },
41490
- "description": "When true, the control will be appear expanded by user interaction.",
41491
- "fieldName": "expanded",
41492
- "default": "false",
41493
- "inheritedFrom": {
41494
- "name": "TreeItem",
41495
- "module": "src/tree-item/tree-item.ts"
41496
- }
41497
- }
41498
- ],
41499
- "members": [
41500
- {
41501
- "kind": "field",
41502
- "name": "expanded",
41503
- "type": {
41504
- "text": "boolean"
41505
- },
41506
- "privacy": "public",
41507
- "default": "false",
41508
- "description": "When true, the control will be appear expanded by user interaction.",
41509
- "inheritedFrom": {
41510
- "name": "TreeItem",
41511
- "module": "src/tree-item/tree-item.ts"
41512
- }
41513
- },
41514
- {
41515
- "kind": "method",
41516
- "name": "expandedChanged",
41517
- "privacy": "private",
41518
- "return": {
41519
- "type": {
41520
- "text": "void"
41521
- }
41522
- },
41523
- "inheritedFrom": {
41524
- "name": "TreeItem",
41525
- "module": "src/tree-item/tree-item.ts"
41526
- }
41527
- },
41528
- {
41529
- "kind": "field",
41530
- "name": "selected",
41531
- "type": {
41532
- "text": "boolean"
41533
- },
41534
- "privacy": "public",
41535
- "description": "When true, the control will appear selected by user interaction.",
41536
- "inheritedFrom": {
41537
- "name": "TreeItem",
41538
- "module": "src/tree-item/tree-item.ts"
41539
- }
41540
- },
41541
- {
41542
- "kind": "method",
41543
- "name": "selectedChanged",
41544
- "privacy": "private",
41545
- "return": {
41546
- "type": {
41547
- "text": "void"
41548
- }
41549
- },
41550
- "inheritedFrom": {
41551
- "name": "TreeItem",
41552
- "module": "src/tree-item/tree-item.ts"
41553
- }
41554
- },
41555
- {
41556
- "kind": "field",
41557
- "name": "disabled",
41558
- "type": {
41559
- "text": "boolean"
41560
- },
41561
- "privacy": "public",
41562
- "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
41563
- "inheritedFrom": {
41564
- "name": "TreeItem",
41565
- "module": "src/tree-item/tree-item.ts"
41566
- }
41567
- },
41568
- {
41569
- "kind": "method",
41570
- "name": "itemsChanged",
41571
- "privacy": "private",
41572
- "return": {
41573
- "type": {
41574
- "text": "void"
41575
- }
41576
- },
41577
- "parameters": [
41578
- {
41579
- "name": "oldValue",
41580
- "type": {
41581
- "text": "unknown"
41582
- }
41583
- },
41584
- {
41585
- "name": "newValue",
41586
- "type": {
41587
- "text": "HTMLElement[]"
41588
- }
41589
- }
41590
- ],
41591
- "inheritedFrom": {
41592
- "name": "TreeItem",
41593
- "module": "src/tree-item/tree-item.ts"
41594
- }
41595
- },
41596
- {
41597
- "kind": "method",
41598
- "name": "focusItem",
41599
- "privacy": "public",
41600
- "static": true,
41601
- "parameters": [
41602
- {
41603
- "name": "el",
41604
- "type": {
41605
- "text": "HTMLElement"
41606
- },
41607
- "description": "the element to focus"
41608
- }
41609
- ],
41610
- "description": "Places document focus on a tree item",
41611
- "inheritedFrom": {
41612
- "name": "TreeItem",
41613
- "module": "src/tree-item/tree-item.ts"
41614
- }
41615
- },
41616
- {
41617
- "kind": "field",
41618
- "name": "isNestedItem",
41619
- "privacy": "public",
41620
- "description": "Whether the tree is nested",
41621
- "inheritedFrom": {
41622
- "name": "TreeItem",
41623
- "module": "src/tree-item/tree-item.ts"
41624
- }
41625
- },
41626
- {
41627
- "kind": "field",
41628
- "name": "_presentation",
41629
- "type": {
41630
- "text": "ComponentPresentation | null | undefined"
41631
- },
41632
- "privacy": "private",
41633
- "default": "void 0",
41634
- "inheritedFrom": {
41635
- "name": "FoundationElement",
41636
- "module": "src/foundation-element/foundation-element.ts"
41637
- }
41638
- },
41639
- {
41640
- "kind": "field",
41641
- "name": "$presentation",
41642
- "type": {
41643
- "text": "ComponentPresentation | null"
41644
- },
41645
- "privacy": "public",
41646
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
41647
- "inheritedFrom": {
41648
- "name": "FoundationElement",
41649
- "module": "src/foundation-element/foundation-element.ts"
41650
- }
41651
- },
41652
- {
41653
- "kind": "field",
41654
- "name": "template",
41655
- "type": {
41656
- "text": "ElementViewTemplate | void | null"
41657
- },
41658
- "privacy": "public",
41659
- "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.",
41660
- "inheritedFrom": {
41661
- "name": "FoundationElement",
41662
- "module": "src/foundation-element/foundation-element.ts"
41663
- }
41664
- },
41665
- {
41666
- "kind": "method",
41667
- "name": "templateChanged",
41668
- "privacy": "protected",
41669
- "return": {
41670
- "type": {
41671
- "text": "void"
41672
- }
41673
- },
41674
- "inheritedFrom": {
41675
- "name": "FoundationElement",
41676
- "module": "src/foundation-element/foundation-element.ts"
41677
- }
41678
- },
41679
- {
41680
- "kind": "field",
41681
- "name": "styles",
41682
- "type": {
41683
- "text": "ElementStyles | void | null"
41684
- },
41685
- "privacy": "public",
41686
- "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.",
41687
- "inheritedFrom": {
41688
- "name": "FoundationElement",
41689
- "module": "src/foundation-element/foundation-element.ts"
41690
- }
41691
- },
41692
- {
41693
- "kind": "method",
41694
- "name": "stylesChanged",
41695
- "privacy": "protected",
41696
- "return": {
41697
- "type": {
41698
- "text": "void"
41699
- }
41700
- },
41701
- "inheritedFrom": {
41702
- "name": "FoundationElement",
41703
- "module": "src/foundation-element/foundation-element.ts"
41704
- }
41705
- },
41706
- {
41707
- "kind": "method",
41708
- "name": "compose",
41709
- "privacy": "public",
41710
- "static": true,
41711
- "return": {
41712
- "type": {
41713
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
41714
- }
41715
- },
41716
- "parameters": [
41717
- {
41718
- "name": "this",
41719
- "type": {
41720
- "text": "K"
41721
- }
41722
- },
41723
- {
41724
- "name": "elementDefinition",
41725
- "type": {
41726
- "text": "T"
41727
- },
41728
- "description": "The definition of the element to create the registry\nfunction for."
41729
- }
41730
- ],
41731
- "description": "Defines an element registry function with a set of element definition defaults.",
41732
- "inheritedFrom": {
41733
- "name": "FoundationElement",
41734
- "module": "src/foundation-element/foundation-element.ts"
41735
- }
41736
- }
41737
- ],
41738
- "events": [
41739
- {
41740
- "description": "Fires a custom 'expanded-change' event when the expanded state changes",
41741
- "name": "expanded-change",
41742
- "inheritedFrom": {
41743
- "name": "TreeItem",
41744
- "module": "src/tree-item/tree-item.ts"
41745
- }
41746
- },
41747
- {
41748
- "description": "Fires a custom 'selected-change' event when the selected state changes",
41749
- "name": "selected-change",
41750
- "inheritedFrom": {
41751
- "name": "TreeItem",
41752
- "module": "src/tree-item/tree-item.ts"
41753
- }
41754
- }
41755
- ]
41756
- },
41757
- {
41758
- "kind": "variable",
41759
- "name": "foundationTreeItemShadowOptions",
41760
- "type": {
41761
- "text": "ShadowRootInit"
41762
- },
41763
- "default": "undefined"
41764
- },
41765
- {
41766
- "kind": "variable",
41767
- "name": "defaultTreeItemConfig",
41768
- "type": {
41769
- "text": "object"
41770
- },
41771
- "default": "{\n expandCollapseGlyph: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\" class=\"expand-collapse-glyph\">\n <path d=\"M5.00001 12.3263C5.00124 12.5147 5.05566 12.699 5.15699 12.8578C5.25831 13.0167 5.40243 13.1437 5.57273 13.2242C5.74304 13.3047 5.9326 13.3354 6.11959 13.3128C6.30659 13.2902 6.4834 13.2152 6.62967 13.0965L10.8988 8.83532C11.0739 8.69473 11.2153 8.51658 11.3124 8.31402C11.4096 8.11146 11.46 7.88966 11.46 7.66499C11.46 7.44033 11.4096 7.21853 11.3124 7.01597C11.2153 6.81341 11.0739 6.63526 10.8988 6.49467L6.62967 2.22347C6.48274 2.10422 6.30501 2.02912 6.11712 2.00691C5.92923 1.9847 5.73889 2.01628 5.56823 2.09799C5.39757 2.17969 5.25358 2.30817 5.153 2.46849C5.05241 2.62882 4.99936 2.8144 5.00001 3.00369V12.3263Z\"></path>\n </svg>`,\n}"
41772
- },
41773
- {
41774
- "kind": "variable",
41775
- "name": "foundationTreeItem",
41776
- "description": "The Foundation Tree item",
41777
- "privacy": "public"
41778
- }
41779
- ],
41780
- "exports": [
41781
- {
41782
- "kind": "js",
41783
- "name": "TreeItem",
41784
- "declaration": {
41785
- "name": "TreeItem",
41786
- "module": "src/tree-item/tree-item.ts"
41787
- }
41788
- },
41789
- {
41790
- "kind": "js",
41791
- "name": "foundationTreeItemShadowOptions",
41792
- "declaration": {
41793
- "name": "foundationTreeItemShadowOptions",
41794
- "module": "src/tree-item/tree-item.ts"
41795
- }
41796
- },
41797
- {
41798
- "kind": "js",
41799
- "name": "defaultTreeItemConfig",
41800
- "declaration": {
41801
- "name": "defaultTreeItemConfig",
41802
- "module": "src/tree-item/tree-item.ts"
41803
- }
41804
- },
41805
- {
41806
- "kind": "js",
41807
- "name": "foundationTreeItem",
41808
- "declaration": {
41809
- "name": "foundationTreeItem",
41810
- "module": "src/tree-item/tree-item.ts"
41811
- }
41812
- }
41813
- ]
41814
- },
41815
41364
  {
41816
41365
  "kind": "javascript-module",
41817
41366
  "path": "src/tree-view/index.ts",
@@ -43683,6 +43232,457 @@
43683
43232
  }
43684
43233
  ]
43685
43234
  },
43235
+ {
43236
+ "kind": "javascript-module",
43237
+ "path": "src/tree-item/index.ts",
43238
+ "declarations": [],
43239
+ "exports": [
43240
+ {
43241
+ "kind": "js",
43242
+ "name": "*",
43243
+ "declaration": {
43244
+ "name": "*",
43245
+ "package": "./tree-item.template"
43246
+ }
43247
+ },
43248
+ {
43249
+ "kind": "js",
43250
+ "name": "*",
43251
+ "declaration": {
43252
+ "name": "*",
43253
+ "package": "./tree-item.styles"
43254
+ }
43255
+ },
43256
+ {
43257
+ "kind": "js",
43258
+ "name": "*",
43259
+ "declaration": {
43260
+ "name": "*",
43261
+ "package": "./tree-item"
43262
+ }
43263
+ }
43264
+ ]
43265
+ },
43266
+ {
43267
+ "kind": "javascript-module",
43268
+ "path": "src/tree-item/tree-item.styles.ts",
43269
+ "declarations": [
43270
+ {
43271
+ "kind": "function",
43272
+ "name": "foundationTreeItemStyles",
43273
+ "return": {
43274
+ "type": {
43275
+ "text": "ElementStyles"
43276
+ }
43277
+ },
43278
+ "parameters": [
43279
+ {
43280
+ "name": "context",
43281
+ "type": {
43282
+ "text": "ElementDefinitionContext"
43283
+ }
43284
+ },
43285
+ {
43286
+ "name": "definition",
43287
+ "type": {
43288
+ "text": "FoundationElementDefinition"
43289
+ }
43290
+ }
43291
+ ]
43292
+ }
43293
+ ],
43294
+ "exports": [
43295
+ {
43296
+ "kind": "js",
43297
+ "name": "foundationTreeItemStyles",
43298
+ "declaration": {
43299
+ "name": "foundationTreeItemStyles",
43300
+ "module": "src/tree-item/tree-item.styles.ts"
43301
+ }
43302
+ }
43303
+ ]
43304
+ },
43305
+ {
43306
+ "kind": "javascript-module",
43307
+ "path": "src/tree-item/tree-item.template.ts",
43308
+ "declarations": [
43309
+ {
43310
+ "kind": "function",
43311
+ "name": "foundationTreeItemTemplate",
43312
+ "return": {
43313
+ "type": {
43314
+ "text": "ViewTemplate<TreeItem>"
43315
+ }
43316
+ },
43317
+ "parameters": [
43318
+ {
43319
+ "name": "context",
43320
+ "type": {
43321
+ "text": "ElementDefinitionContext"
43322
+ }
43323
+ },
43324
+ {
43325
+ "name": "definition",
43326
+ "type": {
43327
+ "text": "FoundationElementDefinition"
43328
+ }
43329
+ }
43330
+ ]
43331
+ }
43332
+ ],
43333
+ "exports": [
43334
+ {
43335
+ "kind": "js",
43336
+ "name": "foundationTreeItemTemplate",
43337
+ "declaration": {
43338
+ "name": "foundationTreeItemTemplate",
43339
+ "module": "src/tree-item/tree-item.template.ts"
43340
+ }
43341
+ }
43342
+ ]
43343
+ },
43344
+ {
43345
+ "kind": "javascript-module",
43346
+ "path": "src/tree-item/tree-item.ts",
43347
+ "declarations": [
43348
+ {
43349
+ "kind": "class",
43350
+ "description": "%%prefix%%-tree-item",
43351
+ "name": "TreeItem",
43352
+ "superclass": {
43353
+ "name": "FASTTreeItem",
43354
+ "package": "@microsoft/fast-components"
43355
+ },
43356
+ "attributes": [
43357
+ {
43358
+ "type": {
43359
+ "text": "boolean"
43360
+ },
43361
+ "description": "When true, the control will be appear expanded by user interaction.",
43362
+ "fieldName": "expanded",
43363
+ "default": "false",
43364
+ "inheritedFrom": {
43365
+ "name": "TreeItem",
43366
+ "module": "src/tree-item/tree-item.ts"
43367
+ }
43368
+ }
43369
+ ],
43370
+ "members": [
43371
+ {
43372
+ "kind": "field",
43373
+ "name": "expanded",
43374
+ "type": {
43375
+ "text": "boolean"
43376
+ },
43377
+ "privacy": "public",
43378
+ "default": "false",
43379
+ "description": "When true, the control will be appear expanded by user interaction.",
43380
+ "inheritedFrom": {
43381
+ "name": "TreeItem",
43382
+ "module": "src/tree-item/tree-item.ts"
43383
+ }
43384
+ },
43385
+ {
43386
+ "kind": "method",
43387
+ "name": "expandedChanged",
43388
+ "privacy": "private",
43389
+ "return": {
43390
+ "type": {
43391
+ "text": "void"
43392
+ }
43393
+ },
43394
+ "inheritedFrom": {
43395
+ "name": "TreeItem",
43396
+ "module": "src/tree-item/tree-item.ts"
43397
+ }
43398
+ },
43399
+ {
43400
+ "kind": "field",
43401
+ "name": "selected",
43402
+ "type": {
43403
+ "text": "boolean"
43404
+ },
43405
+ "privacy": "public",
43406
+ "description": "When true, the control will appear selected by user interaction.",
43407
+ "inheritedFrom": {
43408
+ "name": "TreeItem",
43409
+ "module": "src/tree-item/tree-item.ts"
43410
+ }
43411
+ },
43412
+ {
43413
+ "kind": "method",
43414
+ "name": "selectedChanged",
43415
+ "privacy": "private",
43416
+ "return": {
43417
+ "type": {
43418
+ "text": "void"
43419
+ }
43420
+ },
43421
+ "inheritedFrom": {
43422
+ "name": "TreeItem",
43423
+ "module": "src/tree-item/tree-item.ts"
43424
+ }
43425
+ },
43426
+ {
43427
+ "kind": "field",
43428
+ "name": "disabled",
43429
+ "type": {
43430
+ "text": "boolean"
43431
+ },
43432
+ "privacy": "public",
43433
+ "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
43434
+ "inheritedFrom": {
43435
+ "name": "TreeItem",
43436
+ "module": "src/tree-item/tree-item.ts"
43437
+ }
43438
+ },
43439
+ {
43440
+ "kind": "method",
43441
+ "name": "itemsChanged",
43442
+ "privacy": "private",
43443
+ "return": {
43444
+ "type": {
43445
+ "text": "void"
43446
+ }
43447
+ },
43448
+ "parameters": [
43449
+ {
43450
+ "name": "oldValue",
43451
+ "type": {
43452
+ "text": "unknown"
43453
+ }
43454
+ },
43455
+ {
43456
+ "name": "newValue",
43457
+ "type": {
43458
+ "text": "HTMLElement[]"
43459
+ }
43460
+ }
43461
+ ],
43462
+ "inheritedFrom": {
43463
+ "name": "TreeItem",
43464
+ "module": "src/tree-item/tree-item.ts"
43465
+ }
43466
+ },
43467
+ {
43468
+ "kind": "method",
43469
+ "name": "focusItem",
43470
+ "privacy": "public",
43471
+ "static": true,
43472
+ "parameters": [
43473
+ {
43474
+ "name": "el",
43475
+ "type": {
43476
+ "text": "HTMLElement"
43477
+ },
43478
+ "description": "the element to focus"
43479
+ }
43480
+ ],
43481
+ "description": "Places document focus on a tree item",
43482
+ "inheritedFrom": {
43483
+ "name": "TreeItem",
43484
+ "module": "src/tree-item/tree-item.ts"
43485
+ }
43486
+ },
43487
+ {
43488
+ "kind": "field",
43489
+ "name": "isNestedItem",
43490
+ "privacy": "public",
43491
+ "description": "Whether the tree is nested",
43492
+ "inheritedFrom": {
43493
+ "name": "TreeItem",
43494
+ "module": "src/tree-item/tree-item.ts"
43495
+ }
43496
+ },
43497
+ {
43498
+ "kind": "field",
43499
+ "name": "_presentation",
43500
+ "type": {
43501
+ "text": "ComponentPresentation | null | undefined"
43502
+ },
43503
+ "privacy": "private",
43504
+ "default": "void 0",
43505
+ "inheritedFrom": {
43506
+ "name": "FoundationElement",
43507
+ "module": "src/foundation-element/foundation-element.ts"
43508
+ }
43509
+ },
43510
+ {
43511
+ "kind": "field",
43512
+ "name": "$presentation",
43513
+ "type": {
43514
+ "text": "ComponentPresentation | null"
43515
+ },
43516
+ "privacy": "public",
43517
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
43518
+ "inheritedFrom": {
43519
+ "name": "FoundationElement",
43520
+ "module": "src/foundation-element/foundation-element.ts"
43521
+ }
43522
+ },
43523
+ {
43524
+ "kind": "field",
43525
+ "name": "template",
43526
+ "type": {
43527
+ "text": "ElementViewTemplate | void | null"
43528
+ },
43529
+ "privacy": "public",
43530
+ "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.",
43531
+ "inheritedFrom": {
43532
+ "name": "FoundationElement",
43533
+ "module": "src/foundation-element/foundation-element.ts"
43534
+ }
43535
+ },
43536
+ {
43537
+ "kind": "method",
43538
+ "name": "templateChanged",
43539
+ "privacy": "protected",
43540
+ "return": {
43541
+ "type": {
43542
+ "text": "void"
43543
+ }
43544
+ },
43545
+ "inheritedFrom": {
43546
+ "name": "FoundationElement",
43547
+ "module": "src/foundation-element/foundation-element.ts"
43548
+ }
43549
+ },
43550
+ {
43551
+ "kind": "field",
43552
+ "name": "styles",
43553
+ "type": {
43554
+ "text": "ElementStyles | void | null"
43555
+ },
43556
+ "privacy": "public",
43557
+ "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.",
43558
+ "inheritedFrom": {
43559
+ "name": "FoundationElement",
43560
+ "module": "src/foundation-element/foundation-element.ts"
43561
+ }
43562
+ },
43563
+ {
43564
+ "kind": "method",
43565
+ "name": "stylesChanged",
43566
+ "privacy": "protected",
43567
+ "return": {
43568
+ "type": {
43569
+ "text": "void"
43570
+ }
43571
+ },
43572
+ "inheritedFrom": {
43573
+ "name": "FoundationElement",
43574
+ "module": "src/foundation-element/foundation-element.ts"
43575
+ }
43576
+ },
43577
+ {
43578
+ "kind": "method",
43579
+ "name": "compose",
43580
+ "privacy": "public",
43581
+ "static": true,
43582
+ "return": {
43583
+ "type": {
43584
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
43585
+ }
43586
+ },
43587
+ "parameters": [
43588
+ {
43589
+ "name": "this",
43590
+ "type": {
43591
+ "text": "K"
43592
+ }
43593
+ },
43594
+ {
43595
+ "name": "elementDefinition",
43596
+ "type": {
43597
+ "text": "T"
43598
+ },
43599
+ "description": "The definition of the element to create the registry\nfunction for."
43600
+ }
43601
+ ],
43602
+ "description": "Defines an element registry function with a set of element definition defaults.",
43603
+ "inheritedFrom": {
43604
+ "name": "FoundationElement",
43605
+ "module": "src/foundation-element/foundation-element.ts"
43606
+ }
43607
+ }
43608
+ ],
43609
+ "events": [
43610
+ {
43611
+ "description": "Fires a custom 'expanded-change' event when the expanded state changes",
43612
+ "name": "expanded-change",
43613
+ "inheritedFrom": {
43614
+ "name": "TreeItem",
43615
+ "module": "src/tree-item/tree-item.ts"
43616
+ }
43617
+ },
43618
+ {
43619
+ "description": "Fires a custom 'selected-change' event when the selected state changes",
43620
+ "name": "selected-change",
43621
+ "inheritedFrom": {
43622
+ "name": "TreeItem",
43623
+ "module": "src/tree-item/tree-item.ts"
43624
+ }
43625
+ }
43626
+ ]
43627
+ },
43628
+ {
43629
+ "kind": "variable",
43630
+ "name": "foundationTreeItemShadowOptions",
43631
+ "type": {
43632
+ "text": "ShadowRootInit"
43633
+ },
43634
+ "default": "undefined"
43635
+ },
43636
+ {
43637
+ "kind": "variable",
43638
+ "name": "defaultTreeItemConfig",
43639
+ "type": {
43640
+ "text": "object"
43641
+ },
43642
+ "default": "{\n expandCollapseGlyph: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\" class=\"expand-collapse-glyph\">\n <path d=\"M5.00001 12.3263C5.00124 12.5147 5.05566 12.699 5.15699 12.8578C5.25831 13.0167 5.40243 13.1437 5.57273 13.2242C5.74304 13.3047 5.9326 13.3354 6.11959 13.3128C6.30659 13.2902 6.4834 13.2152 6.62967 13.0965L10.8988 8.83532C11.0739 8.69473 11.2153 8.51658 11.3124 8.31402C11.4096 8.11146 11.46 7.88966 11.46 7.66499C11.46 7.44033 11.4096 7.21853 11.3124 7.01597C11.2153 6.81341 11.0739 6.63526 10.8988 6.49467L6.62967 2.22347C6.48274 2.10422 6.30501 2.02912 6.11712 2.00691C5.92923 1.9847 5.73889 2.01628 5.56823 2.09799C5.39757 2.17969 5.25358 2.30817 5.153 2.46849C5.05241 2.62882 4.99936 2.8144 5.00001 3.00369V12.3263Z\"></path>\n </svg>`,\n}"
43643
+ },
43644
+ {
43645
+ "kind": "variable",
43646
+ "name": "foundationTreeItem",
43647
+ "description": "The Foundation Tree item",
43648
+ "privacy": "public"
43649
+ }
43650
+ ],
43651
+ "exports": [
43652
+ {
43653
+ "kind": "js",
43654
+ "name": "TreeItem",
43655
+ "declaration": {
43656
+ "name": "TreeItem",
43657
+ "module": "src/tree-item/tree-item.ts"
43658
+ }
43659
+ },
43660
+ {
43661
+ "kind": "js",
43662
+ "name": "foundationTreeItemShadowOptions",
43663
+ "declaration": {
43664
+ "name": "foundationTreeItemShadowOptions",
43665
+ "module": "src/tree-item/tree-item.ts"
43666
+ }
43667
+ },
43668
+ {
43669
+ "kind": "js",
43670
+ "name": "defaultTreeItemConfig",
43671
+ "declaration": {
43672
+ "name": "defaultTreeItemConfig",
43673
+ "module": "src/tree-item/tree-item.ts"
43674
+ }
43675
+ },
43676
+ {
43677
+ "kind": "js",
43678
+ "name": "foundationTreeItem",
43679
+ "declaration": {
43680
+ "name": "foundationTreeItem",
43681
+ "module": "src/tree-item/tree-item.ts"
43682
+ }
43683
+ }
43684
+ ]
43685
+ },
43686
43686
  {
43687
43687
  "kind": "javascript-module",
43688
43688
  "path": "src/_config/styles/colors.ts",